@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --en: "Oswald", sans-serif;
  --yellow: #f6ab00;
  --red: #aa2515;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #000;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
}

.en {
  font-family: "Oswald", sans-serif;
}

.menu-btn {
  display: none;
}

.ico-blood {
  position: absolute;
}
.ico-blood img {
  width: 100%;
}

.ico-blood-a {
  width: 15%;
}

.ico-blood-b {
  width: 10%;
}

@media screen and (min-width: 1025px) {
  .btn {
    transition: 0.8s;
  }
  .btn:hover {
    background: var(--red);
    transition: 0.8s;
  }
}
.eternal {
  display: flex;
  align-items: center;
  column-gap: 1em;
}
.eternal::after {
  content: "\f08e";
  font: var(--fa-font-solid);
}

header {
  background: #6a2515;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .nav {
  font-family: var(--en);
}
header .nav__inner {
  background: url(../img/bg_nav.webp) center bottom no-repeat;
  background-size: cover;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .nav__inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 3em;
  font-size: 20px;
  margin-bottom: 10px;
}
header .nav__inner ul li a {
  color: #000;
  font-weight: 500;
}
header .nav__inner ul li.sns {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .sp-sns {
  display: none;
}

main {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
}
.inner h2 {
  font-family: var(--en);
  color: var(--yellow);
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1;
}
.inner h2 span {
  flex-shrink: 0;
}
.inner h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--yellow);
}

.main-img {
  padding-top: 10px;
}
.main-img picture {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.main-img picture img {
  width: 128%;
}

#story {
  background: url(../img/bg_contents-right.webp) right bottom no-repeat;
  background-size: contain;
  margin-bottom: -86px;
  padding-bottom: 86px;
}
#story .inner div picture {
  display: flex;
  justify-content: center;
}
#story .inner div picture img {
  width: 105%;
  display: block;
}

#lineup {
  position: relative;
}
#lineup::before {
  content: "";
  position: absolute;
  top: 20%;
  background: url(../img/bg_contents-left.webp) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#lineup::after {
  content: "";
  position: absolute;
  top: 65%;
  background: url(../img/bg_contents-right.webp) 0 0 no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#lineup .artist-list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
#lineup .artist-list img {
  width: 100%;
}
#lineup .ico-blood {
  top: 0;
  left: 0;
}

#ticket {
  position: relative;
}
#ticket .ticket-detail {
  padding: 80px 0;
  position: relative;
  background: url(../img/bg_ticket02.webp) center top repeat-y;
  background-size: 100%;
}
#ticket .ticket-detail::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(../img/bg_ticket01.webp) center top no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#ticket .ticket-detail::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: url(../img/bg_ticket03.webp) center bottom no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#ticket .ticket-detail__inner {
  position: relative;
  z-index: 10;
}
#ticket .ticket-type {
  display: flex;
  justify-content: center;
}
#ticket .ticket-type__block {
  width: 44%;
  padding-left: 5%;
}
#ticket .ticket-type__block:last-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
#ticket .ticket-type__block--day {
  font-family: var(--en);
  font-size: 64px;
  color: #000;
  line-height: 1;
}
#ticket .ticket-type__block--day span {
  font-size: 0.5em;
}
#ticket .ticket-type__block--price {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 16px;
}
#ticket .ticket-type__block--price dl {
  display: flex;
  align-items: center;
  column-gap: 1em;
  font-size: 18px;
  font-weight: 700;
}
#ticket .ticket-type__block--price dl dt {
  width: 9em;
  background: #000;
  padding: 0.2em 0;
  text-align: center;
}
#ticket .ticket-type__block--price dl dd {
  color: #000;
}
#ticket .notice {
  width: 84%;
  margin: 24px auto 0;
  color: #000;
}
#ticket .present {
  width: 72%;
  margin: -16px auto 0;
}
#ticket .present img {
  width: 100%;
  display: block;
}
#ticket .admission-order {
  width: 84%;
  margin: 0 auto;
}
#ticket .admission-order dt {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0.5em 0;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
#ticket .admission-order dd {
  margin-top: 1em;
}
#ticket .admission-order dd ul {
  display: flex;
  column-gap: 1.3333%;
  row-gap: 1em;
  flex-wrap: wrap;
}
#ticket .admission-order dd ul li {
  counter-increment: step;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 24%;
  padding: 1em 0;
  font-feature-settings: "palt";
}
#ticket .admission-order dd ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
#ticket .admission-order dd ul li div::before {
  content: counter(step);
  font-size: 18px;
  font-weight: 700;
}
#ticket .admission-order dd ul li div span {
  color: var(--yellow);
}
#ticket .sales-schedule {
  display: flex;
  width: 84%;
  margin: 20px auto 0;
  color: #000;
  column-gap: 16px;
}
#ticket .sales-schedule dt {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 12em;
  font-weight: 700;
  font-size: 18px;
}
#ticket .sales-schedule dd {
  flex-grow: 1;
}
#ticket .sales-schedule dd div:not(.link) {
  font-size: 16px;
  font-feature-settings: "palt";
}
#ticket .sales-schedule dd div:not(.link) span {
  font-weight: 600;
}
#ticket .sales-schedule dd div:not(.link) span::after {
  content: "：";
}
#ticket .sales-schedule dd .link {
  column-gap: 3%;
  margin-top: 1em;
  display: flex;
}
#ticket .sales-schedule dd .link a {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  color: #fff;
  width: 24%;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.8s;
  position: relative;
}
#ticket .sales-schedule dd .link a:not(.deactive):hover {
  opacity: 0.8;
  transition: 0.8s;
}
#ticket .sales-schedule dd .link a:not(.deactive):after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  bottom: 4px;
  right: 4px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
  background: #fff;
}
#ticket .sales-schedule dd .link a.deactive {
  opacity: 0.8;
  pointer-events: none;
}
#ticket .sales-schedule dd .link a.deactive::after {
  content: "Coming Soon";
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
#ticket .ico-blood-a {
  bottom: 20%;
  left: 0;
}
#ticket .ico-blood-b {
  top: 20%;
  right: 0;
}

