@import url(https://fonts.googleapis.com/css2?family=Bangers&family=Noto+Sans+JP:wght@100..900&family=Bebas+Neue&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;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 2rem 0;
  letter-spacing: 0.04em;
}
.common-title__label {
  background: rgba(77, 136, 234, 0.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
  text-align: center;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #577590;
}
.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%;
  padding-bottom: 5rem;
  gap: 3.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: auto;
  aspect-ratio: 335/174;
  overflow: hidden;
  background: #000;
  border: 0.2rem solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0.567rem 1rem 0 rgba(35, 24, 21, 0.6);
  border-radius: 0.4rem;
}
.bnr-list a img {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bnr-list a::before {
  display: block;
  content: "";
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 75, 143, 0.6) 100%);
  background-blend-mode: darken;
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@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;
  z-index: 3;
  background: rgba(255, 255, 255, 0.6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
  text-align: center;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
.bnr-list p {
  position: relative;
  z-index: 4;
  font-size: 1.4rem;
  font-weight: 700;
}
.bnr-list .read-more {
  position: relative;
  z-index: 5;
  color: #FFF;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  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;
}

.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;
}

.report-heading {
  width: 100%;
  margin-bottom: 0;
  padding: 0.1em 0 0 0.5em;
  font-size: 2.6rem;
  text-align: left;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-left: 0.18em solid #000;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.report-heading__evil {
  color: #2aa738;
  border-left-color: #2aa738;
}
.report-heading__satan {
  color: #c00;
  border-left-color: #c00;
}
.report-heading__gallery {
  color: #555;
  border-left-color: #555;
}
.report-heading__day1, .report-heading__day2 {
  width: 100%;
  padding: 0.1em 0;
  background: #b00;
  color: #fff;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
  text-align: center;
}
.report-heading__day2 {
  background: #2aa738;
}
.report-body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.8rem;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem 1.5rem 3rem;
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
  border-radius: 1rem;
}
.report-body ol {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  row-gap: 0.8em;
}
.report-body ol li {
  counter-increment: ol;
  width: 100%;
  padding-left: 2.2em;
  text-indent: -2.2em;
}
.report-body ol li a {
  text-decoration: underline;
}
.report-body ol li:before {
  display: inline-block;
  font-weight: 700;
  content: counter(ol) ".";
  text-indent: 0;
  text-align: center;
  width: 2.2em;
  text-align: center;
}
.report-body hr {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.inview {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.inview.is-view {
  opacity: 1;
}

@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 4rem;
  }
  .common-section.top__lineup {
    padding-top: 6vw;
  }
  .common-title {
    position: relative;
    text-align: center;
    padding: 3rem 6rem;
    margin-bottom: 6rem;
  }
  .common-title__label span {
    font-size: min(28rem, 18vw);
    -webkit-text-stroke-width: 0.2rem;
  }
  .common-title__caption {
    font-size: 2.4rem;
  }
  .common-title__img {
    width: 21.5rem;
  }
  .bnr-list {
    margin-left: auto;
    margin-right: auto;
    max-width: 150rem;
    gap: 3rem;
  }
  .bnr-list li {
    width: 100%;
  }
  .bnr-list a {
    aspect-ratio: auto;
    height: 30rem;
    box-shadow: 0 0 2rem 0 rgba(35, 24, 21, 0.45);
    border-width: 0.6rem;
  }
  .bnr-list h5 {
    margin-bottom: 0;
    font-size: 10rem;
  }
  .bnr-list p {
    font-size: 2rem;
  }
  .bnr-list .read-more {
    font-size: 1.2rem;
  }
  .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;
  }
  .report-heading {
    font-size: 3.2rem;
  }
  .report-heading__day1, .report-heading__day2 {
    font-size: 3.6rem;
  }
  .report-body {
    gap: 2.4rem;
    padding: 3rem 2.5rem 4rem;
    font-size: 1.6rem;
    font-weight: 900;
  }
}
@media screen and (min-width: 900px) {
  .page-timetable main {
    width: 100%;
  }
}
/**
 * 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: 11rem;
  z-index: 2;
}
.header__logo img {
  filter: drop-shadow(0 0 1rem rgb(0, 0, 0));
}
.header-nav a {
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
.header-nav__ticket {
  padding-top: 1rem;
}
.header-nav__ticket a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.29em 0.7em;
  text-align: center;
  color: #fff;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 0.4rem;
  background: #BF0000;
}

.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% -0.35rem;
}
.view-nav .nav-trigger span:nth-child(1) {
  translate: -50% 0;
  rotate: 45deg;
}
.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 i {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .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: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1023px) 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: 4rem;
  }
}
@media screen and (min-width: 767px) {
  .header {
    padding: 1rem 0 0 1.5rem;
  }
  .header__logo {
    width: 14rem;
  }
  .nav-trigger {
    top: 1.5rem;
    right: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
  .page-index .nav-trigger {
    translate: 0 -10rem;
  }
  .is-scrolled.page-index .nav-trigger {
    translate: 0 0;
  }
  .nav-trigger span {
    margin-top: -0.1rem;
    width: 3rem;
    height: 0.2rem;
  }
  .nav-trigger span:nth-child(1) {
    translate: -50% -0.5rem;
  }
  .view-nav .nav-trigger span:nth-child(1) {
    translate: -50% 0;
    rotate: 45deg;
  }
  .nav-trigger span:nth-child(2) {
    translate: -50% 0.5rem;
  }
  .view-nav .nav-trigger span:nth-child(2) {
    translate: -50% 0;
    rotate: -45deg;
  }
}
@media screen and (min-width: 1023px) {
  .header {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    padding: 1rem 2rem;
    justify-content: space-between;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
  .header__logo {
    width: 14rem;
  }
  .header-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-nav__list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2rem;
    padding: 0;
  }
  .header-nav__list a {
    text-align: left;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .header-nav__ticket {
    padding-top: 0;
  }
  .header-nav__ticket a {
    font-size: 2.8rem;
    padding: 0.15em 0.5em;
  }
  .nav-trigger {
    display: none !important;
  }
}
@media screen and (min-width: 1750px) {
  .header {
    padding-right: 3rem;
  }
  .header__logo {
    width: 20rem;
  }
  .header-nav {
    gap: 3rem;
  }
  .header-nav__list {
    gap: 3rem;
  }
  .header-nav__list a {
    font-size: 4.4rem;
  }
  .header-nav__ticket a {
    font-size: 4.4rem;
  }
}
/**
 * vw計算関数
 */
.footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.5);
}
.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: right;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.footer-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
}
.footer-nav h5 {
  display: inline-block;
  text-align: left;
  width: 100%;
  white-space: nowrap;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
.footer-nav ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0.4rem 1rem;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.footer-nav svg {
  width: 2.6rem;
}
.footer-nav a {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
}
.footer-nav--archive ul {
  gap: 0.4rem 1.4rem;
}
.footer-nav--sns a ul {
  gap: 0.4rem 2rem;
}

@media screen and (min-width: 767px) {
  .footer {
    padding: 4rem 2rem;
  }
  .footer .inner {
    width: 100%;
    max-width: 150rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: 0 auto;
    gap: 1.4rem 5rem;
  }
  .footer .copyright {
    padding-top: 1rem;
    text-align: left;
  }
  .footer-nav {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
    gap: 2rem;
  }
  .footer-nav h5 {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    font-size: 3rem;
  }
  .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--menu {
    width: 100%;
  }
  .footer-nav--archive {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-nav--archive ul {
    gap: 0.4rem 1.4rem;
  }
  .footer-nav--sns {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-nav--sns ul {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer {
    padding: 4rem;
  }
  .footer-nav {
    gap: 3rem;
  }
  .footer-nav h5 {
    font-size: 4.5rem;
  }
  .footer-nav a {
    font-size: 3rem;
  }
  .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 .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
body:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  z-index: 0;
  background: var(--blue-grad, linear-gradient(180deg, #000 0%, #006CCE 100%));
  opacity: 0.7;
}

main {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page-guideline main, .page-booth main {
  z-index: 2;
}

.fv {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #004c8f;
  z-index: 1;
  overflow: hidden;
}
.fv__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.6;
  z-index: 1;
  margin: 0 auto;
}
.fv__inner::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 30vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 80%);
  pointer-events: none;
  z-index: 4;
}
.fv img {
  pointer-events: none;
}
.fv__bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
}
.fv__bg img {
  width: 100%;
  scale: 3;
  transform-origin: center top;
}
.fv__logo {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 3vw 0 0;
}
.fv__logo img {
  display: block;
  width: 100%;
  margin: 0 auto;
  scale: 1.04;
}
.fv__text {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 1.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
.fv__chara {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}
.fv__chara img {
  width: 100%;
  translate: 0 3%;
  scale: 1.15;
  transform-origin: center bottom;
}

.top__banner {
  text-align: center;
  width: 100%;
  padding: 4rem 2rem;
}

.top__message hr {
  margin: 3rem auto;
  width: 100%;
  height: 2px;
  background-color: #555;
  border: none;
}

@media screen and (min-width: 767px) {
  body {
    padding: 0;
  }
  .fv__inner {
    aspect-ratio: 1/1.25;
  }
  .fv__inner::after {
    height: 30vw;
  }
  .fv__bg img {
    scale: 2.5;
  }
  .fv__text {
    padding: 0 2.5rem 2.5rem;
    gap: 0.4rem;
  }
  .fv__chara {
    top: 16vw;
    bottom: auto;
  }
  .fv__chara img {
    translate: 0 0;
    scale: 1;
  }
  .top__banner {
    padding: 8rem 4rem 10rem;
  }
}
@media screen and (min-width: 900px) {
  .fv__inner {
    aspect-ratio: auto;
    width: 100%;
    height: auto;
  }
  .fv__inner::after {
    height: 30rem;
  }
  .fv__bg img {
    scale: 1;
  }
  .fv__logo {
    padding: 3vw 0 0 20%;
  }
  .fv__logo img {
    scale: 1.06;
  }
  .fv__text {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    padding: 0 2rem 3rem 25%;
  }
  .fv__chara {
    top: auto;
    right: auto;
    bottom: 0;
    width: 60%;
  }
  .fv__chara img {
    translate: 0 10%;
    scale: 1;
  }
}
@media screen and (min-width: 1320px) {
  .fv {
    background: #000;
  }
  .fv__inner {
    aspect-ratio: 2/1;
    max-width: 200rem;
  }
  .fv__inner::after {
    height: min(40rem, 19vw);
  }
  .fv__bg img {
    scale: 1;
  }
  .fv__logo {
    padding: min(4rem, 3vw) 2rem 0 40%;
    margin-bottom: max(-3.5rem, -2vw);
  }
  .fv__text {
    padding: 0 4rem 3rem 45%;
  }
  .fv__chara {
    width: 54%;
  }
}
/**
 * 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 > * {
  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: "Bebas Neue", "ヒラギノ角ゴ 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%);
}
.day-all .artist__day-title--date span, .day-all .artist__day-title--week span {
  background-image: linear-gradient(180deg, #f00 0%, #b00 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 > li {
  display: block;
  width: calc(50% - 1rem);
  font-size: 1.2rem;
  font-weight: 700;
}
.artist_list > li.more {
  width: 100%;
}
.artist_list__item figure {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.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: #fff;
}
.day2 .artist_list__item p {
  color: #27a3ff;
}
.day-all .artist_list__item p {
  color: #c00;
}
.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: #BF0000;
  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: "Bebas Neue", "ヒラギノ角ゴ 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 > p {
  width: 100%;
}
.artist-single .link-list > 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 > li {
    width: calc(50% - 2rem);
    font-size: 2rem;
  }
  .artist_list > li .artist__item p {
    font-size: inherit;
    margin-top: 1.8rem;
  }
  @container artist_list (max-width: 600px) {
    .artist_list > 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 > 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: 1200px) {
  .artist_archive__list {
    padding: 0 80px 60px;
  }
  .artist_list > 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: 5rem;
  margin-bottom: 6rem;
}
.info-list__item {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  width: 100%;
  text-align: center;
  padding: 0 2rem;
}
.info-list__item a {
  text-decoration: underline;
  font-weight: 400;
  transition: all ease 0.3s;
  color: #FFE790;
}
.info-list__item a:hover {
  opacity: 0.6;
}
.info-list__item dt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: #FFE790;
}
.info-list__item dd {
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.8;
}
.info-list__item dd a {
  color: #FFE790;
}

@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計算関数
 */
.ec-img {
  margin-top: 2rem;
}

.ticket-title {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  text-align: center;
}
.ticket-title i {
  text-align: center;
  overflow: visible;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: rgba(77, 136, 234, 0.2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-size: cover;
  text-align: center;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #577590;
}
.ticket-title span {
  width: 100%;
  color: #fff;
  font-size: 2.2rem;
  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: #fff;
  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: #BF0000;
}
.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:last-child {
  padding-bottom: 5rem;
}
.ticket-content + .ticket-content {
  margin-top: 8rem;
}
.ticket-content .heading-lv3 {
  color: #FFE790;
  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 > * {
  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: "Bebas Neue", "ヒラギノ角ゴ 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: #BF0000;
}
.ticket__price {
  position: relative;
  width: 100%;
}
.ticket__price img {
  pointer-events: none;
}
.ticket__price figcaption {
  position: absolute;
  right: 1.3rem;
  bottom: 1rem;
  width: 45%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.ticket__price--label {
  position: relative;
  color: #28B5FF;
  text-align: center;
}
.ticket__price--1day .ticket__price--label {
  color: #d00;
}
.ticket__price--label span, .ticket__price--label::before {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0;
  font-feature-settings: "palt" on;
}
.ticket__price--label::before {
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  text-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.65);
  -webkit-text-stroke-width: 0.3rem;
  -webkit-text-stroke-color: #000;
}
.ticket__price--price {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: center;
  color: #FFE790;
  text-align: center;
  translate: -0.8rem 0;
}
.ticket__price--1day .ticket__price--price {
  color: #fff;
}
.ticket__price--price > small,
.ticket__price--price > span {
  position: relative;
  display: inline-block;
}
.ticket__price--price > small span, .ticket__price--price > small::before,
.ticket__price--price > span span,
.ticket__price--price > span::before {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" on;
  -webkit-font-smoothing: antialiased;
}
.ticket__price--price > small::before,
.ticket__price--price > span::before {
  padding: 0;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.65);
  -webkit-text-stroke-width: 0.4rem;
  -webkit-text-stroke-color: #000;
}
.ticket__price--price > small {
  translate: -10% -7%;
}
.ticket__price--price > small span, .ticket__price--price > small::before {
  font-size: 4.2rem;
}
.ticket__price-list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  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: 100%;
  height: 6rem;
  padding: 0;
  color: #fff;
  background: #BF0000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  border-radius: 6rem;
}
.ticket-buy a svg {
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
  width: 2.4rem;
}
.ticket-buy a.btn-outline {
  width: 100%;
  background: none;
  color: #FFE790;
  border: 3px solid #FFE790;
}
.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;
}
.ticket-details .contact-box a {
  color: #FFE790;
}

.resale-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin: 2rem 0;
  padding-top: 2em;
  border-top: 1px solid #fff;
}
.resale-links + .ticket-buy {
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
.resale-links + .ticket-buy a {
  width: 100%;
  max-width: 40rem;
  height: 4rem;
  font-size: 1.6rem;
  border: 3px solid #fff;
  background: none;
  color: #fff;
}
.resale-links p {
  flex: 1;
  margin: 0;
  text-align: center;
}
.resale-links p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 900;
  border-radius: 4rem;
}
.resale-links p:first-child a {
  background: #BF0000;
}
.resale-links p:last-child a {
  background: #2aa738;
}

@media screen and (min-width: 767px) {
  .ticket-title {
    gap: 2rem;
  }
  .ticket-title i {
    font-size: 12.8rem;
  }
  .ticket-title span {
    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;
  }
  .ticket__price figcaption {
    bottom: min(2rem, 1vw);
  }
  .ticket__price-list {
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .ticket__price--label span, .ticket__price--label::before {
    font-size: min(2.4rem, 2.2vw);
  }
  .ticket__price--label::before {
    text-shadow: 0.4rem 0.4rem 0.4rem rgba(0, 0, 0, 0.65);
    -webkit-text-stroke-width: 0.4rem;
  }
  .ticket__price--price {
    translate: max(-1.4rem, -1.3vw) 0;
  }
  .ticket__price--price > small span, .ticket__price--price > small::before,
  .ticket__price--price > span span,
  .ticket__price--price > span::before {
    font-size: min(9rem, 7.9vw);
  }
  .ticket__price--price > small::before,
  .ticket__price--price > span::before {
    text-shadow: 0.6rem 0.6rem 0.6rem rgba(0, 0, 0, 0.65);
    -webkit-text-stroke-width: 0.6rem;
  }
  .ticket__price--price > small span, .ticket__price--price > small::before {
    font-size: min(6rem, 5.4vw);
  }
  .ticket-buy {
    margin-top: 2rem;
  }
  .ticket-buy a {
    width: 36rem;
  }
  .ticket-buy a.btn-outline {
    width: 36rem;
  }
  .ticket-content:last-child {
    padding-bottom: 10rem;
  }
  .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;
  }
  .resale-links {
    max-width: 74rem;
    margin: 3rem auto;
    padding-top: 3em;
    border-top-width: 2px;
  }
  .resale-links + .ticket-buy {
    max-width: 74rem;
    margin: 0 auto;
    padding-top: 3rem;
    border-top-width: 2px;
  }
  .resale-links + .ticket-buy a {
    max-width: 50rem;
    height: 6rem;
    font-size: 2rem;
  }
  .resale-links p {
    font-size: 1.2rem;
  }
  .resale-links p a {
    padding: 1.5rem 0;
    font-size: 1.8rem;
    border-radius: 4rem;
  }
}
@media screen and (min-width: 1023px) {
  .ec-img {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: center;
    max-width: min(180rem, 80%);
    margin: 4rem auto 2%;
  }
  .ec-img img {
    max-width: 50%;
  }
}
/* 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: "Bebas Neue", "ヒラギノ角ゴ 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 > 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;
  }
}
/**
 * vw計算関数
 */
.guide-open {
  overflow: hidden;
}

.guide {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  justify-items: flex-start;
  width: 100%;
  padding: 0 0 8rem;
  gap: 2rem;
}
.guide-open .guide {
  opacity: 0.5;
}
.guide-prologue {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.6;
  color: #FFDB59;
  text-align: center;
}
.guide .heading-lv5 {
  color: #FFDB59;
  text-align: left;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}
.guide .heading-lv5 small {
  font-size: 0.8em;
}
.guide-attention {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  height: 5rem;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.8;
  border: 2px solid #fff;
  text-align: left;
  color: #fff;
}
.guide-wrapper, .guide-section__list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  justify-items: flex-start;
  width: 100%;
  gap: 3rem;
}
.guide-section__list {
  gap: 4rem;
}
.guide-section {
  scroll-margin-top: 100px;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  gap: 1.6rem;
  width: 100%;
  padding: 0;
  text-align: left;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.67;
}
.guide-section .inner {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.guide-section a:not(.btn-large) {
  color: #BF0000;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
.guide-section .red {
  color: #BF0000 !important;
}
.guide-section .yellow {
  color: #FFDB59;
}
.guide-section .blue {
  color: #0085ff;
}
.guide-section .green {
  color: #2aa738;
}
.guide-section .attention {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  row-gap: 0.5em;
}
.guide-section .attention li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
}
.guide-section .attention li * {
  text-indent: 0;
}
.guide-section .ulWrap {
  background: #fff;
  color: #000;
  padding: 30px;
  border-radius: 15px;
}
.guide-section .ulWrap > * + * {
  margin-top: 1.5em;
}
.guide-section .ulWrap ol {
  font-size: 0.92em;
}
.guide-section .box {
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  border: 2px solid #fff;
  border-radius: 15px;
}
.guide-section .box h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 900;
}
.guide-section .iconList,
.guide-section .ulWrap > ul:not(.attention):not(.attention2) {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  row-gap: 0.8em;
  line-height: 1.6;
}
.guide-section .iconList > li,
.guide-section .ulWrap > ul:not(.attention):not(.attention2) > li {
  position: relative;
  padding-left: 1em;
  width: 100%;
  text-align: justify;
}
.guide-section .iconList > li:before,
.guide-section .ulWrap > ul:not(.attention):not(.attention2) > li:before {
  position: absolute;
  top: 0.25em;
  left: -0.2em;
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: #72bcd6;
  box-shadow: 2px 2px 0 #0085ff;
}
.guide-section .iconList > li figure,
.guide-section .ulWrap > ul:not(.attention):not(.attention2) > li figure {
  margin-top: 0.5em;
}
.guide-section hr {
  margin: 0 !important;
  width: 100%;
  height: 1px;
  border: none;
  background: #ccc;
}
.guide-section h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.3em 0.3em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  background: #2aa738;
}
.guide-section h5 {
  padding: 0.2em 0 0.2em 0.5em;
  margin-bottom: 0.5em;
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.2;
  border-left: 6px solid #222;
  text-align: left;
}
.guide-section h5 + ol {
  margin-bottom: 30px;
  margin-top: 0 !important;
}
.guide-section h5 + .guidePrice {
  margin-top: 1em !important;
  padding: 1em 0;
  color: #fff;
  border-color: #fff;
}
.guide-section h5.ttl-red {
  color: #BF0000;
  border-left-color: #BF0000;
}
.guide-section h5.ttl-white {
  color: #fff;
  border-left-color: #fff;
}
.guide-section h5.ttl-yellow {
  color: #FFDB59;
  border-left-color: #FFDB59;
}
.guide-section h5.ttl-blue {
  color: #2aa738;
  border-left-color: #2aa738;
}
.guide-section .ticketPeriod {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 2px solid #0085ff;
  text-align: center;
}
.guide-section .ticketPeriod dt {
  font-weight: 900;
}
.guide-section .ticketPeriod dt span {
  display: inline-block;
  padding: 0.2em 1em;
  margin-bottom: 0.4em;
  background: #BF0000;
  color: #fff;
}
.guide-section .ticketPeriod dd {
  font-size: 24px;
  font-weight: 900;
}
.guide-section .ticketPeriod dd small {
  font-size: 0.8em;
}
.guide-section .ticketTarget {
  width: 100%;
  padding: 10px;
  margin-bottom: 40px;
  background: #666;
  text-align: center;
  color: #fff;
}
.guide-section .ticketTarget dt {
  font-weight: 900;
}
.guide-section .ticketTarget dd {
  font-size: 18px;
  font-weight: 900;
}
.guide-section .ticketTarget dd small {
  font-size: 0.8em;
}
.guide-section .guidePrice,
.guide-section .guideOpenTime {
  width: 100%;
  font-weight: 900;
  border: 1px solid #fff;
  padding: 0.8em 0;
  text-align: center;
}
.guide-section .guidePrice {
  width: 100%;
  font-size: 1.2em;
}
.guide-section figure:not(.thumbs) {
  max-width: 100%;
  margin: 0 auto 1.5em;
}
.guide-section figure:not(.thumbs) figcaption {
  text-align: center;
  font-size: 0.8em;
}
.guide-section figure:not(.thumbs).twoImgs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  gap: 1em;
  margin-bottom: 0;
}
.guide-section figure:not(.thumbs).twoImgs img {
  width: calc(50% - 0.5em);
}
.guide-section .food-images {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
}
.guide-section .food-images figure {
  width: calc(50% - 0.5em);
}
.guide-section .food-images figcaption {
  padding: 0.3em 0 0;
  text-align: left;
  font-size: 4.2666666667vw;
}
.guide-section .tableDl {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 1em 0;
}
.guide-section .tableDl dt {
  width: 25%;
  padding: 0.5em 1em;
  font-weight: 600;
}
.guide-section .tableDl dd {
  display: block;
  width: 75%;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: 2px solid #ccc;
}
.guide-section .tableDl dd .siteLink {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em 1em;
  width: 100%;
  margin: 1.5em 0 0 0;
  list-style: none;
}
.guide-section .tableDl dd .siteLink a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
}
.guide-section .tableDl dd .siteLink a img {
  width: 1.6em;
}
.guide-section .tableDl dd a {
  color: #FFDB59;
}
.guide-section .tableDl dd a:hover {
  opacity: 0.5;
}
.guide-section .tableDl.graArtist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.9em;
  line-height: 1.4;
}
.guide-section .tableDl.graArtist p {
  margin-bottom: 10px;
}
.guide-section .timeSet2,
.guide-section .timeSet {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  padding: 1em 1.5em;
  margin-bottom: 0.6em;
  border: 2px solid #fff;
  border-radius: 10px;
}
.guide-section .timeSet2 p,
.guide-section .timeSet p {
  width: 20%;
  margin-bottom: 0;
}
.guide-section .timeSet2 p {
  width: 50%;
}
.guide-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  gap: 2rem;
  width: 100%;
  border-radius: 6px;
}
.guide-content > * {
  width: 100%;
}
.guide-content__child {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  justify-items: flex-start;
  gap: 5.3333333333vw;
}
.guide-content__child > * {
  width: 100%;
}
.guide-content__child h3 {
  font-weight: 900;
  font-size: 1.2em;
}
.guideTitle {
  width: 100%;
  margin-bottom: 30px;
  padding: 0.6em 0 0.6em;
  background: #0085ff;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}
.guideMenu {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 100;
}
.guideNav h3 {
  width: 100%;
  padding: 1.4rem 2.6rem;
  background: #E60012;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.guideNav h3 svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  margin-left: 0.5em;
  rotate: 180deg;
  translate: 0 -20%;
}
.guideNav ul {
  display: none;
  flex-flow: column wrap;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  padding: 1.5rem 0;
}
.guide-open .guideNav h3 svg {
  rotate: 0deg;
}
.guide-open .guideNav ul {
  display: flex;
}
.guide .booth-sponsor__drink-list {
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 6vw 10px;
}
.guide .booth-sponsor__drink-list a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.guide .booth-sponsor__drink-list li {
  width: calc(50% - 5px);
  font-size: 0.8em;
}
.guide .booth-sponsor__drink-list li:first-child {
  width: 80%;
}
.guide .booth-sponsor__drink-list li img {
  width: 60%;
}
.guide__access-link {
  text-align: left;
  padding-bottom: 2rem;
}
.guide__access-link a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 4.6rem;
  max-width: 36rem;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  border-radius: 6rem;
  width: 100%;
  background: #fff;
}
.guide__access-link a svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
  width: 2.4rem;
}
@media (hover: hover) {
  .guide__access-link a {
    transition: opacity 0.2s ease-in-out;
  }
  .guide__access-link a:hover {
    opacity: 0.6;
  }
}

