/* /moon/fullmoon/ 配下の満月名ページ共通（2026-08-16）。見出しは weather-directory.css / slb-chrome.css、天気ブロック・h3・FAQは moon.css を流用 */
/* h1: 記事ページ（/surf/626/ 等の .type-post h1）とサイズを揃える。
   style.css の .type-page h1{font-size:130%} を上書きするため .hm.type-page で詳細度を上げる */
.hm.type-page h1 {
  font-size: 28px;
}
@media screen and (max-width: 770px) {
  .hm.type-page h1 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 601px) {
  .hm.type-page h1 {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 415px) {
  .hm.type-page h1 {
    font-size: 5.5vw;
  }
}
.hm .hm-lead {
  font-size: 15px;
  line-height: 1.8;
  margin: 6px 0 14px;
}
/* 結論ボックス */
.hm .hm-answer {
  margin: 0 0 14px;
  padding: 14px 14px 10px;
  background: #f4f9fd;
}
.hm .hm-answer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.hm .hm-answer-eyebrow {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 12px;
  background: #2c7eb9;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .06em;
}
.hm .hm-answer-status {
  font-size: 12px;
  color: #1c4d7a;
  font-weight: bold;
}
.hm .hm-status-tonight { color: #c0392b; }
.hm .hm-answer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hm .hm-answer-date {
  line-height: 1.3;
}
.hm .hm-answer-year {
  display: block;
  font-size: 14px;
  color: #1c4d7a;
  margin-bottom: 2px;
}
.hm .hm-answer-date strong {
  font-size: 28px;
  color: #0b3f6e;
  letter-spacing: .02em;
}
.hm .hm-answer-moon img {
  display: block;
  width: 64px;
  height: 64px;
  border: none;
  margin: 0;
}
.hm .hm-answer-list {
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
.hm .hm-answer-list > div {
  display: flex;
  gap: 8px;
  font-size: 13px;
  line-height: 1.6;
  border-top: 1px dashed #cfe0ee;
  padding-top: 4px;
}
.hm .hm-answer-list dt {
  flex: 0 0 8.5em;
  color: #1c4d7a;
  font-weight: bold;
}
.hm .hm-answer-list dd {
  margin: 0;
  flex: 1 1 auto;
}
/* 信頼根拠（RTB）1行 */
.hm .hm-rtb {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  margin: -6px 0 8px;
  padding: 6px 10px;
  background: #f7f9fb;
  border-left: 3px solid #2c7eb9;
}
.hm .hm-rtb a { color: #2c7eb9; }
/* 月ページからの導線 */
/* リンク行 */
.hm .hm-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin: 8px 0 14px;
  font-size: 13px;
}
.hm .hm-links a {
  color: #2c7eb9;
  text-decoration: none;
  font-weight: bold;
}
.hm .hm-links a:hover { text-decoration: underline; }
.hm .hm-note {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 6px 0 12px;
}
.hm .hm-label {
  display: inline-block;
  font-size: 12px;
  color: #8a5a00;
  background: #fff4d6;
  border: 1px solid #f0d48a;
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0 0 6px;
}
.hm .hm-bullets {
  margin: 6px 0 12px 1.2em;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
}
.hm .hm-bullets li {
  list-style: disc;
  margin: 0 0 4px;
}
/* 表: moon.css の #main-content1 tbody td {height:180px…} を打ち消す */
.hm .hm-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 6px 0 12px;
}
.hm .hm-scroll-tall {
  max-height: 260px;
  overflow-y: auto;
}
#main-content1 .hm .hm-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  background: #fff;
}
#main-content1 .hm .hm-table th,
#main-content1 .hm .hm-table td {
  height: auto;
  width: auto;
  position: static;
  text-align: center;
  vertical-align: middle;
  padding: 6px 6px;
  border: none;
  border-bottom: 1px solid #e6eef5;
  border-right: 1px solid #eef3f8;
  background-color: transparent;
  color: #333;
  white-space: nowrap;
  line-height: 1.45;
}
#main-content1 .hm .hm-table th:last-child,
#main-content1 .hm .hm-table td:last-child { border-right: none; }
#main-content1 .hm .hm-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #eaf3fb;
  color: #1c4d7a;
  font-weight: bold;
  border-bottom: 2px solid #cfe0ee;
  padding: 7px 6px;
}
#main-content1 .hm .hm-table tbody th {
  background-color: #f5f9fc;
  color: #1c4d7a;
  font-weight: bold;
  text-align: left;
  white-space: normal;
}
#main-content1 .hm .hm-table td p,
#main-content1 .hm .hm-table td img { margin: 0; }
#main-content1 .hm .hm-table tbody td:first-child,
#main-content1 .hm .hm-table tbody td:last-child { background-color: transparent; }
#main-content1 .hm .hm-table tbody td:first-child p,
#main-content1 .hm .hm-table tbody td:last-child p { color: inherit; }
#main-content1 .hm .hm-table tr.best td,
#main-content1 .hm .hm-table td.best,
#main-content1 .hm .hm-table th.best { background-color: #fff8e1; }
#main-content1 .hm .hm-table td.oshio { color: #c0392b; font-weight: bold; }
#main-content1 .hm .hm-kv th { width: 34%; }
#main-content1 .hm .hm-kv td { text-align: left; white-space: normal; }
#main-content1 .hm .hm-names td { white-space: normal; text-align: left; }
#main-content1 .hm .hm-names td:first-child { font-weight: bold; }
#main-content1 .hm .hm-all td.hm-pn { text-align: left; }
#main-content1 .hm .hm-all td.hm-pn a { color: #2c7eb9; text-decoration: none; }
#main-content1 .hm .hm-hourly td:last-child { text-align: left; white-space: normal; }
.hm .hm-sub {
  display: inline-block;
  font-size: 11px;
  color: #666;
  font-weight: normal;
}
.hm .hm-night { text-align: left !important; }
.hm .hm-tag {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  border-radius: 8px;
  background: #7a8aa3;
  color: #fff;
  font-size: 10px;
  vertical-align: middle;
}
.hm .hm-tag-best { background: #e0a400; }
.hm .hm-rate { font-size: 16px; font-weight: bold; color: #2c7eb9; }
/* 県別ブロック */
.hm .hm-pref { margin: 0 0 8px; }
.hm .hm-pref .weather-section-heading { align-items: flex-end; }
.hm .hm-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
  white-space: nowrap;
}
.hm .hm-select {
  font-size: 13px;
  padding: 4px 6px;
  border: 1px solid #b9cbdc;
  border-radius: 4px;
  background: #fff;
  color: #333;
}
.hm .hm-sources {
  margin: 20px 0 10px;
  padding: 12px 14px;
  background: #f7f9fb;
  border: 1px solid #e3ebf2;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.7;
}
.hm .hm-sources h3 {
  border: none;
  padding: 0 0 6px !important;
  margin: 0;
  font-size: 14px;
}
.hm .hm-sources ul { margin: 0 0 0 1.2em; padding: 0; }
.hm .hm-sources li { list-style: disc; }
.hm .hm-sources a { color: #2c7eb9; }
/* 潮見表ディレクトリ型の満月ヒーロー（moon_test検証用） */
.hm .fm-directory-hero,
.hm .fm-directory-hero * {
  box-sizing: border-box;
}
.hm .post_title {
  padding-top: 0 !important;
  border-top: 0 !important;
}
.hm .fm-directory-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: -39px 0 26px -50vw;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(111, 188, 226, .25) 0, transparent 30%),
    radial-gradient(circle at 17% 88%, rgba(33, 111, 157, .24) 0, transparent 32%),
    linear-gradient(135deg, #061b30 0%, #0a2d4a 55%, #0b3858 100%);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.hm .fm-directory-hero__decor {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hm .fm-directory-hero__orbit {
  position: absolute;
  top: -250px;
  right: -120px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(173, 218, 241, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgba(135, 199, 229, .025), 0 0 0 150px rgba(135, 199, 229, .018);
}
.hm .fm-directory-hero__watermark {
  position: absolute;
  right: 2.5%;
  bottom: -34px;
  color: rgba(193, 225, 241, .045);
  font-family: Arial, sans-serif;
  font-size: clamp(80px, 12vw, 170px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
  white-space: nowrap;
}
.hm .fm-hero-container {
  width: calc(100% - 64px);
  max-width: 1220px;
  margin-inline: auto;
}
.hm .fm-directory-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr);
  align-items: center;
  gap: 72px;
  padding-block: 48px;
}
.hm .fm-hero-eyebrow {
  margin: 0 0 12px;
  color: #8fd3f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}
#main-content1 .hm .fm-directory-hero h1 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1.42;
}
.hm .fm-directory-hero h1 > span { display: block; }
.hm .fm-hero-title-question {
  margin-top: 3px;
  font-size: .76em;
}
.hm .fm-hero-title-topics {
  margin-top: 10px;
  color: #d8ebf5;
  font-size: .63em;
  letter-spacing: .11em;
}
.hm .fm-hero-lead {
  max-width: 690px;
  margin: 18px 0 0;
  color: #d2e4ef;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}
.hm .fm-hero-lead strong { color: #fff; }
.hm .fm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.hm .fm-hero-actions a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border: 1px solid rgba(151, 211, 240, .38);
  border-radius: 24px;
  color: #eaf7fd;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.hm .fm-hero-actions a:first-child {
  color: #073252;
  background: #d9f1fc;
  border-color: #d9f1fc;
}
.hm .fm-hero-actions a:hover {
  border-color: rgba(217, 241, 252, .8);
  background: rgba(255, 255, 255, .15);
  transform: translateY(-1px);
}
.hm .fm-hero-actions a:first-child:hover { background: #fff; }
.hm .fm-directory-hero__visual {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 420px;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  background: #061a2c;
  box-shadow: 0 24px 60px rgba(0, 9, 20, .4);
}
.hm .fm-directory-hero__visual picture,
.hm .fm-directory-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hm .fm-directory-hero__visual img {
  border: 0;
  object-fit: cover;
  transform: scale(1.015);
}
.hm .fm-directory-hero__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 12, 24, .04) 28%, rgba(1, 14, 27, .36) 62%, rgba(1, 13, 25, .76) 100%);
  content: "";
  pointer-events: none;
}
.hm .fm-hero-status {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  max-width: calc(100% - 32px);
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 20px;
  color: #fff;
  background: rgba(3, 25, 43, .7);
  backdrop-filter: blur(8px);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}
