@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400..700&family=Inter:opsz,wght@14..32,100..900&family=M+PLUS+1p:wght@400;500;700;800;900&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
html{
	font-size: 10px;
}
body {
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color: #595959;
	word-break: break-all;
	font-weight: 400;
  	font-style: normal;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
.shippori-mincho{
  font-family: "Shippori Mincho", serif;
}
.m-plus-1p{
  font-family: "M PLUS 1p", sans-serif;
}
.montserrat{
	font-family: "Montserrat", sans-serif;
}
.ibarra{
	font-family: "Ibarra Real Nova", serif;
}
.zen-kaku-gothic{
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.inter{
	font-family: "Inter", sans-serif;
}
.cormarant{
	font-family: "Cormorant Garamond", 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;
}


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 (max-width: 1200px) {
	html{
		font-size: 0.83vw;
	}
}

@media (min-width: 768px) {
	.view-sp{
		display: none !important;
	}
}
@media (max-width: 999px) {
	html{
		font-size: 1vw;
	}
}
@media (max-width: 767px) {
	html{
		font-size: 2.67vw;
	}
	.view-pc{
		display: none !important;
	}
}
