@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
*/


/* =========================================================
   夜窓レビュー
   HOME + FIXED PAGE + CATEGORY DESIGN
========================================================= */


/* =========================================================
   00. 共通
========================================================= */

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


/* =========================================================
   01. HOME - Cocoon標準要素を整理
========================================================= */

body.home #header-container,
body.home #navi,
body.home .article-header,
body.home .date-tags,
body.home .author-info,
body.home .breadcrumb {
  display: none !important;
}


/* Cocoon標準フッターをホームで非表示 */

body.home #footer,
body.home footer#footer,
body.home footer.footer,
body.home .footer-container,
body.home #footer-in,
body.home .footer-bottom,
body.home .footer-bottom-logo,
body.home .footer-bottom-content {
  display: none !important;
}


/* ホーム本文幅解除 */

body.home .content,
body.home .content-in,
body.home main.main,
body.home .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .wrap {
  width: 100% !important;
  max-width: none !important;
}


/* ホーム目次非表示 */

body.home .toc,
body.home #toc,
body.home .toc-container,
body.home .toc-widget-box {
  display: none !important;
}


/* =========================================================
   02. HOME - 全体
========================================================= */

.yorumado-home {
  width: 100%;

  background: #faf8f7;
  color: #17263a;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Yu Gothic",
    Meiryo,
    sans-serif;
}


/* =========================================================
   03. 共通カスタムヘッダー
========================================================= */

.yorumado-header {
  width: 100%;
  background: #ffffff;
}

.yorumado-header-inner {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
  padding: 24px 24px 20px;
}

.yorumado-logo-area {
  display: flex;

  align-items: center;
  justify-content: flex-start;

  gap: 24px;
}

.yorumado-logo {
  display: inline-block;

  color: #17263a !important;
  text-decoration: none !important;

  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.04em;
}

