
html{
  scroll-behavior: smooth;
  background-color: var(--color-gray);
}
body,
.main-area{
  overflow: inherit!important;
  overflow-x: inherit!important;
}
/*================================
  variables
=================================*/
#em260423SS2nd{
  --zindex-behind: -1;
  --zindex-middle: 0;
  --zindex-front: 1;
  --zindex-top: 2;
  --zindex-over: 10;
  --zindex-cursor: 100;
  --zindex-top: 200;
  --pointer-none: none;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-lightgreen: #d4dec5;
  --color-green: #4c5c2d;
  --color-darkgreen: #41431b;
  --color-yellow: #f8f3e1;
  --font-pragmatica: "pragmatica", sans-serif;
  --font-kozuka-gothic: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
#em260423SS2nd img,
#em260423SS2nd picture,
#em260423SS2nd video {
  display: inline-block;
  width: 100%;
  height: auto;
}
#em260423SS2nd video{
  object-fit: cover;
}
#em260423SS2nd a:hover{
  transition: .5s;
  opacity: .7;
}
#em260423SS2nd h2, #em260423SS2nd h3, #em260423SS2nd p, #em260423SS2nd li:not(.splide) {
    margin-block: calc((1em - 1lh) / 2);
}
#em260423SS2nd span{
  display: inline-block;
}
#em260423SS2nd li{
  list-style: none;
}
#em260423SS2nd .imgWrap{
  position: relative;
  transition: opacity 1.5s;
}
#em260423SS2nd .noBgCont.imgWrap{
  background: none;
}
/*--------------------------------
  variables for mobile
--------------------------------*/
@media screen and (max-width: 767px) {
  #em260423SS2nd .pcOnly {
    display: none!important;
  }
  #em260423SS2nd {
    --lpSetSize: (100vw / 750);
  }
}
/*--------------------------------
  variables for desktop
--------------------------------*/
@media only screen and (min-width: 768px) {
  #em260423SS2nd .spOnly {
    display: none!important;
  }
  #em260423SS2nd .pcOnly {
    display: block;
  }
  #em260423SS2nd {
    --lpSetSize: calc(1px * var(--ratio));
    --ratio: calc(490 / 750);
    --variable: 1px;
  }
}
@media screen and (min-width:768px) and (max-width:1400px) {
  #em260423SS2nd {
    --lpSetSize: calc(var(--variable) * var(--ratio));
    --ratio: calc(490 / 750);
    --variable: calc(100vw / 1400);
  }
}
/* end variables */

/*================================
  font-size
=================================*/
#em260423SS2nd [data-txt]{
  color: var(--color-yellow);
  letter-spacing: 0;
  font-family: var(--font-kozuka-gothic);
}
#em260423SS2nd [data-txt="intro"]{
  font-size: calc(24 * var(--lpSetSize));
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: calc(92 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="leadWrap"]{
  font-size: calc(24 * var(--lpSetSize));
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
#em260423SS2nd [data-txt="sliderWrap-ttl"]{
  font-size: calc(50 * var(--lpSetSize));
  line-height: 1;
  text-align: center;
  letter-spacing: -0.015em;
  color: var(--color-color01);
  margin-bottom: calc(40 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="sliderWrap-txt"]{
  position: relative;
  font-size: calc(28 * var(--lpSetSize));
  line-height: 2.4642857143;
  text-align: center;
  letter-spacing: 0;
  color: var(--color-color01);
  margin-bottom: calc(108 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="sliderWrap-txt"]::before,
#em260423SS2nd [data-txt="sliderWrap-txt"]::after{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: calc(6 * var(--lpSetSize));
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-color01);
  height: 1px;
}
#em260423SS2nd [data-txt="sliderWrap-txt"]::before{
  top: calc(52 * var(--lpSetSize));
  width: calc(472 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="sliderWrap-txt"]::after{
  bottom: calc(18 * var(--lpSetSize));
  width: calc(220 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="sliderWrap-txt"] span:nth-child(1){
  margin-right: calc(5 * var(--lpSetSize));
  letter-spacing: 0.05em;
}
#em260423SS2nd [data-txt="sliderWrap-txt"] span:nth-child(3){
  margin: 0 calc(-5 * var(--lpSetSize)) 0 calc(2 * var(--lpSetSize));
  letter-spacing: 0.05em;
}

