#Wrap {
  max-width: 100%;
}

@media screen and (min-width: 561px) {
  #pagination.below {
    max-width: 120rem;
    margin-inline: auto;
  }

  #sortBlock {
    width: 120rem;
    justify-content: end;
    margin: auto;
  }
}

@font-face {
  font-family: "felix";
  src: url("../fonts/FELIXTI.TTF") format("truetype");
}

@font-face {
  font-family: "minion variable";
  src: url("../fonts/MinionVariableConcept-Roman.otf") format("opentype");
}

.categorylist--bottom {
  margin-top: 0;
}

.spcollection2 {
  margin-top: calc(27* (100vw / 750));
  padding-top: calc(190* (100vw /750));
  padding-bottom: calc(130*(100vw / 750));
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 0;
  font-feature-settings: normal;
  overflow: hidden;
  color: #fff;
  background-color: #42210B;
  position: relative;
}

.spcollection2::before,
.spcollection2::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.spcollection2 img,
.spcollection2 picture,
.spcollection2 iframe {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}

.spcollection2 iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .spcollection2 .img {
    position: relative;

    font-size: 0;
  }
}

.spcollection2 a {
  display: inline;
}

.spcollection2 p {
  letter-spacing: 0;
  position: relative;
}


/*** lp_credit_area  ***/
.lp_credit_area {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 2;
  width: fit-content;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-font-smoothing: antialiased;
  margin-top: calc(22* (100vw /750));
}

.lp_credit_area::after {
  content: "";
  width: 100%;
}

.lp_credit_area::before {
  content: "";
  order: 2;
  width: 100%;
}

.lp_credit_area li {
  width: fit-content;
  font-size: calc(22* (100vw / 750));
  line-height: 1.35;
}

/* .lp_credit_area li>* {
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.692;
} */

.lp_credit_area li span:not(.credit__category, .credit__price) {
  padding-right: calc(6* (100vw / 750));
}

.lp_credit_area span {
  letter-spacing: 0.02em;
}

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

  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spcollection2 {
    margin-top: 7.6rem;
    padding-top: 24.5rem;
    padding-bottom: 4.7rem;
  }

  .spOnly {
    display: none !important;
  }

  .lp_credit_area {
    margin-top: 2.3rem;
  }

  .lp_credit_area li {
    font-size: 2.2rem;
    line-height: 1.35;
  }

  /* .lp_credit_area li>* {
    line-height: 1.3636363636;
  } */

  .lp_credit_area li span:not(.credit__category, .credit__price) {
    padding-right: 0.7rem;
  }
}

/* ===============================================
* mv *
=============================================== */
.video01 iframe {
  height: calc(760* (100vw /750));
}

.fv_ttl {
  width: calc(580*(100vw / 750));
  margin: calc(156*(100vw / 750)) auto 0;
}

.img01 {
  width: calc(646* (100vw /750));
  margin: calc(158* (100vw /750)) auto 0;
}

.fv_tx {
  width: calc(530* (100vw /750));
  margin: calc(30* (100vw /750)) auto 0;
}

@media screen and (min-width: 768px) {
  .video01 iframe {
    height: 80rem;
  }

  .fv_ttl {
    width: 84.3rem;
    margin: 20.6rem auto 0;
  }

  .img01 {
    width: 71rem;
    margin: 17.6rem auto 0;
  }

  .fv_tx {
    width: 65rem;
    margin: 7rem auto 0;
  }
}

/* ▽_____________ sec ______________▽ */
.sec,
.relative_wrap {
  position: relative;
}

.video_wrap {
  pointer-events: none;
}

.sec_inner {
  position: relative;
  margin: auto;
}

.sec_inner h3,
.sec_inner .lp_credit_area {
  position: absolute;
  z-index: 2;
}

.sec_inner h3 {
  pointer-events: none;
}

.sec_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
}

.sec_inner .lp_credit_area {
  position: relative;
  height: fit-content;
}

.ttl_wrap {
  position: absolute;
  width: calc(160* (100vw /750));
  pointer-events: none;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .ttl_wrap {
    width: 16rem;
  }
}



/* ▽_____________ common ______________▽ */
.credit__wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(19*(100vw / 750));
  gap: calc(8*(100vw / 750)) calc(18*(100vw / 750));
}

.credit__wrap::after {
  content: "";
  width: 100%;
}

.credit__wrap li {
  font-size: calc(16* (100vw / 750));
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}


@media screen and (min-width: 768px) {

  .credit__wrap {
    margin-top: 2rem;
    gap: 0.8rem 2rem;
  }

  .credit__wrap li {
    font-size: 2rem;
    width: fit-content;
  }
}

/* ===============================================
* sec *
=============================================== */
.sec__content-wrap,
.sec__content-item {
  position: relative;
  z-index: 1;
}

