@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

:root {
  --color-bg: #221715;
  --color-text: #f4efe6;
  --color-text-muted: #d9d0c4;
  --color-line: #f1e4cf;
  --color-accent: #f4ec3c;
  --color-accent-2: #ff5148;
  --color-panel: rgba(34, 23, 21, 0.3);
  --font-en: Montserrat, sans-serif;
  --font-ja: Hiragino Maru Gothic Pro, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic Std, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #f4efe6;
  font-family: "Hiragino Maru Gothic Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Std", sans-serif;
  background-color: #221715;
}
@media screen and (max-width: 768px) {
  body {
    background-color: #221715;
  }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(rgba(23, 15, 15, 0.3), rgba(23, 15, 15, 0.3)), url("../image/bg-image-photo.webp") center top/960px auto repeat, #221715;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  body::before {
    background-size: 720px auto;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.p-header__bar {
  min-height: 64px;
  background: url("../image/footer-bg.webp") center/64px 64px repeat;
}
@media screen and (max-width: 768px) {
  .p-header__bar {
    min-height: 32px;
    background: url("../image/footer-bg.webp") center/32px 32px repeat;
  }
}
.p-header__hero {
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-header__hero {
    padding-bottom: 44px;
  }
}
.p-header__inner {
  position: relative;
  width: min(100%, 962px);
  margin-inline: auto;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding-inline: 16px;
  }
}
.p-header__visual-wrap {
  position: relative;
  width: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-header__visual-wrap {
    width: 32px;
  }
}
.p-header__visual {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .p-header__visual {
    width: 32px;
  }
}
.p-header__title-wrap {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 20px auto 0;
}
@media screen and (max-width: 960px) {
  .p-header__title-wrap {
    margin-top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__title-wrap {
    margin-top: 16px;
  }
}
.p-header__title {
  width: 100%;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.5));
}
.p-header__event {
  width: 100%;
  max-width: 965px;
  margin: 40px auto 0;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", "Hiragino Maru Gothic Pro", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-header__event {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__event {
    width: 92%;
    max-width: 345px;
  }
}
.p-header__date, .p-header__lead {
  margin: 0;
  color: #ffffff;
}
.p-header__date {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 2;
}
@media screen and (max-width: 768px) {
  .p-header__date {
    font-size: clamp(24px, 2vw, 60px);
    line-height: 1;
  }
}
.p-header__date-unit {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-header__date-unit {
    font-size: clamp(10px, 2vw, 20px);
  }
}
.p-header__time {
  display: flex;
  justify-content: center;
  gap: 115px;
  margin: 10px 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-header__time {
    gap: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.p-header__time div {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.p-header__time dt,
.p-header__time dd {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header__time dt,
  .p-header__time dd {
    font-size: clamp(10px, 2vw, 20px);
    line-height: 1.125;
  }
}
.p-header__venues {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .p-header__venues {
    font-size: clamp(10px, 2vw, 20px);
    line-height: 1.5;
  }
}
.p-header__lead {
  margin-top: 12px;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-header__lead {
    margin-top: 8px;
    font-size: 10px;
  }
}

.l-site-wrap {
  position: relative;
  overflow: clip;
}

.l-container {
  width: min(100%, 962px);
  margin-inline: auto;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .l-container {
    padding-inline: 16px;
  }
}

.l-nav {
  position: sticky;
  top: 0;
  z-index: 20;
}

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

.p-footer {
  margin-top: 120px;
  min-height: 64px;
  background: url("../image/footer-bg.webp") center/64px 64px repeat;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .p-footer {
    min-height: 32px;
    background: url("../image/footer-bg.webp") center/32px 32px repeat;
    padding: 24px;
  }
}
.p-footer__inner {
  display: grid;
  place-items: center;
  gap: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  background-color: #000;
  border: 1px white solid;
  border-radius: 8px;
  max-width: 775px;
}
.p-footer__inner p {
  margin: 0;
  font-size: 0.75rem;
  font-family: Montserrat;
}
.p-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-footer__logos {
    gap: 24px;
  }
}
.p-footer__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.p-footer__logo-link:hover {
  opacity: 0.8;
}
.p-footer__logo {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__info {
  display: grid;
  gap: 2px;
  margin: 0;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-footer__info {
    font-size: 12px;
  }
}
.p-footer__info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-footer__info-label, .p-footer__info-content p {
  margin: 0;
}
.p-footer__info-label {
  flex: 0 0 6em;
  text-align: right;
  white-space: nowrap;
}
.p-footer__info-content {
  display: grid;
  justify-items: start;
}
.p-footer__copyright {
  letter-spacing: 0.12em;
}
.p-footer__star {
  width: 22px;
  height: 22px;
  margin-top: 10px;
  image-rendering: pixelated;
}

.c-panel {
  padding: 28px 24px;
  border: 1px solid rgba(241, 228, 207, 0.7);
  background: rgba(34, 23, 21, 0.3);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(6px);
}
@media screen and (max-width: 768px) {
  .c-panel {
    padding: 22px 18px;
  }
}
.c-panel__title, .c-panel__date, .c-panel__body {
  margin: 0;
}
.c-panel__title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.3;
}
.c-panel__date {
  margin-top: 10px;
  color: #f4ec3c;
  font-size: 0.95rem;
  font-weight: 700;
}
.c-panel__body {
  margin-top: 14px;
  color: #d9d0c4;
  font-size: 0.98rem;
  line-height: 1.9;
}

.c-artist-card {
  padding: 0 0 14px;
  text-align: center;
}
.c-artist-card__thumb {
  position: relative;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.96);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)), var(--artist-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.c-artist-card__cancelled {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 10px 0;
  transform: translateY(-50%);
  background: #000000;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.125;
}
.c-artist-card h3 {
  font-family: "Hiragino Kaku Gothic Pro";
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.c-artist-card::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 4px auto 0;
  background: url("../image/section-star.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.c-artist-card--cancelled {
  opacity: 0.4;
}

.c-collab-card {
  padding: 0 24px 24px;
  text-align: center;
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-collab-card {
    padding: 22px 18px;
  }
}
.c-collab-card h4 {
  text-align: center;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}
.c-collab-card__visuals {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .c-collab-card__visuals {
    gap: 4px;
  }
}
.c-collab-card__visuals div {
  width: min(176px, 24vw);
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.92);
  min-width: 0;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-collab-card__visuals div {
    width: min(120px, 28vw);
  }
}
.c-collab-card__visuals span {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("../image/cllab.webp") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .c-collab-card__visuals span {
    width: 32px;
    height: 32px;
  }
}
.c-collab-card--triple .c-collab-card__visuals--triple-top {
  margin-top: 12px;
  display: inline-grid;
  vertical-align: middle;
}
.c-collab-card--triple .c-collab-card__visuals--triple-bottom {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  margin-top: 12px;
  margin-left: 8px;
  vertical-align: middle;
}
.c-collab-card--triple .c-collab-card__visuals--triple-bottom::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("../image/cllab.webp") center/contain no-repeat;
  margin-right: 8px;
}
.c-collab-card--triple .c-collab-card__visuals--triple-bottom div {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-collab-card--triple .c-collab-card__visuals--triple-bottom {
    display: grid;
    grid-auto-flow: row;
    margin-top: 12px;
    margin-left: 0;
  }
  .c-collab-card--triple .c-collab-card__visuals--triple-bottom::before {
    display: none;
  }
}
.c-collab-card p {
  margin-top: 16px;
  color: #ffffff;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.c-coming-text {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Std", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.c-attention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro";
  letter-spacing: 0.64px;
  padding-inline: 20px;
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 300;
}
.c-attention-list li {
  position: relative;
  padding-left: 1em;
}
.c-attention-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-attention-list li + li {
  margin-top: 8px;
}
.c-attention-list li a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