.is-center {
  text-align: center !important;
}

.is-left {
  text-align: left !important;
}

.faqList a {
  color: #c00;
}
.faqList dt {
  padding: 0.8em 1em 0.7em;
  margin-bottom: 1em;
  color: #fff;
  background: #c00;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 8px;
}
.faqList dt:before {
  content: "Q. ";
}
.faqList dd {
  font-size: 0.92em;
  padding: 1em;
  border-radius: 8px;
  margin-bottom: 4em;
  color: #222;
  background: #fff;
}
.faqList dd:last-child,
.faqList dd > *:last-child {
  margin-bottom: 0;
}

.page-booth .guide-section .heading-lv6 {
  text-align: center;
}
.page-booth .guide-section .food .heading-lv6 {
  width: 100%;
  margin-bottom: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  color: #BF0000;
  text-align: center;
  font-size: 1.8rem;
}
.page-booth .guide-section .food .heading-lv6 span {
  font-weight: 900;
  background: #fff;
}
.page-booth .guide-section .food figure {
  max-width: 60%;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.page-booth .guide-section .food p {
  font-size: 1.2rem;
  text-align: center;
}
.page-booth .guide-section .food p + p {
  margin-top: 1em;
}

@media screen and (min-width: 767px) {
  .guide {
    position: initial;
    max-width: 100rem;
    gap: 8rem;
    padding: 0 0 8rem;
  }
  .guide .btn-large {
    padding: 0 3rem;
    gap: 6px;
    height: 4.6rem;
    font-size: 2rem;
    border-radius: 4.6rem;
  }
  .guide-prologue {
    width: 100%;
    margin-bottom: -50px;
    font-size: 16px;
  }
  .guide-attention {
    width: min(70%, 728px);
    height: 5.6rem;
    font-size: 2rem;
  }
  .guide-wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    gap: 4rem;
  }
  .guide-section__list {
    width: 100%;
    gap: 10rem;
  }
  .guide-section {
    gap: 30px;
    padding: 0 3rem 0 0;
    font-size: 16px;
  }
  .guide-section .heading-lv5 {
    text-align: left;
  }
  .guide-section .heading-lv5 br {
    display: none;
  }
  .guide-section .guidePrice,
  .guide-section .guideOpenTime {
    font-size: 1.2em;
  }
  .guide-section figure:not(.thumbs) {
    max-width: min(80%, 500px);
    margin-left: 0;
  }
  .guide-section .food-images {
    justify-content: flex-start;
  }
  .guide-section .food-images figure {
    width: calc(33.33% - 0.666em);
    max-width: 300px;
  }
  .guide-section .food-images figcaption {
    font-size: 10px;
  }
  .guide-content {
    gap: 40px;
    width: 100%;
  }
  .guide-content__child {
    gap: 20px;
  }
  .guide .heading-lv5 {
    font-size: 3rem;
  }
  .guide .heading-lv5 small {
    display: inline-block;
    margin-left: 0.5em;
  }
  .guideNav {
    display: block;
    width: 100%;
  }
  .guideMenu {
    width: 36rem;
    right: 0;
  }
  .guideMenu h3 {
    font-size: 1.8rem;
  }
  .guideMenu ul {
    font-size: 1.6rem;
  }
  .guide .selectGuide {
    display: none;
  }
  .guide__access-link {
    text-align: left;
  }
  .guide .ent-watagashi {
    margin-left: 0;
  }
  .guide .sponListBooth01 {
    max-width: 100rem;
    gap: 0 2%;
  }
  .guide .booth-sponsor__drink {
    max-width: 100rem;
  }
  .guide .booth-sponsor__drink-list {
    gap: 50px 20px;
  }
  .guide .booth-sponsor__drink-list li {
    width: calc(50% - 1rem);
    font-size: 1.4rem;
  }
  .guide .booth-sponsor__drink-list li:first-child {
    width: 80%;
  }
  .page-booth .guide-section .heading-lv6 {
    text-align: left;
  }
  .page-booth .guide-section .food .heading-lv6 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }
  .page-booth .guide-section .food figure {
    max-width: 30rem;
    margin: 0 auto 2rem 0;
    text-align: left;
  }
  .page-booth .guide-section .food p {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .guide-section .tableDl dt {
    width: 150px;
  }
  .guide-section .tableDl dd {
    width: calc(100% - 150px);
  }
  .guide-section .guidePrice,
  .guide-section .guideOpenTime {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 4em;
    padding-right: 4em;
  }
  .guide__access-link {
    text-align: left;
  }
  .guide__access-link.is-center {
    text-align: left !important;
  }
}
@media screen and (min-width: 1440px) {
  .guide-section {
    flex-flow: row nowrap;
    width: 120rem;
    gap: 40px;
    font-size: 18px;
  }
  .guide-section .heading-lv5 {
    width: 328px;
    text-align: right;
  }
  .guide-section .heading-lv5 br {
    display: inherit;
  }
  .guide-section .heading-lv4 {
    width: 50%;
    margin-bottom: -20px;
    font-size: 20px;
    text-align: left;
  }
  .guide-section .tableDl dt {
    width: 170px;
  }
  .guide-section .tableDl dd {
    width: calc(100% - 170px);
  }
  .guide-section figure {
    margin-left: 0;
  }
}
/**
 * vw計算関数
 */
