
/************************************
  ▶ 超電磁砲2 記事専用の補助CSS
************************************/

/* ★記事タイトル */
.article-header h1 {
  line-height: 1.45;
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
}

/* ★レールガンっぽいテーマ色（アクセントカラー） */
:root {
  --railgun-accent: #ff4b7a;     /* ピンク寄りのレールガン系カラー */
  --railgun-light: #fff1f6;      /* 薄ピンク背景 */
}

/* ★記事内の見出し h2 用 */
.article .section-title {
  border-left: 6px solid var(--railgun-accent);
  padding-left: 0.6rem;
  background: linear-gradient(90deg, var(--railgun-light), transparent 60%);
  border-radius: 4px;
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
}

/* ★強調部分（No Loss GAMEの説明など） */
.article strong {
  color: var(--railgun-accent);
  font-weight: 700;
}

/* ★リード文（冒頭説明） */
.article-lead {
  border-left: 5px solid var(--railgun-accent) !important;
  background: var(--railgun-light);
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  border-radius: 4px;
  font-size: 1rem;
}

/* ★スペック表 */
.spec-table th {
  background: var(--railgun-light);
  color: #444;
  font-weight: 600;
}

.spec-table td {
  background: #fff;
}

/* ★カード枠 */
.article .card {
  border: 1px solid #ffdce7;
}

/* ★良い点・悪い点のリスト */
.article .card h3 {
  margin-bottom: 0.4rem;
  color: var(--railgun-accent);
}

/* ★記事中の箇条書き */
.article ul li {
  line-height: 1.6;
  margin-bottom: 0.35rem;
}

/* ★スマホ時 */
@media (max-width: 768px) {

  .article-header h1 {
    font-size: 1.45rem;
  }

  .article .section-title {
    font-size: 1.22rem;
  }

  .article-lead {
    font-size: 0.95rem;
  }

  .spec-table {
    font-size: 0.85rem;
  }
}
/* ------------------------------
   全体の基本設定
------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  color: #333;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.4;
}

.marker {
  background: linear-gradient(transparent 60%, #fff799 60%);
}

/* ------------------------------
   ヘッダー
------------------------------ */
.site-header {
  background: #222;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: #ddd;
  text-decoration: none;
  font-size: 15px;
}

.site-nav a:hover {
  color: #fff;
}

/* ------------------------------
   記事全体
------------------------------ */
.main-content {
  padding-bottom: 40px;
}

.slot-article {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

/* 記事ヘッダー */
.article-header {
  margin-bottom: 25px;
}

.article-category {
  font-size: 14px;
  color: #ff5555;
  font-weight: bold;
  margin-bottom: 10px;
}

.article-title {
  margin-top: 0;
  font-size: 28px;
}

.article-meta {
  font-size: 13px;
  color: #666;
}

/* 画像 */
.machine-figure, .flow-figure {
  margin: 20px 0;
  text-align: center;
}

.machine-figure figcaption,
.flow-figure figcaption {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}

/* ------------------------------
   セクション
------------------------------ */
.article-section {
  margin-bottom: 45px;
}

.article-section h2 {
  font-size: 23px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 5px solid #ff5c5c;
}

.article-section h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

.article-section p {
  margin: 10px 0;
}

/* ------------------------------
   基本情報の表
------------------------------ */

.machine-summary dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.machine-summary dt,
.machine-summary dd {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.machine-summary div {
  width: 50%;
  display: flex;
}

.machine-summary dt {
  width: 40%;
  background: #fafafa;
  font-weight: bold;
  color: #555;
}

.machine-summary dd {
  width: 60%;
  color: #333;
}

/* スペック表 */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.spec-table th,
.spec-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: center;
}

.spec-table th {
  background: #fafafa;
  font-weight: bold;
}

/* 注意書き */
.note {
  font-size: 13px;
  color: #666;
}

/* ------------------------------
   評価・レビュー
------------------------------ */

.pros-cons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pros, .cons {
  width: 48%;
  background: #fafafa;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.pros h3, .cons h3 {
  margin-top: 0;
  padding-left: 10px;
  border-left: 4px solid #4caf50;
}

.cons h3 {
  border-left-color: #f44336;
}

.pros ul, .cons ul {
  margin: 0;
  padding-left: 18px;
}

.manage-comment {
  background: #fff8e1;
  padding: 15px;
  border-radius: 10px;
  margin-top: 25px;
  border: 1px solid #ffe59e;
}

/* ------------------------------
   おすすめリスト
------------------------------ */
.recommend-list {
  padding-left: 20px;
}

.recommend-list li {
  margin-bottom: 8px;
}

/* ------------------------------
   まとめ
------------------------------ */
.article-summary {
  background: #fefefe;
  padding: 20px;
  border-left: 5px solid #ff5c5c;
  border-radius: 6px;
}

/* ------------------------------
   フッター
------------------------------ */
.site-footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 20px 0;
  margin-top: 40px;
  font-size: 14px;
}

