#st250911item {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #999999;
  --font-ja: "hiragino-kaku-gothic-pron", sans-serif;
  --font-en: "ff-good-headline-web-pro-con", sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --fw-black: 900;
  font-family: var(--font-ja);
  color: var(--color-black);
  font-weight: var(--fw-light);
  text-align: center;
  overflow: clip;
}

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

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

.main-area {
  padding-top: 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;
  }
}

/* ▼ -----------可変設定---------- ▼ */
#st250911item {
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 440; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  --formula: calc(var(--variable) * var(--ratio)); /*SP→PC 可変設定*/
  --formula_pc: calc(var(--variable) * 1); /*PC 1400以上は固定*/
}

/* PC画面幅 1400px以上 固定 */
@media (min-width: 1401px) {
  #st250911item {
    --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) {
  #st250911item {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
/* SP画面幅 767px以下 可変 */
@media (max-width: 767px) {
  #st250911item {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
/* ▲ -----------可変設定---------- ▲ */

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

#st250911item li{
  display: inline-block;
}

#st250911item a {
  display: inline;
  text-decoration: none;
  color: var(--color-black);
}

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

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

#st250911item p{
  color: var(--color-black);
}

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

#st250911item .imgOuter > a,
#st250911item .imgOuter > span{
  display: block; 
  width: 100%; 
  height: auto;
}

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

/*============ ▼ 共通部分 ▼ ============*/
#st250911item .sec_lead {
  font-size: calc(24 * var(--formula));
  line-height: 2;
  letter-spacing: 0.12em;
}

#st250911item .crdt__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: calc(40 * var(--formula));
  column-gap: calc(12 * var(--formula));
}

#st250911item .crdt,
#st250911item .crdt__wrapper a {
  font-size: calc(25 * var(--formula));
  font-family: var(--font-en);
  white-space: nowrap;
  letter-spacing: 0.070em;
  line-height: 1;
  font-style: normal;
}

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

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

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

}


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

  #st250911item .pc_only{
    display: block;
  }
}


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

@media screen and (min-width: 768px) {
  #st250911item {
    --header-container-height: 120px;
    display: flex;
    width: 100%;
    /* padding-bottom: calc(230 * var(--formula)); */
  }
  #st250911item::-webkit-scrollbar {
    display: none;
  }
  #st250911item .contents_left {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    /* height: calc(100vh - (var(--header-container-height, 0px)));
    top: var(--header-container-height, 0); */
  }
  #st250911item .mvWrap {
    width: auto;
    /* height: calc(100vh - (var(--header-container-height, 0px))); */
    height: 100vh;
    overflow: hidden;
  }
  #st250911item .mvWrap .mvWrap__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #st250911item .mvWrap .mvWrap__img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #st250911item .mvWrap .mvWrap__img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 10% top;
  }
  #st250911item .mvWrap .mvWrap__img picture {
    width: 100%;
    height: 100%;
  }
  #st250911item .mvWrap .mv_title {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
  }
  #st250911item .mvWrap .mv_txt {
    position: absolute;
    width: calc(290 * (100vw / 1400));
    right: calc(44 * (100vw / 1400));
    top: 31.4dvh;
  }
  #st250911item .contents_right {
    width: 50%;
    position: relative;
    overflow: clip;
  }
}

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

#st250911item .mvWrap {
  width: 100%;
  position: relative;
  z-index: 1;
}

#st250911item .mv_title {
  position: absolute;
  width: calc(344 * var(--formula));
  top: calc(338 * var(--formula));
  right: calc(40 * var(--formula));
  z-index: 10;
  pointer-events: none;
}

#st250911item .intro{
  margin-block: calc(108 * var(--formula)) calc(106 * var(--formula));
}

#st250911item .intro_txt__wrapper {
  width: calc(600 * var(--formula));
  margin-right: auto;
  margin-left: auto;
}

#st250911item .intro_txt{
  font-size: calc(26 * var(--formula));
  font-family: var(--font-ja);
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
}

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

}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
 sec
//////////////////////////////////////////////////////////////////////////////////////////////
*/
/*============ ▼ sec01 ▼ ============*/
#st250911item .sec01 .img01{
  width: calc(639 * var(--formula));
  margin: 0 auto;
  overflow: hidden;
}

#st250911item .sec01 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(12 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec01 ▲ ============*/

/*============ ▼ sec02 ▼ ============*/
#st250911item .sec02 .sec_img__wrapper{
  margin: calc(197 * var(--formula)) auto 0;
}

#st250911item .sec02 .img02{
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

#st250911item .sec02 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec02 ▲ ============*/

/*============ ▼ sec03 ▼ ============*/
#st250911item .sec03 .sec_img__wrapper{
  margin: calc(195 * var(--formula)) auto 0;
}

#st250911item .sec03 .img03{
  width: calc(750 * var(--formula));
  margin: 0 auto;
  overflow: hidden;
}

#st250911item .sec03 .slider-wrapper li{
  width: calc(420 * var(--formula));
  margin-right: calc(14 * var(--formula));
}

