@charset "utf-8";
/* CSS Document */
.playback {
  position: relative;
  padding: 0 15px 15px;
}
#VR.playback {
  padding: 0 15px 15px 0;
}
.playback-mark {
  position: absolute;
  background: url(/event/playback/images/playback_logo.svg) no-repeat;
  width: 47px;
  height: 47px;
  top: 7px;
  right: 25px;
  z-index: 100;
}
.movie-wrap {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 margin: 0 0 10px 0;
 border: 1px solid #999;
}
.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;
}

@media only screen and (max-width:768px) {
  .playback-mark {
    top: 4px;
    right: 15px;
  }
  #box_movie,
  #box_photo {
    width: 91%;
    background: #fff;
    margin: 1em auto;
    padding: 10px;
  }
}
@media only screen and (min-width:768px) {  
  /**/
  #box_movie h3,
  #box_photo h3 {
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    width: 420px;
    background-repeat: no-repeat;
  }
  #box_movie h3 {
    background-image: url(../images/TTL_movie.gif);
  }
  #box_photo h3 {
    background-image: url(../images/TTL_photo.gif);
  }
}
