/* ===============================================### 
共通設定
###=============================================== */
#Wrap {
  max-width: 100%;
}


.noe2508.lp_container {
  width: 100%; /* 固定幅を捨て、親要素（共通パーツの右側エリア）に従う */
  max-width: 100%;
}

/* @media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10* (100vw / 1366)) !important;
  }
} */

.categorylist--bottom {
  margin-top: 0;
}

.noe2508{
  font-family:  "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-en: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  --color-black: #363535;
  color: #363535;
  overflow: hidden;
}

.noe2508.lp_container{
  position: relative;
  width: 100%;
}

.noe2508 img,
.noe2508 svg,
.noe2508 video,
.noe2508 iframe{
  width: 100%;
  height: auto;
}


/* ===========### PC版用設定 ###=========== */
@media screen and (min-width: 768px) {
  .noe2508.lp_container{
    margin-top: 7.6rem;
    *padding-bottom: 9.4rem;
    background-color: #F2E0D2;
  }

  .noe2508 .image-bg {
    *opacity: 0.7;
    background-color: #ffffff;
  }

  .noe2508 .white :hover {
    opacity: 0.9;
  }

  .noe2508 .pc-visible{
    display: block;
  }

  .noe2508 .sp-visible{
    display: none;
  }

}


/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  .noe2508.lp_container{
    margin-top: calc(27 * (100vw / 750));
    padding-bottom: calc(0 * (100vw / 750));
    background-color: #F2E0D2;
  }

  .noe2508 .image-bg {
    *opacity: 0.7;
    background-color: #ffffff;
  }

  .noe2508 .white :hover {
    opacity: 0.9;
  }

  .noe2508 .pc-visible{
    display: none;
  }

  .noe2508 .sp-visible{
    display: block;
  }


}



/* ===============================================### 
MV
###=============================================== */
.noe2508 .mv{
}

.noe2508 .mv .content-inner{
  width: fit-content;
  margin-inline: auto;
}

.title_1 {
  width: 35rem;
  margin: 10rem auto 0;
}

