/* Yells TOP セクションCSS（claude design styles/top.css 由来） */

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

/* -------- FV オファー帯（ボタンと差別化：角丸なし＋上下罫線） -------- */
.offer-pill { display: flex; align-items: center; gap: 10px; margin-top: 22px; padding: 12px 2px; background: transparent; border: none; border-top: 1.5px solid #C9D8FB; border-bottom: 1.5px solid #C9D8FB; border-radius: 0; font-size: 13.5px; color: var(--c-dark); letter-spacing: 0.01em; }
.offer-pill svg { color: var(--c-primary); flex: none; }
.offer-pill b { font-weight: 800; color: var(--c-primary); }
.offer-pill .of-tag { font-family: var(--f-mono); font-size: 10.5px; letter-spacing: 0.08em; color: #fff; background: var(--c-primary); border-radius: 4px; padding: 3px 8px; flex: none; }
.section { padding: 100px 0; position: relative; }
.section.alt { background: var(--c-cream); }
.section.tight { padding: 76px 0; }

.sec-head { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.sec-head.left { text-align: left; margin-left: 0; }
.sec-head h2 {
  margin: 16px 0 0; font-weight: 900; letter-spacing: 0.01em;
  font-size: 38px; line-height: 1.4; color: var(--c-dark);
}
.sec-head h2 .accent { color: var(--c-primary); }
.sec-head .sec-desc { margin: 18px auto 0; font-size: 16px; color: var(--c-muted); line-height: 1.95; max-width: 64ch; }

/* -------- 課題提起 -------- */
.issue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.issue-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md);
  padding: 26px 28px; display: flex; align-items: flex-start; gap: 18px; box-shadow: var(--sh-sm);
}
.issue-card .x {
  width: 40px; height: 40px; border-radius: var(--r-sm); flex: none;
  background: #FDECEC; color: #D9534F; display: flex; align-items: center; justify-content: center;
}
.issue-card p { font-size: 16.5px; font-weight: 700; color: var(--c-dark); line-height: 1.6; padding-top: 6px; }
.deepdive {
  margin: 40px auto 0; max-width: 880px; background: var(--c-primary-050);
  border-radius: var(--r-md); padding: 32px 40px; text-align: center;
  font-size: 15.5px; line-height: 2; color: var(--c-text);
}
.deepdive b { color: var(--c-primary); font-weight: 700; }

/* -------- 解決策 -------- */
.site p.solution-lead { max-width: 820px; margin: 0 auto 56px; text-align: center; font-size: 17px; line-height: 2.05; color: var(--c-text); }
.reasons-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 980px; margin: 0 auto; }
.reason-card {
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md);
  padding: 32px; box-shadow: var(--sh-sm); position: relative;
}
.reason-card .rnum {
  font-family: var(--f-latin); font-weight: 800; font-size: 13px; color: var(--c-primary);
  letter-spacing: 0.08em;
}
.reason-card .ric {
  width: 52px; height: 52px; border-radius: var(--r-sm); margin: 14px 0 18px;
  background: var(--c-primary-050); color: var(--c-primary); display: flex; align-items: center; justify-content: center;
}
.reason-card h3 { margin: 0 0 10px; font-size: 19px; font-weight: 800; color: var(--c-dark); line-height: 1.5; }
.reason-card p { font-size: 14.5px; color: var(--c-muted); line-height: 1.85; }

/* -------- LTVリード（Issues導入） -------- */
.ltv-lead { max-width: 860px; margin: 0 auto 40px; text-align: center; }
.ltv-lead p { font-size: 16.5px; line-height: 2.0; color: var(--c-text); margin: 0 0 12px; }
.ltv-lead p:last-child { margin-bottom: 0; }
.ltv-lead p b { color: var(--c-dark); font-weight: 800; }

