.top-mv {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-mv {
    height: auto;
  }
}
.top-mv img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 110vh;
}
@media screen and (max-width: 1024px) {
  .top-mv img {
    object-position: center bottom;
    height: auto;
  }
}

.top-cta {
  line-height: 1;
}
.top-cta img {
  vertical-align: top;
}

/*# sourceMappingURL=page-top.css.map */
