@charset "UTF-8";
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.3809523214vw;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  opacity: 0;
}
.f-container.show {
  opacity: 1;
}
.f-container {
  scroll-margin-top: 80px;
  width: 100%;
  overflow: clip;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.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: #000;
  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 {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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 {
  background: rgb(255, 255, 255);
  opacity: 0.3;
}
.f-container img,
.f-container video {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.f-container a {
  color: #000;
  display: block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left, .f-container .f-right {
  position: relative;
  background-color: #eaeaea;
  width: calc((100% - 42rem) / 2);
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f-container .f-left .fade-target, .f-container .f-right .fade-target {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.f-container .f-left.on .fade-target, .f-container .f-right.on .fade-target {
  visibility: visible;
  opacity: 1;
}
.f-container .f-left {
  align-items: center;
}
.f-container .f-left__title {
  width: 35.428rem;
  transform: translateX(-3rem);
}
@media screen and (max-width: 1400px) {
  .f-container .f-left {
    align-items: flex-end;
  }
  .f-container .f-left__title {
    transform: translateX(0);
    margin-right: 10.6rem;
  }
}
.f-container .f-right {
  align-items: center;
}
.f-container .f-right__btn {
  width: 28rem;
}
.f-container .f-main {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  width: 100%;
}
.f-container .f-main-wrap {
  scroll-margin-top: 80px;
  width: 100%;
  background-color: #fff;
  background-size: 100% auto;
  margin: 0 auto;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .f-container .f-main {
    max-width: 42rem;
  }
  .f-container .f-main-wrap {
    margin: 0 auto;
  }
  .f-container .f-left, .f-container .f-right {
    display: none;
  }
}
.f-container .fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s;
}
.f-container .fadeIn.showed {
  visibility: visible;
  opacity: 1;
}
@keyframes LineFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.f-container .hero {
  background-color: #4c5d55;
}
.f-container .hero__box {
  padding-top: 10.08rem;
}
.f-container .hero__title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
.f-container .hero__text {
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.344rem;
  line-height: 2.352rem;
  letter-spacing: 0.07em;
  color: #fff;
  text-align: center;
  padding: 3.976rem 0 6.216rem;
  margin-bottom: 6.888rem;
}
.f-container .hero__text span.bar {
  display: inline;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}
.f-container .sec__area {
  margin-bottom: 6.216rem;
}
.f-container .sec__title {
  position: relative;
  z-index: 3;
}
.f-container .sec__title-box {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  overflow: hidden;
}
.f-container .sec__title-box::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: min(0.112rem, 1px);
  background-color: #000;
  position: absolute;
}
.f-container .sec__title-box.rl::before {
  display: inline-block;
  content: "";
  width: min(0.112rem, 1px);
  height: 100%;
  background-color: #000;
  position: absolute;
}
.f-container .sec__title-box.rl .text-up {
  transform: translateX(-105%);
}
.f-container .sec__title-box.wh::before {
  background-color: #fff;
}
.f-container .sec__title .text-up {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateY(105%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.f-container .sec__title.showed .text-up {
  font-family: "ivybodoni", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.256rem;
  overflow: hidden;
  transform: translate(0, 0);
}
.f-container .sec__title.showed .sec__title-box:nth-of-type(2) .text-up {
  transition-delay: 0.3s;
}
.f-container .sec__box {
  position: relative;
}
.f-container .sec__text {
  width: 36.4rem;
  display: flex;
  justify-content: center;
  margin: 3.976rem 0 2.408rem 2.8rem;
}
.f-container .sec__text p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.344rem;
  line-height: 2.352rem;
  letter-spacing: 0.05em;
  text-align: justify;
}
.f-container .sec__text p span {
  display: inline-block;
}
.f-container .sec__text p span.pad {
  padding: 0 0.28rem;
}
.f-container .sec__text p span.bar {
  display: inline;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}
.f-container .sec__credit {
  width: 34.72rem;
  margin-left: 2.8rem;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.288rem;
       column-gap: 1.288rem;
}
.f-container .sec__credit .item a {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  font-size: 1.344rem;
  line-height: 2.352rem;
  color: #000;
}
.f-container .sec__credit .yen {
  padding-left: 0.056rem;
}
.f-container .sec01 .title01 {
  margin-bottom: 2.8rem;
}
.f-container .sec01 .title01 .box01::before {
  left: 0;
  bottom: 0.952rem;
}
.f-container .sec01 .title01 .box01 {
  width: 25.312rem;
  margin-left: 8.848rem;
}
.f-container .sec01 .title01 .box01 .text-up {
  width: 22.403rem;
  margin-left: 2.856rem;
}
.f-container .sec01 .title01 .box02::before {
  left: 0;
  bottom: 0.952rem;
}
.f-container .sec01 .title01 .box02 {
  margin-top: -0.56rem;
  margin-left: 22.4rem;
  width: 19.6rem;
}
.f-container .sec01 .title01 .box02 .text-up {
  width: 16.747rem;
  margin-left: 0.112rem;
}
.f-container .sec01 .img01 {
  width: 35.28rem;
  margin-bottom: 2.8rem;
}
.f-container .sec01 .img02 {
  width: 33.04rem;
  margin-left: auto;
}
.f-container .sec02 .slide01 {
  width: 36.4rem;
  margin: 0 auto 3.864rem;
}
.f-container .sec02 .title01 .box01::before {
  left: 0;
  bottom: 0.952rem;
}
.f-container .sec02 .title01 .box01 {
  width: 35.336rem;
}
.f-container .sec02 .title01 .box01 .text-up {
  width: 32.464rem;
  margin-left: 2.8rem;
}
.f-container .sec02 .text01 {
  margin-top: 3.528rem;
  margin-bottom: 2.24rem;
}
.f-container .sec03 {
  margin-bottom: 7.168rem;
}
.f-container .sec03 .title01 {
  width: 4.18rem;
  height: 100%;
  position: absolute;
  right: 1.68rem;
  top: 0;
}
.f-container .sec03 .title01 .box01 {
  height: 100%;
}
.f-container .sec03 .title01 .box01::before {
  top: 0;
  left: 0.896rem;
}
.f-container .sec03 .title01 .box01 .text-up {
  margin-top: 4.76rem;
}
.f-container .sec03 .img01 {
  width: 34.16rem;
}
.f-container .sec03 .text01 {
  margin-bottom: 2.24rem;
}
.f-container .sec04 .slide01 {
  width: 100%;
}
.f-container .sec04 .title01 {
  width: 3.201rem;
  height: 100%;
  position: absolute;
  left: 2.128rem;
  top: 0;
}
.f-container .sec04 .title01 .box01 {
  height: 100%;
}
.f-container .sec04 .title01 .box01::before {
  top: 0;
  left: 0;
}
.f-container .sec04 .title01 .box01 .text-up {
  margin-top: 9.632rem;
}
.f-container .sec04 .credit04 {
  width: 37.52rem;
}
.f-container .sec05 .title01 .box01 {
  width: 3.201rem;
  position: absolute;
  top: 0;
  left: 5.936rem;
  height: 27.944rem;
}
.f-container .sec05 .title01 .box01::before {
  top: 0;
  left: 0;
}
.f-container .sec05 .title01 .box01 .text-up {
  margin-top: 2.912rem;
}
.f-container .sec05 .title01 .box02 {
  width: 4.137rem;
  position: absolute;
  top: 16.8rem;
  left: 0.616rem;
  height: 39.536rem;
}
.f-container .sec05 .title01 .box02::before {
  top: 0;
  left: 0.913rem;
}
.f-container .sec05 .title01 .box02 .text-up {
  margin-top: 0.101rem;
}
.f-container .sec05 .img01 {
  width: 31.92rem;
  margin-left: auto;
  margin-bottom: 3.192rem;
}
.f-container .sec05 .img02 {
  width: 34.16rem;
}
.f-container .sec06 {
  margin-bottom: 6.384rem;
}
.f-container .sec06 .slide01 {
  width: 36.4rem;
  margin: 0 auto;
}
.f-container .sec06 .title01 {
  width: 4.18rem;
  height: 100%;
  position: absolute;
  right: 3.864rem;
  top: 0;
}
.f-container .sec06 .title01 .box01 {
  height: 100%;
}
.f-container .sec06 .title01 .box01::before {
  top: 0;
  left: 0.952rem;
}
.f-container .sec06 .title01 .box01 .text-up {
  margin-top: 7rem;
}
.f-container .sec07 {
  margin-bottom: 5.88rem;
}
.f-container .sec07 .title01 {
  margin-bottom: 2.744rem;
}
.f-container .sec07 .title01 .box01::before {
  left: 0;
  bottom: 0.952rem;
}
.f-container .sec07 .title01 .box01 {
  width: 33.712rem;
  margin-left: 2.8rem;
}
.f-container .sec07 .title01 .box01 .text-up {
  width: 30.915rem;
  margin-left: 2.856rem;
}
.f-container .sec07 .title01 .box02 {
  margin-top: -0.28rem;
}
.f-container .sec07 .title01 .box02::before {
  left: 0;
  bottom: 0.952rem;
}
.f-container .sec07 .title01 .box02 {
  margin-left: 16.352rem;
  width: 25.648rem;
}
.f-container .sec07 .title01 .box02 .text-up {
  width: 22.641rem;
  margin-left: 0.067rem;
}
.f-container .sec07 .img01 {
  margin-bottom: 4.48rem;
}
.f-container .sec07 .img02 {
  width: 22.96rem;
}
.f-container .sec07 .img03 {
  width: 22.96rem;
  margin-top: -16.072rem;
  margin-left: auto;
}
.f-container .sec07 .text01 {
  margin-top: 3.808rem;
}
.f-container .sec08 .title01 .box01 {
  width: 4.18rem;
  height: 38.528rem;
  position: absolute;
  top: 0;
  right: 1.064rem;
}
.f-container .sec08 .title01 .box01::before {
  top: 0;
  left: 0.896rem;
}
.f-container .sec08 .title01 .box01 .text-up {
  margin-top: 2.912rem;
}
.f-container .sec08 .title01 .box02 {
  width: 4.18rem;
  height: 24.584rem;
  position: absolute;
  top: 17.976rem;
  right: 5.432rem;
}
.f-container .sec08 .title01 .box02::before {
  top: 0;
  left: 0.896rem;
}
.f-container .sec08 .title01 .box02 .text-up {
  margin-top: 0.056rem;
}
.f-container .sec08 .img01 {
  width: 31.92rem;
}
.f-container .all {
  padding-bottom: 11.2rem;
}
.f-container .all__btn {
  width: 36.4rem;
  margin: 0 auto;
}

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

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