/* ===============================================### 
共通設定
###=============================================== */
#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;
}

.noe2507{
  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;
}

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

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


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

  .noe2507 .image-bg{
    background-color: #fff;
  }

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

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

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

  .spOnly {
    display: none;
  }
}


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

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

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

  .pcOnly {
    display: none;
  }

}



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

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

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

.noe2507 .mv__text{
  margin-top: 7.9rem;
  font-size: 2.1rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
}

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

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

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

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

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

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

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

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



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

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


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

/************** credit **************/
.noe2507 .credit{
  font-size: 1.7rem;
  line-height: 1.4666666667;
  letter-spacing: 0;
  white-space: nowrap;
}

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

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

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

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

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

  /************** credit **************/
  .noe2507 .credit{
    font-size: calc(14 * (100vw / 750));
    line-height: 1.6;
  }
}



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


/************** grid **************/
/* .noe2507 .section01 .grid-wrapper{
  grid-template-columns: 5.3rem 33rem 25.8rem 5.1rem 7.9rem 8.9rem 25.6rem 7.5rem 5.6rem;
  grid-template-rows: 69.2rem 5.7rem 60.8rem 10.1rem 85.9rem 13.5rem 129.7rem 7.6rem 83.2rem 35.8rem 35.7rem;
  margin-left: -0.1rem;
} */


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

.noe2507 .section01 .img_ttl {
  width: 13.5rem;
  margin: 11rem 0 0 4.5rem;
  z-index: 3;
  position: relative;
}

.noe2507 .section01 {
  width: 124.3rem;
  margin: 0 auto;
}

.noe2507 .section01 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: 0 0 0 37.7rem;
  line-height: 2;
  top: -2rem;
}

.noe2507 .section01 .img01 {
  width: 40rem;
  margin: -4rem 0 0 12.2rem;
  z-index: -1;
}


.noe2507 .section01 .img02 {
  width: 32.5rem;
  margin: -11.5rem 0 0 -5rem;
}

.noe2507 .section01 .img03 {
  width: 32.5rem;
  margin: 3rem 0 0 -5rem;
}

.noe2507 .section01 .img04 {
  width: 60rem;
  margin: -54rem 0 0 60.2rem;
}



/************** slide **************/
.noe2507 .section01 .grid__item03 .slide-wrapper{
  width: 114rem;
}

.noe2507 .section01 .grid__item05 .slide-wrapper{
  width: 69.2rem;
}

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