#make-up .catch-wrap {
  display: flex;
  flex-direction: column;
}
#make-up .catch-wrap .catch {
  font-family: var(--en);
  font-size: 76px;
  font-weight: 300;
  line-height: 1;
}
#make-up .catch-wrap .sub-catch {
  color: var(--yellow);
  font-size: 36px;
  font-weight: 700;
}
#make-up .lead {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
}
#make-up .place-term {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  margin-top: 20px;
  padding: 20px;
}
#make-up .place-term .place {
  font-size: 24px;
  font-weight: 700;
}
#make-up .place-term .place span {
  display: inline-block;
  margin-left: 0.5em;
}
#make-up .place-term .term {
  display: flex;
  align-items: center;
  row-gap: 10px;
  column-gap: 20px;
}
#make-up .place-term .term .day {
  font-family: var(--en);
  font-size: 60px;
  font-weight: 300;
}
#make-up .place-term .term .event-time {
  font-size: 20px;
  font-weight: 700;
}
#make-up .make-plan {
  display: flex;
  column-gap: 2%;
  margin-top: 20px;
}
#make-up .make-plan > div {
  width: 32%;
}
#make-up .make-plan > div img {
  width: 100%;
}
#make-up .make-plan > div dl {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 10px;
  font-feature-settings: "palt";
}
#make-up .make-plan > div dl dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
#make-up .make-plan > div dl dt span {
  display: inline-block;
}
#make-up .make-plan > div dl dt .en {
  color: var(--red);
  font-family: var(--en);
  font-size: 50px;
  font-weight: 300;
}
#make-up .make-plan > div dl dt .jp {
  margin-left: 8px;
}
#make-up .make-plan > div dl dd {
  font-weight: 700;
}
#make-up .make-plan > div dl dd.price {
  color: var(--yellow);
}
#make-up .make-plan > div dl dd.price span {
  font-size: 30px;
}
#make-up .make-plan > div dl dd.detail {
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
#make-up .notice {
  margin-top: 20px;
}
#make-up .make-link {
  margin: 24px auto;
  padding: 1em;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid var(--red);
  width: 320px;
}
#make-up .support {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1em;
}
#make-up .support__logo {
  width: 100px;
}
#make-up .support__logo img {
  width: 100%;
}

