@charset "UTF-8";
html {
  font-size: 62.5%;
}

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}

@media only screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}

/*----------共通設定 tablet----------*/
/* @media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
} */
/*----------共通設定 sp----------*/
/* @media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
} */

#st250416SS {
  --white: #fff;
  --black: #000;
  --font-ja: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  --font-acumin: "acumin-pro", sans-serif;
  --fw-ex-light: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}

/* font-family: "barlow-semi-condensed", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "barlow-semi-condensed", sans-serif;
font-weight: 400;
font-style: normal;

font-family: acumin-pro, sans-serif;
font-weight: 200;
font-style: normal; */

/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt"; 
}

* > #st250416SS {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* overflow: clip; */
}

.main-area {
  padding-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .main-area {
    padding-top: calc(113*(100vw / 750));
  }
  .main-area .main-inner{
    padding-left: 0;
    padding-right: 0;
  }
  .footer{
    padding-top: 0;
  }
}

/*----------LP normalize SP----------*/
#st250416SS {
  font-family: var(--font-ja);
  background-color: var(--white);
}

.content-wrap{
  width: 100%;
  margin-inline: auto;
  overflow-x: clip;
}

@media only screen and (max-width: 767px) {
  /*----------layout sp----------*/
  #st250416SS {
    width: calc(750 * (100vw/750));
    /* overflow: hidden; */
    border: none;
    margin-top: calc(80*(100vw / 750));
    /* margin-inline: auto; */
  }

}

#st250416SS * {
  box-sizing: border-box;
}

#st250416SS img {
  height: auto;
  opacity: 1;
  width: 100%;
}

#st250416SS li{
  display: inline-block;
}

#st250416SS a {
  display: inline;
  text-decoration: none;
  color: #000000;
}

#st250416SS .sec_item a{
  display: inline-block;
}

#st250416SS a:hover{
  transition: .3s;
  opacity: .7;
}

#st250416SS p{
  color: #000000;
}

#st250416SS img,
#st250416SS picture,
#st250416SS video{
  display: inline-block;
  width: 100%;
  height: auto;
}

#st250416SS p,
#st250416SS ul,
#st250416SS ol,
#st250416SS dl {
  margin: 0;
  list-style: none;
}

/*============ ▼ 共通部分 ▼ ============*/

#st250416SS .crdt__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: calc(40*(100vw / 750));
  column-gap: calc(12*(100vw / 750));
}

#st250416SS .crdt,
#st250416SS .crdt__wrapper a {
  font-size: calc(20*(100vw / 750));
  word-spacing: calc(3*(100vw / 750));
  font-family: var(--font-acumin);
  white-space: nowrap;
  letter-spacing: 0.025em;
  line-height: 1;
}

#st250416SS .crdt__wrapper .crdt:last-child a{
  padding-right: 0;
}

#st250416SS .crdt__wrapper a{
  padding-right: calc(5* (100vw / 750));
}

.sound-on,
.sound-off {
  cursor: pointer; /* マウスカーソルをポインターにする */
}

.sound-off {
  display: none; /* 初期状態で非表示 */
}

@media only screen and (max-width: 767px) {
  .main-area .main-inner{
    padding: 0;
  }
  #st250416SS .sp_only {
    display: block;
  }
  #st250416SS .pc_only {
    display: none;
  }

  #st250416SS .sec{
    margin-bottom: calc(200* (100vw / 750));
  }

  /* video */
  #st250416SS .video-wrap{
    position: relative;
  }

  #st250416SS .movie__button{
    position: absolute;
    bottom: calc(20* (100vw / 750));
    right: calc(20* (100vw / 750));
  }

  #st250416SS .sound-on{
    width: calc(30.0099* (100vw / 750));
    height: calc(25* (100vw / 750));
  }

  #st250416SS .sound-off{
    width: calc(33.00151* (100vw / 750));
    height: calc(26.0566* (100vw / 750));
  }

}


@media screen and (min-width: 768px) {
  #st250416SS {
    --width-primary: 140rem;
    --fz-text_title: 3rem;
    --fz-text_sectitle: 2.5rem;
    --fz-text_subtitle: 2.1rem;
    --fz-text_lead: 1.4rem;
    --fz-text_credit: 1.4rem;
    --fz-text_end: 4.2rem;
  }

  #st250416SS .sp_only{
    display: none;
  }

  #st250416SS .pc_only{
    display: block;
  }

  #st250416SS .sec{
    margin-bottom: 13.4rem;
  }

  #st250416SS .crdt__wrapper{
    margin-top: 2.5rem;
    column-gap: 0.7rem;
  }

  #st250416SS .crdt,
  #st250416SS .crdt__wrapper a {
    font-size: 1.3rem;
    word-spacing: 0.5rem;
  }

  #st250416SS .crdt__wrapper a {
    padding-right: 0.1rem;
  }

  #st250416SS .movie__button{
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
  }

  #st250416SS .sound-on{
    width: 2.00099rem;
  }

  #st250416SS .sound-off{
    width: 2.00099rem;
  }
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
 pc 固定
