@charset "utf-8";

/* noto-sans-jp-regular */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-jp-regular.woff2') format('woff2');
	font-display: swap;
}
/* noto-sans-jp-500 */
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/noto-sans-jp-500.woff2') format('woff2');
  	font-display: swap;
}

/* noto-serif-jp-300 - latin */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-serif-jp-latin-300.woff2') format('woff2');
  font-display: swap;
}
/* noto-serif-jp-regular - latin */
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-jp-latin-regular.woff2') format('woff2');
  font-display: swap;
}

/* zen-kaku-gothic-antique-regular */
@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-kaku-gothic-antique-jp-regular.woff2') format('woff2');
  font-display: swap;
}
/* zen-kaku-gothic-antique-500 */
@font-face {
  font-family: 'Zen Kaku Gothic Antique';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/zen-kaku-gothic-antique-jp-500.woff2') format('woff2');
  font-display: swap;
}