/*
 * DATA WORLD サイト共通スタイル（2026-09 リニューアル）
 * ヘッダー・フッター・Cookie 同意は全ページ、それ以外（dw- で始まる部品）はトップ・一覧・紹介・プライバシーで使う。
 * 記事ページのひな形（design_reference/hero_mocks/article-codex56.html）のクラス名とぶつからないよう、部品は dw- を付ける。
 * 見本: design_reference/renewal/top-d.html・list-interviews.html
 */
:root {
  color-scheme: light;
  --paper: #f8f9fb;
  --ink: #0d1117;
  --hairline: #dde2ea;
  --meta: #5c6b82;
  --sub: #3a4252;
  --research: #2fb7e8;
  --business: #7d5cff;
  --life: #f0549b;
  --paint: linear-gradient(100deg, #2fb7e8, #7d5cff 35%, #f0549b 68%, #ffb03a);
  --jp: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Noto Sans JP", sans-serif;
  --en: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --mono: "SF Mono", "Cascadia Mono", Consolas, monospace;
  --pad: max(var(--dw-page-gutter), calc((100% - var(--dw-shell-max)) / 2));
}

/* ---------- ヘッダー（全ページ共通） ---------- */
.dw-hd {
  position: sticky; top: 0; z-index: 40;
  display: flex; align-items: center; gap: 28px;
  min-height: 64px; padding: 0 var(--pad);
  background: rgba(248, 249, 251, 0.86);
  backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border-bottom: 1px solid var(--hairline);
  font-family: var(--jp);
}
.dw-brand { display: flex; align-items: center; gap: 12px; flex: none; color: var(--ink); text-decoration: none; }
.dw-brand svg { height: 15px; width: auto; display: block; }
.dw-brand small { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--meta); padding-left: 12px; border-left: 1px solid var(--hairline); }
.dw-nav { display: flex; gap: 26px; margin-left: 10px; }
.dw-nav a { position: relative; padding: 6px 0; font-size: 13px; font-weight: 700; color: var(--ink); text-decoration: none; }
.dw-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; border-radius: 2px; background: var(--paint); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.dw-nav a:hover::after, .dw-nav a:focus-visible::after, .dw-nav a[aria-current="page"]::after { transform: none; }
.dw-hd .dw-hd-cta, body.dw-page .dw-hd .dw-hd-cta { margin-left: auto; flex: none; padding: 9px 16px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; transition: opacity 0.2s; }
.dw-hd-cta:hover { opacity: 0.86; }
.dw-menu { display: none; }
@media (max-width: 1000px) {
  .dw-hd { gap: 14px; }
  .dw-nav { display: none; }
  .dw-hd-cta { padding: 8px 13px; font-size: 11px; }
  .dw-menu {
    display: grid; place-items: center; flex: none; width: 40px; height: 40px; padding: 0;
    border: 1px solid var(--hairline); border-radius: 50%; background: #fff; cursor: pointer; position: relative; z-index: 2;
  }
  .dw-menu i, .dw-menu i::before, .dw-menu i::after { display: block; width: 16px; height: 2px; border-radius: 1px; background: var(--ink); transition: transform 0.25s, top 0.25s, background 0.2s; }
  .dw-menu i { position: relative; }
  .dw-menu i::before, .dw-menu i::after { content: ""; position: absolute; left: 0; }
  .dw-menu i::before { top: -5px; } .dw-menu i::after { top: 5px; }
  body.nav-open { overflow: hidden; }
  body.nav-open .dw-hd { backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.nav-open .dw-hd-cta { visibility: hidden; }
  body.nav-open .dw-menu i { background: transparent; }
  body.nav-open .dw-menu i::before { top: 0; transform: rotate(45deg); }
  body.nav-open .dw-menu i::after { top: 0; transform: rotate(-45deg); }
  body.nav-open .dw-nav {
    display: flex; flex-direction: column; gap: 0; position: fixed; inset: 0; z-index: 1; margin: 0;
    padding: 96px var(--pad) 60px; background: rgba(248, 249, 251, 0.98);
  }
  body.nav-open .dw-nav a { padding: 16px 0; font-size: 20px; border-bottom: 1px solid var(--hairline); }
}
@media (max-width: 420px) {
  .dw-brand small { display: none; }
}

/* ---------- フッター（全ページ共通） ---------- */
.dw-footer { margin-top: 110px; padding: 64px var(--pad) 44px; border-top: 1px solid var(--hairline); display: grid; grid-template-columns: minmax(240px, 1.2fr) minmax(420px, 1fr); gap: 64px; background: rgba(248, 249, 251, 0.82); font-family: var(--jp); }
.dw-footer-brand svg { height: 18px; width: auto; display: block; }
.dw-footer-brand p { margin-top: 18px; font-size: 13px; line-height: 1.85; color: var(--meta); }
.dw-footer-brand p b { display: block; color: var(--ink); font-size: 14px; }
.dw-footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.dw-footer-links dl, .dw-footer-links dd { margin: 0; }
.dw-footer-links dt { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--meta); margin-bottom: 16px; }
.dw-footer-links dd { font-size: 12.5px; line-height: 1.7; margin: 9px 0; }
.dw-footer-links a { color: var(--ink); text-decoration: none; }
.dw-footer-links a:hover { color: #6545d4; }
.dw-footer-links span { color: var(--meta); }
.dw-copyright { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 16px var(--pad) 26px; font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.1em; color: var(--meta); background: rgba(248, 249, 251, 0.82); }
@media (max-width: 820px) {
  .dw-footer { grid-template-columns: 1fr; gap: 38px; padding-top: 48px; }
  .dw-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dw-copyright { flex-direction: column; }
}

/* ---------- Cookie 同意（全ページ共通） ---------- */
.analytics-consent{position:fixed;z-index:10000;left:20px;right:20px;bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:760px;margin:auto;padding:16px 18px;border:1px solid var(--hairline);border-radius:14px;background:rgba(255,255,255,.97);box-shadow:0 16px 50px rgba(13,17,23,.18);font-family:var(--jp);font-size:12px;line-height:1.7;color:var(--ink)}.analytics-consent p{margin:0}.analytics-consent a{text-decoration:underline;color:inherit}.analytics-consent-status{display:inline-flex;margin-left:10px;padding:2px 8px;border-radius:999px;background:#f4f5f7;font-family:var(--mono);font-size:9px;white-space:nowrap}.analytics-consent div{display:flex;gap:8px;flex:none}.analytics-consent button{padding:8px 13px;border:1px solid var(--ink);border-radius:999px;background:#fff;color:var(--ink);cursor:pointer;font-size:11px}.analytics-consent button:hover,.analytics-consent button:focus-visible{background:var(--ink);color:#fff}
@media(max-width:520px){.analytics-consent{align-items:stretch;flex-direction:column;gap:12px}.analytics-consent div{justify-content:flex-end}}

/* =====================================================================
   ここから下は、トップ・一覧・紹介・プライバシーのページ用（body.dw-page）
   ===================================================================== */
body.dw-page { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--jp); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
/* 初期化は :where() で詳細度を0にし、部品側の指定が必ず勝つようにする */
:where(body.dw-page) *, :where(body.dw-page) *::before, :where(body.dw-page) *::after { box-sizing: border-box; }
:where(body.dw-page) :where(a) { color: inherit; text-decoration: none; }
:where(body.dw-page) :where(img) { display: block; max-width: 100%; }
:where(body.dw-page) :where(h1, h2, h3, p, ul, ol, dl, figure) { margin: 0; padding: 0; }
:where(body.dw-page) :where(ul, ol) { list-style: none; }

/* 背景：淡い色のにじみ＋点の格子（点はパソコンでカーソルにわずかに反応する） */
.dw-aurora { position: fixed; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.dw-aurora i { position: absolute; aspect-ratio: 1; border-radius: 50%; }
.dw-aurora .a1 { width: max(440px, 33vw); left: -12vw; top: -16vh; background: radial-gradient(circle at 40% 40%, rgba(47, 183, 232, 0.22), rgba(125, 92, 255, 0.1) 46%, transparent 65%); }
.dw-aurora .a2 { width: max(400px, 28vw); right: -10vw; top: 34vh; background: radial-gradient(circle at 60% 40%, rgba(240, 84, 155, 0.18), rgba(255, 176, 58, 0.1) 48%, transparent 66%); }
.dw-aurora .a3 { width: max(380px, 26vw); left: 32vw; bottom: -22vh; background: radial-gradient(circle at 50% 50%, rgba(125, 92, 255, 0.16), rgba(47, 183, 232, 0.08) 48%, transparent 66%); }
.dw-dots { position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: radial-gradient(circle, rgba(170, 178, 195, 0.32) 1.1px, transparent 1.6px); background-size: 24px 24px; }
.dw-dots canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.dw-dots.is-gl { background-image: none; }

.dw-wrap { padding: 0 var(--pad); }
.dw-lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--meta); }
.dw-grad { background: var(--paint); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* 記事の種類と分類 */
.dw-type { display: inline-flex; align-items: center; padding: 3px 7px; border-radius: 4px; border: 1px solid var(--hairline); background: #fff; font-family: var(--jp); font-size: 10.5px; font-weight: 700; line-height: 1.3; color: var(--ink); }
.dw-type.is-interview { border-color: transparent; color: #fff; background: var(--paint); }
.dw-cat { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: var(--meta); }
.dw-cat b { width: 7px; height: 7px; border-radius: 50%; background: var(--c, var(--business)); }

/* セクション見出し */
.dw-sec { padding-top: 84px; }
.dw-sec-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 16px; padding-bottom: 16px; margin-bottom: 24px; border-bottom: 1px solid var(--hairline); }
.dw-sec-head .no { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--meta); }
.dw-sec-head h2 { font-family: var(--en); font-size: clamp(24px, 2.6vw, 38px); font-weight: 900; letter-spacing: -0.01em; line-height: 1.1; }
.dw-sec-head h2 small { display: inline-block; margin-left: 14px; font-family: var(--jp); font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--sub); vertical-align: 0.35em; }
.dw-sec-head .more { margin-left: auto; display: inline-flex; gap: 8px; align-items: center; font-size: 12.5px; font-weight: 700; }
.dw-sec-head .more span { font-family: var(--mono); font-size: 10px; color: var(--meta); letter-spacing: 0.1em; }
.dw-sec-head .more:hover { color: #6545d4; }

/* 記事カード（サムネイルは必ず 16:9 で全体を見せる） */
.dw-card { position: relative; display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--hairline); border-radius: 12px; overflow: hidden; transition: transform 0.25s, box-shadow 0.3s, border-color 0.3s; }
.dw-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(70, 60, 150, 0.09); border-color: #cfd1e4; }
.dw-card::after { content: ""; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 2px; background: var(--paint); transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.dw-card:hover::after, .dw-card:focus-visible::after { transform: none; }
.dw-card:focus-visible { outline: 3px solid rgba(125, 92, 255, 0.45); outline-offset: 3px; }
.dw-thumb { position: relative; flex: none; aspect-ratio: 16 / 9; overflow: hidden; background: #e7e9ee; }
.dw-thumb picture, .dw-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; }
.dw-thumb img { object-fit: cover; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
.dw-card:hover .dw-thumb img { transform: scale(1.015); }
.dw-thumb canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.dw-thumb .dw-new { position: absolute; right: 10px; top: 10px; z-index: 2; font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: 0.2em; color: #fff; background: var(--paint); padding: 4px 8px; border-radius: 3px; }
.dw-thumb .dw-flag { position: absolute; left: 14px; top: 14px; z-index: 2; padding: 6px 11px; border-radius: 999px; background: rgba(13, 17, 23, 0.88); color: #fff; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; }
.dw-thumb .dw-play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 48px; height: 48px; margin: -24px; border-radius: 50%; background: rgba(255, 255, 255, 0.94); display: grid; place-items: center; }
.dw-thumb .dw-play::before { content: ""; border-left: 14px solid var(--ink); border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 4px; }
/* 動画の目印（動画のある記事すべて） */
.dw-vtag { position: absolute; left: 10px; bottom: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border-radius: 999px; background: rgba(13, 17, 23, 0.86); color: #fff; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; transition: opacity 0.4s; }
.dw-vtag i { width: 0; height: 0; border-left: 7px solid #fff; border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; }
/* トップの最新動画：サムネイル → 無音の自動再生 */
.dw-card.is-video .dw-vtag { left: 14px; bottom: 14px; padding: 6px 12px; font-size: 11px; }
.dw-card.is-video .dw-play { border: 0; cursor: pointer; width: 64px; height: 64px; margin: -32px; box-shadow: 0 10px 30px rgba(13, 17, 23, 0.25); transition: transform 0.2s, opacity 0.4s; }
.dw-card.is-video .dw-play::before { border-left-width: 18px; border-top-width: 11px; border-bottom-width: 11px; margin-left: 5px; }
.dw-card.is-video .dw-play:hover { transform: scale(1.06); }
.dw-card.is-video .dw-play:focus-visible { outline: 3px solid rgba(125, 92, 255, 0.6); outline-offset: 3px; }
.dw-video iframe { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity 0.8s ease; }
.dw-video.is-playing iframe { opacity: 1; }
.dw-video.is-playing .dw-play, .dw-video.is-playing .dw-vtag { opacity: 0; pointer-events: none; }
.dw-card.is-video:hover { transform: none; }
.dw-card.is-video .dw-body:hover .dw-title { color: #6545d4; }
.dw-read { margin-top: auto; padding-top: 4px; font-size: 12.5px; font-weight: 700; color: #6545d4; }
.dw-body { display: flex; flex-direction: column; gap: 9px; padding: 14px 16px 16px; flex: 1; }
.dw-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.08em; color: var(--meta); }
.dw-meta .min { margin-left: auto; }
.dw-title { font-size: 14.5px; font-weight: 700; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.dw-card:hover .dw-title { color: #6545d4; }
.dw-ex { font-size: 12.5px; line-height: 1.85; color: var(--sub); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
/* 横長カード（体験・検証など） */
.dw-card.is-wide { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); }
.dw-card.is-wide .dw-thumb { align-self: start; width: 100%; }
.dw-card.is-wide .dw-body { padding: 20px 22px; justify-content: center; }
.dw-card.is-wide .dw-title { font-size: 17px; font-weight: 900; line-height: 1.55; }
.dw-card.is-wide .dw-ex { -webkit-line-clamp: 4; }

/* インタビューのゲスト */
.dw-guest { display: flex; align-items: center; gap: 10px; }
.dw-guest .av { flex: none; width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: var(--paint); display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 14px; box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--hairline); }
.dw-guest .av img { width: 100%; height: 100%; object-fit: cover; }
.dw-guest b { display: block; font-size: 13.5px; }
.dw-guest small { display: block; font-size: 11px; line-height: 1.5; color: var(--meta); }
.dw-claim { font-size: 13px; font-weight: 700; line-height: 1.75; padding-left: 12px; border-left: 2px solid #7d5cff; }
.dw-claim small { display: block; margin-top: 4px; font-size: 10.5px; font-weight: 400; color: var(--meta); }
.dw-card.is-interview .dw-body { gap: 12px; padding: 16px 18px 18px; }
.dw-card.is-interview .dw-guest { padding-bottom: 12px; border-bottom: 1px solid var(--hairline); }
.dw-card.is-interview .dw-title { font-size: 14px; -webkit-line-clamp: 2; }

.dw-grid { display: grid; gap: 16px; }
.dw-grid.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dw-grid.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.dw-grid.c4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ---------- トップ：最初の画面 ---------- */
.dw-edition { padding: 18px 0 16px; }
.dw-ed-top { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.dw-live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--ink); }
.dw-live::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--paint); animation: dw-pulse 1.6s infinite; }
@keyframes dw-pulse { 50% { opacity: 0.3; } }
.dw-stats { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 20px; margin-left: auto; font-size: 11px; color: var(--meta); }
.dw-stats b { margin-left: 6px; font-family: var(--en); font-size: 20px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.dw-stats b span { font-size: 11px; font-weight: 700; color: var(--meta); margin-left: 2px; }
.dw-stats b em { font-style: normal; }
.dw-stats i { width: 1px; height: 14px; background: var(--hairline); align-self: center; }
.dw-intro { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 16px; margin-top: 14px; }
.dw-intro i { flex: none; width: 44px; height: 3px; border-radius: 3px; background: var(--paint); }
.dw-intro h1 { font-size: clamp(16px, 1.45vw, 20px); font-weight: 900; letter-spacing: 0.06em; }
.dw-intro p { font-size: 12.5px; line-height: 1.7; color: var(--meta); }
.dw-bento { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 2fr); gap: 14px; margin-top: 18px; }
.dw-bento .dw-card.is-feat .dw-body { padding: 18px 22px 22px; gap: 10px; }
.dw-bento .dw-card.is-feat { align-self: start; }
.dw-bento .dw-card.is-feat .dw-title { font-size: clamp(19px, 1.7vw, 25px); font-weight: 900; line-height: 1.45; -webkit-line-clamp: 2; }
.dw-bento .dw-card.is-feat .dw-ex { font-size: 13.5px; -webkit-line-clamp: 2; }
.dw-bento-side { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.dw-side-h { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 8px; border-bottom: 1px solid var(--hairline); font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--meta); }
.dw-side-h span:last-child { font-family: var(--jp); font-size: 12px; font-weight: 700; letter-spacing: 0.04em; color: var(--ink); }
.dw-side-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-content: start; }
.dw-bento-side .dw-title { -webkit-line-clamp: 2; }
.dw-bento-side .dw-card.is-last-odd { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.dw-bento-side .dw-card.is-last-odd .dw-thumb { align-self: start; }
.dw-bento-side .dw-card.is-last-odd .dw-body { justify-content: center; }
.dw-run { margin-top: 14px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); overflow: hidden; white-space: nowrap; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; color: var(--meta); padding: 9px 0; }
.dw-run > div { display: inline-block; animation: dw-run 70s linear infinite; }
.dw-run span { margin-right: 44px; }
.dw-run em { font-style: normal; margin-right: 8px; font-weight: 700; color: #6545d4; }
@keyframes dw-run { to { transform: translateX(-50%); } }

/* テーマの切り替え */
.dw-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.dw-tabs button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1px solid var(--hairline); border-radius: 999px; background: #fff; color: var(--ink); font: 700 12.5px var(--jp); cursor: pointer; transition: background 0.2s, color 0.2s, border-color 0.2s; }
.dw-tabs button b { width: 8px; height: 8px; border-radius: 50%; background: var(--c, var(--ink)); }
.dw-tabs button span { font-family: var(--mono); font-size: 10px; font-weight: 400; color: var(--meta); }
.dw-tabs button[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.dw-tabs button[aria-pressed="true"] span { color: #aab; }
.dw-tabs .sep { width: 1px; background: var(--hairline); margin: 4px 6px; }
.dw-tabs a { padding: 9px 14px; border-radius: 999px; font-size: 12.5px; color: var(--sub); border: 1px dashed var(--hairline); }
.dw-tabs a:hover { border-style: solid; color: var(--ink); }
[data-theme-item][hidden] { display: none !important; }

/* 準備中の枠・相談の枠 */
.dw-soon { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 12px; padding: 28px; border: 1px dashed var(--hairline); border-radius: 12px; background: rgba(255, 255, 255, 0.6); }
.dw-soon b { font-size: 15px; }
.dw-soon p { font-size: 12.5px; line-height: 1.85; color: var(--sub); }
.dw-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; background: var(--ink); color: #fff !important; font-size: 12.5px; font-weight: 700; transition: opacity 0.2s; }
.dw-btn:hover { opacity: 0.86; }
.dw-btn.is-line { background: #fff; color: var(--ink) !important; border: 1px solid var(--ink); }

.dw-biz { position: relative; margin-top: 96px; padding: 44px 44px 40px; border-radius: 20px; background: #fff; border: 1px solid var(--hairline); overflow: hidden; }
.dw-biz::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--paint); }
.dw-biz-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px; }
.dw-biz h2 { margin-top: 12px; font-size: clamp(22px, 2.3vw, 32px); font-weight: 900; line-height: 1.4; }
.dw-biz .lead { margin-top: 14px; font-size: 14px; line-height: 1.95; color: var(--sub); }
.dw-biz .btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.dw-kinds { display: grid; gap: 10px; }
.dw-kind { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 14px; padding: 16px 18px; border: 1px solid var(--hairline); border-radius: 12px; }
.dw-kind .n { font-family: var(--mono); font-size: 11px; color: var(--meta); padding-top: 3px; }
.dw-kind h3 { font-size: 15px; }
.dw-kind p { margin-top: 4px; font-size: 12.5px; line-height: 1.8; color: var(--sub); }
.dw-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid var(--hairline); }
.dw-flow li { position: relative; padding: 18px 18px 0 0; }
.dw-flow li::before { content: ""; position: absolute; left: 0; top: -4px; width: 7px; height: 7px; border-radius: 50%; background: var(--paint); }
.dw-flow li span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; color: var(--meta); }
.dw-flow li b { display: block; margin-top: 6px; font-size: 14px; }
.dw-flow li p { margin-top: 4px; font-size: 12px; line-height: 1.75; color: var(--sub); }
.dw-fine { margin-top: 22px; font-size: 11.5px; color: var(--meta); }

.dw-policy { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--hairline); }
.dw-policy li { padding: 22px 22px 0 0; }
.dw-policy li + li { padding-left: 22px; border-left: 1px solid var(--hairline); }
.dw-policy h3 { font-size: 14.5px; line-height: 1.5; }
.dw-policy p { margin-top: 8px; font-size: 12.5px; line-height: 1.85; color: var(--sub); }
.dw-policy .n { display: block; margin-bottom: 10px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: 0.2em; background: var(--paint); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- 一覧ページ ---------- */
.dw-crumb { padding-top: 18px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; color: var(--meta); }
.dw-crumb a:hover { color: var(--ink); }
.dw-phead { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; padding: 18px 0 22px; border-bottom: 1px solid var(--hairline); }
.dw-phead h1 { display: flex; flex-direction: column; gap: 10px; }
.dw-phead h1 .en { font-family: var(--en); font-size: clamp(40px, 5vw, 72px); font-weight: 900; letter-spacing: -0.02em; line-height: 1; }
.dw-phead h1 .ja { font-size: 15px; font-weight: 900; letter-spacing: 0.04em; }
.dw-phead p { margin-top: 12px; font-size: 14px; line-height: 1.9; color: var(--sub); }
.dw-phead .cnt { text-align: right; }
.dw-phead .cnt b { display: block; font-family: var(--en); font-size: 44px; font-weight: 800; letter-spacing: -0.02em; line-height: 1; }
.dw-phead .cnt small { font-size: 11px; color: var(--meta); }
.dw-lead-card { margin-top: 26px; }
.dw-lead-card .dw-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); }
.dw-lead-card .dw-thumb { align-self: start; }
.dw-lead-card .dw-body { padding: 26px 30px; gap: 14px; justify-content: center; }
.dw-lead-card .dw-title { font-size: 18px; font-weight: 900; line-height: 1.55; }
.dw-lead-card .dw-guest .av { width: 60px; height: 60px; }
.dw-lead-card .dw-guest b { font-size: 17px; }
.dw-lead-card .dw-guest em { display: block; font-style: normal; font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; color: var(--meta); }
.dw-lead-card .dw-claim { font-size: 16px; font-weight: 900; line-height: 1.65; border-left-width: 3px; }
.dw-people { margin-top: 44px; display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; align-items: center; padding: 20px 0; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.dw-people h2 { font-size: 14px; }
.dw-people h2 small { display: block; margin-top: 4px; }
.dw-faces { display: flex; flex-wrap: wrap; gap: 12px 16px; }
.dw-face { display: flex; align-items: center; gap: 10px; padding: 6px 14px 6px 6px; border: 1px solid var(--hairline); border-radius: 999px; background: #fff; transition: border-color 0.2s; }
.dw-face:hover { border-color: #c8c9e2; }
.dw-face .av { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; background: var(--paint); display: grid; place-items: center; color: #fff; font-weight: 700; flex: none; }
.dw-face .av img { width: 100%; height: 100%; object-fit: cover; }
.dw-face b { display: block; font-size: 12.5px; }
.dw-face small { display: block; font-size: 10.5px; color: var(--meta); }
.dw-face.is-add { border-style: dashed; color: var(--meta); font-size: 12px; padding: 6px 16px; }
.dw-face.is-add .av { background: #fff; border: 1px dashed var(--hairline); color: var(--meta); }
.dw-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0 18px; }
.dw-bar .dw-tabs { margin: 0; }

/* ---------- 紹介・プライバシー（読み物ページ） ---------- */
.dw-doc { width: min(var(--dw-layout-max), calc(100% - 2 * var(--dw-page-gutter))); margin: 0 auto; }
.dw-doc-narrow { width: min(var(--dw-content-max), calc(100% - 2 * var(--dw-page-gutter))); margin: 0 auto; }
.dw-statement { padding: 56px 0 8px; }
.dw-statement .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--meta); }
.dw-statement h1 { margin-top: 16px; font-size: clamp(28px, 3.6vw, 48px); font-weight: 900; line-height: 1.35; letter-spacing: 0.01em; }
.dw-statement .lead { margin-top: 26px; display: grid; gap: 16px; font-size: 15px; line-height: 2; color: var(--sub); }
.dw-statement .lead strong { color: var(--ink); }
.dw-statement .tag { margin-top: 30px; display: inline-flex; align-items: center; gap: 14px; font-size: 17px; font-weight: 900; }
.dw-statement .tag i { width: 44px; height: 3px; border-radius: 3px; background: var(--paint); }
.dw-formats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.dw-format { display: flex; flex-direction: column; gap: 10px; padding: 24px; border: 1px solid var(--hairline); border-radius: 14px; background: #fff; transition: border-color 0.2s, transform 0.25s; }
.dw-format:hover { border-color: #cfd1e4; transform: translateY(-2px); }
.dw-format .en { font-family: var(--en); font-size: 22px; font-weight: 900; }
.dw-format h3 { font-size: 16px; }
.dw-format p { font-size: 13px; line-height: 1.85; color: var(--sub); }
.dw-format .go { margin-top: auto; font-size: 12px; font-weight: 700; color: #6545d4; }
.dw-readers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--hairline); }
.dw-readers li { padding: 22px 22px 0 0; }
.dw-readers li + li { padding-left: 22px; border-left: 1px solid var(--hairline); }
.dw-readers h3 { font-size: 15px; }
.dw-readers p { margin-top: 8px; font-size: 13px; line-height: 1.85; color: var(--sub); }
.dw-operator { margin-top: 84px; padding: 28px 32px; border-radius: 16px; border: 1px solid var(--hairline); background: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.dw-operator .lbl { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; color: var(--meta); }
.dw-operator p { margin-top: 8px; font-size: 14px; line-height: 1.95; color: var(--sub); }
.dw-operator a:not(.dw-btn) { color: var(--ink); border-bottom: 1px solid var(--hairline); }

.dw-legal { padding: 48px 0 0; }
.dw-legal .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; color: var(--meta); }
.dw-legal h1 { margin-top: 12px; font-size: clamp(26px, 3vw, 38px); font-weight: 900; line-height: 1.35; }
.dw-legal .lead { margin-top: 16px; font-size: 14px; line-height: 1.95; color: var(--sub); }
.dw-optable { width: 100%; margin-top: 30px; border-collapse: collapse; background: #fff; border: 1px solid var(--hairline); border-radius: 12px; overflow: hidden; font-size: 13.5px; }
.dw-optable th, .dw-optable td { padding: 14px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--hairline); line-height: 1.8; }
.dw-optable th { width: 9em; font-weight: 700; color: var(--meta); background: #fafbfc; }
.dw-optable tr:last-child th, .dw-optable tr:last-child td { border-bottom: 0; }
.dw-optable a { border-bottom: 1px solid var(--hairline); }
.dw-prose h2 { display: flex; align-items: baseline; gap: 12px; margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--hairline); font-size: 18px; line-height: 1.5; }
.dw-prose h2 .no { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; }
.dw-prose p, .dw-prose li { font-size: 14px; line-height: 2; color: var(--sub); }
.dw-prose p { margin-top: 14px; }
.dw-prose ul { margin-top: 12px; padding-left: 1.3em; list-style: disc; }
.dw-prose li { margin: 4px 0; }
.dw-prose strong { color: var(--ink); }
.dw-prose a { color: #08779b; text-decoration: underline; text-underline-offset: 0.18em; }
.dw-updated { margin-top: 40px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; color: var(--meta); }

/* ---------- 画面幅ごとの調整 ---------- */
@media (max-width: 1180px) {
  .dw-grid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dw-policy { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dw-policy li:nth-child(3) { padding-left: 0; border-left: 0; }
}
@media (max-width: 1000px) {
  .dw-bento { grid-template-columns: minmax(0, 1fr); }
  .dw-grid.c3, .dw-formats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dw-card.is-wide, .dw-lead-card .dw-card { grid-template-columns: minmax(0, 1fr); }
  .dw-biz-top { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .dw-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
  .dw-people { grid-template-columns: minmax(0, 1fr); gap: 14px; }
}
@media (max-width: 680px) {
  .dw-stats { margin-left: 0; width: 100%; }
  .dw-side-grid, .dw-grid.c2, .dw-grid.c3, .dw-grid.c4, .dw-formats { grid-template-columns: minmax(0, 1fr); }
  .dw-bento-side .dw-card.is-last-odd { grid-template-columns: minmax(0, 1fr); }
  .dw-sec { padding-top: 64px; }
  .dw-sec-head h2 small { display: block; margin: 6px 0 0; }
  .dw-biz { padding: 32px 22px 28px; }
  .dw-flow { grid-template-columns: minmax(0, 1fr); }
  .dw-policy, .dw-readers { grid-template-columns: minmax(0, 1fr); }
  .dw-policy li, .dw-readers li { padding: 20px 0 0 !important; border-left: 0 !important; }
  .dw-phead { grid-template-columns: minmax(0, 1fr); }
  .dw-phead .cnt { text-align: left; }
  .dw-lead-card .dw-body { padding: 20px; }
  .dw-operator { grid-template-columns: minmax(0, 1fr); padding: 24px 20px; }
  .dw-optable th { width: 6.5em; padding: 12px; }
  .dw-optable td { padding: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .dw-live::before, .dw-run > div { animation: none; }
  .dw-card, .dw-thumb img, .dw-card::after, .dw-nav a::after { transition: none; }
}
