@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  color: #172033;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #f7fbff; }

button,
input,
select {
  font: inherit; }

.lp3 {
  overflow: hidden; }

.container,
.hero__inner,
.offer-deadline__inner {
  width: min(100% - 32px, 1120px);
  margin: 0 auto; }

.hero {
  position: relative;
  padding: 42px 0 58px;
  background: linear-gradient(90deg, rgba(241, 252, 255, 0.98) 0 34%, rgba(226, 247, 255, 0.82) 52%, rgba(215, 241, 252, 0.58) 72%, rgba(224, 247, 255, 0.28) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(211, 243, 255, 0.72) 100%), url("../images/pattern3-hero-crowd-preview.png") center right/cover no-repeat, linear-gradient(135deg, #ffffff 0%, #edf9ff 50%, #f4f0ff 100%);
  background: linear-gradient(90deg, rgba(241, 252, 255, 0.98) 0 34%, rgba(226, 247, 255, 0.82) 52%, rgba(215, 241, 252, 0.58) 72%, rgba(224, 247, 255, 0.28) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(211, 243, 255, 0.72) 100%), image-set(url("../images/pattern3-hero-crowd-preview.webp") type("image/webp"), url("../images/pattern3-hero-crowd-preview.png") type("image/png")) center right/cover no-repeat, linear-gradient(135deg, #ffffff 0%, #edf9ff 50%, #f4f0ff 100%); }

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 9% 70%, rgba(36, 152, 234, 0.16) 0 2px, transparent 2px), linear-gradient(118deg, transparent 0 58%, rgba(43, 217, 168, 0.46) 58% 61%, transparent 61%), linear-gradient(118deg, transparent 0 68%, rgba(255, 199, 71, 0.34) 68% 73%, transparent 73%);
  background-size: 18px 18px, 100% 100%, 100% 100%;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
  pointer-events: none; }

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, transparent 0 54%, rgba(220, 247, 255, 0.68) 54% 56%, transparent 56%), repeating-linear-gradient(145deg, transparent 0 18px, rgba(16, 34, 63, 0.08) 18px 20px);
  opacity: .66;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%, #000 100%);
  pointer-events: none; }

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: center; }

.hero__copy {
  display: grid;
  justify-items: start; }

.hero__eyebrow,
.section__label {
  margin: 0 0 12px;
  color: #087a65;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase; }

.section__label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 360px); }

.section__label::after {
  content: "";
  flex: 1;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #19c69a, #35aef5 58%, rgba(122, 99, 239, 0.42)); }

.hero__eyebrow {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #7a63ef);
  box-shadow: 0 14px 30px rgba(122, 99, 239, 0.22);
  letter-spacing: 0;
  width: fit-content;
  justify-self: start; }

.hero__record {
  margin: 0 0 16px;
  color: #10223f;
  font-size: clamp(1.86rem, 5.7vw, 3.5rem);
  line-height: 1.08;
  font-weight: 900; }

.hero__record span {
  display: block;
  white-space: nowrap; }

.hero__record-count,
.hero__record-asset {
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif; }

.hero__record-count {
  font-size: 1.2em; }

.hero__record-asset {
  margin: 0 .04em;
  font-size: 1.46em;
  line-height: .92; }

.hero__title {
  margin: 24px 0 0;
  color: #33415c;
  font-size: clamp(1.06rem, 3vw, 1.55rem);
  line-height: 1.42;
  font-weight: 900; }

.hero__title span {
  display: block;
  margin-top: 10px;
  color: #10223f;
  font-size: clamp(1.68rem, 4.2vw, 2.62rem);
  line-height: 1.12;
  letter-spacing: 0;
  white-space: nowrap; }

.hero__lead,
.section__lead {
  margin: 20px 0 0;
  color: #5e6b82;
  font-size: 1.02rem;
  line-height: 1.9;
  font-weight: 700; }

.hero__lead {
  max-width: 520px; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 28px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #19c69a, #35aef5 58%, #7a63ef);
  box-shadow: 0 7px 0 rgba(25, 86, 142, 0.2), 0 18px 34px rgba(35, 158, 216, 0.2);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }

.button:hover {
  transform: translateY(4px);
  box-shadow: 0 3px 0 rgba(25, 86, 142, 0.22), 0 10px 22px rgba(35, 158, 216, 0.18);
  filter: brightness(1.03); }

.button:active {
  transform: translateY(6px);
  box-shadow: 0 1px 0 rgba(25, 86, 142, 0.24), 0 7px 14px rgba(35, 158, 216, 0.16); }

.hero__sub {
  color: #10223f;
  font-weight: 900; }

.hero__sub s {
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor; }

.hero__visual {
  display: grid;
  place-items: center;
  min-height: 420px; }

.book-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 560px);
  min-height: 420px; }

.book-stage::before {
  content: "";
  position: absolute;
  width: min(92vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.96), rgba(79, 184, 255, 0.22) 44%, transparent 70%);
  filter: blur(4px); }

.book-stage img {
  position: relative;
  width: min(92vw, 520px);
  height: auto;
  filter: drop-shadow(0 38px 50px rgba(28, 70, 116, 0.28)); }

.offer-deadline__visual img,
.gift-card img,
.step-card img {
  height: auto; }

.book-stage picture,
.offer-deadline__visual picture,
.gift-card picture,
.step-card picture {
  display: contents; }

.offer-deadline-section {
  position: relative;
  padding: 46px 0 50px;
  background: linear-gradient(135deg, #08152D 0%, #102B5B 50%, #173D7A 100%);
  overflow: hidden; }

.offer-deadline-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 20%, rgba(255, 79, 163, 0.2), transparent 28%), radial-gradient(circle at 86% 16%, rgba(122, 99, 239, 0.24), transparent 30%), linear-gradient(118deg, transparent 0 56%, rgba(79, 184, 255, 0.16) 56% 58%, transparent 58%);
  pointer-events: none; }

.offer-deadline__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: center; }

.offer-deadline__header,
.offer-deadline__timer {
  color: #fff;
  text-align: center; }

.offer-deadline__timer > p:not(.offer-deadline__note) {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #ffd7ef;
  background: rgba(255, 255, 255, 0.08);
  font-size: .9rem;
  font-weight: 900; }

.offer-deadline__header h2 {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #fff;
  font-size: clamp(1.5rem, 6vw, 2.28rem);
  line-height: 1.28;
  font-weight: 900; }

.offer-deadline__header h2 span {
  color: #fff36d; }

.offer-deadline__content {
  display: grid;
  gap: 28px;
  align-items: center; }

.offer-deadline__note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: .9rem;
  line-height: 1.7;
  font-weight: 700; }

.offer-deadline__note-accent {
  color: #fff36d; }

.offer-deadline__timer h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.72rem, 7vw, 2.6rem);
  line-height: 1.2;
  font-weight: 900; }

.offer-deadline__button {
  width: min(100%, 360px);
  margin: 0 auto; }

.offer-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px; }

.offer-countdown span {
  display: grid;
  gap: 3px;
  justify-items: center;
  padding: 14px 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 800; }

