:root {
  --accent: #b0356a;
  --ground: #faf7f8;
  --surface: #ffffff;
  --ink: #2a1f2b;
  --muted: #6b5e6d;
  --line: #e6dce2;
  --line-green: #06c755;
  font-family: "Hiragino Sans", "Yu Gothic UI", "Meiryo", system-ui, sans-serif;
  color-scheme: light;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--ground); color: var(--ink); font-size: 15px; line-height: 1.75; padding-bottom: 88px; }
a { color: inherit; }
h1, h2 { line-height: 1.4; text-wrap: balance; margin: 0 0 12px; }
h1 { font-size: 24px; }
h2 { font-size: 18px; margin-top: 28px; }
.muted, small { color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 10; background: var(--surface); border-bottom: 1px solid var(--line); padding: 10px 16px; display: flex; flex-wrap: wrap; gap: 6px 20px; align-items: center; justify-content: space-between; }
.site-name { font-weight: 700; font-size: 18px; text-decoration: none; }
.site-nav { display: flex; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar, .filter-tabs::-webkit-scrollbar, .day-tabs::-webkit-scrollbar { display: none; }
.filter-tabs, .day-tabs { scrollbar-width: none; }
.site-nav a { text-decoration: none; padding: 6px 10px; border-radius: 6px; font-size: 14px; white-space: nowrap; }
.site-nav a.is-current { background: var(--accent); color: #fff; }
.site-main { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
.site-footer { text-align: center; font-size: 13px; padding: 32px 16px; border-top: 1px solid var(--line); margin-top: 40px; }

.hero { padding: 36px 0 12px; display: grid; gap: 10px; }
.hero-shop { color: var(--accent); font-weight: 700; margin: 0; letter-spacing: .06em; }
.hero h1 { font-size: clamp(24px, 6vw, 36px); margin: 0; }
.hero-meta { margin: 0; color: var(--muted); }
.hero-meta strong { color: var(--accent); font-size: 22px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.button-primary, .button-outline { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 2px solid var(--accent); font-size: 15px; cursor: pointer; }
.button-primary { background: var(--accent); color: #fff; }
.button-outline { background: transparent; color: var(--accent); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; }

.section { padding: 24px 0; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.section-head a { font-size: 14px; color: var(--accent); }
.empty { color: var(--muted); background: var(--surface); border: 1px dashed var(--line); border-radius: 10px; padding: 16px; }

.cast-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.cast-card { display: grid; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-decoration: none; }
.cast-card:hover { border-color: var(--accent); }
.cast-photo { aspect-ratio: 3 / 4; max-width: 100%; display: grid; place-items: center; font-size: 42px; color: #fff; background: linear-gradient(160deg, var(--accent), #3a2433); }
img.cast-photo { width: 100%; height: auto; object-fit: cover; display: block; }
.gallery { display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; max-width: 320px; border-radius: 12px; }
.gallery img { flex: 0 0 100%; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; scroll-snap-align: start; border-radius: 12px; }
.cast-photo.is-large { max-width: 320px; border-radius: 12px; font-size: 72px; }
.cast-body { padding: 10px 12px 12px; display: grid; gap: 2px; }
.cast-body p { margin: 0; }
.cast-badges { display: flex; flex-wrap: wrap; gap: 4px; min-height: 22px; }
.badge { font-size: 11px; font-weight: 700; padding: 1px 8px; border-radius: 999px; background: #f3e6ec; color: var(--accent); }
.badge.is-new { background: var(--accent); color: #fff; }
.badge.is-shift { background: #2a1f2b; color: #fff; font-variant-numeric: tabular-nums; }
.cast-name { font-weight: 700; }
.cast-name span, .cast-age { font-weight: 400; color: var(--muted); font-size: .9em; }
.cast-sizes { font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.cast-catch { font-size: 13px; }

.cast-detail { display: grid; gap: 16px; }
.prose { white-space: normal; max-width: 65ch; }
.week-list { list-style: none; padding: 0; margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.week-list li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.week-list li:last-child { border-bottom: 0; }
.week-time { font-weight: 700; }
.week-time.is-off { font-weight: 400; color: var(--muted); }

.filter-tabs, .day-tabs { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 12px; }
.filter-tabs a, .day-tabs a { flex: none; text-decoration: none; border: 1px solid var(--line); background: var(--surface); border-radius: 8px; padding: 6px 12px; font-size: 14px; display: grid; justify-items: center; line-height: 1.3; }
.filter-tabs a.is-current, .day-tabs a.is-current { background: var(--accent); border-color: var(--accent); color: #fff; }
.day-tabs a.is-current small { color: #fff; }
.pager { display: flex; justify-content: center; gap: 16px; padding: 16px; }

.diary-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.diary-card { display: grid; align-content: start; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-decoration: none; }
.diary-card:hover { border-color: var(--accent); }
.diary-card img { width: 100%; max-width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.diary-body { padding: 10px 12px 12px; display: grid; gap: 2px; }
.diary-body p { margin: 0; }
.diary-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; margin: 0 0 4px; }
.diary-meta a, .diary-meta span { color: var(--accent); font-weight: 700; }
.diary-title { font-weight: 700; }
.diary-excerpt { font-size: 13px; color: var(--muted); }
.diary-article { max-width: 680px; }
.diary-photo { width: 100%; max-width: 100%; height: auto; border-radius: 12px; margin: 8px 0 12px; }
.badge.is-wait-now { background: #1f7a4a; color: #fff; }
.badge.is-wait-full { background: #e7e1e5; color: var(--muted); }
.news-list { list-style: none; margin: 0; padding: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.news-list li + li { border-top: 1px solid var(--line); }
.news-item { display: grid; gap: 2px; padding: 12px 14px; text-decoration: none; }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }
.news-type { font-weight: 700; padding: 0 8px; border-radius: 999px; background: #efe8ec; color: var(--ink); }
.news-type.is-event { background: var(--accent); color: #fff; }
.news-period small { margin-left: 6px; }
.news-title { font-weight: 700; }
.event-period { font-weight: 700; color: var(--accent); }
.price-table { width: 100%; border-collapse: collapse; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.price-table th, .price-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.price-table small { display: block; }
.price-table .price { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.info-list { margin: 0; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; }
.info-list div { display: grid; grid-template-columns: 7em 1fr; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.info-list div:last-child { border-bottom: 0; }
.info-list dt { font-weight: 700; }
.info-list dd { margin: 0; }

.contact-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; display: flex; gap: 8px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); border-top: 1px solid var(--line); }
.contact-button { flex: 1; min-height: 52px; display: grid; place-content: center; text-align: center; border-radius: 12px; font-weight: 700; text-decoration: none; color: #fff; line-height: 1.2; }
.contact-button span { font-size: 12px; font-weight: 400; }
.contact-button.is-phone { background: var(--accent); }
.contact-button.is-line { background: var(--line-green); }

.age-page { display: grid; place-items: center; min-height: 100vh; padding: 16px; background: #1f171e; color: #f4ecf0; }
.age-box { max-width: 420px; text-align: center; display: grid; gap: 14px; }
.age-shop { margin: 0; color: #e7a9c4; font-weight: 700; }
.age-box form { display: grid; }
.age-leave { color: #bba9b4; font-size: 14px; }

@media (min-width: 720px) {
  .cast-detail { grid-template-columns: 320px 1fr; align-items: start; }
  .cast-detail > section { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto; } }
