/* ============================================================
   Nano Spring 公式サイト — rebondia.com テイスト
   ゴールド × クリーム × 明朝
   ============================================================ */
:root {
  --cream: #faf6ef;
  --cream-2: #f4edde;
  --white: #ffffff;
  --gold: #b3985f;
  --gold-dark: #96793d;
  --gold-pale: #e5d9bd;
  --gold-line: rgba(179, 152, 95, 0.4);
  --ink: #2b2620;
  --muted: #6e6455;
  --serif: "Shippori Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --shadow: 0 10px 40px rgba(43, 38, 32, 0.08);
  --radius: 10px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- 共通パーツ ---------- */
.en-label {
  font-family: var(--serif);
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.section-lead { color: var(--muted); margin-top: 18px; max-width: 640px; }
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; }
.section-head.center .section-lead { margin-left: auto; margin-right: auto; }

.gold-rule {
  width: 64px; height: 1px; background: var(--gold);
  margin: 22px 0 0;
}
.center .gold-rule { margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-weight: 700; font-size: 15px;
  letter-spacing: 0.08em; cursor: pointer; transition: all 0.25s ease;
  border-radius: 8px; padding: 16px 38px; border: 1px solid transparent;
}
.btn-gold {
  background: linear-gradient(135deg, #c2a76c, #a98d4f);
  color: #fff;
  box-shadow: 0 6px 20px rgba(169, 141, 79, 0.35);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(169, 141, 79, 0.45); }
.btn-outline {
  background: rgba(255, 255, 255, 0.75); color: var(--gold-dark);
  border-color: var(--gold);
}
.btn-outline:hover { background: var(--white); transform: translateY(-2px); }

section { padding: 96px 0; }

/* ---------- ヘッダー ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250, 246, 239, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(179, 152, 95, 0.18);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 24px rgba(43, 38, 32, 0.08); }
.header-inner {
  max-width: 1240px; margin: 0 auto; padding: 0 24px;
  height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { display: flex; flex-direction: column; line-height: 1.3; }
.brand-name {
  font-family: var(--serif); font-size: 21px; font-weight: 600;
  letter-spacing: 0.24em; color: var(--ink); white-space: nowrap;
}
.brand-name .accent { color: var(--gold); }
.brand-tag {
  font-size: 9.5px; letter-spacing: 0.32em; color: var(--gold);
  text-transform: uppercase;
}
.global-nav { display: flex; align-items: center; gap: 30px; }
.global-nav a {
  font-size: 14px; letter-spacing: 0.1em; color: var(--ink);
  position: relative; padding: 6px 0;
}
.global-nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--gold); transition: width 0.25s ease;
}
.global-nav a:hover::after { width: 100%; }
.header-cta { padding: 12px 26px; font-size: 14px; white-space: nowrap; }
.nav-toggle { display: none; }

/* ---------- ヒーロー ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  padding: 150px 0 110px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url("hero.jpg");
  background-size: cover; background-position: center;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(250, 246, 239, 0.95) 0%, rgba(250, 246, 239, 0.82) 42%, rgba(250, 246, 239, 0.35) 100%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.hero-brand { text-align: left; margin-bottom: 34px; }
.hero-brand .hero-logo {
  font-family: var(--serif); font-size: clamp(30px, 4.4vw, 44px);
  letter-spacing: 0.3em; color: var(--gold-dark); font-weight: 600;
}
.hero-ornament {
  display: flex; align-items: center; gap: 14px; margin-top: 10px;
  color: var(--gold); font-size: 14px;
}
.hero-ornament::before, .hero-ornament::after { content: none; }
.hero-ornament .line { width: 56px; height: 1px; background: var(--gold); }
.hero-sub {
  margin-top: 18px; color: var(--gold-dark); font-size: 15px; letter-spacing: 0.22em; font-weight: 500;
}
.hero-sub-en {
  font-family: var(--serif); font-size: 11px; letter-spacing: 0.4em;
  color: var(--muted); text-transform: uppercase; margin-top: 8px;
}
.hero-catch {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(34px, 6.2vw, 62px); line-height: 1.5; letter-spacing: 0.04em;
  margin-top: 34px;
}
.hero-catch .small { font-size: 0.55em; display: block; margin-bottom: 6px; }
.hero-catch .marker {
  background: linear-gradient(transparent 58%, rgba(179, 152, 95, 0.38) 58%);
  color: var(--gold-dark);
}
.hero-lead { margin-top: 30px; font-size: 16.5px; color: var(--ink); max-width: 560px; }
.hero-points {
  display: flex; flex-wrap: wrap; gap: 0 28px; margin-top: 34px;
  font-size: 14.5px; font-weight: 700; color: var(--ink);
}
.hero-points span { display: flex; align-items: center; gap: 8px; padding: 4px 0; }
.hero-points .num { color: var(--gold-dark); }
.hero-points .divider { color: var(--gold-pale); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }

/* ---------- 信頼バー ---------- */
.trust-bar { padding: 22px 0; background: var(--white); border-top: 1px solid var(--gold-line); border-bottom: 1px solid var(--gold-line); }
.trust-inner {
  max-width: 1120px; margin: 0 auto; padding: 0 24px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 44px;
  font-size: 14px; color: var(--ink);
}
.trust-inner span { display: flex; align-items: center; gap: 8px; }
.trust-inner .check { color: var(--gold); font-weight: 700; }

/* ---------- サービスの流れ ---------- */
.flow { background: var(--cream); }
.flow-list { display: flex; flex-direction: column; gap: 18px; max-width: 860px; margin: 0 auto; }
.flow-step {
  background: var(--white); border: 1px solid rgba(179, 152, 95, 0.25);
  border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
  position: relative;
}
.flow-step::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, #c2a76c, #a98d4f);
}
.flow-toggle {
  width: 100%; display: flex; align-items: center; gap: 22px;
  padding: 26px 30px; background: none; border: none; cursor: pointer;
  text-align: left; font-family: inherit; color: inherit;
}
.flow-num {
  font-family: var(--serif); font-size: 30px; color: var(--gold);
  font-weight: 600; min-width: 56px; line-height: 1;
}
.flow-num small { display: block; font-size: 9px; letter-spacing: 0.28em; color: var(--muted); margin-bottom: 4px; text-transform: uppercase; }
.flow-titles { flex: 1; }
.flow-title { font-family: var(--serif); font-size: 20px; font-weight: 600; letter-spacing: 0.05em; }
.flow-summary { font-size: 13.5px; color: var(--muted); margin-top: 4px; }
.flow-arrow {
  width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 15px; transition: transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}
.flow-step.open .flow-arrow { transform: rotate(45deg); background: var(--gold); color: #fff; }
.flow-detail { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
.flow-detail-inner {
  padding: 0 30px 30px 108px; color: var(--ink); font-size: 15px;
  border-top: 1px dashed var(--gold-pale); margin: 0 30px 0 30px; padding: 20px 0 30px 78px;
}
.flow-detail-inner ul { margin-top: 10px; }
.flow-detail-inner li { position: relative; padding-left: 20px; margin-bottom: 6px; }
.flow-detail-inner li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 10px; top: 7px; }
.flow-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
.flow-connector { text-align: center; color: var(--gold); font-size: 18px; line-height: 1; margin: -4px 0; }
.flow-cta { text-align: center; margin-top: 56px; }
.flow-cta p { font-family: var(--serif); font-size: 18px; margin-bottom: 22px; letter-spacing: 0.08em; }

/* ---------- 特徴 ---------- */
.features { background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card {
  background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.22);
  border-radius: var(--radius); padding: 40px 30px; text-align: center;
}
.feature-icon {
  width: 64px; height: 64px; margin: 0 auto 22px; border-radius: 50%;
  background: linear-gradient(135deg, #c2a76c, #a98d4f); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.feature-num { font-family: var(--serif); font-size: 12px; letter-spacing: 0.3em; color: var(--gold); display: block; margin-bottom: 10px; }
.feature-title { font-family: var(--serif); font-size: 19px; font-weight: 600; margin-bottom: 14px; line-height: 1.6; }
.feature-text { font-size: 14.5px; color: var(--muted); text-align: left; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream-2); }
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--white); border: 1px solid rgba(179, 152, 95, 0.25); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; gap: 18px;
  padding: 22px 26px; background: none; border: none; cursor: pointer;
  text-align: left; font-family: inherit; color: inherit;
  font-size: 16px; font-weight: 700; letter-spacing: 0.04em;
}
.faq-q .mark { font-family: var(--serif); color: var(--gold); font-size: 22px; font-weight: 600; min-width: 26px; }
.faq-q .faq-arrow { margin-left: auto; color: var(--gold); transition: transform 0.3s ease; font-size: 13px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-inner {
  padding: 0 26px 24px 70px; font-size: 15px; color: var(--ink);
  display: flex; gap: 18px; padding-top: 2px;
}
.faq-a-inner .mark { font-family: var(--serif); color: var(--gold-dark); font-size: 20px; font-weight: 600; min-width: 26px; margin-left: -44px; }

/* ---------- CTA ---------- */
.cta-band {
  background: linear-gradient(120deg, #b79c62 0%, #a3874a 55%, #8f7439 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 20% 0%, rgba(255,255,255,0.18), transparent 55%);
}
.cta-band .en-label { color: rgba(255, 255, 255, 0.85); }
.cta-band .section-title { color: #fff; }
.cta-band p.lead { margin: 22px auto 34px; max-width: 620px; color: rgba(255,255,255,0.92); }
.cta-band .btn-white {
  background: #fff; color: var(--gold-dark); font-size: 16px; padding: 18px 52px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
}
.cta-band .btn-white:hover { transform: translateY(-2px); }
.cta-band .cta-note { margin-top: 18px; font-size: 13px; color: rgba(255,255,255,0.85); }
.cta-band .container { position: relative; z-index: 1; }

/* ---------- 会社概要 ---------- */
.company { background: var(--white); }
.company-table { max-width: 760px; margin: 0 auto; width: 100%; border-collapse: collapse; }
.company-table th, .company-table td {
  padding: 20px 18px; border-bottom: 1px solid rgba(179, 152, 95, 0.25);
  text-align: left; vertical-align: top; font-size: 15px;
}
.company-table th {
  width: 180px; font-family: var(--serif); font-weight: 600; color: var(--gold-dark);
  letter-spacing: 0.1em; white-space: nowrap;
}
.company-table ul li { position: relative; padding-left: 16px; }
.company-table ul li::before { content: "・"; position: absolute; left: 0; color: var(--gold); }

/* ---------- フッター ---------- */
.site-footer { background: #262019; color: #d8d0c2; padding: 64px 0 110px; }
.footer-inner { max-width: 1120px; margin: 0 auto; padding: 0 24px; text-align: center; }
.footer-brand { font-family: var(--serif); font-size: 22px; letter-spacing: 0.28em; color: #e8dfc9; }
.footer-tag { font-size: 10px; letter-spacing: 0.3em; color: var(--gold); margin-top: 6px; text-transform: uppercase; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; margin: 30px 0; font-size: 13.5px; }
.footer-nav a:hover { color: var(--gold-pale); }
.footer-copy { font-size: 12px; color: #97917f; letter-spacing: 0.08em; }

/* ---------- 下部固定CTAバー ---------- */
.bottom-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(250, 246, 239, 0.97); backdrop-filter: blur(8px);
  border-top: 1px solid var(--gold-line);
  padding: 12px 20px;
  display: flex; align-items: center; justify-content: center; gap: 26px;
  transform: translateY(110%); transition: transform 0.4s ease;
  box-shadow: 0 -6px 24px rgba(43, 38, 32, 0.1);
}
.bottom-bar.visible { transform: translateY(0); }
.bottom-bar .points { display: flex; gap: 18px; font-size: 13px; font-weight: 700; }
.bottom-bar .points span { display: flex; align-items: center; gap: 6px; }
.bottom-bar .points .check { color: var(--gold); }
.bottom-bar .btn { padding: 12px 32px; font-size: 14px; }

/* ---------- 問い合わせページ ---------- */
.page-hero {
  padding: 150px 0 60px; text-align: center;
  background: linear-gradient(180deg, var(--cream-2), var(--cream));
}
.breadcrumb { font-size: 12.5px; color: var(--muted); margin-top: 16px; letter-spacing: 0.06em; }
.breadcrumb a { color: var(--gold-dark); }
.contact-section { padding: 60px 0 110px; }
.contact-lead { text-align: center; max-width: 620px; margin: 0 auto 48px; color: var(--muted); font-size: 15px; }
.contact-form {
  max-width: 680px; margin: 0 auto; background: var(--white);
  border: 1px solid rgba(179, 152, 95, 0.25); border-radius: 14px;
  box-shadow: var(--shadow); padding: 52px 48px;
}
.form-group { margin-bottom: 30px; }
.form-label { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 14.5px; margin-bottom: 10px; letter-spacing: 0.04em; }
.badge { font-size: 10.5px; font-weight: 700; padding: 2px 10px; border-radius: 999px; letter-spacing: 0.1em; }
.badge.req { background: #a4443c; color: #fff; }
.badge.opt { background: var(--cream-2); color: var(--muted); }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 14px 16px; font-size: 15.5px; font-family: inherit;
  border: 1px solid rgba(179, 152, 95, 0.4); border-radius: 8px;
  background: var(--cream); color: var(--ink); transition: border 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none; border-color: var(--gold); background: #fff;
  box-shadow: 0 0 0 3px rgba(179, 152, 95, 0.15);
}
.form-textarea { min-height: 140px; resize: vertical; }
.form-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b3985f' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-hint { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
.intent-group { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.intent-option input { position: absolute; opacity: 0; }
.intent-option span {
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 14px 8px; border: 1px solid rgba(179, 152, 95, 0.4); border-radius: 8px;
  font-size: 13.5px; font-weight: 700; cursor: pointer; background: var(--cream);
  transition: all 0.2s ease; line-height: 1.5; min-height: 58px;
}
.intent-option input:checked + span {
  background: linear-gradient(135deg, #c2a76c, #a98d4f); color: #fff;
  border-color: transparent; box-shadow: 0 4px 14px rgba(169, 141, 79, 0.35);
}
.intent-option input:focus-visible + span { outline: 2px solid var(--gold-dark); outline-offset: 2px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; }
.consent-row input { margin-top: 5px; accent-color: var(--gold-dark); width: 17px; height: 17px; }
.consent-row a { color: var(--gold-dark); text-decoration: underline; }
.form-error {
  display: none; background: #fdf0ef; border: 1px solid #d9a49f; color: #8f3a33;
  border-radius: 8px; padding: 14px 18px; font-size: 14px; margin-bottom: 24px;
}
.form-error.visible { display: block; }
.form-submit { text-align: center; margin-top: 36px; }
.form-submit .btn { width: 100%; max-width: 380px; font-size: 16px; padding: 18px 20px; }
.form-submit .btn[disabled] { opacity: 0.6; cursor: wait; transform: none; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- 完結ページ（thanks / privacy） ---------- */
.simple-page { padding: 40px 0 110px; }
.simple-card {
  max-width: 680px; margin: 0 auto; background: var(--white);
  border: 1px solid rgba(179, 152, 95, 0.25); border-radius: 14px;
  box-shadow: var(--shadow); padding: 56px 48px; text-align: center;
}
.simple-card .icon {
  width: 72px; height: 72px; margin: 0 auto 26px; border-radius: 50%;
  background: linear-gradient(135deg, #c2a76c, #a98d4f); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 30px;
}
.simple-card h1 { font-family: var(--serif); font-size: 26px; letter-spacing: 0.08em; margin-bottom: 18px; }
.simple-card p { color: var(--muted); font-size: 15px; }
.simple-card .btn { margin-top: 34px; }

.privacy-body { max-width: 760px; margin: 0 auto; background: var(--white); border: 1px solid rgba(179,152,95,0.25); border-radius: 14px; padding: 52px 48px; box-shadow: var(--shadow); }
.privacy-body h2 { font-family: var(--serif); font-size: 19px; color: var(--gold-dark); margin: 34px 0 12px; letter-spacing: 0.06em; }
.privacy-body h2:first-of-type { margin-top: 0; }
.privacy-body p, .privacy-body li { font-size: 14.5px; color: var(--ink); }
.privacy-body ul { margin: 8px 0 8px 4px; }
.privacy-body ul li { position: relative; padding-left: 18px; margin-bottom: 4px; }
.privacy-body ul li::before { content: "・"; position: absolute; left: 0; color: var(--gold); }
.privacy-date { text-align: right; color: var(--muted); font-size: 13px; margin-top: 30px; }

/* ---------- アニメーション（JS有効時のみ） ---------- */
html.js .fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
html.js .fade-in.shown { opacity: 1; transform: none; }

/* ============================================================
   アニメーション強化
   ============================================================ */

/* --- ヒーロー: ゆっくりズーム（Ken Burns） --- */
@keyframes heroZoom {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}
html.js .hero-bg {
  animation: heroZoom 22s ease-in-out infinite alternate;
  will-change: transform;
}

/* --- ヒーロー: 読み込み時の段階フェード --- */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: none; }
}
html.js .hero-brand   { animation: fadeUp 0.9s 0.15s cubic-bezier(0.22, 0.8, 0.35, 1) both; }
html.js .hero-catch   { animation: fadeUp 0.9s 0.35s cubic-bezier(0.22, 0.8, 0.35, 1) both; }
html.js .hero-lead    { animation: fadeUp 0.9s 0.55s cubic-bezier(0.22, 0.8, 0.35, 1) both; }
html.js .hero-points  { animation: fadeUp 0.9s 0.7s  cubic-bezier(0.22, 0.8, 0.35, 1) both; }
html.js .hero-actions { animation: fadeUp 0.9s 0.85s cubic-bezier(0.22, 0.8, 0.35, 1) both; }

/* --- ヒーロー: 金の微粒子（ゆっくり立ちのぼる） --- */
.hero-particles { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.hero-particles span {
  position: absolute; bottom: -12px; display: block;
  width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle, #dcc796 0%, rgba(220, 199, 150, 0) 70%);
  opacity: 0;
  animation: rise linear infinite;
}
@keyframes rise {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  8%   { opacity: 0.85; }
  60%  { opacity: 0.5; }
  100% { transform: translateY(-92vh) translateX(24px); opacity: 0; }
}
.hero-particles span:nth-child(1) { left: 8%;  animation-duration: 16s; animation-delay: 0s;   width: 6px;  height: 6px; }
.hero-particles span:nth-child(2) { left: 22%; animation-duration: 21s; animation-delay: 4s;   width: 9px;  height: 9px; }
.hero-particles span:nth-child(3) { left: 38%; animation-duration: 18s; animation-delay: 9s;   width: 5px;  height: 5px; }
.hero-particles span:nth-child(4) { left: 57%; animation-duration: 23s; animation-delay: 2s;   width: 8px;  height: 8px; }
.hero-particles span:nth-child(5) { left: 72%; animation-duration: 17s; animation-delay: 12s;  width: 6px;  height: 6px; }
.hero-particles span:nth-child(6) { left: 86%; animation-duration: 20s; animation-delay: 6s;   width: 10px; height: 10px; }
.hero-particles span:nth-child(7) { left: 48%; animation-duration: 26s; animation-delay: 15s;  width: 7px;  height: 7px; }
.hero-particles span:nth-child(8) { left: 93%; animation-duration: 19s; animation-delay: 10s;  width: 5px;  height: 5px; }

/* --- ヒーロー: SCROLLインジケーター --- */
.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  z-index: 2; pointer-events: none;
}
.scroll-hint span {
  font-family: var(--serif); font-size: 10px; letter-spacing: 0.42em;
  color: var(--gold-dark); text-transform: uppercase; padding-left: 0.42em;
}
.scroll-hint i {
  display: block; width: 1px; height: 54px;
  background: rgba(179, 152, 95, 0.3); position: relative; overflow: hidden;
}
.scroll-hint i::after {
  content: ""; position: absolute; left: 0; top: -45%;
  width: 1px; height: 45%; background: var(--gold-dark);
  animation: scrollLine 2.1s cubic-bezier(0.6, 0, 0.3, 1) infinite;
}
@keyframes scrollLine { to { top: 105%; } }

/* --- 見出し罫線: 金のきらめき --- */
html.js .gold-rule {
  background: linear-gradient(90deg, var(--gold) 0%, #ead9ae 45%, var(--gold) 90%);
  background-size: 220% 100%;
  animation: ruleShimmer 3.4s linear infinite;
}
@keyframes ruleShimmer {
  from { background-position: 120% 0; }
  to { background-position: -120% 0; }
}

/* --- ボタン: ホバーで光が走る --- */
.btn { position: relative; overflow: hidden; }
.btn::before {
  content: ""; position: absolute; top: 0; left: -80%;
  width: 45%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-22deg);
  pointer-events: none;
}
.btn:hover::before { animation: btnShine 0.85s ease; }
@keyframes btnShine { to { left: 130%; } }

/* --- サービスの流れ: ホバーで浮く＋矢印が反応 --- */
.flow-step { transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }
.flow-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(43, 38, 32, 0.14);
  border-color: var(--gold);
}
.flow-num { transition: transform 0.35s ease; }
.flow-step:hover .flow-num { transform: scale(1.12); }
.flow-step:not(.open) .flow-toggle:hover .flow-arrow {
  background: var(--gold); color: #fff; transform: rotate(90deg);
}
html.js .flow-connector { animation: bob 2.4s ease-in-out infinite; }
@keyframes bob {
  0%, 100% { transform: translateY(-2px); opacity: 0.65; }
  50% { transform: translateY(4px); opacity: 1; }
}

/* --- 特徴カード: ホバーで浮く＋アイコンが揺れる／常時ふわふわ --- */
.feature-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(43, 38, 32, 0.13);
  border-color: var(--gold);
  background: var(--white);
}
html.js .feature-icon { animation: floatY 4.6s ease-in-out infinite; }
.feature-card:nth-child(2) .feature-icon { animation-delay: 1.4s; }
.feature-card:nth-child(3) .feature-icon { animation-delay: 2.8s; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
.feature-card:hover .feature-icon {
  animation: iconPop 0.5s ease;
  box-shadow: 0 10px 24px rgba(169, 141, 79, 0.4);
}
@keyframes iconPop {
  0% { transform: scale(1); }
  45% { transform: scale(1.16) rotate(-7deg); }
  100% { transform: scale(1); }
}

/* --- FAQ: ホバーで枠が金に --- */
.faq-item { transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
.faq-item:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-2px); }
.faq-q .mark { transition: transform 0.3s ease; }
.faq-item:hover .faq-q .mark { transform: scale(1.2); }

/* --- CTA帯: 光がゆっくり漂う --- */
.cta-band::after {
  content: ""; position: absolute; top: -160px; left: -140px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 68%);
  animation: drift 16s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(78vw, 90px) scale(1.25); }
}

/* --- 会社概要: 行ホバー --- */
.company-table tr { transition: background 0.25s ease; }
.company-table tr:hover { background: rgba(179, 152, 95, 0.07); }

/* --- フォーム: 検討状況ボタンのホバー --- */
.intent-option span { transition: all 0.25s ease; }
.intent-option:hover span:not(:checked + span) { border-color: var(--gold); transform: translateY(-2px); }

/* --- ナビ・フッターリンクの余韻 --- */
.footer-nav a { transition: color 0.25s ease, letter-spacing 0.25s ease; }

/* --- スクロール出現の時間差（グリッド内） --- */
html.js .feature-grid .fade-in:nth-child(2) { transition-delay: 0.15s; }
html.js .feature-grid .fade-in:nth-child(3) { transition-delay: 0.3s; }

/* --- 品質: 選択色・フォーカスリング --- */
::selection { background: rgba(179, 152, 95, 0.3); }
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold-dark); outline-offset: 3px; border-radius: 4px;
}

/* --- アクセシビリティ: 動きを控える設定を尊重 --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .hero-particles, .scroll-hint { display: none; }
}

/* ---------- レスポンシブ ---------- */
@media (max-width: 900px) {
  .feature-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .global-nav { display: none; }
  .nav-toggle {
    display: flex; flex-direction: column; gap: 5px; background: none; border: none;
    cursor: pointer; padding: 8px;
  }
  .nav-toggle span { width: 24px; height: 2px; background: var(--gold-dark); transition: all 0.3s; }
  .global-nav.open {
    display: flex; position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; background: var(--cream); padding: 24px;
    border-bottom: 1px solid var(--gold-line); gap: 18px;
    box-shadow: 0 14px 30px rgba(43,38,32,0.12);
  }
}
@media (max-width: 640px) {
  section { padding: 68px 0; }
  .hero { min-height: auto; padding: 130px 0 80px; }
  .hero-actions .btn { width: 100%; }
  .flow-toggle { padding: 20px 18px; gap: 14px; }
  .flow-num { font-size: 24px; min-width: 44px; }
  .flow-title { font-size: 17px; }
  .flow-summary { display: none; }
  .flow-detail-inner { margin: 0 18px; padding: 16px 0 24px; }
  .faq-a-inner { padding-left: 26px; }
  .faq-a-inner .mark { margin-left: 0; }
  .contact-form, .privacy-body, .simple-card { padding: 36px 22px; }
  .intent-group { grid-template-columns: 1fr; }
  .company-table th { width: 110px; padding: 16px 10px; }
  .company-table td { padding: 16px 10px; }
  .bottom-bar .points { display: none; }
  .header-cta { padding: 10px 14px; font-size: 12px; }
  .brand-name { font-size: 15px; letter-spacing: 0.12em; }
  .brand-tag { font-size: 8px; letter-spacing: 0.2em; white-space: nowrap; }
}

/* ============================================================
   拡充セクション（お悩み/サービス/EC/数字/活用シーン/メッセージ/お知らせ）
   ============================================================ */

.sp-only { display: none; }

/* ---------- 工程マーキー（自動スクロール帯） ---------- */
.marquee-band { background: var(--white); padding: 90px 0 70px; overflow: hidden; }
.marquee-band .section-head { margin-bottom: 44px; }
.marquee-wrap { overflow: hidden; padding: 14px 0; position: relative; }
.marquee-wrap::before, .marquee-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.marquee-wrap::before { left: 0; background: linear-gradient(90deg, var(--white), transparent); }
.marquee-wrap::after { right: 0; background: linear-gradient(-90deg, var(--white), transparent); }
.marquee { display: flex; gap: 24px; width: max-content; animation: marqueeMove 55s linear infinite; }
.marquee.reverse { animation-direction: reverse; animation-duration: 62s; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
@keyframes marqueeMove { to { transform: translateX(-50%); } }
.m-card {
  position: relative; width: 320px; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(179, 152, 95, 0.3); box-shadow: var(--shadow);
  flex-shrink: 0; background: var(--cream);
}
.m-card img { width: 100%; height: 200px; object-fit: cover; display: block; transition: transform 0.6s ease; }
.m-card:hover img { transform: scale(1.07); }
.m-label {
  position: absolute; left: 14px; bottom: 14px;
  background: rgba(43, 38, 32, 0.72); color: #fff;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em;
  padding: 7px 18px; border-radius: 999px; backdrop-filter: blur(4px);
}
.m-label .no { color: #e3cf9d; font-family: var(--serif); margin-right: 8px; }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none !important; } }
@media (max-width: 640px) {
  .m-card { width: 236px; }
  .m-card img { height: 150px; }
  .marquee { gap: 14px; animation-duration: 38s; }
  .marquee.reverse { animation-duration: 44s; }
}

/* ---------- お悩み ---------- */
.problems { background: var(--white); }
.problem-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  max-width: 880px; margin: 0 auto;
}
.problem-item {
  position: relative; display: block;
  background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.25);
  border-radius: var(--radius); padding: 20px 24px 20px 64px; font-size: 15px;
  line-height: 1.9;
  text-wrap: balance; /* 折り返し時に行の文字数を均等化（1文字だけの孤立行を防ぐ） */
  word-break: auto-phrase; /* 日本語の文節単位で自然に折り返す（対応ブラウザのみ） */
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.problem-item:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: var(--shadow); }
.problem-item strong { color: var(--gold-dark); font-weight: 700; white-space: nowrap; }
.p-check {
  position: absolute; left: 24px; top: 22px;
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, #c2a76c, #a98d4f); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 12px;
}
.problem-answer {
  display: flex; align-items: center; justify-content: center; gap: 26px;
  margin-top: 52px;
}
.problem-answer p {
  font-family: var(--serif); font-size: clamp(19px, 3vw, 26px);
  font-weight: 600; letter-spacing: 0.06em; text-align: center;
}
.problem-answer em { font-style: normal; color: var(--gold-dark); }
.pa-line { width: 60px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* ---------- サービス一覧 ---------- */
.services { background: var(--cream-2); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.service-card {
  position: relative; background: var(--white);
  border: 1px solid rgba(179, 152, 95, 0.25); border-radius: var(--radius);
  padding: 40px 36px 34px; overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(43, 38, 32, 0.13); border-color: var(--gold); }
.service-num {
  position: absolute; top: 14px; right: 22px; z-index: 2;
  font-family: var(--serif); font-size: 54px; color: rgba(255, 255, 255, 0.75);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  font-weight: 600; line-height: 1; transition: color 0.4s ease;
}
.service-card:hover .service-num { color: rgba(255, 255, 255, 0.95); }
.service-photo { margin: -40px -36px 26px; height: 185px; overflow: hidden; position: relative; }
.service-photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(43, 38, 32, 0.18));
}
.service-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.55s ease; }
.service-card:hover .service-photo img { transform: scale(1.08); }
.service-icon {
  width: 58px; height: 58px; border-radius: 14px; font-size: 26px;
  background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.3);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
  transition: transform 0.35s ease;
}
.service-card:hover .service-icon { transform: scale(1.1) rotate(-5deg); }
.service-title { font-family: var(--serif); font-size: 21px; font-weight: 600; margin-bottom: 12px; letter-spacing: 0.04em; }
.service-text { font-size: 14.5px; color: var(--muted); flex: 1; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.service-tags span {
  font-size: 11.5px; font-weight: 700; color: var(--gold-dark);
  background: rgba(179, 152, 95, 0.12); border-radius: 999px; padding: 4px 13px;
  letter-spacing: 0.05em;
}
.service-more {
  margin-top: 20px; font-size: 13.5px; font-weight: 700; color: var(--gold-dark);
  display: inline-flex; align-items: center; gap: 6px; letter-spacing: 0.08em;
}
.service-more .arr { transition: transform 0.3s ease; }
.service-card:hover .service-more .arr { transform: translateX(5px); }
.services-cta { text-align: center; margin-top: 44px; }

/* ---------- 直販EC ---------- */
.ec-section {
  background: linear-gradient(180deg, #f6efdf 0%, #f0e6cf 100%);
  position: relative; overflow: hidden;
}
.ec-section::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% -10%, rgba(255, 255, 255, 0.7), transparent 55%);
}
.ec-section .container { position: relative; z-index: 1; }
.ec-badge {
  display: inline-block; margin-top: 14px; font-size: 12.5px; font-weight: 700;
  color: var(--gold-dark); background: var(--white);
  border: 1px solid var(--gold); border-radius: 999px;
  padding: 6px 18px; letter-spacing: 0.08em;
}
.ec-photo {
  max-width: 860px; margin: 0 auto 46px; border-radius: 14px; overflow: hidden;
  box-shadow: 0 18px 46px rgba(43, 38, 32, 0.16); position: relative;
}
.ec-photo img { width: 100%; height: 300px; object-fit: cover; display: block; }
.ec-photo .ec-photo-label {
  position: absolute; left: 18px; bottom: 18px;
  background: rgba(255, 255, 255, 0.88); color: var(--gold-dark);
  font-size: 13px; font-weight: 700; letter-spacing: 0.08em;
  padding: 8px 20px; border-radius: 999px;
}
.ec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ec-card {
  background: var(--white); border: 1px solid rgba(179, 152, 95, 0.3);
  border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.ec-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(43, 38, 32, 0.14); border-color: var(--gold); }
