@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%;
  }
} */

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

/* ▼ -----------可変設定---------- ▼ */
#st250924sbys {
  --pc-width: 1400;/*PCデザイン幅*/
  --sp-width: 750;/*SPデザイン幅*/
  --pc-artboard-width: 460;/*SP共通デザイン幅*/
  --sp-artboard-width: 750;/*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio));/*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1);/*PCデザインの可変割合の計算式*/
}

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1400px) {
  #st250924sbys {
  --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
  --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  /* --variable: 1px; */
  }
}

 /* PC画面幅 768～1400px 可変 */
@media (min-width: 768px) and (max-width: 1400px) {
  #st250924sbys {
  --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
  --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}

 /* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  #st250924sbys {
  --ratio: 1; /* 比率は1（変わらない） */
  --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */
/*----------共通設定 pc----------*/
* {
  font-feature-settings: "palt"; 
}

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

.main-area {
  padding-top: 0;
}
.main-area .main-inner {
  padding: 0;
}

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

/*----------LP normalize SP----------*/
#st250924sbys * {
  box-sizing: border-box;
}

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

#st250924sbys li{
  display: inline-block;
}

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

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

/* #st250924sbys a:hover{
  transition: .3s;
  opacity: .7;
} */

#st250924sbys p{
  color: #000000;
}

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

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


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

#st250924sbys .crdt__wrapper{
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  margin-top: calc(30 * var(--formula));
  column-gap: calc(15 * var(--formula));
  margin-left: calc(317 * var(--formula));
}

#st250924sbys .crdt,
#st250924sbys .crdt__wrapper a {
  font-size: calc(21* var(--formula));
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  white-space: nowrap;
  letter-spacing: 0.05em;
  line-height: 1.8333333333;
}

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

#st250924sbys .crdt__wrapper a{
  padding-right: calc(5* var(--formula));
}

@media only screen and (max-width: 767px) {
  #st250924sbys .sp_only {
    display: block;
  }
  #st250924sbys .pc_only {
    display: none;
  }

}


@media screen and (min-width: 768px) {
  #st250924sbys .sp_only{
    display: none;
  }

  #st250924sbys .pc_only{
    display: block;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  mv / intro
//////////////////////////////////////////////////////////////////////////////////////////////
*/
#st250924sbys .mainVisual .mvWrap__img{
  width: calc(750* var(--formula));
}
#st250924sbys .mv_title{
  position: absolute;
  width: calc(120 * var(--formula));
  top: calc(642 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  white-space: nowrap;
}
#st250924sbys .mainVisual__desc {
  width: calc(650* var(--formula));
  position: absolute;
  top: calc(1075 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}
#st250924sbys .mainVisual__desc .lead_main {
  font-family: var(--font-en);
  font-feature-settings: 'palt';
  font-size: calc(19* var(--formula));
  line-height: 1.3684210526;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: var(--fw-regular);
  text-align: justify;
  line-break: strict;
  -ms-text-align-last: justify;
  text-align-last: justify;
  /* white-space: pre-line; */
}
#st250924sbys .mainVisual__desc > span {
  display: block;
}

.intro{
  margin-top: calc(120* var(--formula));
}

#st250924sbys .intro_txt__wrapper{
  width: calc(750* var(--formula));
  margin: 0 auto;
}

#st250924sbys .intro_title{
  font-size: calc(36* var(--formula));
  font-family: var(--font-en);
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: var(--fw-bold);
}

#st250924sbys .intro_txt{
  font-size: calc(24* var(--formula));
  font-family: var(--font-ja);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: var(--fw-light);
  margin-top: calc(47* var(--formula));
}

@media screen and (min-width: 768px) {
  #st250924sbys .mv_title {
    width: calc(96 * var(--formula_pc));
    top: 50%;
    transform: translate(-50%, -50%);
    /* bottom: calc(344 * var(--formula_pc)); */
  }
  #st250924sbys .mainVisual__desc {
    width: calc(600* var(--formula_pc));
    top: initial;
    bottom: 6%;
  }
  #st250924sbys .mainVisual__desc .lead_main {
    font-size: calc(18* var(--formula_pc));
    /* line-height: 1.1666666667; */
  }
  #st250924sbys .intro_txt{
    margin-top: calc(49* var(--formula));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
  sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/

#st250924sbys .sec{
  width: calc(750* var(--formula));
  margin: 0 auto;
}

#st250924sbys .sec_img {
  overflow: hidden;
}

#st250924sbys .swiper-slide {
  background-color: var(--white);
  display: inline-block; 
}