/* -------- サイクル（ループ）図 -------- */
.cycle { max-width: 980px; margin: 0 auto 44px; background: var(--c-primary-050); border: 1px solid var(--c-primary-100); border-radius: var(--r-md); padding: 24px 22px; }
.cycle-head, .cycle-foot { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; line-height: 1.6; }
.cycle-head { margin-bottom: 18px; font-size: 13.5px; font-weight: 800; color: var(--c-primary); }
.cycle-foot { margin-top: 16px; font-size: 12.5px; font-weight: 600; color: var(--c-muted); }
.cycle-head svg, .cycle-foot svg { flex: none; color: var(--c-primary); }
.cycle-flow { display: flex; align-items: stretch; justify-content: center; gap: 8px; flex-wrap: wrap; }
.cy-step { flex: 1 1 0; min-width: 116px; background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-sm); padding: 14px 8px; text-align: center; box-shadow: var(--sh-sm); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.cy-step b { font-family: var(--f-latin); font-size: 11.5px; font-weight: 800; color: var(--c-primary); letter-spacing: 0.06em; }
.cy-step span { font-size: 13px; font-weight: 700; color: var(--c-dark); line-height: 1.45; }
.cy-step.accent { background: var(--c-dark); border-color: var(--c-dark); }
.cy-step.accent b { color: var(--c-light); }
.cy-step.accent span { color: #fff; }
.cy-arrow { display: flex; align-items: center; color: var(--c-light); font-weight: 800; font-size: 18px; flex: none; }

/* -------- 改善度グラフ（STEP03ショーケース・ダミー） -------- */
.improve-demo { max-width: 680px; margin: 44px auto 0; background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md); padding: 24px 26px 18px; box-shadow: var(--sh-sm); }
.id-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.id-eyebrow { display: block; font-family: var(--f-latin); font-size: 10.5px; font-weight: 800; letter-spacing: 0.09em; color: var(--c-light); }
.id-head h4 { margin: 5px 0 0; font-size: 17px; font-weight: 800; color: var(--c-dark); }
.id-badge { flex: none; align-self: center; background: var(--c-primary-050); color: var(--c-primary); font-weight: 800; font-size: 13px; padding: 7px 13px; border-radius: 999px; border: 1px solid var(--c-primary-100); white-space: nowrap; }
.id-chart { display: flex; align-items: flex-end; gap: 14px; height: 150px; padding: 0 2px; margin-bottom: 30px; border-bottom: 2px solid var(--c-border); }
.id-bar { position: relative; flex: 1; height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.id-bar i { display: block; width: 100%; max-width: 44px; height: var(--h); border-radius: 7px 7px 0 0; background: linear-gradient(180deg, var(--c-light), var(--c-primary)); }
.id-bar em { position: absolute; left: 0; right: 0; bottom: var(--h); margin-bottom: 5px; text-align: center; font-family: var(--f-latin); font-style: normal; font-size: 12.5px; font-weight: 800; color: var(--c-muted); }
.id-bar small { position: absolute; left: 0; right: 0; bottom: -24px; text-align: center; font-size: 11.5px; font-weight: 700; color: var(--c-muted); }
.id-bar.hl i { background: linear-gradient(180deg, var(--c-primary), var(--c-primary-700)); box-shadow: 0 6px 16px rgba(47,101,244,0.28); }
.id-bar.hl em { color: var(--c-primary); }
.id-note { margin: 12px 0 0; font-size: 11.5px; color: var(--c-muted); line-height: 1.7; }

/* サイクル図・改善度グラフのモバイル対応 */
@media (max-width: 640px) {
  .cy-arrow { display: none; }
  .cy-step { flex: 1 1 40%; min-width: 0; }
  .id-head { flex-direction: column; gap: 8px; }
  .id-badge { align-self: flex-start; }
  .id-chart { height: 132px; gap: 8px; }
}

/* -------- 比較表 -------- */
.cmp-wrap { max-width: 920px; margin: 0 auto; border: 1px solid var(--c-border); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-sm); background: #fff; }
.cmp { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.cmp th, .cmp td { padding: 20px 24px; text-align: left; border-bottom: 1px solid var(--c-border); }
.cmp thead th { font-size: 13px; font-weight: 700; color: var(--c-muted); background: var(--c-cream); }
.cmp thead th.col-yells { color: #fff; background: var(--c-primary); font-size: 15px; font-family: var(--f-latin); letter-spacing: 0.02em; }
.cmp th[scope="row"] { font-weight: 700; color: var(--c-dark); width: 30%; }
.cmp td.std { color: var(--c-muted); }
.cmp td.yells { background: var(--c-primary-050); color: var(--c-dark); font-weight: 700; }
.cmp tr:last-child th, .cmp tr:last-child td { border-bottom: none; }

/* -------- ご利用の流れ -------- */
.flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.flow-step { position: relative; }
.flow-step .fnum {
  width: 46px; height: 46px; border-radius: 50%; background: var(--c-primary); color: #fff;
  font-family: var(--f-latin); font-weight: 800; font-size: 18px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px; position: relative; z-index: 2;
}
.flow-step h3 { margin: 0 0 8px; font-size: 16px; font-weight: 800; color: var(--c-dark); line-height: 1.5; }
.flow-step p { font-size: 13px; color: var(--c-muted); line-height: 1.8; }
.flow-step::after { content: ""; position: absolute; top: 23px; left: 56px; right: -8px; height: 2px; background: var(--c-primary-100); z-index: 1; }
.flow-step:last-child::after { display: none; }
.flow-cta { text-align: center; margin-top: 50px; }

/* -------- 運営体制（2社並列） -------- */
.struct-band {
  max-width: 880px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch;
}
.struct-pillar {
  background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md);
  box-shadow: var(--sh-sm); padding: 32px 34px; display: flex; flex-direction: column;
}
.struct-pillar .sp-logo {
  width: 120px; min-height: 52px; height: 52px; margin-bottom: 20px; display: flex; align-items: center;
}
.struct-pillar .sp-logo img { height: 44px; width: auto; max-width: 100%; }
.struct-pillar .sp-name { display: block; font-size: 21px; font-weight: 800; color: var(--c-dark); }
.struct-pillar .sp-en { display: block; margin-top: 4px; font-family: var(--f-latin); font-size: 12px; color: var(--c-muted); letter-spacing: 0.02em; }
.site p.sp-desc { font-size: 14px; color: var(--c-muted); line-height: 1.85; margin: 16px 0 0; }
.struct-pillar .sp-link { margin-top: auto; padding-top: 20px; font-size: 13.5px; font-weight: 700; color: var(--c-primary); }
.struct-pillar .sp-link:hover { color: var(--c-primary-700); }
.struct-note { text-align: center; margin-top: 22px; font-size: 11.5px; color: var(--c-muted); font-family: var(--f-mono); }

/* -------- FAQ -------- */
.faq-list { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md); box-shadow: var(--sh-sm); overflow: hidden; }
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 30px; font-weight: 700; font-size: 16.5px; color: var(--c-dark); cursor: pointer;
}
.faq-q .pm { width: 24px; height: 24px; flex: none; position: relative; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--c-primary); transition: transform .2s ease; }
.faq-q .pm::before { top: 11px; left: 3px; right: 3px; height: 2px; }
.faq-q .pm::after { left: 11px; top: 3px; bottom: 3px; width: 2px; }
.faq-item.open .pm::after { transform: scaleY(0); }
.faq-a { display: grid; grid-template-rows: 0fr; }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-in { min-height: 0; overflow: hidden; padding: 0 30px; font-size: 14.5px; color: var(--c-muted); line-height: 1.95; }
.faq-item.open .faq-a-in { padding: 0 30px 26px; }
.faq-more { text-align: center; margin-top: 44px; }

