

:root {
  
  --page-w: 390px;
  
  --content-max: 1200px;

  --bg-base:        linear-gradient(180deg, #FBF3E0 0%, #FFF9EF 100%);
  --bg-sky-a:       #3DAEEC;
  --bg-sky-b:       #7ECEF4;
  --bg-sky-c:       #3DAEEC;
  --bg-sky-d:       #1373D6;

  --bg-cream:       #FFF9EF;
  --bg-cream-2:     #FFF9EF;
  --bg-cream-3:     #FBF3E0;
  --border-cream:   #fff0d9;
  --border-dashed:  #ffdca4;
  --border-dashed-2:#efc2c2;
  --border-dashed-3:#f2e2e2;

  --text-dark:      #3A3A4A;
  --text-muted:     #54627E;
  --text-pink-deep: #C21F49;
  --text-pink:      #FF5A7A;
  --text-pink-soft: #FF8FC7;
  --text-brown:     #8e6d6d;

  --brand-cyan:     #3DAEEC;
  --brand-cyan-d:   #1373D6;
  --brand-orange:   #FFA726;
  --brand-blue:     #1373D6;

  --acc-yellow:     #FFCC66;
  --acc-yellow-hi:  #FFCC66;
  --acc-orange:     #FFCC66;
  --acc-cyan-soft:  #EAF6FC;
  --acc-green-soft: #C5E1A5;
  --acc-mint:       #8BC34A;
  --acc-mint-2:     #7CB342;
  --acc-mint-bg:    #E8F5E1;
  --acc-mint-bg-2:  #E8F5E1;
  --acc-mint-bg-3:  #C5E1A5;
  --acc-yellow-d:   #FFA726;
  --acc-blue-soft:  #78D2F5;
  --acc-blue-soft-2:#4EC3F0;
  --acc-pink-grad-a:#FF8FC7;
  --acc-pink-grad-b:#FF5A7A;

  --sh-card:    0 10px 7.5px rgba(0,0,0,.10), 0 4px 3px rgba(0,0,0,.10);
  --sh-card-l:  0 20px 12.5px rgba(0,0,0,.10), 0 8px 5px rgba(0,0,0,.10);
  --sh-card-s:  0 4px 6px -1px rgba(0,0,0,.10), 0 2px 4px -2px rgba(0,0,0,.10);
  --sh-card-xs: 0 4px 3px rgba(0,0,0,.10), 0 2px 2px rgba(0,0,0,.10);
  --sh-card-pop:0 1px 4px rgba(0,0,0,.10), 2px 6px 4px rgba(0,0,0,.10);
  --sh-cyan-text: 0 0 14.4px #00f6ff;

  --ff-sans: "M PLUS Rounded 1c", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif;
  --ff-jp:   "M PLUS Rounded 1c", "Hiragino Sans", "Noto Sans JP", sans-serif;

  --dk-bg-void:      #0D0A18;  
  --dk-bg-nebula-1:  #1A1030;  
  --dk-bg-nebula-2:  #2E1854;  
  --dk-purple:       #4A2A7A;  
  --dk-purple-glow:  #9B6BFF;  
  --dk-gold:         #D4AF6A;  
  --dk-gold-bright:  #F4D98A;  
  --dk-card-bg:      #1E1533;  
  --dk-border-gold:  #C9A227;  
  --dk-text-light:   #F5F0E6;  
  --dk-text-muted:   #B8AED6;  
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; }
body {
  font-family: var(--ff-sans);
  color: var(--text-dark);
  
  background: #1f2937;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }

.app {
  width: 100%;
  max-width: var(--page-w);
  margin: 0 auto;
  background: var(--bg-base);
  overflow: hidden;
  
  box-shadow: 0 4px .5px rgba(0,0,0,.10), 0 4px 2px rgba(0,0,0,.10);
  transform-origin: top left;
}
@media (min-width: 768px) {
  
  .app { max-width: 1200px; }
}
.app__inner {
  position: relative;
  width: 100%;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  
  background: var(--bg-base);
}

.app__inner > section + section {
  margin-top: -1px;
}

.section-pad { padding: 0 20px; }

.wireframe-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 107, 255, .10);
  border: 2px dashed var(--dk-gold, #D4AF6A);
  box-sizing: border-box;
  overflow: hidden;
}
.wireframe-fill::before {
  content: attr(data-label);
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  color: var(--dk-text-muted, #B8AED6);
  text-align: center;
  padding: 4px 8px;
}

.sec-feature .heading__vine,
.sec-feature .heading__deco-tr,
.sec-feature .card-cream__deco-bl,
.sec-feature .tsuta,
.sec-hero__fade {
  display: none;
}

.sec-hero {
  position: relative;
  width: var(--page-w);
  height: 864px;
  overflow: hidden;
  background: var(--dk-bg-void);
}

.sec-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
    rgba(13, 10, 24, .90) 0%,
    rgba(26, 16, 48, .80) 45%,
    rgba(46, 24, 84, .88) 100%);
}

.sec-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.sec-hero__header {
  position: fixed;
  right: max(13px, (var(--vw-safe, 100vw) - var(--content-max)) / 2 + 13px);
  top: 12px;
  width: 40px;
  height: 40px;
  max-width: none;
  display: block;
  object-fit: contain;
  pointer-events: none;
  z-index: 9999;
}

.menu-trigger {
  position: fixed;
  right: max(13px, (var(--vw-safe, 100vw) - var(--content-max)) / 2 + 13px);
  top: 12px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 10000;   
}

.menu-drawer {
  position: fixed;
  top: 0;
  right: max(0px, (var(--vw-safe, 100vw) - var(--content-max)) / 2);
  width: 100%;
  max-width: var(--content-max);
  height: 100vh;
  height: 100dvh;
  
  background: linear-gradient(to bottom, var(--dk-bg-nebula-1) 0%, var(--dk-bg-void) 100%);
  border-top: 3px solid var(--dk-border-gold);
  padding: 64px 28px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s ease;
  visibility: hidden;
  z-index: 10001;
  overflow-y: auto;
}
.menu-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

.menu-drawer__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: transparent;
  border: 0;
  padding: 0;
  color: var(--dk-text-light);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-drawer__label {
  margin: 8px 0 18px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--dk-gold-bright);
}

.menu-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .20);
}
.menu-drawer__list li {
  border-bottom: 1px solid rgba(255, 255, 255, .20);
}

