/* =========================================================
   UNPLACED Column — 記事・一覧用スタイル
   assets/site.css（共有デザインシステム）の上に読み込む。
   白ベース／モノクロ／Inter + Noto Sans JP に準拠。
   ========================================================= */

/* ---------- パンくず ---------- */
.crumb { padding: 26px 0 0; font-size: 12px; letter-spacing: .05em; color: var(--muted); }
.crumb a { color: var(--muted); transition: color .2s; }
.crumb a:hover { color: var(--fg); }
.crumb .sep { margin: 0 8px; opacity: .6; }
.crumb [aria-current="page"] { color: var(--fg); }

/* ---------- 一覧（Column hub） ---------- */
.col-hub-head { padding: 56px 0 0; }
.col-hub-head h1 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 4.6vw, 60px); font-weight: 600; letter-spacing: -.02em; line-height: 1.1;
}
.col-hub-head .sub { font-size: 13px; color: var(--muted); letter-spacing: .08em; margin-left: 14px; }
.col-hub-lead { margin-top: 22px; max-width: 640px; color: #555; font-size: 15px; line-height: 2; }
.topic-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.topic-nav a {
  display: inline-flex; align-items: center; height: 36px; padding: 0 18px;
  border: 1px solid var(--line); border-radius: 999px;
  font-size: 12.5px; font-weight: 500; letter-spacing: .04em; color: var(--fg);
  transition: border-color .2s, background .2s;
}
.topic-nav a:hover { border-color: var(--fg); background: var(--surface); }

.col-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }
.svc-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
a.svc-card:hover .svc-card__media img { transform: scale(1.04); }
.svc-card .card-date { font-size: 11.5px; color: var(--muted); letter-spacing: .06em; margin-top: 12px; }
.svc-card .card-cat {
  display: inline-block; font-size: 10.5px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; border: 1px solid var(--line); border-radius: 999px;
  padding: 3px 12px; color: var(--fg);
}
.svc-card .card-title { margin: 10px 0 8px; font-size: 18px; font-weight: 600; letter-spacing: -.01em; line-height: 1.55; color: var(--fg); }

/* ---------- 記事レイアウト ---------- */
.art-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; padding: 26px 0 90px; }
.art-side { position: sticky; top: calc(var(--header-h) + 28px); display: flex; flex-direction: column; gap: 22px; }

.art-head { padding: 46px 0 8px; }
.art-head .eyebrow { margin-bottom: 20px; }
.art-head h1 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(27px, 3.4vw, 42px); font-weight: 600; letter-spacing: -.015em; line-height: 1.4;
}
.art-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 22px; }
.art-meta time, .art-meta .upd { font-size: 12.5px; color: var(--muted); letter-spacing: .06em; }
.art-tags { display: flex; gap: 8px; }
.art-tags a {
  display: inline-block; font-size: 10.5px; font-weight: 600; letter-spacing: .12em;
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 13px; color: var(--fg);
  transition: border-color .2s;
}
.art-tags a:hover { border-color: var(--fg); }
.art-supervised { margin-top: 12px; font-size: 12.5px; color: var(--muted); }
.art-supervised a { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; }

.art-eyecatch { margin-top: 30px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(17,17,17,.06);
  box-shadow: 0 1px 2px rgba(17,17,17,.05), 0 14px 28px -10px rgba(17,17,17,.10); }
.art-eyecatch img { width: 100%; height: auto; display: block; }

