@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/

/* ============================================================
 * 目次
 *
 * 1. 作品ページ専用パーツ
 *    1-1. アイキャッチ
 *    1-2. ヘッダー自由欄
 *    1-3. シリーズテーブル
 *    1-4. シリーズリスト
 *    1-5. 作品情報テーブル
 *    1-6. VODセクション共通
 *    1-7. ランクイン歴
 *    1-8. 類似作品カルーセル
 *    1-9. 見る順番
 *
 * 2. VODプロモーションブロック
 *    2-1. 無料期間テキスト
 *    2-2. VODリンクボックス
 *    2-3. CTAボタン
 *
 * 3. 汎用コンテンツスタイル（.entry-content）
 *    3-1. 見出し H2–H4
 *    3-2. 段落・リンク
 *    3-3. UL / OL
 *    3-4. テーブル
 *    3-5. 引用 BLOCKQUOTE
 *    3-6. 水平線 HR
 *    3-7. 定義リスト DL
 *    3-8. コード CODE / PRE
 *    3-9. マーク・画像キャプション
 *    3-10. ユーティリティ（ボックス・ボタン）
 *
 * 4. 共通ユーティリティ
 * 5. レスポンシブ
 * ============================================================ */


/* ============================================================
 * 1. 作品ページ専用パーツ
 * ============================================================ */

/* --- 1-1. アイキャッチ --- */
.sakuhin-img          { margin: 0 0 1.5em; text-align: center; }
.sakuhin-img img      { max-width: 100%; height: auto; border-radius: 6px; }

/* --- 1-2. ヘッダー自由欄 --- */
.opus_head_free {
  margin-bottom: 2em;
  padding: 1em 1.2em;
  background: #f9f9f9;
  border-radius: 6px;
  line-height: 1.8;
}


/* --- 1-4. シリーズリスト --- */
.box-sakuhin {
  margin-bottom: 2em;
  padding: 1.2em 1.5em;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}
.box-sakuhin ol { padding-left: 1.5em; margin: 0.5em 0 1em; }

/* --- 1-6. VODセクション共通 --- */
.vod-section {
  margin:0;
  padding:0;
  background: #fff;
}
.vod-section h2 { margin-top: 0; font-size: 1.15em; }

