
header{
	border: none;
}

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

#mv{
	margin-bottom: 70px;
	position: relative;
}
#mv .box{
	margin: 0 auto;
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
	box-sizing: border-box;
}

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

#mv .box figure .view4k{
	display: none;
}
#mv .box figure{
	height: 200px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#mv .box img{
	min-width: 100%;
	height: auto;
	position: absolute;
	z-index: 5;
}
#mv .box .data{
	width: 100%;
	background: #eee;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#mv .box .data .title{
	font-size:1.8rem;
	font-weight: bold;
	order: 2;
}
#mv .box .data div{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	order: 1;
	text-align: left;
	align-items:flex-start;
}
#mv .box .data div .label{
	display: inline-block;
	font-size:1.2rem;
	padding: 5px 5px 2px;
	margin-bottom: 10px;
	margin-right: 15px;;
	color: #fff;
	white-space: nowrap;
}
#mv .box .data div .time{
	padding-top: 2px;
	font-size:1.6rem;
}

#mv .box .data .view4k{
	width: 30px;
	order: 3;
	padding: 5px 0 10px;
}
#mv .box .data .view4k img{
	width: 30px;
	min-width: 30px
}

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

#mv .box_youtube::before,
#mv .box_jst::before {
	content: "";
	position: absolute;
	top: 14.4vw;
	left: 50%;
	z-index: 6;
	width: 83px;
	height: 83px;
	transform: translateX(-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: 22vw;
	left: 50%;
	z-index: 7;
	width: 0;
	height: 0;
	margin-left: 2.5px;
	border-style: solid;
	border-width: 12.5px 0 12.5px 20px;
	border-color: transparent transparent transparent #ffffff;
	transform: translateX(-50%);
	backface-visibility: hidden;
}

#mv .slick-arrow{
	position: absolute;
	z-index: 20;
	top:190px;
	width: 17px;
	height: 25px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
}
#mv .slick-next {
	right: 10px;
	background: url("/top/common/img/arrow04_r.png") left top no-repeat;
	background-size: 17px auto;
}
#mv .slick-prev {
	left:10px;
	background: url("/top/common/img/arrow04_l.png") left top no-repeat;
	background-size: 17px auto;
}

#mv .slick-dots	button{
	display: none;
}

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

#youtube_modal .youtube_content{
	max-width: 100%;
	margin: 100px 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: 20px;
	height: 20px;
	display: block;
	position: fixed;
	right: 15px;
	top:15px;
	cursor: pointer;
}

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

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

#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: 500;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: none;
}

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

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

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

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

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

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

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

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

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

.sec_vod_list .h2_ttl {
	margin-bottom: 50px;
}

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

.sec_vod_list .box_wrap {
	display: flex;
	align-items: flex-start;
}

.sec_vod_list h3 {
	height: 25px;
	padding-left: 25px;
}

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

.sec_vod_list .slide {
	margin-top: 18px;
}

.sec_vod_list .slide * {
	outline: none;
}

.sec_vod_list .slick-track {
	margin-left: 25px;
}

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

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

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

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

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

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

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

.sec_vod_list .box {
	display: block;
	width: 200px;
	margin: 0 5px;
	padding: 0;
	text-align: left;
	border: none;
	background: transparent;
}

.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 {
	margin: 32px 20px 0;
}

.sec_vod_list .link_btn a{
	display: block;
	width: 100%;
	text-align: center;
	font-size:1.8rem;
	font-weight: bold;
	color: #fff;
	padding: 15px 0;
	background: url(/top/common/img/arrow02_r.png) right 20px center no-repeat #5c5c5c;
	background-size: 10px auto;
}

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

#sec_today_program h2 img{
	height: 47px;
}

#sec_today_program #program_wrap{
	height: 425px;
	min-height: 65vw;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

#sec_today_program .program{
	width: 41%;
	margin: 0 auto;
	position: absolute;
	top: 10.6vw;
	z-index: 1;
	transition: all 0.5s;
	opacity: 0.7;

}

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

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


#sec_today_program .time{
	text-align: center;
	margin-bottom: 10px;
	opacity: 0;
	font-size: 0;
	height: 18px;
	font-weight: bold;
}

