@charset "UTF-8";
/*
	Theme Name: ひまり
	Template: swell
	Description: ひまり｜骨盤底筋セルフケアブランド。明朝体と余白による、静かな雑誌組み。
	Version: 2.0.0
	Author: PrimeX
	License: GNU General Public License v2 or later
*/

/* =========================================================
   アートディレクション：静かな雑誌
   ・見出しは明朝体。行間を広く取り、囲みをほとんど使わない
   ・区切りは余白と極細の罫のみ。1辺だけの枠線は使わない
   ・非対称の2カラムで、読み物としての落ち着きを出す
   ========================================================= */
:root,
.reach-site--himari {
  --hm-cream: #fbf7f2;
  --hm-cream-deep: #f2e9e0;
  --hm-charcoal: #3a3735;
  --hm-vermilion: #b5776b;
  --hm-vermilion-deep: #8f5a50;

  --color_main: #b5776b;
  --color_main_dark: #8f5a50;
  --color_main_thin: #f6ece7;

  --r-accent: #a3675c;
  --r-accent-dark: #8f5a50;
  --r-accent-2: #c9a08f;
  --r-accent-3: #ddc9bb;
  --r-bg: #fbf7f2;
  --r-surface: #f4ece5;
  --r-panel: #f7f0e9;
  --r-text: #3a3735;
  --r-muted: #756e68;
  --r-border: #e3d8cf;
  --r-rule: #ddd0c4;
  --r-track: #ece0d6;
  --r-track-strong: #c9b5a5;
  --r-numeral: rgba(58, 55, 53, .16);
  --r-ink-block: #3a3735;
  --r-ink-block-text: #fbf7f2;
  --r-recommend: rgba(181, 119, 107, .08);
  --r-radius: 2px;
  --r-max: 1000px;
  --r-measure: 30em;
}

.reach-site--himari {
  background: var(--hm-cream);
  color: var(--hm-charcoal);
  font-family: -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  line-height: 2.1;
}

/* 明朝体は見出しと数字にだけ使う */
.reach-site--himari .r-sec__title,
.reach-site--himari .hm-hero__title,
.reach-site--himari .hm-pagehead__title,
.reach-site--himari .post_content h2,
.reach-site--himari .post_content h3,
.reach-site--himari .hm-lead,
.reach-site--himari .rv__statval,
.reach-site--himari .hm-num {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
}

