/* ===============================================### 
共通設定
###=============================================== */
#Wrap {
  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: "kozuka-mincho-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: rgb(166 164 151 / 50%);
  }

  .noe2508 .image-bg a:hover{
    opacity: 0.7;
  }

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

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

  .spOnly {
    display: none;
  }

  .bg01 {
    background-size: cover;
    margin-top: 12rem;
    width: 100%;
    height: auto;
  }

  .bg02 {
    background-size: cover;
    position: absolute;
    width: 193rem;
    height: auto;
    margin: 0 auto;
    margin-top: -8rem;
  }

}

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

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

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

  .style .pc_only {
    display: none !important;
  }

  .style .sp_only {
      display: block !important;
  }

  .bg01 {
    background-size: cover;
    margin-top: calc(0*(100vw/750));
    width: 100%;
    height: auto;
  }

  .bg02 {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: calc(-75*(100vw/750));
  }
}

/* ===============================================### 
MV
###=============================================== */

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

/************** text **************/
.noe2508 .lp__title{
  font-size: 8rem;
  line-height: 1.125;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .mv__text{
  margin-top: 13rem;
  font-size: 2.5rem;
  line-height: 2.0666666667;
  letter-spacing: 0.05em;
  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 .content-inner{
    width: fit-content;
    margin-inline: auto;
  }

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

  .noe2508 .mv__text{
    margin-top: calc(120 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
    line-height: 2.2;
    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));
  }
}

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

/************** credit **************/
.noe2508 .credit{
  font-size: 2.7rem;
  line-height: 1.4666666667;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

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

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

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 93rem;
  gap: 5rem;
  margin: 0 auto;
}

/************** 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(20 * (100vw / 750));
    line-height: 1.6;
  }


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

}

/* ===============================================### 
セクション01
###=============================================== */
.img_top {
  width: 95rem;
  margin: 0 auto;
}

.bg01 .box01 {
  margin-top: -344.5rem;
}

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

.noe2508 .section01 .credit {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
  line-height: 2;

}

.noe2508 .section01 .img01 {
  width: 94rem;
  margin: 0 auto;
  margin-top: 1.8rem;
}

.noe2508 .section01 .img02 {
  width: 68rem;
  margin: 0 0 0 78rem;
  margin-top: 9rem;
}

.noe2508 .section01 .img03 {
  width: 94rem;
  margin: 0 auto;
  margin-top: 9rem;
}

/************** text **************/
.noe2508 .section01 .credit{
  position: relative;
  margin-top: 5.7rem;
}

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

  .img_top {
    width: calc(700*(100vw/750));
    margin: 0 auto;
  }

  .bg01 .box01 {
    margin: 0 auto;
  }  
  
  .noe2508 .section01 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(130* (100vw / 750));
  }
  
  .noe2508 .section01 .credit {
    width: calc(540*(100vw/750));
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    margin: 0 auto;
    margin-top: calc(-2475*(100vw/750));
  }

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

  .noe2508 .section01 .img02 {
    width: calc(480*(100vw/750));
    margin: 0 0 0 calc(270*(100vw/750));
    margin-top: calc(60*(100vw/750));
  }  
  .noe2508 .section01 .img03 {
    width: calc(700*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }  

}

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

.noe2508 .section02 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 46rem;
  margin: 0 auto;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section02 .img04 {
  width: 94rem;
  margin: 0 auto;
  margin-top: -12.7rem;
  z-index: 0;

}

.noe2508 .section02 .img05 {
  width: 41rem;
  margin: 0 auto;
  margin-top: 9rem;
}

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

  .noe2508 .section02 .img04 {
    width: calc(700*(100vw/750));
    margin: 0 auto;
    margin-top: calc(-95*(100vw/750));
  }
  
  .noe2508 .section02 .img05 {
    width: calc(290*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }

}

/* ===============================================### 
セクション03
###=============================================== */
.noe2508 .section03{
  width: 193rem;
  margin: 0 auto;
  margin-top: 16rem;
}

.noe2508 .section03 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 27rem;
  margin: -10rem 0 0 58.5rem;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section03 .img06 {
  width: 84rem;
  margin: 0 auto;
  z-index: 0;
  margin-bottom: 9rem;
}

.noe2508 .section03 .img07 {
  width: 34rem;
  z-index: 0;
}
.noe2508 .section03 .img08 {
  width: 54rem;
  z-index: 0;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
   
  .noe2508 .section03 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(125* (100vw / 750));
  }
  
  .noe2508 .section03 .credit {
    width: calc(200*(100vw/750));
    margin: calc(-71*(100vw/750)) 0 0 calc(103*(100vw/750));
    line-height: 2;
  }
  
  .noe2508 .section03 .img06 {
    width: calc(600*(100vw/750));
    margin: 0 auto;
    margin-bottom: calc(60*(100vw/750));
  }
  .noe2508 .section03 .img07 {
    width: calc(250*(100vw/750));
  }
  .noe2508 .section03 .img08 {
    width: calc(390*(100vw/750));
  }

}

