.add-movie-icon {
  display: flex;
  align-items: center;
}
.add-movie-icon::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  background-image: url("../images/movie-icon.png");
  width: 22px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-mv .swiper-wrapper {
  text-align: center;
}

.s02 {
  text-align: center;
}/*# sourceMappingURL=style0.css.map */