/* vp:480px */
/* vp:896px */
/* vp:1024px */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

li.noList {
  list-style-type: none;
  margin-left: -20px;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
  font-display: swap;
  display: none;
  background-color: #f3f3f3;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-size: 1.6rem;
}
body footer {
  margin-top: auto;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 3.3333333333vw;
  }
}

@media screen and (max-width: 896px) {
  html, body {
    overflow-x: clip;
    position: relative;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:active {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover svg, a:active svg {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a, button {
  outline: none;
}

input:disabled {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0.2;
}

::selection {
  background: #fff;
  color: #747474;
}

::-moz-selection {
  background: #fff;
  color: #747474;
}

:root {
  --color-navy: #102b4e;
  --color-navy-deep: #071d38;
  --color-blue: #2f6fa3;
  --color-blue-soft: #eaf5fb;
  --color-blue-pale: #f5fbff;
  --color-paper: #ffffff;
  --color-bg: #f1eadc;
  --color-text: #26323f;
  --color-muted: #687789;
  --color-line: #d8e4ed;
  --color-line-soft: #edf3f7;
  --color-red: #c94d4d;
  --color-coral: #d83f4f;
  --color-orange: #f06a3d;
  --color-yellow: #e9bd44;
  --shadow-paper: 0 24px 70px rgba(16, 43, 78, 0.08);
  --shadow-card: 0 18px 42px rgba(16, 43, 78, 0.055);
  --font-sans: 'Yu Gothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --content-width: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 100%;
  line-height: 1.8;
  scroll-behavior: smooth;
}

body {
  display: block;
  min-width: 320px;
  margin: 0;
  background-color: #f7f1e7;
  background-image: linear-gradient(rgba(255, 250, 242, 0.86), rgba(255, 250, 242, 0.92)), url("../img/bg-pattern.png");
  background-repeat: repeat;
  color: var(--color-text);
  font-size: 1rem;
  letter-spacing: 0;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #fffaf2;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-loader__spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(16, 43, 78, 0.16);
  border-top-color: var(--color-coral);
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
}

body.is-loaded .site-loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
a {
  color: inherit;
  word-break: normal;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page {
  padding: 32px 16px 64px;
}

.event {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 43, 78, 0.08);
  border-radius: 6px;
  box-shadow: var(--shadow-paper);
  overflow: hidden;
}

.event-movie {
  width: calc(100% - min(12vw, 144px));
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(8px, 2vw, 12px);
  background: linear-gradient(180deg, rgba(234, 245, 251, 0.62), rgba(255, 255, 255, 0.74)), rgba(241, 234, 220, 0.36);
  border: 1px solid rgba(16, 43, 78, 0.07);
  border-radius: 6px;
  box-shadow: 0 14px 32px rgba(16, 43, 78, 0.045);
}
.event-movie iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  background: #000;
  border: 0;
  border-radius: 4px;
}

.event > .event-movie {
  margin-top: clamp(30px, 5vw, 54px);
}

.event-movie + .section {
  padding-top: clamp(30px, 4.5vw, 48px);
  border-top: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  width: min(100%, var(--content-width));
  margin: 0 auto;
  padding: clamp(40px, 7vw, 72px) 0 clamp(22px, 3vw, 34px);
  overflow: clip;
}
.hero::before {
  position: absolute;
  inset: 8px clamp(-48px, -4vw, -16px) 0;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.54) 42%, rgba(255, 255, 255, 0) 74%);
  pointer-events: none;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero__label {
  text-align: center;
  margin: 0 0 22px;
  color: rgba(184, 74, 76, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero__title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1.35rem;
}
.hero__title picture {
  display: block;
}
.hero__title img {
  width: 100%;
  height: auto;
}
.hero__lead {
  letter-spacing: 0.1em;
  position: relative;
  max-width: 760px;
  margin: 20px auto 0;
  color: var(--color-text);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  text-align: center;
  line-height: 1.9;
}
.hero__ap {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 4px;
  box-shadow: 0 22px 55px rgba(16, 43, 78, 0.1), 0 5px 16px rgba(16, 43, 78, 0.06);
}
.hero__ap > p {
  width: 50%;
}
.hero__ap picture {
  display: block;
}
.hero__ap img {
  width: 540px;
  height: 360px;
  object-fit: cover;
}
.hero__ap .leon img {
  object-position: center -7px;
}
@media screen and (max-width: 1024px) {
  .hero__ap .leon img {
    object-position: center;
  }
}
@media screen and (max-width:480px) {
  .hero__ap {
    flex-direction: column;
  }
  .hero__ap > p {
    width: 100%;
  }
  .hero__ap img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

@media (max-width: 1200px) {
  .hero::before {
    right: 0;
    left: 0;
  }
}
.section__eyebrow {
  font-family: "Elms Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-display: swap;
  margin: 0;
  color: rgba(184, 74, 76, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.anchor-nav {
  position: fixed;
  z-index: 10;
  top: 12px;
  left: 50%;
  width: min(100% - 32px, var(--content-width));
  max-height: 72px;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -8px);
  pointer-events: none;
  scrollbar-width: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease, border-color 0.24s ease;
}
.anchor-nav.is-visible {
  border-color: transparent;
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.anchor-nav::-webkit-scrollbar {
  display: none;
}

.anchor-nav__track {
  display: flex;
  justify-content: center;
  gap: 0;
  width: 100%;
  min-width: 100%;
  padding: 5px;
  background: #eeeeef;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.anchor-nav__track a {
  flex: 1 0 0;
  min-width: 0;
  padding: 10px 18px 11px;
  border-radius: 999px;
  color: rgba(86, 88, 103, 0.64);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.anchor-nav__track a:hover {
  background: rgba(255, 255, 255, 0.58);
  color: var(--color-navy);
}
.anchor-nav__track a.is-current {
  background: linear-gradient(135deg, #d83f4f, #f06a3d);
  color: #fff;
  box-shadow: 0 8px 18px rgba(216, 63, 79, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.anchor-nav__track a:focus-visible {
  background: linear-gradient(135deg, #d83f4f, #f06a3d);
  color: #fff;
  box-shadow: 0 8px 18px rgba(216, 63, 79, 0.16), 0 0 0 3px rgba(216, 63, 79, 0.18);
  outline: none;
}

.section {
  padding: clamp(38px, 6vw, 64px) min(6vw, 72px);
  border-top: 1px solid var(--color-line-soft);
  scroll-margin-top: 96px;
}

.section--tint {
  background: linear-gradient(180deg, #f8f8f7, #fff);
}

.section--contact {
  padding-top: clamp(30px, 4vw, 42px);
  padding-bottom: clamp(30px, 4vw, 42px);
  background: linear-gradient(180deg, #f6f6f5, #fff);
  border-top: 1px solid rgba(16, 43, 78, 0.08);
  color: var(--color-muted);
}
.section--contact .section__head {
  margin-bottom: 16px;
}
.section--contact .section__title {
  color: var(--color-navy);
  font-size: clamp(1.2rem, 2.2vw, 1.56rem);
}
.section--contact .section__eyebrow {
  color: rgba(104, 119, 137, 0.72);
}
.section--contact .section__head::after {
  width: 42px;
  background: rgba(216, 63, 79, 0.45);
}
.section--contact a {
  color: var(--color-coral);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(216, 63, 79, 0.32);
  text-underline-offset: 3px;
}

.section__head {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  text-align: center;
}
.section__head::after {
  content: "";
  display: block;
  order: 3;
  width: 54px;
  height: 4px;
  background: var(--color-yellow);
  border-radius: 999px;
}

.section__title {
  order: 1;
  margin: 0;
  color: var(--color-navy);
  font-size: clamp(1.45rem, 3.1vw, 2.18rem);
  font-weight: 800;
  line-height: 1.3;
}

.section__eyebrow {
  order: 2;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(16, 43, 78, 0.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 43, 78, 0.045);
}
.summary-grid dl {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.88);
  border-right: 1px solid rgba(16, 43, 78, 0.075);
  border-bottom: 1px solid rgba(16, 43, 78, 0.075);
}
.summary-grid dt {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--color-blue);
  font-size: 0.82rem;
  font-weight: 800;
}
.summary-grid dt::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, var(--color-coral), var(--color-orange));
  -webkit-mask: var(--summary-icon) center/contain no-repeat;
  mask: var(--summary-icon) center/contain no-repeat;
}
.summary-grid dl:nth-child(1) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}
.summary-grid dl:nth-child(2) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.33-7.4 12a1 1 0 0 1-1.2 0C9.54 20.33 4 14.99 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.summary-grid dl:nth-child(3) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 4.5 9.5 2l-6 3v17l6-3 5 2.5 6-3v-17z'/%3E%3Cpath d='M9.5 2v17'/%3E%3Cpath d='M14.5 4.5v17'/%3E%3C/svg%3E");
}
.summary-grid dl:nth-child(4) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18V5l12-2v13'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Ccircle cx='18' cy='16' r='3'/%3E%3C/svg%3E");
}
.summary-grid dl:nth-child(5) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.summary-grid dl:nth-child(6) {
  --summary-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11.5 2.8 14 8l5.7.8-4.1 4 1 5.6-5.1-2.7-5.1 2.7 1-5.6-4.1-4L9 8z'/%3E%3C/svg%3E");
}
.summary-grid dd {
  margin: 0;
  color: var(--color-navy);
  font-weight: 700;
}
.summary-grid dd:has(.access) {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
}

.summary-url {
  display: block;
  flex: 1 1 100%;
  margin-top: 6px;
  color: var(--color-muted);
  font-size: 0.86rem;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.summary-url a {
  text-decoration: underline;
  text-decoration-color: rgba(104, 119, 137, 0.34);
  text-underline-offset: 3px;
}

.access {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  flex: 0 0 auto;
  padding: 8px 12px 8px 14px;
  background: var(--color-navy);
  border-radius: 999px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 0;
  margin-left: auto;
  transition: background 0.2s ease, transform 0.2s ease;
}
.access::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17 17 7'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E") center/contain no-repeat;
}
.access:hover, .access:focus-visible {
  background: #1c3f67;
  transform: translateY(-1px);
  outline: none;
}

.info-strip {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid rgba(16, 43, 78, 0.08);
  border-left: 4px solid var(--color-yellow);
  box-shadow: 0 14px 34px rgba(16, 43, 78, 0.05);
}
.info-strip p {
  margin: 0;
  font-weight: 700;
}

.compact-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.compact-list li {
  position: relative;
  padding-left: 1.25em;
}
.compact-list li::before {
  content: "";
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, var(--color-coral), var(--color-yellow));
  border-radius: 50%;
}

.artist-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.artist-panel,
.product-group,
.notice-box,
.detail-notice,
.notice-columns section {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 43, 78, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}

.artist-panel {
  padding: 24px;
}

.artist-panel__name,
.product-group h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: 1.28rem;
  font-weight: 800;
}

.ticket-list,
.product-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ticket-list li {
  display: grid;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-line-soft);
}
.ticket-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.ticket-list li span {
  color: var(--color-coral);
  font-size: 0.84rem;
  font-weight: 800;
}
.ticket-list li .annotation {
  margin-top: 2px;
}

.annotation {
  margin: 16px 0 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.product-group {
  padding: 24px;
}
.product-group + .product-group {
  margin-top: 18px;
}

.product-set {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--color-line-soft);
}
.product-set h4 {
  margin: 0;
  color: var(--color-navy);
  font-size: 1.05rem;
  line-height: 1.45;
}

.product-set__date {
  margin: 6px 0 0;
  color: #b84a4c;
  font-size: 0.92rem;
  font-weight: 700;
}

.product-list li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid var(--color-line-soft);
}
.product-list li span {
  color: var(--color-muted);
  font-size: 0.92rem;
  text-align: right;
}

.step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.step-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(16, 43, 78, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow-card);
}
.step-list h3,
.step-list p {
  margin: 0;
}
.step-list h3 {
  color: var(--color-navy);
  font-size: 1.06rem;
  line-height: 1.5;
  font-weight: 700;
}
.step-list p {
  margin-top: 6px;
}

.step-list__num {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--color-coral), var(--color-orange));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(216, 63, 79, 0.18);
}

