@media print {
  body {
    display: none;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
figure {
  margin: 0;
}
ul {
  list-style: none;
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
button {
  border: none;
  box-shadow: none;
  background: none;
}
.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
main {
  position: relative;
}
main {
  position: relative;
}
main:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/fixed-bg.jpg");
  background-repeat: repeat;
  background-position: center;
  background-size: 100% auto;
}
.mv {
  position: relative;
}
.mv > img {
  width: 100%;
}
.mv .logo {
  position: absolute;
  width: 45.2604166667%;
  top: 34.4444444444%;
  right: 8.1770833333%;
}
@media (max-width: 767px) {
  .mv .logo {
    width: 90%;
    top: 7.3784087029%;
    right: 5%;
  }
}
.mv-text {
  position: absolute;
  max-width: 229px;
  width: 23.8541666667%;
  right: 0;
  bottom: 15%;
}
@media (max-width: 767px) {
  .mv-text {
    width: 143.5px;
    bottom: 10%;
  }
}
.mv-text > span {
  display: block;
  padding-top: 34.4978165939%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url("../img/mv-text_free.webp");
}
.about {
  padding: 103px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 38px 0 40px;
  }
}
.about .about-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.about .about-content {
  position: relative;
  padding: 80px 15px 94px;
  background-image: url("../img/about-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about .about-content {
    padding: 40px 20px 42px;
    background-image: url("../img/about-bg_sp.png");
  }
}
.about .about-title {
  max-width: 186.84px;
  margin: 0 auto;
}
.about .about-title > span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 767px) {
  .about .about-title {
    max-width: 102.64px;
  }
}
.about .about-title > span {
  padding-top: 44.9314921858%;
  background-image: url("../img/about-title.png");
}
.about .about-text {
  margin: 48px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .about .about-text {
    margin: 25px 0 0;
  }
}
.about .about-text > p.about-text__strong {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about .about-text > p.about-text__strong {
    font-size: 14px;
  }
}
.about .about-text > p + p {
  margin: 8px 0 0;
}
.highlights {
  padding: 123px 0 90px;
  background-image: url("../img/highlights-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .highlights {
    padding: 60px 0 50px;
  }
}
.highlights .highlights-inner {
  padding: 0 15px;
}
.highlights .highlights-title {
  max-width: 355.18px;
  margin: 0 auto;
}
.highlights .highlights-title > span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 767px) {
  .highlights .highlights-title {
    max-width: 213.97px;
  }
}
.highlights .highlights-title > span {
  padding-top: 25.0014077369%;
  background-image: url("../img/highlights-title.png");
}
.highlights .highlights-movie {
  position: relative;
  max-width: 840px;
  margin: 73px auto 0;
}
@media (max-width: 767px) {
  .highlights .highlights-movie {
    margin: 27px auto 0;
  }
}
.highlights .highlights-movie:before {
  position: absolute;
  width: 62.2px;
  height: 79.07px;
  left: -100px;
  top: -60px;
  background-image: url("../img/highlights-deco01.png");
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .highlights .highlights-movie:before {
    width: 28.41px;
    height: 36.11px;
    top: -40px;
    left: -8px;
  }
}
.highlights .highlights-movie:after {
  position: absolute;
  width: 289px;
  height: 217px;
  bottom: -90px;
  right: -268px;
  background-image: url("../img/highlights-deco02.png");
  background-size: contain;
  content: "";
}
@media (max-width: 767px) {
  .highlights .highlights-movie:after {
    width: 117px;
    height: 87px;
    bottom: -84px;
    right: -8px;
  }
}
.highlights .highlights-movie__inner {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .highlights .highlights-movie__inner {
    padding: 10px;
  }
}
.highlights .highlights-movie__inner .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.highlights .highlights-movie__inner .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.highlights .highlights-text {
  margin: 30px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .highlights .highlights-text {
    margin: 20px 0 0;
  }
}
.gallery {
  padding: 110px 0;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 44.1%,
    #fdfaf0 44.1%,
    #fdfaf0 100%
  );
}
@media (max-width: 767px) {
  .gallery {
    padding: 45px 0 20px;
  }
}
.gallery-title {
  max-width: 208.31px;
  margin: 0 auto;
}
.gallery-title > span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 767px) {
  .gallery-title {
    max-width: 99px;
  }
}
.gallery-title > span {
  padding-top: 42.398348615%;
  background-image: url("../img/gallery-title.png");
}
.gallery-container {
  position: relative;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .gallery-container {
    margin: 25px 0 0;
    padding-bottom: 50px;
  }
}
.gallery .swiper {
  width: 100%;
  padding: 2% 0;
}
.gallery .swiper-wrapper {
  display: flex;
  align-items: center !important;
}
.gallery .slide-item-inner {
  position: relative;
}
.gallery .slide-item-inner p {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .gallery .slide-item-inner p {
    font-size: 12px;
  }
}
.gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .swiper-buttons {
  max-width: 1050px;
  margin: 40px auto 0;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .gallery .swiper-buttons {
    margin: 30px auto 0;
  }
}
.gallery .swiper-buttons .swiper-button {
  width: 116.07px;
  height: 22.68px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
@media (max-width: 767px) {
  .gallery .swiper-buttons .swiper-button {
    width: 79.69px;
    height: 15.22px;
  }
}
.gallery .swiper-buttons .swiper-button.swiper-button--prev {
  background-image: url("../img/icon-slider-prev.png");
}
.gallery .swiper-buttons .swiper-button.swiper-button--next {
  background-image: url("../img/icon-slider-next.png");
}
.gallery .gallery-thumbs {
  display: flex;
  max-width: 1050px;
  margin: 60px auto 0;
  padding: 0 15px;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery .gallery-thumbs {
    margin: 48px auto 0;
    gap: 6px;
  }
}
.gallery .gallery-thumbs .slider-thumb {
  flex: 0 0 calc((100% - 120px) / 7);
  aspect-ratio: 1/1;
  border: solid 4px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .gallery .gallery-thumbs .slider-thumb {
    flex: 0 0 calc((100% - 24px) / 5);
    border: solid 3px rgba(0, 0, 0, 0);
  }
}
.gallery .gallery-thumbs .slider-thumb.is-active {
  border: solid 4px #a499d3;
}
@media (max-width: 767px) {
  .gallery .gallery-thumbs .slider-thumb.is-active {
    border: solid 3px #a499d3;
  }
}
.gallery .gallery-thumbs .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.present {
  padding: 120px 0 0;
}
@media (max-width: 767px) {
  .present {
    padding: 46px 0 0;
  }
}
.present .present-inner {
  padding: 0 15px;
}
.present .present-image {
  max-width: 1000px;
  margin: 0 auto;
}
.present .present-image > span {
  display: block;
  padding-top: 44.5%;
  background-image: url("../img/present-pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 767px) {
  .present .present-image > span {
    padding-top: 57.7777777778%;
    background-image: url("../img/present-sp.png");
  }
}
.area {
  padding: 43px 0 0;
}
@media (max-width: 767px) {
  .area {
    padding: 8px 0 0;
  }
}
.area-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .area-inner {
    padding: 0;
  }
}
.area-title {
  max-width: 140.6px;
  margin: 0 auto;
}
.area-title > span {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
@media (max-width: 767px) {
  .area-title {
    max-width: 88.16px;
  }
}
.area-title > span {
  padding-top: 58.4992887624%;
  background-image: url("../img/area-title.png");
}
.area-list {
  display: flex;
  margin: 96px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 46px 0;
}
@media (max-width: 767px) {
  .area-list {
    margin: 38.5px 0 0;
    padding: 0 15px;
    justify-content: center;
    gap: 24px;
  }
}
.area-list .area-item {
  width: 47.0689655172%;
  padding: 6px;
  background: hsla(0, 0%, 100%, 0.6);
}
@media (max-width: 767px) {
  .area-list .area-item {
    width: 100%;
    padding: 5px;
  }
}
.area-list .area-item .area-item__inner {
  display: flex;
  padding: 26px 30px;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #a499d3;
}
@media (max-width: 767px) {
  .area-list .area-item .area-item__inner {
    padding: 15px;
  }
}
.area-list .area-item .term {
  display: flex;
  align-items: center;
  gap: 7px;
}
.area-list .area-item .term .date {
  font-weight: 500;
  font-size: 22px;
  color: #000;
}
@media (max-width: 767px) {
  .area-list .area-item .term .date {
    font-size: 18px;
  }
}
.area-list .area-item .term .date > span {
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 767px) {
  .area-list .area-item .term .date > span {
    font-size: 12px;
  }
}
.area-list .area-item .term .to-right-arrow {
  display: inline-block;
  width: 26.8px;
  height: 9.31px;
  background-image: url("../img/icon-area_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.area-list .area-item .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.area-list .area-item .main .place {
  width: 54.6218487395%;
}
@media (max-width: 767px) {
  .area-list .area-item .main .place {
    width: calc(100% - 10px - 140px);
  }
}
.area-list .area-item .main .place .place-area {
  font-size: 28px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .area-list .area-item .main .place .place-area {
    font-size: 18px;
  }
}
.area-list .area-item .main .place .place-name {
  margin: 10px 0 0;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .area-list .area-item .main .place .place-name {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
.area-list .area-item .main .reserve {
  max-width: 216px;
  width: 48.3193277311%;
}
@media (max-width: 767px) {
  .area-list .area-item .main .reserve {
    width: 140px;
  }
}
.area-list .area-item .main .reserve > a {
  display: block;
  width: 100%;
  padding: 11px 10px;
  border-radius: 25px;
  background: linear-gradient(
    #00bec8 0%,
    #089cab 53.69%,
    #0f7f93 93.6%,
    #16657d 100%
  );
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: clamp(12px, 1.6vw, 16px);
}
@media (max-width: 767px) {
  .area-list .area-item .main .reserve > a {
    font-size: 12px;
  }
}
.area-list .area-item .duration {
  margin: 10px 0 0;
  font-size: 12px;
  color: #5a5a5a;
}
@media (max-width: 767px) {
  .area-list .area-item .duration {
    margin: 5px 0 0;
    font-size: 10px;
  }
}
.area-text {
  margin: 60px 0 0;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .area-text {
    margin: 40px 0 0;
  }
}
.to-exibition {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.6s;
  width: 250px;
}
@media (max-width: 767px) {
  .to-exibition {
    width: 100%;
  }
}
.to-exibition.is-hide {
  opacity: 0;
  height: 0;
}
.to-exibition a {
  display: block;
  width: 100%;
}
.to-exibition a > span {
  display: block;
  padding-top: 56.804%;
  background-image: url(../img/bnr-fixed_pc.png);
  background-size: contain;
  font-size: 0;
}
@media (max-width: 767px) {
  .to-exibition a > span {
    padding-top: 17.9487179487%;
    background-image: url(../img/bnr-fixed_sp.png);
  }
}
.copyright {
  padding: 40px 20px;
}
.copyright > p {
  font-size: 10px;
  line-height: 2;
  text-align: center;
  color: #000;
}
.copyright > p + p {
  margin: 10px 0 0;
}
.js-anim {
  transition: all 0.5s;
  filter: blur(10px);
}
.js-anim.is-anim {
  filter: blur(0);
}
.modaal-image .modaal-gallery-item img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}
