@charset "UTF-8";
/* ============================================
   トップページ 専用スタイル
   ============================================ */

.tp-hero {
  position: relative;
  min-height: clamp(460px, 40vw, 620px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: var(--df-cream);
}

/* 写真レイヤー＝セクション全面（枠なし・角丸なし・余白なし） */
.tp-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.tp-hero-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.tp-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* 可読性保険スクリム：1200px枠の中心にpxで錨止め */
.tp-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--df-cream) 0,
    var(--df-cream) calc(50% - 340px),
    rgba(255, 248, 240, 0.78) calc(50% - 140px),
    rgba(255, 248, 240, 0) calc(50% + 80px)
  );
}

.tp-hero-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 56px;
  display: flex;
  align-items: center;
}

.tp-hero-inner { min-width: 0; }

.tp-hero-panel { text-align: left; max-width: 440px; }

.tp-hero-title {
  margin-top: 10px;
  font-family: var(--df-font-en);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--df-black);
}
.tp-hero-title span { color: var(--df-orange); }

.tp-hero-logo { height: 90px; width: auto; }

.tp-hero-catch {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
  color: var(--df-black);
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.tp-hero-lead {
  margin-top: 22px;
  font-size: 13.5px;
  line-height: 2;
  color: rgba(26, 26, 26, 0.72);
}

.tp-hero .df-kicker { color: var(--df-orange-dark); }

.tp-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 15px 36px;
  border-radius: 999px;
  background: var(--df-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background-color 0.25s, transform 0.25s;
}
.tp-hero-cta:hover { background-color: var(--df-orange-dark); transform: translateY(-2px); }

/* バッジ：シャンパンゴールド（リファレンス実測） */
.tp-hero-badge {
  position: absolute;
  z-index: 2;
  right: 48px;
  bottom: 22px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #F4E3C4 0%, #E6C99B 48%, #C09565 100%);
  border: 1px solid rgba(120, 86, 44, 0.25);
  color: var(--df-ink);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  opacity: 0.96;
  box-shadow: 0 6px 20px rgba(30, 18, 6, 0.28);
}

@media screen and (max-width: 899px) {
  .tp-hero { min-height: 0; display: block; padding: 0 0 44px; overflow: visible; }
  .tp-hero-media {
    position: relative;
    inset: auto;
    height: 280px;
    margin: 0 0 28px;
    overflow: hidden;
  }
  .tp-hero-photo { border-radius: 0; }
  .tp-hero-photo img { object-position: 76% 50%; }
  .tp-hero-scrim { display: none; }
  .tp-hero-frame { position: static; max-width: none; padding: 0 16px; display: block; }
  .tp-hero-panel { text-align: center; max-width: none; }
  .tp-hero-logo { margin: 0 auto; }
  .tp-hero-badge { top: 148px; bottom: auto; right: 16px; }
}

@media screen and (max-width: 767px) {
  .tp-hero-media { height: 240px; }
  .tp-hero-title { font-size: 40px; }
  .tp-hero-logo { height: 64px; }
  .tp-hero-catch { font-size: 18px; }
  .tp-hero-lead { font-size: 12px; }
  .tp-hero-badge { width: 96px; height: 96px; font-size: 10px; top: 132px; }
}

/* ---------- 実績数値 ---------- */
.tp-stats {
  position: relative;
  padding: 44px 20px 52px;
  margin-top: 0;
  background-color: #1E1A16;
  overflow: hidden;
}
.tp-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(ellipse 320px 200px at -2% 82%, rgba(198, 140, 45, 0.16), transparent 70%),
    radial-gradient(ellipse 340px 220px at 102% 18%, rgba(198, 140, 45, 0.13), transparent 70%),
    radial-gradient(circle 2px   at 3% 28%,  rgba(244, 186, 64, 0.85) 0 45%, transparent 70%),
    radial-gradient(circle 1.5px at 6% 64%,  rgba(244, 186, 64, 0.70) 0 45%, transparent 70%),
    radial-gradient(circle 2.5px at 9% 42%,  rgba(230, 170, 60, 0.45) 0 45%, transparent 70%),
    radial-gradient(circle 1px   at 13% 78%, rgba(244, 186, 64, 0.60) 0 45%, transparent 70%),
    radial-gradient(circle 2px   at 17% 20%, rgba(244, 186, 64, 0.30) 0 45%, transparent 70%),
    radial-gradient(circle 1px   at 38% 82%, rgba(244, 186, 64, 0.22) 0 45%, transparent 70%),
    radial-gradient(circle 1.5px at 55% 14%, rgba(244, 186, 64, 0.18) 0 45%, transparent 70%),
    radial-gradient(circle 1px   at 70% 70%, rgba(244, 186, 64, 0.25) 0 45%, transparent 70%),
    radial-gradient(circle 2px   at 87% 32%, rgba(244, 186, 64, 0.50) 0 45%, transparent 70%),
    radial-gradient(circle 1.5px at 91% 64%, rgba(244, 186, 64, 0.65) 0 45%, transparent 70%),
    radial-gradient(circle 2.5px at 95% 46%, rgba(230, 170, 60, 0.45) 0 45%, transparent 70%),
    radial-gradient(circle 1px   at 97% 80%, rgba(244, 186, 64, 0.75) 0 45%, transparent 70%),
    radial-gradient(circle 2px   at 99% 12%, rgba(244, 186, 64, 0.55) 0 45%, transparent 70%);
}
.tp-stats-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}
.tp-stat { position: relative; }
.tp-stat + .tp-stat::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 767px) {
  .tp-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
  .tp-stat:last-child { grid-column: 1 / -1; }
  .tp-stat + .tp-stat::before { display: none; }
  .tp-stat-num { font-size: 30px; }
  .tp-stat-num small { font-size: 14px; }
  .tp-stat-icon { width: 18px; height: 18px; }
}

.tp-stat-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--df-font-en);
  font-size: 40px;
  font-weight: 700;
  color: #F0B43C;
  line-height: 1;
}
.tp-stat-num small { font-size: 18px; margin-left: 2px; }
.tp-stat-icon {
  width: 22px;
  height: 22px;
  color: var(--df-gold);
  flex-shrink: 0;
}
.tp-stat-label {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

/* ---------- コンテンツナビ ---------- */
.tp-nav { padding: 90px 20px 100px; background: var(--df-white); }
.tp-nav-inner { max-width: 1100px; margin: 0 auto; }
.tp-nav-title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: var(--df-black);
  letter-spacing: 0.04em;
  margin-top: 6px;
  margin-bottom: 46px;
}

.tp-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media screen and (max-width: 1023px) {
  .tp-nav-grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 599px) {
  .tp-nav-grid { grid-template-columns: 1fr; }
}

.tp-nav-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--df-cream);
  border: 1px solid rgba(26, 26, 26, 0.1);
  border-radius: 16px;
  padding: 16px 20px 24px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  overflow: hidden;
}
.tp-nav-card:hover {
  transform: translateY(-6px);
  border-color: rgba(232, 93, 44, 0.4);
  box-shadow: 0 16px 32px rgba(232, 93, 44, 0.14);
}

.tp-nav-card-photo {
  position: relative;
  margin: -16px -20px 4px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.tp-nav-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.tp-nav-card:hover .tp-nav-card-photo img { transform: scale(1.06); }

.tp-nav-card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tp-nav-card-play svg {
  width: 46px;
  height: 46px;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.tp-nav-card-kicker {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--df-black);
}
.tp-nav-card-desc {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.7);
  flex: 1;
}
.tp-nav-card-link {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--df-orange);
}
