@charset "UTF-8";

#animation_play_area {
  max-width: 804px;
  width: 100%;
  /*height: 492px;*/
  position: relative;
}
#animation_play_area img.animation_btn {
  position: relative;
  z-index: 4;
    margin-bottom: 0;
}
#animation_play_area p.edge_only {
  margin-top: 7px;
}
#animation_play_area div#iframe_box {
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}
#animation_play_area div#iframe_box iframe {
    width: 804px;
    height: 492px;
}


body.movie_popup_now * {
  /*overflow: hidden !important;*/
}
body.movie_popup_now {
  overflow: hidden !important;
}

#main .news_content #animation_play_area {
  cursor: pointer !important;
  display: block;
}
#main .news_content #animation_play_area:hover {
  opacity: 0.85;
}

#main .movie_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,0.8);
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#main .movie_popup .movie_frame {
  position: relative;
  width: 80%;
  height: 80%;
  max-height:608px;
  display: block;
  max-width:1080px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}
#main .movie_popup .movie_frame .video {
    width:100%;
    padding-bottom: 56.25%;
    height:0px;
    position: relative;
    margin-bottom: 6px;
}
#main .movie_popup .movie_frame .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#main .movie_popup .movie_frame .close_btn {
  position: absolute;
  right:-30px;
  top:0;
  z-index: 100000;
  color: #fff;
  font-size: 26px;
  cursor: pointer !important;
}


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

  #animation_play_area img.animation_btn {
    position: relative;
    z-index: 4;
    margin-bottom: 0;
}


#animation_play_area {
    width: 100%;
    position: relative;
    height: auto;
}

#main .movie_popup .movie_frame {
  position: relative;
  width: 98%;
  height: 98%;
  max-height:608px;
  display: block;
  max-width:650px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

}
#main .movie_popup .movie_frame .video {
    width:100%;
    position: relative;
    margin: 0 !important;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#main .movie_popup .movie_frame .close_btn {
    position: fixed;
    right: 16px;
    top: 2px;
    z-index: 100000;
    color: #fff;
    font-size: 35px;
    cursor: pointer !important;
}


}