#boothMain {
  width: min(100%, 960px);
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  text-align: left;
}
#boothMain img {
  vertical-align: bottom;
}
#boothMain > h2 {
  font-weight: 800;
  line-height: 1.2;
  font-size: 20px;
  color: #BF0000;
  text-align: center;
  letter-spacing: 1px;
  padding: 8px 10px;
  margin-bottom: 15px;
  background: #fff;
}
#boothMain > hr {
  margin-bottom: 50px;
}
#boothMain .boothArea {
  width: 100%;
  margin-bottom: 80px;
}
#boothMain .boothArea > * + p,
#boothMain .boothArea > * + h3,
#boothMain .boothArea > * + dl,
#boothMain .boothArea .timeSet,
#boothMain .boothArea .timeSet2 {
  margin-top: 1.8em;
}
#boothMain .boothArea > figure img {
  border: 1px solid #fff;
  outline: none;
}
#boothMain .boothArea > figure img.noBorder {
  border: none;
  outline: none;
}
#boothMain .boothArea:after {
  content: "";
  display: table;
  width: 100%;
}
#boothMain .boothArea .video-container {
  border: 2px solid #fff;
}
#boothMain .boothArea i.fa,
#boothMain .boothArea i.fab {
  margin-right: 5px;
}
#boothMain .boothArea a {
  color: #FFDB59;
}
#boothMain .boothArea a:hover {
  opacity: 0.5;
}
#boothMain .boothArea .clear {
  clear: both;
}
#boothMain .boothArea h2 {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 800;
  font-size: 1.6em;
  color: #fff;
  background: #0085ff;
}
#boothMain .boothArea h2 + figure {
  float: right;
  width: 40%;
  margin-left: 1.5em;
  margin-bottom: 2em;
}
#boothMain .boothArea h2 + figure img {
  border: 1px solid #fff;
}
#boothMain .boothArea h2 + figure.monster {
  float: right;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 50%;
  padding: 0;
}
#boothMain .boothArea h2 + figure.monster + p {
  padding-top: 2em;
}
#boothMain .boothArea h3 {
  clear: both;
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  background: #333;
  padding: 6px 10px;
}
#boothMain .boothArea h4 {
  clear: both;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}
