:root {
  --black: #050506;
  --navy: #071321;
  --gold: #d5ac3f;
  --gold2: #f4dc75;
  --red: #d80000;
  --muted: #c7c1b5;
  --line: rgba(213, 172, 63, 0.55);
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #efefef;
  color: #fff;
  font-family: var(--sans);
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
.page,
.footer {
  width: min(100%, 760px);
  margin: 0 auto;
}
.page {
  overflow: hidden;
  background: var(--black);
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.18);
}
.section {
  position: relative;
  padding: clamp(52px, 9vw, 82px) clamp(20px, 6vw, 54px);
}
.hero,
.profile,
.cta {
  background:
    linear-gradient(125deg, rgba(213, 172, 63, 0.13), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.08), transparent 18rem),
    #101010;
}
.audience {
  background:
    linear-gradient(145deg, rgba(213, 172, 63, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(17, 49, 82, 0.34), transparent 42%),
    var(--navy);
}
.navy {
  background: linear-gradient(145deg, rgba(17, 49, 82, 0.34), transparent 42%), var(--navy);
}
.photo {
  background:
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.86)),
    radial-gradient(circle at 76% 24%, rgba(255, 255, 255, 0.28), transparent 15rem),
    linear-gradient(135deg, #1a1a1a, #020202);
}
.gradient {
  background: linear-gradient(140deg, #06153c 0%, #0b1745 42%, #d21976 100%);
}
.chart {
  background:
    linear-gradient(rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.9)),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(0, 180, 255, 0.15) 75px 76px),
    #01070c;
}
.marble {
  background:
    linear-gradient(rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.94)),
    repeating-linear-gradient(130deg, transparent 0 58px, rgba(255, 255, 255, 0.06) 59px 60px),
    #0b0b0b;
}
.gold-line {
  width: 82%;
  height: 2px;
  margin: 0 auto 24px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.hero {
  padding-top: clamp(28px, 5vw, 54px);
  padding-bottom: clamp(34px, 6vw, 58px);
  text-align: center;
}
.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 38%, rgba(244, 220, 117, 0.22), transparent 11rem),
    radial-gradient(circle at 50% 77%, rgba(213, 172, 63, 0.18), transparent 18rem);
}
.hero > * {
  position: relative;
}
.hero-kicker {
  margin: 0 0 12px;
  color: #efe8d8;
  font-family: var(--serif);
  font-size: clamp(19px, 4vw, 32px);
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
}
.hero-kicker::before,
.hero-kicker::after {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 12px 8px;
  background: var(--gold);
  content: "";
  transform: rotate(58deg);
}
.hero-kicker::after {
  transform: rotate(-58deg);
}
.hero-main {
  margin: 0;
  color: var(--gold2);
  font-family: var(--serif);
  font-size: clamp(38px, 6.8vw, 70px);
  font-weight: 900;
  line-height: 1.03;
  text-align: center;
  text-shadow: 0 0 28px rgba(213, 172, 63, 0.22), 0 4px 18px rgba(0, 0, 0, 0.8);
}
.hero-main span {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.18em;
}
.hero-shine {
  width: min(100%, 680px);
  height: 2px;
  margin: 20px auto 18px;
  background: linear-gradient(90deg, transparent, rgba(213, 172, 63, 0.42), #fff2a5, rgba(213, 172, 63, 0.42), transparent);
  box-shadow: 0 0 22px rgba(244, 220, 117, 0.8);
}
.top-profit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 22px 0 30px;
}
.profit-box,
.gold-card,
.program-card,
.case-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 70px rgba(213, 172, 63, 0.1);
}
.profit-box {
  min-height: 184px;
  padding: 22px 12px 20px;
  text-align: center;
}
.profit-box strong {
  display: block;
  color: var(--gold2);
  font-family: Oswald, sans-serif;
  font-size: clamp(52px, 7.1vw, 70px);
  line-height: 1;
  white-space: nowrap;
}
.profit-box b {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 18px;
  background: linear-gradient(90deg, #9d7918, var(--gold2));
  color: #000;
  font-size: clamp(15px, 3.5vw, 24px);
}
.profit-box p {
  margin: 14px auto 0;
  max-width: 13em;
  color: #f3eee3;
  font-size: clamp(12px, 2.7vw, 16px);
  font-weight: 800;
  line-height: 1.75;
}
.hero-sub {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(19px, 3.6vw, 32px);
  font-weight: 900;
  line-height: 1.35;
}
.hero-sub span {
  color: #06aee8;
  font-family: Oswald, sans-serif;
  font-size: 1.42em;
}
h1 {
  margin: 22px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(44px, 11vw, 72px);
  line-height: 1.15;
  text-align: center;
}
.hero-give {
  margin: 8px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(34px, 6.4vw, 54px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-shadow: 0 0 28px rgba(213, 172, 63, 0.22), 0 4px 18px rgba(0, 0, 0, 0.8);
}
.hero-target {
  max-width: 620px;
  margin: 0 auto;
  border: 0;
  background: transparent;
  color: #eee6d4;
  padding: 12px 10px;
  font-size: clamp(16px, 2.75vw, 23px);
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
.hero-market {
  max-width: 660px;
  margin: 0 auto 8px;
  color: #d9d0be;
  font-size: clamp(14px, 2.8vw, 19px);
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}
.hero-highlight {
  display: inline-block;
  padding: 0 0.12em 0.06em;
  color: #ffffff;
  background: linear-gradient(transparent 58%, rgba(6, 174, 232, 0.42) 58%);
  text-shadow:
    0 0 16px rgba(6, 174, 232, 0.65),
    0 2px 12px rgba(0, 0, 0, 0.75);
}
.hero-badges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.hero-badges div {
  position: relative;
  min-height: 96px;
  padding: 14px 9px 12px;
  overflow: hidden;
  border: 1px solid rgba(213, 172, 63, 0.5);
  background:
    linear-gradient(135deg, rgba(244, 220, 117, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.006)),
    rgba(0, 0, 0, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(255, 238, 170, 0.06),
    0 10px 26px rgba(0, 0, 0, 0.18);
}
.hero-badges div::before,
.hero-badges div::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.hero-badges div::before {
  inset: 6px;
  border: 1px solid rgba(244, 220, 117, 0.16);
}
.hero-badges div::after {
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background:
    linear-gradient(135deg, rgba(244, 220, 117, 0.82), rgba(213, 172, 63, 0.08) 42%, transparent 43%),
    radial-gradient(circle at 100% 0, rgba(244, 220, 117, 0.34), transparent 55%);
}
.hero-badges span,
.hero-badges b {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--gold2);
  font-weight: 900;
  line-height: 1.42;
}
.hero-badges span {
  font-size: clamp(12px, 1.9vw, 16px);
}
.hero-badges b {
  font-size: clamp(13px, 2.1vw, 18px);
}
.hero-badges p {
  position: relative;
  z-index: 1;
  margin: 8px auto 0;
  max-width: 135px;
  color: #e7dfcf;
  font-size: clamp(9px, 1.45vw, 11px);
  font-weight: 700;
  line-height: 1.6;
}
.kicker {
  margin: 0 0 12px;
  color: rgba(213, 172, 63, 0.75);
  font-family: Oswald, sans-serif;
  font-size: 12px;
  letter-spacing: 0.46em;
  text-align: center;
}
.section-title,
.faq-heading {
  margin: 0 0 32px;
  font-family: var(--serif);
  font-size: clamp(31px, 7vw, 48px);
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
}
.section-title::after,
.faq-heading::after,
.pillar-title::after {
  display: block;
  width: 58px;
  height: 2px;
  margin: 18px auto 0;
  background: var(--gold);
  content: "";
}
.section-title span,
.gold-text,
.required-list h3,
.program-card h3,
.case-card h3 {
  color: var(--gold);
}
.gold-card {
  padding: 24px;
}
.gold-card p,
.lead-text,
.body-copy,
.program-card p,
.case-card p {
  margin: 0;
  color: #ded8ca;
  font-weight: 700;
  line-height: 2;
}
.gold-card em {
  color: var(--gold);
  font-style: normal;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px;
}
.audience-card {
  min-height: 150px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(0, 0, 0, 0.28);
  padding: 20px 14px;
  text-align: center;
}
.audience-card span {
  display: inline-grid;
  min-width: 58px;
  min-height: 38px;
  place-items: center;
  margin-bottom: 14px;
  border: 1px solid rgba(213, 172, 63, 0.46);
  color: var(--gold2);
  font-family: Oswald, sans-serif;
  font-weight: 700;
}
.audience-card .brand-icon {
  min-width: 0;
  min-height: 0;
  width: 64px;
  height: 54px;
  margin-bottom: 14px;
  border: 1px solid rgba(213, 172, 63, 0.32);
  color: var(--gold2);
  background: radial-gradient(circle at 50% 35%, rgba(244, 220, 117, 0.12), transparent 68%);
}
.audience-card .audience-icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 54px;
  margin-bottom: 14px;
  border: 1px solid rgba(213, 172, 63, 0.32);
  background: radial-gradient(circle at 50% 35%, rgba(244, 220, 117, 0.12), transparent 68%);
  color: var(--gold2);
}
.audience-card .audience-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(244, 220, 117, 0.2));
}
.audience-card .sns-icon circle,
.audience-card .community-icon circle {
  fill: currentColor;
  stroke: none;
  opacity: 0.94;
}
.audience-card .sns-icon path,
.audience-card .community-icon path {
  fill: none;
  stroke: currentColor;
}
.audience-card .youtube-icon {
  width: 64px;
  height: 54px;
}
.audience-card .brand-icon svg {
  display: block;
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 0 12px rgba(244, 220, 117, 0.2));
}
.audience-card .line-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  filter: none;
}
.audience-card .line-icon text {
  fill: currentColor;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}