.offer-countdown strong {
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(2.3rem, 12vw, 4.1rem);
  line-height: .95;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 79, 163, 0.42), 0 0 34px rgba(122, 99, 239, 0.36); }

.offer-deadline__visual img {
  display: block;
  width: 100%;
  height: auto; }

.section {
  padding: 76px 0; }

.section__title {
  position: relative;
  z-index: 0;
  display: block;
  width: fit-content;
  max-width: 100%;
  padding: 10px 24px 10px 22px;
  margin: 0;
  color: #10223f;
  font-size: clamp(1.5rem, 6vw, 2.28rem);
  line-height: 1.32;
  font-weight: 900; }

.section__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 7px;
  border-radius: 99px;
  background: linear-gradient(180deg, #19c69a, #35aef5 58%, #7a63ef);
  box-shadow: 0 0 24px rgba(53, 174, 245, 0.28); }

.section__title::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  width: min(100vw, 620px);
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(53, 174, 245, 0.34), rgba(122, 99, 239, 0.2) 52%, rgba(255, 255, 255, 0) 100%); }

.book-about {
  background: radial-gradient(circle at 86% 20%, rgba(139, 108, 255, 0.12), transparent 28%), linear-gradient(180deg, #fff, #f2fbff); }

.how-section {
  background: radial-gradient(circle at 86% 20%, rgba(139, 108, 255, 0.12), transparent 28%), radial-gradient(circle at 12% 18%, rgba(43, 217, 168, 0.1), transparent 26%), linear-gradient(180deg, #fff, #f2fbff); }

.how-section__title span {
  display: inline-block; }

.how-section__main {
  display: grid;
  gap: 24px;
  align-items: start;
  margin-top: 34px; }

.how-section__card,
.how-section__message,
.stock-value__message {
  border: 1px solid rgba(57, 88, 128, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(49, 84, 120, 0.11); }

.how-section__image {
  position: relative;
  display: grid;
  align-items: start;
  justify-items: start;
  min-height: 260px;
  padding: 0;
  overflow: visible; }

.how-section__image::before {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -4%;
  width: min(56vw, 330px);
  aspect-ratio: 420 / 560;
  background: url("../images/fvbook.png") center/contain no-repeat;
  background: image-set(url("../images/fvbook.webp") type("image/webp"), url("../images/fvbook.png") type("image/png")) center/contain no-repeat;
  opacity: .34;
  filter: saturate(1.08);
  pointer-events: none; }

.how-catch {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  justify-self: start;
  width: 100%;
  color: #10223f;
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0; }

.how-catch__line {
  display: block;
  font-size: clamp(1.18rem, 5.6vw, 2rem); }

.how-catch__line strong {
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.58em;
  line-height: .78; }

.how-catch__main {
  display: flex;
  align-items: flex-end;
  gap: .12em;
  margin-top: 8px;
  color: #2498ea;
  white-space: nowrap; }

.how-catch__main strong {
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 56%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(3.9rem, 18vw, 6.6rem);
  line-height: .95;
  letter-spacing: 0; }

.how-catch__main em {
  color: #10223f;
  font-size: clamp(1.6rem, 7vw, 2.65rem);
  font-style: normal;
  line-height: 1.05; }

.how-catch__rise {
  display: flex;
  align-items: baseline;
  gap: .18em;
  color: #10223f;
  font-size: clamp(3rem, 13.5vw, 5rem);
  line-height: .96; }

.how-catch__rise em {
  font-size: .44em;
  font-style: normal;
  line-height: 1; }

.how-catch__bottom {
  display: inline-block;
  width: fit-content;
  margin-top: 8px;
  font-size: clamp(1.56rem, 7vw, 2.58rem);
  line-height: 1.22; }

.how-catch__bottom span {
  padding: 0 .08em .04em;
  background: linear-gradient(transparent 48%, rgba(53, 174, 245, 0.32) 48%); }

.how-catch__band {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 18px 10px;
  color: #fff;
  background: linear-gradient(90deg, #10223f, #173d7a);
  box-shadow: 0 14px 28px rgba(16, 34, 63, 0.14);
  font-size: clamp(1.24rem, 5.8vw, 2rem);
  line-height: 1.12;
  transform: skewX(-10deg); }

.how-catch__band strong {
  color: #72f0cf;
  font-weight: 900; }

.how-section__card {
  padding: 24px;
  background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.22), transparent 38%), linear-gradient(140deg, #132845, #235f96 48%, #6b58e8); }

.how-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #ffd7ef;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em; }

.how-card__label::before,
.how-card__label::after {
  content: "";
  width: 42px;
  height: 1px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.46); }

.how-section__card h3 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: clamp(1.16rem, 5vw, 1.6rem);
  line-height: 1.25;
  font-weight: 900; }

.how-section__checklist {
  display: grid;
  gap: 12px;
  margin-top: 20px; }

.how-section__checklist p {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  margin: 0;
  padding: 22px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  line-height: 1.75;
  font-weight: 800;
  text-align: center; }

.how-section__checklist p::before {
  content: attr(data-reason);
  position: absolute;
  left: 12px;
  top: 0;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #7a63ef);
  box-shadow: 0 8px 18px rgba(122, 99, 239, 0.22);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .72rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em;
  transform: translateY(-50%); }

.how-section__checklist p > span,
.how-section__checklist p > strong {
  display: block; }

.how-check__accent {
  color: #fff;
  font-size: 1.18em;
  font-weight: 900; }

.how-check__number {
  color: #fff36d;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(1.75rem, 5.8vw, 2.55rem);
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 243, 109, 0.24); }

.how-section__message {
  margin-top: 24px;
  padding: 24px;
  color: #10223f;
  background: linear-gradient(rgba(79, 184, 255, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(43, 217, 168, 0.09) 1px, transparent 1px), radial-gradient(circle at 92% 12%, rgba(255, 79, 163, 0.1), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 255, 0.9));
  background-size: 28px 28px, 28px 28px, auto, auto;
  overflow: hidden; }

.how-section__message p {
  margin: 0;
  line-height: 1.8;
  font-weight: 800; }

.how-message__headline {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #10223f, #173d7a);
  box-shadow: 0 14px 28px rgba(16, 34, 63, 0.12);
  font-size: clamp(1rem, 4.2vw, 1.22rem);
  font-weight: 900; }

.how-message__headline span {
  color: #fff36d; }

.how-message__body {
  position: relative;
  display: grid;
  gap: 10px;
  margin-top: 24px;
  padding: 24px 18px 18px;
  border: 1px solid rgba(53, 174, 245, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68); }

.how-message__body::before {
  content: "POINT!";
  position: absolute;
  left: 16px;
  top: -13px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #7a63ef);
  box-shadow: 0 10px 20px rgba(122, 99, 239, 0.18);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .78rem;
  line-height: 1;
  font-weight: 900; }

.how-message__body p {
  color: #33415c;
  font-size: clamp(1rem, 4vw, 1.18rem); }

.how-message__body p:last-child {
  color: #10223f;
  font-weight: 900; }

.how-message__marker {
  background: linear-gradient(transparent 54%, rgba(160, 137, 255, 0.28) 54% 84%, transparent 84%); }

.how-message__result {
  margin-top: 18px;
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-size: clamp(1.32rem, 5.8vw, 2rem);
  line-height: 1.45;
  font-weight: 900;
  animation: result-blink 1.5s ease-in-out infinite; }

@keyframes result-blink {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(53, 174, 245, 0)); }
  50% {
    opacity: .58;
    filter: drop-shadow(0 0 12px rgba(122, 99, 239, 0.26)); } }
.book-about__layout,
.campaign__box,
.stock-value__layout,
.entry__layout {
  display: grid;
  gap: 28px;
  align-items: center; }

.campaign__box,
.stock-value__layout,
.entry__layout {
  margin-top: 34px; }

.insight-card,
.number-card,
.gift-card,
.step-card,
.entry-form {
  border: 1px solid rgba(57, 88, 128, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 52px rgba(49, 84, 120, 0.11); }

.insight-card {
  padding: 24px; }

.insight-card h3,
.gift-card h3,
.step-card h3 {
  margin: 0;
  color: #10223f;
  font-size: 1.36rem;
  line-height: 1.35;
  font-weight: 900; }

.insight-list {
  display: grid;
  gap: 13px;
  margin-top: 20px; }

.insight-list p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  color: #172033;
  font-weight: 900; }

.insight-list span {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #19c69a, #35aef5);
  font-family: "Roboto", sans-serif; }

.trust {
  background: #fff; }

.trust__text {
  width: min(100%, 920px);
  margin: 24px auto 0;
  color: #5e6b82;
  font-size: .92rem;
  line-height: 1.9;
  font-weight: 700; }

.trust__marker {
  color: #10223f;
  font-weight: 900;
  background: linear-gradient(transparent 44%, rgba(104, 215, 255, 0.36) 44% 88%, transparent 88%); }

.number-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px; }

.number-card {
  position: relative;
  padding: 26px 18px;
  overflow: hidden;
  text-align: center; }

.number-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 217, 168, 0.18), transparent 48%, rgba(255, 199, 71, 0.18)); }