/* --- 1-7. ランクイン歴 --- */
.box-rankin            { margin: 2em 0; }
.box-rankin_box        { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- 1-8. 類似作品カルーセル --- */
.box-ruiji             { margin: 2em 0; }
.carousel-design02 {
  display: flex;
  overflow-x: auto;
  gap: 12px;
  padding: 8px 0 12px;
  list-style: none;
  margin: 0;
}
.carousel-design02 li      { flex: 0 0 auto; width: 130px; text-align: center; }
.carousel-design02 li a    { display: block; text-decoration: none; color: #333; font-size: 0.82em; line-height: 1.4; }
.carousel-design02 li img  { width: 100%; height: auto; border-radius: 4px; margin-bottom: 4px; }

/* --- 1-9. 見る順番 --- */
.order_conts {
  margin: 2em 0;
  padding: 1.5em;
  background: #fffbf0;
  border: 2px solid #f0e6c8;
  border-radius: 8px;
}


/* ============================================================
 * 2. VODプロモーションブロック
 * ============================================================ */

/* --- 2-1. 無料期間テキスト --- */
.free_date {
  text-align: center;
  margin: 1.5em 0 1em;
  font-size: 1.1em;
  font-weight: bold;
}
.free_date .tenmetu {
  display: inline-block;
  padding: 6px 20px;
  background: #e74c3c;
  color: #fff;
  border-radius: 30px;
  font-size: 1em;
  animation: tenmetu 1.2s ease-in-out infinite;
}
@keyframes tenmetu {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.4; }
}

/* --- 2-2. VODリンクボックス --- */
.vod_link_box {
  margin: 0 auto 2em;
  padding: 1.5em;
  border: 3px solid #1a3c6e;
  border-radius: 12px;
  background: #fff;
  max-width: 640px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.vod_link_box_items_img     { text-align: center; margin-bottom: 1em; }
.vod_link_box_items_img img { width: 160px; height: auto; border-radius: 8px; }

.vod_link_box_items_spac {
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #ddd;
}
.vod_link_box_items_spac h3 { margin: 0 0 0.3em; font-size: 1.3em; color: #1a3c6e; }
.vod_link_box_items_spac p  { margin: 0.15em 0; font-size: 0.95em; color: #555; }

.vod_link_box_items_text    { margin-bottom: 1.2em; }
.vod_link_box_items_text ol.b {
  list-style: none;
  counter-reset: vod-list;
  padding: 0;
  margin: 0;
}
.vod_link_box_items_text ol.b li {
  counter-increment: vod-list;
  position: relative;
  padding: 0.5em 0 0.5em 2.2em;
  border-bottom: 1px dotted #eee;
  font-size: 0.92em;
  line-height: 1.6;
  color: #333;
}
.vod_link_box_items_text ol.b li:last-child { border-bottom: none; }
.vod_link_box_items_text ol.b li::before {
  content: counter(vod-list);
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 1.6em;
  height: 1.6em;
  background: #1a3c6e;
  color: #fff;
  border-radius: 50%;
  font-size: 0.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 2-3. CTAボタン --- */
.botan02 {
  display: block;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f5a623, #e8930c);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 8px;
  box-shadow: 0 4px 0 #c67a08;
  transition: all 0.2s;
}
.botan02:hover {
  background: linear-gradient(135deg, #e8930c, #d4800a);
  box-shadow: 0 2px 0 #c67a08;
  transform: translateY(2px);
}


/* ============================================================
 * 3. 汎用コンテンツスタイル（.entry-content）
 * ============================================================ */

/* --- 3-1. 見出し H2–H4 --- */
.entry-content h2 {
  position: relative;
  margin: 2.5em 0 1em;
  padding: 0.6em 0 0.6em 1em;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  border-left: 4px solid #3a6ea5;
  background: linear-gradient(135deg, #f0f5fa 0%, #f8fafc 100%);
  border-radius: 0 6px 6px 0;
}
.entry-content h3 {
  margin: 2em 0 0.8em;
  padding: 0.45em 0;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  border-bottom: 2px solid #3a6ea5;
}
.entry-content h4 {
  margin: 1.8em 0 0.6em;
  padding-left: 0.8em;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.4;
  color: #444;
  border-left: 3px solid #b0c4de;
}

/* --- 3-2. 段落・リンク --- */
.entry-content p {
  margin: 0 0 1.4em;
  line-height: 1.9;
}
.entry-content a {
  color: #3a6ea5;
  text-decoration: underline;
  text-decoration-color: rgba(58, 110, 165, 0.3);
  text-underline-offset: 2px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.entry-content a:hover {
  color: #2a5580;
  text-decoration-color: #2a5580;
}





/* --- 3-5. 引用 BLOCKQUOTE --- */
.entry-content blockquote {
  position: relative;
  margin: 1.5em 0 1.8em;
  padding: 1.5em 1.5em 1.2em 1.5em;
  background: #f9fafb;
  border-left: 4px solid #b0c4de;
  border-radius: 0 6px 6px 0;
  color: #555;
  font-size: 0.95em;
  line-height: 1.85;
}
.entry-content blockquote::before {
  content: "\201C";
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  font-size: 2.5em;
  color: #c8d6e5;
  font-family: Georgia, serif;
  line-height: 1;
}
.entry-content blockquote p              { margin-bottom: 0.6em; }
.entry-content blockquote p:last-child   { margin-bottom: 0; }
.entry-content blockquote cite {
  display: block;
  margin-top: 0.6em;
  font-size: 0.85em;
  color: #888;
  font-style: normal;
}
.entry-content blockquote cite::before { content: "—— "; }

/* --- 3-6. 水平線 HR --- */
.entry-content hr {
  border: none;
  margin: 2.5em auto;
  height: 1px;
  background: linear-gradient(to right, transparent, #c8d6e5 20%, #c8d6e5 80%, transparent);
}

/* --- 3-7. 定義リスト DL --- */
.entry-content dl {
  margin: 0 0 1.6em;
  padding: 1em 1.2em;
  background: #f8fafc;
  border: 1px solid #e8edf2;
  border-radius: 6px;
}
.entry-content dt {
  font-weight: 700;
  color: #3a6ea5;
  margin-top: 0.8em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #d0dbe8;
}
.entry-content dt:first-child { margin-top: 0; }
.entry-content dd {
  margin: 0.4em 0 0 1em;
  line-height: 1.8;
  color: #555;
}

/* --- 3-8. コード CODE / PRE --- */
.entry-content code {
  padding: 0.15em 0.45em;
  background: #f0f4f8;
  border: 1px solid #dce3eb;
  border-radius: 3px;
  font-size: 0.88em;
  color: #c7254e;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.entry-content pre {
  margin: 0 0 1.6em;
  padding: 1.2em 1.4em;
  background: #1e2530;
  color: #d6deeb;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 0.85em;
  line-height: 1.7;
}
.entry-content pre code {
  padding: 0;
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
}

/* --- 3-9. マーク・画像キャプション --- */
.entry-content mark {
  background: linear-gradient(transparent 60%, #fff3a8 60%);
  padding: 0 2px;
}
.entry-content figure        { margin: 1.5em 0; text-align: center; }
.entry-content figure img    { max-width: 100%; height: auto; border-radius: 6px; }
.entry-content figcaption    { margin-top: 0.5em; font-size: 0.82em; color: #888; line-height: 1.5; }

/* --- 3-10. ユーティリティ（ボックス・ボタン） --- */
.entry-content .note-box,
.entry-content .warn-box,
.entry-content .point-box {
  margin: 1.5em 0;
  padding: 1em 1.2em;
  border-radius: 6px;
  line-height: 1.8;
  font-size: 0.95em;
}
.entry-content .note-box  { background: #f0f5fa; border: 1px solid #c8d8ea; color: #3a5a80; }
.entry-content .warn-box  { background: #fef7f0; border: 1px solid #f0d8b8; color: #8a5a2a; }
.entry-content .point-box { background: #f0faf4; border: 1px solid #bce0cc; color: #2a6a40; }

.entry-content .btn-link {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.7em 2em;
  background: #3a6ea5;
  color: #fff;
  font-weight: 700;
  font-size: 0.95em;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.25s, box-shadow 0.25s;
  box-shadow: 0 2px 4px rgba(58, 110, 165, 0.2);
}
.entry-content .btn-link:hover {
  background: #2f5f91;
  color: #fff;
  box-shadow: 0 4px 8px rgba(58, 110, 165, 0.3);
  text-decoration: none;
}


/* ============================================================
 * 4. 共通ユーティリティ
 * ============================================================ */
.box-link       { text-align: right; margin-top: 0.5em; }
.box-link a     { font-size: 0.88em; color: #3a6ea5; }
.label_pr {
  display: inline-block;
  margin-left: 0.5em;
  padding: 1px 8px;
  font-size: 0.7em;
  color: #999;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.al_c  { text-align: center; }
.w100  { width: 100%; box-sizing: border-box; }
.m20_t { margin-top: 20px; }


/* ============================================================
 * 5. レスポンシブ（max-width: 559px）
 * ============================================================ */
@media screen and (max-width: 559px) {

  /* 作品ページパーツ */
  .carousel-design02 li             { width: 110px; }
  .vod-section                      { padding: 1em; }

  /* VODプロモ */
  .vod_link_box                  { padding: 1em; }
  .vod_link_box_items_img img    { width: 120px; }
  .vod_link_box_items_spac h3    { font-size: 1.1em; }
  .botan02                       { font-size: 0.95em; padding: 14px 16px; }

  /* 汎用コンテンツ */
  .entry-content h2 {
    font-size: 1.18em;
    padding: 0.5em 0 0.5em 0.8em;
    margin: 2em 0 0.8em;
  }
  .entry-content h3              { font-size: 1.05em; }
  .entry-content h4              { font-size: 0.98em; }
  .entry-content ul,
  .entry-content ol              { padding: 0.8em 0.8em 0.8em 1.4em; }
  .entry-content ol > li         { padding-left: 2em; }
  .entry-content blockquote      { padding: 1.2em 1em 1em; }
  .entry-content dl              { padding: 0.8em 1em; }
}


.entry-content :where(ul:not([class])), .entry-content :where(ol:not([class])) {
    border:none!important;
}

