/* 下層ページ（白背景）共通のベース。
   グローバル style.css は body をダーク前提で定義しているため、
   light バリアントのページではここで白背景へ上書きする。 */
html,
body {
  background: #fff;
  color: #0a0a0a;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.c-Footer {
  background: #fff;
}