.menu-drawer__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 4px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 15px;
  color: var(--dk-text-light);
  text-decoration: none;
}
.menu-drawer__item::after {
  content: "›";
  margin-left: 12px;
  color: var(--dk-text-muted);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.menu-drawer__copyright {
  margin-top: auto;
  padding-top: 24px;
  font-family: var(--ff-sans);
  font-size: 11px;
  color: var(--dk-text-muted);
}

.sec-hero__characters {
  position: absolute;
  left: -68px;
  top: -30px;
  width: 542px;
  height: 397px;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
  z-index: 1;
}

.sec-hero__bottom-deco {
  position: absolute;
  left: 0;
  top: 652px;
  width: var(--page-w);
  height: 212px;
  object-fit: cover;
  pointer-events: none;
  z-index: 2;
}

.sec-hero__fade {
  position: absolute;
  left: 0;
  top: 314px;
  width: var(--page-w);
  height: 53px;
  background: linear-gradient(to bottom, rgba(195, 218, 50, 0) 28%, #d8eb65 100%);
  pointer-events: none;
  z-index: 3;
}

.sec-hero__logo {
  position: absolute;
  left: 67px;
  top: 74px;
  width: 255px;
  height: 112px;
  object-fit: contain;
  pointer-events: none;
  z-index: 4;
}

.sec-hero__pv {
  position: absolute;
  left: 15px;
  top: 350px;
  width: 360px;
  height: 360px;
  padding: 5px;
  border-radius: 29px;        
  
  background: linear-gradient(to top, var(--dk-purple) 0%, var(--dk-gold) 100%);
  box-shadow: 0 0 24px rgba(155, 107, 255, .35),
              0 8px 10px -6px rgba(0, 0, 0, .10),
              0 20px 25px -5px rgba(0, 0, 0, .10);
  z-index: 5;
}
.sec-hero__pv-inner {
  position: relative;
  width: 350px;
  height: 350px;
  background: var(--dk-bg-void);
  border-radius: 24px;
  overflow: hidden;
}
.sec-hero__island {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-hero__play {
  position: absolute;
  top: 134px;
  left: 128px;
  width: 93px;
  height: 81px;
  padding: 0;
  background: transparent;
  transform: rotate(90deg);     
  transform-origin: center center;
}
.sec-hero__play img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec-hero__play {
  transition: opacity .15s ease, visibility .15s ease;
}
.sec-hero__pv-inner.is-playing .sec-hero__play {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.cta {
  position: absolute;
  left: 44px;
  width: 302px;
  height: 100px;
  display: block;
  z-index: 6;
}
.cta img { width: 100%; height: 100%; object-fit: contain; }
.cta--hero   { top: 746px; }
.cta--inline { top: 497px; }

.cta-band {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  max-width: 600px;
  height: 90px;
  
  background: rgba(13, 10, 24, 0.82);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .25);
  pointer-events: none;
  z-index: 9997;
}

.cta--fixed {
  position: fixed;
  left: 50%;
  
  bottom: -7px;
  transform: translateX(-50%);
  width: 302px;
  height: 100px;
  display: block;
  z-index: 9998;
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] {
    opacity: 0;
    transition: opacity .7s ease;
  }
  [data-reveal].is-visible {
    opacity: 1;
  }
  
  [data-reveal].is-visible:nth-child(2) { transition-delay: .08s; }
  [data-reveal].is-visible:nth-child(3) { transition-delay: .16s; }
  [data-reveal].is-visible:nth-child(4) { transition-delay: .24s; }

  @keyframes dk-glow-pulse {
    0%, 100% { text-shadow: 0 0 12px var(--dk-purple-glow), 0 0 4px rgba(0,0,0,.4); }
    50%      { text-shadow: 0 0 22px var(--dk-purple-glow), 0 0 6px rgba(0,0,0,.4); }
  }
  .sec-hero__tagline,
  .sec-feature .heading__title--pink {
    animation: dk-glow-pulse 3.2s ease-in-out infinite;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sec-feature .feature-card {
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .sec-feature .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 16px -4px rgba(0,0,0,.18), 0 20px 28px -6px rgba(155,107,255,.25);
  }
}

.sec-hero__layout {
  position: static;
}
.sec-hero__col {
  position: static;
}
.sec-hero__tagline {
  display: none;   
}

@media (min-width: 768px) {
  .sec-hero {
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 640px;
    padding: 72px 48px;
    margin: 0 auto;
  }
  
  .sec-hero__fade,
  .sec-hero__bottom-deco {
    display: none;
  }

  .sec-hero__layout {
    position: relative;
    z-index: 2;   
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    width: 100%;
  }
  .sec-hero__col { position: relative; }
  .sec-hero__col--left {
    flex: 1 1 0;
    max-width: 460px;
  }
  .sec-hero__col--right {
    flex: 1 1 0;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sec-hero__logo {
    position: static;
    width: min(320px, 100%);
    height: auto;
    margin: 0 0 20px;
  }
  .sec-hero__tagline {
    display: block;
    margin: 0;
    font-family: var(--ff-sans);
    font-weight: 700;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.6;
    color: var(--dk-gold-bright);
    text-shadow: 0 0 18px var(--dk-purple-glow), 0 0 4px rgba(0, 0, 0, .4);
  }

  .sec-hero__characters {
    position: static;
    left: auto; top: auto;
    width: 100%;
    max-width: 460px;
    height: auto;
    margin: 0 auto 16px;
  }
  .sec-hero__pv {
    position: static;
    left: auto; top: auto;
    margin: 0 auto;
  }
}

.sec-feature {
  position: relative;
  width: var(--page-w);
  height: 791px;
  
  background: linear-gradient(180deg, var(--dk-bg-nebula-2) 0%, var(--dk-bg-void) 100%);
  overflow: hidden;
}

.sec-feature .card-cream {
  position: absolute;
  top: 29px;
  left: 9px;
  width: 371px;
  height: 741px;
  margin: 0;
  background: var(--dk-card-bg);
  border: 0;
  outline: 2px solid var(--dk-border-gold);
  border-radius: 25px;
  box-shadow: 0 0 40px rgba(155, 107, 255, .22),
              2px 6px 4px rgba(0,0,0,.25), 0 1px 4px rgba(0,0,0,.25);
}

.sec-feature .card-cream__dashed {
  position: absolute;
  top: 33px;
  left: 13px;
  width: 363px;
  height: 733px;
  background: transparent;
  border: 0;
  outline: 2px dashed var(--dk-gold);
  border-radius: 25px;
  pointer-events: none;
  z-index: 1;
}

.sec-feature .feature-list {
  position: absolute;
  top: 124px;
  left: 20px;
  width: 350px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  z-index: 2;
}
.sec-feature .feature-card {
  position: relative;
  width: 350px;
  height: 144px;
  padding: 0;
  background: #fff;
  border-radius: 24px;
  
  box-shadow: 0 4px 6px -4px rgba(0,0,0,.1), 0 10px 15px -3px rgba(0,0,0,.1);
  overflow: visible;   
}

.sec-feature .feature-card__body {
  position: absolute;
  top: 21px;
  width: 238px;
  margin: 0;
}
.sec-feature .feature-card__body .tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
  white-space: nowrap;
}
.sec-feature .feature-card__title {
  margin: 8px 0 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
}
.sec-feature .feature-card__desc {
  margin: 8px 0 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: var(--text-muted);
}

.sec-feature .feature-card__img {
  position: absolute;
  display: block;
  object-fit: contain;
}

.sec-feature .feature-card--farm .feature-card__body { left: 20px; }
.sec-feature .feature-card--farm .feature-card__img  { top: 25px; left: 217px; width: 129px; height: 97px; }

.sec-feature .feature-card--craft .feature-card__body { left: 140px; }
.sec-feature .feature-card--craft .feature-card__img  { top: 24px; left: -3px; width: 142px; height: 108px; }

.sec-feature .feature-card--town .feature-card__body  { left: 20px; }
.sec-feature .feature-card--town .feature-card__img   { top: 30px; left: 208px; width: 132px; height: 101px; }

.sec-feature .feature-card--world .feature-card__body { left: 147px; }
.sec-feature .feature-card--world .feature-card__img  { top: 26px; left: -3px; width: 142px; height: 109px; }

.sec-feature .heading {
  position: absolute;
  top: 21px;
  left: 20px;
  width: 350px;
  height: 99px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 4;
}
.sec-feature .heading--brushy { padding-top: 0; }

.sec-feature .heading__lead {
  position: absolute;
  top: 44px;
  left: 0;
  width: 350px;
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 22.75px;
  
  color: var(--dk-text-muted);
  text-align: center;
}

.sec-feature .heading__brushy {
  position: absolute;
  top: 25.23px;
  left: -85px;
  width: 350px;
  height: 28px;
  transform: rotate(-7.09deg);
  transform-origin: 0 0;
  
  z-index: 2;
}

.sec-feature .heading__bg-svg {
  position: absolute;
  top: -7px;
  left: 72px;
  width: 216px;
  height: 35px;
  display: block;
  overflow: visible;
  z-index: 1;
}

.sec-feature .heading__title {
  position: relative;
  width: 350px;
  height: 28px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  top: -5px;
}

.sec-feature .heading__title--pink  { color: var(--dk-gold-bright); text-shadow: 0 0 12px var(--dk-purple-glow); }
.sec-feature .heading__title--brown { color: var(--dk-text-light); }

.sec-feature .heading__deco-tr {
  position: absolute;
  top: -35px;
  left: 272px;
  right: auto;
  width: 108px;
  height: 108px;
  z-index: 3;
}

.sec-feature .heading__vine {
  position: absolute;
  width: 125.24px;
  height: 125.24px;
  object-fit: cover;
  transform-origin: 0 0;
  pointer-events: none;
}
.sec-feature .heading__vine--tr  { top: -77px; left: 95px;  transform: rotate(70.39deg); z-index: 1; }
.sec-feature .heading__vine--tr2 { top: -80px; left: 171px; transform: rotate(70.39deg); z-index: 1; }
.sec-feature .heading__vine--br  { top: 101px; left: 158px; transform: rotate(-113.94deg); z-index: 2; }
.sec-feature .heading__vine--bl  { top: 2px; left: -70px; transform: rotate(-8.51deg); z-index: 2; }

.sec-feature .card-cream__deco-bl {
  position: absolute;
  top: 716px;
  left: -6px;
  bottom: auto;
  width: 91px;
  height: 91px;
  z-index: 3;
}

.sec-feature .tsuta {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.sec-feature .tsuta img {
  position: absolute;
  display: block;
  max-width: none;
}

.sec-feature .tsuta--3 { left: -51.82px; top: 119px; width: 126.77px; height: 75.11px; }
.sec-feature .tsuta--3 img { left: 0; top: -283.1%; width: 100%; height: 530.69%; }

.sec-feature .tsuta--4 { left: -57px; top: 405px; width: 131.69px; height: 143.05px; }
.sec-feature .tsuta--4 img { left: 0; top: -97.28%; width: 100%; height: 273.28%; }

.sec-feature .tsuta--1 { left: 312.19px; top: 540px; width: 132.82px; height: 223.26px; }
.sec-feature .tsuta--1 img { left: 0; top: -0.46%; width: 100%; height: 170.35%; }

.sec-feature .tsuta--2 { left: 322px; top: 222px; width: 113.04px; height: 112.37px; }
.sec-feature .tsuta--2 img { left: -4.35%; top: -15.48%; width: 105.62%; height: 318.74%; }

.feature-scroll-btn { display: none; }

@media (min-width: 768px) {
  .sec-feature {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 72px 32px 96px;
  }

  .sec-feature .tsuta,
  .sec-feature .heading__deco-tr,
  .sec-feature .heading__vine,
  .sec-feature .card-cream__deco-bl {
    display: none;
  }

  .sec-feature .card-cream {
    position: static;
    width: 100%;
    
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 56px 32px 48px;
  }
  .sec-feature .card-cream__dashed { display: none; } 

  .sec-feature .heading {
    position: static;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 48px;
  }
  .sec-feature .heading__lead {
    position: static;
    width: auto;
    margin: 0 0 20px;
  }
  .sec-feature .heading__brushy {
    position: relative;
    top: auto; left: auto;
    width: auto;
    height: auto;
    transform: none;
    display: inline-block;
  }
  
  .sec-feature .heading__bg-svg { display: none; }
  .sec-feature .heading__title {
    position: static;
    width: auto;
    font-size: clamp(28px, 3vw, 40px);
  }

  .feature-carousel {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .sec-feature .feature-list {
    position: static;
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 8px; 
  }
  .sec-feature .feature-list .feature-card {
    flex: 0 0 350px;
    scroll-snap-align: start;
  }

  .sec-feature .feature-list::-webkit-scrollbar { height: 6px; }
  .sec-feature .feature-list::-webkit-scrollbar-thumb { background: var(--dk-gold); border-radius: 3px; }
  .sec-feature .feature-list::-webkit-scrollbar-track { background: transparent; }

  .feature-scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: var(--dk-card-bg);
    border: 2px solid var(--dk-border-gold);
    color: var(--dk-gold-bright);
    box-shadow: 0 0 16px rgba(155, 107, 255, .3);
    z-index: 5;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .feature-scroll-btn:hover {
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 0 22px rgba(155, 107, 255, .45);
  }
  .feature-scroll-btn--prev { left: -80px; }
  .feature-scroll-btn--next { right: -80px; }
}

.card-cream {
  position: relative;
  margin: 29px 9px;
  width: 371px;
  height: 741px;
  background: var(--bg-cream);
  outline: 2px solid var(--border-cream);
  border-radius: 25px;
  box-shadow: 2px 6px 4px rgba(0,0,0,.1), 0 1px 4px rgba(0,0,0,.1);
}
.card-cream__dashed {
  position: absolute;
  top: 4px; left: 4px;
  width: 363px; height: 733px;
  outline: 2px dashed var(--border-dashed);
  border-radius: 25px;
  pointer-events: none;
}
.card-cream--short { height: 182px; margin: 29px 9px 0; }
.card-cream--short .card-cream__dashed { display: none; }

.card-cream__deco-bl,
.card-cream__deco-tr { position: absolute; width: 108px; height: 108px; z-index: 3; }
.card-cream__deco-tr { right: -25px; top: -35px; }

.heading {
  position: relative;
  width: 350px;
  height: 99px;
  margin: 21px auto 0;
  text-align: center;
}
.heading--brushy { padding-top: 44px; }
.heading--rotate   { transform: rotate(6.86deg) translateY(-30px); }
.heading--rotate-r { transform: rotate(6.86deg); }

.heading__bg {
  position: absolute;
  top: -7px;
  left: 72px;
  width: 216px;
  height: 35px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.heading__bg--2a { background-image: url('assets/images/decorations/heading-bg-2a.svg'); width: 233px; left: 60px; transform: scale(1.06,1.46); transform-origin: top left; }
.heading__bg--2b { background-image: url('assets/images/decorations/heading-bg-2b.svg'); width: 233px; left: 60px; }
.heading__bg--3a { background-image: url('assets/images/decorations/heading-bg-3a.svg'); width: 290px; left: 30px; transform: scale(1.04,1.46); transform-origin: top left; }
.heading__bg--3b { background-image: url('assets/images/decorations/heading-bg-3b.svg'); width: 290px; left: 30px; }

.heading__title {
  position: relative;
  font-family: var(--ff-sans);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  z-index: 2;
}
.heading__title--pink  { color: var(--text-pink); }
.heading__title--brown { color: var(--text-brown); }
.heading__lead {
  margin-top: 6px;
  font-family: var(--ff-jp);
  color: var(--text-muted);
  font-size: 16px;
  line-height: 22.75px;
}
.heading__deco-tr {
  position: absolute;
  right: -23px; top: -45px;
  width: 108px; height: 108px;
  z-index: 3;
}

.tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
  white-space: nowrap;
}
.tag--yellow { background: var(--acc-yellow); }
.tag--orange { background: var(--acc-orange); }
.tag--cyan   { background: var(--acc-cyan-soft); }
.tag--green  { background: var(--acc-green-soft); }

.sec-playable,
.sec-pre-campaign,
.sec-referral,
.sec-weekly,
.sec-social {
  position: relative;
  width: var(--page-w);
  overflow: hidden;
}

.sec-playable,
.sec-pre-campaign,
.sec-referral {
  background:
    linear-gradient(to bottom,
      #e7ff78 0%,
      #e7ff78 9.77%,
      rgba(202, 231, 78, 0) 24.8%,
      rgba(202, 231, 78, 0) 100%),
    url('assets/images/sections/grass-band-bg.png') center / cover no-repeat;
}

.sec-playable { height: 641px; }

.sec-playable__ellipse {
  position: absolute;
  border-radius: 50%;
  filter: blur(5.4px);
  pointer-events: none;
  z-index: 1;
}
.sec-playable__ellipse--1 { left: 343px; top: 262px; width: 41px; height: 22px; background: #799d76; }
.sec-playable__ellipse--2 { left: 14px;  top: 242px; width: 41px; height: 18px; background: rgba(121, 157, 118, .64); }
.sec-playable__ellipse--3 { left: 3px;   top: 399px; width: 54px; height: 20px; background: #799d76; }
.sec-playable__ellipse--4 { left: 316px; top: 473px; width: 54px; height: 20px; background: rgba(53, 75, 52, .79); }

.sec-playable .band__heading {
  position: absolute;
  left: 68px;
  top: 5px;
  width: 254px;
  height: 87px;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 4;
}

.sec-playable .lp-chara { z-index: 5; }

.sec-playable__card {
  position: absolute;
  left: 44px;
  top: 119px;
  width: 302px;
  height: 354px;
  background: var(--bg-cream);
  border-radius: 24px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .10),
              0 20px 25px -5px rgba(0, 0, 0, .10);
  z-index: 3;
}

.sec-playable__card-dash {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 290px;     
  height: 340px;    
  border: 2px dashed #f2e2e2;
  border-radius: 24px;
  pointer-events: none;
}

.sec-playable__panel {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 254px;
  height: 235px;
  background: #EAF6FC;
  border-radius: 16px;
  overflow: hidden;
}

.sec-playable__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease;
  z-index: 1;
}
.sec-playable__panel.is-playing .sec-playable__video {
  opacity: 1;
  visibility: visible;
}
.sec-playable__panel.is-playing .sec-playable__panel-group {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sec-playable__panel-group {
  position: absolute;
  left: 86.86px;
  top: 59.5px;
  width: 80.27px;
  height: 116px;
  z-index: 2;
  transition: opacity .25s ease;
}

.sec-playable__panel-btn {
  position: absolute;
  left: 0.13px;
  top: 0;
  width: 80px;
  height: 80px;
  background: var(--brand-cyan);
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .10),
              0 10px 15px -3px rgba(0, 0, 0, .10);
  transition: transform .15s ease;
}
.sec-playable__panel-btn:hover { transform: scale(1.05); }
.sec-playable__panel-btn img { width: 40px; height: 40px; display: block; }

.sec-playable__panel-label {
  position: absolute;
  left: 0;
  top: 96px;
  width: 80.27px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark);
  text-align: center;
  white-space: nowrap;
}

.sec-playable__moto {
  position: absolute;
  left: 24px;
  top: 275px;
  width: 254px;
  height: 56px;
  background: var(--brand-cyan);
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .10),
              0 4px 6px -1px rgba(0, 0, 0, .10);
  transition: transform .15s ease;
}
.sec-playable__moto:hover { transform: translateY(-1px); }

.sec-playable__cta {
  position: absolute;
  left: 44px;
  top: 497px;
  width: 302px;
  height: 100px;
  z-index: 4;
}
.sec-playable__cta img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-width: none;
}

.band__top {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 192px;
  object-fit: cover;
  pointer-events: none;
}
.band__bottom {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 212px;
  object-fit: cover;
  pointer-events: none;
}

.band__heading {
  position: relative;
  z-index: 2;
  width: 254px;
  margin: 5px auto 0;
  padding: 0 8px;
  background: rgba(255,255,255,.63);
  border-radius: 26px;
  text-align: center;
  height: 87px;
  padding-top: 0;
}
.band__heading--tall {
  width: 350px;
  height: 103px;
  border-radius: 21px;
  margin-top: 20px;
}
.band__heading--mint {
  width: 350px; height: 110px;
  background: transparent;
  margin-top: 0;
  padding-top: 48px;
}

.band__heading-en {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-pink-soft);
  letter-spacing: .02em;
}
.band__heading-jp {
  
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 14.4px #00F6FF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0BF;
  
  font-family: sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; 
}
.band__heading-jp--cyan {
  color: var(--brand-cyan);
  text-shadow: none;
}
.band__heading-sub {
  font-family: var(--ff-jp);
  font-size: 15px;
  line-height: 22.75px;
  color: var(--brand-blue);
  margin-top: 4px;
}
.band__heading--tall .band__heading-sub {
  color: var(--text-muted);
  font-size: 14px;
}

.lp-chara { position: absolute; z-index: 1; }
.lp-chara--1 { width: 75px; height: 111px; left: 312px; top: 386px; }
.lp-chara--2 { width: 75px; height: 110px; left: -3px;  top: 310px; }
.lp-chara--3 { width: 75px; height: 111px; left: 3px;   top: 147px; }
.lp-chara--4 { width: 72px; height: 106px; left: 322px; top: 189px; }
.lp-chara--5 { width: 75px; height: 111px; left: 294px; top: 57px; }
.lp-chara--6 { width: 75px; height: 111px; left: 19px;  top: 56px; }

.playable-card {
  position: relative;
  z-index: 2;
  margin: 31px auto 0;
  width: 302px;
  height: 354px;
  background: var(--bg-cream);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--sh-card-l);
}
.playable-card__dashed {
  position: absolute;
  top: 4px; left: 4px;
  width: 294px; height: 344px;
  border: 2px dashed var(--border-dashed-3);
  border-radius: 24px;
  pointer-events: none;
}
.playable-card__panel {
  position: relative;
  width: 254px;
  height: 235px;
  background: var(--acc-cyan-soft);
  border-radius: 16px;
  display: grid;
  place-items: center;
}
.playable-card__btn {
  width: 80px; height: 80px;
  background: var(--brand-cyan);
  border-radius: 50%;
  box-shadow: var(--sh-card);
  display: grid; place-items: center;
  transition: transform .15s ease;
}
.playable-card__btn:hover { transform: scale(1.05); }
.playable-card__btn img { width: 40px; height: 40px; }
.playable-card__hint {
  position: absolute;
  bottom: 24px; left: 0; right: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-dark);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  box-shadow: var(--sh-card-xs);
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--sh-card); }
.btn--cyan { background: var(--brand-cyan); }
.btn--orange { background: var(--brand-orange); font-size: 24px; }
.btn--black { background: #000; height: 40px; padding: 0 16px; }
.btn--full  { width: 100%; }
.btn--small { font-size: 16px; }
.btn--icon img { width: 20px; height: 20px; }

.playable-card .btn { margin-top: 16px; width: 254px; font-size: 24px; }

.sec-bonus-band {
  position: relative;
  width: var(--page-w);
  height: 235px;
  
  background: linear-gradient(to bottom, #3DAEEC 0%, #7ECEF4 100%);
  
  overflow: visible;
}

.sec-bonus-band .bonus-card {
  position: absolute;
  left: 10px;
  top: 37px;
  width: 371px;
  height: 182px;
  background: var(--bg-cream);
  outline: 2px solid var(--border-cream);
  border-radius: 25px;
  box-shadow: 2px 6px 4px rgba(0, 0, 0, .10),
              0 1px 4px rgba(0, 0, 0, .10);
  z-index: 1;
}

.sec-bonus-band .bonus-deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.sec-bonus-band .bonus-deco--tl {
  left: 90px;
  top: 110px;
  width: 124px;
  height: 218.371px;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.sec-bonus-band .bonus-deco--tr {
  left: 305px;
  top: -12px;
  width: 100px;
  height: 100px;
}

.sec-bonus-band .bonus-deco--bl {
  left: -12px;
  top: 152px;
  width: 95px;
  height: 95px;
}

.sec-bonus-band .bonus-deco--br {
  left: 290px;
  top: 95px;
  width: 124px;
  height: 136.125px;
  transform-origin: 50% 50%;
}

.sec-bonus-band .bonus-mini-list {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 3;
}
.sec-bonus-band .bonus-mini {
  position: absolute;
  top: 73px;
  width: 108.66px;
  height: 124.25px;
  background: #fff;
  border-radius: 16px;
  
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .10),
              0 4px 6px -1px rgba(0, 0, 0, .10);
}
.sec-bonus-band .bonus-mini--1 { left: 21px; }
.sec-bonus-band .bonus-mini--2 { left: 141.66px; }
.sec-bonus-band .bonus-mini--3 { left: 262.33px; }

.sec-bonus-band .bonus-mini__icon {
  position: absolute;
  top: 16px;
  left: 40.33px;
  width: 28px;
  height: 28px;
  display: block;
}

.sec-bonus-band .bonus-mini__title {
  position: absolute;
  top: 56px;
  left: 16px;
  width: 76.66px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
  text-align: center;
  white-space: nowrap;
}
.sec-bonus-band .bonus-mini__title--two-line { height: 32px; }

.sec-bonus-band .bonus-mini__sub {
  position: absolute;
  top: 76px;
  left: 16px;
  width: 76.66px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}

.sec-bonus-band .bonus-heading {
  position: absolute;
  left: -39.87px;
  top: -80px;
  width: 347.35px;
  height: 193.78px;
  transform: rotate(6.86deg);
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 3;
}

.sec-bonus-band .bonus-heading__vine {
  position: absolute;
  display: block;
  max-width: none;
  transform-origin: 0 0;
  pointer-events: none;
}

.sec-bonus-band .bonus-heading__vine--1 {
  left: 12.39px;
  top: 86.67px;
  width: 109.15px;
  height: 109.15px;
  object-fit: cover;
  transform: rotate(-8.51deg);
  z-index: 1;
}

.sec-bonus-band .bonus-heading__vine--3 {
  left: 172.33px;
  top: 2.58px;
  width: 123.84px;
  height: 123.84px;
  object-fit: cover;
  transform: rotate(70.39deg);
  z-index: 1;
}

.sec-bonus-band .bonus-heading__vine--4 {
  left: 283.85px;
  top: -5.40px;
  width: 123.84px;
  height: 123.84px;
  object-fit: cover;
  transform: rotate(70.39deg);
  z-index: 1;
}

.sec-bonus-band .bonus-heading__vine--2 {
  position: absolute;
  left: 324.80px;
  top: 130.48px;
  width: 101.66px;
  height: 55.47px;
  overflow: hidden;
  transform: rotate(-130.74deg);
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 1;
}
.sec-bonus-band .bonus-heading__vine--2 img {
  position: absolute;
  left: -5.07%;
  top: -46.78%;
  width: 100%;
  height: 183.29%;
  max-width: none;
  display: block;
}

.sec-bonus-band .bonus-heading__title-group {
  position: absolute;
  left: 0.13px;
  top: 102.72px;
  width: 345.84px;
  height: 26.44px;
  transform: rotate(-6.77deg);
  transform-origin: 0 0;
  z-index: 2;
}

.sec-bonus-band .bonus-heading__bg-svg {
  position: absolute;
  top: -7px;
  left: 72px;
  width: 232.90px;
  height: 35px;
  display: block;
  overflow: visible;
  z-index: 1;
}

.sec-bonus-band .bonus-heading__title {
  position: relative;
  top: -5.23px;
  left: 9.43px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}
.sec-bonus-band .bonus-heading__title--pink  { color: var(--text-pink); }
.sec-bonus-band .bonus-heading__title--brown { color: var(--text-brown); }

.sec-pre-campaign { height: 1127.75px; }

.sec-pre-campaign {
  margin-top: -8px;
}

.sec-pre-campaign {
  background: linear-gradient(180deg, var(--dk-bg-nebula-1) 0%, var(--dk-bg-void) 100%);
}
.sec-pre-campaign .band__top,
.sec-pre-campaign .band__bottom {
  display: none;
}

.preregister-heading {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 350px;
  height: 103px;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 3;
}
.preregister-heading__banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 103px;
  max-width: none;
  display: block;
  object-fit: cover;
}

.preregister-heading__text {
  position: relative;
  width: 350px;
  text-align: center;
  padding: 8px 0;
}
.preregister-heading__eyebrow {
  margin: 0 0 4px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  color: var(--dk-gold);
}
.preregister-heading__title {
  margin: 0 0 6px;
  font-family: var(--ff-sans);
  font-weight: 900;
  font-size: 24px;
  color: var(--dk-gold-bright);
  text-shadow: 0 0 14px var(--dk-purple-glow);
}
.preregister-heading__desc {
  margin: 0;
  font-family: var(--ff-jp);
  font-weight: 400;
  font-size: 14px;
  color: var(--dk-text-muted);
}

.preregister-progress {
  position: absolute;
  left: 0;
  top: 126.75px;
  width: 350px;
  height: 138px;
  
  background: var(--dk-card-bg);
  border: 1px solid var(--dk-border-gold);
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(155, 107, 255, .18),
              0 4px 6px -4px rgba(0, 0, 0, .25),
              0 10px 15px -3px rgba(0, 0, 0, .25);
}
.preregister-progress__caption {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 310px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--dk-text-muted);
  text-align: center;
}
.preregister-progress__nums {
  position: absolute;
  left: 0;
  top: 56.25px;
  width: 350px;
  height: 40px;
}

