@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

[class*=crossFade] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
[data-animate=rotate] {
  animation-name: rotate;
  animation-duration: 30000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: forwards;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 1500ms, transform 1800ms;
}
@media screen and (min-width: 768px) {
  [class*=anima].look__slider {
    --animation-duration-element: 1000ms;
    transition-delay: var(--animation-duration-element);
  }
}
@media screen and (max-width: 767px) {
  [class*=anima] figure + figure {
    --animation-duration-element: 2000ms;
    transition-delay: var(--animation-duration-element);
  }
}
[class*=anima]:not(.onView) * {
  animation-play-state: paused;
}
[class*=anima].onView {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
[class*=anima].onView * {
  animation-play-state: running;
}
[class*=anima][data-animate=slide-in-top] {
  transform: translateY(20px);
}
[class*=anima][data-animate=slide-in-right] {
  transform: translateX(-20px);
}
[class*=anima][data-animate=slide-in-left] {
  transform: translateX(20px);
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.swiper-slide a{
  opacity: 1!important;
}
/* html */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw / 750))!important;
  }
  html .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html .spOnly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
/* content */
#st230510shito picture, #st230510shito img, #st230510shito video {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}
#st230510shito .look__image {
  overflow: hidden;
}
/* link */
#st230510shito a {
  transition: ease 0.6s;
}
#st230510shito a:link:hover {
  cursor: pointer;
}
#st230510shito a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
#st230510shito a.no_link span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #st230510shito a.no_link span {
    font-size: 1.6rem;
  }
}

/* 初期化 */
.main-area .main-inner{
  padding: 0;
}
/* // base // */



/* style */
/* 初期設定 */
#st230510shito {
  max-width: 100vw;
  overflow: hidden;
  font-family: acumin-pro, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
}
/* 追加 */
@media screen and (max-width: 767px) {
  #st230510shito {
    font-size: 2.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito {
    font-size: 1.4rem;
    line-height: 2.143;
  }
}



/* mainVisual */
/* 初期設定 */
#st230510shito .mainVisual {
  text-align: center;
}
#st230510shito .mainVisual .leadTtl span{
  display: block;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0em;
}
/* 追加 */
@media screen and (max-width: 767px) {
  #st230510shito .mainVisual .imgBox {
    width: 100%;
    margin-block-end: 8.8rem;
  }
  #st230510shito .mainVisual .leadTtl{
    font-size: 3.2rem;
    line-height: 1.875;
    margin-block-end: 6.1rem;
  }
  #st230510shito .mainVisual .leadTtl span.imgBox{
    width: 48.3rem;
    margin-inline: auto;
    margin-block-end: 2.8rem;
  }
  #st230510shito .mainVisual .leadTxt{
    margin-block-end: 13rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .mainVisual .imgBox{
    width: 60rem;
    margin-inline: auto;
    margin-block-end: 8.1rem;
  }
  #st230510shito .mainVisual .leadTtl span.imgBox{
    width: 35.7rem;
    margin-inline: auto;
    margin-block-end: 0.7rem;
  }
  #st230510shito .mainVisual .leadTtl{
    font-size: 2.2rem;
    line-height: 1.909;
    margin-block-end: 5rem;
  }
  #st230510shito .mainVisual .leadTxt{
    margin-block-end: 13.1rem;
  }
}
/* mainVisual */



/* sec */
/* 初期設定 */
#st230510shito .sec {
  text-align: center;
  margin-inline: auto;
}
#st230510shito .sec .secTtl{
  font-weight: bold;
}
#st230510shito .sec .look-item__price *{
  font-weight: 300;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#st230510shito .sec .flexdWrapper{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