body.is-modal-open {
  overflow: hidden;
}

.c-timetable-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 8px;
}
.c-timetable-modal[hidden] {
  display: none;
}
.c-timetable-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  cursor: pointer;
}
.c-timetable-modal__inner {
  position: relative;
  z-index: 1;
  width: min(1300px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-timetable-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.c-timetable-modal__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 100px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-timetable-modal__download {
  margin-top: 16px;
  color: #000000;
  text-align: center;
}
.c-timetable-modal__download a {
  text-decoration: none;
  display: inline-flex;
  padding: 10px 64px;
  background-color: #f4ec3c;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
}
.c-timetable-modal__download a img {
  width: 24px;
  height: 24px;
}

.p-nav {
  background: transparent;
  border: 0;
  backdrop-filter: none;
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .p-nav {
    position: sticky;
    top: 0;
    z-index: 120;
    background: transparent;
    border: 0;
    backdrop-filter: none;
    padding-top: 0;
  }
}
.p-nav .l-container {
  width: min(100%, 1096px);
  padding-inline: 0;
}
@media screen and (max-width: 1280px) {
  .p-nav .l-container {
    display: flex;
    justify-content: flex-end;
    width: min(100%, 962px);
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (max-width: 576px) {
  .p-nav .l-container {
    padding-inline: 0;
  }
}
.p-nav__toggle {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-nav__toggle {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    margin-left: auto;
    padding: 0;
    border: 1px solid white;
    border-radius: 8px;
    background: #221715;
    color: #ffffff;
    transition: border-radius 0.4s ease, border-color 0.4s ease;
    top: 2rem;
  }
}
.p-nav__toggle-icon {
  width: 14px;
  height: 14px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-135deg);
  transition: transform 0.4s ease;
}
.p-nav__list {
  display: grid;
  grid-template-columns: repeat(8, 130px);
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1280px) {
  .p-nav__list {
    grid-template-columns: repeat(4, 130px);
    row-gap: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .p-nav__list {
    position: absolute;
    top: 72px;
    grid-template-columns: 1fr;
    width: min(33.333vw, 180px);
    min-width: 130px;
    border: 1px solid #f1e4cf;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    background: #221715;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
  }
}
.p-nav__list a {
  display: grid;
  place-items: center;
  align-content: center;
  position: relative;
  height: 40px;
  padding: 2px 10px 10px 10px;
  border-right: 1px solid #f1e4cf;
  border-bottom: 1px solid #f1e4cf;
  border-left: 1px solid #f1e4cf;
  border-radius: 0 0 8px 8px;
  background: #221715;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  transition: color 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .p-nav__list a {
    height: auto;
    min-height: 56px;
    padding: 8px 12px;
    border-radius: 0;
    border-top: 0;
    border-bottom: 1px solid #f1e4cf;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.05;
  }
}
.p-nav__list a::before, .p-nav__list a::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 2px;
  background: #f1e4cf;
}
.p-nav__list a::before {
  left: -8px;
}
.p-nav__list a::after {
  right: -8px;
}
.p-nav__list a:hover, .p-nav__list a.is-current {
  color: #ffffff;
  background: #221715;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .p-nav__list a:hover, .p-nav__list a.is-current {
    color: #ffffff;
    background: transparent;
  }
}
@media screen and (max-width: 1280px) {
  .p-nav__list a::before, .p-nav__list a::after {
    display: none;
  }
}
.p-nav__list .p-nav__link--small {
  font-size: 1rem;
}
@media screen and (max-width: 1280px) {
  .p-nav__list .p-nav__link--small {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-nav__list li:last-child a {
    border-bottom: 0;
  }
}
.p-nav.is-collapsed .p-nav__toggle-icon {
  transform: rotate(-135deg);
}
@media screen and (max-width: 1280px) {
  .p-nav.is-collapsed .p-nav__list {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
  }
}
@media screen and (max-width: 1280px) {
  .p-nav:not(.is-collapsed) .p-nav__toggle {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }
}
.p-nav:not(.is-collapsed) .p-nav__toggle-icon {
  transform: rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .p-nav {
    min-height: 40px;
  }
}

.p-section {
  position: relative;
  padding: 110px 0 0;
  --section-title-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-section {
    padding-top: 84px;
  }
}
.p-section__inner {
  max-width: 842px;
  display: grid;
  justify-items: center;
}
.p-section__star {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  image-rendering: pixelated;
}
.p-section__body {
  width: 100%;
  display: flex;
  padding: 32px 8px 50px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 8px;
  position: relative;
  background-image: radial-gradient(circle at 7px 0, #fff 0 3px, transparent 3px), radial-gradient(circle at 7px 100%, #fff 0 3px, transparent 3px), radial-gradient(circle at 0 7px, #fff 0 3px, transparent 3px), radial-gradient(circle at 100% 7px, #fff 0 3px, transparent 3px);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 14px 7px, 14px 7px, 7px 14px, 7px 14px;
  background-position: top center, bottom center, left center, right center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}
.p-section__title {
  margin: 0;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff;
  color: var(--section-title-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-section--about {
  --section-title-color: #1493BE;
}
.p-section--about .p-section__body::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url("../image/stars/star_yellow.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-section--topics {
  --section-title-color: #F9EF0E;
}
.p-section--artist {
  --section-title-color: #D40F1C;
}
.p-section--timetable {
  --section-title-color: #1493BE;
}
.p-section--ticket {
  --section-title-color: #E55594;
}
.p-section--map {
  --section-title-color: #1493BE;
}
.p-section--goods-food {
  --section-title-color: #F9EF0E;
}
.p-section--guide {
  --section-title-color: #D40F1C;
}

.p-timetable::before, .p-timetable::after,
.p-map::before,
.p-map::after,
.p-goods-food::before,
.p-goods-food::after,
.p-guide::before,
.p-guide::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  image-rendering: pixelated;
}
.p-timetable::before,
.p-map::before,
.p-goods-food::before,
.p-guide::before {
  margin: 0 auto 24px;
}
.p-timetable::after,
.p-map::after,
.p-goods-food::after,
.p-guide::after {
  margin: 24px auto 0;
}
.p-timetable p,
.p-map p,
.p-goods-food p,
.p-guide p {
  margin: 0;
  text-align: center;
}

.p-map::before, .p-map::after {
  background: url("../image/stars/star_yellow.webp") center/contain no-repeat;
}

.p-timetable::before, .p-timetable::after {
  background: url("../image/stars/star_pink.webp") center/contain no-repeat;
}

.p-goods-food::before, .p-goods-food::after {
  background: url("../image/stars/star_red.webp") center/contain no-repeat;
}

.p-guide::before, .p-guide::after {
  background: url("../image/stars/star_blue.webp") center/contain no-repeat;
}

.p-copy {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-copy {
    font-size: 12px;
  }
}
.p-copy::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 24px;
  background: url("../image/stars/star_yellow.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-copy p {
  margin: 0;
}
.p-copy p + p {
  margin-top: 24px;
}
.p-copy__emphasis {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-copy__emphasis {
    font-size: 1rem;
  }
}
.p-copy__lead-text {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-copy__lead-text {
    font-size: 12px;
  }
}
.p-copy__highlight {
  font-family: "Hiragino Kaku Gothic Std";
  font-weight: 800;
}
.p-copy--en {
  margin-top: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-copy--en {
    font-size: 12px;
  }
}

.p-topics {
  display: grid;
  gap: 8px;
  position: relative;
}
.p-topics::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
  background: url("../image/stars/star_red.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-topics::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 12px auto 0;
  background: url("../image/stars/star_red.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-topics__item {
  width: 100%;
  min-width: 0;
  padding: 8px 20px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
@media screen and (max-width: 768px) {
  .p-topics__item {
    padding: 8px 0 20px;
  }
}
.p-topics__title {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
.p-topics__date {
  margin: 10px 0 0;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
}
.p-topics__body {
  margin: 12px 0 0;
  align-self: stretch;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.p-topics__body a {
  color: #f9ef0e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.p-lineup {
  text-align: center;
}
.p-lineup::before, .p-lineup::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../image/stars/star_blue.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-lineup::before {
  margin: 0 auto 30px;
}
.p-lineup::after {
  margin: 24px auto 0;
}
.p-lineup__block {
  margin-top: 24px;
  font-family: "Hiragino Kaku Gothic Pro";
  color: #ffffff;
}
.p-lineup__block p {
  margin: 12px 0 0;
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: normal;
}
.p-lineup__block strong {
  font-size: 20px;
}
.p-lineup__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(241, 228, 207, 0.65);
  font-weight: 700;
}
.p-lineup__note {
  margin: 20px 0 0;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 1rem;
}
.p-lineup__more {
  margin: 20px 0 0;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 32px;
  color: #ffffff;
  font-weight: 800;
}
.p-lineup__cancelled {
  opacity: 0.4;
}

.p-artist-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
  width: 95%;
}
@media screen and (max-width: 960px) {
  .p-artist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .p-artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
  }
}
.p-artist-grid::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 24px auto 0;
  background: url("../image/stars/star_blue.webp") center/contain no-repeat;
  image-rendering: pixelated;
  grid-column: 1/-1;
}

.p-collab {
  display: grid;
  gap: 30px;
  width: 100%;
  min-width: 0;
}
.p-collab__star {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url("../image/stars/star_pink.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-collab__title {
  font-size: 30px;
}
.p-collab__stage, .p-collab__talk {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: 100%;
  text-align: center;
}
.p-collab__stage-label {
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Std";
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-collab__stage-label {
    font-size: 18px;
    padding: 8px 12px;
  }
}
.p-collab__stage-text, .p-collab__talk-text {
  margin: 0;
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.p-collab__stage-image {
  width: min(320px, 100%);
  height: auto;
  display: block;
}
.p-collab__talk-logo {
  width: min(320px, 100%);
  height: auto;
}
.p-collab__talk-image {
  width: min(400px, 100%);
  height: auto;
}
.p-collab__talk-text {
  font-weight: 800;
  line-height: 1.45;
  font-size: 24px;
}
.p-collab__talk-text span {
  font-size: 0.875rem;
}
.p-collab__talk-text--dense {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-collab__talk-text--dense {
    font-size: 1.125rem;
  }
}
.p-collab__talk--large {
  gap: 12px;
}

.p-timetable__image-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.p-timetable__image-trigger img {
  display: block;
  width: 100%;
  height: auto;
}
.p-timetable__image-link {
  color: #000000;
  text-align: center;
  margin: 12px auto 0;
}
.p-timetable__image-link a {
  text-decoration: none;
  display: inline-flex;
  padding: 10px 64px;
  background-color: #f4ec3c;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
}
.p-timetable__image-link a img {
  width: 24px;
  height: 24px;
}

.p-ticket {
  display: grid;
  gap: 26px;
}
.p-ticket__star {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background: url("../image/stars/star_blue.webp") center/contain no-repeat;
  image-rendering: pixelated;
}
.p-ticket__block {
  color: #ffffff;
}
.p-ticket__block h3 {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.p-ticket__block--frame {
  margin: 0 auto;
}
.p-ticket__block--advance {
  max-width: 370px;
}
.p-ticket__block--advance .p-ticket__prices {
  margin: 20px 0;
}
.p-ticket__block--day {
  max-width: 370px;
}
.p-ticket__block--day .p-ticket__text {
  margin-top: 20px;
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 4px;
}
.p-ticket__block--buy {
  max-width: 435px;
}
.p-ticket__block--buy .p-ticket__date {
  margin-top: 20px;
}
.p-ticket__block--buy .p-ticket__pia {
  margin-top: 20px;
}
.p-ticket__block--buy .p-ticket__link {
  margin-top: 4px;
}
.p-ticket__prices {
  margin: 18px 0 14px;
  display: flex;
  flex-direction: column;
  width: 370px;
}
@media screen and (max-width: 576px) {
  .p-ticket__prices {
    width: 100%;
  }
}
.p-ticket__price-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}
.p-ticket__price-row + .p-ticket__price-row {
  margin-top: 16px;
}
.p-ticket__price-label, .p-ticket__price-value {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}
.p-ticket__price-value {
  text-align: right;
}
.p-ticket__price-sub {
  font-size: 1rem;
}
.p-ticket__pia {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}
.p-ticket__text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.p-ticket__date {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.p-ticket__link {
  margin: 0;
  overflow-wrap: anywhere;
  text-align: center;
}
.p-ticket__link a {
  color: #f4ec3c;
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.p-ticket__note {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

.p-floating-stars {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.p-floating-stars__item {
  position: absolute;
  width: 24px;
  height: auto;
  opacity: 0.78;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .p-floating-stars__item {
    width: 18px;
    opacity: 0.6;
  }
}
.p-floating-stars__item--1 {
  top: 8%;
  left: 7%;
}
.p-floating-stars__item--2 {
  top: 15%;
  right: 10%;
}
.p-floating-stars__item--3 {
  top: 31%;
  left: 12%;
}
.p-floating-stars__item--4 {
  top: 42%;
  right: 6%;
}
.p-floating-stars__item--5 {
  top: 55%;
  left: 8%;
}
.p-floating-stars__item--6 {
  top: 68%;
  right: 12%;
}
.p-floating-stars__item--7 {
  top: 83%;
  left: 15%;
}
.p-floating-stars__item--8 {
  top: 90%;
  right: 9%;
}

.p-guide {
  color: #ffffff;
}
.p-guide h3 {
  font-family: "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.js-reveal {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.98);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--reveal-delay, 0s);
}
.js-reveal.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.u-br-pc {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-br-pc {
    display: block;
  }
}

.u-br-sp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-br-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */