@charset "UTF-8";
/* CSS Document */ :root {
  --font-jp: "Noto Sans JP";
  --font-en: "Poppins";
  --pink: #ff4f9d;
  --pink-deep: #dd247e;
  --purple: #8b4ff5;
  --purple-deep: #4a176c;
  --gold: #ffd866;
  --ink: #2d1832;
  --muted: #746579;
  --cream: #fff9f4;
  --line: #eadfeb;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-jp), "Yu Gothic", sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(96, 35, 100, .08);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(1240px, calc(100% - 40px));
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  width: 132px;
  flex: 0 0 auto;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: auto;
}
.global-nav a, .login-link {
  font-size: 13px;
  font-weight: 700;
  transition: color .2s;
}
.global-nav a:hover, .login-link:hover {
  color: var(--pink-deep);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.header-cta {
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--pink), var(--purple));
  box-shadow: 0 7px 20px rgba(215, 57, 142, .22);
}
.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(125deg, #4c0a5b, #a31269 54%, #5e1685);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(48, 3, 63, .92) 0%, rgba(75, 5, 79, .72) 39%, rgba(50, 0, 70, .08) 72%), linear-gradient(0deg, rgba(32, 2, 42, .4), transparent 55%), url("../images/gfans-lottery-hero.png") center / cover no-repeat;
  transform: scale(1.02);
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(255, 255, 255, .7) .8px, transparent .8px);
  background-size: 12px 12px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.hero-inner {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  align-items: center;
  gap: 70px;
  padding: 0 0 150px;
}
.hero-copy {
  max-width: 680px;
}
.hero-badges {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.live-badge, .remaining-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 33px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(8px);
}
.live-badge i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffcf55;
  box-shadow: 0 0 0 5px rgba(255, 207, 85, .17);
}
.remaining-badge strong {
  color: var(--gold);
  font-size: 16px;
}
.hero-kicker {
  margin: 0 0 12px;
  color: #ffd3e9;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .26em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 76px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.1;
  text-shadow: 0 7px 28px rgba(32, 0, 41, .36);
    color: #fff;
}
.hero h1 span {
  display: block;
  margin-top: 8px;
  color: var(--gold);
  font-size: .58em;
  letter-spacing: .015em;
}
.hero-lead {
  margin: 25px 0 22px;
  color: rgba(255, 255, 255, .91);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero-points span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  background: rgba(33, 3, 46, .28);
}
.draw-panel {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 26px;
  text-align: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 30px 70px rgba(34, 0, 44, .38);
  backdrop-filter: blur(13px);
}
.draw-panel__label {
  color: var(--purple);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
}
.draw-panel__stock {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 11px 0 2px;
  color: #70566d;
  font-size: 12px;
  font-weight: 700;
}
.draw-panel__stock i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #42c87c;
  box-shadow: 0 0 0 4px rgba(66, 200, 124, .14);
}
.draw-panel__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 17px;
}
.draw-panel__price span {
  font-size: 14px;
  font-weight: 800;
}
.draw-panel__price strong {
  color: var(--pink-deep);
  font-family: var(--font-en);
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.04em;
}
.draw-panel__price small {
  font-size: 14px;
  font-weight: 800;
}
.draw-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 62px 12px 30px;
  overflow: hidden;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .03em;
  background: linear-gradient(110deg, #ff3e8f, #ff6a8b 48%, #8d4df2 85%);
  background-size: 200% 100%;
  box-shadow: 0 12px 27px rgba(224, 42, 131, .28);
  transition: transform .2s, box-shadow .2s;
  animation: button-gradient 3.5s linear infinite;
}
.draw-button::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: inherit;
  pointer-events: none;
}
.draw-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgba(224, 42, 131, .4);
}
.draw-button b {
  position: absolute;
  right: 9px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--pink-deep);
  font-size: 19px;
  background: #fff;
}
.draw-panel__note {
  margin: 12px 0 18px;
  color: #8b7687;
  font-size: 10px;
}
.stock-meter {
  padding: 14px 16px 13px;
  border-radius: 13px;
  background: #f9f2f8;
}
.stock-meter__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  color: #7f6a7e;
  font-size: 10px;
}
.stock-meter__head strong {
  color: var(--pink-deep);
  font-family: var(--font-en);
  font-size: 12px;
}
.stock-meter__bar {
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: #e7dce7;
}
.stock-meter__bar i {
  display: block;
  width: 75%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--purple));
}
.hero-wave {
  position: absolute;
  z-index: 5;
  left: -5%;
  right: -5%;
  bottom: -64px;
  height: 125px;
  border-radius: 50% 50% 0 0;
  background: #fff;
}
.hero-sparkles i {
  position: absolute;
  z-index: 3;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #fff4a7;
  box-shadow: 0 0 13px #fff;
  animation: twinkle 2s ease-in-out infinite alternate;
}
.hero-sparkles i:nth-child(1) {
  left: 6%;
  top: 18%;
}
.hero-sparkles i:nth-child(2) {
  left: 46%;
  top: 14%;
  animation-delay: .4s;
}
.hero-sparkles i:nth-child(3) {
  left: 76%;
  top: 21%;
  animation-delay: .8s;
}
.hero-sparkles i:nth-child(4) {
  left: 53%;
  top: 67%;
  animation-delay: 1.1s;
}
.hero-sparkles i:nth-child(5) {
  left: 90%;
  top: 56%;
  animation-delay: .2s;
}
.hero-sparkles i:nth-child(6) {
  left: 34%;
  top: 81%;
  animation-delay: .7s;
}
.section {
  padding: 110px 0;
}
.section-heading {
  max-width: 700px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-heading__en {
  margin: 0 0 9px;
  color: var(--pink-deep);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -.03em;
}
.section-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
}
.prize-section {
  padding-top: 80px;
  background: #fff;
}
.featured-prize {
  position: relative;
  display: grid;
  grid-template-columns: 126px 300px 1fr;
  align-items: center;
  gap: 34px;
  margin: 0 auto 34px;
  padding: 35px 48px 35px 32px;
  overflow: hidden;
  border: 1px solid #f1dcb5;
  border-radius: 28px;
  background: linear-gradient(120deg, #fffdf3, #fff 48%, #fff6df);
  box-shadow: 0 25px 60px rgba(110, 67, 30, .12);
}
.featured-prize__glow {
  position: absolute;
  right: -8%;
  top: -65%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .65;
  background: radial-gradient(circle, rgba(255, 212, 89, .48), transparent 67%);
}
.featured-prize__rank {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #a66300;
}
.featured-prize__rank small {
  color: #b58642;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.featured-prize__rank strong {
  margin: -8px 0 -14px;
  font-family: Georgia, serif;
  font-size: 104px;
  line-height: 1;
  background: linear-gradient(#fff4a4, #c47700 60%, #fff1a0);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 0 rgba(121, 66, 0, .12));
}
.featured-prize__rank span {
  font-size: 16px;
  font-weight: 900;
}
.featured-prize__image {
  position: relative;
  aspect-ratio: 1;
  padding: 17px;
  border-radius: 23px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(84, 39, 44, .12);
}

.featured-prize__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 14px;
}
.featured-prize__copy {
  position: relative;
}
.featured-prize__tag {
  margin: 0 0 9px;
  color: #c17700;
  font-size: 12px;
  font-weight: 900;
}
.featured-prize__copy h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
    font-weight: bold;
}
.featured-prize__copy > p:not(.featured-prize__tag) {
  margin: 0 0 16px;
  color: #75656c;
  font-size: 13px;
  line-height: 1.8;
}
.limited-chip {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 99px;
  color: #8e5807;
  font-size: 10px;
  font-weight: 900;
  background: #fff0c5;
}
.prize-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.prize-card {
  --rank-color: #8d54f3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(63, 28, 71, .07);
  transition: transform .25s, box-shadow .25s;
}

