@charset "UTF-8";



/*共通
---------------------------------------------------------- */
.top_bnr_list {
	margin: 50px 0 0;
}

.top_bnr_list ul,
.top_on_air_bnr_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
}

.top_bnr_list li,
.top_on_air_bnr_list li {
	margin: 30px 0 0 30px;
}

.top_bnr_list li img,
.top_on_air_bnr_list li img {
	max-width: 400px;
	max-height: 90px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.top_bnr_list li a,
.top_on_air_bnr_list li a {
	display: block;
}

.top_bnr_list li a:hover,
.top_on_air_bnr_list li a:hover {
	opacity: 0.6;
}


@media only screen and (max-width: 750px) {
	
	.top_bnr_list {
		margin: 40px 0 0;
	}
	
	.top_bnr_list ul,
	.top_on_air_bnr_list ul {
		display: block;
		margin: 0;
	}

	.top_bnr_list li,
	.top_on_air_bnr_list li {
		width: 100%;
		max-width: none;
		max-height: none;
		margin: 20px 0 0;
	}
	
	.top_bnr_list li:first-child,
	.top_on_air_bnr_list li:first-child {
		margin: 0;
	}
	
	.top_bnr_list li img,
	.top_on_air_bnr_list li img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}

}




/*ただいま放送中
---------------------------------------------------------- */
.top_on_air_section {
	max-width: 860px;
	margin: 0 auto 50px;
}

.top_on_air_section .ttl_h2_01 {
	font-size: 2.4rem;
}

.top_on_air_list_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 50px -60px;
}

.top_on_air_list_l,
.top_on_air_list_r {
	width: -webkit-calc(50% - 60px);
	width: calc(50% - 60px);
	margin: 0 0 0 60px;
}

.top_on_air_list_column .ttl_wrap {
	margin: 0 0 30px;
	text-align: center;
}

.top_on_air_list_column .ttl_wrap h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}

.top_on_air_list_column .ttl_wrap a:hover .lang {
	text-decoration: underline;
}

.top_on_air_list_column .ttl_wrap .icon:before {
	margin: 0 15px 0 0;
	color: #2ca9e1;
	font-size: 35px;
}

.top_on_air_list_column .ttl_wrap .lang {
	display: inline-block;
	vertical-align: middle;
}

.top_on_air_list_column .btn_area {
	margin: 30px 0 0;
}

.top_on_air_list_column .btn_area .btn {
	min-height: 48px;
}



@media only screen and (max-width: 750px) {
	
	.top_on_air_section {
		margin: 0 auto 40px;
		padding: 0 3%;
	}
	
	.top_on_air_section .ttl_h2_01 {
		font-size: 2rem;
	}
	
	.top_on_air_list_column {
		margin: 0 0 40px -20px;
	}
	
	.top_on_air_list_l,
	.top_on_air_list_r {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
	}
	
	.top_on_air_list_column .ttl_wrap {
		margin: 0 0 15px;
	}
	
	.top_on_air_list_column .ttl_wrap h3 {
		font-size: 1.6rem;
	}
	
	.top_on_air_list_column .ttl_wrap .icon:before {
		margin: 0 10px 0 0;
		font-size: 20px;
	}
	
	.top_on_air_list_column .btn_area {
		margin: 15px 0 0;
	}
	
	.top_on_air_list_column .btn_area .btn {
		width: 100%;
		min-height: 40px;
		font-size: 1.4rem;
	}

}




/*KBCマップ
----------------------------------------*/
.top_map_section {
	min-height: 347px;
	margin: 0 0 80px;
	padding: 25px 0;
	background: #b3c5cd url(../img/top/map_bg.png) center center no-repeat;
}

.top_map_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 860px;
	margin: 0 auto;
}

.top_map_box_l {
	width: 450px;
}

.top_map_box_r {
	width: 350px;
	padding: 15px 0 0;
}

.top_map_block .section_ttl {
	display: table;
}

.top_map_block .section_ttl .img,
.top_map_block .section_ttl .txt {
	display: table-cell;
	vertical-align: middle;
}

.top_map_block .section_ttl .img .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	color: #2ca9e1;
	font-size: 49px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.top_map_block .section_ttl .txt {
	padding: 0 0 0 10px;
}

.top_map_block .section_ttl .txt h2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.3;
}

