@charset "utf-8";
/* CSS Document */
.playback {
  position: relative;
  margin: 0 0 20px;
}
.playback-mark {
  position: absolute;
  background: url(/event/playback/images/playback_logo.svg) no-repeat;
  width: 47px;
  height: 47px;
  top: 10px;
  right: 10px;
  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-container {
  max-width: 450px;
}
.swiper-slide {
  margin: 0 auto 1.5em;
}
.swiper-slide .image img {
  width: 100%;
  height: auto;
}
.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color,#f7ff00) !important;
}

@media only screen and (min-width:768px) {
  /**/
  #movie h3 {
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    width: 420px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #movie h3 {
    background-image: url(../images/TTL_movie.png);
  }
}