:root {
  --black: #070502;
  --ink: #171b24;
  --paper: #fffdf4;
  --gold: #d8ad58;
  --gold-deep: #8f6426;
  --ember: #ff6b1a;
  --blue: #1aa7ff;
  --green: #2f7658;
  --green-dark: #183f34;
  --earth: #285032;
  --cream: #fff2bd;
  --line: rgba(255, 220, 128, 0.28);
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(216, 173, 88, 0.24), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(94, 129, 145, 0.16), transparent 26rem),
    linear-gradient(180deg, #f8f0dc 0%, #eef2f8 42%, #f8f0dc 100%);
  color: var(--paper);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", system-ui, sans-serif;
  line-height: 1.8;
}

body::before {
  content: "888";
  position: fixed;
  inset: auto -0.08em 5vh auto;
  z-index: -1;
  color: rgba(255, 208, 82, 0.04);
  font-size: clamp(9rem, 28vw, 26rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.8;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 20;
  transform: translateY(-150%);
  padding: 8px 12px;
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus {
  transform: translateY(0);
}

.lp-shell {
  width: min(1000px, 100%);
  margin: 0 auto;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(216, 173, 88, 0.12), transparent 11%, transparent 89%, rgba(94, 129, 145, 0.1)),
    rgba(8, 8, 8, 0.74);
  box-shadow: 0 0 80px rgba(23, 27, 36, 0.2);
}

.section-pad {
  padding: 84px 58px;
  position: relative;
}

.benefits {
  background:
    radial-gradient(circle at 12% 18%, rgba(246, 198, 90, 0.16), transparent 20rem),
    linear-gradient(180deg, rgba(49, 27, 8, 0.72), rgba(10, 7, 4, 0.9));
}

.overview {
  background:
    radial-gradient(circle at 15% 8%, rgba(216, 173, 88, 0.18), transparent 22rem),
    linear-gradient(180deg, #f8f0dc, #eef2f8);
  color: #171b24;
}

.maps {
  background:
    radial-gradient(circle at 82% 10%, rgba(216, 173, 88, 0.14), transparent 20rem),
    linear-gradient(180deg, #eef2f8, #f8f0dc);
  color: #171b24;
}

.speakers {
  background:
    linear-gradient(90deg, rgba(40, 80, 50, 0.2), transparent 42%, rgba(16, 86, 132, 0.18)),
    linear-gradient(180deg, rgba(9, 8, 5, 0.88), rgba(18, 10, 4, 0.9));
}

.feelings {
  background:
    radial-gradient(circle at 50% 18%, rgba(246, 198, 90, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(34, 17, 6, 0.86), rgba(6, 5, 3, 0.92));
}

.host {
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 107, 26, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(18, 21, 12, 0.88), rgba(8, 5, 4, 0.94));
}

.tickets {
  background:
    radial-gradient(circle at 15% 8%, rgba(216, 173, 88, 0.13), transparent 20rem),
    linear-gradient(180deg, #fffdf6 0%, #f5f7fb 58%, #fffdf6 100%);
  color: #171b24;
}

.crew {
  background:
    radial-gradient(circle at 82% 16%, rgba(39, 127, 75, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(8, 26, 15, 0.9), rgba(5, 4, 3, 0.94));
}

.crew-detail {
  background:
    radial-gradient(circle at 80% 18%, rgba(39, 127, 75, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(8, 26, 15, 0.9), rgba(5, 4, 3, 0.94));
}

.form-section {
  background:
    radial-gradient(circle at 50% 18%, rgba(216, 173, 88, 0.13), transparent 20rem),
    linear-gradient(180deg, #fffdf6 0%, #f5f7fb 58%, #fffdf6 100%);
  color: #171b24;
}

.section-pad::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid var(--line);
  pointer-events: none;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.overview .section-kicker,
.maps .section-kicker,
.tickets .section-kicker,
.form-section .section-kicker {
  color: #8f6426;
}

.overview h2,
.overview h3,
.maps h2,
.maps h3,
.tickets h2,
.tickets h3,
.form-section h2,
.form-section h3 {
  color: #171b24;
}

.overview .info-panel,
.overview .schedule,
.maps .map-grid article,
.tickets .ticket {
  border-color: rgba(23, 27, 36, 0.12);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 44px rgba(23, 27, 36, 0.1);
}

.overview .event-list dt,
.overview .schedule time,
.maps article h3 {
  color: #8f6426;
}

.maps article h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.maps article > p {
  margin: 4px 0 0;
  color: #171b24;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 900;
}

.maps article > .venue-note {
  margin-top: 12px;
  color: rgba(23, 27, 36, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.7;
}

.overview .event-list div,
.overview .schedule li {
  border-bottom-color: rgba(61, 80, 73, 0.18);
}

.tickets .ticket--vip,
.tickets .ticket--crew {
  border-color: rgba(143, 100, 38, 0.24);
  background: rgba(255, 255, 255, 0.9);
}

.tickets .ticket__label {
  color: #171b24;
}

.tickets .early span {
  color: rgba(29, 31, 27, 0.56);
}

.is-regular-price .early {
  display: none;
}

.sp-break {
  display: inline;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.25;
  letter-spacing: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

h1 {
  font-size: clamp(2.35rem, 5vw, 4rem);
  color: var(--gold);
  text-shadow: 0 0 28px rgba(255, 139, 25, 0.55);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff5c8;
  text-align: center;
}

h3 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  color: #fff0bd;
}

.button,
.button--hero,
.sticky-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 54px;
  padding: 16px 52px 16px 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #e62424, #a60014);
  color: #fffdf4;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1.22rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, inset 0 1px rgba(255, 255, 255, 0.28);
}

.button::before,
.button--hero::before,
.sticky-cta a::before {
  content: none;
}

.button::after,
.button--hero::after,
.sticky-cta a::after {
  content: "▶";
  position: absolute;
  right: 1.35em;
  font-size: 0.72em;
  line-height: 1;
}

.hero {
  min-height: auto;
  display: block;
  padding: 0;
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72)),
    radial-gradient(circle at 47% 52%, rgba(255, 167, 39, 0.32), transparent 25rem);
}

.hero__pc-visual {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 214, 94, 0.5);
  background: #000;
}

.hero__pc-visual img {
  width: 100%;
  height: auto;
}

.hero__poster {
  display: none;
  border: 1px solid rgba(255, 214, 94, 0.45);
  box-shadow: var(--shadow), 0 0 42px rgba(254, 121, 22, 0.38);
}

.hero__poster img {
  width: 100%;
}

.hero__content {
  display: none;
  padding: 20px 0;
}

.hero__content .eyebrow {
  color: #fffdf4;
}

.eyebrow,
.role {
  color: var(--gold);
  font-weight: 700;
}

.hero__lead {
  margin: 24px 0;
  font-size: 1.08rem;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.hero__meta span {
  border: 1px solid rgba(255, 221, 135, 0.45);
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.05);
}

.hero__cta-note {
  display: none;
}

.hero__cta-note::before,
.sticky-cta p::before {
  content: "＼";
  margin-right: 0.4em;
}

.hero__cta-note::after,
.sticky-cta p::after {
  content: "／";
  margin-left: 0.4em;
}

.benefit-grid,
.ticket-grid,
.three-columns,
.map-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.benefits .benefit-title {
  color: var(--gold);
}

.benefits .benefit-title b {
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 1.55em;
  line-height: 0.85;
  color: var(--gold);
  text-shadow: 0 0 18px rgba(216, 173, 88, 0.26);
  transform: translateY(0.08em);
}

.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.benefit-grid article,
.ticket,
.three-columns article,
.info-panel,
.schedule,
.map-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 246, 206, 0.065);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.benefit-grid article p {
  font-size: 0.92rem;
}

.benefit-grid .num {
  color: var(--gold);
  font: 800 2.3rem/1 Arial, sans-serif;
}

.overview-grid,
.speaker-grid,
.host-layout,
.crew-intro {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.overview-grid,
.host-layout,
.crew-intro {
  grid-template-columns: 0.9fr 1.1fr;
}

.is-hidden {
  display: none !important;
}

.overview-grid--schedule-hidden {
  grid-template-columns: 1fr;
}

.event-list {
  margin: 0 0 22px;
}

.event-list div {
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.event-list dt {
  color: var(--gold);
  font-weight: 700;
}

.event-list dd {
  margin: 0;
}

.venue-photo,
.host-layout > img,
.crew-intro img {
  border-radius: 8px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.venue-photo {
  box-shadow: none;
}

.schedule ol {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.schedule > p {
  font-size: 0.86rem;
  opacity: 0.82;
}

.schedule > .event-note {
  margin-top: 10px;
  padding: 10px 12px;
  border-left: 3px solid rgba(166, 0, 20, 0.72);
  background: rgba(166, 0, 20, 0.06);
  color: rgba(23, 27, 36, 0.76);
  opacity: 1;
  line-height: 1.65;
}

.schedule li {
  display: grid;
  grid-template-columns: 8.2em 1fr;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 220, 128, 0.18);
}

.schedule time {
  color: var(--gold);
  font-weight: 700;
}

.map-grid {
  grid-template-columns: repeat(2, 1fr);
}

.map-frame {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
}

.map-placeholder {
  display: grid;
  place-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #5b5d60;
}

.map-placeholder strong {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0;
}

.map-placeholder span {
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.64);
}

.speaker {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 219, 109, 0.1), rgba(255, 255, 255, 0.04));
}

.speaker--earth {
  background: linear-gradient(135deg, rgba(40, 80, 50, 0.38), rgba(255, 205, 90, 0.08));
}

.speaker--water {
  background: linear-gradient(135deg, rgba(18, 106, 166, 0.38), rgba(255, 205, 90, 0.08));
}

.portrait-wrap {
  width: 230px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 216, 120, 0.68);
  background: linear-gradient(145deg, #ffe5a0, var(--gold-deep));
  box-shadow: 0 0 26px rgba(255, 194, 54, 0.24);
}

.portrait-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}

.speaker--earth .portrait-wrap img {
  object-position: center center;
  transform: scale(1.18);
}

.speaker--water .portrait-wrap img {
  object-position: center 38%;
  transform: scale(1.22);
}

.speaker__body p {
  margin: 12px 0 0;
  font-size: 0.88rem;
}

.speaker .role {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 14px;
  border: 1px solid rgba(216, 173, 88, 0.32);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 173, 88, 0.08), rgba(255, 255, 255, 0.03));
  color: #f4dca0;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.speaker h3 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 14px;
  font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.speaker h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.lead {
  margin: 18px 0 16px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.06);
  color: #fff0bd;
  font-size: 1rem;
  font-weight: 700;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 32px 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 13px 16px 13px 42px;
  border: 1px solid rgba(255, 220, 128, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 13px;
  height: 7px;
  border-left: 3px solid var(--gold);
  border-bottom: 3px solid var(--gold);
  transform: rotate(-45deg);
}

.large-message {
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  line-height: 1.55;
  color: #fff3bf;
  font-weight: 800;
  text-align: center;
}

.large-message span,
.large-message small {
  display: block;
}

.feeling-close span {
  display: inline;
}

.crew .large-message .crew-main {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--gold);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.crew .large-message em {
  font-size: 0.72em;
  font-style: normal;
}

.large-message small {
  margin-top: 8px;
  color: #fffdf4;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.host-layout > img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center 24%;
}

.host h4 {
  display: block;
  margin: 28px 0 14px;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 1.35rem;
  font-weight: 900;
  transform: none;
  box-shadow: none;
}

.host-layout p {
  font-size: 0.94rem;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 24px 0 0;
  padding: 16px 20px;
  border: 1px solid rgba(166, 0, 20, 0.22);
  border-radius: 8px;
  background: linear-gradient(135deg, #b90017, #4f0710);
  color: #fffdf4;
  box-shadow: 0 18px 38px rgba(166, 0, 20, 0.22);
}

.countdown strong {
  color: #fff2a6;
  font-family: Arial, sans-serif;
  font-size: 1.35rem;
}

.ticket-grid {
  grid-template-columns: repeat(2, 1fr);
}

.ticket--vip,
.ticket--crew {
  border-color: rgba(255, 209, 91, 0.62);
  background: linear-gradient(145deg, rgba(255, 190, 47, 0.16), rgba(255, 255, 255, 0.05));
}

.ticket__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-left: 4px solid #a60014;
  background: rgba(166, 0, 20, 0.08);
  color: #171b24;
  font-weight: 900;
}

.capacity-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 5px 12px;
  border: 1px solid rgba(166, 0, 20, 0.22);
  border-radius: 999px;
  background: rgba(166, 0, 20, 0.1);
  color: #a60014;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.4;
}

