@charset "UTF-8";
/*
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	background-color: black;
}

body{
	min-width: 720px;
	min-height: 486px;
}
*/
video{
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
/*	top: 0;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: 100%;
	border: 0;
	/*min-width: 720px;*/
	/*min-height: 486px;*/
	z-index: 0;
}


video:-webkit-full-screen{
	position : absolute ;
	left  : 0 ;
	top   : 0 ;
	width : 100% ;
	height : 100% ;
}

.splitBar{
	background-color: gray;
	z-index: 50;
	height: 1px;
	color: #FFFFFF;
}
button {
	outline: none;
	margin: 0;
}
.videoWrapper,
.videoWrapper * {
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
    outline: 0 none black;
}

/*********************************
		loadingSpin
*********************************/
.loadingSpin {
	width: 60px;
	height: 100px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.loadingSpin span {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/player/dtv-sprite-inline.png?v=2) -326px 0px no-repeat;
	background-size: 386px 77.5px;
	text-indent: -9999px;
	-webkit-animation: spin 1.2s linear infinite;
	   -moz-animation: spin 1.2s linear infinite;
		-ms-animation: spin 1.2s linear infinite;
		 -o-animation: spin 1.2s linear infinite;
			animation: spin 1.2s linear infinite;
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.loadingText{
	color: #ffffff;
	font-size: 12px;
	width: 120px;
	margin-left: -30px;
	text-align: center;
	opacity: 0.6;
	margin-top: 10px;
}

.loadingText-hidden .waitArea .loadingText{
	display:none;
}

/*********************************
		button
*********************************/
.mainButton button {
	display: inline-block;
	background-color: transparent;
	vertical-align: top;
	margin: 0;
	padding: 0;
	/*width: 44px;*/
	/*height: 50px;*/
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-perspective: 1000;
	   -moz-perspective: 1000;
			perspective: 1000;
}

/*.mainButton button.shadow {
	-webkit-filter: drop-shadow(0px 0px 9px #fff);
	   -moz-filter: drop-shadow(0px 0px 9px #fff);
		-ms-filter: drop-shadow(0px 0px 9px #fff);
		 -o-filter: drop-shadow(0px 0px 9px #fff);
			filter: drop-shadow(0px 0px 9px #fff);
}
.mainButton button.fadeAnim {
	-webkit-transition: -webkit-filter .1s cubic-bezier(0.4,0.0,1,1);
	   -moz-transition:    -moz-filter .1s cubic-bezier(0.4,0.0,1,1);
		-ms-transition: 	-ms-filter .1s cubic-bezier(0.4,0.0,1,1);
		 -o-transition: 	 -o-filter .1s cubic-bezier(0.4,0.0,1,1);
			transition: 		filter .1s cubic-bezier(0.4,0.0,1,1);
			transition: 	 -o-filter .1s cubic-bezier(0.4,0.0,1,1);
			transition: 	-ms-filter .1s cubic-bezier(0.4,0.0,1,1);
			transition:    -moz-filter .1s cubic-bezier(0.4,0.0,1,1);
			transition: -webkit-filter .1s cubic-bezier(0.4,0.0,1,1);
}*/
/*********************************
		通常時
*********************************/
.mainButton button {
}

.mainButton button.playButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px 0px no-repeat;
	width: 59px;
	height: 30px;
}
.mainButton button.playButton:hover{
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -30px no-repeat;
}
.mainButton button.playButton:active{
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -60px no-repeat;
}
.play-playing .mainButton button.playButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -59px 0px no-repeat;
	width: 59px;
	height: 30px;
}
.play-playing .mainButton button.playButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -59px -30px no-repeat;
}
.play-playing .mainButton button.playButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -59px -60px no-repeat;
}
.mainButton button.backButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -177px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.backButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -177px -30px no-repeat;
}
.mainButton button.backButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -177px -60px no-repeat;
}
.mainButton button.backButton.isDisable{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -177px -30px no-repeat;
}
.mainButton button.nextButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -227px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.nextButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -227px -30px no-repeat;
}
.mainButton button.nextButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -227px -60px no-repeat;
}
.mainButton button.nextButton.isDisable{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -227px -30px no-repeat;
}

.mainButton button.isDisable{
	pointer-events: none;
	touch-action: none;
}

.volume-muted .mainButton button.volumeButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -612px 0px no-repeat;
	width: 35px;
	height: 30px;
}
.volume-muted .mainButton button.volumeButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -612px -30px no-repeat;
}
.mainButton button.volumeButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -577px 0px no-repeat;
	width: 35px;
	height: 30px;
}
.mainButton button.volumeButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -577px -30px no-repeat;
}
/*.mainButton button.settingButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -427px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.settingButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -427px -30px no-repeat;
}
.mainButton button.settingButton:active {
	background: url(../img/player/mousedown/size-s.png) no-repeat;
}*/
.mainButton button.miniButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -427px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.miniButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -427px -30px no-repeat;
}
.mainButton button.miniButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -427px -60px no-repeat;
}

.mainButton button.fullscreenButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -527px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.fullscreenButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -527px -30px no-repeat;
}
.mainButton button.fullscreenButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -527px -60px no-repeat;
}

.fullscreen .mainButton button.fullscreenButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -477px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.fullscreen .mainButton button.fullscreenButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -477px -30px no-repeat;
}
.fullscreen .mainButton button.fullscreenButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -477px -60px no-repeat;
}

.shuffleButton-hidden .controller .buttonArea .shuffle {
	display:none;
}
.mainButton button.shuffleButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px -30px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.shuffleButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px -30px no-repeat;
}
.mainButton button.shuffleButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px -60px no-repeat;
}

.mainButton button.shuffleButton-on {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.shuffleButton-on:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px -30px no-repeat;
}
.mainButton button.shuffleButton-on:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -377px -60px no-repeat;
}

.mainButton button.changeButton {
	width: 50px;
	height: 30px;
}
.mainButton button.cloneChangeActiveDubbed {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -85px -90px no-repeat;
	width: 85px;
	height: 30px;
	margin: -5px -50px;
}
.mainButton button.cloneChangeActiveDubbed:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -85px -120px no-repeat;
}
.mainButton button.cloneChangeActiveDubbed:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -85px -90px no-repeat;
}

.mainButton button.cloneChangeActiveSubtitled {
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -90px no-repeat;
	width: 85px;
	height: 30px;
	margin: -5px -50px;
}
.mainButton button.cloneChangeActiveSubtitled:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -120px no-repeat;
}
.mainButton button.cloneChangeActiveSubtitled:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -90px no-repeat;
}

