/* ============================================================
   花以想 Hanaimo — サイト全体カスタムCSS
   v3（プラチナ層最適化 2026/03/04）
   対象年齢層: 46〜65歳 アクティブシニア女性
   設置: WPCode > CSS スニペット（フロントエンド全体）

   prefix: hni-（既存スタイルとの競合防止）

   v3 最適化ポイント（顧客属性データ反映）:
     ・本文最小フォント 14px を全コンポーネントで徹底
     ・薄色テキスト (#999/#888) を #555 以上に統一
     ・本文コントラスト #333→#222 （WCAG AA基準確保）
     ・タップ領域 44px 以上を全ボタン・カードで確保
     ・行間 1.85〜2.0 で読みやすさ向上
     ・余白を拡大し「ゆったり丁寧」な印象

   ブランドカラー:
     Primary     #01796a
     Dark        #015e53
     Mid         #708f7c（ボーダー・装飾のみ。テキスト不可）
     Accent Red  #c0392b
     Gold        #ffc54c（お祝い専用）
     Salmon      #f3a6a5（お祝い補色）
     Lavender    #8d89c8（お悔やみ専用）
     Orange CTA  #D45532（LINE相談専用）
============================================================ */


/* ============================================================
   0. サイト既存 CSS（変更なし・参照のみ）
============================================================ */

.p-header-upper .p-header-upper__nav ul li.cart-btn .fs-p-cartItemNumber {
  display: flex;
}

.fs-p-snsArea {
  display: flex;
}

/* 通信欄変更ボタンカラー */
.fs-c-checkout-communicationInfo.fs-c-checkout-preview .fs-c-buttonContainer .fs-c-button--change--small {
  background-color: #00796a;
  border-color: #00796a;
  color: #fffffc;
}

/* 商品価格表示 */
.fs-c-productPrice__main {
  gap: .3em;
  row-gap: .3em;
  column-gap: .3em;
}

/* おすすめ商品 注文ボタン */
.fs-c-buttonContainer .fs-c-button--addToCart--list {
  background-color: #5e5e5b;
  border-color: #5e5e5b;
  color: #fffffc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-family: ヒラギノUD角ゴ W6 JIS2004, Hiragino UD Sans W6 JIS2004, sans-serif;
  font-size: clamp(16px, 16px + (100vw - 600px) * (16 - 16) / (1160 - 600), 16px);
  letter-spacing: .05em;
  line-height: 1;
  min-width: 17em;
  padding: 1.2em;
  text-align: center;
}

