/* =========================================================
halimo オールインワンジェル 商品説明コンテンツ
========================================================== */
.halimo-guide,
.halimo-guide * {
  box-sizing: border-box;
}

.halimo-guide {
  --hg-ink: #473f3b;
  --hg-muted: #736965;
  --hg-pink: #dc667c;
  --hg-pink-dark: #bc445e;
  --hg-pink-pale: #fff1f3;
  --hg-yellow: #efc85d;
  --hg-yellow-pale: #fff9df;
  --hg-green: #6f8f55;
  --hg-green-pale: #f2f6e9;
  --hg-line: #eaded8;
  --hg-white: #fff;
  width: 100%;
  max-width: 1012px;
  margin: 40px auto 0;
  overflow: hidden;
  color: var(--hg-ink);
  background: var(--hg-white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

.halimo-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.halimo-guide a {
  color: inherit;
}

.halimo-guide p,
.halimo-guide h2,
.halimo-guide h3,
.halimo-guide ul {
  margin-top: 0;
}

.halimo-guide__inner {
  width: min(100% - 48px, 880px);
  margin-inline: auto;
}

.halimo-guide__section {
  padding: 84px 0;
}

.halimo-guide__section--soft {
  background: #fffdf6;
}

.halimo-guide__section--pink {
  background: var(--hg-pink-pale);
}

.halimo-guide__section--green {
  background: var(--hg-green-pale);
}

.halimo-guide__eyebrow {
  margin-bottom: 14px;
  color: var(--hg-pink-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}

.halimo-guide__title {
  margin-bottom: 20px;
  color: var(--hg-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(27px, 4.2vw, 42px);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.06em;
  text-align: center;
}

.halimo-guide__lead {
  max-width: 680px;
  margin: 0 auto 42px;
  color: var(--hg-muted);
  font-size: clamp(16px, 2vw, 18px);
  line-height: 2;
  text-align: center;
}

.halimo-guide__note {
  margin: 16px 0 0;
  color: var(--hg-muted);
  font-size: 12px;
  line-height: 1.7;
}

/* ファーストビュー */
.halimo-guide__hero {
  position: relative;
  min-height: 640px;
  padding: 72px 0 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(255,255,255,.95) 0 12%, transparent 38%),
    linear-gradient(145deg, #fffdf2 0%, #fff3bd 52%, #f7d96d 100%);
}

.halimo-guide__hero::after {
  position: absolute;
  right: -10%;
  bottom: -150px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(255,255,255,.16), 0 0 0 78px rgba(255,255,255,.12);
  content: "";
}

.halimo-guide__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: 36px;
  align-items: center;
}

.halimo-guide__hero-copy {
  padding-left: 2px;
}

.halimo-guide__hero-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 22px;
  padding: 4px 15px;
  border: 1px solid rgba(188,68,94,.45);
  border-radius: 999px;
  color: var(--hg-pink-dark);
  background: rgba(255,255,255,.62);
  font-size: 13px;
  font-weight: 700;
}

.halimo-guide__hero-title {
  margin: 0 0 22px;
  color: #413a36;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(34px, 4.5vw, 46px);
  font-weight: 600;
  line-height: 1.48;
  letter-spacing: 0.045em;
}

.halimo-guide__hero-title em {
  position: relative;
  z-index: 0;
  color: inherit;
  font-style: normal;
  white-space: normal;
}

.halimo-guide__hero-title em::before {
  position: absolute;
  z-index: -1;
  right: -3px;
  bottom: .09em;
  left: -3px;
  height: .38em;
  border-radius: 2px;
  background: rgba(245, 150, 165, .38);
  content: "";
}

.halimo-guide__hero-text {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 2;
}

.halimo-guide__benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__benefit-row li {
  padding: 6px 12px;
  border-radius: 999px;
  color: #8d3d50;
  background: rgba(255,255,255,.82);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.halimo-guide__hero-volume {
  display: inline-flex;
  margin: 44px 0 0 !important;
  padding: 7px 16px;
  align-items: center;
  border: 2px solid rgba(188, 68, 94, .55);
  border-radius: 10px;
  color: #7f3044;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 6px 16px rgba(119, 83, 31, .08);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .04em;
}

.halimo-guide__hero-product {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
}

.halimo-guide__hero-product img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 24px rgba(119, 83, 31, .16));
  mix-blend-mode: multiply;
}

.halimo-guide__hero-badge {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -6px;
  display: grid;
  width: 108px;
  height: 108px;
  place-items: center;
  border: 2px solid rgba(255,255,255,.95);
  border-radius: 50%;
  color: #fff;
  background: var(--hg-pink);
  box-shadow: 0 8px 20px rgba(188,68,94,.24);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.halimo-guide__hero-caption {
  position: relative;
  z-index: 2;
  margin: -8px auto 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.halimo-guide__hero-note {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 12px;
  left: auto;
  margin: 0;
  color: rgba(71, 63, 59, .78);
  font-size: 11px;
  line-height: 1.5;
}

/* 悩み */
.halimo-guide__worries {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__worry {
  min-height: 172px;
  padding: 28px 22px 24px;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.halimo-guide__worry-check {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hg-pink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.halimo-guide__worry p {
  margin: 0;
  font-weight: 700;
  line-height: 1.75;
}

.halimo-guide__answer {
  position: relative;
  margin: 48px auto 0;
  padding: 32px 28px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #dc667c, #c34962);
  box-shadow: 0 14px 32px rgba(188,68,94,.17);
  text-align: center;
}

.halimo-guide__answer::before {
  position: absolute;
  top: -14px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  transform: rotate(45deg);
  background: #d35a71;
  content: "";
}

.halimo-guide__answer strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3.5vw, 34px);
  line-height: 1.55;
}

.halimo-guide__answer p {
  position: relative;
  margin: 0;
  font-size: 16px;
}

/* 1品6役 */
.halimo-guide__roles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
}

.halimo-guide__role {
  display: grid;
  min-height: 92px;
  padding: 12px 7px;
  place-items: center;
  border: 1px solid #f0d7a0;
  border-radius: 14px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.halimo-guide__role span {
  display: block;
  margin-bottom: 3px;
  color: #c08d20;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
}

.halimo-guide__one-step {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
}

.halimo-guide__texture {
  display: grid;
  overflow: hidden;
  padding: 24px;
  place-items: center;
  border-radius: 50% 50% 18px 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(100,81,53,.12);
}

.halimo-guide__texture img {
  width: 88%;
  max-width: 100%;
  margin: auto;
  object-fit: contain;
}

.halimo-guide__step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__step-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px dashed #decfa9;
}

.halimo-guide__step-list li:first-child {
  padding-top: 0;
}

.halimo-guide__step-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.halimo-guide__step-no {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #c89b39;
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.halimo-guide__step-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 17px;
}

.halimo-guide__step-list p {
  margin: 0;
  color: var(--hg-muted);
  font-size: 14px;
  line-height: 1.75;
}

/* 有効成分 */
.halimo-guide__active-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.halimo-guide__active-card {
  position: relative;
  overflow: hidden;
  padding: 34px 28px 30px;
  border: 1px solid #f1cbd2;
  border-radius: 22px;
  background: #fff;
}

.halimo-guide__active-card::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(239,200,93,.14);
  content: "";
}

.halimo-guide__active-card h3 {
  margin-bottom: 16px;
  font-size: clamp(20px, 2.8vw, 26px);
  line-height: 1.5;
}

.halimo-guide__active-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--hg-muted);
  font-size: 15px;
  line-height: 1.9;
}