#em260423SS2nd [data-txt="linkWrap-ttl"]{
  font-size: calc(68 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--color-color01);
  margin-bottom: calc(10 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="linkWrap-sub"]{
  font-size: calc(30 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  color: var(--color-color01);
  margin-bottom: calc(66 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="linkWrap-button"]{
  position: relative;
  font-size: calc(45 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: 0.005em;
  text-align: center;
  color: var(--color-txt);
  background-color: var(--color-color01);
}
#em260423SS2nd [data-txt="linkWrap-button"] a{
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: calc(5 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="linkWrap-button"]::before{
  content: "";
  display: block;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(30 * var(--lpSetSize));
  left: auto;
  right: calc(36 * var(--lpSetSize));
  width: calc(14 * var(--lpSetSize));
  height: calc(32 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="linkWrap-txt"]{
  font-size: calc(30 * var(--lpSetSize));
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  color: var(--color-color01);
  margin-bottom: calc(135 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="lastWrap-ttl"]{
  font-size: calc(42 * var(--lpSetSize));
  line-height: 1;
  letter-spacing: 0.005em;
  text-align: center;
  color: var(--color-color01);
  margin-bottom: calc(45 * var(--lpSetSize));
}
#em260423SS2nd [data-txt="lastWrap-txt"]{
  font-family: var(--font-pragmatica);
  font-size: calc(22 * var(--lpSetSize));
  line-height: 2.1818181818;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
  color: #000;
  margin-top: calc(103 * var(--lpSetSize));
}
/*--------------------------------
  layout for desktop
--------------------------------*/
@media only screen and (min-width: 768px) {
  #em260423SS2nd [data-txt="sliderWrap-txt"]{
    line-height: 2.4285714286;
  }
}
/* end font-size */


/*================================
  layout
=================================*/
#em260423SS2nd{
  background-color: var(--color-color02);
  overflow: clip;
}
#footer_emmi{
  padding-top: 0px;
}
#em260423SS2nd [data-credit]{
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: fit-content;
  z-index: var(--zindex-front);
}
#em260423SS2nd [data-credit="left"]{
  text-align: left;
  padding-bottom: calc(15* var(--lpSetSize));
  left: calc(22* var(--lpSetSize));
}
#em260423SS2nd [data-credit="right"]{
  text-align: right;
  padding-bottom: calc(17* var(--lpSetSize));
  right: calc(23* var(--lpSetSize));
}
#em260423SS2nd [data-img],
#em260423SS2nd [data-modal_target]{
  position: relative;
}
#em260423SS2nd [data-deco]{
  position: absolute;
  display: block;
  pointer-events: var(--pointer-none);
  z-index: var(--zindex-front);
}
/*========== mvWrap ==========*/
#em260423SS2nd .mvWrap__img{
  width: calc(630 * var(--lpSetSize));
  margin: 0 auto calc(100 * var(--lpSetSize));
}

/*========== intro ==========*/
#em260423SS2nd .intro_box {
  width: calc(750 * var(--lpSetSize));
  position: relative;
  z-index: 1;
  padding-block: calc(26 * var(--lpSetSize)) calc(119 * var(--lpSetSize));
  background-color: var(--color-green);
}
#em260423SS2nd .intro_box::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../../atelier/img/info_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#em260423SS2nd .introWrap {
  width: calc(720 * var(--lpSetSize));
  margin: calc(82 * var(--lpSetSize)) auto 0;
}
#em260423SS2nd .introWrap-logo {
  width: calc(648 * var(--lpSetSize));
  margin: 0 auto;
}
/*========== leadWrap ==========*/
#em260423SS2nd .leadWrap{
  position: relative;
  width: calc(700 * var(--lpSetSize));
  padding: calc(54 * var(--lpSetSize)) 0 calc(66 * var(--lpSetSize));
  margin: calc(120 * var(--lpSetSize)) auto 0;
  border-top: 1px solid var(--color-yellow);
  border-bottom: 1px solid var(--color-yellow);
}

