/* ==== 変数 ==== */

:root {
  --ink: #243350;
  --ink-soft: #6E7A93;
  --cream: #FFFDF9;
  --surface: #FFFFFF;
  --pink: #FF6FA6;
  --pink-deep: #E24E88;
  --pink-pale: #FFF0F6;
  --coral: #FF9A6B;
  --yellow: #FFCE4A;
  --yellow-pale: #FFF7E0;
  --blue: #3E86EE;
  --blue-deep: #2461BE;
  --blue-pale: #EDF4FF;
  --sky: #9AD5FF;
  --mint: #43CBA8;
  --mint-pale: #E8FAF4;
  --lav: #A79BF0;
  --lav-pale: #F3F0FF;
  --line: #EFE9DE;
  --round: "M PLUS Rounded 1c","Hiragino Maru Gothic ProN",sans-serif;
  --num: "Fredoka","M PLUS Rounded 1c",sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.dots {
  background-image: radial-gradient(var(--dot,#FFE3EF) 2.5px, transparent 2.6px);
  background-size: 22px 22px;
}

.ttl .n {
  font-family: var(--num);
  font-weight: 700;
  font-size: 1.3em;
  color: var(--pink);
  margin: 0 .04em;
}

.ttl .hl {
  background: linear-gradient(transparent 66%, var(--yellow) 66%);
  padding: 0 .08em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* ==== ボタン ==== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--round);
  font-weight: 900;
  font-size: clamp(16px,2.1vw,20px);
  letter-spacing: .04em;
  color: #fff;
  background: var(--pink);
  border: 0;
  border-radius: 999px;
  padding: 21px 48px;
  box-shadow: 0 6px 0 var(--pink-deep);
  transition: transform .12s ease, box-shadow .12s ease;
}

.btn:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 var(--pink-deep);
}

.btn--white {
  background: #fff;
  color: var(--pink-deep);
  box-shadow: 0 6px 0 #F3D8E4;
}

.btn--blue {
  background: var(--blue);
  box-shadow: 0 6px 0 var(--blue-deep);
}

.btn--blue:hover {
  transform: translateY(4px);
  box-shadow: 0 2px 0 var(--blue-deep);
}

.freeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 12px;
  font-weight: 900;
  font-size: clamp(13px,1.7vw,15px);
  color: var(--pink-deep);
}

.freeline::before,.freeline::after {
  content: "";
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: currentColor;
  opacity: .5;
}

.freeline::before {
  transform: rotate(-20deg);
}

.freeline::after {
  transform: rotate(20deg);
}

/* ==== ヘッダー ==== */

.bar__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bar__logo img {
  display: block;
  height: 44px;
  width: auto;
}

.bar__logo em {
  font-style: normal;
  font-family: var(--num);
  font-weight: 700;
  font-size: 15px;
  color: var(--pink);
}

/* ==== ヒーロー ==== */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.hero::before,.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero::before {
  width: 52vw;
  height: 52vw;
  background: var(--pink-pale);
  left: -16vw;
  top: -14vw;
}

.hero::after {
  width: 44vw;
  height: 44vw;
  background: var(--blue-pale);
  right: -14vw;
  top: 18vw;
}

.garland {
  display: none;
}

