
header{
	border: none;
}

/*===========================================================
+-----+// mv
===========================================================*/

#mv{
	margin: 0 auto 80px;
	width: 100%;
	max-width: 2172px;
	position: relative;
	overflow: hidden;
}
#mv .box{
	width: 720px;
	overflow: hidden;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	position: relative;
}

#mv .box .copyright{
	width: 100%;
	display: block;
	position: absolute;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
	top: 410px;
	font-size: 1.2rem;
	color: #fff;
	z-index: 10;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#mv .box .view4k{
	position: absolute;
	z-index: 10;
	top:10px;
	right: 80px;
}
#mv .box .view4k img{
	width: 75px;
}

#mv .box figure{
	height: 401px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#mv .box img{
	width: 100%;
	position: absolute;
	z-index: 5;
}

#mv .box .data{
	width: 100%;
	height: 109px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	padding: 13px 10px 13px 18px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	z-index: 10;
}

#mv .box .data .title{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	width: 63%;
}
#mv .box .data div{
	text-align: right;
}
#mv .box .data div .label{
	display: inline-block;
	font-size: 1.6rem;
	padding: 5px 10px 3px;
	margin-bottom: 10px;
	margin-left: auto;
	color: #fff;
}
#mv .box .data div .time{
	font-size: 1.4rem;
	color: #fff;
}

#mv .box .data .view4k{
	display: none;
}

#mv .box_youtube,
#mv .box_jst {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

#mv .box_youtube::before,
#mv .box_jst::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 6;
	width: 166px;
	height: 166px;
	transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	backface-visibility: hidden;
}

#mv .box_youtube::after,
#mv .box_jst::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 7;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 0 25px 40px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate(-50%,-50%);
	backface-visibility: hidden;
}

#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);
}

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

#vod_modal #modal_inner{
	max-width: 980px;
	margin: 5% auto 0;
}

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

#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);
}


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

/*
#playerArea {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

#jsplayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
*/

#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;
}

#mv .slick-arrow{
	position: absolute;
	z-index: 20;
	top: 174px;
	width: 30px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
#mv .slick-next {
	right: calc(50% - 415px);
	background: url("/top/common/img/arrow03_r.png") left top no-repeat;
}
@media screen and (max-width:900px) {
	#mv .slick-next {
		right: calc(50% - 350px);
	}
}
#mv .slick-prev {
	left: calc(50% - 415px);
	background: url("/top/common/img/arrow03_l.png") left top no-repeat;
}
@media screen and (max-width:900px) {
	#mv .slick-prev {
		left: calc(50% - 350px);
	}
}

#mv .slick-dots{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#mv .slick-dots button{
	text-indent:-9999px;
	width: 88px;
	height: 8px;
	background: #dddddd;
	border: none;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
}
#mv .slick-active button{
	background: #fd0015;
}

/*===========================================================
+-----+// sec_vod_list
===========================================================*/
.sec_vod_list {
	margin-bottom: 100px;
	padding: 60px 0 50px;
	background: #1d1616;
	display: none; /* 20230331’Ç‹L */
}

.sec_vod_list .h2_ttl img {
	height: 37px;
	background: #1d1616;
}

.sec_vod_list .inner {
	width: calc(100% - 20px);
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}

.sec_vod_list h3 {
	height: 29px;
}

.sec_vod_list h3 img {
	width: auto;
	height: 100%;
}

.sec_vod_list .slide {
	margin: 20px -5px 0;
}

.sec_vod_list .slide * {
	outline: none;
}

.sec_vod_list .slick-track {
	margin-left: 0
}

.sec_vod_list .slick-arrow {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 25px;
	height: 100%;
	font-size: 0;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s;
}

.sec_vod_list .slick-arrow.slick-disabled {
	display: none !important;
}

.sec_vod_list .slick-arrow:hover {
	opacity: 0.7;
}

.sec_vod_list .slick-arrow::after {
	content: "";
	position: absolute;
	top: 57px;
	left: 6px;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
}

.sec_vod_list .slick-prev {
	left: 5px;
	background: linear-gradient(to right, rgba(29,22,22,0.5) 0%,rgba(255,255,255,0) 100%);
}