.number-card > * {
  position: relative; }

.number-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #087a65;
  background: rgba(255, 255, 255, 0.75);
  font-weight: 900; }

.number-card strong {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 62%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(4rem, 18vw, 5.5rem);
  line-height: .92;
  font-weight: 900; }

.number-card small {
  font-size: .32em; }

.number-card p {
  margin: 14px 0 0;
  color: #10223f;
  font-size: 1.04rem;
  font-weight: 900; }

.campaign {
  position: relative;
  color: #fff;
  background: linear-gradient(135deg, #08152D 0%, #102B5B 50%, #173D7A 100%);
  overflow: hidden; }

.campaign::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 22%, rgba(255, 79, 163, 0.2), transparent 28%), radial-gradient(circle at 88% 18%, rgba(122, 99, 239, 0.24), transparent 30%), linear-gradient(118deg, transparent 0 56%, rgba(79, 184, 255, 0.16) 56% 58%, transparent 58%);
  pointer-events: none; }

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

.campaign .section__label {
  color: #ffd7ef; }

.campaign .section__title {
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0)); }

.campaign .section__title::before {
  background: linear-gradient(180deg, #ff4fa3, #7a63ef 54%, #35aef5); }

.campaign__box {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 96px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px); }

.campaign__copy .section__lead {
  color: #fff;
  font-size: clamp(1.05rem, 4.4vw, 1.34rem);
  line-height: 1.75;
  font-weight: 900;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.18); }

.campaign__highlight {
  color: #fff36d;
  text-shadow: 0 0 18px rgba(255, 243, 109, 0.22); }

.benefit-list {
  display: grid;
  gap: 12px;
  margin-top: 24px; }

.benefit-list p {
  position: relative;
  margin: 0;
  padding: 14px 16px 14px 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 32px rgba(0, 0, 0, 0.12);
  font-weight: 900; }

.benefit-list p::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #19c69a, #35aef5 62%, #7a63ef);
  box-shadow: 0 8px 18px rgba(53, 174, 245, 0.2);
  font-size: .82rem;
  font-weight: 900;
  transform: translateY(-50%); }

.campaign__note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-left: 5px solid #19c69a;
  border-radius: 14px;
  color: #10223f;
  background: #fff;
  font-weight: 900; }

.price-panel {
  display: grid;
  justify-items: center;
  padding: 26px 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.26), transparent 38%), radial-gradient(circle at 86% 18%, rgba(255, 79, 163, 0.22), transparent 34%), linear-gradient(140deg, rgba(255, 255, 255, 0.14), rgba(53, 174, 245, 0.2) 48%, rgba(122, 99, 239, 0.38));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
  text-align: center; }

.price-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 900; }

.price-panel s {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 7vw, 2.8rem);
  font-weight: 900;
  text-decoration-thickness: 3px; }

.price-panel__arrow {
  margin: 10px 0 2px;
  color: #72f0cf;
  font-size: 2.3rem;
  font-weight: 900; }

.price-panel strong {
  display: block;
  font-size: clamp(2.6rem, 12vw, 5rem);
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 26px rgba(43, 217, 168, 0.42); }

.price-panel strong span {
  color: #fff36d;
  text-shadow: 0 0 22px rgba(255, 243, 109, 0.28); }

