@charset "utf-8";
/* ===========================================================
   株式会社Purple-K
   ブランド色はロゴから採取: 紫 #A800FC / 黄 #FFFF00 / 黒
   明るい配色で組む。Webフォントは読み込まない（和文は分割配信で
   リクエストが激増するため、端末のフォントを使う）。
   =========================================================== */

:root {
  /* 面（3段） */
  --s0: #ffffff;
  --s1: #f8f6fb;
  --s2: #f0ebf7;
  /* 線（4段） */
  --l1: #efeaf5;
  --l2: #e1d8ec;
  --l3: #c9b9db;
  --l4: #1a0826;
  /* 文字（6段） */
  --t1: #1a0826;
  --t2: #33224a;
  --t3: #57466e;
  --t4: #7a6b90;
  --t5: #a396b3;
  --t6: #ffffff;
  /* ブランド */
  --br: #a800fc;
  --br-d: #7d00bd;
  --br-dd: #43006a;
  --br-l: #f4e6ff;
  --br-ll: #fbf6ff;
  --ac: #ffd600;
  --ac-d: #8a6b00;
  --ink: #170724;
  --ok: #0a7d4f;
  --warn: #b23c00;
  /* 影（4段） */
  --e1: 0 1px 2px rgba(35, 8, 54, .06), 0 1px 1px rgba(35, 8, 54, .04);
  --e2: 0 2px 6px rgba(35, 8, 54, .07), 0 4px 14px rgba(35, 8, 54, .05);
  --e3: 0 8px 22px rgba(35, 8, 54, .10), 0 2px 6px rgba(35, 8, 54, .06);
  --e4: 0 20px 48px rgba(35, 8, 54, .16), 0 6px 14px rgba(35, 8, 54, .08);
  /* 字（7段） */
  --f1: 12px;
  --f2: 13.5px;
  --f3: 15px;
  --f4: 17px;
  --f5: 21px;
  --f6: 27px;
  --f7: 38px;
  --r: 12px;
  --rs: 8px;
  --wrap: 1180px;
  --jp: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic",
        "Yu Gothic Medium", "Yu Gothic", Meiryo, system-ui, sans-serif;
  --en: "Helvetica Neue", Arial, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--jp);
  font-size: var(--f3);
  line-height: 1.85;
  color: var(--t2);
  background: var(--s0);
  font-feature-settings: "palt" 1;
  text-align: left;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--br-d); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--br); }
h1, h2, h3, h4 { line-height: 1.45; color: var(--t1); margin: 0; font-weight: 800; letter-spacing: .01em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
table { border-collapse: collapse; }
:focus-visible { outline: 3px solid var(--br); outline-offset: 2px; border-radius: 4px; }

/* ---------- 部品 ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 20px; }
.wrap-n { max-width: 860px; }
.sr, .fld .sr, .fld input.sr, .fld select.sr, .fld textarea.sr {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; border: 0 !important;
  overflow: hidden; clip-path: inset(50%); white-space: nowrap;
}

.skip {
  position: absolute; left: 8px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 var(--rs) var(--rs);
}
.skip:focus { top: 0; }

/* 見出し */
.eyebrow {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--en); font-size: var(--f2); font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--br-d); margin-bottom: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--br); border-radius: 2px; flex: none; }

