@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* テーブルに記号追加（◎○△×） ---------------------------------------------- */

/* 配置位置起点 */
.entry-content td {
   position: relative;
   z-index: 1;
}

/* 記号を上下左右中央寄せにする */
.table-icon {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -1; /* テーブルの後ろに記号配置 */
}

/* 記号配置（SVG使用） */
.table-icon:before {
   content: "";
   display: block;
   height: 40px;
   width: 40px;
   opacity: 0.5;
}

.table-icon.s-circle:before {
   background-color: #DBB6A2; /* ○ */
   -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 32q-3.313 0-6.219-1.25-2.906-1.281-5.078-3.453t-3.453-5.078q-1.25-2.906-1.25-6.219t1.25-6.219q1.281-2.906 3.453-5.078t5.078-3.453q2.906-1.25 6.219-1.25t6.219 1.25q2.906 1.281 5.078 3.453t3.453 5.078q1.25 2.906 1.25 6.219t-1.25 6.219q-1.281 2.906-3.453 5.078t-5.078 3.453q-2.906 1.25-6.219 1.25zM16 2.906q-2.719 0-5.094 1.031t-4.156 2.813-2.813 4.156-1.031 5.094 1.031 5.094 2.813 4.156 4.156 2.813 5.094 1.031 5.094-1.031 4.156-2.813 2.813-4.156 1.031-5.094-1.031-5.094-2.813-4.156-4.156-2.813-5.094-1.031z"></path></svg>');
}

.table-icon.w-circle:before {
   background-color: #8bc34a; /* ◎ */
   -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 32q-3.313 0-6.219-1.25-2.906-1.281-5.078-3.453t-3.453-5.078q-1.25-2.906-1.25-6.219t1.25-6.219q1.281-2.906 3.453-5.078t5.078-3.453q2.906-1.25 6.219-1.25t6.219 1.25q2.906 1.281 5.078 3.453t3.453 5.078q1.25 2.906 1.25 6.219t-1.25 6.219q-1.281 2.906-3.453 5.078t-5.078 3.453q-2.906 1.25-6.219 1.25zM16 2.906q-2.719 0-5.094 1.031t-4.156 2.813-2.813 4.156-1.031 5.094 1.031 5.094 2.813 4.156 4.156 2.813 5.094 1.031 5.094-1.031 4.156-2.813 2.813-4.156 1.031-5.094-1.031-5.094-2.813-4.156-4.156-2.813-5.094-1.031zM16 26.875q-2.25 0-4.219-0.875-1.969-0.844-3.453-2.328t-2.328-3.453q-0.875-1.969-0.875-4.219t0.875-4.219q0.844-1.969 2.328-3.453t3.453-2.328q1.969-0.875 4.219-0.875t4.219 0.875q1.969 0.844 3.453 2.328t2.328 3.453q0.875 1.969 0.875 4.219t-0.875 4.219q-0.844 1.969-2.328 3.453t-3.453 2.328q-1.969 0.875-4.219 0.875zM16 8.063q-1.656 0-3.094 0.625t-2.516 1.703-1.703 2.516-0.625 3.094 0.625 3.094 1.703 2.516 2.516 1.703 3.094 0.625 3.094-0.625 2.516-1.703 1.703-2.516 0.625-3.094v0q0-1.656-0.625-3.094t-1.703-2.516-2.516-1.703-3.094-0.625v0 0z"></path></svg>');
}

.table-icon.triangle:before {
   background-color: #ffc107; /* △ */
   -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31.719 29.281h-31.313l15.656-27.094zM4.625 26.844h22.875l-11.438-19.813z"></path></svg>');
}