.capacity-badge--payment {
  margin-bottom: 0;
}

.is-sold-out .capacity-badge {
  background: #a60014;
  color: #fffdf4;
}

.ticket h3 {
  font-family: Arial, sans-serif;
  font-size: 2.5rem;
}

.ticket p,
.ticket li {
  font-size: 0.92rem;
}

.ticket-note {
  margin-top: 12px;
  color: rgba(23, 27, 36, 0.72);
  font-size: 0.78rem;
  line-height: 1.6;
}

.ticket-note--archive {
  padding: 10px 12px;
  border-left: 4px solid #a60014;
  background: rgba(166, 0, 20, 0.07);
  color: #171b24;
  font-weight: 800;
}

.ticket-note--party {
  padding: 10px 12px;
  border-left: 3px solid rgba(166, 0, 20, 0.72);
  background: rgba(166, 0, 20, 0.06);
  color: rgba(23, 27, 36, 0.8);
}

.early {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 900;
}

.early span {
  color: rgba(255, 248, 223, 0.66);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}

.early strong {
  color: #d4001a;
  font-size: 1.14em;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: #a60014;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.crew-intro img {
  align-self: center;
}

.crew-gift {
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(230, 36, 36, 0.58);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(166, 0, 20, 0.52), rgba(80, 7, 16, 0.36));
  color: #fffdf4;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(166, 0, 20, 0.18);
  text-align: center;
}