.ec-icon { font-size: 28px; margin-bottom: 14px; }
.ec-card h3 { font-family: var(--serif); font-size: 17px; color: var(--ink); margin-bottom: 10px; letter-spacing: 0.05em; }
.ec-card p { font-size: 13.5px; color: var(--muted); line-height: 1.85; }

/* ---------- 数字で見る ---------- */
.stats { background: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-tile {
  text-align: center; padding: 38px 16px 32px;
  background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.25);
  border-radius: var(--radius);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.stat-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--gold); }
.stat-num {
  font-family: var(--serif); font-size: 58px; color: var(--gold-dark);
  font-weight: 600; line-height: 1;
}
.stat-num small { font-size: 22px; margin-left: 2px; }
.stat-unit {
  font-size: 13px; font-weight: 700; color: var(--gold-dark);
  letter-spacing: 0.2em; margin: 10px 0 12px;
}
.stat-label { font-size: 13px; color: var(--muted); line-height: 1.8; }

/* ---------- 活用シーン ---------- */
.usecases { background: var(--cream-2); }
.usecase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 940px; margin: 0 auto; }
.usecase-card {
  background: var(--white); border: 1px solid rgba(179, 152, 95, 0.25);
  border-radius: var(--radius); padding: 32px 32px 28px; position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.usecase-card::before {
  content: ""; position: absolute; top: 0; left: 32px; width: 46px; height: 3px;
  background: linear-gradient(90deg, #c2a76c, #a98d4f); border-radius: 0 0 3px 3px;
}
.usecase-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--gold); }
.uc-num { font-family: var(--serif); font-size: 12px; letter-spacing: 0.3em; color: var(--gold); text-transform: uppercase; }
.usecase-card h3 { font-family: var(--serif); font-size: 18.5px; font-weight: 600; margin: 12px 0 12px; letter-spacing: 0.04em; }
.usecase-card p { font-size: 14px; color: var(--muted); }