.mainButton button.continuousPlay {
	width: 50px;
	height: 30px;
}
.mainButton button.continuousPlayOn {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -340px -90px no-repeat;
	width: 85px;
	height: 30px;
	margin-top: -5px;
	margin-right: -102px;
	margin-bottom: -5px;
}
.mainButton button.continuousPlayOn:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -340px -120px no-repeat;
}
.mainButton button.continuousPlayOn:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -340px -90px no-repeat;
}

.mainButton button.continuousPlayOff {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -425px -90px no-repeat;
	width: 85px;
	height: 30px;
	margin-top: -5px;
	margin-right: -102px;
	margin-bottom: -5px;
}
.mainButton button.continuousPlayOff:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -425px -120px no-repeat;
}
.mainButton button.continuousPlayOff:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -425px -90px no-repeat;
}
.continuousPlayButton-hidden {
	display:none;
}
.repeatButton-hidden .controller .buttonArea .repeat {
	display:none;
}
.mainButton button.repeatButton {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px -30px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.repeatButton:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px -30px no-repeat;
}
.mainButton button.repeatButton:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px -60px no-repeat;
}

.mainButton button.repeatButton-on {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.repeatButton-on:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px -30px no-repeat;
}
.mainButton button.repeatButton-on:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -277px -60px no-repeat;
}

.mainButton button.repeatButton-on-single {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -327px 0px no-repeat;
	width: 50px;
	height: 30px;
}
.mainButton button.repeatButton-on-single:hover {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -327px -30px no-repeat;
}
.mainButton button.repeatButton-on-single:active {
	background: url(../img/player/dtv-sprite-inline.png?v=2) -327px -60px no-repeat;
}

/*********************************
		ホバー時
*********************************/
.mainButton button:hover {
	opacity: 1;
}


/*********************************
		非活性時
*********************************/
.disable-next .next {
	opacity: 0.4;
	pointer-events: none;
	touch-action: none;
}

.disable-skip .skip {
	opacity: 0.4;
	pointer-events: none;
	touch-action: none;
}

.disable-button .buttonArea,
.disable-button .popupButtonWrap,
.disable-button .seekArea,
.disable-normal .normal,
.disable-good .good,
.disable-high .high,
.disable-hd .hd,
.disable-audio128 .audio128,
.disable-audio192 .audio192 {
	color: #484848;
	pointer-events: none;
	touch-action: none;
}

/*********************************
		非表示時
*********************************/
.disable-fullscreen .fullscreen {
	display: none;
}

/*********************************
		videoWrapper
*********************************/

.videoWrapper {
	position: absolute;
	top: 0;
	left: 0;
	/*position: relative;*/
	 width: 100%;
	 height: 100%;
	/* min-width: 720px; */
	/* min-height: 300px; */
	background: #000;
	overflow-x: inherit;
	margin: 0 auto;
}


.videoWrapper #video {
/*	position: absolute;*/
/*	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
*/	width: 100%;
	height: 100%;
	/*padding-bottom: 37px;*/
}


.videoWrapper #video::-webkit-media-controls {
	display:none !important;
}
.videoWrapper #video::-webkit-media-controls-enclosure {
	display:none !important;
}


/*********************************
		waitArea
*********************************/

.videoWrapper .waitArea .loadingArea {
	background-color: rgba(0, 0, 0, .6);
}
.videoWrapper .waitArea .loadingArea,
.videoWrapper .waitArea .initingArea,
.videoWrapper .waitArea .pauseArea {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.videoWrapper .waitArea .informationArea {
	background-color: rgba(0, 0, 0, .6);
        display: none;
}

.videoWrapper:not(.inited) #video,
.videoWrapper:not(.inited) .controller,
.videoWrapper:not(.inited) .waitArea .loadingArea,
.videoWrapper:not(.loading) .waitArea .loadingArea,
.videoWrapper:not(.play-pausing) .waitArea .pauseArea,
.videoWrapper.controller-hidden .waitArea .pauseArea,
.videoWrapper.pauseArea-hidden .waitArea .pauseArea,
.videoWrapper:not(.play-pausing) .waitArea .pauseArea #pauseInfo .pauseInfoWrap {
	/*display: none;*/
	opacity: 0;
	pointer-events: none;
}

.videoWrapper.inited .waitArea .initingArea {
	opacity: 0;
	pointer-events: none;
	text-indent:150%;
	white-space:nowrap;
	overflow:hidden;
}

#backThumb {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-filter: blur(6px);
	   -moz-filter: blur(6px);
		-ms-filter: blur(6px);
		 -o-filter: blur(6px);
			filter: blur(6px);
	-webkit-transition: opacity .4s linear;
	   -moz-transition: opacity .4s linear;
		-ms-transition: opacity .4s linear;
		 -o-transition: opacity .4s linear;
			transition: opacity .4s linear;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-perspective: 1000;
	   -moz-perspective: 1000;
			perspective: 1000;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
}
/* Edge用(blurを当てない) */
#backThumb.noblur {
	-webkit-filter: blur(0px);
	   -moz-filter: blur(0px);
		-ms-filter: blur(0px);
		 -o-filter: blur(0px);
			filter: blur(0px);
}
#backThumb.loaded {
	opacity: 1;
}




#pauseInfo {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#pauseInfo .pauseInfoWrap {
	width: 100%;
	height: 100%;
	padding: 30px;
	margin: auto;
	color: #fff;
}
#pauseInfo .pauseInfoIn {
	width: 100%;
	height: 100%;
	margin: auto;
}
#pauseInfo .pauseInfoWrap .pauseInfoTxt1 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	opacity: .6;
	line-height: 15px;
}
#pauseInfo .pauseInfoWrap .pauseInfoTxt2 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	opacity: .6;
}
#pauseInfo .pauseInfoWrap .pauseInfoTxt3 {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	opacity: .6;
	margin-left: 1em;
}
@media screen and (min-width: 1280px) {
	#pauseInfo .pauseInfoWrap {
		padding: 110px 30px;
	}
	#pauseInfo .pauseInfoIn {
		max-width: 1320px;
	}
	#pauseInfo .pauseInfoWrap .pauseInfoTxt1 {
		font-size: 24px;
		padding-bottom: 12px;
		line-height: 26px;
	}
	#pauseInfo .pauseInfoWrap .pauseInfoTxt2 {
		font-size: 36px;
	}
	#pauseInfo .pauseInfoWrap .pauseInfoTxt3 {
		font-size: 36px;
	}
	.fullscreen .titleArea {
		top: auto;
		bottom: 75px;
		left: 12.3%;
	}
	.fullscreen .controller .seekArea {
		width: 78.5%;
		margin: 0 auto !important;
	}
	.fullscreen .controller .buttonArea {
		width: 79.5%;
		margin: 0 auto;
	}
	.fullscreen .controller .titleAreaShadow {
		opacity: 0;
	}
}
/*********************************
		停止中表示
*********************************/
#pauseInfo .pause,
#pauseInfo .play {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.5;
	z-index: 1;
	background: #c7c7c7;
	border-radius: 4px;
}