#boothMain .boothArea > p {
  padding: 0 10px;
}
#boothMain .boothArea .attention {
  color: #fff;
  font-size: 0.8em;
}
#boothMain .boothArea dl dd {
  margin-bottom: 15px !important;
}
#boothMain .boothArea dl dd .tatooProf {
  padding: 0 20%;
}
#boothMain .boothArea dl dd .tatooProf + ul.siteLink li {
  padding-right: 10px;
}
#boothMain .boothArea .tableDl {
  width: 100%;
}
#boothMain .boothArea .tableDl:after {
  content: "";
  display: table;
  width: 100%;
}
#boothMain .boothArea .tableDl dt {
  float: left;
  width: 25%;
  padding: 0.5em 1em;
  margin-bottom: 15px;
  font-weight: 600;
}
#boothMain .boothArea .tableDl dd {
  float: left;
  display: block;
  width: 75%;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: 2px solid #ccc;
}
#boothMain .boothArea .tableDl dd .siteLink {
  clear: both;
  width: 100%;
  margin: 0;
  list-style: none;
}
#boothMain .boothArea .tableDl dd .siteLink li {
  display: inline-block;
  padding-right: 20px;
}
#boothMain .boothArea .tableDl dd a {
  color: #FFDB59;
}
#boothMain .boothArea .tableDl dd a:hover {
  opacity: 0.5;
}
#boothMain .boothArea .tableDl.graArtist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  font-size: 0.9em;
  line-height: 1.4;
}
#boothMain .boothArea .tableDl.graArtist p {
  margin-bottom: 10px;
}
#boothMain .boothArea .siteLink {
  margin: 0;
  list-style: none;
}
#boothMain .boothArea .siteLink li {
  display: inline-block;
  padding-right: 20px;
  white-space: nowrap;
}
#boothMain .boothArea > .siteLink {
  padding-left: 10px;
}
#boothMain .stumpFlow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#boothMain .stumpFlow figure {
  width: 24.5%;
}
#boothMain .timeSet2,
#boothMain .timeSet {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 1.5em;
  margin-bottom: 40px;
  border: 2px solid #fff;
  border-radius: 10px;
}
#boothMain .timeSet2 p,
#boothMain .timeSet p {
  width: 20%;
  margin-bottom: 0;
}
#boothMain .timeSet2 p {
  width: 50%;
}

