@charset "UTF-8";
/* ============================================
   い〜とmo 公式サイト
   palette: logo green/blue/yellow + warm cream
============================================ */
:root {
  --green: #5fbe79;
  --green-d: #3fa05c;
  --green-l: #e3f4e8;
  --blue: #62c3e5;
  --blue-d: #3ba5cc;
  --blue-l: #e3f3fa;
  --yellow: #f6b40e;
  --yellow-l: #fdedc4;
  --coral: #ee8a76;
  --coral-l: #fcebe6;
  --cream: #fdf9f0;
  --white: #ffffff;
  --ink: #44473f;
  --ink-soft: #6e7268;
  --line: #ece5d4;
  --radius: 24px;
  --shadow: 0 10px 30px rgba(95, 130, 90, .12);
  --font-head: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --font-body: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", sans-serif;
  --font-en: "Quicksand", sans-serif;
  --header-h: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.9;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; vertical-align: middle; }
a { color: var(--green-d); text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.4; margin: 0; }
p { margin: 0 0 1em; }

.wrap { width: min(1120px, 92%); margin-inline: auto; }
.wrap-narrow { width: min(820px, 92%); margin-inline: auto; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .35s, box-shadow .35s, transform .4s;
}
.site-header.is-scrolled { background: rgba(253, 249, 240, .92); backdrop-filter: blur(10px); box-shadow: 0 4px 24px rgba(95,130,90,.1); }
.site-header.is-hidden { transform: translateY(-110%); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h); width: min(1280px, 94%); margin-inline: auto;
}
.header-logo img { width: 110px; height: auto; transition: transform .3s; }
.header-logo:hover img { transform: rotate(-4deg) scale(1.05); }

.gnav ul { display: flex; align-items: center; gap: 4px; }
.gnav a {
  display: block; padding: 8px 14px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink);
  transition: background .25s, color .25s, transform .25s;
}
.gnav a:hover { background: var(--green-l); color: var(--green-d); transform: translateY(-2px); }
.gnav-cta a {
  background: var(--yellow); color: #fff;
  padding: 10px 22px; box-shadow: 0 4px 0 #d99c04;
}
.gnav-cta a:hover { background: var(--yellow); color: #fff; transform: translateY(-2px); box-shadow: 0 6px 0 #d99c04; }

.menu-btn {
  display: none; position: relative; z-index: 210;
  width: 56px; height: 56px; border: 0; border-radius: 50%;
  background: var(--green); cursor: pointer; box-shadow: 0 4px 0 var(--green-d);
  transition: transform .2s;
}
.menu-btn:active { transform: translateY(3px); box-shadow: 0 1px 0 var(--green-d); }
.menu-btn span {
  position: absolute; left: 16px; width: 24px; height: 3px; border-radius: 2px;
  background: #fff; transition: transform .3s, opacity .3s, top .3s;
}
.menu-btn span:nth-child(1) { top: 20px; }
.menu-btn span:nth-child(2) { top: 27px; }
.menu-btn span:nth-child(3) { top: 34px; }
.menu-btn.is-open span:nth-child(1) { top: 27px; transform: rotate(45deg); }
.menu-btn.is-open span:nth-child(2) { opacity: 0; }
.menu-btn.is-open span:nth-child(3) { top: 27px; transform: rotate(-45deg); }

/* overlay menu */
.overlay-menu { position: fixed; inset: 0; z-index: 200; visibility: hidden; pointer-events: none; }
.overlay-menu.is-open { visibility: visible; pointer-events: auto; }
.overlay-bg {
  position: absolute; inset: 0; background: var(--green);
  clip-path: circle(0 at calc(100% - 56px) 56px); transition: clip-path .6s cubic-bezier(.7,0,.3,1);
}
.overlay-menu.is-open .overlay-bg { clip-path: circle(150% at calc(100% - 56px) 56px); }
.overlay-inner { position: relative; height: 100%; display: grid; place-content: center; text-align: center; }
.overlay-nav li { opacity: 0; transform: translateY(24px); transition: opacity .4s, transform .4s; }
.overlay-menu.is-open .overlay-nav li { opacity: 1; transform: none; }
.overlay-nav a {
  display: inline-block; padding: 8px 20px; color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: clamp(18px, 4.5vw, 24px);
  border-radius: 999px; transition: background .25s, transform .25s;
}
.overlay-nav a:hover { background: rgba(255,255,255,.18); transform: scale(1.06) rotate(-1deg); }
.overlay-deco .coin {
  position: absolute; display: grid; place-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--yellow); color: #fff; font-family: var(--font-en); font-weight: 700;
  animation: floaty 4s ease-in-out infinite;
}
.overlay-deco .c1 { top: 12%; left: 10%; }
.overlay-deco .c2 { bottom: 16%; left: 18%; animation-delay: -1.5s; background: var(--blue); }
.overlay-deco .c3 { top: 22%; right: 12%; animation-delay: -2.6s; background: var(--coral); }

