/* ============================================================
   仕組み経営 公式HP  /  静的HTML版
   デザイントークン
   ============================================================ */
:root{
  /* ---------- 色 ---------- */
  --navy:#101226;          /* 面と見出し文字。白に対し 18.3:1 */
  --navy-90:rgba(16,18,38,.9);
  --navy-2:#1c1f3d;        /* ホバー・グラデ用 */
  --ink:#16181d;           /* 本文 */
  --ink-70:#5b6270;        /* 補足本文 */
  --ink-55:#8b91a1;        /* キャプション・無効 */
  --line:#e5e7ef;          /* 罫・枠 */
  --bg:#ffffff;
  --bg-soft:#f7f8fa;       /* 淡いセクション背景 */
  --bg-navy-soft:#eef0fe;  /* アクセントを薄めた面（.band / .statement / .prose h2） */

  --cta:#018a1c;           /* 緑。押す場所だけに使う */
  --cta-hi:#00b81a;
  --cta-dk:#016e16;        /* CTA ホバー */
  --cta-ink:#ffffff;

  /* アクセント。ラベル・連番・罫など「押せない要素」だけに使う。
     ボタンやリンクに広げると CTA の緑が埋もれる */
  --accent:#4f46e5;        /* 淡色面の上の文字。白に対し 6.3:1 */
  --accent-hi:#818cf8;     /* 濃色面の上の文字。--navy に対し 6.5:1 */
  --accent-soft:rgba(79,70,229,.09);     /* 淡色面のピル背景 */
  --accent-soft-dk:rgba(129,140,248,.16); /* 濃色面のピル背景 */

  /* ---------- タイポ ---------- */
  --font:"Inter","Noto Sans JP",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-mono:ui-monospace,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;
  --lh-body:1.75;          /* 本文行間 */
  --ls-body:normal;
  --font-feat:normal;      /* palt は使わない */
  --fw-body:400;           /* 本文ウェイト。Inter / Noto Sans JP は 400 で十分な太さがある */
  --fw-head:700;           /* 見出しウェイト */
  --lh-head:1.4;           /* 見出し行間 */
  --ls-head:-.015em;       /* 見出しはわずかに詰める。和文が潰れない範囲 */

  /* ---------- 形 ---------- */
  --wrap:1120px;
  --gap:clamp(20px,4vw,40px);
  --radius:6px;            /* 小さい面 */
  --radius-lg:16px;
  --radius-card:12px;      /* カード */
  --radius-btn:8px;        /* ボタン */
  --radius-input:8px;      /* 入力欄 */
  --header-h:76px;

  /* 影は「浮かせる」用途をやめ、輪郭の補助にとどめる */
  --shadow-sm:0 1px 2px rgba(16,18,38,.05);
  --shadow:0 4px 16px rgba(16,18,38,.08);
  --shadow-lg:0 20px 48px rgba(16,18,38,.14);

  /* ---------- 面ごとの背景 ---------- */
  --hero-ov:linear-gradient(105deg,rgba(8,9,20,.95) 0%,rgba(12,14,32,.88) 45%,rgba(18,20,48,.58) 100%),
            radial-gradient(85% 70% at 6% 108%,rgba(99,102,241,.42) 0%,transparent 62%),
            radial-gradient(55% 50% at 94% -8%,rgba(56,189,248,.18) 0%,transparent 60%);
  --optin-bg:linear-gradient(160deg,#0d0f22 0%,#171a3d 100%);
  --footer-cta-bg:linear-gradient(135deg,#0d0f22 0%,#1b1e46 55%,#12142e 100%);
  --footer-bg:#08090f;

  /* ---------- その他 ---------- */
  --accent-hl:#818cf8;     /* ヒーロー見出しの下線。細い線なので透けさせない */
  --focus-ring:rgba(79,70,229,.22);
}

*,*::before,*::after{box-sizing:border-box}
/* 本文の基準を 16px → 17px。全体が rem で組まれているので比例して上がる。
   .prose p の 1.1rem が 18.7px になり、880px の列で和文 1行47字に収まる */
html{
  font-size:106.25%;
  -webkit-text-size-adjust:100%;scroll-behavior:smooth;
  scroll-padding-top:calc(var(--header-h) + 12px);
}
body{
  margin:0;
  font-family:var(--font);
  font-weight:var(--fw-body);
  color:var(--ink);
  background:var(--bg);
  line-height:var(--lh-body);
  font-feature-settings:var(--font-feat);
  letter-spacing:var(--ls-body);
  overflow-wrap:anywhere;
  overflow-x:clip;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}
h1,h2,h3,h4{margin:0;line-height:var(--lh-head);font-weight:var(--fw-head);letter-spacing:var(--ls-head)}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:4px}

.wrap{width:min(100% - 2*clamp(16px,5vw,40px),var(--wrap));margin-inline:auto}
.wrap-wide{width:min(100% - 2*clamp(16px,5vw,40px),1320px);margin-inline:auto}
/* 本文中心の下層ページ用。見出し・本文・カードをすべて同じ列幅に揃える */
.wrap--narrow{--wrap:880px}
.br-sp{display:none}  /* スマホのみ改行 */
.section{padding:clamp(64px,9vw,120px) 0}
.section--soft{background:var(--bg-soft)}
.section--navy{background:var(--navy);color:#fff}

/* ---------- 見出し ---------- */
/* モノスペース大文字のピル。押せない要素なのでアクセント色を使ってよい */
.eyebrow{
  display:inline-flex;align-items:center;
  padding:6px 13px;border-radius:999px;
  font-family:var(--font-mono);
  font-size:.74rem;font-weight:500;letter-spacing:.09em;text-transform:uppercase;
  color:var(--accent);background:var(--accent-soft);
  margin-bottom:18px;
}
/* 濃色の面の上では明るい側（--navy に対し 6.5:1） */
.section--navy .eyebrow,
.optin .eyebrow,
.footer-cta .eyebrow{color:var(--accent-hi);background:var(--accent-soft-dk)}

.h-sec{
  font-size:clamp(1.55rem,4.2vw,2.5rem);
  line-height:1.35;
  color:var(--navy);
}
.section--navy .h-sec{color:#fff}
.h-sec + .lead{margin-top:20px}
.lead{
  font-size:clamp(.95rem,2.2vw,1.06rem);
  color:var(--ink-70);
  line-height:1.85;
  max-width:64ch;
}
.section--navy .lead{color:rgba(255,255,255,.82)}
.sec-head{margin-bottom:clamp(36px,5vw,56px)}
/* 下層ページのタイトル帯。.section より浅く、下に本文が無いので見出しの下マージンも消す */
.page-head{padding:clamp(40px,5.5vw,64px) 0}
.page-head .sec-head{margin-bottom:0}
.sec-head--center{text-align:center}
.sec-head--center .lead{margin-inline:auto}
.sec-head--center .eyebrow{margin-inline:auto}

/* ---------- ボタン ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6em;
  padding:12px 32px;border-radius:var(--radius-btn);
  font-weight:700;font-size:.98rem;letter-spacing:-.005em;line-height:1.4;text-decoration:none;
  border:2px solid transparent;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;
}
/* 浮かせず、影と色で反応させる */
.btn:hover{box-shadow:0 4px 14px rgba(16,18,38,.12)}
.btn::after{content:"→";font-size:1.05em;transition:transform .18s ease}
.btn:hover::after{transform:translateX(3px)}
.btn--cta{
  background:var(--cta);border-color:var(--cta);
  color:var(--cta-ink);
}
.btn--cta:hover{background:var(--cta-dk);border-color:var(--cta-dk);box-shadow:0 4px 14px rgba(1,138,28,.3)}
.btn--navy{background:var(--navy);color:#fff}
.btn--navy:hover{background:var(--navy-2);box-shadow:0 4px 14px rgba(16,18,38,.22)}
/* 枠は --line だとボタンに見えないので一段濃くする */
.btn--ghost{background:#fff;color:var(--navy);border-color:rgba(16,18,38,.18)}
.btn--ghost:hover{border-color:var(--accent);color:var(--accent);background:#fff}
/* 濃色面の上では白文字＋白枠の枠線ボタンに切り替える。
   .hero / .optin / .footer-cta も濃色面なので同じ扱いにする */
.section--navy .btn--ghost,
.hero .btn--ghost,
.optin .btn--ghost,
.footer-cta .btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.section--navy .btn--ghost:hover,
.hero .btn--ghost:hover,
.optin .btn--ghost:hover,
.footer-cta .btn--ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}
.btn--sm{padding:11px 22px;font-size:.9rem}
.btn--lg{padding:16px 40px;font-size:1.08rem}
.btn-row{display:flex;flex-wrap:wrap;gap:14px}
.btn-row--center{justify-content:center}

.link-more{
  display:inline-flex;align-items:center;gap:.4em;
  font-weight:700;color:var(--navy);text-decoration:none;
  border-bottom:2px solid var(--line);padding-bottom:2px;
  transition:border-color .18s ease,color .18s ease;
}
.link-more::after{content:"›";font-size:1.2em;line-height:1}
/* リンクのホバーはアクセント。緑は CTA ボタン専用に取っておく */
.link-more:hover{color:var(--accent);border-color:var(--accent)}

/* ============================================================
   ヘッダー
   ============================================================ */
.header{
  position:sticky;top:0;z-index:100;
  background:#fff;
  border-bottom:1px solid var(--line);
  transition:box-shadow .2s ease;
}
.header.is-stuck{box-shadow:0 1px 0 var(--line),0 8px 24px rgba(16,18,38,.06)}
.header__inner{
  display:flex;align-items:center;gap:clamp(16px,3vw,36px);
  height:var(--header-h);
}
.header__logo{flex:0 0 auto;display:block;line-height:0}
.header__logo img{height:38px;width:auto}

.gnav{margin-left:auto}
.gnav__list{display:flex;align-items:center;gap:clamp(10px,1.6vw,22px)}
.gnav__list > li{position:relative}
.gnav__list a{
  display:block;padding:8px 2px;
  font-size:.86rem;font-weight:500;color:var(--navy);
  text-decoration:none;white-space:nowrap;
  transition:color .18s ease;
}
.gnav__list a:hover{color:var(--accent)}
.gnav__list > li > a::after{
  content:"";display:block;height:2px;margin-top:4px;
  background:var(--accent);transform:scaleX(0);transform-origin:left;
  transition:transform .2s ease;
}
.gnav__list > li > a:hover::after{transform:scaleX(1)}
.gnav__sub{
  position:absolute;top:100%;left:50%;translate:-50% 0;
  min-width:230px;padding:10px;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);
  box-shadow:0 12px 32px rgba(16,18,38,.12);
  opacity:0;visibility:hidden;translate:-50% 8px;
  transition:opacity .18s ease,translate .18s ease,visibility .18s;
}
.gnav__list > li:hover .gnav__sub,
.gnav__list > li:focus-within .gnav__sub{opacity:1;visibility:visible;translate:-50% 0}
.gnav__sub a{padding:9px 14px;border-radius:8px;font-weight:500;font-size:.86rem}
.gnav__sub a:hover{background:var(--bg-navy-soft);color:var(--accent)}
.header__cta{flex:0 0 auto}

.burger{
  display:none;margin-left:auto;
  width:46px;height:46px;border:1px solid var(--line);border-radius:10px;
  background:#fff;cursor:pointer;padding:0;
  align-items:center;justify-content:center;
}
.burger span{position:relative;display:block;width:20px;height:2px;background:var(--navy);border-radius:2px;transition:.2s}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--navy);border-radius:2px;transition:.2s}
.burger span::before{top:-6px}
.burger span::after{top:6px}
.burger[aria-expanded="true"] span{background:transparent}
.burger[aria-expanded="true"] span::before{top:0;rotate:45deg}
.burger[aria-expanded="true"] span::after{top:0;rotate:-45deg}

.drawer{
  position:fixed;inset:var(--header-h) 0 0;z-index:99;
  background:#fff;padding:28px clamp(16px,5vw,40px) 60px;
  overflow-y:auto;
  transform:translateX(100%);
  transition:transform .28s cubic-bezier(.4,0,.2,1);
  visibility:hidden;
}
.drawer.is-open{transform:none;visibility:visible}
.drawer a{display:block;text-decoration:none;color:var(--navy);font-weight:700;padding:15px 4px;border-bottom:1px solid var(--line)}
.drawer .drawer__sub a{font-weight:500;font-size:.92rem;padding-left:20px;color:var(--ink-70)}
.drawer .btn{width:100%;margin-top:24px}

/* ============================================================
   ヒーロー
   ============================================================ */
.hero{
  position:relative;isolation:isolate;
  min-height:min(84vh,700px);
  display:grid;align-items:center;
  padding:clamp(48px,7vw,88px) 0;   /* フォームが入るので旧 clamp(70,11vw,130) から詰めた */
  color:#fff;
  background:var(--navy);
}
.hero__media{
  position:absolute;inset:0;z-index:-2;
  background:url("../img/hero-bg2.jpg") center 30%/cover no-repeat;
}
.hero__media::after{
  content:"";position:absolute;inset:0;
  background:var(--hero-ov);
}
/* 薄いグリッドを重ねる。中央だけ見えるようにマスクをかける */
.hero::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(75% 65% at 50% 40%,#000 0%,transparent 78%);
  -webkit-mask-image:radial-gradient(75% 65% at 50% 40%,#000 0%,transparent 78%);
}
.hero__inner{max-width:none}   /* 2カラムなので列幅に従わせる */
.hero__badge{
  display:inline-flex;align-items:center;gap:.55em;
  padding:8px 18px;border-radius:999px;
  color:#c7d2fe;
  background:rgba(99,102,241,.16);border:1px solid rgba(129,140,248,.42);
  font-family:var(--font-mono);font-size:.78rem;font-weight:500;letter-spacing:.04em;
  backdrop-filter:blur(4px);
}
.hero h1{
  margin-top:20px;
  font-size:clamp(2.1rem,7vw,4rem);
  line-height:1.28;
  letter-spacing:-.02em;
}
/* 蛍光ペンではなく細い下線。塗りつぶすと文字の下半分に色の箱が乗って見える */
.hero h1 .accent{
  background:linear-gradient(transparent calc(100% - 7px),var(--accent-hl) calc(100% - 7px));
  padding-inline:.02em;
}
.hero__sub{
  margin-top:20px;
  font-size:clamp(1rem,2.7vw,1.32rem);
  font-weight:400;line-height:1.85;
  color:rgba(255,255,255,.78);
  max-width:30em;
}
/* ---- ヒーローのガイドブック申込み（トップページ）----
   2カラムの骨組み・入力欄・書影は .optin__grid / .optin__form / .optin__cover を
   そのまま流用し、ここでは間隔と幅だけ上書きする */
.hero__offer{
  display:block;margin-top:26px;
  font-size:1.02rem;font-weight:700;line-height:1.6;color:#fff;
}
/* 3つの子（見出し / 書影 / 申込み）を明示的に置く。
   PCは 左に見出し＋申込みを縦に、右に書影を通しで。
   スマホは1カラムになり、ソース順のまま 見出し → 書影 → 申込み と並ぶ。
   既定の .optin__grid（1.15fr .85fr）は本文側が狭く h1 が割れるので比率も変える */
.hero .optin__grid{
  grid-template-columns:1.35fr .65fr;
  column-gap:clamp(28px,5vw,64px);
  row-gap:26px;
  align-items:start;
}
.hero__inner{grid-column:1;grid-row:1}
.hero__signup{grid-column:1;grid-row:2}
.hero .optin__cover{grid-column:2;grid-row:1 / span 2;align-self:center;max-width:340px}
.hero .optin__form{margin-top:14px;max-width:540px}
.hero .optin__note{max-width:540px}
.hero .btn-row{margin-top:22px}
.hero__scroll{
  position:absolute;left:50%;bottom:22px;translate:-50% 0;
  font-size:.7rem;letter-spacing:.2em;color:rgba(255,255,255,.6);
  display:flex;flex-direction:column;align-items:center;gap:8px;
}
.hero__scroll::after{content:"";width:1px;height:38px;background:linear-gradient(rgba(255,255,255,.6),transparent)}

/* ============================================================
   ガイドブック（Kitフォーム）
   ============================================================ */
.optin{
  background:var(--optin-bg);
  color:#fff;padding:clamp(52px,7vw,84px) 0;
}
.optin__grid{
  display:grid;grid-template-columns:1.15fr .85fr;
  gap:clamp(28px,5vw,64px);align-items:center;
}
.optin h2{font-size:clamp(1.5rem,4vw,2.15rem);line-height:1.4}
.optin p{margin-top:14px;color:rgba(255,255,255,.82);font-size:.98rem}
.optin__form{display:flex;gap:10px;margin-top:26px;flex-wrap:wrap}
.optin__form input[type="email"]{
  flex:1 1 260px;min-width:0;
  padding:16px 20px;border-radius:var(--radius-input);border:2px solid transparent;
  font-family:inherit;font-size:1rem;color:var(--ink);background:#fff;
}
.optin__form input[type="email"]::placeholder{color:#98a0b5}
.optin__form input[type="email"]:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--focus-ring)}
.optin__form .btn{flex:0 0 auto}
.optin__note{margin-top:14px;font-size:.78rem;color:rgba(255,255,255,.6)}
.optin__cover{justify-self:center;max-width:340px}
.optin__cover img{
  border-radius:12px;
  box-shadow:0 30px 60px rgba(0,0,0,.45);
  rotate:-3deg;transition:rotate .35s ease,scale .35s ease;
}
.optin__cover a:hover img{rotate:0deg;scale:1.03}

/* ============================================================
   動画
   ============================================================ */
.video-head{text-align:center;margin-bottom:34px}
.pill-3min{
  display:inline-block;position:relative;
  font-size:clamp(1.15rem,3.4vw,1.6rem);font-weight:900;color:var(--navy);
  margin-bottom:10px;
}
.pill-3min .num{position:relative;display:inline-block;padding:0 .22em;color:var(--cta)}
.pill-3min .num::before{
  content:"";position:absolute;inset:-18% -6%;
  border:3px solid var(--cta-hi);border-radius:50%;
  clip-path:inset(0 100% 0 0);
  animation:draw-circle 1.2s ease forwards;
  animation-delay:.4s;
}
@keyframes draw-circle{to{clip-path:inset(0 0 0 0)}}
.video-frame{
  position:relative;width:min(100%,900px);margin-inline:auto;
  aspect-ratio:16/9;border-radius:var(--radius-card);overflow:hidden;
  box-shadow:var(--shadow-lg);background:#000;
}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-note{text-align:center;margin-top:16px;font-size:.85rem;color:var(--ink-55)}

/* ============================================================
   4つの違い
   ============================================================ */
.features{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:clamp(20px,2.6vw,30px);
}
.feature{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);
  overflow:hidden;
  display:flex;flex-direction:column;
  transition:box-shadow .25s ease,border-color .25s ease;
}
/* 浮かせるのをやめ、罫がアクセントに色づく反応にする（以下 .service / .case / .post も同じ） */
.feature:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(79,70,229,.12)}
.feature__img{aspect-ratio:16/10;overflow:hidden;background:var(--bg-navy-soft)}
.feature__img img{width:100%;height:100%;object-fit:cover;transition:scale .4s ease}
.feature:hover .feature__img img{scale:1.05}
.feature__body{padding:26px 24px 30px;display:flex;flex-direction:column;gap:12px;flex:1}
.feature__no{
  font-family:var(--font-mono);font-size:.78rem;font-weight:500;
  letter-spacing:.1em;color:var(--accent);
}
.feature h3{font-size:1.1rem;line-height:1.55;color:var(--navy)}
.feature p{font-size:.9rem;color:var(--ink-70);line-height:1.85}

