@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
 body#public .body-wrapper {
  overflow-x: visible;
}
 article.contents {
  background: #000;
  color: #fff;
 }
 article.contents .wrap {
  width: min(94%, 1300px);
 }
/*==================================================================================
 pc style
==================================================================================*/
article.contents .commonMainVisual01 {
  margin-bottom: clamp(30px, 6.428571428571428vw, 90px);
}
article.contents .commonCatch02 {
  font-size: clamp(20px, 1.9285714285714284vw, 27px);
  letter-spacing: 0.2em;
}
article.contents .commonLead03 {
  font-size: clamp(15px, 1.0714285714285714vw, 15px);
  letter-spacing: 0.2em;
  margin-top: 2.5vw;
}
article.contents .sections.section01.wrap {
  max-width: 1300px;
}
article.contents .sections.section01.wrap .gridContainer,
article.contents .sections.section01.wrap .gridContainerReverse {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: space-between;
  gap: 6.428571428571428vw;
}
article.contents .sections.section01.wrap .gridContainerReverse {
  margin-top: 7.142857142857142vw;
}
article.contents .sections.section01.wrap .gridContainerReverse > figure {
  order: 2;
}
article.contents .sections.section01.wrap .gridContainerReverse > div {
  order: 1;
}
article.contents .sections.section01.wrap figure {
  position: relative;
}
article.contents .sections.section02.wrap figure {
  position: relative; 
  width: 50%;
  margin-top: 2.142857142857143vw;
}
article.contents .sections.section02.wrap .textArea_grid02 figure,
article.contents .sections.section02.wrap .textArea_grid04 figure {
  width: 100%;
  margin-top: 2.142857142857143vw;
}
article.contents .sections.section02.wrap figure img {
  width: 100%;
  height: auto;
}
article.contents .sections.section01.wrap figure figcaption,
article.contents .sections.section02.wrap figure figcaption {
  position: absolute;
  font-size: clamp(12px, 0.8571428571428572vw, 14px);
  line-height: 1.7;
  right: 0;
  left: auto;
  bottom: -1.5em;
}
article.contents .sections.section01.wrap .gridContainer > div .commonCatch02,
article.contents .sections.section01.wrap .gridContainerReverse > div .commonCatch02 {
  font-size: clamp(21px, 1.5vw, 21px);
}
article.contents .sections.section01.wrap .gridContainer > div .commonLead03,
article.contents .sections.section01.wrap .gridContainerReverse > div .commonLead03 {
  padding-bottom: 0;
}
article.contents .sections.section01.wrap .gridContainerReverse > div .commonLead03 {
  text-align: right;
}
article.contents .sections.section02.wrap .commonCatch02 {
  color: #facd89;
  letter-spacing: 0.2em;
}
article.contents .sections.section02.wrap .commonLead03 {
  font-size: 2.142857142857143vw;
  letter-spacing: 0.2em;
  padding-bottom: 0;
}
article.contents .articleLead {
  padding-bottom: clamp(50px, 7.142857142857142vw, 100px);
}
article.contents .section01 {
  margin-bottom: clamp(80px, 11.428571428571429vw, 160px);
}
.sec02_block p.subCaption {
  font-size: 0.8571428571428572vw;
  margin-top: 2.5em;
  text-align: right;
}
.sec_sticky {
  position: relative;
  padding: 5vw 0;
}
.sec02_flex {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.sec02_flex img {
  width: 100%;
}
.sec02_visual {
  position: sticky;
  top: 0;
  align-self: flex-start;
  width: 100%;
}
.sec02_visual.is-end {
  position: absolute;
  top: auto;
  bottom: 0;    /* .sec02_flex の下端に固定される */
}
.sec02_base {
  display: block;
  width: 100%;
  height: auto;
}
.sec02_overlay {
  position: absolute;
  inset: 0;
  object-fit: contain;
  pointer-events: none;
  transition: 0.5s all;
}
.sec02_overlay.is-fadeout {
  opacity: 0;
}
.sec02_textArea {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 5vw;
}
.sec02_textArea > div {
  margin-top: 20vw;
}
.sec02_flex p.sec_stickyTitle {
  font-size: clamp(14px, 1.0714285714285714vw, 18px);
  color: #facd89;
  line-height: 1.7;
  letter-spacing: 0.2em;

}
.sec02_flex p.sec_stickySubTitle {
  font-size: clamp(21px, 1.5vw, 21px);
  padding: 0.5em 0;
  line-height: 1.7;
  letter-spacing: 0.2em;

}
.sec02_flex p.sec_stickyLead {
  font-size: clamp(15px, 1.0714285714285714vw, 15px);
  line-height: 1.7;
}
.textArea_grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7142857142857143vw;
}
.textArea_grid04 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7142857142857143vw;
}

