/* ヘッダー */
.first-view {
  width: 100%;
	height: min(calc(200px + 100 * (100vw - 320px)/1080), 300px);
  margin: 0 auto;
	background-position: center top;
	background-size: 100% !important;
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
	font-size: min(calc(20px + 25 * (100vw - 320px)/1080), 45px);
	text-align: center;
	color: #fffef3;
	display: flex;
	justify-content: center;
	align-items: center;
}

h1 {
	letter-spacing: 1rem;
	margin-right: -1rem;
}

.first-view p {
	font-size: min(calc(15px + 10 * (100vw - 320px)/1080), 25px);
}

.scrolled a {
  color: #004e2a !important;
	transition: 1s;
}

@media screen and (min-width: 640px) {
	.first-view {
		background-position: center top;
		background-size: 100%;
		height: min(calc(150px + 250 * (100vw - 640px)/760), 400px);
	}

	h1 {
	letter-spacing: 2.5rem;
	margin-right: -2.5rem;
}
}


.form {
	width: 90% !important;
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 15% !important;
	font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
}

.btn {
	background-color: #004e2a !important;
	width: 90% !important;
	max-width: 300px !important;
	margin-left: min(calc(5px + 135 * (100vw - 320px)/320), 140px) !important;
	height: 70px !important;
}

@media screen and (min-width: 640px) {
	.btn {
		margin-left: min(calc(150px + 50 * (100vw - 640px)/760), 200px) !important;
	}
}