*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

body {
    font-family: sans-serif;
    background-image:url(colorful.jpg);
    background-repeat:repeat;
    padding: 0;
    min-height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;
}

li {
    list-style: none;
}

.over {
    z-index: 1;
    background: #fff;
    position: relative;
}

.overblack {
    z-index: 2;
    background: #000;
    position: relative;
    margin: 0;
    padding: 0;
}

.star-wars {
    background-image: url(brackbox.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 100px;
    color: #feda4a;
    font-family: sans-serif;
    font-weight: 500;
    perspective: 950px;
    text-align: justify;
    z-index: 0;
    padding: 2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.star-wars2 {
    background-image: url(brackbox.png);
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    height: 200px;
    color: #feda4a;
    font-family: sans-serif;
    font-weight: 500;
    perspective: 950px;
    text-align: justify;
    z-index: 0;
    padding: 2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Header */

.headerImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 80%;
    box-shadow: 3px 3px 10px #615700e0;
}

.headerTitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( -225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #6fc9d9;
    text-align: center;
    font-size: 3rem;
    color: #f7f5f5;
    text-shadow: 0px 2px 2px #092fb8;
    padding: 0.3rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}

.image {
    width: 100%;
    height: 0;
    background-image: url('image1.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((420 / 1200) * 100%);
  }
.image2 {
    width: 100%;
    height: 0;
    background-image: url('image2.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((420 / 1200) * 100%);
  }
.image3 {
    width: 100%;
    height: 0;
    background-image: url('image3.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((420 / 1200) * 100%);
  }

.headerTitle5 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( 240deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #ffde45 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #947e00df;
    text-align: left;
    font-size: 2.5rem;
    color: #000000;
    text-shadow: 0px 2px 2px #ffffff;
    padding: 0.7rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}


.kurooru {
    position: relative;
    transform-origin: 50% 100%;
    animation: kurooru 60s;
    animation-fill-mode: forwards;
}
.kurooru3 {
    position: relative;
    transform-origin: 50% 100%;
    animation: kurooru 25s infinite;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}



@keyframes kurooru {
    0% {
        top: 50px;
        transform: rotateX(10deg) translateZ(-0px);
    }
    100% {
        top: -700px;
        transform: rotateX(30deg) translateZ(50px);
    }
}

.kurooruEN {
    position: relative;
    transform-origin: 50% 100%;
    animation: kurooruEN 35s forwards;
}

@keyframes kurooruEN {
    0% {
        top: 350px;
        transform: rotateX(10deg) translateZ(-0px);
    }
    100% {
        top: -700px;
        transform: rotateX(25deg) translateZ(50px);
    }
}

table {
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
    box-shadow: 5px 5px 5px #00000033;
    width: 100%;
}
.productDate {
    background: rgb(247, 229, 73);
    color: #ff0000;
    padding: 0.5rem;
    margin: 0;
    border-bottom: solid 1px #00000033;
    
    width: 160px;
    height: 55px;
}


.product {
    background: #fff;
    color: #000000;
    padding: 0.5rem;
    margin: 0;

    text-align: left;
    border-bottom: solid 1px #00000033;
    width: 100px;
    height: 55px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

@keyframes rankAnimation {
    0% {
        background-position: 80% 10%
    }
    50% {
        background-position: 20% 30%
    }
    100% {
        background-position: 80% 10%
    }
}


/* ユーティリティ */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.plusFont {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.si8 {
    font-size: 0.8rem;
}

.si10 {
    font-size: 1rem;
}

.si12 {
    font-size: 1.2rem;
}

.si125 {
    font-size: 1.23rem;
}

.si13 {
    font-size: 1.3rem;
}

.si14 {
    font-size: 1.4rem;
}

.si15 {
    font-size: 1.5rem;
}

.si16 {
    font-size: 1.6rem;
}

.si18 {
    font-size: 1.8rem;
}

.si20 {
    font-size: 2rem;
}

.si22 {
    font-size: 2.2rem;
}

.si26 {
    font-size: 2.6rem;
}

.si30 {
    font-size: 3rem;
}

.we400 {
    font-weight: 400;
}

.we600 {
    font-weight: 600;
}

.we800 {
    font-weight: 800;
}

.ma05 {
    margin: 0.5rem;
}

.ma1 {
    margin: 1rem;
}

.ma2 {
    margin: 2rem;
}

.ma3 {
    margin: 3rem;
}

.maTB1 {
    margin: 1rem auto;
}

.maLR1 {
    margin: auto 1rem;
}

.pa1 {
    padding: 1rem;
}

.bo1 {
    border-radius: 2rem;
}


/* ヘッダー */
.image01 {
    width: 100%;
    height: 0;
    background-image: url('image01.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((401 / 1086) * 100%);
  }

.headerimg {
    display: block;
    box-shadow: 0px 0px 12px #c9c9c9aa;
    width: 100%;
    margin: 1rem auto;
}

.chart {
    width: 90%;
    display: block;
    margin: 1rem auto;
}

@keyframes rankAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.tabcontent {
    display: none;
}

.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowimg {
    width: 20%;
}


/* フォント */

.shiroi {
    color: #ffe100;
}

.white {
    color: #ff0000;
}

.akai {
    color: #ff0000;
}


.kuroi {
    color: #000000;
}

.aoi {
    color: #0085c2;
}

.infohead {
    background: linear-gradient( #000, #000);
    background-size: 150% 10%;
    box-shadow: 0px 0px 12px #c9c9c9aa;
    animation: rankAnimation 4s ease-in-out infinite;
}

.infoTab {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( 240deg, #ffde45, #ffffff 16%, #ffde45 21%, #ffffff 24%, #ffde45 27%, #ffde45 36%, #ffffff 45%, #ffffff 60%, #ffde45 72%, #ffffff 80%, #ffde45 84%, #452100);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #947e00df;
    text-align: center;
    color: #000000;
    text-shadow: 0px 2px 2px #ffffff;
    padding: 0.7rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 10%;
    animation: rankAnimation 12s ease-in-out infinite;
}

.infoTab2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( -225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #6286f0;
    text-align: center;
    font-size: 1.8rem;
    color: #000000;
    text-shadow: 0px 2px 2px #ffffff;
    padding: 0.7rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}


.higlight1 {
    color: #ffffff;
    margin: 0.5rem 0;
}

.higlight2 {
    color: #d3b700;
    margin: 0.5rem 0;
}

.higlight3 {
    color: #ff0808;
    margin: 1rem 0;
}

.halfTitle {
    background: linear-gradient(#3aff4b7a, #ffffff00);
}


/* ポイント */

.points {
    display: flex;
    align-content: center;
    justify-content: center;
}

.pointName {
    font-size: 1.6rem;
    color: #ff12a8;
    margin-right: 2rem;
}

.pointName2 {
    font-size: 1.6rem;
    color: #ff4fbe;
    margin-left: 1rem;
    margin-right: 2rem;
}

.point {
    color: #ff5100;
    font-size: 1.6rem;
}


/* お客様へ */

#confetti {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.chuui {
    color: #ff0808;
    animation: chuui 0.5s infinite;
}

@keyframes chuui {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
}

.chuuiText {
    color: #690000;
}


/* グラフィック */

.charts {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
}

.chart .svg-item {
    width: 200px;
    margin: 0 auto;
    animation: donutfade 1s;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

@keyframes donutfade {
    0% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .svg-item {
        width: 250px;
    }
}

.donut-segment-2 {
    stroke: #df0000;
    animation: donut1 3s;
}

.donut-segment-3 {
    stroke: #00bd16;
    animation: donut2 3s;
}

.donut-percent {
    animation: donutfadelong 2s;
}

@keyframes donutfadelong {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes donut1 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 69, 31;
    }
}

@keyframes donut2 {
    0% {
        stroke-dasharray: 0, 100;
    }
    100% {
        stroke-dasharray: 30, 70;
    }
}

.donut-text-1 {
    font-size: 1rem;
    fill: #ff0000;
}

.donut-text-2 {
    font-size: 1rem;
    fill: #00bd16;
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.donut-data {
    font-size: 0.3rem;
    line-height: 1;
    transform: translateY(0.5em);
    text-align: center;
    text-anchor: middle;
    color: #000000;
    fill: #000000;
    animation: donutfadelong 1s;
}

/* Footer */

footer {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 2rem auto;
    padding: 2rem;
}

.bottomline {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* レスポンシブ・デザイン */

@media (min-width:768px) {
    .si14 {
        font-size: 1.4rem;
    }
    .si16 {
        font-size: 1.6rem;
    }
    .si18 {
        font-size: 1.8rem;
    }
    .si20 {
        font-size: 2.0rem;
    }
    .si22 {
        font-size: 3rem;
    }
    .si24 {
        font-size: 3.8rem;
    }
    .si26 {
        font-size: 3.6rem;
    }
    .si30 {
        font-size: 4rem;
    }
    .chuuiText {
        font-size: 2rem;
    }
    .points {
        margin: 0 auto;
        width: 50%;
    }
    .pointName {
        font-size: 2rem;
    }
    .pointName2 {
        font-size: 2rem;
    }
    .point {
        font-size: 2rem;
    }
}

/* ??? */

@media (min-width:768px) {
 
    }
    .chuuiText {
        font-size: 2rem;
    }
    .points {
        margin: 0 auto;
        width: 50%;
    }
    .pointName {
        font-size: 2rem;
    }
    .pointName2 {
        font-size: 2rem;
    }
    .point {
        font-size: 2rem;
    }
    .fixed-header .b-back-button img {
  height: 30px;
}

.fixed-header .logo-center img {
  height: 40px;
}

.main > p.center {
  margin-bottom: 0;
}

.shiroi.infoTab:first-of-type {
  margin-top: 0;
}
/* === 繝倥ャ繝繝ｼ蜈ｨ菴薙ｒ蟾ｦ蜿ｳ縺ｫ蛻�￠繧� === */
.fixed-header {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 竊� 荳ｭ螟ｮ謠�∴縺ｧ縺ｯ縺ｪ縺丞ｷｦ蜿ｳ蛻�淵 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  background: linear-gradient(-225deg, #2CD8D5 0%, #C5C1FF 56%, #FFBAC3 100%);
  border-bottom: 2px solid #6fc9d9;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 謌ｻ繧九�繧ｿ繝ｳ�亥ｷｦ�� */
.b-back-button {
  margin-left: 10px;
}

/* 繝ｭ繧ｴ�亥承�� */
.logo-center {
  margin-right: 10px;
}

.logo-center img {
  height: 40px;
  width: auto;
}

:root{
  --bg1:#2CD8D5;
  --bg2:#C5C1FF;
  --bg3:#FFBAC3;
  --ink:#101018;
  --card: rgba(255,255,255,.86);
  --stroke: rgba(255,255,255,.25);
  --shadow: 0 18px 60px rgba(0,0,0,.18);
}

body{
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.55), transparent 60%),
              radial-gradient(900px 500px at 80% 20%, rgba(255,255,255,.35), transparent 55%),
              linear-gradient(-225deg, var(--bg1) 0%, var(--bg2) 56%, var(--bg3) 100%);
}

/* ヒーロー */
.hero{
  position: relative;
  margin: 18px auto 18px;
  width: min(980px, 92vw);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.35);
  background: linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.06));
  backdrop-filter: blur(10px);
}
.hero::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(12px 12px at 10% 30%, rgba(255,255,255,.7), transparent 60%),
    radial-gradient(10px 10px at 40% 18%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(14px 14px at 78% 28%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(10px 10px at 88% 60%, rgba(255,255,255,.45), transparent 60%);
  opacity:.35;
  pointer-events:none;
}
.heroInner{
  padding: 28px 18px 22px;
  text-align:center;
}
.heroBadge{
  display:inline-flex;
  gap:8px;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.35);
  color: rgba(16,16,24,.92);
  font-weight:700;
}
.heroTitle{
  margin: 12px 0 10px;
  font-size: clamp(26px, 5vw, 44px);
  letter-spacing: .04em;
  color: rgba(16,16,24,.96);
  text-shadow: 0 10px 40px rgba(255,255,255,.55);
  font-weight: 900;
}
.heroLead{
  margin: 0 auto;
  width: min(720px, 92vw);
  color: rgba(16,16,24,.9);
  line-height: 1.85;
  font-weight: 600;
}

/* CTAボタン */
.ctaRow{
  margin-top: 16px;
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}
.cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.18);
  color: rgba(16,16,24,.95);
  font-weight: 800;
  text-decoration:none;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.cta.primary{
  background: linear-gradient(135deg, rgba(255,255,255,.35), rgba(255,255,255,.12));
  border-color: rgba(255,255,255,.6);
}
.cta:hover{ transform: translateY(-1px); }

/* セクション見出しを豪華に */
.sectionTitle{
  width: min(980px, 92vw);
  margin: 22px auto 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.22);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  text-align:center;
  font-weight:900;
  color: rgba(16,16,24,.95);
}

/* 4イベントをカード化 */
.grid{
  width: min(980px, 92vw);
  margin: 12px auto 0;
  display:grid;
  gap:14px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px){
  .grid{ grid-template-columns: 1fr 1fr; }
}
.card{
  border-radius: 20px;
  background: var(--card);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 14px 50px rgba(0,0,0,.14);
  overflow:hidden;
}
.cardHead{
  padding: 14px 14px 10px;
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.no{
  flex:0 0 auto;
  width: 34px; height:34px;
  border-radius: 12px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(44,216,213,.55), rgba(255,186,195,.55));
  border: 1px solid rgba(255,255,255,.6);
  font-weight: 900;
  color: rgba(16,16,24,.92);
}
.cardTitle{
  margin:0;
  font-weight: 900;
  color: rgba(16,16,24,.95);
  font-size: 18px;
}
.cardBody{
  padding: 0 14px 14px;
  color: rgba(16,16,24,.9);
  line-height: 1.75;
  font-weight: 600;
}
.cardLink a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top: 8px;
  text-decoration:none;
  font-weight: 900;
}
.cardLink a::after{ content:"👈"; }

/* 期間は見やすく “一覧” に */
.period{
  width: min(980px, 92vw);
  margin: 14px auto 26px;
  border-radius: 20px;
  background: rgba(255,255,255,.20);
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  overflow:hidden;
}
.periodRow{
  display:flex;
  gap:12px;
  padding: 12px 14px;
  border-top: 1px solid rgba(255,255,255,.35);
}
.periodRow:first-child{ border-top:none; }
.periodKey{
  flex:0 0 56px;
  font-weight: 900;
}
.periodVal{
  flex:1;
  font-weight: 700;
}

/* ===== 背景キラキラ演出 ===== */
body::before,
body::after{
  content:"";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before{
  background:
    radial-gradient(6px 6px at 15% 25%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(8px 8px at 40% 15%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(6px 6px at 70% 30%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(7px 7px at 85% 60%, rgba(255,255,255,.45), transparent 60%);
  animation: sparkle 14s linear infinite;
}

body::after{
  background:
    radial-gradient(5px 5px at 20% 70%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(7px 7px at 55% 80%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(6px 6px at 75% 75%, rgba(255,255,255,.4), transparent 60%);
  animation: sparkle 20s linear infinite reverse;
}

@keyframes sparkle{
  0%   { transform: translateY(0); opacity: .6; }
  50%  { opacity: .9; }
  100% { transform: translateY(-40px); opacity: .6; }
}

/* ===== カード hover 発光 ===== */
.card{
  transition:
    transform .35s ease,
    box-shadow .35s ease;
}

.card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 20px;
  pointer-events:none;
  opacity:0;
  transition: opacity .35s ease;
  background:
    radial-gradient(600px 180px at 50% 0%, rgba(255,255,255,.45), transparent 70%);
}

.card:hover{
  transform: translateY(-4px);
  box-shadow:
    0 22px 70px rgba(0,0,0,.22),
    0 0 40px rgba(255,255,255,.45);
}

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

.card:hover .no{
  box-shadow:
    0 0 18px rgba(255,255,255,.7),
    0 0 30px rgba(255,186,195,.6);
}


/* Make sure sparkle layer sits above background but behind content */
body{
  position: relative;
  overflow-x: hidden;
  /* keep your max-width layout, but allow background to feel full */
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(900px 500px at 80% 20%, rgba(255,255,255,.35), transparent 55%),
    linear-gradient(-225deg, var(--bg1) 0%, var(--bg2) 56%, var(--bg3) 100%);
  background-attachment: fixed;
}

/* Put all content above sparkle */
body > *{
  position: relative;
  z-index: 1;
}

/* Sparkle overlays (a bit more flashy) */
body::before,
body::after{
  content:"";
  position: fixed;
  inset: -10px;
  pointer-events: none;
  z-index: 0; /* behind body children, above background */
  opacity: .85;
}

body::before{
  background:
    radial-gradient(7px 7px at 12% 22%, rgba(255,255,255,.75), transparent 60%),
    radial-gradient(9px 9px at 32% 14%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(7px 7px at 55% 20%, rgba(255,255,255,.65), transparent 60%),
    radial-gradient(8px 8px at 72% 28%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(7px 7px at 88% 58%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(6px 6px at 20% 72%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(8px 8px at 48% 78%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(7px 7px at 78% 80%, rgba(255,255,255,.45), transparent 60%);
  animation: sparkleFloat 16s linear infinite;
  filter: blur(.2px);
}

body::after{
  background:
    radial-gradient(6px 6px at 18% 30%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(8px 8px at 38% 24%, rgba(255,255,255,.4), transparent 60%),
    radial-gradient(7px 7px at 66% 34%, rgba(255,255,255,.42), transparent 60%),
    radial-gradient(6px 6px at 84% 44%, rgba(255,255,255,.38), transparent 60%),
    radial-gradient(6px 6px at 26% 86%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(7px 7px at 62% 90%, rgba(255,255,255,.32), transparent 60%);
  animation: sparkleFloat 22s linear infinite reverse;
  filter: blur(.35px);
}

@keyframes sparkleFloat{
  0%   { transform: translate3d(0, 0, 0); opacity: .55; }
  50%  { transform: translate3d(0, -28px, 0); opacity: .95; }
  100% { transform: translate3d(0, -56px, 0); opacity: .6; }
}

/* Card hover glow FIX: needs positioning context */
.card{
  position: relative; /* IMPORTANT for ::after */
  transition: transform .35s ease, box-shadow .35s ease, background .35s ease;
  will-change: transform;
}

.card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: 20px;
  pointer-events:none;
  opacity:0;
  transition: opacity .35s ease;
  background:
    radial-gradient(700px 220px at 50% 0%, rgba(255,255,255,.60), transparent 70%);
}

.card:hover{
  transform: translateY(-6px);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.86));
  box-shadow:
    0 26px 80px rgba(0,0,0,.24),
    0 0 54px rgba(255,255,255,.55);
}

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

.card:hover .no{
  box-shadow:
    0 0 18px rgba(255,255,255,.75),
    0 0 34px rgba(197,193,255,.55),
    0 0 34px rgba(255,186,195,.55);
}

/* Optional: CTA hover more premium */
.cta{
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(0,0,0,.16), 0 0 30px rgba(255,255,255,.35);
}


@media (max-width: 480px){
  .hero{
    overflow: hidden;
  }

  .heroInner{
    padding: 22px 14px 18px; /* 元: 28px 18px 22px */
  }

  .heroTitle{
    font-size: clamp(22px, 6.4vw, 32px);
    line-height: 1.18;
  }

  .heroLead{
    width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 1.45rem;
    line-height: 1.75;
  }

  .ctaRow{
    gap: 10px;
  }
  .cta{
    width: 100%;
    max-width: 320px;
  }
}

.card{
  display: flex;
  flex-direction: column;
}

.cardBody{
  flex: 1;
}

.cardLink{
  margin-top: auto;
}