.audience-card .youtube-icon rect {
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  filter: none;
}
.audience-card .youtube-icon path {
  fill: currentColor;
}
.audience-card p {
  margin: 0;
  color: #efe8d8;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}
.profile-grid {
  display: grid;
  grid-template-columns: 0.58fr 1fr;
  gap: 28px;
  align-items: center;
}
.portrait-card {
  width: min(100%, 210px);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(213, 172, 63, 0.28), rgba(0, 0, 0, 0.45));
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.portrait-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.22;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(28%) blur(1.1px) brightness(0.74) contrast(0.92) saturate(0.72);
  transform: scale(1.025);
}
.portrait-card::after {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 50% 18%, rgba(213, 172, 63, 0.13), transparent 44%);
  box-shadow: inset 0 0 42px rgba(0, 0, 0, 0.62);
}
.profile-copy h3 {
  margin: 4px 0 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(34px, 8vw, 52px);
}
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.tag-row span,
.pill {
  border: 1px solid var(--line);
  color: var(--gold2);
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
}
.profile-copy p {
  line-height: 2;
  font-weight: 700;
}
.record-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 36px;
}
.record-row div {
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.48);
  padding: 14px 8px;
  text-align: center;
}
.record-row strong {
  display: block;
  color: var(--gold2);
  font-family: Oswald, sans-serif;
  font-size: clamp(18px, 4.8vw, 30px);
}
.record-row span,
.record-date {
  color: #b9b5ae;
  font-size: 12px;
}
.record-date {
  margin: 14px 0 0;
  text-align: right;
  font-weight: 700;
}
.problem {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.72);
  padding: 18px 16px;
}
.problem:last-child {
  border-bottom: 1px solid var(--line);
}
.problem span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
}
.problem p {
  margin: 0;
  color: #ddd;
  font-weight: 800;
  line-height: 1.8;
}
.problem b {
  color: var(--red);
}
.gold-note {
  margin: 34px 0 0;
  border-left: 4px solid var(--gold);
  background: rgba(213, 172, 63, 0.08);
  color: #e8dcc0;
  padding: 20px 22px;
  font-weight: 800;
  line-height: 1.9;
}
.premise-title {
  font-size: clamp(23px, 4.2vw, 34px);
}
.lead-text {
  max-width: 630px;
  margin: 0 auto;
}
.lead-text p {
  margin: 0 0 20px;
}
.flow-list {
  border: 2px solid #fff;
}
.flow-list div {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
  padding: 22px 16px;
}
.flow-list div:last-child {
  border-bottom: 0;
}
.flow-list strong {
  color: var(--gold2);
  font-family: Oswald, sans-serif;
  font-size: 32px;
}
.flow-list p {
  margin: 0;
}
.flow-list b {
  display: block;
  font-size: 20px;
}
.flow-list span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.8;
}
.pillar-title {
  margin: 18px 0 24px;
  font-family: var(--serif);
  font-size: clamp(32px, 7vw, 48px);
  line-height: 1.38;
}
.pillar-title::after {
  margin-left: 0;
}
.big-fee {
  margin-top: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  padding: 28px 20px 30px;
  text-align: center;
}
.big-fee span {
  display: block;
  color: #f3eee3;
  font-size: clamp(19px, 4.2vw, 26px);
  font-weight: 900;
  line-height: 1.35;
}
.big-fee strong {
  display: block;
  color: var(--gold2);
  font-family: Oswald, sans-serif;
  font-size: clamp(42px, 8.6vw, 62px);
  line-height: 1.08;
  margin: 10px 0 8px;
}
.reward-proof {
  margin-top: 42px;
  background: #fff;
  color: var(--red);
  padding: 18px 14px 22px;
  text-align: center;
}
.reward-proof h3 {
  margin: 0 0 20px;
  background: var(--red);
  color: #fff;
  padding: 10px;
  font-family: var(--serif);
  font-size: clamp(26px, 7vw, 42px);
}
.broker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  padding: 0;
}
.reward-proof .broker-badge img {
  display: block;
  width: clamp(128px, 28vw, 176px);
  height: auto;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.reward-proof img {
  display: block;
  width: min(100%, 680px);
  max-width: 620px;
  margin: 0 auto 28px;
  border: 1px solid rgba(216, 0, 0, 0.24);
  box-shadow: 0 0 0 8px rgba(216, 0, 0, 0.035);
}
.reward-proof strong {
  display: block;
  color: var(--red);
  font-family: Oswald, sans-serif;
  font-size: clamp(44px, 11vw, 78px);
  line-height: 1;
  text-decoration: none;
}
.reward-proof small {
  display: block;
  margin-top: 14px;
  color: #7d7d7d;
  font-size: clamp(12px, 2.8vw, 15px);
  font-weight: 700;
}
.required-list,
.support-list {
  display: grid;
  gap: 16px;
}
.provide-box {
  margin-top: 30px;
  background: linear-gradient(90deg, #987217, #f6dd65, #9b7217);
  color: #050505;
  padding: 26px 18px;
  font-family: var(--serif);
  font-size: clamp(28px, 7vw, 44px);
  font-weight: 900;
  text-align: center;
}
.program-card {
  padding: 24px;
}
.program-card h3,
.case-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
}
.support-photo {
  display: block;
  width: 100%;
  height: clamp(96px, 18vw, 150px);
  margin-top: 18px;
  object-fit: cover;
  border: 1px solid rgba(213, 172, 63, 0.18);
  filter: saturate(0.86) contrast(1.05) brightness(0.9);
}
.mock-photo {
  min-height: 150px;
  margin-top: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 35%),
    linear-gradient(155deg, #a5c5d7, #1c2632 52%, #101010);
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.case-card {
  padding: 18px;
}
.case-photo {
  display: block;
  width: 100%;
  height: clamp(92px, 16vw, 128px);
  margin: 0 0 14px;
  object-fit: cover;
  border: 1px solid rgba(213, 172, 63, 0.18);
  filter: saturate(0.84) contrast(1.04) brightness(0.88);
}
.faq {
  background: #fff;
  color: #151515;
}
.faq-heading {
  color: #142044;
}
.qa-list {
  display: grid;
  gap: 28px;
}
.qa h3 {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 0 0 12px;
  background: #142044;
  color: #fff;
  padding: 16px 22px;
  font-family: var(--serif);
  font-size: clamp(20px, 5vw, 30px);
}
.qa h3 span,
.qa div span {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}
.qa div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  border: 2px solid #142044;
  padding: 26px 18px;
  font-family: var(--serif);
  font-size: clamp(17px, 4vw, 22px);
  line-height: 1.9;
}
.qa p {
  margin: 0;
}
.cta {
  padding: clamp(44px, 8vw, 70px) clamp(18px, 5vw, 42px);
  background:
    linear-gradient(125deg, rgba(213, 172, 63, 0.16), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(23, 201, 58, 0.12), transparent 14rem),
    #101010;
  text-align: center;
}
.line-cta-card {
  overflow: hidden;
  border: 1px solid rgba(213, 172, 63, 0.62);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(244, 220, 117, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.42);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 238, 170, 0.05);
  color: #fff;
  padding: clamp(26px, 5vw, 42px) clamp(18px, 5vw, 40px);
}
.line-cta-card h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28em;
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(29px, 6vw, 48px);
  font-weight: 900;
  line-height: 1.28;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.68);
}
.line-cta-card h2::before,
.line-cta-card h2::after {
  flex: 0 1 78px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  content: "";
}
.line-cta-card h2::after {
  background: linear-gradient(90deg, var(--gold), transparent);
}
.line-cta-card h2 span {
  color: #19d848;
  font-family: var(--sans);
  text-shadow: 0 0 18px rgba(25, 216, 72, 0.38);
}
.line-lead {
  margin: 18px auto 24px;
  max-width: 620px;
  color: #ece7dc;
  font-size: clamp(14px, 2.7vw, 18px);
  font-weight: 800;
  line-height: 1.9;
}
.line-benefits {
  border: 1px solid rgba(213, 172, 63, 0.45);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.22);
}
.line-benefits > p,
.line-flow > p {
  margin: 0;
  padding: 12px;
  color: var(--gold2);
  font-size: clamp(13px, 2.5vw, 16px);
  font-weight: 900;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(213, 172, 63, 0.24);
}
.benefit-grid div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  align-items: center;
  min-height: 74px;
  padding: 10px 12px;
  text-align: left;
}
.benefit-grid div + div {
  border-left: 1px solid rgba(213, 172, 63, 0.24);
}
.benefit-grid strong {
  color: var(--gold2);
  font-size: 25px;
  line-height: 1;
  text-align: center;
}
.benefit-grid span {
  color: #fff;
  font-size: clamp(12px, 2.2vw, 15px);
  font-weight: 900;
  line-height: 1.35;
}
.line-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin: 18px 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #13d746, #00a92e);
  box-shadow: inset 0 -7px 0 rgba(0, 0, 0, 0.22), 0 8px 15px rgba(0, 151, 45, 0.35);
  color: #fff;
  font-size: clamp(30px, 6.2vw, 46px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}