#pauseInfo .pause:before{
	content:"";
	position: absolute;
	left: 20px;
	top: 17px;
	width: 10px;
	height: 34px;
	background: #ffffff;
	z-index: 2;
}

#pauseInfo .pause:after{
	content:"";
	position: absolute;
	right: 20px;
	top: 17px;
	width: 10px;
	height: 34px;
	background: #ffffff;
	z-index: 2;
}

#pauseInfo .play:after{
	content:"";
	position: absolute;
	left: 22px;
	top: 18px;
	border-left: solid 27px #ffffff;
	border-bottom: solid 16px transparent;
	border-top: solid 16px transparent;
	border-right: none;
	width: 0;
	height: 0;
}

.videoWrapper:not(.play-pausing) .waitArea .pauseArea{
	-webkit-transition: opacity 1s;
   -moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	 -o-transition: opacity 1s;
		transition: opacity 1s;
}
.play-pausing #pauseInfo .pause,
.play-pausing #pauseInfo.fadeAnim .play,
.play-pausing #pauseInfo.fadeAnimDone .play,
.play-playing #pauseInfo.fadeAnimDone .pause{
	opacity: 1;
}

.play-playing #pauseInfo.fadeAnim .play,
.play-playing #pauseInfo.fadeAnimDone .pause,
.play-playing #pauseInfo.fadeAnimDone .play{
	opacity: 0;
}

/*********************************
		コントローラー
*********************************/
.videoWrapper .controller {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	z-index: 160;
	-webkit-transition: opacity .234s cubic-bezier(0.4,0.0,1,1);
	   -moz-transition: opacity .234s cubic-bezier(0.4,0.0,1,1);
		-ms-transition: opacity .234s cubic-bezier(0.4,0.0,1,1);
		 -o-transition: opacity .234s cubic-bezier(0.4,0.0,1,1);
			transition: opacity .234s cubic-bezier(0.4,0.0,1,1);
	overflow: hidden;
}
.videoWrapper .endController {
	height: 65px;
}

.videoWrapper.controller-hover .controller {
	height: 100%;
	z-index: 500;
}

.videoWrapper.controller-hidden .controller {
	cursor: none;
	pointer-events: none;
	/*opacity: 0;*/
}

.videoWrapper.title-hidden .titleArea,
.videoWrapper.title-hidden .titleAreaShadow {
	opacity: 0;
}

.videoWrapper .controller .controllerArea{
	position: absolute;
	bottom:0;
	height: 50px;
	width: 100%;
	padding-right: 50px;
	padding-left: 50px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	-webkit-transition: 0.5s;
	   -moz-transition: 0.5s;
		-ms-transition: 0.5s;
		 -o-transition: 0.5s;
			transition: 0.5s;
}

.videoWrapper.controller-hidden .controller .controllerArea{
	margin-bottom: -75px;
}

.videoWrapper .controller .seekArea {
	height: 10px;
	position: relative;
	z-index: 2;
	bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	-ms-touch-action : none ; /* for *IE10 */
	touch-action : none ;
}

.videoWrapper .controller .seekArea .seekBackBar,
.videoWrapper .controller .seekArea .seekBar,
.videoWrapper .controller .seekArea .bufferBar,
.videoWrapper .controller .seekArea .seekThumb {
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.videoWrapper .controller .seekArea .seekThumb {
	height: 18px;
	bottom: -6px;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	   -moz-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		-ms-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		 -o-transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
			transition: opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	cursor: pointer;
}
.videoWrapper.liveMode .controller .seekArea .seekThumb{
	cursor: default;
}
.videoWrapper .controller .seekArea .seekBar,
.videoWrapper .controller .seekArea .bufferBar,
.videoWrapper .controller .seekArea .seekBackBar {
	border: none;
	background: transparent;
	width: 100%;
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
		-ms-transform-origin: left;
		 -o-transform-origin: left;
			transform-origin: left;
}
.videoWrapper .controller .seekArea .seekBar {
	background: #cc0033;
}
.videoWrapper .controller .seekArea .bufferBar {
	background: #444444;
	/*opacity: .4;*/
}
.videoWrapper .controller .seekArea .seekBackBar {
	background: #ffffff;
	-webkit-transform-origin: right;
	   -moz-transform-origin: right;
		-ms-transform-origin: right;
		 -o-transform-origin: right;
			transform-origin: right;
}

.videoWrapper.seeking .controller .seekArea .seekThumb,
.videoWrapper .controller .seekArea:hover .seekThumb {
	opacity: 1;
}

.videoWrapper.seekPopHidden .controller .seekArea:hover .seekThumb{
	/*opacity: 0;*/
}

.videoWrapper .controller .seekArea .seekThumb .thumbTarget{
	display: block;
	content: "";
	position: absolute;
	height: 30px;
	width: 6px;
	margin-top: -7px;
	margin-left: -3px;
	/*box-shadow: 0 0 2px 2px rgba(0,0,0,0.35);*/
	background-color: #fff;
	z-index: 1;
}
.videoWrapper .controller .seekArea .seekThumb .thumbTarget {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
		-ms-transform: scale(0);
		 -o-transform: scale(0);
			transform: scale(0);
	opacity: .5;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	-moz-transition:    -moz-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	-ms-transition: 	-ms-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	-o-transition: 	 -o-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	transition: 		transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	cursor: -webkit-grab;
	cursor:    -moz-grab;
}
.videoWrapper.seeking .controller .seekArea .seekThumb .thumbTarget,
.videoWrapper .controller .seekArea:hover .seekThumb .thumbTarget {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	opacity: 1;
}
.liveMode .controller .seekArea .seekThumb .thumbTarget{
	display: none;
}

.videoWrapper .controller .buttonArea .mainButton {
	position: relative;
	width: 50px;
	height: 30px;
}
.videoWrapper .controller .buttonArea .mainButton.play{
	width: 59px;
}
.videoWrapper .controller .buttonArea .mainButton.skip{
	display:none;
}
.videoWrapper .controller .buttonArea .mainButton.volume{
	width:35px;
	transition:0.3s;
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -155px repeat-x;
	overflow:hidden;
}

.videoWrapper .controller .buttonArea .mainButton.volume:hover,
#volume.display{
	width:135px;
	transition:0.3s;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.videoWrapper .controller .buttonArea .continuousPlay  {
	width: 265px;
}
.videoWrapper .controller .buttonArea .continuousPlay ul  {
	display: table;
}
.videoWrapper .controller .buttonArea .continuousPlay ul li.continuousPlayText  {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	padding-top: 5px;
}
.videoWrapper .controller .buttonArea .continuousPlay ul li.continuousPlayButton  {
  	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.videoWrapper .controller .buttonArea .continuousPlay ul li span  {
	display: block;
	font-size: 11px;
}


.videoWrapper .controller .seekArea .popup,
.videoWrapper .controller .buttonArea .mainButton .popup {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		 -o-transform: translateY(10px);
			transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	   -moz-transition: -moz-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		-ms-transition: -ms-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		 -o-transition: -ms-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
			transition: transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 90;
}
.videoWrapper .controller .buttonArea .mainButton .popup {
	left: 50%;
}
.videoWrapper .controller .seekArea:hover .popup,
.videoWrapper .controller .buttonArea .mainButton:hover .popup,
.videoWrapper.seeking .controller .seekArea .popup,
.videoWrapper.volumeChanging .controller .buttonArea .volume .popup {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
}
.videoWrapper.seekPopHidden .controller .seekArea:hover .popup{
	opacity: 0;
}
.videoWrapper .controller .seekArea .popup .popupIn,
.videoWrapper .controller .buttonArea .popup .popupIn {
	position: relative;
	z-index: 90;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		 -o-transform: translate(-50%, -100%);
			transform: translate(-50%, -100%);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-perspective: 1000;
	   -moz-perspective: 1000;
			perspective: 1000;
}
.videoWrapper .controller .seekArea .popup .popupIn .popupImageWrap,
.videoWrapper .controller .buttonArea .popup .popupIn {
	position: relative;
	padding: 3px 3px 0px 3px;
	height:auto;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1px;
	margin-top: -3px;
	box-shadow: 0 0 6px 4px rgba(64,64,64,0.15);
}

#seektime{
	text-align:center;
	font-size:12px;
	color:#000000;
	display:block;
	line-height:30px;
}
.videoWrapper .controller .seekArea .popup .popupIn .popupImageWrap img{
	vertical-align :bottom;
	width: auto;
}

.videoWrapper .controller .buttonArea .mainButton:hover .popup .popupIn,
.videoWrapper.volumeChanging .controller .buttonArea .volume .popup .popupIn {
	pointer-events: all;
}


.videoWrapper .controller .seekArea .popup .popupIn:after,
.videoWrapper .controller .buttonArea .popup .popupIn:after {
	content: "";
	position: absolute;
	z-index: 90;
	bottom: -7px;
	left: 50%;
	margin-left: -6px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
}

.videoWrapper .controller .seekArea .popup .popupIn:before,
.videoWrapper .controller .buttonArea .popup .popupIn:before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -20px;
	padding: 50px 30px 0;
	left: -30px;
	display: block;
	width: 100%;
	height: 100%;
}

