.about-lp-page {
  --about-bg: #fbf5ec;
  --about-paper: #fffdf8;
  --about-ink: #36312c;
  --about-muted: #6d6258;
  --about-line: #e5d7c5;
  --about-accent: #a9895f;
  --about-soft: #f3e7d8;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf5ec 34%, #fffaf3 100%);
  color: var(--about-ink);
  overflow: hidden;
  padding-bottom: 96px;
}

.about-lp-page * {
  box-sizing: border-box;
}

.about-lp-hero {
  display: grid;
  gap: 24px;
  width: min(100% - 28px, 1120px);
  margin: 0 auto;
  padding: 34px 0 42px;
}

.about-lp-hero__body,
.about-lp-section,
.about-lp-final-cta {
  position: relative;
}

.about-lp-kicker,
.about-lp-section-head p,
.about-lp-final-cta p {
  margin: 0 0 10px;
  color: var(--about-accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .22em;
  line-height: 1.4;
  text-transform: uppercase;
}

.about-lp-hero h1 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  max-width: 11.5em;
  font-size: clamp(29px, 7.8vw, 58px);
  font-weight: 560;
  letter-spacing: .035em;
  line-height: 1.28;
  word-break: keep-all;
  overflow-wrap: normal;
}

.about-lp-lead {
  margin: 18px 0 0;
  color: var(--about-muted);
  font-size: 15px;
  font-weight: 430;
  line-height: 1.9;
}

.about-lp-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 22px;
}

.about-lp-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 1px solid #d8c7af;
  border-radius: 999px;
  background: var(--about-paper);
  color: var(--about-ink);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.about-lp-actions a:first-child {
  background: #b9a17f;
  color: #fffaf2;
  border-color: #b9a17f;
}

.about-lp-actions.small {
  max-width: 260px;
}

.about-lp-ba-action {
  justify-self: center;
  width: min(100%, 320px);
  max-width: 320px;
  margin-bottom: 72px;
}

.about-lp-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.about-lp-proof li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 1px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(229, 215, 197, .9);
  border-radius: 14px;
  background: rgba(255, 253, 248, .72);
}

.about-lp-proof strong {
  color: var(--about-ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
}

.about-lp-proof span {
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1.6;
}

.about-lp-proof .about-lp-proof-icon {
  grid-row: span 2;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: linear-gradient(145deg, #c1a780, #9f7e55);
  color: #fffaf2;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: .04em;
}

.about-lp-proof .about-lp-proof-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fffaf2;
  clip-path: polygon(50% 0%, 62% 31%, 96% 35%, 70% 57%, 78% 91%, 50% 72%, 22% 91%, 30% 57%, 4% 35%, 38% 31%);
}

.about-lp-hero__visual,
.about-lp-image-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(229, 215, 197, .95);
  border-radius: 22px;
  background: var(--about-paper);
  box-shadow: 0 18px 42px rgba(128, 92, 55, .12);
}

.about-lp-hero__visual img,
.about-lp-image-card img,
.about-lp-compare img {
  display: block;
  width: 100%;
  height: auto;
}

.about-lp-hero__visual img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.about-lp-section {
  width: min(100% - 28px, 1040px);
  margin: 0 auto;
  padding: 42px 0;
}

.about-lp-section-head {
  margin: 0 auto 22px;
  text-align: center;
}

.about-lp-section-head.left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.about-lp-section-head h2,
.about-lp-final-cta h2 {
  margin: 0;
  color: var(--about-ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 7.2vw, 44px);
  font-weight: 560;
  letter-spacing: .035em;
  line-height: 1.42;
}

.about-lp-section p {
  color: var(--about-muted);
  font-size: 15px;
  font-weight: 430;
  line-height: 1.9;
}

.about-lp-worry-grid,
.about-lp-point-grid,
.about-lp-reason-grid,
.about-lp-flow,
.about-lp-compare {
  display: grid;
  gap: 12px;
}

.about-lp-worry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-lp-worry-grid article,
.about-lp-point-grid article,
.about-lp-reason-grid article,
.about-lp-flow article,
.about-lp-compare article {
  border: 1px solid var(--about-line);
  border-radius: 18px;
  background: rgba(255, 253, 248, .84);
  box-shadow: 0 12px 28px rgba(128, 92, 55, .07);
}

.about-lp-worry-grid article {
  overflow: hidden;
  min-height: 0;
  padding: 0;
}

.about-lp-worry-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-lp-worry-grid span {
  display: block;
  margin: 12px 12px 5px;
  color: var(--about-accent);
  font-size: 13px;
  font-weight: 650;
}

.about-lp-worry-grid p {
  padding: 0 12px 14px;
}

.about-lp-worry-grid p,
.about-lp-copy {
  margin: 0;
}

.about-lp-copy {
  padding: 18px 0 0;
}

.about-lp-split {
  display: grid;
  gap: 22px;
  align-items: center;
}