.yorumado-logo-en {
  display: block;

  width: 100%;

  margin-top: 7px;

  color: #17263a;

  text-align: center;

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.yorumado-tagline {
  margin: 0;

  color: #777777;

  font-size: 13px;
  line-height: 1.55;

  text-align: left;
}


/* =========================================================
   04. 共通ナビ
========================================================= */

.yorumado-nav {
  width: 100%;
  background: #17263a;
}

.yorumado-nav-inner {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1180px;
  min-height: 56px;

  margin: 0 auto;
  padding: 0 24px;

  gap: 62px;
}

.yorumado-nav a {
  color: #ffffff !important;

  text-decoration: none !important;

  font-size: 17px !important;
  font-weight: 500;

  white-space: nowrap;
}

.yorumado-nav a:hover {
  opacity: 0.75;
}


/* =========================================================
   05. HOME - ヒーロー
========================================================= */

.yorumado-hero {
  width: 100%;

  margin: 0;
  padding: 0;
}

.yorumado-hero-image {
  display: flex;

  align-items: center;

  width: 100%;
  min-height: 470px;

  background-image:
    linear-gradient(
      rgba(10, 14, 22, 0.28),
      rgba(10, 14, 22, 0.28)
    ),
    url("https://yorumado-review.com/wp-content/uploads/2026/09/ChatGPT-Image-2026年9月11日-14_06_25.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.yorumado-hero-overlay {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
  padding: 0 24px;

  text-align: left;
}

.yorumado-hero-overlay h1 {
  margin: 0;

  color: #ffffff;

  font-size: 42px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;

  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.yorumado-pink {
  color: #f05a91;
}

.yorumado-hero-text {
  margin: 22px 0 0;

  color: #ffffff;

  font-size: 15px;
  line-height: 1.9;

  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.55);
}


/* =========================================================
   06. HOME - メイン
========================================================= */

.yorumado-main {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto;
  padding: 42px 24px 80px;
}

.yorumado-section {
  margin-top: 38px;
}

.yorumado-section h2 {
  position: relative;

  display: block;

  width: 100%;

  margin: 0 0 20px;
  padding: 12px 18px;

  background: #17263a;

  border: 0;

  color: #ffffff !important;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.yorumado-section h2::before {
  content: "";

  position: absolute;

  top: 0;
  bottom: 0;
  left: 0;

  width: 4px;

  background: #f05a91;
}


/* =========================================================
   07. HOME - カテゴリー
========================================================= */

.yorumado-category-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.yorumado-category-card {
  display: flex;

  align-items: center;

  min-height: 105px;

  gap: 17px;

  padding: 20px;

  background: #ffffff;

  border: 1px solid #ebe7e7;
  border-radius: 7px;

  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.04);

  color: #17263a !important;

  text-decoration: none !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.yorumado-category-card:hover {
  transform: translateY(-3px);

  box-shadow:
    0 7px 20px rgba(0, 0, 0, 0.09);
}

.yorumado-category-icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  flex: 0 0 52px;

  border-radius: 50%;

  color: #ffffff;

  font-size: 23px;
  font-weight: 700;
}

.video-icon {
  background: #334a87;
}

.manga-icon {
  background: #f05a91;
}

.anime-icon {
  background: #334a87;
}

.yorumado-category-content {
  flex: 1;
}

.yorumado-category-content strong {
  display: block;

  margin-bottom: 5px;

  color: #17263a;

  font-size: 17px;
}

.yorumado-category-content span {
  display: block;

  color: #666666;

  font-size: 12px;
  line-height: 1.5;
}

.yorumado-arrow {
  color: #777777;

  font-size: 30px;
  line-height: 1;
}


/* =========================================================
   08. HOME - 新着レビュー
========================================================= */

.yorumado-review-grid,
.yorumado-review-grid-auto {
  display: grid !important;

  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

  gap: 18px !important;

  align-items: start !important;
}

.yorumado-review-card {
  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #ffffff !important;

  border: 1px solid #ebe7e7 !important;
  border-radius: 8px !important;

  box-shadow:
    0 3px 12px rgba(0, 0, 0, 0.04) !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.yorumado-review-card:hover {
  transform: translateY(-3px) !important;

  box-shadow:
    0 8px 24px rgba(23, 38, 58, 0.10) !important;
}

.yorumado-review-card-link,
.yorumado-review-card-link:link,
.yorumado-review-card-link:visited,
.yorumado-review-card-link:hover {
  display: block !important;

  width: 100% !important;

  color: inherit !important;

  text-decoration: none !important;

  border: 0 !important;
  box-shadow: none !important;
}

.yorumado-review-thumb {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #e1dddd !important;
}

.yorumado-review-image {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;

  object-fit: cover !important;

  border: 0 !important;
}

.yorumado-review-noimage {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  height: 100% !important;

  color: #9ca4af !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.13em !important;

  text-decoration: none !important;
}

.yorumado-review-body {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 18px !important;
}

.yorumado-label {
  display: inline-block !important;

  margin: 0 0 10px !important;
  padding: 4px 10px !important;

  background: #f05a91 !important;
  color: #ffffff !important;

  border-radius: 20px !important;

  font-size: 11px !important;
  line-height: 1.5 !important;
}

.yorumado-review-body h3 {
  display: block !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  color: #17263a !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;

  text-decoration: none !important;
}

.yorumado-review-body h3::before,
.yorumado-review-body h3::after {
  display: none !important;

  content: none !important;
}

.yorumado-review-body p {
  margin: 0 !important;
  padding: 0 !important;

  color: #666666 !important;

  font-size: 13px !important;
  line-height: 1.7 !important;

  text-decoration: none !important;
}

.yorumado-review-card a,
.yorumado-review-card a *,
.yorumado-review-card h3 {
  text-decoration: none !important;
}

.yorumado-review-more {
  display: inline-block !important;

  margin-top: 15px !important;
  padding: 0 !important;

  color: #f05a91 !important;

  font-size: 13px !important;
  font-weight: 700 !important;

  text-decoration: none !important;
}

.yorumado-review-empty {
  padding: 30px 0;
}

.yorumado-review-empty p {
  margin: 0;

  color: #17263a;

  font-size: 14px;
}


/* =========================================================
   09. HOME - フッター
========================================================= */

.yorumado-footer {
  width: 100% !important;

  margin: 70px 0 0 !important;

  background: #17263a !important;
  color: #ffffff !important;
}

.yorumado-footer-inner {
  width: 100%;
  max-width: 1180px;

  margin: 0 auto !important;
  padding: 30px 24px 22px !important;
}

.yorumado-footer-main {
  display: flex !important;

  align-items: center !important;
  justify-content: space-between !important;

  gap: 35px !important;
}

.yorumado-footer-nav {
  display: flex !important;

  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 0 !important;

  white-space: nowrap;
}

.yorumado-footer-nav a {
  color: #ffffff !important;

  text-decoration: none !important;

  font-size: 12px !important;
  font-weight: 500 !important;

  opacity: 0.85;
}

.yorumado-footer-nav a:not(:last-child)::after {
  content: "|";

  display: inline-block;

  margin: 0 10px;

  color: rgba(255, 255, 255, 0.35);
}

.yorumado-footer-nav a:hover {
  color: #ffffff !important;

  text-decoration: underline !important;

  opacity: 1;
}


/* 18歳注意 */

.yorumado-age-area {
  display: flex !important;

  align-items: center !important;

  flex-shrink: 0;

  gap: 13px;
}

.yorumado-age-circle {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  flex: 0 0 48px;

  background: #ffffff;
  color: #17263a;

  border: 4px solid #f05a91;
  border-radius: 50%;

  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.yorumado-age-text {
  display: flex;

  flex-direction: column;

  gap: 3px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 11px;
  line-height: 1.5;

  text-align: left;
}

.yorumado-age-text strong {
  color: #ffffff;

  font-size: 11px;
  font-weight: 600;
}

.yorumado-age-text span {
  color: rgba(255, 255, 255, 0.72);
}

.yorumado-footer-copy {
  margin-top: 22px !important;
  padding-top: 16px !important;

  border-top:
    1px solid rgba(255, 255, 255, 0.14) !important;

  color:
    rgba(255, 255, 255, 0.60) !important;

  font-size: 11px !important;

  text-align: center !important;
}


/* =========================================================
   10. 固定ページ - 基本
========================================================= */

body.page:not(.home) {
  background: #f7f6f6;
}


/* 自動目次を非表示 */

body.page:not(.home) .toc,
body.page:not(.home) #toc,
body.page:not(.home) .toc-container,
body.page:not(.home) .toc-widget-box,
body.page:not(.home) .entry-content .toc,
body.page:not(.home) .entry-content #toc,
body.page:not(.home) .entry-content .toc-container {
  display: none !important;
}


/* Cocoon標準フッター */

body.page:not(.home) #footer,
body.page:not(.home) .footer {
  display: none !important;
}


/* 固定ページ本文カード */

body.page:not(.home) main.main {
  padding: 48px 52px 60px !important;

  background: #ffffff;

  border-radius: 10px;

  box-shadow:
    0 5px 24px rgba(20, 35, 55, 0.045);
}


/* =========================================================
   11. 固定ページ - ページタイトル
========================================================= */

body.page:not(.home) .entry-title {
  position: relative !important;

  margin: 0 0 50px !important;
  padding: 0 0 22px !important;

  background: transparent !important;

  border: 0 !important;

  color: #17263a !important;

  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;

  letter-spacing: 0.01em;
}


/* 紺ライン */

body.page:not(.home) .entry-title::after {
  content: "" !important;

  position: absolute !important;

  left: 0 !important;
  bottom: 0 !important;

  width: 105px !important;
  height: 5px !important;

  background: #17263a !important;

  border-radius: 4px !important;
}


/* ピンクライン */

body.page:not(.home) .entry-title::before {
  content: "" !important;

  position: absolute !important;

  left: 105px !important;
  bottom: 0 !important;

  width: 42px !important;
  height: 5px !important;

  background: #f05a91 !important;

  border-radius: 4px !important;
}


/* 投稿日 */

body.page:not(.home) .date-tags {
  margin-bottom: 18px !important;

  color: #858b95 !important;

  font-size: 12px !important;
}


/* =========================================================
   12. 固定ページ - 全体
========================================================= */

body.page:not(.home) .yorumado-page {
  width: 100%;
  max-width: 980px;

  margin: 0 auto;

  color: #303744;
}

body.page:not(.home) .yorumado-page-intro {
  margin: 0 0 46px !important;

  color: #667085 !important;

  font-size: 15px !important;
  line-height: 1.9 !important;
}


/* =========================================================
   13. 固定ページ - セクション
========================================================= */

body.page:not(.home) .yorumado-info-section {
  margin: 0 0 58px !important;
}


/* =========================================================
   14. 固定ページ - 見出し
========================================================= */

body.page:not(.home) .yorumado-info-heading {
  display: flex !important;

  flex-direction: row !important;
  flex-wrap: nowrap !important;

  align-items: center !important;

  width: 100% !important;

  gap: 12px !important;

  margin: 0 0 22px !important;
  padding: 0 !important;
}


/* 01 / 02 / 03 */

body.page:not(.home) .yorumado-info-number {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 40px !important;
  height: 40px !important;

  min-width: 40px !important;

  flex: 0 0 40px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #f05a91 !important;

  border-radius: 5px !important;

  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}


/* セクションタイトル */

body.page:not(.home)
.yorumado-page
.yorumado-info-heading
h2.yorumado-info-title {
  display: block !important;

  position: static !important;

  width: auto !important;
  min-width: 0 !important;

  flex: 0 1 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;

  color: #17263a !important;

  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;

  white-space: nowrap !important;

  counter-increment: none !important;
}


/* Cocoon H2装飾を解除 */

body.page:not(.home)
.yorumado-page
.yorumado-info-heading
h2.yorumado-info-title::before,

body.page:not(.home)
.yorumado-page
.yorumado-info-heading
h2.yorumado-info-title::after {
  content: none !important;

  display: none !important;
}


/* タイトル右の横線 */

body.page:not(.home) .yorumado-info-line {
  display: block !important;

  flex: 1 1 auto !important;

  min-width: 30px !important;
  height: 1px !important;

  margin: 0 !important;

  background: #8796aa !important;
}


/* ABOUT / CONTENTS 等 */

body.page:not(.home) .yorumado-info-en {
  display: block !important;

  flex: 0 0 auto !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #c3ccda !important;

  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  letter-spacing: 0.14em !important;

  white-space: nowrap !important;
}


/* =========================================================
   15. 固定ページ - 情報カード
========================================================= */

body.page:not(.home) .yorumado-note {
  display: flex !important;

  flex-direction: row !important;

  align-items: center !important;

  width: 100% !important;

  gap: 18px !important;

  margin: 20px 0 25px !important;
  padding: 22px 26px !important;

  border: 0 !important;
  border-radius: 10px !important;

  box-shadow: none !important;
}

body.page:not(.home) .yorumado-note-pink {
  background:
    linear-gradient(
      90deg,
      rgba(240, 90, 145, 0.12),
      rgba(240, 90, 145, 0.035)
    ) !important;
}

body.page:not(.home) .yorumado-note-blue {
  background:
    linear-gradient(
      90deg,
      rgba(61, 103, 199, 0.11),
      rgba(61, 103, 199, 0.035)
    ) !important;
}

body.page:not(.home) .yorumado-note-neutral {
  background: #f5f7fa !important;
}


/* =========================================================
   16. 固定ページ - アイコン
========================================================= */

body.page:not(.home) .yorumado-note-icon {
  display: flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 46px !important;
  height: 46px !important;

  min-width: 46px !important;

  flex: 0 0 46px !important;

  margin: 0 !important;
  padding: 0 !important;

  border-radius: 50% !important;
}

body.page:not(.home) .yorumado-note-icon svg {
  display: block;

  width: 22px;
  height: 22px;

  fill: currentColor;

  stroke: none;
}

body.page:not(.home)
.yorumado-note-pink
.yorumado-note-icon {
  background:
    rgba(240, 90, 145, 0.10) !important;

  color: #f05a91 !important;
}

body.page:not(.home)
.yorumado-note-blue
.yorumado-note-icon {
  background:
    rgba(61, 103, 199, 0.10) !important;

  color: #3d67c7 !important;
}

body.page:not(.home)
.yorumado-note-neutral
.yorumado-note-icon {
  background: #e8ecf1 !important;

  color: #17263a !important;
}


/* =========================================================
   17. 固定ページ - 18+ アイコン
========================================================= */

body.page:not(.home) .yorumado-age-icon span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border: 2px solid currentColor;
  border-radius: 50%;

  color: currentColor;

  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;

  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
}


/* =========================================================
   18. 固定ページ - カード本文
========================================================= */

body.page:not(.home) .yorumado-note-body {
  flex: 1 1 auto !important;

  min-width: 0 !important;
}

body.page:not(.home) .yorumado-note-body p {
  margin: 0 !important;
  padding: 0 !important;

  color: #526074 !important;

  font-size: 14px !important;
  line-height: 1.9 !important;
}


/* =========================================================
   19. 固定ページ - 通常本文
========================================================= */

body.page:not(.home)
.yorumado-info-section > p {
  margin: 0 0 18px !important;

  color: #465469 !important;

  font-size: 15px !important;
  line-height: 1.95 !important;
}


/* =========================================================
   20. 固定ページ - リンク
========================================================= */

body.page:not(.home) .yorumado-page-link {
  color: #315fc7 !important;

  text-decoration: underline !important;

  text-underline-offset: 3px;
}

body.page:not(.home) .yorumado-page-link:hover {
  opacity: 0.75;
}


/* =========================================================
   21. 固定ページ - データ一覧
========================================================= */

body.page:not(.home) .yorumado-data-list {
  width: 100%;

  margin: 24px 0 28px !important;
  padding: 0 !important;

  overflow: hidden;

  background: #f7f8fa !important;

  border: 1px solid #e9edf2 !important;
  border-radius: 9px !important;
}

body.page:not(.home) .yorumado-data-row {
  display: grid;

  grid-template-columns: 160px 1fr;

  margin: 0;
  padding: 0;

  border-bottom: 1px solid #e5e9ef;
}

body.page:not(.home)
.yorumado-data-row:last-child {
  border-bottom: 0;
}

body.page:not(.home)
.yorumado-data-row dt {
  margin: 0;

  padding: 16px 18px;

  background:
    rgba(23, 38, 58, 0.035);

  color: #17263a;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}

body.page:not(.home)
.yorumado-data-row dd {
  margin: 0;

  padding: 16px 18px;

  background: #ffffff;

  color: #465469;

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   22. 固定ページ - お問い合わせ
========================================================= */

body.page:not(.home) .yorumado-contact-box {
  margin: 24px 0;

  padding: 26px;

  background: #faf8f8;

  border: 1px solid #eee8eb;
  border-radius: 10px;
}

body.page:not(.home) input[type="text"],
body.page:not(.home) input[type="email"],
body.page:not(.home) input[type="tel"],
body.page:not(.home) input[type="url"],
body.page:not(.home) textarea,
body.page:not(.home) select {
  width: 100%;

  padding: 13px 14px;

  background: #ffffff;

  border: 1px solid #ccd2da;
  border-radius: 6px;

  color: #303744;

  font-size: 15px;
}

body.page:not(.home) input:focus,
body.page:not(.home) textarea:focus,
body.page:not(.home) select:focus {
  outline: none;

  border-color: #f05a91;

  box-shadow:
    0 0 0 3px rgba(240, 90, 145, 0.10);
}

body.page:not(.home) input[type="submit"],
body.page:not(.home) button[type="submit"] {
  padding: 13px 28px;

  background: #17263a;

  border: 0;
  border-radius: 6px;

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;

  cursor: pointer;
}

body.page:not(.home) input[type="submit"]:hover,
body.page:not(.home) button[type="submit"]:hover {
  opacity: 0.86;
}


/* =========================================================
   23. レビューカテゴリー - 基本
========================================================= */

body.category {
  background: #f7f6f8;
}


/* Cocoon標準ヘッダーを非表示 */

body.category #header-container,
body.category #header,
body.category #header-in,
body.category #navi,
body.category .header-container,
body.category .header-container-in,
body.category .navi {
  display: none !important;
}


/* カスタムヘッダーを表示 */

body.category .yorumado-category-custom-header,
body.category .yorumado-category-custom-header .yorumado-header,
body.category .yorumado-category-custom-header .yorumado-nav {
  display: block !important;
}


/* サイドバー非表示 */

body.category #sidebar {
  display: none !important;
}


/* パンくず非表示 */

body.category .breadcrumb {
  display: none !important;
}


/* Cocoon標準フッター非表示 */

body.category #footer,
body.category .footer {
  display: none !important;
}


/* メイン */

body.category #content-in {
  display: block !important;

  width: 100% !important;
}

body.category main.main {
  width: 100% !important;
  max-width: 1100px !important;

  margin: 0 auto !important;
  padding: 64px 24px 80px !important;

  background: transparent !important;

  box-shadow: none !important;
}


/* =========================================================
   24. レビューカテゴリー - タイトル
========================================================= */

body.category .archive-title,
body.category .category-title,
body.category .entry-title {
  position: relative !important;

  margin: 0 0 40px !important;
  padding: 0 0 18px !important;

  background: transparent !important;

  border: 0 !important;

  color: #172536 !important;

  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

body.category .archive-title::after,
body.category .category-title::after,
body.category .entry-title::after {
  content: "" !important;

  position: absolute !important;

  left: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 2px !important;

  background:
    linear-gradient(
      to right,
      #ef5b8f 0,
      #ef5b8f 90px,
      #172536 90px,
      #172536 100%
    ) !important;
}


/* =========================================================
   25. レビューカテゴリー - 一覧グリッド
========================================================= */

body.category .list,
body.category .entry-cards {
  display: grid !important;

  grid-template-columns:
    repeat(3, minmax(0, 1fr)) !important;

  grid-auto-rows: auto !important;

  gap: 28px !important;

  align-items: start !important;
}


/* =========================================================
   26. レビューカテゴリー - カード
========================================================= */

body.category .entry-card-wrap {
  display: block !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  align-self: start !important;

  color: inherit !important;

  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  text-decoration: none !important;
}

body.category .entry-card {
  display: block !important;

  position: relative !important;

  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #ffffff !important;

  border: 1px solid #e4e7ec !important;
  border-radius: 14px !important;

  box-shadow:
    0 6px 20px rgba(23, 37, 54, 0.06) !important;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

body.category .entry-card-wrap:hover .entry-card {
  transform: translateY(-3px) !important;

  box-shadow:
    0 10px 28px rgba(23, 37, 54, 0.10) !important;
}


/* =========================================================
   27. レビューカテゴリー - サムネイル
========================================================= */

body.category .entry-card-thumb,
body.category .card-thumb,
body.category .e-card-thumb {
  display: block !important;

  position: relative !important;

  float: none !important;

  width: 100% !important;
  max-width: none !important;

  height: 200px !important;
  min-height: 200px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  background: #f0f1f3 !important;
}

body.category .entry-card-thumb img,
body.category .card-thumb img,
body.category .e-card-thumb img {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
}


/* =========================================================
   28. レビューカテゴリー - カード本文
========================================================= */

body.category .entry-card-content,
body.category .card-content,
body.category .e-card-content {
  display: block !important;

  position: static !important;

  float: none !important;

  width: 100% !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  margin: 0 !important;
  padding: 20px !important;
}


/* タイトル */

body.category .entry-card-title,
body.category .card-title,
body.category .e-card-title {
  display: block !important;

  position: static !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  color: #172536 !important;

  background: transparent !important;

  border: 0 !important;
  box-shadow: none !important;

  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;

  text-decoration: none !important;

  visibility: visible !important;
  opacity: 1 !important;
}


/* 抜粋 */

body.category .entry-card-snippet,
body.category .card-snippet,
body.category .e-card-snippet {
  display: block !important;

  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #66707c !important;

  font-size: 13px !important;
  line-height: 1.8 !important;

  visibility: visible !important;
  opacity: 1 !important;
}


/* メタ・日付を非表示 */

body.category .entry-card-meta,
body.category .card-meta,
body.category .e-card-meta,
body.category .post-date,
body.category .post-update {
  display: none !important;
}


/* カテゴリーラベル */

body.category .cat-label {
  top: 8px !important;
  left: 8px !important;

  padding: 3px 7px !important;

  background: #172536 !important;

  color: #ffffff !important;

  font-size: 10px !important;
  line-height: 1.3 !important;
}


/* =========================================================
   29. レビューカテゴリー - NOT FOUND
========================================================= */

body.category .not-found,
body.category .no-post {
  padding: 50px 30px !important;

  background: #ffffff !important;

  border: 1px solid #edf0f4 !important;
  border-radius: 16px !important;

  text-align: center !important;
}


/* =========================================================
   30. レビューカテゴリー - 共通フッター
========================================================= */

.yorumado-simple-footer {
  width: 100%;

  background: #172536;
  color: #ffffff;
}

.yorumado-simple-footer-inner {
  max-width: 1100px;

  margin: 0 auto;
  padding: 30px 24px;

  text-align: center;
}

.yorumado-simple-footer-copy {
  margin: 0;

  color: #ffffff;

  font-size: 14px;
  line-height: 1.6;
}


/* =========================================================
   31. タブレット
========================================================= */

@media screen and (max-width: 900px) {

  .yorumado-footer-main {
    flex-direction: column !important;

    justify-content: center !important;

    gap: 22px !important;
  }

  .yorumado-footer-nav {
    justify-content: center !important;

    white-space: normal;
  }

  .yorumado-age-area {
    justify-content: center;
  }


  /* ホーム新着レビュー */

  .yorumado-review-grid,
  .yorumado-review-grid-auto {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }


  /* カテゴリー一覧 */

  body.category .list,
  body.category .entry-cards {
    grid-template-columns:
      repeat(2, minmax(0, 1fr)) !important;
  }

}


/* =========================================================
   32. スマホ
========================================================= */

@media screen and (max-width: 768px) {

  /* -------------------------
     共通ヘッダー
  ------------------------- */

  .yorumado-header-inner {
    padding: 17px 18px;
  }

  .yorumado-logo-area {
    display: block;
  }

  .yorumado-logo {
    font-size: 30px !important;
  }

  .yorumado-tagline {
    display: none;
  }

  .yorumado-nav-inner {
    justify-content: flex-start;

    min-height: 48px;

    gap: 25px;

    padding: 0 18px;

    overflow-x: auto;
  }

  .yorumado-nav a {
    font-size: 13px !important;
  }


  /* -------------------------
     HOME
  ------------------------- */

  .yorumado-hero-image {
    min-height: 370px;

    background-position: center;
  }

  .yorumado-hero-overlay {
    padding: 0 20px;
  }

  .yorumado-hero-overlay h1 {
    font-size: 31px;
  }

  .yorumado-hero-text {
    font-size: 13px;
  }

  .yorumado-main {
    padding: 32px 18px 60px;
  }

  .yorumado-category-grid {
    grid-template-columns: 1fr;
  }

  .yorumado-review-grid,
  .yorumado-review-grid-auto {
    grid-template-columns: 1fr !important;
  }


  /* -------------------------
     固定ページ
  ------------------------- */

  body.page:not(.home) main.main {
    margin: 20px 12px 42px !important;

    padding: 30px 20px 42px !important;

    border-radius: 8px !important;
  }

  body.page:not(.home) .entry-title {
    margin-bottom: 40px !important;

    font-size: 29px !important;
  }

  body.page:not(.home)
  .entry-title::after {
    width: 80px !important;
    height: 4px !important;
  }

  body.page:not(.home)
  .entry-title::before {
    left: 80px !important;

    width: 32px !important;
    height: 4px !important;
  }

  body.page:not(.home)
  .yorumado-page-intro {
    margin-bottom: 36px !important;

    font-size: 14px !important;
  }

  body.page:not(.home)
  .yorumado-info-section {
    margin-bottom: 46px !important;
  }

  body.page:not(.home)
  .yorumado-info-heading {
    gap: 8px !important;
  }

  body.page:not(.home)
  .yorumado-info-number {
    width: 34px !important;
    height: 34px !important;

    min-width: 34px !important;

    flex-basis: 34px !important;

    font-size: 12px !important;
  }

  body.page:not(.home)
  .yorumado-page
  .yorumado-info-heading
  h2.yorumado-info-title {
    font-size: 18px !important;

    white-space: normal !important;
  }

  body.page:not(.home)
  .yorumado-info-line {
    min-width: 15px !important;
  }

  body.page:not(.home)
  .yorumado-info-en {
    display: none !important;
  }

  body.page:not(.home)
  .yorumado-note {
    gap: 14px !important;

    padding: 18px !important;
  }

  body.page:not(.home)
  .yorumado-note-icon {
    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;

    flex-basis: 40px !important;
  }

  body.page:not(.home)
  .yorumado-note-icon svg {
    width: 20px;
    height: 20px;
  }

  body.page:not(.home)
  .yorumado-note-body p {
    font-size: 14px !important;
  }

  body.page:not(.home)
  .yorumado-info-section > p {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  body.page:not(.home)
  .yorumado-data-row {
    grid-template-columns: 1fr;
  }

  body.page:not(.home)
  .yorumado-data-row dt {
    padding: 12px 15px;
  }

  body.page:not(.home)
  .yorumado-data-row dd {
    padding: 13px 15px;
  }


  /* -------------------------
     カテゴリー一覧
  ------------------------- */

  body.category main.main {
    padding: 42px 18px 60px !important;
  }

  body.category .archive-title,
  body.category .category-title,
  body.category .entry-title {
    font-size: 28px !important;
  }

}


/* =========================================================
   33. 小さいスマホ
========================================================= */

@media screen and (max-width: 600px) {

  /* ホームフッター */

  .yorumado-footer {
    margin-top: 45px !important;
  }

  .yorumado-footer-inner {
    padding: 28px 18px 20px !important;
  }

  .yorumado-footer-nav {
    justify-content: center !important;

    row-gap: 8px !important;
  }

  .yorumado-footer-nav a {
    font-size: 11px !important;
  }

  .yorumado-footer-nav
  a:not(:last-child)::after {
    margin: 0 7px;
  }

  .yorumado-age-circle {
    width: 44px;
    height: 44px;

    flex-basis: 44px;

    font-size: 18px;
  }

  .yorumado-age-text,
  .yorumado-age-text strong {
    font-size: 10px;
  }


  /* ホームレビュー */

  .yorumado-review-thumb {
    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: 16 / 9 !important;
  }

  .yorumado-review-body {
    padding: 18px !important;
  }


  /* カテゴリー */

  body.category .list,
  body.category .entry-cards {
    grid-template-columns: 1fr !important;
  }

  body.category .entry-card-thumb,
  body.category .card-thumb,
  body.category .e-card-thumb {
    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: 16 / 9 !important;
  }

  body.category .entry-card-content,
  body.category .card-content,
  body.category .e-card-content {
    padding: 18px !important;
  }


  /* カテゴリー用フッター */

  .yorumado-simple-footer-inner {
    padding: 24px 16px;
  }

  .yorumado-simple-footer-copy {
    font-size: 12px;
  }

}
/* =========================================================
   カテゴリー一覧：アクセス数を非表示
========================================================= */

body.category .entry-card .admin-pv,
body.category .entry-card .post-count,
body.category .entry-card .post-counts,
body.category .entry-card .pv-count,
body.category .entry-card .view-count,
body.category .entry-card .post-views {
  display: none !important;
}
/* =========================================================
   夜窓レビュー
   個別レビュー記事 最終レイアウト
========================================================= */


/* =========================================================
   1. Cocoon標準ヘッダーを完全非表示
========================================================= */

body.single-post #header-container,
body.single-post .header-container,
body.single-post #header-container-in,
body.single-post .header-container-in,
body.single-post #header,
body.single-post header#header,
body.single-post #header-in,
body.single-post .header-in,
body.single-post #navi,
body.single-post nav#navi,
body.single-post .navi,
body.single-post .navi-in {
  display: none !important;
}


/* 夜窓レビューのカスタムヘッダーは表示 */

body.single-post .yorumado-category-custom-header,
body.single-post .yorumado-category-custom-header .yorumado-header,
body.single-post .yorumado-category-custom-header .yorumado-nav {
  display: block !important;
}


/* =========================================================
   2. Cocoon標準フッターを完全非表示
========================================================= */

body.single-post #footer,
body.single-post footer#footer,
body.single-post .footer,
body.single-post footer.footer,
body.single-post .footer-container,
body.single-post #footer-in,
body.single-post .footer-in,
body.single-post .footer-bottom,
body.single-post .footer-bottom-logo,
body.single-post .footer-bottom-content {
  display: none !important;
}


/* 夜窓レビュー共通フッターは表示 */

body.single-post .yorumado-simple-footer {
  display: block !important;
}


/* =========================================================
   3. 個別記事のサイドバーを非表示
========================================================= */

body.single-post #sidebar,
body.single-post .sidebar,
body.single-post aside.sidebar {
  display: none !important;
}


/* =========================================================
   4. 記事エリアを中央に広げる
========================================================= */

body.single-post #content-in {
  display: block !important;

  width: 100% !important;
  max-width: none !important;
}

body.single-post main.main {
  float: none !important;

  width: 100% !important;
  max-width: 1100px !important;

  margin: 40px auto 70px !important;
  padding: 48px 52px 60px !important;

  background: #ffffff !important;

  border-radius: 10px !important;

  box-shadow:
    0 5px 24px rgba(20, 35, 55, 0.045) !important;
}


/* =========================================================
   5. パンくず
========================================================= */

body.single-post .breadcrumb {
  display: none !important;
}


/* =========================================================
   6. 記事タイトル
========================================================= */

body.single-post .entry-title {
  position: relative !important;

  margin: 0 0 36px !important;
  padding: 0 0 20px !important;

  background: transparent !important;

  border: 0 !important;

  color: #17263a !important;

  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}


/* タイトル下ライン */

body.single-post .entry-title::after {
  content: "" !important;

  position: absolute !important;

  left: 0 !important;
  bottom: 0 !important;

  width: 100% !important;
  height: 2px !important;

  background:
    linear-gradient(
      to right,
      #f05a91 0,
      #f05a91 90px,
      #17263a 90px,
      #17263a 100%
    ) !important;
}


/* 不要な疑似要素 */

body.single-post .entry-title::before {
  display: none !important;
}


/* =========================================================
   7. 記事本文
========================================================= */

body.single-post .entry-content {
  color: #303744 !important;

  font-size: 16px !important;
  line-height: 2 !important;
}

body.single-post .entry-content p {
  margin-bottom: 24px !important;
}


/* =========================================================
   8. 投稿者表示を非表示
========================================================= */

body.single-post .author-info,
body.single-post .post-author,
body.single-post .author-name {
  display: none !important;
}


/* =========================================================
   9. スマホ
========================================================= */

@media screen and (max-width: 768px) {

  body.single-post main.main {
    margin: 20px 12px 45px !important;

    padding: 30px 20px 42px !important;
  }

  body.single-post .entry-title {
    font-size: 27px !important;
  }

}
/* =========================================================
   夜窓レビュー
   主要固定ページ：ホームと同じヘッダー
========================================================= */


/* Cocoon標準ヘッダーを非表示 */

body.page:not(.home) #header-container,
body.page:not(.home) #header,
body.page:not(.home) #header-in,
body.page:not(.home) #navi,
body.page:not(.home) .header-container,
body.page:not(.home) .header-container-in,
body.page:not(.home) .navi,
body.page:not(.home) .navi-in {
  display: none !important;
}


/* 夜窓レビュー共通ヘッダーを表示 */

body.page:not(.home) .yorumado-fixed-custom-header,
body.page:not(.home) .yorumado-fixed-custom-header .yorumado-header,
body.page:not(.home) .yorumado-fixed-custom-header .yorumado-nav {
  display: block !important;
}


/* ヘッダー直下の不要な余白を抑える */

body.page:not(.home) #content {
  margin-top: 0 !important;
}

body.page:not(.home) #content-in {
  padding-top: 0 !important;
}
/* =========================================================
   夜窓レビュー
   個別レビュー記事デザイン
========================================================= */

.yorumado-review-article {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  color: #303744;
}

.yorumado-review-lead {
  margin: 0 0 46px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
}


/* セクション */

.yorumado-review-section {
  margin: 0 0 58px;
}


/* 見出し */

.yorumado-review-heading {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  margin: 0 0 22px;
}

.yorumado-review-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  min-width: 40px;

  background: #f05a91;
  color: #fff;

  border-radius: 5px;

  font-size: 14px;
  font-weight: 700;
}

.yorumado-review-heading h2 {
  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
  border: 0 !important;

  color: #17263a !important;

  font-size: 23px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.yorumado-review-heading h2::before,
.yorumado-review-heading h2::after {
  display: none !important;
  content: none !important;
}

.yorumado-review-line {
  flex: 1;
  height: 1px;
  background: #8796aa;
}

.yorumado-review-en {
  color: #c3ccda;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}


/* 情報カード */

.yorumado-review-info-card {
  overflow: hidden;
  border: 1px solid #e9edf2;
  border-radius: 10px;
  background: #fff;
}

.yorumado-review-data {
  margin: 0;
}

.yorumado-review-data-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #e5e9ef;
}

.yorumado-review-data-row:last-child {
  border-bottom: 0;
}

.yorumado-review-data-row dt {
  margin: 0;
  padding: 15px 18px;

  background: rgba(23, 38, 58, 0.035);

  color: #17263a;

  font-size: 14px;
  font-weight: 700;
}

.yorumado-review-data-row dd {
  margin: 0;
  padding: 15px 18px;

  color: #465469;

  font-size: 14px;
}


/* 補足カード */

.yorumado-review-note {
  margin: 18px 0 24px;
  padding: 20px 22px;

  border-radius: 10px;

  color: #526074;

  font-size: 14px;
  line-height: 1.8;
}

.yorumado-review-note-blue {
  background:
    linear-gradient(
      90deg,
      rgba(61, 103, 199, 0.11),
      rgba(61, 103, 199, 0.035)
    );
}

.yorumado-review-note-pink {
  background:
    linear-gradient(
      90deg,
      rgba(240, 90, 145, 0.12),
      rgba(240, 90, 145, 0.035)
    );
}


/* 良かった点 */

.yorumado-review-point-list {
  display: grid;
  gap: 14px;
}

.yorumado-review-point {
  display: flex;
  align-items: flex-start;

  gap: 14px;

  padding: 18px 20px;

  background: #f8f9fb;

  border: 1px solid #edf0f4;
  border-radius: 10px;
}

.yorumado-review-point-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  flex: 0 0 32px;

  border-radius: 50%;

  background: rgba(61, 103, 199, 0.10);
  color: #3d67c7;

  font-weight: 800;
}

.yorumado-review-point strong {
  display: block;
  margin-bottom: 4px;
  color: #17263a;
}

.yorumado-review-point p {
  margin: 0 !important;
}


/* 総評 */

.yorumado-review-summary {
  margin: 0 0 24px;
  padding: 22px 24px;

  background: #fff8fb;

  border-left: 4px solid #f05a91;
  border-radius: 8px;
}

.yorumado-review-summary strong {
  display: block;
  margin-bottom: 10px;
  color: #17263a;
}

.yorumado-review-summary ul {
  margin: 0;
  padding-left: 20px;
}

.yorumado-review-summary li {
  margin: 5px 0;
}


/* CTA */

.yorumado-review-cta {
  padding: 26px;

  background: #17263a;

  border-radius: 12px;

  text-align: center;
}

.yorumado-review-cta p {
  margin: 0 0 18px !important;

  color: rgba(255, 255, 255, 0.82) !important;

  font-size: 13px !important;
  line-height: 1.8 !important;
}

.yorumado-review-button {
  display: inline-block;

  padding: 13px 26px;

  background: #f05a91;
  color: #ffffff !important;

  border-radius: 999px;

  text-decoration: none !important;

  font-size: 14px;
  font-weight: 700;
}

.yorumado-review-button:hover {
  opacity: 0.88;
}


/* 本文 */

.yorumado-review-section > p {
  margin: 0 0 18px !important;

  color: #465469 !important;

  font-size: 15px !important;
  line-height: 1.95 !important;
}


/* スマホ */

@media screen and (max-width: 768px) {

  .yorumado-review-heading {
    gap: 8px;
  }

  .yorumado-review-number {
    width: 34px;
    height: 34px;
    min-width: 34px;

    font-size: 12px;
  }

  .yorumado-review-heading h2 {
    font-size: 18px !important;
  }

  .yorumado-review-en {
    display: none;
  }

  .yorumado-review-data-row {
    grid-template-columns: 1fr;
  }

  .yorumado-review-data-row dt {
    padding: 12px 15px;
  }

  .yorumado-review-data-row dd {
    padding: 13px 15px;
  }

  .yorumado-review-cta {
    padding: 22px 18px;
  }

}
/* =========================================================
   夜窓レビュー
   レビュー記事専用目次
========================================================= */

/* Cocoon標準目次は個別記事では非表示 */
body.single-post .toc,
body.single-post #toc,
body.single-post .toc-container,
body.single-post .toc-widget-box {
  display: none !important;
}

/* 夜窓レビュー専用目次は表示 */
body.single-post .yorumado-review-toc {
  display: block !important;

  width: 100% !important;

  margin: 32px 0 48px !important;
  padding: 24px 28px !important;

  background: #f8f9fb !important;

  border: 1px solid #e4e8ee !important;
  border-radius: 10px !important;

  box-sizing: border-box !important;

  float: none !important;
  clear: both !important;
}


/* =========================================================
   目次タイトル
========================================================= */

.yorumado-review-toc-title {
  display: flex !important;

  align-items: center !important;

  gap: 10px !important;

  margin: 0 0 18px !important;

  color: #17263a !important;

  font-size: 18px !important;
  line-height: 1.5 !important;
}

.yorumado-review-toc-title span {
  color: #f05a91 !important;

  font-size: 10px !important;
  font-weight: 700 !important;

  letter-spacing: 0.14em !important;
}

.yorumado-review-toc-title strong {
  color: #17263a !important;

  font-size: 18px !important;
  font-weight: 700 !important;
}


/* =========================================================
   目次リスト
========================================================= */

.yorumado-review-toc ol {
  display: grid !important;

  grid-template-columns:
    repeat(2, minmax(0, 1fr)) !important;

  gap: 10px 28px !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  counter-reset: yorumado-review-toc !important;
}

.yorumado-review-toc li {
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  counter-increment: yorumado-review-toc !important;
}


/* =========================================================
   目次リンク
========================================================= */

.yorumado-review-toc a,
.yorumado-review-toc a:link,
.yorumado-review-toc a:visited {
  display: flex !important;

  align-items: center !important;

  gap: 10px !important;

  color: #465469 !important;

  font-size: 14px !important;
  line-height: 1.6 !important;

  text-decoration: none !important;
}

.yorumado-review-toc a::before {
  content:
    counter(
      yorumado-review-toc,
      decimal-leading-zero
    ) !important;

  display: inline-flex !important;

  align-items: center !important;
  justify-content: center !important;

  width: 30px !important;
  height: 30px !important;

  min-width: 30px !important;

  flex: 0 0 30px !important;

  background:
    rgba(240, 90, 145, 0.10) !important;

  border-radius: 50% !important;

  color: #f05a91 !important;

  font-size: 10px !important;
  font-weight: 700 !important;

  line-height: 1 !important;
}

.yorumado-review-toc a:hover {
  color: #f05a91 !important;
}


/* =========================================================
   アンカー位置調整
========================================================= */

.yorumado-review-section {
  scroll-margin-top: 30px;
}


/* =========================================================
   スマホ
========================================================= */

@media screen and (max-width: 600px) {

  body.single-post .yorumado-review-toc {
    margin: 26px 0 38px !important;
    padding: 20px 18px !important;
  }

  .yorumado-review-toc-title {
    margin-bottom: 16px !important;
  }

  .yorumado-review-toc ol {
    grid-template-columns: 1fr !important;

    gap: 9px !important;
  }

  .yorumado-review-toc a {
    font-size: 13px !important;
  }

}
/* 18歳未満禁止マーク */
.yorumado-age-circle {
  position: relative;
  overflow: hidden;
  border: 4px solid #e53935 !important;
  background: #fff !important;
  color: #17263a !important;
  box-sizing: border-box;
}

/* 赤い斜線 */
.yorumado-age-circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 145%;
  background: #e53935;
  border-radius: 999px;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
/* =========================================================
   夜窓レビュー
   固定ページ：投稿者情報を非表示
========================================================= */

body.page .author-info,
body.page .post-author,
body.page .author-name,
body.page .entry-author,
body.page .footer-meta {
  display: none !important;
}