header{
	background: #fff;
}

#head_wrap::after {
	content: " ";
	display: block;
	clear: both;
}

#head_wrap .head_row {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

#head_wrap .head_logo_vod {
	transition: opacity 0.3s;
}

#head_wrap .head_logo_vod:hover {
	opacity: 0.7;
}

#head_wrap .head_logo_vod img {
	width: auto;
	height: 40px;
}

#head_wrap .head_inner {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 26px 0;
}

#head_wrap .head_link {
	margin: 0 25px;
	font-size: 13px;
	color: #fff;
	transition: opacity 0.3s;
}

#head_wrap .head_link:hover {
	opacity: 0.7;
}

#head_wrap .anchor_menu {
	display: flex;
	align-items: center;
	margin-right: 8px;
}

#head_wrap .anchor_menu a {
	display: block;
	padding: 0 5px;
	font-size: 13px;
	color: #fff;
	transition: opacity 0.3s;
}

#head_wrap .anchor_menu a:hover {
	opacity: 0.7;
}

#head_wrap .anchor_menu li:nth-child(n + 2) {
	position: relative;
}

#head_wrap .anchor_menu li:nth-child(n + 2)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background: #fff;
	transform: translateY(-50%);
}

#head_wrap .anchor_menu .search_icon {
	display: none;
}

#head_wrap .cse_search_modal .close {
	display: none;
}

#cse-search-box {
	position: relative;
	margin-right: 3px;
}

#cse-search-box .submit_btn {
	position: absolute;
	top: 50%;
	left: 9px;
	z-index: 2;
	width: 16px;
	height: 16px;
	border-radius: 0;
	background: url("/ondemand/img/icon_search.png") center center no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	transition: opacity 0.3s;
	cursor: pointer;
}

#cse-search-box .submit_btn:hover {
	opacity: 0.7;
}

#cse-search-box .search {
	display: block;
	width: 175px;
	padding: 4px 5px 4px 28px;
	font-size: 12px;
	color: #000;
	background: #b7b7b7;
	border-radius: 100px;
	outline: none;
	box-sizing: border-box;
}

#cse-search-box .search::placeholder {
	color:#000;
}
  
#cse-search-box .search:-ms-input-placeholder {
	color:#000;
}

#cse-search-box .search::-ms-input-placeholder {
	color:#000;
}




/* LOGO */
#dokodemoLogo{
	margin: 30px auto;
}




#vod_nav {
	text-align: center;
	background: url("/top/common/img/ttl_bg.png") left top -6px repeat-x;
	overflow-x: auto;
}

#vod_nav ul {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}

#vod_nav li {
	padding: 17px 16px 14px;
}

#vod_nav a {
	color: #f5f5f5;
	white-space: nowrap;
	transition: opacity 0.3s;
}

#vod_nav li.is-current a {
	text-decoration: underline;
}

#vod_nav a:hover {
	opacity: 0.7;
}

h2.h2_ttl img{
	background-color:#1d1616;
}


/*===========================================================
+-----+// sec_vod_main
===========================================================*/
#sec_vod_main{
	background: #1d1616;
	padding-bottom: 50px;
}

#sec_vod_main figure{
	max-width: 720px;
	margin: 0 auto 20px;
}

#sec_vod_main figure img{
	width: 100%;
}

#sec_vod_main .icons{
	max-width: 750px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
#sec_vod_main .icons li{
	text-align: center;
	min-width: 46px;
	height: 22px;
	box-sizing: border-box;
	margin-right: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	border: solid 2px #4d4d4d;
	padding: 0 5px;
	margin-left: 0;
}

#sec_vod_main .icons li.label{
	border: none;
	padding: 2px 10px;
	height: 23px;
}

#sec_vod_main h1{
	font-size: 2.4rem;
	max-width: 750px;
	margin: 0 auto 10px;
	font-weight: bold;
	color: #ccc;
}

#sec_vod_main .text{
	font-size: 1.6rem;
	max-width: 750px;
	margin: 0 auto 10px;
	color: #ccc;
}

/*===========================================================
+-----+// live
===========================================================*/
.top_attention {
	color: #fff;
}



/*===========================================================
+-----+// youtube modal
===========================================================*/
#youtube_modal{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

#youtube_modal .youtube_content {
	max-width: 980px;
	margin: 5% auto 0;
}

#youtube_modal .inner {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#youtube_modal iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#youtube_modal .close{
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	right: 30px;
	top:30px;
}

#youtube_modal .close a{
	width: 30px;
	height: 30px;
	display: block;
	position: relative;

}
#youtube_modal .close span{
	height: 1px;
	width: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top:15px;
}
#youtube_modal .close span:nth-child(1){
	transform: rotate(45deg);
}
#youtube_modal .close span:nth-child(2){
	transform: rotate(-45deg);
}



/*===========================================================
+-----+// sec_vod_list
===========================================================*/
.sec_vod_list .slide {
	width: calc(100% + 30px);
	position: relative;
	left: -15px;
}





#vod_modal{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}

