:root {
	--gn-width: 11vw;
	--gn-width-mobile: 31vw;
}

svg text {
	font-family: "MFW-RoleSansBannerPro-Bd";
	font-family: "MFW-Loupot-Bold";
	font-size: 10vh !important;
}

h3 ,
nav#globalNav ul a ,
#catch ,
#release {
	font-family: "MFW-KaiminSoStd-Bold";
}

#story .container p ,
#character .cv ,
#character .detail {
	font-family: "MFW-YuMinPr6N-Regular";
}



#home .logo_steam {
    left: 3vmin;
}
#home .logo_utashiro {
	transform: translateY(-5vh);
}



table#prdInfo th div {
	text-align: left;
	text-align-last: auto;       /* Chrome・Firefox用 */
	text-justify: auto;  /* IE・Edge用 */
}

.cv div {
    font-size: 2vmin;
}
.cv div:before {
	content: "VA:";
	font-size: 90%;
}

p.attention:before {
	content: "*";
}


@media screen and (orientation: portrait) {
	.mobile_table_scroll_guide:before {
		content: "\f337\a0Scrollable";
	}

	#character h3 {
		font-size: min(12vmin, 50px);
	}

}
