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

.noe1025{
  --font-ja: "游明朝体", "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: #000000;
  overflow: hidden;
}

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

.noe1025 iframe{
  width: 100%;
}

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

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

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

  .noe1025 .section02 .section__item02 .image-bg{
    border-radius: 50%;
  }

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

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

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

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

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



/* ===============================================### 
MV
###=============================================== */
.noe1025 .mv{
  width: 102.2rem;
  margin-inline: auto;
}

/************** image **************/
.noe1025 .mv__image{
  width: 100%;
}

/************** text **************/
.noe1025 .mv__text{
  margin-top: 6rem;
  font-family: var(--font-ja);
  font-size: 2.5rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  text-align: center;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe1025 .mv{
    width: calc(697 * (100vw / 750));
  }

  /************** text **************/
  .noe1025 .mv__text{
    margin-top: calc(41 * (100vw / 750));
    font-size: calc(16 * (100vw / 750));
  }
}



/* ===============================================### 
アニメーション設定
###=============================================== */
.noe1025 .js-fade-in{
  opacity: 0;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.noe1025 .js-fade-in.show{
  opacity: 1;
}



/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.noe1025 .credit{
  font-family: var(--font-en);
  font-size: 3rem;
  font-feature-settings: "pwid";
  letter-spacing: 0;
  white-space: nowrap;
}

.noe1025 .credit p{
  letter-spacing: 0;
}

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

.noe1025 .credit .text-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.3rem;
}

.noe1025 .credit .text-wrapper p:nth-of-type(2){
  text-align: right;
}

.noe1025 .flex-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe1025 .credit{
    font-size: calc(19 * (100vw / 750));
  }

  .noe1025 .credit .text-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: calc(1 * (100vw / 750));
  }
}



/* ===============================================### 
セクション01
###=============================================== */
.noe1025 .section01{
  position: relative;
  width: 102.2rem;
  margin-top: 31.5rem;
  margin-inline: auto;
}

.noe1025 .section01 .section__item02{
  position: relative;
  width: fit-content;
  z-index: 1;
}

/************** grid **************/
.noe1025 .section01 .grid-wrapper{
  display: grid;
  grid-template-columns: 17.2rem 14.8rem 10.9rem 7.7rem 34.2rem 17.3rem;
  grid-template-rows: 101.3rem 7.4rem 37.1rem 38.5rem 21.6rem 19.1rem 9.6rem;
  margin-left: 0.2rem;
}

.noe1025 .section01 .grid__item01{
  grid-column: 2/6;
  grid-row: 1/2;
}

.noe1025 .section01 .grid__item02{
  grid-column: 1/5;
  grid-row: 3/5;
}

.noe1025 .section01 .grid__item03{
  grid-column: 4/7;
  grid-row: 4/8;
}

.noe1025 .section01 .grid__item04{
  grid-column: 1/3;
  grid-row: 6/7;
}

/************** text **************/
.noe1025 .section01 .credit .text-wrapper:nth-of-type(1){
  margin-top: 0;
}

/************** image **************/
.noe1025 .section01 .section__title{
  position: absolute;
  top: -16.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 15.6rem;
  margin-left: 5.8rem;
}

.noe1025 .section01 .section__item01 .section__image{
  width: 67.5rem;
}

.noe1025 .section01 .section__item02 .section__image{
  width: 50.5rem;
}

.noe1025 .section01 .section__item03 .section__image{
  width: 59.2rem;
}

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

  /************** grid **************/
  .noe1025 .section01 .grid-wrapper{
    display: grid;
    grid-template-columns: calc(117*(100vw / 750)) calc(86*(100vw / 750)) calc(88*(100vw / 750)) calc(53*(100vw / 750)) calc(233*(100vw / 750)) calc(118*(100vw / 750));
    grid-template-rows: calc(692*(100vw / 750)) calc(50*(100vw / 750)) calc(252*(100vw / 750)) calc(260*(100vw / 750)) calc(151*(100vw / 750)) calc(120*(100vw / 750)) calc(73*(100vw / 750));
    margin-left: 0;
  }

  /************** image **************/
  .noe1025 .section01 .section__title{
    top: calc(-107 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(145 * (100vw / 750));
    margin-left: calc(66 * (100vw / 750));
  }

  .noe1025 .section01 .section__item01 .section__image{
    width: calc(461 * (100vw / 750));
  }

  .noe1025 .section01 .section__item02 .section__image{
    width: calc(344 * (100vw / 750));
  }

  .noe1025 .section01 .section__item03 .section__image{
    width: calc(405 * (100vw / 750));
  }
}



