/* ===============================================### 
å¯å¤‰è¨­å®š
###=============================================== */
.lp_container {
  /*ãƒ‡ã‚¶ã‚¤ãƒ³ã®å€¤*/
  --pc-width: 1400;/*PCãƒ‡ã‚¶ã‚¤ãƒ³å¹…*/
  --sp-width: 750;/*SPãƒ‡ã‚¶ã‚¤ãƒ³å¹…*/
  --pc-artboard-width: 480;/*SPå…±é€šãƒ‡ã‚¶ã‚¤ãƒ³å¹…*/
  --sp-artboard-width: 750;/*PCå…±é€šãƒ‡ã‚¶ã‚¤ãƒ³å¹…*/
  /*å¯å¤‰çŽ‡ã®è¨ˆç®—å¼*/
  --formula: calc(var(--variable) * var(--ratio));/*SP,PCå…±é€šç®‡æ‰€ã®å¯å¤‰å‰²åˆã®è¨ˆç®—å¼*/
  --formula_pc: calc(var(--variable) * 1);/*PCãƒ‡ã‚¶ã‚¤ãƒ³ã®å¯å¤‰å‰²åˆã®è¨ˆç®—å¼*/
}

/* PCç”»é¢å¹… 1400pxä»¥ä¸Š å›ºå®š */
@media (min-width: 1401px) {
  .lp_container {
  --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCã¨SPã®ãƒ‡ã‚¶ã‚¤ãƒ³å¹…ã®æ¯” */
  --variable: 1px; /* å›ºå®šå€¤ï¼ˆå¯å¤‰ã—ãªã„ï¼‰ */
  }
}

/* PCç”»é¢å¹… 768ï½ž1400px å¯å¤‰ */
@media (min-width: 768px) and (max-width: 1400px) {
  .lp_container {
  --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width)); /* PCã¨SPã®ãƒ‡ã‚¶ã‚¤ãƒ³å¹…ã®æ¯” */
  --variable: calc(100vw / var(--pc-width)); /* ç”»é¢å¹…ã«åŸºã¥ãå¯å¤‰å€¤ */
  }
}

/* SPç”»é¢å¹… 767pxä»¥ä¸‹ å¯å¤‰ */
@media (max-width: 767px) {
  .lp_container {
  --ratio: 1; /* æ¯”çŽ‡ã¯1ï¼ˆå¤‰ã‚ã‚‰ãªã„ï¼‰ */
  --variable: calc(100vw / var(--sp-width)); /* ç”»é¢å¹…ã«åŸºã¥ãå¯å¤‰å€¤ */
  }
}



/* ===============================================### 
åˆæœŸè¨­å®š
###=============================================== */
#Wrap {
  max-width: 100%;
}

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

.noe250918{
  --font-ja: "æ¸¸æ˜Žæœä½“", "Yu Mincho", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "MS Pæ˜Žæœ", "MS PMincho", serif;
  --font-ja02: "yu-mincho-pr6n", sans-serif;
  --font-en: "orpheuspro", serif;
  --font-en02: "futura-pt", sans-serif;
  --font-en03: "adobe-garamond-pro", serif;
  font-style: normal;
  --fw-thin: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-light-brown: #AB9184;
  --color-mocha-brown: #7B5A57;
  color: #000000;
}

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