.p-header-text.toph1 {
  font-size: clamp(12px, 12px + (100vw - 600px) * (14 - 12) / (1160 - 600), 14px);
  line-height: 1.8;
  margin: auto;
  padding: .25em 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-header-text.toph1 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* 続きを読む */
.readmore { position: relative; margin: 0 auto; padding: 0 0 75px; }
.readmore label {
  position: absolute;
  top: 200px; left: 50%;
  transform: translateX(-50%);
  width: 200px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-family: ヒラギノUD角ゴ W6 JIS2004, Hiragino UD Sans W6 JIS2004, sans-serif;
  font-size: clamp(16px, 16px + (100vw - 600px) * (16 - 16) / (1160 - 600), 16px);
  letter-spacing: .05em;
  line-height: 1;
  min-width: 17em;
  padding: 1.2em;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
.readmore label::before { content: '続きを読む'; }
.readmore input[type="checkbox"]:checked ~ label { top: auto; bottom: 0; margin-top: 20px; }
.readmore input[type="checkbox"]:checked ~ label::before { content: '閉じる'; }
.readmore input[type="checkbox"] { display: none; }
.readmore-content { position: relative; height: 200px; overflow: hidden; }
.readmore input[type="checkbox"]:checked ~ .readmore-content { height: auto; }
.readmore-content::before {
  position: absolute; display: block; content: "";
  top: 100px; bottom: 0; left: 0;
  width: 100%; height: 150px;
  background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
.readmore input[type="checkbox"]:checked ~ .readmore-content::before { display: none; }

/* お問い合わせバナー */
.cta-box {
  border: 8px solid #D9D7D0 !important;
  background-color: #FCFAF2 !important;
  padding-left: clamp(0px, 12px + (100vw - 600px) * (40 - 12) / (1160 - 600), 0px) !important;
}
@media screen and (min-width: 600px) {
  .cta-box { padding-left: clamp(12px, 12px + (100vw - 600px) * (40 - 12) / (1160 - 600), 40px) !important; }
}

/* ヘッダータイトル表示制御 */
.cmn-h-title { display: none; }
@media (min-width: 896px) {
  .cmn-h-title { display: block; }
}

/* ヘッダーロゴ背景 */
.l-header.-update .l-header__inner .l-header__lower .logo a {
  background-color: #015e53 !important;
}


/* ============================================================
   1. お客様の声（hni-voice）
   v3変更: count/badge/name 13px→14px, card-occasion 12px→13px
============================================================ */

.hni-voice {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-voice__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #015e53;
}

.hni-voice__title {
  font-size: 20px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .06em;
  margin: 0;
}

.hni-voice__title span {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-left: 10px;
  letter-spacing: .04em;
}

.hni-voice__aggregate {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  color: #015e53;
}

.hni-voice__stars {
  color: #c0392b;
  font-size: 18px;
  letter-spacing: 2px;
}

.hni-voice__avg {
  font-weight: 700;
  font-size: 19px;
  color: #c0392b;
}

/* v3: 13px→14px */
.hni-voice__count {
  font-size: 14px;
  color: #555;
}

.hni-voice__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

@media (max-width: 680px) {
  .hni-voice__grid { grid-template-columns: 1fr 1fr; gap: 14px; }
}
@media (max-width: 420px) {
  .hni-voice__grid { grid-template-columns: 1fr; }
}

.hni-voice__card {
  background: #fff;
  border: 1px solid #708f7c;  /* ボーダー色 #708f7c は許容 */
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
  text-decoration: none;
  color: inherit;
  display: block;
}

.hni-voice__card:hover {
  box-shadow: 0 4px 20px rgba(1,94,83,.15);
  transform: translateY(-2px);
}

.hni-voice__photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  background: #708f7c;
}

.hni-voice__card-body {
  padding: 14px 16px 18px;
}

.hni-voice__card-stars {
  color: #c0392b;
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* v3: 13px→14px */
.hni-voice__card-stars em {
  font-style: normal;
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

/* v3: 12px→13px（バッジ要素のため13pxで許容） */
.hni-voice__card-occasion {
  display: inline-block;
  background: #edf4f2;
  border: 1px solid #708f7c;
  color: #015e53;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  letter-spacing: .04em;
}

/* v3: 13px→14px */
.hni-voice__card-name {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.hni-voice__card-text {
  font-size: 14px;
  color: #222;
  line-height: 2.0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hni-voice__footer {
  text-align: center;
  margin-top: 8px;
}

.hni-voice__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #01796a;
  border: 1.5px solid #01796a;
  padding: 13px 36px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: .06em;
  transition: background .2s, color .2s;
}

.hni-voice__more:hover {
  background: #01796a;
  color: #fff;
}

.hni-voice__more::after {
  content: '→';
  font-size: 14px;
}


/* ============================================================
   2. マナーセクション（hni-manner）
   v3変更: label 13px→14px
============================================================ */

.hni-manner {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', sans-serif;
  background: #f5f9f8;
  border-top: 3px solid #01796a;
  padding: 44px 28px;
  box-sizing: border-box;
}

.hni-manner__inner {
  max-width: 860px;
  margin: 0 auto;
}

.hni-manner__heading {
  font-size: 20px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .06em;
  margin: 0 0 36px;
  padding-bottom: 14px;
  border-bottom: 2px solid #015e53;
}

.hni-manner__section {
  margin-bottom: 36px;
}

.hni-manner__section:last-child {
  margin-bottom: 0;
}

.hni-manner__subheading {
  font-size: 16px;
  font-weight: 600;
  color: #01796a;
  letter-spacing: .05em;
  margin: 0 0 14px;
  padding-left: 12px;
  border-left: 3px solid #01796a;
}

.hni-manner__text {
  font-size: 15px;
  color: #222;
  line-height: 1.95;
  margin: 0 0 12px;
}

.hni-manner__text:last-child {
  margin-bottom: 0;
}

.hni-manner__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 10px;
}

.hni-manner__table th,
.hni-manner__table td {
  padding: 13px 16px;
  border: 1px solid #c8ddd9;
  vertical-align: top;
  line-height: 1.85;
}

.hni-manner__table th {
  background: #015e53;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  width: 30%;
}

.hni-manner__table tr:nth-child(even) td {
  background: #edf4f2;
}

@media (max-width: 560px) {
  .hni-manner__table,
  .hni-manner__table tbody,
  .hni-manner__table tr,
  .hni-manner__table th,
  .hni-manner__table td { display: block; width: 100%; }
  .hni-manner__table th { border-bottom: none; }
}

/* v3: 13px→14px */
.hni-manner__label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 18px 0 8px;
}

.hni-manner__quote {
  background: #fff;
  border-left: 3px solid #708f7c;
  padding: 12px 18px;
  margin: 0 0 10px;
  font-size: 14px;
  color: #222;
  line-height: 1.9;
  border-radius: 0 3px 3px 0;
}

.hni-manner__quote:last-child {
  margin-bottom: 0;
}

.hni-manner__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #01796a;
  border-bottom: 1px solid #01796a;
  text-decoration: none;
  padding-bottom: 2px;
  transition: opacity .2s;
}

.hni-manner__link:hover {
  opacity: .7;
}

.hni-manner__link::after {
  content: '›';
  font-size: 16px;
}


/* ============================================================
   3. 選び方ガイドセクション（hni-guide）
   v3変更: budget-card-label/text 13px→14px, intro-label 12px→13px
============================================================ */

.hni-guide {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-guide__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 52px;
}

@media (max-width: 640px) {
  .hni-guide__intro { grid-template-columns: 1fr; gap: 24px; }
}

.hni-guide__intro-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 3px;
}

/* v3: 12px→13px（ラベル要素のため13pxで許容） */
.hni-guide__intro-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .15em;
  color: #01796a;
  border-bottom: 1px solid #01796a;
  padding-bottom: 4px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hni-guide__intro-heading {
  font-size: 20px;
  font-weight: 600;
  color: #015e53;
  line-height: 1.7;
  margin: 0 0 18px;
  letter-spacing: .04em;
}

.hni-guide__intro-text {
  font-size: 15px;
  color: #222;
  line-height: 2.0;
  margin: 0;
}

.hni-guide__intro-text a {
  color: #01796a;
  text-decoration: underline;
}

.hni-guide__section-divider {
  border: none;
  border-top: 1px solid #d0ddd9;
  margin: 44px 0;
}

.hni-guide__manner {
  background: #f4f8f6;
  border: 1px solid #c6d8d3;
  border-radius: 4px;
  padding: 36px 36px 28px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .hni-guide__manner { padding: 28px 18px 20px; }
}

.hni-guide__manner-heading {
  font-size: 18px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .06em;
  margin: 0 0 32px;
  padding-bottom: 14px;
  border-bottom: 2px solid #01796a;
}

.hni-guide__budget-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 36px;
}