.preregister-progress__current {
  position: absolute;
  left: 47px;
  top: 0;
  width: 108.73px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--dk-gold-bright);
  text-shadow: 0 0 10px var(--dk-purple-glow);
  text-align: center;
  white-space: nowrap;
}

.preregister-progress__total {
  position: absolute;
  left: 187.38px;
  top: 5.75px;
  width: 91.97px;
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: var(--dk-text-muted);
  text-align: center;
  white-space: nowrap;
}

.preregister-progress__legend {
  position: absolute;
  left: 20px;
  top: 102px;
  width: 310px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 0 27.06px;
  box-sizing: border-box;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--dk-text-muted);
}
.preregister-progress__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.preregister-progress__sq,
.preregister-progress__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--text-muted);
}
.preregister-progress__dot { border-radius: 50%; }

.preregister-list {
  position: absolute;
  left: 20px;
  top: 316.75px;
  width: 350px;
  height: 559px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.preregister-card {
  position: absolute;
  left: 0;
  width: 350px;
  
  background: var(--dk-card-bg);
  border: 1px solid var(--dk-border-gold);
  border-radius: 16px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .25),
              0 4px 6px -1px rgba(0, 0, 0, .25);
  transition: transform .2s ease, box-shadow .2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .preregister-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 16px -4px rgba(0,0,0,.25), 0 16px 24px -6px rgba(155,107,255,.25);
  }
}
.preregister-card--1 { top: 0;     height: 111px; }   
.preregister-card--2 { top: 127px; height: 96px; }
.preregister-card--3 { top: 239px; height: 96px; }
.preregister-card--4 { top: 351px; height: 96px; }
.preregister-card--5 { top: 463px; height: 96px; }

