#wrap {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url("../img/background.png") no-repeat 0 0 / cover;
}
.logo_wrap {
	width: 28rem;
}
.logo_wrap img {
	width: 100%;
}
.start {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	margin-top: 6rem;
	background: #fff url("../img/next_arrow.png") no-repeat 95% 50% / 1rem;
	padding: 1.5rem;
	width: 65%;
	text-align: center;
	border: 1px solid #a86607;
	border-radius: 1rem;
	color: #a86607;
}