#st250911item .sec03 .img04{
  width: calc(640 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}

#st250911item .sec03 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec03 ▲ ============*/

/*============ ▼ sec04 ▼ ============*/
#st250911item .sec04 .sec_img__wrapper{
  margin: calc(197 * var(--formula)) auto 0;
}

#st250911item .sec04 .img05{
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

#st250911item .sec04 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec04 ▲ ============*/

/*============ ▼ sec05 ▼ ============*/
#st250911item .sec05 .sec_img__wrapper{
  margin: calc(195 * var(--formula)) auto 0;
}

#st250911item .sec05 .img06{
  width: calc(639 * var(--formula));
  margin: 0 auto;
  overflow: hidden;
}
#st250911item .sec05 .img07{
  width: calc(552 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}
#st250911item .sec05 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec05 ▲ ============*/

/*============ ▼ sec06 ▼ ============*/
#st250911item .sec06 .sec_img__wrapper{
  margin: calc(197 * var(--formula)) auto 0;
}

#st250911item .sec06 .img08{
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

#st250911item .sec06 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

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

/*============ ▼ sec07 ▼ ============*/
#st250911item .sec07 .sec_img__wrapper{
  margin: calc(197 * var(--formula)) auto 0;
}

#st250911item .sec07 .img09{
  width: calc(750 * var(--formula));
  margin: 0 auto;
  overflow: hidden;
}

#st250911item .sec07 .slider-wrapper li{
  width: calc(420 * var(--formula));
  margin-right: calc(14 * var(--formula));
}

#st250911item .sec07 .img10{
  width: calc(640 * var(--formula));
  margin: calc(20 * var(--formula)) auto 0;
}

#st250911item .sec07 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}
#st250911item .sec07 .crdt__wrapper {
  margin-top: calc(38 * var(--formula));
}

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

}
/*============ ▲ sec07 ▲ ============*/

/*============ ▼ sec08 ▼ ============*/
#st250911item .sec08 .sec_img__wrapper{
  margin: calc(197 * var(--formula)) auto 0;
}

#st250911item .sec08 .img11{
  width: calc(750 * var(--formula));
  margin: 0 auto;
}

#st250911item .sec08 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(13 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec08 ▲ ============*/

/*============ ▼ sec09 ▼ ============*/
#st250911item .sec09 .sec_img__wrapper{
  margin: calc(196 * var(--formula)) auto 0;
}

#st250911item .sec09 .img12{
  width: calc(640 * var(--formula));
  margin: 0 auto;
}

#st250911item .sec09 .sec_lead__wrapper{
  width: calc(600 * var(--formula));
  margin: calc(53 * var(--formula)) auto 0;
}

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

}
/*============ ▲ sec09 ▲ ============*/

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

#st250911item .btn__wrapper{
  width: calc(480 * var(--formula));
  margin: calc(136 * var(--formula)) auto calc(130 * var(--formula));
}


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

}

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


/* ====== ▼ "staff" ▼ ====== */
#st250911item .staff__wrapper{
  width: calc(750* var(--formula));
  margin: calc(140* var(--formula)) auto calc(120* var(--formula));
  border-top: solid calc(1* var(--formula)) #808080;
  border-bottom: solid calc(1* var(--formula)) #808080;
  padding-block: calc(29* var(--formula));
}

#st250911item .staff__box{
  width: calc(385* var(--formula));
  margin-left: calc(50* var(--formula));
}

#st250911item .staff__txt{
  font-size: calc(26 * var(--formula));
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  line-height: 1.6;
  letter-spacing: 0.07em;
  white-space: nowrap; 
  color: var(--color-black);
  text-align: left;
}
/* ====== ▲ "staff" ▲ ====== */

/* --- Swiper Pagination Customization --- */
#st250911item .slider-container {
  overflow: hidden;
}

#st250911item .swiper-slide img {
  width: 100.5%;
  border: none;
  outline: none;
}

#st250911item .slider-wrapper {
  position: relative; /* 必要に応じて位置の基準にする */
  padding-bottom: calc(40 * var(--formula));
}

#st250911item .swiper-pagination {
  position: static; /* または relative */
  bottom: auto;
  left: auto;
  right: auto;
  margin-top: calc(20 * var(--formula));
}

#st250911item .swiper-pagination-bullet {
  width: calc(80 * var(--formula));
  height: calc(5 * var(--formula));
  border-radius: 0;
  background-color: var(--color-gray);
  opacity: 1;
  margin: 0 calc(9 * var(--formula));
}

#st250911item .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}

@media only screen and (min-width: 768px) {
  #st250911item .swiper-pagination {
    margin-top: calc(10 * var(--formula));
  }
}

/*============ ▼ animation ▼ ============*/
/*******************************
fadeInSetting
*******************************/
#st250911item .fadeInBlock{
  clip-path: inset(0% 100% 0% 0%);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

#st250911item .fadeInBlock.view{
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}

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