#st230510shito .sec .modelWrap .look__slider{
  overflow: hidden;
}
/* 追加 */
#st230510shito .sec .look-item__price br+li{margin-block-start: -1rem;}
@media screen and (max-width: 767px) {
  #st230510shito .sec .look-item__price li+li{
    margin-block-start: -0.3rem;
  }
  #st230510shito .sec .look-item__price br+li {
    margin-block-start: -1.6rem;
  }
  #st230510shito .sec .modelWrap .look-item__price{
    margin-block-start: 4rem;
    line-height: 1.85;
  }
  #st230510shito .sec .look-item__price .tax{
    font-size: 2rem;
    margin-inline-start: -1.2rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec .look-item__price li+li{
    margin-block-start: -0.1rem;
  }
  #st230510shito .sec .look-item__price li+b{

  }
  #st230510shito .sec .modelWrap .look-item__price{
    margin-block-start: 3.4rem;
    line-height: 1.85;
  }
  #st230510shito .sec .look-item__price .tax{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.2rem;
    margin-inline-start: -0.7rem;
    letter-spacing: 0.12em;
  }
}

/* sec */


/* sec01 */
@media screen and (max-width: 767px) {
  #st230510shito .sec01{
    margin-block-end: 20rem;
  }
  #st230510shito .sec01 .modelWrap.--1{
    width: 56.0rem;
    margin-inline: auto;
    margin-block-end: 9.9rem;
  }
  #st230510shito .sec01 .all_item_btn.--1 a{
    width: 62rem;
    height: 8rem;
    line-height: 8rem;
  }
  #st230510shito .sec01 .leadTxt.--1{
    margin-block-end: 7rem;
  }
  #st230510shito .sec01 .all_item_btn.--1 .txt{
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec01{
    margin-block-end: 17.1rem;
  }
  #st230510shito .sec01 .modelWrap.--1{
    width: 50.0rem;
    margin-inline: auto;
    margin-block-end: 7.5rem;
  }
  #st230510shito .sec01 .leadTxt.--1{
    width: 49.7rem;
    margin-inline: auto;
    margin-block-end: 5.3rem;
  }
  #st230510shito .sec01 .all_item_btn.--1 a{
    width: 50.0rem;
    height: 6rem;
    line-height: 6rem;
  }
  #st230510shito .sec01 .all_item_btn.--1 .txt{
    font-size: 1.8rem;
  }
}
/* sec01 */


/* sec02 */
@media screen and (max-width: 767px) {
  #st230510shito .sec02{
  }
  #st230510shito .sec02 .modelWrap.--2{
    margin-block-end: 11rem;
  }
  #st230510shito .sec02 .modelWrap.--3{
    width: 50rem;
    margin-inline: 0 auto;
    margin-block-end: 7.8rem;
  }
  #st230510shito .sec02 .modelWrap.--4{
    width: 60rem;
    margin-inline: auto 0;
    margin-block-end: 21rem;
  }
  #st230510shito .sec02 .modelWrap.--5{
    width: 55.0rem;
    margin-inline: auto;
    margin-block-end: 10.8rem;
  }
  #st230510shito .sec02 .modelWrap.--5 li{
    width: 39.0rem;
  }
  #st230510shito .sec02 .modelWrap.--6{
    width: 100%;
    margin-inline: auto;
    margin-block-end: 20.6rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec02{
    width: 118.0rem;
  }
  #st230510shito .sec02 .modelWrap.--2{
    width: 54rem;
    margin-inline: auto;
    margin-block-end: 10rem;
  }
  #st230510shito .sec02 .modelWrap.--3{
    width: 55rem;
    margin-inline: 0 auto;
    margin-block-end: 7.8rem;
  }
  #st230510shito .sec02 .modelWrap.--4{
    width: 70.0rem;
    margin-inline: auto 0;
    margin-block-end: 17rem;
  }
  #st230510shito .sec02 .modelWrap.--5{
    width: 84.0rem;
    margin-inline: auto;
    margin-block-end: 10rem;
  }
  #st230510shito .sec02 .modelWrap.--5 li{
    width: 39.0rem;
  }
  #st230510shito .sec02 .modelWrap.--6{
    width: 54.0rem;
    margin-inline: auto;
    margin-block-end: 17rem;
  }
}


