@charset "utf-8";
/**-----------------------------**
 * ONAIR
**-----------------------------**/
#onair .cont_h2{
	padding-top: 239px;
}
#onair .cont_h2_txt--eng{
	width: 253px;
	padding-top: 81px;
	background-image: url(../img/top/onair_contTitle.svg);
}
#onair .contentIn{
	width: 100%;
	position: relative;
}
@media screen and (max-width: 767px){
	#onair .cont_h2{
		padding-top: 112px;
	}
	#onair .cont_h2_txt--eng{
		width: 100%;
		padding-top: 48px;
	}
}



.onair_catch{
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: var(--main-color-red);
}
.onair_catch span.pc{
	display: inline;
}
.onair_catch--remark{
	font-size: 60%;
	display: inline-block;
	line-height: 1.5;
}

#television .onair_catch{
	padding-top: 32px;
	font-size: 48px;
}

.onairCont{
	width: 100%;
	padding-top: 80px;
}
.onair_h3{
	position: relative;
	padding-bottom: 24px;
	line-height: 1;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 64px;
}
.onair_h3:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.5em;
	height: 1px;
	background-color: #fff;
}
.onair_h3--en{
	font-family: var(--font-family-eng);
	font-weight: 700;
	font-size: 32px;
}
.onair_h3--ja{
	font-size: 16px;
	padding-left: 24px;
	display: inline-block;
	font-weight: 500;
}


#television .onair_h3{
	margin-bottom: 16px;
}
.onair_tvLists{
	width: 100%;
}
.onair_tvList{
	width: 100%;
	padding: 32px 0;
	border-bottom: 1px solid rgba(255,255,255, 32%);
	position: relative;
	font-size: 16px;
	line-height: 2;
	display: flex;
	align-items: center;
}
.onair_tvList--bs{
	width: 23.077%;
	color: var(--main-color-red);
}
.onair_tvList--date{
	width: 23.077%;
}
.onair_tvList--time{
	width: 30.769%;
}
.onair_tvList--remark{
	width: 23.077%;
	font-size: 87.5%;
}

.onair_odLists{
	display: flex;
	flex-wrap: wrap;
}
.onair_odList{
	width: 25%;
}
.onair_odList--link{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 108px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.4);
	text-align: center;
	font-size: 16px;
	line-height: 1.375;
	transition: .3s ease;
	position: relative;
	color: var(--main-color-red);
	text-decoration: none;
}
.onair_odList--link span{
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
.onair_odList--link span:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/common/icon_blank.svg) no-repeat center / contain;
	width: 16px;
	height: 12px;
	margin: auto 0;
}

@media screen and (hover:hover) and (pointer: fine){	
	.onair_odList--link:hover{
		color: #FFF;
		border-color: var(--main-color-red);
		background-color: var(--main-color-red);
	}
}

.onair_caution{
	margin-top: 24px;
}

@media screen and (max-width: 767px){
	.onair_catch{
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.onair_catch span.pc{
		display: none;
	}
	.onairCont{
		padding-top: 48px;
	}
	.onair_h3{
		font-size: 2.2rem;
		padding-bottom: 16px;
		margin-bottom: 36px;
	}
	.onair_h3--en{
		font-size: 2.2rem;
	}
	.onair_h3--ja{
		padding-left: 12px;
		font-size: 1.2rem;
	}
	#television .onair_h3{
		margin-bottom: 12px;
	}
	.onair_tvList{
		flex-wrap: wrap;
		padding: 24px 0;
		font-size: 1.2rem;
	}
	.onair_tvList--bs{
		width: 100%;
	}
	.onair_tvList--date{
		width: 50%;
		padding-right: 1em;
	}
	.onair_tvList--time{
		width: 50%;
	}
	.onair_tvList--remark{
		width: 100%;
		padding-left: 50%;
		font-size: 1rem;
	}
	.onair_odList{
		width: 50%;
	}
	.onair_odList--link{
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: unset;
		padding: 20px 10px;
		font-size: 1.2rem;
	}
	.onair_caution{
		margin-top: 12px;
	}

	#television .onair_catch{
		font-size: 2.0rem;
	}
}

#onair .contentbg_picture img,
#onair .contentbg_picture source{
	object-position: center center;
}

@media screen and (max-width: 767px){
	#onair .contentbg_picture img,
	#onair .contentbg_picture source{
		object-position: center bottom;
	}
}



.onair_hr-svodT{
	margin: 80px 0;
	border-color: #FFF;
}
.onair_catch.-stampede{
	font-weight: 700;
	color: #FFF;
}
.onair_catch-stampedeImg{
	display: inline-block;
	width: 300px;
	margin-bottom: 1.5em;
}
.onair_catch-stampedeImg img{
	width: 100%;
}
@media screen and (max-width:767px){
	.onair_hr-svodT{
		margin: 48px 0;
	}
	.onair_catch-stampedeImg{
		width: 110px;
	}
}