@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
  body#private .body-wrapper {
  overflow-x: visible;
  }
  article.contents {
  background: #000;
  color: #fff;
  }
  article.contents .wrap {
  width: min(100%, 1300px);
  }



/*==================================================================================
 slider style
==================================================================================*/
#private .mv-content {
  max-width: 1000px;
  background-color: #000;
  margin-inline: auto;
  color: #fff;
  padding-bottom: 160px;
}

#private .mv-content img {
  height: auto;
  width: 100%;
}

#private .mv-content .image {
  position: relative;
  aspect-ratio: 1600/898;
}

#private .mv-content .image-white {
  background-color: #fff;
  position: relative;
  aspect-ratio: 1600/898;
}

#private .mv-content .slick-img .caption {
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  left: 20px;
  bottom: 2%;
  font-family: "RyuminPro", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .caption {
    font-size: 1.5rem;
  }
}

#private .mv-content .slick-img .captionRight {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 2%;
  font-family: "RyuminPro", serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .captionRight {
    font-size: 1.5rem;
  }
}

#private .mv-content .slick-img .caption span,
#private .mv-content .slick-img .captionRight span {
  font-size: 1.2rem;
  font-family: "RyuminPro", serif;
  line-height: 1.4;
  letter-spacing: 0.12em;
  color: #fff;
}
@media (max-width: 768px) {
  #private .mv-content .slick-img .caption span,
  #private .mv-content .slick-img .captionRight span {
    font-size: 1rem;
  }
}

#private .mv-content .slider {
  width: 100%;
}

#private .mv-content .slick-img {
  width: 100%;
}

#private .mv-content .slick-list,
#private .mv-content .slick-track {
  /* display: block; */
  justify-content: space-around;
  width: 100%;
}

#private .mv-content .thumbnail {
  max-width: 1000px;
  margin-top: 6px;
  margin-inline: auto;
  padding-inline: 0;
  box-sizing: border-box;
}

#private .mv-content .thumbnail .thumbnail-img {
  width: 100%!important;
  height: auto !important;
}

#private .mv-content .thumbnail-img.mr0-pc {
  margin-right: 0;
}

#private .mv-content .thumbnail .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}

#private .mv-content .thumbnail .image-white::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
  transition: 0.5s;
}

#private .mv-content .thumbnail .caption {
  width: 100%;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  font-size: 1rem;
  font-family: "RyuminPro", serif;
  line-height: 1.4;
  letter-spacing: 0.12em;
  z-index: 10;
  color: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}

#private .mv-content .thumbnail .slick-current .caption {
  display: none;
}

#private .mv-content .thumbnail .slick-current .image::after {
  opacity: 0;
}

#private .mv-content .thumbnail .slick-track {
  transform: unset !important;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}

#private .mv-content .thumbnail .slick-track::before,
#private .mv-content .thumbnail .slick-track::after {
  display: none;
}
.slick-prev,
.slick-next {
  background-image: url(../images/common/arw_slide02.png) !important;
}

#private .mv-content .slick-prev {
  left: 10px;
  z-index: 2;
}

#private .mv-content .slick-next {
  right: 10px;
}

#private .mv-content .slick-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
}

#private .mv-content .slick-initialized .slick-slide {
  aspect-ratio: 1600/898;
}