.notice-box {
  margin-top: 18px;
  padding: 20px;
}
.notice-box h3,
.notice-box p {
  margin: 0;
}
.notice-box h3 {
  position: relative;
  padding-left: 12px;
  color: var(--color-navy);
  font-size: 1.05rem;
  font-weight: 900;
}
.notice-box h3::before {
  position: absolute;
  top: 0.25em;
  bottom: 0.2em;
  left: 0;
  width: 4px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(180deg, var(--color-coral), var(--color-orange));
}
.notice-box p {
  margin-top: 8px;
}
.notice-box__label {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(16, 43, 78, 0.08);
  color: var(--color-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.fact-line {
  position: relative;
  padding-left: 28px;
  color: var(--color-navy);
  font-weight: 800;
}
.fact-line::before {
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 17px;
  height: 17px;
  content: "";
  background: linear-gradient(135deg, var(--color-coral), var(--color-orange));
  -webkit-mask: var(--fact-icon) center/contain no-repeat;
  mask: var(--fact-icon) center/contain no-repeat;
}
.fact-line--time {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.fact-line--date {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3C/svg%3E");
}
.fact-line--place {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.33-7.4 12a1 1 0 0 1-1.2 0C9.54 20.33 4 14.99 4 10a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}
.fact-line--limit {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 2h4'/%3E%3Cpath d='M12 14v-4'/%3E%3Cpath d='M4 13a8 8 0 1 0 16 0 8 8 0 0 0-16 0'/%3E%3Cpath d='m17 6 1.5-1.5'/%3E%3C/svg%3E");
}
.fact-line--delivery {
  --fact-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 18V6a2 2 0 0 0-2-2H4v14h2'/%3E%3Cpath d='M15 18H9'/%3E%3Cpath d='M19 18h1V9h-6'/%3E%3Ccircle cx='17' cy='18' r='2'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3C/svg%3E");
}

.notice-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.notice-columns section {
  padding: 20px;
}
.notice-columns h3,
.notice-columns p {
  margin: 0;
}
.notice-columns h3 {
  color: var(--color-navy);
  font-size: 1rem;
  font-weight: 700;
}
.notice-columns p {
  margin-top: 8px;
}

.detail-notice {
  margin-top: 18px;
  overflow: hidden;
}
.detail-notice summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  padding: 18px 20px;
  color: var(--color-navy);
  font-weight: 800;
  list-style: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.detail-notice summary::-webkit-details-marker {
  display: none;
}
.detail-notice summary::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-coral), var(--color-orange));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 8v4'/%3E%3Cpath d='M12 16h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E") center/contain no-repeat;
}
.detail-notice summary::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(16, 43, 78, 0.58);
  border-bottom: 2px solid rgba(16, 43, 78, 0.58);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.detail-notice summary:hover, .detail-notice summary:focus-visible {
  background: rgba(216, 63, 79, 0.055);
  color: #c92f45;
  outline: none;
}
.detail-notice summary::marker {
  content: "";
}
.detail-notice[open] summary::after {
  transform: rotate(225deg) translate(-2px, -2px);
}