/*==================================================================================
 sp style
==================================================================================*/
@media (max-width: 767px) {
  article.contents .commonMainVisual01 {
    margin-bottom: clamp(50px, 7.142857142857142vw, 100px);
  }
  article.contents .commonCatch02 {
    font-size: clamp(16px, 3.2vw, 20px);
  }
  article.contents .commonLead03 {
    font-size: clamp(10px, 2.4vw, 18px);
    margin-top: 2.5vw;
  }
  article.contents .sections.section01.wrap {
    width: 100%;
  }
  article.contents .sections.section01.wrap .gridContainer,
  article.contents .sections.section01.wrap .gridContainerReverse {
    display: flex;
    align-items: center;
    gap: 6.428571428571428vw;
    flex-direction: column;
  }
  article.contents .sections.section01.wrap .gridContainerReverse {
    flex-direction: none;
    margin-top: 7.142857142857142vw;
  }
  article.contents .sections.section01.wrap .gridContainerReverse > figure,
  article.contents .sections.section01.wrap .gridContainerReverse > div {
    order: 0; /* sp では DOM の順（画像→テキスト）に戻す */
  }
  article.contents .sections.section01.wrap figure {
    position: relative;
    width: 100%;
  }
  article.contents .sections.section01.wrap figure figcaption {
    position: absolute;
    font-size: clamp(10px, 2.4vw, 18px);
    right: 0;
    left: auto;
    bottom: 1em;
  }
  article.contents .sections.section01.wrap .gridContainer > div .commonCatch02,
  article.contents .sections.section01.wrap .gridContainerReverse > div .commonCatch02 {
    font-size: clamp(14px, 3.2vw, 20px);
    text-align: center;
  }
  article.contents .sections.section01.wrap .gridContainer > div .commonLead03,
  article.contents .sections.section01.wrap .gridContainerReverse > div .commonLead03 {
    padding-bottom: 18.666666666666668vw;
    text-align: center;
  }
  article.contents .sections.section01.wrap .gridContainerReverse > div .commonLead03 {
    text-align: left;
    text-align: center;
  }
  article.contents .sections.section02.wrap figure {
    margin-top: 8vw;
    width: 100%;
  }
  article.contents .sections.section02.wrap .textArea_grid02 figure,
  article.contents .sections.section02.wrap .textArea_grid04 figure {
    margin-top: 8vw;
  }
  
  article.contents .sections.section02.wrap .commonCatch02 {
    color: #facd89;
    font-size: clamp(11px, 2.666666666666667vw, 20px);
    letter-spacing: 0.2em;
  }
  article.contents .sections.section02.wrap .commonLead03 {
    font-size: clamp(13px, 3.5999999999999996vw, 24px);
    letter-spacing: 0.2em;
  }
  .sec_sticky {
    position: relative;
    padding: 8vw 0;
  }
  .sec02_flex {
    flex-direction: column;
  }
  .sec02_visual {
    z-index: 1;
    width: 100%;
    aspect-ratio: 1507 / 948;
    background: #000;
    top: 0;
  }
  .sec02_visual img {
    width: 100%;
    height: 100%;
  }
  .sec02_textArea {
    width: 94%;
    margin-left: 0;
    margin-inline: auto;
  }
  .sec02_textArea > div {
    margin-top: 40vw;
  }
  .sec02_flex p.sec_stickyTitle {
    font-size: clamp(12px, 2.666666666666667vw, 20px);
    text-align: center;
  }
  .sec02_flex p.sec_stickySubTitle {
    font-size: clamp(15px, 3.733333333333334vw, 28px);
    text-align: center;
  }
  .sec02_flex p.sec_stickyLead {
    font-size: clamp(10px, 2.4vw, 18px);
    text-align: center;
  }
  article.contents .sections.section02.wrap figure {
    margin-inline: auto;
  }
  article.contents .sections.section01.wrap figure figcaption,
  article.contents .sections.section02.wrap figure figcaption {
    font-size: clamp(10px, 2.1333333333333333vw, 18px);
  }
  .sec02_block p.subCaption {
    font-size: clamp(10px, 2.1333333333333333vw, 18px);
  }
  .textArea_grid02 {
    grid-template-columns: 1fr;
  }
  .textArea_grid04 {
    grid-template-columns: repeat(2, 1fr);
  }
  .textArea_grid04,
  .textArea_grid02 {
    gap: 1.3333333333333335vw;
  }
}

/*# sourceMappingURL=public.css.map */