@media (max-width: 640px) {
  .hni-guide__budget-grid { grid-template-columns: 1fr; gap: 10px; }
}

.hni-guide__budget-card {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-top: 3px solid #01796a;
  border-radius: 3px;
  padding: 18px;
}

/* v3: 13px→14px */
.hni-guide__budget-card-label {
  font-size: 14px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .06em;
  margin-bottom: 8px;
}

.hni-guide__budget-card-price {
  font-size: 17px;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 8px;
  letter-spacing: .02em;
}

/* v3: 13px→14px, #444→#333 */
.hni-guide__budget-card-text {
  font-size: 14px;
  color: #333;
  line-height: 1.85;
  margin: 0;
}

.hni-guide__sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 28px;
}

@media (max-width: 640px) {
  .hni-guide__sub-grid { grid-template-columns: 1fr; }
}

.hni-guide__sub-block {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 18px 20px;
}

.hni-guide__sub-heading {
  font-size: 14px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .08em;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hni-guide__sub-heading::before {
  content: '';
  display: inline-block;
  width: 3px; height: 16px;
  background: #01796a;
  border-radius: 2px;
  flex-shrink: 0;
}

.hni-guide__sub-text {
  font-size: 14px;
  color: #333;
  line-height: 1.95;
  margin: 0;
}

.hni-guide__sub-text strong {
  color: #015e53;
}

.hni-guide__message {
  background: #fff;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 22px 24px;
  margin-bottom: 18px;
}

.hni-guide__message-heading {
  font-size: 14px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .08em;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hni-guide__message-heading::before {
  content: '';
  display: inline-block;
  width: 3px; height: 16px;
  background: #c0392b;
  border-radius: 2px;
  flex-shrink: 0;
}

.hni-guide__message-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

@media (max-width: 560px) {
  .hni-guide__message-grid { grid-template-columns: 1fr; }
}

.hni-guide__message-item {
  background: #faf8f6;
  border-left: 3px solid #c0392b;
  padding: 13px 16px;
  font-size: 14px;
  color: #222;
  line-height: 1.9;
  border-radius: 0 2px 2px 0;
}

.hni-guide__noshi {
  background: #faf8f6;
  border: 1px dashed #c6d8d3;
  border-radius: 3px;
  padding: 14px 18px;
  font-size: 14px;
  color: #444;
  line-height: 1.9;
}

.hni-guide__noshi strong {
  color: #015e53;
}

.hni-guide__example-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #01796a;
  border: 1px solid #01796a;
  padding: 11px 24px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: .06em;
  margin-top: 14px;
  transition: background .2s, color .2s;
}

.hni-guide__example-link:hover {
  background: #01796a;
  color: #fff;
}

.hni-guide__example-link::after {
  content: '→';
  font-size: 13px;
}


/* ============================================================
   4. Q&Aアコーディオン（hni-qa）
   v3変更: badge 34px、q-text/a-text 15px、padding拡大
   実装方式: aria-expanded（JavaScript制御）
============================================================ */

.hni-qa {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-qa__heading {
  font-size: 20px;
  font-weight: 600;
  color: #015e53;
  letter-spacing: .06em;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 2px solid #01796a;
}

.hni-qa__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.hni-qa__item {
  border-bottom: 1px solid #d0ddd9;
}

.hni-qa__item:first-child {
  border-top: 1px solid #d0ddd9;
}

.hni-qa__question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  background: none;
  border: none;
  padding: 22px 6px;
  cursor: pointer;
  text-align: left;
  transition: background .15s;
  min-height: 64px; /* v3: タップ領域確保 */
}

.hni-qa__question:hover,
.hni-qa__question[aria-expanded="true"] {
  background: #f4f8f6;
}

.hni-qa__q-badge {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #01796a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.hni-qa__q-text {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.7;
  letter-spacing: .03em;
}

.hni-qa__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 8px;
}

