@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
html{
	font-size: 10px;
}
body {
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Shippori Mincho", serif;
	color: #383232;
	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: "Merriweather", serif;
}
.italy{
	font-style: italic;
}
* {
	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: 767px) {
	html{
		font-size: 2.67vw;
	}
	.view-pc{
		display: none !important;
	}
}
