/* ===============================================### 
共通設定
###=============================================== */
#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:  "游明朝体", "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: rgb(139 122 98 / 19%);
  }

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

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

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

  .spOnly {
    display: none;
  }
}


/* ===========### 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(139 122 98 / 19%);
  }

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

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

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

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

}



/* ===============================================### 
MV
###=============================================== */
.noe2508 .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.1rem;
  line-height: 1.6666666667;
  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;
  }

  /************** 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(17 * (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: 1.7rem;
  line-height: 1.4666666667;
  letter-spacing: 0;
  white-space: nowrap;
}

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

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

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 180rem;
  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(18 * (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
###=============================================== */
.noe2508 .section01{
  margin-top: 13.3rem;
}

.img_top {
  width: 95rem;
  margin: 0 auto;
}

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

.noe2508 .section01 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 0 0 0 29.7rem;
  line-height: 2;
  top: -3.7rem;
}


.noe2508 .section01 .img01 {
  margin-top: 13rem;
  width: 60rem;
}

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



/************** 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;
  }
  
  .noe2508 .section01 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(130 * (100vw / 750));
  }
  
  .noe2508 .section01 .credit {
    width: calc(550*(100vw/750));
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    margin: 0 0 0 calc(25*(100vw/750));
    top: calc(20*(100vw/750));
  }

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

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

}



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

.noe2508 .section02 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: 2rem 0 0 0rem;
  line-height: 2;
}

.noe2508 .section02 .maru {
  width: 93rem;
  height: 93rem;
  border-radius: 50%;
  border: 2px solid #727272;
  margin: 40.5rem 0 0 32rem;
  z-index: 0;
}

.noe2508 .section02 .img04 {
  width: 61rem;
  margin: 0 auto;
}

.noe2508 .section02 .img05 {
  width: 63rem;
  margin: -121rem 0 0 0rem;
  z-index: 1;
}


.noe2508 .section02 .img06 {
  width: 45rem;
  margin: -113rem 0 0 80rem;
  z-index: 1;
}

.noe2508 .section02 .img07 {
  width: 63rem;
  margin: 49.3rem 0 0 44.2rem;
  z-index: 1;
}


/* ===========### 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(320*(100vw/750));
    margin: calc(-100*(100vw/750)) 0 0 calc(470*(100vw/750));
    line-height: 2;
  }

  .noe2508 .section02 .maru {
    width: calc(550*(100vw/750));
    height: calc(550*(100vw/750));
    border-radius: 50%;
    margin: calc(300*(100vw/750)) 0 0 calc(175*(100vw/750));
    border: 1px solid #727272;
    z-index: 0;
  }

  .noe2508 .section02 .img04 {
    width: calc(530*(100vw/750));
    margin: 0 auto;
  }
  
  .noe2508 .section02 .img05 {
    width: calc(430*(100vw/750));
    margin: calc(-765*(100vw/750)) 0 0 calc(25*(100vw/750));
  }
  
  .noe2508 .section02 .img06 {
    width: calc(235*(100vw/750));
    margin: calc(-690*(100vw/750)) 0 0 calc(490*(100vw/750));
  }
  
  .noe2508 .section02 .img07 {
    width: calc(525*(100vw/750));
    margin: calc(410*(100vw/750)) 0 0 calc(200*(100vw/750));
  }

}



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

.noe2508 .section03 .img_ttl {
  width: 13.5rem;
  margin: -37rem 0 0 63rem;
  z-index: 3;
  position: relative;
}

.noe2508 .section03 {
  width: 124.3rem;
  margin: 0 auto;
}

.noe2508 .section03 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 45rem;
  margin: 2rem 0 0 88.7rem;
  line-height: 2;
}

.noe2508 .section03 .img08 {
  width: 35rem;
  margin: 23rem 0 0 75rem;
  z-index: 0;
}

.noe2508 .section03 .img09 {
  width: 60rem;
  margin: -2.5rem 0 0 -5rem;
}

.noe2508 .section03 .img10 {
  width: 71.5rem;
  margin: -42.5rem 0 0 59.5rem;
}




/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
   
  .noe2508 .section03 {
    width: 100%;
    margin: 0 auto;
    margin-top: calc(145 * (100vw / 750));
  }
  
  .noe2508 .section03 .credit {
    width: calc(480*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(255*(100vw/750));
    line-height: 2;
  }
  
  .noe2508 .section03 .img08 {
    width: calc(200*(100vw/750));
    margin: calc(100*(100vw/750)) 0 0 calc(510*(100vw/750));
  }
  
  .noe2508 .section03 .img09 {
    width: calc(450*(100vw/750));
    margin: calc(-65*(100vw/750)) 0 0 calc(25*(100vw/750));
  }

  .noe2508 .section03 .img10 {
    width: calc(550*(100vw/750));
    margin: calc(100*(100vw/750)) 0 0 calc(175*(100vw/750));
  }

}



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


.noe2508 .section04 {
  width: 124.3rem;
  margin: 0 auto;
  margin-top: 29.3rem;
}

.noe2508 .section04 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: 2rem 0 0 26.4rem;
  line-height: 2;
}

.noe2508 .section04 .img11 {
  width: 71.5rem;
  margin: 0 auto;
}


.noe2508 .section04 .img12 {
  width: 71.5rem;
  margin: 0 auto;
  margin-top: 5.5rem;
}



/* ===========### 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(415*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(25*(100vw/750));
    line-height: 2;
  }

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

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

}



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

.noe2508 .section05 {
  width: 184.3rem;
  margin: 0 auto;
  margin-top: 13.3rem;
}

.noe2508 .section05 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 20rem;
  margin: 2rem 0 0 134.5rem;
  line-height: 2;
}


.noe2508 .section05 .img13,
.noe2508 .section05 .img14 {
  margin-top: 13rem;
  width: 57.5rem;
}

.noe2508 .section05 .img15 {
  width: 36rem;
  margin: 12rem 0 0 78.5rem;
}


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

  .noe2508 .section05 .img13,
  .noe2508 .section05 .img14 {
    width: calc(360*(100vw/750));
    margin-top: calc(32*(100vw/750));
  }

  .noe2508 .section05 .img15 {
    width: calc(180*(100vw/750));
    margin: calc(80*(100vw/750)) 0 0 calc(450*(100vw/750));
  }

}

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

.noe2508 .section06 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 57rem;
  margin: 2rem 0 0 82.7rem;
  line-height: 2;
}


.noe2508 .section06 .img16 {
  width: 57.5rem;
  margin: 0 0 0 0;
}

.noe2508 .section06 .img17 {
  width: 57.5rem;
  margin: -66rem 0 0 67.5rem;
}

.noe2508 .section06 .img18 {
  width: 41.5rem;
  margin: -14rem 0 0 17rem;
}

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

  .noe2508 .section06 .img16 {
    width: calc(620*(100vw/750));
    margin: calc(50*(100vw/750)) 0 0 calc(25*(100vw/750));
  }
  
  .noe2508 .section06 .img17 {
    width: calc(450*(100vw/750));
    margin-top: calc(50*(100vw/750));
    margin-left: 0;
  }
  
  .noe2508 .section06 .img18 {
    width: calc(270*(100vw/750));
    margin-top: calc(50*(100vw/750));
    margin-left: 0;
  }
  
}


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

.noe2508 .section07 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 65rem;
  margin: 2rem 0 0 53.5rem;
  line-height: 2;
}

.noe2508 .section07 .maru {
  width: 67rem;
  height: 67rem;
  border-radius: 50%;
  border: 2px solid #727272;
  margin: -44rem 0 0 22.7rem;
  z-index: 0;
}

.noe2508 .section07 .img19 {
  width: 51rem;
  margin: 24rem 0 0 10.7rem;
}

.section07 .slide-wrapper {
  width: 71.5rem;
  margin: -18rem 0 0 53.5rem;
}



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

  .noe2508 .section07 .img19 {
    width: calc(560*(100vw/750));
    margin: 0 0 0 calc(25*(100vw/750));
  }
  
  .section07 .slide-wrapper {
    width: calc(660*(100vw/750));
    margin: calc(-110*(100vw/750)) 0 0 calc(90*(100vw/750));
  }
  
  .noe2508 .section07 .maru {
    width: calc(550*(100vw/750));
    height: calc(550*(100vw/750));
    border-radius: 50%;
    margin: calc(-380*(100vw/750)) 0 0 calc(175*(100vw/750));
    border: 1px solid #727272;
    z-index: 0;
  }

}





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

.noe2508 .others .content-inner{
  width: fit-content;
  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;
}

/************** button **************/
.noe2508 .link__button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28.5rem;
  margin-top: 13rem;
  margin-inline: auto;
  font-family: var(--font-en);
  font-size: 3.2rem;
  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: 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;
}

/* ===========### 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(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;
}