.top_map_nav_search_wrap {
	padding: 30px 30px 45px;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-color: #fff;
}

.top_map_nav_search_wrap .btn {
	width: 100%;
}

.top_map_nav_search_wrap .btn_area {
	margin: 15px 0 0;
}

.top_map_nav_search_wrap .btn_area .btn_reset {
	width: 160px;
	min-height: 43px;
	font-size: 1.4rem;
}

.top_map_nav_search_wrap .btn_area .btn_reset .btn_white01 {
	color: #666;
}

.top_map_nav_search_wrap .btn_search {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.top_map_nav_search_wrap .btn_search {
	width: 226px;
}

.top_map_nav_search_wrap .btn_search:hover * {
	opacity: 1;
}

.top_map_nav_search_wrap .btn_search:hover .btn_pink01 {
	background-color: #f17fa4;
}



@media only screen and (max-width: 750px) {
	
	.top_map_section {
		min-height: auto;
		margin: 0 0 40px;
		padding: 35px 3% 45px;
		background: #fff;
	}
	
	.top_map_block .section_ttl {
		display: block;
		text-align: center;
	}
	
	.top_map_block .section_ttl .img {
		display: none;
	}
	
	.top_map_block .section_ttl .txt {
		display: block;
		padding: 0;
	}
	
	.top_map_block .section_ttl .txt h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
		margin: 0 0 5px;
	}
	
	.top_map_block .section_ttl .txt h2 .lang {
		display: inline-block;
		vertical-align: middle;
	}
	
	.top_map_block .section_ttl .txt h2 [class*="icon"] {
		margin: 0 10px 0 0;
		color: #2ca9e1;
	}
	
	.top_map_box_l,
	.top_map_box_r {
		width: 100%;
	}
	
	.top_map_box_r {
		margin: 20px 0 0;
		padding: 25px;
		background: #b3c5cd url(../img/top/sp_map_bg.png) center bottom no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
	}
	
	.top_map_nav_search_wrap {
		padding: 25px 25px 45px;
		-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}

}


/*新着情報
----------------------------------------*/
.top_new_info_section {
	margin: 0 0 100px;
}



@media only screen and (max-width: 750px) {
	
	.top_new_info_section {
		margin: 0 0 60px;
	}

}




/*アイコンメニュー
---------------------------------------------------------- */
.top_icon_nav_contents {
	margin: 0 0 100px;
}



@media only screen and (max-width: 750px) {
	
	.top_icon_nav_contents {
		margin: 0 0 50px;
	}

}




/*ニュース
---------------------------------------------------------- */
.top_news_section {
	margin: 0 0 80px;
	padding: 80px 0;
	background-color: #fff;
}

.top_news_section .tab_area {
	margin: 0 0 30px;
}

.top_news_section .news_list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.top_news_section .news_list > ul > li {
	width: 33.3333%;
}

.top_news_section .news_list > ul > li a {
	display: block;
	width: 100%;
	padding: 10px 75px;
	text-decoration: none;
	border-left: 1px solid #d1dce1;
}

.top_news_section .news_list > ul > li:first-child a {
	border-left: 1px solid transparent;
}

.top_news_section .news_list > ul > li a .table {
	width: 100%;
}

.top_news_section .news_list > ul > li a:hover .txt h4 {
	text-decoration: underline;
}

.top_news_section .news_list > ul > li .img {
	margin: 0 0 20px;
}

.top_news_section .news_list > ul > li .img .img_body {
	padding-top: 56.25%;
	background-color: #f1f1f1;
	border: 1px solid #b3c5cd;
	position: relative;
}

.top_news_section .news_list > ul > li .img .img_background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.top_news_section .news_list > ul > li .txt_box {
	margin: 0 0 10px;
	color: #444;
}

.top_news_section .news_list > ul > li .txt h3 {
	font-size: 1.6rem;
}



