:root{
  --pink:#E8557A;
  --pink-light:#F5829E;
  --pink-pale:#FDE8EE;
  --cream:#FFF8F0;
  --cream-dark:#F5EDE0;
  --choco:#2A1A0E;
  --choco-mid:#5C3A22;
  --choco-light:#A0714A;
  --mint:#4DB89E;
  --amber:#E8A030;
  --lavender:#B89AE0;
  --text-main:#1E110A;
  --text-mid:#4A3020;
  --text-muted:#9A8070;
  --white:#FFFFFF;
  --radius:6px;
  --radius-lg:16px;
  --radius-xl:24px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Noto Sans JP',sans-serif;
  color:var(--text-main);
  background:var(--cream);
  overflow-x:hidden;
  line-height:1.7;
}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(255,248,240,0.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(232,85,122,0.12);
}
.nav-inner{
  max-width:1140px;margin:0 auto;padding:0 1.5rem;
  display:flex;align-items:center;justify-content:space-between;
  height:64px;gap:1rem;
}
.nav-logo{display:flex;align-items:center;gap:0.6rem;text-decoration:none}
.nav-logo img{height:36px;width:auto;display:block}
.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center}
.nav-links a{
  font-size:0.82rem;font-weight:500;
  color:var(--text-mid);text-decoration:none;
  letter-spacing:0.04em;transition:color 0.2s;
}
.nav-links a:hover{color:var(--pink)}
.nav-entry{
  background:var(--pink);color:var(--white) !important;
  padding:0.42rem 1.1rem;border-radius:99px;
  font-weight:700 !important;transition:background 0.2s !important;
  white-space:nowrap;
}
.nav-entry:hover{background:var(--pink-light) !important}
.hamburger{
  display:none;flex-direction:column;gap:5px;
  cursor:pointer;background:none;border:none;padding:4px;flex-shrink:0;
}
.hamburger span{display:block;width:24px;height:2px;background:var(--choco);border-radius:1px}

/* ── HERO ── */
.hero{
  min-height:100svh;
  position:relative;overflow:hidden;
  display:flex;align-items:center;
  padding:7rem 1.5rem 4rem;
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
}
.hero-bg img{
//  width:100%;height:auto;object-fit:cover;
  filter:brightness(0.38) saturate(0.8);
}
.hero-bg-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    120deg,
    rgba(42,26,14,0.82) 0%,
    rgba(232,85,122,0.35) 60%,
    rgba(42,26,14,0.6) 100%
  );
}
.hero-inner{
  position:relative;z-index:2;
  max-width:1100px;width:100%;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr;
  gap:2.5rem;align-items:center;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:0.5rem;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.3);
  color:rgba(255,255,255,0.92);
  font-size:0.74rem;font-weight:700;
  letter-spacing:0.1em;
  padding:0.35rem 0.9rem;border-radius:99px;
  margin-bottom:1.4rem;
}
.hero-logo-img{
	width:min(320px,90%);display:block;
	margin-bottom:1.6rem;
	filter:drop-shadow(0 4px 20px rgba(0,0,0,0.4));
	max-width:60%;
	height: auto;
	background-color: #fff;
	padding: 20px;
	border-radius:8px;
}
.hero-copy{
  font-family:'Noto Serif JP',serif;
  font-size:clamp(1.4rem,3vw,2rem);
  font-weight:700;color:var(--white);
  line-height:1.5;
  margin-bottom:1rem;
  text-shadow:0 2px 12px rgba(0,0,0,0.5);
}
.hero-lead{
  font-size:0.95rem;color:rgba(255,255,255,0.8);
  max-width:420px;line-height:1.85;margin-bottom:2rem;
}
.hero-btns{display:flex;gap:0.8rem;flex-wrap:wrap}
.btn-pink{
  background:var(--pink);color:var(--white);
  font-size:0.95rem;font-weight:700;
  padding:0.85rem 2rem;border-radius:99px;
  text-decoration:none;letter-spacing:0.03em;
  transition:all 0.2s;display:inline-block;border:none;cursor:pointer;
}
.btn-pink:hover{background:var(--pink-light);transform:translateY(-2px);box-shadow:0 6px 20px rgba(232,85,122,0.4)}
.btn-white{
  background:rgba(255,255,255,0.15);
  backdrop-filter:blur(4px);
  color:var(--white);
  font-size:0.95rem;font-weight:500;
  padding:0.85rem 2rem;border-radius:99px;
  text-decoration:none;letter-spacing:0.03em;
  border:1.5px solid rgba(255,255,255,0.4);
  transition:all 0.2s;display:inline-block;
}
.btn-white:hover{background:rgba(255,255,255,0.25);border-color:rgba(255,255,255,0.7)}
.btn-ghost{
  background:transparent;color:var(--choco);
  font-size:0.95rem;font-weight:500;
  padding:0.85rem 2rem;border-radius:99px;
  text-decoration:none;letter-spacing:0.03em;
  border:1.5px solid rgba(42,26,14,0.2);
  transition:all 0.2s;display:inline-block;
}
.btn-ghost:hover{border-color:var(--pink);color:var(--pink)}