.detail-notice__body {
  padding: 0 20px 22px;
  border-top: 1px solid var(--color-line);
}
.detail-notice__body h3 {
  margin: 26px 0 0;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--color-navy);
  color: #fff;
  font-size: 1.02rem;
  font-weight: 900;
}
.detail-notice__body h4 {
  margin: 24px 0 0;
  padding: 0 0 7px;
  border-bottom: 2px solid rgba(201, 47, 69, 0.28);
  color: #c92f45;
  font-size: 0.98rem;
  font-weight: 900;
}
.detail-notice__body p {
  margin: 8px 0 0;
}

.detail-notice__body .detail-notice__label {
  display: inline-block;
  margin: 14px 0 0;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(16, 43, 78, 0.08);
  color: var(--color-navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.detail-notice__body .detail-notice__label + .compact-list {
  margin-top: 8px;
}

.detail-notice__body .detail-notice__category {
  margin: 18px 0 0;
  padding: 0 0 0 9px;
  border-left: 3px solid var(--color-coral);
  color: var(--color-navy);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.5;
}

.detail-notice__body .detail-notice__subhead {
  margin: 8px 0 -8px;
  color: #5f6f85;
  font-size: 0.9rem;
  font-weight: 800;
}

.detail-notice__body .compact-list + .detail-notice__label,
.detail-notice__body .compact-list + .detail-notice__category {
  margin-top: 28px;
}

.detail-notice__body .compact-list + .detail-notice__subhead {
  margin-top: 16px;
}

.share {
  padding: 26px min(6vw, 72px) 30px;
  background: #10243f;
  color: #fff;
  text-align: center;
}
.share__title {
  font-family: "Elms Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-display: swap;
  letter-spacing: 0.2em;
  margin: 0;
  color: #fff;
  font-size: 1rem;
}
.share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.share__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 132px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.share__button:hover, .share__button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  outline: none;
}
.share__button--x {
  background: #111;
}
.share__button--line {
  background: #06c755;
}
.share__button--facebook {
  background: #1877f2;
}

@media (max-width: 860px) {
  .summary-grid,
  .artist-panels,
  .notice-columns {
    grid-template-columns: 1fr;
  }
  .info-strip,
  .product-list li {
    display: grid;
  }
  .product-list li span {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .page {
    padding: 12px 8px 36px;
  }
  .hero,
  .section {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section {
    padding-top: 26px;
    padding-bottom: 28px;
  }
  .event-movie {
    width: calc(100% - 12px);
    padding: 4px;
  }
  .event > .event-movie {
    margin-top: 22px;
  }
  .event-movie + .section {
    padding-top: 24px;
  }
  .section__head {
    gap: 4px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }
  .section__title {
    font-size: 1.34rem;
  }
  .hero__title br {
    display: none;
  }
  .anchor-nav__track a {
    flex: 0 0 auto;
    min-width: 96px;
    padding: 11px 14px 12px;
  }
  .anchor-nav {
    left: 8px;
    width: calc(100% - 8px);
    transform: translateY(-8px);
  }
  .anchor-nav.is-visible {
    transform: translateY(0);
  }
  .anchor-nav__track {
    justify-content: flex-start;
    width: max-content;
    min-width: calc(100% + 72px);
    padding: 6px;
  }
  .artist-panel,
  .product-group,
  .notice-box,
  .notice-columns section,
  .detail-notice__body {
    padding: 14px;
  }
  .detail-notice {
    margin-top: 12px;
  }
  .detail-notice summary {
    gap: 9px;
    padding: 14px 16px;
  }
  .detail-notice summary::before {
    width: 20px;
    height: 20px;
  }
  .detail-notice__body h4 {
    margin-top: 16px;
    padding-bottom: 5px;
    font-size: 0.94rem;
  }
  .detail-notice__body p {
    margin-top: 6px;
  }
  .detail-notice__body .detail-notice__category {
    margin-top: 14px;
    font-size: 0.88rem;
  }
  .detail-notice__body .detail-notice__label {
    margin-top: 10px;
    padding: 2px 9px;
    font-size: 0.86rem;
  }
  .detail-notice__body .detail-notice__subhead {
    margin-top: 6px;
    font-size: 0.86rem;
  }
  .detail-notice__body .compact-list + .detail-notice__label,
  .detail-notice__body .compact-list + .detail-notice__category {
    margin-top: 20px;
  }
  .detail-notice__body .compact-list + .detail-notice__subhead {
    margin-top: 12px;
  }
  .compact-list {
    gap: 6px;
    margin-top: 14px;
  }
  .detail-notice__body .detail-notice__label + .compact-list {
    margin-top: 6px;
  }
  .annotation {
    margin-top: 10px;
  }
  .artist-panel__name,
  .product-group h3 {
    font-size: 1.12rem;
  }
  .ticket-list,
  .product-list {
    gap: 6px;
    margin-top: 12px;
  }
  .ticket-list li {
    padding-bottom: 9px;
  }
  .product-group + .product-group {
    margin-top: 12px;
  }
  .product-set {
    margin-top: 12px;
    padding-top: 12px;
  }
  .product-set h4 {
    font-size: 0.98rem;
    line-height: 1.42;
  }
  .product-set__date {
    margin-top: 3px;
    font-size: 0.86rem;
  }
  .product-list li {
    gap: 4px;
    padding: 6px 0;
  }
  .product-list li span {
    font-size: 0.86rem;
  }
  .step-list {
    gap: 10px;
  }
  .step-list li {
    grid-template-columns: 38px 1fr;
    gap: 10px 12px;
    padding: 15px;
    align-items: center;
  }
  .step-list__num {
    width: 38px;
    height: 38px;
    font-size: 0.8rem;
  }
  .step-list h3 {
    grid-column: 2;
    font-size: 0.98rem;
  }
  .step-list p {
    grid-column: 1/-1;
    margin-top: 4px;
  }
  .step-list li > div {
    display: contents;
  }
  .notice-box {
    margin-top: 14px;
  }
  .notice-box h3 {
    font-size: 0.98rem;
  }
  .notice-box p {
    margin-top: 6px;
  }
  .share__list li {
    width: 100%;
  }
  .share__button {
    width: 100%;
    min-width: 0;
  }
}
.copy {
  text-align: center;
  font-size: 14px;
  margin: 1rem 0 2rem;
}

.bold {
  font-weight: bold;
}

.annotation {
  color: var(--color-muted);
}