.hm .fm-hero-image-note {
  position: absolute;
  z-index: 2;
  top: 58px;
  left: 17px;
  max-width: calc(100% - 34px);
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 9px;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .65);
}
/* 01 Editorial Split — 王道の情報整理と大きな月 */
.hm .fm-directory-hero--v1 .fm-directory-hero__content {
  min-height: 580px;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .92fr);
  gap: 54px;
  padding-block: 80px 52px;
}
.hm .fm-directory-hero--v1 .fm-directory-hero__visual {
  max-width: 520px;
  height: 462px;
}
.hm .fm-directory-hero--v1 .fm-directory-hero__visual img { object-position: 65% center; }

/* 02 Cinematic — 写真全面で月をファーストビューの主役に */
.hm .fm-directory-hero--v2 {
  background: #031426;
}
.hm .fm-directory-hero--v2 .fm-directory-hero__decor { z-index: 1; }
.hm .fm-directory-hero--v2 .fm-directory-hero__watermark { color: rgba(255, 255, 255, .055); }
.hm .fm-directory-hero--v2 .fm-directory-hero__content {
  min-height: 650px;
  grid-template-columns: 1fr;
  align-items: center;
  padding-block: 70px 76px;
}
.hm .fm-directory-hero--v2 .fm-directory-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 670px;
}
.hm .fm-directory-hero--v2 .fm-directory-hero__visual {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: none;
  height: auto;
  border: 0;
  border-radius: 0;
  transform: translateX(-50%);
  box-shadow: none;
}
.hm .fm-directory-hero--v2 .fm-directory-hero__visual img {
  object-position: center;
  transform: none;
}
.hm .fm-directory-hero--v2 .fm-directory-hero__visual::after {
  background:
    linear-gradient(90deg, rgba(0, 12, 25, .94) 0%, rgba(0, 15, 30, .83) 34%, rgba(0, 15, 29, .35) 62%, rgba(0, 12, 24, .08) 100%),
    linear-gradient(0deg, rgba(0, 11, 22, .62) 0%, transparent 40%);
}
.hm .fm-directory-hero--v2 .fm-hero-status {
  top: 22px;
  right: 0;
  left: auto;
}
.hm .fm-directory-hero--v2 .fm-hero-image-note { display: none; }
.hm .fm-directory-hero--v2 h1,
.hm .fm-directory-hero--v2 .fm-hero-lead { text-shadow: 0 2px 16px rgba(0, 7, 17, .78); }