@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-18px) rotate(6deg); } }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 30px; border-radius: 999px;
  background: var(--green); color: #fff;
  font-family: var(--font-head); font-weight: 700; font-size: 16px;
  box-shadow: 0 5px 0 var(--green-d);
  transition: transform .2s, box-shadow .2s; border: 0; cursor: pointer;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 8px 0 var(--green-d); }
.btn:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--green-d); }
.btn .arr {
  display: grid; place-content: center; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.25); transition: transform .25s;
}
.btn:hover .arr { transform: translateX(4px); }
.btn--blue { background: var(--blue); box-shadow: 0 5px 0 var(--blue-d); }
.btn--blue:hover { box-shadow: 0 8px 0 var(--blue-d); }
.btn--blue:active { box-shadow: 0 2px 0 var(--blue-d); }
.btn--yellow { background: var(--yellow); box-shadow: 0 5px 0 #d99c04; }
.btn--yellow:hover { box-shadow: 0 8px 0 #d99c04; }
.btn--ghost { background: #fff; color: var(--green-d); box-shadow: inset 0 0 0 2px var(--green), 0 5px 0 rgba(95,190,121,.35); }

/* ---------- section heading ---------- */
.sec { padding: clamp(64px, 10vw, 120px) 0; position: relative; }
.sec-head { text-align: center; margin-bottom: clamp(36px, 6vw, 64px); }
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-en); font-weight: 700; font-size: 14px; letter-spacing: .14em;
  color: var(--green-d); text-transform: uppercase;
}
.sec-label::before, .sec-label::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.sec-title { font-size: clamp(26px, 5vw, 40px); font-weight: 900; letter-spacing: .04em; }
.sec-title .mark { background: linear-gradient(transparent 62%, var(--yellow-l) 62%); padding: 0 2px; }

/* ---------- scroll reveal ---------- */
.rv { opacity: 0; transform: translateY(36px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
.rv.is-inview { opacity: 1; transform: none; }
.rv-pop { opacity: 0; transform: scale(.7); transition: opacity .6s, transform .6s cubic-bezier(.34,1.56,.64,1); }
.rv-pop.is-inview { opacity: 1; transform: scale(1); }
[data-stagger] > * { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
[data-stagger].is-inview > * { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv, .rv-pop, [data-stagger] > * { opacity: 1 !important; transform: none !important; transition: none !important; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* ============================================
   HERO（トップ）
============================================ */
.hero {
  position: relative; min-height: 100svh;
  display: grid; align-items: end;
  background: linear-gradient(180deg, #cdeaf7 0%, #e7f6fb 45%, var(--cream) 100%);
  overflow: hidden; padding-top: var(--header-h);
}
.hero-copy {
  position: absolute; z-index: 5;
  top: calc(var(--header-h) + 4vh); left: 50%; transform: translateX(-50%);
  text-align: center; width: 92%;
}
.hero-title {
  font-size: clamp(30px, 5.6vw, 58px); font-weight: 900; letter-spacing: .06em; line-height: 1.55;
  text-shadow: 0 2px 0 #fff, 0 0 18px rgba(255,255,255,.9);
}
.hero-title .line { display: block; overflow: hidden; }
.hero-title .line > span { display: inline-block; transform: translateY(110%); }
.hero-title em { font-style: normal; color: var(--green-d); }
.hero-title .tomo { color: var(--blue-d); }
.hero-sub {
  margin-top: 14px; font-family: var(--font-head); font-weight: 700;
  font-size: clamp(14px, 2.4vw, 19px); color: var(--ink-soft);
  text-shadow: 0 1px 0 #fff; opacity: 0;
}
.hero-scroll {
  position: absolute; z-index: 6; left: 50%; bottom: 18px; transform: translateX(-50%);
  font-family: var(--font-en); font-size: 11px; letter-spacing: .3em; color: var(--ink-soft);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.hero-scroll::after {
  content: ""; width: 2px; height: 36px; border-radius: 2px;
  background: linear-gradient(var(--green), transparent);
  animation: scrolldown 1.8s ease-in-out infinite;
}
@keyframes scrolldown { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

.town { display: block; width: 100%; height: auto; position: relative; z-index: 2; }

/* AI生成画像版ヒーロー：画像の縦横比を保ったステージごとセンタークロップ */
.hero-stage {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  height: 100%; aspect-ratio: 1600 / 983; min-width: 100%; z-index: 2;
}
.hero-town-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.town .bubble { opacity: 0; transform-box: fill-box; transform-origin: 50% 100%; }
.town .wheel { transform-box: fill-box; transform-origin: center; animation: spin 5s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ============================================
   トップ各セクション
============================================ */
/* about */
.top-about { background: var(--cream); overflow: hidden; }
.top-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.top-about-copy h2 { font-size: clamp(24px, 3.6vw, 36px); font-weight: 900; margin-bottom: 24px; }
.top-about-copy h2 .mark { background: linear-gradient(transparent 62%, var(--yellow-l) 62%); }
.top-about-lead { font-size: clamp(15px, 1.6vw, 17px); }
.top-about-img { position: relative; }
.top-about-img img { border-radius: var(--radius); }
.deco-coin {
  position: absolute; display: grid; place-content: center; border-radius: 50%;
  background: var(--yellow); color: #fff; font-family: var(--font-en); font-weight: 700;
  box-shadow: var(--shadow); animation: floaty 4.5s ease-in-out infinite;
}

/* features 3up */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 28px); }
.feature-card {
  background: #fff; border-radius: var(--radius); padding: 36px 28px; text-align: center;
  box-shadow: var(--shadow); transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s;
}
.feature-card:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 18px 40px rgba(95,130,90,.18); }
.feature-icon { width: 96px; height: 96px; margin: 0 auto 18px; display: grid; place-content: center; border-radius: 50%; }
.feature-card h3 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* stats：上段3枚 + 下段ワイド2枚 */
.stat-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: clamp(14px, 2vw, 24px); }
.stat-card { grid-column: span 2; }
.stat-card--wide { grid-column: span 3; }
.stat-card--wide .stat-num { white-space: nowrap; }
.stat-card {
  background: #fff; border-radius: 20px; padding: 28px 18px 24px; text-align: center;
  box-shadow: var(--shadow); transition: transform .35s cubic-bezier(.34,1.56,.64,1);
  min-width: 0;
}
.stat-card:hover { transform: translateY(-6px) rotate(-.5deg); }
.stat-icon { width: 64px; height: 64px; margin: 0 auto 12px; display: grid; place-content: center; border-radius: 50%; font-size: 30px; }
.stat-label { font-family: var(--font-head); font-weight: 700; font-size: 13.5px; color: var(--ink-soft); margin: 0 0 6px; }
.stat-num { font-family: var(--font-en); font-weight: 700; font-size: clamp(26px, 2.6vw, 34px); color: var(--green-d); margin: 0; line-height: 1.2; letter-spacing: .02em; }
.stat-unit { font-family: var(--font-head); font-size: 14px; color: var(--ink); margin-left: 4px; }
.stat-sub { font-size: 12px; color: var(--ink-soft); margin: 6px 0 0; }
.stat-note { text-align: center; font-size: 12px; color: var(--ink-soft); margin-top: 28px; }
.stat-note a { text-decoration: underline; }

/* shops carousel */
.top-shops { background: var(--green-l); border-radius: 60px 60px 0 0; }
.marquee { overflow: hidden; padding: 8px 0 24px; }
.marquee-track { display: flex; gap: 24px; width: max-content; will-change: transform; }
.shop-card {
  flex: 0 0 auto; width: 270px; background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); transition: transform .3s cubic-bezier(.34,1.56,.64,1);
  display: block; color: var(--ink);
}
.shop-card:hover { transform: translateY(-6px) rotate(1deg); }
.shop-card-img { aspect-ratio: 4/3; background: var(--blue-l); overflow: hidden; }
.shop-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.shop-card:hover .shop-card-img img { transform: scale(1.07); }
.shop-card-body { padding: 16px 18px 18px; }
.shop-card-cat { display: inline-block; font-size: 11px; font-weight: 700; color: var(--green-d); background: var(--green-l); border-radius: 999px; padding: 2px 12px; }
.shop-card-name { font-family: var(--font-head); font-weight: 700; font-size: 16px; margin-top: 8px; line-height: 1.5; }
.shop-card-copy {
  font-size: 12.5px; color: var(--ink-soft); margin: 4px 0 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.center-btn { text-align: center; margin-top: 36px; }

/* events */
.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 28px); }
.event-card {
  display: flex; flex-direction: column; background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow); color: var(--ink); transition: transform .35s cubic-bezier(.34,1.56,.64,1);
}
.event-card:hover { transform: translateY(-8px); }
.event-card-img { aspect-ratio: 16/10; background: var(--yellow-l); overflow: hidden; position: relative; }
.event-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.event-card:hover .event-card-img img { transform: scale(1.06); }
.event-date-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: #fff; border-radius: 14px; padding: 6px 12px 8px; text-align: center;
  font-family: var(--font-en); line-height: 1.1; box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.event-date-badge .m { display: block; font-size: 11px; font-weight: 700; color: var(--coral); }
.event-date-badge .d { display: block; font-size: 22px; font-weight: 700; }
.event-card-body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 6px; }
.event-card-title { font-family: var(--font-head); font-weight: 700; font-size: 16.5px; line-height: 1.6; }
.event-card-meta { font-size: 12.5px; color: var(--ink-soft); display: flex; flex-wrap: wrap; gap: 4px 14px; }
.event-card-meta svg { vertical-align: -2px; margin-right: 3px; }

/* news list */
.top-news { background: #fff; border-radius: 60px; box-shadow: var(--shadow); }
.news-list li + li { border-top: 2px dashed var(--line); }
.news-list a {
  display: grid; grid-template-columns: 130px 1fr 24px; gap: 18px; align-items: center;
  padding: 22px 10px; color: var(--ink); border-radius: 14px;
  transition: background .25s, transform .25s;
}
.news-list a:hover { background: var(--cream); transform: translateX(6px); }
.news-date { font-family: var(--font-en); font-weight: 600; font-size: 13.5px; color: var(--green-d); }
.news-title { font-weight: 700; font-size: 15.5px; line-height: 1.6; }
.news-arr { color: var(--yellow); }

/* faq */
.faq-list { display: grid; gap: 16px; }
.faq-item { background: #fff; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 16px; text-align: left;
  padding: 20px 24px; border: 0; background: none; cursor: pointer;
  font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); line-height: 1.6;
}
.faq-q .qmark, .faq-a .amark {
  flex: 0 0 auto; display: grid; place-content: center; width: 38px; height: 38px; border-radius: 50%;
  font-family: var(--font-en); font-weight: 700; font-size: 17px; color: #fff;
}
.faq-q .qmark { background: var(--green); }
.faq-a .amark { background: var(--coral); }
.faq-q .toggle {
  margin-left: auto; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%;
  background: var(--yellow-l); position: relative; transition: transform .35s;
}
.faq-q .toggle::before, .faq-q .toggle::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--yellow);
  border-radius: 2px; width: 14px; height: 2.5px;
}
.faq-q .toggle::after { transform: rotate(90deg); transition: transform .35s; }
.faq-item.is-open .faq-q .toggle { transform: rotate(180deg); }
.faq-item.is-open .faq-q .toggle::after { transform: rotate(0); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s cubic-bezier(.2,.7,.3,1); }
.faq-item.is-open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a-body { display: flex; gap: 16px; padding: 0 24px 24px; }
.faq-a-body p { margin: 6px 0 0; font-size: 14.5px; color: var(--ink-soft); }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--green) 0%, var(--blue) 100%);
  border-radius: 40px; padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px);
  text-align: center; color: #fff; position: relative; overflow: hidden;
}
.cta-band h2 { font-size: clamp(22px, 3.6vw, 34px); font-weight: 900; margin-bottom: 16px; }
.cta-band p { opacity: .95; }
.cta-band .btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.cta-band .btn { background: #fff; color: var(--green-d); box-shadow: 0 5px 0 rgba(0,0,0,.12); }
.cta-band .btn--yellow { background: var(--yellow); color: #fff; box-shadow: 0 5px 0 #d99c04; }

/* ============================================
   下層ページ共通
============================================ */
.page-hero {
  padding: calc(var(--header-h) + clamp(40px, 7vw, 80px)) 0 clamp(36px, 6vw, 64px);
  text-align: center; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, var(--green-l) 0 60px, transparent 61px),
    radial-gradient(circle at 88% 30%, var(--blue-l) 0 80px, transparent 81px),
    radial-gradient(circle at 78% 85%, var(--yellow-l) 0 50px, transparent 51px),
    var(--cream);
}
.page-hero-label { font-family: var(--font-en); font-weight: 700; letter-spacing: .16em; color: var(--green-d); font-size: 13px; text-transform: uppercase; }
.page-hero h1 { font-size: clamp(28px, 5vw, 44px); font-weight: 900; margin-top: 6px; }
.breadcrumb { margin-top: 18px; font-size: 12px; color: var(--ink-soft); }
.breadcrumb a { color: var(--ink-soft); text-decoration: underline; }
.breadcrumb span::before { content: "›"; margin: 0 8px; }

.content-body h2 { font-size: clamp(21px, 3vw, 28px); font-weight: 900; margin: 2.2em 0 .8em; padding-left: 18px; position: relative; }
.content-body h2::before { content: ""; position: absolute; left: 0; top: .35em; bottom: .35em; width: 7px; border-radius: 4px; background: linear-gradient(var(--green), var(--blue)); }
.content-body h3 { font-size: 19px; margin: 1.8em 0 .6em; color: var(--green-d); }

/* shops index */
.shops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.5vw, 28px); }
.shops-grid .shop-card { width: auto; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filter-chip {
  padding: 8px 20px; border-radius: 999px; border: 2px solid var(--green);
  background: #fff; color: var(--green-d); font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
  cursor: pointer; transition: all .25s;
}
.filter-chip:hover { transform: translateY(-2px); }
.filter-chip.is-active { background: var(--green); color: #fff; }

/* shop detail */
.shop-detail-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 48px); align-items: start; }
.shop-detail-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; background: var(--blue-l); }
.shop-detail-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-info-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.shop-info-table th, .shop-info-table td { padding: 13px 8px; border-bottom: 2px dashed var(--line); text-align: left; vertical-align: top; }
.shop-info-table th { width: 92px; color: var(--green-d); font-family: var(--font-head); white-space: nowrap; }
.shop-map { margin-top: 40px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.shop-map iframe { display: block; width: 100%; height: 380px; border: 0; }

/* article (news/event detail) */
.article-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 5vw, 56px); }
.article-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.article-title { font-size: clamp(22px, 3.6vw, 32px); font-weight: 900; line-height: 1.6; margin-bottom: 24px; }
.article-body { font-size: 15.5px; }
.article-body p { margin-bottom: 1.4em; }
.article-img { border-radius: 18px; overflow: hidden; margin-bottom: 28px; }
.article-img img { width: 100%; }
.tag-date { font-family: var(--font-en); font-weight: 600; color: var(--green-d); }
.back-link { text-align: center; margin-top: 44px; }