/* -------- 最新記事 -------- */
.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1040px; margin: 0 auto; }
.article-card { background: #fff; border: 1px solid var(--c-border); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--sh-sm); }
.article-card .thumb { aspect-ratio: 16 / 10; }
.article-card .a-body { padding: 20px 22px 24px; }
.article-card .a-cat { font-family: var(--f-mono); font-size: 11px; color: var(--c-primary); letter-spacing: 0.04em; }
.article-card h3 { margin: 10px 0 0; font-size: 15.5px; font-weight: 700; color: var(--c-dark); line-height: 1.6; }
.article-card .a-date { margin-top: 14px; font-size: 12px; color: var(--c-muted); font-family: var(--f-mono); }

/* -------- 幅広CTAバンド -------- */
.cta-wide-sec { padding: 96px 0; }
.cta-wide {
  max-width: var(--maxw); margin: 0 auto; border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-700) 100%);
  color: #fff; padding: 64px 56px; text-align: center; position: relative; overflow: hidden;
}
.cta-wide h2 { margin: 0; font-size: 34px; font-weight: 900; line-height: 1.45; }
.cta-wide p { margin: 18px auto 0; font-size: 15.5px; color: rgba(255,255,255,0.86); max-width: 52ch; line-height: 1.9; }
.cta-wide .cta-group { justify-content: center; margin-top: 36px; }
.cta-wide .btn-primary, .site a.cta-wide .btn-primary { background: var(--c-dark); color: #fff; box-shadow: 0 12px 30px rgba(10,20,70,0.32); }
.cta-wide .btn-primary svg { stroke: #fff; }
.cta-wide .btn-primary:hover, .site a.cta-wide .btn-primary:hover { background: #0E1C57; }
.cta-wide .cta-note { color: rgba(255,255,255,0.8); }
.cta-wide .cta-note b { color: #fff; }

/* -------- フッター -------- */
.footer { background: var(--c-dark); color: #fff; padding: 72px 0 36px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.footer .fbrand { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.footer .fbrand img { width: 40px; height: 40px; }
.footer .fbrand b { font-family: var(--f-latin); font-weight: 700; font-size: 24px; }
.footer .fdesc { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.9; max-width: 38ch; }
.footer .fcorp { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.85; }
.footer h5 { margin: 0 0 16px; font-family: var(--f-latin); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.footer .fcol a { display: block; font-size: 13.5px; color: rgba(255,255,255,0.82); padding: 6px 0; }
.footer .fcol a:hover { color: #fff; }
.footer-bottom { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-bottom .copy { font-size: 12px; color: rgba(255,255,255,0.5); font-family: var(--f-mono); }
.footer-bottom .flinks { display: flex; gap: 22px; }
.footer-bottom .flinks a { font-size: 12px; color: rgba(255,255,255,0.62); }

/* -------- 追従フローティングCTA（PC） -------- */
.float-cta {
  position: fixed; right: 28px; bottom: 28px; z-index: 60;
  box-shadow: 0 16px 40px rgba(47,101,244,0.4);
}
.float-cta.btn-lg { padding: 16px 26px; }

/* ===========================================================
   レスポンシブ
   =========================================================== */
@media (max-width: 980px) {
  .hero-split { grid-template-columns: 1fr; gap: 44px; padding-top: 56px; padding-bottom: 64px; }
  .reasons-grid, .issue-grid { gap: 16px; }
  .flow { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .flow-step::after { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .h1 { font-size: 48px; }
  .sec-head h2 { font-size: 32px; }
}
@media (max-width: 640px) {
  .container { padding: 0 20px; }
  .section { padding: 64px 0; }
  .nav { display: none; }
  .hdr-in { gap: 0; height: 64px; padding: 0 20px; }
  .hdr .btn-primary { padding: 12px 18px; font-size: 13px; }
  .h1 { font-size: 36px; line-height: 1.28; }
  .sub { font-size: 17px; }
  .sec-head { margin-bottom: 40px; }
  .sec-head h2 { font-size: 26px; line-height: 1.5; }
  .issue-grid, .reasons-grid { grid-template-columns: 1fr; }
  .struct-band { grid-template-columns: 1fr; gap: 16px; }
  .flow { grid-template-columns: 1fr; gap: 22px; }
  .deepdive, .cta-wide { padding: 28px 22px; }
  .cta-wide h2 { font-size: 25px; }
  .cmp th, .cmp td { padding: 14px 14px; font-size: 13.5px; }
  .cta-group { flex-direction: column; align-items: stretch; }
  .cta-group .btn { justify-content: center; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .float-cta { left: 16px; right: 16px; bottom: 16px; justify-content: center; }
}

/* ===========================================================
   Yells カスタム（デザイン外）：モバイル時、最新記事を1カラム横スライド
   3列グリッド → スクロールスナップのカルーセル（1枚送り＋次カードちら見せ）。JS不要。
   =========================================================== */
@media (max-width: 640px) {
  .articles {
    grid-template-columns: none;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    margin: 0 -20px;                 /* container 左右paddingぶん全幅に */
    padding: 4px 20px 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;           /* Firefox: スクロールバー非表示 */
  }
  .articles::-webkit-scrollbar { display: none; } /* Chrome / Safari */
  .articles > .article-card {
    flex: 0 0 84%;                   /* 1枚送り＋次カードをちら見せ */
    scroll-snap-align: start;
  }
}

/* ===========================================================
   下層ページ共通ヒーロー（.page-hero）
   元は features.css の「下層ページ共通」CSS。features 以外のページ
   （pricing / flow / company / contact / blog）でもヘッダー帯を表示するため、
   全ページ共通で読み込む top.css 側へ移設（グローバル化）。
   =========================================================== */
.page-hero { background: linear-gradient(180deg, var(--c-primary-050) 0%, #fff 100%); padding: 84px 0 72px; position: relative; overflow: hidden; }
.page-hero .container { position: relative; z-index: 2; text-align: center; }
.page-hero .crumb { font-family: var(--f-mono); font-size: 12px; color: var(--c-muted); margin-bottom: 18px; }
.page-hero .crumb a { color: var(--c-muted); }
.page-hero .crumb a:hover { color: var(--c-primary); }
.page-hero h1 { margin: 0; font-size: 44px; font-weight: 900; line-height: 1.4; color: var(--c-dark); letter-spacing: 0.01em; }
.page-hero .ph-sub { margin: 20px auto 0; max-width: 60ch; font-size: 17px; line-height: 1.95; color: var(--c-muted); }
.page-hero .blob { position: absolute; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(108,166,250,0.32), rgba(47,101,244,0) 70%); filter: blur(8px); }
@media (max-width: 980px) {
  .page-hero h1 { font-size: 34px; }
}
@media (max-width: 640px) {
  .page-hero { padding: 56px 0 48px; }
  .page-hero h1 { font-size: 27px; }
  .page-hero .ph-sub { font-size: 15px; }
}

/* ===========================================================
   Yells カスタム（デザイン外）：FV のブラウザ枠内に実キャプチャ画像を表示
   .win の枠（角丸＋overflow:hidden）の中で 16:10 で表示。CLS防止に aspect-ratio。
   FVはファーストビュー＝LCP対象のため遅延読み込みしない（eager）。
   =========================================================== */
.win-shot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

/* ===========================================================
   Yells カスタム（デザイン外）：汎用固定ページ本文（page.php / .page-prose）
   特定商取引法・プライバシーポリシー等のテキストページ用の本文スタイル。
   =========================================================== */
.page-prose { max-width: 820px; margin: 0 auto; font-size: 16px; line-height: 2.0; color: var(--c-text); }
.page-prose > *:first-child { margin-top: 0; }
.page-prose h2 { font-size: 24px; font-weight: 800; color: var(--c-dark); line-height: 1.5; margin: 48px 0 18px; padding-left: 14px; border-left: 4px solid var(--c-primary); }
.page-prose h3 { font-size: 18px; font-weight: 800; color: var(--c-dark); margin: 32px 0 12px; }
.page-prose p { margin: 0 0 20px; }
.page-prose a { color: var(--c-primary); text-decoration: underline; }
.page-prose a:hover { color: var(--c-primary-700); }
.page-prose ul, .page-prose ol { margin: 0 0 20px; padding-left: 1.4em; }
.page-prose li { margin: 6px 0; }
.page-prose strong { font-weight: 700; color: var(--c-dark); }
.page-prose img { max-width: 100%; height: auto; }
.page-prose table { width: 100%; border-collapse: collapse; margin: 0 0 24px; font-size: 15px; }
.page-prose th, .page-prose td { border: 1px solid var(--c-border); padding: 14px 16px; text-align: left; vertical-align: top; line-height: 1.8; }
.page-prose th { background: var(--c-cream); color: var(--c-dark); font-weight: 700; width: 30%; }
@media (max-width: 640px) {
  .page-prose th, .page-prose td { display: block; width: 100%; }
  .page-prose th { border-bottom: none; }
}

/* ===========================================================
   Yells カスタム（デザイン外）：FV 浮かぶチップの配置（6個・左右3個ずつ）
   位置はクラスで管理。タブレットは内側へ、モバイルは2個に絞って画面内に収める。
   =========================================================== */
.win-chip.pos-l1 { left: -30px; top: 38px; }
.win-chip.pos-l2 { left: -34px; top: 50%; transform: translateY(-50%); }
.win-chip.pos-l3 { left: -30px; bottom: 40px; }
.win-chip.pos-r1 { right: -24px; top: 30px; }
.win-chip.pos-r2 { right: -28px; top: 50%; transform: translateY(-50%); }
.win-chip.pos-r3 { right: -24px; bottom: 40px; }
@media (max-width: 980px) {
  /* ヒーローが1カラム化するので、はみ出しを内側へ寄せる */
  .win-chip.pos-l1, .win-chip.pos-l2, .win-chip.pos-l3 { left: 0; }
  .win-chip.pos-r1, .win-chip.pos-r2, .win-chip.pos-r3 { right: 0; }
}
@media (max-width: 640px) {
  /* モバイルは2個だけ（左上・右下）を画面内に収めて表示、他は非表示 */
  .win-chip { font-size: 10.5px; padding: 8px 11px; max-width: 50%; gap: 8px; }
  .win-chip .ic { width: 26px; height: 26px; }
  .win-chip small { font-size: 9.5px; }
  .win-chip.pos-l1 { left: 8px; top: 8px; transform: none; }
  .win-chip.pos-r3 { right: 8px; bottom: 8px; transform: none; }
  .win-chip.pos-l2, .win-chip.pos-l3, .win-chip.pos-r1, .win-chip.pos-r2 { display: none; }
}

/* ===========================================================
   Yells カスタム（デザイン外）：FV ダッシュボード画像をグリッド外へブリード
   mock-wrap を 142% にして右へはみ出し、.hero の overflow:hidden で
   ブラウザが狭まると右側が見切れていく。タブレット以下は枠内に収める。
   =========================================================== */
.hero-split .mock-wrap { width: 142%; min-width: 0; }
@media (max-width: 980px) {
  .hero-split .mock-wrap { width: 100%; }
}
