@charset "UTF-8";
/* - ω - */
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: "Noto Sans", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
html,
body {
  line-height: 1.6;
  font-size: max(16px, min(2.34375vw, 18px));
  color: #4e1600;
}

a {
  color: #0b96ce;
}
a:hover {
  opacity: 0.8;
  transition: 0.4s;
}

#sqexHeader-white_rsp {
  position: relative;
  z-index: 1000;
  height: 38px;
}

#sqexFooter {
  position: relative;
}
#sqexFooter img {
  width: 25px;
}

.c-pink {
  color: #e73773;
}

.c-red {
  color: #cd0e19;
}

.c-deepred {
  color: #A50319;
}
.container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.rounded-box--primary {
  border-width: 3px;
  border-style: solid;
  border-color: #e73773;
  border-radius: 1.4rem;
  overflow: hidden;
  background-color: #fff;
}
.rounded-box--secondary {
  border-width: 3px;
  border-style: solid;
  border-color: #00ac97;
  border-radius: 1.4rem;
  overflow: hidden;
  background-color: #fff;
}
.rounded-box--ticket {
  background-color: #fffdd7;
  border-radius: 1.4rem;
}

.a-scroll {
  text-decoration: underline;
  cursor: pointer;
}

h2.header-bg--primary {
  position: relative;
  padding: 1.4rem 0px;
  background: center center/cover no-repeat url(../img/head-labels/header-bg.jpg?1773047728165);
}
@media (min-width: 768px) {
  h2.header-bg--primary {
    padding: 1.6rem 0px;
  }
}
h2.header-bg--secondary {
  position: relative;
  padding: 1.4rem 0px;
  background-color: #00ac97;
}
@media (min-width: 768px) {
  h2.header-bg--secondary {
    padding: 1.6rem 0px;
  }
}
h2.header-bg--primary img, h2.header-bg--secondary img {
  margin: auto;
}
h2.header-bg--primary.is-text {
  text-align: center;
  padding-block: 0.6rem;
}
h2.header-bg--primary span {
  color: #ffffff;
  font-weight: 700;
  font-size: 7.8226857888vw;
}
@media (min-width: 768px) {
  h2.header-bg--primary span {
    font-size: 60px;
  }
}

h2.new-ico:before {
  content: "";
  display: inline-block;
  background: left top/contain no-repeat url(../img/head-labels/new-icon.png?1773047728165);
  width: 17%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

h3 {
  font-weight: 900;
  font-size: 1.1rem;
  color: #e73773;
  padding-left: 1.4rem;
  position: relative;
}
h3:before {
  content: "";
  background: top left/contain no-repeat url(../img/misc/slime-icon.png?1773047728165);
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
  h3:before {
    top: 11px;
  }
}

h4 {
  background-color: #e67ca0;
  color: #ffffff;
  text-align: center;
}
h4.is-exstrong {
  font-weight: 700;
  padding-block: 0.3em;
  font-size: 5.4758800522vw;
}
@media (min-width: 768px) {
  h4.is-exstrong {
    font-size: 42px;
  }
}
h4#caution {
  font-size: 4.6936114733vw;
}
@media (min-width: 768px) {
  h4#caution {
    font-size: 4.6875vw;
  }
}
@media screen and (min-width: 769px) {
  h4#caution {
    font-size: 36px;
  }
}
h4.today {
  background-color: #e73773;
}

dl.performer-box dt {
  background-color: #e73773;
  width: 190px;
  color: #fff;
  font-weight: bold;
  padding: 1px 0;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 0.4rem;
}
dl.performer-box dt.day-20 {
  background-color: #00ac97;
}
dl.performer-box dt.day-21 {
  background-color: #fd9800;
}

@media screen and (min-width: 500px) {
  .under500 {
    display: none;
  }
}
.cast-flex {
  display: flex;
}
.cast-flex .name {
  flex-shrink: 0;
  white-space: nowrap;
}
.cast-flex .position {
  flex: 1;
  padding-left: 0.4rem;
}

@media screen and (min-width: 500px) {
  .under500 {
    display: none;
  }
}
@media screen and (max-width: 410px) {
  .cast-br {
    display: none;
  }
}
.text-benefits,
.text-stream {
  font-size: clamp(11px, 4vw, 24px);
}

.text-strong {
  color: #e73773;
}

.text-note {
  color: #008474;
}

