@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Noto Serif JP", serif;
	box-sizing: border-box;
	color: #231815;
	font-weight: 400;
	background: #f2f2f2;
	font-size: 14px;
	letter-spacing: calc((100 / 1000) * 1em);
	line-height: calc(28 / 14);
}
a {
	text-decoration: none;
	color: #231815;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #231815;
}
a:focus {
	outline: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #f2f2f2;
	background: transparent;
}
ul {
	list-style-type: none;
}
@media screen and (min-width: 1100px) {
	body {
		font-size: 16px;
	}
}
