@charset "utf-8";
/* CSS Document */
.playback {
  position: relative;
}
.playback-mark {
  position: absolute;
  background: url(/event/playback/images/playback_logo.svg) no-repeat;
  width: 47px;
  height: 47px;
  top: 3px;
  right: 5px;
  z-index: 100;
}
.movie-wrap {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 margin: 0 0 10px 0;
}
.movie-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

.swiper-slide .image img {
  width: 100%;
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color,#f7ff00) !important;
}