/************************************************ フォントの読み込み ************************************************/
/*Roboto*/
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Thin.ttf") format("truetype");
	font-weight: 100; font-style: thin;
}
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Light.ttf") format("truetype");
	font-weight: 300; font-style:light;
}
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Regular.ttf") format("truetype");
	font-weight: 400; font-style: normal;
}
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Medium.ttf") format("truetype");
	font-weight: 500; font-style: medium;
}
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Bold.ttf") format("truetype");
	font-weight: 700; font-style: bold;
}
@font-face{
	font-family: "Roboto"; font-display: swap;
	src: url("./font/Roboto/Roboto-Black.ttf") format("truetype");
	font-weight: 900; font-style: normal;
}
/*Noto Sans Japanese*/
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
	font-weight: 100; font-style: thin;
}
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Light") format("opentype");
	font-weight: 300; font-style: light;
}
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
	font-weight: 400; font-style: normal;
}
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
	font-weight: 500; font-style: medium;
}
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
	font-weight: 700; font-style: bold;
}
@font-face{
	font-family: "Noto Sans Japanese"; font-display: swap;
	src: url("./font/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
	font-weight: 900; font-style: black;
}