/* ---------- 代表メッセージ ---------- */
.message { background: var(--white); position: relative; overflow: hidden; }
.message-grid {
  display: grid; grid-template-columns: 0.9fr 1.25fr; gap: 60px;
  align-items: center; max-width: 1040px; margin: 0 auto;
}
.message-photo {
  border-radius: 16px; overflow: hidden; box-shadow: 0 18px 46px rgba(43, 38, 32, 0.15);
  position: relative;
}
.message-photo img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; transition: transform 0.6s ease; }
.message-photo:hover img { transform: scale(1.05); }
.message-grid .message-inner { text-align: left; }
.message-grid .message-inner .gold-rule { margin-left: 0 !important; margin-right: auto !important; }
.message-grid .message-quote { text-align: left; }
@media (max-width: 900px) {
  .message-grid { grid-template-columns: 1fr; gap: 36px; }
  .message-photo img { min-height: 240px; max-height: 300px; }
  .message-grid .message-inner { text-align: center; }
  .message-grid .message-inner .gold-rule { margin-left: auto !important; }
}
.message-inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; }
.message-quote {
  font-family: Georgia, serif; font-size: 130px; line-height: 0.6;
  color: rgba(179, 152, 95, 0.22); height: 46px; user-select: none;
}
.message-title {
  font-family: var(--serif); font-size: clamp(23px, 3.6vw, 32px);
  font-weight: 600; letter-spacing: 0.06em; line-height: 1.7;
}
.message-text { margin-top: 30px; font-size: 15.5px; line-height: 2.2; color: var(--ink); }
.message-sign { margin-top: 36px; font-size: 13.5px; color: var(--muted); line-height: 1.9; }
.message-sign span { font-family: var(--serif); font-size: 17px; color: var(--ink); letter-spacing: 0.12em; }

