:root {
  --bg: #f5f5f5;
  --bg-2: #ffffff;
  --card: #ffffff;
  --text: #222;
  --muted: #666;
  --accent: #e4007f;
  --accent-2: #ff5aa5;
  --gold: #c45c00;
  --line: #e6e6e6;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.card-img { width: 100%; height: 280px; object-fit: cover; object-position: center 12%; border-radius: 4px; margin-bottom: 12px; }
.hero-photos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 22px; }
.hero-photos img { width: 100%; height: 280px; object-fit: cover; object-position: top; border-radius: 6px; }
@media (max-width: 700px) {
  .hero-photos { grid-template-columns: 1fr; }
  .hero-photos img { height: 220px; }
}
.wrap { width: min(1120px, 94%); margin: 0 auto; }
header {
  position: sticky; top: 0; z-index: 20;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.logo { font-weight: 800; letter-spacing: .04em; }
.logo span { color: var(--accent); }
nav ul { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; font-size: 14px; }
nav a:hover { color: var(--accent); }
.hero {
  padding: 48px 0 36px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.kicker { color: var(--accent); letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.hero h1 { font-size: clamp(28px, 5vw, 44px); line-height: 1.25; margin: 10px 0 12px; }
.hero p { color: var(--muted); max-width: 640px; }
.note { font-size: 12px; color: #888; }
.btns { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: 11px 18px; border-radius: 4px;
  background: var(--accent); color: #fff; font-weight: 700;
}
.btn.gold { background: #222; color: #fff; }
.btn.ghost { background: #fff; color: var(--accent); border: 1px solid var(--accent); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
}
.card:hover { border-color: var(--accent); }
.card h3 { margin: 0 0 8px; font-size: 18px; }
.card p { color: var(--muted); margin: 0; }
.badge { display: inline-block; font-size: 11px; color: var(--accent); font-weight: 700; margin-bottom: 8px; }
.section { padding: 28px 0 36px; }
.section h2 {
  margin: 0 0 16px;
  font-size: 20px;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { border: 1px solid var(--line); padding: 12px; text-align: left; }
th { background: #fafafa; }
.cta, .cta-box {
  margin-top: 22px; padding: 18px;
  background: #fff0f6;
  border: 1px solid #ffd0e6;
  border-radius: 6px;
}
.sticky-cta {
  position: sticky; bottom: 0; z-index: 15;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 8px 0;
}
.sticky-cta .wrap { display: flex; justify-content: space-between; align-items: center; }
article.page { padding: 32px 0 72px; }
article.page h1 { margin-top: 6px; }
article.page p, article.page li { color: #444; }
.tag { font-size: 12px; color: var(--accent); font-weight: 700; }
footer { border-top: 1px solid var(--line); padding: 24px 0 72px; color: #888; font-size: 12px; background: #fff; }
.age-gate {
  position: fixed; inset: 0; z-index: 50;
  background: rgba(0,0,0,.55);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.age-box {
  width: min(440px, 100%);
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
}
.hidden { display: none !important; }
@media (max-width: 700px) {
  nav ul { display: none; }
  .sticky-cta span { display: none; }
}

.hero-video-wrap{position:relative;width:min(420px,92%);margin:16px auto 0;border-radius:8px;overflow:hidden;background:#f3f3f3;}
.hero-video{width:100%;height:auto;display:block;}
.badge.new{background:#e4007f;color:#fff;border-radius:999px;padding:2px 8px;margin-right:6px;font-size:10px;letter-spacing:.08em;}
.hero-photo{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;display:block;background:#f3f3f3;}

.hero-over{position:absolute;top:14px;left:14px;margin:0;font-size:clamp(18px,4.5vw,26px);line-height:1.35;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.65),0 0 12px rgba(0,0,0,.45);font-weight:800;text-align:left;}