.table-icon.cross:before {
   background-color: #8d95a6; /* × */
   -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 18.125l-11.938 11.938-2.094-2.125 11.906-11.938-11.906-11.938 2.094-2.094 11.938 11.906 11.938-11.906 2.125 2.094-11.938 11.938 11.938 11.938-2.125 2.125-11.938-11.938z"></path></svg>');
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.list-box-2{
　　　background: #fef8f9;/* 背景色 */
　　　border-radius: 4px;
　　　max-width: 600px;
 　padding: 2em;
　　　margin:0 auto;
　　　border:1px solid;
　　　border-color:#f27398; /* 線の色 */
}
@media screen and (max-width: 768px){
.article ul, .article ol {
    padding-left: 0px; /* スマホ閲覧時の余白リセット(cocoon) */
}
}

/****************
タブ見出しボックス
****************/
.tab-caption-box-label{ 
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	top: 1px; /*上から(1px）移動*/
	border: 2px solid; /*ボックス線*/
	padding: 48px 24px; /*ボックス内側余白*/
	border-radius: 4px; /*ボックス角丸*/
	border-top-left-radius: 0px; /*ボックス左上角丸*/
}

.article .choice-box {
  position: relative;
  box-sizing: border-box;
  margin: 3em 0 2em;
  padding: 2.2em 1.4em 1.5em;
  border: 2px solid #e84f68;
  border-radius: 12px;
  background: #fffafa;
}

.article .choice-box * {
  box-sizing: border-box;
}

.article .choice-box-title {
  position: absolute;
  top: -1.35em;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 0.55em 1.8em;
  border-radius: 999px;
  background: #e84f68;
  color: #fff;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}

.article .choice-box-title i {
  margin-right: 0.4em;
}

.article .choice-box-lead {
  margin: 0 0 1.3em !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

.article .choice-box-lead strong {
  color: #e84f68;
}

.article .choice-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.article .choice-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 1.1em;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}

.article .choice-item-label {
  display: inline-block;
  align-self: center;
  margin-bottom: 0.7em;
  padding: 0.25em 0.8em;
  border-radius: 999px;
  font-size: 0.85em;
  font-weight: bold;
}

.article .choice-item-title {
  margin: 0 0 0.6em !important;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}

.article .choice-item-text {
  margin: 0 0 1em !important;
  font-size: 0.92em;
  line-height: 1.75;
  text-align: left;
}

.article .choice-item-btn {
  display: block;
  margin-top: auto;
  padding: 0.75em 1em;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.article .choice-item-btn::after {
  content: "  ›";
  font-size: 1.2em;
}

.article .choice-item.cost .choice-item-label {
  background: #eaf7ee;
  color: #218a45;
}

.article .choice-item.anime .choice-item-label {
  background: #fff0f4;
  color: #d95b7f;
}

.article .choice-item.total .choice-item-label {
  background: #eef5ff;
  color: #1f5f8b;
}

.article .choice-item.cost .choice-item-btn {
  background: #0b2b4c;
}

.article .choice-item.anime .choice-item-btn {
  background: #e94b2b;
}

.article .choice-item.total .choice-item-btn {
  background: #005fa8;
}

@media screen and (max-width: 768px) {
  .article .choice-box {
    margin: 3em 0 1.8em;
    padding: 2em 1em 1.2em;
  }

  .article .choice-box-title {
    font-size: 0.95em;
    padding: 0.55em 1.4em;
  }

  .article .choice-box-lead {
    text-align: left;
    font-size: 0.95em;
  }

  .article .choice-box-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .article .choice-item {
    min-height: auto;
    padding: 1em;
    text-align: left;
  }

  .article .choice-item-label {
    align-self: flex-start;
  }

  .article .choice-item-title {
    font-size: 1.15em;
  }

  .article .choice-item-text {
    font-size: 0.92em;
  }

  .article .choice-item-btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================
 記事パーツ共通デザイン
========================= */

.article .parts-box {
  box-sizing: border-box;
  margin: 1.8em 0;
  padding: 1.2em 1.2em;
  border-radius: 12px;
  line-height: 1.8;
}

.article .parts-box * {
  box-sizing: border-box;
}

.article .parts-title {
  margin: 0 0 0.7em !important;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
}

.article .parts-title i {
  margin-right: 0.35em;
}

.article .parts-box p {
  margin-top: 0 !important;
  margin-bottom: 0.8em !important;
}

.article .parts-box p:last-child {
  margin-bottom: 0 !important;
}

.article .parts-box ul {
  margin: 0.6em 0 0 !important;
  padding-left: 1.3em;
}

.article .parts-box li {
  margin-bottom: 0.45em;
}

/* 結論ボックス */
.article .conclusion-box {
  border: 2px solid #f3b6c6;
  background: #fff7fa;
}

.article .conclusion-box .parts-title {
  color: #d95b7f;
}

/* 理由ボックス */
.article .reason-box {
  border: 2px solid #b8d7f0;
  background: #f5fbff;
}

.article .reason-box .parts-title {
  color: #1f5f8b;
}

/* 注意点ボックス */
.article .note-box {
  border: 2px solid #f3d28b;
  background: #fffaf0;
}

.article .note-box .parts-title {
  color: #b66a00;
}

/* 内部リンクCTA */
.article .related-cta-box {
  border: 2px solid #c9dff2;
  background: #f7fbff;
}

.article .related-cta-box .parts-title {
  color: #1f5f8b;
}

.article .related-cta-link {
  margin-top: 0.8em !important;
}

.article .related-cta-link a {
  display: block;
  padding: 0.85em 1em;
  border-radius: 8px;
  background: #0b2b4c;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
}

.article .related-cta-link a::after {
  content: "  ›";
  font-size: 1.2em;
}

/* VOD誘導CTA */
.article .vod-cta-box {
  border: 2px solid #b9e2cf;
  background: #f5fffa;
}

.article .vod-cta-box .parts-title {
  color: #218a45;
}

.article .vod-cta-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 1em;
}

.article .vod-cta-buttons a {
  flex: 1;
  min-width: 160px;
  display: block;
  padding: 0.8em 1em;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.article .vod-btn-dmm {
  background: #e94b2b;
}

.article .vod-btn-danime {
  background: #1f5f8b;
}

.article .vod-btn-unext {
  background: #0b2b4c;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .parts-box {
    margin: 1.6em 0;
    padding: 1em;
  }

  .article .parts-title {
    font-size: 1em;
  }

  .article .vod-cta-buttons {
    display: block;
  }

  .article .vod-cta-buttons a {
    width: 100%;
    margin-bottom: 0.7em;
  }

  .article .vod-cta-buttons a:last-child {
    margin-bottom: 0;
  }
}

/* 内部リンクCTA 3記事版 */
.article .related-list-box {
  border: 2px solid #c9dff2;
  background: #f7fbff;
}

.article .related-list-box .parts-title {
  color: #1f5f8b;
}

.article .related-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 0.9em;
}

.article .related-list a {
  display: block;
  padding: 0.85em 1em;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d9e8f5;
  color: #0b2b4c !important;
  text-decoration: none !important;
  font-weight: bold;
}

.article .related-list a::before {
  content: "▶ ";
  color: #d95b7f;
}

/* 作品カード */
.article .anime-simple-card {
  margin: 1.8em 0;
  padding: 1.2em;
  border: 2px solid #e8edf3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.article .anime-simple-card p {
  margin-top: 0 !important;
  margin-bottom: 0.8em !important;
  line-height: 1.8;
}

.article .anime-simple-card p:last-child {
  margin-bottom: 0 !important;
}

.article .anime-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1em;
}

.article .anime-meta span {
  display: inline-block;
  padding: 0.3em 0.75em;
  border-radius: 999px;
  background: #f5f7fa;
  font-size: 0.85em;
  font-weight: bold;
}

.article .anime-meta .rating {
  background: #fff4df;
  color: #b66a00;
}

.article .anime-meta .genre {
  background: #eef5ff;
  color: #1f5f8b;
}

.article .anime-meta .type {
  background: #fff0f4;
  color: #d95b7f;
}

/* =========================
 作品カード：項目別ボックス版
========================= */

.article .anime-card-box {
  margin: 2em 0;
  padding: 1.2em;
  border: 2px solid #e8edf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.article .anime-card-box * {
  box-sizing: border-box;
}

.article .anime-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1em;
}

