@charset "utf-8";


main .h-normal {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.backBtn {
	margin-top: 80px;
}
.backBtn a {
	display: block;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	color: #000;
	text-decoration: none;
	border: #000 solid 1px;
    font-family: 'Jost';
	font-size: 18px;
	letter-spacing: .1em;
	padding: 20px;
}

main .kv {
	max-width: 1280px;
	margin: 0 auto;
}
main .kv img {
	width: 100%;
}

main .desc {
	padding-top: 70px;
}

main .desc p.copy {
	margin-bottom: 2.5em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

main .desc p:not(.copy) {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
}
main .desc p:not(.copy) + p {
	margin-top: 2em;
}

@media screen and (max-width:767px) {
	main .mv img {
		
	}

	main .desc {
		padding-top: 12vw;
	}

	main .desc p.copy {
		font-size: calc(40 / 1125 * 100vw);
	}

	main .desc p:not(.copy) {
		font-size: calc(36 / 1125 * 100vw);
	}
}