/*
========================================================
ファイル      : hlab-lp.css
ページ        : ひとり商いラボ ランディングページ
対象URL       : https://emongroup.com/hlab/
用途          : 公開LP専用CSS
バージョン    : 5.1
最終更新日    : 2026-07-20
依存CSS       : hlab-common.css
========================================================
*/

.hlab-lp {
  min-height: 100vh;
  color: var(--hl-text);
  background-color: #fff9ef;
  background-image:
    linear-gradient(rgba(255, 249, 239, 0.82), rgba(255, 249, 239, 0.82)),
    var(--hlab-lp-page-bg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

/* Header */

.hlab-lp__header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(240, 138, 0, 0.16);
  background: rgba(255, 250, 243, 0.92);
  box-shadow: 0 8px 22px rgba(74, 36, 20, 0.05);
  backdrop-filter: blur(12px);
}

.admin-bar .hlab-lp__header {
  top: 32px;
}

.hlab-lp__header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.hlab-lp__brand img {
  width: 190px;
}

.hlab-lp__nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.hlab-lp__nav a {
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--hl-brown-soft);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.hlab-lp__nav a:hover,
.hlab-lp__nav a:focus-visible {
  background: #fff;
}

.hlab-lp__header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 17px;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(145deg, #ff9f00, var(--hl-orange-dark));
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 9px 22px rgba(216, 111, 0, 0.24);
}

/* Hero */

.hlab-lp__hero {
  padding: 24px 0 34px;
}

.hlab-lp__hero-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  min-height: 560px;
  padding: clamp(42px, 6vw, 74px);
  border: 1px solid var(--hl-border);
  border-radius: 36px;
  background-color: var(--hl-cream);
  background-image:
    linear-gradient(rgba(255, 251, 245, 0.08), rgba(255, 251, 245, 0.08)),
    var(--hlab-lp-hero-bg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--hl-shadow);
  overflow: hidden;
}

.hlab-lp__hero-copy {
  position: relative;
  z-index: 2;
}