.videoWrapper .is-cast .titleCard_inner:before {
	padding-top: 100%;
 }

.popup .popupIn .popupButtonWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

#seekPopup {
	top: 2px;
}

#volumePopup .popupIn {
	padding: 8px 10px;
}
#volumePopup .popupIn .popupButtonWrap{
	width: 2px;
	height: 100px;
}
#volumeBackBar{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .2);
}
#volumeBar{
	width: 100%;
	height: 100%;
	background: #d00f31;
	position: absolute;
	bottom: 0;
	left: 0;
}

#volumeThumb {
	width: 22px;
	height: 92px;
	position: absolute;
	top: 4px;
	left: -8px;
}

#volumeThumbTarget {
	position: absolute;
	height: 14px;
	width: 14px;
	margin-left: 2px;
	margin-top: -7px;
	background-color: #fff;
	top: 0;
}

.videoWrapper:not([class*="pref-speed-"]) #settingPopup .list:not(.open) .selectButton#speed span:not(.default),
.pref-speed-1 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(1)),
.pref-speed-2 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(2)),
.pref-speed-3 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(3)),
.pref-speed-4 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(4)),
.pref-speed-5 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(5)),
.pref-speed-6 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(6)),
.pref-speed-7 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(7)),
.pref-speed-8 #settingPopup .list:not(.open) .selectButton#speed span:not(:nth-child(8)),
.videoWrapper:not([class*="pref-imageQuality-"]) #settingPopup .list:not(.open) .selectButton#imageQuality span:not(.default),
.pref-imageQuality-1 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(1)),
.pref-imageQuality-2 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(2)),
.pref-imageQuality-3 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(3)),
.pref-imageQuality-4 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(4)),
.pref-imageQuality-5 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(5)),
.pref-imageQuality-6 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(6)),
.pref-imageQuality-7 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(7)),
.pref-imageQuality-8 #settingPopup .list:not(.open) .selectButton#imageQuality span:not(:nth-child(8)),
.videoWrapper:not([class*="pref-soundQuality-"]) #settingPopup .list:not(.open) .selectButton#soundQuality span:not(.default),
.pref-soundQuality-1 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(1)),
.pref-soundQuality-2 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(2)),
.pref-soundQuality-3 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(3)),
.pref-soundQuality-4 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(4)),
.pref-soundQuality-5 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(5)),
.pref-soundQuality-6 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(6)),
.pref-soundQuality-7 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(7)),
.pref-soundQuality-8 #settingPopup .list:not(.open) .selectButton#soundQuality span:not(:nth-child(8)) {
	width: 0;
	opacity: 0;
	-webkit-transition: all .16s linear, width .3s linear .16s, margin .3s linear .16s;
	   -moz-transition: all .16s linear, width .3s linear .16s, margin .3s linear .16s;
		-ms-transition: all .16s linear, width .3s linear .16s, margin .3s linear .16s;
		 -o-transition: all .16s linear, width .3s linear .16s, margin .3s linear .16s;
			transition: all .16s linear, width .3s linear .16s, margin .3s linear .16s;
}
.videoWrapper:not([class*="pref-speed-"]) #settingPopup .list.open .selectButton#speed span.default,
.pref-speed-1 #settingPopup .list.open .selectButton#speed span:nth-child(1),
.pref-speed-2 #settingPopup .list.open .selectButton#speed span:nth-child(2),
.pref-speed-3 #settingPopup .list.open .selectButton#speed span:nth-child(3),
.pref-speed-4 #settingPopup .list.open .selectButton#speed span:nth-child(4),
.pref-speed-5 #settingPopup .list.open .selectButton#speed span:nth-child(5),
.pref-speed-6 #settingPopup .list.open .selectButton#speed span:nth-child(6),
.pref-speed-7 #settingPopup .list.open .selectButton#speed span:nth-child(7),
.pref-speed-8 #settingPopup .list.open .selectButton#speed span:nth-child(8),
.videoWrapper:not([class*="pref-imageQuality-"]) #settingPopup .list.open .selectButton#imageQuality span.default,
.pref-imageQuality-1 #settingPopup .list.open .selectButton#imageQuality span:nth-child(1),
.pref-imageQuality-2 #settingPopup .list.open .selectButton#imageQuality span:nth-child(2),
.pref-imageQuality-3 #settingPopup .list.open .selectButton#imageQuality span:nth-child(3),
.pref-imageQuality-4 #settingPopup .list.open .selectButton#imageQuality span:nth-child(4),
.pref-imageQuality-5 #settingPopup .list.open .selectButton#imageQuality span:nth-child(5),
.pref-imageQuality-6 #settingPopup .list.open .selectButton#imageQuality span:nth-child(6),
.pref-imageQuality-7 #settingPopup .list.open .selectButton#imageQuality span:nth-child(7),
.pref-imageQuality-8 #settingPopup .list.open .selectButton#imageQuality span:nth-child(8),
.videoWrapper:not([class*="pref-soundQuality-"]) #settingPopup .list.open .selectButton#soundQuality span.default,
.pref-soundQuality-1 #settingPopup .list.open .selectButton#soundQuality span:nth-child(1),
.pref-soundQuality-2 #settingPopup .list.open .selectButton#soundQuality span:nth-child(2),
.pref-soundQuality-3 #settingPopup .list.open .selectButton#soundQuality span:nth-child(3),
.pref-soundQuality-4 #settingPopup .list.open .selectButton#soundQuality span:nth-child(4),
.pref-soundQuality-5 #settingPopup .list.open .selectButton#soundQuality span:nth-child(5),
.pref-soundQuality-6 #settingPopup .list.open .selectButton#soundQuality span:nth-child(6),
.pref-soundQuality-7 #settingPopup .list.open .selectButton#soundQuality span:nth-child(7),
.pref-soundQuality-8 #settingPopup .list.open .selectButton#soundQuality span:nth-child(8) {
	background-color: #eb5528;
	color: #fff;
}