.confetti {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.confetti i {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.confetti i:nth-child(1) {
  width: 14px;
  height: 14px;
  background: var(--yellow);
  left: 6%;
  top: 22%;
}

.confetti i:nth-child(2) {
  width: 10px;
  height: 10px;
  background: var(--pink);
  left: 15%;
  top: 52%;
}

.confetti i:nth-child(3) {
  width: 12px;
  height: 12px;
  background: var(--sky);
  left: 25%;
  top: 12%;
}

.confetti i:nth-child(4) {
  width: 11px;
  height: 11px;
  background: var(--mint);
  left: 47%;
  top: 8%;
}

.confetti i:nth-child(5) {
  width: 13px;
  height: 13px;
  background: var(--lav);
  left: 88%;
  top: 20%;
}

.confetti i:nth-child(6) {
  width: 10px;
  height: 10px;
  background: var(--yellow);
  left: 94%;
  top: 56%;
}

.confetti i:nth-child(7) {
  width: 12px;
  height: 12px;
  background: var(--pink);
  left: 3%;
  top: 70%;
}

.confetti i:nth-child(8) {
  width: 11px;
  height: 11px;
  background: var(--sky);
  left: 64%;
  top: 84%;
}

.confetti i:nth-child(9) {
  width: 9px;
  height: 9px;
  background: var(--mint);
  left: 36%;
  top: 88%;
}

.confetti i:nth-child(10) {
  width: 10px;
  height: 10px;
  background: var(--yellow);
  left: 74%;
  top: 5%;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: clamp(10px,2vw,30px);
  padding: clamp(30px,5vw,60px) 0 clamp(26px,4vw,48px);
}

.hero__badge {
  display: inline-block;
  font-family: var(--num);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--ink-soft);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 6px 20px;
  margin: 0 0 14px;
}

.hero__anniv {
  display: flex;
  align-items: flex-end;
  gap: .06em;
  margin: 2px 0 8px;
  line-height: .92;
  font-weight: 900;
  font-size: clamp(50px,10vw,108px);
  color: var(--ink);
}

.hero__bonus {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  padding: 10px 22px 10px 12px;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 999px;
  text-align: left;
}

.hero__art {
  position: relative;
  transform: scale(1.18);
}

.hero__art img {
  width: 100%;
  filter: drop-shadow(0 20px 24px rgba(36,51,80,.14));
}

.hero__ribbon {
  position: absolute;
  left: -2%;
  top: 2%;
  z-index: 3;
  rotate: -8deg;
  font-weight: 900;
  font-size: clamp(13px,1.8vw,17px);
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  padding: 10px 20px;
  box-shadow: 0 5px 0 var(--blue-deep);
}

.pop {
  animation: pop 5.5s ease-in-out infinite;
}

@keyframes pop {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ==== お知らせ帯 ==== */

.band {
  background: var(--yellow-pale);
  border-block: 2px solid var(--yellow);
  overflow: hidden;
  padding: 11px 0;
}

.band__in {
  display: flex;
  width: max-content;
  animation: slide 50s linear infinite;
}

.band span {
  font-weight: 900;
  font-size: 13.5px;
  letter-spacing: .08em;
  color: #8A6A00;
  padding: 0 22px;
  white-space: nowrap;
}

.band span::after {
  content: "●";
  margin-left: 22px;
  font-size: 7px;
  vertical-align: middle;
  color: var(--yellow);
}

@keyframes slide {
  to { transform: translateX(-50%); }
}

/* ==== 5つのポイント ==== */

.pts {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px;
}

.pt:nth-child(1) {
  border-color: #FFD9E7;
}

.pt:nth-child(2) {
  border-color: #D6E7FF;
}

.pt:nth-child(3) {
  border-color: #FBE7B2;
}

.pt:nth-child(4) {
  border-color: #C7EFE3;
}

.pt:nth-child(1) .pt__t {
  color: var(--pink-deep);
}

.pt:nth-child(2) .pt__t {
  color: var(--blue);
}

.pt:nth-child(3) .pt__t {
  color: #C48F00;
}

.pt:nth-child(4) .pt__t {
  color: #1E9B7E;
}

/* ==== ラインナップ ==== */

.lineup {
  background: #fff;
  border-block: 1px solid var(--line);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(16px,2.2vw,22px);
}

.card {
  position: relative;
  background: var(--cream);
  border: 2px solid var(--line);
  border-radius: 26px;
  padding: 0 0 24px;
  overflow: hidden;
  transition: transform .2s ease, border-color .2s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.card--01 {
  border-color: #FFD9E7;
}

.card--02 {
  border-color: #D6E7FF;
}

.card--03 {
  border-color: #CFE6FF;
}

.card--04 {
  border-color: #FFD9E7;
}

.card--05 {
  border-color: #FBE7B2;
}

.card--06 {
  border-color: #E0D8FF;
}

.card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 20px;
  color: #fff;
}

.card--01 .card__top {
  background: var(--pink);
}

.card--02 .card__top {
  background: var(--blue-deep);
}

.card--03 .card__top {
  background: var(--blue);
}

.card--04 .card__top {
  background: var(--coral);
}

.card--05 .card__top {
  background: var(--yellow);
  color: #6B4F00;
}

.card--06 .card__top {
  background: var(--lav);
}

.card__no {
  font-family: var(--num);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .06em;
}

.card__en {
  font-family: var(--num);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .14em;
  opacity: .94;
}

.card__body {
  padding: 0 22px;
}

.dial {
  display: flex;
  width: fit-content;
  margin: 14px auto 0;
  border: 2px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.dial button {
  font-family: var(--round);
  font-weight: 800;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: var(--ink-soft);
  padding: 7px 18px;
  border-radius: 999px;
  transition: background .16s ease,color .16s ease;
}

.dial button[aria-pressed="true"] {
  background: var(--ink);
  color: #fff;
}

.card__name {
  font-weight: 900;
  font-size: clamp(18px,2.3vw,22px);
  margin: 0 0 10px;
  text-align: center;
}

.card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.card--06 .qm {
  font-family: var(--num);
  font-weight: 700;
  font-size: clamp(72px,10vw,104px);
  color: var(--lav);
  line-height: 1;
}

/* ==== 当たり特典 ==== */

.bonus {
  background: var(--lav-pale);
  border-block: 2px solid #E0D8FF;
}

.bonus__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(20px,4vw,46px);
  align-items: center;
}

.bonus h2 {
  font-weight: 900;
  font-size: clamp(22px,3.8vw,36px);
  margin: 0 0 12px;
  line-height: 1.4;
}

.bonus h2 .hl {
  background: linear-gradient(transparent 66%, var(--yellow) 66%);
  padding: 0 .08em;
}

.bonus .kicker {
  background: var(--lav);
  color: #fff;
}

.bonus__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px;
  margin-top: 22px;
}

.bonus__k {
  margin: 0 0 4px;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 800;
  color: var(--lav);
}

/* ==== 受け取り手順 ==== */

.steps {
  background: var(--cream);
}

.flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(18px,2.4vw,24px);
}

