﻿/* ▼ 調整基本なし ▼ */
@media screen and (max-width: 767px) {
  html {
    font-size: 1.33334vw;
  }

  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));
  }
}

:root {
    --swiper-theme-color: #000;
}

.lp{
  width: 100%;
  overflow: hidden;
}

.main-area {
    min-width: unset;
    max-width: unset;

}

.main-area.lp_area,
.main-area .main-inner{
  padding: 0;
}

.st_240221 *,
.st_240221 *::after,
.st_240221 *::before {
  box-sizing: border-box;
}

.st_240221 * {
    font: inherit;

}

.st_240221 figure,
.st_240221 .credit-wrap,
.st_240221 [class*=content],
.st_240221 [class*=__wrap],
.st_240221 [class*=-inner],
.st_240221 [class*=__image],
.st_240221 [class*=__item],
.st_240221 [class*=__video],
.st_240221 [class*=__caption] {
  position: relative;
  width: 100%;
}

.st_240221 picture,
.st_240221 svg,
.st_240221 img,
.st_240221 video {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  line-height: 0;
}

.st_240221 a:link {
  pointer-events: all;
}

.st_240221 a:link:hover {
  cursor: pointer;
}

.st_240221 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}

.st_240221 picture[data-animate*=crossFade--hover] {
  animation-name: crossFade;
  animation-duration: 4000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@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);
  }
}