/* ===========### PCç‰ˆç”¨è¨­å®š ###=========== */
@media screen and (min-width: 768px) {
  .noe250918 .image-bg{
    background-color: #fff;
  }

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

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

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


/* ===========### SPç‰ˆç”¨è¨­å®š ###=========== */
@media screen and (max-width: 767px) {
  .noe250918{
    overflow: clip;
  }

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

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



/* ===============================================### 
ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³è¨­å®š
###=============================================== */
/************** sticky **************/
.noe250918 .sticky-area{
  position: relative;
  margin-bottom: calc(-1 * (50vh - var(--sticky-trigger01-pos) / 2));
}

.noe250918 .sticky-item.item01{
  margin-bottom: calc(205 * var(--formula));
  position: sticky;
  top: var(--sticky-block01-pos);
  padding-bottom: calc(50vh - var(--sticky-trigger01-pos) / 2);
}

.noe250918 .image-wrap{
  position: relative;
}

.noe250918 .sticky-item.item02{
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: calc((50vh - var(--sticky-trigger01-pos) / 2) + (var(--sticky-trigger01-pos) - var(--sticky-target01-pos)) / 2);
}

/************** fade **************/
.noe250918 .js-fade-in,
.noe250918 .js-fade-trigger .fade-text{
  opacity: 0;
  transition: opacity 1.0s ease-in;
}

.noe250918 .js-fade-in.show,
.noe250918 .js-fade-trigger.show .fade-text{
  opacity: 1;
}

.noe250918 .js-fade-trigger .fade-text.js-delay01{
  transition-delay: 0.5s;
}

.noe250918 .js-fade-trigger .fade-text.js-delay02{
  transition-delay: 0.8s;
}

.noe250918 .js-fade-trigger .fade-text.js-delay03{
  transition-delay: 1.1s;
}

.noe250918 .js-fade-trigger .fade-text.js-delay04{
  transition-delay: 1.4s;
}

.noe250918 .js-fade-trigger .fade-text.js-delay05{
  transition-delay: 1.7s;
}

.noe250918 .js-fade-trigger .fade-text.js-delay06{
  transition-delay: 2s;
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .noe250918 .content-sticky{
    position: sticky;
    /* top: 0; */
    top: var(--banner-height);
  }
}

@media screen and (max-width: 767px) {
  .noe250918 .mv .content__image .js-zoom{
    height: 100%;
    object-fit: cover;
    opacity: 0;
    scale: 1.1;
    transition: 2s ease 0s;
    width: 100%;
  }
  
  .noe250918 .mv .content__image .js-zoom.show{
    opacity: 1;
    scale: 1;
  }
}



/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„å…±é€šè¨­å®š
###=============================================== */
/************** flex **************/
.noe250918 .flex-wrap{
  display: flex;
}

/************** background **************/
.noe250918 .content{
  position: relative;
}

.noe250918 .content .content__inner{
  width: calc(670 * var(--formula));
  margin-inline: auto;
  /* overflow: clip; */
  /* position: relative; */
  /* z-index: 1; */
}


/************** text **************/
.noe250918 .credit,
.noe250918 .credit_2 {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}

.noe250918 .credit a,
.noe250918 .credit_2 a {
  display: inline-block;
}

.noe250918 .credit span,
.noe250918 .credit_2 span {
  pointer-events: none;
}
.noe250918 .credit span::before ,
.noe250918 .credit_2 span::before {
  content: "/"; /* ã‚¹ãƒ©ãƒƒã‚·ãƒ¥ã‚’æŒ¿å…¥ */
  font-size: 1.1em; /* ã‚µã‚¤ã‚ºèª¿æ•´ */
  line-height: 1.2;
  margin-right: 5px; /* é–“ã®ã‚¹ãƒšãƒ¼ã‚¹ */
  margin-left: 5px;
  pointer-events: none;
}

/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .noe250918 .content{
    width: calc(750 * var(--formula));
    margin-inline: auto;
  }

  .noe250918 .left-area,
  .noe250918 .right-area{
    width: 50%;
  }

  .noe250918 .right-area{
    padding-bottom: calc(40 * var(--formula));
  }
}

@media screen and (max-width: 767px) {
  .content-wrap.flex-wrap{
    flex-direction: column;
  }

  .noe250918 .credit,
  .noe250918 .credit_2{
    font-size: calc(21*(100vw/750));
    width: fit-content;
  }
}



/* ===============================================### 
MV
###=============================================== */
.noe250918 .mv{
  margin: 0 auto;
}

.noe250918 .mv .image-wrapper{
  position: relative;
}

.noe250918 .mv .title-wrap{
  position: absolute;
  top: 45%;
  left: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 1;
  pointer-events: none;
  margin-top: calc(122 * var(--formula));
  text-align: center;
}

/************** text **************/

.noe250918 .mv .main-title{
  width: 100%;
  margin: 0 auto;
}

.noe250918 .mv .sub-title{
  width: 100%;
  margin: 2rem auto 0;
}

.noe250918 .mv .center-box {
  width: 100%;
  margin: 8rem auto 0;
}

.noe250918 .mv .sub-title span{
  margin-top: calc(20 * var(--formula_pc));
  font-family: "adobe-song-std", sans-serif;
  font-size: calc(42 * var(--formula_pc));
  font-weight: 200;
}

/************** image **************/
.noe250918 .mv .content__image{
}


/* ===========### responsive ###=========== */

@media screen and (min-width: 768px) {
  .noe250918 .mv .content__image img{
    object-fit: cover;
    object-position: center top;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  .noe250918 .mv .title-wrap{
    margin-top: calc(0*(100vw/750));
    width: 100%;
    top: 66%;
    left: 49%;
  }

  .noe250918 .swiper-slide li {
    width: 100%;
    height: auto;
    padding: 0;
  }

  /************** text **************/
  /* .noe250918 .mv .collection-title{
    font-size: calc(40*(100vw/750));
    letter-spacing: 2px;
  } */

  .noe250918 .mv .main-title{
    width: 100%;
    margin: 0 auto;
  }
  

  .noe250918 .mv .sub-title{
    width: 100%;
    margin: calc(20*(100vw/750)) auto 0;
  }
  
  .noe250918 .mv .center-box {
    width: 100%;
    margin: calc(60*(100vw/750)) auto 0;
  }

  .noe250918 .mv .sub-title span{
    font-size: calc(30*(100vw/750));
  }
}



/* ===============================================### 
lead
###=============================================== */
.noe250918 .lead-area{
  margin-top: calc(80 * var(--formula));
}

/************** text **************/
.noe250918 .lead-text{
  font-family: "æ¸¸æ˜Žæœä½“", "Yu Mincho", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ Pro", "Hiragino Mincho Pro", "MS Pæ˜Žæœ", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.1rem;
  margin-top: 5rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #f7f7f7;
}



/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .lead-area{
    margin-top: calc(88 * var(--formula));
  }

  /************** text **************/
  .noe250918 .lead-text{
    margin-top: calc(27 * var(--formula));
    font-size: calc(23 * var(--formula));
    text-align: center;
    color: #000;
  }


}



/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„01
###=============================================== */
.noe250918 .content01{
  margin-top: 0rem;
}

.noe250918 .content01 .style1 {
  width: 20rem;
  margin: 8rem 0 -13.8rem -8.5rem;
  z-index: 1;
  position: relative;
}


.noe250918 .content01 .content__item01{
  z-index: 0;
  padding-top: 5.5rem;
  margin-left: -3rem;
}

.noe250918 .content01 .content__item02{
  width: fit-content;
  margin-inline: auto;
  margin-top: 8.5rem;
  margin-left: -5.2rem;
}

.noe250918 .content01 .content__item03{
  margin-top: 8.5rem;
}


/************** text **************/
.noe250918 .content01 .credit{
  margin-top: -23.3rem;
  margin-left: 40.5rem;
}

/************** image **************/
.noe250918 .content01 .content__item01 .content__image{
  width: 70rem;
  margin-left: -7rem;
  z-index: 0;
}

.noe250918 .content01 .content__item03 .content__image{
  width: 48rem;
  margin-left: -10rem;
  z-index: 0;
}



.noe250918 .content01 .slide-wrap {
  width: 61rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content01{
    margin-top: calc(50*(100vw/750));
  }
  
  .noe250918 .content01 .content__item01{
    z-index: 0;
  }
  
  .noe250918 .content01 .style1 {
    width: calc(200*(100vw/750));
    margin: 0 0 calc(-185*(100vw/750)) calc(30*(100vw/750));
    z-index: 1;
    position: relative;
  }

  .noe250918 .content01 .content__item02{
    width: fit-content;
    margin-inline: auto;
    margin: calc(80*(100vw/750)) auto 0;
  }
  
  .noe250918 .content01 .content__item03{
    z-index: 0;
    margin-top: calc(80*(100vw/750));
  }

  /************** text **************/
  .noe250918 .content01 .credit{
    margin-top: calc(-230*(100vw/750));
    margin-left: calc(540*(100vw/750));
  }
  
  /************** image **************/
  .noe250918 .content01 .content__item01 .content__image{
    width: 100%;
    margin: 0 auto;
  }

  .noe250918 .content01 .content__item03 .content__image{
    width: calc(520*(100vw/750));
    margin: 0 0 0 calc(0*(100vw/750));
  }

  .noe250918 .content01 .slide-wrap {
    width: calc(630*(100vw/750));
  }

}



/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„02
###=============================================== */
.noe250918 .content02{
  width: 72rem;
  margin-top: 13rem;
}

.noe250918 .content02 .style2 {
  width: 20rem;
  margin: 8rem 0 -9.8rem 54rem;
  z-index: 1;
  position: relative;
}

.noe250918 .content02 .content__inner{
  position: relative;
  width: 100%;
  z-index: 0;
}

.noe250918 .content02 .content__inner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 72rem;
  z-index: 0;
}