.sponListBooth {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
}
.sponListBooth a {
  display: block;
  width: 100%;
}
.sponListBooth li {
  float: left;
  width: 16.65%;
  margin: 0;
  padding: 0 0.5%;
}

.sponListBooth01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
}
.sponListBooth01 li {
  width: auto;
  padding: 0;
}

.sponListBooth li:nth-child(1) {
  width: 33.33%;
}

@media screen and (max-width: 1024px) {
  #boothMain .stumpFlow figure {
    width: 49%;
    margin-bottom: 2%;
  }
}
/**
 * vw計算関数
 */
.page-goods main {
  overflow: inherit;
}
.page-goods main .guide-section {
  padding: 0 2rem 8rem;
}

hr.wp-block-separator {
  margin: 60px 0 !important;
  width: 100%;
  height: 1px;
  border: none;
  background: #ccc;
}

#ecPeriod > p {
  width: 49%;
}

.ecContent {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto 80px;
  text-align: left;
}
.ecContent p {
  text-align: center;
}
.ecContent p + p {
  margin-top: 1em;
}
.ecContent .mogily {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.ecContent .mogily .is-sp {
  display: none;
}
.ecContent .mogily-text {
  width: 60%;
}
.ecContent .mogily-link {
  width: 39%;
}
.ecContent .mogily-link img {
  border: 2px solid #fff;
}
.ecContent h3 {
  width: 100%;
}
.ecContent > div {
  width: 100%;
  padding-top: 50px;
}
.ecContent .attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.92em;
  color: #FFDB59;
}
.ecPeriod {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  padding: 0.8rem;
  background: #c00;
  font-size: 1.2rem;
  text-align: center;
}
.ecPeriod + .guide__access-link .btn-large {
  background: #c00;
  color: #fff;
}
.ecPeriod dt {
  padding: 0 0 0.1em;
  margin-bottom: 0.6rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
}
.ecPeriod dd {
  padding: 0.6em 0;
  background: #fff;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}
.ecBnr {
  width: 49%;
}
.ecBnr a {
  display: block;
}

#goodsList {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  margin: 0 auto 10rem;
  transition: all ease-in-out 0.2s;
}
#goodsList .guide__access-link {
  width: 100%;
}
#goodsList .guide__access-link .btn-large {
  background: #BF0000;
  color: #fff;
}
#goodsList img {
  vertical-align: bottom;
}
#goodsList .more {
  width: 100%;
  text-align: center;
}
#goodsList .biggerButton {
  position: sticky;
  display: none;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
