@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;
  }
}
body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  overflow: clip;
  width: 100%;
  text-align: center;
  color: #555555;
  background-color: #e3e3e3;

  font-feature-settings: 'palt';
}
.f-container * {
  box-sizing: border-box;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴ ProN', sans-serif;
  font-weight: 500;
  font-style: normal;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img {
  position: relative;
}
.f-container a.mask-img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
  transition: all 0.3s;

  -webkit-mask-size: cover;
  mask-size: cover;
}
.f-container a.mask-img:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.3);
}
.f-container img {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  display: block;
  width: 100%;
  height: auto;
}
.f-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #555555;
  transition: opacity 0.7s;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: opacity, visibility;
}
.f-container .fadeIn.showed {
  visibility: visible;
  opacity: 1;
}
.f-container .fadeDown {
  transform: translate(0px, -50px);
}
.f-container .fadeUp {
  transform: translate(0px, 50px);
}
.f-container .fadeLeft {
  transform: translate(50px, 0);
}
.f-container .fadeRight {
  transform: translate(-50px, 0);
}
.f-container .fadeDown,
.f-container .fadeUp,
.f-container .fadeLeft,
.f-container .fadeRight {
  visibility: hidden;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: transform, opacity, visibility;
}
.f-container .fadeDown.showed,
.f-container .fadeUp.showed,
.f-container .fadeLeft.showed,
.f-container .fadeRight.showed {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.f-container .f-left {
  position: sticky;
  top: 80px;
  overflow: clip;
  width: 50%;
  height: calc(100vh - 80px);
}
.f-container .f-left .hero {
  position: relative;
  width: 100%;
  height: 100%;
}
.f-container .f-left .hero__mv {
  width: 100%;
  height: 100%;
}
.f-container .f-left .hero__mv img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.f-container .f-left .hero__title {
  position: absolute;
  bottom: calc(0.1875 * (100vh - 80px));
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;

  row-gap: 2.8rem;
}
.f-container .f-left .hero__title > span {
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  line-height: 1;
  color: #ffffff;
}
.f-container .f-main {
  overflow: clip;
  width: 100%;
  max-width: 50%;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #e3e3e3;
}
.f-container .f-main-wrap {
  width: 100%;
  max-width: 45rem;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #e3e3e3;
}
.f-container .f-main-wrap .hero__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.4rem;
}
.f-container .f-main-wrap .hero__title span {
  letter-spacing: 0.13em;
  font-size: 2.3rem;
  line-height: 1;
}
.f-container .f-main-wrap .hero__title span:nth-of-type(n + 2) {
  margin-top: 2.7rem;
}
.f-container .f-main-wrap .hero__lead {
  display: flex;
  flex-direction: column;
  margin-bottom: 9.9rem;
}
.f-container .f-main-wrap .hero__lead > span {
  letter-spacing: 0.13em;
  font-size: 1.4rem;
  line-height: 2.9rem;
}
.f-container .f-main-wrap .hero__lead > span:nth-of-type(n + 2) {
  margin-top: 2.3rem;
}
.f-container .sec__title-box {
  position: relative;
}
.f-container .sec__title-color {
  position: absolute;
  z-index: 2;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.f-container .sec__title {
  margin-bottom: 4.9rem;
  text-align: left;
  letter-spacing: 0.19em;
  font-family: 'jaf-bernina-sans', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4rem;
}
.f-container .sec .sec01 .sec__title {
  padding-left: 21.3rem;
}
.f-container .sec .sec01 .sec__title-color {
  left: 17.2rem;
  width: 2.8rem;
}
.f-container .sec .sec01 .img01 {
  width: 39.6rem;
  margin: 0 auto 4.8rem;
}
.f-container .sec .sec01 .img02 {
  width: 34.2rem;
  margin-bottom: 2.4rem;
}
.f-container .sec .sec01 .img03 {
  width: 34.2rem;
  margin-bottom: 10.8rem;
  margin-left: auto;
}
.f-container .sec .sec02 .sec__title {
  padding-left: 33.9rem;
}
.f-container .sec .sec02 .sec__title-color {
  left: 29.5rem;
  width: 3rem;
}
.f-container .sec .sec02 .img01 {
  width: 37.8rem;
  margin: 0 auto 3.6rem;
}
.f-container .sec .sec02 .img02 {
  width: 30.6rem;
  margin-bottom: 10.9rem;
  margin-left: 10.8rem;
}
.f-container .sec .sec03 .sec__title {
  padding-left: 7.1rem;
}
.f-container .sec .sec03 .sec__title-color {
  left: 2.7rem;
  width: 3.1rem;
}
.f-container .sec .sec03 .img01 {
  margin-bottom: 4.8rem;
}
.f-container .sec .sec03 .img02 {
  width: 34.2rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
}
.f-container .sec .sec03 .img03 {
  width: 34.2rem;
  margin-bottom: 9.6rem;
  margin-left: 2.7rem;
}
.f-container .sec .sec03 .img04 {
  margin-bottom: 6rem;
}
.f-container .view-all__btn {
  width: 32.4rem;
  margin: 0 auto;
}

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

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