@charset "UTF-8";
/* =============================================================================
   楽しく・にぎやか／ジョイフル テーマ配色  ─ theme_movie.css（共通土台）の後に読み込む
   HTML側：<div class="theme_movie theme_movie--detail theme_movie--joyful"> ＋ 本CSSの<link>
   （使い方は theme_movie_natural.css 参照。--tm-theme と --tm-hero-bg を差し替えるだけ）
   ============================================================================= */
.theme_movie--joyful {
  --tm-theme:      #E5869C;   /* アクセント（楽しく・にぎやか／ジョイフル）※要調整 */
  --tm-hero-bg:    color-mix(in srgb, var(--tm-theme) 6%, #fff);  /* ヒーローMV背景（要調整） */
  --tm-theme-dark: color-mix(in srgb, var(--tm-theme) 82%, #000);
  --tm-theme-tint: color-mix(in srgb, var(--tm-theme) 14%, #fff);
}