.title_2 {
  width: 15.5rem;
  margin: 38rem 0 0 33rem;
}
/************** text **************/
.noe2508 .lp__title{
  font-size: 8rem;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .mv__text{
  margin-top: 7rem;
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: 0.1em;
  text-align: center;
}

/************** video **************/
.noe2508 .mv__video{
  width: 71.7rem;
  margin-top: 14.3rem;
  margin-inline: auto;
}

.noe2508 .mv__video iframe{
  height: 107.6rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2508 .mv{
  }

  .noe2508 .mv .content-inner{
    width: fit-content;
    margin-inline: auto;
  }

  .title_1 {
    width: calc(300*(100vw/750));
    margin: calc(70*(100vw/750)) auto 0;
  }

  .title_2 {
    width: calc(115*(100vw/750));
    margin: calc(360*(100vw/750)) 0 0 calc(145*(100vw/750));
  }

  /************** text **************/
  .noe2508 .lp__title{
    font-size: calc(50 * (100vw / 750));
    line-height: 1.8;
  }

  .noe2508 .mv__text{
    margin-top: calc(70 * (100vw / 750));
    font-size: calc(18.5 * (100vw / 750));
    line-height: 1.6363636364;
    letter-spacing: 0.12em;
    text-align: center;
  }

  /************** video **************/
  .noe2508 .mv__video{
    width: calc(531 * (100vw / 750));
    margin-top: calc(80 * (100vw / 750));
  }

  .noe2508 .mv__video iframe{
    height: calc(799 * (100vw / 750));
  }
}



/* ===============================================### 
アニメーション設定
###=============================================== */
/************** fade **************/
.noe2508 .js-fade-in{
  /* visibility: hidden; */
  opacity: 0;
  transform: translateY(-1.5rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.noe2508 .js-fade-in.show{
  /* visibility: visible; */
  transform: translateY(0);
  opacity: 1;
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.noe2508 .section .content-inner{
  position: relative;
}

/************** credit **************/
.noe2508 .credit{
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
  font-family: var(--font-en);
  text-decoration: underline;
}

.noe2508 .credit a {
  display: inline-block;
}

/************** flex **************/
.noe2508 .flex-wrapper{
  display: flex;
}

.noe2508 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 85rem;
  gap: 1.25rem;
  margin: 22rem auto 0;
}

/************** grid **************/
.noe2508 .grid-wrapper{
  display: grid;
}

/************** image **************/
.noe2508 .color__image{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2508 .section .content-inner{
  }

  /************** credit **************/
  .noe2508 .credit{
    font-size: calc(18 * (100vw / 750));
    line-height: 1.5;
  }


  .noe2508 .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: calc(15*(100vw/750));
    margin: calc(210*(100vw/750)) auto 0;
  }

}



/* ===============================================### 
セクション01
###=============================================== */
.noe2508 .section01{
 *margin-top: 13.3rem;
}

.img_top {
  width: 85rem;
  margin: 10rem auto 0;
}

.noe2508 .section01 {
  width: 100rem;
  margin: 0 auto;
}

.noe2508 .section01 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 13rem;
  margin: 2rem auto 0;
  position: relative;
}


.noe2508 .section01 .img1_01 {
  width: 85rem;
  margin: 7rem auto 0;
}

/************** slide **************/
.section01 .slide-wrapper {
  margin-top: 13rem;
  width: 60rem;
}





/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {

  .img_top {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2508 .section01 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(130 * (100vw / 750));
  }
  
  .noe2508 .section01 .credit {
    width: calc(120 * (100vw / 750));
    display: flex;
    flex-wrap: wrap;
    margin: calc(20 * (100vw / 750)) auto 0;
  }

  .noe2508 .section01 .img1_01 {
    width: 100%;
    margin: calc(-70 * (100vw / 750)) auto 0;
  }

  /************** slide **************/
  .section01 .slide-wrapper {
    margin-top: calc(20*(100vw/750));
    width: calc(700*(100vw/750));
    margin: 0 auto;
  }
  

}



/* ===============================================### 
セクション02
###=============================================== */
.noe2508 .section02 {
  width: 100rem;
  margin: 0 auto;
  margin-top: 15.3rem;
}

.noe2508 .section02 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
  margin: 1.2rem 0 0 70rem;
  position: relative;
}

.noe2508 .section02 .credit a {
  text-align: right;
  width: 15rem;
}

.noe2508 .section02 .img2_01 {
  width: 70rem;
  margin: 21rem auto 0;
}

.noe2508 .section02 .img2_02 {
  width: 85rem;
  margin: 6rem auto 0;
}

.noe2508 .section02 .img2_03 {
  width: 52rem;
  margin: 7rem auto 0;
}

.noe2508 .section02 .img2_04,
.noe2508 .section02 .img2_05,
.noe2508 .section02 .img2_06 {
  width: 27.5rem;
}



/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  
  .noe2508 .section02 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(190 * (100vw / 750));
  }
  
  
  .noe2508 .section02 .credit {
    width: calc(120*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(555*(100vw/750));
    line-height: 2;
  }

  .noe2508 .section02 .img2_01 {
    width: calc(600*(100vw/750));
    margin: 0 auto;
  }
  
  .noe2508 .section02 .img2_02 {
    width: 100%;
    margin: calc(60*(100vw / 750)) auto 0;
  }

  .noe2508 .section02 .img2_03 {
    width: calc(465 * (100vw / 750));
    margin: calc(70 * (100vw / 750)) auto 0;
  }

  .noe2508 .section02 .img2_04,
  .noe2508 .section02 .img2_05,
  .noe2508 .section02 .img2_06 {
    width: calc(240*(100vw/750));
  }

  
}

/* ===============================================### 
セクション03
###=============================================== */
.noe2508 .section03{
  margin-top: 27.3rem;
  z-index: 1;
}

/* .bg_color {
  z-index: 0;
  width: 100%;
  height: 1000rem;
  margin: 0 auto;
  background-color: #9D182B;
} */

.bg_color {
  background: url(https://noela.jp/Page/Feature/NOE_20260204_valentinesday/img/bg_color.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-top: 3rem;
}



.noe2508 .section03 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 15rem;
  margin: 1.2rem auto 0;
  position: relative;
  left: -21rem;
}