.halimo-guide__effect-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.halimo-guide__effect-list li {
  padding: 6px 10px;
  border-radius: 8px;
  color: #9a3f52;
  background: #fff0f3;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.halimo-guide__ingredient-block {
  margin-top: 22px;
  padding: 34px;
  border-radius: 22px;
  background: #fff;
}

.halimo-guide__ingredient-block h3 {
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
}

.halimo-guide__ingredient-block > p {
  margin: 0 0 24px;
  color: var(--hg-muted);
  font-size: 14px;
  text-align: center;
}

.halimo-guide__ingredient-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__ingredient-chips li {
  padding: 8px 12px;
  border: 1px solid #d7e3c4;
  border-radius: 999px;
  color: #55723f;
  background: #f7faef;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.halimo-guide__moisture {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.halimo-guide__moisture-item {
  display: grid;
  min-height: 80px;
  padding: 14px 10px;
  place-items: center;
  border-radius: 14px;
  color: #43745e;
  background: #eef8f3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

@media (min-width: 768px) {
  .halimo-guide__ingredient-chips {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 9px;
  }

  .halimo-guide__ingredient-chips li {
    grid-column: span 2;
    display: grid;
    min-width: 0;
    place-items: center;
    text-align: center;
  }

  .halimo-guide__ingredient-chips li:nth-child(5) {
    grid-column: 2 / span 2;
  }

  .halimo-guide__ingredient-chips li:nth-child(6) {
    grid-column: 4 / span 2;
  }

  .halimo-guide__ingredient-chips li:nth-child(7) {
    grid-column: 6 / span 2;
  }
}

/* 口コミ */
.halimo-guide__voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.halimo-guide__voice {
  position: relative;
  display: flex;
  padding: 30px 24px 24px;
  flex-direction: column;
  border: 1px solid var(--hg-line);
  border-radius: 18px;
  background: #fff;
}

.halimo-guide__voice::before {
  position: absolute;
  top: 10px;
  left: 18px;
  color: #f2c8cf;
  content: "“";
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
}

.halimo-guide__voice h3 {
  position: relative;
  margin: 22px 0 12px;
  font-size: 17px;
  line-height: 1.7;
}

.halimo-guide__voice p {
  margin: 0;
  color: var(--hg-muted);
  font-size: 14px;
  line-height: 1.85;
}

.halimo-guide__voice p.halimo-guide__voice-meta {
  margin-top: auto;
  padding-top: 18px;
  color: #8d5360;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}

/* 肌への配慮 */
.halimo-guide__care-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.halimo-guide__care-card {
  padding: 30px;
  border-radius: 20px;
  background: #fff;
}

.halimo-guide__care-card h3 {
  margin-bottom: 18px;
  font-size: 20px;
  text-align: center;
}

.halimo-guide__test-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__test-list li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-bottom: 1px dashed #d9e1cf;
  font-size: 14px;
  font-weight: 700;
}

.halimo-guide__test-list li:last-child {
  border-bottom: 0;
}

.halimo-guide__test-list li::before {
  position: absolute;
  top: 13px;
  left: 2px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hg-green);
  content: "✓";
  font-size: 12px;
  line-height: 1;
}

