/*----------
PC
----------*/

.SP,
.br-sp {
  display: none !important;
}

body {
  overflow-x: hidden !important;
  width: 100vw;
}

#header_top {
  margin-bottom: 0;
}

#header_ver5 {
  z-index: 1000;
  background: #fff;
}

/* #header_top,
.lc-header,
#info_box_bottom {
  display: none;
} */

#informationsInHeader {
  display: none !important;
}

.pagetop {
  margin: 0;
}

.pagetop a {
  display: none;
}

a hover {
  text-decoration: none;
}

.Wrapper {
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}

.Main_VisualTitle {
  position: relative;
  margin: 60px auto;
  width: 900px;
  max-width: 70vw;
  text-align: -webkit-right;
}


.Main_VisualTitle img:nth-of-type(1) {
  max-width: 44.37%;
  width: 400px;
}

.Main_VisualTitle img:nth-of-type(2) {
  max-width: 18.16%;
  width: 186px;
}

.Main_VisualTitle img:nth-of-type(3) {
  max-width: 17vw;
  width: 100px;
  margin-top: 30px;
}

.BackTop a {
  margin: 80px auto 0;
  font-size: 13px;
  font-weight: bold;
  display: block;
  background: #0a0a0a;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  text-align: center;
  letter-spacing: 0.1em;
}

.Look {
  margin: 80px auto;
  z-index: 100;
  max-width: 800px;
  width: 100%;
}

.Look__Container {
  position: relative;
  height: auto;
}

.Look__content__iconModal {
  position: absolute;
  display: none;
  width: 15px;
  height: 15px;
  top: 15px;
  right: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='Icon_material-library-add' data-name='Icon material-library-add' d='M4.5,6H3V16.5A1.5,1.5,0,0,0,4.5,18H15V16.5H4.5Zm12-3h-9A1.5,1.5,0,0,0,6,4.5v9A1.5,1.5,0,0,0,7.5,15h9A1.5,1.5,0,0,0,18,13.5v-9A1.5,1.5,0,0,0,16.5,3Z' transform='translate(-3 -3)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
}

.Look__content__imageLink {
  overflow: hidden;
  display: block;
}

.Look__content__imageLink img {
  transform: scale(1);
  transition: .4s ease-in-out;
}

.Look__content__imageLink img:hover {
  transform: scale(1.02);
}


.Modal__commodityWrap {
  display: flex;
  margin: 0 auto;
  letter-spacing: 0.1em;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-top: 15px;
  justify-content: space-between;
  align-items: center;
}

.Modal__commodityText__name,
.Modal__commodityText__price {
  margin: 0;
}

.Modal__commodityText__name {
  font-size: 12px;
  font-weight: bold;

}

.Modal__commodityText__price {
  font-size: 11px;
  letter-spacing: 0.05em;
  padding-top: 5px;
}

.uk-modal-container .uk-modal-dialog {
  width: 480px !important;
  padding: 40px 60px;
}

.Modal__commodityBtn {
  font-size: 13px;
  font-weight: bold;
  display: block;
  background: #0a0a0a;
  color: #fff;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}

.Modal__commodityBtn:hover {
  border: 1px solid;
}

.Modal__commodityBtn:hover,
.BackTop a:hover {
  background: #fff;
  color: #222;
  text-decoration: none;
}

/* モーダル調整 */
.Modal__Wrap {
  display: none;
  height: 100vh;
  height: -webkit-fill-available;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}

.Modal__bg {
  background: #000;
  min-height: 100vh;
  height: -webkit-fill-available;
  position: absolute;
  width: 100%;
  opacity: 0.6;
}

.Modal__content {
  background: #fff;
  margin: auto;
  max-width: 40vw;
  min-width: 440px;
  /* padding: 40px 0; */
  position: relative;
  width: 100%;
  z-index: 1;
  max-height: 90vh;
  overflow: auto;
  overflow: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*IE(Internet Explorer)・Microsoft Edge*/
  -ms-overflow-style: none;
  /*Firefox*/
  scrollbar-width: none;
}

.Modal__ContentList {
  margin: 40px auto;
}

.Modal__content::-webkit-scrollbar {
  /*Google Chrome、Safar*/
  display: none;
}

.Modal__content__child {
  max-width: 50vw;
  width: 300px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: block;
  /*位置調整*/
  padding-top: 20px;
  /*位置調整*/
  margin-top: -20px;
  /*位置調整*/
}

/*　閉じるボタン */
.LookModal__Close {
  position: sticky;
  top: 0px;
  /*固定位置*/
  /*アイコンサイズ*/
  left: 0px;
  width: 44px;
  height: 44px;
  margin: 0;
  float: right;
}

.LookModal__Close:hover {
  opacity: 0.5;
}

.modal__button--close {
  margin: 0 10px;
}

.modal__button--close {
  margin: 20px;
}

.Main {
  /* padding-bottom: 80px; */
}

.Main__Visual {
  position: relative;
  margin: 0 auto;
}

.Main__VisualContainer {
  width: 100%;
}

.Main .Main__VisualSlider {
  width: 100%;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  background: #efe5c4;
}

.Main .Main__VisualSlider .slider-box {
  width: 100%;
  max-height: 100vh;
  position: relative;
}

.Main .Main__VisualSlider .slider-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 65px);
  overflow: hidden;
}

