.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.swiper-slide > img {
  width: 100%;
  pointer-events: none;
}
.swiper-slide .video_box {
  width: 27vw;
  height: 16vw;
  box-sizing: border-box;
  padding: 1vw 1vw 1vw 0.5vw;
  cursor: pointer;
}
.swiper-slide .video_box .onPlay {
  width: 3vw;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}
.swiper-slide .video_box .poster {
  width: 100%;
}
.swiper-slide .video_box video {
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.95vw);
  top: 1vw;
  left: 0.5vw;
  margin: auto;
}
.swiper-slide .video_box_17 {
  top: 19%;
  left: 29.5%;
  background-image: url("../img/pc/swiper_17_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.swiper-slide .video_box_18 {
  left: 5%;
  bottom: 19%;
  background-image: url("../img/pc/swiper_18_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.close {
  top: 10px;
  right: 10px;
  width: 50px;
  cursor: pointer;
  z-index: 9;
}

.height {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

picture, .video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .swiper-slide {
    height: auto;
  }
  .swiper-slide .video_box_17 {
    width: 65vw;
    height: 38vw;
    top: 27.5%;
    left: 29%;
  }
  .swiper-slide .video_box .onPlay {
    width: 8vw;
  }
  .swiper-slide .video_box_18 {
    width: 85vw;
    height: 51vw;
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=index.css.map */
