<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Bangers&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap);
@charset "UTF-8"; /* Global Variable */
:root {
  --screen-height: 100vh;
}

/* Fonts */
/* Color */
/* Responsive Break Point */
/**
 * vw險育ｮ鈴未謨ｰ
 */
/*** The new CSS Reset - version 1.4.1 (last updated 23.11.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* Global Variable */
:root {
  --screen-height: 100vh;
}

html,
body,
button,
select {
  color: #fff;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: geometricPrecision;
}

html {
  font-size: 2.66vw;
  background: #000;
}

img,
svg {
  height: auto;
  vertical-align: bottom;
}

a {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .is-sp {
    display: none !important;
  }
  html {
    font-size: 10px;
  }
}
body.view-nav {
  overflow: hidden;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.openLoader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 1000;
  transition: opacity linear 0.5s;
}
.is-loaded .openLoader {
  opacity: 0;
  pointer-events: none;
}
.is-loaded .openLoader .loader {
  opacity: 0;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5em;
  height: 5em;
  margin: -2.5em 0 0 -2.5em;
  font-size: 10px;
  text-indent: -9999em;
  border: 0.6em solid rgba(0, 160, 233, 0.8);
  border-top: 0.6em solid rgba(0, 160, 233, 0.3);
  animation: loader 1.1s infinite linear;
  transition: all ease-in-out 0.5s;
  border-radius: 50%;
  z-index: 0;
  opacity: 1;
}

.common-section {
  padding: 8rem 2rem;
}
.page-timetable .common-section {
  padding-left: 0;
  padding-right: 0;
}
.common-title {
  position: relative;
  text-align: center;
  padding: 3rem 1rem;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.common-title__label {
  position: relative;
}
.common-title__label span, .common-title__label::before, .common-title__label::after {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 3rem;
  white-space: nowrap;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.common-title__label span {
  z-index: 3;
  background: linear-gradient(180deg, #8FC31F 0%, #0169B6 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
}
.common-title__label::before, .common-title__label::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
}
.common-title__label::before {
  z-index: 2;
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.8);
}
.common-title__label::after {
  z-index: 1;
  color: #000;
  text-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.65);
}
.common-title__caption {
  position: relative;
  margin-top: -0.1em;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.65);
}
.common-title__img {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  translate: 0 -50%;
  width: 9.8rem;
  opacity: 0.6;
}

.bnr-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 3.2rem;
  padding: 4rem 2rem;
}
.bnr-list li {
  width: 100%;
}
.bnr-list a {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 100%;
  height: 20rem;
  overflow: hidden;
  background: #000;
  border-radius: 1rem;
  box-shadow: 0 5.67px 10px 0 #231815;
}
.bnr-list a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.02;
  opacity: 0.6;
}
@media (hover: hover) {
  .bnr-list a {
    transition: opacity 0.3s ease-in-out;
  }
  .bnr-list a:hover {
    opacity: 0.6;
  }
}
.bnr-list h5 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  overflow: visible;
}
.bnr-list h5 span, .bnr-list h5::before, .bnr-list h5::after {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 170% */
  letter-spacing: 0.02em;
}
.bnr-list h5 span {
  z-index: 3;
  background: linear-gradient(180deg, #8FC31F 0%, #0169B6 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bnr-list h5::before, .bnr-list h5::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
}
.bnr-list h5::before {
  z-index: 2;
  -webkit-text-stroke-width: 0.2rem;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.8);
}
.bnr-list h5::after {
  z-index: 1;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0.1rem 0.1rem 0.4rem rgb(0, 0, 0);
}
.bnr-list p {
  margin: 1rem 0 0.5rem;
  position: relative;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.65);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0.1rem 0.1rem 0.2rem rgb(0, 0, 0);
}
.bnr-list .read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.4rem;
  height: 3rem;
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
  text-shadow: 0.1rem 0.1rem 0.2rem rgb(0, 0, 0);
}

.paragraph {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
}

