@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
html{
	font-size: 10px;
}
body {
	line-height: 1.7;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	word-break: break-all;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*::after, *::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}
main {
	display: block;
}
a:hover, a:focus, a:visited {
	outline: none;
	border: none;
}

a {
	text-decoration: none;
	color: inherit
}

.clear {
	clear: both;
}


a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}
.hv-o:hover {
	opacity: .7;
}
.serif{
	font-family: "Noto Serif JP", serif;
}
@media (max-width: 1399.98px) {
	html{
		font-size: 0.69vw;
	}
}

@media (max-width: 767.98px) {
	html{
		font-size: 2.67vw;
	}
}