.prize-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 12px;
}
.prize-card__rank {
  color: var(--rank-color);
  font-size: 13px;
  font-weight: 900;
}
.prize-card__rank b {
  margin-right: 3px;
  font-family: var(--font-en);
  font-size: 35px;
  line-height: 1;
}
.prize-card__badge {
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--rank-color);
  font-size: 9px;
  font-weight: 900;
  background: color-mix(in srgb, var(--rank-color) 10%, #fff);
}
.prize-card__image {
  aspect-ratio: 16 / 11;
  margin-inline: 13px;
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff2f8, #f1eaff);
}
.prize-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.prize-card__body {
  padding: 18px 20px 22px;
}
.prize-card__body h3 {
  margin: 0 0 8px;
  font-size: 17px;
    font-weight: bold;
}
.prize-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}
.prize--a {
  --rank-color: #f04597;
}
.prize--b {
  --rank-color: #7452dc;
}
.prize--c {
  --rank-color: #378bbd;
}
.prize--d {
  --rank-color: #db7b26;
}
.prize--e {
  --rank-color: #687581;
}
.sample-note {
  margin: 22px 0 0;
  color: #9b8c9c;
  font-size: 10px;
}
.about-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(140deg, #43104f, #861260 48%, #5b1885);
}
.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background: radial-gradient(circle at 16% 20%, #ff77b3 0, transparent 23%), radial-gradient(circle at 85% 72%, #b77cff 0, transparent 28%);
}
.about-section .container {
  position: relative;
}
.section-heading--light .section-heading__en {
  color: #ffcde4;
}
.section-heading--light > p:last-child {
  color: rgba(255, 255, 255, .7);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  padding: 34px 30px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(255, 255, 255, .09);
  backdrop-filter: blur(10px);
}
.feature-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 17px;
  color: #5a1a66;
  font-size: 23px;
  background: linear-gradient(145deg, #fff, #ffd1e9);
  box-shadow: 0 9px 28px rgba(32, 0, 41, .18);
}
.feature-card > span {
  color: #ffbddd;
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.feature-card h3 {
  margin: 7px 0 10px;
  font-size: 20px;
}
.feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.85;
}
.howto-section {
  background: var(--cream);
}
.step-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}
.step-list li {
  position: relative;
  padding: 35px 28px 30px;
  border: 1px solid #eddfea;
  border-radius: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 12px 30px rgba(87, 47, 81, .06);
}
.step-list li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  right: -24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid #eddfea;
  border-radius: 50%;
  color: var(--pink-deep);
  font-size: 18px;
  background: #fff;
  transform: translateY(-50%);
}
.step-list__number {
  position: absolute;
  left: 20px;
  top: 17px;
  color: #e7d9e4;
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 900;
}
.step-list__icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  font-size: 27px;
  background: linear-gradient(145deg, var(--pink), var(--purple));
  box-shadow: 0 10px 23px rgba(204, 57, 144, .22);
}
.step-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
    font-weight: bold;
}
.step-list p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
}
.closing-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(140deg, #ff4c9a, #9c3df2 58%, #5e1c94);
}
.closing-section::before, .closing-section::after {
  content: "";
  position: absolute;
  width: 460px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .35;
  filter: blur(4px);
  background: radial-gradient(circle, #ffd766, transparent 65%);
}
.closing-section::before {
  left: -190px;
  top: -230px;
}
.closing-section::after {
  right: -210px;
  bottom: -250px;
}
.closing-section__inner {
  position: relative;
  z-index: 2;
}
.closing-section__sparkles {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
  color: #ffe88b;
  font-size: 22px;
  letter-spacing: .55em;
}
.closing-section__inner > p {
  margin: 0 0 10px;
  color: #ffe2f1;
  font-size: 13px;
  font-weight: 800;
}
.closing-section h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.45;
    color: #fff;
    font-weight: bold;
}
.closing-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 20px;
}
.closing-price span {
  font-size: 16px;
  font-weight: 900;
}
.closing-price strong {
  color: var(--gold);
  font-family: var(--font-en);
  font-size: 55px;
  line-height: 1;
}
.closing-price small {
  font-size: 16px;
  font-weight: 900;
}
.draw-button--large {
  width: min(100%, 390px);
  margin: 0 auto;
  background: linear-gradient(100deg, #ffbd35, #ff4a8f 42%, #6423c1);
  box-shadow: 0 16px 35px rgba(52, 0, 74, .28);
}
.closing-stock {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
  font-weight: 800;
}
.notes-section {
  padding: 65px 0;
  background: #fff;
}
.notes-box {
  padding: 30px 36px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbf9fb;
}
.notes-box h2 {
  margin: 0 0 13px;
  font-size: 15px;
}
.notes-box ul {
  margin: 0;
  padding-left: 1.3em;
  color: #7c6e7e;
  font-size: 11px;
  line-height: 1.9;
}
.site-footer {
  padding: 45px 0 50px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer-inner {
  display: grid;
  grid-template-columns: 125px 1fr auto;
  align-items: center;
  gap: 40px;
}
.footer-inner nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-inner nav a {
  color: #77697b;
  font-size: 10px;
}
.footer-inner small {
  color: #a99dac;
  font-family: var(--font-en);
  font-size: 9px;
}
.mobile-draw-bar {
  display: none;
}
.lottely_table{
    font-size: 80%;
    
}
.lottely_table th{
    white-space: nowrap;
    color: #5e556a !important;
}
.lottely_table td{
    color: #5e556a !important;
}
@keyframes button-gradient {
  to {
    background-position: -200% 0;
  }
}
@keyframes twinkle {
  to {
    opacity: .2;
    transform: scale(.4) rotate(45deg);
  }
}
@media (max-width: 900px) {
  .global-nav {
    display: none;
  }
  .header-inner {
    height: 68px;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero {
    min-height: auto;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 0 0 120px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .draw-panel {
    width: min(100%, 430px);
  }
  .featured-prize {
    grid-template-columns: 95px 240px 1fr;
    gap: 22px;
    padding: 28px;
  }
  .featured-prize__rank strong {
    font-size: 78px;
  }
  .prize-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 28px, 560px);
  }
  .site-header {
    position: relative;
  }
  .header-inner {
    width: calc(100% - 28px);
    height: 62px;
  }
  .brand {
    width: 108px;
  }
  .login-link {
    display: none;
  }
  .header-cta {
    padding: 9px 15px;
    font-size: 11px;
  }
  .hero {
    min-height: 760px;
    align-items: end;
  }
  .hero-bg {
    background: linear-gradient(0deg, rgba(51, 3, 65, .97) 0, rgba(68, 4, 73, .68) 54%, rgba(49, 0, 65, .12) 100%), url("../images//gfans-lottery-hero.png") 66% top / auto 61% no-repeat;
  }
  .hero-inner {
    gap: 25px;
    padding: 0 0 105px;
  }
  .hero-badges {
    margin-bottom: 16px;
  }
  .hero-kicker {
    font-size: 9px;
  }
  .hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }
  .hero h1 span {
    margin-top: 5px;
    font-size: .54em;
  }
  .hero-lead {
    margin: 16px 0;
    font-size: 13px;
    line-height: 1.75;
  }
  .hero-points {
    gap: 5px;
  }
  .hero-points span {
    padding: 6px 9px;
    font-size: 9px;
  }
  .draw-panel {
    width: 100%;
    padding: 21px;
    border-radius: 21px;
  }
  .draw-panel__price strong {
    font-size: 42px;
  }
  .draw-button {
    min-height: 58px;
    font-size: 14px;
  }
  .hero-wave {
    bottom: -42px;
    height: 82px;
  }
  .section {
    padding: 82px 0;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading > p:last-child {
    font-size: 12px;
  }
  .featured-prize {
    grid-template-columns: 72px 1fr;
    padding: 20px;
    gap: 16px;
  }
  .featured-prize__rank strong {
    font-size: 62px;
  }
  .featured-prize__image {
    padding: 10px;
  }
  .featured-prize__copy {
    grid-column: 1 / -1;
    padding-top: 4px;
    text-align: center;
  }
  .featured-prize__copy h3 {
    font-size: 24px;
  }
  .prize-grid {
    grid-template-columns: 1fr;
  }
  .prize-card {
    display: grid;
    grid-template-columns: 42% 1fr;
  }
  .prize-card__top {
    grid-column: 1 / -1;
    padding: 12px 15px 8px;
  }
  .prize-card__rank b {
    font-size: 29px;
  }
  .prize-card__image {
    margin: 0 0 13px 13px;
    aspect-ratio: 1;
  }
  .prize-card__body {
    padding: 14px 15px;
    align-self: center;
  }
  .prize-card__body h3 {
    font-size: 15px;
  }
  .feature-grid, .step-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature-card {
    padding: 26px 24px;
  }
  .step-list li:not(:last-child)::after {
    content: "↓";
    right: 50%;
    top: auto;
    bottom: -28px;
    transform: translateX(50%);
  }
  .closing-section {
    padding: 82px 0;
  }
  .closing-section h2 {
    font-size: 29px;
  }
  .notes-section {
    padding-bottom: 105px;
  }
  .notes-box {
    padding: 24px 20px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 25px;
    padding-bottom: 65px;
  }
  .footer-inner img {
    width: 120px;
  }
  .footer-inner nav {
    gap: 15px 20px;
  }
  .mobile-draw-bar {
    position: fixed;
    z-index: 60;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px;
    padding: 9px 9px 9px 18px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 18px;
    color: #fff;
    background: rgba(51, 12, 58, .92);
    box-shadow: 0 13px 34px rgba(37, 0, 40, .34);
    backdrop-filter: blur(12px);
  }
  .mobile-draw-bar > div {
    display: flex;
    flex-direction: column;
  }
  .mobile-draw-bar span {
    font-size: 8px;
  }
  .mobile-draw-bar strong {
    color: var(--gold);
    font-family: var(--font-en);
    font-size: 18px;
  }
  .mobile-draw-bar a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(110deg, var(--pink), var(--purple));
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}