.halimo-guide__free-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.halimo-guide__free-list li {
  padding: 7px 10px;
  border: 1px solid #dbe6cd;
  border-radius: 999px;
  color: #536548;
  background: #fbfcf7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

/* 定期購入 */
.halimo-guide__offer {
  position: relative;
  overflow: hidden;
  padding: 42px;
  border: 2px solid #e86f84;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(149,68,81,.12);
}

.halimo-guide__offer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 9px;
  background: linear-gradient(90deg, #f0c85b, #e86f84, #f0c85b);
  content: "";
}

.halimo-guide__offer-label {
  margin: 0 0 8px;
  color: var(--hg-pink-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
}

.halimo-guide__offer h2 {
  margin-bottom: 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.55;
  text-align: center;
}

.halimo-guide__price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.halimo-guide__price {
  display: flex;
  min-height: 164px;
  padding: 20px 14px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #f0d6dc;
  border-radius: 16px;
  background: #fff9fa;
  text-align: center;
}

.halimo-guide__price--regular {
  grid-column: 1 / -1;
  min-height: 72px;
  padding: 12px 20px;
  flex-direction: row;
  gap: 14px;
  align-items: baseline;
  border-color: #e9e2dc;
  color: #6e625d;
  background: #faf8f4;
}

/* 通常価格から定期価格への流れを示す矢印 */
.halimo-guide__price-arrow {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  width: 24px;
  height: 18px;
  margin: -2px auto 2px;
}

.halimo-guide__price-arrow::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  content: "";
  border-right: 4px solid var(--hg-pink);
  border-bottom: 4px solid var(--hg-pink);
  transform: translateX(-50%) rotate(45deg);
}

.halimo-guide__price--main {
  color: #8d3549;
  background: #fff0f3;
  box-shadow: inset 0 0 0 2px rgba(220, 102, 124, .18);
}

.halimo-guide__price--continuing {
  color: #8d3549;
  background: #fff7ed;
  box-shadow: inset 0 0 0 2px rgba(239, 200, 93, .22);
}

.halimo-guide__price-label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.halimo-guide__price strong {
  display: block;
  font-size: clamp(32px, 4.2vw, 40px);
  line-height: 1.25;
  white-space: nowrap;
}

.halimo-guide__price--regular strong {
  font-size: clamp(22px, 2.8vw, 28px);
}

.halimo-guide__price strong small {
  font-size: .46em;
}

.halimo-guide__price-off {
  display: inline-block;
  margin: 7px auto 0;
  padding: 3px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--hg-pink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.halimo-guide__support {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 56px 0 22px !important;
  padding: 0;
  list-style: none;
}

.halimo-guide__support li {
  display: grid;
  min-height: 74px;
  padding: 10px;
  place-items: center;
  border: 1px solid #ecd9dc;
  border-radius: 12px;
  color: #754955;
  background: #fffafa;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.halimo-guide__cta {
  display: flex;
  width: min(100%, 560px);
  min-height: 66px;
  margin: 28px auto 12px;
  padding: 14px 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, #df667c, #be425c);
  box-shadow: 0 10px 0 #963447, 0 16px 28px rgba(151,52,71,.22);
  font-size: clamp(17px, 2.5vw, 21px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.halimo-guide__cta:hover {
  transform: translateY(3px);
  box-shadow: 0 7px 0 #963447, 0 12px 22px rgba(151,52,71,.2);
}

.halimo-guide__cta::after {
  margin-left: 12px;
  content: "→";
  font-size: 1.2em;
}

.halimo-guide__sub-link {
  display: block;
  width: fit-content;
  margin: 20px auto 0;
  color: #6c5d59 !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.halimo-guide__offer-note {
  max-width: 650px;
  margin: 18px auto 0;
  color: var(--hg-muted);
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

/* FAQ */
.halimo-guide__faq {
  border-top: 1px solid var(--hg-line);
}

.halimo-guide__faq details {
  border-bottom: 1px solid var(--hg-line);
  background: #fff;
}

.halimo-guide__faq summary {
  position: relative;
  padding: 22px 52px 22px 50px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.7;
  list-style: none;
}

.halimo-guide__faq summary::-webkit-details-marker {
  display: none;
}

.halimo-guide__faq summary::before {
  position: absolute;
  top: 20px;
  left: 5px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hg-pink);
  content: "Q";
  font-family: Georgia, serif;
  font-size: 16px;
}

.halimo-guide__faq summary::after {
  position: absolute;
  top: 21px;
  right: 8px;
  color: var(--hg-pink-dark);
  content: "+";
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}

.halimo-guide__faq details[open] summary::after {
  content: "－";
}

.halimo-guide__faq-answer {
  position: relative;
  margin: 0 0 20px 50px;
  padding: 16px 20px;
  border-radius: 12px;
  color: var(--hg-muted);
  background: #faf8f4;
  font-size: 14px;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .halimo-guide {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.8;
  }

  .halimo-guide__inner {
    width: min(100% - 32px, 560px);
  }

  .halimo-guide__section {
    padding: 58px 0;
  }

  .halimo-guide__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  /* SP：明朝体の共通セクションタイトルを小さくして自然に改行 */
  .halimo-guide__title {
    margin-bottom: 16px;
    font-size: clamp(22px, 6.1vw, 27px);
    line-height: 1.55;
    letter-spacing: 0.035em;
    line-break: strict;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .halimo-guide__lead {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .halimo-guide__hero {
    min-height: 0;
    padding: 48px 0 42px;
  }

  .halimo-guide__hero::after {
    right: -180px;
    bottom: -210px;
  }

  .halimo-guide__hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .halimo-guide__hero-copy {
    text-align: center;
  }

  .halimo-guide__hero-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  /* SP：ファーストビューの明朝体タイトル */
  .halimo-guide__hero-title {
    margin-bottom: 16px;
    font-size: clamp(26px, 7.2vw, 31px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    line-break: strict;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .halimo-guide__hero-text {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.85;
  }

  .halimo-guide__benefit-row {
    justify-content: center;
  }

  .halimo-guide__benefit-row li {
    font-size: 12px;
  }

  .halimo-guide__hero-volume {
    margin-top: 34px !important;
    padding: 6px 13px;
    font-size: 16px;
  }

  .halimo-guide__hero-note {
    right: 14px;
    bottom: 8px;
    left: auto;
    font-size: 10px;
  }

  .halimo-guide__hero-product {
    width: min(82%, 320px);
  }

  .halimo-guide__hero-badge {
    top: -8px;
    right: -14px;
    width: 88px;
    height: 88px;
    font-size: 12px;
  }

  .halimo-guide__worries,
  .halimo-guide__voice-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .halimo-guide__worry {
    display: grid;
    min-height: 0;
    padding: 18px;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: center;
    text-align: left;
  }

  .halimo-guide__worry-check {
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 17px;
  }

  .halimo-guide__worry p {
    font-size: 14px;
    line-height: 1.7;
  }

  .halimo-guide__answer {
    margin-top: 38px;
    padding: 26px 18px;
  }

  /* SP：このコピー内のHTML上のbrを無効化し、幅に合わせて自然に改行 */
  .halimo-guide__answer strong {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(20px, 5.8vw, 23px);
    line-height: 1.7;
    letter-spacing: 0.025em;
    line-break: strict;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .halimo-guide__answer strong br {
    display: none;
  }

  .halimo-guide__answer p {
    font-size: 14px;
  }

  .halimo-guide__roles {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 34px;
  }

  .halimo-guide__role {
    min-height: 78px;
    font-size: 12px;
  }

  .halimo-guide__role span {
    font-size: 18px;
  }

  .halimo-guide__one-step,
  .halimo-guide__active-grid,
  .halimo-guide__care-grid {
    grid-template-columns: 1fr;
  }

  .halimo-guide__one-step {
    gap: 30px;
  }

  .halimo-guide__texture {
    width: min(84%, 330px);
    padding: 18px;
    margin-inline: auto;
  }

  .halimo-guide__texture img {
    width: 90%;
  }

  .halimo-guide__active-grid {
    gap: 12px;
  }

  .halimo-guide__active-card {
    padding: 26px 22px;
  }

  .halimo-guide__ingredient-block {
    padding: 26px 18px;
  }

  .halimo-guide__ingredient-chips {
    display: flex;
    gap: 7px;
  }

  .halimo-guide__ingredient-chips li {
    display: block;
    min-width: auto;
    padding: 7px 9px;
    font-size: 11px;
  }

  .halimo-guide__moisture {
    gap: 7px;
  }

  .halimo-guide__moisture-item {
    padding: 14px 6px;
    font-size: 11px;
  }

  .halimo-guide__voice {
    padding: 24px 20px 20px;
  }

  .halimo-guide__voice h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .halimo-guide__care-card {
    padding: 24px 20px;
  }

  .halimo-guide__offer {
    width: 100%;
    max-width: 100%;
    padding: 34px 14px 28px;
  }

  /* SP：通常価格1段＋定期価格2列のレイアウト */
  .halimo-guide__price-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .halimo-guide__price-grid > * {
    min-width: 0;
  }

  .halimo-guide__price {
    width: 100%;
    min-width: 0;
    min-height: 138px;
    padding: 14px 4px;
    overflow: hidden;
  }

  .halimo-guide__price--regular {
    grid-column: 1 / -1;
    min-height: 66px;
    padding: 10px 8px;
    gap: 8px;
  }

  .halimo-guide__price-arrow {
    width: 22px;
    height: 16px;
    margin: -2px auto 2px;
  }

  .halimo-guide__price-arrow::after {
    top: 0;
    width: 12px;
    height: 12px;
  }

  .halimo-guide__price-label {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.45;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .halimo-guide__price strong {
    width: 100%;
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .halimo-guide__price--regular strong {
    width: auto;
    font-size: clamp(20px, 5.8vw, 24px);
  }

  .halimo-guide__price strong small {
    font-size: 0.38em;
    letter-spacing: 0;
  }

  .halimo-guide__price-off {
    margin-top: 7px;
    padding: 3px 7px;
    font-size: 11px;
    white-space: nowrap;
  }

  /* SP：定期購入セクションの明朝体タイトル */
  .halimo-guide__offer h2 {
    font-size: clamp(22px, 6.2vw, 27px);
    line-height: 1.55;
    letter-spacing: 0.035em;
    line-break: strict;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .halimo-guide__support {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px !important;
  }

  .halimo-guide__support li {
    min-height: 66px;
    font-size: 12px;
  }

  .halimo-guide__cta {
    min-height: 62px;
    padding: 13px 20px;
    font-size: 17px;
    box-shadow: 0 7px 0 #963447, 0 12px 24px rgba(151,52,71,.2);
  }

  .halimo-guide__faq summary {
    padding: 20px 38px 20px 42px;
    font-size: 14px;
  }

  .halimo-guide__faq summary::before {
    top: 18px;
    left: 0;
    width: 30px;
    height: 30px;
  }

  .halimo-guide__faq summary::after {
    top: 20px;
    right: 2px;
  }

  .halimo-guide__faq-answer {
    margin-left: 42px;
    padding: 14px 16px;
    font-size: 13px;
  }
}

/* =========================================================
  MakeShop共通CSSによる黄色マーカーを無効化

  外部CSSがMakeShop共通CSSより先に読み込まれた場合でも
  優先されるように、セレクタの詳細度を高くしています。
========================================================= */

/*
  span・mark・u本体に付与される背景、下線、影を無効化します。
  em要素のピンクマーカーは対象外のため、そのまま維持されます。
*/
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide span,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide mark,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide u,
html body .halimo-guide.halimo-guide.halimo-guide span,
html body .halimo-guide.halimo-guide.halimo-guide mark,
html body .halimo-guide.halimo-guide.halimo-guide u {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

/*
  MakeShop側が疑似要素で黄色マーカーを描画している場合も無効化します。
  このコンテンツ内ではspan・mark・uの疑似要素を使用していないため、
  本来のデザインには影響しません。
*/
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide span::before,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide span::after,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide mark::before,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide mark::after,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide u::before,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide u::after,
html body .halimo-guide.halimo-guide.halimo-guide span::before,
html body .halimo-guide.halimo-guide.halimo-guide span::after,
html body .halimo-guide.halimo-guide.halimo-guide mark::before,
html body .halimo-guide.halimo-guide.halimo-guide mark::after,
html body .halimo-guide.halimo-guide.halimo-guide u::before,
html body .halimo-guide.halimo-guide.halimo-guide u::after {
  background: none !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  content: none !important;
  text-decoration: none !important;
}

/* =========================================================
  黄色マーカーの打ち消し後に、本来必要な背景色を復元
========================================================= */
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__hero-kicker,
html body .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__hero-kicker {
  border: 1px solid rgba(188, 68, 94, 0.45) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow: none !important;
}

html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__hero-badge,
html body .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__hero-badge {
  position: absolute !important;
  border: 2px solid rgba(255, 255, 255, 0.95) !important;
  background: var(--hg-pink) !important;
  box-shadow: 0 8px 20px rgba(188, 68, 94, 0.24) !important;
}

html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__worry-check,
html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__price-off,
html body .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__worry-check,
html body .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__price-off {
  background: var(--hg-pink) !important;
}

html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide,
html body .halimo-guide.halimo-guide.halimo-guide {
  background: var(--hg-pink-pale) !important;
}

html body .item-description-body
  .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__step-no,
html body .halimo-guide.halimo-guide.halimo-guide
  .halimo-guide__step-no {
  background: #c89b39 !important;
}

/* =========================================================
  動きを減らす端末設定
========================================================= */
@media (prefers-reduced-motion: reduce) {
  .halimo-guide__cta {
    transition: none;
  }
}