/* ============================================================
   提供サービス
   ============================================================ */
.services{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:clamp(20px,2.6vw,30px);
}
.service{
  position:relative;display:flex;flex-direction:column;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:box-shadow .25s ease,border-color .25s ease;
}
.service:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(79,70,229,.12)}
.service__img{aspect-ratio:3/2;overflow:hidden}
.service__img img{width:100%;height:100%;object-fit:cover;transition:scale .4s ease}
.service:hover .service__img img{scale:1.06}
.service__body{padding:28px 26px 30px;display:flex;flex-direction:column;gap:14px;flex:1}
.service h3{font-size:1.18rem;line-height:1.5;color:var(--navy)}
.service p{font-size:.9rem;color:var(--ink-70);line-height:1.85;flex:1}
.service .btn{align-self:flex-start;margin-top:4px}

/* ============================================================
   具体例
   ============================================================ */
.cases{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
  gap:clamp(20px,2.6vw,28px);
}
.case{
  display:flex;flex-direction:column;height:100%;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-card);
  overflow:hidden;text-decoration:none;color:inherit;
  transition:box-shadow .25s ease,border-color .25s ease;
}
.case:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(79,70,229,.12)}
.case__img{aspect-ratio:4/3;overflow:hidden;background:var(--bg-navy-soft)}
.case__img img{width:100%;height:100%;object-fit:cover;transition:scale .4s ease}
.case:hover .case__img img{scale:1.06}
.case__body{padding:24px 22px 28px;display:flex;flex-direction:column;gap:11px;flex:1}
.case__tag{
  align-self:flex-start;font-family:var(--font-mono);
  font-size:.72rem;font-weight:500;letter-spacing:.04em;
  color:var(--accent);background:var(--accent-soft);
  padding:5px 12px;border-radius:999px;
}
.case h3{font-size:1.02rem;line-height:1.6;color:var(--navy)}
.case__who{font-size:.8rem;font-weight:700;color:var(--ink-55)}
.case p{font-size:.86rem;color:var(--ink-70);line-height:1.8}
.case__more{margin-top:auto;padding-top:8px;font-size:.82rem;font-weight:700;color:var(--accent)}
.case__more::after{content:" ›"}