#settingPopup .list .toggleButton .toggleButtonWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-radius: 8px;
}
#settingPopup .list .toggleButton .toggleButtonWrap .on,
#settingPopup .list .toggleButton .toggleButtonWrap .off {
	width: 50px;
	height: 100%;
	position: absolute;
	left: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.0,0.0,0.2,1);
	   -moz-transition:    -moz-transform .2s cubic-bezier(0.0,0.0,0.2,1);
		-ms-transition: 	-ms-transform .2s cubic-bezier(0.0,0.0,0.2,1);
		 -o-transition: 	 -o-transform .2s cubic-bezier(0.0,0.0,0.2,1);
			transition: 		transform .2s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transform: translateX(-50px);
	   -moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		 -o-transform: translateX(-50px);
			transform: translateX(-50px);
	font-size: 10px;
	line-height: 18px;
}
#settingPopup .list .toggleButton .toggleButtonWrap .off{
	background-color: #484848;
	text-align: right;
	letter-spacing: -0.1em;
	left: 50px;
}
#settingPopup .list .toggleButton .toggleButtonWrap .on{
	background-color: #eb5528;
	text-align: left;
	color: #fff;
}
.videoWrapper.setting #settingPopup .list:not(.open) .toggleButton .toggleButtonWrap .on {
	background-color: #484848;
}

#settingPopup .list .toggleButton .toggleButtonWrap .off span,
#settingPopup .list .toggleButton .toggleButtonWrap .on span {
	margin: 0 8px;
}

.pref-continues-on #settingPopup .list .toggleButton#continues .toggleButtonWrap > div,
.pref-repeat-on #settingPopup .list .toggleButton#repeat .toggleButtonWrap > div {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
}

.pref-continues-on #settingPopup .list .toggleButton#continues:after,
.pref-repeat-on #settingPopup .list .toggleButton#repeat:after {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
}

.pref-repeat-on #settingPopup #settingContinues {
	pointer-events: none;
}
.pref-repeat-on #settingPopup #settingContinues > div {
	opacity: .2;
}
.pref-repeat-on #settingPopup .list .toggleButton#continues .toggleButtonWrap,
.pref-repeat-on #settingPopup .list .toggleButton#continues:after{
	display: none;
}
.pref-repeat-on #settingPopup .list .toggleButton#continues:before {
	content: "無効";
	display: block;
	width: 2.4em;
	top: -6px;
	right: 0;
	position: absolute;
}

