@charset 'UTF-8';
html {
  font-size: 0.7142857vw;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.9047618571vw;
  }
}
body {
  width: 100%;
}
body.open {
  overflow: hidden;
  background-color: #5c1c10;
}
body.open .pc-header-main.is-fixed {
  display: none;
}
.l-container {
  width: 100%;
}

.f-container {
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #5c1c10;

  scroll-margin-top: 80px;
  font-feature-settings: 'palt';
  /* モーダル全体（画面固定） */
}
.f-container__wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.f-container * {
  box-sizing: border-box;

  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.f-container a.mask-img,
.f-container .modal__img a {
  position: relative;
}
.f-container a.mask-img::after,
.f-container .modal__img 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 .modal__img a:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after,
.f-container .modal__img 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: #ffffff;
  transition: all 0.3s ease-in-out;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left,
.f-container .f-right {
  position: relative;
  position: sticky;
  top: 80px;
  display: flex;
  overflow: clip;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 52.5rem) / 2);
  height: calc(100vh - 80px);
}
.f-container .f-left__title {
  justify-content: flex-start;
  height: calc((100vh - 80px) * 174.917 / 780);
  margin-top: calc((100vh - 80px) * 62 / 780);
}
.f-container .f-left__title a,
.f-container .f-left__title img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .f-container .f-left__title {
    width: 27.2rem;
    height: auto;
    margin-top: 6.2rem;
  }
  .f-container .f-left__title a,
  .f-container .f-left__title img {
    width: 100%;
    height: auto;
  }
}
.f-container .f-right {
  justify-content: flex-end;
}
.f-container .f-right__btn {
  height: calc((100vh - 80px) * 35.64 / 780);
  margin-bottom: calc((100vh - 80px) * 50 / 780);
}
.f-container .f-right__btn a,
.f-container .f-right__btn img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1300px) {
  .f-container .f-right__btn {
    width: 26.5rem;
    height: auto;
  }
  .f-container .f-right__btn a,
  .f-container .f-right__btn img {
    width: 100%;
    height: auto;
  }
}
.f-container .f-main {
  width: 52.5rem;
}
.f-container .f-main-wrap {
  width: 100%;
  min-height: 100vh;
  padding-top: 4rem;
  margin: 0 auto;
  background-color: #f0eeea;

  scroll-margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .f-container .f-main {
    width: 52.5rem;
  }
  .f-container .f-main-wrap {
    width: 52.5rem;
    margin: 0 auto;
  }
  .f-container .f-left,
  .f-container .f-right {
    display: none;
  }
}
.f-container .fadeIn {
  opacity: 0;
  transition: all 1.2s ease;
}
.f-container .fadeIn.showed {
  opacity: 1;
}
.f-container .content__wrap {
  width: 100%;
}
.f-container .content__wrap .hero__box {
  position: relative;
  width: 44.1rem;
  margin: 0 auto 7rem;
}
.f-container .content__wrap .hero__title {
  position: absolute;
  top: 17.5rem;
  left: 3.01rem;
  width: 38.08rem;
}
.f-container .content__wrap .hero__movie {
  position: relative;
  background-color: #4e171d;
}
.f-container .content__wrap .hero__movie video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.f-container .content__wrap .hero__movie-btn {
  position: absolute;
  right: 1.4rem;
  bottom: 1.54rem;
  width: 2.52rem;
  height: 2.52rem;
  background: no-repeat url(../img/sound_on.png) 0 0 / contain;
}
.f-container .content__wrap .hero__movie-btn.on {
  background: no-repeat url(../img/sound_off.png) 0 0 / contain;
}
.f-container .content__wrap .limited {
  position: relative;
  padding: 4.76rem 0 4.97rem;
  background-color: #5c1c10;
}
.f-container .content__wrap .limited::before,
.f-container .content__wrap .limited::after {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: max(1px, 0.14rem);
  content: '';
  background-color: #ffffff;
}
.f-container .content__wrap .limited::before {
  top: 0.63rem;
}
.f-container .content__wrap .limited::after {
  bottom: 0.63rem;
}
.f-container .content__wrap .limited__title {
  width: 45.12rem;
  margin: 0 auto 4.55rem;
}
.f-container .content__wrap .limited__text {
  letter-spacing: 0.1em;
  font-family: 'yu-gothic-pr6n', sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  font-style: normal;
  line-height: 3.5rem;
}
.f-container .content__wrap .cai__btn {
  width: 37.1rem;
  padding: 9.03rem 0 9.73rem;
  margin: 0 auto;
}
.f-container .content__wrap .sec {
  color: #5c1c10;
}
.f-container .content__wrap .sec__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 7.56rem;
}
.f-container .content__wrap .sec__img {
  position: relative;
  width: 50%;
  cursor: pointer;
}
.f-container .content__wrap .sec__img .puma {
  position: absolute;
  bottom: 1.05rem;
  left: 1.05rem;
  width: 16.555rem;
}
.f-container .content__wrap .sec__title {
  padding-top: 0.21rem;
  margin-bottom: 3.5rem;
  letter-spacing: -0.02em;
  font-family: 'garamond-premier-pro', serif;
  font-size: 3.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
}
.f-container .content__wrap .sec__slider {
  overflow: clip;
  width: 100%;
  margin-bottom: 7rem;
}
.f-container .content__wrap .sec__slider .swiper-slide {
  width: 25.55rem;
}
.f-container .content__wrap .sec__slider .swiper-slide img {
  width: 25.2rem;
  margin: 0 auto;
}
.f-container .content__wrap .sec__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 42rem;
  margin: 0 auto 9.45rem;
}
.f-container .content__wrap .sec__text > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.49rem;
  letter-spacing: 0.05em;
  border-bottom: max(1px, 0.14rem) solid #5c1c10;
}
.f-container .content__wrap .sec__text > span:nth-of-type(n + 2) {
  margin-top: 2.38rem;
}
.f-container .content__wrap .sec__text > span .jpn {
  padding-top: 0.14rem;
  font-family: 'yu-gothic-pr6n', sans-serif;
  font-size: 1.96rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68rem;
}
.f-container .content__wrap .sec__text > span .eng {
  padding-top: 0.28rem;
  font-family: 'pragmatica', sans-serif;
  font-size: 1.96rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.26rem;
}
.f-container .content__wrap .sec__text > span .eng01 {
  align-self: center;
}
.f-container .content__wrap .sec__text > span .eng02 {
  margin-left: 0.315rem;
}
.f-container .content__wrap .sec__all {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f-container .content__wrap .sec__all .va {
  padding-top: 0.35rem;
  margin-bottom: 2.1rem;
  letter-spacing: -0.01em;
  font-family: 'garamond-premier-pro', serif;
  font-size: 4.76rem;
  font-weight: 400;
  font-style: normal;
  line-height: 2.8rem;
}
.f-container .content__wrap .sec__all .va a {
  color: #5c1c10;
}
.f-container .content__wrap .sec__all .pois {
  padding-bottom: 0.14rem;
  margin-bottom: 4.69rem;
  letter-spacing: 0.025em;
  font-family: 'classico-urw', sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4rem;
}
.f-container .content__wrap .sec__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49.7rem;
  margin: 0 auto 7rem;

  gap: 0.7rem;
}
.f-container .content__wrap .sec__btn {
  width: 24.5rem;
  height: 6.3rem;
}
.f-container .content__wrap .sec__btn.wide {
  width: 100%;
  height: 6.65rem;
}
.f-container .content__wrap .sec__btn.wide span {
  width: 90%;
}
.f-container .content__wrap .sec__btn a {
  position: relative;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #5c1c10;
}
.f-container .content__wrap .sec__btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 0.63rem;
  letter-spacing: -0.005em;
  font-family: 'garamond-premier-pro', serif;
  font-size: 3.15rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75rem;
  transform: translate(-50%, -50%);
}
.f-container .content__wrap .sec__btn a::after {
  position: absolute;
  top: 2.17rem;
  right: 2.38rem;
  display: inline-block;
  width: 0.984rem;
  height: 2.188rem;
  content: '';
  background: no-repeat url(../img/btn_arrow.svg?260126_v1) 0 0 / contain;
}
.f-container .content__wrap .rethink {
  color: #5c1c10;
}
.f-container .content__wrap .rethink__icon {
  width: 10.777rem;
  margin: 0 auto 1.61rem;
}
.f-container .content__wrap .rethink__text {
  display: flex;
  flex-direction: column;
  margin-bottom: 10.01rem;
}
.f-container .content__wrap .rethink__text span {
  letter-spacing: 0.025em;
  font-family: 'classico-urw', sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4rem;
}
.f-container .content__wrap .rethink__text span:nth-of-type(1) {
  padding-top: 0.07rem;
  margin-bottom: 1.61rem;
}
.f-container .content__wrap .rethink__text span:nth-of-type(2) {
  padding-bottom: 0.7rem;
}
.f-container .content__wrap .lp-ig__title {
  padding-bottom: 0.42rem;
  margin-bottom: 3.15rem;
  letter-spacing: 0.005em;
  font-family: 'garamond-premier-pro', serif;
  font-size: 2.94rem;
  font-weight: 500;
  font-style: normal;
  line-height: 2.24rem;
  color: #5c1c10;
}
.f-container .content__wrap .lp-ig__block {
  width: 48.3rem;
  margin: 0 auto 8.96rem;
}
.f-container .content__wrap .lp-ig__block iframe {
  max-width: 100% !important;
}
.f-container .content__wrap .staff {
  color: #000000;
}
.f-container .content__wrap .staff__detail {
  padding-bottom: 10.22rem;
  letter-spacing: 0.05em;
  font-family: 'pragmatica', sans-serif;
  font-size: 1.54rem;
  font-weight: 300;
  font-style: normal;
  line-height: 3.36rem;
}
.f-container .modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /* モーダル本体 */
  /* 背景 */
  /* 閉じるボタン */
  /* スクロール領域 */
}
.f-container .modal.is-active {
  display: block;
}
.f-container .modal__content {
  position: relative;
  z-index: 22;
  overflow: hidden;
  overflow-y: auto;
  width: 40.95rem;
  height: 100vh;
  padding-bottom: 8.05rem;
  margin: 0 auto;

  inset: 0;
}
@media screen and (min-width: 768px) {
  .f-container .modal__content::-webkit-scrollbar {
    display: none;
  }
}
.f-container .modal__bg {
  position: absolute;
  z-index: 21;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  cursor: pointer;
  background: rgba(92, 28, 16, 0.4);

  inset: 0;
}
.f-container .modal__close {
  position: relative;
  width: 3.5rem;
  cursor: pointer;
}
.f-container .modal__close-wrap {
  position: fixed;
  z-index: 23;
  top: 3.08rem;
  right: 1.89rem;
  height: 0;
}
.f-container .modal__scroll {
  width: 40.95rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .f-container .modal__scroll {
    padding-bottom: 3.5rem;
  }
}
.f-container .modal__each {
  position: relative;
  overflow: clip;
  width: 100%;
  height: 54.6rem;
}
.f-container .modal__each:nth-of-type(1) {
  height: auto;
  padding-top: 8.05rem;
}
.f-container .modal__each .puma {
  position: absolute;
  top: 2.1rem;
  left: 1.715rem;
  width: 20.694rem;
  pointer-events: none;
}
.f-container .modal__each:nth-of-type(odd) .modal__credit {
  left: 1.75rem;
  text-align: left;
}
.f-container .modal__each:nth-of-type(even) .modal__credit {
  right: 1.75rem;
  text-align: right;
}
.f-container .modal__each:nth-of-type(even) .modal__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.f-container .modal__each:nth-of-type(even) .modal__credit .credit .item {
  justify-content: flex-end;
}
.f-container .modal__each:nth-of-type(even) .modal__credit .credit .item a > span {
  margin-left: auto;
}
.f-container .modal__credit {
  position: absolute;
  z-index: 55;
  bottom: 1.75rem;
}
.f-container .modal__credit .credit {
  display: flex;
  flex-direction: column;

  row-gap: 1.4rem;
}
.f-container .modal__credit .item {
  display: flex;
}
.f-container .modal__credit .item a {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-family: 'pragmatica', sans-serif;
  font-size: 1.54rem;
  font-weight: 400;
  font-weight: 300;
  font-style: normal;
  line-height: 1.26rem;

  row-gap: 1.4rem;
}
.f-container .modal__credit .item a > span {
  display: flex;
}
.f-container .modal__credit .item a span {
  padding-bottom: 0.14rem;
}

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

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