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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =============================================================
   0. 全体タイポグラフィ（SWELL カスタマイザーでは細かい優先順位を設定できないため上書き）
   ============================================================= */
html,
body,
button,
input,
select,
textarea,
.post_content,
.editor-styles-wrapper,
.editor-styles-wrapper p,
.wp-block-post-title,
.editor-post-title__input {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Noto Sans JP", Meiryo, sans-serif;
}

/* =============================================================
   0-2. 投稿ページ・固定ページ以外でヘッダーUIを抑制
        （body_class に .spk-no-header-nav 付与済み）
   ============================================================= */
.spk-no-header-nav {
  /* メニューボタン・検索ボタンを非表示（aria-labelで確実に絞る） */
}
.spk-no-header-nav .l-header [aria-label=メニューボタン],
.spk-no-header-nav .l-header [aria-label=検索ボタン] {
  display: none !important;
}
.spk-no-header-nav {
  /* ロゴクリックでトップに飛ばさない（リンク無効化） */
}
.spk-no-header-nav .c-headLogo__link {
  pointer-events: none;
  cursor: default;
}

.has-eyecatch .l-content {
  padding-top: 1em;
}

/* スマホ時、アイキャッチを画面幅いっぱい（上＋左右の余白なし）に
   - .has-eyecatch がついてるとき限定（他レイアウトに影響しない）
   - calc(50% - 50vw) で .l-content の左右paddingを打ち消す全幅テク
   - margin-top: -1em で .l-content の padding-top: 1em を打ち消す
*/
@media (max-width: 599px) {
  .has-eyecatch .p-articleThumb {
    margin-top: -1em !important; /* SWELL の margin: 0 0 2em を打ち消す */
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
  }
  .has-eyecatch .p-articleThumb__img {
    width: 100%;
    display: block;
    box-shadow: none;
  }
}
/* =============================================================
   0-3. 診断型LP（本文先頭の診断フォームをFVとして見せる）
        （body_class に .spk-diagnostic-lp 付与済み）
   ============================================================= */