/* event detail info box */
.event-info-box { background: var(--yellow-l); border-radius: 18px; padding: 20px 26px; margin-bottom: 28px; }
.event-info-box dl { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; margin: 0; font-size: 14.5px; }
.event-info-box dt { font-family: var(--font-head); font-weight: 700; color: #c08c04; }
.event-info-box dd { margin: 0; }

/* pagination */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination a, .pagination strong {
  display: grid; place-content: center; min-width: 44px; height: 44px; padding: 0 8px;
  border-radius: 50%; font-family: var(--font-en); font-weight: 700;
  background: #fff; color: var(--ink); box-shadow: var(--shadow); transition: transform .2s;
}
.pagination a:hover { transform: translateY(-3px); color: var(--green-d); }
.pagination strong { background: var(--green); color: #fff; }

/* committee */
.member-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: clamp(20px, 3vw, 32px); }
.member-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 32px 28px; text-align: center; transition: transform .35s cubic-bezier(.34,1.56,.64,1); }
.member-card:hover { transform: translateY(-6px) rotate(-.6deg); }
.member-photo { width: 140px; height: 140px; margin: 0 auto 18px; border-radius: 50%; overflow: hidden; background: var(--green-l); border: 5px solid var(--cream); box-shadow: var(--shadow); }
.member-photo img { width: 100%; height: 100%; object-fit: cover; }
.member-role { display: inline-block; font-size: 11.5px; font-weight: 700; color: var(--blue-d); background: var(--blue-l); border-radius: 999px; padding: 3px 14px; }
.member-name { font-size: 19px; font-weight: 700; margin-top: 10px; }
.member-name small { display: block; font-family: var(--font-en); font-size: 11px; color: var(--ink-soft); letter-spacing: .1em; }
.member-bio { font-size: 13.5px; color: var(--ink-soft); text-align: left; margin: 14px 0 0; }