.videoWrapper .controller .backArea {
	pointer-events: all;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.videoWrapper .controller .titleAreaShadow {
	top: 0px;
	height: 50px;
	width: 100%;
	position: absolute;
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	-webkit-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
	-moz-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
	-ms-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
	-o-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
	transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
}

.videoWrapper .controller .buttonArea {
	/*position: absolute;
	bottom: 0;*/
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	height: 40px;
}

.videoWrapper .controller .buttonArea .space {
	flex-grow: 1;
	background: url(../img/player/dtv-sprite-inline.png?v=2) 0px -155px repeat-x;
}
.videoWrapper .controller .buttonArea .splitter_f {
	width: 2px;
	background: url(../img/player/dtv-sprite-inline.png?v=2) -645px -60px no-repeat;
}
.videoWrapper .controller .buttonArea .splitter_b {
	width: 1px;
	background: url(../img/player/dtv-sprite-inline.png?v=2) -645px -60px no-repeat;
}
.videoWrapper .controller .buttonArea .time {
	/* display: table; */
	height: 100%;
}
.videoWrapper .controller .buttonArea .time span {
	/* display: table-cell;
	vertical-align: middle;
	padding-right: 10px; */
	display:block;
	padding-left: 10px;
	line-height:30px;
	font-size: 11px;
}
.videoWrapper .controller .time span {
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.ui-front {
	z-index:900;
}


/***************************************
		error dialog
****************************************/
.modalDialog {
	position: fixed;
	z-index: 1601;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
}
	/* modalOverlay */
	.modalOverlay {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 990;
		background-color: rgba(0,0,0,0.5);
	}

	.generalModal {
		width: 400px;
		padding: 0 0 0 0;
		position: absolute;
		top: 100px;
		left: 18%;
		z-index: 998;
		color: black;
	}

	.generalModal .modalHeadline{
		background: #f3f5f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #f3f5f6 0%, #e4e7ea 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f3f5f6 0%,#e4e7ea 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f3f5f6 0%,#e4e7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f6', endColorstr='#e4e7ea',GradientType=0 ); /* IE6-9 */
		border:solid 1px #ffffff;
		font-size: 10px;
		line-height: 17px;
		font-weight: bold;
		text-align: left;
		border-radius: 3px 3px 0 0;
		padding-left: 5px;
		position: relative;
	}

	.generalModal .modalHeadline .modalClose{
		position: absolute;
		width: 12px;
		height: 12px;
		right:10px;
		top: 2px;
		cursor: pointer;
	}

	.generalModal .modalHeadline .modalClose:before{
		content: "";
		position: absolute;
		background: #ffffff;
		width: 8px;
		height: 1px;
		border: solid 1px #777777;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		border-radius: 2px;
		left: 1px;
		top:4px;
	}
	.generalModal .modalHeadline .modalClose:after{
		content: "";
		position: absolute;
		background: #ffffff;
		width: 8px;
		height: 1px;
		border: solid 1px #777777;
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		border-radius: 2px;
		left: 1px;
		top:4px;
	}
	.generalModal .modalHeadline .modalClose .modalInnerClose{
		position: absolute;
		width: 8px;
		height: 1px;
		background: #ffffff;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		left: 2px;
		top:5px;
		z-index: 10;
	}

	.generalModal .modalContent{
		background: #f3f5f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #f3f5f6 0%, #e4e7ea 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f3f5f6 0%,#e4e7ea 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f3f5f6 0%,#e4e7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f6', endColorstr='#e4e7ea',GradientType=0 ); /* IE6-9 */
		border:solid 1px #ffffff;
		border-top: none;
		border-radius: 0 0 3px 3px;
	}

	.generalModal .textArea {
		padding: 10px 7px 0;
		text-align: left;
	}
	.generalModal .textArea .text {
		overflow-y: auto;
		max-height: 305px;
		word-wrap: break-word;
		word-break: normal;
		font-size: 10px;
		line-height: 1rem;
	}
	.generalModal .checkArea{
		word-wrap: break-word;
		word-break: normal;
		font-size: 10px;
		line-height: 10px;
		margin: 10px 0 115px;
	}
	.generalModal .checkArea .groupieCheck{
		margin: 0 5px 0 0;
		vertical-align: middle;
	}

	.generalModal .btnSingleArea,
	.generalModal .btnDoubleArea{
		padding: 10px;
		text-align: right;
	}
	.generalModal .btnModal {
		height: 23px;
		line-height: 21px;
		width: 85px;
		font-size: 10px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		color: #000000;
		border: solid 1px #6f8294;
		border-radius: 3px;
		background: #fefefe;
		background: -moz-linear-gradient(top,  #fefefe 0%, #f6f7f8 39%, #ced4d9 100%);
		background: -webkit-linear-gradient(top,  #fefefe 0%,#f6f7f8 39%,#ced4d9 100%);
		background: linear-gradient(to bottom,  #fefefe 0%,#f6f7f8 39%,#ced4d9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ced4d9',GradientType=0 );
		box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset;
	}
	.generalModal .btnAccept,
	.generalModal .btnFaq,
	.generalModal .btnLink{
		margin-right: 7px;
	}
	.generalModal .btnModal:hover{
		box-shadow: 0px 0px 0px 1px rgba(109, 189, 209, 1) inset;
	}
	.generalModal .btnModal:active{
		box-shadow: none;
		background: #e4e7ea;
	}

	/* !modal
	---------------------------------------------------------- */
	.modalDialog:not(:last-of-type) .generalModal {
		pointer-events: none;
	}
	.modalDialog:not(:last-of-type) .generalModal:after{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.8);
	}
	.modalDialog:not(:first-of-type) .modalOverlay {
		display: none;
	}

/***************************************
		error dialog PCレイアウト定義
****************************************/
/*@media screen and (min-width: 960px) {

	.generalModal {
		width: 480px;
		padding: 10px 30px 30px;
	}
		.generalModal .textArea {
			padding: 20px 0 0;
			text-align: left;
		}

		.generalModal .btnSingle,
		.generalModal .btnLink {
			margin: 20px 0 0;
			height: 40px;
			font-size: 0.9rem;
			background: #fff;
			cursor: pointer;
			width: 40%;
			max-width: 200px;
			background: #eb5528;
			margin: 20px auto 0;
			color: #ffffff;
			font-weight: bold;
			line-height: 40px;
			z-index: 10;
		}

		.generalModal .btnLink{
			margin-right: 20px;
		}
}*/

.hide,
.fadehide{
	display: none !important;
}
.show,
.fadeshow{
	display: block !important;
}
.fadeshow,
.fadehide {
	opacity: 0 !important;
}
.fadeout{
	opacity: 0 !important;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}
.fadein{
	opacity: 1 !important;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -ms-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

/* Win8.1 IE11 タブレット用 */
.videoWrapper .controller .buttonArea .mainButton .popup-hover {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		 -o-transform: translateY(10px);
			transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	   -moz-transition: -moz-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		-ms-transition: -ms-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
		 -o-transition: -ms-transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
			transition: transform .2s cubic-bezier(0.0,0.0,0.2,1), opacity .2s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 90;
}

.videoWrapper .controller .buttonArea .popup-hover .popupIn-hover {
	position: relative;
	z-index: 90;
	-webkit-transform: translate(-50%, -100%);
	   -moz-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		 -o-transform: translate(-50%, -100%);
			transform: translate(-50%, -100%);
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-perspective: 1000;
	   -moz-perspective: 1000;
			perspective: 1000;
}

.popup-hover .popupIn-hover .popupButtonWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
}

.videoWrapper .controller .buttonArea .mainButton .popup-hover .popupIn-hover {
	pointer-events: all;
}

.videoWrapper .controller .buttonArea .mainButton #backPopup.popup-hover {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
	left: 50%;
}

.videoWrapper .controller .buttonArea .mainButton .popup-hover {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
	left: 50%;
}

.videoWrapper .controller .buttonArea .mainButton #volumePopup.popup-hover {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
	left: 50%;
}

.videoWrapper .controller .buttonArea .mainButton #settingPopup.popup-hover {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
	left: 50%;
}

.videoWrapper .controller .buttonArea .popup-hover .popupIn-hover {
	padding: 3px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 1px;
	margin-top: -3px;
	box-shadow: 0 0 6px 4px rgba(64,64,64,0.15);
}

.videoWrapper .controller .buttonArea .mainButton .popup-hover {
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	opacity: 1;
}

#settingPopup .popupIn-hover {
	-webkit-transform: translate(-100%, -100%);
	   -moz-transform: translate(-100%, -100%);
		-ms-transform: translate(-100%, -100%);
		 -o-transform: translate(-100%, -100%);
			transform: translate(-100%, -100%);
	margin-left: 30px;
	padding: 0;
}

#volumePopup .popupIn-hover {
	padding: 8px 10px;
}
#volumePopup .popupIn-hover .popupButtonWrap{
	width: 2px;
	height: 100px;
}