#goodsList .biggerButton span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  max-width: 600px;
  height: 3em;
  color: #000;
  background: #FFDB59;
  font-weight: 700;
  border: none !important;
  border-radius: 5em;
}
#goodsList .biggerButton span:after {
  display: inline;
  content: "拡大する";
  font-weight: 700;
}
#goodsList h2 {
  position: relative;
  margin-bottom: 0.6rem;
  line-height: 1;
  font-family: "Bebas Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #BF0000;
  padding-left: 0.6em;
  letter-spacing: 0.04em;
  text-align: left;
}
#goodsList h2:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0.25em;
  background: #BF0000;
}
#goodsList h3 {
  font-family: "Teko", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #FFDB59;
  padding: 0 1.4rem 0.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.04em;
  text-align: left;
}
#goodsList figure {
  padding: 0;
  transition: all ease-in-out 0.2s;
  text-align: center;
}
#goodsList figure:last-of-type {
  margin-bottom: 0;
}
#goodsList .goodsItem {
  width: 100%;
  margin-bottom: 16vw;
  transition: all ease-in-out 0.2s;
}
#goodsList .goodsItem > div {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 6vw 3vw;
}
#goodsList .goodsItem > div figure {
  width: 100%;
  padding: 0;
}
#goodsList .goods2Column {
  width: 100%;
}
#goodsList.is-active {
  max-width: 1120px;
}
#goodsList.is-active .biggerButton span:after {
  content: "縮小する";
}
#goodsList.is-active .goodsItem {
  width: 100% !important;
}
#goodsList.is-active .goodsItem figure {
  width: 100% !important;
  padding: 0 !important;
}
#goodsList.is-active .goodsItem h2 br {
  display: none;
}
#goodsList.is-active .goodsItem02 > div {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .ecContent {
    padding: 0 3.5vw;
    margin: 0 auto 10vw;
  }
  .ecContent p + p {
    margin-top: 1em;
  }
  .ecContent > div {
    padding-top: 5vw;
  }
  .ecPeriod {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2.5rem;
    padding: -0.8rem;
    font-size: 1.2rem;
  }
  .ecPeriod dt {
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0 0 0.1em;
  }
  .ecPeriod dd {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .ecPeriod dd small {
    font-size: 0.8em;
  }
  #goodsList + .guide-section {
    padding-left: 0;
    padding-righr: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-goods main {
    overflow: inherit;
  }
  .page-goods main .guide-section {
    max-width: 148rem;
    padding: 0 3rem 8rem;
    margin: 0 auto;
  }
  #goodsList {
    padding: 0 3rem;
  }
  #goodsList .biggerButton {
    display: block;
    margin-bottom: 60px;
  }
  #goodsList h2 {
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }
  #goodsList h3 {
    font-size: 1.8rem;
  }
  #goodsList .goodsItem {
    margin-bottom: 60px;
  }
  #goodsList .goodsItem > div {
    gap: 30px;
  }
  #goodsList .goods2Column {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px 2%;
    width: 100%;
    margin-bottom: 50px;
  }
  #goodsList .goods2Column .goodsItem {
    width: 49%;
    margin-bottom: 0;
  }
  #goodsList .goods2Column .goodsItem figure {
    width: 100%;
  }
  #goodsList .goodsItem01,
  #goodsList .goodsItem02 {
    gap: 3rem;
  }
  #goodsList .goodsItem01 > div figure,
  #goodsList .goodsItem02 > div figure {
    width: calc(50% - 1.5rem);
    margin-bottom: 0;
  }
  #goodsList.is-active {
    max-width: 96rem;
  }
  #goodsList.is-active .biggerButton span:after {
    content: "縮小する";
  }
  #goodsList.is-active .goodsItem {
    width: 100% !important;
  }
  #goodsList.is-active .goodsItem figure {
    width: 100% !important;
    padding: 0 !important;
  }
  #goodsList.is-active .goodsItem h2 br {
    display: none;
  }
  #goodsList.is-active .goodsItem02 > div {
    max-width: none;
  }
  #goodsList.is-active .goods2Column .goodsItem h2 {
    font-size: 34px;
  }
  #goodsList.is-active .goods-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #goodsList.is-active .goods-grid .goodsItem03 {
    grid-column: span 1;
  }
  #goodsList.is-active .goods-grid .goodsItem03 > div figure {
    width: 100%;
  }
  #goodsList .goods-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: 148rem;
    gap: 4rem 2rem;
  }
  #goodsList .goods-grid .goodsItem03 {
    grid-column: span 2;
  }
  #goodsList .goods-grid .goodsItem03 > div {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-items: center;
    gap: 2rem 2%;
  }
  #goodsList .goods-grid .goodsItem03 > div figure {
    width: 49%;
  }
  .ecContent .btn-large {
    padding: 0 3rem;
    gap: 6px;
    height: 4.6rem;
    font-size: 2rem;
    border-radius: 4.6rem;
  }
}
@media screen and (min-width: 1240px) {
  #goodsList {
    max-width: 1780px;
  }
  #goodsList h2 {
    font-size: 3rem;
  }
  #goodsList h3 {
    font-size: 2.2rem;
  }
  #goodsList .goods2Column {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px 2%;
    width: 100%;
    margin-bottom: 50px;
  }
  #goodsList .goods2Column .goodsItem {
    width: 31.9966666667%;
  }
  #goodsList .goods2Column .goodsItem01 {
    width: 65.3266666667%;
  }
  #goodsList .goods2Column .goodsItem01 figure {
    width: 48%;
  }
  #goodsList .goodsItem01 > div,
  #goodsList .goodsItem02 > div {
    justify-content: center;
    gap: 3rem;
  }
  #goodsList .goods-grid .goodsItem03 > div figure {
    flex: 1;
    width: auto;
  }
  #goodsList.is-active {
    max-width: 96rem;
  }
  #goodsList.is-active .biggerButton span:after {
    content: "縮小する";
  }
  #goodsList.is-active .goodsItem {
    width: 100% !important;
  }
  #goodsList.is-active .goodsItem figure {
    width: 100% !important;
    padding: 0 !important;
  }
  #goodsList.is-active .goodsItem h2 br {
    display: none;
  }
  #goodsList.is-active .goodsItem02 > div {
    max-width: none;
  }
  #goodsList.is-active .goods2Column .goodsItem h2 {
    font-size: 34px;
  }
  #goodsList.is-active .goods-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #goodsList.is-active .goods-grid .goodsItem03 {
    grid-column: span 1;
  }
  #goodsList.is-active .goods-grid .goodsItem03 > div figure {
    flex: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #goodsList h2 {
    font-size: 2.6rem;
  }
  #goodsList h3 {
    font-size: 2rem;
  }
  #goodsList .goods-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #goodsList .goods-grid .goodsItem03 {
    grid-column: span 3;
  }
}
@media screen and (min-width: 1550px) {
  #goodsList h2 {
    font-size: 4rem;
  }
  #goodsList h3 {
    font-size: 2.7rem;
  }
}
/**
 * vw計算関数
 */