.hlab-lp__kicker,
.hlab-lp__eyebrow {
  display: inline-block;
  margin: 0;
  color: var(--hl-orange-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hlab-lp__hero h1 {
  margin: 14px 0 0;
  color: var(--hl-brown);
  font-size: clamp(38px, 6.3vw, 70px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hlab-lp__hero h1 span,
.hlab-lp__hero h1 b {
  display: inline-block;
}

.hlab-lp__hero h1 b {
  margin: 0 0.07em;
  color: var(--hl-orange);
  font-size: 0.7em;
}

.hlab-lp__hero-lead {
  margin: 20px 0 0;
  color: var(--hl-brown-soft);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 780;
}

.hlab-lp__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hlab-lp__price-note {
  margin: 12px 0 0;
  color: var(--hl-muted);
  font-size: 13px;
  font-weight: 800;
}

.hlab-lp__line-note {
  margin: 8px 0 0;
  color: var(--hl-muted);
  font-size: 13px;
}

.hlab-lp__line-note a {
  color: var(--hl-orange-dark);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hlab-lp__hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.hlab-lp__hero-visual > img {
  width: min(390px, 100%);
  filter: drop-shadow(0 16px 22px rgba(74, 36, 20, 0.13));
}

.hlab-lp__hero-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.hlab-lp__hero-decor img {
  position: absolute;
  width: 64px;
  height: 64px;
  object-fit: contain;
  opacity: 0.44;
  filter: drop-shadow(0 8px 14px rgba(74, 36, 20, 0.06));
}

.hlab-lp__hero-decor-plane {
  top: 5%;
  left: 2%;
  transform: rotate(-10deg);
}

.hlab-lp__hero-decor-stars {
  top: 2%;
  right: 1%;
  width: 82px !important;
  height: 82px !important;
  opacity: 0.58 !important;
  transform: rotate(6deg);
}

.hlab-lp__hero-decor-book {
  left: 0;
  bottom: 7%;
  width: 70px !important;
  height: 70px !important;
  opacity: 0.32 !important;
  transform: rotate(-7deg);
}

.hlab-lp__hero-decor-sprout {
  right: 0;
  bottom: 5%;
  width: 62px !important;
  height: 62px !important;
  opacity: 0.38 !important;
  transform: rotate(7deg);
}

.hlab-lp__hero-decor-heart {
  top: 38%;
  right: 5%;
  width: 40px !important;
  height: 40px !important;
  opacity: 0.42 !important;
  transform: rotate(10deg);
}

.hlab-lp__hero-bubble {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 4%;
  display: grid;
  gap: 2px;
  padding: 13px 16px;
  border: 2px solid rgba(106, 59, 34, 0.20);
  border-radius: 20px 20px 4px 20px;
  background: #fff;
  color: var(--hl-brown);
  box-shadow: 0 10px 24px rgba(74, 36, 20, 0.08);
}

.hlab-lp__hero-bubble strong {
  font-size: 14px;
}

.hlab-lp__hero-bubble span {
  font-size: 11px;
  font-weight: 750;
}

/* Sections */

.hlab-lp__section {
  padding: clamp(48px, 7vw, 84px) 0;
}

.hlab-lp__section--soft {
  position: relative;
}

.hlab-lp__section--soft::before {
  position: absolute;
  inset: 20px max(12px, calc((100vw - 1180px) / 2 - 20px));
  border: 1px solid rgba(240, 138, 0, 0.12);
  border-radius: 42px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 191, 47, 0.13), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(167, 201, 87, 0.12), transparent 28%),
    rgba(255, 248, 238, 0.76);
  content: "";
  pointer-events: none;
}

.hlab-lp__section--soft > .hlab-lp__wrap {
  position: relative;
  z-index: 1;
}

.hlab-lp__section-head {
  width: min(820px, 100%);
  margin-bottom: 28px;
}

.hlab-lp__section-head h2,
.hlab-lp__price-card h2,
.hlab-lp__story-card h2,
.hlab-lp__final-card h2 {
  margin: 6px 0 10px;
  color: var(--hl-brown);
  font-size: clamp(28px, 4.6vw, 48px);
  line-height: 1.42;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hlab-lp__section-head p,
.hlab-lp__story-card p,
.hlab-lp__final-card p {
  margin: 0;
  color: var(--hl-muted);
  font-weight: 740;
}

.hlab-lp__three-grid,
.hlab-lp__four-grid,
.hlab-lp__flow-grid {
  display: grid;
  gap: 18px;
}

.hlab-lp__three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hlab-lp__four-grid,
.hlab-lp__flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hlab-lp__number-card,
.hlab-lp__feature-card,
.hlab-lp__target-card,
.hlab-lp__flow-grid article {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--hl-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(74, 36, 20, 0.07);
  overflow: hidden;
}

.hlab-lp__number-card > span,
.hlab-lp__flow-grid article > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--hl-yellow), var(--hl-orange));
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(216, 111, 0, 0.20);
}

.hlab-lp__number-card h3,
.hlab-lp__feature-card h3,
.hlab-lp__target-card h3,
.hlab-lp__flow-grid h3 {
  margin: 0 0 8px;
  color: var(--hl-brown);
  font-size: 19px;
  line-height: 1.5;
  font-weight: 900;
}

.hlab-lp__number-card p,
.hlab-lp__feature-card p,
.hlab-lp__target-card p,
.hlab-lp__flow-grid p {
  margin: 0;
  color: var(--hl-muted);
}

.hlab-lp__split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(230px, 0.75fr);
  gap: 32px;
  align-items: center;
}

.hlab-lp__mini-list {
  display: grid;
  gap: 10px;
}

.hlab-lp__mini-list > div {
  display: grid;
  gap: 4px;
  padding: 15px 18px;
  border-left: 5px solid var(--hl-orange);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.86);
}

.hlab-lp__mini-list strong {
  color: var(--hl-brown);
}

.hlab-lp__mini-list span {
  color: var(--hl-muted);
  font-size: 14px;
}

.hlab-lp__split-visual {
  display: grid;
  place-items: center;
}

.hlab-lp__split-visual img {
  width: min(260px, 82%);
}

.hlab-lp__feature-card {
  text-align: center;
}

.hlab-lp__feature-card > img {
  width: 126px;
  height: 126px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.hlab-lp__feature-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  border-radius: 28px;
  background: var(--hl-cream-deep);
  font-size: 36px;
}

.hlab-lp__target-card {
  min-height: 210px;
  padding-top: 30px;
}

.hlab-lp__target-card::before {
  display: block;
  width: 42px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hl-yellow), var(--hl-orange));
  content: "";
}

/* Materials */

