@charset 'utf-8';


.box_movie_popup_bg{
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  text-align: center;
}

.box_movie_popup_bg:before{
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.box_movie_popup_bg:hover{
  cursor: pointer;
}
.box_movie_popup{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 10%;
  width: 100%;
  max-width: 980px;
  max-height: 96%;
  z-index: 1001;
  vertical-align: middle;
}
.box_movie_popup:hover{
  cursor: pointer;
}
.btnMoviePlay {
  cursor: pointer;
}

.btnMoviePopup{
  cursor: pointer;
}
.boxMovieCloseBtn{
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 1.5rem;
  color: #fff;
}




@media screen and (max-width: 640px) {

.box_movie_popup{
  top: 20%;
  right: 2px;
  width: 98%;
  max-width: 100%;
}

.boxMovieCloseBtn{
  top: -15vw;
  font-size: 2.0rem;
}




}/* Sp */