.price-panel .button {
  width: min(100%, 330px);
  margin-top: 20px;
  background: linear-gradient(90deg, #19c69a, #35aef5); }

.gift {
  background: #fff; }

.gift-set {
  display: grid;
  gap: 18px;
  align-items: center;
  margin-top: 30px; }

.gift-card {
  display: grid;
  grid-template-columns: 30% minmax(0, 1fr);
  gap: 8px 18px;
  align-items: start;
  align-content: start;
  justify-items: start;
  grid-auto-rows: max-content;
  min-height: 190px;
  padding: 20px;
  text-align: left; }

.gift-card__image {
  grid-row: 1 / span 3;
  width: 100%;
  height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(54, 96, 150, 0.22)); }

.gift-card__image--book {
  transform: translateY(-4px); }

.gift-card__image--stock {
  border-radius: 16px;
  object-fit: cover; }

.gift-card > span {
  display: inline-flex;
  align-self: start;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #7a63ef);
  box-shadow: 0 8px 18px rgba(122, 99, 239, 0.18);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .04em; }

.gift-card h3 {
  align-self: start;
  font-size: clamp(1.1rem, 2.4vw, 1.36rem);
  white-space: nowrap; }

.gift-card__list {
  grid-column: 2;
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none; }

.gift-card__list li {
  position: relative;
  padding-left: 20px;
  color: #42516b;
  font-size: .88rem;
  line-height: 1.55;
  font-weight: 800; }

.gift-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #19c69a, #35aef5); }

.gift-plus {
  display: grid;
  place-items: center;
  width: 56px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #19c69a, #35aef5);
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 900; }

.stock-value {
  background: radial-gradient(circle at 10% 20%, rgba(43, 217, 168, 0.12), transparent 30%), linear-gradient(180deg, #f4fbff, #fff); }

.stock-value__layout {
  align-items: stretch; }

.stock-value__copy {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 220px;
  color: #10223f;
  overflow: visible; }

.stock-value__copy::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(58vw, 340px);
  aspect-ratio: 1122 / 1402;
  background: url("../images/pattern3-stock-pick.png") center right/cover no-repeat;
  background: image-set(url("../images/pattern3-stock-pick.webp") type("image/webp"), url("../images/pattern3-stock-pick.png") type("image/png")) center right/cover no-repeat;
  opacity: .34;
  filter: saturate(1.08);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 36%, #000 62%, #000 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 36%, #000 62%, #000 100%);
  pointer-events: none; }

.stock-value__copy > * {
  position: relative;
  z-index: 1; }

.stock-value__catch {
  display: grid;
  gap: 4px;
  line-height: 1.05; }

.stock-value__catch p {
  margin: 0;
  font-size: clamp(1.18rem, 4.8vw, 1.72rem);
  line-height: 1.2;
  font-weight: 900; }

.stock-value__ai {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 12vw, 5.2rem);
  line-height: .95;
  font-weight: 900; }

.stock-value__average {
  display: inline-block;
  margin-top: 10px;
  max-width: 100%;
  font-size: clamp(1.55rem, 5.4vw, 2.38rem);
  line-height: 1.05;
  font-weight: 900;
  white-space: nowrap; }

.stock-value__average strong {
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.26em;
  line-height: 1; }

.stock-value__free {
  color: #72f0cf;
  font-size: 1em;
  font-weight: 900; }

.stock-value__band {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  padding: 8px 18px 10px;
  color: #fff;
  background: linear-gradient(90deg, #10223f, #173d7a);
  box-shadow: 0 14px 28px rgba(16, 34, 63, 0.14);
  font-size: clamp(1.24rem, 5.8vw, 2rem) !important;
  line-height: 1.12 !important;
  transform: skewX(-10deg); }

.stock-value__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px; }

.stock-value__metrics div {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 104px;
  padding: 18px 14px;
  border: 1px solid rgba(57, 88, 128, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(53, 174, 245, 0.2), 0 16px 38px rgba(49, 84, 120, 0.1);
  text-align: center;
  overflow: hidden; }

.stock-value__metrics div::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(43, 217, 168, 0.18), transparent 48%, rgba(255, 199, 71, 0.18)); }

.stock-value__metrics div > * {
  position: relative; }

.stock-value__metrics strong {
  color: #10223f;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(1.85rem, 5vw, 2.55rem);
  line-height: 1;
  font-weight: 900; }

.stock-value__metrics span {
  color: #10223f;
  font-size: .82rem;
  line-height: 1.45;
  font-weight: 900; }

.stock-value__card {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  color: #fff;
  background: radial-gradient(circle at 20% 0, rgba(255, 255, 255, 0.22), transparent 38%), linear-gradient(140deg, #132845, #235f96 48%, #6b58e8);
  box-shadow: 0 20px 52px rgba(49, 84, 120, 0.16); }

.stock-value__card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.18rem, 4.6vw, 1.6rem);
  line-height: 1.35;
  text-align: center;
  font-weight: 900; }

.stock-value__title-accent {
  color: #fff36d; }

.stock-value__list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none; }

.stock-value__list li {
  position: relative;
  padding: 15px 16px 15px 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 900; }

.stock-value__list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #19c69a, #35aef5 62%, #7a63ef);
  transform: translateY(-50%); }

.stock-value__message {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 26px;
  color: #10223f;
  background: linear-gradient(rgba(79, 184, 255, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(43, 217, 168, 0.09) 1px, transparent 1px), radial-gradient(circle at 92% 12%, rgba(255, 79, 163, 0.1), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 255, 0.9));
  background-size: 28px 28px, 28px 28px, auto, auto;
  overflow: hidden; }

.stock-value__message p {
  margin: 0;
  color: #33415c;
  font-size: clamp(0.98rem, 3.6vw, 1.12rem);
  line-height: 1.9;
  font-weight: 800; }

.stock-message__title {
  color: transparent !important;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  font-size: clamp(1.34rem, 5.8vw, 2rem) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  animation: result-blink 1.5s ease-in-out infinite; }

.stock-message__title span + span {
  margin-left: .15em; }

.stock-marker {
  color: #10223f;
  font-weight: 900;
  background: linear-gradient(transparent 44%, rgba(104, 215, 255, 0.36) 44% 88%, transparent 88%); }

.stock-marker--cyan {
  color: #10223f;
  font-weight: 900;
  background: linear-gradient(transparent 38%, rgba(104, 215, 255, 0.38) 38% 88%, transparent 88%); }

.stock-marker--purple {
  color: #10223f;
  font-weight: 900;
  background: linear-gradient(transparent 54%, rgba(160, 137, 255, 0.28) 54% 84%, transparent 84%); }

.stock-viewing {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 18px auto 0;
  padding: 12px 18px;
  border: 4px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ff4fa3, #7a63ef) border-box;
  box-shadow: 0 14px 28px rgba(122, 99, 239, 0.13);
  font-size: clamp(1.28rem, 5.15vw, 1.72rem);
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  animation: viewing-pulse 2.15s cubic-bezier(0.4, 0, 0.2, 1) infinite; }