.hlab-lp__materials {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 32px;
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--hl-border);
  border-radius: 32px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)),
    var(--hlab-lp-card-bg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--hl-shadow);
}

.hlab-lp__materials-list {
  columns: 2;
  column-gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hlab-lp__materials-list li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 24px;
  break-inside: avoid;
  color: var(--hl-brown-soft);
  font-weight: 800;
}

.hlab-lp__materials-list li::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  color: var(--hl-orange);
  content: "✓";
  font-weight: 900;
}

.hlab-lp__request-box {
  margin-top: 22px;
  padding: 17px 19px;
  border: 1px dashed rgba(240, 138, 0, 0.42);
  border-radius: 20px;
  background: rgba(255, 248, 238, 0.84);
}

.hlab-lp__request-box strong {
  color: var(--hl-brown);
}

.hlab-lp__request-box p {
  margin: 5px 0 0;
  color: var(--hl-muted);
}

/* Practical tools */

.hlab-lp__tools-block {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 1px solid rgba(121, 87, 57, 0.14);
}

.hlab-lp__tools-head h3 {
  margin: 5px 0 7px;
  color: var(--hl-brown);
  font-size: clamp(21px, 3vw, 27px);
  line-height: 1.5;
}

.hlab-lp__tools-head p {
  margin: 0;
  color: var(--hl-muted);
}

.hlab-lp__tools-kicker {
  color: var(--hl-orange-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.hlab-lp__tools-group {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(121, 87, 57, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.hlab-lp__tools-group-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 12px;
}

.hlab-lp__tools-group-head strong {
  color: var(--hl-brown);
  font-size: 17px;
  font-weight: 900;
}

.hlab-lp__tools-group-head span {
  color: var(--hl-muted);
  font-size: 12px;
  font-weight: 750;
}

.hlab-lp__tool-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hlab-lp__tool-card {
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 18px;
}

.hlab-lp__tool-card--down {
  border-color: rgba(214, 91, 50, 0.24);
  background: linear-gradient(145deg, #fff3ed, #fff8ef);
}

.hlab-lp__tool-card--up {
  border-color: rgba(63, 132, 72, 0.24);
  background: linear-gradient(145deg, #eff9ef, #f8fcf3);
}

.hlab-lp__tool-direction {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hlab-lp__tool-card--down .hlab-lp__tool-direction {
  background: linear-gradient(135deg, #d75f32, #f08a00);
}

.hlab-lp__tool-card--up .hlab-lp__tool-direction {
  background: linear-gradient(135deg, #4a9152, #68a85f);
}

.hlab-lp__tool-card h4 {
  margin: 10px 0 6px;
  color: var(--hl-brown);
  font-size: 17px;
  line-height: 1.55;
}

.hlab-lp__tool-card p {
  margin: 0;
  color: #654e3b;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.hlab-lp__tool-request-note {
  margin: 14px 2px 0;
  color: var(--hl-muted);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
}

.hlab-lp__materials-visual {
  display: grid;
  place-items: center;
}

.hlab-lp__materials-visual img {
  width: min(300px, 100%);
}

/* Operator */

.hlab-lp__operator {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.hlab-lp__operator-badge {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 20px;
  border-radius: 50%;
  color: var(--hl-brown);
  background:
    radial-gradient(circle at 35% 30%, #fff7c7, transparent 32%),
    linear-gradient(145deg, #ffd96c, #ffad27);
  box-shadow: 0 16px 34px rgba(216, 111, 0, 0.20);
  text-align: center;
}

.hlab-lp__operator-badge span,
.hlab-lp__operator-badge strong {
  display: block;
}

.hlab-lp__operator-badge strong {
  font-size: 27px;
}

.hlab-lp__operator p {
  margin: 0 0 12px;
}

.hlab-lp__operator-note {
  padding: 14px 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.80);
  color: var(--hl-muted);
}

/* Price */

.hlab-lp__price-card {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--hl-border);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 191, 47, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.94);
  box-shadow: var(--hl-shadow);
  text-align: center;
}

.hlab-lp__price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 18px 0;
  color: var(--hl-brown);
}

.hlab-lp__price-main span {
  font-weight: 900;
}

.hlab-lp__price-main strong {
  color: var(--hl-orange);
  font-size: clamp(54px, 9vw, 88px);
  line-height: 1;
  font-weight: 950;
}

.hlab-lp__price-main b {
  font-size: 18px;
}

.hlab-lp__price-card > p {
  width: min(660px, 100%);
  margin: 8px auto;
  color: var(--hl-muted);
}

/* Flow */

.hlab-lp__flow-grid article {
  min-height: 230px;
}

/* Story */

.hlab-lp__story-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 30px;
  align-items: center;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--hl-border);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hl-shadow);
}

.hlab-lp__story-card > img {
  width: 170px;
}

.hlab-lp__text-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--hl-orange-dark) !important;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* FAQ */

.hlab-lp__faq {
  display: grid;
  gap: 10px;
}

.hlab-lp__faq details {
  border: 1px solid rgba(240, 138, 0, 0.20);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  overflow: hidden;
}

.hlab-lp__faq summary {
  position: relative;
  padding: 18px 50px 18px 20px;
  color: var(--hl-brown);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.hlab-lp__faq summary::-webkit-details-marker {
  display: none;
}

.hlab-lp__faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--hl-orange);
  content: "＋";
  font-size: 22px;
}

.hlab-lp__faq details[open] summary::after {
  content: "−";
}

.hlab-lp__faq details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--hl-muted);
}

