html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.1739129891vw;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  opacity: 0;
}
.f-container.show {
  opacity: 1;
}
.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  flex-wrap: wrap;
  width: 100%;

  scroll-margin-top: 80px;
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.f-container {
  color: #333333;

  font-feature-settings: 'palt';
}
.f-container a.mask-img,
.f-container .hero__mv a {
  position: relative;
}
.f-container a.mask-img::after,
.f-container .hero__mv a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s ease-in-out;

  -webkit-mask-size: cover;
  mask-size: cover;
  will-change: opacity;
}
.f-container a.mask-img:hover,
.f-container .hero__mv a:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after,
.f-container .hero__mv a:hover::after {
  opacity: 0.3;
  background: rgb(255, 255, 255);
}
.f-container img,
.f-container video {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.f-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left {
  position: relative;
  position: sticky;
  top: 80px;
  overflow: clip;
  width: 50%;
  height: calc(100vh - 80px);
}
.f-container .f-left__mv {
  width: 100%;
  height: calc(100vh - 80px);
}
.f-container .f-left__mv img {
  height: calc(100dvh - 80px);

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.f-container .f-left__title {
  position: absolute;
  top: calc((100vh - 80px) * 0.40125);
  left: 16.8571428571%;
  width: 70.3257142857%;
}
.f-container .f-main {
  position: relative;
  z-index: 2;
  overflow: clip;
  width: 50%;
}
.f-container .f-main-wrap {
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  background-color: #ffffff;

  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .f-container .f-main {
    width: 100%;
  }
  .f-container .f-main-wrap {
    overflow: clip;
    width: 100%;
    max-width: 46rem;
    margin: 0 auto;
  }
  .f-container .f-left,
  .f-container .f-right {
    display: none;
  }
}
.f-container .fadeIn {
  opacity: 0;
  transition:
    filter 1.5s ease 0s,
    opacity 1s ease 0s,
    transform 1s ease 0s;
  transform: scale(1.02);

  filter: blur(10px);
}
.f-container .fadeIn.showed {
  opacity: 1;
  transform: scale(1);

  filter: blur(0px);
}
.f-container .fadeZoom {
  overflow: hidden;
}
.f-container .fadeZoom img {
  opacity: 0;
  transition:
    opacity 1s ease,
    filter 1.1s ease,
    transform 1.6s ease;
  transform: scale(1.1);

  filter: blur(5px);
}
.f-container .fadeZoom.showed img {
  opacity: 1;
  transform: scale(1);

  filter: blur(0);
}
.f-container .lrClip img,
.f-container .lrClip .tex {
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;

  clip-path: inset(0 100% 0 0);
}
.f-container .lrClip.showed img,
.f-container .lrClip.showed .tex {
  clip-path: inset(0);
}
.f-container .sec .style {
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .f-container .sec .style::before {
    left: 0 !important;
    width: 100vw !important;
  }
}
.f-container .hero__box {
  position: relative;
}
.f-container .hero__title {
  position: absolute;
  top: 21.835rem;
  left: 5.52rem;
  width: 37.015rem;
}
.f-container .hero__text {
  padding-top: 6.501rem;
  margin-bottom: 9.077rem;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-size: 1.472rem;
  font-weight: 300;
  font-style: normal;
  line-height: 3.238rem;
}
.f-container .sec .abs {
  position: absolute;
  z-index: 5;
}
.f-container .sec__title {
  pointer-events: none;
}
.f-container .sec .style::before {
  position: absolute;
  top: 0;
  left: calc((-50vw + 46rem) / 2);
  display: inline-block;
  width: 50vw;
  height: 100%;
  content: '';
}
.f-container .sec .style {
  position: relative;
}
.f-container .sec .style__line::before {
  position: absolute;
  top: -3.68rem;
  left: 50%;
  display: inline-block;
  width: max(0.123rem, 1px);
  height: 7.36rem;
  content: '';
  transition: all 1s ease;
  transform: translateX(-50%);
  transform: scale(1, 0);
  transform-origin: left top;
}
.f-container .sec .style__line.showed::before {
  transform: scale(1, 1) !important;
}
.f-container .sec .style__box {
  position: relative;
}
.f-container .sec .style__title {
  pointer-events: none;
}
.f-container .sec .style .title01 {
  width: 9.07rem;
}
.f-container .sec .style__text {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.84rem;
  font-weight: 500;
  font-style: normal;
  line-height: 3.864rem;

  font-optical-sizing: auto;
}
.f-container .sec .style__text > span {
  display: flex;
}
.f-container .sec .style__img {
  position: relative;
  z-index: 2;
}
.f-container .sec .style__slide {
  position: relative;
}
.f-container .sec .style__slide .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.f-container .sec .style__slide .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex !important;
  justify-content: flex-end;
  padding: 0 1.227rem 1.227rem 0;
}
.f-container .sec .style__slide .slick-dots li {
  position: relative;
  width: 0.613rem;
  height: 0.613rem;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-radius: 50%;
}
.f-container .sec .style__slide .slick-dots li button::before {
  display: none;
}
.f-container .sec .style__slide .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-color: transparent;
}
.f-container .sec .style__slide .slick-dots li:nth-of-type(n + 2) {
  margin-left: 0.736rem;
}
.f-container .sec .style__slide .slick-dots li.slick-active {
  background: #333333;
}
.f-container .sec .style__credit {
  padding-top: 3.189rem;
}
.f-container .sec .style__credit .credit {
  display: flex;
  flex-wrap: wrap;

  -moz-column-gap: 1.227rem;
  column-gap: 1.227rem;
  row-gap: 1.717rem;
}
.f-container .sec .style__credit .item.mr {
  margin-right: 9.2rem;
}
.f-container .sec .style__credit .item a {
  position: relative;
  display: flex;
  padding-bottom: 0.123rem;
  letter-spacing: 0.025em;
  font-family: 'Crimson Text', serif;
  font-size: 1.472rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.349rem;
}
.f-container .sec .style__credit .item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: max(0.123rem, 1px);
  content: '';
  background-color: #b2b2b2;
}
.f-container .sec .style__credit.dfc .credit {
  justify-content: center;
}
.f-container .sec .style__credit.dfr .credit {
  justify-content: flex-end;
}
.f-container .sec01 .sec__title {
  margin-bottom: 8.587rem;
}
.f-container .sec01 .sec__title img {
  width: 31.325rem;
  margin-left: 7.605rem;
}
.f-container .sec01 .style {
  background-color: rgba(206, 174, 183, 0.2);
}
.f-container .sec01 .style::before {
  background-color: rgba(206, 174, 183, 0.2);
}
.f-container .sec01 .style__line::before {
  background-color: #ceaeb7;
}
.f-container .sec01 .style01 {
  padding-top: 8.525rem;
  padding-bottom: 13.493rem;
}
.f-container .sec01 .style01 .style__title {
  margin-bottom: 2.699rem;
  margin-left: 18.339rem;
}
.f-container .sec01 .style01 .text01 {
  margin-bottom: 4.048rem;
}
.f-container .sec01 .style01 .text01 > span:nth-of-type(2) {
  letter-spacing: -0.07em;
}
.f-container .sec01 .style01 .img01 {
  margin-bottom: 4.907rem;
}
.f-container .sec01 .style01 .box01 {
  width: 38.027rem;
  margin-left: 6.133rem;
}
.f-container .sec01 .style01 .box01 .credit01 {
  padding-left: 6.133rem;
}
.f-container .sec01 .style02 {
  margin-bottom: 32.813rem;
}
.f-container .sec01 .style02 .box01 {
  width: 42.933rem;
  margin-bottom: 1.84rem;
  margin-left: auto;
}
.f-container .sec01 .style02 .box01 .img01 {
  margin-bottom: 4.539rem;
}
.f-container .sec01 .style02 .box01 .text01 {
  margin-bottom: 4.6rem;
}
.f-container .sec01 .style02 .box01 .text01 span:nth-of-type(1) {
  margin-left: -0.736rem;
}
.f-container .sec01 .style02 .box01 .text01 span:nth-of-type(2) {
  margin-left: -0.368rem;
  letter-spacing: 0;
}
.f-container .sec01 .style02 .box01 .style__title {
  top: 3.741rem;
  left: 2.453rem;
  width: 10.721rem;
}
.f-container .sec01 .style02 .box02 {
  width: 39.867rem;
  height: 49.925rem;
}
.f-container .sec01 .style02 .box02 .credit02 {
  padding-right: 12.267rem;
  padding-left: 1.84rem;
}
.f-container .sec02 .sec__title {
  margin-bottom: 8.648rem;
}
.f-container .sec02 .sec__title img {
  width: 31.804rem;
  margin-left: 6.931rem;
}
.f-container .sec02 .style {
  background-color: #edf2f9;
}
.f-container .sec02 .style::before {
  background-color: #edf2f9;
}
.f-container .sec02 .style__line::before {
  background-color: #3e5577;
}
.f-container .sec02 .style01 {
  padding-top: 8.587rem;
  padding-bottom: 13.616rem;
}
.f-container .sec02 .style01 .img01 {
  width: 41.707rem;
  margin: 0 auto 4.845rem;
}
.f-container .sec02 .style01 .style__title {
  margin-bottom: 2.576rem;
  margin-left: 18.4rem;
}
.f-container .sec02 .style01 .text01 {
  margin-bottom: 4.6rem;
  letter-spacing: 0;
}
.f-container .sec02 .style01 .box01 {
  width: 100%;
}
.f-container .sec02 .style01 .box01 .slide01 {
  margin-left: -0.061rem;
}
.f-container .sec02 .style01 .box01 .slide01 .sec__img {
  width: 38.027rem;
  padding-right: 1.227rem;
}
.f-container .sec02 .style01 .box01 .credit03 {
  padding-right: 4.293rem;
  padding-left: 1.84rem;
}
.f-container .sec02 .style02 .box01 .slide01 {
  margin-bottom: 4.539rem;
}
.f-container .sec02 .style02 .box01 .style__title {
  top: 3.803rem;
  right: 2.76rem;
  width: 10.666rem;
}
.f-container .sec02 .style02 .box01 .text01 {
  margin-bottom: 4.477rem;
}
.f-container .sec02 .style02 .box01 .text01 span:nth-of-type(2) {
  margin-right: -0.368rem;
  letter-spacing: 0.025em;
}
.f-container .sec02 .style02 .box01 .text01 span:nth-of-type(2) span {
  margin-left: -0.184rem;
}
.f-container .sec02 .style02 .box02 {
  width: 39.253rem;
  height: 49.189rem;
  margin: 0 auto 32.323rem;
}
.f-container .sec03 .sec__title {
  margin-bottom: 8.587rem;
}
.f-container .sec03 .sec__title img {
  width: 35.518rem;
  margin-left: 5.152rem;
}
.f-container .sec03 .style {
  background-color: rgba(148, 173, 196, 0.15);
}
.f-container .sec03 .style::before {
  background-color: rgba(148, 173, 196, 0.15);
}
.f-container .sec03 .style__line::before {
  background-color: #94adc4;
}
.f-container .sec03 .style01 {
  padding-top: 8.587rem;
  padding-bottom: 13.493rem;
}
.f-container .sec03 .style01 .style__title {
  margin-bottom: 2.576rem;
  margin-left: 18.4rem;
}
.f-container .sec03 .style01 .text01 {
  margin-bottom: 4.048rem;
}
.f-container .sec03 .style01 .text01 span:nth-of-type(1) {
  margin-right: -1.227rem;
  letter-spacing: -0.02em;
}
.f-container .sec03 .style01 .text01 span:nth-of-type(2) {
  letter-spacing: 0.04em;
}
.f-container .sec03 .style01 .text01 span:nth-of-type(2) span {
  margin-left: -0.184rem;
}
.f-container .sec03 .style01 .img01 {
  width: 42.32rem;
  margin-bottom: 4.845rem;
}
.f-container .sec03 .style01 .box01 {
  width: 36.8rem;
  margin-left: auto;
}
.f-container .sec03 .style01 .box01 .credit05 {
  padding-right: 1.84rem;
  padding-left: 9.2rem;
}
.f-container .sec03 .style02 .box01 {
  width: 40.48rem;
  margin: 0 auto;
}
.f-container .sec03 .style02 .box01 .slide01 {
  margin-bottom: 4.968rem;
}
.f-container .sec03 .style02 .box01 .style__title {
  width: 10.782rem;
  margin-bottom: 2.76rem;
  margin-left: 14.72rem;
}
.f-container .sec03 .style02 .box01 .text01 {
  margin-bottom: 4.539rem;
}
.f-container .sec03 .style02 .box01 .text01 > span {
  letter-spacing: 0.03em;
}
.f-container .sec03 .style02 .box01 .text01 > span:nth-of-type(2) span {
  margin-left: -0.307rem;
  letter-spacing: -0.08em;
}
.f-container .sec03 .style02 .box02 {
  width: 40.48rem;
  height: 50.845rem;
  margin: 0 auto 32.691rem;
}
.f-container .sec04 .sec__title {
  margin-bottom: 8.587rem;
}
.f-container .sec04 .sec__title img {
  width: 38.151rem;
  margin-left: 3.864rem;
}
.f-container .sec04 .style {
  background-color: #f5f6f7;
}
.f-container .sec04 .style::before {
  background-color: #f5f6f7;
}
.f-container .sec04 .style__line::before {
  margin-left: -0.184rem;
  background-color: #666666;
}
.f-container .sec04 .style01 {
  padding-top: 8.587rem;
  padding-bottom: 13.493rem;
}
.f-container .sec04 .style01 .box01 .style__title {
  top: 3.68rem;
  right: 3.067rem;
}
.f-container .sec04 .style01 .box01 .img01 {
  margin-bottom: 4.293rem;
}
.f-container .sec04 .style01 .box01 .text01 {
  margin-bottom: 4.661rem;
}
.f-container .sec04 .style01 .box01 .text01 span:nth-of-type(2) {
  margin-left: -0.552rem;
  letter-spacing: 0.04em;
}
.f-container .sec04 .style01 .box01 .text01 span:nth-of-type(2) span {
  margin-left: -0.245rem;
  letter-spacing: -0.04em;
}
.f-container .sec04 .style01 .box02 {
  width: 44.16rem;
  margin-left: 1.84rem;
}
.f-container .sec04 .style01 .box02 .img02 {
  width: 36.8rem;
}
.f-container .sec04 .style02 .box01 .style__title {
  top: 3.68rem;
  right: 3.067rem;
}
.f-container .sec04 .style02 .box01 .img01 {
  width: 40.48rem;
  margin-bottom: 4.477rem;
  margin-left: auto;
}
.f-container .sec04 .style02 .box01 .title02 {
  top: 4.048rem;
  left: 2.637rem;
  width: 10.727rem;
}
.f-container .sec04 .style02 .box01 .text01 {
  margin-bottom: 4.539rem;
}
.f-container .sec04 .style02 .box01 .text01 span {
  letter-spacing: 0.04em;
}
.f-container .sec04 .style02 .box01 .text01 span:nth-of-type(2) {
  margin-left: -0.184rem;
}
.f-container .sec04 .style02 .box01 .text01 span:nth-of-type(2) span {
  letter-spacing: 0;
}
.f-container .sec04 .style02 .box02 {
  width: 42.32rem;
  height: 52.563rem;
  margin-bottom: 31.341rem;
}
.f-container .sec04 .style02 .box02 .credit08 {
  padding-left: 1.84rem;
}
.f-container .last {
  padding-bottom: 11.04rem;
}
.f-container .last__title img {
  width: 24.868rem;
  margin-left: 10.549rem;
}
.f-container .last__title {
  margin-bottom: 2.085rem;
}
.f-container .last__staff {
  margin-bottom: 8.893rem;
  text-align: center;
  letter-spacing: 0.015em;
  font-family: 'Crimson Text', serif;
  font-size: 1.472rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.453rem;
  color: #bad891;
}
.f-container .last__all-btn {
  width: 27.539rem;
  margin: 0 auto;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}
