@charset "UTF-8";

/* ==========================================================================
   Reset
========================================================================== */
body{
  background: url(../img/common/bg_chara_yerrow.png) 0 0;
  -webkit-background-size: 322px auto;
          background-size: 322px auto;
}
.movie_body{
  margin: 0 3.13% 40% 3.13%;
}
.movie_body_inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_body_inner iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie_nav{
  margin:  0 0 12% 0;
}
.movie_nav:after{
  content: "";
  display: block;
  clear: both;
}
.movie_btn{
  width: 50%;
  float: left;
  margin-bottom: 1%;
}

img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-webkit-user-drag: none;
-webkit-touch-callout: none;
}