/* ---------- お知らせ ---------- */
.news { background: var(--cream); }
.news-list { max-width: 860px; margin: 0 auto; border-top: 1px solid rgba(179, 152, 95, 0.35); }
.news-item {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  padding: 22px 12px; border-bottom: 1px solid rgba(179, 152, 95, 0.35);
  transition: background 0.25s ease, padding-left 0.25s ease;
}
.news-item:hover { background: rgba(179, 152, 95, 0.07); padding-left: 20px; }
.news-item time { font-family: var(--serif); font-size: 14px; color: var(--gold-dark); letter-spacing: 0.08em; }
.news-cat {
  font-size: 11px; font-weight: 700; color: var(--gold-dark);
  border: 1px solid var(--gold); border-radius: 999px; padding: 3px 12px; letter-spacing: 0.1em;
}
.news-title { font-size: 14.5px; flex: 1; min-width: 200px; }

/* ---------- サービス詳細ページ ---------- */
.svc-detail { padding: 72px 0; }
.svc-block {
  max-width: 960px; margin: 0 auto; background: var(--white);
  border: 1px solid rgba(179, 152, 95, 0.25); border-radius: 14px;
  box-shadow: var(--shadow); padding: 52px 54px; position: relative; overflow: hidden;
}
.svc-block::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #c2a76c, #a98d4f);
}
.svc-head { display: flex; align-items: center; gap: 22px; margin-bottom: 8px; flex-wrap: wrap; }
.svc-icon {
  width: 64px; height: 64px; border-radius: 16px; font-size: 30px;
  background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.3);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.svc-head-txt .svc-en { font-family: var(--serif); font-size: 11px; letter-spacing: 0.32em; color: var(--gold); text-transform: uppercase; display: block; }