//////////////////////////////////////////////////////////////////////////////////////////////
*/

@media screen and (min-width: 768px) {
  #st250416SS .flex-wrapper{
    display: flex;
    align-items: flex-start;
  }

  #st250416SS .video-wrap.pc_only{
    position: relative;
    height: calc(100vh - 5rem);
    margin: 0 auto;
    overflow: hidden;
  }

  .flex__item{
    width: 50%;
  }

  .contents_left{
    position: sticky;
    top: 5rem;
  }

  .contents_right{
    max-width: 50rem;
    margin: 12rem auto;
    overflow-x: clip;
  }

  #st250416SS .video-wrap.pc_only .video{
    object-position: top center;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 mv / intro
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250416SS .video01,
#st250416SS .intro_txt__wrapper{
  margin-right: auto;
  margin-left: auto;
}

#st250416SS .mvWrap{
  position: relative;
  z-index: 10;
}

#st250416SS .mv_logo{
  position: absolute;
  width: calc(102.0502* (100vw / 750));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}

#st250416SS .mvWrap {
  width: 100%;
  margin-bottom: calc(150* (100vw / 750));
}

.intro{
  margin-bottom: calc(185* (100vw / 750));
}

#st250416SS .video01{
  width: calc(540* (100vw / 750));
  margin-bottom: calc(108* (100vw / 750));
}

#st250416SS .intro_txt__wrapper{
  width: calc(600* (100vw / 750));
}

#st250416SS .intro_txt{
  font-size: calc(26* (100vw / 750));
  font-family: var(--font-ja);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.047em;
}

@media screen and (min-width: 768px) {
  #st250416SS .mvWrap {
    margin-bottom: 10em;
  }

  #st250416SS .mv_logo{
    width: 7rem;
  }

  .intro{
    margin-bottom: 12.4rem;
  }

  #st250416SS .video01{
    width: 36rem;
    margin-bottom: 7.1rem;
  }

  #st250416SS .intro_txt__wrapper{
    width: 100%;
  }

  #st250416SS .intro_txt{
    font-size: 1.72rem;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*============ ▼ sec01 ▼ ============*/
#st250416SS .img01{
  width: calc(690* (100vw / 750));
  margin: 0 auto calc(100* (100vw / 750));
}

#st250416SS .img02{
  width: calc(480* (100vw / 750));
  margin: 0 auto calc(40* (100vw / 750)) 0;
}

#st250416SS .video02{
  width: calc(450* (100vw / 750));
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img01{
    width: 46rem;
    height: 69rem;
    margin: 0 auto 6.5rem
  }

  #st250416SS .img02{
    width: 32rem;
    margin: 0 auto 2.7rem 0;
  }

  #st250416SS .video02{
    width: 30rem;
  }
}
/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250416SS .img03{
  width: 100%;
  margin-bottom: calc(40* (100vw / 750));
}

#st250416SS .img04{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img03{
    height: 37.5rem;
    margin-bottom: 2.8rem;
  }
}
/*============ ▲ sec02 ▲ ============*/

/*============ ▼ sec03 ▼ ============*/
#st250416SS .img05{
  width: calc(480* (100vw / 750));
  margin: 0 auto calc(100* (100vw / 750));
}

#st250416SS .img06{
  width: 100%;
  height: calc(1125* (100vw / 750));
}

@media only screen and (min-width: 768px) {
  #st250416SS .img05{
    width: 32rem;
    margin:0 auto 6.8rem;
  }

  #st250416SS .img06{
    height: 75rem;
  }
}
/*============ ▲ sec03 ▲ ============*/

/*============ ▼ sec04 ▼ ============*/
#st250416SS .img07{
  width: calc(450* (100vw / 750));
  margin: 0 auto calc(40* (100vw / 750)) calc(40* (100vw / 750));
}

#st250416SS .img08{
  width: calc(500* (100vw / 750));
  margin: 0 0 calc(80* (100vw / 750)) auto;
}