/* steps (howto / join) */
.step-list { display: grid; gap: 22px; counter-reset: step; }
.step-item {
  display: grid; grid-template-columns: 76px 1fr; gap: 22px; align-items: start;
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px;
  counter-increment: step; position: relative;
}
.step-num {
  width: 76px; height: 76px; border-radius: 50%; display: grid; place-content: center;
  background: var(--green-l); color: var(--green-d);
  font-family: var(--font-en); font-weight: 700; text-align: center; line-height: 1;
}
.step-num::before { content: "STEP"; font-size: 10px; letter-spacing: .12em; }
.step-num::after { content: counter(step); font-size: 30px; }
.step-item:nth-child(2n) .step-num { background: var(--blue-l); color: var(--blue-d); }
.step-item:nth-child(3n) .step-num { background: var(--yellow-l); color: #c08c04; }
.step-item h3 { font-size: 18px; margin: 4px 0 8px; }
.step-item p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* contact form */
.form-card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); padding: clamp(28px, 5vw, 52px); }
.form-row { margin-bottom: 26px; }
.form-row label { display: block; font-family: var(--font-head); font-weight: 700; margin-bottom: 8px; }
.req { display: inline-block; font-size: 10.5px; background: var(--coral); color: #fff; border-radius: 999px; padding: 1px 10px; margin-left: 8px; vertical-align: 2px; }
.form-row input[type="text"], .form-row input[type="email"], .form-row textarea {
  width: 100%; padding: 14px 18px; border: 2px solid var(--line); border-radius: 14px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: var(--cream);
  transition: border-color .25s, background .25s; outline: none;
}
.form-row input:focus, .form-row textarea:focus { border-color: var(--green); background: #fff; }
.form-error { color: #d6543e; font-size: 13px; margin-top: 6px; font-weight: 700; }
.form-submit { text-align: center; margin-top: 36px; }
.form-done { text-align: center; padding: 48px 0; }
.form-done .icon { font-size: 56px; }

/* misc */
.empty-note { text-align: center; color: var(--ink-soft); padding: 48px 0; }
.note-box { background: var(--blue-l); border-radius: 18px; padding: 22px 28px; font-size: 14px; }

/* ---------- footer ---------- */
.site-footer { margin-top: clamp(64px, 9vw, 110px); }
.footer-wave svg { display: block; width: 100%; height: 60px; }
.footer-body { background: var(--green); color: #fff; padding: clamp(40px, 6vw, 64px) 0 28px; }
.footer-grid {
  width: min(1120px, 92%); margin-inline: auto;
  display: grid; grid-template-columns: 1.1fr 1.3fr .9fr; gap: clamp(28px, 4vw, 56px);
}
.footer-logo { width: 150px; background: #fff; border-radius: 18px; padding: 14px; }
.footer-tag { margin-top: 16px; font-family: var(--font-head); font-weight: 700; font-size: 14px; line-height: 2; }
.footer-nav { display: flex; gap: clamp(20px, 3vw, 48px); }
.footer-nav a { color: #fff; font-size: 13.5px; display: inline-block; padding: 5px 0; opacity: .92; transition: opacity .2s, transform .2s; }
.footer-nav a:hover { opacity: 1; transform: translateX(4px); }
.footer-eumo-label { font-size: 13px; opacity: .9; }
.btn-eumo {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--green-d); border-radius: 999px; padding: 11px 22px;
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px; transition: transform .25s;
}
.btn-eumo:hover { transform: translateY(-3px); }
.footer-copy { text-align: center; margin: 44px 0 0; opacity: .85; font-size: 12px; }

/* ============================================
   responsive
============================================ */
@media (max-width: 1023px) {
  .gnav { display: none; }
  .menu-btn { display: block; }
  :root { --header-h: 76px; }
}
@media (max-width: 767px) {
  body { font-size: 15px; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .stat-card { grid-column: span 1; }
  .stat-card:nth-child(3) { grid-column: span 2; }
  .stat-card--wide { grid-column: span 2; }
  :root { --header-h: 68px; --radius: 18px; }
  .header-logo img { width: 88px; }
  .menu-btn { width: 48px; height: 48px; }
  .menu-btn span { left: 13px; width: 22px; }
  .menu-btn span:nth-child(1) { top: 17px; }
  .menu-btn span:nth-child(2) { top: 23px; }
  .menu-btn span:nth-child(3) { top: 29px; }
  .menu-btn.is-open span:nth-child(1), .menu-btn.is-open span:nth-child(3) { top: 23px; }
  .overlay-bg { clip-path: circle(0 at calc(100% - 48px) 48px); }
  .overlay-deco .coin { width: 48px; height: 48px; font-size: 13px; }

  .top-about-grid, .shop-detail-head { grid-template-columns: 1fr; }
  .feature-grid, .event-grid, .shops-grid { grid-template-columns: 1fr; }
  .top-shops { border-radius: 36px 36px 0 0; }
  .top-news { border-radius: 28px; }
  .news-list a { grid-template-columns: 1fr 24px; gap: 4px 12px; padding: 18px 6px; }
  .news-date { grid-column: 1 / -1; }
  .step-item { grid-template-columns: 56px 1fr; gap: 16px; padding: 22px 18px; }
  .step-num { width: 56px; height: 56px; }
  .step-num::after { font-size: 22px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-nav { justify-content: center; text-align: left; }
  .cta-band { border-radius: 28px; }
  .shop-map iframe { height: 280px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feature-grid, .event-grid { grid-template-columns: repeat(3, 1fr); }
  .shops-grid { grid-template-columns: repeat(2, 1fr); }
}