/* Hero visual side — series banner stack */
.hero-visual{
  display:flex;flex-direction:column;gap:0.7rem;
}
.hero-series-item{
  display:flex;align-items:center;gap:1rem;
  background:rgba(255,255,255,0.1);
  backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:var(--radius-lg);
  padding:0.7rem 1rem;
  text-decoration:none;
  transition:background 0.2s,transform 0.2s;
}
.hero-series-item:hover{background:rgba(255,255,255,0.18);transform:translateX(4px)}
.hero-series-item img{
  height:48px;width:auto;border-radius:6px;
  object-fit:contain;flex-shrink:0;
  background:rgba(255,255,255,0.05);
}
.hero-series-item-text{flex:1}
.hero-series-item-name{
  font-size:0.85rem;font-weight:700;color:var(--white);
  line-height:1.3;margin-bottom:0.1rem;
}
.hero-series-item-sub{font-size:0.72rem;color:rgba(255,255,255,0.6)}
.hero-series-item-arrow{
  color:rgba(255,255,255,0.4);font-size:1rem;flex-shrink:0;
  transition:transform 0.2s;
}
.hero-series-item:hover .hero-series-item-arrow{transform:translateX(3px);color:var(--pink-light)}

.scroll-hint{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:0.4rem;
  color:rgba(255,255,255,0.4);font-size:0.7rem;letter-spacing:0.12em;
  animation:bob 2s ease-in-out infinite;z-index:2;
}
@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}
.scroll-hint svg{width:18px;height:18px}

/* ── SECTIONS ── */
section{padding:5rem 1.5rem}
.section-inner{max-width:1100px;margin:0 auto}
.eyebrow{
  font-size:0.72rem;font-weight:700;letter-spacing:0.16em;
  text-transform:uppercase;color:var(--pink);margin-bottom:0.6rem;
}
.section-heading{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.8rem,4vw,2.8rem);
  font-weight:700;color:var(--choco);
  line-height:1.2;margin-bottom:0.8rem;
}
.section-heading-jp{
  font-family:'Noto Serif JP',serif;
  font-size:clamp(1.2rem,2.8vw,1.7rem);
  font-weight:700;color:var(--choco);
  line-height:1.3;margin-bottom:0.8rem;
}
.section-lead{
  font-size:1rem;color:var(--text-mid);
  max-width:560px;line-height:1.85;
}

