html {
  font-size: 0.4761905vw;

  scroll-behavior: smooth;
}

body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  position: relative;
  display: flex;
  overflow: clip;
  overflow: clip;
  width: 100%;
  text-align: center;
  font-family: 'garamond-premier-pro-display', serif;
  font-weight: 400;
  font-style: normal;
  color: #353535;

  font-feature-settings: 'palt';
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
}
.f-container a.mask-img,
.f-container .sec__img a {
  position: relative;
}
.f-container a.mask-img::after,
.f-container .sec__img a::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,
.f-container .sec__img a:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after,
.f-container .sec__img a: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: #353535;
  transition: opacity 0.3s;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .fadeZoom {
  overflow: clip;
}
.f-container .fadeZoom img {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
  transform: scale(1.05, 1.05);

  will-change: transform, opacity, visibility;
}
.f-container .fadeZoom.showed img {
  visibility: inherit;
  opacity: 1;
  transform: translate(0px, 0px);
}
.f-container .fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, visibility 1s ease;

  will-change: opacity, visibility;
}
.f-container .fadeIn.showed {
  visibility: visible;
  opacity: 1;
}
.f-container .fadeDown {
  transform: translate(0px, -20px);
}
.f-container .fadeUp {
  transform: translate(0px, 20px);
}
.f-container .fadeLeft {
  transform: translate(20px, 0);
}
.f-container .fadeRight {
  transform: translate(-20px, 0);
}
.f-container .fadeDown,
.f-container .fadeUp,
.f-container .fadeLeft,
.f-container .fadeRight {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;

  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 .clipDown,
.f-container .clipLeft,
.f-container .clipRight {
  visibility: hidden;
  opacity: 0;
  transition: clip-path 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  will-change: clip-path, opacity, visibility;
  clip-path: polygon(0px 0px, 100% 0px, 100% 0px, 0px 0px);
}
.f-container .clipDown.showed,
.f-container .clipLeft.showed,
.f-container .clipRight.showed {
  visibility: visible;
  opacity: 1;

  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);
}
.f-container .clipDown {
  clip-path: polygon(0px 0px, 100% 0px, 100% 0px, 0px 0px);
}
.f-container .clipLeft {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.f-container .clipRight {
  clip-path: polygon(0px 0px, 0 0px, 0 100%, 0 100%);
}
.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: 6.2rem;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: 'garamond-premier-pro-display', serif;
  font-weight: 400;
  font-style: normal;
}
.f-container .f-left .hero__title > span {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #ffffff;
}
.f-container .f-left .hero__title-over {
  margin-bottom: 3.2rem;
  opacity: 0;
  font-size: 3.2rem;
  transition: opacity 1s ease 0.1s;
}
.f-container .f-left .hero__title-over.showed {
  opacity: 1;
}
.f-container .f-left .hero__title-under {
  display: flex;
  flex-direction: column;
  font-size: 7.2rem;
}
.f-container .f-left .hero__title-under > span {
  display: flex;
  justify-content: center;
}
.f-container .f-left .hero__title-under > span > span {
  opacity: 0;
  transition: opacity 1s ease;
}
.f-container .f-left .hero__title-under > span.showed span {
  opacity: 1;
}
.f-container .f-left .hero__title-under > span:nth-of-type(1) span:nth-of-type(1) {
  padding-right: 0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(1) span:last-child {
  padding-left: 0.01em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(2) {
  margin-left: -0.2em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:nth-of-type(1) {
  padding-right: 0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:nth-of-type(3) {
  padding-right: 0.05em;
  margin-left: -0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:nth-of-type(4) {
  padding-right: 0.05em;
  margin-left: -0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:nth-of-type(5) {
  padding-right: 0.05em;
  margin-left: -0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:nth-of-type(6) {
  padding-right: 0.05em;
  margin-left: -0.05em;
}
.f-container .f-left .hero__title-under > span:nth-of-type(3) span:last-child {
  padding-left: 0.05em;
}
.f-container .f-main {
  overflow: clip;
  width: 100%;
  max-width: 50%;
  background-color: #f1f0ea;
}
.f-container .f-main-wrap {
  width: 100%;
  max-width: 67.5rem;
  margin: 0 auto;
  background-color: #f1f0ea;
}
.f-container .el-sticky {
  position: sticky;
  z-index: 0;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.f-container .after-sticky {
  position: relative;
  z-index: 5;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.f-container .sec__title {
  display: flex;
  flex-direction: column;
  padding-top: 14.4rem;
  font-family: 'garamond-premier-pro-display', serif;
  font-weight: 400;
  font-style: normal;
}
.f-container .sec__title > span {
  margin-right: -0.1em;
  letter-spacing: 0.1em;
}
.f-container .sec__title-over {
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 4rem;
  font-size: 4.3rem;
  line-height: 2.3rem;
}
.f-container .sec__title-over::before {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 1px;
  content: '';
  background-color: #353535;
  transition: width 1s 0.2s ease;
  transform: translateX(-50%);

  will-change: width;
}
.f-container .sec__title-over.showed::before {
  width: 100%;
}
.f-container .sec__title-under {
  position: relative;
  z-index: 2;
  padding-top: 0.5rem;
  margin-bottom: 7.2rem;
  font-size: 6.5rem;
  line-height: 3.6rem;
}
.f-container .sec__slide {
  position: relative;
}
.f-container .sec__slide .swiper {
  overflow: hidden;
}
.f-container .sec__slide.fadeZoom .swiper-slide img {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease;
  transform: scale(1.05, 1.05);
}
.f-container .sec__slide.fadeZoom .swiper-slide-active img {
  visibility: inherit;
  opacity: 1;
  transform: translate(0px, 0px);
}
.f-container .sec__slide .swiper-container-horizontal > .swiper-pagination-bullets,
.f-container .sec__slide .swiper-pagination-custom,
.f-container .sec__slide .swiper-pagination-fraction {
  position: absolute;
  z-index: 3;
  right: 1.8rem;
  bottom: 1.8rem;
  display: flex;
  justify-content: flex-end;
  width: auto;
}
.f-container .sec__slide .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0;
  opacity: 1;
  border: 0.1rem solid #f1f0ea;
  border-radius: 100%;
  background-color: transparent;
}
.f-container .sec__slide .swiper-pagination-bullet:nth-child(n + 2) {
  margin-left: 1.8rem;
}
.f-container .sec__slide .swiper-pagination-bullet-active {
  background: #f1f0ea;
}
.f-container .sec__credit.dc .credit {
  justify-content: center;
}
.f-container .sec__credit.dr {
  padding-right: 3.6rem;
}
.f-container .sec__credit.dr .credit {
  justify-content: flex-end;
}
.f-container .sec__credit.dl {
  padding-left: 3.6rem;
}
.f-container .sec__credit.dl .credit {
  justify-content: flex-start;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-wrap: wrap;
  padding: 3.4rem 0 18rem;
}
.f-container .sec__credit .item {
  display: flex;
  letter-spacing: 0.09em;
  font-family: 'garamond-premier-pro-display', serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2rem;
}
.f-container .sec__credit .item:nth-of-type(n + 3) {
  margin-top: 1rem;
}
.f-container .sec__credit .item.no-mt {
  margin-top: 0;
}
.f-container .sec__credit .item a {
  display: flex;
}
.f-container .sec__credit .item.s::before {
  display: inline-block;
  padding: 0 0.6rem;
  content: '/';
}
.f-container .sec__mood {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 0.6rem;
  margin-right: -0.4rem;
  letter-spacing: 0.04em;
  pointer-events: none;
  font-family: 'Dorsa', sans-serif;
  font-size: 10.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 7rem;
}
.f-container .sec__mood span {
  display: inline-block;
}
.f-container .sec .sec01 .img01 {
  width: 59.4rem;
  margin: 0 auto 9rem;
}
.f-container .sec .sec01 .img02 {
  width: 50.4rem;
}
.f-container .sec .sec01 .img03 {
  width: 46.8rem;
  margin: -4.5rem 0 9rem 17.1rem;
}
.f-container .sec .sec01 .credit01 {
  padding-right: 16.2rem;
  padding-left: 16.2rem;
}
.f-container .sec .sec01 .img05 {
  width: 57.6rem;
  margin: 0 auto 9rem;
}
.f-container .sec .sec01 .img06 {
  width: 46.8rem;
  margin: 0 auto 4.5rem;
}
.f-container .sec .sec01 .mood01 {
  margin-bottom: 4.5rem;
}
.f-container .sec .sec01 .img07 {
  position: relative;
  z-index: 2;
  width: 46.8rem;
  margin: 0 auto;
}
.f-container .sec .sec01 .img08 {
  margin-top: -4.5rem;
}
.f-container .sec .sec01 .credit02 {
  padding-right: 10.8rem;
  padding-left: 10.8rem;
}
.f-container .sec .sec01 .img09 {
  width: 59.4rem;
  margin: 0 auto 9rem;
}
.f-container .sec .sec01 .img10 {
  width: 41.4rem;
  margin-bottom: 9rem;
}
.f-container .sec .sec01 .slide02 {
  width: 54rem;
  margin-left: auto;
}
.f-container .sec .sec01 .credit03 {
  padding-left: 9rem;
}
.f-container .sec .sec01 .img12 {
  margin-bottom: 9rem;
}
.f-container .sec .sec01 .img13 {
  width: 46.8rem;
  margin-bottom: 9rem;
  margin-left: auto;
}
.f-container .sec .sec01 .img14 {
  width: 50.4rem;
  margin-bottom: 9rem;
}
.f-container .sec .sec01 .img15 {
  width: 57.6rem;
  margin: 0 auto;
}
.f-container .sec .sec01 .img16 {
  width: 54rem;
  margin-bottom: 9rem;
}
.f-container .sec .sec01 .mood02 {
  margin-bottom: 0;
}
.f-container .sec .sec01 .img17 {
  width: 57.6rem;
  margin: -1.7rem auto 9rem;
}
.f-container .sec .sec01 .img18 {
  width: 48.6rem;
  margin-left: auto;
}
.f-container .sec .sec01 .credit05 {
  padding-left: 22.5rem;
}
.f-container .sec .after-sticky01 {
  position: relative;
  background-color: #e9e7e5;
}
.f-container .sec .after-sticky01::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 50vw;
  height: 100%;
  content: '';
  background-color: #e9e7e5;
  transform: translateX(-50%);

  will-change: transform;
}
.f-container .sec .sec02 {
  position: relative;
  z-index: 5;
}
.f-container .sec .sec02 .sec__mood {
  z-index: 6;
}
.f-container .sec .sec02 .img01 {
  width: 59.4rem;
  margin: 0 auto 9rem;
}
.f-container .sec .sec02 .img02 {
  width: 46.8rem;
  margin-bottom: 9rem;
  margin-left: auto;
}
.f-container .sec .sec02 .slide01 {
  width: 52.2rem;
}
.f-container .sec .sec02 .credit01 {
  padding-right: 18rem;
}
.f-container .sec .sec02 .img04 {
  width: 54rem;
  margin: 0 auto 9rem;
}
.f-container .sec .sec02 .img05 {
  margin-bottom: 9rem;
}
.f-container .sec .sec02 .img06 {
  position: relative;
  z-index: 3;
  width: 43.2rem;
  margin-left: 3.6rem;
}
.f-container .sec .sec02 .img07 {
  width: 46.8rem;
  margin: -4.5rem 0 9rem 17.1rem;
}
.f-container .sec .sec02 .slide02 {
  width: 59.4rem;
  margin: 0 auto;
}
.f-container .sec .sec02 .credit02 {
  padding-right: 13.5rem;
  padding-left: 13.5rem;
}
.f-container .sec .sec02 .img09 {
  width: 41.4rem;
  margin: 0 auto 18rem;
}
.f-container .sec .sec02 .img10 {
  margin-top: -1.7rem;
  margin-bottom: 9rem;
}
.f-container .sec .sec02 .slide03 {
  width: 55.8rem;
  margin: 0 auto;
}
.f-container .sec .sec02 .credit03 {
  padding-right: 16.2rem;
  padding-left: 16.2rem;
}
.f-container .sec .sec02 .img12 {
  width: 41.4rem;
  margin: 0 auto 18.5rem;
}
.f-container .all__item-check {
  position: relative;
  z-index: 10;
  padding-bottom: 18rem;
}
.f-container .all__item-check a {
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 2.4rem;
  letter-spacing: 0.1em;
  font-family: 'garamond-premier-pro-display', serif;
  font-size: 2.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6rem;
  color: #000000;
}
.f-container .all__item-check a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 1px;
  content: '';
  background-color: #000000;
  transition: all 1s ease;
  transform: translateX(-50%);

  will-change: transform;
}
.f-container .all__item-check a.showed::before {
  width: 14.4rem;
}
.f-container .sec__title-over::before {
  top: 2.72rem;
}

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

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