@media only screen and (max-width: 750px) {
	
	.top_news_section {
		margin: 0 0 40px;
		padding: 40px 0;
	}
	
	.top_news_section .tab_area {
		margin: 0 0 20px;
	}
	
	.top_news_section .news_list > ul {
		display: block;
	}
	
	.top_news_section .news_list > ul > li {
		width: 100%;
	}
	
	.top_news_section .news_list > ul > li a {
		padding: 20px 10px;
		border: none;
		border-bottom: 1px solid #d1dce1;
	}
	
	.top_news_section .news_list > ul > li:first-child a {
		padding-top: 0;
		border-left: none;
	}
	
	.top_news_section .news_list > ul > li .img,
	.top_news_section .news_list > ul > li .txt {
		display: table-cell;
		vertical-align: top;
	}
	
	.top_news_section .news_list > ul > li .img {
		width: 105px;
	}
	
	.top_news_section .news_list > ul > li .txt {
		padding: 0 0 0 10px;
	}
	
	.top_news_section .news_list > ul > li .txt h3 {
		font-size: 1.4rem;
	}
	
	.top_news_section .news_list > ul > li .txt_box {
		margin: 0 0 5px;
	}
	
}




/*おすすめ情報
---------------------------------------------------------- */
.top_recommend_info_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_recommend_info_box_l,
.top_recommend_info_box_r {
	padding: 30px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.top_recommend_info_box_l {
	width: 720px;
}

.top_recommend_info_box_r {
	width: 330px;
	position: relative;
}

.top_recommend_info_box_r .tab_area {
	margin: 0 0 30px;
}

.top_recommend_info_slider_wrap {
	position: relative;
}

.top_recommend_info_slider {
	padding: 0 40px;
	z-index: 1;
}

.top_recommend_info_slider a {
	text-decoration: none;
}

.top_recommend_info_slider a:hover .txt h3 {
	text-decoration: underline;
}

.top_recommend_info_slider .img {
	margin: 0 0 20px;
}

.top_recommend_info_slider .img .img_background {
	padding-top: 55.690%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}

.top_recommend_info_slider .txt h3 {
	font-size: 1.6rem;
}

.top_recommend_info_slider_arrows {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.top_recommend_info_slider_arrows .slick-prev,
.top_recommend_info_slider_arrows .slick-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	border: none;
	outline: none;
	line-height: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.top_recommend_info_slider_arrows .slick-prev {
	left: 0;
}

.top_recommend_info_slider_arrows .slick-next {
	right: 0;
}

.top_recommend_info_slider_arrows .slick-prev:before {
	content: "\e904";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icomoon';
	color: #000;
	font-size: 24px;
}

.top_recommend_info_slider_arrows .slick-next:before {
	content: "\e905";
	display: inline-block;
	vertical-align: middle;
	font-family: 'icomoon';
	color: #000;
	font-size: 24px;
}

.top_recommend_info_box_r .img_columns a {
	text-decoration: none;
}

.top_recommend_info_box_r .img_columns a:hover .txt h3 {
	text-decoration: underline;
}

.top_recommend_info_box_r .img_columns .img {
	width: 190px;
	margin: 0 auto 30px;
}

.top_recommend_info_box_r .img_columns .img_box {
	padding: 10px;
	border: 1px solid #d1dce1;
}

.top_recommend_info_box_r .img_columns .img .img_background {
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.top_recommend_info_box_r .img_columns .txt {
	font-size: 1.6rem;
}

.top_recommend_info_box_r .img_columns .txt h3 {
	margin: 0 0 10px;
	font-weight: bold;
}

.top_recommend_info_box_r .btn_area {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.top_recommend_info_box_r .btn {
	width: 100%;
}



@media only screen and (max-width: 750px) {
	
	.top_recommend_info_box_l,
	.top_recommend_info_box_r {
		width: 100%;
	}
	
	.top_recommend_info_box_l {
		margin: 0 0 25px;
		padding: 0;
		background-color: inherit;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}
	
	.top_recommend_info_box_r {
		padding: 15px 15px 20px;
	}
	
	.top_recommend_info_box_r .tab_area {
		margin: 0 0 20px;
	}
	
	.top_recommend_info_slider {
		padding: 0;
	}
	
	.top_recommend_info_slider .img {
		margin: 0 0 15px;
	}
	
	.top_recommend_info_slider .txt h3 {
		font-size: 1.2rem;
	}
	
	.top_recommend_info_slider_arrows {
		display: none;
	}
	
	.top_recommend_info_box_r .img_columns a {
		display: table;
		width: 100%;
	}
	
	.top_recommend_info_box_r .img_columns .img,
	.top_recommend_info_box_r .img_columns .txt {
		display: table-cell;
		vertical-align: top;
	}
	
	.top_recommend_info_box_r .img_columns .img {
		width: 90px;
		margin: 0;
	}
	
	.top_recommend_info_box_r .img_columns .img_box {
		padding: 3px;
	}
	
	.top_recommend_info_box_r .img_columns .txt {
		padding: 0 0 0 10px;
		font-size: 1.3rem;
	}
	
	.top_recommend_info_box_r .img_columns .txt h3 {
		margin: 0 0 5px;
	}
	
	.top_recommend_info_box_r .btn_area {
		width: 100%;
		position: relative;
		bottom: auto;
		left: auto;
	}
}


/*緊急バナー
---------------------------------------------------------- */
.bnr_main-container {
    margin: 0 auto;
    width: 675px;
}
.bnr_main-container a{
	text-align:center;
}
.btn-radiko:hover {
    background: #0AB1E9;
}
@media only screen and (min-width: 751px){
.btn-radiko {
	margin:10px auto!important;
    width: 500px;
}
}
@media only screen and (max-width: 750px){
.bnr_main-container {
    width: 100%;
}
}
.btn-radiko {
    margin: 10px 15px;
    padding: 10px;
    border-radius: 5px;
    background: #00a6e8;
    position: relative;
    display: block;
    text-decoration: none;
    color: #FFF;
}

.fa-caret-right {
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
}
.fa-caret-right:before {
    content: "\f0da";
}

/*動画埋め込み
---------------------------------------------------------- */
.top_prspot_section {
	padding: 50px 0;
	background-color: #fff;
}
.top_prspot_section .flex {
	flex-wrap: wrap;
	justify-content: center;
}
.top_prspot_section .movie_box {
	width: 50%;
	padding: 0 20px;
}

.top_prspot_section .youtube,
.top_prspot_section .uliza {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.top_prspot_section .youtube iframe,
.top_prspot_section .uliza .inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

@media only screen and (max-width: 750px){
	.top_prspot_section {
		padding: 40px 0 25px;
		background-color: #dde1e4;
	}
	.top_prspot_section .movie_box {
		width: 100%;
		padding: 0 0 15px;
	}
	.top_prspot_section .movie_box:last-of-type {
		display: none;
	}

}

/*お知らせ（手動更新）
---------------------------------------------------------- */
.oshirase {
	max-width: 770px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}
.oshirase a {
	padding: 25px 30px;
	display: block;
	border:1px solid #555;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
    transition: all 0.3s ease;
	text-decoration: none;
}
.oshirase a:hover {
	background-color: #FFF8F2;
}
@media only screen and (max-width: 750px){
	.oshirase {
		margin: 0 1%;
		padding: 10px;
	}
	.oshirase a {
		padding: 18px 5px;
		font-size: 1.6rem;
	}
}

/*ホークス動画
----------------------------------------*/
.top_hawks_section {
	margin: 0 0 80px;
	padding: 60px 0;
	background: #dee1e5 url(../img/top/top_hawks_bg.png) center center no-repeat;
	background-size: cover;
}
.top_hawks_section .ttl_h2_01::after {
    background-color: #b9000e;
}
.top_movie_list .btn_area {
	display: block;
}
.top_hawks_section .btn_area .btn_white01 {
	color: #fff;
	background-color: #000;
}
@media only screen and (max-width: 750px) {
	.top_hawks_section {
		margin: 0 0 40px;
	}
}



/*新型コロナ関連ニュース
----------------------------------------*/
.top_covid_news_section {
	margin: 0 0 40px;
	padding: 60px 0;
	background: #dee1e5 url(../img/top/top_covid_news_bg.png) center center no-repeat;
	background-size: cover;
}
.top_covid_news_section .ttl_h2_01::after {
    background-color: #d00010;
}
.top_movie_list .btn_area {
	display: block;
}
.top_covid_news_section .btn_area .btn_white01 {
	color: #d00010;
	background-color: #fff;
}
.top_covid_news_section .top_movie_list li {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
@media only screen and (max-width: 750px) {
	.top_covid_news_section .fit_contents {
		padding: 0 3%;
	}
	.top_covid_news_section {
		margin: -20px 0 40px;
	}
	.program_date {
		font-size: 1.2rem;
	}
}