.article .anime-card-meta span {
  display: inline-block;
  padding: 0.35em 0.8em;
  border-radius: 999px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1.5;
}

.article .anime-card-meta .anime-genre {
  background: #eef5ff;
  color: #1f5f8b;
}

.article .anime-card-meta .anime-rating {
  background: #fff4df;
  color: #b66a00;
}

.article .anime-card-meta .anime-type {
  background: #fff0f4;
  color: #d95b7f;
}

/* 項目ボックス共通 */
.article .anime-card-section {
  margin: 1em 0;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #e5e8ec;
  line-height: 1.8;
}

.article .anime-card-section:last-child {
  margin-bottom: 0;
}

.article .anime-card-section p {
  margin-top: 0 !important;
  margin-bottom: 0.7em !important;
}

.article .anime-card-section p:last-child {
  margin-bottom: 0 !important;
}

.article .anime-card-section ul {
  margin: 0.5em 0 0 !important;
  padding-left: 1.3em;
}

.article .anime-card-section li {
  margin-bottom: 0.45em;
}

/* 項目タイトル */
.article .anime-card-section-title {
  margin: 0 0 0.6em !important;
  font-weight: bold;
  font-size: 1.02em;
  line-height: 1.5;
}

.article .anime-card-section-title i {
  margin-right: 0.35em;
}

/* 色分け */
.article .anime-point-section {
  background: #f5fbff;
  border-color: #b8d7f0;
}

.article .anime-point-section .anime-card-section-title {
  color: #1f5f8b;
}

.article .anime-recommend-section {
  background: #fff7fa;
  border-color: #f3b6c6;
}

.article .anime-recommend-section .anime-card-section-title {
  color: #d95b7f;
}

.article .anime-summary-section {
  background: #f7fff9;
  border-color: #b9e2cf;
}

.article .anime-summary-section .anime-card-section-title {
  color: #218a45;
}

.article .anime-difference-section {
  background: #fffaf0;
  border-color: #f3d28b;
}

.article .anime-difference-section .anime-card-section-title {
  color: #b66a00;
}

.article .anime-stream-section {
  background: #f7f7ff;
  border-color: #d2d0f0;
}

.article .anime-stream-section .anime-card-section-title {
  color: #5b55a3;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .anime-card-box {
    padding: 1em;
    margin: 1.7em 0;
  }

  .article .anime-card-meta {
    gap: 6px;
  }

  .article .anime-card-meta span {
    font-size: 0.82em;
  }

  .article .anime-card-section {
    padding: 0.9em;
  }

  .article .anime-card-section-title {
    font-size: 1em;
  }
}