.stock-viewing__text,
.stock-viewing__text span {
  color: transparent;
  background-image: linear-gradient(90deg, #ff4fa3, #7a63ef);
  background-clip: text; }

.stock-viewing__text span {
  margin: 0 .08em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.22em; }

.stock-viewing-note {
  margin: 12px auto 0;
  color: #395870;
  font-size: clamp(0.78rem, 2.8vw, 0.94rem);
  line-height: 1.7;
  font-weight: 800;
  text-align: center; }
  .stock-viewing-note span {
    color: #00a8d8;
    font-weight: 900; }

@keyframes viewing-pulse {
  0%, 18%, 34%, 84%, 100% {
    transform: none;
    opacity: 1;
    box-shadow: 0 14px 28px rgba(122, 99, 239, 0.13); }
  9%, 25% {
    transform: none;
    opacity: .38;
    box-shadow: 0 10px 20px rgba(255, 79, 163, 0.1); }
  48%, 68% {
    transform: none;
    opacity: 1; } }
.steps {
  background: #fff; }

.step-grid {
  display: grid;
  gap: 16px;
  margin-top: 30px; }

.step-card {
  position: relative;
  padding: 10px 10px 24px;
  overflow: hidden; }

.step-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42 / .82;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 18px; }

.step-card > span {
  display: inline-flex;
  padding: 0 14px;
  margin-bottom: 14px;
  color: #2498ea;
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.step-card h3,
.step-card p {
  padding: 0 14px; }

.step-card p {
  position: relative;
  margin: 6px 0 0;
  padding-top: 10px;
  color: #5e6b82;
  line-height: 1.7;
  font-weight: 700; }

.step-card p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #19c69a, #35aef5 58%, rgba(122, 99, 239, 0.54)); }

.step-marker {
  color: inherit;
  font-weight: 900;
  background: linear-gradient(transparent 44%, rgba(104, 215, 255, 0.36) 44% 88%, transparent 88%); }

.entry {
  background: radial-gradient(circle at 90% 10%, rgba(43, 217, 168, 0.16), transparent 34%), linear-gradient(180deg, #eef9ff, #f8fbff); }

.entry__copy p:not(.section__label) {
  color: #5e6b82;
  line-height: 1.8;
  font-weight: 700; }

.entry-note {
  margin-top: 16px;
  padding: 13px 15px;
  border: 1px solid rgba(43, 217, 168, 0.22);
  border-radius: 16px;
  color: #087a65;
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800; }

.entry-form {
  display: grid;
  gap: 14px;
  padding: 20px; }

.entry-form label {
  display: grid;
  gap: 7px;
  color: #10223f;
  font-weight: 900; }

.entry-form label > span {
  display: inline-flex;
  align-items: center;
  gap: 8px; }

.entry-form em {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ff4fa3, #7a63ef);
  font-size: .72rem;
  line-height: 1;
  font-style: normal;
  font-weight: 900; }

.entry-form input:not([type="checkbox"]),
.entry-form select {
  display: block;
  width: 100%;
  height: 52px;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(57, 88, 128, 0.18);
  border-radius: 14px;
  background: #f8fbff;
  color: #172033;
  font-size: 16px;
  line-height: 1.3;
  outline: none;
  appearance: none;
  -webkit-appearance: none; }

.entry-form select {
  padding-right: 42px;
  background: linear-gradient(45deg, transparent 50%, #2498ea 50%) right 20px center/7px 7px no-repeat, linear-gradient(135deg, #2498ea 50%, transparent 50%) right 14px center/7px 7px no-repeat, #f8fbff; }

.entry-form input:focus,
.entry-form select:focus {
  border-color: rgba(36, 152, 234, 0.62);
  box-shadow: 0 0 0 3px rgba(53, 174, 245, 0.14); }

.entry-form input.is-error,
.entry-form select.is-error {
  border-color: rgba(255, 79, 122, 0.72);
  background: #fff8fb; }

.entry-form select.is-error {
  background: linear-gradient(45deg, transparent 50%, #2498ea 50%) right 20px center/7px 7px no-repeat, linear-gradient(135deg, #2498ea 50%, transparent 50%) right 14px center/7px 7px no-repeat, #fff8fb; }

.entry-form__check {
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px !important;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(57, 88, 128, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7); }

.entry-form__check input {
  width: 20px;
  min-height: 0;
  aspect-ratio: 1;
  padding: 0;
  font-size: 16px;
  accent-color: #2498ea; }

.entry-form__check span {
  line-height: 1.5; }

.entry-form__field-error {
  margin-top: 3px;
  color: #b9234c !important;
  font-size: .86rem;
  line-height: 1.45;
  font-weight: 900; }

.entry-form .button {
  width: 100%;
  margin-top: 6px; }

.confirm-page {
  min-height: calc(100vh - 95px);
  background: radial-gradient(circle at 84% 16%, rgba(255, 79, 163, 0.1), transparent 28%), radial-gradient(circle at 14% 26%, rgba(53, 174, 245, 0.16), transparent 32%), linear-gradient(180deg, #ecfbff 0%, #f7fbff 42%, #fff 100%); }

.confirm-hero {
  padding: 28px 0 24px;
  color: #10223f;
  text-align: center;
  background: linear-gradient(90deg, rgba(25, 198, 154, 0.18), rgba(53, 174, 245, 0.3) 58%, rgba(122, 99, 239, 0.18)), linear-gradient(135deg, #e7fbff, #f5f2ff);
  box-shadow: inset 0 -1px 0 rgba(57, 88, 128, 0.08); }

.confirm-hero__label {
  margin: 0 0 8px;
  color: #087a65;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase; }

.confirm-hero h1 {
  margin: 0;
  font-size: clamp(1.42rem, 5vw, 2rem);
  line-height: 1.35;
  font-weight: 900; }

.confirm-hero p:last-child {
  margin: 9px 0 0;
  color: #50617a;
  font-size: .92rem;
  line-height: 1.7;
  font-weight: 800; }

.confirm-section {
  padding: 28px 0 54px; }

.confirm-section__inner {
  width: min(100% - 32px, 730px); }

.confirm-card {
  display: grid;
  gap: 22px;
  padding: clamp(18px, 5vw, 32px);
  border: 1px solid rgba(57, 88, 128, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(49, 84, 120, 0.14); }

.confirm-offer {
  padding: 18px;
  border-radius: 16px;
  background: radial-gradient(circle at 90% 20%, rgba(255, 79, 163, 0.1), transparent 24%), linear-gradient(135deg, rgba(229, 255, 249, 0.96), rgba(235, 249, 255, 0.96)); }

.confirm-offer__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  gap: 18px;
  align-items: stretch; }

.confirm-offer__items,
.confirm-offer__summary {
  display: grid; }

.confirm-offer__items {
  align-content: start; }

.confirm-offer__items strong,
.confirm-offer__plus {
  display: block; }

.confirm-offer__items strong {
  color: #10223f;
  font-size: clamp(1.02rem, 3.8vw, 1.26rem);
  line-height: 1.35;
  font-weight: 900; }

.confirm-offer__plus {
  margin: 7px 0 6px;
  color: #15b98f;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.22rem;
  line-height: 1;
  font-weight: 900; }

.confirm-offer__summary {
  gap: 8px;
  align-content: center;
  padding-left: 18px;
  border-left: 1px solid rgba(57, 88, 128, 0.12); }

.confirm-offer__summary div {
  display: grid;
  gap: 4px; }

.confirm-offer__summary span {
  color: #6a778c;
  font-size: .72rem;
  font-weight: 800; }

.confirm-offer__summary strong {
  color: #ff4f8f;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: clamp(1.05rem, 4vw, 1.42rem);
  line-height: 1.1;
  font-weight: 900; }

.confirm-offer__summary div + div strong {
  color: #10223f; }

.confirm-list {
  display: grid;
  gap: 0;
  margin: 0; }

.confirm-group {
  display: grid;
  gap: 4px; }

.confirm-group__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #087a65;
  font-size: .95rem;
  line-height: 1.4;
  font-weight: 900; }

.confirm-group__title::after {
  content: "";
  flex: 1;
  height: 1px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(25, 198, 154, 0.62), rgba(53, 174, 245, 0.42), transparent); }

.confirm-group__note {
  margin: 2px 0 4px;
  color: #6a778c;
  font-size: .78rem;
  line-height: 1.55;
  font-weight: 800; }

.confirm-list div {
  padding: 15px 0;
  border-bottom: 1px solid rgba(57, 88, 128, 0.12); }

.confirm-list dt {
  margin: 0 0 6px;
  color: #7a8798;
  font-size: .82rem;
  font-weight: 900; }

.confirm-list dd {
  margin: 0;
  color: #10223f;
  font-size: 1.04rem;
  line-height: 1.55;
  font-weight: 900;
  overflow-wrap: anywhere; }

.confirm-inline-link {
  color: #2498ea;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px; }

.confirm-inline-link:hover {
  color: #087a65; }

.confirm-list__checked {
  color: #15b98f !important; }

.confirm-list__checked::before {
  content: "✓";
  margin-right: 6px; }

.confirm-terms {
  height: 200px;
  border: 1px solid rgba(57, 88, 128, 0.16);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86); }

.confirm-terms iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff; }

.confirm-agree {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(25, 198, 154, 0.22);
  border-radius: 14px;
  color: #10223f;
  background: rgba(229, 255, 249, 0.76);
  font-weight: 900;
  cursor: pointer;
  transition: opacity .18s ease, filter .18s ease, background .18s ease; }

.confirm-agree.is-disabled {
  opacity: .52;
  filter: grayscale(0.48);
  cursor: not-allowed; }

.confirm-agree input {
  width: 20px;
  aspect-ratio: 1;
  margin: 0;
  accent-color: #15b98f; }

.confirm-agree span {
  line-height: 1.45; }

.confirm-actions {
  display: grid;
  gap: 14px; }

.confirm-actions .button {
  width: 100%; }

.confirm-actions .button:disabled {
  opacity: .5;
  filter: grayscale(0.35);
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 7px 0 rgba(25, 86, 142, 0.08), 0 12px 22px rgba(35, 158, 216, 0.1); }

.confirm-actions__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 999px;
  color: #10223f;
  background: linear-gradient(180deg, #f1f4f8, #dfe6ef);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: color .18s ease, filter .18s ease; }

.confirm-actions__back:hover {
  color: #2498ea;
  filter: brightness(1.02);
  text-decoration: none; }

.submit-loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 18% 0, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(135deg, rgba(8, 21, 45, 0.9), rgba(16, 43, 91, 0.92) 56%, rgba(23, 61, 122, 0.9));
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease; }

.submit-loading.is-visible {
  opacity: 1;
  pointer-events: auto; }

.submit-loading__panel {
  display: grid;
  justify-items: center;
  gap: 10px;
  width: min(100%, 320px);
  padding: 28px 22px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(8, 21, 45, 0.26);
  text-align: center; }

.submit-loading__spinner {
  width: 48px;
  aspect-ratio: 1;
  border: 5px solid rgba(53, 174, 245, 0.18);
  border-top-color: #ff4fa3;
  border-right-color: #7a63ef;
  border-radius: 50%;
  animation: submit-spin .82s linear infinite; }

.submit-loading__panel p {
  margin: 4px 0 0;
  color: #10223f;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 900; }

.submit-loading__panel small {
  color: #6a778c;
  font-size: .86rem;
  line-height: 1.55;
  font-weight: 800; }

@keyframes submit-spin {
  to {
    transform: rotate(360deg); } }
.complete-card {
  gap: 18px; }

.complete-thanks {
  margin: 0 0 18px;
  color: #10223f;
  text-align: center;
  font-size: clamp(1.18rem, 4.4vw, 1.55rem);
  line-height: 1.45;
  font-weight: 900; }

.complete-ready {
  margin: 22px 0 0;
  color: transparent;
  background: linear-gradient(90deg, #15b98f, #2498ea 58%, #7a63ef);
  background-clip: text;
  text-align: center;
  font-size: clamp(1.18rem, 4.8vw, 1.58rem);
  line-height: 1.5;
  font-weight: 900;
  animation: result-blink 1.5s ease-in-out infinite; }

.complete-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none; }

.complete-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(57, 88, 128, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 248, 255, 0.88)); }

.complete-steps li > span {
  display: grid;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #19c69a, #35aef5);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: .94rem;
  font-weight: 900; }

.complete-steps li:nth-child(2) > span {
  background: linear-gradient(135deg, #ff4fa3, #7a63ef); }

.complete-steps li:nth-child(3) > span {
  background: linear-gradient(135deg, #ffc747, #ff7c5e); }

.complete-steps strong {
  display: block;
  color: #10223f;
  font-size: 1.02rem;
  line-height: 1.45;
  font-weight: 900; }

.complete-steps p {
  margin: 3px 0 0;
  color: #6a778c;
  font-size: .86rem;
  line-height: 1.55;
  font-weight: 800; }

@media (min-width: 768px) {
  .confirm-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center; } }
.lp-footer {
  padding: 34px 0 30px;
  color: #fff;
  background: radial-gradient(circle at 18% 0, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(135deg, rgba(8, 21, 45, 0.96), rgba(16, 43, 91, 0.96) 56%, rgba(23, 61, 122, 0.96)); }

.lp-top-page .lp-footer {
  padding-bottom: calc(30px + 112px + env(safe-area-inset-bottom)); }

.lp-footer .container {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center; }

.lp-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0; }

.lp-footer__nav a {
  position: relative;
  padding: 0 16px;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease; }

.lp-footer__nav a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.42);
  transform: translateY(-50%); }

.lp-footer__nav a:hover {
  color: #fff36d;
  text-decoration: none; }

.lp-footer__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 9px; }

.sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: radial-gradient(circle at 18% 0, rgba(255, 255, 255, 0.22), transparent 34%), linear-gradient(135deg, rgba(8, 21, 45, 0.96), rgba(16, 43, 91, 0.96) 56%, rgba(23, 61, 122, 0.96));
  box-shadow: 0 -18px 42px rgba(8, 21, 45, 0.2);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease; }

.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto; }

.sticky-cta__inner {
  display: grid;
  gap: 9px;
  justify-items: center;
  width: min(100%, 520px);
  margin: 0 auto; }

.sticky-cta__timer {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: clamp(0.82rem, 3.6vw, 0.98rem);
  line-height: 1.35;
  font-weight: 900; }

.sticky-cta__timer span {
  color: #fff36d;
  white-space: nowrap; }

.sticky-cta__timer strong {
  margin-right: 1px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.34em;
  line-height: 1; }

.sticky-cta__button {
  width: min(100%, 360px);
  min-height: 48px;
  padding: 0 22px;
  font-size: clamp(0.92rem, 3.8vw, 1.04rem); }

.page-top {
  position: fixed;
  right: 16px;
  bottom: calc(104px + env(safe-area-inset-bottom));
  z-index: 51;
  display: grid;
  place-items: center;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #19c69a, #35aef5 58%, #7a63ef);
  box-shadow: 0 14px 28px rgba(16, 34, 63, 0.2);
  text-decoration: none;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: transform .24s ease, opacity .24s ease, filter .18s ease; }

.page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0); }

.page-top:hover {
  color: #fff;
  filter: brightness(1.04);
  text-decoration: none; }

@media (min-width: 768px) {
  .container,
  .hero__inner,
  .offer-deadline__inner {
    width: min(100% - 48px, 1120px); }

  .confirm-section__inner {
    width: min(100% - 48px, 730px); }

  .sticky-cta {
    padding-top: 14px; }

  .sticky-cta__inner {
    width: min(100%, 560px); }

  .page-top {
    right: 24px;
    bottom: calc(112px + env(safe-area-inset-bottom)); }

  .hero {
    padding: 58px 0 72px; }

  .hero__inner {
    grid-template-columns: minmax(0, 1.22fr) minmax(380px, 1fr); }

  .hero__visual,
  .book-stage {
    min-height: 560px; }

  .offer-deadline-section {
    padding: 64px 0; }

  .offer-deadline__inner {
    gap: 34px; }

  .offer-deadline__content {
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: 42px; }

  .offer-deadline__timer {
    text-align: left; }

  .offer-countdown {
    max-width: 520px; }

  .book-about__layout,
  .campaign__box,
  .stock-value__layout,
  .entry__layout {
    grid-template-columns: .95fr 1.05fr; }

  .entry__layout {
    align-items: start; }

  .how-section__main {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    margin-top: 42px; }

  .how-section__image,
  .how-section__card {
    min-height: 360px; }

  .how-section__image {
    height: 100%; }

  .how-section__image::before {
    bottom: 0;
    opacity: .34; }

  .stock-value__copy {
    min-height: 100%; }

  .stock-value__copy::before {
    top: 0;
    bottom: 0;
    opacity: .34; }

  .how-section__card {
    padding: 34px; }

  .how-section__message {
    margin-top: 34px;
    padding: 34px;
    text-align: center; }

  .stock-value__message {
    margin-top: 34px;
    padding: 34px;
    text-align: center; }

  .how-message__body {
    width: min(100%, 760px);
    margin-right: auto;
    margin-left: auto;
    text-align: left; }

  .how-message__result {
    text-align: center; }

  .how-catch__line {
    font-size: clamp(1.15rem, 2vw, 1.55rem); }

  .how-catch__main strong {
    font-size: clamp(4.2rem, 6.4vw, 5.7rem); }

  .how-catch__main em {
    font-size: clamp(1.5rem, 2.7vw, 2.2rem); }

  .how-catch__rise {
    font-size: clamp(3.1rem, 5vw, 4.4rem); }

  .how-catch__bottom {
    font-size: clamp(1.55rem, 2.7vw, 2.2rem); }

  .how-catch__band {
    font-size: clamp(1.18rem, 2.2vw, 1.72rem); }

  .number-grid,
  .step-grid {
    grid-template-columns: repeat(3, 1fr); }

  .step-card h3 {
    min-height: 3.7em; }

  .gift-set {
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr); }

  .gift-plus {
    width: 64px; } }
@media (min-width: 768px) and (max-width: 1100px) {
  .hero {
    padding: clamp(36px, 5vw, 54px) 0 clamp(46px, 6vw, 66px); }

  .hero__inner {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: clamp(16px, 2.6vw, 28px); }

  .hero__record {
    font-size: clamp(1.45rem, 3.6vw, 2.48rem); }

  .hero__title {
    margin-top: clamp(16px, 2.4vw, 24px);
    font-size: clamp(0.96rem, 1.8vw, 1.24rem); }

  .hero__title span {
    font-size: clamp(1.35rem, 2.8vw, 2.2rem); }

  .hero__lead {
    max-width: 44em;
    font-size: clamp(0.88rem, 1.45vw, 1rem); }

  .hero__actions {
    gap: 10px 14px;
    margin-top: clamp(20px, 2.7vw, 28px); }

  .button {
    min-height: clamp(50px, 5.2vw, 58px);
    padding: 0 clamp(20px, 2.7vw, 28px); }

  .hero__sub {
    font-size: clamp(0.88rem, 1.45vw, 1rem); }

  .hero__visual,
  .book-stage {
    min-height: clamp(360px, 48vw, 530px); }

  .book-stage {
    width: min(100%, clamp(320px, 43vw, 500px)); }

  .book-stage::before {
    width: min(100%, clamp(300px, 42vw, 480px)); }

  .book-stage img {
    width: min(100%, clamp(300px, 42vw, 480px)); }

  .how-section__image::before {
    top: 5vw;
    right: -2vw;
    bottom: auto;
    width: 30vw;
    opacity: .3; }

  .stock-value__copy::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 30vw;
    opacity: .3; } }
@media (max-width: 767px) {
  .hero {
    padding: 34px 0 42px;
    background: linear-gradient(90deg, rgba(241, 252, 255, 0.96) 0 28%, rgba(226, 247, 255, 0.74) 55%, rgba(215, 241, 252, 0.42) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(211, 243, 255, 0.7) 100%), url("../images/pattern3-hero-crowd-preview.png") right top/auto 100% no-repeat, linear-gradient(135deg, #ffffff 0%, #edf9ff 50%, #f4f0ff 100%);
    background: linear-gradient(90deg, rgba(241, 252, 255, 0.96) 0 28%, rgba(226, 247, 255, 0.74) 55%, rgba(215, 241, 252, 0.42) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(211, 243, 255, 0.7) 100%), image-set(url("../images/pattern3-hero-crowd-preview.webp") type("image/webp"), url("../images/pattern3-hero-crowd-preview.png") type("image/png")) right top/auto 100% no-repeat, linear-gradient(135deg, #ffffff 0%, #edf9ff 50%, #f4f0ff 100%); }

  .hero__inner {
    gap: 0;
    position: relative; }

  .hero__copy {
    display: contents; }

  .hero__eyebrow {
    order: 1;
    margin-bottom: 1vw;
    padding: 1.5vw 3vw;
    position: relative;
    z-index: 2;
    font-size: 3.2vw; }

  .hero__record {
    order: 1;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
    font-size: 6.7vw; }

  .hero__record-count {
    font-size: 1.16em; }

  .hero__record-asset {
    font-size: 1.5em; }

  .hero__visual {
    position: absolute;
    z-index: 1;
    top: 27vw;
    right: -3vw;
    width: 50vw;
    min-height: 0;
    margin-top: 0;
    pointer-events: none;
    transform-origin: top right; }

  .book-stage {
    width: 100%;
    min-height: 0; }

  .book-stage::before {
    width: 48vw;
    opacity: .82; }

  .book-stage img {
    width: 100%;
    height: auto;
    margin-left: 0;
    opacity: .96; }

  .hero__title {
    order: 3;
    position: relative;
    z-index: 2;
    margin-top: max(58vw, calc(58vw + (100vw - 478px) * 0.22));
    font-size: 4.15vw; }

  .hero__offer {
    order: 4;
    position: relative;
    z-index: 2; }

  .hero__actions {
    margin-top: 5.5vw;
    justify-content: center;
    width: 100%; }

  .hero__sub {
    display: block;
    width: 100%;
    order: 1;
    text-align: center; }

  .hero__title span {
    font-size: 6.3vw; }

  .hero__lead {
    max-width: none;
    margin-top: 0;
    font-size: 3.55vw;
    line-height: 1.8; }

  .button {
    min-height: 13.5vw;
    padding: 0 7vw;
    font-size: 4vw; }

  .hero__actions .button {
    order: 2; }

  .hero__sub {
    font-size: 3.9vw; }

  .timer span {
    font-size: .92rem; }

  .how-section__title span {
    font-size: 5.05vw;
    white-space: nowrap; }

  .how-section__image::before {
    top: 5vw;
    right: -8vw;
    bottom: auto;
    width: 54vw;
    opacity: .26; }

  .stock-value__copy::before {
    top: 5vw;
    right: 0;
    bottom: auto;
    width: 54vw;
    opacity: .26; }

  .gift-card {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 0;
    text-align: center; }

  .gift-card__image {
    grid-row: auto;
    width: min(70vw, 240px);
    height: min(58vw, 230px); }

  .gift-card > span,
  .gift-card h3 {
    align-self: auto; }

  .gift-card h3 {
    white-space: normal; }

  .gift-card__list {
    grid-column: auto;
    text-align: left; }

  .stock-value__average {
    font-size: 6.7vw; }

  .stock-value__message {
    padding: 22px 18px;
    text-align: left; }

  .stock-value__message p:not(.stock-message__title) {
    font-size: clamp(0.86rem, 3.45vw, 0.98rem); }

  .stock-message__title {
    text-align: center; }

  .stock-message__title span {
    display: block; }

  .stock-message__title span + span {
    margin-left: 0; }

  .entry-form__check {
    gap: 8px !important;
    padding: 11px 10px; }

  .entry-form__check span {
    gap: 5px;
    font-size: clamp(0.78rem, 3.25vw, 0.92rem);
    line-height: 1.35; }

  .entry-form__check em {
    min-height: 18px;
    padding: 0 6px;
    font-size: .66rem; }

  .confirm-hero {
    padding: 24px 0 20px; }

  .confirm-hero p:last-child {
    text-align: left; }

  .confirm-section {
    padding: 20px 0 42px; }

  .confirm-card {
    border-radius: 18px; }

  .complete-ready {
    font-size: clamp(0.84rem, 4.35vw, 1.12rem);
    white-space: nowrap; }

  .confirm-offer__body {
    grid-template-columns: 1fr; }

  .confirm-offer__summary {
    grid-template-columns: 1fr 1fr;
    padding-top: 14px;
    padding-left: 0;
    border-top: 1px solid rgba(57, 88, 128, 0.12);
    border-left: 0; }

  .how-section__message {
    text-align: center; }

  .how-message__headline {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }

  .how-message__body {
    text-align: left; }

  .how-message__body p {
    font-size: clamp(0.68rem, 3.15vw, 0.88rem);
    line-height: 1.8; }

  .how-message__body p:last-child {
    white-space: nowrap; }

  .how-message__result {
    text-align: center; }

  .section__title {
    padding: 8px 14px 8px 16px; }

  .section__title::before {
    width: 5px; }

  .section__title::after {
    width: calc(100vw - 32px);
    border-radius: 10px; }

  .gift .section__title span {
    display: block;
    font-size: clamp(1.18rem, 5.4vw, 1.36rem);
    white-space: nowrap; }

  .offer-deadline__timer {
    text-align: left; }

  .offer-countdown {
    text-align: center; } }
.legal-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #fff;
  background: linear-gradient(135deg, #071a33 0%, #102f5f 58%, #183f82 100%);
  box-shadow: 0 10px 28px rgba(5, 20, 45, 0.18); }

.legal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px; }

.legal-header__brand {
  color: #fff;
  font-size: .94rem;
  font-weight: 900;
  text-decoration: none; }

.legal-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .78rem;
  font-weight: 700; }
  .legal-nav a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
    transition: color .2s ease; }
    .legal-nav a:hover {
      color: #ffe45c; }

.legal-page {
  background: linear-gradient(180deg, #f5fbff 0%, #ffffff 34%, #eef7ff 100%); }

.legal-hero {
  padding: 48px 0 30px;
  text-align: center; }
  .legal-hero h1 {
    margin: 8px 0 10px;
    color: #10223f;
    font-size: clamp(1.45rem, 3.5vw, 2.15rem);
    font-weight: 900;
    line-height: 1.45; }
  .legal-hero p:last-child {
    color: #516078;
    font-size: .94rem;
    font-weight: 700; }

.legal-layout {
  display: grid;
  gap: 24px;
  max-width: 880px;
  padding-bottom: 72px; }

.legal-section {
  scroll-margin-top: 92px;
  border: 1px solid rgba(30, 107, 184, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(16, 34, 63, 0.1);
  overflow: hidden; }

.legal-section__head {
  padding: 26px 28px 18px;
  border-bottom: 1px solid rgba(30, 107, 184, 0.12);
  background: linear-gradient(135deg, rgba(235, 250, 255, 0.95), rgba(255, 255, 255, 0.98)); }
  .legal-section__head h2 {
    margin: 4px 0 0;
    color: #10223f;
    font-size: clamp(1.25rem, 2.7vw, 1.7rem);
    font-weight: 900;
    line-height: 1.35; }

.legal-body {
  padding: 26px 28px 30px;
  color: #26354e;
  font-size: .92rem;
  line-height: 1.95; }
  .legal-body p {
    margin: 0; }
  .legal-body p + h3,
  .legal-body p + p {
    margin-top: 16px; }
  .legal-body h3 {
    margin: 20px 0 6px;
    color: #0e7d72;
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.5; }

.legal-definition {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 0;
  margin: 0; }
  .legal-definition dt,
  .legal-definition dd {
    margin: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(57, 88, 128, 0.14); }
  .legal-definition dt {
    color: #0e7d72;
    font-size: .98rem;
    font-weight: 900;
    line-height: 1.5; }
  .legal-definition dd {
    color: #26354e; }
  .legal-definition dt:first-child,
  .legal-definition dd:first-of-type {
    padding-top: 0; }
  .legal-definition dt:last-of-type,
  .legal-definition dd:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; }

@media (max-width: 767px) {
  .legal-header__inner {
    display: block;
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px; }

  .legal-header__brand {
    display: block;
    text-align: center;
    font-size: .82rem; }

  .legal-nav {
    justify-content: center;
    gap: 10px;
    margin-top: 9px;
    font-size: .64rem;
    line-height: 1.35; }

  .legal-hero {
    padding: 30px 0 20px;
    text-align: left; }
    .legal-hero h1 {
      font-size: clamp(1.12rem, 6vw, 1.5rem); }
    .legal-hero p:last-child {
      font-size: .82rem; }

  .legal-layout {
    gap: 18px;
    padding-bottom: 48px; }

  .legal-section {
    scroll-margin-top: 104px;
    border-radius: 14px; }

  .legal-section__head,
  .legal-body {
    padding-right: 18px;
    padding-left: 18px; }

  .legal-body {
    font-size: .82rem;
    line-height: 1.85; }

  .legal-definition {
    grid-template-columns: 1fr; }
    .legal-definition dt {
      padding-bottom: 3px;
      border-bottom: 0; }
    .legal-definition dd {
      padding-top: 0; } }

/*# sourceMappingURL=style-pattern3.css.map */