/* ===============================================### 
セクション02
###=============================================== */
.noe1025 .section02{
  position: relative;
  width: 100%;
  margin-top: 13.3rem;
}

.noe1025 .section02::before{
  content: '';
  position: absolute;
  top: 20.2rem;
  width: 100%;
  height: 107.6rem;
  background-color: #A7B7B7;
  z-index: -1;
}

.noe1025 .section02 .content-wrapper{
  position: relative;
  width: 102.2rem;
  margin-inline: auto;
}

.noe1025 .section02 .section__item01{
  position: relative;
  width: fit-content;
  z-index: 1;
}

/************** grid **************/
.noe1025 .section02 .grid-wrapper{
  display: grid;
  grid-template-columns: 4rem 40.3rem 6.5rem 10.4rem 9.4rem 23.9rem 7.4rem;
  grid-template-rows: 37.5rem 25.3rem 8.5rem 20.6rem 10.8rem 60.5rem 4rem;
  margin-left: 0.3rem;
}

.noe1025 .section02 .grid__item01{
  grid-column: 1/5;
  grid-row: 1/5;
}

.noe1025 .section02 .grid__item02{
  grid-column: 6/7;
  grid-row: 2/3;
}

.noe1025 .section02 .grid__item03{
  grid-column: 4/8;
  grid-row: 4/8;
}

.noe1025 .section02 .grid__item04{
  grid-column: 2/3;
  grid-row: 6/7;
}

/************** text **************/
.noe1025 .section02 .credit{
  width: 31.3rem;
  margin-top: 2.6rem;
  margin-left: auto;
}

/************** image **************/
.noe1025 .section02 .section__title{
  position: absolute;
  top: 6.6rem;
  right: 5.2rem;
  width: 17.4rem;
}

.noe1025 .section02 .section__item01 .section__image{
  width: 61.3rem;
}

.noe1025 .section02 .section__item02 .section__image{
  width: 23.9rem;
}

.noe1025 .section02 .section__item03 .section__image{
  width: 51rem;
}