/* 作品カード：配信情報ボックス 4サービス対応 */
.article .anime-stream-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 0.8em;
}

.article .anime-stream-item {
  padding: 0.75em 0.6em;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d2d0f0;
  text-align: center;
  line-height: 1.5;
  text-decoration: none !important;
  color: inherit !important;
}

.article .anime-stream-name {
  display: block;
  font-weight: bold;
  color: #333;
  font-size: 0.92em;
}

.article .anime-stream-status {
  display: inline-block;
  margin-top: 0.4em;
  padding: 0.2em 0.7em;
  border-radius: 999px;
  background: #f7f7ff;
  color: #5b55a3;
  font-size: 0.82em;
  font-weight: bold;
}

.article .anime-stream-note {
  margin-top: 0.8em !important;
  font-size: 0.85em;
  color: #666;
}

.article .anime-stream-list a.anime-stream-item:hover {
  opacity: 0.85;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .article .anime-stream-list {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .article .anime-stream-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .article .anime-stream-status {
    margin-top: 0;
    white-space: nowrap;
  }
}

/* =========================
 冒頭まとめボックス
========================= */

.article .intro-summary-box {
  margin: 2em 0;
  padding: 1.2em;
  border: 2px solid #f3b6c6;
  border-radius: 14px;
  background: #fff7fa;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.article .intro-summary-box * {
  box-sizing: border-box;
}

.article .intro-summary-title {
  margin: 0 0 0.8em !important;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f3b6c6;
  color: #d95b7f;
  font-weight: bold;
  font-size: 1.08em;
  line-height: 1.5;
}

.article .intro-summary-title i {
  margin-right: 0.35em;
}

.article .intro-summary-box p {
  margin-top: 0 !important;
  margin-bottom: 0.8em !important;
  line-height: 1.8;
}

.article .intro-summary-box p:last-child {
  margin-bottom: 0 !important;
}

.article .intro-summary-list {
  margin: 0.7em 0 0 !important;
  padding-left: 1.2em;
}

.article .intro-summary-list li {
  margin-bottom: 0.5em;
  line-height: 1.7;
}

.article .intro-summary-list strong {
  color: #d95b7f;
}

.article .intro-summary-note {
  margin-top: 0.9em !important;
  padding: 0.8em;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #f3d6df;
  font-weight: bold;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .intro-summary-box {
    margin: 1.6em 0;
    padding: 1em;
  }

  .article .intro-summary-title {
    font-size: 1em;
  }

  .article .intro-summary-list {
    padding-left: 1.1em;
  }
}

/* =========================
 記事パーツ｜ポイントボックス
========================= */

.article .keypoint-box {
  box-sizing: border-box;
  margin: 1.8em 0;
  padding: 1.15em 1.2em;
  border: 2px solid #b9e2cf;
  border-radius: 12px;
  background: #f5fffa;
  line-height: 1.8;
}

.article .keypoint-box * {
  box-sizing: border-box;
}

.article .keypoint-title {
  margin: 0 0 0.7em !important;
  color: #218a45;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
}

.article .keypoint-title i {
  margin-right: 0.35em;
}

.article .keypoint-box p {
  margin-top: 0 !important;
  margin-bottom: 0.8em !important;
}

.article .keypoint-box p:last-child {
  margin-bottom: 0 !important;
}

.article .keypoint-box ul {
  margin: 0.6em 0 0 !important;
  padding-left: 1.3em;
}

.article .keypoint-box li {
  margin-bottom: 0.45em;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .keypoint-box {
    margin: 1.6em 0;
    padding: 1em;
  }

  .article .keypoint-title {
    font-size: 1em;
  }
}

/* =========================
 記事パーツ｜作品ジャンプリンク
 全体枠＋個別枠カード版
========================= */

.article .anime-jump-box {
  box-sizing: border-box;
  margin: 2em 0;
  padding: 1.2em;
  border: 3px solid #b8d7f0;
  border-radius: 16px;
  background: #f7fbff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
}

.article .anime-jump-box * {
  box-sizing: border-box;
}

.article .anime-jump-title {
  margin: 0 0 0.7em !important;
  padding: 0.55em 0.8em;
  border-radius: 10px;
  background: #eaf4ff;
  color: #1f5f8b;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
  border: 1px solid #c9dff2;
}

.article .anime-jump-title i {
  margin-right: 0.35em;
}

.article .anime-jump-lead {
  margin: 0 0 1em !important;
  line-height: 1.8;
  font-size: 0.95em;
}

.article .anime-jump-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.article .anime-jump-list a {
  display: block;
  padding: 0.85em 0.9em;
  border: 2px solid #d9e8f5;
  border-radius: 10px;
  background: #fff;
  color: #0b2b4c !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.92em;
  line-height: 1.5;
  box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.article .anime-jump-list a::before {
  content: "▶ ";
  color: #d95b7f;
}

.article .anime-jump-list a:hover {
  border-color: #1f5f8b;
  background: #eef5ff;
  opacity: 0.9;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .anime-jump-box {
    margin: 1.6em 0;
    padding: 1em;
    border-width: 2px;
    border-radius: 14px;
  }

  .article .anime-jump-title {
    font-size: 1em;
    padding: 0.55em 0.75em;
  }

  .article .anime-jump-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article .anime-jump-list a {
    padding: 0.8em;
    font-size: 0.95em;
  }
}

/* =========================
 記事パーツ｜まとめリストボックス
========================= */

.article .summary-list-box {
  box-sizing: border-box;
  margin: 1.8em 0;
  padding: 1.2em;
  border: 2px solid #f3b6c6;
  border-radius: 14px;
  background: #fff7fa;
  line-height: 1.8;
}

.article .summary-list-box * {
  box-sizing: border-box;
}

.article .summary-list-title {
  margin: 0 0 0.8em !important;
  color: #d95b7f;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.5;
}

.article .summary-list-title i {
  margin-right: 0.35em;
}

.article .summary-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.article .summary-list li {
  position: relative;
  margin: 0 0 0.7em !important;
  padding: 0.8em 0.9em 0.8em 2.3em;
  border: 1px solid #f3d6df;
  border-radius: 10px;
  background: #fff;
  line-height: 1.7;
}

.article .summary-list li:last-child {
  margin-bottom: 0 !important;
}

.article .summary-list li::before {
  content: "✓";
  position: absolute;
  top: 0.8em;
  left: 0.9em;
  color: #d95b7f;
  font-weight: bold;
}

.article .summary-list strong {
  color: #d95b7f;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .summary-list-box {
    margin: 1.6em 0;
    padding: 1em;
  }

  .article .summary-list-title {
    font-size: 1em;
  }

  .article .summary-list li {
    padding: 0.75em 0.8em 0.75em 2.1em;
  }

  .article .summary-list li::before {
    left: 0.8em;
  }
}

.tkb-box h3 {
  font-size: 1em;
  margin: 18px 0 8px;
  padding: 0;
  border: none;
  background: transparent;
}

.tkb-box h3:first-of-type {
  margin-top: 0;
}

/* ===============================
   tokubi.jp｜追加スマホ記事パーツ
================================ */

/* ジャンプリンク */
.tkb-jump-box {
  box-sizing: border-box;
  width: 100%;
  margin: 1.4em 0;
  padding: 1.1em;
  border-radius: 14px;
  line-height: 1.8;
  font-size: 0.96em;
  background: #f7f5ff;
  border: 1px solid #c9bdf5;
}

.tkb-jump-box .tkb-box-title {
  color: #6653b6;
}

.tkb-jump-box .tkb-box-title::before {
  content: "↘";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: #7a67d8;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
}

.tkb-jump-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65em;
}