.sec_vod_list .slick-prev::after {
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.sec_vod_list .slick-next {
	right: 5px;
	background: linear-gradient(to left, rgba(29,22,22,0.5) 0%,rgba(255,255,255,0) 100%);
}

.sec_vod_list .slick-next::after {
	left: 1px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

.sec_vod_list .box {
	display: block;
	width: calc(16.6667% - 10px);
	max-width: 236px;
	margin: 0 5px;
	padding: 0;
	text-align: left;
	border: none;
	background: transparent;
	transition: opacity 0.3s;
	cursor: pointer;
}

.sec_vod_list .box:active > *,
.sec_vod_list .box:focus > * {
	position: relative;
}

.sec_vod_list .box:hover {
	opacity: 0.7;
}

.sec_vod_list .thumb {
	width: 100%;
}

.sec_vod_list .ttl {
	display: block;
	margin-top: 5px;
	font-size: 1.6rem;
	color: #f5f5f5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sec_vod_list .sub {
	display: block;
	font-size: 1.3rem;
	color: #f5f5f5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.sec_vod_list .link_btn a{
	font-size: 1.8rem;
	color: #fff;
	width: 400px;
	padding: 20px 0 17px;
	margin: 40px auto 0;
	display: block;
	text-align: center;
	background: url(/top/common/img/arrow02_r.png) right 20px center no-repeat #5c5c5c;
	background-size: 13px auto;
}


/*===========================================================
+-----+// sec_today_program
===========================================================*/
#sec_today_program{
	margin-bottom: 100px;
	position: relative;
	width: 100%;
}

#sec_today_program h2 img{
	height: 73px;
}

#sec_today_program #program_wrap{
	max-width: 980px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#sec_today_program .program{
	width: 43.5%;
	margin: 0 auto;
	position: absolute;
	top: 50px;;
	z-index: 1;
	transition: all 0.5s;
	opacity: 0.7;
	cursor: pointer;
}

#sec_today_program .program:hover{
	opacity: 0.5;
}

#sec_today_program .program.active{
	width: 62.6%;
	top:0;
	z-index: 10;
	opacity: 1;
	transition: all 0.3s;
	cursor: auto;
}


#sec_today_program .time{
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
	font-size: 2.4rem;
	font-weight: bold;
}

#sec_today_program figure{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	background: #fff;

}
#sec_today_program figure img{
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	transform: translateY(-50%);
}
#sec_today_program figure span {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}

#sec_today_program .program > div {
	padding: 0 50px;
}

#sec_today_program .label{
	display: inline-block;
	font-size: 2.2rem;
	padding: 3px 10px;
	margin-bottom: 20px;
	opacity: 0;
}

#sec_today_program .title{
	font-size: 2.4rem;
	font-weight: bold;
	opacity: 0;
	height: 36px;
}

#sec_today_program .label_time .time{
	display: none;
}

#sec_today_program .program.active .time,
#sec_today_program .program.active .label,
#sec_today_program .program.active .title{
	opacity: 1;
}

@media screen and (max-width:1024px) {
	#sec_today_program .program{
		cursor: auto;
	}
}


/*===========================================================
+-----+// sec_reccomend
===========================================================*/

#sec_reccomend{
	margin-bottom: 100px;
}
#sec_reccomend .img_line{
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#sec_reccomend .img_line .box{
	width: 336px;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}

#sec_reccomend .img_line .box a{
	display: block;
	outline: none;
}

#sec_reccomend .img_line figure{
	position: relative;
	width: 336px;
	height: 190px;
	overflow: hidden;
	margin-bottom: 10px;
}

#sec_reccomend .img_line img{
	width: 100%;
	min-height: auto;
	margin:0 2px 15px;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_reccomend .img_line figure .photo_credit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 330px;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 5px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.3);
}

#sec_reccomend .img_line .time{
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#sec_reccomend .img_line .time span{
	display: block;
}
#sec_reccomend .img_line .label{
	min-width: 70px;
	text-align: center;
	display: inline-block !important;
	font-display: 1.2rem;
	padding: 2px 5px 2px;
	box-sizing: border-box;
	margin-bottom: 5px;
}

#sec_reccomend .img_line .title{
	font-weight: bold;
}

#sec_reccomend .img_line:last-child{
	margin-bottom: 0;
}

#sec_reccomend .img_line:after,
#sec_reccomend .img_line:before{
	content:'';
	position: absolute;
	top:0;
	width: calc(50% - 490px);
	height: 330px;
	background: rgba(255,255,255,0.4);
}
#sec_reccomend .img_line:before{
	left:0 !important;
	z-index: 10;
}
#sec_reccomend .img_line:after{
	right:0 !important;
	z-index: 10;
}
#sec_reccomend .img_line .slick-arrow{
	width: 16px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 20;
	top:80px;
}

#sec_reccomend .img_line .slick-prev{
	left: calc(50% - 490px - 40px);
	background: url("/top/common/img/arrow04_l.png") left center no-repeat;
	background-size: 16px auto;
}
#sec_reccomend .img_line .slick-next{
	right: calc(50% - 490px - 40px);
	background: url("/top/common/img/arrow04_r.png") left center no-repeat;
	background-size: 16px auto;
}

@media screen and (max-width:1024px) {
	#sec_reccomend .img_line .slick-prev{
		left: 3px;
	}
	#sec_reccomend .img_line .slick-next{
		right: 3px
	}
}


