@charset "UTF-8";

/* ═══════════════════════════════
   RESET & BASE
═══════════════════════════════ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

/* ═══════════════════════════════
   CAMPAIGN CLOSED / NOT STARTED
═══════════════════════════════ */
.campaign-closed {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 28px;
  background: #03001e;
}

.campaign-closed p {
  font-family: serif;
  font-size: 1.2rem;
  color: rgba(220, 225, 248, 0.7);
  line-height: 2;
}

/* ═══════════════════════════════
   LAYOUT CONTAINERS
═══════════════════════════════ */
.lp_container {
  width: 100%;
}

.lp_container-inner {
  max-width: 500px;
  margin: 0 auto;
}

.container {
  padding: 35px 35px 100px 35px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  position: relative;
  background-image: url(../../../../images/campaign/anniversary/shootingstar/frame_u.png),
    url(../../../../images/campaign/anniversary/shootingstar/frame_un.png),
    url(../../../../images/campaign/anniversary/shootingstar/frame_c.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, center top;
  background-size: 100% auto, 100% auto, 100% auto;
  animation: containerFadeIn 2s ease-out forwards;
}

h1 {
  opacity: 0;
  margin-bottom: 15px;
  animation: titleFadeIn 2.5s ease-out 0.5s forwards;
}

h2.title-gold,
 h2.title-gold span {
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══════════════════════════════
   NIGHT SKY CANVAS & BACKGROUND
═══════════════════════════════ */
#skyCanvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.atmos {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 55% at 30% 10%, rgba(30, 10, 100, 0.5) 0%, transparent 60%),
    radial-gradient(ellipse 80% 45% at 80% 25%, rgba(5, 30, 90, 0.35) 0%, transparent 55%);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}

.stars {
  position: relative;
  width: 100%;
  background: linear-gradient(
    170deg,
    #03001e 0%,
    #07023a 20%,
    #0b0a52 38%,
    #0d1560 52%,
    #0b0a52 68%,
    #07023a 85%,
    #03001e 100%
  );
  overflow: hidden;
}

.star {
  position: absolute;
  display: block;
  background-color: var(--white);
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* ═══════════════════════════════
   METEOR CLICK LAYER
═══════════════════════════════ */
#meteorLayer {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* ═══════════════════════════════
   PAGE CONTENT
═══════════════════════════════ */
.page {
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.page a,
.page button,
.page .interactive {
  pointer-events: auto;
}

/* ── HERO SECTION ── */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-tag {
  font-family: var(--fa-mincho);
  font-style: italic;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  animation: riseFade 1s 0.2s ease forwards;
}

.login-notice-tag {
  font-family: var(--fa-mincho);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.hero-title {
  color: var(--white);
  font-family: var(--fa-mincho);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  opacity: 0;
  animation: riseFade 1.1s 0.4s ease forwards;
}

.hero-title .accent {
  display: block;
  font-family: var(--fa-mincho);
  font-style: italic;
  font-weight: 300;
  font-size: 0.7em;
  letter-spacing: 0.05em;
  background: linear-gradient(110deg, #c8a84a 0%, #f0d878 45%, #e0b84a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}

.hero-rule {
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(180, 190, 230, 0.3), transparent);
  margin: 0 auto 28px;
  opacity: 0;
  animation: riseFade 1s 0.55s ease forwards;
}

.hero-lead {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  color: rgba(220, 225, 248, 0.8);
  opacity: 0;
  animation: riseFade 1s 0.7s ease forwards;
}

.hero-lead strong {
  color: rgba(240, 216, 120, 0.8);
  font-weight: 400;
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  margin: 20px 0;
  background: linear-gradient(135deg, rgba(200, 168, 74, 0.3) 0%, rgba(240, 216, 120, 0.25) 100%);
  border: solid 2px rgba(200, 168, 74, 0.8);
  border-radius: 25px;
  font-family: var(--fa-mincho);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-clip: padding-box;
  box-shadow: 0 0 20px rgba(200, 168, 74, 0.4), 0 0 40px rgba(200, 168, 74, 0.2);
  opacity: 0;
  animation: riseFade 1s 0.8s ease forwards;
}

.hero-badge-text {
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 10px rgba(200, 168, 74, 0.5);
}

/* ═══════════════════════════════
   METEOR ELEMENTS
═══════════════════════════════ */
.meteor-el {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  transition: transform 0.1s ease;
}

.meteor-el:active {
  transform: scale(1.3) !important;
}

.meteor-body {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.meteor-head {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #fff 0%,
    rgba(240, 216, 120, 0.9) 40%,
    rgba(240, 216, 120, 0) 100%
  );
  box-shadow: 0 0 10px 4px rgba(240, 216, 120, 0.7),
    0 0 22px 8px rgba(240, 216, 120, 0.3);
  animation: headGlow 0.6s ease-in-out infinite alternate;
}

.meteor-tail {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5px;
  border-radius: 2px;
  background: linear-gradient(
    to left,
    rgba(240, 216, 120, 0.7),
    rgba(160, 200, 255, 0.3),
    transparent
  );
}

.expiration {
    color: var(--raspberry);
    font-family: var(--fa_hiragino-maru-gothic);
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    background-color: var(--white);
    text-shadow: none;
    margin: 25px 0;
    padding: 10px 15px;
    border-radius: 50px;
}

.expiration p::before {
  display: inline-block;
  content: url(../../../../images/cmn_icon_dia.svg);
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  right: 3px;
}

.expiration p::after {
  display: inline-block;
  content: url(../../../../images/cmn_icon_dia.svg);
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  right: -4px;
}

.instructions {
  color: var(--white);
}

.instructions_period {
  width: 90%;
  margin: 0 auto;
}

.instructions_grade > p,
.hero > p {
  color: rgba(220, 225, 248, 0.8);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.box {
  margin: 10px 5px;
  padding: 10px 20px;
  border: solid 1px rgba(200, 168, 74, 0.5);
  outline: solid 2px rgba(200, 168, 74, 0.5);
  outline-offset: 1px;
  border-radius: 5px;
  color: var(--white);
}

.box p {
  color: rgba(220, 225, 248, 0.8);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

/* ═══════════════════════════════
   COUPON LINK
═══════════════════════════════ */
a.coupon-link {
  color: rgba(220, 225, 248, 0.8);
  text-decoration: underline;
}

.cmt {
  text-align: left;
  width: 95%;
  margin: 0 auto;
}

/* ═══════════════════════════════
   GRADE TABLE
═══════════════════════════════ */
.grade-table-wrapper {
  margin: 15px 5px;
  overflow-x: auto;
  border: solid 1px rgba(200, 168, 74, 0.5);
  border-radius: 5px;
}

.grade-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.grade-table thead {
  background: linear-gradient(135deg, rgba(90, 74, 142, 0.4) 0%, rgba(74, 58, 126, 0.4) 100%);
}

.grade-table th {
  padding: 12px 10px;
  font-family: var(--fa-mincho);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border-bottom: 1px solid rgba(200, 168, 74, 0.3);
}

.grade-table tbody tr {
  border-bottom: 1px solid rgba(200, 168, 74, 0.2);
  transition: background-color 0.3s ease;
}

.grade-table tbody tr:last-child {
  border-bottom: none;
}

.grade-table tbody tr:hover {
  background: rgba(200, 168, 74, 0.1);
}

.grade-table tbody tr.grade-special {
  background: linear-gradient(135deg, rgba(200, 168, 74, 0.15) 0%, rgba(240, 216, 120, 0.1) 100%);
}

.grade-table tbody tr.grade-special:hover {
  background: linear-gradient(135deg, rgba(200, 168, 74, 0.25) 0%, rgba(240, 216, 120, 0.2) 100%);
}

.grade-table td {
  padding: 12px 10px;
  font-size: 1.3rem;
  text-align: center;
  color: rgba(220, 225, 248, 0.9);
  letter-spacing: 0.05em;
}

.grade-table td.discount {
  font-family: var(--fa-mincho);
  font-weight: 700;
  font-size: 1.4rem;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══════════════════════════════
   CATCH FLASH
═══════════════════════════════ */
.catch-flash {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: radial-gradient(
    circle at var(--cx, 50%) var(--cy, 50%),
    rgba(255, 240, 160, 0.28) 0%,
    transparent 55%
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.08s ease;
}

.catch-flash.lit {
  opacity: 1;
}

/* ═══════════════════════════════
   STARDUST PARTICLES
═══════════════════════════════ */
.sdust {
  position: fixed;
  pointer-events: none;
  z-index: 190;
  animation: sdustFly var(--dur, 1.2s) ease-out forwards;
}

/* ═══════════════════════════════
   MODAL
═══════════════════════════════ */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 8, 0.5);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal {
  background:
    radial-gradient(ellipse at 30% 10%, rgba(28, 22, 90, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse at 70% 90%, rgba(20, 14, 70, 0.45) 0%, transparent 55%),
    linear-gradient(175deg, #0a0a20 0%, #060612 100%);
  border: 1px solid rgba(220, 225, 248, 0.5);
  border-radius: 12px;
  max-width: 480px;
 width: 100%;
  padding: 10px;
  text-align: center;
  position: relative;
 overflow: hidden;
  transform: scale(0.88) translateY(28px);
  transition: transform 0.55s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 0 120px rgba(16, 12, 60, 0.7), 0 0 0 1px rgba(180, 200, 255, 0.08);
}

.modal-inner {
  background-image: url(../../../../images/campaign/anniversary/shootingstar/frame_u.svg), url(../../../../images/campaign/anniversary/shootingstar/frame_un.svg);
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain;
}

.modal-overlay.open .modal { transform: scale(1) translateY(0); }

/* Decorative light trails */
.modal::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(240, 216, 120, 0.15), transparent);
  top: 52px;
  left: -30px;
  transform: rotate(-18deg);
  pointer-events: none;
}

.modal::after {
  content: '';
  position: absolute;
  width: 160px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(160, 180, 255, 0.1), transparent);
  bottom: 68px;
  right: -10px;
  transform: rotate(-15deg);
  pointer-events: none;
}

/* Close (×) button */
.modal-x {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  color: rgba(160, 180, 230, 0.3);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.modal-x:hover {
  color: rgba(160, 180, 230, 0.7);
}

/* Star icon animation */
.modal-star-icon {
  font-size: 4rem;
  display: block;
  filter: drop-shadow(0 0 24px rgba(240, 216, 120, 0.55));
  animation: starCaught 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.modal-caught {
  font-family: var(--fa-mincho);
  font-weight: 200;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

/* Coupon image area */
.coupon-img-wrap {
  margin: 0 auto 24px;
  width: 260px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(240, 216, 120, 0.1);
  background: linear-gradient(145deg, #12123a, #0a0a20);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: couponReveal 0.6s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

.coupon-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fallback when no real image: styled coupon card */
.coupon-card-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(135deg, #1a1860 0%, #0e0e38 100%);
}

.coupon-card-fallback .c-pct {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
  background: linear-gradient(130deg, #c8a84a 0%, #f0d878 50%, #e0b840 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.coupon-card-fallback .c-off {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(240, 200, 74, 0.55);
  margin-top: 2px;
}

.coupon-card-fallback .c-stars {
  position: absolute;
  font-size: 0.6rem;
  color: rgba(240, 216, 120, 0.2);
  letter-spacing: 0.2em;
  top: 8px;
  left: 10px;
}

.modal-msg {
  font-family: var(--fa-mincho);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: linear-gradient(110deg, #c8a84a 10%, #f0d878 50%, #e0b84a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.modal-sub {
  font-size: 1.2rem;
  color: rgba(220, 225, 248, 0.8);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.modal-cta {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 10px 15px;
  background: linear-gradient(135deg, #262490 0%, #181670 50%, #0e0e4a 100%);
  border: 1px solid rgba(160, 180, 255, 0.25);
  border-radius: 50px;
  color: rgba(220, 225, 248, 0.9);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.modal-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(160, 200, 255, 0.08) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.modal-cta:hover::before {
  opacity: 1;
}

.modal-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(22, 20, 80, 0.6);
}

.modal-close-lnk {
  margin: 10px 0;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: var(--white);
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}

.modal-close-lnk:hover {
  color: rgba(160, 180, 230, 0.55);
}

/* ═══════════════════════════════
   SCROLL SECTIONS
═══════════════════════════════ */
.scroll-sections {
  position: relative;
  z-index: 3;
  margin-top: -1px;
}

.section {
  padding: 100px 28px;
  max-width: 1060px;
  margin: 0 auto;
}

.section-head {
  text-align: center;
  margin-bottom: 52px;
}

.sec-kicker {
  font-family: 'Raleway', sans-serif;
  font-weight: 200;
  font-size: 0.6rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(160, 180, 240, 0.35);
  margin-bottom: 14px;
}

.sec-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 16px;
}

.sec-rule {
  width: 60px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(160, 180, 240, 0.3),
    transparent
  );
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 16px;
}

.feat {
  border: 1px solid rgba(100, 120, 200, 0.1);
  border-radius: 6px;
  padding: 30px 24px;
  background: rgba(255, 255, 255, 0.016);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.feat::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(180, 200, 255, 0.3),
    transparent
  );
  opacity: 0;
  transition: opacity 0.4s;
}

.feat:hover {
  border-color: rgba(100, 120, 200, 0.25);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-3px);
}

.feat:hover::after {
  opacity: 1;
}

.feat-icon {
  font-size: 1.8rem;
  margin-bottom: 14px;
  display: block;
}

.feat-ttl {
  font-family: 'Shippori Mincho', serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(240, 220, 160, 0.85);
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

.feat-txt {
  font-size: 0.78rem;
  line-height: 2.2;
  color: rgba(220, 225, 248, 0.42);
}

.readers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.reader {
  border: 1px solid rgba(100, 120, 200, 0.09);
  border-radius: 6px;
  padding: 26px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.014);
  transition: all 0.35s ease;
}

.reader:hover {
  border-color: rgba(100, 120, 200, 0.25);
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.025);
}

.reader-av {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(100, 120, 200, 0.2);
  background: linear-gradient(145deg, #0a0a22, #14143a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 12px;
}

.reader-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(240, 220, 160, 0.8);
  margin-bottom: 4px;
}

.reader-spec {
  font-size: 0.65rem;
  color: rgba(160, 180, 230, 0.38);
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.reader-stars {
  color: #f0d060;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
}

.reader-cnt {
  font-size: 0.6rem;
  color: rgba(240, 200, 74, 0.35);
  margin-top: 4px;
}

.voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
  gap: 14px;
}

.voice {
  border: 1px solid rgba(100, 120, 200, 0.09);
  border-radius: 6px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.014);
  position: relative;
}

.voice::before {
  content: '❝';
  position: absolute;
  top: 12px;
  left: 14px;
  font-size: 2rem;
  color: rgba(100, 120, 200, 0.12);
  font-family: serif;
  line-height: 1;
}

.voice-txt {
  font-size: 0.78rem;
  line-height: 2.2;
  color: rgba(220, 225, 248, 0.52);
  padding-top: 16px;
  margin-bottom: 14px;
}

.voice-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.voice-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0a0a22, #181848);
  border: 1px solid rgba(100, 120, 200, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.voice-name {
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(240, 220, 160, 0.75);
  letter-spacing: 0.04em;
}

.voice-meta {
  font-size: 0.62rem;
  color: rgba(160, 180, 230, 0.35);
  margin-top: 2px;
}

/* ── Scroll reveal ── */
.rev {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.85s ease, transform 0.85s ease;
}

.rev.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════
   FOOTER CONTAINER
═══════════════════════════════ */
.footer_container {
  margin: 0;
}

.footer_content-recommend {
  text-align: center;
}

.footer_content-recommend .result-table-inner {
  margin-top: 35px;
  padding: 15px;
}

.footer_content-recommend .coinget-btn {
  margin-top: 10px;
}

.footer_content-recommend .thumbnail {
  position: relative;
  margin-bottom: 20px;
}

.footer_content-recommend .flame_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 1;
}

.footer_content-recommend .user_photo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--white);
}

.footer_content-recommend .prof-more {
  margin-bottom: 25px;
}

.footer_content-recommend .prof-more ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_content-recommend .prof-more ul li {
  flex-grow: 1;
  width: 50%;
  height: 265px;
  box-sizing: border-box;
  align-items: center;
  padding: 15px 0;
  position: relative;
}

.footer_content-recommend .prof-more ul li #btn_area_card {
  top: 80%;
}

.footer_content-recommend
  .prof-more
  ul
  li
  #btn_area_card
  div.btn_status
  a::before {
  background: none;
}

.footer_content-recommend .prof-more .price_tel {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.footer_content-recommend .prof-more .price_tel p::before {
  display: inline-block;
  content: url(../../../../images/cmn_icon_phone_square.svg);
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  margin: 0 5px 0 0;
}

.footer_content-recommend .prof-more .user_name {
  font-family: var(--fa-mincho);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 0.9;
  margin: 12px 0 5px;
}

.footer_content-recommend .prof-more .btn_prof {
  font-family: var(--fa_hiragino-maru-gothic);
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
  color: var(--white);
  background: var(--gradient-status-call);
  outline: solid 1px var(--gold);
  padding: 5px;
  border-radius: 20px;
  margin: 10px auto;
  width: 85%;
}

.footer_content-recommend .prof-more a:link,
.footer_content-recommend .prof-more a:visited,
.footer_content-recommend .prof-more a:hover,
.footer_content-recommend .prof-more a:active {
  color: var(--white);
  text-decoration: none;
}

.footer_container .footer_content-banner {
  margin-bottom: 15px;
}

.footer_container .footer_content-category .section__category {
  padding: 0;
}

/* ═══════════════════════════════
   STATE NOTICE
   未ログイン・クーポン所持上限時の通知
═══════════════════════════════ */
.state-notice {
  margin: 30px auto;
  pointer-events: auto;
}

.state-notice-inner {
  gap: 14px;
  padding: 10px;
  text-align: center;
}

.state-notice-icon {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 8px;
}

.state-notice-txt {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--fa-mincho);
  color: var(--white);
  line-height: 1.8;
}

.state-notice-txt span {
  display: block;
  font-size: 1.4rem;
  color: rgba(160, 180, 230, 0.5);
  margin-top: 6px;
}

.login-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 24px;
  background: linear-gradient(135deg, #262490 0%, #181670 50%, #0e0e4a 100%);
  border: 1px solid rgba(160, 180, 255, 0.3);
  border-radius: 50px;
  color: rgba(220, 225, 248, 0.9);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(22, 20, 80, 0.6);
}

/* ═══════════════════════════════
   TAP PROMPT
   クーポン抽選可能時のタップ誘導
═══════════════════════════════ */
.tap-prompt {
  margin: 30px;
  text-align: center;
}

.tap-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.tap-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(240, 216, 120, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: headGlow 1.2s ease-in-out infinite alternate;
}

.tap-ring-icon {
  font-size: 2.2rem;
}

.tap-label {
  display: block;
  font-family: var(--fa-mincho);
  font-style: italic;
  font-weight: 300;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  background: linear-gradient(110deg, #c8a84a 0%, #f0d878 45%, #e0b84a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 15px;
}

/* ═══════════════════════════════
   ANIMATIONS
═══════════════════════════════ */
@keyframes containerFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes riseFade {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headGlow {
  from {
    box-shadow: 0 0 8px 3px rgba(240, 216, 120, 0.6),
      0 0 18px 6px rgba(240, 216, 120, 0.25);
  }

  to {
    box-shadow: 0 0 14px 6px rgba(240, 216, 120, 0.9),
      0 0 30px 12px rgba(240, 216, 120, 0.4);
  }
}

@keyframes sdustFly {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translate(var(--dx), var(--dy)) scale(0) rotate(var(--dr));
  }
}

@keyframes starCaught {
  0% {
    transform: scale(0) rotate(-200deg);
    opacity: 0;
  }

  70% {
    transform: scale(1.25) rotate(15deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes couponReveal {
  0% {
    opacity: 0;
    transform: scale(0.8) rotateX(20deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotateX(0deg);
  }
}

@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}