#modal_inner{
	max-width: 980px;
	margin: 70px auto 0;
}

@media (orientation: landscape) {
	.is-sp #modal_inner {
		height: calc(100% - 100px);
		margin-top: 50px;
	}
}

#vod_modal .close{
	width: 30px;
	height: 30px;
	display: block;
	position: fixed;
	right: 30px;
	top:30px;
}

@media (orientation: landscape) {
	.is-sp #vod_modal .close {
		right: 10px;
		top: 10px;
	}
}

#vod_modal .close a{
	width: 30px;
	height: 30px;
	display: block;
	position: relative;

}
#vod_modal .close span{
	height: 1px;
	width: 100%;
	display: block;
	background: #fff;
	position: absolute;
	left: 0;
	top:15px;
}

#vod_modal .close span:nth-child(1){
	transform: rotate(45deg);
}
#vod_modal .close span:nth-child(2){
	transform: rotate(-45deg);
}

#playerArea {
	padding-bottom: 56.25%
}

@media (orientation: landscape) {
	.is-sp #playerArea {
		height: 100%;
		padding-bottom: 0;
	}
}

#playerArea * {
	-webkit-backface-visibility: unset;
	backface-visibility: unset;
}

#playerArea .eqp-time-current,
#playerArea .eqp-time-duration {
	color: inherit;
}

#playerArea .eqp-speed-balloon-title,
#playerArea .eqp-speed-balloon-item,
#playerArea .eqp-resolution-balloon-title,
#playerArea .eqp-resolution-balloon-item {
	color: #fff;
}

#videoPlayer{
	text-align: center;
	margin-bottom: 35px;
}

#videoPlayer .movieadPlayer{
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}

.videoPlayerError{
	text-align: center;
	margin-bottom: 35px;
	padding: 20px 0;
}

.videoPlayerError p{
	text-align: center;
	color: #ccc;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

#sec_vod_detail + .pagination {
	margin-bottom: 160px;
}

.pagination.is-firstPage::before,
.pagination.is-lastPage::after {
	content: "";
	display: inline-block;
	width: 48px;
	height: 0;
}

.pagination .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-left: -0.5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 0.5px solid #fff;
	border-radius: 0;
}

.pagination .item:first-child,
.pagination .prev + .item {
	margin-left: 0;
}

.pagination span.item {
	color: #000;
	background: #e2e9e9;
}

.pagination a {
	transition: opacity 0.3s; 
}

.pagination a:hover {
	opacity: 0.8;
}

.pagination .prev,
.pagination .next {
	width: 48px;
	height: 48px;
	font-size: 0;
	background: url("/top/common/img/arrow05_r.png") center center no-repeat;
	background-size: 15px auto;
}

.pagination .prev {
	transform: rotate(180deg);
}


/*===========================================================
+-----+// sec_vod_faq
===========================================================*/

#sec_notice{
	margin-bottom: 80px;
}

#sec_notice .txt{
	text-align: center;
	color: #fff;
}

#sec_first{
	margin-bottom: 80px;
}

#sec_first .txt{
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

#sec_vod_faq{
	margin-bottom: 80px;
}

#sec_attention{
	max-width: 980px;
	margin: 0 auto 40px;
	border: solid 1px #666;
	background: #222;
	margin-bottom: 80px;
}

#sec_attention p{
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 1.8rem;
	font-weight: bold;
}

.ttl_faq{
	padding: 35px 0 80px;
	text-align: center;
}
.ttl_faq img{
	height: 45px;
}

.sttl_faq{
	padding: 15px 0 40px;
	text-align: center;
}
.sttl_faq img{
	height: 29px;
}

.faq_box{
	max-width: 980px;
	margin: 0 auto 40px;
	border: solid 1px #666;
	background: #111;
}

.faq_box .question{
	font-size: 1.8rem;
	color: #fff;
	padding: 25px 40px;
	font-weight: bold;
}

.faq_box .answer{
	color: #fff;
	padding: 25px 40px;
	border-top: solid 1px #666;
}
.faq_box .answer p{
	font-size: 1.6rem;
	color: #fff;
	margin-top: 10px;
}
.faq_box .answer p:first-child{
	margin-top: 0;
}
.faq_box .answer p a{
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}
.faq_box .answer p a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.faq_box .answer figure{
	max-width: 860px;
	margin: 0 auto 50px;
}
.faq_box .answer figure img{
	width: 100%;
}
.faq_box .answer figure:last-child{
	margin-bottom: 0;
}

.faq_box .answer .indent {
	display: flex;
}

.faq_box .answer .indent_left {
	width: 6em;
}

.faq_box .answer .indent_right {
	width: calc(100% - 6em);
}


/*===========================================================
+-----+//AD
===========================================================*/
#ssp_ad4{
	margin-bottom: 100px;
}



/*===========================================================
+-----+//License
===========================================================*/

.mark {
	width: 100%;
	max-width: 400px;
	margin: 30px auto;
}
.mark ul {
	display: flex;
}
.mark ul li {
	margin: 0 10px;
}
.mark img {
	width: 100%;
}
