@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Serif+JP:wght@500;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

a,
button {
	text-decoration: none;
	-webkit-transition: opacity .4s ease , color .4s ease , background-color .4s ease;
	transition: opacity .4s ease , color .4s ease , background-color .4s ease;
	color: #333;
}
.hs_content a:hover,
.hs_content button:hover {
	opacity: .8;
}
@media (min-width: 1px) and (max-width: 1050px) {
	.hs_content a:hover,
	.hs_content button:hover {
		opacity: 1;
	}
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}

table {
	width: 100%;
}

img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}


/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.font01{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
}

.hs_content{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	color: #333;
	min-width: 1300px;
	overflow: hidden;
}
.hs_content .wrap{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}
.hs_content .inner{
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
}
.hs_content .inner02{
	max-width: 760px;
	width: 92%;
	margin: 0 auto;
}
.hs_content .aCen{
	text-align: center;
}


@media screen and (max-width: 768px) {
	.hs_content{
		min-width: inherit;
	}
	.hs_content .inner{
		max-width: inherit;
		width: 100%;
		padding: 0 7.333vw;
		box-sizing: border-box;
	}
	.hs_content .inner02{
		max-width: inherit;
		width: 100%;
		padding: 0 7.333vw;
		box-sizing: border-box;
	}
}
.hs_content .pc{
	display: block;
}
.hs_content .inline-pc{
	display: inline;
}
.hs_content .sp{
	display: none;
}
@media screen and (max-width: 768px) {
	body{
		min-width: initial;
	}
	.ck_content .wrap{
		width: 84%;
		max-width: initial;
	}
	.hs_content .pc{
		display: none;
	}
	.hs_content .inline-pc{
		display: none;
	}
	.hs_content .sp{
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.hs_content .img img{
		width: 100%;
	}

	.hs_content .txt{
		line-height: 1.8;
		font-size: 3.75vw;
	}
}
/* animation
---------------------------------------------------------------------------- */
.anime.fadein{ opacity: 0;}
.anime.fadein.-active{
	animation: fadeIn 1.2s .2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