.sec__content-wrap::before,
.sec__content-wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.sec__content-item::before,
.sec__content-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}


/* ===============================================
* style01 *
=============================================== */
.sec1 {
  margin-top: calc(352* (100vw /750));
}

.sec1 .sec__content-item--1::before {
  background: url(../img/svg/deco01.svg) center/contain no-repeat;
  width: calc(31* (100vw /750));
  height: calc(28* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
  top: calc(-190* (100vw /750));
  z-index: 1;
}

.sec1 .sec__content-item--1::after {
  background: url(../img/svg/sp/line01.svg) center/contain no-repeat;
  width: calc(750* (100vw /750));
  height: calc(480* (100vw /750));
  left: 50%;
  transform: translateX(-50%);
  top: calc(240* (100vw /750));
}

.js-slider-set3_item {
  width: calc(325* (100vw /750));
  margin: 0 calc(13* (100vw /750));
}

.slick-dots {
  bottom: calc(-62* (100vw /750));
}

.slick-dots li {
  width: calc(13* (100vw /750));
  height: calc(13* (100vw /750));
  margin: 0 calc(8* (100vw /750));
  border-radius: 50%;
  background: #fff;
}

.slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
}

.slick-dots li button:before {
  content: none;
}

.sec1 .credit__wrap {
  margin-top: calc(96* (100vw /750));
  color: #42210B;
}

.sec1 .sec__content-item--2 {
  margin-top: calc(144* (100vw /750));
}

.video02 iframe {
  height: calc(760* (100vw /750));
}

@media screen and (min-width: 768px) {
  .sec1 {
    margin-top: 45rem;
  }

  .sec1 .sec__content-item--1::before {
    width: 4.4rem;
    height: 3.8rem;
    top: -24rem;
  }

  .sec1 .sec__content-item--1::after {
    background: url(../img/svg/line01.svg) center/cover no-repeat;
    width: 100vw;
    height: calc(100vw* 0.415);
    top: 51rem;
  }

  .js-slider-set3_item {
    width: 50rem;
    margin: 0 2rem;
  }

  .slick-dots {
    bottom: -7rem;
  }

  .slick-dots li {
    width: 1.7rem;
    height: 1.7rem;
    margin: 0 1.1rem;
  }

  .sec1 .credit__wrap {
    margin-top: 10rem;
  }

  .sec1 .sec__content-item--2 {
    margin-top: 7rem;
  }

  .video02 iframe {
    height: 80rem;
  }

}