#st250416SS .img09{
  width: calc(670* (100vw / 750));
  height: calc(1005* (100vw / 750));
  margin-right: auto;
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img07{
    width: 30rem;
    margin: 0 auto 2.8rem 2.8rem;
  }

  #st250416SS .img08{
    width: 33.3rem;
    margin: 0 0 5.4rem auto;
  }

  #st250416SS .img09{
    width: 44.6rem;
    height: 67rem;
  }
}
/*============ ▲ sec04 ▲ ============*/

/*============ ▼ sec05 ▼ ============*/
#st250416SS .img10{
  margin-bottom: calc(100* (100vw / 750));
}

#st250416SS .img10 li{
  width: calc(450* (100vw / 750));
}

#st250416SS .img11{
  width: calc(630* (100vw / 750));
  margin: 0 auto calc(100* (100vw / 750));
}

#st250416SS .vdeo03{
  width: calc(450* (100vw / 750));
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img10{
    margin-bottom: 6.8rem;
  }

  #st250416SS .img10 li{
    width: 30rem;
  }

  #st250416SS .img11{
    width: 42rem;
    margin: 0 auto 6.8rem;
  }

  #st250416SS .vdeo03{
    width: 30rem;
    margin: 0 auto;
  }
}
/*============ ▲ sec05 ▲ ============*/

/*============ ▼ sec06 ▼ ============*/
#st250416SS .img12{
  width: 100%;
  height: calc(1125* (100vw / 750));
  margin-bottom: calc(100* (100vw / 750));
}

#st250416SS .img13{
  width: calc(500* (100vw / 750));
  height: calc(750* (100vw / 750));
  margin: 0 auto calc(40* (100vw / 750));
}

#st250416SS .img14{
  width: calc(650* (100vw / 750));
  height: calc(975* (100vw / 750));
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img12{
    height: 75rem;
    margin-bottom:  6.8rem;
  }

  #st250416SS .img13{
    width: 33.1rem;
    height: 49.7rem;
    margin: 0 auto 2.8rem;
  }

  #st250416SS .img14{
    width: 43rem;
    height: 65rem;
    margin: 0 auto;
  }
}
/*============ ▲ sec06 ▲ ============*/

/*============ ▼ sec07 ▼ ============*/
#st250416SS .img15{
  width: 100%;
  margin-bottom: calc(100* (100vw / 750));
}

#st250416SS .img16{
  width: calc(450* (100vw / 750));
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img15{
    margin-bottom: 6.8rem;
  }

  #st250416SS .img16{
    width: 30rem;
  }
}
/*============ ▲ sec07 ▲ ============*/

/*============ ▼ sec08 ▼ ============*/
#st250416SS .img17{
  width: calc(690* (100vw / 750));
  height: calc(1035* (100vw / 750));
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img17{
    width: 46rem;
    height: 69rem;
  }
}
/*============ ▲ sec08 ▲ ============*/

/*============ ▼ sec09 ▼ ============*/
#st250416SS .img18{
  width: calc(660* (100vw / 750));
  height: calc(990* (100vw / 750));
  margin: 0 auto calc(40* (100vw / 750)) 0;
}

#st250416SS .img19{
  width: calc(480* (100vw / 750));
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img18{
    width: 44rem;
    height: 66rem;
    margin: 0 auto 2.8rem 0;
  }

  #st250416SS .img19{
    width: 32rem;
  }
}
/*============ ▲ sec09 ▲ ============*/

/*============ ▼ sec10 ▼ ============*/
#st250416SS .img20{
  width: 100%;
  margin-bottom: calc(100* (100vw / 750));
}

#st250416SS .img21{
  width: calc(500* (100vw / 750));
  height: calc(750* (100vw / 750));
  margin: 0 auto;
  overflow: clip;
}

@media only screen and (min-width: 768px) {
  #st250416SS .img20{
    margin-bottom: 6.8rem;
  }

  #st250416SS .img21{
    width: 33.3rem;
    height: 50rem;
  }
}
/*============ ▲ sec10 ▲ ============*/

/* ====== ▼ "check all items" ▼ ====== */


#st250416SS .img22{
  width: calc(690* (100vw / 750));
  margin: 0 auto;
}

#st250416SS .btn__wrapper{
  width: calc(480* (100vw / 750));
  margin: calc(80* (100vw / 750)) auto calc(130* (100vw / 750));
}


