/* ============================================================
   ローカルホスト Webフォント（GoogleフォントのCDN参照を置換）
   Noto Sans JP: 400/500/700/900 ／ Zen Kaku Gothic New: 700/900
   ページ使用文字＋ひらがな・カタカナ・英数・記号をサブセット。
   ※ページに無い漢字を新規追加した場合は、フォントの再サブセットが必要です。
   ============================================================ */

/* ---- Noto Sans JP ---- */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(./files/noto-sans-jp-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url(./files/noto-sans-jp-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url(./files/noto-sans-jp-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url(./files/noto-sans-jp-900.woff2) format('woff2');
}

/* ---- Zen Kaku Gothic New ---- */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url(./files/zen-kaku-gothic-new-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url(./files/zen-kaku-gothic-new-900.woff2) format('woff2');
}
