@charset "utf-8";
*{
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,ol,p,section,p,figure,picture,img{
	margin: 0;
	padding: 0;
}
address{
	font-style: normal;
}
body{
	font-size: 1.6rem;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}
a{text-decoration: none;}
li{
	list-style-type: none;
}
/* font */

.noto-serif-jp-<uniquifier> {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.sawarabi-mincho-regular {
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.flex{
	display: flex;
}
img{
	vertical-align: top;
	border: none;
}