@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	text-decoration: none;
	flex-shrink: 0;
}

html,
body {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

img {
	display: block;
}

.page,
.hero {
	position: relative;
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
}

.page {
	margin: 0 auto;
}

.hero {
	background: url("../image/matchora-background.png") center / 100% 100% no-repeat;
}

.header {
	position: absolute;
	top: .15rem;
	left: 4.0125rem;
	width: 17.575rem;
	height: .8rem;
	z-index: 999;
}

.brand {
	display: flex;
	align-items: center;
	width: 2.65rem;
	height: .8rem;
	color: rgba(255, 255, 255, 1);
}

.brand-logo {
	width: .8rem;
	height: .8rem;
}

.brand-name {
	margin-left: .1625rem;
	font-size: .35rem;
	font-weight: 600;
	line-height: .8rem;
	white-space: nowrap;
}

.nav {
	position: absolute;
	top: .2375rem;
	left: 11.8125rem;
	display: flex;
	align-items: center;
}

.nav a {
	color: rgba(255, 255, 255, 1);
	font-size: .3rem;
	font-weight: 400;
	line-height: .375rem;
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: .04rem;
}

.nav a + a {
	margin-left: 1.175rem;
}

.main {
	position: absolute;
	inset: 0;
}

.copy {
	position: absolute;
	top: 5.0875rem;
	left: 4.0125rem;
}

.copy h1 {
	font-size: .65rem;
	font-weight: 600;
	line-height: .8125rem;
	white-space: nowrap;
}

.copy p {
	margin-top: .3875rem;
	font-size: .3875rem;
	font-weight: 400;
	line-height: .5375rem;
	white-space: nowrap;
}

.store {
	display: block;
	width: 4.5125rem;
	height: 1.3375rem;
	margin-top: .8625rem;
}

.store img {
	width: 100%;
	height: 100%;
}

.phone {
	position: absolute;
	top: 2.1875rem;
	left: 16.05rem;
	width: 5.35rem;
	height: 11.1rem;
}