.noe250918 .content02 .content__item01{
  margin-left: 2rem;
}

.noe250918 .content02 .content__item02{
  width: 48rem;
  margin-top: -73rem;
  margin-left: 24rem;
  z-index: 0;
}

.noe250918 .content02 .slide-wrap{
  position: relative;
  z-index: 1;
  width: 100%;
}

/************** text **************/
.noe250918 .content02 .credit{
  margin-top: 61rem;
  margin-left: 7rem;
}

/************** image **************/
.noe250918 .content02 .content__item01 .content__image{
  width: 72rem;
}

.noe250918 .content02 .content__item02 .content__image{
  width: 48rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content02{
    margin-top: calc(110*(100vw/750));
  }
  
  .noe250918 .content02 .content__item01{
    z-index: 0;
  }
  
  .noe250918 .content02 .style2 {
    width: calc(200*(100vw/750));
    margin: 0 0 calc(-95*(100vw/750)) calc(570*(100vw/750));
    z-index: 1;
    position: relative;
  }

  .noe250918 .content02 .content__inner{
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .noe250918 .content02 .content__inner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 0;
  }
  
  .noe250918 .content02 .content__item01{
    margin-left: calc(0*(100vw/750));
  }
  
  .noe250918 .content02 .content__item02{
    width: calc(520*(100vw/750));
    margin-top: calc(-785*(100vw/750));
    margin-left: calc(230*(100vw/750));
    z-index: 0;
  }
  
  .noe250918 .content02 .slide-wrap{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  /************** text **************/
  .noe250918 .content02 .credit{
    margin-top: calc(667*(100vw/750));
    margin-left: calc(73*(100vw/750));
  }
  
  /************** image **************/
  .noe250918 .content02 .content__item01 .content__image{
    width: calc(750*(100vw/750));
  }
  
  .noe250918 .content02 .content__item02 .content__image{
    width: calc(520*(100vw/750));
  }

}



/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„03
###=============================================== */
.noe250918 .content03{
  margin-top: 15rem;
}

.noe250918 .content03 .style3 {
  width: 20rem;
  margin: 8rem 0 -8.5rem -3.5rem;
  z-index: 1;
  position: relative;
}


.noe250918 .content03 .content__item01{
  z-index: 0;
  margin-left: -5.2rem;
}

.noe250918 .content03 .content__item02{
  padding-top: 0rem;
  margin-left: -5.2rem;
}


/************** text **************/
.noe250918 .content03 .credit{
  margin-top: 2.5rem;
  margin-left: -6.2rem;
}

/************** image **************/
.noe250918 .content03 .content__item01 .content__image{
  width: 61rem;
}

.noe250918 .content03 .content__item02 .content__image{
  width: 61rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content03{
    margin-top: calc(140*(100vw/750));
  }
  
  .noe250918 .content03 .style3 {
    width: calc(200*(100vw/750));
    margin: 0 0 calc(-85*(100vw/750)) calc(75*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  
  .noe250918 .content03 .content__item01{
    z-index: 0;
    margin: 0 auto;
  }
  
  .noe250918 .content03 .content__item02{
    margin: 0 auto;
  }
  
  
  /************** text **************/
  .noe250918 .content03 .credit{
    margin: calc(25*(100vw/750)) auto 0;
    width: calc(630*(100vw/750));
  }
  
  /************** image **************/
  .noe250918 .content03 .content__item01 .content__image{
    width: calc(630*(100vw/750));
    margin: 0 auto;
  }
  
  .noe250918 .content03 .content__item02 .content__image{
    width: calc(630*(100vw/750));
    margin: 0 auto;
  }

}


/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„04
###=============================================== */
.noe250918 .content04{
  margin-top: 13rem;
}

.noe250918 .content04 .style4 {
  width: 20rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.noe250918 .content04 .content__item01{
  margin-top: 0rem;
}

/************** text **************/
.noe250918 .content04 .credit{
  margin-top: 2.5rem;
  margin-left: 21rem;
}

/************** image **************/
.noe250918 .content04 .slide-wrap {
  width: 70rem;
  margin: -3rem 0 0 -10rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content04{
    margin-top: calc(120*(100vw/750));
  }
  
  .noe250918 .content04 .style4 {
    width: calc(200*(100vw/750));
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  
  .noe250918 .content04 .content__item01{
    margin-top: calc(0*(100vw/750));
  }
  
  /************** text **************/
  .noe250918 .content04 .credit{
    margin-top: calc(25*(100vw/750));
    margin-left: calc(370*(100vw/750));
  }
  
  /************** image **************/
  .noe250918 .content04 .slide-wrap {
    width: calc(750*(100vw/750));
    margin: calc(-35*(100vw/750)) auto 0;
  }

}



/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„05
###=============================================== */
.noe250918 .content05{
  width: 70rem;
  margin-top: 17rem;
}

.noe250918 .content05 .style5 {
  width: 20rem;
  margin: 6rem 0 -17.8rem 3rem;
  z-index: 1;
  position: relative;
}

.noe250918 .content05 .content__inner{
  width: 100%;
  z-index: 0;
}

.noe250918 .content05 .content__inner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 58rem;
  z-index: 0;
}

.noe250918 .content05 .content__item01{
  width: 70rem;
  margin-left: 1rem;
  z-index: 0;
}


.noe250918 .content05 .content__item02{
  width: 58rem;
  margin-left: 13rem;
  z-index: 0;
}

.noe250918 .content05 .content__item03{
  margin-left: 1rem;
  margin-top: 3.5rem;
  width: 58rem;
}

.noe250918 .content05 .slide-wrap{
  position: relative;
  z-index: 1;
  width: 100%;
}

/************** text **************/
.noe250918 .content05 .credit{
  margin-top: -86.8rem;
  margin-left: 61rem;
  writing-mode: vertical-lr;
}

/************** image **************/
.noe250918 .content05 .content__item01 .content__image{
  width: 70rem;
}

.noe250918 .content05 .content__item02 .content__image{
  width: 58rem;
}

.noe250918 .content05 .content__item03 .content__image{
  width: 58rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content05{
    margin-top: calc(140*(100vw/750));
  }
  
  .noe250918 .content05 .style5 {
    width: calc(200*(100vw/750));
    margin: calc(70*(100vw/750)) 0 calc(-185*(100vw/750)) calc(19*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  .noe250918 .content05 .content__inner{
    width: 100%;
    z-index: 0;
  }
  
  .noe250918 .content05 .content__inner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58rem;
    z-index: 0;
  }
  
  .noe250918 .content05 .content__item01{
    width: calc(750*(100vw/750));
    margin-left: calc(0*(100vw/750));
    z-index: 0;
  }
  
  
  .noe250918 .content05 .content__item02{
    width: calc(630*(100vw/750));
    margin-left: calc(120*(100vw/750));
    z-index: 0;
  }
  
  .noe250918 .content05 .content__item03{
    margin-left: calc(0*(100vw/750));
    margin-top: calc(40*(100vw/750));
    width: calc(630*(100vw/750));
  }
  
  
  .noe250918 .content05 .slide-wrap{
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  /************** text **************/
  .noe250918 .content05 .credit{
    margin-top: calc(-940*(100vw/750));
    margin-left: calc(635*(100vw/750));
    writing-mode: vertical-lr;
  }
  
  /************** image **************/
  .noe250918 .content05 .content__item01 .content__image{
    width: calc(750*(100vw/750));
  }
  
  .noe250918 .content05 .content__item02 .content__image{
    width: calc(630*(100vw/750));
  }
  
  .noe250918 .content05 .content__item03 .content__image{
    width: calc(630*(100vw/750));
  }

}


/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„06
###=============================================== */
.noe250918 .content06{
  margin-top: 57rem;
}

.noe250918 .content06 .style6 {
  width: 20rem;
  margin: -91rem 0 -5.5rem 38rem;
  z-index: 1;
  position: relative;
}


.noe250918 .content06 .content__item01{
  z-index: 0;
  margin-left: -5.2rem;
}

.noe250918 .content06 .content__item02{
  padding-top: 0rem;
  margin-left: -5.2rem;
}


/************** text **************/
.noe250918 .content06 .credit{
  margin-top: 50rem;
  margin-left: -4rem;
  writing-mode: vertical-lr;
  z-index: 1;
  position: relative;
  color: #fff;
}



/************** image **************/
.noe250918 .content06 .content__item01 .content__image{
  width: 61rem;
}

.noe250918 .content06 .content__item02 .content__image{
  width: 61rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content06{
    margin-top: calc(670*(100vw/750));
  }
  
  .noe250918 .content06 .style6 {
    width: calc(200*(100vw/750));
    margin: calc(-880*(100vw/750)) 0 calc(-49*(100vw/750)) calc(515*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  
  .noe250918 .content06 .content__item01{
    z-index: 0;
    margin: 0 auto;
  }
  
  .noe250918 .content06 .content__item02{
    margin: 0 auto;
  }
  
  
  /************** text **************/
  .noe250918 .content06 .credit{
    margin-top: calc(435*(100vw/750));
    margin-left: calc(60*(100vw/750));
    width: calc(630*(100vw/750));
  }
  
  /************** image **************/
  .noe250918 .content06 .content__item01 .content__image{
    width: calc(630*(100vw/750));
    margin: 0 auto;
  }
  
  .noe250918 .content06 .content__item02 .content__image{
    width: calc(630*(100vw/750));
    margin: 0 auto;
  }

}


/* ===============================================### 
ã‚³ãƒ³ãƒ†ãƒ³ãƒ„07
###=============================================== */
.noe250918 .content07{
  margin-top: 22rem;
}

.noe250918 .content07 .style7 {
  width: 20rem;
  margin: -1.4rem 0 -16rem -7rem;
  z-index: 1;
  position: relative;
}

.noe250918 .content07 .content__item01{
  margin-top: -19.5rem;
  z-index: 0;
}

.noe250918 .content07 .content__item02{
  margin-top: 0rem;
  margin-left: -10rem;
  z-index: 0;
}

.noe250918 .content07 .content__item03{
  margin-top: -10.2rem;
  margin-left: -10rem;
  z-index: 0;
}

/************** text **************/
.noe250918 .content07 .credit{
  margin-top: 12.5rem;
  margin-left: 55.5rem;
  writing-mode: vertical-lr;
  z-index: 1;
  position: relative;
  color: #fff;
}

.noe250918 .content07 .credit_2{
  margin-top: 2rem;
  margin-left: -8.5rem;
  z-index: 1;
  position: relative;
  color: #fff;
}

/************** image **************/
.noe250918 .content07 .slide-wrap {
  width: 70rem;
  margin: -3rem 0 0 -10rem;
}

.noe250918 .content07 .content__item02 .content__image{
  width: 70rem;
}

.noe250918 .content07 .content__item03 .content__image{
  width: 70rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .content07{
    margin-top: calc(230*(100vw/750));
  }
  
  .noe250918 .content07 .style7 {
    width: calc(200*(100vw/750));
    margin: calc(0*(100vw/750)) 0 calc(-49*(100vw/750)) calc(30*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  .noe250918 .content07 .content__item01{
    margin-top: calc(-200*(100vw/750));
    z-index: 0;
  }
  
  .noe250918 .content07 .content__item02{
    margin-top: calc(-175*(100vw/750));
    margin-left: calc(0*(100vw/750));
    z-index: 0;
  }
  
  .noe250918 .content07 .content__item03{
    margin-top: calc(-93*(100vw/750));
    margin-left: calc(0*(100vw/750));
    z-index: 0;
  }
  
  /************** text **************/
  .noe250918 .content07 .credit{
    margin-top: calc(35*(100vw/750));
    margin-left: calc(695*(100vw/750));
    writing-mode: vertical-lr;
    z-index: 1;
    position: relative;
  }
  
  .noe250918 .content07 .credit_2{
    margin-top: calc(13*(100vw/750));
    margin-left: calc(20*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  /************** image **************/
  .noe250918 .content07 .slide-wrap {
    width: calc(750*(100vw/750));
    margin: calc(0*(100vw/750)) 0 0 calc(0*(100vw/750));
  }
  
  .noe250918 .content07 .content__item02 .content__image{
    width: calc(750*(100vw/750));
  }
  
  .noe250918 .content07 .content__item03 .content__image{
    width: calc(750*(100vw/750));
  }

}

/* ===============================================### 
others
###=============================================== */
.noe250918 .others{
  width: 53rem;
  margin-inline: auto;
  padding-top: calc(335 * var(--formula));
  padding-bottom: calc(299 * var(--formula));
  margin-left: 22.5rem;
}

/************** text **************/
.noe250918 .staff-text{
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}

/************** button **************/
.noe250918 .link-button{
  width: 23rem;
  margin-top: 14rem;
  margin-inline: auto;
  padding: 10px;
  padding-top: 13px;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.5rem;
  font-weight: 200;
  text-align: center;
  border: 1px solid #000;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .noe250918 .others{
    width: 100%;
    margin-inline: auto;
    padding-top: calc(210*(100vw/750));
    padding-bottom: calc(160*(100vw/750));
  }
  
  /************** text **************/
  .noe250918 .staff-text{
    font-family: "adobe-garamond-pro", serif;
    font-size: calc(25*(100vw/750));
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
  }
  
  /************** button **************/
  .noe250918 .link-button{
    width: calc(250*(100vw/750));
    margin-top: calc(150*(100vw/750));
    margin-inline: auto;
    padding: 5px;
    padding-top: 8px;
    font-family: "adobe-garamond-pro", serif;
    font-size: calc(28*(100vw/750));
    font-weight: 200;
    text-align: center;
    border: 1px solid #000;
  }
    
}