.h-sec { font-size: var(--f6); letter-spacing: 0; font-weight: 900; -webkit-text-stroke: .35px currentColor; }
.h-sub { font-size: var(--f5); font-weight: 800; }
.lede { font-size: var(--f4); color: var(--t2); line-height: 1.9; }
.muted { color: var(--t4); }
.small { font-size: var(--f2); color: var(--t4); line-height: 1.75; }
.mark { background: linear-gradient(transparent 62%, #ffe97a 62%); padding-bottom: 1px; }

/* ボタン */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 12px 26px; border-radius: 999px; border: 2px solid transparent;
  font-size: var(--f4); font-weight: 800; text-decoration: none; cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-p { background: var(--br); color: #fff; box-shadow: var(--e3); }
.btn-p:hover { background: var(--br-d); color: #fff; box-shadow: var(--e4); }
.btn-y { background: var(--ac); color: var(--ink); box-shadow: var(--e3); }
.btn-y:hover { background: #ffe14d; color: var(--ink); }
.btn-o { background: #fff; color: var(--br-d); border-color: var(--l3); box-shadow: var(--e1); }
.btn-o:hover { border-color: var(--br); background: var(--br-ll); }
.btn-g { background: #06c755; color: #fff; box-shadow: var(--e3); }
.btn-g:hover { background: #05b04b; color: #fff; }
.btn-s { min-height: 42px; padding: 8px 18px; font-size: var(--f3); }

/* ---------- ヘッダー ---------- */
.top-bar {
  background: var(--ink); color: #cdbcdd; font-size: var(--f1); line-height: 1.6;
}
.top-bar .wrap { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; justify-content: space-between; padding-block: 7px; }
.top-bar b { color: #fff; font-weight: 700; }
.top-bar .tb-r { display: flex; gap: 16px; flex-wrap: wrap; }

.hd { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--l1); }
.hd-in { display: flex; align-items: center; gap: 14px; min-height: 74px; }
.hd-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; flex: none; }
.hd-logo img { width: 148px; }
.hd-logo .hd-lg-sub { font-size: 10.5px; color: var(--t4); letter-spacing: .04em; line-height: 1.35; }
.hd-nav { margin-left: auto; display: flex; align-items: center; gap: 0; min-width: 0; }
.hd-nav a {
  font-size: 12.5px; font-weight: 700; color: var(--t2); text-decoration: none;
  padding: 9px 9px; border-radius: var(--rs); white-space: nowrap;
}
.hd-nav a:hover { background: var(--br-l); color: var(--br-d); }
.hd-nav a[aria-current="page"] { color: var(--br-d); background: var(--br-l); }
.hd-cta { display: flex; align-items: center; gap: 9px; flex: none; margin-left: 4px; }
.hd-tel { text-decoration: none; text-align: right; line-height: 1.15; }
.hd-tel .n { display: block; font-family: var(--en); font-size: 19px; font-weight: 700; color: var(--t1); letter-spacing: .01em; }
.hd-tel .l { display: block; font-size: 10px; color: var(--t4); }
.hd-burger { display: none; }

@media (max-width: 1240px) {
  .hd-nav { display: none; }
  .hd-burger {
    display: inline-flex; flex-direction: column; gap: 5px; justify-content: center; align-items: center;
    margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--l2); border-radius: var(--rs);
    background: #fff; cursor: pointer;
  }
  .hd-burger span { display: block; width: 21px; height: 2px; background: var(--t1); border-radius: 2px; }
  .hd-burger .lb { font-size: 9px; letter-spacing: .06em; color: var(--t4); }
  .hd-cta .hd-tel { display: none; }
  .hd-cta .btn { display: none; }
}
@media (max-width: 1400px) { .hd-logo .hd-lg-sub { display: none; } }
@media (max-width: 560px) {
  .hd-logo img { width: 120px; }
  .hd-logo .hd-lg-sub { display: none; }
}

/* 開閉メニュー（JSなしでも中身は読める：details） */
.mnav { border-bottom: 1px solid var(--l1); background: var(--s1); }
.mnav > summary { display: none; }
.mnav-in { padding-block: 18px; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.mnav h3 { font-size: var(--f2); color: var(--br-d); margin-bottom: 6px; }
.mnav ul { list-style: none; display: grid; gap: 2px; }
.mnav a { display: block; font-size: var(--f2); font-weight: 700; color: var(--t2); text-decoration: none; padding: 7px 9px; border-radius: var(--rs); }
.mnav a:hover { background: #fff; color: var(--br-d); }
@media (max-width: 1240px) { .mnav[hidden] { display: none; } }
@media (min-width: 1241px) { .mnav { display: none; } }
@media (max-width: 700px) { .mnav-in { grid-template-columns: 1fr; } }

/* ---------- ヒーロー ---------- */
.hero { position: relative; background: var(--ink); overflow: hidden; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(96deg, rgba(23,7,36,.94) 0%, rgba(23,7,36,.86) 42%, rgba(23,7,36,.40) 78%, rgba(23,7,36,.30) 100%);
}
.hero-in { position: relative; padding: 74px 0 66px; color: #fff; }
.hero h1 {
  color: #fff; font-size: clamp(29px, 4.9vw, 54px); line-height: 1.28;
  font-weight: 900; letter-spacing: -.005em;
  -webkit-text-stroke: .6px #fff;   /* 和文の太いウェイトが無い端末でも太く見せる */
  text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero h1 .hl { color: var(--ac); -webkit-text-stroke: .6px var(--ac); }
.hero .kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  background: rgba(168,0,252,.24); border: 1px solid rgba(198,120,255,.55);
  color: #f0dcff; font-size: var(--f2); font-weight: 700; padding: 6px 14px; border-radius: 999px;
}
.hero .hero-lead { color: #ddd0e8; font-size: var(--f4); max-width: 40em; margin-top: 20px; }
.hero-acts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-facts {
  display: flex; flex-wrap: wrap; gap: 10px 32px; margin-top: 34px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
}
.hero-facts div { color: #cbbadb; font-size: var(--f2); }
.hero-facts b { display: block; color: #fff; font-family: var(--en); font-size: 26px; font-weight: 800; line-height: 1.2; }
.hero-facts b em { font-style: normal; font-size: 13px; font-family: var(--jp); margin-left: 3px; }

/* ページ見出し（下層） */
.ph { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.ph-img { position: absolute; inset: 0; }
.ph-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ph-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgba(23,7,36,.93), rgba(23,7,36,.72) 60%, rgba(23,7,36,.5)); }
.ph-in { position: relative; padding: 46px 0 42px; }
.ph .en { font-family: var(--en); font-size: var(--f2); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #d3a6f5; }
.ph h1 {
  color: #fff; font-size: clamp(25px, 3.8vw, 42px); margin-top: 4px;
  font-weight: 900; letter-spacing: -.005em; -webkit-text-stroke: .5px #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.3);
}
.ph .ph-lead { color: #ddd0e8; margin-top: 14px; font-size: var(--f4); max-width: 44em; }

/* パン屑 */
.bc { background: var(--s1); border-bottom: 1px solid var(--l1); }
.bc ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px 8px; padding-block: 10px; font-size: var(--f1); color: var(--t4); }
.bc li + li::before { content: "›"; margin-right: 8px; color: var(--l3); }
.bc a { color: var(--t3); text-decoration: none; }
.bc a:hover { color: var(--br-d); text-decoration: underline; }

/* ---------- セクション ---------- */
.sec { padding-block: 68px; }
.sec-s { padding-block: 46px; }
.sec-1 { background: var(--s1); }
.sec-2 { background: var(--s2); }
.sec-d { background: var(--ink); color: #d6c8e2; }
.sec-d h2, .sec-d h3 { color: #fff; }
.sec-d .tbl-wrap { border-color: rgba(255,255,255,.18); }
.sec-d .tbl { color: var(--t2); }
.sec-d .tbl th, .sec-d .tbl td { color: var(--t2); }
.sec-d .tbl thead th { background: var(--s2); color: var(--t1); }
.sec-d .tbl th[scope="row"] { color: var(--t1); }
.sec-d .card, .sec-d .callout, .sec-d .numlist li, .sec-d .note { color: var(--t3); }
.sec-d .card h3, .sec-d .numlist h3 { color: var(--t1); }
.sec-d .eyebrow { color: #d3a6f5; }
.sec-d .eyebrow::before { background: var(--ac); }
.sec-hd { max-width: 46em; margin-bottom: 34px; }
.sec-hd p { margin-top: 12px; color: var(--t3); }
.sec-d .sec-hd p { color: #c3b2d2; }

/* グリッド */
.g2, .g3, .g4 { display: grid; gap: 20px; }
.g2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.g3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.g4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 980px) { .g4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .g3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 680px) { .g2, .g3, .g4 { grid-template-columns: 1fr; } }

/* カード */
.card {
  background: #fff; border: 1px solid var(--l1); border-radius: var(--r);
  box-shadow: var(--e1); overflow: hidden; display: flex; flex-direction: column;
  transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}
.card-l:hover { box-shadow: var(--e3); transform: translateY(-3px); border-color: var(--l2); }
.card figure { margin: 0; background: var(--s2); aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
.card figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-b { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.card-b h3 { font-size: var(--f4); margin-bottom: 8px; font-weight: 800; }
.card-b p { font-size: var(--f2); color: var(--t3); line-height: 1.8; margin: 0; }
.card a.cover { position: absolute; inset: 0; }
.card-more { margin-top: auto; padding-top: 14px; font-size: var(--f2); font-weight: 700; color: var(--br-d); }
.card-more::after { content: " →"; }

/* 番号つきの並び */
.numlist { list-style: none; display: grid; gap: 14px; counter-reset: n; }
.numlist li {
  counter-increment: n; background: #fff; border: 1px solid var(--l1); border-left: 4px solid var(--br);
  border-radius: var(--rs); padding: 18px 22px 18px 20px; box-shadow: var(--e1);
}
.numlist h3 { font-size: var(--f4); margin-bottom: 6px; display: flex; gap: 11px; align-items: baseline; }
.numlist h3::before {
  content: counter(n, decimal-leading-zero); font-family: var(--en); font-size: var(--f2);
  color: var(--br-d); background: var(--br-l); border-radius: 5px; padding: 2px 7px; flex: none;
}
.numlist p { font-size: var(--f3); color: var(--t3); margin: 0; }

/* 工程（ステップ） */
.steps { list-style: none; display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0,1fr)); counter-reset: s; }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .steps { grid-template-columns: 1fr; } }
.steps li { counter-increment: s; background: #fff; border: 1px solid var(--l1); border-radius: var(--r); overflow: hidden; box-shadow: var(--e1); }
.steps figure { margin: 0; aspect-ratio: 16/10; background: var(--s2); position: relative; overflow: hidden; }
.steps figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.steps .sb { padding: 16px 18px 20px; }
.steps h3 { font-size: var(--f4); display: flex; align-items: center; gap: 10px; margin-bottom: 7px; }
.steps h3::before {
  content: "STEP " counter(s); font-family: var(--en); font-size: 10.5px; font-weight: 700; letter-spacing: .08em;
  color: #fff; background: var(--br); border-radius: 999px; padding: 3px 9px; flex: none;
}
.steps p { font-size: var(--f2); color: var(--t3); margin: 0; }

/* 表 */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--l2); border-radius: var(--r); background: #fff; box-shadow: var(--e1); }
.tbl { width: 100%; min-width: 520px; font-size: var(--f3); }
.tbl th, .tbl td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--l1); vertical-align: top; }
.tbl thead th { background: var(--s2); font-size: var(--f2); color: var(--t2); letter-spacing: .02em; white-space: nowrap; }
.tbl tbody tr:last-child th, .tbl tbody tr:last-child td { border-bottom: 0; }
.tbl th[scope="row"] { width: 12.5em; color: var(--t2); background: var(--br-ll); font-weight: 700; }
.tbl td.num { font-family: var(--en); text-align: right; white-space: nowrap; }
.tbl tfoot td, .tbl tfoot th { background: var(--ink); color: #fff; font-weight: 700; border: 0; }
@media (max-width: 600px) { .tbl th[scope="row"] { width: 9em; } .tbl th, .tbl td { padding: 12px 13px; } }

/* 数字を見せる */
.stats { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.stat { background: #fff; border: 1px solid var(--l1); border-radius: var(--r); padding: 22px; box-shadow: var(--e1); }
.sec-d .stat { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.14); }
.stat b { display: block; font-family: var(--en); font-size: var(--f7); font-weight: 800; line-height: 1.05; color: var(--br-d); letter-spacing: -.015em; }
.sec-d .stat b { color: var(--ac); }
.stat b em { font-style: normal; font-family: var(--jp); font-size: var(--f4); margin-left: 4px; color: var(--t2); }
.sec-d .stat b em { color: #fff; }
.stat span { display: block; font-size: var(--f2); color: var(--t3); margin-top: 8px; line-height: 1.7; }
.sec-d .stat span { color: #c3b2d2; }

/* 引用・注記 */
.note {
  background: var(--br-ll); border: 1px solid var(--l2); border-left: 4px solid var(--br);
  border-radius: var(--rs); padding: 16px 20px; font-size: var(--f2); color: var(--t3);
}
.note b { color: var(--t1); }
.callout {
  background: #fff; border: 2px solid var(--l2); border-radius: var(--r);
  padding: 26px 28px; box-shadow: var(--e2);
}

/* 事例 */
.wk-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.tag {
  font-size: var(--f1); font-weight: 700; letter-spacing: .02em;
  background: var(--br-l); color: var(--br-dd); border-radius: 999px; padding: 3px 11px;
}
.tag-o { background: #fff; border: 1px solid var(--l2); color: var(--t3); }
.wk-card { position: relative; }
.wk-card figure { aspect-ratio: 3 / 2; }
.gal { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0,1fr)); }
@media (max-width: 760px) { .gal { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.gal figure { margin: 0; border-radius: var(--rs); overflow: hidden; border: 1px solid var(--l1); background: var(--s2); }
.gal .gi { display: block; position: relative; aspect-ratio: 4/3; overflow: hidden; }
.gal .gi img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gal figcaption { font-size: var(--f1); color: var(--t4); padding: 8px 10px; background: #fff; }

/* 本文 */
.prose { max-width: 44em; }
.prose h2 { font-size: var(--f5); margin: 40px 0 14px; padding-bottom: 8px; border-bottom: 2px solid var(--br-l); }
.prose h3 { font-size: var(--f4); margin: 28px 0 10px; }
.prose > :first-child { margin-top: 0; }
.prose ul, .prose ol { margin: 0 0 1.2em 1.4em; }
.prose li { margin-bottom: .45em; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }

/* FAQ */
.faq { display: grid; gap: 12px; }
.faq details {
  background: #fff; border: 1px solid var(--l2); border-radius: var(--r); box-shadow: var(--e1); overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 18px 54px 18px 22px; position: relative;
  font-size: var(--f4); font-weight: 700; color: var(--t1); line-height: 1.6;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "Q"; font-family: var(--en); color: var(--br); margin-right: 10px; font-size: var(--f5); }
.faq summary::after {
  content: ""; position: absolute; right: 22px; top: 50%; width: 11px; height: 11px;
  border-right: 2.5px solid var(--br-d); border-bottom: 2.5px solid var(--br-d);
  transform: translateY(-70%) rotate(45deg); transition: transform .16s ease;
}
.faq details[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.faq summary:hover { background: var(--br-ll); }
.faq .fa { padding: 0 22px 20px 22px; color: var(--t3); font-size: var(--f3); border-top: 1px solid var(--l1); padding-top: 16px; }
.faq .fa::before { content: "A"; font-family: var(--en); color: var(--ac-d); font-weight: 700; font-size: var(--f5); margin-right: 10px; }

/* 帯（CTA） */
.cta { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta::before {
  content: ""; position: absolute; width: 460px; height: 460px; right: -120px; top: -180px;
  background: radial-gradient(circle, rgba(168,0,252,.42), transparent 68%);
}
.cta-in { position: relative; padding: 56px 0; display: grid; gap: 34px; grid-template-columns: 1.15fr .85fr; align-items: center; }
@media (max-width: 900px) { .cta-in { grid-template-columns: 1fr; padding: 44px 0; } }
.cta h2 { color: #fff; font-size: var(--f6); }
.cta p { color: #d3c4e0; margin-top: 12px; }
.cta-box { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r); padding: 24px; }
.cta-tel { display: block; text-decoration: none; margin-bottom: 6px; }
.cta-tel .n { font-family: var(--en); font-size: 33px; font-weight: 700; color: #fff; line-height: 1.1; letter-spacing: .01em; }
.cta-tel .n::before { content: "TEL "; font-size: 14px; color: var(--ac); letter-spacing: .1em; }
.cta-box .small { color: #b9a8ca; }
.cta-acts { display: grid; gap: 10px; margin-top: 16px; }

/* フッター */
.ft { background: #0e0217; color: #a493b5; font-size: var(--f2); }
.ft-top { padding: 52px 0 38px; display: grid; gap: 34px; grid-template-columns: 1.25fr 1fr 1fr 1fr; }
@media (max-width: 1000px) { .ft-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .ft-top { grid-template-columns: 1fr; } }
.ft h3 { color: #fff; font-size: var(--f2); letter-spacing: .04em; margin-bottom: 12px; }
.ft ul { list-style: none; display: grid; gap: 7px; }
.ft a { color: #b9a8ca; text-decoration: none; }
.ft a:hover { color: #fff; text-decoration: underline; }
.ft-logo img { width: 168px; margin-bottom: 14px; }
.ft-addr { line-height: 1.85; }
.ft-addr b { color: #fff; }
.ft-bot { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0 22px; display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; font-size: var(--f1); }

/* 追従バー（スマホ） */
.sticky-cta { display: none; }
@media (max-width: 760px) {
  .sticky-cta {
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 120;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-top: 1px solid var(--l2);
  }
  .sticky-cta .btn { min-height: 50px; font-size: var(--f3); padding-inline: 8px; }
  body { padding-bottom: 74px; }
}

/* フォーム */
.form { display: grid; gap: 18px; }
.fld { display: grid; gap: 7px; }
.fld > label { font-size: var(--f2); font-weight: 700; color: var(--t1); }
.req { color: #c00; font-size: var(--f1); margin-left: 5px; }
.fld input, .fld select, .fld textarea {
  font: inherit; font-size: var(--f3); color: var(--t1); background: #fff;
  border: 1.5px solid var(--l3); border-radius: var(--rs); padding: 12px 14px; width: 100%;
}
.fld textarea { min-height: 150px; resize: vertical; }
.fld input:focus, .fld select:focus, .fld textarea:focus { border-color: var(--br); outline: 2px solid var(--br-l); }
.fld .hint { font-size: var(--f1); color: var(--t4); }
.radios { display: flex; flex-wrap: wrap; gap: 8px; }
.radios label {
  display: inline-flex; align-items: center; gap: 8px; font-size: var(--f2);
  border: 1.5px solid var(--l3); border-radius: 999px; padding: 9px 16px; cursor: pointer; background: #fff;
}
.radios input { width: auto; }
.radios label:has(input:checked) { border-color: var(--br); background: var(--br-l); color: var(--br-dd); font-weight: 700; }

/* 汎用余白 */
.mt-s { margin-top: 14px; } .mt-m { margin-top: 26px; } .mt-l { margin-top: 42px; }
.center { text-align: center; }
.acts { display: flex; flex-wrap: wrap; gap: 12px; }
.acts-c { justify-content: center; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.chips li { font-size: var(--f2); background: #fff; border: 1px solid var(--l2); border-radius: 999px; padding: 6px 14px; color: var(--t2); }
.sec-d .chips li { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: #e2d6ec; }

.split { display: grid; gap: 34px; grid-template-columns: 1fr 1fr; align-items: center; }
.split-w { grid-template-columns: 1.15fr .85fr; }
@media (max-width: 860px) { .split, .split-w { grid-template-columns: 1fr; } }
.split figure { margin: 0; border-radius: var(--r); overflow: hidden; box-shadow: var(--e3); }
.split figure img { width: 100%; height: auto; }

.hl-row { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0,1fr)); }
@media (max-width: 700px) { .hl-row { grid-template-columns: 1fr; } }
.hl-item { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--l1); border-radius: var(--r); padding: 20px 22px; box-shadow: var(--e1); }
.hl-item b { font-family: var(--en); font-size: var(--f7); color: var(--br-d); line-height: 1; }
.hl-item b em { font-style: normal; font-family: var(--jp); font-size: var(--f3); color: var(--t2); margin-left: 2px; }
.hl-item span { font-size: var(--f2); color: var(--t3); }

.areamap { margin: 0; }
.areamap img {
  width: 100%; border-radius: var(--r); background: #d6e5f1;
  border: 1px solid var(--l2); box-shadow: var(--e3);
}
.areamap figcaption { font-size: var(--f1); color: var(--t4); margin-top: 10px; }

/* 印刷 */
@media print {
  .hd, .top-bar, .sticky-cta, .cta, .mnav { display: none !important; }
  body { padding-bottom: 0; }
}
