@charset "utf-8";
.footer {
  position: relative;
}
.footer__logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.footer__cover {
  width: 100%;
  height: 500px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}
.footer__bgSlide {
  display: none;
}
.footer__bgSlide li img {
  height: 500px;
}
.footer__copy {
  color: #fff;
  font-size: 12px;
  font-family: "TASA Explorer", sans-serif;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 40vw;
  }
  .footer__cover {
    height: 90.666vw;
    min-height: 340px;
  }
  .footer__bgSlide li img {
    height: 90.666vw;
    min-height: 340px;
  }
  .footer__copy {
    font-size: 3.2vw;
    bottom: 50px;
  }
}