@media only screen and (min-width: 768px) {
  #st250416SS .img22{
    width: 46rem;
    margin: 0 auto;
  }

  #st250416SS .btn__wrapper{
    width: 32.2rem;
    margin: 5.2rem auto 0;
  }
}

/* ====== ▲ "check all items" ▲ ====== */

/*============ ▼ animation ▼ ============*/

/* .js-fadeIn */
#st250416SS .js-show.fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}

#st250416SS .js-show.fadeIn.onView {
  opacity: 1;
  visibility: visible;
}

/* .js-fadeUp */
#st250416SS .js-show.fadeUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 65px, 0);
  transform: translate3d(0, 65px, 0);
}

#st250416SS .js-show.fadeUp.onView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 650ms, -webkit-transform 1100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 650ms, -webkit-transform 1100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 650ms, transform 1100ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 650ms, transform 1100ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1100ms cubic-bezier(0.23, 1, 0.32, 1);
}

#st250416SS .js-show.delay_anim{
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

#st250416SS .js-show.onView.delay_anim{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1400ms, -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1400ms, -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1400ms, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1400ms, transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 1450ms;
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

/* .js-scrollIn */
#st250416SS .js-show.scrollIn {
  opacity: 0;
  transition: none;
  z-index: 0;
  overflow: clip;
}

#st250416SS .js-show.scrollIn.onView {
  opacity: 1;
  transform: translate(0, 0);
}

#st250416SS .js-show.scrollIn .inner{
  position: relative;
  height: 0;
  cursor: pointer;
  -webkit-transform: scale(1.3) translate3d(0, 0, 0);
  transform: scale(1.3) translate3d(0, 0, 0);
}

#st250416SS .js-show.scrollIn .inner::after{
  content: '';
  position: absolute;
  top: 0;
  margin-top: -0.5%;
  left: 0;
  width: 101%;
  height: 101%;
  background-color: #fff;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

#st250416SS .js-show.scrollIn.onView .inner::after{
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
  transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 850ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#st250416SS .js-show.scrollIn.onView .inner{
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1350ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

/* scrollIn の画像の高さ */
#st250416SS .img01.js-show.scrollIn.onView .inner{
  padding-bottom: calc(1035* (100vw / 750));
}

#st250416SS .img03.js-show.scrollIn.onView .inner{
  padding-bottom: calc(562.5* (100vw / 750));
}

#st250416SS .img06.js-show.scrollIn.onView .inner{
  padding-bottom: calc(1125* (100vw / 750));
}

#st250416SS .img09.js-show.scrollIn.onView .inner{
  padding-bottom: calc(1005* (100vw / 750));
}

#st250416SS .img12.js-show.scrollIn.onView .inner{
  padding-bottom: calc(1125* (100vw / 750));
}

#st250416SS .img13.js-show.scrollIn.onView .inner{
  padding-bottom: calc(750* (100vw / 750));
}

#st250416SS .img14.js-show.scrollIn.onView .inner{
  padding-bottom: calc(975* (100vw / 750));
}

#st250416SS .img17.js-show.scrollIn.onView .inner{
  padding-bottom: calc(1035* (100vw / 750));
}

#st250416SS .img18.js-show.scrollIn.onView .inner{
  padding-bottom: calc(990* (100vw / 750));
}

#st250416SS .img21.js-show.scrollIn.onView .inner{
  padding-bottom: calc(750* (100vw / 750));
}

@media screen and (min-width: 768px) {
  /* scrollIn の画像の高さ */
#st250416SS .img01.js-show.scrollIn.onView .inner{
  padding-bottom: 69rem;
}

#st250416SS .img03.js-show.scrollIn.onView .inner{
  padding-bottom: 37.5rem;
}

#st250416SS .img06.js-show.scrollIn.onView .inner{
  padding-bottom: 75rem;
}

#st250416SS .img09.js-show.scrollIn.onView .inner{
  padding-bottom: 67rem;
}

#st250416SS .img12.js-show.scrollIn.onView .inner{
  padding-bottom: 75rem;
}

#st250416SS .img13.js-show.scrollIn.onView .inner{
  padding-bottom: 49.7rem;
}

#st250416SS .img14.js-show.scrollIn.onView .inner{
  padding-bottom: 65rem;
}

#st250416SS .img17.js-show.scrollIn.onView .inner{
  padding-bottom: 69rem;
}

#st250416SS .img18.js-show.scrollIn.onView .inner{
  padding-bottom: 66rem;
}

#st250416SS .img21.js-show.scrollIn.onView .inner{
  padding-bottom: 50rem;
}
}



/*============ ▲ animation ▲ ============*/