/* 使う文字だけに削った自前フォント。Google Fonts をやめて同じサーバに置いた。
   ①147KBのCSSを取りに行かない ②外部ドメイン2つへの接続が消える
   ③同じ元ファイルに行き着く太さは1本にまとめてある */
@font-face{
  font-family:'Zen Kaku Gothic New';
  font-style:normal;
  font-weight:300;
  font-display:swap;
  src:url(ZenKakuGothicNew-300.woff2) format('woff2');
}
@font-face{
  font-family:'Zen Kaku Gothic New';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(ZenKakuGothicNew-400.woff2) format('woff2');
}
@font-face{
  font-family:'Zen Kaku Gothic New';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url(ZenKakuGothicNew-500.woff2) format('woff2');
}
@font-face{
  font-family:'Zen Old Mincho';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(ZenOldMincho-400.woff2) format('woff2');
}
@font-face{
  font-family:'Zen Old Mincho';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url(ZenOldMincho-600.woff2) format('woff2');
}