#attention {
  background: url(../img/bg_attention.webp) center center no-repeat;
  background-size: contain;
}
#attention .inner {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#attention .inner h2 {
  margin-bottom: 20px;
}
#attention .inner div span {
  display: block;
  font-weight: 500;
}

#access {
  position: relative;
}
#access .map {
  width: 100%;
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}
#access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access dl {
  display: flex;
  align-items: center;
  column-gap: 2em;
  margin-top: 30px;
}
#access dl dt {
  width: 16em;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1em 0;
  color: #000;
  font-weight: 500;
  flex-shrink: 0;
}
#access .notice {
  font-size: 12px;
  margin-top: 30px;
}
#access .ico-blood {
  bottom: 20%;
  right: 0;
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 48px 0;
  line-height: 1.8;
  background: var(--red);
  margin-top: 60px;
}
footer .support {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1em;
  justify-content: center;
}
footer .support img {
  display: block;
  width: 100px;
}

@media screen and (max-width: 1024px) {
  .ico-blood {
    display: none;
  }
  header .nav__inner ul {
    column-gap: 2em;
    font-size: clamp(16px, 2vw, 20px);
  }
  .inner h2 {
    font-size: clamp(32px, 5vw, 56px);
  }
  .main-img img {
    width: 100%;
  }
  #ticket .ticket-type {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #ticket .ticket-type__block {
    width: 86%;
    padding: 0;
    margin: 0 auto;
  }
  #ticket .ticket-type__block:last-of-type {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-left: none;
    padding-top: 40px;
    margin-top: 20px;
  }
  #ticket .ticket-type__block--day {
    font-family: var(--en);
    font-size: clamp(48px, 6vw, 72px);
  }
  #ticket .ticket-type__block--price {
    margin-top: 28px;
  }
  #ticket .ticket-type__block--price dl {
    font-size: clamp(16px, 4vw, 24px);
  }
  #ticket .ticket-type__block--price dl dt {
    flex-shrink: 0;
  }
  #ticket .notice {
    width: 86%;
  }
  #ticket .present {
    width: 86%;
    margin: 2% auto;
  }
  #ticket .admission-order {
    width: 86%;
  }
  #ticket .admission-order dd ul {
    flex-direction: column;
    row-gap: 1em;
  }
  #ticket .admission-order dd ul li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1em 2em;
  }
  #ticket .admission-order dd ul li:last-child {
    width: 100%;
  }
  #ticket .admission-order dd ul li div {
    flex-direction: row;
    font-size: 20px;
  }
  #ticket .admission-order dd ul li div::before {
    margin-right: 0.5em;
    font-size: 24px;
  }
  #ticket .sales-schedule {
    width: 86%;
    flex-direction: column;
    row-gap: 1em;
    margin-top: 40px;
    position: relative;
    z-index: 100;
  }
  #ticket .sales-schedule dt {
    width: 100%;
    padding: 0.5em 0;
  }
  #ticket .sales-schedule dt br {
    display: none;
  }
  #ticket .sales-schedule dd .link {
    column-gap: 3%;
    margin-top: 1em;
  }
  #ticket .sales-schedule dd .link a {
    width: 32%;
    display: block;
  }
  #make-up .catch-wrap .catch {
    font-size: clamp(56px, 6vw, 72px);
  }
  #make-up .catch-wrap .sub-catch {
    font-size: clamp(28px, 3vw, 36px);
  }
  #make-up .lead {
    font-size: clamp(18px, 2vw, 24px);
  }
  #make-up .place-term .place {
    font-size: clamp(18px, 2vw, 24px);
  }
  #make-up .place-term .term .day {
    font-size: clamp(56px, 6vw, 72px);
  }
  #make-up .place-term .term .event-time {
    font-size: 18px;
  }
  #make-up .make-plan > div {
    width: 32%;
  }
  #make-up .make-plan > div img {
    width: 100%;
  }
  #make-up .make-plan > div dl dt {
    font-size: 18px;
  }
  #make-up .make-plan > div dl dt .en {
    font-size: clamp(24px, 3vw, 36px);
  }
  #make-up .make-plan > div dl dt .jp {
    font-size: 16px;
  }
  #make-up .make-plan > div dl dd.price span {
    font-size: clamp(20px, 2.5vw, 30px);
  }
  #make-up .make-plan > div dl dd.detail {
    font-size: clamp(14px, 1vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  header {
    background: rgba(0, 0, 0, 0.8);
    height: 48px;
  }
  header .menu-btn {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1000;
    display: block;
    padding: 1em;
  }
  header .menu-btn .menu-icon {
    position: relative;
    width: 28px;
    height: 20px;
  }
  header .menu-btn .menu-icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
  }
  header .menu-btn .menu-icon span:nth-child(1) {
    top: 0;
  }
  header .menu-btn .menu-icon span:nth-child(2) {
    top: 9px;
  }
  header .menu-btn .menu-icon span:nth-child(3) {
    top: 18px;
  }
  header .menu-btn.is-open .menu-icon span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  header .menu-btn.is-open .menu-icon span:nth-child(2) {
    opacity: 0;
  }
  header .menu-btn.is-open .menu-icon span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  header .nav {
    font-family: var(--en);
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: right 0.3s ease;
  }
  header .nav__inner {
    background-color: #000;
    background-image: url(../img/bg_attention.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .nav__inner ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1em;
    font-size: 20px;
    margin-bottom: 10px;
  }
  header .nav__inner ul li a {
    font-weight: 500;
    color: #fff;
  }
  header .nav__inner ul li.sns {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  header .nav__inner ul li.sns a {
    color: #000;
  }
  header .nav.is-open {
    right: 0;
  }
  header .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }
  header .nav-overlay.is-open {
    display: block;
  }
  header .sp-sns {
    display: block;
    position: absolute;
    top: 8px;
    right: 60px;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  main {
    row-gap: 48px;
  }
  .inner {
    padding: 0 1em;
  }
  .main-img {
    padding-top: 0;
  }
  .main-img picture img {
    width: 100%;
  }
  #story .inner div img {
    width: 100%;
  }
  #lineup::before {
    content: none;
  }
  #lineup::after {
    content: none;
  }
  #ticket .ticket-detail {
    padding: 40px 0;
  }
  #ticket .ticket-type__block--day {
    font-size: clamp(40px, 6vw, 72px);
    text-align: center;
  }
  #ticket .ticket-type__block--price {
    margin-top: 24px;
    row-gap: 20px;
  }
  #ticket .ticket-type__block--price dl {
    flex-direction: column;
    row-gap: 6px;
  }
  #ticket .present {
    width: 100%;
    margin: 20px auto 30px;
  }
  #ticket .admission-order dd ul li {
    padding: 0.2em 1em 0.4em;
  }
  #ticket .admission-order dd ul li div {
    font-size: 16px;
    display: block;
  }
  #ticket .admission-order dd ul li div::before {
    font-size: 18px;
  }
  #ticket .sales-schedule dd .link {
    flex-direction: column;
    row-gap: 1em;
  }
  #ticket .sales-schedule dd .link a {
    width: 100%;
  }
  #make-up .place-term .place {
    font-size: clamp(18px, 2vw, 24px);
    text-align: center;
  }
  #make-up .place-term .place span {
    display: block;
    margin-left: 0;
  }
  #make-up .place-term .term {
    flex-direction: column;
    row-gap: 10px;
  }
  #make-up .place-term .term .day {
    font-size: clamp(36px, 5vw, 56px);
  }
  #make-up .make-plan {
    flex-direction: column;
    row-gap: 20px;
  }
  #make-up .make-plan > div {
    width: 100%;
  }
  #make-up .make-plan > div img {
    width: 100%;
  }
  #make-up .make-plan > div dl dt {
    display: flex;
    align-items: center;
  }
  #make-up .make-plan > div dl dt .en {
    font-size: clamp(48px, 6vw, 56px);
  }
  #make-up .make-plan > div dl dt .jp {
    margin-top: 1.5em;
  }
  #make-up .make-plan > div dl dd.price span {
    font-size: 24px;
  }
  #make-up .support {
    flex-direction: column;
    row-gap: 10px;
  }
  #access .map {
    padding-bottom: 100%;
  }
  #access dl {
    flex-direction: column;
    row-gap: 1em;
  }
  #access dl dt {
    width: 100%;
    padding: 0.2em;
  }
}
/* ==================== */
/* Glitch Effect        */
/* ==================== */
/* 見出しのRGBずれ */
section h2 span {
  position: relative;
  display: inline-block;
}

