@charset "UTF-8";
/* =============================================================================
   上品／エレガント テーマ配色  ─ theme_movie.css（共通土台）の後に読み込む
   HTML側：<div class="theme_movie theme_movie--detail theme_movie--elegant"> ＋ 本CSSの<link>
   （使い方は theme_movie_natural.css 参照。--tm-theme と --tm-hero-bg を差し替えるだけ）
   ============================================================================= */
.theme_movie--elegant {
  --tm-theme:      #BA81C4;   /* アクセント（上品で高級感／エレガント）※要調整 */
  --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);
}