.preregister-card__row {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 310px;
  height: 71px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.preregister-card__badge {
  flex: 0 0 auto;
  min-width: 56px;
  height: 40px;
  padding: 0 14px;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  
  text-shadow: 0 1px 2px rgba(0, 0, 0, .35);
}

.preregister-card__col {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.preregister-card__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--dk-text-light);
}
.preregister-card__title-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  max-width: none;
  object-fit: contain;
  padding: 3px;
  box-sizing: border-box;
  background: var(--dk-bg-void);
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .35);
}

.preregister-card__title--nowrap {
  white-space: nowrap;
  letter-spacing: -0.04em;
  font-size: 15px;
}
.preregister-card__sub {
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: var(--text-muted);
}

.preregister-card__sub--nowrap {
  white-space: nowrap;
  letter-spacing: -0.04em;
  font-size: 11.5px;
}

.preregister-card__chip {
   position: absolute;
  left: 293px;
  
  bottom: 10px;
  width: 48px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E8F5E1;
  border-radius: 9999px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: var(--text-dark);
}

.preregister-footnote {
  position: absolute;
  left: 22px;
  top: 896px;
  width: 350px;
  height: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  
  color: var(--dk-text-muted);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.preregister-footnote li {
  line-height: 16px;
  height: 16px;
  margin-bottom: 8px;
}
.preregister-footnote li:last-child { margin-bottom: 0; }

.preregister-cta {
  position: absolute;
  left: 20px;
  top: 917px;
  width: 350px;
  height: 56px;
  background: #FFA726;
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .10),
              0 10px 15px -3px rgba(0, 0, 0, .10);
  z-index: 3;
  transition: transform .15s ease;
}
.preregister-cta:hover { transform: translateY(-1px); }

