/* =========================
   TreBoost TOPページ専用
   ========================= */

/* ---- HERO ---- */

.hero {
  padding: 32px 0 30px;
}

.hero-inner {
  display: grid;
  gap: 28px;
}

@media (min-width: 880px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    align-items: center;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 20, 40, 0.06);
  background: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(15, 20, 40, 0.06);
}

.hero-badge span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 99px;
  background: radial-gradient(circle at 30% 0, var(--accent), var(--accent-2));
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.hero-title {
/*  font-family: "Rajdhani", system-ui, sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
  
  font-size: clamp(32px, 4.4vw, 44px);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #181b24;
}

.hero-title-highlight {
  background: linear-gradient(90deg, #ff7a18, #ffcc00, #37a4ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-lead {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 18px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.tag {
  border-radius: 999px;
  border: 1px solid rgba(15, 20, 40, 0.06);
  padding: 3px 10px;
  font-size: 11px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.hero-note {
  font-size: 11px;
  color: var(--muted);
}



/* =========================
   TOP ヒーロー：バナー画像
   ========================= */

.hero-banner {
  position: relative;
  width: min(420px, 100%);
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;

  box-shadow:
    0 18px 40px rgba(15, 20, 40, 0.25),
    0 0 28px rgba(55, 164, 255, 0.25);

  background: #eee;
}

.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* PCでは少し大きく見せる */
@media (min-width: 880px) {
  .hero-banner {
    width: 100%;
    max-width: 680px;
  }
}

/* ---- HERO RIGHT: CARD STACK ---- */

.card-stack {
  position: relative;
  width: min(320px, 100%);
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  perspective: 1200px;
}

.card-glow {
  position: absolute;
  inset: 12%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0, rgba(255, 204, 0, 0.55), transparent),
    radial-gradient(circle at 80% 100%, rgba(55, 164, 255, 0.5), transparent);
  filter: blur(10px);
  opacity: 0.75;
}

.card {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(circle at 20% 0, #ffffff, #dde2ff 60%, #c3caee 100%);
  border: 2px solid rgba(15, 20, 40, 0.09);
  box-shadow:
    0 18px 40px rgba(15, 20, 40, 0.25),
    0 0 24px rgba(55, 164, 255, 0.3);
  overflow: hidden;
  transform-origin: center;
}

.card.layer-1 {
  transform: rotate(-9deg) translate(-12px, 10px) scale(0.94);
  opacity: 0.55;
}

.card.layer-2 {
  transform: rotate(9deg) translate(15px, -4px) scale(0.96);
  opacity: 0.8;
}

.card.layer-main {
  transform: rotate(0deg) translate(0, 0) scale(1);
}

.card-inner-border {
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 20% 0, rgba(255, 204, 0, 0.2), transparent 55%),
    radial-gradient(circle at 80% 110%, rgba(55, 164, 255, 0.18), transparent 60%);
}

.card-header {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Rajdhani", system-ui, sans-serif;
  font-size: 13px;
  color: #1a1d2c;
}

.rarity {
  padding: 2px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffcc00, #ff7a18);
  color: #101010;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
}

.card-body-illus {
  position: absolute;
  inset: 52px 16px 80px;
  border-radius: 14px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 0, #7b94ff, #f5f6ff 60%, #d0d6ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb {
  width: 70%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: conic-gradient(from 220deg, #ffcc00, #ff5a5f, #37a4ff, #ffcc00);
  filter: blur(1.5px);
  position: relative;
}

.orb::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 0, rgba(255, 255, 255, 0.95), transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.95;
}

.card-footer {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  font-size: 10px;
  color: #5b6075;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Rajdhani", system-ui, sans-serif;
}

.card-footer .stats {
  display: flex;
  gap: 8px;
}

.stat-pill {
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(26, 32, 70, 0.18);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.9);
  color: #262b3a;
}


/* 同意チェック：文章の“真横”にチェックを固定 */
.form-consent .consent-label{
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  line-height: 1.2;
}

/* テキストは通常の折り返しを許可 */
.form-consent .consent-text{
  display: inline;
  white-space: normal;
}

/* チェックのズレをリセット */
.form-consent input[type="checkbox"]{
  margin: 0;
  vertical-align: middle;
  transform: none;

  /* ★ここが重要 */
  width: auto !important;
  height: auto !important;
}