.noe1025 .section02 .section__item04 .section__image{
  width: 40.3rem;
}

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

  .noe1025 .section02::before{
    top: calc(184 * (100vw / 750));
    height: calc(686 * (100vw / 750));
  }

  .noe1025 .section02 .content-wrapper{
    width: calc(692 * (100vw / 750));
  }

  /************** grid **************/
  .noe1025 .section02 .grid-wrapper{
    display: grid;
    grid-template-columns: calc(40*(100vw / 750)) calc(275*(100vw / 750)) calc(29*(100vw / 750)) calc(71*(100vw / 750)) calc(78*(100vw / 750)) calc(164*(100vw / 750)) calc(35*(100vw / 750));
    grid-template-rows: calc(256*(100vw / 750)) calc(173*(100vw / 750)) calc(57*(100vw / 750)) calc(141*(100vw / 750)) calc(73*(100vw / 750)) calc(412*(100vw / 750)) calc(19*(100vw / 750));
    margin-left: 0;
  }

  /************** text **************/
  .noe1025 .section02 .credit{
    width: calc(198 * (100vw / 750));
    margin-top: calc(17 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .section02 .section__title{
    top: calc(47 * (100vw / 750));
    right: calc(20 * (100vw / 750));
    width: calc(155 * (100vw / 750));
  }

  .noe1025 .section02 .section__item01 .section__image{
    width: calc(418 * (100vw / 750));
  }

  .noe1025 .section02 .section__item02 .section__image{
    width: calc(162 * (100vw / 750));
  }

  .noe1025 .section02 .section__item03 .section__image{
    width: calc(348 * (100vw / 750));
  }

  .noe1025 .section02 .section__item04 .section__image{
    width: calc(275 * (100vw / 750));
  }
}



/* ===============================================### 
セクション03
###=============================================== */
.noe1025 .section03{
  position: relative;
  width: 97.9rem;
  margin-top: 8rem;
  margin-inline: auto;
}

.noe1025 .section03 .section__item03{
  position: relative;
  width: fit-content;
  z-index: 1;
}

.noe1025 .section03 .section__item01 .flex-wrapper{
  flex-direction: column;
  gap: 1.4rem;
}

.noe1025 .section03 .section__item03 .flex-wrapper{
  width: fit-content;
  height: 70.2rem;
  overflow: hidden;
}

/************** grid **************/
.noe1025 .section03 .grid-wrapper{
  display: grid;
  grid-template-columns: 3.9rem 32.8rem 10.2rem 46.9rem 4.2rem;
  grid-template-rows: 22.5rem 69rem 8.4rem 70.3rem;
  margin-left: 2rem;
}

.noe1025 .section03 .grid__item01{
  grid-column: 2/3;
  grid-row: 2/3;
}

.noe1025 .section03 .grid__item02{
  grid-column: 4/6;
  grid-row: 1/3;
}

.noe1025 .section03 .grid__item03{
  grid-column: 1/5;
  grid-row: 4/5;
}

/************** image **************/
.noe1025 .section03 .section__title{
  position: absolute;
  top: 7.1rem;
  left: 19.1rem;
  width: 18.2rem;
}

.noe1025 .section03 .section__item01 .section__image{
  width: 29.1rem;
  margin-inline: auto;
}

.noe1025 .section03 .section__item03 .section__image{
  width: 46.8rem;
}

/************** video **************/
.noe1025 .section03 .section__video{
  width: 51.1rem;
}

.noe1025 .section03 .section__video iframe{
  height: 91.2rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe1025 .section03{
    width: calc(668 * (100vw / 750));
    margin-top: calc(66 * (100vw / 750));
  }

  .noe1025 .section03 .section__item01 .flex-wrapper{
    gap: calc(23 * (100vw / 750));
  }

  .noe1025 .section03 .section__item03 .flex-wrapper{
    height: calc(479 * (100vw / 750));
  }

  /************** grid **************/
  .noe1025 .section03 .grid-wrapper{
    display: grid;
    grid-template-columns: calc(52*(100vw / 750)) calc(208*(100vw / 750)) calc(60*(100vw / 750)) calc(319*(100vw / 750)) calc(29*(100vw / 750));
    grid-template-rows: calc(153*(100vw / 750)) calc(466*(100vw / 750)) calc(58*(100vw / 750)) calc(480*(100vw / 750));
    margin-left: calc(10 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .section03 .section__title{
    top: calc(14 * (100vw / 750));
    left: calc(129 * (100vw / 750));
    width: calc(166 * (100vw / 750));
  }

  .noe1025 .section03 .section__item01 .section__image{
    width: calc(198 * (100vw / 750));
  }

  .noe1025 .section03 .section__item03 .section__image{
    width: calc(320 * (100vw / 750));
  }

  /************** video **************/
  .noe1025 .section03 .section__video{
    width: calc(348 * (100vw / 750));
  }

  .noe1025 .section03 .section__video iframe{
    height: calc(621 * (100vw / 750));
  }
}



/* ===============================================### 
セクション04
###=============================================== */
.noe1025 .section04{
  position: relative;
  width: 100%;
  margin-top: 35.4rem;
}

.noe1025 .section04::before{
  content: '';
  position: absolute;
  top: 34.5rem;
  width: 100%;
  height: 179.9rem;
  background-color: #8E9CA6;
  z-index: -1;
}

.noe1025 .section04 .content-wrapper{
  position: relative;
  width: 106.9rem;
  margin-inline: auto;
}

.noe1025 .section04 .flex-wrapper{
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  height: 78.6rem;
  overflow: hidden;
}

.noe1025 .section04 .slide-wrapper{
  width: 52.7rem;
}

/************** text **************/
.noe1025 .section04 .credit{
  margin-top: 5.4rem;
  text-align: center;
  line-height: 1.1;
}

/************** image **************/
.noe1025 .section04 .section__title{
  position: absolute;
  top: -21.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18.8rem;
  margin-left: 5.9rem;
}

.noe1025 .section04 .flex__item.item01 .section__image{
  width: 52.5rem;
}

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

  .noe1025 .section04::before{
    top: calc(235 * (100vw / 750));
    height: calc(1227 * (100vw / 750));
  }

  .noe1025 .section04 .content-wrapper{
    width: calc(699 * (100vw / 750));
  }

  .noe1025 .section04 .flex-wrapper{
    gap: calc(10 * (100vw / 750));
    height: calc(512 * (100vw / 750));
  }

  .noe1025 .section04 .slide-wrapper{
    width: calc(342 * (100vw / 750));
  }

  /************** text **************/
  .noe1025 .section04 .credit{
    margin-top: calc(47 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .section04 .section__title{
    top: calc(-149 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(177 * (100vw / 750));
    margin-left: calc(55 * (100vw / 750));
  }

  .noe1025 .section04 .flex__item.item01 .section__image{
    width: calc(342 * (100vw / 750));
  }
}



/* ===============================================### 
セクション05
###=============================================== */
.noe1025 .section05{
  position: relative;
  width: 106.2rem;
  margin-top: 13.8rem;
  margin-inline: auto;
}

.noe1025 .section05 .section__item01{
  position: relative;
  width: fit-content;
  z-index: 1;
}

/************** grid **************/
.noe1025 .section05 .grid-wrapper{
  display: grid;
  grid-template-columns: 42.1rem 8.7rem 18.4rem 31.7rem;
  grid-template-rows: 62.6rem 26.2rem 26.5rem 23.4rem;
  margin-left: 2.4rem;
}

.noe1025 .section05 .grid__item01{
  grid-column: 2/5;
  grid-row: 1/3;
}

.noe1025 .section05 .grid__item02{
  grid-column: 1/3;
  grid-row: 2/5;
}

.noe1025 .section05 .grid__item03{
  grid-column: 4/5;
  grid-row: 4/5;
}

/************** image **************/
.noe1025 .section05 .section__title{
  position: absolute;
  top: 6.1rem;
  left: 18.6rem;
  width: 18.5rem;
}

.noe1025 .section05 .section__item01 .section__image{
  width: 59.2rem;
}

.noe1025 .section05 .section__item02 .section__image{
  width: 50.7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe1025 .section05{
    width: calc(690 * (100vw / 750));
    margin-top: calc(108 * (100vw / 750));
  }

  /************** grid **************/
  .noe1025 .section05 .grid-wrapper{
    display: grid;
    grid-template-columns: calc(286 * (100vw / 750)) calc(60 * (100vw / 750)) calc(140 * (100vw / 750)) calc(204 * (100vw / 750));
    grid-template-rows: calc(427 * (100vw / 750)) calc(179 * (100vw / 750)) calc(196 * (100vw / 750)) calc(144 * (100vw / 750));
    margin-left: 0;
  }

  /************** image **************/
  .noe1025 .section05 .section__title{
    top: calc(28 * (100vw / 750));
    left: calc(106 * (100vw / 750));
    width: calc(161 * (100vw / 750));
  }

  .noe1025 .section05 .section__item01 .section__image{
    width: calc(403 * (100vw / 750));
  }

  .noe1025 .section05 .section__item02 .section__image{
    width: calc(345 * (100vw / 750));
  }
}



/* ===============================================### 
セクション06
###=============================================== */
.noe1025 .section06{
  margin-top: 32.7rem;
}

.noe1025 .section06 .content-wrapper{
  position: relative;
  width: 93.8rem;
  margin-inline: auto;
}

.noe1025 .section06 .flex-wrapper{
  width: fit-content;
  height: 70.3rem;
  overflow: hidden;
  margin-top: 6.4rem;
}

/************** text **************/
.noe1025 .section06 .credit{
  margin-top: 2.4rem;
  line-height: 1.1;
  text-align: center;
}

/************** image **************/
.noe1025 .section06 .section__title{
  position: absolute;
  top: -19.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18.1rem;
  margin-left: 5.9rem;
}

.noe1025 .section06 .section__image{
  width: 46.9rem;
}

/************** video **************/
.noe1025 .section06 .section__video{
  width: 55.1rem;
  margin-inline: auto;
}

.noe1025 .section06 .section__video iframe{
  height: 90.9rem;
}

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

  .noe1025 .section06 .content-wrapper{
    width: calc(639 * (100vw / 750));
  }

  .noe1025 .section06 .flex-wrapper{
    height: calc(477 * (100vw / 750));
    margin-top: calc(42 * (100vw / 750));
  }

  /************** text **************/
  .noe1025 .section06 .credit{
    margin-top: calc(18 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .section06 .section__title{
    top: calc(-131 * (100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width: calc(176 * (100vw / 750));
    margin-left: calc(55 * (100vw / 750));
  }

  .noe1025 .section06 .section__image{
    width: calc(319 * (100vw / 750));
  }

  /************** video **************/
  .noe1025 .section06 .section__video{
    width: calc(375 * (100vw / 750));
  }

  .noe1025 .section06 .section__video iframe{
    height: calc(619 * (100vw / 750));
  }
}



/* ===============================================### 
セクション07
###=============================================== */
.noe1025 .section07{
  position: relative;
  width: 97.6rem;
  margin-top: 9.5rem;
  margin-inline: auto;
}

/************** grid **************/
.noe1025 .section07 .grid-wrapper{
  display: grid;
  grid-template-columns: 31rem 15.9rem 4.2rem 7.5rem 39rem;
  grid-template-rows: 20rem 49.7rem 7.9rem 12.7rem 9.5rem 19.3rem;
}

.noe1025 .section07 .grid__item01{
  grid-column: 4/6;
  grid-row: 1/3;
}

.noe1025 .section07 .grid__item02{
  grid-column: 1/3;
  grid-row: 2/5;
}

.noe1025 .section07 .grid__item03{
  grid-column: 5/6;
  grid-row: 4/7;
}

.noe1025 .section07 .grid__item04{
  grid-column: 1/2;
  grid-row: 6/7;
}

/************** image **************/
.noe1025 .section07 .section__title{
  position: absolute;
  top: 1.4rem;
  left: 20rem;
  width: 15.4rem;
}

.noe1025 .section07 .section__item01 .section__image{
  width: 46.5rem;
}

.noe1025 .section07 .section__item02 .section__image{
  width: 46.9rem;
}

.noe1025 .section07 .section__item03 .section__image{
  width: 39rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe1025 .section07{
    width: calc(654 * (100vw / 750));
    margin-top: calc(66 * (100vw / 750));
  }

  /************** grid **************/
  .noe1025 .section07 .grid-wrapper{
    display: grid;
    grid-template-columns: calc(198 * (100vw / 750)) calc(122 * (100vw / 750)) calc(16 * (100vw / 750)) calc(51 * (100vw / 750)) calc(267 * (100vw / 750));
    grid-template-rows: calc(137 * (100vw / 750)) calc(339 * (100vw / 750)) calc(53 * (100vw / 750)) calc(85 * (100vw / 750)) calc(77 * (100vw / 750)) calc(119 * (100vw / 750));
    margin-left: calc(-7 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .section07 .section__title{
    top: calc(13 * (100vw / 750));
    left: calc(134 * (100vw / 750));
    width: calc(142 * (100vw / 750));
  }

  .noe1025 .section07 .section__item01 .section__image{
    width: calc(317 * (100vw / 750));
  }

  .noe1025 .section07 .section__item02 .section__image{
    width: calc(319 * (100vw / 750));
  }

  .noe1025 .section07 .section__item03 .section__image{
    width: calc(265 * (100vw / 750));
  }
}



/* ===============================================### 
その他コンテンツ
###=============================================== */
.noe1025 .others{
  width: 59.5rem;
  margin-top: 16.5rem;
  margin-inline: auto;
}

.noe1025 .backnumber {
  width: fit-content;
  margin-top: 10.2rem;
  margin-inline: auto;
}

/************** text **************/
.noe1025 .staff__text{
  font-family: var(--font-en);
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
}

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

.noe1025 .backnumber .text01{
  font-family: var(--font-en);
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0;
}

.noe1025 .backnumber .text02{
  margin-top: 2.8rem;
  font-family: var(--font-en);
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
}

/************** image **************/
.noe1025 .backnumber .section__image{
  width: 31rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}

/************** button **************/
.noe1025 .link__button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.8rem;
  margin-top: 5.5rem;
  margin-inline: auto;
  padding-top: 1.6rem;
  padding-bottom: 1.8rem;
  font-family: var(--font-en);
  font-size: 6rem;
  border: 0.1rem solid #707070;
}

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

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

  /************** text **************/
  .noe1025 .staff__text{
    font-size: calc(22 * (100vw / 750));
  }

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

  .noe1025 .backnumber .text01{
    font-size: calc(45 * (100vw / 750));
  }

  .noe1025 .backnumber .text02{
    margin-top: calc(29 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  /************** image **************/
  .noe1025 .backnumber .section__image{
    width: calc(310 * (100vw / 750));
    margin-top: calc(24 * (100vw / 750));
  }

  /************** button **************/
  .noe1025 .link__button{
    width: calc(411 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
    padding-top: calc(15 * (100vw / 750));
    padding-bottom: calc(10 * (100vw / 750));
    font-size: calc(50 * (100vw / 750));
    border: calc(1 * (100vw / 750)) solid #707070;
  }
}