/* ==================================
	fv
	================================== */
.fv-title {
  margin-bottom: 5.6rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.fv-subtitle {
  display: block;
  margin-top: 2.4rem;
  font-size: 2.4rem;
  color: #886E21;
}

.fv-lead {
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: 500;
}

.fv-text {
  margin-bottom: 10rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.fv-text.has-subtext {
  margin-bottom: 4rem;
}

.fv-subtext {
  margin-bottom: 12rem;
  font-size: 1.6rem;
}

.fv-text a {
  padding: 0 .8rem;
  color: #886E21;
  text-decoration: underline;
}


@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
	.fv-title {
	  margin-bottom: 4rem;
	  font-size: 3rem;
	}
	.fv-subtitle {
	  font-size: 1.8rem;
	}
	.fv-title .jp {
	  font-size: 2.6rem;
	}
	.fv-lead {
	  margin-bottom: 2.4rem;
	  font-size: 1.8rem;
	  line-height: 1.6;
	}
	.fv-text {
	  margin-bottom: 5.6rem;
	  font-size: 1.4rem;
	  font-weight: 300;
	}
}
