@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');
html{
	font-size: 10px;
}
body {
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	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%;
}
.eng{
	font-family: "Oswald", sans-serif;
}
* {
	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:"] {
	cursor: default;
}

a[href^="tel:"]:hover {
	text-decoration: none;
}

br {
	font-size: 0;
}
.hv-o:hover {
	opacity: .7;
}
.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}
.cs-fadein.show {
  opacity: 1;
  transform: none;
}
@media screen and (min-width:1921px){
	html{
		font-size: 0.52vw;
	}
}
@media screen and (min-width:768px) {
	.view-sp{
		display: none !important;
	}
}
@media screen and (max-width:1200px){
	html{
		font-size: 0.83vw;
	}
}
@media screen and (max-width:767px){
	html{
		font-size: 2.67vw;
	}
	.view-pc{
		display: none !important;
	}
}