body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #ffeddf;
}

header {
  width: 100%;
	background: url('../images/top.png') no-repeat center;
	background-size: cover;
	height: 653rem;
	background-position: center center;
  position: relative;
}

header .btn{
  position: absolute;
  top: 470rem;
  left: 338rem;
  height: 95rem;
  color: transparent;
  width: 480rem;
}

main {
  width: 100%;
  text-align: center;
}

main > div{
  position: relative;
}

main > div .btn{
  position: absolute;
  bottom: 0rem;
  left: 50%;
  height: 98rem;
  width: 480rem;
  transform: translateX(-50%);
  color: transparent;
}

main img {
  width: 100%;
  vertical-align: bottom;
}

footer {
  width: 100%;
  height: 142rem;
	background: url('../images/footer.png') no-repeat center;
  background-size: contain;
  margin-top: -1rem;
}