.crew-gift span,
.crew-gift strong,
.crew-gift b {
  display: block;
}

.crew-gift strong,
.crew-gift b,
.crew-gift span:nth-of-type(2) {
  margin: 1px 0;
  color: #fff2a6;
  font-size: 1.16em;
  line-height: 1.32;
  text-decoration: none;
}

.crew-gift b {
  font-weight: 900;
}

.three-columns {
  grid-template-columns: repeat(3, 1fr);
}

.compact {
  margin: 18px 0 0;
  gap: 6px;
}

.compact li {
  padding: 4px 0 4px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.94rem;
}

.compact li::before {
  left: 4px;
  top: 11px;
}

.final-message {
  min-height: 640px;
  display: grid;
  place-items: center;
  gap: 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)),
    radial-gradient(circle at 50% 46%, rgba(255, 184, 43, 0.34), transparent 24rem);
}

.final-copy {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.final-action {
  width: min(720px, 100%);
  padding: 20px 24px 24px;
  border: 1px solid rgba(255, 210, 210, 0.28);
  border-radius: 8px;
  background: rgba(30, 5, 8, 0.72);
  box-shadow: 0 16px 38px rgba(80, 0, 10, 0.3);
}

.final-message h2 {
  font-size: clamp(2.8rem, 7vw, 5.7rem);
}

.final-message p {
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  font-weight: 400;
  line-height: 1.42;
  max-width: 720px;
}

.final-message .final-lead {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 253, 244, 0.88);
  font-size: clamp(0.95rem, 1.45vw, 1.15rem);
}

