/* 夢占い辞典カスタムCSS */

/* ダークパープル背景 */
body {
  background: linear-gradient(135deg, #1a0a2e 0%, #16213e 100%);
  color: #e0e0e0;
}

/* メインビジュアル */
.yumemi-hero {
  background: linear-gradient(135deg, #1a0a2e 0%, #2d1b3d 100%);
  border-bottom: 3px solid #ffd700;
}

.yumemi-hero h1 {
  color: #ffd700 !important;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS PMincho", serif !important;
  font-weight: 700 !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.5) !important;
}

@media (max-width: 768px) {
  .yumemi-hero h1 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
  }
}

/* カテゴリアイコンをCSS疑似要素で追加 */
.yumemi-category-grid li::before {
  content: "📚";
  margin-right: 8px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.yumemi-category-grid li:nth-child(2)::before {
  content: "👤";
}

.yumemi-category-grid li:nth-child(3)::before {
  content: "🐾";
}

.yumemi-category-grid li:nth-child(4)::before {
  content: "🏞️";
}

.yumemi-category-grid li:nth-child(5)::before {
  content: "🏃";
}

.yumemi-category-grid li:nth-child(6)::before {
  content: "💭";
}

.yumemi-category-grid li:nth-child(7)::before {
  content: "🎁";
}

.yumemi-category-grid li:nth-child(8)::before {
  content: "🌈";
}

/* LINEボタンのリンク有効化（強制） */
.yumemi-line-cta-dark .btn {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* 左上のメニューテキスト完全削除 */
.l-header__menuBtn ~ nav,
.p-spMenu,
body > .c-listMenu {
  display: none !important;
}