/*===========================================================
+-----+// sec_ranking
===========================================================*/

#sec_ranking{
	background: #fafafa;
	padding: 100px 0;
	margin-bottom: 100px;
}
#sec_ranking h2	img{
	background: #fafafa;
}

#sec_ranking .rank_top3{
	max-width: 1090px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#sec_ranking .rank_top3 li{
	padding-left: 85px;
	max-width: 350px;
	box-sizing: border-box;
}
#sec_ranking .rank_top3 img{
	max-width: 240px;
	margin-bottom: 25px;
}
#sec_ranking .rank_top3 .label{
	font-size: 1.2rem;
	min-width: 72px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}
#sec_ranking .rank_top3 .title{
	font-size: 1.8rem;
	font-weight: bold;
}


#sec_ranking .rank_top3 li:nth-child(1){background: url(/top/index/img/icon_rank01.png) left 35px no-repeat;}
#sec_ranking .rank_top3 li:nth-child(2){background: url(/top/index/img/icon_rank02.png) left 35px no-repeat;}
#sec_ranking .rank_top3 li:nth-child(3){background: url(/top/index/img/icon_rank03.png) left 35px no-repeat;}


#sec_ranking .rank_after{
	max-width: 760px;
	margin: 0 auto;
	border-top: solid 2px #eeeeee;
	display: block !important;
}
#sec_ranking .rank_after li{
	padding: 15px 15px 13px 70px;
	border-bottom: solid 2px #eeeeee;
}

#sec_ranking .rank_after li:nth-child(1){background: url(/top/index/img/icon_rank04.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(2){background: url(/top/index/img/icon_rank05.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(3){background: url(/top/index/img/icon_rank06.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(4){background: url(/top/index/img/icon_rank07.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(5){background: url(/top/index/img/icon_rank08.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(6){background: url(/top/index/img/icon_rank09.png) 20px 14px no-repeat;}
#sec_ranking .rank_after li:nth-child(7){background: url(/top/index/img/icon_rank10.png) 20px 14px no-repeat;}

@media screen and (max-width:1000px) {
	#sec_ranking .rank_top3 li{
		width: 30%;
		background-position: center top !important;
		padding: 70px 0 0;
	}
	#sec_ranking .rank_top3{
		padding: 0 10px;
	}
	#sec_ranking .rank_top3 figure{

	}
	#sec_ranking .rank_top3 li img{
		width: 100%;
		margin-bottom: 10px;
	}
}


/*===========================================================
+-----+// sec_info
===========================================================*/

#sec_info{
	margin-bottom: 100px;
}

#sec_info a{
	display: block;
	max-width: 1030px;
	margin: 0 auto;

}

#sec_info a dl{
	transition: all 0.7s;
}

#sec_info a:hover dl{
	background: #f5f5f5;
}

#sec_info h2{
	margin-bottom: 50px;
}

#sec_info dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	max-width: 1030px;
	margin: 0 auto;
	padding: 35px 0;
	border-bottom: solid 2px #eee;
}
#sec_info dl dt{
	width: 21%;
	padding-left: 25px;
	box-sizing: border-box;
}

#sec_info dl dd{
	width: calc(100% - 21%);
	word-break: break-all;
	background: url(/top/index/img/arrow_block.png) right 25px center no-repeat;
	background-size: 16px auto;
	padding-right: 16%;
	box-sizing: border-box;
}


#sec_info .more_view a{
	font-size: 1.8rem;
	color: #fff;
	width: 400px;
	padding: 20px 0 17px;
	margin: 40px auto 20px;
	display: block;
	text-align: center;
	background: url(/top/common/img/arrow02_d.png) right 15px center no-repeat #999999;
	background-size: 20px auto;
	box-shadow: 3px 2px 3px rgba(0,0,0,0.2);
}

#sec_info .more_view.clickBtn_on0 a{
	background: url(/top/common/img/arrow02_u.png) right 15px center no-repeat #999999;
	background-size: 20px auto;
}

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

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


#sec_news{
	margin-bottom: 100px;
}

.bnr_area{
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.bnr_area li{

	max-width: 312px;
	margin-bottom: 20px;
}
.bnr_area li img{
	width: 100%;
}

.bnr_present{
	margin-top: 20px;
	text-align: center;
}
.bnr_present img{
	width: 588px;
}

/*===========================================================
+-----+//AD
===========================================================*/
#ssp_ad1{
	margin-bottom: 100px;
}
#ssp_ad2{
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 30px 0;
	background: rgba(0,0,0,0);
}
#ssp_ad3{
	margin-top: 100px;
}

.gmo_ssp_63543_wrap {
	max-width: 400px;
	padding: 0 !important;
	margin:  0 auto;
}