* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing: border-box;
}

body {
	line-height: 1;
    font-family: "Josefin Sans", sans-serif;
}

/* PC */
@media screen and (min-width:1080px) {
	html {
		font-size: 16px;
	}
}

/* Mobile */
@media screen and (max-width:424px) {
	html {
		font-size: 70%;
	}
}