/* sec03 */
@media screen and (max-width: 767px) {
  #st230510shito .sec03{
  }
  #st230510shito .sec03 .modelWrap.--7{
    width: 100vw;
    margin-inline: 0;
    margin-block-end: 11rem;
  }
  #st230510shito .sec03 .modelWrap.--8{
    width: 48rem;
    margin-inline: 4rem auto;
    margin-block-end: 8rem;
  }
  #st230510shito .sec03 .modelWrap.--9{
    width: 54rem;
    margin-inline: auto 4rem;
    margin-block-end: 21rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec03{
    width: 110.0rem;
    margin-inline: auto;
  }
  #st230510shito .sec03 .modelWrap.--7{
    width: 54.0rem;
    margin-inline: auto;
    margin-block-end: 8rem;
  }
  #st230510shito .sec03 .modelWrap.--8{
    width: 50.0rem;
    margin-inline: 0 auto;
    margin-block-end: -18.5rem;
  }
  #st230510shito .sec03 .modelWrap.--9{
    position: relative;
    width: 50.0rem;
    margin-inline: auto 0;
    margin-block-end: 17.4rem;
    z-index: 5;
  }
}


/* sec04 */
@media screen and (max-width: 767px) {
  #st230510shito .sec04{
  }
  #st230510shito .sec04 .modelWrap.--10{
    width: 100vw;
    margin-inline: auto;
    margin-block-end: 8rem;
  }
  #st230510shito .sec04 .modelWrap.--11{
    width: 45rem;
    margin-inline: auto;
    margin-block-end: 11.9rem;
  }
  #st230510shito .sec04 .modelWrap.--12{
    width: 100vw;
    margin-inline: auto;
    margin-block-end: 8.7rem;
  }
  #st230510shito .sec04 .leadTxt{
    font-size: 2.1rem;
    margin-block-end: 19rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec04{
  }
  #st230510shito .sec04 .modelWrap.--10{
    width: 54.0rem;
    margin-inline: auto;
    margin-block-end: 8rem;
  }
  #st230510shito .sec04 .modelWrap.--11{
    width: 39.0rem;
    margin-inline: auto;
    margin-block-end: 10rem;
  }
  #st230510shito .sec04 .modelWrap.--12{
    width: 76.0rem;
    margin-inline: auto;
    margin-block-end: 7.6rem;
  }
  #st230510shito .sec04 .leadTxt{
    font-size: 1.3rem;
    margin-block-end: 15rem;
  }
}


/* sec05 */
#st230510shito .sec05 .titleTxt{
  display: block;
  font-weight: bold;
  letter-spacing: 0;
}
#st230510shito .sec05 .leadTxt.--3 span{
  display: block;
  font-weight: bold;
}
#st230510shito .sec05 .leadTxt.--1 a{
  display: block;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #st230510shito .sec05 .titleTxt{
    font-size: 3.6rem;
    margin-block-end: 2.9rem;
  }
  #st230510shito .sec05 .leadTxt.--1 a{
    font-size: 2.6rem;
    line-height: 2;
    margin-block: 2.3rem 11rem;
  }
  #st230510shito .sec05 .leadTxt.--3{
    font-size: 2.2rem;
    margin-block-end: 2.7rem;
  }
  #st230510shito .sec05 .leadTxt.--3 .name{
    font-size: 3.0rem;
    margin-block-end: -0.8rem;
  }
  #st230510shito .sec05 .imgBox{
    width: 40.0rem;
    margin-inline: auto;
    margin-block-end: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec05 .titleTxt{
    font-size: 2.0rem;
    margin-block-end: 1.8rem;
  }
  #st230510shito .sec05 .leadTxt.--1 a{
    font-size: 1.7rem;
    line-height: 2.529;
    margin-block: 1rem 9rem;
  }
  #st230510shito .sec05 .leadTxt.--3{
    font-size: 1.4rem;
    margin-block-end: 1.2rem;
  }
  #st230510shito .sec05 .leadTxt.--3 .name{
    font-size: 1.8rem;
    line-height: 1;
    margin-block-end: 0.6rem;
  }
  #st230510shito .sec05 .imgBox{
    width: 30.0rem;
    margin-inline: auto;
    margin-block-end: 2.9rem;
  }
}



