/* ===================================================================
 font.css (アップグレード版)
=================================================================== */

/* 共通スタイル */
h1 {
  font-size: 2.25rem; /* 36px 相当 */
  display: grid;
  place-items: left; /* 左寄せで表示（Grid対応） */
  margin: 1rem 0;
}

/* 各カテゴリ */
h1.season,
h1.animal,
h1.youtien,
h1.baby,
h1.food,
h1.norimono,
h1.school,
h1.play,
h1.person,
h1.ecology,
h1.sport,
h1.hobby,
h1.tool,
h1.event,
h1.fish,
h1.bird,
h1.musi,
h1.title,
h1.airon,
h1.nurie {
  /* 個別指定が必要ならここに追記 */
}