.flow__n {
  font-family: var(--num);
  font-weight: 700;
  font-size: clamp(44px,6.6vw,60px);
  line-height: 1;
  margin: 0 0 8px;
  color: var(--pink);
}

.flow li:nth-child(2) .flow__n {
  color: var(--mint);
}

.flow li:nth-child(3) .flow__n {
  color: var(--blue);
}

.flow p {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.9;
  text-align: left;
}

.steps__cta {
  text-align: center;
  margin-top: 30px;
}

/* ==== もらったあと ==== */

.play {
  background: var(--mint-pale);
}

.tiles {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: clamp(14px,2vw,20px);
}

.tile h3::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex: none;
  background: var(--mint);
}

.tile:nth-child(2) h3::before {
  background: var(--blue);
}

.tile:nth-child(3) h3::before {
  background: var(--lav);
}

.tile:nth-child(4) h3::before {
  background: var(--pink);
}

/* ==== 1アカウント ==== */

.about {
  background: #fff;
}

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

.about__card {
  background: var(--cream);
  border: 2px solid var(--line);
  border-radius: 24px;
  padding: 26px;
}

.about__n {
  font-family: var(--num);
  font-weight: 700;
  font-size: 13px;
  color: var(--blue);
  margin: 0 0 6px;
  letter-spacing: .1em;
}

.about__card h3 {
  font-weight: 900;
  font-size: 16px;
  margin: 0 0 8px;
  line-height: 1.5;
}

.about__card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.warn {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 18px;
  background: var(--pink-pale);
  border: 2px solid #FFD2E4;
  border-radius: 24px;
  padding: 24px 28px;
}

.warn__i {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-family: var(--num);
  font-weight: 700;
  font-size: 19px;
  display: grid;
  place-items: center;
}

.about__cta {
  text-align: center;
  margin-top: 24px;
}

/* ==== FAQ ==== */

.faq {
  background: var(--cream);
}

.faq details {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 20px;
  margin-bottom: 12px;
  overflow: hidden;
}

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

.faq summary::before {
  content: "Q";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--pink);
  color: #fff;
  font-family: var(--num);
  font-weight: 600;
  font-size: 14px;
  display: grid;
  place-items: center;
}

.faq summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 26px;
  width: 11px;
  height: 11px;
  border-right: 3px solid var(--ink-soft);
  border-bottom: 3px solid var(--ink-soft);
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.faq details[open] summary::after {
  transform: rotate(-135deg);
}

/* ==== 最後のCTA ==== */

.last {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(56px,8vw,96px) 0;
  background: var(--pink-pale);
}

.last__in {
  position: relative;
  z-index: 2;
}

.last h2 {
  font-weight: 900;
  font-size: clamp(24px,4.6vw,42px);
  margin: 0 0 14px;
  line-height: 1.42;
}

.last h2 .n {
  font-family: var(--num);
  font-weight: 700;
  font-size: 1.3em;
  color: var(--pink);
}