.site-footer a {
  color: #fff;
}
/* ==============================
   基本設定
============================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f7;
  color: #333;
  line-height: 1.8;
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #ff4d9a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1.4;
  color: #222;
}

/* マーカー共通 */
.marker {
  background: linear-gradient(transparent 60%, #fff799 60%);
}

/* 備考・注釈共通 */
.note {
  font-size: 12.5px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}


/* ==============================
   ヘッダー
============================== */

.site-header {
  background: #222;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 20px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-title {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.site-nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.site-nav a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.site-nav a:hover {
  color: #fff;
}


/* ==============================
   メイン記事枠
============================== */

.main-content {
  padding-bottom: 40px;
}

.slot-article {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

/* 記事ヘッダー */
.article-header {
  margin-bottom: 25px;
}

.article-category {
  font-size: 13px;
  color: #ff5555;
  font-weight: bold;
  margin-bottom: 10px;
}

.article-title {
  margin-top: 0;
  font-size: 26px;
}

.article-meta {
  font-size: 12px;
  color: #777;
}

/* 記事内の画像（筐体・フロー） */
.machine-figure,
.flow-figure {
  margin: 20px 0;
  text-align: center;
}

.machine-figure img,
.flow-figure img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

.machine-figure figcaption,
.flow-figure figcaption {
  font-size: 12px;
  color: #777;
  margin-top: 4px;
}


/* ==============================
   汎用セクション（ゲーム性・魅力など）
============================== */

.article-section {
  margin-top: 32px;
  padding: 22px 20px;
  border-radius: 14px;
  background:
    radial-gradient(circle at top left, rgba(255,92,184,0.08), transparent 60%),
    radial-gradient(circle at bottom right, rgba(80,150,255,0.06), transparent 60%),
    #ffffff;
  border: 1px solid #ececec;
}

.article-section:first-of-type {
  margin-top: 10px;
}

.article-section > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  border-left: 6px solid #ff5cb8;
  padding-left: 12px;
  font-size: 22px;
}

.article-section h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-left: 4px solid #ff80c8;
  background: rgba(255,128,200,0.07);
  border-radius: 6px;
  font-size: 18px;
}

.article-section p {
  margin: 8px 0;
  line-height: 1.8;
}

.article-section ul {
  margin: 10px 0 18px;
  padding-left: 20px;
}

.article-section ul li {
  margin-bottom: 6px;
  line-height: 1.7;
}

.article-section strong {
  color: #d81b60;
  font-weight: 700;
}
/************************************
  ▶ スマスロ マギアレコード 記事用CSS
************************************/

.magireco-article {
  /* ちょっとだけ余白を広めに */
  padding: 1.5rem;
}

/* タイトル周り */
.magireco-article .article-header h1 {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2b1538;           /* まどマギっぽい少し濃い紫 */
}

/* セクション見出し */
.magireco-article .section-title {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.6rem 0.4rem 0.8rem;
  border-left: 6px solid #ff6fb5;       /* ピンク系アクセント */
  background: linear-gradient(90deg, #ffe7f4, transparent 60%);
  border-radius: 4px;
}

/* リード文（冒頭の説明） */
.magireco-article .article-lead {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #fff3fb;
  border-left: 5px solid #ff6fb5;
  border-radius: 4px;
  font-size: 1rem;
}

/* テキスト強調 */
.magireco-article strong {
  color: #d43686;
  font-weight: 700;
}

/* スペック表調整 */
.magireco-article .spec-table th {
  background: #ffe7f4;
  color: #3a2545;
  font-weight: 600;
}

.magireco-article .spec-table td {
  background: #ffffff;
}

/* 良い点・微妙な点などのカード */
.magireco-article .card {
  border: 1px solid #ffd3eb;
}

.magireco-article .card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #d43686;
}