.tkb-jump-buttons a {
  display: block;
  padding: 0.85em 0.6em;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cfc6f5;
  color: #5544aa;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92em;
}

.tkb-jump-buttons a:hover {
  opacity: 0.85;
}

/* FAQ折りたたみ */
.tkb-faq-box {
  box-sizing: border-box;
  width: 100%;
  margin: 1.4em 0;
  padding: 1.1em;
  border-radius: 14px;
  line-height: 1.8;
  font-size: 0.96em;
  background: #f4fbfa;
  border: 1px solid #a9ded8;
}

.tkb-faq-box .tkb-box-title {
  color: #168277;
}

.tkb-faq-box .tkb-box-title::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: #20a99a;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
}

.tkb-faq-item {
  margin-bottom: 0.7em;
  background: #fff;
  border: 1px solid #cbeae6;
  border-radius: 10px;
  overflow: hidden;
}

.tkb-faq-item summary {
  cursor: pointer;
  padding: 0.9em 1em;
  font-weight: 700;
  list-style: none;
}

.tkb-faq-item summary::-webkit-details-marker {
  display: none;
}

.tkb-faq-item summary::after {
  content: "＋";
  float: right;
  color: #168277;
}

.tkb-faq-item[open] summary::after {
  content: "－";
}

.tkb-faq-answer {
  padding: 0 1em 1em;
  color: #444;
}

