@charset "utf-8";

/* .hwwVideo
----------------------------------------------------*/
div.hwwVideo {
  *zoom: 1;
  margin-bottom: 0px;
}
div.hwwVideo:after {
  content: '';
  display: block;
  clear: both;
}
div.hwwVideo div.hwwVideoWrap {
  display: table;
  /*width:100px;*/
  text-align: center;
  margin: 0 auto;
  *zoom: 1;
  /* for IE6, IE7 */
}
div.hwwVideo div.hwwVideoWrapW640 {
  width: 640px;
}
div.hwwVideo div.hwwVideoPlayer {
  display: -moz-inline-box;
  /* for FF2 */
  display: inline-block;
  padding-bottom: 10px;
  *display: inline;
  /* for IE6, IE7 */
  *zoom: 1;
  /* for IE6, IE7 */
}
div.hwwVideo div.hwwVideoFoot {
  text-align: left;
  line-height: 1.3;
}
div.hwwVideo div.hwwVideoFoot h3 {
  padding-bottom: 20px !important;
}
div.hwwVideo .hwwVideoPlayer + div.hwwVideoFoot h3 {
  padding-top: 10px;
}
div.hwwVideo div.hwwVideoFoot h3 strong {
  display: block;
  font-size: 123.1%;
}
div.hwwVideo div.hwwVideoFoot h3 span {
  display: block;
  font-weight: normal;
  padding-top: 3px;
}
div.hwwVideo div.hwwVideoFoot p {
  /*margin-bottom: 20px;*/
}


/* --------------------------------------
    / デザイン追加2016/12
-------------------------------------- */
#contents video {
	background: #000;
}
.bc-iframe body, .bc-player-4k5Jg43ag_default {
	background-color: transparent;
}
.bc-player-4k5Jg43ag_default .vjs-poster {
	background-color: transparent;
}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  top: 0;
  left: 0;
}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
	left: 242px\9 !important;
	top: 140px\9 !important;
}
.vjs-big-play-button {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto;
}
.bc-player-4k5Jg43ag_default .vjs-progress-holder:before {
	background-color:#000 !important;
	filter:alpha(opacity=30) !important;
	opacity:0.3!important;
}
.bc-player-4k5Jg43ag_default .vjs-load-progress {
	background-color:#c00 !important;
	background-color:#000\9 !important;
	filter:alpha(opacity=0) !important;
	opacity:0.3!important;
}
.bc-player-4k5Jg43ag_default .vjs-play-progress, .bc-player-4k5Jg43ag_default .vjs-volume-level {
	background-color:#c00!important;
}
#contents .vjs-big-play-button {
	display: block;
}
.columnVideo {
    /*margin-bottom: 20px;*/
    background-color: #000;
}
.columnVideo .videoWrapper, .columnVideo .video-js {
    width: 100%;
    height: 100%;
}




/* lity (modal window)
---------------------------------*/
.lity{
	background-color: #fff;
}
.lity-iframe-container iframe,
.lity-content:after{
	box-shadow: none !important;
}

.lity-close,
#movie_modal .movie_btn_close{
	position:fixed;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -200px;
	top: 20px;
	left: 20px;
	right: auto;
	z-index: 3;
}

.lity-close:before,
.lity-close:after,
#movie_modal .movie_btn_close:before,
#movie_modal .movie_btn_close:after{
	content: "";
	display: block;
	width: 38px;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 48%;
	left: -13%;
}
.lity-close:before,
#movie_modal .movie_btn_close:before{
	transform: rotate(-45deg);
}
.lity-close:after,
#movie_modal .movie_btn_close:after{
	transform: rotate(45deg);
}
.lity-close:active,
#movie_modal .movie_btn_close:active{
	top: 20px;
}

#movie_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 65535;
}
#movie_modal_inner {
	margin: 0 auto;
	opacity: 0;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 2;
}

#movie_modal .movie_overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

#movie_modal_data video,
#movie_modal_data .video-js {
	width: 100% !important;
	height: auto !important;
	position: relative;
}

#movie_modal_data video{
	height: auto !important;
	position: absolute;
	top: 0;
}
#movie_modal_data .video-js {
	height: 0 !important;
	padding-top: 56.25%;
}

#movie_modal .m_mov {
	display: none;
	width: 100%;
	position: absolute;
}
#movie_modal .movie_overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 736px) {
#contents .video-js {
	position: relative;
	width: 100% !important;
	height: auto !important;
}
#contents video {
	position: relative;
	width: 100%;
	height: auto;
}
.columnVideo {
    width: 100% !important;
    height: 100% !important;
}
.vjs-paused .vjs-big-play-button {
    display: block !important;
}
	#movie_modal_data .video-js{
		height: auto !important;
		/*padding-top: 0;*/
	}
}