@keyframes aniGoing {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

/* .mvFade,
.fade {
  opacity: 0;
  will-change: opacity, transform;
  transition: ease-in, opacity 2800ms, transform 1000ms;
} */

.mvFade:not(.onView) * ,
.fade:not(.onView) * {
  animation-play-state: paused;
}

.fade[dateAnima=L_R] {
  transform: translateX(-20px);
}

.fade[dateAnima=R_L] {
  transform: translateX(20px);
}
.fade[dateAnima=up] {
  transform: translateY(20px);
}

.mvFade.onView ,
.fade.onView {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}

.mvFade.onView * ,
.fade.onView * {
  animation-play-state: running;
}

[data-src]::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.st_240221 a:link {
  transition: ease, 600ms;
}

.st_240221 .look .credit-wrap {
  opacity: 0;
  background-color: transparent;
  transition: ease, 600ms;
}

.st_240221 .look:hover .look__image a,
.st_240221 .look.active .look__image a {
  opacity: 1;
  pointer-events: all;
}

.st_240221 .look:hover .credit-wrap,
.st_240221 .look.active .credit-wrap {
  opacity: 1;
  background-color: rgba(255,  255,  255,  0.7);
}

/* .st_240221 .look:hover .credit-wrap{
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.st_240221 .look:hover .credit-wrap .credit-list a,
.st_240221 .look.active .credit-wrap .credit-list a {
  pointer-events: all;
}

.st_240221 .look:hover .credit-wrap .credit-list a,
.st_240221 .look.active .credit-wrap .credit-list a {
  pointer-events: all;
} */

.splide__slide {
  width: fit-content !important;
  height: auto !important;
}

.splide__track {
  height: fit-content !important;
}

.splide__track img {
  display: block !important;
}
/* ▲ 調整基本なし ▲ */


/* ▼ 以下調整必要に応じてあり ▼ */
/* ---------- Text Area ---------- */
/* 全体 */
.st_240221 {
  font-family: "Hiragino Sans", "acumin-pro", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", hiragino-kaku-gothic-pron,
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic",
  "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #000;
  text-align: center;
  text-justify: inter-character;
  /* overflow: hidden; */
}
/* MV */
.st_240221 .mv .lead {
  font-feature-settings: "palt";
  /* font-feature-settings: unset; */
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", hiragino-kaku-gothic-pron, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 300;
  text-align: center;
}
/* クレジット */
.st_240221 .gothic ,
.st_240221 .ttl.--main,
.st_240221 .en,
.st_240221 .ttl.--style *,
.st_240221 .creditList *{
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  white-space: nowrap;
}
.st_240221 .gothic {
  font-weight: 300;
}
.st_240221 .ttl.--main,
.st_240221 .en,
.st_240221 .ttl.--style *{
  font-weight: bold;
  font-weight: 700;
}
.st_240221 .instaLink {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", acumin-pro, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif!important;
  font-weight: 400;
  text-align: center;
}
/* その他 */


/* ▲ 以下調整必要に応じてあり ▲ */




/* ----------------------------------------------------------
mv
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .st_240221 .lead{
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.12em;
    margin: 7.2rem auto 10.8rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .st_240221 .lead{
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-height: 2.143;
    letter-spacing: 0.12em;
    margin: 1rem auto 8.9rem;
  }
}


/* ----------------------------------------------------------
sec ALL
----------------------------------------------------------*/
.model .ttl.--sub{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 1.1rem;
}
.model .ttl .hidden{
  display: block;
  margin: auto;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
}
.sec{
  max-width: 120rem;
}
.sec .ttl.--style{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: fit-content;
  overflow: hidden;
}
.sec .flexWrap{
  display: flex;
  flex-wrap: nowrap;
}
.sec .imgBox{
  position: relative;
}
.sec .creditList{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
}
.sec .creditList.center{
  justify-content: center;
}
.sec .creditList .maxWidth{
  width: 100%;
}
/* sp */
@media screen and (max-width: 767px) {
  .model .ttl.--main{
    font-size: 7.2rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 7.7rem;
  }
  .model .ttl.--sub{
    margin-bottom: 2.9rem;
  }
  .model .ttl .gothic{
    font-feature-settings: "palt";
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .model .ttl .hiragino{
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    /* margin-left: -0.6rem; */
  }
  .sec{
    overflow: hidden;
  }
  .sec .ttl.--style{
  gap: 1.4rem;
  }
  .sec .ttl.--style .en *{
    font-size: 6.8rem;
    letter-spacing: 0;
  }
  .sec .ttl.--style .num{
    font-size: 7.2rem;
    letter-spacing: 0;
  }
  .sec .flexWrap{
    position: relative;
    left: 50%;
    transform: translateX(-50%);

  }
  .sec .creditList{
    font-size: 2.2rem;
    line-height: 1.818;
    letter-spacing: 0.05em;
  }
  .sec .creditList .credit + .credit{
    margin-left: 2rem;
  }

}
/* pc */
@media screen and (min-width: 768px) {
  .model .ttl.--main{
    font-size: 4.4rem;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 9.8rem;
  }
  .model .ttl.--sub {
    position: relative;
    left: -0.2rem;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .model .ttl .gothic{
    font-size: 2.0rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .model .ttl .hiragino{
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .sec{
    margin: auto;
  }
  .sec .ttl.--style{
    gap: 1rem;
  }
  .sec .ttl.--style .en{
    font-size: 4.8rem;
    letter-spacing: 0;
  }
  .sec .ttl.--style .num{
    font-size: 5.1rem;
    letter-spacing: 0;
  }
  .sec .flexWrap{
    
  }
  .sec .creditList{
    margin: 2.1rem 0 0;
    font-size: 1.4rem;
    line-height: 1.857;
    letter-spacing: 0.05em;
  }
  .sec .creditList .credit + .credit{
    margin-left: 1.6rem;
  }
}

/* ----------------------------------------------------------
sec 01
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--01{
    margin-bottom: 16rem;
  }
  .sec.--01 .ttl.--style{
  padding-top: 2.3rem;
  margin: 0 -0.3rem 0 auto;
  }
  .sec.--01 .imgBox.--01{
    width: 62.4rem;
    margin: 0 auto 7.9rem;
  }
  .sec.--01 .imgBox.--02{
    width: 41.6rem;
  }
  .sec.--01 .imgBox.--03{
    width: 41.6rem;
    margin-top: 20.7rem;
  }
  .sec.--01 .flexWrap{
    width: 85.2rem;
    justify-content: space-between;
    transform: translateX(-48.8%);
  }
  .sec.--01 .creditList{
    margin: 2.5rem 0 0 8.1rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--01{
    width: 81rem;
    margin: 0 auto 13.2rem;
  }
  .sec.--01 .ttl.--style{
    padding-top: 1.4rem;
    margin: 0 -0.2rem 0 auto;
  }
  .sec.--01 .imgBox.--01{
    width: 48rem;
    margin: 0 auto 5.7rem;
  }
  .sec.--01 .imgBox.--02{
    width: 39rem;
  }
  .sec.--01 .imgBox.--03{
    width: 39rem;
    margin: 21rem 0 0;
  }
  .sec.--01 .flexWrap{
    justify-content: space-between;
  }
  .sec.--01 .creditList{
  }

}

/* ----------------------------------------------------------
sec 02
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--02{
    margin: 0 auto 14.3rem;
  }
  .sec.--02 .ttl.--style{
    position: absolute;
    top: -1.6rem;
    left: 0;
  }
  .sec.--02 .imgBox.--01{
    width: 67.2rem;
    padding: 9rem 0 0;
    margin: 0 auto 8.1rem;
  }
  .sec.--02 .imgBox.--02{
    width: 46.8rem;
  }
  .sec.--02 .creditList{
    position: absolute;
    top: 43.8rem;
    left: 42.8rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--02{
  width: 61.3rem;
  margin: 0 auto 13rem;
  }
  .sec.--02 .ttl.--style{
  position: absolute;
  top: -0.4rem;
  left: 0;
  }
  .sec.--02 .imgBox.--01{
  width: 48rem;
  margin: 0 auto 6.1rem;
  padding-top: 7.2rem;
  }
  .sec.--02 .imgBox.--02{
    position: relative;
    left: -5.3rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 61.3rem;
  }
  .sec.--02 .imgBox.--02 .slider div{
  width: 61.3rem;
    width: 39rem;
  }
  .sec.--02 .creditList{
  transform: translateY(0.7rem);
  width: 19.4rem;
  }

}

/* ----------------------------------------------------------
sec 03
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--03{
    
margin-bottom: 15rem;
  }
  .sec.--03 .ttl.--style{
  margin: auto;
  }
  .sec.--03 .imgBox.--01{
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 3.7rem;
    margin-bottom: 7.9rem;
  }
  .sec.--03 .imgBox.--02{width: 46.8rem;margin: auto;}
  .sec.--03 .imgBox.--03{

  }
  .sec.--03 .flexWrap{
    
  }
  .sec.--03 .creditList{
    margin-top: 2.5rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--03{
    margin-bottom: 13.3rem;
    }
    .sec.--03 .ttl.--style{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    }
    .sec.--03 .imgBox.--01{
    width: 48rem;
    padding-top: 7.7rem;
    margin: 0 auto 6rem;
    }
    .sec.--03 .imgBox.--02{
      width: 39rem;
      margin: auto;
    }
}


/* ----------------------------------------------------------
sec 04
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--04{
    margin: 0 auto 15.2rem;
  }
  .sec.--04 .ttl.--style{
  padding-top: 2.4rem;
  margin: 0 0 4.1rem -0.2rem;
  }
  .sec.--04 .imgBox.--01{
    width: 62.4rem;
    margin: auto;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--04{
    margin: 0 auto 13.4rem;
  }
  .sec.--04 .ttl.--style{
  padding-top: 1.9rem;
  margin: 0 0 2.8rem 0.1rem;
  }
  .sec.--04 .imgBox.--01{
    width: 48rem;
    margin: auto;
  }
}


/* ----------------------------------------------------------
sec 05
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--05{
    margin: 0 auto 14.9rem;
  }
  .sec.--05 .ttl.--style{
    position: absolute;
    top: 61.7rem;
    right: -0.7rem;
  }
  .sec.--05 .flexWrap {
    justify-content: space-between;
    transform: translateX(-51.2%);
    width: 85.2rem;
    margin-bottom: 2.8rem;
  }
  .sec.--05 .imgBox.--01{
    width: 41.6rem;
  }
  .sec.--05 .imgBox.--02{
    width: 41.6rem;
    margin-top: 20.7rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--05{
    width: 81rem;
    margin: 0 auto 13.3rem;
  }
  .sec.--05 .ttl.--style{
    position: absolute;
    top: 55.7rem;
    left: 0;
  }
  .sec.--05 .flexWrap {
    justify-content: space-between;
    margin-bottom: 2.3rem;
  }
  .sec.--05 .imgBox.--01{
    width: 39rem;
  }
  .sec.--05 .imgBox.--02{
    width: 39rem;
    margin-top: 20.9rem;
  }
  .sec.--05 .creditList{
  margin: auto;
  }
}



/* ----------------------------------------------------------
sec 06
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--06{
    margin: 0 auto 14.4rem;
  }
  .sec.--06 .ttl.--style{
    position: absolute;
    top: 28rem;
    right: 0rem;
  }
  .sec.--06 .imgBox.--01{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 77.3rem;
    margin: 0 0 8rem -4rem;
  }
  .sec.--06 .imgBox.--01 a{
    width: 41.6rem;
  }
  .sec.--06 .imgBox.--02{
    width: 62.4rem;
    margin: auto;
  }
  .sec.--06 .creditList{
    max-width: 31.5rem;
    height: fit-content;
    padding-left: 3.3rem;
    margin-bottom: 2.3rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--06{
    width: 72rem;
    margin: 0 auto 16rem;
  }
  .sec.--06 .ttl.--style{
    position: absolute;
    top: 36.2rem;
    right: 0rem;
  }
  .sec.--06 .imgBox.--01{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 65.0rem;
    margin: 0 0 6rem 0;
  }
  .sec.--06 .imgBox.--01 a{
    width: 39rem;
  }
  .sec.--06 .imgBox.--02{
    width: 48rem;
    margin: auto;
  }
  .sec.--06 .creditList{
    transform: translateX(0.6rem);
    max-width: 23.1rem;
    height: fit-content;
    margin-left: 2.5rem;
    margin-bottom: -0.5rem;
  }
}


/* ----------------------------------------------------------
sec 07
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--07{
    margin: 0 auto 15rem;
  }
  .sec.--07 .ttl.--style{
    position: absolute;
    top: 0;
    left: 3.9rem;
  }
  .sec.--07 .imgBox.--01{
    padding-top: 4.7rem;
  }
  .sec.--07 .creditList{
    margin-top: 2.7rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--07{
    margin: 0 auto 13.1rem;
  }
  .sec.--07 .ttl.--style{
    position: absolute;
    top: -3.1rem;
    left: 2.1rem;
  }
  .sec.--07 .imgBox.--01{
  width: 48rem;
  margin: auto;
  }
  .sec.--07 .creditList{
    margin-top: 2.4rem;
  }
}


/* ----------------------------------------------------------
sec 08
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--08{
    margin: 0 auto 15rem;
  }
  .sec.--08 .ttl.--style{
    position: absolute;
    top: 2.3rem;
    right: -0.3rem;
  }
  .sec.--08 .imgBox.--01 .slider_area{
    width: 46.8rem;
    margin: auto;
  }
  .sec.--08 .creditList{
    padding-top: 2.7rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--08{
    margin: 0 auto 13.3rem;
  }
  .sec.--08 .ttl.--style{
    position: absolute;
    top: 2.9rem;
    right: -9.8rem;
  }
  .sec.--08 .imgBox.--01{
    width: 39rem;
    margin: auto;
  }
  .sec.--08 .creditList{
    margin-top: 2.3rem;
  }
}


/* ----------------------------------------------------------
sec 09
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--09{
    margin: 0 auto 14.4rem;
  }
  .sec.--09 .ttl.--style{
    position: absolute;
    top: 27rem;
    left: -28.8rem;
  }
  .sec.--09 .imgBox.--01{
    width: 41.6rem;
    margin: 0 0 8rem auto;
  }
  .sec.--09 .imgBox.--02{
    width: 62.4rem;
  }
  .sec.--09 .creditList{
    position: absolute;
    top: 38.5rem;
    left: -17.7rem;
    max-width: 21.0rem;
    justify-content: flex-end;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--09{
    position: relative;
    /* left: 3.7rem; */
    width: 72rem;
    margin: 0 auto 13.1rem;
  }
  .sec.--09 .ttl.--style{
    position: absolute;
    top: 33.8rem;
    left: -25.7rem;
  }
  .sec.--09 .imgBox.--01{
    width: 39rem;
    margin: 0 0 6rem auto;
  }
  .sec.--09 .imgBox.--02{
    width: 48rem;
  }
  .sec.--09 .creditList{
    position: absolute;
    top: 42.2rem;
    left: -23.9rem;
    max-width: 21.0rem;
    justify-content: flex-end;
  }
}


/* ----------------------------------------------------------
sec 10
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--10{
    margin: 0 auto 15rem;
  }
  .sec.--10 .ttl.--style{
    margin: 0 auto 3.4rem;
  }
  .sec.--10 .flexWrap {
    justify-content: space-between;
    transform: translateX(-50.1%);
    width: 85.2rem;
    margin-bottom: 2.8rem;
  }
  .sec.--10 .imgBox.--01{
    width: 41.6rem;
  }
  .sec.--10 .imgBox.--02{
    width: 41.6rem;
  }
  .sec.--10 .creditList{
    justify-content: center;
    margin: auto;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--10{
    width: 81rem;
    margin: 0 auto 13.4rem;
  }
  .sec.--10 .ttl.--style{
    margin: 0 auto 2.5rem;
  }
  .sec.--10 .flexWrap {
    justify-content: space-between;
    margin-bottom: 2.2rem;
  }
  .sec.--10 .imgBox.--01{
    width: 39rem;
  }
  .sec.--10 .imgBox.--02{
    width: 39rem;
  }
  .sec.--10 .creditList{
    justify-content: center;
    margin: auto;
  }
}


/* ----------------------------------------------------------
sec 11
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--11{
    margin: 0 auto 16rem;
  }
  .sec.--11 .ttl.--style{
    margin: 0 auto 4.1rem;
  }
  .sec.--11 .imgBox.--01{
    width: 67.2rem;
    margin: 0 auto 2.5rem;
  }
  .sec.--11 .creditList{
    justify-content: center;
    margin: auto;
  }
}
/* pc */
@media screen and (min-width: 768px) {
  .sec.--11{
    margin: 0 auto 14.7rem;
  }
  .sec.--11 .ttl.--style{
    margin: 0 auto 2.5rem;
  }
  .sec.--11 .imgBox.--01{
    width: 48rem;
    margin: 0 auto 1.9rem;
  }
  .sec.--11 .creditList{
    justify-content: center;
    margin: auto;
  }
}


/* ----------------------------------------------------------
sec 12
----------------------------------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .sec.--12{
    
  }
  .sec.--12 .ttl.--main {
    font-size: 3.6rem;
    margin-bottom: 3.3rem;
  }
  .sec.--12 .imgBox.--00{
    width: 7rem;
    margin: 0 auto 2rem;
  }
  .sec.--12 .ttl .hiragino{
    margin-bottom: 3.9rem;
    font-weight: 600;
    font-weight: bold;
  }
  .sec.--12 .instaLink{
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
    width: fit-content;
    margin: auto;
    margin-bottom: 7rem;
  }
  .sec.--12 .lead{
  margin: 0 auto 12rem;
  }
}
/* pc */
@media screen and (min-width: 768px) {
    .sec.--12{
      
    }
    .sec.--12 .ttl.--main {
      transform: translateX(-0.8rem);
      font-size: 2.8rem;
      margin-bottom: 2.5rem;
    }
    .sec.--12 .imgBox.--00{
      width: 4.5rem;
      margin: 0 auto 0.9rem;
    }
    .sec.--12 .ttl .hiragino{
      margin-bottom: 3rem;
      font-size: 2.2rem;
      font-weight: 600;
      font-weight: bold;
      letter-spacing: 0.12rem;
    }
    .sec.--12 .instaLink{
      display: block;
      font-size: 1.8rem;
      line-height: 1;
      letter-spacing: 0;
      width: fit-content;
      margin: auto;
      margin-bottom: 5rem;
    }
    .sec.--12 .lead{
    margin: 0 auto 12.5rem;
    }
}

/* sp */
.st_240221 .all_item_btn{
  padding: 0 13.5rem;
  margin-bottom: 13.1rem;
}
/* pc */
@media screen and (min-width: 768px) {
  .st_240221 .all_item_btn{
    width: 46rem;
    padding: 0;
    margin: 0 auto 17.3rem;
  }
}


@media screen and (max-width: 767px) {
  .footer_border {
    border-top: 1px solid #808080!important;
    }
}


/* ----------------------------------------------------------
sec XX
----------------------------------------------------------*/
/* sp */
/* @media screen and (max-width: 767px) {
  .sec.--XX{
    
  }
  .sec.--XX .ttl.--style{
    
  }
  .sec.--XX .imgBox.--01{
    
  }
  .sec.--XX .imgBox.--02{

  }
  .sec.--XX .imgBox.--03{

  }
  .sec.--XX .flexWrap{
    
  }
  .sec.--XX .creditList{
    
  }
} */
/* pc */
/* @media screen and (min-width: 768px) {

} */


/* 追加CSS */





.st_240221 .swiper-fade .swiper-slide a {
  opacity: 1;
}

.st_240221 .slider{
  transition: opacity 0.6s;
}
.st_240221 .slider:hover{
  opacity: 0.6;
}


.st_240221 .fade img{
  transition: opacity 1.8s;
  opacity: 0;
}

.st_240221 .fade.onView img{
  opacity: 1;
}

.st_240221 .fade a:hover{
  opacity: 0.6;
}

.ttl.anima *{
  transition: transform 1.0s;
  transform: translateY(100%);
}

.ttl.anima.onView *{
  transform: translateY(0%);
}

.model .ttl.--main{
  overflow: hidden;
}

.st_240221 .lead {
  font-feature-settings: "palt";
}
.footer_border{
  width: 120rem;
  border-top: 1px solid #212121;
  margin: auto;
}