/* ===============================================### 
可変設定
###=============================================== */
.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)); /* 画面幅に基づく可変値 */
  }
}

.lp_container figure[data-bg="bg-white"] {
  position: relative;
  z-index: 2;
}
.lp_container figure[data-bg="bg-white"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}

/* ===============================================### 
初期設定
###=============================================== */
#Wrap {
  max-width: 100%;
}

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


.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{

  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;


  font-size: 2.3rem;

  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}


.noe250918 .credit span::before {

    content: "/"; /* スラッシュを挿入 */
    font-size: 1.3em; /* サイズ調整 */
    margin-right: 5px; /* 間のスペース */
    margin-left: 5px;
}
.noe250918 .credit a{
  display: inline-block;
  text-decoration-skip-ink: none;
}

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

  .noe250918 .left-area {
    width: 100%;
    z-index: 0;
    position: relative;
  }

  .noe250918 .right-area{
    width: 50%;
    margin-left: -50%;
    z-index: 1;
  }


}

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

  .noe250918 .credit{
    font-size: calc(21*(100vw/750));
  }

  .noe250918 .right-area{
    width: 100%;
    margin-left: 0;
    z-index: 1;
  }
  
}



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

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

.noe250918 .title-wrap{
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: fit-content;
  font-size: 4rem;
  margin: 0 auto;
  padding: 7rem 0;
}

/************** text **************/
.noe250918 .mv .collection-title{
  /* font-family: "Cormorant Garamond", serif; */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
}

.noe250918 .mv .main-title{
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.1rem;
  margin-top: 4.5rem;
  text-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
}

.noe250918 .mv .sub-title{
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  margin-top: 7.5rem;
  text-shadow: 0 0 7px rgb(0, 0, 0, 0.4);
}

.noe250918 .mv .sub-title span{
  margin-top: calc(20 * var(--formula_pc));
  font-family: var(--font-en);
  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 .title-wrap{
    padding: calc(100*(100vw/750)) 0;
    font-size: calc(45*(100vw/750));
    margin-top: calc(600*(100vw/750));
  }


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

  .noe250918 .mv .main-title{
    margin-top: calc(20*(100vw/750));
    font-size: calc(80*(100vw/750));
  }

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

  .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.7rem;
  margin-top: 8rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #fff;
}

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

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



/* ===============================================### 
コンテンツ01
###=============================================== */
.noe250918 .content01{
  *margin-top: 19rem;
  background-color: #fff;
  width: 70rem;
}

.noe250918 .content01 .content__item01{  
  z-index: 0;
}


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



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


  .noe250918 .content01{
    background-color: #fff;
    width: 100%;
    margin-top: calc(-260*(100vw/750));
  }
  
  .noe250918 .content01 .content__item01{  
    z-index: 0;
  }
  
  
  /************** image **************/
  .noe250918 .content01 .content__item01 .content__image{
    width: 100%;
    height: 100%;
  }

}


/* ===============================================### 
コンテンツ02
###=============================================== */
.noe250918 .content02{
  width: 70rem;
}

.noe250918 .content02 .content__item01{
  z-index: 0;
  position: relative;
}


/************** text **************/
.noe250918 .content02 .credit{
  margin-top: -25rem;
  margin-left: 13.5rem;
  z-index: 1;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style2
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style2 {
  width: 70rem;
  padding-top: 8.7rem;
  padding-bottom: 30rem;
}
.p-style2 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style2 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style2 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style2 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style2 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style2 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}

