html {
	font-size: 10px;
}
body {
	font-family: "BIZ UDGothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font-size: 2.3rem;
	margin: 0 0 25px
}
p {
	font-size: 1.5rem;
	line-height: 2.3;
	margin: 0;
}
header{
	padding: 15px;
}
header img {
	height: auto;
	max-width: 105px;
	width: 100%;
}
main{
	background:url(/other/img/bg01.png) no-repeat left top , url(/other/img/bg02.png) no-repeat right bottom;
	background-size: 375px;
	min-height: calc(100svh - 125px);
}
.message {
	color: #333;
	font-size: 1.2em;
	padding: 155px 0 0;
}
footer {
	color: #666;
	font-size: 0.8em;
	padding: 15px 10px;
}
footer p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: right;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
@media screen and (min-width: 769px) {
	h1 {
		font-size: 3rem;
		margin: 0 0 32px
	}
	main{
		background-size: 40vw;
		min-height: calc(100svh - 105px);
	}
	p {
		font-size: 2rem;
	}
	footer p {
		text-align: center;
	}
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}