/* ===============================================
* sec2 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec2 .sec__content-wrap::before {
    background: url(../img/svg/sp/line02.svg) center/contain no-repeat;
    width: calc(750* (100vw /750));
    height: calc(311* (100vw /750));
    top: calc(140* (100vw /750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec2 .sec__content-item--1 {
    width: calc(357*(100vw / 750));
    margin: calc(227* (100vw /750)) 0 0 calc(108* (100vw /750));
  }

  .sec2 .sec__content-item--1::before {
    background: url(../img/svg/img03_deco.svg) center/contain no-repeat;
    width: calc(380* (100vw /750));
    height: calc(655* (100vw /750));
    top: 0;
    left: calc(-24* (100vw /750));
  }

  .img03 {
    border-radius: 0 calc(70*(100vw / 750)) calc(70*(100vw / 750)) 0;
    overflow: hidden;
  }

  .sec2 .sec__content-item--2 {
    width: calc(462* (100vw /750));
    margin: calc(220* (100vw /750)) auto 0;
  }

  .sec2 .sec__content-item--2 .credit__wrap {
    justify-content: flex-start;
    margin-top: calc(40* (100vw /750));
    gap: calc(12*(100vw / 750)) calc(13*(100vw / 750));
    width: calc(400* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec2 .sec__content-wrap {
    display: flex;
    justify-content: center;
    gap: 7.2rem;
    padding-left: 7.5rem;
    margin-top: 48.4rem;
  }

  .sec2 .sec__content-wrap::before {
    background: url(../img/svg/line02.svg) center/cover no-repeat;
    width: 100vw;
    height: calc(100vw* 0.415);
    top: 3.6rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec2 .sec__content-item--1 {
    width: 46.8rem;
  }

  .sec2 .sec__content-item--1::before {
    background: url(../img/svg/img03_deco.svg) center/contain no-repeat;
    width: 49.8rem;
    height: 86rem;
    top: 0;
    left: -2.9rem;
  }

  .img03 {
    border-radius: 0 9.5rem 9.5rem 0;
    overflow: hidden;
  }

  .sec2 .sec__content-item--2 {
    width: 56rem;
    margin: 31.7rem 0 0 0;
  }

  .sec2 .sec__content-item--2 .credit__wrap {
    position: absolute;
    justify-content: flex-start;
    top: 82.5rem;
    left: -46.6rem;
    gap: 1.7rem 2rem;
    width: 47rem;
  }
}

/* ===============================================
* sec3 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec3 .sec__content-wrap::before {
    background: url(../img/svg/sp/line03.svg) center/contain no-repeat;
    width: calc(750* (100vw /750));
    height: calc(450* (100vw /750));
    top: calc(556* (100vw /750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec3 .sec__content-item--1 {
    width: calc(480* (100vw /750));
    margin: calc(267* (100vw /750)) auto 0;
  }

  .sec3 .credit__wrap {
    color: #42210B;
    margin-top: calc(35* (100vw /750));
  }

  .sec3 .sec__content-item--2 {
    width: calc(414* (100vw /750));
    margin: calc(30* (100vw /750)) 0 0 auto;
  }

  .sec3 .sec__content-item--2::before {
    background: url(../img/svg/img06_deco.svg) center/contain no-repeat;
    width: calc(98* (100vw /750));
    height: calc(185* (100vw /750));
    top: calc(17*(100vw / 750));
    left: calc(237*(100vw / 750));
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .sec3 .sec__content-wrap {
    display: flex;
    justify-content: center;
    gap: 11rem;
    margin-top: 49.8rem;
  }

  .sec3 .sec__content-wrap::before {
    background: url(../img/svg/line03.svg) center/cover no-repeat;
    width: 100vw;
    height: calc(100vw* 0.51);
    top: 42.6rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec3 .sec__content-item--1 {
    width: 58rem;
    margin-top: 16.6rem;
  }

  .sec3 .sec__content-item--1 .credit__wrap {
    position: absolute;
    justify-content: flex-start;
    top: 81.5rem;
    left: 59.8rem;
    gap: 1.7rem 2rem;
    width: 47rem;
    color: #42210B;
  }

  .sec3 .sec__content-item--2 {
    width: 37.7rem;
    height: 60rem;
  }

  .sec3 .sec__content-item--2::before {
    background: url(../img/svg/img06_deco.svg) center/contain no-repeat;
    width: 9rem;
    height: 16.8rem;
    top: 1.3rem;
    left: 21.5rem;
    z-index: 2;
  }

}

/* ===============================================
* sec4 *
=============================================== */
@media screen and (max-width: 767px) {
  .sec4 .sec__content-wrap::before {
    background: url(../img/svg/sp/line04.svg) center/contain no-repeat;
    width: calc(750* (100vw /750));
    height: calc(510* (100vw /750));
    top: calc(403*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec4 .sec__content-item--1 {
    width: calc(450*(100vw / 750));
    margin: calc(324*(100vw / 750)) 0 0 calc(50*(100vw / 750));
  }

  .sec4 .sec__content-item--1::before {
    background: url(../img/svg/img07_deco.svg) center/contain no-repeat;
    width: calc(500*(100vw / 750));
    height: calc(584*(100vw / 750));
    top: calc(-22*(100vw / 750));
    left: 50%;
    transform: translateX(-49%);
  }

  .img07 {
    border-radius: calc(230*(100vw / 750)) calc(230*(100vw / 750)) 0 0;
    overflow: hidden;
  }

  .sec4 .sec__content-item--2 {
    width: calc(535*(100vw / 750));
    margin: calc(108*(100vw / 750)) auto 0;
  }

  .img08 {
    border-radius: 0 calc(70*(100vw / 750)) 0 0;
    overflow: hidden;
  }

  .sec4 .credit__wrap {
    margin-top: calc(30* (100vw /750));
  }
}

@media screen and (min-width: 768px) {
  .sec4 .sec__content-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 44.8rem;
    padding-left: 2rem;
  }

  .sec4 .sec__content-wrap::before {
    background: url(../img/svg/line04.svg) center/contain no-repeat;
    width: 100vw;
    height: calc(100vw* 0.51);
    top: 67.9rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec4 .sec__content-item--1 {
    width: 46.6rem;
  }

  .sec4 .sec__content-item--1::before {
    background: url(../img/svg/img07_deco.svg) center/contain no-repeat;
    width: 51.4rem;
    height: 61rem;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-48.9%);
  }

  .img07 {
    border-radius: 24rem 24rem 0 0;
    overflow: hidden;
  }

  .sec4 .sec__content-item--2 {
    width: 61.8rem;
    margin-top: 81.1rem;
  }

  .img08 {
    border-radius: 0 8rem 0 0;
    overflow: hidden;
  }

  .sec4 .credit__wrap {
    position: absolute;
    justify-content: flex-start;
    top: 65.3rem;
    left: 53.3rem;
    width: 40rem;
  }
}


/* ===============================================
* sec5 *
=============================================== */
.sec5 .sec__content-item--3 .model__img {
  position: relative;
  z-index: 1;
}

.sec5 .sec__content-item--3 .model__img::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec5 .sec__content-wrap::before {
    background: url(../img/svg/sp/line05.svg) center/contain no-repeat;
    width: calc(750* (100vw /750));
    height: calc(343* (100vw /750));
    top: calc(223*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }

  .sec5 .sec__content-item--1::before {
    background: url(../img/svg/sp/img08_deco.svg) center/contain no-repeat;
    width: calc(102*(100vw / 750));
    height: calc(130*(100vw / 750));
    top: calc(-163*(100vw / 750));
    left: calc(458*(100vw / 750));
  }

  .sec5 .sec__content-item--1 {
    width: calc(606*(100vw / 750));
    margin: calc(362*(100vw / 750)) auto 0;
  }

  .sec5 .credit__wrap {
    color: #42210B;
    margin-top: calc(30* (100vw /750));
  }

  .sec5 .sec__content-item--2 {
    margin-top: calc(120* (100vw /750));
  }

  .video03 iframe {
    height: calc(760* (100vw /750));
  }

  .sec5 .sec__content-item--3 {
    display: flex;
    justify-content: space-between;
    margin-top: calc(107* (100vw /750));
  }


  .img10 {
    width: calc(374* (100vw /750));
  }

  .img10::before {
    background: url(../img/svg/sp/img10_deco.svg) center/contain no-repeat;
    width: calc(303*(100vw / 750));
    height: calc(690*(100vw / 750));
    top: calc(-53*(100vw / 750));
    left: calc(27*(100vw / 750));
  }

  .img11 {
    width: calc(340* (100vw /750));
    margin-top: calc(220* (100vw /750));
  }

  .img11::before {
    background: url(../img/svg/img11_deco.svg) center/contain no-repeat;
    width: calc(69* (100vw /750));
    height: calc(82* (100vw /750));
    top: calc(-60*(100vw / 750));
    left: calc(242*(100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sec5 .sec__content-wrap::before {
    background: url(../img/svg/line05.svg) center/contain no-repeat;
    width: 100vw;
    height: calc(100vw* 0.51);
    top: 3.9rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .sec5 .sec__content-item--1::before {
    background: url(../img/svg/img08_deco.svg) center/contain no-repeat;
    width: 13.2rem;
    height: 15.3rem;
    top: -13.3rem;
    left: 50.4rem;
    z-index: 2;
  }

  .sec5 .sec__content-item--1 {
    width: 71rem;
    margin: 59rem auto 0;
  }

  .sec5 .credit__wrap {
    color: #42210B;
    margin-top: 2.8rem;
  }

  .sec5 .sec__content-item--3 {
    display: flex;
    justify-content: center;
    margin-top: 18.6rem;
    gap: 3.8rem;
  }

  .video03 {
    width: 45rem;
    margin-top: 12.5rem;
  }

  .video03 iframe {
    height: 80rem;
  }

  .img10 {
    width: 37.4rem;
  }

  .img10::before {
    background: url(../img/svg/img10_deco.svg) center/contain no-repeat;
    width: 30.8rem;
    height: 61.7rem;
    top: -5.3rem;
    left: 3.9rem;
  }

  .img11 {
    width: 37.4rem;
    margin-top: 37.4rem;
  }

  .img11::before {
    background: url(../img/svg/img11_deco.svg) center/contain no-repeat;
    width: 7.4rem;
    height: 8.9rem;
    top: -7.3rem;
    left: 26.2rem;
  }
}

/* ===============================================
* lp-foot *
=============================================== */
.lp-foot {
  width: calc(325* (100vw /750));
  margin: calc(140* (100vw /750)) auto 0;
}

@media screen and (min-width: 768px) {
  .lp-foot {
    width: 49.6rem;
    margin: 23.8rem auto 0;
  }
}



@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10* (100vw / 1366)) !important;
  }
}



/* ▽ animation ▽ */
.js_imgFadeIn {
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.imgAnimated {
  opacity: 1;
}

.js_imgFadeIn.slide_right {
  transform: translateX(100px);
}

.js_imgFadeIn.slide_left {
  transform: translateX(-100px);
}

.slide_right.imgAnimated,
.slide_left.imgAnimated {
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .sec3 .js_imgFadeIn.slide_right {
    transform: translateX(-100px);
  }

  .sec3 .js_imgFadeIn.slide_left {
    transform: translateX(100px);
  }

  .sec3 .slide_right.imgAnimated,
  .sec3 .slide_left.imgAnimated {
    transform: translateX(0);
  }
}