/* @ timeLine
// ------------------------------------------------------------ */
#timeLine {
  padding-left: 0;
  padding-right: 0;
}

.top__timeLine {
  width: 100%;
  padding-top: 50px;
}
.top__timeLine-title {
  margin-bottom: 40px;
}
.top__timeLine-title img {
  height: 40px;
}

.timeLineWrapper {
  position: relative;
  width: 100%;
  height: 190px;
  box-sizing: border-box;
  background: #000;
  border-bottom: 2px solid #fff;
}
.timeLineViewPort {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.timeLineLabels {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.timeLineLabels span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  padding: 0.25em 0 0;
  font-size: 20px;
  font-family: "Teko", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background: #333;
  font-weight: 700;
}
.timeLineLabels span:before, .timeLineLabels span:after {
  content: "";
  position: absolute;
  height: 196px;
}
.timeLineLabels span:before {
  top: 40px;
  left: 0;
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
}
.timeLineLabels span:after {
  top: 100%;
  left: 50%;
  width: 2px;
  border-left: 2px solid rgba(255, 255, 255, 0.6);
}
.timeLineMarker {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  margin-left: -1px;
  background: rgba(255, 0, 0, 0.5);
}
.timeLineTimeLine {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.timeLineBands {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: auto;
}
.timeLineBands > span,
.timeLineBands a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  height: 60px;
  padding: 0.1em 0.2em 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-family: "Teko", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.timeLineBands > span span,
.timeLineBands a span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.timeLineBands > span small,
.timeLineBands a small {
  display: inline-block;
}
.timeLineBands.satan {
  top: 50px;
}
.timeLineBands.satan a, .timeLineBands.satan span {
  background: #CB0000;
  color: #fff;
}
.timeLineBands.evil {
  top: 120px;
}
.timeLineBands.evil a, .timeLineBands.evil span {
  color: #fff;
  background: #2E9C3A;
}
.timeLineBands.hell {
  top: 140px;
}
.timeLineBands.hell a, .timeLineBands.hell span {
  color: #fff;
  background: #0085ff;
}
.timeLineBands.skate, .timeLineBands.booth {
  display: none;
  top: 140px;
}
.timeLineBands.skate a, .timeLineBands.skate span, .timeLineBands.booth a, .timeLineBands.booth span {
  padding: 0 0.3em;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 800;
}
.timeLineBands.open {
  top: 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 130px;
  color: #000;
  background: #fff;
}
.timeLineBands.open span {
  font-size: 18px;
  white-space: nowrap;
  color: #222;
}
.timeLineBands.open#boothOPEN5, .timeLineBands.open#boothOPEN6 {
  color: #222;
  background: #fff002;
}
.timeLineBands.open#liveOPEN5, .timeLineBands.open#liveOPEN6 {
  color: #222;
  background: #fff002;
}
.timeLineBands#timeLine-hanabie span, .timeLineBands#timeLine-kasumiren span, .timeLineBands#timeLine-sabasister span, .timeLineBands#timeLine-backdropc span, .timeLineBands#timeLine-sxc span, .timeLineBands#timeLine-yabai span, .timeLineBands#timeLine-kyuso span, .timeLineBands#timeLine-topSecret span, .timeLineBands#timeLine-artist-149 span, .timeLineBands#timeLine-harukamirai span, .timeLineBands#timeLine-maximum-the-hormone span {
  font-size: 16px;
  font-weight: 800;
}
.timeLineBands#timeLine-topSecret span {
  font-size: 11px;
  line-height: 1.4;
}
.timeLineBands#timeLine-sparksoundshow span {
  font-size: 17px;
}
.timeLineBands#timeLine-backdropc span {
  font-size: 14px;
  font-weight: 800;
}
.timeLineBands#timeLine-fear-and-loathing-in-las-vegas span {
  line-height: 1;
  font-size: 15px;
}
.timeLineBands#timeLine-kasumiren span {
  background: #fff;
  color: #2E9C3A;
}
.timeLineBands#timeLine-whisper-out-loud span {
  background: #fff;
  color: #2E9C3A;
  font-size: 19px;
}
.timeLineBands#timeLine-yabai span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeLineStage {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
}
.timeLineStage ul {
  margin: 0;
  list-style: none;
}
.timeLineStage li {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 8px;
  min-width: 78px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(to right, #070A0A 0%, #070A0A 80%, rgba(7, 10, 10, 0) 100%);
  color: #CB0000;
  font-family: "Teko", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.timeLineStage li:nth-child(2) {
  top: 70px;
  color: #2E9C3A;
}
.timeLineStage li:nth-child(3), .timeLineStage li:nth-child(4) {
  display: none;
  top: 90px;
  color: #0085ff;
  font-size: 14px;
}
.timeLineStage li:nth-child(3) {
  color: #fff;
}

br.is-pc {
  display: none !important;
}