/*============ ▼ sec01 ▼ ============*/
#st250924sbys .sec01{
  margin-top: calc(150* var(--formula));
}
#st250924sbys .sec01 .sec_img__block{
  position: relative;
  width: calc(750* var(--formula));
  margin: 0 auto;
}
#st250924sbys .img01{
  width: calc(688* var(--formula));
  margin-left: 0;
}
#st250924sbys .sec01 .sec_img__txt{
  position: absolute;
  width: calc(246 * var(--formula));
  pointer-events: none;
  white-space: nowrap;
  top: calc(133 * var(--formula));
  right: calc(-13 * var(--formula));
  transform: rotate(90deg);
  z-index: 5;
}
#st250924sbys .img_title{
  font-size: calc(42* var(--formula));
  font-family: var(--font-en);
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: var(--fw-bold);
}
#st250924sbys .img02{
  width: calc(600* var(--formula));
  margin: calc(40* var(--formula)) auto 0 calc(150* var(--formula));
}
/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250924sbys .sec02{
  margin-top: calc(175 * var(--formula));
}
#st250924sbys .sec02 .sec_img__block{
  width: calc(750* var(--formula));
  margin: 0 auto;
}
#st250924sbys .sec02 .img_title{
  color: var(--black);
  text-align: center;
}
#st250924sbys .img03{
  width: calc(750* var(--formula));
  margin: calc(40* var(--formula)) auto 0;
}
#st250924sbys .sec02 .crdt__wrapper {
  margin: calc(32 * var(--formula)) auto 0 calc(202 * var(--formula));
}
/*============ ▲ sec02 ▲ ============*/

/*============ ▼ sec03 ▼ ============*/
#st250924sbys .sec03{
  margin-top: calc(172 * var(--formula));
}
#st250924sbys .sec03 .sec_img__wrapper{
  position: relative;
  width: calc(750* var(--formula));
  margin: 0 auto;
}
#st250924sbys .sec03 .sec_img__block{
  position: relative;
  width: calc(640* var(--formula));
  margin-left: calc(110* var(--formula));
}
#st250924sbys .img04{
  width: calc(640* var(--formula));
  margin: 0 auto;
}
#st250924sbys .sec03 .sec_img__block .sec_img__txt{
  position: absolute;
  width: calc(246 * var(--formula));
  pointer-events: none;
  white-space: nowrap;
  top: calc(133 * var(--formula));
  left: calc(-76 * var(--formula));
  transform: rotate(90deg);
  z-index: 5;
}
#st250924sbys .sec03 .sec_img__block02{
  position: absolute;
  width: calc(500* var(--formula));
  left: calc(50* var(--formula));
  top: calc(760 * var(--formula));
  z-index: 6;
}
#st250924sbys .sec03 .sec_img__block02 .sec_img__txt{
  position: absolute;
  width: calc(297* var(--formula));
  right: calc(-195 * var(--formula));
  top: calc(457 * var(--formula));
  transform: rotate(90deg);
}
#st250924sbys .sec03 .sec_img__block02 .img_title{
  color: var(--black);
  white-space: nowrap;
}
#st250924sbys .sec03 .crdt__wrapper {
  margin: calc(616 * var(--formula)) auto 0 calc(50 * var(--formula));
}
/*============ ▲ sec03 ▲ ============*/

/*============ ▼ sec04 ▼ ============*/
#st250924sbys .sec04{
  margin-top: calc(172 * var(--formula));
}
#st250924sbys .sec04 .sec_img__block{
  width: calc(750* var(--formula));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: calc(14* var(--formula));
  flex-wrap: wrap;
}
#st250924sbys .sec04 .sec_img{
  width: calc(368* var(--formula));
}
#st250924sbys .sec04 .sec_img__txt{
  width: calc(750* var(--formula));
  margin-top: calc(42 * var(--formula));
}
#st250924sbys .sec04 .img_title{
  color: var(--black);
  text-align: center;
}
#st250924sbys .sec04 .crdt__wrapper {
  margin: calc(30 * var(--formula)) auto 0 calc(202 * var(--formula));
}
/*============ ▲ sec04 ▲ ============*/

/*============ ▼ sec05 ▼ ============*/
#st250924sbys .sec05{
  margin-top: calc(175* var(--formula));
}
#st250924sbys .sec05 .sec_img__block{
  position: relative;
  width: calc(660* var(--formula));
  margin-left: calc(90* var(--formula));
}
#st250924sbys .sec05 .sec_img__txt{
  position: absolute;
  width: calc(246* var(--formula));
  pointer-events: none;
  white-space: nowrap;
  top: calc(132 * var(--formula));
  right: calc(-75 * var(--formula));
  transform: rotate(90deg);
  z-index: 5;
}
#st250924sbys .img10{
  width: calc(660* var(--formula));
}
#st250924sbys .sec05 .crdt__wrapper {
  margin: calc(30 * var(--formula)) auto 0 calc(350 * var(--formula));
}
#st250924sbys .sec05 .crdt__wrapper02 {
    margin: 0 auto 0 calc(548 * var(--formula));
}
/*============ ▲ sec05 ▲ ============*/