/* Final */

.hlab-lp__final {
  padding: 44px 0 86px;
}

.hlab-lp__final-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid var(--hl-border);
  border-radius: 34px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)),
    var(--hlab-lp-card-bg);
  background-size: cover;
  background-position: center;
  box-shadow: var(--hl-shadow);
}

.hlab-lp__final-card > img {
  width: 180px;
}

/* Footer */

.hlab-lp__footer {
  padding: 40px 0 86px;
  border-top: 1px solid rgba(240, 138, 0, 0.16);
  background: rgba(255, 250, 243, 0.90);
  text-align: center;
}

.hlab-lp__footer img {
  width: min(360px, 80%);
  margin: 0 auto 18px;
}

.hlab-lp__footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.hlab-lp__footer nav a {
  color: var(--hl-brown-soft);
  font-size: 13px;
  font-weight: 800;
}

.hlab-lp__footer p {
  margin: 12px 0 0;
  color: var(--hl-muted);
  font-size: 13px;
}

/* Fixed CTA */

.hlab-lp__fixed-cta {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 20px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(145deg, #ff9f00, var(--hl-orange-dark));
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(216, 111, 0, 0.30);
  transition: transform 0.18s ease;
}

.hlab-lp__fixed-cta:hover,
.hlab-lp__fixed-cta:focus-visible {
  transform: translateY(-2px);
}

/* Responsive */

@media (max-width: 980px) {
  .hlab-lp__header-inner {
    grid-template-columns: 160px minmax(0, 1fr) auto;
  }

  .hlab-lp__brand img {
    width: 160px;
  }

  .hlab-lp__nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hlab-lp__nav::-webkit-scrollbar {
    display: none;
  }

  .hlab-lp__hero-panel {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .hlab-lp__three-grid {
    grid-template-columns: 1fr;
  }

  .hlab-lp__four-grid,
  .hlab-lp__flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .hlab-lp {
    background-attachment: scroll;
  }

  .hlab-lp__header-inner {
    min-height: 64px;
    grid-template-columns: 138px minmax(0, 1fr);
  }

  .hlab-lp__brand img {
    width: 138px;
  }

  .hlab-lp__header-cta {
    display: none;
  }

  .hlab-lp__nav {
    justify-content: flex-end;
  }

  .hlab-lp__nav a {
    display: none;
  }

  .hlab-lp__nav a:nth-last-child(1),
  .hlab-lp__nav a:nth-last-child(2) {
    display: inline-flex;
  }

  .hlab-lp__hero-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 20px 28px;
    border-radius: 28px;
    background-position: 48% center;
  }

  .hlab-lp__hero-visual {
    order: -1;
    min-height: 330px;
    align-items: center;
    justify-items: center;
    isolation: isolate;
    border-radius: 32px;
    background:
      radial-gradient(circle at 16% 18%, rgba(255, 191, 47, 0.24), transparent 31%),
      radial-gradient(circle at 86% 78%, rgba(167, 201, 87, 0.22), transparent 29%),
      linear-gradient(145deg, rgba(255, 249, 239, 0.74), rgba(255, 242, 214, 0.50));
  }

  .hlab-lp__hero-decor-plane {
    top: 2%;
    left: 1%;
    width: 54px;
    height: 54px;
    opacity: 0.46;
  }

  .hlab-lp__hero-decor-stars {
    top: 3%;
    right: 1%;
    width: 76px !important;
    height: 76px !important;
    opacity: 0.62 !important;
  }

  .hlab-lp__hero-decor-book {
    left: 1%;
    bottom: 22%;
    width: 58px !important;
    height: 58px !important;
    opacity: 0.38 !important;
  }

  .hlab-lp__hero-decor-sprout {
    right: 1%;
    bottom: 22%;
    width: 56px !important;
    height: 56px !important;
    opacity: 0.44 !important;
  }

  .hlab-lp__hero-decor-heart {
    top: 45%;
    right: 5%;
    width: 34px !important;
    height: 34px !important;
    opacity: 0.48 !important;
  }

  .hlab-lp__hero-visual > img {
    position: relative;
    z-index: 2;
    width: min(250px, 72%);
    transform: translateY(-44px);
  }

  .hlab-lp__hero-bubble {
    z-index: 3;
    right: 5%;
    bottom: 8%;
  }

  .hlab-lp__split,
  .hlab-lp__materials,
  .hlab-lp__operator,
  .hlab-lp__story-card,
  .hlab-lp__final-card {
    grid-template-columns: 1fr;
  }

  .hlab-lp__split-visual {
    order: -1;
  }

  .hlab-lp__materials-visual {
    order: -1;
  }

  .hlab-lp__materials-visual img {
    width: min(220px, 64%);
  }

  .hlab-lp__materials-list {
    columns: 1;
  }

  .hlab-lp__operator-badge {
    width: 150px;
    min-height: 150px;
  }

  .hlab-lp__story-card > img,
  .hlab-lp__final-card > img {
    width: 130px;
  }
}

@media (max-width: 640px) {
  .hlab-lp__tool-cards {
    grid-template-columns: 1fr;
  }

  .hlab-lp__tools-group-head {
    display: grid;
    gap: 2px;
  }

  .admin-bar .hlab-lp__header {
    top: 46px;
  }

  .hlab-lp__nav {
    display: none;
  }

  .hlab-lp__header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hlab-lp__brand img {
    width: 170px;
  }

  .hlab-lp__hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hlab-lp__hero h1 span,
  .hlab-lp__hero h1 b {
    display: block;
  }

  .hlab-lp__hero h1 b {
    margin: 0.02em 0;
    line-height: 0.75;
  }

  .hlab-lp__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hlab-lp__four-grid,
  .hlab-lp__flow-grid {
    grid-template-columns: 1fr;
  }

  .hlab-lp__section--soft::before {
    inset: 12px 6px;
    border-radius: 28px;
  }

  .hlab-lp__section-head h2,
  .hlab-lp__price-card h2,
  .hlab-lp__story-card h2,
  .hlab-lp__final-card h2 {
    font-size: clamp(27px, 8vw, 38px);
  }

  .hlab-lp__fixed-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 50px;
    padding: 11px 16px;
  }
}