.hni-qa__icon::before,
.hni-qa__icon::after {
  content: '';
  position: absolute;
  background: #708f7c;
  border-radius: 1px;
  transition: transform .25s, opacity .25s;
}

.hni-qa__icon::before {
  width: 14px; height: 2px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.hni-qa__icon::after {
  width: 2px; height: 14px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.hni-qa__question[aria-expanded="true"] .hni-qa__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.hni-qa__question[aria-expanded="true"] .hni-qa__icon::before,
.hni-qa__question[aria-expanded="true"] .hni-qa__icon::after {
  background: #01796a;
}

/* グリッドアニメーション展開 */
.hni-qa__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.hni-qa__answer[aria-hidden="false"] {
  grid-template-rows: 1fr;
}

.hni-qa__answer-inner {
  overflow: hidden;
}

.hni-qa__answer-body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 0 6px 24px 6px;
}

.hni-qa__a-badge {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #f4f8f6;
  border: 1.5px solid #01796a;
  color: #01796a;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 1px;
}

.hni-qa__a-text {
  flex: 1;
  font-size: 15px;
  color: #222;
  line-height: 1.95;
  margin: 0;
}

.hni-qa__a-text strong { color: #015e53; }
.hni-qa__a-text a { color: #01796a; text-decoration: underline; }

@media (max-width: 480px) {
  .hni-qa__q-text { font-size: 14px; }
  .hni-qa__a-text { font-size: 14px; }
}


/* ============================================================
   5. おすすめ商品（hni-rec）
   v3変更: badge 12px→13px、rating 13px→14px
============================================================ */

.hni-rec {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', sans-serif;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.hni-rec__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

@media (max-width: 680px) {
  .hni-rec__grid { grid-template-columns: 1fr; gap: 14px; }
}

.hni-rec__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #c6d8d3;
  border-top: 3px solid #01796a;
  border-radius: 3px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s, transform .2s;
}

.hni-rec__card:hover {
  box-shadow: 0 4px 20px rgba(1,94,83,.15);
  transform: translateY(-2px);
}

.hni-rec__img-wrap {
  position: relative;
  overflow: hidden;
}

.hni-rec__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}

.hni-rec__card:hover .hni-rec__img {
  transform: scale(1.03);
}

/* v3: 12px→13px（バッジのため13px許容） */
.hni-rec__badge {
  position: absolute;
  top: 10px; left: 10px;
  background: #c0392b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 4px 12px;
  border-radius: 2px;
}

.hni-rec__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.hni-rec__name {
  font-size: 14px;
  font-weight: 600;
  color: #015e53;
  line-height: 1.65;
  margin: 0;
}

.hni-rec__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px; /* v3: 13→14px */
  color: #555;
}

.hni-rec__stars {
  color: #c0392b;
  font-size: 14px;
  letter-spacing: 1px;
}

.hni-rec__rating-val {
  font-weight: 700;
  color: #c0392b;
}

.hni-rec__price {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: .02em;
  margin-top: auto;
}

.hni-rec__price small {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  margin-left: 4px;
}

.hni-rec__btn {
  display: block;
  text-align: center;
  background: #01796a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .08em;
  padding: 13px 0;
  border-radius: 2px;
  text-decoration: none;
  margin-top: 14px;
  transition: background .2s;
  min-height: 44px; /* v3: タップ領域確保 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hni-rec__btn:hover {
  background: #015e53;
  color: #fff;
}

.hni-rec__line {
  margin-top: 32px;
  background: #f4f8f6;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.hni-rec__line-text {
  font-size: 15px;
  color: #015e53;
  line-height: 1.85;
  margin: 0;
}

.hni-rec__line-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.hni-rec__line-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06c755;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 3px;
  text-decoration: none;
  letter-spacing: .04em;
  transition: background .2s;
  white-space: nowrap;
  min-height: 44px; /* v3: タップ領域確保 */
}

.hni-rec__line-btn:hover {
  background: #05a847;
  color: #fff;
}

@media (max-width: 560px) {
  .hni-rec__line { flex-direction: column; align-items: flex-start; }
}


/* ============================================================
   6. /f/choose 専用コンポーネント（NEW）
   ─ 以下は /f/choose ページ再設計用の追加CSS ─
============================================================ */

/* ── 6-1. エントリーバナー（hni-entry）
   ファーストビュー直下の4択ボタン ─────────────────────── */

.hni-entry {
  margin-bottom: 40px;
}

.hni-entry__label {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
  letter-spacing: .04em;
  font-weight: 500;
}

.hni-entry__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (min-width: 640px) {
  .hni-entry__grid { grid-template-columns: repeat(4, 1fr); }
}

.hni-entry__btn {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #c6d8d3;
  background: #fff;
  transition: box-shadow .2s, transform .15s;
  color: inherit;
  min-height: 160px; /* タップ領域確保 */
}

.hni-entry__btn:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.13);
  transform: translateY(-2px);
}