.contact-box {
  width: 100%;
  border: 2px solid #fff;
  padding: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.contact-box a {
  color: #fff;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-box small {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.yellow {
  color: #FFDB59 !important;
}

@media screen and (max-width: 767px) {
  .loader-img {
    width: 70vw;
  }
}
@media screen and (min-width: 767px) {
  .page-timetable main {
    width: 100%;
  }
  .common-section {
    padding: 10rem 4rem 7rem;
  }
  .common-section.top__lineup {
    padding-top: 13vw;
  }
  .common-title {
    position: relative;
    text-align: center;
    padding: 3rem 6rem;
    margin-bottom: 6rem;
    overflow: visible;
  }
  .common-title__label {
    position: relative;
  }
  .common-title__label span, .common-title__label::before, .common-title__label::after {
    font-size: 12rem;
  }
  .common-title__label::before {
    -webkit-text-stroke-width: 0.6rem;
  }
  .common-title__label::after {
    text-shadow: 0.3rem 0.3rem 0.6rem rgba(0, 0, 0, 0.65);
  }
  .common-title__caption {
    font-size: 2.4rem;
  }
  .common-title__img {
    width: 21.5rem;
  }
  .bnr-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 130rem;
    gap: 3rem;
    padding: 7rem 3rem;
  }
  .bnr-list li {
    width: calc(50% - 1.5rem);
  }
  .bnr-list a {
    aspect-ratio: 5/3;
    height: auto;
  }
  .bnr-list h5 {
    margin-bottom: 0;
  }
  .bnr-list h5 span, .bnr-list h5::before, .bnr-list h5::after {
    font-size: min(7.2rem, 5vw);
  }
  .bnr-list h5::before {
    -webkit-text-stroke-width: 0.3rem;
  }
  .bnr-list p {
    font-size: min(2rem, 1.6vw);
  }
  .bnr-list .read-more {
    font-size: min(1.2rem, 1.2vw);
  }
  .bnr-list .is-covid h5 {
    font-size: 48px;
  }
  .paragraph {
    font-size: 1.4rem;
  }
  .contact-box {
    max-width: 76rem;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-box small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 900px) {
  main {
    padding-left: 12rem;
  }
  .page-timetable main {
    width: 100%;
    padding-left: 18rem;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  justify-items: flex-start;
  padding: 1rem 0 0 1rem;
}
.page-index .header {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
  translate: 0 -10rem;
}
.is-scrolled.page-index .header {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
.header__logo {
  position: relative;
  width: 12rem;
  z-index: 2;
}
.header__logo img {
  filter: drop-shadow(0 0 1rem rgb(0, 0, 0));
}
.header-nav a {
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-weight: 400;
}

.nav-trigger {
  position: fixed;
  z-index: 6;
  top: 1.5rem;
  right: 1.5rem;
  display: block;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.page-index .nav-trigger {
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
  translate: 0 -10rem;
}
.is-scrolled.page-index .nav-trigger {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
.nav-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.1rem;
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  transition: all ease-in-out 0.2s;
}
.nav-trigger span:nth-child(1) {
  translate: -50% -1.05rem;
}
.view-nav .nav-trigger span:nth-child(1) {
  opacity: 0;
}
.nav-trigger span:nth-child(2) {
  translate: -50% -0.35rem;
}
.view-nav .nav-trigger span:nth-child(2) {
  translate: -50% 0;
  rotate: 45deg;
}
.nav-trigger span:nth-child(3) {
  translate: -50% 0.35rem;
}
.view-nav .nav-trigger span:nth-child(3) {
  translate: -50% 0;
  rotate: -45deg;
}
.nav-trigger span:nth-child(4) {
  translate: -50% 1.05rem;
}
.view-nav .nav-trigger span:nth-child(4) {
  opacity: 0;
}
.nav-trigger i {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 899px) {
  .header {
    width: 100%;
    bottom: auto;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .view-nav .header {
    bottom: 0;
  }
  .header-nav {
    padding: 9rem 2rem 2rem;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    opacity: 0;
    translate: 0 -3rem;
    transition: all ease-in-out 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .view-nav .header-nav {
    pointer-events: auto;
    opacity: 1;
    translate: 0 0;
  }
  .header-nav__list {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    margin: 0;
  }
  .header-nav__list a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 899px) and (hover: hover) {
  .header-nav__list a {
    transition: all ease-in-out 0.2s;
  }
  .header-nav__list a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header-nav__list {
    gap: 1rem;
  }
  .header-nav__list a {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 767px) {
  .header {
    padding: 1rem 0 0 1.5rem;
  }
  .header__logo {
    width: 12rem;
  }
}
@media screen and (min-width: 900px) {
  .header {
    padding: 3rem 0 0 2rem;
  }
  .header__logo {
    width: 17.6rem;
  }
  .header-nav__list {
    align-items: flex-start;
    align-content: flex-start;
    justify-items: flex-start;
    justify-content: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1rem;
    padding: 1rem 0 0;
  }
  .header-nav__list a {
    text-align: left;
    color: #fff;
    font-size: 4rem;
    line-height: 1.4;
  }
  .nav-trigger {
    display: none;
  }
}
@media screen and (min-width: 1750px) {
  .header__logo {
    width: 20rem;
  }
  .header-nav__list {
    gap: 1.5rem;
    padding: 2rem 0 0;
  }
  .header-nav__list a {
    font-size: 4.4rem;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 4rem 0;
}
.footer .inner {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 2rem;
  width: 100%;
}
.footer .copyright {
  padding-top: 2rem;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.footer-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.footer-nav h5 {
  position: relative;
}
.footer-nav h5 span, .footer-nav h5::after {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 3rem;
  white-space: nowrap;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.footer-nav h5 span {
  z-index: 2;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, #8FC31F 0%, #0169B6 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
}
.footer-nav h5::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.65);
}
.footer-nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.4rem 2rem;
  padding: 0 3rem;
}
.footer-nav svg {
  width: 3rem;
}
.footer-nav a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
}
.footer-nav--archive ul {
  gap: 0.4rem 1.4rem;
  padding: 0 4rem;
}
@media screen and (min-width: 900px) {
  .footer {
    padding: 10rem 0 14rem 10rem;
  }
  .footer .inner {
    width: -moz-fit-content;
    width: fit-content;
    align-items: flex-start;
    margin: 0 auto;
    gap: 1rem;
  }
  .footer .copyright {
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .footer-nav {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-nav h5 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
  .footer-nav h5 span, .footer-nav h5::after {
    padding: 0 1rem;
  }
  .footer-nav ul {
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-nav svg {
    width: 2.4rem;
  }
  .footer-nav--sns ul {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer-nav h5 span, .footer-nav h5::after {
    font-size: 5rem;
  }
  .footer-nav a {
    font-size: 2.4rem;
  }
  .footer-nav svg {
    width: 3.2rem;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
@keyframes heroCrack {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-0.35vw, 0);
  }
  40% {
    transform: translate(0.35vw, -0.35vw);
  }
  60% {
    transform: translate(0, -0.35vw);
  }
  80% {
    transform: translate(-0.35vw, -0.35vw);
  }
}
@keyframes arrowMove {
  0%, 50%, 100% {
    translate: 0 0;
  }
  25% {
    translate: 0 -10%;
  }
  75% {
    translate: 0 10%;
  }
}
html {
  height: 100%;
  background: #000;
}

body {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0;
  background: #000;
}
body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  background: center center no-repeat url("https://www.pizzaofdeath.com/sc/25/bg-dot.png");
  background-size: cover;
  z-index: 0;
  opacity: 0.5;
}

main {
  position: relative;
  z-index: 1;
}

.fv {
  position: relative;
  width: 100%;
  padding: 3vw 0 1vw;
  margin: 0 auto;
  background: #000;
  z-index: 1;
}
.fv img {
  pointer-events: none;
  filter: drop-shadow(0 0 20px rgb(0, 0, 0));
}
.fv::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 50vw;
  background: linear-gradient(0deg, #00002E 0%, rgba(0, 0, 46, 0) 100%);
  z-index: 7;
}
.fv__drop {
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 0;
  right: 0;
  translate: 0 100%;
  height: 11.6rem;
  overflow: hidden;
}
.fv__drop svg {
  position: absolute;
  right: 50%;
  top: 0;
  translate: 50% 0;
  width: 62rem;
  height: 11.6rem;
}
.fv__dot {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 13.5vw;
  right: 0;
  bottom: 0;
  left: auto;
}
.fv__logo {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 3%;
  margin-bottom: 3vw;
}
.fv__logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.fv__date {
  position: relative;
  z-index: 8;
  padding: 0 7vw;
  margin-top: -26vw;
}
.fv__catch {
  position: relative;
  z-index: 8;
  padding: 0 6vw;
  margin-top: -2vw;
}
.fv__chara {
  position: relative;
  width: 75vw;
  z-index: 6;
  margin: -10vw auto 0;
}
.fv__arrow {
  position: absolute;
  z-index: 9;
  bottom: 2vw;
  width: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}
.fv__arrow--left {
  left: 1vw;
}
.fv__arrow--right {
  right: 1vw;
}
.fv__arrow span {
  display: block;
  width: 1px;
  height: 5.4rem;
  background: #fff;
}
.fv__arrow svg {
  width: 100%;
  animation: arrowMove 2s infinite linear;
}

.top-banner {
  text-align: center;
}
.top-banner p {
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  body {
    padding: 0;
  }
  .fv {
    padding: 2.5vh 0 2vh;
  }
  .fv__dot {
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
  }
  .fv::after {
    max-height: 50vh;
    background: linear-gradient(180deg, rgba(0, 0, 46, 0) 0%, #00002E 100%);
  }
  .fv__drop {
    height: auto;
    aspect-ratio: 10/2.5;
    bottom: 2px;
  }
  .fv__drop svg {
    width: 100%;
    height: auto;
  }
  .fv__logo {
    max-width: min(106vh, 100%);
    text-align: center;
    margin: 0 auto;
  }
  .fv__logo img {
    width: 100%;
  }
  .fv__date {
    padding: 0;
    margin-top: max(-30vw, -13vh);
    text-align: center;
  }
  .fv__date img {
    width: 70vh;
    max-width: min(88vw, 980px);
  }
  .fv__catch {
    margin-top: max(-3vw, -2vh);
    text-align: center;
  }
  .fv__catch img {
    width: 90vh;
    max-width: min(88vw, 1400px);
  }
  .fv__word {
    width: 76vh;
    max-width: min(87vw, 980px);
    height: 46vh;
    max-height: 58vw;
  }
  .fv__word-spell {
    width: 30%;
  }
  .fv__chara {
    width: min(60vw, 50vh);
    max-width: 100%;
    margin-top: max(-32vw, -30vh);
  }
  .fv__arrow {
    width: 4.6rem;
    max-width: 4vw;
    bottom: 2vh;
  }
  .fv__arrow--left {
    left: 1.5rem;
  }
  .fv__arrow--right {
    right: 1.5rem;
  }
  .fv__arrow span {
    margin-bottom: -0.5rem;
    width: 2px;
    height: 10vh;
  }
}
@media screen and (min-width: 900px) {
  .top-banner p {
    padding-right: 12rem;
  }
}
@media screen and (min-width: 1023px) {
  .fv__dot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    opacity: 0.6;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__drop {
    bottom: 4px;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
.videoTrigger {
  cursor: pointer;
  transition: all ease 0.2s;
}
.videoTrigger::after {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  background: center center no-repeat url("../img/common/icon-video-play.png");
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
  transition: all ease 0.3s;
}
.videoTrigger:hover {
  opacity: 0.6;
}
.videoTrigger:hover::after {
  transform: scale(1.2);
}
.videoTrigger &gt; * {
  pointer-events: none;
}

.page-title .is-artist-name {
  display: block;
  width: 100%;
  padding-top: 0.5em;
}

.top__lineup-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
  width: 100%;
}

.artist_archive__list {
  padding: 0 4.2666666667vw 12.2666666667vw;
}
.artist__day-list {
  flex: 1;
}
.artist__day-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 1rem;
}
.artist__day-title--date, .artist__day-title--week {
  position: relative;
}
.artist__day-title--date span, .artist__day-title--date::before, .artist__day-title--date::after, .artist__day-title--week span, .artist__day-title--week::before, .artist__day-title--week::after {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0 0.08em;
  white-space: nowrap;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.artist__day-title--date span, .artist__day-title--week span {
  z-index: 3;
  background: linear-gradient(180deg, #adea2c 0%, #779d1d 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
}
.day2 .artist__day-title--date span, .day2 .artist__day-title--week span {
  background-image: linear-gradient(180deg, #2a8dd7 0%, #005a9d 78%);
}
.artist__day-title--date::before, .artist__day-title--date::after, .artist__day-title--week::before, .artist__day-title--week::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
}
.artist__day-title--date::before, .artist__day-title--week::before {
  z-index: 2;
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.8);
}
.artist__day-title--date::after, .artist__day-title--week::after {
  z-index: 1;
  color: #000;
  text-shadow: 0.1rem 0.1rem 0.4rem rgba(0, 0, 0, 0.65);
}
.artist__day-title--week {
  translate: 0 10%;
}
.artist__day-title--week span, .artist__day-title--week::before, .artist__day-title--week::after {
  font-size: 2.6rem;
}
.artist_list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0;
  gap: 2rem 1rem;
}
.artist_list &gt; li {
  display: block;
  width: calc(50% - 1rem);
  font-size: 1.2rem;
  font-weight: 700;
}
.artist_list &gt; li.more {
  width: 100%;
}
.artist_list__item figure {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5.67px 10px 0 #231815;
}
.artist_list__item figure img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.artist_list__item figure img.back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.1);
  filter: blur(1rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.artist_list__item figure span {
  display: inline-block;
}
.artist_list__item p {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.8em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2;
  color: #8FC31F;
}
.day2 .artist_list__item p {
  color: #27a3ff;
}
.artist_list__item p span {
  order: 3;
}
.artist_list__item p.is-oa:before, .artist_list__item p.is-oa:after, .artist_list__item p.is-newArtist:before, .artist_list__item p.is-newArtist:after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em 0.3em 0.25em;
  line-height: 1;
  margin-right: 0.5em;
  font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 0.74em;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
}
.artist_list__item p.is-oa:after {
  display: inline-block;
  content: "O.A.";
  background: #0085ff;
  order: 2;
}
.artist_list__item p.is-newArtist:before {
  display: inline-block;
  content: "NEW";
  background: #c00;
  order: 1;
}
.artist_list .moreAndMore {
  position: relative;
  padding: 2rem 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  color: #999;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.artist-single {
  width: 100%;
  max-width: 960px;
  padding: 0 40px 50px;
  margin: 0 auto;
  overflow-x: hidden;
}
.artist-single .heading-lv1 {
  margin-top: 60px;
}
.artist-single__photo {
  width: 100%;
}
.artist-single__video {
  position: relative;
  width: 90%;
  margin: 60px auto 0;
  overflow: hidden;
}
.artist-single__video img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
}
.artist-single__video figcaption {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: calc(100% - 4px);
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em 1em;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
}
.artist-single .link-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-items: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 100px;
}
.artist-single .link-list &gt; p {
  width: 100%;
}
.artist-single .link-list &gt; p.is-half {
  width: calc(50% - 10px);
}

@media screen and (min-width: 767px) {
  .top__lineup-wrapper {
    gap: 2rem 5rem;
  }
  .artist_archive__list {
    padding: 0 40px 40px;
  }
  .artist__day-list {
    flex: 1;
    width: 100%;
    padding: 20px;
    border-width: 2px;
    border-radius: 16px;
  }
  @container artist_list_wrapper (max-width: 600px) {
    .artist__day-list {
      width: 100%;
      flex: auto;
    }
  }
  .artist__day-title {
    margin-bottom: 2rem;
  }
  .artist__day-title--date span, .artist__day-title--date::before, .artist__day-title--date::after {
    font-size: 6rem;
  }
  .artist__day-title--week span, .artist__day-title--week::before, .artist__day-title--week::after {
    font-size: 4.4rem;
  }
  .artist_list {
    gap: 3rem 3rem;
    max-width: 150rem;
    margin: 0 auto;
  }
  .artist_list &gt; li {
    width: calc(50% - 2rem);
    font-size: 2rem;
  }
  .artist_list &gt; li .artist__item p {
    font-size: inherit;
    margin-top: 1.8rem;
  }
  @container artist_list (max-width: 600px) {
    .artist_list &gt; li {
      width: 100%;
    }
  }
  .artist_list__item p {
    font-size: 2rem;
  }
  .artist_list .moreAndMore {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .artist_archive__list {
    padding: 0 40px 40px;
  }
  .artist_list &gt; li {
    width: calc(33.3% - 2rem);
  }
  .artist_list .moreAndMore {
    font-size: 5rem;
  }
  .artist_list__item p {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1480px) {
  .artist_archive__list {
    padding: 0 80px 60px;
  }
  .artist_list &gt; li {
    width: calc(25% - 2.25rem);
  }
  .artist_list__item p {
    font-size: 2rem;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
.info-list {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 4rem;
  margin-bottom: 6rem;
}
.info-list__item {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
}
.info-list__item a {
  text-decoration: underline;
  font-weight: 400;
  transition: all ease 0.3s;
  color: #fff;
}
.info-list__item a:hover {
  opacity: 0.6;
}
.info-list__item dt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #1486C2;
}
.info-list__item dt::before, .info-list__item dt::after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.info-list__item dt.text2:before, .info-list__item dt.text2:after {
  width: calc(50% - 1.2em);
}
.info-list__item dt.text5:before, .info-list__item dt.text5:after {
  width: calc(50% - 2.7em);
}
.info-list__item dt.text6:before, .info-list__item dt.text6:after {
  width: calc(50% - 3.2em);
}
.info-list__item dd {
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .info-list {
    width: 100%;
    max-width: 77rem;
    margin-left: auto;
    margin-right: auto;
    gap: 8rem;
  }
  .info-list__item {
    gap: 3rem;
  }
  .info-list__item dt {
    font-size: 3rem;
  }
  .info-list__item dd {
    font-size: 1.8rem;
  }
}
/**
 * vw險育ｮ鈴未謨ｰ
 */
.ticket-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.ticket-title i {
  color: #777;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ticket-title span {
  width: 100%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.14;
}
.ticket-period {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}
.ticket-period dt {
  color: #D10024;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
}
.ticket-period dt span {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  background: #fff;
}
.ticket-period dd {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
.ticket-attention {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
  margin: 1rem 0 0;
}
.ticket-attention li {
  text-indent: -1em;
  padding-left: 1em;
}
.ticket-content {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
}
.ticket-content + .ticket-content {
  margin-top: 8rem;
}
.ticket-content .heading-lv3 {
  color: #FFDB59;
  text-align: center;
  font-size: 1.54rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
.ticket-content.is-soldout .inner {
  position: relative;
}
.ticket-content.is-soldout .inner &gt; * {
  opacity: 0.3;
  pointer-events: none;
}
.ticket-content.is-soldout .inner::after {
  position: absolute;
  right: 50%;
  top: 50%;
  translate: 50% -50%;
  width: 100%;
  content: "THX! SOLD OUT!";
  text-align: center;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ff2e00;
}
.ticket__price {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 1rem;
  overflow: hidden;
  background: #777;
  filter: drop-shadow(0 0.9rem 1rem rgba(35, 24, 21, 0.3));
}
.ticket__price img {
  pointer-events: none;
}
.ticket__price--1day {
  background: #333;
}
.ticket__price-logo {
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
  width: 20.6rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.5));
}
.ticket__price-chara {
  position: absolute;
  left: -3.6rem;
  top: -0.6rem;
  width: 18rem;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.5));
}
.ticket__price figcaption {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.ticket__price figcaption i,
.ticket__price figcaption &gt; span {
  position: relative;
  display: inline-block;
}
.ticket__price figcaption i span, .ticket__price figcaption i::before, .ticket__price figcaption i::after,
.ticket__price figcaption &gt; span span,
.ticket__price figcaption &gt; span::before,
.ticket__price figcaption &gt; span::after {
  position: relative;
  display: inline-block;
  text-align: right;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  white-space: nowrap;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ticket__price figcaption i::before, .ticket__price figcaption i::after,
.ticket__price figcaption &gt; span::before,
.ticket__price figcaption &gt; span::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.3);
}
.ticket__price figcaption i::before,
.ticket__price figcaption &gt; span::before {
  z-index: 2;
  -webkit-text-stroke-width: 0.4rem;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.8);
}
.ticket__price figcaption i::after,
.ticket__price figcaption &gt; span::after {
  z-index: 1;
  color: rgba(0, 0, 0, 0.3);
  text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.65);
}
.ticket__price figcaption i span,
.ticket__price figcaption &gt; span span {
  z-index: 3;
}
.ticket__price figcaption i span {
  background: linear-gradient(180deg, #8FC31F 0%, #0169B6 78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
}
.ticket__price figcaption &gt; span span, .ticket__price figcaption &gt; span::before, .ticket__price figcaption &gt; span::after {
  padding: 0;
  font-family: "Noto Sans JP", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
}
.ticket__price figcaption &gt; span span {
  color: #8FC31F;
}
.ticket__price figcaption &gt; span span.is-yellow {
  color: #FFDB59 !important;
}
.ticket__price figcaption &gt; span span.is-orange {
  color: #F27200 !important;
}
.ticket__price figcaption &gt; span span.is-blue {
  color: #1486C2 !important;
}
.ticket__price figcaption &gt; span span.is-red {
  color: #D10024 !important;
}
.ticket__price-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-top: 2rem;
}
.ticket-buy {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}
.ticket-buy a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 27.4rem;
  height: 6rem;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  border-radius: 6rem;
  background: #1486C2;
  box-shadow: 2px 5.67px 10px 0px rgba(0, 0, 0, 0.4);
}
.ticket-buy a svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  width: 2.4rem;
}
.ticket-buy a.btn-outline {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid #fff;
}
.ticket-buy a.btn-outline svg {
  right: 1rem;
}
@media (hover: hover) {
  .ticket-buy a {
    transition: opacity 0.2s ease-in-out;
  }
  .ticket-buy a:hover {
    opacity: 0.6;
  }
}
.ticket-areamap {
  max-width: 50rem;
  margin: 2rem auto 1rem;
}

@media screen and (min-width: 767px) {
  .ticket-title {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .ticket-title i {
    font-size: 12.8rem;
  }
  .ticket-title span {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.6rem;
  }
  .ticket-attention {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .ticket-contact .ticket-attention, .ticket-help .ticket-attention {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .ticket__price {
    flex: 1;
    aspect-ratio: 7/4;
  }
  .ticket__price-logo {
    top: 2%;
    right: 2%;
    width: 57.6%;
  }
  .ticket__price-chara {
    left: -8.6%;
    top: -2.6%;
    width: 57%;
  }
  .ticket__price figcaption {
    right: 2%;
    bottom: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    width: 57.6%;
    gap: min(1rem, 0.5vw);
  }
  .ticket__price figcaption i,
  .ticket__price figcaption &gt; span {
    width: 100%;
    text-align: center;
  }
  .ticket__price figcaption i span, .ticket__price figcaption i::before, .ticket__price figcaption i::after,
  .ticket__price figcaption &gt; span span,
  .ticket__price figcaption &gt; span::before,
  .ticket__price figcaption &gt; span::after {
    text-align: center;
    font-size: min(7.6rem, 6vw);
  }
  .ticket__price figcaption &gt; span span, .ticket__price figcaption &gt; span::before, .ticket__price figcaption &gt; span::after {
    font-size: 2.2rem;
    font-size: min(3rem, 2.86vw);
  }
  .ticket__price-list {
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .ticket-buy {
    margin-top: 2rem;
  }
  .ticket-buy a {
    width: 36rem;
  }
  .ticket-buy a.btn-outline {
    width: 36rem;
  }
  .ticket-content + .ticket-content {
    margin-top: 8rem;
  }
  .ticket-content .heading-lv3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .ticket-content.is-soldout .inner::after {
    font-size: 8rem;
  }
}
/* Global Variable */
:root {
  --screen-height: 100vh;
}

/* Fonts */
/* Color */
/* Responsive Break Point */
/**
 * vw險育ｮ鈴未謨ｰ
 */
.timeTable {
  width: 100%;
  padding-bottom: 5rem;
}
.timeTableTab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding: 0 2rem;
  margin: 0 0 4rem;
  list-style: none;
  border-bottom: 2px solid #0169B6;
}
.timeTableDay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0.1em;
  max-width: 30rem;
  height: 4rem;
  padding-top: 0.2em;
  font-family: "Bangers", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", meiryo, osaka, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "MS PGothic", sans-serif;
  font-size: min(21.3333333333vw, 2.4rem);
  text-align: center;
  background: #555;
  z-index: 1;
  color: #999;
  cursor: pointer;
  opacity: 0.5;
}
.timeTableDay small {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.2em;
}
.timeTableDay.is-selected {
  z-index: 2;
  opacity: 1;
  color: #fff;
  background: linear-gradient(180deg, #8FC31F 0%, #0169B6 78%);
}
.timeTableArea {
  position: relative;
  margin: 0 auto 2rem;
  max-width: 60rem;
  aspect-ratio: 1/1.4;
  transition: all ease-in-out 0.2s;
}
.timeTableArea.is-large {
  max-width: 1280px;
}
.timeTableImg {
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease-in-out 0.2s;
  opacity: 1;
  z-index: 1;
}
.timeTableImg img {
  vertical-align: bottom;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.timeTableImg:not(.is-selected) {
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.timeTableDownload {
  padding: 0 2rem;
}
.timeTableDownload p &gt; small {
  display: block;
  width: 100%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  text-align: left;
}
.timeTableDownload p + p {
  margin-top: 1em;
}
.timeTable .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 30.4rem;
  height: 6rem;
  padding: 0;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  border-radius: 6rem;
  background: #1486C2;
  box-shadow: 2px 5.67px 10px 0px rgba(0, 0, 0, 0.4);
}
.timeTable .btn small {
  font-size: 0.6em;
}
@media (hover: hover) {
  .timeTable .btn {
    transition: opacity 0.2s ease-in-out;
  }
  .timeTable .btn:hover {
    opacity: 0.6;
  }
}
.timeTableLargeButton {
  margin-bottom: 4rem;
}
.timeTableLargeButton .btn {
  height: 4rem;
  font-size: 1.6rem;
  background: #c00;
}

@media screen and (min-width: 767px) {
  .timeTable {
    width: 100%;
  }
  .timeTable .btn-medium {
    max-width: 50rem;
    cursor: pointer;
  }
  .timeTableArea {
    aspect-ratio: 1/1.3;
  }
  .timeTableImg {
    padding: 0 1.5rem;
  }
  .timeTableImg img {
    border: 2px solid #fff;
  }
}
br.is-pc {
  display: none !important;
}
</pre></body></html>