@charset "UTF-8";
/* ==========================================================================
   ゲームチョイス！ ダークテーマ
   親テーマ JIN の上に重ねる。JIN 側の指定が強い箇所だけ !important を使う。
   ========================================================================== */

:root {
  --gc-bg:            #060c18;
  --gc-bg-2:          #0b1424;
  --gc-card:          #0e192b;
  --gc-card-2:        #12203a;
  --gc-border:        rgba(80,130,180,.28);
  --gc-border-solid:  #1e3450;
  --gc-text:          #f7f9fc;
  --gc-muted:         #9caec2;
  --gc-cyan:          #20e0ff;
  --gc-cyan-dim:      #0fb6d4;
  --gc-violet:        #8b5cf6;
  --gc-radius:        14px;
  --gc-radius-sm:     10px;
  --gc-max:           1360px;
  --gc-max-article:   1180px;
  --gc-gap:           20px;
}

/* -------------------------------------------------- 土台 */
body.gc-theme {
  background: var(--gc-bg);
  color: var(--gc-text);
}
body.gc-theme #wrapper,
body.gc-theme #scroll-content,
body.gc-theme #contents { background: transparent; }

body.gc-theme a { color: var(--gc-cyan); }
body.gc-theme a:hover { color: #7ceeff; }

/* 横スクロール防止 */
html, body.gc-theme { overflow-x: hidden; max-width: 100%; }
body.gc-theme img { max-width: 100%; height: auto; }

.gc-inner {
  width: 100%;
  max-width: var(--gc-max);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

/* -------------------------------------------------- ヘッダー */
body.gc-theme #header-box,
body.gc-theme #header,
body.gc-theme #header.header-type1 {
  background: linear-gradient(180deg, #07101f 0%, #0b1425 100%) !important;
  background-image: none;
  border-bottom: 1px solid var(--gc-border);
  box-shadow: none;
}
body.gc-theme #header { max-width: none; }

body.gc-theme #site-info a,
body.gc-theme #site-info span,
body.gc-theme .tn-logo-size a {
  color: var(--gc-text) !important;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: .02em;
}

body.gc-theme #drawernav3,
body.gc-theme #drawernav1,
body.gc-theme #drawernav2,
body.gc-theme #headmenu,
body.gc-theme #nav-container {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none;
}
body.gc-theme #drawernav3 .menu-box > li > a,
body.gc-theme .fixed-content .menu-box > li > a {
  color: var(--gc-muted) !important;
  font-weight: 600;
  position: relative;
  transition: color .18s ease;
}
body.gc-theme #drawernav3 .menu-box > li > a:hover {
  color: var(--gc-text) !important;
}
/* 現在位置は細いシアンのライン */
body.gc-theme #drawernav3 .menu-box > li.current-menu-item > a,
body.gc-theme #drawernav3 .menu-box > li.current_page_item > a {
  color: var(--gc-cyan) !important;
}
body.gc-theme #drawernav3 .menu-box > li.current-menu-item > a::after,
body.gc-theme #drawernav3 .menu-box > li.current_page_item > a::after {
  content: "";
  position: absolute;
  left: 12%; right: 12%; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: var(--gc-cyan);
}

/* ヘッダー内の検索フォーム */
.gc-nav-search { display: flex; align-items: center; }
.gc-search {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--gc-border);
  border-radius: 999px;
  padding: 4px 6px 4px 14px;
}
.gc-search input[type="search"] {
  background: transparent;
  border: 0;
  outline: none;
  color: var(--gc-text);
  font-size: 13px;
  width: 150px;
  padding: 4px 0;
}
.gc-search input[type="search"]::placeholder { color: #6f8098; }
.gc-search button {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--gc-muted);
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0;
}
.gc-search button svg { width: 16px; height: 16px; }
.gc-search:focus-within { border-color: var(--gc-cyan); }

/* トップではJINのヘッダー画像とピックアップスライダーを出さない（Heroに置き換えるため） */
body.gc-front #main-image,
body.gc-front .pickup-contents-box-post-type,
body.gc-front .pickup-contents-box-menu-type { display: none !important; }

/* スマホのハンバーガー */
body.gc-theme .sp-menu-open .cps-icon-bar { background: var(--gc-text); }
body.gc-theme .sp-menu-box { background: #07101f; }
body.gc-theme .sp-menu-box .menu-box > li > a { color: var(--gc-text); border-color: var(--gc-border); }

/* ==========================================================================
   HERO
   ========================================================================== */
.gc-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 40px;
  background:
    radial-gradient(circle at 75% 35%, rgba(139,92,246,.12), transparent 38%),
    radial-gradient(circle at 28% 24%, rgba(32,224,255,.09), transparent 42%),
    linear-gradient(180deg, #0a1526 0%, #070e1c 60%, var(--gc-bg) 100%);
}
.gc-hero__bg {
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(38% 42% at 18% 22%, rgba(32,224,255,.16) 0%, rgba(32,224,255,0) 70%),
    radial-gradient(34% 40% at 78% 62%, rgba(139,92,246,.20) 0%, rgba(139,92,246,0) 70%);
}
.gc-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: 32px;
  align-items: end;
}
.gc-hero__lead {
  padding-top: 14px;
  font-size: clamp(30px, 4vw, 68px);
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 18px;
  letter-spacing: .01em;
  color: #fff;
}
.gc-hero__desc {
  color: var(--gc-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
  margin: 0 0 22px;
  max-width: 34em;
}
.gc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }

.gc-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.gc-btn svg { width: 17px; height: 17px; }
.gc-btn--primary {
  background: linear-gradient(92deg, var(--gc-cyan-dim) 0%, var(--gc-violet) 100%);
  color: #04101c !important;
  box-shadow: 0 6px 18px rgba(32,224,255,.16);
}
.gc-btn--primary:hover { transform: translateY(-1px); color: #04101c !important; }
.gc-btn--ghost {
  background: rgba(255,255,255,.04);
  border-color: var(--gc-border);
  color: var(--gc-text) !important;
}
.gc-btn--ghost:hover { border-color: var(--gc-cyan); color: #fff !important; }

.gc-hero__tagslabel { display: block; color: var(--gc-muted); font-size: 12px; margin-bottom: 9px; }
.gc-hero__tags ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.gc-hero__tags a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--gc-border);
  background: rgba(255,255,255,.03);
  color: var(--gc-muted) !important;
  font-size: 12px;
  text-decoration: none;
}
.gc-hero__tags a:hover { border-color: var(--gc-cyan); color: var(--gc-cyan) !important; }

.gc-hero__visual { position: relative; min-height: 300px; display: flex; justify-content: center; }
.gc-hero__char { display: block; max-height: 440px; width: auto; margin-left: auto; }
.gc-hero__char--placeholder {
  width: 100%;
  max-width: 340px;
  min-height: 300px;
  border: 1px dashed var(--gc-border);
  border-radius: var(--gc-radius);
  background: linear-gradient(160deg, rgba(32,224,255,.06), rgba(139,92,246,.08));
  display: flex; align-items: center; justify-content: center;
  color: var(--gc-muted); font-size: 12px; text-align: center; line-height: 1.9;
}
.gc-hero__balloon {
  position: absolute;
  top: 6px; right: 0;
  max-width: 200px;
  background: rgba(11,20,36,.92);
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius-sm);
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--gc-text);
  z-index: 2;
}
.gc-hero__balloonby { display: block; margin-top: 6px; color: var(--gc-muted); font-size: 11px; }

/* ==========================================================================
   セクション共通
   ========================================================================== */
