.first-view {
  width: 100%;
	height: min(calc(600px + 100 * (100vw - 320px)/1080), 700px);
  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;
}

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

.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(300px + 400 * (100vw - 630px)/760), 700px);
	}
}


.area01 {
  font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
  text-align: center;
  margin: 10% 0;
  color: #004e2a;
}

.area01 h2 {
  font-size: min(calc(18px + 10 * (100vw - 320px)/1080), 28px);
}

.area01 h2 span {
  font-size: min(calc(30px + 15 * (100vw - 320px)/1080), 45px);
  border-bottom: 1px solid;
  padding-bottom: 1%;
}

@media screen and (min-width: 640px) {
  .area01 {
  margin: 3% 0 0;
}
}


.area02 {
  font-family: "mestiza", serif;
	font-weight: 0;
	font-style: normal;
  text-align: center;
  color: #004e2a;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 10%;
}

.more-cont {
  cursor: pointer;
}

.button {
  display: block;
  padding: 20px 10px;

  background-color: #004e2a;
  border: 2px solid #004e2a;
  border-radius: 0;
  outline: none;

  color: #fffef3;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;

  transition: .4s ease all;
  width: 95%;
  min-width: 250px;
  max-width: 280px;
  margin-bottom: 10%;
}

.button--attention {
  display: inline-block;
  position: relative;
}

.button--attention__marker {
    display: block;
    width: 2px;

    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -15px;

    background: #004e2a;

    transition: .5s ease all;
}

.type {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 3%;
}

@media screen and (min-width: 640px) {
  .type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 70%;
  }
  
  .type-inner {
    margin-bottom: 5%;
  }

  .button {
    margin-bottom: 0;
  }
}