.noe2508 .section03 .img3_01 {
  width: 45rem;
  margin: 10rem auto 0;
}

.noe2508 .section03 .img3_02 {
  width: 85rem;
  margin: 7rem auto 0;
}

.noe2508 .section03 .img3_03 {
  width: 57rem;
  margin: 6.5rem auto 0;
}


/* 元のクラスではなく、Slickが生成するスライドの枠を狙い撃ちします */
.noe2508 .section03 .slide-wrap .slick-slide {
  width: 31.5rem !important; /* JSの計算を強制的に上書き */
  margin: 20rem 0.4rem !important; 
}

/* 中の画像は枠いっぱいに広がるように設定 */
.noe2508 .section03 .slide-wrap .content__image img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
   
  .noe2508 .section03 {
    width: 100%;
    margin: calc(0 * (100vw / 750)) auto 0;
  }
  
  .bg_color {
    background: url(https://noela.jp/Page/Feature/NOE_20260204_valentinesday/img/bg_color.png) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: calc(120*(100vw/750));
  }

  .noe2508 .section03 .credit {
    width: calc(130*(100vw / 750));
    margin: calc(20*(100vw / 750)) 0 0 calc(555*(100vw/750));
    line-height: 2;
  }
  
  .noe2508 .section03 .img3_01 {
    width: calc(390*(100vw/750));
    margin: calc(95*(100vw/750)) auto 0;
  }

  .noe2508 .section03 .img3_02 {
    width: 100%;
    margin: calc(70*(100vw/750)) auto 0;
  }

  .noe2508 .section03 .img3_03 {
    width: calc(480*(100vw/750));
    margin: calc(70*(100vw/750)) auto 0;
  }

  .noe2508 .section03 .slide-wrap{
  width: 100%;
  margin-top: calc(-200*(100vw/750));
}

/* .noe2508 .section03 .slide-wrap .slick-slide{
  width: calc(300*(100vw/750));
  
} */


.noe2508 .section03 .slide-wrap .slick-slide {
  width: calc(300*(100vw/750)) !important; 
}
/* 
.noe2508 .section03 .slide-wrap .content__image img {
  width: 100% !important;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
} */


}



/* ===============================================### 
セクション04
###=============================================== */
.noe2508 .section04 {
  width: 125rem;
  margin: 0 auto;
}

.noe2508 .section04 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 19rem;
  margin: 1.2rem 0 0 72rem;
  position: relative;
}

.noe2508 .section04 .credit a {
  text-align: right;
  width: 19rem;
}

.noe2508 .section04 .img4_01 {
  width: 57rem;
  margin: 2rem auto 0;
}

.noe2508 .section04 .img4_02 {
  width: 57rem;
  margin: 6rem 0 0 48rem;
  left: 10rem;
}

.noe2508 .section04 .img4_03 {
  width: 85rem;
  margin: 7rem auto 0;
}




/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  
  .noe2508 .section04 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(190 * (100vw / 750));
  }
  
  
  .noe2508 .section04 .credit {
    width: calc(320*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(300*(100vw/750));
    line-height: 2;
  }

  .noe2508 .section04 .img4_01 {
    width: calc(490*(100vw/750));
    margin: calc(-370*(100vw/750)) auto 0;
  }
  
  .noe2508 .section04 .img4_02 {
    width: calc(480*(100vw/750));
    margin: calc(60*(100vw/750)) 0 0 calc(270*(100vw/750));
  }
  
  .noe2508 .section04 .img4_03 {
    width: 100%;
    margin: calc(70*(100vw/750)) auto 0;
  }

}

/* ===============================================### 
セクション05
###=============================================== */
.noe2508 .section05 {
  width: 125rem;
  margin: 0 auto;
  margin-top: 15.3rem;
}

.noe2508 .section05 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 1.2rem auto 0;
  position: relative;
}

.noe2508 .section05 .credit a {
  text-align: center;
  width: 20rem;
}

.noe2508 .section05 .img5_01 {
  width: 70rem;
  margin: 20rem auto 0;
}