.text-link {
  color: #0b96ce;
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.new-window {
  position: relative;
  text-decoration: underline;
}
.new-window:after {
  background: url(../img/misc/icon-new-window.png?1773047728165);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  width: 26px;
  margin-left: 10px;
  position: absolute;
  top: 6px;
}
@media (max-width: 767px) {
  .new-window:after {
    height: 18px;
    width: 16px;
    margin-left: 8px;
  }
}

.scroll-box {
  max-height: 30rem;
  overflow-y: auto;
  padding-right: 0.6rem;
}
.scroll-box::-webkit-scrollbar {
  all: unset;
  width: 5px;
  background: transparent;
}
.scroll-box::-webkit-scrollbar-track {
  all: unset;
  background: #e4e4e4;
  border-radius: 3px;
}
.scroll-box::-webkit-scrollbar-thumb {
  all: unset;
  background: #e67ca0;
  border-radius: 3px;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #e67ca0;
}

.ticket-entry-button {
  display: block;
  aspect-ratio: 652/140;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  width: 90%;
  margin-inline: auto;
  background-image: url(../img/misc/btn-ticket-entry.png?1773047728165);
}
.ticket-entry-button.is-muted {
  pointer-events: none;
  background-position: 0 bottom;
}

.fade-enter-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from {
  opacity: 0;
}

.slide-menu {
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  overflow-y: scroll;
}
.sqex-header-out .slide-menu {
  position: fixed;
}
.slide-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.slide-menu__content {
  position: relative;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 640px;
  background-color: #00ac97;
}
.slide-menu__logo {
  padding-top: 14px;
  padding-bottom: 14px;
}
.slide-menu__logo img {
  width: 26%;
  margin-right: auto;
  margin-left: auto;
}
.slide-menu__head {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #ffe2e9;
  color: #00ac97;
  font-weight: 700;
  text-align: center;
  font-size: 1.4rem;
}
.slide-menu__main li:nth-of-type(n + 2) {
  border-top: 1px solid #00e4c8;
}
.slide-menu__main a {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 0.84em;
  padding-bottom: 0.84em;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
.slide-menu__main a:hover {
  color: #ffe2e9;
  opacity: 1;
}
.slide-menu__main a::before {
  content: "";
  display: block;
  background-image: url(../img/slide-menu/slime-icon.png?1773047728165);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.slide-menu-enter-active {
  transition: opacity 0.3s ease-out;
}
.slide-menu-enter-active .slide-menu__content {
  transition: transform 0.3s ease-out;
}
.slide-menu-enter-from, .slide-menu-leave-to {
  opacity: 0;
}
.slide-menu-leave-active {
  transition: opacity 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-menu-leave-active .slide-menu__content {
  transition: transform 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-menu-enter-from .slide-menu__content, .slide-menu-leave-to .slide-menu__content {
  transform: translateY(-100px);
}

#sqexHeader-white_rsp {
  z-index: 1;
}

.app-root {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
  pointer-events: none;
  background-image: url(../img/misc/ptn.png?1773047728165);
  background-color: #afe8de;
  background-attachment: fixed;
}
.app-root.is-active {
  opacity: 1 !important;
  pointer-events: all;
}

.slide-menu-toggle-btn {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  text-align: right;
}
.slide-menu-toggle-btn a {
  max-width: 83px;
  /*>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/
  cursor: pointer;
  display: block;
  margin-left: auto;
  position: relative;
  top: 8px;
  right: 8px;
  width: 63px;
}
@supports (aspect-ratio: 1) {
  .slide-menu-toggle-btn a {
    aspect-ratio: 1/1;
  }
}
@supports not (aspect-ratio: 1) {
  .slide-menu-toggle-btn a {
    position: relative;
  }
  .slide-menu-toggle-btn a::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  .slide-menu-toggle-btn a::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media (min-width: 768px) {
  .slide-menu-toggle-btn a {
    width: 83px;
  }
}
.slide-menu-toggle-btn a::before, .slide-menu-toggle-btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
}
.slide-menu-toggle-btn a::before {
  background-image: url(../img/slide-menu/menu-open.png?1773047728165);
}
.slide-menu-toggle-btn a::after {
  opacity: 0;
  background-image: url(../img/slide-menu/menu-close.png?1773047728165);
}
.slide-menu-toggle-btn a:active {
  animation: toggleAnime 0.3s forwards;
}
body.slide-menu-open .slide-menu-toggle-btn a::before {
  opacity: 0;
}
body.slide-menu-open .slide-menu-toggle-btn a::after {
  opacity: 1;
}

body.slide-menu-open {
  overflow: hidden;
  top: 0;
  padding-right: var(--scrollbar-w);
}

@keyframes toggleAnime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.scrollto-top {
  position: sticky;
  bottom: 0;
  left: 0;
}
.scrollto-top a {
  max-width: 84px;
  /*>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }*/
  cursor: pointer;
  display: block;
  margin-left: auto;
  position: relative;
  right: 8px;
  bottom: 8px;
  width: 63px;
}
@supports (aspect-ratio: 1) {
  .scrollto-top a {
    aspect-ratio: 84/86;
  }
}
@supports not (aspect-ratio: 1) {
  .scrollto-top a {
    position: relative;
  }
  .scrollto-top a::before {
    float: left;
    content: "";
    padding-top: 102.38%;
  }
  .scrollto-top a::after {
    display: block;
    content: "";
    clear: both;
  }
}
@media (min-width: 768px) {
  .scrollto-top a {
    width: 83px;
  }
}
.scrollto-top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-image: url(../img/misc/scroll-top.png?1773047728165);
}
.scrollto-top a:active {
  animation: toggleAnime 0.3s forwards;
}

@keyframes toggleAnime {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.fixed-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/misc/base-bg-sm.png?1773047728165);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.sqex-header-out .fixed-bg {
  position: fixed;
}
@media (max-width: 767px) {
  .fixed-bg {
    background-size: 100% auto;
  }
}
@media (min-width: 768px) {
  .fixed-bg {
    background-image: url(../img/misc/base-bg-md.png?1773047728165);
    background-size: 2000px auto;
  }
}

@media (min-width: 2001px) {
  .fixed-bg {
    background-size: 100% auto;
  }
}
.primary-header__keyvisual img {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .primary-header__keyvisual img {
    width: 100%;
  }
}
.primary-header__goto-notice {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.secondary-header__logo {
  /*img {
    margin-right: auto;
    margin-left: auto;
    width: 40%;
  }*/
}
.secondary-header__logo a {
  display: block;
  width: 50%;
  margin-inline: auto;
}
.secondary-header__logo img {
  width: 100%;
}

.form-area {
  background-color: #fffbbc;
}

.bg-yellow {
  background-color: #fffbbc;
}

.btn-stream {
  width: 75%;
  display: block;
  margin: auto;
}

.ticket-box {
  overflow: hidden;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 2px 2px rgba(193, 193, 193, 0.5);
  width: 100%;
}
.ticket-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-color: #0b96cd;
}
.ticket-box .ticket-box-header {
  font-weight: 700;
  font-size: min(2.8683181226vw, 18px);
}
.ticket-box .ticket-box-subheader {
  font-weight: 700;
  line-height: 1.3;
  font-size: min(4.6936114733vw, 32px);
  margin-top: 0.4rem;
}
.ticket-box .ticket-box-price {
  font-weight: 700;
  font-size: min(2.6075619296vw, 16px);
}
.ticket-box .ticket-box-time {
  font-weight: 700;
  font-size: min(2.6075619296vw, 16px);
  margin-top: 0.4rem;
}
.ticket-box .ticket-box-navigation ul {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
.ticket-box .ticket-box-navigation li:nth-of-type(1) {
  flex: 0 0 45%;
  text-align: center;
  font-weight: 700;
  font-size: min(2.8683181226vw, 18px);
}
.ticket-box .ticket-box-navigation li:nth-of-type(2) {
  flex: 0 0 55%;
}
.ticket-box .ticket-box-navigation li:nth-of-type(2) a {
  margin-left: auto;
  cursor: pointer;
}
.ticket-box .ticket-box-navigations ul {
  display: flex;
}
.ticket-box .ticket-box-navigations li {
  width: 50%;
}
.ticket-box .ticket-box-navigations li a {
  display: block;
  width: 90%;
  margin-inline: auto;
}
.ticket-box hr {
  -webkit-appearance: none;
          appearance: none;
  height: 3px;
  background-color: #dfdfdf;
}
.ticket-box a {
  display: block;
  cursor: pointer;
  width: 36.2451108214vw;
}
@media (min-width: 768px) {
  .ticket-box a {
    width: 278px;
  }
}

.relative{
  position: relative;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.block{
  display: block;
}

.w-10\/12{
  width: 83.333333%;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/5{
  width: 40%;
}

.w-4\/5{
  width: 80%;
}

.w-4\/6{
  width: 66.666667%;
}

.w-5\/12{
  width: 41.666667%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.cursor-pointer{
  cursor: pointer;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
}

.text-sm{
  font-size: 0.875rem;
}

.text-xl{
  font-size: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
}

.font-bold{
  font-weight: 700;
}

.leading-5{
  line-height: 1.25rem;
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gutter {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.h-indent {
    text-indent: -1em;
    padding-left: 1em;
  }
/**
 * ぶら下がりインデント
 */
@media (max-width: 767px){
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:text-xs{
    font-size: 0.75rem;
  }
}
@media (min-width: 768px){
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=main.css.map */