.fv {
  position: relative;
  height: 100vh;
}
.fv__logo {
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .fv__logo {
    width: 20vw;
    top: 15px;
    right: 15px;
  }
}
.fv__img {
  width: 100%;
  height: 100%;
}
.fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv__img img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.fv__video {
  width: 100%;
  height: 100%;
}
.fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .fv__video video {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

.inner {
  max-width: 95%;
  margin: 0 auto;
  width: 1400px;
}

.intro {
  position: relative;
}
.intro__bg {
  position: absolute;
  z-index: -1;
  bottom: -2%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .intro__bg {
    bottom: -4%;
  }
}
.intro__bg img {
  width: 100%;
}

.caption {
  max-width: 1280px;
  padding: 0 40px;
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .caption {
    padding: 0 5.3333333333vw;
  }
}

.intro__text {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .intro__text {
    font-size: 18px;
  }
}/*# sourceMappingURL=top.css.map */