/*liveモード用 - レコメンド画面*/
.videoWrapper.liveMode .mainButton button.playButton,
.videoWrapper.replay-showing .mainButton button.playButton{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -118px 0px no-repeat;
}
.videoWrapper.liveMode .mainButton button.playButton:hover,
.videoWrapper.replay-showing .mainButton button.playButton:hover{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -118px -30px no-repeat;
}
.videoWrapper.liveMode .mainButton button.playButton:active,
.videoWrapper.replay-showing .mainButton button.playButton:active{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -118px -60px no-repeat;
}
.videoWrapper.liveMode.disableButton .mainButton button.playButton,
.videoWrapper.replay-showing.disableButton .mainButton button.playButton{
	background: url(../img/player/dtv-sprite-inline.png?v=2) -118px -30px no-repeat;
	pointer-events: none;
	touch-action: none;
	cursor: default;
}
.videoWrapper.liveMode .controller .buttonArea .back,
.videoWrapper.liveMode .controller .buttonArea .next,
.videoWrapper.liveMode .controller .buttonArea .repeat,
.videoWrapper.liveMode .controller .buttonArea .shuffle,
.videoWrapper.liveMode .controller .seekArea .popup,
.videoWrapper.recommend-showing:not(.pre-next) .controller .buttonArea .back,
.videoWrapper.recommend-showing:not(.pre-next) .controller .buttonArea .next,
.videoWrapper.recommend-showing .controller .buttonArea .repeat,
.videoWrapper.recommend-showing .controller .buttonArea .shuffle {
	display: none;
}

.videoWrapper.liveMode.adhocMode .controller .buttonArea .play{
	display: none;
}

.videoWrapper.singleMode .controller .buttonArea .back,
.videoWrapper.singleMode .controller .buttonArea .next,
.videoWrapper.singleMode .controller .buttonArea .repeat,
.videoWrapper.singleMode .controller .buttonArea .shuffle{
	display: none;
}

.videoWrapper.selectiveMode .controller .buttonArea .back,
.videoWrapper.selectiveMode .controller .buttonArea .next,
.videoWrapper.selectiveMode .controller .buttonArea .repeat,
.videoWrapper.selectiveMode .controller .buttonArea .shuffle,
.videoWrapper.selectiveMode .controller .buttonArea .continuousPlay,
.videoWrapper.selectiveMode .controller .titleArea,
.videoWrapper.selectiveMode .controller .titleAreaShadow{
	display: none;
}

/*volume*/
.videoWrapper .controller .buttonArea .mainButton.volume .popup{
	left: 35px;
	transform: none;
	transition: none;
	opacity: 1;
	display: block;
	height: 30px;
}

#volumePopup .popupIn{
	background: none;
	margin: 0;
	padding: 10px 0;
	box-shadow: none;
	left: 44px;
    top: 28px;
	margin-left: 5px;
}

#volumePopup .popupIn:before,
#volumePopup .popupIn:after{
	content: none;
}

#volumePopup .popupIn .popupButtonWrap{
	width: 85px;
	height: 4px;
}

#volumeBackBar{
	background: #c9c9c9;
	border-radius: none;
}

#volumeThumb{
	width: 85px;
	height: 25px;
	top: -10px;
    left: -1px;
}

.volume-muted #volumeThumb #volumeThumbTarget,
#volumeThumb #volumeThumbTarget{
	margin-top: 0px;
	width: 6px;
	height: 30px;
	box-shadow: none;
	cursor: pointer;
	background: #ffffff;
	margin-right: -3px;
	margin-top: -4px;
}

.titleArea{
	color: #ffffff;
	position: absolute;
	top: 15px;
	left: 45px;
	line-height:1;
	-webkit-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
	   -moz-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
		-ms-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
		 -o-transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
			transition: opacity .4s cubic-bezier(0.4,0.0,1,1);
}

.titleArea .programTitle{
	font-size: 16px;
	line-height: 26px;
	vertical-align: top;
	display: inline-block;
	margin-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow:0px 0px 8px rgba(0,0,0,0.5)
	}

.titleArea .episodeTitle{
	vertical-align:top;
	line-height:26px;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
	text-shadow:0px 0px 8px rgba(0,0,0,0.5)
}

.titleArea .artistNametitle{
	font-size: 16px;
	margin-left: 15px;
	text-shadow:0px 0px 8px rgba(0,0,0,0.5)
}

.titleArea .durationTime{
	display:none;
}

.liveMode .titleArea .durationTime{
	font-size: 16px;
	display:inline-block;
}

.titleArea .subtitleIndicate{
	font-size: 16px;
	display:none;
}

.liveMode .titleArea .subtitleIndicate{
	font-size: 16px;
	display:inline-block;
	margin-left: 2px;
}

.miniThumbnail{
	display: none;
}
/* レコメンド画面-swiperライブラリ */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 130px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 310px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

/* レコメンド画面 */
.swiper-container {
        margin: 20px 0;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
}

.swiper-slide {
        font-size: 18px;
        background: rgba(255,255,255,0);;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}

.swiper-slide img {
    width: auto;
    height: 100%;
    margin: auto;
}

.swiper-slideTabArtist {
        height: 100px;
}

.recommendArea {
        position: absolute;
        top: 50px;
        bottom: 0px;
        left: 0;
        right: 0;
        visibility:visible;
}

.recommendArea-hidden {
        top: 4096px;
        visibility:hidden;
}

.videoWrapper.seek-hover .controller #recommendArea {
        opacity: 0;
        transition:all 0.3s;
}

.recommendTab {
        width: 576px; /* 720 * 0.8 */
        height: 240px; /* 300 * 0.8 */
        margin: 0 auto;
        overflow: hidden;
}

.recommendTabArtist {
        width: 552px; /* 690 * 0.8 */
        height: 240px; /* 300 * 0.8 */
        overflow: hidden;
        margin-top: 20px;
        margin: 0 auto;
}

.recommendTabDisplayNone,
.recommendTabArtistDisplayNone {
        display: none;
}

.recommendTabOpacityZero,
.recommendTabArtistOpacityZero {
        /* ※swiperはdisplay:noneだと初期処理後デザイン崩れとなる為opacity:0にして対応 */
        opacity: 0;
}

.swiper-title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: white;
        text-align: left;
        font-size: 12px;
}

.swiper-icon {
    position: absolute;
    top: 1px;
    right: 1px;
    color: white;
    transform: scale(0.8);
}

.swiper-button-next,
.swiper-button-prev {
        top: 165px;
        background-size: 15px;
}

.recommendTitle,
.recommendTitleArtist {
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
}
.recommendTitle:not(.recommendTitle-noShadow),
.recommendTitleArtist {
        text-shadow: black 2px 0px, black -2px 0px, black 0px -2px, black 0px 2px, black 2px 2px, black -2px 2px, black 2px -2px, black -2px -2px, black 1px 2px, black -1px 2px, black 1px -2px, black -1px -2px, black 2px 1px, black -2px 1px, black 2px -1px, black -2px -1px;
}

.recommendTitle-hidden,
.recommendTitleArtist-hidden,
.recommendTitleTab-hidden {
        display: none;
}

.recommendTitleTab {
        width: 576px; /* 720 * 0.8 */
        margin: 0 auto;
        overflow: hidden;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(0,0,0,1);
        border: solid;
        border-width: 2px;
        border-color: white;
        box-shadow: 0 0 0 2px black;
}

.recommendTitle a,
.recommendTitleArtist a,
.recommendTitleTab a {
        text-decoration: none;
}

