@charset "UTF-8";

/* 共通
------------------------- */
:root {
	--main-color: #ffba00; /* イエローオレンジ */
	--sub-color: #42d4c1; /* ミントグリーン */
	--accent-color: #39a7e9; /* ブルー */
	--h-space: max(40px, min(7.8vw, 60px));
}

body {
	color: #333;
	font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, "Hiragino Sans", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
.br {
	display: inline-block;
}

/* タイマー要素 リロード時の非表示 */
.view_timer {
	display: none;
}


/* ヘッダー
------------------------- */
.header {
	margin: 0 auto;
	padding: 20px;
	max-width: 1200px;
}

@media (max-width: 768px) {
	.title img {
		max-width: 200px;
	}
}
@media (min-width: 769px) {
	.title img {
		max-width: 250px;
	}
}


/* レイアウト
------------------------- */
.main {
	margin: auto;
	padding: 0 20px;
	max-width: 1200px;
}

@media (max-width: 768px) {
	.main {
		display: flex;
		flex-direction: column;
	}
	.pr-area {
		order: 1;
	}
	.container {
		order: 4;
	}
	.timetable-area {
		order: 2;
	}
	.sidebar {
		order: 3;
	}
}

@media (min-width: 769px) {
	.main {
		position: relative;
		min-height: 1100px;
	}
	.pr-area {
		float: left;
		margin-right: 40px;
		width: calc(100% - 360px);
	}
	.container {
		float: left;
		margin-right: 40px;
		width: calc(100% - 360px);
	}
	.timetable-area {
		float: right;
		width: 320px;
	}
	.sidebar {
		position: absolute;
		top: 300px;
		right: 20px;
		width: 320px;
	}
	.main::after {
		content: "";
		display: block;
		clear: both;
	}
}


/* メインコンテンツ
------------------------- */
.main-title {
	margin: 0 auto 1em;
	padding: .5em;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	font-size: max(1.125rem, min(.989rem + .68vw, 1.5rem)); /* 18px〜24px */
}


/* PR
------------------------- */
/* お知らせ・PRバナー */
.oshirase-prbnr {
	margin-bottom: var(--h-space);
}
.oshirase-prbnr * + * {
	margin-top: 1em;
}
/* お知らせ */
.oshirase {
	padding: .5em;
	border: 1px solid #aaa;
}
.oshirase dt {
	margin-bottom: .5em;
	padding: .3em .5em;
	background: #aaa;
	color: #fff;
}
.oshirase dd {
	margin-top: .5em;
	padding: 0 .5em;
	font-size: 14px;
}

/* PRバナー */
.tv-pr {}

/* スライド swiper */
.swiper-area {
	position: relative;
	margin-bottom: calc(var(--h-space) * 1.5);
}
.swiper-item {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
}
.swiper-item * {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: auto;
}
.swiper-pagination-bullet {
	background-color: #333;
}

/* 動画 */
.tv-pr-video {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: calc(var(--h-space) * 1.5);
}
.pr-video-wrap {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
}
.pr-video-wrap iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* 自社番組一覧
------------------------- */

/* 番組名

h4.program_name {
	font-size: .8rem;
	line-height: 1.1;
	margin-bottom:0.6rem;
}

h4.program_name span {
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.1;
	padding-left:6px
} */

.program_list a{color:#03a9f4;}
.program_list a:hover {opacity: .5;}

/* 曜日

.dayweek {
    margin-bottom: 0.5em;
    padding: 0 10px;
    border-left: 5px solid #03a9f4;
    font-size: 1rem;
    font-weight: normal;

}

.pc_none_br {
	display: none;
}

.hp_none_br{
        display: block;
    }



@media screen and (max-width:768px) {
    .pc_none_br{
        display: block;
    }
    
    .hp_none_br{
        display: none;
    }

    
	ul.bangumi-nav-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
    ul.bangumi-nav-list_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

} */


/* HP

div.program_list {
	border-bottom:1px dashed #ddd;
	margin-bottom:.6rem;
}


@media (min-width: 961px) {

ul.bangumi-nav-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 4px;
}

ul.bangumi-nav-list_2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4px;
}

} */







/* プルダウンテキストメニュー
------------------------- */

.program_day_list select {
	width: 100%;
	font-size: .8rem;
	padding:.6rem;
}

.program-list-item{
	padding-bottom: 10px;
}

.program-list-item a {
	color: #0095c0;
	display: block;
	font-size:.8rem;
}



.program-list-item a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #666;
}



.program-list-item a:hover {
	opacity: .5;
}

.program-list h4 {
	font-size:1rem;
	padding-bottom:.6rem;
	border-bottom:1px solid #607d8b;
	margin-bottom:.8rem;
	color:#607d8b;
}


.program-list  {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
	margin-bottom:2rem;
}




@media (min-width: 961px) {
	.program-list {
		grid-template-columns: repeat(3, 1fr);
	}
}


























/* 番組表
------------------------- */
.housouchu {
	margin-bottom: var(--h-space);
}
.housouchu .main-title {
	margin-bottom: 0;
	border-bottom: none;
}

/* 番組表 */
.mbctv-timetable {
	border: 1px solid var(--main-color);
	height: 95px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.mbctv-timetable iframe {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.btn-timetable-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .7em .5em;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	border-top: none;
	color: #fff;
	font-size: max(.875rem, min(.83rem + .23vw, 1rem)); /* 14px～16px */
	font-size: 16px;
	font-weight: 600;
	transition: .3s;
}
.btn-timetable-link::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #fff;
}
.btn-timetable-link:hover {
	background: #ff9600;
}

.housou-list p {
	margin-top: 1em;
	color: #f00;
	font-size: 65%;
	line-height: 1.1;
	text-align: center;
}

@media (max-width: 960px) {
	.housouchu .main-title,
	.housou-list {
		margin: auto;
		max-width: 480px;
	}
}



/* 放送中の番組
------------------------- */
/* 表示切替メニュー */
.mbctv-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
	background: #fff1cc;
	border: 1px solid var(--main-color);
	border-left: none;
	font-size: 12px;
	line-height: 1;
}
.mbctv-menu li {
	width: calc(100% / 4);
	border-left: 1px solid var(--main-color);
	text-align: center;
}
.mbctv-menu li a {
	display: block;
	padding: 16px 0;
	background: #fff1cc;
	color: #333;
	transition: .3s;
}
.mbctv-menu li a:hover {
	background: #ffdc7f;
}
.mbctv-menu .selected {
	position: relative;
}
.mbctv-menu .selected::after {
	content: "";
	position: absolute;
	bottom: -.75em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: .75em .75em 0 .75em;
	border-style: solid;
	border-color: var(--main-color) transparent transparent transparent;
}
.mbctv-menu .selected a {
	background: var(--main-color);
	color: #333;
}
.mbctv-menu .selected a:hover {
	background: var(--main-color);
}
@media (max-width: 960px) {
	.mbctv-menu li:first-child {
		width: calc((100% / 4) + (100% / 4));
	}
	.mbctv-menu li:nth-child(n+1):nth-child(-n+3) {
		border-bottom: 1px solid var(--main-color);
	}
}
@media (min-width: 961px) {
	.mbctv-menu {
		flex-wrap: nowrap;
	}
	.mbctv-menu li {
		width: calc(100% / 7);
	}
}