/* ============================================================
   ガイドブック帯 / 書籍
   ============================================================ */
/* 縦に積むだけの汎用レイアウト */
.stack{display:grid;gap:clamp(24px,4vw,40px)}
/* 大きめのブロックを積むとき、間に区切り罫を入れる */
.stack--divided > * + *{
  border-top:1px solid var(--line);
  padding-top:clamp(32px,5vw,56px);
}

.band{
  background:var(--bg-navy-soft);
  border:1px solid rgba(79,70,229,.12);
  border-radius:var(--radius-card);
  padding:clamp(30px,4.5vw,52px);
  display:grid;grid-template-columns:1fr auto;gap:clamp(24px,4vw,52px);
  align-items:center;
}
.band h2{font-size:clamp(1.35rem,3.4vw,1.95rem);color:var(--navy);line-height:1.45}
.band p{margin-top:14px;color:var(--ink-70);font-size:.96rem}
.band .btn{margin-top:24px}
.band__img{width:min(300px,40vw)}
.band__img img{border-radius:var(--radius-card);box-shadow:var(--shadow)}

.book{
  display:grid;grid-template-columns:minmax(180px,260px) 1fr;
  gap:clamp(26px,4.5vw,56px);align-items:center;
}
.book__cover img{border-radius:8px;box-shadow:var(--shadow-lg)}
.stars{display:flex;align-items:center;gap:8px;margin-bottom:12px}
/* 星は「評価」の記号。アクセント色ではなくアンバーで置く */
.stars__icons{color:#f59e0b;letter-spacing:.14em;font-size:1.05rem}
.stars__text{font-size:.78rem;color:var(--ink-55)}
.book h2,.book h3{font-size:clamp(1.3rem,3.2vw,1.7rem);color:var(--navy);margin-bottom:16px;line-height:1.5}
.book p{color:var(--ink-70);font-size:1.1rem;line-height:1.95}
.book p + p{margin-top:1em}
.book .btn-row{margin-top:26px}

/* ============================================================
   関連記事
   ============================================================ */
.posts{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));
  gap:clamp(20px,2.6vw,30px);
}
.post{
  display:flex;flex-direction:column;height:100%;
  background:#fff;border-radius:var(--radius-card);overflow:hidden;
  border:1px solid var(--line);text-decoration:none;color:inherit;
  transition:box-shadow .25s ease,border-color .25s ease;
}
.post:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(79,70,229,.12)}
.post__img{aspect-ratio:16/9;overflow:hidden;background:var(--bg-navy-soft)}
.post__img img{width:100%;height:100%;object-fit:cover;transition:scale .4s ease}
.post:hover .post__img img{scale:1.06}
.post__body{padding:24px 22px 26px;display:flex;flex-direction:column;gap:12px;flex:1}
.post h3{font-size:1rem;line-height:1.65;color:var(--navy)}
.post p{font-size:.845rem;color:var(--ink-70);line-height:1.8;
  display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.post__author{display:flex;align-items:center;gap:9px;font-size:.78rem;color:var(--ink-55);font-weight:700}
.post__author img{width:30px;height:30px;border-radius:50%;object-fit:cover}
.post__more{margin-top:auto;padding-top:6px;font-size:.82rem;font-weight:700;color:var(--accent)}

/* 本文の途中に1件だけ差し込む関連記事（画像左・本文右） */
.posts--inline{grid-template-columns:1fr;margin:30px 0}
.posts--inline .post{flex-direction:row}
.posts--inline .post__img{flex:0 0 34%;aspect-ratio:4/3}

.post__more::after{content:" ›"}

/* ============================================================
   運営者
   ============================================================ */
.profile{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(30px,5vw,66px);align-items:start}
.profile__media{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.profile__media figure{margin:0;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);background:#fff}
.profile__media figure:first-child{grid-column:1 / -1}
.profile__media img{width:100%;aspect-ratio:4/3;object-fit:cover}
.profile__media figcaption{font-size:.7rem;color:var(--ink-55);padding:7px 10px;text-align:center;line-height:1.5}
/* .profile__bio p より詳細度を上げる（p だけだと負けて色が効かない） */
.profile__bio .profile__role{
  font-size:.86rem;font-weight:700;color:var(--accent);
  line-height:1.9;margin:14px 0 20px;
}
.profile__bio p + p{margin-top:16px}
.profile__bio p{font-size:1.05rem;color:var(--ink-70);line-height:1.95}  /* 2カラムの狭い列なので本文より一段下げる */

/* 自社の宣言。淡色面のままだと .prose h2 や .statement と同じ見た目になるので、
   濃色面に振ってページ内でいちばん強い要素にしている */
.credo{
  margin-top:32px;padding:28px 26px;
  background:var(--navy);color:#fff;border-radius:var(--radius);
  border-left:4px solid var(--accent-hi);
}
.credo h3{font-size:1.08rem;color:#fff;margin-bottom:12px;line-height:1.6}
.credo p{font-size:1.05rem;color:rgba(255,255,255,.78);line-height:1.95}
.section--soft .credo{background:var(--navy)}
.credo + .prose{margin-top:2em}
/* 理念そのものを大きく掲げる版（ドリーム・ビジョン等）。1ページに1〜2箇所まで */
.credo--lg{padding:clamp(30px,4.5vw,46px) clamp(26px,4vw,40px);border-left-width:5px}
.credo--lg p{
  font-size:clamp(1.15rem,2.9vw,1.6rem);
  font-weight:700;line-height:1.75;color:#fff;
}

/* ============================================================
   本文（下層ページ共通）
   ============================================================ */
/* 列は .wrap--narrow の 880px。ここに .95rem（16.15px）を流すと和文で1行54字になり、
   目安の35〜45字を大きく超える。列を狭めるとカードのグリッドが崩れる
   （.outline--compact は4列に786px、.features は3列に840px要る）ので、
   代わりに本文を 1.1rem（18.7px）まで上げて1行47字に収めている。
   本文を上げたぶん h2〜h4 も上げないと、見出しとの差が消える */
.prose{max-width:880px}
.prose > * + *{margin-top:1.5em}
.prose p{font-size:1.1rem;line-height:1.9;color:var(--ink-70)}
.prose strong{color:var(--ink);font-weight:700}
/* h2 は淡色の面＋左罫。長文でも章の切れ目が一目で分かるようにする */
.prose h2{
  font-size:clamp(1.32rem,3.2vw,1.6rem);line-height:1.55;
  color:var(--navy);background:var(--bg-navy-soft);
  border-left:5px solid var(--accent);
  border-radius:0 var(--radius) var(--radius) 0;
  padding:16px 20px;
  margin-top:3.2em;
}
/* 淡色セクションの上では面が沈むので白にする */
.section--soft .prose h2{background:#fff}
.prose > h2:first-child{margin-top:0}

/* h3 は下線。h2（左罫つきの面）と記号を変えて階層差を出す */
.prose h3{
  font-size:1.38rem;line-height:1.6;color:var(--navy);
  margin-top:2.4em;padding-bottom:.55em;
  border-bottom:2px solid rgba(79,70,229,.22);
}

/* h4 は小さな四角マーカー。h2 の面、h3 の下線と記号を変えて階層差を出す */
.prose h4{
  font-size:1.2rem;line-height:1.6;color:var(--navy);
  margin-top:2em;
  display:flex;align-items:baseline;gap:.55em;
}
.prose h4::before{
  content:"";flex:0 0 auto;
  width:8px;height:8px;border-radius:2px;
  background:var(--accent);
  translate:0 -1px;
}
.prose a{
  color:var(--navy);text-decoration:underline;text-underline-offset:3px;
  transition:color .18s ease;
}
.prose a:hover{color:var(--accent)}
/* 画像は必ず figure の額に入れる。元画像の大きさがバラバラでも枠の幅が揃う。
   画像自体は拡大しないので、小さい画像がボケることもない */
.prose figure{
  margin:0;padding:clamp(16px,2.4vw,28px);
  display:flex;align-items:center;justify-content:center;
  min-height:200px;
  background:var(--bg-soft);
  border:1px solid var(--line);
  border-radius:var(--radius-card);
}
.prose figure img{
  max-width:100%;max-height:420px;width:auto;height:auto;
  border-radius:var(--radius);
}
.prose figcaption{
  margin-top:10px;font-size:.78rem;line-height:1.6;color:var(--ink-55);text-align:center;
}
/* 額に入れていない裸の img（将来の書き漏らし対策） */
.prose img{max-width:100%;height:auto;border-radius:var(--radius-card)}
.section--soft .prose figure{background:#fff}
.prose ul{display:grid;gap:12px}
.prose ul li{
  position:relative;padding-left:1.3em;
  font-size:1.1rem;line-height:1.9;color:var(--ink-70);
}
.prose ul li::before{
  content:"";position:absolute;left:0;top:.78em;
  width:6px;height:6px;border-radius:50%;background:var(--accent);
}

/* 番号付きリスト。入れ子は「1.」→「(1)」→「1)」と段を変える（規約類で使う） */
.prose ol{display:grid;gap:12px;padding-left:0;list-style:none;counter-reset:li}
.prose ol > li{
  position:relative;padding-left:2.4em;counter-increment:li;
  font-size:1.1rem;line-height:1.9;color:var(--ink-70);
}
.prose ol > li::before{
  content:counter(li)".";
  position:absolute;left:0;top:0;min-width:2em;
  font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums;
}
.prose ol ol{margin-top:14px}
.prose ol ol > li::before{content:"("counter(li)")"}
.prose ol ol ol > li::before{content:counter(li)")"}

/* 他人の引用。自社の宣言（濃色面の .credo）より一段弱い、灰色の面で組む */
.quote{
  padding:22px 24px;
  background:var(--bg-soft);border-radius:var(--radius);
  border-left:3px solid rgba(79,70,229,.3);
}
.quote p{font-size:1rem;line-height:2;color:var(--ink-70)}
.quote p + p{margin-top:1em}
.quote cite{
  display:block;margin-top:16px;
  font-style:normal;font-size:.78rem;line-height:1.6;color:var(--ink-55);
}
.quote cite::before{content:"— "}
.section--soft .quote{background:#fff}

/* .prose の中で画像を2枚並べる */
.fig-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:stretch}

/* 名称／役員…のような定義リスト（会社概要・特商法表記など） */
.datalist{border-top:1px solid var(--line)}
.datalist__row{
  display:grid;grid-template-columns:180px 1fr;gap:clamp(12px,2vw,28px);
  padding:20px 2px;border-bottom:1px solid var(--line);
}
.datalist dt{grid-column:1;font-size:.92rem;font-weight:700;line-height:1.8;color:var(--navy)}
/* 1つの dt に dd が複数ぶら下がっても、2つ目以降が項目列に回り込まないようにする */
.datalist dd{grid-column:2;margin:0;font-size:.95rem;line-height:1.9;color:var(--ink-70)}
.datalist dd + dd{margin-top:6px}
.datalist a{
  color:var(--navy);text-decoration:underline;text-underline-offset:3px;
  transition:color .18s ease;
}
.datalist a:hover{color:var(--cta)}

/* 入力フォーム（お問い合わせ等）。.optin__form は横1行の登録用なので別に持つ */
.form{display:grid;gap:20px;max-width:640px}
.form__row{display:grid;gap:8px}
.form label{font-size:.88rem;font-weight:600;color:var(--navy);line-height:1.6}
.form .req{
  margin-left:.5em;padding:2px 7px;border-radius:3px;
  font-size:.7rem;font-weight:700;letter-spacing:.04em;
  color:#fff;background:var(--cta);vertical-align:.1em;
}
.form input[type="text"],
.form input[type="email"],
.form textarea{
  width:100%;padding:14px 16px;
  font-family:inherit;font-size:1rem;line-height:1.7;color:var(--ink);
  background:#fff;border:1px solid var(--line);border-radius:var(--radius-input);
  transition:border-color .18s ease,box-shadow .18s ease;
}
.form textarea{min-height:170px;resize:vertical}
.form input::placeholder,.form textarea::placeholder{color:#98a0b5}
.form input:focus,.form textarea:focus{
  outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--focus-ring);
}
.form__check{
  display:flex;gap:11px;align-items:flex-start;
  font-size:.88rem;font-weight:var(--fw-body);line-height:1.85;color:var(--ink-70);cursor:pointer;
}
.form__check input{
  flex:0 0 auto;width:18px;height:18px;margin-top:.4em;
  accent-color:var(--cta);cursor:pointer;
}
.form__note{font-size:.8rem;line-height:1.8;color:var(--ink-55)}

/* 送信完了。JSがフォームと入れ替えて表示する（data-ajax のフォーム用）。
   完了は「押す場所」ではないので緑は使わず、アクセントの淡色面で組む */
.form__done{
  padding:clamp(26px,4vw,38px) clamp(22px,3.5vw,32px);
  background:var(--bg-navy-soft);
  border:1px solid rgba(79,70,229,.16);
  border-radius:var(--radius-card);
  max-width:640px;
}
.form__done:focus{outline:none}
.form__done h2{
  display:flex;align-items:center;gap:.5em;
  font-size:1.24rem;line-height:1.5;color:var(--navy);
}
.form__done h2::before{
  content:"";flex:0 0 auto;
  width:22px;height:22px;border-radius:50%;
  background:var(--accent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/13px no-repeat;
}
.form__done p{margin-top:12px;font-size:1.02rem;line-height:1.9;color:var(--ink-70)}

/* 送信失敗。JSが .btn-row の直後に差し込む */
.form__error{
  margin-top:16px;padding:14px 16px;
  background:#fdf2f2;border:1px solid #f0c9c9;border-radius:var(--radius);
  font-size:.92rem;line-height:1.8;color:#9b2c2c;
  max-width:640px;
}
.form__error a{color:#9b2c2c;text-decoration:underline;text-underline-offset:3px}

/* .prose / .btn-row / .form が .wrap の直接の子として交互に並ぶページ
   （お問い合わせ、ガーバー氏の関連記事まわり）用の縦の間隔。
   .prose の「> * + *」は .prose の内側にしか効かず、.btn-row と .form は
   自前の margin を持たないので、放っておくと隙間が 0 になる */
.prose + .btn-row{margin-top:1.6em}          /* ボタンは直前の本文に属するので近め */
.prose + .form,
.btn-row + .form{margin-top:2.6em}
.prose + .prose,
.btn-row + .prose,
.form + .prose{margin-top:1.6em}
/* 分割された2つ目以降の .prose は先頭 h2 が :first-child 扱いで上マージンを
   消されるが、実際には章の切れ目なので通常の h2 と同じ 3.2em を戻す
   （.prose に padding/border が無いのでマージンは外へ抜け、上の 1.6em と相殺される） */
.prose + .prose > h2:first-child,
.btn-row + .prose > h2:first-child,
.form + .prose > h2:first-child,
.credo + .prose > h2:first-child{margin-top:3.2em}

/* 関連ページへのリンクを並べるグリッド */
.link-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:14px;
}
.link-grid .btn{width:100%;justify-content:space-between}

/* ============================================================
   長文ページの補助（章ナビ・見取り図・言い切り）
   理念体系のように本文が長いページで、全体像と現在地を見せるための部品。
   ============================================================ */

/* 章ナビ。ヘッダーの下に貼り付いて、いまどの章にいるかを示す。
   これがあれば章末に同じリンク集を繰り返す必要がない */
.chapnav{
  position:sticky;top:var(--header-h);z-index:40;
  background:rgba(255,255,255,.86);
  backdrop-filter:saturate(1.4) blur(10px);
  border-bottom:1px solid var(--line);
}
.chapnav__list{display:flex;overflow-x:auto;scrollbar-width:none}
.chapnav__list::-webkit-scrollbar{display:none}
.chapnav__list a{
  flex:1 0 auto;padding:15px 20px;
  display:flex;flex-direction:column;align-items:center;gap:3px;
  font-size:.92rem;font-weight:700;line-height:1.4;
  color:var(--ink-70);text-decoration:none;
  border-bottom:2px solid transparent;
  transition:color .18s ease,border-color .18s ease;
}
.chapnav__list a .en{
  font-family:var(--font-mono);font-size:.66rem;letter-spacing:.1em;
  color:var(--ink-70);transition:color .18s ease;
}
.chapnav__list a:hover{color:var(--accent)}
.chapnav__list a.is-current{color:var(--accent);border-bottom-color:var(--accent)}
.chapnav__list a.is-current .en{color:var(--accent)}
/* 章ナビの高さぶん、アンカーの着地位置を下げる */
html:has(.chapnav){scroll-padding-top:calc(var(--header-h) + 82px)}

/* 見取り図カード。章の冒頭に置いて、これから読むものを一目で見せる */
.outline{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.outline__item{
  display:block;padding:24px 22px 26px;
  background:#fff;border:1px solid var(--line);
  border-radius:var(--radius-card);
  text-decoration:none;color:inherit;
  transition:box-shadow .18s ease,border-color .18s ease;
}
a.outline__item:hover{border-color:var(--accent);box-shadow:0 6px 22px rgba(79,70,229,.12)}
.outline__no{
  display:block;font-family:var(--font-mono);font-size:1.45rem;line-height:1;
  font-weight:500;color:rgba(79,70,229,.55);letter-spacing:.02em;
}
.outline__title{
  margin:13px 0 0;font-size:1.06rem;font-weight:700;line-height:1.55;color:var(--navy);
}
a.outline__item .outline__title::after{content:" ›";color:var(--ink-55)}
.outline__desc{margin-top:10px}
.outline__desc p{font-size:.88rem;line-height:1.9;color:var(--ink-70)}
.outline__desc p + p{margin-top:1em}
/* カードの中の画像も .prose と同じ額に入れる */
.outline__desc figure{
  margin:1.2em 0 0;padding:clamp(14px,2vw,22px);
  display:flex;align-items:center;justify-content:center;
  background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius-card);
}
.outline__desc figure img{max-width:100%;max-height:340px;width:auto;height:auto;border-radius:var(--radius)}

/* 項目数が多いとき（7つのコアバリュー等）。1枚を小さくして4列に収める */
.outline--compact{grid-template-columns:repeat(auto-fit,minmax(186px,1fr));gap:14px}
.outline--compact .outline__item{padding:20px 18px 22px}
.outline--compact .outline__no{font-size:1.25rem}
.outline--compact .outline__title{margin-top:10px;font-size:1rem}
.outline--compact .outline__desc p{font-size:.84rem;line-height:1.85}

/* 説明が長いときは1列に積み、連番を左に出す */
.outline--stack{grid-template-columns:1fr}
.outline--stack .outline__item{
  display:grid;grid-template-columns:auto minmax(0,1fr);
  column-gap:clamp(16px,2.5vw,26px);
  padding:26px 26px 28px 24px;
}
.outline--stack .outline__no{grid-column:1;grid-row:1 / span 2;align-self:start;font-size:1.9rem}
.outline--stack .outline__title{grid-column:2;grid-row:1;margin-top:0}
.outline--stack .outline__desc{grid-column:2;grid-row:2}

/* 一文で言い切る宣言。.credo（自社の宣言・金の罫）ほど強くない中間の強調。
   .prose p に負けないよう、テキストは div に直接置く */
.statement{
  padding:20px 24px;
  background:var(--bg-navy-soft);border-radius:var(--radius);
  font-size:1.05rem;font-weight:700;line-height:1.85;color:var(--navy);
}

/* 並列する項目をカードで並べる（4条件・3要素など）。.prose ul に併記して使う */
.gridlist,.prose .gridlist{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}
.prose .gridlist li{
  padding:22px 20px;padding-left:20px;
  background:#fff;border:1px solid var(--line);
  border-radius:var(--radius-card);box-shadow:var(--shadow-sm);
  font-size:1.02rem;line-height:1.95;   /* カードなので本文（1.1rem）より一段下げる */
}
.prose .gridlist li::before{display:none}
.prose .gridlist li strong{font-size:1.02rem;color:var(--navy)}

/* ============================================================
   フッター
   ============================================================ */
.footer-cta{
  background:var(--footer-cta-bg);
  color:#fff;padding:clamp(56px,8vw,96px) 0;
}
.footer-cta__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,5vw,60px);align-items:center}
.footer-cta h2{font-size:clamp(1.4rem,3.8vw,2.1rem);line-height:1.45}
.footer-cta p{margin-top:16px;color:rgba(255,255,255,.82);font-size:.96rem}
.footer-cta > .wrap > div > .btn{margin-top:28px}
.footer-cta .optin__form{margin-top:28px}
.footer-cta .optin__form .btn{margin-top:0}
.footer-cta__img{justify-self:center;max-width:420px}
.footer-cta__img img{border-radius:12px;box-shadow:0 26px 60px rgba(0,0,0,.4)}

.footer{background:var(--footer-bg);color:rgba(255,255,255,.62);padding:52px 0 40px;font-size:.85rem}
.footer__top{display:flex;flex-wrap:wrap;gap:28px 40px;align-items:center;justify-content:space-between}
.footer__nav{display:flex;flex-wrap:wrap;gap:10px 26px}
.footer__nav a{text-decoration:none;transition:color .18s ease}
.footer__nav a:hover{color:#fff}
.footer__bottom{
  margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);
  display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;
  font-size:.78rem;color:rgba(255,255,255,.5);
}

.to-top{
  position:fixed;right:20px;bottom:20px;z-index:90;
  width:48px;height:48px;border-radius:50%;
  background:var(--navy);color:#fff;border:none;cursor:pointer;
  display:grid;place-items:center;font-size:1.1rem;
  box-shadow:var(--shadow);
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:opacity .25s ease,transform .25s ease,visibility .25s,background-color .18s ease;
}
.to-top.is-visible{opacity:1;visibility:visible;transform:none}
.to-top:hover{background:var(--accent)}

/* ---------- スクロール表示アニメーション ---------- */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.reveal.is-in{opacity:1;transform:none}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width:1200px){
  .gnav{display:none}
  .header__cta{display:none}
  .burger{display:flex}
}
@media (max-width:860px){
  :root{--header-h:66px}
  .optin__grid,.footer-cta__grid,.profile,.book,.band{grid-template-columns:1fr}
  .optin__cover{order:-1;max-width:230px}
  /* ヒーローは1カラム。ソース順のまま 見出し → 書影 → 申込み と並ぶ。
     書影は 2560x1440 の横長で中に文字が入っているため、小さくすると読めない。
     列幅いっぱい（最大440px）まで使う */
  .hero .optin__grid{grid-template-columns:1fr;row-gap:0}
  .hero__inner,.hero__signup,.hero .optin__cover{grid-column:1;grid-row:auto}
  .hero .optin__cover{
    order:0;max-width:min(100%,440px);
    justify-self:start;margin:24px 0 6px;
  }
  .band{text-align:center;justify-items:center}
  .band__img{width:min(260px,60vw)}
  .book__cover{max-width:200px;margin-inline:auto}
  .footer-cta__img{max-width:340px}
  .datalist__row{grid-template-columns:1fr;gap:6px;padding:18px 2px}
  .datalist dd{grid-column:1}
  .br-sp{display:inline}
  .hero{min-height:auto}
  .hero__media{background-image:url("../img/hero-bg.jpg")}
  .hero__scroll{display:none}
  .profile__media{grid-template-columns:repeat(3,1fr)}
  .profile__media figure:first-child{grid-column:1 / -1}
}
@media (max-width:560px){
  .outline--stack .outline__item{grid-template-columns:1fr;row-gap:10px}
  .outline--stack .outline__no,
  .outline--stack .outline__title,
  .outline--stack .outline__desc{grid-column:1;grid-row:auto}
  .chapnav__list a{padding:12px 14px;font-size:.85rem}
  .fig-2{grid-template-columns:1fr}
  .posts--inline .post{flex-direction:column}
  .posts--inline .post__img{flex:none;aspect-ratio:16/9}
}
@media (max-width:520px){
  .btn{width:100%}
  .btn-row{flex-direction:column}
  .optin__form .btn{width:100%}
  .footer__top{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
}