.Main .Main__VisualSlider .slider-slide {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.Main .Main__VisualSlider .slider-slide--2 {
  left: -100%
}

.Main .Main__VisualSlider .slider-slide--3 {
  left: -200%
}

.Main .Main__VisualSlider .slider-slide--4 {
  left: -300%
}

.Main .Main__VisualSlider .slider-slide--5 {
  left: -400%
}

.Main .Main__VisualSlider .slider-slide--6 {
  left: -500%
}

.Main .Main__VisualSlider .slider-slide--7 {
  left: -600%
}

.Main .Main__VisualSlider .slider-slide--8 {
  left: -700%
}

.Main .Main__VisualSlider .slider-slide--9 {
  left: -800%
}

.Main .Main__VisualSlider .slider-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Main .Main__VisualSlider .slider-slide__inner-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 659ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 659ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.Main .Main__VisualSlider .slider-slide__inner-image:nth-of-type(2) {
  -webkit-transition-delay: 360ms;
  transition-delay: 360ms
}

.Main .Main__VisualSlider .slider-slide__inner-image:nth-of-type(1) {
  -webkit-transition-delay: 720ms;
  transition-delay: 720ms
}

.Main .Main__VisualSlider .slider-slide--now {
  z-index: 3
}

.Main .Main__VisualSlider .slider-slide--now .slider-slide__inner-image {
  opacity: 1;
}

.Main .Main__VisualSlider .slider-slide--now img {
  -webkit-animation: moving 14000ms linear;
  animation: moving 14000ms linear;
}

/*----------
SP
----------*/
@media screen and (max-width: 736px) {

  html,
  body {
    min-width: 320px;
  }

  .PC,
  .br-pc {
    display: none !important;
  }

  .SP,
  .br-sp {
    display: block !important;
  }

  .Main_VisualTitle {
    position: relative;
    margin: 60px auto;
    max-width: unset;
    width: calc(100vw - 20px);
    text-align: right;
    text-align: -webkit-right;
  }

  .Main_VisualTitle img {
    margin: 0;
  }

  .Main_VisualTitle img:nth-of-type(1) {
    max-width: unset;
    width: 200px;
  }

  .Main_VisualTitle img:nth-of-type(2) {
    max-width: unset;
    width: 100px;
    margin-top: 11px;
  }

  .Main_VisualTitle img:nth-of-type(3) {
    max-width: unset;
    width: 60px;
    margin-top: 20px;
  }

  .title_border::after {
    width: calc(100vw - 90px) !important;
    max-width: unset !important;
    transition: none;
  }

  .Look {
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 100;
  }

  .Look__Container {
    position: relative;
    height: auto;
  }

  .Look__flex {
    gap: 0px;
    margin-bottom: 0px;
  }

  .Look__content__iconModal {
    position: absolute;
    display: none;
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath id='Icon_material-library-add' data-name='Icon material-library-add' d='M4.5,6H3V16.5A1.5,1.5,0,0,0,4.5,18H15V16.5H4.5Zm12-3h-9A1.5,1.5,0,0,0,6,4.5v9A1.5,1.5,0,0,0,7.5,15h9A1.5,1.5,0,0,0,18,13.5v-9A1.5,1.5,0,0,0,16.5,3Z' transform='translate(-3 -3)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .Modal__content {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin: auto;
    height: -webkit-fill-available;
  }

  .Modal__content__child {
    max-width: unset;
    min-width: unset;
    width: 100%;
    padding: 40px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 320px) {

  .Modal__commodityText__name,
  .Modal__commodityText__price {
    font-size: 11px;
    padding-top: 2px;
  }

  .Modal__commodityBtn {
    width: 50px;
    height: 30px;
    line-height: 30px;
  }

  .Modal__content {
    max-height: 500px;
  }
}

/*document追加*/

.Look__flex {
  display: flex;
  width: auto;
  gap: 0px;
  margin-bottom: 0px;
  justify-content: center;
}

.Modal__image {
  margin: 0 auto;
  width: 100%;
}

.title_season {
  text-align: left;
  margin-top: 10px;
  margin-right: 33vw;
  position: absolute;
}

.title_border::after {
  background: #000;
  content: "";
  display: block;
  margin: 0 auto 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 25%;
  max-width: 56vw;
  width: 820px;
}

.title_credit {
  margin-top: 12px;
  font-family: 'Nuosu SIL', serif;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.Credit {
  padding: 0 15px;
  text-align: center;
  line-height: 2;
  font-size: 12px;
  font-family: 'Nuosu SIL', serif;
}