.gc-section { padding: 44px 0; }
.gc-section__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; margin-bottom: 28px;
}
.gc-section__title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
  background: none;
  border: 0;
}
.gc-section__title::before {
  content: "";
  position: absolute; left: 0; top: 50%;
  transform: translateY(-50%);
  width: 4px; height: 20px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--gc-cyan), var(--gc-violet));
}
.gc-empty { color: var(--gc-muted); font-size: 14px; }
.gc-tag {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(32,224,255,.12);
  border: 1px solid rgba(32,224,255,.28);
  color: var(--gc-cyan);
  font-size: 11px;
  line-height: 1.7;
  white-space: nowrap;
}
.gc-thumb-empty {
  display: block; width: 100%; height: 100%;
  background: linear-gradient(140deg, #12203a, #0b1424);
}

/* -------------------------------------------------- ジャンルカード */
.gc-genres {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--gc-gap);
}
.gc-genre a {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px;
  padding: 22px 12px 18px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius);
  background: linear-gradient(170deg, var(--gc-card-2) 0%, var(--gc-card) 100%);
  text-decoration: none;
  text-align: center;
  transition: border-color .18s ease, transform .18s ease;
}
.gc-genre a:hover { border-color: var(--gc-cyan); transform: translateY(-2px); }
.gc-genre__icon { width: 40px; height: 40px; color: var(--gc-cyan); }
.gc-genre--action .gc-genre__icon,
.gc-genre--strategy .gc-genre__icon { color: var(--gc-violet); }
.gc-genre__name { font-size: 16px; font-weight: 800; color: #fff; }
.gc-genre__desc { font-size: 11px; color: var(--gc-muted); line-height: 1.7; }
.gc-genre__count { font-size: 11px; color: #64788f; }

/* -------------------------------------------------- 記事カード */
.gc-cards {
  list-style: none; margin: 0; padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--gc-gap);
}
.gc-card a {
  display: flex; flex-direction: column;
  height: 100%;
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius);
  background: var(--gc-card);
  overflow: hidden;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.gc-card a:hover { border-color: var(--gc-cyan); transform: translateY(-2px); }
.gc-card__thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #0b1424; }
.gc-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-card__rank {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  width: 24px; height: 24px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 7px;
  background: linear-gradient(140deg, var(--gc-cyan-dim), var(--gc-violet));
  color: #04101c; font-size: 12px; font-weight: 800;
}
.gc-card__body { display: flex; flex-direction: column; gap: 7px; padding: 12px 13px 14px; }
.gc-card__title {
  font-size: 13.5px; font-weight: 700; line-height: 1.55; color: var(--gc-text);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.gc-card__meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; color: #64788f; font-size: 11px; }
.gc-card__desc {
  font-size: 11.5px; color: var(--gc-muted); line-height: 1.75;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* -------------------------------------------------- 2カラム（新着レビュー／ランキング） */
.gc-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.gc-split__col { min-width: 0; }

.gc-list, .gc-rank { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.gc-list__item a, .gc-rank__item a {
  display: flex; gap: 13px; align-items: center;
  padding: 11px;
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius-sm);
  background: var(--gc-card);
  text-decoration: none;
  transition: border-color .18s ease;
}
.gc-list__item a:hover, .gc-rank__item a:hover { border-color: var(--gc-cyan); }
.gc-list__thumb {
  flex: 0 0 108px; width: 108px; aspect-ratio: 16 / 10;
  border-radius: 8px; overflow: hidden; background: #0b1424;
}
.gc-list__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-list__body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.gc-list__title {
  font-size: 13.5px; font-weight: 700; color: var(--gc-text); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.gc-list__desc {
  font-size: 11.5px; color: var(--gc-muted); line-height: 1.7;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

.gc-rank__no {
  flex: 0 0 26px; width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--gc-border);
  color: var(--gc-muted); font-size: 12px; font-weight: 800;
}
.gc-rank__no--1 { background: linear-gradient(140deg, #d4af37, #f0d98a); color: #2a1f00; border-color: transparent; }
.gc-rank__no--2 { background: linear-gradient(140deg, #9fb4c9, #dfe8f0); color: #22303d; border-color: transparent; }
.gc-rank__no--3 { background: linear-gradient(140deg, #b3763f, #dda877); color: #2c1a08; border-color: transparent; }
.gc-rank__thumb { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 8px; overflow: hidden; background: #0b1424; }
.gc-rank__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gc-rank__body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.gc-rank__title {
  font-size: 13px; font-weight: 700; color: var(--gc-text); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ==========================================================================
   トップ以外（記事・カテゴリ・固定ページ）のダーク化
   ========================================================================== */
body.gc-theme .post-list-mag,
body.gc-theme .main-contents,
body.gc-theme #main-contents,
body.gc-theme #main-contents-one,
body.gc-theme article,
body.gc-theme .cps-post-box,
body.gc-theme .post-list-item { background: transparent; }

body.gc-theme .post-list-mag-inner,
body.gc-theme .post-list-inner,
body.gc-theme #sidebar .widget,
body.gc-theme .widget_categories,
body.gc-theme .cps-post-main,
body.gc-theme #breadcrumb {
  background: var(--gc-card);
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius);
  color: var(--gc-text);
}

body.gc-theme h1, body.gc-theme h2, body.gc-theme h3,
body.gc-theme h4, body.gc-theme h5 { color: var(--gc-text); }
body.gc-theme p, body.gc-theme li, body.gc-theme td, body.gc-theme dd { color: #dbe4ee; }

body.gc-theme table th { background: var(--gc-card-2); color: var(--gc-text); border-color: var(--gc-border); }
body.gc-theme table td { background: var(--gc-card); border-color: var(--gc-border); }

body.gc-theme #footer,
body.gc-theme #footer-box,
body.gc-theme .footer-box {
  background: #050a14;
  border-top: 1px solid var(--gc-border);
  color: var(--gc-muted);
}
body.gc-theme #footer a, body.gc-theme .footer-box a { color: var(--gc-muted); }
body.gc-theme #footer a:hover { color: var(--gc-cyan); }

/* アプリーチはライト配色の枠なので、暗背景でも読めるよう最低限だけ整える */
body.gc-theme .appreach { color: #24313f; }
body.gc-theme .appreach .appreach__name { color: #16202b; }

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media screen and (max-width: 1199px) {
  .gc-genres { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gc-cards  { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media screen and (max-width: 1024px) {
  .gc-hero__inner { grid-template-columns: 1fr; }
  /* 縦積みでは吹き出しと画像が横並びにならないよう列方向にする */
  .gc-hero__visual { order: -1; min-height: 0; flex-direction: column; align-items: center; gap: 12px; }
  .gc-hero__char { max-height: 300px; margin: 0 auto; }
  .gc-hero__balloon { position: static; max-width: 460px; margin: 0 auto; text-align: center; }
  .gc-hero__balloonby { text-align: center; }
  .gc-search input[type="search"] { width: 120px; }
}

@media screen and (max-width: 768px) {
  .gc-hero { padding: 36px 0 34px; }
  .gc-section { padding: 32px 0; }
  .gc-genres { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .gc-cards  { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gc-split  { grid-template-columns: 1fr; gap: 26px; }
  .gc-genre a { padding: 16px 8px 14px; }
  .gc-genre__icon { width: 32px; height: 32px; }
  .gc-genre__name { font-size: 14px; }
  .gc-nav-search { display: none; }
  /* 画像未設定のプレースホルダーが縦を占有しすぎないようにする */
  .gc-hero__char--placeholder { min-height: 140px; max-width: 260px; }
  .gc-hero__char { max-height: 220px; }
}

@media screen and (max-width: 480px) {
  .gc-inner { padding: 0 14px; }
  .gc-genres { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gc-cards  { grid-template-columns: 1fr; }
  .gc-hero__lead { font-size: 26px; }
  .gc-hero__cta .gc-btn { flex: 1 1 100%; justify-content: center; }
  .gc-list__thumb { flex-basis: 92px; width: 92px; }
}

/* 動きを減らす設定を尊重する */
@media (prefers-reduced-motion: reduce) {
  .gc-btn, .gc-card a, .gc-genre a, .gc-list__item a, .gc-rank__item a { transition: none; }
  .gc-card a:hover, .gc-genre a:hover, .gc-btn--primary:hover { transform: none; }
}

/* -------------------------------------------------- フッターの補助リンク */
.gc-footlinks {
  background: #050a14;
  border-top: 1px solid var(--gc-border);
  padding: 14px 20px 22px;
}
.gc-footlinks ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: var(--gc-max);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  justify-content: center;
}
.gc-footlinks a {
  color: var(--gc-muted) !important;
  font-size: 12px;
  text-decoration: none;
}
.gc-footlinks a:hover { color: var(--gc-cyan) !important; }

/* -------------------------------------------------- カテゴリラベル
   JIN はカテゴリごとの色をインラインで当てるため、シアン系へ寄せる。
   （黄色・オレンジはアクセントに使わない方針）
   注意: `.cps-post-cat` は記事タイトル上のバッジを**包む横幅いっぱいのspan**で、
   見えているピル型バッジはその中の `<a>` の方。span自体に背景・枠線を付けると、
   ピルの後ろに横長の四角い枠が浮いて見える不具合になる（2026-08-19に発生）。
   span（コンテナ）には付けず、中の `<a>`（実際のバッジ）だけを対象にする。 */
body.gc-theme .cat-name,
body.gc-theme .post-cat {
  background-color: rgba(32,224,255,.14) !important;
  border: 1px solid rgba(32,224,255,.32);
  color: var(--gc-cyan) !important;
  text-shadow: none;
  box-shadow: none;
}
body.gc-theme .cps-post-cat a,
body.gc-theme .cat-name a {
  background-color: rgba(32,224,255,.16) !important;
  border: 1px solid rgba(32,224,255,.34);
  color: var(--gc-cyan) !important;
  text-shadow: none;
  box-shadow: none;
}

/* パンくず・日付・メタ情報 */
body.gc-theme #breadcrumb, body.gc-theme #breadcrumb a,
body.gc-theme .post-date, body.gc-theme .cps-post-date,
body.gc-theme .post-meta { color: var(--gc-muted); }

/* 記事本文の枠 */
body.gc-theme .cps-post-main, body.gc-theme .post-content-box,
body.gc-theme article.post { background: var(--gc-card); }

/* サイドバー見出し */
body.gc-theme #sidebar .widgettitle,
body.gc-theme #sidebar .widget-title,
body.gc-theme .widget h4 { color: var(--gc-text); border-color: var(--gc-border); }

/* 入力欄 */
body.gc-theme input[type="text"], body.gc-theme input[type="search"],
body.gc-theme input[type="email"], body.gc-theme textarea, body.gc-theme select {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--gc-border);
  color: var(--gc-text);
}
body.gc-theme input::placeholder, body.gc-theme textarea::placeholder { color: #6f8098; }

/* サイドバー「サイト内検索」ウィジェット：JINデフォルトが背景を白固定で上書きしてくるため、
   上の汎用ルールより詳細度を上げて明示的に上書きする（白地に白文字で見えなくなる事故対策） */
body.gc-theme .widget_search .search-box input[type="search"] {
  background: rgba(255,255,255,.05);
  border: 1px solid var(--gc-border);
  color: var(--gc-text);
}
body.gc-theme .widget_search .search-box input[type="search"]:focus {
  border-color: var(--gc-cyan);
}

/* ページネーション */
body.gc-theme .pagination a, body.gc-theme .pagination span,
body.gc-theme .page-numbers {
  background: var(--gc-card);
  border: 1px solid var(--gc-border);
  color: var(--gc-text);
}
body.gc-theme .page-numbers.current,
body.gc-theme .pagination .current {
  background: linear-gradient(92deg, var(--gc-cyan-dim), var(--gc-violet));
  color: #04101c;
  border-color: transparent;
}

/* -------------------------------------------------- 記事一覧（JIN post-list） */
body.gc-theme .post-list-item { background: transparent; }
body.gc-theme .post-list-inner {
  background: var(--gc-card);
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius);
  overflow: hidden;
  transition: border-color .18s ease;
}
body.gc-theme .post-list-link:hover .post-list-inner { border-color: var(--gc-cyan); }

body.gc-theme .post-list-title,
body.gc-theme .post-list-title.entry-title {
  color: var(--gc-text);
}
body.gc-theme .post-list-date,
body.gc-theme .post-list-date.date,
body.gc-theme .writer,
body.gc-theme .post-list-publisher,
body.gc-theme .post-list-meta time { color: var(--gc-muted); }

/* カテゴリバッジ（JINはカテゴリ色を当てるので上書きする）
   `.cps-post-cat` はここでも同じ理由でコンテナのspanには付けず `a` だけにする */
body.gc-theme .post-list-cat,
body.gc-theme .pickup-cat,
body.gc-theme [class*="post-list-cat"],
body.gc-theme .cps-post-cat a {
  background-color: rgba(32,224,255,.16) !important;
  border: 1px solid rgba(32,224,255,.34);
  color: var(--gc-cyan) !important;
  text-shadow: none;
  box-shadow: none;
}

/* 記事下の関連記事・次の記事 */
body.gc-theme .related-post-box,
body.gc-theme .related-entry-list,
body.gc-theme .prev-next-box,
body.gc-theme .cps-post-box,
body.gc-theme .sns-btn-box { background: transparent; }
body.gc-theme .related-entry-list li,
body.gc-theme .prev-next-box a {
  background: var(--gc-card);
  border: 1px solid var(--gc-border);
  border-radius: var(--gc-radius-sm);
  color: var(--gc-text);
}

/* 目次（Table of Contents Plus） */
body.gc-theme #toc_container {
  background: var(--gc-card) !important;
  border: 1px solid var(--gc-border) !important;
  color: var(--gc-text);
}
body.gc-theme #toc_container a { color: var(--gc-cyan); }
body.gc-theme #toc_container .toc_title { color: var(--gc-text); }

/* 見出しデザイン（JINの薄い背景色は暗背景で浮くため整える） */
body.gc-theme .cps-post-main h2 {
  background: linear-gradient(92deg, rgba(32,224,255,.14), rgba(139,92,246,.12));
  border-left: 4px solid var(--gc-cyan);
  color: var(--gc-text);
}
body.gc-theme .cps-post-main h3 {
  border-bottom: 1px solid var(--gc-border);
  color: var(--gc-text);
}

/* 引用・コード */
body.gc-theme blockquote { background: var(--gc-card-2); border-left: 3px solid var(--gc-cyan); color: #dbe4ee; }
body.gc-theme pre, body.gc-theme code { background: #0a1120; color: #d6e2f0; border: 1px solid var(--gc-border); }

/* -------------------------------------------------- 一覧カードの詰め
   JIN はカスタマイザ生成CSSとメディアクエリ内で色を指定しており、
   通常の詳細度では勝てないため、文字色と白背景だけ明示的に上書きする。 */
body.gc-theme a.post-list-link { background: transparent; }
body.gc-theme .post-list-title,
body.gc-theme .post-list-title.entry-title,
body.gc-theme .post-list-link .post-list-title { color: var(--gc-text) !important; }
body.gc-theme .post-list-date,
body.gc-theme .post-list-date.date,
body.gc-theme .post-list-meta .writer,
body.gc-theme .post-list-publisher { color: var(--gc-muted) !important; }
body.gc-theme .post-list-link:hover .post-list-title { color: var(--gc-cyan) !important; }

/* サイドバーの最新記事・関連記事のタイトル */
body.gc-theme #sidebar a,
body.gc-theme .widget a,
body.gc-theme .related-entry-list a { color: var(--gc-text); }
body.gc-theme #sidebar a:hover, body.gc-theme .widget a:hover { color: var(--gc-cyan); }

/* -------------------------------------------------- ボタン類 */
body.gc-theme input[type="submit"],
body.gc-theme button[type="submit"]:not(.gc-search button),
body.gc-theme .wpcf7-submit {
  background: linear-gradient(92deg, var(--gc-cyan-dim) 0%, var(--gc-violet) 100%);
  color: #04101c;
  border: 0;
  border-radius: 999px;
  padding: 12px 34px;
  font-weight: 700;
  cursor: pointer;
}
body.gc-theme input[type="submit"]:hover,
body.gc-theme .wpcf7-submit:hover { opacity: .9; }

/* フォームの枠 */
body.gc-theme .wpcf7 { background: var(--gc-card-2); border: 1px solid var(--gc-border); border-radius: var(--gc-radius); }
body.gc-theme .wpcf7-response-output { color: var(--gc-text); border-color: var(--gc-border) !important; }

/* ページ上部へ戻るボタン */
body.gc-theme #page-top a, body.gc-theme .pagetop a {
  background: var(--gc-card);
  border: 1px solid var(--gc-border);
  color: var(--gc-cyan);
}

/* -------------------------------------------------- フッター本体
   JIN の <footer> はカスタマイザのメインカラーが入るため、暗色へ寄せる */
body.gc-theme footer,
body.gc-theme footer .footer-inner {
  background: #050a14 !important;
  color: var(--gc-muted);
}
body.gc-theme footer a { color: var(--gc-muted) !important; }
body.gc-theme footer a:hover { color: var(--gc-cyan) !important; }
/* JIN親テーマは「GameChoices｜プライバシーポリシー」の各リンクに
   border-left/right:1px solid #fff（明るいフッター前提の区切り線）を付けている。
   このフッターは暗色に寄せているため、白い縦線がそのまま浮いて見えていた。 */
body.gc-theme footer .footer-inner a { border: 0 !important; }
/* さらに #footer-box 自体にも JIN の border-top:1px solid rgba(80,130,180,.28) が残っていた。
   #footer-box は margin:0 213px（JINのカスタマイザ設定で中央寄せ・全幅より狭い）ため、
   その上境界線は footer の端まで届かず「中途半端に薄い横線」として見えていた。
   フッターに上ラインは不要なので消す。 */
body.gc-theme #footer-box { border-top: 0 !important; }

/* フッター上部の「HOME」バーとトップへ戻る */
body.gc-theme #footer-menu,
body.gc-theme .footer-menu,
body.gc-theme #footer-top,
body.gc-theme .home-btn-box {
  background: #070e1c;
  border-top: 1px solid var(--gc-border);
}

/* ==========================================================================
   2026-08-17 デザイン調整
   ・Heroの完成（画像未設定でも成立させる）
   ・カードの洗練
   ・大画面の余白改善
   ・カテゴリページのブランド統一
   ここより下の指定が最終。上の同名ルールを意図的に上書きしている。
   ========================================================================== */

/* -------------------------------------------------- 幅
   トップとアーカイブだけ広げ、記事本文の読み幅は広げない */
body.gc-front .gc-inner,
body.gc-archive .gc-inner { max-width: var(--gc-max); }
/* JIN の #contents は width:1200px 固定。トップとアーカイブだけ広げる。
   記事ページ（single）と固定ページは読み幅を変えたくないので触らない。 */
body.gc-front #contents,
body.gc-archive #contents {
  width: 100%;
  max-width: var(--gc-max);
  margin-left: auto;
  margin-right: auto;
}
/* アーカイブは2カラムのまま、本文側だけ広げる。
   JIN は main と sidebar が float で、それぞれ margin-left:30px を持つ。
   30 + main + 30 + 350(sidebar) が #contents に収まらないとサイドバーが下へ落ちるので、
   420px（=30+30+350+余裕10）を引いた幅にする。 */
@media screen and (min-width: 1200px) {
  body.gc-archive #main-contents { width: calc(100% - 420px); }
  body.gc-archive #main-contents-one { width: calc(100% - 60px); }
}

/* -------------------------------------------------- Hero */
.gc-hero { padding-bottom: 0; }
/* Heroの直後のセクションだけ上の余白を詰める */
.gc-hero + .gc-section { padding-top: 34px; }
.gc-hero__inner { padding-bottom: 0; }
.gc-hero__body { padding-bottom: 40px; }

.gc-hero__visual {
  position: relative;
  align-self: end;
  justify-content: flex-end;
  min-height: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}
/* 画像は下端から立ち上がるように置く。1000〜1500pxの透過PNGでも破綻しない */
.gc-hero__char {
  display: block;
  width: 100%;
  max-width: 430px;
  max-height: 400px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
  margin: 0 0 0 auto;
}
/* 画像未設定のときは説明文を出さず、控えめな装飾だけで場所を保つ */
.gc-hero__char--empty {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 300px;
  margin-left: auto;
  border-radius: 200px 200px 20px 20px;
  border: 1px solid rgba(80,130,180,.18);
  background:
    radial-gradient(58% 52% at 50% 74%, rgba(139,92,246,.24), transparent 72%),
    radial-gradient(50% 44% at 50% 36%, rgba(32,224,255,.16), transparent 74%),
    repeating-linear-gradient(90deg, rgba(120,170,220,.05) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(0deg, rgba(120,170,220,.05) 0 1px, transparent 1px 34px);
}
.gc-hero__balloon {
  position: static;
  max-width: 260px;
  margin: 0 0 0 auto;
  background: rgba(11,20,36,.9);
  border: 1px solid var(--gc-border);
  border-radius: 14px;
  font-size: 12.5px;
  line-height: 1.85;
}
.gc-hero__visual--empty .gc-hero__balloon { margin-bottom: 4px; }

/* -------------------------------------------------- セクション見出し */
.gc-section__note { font-size: 11.5px; color: var(--gc-muted); }
.gc-section__title { font-weight: 800; font-size: 21px; }

/* -------------------------------------------------- カード共通の質感 */
.gc-card a,
.gc-genre a,
.gc-list__item a,
.gc-rank__item a {
  background: rgba(14,25,43,.85);
  border: 1px solid var(--gc-border);
  border-radius: 14px;
  box-shadow: none;
}
.gc-card a:hover,
.gc-genre a:hover,
.gc-list__item a:hover,
.gc-rank__item a:hover {
  border-color: rgba(32,224,255,.55);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  transform: translateY(-3px);
}
.gc-list__item a:hover, .gc-rank__item a:hover { transform: translateY(-2px); }

/* -------------------------------------------------- ジャンルカード（薄く色分け） */
.gc-genres { gap: 18px; }
.gc-genre a { padding: 26px 14px 20px; gap: 10px; }
.gc-genre__icon { width: 42px; height: 42px; }
.gc-genre__name { font-size: 16.5px; font-weight: 800; }
.gc-genre__desc { font-size: 11.5px; }

.gc-genre--rpg a        { background: linear-gradient(180deg, rgba(32,224,255,.09), rgba(14,25,43,.92) 62%); }
.gc-genre--action a     { background: linear-gradient(180deg, rgba(192,80,220,.10), rgba(14,25,43,.92) 62%); }
.gc-genre--simulation a { background: linear-gradient(180deg, rgba(52,211,153,.09), rgba(14,25,43,.92) 62%); }
.gc-genre--strategy a   { background: linear-gradient(180deg, rgba(139,92,246,.10), rgba(14,25,43,.92) 62%); }
.gc-genre--puzzle a     { background: linear-gradient(180deg, rgba(45,212,191,.09), rgba(14,25,43,.92) 62%); }
.gc-genre--mmorpg a     { background: linear-gradient(180deg, rgba(96,140,255,.10), rgba(14,25,43,.92) 62%); }

.gc-genre--rpg .gc-genre__icon        { color: #38d8ff; }
.gc-genre--action .gc-genre__icon     { color: #d878f0; }
.gc-genre--simulation .gc-genre__icon { color: #4fd8a6; }
.gc-genre--strategy .gc-genre__icon   { color: #a78bfa; }
.gc-genre--puzzle .gc-genre__icon     { color: #46dcc8; }
.gc-genre--mmorpg .gc-genre__icon     { color: #7ea3ff; }

/* -------------------------------------------------- 今週のおすすめ
   PCは4枚。5枚目以降は横スクロールで見せる（ライブラリは足さない） */
.gc-cards {
  grid-template-columns: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3 * var(--gc-gap)) / 4);
  gap: var(--gc-gap);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(32,224,255,.35) transparent;
}
.gc-cards::-webkit-scrollbar { height: 8px; }
.gc-cards::-webkit-scrollbar-thumb { background: rgba(32,224,255,.28); border-radius: 999px; }
.gc-cards::-webkit-scrollbar-track { background: transparent; }
.gc-card { scroll-snap-align: start; }
.gc-card__thumb { aspect-ratio: 16 / 9; }
.gc-card__body { padding: 14px 15px 16px; gap: 8px; }
.gc-card__title {
  font-size: 14.5px; font-weight: 700; line-height: 1.6;
  -webkit-line-clamp: 3;
}
.gc-card__desc { font-size: 12px; -webkit-line-clamp: 2; }
.gc-card__rank { width: 26px; height: 26px; font-size: 12.5px; }

/* -------------------------------------------------- 新着レビュー／ランキング */
.gc-split { grid-template-columns: minmax(0, 51fr) minmax(0, 49fr); gap: 28px; }
.gc-list, .gc-rank { gap: 12px; }
.gc-list__item a { padding: 13px; gap: 15px; }
.gc-list__thumb { flex-basis: 132px; width: 132px; aspect-ratio: 16 / 9; }
.gc-list__title { font-size: 14px; font-weight: 700; line-height: 1.6; }
.gc-list__desc { font-size: 12px; color: var(--gc-muted); }
.gc-rank__item a { padding: 12px 13px; }
.gc-rank__thumb { flex-basis: 62px; width: 62px; height: 62px; }
.gc-rank__title { font-size: 13.5px; line-height: 1.55; }
/* 4位以降はネイビー／シアン系 */
.gc-rank__no { background: rgba(32,224,255,.10); border-color: rgba(32,224,255,.28); color: var(--gc-cyan); }
.gc-rank__no--1 { background: linear-gradient(140deg, #d4af37, #f0d98a); color: #2a1f00; border-color: transparent; }
.gc-rank__no--2 { background: linear-gradient(140deg, #9fb4c9, #dfe8f0); color: #22303d; border-color: transparent; }
.gc-rank__no--3 { background: linear-gradient(140deg, #b3763f, #dda877); color: #2c1a08; border-color: transparent; }

/* -------------------------------------------------- カテゴリページの見出し */
.gc-archive-head {
  margin: 0 0 30px;
  padding: 26px 26px 24px;
  border: 1px solid var(--gc-border);
  border-radius: 16px;
  background:
    radial-gradient(80% 120% at 0% 0%, rgba(32,224,255,.09), transparent 60%),
    rgba(14,25,43,.85);
}
.gc-archive-head__body { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.gc-archive-title {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  color: #fff;
  letter-spacing: .02em;
  background: none;
  border: 0;
  padding: 0;
}
.gc-archive-count { margin: 0; font-size: 12px; color: var(--gc-muted); }
.gc-archive-intro {
  margin: 12px 0 0;
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--gc-muted);
  max-width: 62em;
}
/* 親テーマ側の「― CATEGORY ―」見出しが出る経路（タグ・月別）でも英字ラベルを隠す */
body.gc-theme .archive-title-sub { display: none; }
body.gc-theme .archive-post-header { text-align: left; border: 0; }
body.gc-theme .archive-title {
  color: var(--gc-text);
  font-weight: 800;
  text-align: left;
}

/* -------------------------------------------------- アーカイブの記事カード */
body.gc-archive .post-list-thumb,
body.gc-archive .post-list-thumb img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
body.gc-archive .post-list-inner { border-radius: 14px; }
body.gc-theme .post-list-title { font-weight: 700; line-height: 1.6; }
body.gc-theme .post-list-date { font-size: 12px; }

/* -------------------------------------------------- サイドバー */
body.gc-theme #sidebar .widget,
body.gc-theme #sidebar section {
  background: rgba(14,25,43,.85);
  border: 1px solid var(--gc-border);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: none;
}
body.gc-theme #sidebar .widgettitle,
body.gc-theme #sidebar .widget h4,
body.gc-theme #sidebar .widget-title {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gc-text);
  background: none;
  border: 0;
  border-bottom: 1px solid var(--gc-border);
  text-align: left;
}
body.gc-theme #sidebar .widgettitle::after,
body.gc-theme #sidebar .widget h4::after,
body.gc-theme #sidebar .widget-title::after {
  content: "";
  position: absolute; left: 0; bottom: -1px;
  width: 58px; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gc-cyan), var(--gc-violet));
}


/* -------------------------------------------------- ヘッダーの検索フォーム
   ナビの高さに合わせ、押せる範囲をはっきりさせる */
.gc-search { height: 38px; padding: 0 4px 0 14px; box-sizing: border-box; }
.gc-search input[type="search"] { height: 100%; }
.gc-search button,
body.gc-theme .gc-search button {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(32,224,255,.16);
  color: var(--gc-cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.gc-theme .gc-search button:hover { background: rgba(32,224,255,.3); }
.gc-search button svg { width: 15px; height: 15px; }

/* -------------------------------------------------- タイポグラフィ */
body.gc-theme h1, body.gc-theme h2, body.gc-theme h3 { font-weight: 700; }
body.gc-theme .gc-section__title, body.gc-theme .gc-hero__lead,
body.gc-theme .gc-archive-title { font-weight: 800; }
body.gc-theme p, body.gc-theme li { font-weight: 400; }

/* ==========================================================================
   レスポンシブ（調整分）
   ========================================================================== */
@media screen and (max-width: 1199px) {
  .gc-cards { grid-auto-columns: calc((100% - 2 * var(--gc-gap)) / 3); }
  .gc-genres { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media screen and (max-width: 1024px) {
  .gc-hero { padding: 34px 0 0; }
  .gc-hero__body { padding-bottom: 30px; }
  .gc-hero__inner { grid-template-columns: 1fr; align-items: stretch; }
  /* 縦積みでは テキスト → CTA → ジャンルタグ → キャラクター の順に見せる */
  .gc-hero__visual { order: 1; align-items: center; justify-content: center; margin-top: 4px; }
  .gc-hero__body { padding-bottom: 12px; }
  .gc-hero__char { max-width: 300px; max-height: 260px; margin: 0 auto; }
  .gc-hero__char--empty { max-width: 260px; height: 150px; margin: 0 auto; }
  .gc-hero__balloon { margin: 0 auto; max-width: 420px; text-align: center; }
  .gc-split { grid-template-columns: 1fr; }
}

@media screen and (max-width: 900px) {
  .gc-split { grid-template-columns: 1fr; gap: 34px; }
}

@media screen and (max-width: 768px) {
  .gc-section { padding: 34px 0; }
  .gc-section__head { margin-bottom: 20px; }
  .gc-cards { grid-auto-columns: 78%; }
  .gc-genres { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .gc-archive-head { padding: 20px; margin-bottom: 22px; }
  body.gc-theme #sidebar .widget { padding: 18px; }
}

@media screen and (max-width: 480px) {
  .gc-hero { padding: 26px 0 0; }
  .gc-hero__body { padding-bottom: 24px; }
  .gc-hero__lead { padding-top: 8px; }
  .gc-hero__char { max-width: 220px; max-height: 200px; }
  .gc-hero__char--empty { max-width: 200px; height: 110px; }
  .gc-genres { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gc-cards { grid-auto-columns: 84%; }
  .gc-list__thumb { flex-basis: 104px; width: 104px; }
  .gc-section { padding: 30px 0; }
}

/* -------------------------------------------------- ゲームコンシェルジュ
   サイドバーのプロフィールカード。トップのHeroと同じ設定・同じ配色で統一する。 */
.gc-concierge { text-align: center; }

.gc-concierge__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin: 2px auto 14px;
  border-radius: 50%;
  overflow: hidden;
  background: radial-gradient(70% 70% at 50% 35%, rgba(32,224,255,.14), rgba(11,20,36,1) 72%);
  border: 1px solid rgba(32,224,255,.34);
  box-shadow: 0 0 0 4px rgba(32,224,255,.06);
}
.gc-concierge__icon img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.gc-concierge__icon--fallback { color: var(--gc-cyan); }
.gc-concierge__icon--fallback svg { width: 44px; height: 44px; }

.gc-concierge__name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gc-text);
  letter-spacing: .02em;
}
.gc-concierge__desc {
  margin: 0 0 12px;
  font-size: 12.5px;
  line-height: 1.95;
  color: var(--gc-muted);
  text-align: left;
}
.gc-concierge__role {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: .08em;
  color: var(--gc-cyan);
}
.gc-concierge__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(32,224,255,.34);
  background: rgba(32,224,255,.10);
  color: var(--gc-cyan) !important;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition: background .18s ease, border-color .18s ease;
}
.gc-concierge__cta:hover {
  background: rgba(32,224,255,.2);
  border-color: rgba(32,224,255,.6);
  color: #7ceeff !important;
}

/* プロフィールウィジェットに見出し要素は無いため、追加の打ち消しは不要 */

/* ==========================================================================
   2026-08-17 画像・ビジュアル調整（第4弾）
   ・Heroの人物はカードに入れず、背景の中に直接立たせる
   ・表示比率をUI側で決め、画像をそこへ収める（元画像の比率に合わせない）
   ここより下の指定が最終。
   ========================================================================== */

/* -------------------------------------------------- Hero の骨格 */
.gc-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.gc-hero__inner {
  position: relative;
  z-index: 2;               /* 人物より前。ただし人物の上に枠線は置かない */
  display: block;           /* グリッドをやめ、人物は絶対配置で背景に置く */
  width: 100%;
}
.gc-hero__body {
  max-width: 56%;           /* 人物のスペースを空ける */
  padding-bottom: 0;
}
.gc-hero--nochar .gc-hero__body { max-width: 64%; }

/* -------------------------------------------------- 人物（カードに入れない） */
.gc-hero__figure {
  position: absolute;
  right: 2%;
  bottom: 0;
  top: 0;
  width: 44%;
  max-width: 640px;
  z-index: 1;
  pointer-events: none;     /* 吹き出しだけ後で有効化する */
}
.gc-hero--nochar .gc-hero__figure { width: 38%; }

/* 人物の身体がHeroの下端に接する */
.gc-hero__char {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95%;
  max-height: 620px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  display: block;
  z-index: 2;
}

/* 人物の背面に置く装飾。人物より前面に枠線を出さない */
.gc-hero__glow {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: 86%;
  height: 82%;
  z-index: 1;
  border-radius: 50% 50% 18% 18% / 60% 60% 12% 12%;
  background:
    radial-gradient(58% 54% at 50% 68%, rgba(139,92,246,.22), transparent 72%),
    radial-gradient(50% 46% at 50% 34%, rgba(32,224,255,.16), transparent 76%),
    repeating-linear-gradient(90deg, rgba(120,170,220,.045) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(0deg,  rgba(120,170,220,.045) 0 1px, transparent 1px 36px);
  -webkit-mask-image: radial-gradient(70% 70% at 50% 60%, #000 55%, transparent 100%);
          mask-image: radial-gradient(70% 70% at 50% 60%, #000 55%, transparent 100%);
}

/* 吹き出しは人物の顔の横あたりに置く */
.gc-hero__balloon {
  position: absolute;
  top: 5%;
  left: 0;
  right: auto;
  max-width: 250px;
  margin: 0;
  z-index: 3;
  pointer-events: auto;
  background: rgba(11,20,36,.92);
  border: 1px solid var(--gc-border);
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.85;
  text-align: left;
}
.gc-hero--nochar .gc-hero__balloon { top: 16%; left: auto; right: 0; }

/* -------------------------------------------------- 画像の表示比率
   UI側で領域を決め、画像をそこへ収める。元画像の比率には合わせない。 */
.gc-card__thumb,
.gc-list__thumb,
.gc-rank__thumb {
  overflow: hidden;
  background: #0b1424;      /* 白背景の画像でもカードの形が崩れない */
}
.gc-card__thumb img,
.gc-list__thumb img,
.gc-rank__thumb img,
.gc-concierge__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}

/* 今週のおすすめ：画像を主役に。4枚表示で高さ180〜210px */
.gc-card__thumb {
  aspect-ratio: 16 / 9;
  border-radius: 14px 14px 0 0;
}
.gc-card a { border-radius: 14px; overflow: hidden; }
.gc-card:hover img { transform: scale(1.03); }

/* 新着レビュー：一覧性を優先し、サムネイルのサイズを揃える */
.gc-list__thumb {
  flex: 0 0 136px;
  width: 136px;
  height: 77px;             /* 136 x 77 ≒ 16:9 */
  aspect-ratio: auto;
  border-radius: 10px;
}
.gc-list__item:hover img { transform: scale(1.03); }

/* ランキング：順位 → 画像 → タイトル の順に視線が流れる大きさ */
.gc-rank__thumb {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  aspect-ratio: 1;
  border-radius: 10px;
}
.gc-rank__item:hover img { transform: scale(1.03); }

/* 画像が無いときの穴埋めも同じ比率にする（高さが動かない） */
.gc-thumb-empty {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(140deg, #12203a, #0b1424);
}

/* -------------------------------------------------- カテゴリ・アーカイブの記事カード */
body.gc-archive .post-list-thumb {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background: #0b1424;
  border-radius: 14px 14px 0 0;
}
body.gc-archive .post-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: auto;       /* 上の共通指定を打ち消し、親の比率に従わせる */
  transition: transform .35s ease;
}
body.gc-archive .post-list-link:hover .post-list-thumb img { transform: scale(1.03); }
/* 同じ行のカードの高さを揃える */
body.gc-archive .post-list-inner { display: flex; flex-direction: column; height: 100%; overflow: hidden; }
body.gc-archive .post-list-item { display: flex; }
body.gc-archive .post-list-link { display: flex; flex-direction: column; width: 100%; }
body.gc-archive .post-list-meta { flex: 1 1 auto; }

/* -------------------------------------------------- サイドバーのコンシェルジュ画像 */
.gc-concierge__icon {
  width: 124px;
  height: 124px;
}
.gc-concierge__icon img { object-position: center top; }
.gc-concierge__icon--fallback svg { width: 50px; height: 50px; }

/* -------------------------------------------------- 暗いoverlayを常時掛けない */
.gc-card__thumb::after,
.gc-list__thumb::after,
body.gc-archive .post-list-thumb::after { content: none; }

/* ==========================================================================
   レスポンシブ（画像調整分）
   ========================================================================== */
@media screen and (max-width: 1024px) {
  /* 縦積み。DOM順では figure が先にあるので、order で テキスト → キャラクター にする */
  .gc-hero { min-height: 0; display: flex; flex-direction: column; align-items: stretch; }
  .gc-hero__bg { order: 0; }
  .gc-hero__inner { order: 1; }
  .gc-hero__figure { order: 2; }
  .gc-hero__body { max-width: none; }
  .gc-hero--nochar .gc-hero__body { max-width: none; }
  .gc-hero__figure {
    position: relative;
    right: auto; bottom: auto; top: auto;
    width: 100%;
    max-width: none;
    height: 300px;
    margin: 6px auto 0;
    pointer-events: auto;
  }
  /* 画像が無いときは装飾だけの空きスペースを作らない */
  .gc-hero--nochar .gc-hero__figure { width: 100%; height: auto; margin-top: 0; }
  .gc-hero--nochar .gc-hero__glow { display: none; }
  .gc-hero__char {
    position: absolute;
    left: 50%; right: auto;
    transform: translateX(-50%);
    height: 100%;
    max-height: 300px;
    object-position: bottom center;
  }
  .gc-hero__glow { right: auto; left: 50%; transform: translateX(-50%); width: 320px; height: 100%; }
  .gc-hero__balloon {
    position: relative;
    top: auto; left: auto; right: auto;
    max-width: 440px;
    margin: 0 auto 10px;
    text-align: center;
    z-index: 3;
  }
  .gc-hero--nochar .gc-hero__balloon { top: auto; right: auto; }
}

@media screen and (max-width: 768px) {
  .gc-list__thumb { flex-basis: 120px; width: 120px; height: 68px; }
  .gc-rank__thumb { flex-basis: 62px; width: 62px; height: 62px; }
}

@media screen and (max-width: 480px) {
  .gc-hero__figure { height: 250px; }
  .gc-hero--nochar .gc-hero__figure { height: 120px; }
  .gc-hero__char { max-height: 250px; }
  .gc-hero__glow { width: 240px; }
  .gc-list__thumb { flex-basis: 112px; width: 112px; height: 63px; }
}

/* 動きを減らす設定では拡大しない */
@media (prefers-reduced-motion: reduce) {
  .gc-card:hover img,
  .gc-list__item:hover img,
  .gc-rank__item:hover img,
  body.gc-archive .post-list-link:hover .post-list-thumb img { transform: none; }
}

/* ランキングのカテゴリタグが横いっぱいに伸びないようにする */
.gc-rank__body { align-items: flex-start; }
.gc-rank__body .gc-tag { align-self: flex-start; width: auto; }

/* -------------------------------------------------- ヘッダーロゴ
   JIN は topnavi_logo_image_url の画像に対し、カスタマイザ生成のインラインCSSで
   幅を固定し（既定400px）、#site-info を width/max-width 250px・overflow:hidden で
   切ってしまう。インラインCSSより後に効かせる手段が無いため、
   ここだけは !important で高さ基準に置き換える。 */
body.gc-theme #site-info {
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex !important;
  align-items: center;
}
body.gc-theme #site-info .tn-logo-size,
body.gc-theme #site-info .sp-logo-size {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  overflow: visible !important;
}
body.gc-theme #site-info .tn-logo-size a,
body.gc-theme #site-info .sp-logo-size a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
body.gc-theme #site-info img {
  display: block;
  height: 44px !important;
  width: auto !important;
  max-width: none !important;
}
@media screen and (max-width: 1024px) {
  body.gc-theme #site-info img { height: 34px !important; }
}
@media screen and (max-width: 480px) {
  body.gc-theme #site-info img { height: 28px !important; }
}

/* ==========================================================================
   2026-08-17 Hero構図とロゴサイズの調整（第6弾）
   ・ロゴを読める大きさに拡大（比率3.16:1のため高さより幅を基準にする）
   ・キャラクターをHero右側のビジュアルそのものにする
   ここより下の指定が最終。
   ========================================================================== */

/* -------------------------------------------------- ヘッダーロゴ
   素材は 2172x724（不透明部分 3.16:1）で、余白はほぼ無い。
   幅180〜230pxを取ると高さは57〜73pxになるため、高さではなく幅を基準にする。
   ヘッダーはそのぶん高くなる。 */
body.gc-theme #site-info img {
  height: auto !important;
  width: 200px !important;
  max-width: 200px !important;
  object-fit: contain;
}
body.gc-theme #header,
body.gc-theme #header.header-type1 { min-height: 86px; }

@media screen and (max-width: 1024px) {
  body.gc-theme #site-info img { width: 168px !important; max-width: 168px !important; }
  body.gc-theme #header, body.gc-theme #header.header-type1 { min-height: 74px; }
}
@media screen and (max-width: 480px) {
  body.gc-theme #site-info img { width: 132px !important; max-width: 132px !important; }
  body.gc-theme #header, body.gc-theme #header.header-type1 { min-height: 62px; }
}

/* -------------------------------------------------- Hero全体を1枚のビジュアルに */
@media screen and (min-width: 1025px) {
  .gc-hero {
    min-height: 720px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .gc-hero__body {
    max-width: 56%;      /* 左 54〜57% */
    padding-top: 24px;
    padding-bottom: 24px;
  }

  /* 人物はHeroの右側そのもの。カード・固定枠には入れない */
  .gc-hero__figure {
    right: 2%;
    top: 0;
    bottom: 0;
    width: 46%;          /* 右 43〜46% */
    max-width: none;
  }
  /* 頭部がHero上端付近、太もも付近が下端に接地する */
  .gc-hero__char {
    height: 100%;
    max-height: none;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom right;
  }

  /* 背景のグローは人物の背後だけ。人物より目立たせない */
  .gc-hero__glow {
    right: 2%;
    bottom: 0;
    width: 78%;
    height: 76%;
    opacity: .85;
  }

  /* 吹き出しは顔の左側に置き、人物が話しているように見せる。
     図形の右端からの割合で位置を決め、髪や手に重ならないようにする。 */
  .gc-hero__balloon {
    top: 7%;
    left: auto;
    right: 62%;
    max-width: 250px;
  }
}

/* 1440px以上でも人物が小さく見えないよう、下限の高さを少し上げる */
@media screen and (min-width: 1440px) {
  .gc-hero { min-height: 760px; }
}

/* ==========================================================================
   2026-08-17 参考モックの構図を移植（第7弾）
   素材: gamechoices-logo.png / gamechoices-concierge-hero.png / gamechoices-hero-bg.png
   Hero を「左テキスト＋右画像の2カラム」ではなく、
   背景・HUD素材・人物・吹き出し・テキストを重ねた1枚のキービジュアルとして組む。
   ここより下の指定が最終。
   ========================================================================== */

/* -------------------------------------------------- ヘッダー
   ロゴ素材のキャンバスは 2172x724 = きっかり 3:1。
   幅220pxを取ると高さは73pxになるため、指定の「max-height:48px」とは両立しない。
   3要素（ゲームパッド／ゲームチョイス！／サブコピー）が読めることを優先し、
   幅を基準にしてヘッダーの高さをそのぶん広げる。 */
body.gc-theme #header,
body.gc-theme #header.header-type1,
body.gc-theme #header-box {
  background: rgba(3, 10, 20, .96) !important;
  border-bottom: 1px solid rgba(44, 95, 135, .32);
}
body.gc-theme #header,
body.gc-theme #header.header-type1 { min-height: 78px; }

body.gc-theme #site-info img {
  width: 208px !important;
  max-width: 208px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}
body.gc-theme #site-info,
body.gc-theme #site-info a { display: flex; align-items: center; }

@media screen and (min-width: 1600px) {
  body.gc-theme #site-info img { width: 228px !important; max-width: 228px !important; }
  body.gc-theme #header, body.gc-theme #header.header-type1 { min-height: 84px; }
}
@media screen and (max-width: 1024px) {
  body.gc-theme #site-info img { width: 168px !important; max-width: 168px !important; }
  body.gc-theme #header, body.gc-theme #header.header-type1 { min-height: 68px; }
}
@media screen and (max-width: 480px) {
  body.gc-theme #site-info img { width: 140px !important; max-width: 140px !important; }
  body.gc-theme #header, body.gc-theme #header.header-type1 { min-height: 58px; }
}

/* 検索欄をロゴ・ナビと同じ高さの中心に揃える */
body.gc-theme .gc-nav-search { align-self: center; }
body.gc-theme .gc-search { height: 38px; box-sizing: border-box; }

/* -------------------------------------------------- Hero の骨格 */
.gc-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: var(--gc-max);
  margin: 0 auto;
  --gc-hero-h: clamp(500px, 38vw, 610px);
  min-height: 500px;
  height: var(--gc-hero-h);
  padding: 0;
  display: block;                 /* 中身はすべて重ねる */
  border-radius: 0;
  background:
    radial-gradient(circle at 72% 40%, rgba(104, 74, 255, .16), transparent 38%),
    radial-gradient(circle at 30% 30%, rgba(0, 213, 255, .09), transparent 38%),
    linear-gradient(110deg, #06101d 0%, #07111e 48%, #081225 100%);
}
.gc-hero__bg { display: none; }   /* 旧レイヤーは使わない */

/* HUD・近未来都市の素材。全面へ引き伸ばさず右側だけの装飾レイヤーにする */
.gc-hero .gc-hero__bgimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  opacity: .62;
  pointer-events: none;
  z-index: 1;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 15%, #000 38%);
          mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.35) 15%, #000 38%);
}
/* 左側テキストの可読性を守るための帯 */
.gc-hero::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 58%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4,11,22,.92) 0%, rgba(4,11,22,.72) 55%, transparent 100%);
}

/* -------------------------------------------------- 人物 */
.gc-hero__figure {
  position: absolute;
  right: 1.5%; top: 0; bottom: 0; left: auto;
  width: 50%;
  max-width: none;
  z-index: 3;
  pointer-events: none;
}
/* body.gc-theme img { max-width:100%; height:auto } の方が詳細度が高いので、
   クラス2つのセレクタにして人物だけ確実に上書きする */
.gc-hero .gc-hero__char {
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  height: 97%;
  max-height: none;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  display: block;
  z-index: 3;
}
/* 人物の背後だけのごく薄い光。素材のHUDより目立たせない */
.gc-hero__glow {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 46%;
  height: 88%;
  z-index: 2;
  opacity: .7;
  border-radius: 50% 50% 20% 20% / 62% 62% 14% 14%;
  background:
    radial-gradient(56% 52% at 50% 62%, rgba(139,92,246,.20), transparent 72%),
    radial-gradient(48% 44% at 50% 32%, rgba(32,224,255,.14), transparent 76%);
  -webkit-mask-image: radial-gradient(70% 70% at 50% 60%, #000 55%, transparent 100%);
          mask-image: radial-gradient(70% 70% at 50% 60%, #000 55%, transparent 100%);
}

/* -------------------------------------------------- 吹き出し
   素材の顔は画像内 x=55% / y=20% の位置。人物の顔の左上へ寄せる。 */
/* 人物の幅はHeroの高さで決まるため、吹き出しの位置もHeroの高さから計算する。
   人物の表示幅 = 0.776 * Hero高さ、顔の左端 = 人物の左端 + 38.5%。
   顔の左 60px の位置に吹き出しの右端が来るようにする。 */
.gc-hero__balloon {
  position: absolute;
  top: 58px;
  left: auto;
  right: calc(80px + 0.477 * var(--gc-hero-h));
  width: 220px;
  max-width: 220px;
  margin: 0;
  z-index: 4;
  pointer-events: auto;
  background: rgba(5, 16, 31, .86);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(50, 170, 220, .35);
  border-radius: 13px;
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.8;
  color: #e6eef8;
  text-align: left;
}
.gc-hero__balloonby { display: block; margin-top: 6px; font-size: 11px; color: var(--gc-muted); }

/* -------------------------------------------------- 左側コンテンツ */
.gc-hero__inner {
  position: relative;
  z-index: 5;
  height: 100%;
  max-width: var(--gc-max);
  padding: 0;
  display: flex;
  align-items: center;
}
.gc-hero__body {
  position: relative;
  z-index: 5;
  width: 52%;
  max-width: 52%;
  padding: 0 0 0 36px;
}
.gc-hero--nochar .gc-hero__body { width: 64%; max-width: 64%; }

.gc-hero__lead {
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -.025em;
  margin: 0 0 18px;
  color: #fff;
}
.gc-hero__desc {
  max-width: 520px;
  line-height: 1.9;
  font-size: 14px;
  color: #d7e0ea;
  margin: 0 0 22px;
}

/* CTA */
.gc-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 20px; }
.gc-hero__cta .gc-btn {
  height: 50px;
  border-radius: 12px;
  padding-inline: 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-sizing: border-box;
}
.gc-hero__cta .gc-btn svg { width: 18px; height: 18px; }
.gc-hero__cta .gc-btn--primary {
  background: linear-gradient(90deg, #19cfee, #8b5cf6);
  color: #04101d !important;
  border: 0;
  box-shadow: 0 6px 22px rgba(25, 207, 238, .22);
}
.gc-hero__cta .gc-btn--primary:hover { filter: brightness(1.06); color: #04101d !important; }
.gc-hero__cta .gc-btn--ghost {
  background: rgba(6, 15, 29, .72);
  border: 1px solid rgba(64, 143, 190, .45);
  color: var(--gc-text) !important;
}
.gc-hero__cta .gc-btn--ghost:hover { border-color: rgba(32, 224, 255, .7); }

/* 人気のジャンル */
.gc-hero__tags { margin: 0; }
.gc-hero__tagslabel { display: block; font-size: 11.5px; color: var(--gc-muted); margin: 0 0 8px; }
.gc-hero__tags ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gc-hero__tags ul li a {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(64, 143, 190, .45);
  background: rgba(6, 15, 29, .72);
  color: #cddced !important;
  font-size: 12px;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease;
}
.gc-hero__tags ul li a:hover { border-color: var(--gc-cyan); color: var(--gc-cyan) !important; }

/* -------------------------------------------------- Hero とジャンルの距離 */
.gc-hero + .gc-section { padding-top: 24px !important; margin-top: 0; }
.gc-section { padding-top: 26px; padding-bottom: 26px; }

/* -------------------------------------------------- 各セクションを薄いパネルに */
body.gc-front .gc-section > .gc-inner,
body.gc-front .gc-section--split > .gc-inner {
  background: rgba(5, 13, 25, .38);
  border: 1px solid rgba(49, 85, 122, .28);
  border-radius: 14px;
  padding: 18px;
}
body.gc-front .gc-section__head { margin-bottom: 12px; }

/* -------------------------------------------------- ジャンルカード（密度を上げる） */
.gc-genres { gap: 16px; }
.gc-genre > a {
  min-height: 156px;
  padding: 16px 12px 14px;
  gap: 7px;
  border: 1px solid rgba(49, 85, 122, .34);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
/* カテゴリごとの色は上部だけ。ベースは暗いまま保つ */
.gc-genre--rpg > a        { background: linear-gradient(180deg, rgba(32,224,255,.08) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--action > a     { background: linear-gradient(180deg, rgba(192,80,220,.09) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--simulation > a { background: linear-gradient(180deg, rgba(52,211,153,.08) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--strategy > a   { background: linear-gradient(180deg, rgba(139,92,246,.09) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--puzzle > a     { background: linear-gradient(180deg, rgba(45,212,191,.08) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--mmorpg > a     { background: linear-gradient(180deg, rgba(96,140,255,.09) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre__icon { width: 34px; height: 34px; }
.gc-genre__name { font-size: 15px; }
.gc-genre__desc { font-size: 11.5px; }
.gc-genre__count { font-size: 11px; }

/* ==========================================================================
   レスポンシブ（第7弾）
   ========================================================================== */
@media screen and (max-width: 1439px) {
  .gc-hero__balloon { top: 48px; }
  .gc-hero__body { padding-left: 28px; }
}

@media screen and (max-width: 1024px) {
  /* 縦積み。テキスト → 吹き出し → 人物 の順 */
  .gc-hero {
    height: auto;
    min-height: 0;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .gc-hero::before { content: none; }
  .gc-hero .gc-hero__bgimg {
    position: absolute;
    width: 100%;
    height: 62%;
    top: auto;
    bottom: 0;
    opacity: .34;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 45%);
            mask-image: linear-gradient(180deg, transparent 0%, #000 45%);
  }
  .gc-hero__inner { order: 1; height: auto; display: block; padding: 0 24px; }
  .gc-hero__balloon {
    order: 2;
    position: relative;
    top: auto; right: auto; left: auto;
    width: auto;
    max-width: 440px;
    margin: 0 auto 10px;
    text-align: center;
  }
  .gc-hero__figure { order: 3; position: relative; right: auto; top: auto; bottom: auto; width: 100%; height: 300px; }
  .gc-hero__body { width: auto; max-width: none; padding: 0 0 18px; }
  .gc-hero--nochar .gc-hero__body { width: auto; max-width: none; }
  .gc-hero .gc-hero__char {
    position: absolute;
    left: 50%; right: auto;
    transform: translateX(-50%);
    height: 100%;
    max-width: 92vw;
    object-position: bottom center;
  }
  .gc-hero__glow { right: auto; left: 50%; transform: translateX(-50%); width: 300px; height: 100%; }
  .gc-hero__lead { font-size: 30px; }
  body.gc-front .gc-section > .gc-inner { padding: 14px; }
}

@media screen and (max-width: 480px) {
  .gc-hero { padding-top: 24px; }
  .gc-hero__lead { font-size: 26px; }
  .gc-hero__figure { height: 250px; }
  .gc-hero__cta .gc-btn { flex: 1 1 100%; justify-content: center; }
}

/* ==========================================================================
   第8弾 ジャンルカードのアート素材（2026-08-17）
   素材にジャンル名・キャッチコピーが焼き込まれているので、カード＝画像にする。
   テンプレート側の文字は読み上げ・検索向けに残し、視覚的には隠す。
   ========================================================================== */
.gc-genre--art > a {
  display: block;
  padding: 0;
  gap: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  /* 素材が自前のネオン枠を持っているため、カードの枠線は重ねない（二重枠の防止）。
     ホバー時だけ .gc-genre a:hover (0,2,1) が色を付ける */
  border: 1px solid transparent;
  border-radius: 12px;
}
/* カテゴリ別のグラデーションは画像が担うので、素材の余白と同じ暗さで塗り潰す。
   （一括指定では色分けの既存指定に負けるため、カテゴリ別セレクタも並べる） */
.gc-genre--art > a,
.gc-genre--art.gc-genre--apps > a,
.gc-genre--art.gc-genre--rpg > a,
.gc-genre--art.gc-genre--action > a,
.gc-genre--art.gc-genre--simulation > a,
.gc-genre--art.gc-genre--puzzle > a,
.gc-genre--art.gc-genre--others > a { background: #05070d; }

/* body.gc-theme img (0,1,2) に負けないようクラス2つで指定する */
.gc-genre--art .gc-genre__art {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 11px;
}

/* 画像に入っている文字はHTML側では隠す（消さない） */
.gc-genre--art .gc-genre__name,
.gc-genre--art .gc-genre__desc {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
}

/* 件数だけは素材に無いので、右上に小さく重ねる */
.gc-genre--art .gc-genre__count {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(126, 173, 214, .34);
  background: rgba(4, 10, 20, .74);
  color: #cddced;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .02em;
  pointer-events: none;
}

.gc-genre--art > a:focus-visible { outline: 2px solid var(--gc-cyan); outline-offset: 2px; }

@media screen and (max-width: 768px) {
  .gc-genre--art > a { padding: 0; }
  .gc-genre--art .gc-genre__count { top: 7px; right: 7px; padding: 2px 7px; font-size: 10.5px; }
}

/* ==========================================================================
   第9弾 ジャンル統合（2026-08-17）
   ストラテジー→シミュレーション、MMORPG→RPGへ統合。おすすめアプリ／その他アプリを追加。
   アート素材が未設定になった場合のフォールバック用に、新2ジャンルの色も用意しておく。
   ========================================================================== */
.gc-genre--apps > a   { background: linear-gradient(180deg, rgba(56,160,255,.10) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--others > a { background: linear-gradient(180deg, rgba(150,120,246,.09) 0%, rgba(12,24,42,.94) 46%); }
.gc-genre--apps .gc-genre__icon   { color: #59b6ff; }
.gc-genre--others .gc-genre__icon { color: #b09cff; }

/* ==========================================================================
   第10弾 ジャンルカードのアート差し替え（色調整版・2026-08-18）
   新素材は6枚とも 1536x1024（3:2）で揃っているので、カード枠も 3:2 にする。
   素材と枠の比が同じなので cover でも一切切れない。
   ========================================================================== */
.gc-genre--art > a {
  display: block;
  aspect-ratio: 3 / 2;
}
.gc-genre--art .gc-genre__art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

/* ==========================================================================
   第11弾 Hero下部のサポートパネル（2026-08-18）
   旧「人気のジャンル」タグを廃止し、同じ場所にサイトの機能を伝えるHUDパネルを置く。
   Heroの世界観（deep navy / cyan / violet / glass）はそのまま使い、発光は控えめにする。
   ========================================================================== */
/* 旧タグは出力自体を消したが、キャッシュ等で残っても表示しない保険 */
.gc-hero__tags { display: none; }

/* Heroの縦に余裕を作るための微調整（数px単位。窮屈にはしない） */
.gc-hero__desc { margin-bottom: 18px; }
.gc-hero__cta  { margin-bottom: 16px; }

.gc-hero__support {
  position: relative;
  margin: 0;
  padding: 13px 16px 15px;
  border: 1px solid rgba(40, 180, 230, .42);
  border-radius: 14px;
  background: rgba(5, 17, 32, .72);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .20);
}

/* --- HUDのコーナー装飾。情報より目立たせない --- */
.gc-hero__support::before,
.gc-hero__support::after,
.gc-hero__supporthud::before,
.gc-hero__supporthud::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 0 solid rgba(45, 200, 245, .55);
  pointer-events: none;
}
.gc-hero__support::before { left: -1px;  top: -1px;    border-left-width: 2px;  border-top-width: 2px;    border-top-left-radius: 14px; }
.gc-hero__support::after  { right: -1px; top: -1px;    border-right-width: 2px; border-top-width: 2px;    border-top-right-radius: 14px; }
.gc-hero__supporthud::before { left: -1px;  bottom: -1px; border-left-width: 2px;  border-bottom-width: 2px; border-bottom-left-radius: 14px; }
.gc-hero__supporthud::after  { right: -1px; bottom: -1px; border-right-width: 2px; border-bottom-width: 2px; border-bottom-right-radius: 14px; }
/* 4隅のコーナーを描く土台。左下には小さなダッシュも1本だけ引く */
.gc-hero__supporthud {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(90deg, rgba(45,200,245,.42) 0 6px, transparent 6px 11px);
  background-repeat: no-repeat;
  background-size: 40px 1px;
  background-position: 26px calc(100% - 4px);
}

/* --- タイトル行 --- */
.gc-hero__supporttitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 11px;
  line-height: 1;
}
.gc-hero__supporticon { width: 17px; height: 17px; color: var(--gc-cyan); flex: none; }
.gc-hero__supportlabel {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #dff4ff;
  white-space: nowrap;
}
.gc-hero__supportline {
  flex: 1 1 auto;
  height: 1px;
  min-width: 20px;
  background: linear-gradient(90deg, rgba(45,200,245,.10), rgba(45,200,245,.55));
}
.gc-hero__supportbars {
  flex: none;
  width: 44px;
  height: 9px;
  background: repeating-linear-gradient(90deg, rgba(45,200,245,.62) 0 2px, transparent 2px 5px);
}

/* --- 3カード --- */
.gc-support {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.gc-support__item a {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 13px;
  border: 1px solid rgba(52, 125, 170, .45);
  border-radius: 12px;
  background: rgba(7, 21, 39, .82);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.gc-support__item a:hover {
  transform: translateY(-2px);
  border-color: rgba(40, 210, 255, .7);
}
.gc-support__item a:focus-visible { outline: 2px solid var(--gc-cyan); outline-offset: 2px; }
.gc-support .gc-support__ico { width: 30px; height: 30px; flex: none; }

/* PCではテキスト幅（52%）より少しはみ出させて、説明文を1行に収める。
   キャラクターの左端（1440pxで x=947 / パネル右端は x=860）には掛からない範囲。 */
@media screen and (min-width: 1200px) {
  .gc-hero--haschar .gc-hero__support { width: calc(100% + 120px); max-width: none; }
}
.gc-support__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.gc-support__name { font-size: 13px; font-weight: 700; color: #eaf3fb; line-height: 1.3; }
.gc-support__desc { font-size: 11px; color: var(--gc-muted); line-height: 1.4; }

@media (prefers-reduced-motion: reduce) {
  .gc-support__item a { transition: none; }
  .gc-support__item a:hover { transform: none; }
}

/* --- タブレット：3列が窮屈なら横スクロールに切り替える --- */
@media screen and (max-width: 1024px) {
  .gc-hero__support { padding: 12px 14px 14px; }
  .gc-support { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .gc-support__item a { padding: 11px 11px; gap: 9px; }
}

/* --- タブレット：文字を縮めて3列を保たず「2列＋1列」にする --- */
@media screen and (max-width: 860px) {
  .gc-support { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gc-support__item:last-child { grid-column: 1 / -1; }
  .gc-support__item a { padding: 13px 14px; }
}

/* --- スマホ：縦に積むとHeroが伸びすぎるので、1カードずつの横スワイプにする --- */
@media screen and (max-width: 480px) {
  .gc-hero__support { padding: 11px 12px 13px; }
  .gc-hero__supportlabel { font-size: 12.5px; }
  .gc-hero__supportbars { width: 34px; }
  .gc-support {
    display: flex;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
  }
  .gc-support::-webkit-scrollbar { display: none; }
  /* 中途半端に次のカードが覗かないよう、1枚をきっちり見せる */
  .gc-support__item { flex: 0 0 100%; scroll-snap-align: start; }
  .gc-support__item:last-child { grid-column: auto; }
  .gc-support__name { font-size: 13.5px; }
  .gc-support__desc { font-size: 11.5px; }
}

/* ==========================================================================
   第12弾 今週のおすすめをカルーセル化（2026-08-18）
   取得を8件→10件にし、左右の矢印で4枚ぶん送れるようにする。
   中身は素の横スクロールのままなので、JSが動かなくても全件見られる。
   ========================================================================== */
.gc-carousel { position: relative; }

/* 停止位置を必ず揃える（カードが見切れたまま止まらない） */
.gc-cards { scroll-snap-type: x mandatory; scroll-padding-left: 0; }

.gc-carousel__nav {
  position: absolute;
  top: 70px;                      /* 16:9サムネイル（1360px時は高さ176px）の中央に合わせる */
  z-index: 3;
  width: 38px;
  height: 38px;
  display: none;                  /* スクロールが必要なときだけ出す */
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(52, 125, 170, .55);
  border-radius: 999px;
  background: rgba(6, 16, 30, .84);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  color: #dff1ff;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, opacity .18s ease;
}
.gc-carousel.is-scrollable .gc-carousel__nav { display: flex; }
.gc-carousel__nav svg { width: 18px; height: 18px; }
.gc-carousel__nav--prev { left: -8px; }
.gc-carousel__nav--next { right: -8px; }
.gc-carousel__nav:hover { border-color: rgba(40, 210, 255, .75); background: rgba(9, 24, 42, .92); }
.gc-carousel__nav:focus-visible { outline: 2px solid var(--gc-cyan); outline-offset: 2px; }
.gc-carousel__nav[disabled] { opacity: .3; cursor: default; }
.gc-carousel__nav[disabled]:hover { border-color: rgba(52, 125, 170, .55); background: rgba(6, 16, 30, .84); }

/* キーボードで横スクロールできるようにフォーカスを受けるが、枠は出しすぎない */
.gc-cards:focus { outline: none; }
.gc-cards:focus-visible { outline: 2px solid rgba(32, 224, 255, .45); outline-offset: 4px; }

/* 画面が狭いとカードも小さくなるので、サムネイル中央の位置を詰める */
@media screen and (max-width: 1199px) {
  .gc-carousel__nav { top: 52px; }
}

/* タッチ環境はスワイプで足りるので矢印を出さない */
@media screen and (max-width: 1024px) {
  .gc-carousel.is-scrollable .gc-carousel__nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .gc-carousel__nav { transition: none; }
}

/* ==========================================================================
   第13弾 今週のおすすめのラベル（2026-08-18）
   ランキングではないので順位番号をやめ、全カード共通の「PICKUP」ラベルにする。
   ========================================================================== */
.gc-card__badge {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  display: inline-flex; align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 7px;
  background: linear-gradient(140deg, var(--gc-cyan-dim), var(--gc-violet));
  color: #04101c;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1;
  white-space: nowrap;
}

/* ==========================================================================
   第14弾 記事本文の読みやすさ（2026-08-18）
   1) 本文の箱に左右の余白が無く、文字が枠にくっついていた
   2) アプリーチが白背景のまま暗い紙面に浮き、しかも
      body.gc-theme p { color:#dbe4ee } が効いて「開発元／価格」が白地に薄いグレーで読めなかった
   ========================================================================== */

/* -------------------------------------------------- 本文の左右余白 */
body.gc-theme .cps-post-main {
  padding: 26px 30px 32px;
  box-sizing: border-box;
}
/* 箱いっぱいに見せたい要素は、余白ぶんだけ外へ出す */
body.gc-theme .cps-post-main > .wp-block-image.full-bleed,
body.gc-theme .cps-post-main > figure.full-bleed {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  max-width: none;
}

@media screen and (max-width: 1024px) {
  body.gc-theme .cps-post-main { padding: 22px 22px 26px; }
  body.gc-theme .cps-post-main > .wp-block-image.full-bleed,
  body.gc-theme .cps-post-main > figure.full-bleed {
    margin-left: -22px; margin-right: -22px; width: calc(100% + 44px);
  }
}

@media screen and (max-width: 600px) {
  body.gc-theme .cps-post-main { padding: 18px 16px 22px; }
  body.gc-theme .cps-post-main > .wp-block-image.full-bleed,
  body.gc-theme .cps-post-main > figure.full-bleed {
    margin-left: -16px; margin-right: -16px; width: calc(100% + 32px);
  }
}

/* -------------------------------------------------- アプリーチを紙面に合わせる
   記事内の <style id="appreach-css"> は body の後方にあるため、
   同じ詳細度だと後勝ちで負ける。クラス2つ以上で上書きする。 */
body.gc-theme .appreach {
  background: rgba(9, 22, 40, .92);
  border: 1px solid rgba(52, 125, 170, .45);
  border-radius: 12px;
  color: #dbe4ee;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .18);
}
body.gc-theme .appreach .appreach__name { color: #eaf3fb; }
body.gc-theme .appreach .appreach__info,
body.gc-theme .appreach .appreach__info span,
body.gc-theme .appreach .appreach__developper,
body.gc-theme .appreach .appreach__price,
body.gc-theme .appreach .appreach__posted,
body.gc-theme .appreach .appreach__posted a { color: #9fb3c8; }
/* 透過アイコンが暗い背景に沈まないよう、下に白を敷く */
body.gc-theme .appreach .appreach__icon {
  background: #fff;
  object-fit: contain;
}

/* -------------------------------------------------- 追従サイドバーの暴走（スマホ・タブレット）
   JINの followwidget.js は #sidebar に inline で position:fixed / bottom / left を付ける。
   1カラムになる幅ではサイドバーが本文と同じ幅になるため、記事の上に重なって文字が読めなくなる。
   インラインstyleより強い !important で、狭い画面では必ず通常フローに戻す。 */
@media screen and (max-width: 1024px) {
  body.gc-theme #sidebar {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    margin: 0 0 30px !important;
  }
}

/* ==========================================================================
   第18弾 Hero背景を新素材（bg2）へ差し替え（2026-08-18）
   旧素材は右62%だけに敷いていたが、新素材は
   「左にHUD／中央に発光する床／右に都市」で1枚の絵として完成しているため、
   Hero全面に敷く。左は素材自体が暗いので、文字の下だけ軽く沈めれば足りる。
   ※ body.gc-theme img (0,1,2) に負けないよう、必ずクラス2つで指定する。
   ========================================================================== */
.gc-hero .gc-hero__bgimg {
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Heroは素材よりかなり横長（1360x547 に対し素材は1494x1053）なので、
     縦は約57%しか映らない。文字と人物の間に「GAME RANKING」パネルが収まる 44% を採用。
     ここを下げると床の光の輪が入るが、サポートパネルに隠れて効果が出ない。 */
  object-position: center 44%;
  opacity: .92;
  -webkit-mask-image: none;
          mask-image: none;
}

/* 見出しと説明文の下だけ沈めて可読性を確保する */
.gc-hero::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 56%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4, 11, 22, .80) 0%, rgba(4, 11, 22, .44) 62%, transparent 100%);
}

@media screen and (max-width: 1024px) {
  /* 縦積みでは人物と文字が主役。背景は全面のまま少し落とす */
  .gc-hero .gc-hero__bgimg {
    height: 100%;
    top: 0;
    bottom: auto;
    opacity: .55;
    object-position: center 62%;
  }
  .gc-hero::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(4, 11, 22, .78) 0%, rgba(4, 11, 22, .42) 46%, rgba(4, 11, 22, .70) 100%);
  }
}

/* ==========================================================================
   第20弾 新着レビューのページ送り（2026-08-18）
   丸いボタンで 1 2 3 4 5 … 42。現在地はサイトのアクセント（シアン→バイオレット）で塗る。
   ========================================================================== */
.gc-pager { margin: 16px 0 2px; }
.gc-pager ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.gc-pager__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(52, 125, 170, .45);
  background: rgba(7, 21, 39, .82);
  color: #cddced !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
}
a.gc-pager__item:hover {
  border-color: rgba(40, 210, 255, .7);
  background: rgba(11, 30, 52, .92);
  transform: translateY(-1px);
}
a.gc-pager__item:focus-visible { outline: 2px solid var(--gc-cyan); outline-offset: 2px; }
.gc-pager__item.is-current {
  background: linear-gradient(140deg, var(--gc-cyan-dim), var(--gc-violet));
  border-color: transparent;
  color: #04101c !important;
}
.gc-pager__gap {
  color: var(--gc-muted);
  font-size: 13px;
  padding: 0 2px;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .gc-pager__item { transition: none; }
  a.gc-pager__item:hover { transform: none; }
}

@media screen and (max-width: 480px) {
  .gc-pager ul { gap: 6px; }
  .gc-pager__item { width: 32px; height: 32px; font-size: 12.5px; }
}

/* ==========================================================================
   第22弾 スマホ専用ヒーロー画像（2026-08-19）
   1024px以下は 文章→吹き出し→人物 の縦積み（order:1/2/3）だが、ボタン・サポート
   パネル分だけ人物が下に離れ「バラバラ」に見える、とユーザー指摘。
   ユーザー提供のスマホ専用透過PNG（.gc-hero__figmobile）を見出しの右横に配置し、
   PC用の大きい人物（.gc-hero__figure）はスマホでは非表示にする。
   .gc-hero__top / .gc-hero__copy / .gc-hero__figmobile はこの対応のために front-page.php
   へ追加した新しいラッパーで、CSS指定が無いPC幅では通常のブロック要素として振る舞う
   （＝PCレイアウトに影響しない）。
   ========================================================================== */
.gc-hero__figmobile { display: none; }

@media screen and (max-width: 768px) {
  .gc-hero__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .gc-hero__copy { flex: 1 1 auto; min-width: 0; }
  .gc-hero--haschar .gc-hero__copy { max-width: 62%; }
  /* 見出しは2行想定（「、」で改行）で組んであるが、62%幅だと26px前提のままでは
     1行目「次に遊ぶ一本が、」が入りきらず更に折り返して4行になり窮屈だった。
     このレイアウト専用にフォントを少し縮めて2行に収める。 */
  .gc-hero__copy .gc-hero__lead { font-size: 20px; line-height: 1.32; }
  .gc-hero__copy .gc-hero__desc { font-size: 13px; line-height: 1.65; }

  .gc-hero__figmobile {
    display: flex;
    flex: 0 0 34%;
    justify-content: flex-end;
    align-items: flex-start;
    pointer-events: none;
  }
  .gc-hero__figmobile img {
    width: 100%;
    max-width: 168px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* PC用の大きい人物・グロー・背景装飾はスマホでは出さない（見出し横の新画像に置き換え） */
  .gc-hero__figure,
  .gc-hero__glow { display: none !important; }

  /* 「ゲーム選びに迷ったら〜」の吹き出しは、CTA・サポート枠の下に来て邪魔なのでスマホでは非表示 */
  .gc-hero__balloon { display: none !important; }

  /* 「ゲーム選びをサポート」HUDパネルもCTAボタンと内容が重複して邪魔なのでスマホでは非表示 */
  .gc-hero__support { display: none !important; }
}

@media screen and (max-width: 480px) {
  .gc-hero__figmobile img { max-width: 128px; }
}