#em260423SS2nd .leadWrap::before,
#em260423SS2nd .leadWrap::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  background-color: var(--color-yellow);
  width: 100%;
  height: calc(1 * var(--lpSetSize));
  pointer-events: var(--pointer-none);
  z-index: var(--zindex-front);
}
#em260423SS2nd .leadWrap::before{
  top: calc(5 * var(--lpSetSize));
}
#em260423SS2nd .leadWrap::after{
  top: auto;
  bottom: calc(5 * var(--lpSetSize));
}
#em260423SS2nd .leadWrap-period{
  width: calc(243 * var(--lpSetSize));
  margin: 0 auto calc(54 * var(--lpSetSize));
}
#em260423SS2nd .leadWrap-date{
  width: calc(652 * var(--lpSetSize));
  margin: 0 auto calc(62 * var(--lpSetSize));
}
#em260423SS2nd .allBtn{
  width: calc(450 * var(--lpSetSize));
  margin: calc(120 * var(--lpSetSize)) auto 0;
}
/*========== gridWrap ==========*/
#em260423SS2nd .gridWrap{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#em260423SS2nd [data-modal_target]::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  z-index: var(--zindex-behind);
}
#em260423SS2nd [data-modal_target="modal01"]::after{
  top: calc(115 * var(--lpSetSize));
  height: calc(100% - calc(115 * var(--lpSetSize)));
}

#em260423SS2nd .img-model{
  display: block;
  position: absolute;
  top: calc(-2 * var(--lpSetSize));
  right: 0;
  width: calc(765 * var(--lpSetSize));
  z-index: 3;
  pointer-events: none;
}
#em260423SS2nd .img-model.model15{
  top: initial;
  bottom: calc(477 * var(--lpSetSize));
  right: initial;
  left: calc(-375 * var(--lpSetSize));
  width: calc(760 * var(--lpSetSize));
}
#em260423SS2nd .img-model.model25{
  top: initial;
  bottom: calc(495 * var(--lpSetSize));
  right: initial;
  left: calc(-380 * var(--lpSetSize));
  width: calc(743 * var(--lpSetSize));
}

/*========== sliderWrap ==========*/
#em260423SS2nd .sliderWrap__inner{
  margin-bottom: calc(82 * var(--lpSetSize));
}
#em260423SS2nd .sliderWrap .imgWrap{
  width: calc(360 * var(--lpSetSize));
}
/*========== linkWrap ==========*/
#em260423SS2nd .linkWrap {
  width: calc(750 * var(--lpSetSize));
  position: relative;
  z-index: 1;
  padding-block: calc(124 * var(--lpSetSize)) calc(30 * var(--lpSetSize));
  background-color: var(--color-green);
}
#em260423SS2nd .linkWrap::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../../atelier/img/end_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#em260423SS2nd .linkWrap .linkWrap-ttl {
  width: calc(287 * var(--lpSetSize));
  margin: 0 auto;
}
#em260423SS2nd .linkWrap__inner{
  display: flex;
  justify-content: space-between;
  gap: calc(10 * var(--lpSetSize));
  width: calc(710 * var(--lpSetSize));
  margin: calc(34 * var(--lpSetSize)) auto 0;
  flex-wrap: wrap;
}

#em260423SS2nd .linkWrap__3{
  display: block;
  width: calc(230 * var(--lpSetSize));
}
#em260423SS2nd .linkWrap__2{
  display: block;
  width: calc(350 * var(--lpSetSize));
}
#em260423SS2nd .linkWrap__1{
  display: block;
  width: calc(710 * var(--lpSetSize));
}