.reach-site--himari .r-sec { background: var(--hm-cream); }
.reach-site--himari .r-sec--tint { background: var(--r-surface); }
.reach-site--himari .r-sec--ink { background: var(--hm-charcoal); color: var(--hm-cream); }
.reach-site--himari .r-sec--ink { --r-text: var(--hm-cream); --r-muted: #b9b0a8; --r-rule: rgba(251,247,242,.24); --r-accent: var(--hm-cream); --r-numeral: rgba(251,247,242,.2); --r-track: rgba(251,247,242,.16); }
.reach-site--himari .r-sec--ink .r-sec__title, .reach-site--himari .r-sec--ink .r-sec__lead { color: var(--hm-cream); }

/* 見出し */
.reach-site--himari .r-sec__head { max-width: 34em; }
.reach-site--himari .r-sec__eyebrow {
  font-size: 10.5px; letter-spacing: .34em; text-transform: uppercase; font-weight: 600;
  color: var(--r-accent); margin-bottom: 18px;
}
.reach-site--himari .r-sec__title { font-size: clamp(23px, 3.2vw, 34px); line-height: 1.82; letter-spacing: .04em; }
.reach-site--himari .r-sec__lead { font-size: 15px; line-height: 2.25; margin-top: 20px; }

/* SWELL既定の見出し装飾を消し、余白と明朝で見せる */
.reach-site--himari .post_content h2 {
  background: none !important; border: 0 !important; color: var(--hm-charcoal) !important;
  padding: 0 !important; margin: 3.4em 0 1.2em !important;
  font-size: clamp(20px, 2.6vw, 26px) !important; line-height: 1.85 !important; letter-spacing: .04em;
  position: relative;
}
.reach-site--himari .post_content h2::before {
  content: "" !important; display: block !important; width: 30px; height: 1px; background: var(--r-accent);
  margin-bottom: 20px; border: 0 !important; position: static !important;
}
.reach-site--himari .post_content h2::after { display: none !important; }
.reach-site--himari .post_content h3 {
  background: none !important; border: 0 !important; padding: 0 !important; margin: 2.6em 0 .8em !important;
  font-size: clamp(17px, 2vw, 20px) !important; line-height: 1.9 !important; letter-spacing: .03em;
}
.reach-site--himari .post_content h3::before, .reach-site--himari .post_content h3::after { display: none !important; }
.reach-site--himari .post_content { font-size: 15.5px; line-height: 2.25; }
.reach-site--himari .post_content p { max-width: 34em; }
.reach-site--himari .post_content ul li, .reach-site--himari .post_content ol li { line-height: 2.15; margin-bottom: .4em; }
.reach-site--himari .post_content table { border-collapse: collapse; font-size: 14.5px; }
.reach-site--himari .post_content table th, .reach-site--himari .post_content table td { border: 0; border-bottom: 1px solid var(--r-rule); padding: 16px 12px; background: none; }
.reach-site--himari .post_content a:not(.r-btn) { color: var(--r-accent-dark); text-decoration: underline; text-underline-offset: .24em; text-decoration-thickness: .5px; }

.reach-site--himari .r-btn { border-radius: 999px; font-weight: 600; letter-spacing: .06em; }
.reach-site--himari .r-btn--primary { background: var(--r-accent); border-color: var(--r-accent); }
.reach-site--himari .r-btn--primary:hover { background: var(--r-accent-dark); border-color: var(--r-accent-dark); }

/* =========================================================
   ヒーロー：非対称、余白主体
   ========================================================= */
.hm-hero { position: relative; overflow: hidden; padding: clamp(56px, 9vw, 128px) 0 clamp(48px, 7vw, 96px); }
/* 見出しが長くなったため、本文側の列を広く取る */
.hm-hero__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.hm-hero__eyebrow { font-size: 10.5px; letter-spacing: .36em; text-transform: uppercase; color: var(--r-accent); margin: 0 0 26px; font-weight: 600; }
.hm-hero__title { font-size: clamp(26px, 3.9vw, 42px); line-height: 1.75; margin: 0 0 28px; letter-spacing: .02em; }
.hm-hero__sub { font-size: clamp(14.5px, 1.7vw, 16px); line-height: 2.3; color: var(--r-muted); margin: 0 0 36px; max-width: 26em; }
.hm-hero__note { margin: 30px 0 0; font-size: 12.5px; color: var(--r-muted); line-height: 2; }
.hm-hero__figure { display: flex; align-items: center; justify-content: center; }
.hm-hero__figure .hm-art { width: 100%; max-width: 420px; color: var(--r-accent); transform: translateY(var(--rv-parallax, 0)); }
@media (max-width: 880px) { .hm-hero__inner { grid-template-columns: 1fr; } .hm-hero__figure { order: -1; } .hm-hero__figure .hm-art { max-width: 260px; } }

.hm-art__lines path { stroke-dasharray: 900; stroke-dashoffset: 900; animation: hmDraw 2.4s cubic-bezier(.25,.6,.3,1) forwards; }
.hm-art__lines path:nth-child(2) { animation-delay: .18s } .hm-art__lines path:nth-child(3) { animation-delay: .36s }
.hm-art__lines path:nth-child(4) { animation-delay: .54s } .hm-art__lines path:nth-child(5) { animation-delay: .72s }
@keyframes hmDraw { to { stroke-dashoffset: 0 } }
.hm-art__sun { opacity: 0; animation: hmFade 1.6s ease 1s forwards; }
@keyframes hmFade { to { opacity: .12 } }

/* =========================================================
   ライフモーメント：囲みではなく、罫と余白で区切る
   ========================================================= */
.hm-moments { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.hm-moment a {
  display: grid; grid-template-columns: 3.4em 1fr auto; gap: clamp(14px, 2.4vw, 30px); align-items: baseline;
  padding: 26px 0; border-bottom: 1px solid var(--r-rule); text-decoration: none; color: inherit;
  transition: padding-inline-start .3s cubic-bezier(.2,.7,.3,1);
}
.hm-moment:first-child a { border-top: 1px solid var(--r-rule); }
.hm-moment a:hover { padding-inline-start: 10px; }
.hm-moment__no { font-family: "Shippori Mincho", serif; font-size: 15px; color: var(--r-accent); letter-spacing: .1em; }
.hm-moment__name { font-family: "Shippori Mincho", serif; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.7; letter-spacing: .03em; }
.hm-moment__desc { display: block; font-size: 13.5px; color: var(--r-muted); line-height: 2; margin-top: 6px; font-family: inherit; }
.hm-moment__arrow { color: var(--r-accent); font-size: 15px; }

/* =========================================================
   セルフケアと受診の境界：2枚の対比（囲みは全周のみ）
   ========================================================= */
.hm-boundary { display: grid; gap: clamp(20px, 3vw, 36px); grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.hm-boundary__item { padding: clamp(26px, 3.4vw, 38px); background: #fff; }
.hm-boundary__item--medical { background: var(--hm-charcoal); color: var(--hm-cream); }
.hm-boundary__label { font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; margin: 0 0 16px; color: var(--r-accent); font-weight: 600; }
.hm-boundary__item--medical .hm-boundary__label { color: #d8b4a8; }
.hm-boundary__item h3 { font-family: "Shippori Mincho", serif; font-size: 19px; margin: 0 0 14px; line-height: 1.8; font-weight: 500; }
.hm-boundary__item p { font-size: 14.5px; line-height: 2.2; margin: 0; color: var(--r-muted); }
.hm-boundary__item--medical p { color: #cdc4bc; }

/* =========================================================
   プライバシー配慮：一覧を罫で区切る
   ========================================================= */
.hm-privacy { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hm-privacy li { padding: 26px clamp(0px, 2vw, 26px) 26px 0; }
.hm-privacy h3 { font-family: "Shippori Mincho", serif; font-size: 17px; margin: 0 0 10px; font-weight: 500; letter-spacing: .03em; }
.hm-privacy p { font-size: 14px; line-height: 2.15; color: var(--r-muted); margin: 0; }
.hm-privacy__num { display: block; font-family: "Shippori Mincho", serif; font-size: 13px; color: var(--r-accent); margin-bottom: 10px; letter-spacing: .12em; }

/* 注意書き */
.hm-caution { background: #fff; padding: clamp(24px, 3vw, 34px); font-size: 14.5px; line-height: 2.2; }
.hm-caution h3 { font-family: "Shippori Mincho", serif; font-size: 17px; margin: 0 0 12px; font-weight: 500; }
.hm-caution ul { margin: 0; padding-left: 1.4em; }

/* 使い方 */
.hm-steps { list-style: none; margin: 0; padding: 0; counter-reset: hms; display: grid; gap: 0; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.hm-steps li { counter-increment: hms; padding: 30px clamp(14px, 2vw, 28px) 30px 0; }
.hm-steps li::before { content: "0" counter(hms); display: block; font-family: "Shippori Mincho", serif; font-size: 26px; color: var(--r-accent); margin-bottom: 14px; letter-spacing: .06em; }
.hm-steps h3 { font-family: "Shippori Mincho", serif; font-size: 17px; margin: 0 0 8px; font-weight: 500; }
.hm-steps p { font-size: 14px; line-height: 2.15; color: var(--r-muted); margin: 0; }

/* =========================================================
   下層ページ
   ========================================================= */
.hm-pagehead { padding: clamp(30px, 4vw, 56px) 0 clamp(36px, 5vw, 68px); }
.hm-pagehead__eyebrow { font-size: 10.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--r-accent); margin: 16px 0 16px; font-weight: 600; }
.hm-pagehead__title { font-size: clamp(24px, 3.8vw, 38px); line-height: 1.85; margin: 0; letter-spacing: .05em; }
.hm-pagehead__lead { margin: 22px 0 0; font-size: 15px; line-height: 2.25; color: var(--r-muted); max-width: 32em; }
.hm-pagehead__rule { width: 100%; height: 8px; color: var(--r-accent); opacity: .5; margin-top: 26px; }
.hm-rule { display: block; width: 100%; height: 100%; }

.hm-sectionnav { border-block: 1px solid var(--r-rule); }
.hm-sectionnav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 0; overflow-x: auto; }
.hm-sectionnav a { display: block; white-space: nowrap; padding: 15px 20px 15px 0; margin-right: 20px; font-size: 13px; text-decoration: none; color: var(--r-muted); letter-spacing: .04em; }
.hm-sectionnav a.is-current { color: var(--r-accent-dark); }

.hm-block { padding: clamp(44px, 6vw, 84px) 0; }
.hm-block--tint { background: var(--r-surface); }
.hm-article { display: grid; grid-template-columns: minmax(0, 15em) minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: start; }
.hm-article__aside { position: sticky; top: 24px; }
.hm-article__label { font-size: 10.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--r-accent); font-weight: 600; margin: 0 0 14px; }
.hm-article__note { font-size: 12.5px; line-height: 2.1; color: var(--r-muted); margin: 0; }
@media (max-width: 860px) { .hm-article { grid-template-columns: 1fr; } .hm-article__aside { position: static; } }

.hm-progress { position: fixed; inset-inline: 0; top: 0; height: 2px; background: var(--r-accent); transform: scaleX(0); transform-origin: left; z-index: 100; }

/* フォーム・診断：囲みを薄く、余白を広く */
.reach-site--himari .reach-form, .reach-site--himari .reach-diagnosis {
  background: #fff; border: 1px solid var(--r-border); border-radius: 2px; padding: clamp(26px, 4vw, 44px);
}
.reach-site--himari .reach-form input, .reach-site--himari .reach-form select, .reach-site--himari .reach-form textarea { border-radius: 2px; border-color: #bbaea4; }
.reach-site--himari .reach-diagnosis__opt { border-radius: 2px; border-color: var(--r-border); }
.reach-site--himari .reach-diagnosis__title { font-family: "Shippori Mincho", serif; font-weight: 500; }
.reach-site--himari .reach-form__next, .reach-site--himari .reach-form__submit { border-radius: 999px; }
.reach-site--himari .reach-form__back { border-radius: 999px; }


/* 共通テンプレートをブランドの見た目に合わせる */
.reach-site--himari .r-pagehead {
  background: var(--hm-cream); border-bottom: 1px solid var(--r-rule);
  padding: clamp(26px, 4vw, 44px) 0 clamp(34px, 5vw, 62px);
}
.reach-site--himari .r-pagehead__title {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif; font-weight: 500;
  font-size: clamp(24px, 3.6vw, 36px); line-height: 1.85; letter-spacing: .05em;
}
.reach-site--himari .r-pagehead__eyebrow { font-size: 10.5px; letter-spacing: .34em; text-transform: uppercase; }
.reach-site--himari .r-pagehead__lead { font-size: 15px; line-height: 2.25; }
.reach-site--himari .r-card__link { background: #fff; border-color: var(--r-border); }
.reach-site--himari .r-card__title { font-family: "Shippori Mincho", serif; font-weight: 500; line-height: 1.8; }
.reach-site--himari .r-empty__title { font-family: "Shippori Mincho", serif; font-weight: 500; }


/* フッター：生成りのまま、罫だけで区切る */
.reach-site--himari .l-footer { background: var(--r-surface); }
.reach-site--himari .r-footer__name { font-family: "Shippori Mincho", serif; font-weight: 500; letter-spacing: .05em; }
.reach-site--himari .r-footer__notice { max-width: 46em; }

.hm-hero__photo { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; display: block; border-radius: 2px; }

/* 下層ページの本文：リードを明朝で大きく、箇条書きは余白で区切る */
.reach-site--himari .post_content > p { font-size: 15.5px; line-height: 2.3; margin: 0 0 1.9em; max-width: 34em; }
.reach-site--himari .post_content > p:first-child {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", serif; font-weight: 500;
  font-size: clamp(17px, 2.2vw, 21px); line-height: 2.15; letter-spacing: .04em; max-width: 28em;
}
.reach-site--himari .post_content ul { margin: 0 0 2.4em; padding: 0; list-style: none; max-width: 36em; }
.reach-site--himari .post_content ul li {
  position: relative; padding: 18px 0 18px 28px; font-size: 15.5px; line-height: 2.25;
  border-bottom: 1px solid var(--r-rule);
}
.reach-site--himari .post_content ul li:first-child { border-top: 1px solid var(--r-rule); }
.reach-site--himari .post_content ul li::before {
  content: ""; position: absolute; left: 2px; top: 1.9em; width: 12px; height: 1px; background: var(--r-accent);
}
.reach-site--himari .post_content ul li strong { display: block; font-family: "Shippori Mincho", serif; font-size: 16.5px; font-weight: 500; margin-bottom: 5px; }

/* =========================================================
   はじめての骨盤底筋ケア
   ========================================================= */
.hm-split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 56px); align-items: center; }
.hm-split__figure { margin: 0; }
.hm-split__body p { font-size: 15px; line-height: 2.25; color: var(--r-muted); margin: 0 0 18px; }
.hm-split__body p:last-child { margin-bottom: 0; }
.hm-split__body strong { color: var(--r-text); font-weight: 600; }
.hm-lead { font-family: "Shippori Mincho", serif; font-size: clamp(18px, 2.2vw, 22px) !important;
  line-height: 2 !important; color: var(--r-text) !important; margin-bottom: 22px !important; }
@media (max-width: 860px) { .hm-split { grid-template-columns: 1fr; } }

.hm-diagram__img { width: 100%; height: auto; display: block; }
.hm-legend { list-style: none; margin: clamp(14px, 2vw, 22px) 0 0; padding: 0; display: grid; gap: 10px; }
.hm-legend li { display: flex; align-items: baseline; gap: 10px; font-size: 12.5px; line-height: 1.8; color: var(--r-muted); }
.hm-legend b { font-weight: 600; color: var(--r-text); flex: none; }
.hm-legend__key { flex: none; width: 22px; align-self: center; }
.hm-legend__key--sling { height: 9px; border-bottom: 3px solid var(--hm-vermilion-deep); border-radius: 0 0 50% 50% / 0 0 100% 100%; }
.hm-legend__key--organ { width: 15px; height: 12px; border-radius: 50%; background: rgba(58, 55, 53, .3); }
.hm-legend__key--bone { height: 0; border-top: 1.6px solid var(--hm-vermilion); opacity: .8; }

.hm-figband { margin: clamp(28px, 4vw, 44px) 0; }
.hm-figband--split { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 52px); align-items: center; }
.hm-figband--reverse .r-figure { order: 2; }
.hm-figband__note p { font-size: 14.5px; line-height: 2.2; color: var(--r-muted); margin: 0 0 16px; }
.hm-figband__note p:last-child { margin-bottom: 0; }
@media (max-width: 860px) { .hm-figband--split { grid-template-columns: 1fr; } .hm-figband--reverse .r-figure { order: 0; } }

.hm-signs { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(20px, 3vw, 34px);
  grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1000px) { .hm-signs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .hm-signs { grid-template-columns: minmax(0, 1fr); } }
.hm-sign { padding-top: 22px; border-top: 1px solid var(--r-rule); }
.hm-sign__icon { display: block; width: 40px; margin-bottom: 16px; color: var(--hm-vermilion); }
.hm-sign__icon .hm-icon { width: 100%; height: auto; display: block; }
.hm-sign__title { font-family: "Shippori Mincho", serif; font-size: 17px; font-weight: 500; line-height: 1.8; margin: 0 0 12px; }
.hm-sign__body { font-size: 14px; line-height: 2.1; color: var(--r-muted); margin: 0; }

.hm-boundary__list { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
.hm-boundary__list li { position: relative; padding-left: 20px; font-size: 14.5px; line-height: 1.9; color: var(--r-text); }
.hm-boundary__list li::before { content: ''; position: absolute; left: 0; top: .78em; width: 9px; height: 1px; background: var(--hm-vermilion); }
.hm-boundary__item--medical .hm-boundary__list li { color: var(--hm-cream); }
.hm-boundary__item--medical .hm-boundary__list li::before { background: #d8b4a8; }

.hm-disclaimer { margin: clamp(28px, 4vw, 40px) 0 0; font-size: 12.5px; line-height: 2; color: var(--r-muted); }

/* ── メディアのフロント ──────────────────────────── */

/* 媒体の見出しと、悩みの入口 */
.hm-intro { padding: clamp(28px, 4vw, 48px) 0 clamp(20px, 3vw, 32px); border-bottom: 1px solid var(--r-rule); }
.hm-intro__title {
  font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(20px, 2.6vw, 28px); line-height: 1.6; letter-spacing: .02em; margin: 0 0 10px;
}
.hm-intro__lead { font-size: 14px; line-height: 1.95; color: var(--r-muted); margin: 0 0 20px; max-width: 46em; }
.hm-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.hm-tags a {
  display: inline-flex; align-items: baseline; gap: 6px;
  padding: 7px 15px; border: 1px solid var(--r-rule); border-radius: 999px;
  font-size: 13.5px; text-decoration: none; color: inherit; transition: background .2s, border-color .2s;
}
.hm-tags a:hover { background: var(--r-panel); border-color: var(--r-accent); }
.hm-tags a span { font-size: 11px; color: var(--r-muted); }

/* 記事カード */
.hm-post { list-style: none; }
.hm-post a { display: grid; gap: 12px; text-decoration: none; color: inherit; }
.hm-post__thumb { display: block; overflow: hidden; background: var(--r-panel); }
.hm-post__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 10; transition: transform .4s ease; }
.hm-post a:hover .hm-post__thumb img { transform: scale(1.03); }
.hm-post__body { display: grid; gap: 7px; }
.hm-post__cat { font-size: 11px; letter-spacing: .12em; color: var(--r-accent); }
.hm-post__title {
  font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(15px, 1.8vw, 17px); line-height: 1.65;
}
.hm-post a:hover .hm-post__title { text-decoration: underline; text-underline-offset: 3px; }
.hm-post__excerpt { font-size: 13.5px; line-height: 1.95; color: var(--r-muted); }
.hm-post__date { font-size: 11.5px; letter-spacing: .06em; color: var(--r-muted); }

/* ピックアップ：1本を大きく、残りを横に積む */
.hm-pickup {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(20px, 3vw, 36px);
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: start;
}
.hm-pickup .hm-post--lead { grid-row: span 3; }
.hm-pickup .hm-post--lead .hm-post__title { font-size: clamp(19px, 2.4vw, 26px); line-height: 1.55; }
.hm-pickup .hm-post--lead .hm-post__thumb img { aspect-ratio: 16 / 9; }
/* 大きい1本の右に並ぶ3本は、画像を小さく横に */
.hm-pickup .hm-post:not(.hm-post--lead) a { grid-template-columns: 104px minmax(0, 1fr); align-items: start; gap: 14px; }
.hm-pickup .hm-post:not(.hm-post--lead) .hm-post__thumb img { aspect-ratio: 1 / 1; }
@media (max-width: 860px) {
  .hm-pickup { grid-template-columns: 1fr; }
  .hm-pickup .hm-post--lead { grid-row: auto; }
}

/* 新着記事の並び */
.hm-posts {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: clamp(24px, 3vw, 36px);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

/* 節の上余白を詰める（見出し帯のすぐ下に記事を置くため） */
.r-sec--flush { padding-top: clamp(24px, 3.5vw, 44px); }

/* はじめて読む方へ */
.hm-start { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.hm-start__item {
  display: grid; gap: 8px; padding: 26px 24px;
  border: 1px solid var(--r-rule); background: var(--r-bg);
  text-decoration: none; color: inherit; transition: background .2s;
}
.hm-start__item:hover { background: var(--r-panel); }
.hm-start__label { font-size: 11px; letter-spacing: .14em; color: var(--r-accent); }
.hm-start__title { font-family: "Shippori Mincho", serif; font-weight: 600; font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }
.hm-start__body { font-size: 13.5px; line-height: 1.95; color: var(--r-muted); }

/* ケアの方法（特集） */
.hm-ways { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }
.hm-way { padding: 24px 22px; border: 1px solid var(--r-rule); background: var(--r-bg); }
.hm-way__label { font-size: 11px; letter-spacing: .14em; color: var(--r-accent); margin: 0 0 10px; }
.hm-way__name { font-family: "Shippori Mincho", serif; font-size: clamp(16px, 2vw, 19px);
  font-weight: 600; line-height: 1.55; margin: 0 0 10px; }
.hm-way__body { font-size: 13.5px; line-height: 1.95; color: var(--r-muted); margin: 0; }

/* ── 今日の占い ────────────────────────────────── */
.hm-fortune { display: grid; gap: clamp(24px, 3vw, 36px); margin-bottom: clamp(40px, 5vw, 64px); }
.hm-fortune__main { padding: clamp(28px, 4vw, 44px); background: var(--r-panel); border: 1px solid var(--r-rule); }
.hm-fortune__theme { font-size: 13px; letter-spacing: .1em; color: var(--r-muted); margin: 0 0 12px; }
.hm-fortune__theme strong { font-size: 15px; color: var(--r-accent); }
.hm-fortune__stars { margin: 0 0 18px; font-size: 20px; letter-spacing: .18em; color: var(--r-rule); }
.hm-fortune__stars .is-on { color: var(--r-accent); }
/* 今日の気分。ここを読み物として成立させる */
.hm-fortune__moodtitle {
  font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(20px, 2.8vw, 28px); line-height: 1.7; margin: 0 0 16px;
}
.hm-fortune__moodbody { font-size: clamp(14.5px, 1.8vw, 16px); line-height: 2.15; margin: 0 0 22px; max-width: 42em; }
.hm-fortune__message {
  font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(16px, 2vw, 19px); line-height: 1.85; margin: 0 0 10px;
  padding-left: 14px; border-left: 3px solid var(--r-accent);
}
.hm-fortune__sub { font-size: 13.5px; line-height: 1.95; color: var(--r-muted); margin: 0; }

.hm-fortune__cards { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.hm-fortune__card { padding: 22px 20px; border: 1px solid var(--r-rule); background: var(--r-bg); }
.hm-fortune__label { font-size: 11px; letter-spacing: .14em; color: var(--r-accent); margin: 0 0 10px; }
.hm-fortune__value { display: flex; align-items: center; gap: 10px; margin: 0 0 8px;
  font-family: "Shippori Mincho", serif; font-weight: 600; font-size: clamp(17px, 2vw, 20px); }
.hm-fortune__value--sm { font-size: clamp(15px, 1.8vw, 17px); line-height: 1.7; }
.hm-fortune__note { font-size: 13px; line-height: 1.9; color: var(--r-muted); margin: 0; }
/* カードの値や引用は数行しかないので、本文と違って文節の切れ目で送る */
:is(.hm-fortune__value, .hm-fortune__message, .hm-moon__lead, .hm-fortune__supporttitle) {
  word-break: auto-phrase; text-align: start;
}
.hm-swatch { display: inline-block; width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid rgba(0,0,0,.12); flex: none; }

.hm-fortune__head { font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(18px, 2.2vw, 22px); margin: clamp(40px, 5vw, 60px) 0 20px; }
/* 関連記事としての体裁。媒体が相談を受けているように読ませない */
.hm-fortune__support { margin: clamp(40px, 5vw, 60px) 0 0; padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--r-rule); background: var(--r-bg); }
.hm-fortune__supportlabel { font-size: 11px; letter-spacing: .14em; color: var(--r-accent); margin: 0 0 10px; }
.hm-fortune__supporttitle { font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(16px, 2vw, 19px); line-height: 1.65; margin: 0 0 10px; }
.hm-fortune__support p { font-size: 14.5px; line-height: 2; margin: 0 0 12px; }
.hm-fortune__support p:last-child { margin: 18px 0 0; }
.hm-fortune__again { margin: 28px 0 0; font-size: 13.5px; color: var(--r-muted); }

/* 星座一覧。はじめての骨盤底筋ケアの .hm-sign とは別物なので名前を分ける */
.hm-zsigns { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.hm-zsign a { display: grid; gap: 5px; padding: 20px 18px 18px; border: 1px solid var(--r-rule);
  background: var(--r-bg); text-decoration: none; color: inherit; transition: background .2s, border-color .2s; }
.hm-zsign a:hover { background: var(--r-panel); border-color: var(--r-accent-3); }
.hm-zsign__art { display: block; width: 54px; margin: 0 0 14px; color: var(--r-accent); }
.hm-zsign__name { font-family: "Shippori Mincho", serif; font-weight: 600; font-size: 16.5px; }
.hm-zsign__range { font-size: 11.5px; color: var(--r-muted); letter-spacing: .04em; }
.hm-zsign__color { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--r-muted); margin-top: 4px; }
.hm-zsign__color .hm-swatch { width: 14px; height: 14px; }

/* 星座のイラスト。線画なので大小どちらでも同じ見え方になる */
.hm-zodiac { display: block; width: 100%; height: auto; }
.hm-pagehead__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: center; }
.hm-pagehead--zodiac .hm-pagehead__grid { grid-template-columns: minmax(0, 1fr) auto; }
.hm-zodiacmark { margin: 0; width: clamp(104px, 14vw, 150px); justify-self: end; text-align: center; color: var(--r-accent); }
.hm-zodiacmark__range { display: block; margin-top: 12px; font-size: 11.5px; letter-spacing: .1em; color: var(--r-muted); }
.hm-pagehead--zodiac .hm-pagehead__rule { margin-top: 34px; }
@media (max-width: 680px) {
  .hm-pagehead--zodiac .hm-pagehead__grid { grid-template-columns: minmax(0, 1fr); }
  .hm-zodiacmark { justify-self: start; width: 88px; order: -1; }
  .hm-zodiacmark__range { display: none; }
}
/* 見出し帯のすぐ下から読ませるページ用 */
.hm-block--tight { padding-top: clamp(20px, 2.5vw, 32px); }

/* 産後に変わること */
/* 5項目で半端になるため、格子ではなく折り返しで並べる（空きマスを作らない） */
.hm-changes { display: flex; flex-wrap: wrap; gap: 10px; }
.hm-change { flex: 1 1 230px; background: var(--r-bg); border: 1px solid var(--r-rule); padding: 22px 20px; }
.hm-change__title { font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(16px, 1.9vw, 18px); margin: 0 0 10px; }
.hm-change__body { font-size: 13.5px; line-height: 1.95; color: var(--r-muted); margin: 0; }

/* 今日の月 */
.hm-moon { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(18px, 3vw, 30px);
  align-items: start; margin: clamp(40px, 5vw, 60px) 0 0;
  padding: clamp(24px, 3vw, 32px); background: var(--r-panel); border: 1px solid var(--r-rule); }
.hm-moon__icon { font-size: clamp(40px, 6vw, 64px); line-height: 1; margin: 0; }
.hm-moon__label { font-size: 12.5px; letter-spacing: .1em; color: var(--r-accent); margin: 0 0 10px; }
.hm-moon__lead { font-family: "Shippori Mincho", serif; font-weight: 600;
  font-size: clamp(17px, 2.1vw, 21px); line-height: 1.7; margin: 0 0 10px; }
.hm-moon__body { font-size: 14px; line-height: 2; margin: 0 0 12px; }
.hm-moon__note { font-size: 12.5px; line-height: 1.9; color: var(--r-muted); margin: 0; }
@media (max-width: 600px) { .hm-moon { grid-template-columns: 1fr; } }

/* 占いの読み物部分 */
/* 列そのものを狭めると、中の囲み（今日のからだ）だけ上の段より細くなって
   幅が合わなくなる。上の主パネルと同じで、囲みは本文幅いっぱいに置き、
   行の長さは中の文章側で抑える。 */
.hm-fortune__read { margin: clamp(36px, 4vw, 52px) 0 0; }
.hm-fortune__read section { margin: 0 0 clamp(28px, 3.5vw, 40px); }
.hm-fortune__read .hm-fortune__head { margin: 0 0 12px; font-size: clamp(16px, 2vw, 19px); }
.hm-fortune__read p { font-size: clamp(14.5px, 1.8vw, 16px); line-height: 2.15; margin: 0; max-width: 42em; }
.hm-daypart { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; max-width: 42em; }
.hm-daypart li { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px;
  align-items: start; font-size: clamp(14px, 1.7vw, 15.5px); line-height: 2; }
.hm-daypart span { padding: 2px 11px; border-radius: 3px; background: var(--r-panel);
  color: var(--r-accent); font-size: 12px; white-space: nowrap; }
.hm-trait p { margin: 0 0 1em; }
.hm-trait p:last-child { margin: 12px 0 0; }
.hm-trait__note { font-size: 12.5px !important; line-height: 1.9 !important; color: var(--r-muted); }

/* 今日のからだ。媒体の本業と占いをつなぐ節なので、少し目立たせる */
.hm-bodycol { padding: clamp(22px, 3vw, 30px); background: var(--r-panel); border: 1px solid var(--r-rule); }
.hm-bodycol__label { font-size: 11px; letter-spacing: .14em; color: var(--r-accent); margin: 0 0 8px; }
.hm-bodycol .hm-fortune__head { margin: 0 0 14px !important; }
.hm-bodycol__more { margin: 16px 0 0 !important; font-size: 13.5px !important; }
