/*
Theme Name: Splash! Official
Theme URI: https://s-plash.com/
Author: Splash!
Description: Custom theme for the Splash! official website.
Version: 0.9.13
Text Domain: splash-official
*/

:root {
  --splash-blue: #2db2ff;
  --splash-blue-deep: #078bd8;
  --splash-navy: #063455;
  --splash-ink: #153247;
  --splash-muted: #61788a;
  --splash-sky: #e9f8ff;
  --splash-line: #d7eef9;
  --splash-white: #fff;
  --splash-yellow: #ffd85a;
  --shadow-soft: 0 18px 50px rgba(6, 52, 85, .10);
  --shadow-card: 0 14px 34px rgba(14, 102, 153, .12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --site-width: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--splash-ink);
  background: #f8fcff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--splash-yellow); outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; color: #fff; background: var(--splash-navy); border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(calc(100% - 40px), var(--site-width)); margin-inline: auto; }
.section { padding: 96px 0; }
.section--compact { padding: 72px 0; }
.section--white { background: var(--splash-white); }
.section--sky { background: linear-gradient(180deg, #effaff 0%, #f8fcff 100%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--splash-blue-deep); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 3px; background: var(--splash-blue); border-radius: 99px; content: ""; }
.section-title { margin: 0; color: var(--splash-navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.25; letter-spacing: -.035em; }
.section-copy { max-width: 660px; margin: 18px 0 0; color: var(--splash-muted); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--splash-blue-deep); font-weight: 800; }
.text-link::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(215,238,249,.9); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.site-brand img { width: 144px; height: auto; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: 12px 13px; border-radius: 12px; color: #34546a; font-size: 14px; font-weight: 750; transition: color .2s ease, background .2s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--splash-blue-deep); background: var(--splash-sky); }
.header-ticket { display: inline-flex; flex: 0 0 auto; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; color: #fff; background: linear-gradient(135deg, var(--splash-blue) 0%, #1597e5 100%); border-radius: 999px; box-shadow: 0 10px 22px rgba(45,178,255,.28); font-size: 14px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.header-ticket:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(45,178,255,.34); }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 0; align-items: center; justify-content: center; background: var(--splash-sky); border: 0; border-radius: 50%; cursor: pointer; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { position: relative; display: block; width: 20px; height: 2px; background: var(--splash-navy); border-radius: 99px; content: ""; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle-lines::before { position: absolute; top: -6px; }
.menu-toggle-lines::after { position: absolute; top: 6px; }
.menu-open .menu-toggle-lines { background: transparent; }
.menu-open .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-open .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; background: #dff7ff; }
.hero::after { position: absolute; right: -80px; bottom: -150px; width: 420px; height: 420px; background: rgba(255,255,255,.38); border-radius: 50%; filter: blur(3px); content: ""; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,253,255,.98) 0%, rgba(245,253,255,.91) 35%, rgba(245,253,255,.22) 70%, rgba(245,253,255,.06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(650px, 60%); padding: 88px 0 102px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 8px 14px; color: var(--splash-blue-deep); background: rgba(255,255,255,.75); border: 1px solid rgba(45,178,255,.22); border-radius: 999px; font-size: 13px; font-weight: 850; letter-spacing: .05em; }
.hero-kicker::before { width: 9px; height: 9px; background: var(--splash-blue); border-radius: 50%; box-shadow: 0 0 0 5px rgba(45,178,255,.14); content: ""; }
.hero h1 { margin: 0; color: var(--splash-navy); font-size: clamp(48px, 7vw, 88px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 span { display: block; margin-top: 14px; color: var(--splash-blue-deep); font-size: clamp(28px, 4vw, 48px); letter-spacing: -.04em; }
.hero-lead { max-width: 570px; margin: 26px 0 0; color: #34566e; font-size: clamp(16px, 1.8vw, 20px); font-weight: 650; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 2px solid transparent; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--splash-blue) 0%, #128fd8 100%); box-shadow: 0 14px 28px rgba(45,178,255,.30); }
.button--secondary { color: var(--splash-navy); background: rgba(255,255,255,.85); border-color: rgba(6,52,85,.12); }
.button--white { color: var(--splash-blue-deep); background: #fff; }

.welcome-strip { position: relative; z-index: 5; margin-top: -42px; }
.welcome-card { display: grid; grid-template-columns: 1.15fr 1fr 1fr; overflow: hidden; background: #fff; border: 1px solid var(--splash-line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.welcome-intro { padding: 30px 34px; background: linear-gradient(135deg, var(--splash-navy), #086597); color: #fff; }
.welcome-intro strong { display: block; font-size: 20px; }
.welcome-intro span { display: block; margin-top: 5px; color: rgba(255,255,255,.74); font-size: 13px; }
.welcome-point { display: flex; align-items: center; gap: 16px; padding: 24px 28px; border-left: 1px solid var(--splash-line); }
.welcome-icon { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #34b9ff, #0d88d2); border-radius: 16px; }
.welcome-icon img { width: 38px; height: 38px; object-fit: contain; }
.welcome-point strong { display: block; color: var(--splash-navy); }
.welcome-point > div span { display: block; color: var(--splash-muted); font-size: 13px; }

.event-feature { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); overflow: hidden; background: #fff; border: 1px solid var(--splash-line); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); }
.event-image { position: relative; min-height: 470px; background: var(--splash-sky); }
.event-image img { width: 100%; height: 100%; object-fit: cover; }
.event-status { position: absolute; top: 20px; left: 20px; padding: 7px 13px; color: #086132; background: #d9fbe8; border-radius: 999px; font-size: 12px; font-weight: 850; letter-spacing: .06em; }
.event-content { display: flex; flex-direction: column; justify-content: center; padding: 46px clamp(28px, 5vw, 62px); }
.event-date { color: var(--splash-blue-deep); font-size: 14px; font-weight: 850; letter-spacing: .08em; }
.event-title { margin: 9px 0 0; color: var(--splash-navy); font-size: clamp(28px, 4vw, 44px); line-height: 1.35; }
.event-description { margin: 18px 0 0; color: var(--splash-muted); }
.event-facts { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.event-facts li { display: grid; grid-template-columns: 92px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid #e7f2f7; }
.event-facts span { color: var(--splash-muted); font-size: 13px; font-weight: 750; }
.event-facts strong { color: var(--splash-ink); }
.event-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(44px, 7vw, 90px); }
.photo-stack { position: relative; min-height: 500px; }
.photo-card { position: absolute; overflow: hidden; background: var(--splash-sky); border: 8px solid #fff; border-radius: 28px; box-shadow: var(--shadow-card); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-card--main { inset: 0 70px 45px 0; }
.photo-card--sub { right: 0; bottom: 0; width: 48%; height: 45%; }
.about-copy .section-title { max-width: 570px; }
.about-copy > p { margin: 24px 0 0; color: var(--splash-muted); }
.reassurance-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.reassurance-list li { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; background: #fff; border: 1px solid var(--splash-line); border-radius: 16px; }
.check { position: relative; display: block; flex: 0 0 28px; width: 28px; height: 28px; background: var(--splash-blue); border-radius: 50%; }
.check::before { position: absolute; top: 7px; left: 9px; width: 7px; height: 11px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg); content: ""; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.news-card { overflow: hidden; background: #fff; border: 1px solid var(--splash-line); border-radius: var(--radius-lg); box-shadow: 0 10px 24px rgba(6,52,85,.06); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.news-thumb { aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(135deg, #dff7ff, #b8e9ff); }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.news-card:hover .news-thumb img { transform: scale(1.035); }
.news-body { padding: 23px; }
.news-meta { display: flex; align-items: center; gap: 10px; color: var(--splash-muted); font-size: 12px; }
.news-category { padding: 4px 8px; color: var(--splash-blue-deep); background: var(--splash-sky); border-radius: 999px; font-weight: 800; }
.news-title { margin: 14px 0 0; color: var(--splash-navy); font-size: 18px; line-height: 1.55; }
.news-excerpt { margin: 11px 0 0; color: var(--splash-muted); font-size: 14px; }

.faq-preview { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--splash-line); border-radius: 18px; }
.faq-question { display: flex; width: 100%; align-items: center; gap: 14px; padding: 20px 22px; text-align: left; background: transparent; border: 0; cursor: pointer; font-weight: 800; }
.faq-q { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; color: var(--splash-blue-deep); background: var(--splash-sky); border-radius: 10px; }
.faq-answer { padding: 0 22px 20px 68px; color: var(--splash-muted); }

.cta-panel { position: relative; overflow: hidden; padding: clamp(40px, 7vw, 72px); color: #fff; background: linear-gradient(135deg, var(--splash-blue-deep) 0%, var(--splash-blue) 100%); border-radius: var(--radius-xl); }
.cta-panel::before, .cta-panel::after { position: absolute; width: 260px; height: 260px; border: 40px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.cta-panel::before { top: -150px; right: 8%; }
.cta-panel::after { right: -100px; bottom: -180px; }
.cta-content { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-content h2 { margin: 0; font-size: clamp(30px, 5vw, 50px); line-height: 1.25; }
.cta-content p { max-width: 620px; margin: 14px 0 0; color: rgba(255,255,255,.84); }
.cta-actions { display: flex; flex: 0 0 auto; gap: 12px; }

.page-hero { padding: 56px 0 44px; background: linear-gradient(180deg, #e8f8ff, #f8fcff); text-align: center; }
.page-hero + .section { padding-top: 56px; }
.page-hero h1 { margin: 0; color: var(--splash-navy); font-size: clamp(38px, 6vw, 62px); line-height: 1.2; }
.page-hero p { margin: 12px 0 0; color: var(--splash-blue-deep); font-weight: 800; letter-spacing: .08em; }
.content-card { padding: clamp(26px, 5vw, 56px); background: #fff; border: 1px solid var(--splash-line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2 { margin-top: 2em; color: var(--splash-navy); font-size: 28px; }
.entry-content h3 { margin-top: 1.7em; color: var(--splash-navy); font-size: 22px; }
.entry-content a { color: var(--splash-blue-deep); text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 64px 0 28px; color: rgba(255,255,255,.8); background: var(--splash-navy); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 50px; }
.footer-logo { width: 144px; }
.footer-about { max-width: 390px; margin-top: 18px; color: rgba(255,255,255,.64); font-size: 14px; }
.footer-heading { margin: 0 0 14px; color: #fff; font-size: 14px; letter-spacing: .08em; }
.footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.footer-links a:hover { color: #fff; }
.footer-social { display: flex; flex-wrap: wrap; gap: 9px; }
.footer-social a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; color: #fff; background: rgba(255,255,255,.1); border-radius: 999px; font-size: 13px; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.56); font-size: 12px; }

.empty-state { padding: 50px 24px; text-align: center; background: #fff; border: 2px dashed var(--splash-line); border-radius: var(--radius-lg); }
.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; background: #fff; border: 1px solid var(--splash-line); border-radius: 12px; font-weight: 750; }
.page-numbers.current { color: #fff; background: var(--splash-blue); border-color: var(--splash-blue); }

@media (max-width: 980px) {
  .header-inner { min-height: 72px; gap: 12px; }
  .site-brand img { width: 124px; }
  .menu-toggle { display: inline-flex; margin-left: 0; }
  .header-ticket { min-height: 44px; margin-left: auto; padding: 0 15px; }
  .primary-nav { position: fixed; inset: 72px 0 auto; max-height: calc(100vh - 72px); overflow-y: auto; padding: 18px 20px 30px; background: rgba(255,255,255,.98); border-top: 1px solid var(--splash-line); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
  .menu-open .primary-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav ul { display: grid; gap: 4px; }
  .primary-nav a { padding: 15px 16px; font-size: 16px; }
  .hero { min-height: 630px; }
  .hero-content { width: min(620px, 78%); }
  .welcome-card { grid-template-columns: 1fr 1fr; }
  .welcome-intro { grid-column: 1 / -1; }
  .welcome-point:first-of-type { border-left: 0; }
  .event-feature, .about-grid { grid-template-columns: 1fr; }
  .event-image { min-height: 420px; }
  .photo-stack { min-height: 470px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-preview { grid-template-columns: 1fr; gap: 28px; }
  .cta-content { display: grid; }
  .footer-grid { grid-template-columns: 1.2fr .8fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-shell { width: min(calc(100% - 28px), var(--site-width)); }
  .section { padding: 72px 0; }
  .page-hero { padding: 46px 0 36px; }
  .page-hero + .section { padding-top: 42px; }
  .section--compact { padding: 58px 0; }
  .header-ticket { width: 44px; padding: 0; }
  .header-ticket span { display: none; }
  .header-ticket-icon { width: 24px; height: 24px; }
  .hero { min-height: 720px; align-items: end; }
  .hero-media img { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(245,253,255,.3) 0%, rgba(245,253,255,.8) 42%, rgba(245,253,255,.98) 72%); }
  .hero-content { width: 100%; padding: 250px 0 84px; }
  .hero h1 { font-size: 52px; }
  .hero h1 span { font-size: 30px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .welcome-strip { margin-top: -28px; }
  .welcome-card { grid-template-columns: 1fr; }
  .welcome-intro { grid-column: auto; }
  .welcome-point { border-top: 1px solid var(--splash-line); border-left: 0; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 18px; }
  .event-image { min-height: 340px; }
  .event-content { padding: 30px 22px 34px; }
  .event-facts li { grid-template-columns: 76px 1fr; }
  .photo-stack { min-height: 390px; }
  .photo-card--main { inset: 0 35px 40px 0; }
  .photo-card--sub { width: 52%; height: 42%; }
  .card-grid { grid-template-columns: 1fr; }
  .faq-answer { padding-left: 22px; }
  .cta-panel { padding: 36px 24px; }
  .cta-actions { display: grid; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Event detail enhancements */
.event-detail-section { margin-top: 42px; }
.event-detail-section h2 { margin: 0 0 18px; color: var(--splash-navy); font-size: clamp(24px, 3vw, 32px); }
.event-map { overflow: hidden; margin-bottom: 14px; border: 1px solid var(--splash-line); border-radius: var(--radius-lg); box-shadow: 0 10px 24px rgba(6,52,85,.08); }
.event-map iframe { display: block; width: 100%; height: 420px; border: 0; }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--splash-line); border-radius: var(--radius-md); }
.price-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.price-table th, .price-table td { padding: 16px 18px; text-align: left; border-bottom: 1px solid var(--splash-line); }
.price-table th { color: var(--splash-navy); background: var(--splash-sky); font-size: 13px; white-space: nowrap; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td[data-label="金額"] { color: var(--splash-blue-deep); white-space: nowrap; }
.event-rich-notes { padding: 26px; background: #fff9e7; border: 1px solid #ffe29a; border-radius: var(--radius-md); }
.event-rich-notes h2 { color: #7a5200; }
.event-rich-notes ul, .event-rich-notes ol { padding-left: 1.5em; }
.event-rich-notes li + li { margin-top: 8px; }
@media (max-width: 680px) {
  .event-map iframe { height: 320px; }
  .event-rich-notes { padding: 21px; }
}


/* Generated UI assets and Splash! guide character */
.header-ticket-icon { display: block; width: 26px; height: 26px; object-fit: contain; }
.button-arrow { width: 9px; height: 9px; margin-left: 2px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.guide-character-stage { position: relative; min-height: 560px; overflow: hidden; background: radial-gradient(circle at 32% 28%, #fff 0 20%, #eaf9ff 56%, #ccefff 100%); border: 1px solid var(--splash-line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.guide-character-stage::before { position: absolute; top: 45px; left: 44px; width: 220px; height: 220px; border: 34px solid rgba(45,178,255,.10); border-radius: 50%; content: ""; }
.guide-character-stage > img { position: absolute; right: -4px; bottom: -54px; width: min(58%, 300px); height: auto; filter: drop-shadow(0 18px 22px rgba(6,52,85,.14)); }
.guide-speech { position: absolute; z-index: 2; top: 48px; left: 36px; max-width: 245px; padding: 18px 20px; color: var(--splash-navy); background: #fff; border: 1px solid var(--splash-line); border-radius: 20px 20px 4px 20px; box-shadow: var(--shadow-soft); font-weight: 800; line-height: 1.65; }
.guide-label { position: absolute; z-index: 2; bottom: 24px; left: 28px; padding: 7px 12px; color: #fff; background: var(--splash-blue-deep); border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.faq-guide { display: grid; grid-template-columns: 220px 1fr; align-items: center; overflow: hidden; margin-bottom: 38px; background: linear-gradient(135deg, #e9f9ff, #fff); border: 1px solid var(--splash-line); border-radius: var(--radius-lg); }
.faq-guide-character { position: relative; align-self: stretch; min-height: 250px; overflow: hidden; background: radial-gradient(circle, #fff, #d9f4ff); }
.faq-guide-character img { position: absolute; top: 8px; left: 50%; width: 190px; height: auto; transform: translateX(-50%); }
.faq-guide-copy { padding: 32px 34px; }
.faq-guide-copy h2 { margin: 6px 0 14px; color: var(--splash-navy); font-size: clamp(24px, 3vw, 34px); line-height: 1.4; }
.faq-guide-copy > p:last-child { margin: 0; color: var(--splash-muted); font-weight: 650; line-height: 1.8; }
@media (max-width: 680px) {
  .guide-character-stage { min-height: 520px; }
  .guide-character-stage > img { right: -8px; bottom: -26px; width: 68%; }
  .guide-speech { top: 24px; left: 20px; max-width: 215px; padding: 14px 16px; font-size: 14px; }
  .faq-guide { grid-template-columns: 120px 1fr; }
  .faq-guide-character { min-height: 230px; }
  .faq-guide-character img { top: 22px; width: 170px; }
  .faq-guide-copy { padding: 24px 20px; }
  .faq-guide-copy h2 { font-size: 22px; }
}


/* Breadcrumbs */
.breadcrumb { color: #587184; background: #fff; border-bottom: 1px solid var(--splash-line); font-size: 12px; }
.breadcrumb ol { display: flex; align-items: center; gap: 11px; min-height: 44px; margin: 0; padding: 0; overflow-x: auto; list-style: none; white-space: nowrap; scrollbar-width: none; }
.breadcrumb ol::-webkit-scrollbar { display: none; }
.breadcrumb li { display: inline-flex; align-items: center; gap: 11px; }
.breadcrumb li + li::before { width: 7px; height: 7px; border-top: 1px solid #8aa0af; border-right: 1px solid #8aa0af; transform: rotate(45deg); content: ""; }
.breadcrumb a { color: var(--splash-blue-deep); font-weight: 750; }
.breadcrumb span[aria-current="page"] { display: inline-block; max-width: min(52vw, 520px); overflow: hidden; text-overflow: ellipsis; }

/* ABOUT SPLASH! page */
.about-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 28px; }
.about-page-hero { position: relative; overflow: hidden; min-height: 650px; background: linear-gradient(145deg, #eefaff 0%, #fff 46%, #d9f4ff 100%); }
.about-page-hero::before { position: absolute; top: -220px; right: -80px; width: 620px; height: 620px; border: 90px solid rgba(45,178,255,.10); border-radius: 50%; content: ""; }
.about-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; min-height: 650px; gap: clamp(30px, 6vw, 80px); }
.about-page-hero__copy { position: relative; z-index: 2; padding: 70px 0; }
.about-page-hero__copy h1 { max-width: 720px; margin: 0; color: var(--splash-navy); font-size: clamp(42px, 5.5vw, 68px); line-height: 1.25; letter-spacing: -.05em; }
.about-page-hero__copy > p:last-of-type { max-width: 670px; margin: 26px 0 0; color: #456477; font-size: 18px; font-weight: 600; line-height: 1.9; }
.about-page-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.about-page-character { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 28%, #fff 0 20%, #e8f8ff 55%, #cdefff 100%); border: 1px solid var(--splash-line); border-radius: var(--radius-xl); }
.about-page-character img { position: absolute; z-index: 1; left: 50%; bottom: 20px; width: auto; height: min(86%, 540px); max-width: 88%; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 20px 24px rgba(6,52,85,.13)); }
.about-page-character--hero { align-self: end; min-height: 610px; overflow: visible; background: transparent; border: 0; }
.about-page-character--hero img { left: 50%; bottom: 0; height: 580px; max-width: none; }
.about-page-character--hero .character-balloon { top: 105px; left: -78px; max-width: 225px; }
.character-balloon, .character-comment { color: var(--splash-navy); background: #fff; border: 1px solid var(--splash-line); box-shadow: var(--shadow-soft); font-weight: 750; line-height: 1.75; }
.character-balloon { position: absolute; z-index: 3; top: 62px; left: 0; max-width: 260px; padding: 18px 20px; border-radius: 20px 20px 4px 20px; }
.character-comment { margin: 26px 0; padding: 18px 21px; border-left: 5px solid var(--splash-blue); border-radius: 0 18px 18px 0; }
.about-story__grid, .about-flow__grid, .about-enjoy__grid { display: grid; align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-story__grid, .about-enjoy__grid { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); }
.about-flow__grid { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
.about-page-character--explain, .about-page-character--checklist, .about-page-character--fun { min-height: 600px; }
.about-story__copy > p:last-of-type, .about-enjoy__copy > p { color: var(--splash-muted); }
.about-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.about-feature-grid article, .about-value-cards article { padding: 24px; background: #fff; border: 1px solid var(--splash-line); border-radius: 20px; box-shadow: 0 10px 24px rgba(6,52,85,.05); }
.about-feature-grid article > span { color: var(--splash-blue-deep); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.about-feature-grid h3, .about-value-cards h3 { margin: 8px 0; color: var(--splash-navy); font-size: 18px; }
.about-feature-grid p, .about-value-cards p { margin: 0; color: var(--splash-muted); font-size: 14px; }
.about-values__heading > p { max-width: 510px; margin: 0; color: var(--splash-muted); }
.about-value-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.about-value-number { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: var(--splash-blue); border-radius: 15px; font-size: 13px; font-weight: 900; }
.about-step-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.about-step-list li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 18px; background: #f8fcff; border: 1px solid var(--splash-line); border-radius: 18px; }
.about-step-list li > span { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--splash-blue), var(--splash-blue-deep)); border-radius: 14px; font-weight: 900; }
.about-step-list h3 { margin: 0; color: var(--splash-navy); font-size: 17px; }
.about-step-list p { margin: 5px 0 0; color: var(--splash-muted); font-size: 14px; }
.about-check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.about-check-list li { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1px solid var(--splash-line); border-radius: 16px; font-weight: 750; }
.about-safety { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; gap: clamp(40px, 7vw, 86px); }
.about-safety__copy > p { max-width: 650px; color: var(--splash-muted); }
.about-page-character--safety { min-height: 650px; }
.about-page-character--safety .character-balloon { top: 30px; left: 24px; }
.about-page-character--safety img { left: 50%; bottom: 20px; height: 460px; }
@media (max-width: 980px) {
  .about-page-hero__grid { grid-template-columns: minmax(0, 1fr) 300px; }
  .about-page-hero__copy h1 { font-size: 48px; }
  .about-feature-grid { grid-template-columns: 1fr; }
  .about-story__grid, .about-flow__grid, .about-enjoy__grid, .about-safety { grid-template-columns: 1fr 1fr; gap: 34px; }
  .about-value-cards { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .about-links { display: grid; }
  .about-page-hero { min-height: auto; }
  .about-page-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .about-page-hero__copy { padding: 54px 0 10px; }
  .about-page-hero__copy h1 { font-size: 40px; }
  .about-page-hero__copy > p:last-of-type { font-size: 16px; }
  .about-page-character--hero { min-height: 510px; }
  .about-page-character--hero img { left: 50%; bottom: 0; height: 390px; max-width: 96%; }
  .about-page-character--hero .character-balloon { top: 18px; left: 50%; width: calc(100% - 28px); max-width: 280px; padding: 14px; font-size: 13px; transform: translateX(-50%); }
  .about-story__grid, .about-flow__grid, .about-enjoy__grid, .about-safety { grid-template-columns: 1fr; gap: 32px; }
  .about-page-character--explain, .about-page-character--checklist, .about-page-character--fun, .about-page-character--safety { min-height: 500px; }
  .about-page-character--explain img, .about-page-character--checklist img, .about-page-character--fun img { bottom: 24px; height: 440px; max-width: 92%; }
  .about-flow__copy { order: 2; }
  .about-page-character--checklist { order: 1; }
  .about-safety__copy { order: 2; }
  .about-page-character--safety { order: 1; }
  .about-page-character--safety { min-height: 620px; }
  .about-page-character--safety img { left: 50%; bottom: 16px; height: 440px; max-width: 92%; }
  .about-page-character--safety .character-balloon { top: 18px; left: 50%; width: calc(100% - 28px); max-width: 280px; padding: 14px; font-size: 13px; transform: translateX(-50%); }
  .about-values__heading { display: block; }
  .about-values__heading > p { margin-top: 18px; }
  .about-feature-grid { grid-template-columns: 1fr; }
}


/* Mobile readability refinements */
@media (max-width: 680px) {
  .content-card { padding: 20px; border-radius: 20px; }
  .event-facts li { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .event-facts span { font-size: 12px; }
  .event-facts strong { overflow-wrap: anywhere; line-height: 1.7; }
  .event-detail-section { margin-top: 34px; }
  .event-detail-section h2 { margin-bottom: 14px; font-size: 23px; }
  .price-table-wrap { overflow: visible; border: 0; border-radius: 0; }
  .price-table { min-width: 0; border-collapse: separate; background: transparent; }
  .price-table thead { display: none; }
  .price-table tbody { display: grid; gap: 14px; }
  .price-table tr { display: block; padding: 14px 16px; background: #fff; border: 1px solid var(--splash-line); border-radius: 16px; box-shadow: 0 8px 18px rgba(6,52,85,.05); }
  .price-table th, .price-table td { display: block; padding: 9px 0; border-bottom: 1px solid var(--splash-line); }
  .price-table td::before { display: block; margin-bottom: 2px; color: var(--splash-muted); font-size: 11px; font-weight: 850; content: attr(data-label); }
  .price-table td:last-child { border-bottom: 0; }
  .price-table td:nth-child(3) { white-space: normal; }
  .faq-guide { grid-template-columns: 1fr; }
  .faq-guide-character { min-height: 300px; }
  .faq-guide-character img { top: 18px; width: 190px; }
  .faq-guide-copy { padding: 24px 20px 28px; }
  .about-step-list li { grid-template-columns: 1fr; gap: 12px; padding: 16px; }
  .about-feature-grid article, .about-value-cards article { padding: 20px; }
  .character-comment { padding: 16px; }
}


/* Event detail order and grouped pricing */
.event-facts--supplemental { margin-top: 28px; }
.price-table td[rowspan] { vertical-align: middle; color: var(--splash-navy); background: #f7fcff; border-right: 1px solid var(--splash-line); font-weight: 850; }
.event-price-summary, .event-eligibility { padding: 22px 24px; border-radius: var(--radius-md); font-weight: 700; line-height: 1.8; }
.event-price-summary { color: var(--splash-navy); background: #f7fcff; border: 1px solid var(--splash-line); }
.event-eligibility { color: var(--splash-navy); background: #eaf8ff; border: 1px solid #bfe9ff; }
.event-eligibility p, .event-price-summary p { margin: 0; }
@media (max-width: 680px) {
  .price-table tr::before { display: block; padding: 0 0 9px; color: var(--splash-navy); border-bottom: 1px solid var(--splash-line); font-weight: 850; white-space: pre-line; content: "券種\A" attr(data-ticket-type); }
  .price-table td[data-label="券種"] { display: none; }
  .price-table td[data-label="金額"] { color: var(--splash-blue-deep); white-space: normal; }
  .event-price-summary, .event-eligibility { padding: 18px; }
}


/* Rich participation conditions and external notes heading */
.event-eligibility p:first-child, .event-rich-notes p:first-child { margin-top: 0; }
.event-eligibility p:last-child, .event-rich-notes p:last-child { margin-bottom: 0; }
.event-eligibility ul, .event-eligibility ol { margin: 0; padding-left: 1.5em; }
.event-eligibility li + li { margin-top: 8px; }


/* Mobile pricing grouped by ticket type */
@media (min-width: 681px) {
  .price-table-group:not(:last-child) tr:last-child td { border-bottom: 1px solid var(--splash-line); }
}
@media (max-width: 680px) {
  .price-table { display: block; }
  .price-table tbody.price-table-group { display: block; padding: 0 16px; overflow: hidden; background: #fff; border: 1px solid var(--splash-line); border-radius: 16px; box-shadow: 0 8px 18px rgba(6,52,85,.05); }
  .price-table-group::before { display: block; margin: 0 -16px; padding: 14px 16px; color: var(--splash-navy); background: #eaf8ff; border-bottom: 1px solid var(--splash-line); font-weight: 850; white-space: pre-line; content: "券種\A" attr(data-ticket-type); }
  .price-table-group tr { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 0 18px; padding: 16px 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .price-table-group tr + tr { border-top: 1px solid var(--splash-line); }
  .price-table-group tr::before { display: none; content: none; }
  .price-table-group td { display: block; min-width: 0; padding: 0; border: 0; overflow-wrap: anywhere; }
  .price-table-group td::before { margin-bottom: 4px; }
  .price-table-group td[data-label="券種"] { display: none; }
  .price-table-group td[data-label="服装条件"] { grid-column: 1; }
  .price-table-group td[data-label="金額"] { grid-column: 2; }
  .price-table-group td[data-label="備考"] { grid-column: 1 / -1; margin-top: 12px; padding-top: 10px; border-top: 1px dashed var(--splash-line); }
}

@media (max-width: 680px) {
  .price-table-group + .price-table-group { margin-top: 14px; }
}


/* Keep participation and notes lists visually independent */
.event-eligibility ul, .event-rich-notes ul { list-style: disc outside; }
.event-eligibility ol, .event-rich-notes ol { list-style: decimal outside; }
.event-eligibility li, .event-rich-notes li { display: list-item; }
.event-eligibility li + li, .event-rich-notes li + li { margin-top: 12px; }
.event-eligibility li > ul, .event-eligibility li > ol, .event-rich-notes li > ul, .event-rich-notes li > ol { margin-top: 10px; }


/* Align list text in participation and notes boxes */
.event-eligibility, .event-rich-notes { padding: 24px; }
.event-eligibility ul, .event-rich-notes ul { margin: 0; padding: 0; list-style: none; }
.event-eligibility ul > li, .event-rich-notes ul > li { position: relative; padding-left: 1.45em; }
.event-eligibility ul > li::before, .event-rich-notes ul > li::before { position: absolute; top: 0; left: 0; content: "•"; }
.event-eligibility li:has(> ul:only-child), .event-rich-notes li:has(> ul:only-child) { margin: 0; padding-left: 0; }
.event-eligibility li:has(> ul:only-child)::before, .event-rich-notes li:has(> ul:only-child)::before { content: none; }
@media (max-width: 680px) {
  .event-eligibility, .event-rich-notes { padding: 18px; }
}


/* Friendly ABOUT SPLASH! redesign */
.about-page {
  --about-coral: #ff8f70;
  --about-yellow: #ffd96a;
  --about-mint: #83dfc0;
  --about-lilac: #c9b8ff;
  overflow: hidden;
  color: var(--splash-navy);
  background: #fffdf8;
  font-family: ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}
.about-page .section-title { letter-spacing: -.035em; line-height: 1.35; }
.about-page .eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  color: #075888;
  background: #fff;
  border: 2px solid #a9e3ff;
  border-radius: 999px;
  box-shadow: 3px 4px 0 #bfeaff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}
.about-page-hero {
  min-height: 680px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,217,106,.42) 0 44px, transparent 45px),
    radial-gradient(circle at 86% 16%, rgba(131,223,192,.34) 0 74px, transparent 75px),
    linear-gradient(145deg, #eaf9ff 0%, #fff 45%, #fff3df 100%);
  border-radius: 0 0 58px 58px;
}
.about-page-hero::before {
  top: auto;
  right: -90px;
  bottom: -240px;
  border-color: rgba(45,178,255,.08);
}
.about-page-hero::after {
  position: absolute;
  top: 90px;
  left: 48%;
  width: 16px;
  height: 16px;
  background: var(--about-coral);
  border-radius: 50%;
  box-shadow: 30px 28px 0 var(--about-yellow), -18px 48px 0 var(--about-mint);
  content: "";
}
.about-page-hero__grid { min-height: 680px; }
.about-page-hero__copy h1 { font-size: clamp(42px, 5.4vw, 70px); line-height: 1.22; }
.about-page-hero__copy > p:last-of-type { max-width: 630px; color: #355d73; font-size: 18px; }
.about-page .button { border-radius: 999px; }
.about-page-character--hero .character-balloon {
  color: #704500;
  background: #fff7d7;
  border: 2px solid #ffd873;
  box-shadow: 5px 6px 0 rgba(255,199,70,.25);
  transform: rotate(-2deg);
}
.about-story { position: relative; background: transparent; }
.about-story::before {
  position: absolute;
  top: 70px;
  left: -70px;
  width: 180px;
  height: 180px;
  background: #e7f8ff;
  border-radius: 45% 55% 63% 37%;
  content: "";
}
.about-story__grid {
  position: relative;
  padding: clamp(24px, 4vw, 52px);
  background: #fff;
  border: 2px solid #d8f2ff;
  border-radius: 48px;
  box-shadow: 10px 12px 0 #e8f7fd;
}
.about-page-character--explain { border-radius: 54px 54px 120px 54px; }
.about-page .character-comment {
  position: relative;
  padding: 20px 23px;
  color: #704500;
  background: #fff6d8;
  border: 2px solid #ffe094;
  border-left: 2px solid #ffe094;
  border-radius: 24px;
  box-shadow: 4px 5px 0 #fff0bd;
  transform: rotate(-.6deg);
}
.about-page .character-comment::after {
  position: absolute;
  bottom: -11px;
  left: 34px;
  width: 18px;
  height: 18px;
  background: #fff6d8;
  border-right: 2px solid #ffe094;
  border-bottom: 2px solid #ffe094;
  transform: rotate(45deg);
  content: "";
}
.about-feature-grid { gap: 18px; }
.about-feature-grid article, .about-value-cards article {
  border: 0;
  border-radius: 28px;
  box-shadow: 5px 7px 0 rgba(6,52,85,.08);
}
.about-feature-grid article:nth-child(1) { background: #e9f8ff; transform: rotate(-1deg); }
.about-feature-grid article:nth-child(2) { background: #fff5cf; transform: rotate(1.2deg); }
.about-feature-grid article:nth-child(3) { background: #eef9ef; transform: rotate(-.7deg); }
.about-feature-grid article > span { display: inline-grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--splash-blue); border-radius: 50%; }
.about-scene {
  position: relative;
  padding-top: 30px;
  color: #fff;
  background: linear-gradient(145deg, #073b5e, #075f8d);
  border-radius: 64px;
}
.about-scene::before, .about-scene::after {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255,255,255,.08);
  border-radius: 50%;
  content: "";
}
.about-scene::before { top: 50px; left: -38px; }
.about-scene::after { right: -38px; bottom: 80px; }
.about-scene__heading { display: grid; justify-items: center; max-width: 760px; margin: 0 auto 38px; text-align: center; }
.about-scene__heading .eyebrow { color: #704500; background: #fff3ba; border-color: #ffd96a; box-shadow: 3px 4px 0 rgba(255,217,106,.28); }
.about-scene__heading .section-title { margin-bottom: 16px; color: #fff; }
.about-scene__heading > p:last-child { margin: 0; color: #d7f2ff; font-weight: 650; line-height: 1.9; }
.about-scene__figure {
  position: relative;
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 38px;
  box-shadow: 0 24px 55px rgba(0,20,38,.35);
  transform: rotate(-.35deg);
}
.about-scene__figure img { display: block; width: 100%; height: auto; border-radius: 30px; }
.about-scene__figure figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 18px 12px 10px;
}
.about-scene__figure figcaption span {
  padding: 8px 14px;
  color: #075888;
  background: #e8f8ff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}
.about-values {
  margin: 80px 0;
  background: #f0fbff;
  border-radius: 64px;
}
.about-values__heading { align-items: end; }
.about-value-cards { gap: 24px; }
.about-value-cards article { position: relative; padding: 28px; }
.about-value-cards article:nth-child(1) { background: #fff; transform: rotate(-1deg); }
.about-value-cards article:nth-child(2) { background: #fff7da; transform: translateY(14px) rotate(1deg); }
.about-value-cards article:nth-child(3) { background: #eef8ef; transform: rotate(-.8deg); }
.about-value-number { background: var(--about-coral); border-radius: 50%; }
.about-flow { background: transparent; }
.about-flow__grid { padding: clamp(24px, 4vw, 52px); background: #fff; border: 2px dashed #b9e7fb; border-radius: 48px; }
.about-step-list { gap: 16px; }
.about-step-list li { background: #fffdf6; border: 0; border-radius: 24px; box-shadow: 4px 5px 0 #f1f4f5; }
.about-step-list li:nth-child(even) { background: #f0faff; }
.about-step-list li > span { background: var(--splash-blue); border-radius: 50%; box-shadow: 2px 3px 0 #b7e5fb; }
.about-enjoy {
  margin-top: 80px;
  background: #fff4df;
  border-radius: 64px;
}
.about-check-list li { border: 0; border-radius: 999px; box-shadow: 3px 4px 0 #f1ddba; }
.about-safety {
  padding: clamp(24px, 4vw, 50px);
  background: #edfaff;
  border-radius: 48px;
}
.about-page-character--safety { background: radial-gradient(circle at 50% 28%, #fff 0 20%, #fff5d6 58%, #ffe8b4 100%); border-color: #ffdda0; }
.about-page .cta-panel { border-radius: 38px; transform: rotate(-.25deg); }
@media (max-width: 980px) {
  .about-feature-grid article, .about-value-cards article { transform: none !important; }
  .about-values { margin: 50px 0; }
}
@media (max-width: 680px) {
  .about-page-hero { border-radius: 0 0 36px 36px; }
  .about-page-hero__copy h1 { font-size: 39px; }
  .about-page-hero::after { display: none; }
  .about-story__grid, .about-flow__grid, .about-safety { padding: 18px; border-radius: 32px; }
  .about-story__grid { box-shadow: 6px 7px 0 #e8f7fd; }
  .about-feature-grid article, .about-value-cards article { padding: 21px; }
  .about-scene { padding-top: 70px; border-radius: 38px; }
  .about-scene__heading { margin-bottom: 26px; text-align: left; justify-items: start; }
  .about-scene__figure { padding: 5px; border-radius: 24px; transform: none; }
  .about-scene__figure img { border-radius: 19px; }
  .about-scene__figure figcaption { display: grid; grid-template-columns: 1fr; padding: 14px 8px 7px; }
  .about-scene__figure figcaption span { text-align: center; }
  .about-values, .about-enjoy { margin: 42px 0; border-radius: 38px; }
  .about-value-cards article:nth-child(2) { transform: none; }
  .about-page .character-comment { transform: none; }
}

@media (max-width: 680px) {
  .about-page-character--hero .character-balloon { transform: translateX(-50%) rotate(-2deg); }
  .about-page-character--safety .character-balloon { top: 64px; }
}


/* Friendly TOP page redesign */
.front-page-friendly {
  --home-coral: #ff8f70;
  --home-yellow: #ffd96a;
  --home-mint: #83dfc0;
  overflow: hidden;
  color: var(--splash-navy);
  background: #fffdf8;
  font-family: ui-rounded, "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}
.front-page-friendly .section-title { letter-spacing: -.035em; line-height: 1.35; }
.front-page-friendly .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 15px;
  color: #075888;
  background: #fff;
  border: 2px solid #a9e3ff;
  border-radius: 999px;
  box-shadow: 3px 4px 0 #bfeaff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: none;
}
.front-page-friendly .button { border-radius: 999px; }
.front-page-friendly .hero {
  min-height: 710px;
  border-radius: 0 0 58px 58px;
}
.front-page-friendly .hero-media img { object-position: center center; }
.front-page-friendly .hero-overlay {
  background: linear-gradient(90deg, rgba(247,254,255,.98) 0%, rgba(247,254,255,.93) 34%, rgba(247,254,255,.55) 49%, rgba(247,254,255,.08) 67%, rgba(247,254,255,0) 100%);
}
.front-page-friendly .hero::before {
  position: absolute;
  z-index: 2;
  top: 80px;
  left: 48%;
  width: 15px;
  height: 15px;
  background: var(--home-coral);
  border-radius: 50%;
  box-shadow: 28px 25px 0 var(--home-yellow), -18px 48px 0 var(--home-mint);
  content: "";
}
.front-page-friendly .hero-kicker {
  color: #704500;
  background: #fff5c9;
  border: 2px solid #ffd873;
  box-shadow: 3px 4px 0 rgba(255,199,70,.25);
  transform: rotate(-1deg);
}
.front-page-friendly .hero-kicker::before { background: var(--home-coral); box-shadow: 0 0 0 5px rgba(255,143,112,.16); }
.front-page-friendly .hero h1 span { color: #078bd8; line-height: 1.24; }
.front-page-friendly .welcome-card {
  overflow: visible;
  border: 0;
  border-radius: 36px;
  box-shadow: 8px 10px 0 rgba(6,52,85,.08);
}
.front-page-friendly .welcome-intro { background: linear-gradient(145deg, #075888, #0879a9); border-radius: 36px 0 0 36px; }
.front-page-friendly .welcome-point:nth-child(2) { background: #fff7d8; }
.front-page-friendly .welcome-point:nth-child(3) { background: #edfaef; border-radius: 0 36px 36px 0; }
.front-page-friendly .welcome-icon { border-radius: 50%; }
.front-page-friendly .home-next {
  margin: 80px 0;
  background: #edfaff;
  border-radius: 64px;
}
.front-page-friendly .event-feature {
  border: 0;
  border-radius: 42px;
  box-shadow: 9px 11px 0 #d9eef7;
}
.front-page-friendly .event-image { border-radius: 42px 0 0 42px; }
.front-page-friendly .event-status { border: 2px solid #a8e5c2; box-shadow: 2px 3px 0 rgba(89,190,132,.18); }
.front-page-friendly .event-facts li { border-bottom-style: dashed; }
.home-talk {
  position: relative;
  padding-top: 34px;
  color: #fff;
  background: linear-gradient(145deg, #26375f, #56305d 58%, #7b3d63);
  border-radius: 64px;
}
.home-talk::before, .home-talk::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
.home-talk::before {
  top: 54px;
  left: -45px;
  width: 150px;
  height: 150px;
  border: 26px solid rgba(255,255,255,.07);
}
.home-talk::after {
  right: -28px;
  bottom: 90px;
  width: 90px;
  height: 90px;
  background: rgba(255,217,106,.12);
}
.home-talk__heading { display: grid; justify-items: center; max-width: 750px; margin: 0 auto 38px; text-align: center; }
.home-talk__heading .eyebrow { color: #704500; background: #fff3ba; border-color: #ffd96a; box-shadow: 3px 4px 0 rgba(255,217,106,.25); }
.home-talk__heading .section-title { margin-bottom: 16px; color: #fff; }
.home-talk__heading > p:last-child { margin: 0; color: #f1dff0; font-weight: 650; line-height: 1.9; }
.home-talk__figure {
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 38px;
  box-shadow: 0 24px 55px rgba(18,9,30,.38);
  transform: rotate(.35deg);
}
.home-talk__figure img { width: 100%; border-radius: 30px; }
.home-talk__figure figcaption { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 18px 12px 10px; }
.home-talk__figure figcaption span { padding: 8px 14px; color: #553057; background: #faeafa; border-radius: 999px; font-size: 13px; font-weight: 850; }
.front-page-friendly .home-about {
  padding-top: 112px;
  background: transparent;
}
.front-page-friendly .home-about .about-grid {
  padding: clamp(24px, 4vw, 52px);
  background: #fff;
  border: 2px solid #d8f2ff;
  border-radius: 48px;
  box-shadow: 9px 11px 0 #e7f6fc;
}
.front-page-friendly .guide-character-stage {
  min-height: 560px;
  background: radial-gradient(circle at 50% 28%, #fff 0 18%, #fff7da 58%, #ffe7aa 100%);
  border: 2px solid #ffdda0;
  border-radius: 52px 52px 115px 52px;
}
.front-page-friendly .guide-character-stage > img {
  right: 18px;
  bottom: 18px;
  width: min(48%, 235px);
}
.front-page-friendly .guide-speech { color: #704500; background: #fff; border: 2px solid #ffd991; border-radius: 24px 24px 6px 24px; box-shadow: 4px 5px 0 #ffedc4; }
.front-page-friendly .guide-label { background: var(--home-coral); }
.front-page-friendly .reassurance-list li {
  border: 0;
  border-radius: 24px;
  box-shadow: 4px 5px 0 rgba(6,52,85,.06);
}
.front-page-friendly .reassurance-list li:nth-child(1) { background: #eaf8ff; }
.front-page-friendly .reassurance-list li:nth-child(2) { background: #fff5d2; }
.front-page-friendly .reassurance-list li:nth-child(3) { background: #edf9ef; }
.front-page-friendly .home-news {
  margin: 80px 0;
  background: #f0fbff;
  border-radius: 64px;
}
.front-page-friendly .news-card { border: 0; border-radius: 30px; box-shadow: 5px 7px 0 rgba(6,52,85,.08); }
.front-page-friendly .news-card:nth-child(1) { transform: rotate(-.6deg); }
.front-page-friendly .news-card:nth-child(2) { transform: translateY(10px) rotate(.7deg); }
.front-page-friendly .news-card:nth-child(3) { transform: rotate(-.4deg); }
.front-page-friendly .news-thumb { border-radius: 30px 30px 0 0; }
.front-page-friendly .home-faq { background: #fff8e8; border-radius: 64px; }
.front-page-friendly .faq-item { border: 0; border-radius: 24px; box-shadow: 4px 5px 0 #efdcb8; }
.front-page-friendly .faq-q { color: #fff; background: var(--home-coral); border-radius: 50%; }
.front-page-friendly .home-cta .cta-panel { border-radius: 38px; transform: rotate(-.25deg); }
@media (max-width: 980px) {
  .front-page-friendly .event-image { border-radius: 42px 42px 0 0; }
  .front-page-friendly .news-card { transform: none !important; }
}
@media (max-width: 680px) {
  .front-page-friendly .hero { min-height: 760px; border-radius: 0 0 36px 36px; }
  .front-page-friendly .hero::before { display: none; }
  .front-page-friendly .hero-media img { object-position: 72% center; }
  .front-page-friendly .hero-overlay { background: linear-gradient(180deg, rgba(247,254,255,.12) 0%, rgba(247,254,255,.38) 28%, rgba(247,254,255,.88) 52%, rgba(247,254,255,.99) 72%); }
  .front-page-friendly .hero h1 { font-size: 50px; }
  .front-page-friendly .hero h1 span { font-size: 29px; }
  .front-page-friendly .welcome-card { border-radius: 28px; box-shadow: 6px 7px 0 rgba(6,52,85,.08); }
  .front-page-friendly .welcome-intro { border-radius: 28px 28px 0 0; }
  .front-page-friendly .welcome-point:nth-child(3) { border-radius: 0 0 28px 28px; }
  .front-page-friendly .home-next, .front-page-friendly .home-news { margin: 46px 0; border-radius: 38px; }
  .front-page-friendly .event-feature { border-radius: 30px; box-shadow: 6px 7px 0 #d9eef7; }
  .front-page-friendly .event-image { border-radius: 30px 30px 0 0; }
  .home-talk { padding-top: 70px; border-radius: 38px; }
  .home-talk__heading { justify-items: start; margin-bottom: 26px; text-align: left; }
  .home-talk__figure { padding: 5px; border-radius: 24px; transform: none; }
  .home-talk__figure img { border-radius: 19px; }
  .home-talk__figure figcaption { display: grid; grid-template-columns: 1fr; padding: 14px 8px 7px; }
  .home-talk__figure figcaption span { text-align: center; }
  .front-page-friendly .home-about { padding-top: 72px; }
  .front-page-friendly .home-about .about-grid { padding: 18px; border-radius: 32px; box-shadow: 6px 7px 0 #e7f6fc; }
  .front-page-friendly .guide-character-stage { min-height: 540px; border-radius: 36px 36px 82px 36px; }
  .front-page-friendly .guide-character-stage > img { right: 50%; bottom: 18px; width: min(66%, 230px); transform: translateX(50%); }
  .front-page-friendly .home-faq { border-radius: 38px; }
  .front-page-friendly .home-cta .cta-panel { transform: none; }
}

@media (max-width: 680px) {
  .front-page-friendly .guide-character-stage { min-height: 650px; }
  .front-page-friendly .guide-character-stage > img { width: min(62%, 210px); }
}


/* Two ways to enjoy Splash! on TOP */
.home-moments {
  position: relative;
  background: linear-gradient(145deg, #f5f0ff, #fff7ef);
  border-radius: 64px;
}
.home-moments::before {
  position: absolute;
  top: 50px;
  left: -42px;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(116,78,148,.08);
  border-radius: 50%;
  content: "";
}
.home-moments__heading { display: grid; justify-items: center; max-width: 760px; margin: 0 auto 40px; text-align: center; }
.home-moments__heading > p:last-child { max-width: 650px; margin: 18px 0 0; color: var(--splash-muted); font-weight: 650; }
.home-moments__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
.home-moment-card { overflow: hidden; background: #fff; border-radius: 38px; box-shadow: 7px 9px 0 rgba(54,38,72,.09); }
.home-moment-card--talk { transform: rotate(-.45deg); }
.home-moment-card--game { transform: translateY(12px) rotate(.5deg); }
.home-moment-card figure { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.home-moment-card figure img { width: 100%; height: 100%; object-fit: cover; }
.home-moment-card > div { padding: 24px 26px 28px; }
.home-moment-card > div > span { display: inline-block; padding: 5px 10px; color: #fff; background: #76518f; border-radius: 999px; font-size: 11px; font-weight: 900; }
.home-moment-card--game > div > span { color: #704500; background: #ffd96a; }
.home-moment-card h3 { margin: 10px 0 8px; color: var(--splash-navy); font-size: 26px; line-height: 1.35; }
.home-moment-card p { margin: 0; color: var(--splash-muted); }
.home-moments__action { display: flex; justify-content: center; margin-top: 42px; }

/* Full talk scene on ABOUT */
.about-talk-scene {
  position: relative;
  padding-top: 30px;
  color: #fff;
  background: linear-gradient(145deg, #26375f, #56305d 58%, #7b3d63);
  border-radius: 64px;
}
.about-talk-scene::before, .about-talk-scene::after { position: absolute; border-radius: 50%; content: ""; }
.about-talk-scene::before { top: 50px; left: -38px; width: 120px; height: 120px; border: 22px solid rgba(255,255,255,.07); }
.about-talk-scene::after { right: -38px; bottom: 80px; width: 100px; height: 100px; background: rgba(255,217,106,.10); }
.about-talk-scene__heading { display: grid; justify-items: center; max-width: 760px; margin: 0 auto 38px; text-align: center; }
.about-talk-scene__heading .eyebrow { color: #704500; background: #fff3ba; border-color: #ffd96a; box-shadow: 3px 4px 0 rgba(255,217,106,.25); }
.about-talk-scene__heading .section-title { margin-bottom: 16px; color: #fff; }
.about-talk-scene__heading > p:last-child { margin: 0; color: #f1dff0; font-weight: 650; line-height: 1.9; }
.about-talk-scene__figure { margin: 0; padding: 8px; background: #fff; border-radius: 38px; box-shadow: 0 24px 55px rgba(18,9,30,.38); transform: rotate(.35deg); }
.about-talk-scene__figure img { width: 100%; border-radius: 30px; }
.about-talk-scene__figure figcaption { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; padding: 18px 12px 10px; }
.about-talk-scene__figure figcaption span { padding: 8px 14px; color: #553057; background: #faeafa; border-radius: 999px; font-size: 13px; font-weight: 850; }
@media (max-width: 680px) {
  .home-moments { border-radius: 38px; }
  .home-moments__heading { justify-items: start; margin-bottom: 28px; text-align: left; }
  .home-moments__grid { grid-template-columns: 1fr; gap: 20px; }
  .home-moment-card { border-radius: 28px; transform: none; }
  .home-moment-card > div { padding: 20px; }
  .home-moment-card h3 { font-size: 23px; }
  .home-moments__action { margin-top: 30px; }
  .about-talk-scene { padding-top: 70px; border-radius: 38px; }
  .about-talk-scene__heading { justify-items: start; margin-bottom: 26px; text-align: left; }
  .about-talk-scene__figure { padding: 5px; border-radius: 24px; transform: none; }
  .about-talk-scene__figure img { border-radius: 19px; }
  .about-talk-scene__figure figcaption { display: grid; grid-template-columns: 1fr; padding: 14px 8px 7px; }
  .about-talk-scene__figure figcaption span { text-align: center; }
}


/* Keep buttons readable inside rich-text content */
.entry-content a.button { text-decoration: none; }
.entry-content a.button--primary { color: #fff; }
.entry-content a.button--secondary { color: var(--splash-navy); }


/* Mobile hero: show the complete four-person group before the copy */
@media (max-width: 680px) {
  .front-page-friendly .hero {
    display: block;
    min-height: 0;
    padding-top: min(100vw, 430px);
    background: #f7feff;
  }
  .front-page-friendly .hero-media {
    inset: 0 0 auto;
    height: min(100vw, 430px);
  }
  .front-page-friendly .hero-media img {
    object-fit: cover;
    object-position: 95% center;
  }
  .front-page-friendly .hero-overlay {
    inset: 0 0 auto;
    height: min(100vw, 430px);
    background: linear-gradient(180deg, rgba(247,254,255,0) 68%, rgba(247,254,255,.96) 100%);
  }
  .front-page-friendly .hero-content {
    width: 100%;
    padding: 26px 0 72px;
  }
}


/* Rich text inside managed FAQ answers */
.faq-answer > :first-child { margin-top: 0; }
.faq-answer > :last-child { margin-bottom: 0; }


/* Soft bubbles over the mobile TOP hero image */
@media (max-width: 680px) {
  .front-page-friendly .hero-media::before,
  .front-page-friendly .hero-media::after {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    content: "";
  }
  .front-page-friendly .hero-media::before {
    right: -76px;
    bottom: -96px;
    width: 250px;
    height: 250px;
    background: rgba(255,255,255,.42);
    border: 34px solid rgba(255,255,255,.22);
    box-shadow: 0 0 40px rgba(255,255,255,.28);
  }
  .front-page-friendly .hero-media::after {
    right: 58px;
    bottom: 24px;
    width: 76px;
    height: 76px;
    background: rgba(255,255,255,.24);
    border: 12px solid rgba(255,255,255,.18);
    filter: blur(.3px);
  }
  .front-page-friendly .hero-overlay {
    background:
      radial-gradient(circle at 88% 82%, rgba(255,255,255,.20) 0 10%, transparent 31%),
      linear-gradient(180deg, rgba(247,254,255,0) 60%, rgba(247,254,255,.56) 82%, rgba(247,254,255,.98) 100%);
  }
}


/* NEWS single: featured image used as a soft title background */
.news-single-hero {
  position: relative;
  display: grid;
  min-height: clamp(330px, 42vw, 520px);
  overflow: hidden;
  padding: clamp(72px, 9vw, 116px) 0;
  place-items: center;
  isolation: isolate;
  background: #eaf8ff;
}
.news-single-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) brightness(1.08);
}
.news-single-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.88) 0 22%, rgba(246,252,255,.70) 52%, rgba(232,248,255,.55) 100%),
    linear-gradient(180deg, rgba(235,249,255,.48), rgba(255,255,255,.76));
  content: "";
}
.news-single-hero__content {
  position: relative;
  width: 100%;
  text-align: center;
}
.news-single-hero h1 {
  max-width: 1120px;
  margin: 18px auto 0;
  color: var(--splash-navy);
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.25;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(255,255,255,.96);
}
.news-single-hero p {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 6px 14px;
  color: var(--splash-blue-deep);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(130,211,248,.58);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(6,52,85,.08);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .08em;
}
.news-single-hero + .news-single-content {
  padding-top: 56px;
}
@media (max-width: 680px) {
  .news-single-hero {
    min-height: 300px;
    padding: 58px 0;
  }
  .news-single-hero__image {
    object-position: center;
  }
  .news-single-hero h1 {
    margin-top: 14px;
    font-size: clamp(30px, 9vw, 42px);
    line-height: 1.32;
  }
  .news-single-hero p {
    min-height: 30px;
    padding: 5px 12px;
    font-size: 12px;
  }
  .news-single-hero + .news-single-content {
    padding-top: 36px;
  }
}