.line-button::before {
  display: grid;
  place-items: center;
  width: 66px;
  height: 52px;
  margin-right: 22px;
  border-radius: 50%;
  background: #fff;
  color: #06b834;
  content: "LINE";
  font-size: 18px;
  font-weight: 900;
}
.line-button::after {
  position: absolute;
  right: 28px;
  color: #fff;
  content: "›";
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
}
.line-button span {
  color: #fff;
}
.line-flow {
  border: 1px solid rgba(213, 172, 63, 0.26);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.16);
}
.line-flow > p {
  padding: 8px 8px 2px;
  font-size: 13px;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 8px 12px 12px;
}
.flow-steps div {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  align-items: center;
  text-align: left;
}
.flow-steps div + div::before {
  position: absolute;
  left: -17px;
  color: var(--gold2);
  content: "›";
  font-size: 36px;
  line-height: 1;
}
.flow-steps b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #11bd3e;
  color: #fff;
  font-size: 18px;
}
.flow-steps span {
  color: #fff;
  font-size: clamp(11px, 2vw, 13px);
  font-weight: 900;
  line-height: 1.25;
}
.flow-steps small {
  display: block;
  margin-top: 2px;
  color: #d8d0c2;
  font-size: 10px;
  font-weight: 700;
}
.footer {
  background: #000;
  padding: 24px 12px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.footer a {
  margin: 0 6px;
}
.footer p {
  margin: 10px 0 0;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 560px) {
  .section {
    padding: 46px 16px;
  }
  .hero-kicker::before,
  .hero-kicker::after {
    width: 22px;
    margin: 0 7px 6px;
  }
  .top-profit-grid,
  .hero-badges {
    grid-template-columns: 1fr;
  }
  .profit-box {
    padding: 20px 14px;
  }
  .hero-badges div {
    min-height: auto;
  }
  .profile-grid,
  .case-grid,
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .record-row {
    grid-template-columns: 1fr 1fr;
  }
  .flow-list div {
    grid-template-columns: 44px 1fr;
  }
  .line-cta-card {
    padding: 24px 12px;
  }
  .line-cta-card h2 {
    gap: 8px;
  }
  .line-cta-card h2::before,
  .line-cta-card h2::after {
    flex-basis: 30px;
  }
  .benefit-grid,
  .flow-steps {
    grid-template-columns: 1fr;
  }
  .benefit-grid div + div {
    border-top: 1px solid rgba(213, 172, 63, 0.24);
    border-left: 0;
  }
  .line-button {
    min-height: 76px;
    padding: 0 44px 0 12px;
    font-size: 28px;
  }
  .line-button::before {
    width: 52px;
    height: 42px;
    margin-right: 12px;
    font-size: 14px;
  }
  .line-button::after {
    right: 14px;
    font-size: 46px;
  }
  .flow-steps {
    gap: 10px;
  }
  .flow-steps div + div::before {
    display: none;
  }
}
