@charset "UTF-8";
@font-face {
  font-family: "optimus";
  src: url("../fonts/OptimusPrinceps.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("https://harrypotter-stage-resources.chot.tools/fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("https://harrypotter-stage-resources.chot.tools/fonts/NotoSerifJP-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0.4em);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(-10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate(10%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
}
/*====================================================================
	body＆HTML
=====================================================================*/
html,
body {
  height: auto;
  position: relative;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #060517;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  word-spacing: inherit;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(243, 223, 156, 0.45);
}

/*==================== basic styles ====================*/
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::selection {
  background-color: rgba(243, 223, 156, 0.95);
  color: #242233;
}
*::-moz-selection {
  background-color: rgba(243, 223, 156, 0.95);
  color: #242233;
}

main {
  display: block;
}

div,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure,
figcaption {
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt" 1;
}

div,
p,
figure {
  margin: 0;
}

ul,
ol,
dl {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.15;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

img, a img {
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-style: none;
  outline: none;
}

[hidden] {
  display: none;
}

/*==================== root ====================*/
:root {
  --sec-padding: min(13.4vw, 60px);
  --side-padding: min(5.3vw, 30px);
  --margin-xs: min(5.3vw, 20px);
  --margin-s: min(8vw, 30px);
  --margin-m: min(10.7vw, 40px);
  --margin-l: min(13.4vw, 50px);
  --margin-xl: min(16vw, 60px);
  --moving: cubic-bezier(0.73, 0, 0.3, 1);
}

/*====================================================================
	common styles
=====================================================================*/
/*==================== wrapper bg ====================*/
.container {
  width: 100%;
  height: auto;
  position: relative;
  overflow-y: hidden;
  background-color: #060517;
  z-index: 10;
}

/*====================================================================
	footer
=====================================================================*/
.siteBottom {
  padding: var(--margin-l) var(--side-padding) var(--margin-s);
  background-color: #111023;
  border-top: #f3df9c 1px solid;
  text-align: center;
}
.siteBottom h4 {
  margin-bottom: calc(var(--margin-xs) * 0.5);
  color: #f3df9c;
}
.siteBottom_organizer, .siteBottom_partner {
  display: block;
  margin: 0 auto;
}

.organizerList,
.partnerList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.organizerList_item,
.partnerList_item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 calc(var(--margin-xs) * 0.5);
}
.organizerList_item img,
.partnerList_item img {
  max-width: 60px;
  max-height: 40px;
}
.organizerList_item.-tbs img,
.partnerList_item.-tbs img {
  max-height: 36px;
}

.organizerList {
  margin-bottom: var(--margin-s);
}
.organizerList_item.-tbs img {
  max-height: 36px;
}

.partnerList {
  margin-bottom: var(--margin-l);
}
.partnerList_item p {
  margin-bottom: 0.4em;
  color: #f3df9c;
  font-size: 12px;
}

.copyright {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.policy {
  margin-top: var(--margin-xs);
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.policy a {
  color: #d3b24e;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*====================================================================
	float btn
=====================================================================*/
.ticketInfo,
.floatTicket {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.6em var(--margin-s);
  color: #4a1408;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 800px) {
  .ticketInfo .ticketTitle,
  .floatTicket .ticketTitle {
    align-items: center;
  }
}

.ticketInfo {
  padding: var(--margin-m) var(--side-padding);
  background-color: #ebe2d2;
}

.floatTicket {
  padding: var(--margin-xs) var(--margin-xs);
  padding-bottom: calc(var(--margin-xs) + constant(safe-area-inset-bottom));
  padding-bottom: calc(var(--margin-xs) + env(safe-area-inset-bottom));
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #f3df9c 0%, #f5edd0 50%, #f3df9c 100%);
}

.ticketTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
}
.ticketTitle h3 {
  flex: 0 0 auto;
  font-size: 115%;
}
.ticketTitle p {
  flex: 0 0 auto;
  font-size: 85%;
}
@media screen and (min-width: 800px) {
  .ticketTitle {
    align-items: flex-start;
  }
}

.ticketLink {
  display: flex;
  justify-content: center;
  gap: var(--margin-xs);
}
.ticketLink_item {
  flex: 0 0 auto;
  width: 48%;
  max-width: 160px;
  border-radius: 4px;
  cursor: pointer;
}
.ticketLink_item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.8em 1em;
  background-color: #242233;
  border: #242233 1px solid;
  border-radius: 3px;
  transition: all 0.6s;
}
@media (hover: hover) and (pointer: fine) {
  .ticketLink_item:hover span {
    background-color: #000;
    border: #ad8339 1px solid;
  }
}

/*====================================================================
	main contents
=====================================================================*/
.mainContents {
  width: min(100%, 460px);
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  background-color: #242233;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
  overflow-y: hidden;
}

section {
  display: block;
  width: 100%;
  padding: var(--sec-padding) var(--side-padding);
  position: relative;
  text-align: center;
}

.secTitle {
  margin-bottom: var(--margin-m);
  position: relative;
  color: #f5edd0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.secTitle::before {
  content: attr(title);
  display: block;
  margin-bottom: calc(var(--margin-xs) * 0.8);
  font-family: "optimus", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.2em;
  font-size: min(10.15vw, 3.8rem);
  text-transform: uppercase;
  background: linear-gradient(90deg, #d3b24e 0%, #f5edd0 50%, #d3b24e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.secTitle[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secTitle[data-target=off]::before {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secTitle[data-target=on] {
  animation: fade-up 0.4s var(--moving) both;
}
.secTitle[data-target=on]::before {
  animation: fade-up 0.4s linear 0.2s both;
}

.secDetail {
  position: relative;
  transition: opacity 0.6s, transform 0.6s;
}
.secDetail p {
  text-align: justify;
}
.secDetail_copy {
  margin-bottom: var(--margin-s);
}
.secDetail_copy h3 {
  display: inline-block;
  margin-bottom: 0.8em;
  position: relative;
  color: #f5edd0;
  font-size: 1.6rem;
  line-height: 1;
}
.secDetail_copy p {
  display: inline-block;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #d3b24e;
  font-size: min(6.74vw, 2.5rem);
}
.secDetail_copy p span {
  display: inline-block;
  margin-right: 0.8em;
  padding: 0.2em 0.5em 0.4em 0.6em;
  position: relative;
  border: #d3b24e 1px solid;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  vertical-align: middle;
  transform: translateY(-5%);
}
.secDetail_copy p strong {
  display: inline-block;
  margin: 0 0.1em;
  position: relative;
  font-family: "optimus", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.2em;
  font-size: min(10.2vw, 4.2rem);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  vertical-align: middle;
  transform: translateY(-5%);
}
.secDetail_copy.-ticket {
  margin-bottom: var(--margin-m);
}
.secDetail_copy.-ticket p::after {
  content: "※C席（夜得料金）";
  position: absolute;
  bottom: -1rem;
  right: 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #a09e9e;
  font-size: 1rem;
}
.secDetail_copy.-guide h3 {
  color: #4a1408;
}
.secDetail_copy.-guide h3::before, .secDetail_copy.-guide h3::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  background: url("../../media/guide_text.svg") center/contain no-repeat;
}
.secDetail_copy.-guide h3::before {
  left: -1em;
  transform: translate(0, -30%);
}
.secDetail_copy.-guide h3::after {
  right: -1em;
  transform: translate(0, -30%) scale(-1, 1);
}
.secDetail_copy.-guide p {
  color: #4a1408;
  font-size: min(5.4vw, 2rem);
}
.secDetail_copy.-review h3 {
  margin-bottom: 1em;
}
.secDetail_copy.-review p {
  font-size: min(5.4vw, 2.2rem);
}
.secDetail_copy.-review p strong {
  font-size: min(13.4vw, 5.8rem);
  transform: translateY(-10%);
}
.secDetail_copy.-award h3 {
  margin-bottom: var(--margin-s);
  color: #d3b24e;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.35vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #f5edd0;
}

@media screen and (min-width: 560px) {
  .resizeShow {
    display: none;
  }
}

.resizeHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .resizeHide {
    display: inline;
  }
}

.normalBtn {
  display: block;
  width: 260px;
  margin: var(--margin-s) auto 0;
  padding: 1em 0;
  position: relative;
  background-color: #111023;
  border: #111023 1px solid;
  border-radius: 6px;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}
.normalBtn span {
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
}
.normalBtn.-modal span {
  background: url("../../media/btn_modal.svg") center/contain no-repeat;
}
.normalBtn.-link span {
  background: url("../../media/btn_blank.svg") center/contain no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .normalBtn:hover {
    background-color: #242233;
    border: #f3df9c 1px solid;
  }
}

.note {
  color: #a09e9e;
  font-size: 85%;
}

/*========== fv1 ==========*/
.fvMov {
  height: 100vh;
  padding: 0;
}
.fvMov_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDYgNiI+IDxkZWZzPiA8c3R5bGU+IC5jbHMtMSB7IGZpbGw6IG5vbmU7IH0gLmNscy0yIHsgZmlsbDogIzE2MTYxNjsgfSA8L3N0eWxlPiA8L2RlZnM+IDxyZWN0IGNsYXNzPSJjbHMtMiIgeD0iMCIgeT0iMCIgd2lkdGg9IjIiIGhlaWdodD0iMiIgcng9IjEiIHJ5PSIxIi8+IDxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjwvc3ZnPg==");
  background-size: 6px 6px;
  background-position: center center;
  background-repeat: repeat;
  z-index: 10;
}
.fvMov_content img {
  width: 80%;
  margin: var(--margin-s) auto 0;
}
.fvMov_content p {
  color: #ad8339;
  font-size: 85%;
}
.fvMov_content[data-load=loading] img {
  opacity: 0;
  visibility: hidden;
}
.fvMov_content[data-load=loading] p {
  opacity: 0;
  visibility: hidden;
}
.fvMov_content[data-load=loaded] img {
  animation: fade-in 0.8s var(--moving) 0.2s both;
}
.fvMov_content[data-load=loaded] p {
  animation: fade-in 0.6s var(--moving) both;
}
.fvMov_bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.fvMov_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

@media (max-width: 767px) {
  .fvMov {
    height: 85vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .fvMov {
    height: 60vh;
  }
}
@media (min-width: 1200px) {
  .fvMov {
    height: 80vh;
  }
}
.fvImg {
  padding: 0;
  padding-bottom: var(--sec-padding);
  background-color: #111023;
}
.fvImg_logo {
  padding: var(--margin-m) var(--side-padding) 0;
}
.fvImg_logo img {
  width: 80%;
  margin: 0 auto;
}
.fvImg[data-load=loading] img {
  opacity: 0;
  visibility: hidden;
}
.fvImg[data-load=loading] .fvImg_logo {
  opacity: 0;
  visibility: hidden;
}
.fvImg[data-load=loaded] img {
  animation: fade-in 0.8s var(--moving) both;
}
.fvImg[data-load=loaded] .fvImg_logo {
  animation: fade-in 0.6s var(--moving) 0.4s both;
}

/*========== sections ==========*/
.-deco {
  padding-top: calc(var(--sec-padding) * 1.2);
}
.-deco::before, .-deco::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  background: url("../../media/sec_deco.svg") center/contain no-repeat;
}
.-deco::before {
  left: 10px;
}
.-deco::after {
  right: 10px;
  transform: scale(-1, 1);
}

.-separator::before {
  content: "";
  display: block;
  width: 260px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../../media/sec_separater.svg") center/contain no-repeat;
  transform: translate(-50%, 0);
}

.secAbout {
  background: #111023;
}

.secStory {
  background: linear-gradient(0deg, #242233 0%, #111023 80%);
}

.secDetail[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail[data-target=on] {
  animation: fade-up 0.4s var(--moving) both;
}
.secDetail.-storyR h3 {
  margin-bottom: var(--margin-s);
  color: #d3b24e;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.35vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.secDetail.-storyR h3[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail.-storyR h3[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}
.secDetail.-storyR p {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
.secDetail.-storyR p[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail.-storyR p[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}
.secDetail.-storyB h3 {
  margin-bottom: var(--margin-s);
  color: #d3b24e;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.35vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #f5edd0;
}
.secDetail.-storyB h3[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail.-storyB h3[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}
.secDetail.-storyB img {
  width: calc(100% + var(--side-padding) * 2);
  margin-left: calc(var(--side-padding) * -1);
  margin-bottom: var(--margin-s);
}
.secDetail.-storyB img[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail.-storyB img[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}
.secDetail.-storyB p {
  padding: 0 calc(var(--margin-xs) * 0.5);
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
.secDetail.-storyB p[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.secDetail.-storyB p[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}

.storySlide {
  width: calc(100% + var(--side-padding) * 2);
  margin-left: calc(var(--side-padding) * -1);
  margin-bottom: var(--margin-s);
}
.storySlide.swiper .storySlide-wrapper.swiper-wrapper {
  transition-timing-function: linear;
}

.secGallery {
  padding-top: calc(var(--sec-padding) * 0.2);
}

.gallerySlideContainer {
  padding-bottom: var(--margin-s);
  position: relative;
}
.gallerySlideContainer .swiper-button-prev,
.gallerySlideContainer .swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: 0;
  background: url("../../media/gallery_button.svg") center/contain no-repeat;
}
.gallerySlideContainer .swiper-button-prev::after,
.gallerySlideContainer .swiper-button-next::after {
  display: none;
}
.gallerySlideContainer .swiper-button-prev.swiper-button-disabled,
.gallerySlideContainer .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.gallerySlideContainer .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -100%) scale(-1, 1);
}
.gallerySlideContainer .swiper-button-next {
  right: 0;
  transform: translate(50%, -100%);
}
.gallerySlideContainer .swiper-pagination {
  bottom: 0;
}
.gallerySlideContainer .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  background: url("../../media/gallery_pager.svg") center/contain no-repeat;
}

.ticketTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ticketTable th,
.ticketTable td {
  padding: 0.6em 0.4em;
  font-size: 85%;
}
.ticketTable th {
  padding: 0.6em 0.6em;
  background-color: #111023;
  border: #242233 1px solid;
  color: #f3f1e8;
  font-weight: normal;
  text-align: left;
  line-height: 1.15;
}
.ticketTable th.-center {
  text-align: center;
}
.ticketTable td {
  background-color: #ebe2d2;
  border: #ad8339 1px solid;
  color: #4a1408;
}
.specialSeat {
  margin-top: var(--margin-xl);
}
.specialSeat_title {
  display: inline-block;
  margin-bottom: var(--margin-s);
  padding-bottom: var(--margin-s);
  position: relative;
  font-family: "optimus", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.2em;
  color: #f3df9c;
  font-size: min(4.85vw, 2rem);
  text-transform: uppercase;
}
.specialSeat_title::after {
  content: "";
  display: block;
  width: 156px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("../../media/special_line.svg") center/contain no-repeat;
  transform: translate(-50%, -50%);
}
.specialSeat_title[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.specialSeat_title[data-target=off]::after {
  opacity: 0;
  visibility: hidden;
}
.specialSeat_title[data-target=on] {
  animation: fade-up 0.4s var(--moving) both;
}
.specialSeat_title[data-target=on]::after {
  animation: fade-in 0.4s var(--moving) 0.2s both;
}

.specialTicket {
  display: block;
  margin-bottom: var(--margin-xs);
  padding: var(--margin-xs) 0 calc(var(--margin-xs) * 0.5);
  position: relative;
  background: url("../../media/special_bg.webp") center/100px repeat;
  outline: #ad8339 1px solid;
  outline-offset: -3px;
  color: #4a1408;
}
.specialTicket h4 {
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #4a1408;
  font-size: 115%;
  z-index: 10;
}
.specialTicket_text {
  width: 150px;
  margin: 0 auto;
  z-index: 10;
}
.specialTicket_frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: calc(100% - 16px);
  height: 40px;
}
.specialTicket_frame::before, .specialTicket_frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.specialTicket_frame::before {
  left: 0;
}
.specialTicket_frame::after {
  right: 0;
  transform: scale(-1, 1);
}
.specialTicket_frame.-under {
  transform: translate(-50%, 0) scale(1, -1);
}
.specialTicket_frame::before, .specialTicket_frame::after {
  width: 40px;
  height: 40px;
  background: url("../../media/special_deco.svg") no-repeat center/contain;
}
.specialTicket_frame.-over {
  top: 8px;
}
.specialTicket_frame.-under {
  bottom: 8px;
}
.specialTicket::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 10px;
  left: 30px;
  background: url("../../media/special_stamp.svg") center/contain no-repeat;
  opacity: 0.15;
  z-index: 1;
}
.specialTicket[data-target=off] {
  opacity: 0;
  visibility: hidden;
}
.specialTicket[data-target=on] {
  animation: fade-in 0.6s var(--moving) both;
}

.specialTable {
  width: auto;
  margin: calc(var(--margin-xs) * 0.5) auto;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  z-index: 10;
}
.specialTable th,
.specialTable td {
  padding: 0.4em 1.2em;
  font-size: 85%;
}
.specialTable th {
  font-weight: normal;
  border-bottom: #ad8339 1px solid;
}

.secAccess {
  background-color: #111023;
  background-image: url("../../media/access_bg.svg");
  background-position: top center;
  background-size: 98%;
  background-repeat: no-repeat;
}

.map {
  position: relative;
  width: calc(100% + var(--side-padding) * 2);
  height: 0;
  margin-left: calc(var(--side-padding) * -1);
  padding-top: 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theaterLogo {
  margin: var(--margin-m) 0 calc(var(--margin-xs) * 0.5);
}
.theaterLogo + p {
  text-align: center;
}

.accessInfo {
  margin-top: var(--margin-m);
  text-align: left;
}
.accessInfo dt {
  display: block;
  width: 100%;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: #f3f1e8 1px solid;
}
.accessInfo dd {
  padding-left: 0.6em;
  text-indent: -0.6em;
  text-align: justify;
}
.accessInfo dd:not(:first-child) {
  margin-top: 0.2em;
}

.secGuide {
  background-color: #ebe2d2;
  color: #4a1408;
}
.secGuide_deco {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  width: calc(100% - 20px);
  height: 26px;
}
.secGuide_deco::before, .secGuide_deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.secGuide_deco::before {
  left: 0;
}
.secGuide_deco::after {
  right: 0;
  transform: scale(-1, 1);
}
.secGuide_deco.-under {
  transform: translate(-50%, 0) scale(1, -1);
}
.secGuide_deco::before, .secGuide_deco::after {
  width: 26px;
  height: 26px;
  background: url("../../media/guide_deco.svg") no-repeat center/contain;
}
.secGuide_deco.-over {
  top: 10px;
}
.secGuide_deco.-under {
  bottom: 10px;
}

.faqList {
  display: block;
  width: 100%;
  padding: var(--margin-xs);
  background-color: transparent;
  border: #f3df9c 1px solid;
  text-align: justify;
}
.faqList:not(:first-of-type) {
  margin-top: var(--margin-xs);
}
.faqList_question {
  display: block;
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 2.4em;
  position: relative;
  border-bottom: #f3df9c 1px solid;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 115%;
}
.faqList_question::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #f3df9c;
  font-size: 3.2rem;
  line-height: 1;
  transform: translate(0, -25%);
}
.faqList_answer > p {
  display: block;
  padding-left: 2.6em;
  position: relative;
}
.faqList_answer > p::before {
  content: "A";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #f3df9c;
  font-size: 3.2rem;
  line-height: 1;
  transform: translate(5%, -25%);
}
.faqList[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.faqList[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}

.faqTicket {
  display: block;
  margin-top: var(--margin-xs);
  padding: var(--margin-xs) calc(var(--margin-xs) * 0.5);
  border: #ad8339 1px solid;
}
.faqTicket_item:not(:first-of-type) {
  margin-top: var(--margin-xs);
  padding-top: var(--margin-xs);
  border-top: #ad8339 1px solid;
}
.faqTicket_item h4 {
  margin-bottom: 0.8em;
  color: #ad8339;
  font-weight: bolder;
}
.faqTicket_item p {
  margin-bottom: 0.8em;
  text-align: justify;
}

.reviewList {
  display: block;
  width: 100%;
  padding: var(--margin-m) var(--margin-xs);
  margin-bottom: calc(var(--margin-xs) + var(--margin-m));
  position: relative;
  background-color: #ebe2d2;
  outline: #4a1408 1px solid;
  outline-offset: -10px;
  color: #4a1408;
  text-align: justify;
}
.reviewList::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 40px;
  width: 18px;
  height: 45px;
  background-color: #ebe2d2;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  transform: translateY(100%);
}
.reviewList.-reverse::after {
  right: auto;
  left: 40px;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.reviewList_title {
  display: block;
  margin-bottom: 0.6em;
  position: relative;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 115%;
  font-weight: bolder;
}
.reviewList_title::before {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../../media/review_quote.svg") center/contain no-repeat;
  transform: translate(0, -150%);
}
.reviewList_text {
  display: block;
  position: relative;
}
.reviewList_text strong {
  display: inline;
  background: linear-gradient(transparent 65%, #d3b24e 0%);
}
.reviewList_text::after {
  content: "";
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../media/review_quote.svg") center/contain no-repeat;
  transform: translate(0, 150%) rotate(180deg);
}
.reviewList[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.reviewList[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}

.secAwards {
  background-color: #111023;
}

.awardList {
  margin-top: calc(var(--margin-xs) * -1.5);
}
.awardList_item {
  margin-bottom: var(--margin-xs);
  color: #f3df9c;
}
.awardList_item .note {
  text-align: center;
}
.awardList_item[data-target=off] {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 0.4em);
}
.awardList_item[data-target=on] {
  animation: fade-up 0.6s var(--moving) both;
}

.awardWrap {
  display: inline-block;
  width: auto;
  margin-bottom: 0.2em;
  padding: 0 2.6em;
  position: relative;
}
.awardWrap::before, .awardWrap::after {
  content: "";
  display: block;
  width: 22px;
  height: 50px;
  position: absolute;
  top: 0;
}
.awardWrap::before {
  left: 0;
  background: url("../../media/award_deco.svg") center/contain no-repeat;
}
.awardWrap::after {
  right: 0;
  background: url("../../media/award_deco.svg") center/contain no-repeat;
  transform: scale(-1, 1);
}
.awardWrap h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  line-height: 1.2;
}
.awardWrap h4 span {
  flex: 0 0 auto;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(4.8vw, 2rem);
}
.awardWrap h4 span small {
  font-size: 78%;
}

.awardBottom {
  margin-bottom: var(--margin-s);
  color: #d3b24e;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: min(5.35vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #f3df9c;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(2%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes modalSlideOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(2%);
  }
}
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modalOverlay {
  animation: modalFadeIn 0.4s var(--moving) both;
}
.modal[aria-hidden=false] .modalContent {
  animation: modalSlideIn 0.6s var(--moving) both;
}
.modal[aria-hidden=true] .modalOverlay {
  animation: modalFadeOut 0.6s var(--moving) both;
}
.modal[aria-hidden=true] .modalContent {
  animation: modalSlideOut 0.4s var(--moving) both;
}

.modalOverlay,
.modalContent {
  will-change: transform;
}

.modalOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: calc(var(--margin-xs) * 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 21, 33, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 300;
}
@media screen and (min-width: 800px) {
  .modalOverlay {
    padding: var(--margin-m);
  }
}
@media screen and (min-width: 1160px) {
  .modalOverlay {
    padding: var(--margin-l);
  }
}

.modalContent {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(100%, 520px);
  height: auto;
  max-height: 100%;
  background-color: #ebe2d2;
  overflow: hidden;
  will-change: transform;
}
.modalContent_header {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: var(--margin-l);
  padding: 0 calc(var(--margin-xs) * 0.5);
}
.modalContent_body {
  flex: 1 1 auto;
  padding: 0 var(--side-padding);
}
.modalContent_body::-webkit-scrollbar {
  width: 8px;
}
.modalContent_body::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.15);
}
.modalContent_body::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: rgba(74, 20, 8, 0.65);
  border-radius: 2em;
}

.close {
  width: 32px;
  height: 32px;
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.close::before, .close::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #4a1408;
}
.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalInner {
  padding-bottom: var(--margin-l);
  color: #4a1408;
  text-align: center;
}

.seatChartImage {
  width: 100%;
}

.modalTitle {
  margin-bottom: var(--margin-m);
  position: relative;
  color: #f5edd0;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4a1408;
  padding-bottom: var(--margin-m);
}
.modalTitle::before {
  content: attr(title);
  display: block;
  margin-bottom: calc(var(--margin-xs) * 0.8);
  font-family: "optimus", sans-serif;
  line-height: 1.15;
  letter-spacing: 0.2em;
  font-size: min(10.15vw, 3.8rem);
  text-transform: uppercase;
  background: linear-gradient(90deg, #d3b24e 0%, #f5edd0 50%, #d3b24e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modalTitle::before {
  margin-bottom: calc(var(--margin-xs) * 0.6);
  background: #4a1408;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: min(7.5vw, 2.8rem);
}
.modalTitle::after {
  content: "";
  display: block;
  width: 156px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url("../../media/modal_title_line.svg") center/contain no-repeat;
  transform: translateX(-50%);
}

.seatImage {
  width: 100%;
  margin-top: var(--margin-s);
}
.seatImage figcaption {
  margin-bottom: 0.8em;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-weight: 400;
  color: #4a1408;
  font-weight: bolder;
}
.seatImage figcaption strong {
  font-size: 128%;
}

/*# sourceMappingURL=style.css.map */