@media print {
  .hlab-lp__header,
  .hlab-lp__fixed-cta {
    display: none;
  }

  .hlab-lp {
    background: #fff;
  }
}


/* ========================================================
   v3.2 ログイン・会員状態に応じたヘッダー導線
======================================================== */

.hlab-lp__header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.hlab-lp__header-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(240, 138, 0, 0.30);
  border-radius: 999px;
  color: var(--hl-orange-dark);
  background: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.hlab-lp__header-login:hover,
.hlab-lp__header-login:focus-visible {
  background: var(--hl-cream);
}

@media (max-width: 760px) {
  .hlab-lp__header-inner {
    grid-template-columns: minmax(120px, 138px) minmax(0, 1fr);
    gap: 8px;
  }

  .hlab-lp__nav {
    display: none;
  }

  .hlab-lp__header-actions {
    display: flex;
    justify-self: end;
    gap: 6px;
  }

  .hlab-lp__header-cta {
    display: inline-flex;
  }

  .hlab-lp__header-login,
  .hlab-lp__header-cta {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 11px;
  }
}

@media (max-width: 420px) {
  .hlab-lp__brand img {
    width: 120px;
  }

  .hlab-lp__header-inner {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .hlab-lp__header-login,
  .hlab-lp__header-cta {
    padding: 6px 8px;
    font-size: 10px;
  }
}