.svc-head-txt h2 { font-family: var(--serif); font-size: clamp(22px, 3vw, 28px); font-weight: 600; letter-spacing: 0.05em; margin-top: 4px; }
.svc-intro { color: var(--muted); font-size: 15px; margin: 16px 0 34px; }
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.svc-box { background: var(--cream); border: 1px solid rgba(179, 152, 95, 0.22); border-radius: var(--radius); padding: 26px 28px; }
.svc-box h3 {
  font-family: var(--serif); font-size: 16px; color: var(--gold-dark);
  letter-spacing: 0.1em; margin-bottom: 14px; display: flex; align-items: center; gap: 10px;
}
.svc-box h3::before { content: "◆"; font-size: 10px; color: var(--gold); }
.svc-box li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 14px; }
.svc-box li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.svc-fee {
  margin-top: 30px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap; background: rgba(179, 152, 95, 0.09);
  border: 1px dashed var(--gold); border-radius: var(--radius); padding: 22px 28px;
}
.svc-fee p { font-size: 14px; }
.svc-fee strong { color: var(--gold-dark); }
.svc-fee .btn { padding: 12px 28px; font-size: 13.5px; }

/* ---------- 対応ジャンル ---------- */
.genres { text-align: center; }
.genre-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 780px; margin: 0 auto; }
.genre-chips span {
  font-size: 13.5px; font-weight: 500; color: var(--ink);
  background: var(--white); border: 1px solid rgba(179, 152, 95, 0.4);
  border-radius: 999px; padding: 9px 22px;
  transition: all 0.25s ease;
}
.genre-chips span:hover {
  background: linear-gradient(135deg, #c2a76c, #a98d4f); color: #fff;
  border-color: transparent; transform: translateY(-2px);
}

/* ---------- 拡充分のレスポンシブ ---------- */
@media (max-width: 900px) {
  .service-grid, .usecase-grid { grid-template-columns: 1fr; }
  .ec-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-cols { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .sp-only { display: inline; }
  .pc-only { display: none; }
  .problem-grid { grid-template-columns: 1fr; }
  .ec-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .stat-num { font-size: 44px; }
  .problem-answer { gap: 14px; }
  .pa-line { width: 30px; }
  .svc-block { padding: 34px 22px; }
  .svc-fee { flex-direction: column; align-items: stretch; text-align: center; }
  .message-text br.pc-only { display: none; }
}
