@charset "utf-8";


@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP"),
        url(../font/NotoSansJP-Regular.woff2) format('woff2'),
        url(../font/NotoSansJP-Regular.woff) format('woff'),
        url(../font/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP Medium"),
        url(../font/NotoSansJP-Medium.woff2) format('woff2'),
        url(../font/NotoSansJP-Medium.woff) format('woff'),
        url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "NotoSansCJKjp";
  src:  local("Noto Sans CJK JP Bold"),
        url(../font/NotoSansJP-Bold.woff2) format('woff2'),
        url(../font/NotoSansJP-Bold.woff) format('woff'),
        url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-weight: bold;
}