@charset "UTF-8";
/* ============================================================
   top-2.css ｜ コーポレートトップ（/）専用 2/2（再設計 2026-08-19・Fable）
   自社メディア（トプ100/モグブロの「2誌の表紙」）・代表・会社概要・お知らせ・クロージング。
   メディアカードは各誌の本番トークンを移植する：
   トプ100＝クリーム#FFFCF0×柿#BC5215×丸ゴ（top100.jp/css/base.css 実測）／
   モグブロ＝クリーム#FBF7EF×金×丸ゴ900＋土色の縁（css/blog/mogblo-1.css の巣穴HERO引用）。
   すべて .cx スコープ。
   ============================================================ */

/* ===== 02 OUR MEDIA（ダーク台紙に2誌の表紙） ===== */
.cx-section--dark { background: var(--espresso); color: var(--paper); border-top: none; }
.cx-section--dark .cx-title { color: var(--paper); }
.cx-media { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.cx-mag { position: relative; display: flex; flex-direction: column; align-items: flex-start; padding: 48px 44px; border-radius: 8px; overflow: hidden; }
.cx-mag__eyebrow { margin: 0 0 28px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.cx-mag__logo { margin: 0 0 12px; font-family: var(--maru); font-size: clamp(2rem, 4.5vw, 2.75rem); line-height: 1.2; }
.cx-mag__tagline { margin: 0 0 20px; font-family: var(--maru); font-weight: 700; font-size: 0.9375rem; line-height: 1.7; }
.cx-mag__text { margin: 0 0 24px; font-size: 0.9375rem; line-height: 2; text-wrap: pretty; }
.cx-mag__meta { display: flex; flex-wrap: wrap; gap: 4px 20px; margin: 0 0 32px; font-family: var(--serif-en); font-size: 0.8125rem; letter-spacing: 0.04em; }
.cx-mag__cta { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; padding: 12px 24px; font-weight: 700; font-size: 0.875rem; border-radius: 999px; border: 1px solid currentColor; transition: background 0.3s ease, color 0.3s ease; }
.cx-mag__cta:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }

/* トプ100の表紙（柿色1色独占・純黒を使わない・丸みはボタンだけピル） */
.cx-mag--t100 { background: #FFFCF0; color: #403E3C; }
.cx-mag--t100 .cx-mag__eyebrow { color: #6F6E69; }
.cx-mag--t100 .cx-mag__dots { display: block; width: 88px; height: 8px; margin: 0 0 16px; background-image: linear-gradient(90deg, #BC5215 0 8px, transparent 8px 16px); background-size: 16px 8px; }
.cx-mag--t100 .cx-mag__logo { font-weight: 700; color: #2B2A27; }
.cx-mag--t100 .cx-mag__logo b { color: #BC5215; }
.cx-mag--t100 .cx-mag__tagline { color: #403E3C; }
.cx-mag--t100 .cx-mag__text { color: #403E3C; }
.cx-mag--t100 .cx-mag__meta { color: #6F6E69; }
.cx-mag--t100 .cx-mag__cta { color: #BC5215; }
.cx-mag--t100 .cx-mag__cta:hover, .cx-mag--t100 .cx-mag__cta:focus-visible { background: #BC5215; color: #FFFCF0; opacity: 1; }

/* モグブロの表紙（金のランプ・土色の縁＝巣穴の引用） */
.cx-mag--mog { background: var(--paper); color: var(--ink); }
.cx-mag--mog::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 10px; background: linear-gradient(90deg, #DBBC8E, #BC9265 45%, #966E48); }
.cx-mag--mog .cx-mag__eyebrow { color: var(--gold-deep); }
.cx-mag--mog .cx-mag__lamp { display: block; width: 16px; height: 16px; margin: 0 0 16px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 24px 6px rgba(200, 162, 75, 0.45); }
.cx-mag--mog .cx-mag__logo { font-weight: 900; color: var(--espresso); }
.cx-mag--mog .cx-mag__tagline { color: var(--ink); }
.cx-mag--mog .cx-mag__text { color: var(--ink-soft); }
.cx-mag--mog .cx-mag__meta { color: var(--ink-soft); }
.cx-mag--mog .cx-mag__cta { color: var(--gold-deep); margin-bottom: 16px; }
.cx-mag--mog .cx-mag__cta:hover, .cx-mag--mog .cx-mag__cta:focus-visible { background: var(--gold-deep); color: #fff; opacity: 1; }

/* ===== 03 REPRESENTATIVE（代表・実績） ===== */
.cx-section--paper2 { background: var(--paper-2); border-top: none; }
.cx-rep { display: grid; grid-template-columns: 300px 1fr; gap: 64px; align-items: start; }
.cx-rep__side { position: sticky; top: 100px; }
.cx-rep__photo { width: 180px; height: 180px; margin: 24px 0 20px; border-radius: 4px; background: linear-gradient(150deg, var(--gold), var(--espresso)); }
.cx-rep__role { font-family: var(--serif-en); font-size: 0.8125rem; letter-spacing: 0.06em; color: var(--ink-soft); margin: 0 0 4px; }
.cx-rep__name { font-family: var(--serif-jp); font-weight: 700; font-size: 1.5rem; margin: 0; }
.cx-rep__lead { font-size: 1.0625rem; line-height: 2; margin: 24px 0 32px; }
.cx-rep__facts { display: grid; gap: 16px; margin: 0 0 28px; padding: 24px 0; border-top: 1px solid var(--hair); border-bottom: 1px solid var(--hair); }
.cx-rep__facts div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; }
.cx-rep__facts dt { font-family: var(--serif-en); font-size: 0.9375rem; color: var(--gold-deep); }
.cx-rep__facts dd { margin: 0; font-size: 0.9375rem; line-height: 1.8; }
.cx-rep__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 40px; }
.cx-rep__tags li { padding: 6px 14px; font-size: 0.8125rem; color: var(--ink-soft); border: 1px solid var(--hair); border-radius: 999px; }
.cx-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; border-top: 1px solid var(--hair); padding-top: 32px; }
.cx-stats__num { font-family: var(--serif-en); font-size: clamp(2rem, 4vw, 2.75rem); line-height: 1.1; color: var(--ink); }
.cx-stats__num em { font-style: normal; color: var(--gold-deep); }
.cx-stats__label { margin: 8px 0 0; font-size: 0.8125rem; color: var(--ink-soft); }

/* ===== 04 COMPANY（会社概要ダイジェスト） ===== */
.cx-company { border-top: 1px solid var(--hair); }
.cx-company__row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 24px 8px; border-bottom: 1px solid var(--hair); }
.cx-company__row dt { font-family: var(--serif-en); font-style: italic; font-size: 0.9375rem; color: var(--gold-deep); }
.cx-company__row dd { margin: 0; font-family: var(--serif-jp); font-weight: 500; font-size: 0.9375rem; line-height: 1.8; }
.cx-company__more { display: flex; flex-wrap: wrap; gap: 16px 28px; margin: 44px 0 0; }

/* ===== 05 NEWS（お知らせ） ===== */
.cx-news { border-top: 1px solid var(--hair); }
.cx-news__item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: baseline; padding: 24px 8px; border-bottom: 1px solid var(--hair); }
.cx-news__date { font-family: var(--serif-en); font-size: 0.875rem; letter-spacing: 0.04em; color: var(--gold-deep); }
.cx-news__text { margin: 0; font-size: 0.9375rem; line-height: 1.9; }
.cx-news__text a { border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.cx-news__text a:hover { color: var(--gold-deep); opacity: 1; }

/* ===== CLOSING（お問い合わせ） ===== */
.cx-closing { padding: clamp(96px, 14vw, 180px) 0; text-align: center; background: var(--ink); color: var(--paper); }
.cx-closing__en { font-family: var(--serif-en); font-style: italic; font-size: 1.25rem; color: var(--gold); margin: 0 0 24px; }
.cx-closing__title { font-family: var(--serif-jp); font-weight: 700; font-size: clamp(1.75rem, 4.5vw, 3rem); line-height: 1.5; margin: 0 0 28px; }
.cx-closing__text { max-width: 640px; margin: 0 auto 40px; font-size: 0.9375rem; line-height: 2; color: rgba(251, 247, 239, 0.72); }
.cx-closing .cx-cta--ink { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.cx-closing .cx-cta--ink:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ===== レスポンシブ（このファイル分） ===== */
@media (max-width: 1023px) {
  .cx-media { grid-template-columns: 1fr; }
  .cx-rep { grid-template-columns: 1fr; gap: 40px; }
  .cx-rep__side { position: static; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 24px; }
  .cx-rep__photo { margin: 8px 0; grid-row: span 3; }
}

@media (max-width: 767px) {
  .cx-mag { padding: 40px 24px; }
  .cx-mag__eyebrow { margin-bottom: 24px; }
  .cx-mag__logo { font-size: 2rem; }
  .cx-mag__meta { margin-bottom: 28px; }
  .cx-mag__cta { align-self: stretch; justify-content: center; padding: 16px 24px; }
  .cx-rep__side { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .cx-rep__photo { width: 148px; height: 148px; margin: 20px 0 16px; }
  .cx-rep__facts div { grid-template-columns: 1fr; gap: 4px; }
  .cx-stats { grid-template-columns: 1fr; gap: 24px; }
  .cx-company__row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .cx-company__more { flex-direction: column; align-items: stretch; }
  .cx-news__item { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .cx-closing__title { font-size: clamp(1.5rem, 6.6vw, 1.75rem); }
  .cx-closing__text { text-align: left; }
}