/* 箇条書き */
.magireco-article ul {
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
}

.magireco-article ul li {
  margin-bottom: 0.35rem;
  line-height: 1.6;
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .magireco-article {
    padding: 1rem;
  }

  .magireco-article .article-header h1 {
    font-size: 1.45rem;
  }

  .magireco-article .section-title {
    font-size: 1.22rem;
  }

  .magireco-article .spec-table {
    font-size: 0.85rem;
  }
}
/************************************
  ▶ スマスロ 東京リベンジャーズ 記事用CSS
************************************/

.tokyo-rev-article {
  padding: 1.5rem;
}

/* タイトル周り */
.tokyo-rev-article .article-header h1 {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #1f2833; /* 少し硬派なダークグレー */
}

/* セクション見出し（東卍カラー意識の赤寄り） */
.tokyo-rev-article .section-title {
  font-size: 1.35rem;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.6rem 0.4rem 0.8rem;
  border-left: 6px solid #e53935; /* 赤系アクセントカラー */
  background: linear-gradient(90deg, #ffe5e5, transparent 60%);
  border-radius: 4px;
}

/* リード文（冒頭） */
.tokyo-rev-article .article-lead {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #fff2f2;
  border-left: 5px solid #e53935;
  border-radius: 4px;
  font-size: 1rem;
}

/* 強調 */
.tokyo-rev-article strong {
  color: #c62828;
  font-weight: 700;
}

/* スペック表 */
.tokyo-rev-article .spec-table th {
  background: #ffe5e5;
  color: #3a2626;
  font-weight: 600;
}

.tokyo-rev-article .spec-table td {
  background: #ffffff;
}

/* 良い点・悪い点などのカード */
.tokyo-rev-article .card {
  border: 1px solid #ffcccc;
}

.tokyo-rev-article .card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #c62828;
}

/* 箇条書き */
.tokyo-rev-article ul {
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
}

.tokyo-rev-article ul li {
  margin-bottom: 0.35rem;
  line-height: 1.6;
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .tokyo-rev-article {
    padding: 1rem;
  }

  .tokyo-rev-article .article-header h1 {
    font-size: 1.45rem;
  }

  .tokyo-rev-article .section-title {
    font-size: 1.22rem;
  }

  .tokyo-rev-article .spec-table {
    font-size: 0.85rem;
  }
}
/************************************
  ▶ タコ負けメンタルコラム用CSS
************************************/

.mental-article {
  padding: 1.5rem;
}

/* タイトル周り */
.mental-article .article-header h1 {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #253238;
}

/* セクション見出し：ちょいポップなオレンジ */
.mental-article .section-title {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.7rem;
  border-left: 6px solid #ff9800;
  background: linear-gradient(90deg, #fff3e0, transparent 60%);
  border-radius: 4px;
}

/* リード文 */
.mental-article .article-lead {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: #fff8e1;
  border-left: 5px solid #ffb74d;
  border-radius: 4px;
  font-size: 1rem;
}

/* 強調テキスト */
.mental-article strong {
  color: #fb8c00;
  font-weight: 700;
}

/* 箇条書き */
.mental-article ul {
  margin-bottom: 0.9rem;
  padding-left: 1.2rem;
}

.mental-article ul li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
}

/* カード系ボックス */
.mental-article .card {
  border: 1px solid #ffe0b2;
}

.mental-article .card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #f57c00;
}

/* 注意書きっぽいボックス */
.mental-article .mental-note {
  margin-top: 1.2rem;
  padding: 0.9rem 1rem;
  border-radius: 4px;
  background: #ffebee;
  border-left: 5px solid #f44336;
  font-size: 0.95rem;
  color: #b71c1c;
}

/* スマホ最適化 */
@media (max-width: 768px) {
  .mental-article {
    padding: 1rem;
  }

  .mental-article .article-header h1 {
    font-size: 1.45rem;
  }

  .mental-article .section-title {
    font-size: 1.2rem;
  }
}