/* ===============================================### 
セクション04
###=============================================== */

.noe2508 .section04 {
  width: 193rem;
  margin: 0 auto;
  margin-top: 16rem;
}

.noe2508 .section04 .credit {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 0 0 76.5rem;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section04 .img09 {
  width: 96rem;
  margin: 0 auto;
  margin-top: -7rem;
  margin-bottom: 9rem;
  z-index: 0;
}

.noe2508 .section04 .img10 {
  width: 41rem;
  z-index: 0;
}
.noe2508 .section04 .img11 {
  width: 47rem;
  z-index: 0;
}

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

  .noe2508 .section04 .img09 {
    width: calc(700*(100vw/750));
    margin: 0 auto;
    margin-top: calc(-55*(100vw/750));
    margin-bottom: calc(60*(100vw/750));
  }
  .noe2508 .section04 .img10 {
    width: calc(290*(100vw/750));
  }
  .noe2508 .section04 .img11 {
    width: calc(350*(100vw/750));
  }

  .noe2508 .section04 .img12 {
    width: calc(700*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }

}

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

.noe2508 .section05 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 45rem;
  margin: 54rem 0 0 94rem;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section05 .img12 {
  width: 100rem;
  margin: 0 auto;
  z-index: 0;
  margin-top: -44rem;
}

.noe2508 .section05 .img13 {
  width: 41rem;
  margin: 0 auto;
  margin-top: 9rem;
  z-index: 0;
}

.noe2508 .section05 .img14 {
  width: 60rem;
  margin: 0 auto;
  margin-top: 9rem;
}

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

  .noe2508 .section05 .img12 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(-320*(100vw/750));
  }

  .noe2508 .section05 .img13 {
    width: calc(290*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }
  
  .noe2508 .section05 .img14 {
    width: calc(430*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }
  
}

/* ===============================================### 
セクション06
###=============================================== */
.noe2508 .section06 {
  width: 193rem;
  margin: 0 auto;
  margin-top: 16rem;
}

.noe2508 .section06 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 27rem;
  margin: 77rem 0 0 63rem;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section06 .img15 {
  width: 100rem;
  margin: 0 auto;
  z-index: 0;
}

.noe2508 .section06 .img16 {
  width: 52rem;
  margin: -79rem 0 0 93.5rem;
  z-index: 0;
}

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

  .noe2508 .section06 .img15 {
    width: 100%;
    margin: 0 auto;
  }

  .noe2508 .section06 .img16 {
    width: calc(405*(100vw/750));
    margin: calc(-615*(100vw/750)) 0 0 calc(345*(100vw/750));
  }
  
}

/* ===============================================### 
セクション07
###=============================================== */
.noe2508 .section07 {
  width: 193rem;
  margin: 0 auto;
  margin-top: 16rem;
}

.noe2508 .section07 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 42rem;
  margin: 18rem 0 0 53rem;
  line-height: 2;
  z-index: 1;
  position: relative;
}

.noe2508 .section07 .img17 {
  width: 79rem;
  margin: -12.5rem 0 0 47.5rem;
  z-index: 0;
}

.noe2508 .section07 .img18 {
  width: 60rem;
  margin: 9rem 0 0 66.5rem;
  z-index: 0;
}

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

  .noe2508 .section07 .img17 {
    width: calc(600*(100vw/750));
    margin: calc(-95*(100vw/750)) 0 0 0;
  }

  .noe2508 .section07 .img18 {
    width: calc(430*(100vw/750));
    margin: 0 auto;
    margin-top: calc(60*(100vw/750));
  }
  
}

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

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

/************** text **************/
.noe2508 .staff__text{
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  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;
}

/************** button **************/
.noe2508 .link__button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34.5rem;
  margin-top: 13rem;
  margin-inline: auto;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 0;
  border: 0.1rem solid #000000;
}

.noe2508 .link__button a{
  display: block;
  padding: 1.1rem;
}

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

.back_flex {
  display: flex;
  flex-wrap: wrap;
  width: 80rem;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.noe2508 .backnumber__content .title__text{
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .backnumber__content .number__text{
  margin-top: 2.7rem;
  font-family: "adobe-garamond-pro", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
}

.noe2508 .backnumber__content .content__image{
  width: 38.5rem;
  margin-top: 4rem;
  margin-inline: auto;
}

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

  /************** text **************/
  .noe2508 .staff__text{
    font-size: calc(23 * (100vw / 750));
    margin-top: calc(130*(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;
}