@charset "UTF-8";
body {
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 400;
	color: rgba(51,51,51,1.0);
	margin: 0;
	background: rgba(51,51,51,1.0);
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
}
.pc_none {
	display: none;
}
@media screen and (max-width:768px) {
body {
	font-size: 14px;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
}