@charset "UTF-8";

/* common */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	line-height: 170%;
	height: 90vh;
}

/* font weight */
.fw100 {font-weight:100;}
.fw400 {font-weight:400;}
.fw700 {font-weight:700;}
.fw900 {font-weight:900;}

