@charset "utf-8";
/* CSS Document */

/* Noto Sans JP */
@font-face {
  src: local(''),
    url("./fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  src: local(''),
    url("./fonts/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
}

/* Rounded Mplus 1c */
@font-face {
  src: local(''),
    url("../fonts/MPLUSRounded1c-ExtraBold.woff") format("woff");
  font-family: "MPLUSRounded1c";
  font-style: normal;
  font-weight: 700;
}