@media (min-width: 768px) {
  .sec-pre-campaign {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 72px 32px 96px;
  }

  .preregister-heading {
    position: static;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 32px;
  }
  .preregister-heading__banner { display: none; }
  .preregister-heading__text { width: auto; }

  .preregister-progress {
    position: static;
    width: 100%;
    
    max-width: 350px;
    margin: 0 auto;
  }

  .preregister-list {
    position: static;
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .preregister-card {
    position: static;
    width: 350px;
    height: auto !important;
    padding-bottom: 16px;
  }
  .preregister-card__row { position: static; margin: 20px auto 0; }

  .preregister-footnote {
    position: static;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 40px auto 0;
  }
}

.sec-collab {
  position: relative;
  width: var(--page-w);
  height: 418px;
  background: linear-gradient(to bottom, var(--bg-sky-c), var(--bg-sky-b));
  overflow: hidden;
}

.collab-bg {
  position: absolute;
  left: 20px;
  top: 0;
  width: 348px;
  height: 405px;
  background: var(--bg-cream-3);
  border-radius: 43px;
}

.collab-dashed {
  position: absolute;
  left: 24px;
  top: 5px;
  width: 340px;
  height: 395px;
  background: var(--bg-cream-3);
  border: 1.5px dashed var(--border-dashed-2);
  border-radius: 43px;
  box-sizing: border-box;
  pointer-events: none;
}

.collab-hero {
  position: absolute;
  left: 38px;
  top: 18px;
  width: 315.08px;
  height: 126px;
  z-index: 1;
  pointer-events: none;
  max-width: none;
}

.collab-tile {
  position: absolute;
  top: 144px;
  width: 148px;
  height: 217px;
  margin: 0;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .10),
              0 10px 15px -3px rgba(0, 0, 0, .10);
  z-index: 2;
}
.collab-tile--1 { left: 38px; }
.collab-tile--2 { left: 202px; }