body.glitch-active section h2 span::before,
body.glitch-active section h2 span::after {
  content: attr(data-glitch-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  pointer-events: none;
}

body.glitch-active section h2 span::before {
  color: #ff2d55;
  animation: glitch-rgb-1 0.4s steps(3, end) 1;
}

body.glitch-active section h2 span::after {
  color: #2dc7ff;
  animation: glitch-rgb-2 0.4s steps(3, end) 1;
}

@keyframes glitch-rgb-1 {
  0% {
    clip-path: inset(10% 0 70% 0);
    transform: translate(0, 0);
  }
  25% {
    clip-path: inset(60% 0 10% 0);
    transform: translate(-5px, 0);
  }
  50% {
    clip-path: inset(30% 0 50% 0);
    transform: translate(4px, 0);
  }
  75% {
    clip-path: inset(70% 0 5% 0);
    transform: translate(-3px, 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
    transform: translate(0, 0);
  }
}
@keyframes glitch-rgb-2 {
  0% {
    clip-path: inset(50% 0 20% 0);
    transform: translate(0, 0);
  }
  25% {
    clip-path: inset(5% 0 80% 0);
    transform: translate(5px, 0);
  }
  50% {
    clip-path: inset(65% 0 15% 0);
    transform: translate(-4px, 0);
  }
  75% {
    clip-path: inset(20% 0 60% 0);
    transform: translate(3px, 0);
  }
  100% {
    clip-path: inset(0 0 100% 0);
    transform: translate(0, 0);
  }
}
/* サイト全体のフラッシュ・走査線ノイズ */
body.glitch-active {
  animation: glitch-body-shake 1s steps(8, end) 1;
}

@keyframes glitch-body-shake {
  0% {
    filter: none;
  }
  20% {
    filter: hue-rotate(20deg) contrast(140%) brightness(1.1);
  }
  40% {
    filter: hue-rotate(-15deg) contrast(150%) invert(0.05);
  }
  60% {
    filter: contrast(120%) saturate(0.4);
  }
  80% {
    filter: hue-rotate(10deg) brightness(0.95);
  }
  100% {
    filter: none;
  }
}
/* 走査線オーバーレイ（グリッチ発動時のみ表示） */
#glitch-scanlines {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0px, rgba(255, 255, 255, 0.15) 1px, transparent 1px, transparent 2px);
  mix-blend-mode: overlay;
}

body.glitch-active #glitch-scanlines {
  animation: glitch-scanlines-heavy 0.6s steps(8, end) 1;
}

