@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  inset: 0;
  z-index: 9999;
  background: #FFDF3D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loader img {
  width: 80%;
  max-width: 400px;
  display: block;
  margin-bottom: 20px;
}

.text-sequence-loader-preview {
  font-weight: bold;
  font-size: 22px;
  color: #D30076;
  white-space: nowrap;
}

.text-sequence-loader-preview span {
  display: inline-block;
  opacity: 0;
  transform: translateY(15px) scale(0.5) rotate(15deg);
  /* Initial state */
  animation-name: text-appear-animation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  /* animation-delay is set by JS for each span */
}

.text-sequence-loader-preview span:nth-child(1) {
  animation-delay: 0s;
}

.text-sequence-loader-preview span:nth-child(2) {
  animation-delay: 0.1s;
}

.text-sequence-loader-preview span:nth-child(3) {
  animation-delay: 0.2s;
}

.text-sequence-loader-preview span:nth-child(4) {
  animation-delay: 0.3s;
}

.text-sequence-loader-preview span:nth-child(5) {
  animation-delay: 0.4s;
}

.text-sequence-loader-preview span:nth-child(6) {
  animation-delay: 0.5s;
}

.text-sequence-loader-preview span:nth-child(7) {
  animation-delay: 0.6s;
}

.text-sequence-loader-preview span:nth-child(8) {
  animation-delay: 0.7s;
}

.text-sequence-loader-preview span:nth-child(9) {
  animation-delay: 0.8s;
}

.text-sequence-loader-preview span:nth-child(10) {
  animation-delay: 0.9s;
}

/* Define @keyframes text-appear-animation if not already defined or if it needs to be static in CSS output */
@keyframes text-appear-animation {
  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes loop-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pikopiko-animation {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes cast-object-animation {
  0% {
    transform: rotate(0deg) scale(0.7);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(0.7);
  }
}
.button {
  transition: 0.2s;
  box-shadow: 2px 4px 4px rgba(0, 100, 167, 0.4);
}
.button:hover {
  transform: translate(min(0.3vw, 1.8px), min(0.3vw, 1.8px));
  box-shadow: none;
  transition: 0.2s;
}

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

section #story,
#cast,
#schedule,
#ticket,
#access,
#production,
#staff {
  width: 100%;
  padding: min(10vw, 60px) 0;
  background-color: #FFDF3D;
}

.seam,
.seam3 {
  background-color: #FFDF3D;
  padding-bottom: min(8vw, 48px);
}
.seam .loop-track,
.seam3 .loop-track {
  display: flex;
  width: 200%;
  animation: loop-animation 20s linear infinite;
}
.seam .loop-area,
.seam3 .loop-area {
  transform: rotate(-6deg) scale(1.6);
}

.seam {
  position: relative;
  padding-top: min(6vw, 36px);
  padding-bottom: min(15vw, 90px);
  z-index: 11;
}

.seam3 {
  margin-top: max(-10vw, -60px);
}

.seam2 {
  background-color: #FFDF3D;
  margin-top: max(-40vw, -240px);
  margin-bottom: min(8vw, 48px);
}
.seam2 .loop-track {
  display: flex;
  width: 200%;
  animation: loop-animation 20s linear infinite;
}
.seam2 .loop-area {
  transform: rotate(6deg) scale(2.4);
}

.lum-lightbox-inner img {
  max-height: 80vh;
  object-fit: contain;
}

.lum-lightbox {
  z-index: 10000 !important;
}

header {
  position: fixed;
  z-index: 999;
  width: 94vw;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: min(3vw, 18px);
  margin: min(3vw, 18px);
}
header .header-tichket {
  font-family: "FOT-ラグランパンチ Std UB", sans-serif;
  font-size: min(4vw, 24px);
  color: #FFF1AB;
  background-color: #0063A7;
  border: 3px solid #D30076;
  letter-spacing: 0.15rem;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
}
header .menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: min(16vw, 96px);
  height: min(16vw, 96px);
  background-color: white;
  border-radius: 50%;
  border: 3px solid #D30076;
  cursor: pointer;
}
header .menu-icon .menu-icon-img {
  width: min(9vw, 54px);
  height: min(9vw, 54px);
}
header .menu-icon p {
  font-family: "FOT-スランプ Std DB", sans-serif;
  color: #0063A7;
  font-size: min(3vw, 18px);
  margin-top: -1vw;
}
header .menu-icon .active-content {
  display: none;
}
header .menu-icon.is-active {
  background: #D30076;
  color: white;
}
header .menu-icon.is-active .default-content {
  display: none;
}
header .menu-icon.is-active .active-content {
  display: inline;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100lvh;
  z-index: 998;
  background-color: #FFDF3D;
  transform: translateX(100%);
  overflow-y: scroll;
  padding-top: min(20vw, 120px);
  padding-bottom: min(20vw, 120px);
}
#menu .pcmenu-title {
  width: 70%;
  min-width: 250px;
}
#menu .pc-menu {
  width: 80%;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px 40px;
  border-radius: 30px;
  text-align: center;
  text-wrap: nowrap;
  border-top: 4px solid #0063A7;
  border-bottom: 4px solid #0063A7;
  border-left: none;
  border-right: none;
}
#menu .pc-menu .pcmenu-wrap {
  display: block;
}
#menu .pc-menu .pcmenu-wrap .en {
  font-size: 16px;
  margin-bottom: 2px;
  color: #D65522;
}
#menu .pc-menu .pcmenu-wrap .ja {
  font-size: 20px;
  font-family: "FOT-ラグランパンチ Std UB", sans-serif;
  color: #0063A7;
}
#menu .pc-menu .pcmenu-wrap.pcmenu-wrap {
  margin-bottom: 20px;
}
#menu .pc-menu .pcmenu-wrap:hover {
  transform: translate(min(0.3vw, 1.8px), min(0.3vw, 1.8px));
}
#menu.is-open {
  transform: translateY(0);
  transition: 0.2s;
}

