html,body{
  width: 100%;
  height: 100%;
}

body{
  background: #000 ;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "MS PGothic", Helvetica, sans-serif;
  line-height: 1.5;
}


#inner{
  display: none;
  position: relative;
}


#inner a{
  text-decoration: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#ytvgh_footbanner iframe{
  margin: 0!important;
}

.onair_area_text{
  font-size: 12px;
  color: #fff!important;
  font-weight: normal;
  padding-left: 10px;
}

/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */
.bc_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    display: none;
    cursor: pointer;
}

.bc_wrapper .return_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.bc_wrapper .bc_movie_wrap {
    width: 100%;
    max-width: 700px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
	border-radius: 5px;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}
.bc_wrapper .bc_movie_wrap .btn{
  padding: 20px;
}

.bc_wrapper .bc_movie_wrap .btn a {
	margin-top: 5%;
  color: #fff;
}

a.bc_popup::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/common/btn_movie.png) no-repeat center center;
    background-size: 15% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

a.bc_popup {
 position: relative;
 display: block;
}