.last p {
  margin: 0 0 26px;
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 700;
}

.last .confetti i {
  opacity: .7;
}

/* ==== 注意事項・フッター ==== */

.notes {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: clamp(42px,6vw,66px) 0;
}

.notes h2 {
  font-weight: 900;
  font-size: 14px;
  margin: 0 0 16px;
}

/* ==== リビール演出 ==== */

.rv {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease,transform .6s ease;
}

.rv.is-in {
  opacity: 1;
  transform: none;
}

.sp {
  display: none;
}

/* ==== レスポンシブ ==== */

@media (max-width:1000px) {
  .cards {
    grid-template-columns: repeat(2,1fr);
  }
  .bonus__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .about__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:900px) {
  .pts {
    grid-template-columns: repeat(2,1fr);
  }
  .flow {
    grid-template-columns: 1fr;
  }
  .flow p {
    text-align: center;
  }
  .hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .hero__anniv {
    justify-content: center;
  }
  .hero__art {
    width: min(420px,86%);
    transform: scale(1.18) translateY(5px);
  }
  .hero__ribbon {
    left: auto;
    right: 2%;
    top: -4%;
  }
}

@media (max-width:620px) {
  .cards {
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
  }
  .card {
    border-radius: 20px;
    padding-bottom: 16px;
  }
  .card__desc {
    display: none;
  }
  .card__top {
    padding: 9px 12px;
  }
  .card__no {
    font-size: 13px;
  }
  .card__en {
    font-size: 9px;
    letter-spacing: .08em;
  }
  .card__body {
    padding: 0 12px;
  }
  .card__name {
    font-size: 14.5px;
    margin: 2px 0 0;
  }
  .dial {
    margin: 10px auto 0;
  }
  .dial button {
    padding: 6px 12px;
    font-size: 11px;
  }
  .card--06 .qm {
    font-size: 60px;
  }
  .bonus__list {
    grid-template-columns: 1fr;
  }
  .about__grid {
    grid-template-columns: 1fr;
  }
  .hero__bonus {
    flex-direction: column;
    border-radius: 24px;
    gap: 8px;
    text-align: center;
    padding: 14px 20px;
  }
  .tiles {
    grid-template-columns: 1fr;
  }
  .btn {
    width: 100%;
    padding: 19px 20px;
  }
  .sp {
    display: inline;
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .rv {
    opacity: 1;
    transform: none;
  }
  html {
    scroll-behavior: auto;
  }
}

.bonus__q {
  place-items: center;
  font-family: var(--num);
  font-weight: 700;
  font-size: clamp(58px,8vw,94px);
  color: var(--lav);
  width: clamp(190px,30vw,340px);
  aspect-ratio: 1/1;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: block;
  padding: 0;
}

.bonus__q img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,.22));
}

.bonus .warn {
  margin-top: 20px;
}

@media (max-width:1000px) {
  .pts {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width:620px) {
  .pts {
    grid-template-columns: repeat(2,1fr);
  }
  .pts>:last-child {
    grid-column: 1/-1;
  }
}

/* ==== 共通レイアウト ==== */

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--round);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.9;
  font-feature-settings: "palt";
}

.sec {
  position: relative;
  padding: clamp(64px,9vw,116px) 0;
}

.wrap {
  margin-inline: auto;
  width: min(1040px,88vw);
}

.head {
  text-align: center;
  margin-bottom: clamp(30px,4.2vw,46px);
}

.ttl {
  font-weight: 900;
  margin: 0;
  font-size: clamp(25px,4.4vw,42px);
  line-height: 1.42;
}

.lead {
  margin: 14px auto 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
  max-width: 30em;
}

.kicker {
  display: inline-block;
  font-family: var(--num);
  font-weight: 600;
  color: var(--pink-deep);
  background: var(--pink-pale);
  border-radius: 999px;
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 6px 20px;
}

.hero__bonus {
  margin-top: 18px;
  padding: 12px 24px 12px 12px;
  border-color: #FFD9E7;
  background: #fff;
}

.hero__bonus p {
  margin: 0;
  line-height: 1.5;
  font-size: clamp(14px,1.8vw,17px);
  font-weight: 900;
}

.hero__bonus b {
  font-weight: 900;
  color: var(--pink-deep);
  font-size: 1.12em;
}

.hero__bonus .tag {
  flex: none;
  font-family: var(--num);
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 999px;
  background: var(--pink);
  font-size: 12px;
  padding: 6px 15px;
}