.collab-tile__label {
  position: absolute;
  left: 0;
  top: 70px;
  width: 148px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
  text-align: center;
}
.collab-tile__title {
  position: absolute;
  left: 0;
  top: 93px;
  width: 148px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: var(--text-dark);
  text-align: center;
  white-space: nowrap;
}

.collab-footer {
  position: absolute;
  left: 20px;
  top: 372px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 19.5px;
  color: var(--text-muted);
  text-align: center;
  z-index: 2;
}

.sec-referral { height: 1020px; }

.sec-referral .referral-vine {
  position: absolute;
  background-image: url('assets/images/ornaments/vine-large.png');
  background-repeat: no-repeat;
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 3;
}

.sec-referral .referral-vine--3 {
  left: 75.51px;
  top: 262.47px;
  width: 124px;
  height: 70.10px;
  background-size: 124px 372.08px;
  background-position: 0 -198.50px;
  transform: matrix(-0.9854, 0.1702, 0.1702, 0.9854, 0, 0);
}

.sec-referral .referral-vine--4 {
  left: 427.79px;
  top: 258px;
  width: 124px;
  height: 136.12px;
  background-size: 124px 372.04px;
  background-position: 0 -132.45px;
  transform: matrix(-0.9983, 0.0577, 0.0577, 0.9983, 0, 0);
}

.sec-referral .referral-vine--1 {
  left: 436.82px;
  top: 486.07px;
  width: 124px;
  height: 218.37px;
  background-size: 124px 372.01px;
  background-position: 0 -1.00px;
  transform: matrix(-0.9992, -0.0409, -0.0409, 0.9992, 0, 0);
}

.sec-referral .referral-vine--2 {
  left: 75.93px;
  top: 475px;
  width: 112.93px;
  height: 112.26px;
  background-size: 119.28px 357.86px;
  background-position: -4.90px -17.39px;
  transform: matrix(-1, 0.00096, 0.00096, 1, 0, 0);
}

.sec-referral .referral-deco {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 3;
}

.sec-referral .referral-deco--tr {
  left: 284px;
  top: 81px;
  width: 108px;
  height: 108px;
  background-image: url('assets/images/sections/deco-tr.png');
}

.sec-referral .referral-deco--bl {
  left: 5px;
  top: 669px;
  width: 91px;
  height: 91px;
  background-image: url('assets/images/sections/deco-bl.png');
}

.referral-heading {
  position: absolute;
  left: 20px;
  top: 15px;
  width: 350px;
  height: 72px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, .63);
  border-radius: 21px;
  z-index: 3;
}
.referral-heading__en {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-pink-soft);
  text-align: center;
  letter-spacing: .02em;
}
.referral-heading__jp {
  position: absolute;
  left: 0;
  top: 28px;
  width: 350px;
  margin: 0;
  
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  
  text-shadow: 0 0 14.4px #00F6FF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0BF;
}

.referral-main {
  position: absolute;
  left: 20px;
  top: 113px;
  width: 350px;
  height: 620px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .10),
              0 20px 25px -5px rgba(0, 0, 0, .10);
  z-index: 2;
}

.referral-main__top {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 294px;
  height: 204px;
  overflow: visible;
}

.referral-banner {
  position: absolute;
  left: -43px;
  top: 11.7px;
  width: 187px;
  height: 33px;
  background: #FFCC66;
  border-radius: 7px;
  transform: rotate(-10.38deg);
  transform-origin: 0 0;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}

.referral-banner__text {
  position: absolute;
  left: -53px;
  top: 7px;
  width: 294px;
  height: 20px;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}

.referral-main__line1 {
  position: absolute;
  left: 3.98px;
  top: 32px;
  width: 286.02px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: var(--brand-cyan);
  text-align: center;
  white-space: nowrap;
}

.referral-main__line2 {
  position: absolute;
  left: -15px;
  top: 76px;
  width: 286.02px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--brand-cyan);
  text-align: center;
  white-space: nowrap;
  letter-spacing: -.01em;
}

.referral-main__cta {
  position: absolute;
  left: 0;
  top: 148px;
  width: 294px;
  height: 56px;
  background: var(--brand-cyan);
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .10),
              0 10px 15px -3px rgba(0, 0, 0, .10);
  transition: transform .15s ease;
}
.referral-main__cta:hover { transform: translateY(-1px); }

.referral-steps {
  position: absolute;
  left: 28px;
  top: 264px;
  width: 294px;
  height: 304px;
  overflow: visible;
}

.referral-steps__mintbg {
  position: absolute;
  left: 0;
  top: -11px;
  width: 294px;
  height: 328px;
  background: #E8F5E1;
  border-radius: 40px;
  z-index: 0;
}

.referral-steps__title {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 254px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark);
  text-align: center;
  z-index: 1;
}

.referral-steps__list {
  position: absolute;
  left: 20px;
  top: 56px;
  width: 254px;
  height: 228px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.referral-steps__row {
  position: absolute;
  left: 0;
  width: 254px;
  height: 48px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}
.referral-steps__row--1 { top: 0; }
.referral-steps__row--2 { top: 60px; }
.referral-steps__row--3 { top: 120px; }
.referral-steps__row--4 { top: 180px; }
.referral-steps__num {
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--brand-cyan);
}
.referral-steps__rwd {
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
}

.referral-3step {
  position: absolute;
  left: 20px;
  top: 757px;
  width: 350px;
  height: 180px;
  background: linear-gradient(to bottom, #FF8FC7 0%, #FF5A7A 100%);
  border-radius: 24px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, .10),
              0 10px 15px -3px rgba(0, 0, 0, .10);
  z-index: 2;
}

.referral-3step__white {
  position: absolute;
  left: 8px;
  top: 7px;
  width: 334px;
  height: 167px;
  background: #fff;
  border-radius: 19px;
  z-index: 0;
}

.referral-3step__title {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 302px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-dark);
  text-align: center;
  z-index: 1;
}

.referral-3step__row {
  position: absolute;
  left: 68px;
  top: 62px;
  width: 215px;
  height: 72px;
  z-index: 1;
}