#sec_today_program .time img{
	width: auto;
	height: 18px;
}

#sec_today_program figure{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	background: #fff;
}
#sec_today_program figure img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}
#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 43px;
}

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

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

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

#sec_today_program .label_time{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}
#sec_today_program .label_time .label{
	margin-right: 10px;
	white-space: nowrap;
}
#sec_today_program .label_time .time{
	font-size: 1.4rem;
	font-weight: normal;
	padding-top: 4px;
	text-align: left;
	height: auto;
}

#sec_today_program .program.active figure{
	margin-bottom: 15px;
}


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

#sec_reccomend{
	margin-bottom: 10px;
	overflow: hidden;
}
#sec_reccomend .img_line{
	width: 100%;
	margin-bottom: 40px;
}
#sec_reccomend .img_line .box{
	outline: none;
}

#sec_reccomend .img_line img{
	margin:0 2px 15px;
	border-right: solid 2px #fff;
	border-left: solid 2px #fff;
}
#sec_reccomend .img_line figure {
	position: relative;
	overflow: hidden;
	height: 200px;
	margin-bottom: 5px;
}
#sec_reccomend .img_line figure .photo_credit{
	position: absolute;
	bottom: 0;
	left: 4px;
	width: 100%;
	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{
	margin-bottom: 5px;
	padding: 0 10px;
}
#sec_reccomend .img_line .time span{
	display: block;
	margin-bottom: 5px;
}

#sec_reccomend .img_line .label{
	text-align: center;
	display: inline-block !important;
	font-size:1.2rem;
	padding: 3px 10px 2px;
	box-sizing: border-box;
	margin-right: 10px;
}

#sec_reccomend .img_line .title{
	padding: 0 10px;
	font-weight: bold;
	font-size:1.6rem;
}

#sec_reccomend .img_line .slick-list.draggable{
	margin-left: -72px;
}

#sec_reccomend .img_line button.slick-arrow{
	display: none !important;
}

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

.more_view a{
	display: block;
	width: 100%;
	text-align: center;
	font-size:1.8rem;
	font-weight: bold;
	padding: 15px 0;
	background: url(/top/common/img/arrow01_d.png) right 20px center no-repeat #eeeeee;
	background-size: 15px auto;
}

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

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


#sec_ranking .rank_top3{
	max-width: 100%;
	margin: 0 auto 20px;
}
#sec_ranking .rank_top3 li a{
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 15px 50px;
	border-bottom: solid 1px #eee;
}
#sec_ranking .rank_top3 li figure{
	width: 40%;
}

#sec_ranking .rank_top3 li div{
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
#sec_ranking .rank_top3 li div .label{
	font-size:1.2rem;
	padding: 3px 10px 2px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}
#sec_ranking .rank_top3 li div .title{
	font-size:1.6rem;
	font-weight: bold;
}

#sec_ranking .rank_top3 li:nth-child(1){background: url(/top/index/img/icon_rank01.png) left 10px center no-repeat;}
#sec_ranking .rank_top3 li:nth-child(2){background: url(/top/index/img/icon_rank02.png) left 10px center no-repeat;}
#sec_ranking .rank_top3 li:nth-child(3){background: url(/top/index/img/icon_rank03.png) left 10px center no-repeat;}
#sec_ranking .rank_top3 li{background-size: 32px auto !important;}

#sec_ranking .rank_after{
	display: none;
	max-width: 100%;
	margin: 0 auto;
	border-top: solid 2px #eeeeee;
}

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


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

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

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

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


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

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


#sec_news{
	margin-bottom: 50px;
}

.bnr_area{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bnr_area li{
	width: 48%;
	margin-bottom: 15px;
}
.bnr_area li img{
	width: 100%;
}

.bnr_present{
	margin-top: 20px;
	padding: 0 20px;
	text-align: center;
}

/*===========================================================
+-----+//AD
===========================================================*/
#ssp_ad1{
	margin-bottom: 50px;
}

#ssp_ad2{
	padding: 20px 0;
	margin: 0 0 80px 0;
}

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