@media (max-width: 768px) {
  #private .mv-content {
    padding-inline: 3%;
    padding-bottom: 60px;
  }
  #private .main-visual .mv-title {
    width: 80%;
  }
  #private .mv-content .slick-list, #private .mv-content .slick-track {
    display: block;
  }
  #private .mv-content .thumbnail {
    margin-top: 20px;
    padding-inline: 0;
    box-sizing: border-box;
  }
  #private .mv-content .thumbnail .slick-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2%;
  }
  #private .mv-content .thumbnail-img:nth-of-type(n + 4) {
    margin-top: 10px;
  }

  #private .mv-content .thumbnail-img.mr0-sp {
    /* margin-right: 0; */
  }
  #private .mv-content .thumbnail .caption {
    font-size: 1rem;
  }
}
/*==================================================================================
 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: 100%;
  margin-top: 2.142857142857143vw;
}

article.contents .sections.section02.wrap .sec02_block p.caution02 {
  text-align: right;
  font-size: clamp(8px, 0.7142857142857143vw, 10px);
  margin-top: 50px;
  line-height: 1.5;
}

article.contents .sections.section02.wrap figure.w60 {
  position: relative; 
  width: 60%;
  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: 10vw 0;
}
.sec02_flex {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.sec02_flex img {
  width: 100%;
}
.sec02_visual {
  position: sticky;
  top: -10%;
  align-self: flex-start;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sec02_visual-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.sec02_visual img {
  width: auto;
  max-height: 100dvh;
  aspect-ratio: 427 / 974;
}

.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: 90px;
  width: 94%;
  margin-inline: auto;
}
.sec02_textArea > div:first-child {
  margin-top: 0;
}
.sec02_flex p.sec_stickyTitle {
  font-size: clamp(14px, 1.0714285714285714vw, 18px);
  color: #f9e2bf;
  line-height: 1.7;
  letter-spacing: 0;
}

.sec02_flex p.sec_stickyTitle span {
  font-size: clamp(30px, 3.9285714285714284vw, 55px);
  padding-left: clamp(4px, 0.5714285714285714vw, 8px);
}

.sec02_flex p.sec_stickySubTitle {
  font-size: clamp(21px, 1.5vw, 21px);
  padding: 0.5em 0;
  line-height: 1.7;
  letter-spacing: 0;

}
.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(2, 1fr);
  gap: 0.7142857142857143vw;
}
.contents div.caution {
    background-color: #fff;
    color: #000;
    line-height: 1.5;
    font-size: 11px;
  }

/*==================================================================================
 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; 
  }
  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;
  }
  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 0;
  }
  .sec02_flex {
    flex-direction: column;
  }
  .sec02_visual {
    z-index: 1;
    width: 100%;
    aspect-ratio: 1507 / 948;
    background: #000;
    top: -96px;
  }
  .sec02_visual img {
    width: 94%;
    height: 100%;
    aspect-ratio: 679 / 512;
    margin-inline: auto;
  }
  .sec02_textArea {
    width: 100%;
    margin-left: 0;
    margin-inline: auto;
    margin-top: 15vw;
  }
  .sec02_textArea > div {
    margin-top: 15vw;
  }
  .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, 16px);
    text-align: center;
  }
  article.contents .sections.section02.wrap figure {
    margin-inline: auto;
    margin-top: 4vw;
  }
  article.contents .sections.section01.wrap figure figcaption,
  article.contents .sections.section02.wrap figure figcaption {
    font-size: clamp(8px, 2.1333333333333333vw, 18px);
  }
  .sec02_block p.subCaption {
    font-size: clamp(8px, 2.1333333333333333vw, 18px);
  }
  .textArea_grid04,
  .textArea_grid02 {
    gap: 1.3333333333333335vw;
    width: 90%;
    margin-inline: auto;
  }

  article.contents .sections.section02.wrap figure.w60 {
  margin-top: 30px;
  width: 70%;
  }

  .contents div.caution {
    background-color: #fff;
    color: #000;
    line-height: 1.5;
    padding: 0 3%;
    font-size: 2.1333333333333333vw;
  }

  .contents div.caution .pageAnnotation {
    padding-top: 2vw;
    padding-bottom: 10vw;
  }

  article.contents .sections.section02.wrap .sec02_block p.caution02 {
    text-align: left;
  }
}

@media (max-width: 500px) {
  .sec02_visual {
    top: -67px;
  }
}

@media (max-width: 355px) {
  .sec02_visual {
    top: -47px;
  }
}

@media (max-width: 250px) {
  .sec02_visual {
    top: -33px;
  }
}

/*# sourceMappingURL=public.css.map */