.noe2508 .section05 .img5_02 {
  width: 40rem;
  margin: -60rem 0 0 51rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  
  .noe2508 .section05 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(190 * (100vw / 750));
  }
  
  
  .noe2508 .section05 .credit {
    width: calc(165*(100vw/750));
    margin: calc(-200*(100vw/750)) auto 0;
    line-height: 2;
  }

  .noe2508 .section05 .img5_01 {
    width: calc(580*(100vw/750));
    margin: calc(220*(100vw/750)) auto;
  }
  
  .noe2508 .section05 .img5_02 {
    width: calc(350*(100vw/750));
    margin: calc(-524*(100vw/750)) 0 0 calc(270*(100vw/750));
  }
  

}


/* ===============================================### 
その他コンテンツ
###=============================================== */
.noe2508 .others{
  margin-top: 25rem;
  margin-bottom: 20rem;
}

.noe2508 .others .content-inner{
  width: 48rem;
  margin-inline: auto;
}

/************** text **************/
.noe2508 .staff__text{
  font-family: var(--font-en);
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 5rem;
}

.noe2508 .staff__text span{
  margin-inline: 0.5rem;
}

/************** backnumber **************/
.noe2508 .backnumber__content{
  margin-top: 14.1rem;
}

.back_flex {
  display: flex;
  flex-wrap: wrap;
  width: 68rem;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

.noe2508 .backnumber__content .title__text{
  font-family: var(--font-en);
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .backnumber__content .number__text{
  margin-top: 2.7rem;
  font-family: var(--font-en);
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .backnumber__content .content__image{
  width: 31rem;
  margin-top: 2.4rem;
  margin-inline: auto;
}
  .bg_color2 {
    width: 100%;
    height: 45rem;
    background-color: #9D182B;
  }

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2508 .others{
    margin-top: calc(215 * (100vw / 750));
    margin-bottom: calc(10*(100vw/750));
  }


  .bg_color2 {
    width: 100%;
    height: calc(440*(100vw/750));
    background-color: #9D182B;
  }

  .noe2508 .others .content-inner{
    width: calc(400*(100vw/750));
    margin-inline: auto;
    padding-bottom: calc(140*(100vw/750));
  }

  /************** text **************/
  .noe2508 .staff__text{
    font-size: calc(23 * (100vw / 750));
    margin-top: calc(150*(100vw/750));
    line-height: 1.6;
    margin-bottom: calc(40*(100vw/750));
  }

  .noe2508 .staff__text span{
    margin-inline: calc(10 * (100vw / 750));
  }

  /************** button **************/
  .noe2508 .link__button{
    width: calc(237 * (100vw / 750));
    margin-top: calc(70 * (100vw / 750));
    font-size: calc(25 * (100vw / 750));
    border: calc(1 * (100vw / 750)) solid #000000;
  }

  .noe2508 .link__button a{
    padding: calc(10 * (100vw / 750));
    padding-top: calc(20*(100vw/750));
  }

  /************** backnumber **************/
  .noe2508 .backnumber__content{
    margin-top: calc(100 * (100vw / 750));
  }

  .noe2508 .backnumber__content .title__text{
    font-size: calc(35 * (100vw / 750));
  }

  .noe2508 .backnumber__content .number__text{
    margin-top: calc(18 * (100vw / 750));
    font-size: calc(25 * (100vw / 750));
  }

  .noe2508 .backnumber__content .content__image{
    width: calc(270 * (100vw / 750));
    margin-top: calc(17 * (100vw / 750));
  }

  .back_flex {
    display: flex;
    flex-wrap: wrap;
    width: calc(580*(100vw/750));
    justify-content: center;
    gap: calc(40*(100vw/750));
    margin-top: calc(35*(100vw/750));
  }
  
}


/* 上から　*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, 0px);
  transition: 0.4s;
}
.fadeIn_down.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 左から */
.fadeIn_left {
  opacity: 0;
  transform: translate(0, 0px);
  transition: 0.4s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 右から */
.fadeIn_right {
  opacity: 0;
  transform: translate(0, 0px);
  transition: 0.4s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 下から */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 0px);
  transition: 0.4s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}