#em260423SS2nd .linkWrap_info{
  width: calc(632 * var(--lpSetSize));
  margin: calc(118 * var(--lpSetSize)) auto 0;
}
#em260423SS2nd .linkWrap_info_txt{
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: calc(30 * var(--lpSetSize));
}
#em260423SS2nd .linkWrap_info_inner{
  margin-top: calc(38 * var(--lpSetSize));
}
#em260423SS2nd .linkWrap_info_logo{
  width: calc(251 * var(--lpSetSize));
  margin: 0 auto;
}
#em260423SS2nd .linkWrap_info_title{
  width: calc(471 * var(--lpSetSize));
  margin: calc(18 * var(--lpSetSize)) auto 0;
}
#em260423SS2nd .linkWrap_info_lead{
  font-family: var(--font-kozuka-gothic);
  font-size: calc(21 * var(--lpSetSize));
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: calc(58 * var(--lpSetSize));
  color: var(--color-yellow);
}
#em260423SS2nd .linkWrap_info_copy{
  width: calc(512 * var(--lpSetSize));
  margin: calc(102 * var(--lpSetSize)) auto 0;
}
/*========== lastWrap ==========*/
#em260423SS2nd .lastWrap{
  background-color: var(--color-gray);
  padding-block: calc(100 * var(--lpSetSize)) calc(160 * var(--lpSetSize));
}
#em260423SS2nd .lastWrap .linkWrap__icon{
  width: calc(395 * var(--lpSetSize));
  margin: 0 auto;
}
#em260423SS2nd .lastWrap .lastWrap-ttl{
  width: calc(299 * var(--lpSetSize));
  margin: calc(144 * var(--lpSetSize)) auto 0;
}
#em260423SS2nd .lastWrap .iframe{
  width: calc(690 * var(--lpSetSize));
  margin: calc(45* var(--lpSetSize)) auto 0;
}
#em260423SS2nd .lastWrap iframe{
  margin: 0 auto !important;
  width: 100%;
}

/*--------------------------------
  layout for desktop
--------------------------------*/
@media only screen and (min-width: 768px) {
  /*========== fixedArea ==========*/
  #em260423SS2nd{
    position: relative;
  }
  #em260423SS2nd .contWrap{
    position: relative;
    width: calc(750 * var(--variable) * var(--ratio));
    margin: 0 auto;
    z-index: 2;
    overflow: clip;
  }
  #em260423SS2nd .fixedArea{
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-lightgreen);
    width: 100vw;
    height: 100%;
    z-index: 2;
  }
  #em260423SS2nd .fixedArea__inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    /* height: calc(100% + 144px);
    margin-top: -144px; */
    z-index: 1;
  }
  #em260423SS2nd [data-fixed]{
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: calc((100% - calc(750 * var(--variable) * var(--ratio))) / 2);
    height: 100vh;
  }
  #em260423SS2nd [data-img="fixed-left"]{
    width: 380px;
    padding-top: 12.8vh;
  }
  #em260423SS2nd [data-fixed="right"]{
    align-items: end;
  }
  #em260423SS2nd [data-img="fixed-right"]{
    width: 270px;
    padding-bottom: 7.7vh;
  }
  @media screen and (min-width:1400px) {
    #em260423SS2nd [data-img="fixed-left"]{
      width: calc(380 * (100vw / 1400));
    }
    #em260423SS2nd [data-img="fixed-right"]{
      width: calc(270 * (100vw / 1400));
    }
  }
  #em260423SS2nd .mvWrap{
    width: auto;
    margin: 0 0 0 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1;
    top: 0;
    height: 100%;
  }
  #em260423SS2nd .pc_sticky_contents{
    position: relative;
    z-index: 2;
  }
}



/*================================
  fadeIn
=================================*/
#em260423SS2nd .js-fadeIn{
  opacity: 0;
  /* -webkit-transform: translateY(3rem);
  transform: translateY(3rem); */
}
#em260423SS2nd .js-fadeIn.js-scrollIn{
  -webkit-animation: fadeup 1.5s forwards;
  animation: fadeup 1.5s forwards;
}
@keyframes fadeup{
  0% {
    opacity: 0;
    /* -webkit-transform: translateY(3rem);
    transform: translateY(3rem); */
  }
  100% {
    opacity: 1;
    /* -webkit-transform: translateY(0);
    transform: translateY(0); */
  } 
}
/* end fadeIn */


/*================================
  arrow
=================================*/
#em260423SS2nd .other-coordinate-icon {
  width: calc(2 * var(--lpSetSize));
  margin: 0 auto;
  position: relative;
  left: 0;
  overflow: hidden;
}
#em260423SS2nd .other-coordinate-icon img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  
  /* 既存のアニメーション */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: transform 0.8s ease-in-out;
}
#em260423SS2nd .other-coordinate-icon.is-active img {
  -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*================================
  modal
=================================*/
body.is-modal-open {
  overflow: hidden !important;
  height: 100% !important;
}
/* Splideのトラック */
#em260423SS2nd #modal-slider .splide__track {
  overflow: hidden;
}

/* モーダル全体のコンテナ */
#em260423SS2nd .lp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}