/* 曜日切替メニュー */
.mbctv-menu-v {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 24px;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-left: none;
	font-size: 12px;
	line-height: 1;
}
.mbctv-menu-v li {
	width: calc(100% / 4);
	border-left: 1px solid #ccc;
	text-align: center;
}
.mbctv-menu-v li a {
	display: block;
	padding: 16px 0;
	background: #f1f1f1;
	color: #333;
	transition: .3s;
}
.mbctv-menu-v li a:hover {
	background: #caf2ea;
}
.mbctv-menulist-v {
	background: #fff;
}
.mbctv-menu-v .selected-v {
	position: relative;
}
.mbctv-menu-v .selected-v::after {
	content: "";
	position: absolute;
	bottom: -.75em;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-width: .75em .75em 0 .75em;
	border-style: solid;
	border-color: var(--sub-color) transparent transparent transparent;
}
.mbctv-menu-v .selected-v a {
	background: var(--sub-color);
	color: #333;
}
.mbctv-menu-v .selected-v a:hover {
	background: var(--sub-color);
}
@media (max-width: 960px) {
	.mbctv-menu-v li:nth-child(n+1):nth-child(-n+4) {
		border-bottom: 1px solid #ccc;
	}
}
@media (min-width: 961px) {
	.mbctv-menu-v {
		flex-wrap: nowrap;
	}
	.mbctv-menu-v li {
		width: calc(100% / 7);
	}
}

