@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+SC:wght@100..900&family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*
	Noto Sans
	Noto Sans Japanese
	Noto Sans Traditional Chinese
	Noto Sans Simplified Chinese
	Noto Sans Korean
*/


:root {


	/* Font */
		--font-notoSans: "Noto Sans", "Noto Sans JP", sans-serif; /* NotoSans */
		--font-notoSansJP: "Noto Sans JP", sans-serif; /* NotoSans JP */
		--font-notoSansTC: "Noto Sans TC", sans-serif; /* NotoSans TC */
		--font-notoSansSC: "Noto Sans SC", sans-serif; /* NotoSans SC */
		--font-notoSansKR: "Noto Sans KR", sans-serif; /* NotoSans KR */


		--font-base: var(--font-notoSans); /* Base */


	/* FontColor */
		--fontColor-baseBlack: #0A0A14;


		--fontColor: var(--fontColor-baseBlack, #0A0A14); /* Base */


	/* Color */
		--color-GRgreen: #009944;/* GRグリーン */


}



body {
	font-family: var(--font-base);
	font-weight: 300;
	/* font-weight: normal; */
	font-style: normal;
	letter-spacing: normal;
	color: var(--fontColor);
}


.font-notoSans {
	font-family: var(--font-notoSans);
	font-weight: normal;
	font-style: normal;
}


.font-notoSansJP {
	font-family: var(--font-notoSansJP);
	font-weight: normal;
	font-style: normal;
}


.font-notoSansTC {
	font-family: var(--font-notoSansTC);
	font-weight: normal;
	font-style: normal;
}


.font-notoSansSC {
	font-family: var(--font-notoSansSC);
	font-weight: normal;
	font-style: normal;
}


.font-notoSansKR {
	font-family: var(--font-notoSansKR);
	font-weight: normal;
	font-style: normal;
}


/* - - - - - - - - - - - - - - - - - - -
/-/media/Project/globeride/common/css/font-css.css
ID = {55A0D121-3ED3-43EB-84B9-370D8566453F}
- - - - - - - - - - - - - - - - - - - */