:root {
  --cyan: #02bad0;
  --blue: #008ef2;
  --deep: #087aa6;
  --pale: #dff8fb;
  --mint: #ecfbfb;
  --yellow: #fff36d;
  --pink: #ff5f86;
  --red: #ff465f;
  --text: #2a4a56;
  --muted: #6e8790;
  --white: #fff;
  --shadow: 0 16px 34px rgba(0, 151, 190, 0.2);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background: var(--white);
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1440px, calc(100% - 40px));
  margin: 0 auto;
}

.hero img {
  width: 100%;
  height: auto;
}

.hero,
.free-strip,
.campaign {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.free-strip {
  color: var(--white);
  background: linear-gradient(90deg, #02bfd2, #008fed);
}

.free-strip .inner {
  width: min(980px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 800;
}

.free-strip span {
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  font-size: 15px;
}

.free-strip strong {
  color: var(--yellow);
  font-size: clamp(24px, 3vw, 34px);
}

.section-blue {
  background:
    radial-gradient(circle at 25% 0%, rgba(255, 255, 255, 0.85), transparent 24%),
    linear-gradient(180deg, #dff9fb 0%, #c9f4f8 100%);
}

.campaign {
  position: relative;
  overflow: hidden;
  padding: 42px 0 46px;
  text-align: center;
  background: #def8ff;
}

.campaign::after {
  content: none;
}

.campaign .container {
  position: relative;
  z-index: 1;
  width: min(1440px, calc(100% - 48px));
}

.campaign-image {
  display: block;
}

.campaign-image img {
  width: 100%;
  height: auto;
}

.campaign-cta {
  min-width: 360px;
  min-height: 66px;
  margin-top: 60px;
  font-size: 30px;
}

.wave01-divider {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  line-height: 0;
  background: #fff;
}

.wave01-divider picture,
.wave01-divider img {
  display: block;
  width: 100%;
  height: auto;
}

.wave02-divider {
  width: 100%;
  line-height: 0;
  margin: 0;
  background: transparent;
}

.wave02-divider picture,
.wave02-divider img {
  display: block;
  width: min(1440px, 100%);
  margin: 0 auto;
  height: auto;
}

.wave03-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  line-height: 0;
  margin: 0;
  z-index: 1;
}

.wave03-divider picture,
.wave03-divider img {
  display: block;
  width: min(1440px, 100%);
  margin: 0 auto;
  height: auto;
}

.ribbon {
  display: inline-block;
  margin: 0 0 -4px;
  color: #147c9b;
  font-weight: 900;
  background: var(--yellow);
  transform: rotate(-2deg);
  padding: 0 16px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.campaign h1 {
  margin-bottom: 24px;
  color: var(--cyan);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.1;
  font-weight: 900;
}

.price-card,
.ugc-card {
  max-width: 760px;
  margin: 0 auto 24px;
  padding: 22px 30px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #506b73;
  font-weight: 800;
}

.price-row span {
  padding: 2px 10px;
  color: var(--white);
  border-radius: 999px;
  background: #89aebb;
  font-size: 14px;
}

.price-row strong {
  color: #244b5d;
  font-size: clamp(22px, 3vw, 34px);
}

.price-row.highlight strong {
  color: var(--red);
}

.price-card p {
  margin: 10px 0 0;
  color: var(--pink);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 900;
}

.ugc-card {
  color: var(--white);
  background: linear-gradient(135deg, #05c5d0, #0787ef);
}

.ugc-card p {
  margin-bottom: 4px;
  font-weight: 800;
}

.ugc-card h2 {
  margin-bottom: 14px;
  color: var(--yellow);
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.2;
}

.ugc-meter {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 10px;
  align-items: center;
}

.ugc-meter span,
.ugc-meter strong {
  display: grid;
  min-height: 52px;
  place-items: center;
  padding: 8px 10px;
  color: #0b8fb2;
  border-radius: 10px;
  background: var(--white);
  font-size: 15px;
}

.ugc-meter strong {
  color: var(--red);
}

.cta,
.mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 16px 60px;
  color: var(--white);
  border-radius: 999px;
  background: linear-gradient(90deg, #01c6ca, #0079ed);
  box-shadow: 0 12px 22px rgba(0, 137, 225, 0.25);
  font-weight: 600;
}

.section-cta-wrap {
  margin: 44px auto -8px;
  text-align: center;
}

.section-cta {
  min-width: 360px;
  min-height: 66px;
  font-size: 30px;
}

.worries {
  padding: 24px 0 64px;
  text-align: center;
  background: var(--white);
}

.worries h2,
.sampling h2 {
  color: #41636d;
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 900;
}

.worry-visual {
  display: block;
  max-width: 960px;
  margin: 24px auto 24px;
}

.worry-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.arrow-label {
  display: grid;
  place-items: center;
  width: 220px;
  min-height: 86px;
  margin: 10px auto 22px;
  padding: 0 12px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  background: center / contain no-repeat url("../assets/lp02-pc.png");
}

.arrow-label span {
  transform: translateY(-4px);
}

.solution-image {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}

.solution-image img {
  width: 100%;
  height: auto;
  display: block;
}

mark {
  color: #30464e;
  background: var(--yellow);
}

.target {
  position: relative;
  overflow: hidden;
  padding: 26px 0 44px;
  min-height: calc(min(960px, 100vw) * 519 / 1440);
  text-align: center;
  background: #fff;
}

.target .container {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 40px));
  padding-top: 2px;
}

.target::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(960px, 100%);
  aspect-ratio: 1440 / 519;
  transform: translateX(-50%);
  background: center top / 100% 100% no-repeat url("../assets/lp04-pc.png");
}

.small-brand {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(16px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.1;
}

.target h2 {
  margin-bottom: 28px;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.2;
  white-space: nowrap;
  text-shadow: none;
}

.target h2 span {
  color: var(--yellow);
}

.target-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 840px;
  margin: 12px auto 12px;
}

.target-grid div {
  display: grid;
  min-height: 4.8em;
  place-items: center;
  padding: 0.45em 0.7em;
  color: #17a6d6;
  border-radius: 18px;
  background: #efefef;
  box-shadow: none;
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.1;
  font-weight: 800;
  word-break: keep-all;
}

.target-grid .sub {
  display: block;
  font-size: 0.6em;
  line-height: 1.1;
}

.target-note {
  margin-top: 30px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(18px, 2vw, 27px);
  font-weight: 500;
  line-height: 1.1;
}

.section-pale {
  background: transparent;
}

.mechanism {
  position: relative;
  padding: 70px 0;
  text-align: center;
  background: transparent;
}

.mechanism::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(1440px, 100%);
  transform: translateX(-50%);
  background: #def8ff;
  z-index: 0;
}

.mechanism > .container {
  position: relative;
  z-index: 1;
}

.mechanism-head-image {
  display: block;
  width: 40%;
  max-width: 100%;
  margin: 0 auto 20px;
}

.mechanism-head-image img {
  width: 100%;
  height: auto;
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.logo-mark {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: var(--cyan);
  font-weight: 900;
}

.mechanism h2 {
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.2;
}

.mechanism h2 span {
  color: #06799e;
}

.section-text {
  max-width: 760px;
  margin: 0 auto 36px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
}

.mechanism-intro {
  color: #2a4a56;
  line-height: 1.65;
}

.flow-figure {
  display: block;
  width: min(960px, 100%);
  margin: 0 auto 20px;
}

.flow-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.figure-center {
  position: absolute;
  inset: 145px 0 auto;
  width: 150px;
  height: 150px;
  margin: auto;
  display: grid;
  place-items: center;
  color: var(--white);
  border-radius: 50%;
  background: linear-gradient(135deg, #02c8c7, #0389eb);
  font-size: 25px;
  font-weight: 900;
  box-shadow: var(--shadow);
}

.figure-center::before,
.figure-center::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 6px;
  border-radius: 999px;
  background: #9ce3e7;
}

.figure-center::before {
  transform: rotate(25deg);
}

.figure-center::after {
  transform: rotate(-25deg);
}

.figure-card {
  position: absolute;
  width: 210px;
  padding: 20px;
  text-align: left;
  border: 3px solid #b6eef2;
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.figure-card strong {
  display: block;
  color: var(--pink);
  font-size: 20px;
}

.figure-card span {
  display: block;
  color: #6b8790;
  font-weight: 800;
}

.top-left {
  left: 0;
  top: 34px;
}

.top-right {
  right: 0;
  top: 34px;
}

.bottom {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.mini-cta {
  min-width: 220px;
  min-height: 42px;
  font-size: 30px;
}

.sampling {
  position: relative;
  padding: 120px 0 70px;
  margin-bottom: 0;
  text-align: center;
  background: transparent;
}

.sampling::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: min(1440px, 100%);
  transform: translateX(-50%);
  background: #def8ff;
  z-index: 0;
}

.sampling > .container {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.sampling::after {
  content: none;
}

.sampling-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px 14px;
  border: 1px solid #9fe5f4;
  border-radius: 999px;
  margin-bottom: 12px;
  color: #11a8c7;
  background: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.12em;
  font-size: 13px;
  font-weight: 900;
}

.sampling-overline::before,
.sampling-overline::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #20c8da, #0a8ff0);
}

.sampling h2 {
  margin-bottom: 26px;
  color: #2f5966;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.35;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.75);
}

.sampling-lead {
  max-width: 760px;
  margin: 0 auto 44px;
  color: #52717a;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.7;
  font-weight: 700;
}

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

.sampling-card {
  position: relative;
  text-align: left;
  padding: 30px 20px 20px;
  border: 2px solid #cdeef6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(0, 153, 190, 0.09);
}

.sampling-card::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  width: 56px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #13c9d5, #108de7);
}

.sampling-card h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #0a95b8;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
}