/* sec06 */
#st230510shito .sec06{
  
}
#st230510shito .sec06 .titleTxt{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #st230510shito .sec06 .titleTxt{
    font-size: 2.2rem;
    line-height: 1.313;
    margin-block-end: 5rem;
  }
  #st230510shito .sec06 .look__image.--15{
    width: 100vw;
    margin-inline: auto;
    margin-block-end: 7rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .sec06 .titleTxt{
    font-size: 1.6rem;
    line-height: 1.313;
    margin-block-end: 3.7rem;
    letter-spacing: 0.12em;
  }
  #st230510shito .sec06 .look__image.--15{
    width: 80.0rem;
    margin-inline: auto;
    margin-block-end: 7rem;
  }
}



/* staff */
@media screen and (max-width: 767px) {
  #st230510shito .all_item_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60rem;
    height: 8.0rem;
    margin-inline: auto;
    margin-block-end: 19.7rem;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 8.0rem;
    letter-spacing: 0em;
    background-color: #000000;
    color: #FFF;
  }
  #st230510shito .all_item_btn span{
    display: block;
    font-weight: bold;
  }
  #st230510shito .all_item_btn span:not(.txt){
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 0.9rem solid #FFF;
    border-right: 0;
    margin-inline-start: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  #st230510shito .all_item_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 51.0rem;
    height: 7rem;
    margin-inline: auto;
    margin-block-end: 14.6rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 7rem;
    background-color: #000000;
    color: #FFF;
  }
  #st230510shito .all_item_btn span{
    display: block;
    font-weight: bold;
  }
  #st230510shito .all_item_btn span:not(.txt){
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    border-left: 0.9rem solid #FFF;
    border-right: 0;
    margin-inline-start: 1.7rem;
  }
}



@media screen and (max-width: 767px) {
  .footer_border {
    border-top: 0.1rem solid #808080;
    margin-block-end: 2.96rem;
  }
   .staff p{
     width: 61.2rem;
     margin-inline: auto;
     white-space: nowrap;
     text-align: left;
     font-family: acumin-pro, sans-serif;
     font-weight: 300;
     font-style: normal;
     font-size: 2.2rem;
     line-height: 1.818;
     letter-spacing: 0.05em;
    }
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .staff p{
      white-space: normal;
    }
  }
}
@media screen and (min-width: 768px) {
  .footer_border {
    border-top: 0.1rem solid #808080;
    margin-block-end: 1rem;
  }
   .staff p{
    width: 112rem;
    margin-inline: auto;
    white-space: nowrap;
    text-align: left;
    font-family: acumin-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.643;
    letter-spacing: 0.05em;
  }
}
/* staff */

/* // style // */









/* 遅延用*/
#st230510shito .sec .flexdWrapper .look__image{
    transition: opacity 0.7s;
    opacity: 0;
}
#st230510shito .sec [class*=anima].onView .flexdWrapper .look__image{
    opacity: 1;
}
@media screen and (max-width: 767px) {
  #st230510shito .sec01 [class*=anima] .flexdWrapper .look__image.--2{
      transition-delay: 0.3s;
  }
}


/* 下から */
.secTtl.anima{
  overflow: hidden;
}
.secTtl.anima a{
  display: inline-block;
  transform: translateY(100%);
}
.secTtl.anima.onView a{
  transform: translateY(0);
}