@font-face {
  font-display: swap;
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../font/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: YakuHanMP;
  font-weight: 400;
  src: url("../font/YakuHanMP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: YakuHanMP;
  font-weight: 700;
  src: url("../font/YakuHanMP-Bold.woff") format("woff");
}

@media print, screen and (min-width: 767px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) * (10 / 1440));
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 780);
  }
}

:root {
  --scrollbar: 0px;
}

.skip-link {
  background: #000000;
  color: white;
  font-size: 16px;
  left: 0;
  padding: 8px 16px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: top .2s;
  transition: top .2s;
  z-index: 100;
}

.skip-link:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.skip-link:hover {
  background: #333333;
}

body {
  background-color: #f5ece3;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

.wrap {
  margin: 0 auto;
}

@media print, screen and (min-width: 767px) {
  .wrap {
    width: 120rem;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 8rem;
  }
}

.page {
  background-color: transparent;
  color: #52514c;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .08em;
  line-height: 2;
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 767px) {
  .page {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .page {
    font-size: 2.6rem;
  }
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: calc(100vw - var(--scrollbar));
  z-index: 999;
}

@media print, screen and (min-width: 767px) {
  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4.8rem 0 12rem;
    top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 1.6rem;
    top: 2.8rem;
  }
}

.header.is-load .header-navigation {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.header.is-scrolled .header-navigation, .header.is-fixed .header-navigation {
  -webkit-transform: translate(0, -200%);
          transform: translate(0, -200%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

@media print, screen and (min-width: 767px) {
  .header-navigation {
    -webkit-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: -webkit-transform 1s ease .4s;
    transition: -webkit-transform 1s ease .4s;
    transition: transform 1s ease .4s;
    transition: transform 1s ease .4s, -webkit-transform 1s ease .4s;
  }
  .header-navigation__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8rem;
  }
  .header-navigation__link {
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .header-navigation {
    display: none;
  }
}

.header-contentMenu__btn {
  aspect-ratio: 1 / 1;
  background-color: #7e7859;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  padding: 0;
  position: relative;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  z-index: 99999;
}

@media print, screen and (min-width: 767px) {
  .header-contentMenu__btn {
    gap: .6rem;
    height: 6.4rem;
    width: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header-contentMenu__btn {
    gap: 1rem;
    height: 9.6rem;
    width: 9.6rem;
  }
}

.header-contentMenu__btn .openSVG,
.header-contentMenu__btn .closeSVG {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.header-contentMenu__btn .openSVG {
  aspect-ratio: 46 / 18;
  height: auto;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media print, screen and (min-width: 767px) {
  .header-contentMenu__btn .openSVG {
    width: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  .header-contentMenu__btn .openSVG {
    width: 7rem;
  }
}

.header-contentMenu__btn .closeSVG {
  aspect-ratio: 40 / 14;
  height: auto;
  -webkit-transform: scale(1, 0) translate(-50%, -50%);
          transform: scale(1, 0) translate(-50%, -50%);
}

@media print, screen and (min-width: 767px) {
  .header-contentMenu__btn .closeSVG {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .header-contentMenu__btn .closeSVG {
    width: 6rem;
  }
}

.header-contentMenu__btn.is-active {
  background-color: #ffffff;
  color: #7e7859;
}

.header-contentMenu__btn.is-active .openSVG {
  -webkit-transform: scale(1, 0) translate(-50%, -50%);
          transform: scale(1, 0) translate(-50%, -50%);
}

.header-contentMenu__btn.is-active .closeSVG {
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
          transform: scale(1, 1) translate(-50%, -50%);
}

@media print, screen and (min-width: 767px) {
  .footer {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 8rem 0;
  }
}

.footer-copyright {
  font-family: "Public Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
}

.contentMenu {
  background-color: #7e7859;
  height: 100%;
  max-height: 100dvh;
  right: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translate(150%, 0);
          transform: translate(150%, 0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease .2s;
  transition: -webkit-transform .6s ease .2s;
  transition: transform .6s ease .2s;
  transition: transform .6s ease .2s, -webkit-transform .6s ease .2s;
  z-index: 9999;
}

@media print, screen and (min-width: 767px) {
  .contentMenu {
    border-radius: 2.5rem 0 0 2.5rem;
    width: 108rem;
  }
}

@media screen and (max-width: 767px) {
  .contentMenu {
    border-radius: 2.5rem 0 0 2.5rem;
    width: 72rem;
  }
}

.contentMenu__inner {
  height: 100%;
  margin-left: auto;
  opacity: 0;
  overflow: scroll;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
}

.contentMenu__inner::-webkit-scrollbar {
  display: none;
}

.contentMenu__list {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 767px) {
  .contentMenu__list {
    gap: 7.2rem;
    padding: 16rem 2.8rem 29rem 0;
  }
}

@media screen and (max-width: 767px) {
  .contentMenu__list {
    gap: 7.2rem;
    padding: 15.6rem 12rem 28rem 0;
  }
}

.contentMenu__link {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 100;
  letter-spacing: .08em;
  line-height: .7;
}

@media print, screen and (min-width: 767px) {
  .contentMenu__link {
    font-size: 6.4rem;
  }
}

@media screen and (max-width: 767px) {
  .contentMenu__link {
    font-size: 6.4rem;
  }
}

.contentMenu.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.contentMenu.is-visible .contentMenu__inner {
  opacity: 1;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  visibility: visible;
}

.loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5ece3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  -webkit-transition: .8s ease .4s;
  transition: .8s ease .4s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  top: 0;
  width: calc(100vw - var(--scrollbar));
  z-index: 99999;
}

.loading__txt {
  color: #52514c;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: .7;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

@media print, screen and (min-width: 767px) {
  .loading__txt {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .loading__txt {
    font-size: 2.8rem;
  }
}

.loading__txt .dot {
  aspect-ratio: 1 / 1;
  background-color: #52514c;
  border-radius: 50%;
  display: inline-block;
  width: 2px;
}

.loading.is-load {
  opacity: 0;
  visibility: hidden;
}

.loading.is-load .loading__txt {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.sectTtl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Public Sans", sans-serif;
  font-weight: 100;
  letter-spacing: .08em;
  line-height: .7;
}

@media print, screen and (min-width: 767px) {
  .sectTtl {
    font-size: 3.2rem;
    gap: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sectTtl {
    font-size: 4.8rem;
    gap: 1.6rem;
  }
}

.sectTtl:before {
  background-color: currentColor;
  content: '';
  height: 2px;
}

@media print, screen and (min-width: 767px) {
  .sectTtl:before {
    width: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sectTtl:before {
    width: 2.4rem;
  }
}

.txt {
  line-height: 2;
  letter-spacing: .04em;
}

.txt:before {
  content: '';
  margin-top: calc((.75 - 2) * .5em);
}

.txt:after {
  margin-bottom: calc((.75 - 2) * .5em);
}

.txt:before, .txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 767px) {
  .txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .txt {
    font-size: 2.6rem;
  }
}

.caption {
  line-height: 1.8;
  letter-spacing: .08em;
}

.caption:before {
  content: '';
  margin-top: calc((.75 - 1.8) * .5em);
}

.caption:after {
  margin-bottom: calc((.75 - 1.8) * .5em);
}

.caption:before, .caption:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 767px) {
  .caption {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .caption {
    font-size: 2rem;
  }
}

.photo {
  position: relative;
}

.photo__pic {
  display: block;
}

.photo__image {
  max-width: initial;
  width: 100%;
}

.photo--full .photo__image {
  width: 100%;
}

.photo--fit {
  height: 100%;
}

.photo--fit .photo__pic,
.photo--fit .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parallaxPhoto {
  overflow: hidden;
}

.galleryModal {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: calc(100vw - var(--scrollbar));
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .galleryModal {
    padding-bottom: 6rem;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .galleryModal {
    padding-bottom: 0;
  }
}

.galleryModal__bg {
  background-color: rgba(66, 61, 61, 0.4);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.galleryModal__cont {
  background-color: rgba(126, 120, 89, 0.9);
  margin: auto;
  overflow: scroll;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__cont {
    border-radius: 2.5rem;
    max-height: 80vh;
    padding: 14.2rem 8rem 12rem 13.2rem;
    width: 104rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__cont {
    border-radius: 2.5rem;
    max-height: 90dvh;
    padding: 9.6rem 10.4rem;
    width: 72rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .galleryModal__cont {
    width: 30rem;
  }
}

.galleryModal__cont::-webkit-scrollbar {
  display: none;
}

.galleryModal__close {
  aspect-ratio: 1 / 1;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__close {
    right: 3.2rem;
    top: 3.2rem;
    width: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__close {
    right: 3.2rem;
    top: 3.2rem;
    width: 2.8rem;
  }
}

.galleryModal__close:before, .galleryModal__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__close:before, .galleryModal__close:after {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__close:before, .galleryModal__close:after {
    width: 4rem;
  }
}

.galleryModal__close:before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.galleryModal__close:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.galleryModal__inner {
  position: relative;
  z-index: 9;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.2rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .galleryModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__visual {
    width: 35rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__desc {
    width: calc(100% - 42.2rem);
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__desc {
    margin-top: 4.8rem;
  }
}

.galleryModal__ttl {
  letter-spacing: .08em;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__ttl {
    line-height: 2;
    font-size: 2.4rem;
  }
  .galleryModal__ttl:before {
    content: '';
    margin-top: calc((.75 - 2) * .5em);
  }
  .galleryModal__ttl:after {
    margin-bottom: calc((.75 - 2) * .5em);
  }
  .galleryModal__ttl:before, .galleryModal__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__ttl {
    line-height: 1.5;
    font-size: 4rem;
  }
  .galleryModal__ttl:before {
    content: '';
    margin-top: calc((.75 - 1.5) * .5em);
  }
  .galleryModal__ttl:after {
    margin-bottom: calc((.75 - 1.5) * .5em);
  }
  .galleryModal__ttl:before, .galleryModal__ttl:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.galleryModal__date {
  letter-spacing: .08em;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__date {
    line-height: 2;
    font-size: 1.8rem;
    margin-top: 2.8rem;
  }
  .galleryModal__date:before {
    content: '';
    margin-top: calc((.75 - 2) * .5em);
  }
  .galleryModal__date:after {
    margin-bottom: calc((.75 - 2) * .5em);
  }
  .galleryModal__date:before, .galleryModal__date:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__date {
    line-height: 1.5;
    font-size: 2.4rem;
    margin-top: 2.8rem;
  }
  .galleryModal__date:before {
    content: '';
    margin-top: calc((.75 - 1.5) * .5em);
  }
  .galleryModal__date:after {
    margin-bottom: calc((.75 - 1.5) * .5em);
  }
  .galleryModal__date:before, .galleryModal__date:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__note {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__note {
    margin-top: 2.4rem;
  }
}

.galleryModal__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list {
    gap: 2.4rem;
    margin-top: 5.6rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list {
    gap: 2.4rem;
    margin-top: 4rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list .item--apple {
    width: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list .item--apple {
    width: 8.6rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list .item--spo {
    width: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list .item--spo {
    width: 8.4rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list .item--yt {
    width: 3.9rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list .item--yt {
    width: 7.8rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list .item--sc {
    width: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list .item--sc {
    width: 8.6rem;
  }
}

@media print, screen and (min-width: 767px) {
  .galleryModal__list .item--cd {
    width: 4.1rem;
  }
}

@media screen and (max-width: 767px) {
  .galleryModal__list .item--cd {
    width: 8.2rem;
  }
}

.galleryModal.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.movieModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
  visibility: hidden;
  width: calc(100vw - var(--scrollbar));
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .movieModal {
    padding-bottom: 6rem;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .movieModal {
    padding-bottom: 0;
  }
}

.movieModal__bg {
  background-color: rgba(66, 61, 61, 0.7);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.movieModal__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 767px) {
  .movieModal__cont {
    height: 100%;
    max-height: calc(100vh - 32rem);
    width: 120rem;
  }
}

@media screen and (max-width: 767px) {
  .movieModal__cont {
    width: 72rem;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .movieModal__cont {
    width: 30rem;
  }
}

.movieModal__cont::-webkit-scrollbar {
  display: none;
}

.movieModal__inner {
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 9;
}

@media print, screen and (min-width: 767px) {
  .movieModal__inner {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .movieModal__inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .movieModal__inner {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}

.movieModal__inner .movieFrame {
  height: 100%;
  width: 100%;
}

.movieModal__close {
  aspect-ratio: 1 / 1;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 767px) {
  .movieModal__close {
    bottom: calc(100% + 2rem);
    width: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .movieModal__close {
    bottom: calc(100% + 2rem);
    width: 2.8rem;
  }
}

.movieModal__close:before, .movieModal__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  position: absolute;
  top: 0;
}

@media print, screen and (min-width: 767px) {
  .movieModal__close:before, .movieModal__close:after {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .movieModal__close:before, .movieModal__close:after {
    width: 4rem;
  }
}

.movieModal__close:before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.movieModal__close:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.movieModal.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

*.fade-static {
  opacity: 0;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

*.fade-static.is-animate {
  opacity: 1;
}
/*# sourceMappingURL=common.css.map */