.sampling-card h3::before {
  content: "●";
  color: #16bfda;
  font-size: 0.8em;
}

.sampling-card p {
  margin-bottom: 0;
  color: #48646d;
  line-height: 1.75;
  font-weight: 700;
}

.sampling-kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}

.sampling-kpi div {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  gap: 2px;
  min-height: 110px;
  padding: 14px 12px;
  border-radius: 14px;
  background: linear-gradient(160deg, #09bdd3, #008ee9);
  box-shadow: 0 10px 22px rgba(2, 143, 206, 0.2);
}

.sampling-kpi div::before {
  content: "";
  position: absolute;
  top: -36px;
  right: -26px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.sampling-kpi span {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.sampling-kpi strong {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(24px, 2.9vw, 36px);
  line-height: 1.2;
}

.sampling-note {
  margin: 18px 0 0;
  padding: 18px 22px;
  color: var(--white);
  border-radius: 16px;
  background: linear-gradient(90deg, #06bed2, #0d9cf0);
  font-size: clamp(16px, 1.8vw, 22px);
  line-height: 1.65;
  font-weight: 900;
}

.sampling-compare-title {
  margin: 88px 0 44px;
  color: #2f5966;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.35;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.75);
}

.sampling-compare-table {
  display: block;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.sampling-compare-table img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(24, 120, 150, 0.2);
}

.sampling-compare-note {
  max-width: 760px;
  margin: 50px auto 46px;
  color: #52717a;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.7;
  font-weight: 700;
}

.sampling-compare-checks {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto 10px;
  padding-top: 24px;
}

.sampling-check-item {
  position: relative;
  min-height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #11abcf;
}

.sampling-check-item img {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
}

.sampling-check-item span {
  color: var(--white);
  font-size: clamp(20px, 1.9vw, 28px);
  line-height: 1.4;
  font-weight: 900;
}

.section-wave {
  position: relative;
  overflow: visible;
  margin-top: 0;
  padding: 0 0 120px;
  background: center top / min(1440px, 100%) 100% no-repeat url("../assets/lp07-pc.png");
}

.section-wave::before {
  content: none;
}

.section-wave::after {
  content: none;
}

.points-head-image {
  display: block;
  width: 40%;
  margin: 120px auto 44px;
}

.points .container {
  position: relative;
  isolation: isolate;
  z-index: 1;
  padding-bottom: 0;
}

.points-head-image img {
  width: 100%;
  height: auto;
  display: block;
}

.point {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 38px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto 42px;
  padding: 28px;
  border-radius: 999px 0 999px 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 150, 190, 0.13);
}

.point-featured {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: min(450px, 31.25vw);
  margin: 120px 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.point-visual {
  position: absolute;
  left: 0;
  top: 0;
  width: min(1100px, 76.3889vw);
  height: min(450px, 31.25vw);
}

.point-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 220px 220px 0;
  background: left center / 100% 100% no-repeat url("../assets/lp09-pc.png");
}

.point-featured-reverse .point-visual {
  left: auto;
  right: 0;
}

.point-featured-reverse .point-bg {
  left: auto;
  right: 0;
  border-radius: 220px 0 0 220px;
  background-image: url("../assets/lp10-pc.png");
}

.point-overlay {
  position: absolute;
  top: -4.1667vw;
  right: -9.0278vw;
  width: min(420px, 29.1667vw);
  height: min(420px, 29.1667vw);
}

.point-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.point-featured-reverse .point-overlay {
  right: auto;
  left: -9.0278vw;
}

.point-copy {
  position: relative;
  z-index: 1;
  max-width: 62%;
  padding: 0 52px;
}

.point-featured-reverse .point-copy {
  margin-left: auto;
}

.point-label {
  width: 108px;
  height: 49px;
  margin: 0 0 10px;
}

.point-featured .point-copy h3 {
  font-size: 30px;
}

.point-featured .point-copy p:last-child {
  font-size: 19px;
}

.text-red {
  color: #ff465f;
}

.point-note {
  font-size: 0.75em;
  line-height: 1.6;
}

.point-featured-reverse .point-copy h3 {
  font-size: 30px;
}

.point-featured-reverse .point-copy p:last-child {
  font-size: 19px;
}

.points .point-featured:last-of-type {
  margin-bottom: 0;
}

.point05-extra {
  position: relative;
  width: min(1317px, 94.0714vw);
  height: min(698px, 53.0008vw);
  margin: -60px 0 140px auto;
  z-index: 1;
}

.point05-extra-bg,
.point05-extra-main {
  display: block;
}

.point05-extra-bg {
  width: 100%;
  height: 100%;
}

.point05-extra-bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.point05-extra-main {
  position: absolute;
  left: auto;
  right: 80px;
  top: 50%;
  width: min(925px, 70.2354vw);
  height: min(519px, 39.4077vw);
  transform: translateY(-50%);
}

.point05-extra-main img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.point.reverse {
  grid-template-columns: 1fr 280px;
}

.point.reverse .point-photo {
  order: 2;
}

.point p:first-child {
  margin-bottom: 6px;
  color: var(--cyan);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 900;
}

.point h3 {
  margin-bottom: 12px;
  color: #355d68;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
}

.point p:last-child {
  margin-bottom: 0;
  color: #596f77;
  font-weight: 700;
}

.point-photo {
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 50% 38%, #fff 0 16%, transparent 17%),
    linear-gradient(135deg, #b8edf2, #07bde4);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.35);
}

.point-photo.sns {
  background:
    radial-gradient(circle at 30% 30%, #111 0 8%, transparent 9%),
    radial-gradient(circle at 66% 36%, #ff526d 0 10%, transparent 11%),
    radial-gradient(circle at 43% 62%, #ffd84d 0 9%, transparent 10%),
    radial-gradient(circle at 70% 70%, #2a9cff 0 10%, transparent 11%),
    linear-gradient(135deg, #1c2636, #4bb5d6);
}

.point-photo.mobile {
  background:
    linear-gradient(90deg, transparent 34%, #fff 35% 66%, transparent 67%),
    linear-gradient(180deg, #bdeef2, #26c0d7);
}

.point-photo.staff {
  background:
    radial-gradient(circle at 50% 30%, #ffe0c9 0 15%, transparent 16%),
    linear-gradient(135deg, #3e8fb7, #9be6e8);
}

.point-photo.calculator {
  background:
    linear-gradient(90deg, transparent 20%, #fff 21% 79%, transparent 80%),
    repeating-linear-gradient(0deg, transparent 0 24px, rgba(0, 139, 190, 0.3) 25px 28px),
    linear-gradient(135deg, #ddfbfd, #20c5d7);
}

.flow {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 12px 0 76px;
  text-align: center;
}

.flow-title-image {
  display: block;
  width: 20%;
  min-width: 140px;
  margin: 0 auto 8px;
}

.flow-title-image img {
  width: 100%;
  height: auto;
  display: block;
}

.flow-sub {
  margin: 0 0 30px;
  color: #4d6d76;
  font-size: clamp(17px, 2vw, 23px);
  line-height: 1.7;
  font-weight: 700;
}

.flow-steps-image {
  display: block;
  width: min(1120px, calc(100% - 40px));
  margin: 24px auto 40px;
}

.flow-steps-image img {
  width: 100%;
  height: auto;
  display: block;
}

.flow-note {
  margin: 0;
  color: #4d6d76;
  font-size: clamp(21px, 2.1vw, 31px);
  line-height: 1.65;
  font-weight: 600;
}

.flow-note-small {
  font-size: 0.72em;
  font-weight: 700;
}

.bottom-cta {
  padding: 56px 0 62px;
  text-align: center;
  color: var(--white);
  background: linear-gradient(90deg, #04c4cf, #008ce9);
}

.bottom-cta p {
  margin-bottom: 18px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
}

.cta.light {
  color: #0b8aac;
  font-weight: 700;
  background: linear-gradient(180deg, #f5f4e7 0%, #e8e3c7 100%);
  box-shadow:
    0 10px 22px rgba(0, 112, 146, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.bottom-main-cta {
  display: inline-flex;
  width: min(896px, calc(100% - 64px));
  min-width: 420px;
  min-height: 64px;
  margin: 0 auto;
  font-size: clamp(24px, 2vw, 30px);
}

.bottom-site-cta {
  display: inline-flex;
  width: min(784px, calc(100% - 120px));
  margin: 36px auto 0;
  min-width: 380px;
  min-height: 56px;
  color: #4d6d76;
  background: linear-gradient(180deg, #dff6ff 0%, #ccefff 100%);
  box-shadow:
    0 10px 22px rgba(0, 112, 146, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  font-size: clamp(19px, 1.6vw, 24px);
}

.bottom-cta small {
  display: block;
  margin-top: 16px;
}

.bottom-credit {
  margin: 56px 0 0;
  font-size: 9px;
  line-height: 1.4;
  opacity: 0.9;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .point-featured {
    min-height: min(380px, 45vw);
    margin: 84px 0;
  }

  .point-visual {
    width: min(860px, 72.8814vw);
    height: min(380px, 32.2034vw);
  }

  .point-bg {
    border-radius: 0 170px 170px 0;
  }

  .point-featured-reverse .point-bg {
    border-radius: 170px 0 0 170px;
  }

  .point-overlay {
    top: -3.2vw;
    right: -8vw;
    width: min(320px, 27.1186vw);
    height: min(320px, 27.1186vw);
  }

  .point-featured-reverse .point-overlay {
    left: -8vw;
  }

  .point-copy {
    max-width: 67%;
    padding: 0 32px;
  }

  .point-featured .point-copy h3,
  .point-featured-reverse .point-copy h3 {
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.4;
  }

  .point-featured .point-copy p:last-child,
  .point-featured-reverse .point-copy p:last-child {
    font-size: clamp(14px, 1.4vw, 17px);
    line-height: 1.7;
  }

  .point-label {
    width: 92px;
    height: auto;
  }

  .point-note {
    font-size: 0.7em;
  }

  .point05-extra {
    width: min(980px, 83.0508vw);
    height: calc(min(980px, 83.0508vw) * 0.5298);
    margin: calc(min(980px, 83.0508vw) * -0.1) 0 30px auto;
  }

  .point05-extra-main {
    right: 48px;
    width: min(700px, 59.322vw);
    height: calc(min(700px, 59.322vw) * 0.5611);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.75;
  }

  .container {
    width: min(375px, calc(100% - 28px));
  }

  .free-strip .inner {
    min-height: 58px;
    gap: 5px;
    flex-wrap: wrap;
  }

  .free-strip span {
    padding: 1px 6px;
    font-size: 10px;
  }

  .free-strip strong {
    font-size: 22px;
  }

  .campaign {
    padding: 28px 0 34px;
  }

  .campaign::after {
    content: none;
  }

  .campaign .container {
    width: min(343px, calc(100% - 32px));
  }

  .campaign-cta {
    width: 306px;
    min-width: 0;
    min-height: 54px;
    margin-top: 32px;
    font-size: 17px;
  }

  .price-card,
  .ugc-card {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .price-row {
    gap: 4px;
  }

  .price-row span {
    width: 100%;
    justify-self: center;
  }

  .ugc-meter {
    grid-template-columns: 1fr;
  }

  .cta {
    width: 100%;
    min-width: 0;
  }

  .section-cta-wrap {
    margin: 32px auto -6px;
  }

  .section-cta {
    width: 306px;
    min-width: 0;
    min-height: 54px;
    font-size: 17px;
  }

  .bottom-main-cta,
  .bottom-site-cta {
    width: min(320px, 100%);
    min-width: 0;
  }

  .bottom-main-cta {
    min-height: 54px;
    padding: 12px 24px;
    font-size: 19px;
  }

  .bottom-site-cta {
    margin-top: 22px;
    min-height: 48px;
    padding: 10px 20px;
    font-size: 17px;
  }

  .worries {
    padding: 24px 0 44px;
  }

  .worry-visual {
    margin-bottom: 10px;
  }

  .arrow-label {
    width: 184px;
    min-height: 74px;
    margin: 12px auto 16px;
    font-size: 18px;
    background-image: url("../assets/lp02-sp.png");
  }

  .arrow-label span {
    transform: translateY(-3px);
  }

  .solution-image {
    max-width: 520px;
  }

  .target {
    padding: 0;
    min-height: calc(100vw * 767 / 375);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .target .container {
    width: min(960px, calc(100% - 24px));
    padding-top: 0;
    margin: 0 auto;
  }

  .target::before {
    left: 50%;
    right: auto;
    width: 100%;
    top: 0;
    bottom: auto;
    height: calc(100vw * 767 / 375);
    transform: translateX(-50%);
    aspect-ratio: 375 / 767;
    background-image: url("../assets/lp04-sp.png");
    background-size: 100% 100%;
  }

  .target-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .target-grid div {
    min-height: 4.8em;
    padding: 0.45em 0.7em;
    font-size: clamp(26px, 5.5vw, 32px);
    border-radius: 14px;
  }

  .target h2 {
    font-size: clamp(32px, 8vw, 44px);
    white-space: normal;
  }

  .small-brand {
    font-size: clamp(26px, 4.5vw, 32px);
  }

  .target-note {
    margin-top: 22px;
    font-size: clamp(24px, 8vw, 36px);
  }

  .mechanism {
    padding: 48px 0;
  }

  .mechanism-head-image {
    width: 40%;
    margin-bottom: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .flow-figure {
    width: 100%;
    margin-bottom: 14px;
  }

  .mini-cta {
    width: min(320px, 100%);
    min-width: 0;
    min-height: 46px;
    padding: 10px 20px;
    font-size: 18px;
  }

  .figure-center {
    top: 205px;
    width: 124px;
    height: 124px;
  }

  .figure-center::before,
  .figure-center::after {
    width: 230px;
  }

  .figure-card {
    width: 150px;
    padding: 14px;
    font-size: 12px;
  }

  .top-left {
    left: 0;
    top: 18px;
  }

  .top-right {
    right: 0;
    top: 96px;
  }

  .bottom {
    bottom: 26px;
  }

  .sampling {
    padding: 100px 0 78px;
  }

  .sampling::after,
  .section-wave::after {
    height: 76px;
  }

  .sampling h2 {
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .sampling-lead {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.75;
  }

  .sampling-grid,
  .sampling-kpi {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 26px;
  }

  .sampling-card {
    padding: 24px 14px 14px;
    border-radius: 14px;
  }

  .sampling-card::before {
    top: 10px;
    left: 14px;
    width: 48px;
  }

  .sampling-kpi div {
    min-height: 84px;
    padding: 10px 12px;
  }

  .sampling-kpi span {
    font-size: 12px;
  }

  .sampling-kpi strong {
    font-size: clamp(24px, 7vw, 30px);
  }

  .sampling-note {
    margin-top: 14px;
    padding: 16px 14px;
    font-size: 15px;
    border-radius: 12px;
  }

  .sampling-compare-title {
    margin: 64px 0 28px;
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.4;
  }

  .sampling-compare-table {
    width: min(355px, calc(100% - 20px));
  }

  .sampling-compare-note {
    margin: 36px auto 30px;
    font-size: 15px;
    line-height: 1.75;
  }

  .sampling-compare-checks {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(355px, calc(100% - 20px));
    padding-top: 0;
  }

  .sampling-check-item {
    min-height: 58px;
    justify-content: center;
  }

  .sampling-check-item img {
    left: 14px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }

  .sampling-check-item span {
    font-size: 16px;
    line-height: 1.45;
  }

  .section-wave {
    margin-top: 0;
    padding: 0;
    background-image: url("../assets/lp07-sp.png");
  }

  .points-head-image {
    width: 60%;
    min-width: 150px;
    margin: 100px auto 22px;
  }

  .points .container {
    padding-bottom: 44px;
  }

  .point,
  .point.reverse {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    border-radius: 26px;
  }

  .point-featured {
    display: block;
    width: 375px;
    max-width: 375px;
    min-height: 658px;
    margin: 0 0 24px calc(50% - 50vw);
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .point-visual {
    position: relative;
    left: 0;
    top: 0;
    width: 375px;
    height: 658px;
  }

  .point-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 375px;
    height: 468px;
    border-radius: 0;
    background-image: url("../assets/lp09-sp.png");
  }

  .point-featured-reverse .point-bg {
    left: 0;
    right: auto;
    border-radius: 0;
    background-image: url("../assets/lp10-sp.png");
  }

  .point-overlay {
    top: 0;
    left: 50%;
    right: auto;
    width: 271px;
    height: 271px;
    transform: translateX(-50%);
  }

  .point-featured-reverse .point-overlay {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .point-copy {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 424px;
    width: 327px;
    transform: translate(-50%, -50%);
    max-width: none;
    padding: 0;
  }

  .point-label {
    width: 78px;
    height: 36px;
    margin-bottom: 8px;
  }

  .point-featured .point-copy h3 {
    font-size: 24px;
  }

  .point-featured .point-copy p:last-child {
    font-size: 15px;
  }

  .point-featured-reverse .point-copy h3 {
    font-size: 24px;
  }

  .point-featured-reverse .point-copy p:last-child {
    font-size: 15px;
  }

  .point05-extra {
    left: 0;
    width: 375px;
    max-width: 375px;
    height: 509px;
    margin: -15.3px 0 24px calc(50% - 50vw);
    transform: none;
  }

  .point05-extra-main {
    left: 50%;
    right: auto;
    top: 50%;
    width: 343px;
    height: 421px;
    transform: translate(-50%, -50%);
  }

  .point.reverse .point-photo {
    order: 0;
  }

  .point-photo {
    width: 210px;
    margin: 0 auto;
  }

  .flow {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 10px 0 52px;
  }

  .flow-title-image {
    width: 38%;
    min-width: 120px;
    margin-bottom: 6px;
  }

  .flow-sub {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.75;
  }

  .flow-steps-image {
    width: min(355px, calc(100% - 20px));
    margin: 18px auto 30px;
  }

  .flow-note {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
  }

  .flow-note-small {
    font-size: 0.78em;
  }
}