@keyframes glitch-scanlines-heavy {
  0%, 100% {
    opacity: 0;
  }
  10% {
    opacity: 0.9;
    transform: translateY(0);
  }
  25% {
    opacity: 0.3;
    transform: translateY(-4px);
  }
  40% {
    opacity: 1;
    transform: translateY(3px);
  }
  55% {
    opacity: 0.2;
    transform: translateY(0);
  }
  70% {
    opacity: 0.85;
    transform: translateY(-2px);
  }
  85% {
    opacity: 0.4;
    transform: translateY(2px);
  }
}
/* ランダムな太い横線バー(信号が乱れる感じ) */
#glitch-bars {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
}

body.glitch-active #glitch-bars {
  animation: glitch-bars-flicker 0.6s steps(8, end) 1;
}

@keyframes glitch-bars-flicker {
  0%, 100% {
    opacity: 0;
  }
  15% {
    opacity: 1;
    background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 23%, transparent 23%, transparent 60%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0.3) 64%, transparent 64%);
  }
  45% {
    opacity: 0.9;
    background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 40%, transparent 40%, transparent 80%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.3) 83%, transparent 83%);
  }
  75% {
    opacity: 0;
  }
}
@keyframes glitch-scanlines-flicker {
  0%, 100% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.4;
  }
}
/* アクセシビリティ配慮：モーション低減設定への対応 */
@media (prefers-reduced-motion: reduce) {
  body.glitch-active,
  body.glitch-active section h2 span::before,
  body.glitch-active section h2 span::after,
  body.glitch-active #glitch-scanlines {
    animation: none !important;
  }
}/*# sourceMappingURL=style.css.map */