ul.recommendTitleTabNavigation li {
        padding: 5px 0;
        width: 50%;
        display: inline-block;
        text-align: center;
        float: left;
}

ul.recommendTitleTabNavigation .recommendTitleTabActive {
        background-color: white;
}

ul.recommendTitleTabNavigation .recommendTitleTabActive p {
        color: black;
}

@media screen and (min-width: 800px) {
        .recommendArea {
                top: 70px;
        }
}

@media screen and (min-width: 1024px) {
        .recommendArea {
                top: 70px;
        }
        .recommendArea-hidden {
                top: 4096px;
        }
        .recommendTab:not(.videoWrapper.fullscreen) {
                width: 550px;
        }
        .recommendTitleTab:not(.videoWrapper.fullscreen) {
                width: 550px;
        }
        .recommendTabArtist:not(.videoWrapper.fullscreen) {
                width: 490px;
        }
	.recommendTitleCard_label:not(.videoWrapper.fullscreen) {
		font-size: 12px;
	}
        .swiper-slide img {
        }
        .swiper-title {
        }
        .swiper-button-next,
        .swiper-button-prev {
        }
        .swiper-icon {
		}
}
@media screen and (max-width: 1279px) {
	.selectTitleCard{
		height:80%;
	}
	.selectTitleCard_title {
		/* レコメンドのタイトルを省略せず複数行とする場合はコメント化を解除する */
		/*white-space: normal;*/
		/*text-overflow: clip;*/
		padding-top: 45px;
		padding-left: 8px;
	 }
	.selective-showing #recommendArea .titleCard--title2title .titleCard_action{
		float: none;
		margin: 0 0 0 73px;
		top: 32px;
		right: auto;
	}
	.fullscreen .titleArea {
		top: auto;
		bottom: 75px;
		left: 45px;
	}
}
@media screen and (min-width: 1280px) {
        .recommendArea {
            top: 45%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .recommendArea-hidden {
                top: 4096px;
        }
        .recommendTab {
                width: 720px;
                height: 300px;
        }
        .recommendTitleTab {
                width: 720px;
        }
        .recommendTabArtist {
                width: 725px;
                height: 300px;
        }
        .recommendTitleCard_label {
                font-size: 16px;
        }
        .swiper-slide img {
        }
        .swiper-title {
        }
        .swiper-button-next,
        .swiper-button-prev {
                top: 190px;
        }
        .swiper-icon {
		}
		.selectTitleCard{
			height:100%;
		}
		.selectTitleCard_title {
			/* レコメンドのタイトルを省略せず複数行とする場合はコメント化を解除する */
			/*white-space: normal;*/
			/*text-overflow: clip;*/
			padding-top: 55px;
			padding-left: 12px;
		 }
		 .selective-showing #recommendArea .titleCard--title2title .titleCard_action{
			float: none;
			margin: 0 0 0 95px;
			top: 45px;
			right: auto;
		}
}

#recommendArea .titleCard_inner {
    /* position: relative; */
    width: 100%;
    height: 100%;
}
#recommendArea .titleCard--title2title_next .titleCard_action .actionNav_button {
    float: none;
    margin: 0 auto;
}
#recommendArea .titleCard--title2title .titleCard_action {
    visibility: visible;
    bottom: auto;
    top: 10px;
}
#recommendArea .titleCard--title2title_next .titleCard_action {
    visibility: visible;
    bottom: auto;
    right: auto;
    top: 30px;
    width: 100%
}
#recommendArea .actionNav_button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    float: left;
    margin: 0 0 0 5px;
    cursor: pointer
}
.selective-showing #recommendArea .actionNav_button{
	background-color: #00000080;
}
#recommendArea .titleList_content  {
	padding: 0px;
}
#recommendArea .titleList {
        margin-top: 20px;
}

.recommendTitleCard {
    width: 50%;
    height: auto;
    position: relative;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
    will-change: transform;
    outline: 0
}
.selectTitleCard {
    width: 50%;
    position: relative;
    font-size: 0;
    z-index: 1;
    overflow: hidden;
    will-change: transform;
	outline: 0;
	background-color: #161616;
	margin-bottom: 10px;
}
#recommendArea.recommendArea-hidden .actionNav_button {
    visibility: hidden;
}

.TitleCard_watching {
    font-size: 11px;
    color: #ffffff;
    border: 1px solid #999999;
    background-color: rgba(0,0,0,0.4);
    top:  10px;
    left: 10px;
    z-index: 1;
    /* display:  inherit; */
    position:  relative;
    width: 46px;
    display: none;
}

.TitleCard_watching.watched{
    display: inline-block;
}

.recommendTitleCard_title {
   /* レコメンドのタイトルを省略せず複数行とする場合はコメント化を解除する */
   /*white-space: normal;*/
   /*text-overflow: clip;*/
}

.recommendTitleList_card {
   white-space: normal;
   word-wrap: normal;
}
.recommendTitleCard_bgTop {
    background-size: auto 45px;
    display: inherit;
}
.selectTitleCard_bgTop {
    background-size: auto 45px;
    display: none;
}
.recommendTitleCard_bgBottom {
    height: 70px;
    background-size: auto 70px;
}
.selectTitleCard_bgBottom {
    height: 70px;
	background-size: auto 70px;
	display: none;
}

.recommendTitleCard_outline {
    bottom: 3px;
}

.selectTitleCard_image {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}
.selectTitleCard_image img {
    border: 0
}

/*----------------------------------------*/


.TitleCard_prgress_area {
	height: 3px;
	right: 15px;
	left: 12px;
	position: absolute;
	z-index: 50;
	bottom: 12px;
}

.TitleCard_prgress_bar,
.TitleCard_prgress_backBar {
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.TitleCard_prgress_bar,
.TitleCard_prgress_backBar {
	border: none;
	background: transparent;
	width: 100%;
}
.TitleCard_prgress_bar {
	background: #cc0033;
	transform:scaleX(0);
	-webkit-transform-origin: left;
	   -moz-transform-origin: left;
		-ms-transform-origin: left;
		 -o-transform-origin: left;
			transform-origin: left;
}
.TitleCard_prgress_backBar {
	background: #444444;
	transform: scaleX(0);
	-webkit-transform-origin: right;
	   -moz-transform-origin: right;
		-ms-transform-origin: right;
		 -o-transform-origin: right;
			transform-origin: right;
}

.videoWrapper.fullscreen .recommendArea {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.videoWrapper.recommend-showing .controller .backArea {
	background-color : black;
}

.videoWrapper.selective-showing .controller .backArea {
	background-color : #1E1E1E;
}
.videoWrapper.selective-showing .controller .recommendArea .recommendTab .swiper-button-next,
.videoWrapper.selective-showing .controller .recommendArea .recommendTab .swiper-button-prev{
	display: none;
}