/* ── NEWS ── */
.news-section{background:var(--white)}
.news-list{
  margin-top:2.5rem;
  border:1px solid #f0e8e0;border-radius:var(--radius-lg);
  overflow:hidden;
}
.news-item{
  display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;
  padding:0.95rem 1.4rem;border-bottom:1px solid #f0e8e0;
  text-decoration:none;color:var(--text-main);
  transition:background 0.15s;
}
.news-item:last-child{border-bottom:none}
.news-item:hover{background:var(--cream)}
.news-date{font-size:0.78rem;color:var(--text-muted);flex-shrink:0;font-variant-numeric:tabular-nums}
.news-tag{
  font-size:0.68rem;font-weight:700;
  padding:0.18rem 0.6rem;border-radius:99px;flex-shrink:0;
}
.tag-info{background:#fde8ee;color:#c0304f}
.tag-report{background:#e8f5f1;color:#2a8068}
.tag-entry{background:#fff0d8;color:#8a5800}
.tag-lookingfor{background:#fff0d8;color:#8a5800}
.news-text{font-size:0.88rem;line-height:1.5}
/* ── SERIES ── */
.series-section{background:var(--cream-dark)}
.series-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(255px,1fr));
  gap:1.2rem;margin-top:2.5rem;
}
.series-card{
  border-radius:var(--radius-xl);overflow:hidden;
  text-decoration:none;display:flex;flex-direction:column;
  background:var(--white);
  border:1px solid rgba(0,0,0,0.06);
  transition:transform 0.3s,box-shadow 0.3s;
}
.series-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,0.12)}
.series-card-thumb{
  width:100%;height:190px;object-fit:cover;
  display:block;
  transition:transform 0.4s;
}
.series-card:hover .series-card-thumb{transform:scale(1.04)}
.series-card-thumb-wrap{overflow:hidden;flex-shrink:0;position:relative}
.series-season-chip{
  position:absolute;top:0.75rem;right:0.75rem;
  font-size:0.68rem;font-weight:700;letter-spacing:0.06em;
  padding:0.28rem 0.75rem;border-radius:99px;
  background:rgba(255,255,255,0.9);
  backdrop-filter:blur(4px);
}
.chip-cp{color:#7040c0}
.chip-kw{color:#a06020}
.chip-am{color:#2a8060}
.chip-aso{color:#b06020}
.series-card-body{padding:1.3rem 1.4rem;flex:1;display:flex;flex-direction:column}
.series-card-place{
  font-size:0.7rem;font-weight:700;letter-spacing:0.1em;
  text-transform:uppercase;color:var(--text-muted);margin-bottom:0.35rem;
}
.series-card-name{
  font-family:'Playfair Display',serif;
  font-size:1.25rem;font-weight:700;color:var(--choco);
  line-height:1.2;margin-bottom:0.3rem;
}
.series-card-jp{font-size:0.82rem;font-weight:700;color:var(--text-mid);margin-bottom:0.7rem}
.series-card-desc{font-size:0.83rem;color:var(--text-muted);line-height:1.7;flex:1;margin-bottom:1.1rem}
.series-card-footer{display:flex;align-items:center;justify-content:space-between}
.series-card-timing{font-size:0.76rem;color:var(--text-muted)}
.series-card-link{
  font-size:0.8rem;font-weight:700;color:var(--pink);
  display:flex;align-items:center;gap:0.3rem;text-decoration:none;
}
.series-card-link svg{width:13px;height:13px;transition:transform 0.2s}
.series-card:hover .series-card-link svg{transform:translateX(3px)}

/* ── STORY ── */
.story-section{
  background:var(--choco);
  position:relative;overflow:hidden;
}
.story-section .eyebrow{color:var(--pink-light)}
.story-section .section-heading{color:var(--white)}
.story-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:3rem;align-items:center;margin-top:2.5rem;
}
.story-text p{
  font-size:1rem;color:rgba(255,255,255,0.72);
  line-height:1.9;margin-bottom:1rem;
}
.story-text p:last-child{margin-bottom:0}
.story-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,0.4)}
.story-img img{width:100%;height:auto;display:block}

/* ── CONCEPT ── */
.concept-section{background:var(--cream)}
.concept-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:3rem;align-items:center;margin-top:2.5rem;
}
.concept-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.concept-img img{width:100%;height:auto;display:block}
.concept-points{display:flex;flex-direction:column;gap:1.3rem}
.concept-point{display:flex;gap:1rem;align-items:flex-start}
.concept-point-icon{
  width:44px;height:44px;min-width:44px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:22px;
}
.icon-pink{background:var(--pink-pale)}
.icon-mint{background:#e0f6f2}
.icon-amber{background:#fff2d8}
.concept-point-text h4{font-size:0.95rem;font-weight:700;color:var(--choco);margin-bottom:0.25rem}
.concept-point-text p{font-size:0.875rem;color:var(--text-mid);line-height:1.7}

/* ── HOW IT WORKS ── */
.how-section{background:var(--white)}
.how-flow{
  display:flex;gap:0;margin-top:2.5rem;align-items:stretch;
  border-radius:var(--radius-lg);overflow:hidden;
  border:1px solid #f0e4d8;
}
.how-step{
  flex:1;padding:1.8rem 1rem;
  background:var(--cream);
  position:relative;text-align:center;
  display:flex;flex-direction:column;align-items:center;
  border-right:1px solid #f0e4d8;
}
.how-step:last-child{border-right:none}
.how-arrow{
  position:absolute;right:-13px;top:50%;transform:translateY(-50%);
  width:26px;height:26px;z-index:2;
  background:var(--pink);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-size:0.75rem;font-weight:700;
}
.how-step:last-child .how-arrow{display:none}
.how-step-num{
  font-family:'Playfair Display',serif;
  font-size:1.8rem;font-weight:900;color:var(--pink);
  opacity:0.25;line-height:1;margin-bottom:0.5rem;
}
.how-step-emoji img {
/*font-size:2.2rem;margin-bottom:0.7rem1:*/
	max-width:100%;
	height:auto;
	border-radius:8px;
}
.how-step-title{font-size:0.88rem;font-weight:700;color:var(--choco);margin-bottom:0.4rem}
.how-step-desc{font-size:0.78rem;color:var(--text-muted);line-height:1.6}

/* ── RULES ── */
.rules-section{background:var(--cream-dark)}
.rules-layout{
  display:grid;grid-template-columns:1fr 1fr;
  gap:3rem;align-items:start;margin-top:2.5rem;
}
.rules-img{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,0.1)}
.rules-img img{width:100%;height:auto;display:block}
.rules-list{display:flex;flex-direction:column;gap:1rem}
.rule-item{
  display:flex;gap:1rem;align-items:flex-start;
  background:var(--white);border-radius:var(--radius-lg);
  padding:1rem 1.2rem;border:1px solid #edd8c8;
}
.rule-item-icon{font-size:1.5rem;flex-shrink:0;line-height:1;margin-top:0.1rem}
.rule-item-title{font-size:0.88rem;font-weight:700;color:var(--choco);margin-bottom:0.2rem}
.rule-item-desc{font-size:0.82rem;color:var(--text-mid);line-height:1.6}
.rule-note{
  font-size:0.78rem;color:var(--text-muted);
  margin-top:1.2rem;padding:0.8rem 1rem;
  background:rgba(232,85,122,0.06);border-radius:var(--radius);
  border-left:3px solid var(--pink);line-height:1.7;
}

/* ── FAQ ── */
.faq-section{background:var(--white)}
.faq-list{margin-top:2rem;max-width:760px;display:flex;flex-direction:column;gap:0.5rem}
details{border:1px solid #f0e4d8;border-radius:var(--radius-lg);overflow:hidden}
details summary{
  padding:1rem 1.3rem;cursor:pointer;
  font-weight:500;font-size:0.93rem;
  display:flex;justify-content:space-between;align-items:center;
  list-style:none;color:var(--text-main);transition:background 0.15s;gap:1rem;
}
details summary::-webkit-details-marker{display:none}
details summary:hover{background:var(--cream)}
details summary::after{content:'+';font-size:1.3rem;font-weight:300;color:var(--pink);flex-shrink:0;transition:transform 0.2s}
details[open] summary::after{transform:rotate(45deg)}
details[open] summary{background:var(--cream)}
.faq-answer{padding:0.8rem 1.3rem 1.2rem;font-size:0.88rem;color:var(--text-mid);line-height:1.8;border-top:1px solid #f0e4d8}
.faq-answer a{color:var(--pink)}

/* ── SHOP ── */
.shop-section{
  background:var(--pink);
  text-align:center;padding:5rem 1.5rem;
}
.shop-section .eyebrow{color:rgba(255,255,255,0.7)}
.shop-section .section-heading-jp{color:var(--white)}
.shop-section p{font-size:1rem;color:rgba(255,255,255,0.85);line-height:1.85;max-width:560px;margin:0 auto 2rem}
.btn-shop{
  background:var(--white);color:var(--pink);
  font-size:1rem;font-weight:700;
  padding:0.9rem 2.4rem;border-radius:99px;
  text-decoration:none;display:inline-block;
  transition:all 0.2s;
}
.btn-shop:hover{background:var(--cream);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}

/* ── FOOTER ── */
.footer-section{background:var(--choco)}
.footer-inner{
  max-width:1100px;margin:0 auto;
  padding:3rem 1.5rem;
  display:grid;grid-template-columns:auto 1fr auto;
  gap:2rem;align-items:start;
}
.footer-logo img{height:36px;width:auto;display:block;opacity:0.8;margin-bottom:0.8rem}
.footer-tag{font-size:0.8rem;color:rgba(255,255,255,0.35);margin-bottom:1.2rem}
.social-row{display:flex;gap:0.7rem}
.social-btn{
  display:inline-flex;align-items:center;gap:0.5rem;
  padding:0.5rem 1rem;
  border:1.5px solid rgba(255,255,255,0.18);border-radius:99px;
  text-decoration:none;font-size:0.78rem;font-weight:500;
  color:rgba(255,255,255,0.6);transition:all 0.2s;
}
.social-btn svg{width:15px;height:15px}
.social-btn:hover{border-color:var(--pink-light);color:var(--white)}
.footer-links{display:flex;flex-direction:column;gap:0.5rem;align-items:flex-start}
.footer-links a{font-size:0.8rem;color:rgba(255,255,255,0.35);text-decoration:none;transition:color 0.2s}
.footer-links a:hover{color:rgba(255,255,255,0.75)}
.footer-copy{
  font-size:0.72rem;color:rgba(255,255,255,0.2);
  grid-column:1/-1;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.06);
}

/* BACK TOP */
.back-top{
  position:fixed;bottom:1.5rem;right:1.5rem;
  width:44px;height:44px;background:var(--pink);
  border:none;border-radius:50%;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity 0.3s,background 0.2s;z-index:90;
}
.back-top.visible{opacity:1}
.back-top:hover{background:var(--pink-light)}
.back-top svg{width:20px;height:20px;color:var(--white)}

/* MOBILE */
@media(max-width:920px){
  .hero-inner{grid-template-columns:1fr}
  .hero-visual{display:none}
  .story-grid,.concept-grid,.rules-layout{grid-template-columns:1fr}
  .story-img{order:-1}
  .how-flow{flex-direction:column;border:1px solid #f0e4d8}
  .how-step{border-right:none;border-bottom:1px solid #f0e4d8}
  .how-step:last-child{border-bottom:none}
  .how-arrow{right:auto;left:50%;bottom:-13px;top:auto;transform:translateX(-50%)}
  .footer-inner{grid-template-columns:1fr}
  .nav-links{display:none}
  .hamburger{display:flex}
  .nav-links.open{
    display:flex;flex-direction:column;
    position:fixed;top:64px;left:0;right:0;
    background:rgba(255,248,240,0.98);
    backdrop-filter:blur(12px);
    padding:1.5rem;gap:1.2rem;
    border-bottom:1px solid #f0e0d0;
    z-index:99;
  }
  .nav-links.open a{font-size:1rem}
}
@media(max-width:500px){
  section{padding:3.5rem 1rem}
  .hero{padding:6rem 1rem 3rem}
}