.spk-diagnostic-lp .l-header,
.spk-diagnostic-lp .l-fixHeader,
.spk-diagnostic-lp .l-header__bar,
.spk-diagnostic-lp .c-gnav,
.spk-diagnostic-lp #breadcrumb,
.spk-diagnostic-lp .c-shareBtns__list,
.spk-diagnostic-lp .p-toc,
.spk-diagnostic-lp .p-articleThumb,
.spk-diagnostic-lp .c-postTitle,
.spk-diagnostic-lp .p-articleMetas,
.spk-diagnostic-lp .p-articleFoot,
.spk-diagnostic-lp .l-articleBottom,
.spk-diagnostic-lp .l-articleBottom__section,
.spk-diagnostic-lp .p-relatedPosts {
  display: none !important;
}
.spk-diagnostic-lp .l-content {
  padding-top: 0 !important;
}
.spk-diagnostic-lp .l-mainContent__inner > .post_content {
  margin-top: 0 !important;
}
.spk-diagnostic-lp .diag-app {
  max-width: 760px;
  margin: 0 auto;
}
.spk-diagnostic-lp .diag-stage {
  position: relative;
  width: min(100%, 620px);
  margin: 0 auto 24px;
  padding: clamp(10px, 2.8cqw, 16px);
  border-radius: 10px;
  overflow: hidden;
  background: var(--diag-surface, #eef7fb);
  box-shadow: 0 8px 24px var(--diag-surface-shadow, rgba(37, 101, 150, 0.1));
}
.spk-diagnostic-lp .diag-screen {
  container-type: inline-size;
  position: relative;
  display: none;
}
.spk-diagnostic-lp .diag-screen.is-active {
  display: block;
}
.spk-diagnostic-lp .diag-visual {
  aspect-ratio: 16/9;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #edf8ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.spk-diagnostic-lp .diag-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.spk-diagnostic-lp .diag-visual-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  background: linear-gradient(180deg, #eef8ff 0%, #fffdf7 100%);
  border: 1px solid #cfe8fb;
  color: #0c3970;
}
.spk-diagnostic-lp .diag-visual-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #2580d8;
  color: #fff;
  font-size: clamp(18px, 5cqw, 26px);
  font-weight: 800;
  line-height: 1;
}
.spk-diagnostic-lp .diag-visual-title {
  margin: 0 0 12px;
  font-size: clamp(27px, 7cqw, 40px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
.spk-diagnostic-lp .diag-visual-lead {
  margin: 0;
  font-size: clamp(14px, 3.8cqw, 18px);
  font-weight: 700;
  line-height: 1.6;
  color: #24435f;
}
.spk-diagnostic-lp .diag-question {
  display: grid;
  grid-template-columns: clamp(46px, 12cqw, 58px) minmax(0, 1fr);
  align-items: center;
  margin: clamp(16px, 4cqw, 24px) 0 clamp(14px, 3.6cqw, 20px);
  background: #fff;
  box-shadow: 0 2px 8px var(--diag-question-shadow, rgba(37, 101, 150, 0.08));
}
.spk-diagnostic-lp .diag-question-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: var(--diag-question-badge, #2f8fc7);
  color: #fff;
  font-size: clamp(21px, 5.5cqw, 28px);
  font-weight: 800;
  line-height: 1;
}
.spk-diagnostic-lp .diag-question-text {
  margin: 0;
  padding: clamp(13px, 3.4cqw, 18px) clamp(14px, 4cqw, 22px);
  font-size: clamp(15px, 4cqw, 18px);
  font-weight: 700;
  line-height: 1.55;
  color: #1f2933;
  letter-spacing: 0;
}
.spk-diagnostic-lp .diag-buttons {
  --diag-choice-count: 4;
  display: grid;
  grid-template-rows: repeat(var(--diag-choice-count), auto);
  gap: clamp(10px, 3.2cqw, 16px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.spk-diagnostic-lp .diag-btn {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  font: inherit;
  text-align: left;
  color: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(18px, 5cqw, 24px);
  gap: clamp(8px, 2.6cqw, 12px);
  align-items: center;
  padding: clamp(13px, 3.8cqw, 18px) clamp(14px, 4cqw, 22px);
  border: 1px solid var(--diag-button-border, #d8e7ef);
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 3px 10px var(--diag-button-shadow, rgba(37, 101, 150, 0.08));
  transition: transform 0.15s, filter 0.15s, box-shadow 0.15s;
}
.spk-diagnostic-lp .diag-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 8px 18px rgba(37, 101, 150, 0.14);
}
.spk-diagnostic-lp .diag-btn:focus-visible {
  outline: 3px solid var(--diag-focus, #5fb7e5);
  outline-offset: 2px;
}
.spk-diagnostic-lp .diag-btn-icon {
  display: none;
}
.spk-diagnostic-lp .diag-btn-text {
  min-width: 0;
  font-size: clamp(14px, 3.8cqw, 17px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.45;
  overflow-wrap: anywhere;
  color: var(--diag-button-text, #24313a);
}
.spk-diagnostic-lp .diag-btn-arrow {
  font-size: clamp(18px, 5cqw, 24px);
  font-weight: 700;
  text-align: center;
  color: var(--diag-button-arrow, #2f7db8);
}
.spk-diagnostic-lp .diag-done {
  text-align: center;
}
.spk-diagnostic-lp .diag-done-inner {
  padding: 20px 6px 0;
}
.spk-diagnostic-lp .diag-done-badge {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #2580d8;
  color: #fff;
  font-weight: 800;
}
.spk-diagnostic-lp .diag-done-title {
  margin: 0 0 14px;
  color: #0c3970;
  font-size: clamp(25px, 7cqw, 36px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}
.spk-diagnostic-lp .diag-done-desc {
  margin: 0 auto 16px;
  max-width: 38em;
  color: #24435f;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
}
.spk-diagnostic-lp .diag-done-cta {
  margin: 0 auto;
  color: #d35400;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
}
.spk-diagnostic-lp .diag-done-actions {
  margin-top: 18px;
}
.spk-diagnostic-lp .diag-reset {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border: 2px solid #ff8a3d;
  border-radius: 999px;
  color: #ff8a3d;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.spk-diagnostic-lp .diag-reset:hover {
  background: #ff8a3d;
  color: #fff;
}
.spk-diagnostic-lp .diag-products-head {
  margin: 32px 0 16px;
  padding: 14px 18px;
  background: #fff8ee;
  border-left: 4px solid #ff8a3d;
  font-size: 14px;
  color: #666;
  border-radius: 6px;
}
.spk-diagnostic-lp .diag-products-head strong {
  color: #d35400;
}
.spk-diagnostic-lp .diag-result-note {
  display: none;
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #eaf7f3;
  border: 1px solid #9cd2c0;
  border-radius: 8px;
  color: #2c8579;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
}
.spk-diagnostic-lp .diag-app.is-filtered .diag-result-note {
  display: block;
}
.spk-diagnostic-lp .diag-product {
  margin-bottom: 16px;
  max-height: 2400px;
  opacity: 1;
  overflow: hidden;
  transform: scale(1);
  transition: opacity 0.35s ease, max-height 0.45s ease, margin 0.35s ease, transform 0.35s ease;
}
.spk-diagnostic-lp .diag-product.is-hidden {
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
  transform: scale(0.96);
  pointer-events: none;
}
.spk-diagnostic-lp .diag-product.is-featured {
  outline: 3px solid #ffb15c;
  outline-offset: 4px;
  border-radius: 10px;
}
.spk-diagnostic-lp .diag-product {
  /*
   * 診断LPの商品紹介は絞り込み用に .diag-product で包む。
   * 既存セレクト記事は商品紹介ブロックが .post_content 直下に並ぶため、
   * SWELL/子テーマの直下要素向け余白がそのまま効く。
   * ラッパー内でも既存記事と同じ見え方に寄せるため、主要ブロックの余白を補正する。
   */
}
.spk-diagnostic-lp .diag-product > h3.wp-block-heading {
  margin-top: 54px !important;
}
.spk-diagnostic-lp .diag-product > figure.wp-block-image,
.spk-diagnostic-lp .diag-product > figure.wp-block-table {
  margin-bottom: 32px;
}
.spk-diagnostic-lp .diag-product > blockquote.wp-block-quote {
  margin-bottom: 2em;
}

/* =============================================================
   1. 管理者用UI（[login_only] ショートコード）
   ============================================================= */
.login_only {
  position: relative;
  padding: 24px 60px 24px 20px;
  border: 3px solid #F44336;
}
.login_only::before {
  content: "管理者用";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F44336;
  padding: 1px 3px 1px 6px;
  font-size: 12px;
  color: #fff;
}

/* =============================================================
   2. 記事タイトル（フロント h1 + block editor の Post Title 両対応）
   ============================================================= */
.c-postTitle__ttl,
.editor-post-title__input,
.wp-block-post-title {
  font-size: 32px;
}
@media (max-width: 599px) {
  .c-postTitle__ttl,
  .editor-post-title__input,
  .wp-block-post-title {
    font-size: 20px;
  }
}

/* =============================================================
   3. 本文ブロック共通体裁
      （フロント .post_content + block editor .editor-styles-wrapper 両対応）
   ============================================================= */
.post_content,
.editor-styles-wrapper {
  /* 見出し */
}
.post_content h2.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading {
  font-size: 28px;
}
@media (max-width: 599px) {
  .post_content h2.wp-block-heading,
  .editor-styles-wrapper h2.wp-block-heading {
    font-size: 20px;
  }
}
.post_content h3.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading {
  font-size: 20px;
}
@media (max-width: 599px) {
  .post_content h3.wp-block-heading,
  .editor-styles-wrapper h3.wp-block-heading {
    font-size: 18px;
  }
}
.post_content,
.editor-styles-wrapper {
  /* code ブロック */
}
.post_content pre.wp-block-code,
.editor-styles-wrapper pre.wp-block-code {
  padding: 1em !important;
}
.post_content,
.editor-styles-wrapper {
  /* 引用：::before の引用記号を消して左寄せ */
}
.post_content blockquote.wp-block-quote,
.editor-styles-wrapper blockquote.wp-block-quote {
  font-size: 0.9em;
  background-color: #f5f8fa;
  padding: 18px 24px;
}
.post_content blockquote.wp-block-quote::before,
.editor-styles-wrapper blockquote.wp-block-quote::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
.post_content,
.editor-styles-wrapper {
  /* 表 */
}
.post_content .wp-block-table thead th,
.editor-styles-wrapper .wp-block-table thead th {
  background-color: #f5f8fa;
}
.post_content .wp-block-table th,
.editor-styles-wrapper .wp-block-table th {
  background: #f5f8fa;
}
.post_content .wp-block-table th,
.post_content .wp-block-table td,
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
  color: #333;
  font-size: 0.9em;
}

/* =============================================================
   4. キャラクター著者カード（カスタムフィールド spk_character 連動）
   ============================================================= */
.p-articleMetas.has-spk-character {
  display: block;
  border-top: 1px solid #eee;
  padding: 1.5em 1em;
  border-bottom: 1px solid #eee;
  margin-top: 2em;
}

.spk-author-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.spk-author-card__img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.spk-author-card__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.3;
}
.spk-author-card__name {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.spk-author-card .c-postTimes__posted {
  font-size: 12px;
  color: #666;
  /* SWELL デフォの時計アイコン (::before) を非表示 */
}
.spk-author-card .c-postTimes__posted::before {
  content: none !important;
  display: none !important;
}

/* キャラ設定時はテンプレ (parts/single/item/times.php) 側で .spk-author-card を出力するので
   CSS による hide は不要（DOM に <time> 重複が出ない） */
/* =============================================================
   5. 目次（.p-toc）
   ============================================================= */
.p-toc {
  /* PC：本文と同じ全幅 */
}
@media (min-width: 960px) {
  #main_content .p-toc {
    width: 100%;
  }
}
.p-toc {
  /* スタイル variants */
}
.p-toc.-simple {
  background: #f5f8fa;
  border: none;
  color: rgba(8, 19, 26, 0.6588235294);
}
.p-toc {
  /* タイトル：14px・太字・左寄せ・SWELLデフォアイコン消す */
}
.p-toc__ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.p-toc__ttl::before {
  content: none;
  display: none;
}
.p-toc {
  /* リスト：14px・SWELLの番号記号なし */
}
.p-toc__list {
  font-size: 14px;
}
.p-toc__list li {
  font-size: 14px;
}
.p-toc__list.is-style-index {
  list-style: none;
  counter-reset: none;
}
.p-toc__list.is-style-index > li::before,
.p-toc__list.is-style-index > li > a::before {
  content: none;
  display: none;
  counter-increment: none;
}

.komidashi {
  margin-bottom: 0.5em;
}

.l-mainContent__inner > .post_content {
  margin: 3em 0 4em;
}

/* ===========================================================
 * 横スクロール比較表（rk-compare）
 * mdの通常 table を tools/wp_post.py が wp:html ブロックでラップして出力
 * - スマホでは横スクロール+スクロール案内
 * - 商品画像列・商品名列の幅を固定して可読性確保
 * =========================================================== */
.rk-compare-wrap {
  margin: 1.5em 0;
}
.rk-compare-wrap .rk-compare-hint {
  text-align: right;
  color: #888;
  font-size: 0.85em;
  margin-bottom: 0.3em;
}
.rk-compare-wrap .rk-compare-hint-arrow {
  display: inline-block;
  margin-left: 4px;
  animation: rk-compare-arrow-shake 1.2s ease-in-out infinite;
}
.rk-compare-wrap .rk-compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
}
.rk-compare-wrap table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0;
}
.rk-compare-wrap th, .rk-compare-wrap td {
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.5;
}
.rk-compare-wrap th, .post_content .rk-compare-wrap thead th, .post_content .rk-compare-wrap thead td {
  background: #f5f8fa !important;
  background-color: #f5f8fa !important;
  color: #333 !important;
  font-weight: 600;
  white-space: nowrap;
  padding: 5px 10px;
}
.rk-compare-wrap td.rk-compare-thumb {
  width: 130px;
  min-width: 130px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.rk-compare-wrap td.rk-compare-thumb img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  display: block;
  margin: 0;
}
.rk-compare-wrap td.rk-compare-thumb .rk-compare-thumb-name {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  word-break: break-word;
  text-align: left;
  padding: 1px 3px;
}
.rk-compare-wrap td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background: transparent;
}
.rk-compare-wrap td:not(.rk-compare-thumb),
.rk-compare-wrap th:not(:first-child) {
  min-width: 90px;
  white-space: nowrap;
}
.rk-compare-wrap table tr > th:last-child,
.rk-compare-wrap table tr > td:last-child {
  border-right: 1px solid #e5e5e5;
}

/* PCでは横スクロール案内を非表示（スマホのみ表示） */
@media (min-width: 768px) {
  .rk-compare-wrap .rk-compare-hint {
    display: none;
  }
}
@keyframes rk-compare-arrow-shake {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
/* =============================================================
   カテゴリ・タグ：note 風 pill 表示
   - SWELLの .p-articleMetas.-bottom 配下にカテゴリ <a class="c-categoryList__link">
     とタグ <a class="c-tagList__link"> が並ぶ。
   - functions.php の output buffer で ads/sample 等 CPT は <span> に変換済み。
   - スタイルは a / span 共通で当てる。
   ============================================================= */
.p-articleMetas.-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 32px;
}

.p-articleMetas.-bottom .p-articleMetas__termList {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* SWELLが c-categoryList / c-tagList の左に出すicomoonアイコン(::before)を非表示 */
.p-articleMetas .p-articleMetas__termList::before,
.p-articleMetas .c-categoryList::before,
.p-articleMetas .c-tagList::before {
  content: none !important;
  display: none !important;
}

.p-articleMetas .c-categoryList__link,
.p-articleMetas .c-tagList__link {
  display: inline-flex !important;
  align-items: center;
  padding: 5px 12px !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #08131a !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

.p-articleMetas .c-categoryList__link::before,
.p-articleMetas .c-tagList__link::before {
  content: "#";
  margin-right: 2px;
  color: inherit;
  font-weight: 600;
}

a.c-categoryList__link:hover,
a.c-tagList__link:hover {
  background-color: #f5f8fa;
  border-color: #d1d5db;
  color: #08131a;
  text-decoration: none;
}

span.c-categoryList__link,
span.c-tagList__link {
  cursor: default;
}

.post_content > h2 {
  margin-left: inherit;
  margin-right: inherit;
}

.c-balloon__iconName {
  font-size: 13px;
  opacity: 1;
  font-weight: bold;
}
.c-balloon .c-balloon__body {
  font-size: 0.9em;
}
.c-balloon.-bln-left .c-balloon__body {
  padding-right: 0;
}

@media (min-width: 960px) {
  .-parallel-bottom .l-header__inner {
    padding-top: 0;
  }
}
@media (min-width: 960px) {
  .-parallel-bottom .l-header__logo {
    padding: 8px 0;
  }
}
/* =============================================================
   .spk-item-card — おさらい等のカード表示（[!item-card] マーカーで生成）
   ============================================================= */
.spk-item-card {
  display: flex;
  gap: 0;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0;
  margin: 12px 0 24px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.spk-item-card:hover {
  border-color: #c0c0c0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.spk-item-card__img {
  flex-shrink: 0;
  width: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spk-item-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  display: block;
}

.spk-item-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px;
}

.spk-item-card__info {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 10px;
  color: #222;
}

.spk-item-card__info strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 4px;
  color: #111;
}

.spk-item-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 4px;
  color: #111;
}

.spk-item-card__desc {
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0 0 5px;
  color: #333;
}

.spk-item-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0 0 10px;
  color: #222;
}

.spk-item-card__price {
  color: #bf0000;
  font-weight: 700;
}

.spk-item-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  vertical-align: baseline;
}

.spk-item-card__rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
}

.spk-item-card__rating-icon {
  color: #f5a300;
  font-size: 0.95em;
  line-height: 1;
}

.spk-item-card__rating .icon-star-empty {
  color: #ddd;
}

.spk-item-card__rating-score {
  font-weight: 700;
  line-height: 1;
}

.spk-item-card__rating-count {
  line-height: 1;
}

.spk-item-card__link {
  margin: 0;
}

.spk-item-card__link a {
  display: inline-block;
  background: #c00;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background 0.15s ease;
}

.spk-item-card__link a:hover {
  background: #a00;
}

@media (max-width: 600px) {
  .spk-item-card {
    align-items: stretch;
    gap: 0;
  }
  .spk-item-card__img {
    width: 34%;
    min-width: 112px;
    min-height: 124px;
  }
  .spk-item-card__body {
    padding: 12px;
  }
  .spk-item-card__info {
    font-size: 0.88rem;
  }
  .spk-item-card__info strong {
    font-size: 0.92rem;
  }
  .spk-item-card__title {
    font-size: 0.92rem;
  }
  .spk-item-card__desc {
    font-size: 0.78rem;
  }
  .spk-item-card__meta {
    gap: 7px;
    font-size: 0.88rem;
  }
  .spk-item-card__link a {
    display: inline-block;
    text-align: center;
    font-size: 0.82rem;
    padding: 8px 12px;
  }
}

/* =====================================================================
   .spk-compare-vertical : 縦型比較表
   - 商品をヘッダー行に横並び、項目をフル幅セクションヘッダーで縦に展開（hulu/dTV比較表型）
   - アイキャッチ／フローチャートのトーン（白ベース＋ブルー基調＋黄色アクセント）に揃える
   - 4商品（最大5列）想定。スマホでも横スクロールなしで収まる程度の文字サイズ
   ===================================================================== */
.spk-compare-vertical {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  margin: 1.6em 0;
  font-size: 13px;
  line-height: 1.5;
  color: #0f172a;
  table-layout: fixed;
}
.spk-compare-vertical th,
.spk-compare-vertical td {
  border: 1px solid #cbd5e1;
  padding: 10px 6px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.spk-compare-vertical thead th {
  background: #ffffff;
  color: #333;
  padding: 4px;
  font-size: 12px;
  font-weight: 700;
  border-color: #ffffff;
  vertical-align: top;
  border-bottom: 1px solid #cbd5e1 !important;
  line-height: 1.1;
}
.spk-compare-vertical thead th img {
  display: block;
  width: 100%;
  max-width: 90px;
  margin: 0 auto 6px;
  border-radius: 4px;
  background: #ffffff;
  padding: 2px;
}
.spk-compare-vertical thead .spk-compare-rank {
  display: inline-block;
  background: #f5b400;
  color: #0f172a;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
}
.spk-compare-vertical .spk-compare-section th {
  background: #f1f5f9;
  color: #0f172a;
  text-align: left;
  padding: 2px 12px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.02em;
  border-color: #cbd5e1;
}
.spk-compare-vertical .spk-compare-price {
  color: #c2410c;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
}
.spk-compare-vertical .spk-compare-tag {
  display: inline-block;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.spk-compare-vertical .spk-compare-tag--100v {
  background: #f5b400;
  color: #0f172a;
}
.spk-compare-vertical .spk-compare-tag--portable {
  background: #ffffff;
  color: #0f172a;
  border: 1.5px solid #0f172a;
}
.spk-compare-vertical .spk-compare-tag--200v {
  background: #d12c2c;
  color: #ffffff;
}
.spk-compare-vertical .spk-compare-cta a {
  display: inline-block;
  background: #c00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 11.5px;
  font-weight: 700;
  border: 1.5px solid #c00;
  transition: filter 0.15s ease;
  width: 100%;
}
.spk-compare-vertical .spk-compare-cta a:hover {
  filter: brightness(0.94);
}
/* CTAボタン行: 上だけ枠線、左右下は枠なし（th「楽天で見る」を撤去した分の見切り目） */
.spk-compare-vertical .spk-compare-cta-row td {
  border-top: 1px solid #cbd5e1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding-top: 5px;
}

@media (max-width: 600px) {
  .spk-compare-vertical {
    font-size: 11.5px;
  }
  .spk-compare-vertical th,
  .spk-compare-vertical td {
    padding: 8px 4px;
  }
  .spk-compare-vertical thead th {
    font-size: 11px;
    padding: 8px 3px 10px;
  }
  .spk-compare-vertical thead th img {
    max-width: 64px;
  }
  .spk-compare-vertical .spk-compare-section th {
    font-size: 12px;
    padding: 7px 10px;
  }
  .spk-compare-vertical .spk-compare-price {
    font-size: 12.5px;
  }
  .spk-compare-vertical .spk-compare-tag {
    font-size: 10.5px;
    padding: 2px 6px;
  }
  .spk-compare-vertical .spk-compare-cta a {
    font-size: 10.5px;
    padding: 5px 6px;
  }
}

/*# sourceMappingURL=style.css.map */