.hni-entry__visual {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.hni-entry__visual svg {
  position: absolute;
  opacity: .18;
}

.hni-entry__visual-icon {
  font-size: 38px;
  position: relative;
  z-index: 1;
  line-height: 1;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.15));
}

/* お祝い・感謝 — ゴールド×サーモンピンク */
.hni-entry__btn--oiwai .hni-entry__visual {
  background: linear-gradient(135deg, #fff7e0 0%, #fde8e8 100%);
}
.hni-entry__btn--oiwai .hni-entry__visual::after {
  content: ''; position: absolute; bottom: 0; right: 0;
  width: 60px; height: 60px; border-radius: 50%;
  background: #ffc54c; opacity: .2; transform: translate(20px,20px);
}
.hni-entry__btn--oiwai .hni-entry__visual::before {
  content: ''; position: absolute; top: -10px; left: -10px;
  width: 50px; height: 50px; border-radius: 50%;
  background: #f3a6a5; opacity: .2;
}

/* お悔やみ・お供え — ラベンダー */
.hni-entry__btn--osonae .hni-entry__visual {
  background: linear-gradient(135deg, #f0eef8 0%, #e8edf5 100%);
}
.hni-entry__btn--osonae .hni-entry__visual::after {
  content: ''; position: absolute; bottom: -8px; right: -8px;
  width: 55px; height: 55px; border-radius: 50%;
  background: #8d89c8; opacity: .2;
}
.hni-entry__btn--osonae .hni-entry__visual::before {
  content: ''; position: absolute; top: -5px; left: 10px;
  width: 40px; height: 40px; border-radius: 50%;
  background: #8d89c8; opacity: .15;
}

/* ビジネス・法人 — プライマリーグリーン */
.hni-entry__btn--biz .hni-entry__visual {
  background: linear-gradient(135deg, #e8f4f1 0%, #d4ece6 100%);
}
.hni-entry__btn--biz .hni-entry__visual::after {
  content: ''; position: absolute; bottom: -10px; right: -10px;
  width: 60px; height: 60px; border-radius: 50%;
  background: #01796a; opacity: .18;
}

/* LINE相談 — オレンジレッド（行動喚起専用） */
.hni-entry__btn--line .hni-entry__visual {
  background: linear-gradient(135deg, #fef0e8 0%, #fde0d0 100%);
}
.hni-entry__btn--line .hni-entry__visual::after {
  content: ''; position: absolute; bottom: -8px; right: -8px;
  width: 55px; height: 55px; border-radius: 50%;
  background: #D45532; opacity: .2;
}

.hni-entry__body {
  padding: 12px 14px 14px;
  flex: 1;
}

.hni-entry__name {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #015e53;
  margin-bottom: 4px;
  line-height: 1.4;
}

.hni-entry__sub {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
}

/* カラーアクセントバー（下端） */
.hni-entry__btn::after {
  content: ''; display: block; height: 3px; width: 100%; flex-shrink: 0;
}
.hni-entry__btn--oiwai::after  { background: linear-gradient(90deg, #ffc54c, #f3a6a5); }
.hni-entry__btn--osonae::after { background: #8d89c8; }
.hni-entry__btn--biz::after    { background: #01796a; }
.hni-entry__btn--line::after   { background: #D45532; }


/* ── 6-2. 用途カードグリッド（hni-purpose）─────────────── */

.hni-purpose {
  margin-bottom: 52px;
}

.hni-purpose__title {
  font-size: 18px;
  font-weight: 700;
  color: #015e53;
  padding-left: 12px;
  border-left: 4px solid #01796a;
  margin-bottom: 8px;
  line-height: 1.4;
}

.hni-purpose__desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
}

.hni-purpose__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

@media (min-width: 600px) { .hni-purpose__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .hni-purpose__grid { grid-template-columns: repeat(4, 1fr); } }

.hni-purpose__card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s;
}

.hni-purpose__card:hover {
  box-shadow: 0 3px 12px rgba(1,89,80,.14);
}

.hni-purpose__img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f8f6;
}

.hni-purpose__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hni-purpose__card-body {
  padding: 12px 14px 14px;
}

.hni-purpose__name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #015e53;
  margin-bottom: 4px;
  line-height: 1.4;
}

.hni-purpose__sub {
  display: block;
  font-size: 12px;
  color: #555;
}

.hni-purpose__more {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 12px;
  background: #fff;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  color: #015e53;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background .2s;
  min-height: 44px; /* タップ領域確保 */
}

.hni-purpose__more:hover {
  background: #f4f8f6;
}

.hni-purpose__extra[hidden] {
  display: none;
}


/* ── 6-3. 個人／法人セグメント区切り（hni-segment）──────── */

.hni-segment {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 44px 0 22px;
}

.hni-segment::before,
.hni-segment::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #c6d8d3;
}

.hni-segment__label {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 5px 16px;
  border-radius: 20px;
  border: 1px solid #c6d8d3;
  color: #015e53;
  background: #fff;
}


/* ── 6-4. 信頼バナー（hni-trust）───────────────────────── */

.hni-trust {
  display: flex;
  gap: 0;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  background: #fff;
  margin: 40px 0;
  overflow: hidden;
}

.hni-trust__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 10px;
  text-align: center;
  border-right: 1px solid #c6d8d3;
  position: relative;
}

.hni-trust__item:last-child {
  border-right: none;
}

.hni-trust__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.hni-trust__item--card  .hni-trust__icon-wrap { background: #fff7e0; }
.hni-trust__item--photo .hni-trust__icon-wrap { background: #fde8e8; }
.hni-trust__item--line  .hni-trust__icon-wrap { background: #e8f4f1; }

.hni-trust__item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
}
.hni-trust__item--card::before  { background: #ffc54c; }
.hni-trust__item--photo::before { background: #f3a6a5; }
.hni-trust__item--line::before  { background: #01796a; }

.hni-trust__text {
  font-size: 14px;
  font-weight: 700;
  color: #015e53;
  line-height: 1.5;
}

.hni-trust__sub {
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}


/* ── 6-5. LINE相談CTA 中段版（hni-line-cta）────────────── */

.hni-line-cta {
  background: #f4f8f6;
  border: 1px solid #c6d8d3;
  border-radius: 3px;
  padding: 32px 24px;
  text-align: center;
  margin: 40px 0;
}

.hni-line-cta__lead {
  font-size: 18px;
  font-weight: 700;
  color: #015e53;
  margin-bottom: 8px;
}

.hni-line-cta__body {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
}

.hni-line-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #01796a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  text-decoration: none;
  transition: opacity .2s;
  letter-spacing: .04em;
  min-width: 200px;
  min-height: 52px; /* タップ領域確保 */
}

.hni-line-cta__btn:hover {
  opacity: .85;
  color: #fff;
}