@charset "utf-8";

/* ------------------------------------------------------------ fonts */
@font-face {
	font-family: 'Noto-Sans-JP-Light';
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-DemiLight';
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Regular';
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Medium';
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Bold';
	src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'), 
		 url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSerifCJKjp-Regular';
	font-display: swap;
	src: url('../fonts/NotoSerifCJKjp/regular/NotoSerifCJKjp-Regular.eot');
	src: url('../fonts/NotoSerifCJKjp/regular/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/NotoSerifCJKjp/regular/NotoSerifCJKjp-Regular.woff2') format('woff2'),
		 url('../fonts/NotoSerifCJKjp/regular/NotoSerifCJKjp-Regular.woff') format('woff'),
		 url('../fonts/NotoSerifCJKjp/regular/NotoSerifCJKjp-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
