@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "notosans_sc";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/NotoSansSC-Regular.woff2") format("woff2"), url("./font/NotoSansSC-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  /*フォントの名前*/
  font-family: "notosans_sc";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("./font/NotoSansSC-Bold.woff2") format("woff2"), url("./font/NotoSansSC-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  /*フォントの名前*/
  font-family: "notoserif";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/NotoSerifJP-Bold.woff2") format("woff2"), url("./font/NotoSerifJP-Bold.woff") format("woff");
  font-weight: 700;
}
/*# sourceMappingURL=font_sc.css.map */