.final-message strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 1.2;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  text-shadow: 0 0 25px rgba(255, 123, 20, 0.5);
}

.final-message span {
  display: inline-block;
  padding: 0;
  background: transparent;
  border: 0;
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  font-weight: 400;
}

.final-cta-note {
  color: #fff2a6;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
}

.final-message .final-cta-note {
  margin-bottom: 8px;
  font-weight: 800;
}

.final-cta-note::before {
  content: "＼";
  margin-right: 0.4em;
}

.final-cta-note::after {
  content: "／";
  margin-left: 0.4em;
}

.final-message .button {
  width: min(680px, 100%);
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.payment-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(23, 27, 36, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(23, 27, 36, 0.1);
}

.payment-card__label {
  margin: 0;
  color: #171b24;
  font-weight: 900;
  line-height: 1.45;
}

.payment-card h3 {
  margin: 0;
  color: #171b24;
  font-family: Arial, sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.1;
}

.payment-card__status {
  margin: 0 0 4px;
  color: #a60014;
  font-size: 0.82rem;
  font-weight: 800;
}

.payment-card .button {
  width: 100%;
  margin-top: auto;
  padding-left: 18px;
  padding-right: 44px;
  font-size: 1rem;
}

.payment-link[aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
  background: linear-gradient(180deg, #7b7b7b, #4e4e4e);
  color: rgba(255, 255, 255, 0.82);
}

.payment-link[aria-disabled="true"]::after {
  content: none;
}

.notice {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.notice {
  margin-top: 14px;
  color: rgba(255, 248, 223, 0.72);
  font-size: 0.82rem;
  line-height: 1.7;
}

footer {
  width: min(1000px, 100%);
  margin: 0 auto;
  padding: 36px 18px 110px;
  background: #030201;
  color: rgba(255, 248, 223, 0.7);
  text-align: center;
  font-size: 0.9rem;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 16px;
}

.footer-legal a {
  color: rgba(255, 248, 223, 0.6);
  text-decoration: none;
  font-size: 0.78rem;
  transition: color 0.2s;
}

.footer-legal a:hover {
  color: rgba(255, 248, 223, 0.95);
  text-decoration: underline;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 100%;
  padding: 9px max(14px, calc((100vw - 1000px) / 2 + 14px)) 12px;
  border: 0;
  border-top: 1px solid rgba(255, 210, 210, 0.46);
  border-radius: 0;
  background: rgba(30, 5, 8, 0.9);
  box-shadow: 0 14px 38px rgba(80, 0, 10, 0.42);
  backdrop-filter: blur(10px);
  text-align: center;
}

.sticky-cta p {
  margin: 0 0 5px;
  color: #fff2a6;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.sticky-cta a {
  width: min(680px, 100%);
  min-height: 48px;
}

@media (max-width: 760px) {
  html,
  body {
    min-height: 100%;
  }

  body {
    overflow-y: auto;
  }

  .lp-shell {
    width: min(750px, 100%);
    box-shadow: none;
  }

  .sticky-cta {
    left: 0;
    right: 0;
    width: 100%;
    transform: none;
  }

  .snap-page {
    min-height: auto;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }

  .section-pad {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 54px 22px 112px;
  }

  .section-pad::before {
    inset: 10px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 0 0 112px;
    background: #000;
  }

  .hero__poster {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .hero__pc-visual {
    display: none;
  }

  .hero__poster img {
    width: 100%;
  }

  .hero__content {
    display: block;
    margin: 0 14px;
    padding: 16px 14px 18px;
    border: 1px solid rgba(255, 210, 210, 0.28);
    border-radius: 8px;
    background: rgba(30, 5, 8, 0.72);
    box-shadow: 0 16px 38px rgba(80, 0, 10, 0.3);
    text-align: center;
  }

  .hero__content .eyebrow {
    display: block;
    margin: 0 auto 10px;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    color: #fffdf4;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
    font-size: 1.22rem;
    font-weight: 900;
    box-shadow: none;
    text-shadow: none;
  }

  .hero__lead,
  .hero__meta {
    display: none;
  }

  .hero__content h1 {
    display: none;
  }

  .hero__cta-note {
    display: block;
    margin: 0 0 8px;
    color: #fff2a6;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    font-size: 0.95rem;
    font-weight: 900;
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.75);
  }

  .button--hero {
    width: 100%;
    min-height: 62px;
    font-size: 1.28rem;
  }

  .feeling-close span {
    display: block;
  }

  .speaker__body p,
  .host-layout p,
  .benefit-grid article p,
  .ticket p,
  .ticket li {
    font-size: 0.9rem;
  }

  .benefit-grid,
  .overview-grid,
  .speaker-grid,
  .host-layout,
  .crew-intro,
  .three-columns,
  .map-grid,
  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .sp-line,
  .benefit-title,
  .sp-break {
    display: block;
  }

  .benefit-grid {
    gap: 12px;
  }

  .benefit-grid article,
  .ticket,
  .three-columns article,
  .info-panel,
  .schedule,
  .map-grid article {
    padding: 18px;
  }

  .speaker {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .portrait-wrap {
    width: min(220px, 72vw);
    margin: 0 auto;
  }

  .speaker__body p {
    font-size: 0.86rem;
  }

  .host-layout > img {
    max-height: 420px;
  }

  .countdown {
    display: block;
  }

  .countdown strong {
    display: block;
    margin-top: 4px;
    font-size: 1.1rem;
  }

  .ticket h3 {
    font-size: 2.1rem;
  }

  .crew-intro img {
    max-height: 300px;
    object-fit: cover;
  }

  .final-message {
    min-height: auto;
    padding-bottom: 124px;
  }

  .payment-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .payment-card {
    padding: 16px;
  }

  footer {
    padding-bottom: 112px;
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 1.8rem;
  }

  .section-pad {
    padding-left: 16px;
    padding-right: 16px;
  }

  .event-list div,
  .schedule li {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