.pt {
  border-radius: 26px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--line);
  padding-inline: 12px;
  padding: 26px 12px 24px;
}

.pt__t {
  font-family: var(--num);
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.1;
  font-size: clamp(24px,3.4vw,34px);
  margin-bottom: 4px;
}

.pt__t .s {
  font-family: var(--round);
  font-weight: 900;
  font-size: .44em;
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
}

.pt__d {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12.5px;
  line-height: 1.6;
}

.undernote {
  margin: 22px auto 0;
  max-width: 34em;
  text-align: center;
  font-size: 13.5px;
  color: var(--ink-soft);
}

.card__desc {
  font-size: 13px;
  line-height: 1.75;
  text-align: center;
  min-height: 2.6em;
}

.compare {
  margin: 22px 0 0;
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.compare__row {
  display: grid;
  grid-template-columns: .42fr 1fr;
  border-top: 1px solid var(--line);
}

.compare__row:first-child {
  border-top: 0;
}

.compare__row--hot {
  background: var(--pink-pale);
}

.compare__k {
  margin: 0;
  padding: 18px 20px;
  font-weight: 900;
  font-size: 13.5px;
  background: var(--cream);
  display: flex;
  align-items: center;
}

.compare__row--hot .compare__k {
  background: #FFE2EE;
  color: var(--pink-deep);
}

.compare__v {
  margin: 0;
  padding: 18px 20px;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.6;
}

.compare__v b {
  color: var(--pink-deep);
  font-size: 1.18em;
}

.bonus p.t {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.95;
  font-size: 15px;
  margin-bottom: 4px;
}

.bonus__list {
  margin-top: 16px;
}

.bonus__item {
  background: #fff;
  border: 2px solid #E4DDFF;
  border-radius: 18px;
  padding: 14px 18px;
}

.bonus__v {
  margin: 0;
  font-weight: 900;
  line-height: 1.6;
  font-size: 14px;
}

.bonus__note {
  margin: 18px 0 0;
  color: var(--ink-soft);
  line-height: 1.85;
  font-size: 12px;
  margin-top: 14px;
}

.flow li {
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 26px;
  text-align: center;
  padding: 26px 22px;
}

.flow h3 {
  font-weight: 900;
  margin: 0 0 8px;
  line-height: 1.5;
  font-size: 16px;
}

.flow p {
  font-size: 13.5px;
  line-height: 1.8;
  text-align: center;
}

.steps__note {
  margin: 26px auto 0;
  max-width: 44em;
  text-align: center;
  background: var(--yellow-pale);
  border: 2px solid var(--yellow);
  border-radius: 999px;
  color: #7A5E06;
  font-weight: 800;
  font-size: 13.5px;
  padding: 13px 24px;
}

.tile {
  background: #fff;
  border: 2px solid #CFEFE4;
  border-radius: 24px;
  padding: 24px 26px;
}

.tile h3 {
  font-weight: 900;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 6px;
}

.tile p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.85;
}

.about .warn {
  margin-top: 0;
}

.warn h3 {
  margin: 0 0 6px;
  font-weight: 900;
  line-height: 1.5;
  font-size: 15.5px;
}

.warn p {
  margin: 0;
  line-height: 1.9;
  color: var(--ink-soft);
  font-size: 13.5px;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  font-weight: 900;
  line-height: 1.7;
  font-size: 15px;
  padding: 20px 46px 20px 54px;
}

.faq .a {
  margin: 0;
  padding: 0 22px 20px 54px;
  color: var(--ink-soft);
  font-size: 13.5px;
  line-height: 1.85;
  padding-bottom: 22px;
}

.notes details {
  max-width: none;
}

.notes summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 13px;
  color: var(--ink-soft);
  border: 2px solid var(--line);
  border-radius: 999px;
  padding: 11px 22px;
}

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

.notes summary::after {
  content: "＋";
  font-family: var(--num);
  font-size: 13px;
}

.notes details[open] summary::after {
  content: "−";
}

.notes li {
  margin-bottom: 4px;
}

@media (max-width:620px) {
  body {
    font-size: 14.5px;
  }
  .card__desc {
    display: none;
  }
  .compare__row {
    grid-template-columns: 1fr;
  }
  .compare__k {
    padding: 14px 18px 4px;
    background: transparent;
  }
  .compare__row--hot .compare__k {
    background: transparent;
  }
  .compare__v {
    padding: 0 18px 16px;
  }
  .pt {
    padding: 20px 10px 18px;
  }
  .pt__t {
    font-size: 22px;
  }
  .pt__d {
    font-size: 11.5px;
  }
  .hero__bonus {
    width: 100%;
  }
}