/* 03 Lunar Orbit — 円形ビジュアルと軌道で満月そのものを象徴化 */
.hm .fm-directory-hero--v3 {
  color: #102d43;
  background:
    radial-gradient(circle at 86% 18%, rgba(92, 173, 215, .2), transparent 25%),
    linear-gradient(128deg, #f5fbfe 0%, #e8f5fb 55%, #d6edf7 100%);
}
.hm .fm-directory-hero--v3 .fm-directory-hero__content {
  min-height: 620px;
  grid-template-columns: minmax(0, .86fr) minmax(470px, 1fr);
  gap: 76px;
  padding-block: 86px 72px;
}
.hm .fm-directory-hero--v3 .fm-directory-hero__orbit {
  top: 25px;
  right: 2%;
  width: 570px;
  height: 570px;
  border-color: rgba(19, 95, 137, .18);
  box-shadow: 0 0 0 42px rgba(23, 116, 163, .035), 0 0 0 92px rgba(23, 116, 163, .022);
}
.hm .fm-directory-hero--v3 .fm-directory-hero__watermark { color: rgba(8, 63, 95, .055); }
.hm .fm-directory-hero--v3 .fm-hero-eyebrow { color: #237fae; }
#main-content1 .hm .fm-directory-hero--v3 h1 { color: #092c45; }
.hm .fm-directory-hero--v3 .fm-hero-title-topics { color: #31637f; }
.hm .fm-directory-hero--v3 .fm-hero-lead { color: #35576c; }
.hm .fm-directory-hero--v3 .fm-hero-lead strong { color: #0d405f; }
.hm .fm-directory-hero--v3 .fm-hero-actions a {
  color: #174f70;
  border-color: rgba(24, 103, 145, .28);
  background: rgba(255, 255, 255, .55);
}
.hm .fm-directory-hero--v3 .fm-hero-actions a:first-child {
  color: #fff;
  border-color: #0e527a;
  background: #0e527a;
}
.hm .fm-directory-hero--v3 .fm-directory-hero__visual {
  width: 500px;
  max-width: 100%;
  height: 500px;
  overflow: visible;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}
.hm .fm-directory-hero--v3 .fm-directory-hero__visual picture {
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(13, 74, 107, .24), inset 0 0 0 1px rgba(16, 88, 127, .2);
}
.hm .fm-directory-hero--v3 .fm-directory-hero__visual img {
  object-position: 70% center;
  transform: scale(1.08);
}
.hm .fm-directory-hero--v3 .fm-directory-hero__visual::after { border-radius: 50%; }
.hm .fm-directory-hero--v3 .fm-hero-status {
  top: 45px;
  right: -15px;
  left: auto;
  color: #0a3a57;
  border-color: rgba(12, 79, 116, .2);
  background: rgba(255, 255, 255, .86);
}
.hm .fm-directory-hero--v3 .fm-hero-image-note { display: none; }
/* 04 Reverse Poster — 写真を左へ反転し、雑誌的な非対称構図に */
.hm .fm-directory-hero--v4 {
  background:
    radial-gradient(circle at 15% 36%, rgba(92, 139, 183, .25), transparent 34%),
    linear-gradient(125deg, #091627 0%, #14233b 51%, #22233c 100%);
}
.hm .fm-directory-hero--v4 .fm-directory-hero__content {
  min-height: 600px;
  grid-template-columns: minmax(450px, 1fr) minmax(0, .9fr);
  gap: 70px;
  padding-block: 84px 62px;
}
.hm .fm-directory-hero--v4 .fm-directory-hero__copy { order: 2; }
.hm .fm-directory-hero--v4 .fm-directory-hero__visual {
  order: 1;
  width: 100%;
  max-width: 560px;
  height: 472px;
  justify-self: start;
  border: 1px solid rgba(200, 224, 242, .42);
  border-radius: 2px 48px 2px 48px;
  box-shadow: -18px 22px 0 rgba(104, 166, 201, .09), 0 30px 70px rgba(0, 5, 18, .45);
}
.hm .fm-directory-hero--v4 .fm-directory-hero__visual img { object-position: 66% center; }
.hm .fm-directory-hero--v4 .fm-hero-eyebrow { color: #a7d8ee; }
#main-content1 .hm .fm-directory-hero--v4 h1 { font-size: clamp(33px, 3.1vw, 44px); }
.hm .fm-directory-hero--v4 .fm-hero-title-topics { color: #b8d4e5; }
.hm .fm-directory-hero--v4 .fm-hero-image-note { top: 60px; }
/* 月別キービジュアル */
.hm .hm-visual-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .85fr);
  min-height: 300px;
  margin: 8px 0 18px;
  overflow: hidden;
  border: 1px solid #163f62;
  border-radius: 12px;
  background: #071f35;
  box-shadow: 0 12px 28px rgba(6, 31, 52, .16);
}
.hm .hm-visual-hero > picture {
  display: block;
  min-width: 0;
  min-height: 300px;
}
.hm .hm-visual-hero > picture img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: 0;
  border: 0;
  object-fit: cover;
}
.hm .hm-visual-hero figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 28px 24px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(231, 213, 156, .16), transparent 34%),
    linear-gradient(145deg, #0a2944, #061a2d);
}
.hm .hm-visual-hero figcaption span {
  color: #9fcbe7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.hm .hm-visual-hero figcaption strong {
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
}
.hm .hm-visual-hero figcaption strong small {
  display: block;
  margin-top: 3px;
  color: #d4e6f2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
}
.hm .hm-visual-hero figcaption em {
  color: #d7e5ee;
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}
/* 本文中の解説画像 */
.hm .hm-content-visual {
  width: min(100%, 680px);
  margin: 14px auto 20px;
  padding: 10px;
  border: 1px solid #dce7ef;
  border-radius: 10px;
  background: #f8fbfd;
  box-sizing: border-box;
}
.hm .hm-content-visual--diagram { width: min(100%, 540px); }
.hm .hm-content-visual picture { display: block; }
.hm .hm-content-visual img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 6px;
}
.hm .hm-content-visual figcaption {
  margin: 8px 2px 0;
  color: #5d6d79;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}
.hm.hm--harvest .hm-content-visual {
  width: min(100%, 820px);
  margin: 24px auto 36px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 48, 73, .11);
}
.hm.hm--harvest .hm-content-visual--diagram { width: min(100%, 780px); }
.hm.hm--harvest .hm-content-visual--photo { width: min(100%, 820px); }
.hm.hm--harvest .hm-content-visual img { border-radius: 0; }
.hm.hm--harvest .hm-content-visual figcaption {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 13px 16px 15px;
  font-size: 12px;
  text-align: left;
  background: #fff;
}
.hm.hm--harvest .hm-content-visual figcaption strong {
  color: #173f5a;
  font-size: 15px;
  line-height: 1.55;
}
.hm.hm--harvest .hm-content-visual figcaption span {
  display: block;
}
.hm.hm--monthly .hm-content-visual {
  width: min(100%, 820px);
  margin: 24px auto 36px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(12, 48, 73, .11);
}
.hm.hm--monthly .hm-content-visual--diagram { width: min(100%, 780px); }
.hm.hm--monthly .hm-content-visual--origin { width: min(100%, 560px); }
.hm.hm--monthly .hm-content-visual img { border-radius: 0; }
.hm.hm--monthly .hm-content-visual figcaption {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 13px 16px 15px;
  font-size: 12px;
  text-align: left;
  background: #fff;
}
.hm.hm--monthly .hm-content-visual figcaption strong {
  color: #173f5a;
  font-size: 15px;
  line-height: 1.55;
}
.hm.hm--monthly .hm-content-visual figcaption span {
  display: block;
}
@media (min-width: 769px) {
  .hm.hm--monthly .hm-content-visual--origin {
    width: min(100%, 680px);
  }
  .hm.hm--monthly .hm-content-visual--origin img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center;
  }
}
/* ハーベストムーン本文の小見出し */
.hm.hm--harvest.type-page h3:not(.tm-label) {
  border-bottom: 3px solid #2c7eb9;
  padding: 20px 5px 9px !important;
  font-size: 19px;
}
@media (max-width: 768px) {
  .hm .fm-hero-container { width: calc(100% - 32px); }
  .hm .fm-directory-hero__content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 34px 30px;
  }
  .hm .fm-directory-hero__copy { display: contents; }
  .hm .fm-hero-eyebrow { order: 1; margin-bottom: 10px; }
  #main-content1 .hm .fm-directory-hero h1 { order: 2; }
  .hm .fm-directory-hero__visual { order: 3; margin: 24px 0; }
  .hm .fm-hero-lead { order: 4; margin-top: 0; }
  .hm .fm-hero-actions { order: 5; }
  #main-content1 .hm .fm-directory-hero h1 {
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.5;
  }
  .hm .fm-hero-title-question { font-size: .73em; }
  .hm .fm-hero-title-topics { margin-top: 7px; font-size: .63em; }
  .hm .fm-hero-lead { font-size: 13px; line-height: 1.85; }
  .hm .fm-hero-actions { margin-top: 20px; }
  .hm .fm-hero-actions a { flex: 1 1 150px; }
  .hm .fm-directory-hero__visual {
    width: 100%;
    max-width: none;
    height: 390px;
    justify-self: stretch;
    border-radius: 15px;
  }
  .hm .fm-hero-status { top: 10px; left: 10px; max-width: calc(100% - 20px); }
  .hm .fm-hero-image-note { top: 54px; left: 11px; max-width: calc(100% - 22px); }
  .hm .hm-visual-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 9px;
  }
  .hm .hm-visual-hero > picture { min-height: 0; }
  .hm .hm-visual-hero > picture img {
    height: 230px;
    min-height: 0;
  }
  .hm .hm-visual-hero figcaption { padding: 18px 16px; }
  .hm .hm-visual-hero figcaption strong { font-size: 20px; }
  .hm .hm-content-visual { padding: 6px; margin-bottom: 16px; }
  .hm.hm--harvest .hm-content-visual {
    width: 100%;
    margin: 20px auto 28px;
    padding: 0;
    border-radius: 0;
  }
  .hm.hm--harvest .hm-content-visual--photo img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
  }
  .hm.hm--harvest .hm-content-visual figcaption { padding: 11px 13px 13px; }
  .hm.hm--harvest .hm-content-visual figcaption strong { font-size: 14px; }
  .hm.hm--monthly .hm-content-visual {
    width: 100%;
    margin: 20px auto 28px;
    padding: 0;
    border-radius: 0;
  }
  .hm.hm--monthly .hm-content-visual--origin { width: min(100%, 480px); }
  .hm.hm--monthly .hm-content-visual figcaption { padding: 11px 13px 13px; }
  .hm.hm--monthly .hm-content-visual figcaption strong { font-size: 14px; }
  .hm .hm-answer { padding: 12px 10px 8px; }
  .hm .hm-answer-date strong { font-size: 24px; }
  .hm .hm-answer-list { grid-template-columns: 1fr; }
  .hm .hm-answer-list dt { flex-basis: 7.5em; }
  #main-content1 .hm .hm-table { font-size: 12px; }
  #main-content1 .hm .hm-table th,
  #main-content1 .hm .hm-table td { padding: 5px 4px; }
  #main-content1 .hm .hm-kv th { width: 38%; }
  .hm .hm-pref .weather-section-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 768px) {
  .hm .fm-directory-hero--harvest .fm-hero-container,
  .hm .fm-directory-hero--monthly .fm-hero-container {
    width: calc(100% - 20px);
  }
  .hm .fm-directory-hero--harvest .fm-harvest-title-year,
  .hm .fm-directory-hero--harvest .fm-harvest-title-name {
    display: block;
  }
  .hm .fm-directory-hero--monthly .fm-month-title-year,
  .hm .fm-directory-hero--monthly .fm-month-title-name {
    display: block;
  }
  .hm .fm-directory-hero--v2.fm-directory-hero--harvest .fm-directory-hero__content,
  .hm .fm-directory-hero--v2.fm-directory-hero--monthly .fm-directory-hero__content {
    display: flex;
    min-height: 620px;
    flex-direction: column;
    justify-content: center;
    padding-block: 40px;
  }
  .hm .fm-directory-hero--v2.fm-directory-hero--harvest .fm-directory-hero__copy,
  .hm .fm-directory-hero--v2.fm-directory-hero--monthly .fm-directory-hero__copy {
    margin-top: 0;
  }
  .hm .fm-directory-hero--v2.fm-directory-hero--harvest .fm-hero-status {
    align-self: flex-start;
    max-width: none;
  }
  .hm .fm-directory-hero--v2.fm-directory-hero--monthly .fm-hero-status {
    align-self: flex-start;
    max-width: 100%;
  }
  .hm .fm-directory-hero--v2.fm-directory-hero--harvest .fm-directory-hero__visual::after,
  .hm .fm-directory-hero--v2.fm-directory-hero--monthly .fm-directory-hero__visual::after {
    background:
      linear-gradient(180deg, rgba(0, 10, 22, .12) 0%, rgba(0, 12, 25, .28) 34%, rgba(0, 11, 23, .68) 100%),
      linear-gradient(90deg, rgba(0, 12, 25, .74) 0%, rgba(0, 12, 25, .45) 66%, rgba(0, 12, 25, .1) 100%);
  }
  .hm .fm-directory-hero--v1 .fm-directory-hero__content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 76px 32px;
  }
  .hm .fm-directory-hero--v1 .fm-directory-hero__visual {
    width: 100%;
    max-width: none;
    height: 390px;
  }

  .hm .fm-directory-hero--v2 .fm-directory-hero__content {
    display: block;
    min-height: 0;
    padding-block: 32px 38px;
  }
  .hm .fm-directory-hero--v2 .fm-directory-hero__copy {
    z-index: 3;
    display: block;
    max-width: none;
  }
  .hm .fm-directory-hero--v2 .fm-directory-hero__visual {
    top: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    margin: 0;
    border-radius: 0;
  }
  .hm .fm-directory-hero--v2 .fm-directory-hero__visual img { object-position: 66% center; }
  .hm .fm-directory-hero--v2 .fm-directory-hero__visual::after {
    background:
      linear-gradient(180deg, rgba(0, 12, 25, .7) 0%, rgba(0, 14, 28, .42) 35%, rgba(0, 12, 24, .78) 100%),
      linear-gradient(90deg, rgba(0, 12, 25, .83) 0%, rgba(0, 12, 25, .26) 100%);
  }
  .hm .fm-directory-hero--v2 .fm-hero-status {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: inline-flex;
    max-width: 100%;
    margin: 0 0 14px;
  }

  .hm .fm-directory-hero--v3 .fm-directory-hero__content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 78px 34px;
  }
  .hm .fm-directory-hero--v3 .fm-directory-hero__visual {
    width: min(88vw, 350px);
    height: min(88vw, 350px);
    margin: 28px auto 84px;
    justify-self: center;
  }
  .hm .fm-directory-hero--v3 .fm-directory-hero__visual picture { border-width: 5px; }
  .hm .fm-directory-hero--v3 .fm-hero-status {
    top: 18px;
    right: 5px;
    left: auto;
  }
  .hm .fm-directory-hero--v4 .fm-directory-hero__content {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 78px 34px;
  }
  .hm .fm-directory-hero--v4 .fm-directory-hero__copy { display: contents; }
  .hm .fm-directory-hero--v4 .fm-directory-hero__visual {
    order: 3;
    width: 100%;
    max-width: none;
    height: 390px;
    margin: 26px 0;
    border-radius: 2px 30px 2px 30px;
    box-shadow: -9px 12px 0 rgba(104, 166, 201, .09), 0 22px 46px rgba(0, 5, 18, .4);
  }
  #main-content1 .hm .fm-directory-hero--v4 h1 { font-size: clamp(27px, 8.2vw, 34px); }
}