.referral-3step__step {
  position: absolute;
  top: 0;
  width: 48px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.referral-3step__step--1 { left: 0; }
.referral-3step__step--2 { left: 83.5px; }
.referral-3step__step--3 { left: 167px; }

.referral-3step__num {
  width: 48px;
  height: 48px;
  background: var(--brand-cyan);
  border-radius: 9999px;
  display: grid;
  place-items: center;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.referral-3step__label {
  font-family: var(--ff-sans);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
}

.sec-weekly {
  position: relative;
  width: var(--page-w);
  
  min-height: 600px;
  height: auto;
  
  background: linear-gradient(180deg, var(--dk-bg-void) 0%, var(--dk-bg-nebula-2) 100%);
  overflow: hidden;
}

.sec-weekly .weekly-deco,
.sec-weekly .weekly-vine-wrap,
.sec-weekly .weekly-vine-extra,
.sec-weekly .weekly-heading__vine {
  display: none;
}

.sec-weekly .weekly-heading {
  position: absolute;
  left: -34.87px;
  top: -75px;
  width: 347.35px;
  height: 193.78px;
  margin: 0;
  padding: 0;
  transform: rotate(6.86deg);
  transform-origin: 0 0;
  pointer-events: none;
  z-index: 3;
}

.sec-weekly .weekly-heading__vine {
  position: absolute;
  display: block;
  object-fit: cover;
  transform-origin: 0 0;
  pointer-events: none;
  max-width: none;
  z-index: 1;
}

.sec-weekly .weekly-heading__vine--1 {
  left: 12.39px;
  top: 86.67px;
  width: 109.15px;
  height: 109.15px;
  transform: rotate(-8.51deg);
}

.sec-weekly .weekly-heading__vine--3 {
  left: 172.33px;
  top: 2.58px;
  width: 123.84px;
  height: 123.84px;
  transform: rotate(70.39deg);
}

.sec-weekly .weekly-heading__vine--4 {
  left: 283.85px;
  top: -5.40px;
  width: 123.84px;
  height: 123.84px;
  transform: rotate(70.39deg);
}

.sec-weekly .weekly-heading__title-group {
  position: absolute;
  left: 0.13px;
  top: 102.72px;
  width: 345.84px;
  height: 26.44px;
  transform: rotate(-6.77deg);
  transform-origin: 0 0;
  z-index: 2;
}

.sec-weekly .weekly-heading__bg-svg {
  position: absolute;
  top: -11px;
  left: 64px;
  width: 303.389px;
  height: 51.001px;
  display: block;
  overflow: visible;
  z-index: 1;
}

.sec-weekly .weekly-heading__title {
  position: relative;
  top: -1.27px;
  left: 36.01px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

.sec-weekly .weekly-heading__title--pink  { color: var(--dk-gold-bright); text-shadow: 0 0 12px var(--dk-purple-glow); }
.sec-weekly .weekly-heading__title--brown { color: var(--dk-text-light); }

.sec-weekly .weekly-deco {
  position: absolute;
  display: block;
  pointer-events: none;
  max-width: none;
  transform-origin: 0 0;
  z-index: 3;
}

.sec-weekly .weekly-deco--tr {
  left: 279px;
  top: 17.35px;
  width: 93.21px;
  height: 93.21px;
  transform: rotate(-9.48deg);
}

.sec-weekly .weekly-deco--bl {
  left: 2px;
  top: 500px;
  width: 91px;
  height: 91px;
}

.sec-weekly .weekly-vine-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}
.sec-weekly .weekly-vine-inner {
  background-image: url('assets/images/ornaments/vine-large.png');
  background-repeat: no-repeat;
}

.sec-weekly .weekly-vine-wrap--1 {
  left: 64px;
  top: 488px;
  width: 222.397px;
  height: 131.235px;
}
.sec-weekly .weekly-vine-inner--1 {
  width: 124px;
  height: 218.371px;
  background-size: 100% 170.35%;
  background-position: 0 -0.46%;
  transform: scaleY(-1) rotate(-88.08deg);
}

.sec-weekly .weekly-vine-wrap--4 {
  left: 295px;
  top: 270px;
  width: 135.568px;
  height: 146.571px;
}

.sec-weekly .weekly-vine-wrap--5 {
  left: -48.71px;
  top: 152.26px;
  width: 134.987px;
  height: 146.051px;
}

.sec-weekly .weekly-vine-inner--mid {
  width: 124px;
  height: 136.125px;
  background-size: 100% 273.28%;
  background-position: 0 -97.28%;
}
.sec-weekly .weekly-vine-wrap--4 .weekly-vine-inner--mid {
  transform: scaleY(-1) rotate(-174.92deg);
}
.sec-weekly .weekly-vine-wrap--5 .weekly-vine-inner--mid {
  transform: scaleY(-1) rotate(175.19deg);
}

.sec-weekly .weekly-vine-wrap--4-extra {
  left: 295px;
  top: 270px;
  width: 135.568px;
  height: 146.571px;
}
.sec-weekly .weekly-vine-wrap--4-extra .weekly-vine-inner--mid {
  transform: scaleY(-1) rotate(-174.92deg);
}

.sec-weekly .weekly-vine-wrap--5-extra {
  left: 64px;
  top: 488px;
  width: 222.397px;
  height: 131.235px;
}
.sec-weekly .weekly-vine-wrap--5-extra .weekly-vine-inner--1 {
  transform: scaleY(-1) rotate(-88.08deg);
}

.sec-weekly .weekly-vine-extra {
  position: absolute;
  width: 124px;
  height: 136.125px;
  pointer-events: none;
  z-index: 3;
  transform-origin: 50% 50%;
}

.sec-weekly .weekly-vine-extra--left-top {
  left: -70px;
  top: 150px;
}

.sec-weekly .weekly-vine-extra--right-top {
  left: 276px;
  top: 280px;
  transform: scaleX(1);
}

.weekly-card {
  position: absolute;
  left: 20px;
  top: 44.75px;
  width: 350px;
  height: auto;
  margin: 0;
  padding: 28px;
  
  background: var(--dk-card-bg);
  border: 1px solid var(--dk-border-gold);
  border-radius: 24px;
  box-shadow: 0 0 32px rgba(155, 107, 255, .18),
              0 8px 10px -6px rgba(0, 0, 0, .25),
              0 20px 25px -5px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
}

.weekly-card__intro {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: var(--dk-text-muted);
  text-align: left;
  white-space: nowrap;
}

.weekly-card__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.weekly-card__label {
  align-self: flex-start;
  color: #B45309;
  padding: 4px 16px;
  border-radius: 9999px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
}

.weekly-card__label--method {
  background: #FCE6A8;
}

.weekly-card__label--period {
  background: #FCD9CC;
}

.weekly-card__steps {
  list-style: none;
  margin: 4px 0 0;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.weekly-card__step {
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: var(--dk-text-light);
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.weekly-card__step-num {
  font-weight: 700;
  color: var(--dk-gold-bright);
}

.weekly-card__notice {
  margin: 2px 0 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  color: var(--dk-text-muted);
  text-align: center;
}

.weekly-card__period-text {
  margin: 6px 0 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--dk-text-light);
  text-align: center;
}

.weekly-card__result-link {
  margin: 2px 0 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: var(--dk-gold-bright);
  text-align: center;
  text-decoration: underline;
  align-self: center;
}

.weekly-card__chip {
  position: absolute;
  left: 49px;
  top: 74.25px;
  width: 61px;
  height: 56px;
  background: #FFCC66;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weekly-card__chip-icon {
  width: 28px;
  height: 28px;
  display: block;
}

.weekly-card__prize-cap {
  position: absolute;
  left: 126px;
  top: 78.25px;
  width: 132px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: var(--text-muted);
  white-space: nowrap;
}
.weekly-card__prize-title {
  position: absolute;
  left: 126px;
  top: 101.75px;
  width: 132px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
  white-space: nowrap;
}

.weekly-card__mintbox {
  position: absolute;
  left: 48px;
  top: 154.5px;
  width: 64px;
  height: 64px;
  background: #E8F5E1;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weekly-card__mintbox-icon {
  width: 32px;
  height: 32px;
  display: block;
}

.weekly-card__feat-title {
  position: absolute;
  left: 128px;
  top: 152px;
  width: 174px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-dark);
}
.weekly-card__feat-sub {
  position: absolute;
  left: 128px;
  top: 182px;
  width: 174px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: var(--text-muted);
}

.weekly-card__period {
  position: absolute;
  left: 28px;
  top: 231px;
  width: 294px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 19.5px;
  color: var(--text-muted);
  text-align: center;
  white-space: nowrap;
}

.weekly-card__cta {
  position: static;
  left: auto;
  top: auto;
  margin: 6px 0 0;
  width: 100%;
  height: 56px;
  padding: 0;
  background: var(--brand-cyan);
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .10),
              0 4px 6px -1px rgba(0, 0, 0, .10);
  transition: transform .15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.weekly-card__cta:hover { transform: translateY(-1px); }

.weekly-card__cta-icon {
  position: static;
  left: auto;
  top: auto;
  width: 20px;
  height: 20px;
  display: block;
}

.weekly-card__cta-text {
  position: static;
  left: auto;
  top: auto;
  width: auto;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sec-weekly {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 96px 32px 72px;
  }

  .sec-weekly .weekly-heading {
    position: static;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 40px;
    transform: none;
    text-align: center;
  }
  .sec-weekly .weekly-heading__title-group {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
  .sec-weekly .weekly-heading__bg-svg { display: none; }
  .sec-weekly .weekly-heading__title {
    position: static;
    width: auto;
    left: auto; top: auto;
    font-size: clamp(28px, 3vw, 40px);
  }

  .weekly-card {
    position: static;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.sec-social {
  position: relative;
  width: var(--page-w);
  height: 366.75px;
  
  background: linear-gradient(180deg, var(--dk-bg-nebula-2) 0%, var(--dk-bg-void) 100%);
  overflow: hidden;
}

.social-heading__en {
  position: absolute;
  left: 20px;
  top: 48px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--dk-gold);
  text-align: center;
  letter-spacing: .02em;
}
.social-heading__jp {
  position: absolute;
  left: 20px;
  top: 84px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: var(--dk-gold-bright);
  text-shadow: 0 0 12px var(--dk-purple-glow);
  text-align: center;
}
.social-heading__sub {
  position: absolute;
  left: 20px;
  top: 128px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  color: var(--dk-text-muted);
  text-align: center;
  white-space: nowrap;
}

.social-card {
  position: absolute;
  left: 20px;
  top: 182.75px;
  width: 350px;
  height: 112px;
  margin: 0;
  padding: 0;
  
  background: var(--dk-card-bg);
  border: 1px solid var(--dk-border-gold);
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(155, 107, 255, .18),
              0 4px 6px -4px rgba(0, 0, 0, .25),
              0 10px 15px -3px rgba(0, 0, 0, .25);
  z-index: 2;
}

.social-card__avatar {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-card__avatar-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.social-card__handle {
  position: absolute;
  left: 84px;
  top: 28px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--dk-text-light);
  white-space: nowrap;
}

.social-card__sub {
  position: absolute;
  left: 84px;
  top: 52px;
  width: 112.92px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--dk-text-muted);
  white-space: nowrap;
}

.social-card__btn {
  position: absolute;
  left: 233.17px;
  top: 28px;
  width: 92.83px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #000;
  border-radius: 9999px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .10),
              0 4px 6px -1px rgba(0, 0, 0, .10);
  transition: transform .15s ease;
}
.social-card__btn:hover { transform: translateY(-1px); }

.social-card__btn-text {
  position: absolute;
  left: 14px;
  top: 6px;
  width: 64px;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .sec-social {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 72px 32px;
  }
  .social-heading__en,
  .social-heading__jp,
  .social-heading__sub {
    position: static;
    width: auto;
    max-width: 350px;
    margin: 0 auto;
  }
  .social-heading__jp { margin-top: 6px; }
  .social-heading__sub { margin-top: 6px; margin-bottom: 32px; }

  .social-card {
    position: static;
    width: 100%;
    
    max-width: 350px;
    margin: 0 auto;
  }
}

.sec-news {
  position: relative;
  width: var(--page-w);
  height: 454px;
  background: linear-gradient(to bottom, var(--bg-sky-d), var(--bg-sky-b));
  overflow: hidden;
}
.news-heading {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
.news-subheading {
  position: absolute;
  left: 20px;
  top: 41px;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.news-card {
  position: absolute;
  left: 20px;
  width: 350px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,.10), 0 4px 6px -1px rgba(0,0,0,.10);
}
.news-card--1 { top: 75px; height: 121.5px; }
.news-card--2 { top: 212.5px; height: 98.75px; }
.news-card--3 { top: 327.25px; height: 98.75px; }
.news-card__date {
  position: absolute;
  left: 20px;
  top: 24px;
  margin: 0;
  font-family: var(--ff-sans);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
}
.news-card__chip {
  position: absolute;
  
  left: 90px;
  top: 20px;
  height: 24px;
  padding: 0 10px;
  border-radius: 9999px;
  background: var(--acc-yellow);
  color: #fff;
  font-family: var(--ff-sans);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.news-card__chip--new { width: 47.02px; }
.news-card__chip--event { width: 55.95px; }
.news-card__title {
  position: absolute;
  left: 20px;
  top: 56px;
  width: 310px;
  margin: 0;
  font-family: var(--ff-sans);
  font-size: 13.5px;
  line-height: 22.75px;
  font-weight: 500;
  color: var(--text-dark);
}
.news-card__title--wrap {  }
.news-card__title--nowrap {
  
  white-space: nowrap;
  letter-spacing: -0.04em;
  font-size: 13.5px;
}

.sec-footer {
  position: relative;
  width: var(--page-w);
  
  height: 316px;
  
  background: linear-gradient(to bottom, var(--dk-bg-nebula-2) 0%, var(--dk-bg-void) 81.25%);
  overflow: hidden;
  color: #fff;
}
.footer-logo {
  position: absolute;
  left: 81px;
  top: 32px;
  width: 227px;
  height: 99px;
  object-fit: contain;
}
.footer-link {
  position: absolute;
  left: 40px;
  width: 305px;
  margin: 0;
  font-family: var(--ff-sans);
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.footer-link--1 { top: 160.5px; }
.footer-link--2 { top: 188.5px; }
.footer-link--3 { top: 216.5px; }
.footer-link--4 { top: 244.5px; }
.footer-link--5 { top: 272.5px; }
.footer-legal {
  position: absolute;
  left: 20px;
  
  bottom: 72px;
  width: 350px;
  height: 80px;
}
.footer-legal::before {
  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .20);
}
.footer-legal__line {
  position: absolute;
  left: 0;
  width: 350px;
  margin: 0;
  font-family: var(--ff-sans);
  font-size: 12px;
  line-height: 19.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, .5);
  text-align: center;
}
.footer-legal__line--1 { top: 10px; }
.footer-legal__line--2 { top: 37.5px; }

@media (min-width: 768px) {
  .sec-footer {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .footer-logo {
    position: static;
    width: 160px;
    height: auto;
  }
  .footer-legal {
    position: static;
    width: auto;
    height: auto;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, .20);
  }
  .footer-legal::before { display: none; } 
  .footer-legal__line {
    position: static;
    width: auto;
    text-align: left;
    margin-bottom: 6px;
  }
  .footer-legal__line--2 { margin-bottom: 0; }
}

@media (max-width: 414px) {
  body { background: var(--bg-base); }
}

body.subpage {
  background: #FFF9EF;
  font-family: var(--ff-sans);
  color: var(--text-dark);
}

.subpage-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 20px 80px;
  box-sizing: border-box;
}

.subpage-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 20px;
  border-bottom: 1px solid #f5d6db;
  margin-bottom: 28px;
}
.subpage-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-pink);
  text-decoration: none;
}
.subpage-nav__back::before {
  content: "‹";
  font-size: 22px;
  line-height: 1;
}
.subpage-nav__logo {
  height: 28px;
  width: auto;
  display: block;
}