.compare__k {
  line-height: 1.5;
  font-size: 13px;
}

.compare__row--hot .compare__v b {
  display: block;
  margin-bottom: 2px;
}

.compare__v .sub {
  display: block;
  font-weight: 500;
  font-size: 12.5px;
  color: var(--ink-soft);
  line-height: 1.7;
  margin-top: 6px;
}

.flow--case {
  list-style: none;
  margin: clamp(28px,4vw,42px) 0 0;
  padding: 0;
}

.flow--case li {
  text-align: left;
}

.flow--case .tag {
  display: inline-block;
  font-family: var(--num);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .06em;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  padding: 6px 16px;
  margin: 0 0 14px;
}

.flow--case li:nth-child(2) .tag {
  background: var(--mint);
}

.flow--case li:nth-child(3) .tag {
  background: var(--pink);
}

.flow--case h3 {
  font-size: 16.5px;
  margin: 0 0 8px;
}

.flow--case p {
  text-align: left;
}

.steps .steps__cta {
  margin-top: 0;
}

@media (max-width:900px) {
  .flow--case li {
    text-align: center;
  }
  .flow--case p {
    text-align: center;
  }
}

.infobox {
  margin-top: clamp(16px,2.4vw,22px);
  background: #fff;
  border: 2px solid var(--line);
  border-radius: 24px;
  padding: 24px 28px;
}

.infobox p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--ink);
}

.tm {
  margin: 14px 0 0;
  font-size: 11.5px;
  line-height: 1.8;
  color: var(--ink-soft);
}

.about .lead {
  max-width: 40em;
}

.bar {
  position: sticky;
  top: 29px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px min(4vw,22px);
  background: rgba(255,253,249,.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  gap: 10px;
}

.bar__cta {
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  box-shadow: 0 3px 0 var(--pink-deep);
  white-space: nowrap;
  font-size: 12.5px;
  padding: 11px 18px;
}

@media (max-width:768px) {
  .bar {
    top: 0;
  }
}

@media (max-width:620px) {
  .bar__logo img {
    height: 44px;
  }
  .bar__logo em {
    font-size: 14px;
  }
  .bar__cta {
    font-size: 11px;
    padding: 10px 12px;
  }
}

@media (max-width:400px) {
  .bar__logo em {
    display: none;
  }
}

.faq .a a {
  color: var(--blue);
  font-weight: 800;
}

.faq .a .mini {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.notes__ttl {
  font-weight: 900;
  font-size: 15px;
  margin: 0 0 16px;
}

.notes ul {
  margin: 0;
  padding-left: 1.2em;
  font-size: 12px;
  line-height: 2.05;
  color: var(--ink-soft);
  margin-top: 0;
}

.bonus__exchange {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--ink);
}

.bonus__exchange a {
  color: var(--blue);
  font-weight: 900;
}

.card__top {
  justify-content: flex-start;
}

.counts {
  margin: 0 0 clamp(22px,3vw,30px);
  padding: 18px 24px;
  background: var(--yellow-pale);
  border: 2px solid var(--yellow);
  border-radius: 20px;
  text-align: center;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.85;
}

.counts b {
  font-weight: 900;
  color: var(--pink-deep);
  font-size: 1.1em;
}

.counts .mini {
  display: block;
  margin-top: 4px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--ink-soft);
}

.ar {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(16px,3vw,36px);
  align-items: center;
  margin-top: clamp(24px,3.6vw,40px);
  background: var(--blue-pale);
  border-radius: 26px;
  padding: clamp(24px,3.4vw,38px) clamp(24px,3.4vw,40px);
}

.ar h3 {
  font-weight: 900;
  font-size: clamp(19px,2.8vw,26px);
  margin: 0 0 10px;
  line-height: 1.5;
}

.ar p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.ar .kicker {
  background: var(--blue);
  color: #fff;
  margin-bottom: 12px;
}

.ar__img img {
  width: 100%;
  max-width: 300px;
  margin-inline: auto;
  filter: drop-shadow(0 16px 20px rgba(36,51,80,.16));
}