@media screen and (max-width: 767px) {
  .noe250918 .content02{
    width: 100%;
    padding-bottom: calc(0*(100vw/750));
  }
  
  .noe250918 .content02 .content__item01{
    z-index: 0;
    position: relative;
  }
  
  /************** text **************/
  .noe250918 .content02 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(90*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style2 {
    width: 100%;
    *height: auto;
    padding-top: calc(80*(100vw/750));
    padding-bottom: calc(0*(100vw/750));
  }
  .p-style2 .p-style_wrapper {
    width: 100%;
    margin-inline: auto;
    height: 2000px;
  }
  .p-style2 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style2 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style2 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style2 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style2 .sticky__Trigger {
    position: sticky;
    *top: calc(0*(100vw / 750));
  }

}



/* ===============================================### 
コンテンツ03
###=============================================== */
.noe250918 .content03{
  width: 70rem;
  padding-top: 19rem;
  padding-bottom: 20rem;
}

.noe250918 .content03 .content__item01{
  z-index: 0;
  position: relative;
}


/************** text **************/
.noe250918 .content03 .credit{
  margin-top: 5rem;
  margin-left: 20rem;
  z-index: 1;
}


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

.noe250918 .content03 .content__item02 .content__image{
  width: 60rem;
  margin: 8.7rem auto 0;
}


/************** responsive **************/
@media screen and (max-width: 767px) {
  .noe250918 .content03{
    width: 100%;
    padding-top: calc(200*(100vw/750));
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content03 .content__item01{
    z-index: 0;
    position: relative;
  }

  /************** image **************/
  .noe250918 .content03 .content__item01 .content__image{
    width: 100%;
  }

  .noe250918 .content03 .content__item02 .content__image{
    width: calc(580*(100vw/750));
    margin: calc(80*(100vw/750)) auto 0;
  }

  /************** text **************/
  .noe250918 .content03 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(235*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }


}



/* ===============================================### 
コンテンツ04
###=============================================== */
.noe250918 .content04{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content04 .content__item01{
  z-index: 0;
  position: relative;
}

.noe250918 .content04 .content__item02 .content__image{
  width: 60rem;
  margin: 8.7rem auto 0;
}

/************** text **************/
.noe250918 .content04 .credit{
  margin-top: 5rem;
  margin-left: 13.5rem;
  z-index: 1;
}



/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style3
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style3 {
  width: 70rem;
  padding-top: 8.7rem;
}
.p-style3 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style3 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style3 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style3 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style3 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style3 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style3 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content04{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content04 .content__item01{
    z-index: 0;
    position: relative;
  }

  .noe250918 .content04 .content__item02 .content__image{
    width: calc(580*(100vw/750));
    margin: calc(80*(100vw/750)) auto 0;
  }
  
  /************** text **************/
  .noe250918 .content04 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(175*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style3 {
    width: 100%;
    padding-top: calc(80*(100vw/750));
  }
  .p-style3 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style3 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style3 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style3 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style3 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style3 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}



/* ===============================================### 
コンテンツ05
###=============================================== */
.noe250918 .content05{
  width: 70rem;
  padding-bottom: 21rem;
}


.noe250918 .content05 .content__item01 .content__image,
.noe250918 .content05 .content__item02 .content__image{
  width: 60rem;
  margin: 0 auto;
}


/************** text **************/
.noe250918 .content05 .credit{
  margin-top: 5rem;
  margin-left: 13rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style4
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style4 {
  width: 60rem;
  *padding-top: 8.7rem;
  margin: 0 auto;
}
.p-style4 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style4 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style4 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style4 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style4 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style4 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style4 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content05{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content05 .content__item01 .content__image {
    width: calc(580*(100vw/750));
    z-index: 0;
    position: relative;
  }

  .noe250918 .content05 .content__item02 .content__image{
    width: calc(580*(100vw/750));
    margin: calc(80*(100vw/750)) auto 0;
  }
  
  /************** text **************/
  .noe250918 .content05 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(80*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style4 {
    width: 100%;
    *padding-top: calc(80*(100vw/750));
  }
  .p-style4 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style4 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style4 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style4 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style4 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style4 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}


/* ===============================================### 
コンテンツ06
###=============================================== */
.noe250918 .content06{
  width: 70rem;
  *padding-top: 19rem;
  padding-bottom: 20rem;
}

.noe250918 .content06 .content__item01{
  z-index: 0;
  position: relative;
}


/************** text **************/
.noe250918 .content06 .credit{
  margin-top: 5rem;
  margin-left: 21rem;
  z-index: 1;
}


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

.noe250918 .content06 .content__item02 .content__image{
  width: 70rem;
  margin: 0 auto;
}


/************** responsive **************/
@media screen and (max-width: 767px) {
  .noe250918 .content06{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  
  /************** text **************/
  .noe250918 .content06 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(255*(100vw/750));
    z-index: 1;
    position: relative;
  }
  
  /************** image **************/
  .noe250918 .content06 .content__item01 .content__image{
    width: 100%;
  }
  
  
  .noe250918 .content06 .content__item02 .content__image{
    width: 100%;
  }
  
}


/* ===============================================### 
コンテンツ07
###=============================================== */
.noe250918 .content07{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content07 .content__item01{
  z-index: 0;
  position: relative;
}


/************** text **************/
.noe250918 .content07 .credit{
  margin-top: 5rem;
  margin-left: 5.5rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style5
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style5 {
  width: 70rem;
  padding-top: 8.7rem;
}
.p-style5 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style5 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style5 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style5 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style5 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style5 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style5 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .noe250918 .content07{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content07 .content__item01{
    z-index: 0;
    position: relative;
  }
  
  /************** text **************/
  .noe250918 .content07 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(75*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style5 {
    width: 100%;
    *height: auto;
    padding-top: calc(80*(100vw/750));
    padding-bottom: calc(0*(100vw/750));
  }
  .p-style5 .p-style_wrapper {
    width: 100%;
    margin-inline: auto;
    height: 2000px;
  }
  .p-style5 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style5 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style5 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style5 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style5 .sticky__Trigger {
    position: sticky;
    *top: calc(0*(100vw / 750));
  }

}

/* ===============================================### 
コンテンツ08
###=============================================== */
.noe250918 .content08{
  width: 70rem;
  *padding-top: 19rem;
  padding-bottom: 20rem;
}

.noe250918 .content08 .content__item01{
  z-index: 0;
  position: relative;
}


/************** text **************/
.noe250918 .content08 .credit{
  margin-top: 5rem;
  margin-left: 19rem;
  z-index: 1;
}


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

.noe250918 .content08 .content__item02 .content__image{
  width: 60rem;
  margin: 8.7rem auto 0;
}


/************** responsive **************/
@media screen and (max-width: 767px) {
  .noe250918 .content08{
    width: 100%;
    padding-top: calc(0*(100vw/750));
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content08 .content__item01{
    z-index: 0;
    position: relative;
  }

  /************** image **************/
  .noe250918 .content08 .content__item01 .content__image{
    width: 100%;
  }

  .noe250918 .content08 .content__item02 .content__image{
    width: calc(580*(100vw/750));
    margin: calc(80*(100vw/750)) auto 0;
  }

  /************** text **************/
  .noe250918 .content08 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(220*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }


}


/* ===============================================### 
コンテンツ09
###=============================================== */
.noe250918 .content09{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content09 .content__item01{
  z-index: 0;
  position: relative;
  margin-bottom: 8.7rem;
}

/************** text **************/
.noe250918 .content09 .credit{
  margin-top: 5rem;
  margin-left: 6.5rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style6
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style6 {
  width: 47rem;
  padding-top: 8.7rem;
  margin: 0 auto;
}
.p-style6 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style6 .p-style_wrap01 {
  width: 47rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style6 .p-style_wrap01 .model__wrap02 {
  width: 94rem;
  display: flex;
  justify-content: space-between;
}
.p-style6 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 47rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style6 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 47rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style6 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style6 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content09{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content09 .content__item01{
    z-index: 0;
    position: relative;
    margin-bottom: calc(80*(100vw/750));
  }
  
  /************** text **************/
  .noe250918 .content09 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(95*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style6 {
    width: 100%;
    padding-top: calc(80*(100vw/750));
  }
  .p-style6 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style6 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style6 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style6 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style6 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style6 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}


/* ===============================================### 
コンテンツ10
###=============================================== */
.noe250918 .content10{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content10 .content__item01{
  z-index: 0;
  position: relative;
}


.noe250918 .content10 .content__item02 .content__image {
  width: 47rem;
  margin: 21rem auto 0;
}


/************** text **************/
.noe250918 .content10 .credit{
  margin-top: 5rem;
  margin-left: 13rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style7
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style7 {
  width: 70rem;
  padding-top: 8.7rem;
}
.p-style7 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style7 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style7 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style7 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style7 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style7 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style7 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content10{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content10 .content__item01{
    z-index: 0;
    position: relative;
  }

  .noe250918 .content10 .content__item02 .content__image{
    width: calc(460*(100vw/750));
    margin: calc(200*(100vw/750)) auto 0;
  }
  
  /************** text **************/
  .noe250918 .content10 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(85*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style7 {
    width: 100%;
    padding-top: calc(80*(100vw/750));
  }
  .p-style7 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style7 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style7 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style7 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style7 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style7 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}



/* ===============================================### 
コンテンツ11
###=============================================== */
.noe250918 .content11{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content11 .content__item01{
  z-index: 0;
  position: relative;
}


.noe250918 .content11 .content__item02 .content__image {
  width: 47rem;
  margin: 21rem auto 0;
}


/************** text **************/
.noe250918 .content11 .credit{
  margin-top: 5rem;
  margin-left: 20.5rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style8
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style8 {
  width: 70rem;
  padding-top: 8.7rem;
}
.p-style8 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style8 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style8 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style8 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style8 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style8 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style8 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content11{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content11 .content__item01{
    z-index: 0;
    position: relative;
  }
  
  /************** text **************/
  .noe250918 .content11 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(165*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style8 {
    width: 100%;
    padding-top: calc(80*(100vw/750));
  }
  .p-style8 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style8 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style8 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style8 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style8 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style8 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}


/* ===============================================### 
コンテンツ12
###=============================================== */
.noe250918 .content12{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content12 .content__item01{
  z-index: 0;
  position: relative;
}


.noe250918 .content12 .content__item02 .content__image {
  width: 47rem;
  margin: 21rem auto 0;
}


/************** text **************/
.noe250918 .content12 .credit{
  margin-top: 5rem;
  margin-left: 7rem;
  z-index: 1;
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////
project - style9
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.p-style9 {
  width: 70rem;
  padding-top: 8.7rem;
}
.p-style9 .p-style_wrapper {
  width: var(--width-primary);
  margin: 0 auto;
  height: 450rem;
}
.p-style9 .p-style_wrap01 {
  width: 60rem;
  margin: 0 auto;
  overflow: clip;
}
.p-style9 .p-style_wrap01 .model__wrap02 {
  width: 120rem;
  display: flex;
  justify-content: space-between;
}
.p-style9 .p-style_wrap01 .model__wrap02 .model__img01 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-style9 .p-style_wrap01 .model__wrap02 .model__img02 {
  width: 60rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-style9 .sticky__Trigger {
  position: sticky;
  top: 10rem;
}
.p-style9 .c-text_style_credit {
  margin-top: 2.1rem;
}
@media screen and (max-width: 767px) {

  .noe250918 .content12{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content12 .content__item01{
    z-index: 0;
    position: relative;
  }
  
  /************** text **************/
  .noe250918 .content12 .credit{
    margin-top: calc(40*(100vw/750));
    margin-left: calc(25*(100vw/750));
    width: fit-content;
    z-index: 1; 
  }

  .p-style9 {
    width: 100%;
    padding-top: calc(80*(100vw/750));
  }
  .p-style9 .p-style_wrapper {
    width: var(--width-primary);
    margin-inline: auto;
    height: 2000px;
  }
  .p-style9 .p-style_wrap01{
    width: calc(580*(100vw/750));
  }
  .p-style9 .p-style_wrap01 .model__wrap02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-style9 .p-style_wrap01 .model__wrap02 .model__img01 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .p-style9 .p-style_wrap01 .model__wrap02 .model__img02 {
    width: calc(580*(100vw/750));
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .p-style9 .sticky__Trigger {
    position: sticky;
    *top: calc(100*(100vw / 750));
  }

}


/* ===============================================### 
コンテンツ13
###=============================================== */
.noe250918 .content13{
  width: 70rem;
  padding-bottom: 21rem;
}

.noe250918 .content13 .content__item01 .content__image {
  z-index: 0;
  width: 47rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .noe250918 .content13{
    width: 100%;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content13 .content__item01 .content__image {
    z-index: 0;
    width: calc(460*(100vw/750));
    position: relative;
    margin: 0 auto;
  }
}

/* ===============================================### 
コンテンツ13
###=============================================== */
.noe250918 .content_logo{
  width: 70rem;
  height: auto;
  padding-bottom: 21rem;
}

.noe250918 .content_logo .content__item01 .content__image {
  z-index: 0;
  width: 5rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .noe250918 .content_logo{
    width: 100%;
    height: auto;
    padding-bottom: calc(200*(100vw/750));
  }
  
  .noe250918 .content_logo .content__item01 .content__image {
    z-index: 0;
    width: calc(50*(100vw/750));
    position: relative;
    margin: 0 auto;
  }
}

/* 左から */
.fadeLeftTrigger {
  opacity: 0;
  transform: translateX(-30px);
  animation: none;
}

@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

/* 右から */
.fadeRightTrigger {
  opacity: 0;
  transform: translateX(30px);
  animation: none;
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInRightSmall {
  animation-name: fadeInRightSmall;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