body {
  position: relative;
  font-family: "FOT-スランプ Std DB", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}
body .back {
  position: fixed;
  z-index: -1;
  width: 200%;
}
body main {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  color: #0063A7;
}
body main h2 {
  margin: auto;
  margin-bottom: min(6vw, 36px);
  width: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(1vw, 6px);
  background-color: white;
  box-shadow: 4px 6px 0px #1a865f;
  border-radius: 40px;
  padding: 6px;
}
body main h2 span {
  display: inline-block;
}
body main h2 span.en {
  font-size: min(4.5vw, 27px);
  font-family: "FOT-スランプ Std DB", sans-serif;
  color: #D30076;
  text-shadow: 2.5px 0px 0px #FFDF3D;
}
body main h2 span.ja {
  font-size: min(6vw, 36px);
  font-family: "FOT-ラグランパンチ Std UB", sans-serif;
  text-shadow: 2.5px 0px 0px #FFDF3D;
}
body main h2::before {
  content: "";
  position: absolute;
  left: max(-5vw, -30px);
  bottom: max(-2vw, -12px);
  width: min(25vw, 150px);
  height: min(25vw, 150px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main h2.h2-story::before {
  background-image: url("../img/h2-story.webp");
}
body main h2.h2-cast::before {
  background-image: url("../img/h2-cast.webp");
}
body main h2.h2-schedule::before {
  background-image: url("../img/h2-schedule.webp");
}
body main h2.h2-ticket::before {
  background-image: url("../img/h2-ticket.webp");
}
body main h2.h2-access::before {
  background-image: url("../img/h2-access.webp");
}
body main h2.h2-production::before {
  background-image: url("../img/h2-production.webp");
}
body main h2.h2-staff::before {
  background-image: url("../img/h2-staff.webp");
}
body main #firstview .catchcopy {
  padding-top: min(25vw, 150px);
  font-size: min(6vw, 36px);
  color: #D30076;
  text-align: center;
  background-color: #FFDF3D;
}
@media screen and (min-width: 1180px) {
  body main #firstview .catchcopy {
    padding-top: 50px;
  }
}
body main #firstview .firstview-wrap {
  position: relative;
  background: url("../img/firstview-frame.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  aspect-ratio: 1500/1689;
  z-index: 1;
}
body main #firstview .firstview-wrap .firstview-obj {
  position: absolute;
  display: block;
  animation: pikopiko-animation 1.19s ease infinite;
}
body main #firstview .firstview-wrap #tesshu {
  width: min(8vw, 48px);
  top: min(13vw, 78px);
  left: min(55vw, 330px);
}
body main #firstview .firstview-wrap #pankeki {
  width: min(8vw, 48px);
  top: min(15vw, 90px);
  right: min(25vw, 150px);
}
body main #firstview .firstview-wrap #nui {
  width: min(6vw, 36px);
  top: min(39vw, 234px);
  left: min(28vw, 168px);
}
body main #firstview .firstview-wrap #fraipanmama {
  width: min(10vw, 60px);
  top: min(36vw, 216px);
  left: min(44vw, 264px);
}
body main #firstview .firstview-wrap #poipoi {
  width: min(13vw, 78px);
  top: min(38vw, 228px);
  left: min(70vw, 420px);
}
body main #firstview .firstview-wrap #ringo {
  width: min(8vw, 48px);
  top: min(57vw, 342px);
  left: min(18vw, 108px);
}
body main #firstview .firstview-wrap #kutsusita {
  width: min(14vw, 84px);
  top: min(53vw, 318px);
  left: min(34vw, 204px);
}
body main #firstview .firstview-wrap #ningen {
  width: min(9vw, 54px);
  top: min(50vw, 300px);
  left: min(65vw, 390px);
}
body main #firstview .firstview-wrap #rimokon {
  width: min(6vw, 36px);
  top: min(74vw, 444px);
  left: min(48vw, 288px);
}
body main #firstview .firstview-wrap #benkyokun {
  width: min(12vw, 72px);
  top: min(71vw, 426px);
  left: min(27vw, 162px);
}
body main #firstview .title-wrap {
  position: relative;
  display: block;
  z-index: 10;
  margin: max(-24vw, -144px) auto 0 auto;
  padding-bottom: min(8vw, 48px);
  border-radius: 50% 50% 0 0/40% 40% 0 0;
  background-color: #FFDF3D;
}
body main #firstview .title-wrap img {
  display: block;
  width: min(80vw, 480px);
  margin: auto;
}
body main #firstview .title-wrap p {
  width: 110%;
  text-align: center;
  font-size: min(2.3vw, 13.8px);
  font-family: "FOT-ラグランパンチ Std UB", sans-serif;
  color: white;
  text-align: center;
  letter-spacing: min(3.1vw, 18.6px);
  padding: min(4vw, 24px) 0;
  margin-left: max(-2.5vw, -15px);
}
body main #story {
  background-color: #FFDF3D;
}
body main #story p.text {
  font-size: min(3.7vw, 22.2px);
  text-align: center;
  line-height: 2;
}
body main #story p.text span {
  display: inline-block;
  background-color: #FFF1AB;
  border-radius: min(2vw, 12px);
  padding: 0 min(1vw, 6px);
  line-height: 1.4;
}
body main #story .img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1801/1139;
}
body main #story .img-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  animation: torus ease 10s infinite;
}
@keyframes torus {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(40deg) scale(0.8);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
body main #story .img-wrap .illust {
  position: absolute;
  display: block;
  width: min(80vw, 480px);
  margin-left: min(10vw, 60px);
  top: 0;
  left: 0;
  z-index: 1;
}
body main #story .textimg-wrap {
  overflow: hidden;
  width: 100%;
}
body main #story .textimg-wrap img {
  width: 130%;
}
@media screen and (min-width: 1180px) {
  body main #story .textimg-wrap {
    overflow: initial;
  }
}
body main #cast {
  background-color: #FFDF3D;
}
body main #cast p.text {
  font-size: min(3.2vw, 19.2px);
  text-align: center;
  line-height: 1.4;
  margin-bottom: min(6vw, 36px);
}
body main #cast .cast-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(4vw, 24px) min(2vw, 12px);
}
body main #cast .cast-container .cast-content {
  position: relative;
  width: calc((100% - min(12vw, 72px)) / 2);
  aspect-ratio: 337/529;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main #cast .cast-container .cast-content .cast-sns {
  position: absolute;
  bottom: min(4vw, 24px);
  right: min(4vw, 24px);
  display: flex;
  gap: min(3vw, 18px);
  height: min(7vw, 42px);
}
body main #cast .cast-container .cast-content .cast-sns a {
  display: block;
  height: 100%;
}
body main #cast .cast-container .cast-content .cast-sns a img {
  width: auto;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.5));
}
body main #cast .cast-container .cast-content .cast-sns a img:hover {
  filter: none;
  transition: 0.2s;
}
body main #cast .cast-container .cast-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: min(1vw, 6px);
  width: min(12vw, 72px);
  height: min(12vw, 72px);
  background-image: url("../img/cast-left-top.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: cast-object-animation 1.6s ease infinite;
}
body main #cast .cast-container .cast-content.imamura {
  background-image: url("../img/cast-imamura.webp");
}
body main #cast .cast-container .cast-content.osaki {
  background-image: url("../img/cast-osaki.webp");
}
body main #cast .cast-container .cast-content.okazaki {
  background-image: url("../img/cast-okazaki.webp");
}
body main #cast .cast-container .cast-content.tagana {
  background-image: url("../img/cast-tagana.webp");
}
body main #cast .cast-container .cast-content.taguchi {
  background-image: url("../img/cast-taguchi.webp");
}
body main #cast .cast-container .cast-content.tani {
  background-image: url("../img/cast-tani.webp");
}
body main #cast .cast-container .cast-content.manabe {
  background-image: url("../img/cast-manabe.webp");
}
body main #cast .cast-container .cast-content.yamamoto {
  background-image: url("../img/cast-yamamoto.webp");
}
body main #cast .cast-container .cast-content.yoshino {
  background-image: url("../img/cast-yoshino.webp");
}
body main #schedule {
  background-color: #FFDF3D;
}
body main #schedule img.year {
  display: block;
  width: 50%;
  padding-top: min(3vw, 18px);
  margin: auto;
}
body main #schedule p {
  text-align: center;
  line-height: 1.6;
  margin-bottom: min(3vw, 18px);
}
body main #schedule p span {
  display: inline-block;
  transform: rotate(90deg);
}
body main #schedule p.attention {
  font-size: min(5vw, 30px);
  line-height: 1.4;
}
body main #schedule p.period {
  font-size: min(6vw, 36px);
  font-family: "FOT-ラグランパンチ Std UB", sans-serif;
  text-align: center;
}
body main #schedule table {
  margin: auto;
  margin-bottom: min(4vw, 24px);
  width: min(95vw, 570px);
  border-collapse: collapse;
  border: 2px solid #0063A7;
}
body main #schedule table th,
body main #schedule table td {
  border: 1px solid #0063A7;
  text-align: center;
  padding: min(1vw, 6px);
  display: table-cell;
  vertical-align: middle;
}
body main #schedule table th span,
body main #schedule table td span {
  font-size: min(4vw, 24px);
}
body main #schedule table th .nowrap,
body main #schedule table td .nowrap {
  text-wrap: nowrap;
}
body main #schedule table th .small,
body main #schedule table td .small {
  display: block;
  font-size: min(3.4vw, 20.4px);
}
body main #schedule table th .hoshi,
body main #schedule table td .hoshi {
  width: min(8vw, 48px);
  max-width: 110px;
}
body main #schedule table .date {
  font-size: min(3.4vw, 20.4px);
}
body main #schedule table .date td {
  padding: min(1vw, 6px);
}
body main #schedule .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2vw, 12px);
  width: min(90vw, 540px);
  height: min(50vw, 300px);
  background-color: #D65522;
  color: white;
  border-radius: 20px;
  margin: auto;
  padding-bottom: min(4vw, 24px);
}
body main #schedule .flex p {
  font-size: min(4vw, 24px);
  margin-top: min(6vw, 36px);
  padding-left: 2rem;
  text-wrap: nowrap;
}
body main #schedule .flex img {
  display: block;
  width: min(50vw, 300px);
}
body main #ticket {
  background-color: #FFDF3D;
}
body main #ticket table {
  margin: auto;
  margin-bottom: min(6vw, 36px);
  font-size: min(7vw, 42px);
  width: min(80vw, 480px);
  border-collapse: separate;
  border-spacing: 0 min(6vw, 36px);
  line-height: 1;
}
body main #ticket table span {
  font-size: min(3.8vw, 22.8px);
  letter-spacing: 0;
}
body main #ticket .attention {
  width: 100%;
  margin: auto;
  line-height: 1.4;
  font-size: min(4.6vw, 27.6px);
}
body main #ticket .attention h3 {
  position: relative;
  width: min(90vw, 540px);
  background-color: #0063A7;
  color: white;
  border-radius: min(3vw, 18px) 0 min(3vw, 18px) 0;
  margin: auto;
  margin-bottom: min(6vw, 36px);
  padding: min(3vw, 18px);
  padding-left: min(12vw, 72px);
  text-wrap: nowrap;
}
body main #ticket .attention h3::before {
  content: "";
  position: absolute;
  right: 0;
  top: max(-12vw, -72px);
  width: min(20vw, 120px);
  height: min(20vw, 120px);
  background-image: url("../img/h3-right-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main #ticket .attention h3::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main #ticket .attention h3.h3-repeater::after {
  background-image: url("../img/h3-1.webp");
  width: min(25vw, 150px);
  height: min(25vw, 150px);
  left: max(-3vw, -18px);
  bottom: max(-2.5vw, -15px);
}
body main #ticket .attention h3.h3-kids-welcome::after {
  background-image: url("../img/h3-2.webp");
  width: min(18vw, 108px);
  height: min(18vw, 108px);
  left: max(-5vw, -30px);
  bottom: max(-3vw, -18px);
}
body main #ticket .attention .wrap {
  width: 80%;
  margin: auto;
}
body main #ticket .attention .wrap img {
  display: block;
  width: min(30vw, 180px);
  margin: auto;
  margin-bottom: min(6vw, 36px);
}
body main #ticket .attention .wrap ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: min(3.8vw, 22.8px);
}
body main #ticket .attention .wrap.wrap {
  margin-bottom: min(16vw, 96px);
}
body main #ticket .attention.repeater p {
  margin-bottom: min(6vw, 36px);
}
body main #ticket .attention.kids-welcome p {
  text-align: center;
}
body main #access {
  background-color: #FFDF3D;
}
body main #access .flex {
  display: flex;
  margin-bottom: min(6vw, 36px);
}
body main #access .wrap {
  margin: auto;
  width: min(90vw, 540px);
}
body main #access .wrap .hiraya {
  font-size: min(6vw, 36px);
  margin-bottom: min(2vw, 12px);
}
body main #access .wrap .address {
  font-size: min(4.5vw, 27px);
  margin-bottom: min(6vw, 36px);
  letter-spacing: 0;
}
body main #access .wrap iframe {
  width: 100%;
  height: min(80vw, 480px);
  margin-bottom: min(6vw, 36px);
}
body main #access .wrap ul {
  font-size: min(4.5vw, 27px);
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.6;
}
body main #production .wrap {
  position: relative;
  padding-bottom: min(15vw, 90px);
}
body main #production .wrap .sns-wrap {
  position: absolute;
  display: flex;
  gap: min(2vw, 12px);
  height: min(11vw, 66px);
  margin-left: min(5vw, 30px);
}
body main #production .wrap .sns-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(11vw, 66px);
  height: 100%;
  background-color: #0063A7;
  border-radius: 50%;
  border: #D30076 3px solid;
}
body main #production .wrap .sns-wrap a img {
  width: 50%;
  height: 50%;
  object-fit: contain;
}
body main #production .wrap .sns-wrap.sns-espact {
  top: min(90vw, 540px);
  left: min(6vw, 36px);
}
body main #production .wrap .sns-wrap.sns-maniana {
  bottom: min(4vw, 24px);
  left: min(6vw, 36px);
}
body main #staff {
  background-color: #FFDF3D;
}
body main #staff p {
  font-size: min(3.7vw, 22.2px);
  text-align: center;
  line-height: 2;
}
body main footer {
  background-color: #FFDF3D;
  font-size: min(2vw, 12px);
  text-align: center;
  padding-bottom: min(12vw, 72px);
}
body main footer .footer-title {
  display: block;
  margin-bottom: min(6vw, 36px);
}
body main footer .illust {
  position: relative;
  width: 100%;
  height: min(50vw, 300px);
}
body main footer .illust .toirekami {
  position: absolute;
  width: min(60vw, 360px);
  bottom: 0;
  left: min(20vw, 120px);
}
body main footer .illust .neko {
  position: absolute;
  width: min(20vw, 120px);
  top: min(4vw, 24px);
  left: min(38vw, 228px);
  animation: pikopiko-animation 1.2s ease infinite;
}
@media screen and (min-width: 600px) {
  body main {
    margin: auto;
    border-left: #0063A7 5px solid;
    border-right: #0063A7 5px solid;
  }
  body #menu .pcmenu-title {
    width: 70%;
    min-width: 250px;
    max-width: 400px;
  }
  body #menu .pc-menu {
    width: 30%;
    min-width: 500px;
  }
}
@media screen and (min-width: 1180px) {
  body .back {
    transform: rotate(90deg) scale(0.4);
    height: 100%;
    filter: brightness(0.9) contrast(1.2);
  }
  body header {
    justify-content: left;
    align-items: center;
  }
  body header .menu-icon {
    display: none;
  }
  body #menu {
    position: fixed;
    left: calc(10vw + 800px);
    transform: translateY(0);
    background-color: initial;
    width: calc(100% - (10vw + 800px));
    height: 100lvh;
    overflow-y: initial;
    padding-top: 20px;
  }
  body #menu .pc-menu {
    width: 50%;
    min-width: 200px;
  }
  body .pc-main {
    width: 800px;
    background: linear-gradient(to right, #FFDF3D 100px, rgba(255, 223, 61, 0) 100px, rgba(255, 223, 61, 0) 700px, #FFDF3D 700px);
    margin-left: 10vw;
    overflow: hidden;
    border-left: #0063A7 5px solid;
    border-right: #0063A7 5px solid;
  }
  body main {
    margin-left: 100px;
    overflow: initial;
    border: none;
  }
}