@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* reset */
*,
*::before,
*::after {
	box-sizing: border-box;
}
html, body, div, h1, h2, h3, h4, h5, h6, p, span, a, img, ol, ul, li, dl, dt, dd, footer, header, section, article, aside, address, blockquote, figure {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;/* 10px */
}
body {
	font-family:"Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	background: #eb6075;
	overflow-wrap: break-word;
	word-break: break-all;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.6;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
html,
body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
header,
footer {
	width: 100%;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
a img {border: none;}
a:link,
a:visited,
a:active {
	color: #ea5364;
	text-decoration: none;
}
.pc_only {
	display: none;
}
@media screen and (max-width: 959px) {
	body {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
	}
	.mouseover:hover {
		opacity: 1;
	}
}
@media screen and (min-width:800px) {
	.pc_only {
		display: block;
	}
	img.pc_only,
	a.pc_only {
		display: inline;
	}
	.sp_only {
		display: none;
	}
	a:hover {
		color: #ea5364;
		text-decoration: underline;
	}
	a:active {
		color: #0e45ac;
		text-decoration: underline;
	}
	a:link img,
	a:visited img {
		cursor: pointer;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:hover img {
		cursor: pointer;
		opacity:0.7;
		transition-duration: 0.3s;
		transition-delay: 0s;
	}
	a:active img {
		cursor: pointer;
		transition-duration: 0.1s;
		transition-delay: 0s;
	}
}
footer {
	background-color: #eb6075;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.copyright-text {
	color: #ffffff;
	text-align: center;
	font-size: 3vw;
	padding: 5px 0;
}
@media screen and (min-width: 640px) {
	header h1 {
		text-align: center;
	}
	header h1 img {
		width: 100%;
		max-width: 1000px;
	}
	.copyright-text {
		font-size: 1.3rem;
		padding: 10px 0;
	}
}
@media screen and (min-width:960px) {
	header h1 img {
		width: 1000px;
	}
}