@media (max-width:760px) {
  .ar {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ar__img {
    order: -1;
  }
  .ar__img img {
    max-width: 210px;
  }
}

.last .thanks {
  max-width: 32em;
  margin: 0 auto 18px;
  font-size: 14px;
  line-height: 2;
  color: var(--ink);
  font-weight: 500;
}

.card__view {
  position: relative;
  aspect-ratio: 1/0.84;
  margin: 12px 0 4px;
}

.card__view img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .35s ease,transform .35s ease;
  transform: scale(1.06);
}

.card.is-iso .card__view img[data-angle="iso"] {
  opacity: 1;
  transform: scale(1.06);
}

.card__view img[data-angle="iso"] {
  opacity: 0;
  transform: scale(1.02);
}

.card.is-iso .card__view img[data-angle="front"] {
  opacity: 0;
  transform: scale(1.02);
}

.card {
  padding-bottom: 18px;
}

@media (max-width:620px) {
  .card__view {
    aspect-ratio: 1/0.9;
  }
  .card__view img {
    transform: none;
  }
}

.hero__bonus .cond {
  display: block;
  margin-top: 3px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-soft);
  line-height: 1.6;
  letter-spacing: 0;
}

@media (max-width:620px) {
  .hero__bonus .cond {
    font-size: 12px;
  }
}

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

@media (max-width:900px) {
  .play .tiles {
    grid-template-columns: 1fr;
  }
}

.hero__sub {
  margin: 14px 0 0;
  margin-top: 10px;
  font-size: clamp(13.5px,1.7vw,15.5px);
  color: var(--ink-soft);
  font-weight: 800;
}

.hero__sub b {
  font-weight: 900;
  color: var(--pink-deep);
}

.hero__grid {
  padding: clamp(32px,4.6vw,58px) 0 clamp(28px,4vw,48px);
}

.hero__h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 .06em;
  margin: 0;
  line-height: 1.05;
  font-weight: 900;
  font-size: clamp(26px,4.3vw,50px);
  color: var(--ink);
}

.hero__h1 .brand {
  margin-right: .22em;
  letter-spacing: .01em;
}

.hero__h1 .five {
  position: relative;
  font-family: var(--num);
  font-weight: 700;
  color: var(--pink);
  font-size: 1.62em;
  line-height: .9;
  padding-right: .02em;
}

.hero__h1 .spark {
  position: absolute;
  right: -.42em;
  top: -.28em;
  width: .62em;
  height: .62em;
  display: block;
}

.hero__h1 .spark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero__h1 .nen {
  font-size: 1em;
}

.hero__copy {
  margin: 10px 0 0;
  font-weight: 900;
  line-height: 1.4;
  font-size: clamp(17px,2.6vw,30px);
  color: var(--ink);
  white-space: nowrap;
}

.hero__copy .box {
  background: var(--yellow);
  border-radius: 10px;
  padding: .04em .2em;
  margin: 0 .04em;
}

.hero__bonus {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: clamp(12px,1.6vw,20px);
  margin: clamp(16px,2.2vw,24px) 0 0;
  padding: clamp(14px,1.8vw,20px) clamp(20px,2.6vw,32px) clamp(14px,1.8vw,20px) clamp(14px,1.8vw,18px);
  background: #fff;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 10px 26px rgba(36,51,80,.10);
  text-align: left;
}

.hero__bonus .gift {
  flex: none;
  width: clamp(52px,6vw,72px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--pink);
  display: grid;
  place-items: center;
}

.hero__bonus .gift svg {
  width: 58%;
  height: 58%;
}

.hero__bonus__txt {
  display: block;
}

.hero__bonus__txt .l1 {
  margin: 0;
  font-weight: 900;
  font-size: clamp(13px,1.6vw,17px);
  color: var(--ink);
  line-height: 1.3;
}

.hero__bonus__txt .l2 {
  margin: 2px 0 0;
  font-weight: 900;
  line-height: 1.15;
  font-size: clamp(16px,2.1vw,24px);
  color: var(--ink);
}

.hero__bonus__txt .l2 b {
  font-family: var(--num);
  font-weight: 700;
  color: var(--pink);
  font-size: 1.5em;
  margin-right: .14em;
  letter-spacing: -.01em;
}

.hero__count {
  margin: clamp(12px,1.6vw,18px) 0 0;
  font-weight: 900;
  color: var(--ink);
  font-size: clamp(15px,1.9vw,21px);
  line-height: 1.4;
}

.hero__count b {
  font-family: var(--num);
  font-weight: 700;
  color: var(--pink);
  font-size: 1.34em;
  margin: 0 .04em;
}

