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