@charset "utf-8";

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

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

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei, sans-serif;
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

img {
	display: block;
}

.page {
	position: relative;
	width: 24rem;
	height: 13.5rem;
	margin: 0 auto;
	overflow: hidden;
}

.hero {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
	background: url("../image/img_3.png") 100% no-repeat;
	background-size: 100% 100%;
}

.hero-mask {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

.header {
	width: 16.4875rem;
	height: .75rem;
	margin: .1375rem 0 0 3.7625rem;
	display: flex;
	flex-direction: row;
}

.brand {
	width: 2.3rem;
	height: .75rem;
	display: flex;
	flex-direction: row;
	color: rgba(255, 255, 255, 1);
}

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

.brand-name {
	width: 1.4rem;
	height: .4625rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .325rem;
	font-family: PingFangSC-Semibold, PingFang SC, Arial, sans-serif;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
	line-height: .4625rem;
	margin: .1375rem 0 0 .15rem;
}

.nav {
	display: flex;
	flex-direction: row;
	margin-left: 8.775rem;
}

.nav a {
	height: .4125rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .3rem;
	font-family: PingFangSC-Regular, PingFang SC, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	line-height: .4125rem;
	margin-top: .15rem;
	text-decoration-line: underline;
	text-underline-offset: .04rem;
}

.nav a:first-child {
	width: 1.9375rem;
}

.nav a:last-child {
	width: 2.375rem;
	margin-left: 1.1rem;
}

.main {
	width: 16.0875rem;
	height: 10rem;
	margin: 1.3625rem 0 1.25rem 3.7625rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.copy {
	width: 10.925rem;
	height: 4.875rem;
	margin-top: 2.0625rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.copy-text {
	width: 10.925rem;
	height: 3.1375rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.copy h1 {
	width: 7.2875rem;
	height: .8375rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .6rem;
	font-family: PingFangSC-Semibold, PingFang SC, Arial, sans-serif;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	line-height: .8375rem;
}

.copy p {
	width: 10.925rem;
	height: 2rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .35rem;
	font-family: PingFangSC-Regular, PingFang SC, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: .5rem;
}

.store {
	width: 4.2375rem;
	height: 1.25rem;
}

.store img {
	width: 4.2375rem;
	height: 1.25rem;
}

.phone {
	width: 4.6125rem;
	height: 10rem;
	border-radius: .4875rem;
	border: .1904761904761905rem solid rgba(255, 255, 255, 0.65);
	background-image: url("../image/img_4.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.page,
	.hero,
	.hero-mask {
		width: 100%;
		height: auto;
		min-height: 100svh;
	}

	.hero {
		background-position: center;
		background-size: cover;
	}

	.hero-mask {
		padding: 20px 18px 32px;
		background-color: rgba(0, 0, 0, 0.58);
	}

	.header {
		width: 100%;
		height: auto;
		margin: 0;
		align-items: center;
		justify-content: space-between;
	}

	.brand {
		width: auto;
		height: auto;
		align-items: center;
	}

	.brand-logo {
		width: 44px;
		height: 44px;
	}

	.brand-name {
		width: auto;
		height: auto;
		margin: 0 0 0 10px;
		font-size: 22px;
		line-height: 1.25;
	}

	.nav {
		margin-left: 0;
		gap: 16px;
	}

	.nav a,
	.nav a:first-child,
	.nav a:last-child {
		width: auto;
		height: auto;
		margin: 0;
		font-size: 13px;
		line-height: 1.35;
	}

	.main {
		width: 100%;
		height: auto;
		margin: 48px 0 0;
		display: grid;
		gap: 34px;
	}

	.copy,
	.copy-text {
		width: 100%;
		height: auto;
		margin: 0;
		display: block;
	}

	.copy h1 {
		width: 100%;
		height: auto;
		font-size: 34px;
		line-height: 1.15;
		white-space: normal;
	}

	.copy p {
		width: 100%;
		height: auto;
		margin-top: 18px;
		font-size: 18px;
		line-height: 1.55;
	}

	.store {
		width: 220px;
		height: auto;
		margin-top: 30px;
	}

	.store img {
		width: 220px;
		height: auto;
	}

	.phone {
		width: min(72vw, 280px);
		height: auto;
		aspect-ratio: 369 / 800;
		margin: 0 auto;
		border-width: 10px;
		border-radius: 28px;
	}
}

@media (max-width: 520px) {
	.header {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.nav {
		width: 100%;
		justify-content: space-between;
	}
}