/* ---------- 本文タイポグラフィ ---------- */
.art-body { max-width: 780px; }
.art-body > p { color: #333; font-size: 15.5px; line-height: 2.1; margin: 0 0 26px; }
.art-body .lead { color: var(--fg); font-size: 16.5px; line-height: 2.15; }
.art-body h2 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.2vw, 25px); font-weight: 600; letter-spacing: -.01em; line-height: 1.7;
  margin: 8px 0 30px; color: #333;
}
.art-body h3 {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2.4vw, 27px); font-weight: 600; letter-spacing: -.015em; line-height: 1.5;
  margin: 74px 0 26px; padding-top: 34px; border-top: 1px solid var(--line);
}
.art-body ul, .art-body ol { margin: 0 0 26px; padding-left: 24px; color: #333; font-size: 15.5px; line-height: 2.05; }
.art-body li { margin-bottom: 6px; }
.art-body strong { font-weight: 700; color: var(--fg); }

/* 定義ブロック */
.art-def { background: var(--surface); border-radius: 16px; padding: 26px 30px; margin: 34px 0; }
.art-def dt { font-size: 14px; font-weight: 700; letter-spacing: .02em; margin-bottom: 8px; }
.art-def dd { font-size: 14.5px; line-height: 2.05; color: #444; }

/* 目次 */
.art-toc { border: 1px solid var(--line); border-radius: 16px; padding: 26px 30px 22px; margin: 0 0 8px; }
.art-toc .label {
  font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.art-toc ol { margin: 0; padding-left: 22px; font-size: 14px; line-height: 1.9; color: #333; }
.art-toc li { margin-bottom: 5px; }
.art-toc a { transition: opacity .2s; }
.art-toc a:hover { opacity: .6; }

/* 表 */
.art-table { width: 100%; border-collapse: collapse; margin: 6px 0 30px; font-size: 14px; line-height: 1.9; }
.art-table th {
  text-align: left; font-size: 11.5px; font-weight: 600; letter-spacing: .1em;
  color: var(--muted); padding: 10px 14px; border-bottom: 1px solid var(--fg); white-space: nowrap;
}
.art-table td { padding: 14px; border-bottom: 1px solid var(--line); color: #333; vertical-align: top; }
.art-table td:first-child { font-weight: 600; color: var(--fg); white-space: nowrap; }
.art-tablewrap { overflow-x: auto; }

/* 脚注 */
sup.ref { font-size: 10.5px; letter-spacing: .02em; }
sup.ref a { color: var(--muted); text-decoration: none; }
sup.ref a:hover { color: var(--fg); }

/* CTA */
.art-cta { background: var(--surface); border-radius: 18px; padding: 36px 38px; margin: 66px 0 0; }
.art-cta .kicker { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.art-cta .ttl { font-size: 20px; font-weight: 600; letter-spacing: -.01em; margin: 12px 0 10px; }
.art-cta p.txt { font-size: 14.5px; line-height: 2; color: #555; margin-bottom: 22px; }
.art-cta .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* FAQ（site.css の faq-* を利用、記事内は常時リスト表示） */
.art-faq { margin-top: 70px; }
.art-faq h3 { margin-top: 0; padding-top: 34px; }

/* 参考文献 */
.art-refs { margin: 66px 0 0; }
.art-refs ol { margin: 0; padding-left: 24px; font-size: 13.5px; line-height: 2.1; color: #444; }
.art-refs a { text-decoration: underline; text-underline-offset: 3px; }
.art-refs a:hover { opacity: .65; }

/* 著者プロフィール */
.art-author { border: 1px solid var(--line); border-radius: 18px; padding: 34px 36px; margin: 60px 0 0; }
.art-author .kicker { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.art-author .name { font-size: 19px; font-weight: 600; margin: 10px 0 12px; }
.art-author p.bio { font-size: 14px; line-height: 2.05; color: #555; }
.art-author .tags { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.art-author .tags span {
  font-size: 10.5px; font-weight: 600; letter-spacing: .12em;
  border: 1px solid var(--line); border-radius: 999px; padding: 4px 13px; color: var(--muted);
}

/* ---------- サイドレール ---------- */
/* 2026-08-07: 追従サイドが画面に収まらず上端がヘッダーに隠れていたため、
   内側の余白を 24px→20px に詰めた（2箱で計16px縮む）。文字サイズは変えない。 */
.side-box { border: 1px solid var(--line); border-radius: 16px; padding: 20px 24px; }
.side-box .label {
  font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 12px;
}
.side-box .side-ttl { font-size: 15px; font-weight: 600; margin-bottom: 8px; }
.side-box p { font-size: 13px; line-height: 1.95; color: #555; }
.side-box .cta-pill { margin-top: 16px; height: 40px; font-size: 13px; width: 100%; }
/* 2026-08-07: 追従サイドを画面に収めるため、リンクの余白を 6→4px に詰め、
   ラベルは2行までで打ち切る。3行になる記事名があり、そこだけ77pxまで伸びて
   パネル全体の高さが読めなくなっていた（実測 ai-guideline 686px）。
   2行に揃えると1件あたり最大55pxで、全記事で高さが予測できる。 */
.side-box a.side-link {
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
  overflow: hidden; font-size: 13.5px; padding: 4px 0; opacity: .85;
}
.side-box a.side-link:hover { opacity: 1; }

.back-link { display: inline-block; margin-top: 8px; font-size: 13.5px; color: var(--muted); transition: color .2s; }
.back-link:hover { color: var(--fg); }

@media (max-width: 980px) {
  .art-shell { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .art-side { position: static; }
  .col-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   ここから下は 2026-08-02 の追記（原本 unplaced-column-kit\html\assets\column.css には無い）
   ---------------------------------------------------------
   アイキャッチを写真ではなく線画SVGで置くための対応。
   原本は .art-eyecatch img しか想定しておらず、写真素材が用意できるまでの間、
   一覧カードのサムネイルと同じ図案を記事冒頭にも使う。
   一覧と記事で絵が変わらないので、どの記事を開いたのかが分かる。
   ========================================================= */
.art-eyecatch__art { display: block; background: #fbfbfa; }
.art-eyecatch__art svg { display: block; width: 100%; height: auto; aspect-ratio: 440 / 200; }

/* =========================================================
   追記（2026-08-02）: 追従サイドと本文幅の調整
   ---------------------------------------------------------
   ユーザー指示:
     「スクロールバーがないほうがいいね(不可視)」
     「お問い合わせの下にサービスのカードも追加、
       記事をスクロールしたら最後の方で出てくる感じかな」
     「もっと右に寄せて記事範囲広げよう」

   前の版は sticky + max-height + 内部スクロールにしていたが、
   スクロールバーが出るうえ、隠すと Service に到達できたことに気づけない。
   **追従をやめて記事と一緒に流す。** 関連記事が先頭にあるので読み始めに目に入り、
   お問い合わせとサービスは読み進めた先で自然に出てくる。スクロールバーも消える。
   ========================================================= */
/* 追従サイド（2026-08-02 改3）
   キット原本どおり sticky。ただし関連記事入りで画面高より背が高いため、
   一度は内部スクロール（max-height + overflow）にしたが、ユーザー指摘
   「サイドパネルにスクロールが別途あるじゃん。記事のスクロールに連動ね」で撤回。
   **内部スクロールは持たない。** 高さが画面を超えるぶんは、記事と一緒に
   スクロールし、パネルの下端が見えたところで止まる（top を負にする）。
   top の実値は高さ依存なので、テンプレート同梱の JS が計測して入れる。
   ここでは既定値（背が低い場合＝キットと同じ位置）だけ持つ。 */
.art-side{
  position: sticky;
  top: var(--art-side-top, calc(var(--header-h) + 28px));
  max-height: none;
  overflow: visible;
}

/* 本文をもっと広く。サイドは右へ寄せる。
   原本は 1fr + 300px / gap 64px、本文 max-width 780px だった。 */
.art-shell{ grid-template-columns: minmax(0, 1fr) 272px; gap: 48px; }
.art-body{ max-width: 880px; }

/* 関連記事は件数が多いので行間を詰める */
.side-box a.side-link{ line-height: 1.6; }

/* 著者欄に会社アイコンを添える */
.art-author{ display: grid; grid-template-columns: 84px 1fr; gap: 16px 22px; align-items: center; }
.art-author .art-author__icon{
  grid-row: 1 / span 4; width: 84px; height: 84px; border-radius: 14px;
  border: 1px solid var(--line); object-fit: contain; background: #fff; display: block;
}
@media (max-width: 620px){
  .art-author{ grid-template-columns: 64px 1fr; gap: 12px 16px; }
  .art-author .art-author__icon{ width: 64px; height: 64px; }
}

@media (max-width: 1040px){
  .art-shell{ grid-template-columns: minmax(0, 1fr); }
  .art-body{ max-width: none; }
}

/* 記事ページの器（2026-08-02）: ユーザー指示「サイドパネルもっと右に寄せて」。
   wrap の最大幅を記事ページだけ広げ、サイドを画面の右へ寄せる。
   本文(1fr)も同じぶん広がるので「記事範囲広げよう」とも両立する。 */
@media (min-width: 1200px){
  .wrap--article{ max-width: 1332px; }
  .art-shell{ gap: 56px; }
}

/* 記事途中のCTA（2026-08-03）。末尾CTAまで読まれない離脱を拾うため本文の4割あたりに1つ挟む。
   末尾CTA(.art-cta)と同じ意匠のまま、高さを抑えて本文の流れを切らないようにする。 */
.art-cta--inline { margin: 52px 0; padding: 24px 26px; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.art-cta--inline .art-cta__lead { flex: 1 1 320px; min-width: 0; }
.art-cta--inline .ttl { font-size: 16px; margin: 0 0 6px; }
.art-cta--inline p.txt { font-size: 13.5px; line-height: 1.9; margin: 0; }
.art-cta--inline .cta-pill { flex: 0 0 auto; }
@media (max-width: 640px) {
  .art-cta--inline { padding: 22px; }
  /* site.css は .cta-pill > span を nowrap にしている（JA/EN切替のガタつき防止）。
     記事CTA（中間 .art-cta--inline と末尾 .art-cta 共通）は文言が長く、
     細幅で箱からはみ出すため、記事内だけ全幅化＋折り返しを許可する。 */
  .art-cta .cta-pill { width: 100%; justify-content: center; height: auto; min-height: 42px; padding: 10px 20px; }
  .art-cta .cta-pill > span { white-space: normal; text-align: center; line-height: 1.5; }
}

/* 表の罫の不統一を是正（2026-08-03 ユーザー指摘「表の線の色が突然違う表が多い」）。
   .art-table th の濃い罫（var(--fg)）は「見出し行」のための意匠だが、
   本文の行見出し（<tbody> 内の <th>）にも効いてしまい、
   1列目だけ線が濃く・文字が小さい別書式になっていた（37本中36本で発生）。
   見出し行は従来どおりにし、行見出しは 1列目の <td> と同じ見え方に揃える。 */
.art-table tbody th {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: inherit;
  color: var(--fg);
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

/* 参考文献の二重番号を解消（2026-08-03 ユーザー指摘「1,※1って変」）。
   参考文献のタイトルは全記事とも「※N」始まりで、本文の脚注 <sup>※N</sup> と対応している。
   ol の自動番号を消し、※N 側を唯一の番号にする。 */
.art-refs ol { list-style: none; padding-left: 0; }

/* 著者欄のロゴ（2026-08-03 ユーザー指示「丸にしてもっと大きく」）。
   UNPLACEDのロゴは横長のワードマークなので、丸の中では contain で収める。
   画像はブランド素材（黒正方形）から、ロゴを切らずに周囲の黒い余白だけ詰めた正方形（372x372）。
   黒地なので円の背景と地続きになり、継ぎ目が出ない。 */
.art-author { grid-template-columns: 120px 1fr; }
.art-author .art-author__icon {
  width: 120px; height: 120px; border-radius: 50%;
  object-fit: cover; background: #111; border: 0;
}
@media (max-width: 620px) {
  .art-author { grid-template-columns: 96px 1fr; }
  .art-author .art-author__icon { width: 96px; height: 96px; }
}

/* 記事末尾（著者欄の下）のサービス紹介＋お問い合わせ（2026-08-03 ユーザー指示）。
   コラム一覧の下部と同じ体裁。site.css は編集しない。 */
.art-tailcta { margin: 56px 0 0; }
.art-tailcta .sec-head { margin-bottom: 18px; }
.art-svc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 26px; }
.art-svc a { display: block; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: #fff; transition: border-color .2s; }
.art-svc a:hover { border-color: var(--fg); }
.art-svc .t { display: block; font-size: 14px; font-weight: 600; margin-bottom: 5px; }
.art-svc .d { display: block; font-size: 12.5px; color: var(--muted); line-height: 1.8; }
.art-ctaband { border: 1px solid var(--line); border-radius: 18px; padding: 28px 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; background: linear-gradient(165deg, #ffffff 0%, #fbfbfa 100%); }
.art-ctaband p { margin: 0; font-size: 14.5px; line-height: 1.9; }
@media (max-width: 900px) { .art-svc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .art-svc { grid-template-columns: 1fr; } .art-ctaband { padding: 24px 22px; } }

/* 追従サイドの内容切り替え（2026-08-03 ユーザー指示）。
   「記事の中間まではキープ、それ以降スクロールしたらサービスのタイルに切り替わる」。
   2枚のペインを同じマスに重ね、本文の読了率50%で入れ替える。
   JSが効かない環境では js-panes が付かず、従来どおり縦に並ぶ。 */
.art-side.js-panes { display: grid; }
.art-side.js-panes .art-side__pane {
  grid-area: 1 / 1; display: flex; flex-direction: column; gap: 16px; /* 2026-08-07: 22→16 */
  transition: opacity .3s ease, transform .3s ease;
}
.art-side.js-panes .art-side__pane--b { opacity: 0; visibility: hidden; transform: translateY(10px); pointer-events: none; }
.art-side.js-panes.is-service .art-side__pane--a { opacity: 0; visibility: hidden; transform: translateY(-10px); pointer-events: none; }
.art-side.js-panes.is-service .art-side__pane--b { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
@media (prefers-reduced-motion: reduce) { .art-side.js-panes .art-side__pane { transition: none; } }

/* サイドのサービス一覧（2026-08-03 ユーザー指摘「タイルinタイルが微妙」）。
   side-box という枠の中にさらに枠付きタイルを並べて入れ子に見えていた。
   内側の枠をやめて、薄い線で区切るだけにする。現在地は文字の濃さで示す。 */
.side-svc { display: grid; }
.side-svc a { display: block; padding: 12px 0; border-top: 1px solid var(--line); transition: opacity .2s; }
.side-svc a:first-child { border-top: 0; padding-top: 2px; }
.side-svc a:hover { opacity: .62; }
.side-svc .t { display: block; font-size: 13px; font-weight: 600; color: var(--muted); }
.side-svc .d { display: block; font-size: 11.5px; color: var(--muted); line-height: 1.7; margin-top: 3px; }
.side-svc a.is-current .t { color: var(--fg); }

/* 見出しの2階層（2026-08-03 ユーザー指示「中見出しと小見出しに分けて番号は中見出しだけに」）。
   h2＝中見出し（番号あり・目次に出る）／ h3.art-sub＝小見出し（番号なし・目次に出さない）。
   小見出しが本文に埋もれず、かつ中見出しと競合しない強さにする。 */
/* 基底の .art-body h3 は「本文中の大きな区切り」用で、font-size が h2(25px) より
   大きい 27px、さらに全幅の border-top まで付く。そのままだと小見出しのほうが
   中見出しより強く見えてしまうため、打ち消したうえで小見出しの見た目を与える。
   本文に直接書かれた <h3>（class なし）も同じ見え方に揃える。 */
.art-body h3,
.art-body h3.art-sub {
  font-size: 17px; font-weight: 600; line-height: 1.7; letter-spacing: normal;
  margin: 40px 0 14px; padding-top: 0; padding-left: 14px;
  border-top: 0; border-left: 2px solid var(--fg);
}
@media (max-width: 620px) {
  .art-body h3,
  .art-body h3.art-sub { font-size: 16px; margin: 32px 0 12px; }
}

/* 中見出しの区切り（2026-08-03 ユーザー指示「数字じゃなくてデザインでセクションの変わり目を」）。
   通し番号をやめ、全幅のヘアラインと、その左端に重ねた短い濃い線で切れ目を示す。
   対象は本文の番号付き見出しだけなので id^="sec" で限定する
   （記事末尾の Service 見出しなどには効かせない）。 */
.art-body h2[id^="sec"] {
  position: relative;
  margin: 88px 0 28px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}
.art-body h2[id^="sec"]::before {
  content: "";
  position: absolute; top: -1px; left: 0;
  width: 56px; height: 2px;
  background: var(--fg);
}
.art-body > h2[id^="sec"]:first-of-type { margin-top: 44px; }
@media (max-width: 620px) {
  .art-body h2[id^="sec"] { margin: 64px 0 22px; padding-top: 26px; }
  .art-body h2[id^="sec"]::before { width: 44px; }
}

/* 目次も番号をやめ、控えめな見出し記号にする（本文と揃える） */
.art-toc ol { list-style: none; padding-left: 0; }
.art-toc li { position: relative; padding-left: 15px; }
.art-toc li::before {
  content: ""; position: absolute; left: 0; top: .95em;
  width: 7px; height: 1px; background: var(--muted);
}

/* 記事途中の写真（2026-08-03 ユーザー指示）。
   素材は16:9の俯瞰カットが多く、切ると構図が壊れるので比率はそのまま使う。
   本文の流れを止めないよう、見出しの直前に置いて区切りの一部として見せる。 */
.art-figure { margin: 56px 0 0; }
.art-figure img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 1760 / 460; object-fit: cover;
  border-radius: 14px; background: var(--surface);
}
@media (max-width: 620px) { .art-figure { margin: 40px 0 0; } .art-figure img { border-radius: 10px; } }

/* =========================================================
   HP-125（2026-08-07）: 画面外ブロックのレイアウトを省く。

   なぜ:
     本番トレースで、コラム記事は FCP までに **1,459要素の全レイアウトが2回**
     走っていた（CPU4倍スロットル下で各 344〜414ms）。記事本文は
     main > section の2つ目に丸ごと入っており、1本で 16,346px ある。
     画面外まで毎回レイアウトしていたのが原因。

   実測（ローカル・強制レイアウト時間の中央値）:
     基準 31.0ms / 大きいブロックのみ 18.1ms / 本文直下ぜんぶ 4.2ms
     / この指定（見出しを除く）5.3ms。戻すと 31.3ms に復帰＝ノイズではない。

   見出し（h2/h3）は **わざと対象外**。#sec1〜#sec6 のアンカーの着地点なので、
   ここを内包すると初回スクロール位置がずれうる。除いても -83% は取れる。

   contain-intrinsic-size の auto は「一度描いた実寸を覚える」指定。
   括弧内の値は初回描画前の当て推量で、実測の分布から決めている
   （実測: 本文ブロック33個の中央値132px / 大きい塊20個の平均387px。
   この値でページ全高の誤差は 17,862px に対し +506px＝2.8%。
   200/500 だと +5,146px＝29% ずれてスクロールバーが目に見えて短くなった）。
   ========================================================= */
.art-body > p,
.art-body > ul,
.art-body > ol,
.art-body > dl{
  content-visibility: auto;
  contain-intrinsic-size: auto 120px;
}
.art-tablewrap,
.callout,
.flow,
.art-faq,
.art-refs,
.art-author,
.art-tailcta{
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}
