/*フッターエリア*/
footer {
	width: 100%;
	background-color: #f6f5ea;
	position: sticky;
	top: 100vh;
	margin-top: 40px;
}

footer .copyright {
	height: 80px;
	width: 100%;
	color: #000;
	line-height: 80px;
	text-align: right;
}
