@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;
  }
}