.subpage-title {
  font-family: var(--ff-jp);
  font-size: 24px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
.subpage-lead {
  margin: 0 0 32px;
  font-size: 13px;
  color: var(--text-muted);
}

.subpage-content {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-dark);
}
.subpage-content h2 {
  margin: 32px 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  border-left: 4px solid var(--text-pink);
  padding-left: 10px;
}
.subpage-content h3 {
  margin: 24px 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
}
.subpage-content p { margin: 0 0 14px; }
.subpage-content ul,
.subpage-content ol {
  margin: 0 0 14px;
  padding-left: 1.5em;
}
.subpage-content li { margin-bottom: 6px; }
.subpage-content a {
  color: var(--text-pink);
  text-decoration: underline;
}
.subpage-content .pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 18px;
  background: #fff;
  border: 1px solid var(--border-cream);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
  text-decoration: none;
}

.subpage-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 24px;
  font-size: 14px;
}
.subpage-table th,
.subpage-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #f5d6db;
  text-align: left;
  vertical-align: top;
}
.subpage-table th {
  width: 30%;
  font-weight: 700;
  color: var(--text-dark);
  background: #FFF9EF;
}

.subpage-footer {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid #f5d6db;
  font-size: 12px;
  color: #aaa;
  text-align: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.contact-form label {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  margin-top: 6px;
  padding: 12px 14px;
  border: 1px solid #e5d5da;
  border-radius: 8px;
  font: inherit;
  font-size: 14px;
  background: #fff;
  color: var(--text-dark);
  outline: none;
  box-sizing: border-box;
  width: 100%;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form__submit {
  align-self: flex-start;
  padding: 12px 32px;
  background: var(--text-pink);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
}
.contact-form__submit:hover { opacity: 0.9; }

.result-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}
.result-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.result-modal__backdrop {
  opacity: 0;
  transition: opacity .25s ease;
}
.result-modal.is-open .result-modal__backdrop {
  opacity: 1;
}

.result-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.result-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  background: #FFF9EF;
  border-radius: 16px;
  box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition:
    opacity .3s ease,
    transform .35s cubic-bezier(.16, 1, .3, 1);
}
.result-modal.is-open .result-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.result-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.08);
  color: var(--text-dark);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s ease;
}
.result-modal__close:hover {
  background: rgba(0, 0, 0, 0.16);
}

.result-modal__body {
  padding: 56px 28px 32px;
  overflow-y: auto;
  font-family: var(--ff-sans);
  color: var(--text-dark);
  -webkit-overflow-scrolling: touch;
}

.result-modal__body .subpage-title {
  margin-top: 0;
}

.result-modal__body p {
  margin-bottom: 2px;
}
.result-modal__body p:last-child {
  margin-bottom: 0;
}

.result-modal__body .is-bullet {
  padding-left: 1em;
  text-indent: -1em;
}

body.result-modal-open {
  overflow: hidden;
}