/* tokubi用リード文 */
.tkb-lead-box {
  margin: 1.4em 0;
  padding: 1.2em 1.1em;
  background: linear-gradient(135deg, #fffaf0 0%, #fff7f7 100%);
  border: 1px solid #f0c66a;
  border-radius: 16px;
  line-height: 1.9;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}

.tkb-lead-label {
  display: inline-block;
  margin-bottom: 0.7em;
  padding: 0.25em 0.85em;
  background: #f0b429;
  color: #fff;
  border-radius: 999px;
  font-size: 0.86em;
  font-weight: 700;
}

.tkb-lead-box p {
  margin: 0 0 0.8em;
}

.tkb-lead-box p:last-child {
  margin-bottom: 0;
}

.tkb-lead-box strong {
  color: #d76b00;
}

/* スマホ調整 */
@media screen and (max-width: 480px) {
  .tkb-jump-box,
  .tkb-faq-box,
  .tkb-lead-box {
    padding: 1em;
    border-radius: 12px;
    font-size: 0.95em;
  }

  .tkb-jump-buttons {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 769px) {
  .tkb-lead-box {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* =========================
 DMMレビュー記事｜スマホ読みやすさ調整
 文字詰まり・余白改善
========================= */

/* 記事本文全体の行間を少し広げる */
.article p {
  line-height: 1.9;
}

/* 記事パーツ内の段落余白を広げる */
.article .parts-box p,
.article .intro-summary-box p,
.article .keypoint-box p,
.article .summary-list-box p,
.article .tkb-faq-box p {
  line-height: 1.9;
  margin-bottom: 1em !important;
}

/* 最後の段落だけ余白を消す */
.article .parts-box p:last-child,
.article .intro-summary-box p:last-child,
.article .keypoint-box p:last-child,
.article .summary-list-box p:last-child,
.article .tkb-faq-box p:last-child {
  margin-bottom: 0 !important;
}

/* リストの詰まりを改善 */
.article .parts-box li,
.article .intro-summary-list li,
.article .keypoint-box li,
.article .summary-list li {
  line-height: 1.85;
  margin-bottom: 0.65em;
}

/* リストの最後だけ余白を消す */
.article .parts-box li:last-child,
.article .intro-summary-list li:last-child,
.article .keypoint-box li:last-child,
.article .summary-list li:last-child {
  margin-bottom: 0;
}

/* ボックス内のulと本文の間隔を広げる */
.article .parts-box ul,
.article .keypoint-box ul {
  margin-top: 0.9em !important;
  margin-bottom: 1em !important;
}

/* タイトルと本文の間を少し広げる */
.article .parts-title,
.article .intro-summary-title,
.article .keypoint-title,
.article .summary-list-title {
  margin-bottom: 1em !important;
}

/* FAQの回答文を読みやすく */
.article .tkb-faq-answer {
  line-height: 1.9;
  padding: 0 1em 1.1em;
}

/* FAQの質問部分も少し余白を広げる */
.article .tkb-faq-item summary {
  line-height: 1.7;
  padding: 1em 1em;
}

/* CTA内の文章が詰まらないように */
.article .vod-cta-box p {
  line-height: 1.9;
  margin-bottom: 1em !important;
}

/* CTAボタン前の余白 */
.article .vod-cta-buttons {
  margin-top: 1.2em;
}

/* スマホではさらに余白を調整 */
@media screen and (max-width: 768px) {
  .article p {
    line-height: 1.9;
  }

  .article .parts-box,
  .article .intro-summary-box,
  .article .keypoint-box,
  .article .summary-list-box,
  .article .tkb-faq-box {
    padding: 1.05em;
  }

  .article .parts-box p,
  .article .intro-summary-box p,
  .article .keypoint-box p,
  .article .summary-list-box p {
    margin-bottom: 1em !important;
  }

  .article .parts-box li,
  .article .intro-summary-list li,
  .article .keypoint-box li,
  .article .summary-list li {
    margin-bottom: 0.7em;
  }
}

/* =========================
 tokubi.jp｜記事本文の余白改善
 H3間・ボックス内リスト後の詰まり対策
========================= */

/* H3の前後に余白をしっかり作る */
.article h3 {
  margin-top: 2.2em;
  margin-bottom: 0.9em;
  line-height: 1.55;
}

/* H2直後のH3だけは詰まりすぎない程度に調整 */
.article h2 + h3 {
  margin-top: 1.4em;
}

/* H3直後の本文が詰まらないように */
.article h3 + p {
  margin-top: 0.4em !important;
}

/* H3の直前にボックスがある場合、H3との距離を広げる */
.article .parts-box + h3,
.article .intro-summary-box + h3,
.article .keypoint-box + h3,
.article .summary-list-box + h3,
.article .tkb-jump-box + h3,
.article .tkb-faq-box + h3 {
  margin-top: 2.4em;
}

/* H3の直前に本文がある場合も、少し余白を確保 */
.article p + h3,
.article ul + h3,
.article ol + h3 {
  margin-top: 2.2em;
}

/* ボックス内で、リストの後に文章が続く場合の余白 */
.article .parts-box ul + p,
.article .intro-summary-box ul + p,
.article .keypoint-box ul + p,
.article .summary-list-box ul + p {
  margin-top: 1.1em !important;
}

/* ボックス内で、段落の後にリストが続く場合の余白 */
.article .parts-box p + ul,
.article .intro-summary-box p + ul,
.article .keypoint-box p + ul,
.article .summary-list-box p + ul {
  margin-top: 0.9em !important;
}

/* ボックス内のリスト同士が続く場合も余白を確保 */
.article .parts-box ul + ul,
.article .intro-summary-box ul + ul,
.article .keypoint-box ul + ul,
.article .summary-list-box ul + ul {
  margin-top: 1.1em !important;
}

/* ボックス内のリスト項目を少しゆったり */
.article .parts-box li,
.article .intro-summary-list li,
.article .keypoint-box li,
.article .summary-list li {
  margin-bottom: 0.7em !important;
  line-height: 1.85;
}

/* 最後のリスト項目だけ余白を消す */
.article .parts-box li:last-child,
.article .intro-summary-list li:last-child,
.article .keypoint-box li:last-child,
.article .summary-list li:last-child {
  margin-bottom: 0 !important;
}

/* ボックスの直後に本文が続く場合、少し余白を作る */
.article .parts-box + p,
.article .intro-summary-box + p,
.article .keypoint-box + p,
.article .summary-list-box + p {
  margin-top: 1.1em !important;
}

/* ボックス同士が連続するときの詰まり防止 */
.article .parts-box + .parts-box,
.article .intro-summary-box + .keypoint-box,
.article .keypoint-box + .parts-box,
.article .summary-list-box + .parts-box {
  margin-top: 2em;
}

/* スマホではH3前の余白をさらに少し強める */
@media screen and (max-width: 768px) {
  .article h3 {
    margin-top: 2.4em;
    margin-bottom: 0.85em;
  }

  .article h2 + h3 {
    margin-top: 1.5em;
  }

  .article p + h3,
  .article ul + h3,
  .article ol + h3 {
    margin-top: 2.3em;
  }

  .article .parts-box ul + p,
  .article .intro-summary-box ul + p,
  .article .keypoint-box ul + p,
  .article .summary-list-box ul + p {
    margin-top: 1.2em !important;
  }
}


/* =========================
 tokubi.jp｜VOD記事デザイン追加
 既存CSSと重複しない追加分のみ
========================= */

/* H2直下・大きめ導入カード */
.article .vod-design-section {
  box-sizing: border-box;
  margin: 2.2em 0;
  padding: 1.25em;
  border: 2px solid #d9e8f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0,0,0,0.04);
  line-height: 1.9;
}

.article .vod-design-section * {
  box-sizing: border-box;
}

.article .vod-design-section-title {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin: 0 0 1em !important;
  padding-bottom: 0.65em;
  border-bottom: 2px solid #d9e8f5;
  color: #0b2b4c;
  font-weight: bold;
  font-size: 1.18em;
  line-height: 1.5;
}

.article .vod-design-section-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1em;
  height: 2.1em;
  border-radius: 50%;
  background: #2f80d8;
  color: #fff;
  font-size: 0.9em;
  flex-shrink: 0;
}

/* H3カード */
.article .vod-design-h3-card {
  box-sizing: border-box;
  margin: 2.4em 0;
  padding: 1.15em;
  border: 2px solid #d9e8f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  line-height: 1.9;
}

.article .vod-design-label {
  display: inline-block;
  margin: 0 0 0.7em;
  padding: 0.28em 0.85em;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f5f8b;
  font-size: 0.86em;
  font-weight: bold;
}

.article .vod-design-h3-title {
  display: flex;
  align-items: center;
  gap: 0.65em;
  margin: 0 0 0.9em !important;
  padding-bottom: 0.6em;
  border-bottom: 2px solid #d9e8f5;
  color: #1f5f8b;
  font-weight: bold;
  font-size: 1.12em;
  line-height: 1.5;
}

.article .vod-design-h3-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #2f80d8;
  color: #fff;
  font-size: 0.9em;
  flex-shrink: 0;
}

/* H3カード色違い */
.article .vod-design-h3-card.blue {
  border-color: #b8d7f0;
}

.article .vod-design-h3-card.blue .vod-design-h3-title {
  color: #1f5f8b;
  border-bottom-color: #b8d7f0;
}

.article .vod-design-h3-card.blue .vod-design-h3-title i {
  background: #2f80d8;
}

.article .vod-design-h3-card.green {
  border-color: #b9e2cf;
  background: #f8fffb;
}

.article .vod-design-h3-card.green .vod-design-h3-title {
  color: #218a45;
  border-bottom-color: #b9e2cf;
}

.article .vod-design-h3-card.green .vod-design-h3-title i {
  background: #43a047;
}

.article .vod-design-h3-card.orange {
  border-color: #f3d28b;
  background: #fffdf7;
}

.article .vod-design-h3-card.orange .vod-design-h3-title {
  color: #b66a00;
  border-bottom-color: #f3d28b;
}

.article .vod-design-h3-card.orange .vod-design-h3-title i {
  background: #f0a400;
}

.article .vod-design-h3-card.red {
  border-color: #f3b6c6;
  background: #fff7fa;
}

.article .vod-design-h3-card.red .vod-design-h3-title {
  color: #d95b7f;
  border-bottom-color: #f3b6c6;
}

.article .vod-design-h3-card.red .vod-design-h3-title i {
  background: #d95b7f;
}

/* 結論ミニボックス */
.article .vod-design-conclusion {
  margin: 1em 0;
  padding: 0.95em 1em;
  border: 1px solid #f3d28b;
  border-radius: 10px;
  background: #fffaf0;
  font-weight: bold;
  line-height: 1.85;
}

.article .vod-design-conclusion i {
  margin-right: 0.4em;
  color: #d95b7f;
}

/* 理由ポイント枠 */
.article .vod-design-reason {
  margin: 1.1em 0;
  padding: 1em;
  border: 1px solid #b8d7f0;
  border-radius: 10px;
  background: #f5fbff;
}

.article .vod-design-reason-title {
  margin: 0 0 0.65em !important;
  color: #1f5f8b;
  font-weight: bold;
}

.article .vod-design-reason-title i {
  margin-right: 0.35em;
}

/* リストをさらに見やすく */
.article .vod-design-reason ul {
  margin: 0.7em 0 0 !important;
  padding-left: 1.3em;
}

.article .vod-design-reason li {
  margin-bottom: 0.55em;
  line-height: 1.8;
}

/* 3つの視点カード */
.article .vod-design-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 1.3em 0;
}

.article .vod-design-three-card {
  padding: 1em;
  border: 1px solid #e5e8ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.article .vod-design-three-title {
  margin: 0 0 0.6em !important;
  font-weight: bold;
  color: #0b2b4c;
  line-height: 1.5;
}

.article .vod-design-three-title i {
  margin-right: 0.35em;
  color: #43a047;
}

.article .vod-design-three-card p {
  margin: 0 !important;
  font-size: 0.92em;
  line-height: 1.75;
}

/* 迷ったらコレ */
.article .vod-design-decision {
  margin: 2em 0;
  padding: 1.25em;
  border: 2px solid #e84f68;
  border-radius: 14px;
  background: #fff7f8;
  line-height: 1.9;
}

.article .vod-design-decision-title {
  display: inline-block;
  margin: 0 0 0.9em !important;
  padding: 0.35em 1em;
  border-radius: 999px;
  background: #e84f68;
  color: #fff;
  font-weight: bold;
}

.article .vod-design-decision-title i {
  margin-right: 0.35em;
}

/* 吹き出し風ひとこと */
.article .vod-design-comment {
  margin: 1.3em 0 0;
  padding: 0.9em 1em;
  border: 1px solid #e5e8ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  line-height: 1.8;
}

.article .vod-design-comment strong {
  color: #d95b7f;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .article .vod-design-section,
  .article .vod-design-h3-card,
  .article .vod-design-decision {
    padding: 1em;
    margin: 1.8em 0;
  }

  .article .vod-design-section-title {
    font-size: 1.05em;
    gap: 0.55em;
  }

  .article .vod-design-h3-title {
    font-size: 1.05em;
    gap: 0.55em;
  }

  .article .vod-design-section-title i,
  .article .vod-design-h3-title i {
    width: 1.85em;
    height: 1.85em;
  }

  .article .vod-design-three {
    grid-template-columns: 1fr;
  }

  .article .vod-design-conclusion,
  .article .vod-design-reason,
  .article .vod-design-comment {
    padding: 0.9em;
  }
}

/* =========================
 tokubi.jp｜VODデザイン本文色の読みやすさ調整
 ボックス内本文を同系色にしすぎない
========================= */

/* H3カード内の通常本文は濃いグレーで統一 */
.article .vod-design-h3-card p,
.article .vod-design-section p,
.article .vod-design-decision p,
.article .vod-design-comment {
  color: #333;
}

/* 注意・赤系カードでも本文は赤にしない */
.article .vod-design-h3-card.red p,
.article .vod-design-h3-card.orange p {
  color: #333;
}

/* 緑系カードでも本文は緑にしない */
.article .vod-design-h3-card.green p {
  color: #333;
}

/* 理由ボックス内の本文・リストも読みやすい色に */
.article .vod-design-reason,
.article .vod-design-reason p,
.article .vod-design-reason li {
  color: #333;
}

/* summary-list-box内の本文も通常色に寄せる */
.article .summary-list-box,
.article .summary-list-box p,
.article .summary-list-box li {
  color: #333;
}

/* summary-list-boxのタイトルだけ色を残す */
.article .summary-list-title {
  color: inherit;
}

/* 強調したい語句だけ色を付ける */
.article .text-red {
  color: #d95b7f;
  font-weight: 700;
}

.article .text-green {
  color: #218a45;
  font-weight: 700;
}

.article .text-blue {
  color: #1f5f8b;
  font-weight: 700;
}

.article .text-orange {
  color: #b66a00;
  font-weight: 700;
}
