@charset "UTF-8";


/*******************************************
 PC・SP　外国語ページ　Webフォント
*******************************************/
@font-face {
	font-family: 'NotoSans';
	src: url(./fonts/NotoSans-Regular.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansSC';
	src: url(./fonts/NotoSansSC-Regular.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansTC';
	src: url(./fonts/NotoSansTC-Regular.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansKR';
	src: url(./fonts/NotoSansKR-Regular.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSans-Bold';
	src: url(./fonts/NotoSans-Bold.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansSC-Bold';
	src: url(./fonts/NotoSansSC-Bold.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansTC-Bold';
	src: url(./fonts/NotoSansTC-Bold.woff2);
	font-display: swap;
}
@font-face {
	font-family: 'NotoSansKR-Bold';
	src: url(./fonts/NotoSansKR-Bold.woff2);
	font-display: swap;
}