@charset "utf-8";

/* NotoSans ゴシック */
@font-face {
	font-family: 'NotoSans';
	src: url('../fonts/NotoSansJP-Light.woff2') format('woff2'),
	url('../fonts/NotoSansJP-Light.woff') format('woff'),
	url('../fonts/NotoSansJP-Light.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 300;
}
@font-face {
	font-family: 'NotoSans';
	src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2'),
	url('../fonts/NotoSansJP-Regular.woff') format('woff'),
	url('../fonts/NotoSansJP-Regular.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: 'NotoSans';
	src: url('../fonts/NotoSansJP-Medium.woff2') format('woff2'),
	url('../fonts/NotoSansJP-Medium.woff') format('woff'),
	url('../fonts/NotoSansJP-Medium.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: 'NotoSans';
	src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
	url('../fonts/NotoSansJP-Bold.woff') format('woff'),
	url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 700;
}

/* NotoSerif 明朝 */
@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifJP-Light.woff2') format('woff2'),
	url('../fonts/NotoSerifJP-Light.woff') format('woff'),
	url('../fonts/NotoSerifJP-Light.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 300;
}
@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifJP-Regular.woff2') format('woff2'),
	url('https://noguchi-naohiko.co.jp/common/fonts/NotoSerifJP-Regular.woff') format('woff'),
	url('https://noguchi-naohiko.co.jp/common/fonts/NotoSerifJP-Regular.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifJP-Medium.woff2') format('woff2'),
	url('../fonts/NotoSerifJP-Medium.woff') format('woff'),
	url('../fonts/NotoSerifJP-Medium.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 500;
}
@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifJP-SemiBold.woff2') format('woff2'),
	url('../fonts/NotoSerifJP-SemiBold.woff') format('woff'),
	url('../fonts/NotoSerifJP-SemiBold.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 600;
}
@font-face {
	font-family: 'NotoSerif';
	src: url('../fonts/NotoSerifJP-Bold.woff2') format('woff2'),
	url('../fonts/NotoSerifJP-Bold.woff') format('woff'),
	url('https://noguchi-naohiko.co.jp/common/fonts/NotoSerifJP-Bold.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 700;
}
/* Roboto */
@font-face {
	font-family: 'roboto';
	src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
	url('../fonts/Roboto-Regular.woff') format('woff'),
	url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}
@font-face {
	font-family: 'roboto';
	src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
	url('../fonts/Roboto-Bold.woff') format('woff'),
	url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 700;
}
/* EB_Garamond */
@font-face {
	font-family: 'EB_Garamond';
	src: url('../fonts/EB_Garamond.woff2') format('woff2'),
	url('../fonts/EB_Garamond.woff') format('woff'),
	url('../fonts/EB_Garamond.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}