/*** ロゴ位置調整 ***/
.noe2507 .section01 .grid__item03 .credit::after{
  content: '';
  position: absolute;
  top: 0;
  left: 43rem;
  width: 4.1rem;
  height: 4.1rem;
  background-image: url('../img/pc/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/*** safari用設定 ***/
_::-webkit-full-page-media, _:future, :root .noe2507 .section01 .grid__item03 .credit::after {
  width: 16.5rem;
  height: 16.5rem;
  top: -0.5rem;
  left: 42rem;
  transform: scale(0.25);
  transform-origin: left top;
}

/*** クレジット位置微調整 ***/
.noe2507 .section01 .grid__item03 .credit{
  margin-top: 6rem;
  line-height: 1.2;
  text-align: center;
}

.noe2507 .section01 .grid__item03 .credit a:nth-of-type(2){
  margin-left: 4.7rem;
}


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

  .img_top {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section01 .img_ttl {
    width: calc(95*(100vw/750));
    margin: calc(80*(100vw/750)) 0 0 calc(45*(100vw/750));
    z-index: 3;
    position: relative;
  }
  
  .noe2507 .section01 {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section01 .credit {
    width: calc(385*(100vw/750));
    margin: 0 auto;
    line-height: 2;
    top: calc(-10*(100vw/750));
  }
  
  .noe2507 .section01 .img01 {
    width: calc(350*(100vw/750));
    margin: calc(-30*(100vw/750)) 0 0 calc(100*(100vw/750));
    z-index: -1;
  }
  
  .noe2507 .section01 .img02 {
    width: calc(240*(100vw/750));
    margin: calc(55*(100vw/750)) 0 0 calc(410*(100vw/750));
  }
  
  .noe2507 .section01 .img03 {
    width: calc(220*(100vw/750));
    margin: calc(-143*(100vw/750)) 0 0 calc(150*(100vw/750));
  }
  
  .noe2507 .section01 .img04 {
    width: calc(550*(100vw/750));
    margin: 0 auto;
    margin-top: calc(45*(100vw/750));
  }
  
  


  /************** slide **************/
  .noe2507 .section01 .grid__item03 .slide-wrapper{
    width: calc(630 * (100vw / 750));
  }

  .noe2507 .section01 .grid__item05 .slide-wrapper{
    width: calc(424 * (100vw / 750));
  }

  /************** text **************/
  .noe2507 .section01 .credit{
    margin-top: calc(36 * (100vw / 750));
    line-height: 1.3;
  }

  /*** ロゴ位置調整 ***/
  .noe2507 .section01 .grid__item03 .credit::after{
    top: calc(-10 * (100vw / 750));
    left: calc(218 * (100vw / 750));
    width: calc(36 * (100vw / 750));
    height: calc(36 * (100vw / 750));
    background-image: url('../img/sp/logo.svg');
  }

  /*** safari用設定 ***/
  _::-webkit-full-page-media, _:future, :root .noe2507 .section01 .grid__item03 .credit::after {
    width: calc(146 * (100vw / 750));
    height: calc(146 * (100vw / 750));
    top: calc(-7 * (100vw / 750));
    left: calc(226 * (100vw / 750));
    transform: scale(0.25);
    transform-origin: left top;
  }

  /*** クレジット位置微調整 ***/
  .noe2507 .section01 .grid__item03 .credit{
    margin-top: calc(27 * (100vw / 750));
  }

  .noe2507 .section01 .grid__item03 .credit a:nth-of-type(2){
    margin-left: calc(37 * (100vw / 750));
  }

  /************** image **************/
  .noe2507 .section01 .color__image{
    top: calc(634 * (100vw / 750));
    left: calc(12 * (100vw / 750));
    width: calc(248 * (100vw / 750));
  }

  .noe2507 .section01 .grid__item01 .content__image{
    width: calc(355 * (100vw / 750));
  }

  .noe2507 .section01 .grid__item02 .content__image{
    width: calc(251 * (100vw / 750));
  }

  .noe2507 .section01 .grid__item03 .content__image{
  }

  .noe2507 .section01 .grid__item04 .content__image{
    width: calc(495 * (100vw / 750));
    margin-left: 0;
  }

  .noe2507 .section01 .grid__item05 .content__image{
  }

  .noe2507 .section01 .grid__item06 .content__image{
    width: calc(248 * (100vw / 750));
  }
}



/* ===============================================### 
セクション02
###=============================================== */
.noe2507 .section02{
  margin-top: 13.3rem;
}



.noe2507 .section02 .img_ttl {
  width: 13.5rem;
  margin: 11rem 0 0 78rem;
  z-index: 3;
  position: relative;
}

.noe2507 .section02 {
  width: 124.3rem;
  margin: 0 auto;
}

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

.noe2507 .section02 .img05 {
  width: 40rem;
  margin: 0 auto;
  margin-top: -4rem;
  z-index: 0;
  position: relative;
}


.noe2507 .section02 .img06 {
  width: 59rem;
  margin: -2.5rem 0 0 -5rem;
  z-index: -3;
}

.noe2507 .section02 .img07 {
  width: 45rem;
  margin: -46rem 0 0 75.2rem;
}


/************** slide **************/
.noe2507 .section02 .slide-wrapper{
  width: 46.3rem;
}

/*** クレジット位置微調整 ***/

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2507 .section02{
    margin-top: calc(40 * (100vw / 750));
  }
  
  .noe2507 .section02 .img_ttl {
    width: calc(95*(100vw/750));
    margin: calc(520*(100vw/750)) 0 0 calc(500*(100vw/750));
    z-index: 3;
    position: relative;
  }
  
  .noe2507 .section02 {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section02 .credit {
    width: calc(320*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(420*(100vw/750));
    line-height: 2;
  }
  
  .noe2507 .section02 .img05 {
    width: calc(350*(100vw/750));
    margin: calc(-450*(100vw/750)) 0 0 0;
  }
  
  .noe2507 .section02 .img06 {
    width: calc(450*(100vw/750));
    margin: 0 auto;
    margin-top: calc(-23*(100vw/750));
  }
  
  .noe2507 .section02 .img07 {
    width: calc(330*(100vw/750));
    margin: calc(30*(100vw/750)) 0 0 calc(420*(100vw/750));
  }

  /************** slide **************/
  .noe2507 .section02 .slide-wrapper{
    width: calc(290 * (100vw / 750));
  }

}



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

/************** grid **************/
/* .noe2507 .section01 .grid-wrapper{
  grid-template-columns: 5.3rem 33rem 25.8rem 5.1rem 7.9rem 8.9rem 25.6rem 7.5rem 5.6rem;
  grid-template-rows: 69.2rem 5.7rem 60.8rem 10.1rem 85.9rem 13.5rem 129.7rem 7.6rem 83.2rem 35.8rem 35.7rem;
  margin-left: -0.1rem;
} */


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

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

.noe2507 .section03 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: -9.8rem 0 0 115rem;
  line-height: 2;
}

.noe2507 .section03 .img08 {
  width: 40rem;
  margin: 18rem 0 0 14rem;
  z-index: 0;
}


.noe2507 .section03 .img09 {
  width: 51rem;
  margin: -2.5rem 0 0 60.2rem;
}

/************** slide **************/
.noe2507 .section03 .slide-wrapper{
  width: 58.7rem;
}

/************** text **************/
.noe2507 .section03 .grid__item02 .credit{
  position: relative;
  margin-top: 4.2rem;
  line-height: 1.2;
}

.noe2507 .section03 .grid__item07 .credit{
  position: relative;
  line-height: 1.2;
  margin-top: 2.3rem;
  margin-left: 39.3rem;
}

/*** ロゴ位置調整 ***/
.noe2507 .section03 .grid__item07 .credit::after{
  content: '';
  position: absolute;
  top: 0rem;
  left: 32.6rem;
  width: 4.1rem;
  height: 4.1rem;
  background-image: url('../img/pc/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/*** safari用設定 ***/
_::-webkit-full-page-media, _:future, :root .noe2507 .section03 .grid__item07 .credit::after {
  width: 16.5rem;
  height: 16.5rem;
  top: -0.5rem;
  left: 34rem;
  transform: scale(0.25);
  transform-origin: left top;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2507 .section03{
    margin-top: calc(40 * (100vw / 750));
  }
  
  .noe2507 .section03 .img_ttl {
    width: calc(95*(100vw/750));
    margin: calc(-420*(100vw/750)) 0 0 calc(365*(100vw/750));
    z-index: 3;
    position: relative;
  }
  
  .noe2507 .section03 {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section03 .credit {
    width: calc(460*(100vw/750));
    margin: calc(20*(100vw/750)) 0 0 calc(270*(100vw/750));
    line-height: 2;
  }
  
  .noe2507 .section03 .img08 {
    width: calc(380*(100vw/750));
    margin: calc(100*(100vw/750)) 0 0 0;
  }
  
  .noe2507 .section03 .img09 {
    width: calc(480*(100vw/750));
    margin: calc(395*(100vw/750)) 0 0 calc(270*(100vw/750));
  }

  /************** slide **************/
  .noe2507 .section03 .slide-wrapper{
    width: calc(335 * (100vw / 750));
  }

  /************** text **************/
  .noe2507 .section03 .grid__item05 .credit{
    line-height: 1.3;
    margin-top: calc(67*(100vw / 750));
    margin-left: calc(-71*(100vw / 750));
  }

  .noe2507 .section03 .grid__item07 .credit{
    margin-top: 0;
    margin-left: calc(233 * (100vw / 750));
  }

  /*** ロゴ位置調整 ***/
  .noe2507 .section03 .grid__item07 .credit::after{
    top: calc(-6 * (100vw / 750));
    left: calc(216 * (100vw / 750));
    width: calc(36 * (100vw / 750));
    height: calc(36 * (100vw / 750));
    background-image: url('../img/sp/logo.svg');
  }

  /*** safari用設定 ***/
  _::-webkit-full-page-media, _:future, :root .noe2507 .section03 .grid__item07 .credit::after {
    width: calc(146 * (100vw / 750));
    height: calc(146 * (100vw / 750));
    top: calc(-7 * (100vw / 750));
    left: calc(226 * (100vw / 750));
    transform: scale(0.25);
    transform-origin: left top;
  }

  /*** クレジット位置微調整 ***/


  /************** image **************/
  .noe2507 .section03 .color__image{
    top: calc(-243 * (100vw / 750));
    left: calc(25 * (100vw / 750));
    width: calc(201 * (100vw / 750));
  }

  .noe2507 .section03 .grid__item01 .content__image{
    width: calc(485 * (100vw / 750));
  }

  .noe2507 .section03 .grid__item02 .content__image{
  }

  .noe2507 .section03 .grid__item03 .content__image{
    width: calc(295 * (100vw / 750));
  }

  .noe2507 .section03 .grid__item04 .content__image{
    width: calc(297 * (100vw / 750));
  }

  .noe2507 .section03 .grid__item05 .content__image{
    width: calc(298 * (100vw / 750));
  }

  .noe2507 .section03 .grid__item07 .content__image{
    width: calc(486 * (100vw / 750));
    margin-top: calc(24 * (100vw / 750));
  }

  /************** video **************/
  .noe2507 .section03 .content__video{
    width: calc(315 * (100vw / 750));
  }

  .noe2507 .section03 .content__video iframe{
    height: calc(473 * (100vw / 750));
  }
}



/* ===============================================### 
セクション04
###=============================================== */
.noe2507 .section04{
  margin-top: 13.3rem;
}

.noe2507 .section04 .img_ttl {
  width: 13.5rem;
  margin: -1.2rem 0 0 112.7rem;
  z-index: 3;
  position: relative;
}

.noe2507 .section04 {
  width: 124.3rem;
  margin: 0 auto;
}

.noe2507 .section04 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: -9.8rem 0 0 -15rem;
  line-height: 2;
}

.noe2507 .section04 .flex {
  width: 100rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 20rem 0 0 53.8rem;
}

.noe2507 .section04 .img10 {
  width: 35rem;
  z-index: 0;
}

.noe2507 .section04 .img11 {
  width: 35rem;
  z-index: 0;
}


.noe2507 .section04 .img12 {
  width: 59rem;
  margin: 0.5rem 0 0 4.2rem;
}


/************** slide **************/
.noe2507 .section04 .slide-wrapper{
  width: 69.2rem;
}

/************** text **************/
.noe2507 .section04 .grid__item01 .credit{
  position: relative;
  margin-top: 5rem;
  line-height: 1.2;
  margin-left: 32rem;
}

.noe2507 .section04 .grid__item03 .credit{
  margin-top: 7.4rem;
  margin-left: -1.3rem;
  text-align: center;
}

/*** ロゴ位置調整 ***/
.noe2507 .section04 .grid__item01 .credit::after{
  content: '';
  position: absolute;
  top: -0.3rem;
  left: 33rem;
  width: 4.1rem;
  height: 4.1rem;
  background-image: url('../img/pc/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/*** safari用設定 ***/
_::-webkit-full-page-media, _:future, :root .noe2507 .section04 .grid__item01 .credit::after {
  width: 16.5rem;
  height: 16.5rem;
  top: -0.5rem;
  left: 34rem;
  transform: scale(0.25);
  transform-origin: left top;
}

/*** クレジット位置微調整 ***/


/************** image **************/
.noe2507 .section04 .color__image{
  top: -5.3rem;
  right: 8.5rem;
  width: 39.5rem;
}

.noe2507 .section04 .grid__item01 .content__image{
}

.noe2507 .section04 .grid__item02 .content__image{
  width: 52.2rem;
}

.noe2507 .section04 .grid__item03 .content__image{
  width: 99.2rem;
}

.noe2507 .section04 .grid__item04 .content__image{
  width: 49.6rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2507 .section04{
    margin-top: calc(40 * (100vw / 750));
  }
  
  .noe2507 .section04 .img_ttl {
    width: calc(95*(100vw/750));
    margin: calc(-510*(100vw/750)) 0 0 calc(305*(100vw/750));
    z-index: 3;
    position: relative;
  }
  
  .noe2507 .section04 {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section04 .credit {
    width: calc(415*(100vw/750));
    margin: 0 auto;
    margin-top: calc(20*(100vw/750));
    line-height: 2;
  }

  .noe2507 .section04 .img12 {
    width: calc(550*(100vw/750));
    margin: 0 auto;
    margin-top: calc(490*(100vw/750));
  }

  /************** slide **************/
  .noe2507 .section04 .slide-wrapper{
    width: calc(370 * (100vw / 750));
    margin: calc(130*(100vw/750)) 0 0 calc(380*(100vw/750));
  }


  /*** safari用設定 ***/
  _::-webkit-full-page-media, _:future, :root .noe2507 .section04 .grid__item01 .credit::after {
    width: calc(146 * (100vw / 750));
    height: calc(146 * (100vw / 750));
    top: calc(-7 * (100vw / 750));
    left: calc(226 * (100vw / 750));
    transform: scale(0.25);
    transform-origin: left top;
  }

}



/* ===============================================### 
セクション05
###=============================================== */
.noe2507 .section05{
  margin-top: 13.3rem;
}

.noe2507 .section05 .img_ttl {
  width: 13.5rem;
  margin: 23rem 0 0 29rem;
  z-index: 3;
  position: relative;
}

.noe2507 .section05 {
  width: 124.3rem;
  margin: 0 auto;
}

.noe2507 .section05 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 25rem;
  margin: -46.8rem 0 0 118.6rem;
  line-height: 2;
}

.noe2507 .section05 .img13 {
  width: 42rem;
  margin: 0 auto;
  margin-top: -12rem;
  z-index: 0;
  position: relative;
}


.noe2507 .section05 .img14 {
  width: 59rem;
  margin: -2.5rem 0 0 -6.4rem;
  z-index: -1;
}

.noe2507 .section05 .img15 {
  width: 32rem;
  margin: -50.5rem 0 0 83.1rem;
}

/************** video **************/
.noe2507 .section05 .content__video{
  width: 62.3rem;
}

.noe2507 .section05 .content__video iframe{
  height: 93.5rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe2507 .section05{
    margin-top: calc(40 * (100vw / 750));
  }
  
  .noe2507 .section05 .img_ttl {
    width: calc(95*(100vw/750));
    margin: calc(0*(100vw/750)) 0 0 calc(235*(100vw/750));
    z-index: 3;
    position: relative;
    top: calc(95*(100vw/750));
  }
  
  .noe2507 .section05 {
    width: 100%;
    margin: 0 auto;
  }
  
  .noe2507 .section05 .credit {
    width: calc(440*(100vw/750));
    margin: 0 auto;
    margin-top: calc(30*(100vw/750));
    line-height: 2;
  }

  .noe2507 .section05 .img13 {
    width: calc(330*(100vw/750));
    margin: calc(32*(100vw/750)) 0 0 calc(320*(100vw/750));
  }

  .noe2507 .section05 .img14 {
    width: calc(435*(100vw/750));
    margin: calc(40*(100vw/750)) 0 0 0;
  }

  .noe2507 .section05 .img15 {
    width: calc(450*(100vw/750));
    margin: 0 auto;
    margin-top: calc(40*(100vw/750));
  }

}



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

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

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

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

/************** button **************/
.noe2507 .link__button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.5rem;
  margin-top: 65.4rem;
  margin-inline: auto;
  font-family: var(--font-en);
  font-size: 3.2rem;
  letter-spacing: 0;
  border-bottom: 0.1rem solid #000000;
}

.noe2507 .link__button a{
  display: block;
  padding-top: 2.4rem;
  padding-bottom: 1.9rem;
}

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

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

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

.noe2507 .backnumber__content .content__image{
  width: 31rem;
  margin-top: 2.4rem;
  margin-inline: auto;
}

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

  .noe2507 .others .content-inner{
  }

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

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

  /************** button **************/
  .noe2507 .link__button{
    width: calc(197 * (100vw / 750));
    margin-top: calc(156 * (100vw / 750));
    font-size: calc(25 * (100vw / 750));
    border-bottom: calc(1 * (100vw / 750)) solid #000000;
  }

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

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

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

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

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