@charset "utf-8";
.noto-serif-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
.noto-serif-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
.noto-serif-semibold {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
}
.noto-serif-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
.noto-serif-black {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: normal;
}
.zen-kaku-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-kaku-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "PixelMplus";
  src: url("../../../assets/font/PixelMplus.woff") format("woff"),
    url("../../../assets/font/PixelMplus.woff2") format("woff2"),
    url("../../../assets/font/PixelMplus.eot") format("eot");
}