.about-lp-image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-lp-beforeafter-card img {
  aspect-ratio: auto;
  object-fit: contain;
  padding: 12px;
  background: #28231f;
}

.about-lp-beforeafter-card {
  background: linear-gradient(180deg, #302a25 0%, #221e1a 100%);
  border-color: rgba(255, 253, 248, .22);
}

.about-lp-compare article {
  overflow: hidden;
}

.about-lp-compare article img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 16px 16px 0;
  background: #fffdf8;
}

.about-lp-compare article h3,
.about-lp-point-grid h3,
.about-lp-flow h3,
.about-lp-reason-grid h3 {
  margin: 0;
  color: var(--about-ink);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.5;
}

.about-lp-compare article h3,
.about-lp-compare article p {
  padding-right: 16px;
  padding-left: 16px;
}

.about-lp-compare article h3 {
  padding-top: 16px;
}

.about-lp-compare article p {
  margin-top: 8px;
  padding-bottom: 18px;
}

.about-lp-compare .is-featured {
  border-color: rgba(185, 161, 127, .68);
  background: linear-gradient(180deg, #fffdf8, #fbf0e1);
}

.about-lp-points {
  width: min(100% - 20px, 1080px);
  padding: 42px 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(232, 190, 169, .3), transparent 38%),
    linear-gradient(180deg, #fffaf3, #f3e7d8);
}

.about-lp-point-grid article,
.about-lp-reason-grid article,
.about-lp-flow article {
  padding: 18px;
}

.about-lp-detail-note {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid rgba(229, 215, 197, .95);
  border-radius: 20px;
  background: rgba(255, 253, 248, .76);
}

.about-lp-detail-note h3 {
  margin: 0 0 8px;
  color: var(--about-ink);
  font-size: 18px;
  font-weight: 620;
  line-height: 1.5;
}

.about-lp-detail-note p {
  margin: 0;
}

.about-lp-point-grid span,
.about-lp-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #b9a17f;
  color: #fffaf2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-lp-flow article {
  position: relative;
  min-height: 0;
  text-align: center;
}

.about-lp-flow article img {
  display: block;
  width: min(100%, 132px);
  height: auto;
  margin: 4px auto 14px;
}

.about-lp-flow article h3 {
  font-size: 17px;
}

.about-lp-flow article p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.75;
}

.about-lp-reason-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2e8dc;
  color: #9a7b55;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .08em;
}

.about-lp-checks {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-lp-checks li {
  padding: 11px 13px;
  border: 1px solid var(--about-line);
  border-radius: 12px;
  background: var(--about-paper);
  color: var(--about-muted);
  font-size: 14px;
  line-height: 1.6;
}

.about-lp-final-cta {
  width: min(100% - 28px, 940px);
  margin: 8px auto 54px;
  padding: 34px 20px;
  border: 1px solid rgba(229, 215, 197, .95);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(232, 190, 169, .32), transparent 40%),
    linear-gradient(180deg, #fffdf8, #f4e8d8);
  text-align: center;
  box-shadow: 0 18px 42px rgba(128, 92, 55, .12);
}

@media (min-width: 720px) {
  .about-lp-hero {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    padding-top: 58px;
    padding-bottom: 54px;
  }

  .about-lp-actions {
    grid-template-columns: repeat(2, minmax(0, 220px));
  }

  .about-lp-final-cta .about-lp-actions {
    justify-content: center;
  }

  .about-lp-proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-lp-worry-grid,
  .about-lp-point-grid,
  .about-lp-reason-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-lp-split {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .about-lp-split .about-lp-ba-action {
    grid-column: 1 / -1;
    margin-top: -12px;
  }

  .about-lp-split.reverse {
    grid-template-columns: .95fr 1.05fr;
  }

  .about-lp-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-lp-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .about-lp-hero {
    width: min(100% - 24px, 1120px);
    padding-top: 28px;
  }

  .about-lp-hero h1 {
    max-width: 10.5em;
    font-size: clamp(27px, 7.2vw, 32px);
    line-height: 1.42;
  }

  .about-lp-proof {
    gap: 8px;
  }

  .about-lp-proof li {
    min-height: 72px;
    padding: 10px;
  }

  .about-lp-proof .about-lp-proof-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 10px;
  }

  .about-lp-section {
    width: min(100% - 24px, 1040px);
    padding: 34px 0;
  }

  .about-lp-worry-grid {
    gap: 10px;
  }

  .about-lp-compare article img {
    aspect-ratio: 1 / 1.08;
    padding: 18px;
    object-fit: contain;
  }

  .about-lp-ba-action {
    margin-top: -6px;
    margin-bottom: 86px;
  }

  .about-lp-worry-grid article {
    min-height: 106px;
    padding: 14px 12px;
  }

  .about-lp-worry-grid p,
  .about-lp-section p {
    font-size: 14px;
  }
}