#em260423SS2nd .lp-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body:has(.lp-modal.is-active) {
  overflow: hidden !important;
  /* スクロールバーが消えることによる横揺れも防ぐ */
  scrollbar-gutter: stable;
}

/* 背景オーバーレイ */
#em260423SS2nd .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 222, 197, 0.75); /* 画像に合わせて少し濃いめに調整 */
}

/* コンテンツサイズ */
#em260423SS2nd .modal__content {
  position: relative;
  width: calc(690 * var(--lpSetSize));
  z-index: 10;
}

/* 閉じるボタン：画像の右上に配置 */
#em260423SS2nd .modal__close {
  width: calc(50 * var(--lpSetSize));
  height: calc(50 * var(--lpSetSize));
  position: absolute;
  top: calc(-76 * var(--lpSetSize));
  right: calc(0 * var(--lpSetSize));
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 15;
}
#em260423SS2nd .modal__close img {
  width: 100%;
  height: auto;
}

/* 矢印ボタンの共通設定：画像の内側に配置 */
#em260423SS2nd #modal-slider .splide__arrow {
  position: absolute;
  top: 43%; /* 中央よりやや上に（クレジット表記のスペースを考慮） */
  transform: translateY(-50%);
  width: calc(40 * var(--lpSetSize));
  height: calc(110 * var(--lpSetSize));
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.7; /* 少し透かせて画像に馴染ませる */
  z-index: 10;
  transition: opacity 0.3s;
}

#em260423SS2nd #modal-slider .splide__arrow:hover {
  opacity: 1;
}

#em260423SS2nd #modal-slider .splide__arrow svg {
  display: none;
}

/* 矢印の位置：画像の内側に配置 */
#em260423SS2nd #modal-slider .splide__arrow--prev {
  left: calc(14 * var(--lpSetSize));
  background-image: url(../../atelier/img/modal_left.svg);
}

#em260423SS2nd #modal-slider .splide__arrow--next {
  right: calc(14 * var(--lpSetSize));
  background-image: url(../../atelier/img/modal_right.svg);
}

/* スライド内の余白調整（クレジット部分） */
#em260423SS2nd .splide__slide {
  text-align: center;
}

#em260423SS2nd .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* クレジットテキストの簡易的なスタイル（HTMLのクラス名に合わせて調整してください） */
#em260423SS2nd [class*="__credit"] {
  display: flex;
  flex-direction: column;
  gap: calc(20 * var(--lpSetSize));
  align-items: center;
  margin-top: calc(40 * var(--lpSetSize));
}
#em260423SS2nd [class*="__credit"] li {
  font-family: var(--font-pragmatica);
  color: var(--color-darkgreen);
  font-size: calc(22 * var(--lpSetSize));
  line-height: 1.9090909091;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 300;
  display: flex;
  justify-content: center;
  gap: calc(6 * var(--lpSetSize));
  white-space: nowrap;
}
#em260423SS2nd [class*="__credit"] .letter-space {
  letter-spacing: 0.025em;
}
/* end modal */