/*============ ▼ sec06 ▼ ============*/
#st250924sbys .sec06{
  margin-top: calc(174* var(--formula));
}
#st250924sbys .sec06 .sec_img__block{
  position: relative;
  width: calc(750* var(--formula));
  margin: 0 auto;
}
#st250924sbys .img11{
  width: calc(750* var(--formula));
}
#st250924sbys .sec__desc {
  width: calc(670* var(--formula));
  position: absolute;
  top: calc(24 * var(--formula));
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}
#st250924sbys .sec__desc .desc_lead {
  font-family: var(--font-en);
  font-feature-settings: 'palt';
  font-size: calc(15.5* var(--formula));
  line-height: 1.6129032258;
  letter-spacing: 0.04em;
  color: var(--white);
  font-weight: var(--fw-regular);
  text-align: justify;
  line-break: strict;
  -ms-text-align-last: justify;
  text-align-last: justify;
  /* white-space: pre-line; */
}
#st250924sbys .sec__desc > span {
  display: block;
}

/*============ ▲ sec06 ▲ ============*/


/* ====== ▼ "check all items" ▼ ====== */
#st250924sbys .btn__wrapper{
  width: calc(480* var(--formula));
  margin: calc(140 * var(--formula)) auto 0;
}
/* ====== ▲ "check all items" ▲ ====== */


/* ====== ▼ "staff" ▼ ====== */
#st250924sbys .staff__wrapper{
  width: calc(750* var(--formula));
  margin: calc(137* var(--formula)) auto calc(70* var(--formula));
  border-top: solid calc(1* var(--formula)) #808080;
  border-bottom: solid calc(1* var(--formula)) #808080;
  padding-block: calc(32 * var(--formula));
}
#st250924sbys .staff__box{
  width: calc(385* var(--formula));
  margin-left: calc(50* var(--formula));
}
#st250924sbys .staff__txt{
  font-size: calc(21* var(--formula));
  line-height: 1.85;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  font-weight: var(--fw-regular);
  white-space: nowrap;
}
/* ====== ▲ "staff" ▲ ====== */


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

/* .js-fadeIn */
#st250924sbys .js-show.fadeIn {
  opacity: 0;
  transition: all 1.25s;
}

#st250924sbys .js-show.fadeIn.onView {
  opacity: 1;
}

#st250924sbys .js-fadeIn {
  opacity: 0;
  transition: all 1.25s;
}

#st250924sbys .js-fadeIn.active {
  opacity: 1;
}

/* .js-fadeUp */
#st250924sbys .js-show.fadeZoom {
  opacity: 0;
  transition: 1.25s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.2);
}

#st250924sbys .js-show.fadeZoom.onView {
  opacity: 1;
  transform: none;
}

#st250924sbys .mv_title.js-show.fadeIn.onView.delay02 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

#st250924sbys .delay01 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#st250924sbys .delay02 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#st250924sbys .delay03 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#st250924sbys .delay04 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

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

/* ランダムに出現するテキスト ___________________________*/

.js-typingText span {
  display: none;
}

/*文字列後ろの線の設定*/
.js-typingText::after {
  content: "";
  animation: typinganime 1s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
  pc 固定
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media (min-width: 768px) {
  #st250924sbys {
    --header-container-height: 5rem;
  }
  .sticky-container {
    display: flex;
  }
  .mainVisual {
    width: 50%;
    height: 100vh;
    position: sticky;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    height: calc(100vh - (var(--header-container-height, 0px)));
    top: var(--header-container-height, 0);
  }
  .mainVisual .mainVisual_inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #st250924sbys .mv_txt_box {
    width: 100%;
    height: 100vh;
    position: static;
  }
  #st250924sbys .mv_txt_inner {
    width: calc(331*(100vw / 1400));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }
  /* #st250924sbys .mainVisual_inner .mv_txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  } */
  .sticky-contents {
    width: 50%;
  }

  #st250924sbys .mainVisual_inner .mvWrap__img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    right: 0;
    top: 0;
  }

}

/*--------------------------------
  js-TextRandomAnime
--------------------------------*/
.js-TextRandomAnime span{
	opacity: 0;
}
.js-TextRandomAnime.appearRandomtext span{ 
	animation:text_randomanime_on 1s ease-out forwards;
}

/*アニメーションで透過を0から1に変化させる*/
@keyframes text_randomanime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

.js-TextRandomAnime.appearRandomtext span:nth-child(2n) {
	animation-delay: .5s;/* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.js-TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
	animation-delay: .15s;/* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.js-TextRandomAnime02 span{
	opacity: 0;
}
.js-TextRandomAnime02.appearRandomtext span{ 
	animation:text_randomanime_on02 1s ease-out forwards;
}

/*アニメーションで透過を0から1に変化させる*/
@keyframes text_randomanime_on02 {
	0% {opacity:0;}
	100% {opacity:1;}
}

.js-TextRandomAnime02.appearRandomtext span:nth-child(2n) {
	animation-delay: .5s;/* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}
.js-TextRandomAnime02.appearRandomtext span:nth-child(3n+1) {
	animation-delay: .15s;/* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}