@charset "utf-8";

body:before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/bg.png");
	background-size: cover;
}
.outer{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.wrapper {
	text-align: center;
	max-width: 90%;
}
.wrapper img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wrapper ul {
	width: 480px;
	max-width: 90%;
	display: grid;
	column-gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
}
.wrapper a.access {
	margin-top: 50px;
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid #000;
}