@charset "UTF-8";

@font-face
{
	font-family: 'GG-R';
	src:
		url('https://n37.jp/_fonts/GenShinGothic-Regular-web.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/GenShinGothic-Regular-web.ttf') format('truetype')*/
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'GG-M';
	src:
		url('https://n37.jp/_fonts/GenShinGothic-Medium-web.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/GenShinGothic-Medium-web.ttf') format('truetype')*/
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'GG-B';
	src:
		url('https://n37.jp/_fonts/GenShinGothic-Bold-web.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/GenShinGothic-Bold-web.ttf') format('truetype')*/
	;
	font-weight: 700;
}

@font-face
{
	font-family: 'R-R';
	src:
		url('https://n37.jp/_fonts/Roboto-Regular.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/Roboto-Regular.ttf') format('truetype')*/
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'R-M';
	src:
		url('https://n37.jp/_fonts/Roboto-Medium.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/Roboto-Medium.ttf') format('truetype')*/
	;
	font-weight: 500;
}

@font-face
{
	font-family: 'R-B';
	src:
		url('https://n37.jp/_fonts/Roboto-Bold.ttf') format('truetype')
/*		url('http://127.0.0.1:8888/n37/_fonts/Roboto-Bold.ttf') format('truetype')*/
	;
	font-weight: 700;
}

@font-face
{
	font-family: "awesome";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot);
	src: url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2) format("woff2"), url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff) format("woff"), url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf) format("truetype"), url(//use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}