.hero__count i {
  font-style: normal;
  color: var(--pink);
  margin: 0 .4em;
  font-size: .9em;
}

.hero__cond {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: clamp(12px,1.4vw,15px);
  color: var(--ink-soft);
}

.hero__cta {
  margin-top: clamp(16px,2.2vw,24px);
}

.btn--arrow {
  position: relative;
  padding-right: 78px;
}

.btn--arrow .arw {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}

.btn--arrow .arw svg {
  width: 20px;
  height: 20px;
}

@media (max-width:900px) {
  .hero__h1 {
    justify-content: center;
  }
  .hero__bonus {
    margin-inline: auto;
  }
  .hero__count i {
    margin: 0 .3em;
  }
}

@media (max-width:620px) {
  .hero__h1 {
    font-size: 24px;
    gap: 0;
  }
  .hero__h1 .brand {
    margin-right: .16em;
  }
  .hero__copy {
    font-size: 22px;
  }
  .hero__bonus {
    width: 100%;
    justify-content: flex-start;
    padding: 14px 16px;
    border-radius: 22px;
  }
  .btn--arrow {
    padding-right: 20px;
    padding-left: 20px;
  }
  .btn--arrow .arw {
    position: static;
    translate: none;
    width: 26px;
    height: 26px;
    margin-left: 8px;
  }
}

.hero__h1 {
  display: block;
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  font-size: clamp(20px,3.2vw,30px);
  color: var(--ink);
}

.hero__anniv {
  display: flex;
  align-items: flex-end;
  gap: .06em;
  margin: 2px 0 8px;
  line-height: .92;
  font-weight: 900;
  font-size: clamp(50px,10vw,108px);
  color: var(--ink);
  justify-content: flex-start;
}

.hero__anniv .five {
  font-family: var(--num);
  font-weight: 700;
  font-size: 1.5em;
  color: var(--pink);
  line-height: .86;
}

.hero__copy {
  margin: 20px 0 0;
}

.hero__bonus__txt .l3 {
  margin: 4px 0 0;
  font-weight: 800;
  font-size: clamp(12px,1.4vw,14.5px);
  color: var(--ink);
}

.hero__bonus__txt .l4 {
  margin: 2px 0 0;
  font-weight: 700;
  font-size: clamp(11px,1.2vw,12.5px);
  color: var(--ink-soft);
}

@media (max-width:900px) {
  .hero__anniv {
    justify-content: center;
  }
}

@media (max-width:620px) {
  .hero__bonus {
    align-items: flex-start;
    gap: 12px;
    padding: 16px 16px;
  }
  .hero__bonus .gift {
    width: 38px;
    margin-top: 2px;
  }
  .hero__bonus .gift svg {
    width: 62%;
    height: 62%;
  }
}

.hero__bonus .gift--sm {
  display: none;
}

@media (max-width:620px) {
  .hero__bonus {
    align-items: center;
    gap: 0;
    padding: 16px 18px;
  }
  .hero__bonus > .gift {
    display: none;
  }
  .hero__bonus .gift--sm {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pink);
    vertical-align: -6px;
    margin-right: 8px;
    flex: none;
  }
  .hero__bonus .gift--sm svg {
    width: 64%;
    height: 64%;
  }
  .hero__bonus__txt {
    width: 100%;
  }
}

@media (max-width:620px) {
  .hero__bonus {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 18px 14px 14px;
    width: 100%;
    text-align: left;
  }
  .hero__bonus > .gift {
    display: grid;
    width: 46px;
    margin-top: 0;
  }
  .hero__bonus > .gift svg {
    width: 58%;
    height: 58%;
  }
  .hero__bonus .gift--sm {
    display: none;
  }
  .hero__bonus__txt {
    width: auto;
    text-align: left;
  }
  .hero__bonus__txt .l2 {
    font-size: 17px;
  }
  .hero__bonus__txt .l2 b {
    font-size: 1.46em;
  }
  .hero__bonus__txt .l3 {
    font-size: 12.5px;
  }
  .hero__bonus__txt .l4 {
    font-size: 11px;
  }
}

@media (max-width:360px) {
  .hero__bonus {
    gap: 10px;
    padding: 13px 14px;
  }
  .hero__bonus > .gift {
    width: 40px;
  }
  .hero__bonus__txt .l2 {
    font-size: 16px;
  }
}

.card__name {
  margin-bottom: 0;
}