/*================================
  movie sound
=================================*/
#em260423SS2nd .leadWrap-video{
  position: relative;
  /* background-color: var(--color-lightgreen); */
}
#em260423SS2nd .leadWrap-video{
  width: calc(720 * var(--lpSetSize));
  margin: 0 auto;
}
#em260423SS2nd .leadWrap__movie {
  width: 100%;
  height: auto;
  display: block; /* 隙間排除 */
}
#em260423SS2nd .leadWrap__soundBtnWrap{
  position: absolute;
  top: auto;
  bottom: calc(15 * var(--lpSetSize));
  left: auto;
  right: calc(12 * var(--lpSetSize));
  z-index: var(--zindex-front);
  cursor: pointer;
}
#em260423SS2nd .soundBtnWrap-inner{
  position: relative;
  display: inline-block;
}
#em260423SS2nd .js-button-off{
  width: calc(32 * var(--lpSetSize));
}
#em260423SS2nd .js-button-on{
  width: calc(32 * var(--lpSetSize));
}
#em260423SS2nd .js-button{
  display: none;
}
#em260423SS2nd .js-button.js-sound_active{
  display: block;
}
@media only screen and (min-width: 768px) {
  #header_emmi.header.onBanner {
    background: transparent;
  }

  #Contents {
    padding-top: var(--bannerHeight) !important;
  }

  #em260423SS2nd .leadWrap{
    padding: calc(54 * var(--lpSetSize)) 0 calc(68 * var(--lpSetSize));
  }

  #em260423SS2nd .leadWrap-video {
    width: 100%;
    height: 100vh;
  }

  #em260423SS2nd .leadWrap__movie{
    height: 100%;
  }

  /* #em260423SS2nd .linkWrap::before {
    height: calc(1743 * var(--lpSetSize));
  } */
  #em260423SS2nd .intro_box::before {
    /* height: calc(1556 * var(--lpSetSize)); */
    background-position: bottom;
  }

  #em260423SS2nd .linkWrap_info_copy{
    margin: calc(145 * var(--lpSetSize)) auto 0;
  }

  #em260423SS2nd .introWrap {
    margin: calc(56 * var(--lpSetSize)) auto 0;
  }

  #em260423SS2nd .modal__content {
    width: calc(420*(100vw / 1400));
    margin-top: calc(35 * (100vw / 1400));
  }
  #em260423SS2nd .modal__close {
    width: calc(35*(100vw / 1400));
    height: calc(35*(100vw / 1400));
    top: calc(-25 * (100vw / 1400));
    right: calc(-120 * (100vw / 1400));
  }

  /* 矢印ボタンの共通設定：画像の内側に配置 */
  #em260423SS2nd #modal-slider .splide__arrow {
    top: 43%;
    width: calc(20 * (100vw / 1400));
    height: calc(60 * (100vw / 1400));
  }

  /* 矢印の位置：画像の内側に配置 */
  #em260423SS2nd #modal-slider .splide__arrow--prev {
    left: calc(-81*(100vw / 1400));
  }

  #em260423SS2nd #modal-slider .splide__arrow--next {
    right: calc(-81 * (100vw / 1400));
  }

  #em260423SS2nd [class*="__credit"] {
    margin-top: calc(30*(100vw / 1400));
  }

  #em260423SS2nd [class*="__credit"] li {
    font-size: calc(13*(100vw / 1400));
    line-height: 2;
    gap: calc(6*(100vw / 1400));
  }

  #em260423SS2nd [data-txt="lastWrap-txt"] {
    margin-top: calc(152 * var(--lpSetSize));
  }

  #em260423SS2nd .linkWrap_info_lead .en_break{
    word-break: normal;
  }
}
/* end movie sound */


@media only screen and (min-width: 768px) {
  #em260423SS2nd .scroll_box {
    width: calc(70*var(--lpSetSize));
    position: absolute;
    left: 50%;
    bottom: calc(35 * var(--lpSetSize));
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #em260423SS2nd .scroll_title {
    width: calc(50 * var(--lpSetSize));
    margin: 0 auto;
    margin-bottom: calc(12 * var(--lpSetSize));
  }

  #em260423SS2nd .scroll_line {
    width: calc(2*var(--lpSetSize));
    height: calc(70 * var(--lpSetSize));
    position: relative;
    overflow: hidden; /* はみ出した線（アニメーション）を隠す */
  }

  #em260423SS2nd .scroll_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-yellow);
    
    /* 解決策1: 3Dレンダリングを強制して描画を安定させる */
    /* 解決策2: 1.0ではなく0.99〜1.01で微調整してモード切替を防ぐ */
    transform: translateZ(0); 
    backface-visibility: hidden;
    will-change: transform;

    animation: scrollLineAnim 2s ease-in-out infinite;
  }

  /* アニメーションの定義 */
  @keyframes scrollLineAnim {
    0% {
      transform: scaleY(0) translateZ(0);
      transform-origin: top;
    }
    45% {
      transform: scaleY(1) translateZ(0);
      transform-origin: top;
    }
    55% {
      transform: scaleY(1) translateZ(0);
      transform-origin: bottom;
    }
    100% {
      transform: scaleY(0) translateZ(0);
      transform-origin: bottom;
    }
  }
  #em260423SS2nd .leadWrap__soundBtnWrap {
    bottom: calc(8 * (100vw / 1400));
    right: calc(10 * (100vw / 1400));
  }
  #em260423SS2nd .js-button-off{
    width: calc(30*(100vw / 1400));
  }
  #em260423SS2nd .js-button-on{
    width: calc(30*(100vw / 1400));
  }
}