@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===== 作品紹介テーブル ===== */
.product-table {
  width: 100%;
  border-collapse: collapse;
  background: #1a1020;
  border: 1px solid rgba(150, 80, 200, 0.3);
  overflow: hidden;
}
.product-table th {
  background: linear-gradient(135deg, #2d1050, #1a0838);
  color: #d4a8ff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 10px 16px;
  text-align: left;
  width: 30%;
  border-bottom: 1px solid rgba(150, 80, 200, 0.25);
  border-right: 1px solid rgba(150, 80, 200, 0.2);
}
.product-table td {
  background: #120d1a;
  color: #e8ddf5;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(150, 80, 200, 0.15);
}
.product-table tr:last-child th,
.product-table tr:last-child td { border-bottom: none; }
.product-table tr:hover th,
.product-table tr:hover td { background: rgba(150, 80, 200, 0.08); }
.stars { color: #b060ff; letter-spacing: 2px; }
.table-btn {
  display: inline-block;
  background: linear-gradient(135deg, #6a20b0, #9040e0);
  color: #fff;
  font-size: 12px;
  padding: 6px 20px;
  border-radius: 2px;
  letter-spacing: 1px;
  text-decoration: none;
}
.table-btn:hover { opacity: 0.8; }

/* ===== 横型テーブル ===== */
.product-table-v {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(150, 80, 200, 0.3);
  table-layout: fixed;
}
.product-table-v th {
  background: linear-gradient(135deg, #2d1050, #1a0838);
  color: #d4a8ff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid rgba(150, 80, 200, 0.3);
}
.product-table-v th:last-child { border-right: none; }
.product-table-v td {
  background: #120d1a;
  color: #e8ddf5;
  font-size: 13px;
  font-weight: 300;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid rgba(150, 80, 200, 0.15);
  border-top: 1px solid rgba(150, 80, 200, 0.15);
}
.product-table-v td:last-child { border-right: none; }
.product-table-v tr:hover td { background: rgba(150, 80, 200, 0.08); }

/* ===== 文字装飾 ===== */
.bold-red { font-weight: bold; color: #e03030; }
.bold-pink { font-weight: bold; color: #e0408a; }
.bold-purple { font-weight: bold; color: #8040c0; }
.underline-red { text-decoration: underline; text-decoration-color: #e03030; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.underline-pink { text-decoration: underline; text-decoration-color: #e0408a; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.underline-purple { text-decoration: underline; text-decoration-color: #8040c0; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.marker-red { background: linear-gradient(transparent 60%, rgba(224,48,48,0.3) 60%); }
.marker-purple { background: linear-gradient(transparent 60%, rgba(128,64,192,0.3) 60%); }
.bg-pink { background: #ffe0ee; padding: 1px 6px; border-radius: 2px; }

/* ===== 年齢確認 ===== */
#age-gate {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#age-gate-box {
    background: #fff;
    padding: 50px 60px;
    text-align: center;
    border-radius: 4px;
    max-width: 420px;
    width: 90%;
}
#age-gate-box h2 { font-size: 22px; margin-bottom: 16px; }
#age-gate-box p { font-size: 15px; color: #555; margin-bottom: 30px; }
.age-gate-btns { display: flex; gap: 16px; justify-content: center; }
.age-gate-btns button { padding: 12px 40px; font-size: 15px; border: none; border-radius: 4px; cursor: pointer; }
#age-yes { background: #e03030; color: #fff; }
#age-no { background: #ccc; color: #333; }

/* ===== リスト ===== */
.list-border-purple {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.list-border-purple li {
  padding: 8px 0 8px 16px;
  border-left: 3px solid #8040c0;
  margin-bottom: 6px;
  background: rgba(128,64,192,0.2);
}

/* ===== 番号リスト ===== */
.ol-border {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  counter-reset: ol-counter;
}
.ol-border li {
  padding: 8px 12px;
  border-bottom: 1px solid #222;
  counter-increment: ol-counter;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ol-border li::before {
  content: counter(ol-counter);
  background: linear-gradient(135deg, #e03030, #8040c0);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}
/* ===== PRバッジ ===== */
.pr-badge {
  display: inline-block;
  border: 1px solid #888;
  color: #aaa;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 2px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}
/* ===== 囲みB 左ライン赤 ===== */
.box-b {
  border-left: 4px solid #c8001e;
  background: #111;
  margin-bottom: 24px;
  overflow: hidden;
}
.box-b-title {
  background: rgba(200,0,30,0.15);
  padding: 8px 16px;
  font-size: 13px;
  font-weight: bold;
  color: #ff6060;
  letter-spacing: 1px;
}
.box-b-body {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.8;
}

/* ===== 囲みC 紫グラデーション ===== */
.box-c {
  border: 1px solid #2a2a2a;
  border-radius: 4px;
  margin-bottom: 24px;
  overflow: hidden;
}
.box-c-title {
  background: linear-gradient(135deg, #2d1050, #1a0838);
  padding: 10px 16px;
  font-size: 13px;
  font-weight: bold;
  color: #d4a8ff;
  letter-spacing: 2px;
}
.box-c-body {
  background: #0f0a18;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.8;
}
/* ===== 引用 ===== */
.quote-bc {
  position: relative;
  border-left: 4px solid #c8001e;
  padding: 14px 20px 14px 56px;
  margin: 0 0 24px;
  background: rgba(200,0,30,0.06);
  color: #ccc;
  font-size: 13px;
  line-height: 1.9;
  border-radius: 0 4px 4px 0;
}
.quote-bc::before {
  content: '\201C';
  position: absolute;
  left: 12px;
  top: 6px;
  font-size: 52px;
  color: rgba(200,0,30,0.4);
  font-family: Georgia, serif;
  line-height: 1;
}
/* ===== 見出しH1〜H4 ===== */
h1 {
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(200,0,30,0.2), transparent);
  border-left: 4px solid #c8001e;
  padding: 14px 20px;
  margin: 0 0 20px;
  letter-spacing: 1px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(200,0,30,0.1), transparent);
  border-left: 3px solid #c8001e;
  padding: 10px 16px;
  margin: 0 0 16px;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(128,64,192,0.1), transparent);
  border-left: 2px solid #8040c0;
  padding: 8px 14px;
  margin: 0 0 14px;
}
h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 6px 0 6px 14px;
  margin: 0 0 12px;
  color: #bbb;
  border-left: 1px solid #333;
}
/* ===== 目次 ===== */
.p-toc {
  background: #0f0a18 !important;
  border-left: 3px solid #8040c0 !important;
  border-top: 1px solid rgba(128,64,192,0.3) !important;
  border-right: 1px solid rgba(128,64,192,0.3) !important;
  border-bottom: 1px solid rgba(128,64,192,0.3) !important;
  padding: 20px 24px !important;
  border-radius: 0 4px 4px 0 !important;
}
.p-toc__ttl {
  font-size: 12px !important;
  letter-spacing: 3px !important;
  color: #d4a8ff !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(128,64,192,0.2) !important;
  display: block !important;
  margin-bottom: 14px !important;
}
.p-toc__list.is-style-index {
  counter-reset: toc-index !important;
}
.p-toc__list.is-style-index > li {
  counter-increment: toc-index !important;
  padding: 7px 0 7px 36px !important;
  position: relative !important;
  font-size: 13px !important;
  list-style: none !important;
  margin-left: 0 !important;
}
.p-toc__list.is-style-index > li::before {
  content: counter(toc-index) !important;
  position: absolute !important;
  left: 0 !important;
  background: linear-gradient(135deg, #2d1050, #1a0838) !important;
  color: #d4a8ff !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10px !important;
  top: 6px !important;
}
ol.is-style-index ol > li,
ol.is-style-index > li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.p-toc__childList {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 4px 0 4px 36px !important;
  border-left: 1px solid rgba(128,64,192,0.3) !important;
}
.p-toc__childList li {
  padding: 4px 0 4px 14px !important;
  position: relative !important;
  font-size: 12px !important;
  color: #888 !important;
  list-style: none !important;
  margin-left: 0 !important;
}
.p-toc__childList li::before {
  content: '–' !important;
  position: absolute !important;
  left: 2px !important;
  color: #8040c0 !important;
  top: 4px !important;
}
.p-toc__link {
  color: #bbb !important;
  text-decoration: none !important;
}
.p-toc__link:hover {
  color: #d4a8ff !important;
}