/* 番組リスト */
.list-column + .list-column,
.list-column-v + .list-column-v {
	margin-top: 2.5em;
}

.cat-title {
	margin-bottom: .5em;
	color: var(--main-color);
	font-size: max(1.125rem, min(.989rem + .68vw, 1.5rem)); /* 18px〜24px */
}
.cat-sub-title {
	margin-bottom: .5em;
	padding: 0 10px;
	border-left: 5px solid #ddd;
	font-size: 1rem;
	font-weight: normal;
}
.cat-sub-title ~ .cat-sub-title {
	margin-top: 1.5em;
}

.bangumi-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}


@media (min-width: 961px) {
	.bangumi-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

.list-item {
	display: flex;
	border: 1px solid #ddd;
}
.list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #333;
}
.list-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.list-item a:hover {
	opacity: .5;
}
.list-item img {
	order: -1;
	aspect-ratio: 16 / 9;
}
.list-item h4 {
	padding: 10px 10px .5em;
	font-size: max(.875rem, min(.83rem + .23vw, .1rem)); /* 14px〜16px */
	font-size: 16px;
	line-height: 1.2;
}
.list-item p {
	margin-top: auto;
	padding: 0 10px 10px;
	color: #666;
	font-size: max(.75rem, min(.705rem + .23vw, .875rem)); /* 12px〜14px */
	font-size: 14px;
	line-height: calc(.15rem + 1em + .15rem);
}



/* サイドバー
------------------------- */
@media(max-width: 768px) {
	.sidebar {
		margin-bottom: var(--h-space);
	}
}
.side-title {
	margin-bottom: .5em;
	color: var(--main-color);
	font-size: max(1.125rem, min(.989rem + .68vw, 1.5rem)); /* 18px〜24px */
}

/* テレビバナー */
.tv-bnr {
	margin-bottom: 1rem;
	padding: 1em;
	border: 1px solid #ddd;
	text-align: center;
}
.tv-bnr li + li {
	margin-top: .5em;
}
.tv-bnr li {
	position: relative;
	overflow: hidden;
}
.tv-bnr li a {
	content: "";
	display: block;
	padding-top: 31.25%;
}
.tv-bnr li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tv-bnr p {
padding:.5em 0;
}

@media (max-width: 768px) {
	.tv-bnr {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
		padding: 0;
		border: 0;
	}
	.tv-bnr li + li {
		margin-top: 0;
	}
	.tv-bnr li {
		border: 1px solid #ddd;
	}
}



/* アドセンス広告
------------------------- */
.ads-wrapper {
	padding: calc(var(--h-space) * 2) 0 var(--h-space);
}



/* フッター
------------------------- */
.footer-sns {
	padding: var(--h-space) 0;
	text-align: center;
}
.footer-sns-container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

/* シェア */
.share-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: max(1.125rem, min(.989rem + .68vw, 1.5rem)); /* 18px〜24px */
	text-align: center;
}
.share-title::before,
.share-title::after {
	content: "";
	width: 3px;
	height: 2em;
	background-color: var(--sub-color);
}
.share-title::before {
	margin-right: 1.5em;
	transform: rotate(-35deg);
}
.share-title::after {
	margin-left: 1.5em;
	transform: rotate(35deg);
}
.icon-sns {
	display: inline-block;
	margin: 1em .5em 0;
	width: 50px;
}

/* コピーライト 
.copyright {
	margin-top: var(--h-space);
	font-size: 15px;
	line-height: calc(.15rem + 1em + .15rem);
}
.copyright span {
	font-size: 12px;
}
*/

/* グローバルメニューの修正 */
#mbc-globalnav .tv-bnr {
	border: none;
}

