* {
	box-sizing: border-box;
}

html,
body {
	font-family:Helvetica, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg_main.gif) repeat;
	letter-spacing: 0.2em;
}

.flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start; /* Safari */
	align-items:         flex-start;
	-webkit-align-content: flex-start; /* Safari */
	align-content:         flex-start;
}

@media screen and (min-width: 640px) {
.summary_cnt .flex {
	-ms-flex-wrap: initial;
    flex-wrap: initial;
 }
	.forSp{display:none}
}

p {
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

#firstView {
	width: 100%;
}

.slick_wrap {
	/*height: 330px;*/
	/*height: 780px;*/
	height:290px;
	width: 100%;
	background: url(../images/bg_main_under.png) repeat-x bottom center;
	-webkit-background-size: auto 70px;
	background-size: auto 70px;

	position: relative;

	overflow:hidden;
}
#firstView h1{
background:rgba(255,255,255,.9);
padding:3px 0 8px 0;
text-align:center;
position: relative;
}
#firstView h1:after{
content:'';
width: 100%;
height: 1px;
position: absolute;
bottom:5px;
border-bottom: 1px dashed #000;
left: 0px;

}
@media screen and (max-width: 960px) {
.forPc{display:none;}
.bnr_twitter ul li { width: 100%; margin: 0 0 10px; }
}

/* トップスライド */
/* ↓↓↓↓↓↓↓元サイズ↓↓↓↓↓↓↓
.slider {
	width: 400px;
	height: 300px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:30px;
	margin-left: -200px;
}

.slide_1 {
	width: 400px;
	height: 300px;
	background: url(../images/main_ph.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.slide_2 {
	width: 400px;
	height: 300px;
	background: url(../images/main_ph.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
*/

.slider {
	width: 500px;
	height: 250px;
	margin: 0 auto;
	position: absolute;
	left:0%;
	right:0%;
	top:40px;
}
.slide_1,.slide_2 {
	width: 500px;
	height: 250px;
	background: url(../images/main_ph2.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}



@media screen and (max-width: 960px) {

	/* ↓↓↓↓↓↓↓元サイズ↓↓↓↓↓↓↓
	.slick_wrap {
		height: 50vh;
	}
	.slider {
		width: 100%;
		height: 400px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		top:0px;
		margin-left: -50%;
	}

	.slide_1 {
		width: 100%;
		height: 400px;
		background: url(../images/main_ph.png) no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	.slide_2 {
		width: 100%;
		height: 400px;
		background: url(../images/main_ph.png) no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	*/
#firstView h1 img{
width: 90%;
}
.slick_wrap {
		height: 30vh;
}
.slider {
		width: 100%;
		height: 300px;
		top:0;

	}
	.slide_1,.slide_2{
		width: 100%;
		height: 300px;
	}


}

/*.slider {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:30px;
	margin-left: -500px;
}

.slide_1 {
	width: 1000px;
	height: 750px;
	background: url(../images/main_ph.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.slide_2 {
	width: 1000px;
	height: 750px;
	background: url(../images/main_ph.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}*/



/* 看板 */

.item_kanban {
	width: 130px;
	height: 185px;
	position: absolute;
	left: 50%;
	bottom: 0px;
/*	margin-left:-380px;*/
	margin-left:-410px;
}

.item_kanban_2 {
	width: 100px;
	height: 255px;
	position: absolute;
	left: 50%;
	/*bottom: 0px;
	margin-left: 230px;*/
	bottom:10px;
	margin-left: 270px;
}

/*170401追記*/
.item_theme {
	width: 250px;
	height: 175px;
	position: absolute;
	left: 50%;
	/*top: 170px;
	margin-left: 250px;*/
	top: 200px;
	margin-left: 290px;
}
.item_theme img {
	width: 180px;
	height: auto;
}
/*170626追記*/

.goods_bnr {
	width: 250px;
	height: auto;
	position: absolute;
	top: 80px;
}

.goods_bnr img { width: 250px; height: auto; /*border:3px solid #000;*/ }

.item_kanban img,
.item_kanban_2 img
{
	height: 100%;
}

@media screen and (max-width: 960px) {
	.item_kanban,
	.item_kanban_2{
		display: none;
	}

/*170401追記*/
.item_theme {
	width: 90%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	margin: 20px 5% 5px;
}
.item_theme img, .goods_bnr img {
	width: 100%;
	height: auto;
}

.goods_bnr {
	width: 90%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
	margin: 20px 5% 5px;
}


}

/*  */

#top_bnr_area {
	width: 1000px;
	margin: 0 auto;
}

.bnr_cast {
	width: 100%;
	margin-top: 15px;
	padding: 0 20px;
}

.bnr_cast li{
	width: 310px;
	margin:0 5px;
}
.bnr_cast li:last-child{
	margin-right: 0px;
}
.bnr_cast li a{
	width: 100%;
}
.bnr_cast li a img{
	width: 100%;
}

.bnr_menu {
	/*width: 660px;
	height: 250px;*/
	width: 655px;
	margin-top: 15px;
	padding: 0 0 0 15px;
}

.bnr_menu li{
	width: 310px;
	margin:0 0 10px 10px;
}
.bnr_menu li:nth-child(even) {
	margin-right: 0px;
}

.bnr_menu li a{
	width: 100%;
}
.bnr_menu li a img{
	width: 100%;
}
.bnr_twitter{
margin-top:15px;
}
.bnr_twitter li{
width: 310px;
margin:0 0 10px 10px;
}
.bnr_twitter li a img{
width: 100%;
}
/*.twitter_cnt {
	overflow: hidden;
	height: 330px;
}

.twitter_wall {
	width: 300px;
	height: 400px;
	background: url(../images/bg_frame_gold.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size:  100% auto;
	padding: 22px;
	margin: 0 5px 0 15px;
}*/

/*170626追記*/

.twitter_cnt {
	overflow: hidden;
	width: 250px;
	height: 410px;
	position: absolute;
	z-index: 5;
}

.twitter_wall, .youtube_wall {
	width: 300px;
	height: 455px;
	background: url(../images/bg_frame_gold_y.png) repeat-y;
	-webkit-background-size: 100% auto;
	background-size:  100% auto;
	padding: 22px;
	margin: 0 5px 0 15px;
	position: relative;
}

.twitter_head, .twitter_foot, .youtube_head, .youtube_foot { width: 300px; height: 150px; position: absolute; z-index: 0; }
.twitter_head, .youtube_head { background: url(../images/bg_frame_gold_head.png) no-repeat; -webkit-background-size: 100% auto; background-size:  100% auto; top:0; margin-left:-22px; }
.twitter_foot, .youtube_foot { background: url(../images/bg_frame_gold_foot.png) no-repeat; -webkit-background-size: 100% auto; background-size:  100% auto; bottom: -80px; margin-left:-23px; }



.timeline-Header {
	display: none!important;
}
/*  */
.bnr_etc {
	padding: 0 30px;
}
.bnr_etc li{
	width: 300px;
	margin:0 20px 0 0;
}
.bnr_etc li:last-child{
	margin-right: 0px;
}
.bnr_etc li a{
	width: 100%;
}
.bnr_etc li a img{
	width: 100%;
}

@media screen and (max-width: 960px) {
	#top_bnr_area {
		width: 100%;
		margin: 0 auto;
	}

	.bnr_cast {
		padding: 0;
	}

	.bnr_cast li{
		width: 90%;
		margin:5px 5%;
	}

	.bnr_cast li:last-child{
		margin:5px 5%;
	}

	.bnr_menu{
		width: 90%;
		height: auto;
		margin: 15px 5% 0 5%;
		padding: 0;
	}
	.bnr_menu li{
		width: 100%;
		margin:0 0 10px 0;
	}
	.bnr_twitter {
		width: 90%;
		height: auto;
		margin: 0 5%;
		padding: 0;
	}
	.twitter_wall,
	.youtube_wall,
	{
		position: relative;
		width: 100%;
		height: auto;
		-webkit-background-size: 100% auto;
		background-size:  100% auto;
		/*margin: 15px 5% 0 5%;*/
		margin:0;
		padding: 10%;
	}

/*170401*/
.box-3x4:before {
    content: "";
    display: block;
    padding-top: 135%;
}
.twi_inner {
	position: absolute;
	top: 7%;
	left: 8%;
	width: 83%;
	height: 90%;
    overflow: hidden;
}
.twitter_cnt {
	height: 75vh;
	width: 100%;
}

/*170626*/

.twitter_head, .twitter_foot { display: none; }



	.bnr_etc {
		padding: 0;
	}
	.bnr_etc li{
		width: 90%;
		margin:10px 5%;
	}
	.bnr_etc li:last-child{
		margin:10px 5%;
	}
	.bnr_etc li a{
		width: 100%;
	}
	.bnr_etc li a img{
		width: 100%;
	}

}


/*  */

.tvk_logo {
	width: 100px;
	position: absolute;
	left: 5px;
	top: 5px;
}
.tvk_logo img{
	width: 100%;
}

footer {
	background: #000;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	width: 100%;
	margin-top: 40px;
	position: relative;
}

.copyright {
	padding:30px 0;
}

@media screen and (max-width: 960px) {

.tvk_logo {
	width: 100px;
	position: relative;
	left: 5px;
	top: 20px;
}
.tvk_logo img{
	width: 100px;
}
.copyright {
	padding:30px 0;
}

}

/* 以下下層 */

#sub_bnr_area {
	width: 100%;
	padding:35px 0 0 0;
	position: fixed;
	bottom: 0px;
	background: url(../images/bg_main_under.png) repeat-x center top;
	-webkit-background-size: 800px auto;
	background-size: 800px auto;
}

#sub_bnr_area .bnr_menu,
#sub_bnr_area .bnr_etc
{
	width: 100%;
	height: auto;
	padding:0 5px 5px 5px;

	background: #000;
}


@media screen and (max-width: 960px) {
	#sub_bnr_area {
		padding:50px 0 0 0;
	}
	#sub_bnr_area .bnr_menu {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

}


#sub_bnr_area .bnr_etc {
	padding-top: 0px;
}

#sub_bnr_area .bnr_menu li
{
	width: 25%;
	margin: 5px 0 0 0;
	padding: 0;
}

#sub_bnr_area .bnr_etc li
{
	width: 25%;
	margin: 0 0 5px 0;
	padding:0 0 5px 0;
}

#sub_bnr_area .bnr_menu li a,
#sub_bnr_area .bnr_etc li a
{
	display: block;
}

#sub_bnr_area .bnr_menu li.bnr_other a img{
	width: 96%;
	margin: 2%;
}


#sub_bnr_area .bnr_menu li img{
	width: 100%;
	vertical-align: bottom;
}

#sub_bnr_area .bnr_etc li img{
	width: 98%;
	vertical-align: bottom;
	margin: 0 1%;
}

/*  */
#subContents {
	width: 100%;
	height: 100vh;
	padding: 30px 30px 140px 30px;
	padding: 30px;
}

#subContents article {
	padding-bottom: 30%;
}

#subContents h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #000;
}
#subContents .block{
margin-bottom:2em;
}

.ph_cnt {
	width: 40%;
	padding-right: 40px;
}

.ph_cnt img{
	width: 100%;
}

.summary_cnt {
	width: 60%;
}

.summary_cnt h3{
	font-size: 24px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px solid #fff;
	line-height:1.3;
}


/*170401追記*/
.txt_cnt h4 {
	margin-top: 16px;
	font-weight: bold;
 }
 .txt_border {
 	border: 1px solid #000;
 	margin-top: 10px;
 	padding: 10px 20px;
 }

/*  */

/*170401追記*/
#about .ph_cnt{
width:55%;
}
#about .summary_cnt{
	width:45%;
}
#about .summary_cnt h3 {
    font-size: 18px;
}
.guestWeek, .guestDay{
margin-bottom:15px;
}
/**/
.btn_close_outer {
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	height: 50px;
	width:50px;
	background: #000;
	line-height: 50px;
	text-align: center;
	padding:4px 5px 0 5px;
	z-index: 1002;
}
.btn_close_outer:hover{
	cursor: pointer;
	background: #333;
}

.btn_close { width: 100%; height: 100%; position: absolute; top: 0; z-index: -1;}

.btn_close_btn {
    display: inline-block;
    position: absolute;
    margin: 0 10px 0 5px;
    padding: 0;
    width: 8px;
    height: 50px;
    background: #FFF;
    transform: rotate(45deg);
    top: 1%;
    right: 18%;
}
.btn_close_btn:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
left: -22px;
width: 50px;
height: 8px;
margin-top: -4px;
  background: #FFF;
}

@media screen and (max-width: 800px) {
.btn_close_btn{right: 5%;}
}

/* about.html */
#about .slider {
	width: 100%;
	height: auto;
	position: relative!important;
	margin: 0 0 20px 0;
	padding-bottom: 0;
	top:0;
	left: 0;
}

#about .slider .image img{
	width: 100%;
}

.about_slide_1 {
	width: 100%;
	height: 300px;
	background: url(../images/about_slide_1.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.about_slide_2 {
	width: 100%;
	height: 300px;
	background: url(../images/about_slide_2.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
/*airtime.html*/
.netkyoku{
line-height: 1.8em;
}
.netkyoku dd{
margin-bottom: .5em
}

.img_2 {
	width: 100%;
}
.img_2 img{
	width: 48%;
	margin:0 4% 2% 0;
}
.img_2 img:last-child{
	margin-right: 0;
}

/**/

.nowprinting {
	width: 100%;
	height: 100vh;
	background: url(../images/nowprinting.png) no-repeat center top;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}


/*170406追記*/

.font_s { font-size: 14px; }
.font_ll { font-size: 36px; }

#league a { text-decoration: none; color: #fff; }
#league p, #league ul li { margin: 12px 0; }
#league ul { padding: 16px; border: 1px solid #000; }
#league ul li { padding-left:30px; text-indent:-30px; }
#league ul li img { width: 20px; margin-right: 10px; }

.league_form { text-align: center; }
.btn_league_close { padding: 12px; background: #000; }


/*=============*/

#about h2 { font-weight: bold; border-bottom: 2px solid #fff; margin: 24px 0 16px; padding-bottom: 12px; }


/*170419追記*/

#atom p { margin: 12px 0; height: 100%; }
#atom_photo { display: flex;justify-content: stretch;margin:20px 0; }
#atom_photo img:nth-child(1) { margin-right: 3%; }

.atom_bk { padding-top: 50px; }
.atom_bk_title h3 { font-weight: bold; border-bottom: 2px solid #000; padding-bottom: 0.5em; }

/*#atom .flex { margin-bottom:50px; }
.photoframe { position: relative; width: 48%; height: 40vh; }
.frame, .photo { position: absolute; top:0; left: 0; padding: 0 4% 2% 0; width: 100%; }
.frame img, .photo img { }*/

#atom_photo img:nth-child(1) { width: 65%; height: 100%; }
#atom_photo img:nth-child(2) { width: 30.6%; height: 100%; }

/*170602追記*/

.atom_photo .img1 { height: 270px; }
.atom_photo .img2 {	width: 350px; }
.atom_photo img { margin: 0 10px 10px 0; }
.atom_photo { float: left; }
.clear { clear:both; }


.myButton {
/*	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E60012), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #E60012 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #E60012 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #E60012 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #E60012 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #E60012 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E60012', endColorstr='#ce0100',GradientType=0);
	background-color:#E60012;
/*		-moz-border-radius:6px;
	-webkit-border-radius:6px;
border-radius:6px;*/
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:16px 24px;
	margin: 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #E60012));
	background:-moz-linear-gradient(top, #ce0100 5%, #E60012 100%);
	background:-webkit-linear-gradient(top, #ce0100 5%, #E60012 100%);
	background:-o-linear-gradient(top, #ce0100 5%, #E60012 100%);
	background:-ms-linear-gradient(top, #ce0100 5%, #E60012 100%);
	background:linear-gradient(to bottom, #ce0100 5%, #E60012 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#E60012',GradientType=0);
	background-color:#ce0100;
}
.myButton:active {
	position:relative;
	top:1px;
}


/*171024追記 cast*/

	/*#subContents { padding-bottom: 30%; }*/
	#subContents .cast { margin-bottom: 1em; padding-bottom: 1em; border-bottom: 2px solid #000; }

#cast1 { margin-top: 50px; }

#subContents ul.castflex { display: flex; flex-direction: row; justify-content: space-between; }
#cast_btn {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 0 1em 0;
}
#cast_btn li {
	display: block;
	width: 15%;
	padding: 1em;
	margin: 0;
	padding: 0;
}
#cast_btn.illust li {
	display: block;
	width: calc(100% / 11);
	padding: 0;
	margin: 0;
	padding: 0;
}
#cast_btn li img { width: 100%; }
#cast_btn li a {
	display: block;
	padding: 0.8em 0.5em 0.5em;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #fff;
	height: 60px;
}
#cast_btn.illust li a{
	display: block;
	padding: 0;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:none;
	height: auto;
}
#cast_btn li:last-child a{
	border: none;
}
#cast_btn li a:hover{
	background: #E6A700;
}
#toggle {
	display: none;
}

@media only screen and (max-width: 768px) {

	#cast_btn {
		display: none;
	}
	#cast_btn li {
		width: 100%;
	}

	#subContents ul.castflex { flex-direction: column; }
	#subContents ul.castflex.illust li{
		width: calc(100% / 11);
	 }
	#cast_btn li a { border-right:none; }
	#cast_btn li img { width: auto; height: 100%; }

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #000;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 20px 0 20px;
		border: none;
		color:#FFF;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 30px;
		height: 6px;
		background: #000;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	.n01 { order: 1; }
	.n04 { order: 3; }
	.n05 { order: 4; }
	.n06 { order: -2; }
	.n07 { order: 2; }


/*171110追記*/
#about .guestWeek .flex { justify-content: column; }
#about .ph_cnt, #about .summary_cnt{ width:100%; }
.ph_cnt { padding-right: 0; padding-bottom: 20px; }

}

/*171127追記*/
.pre_flex { display: flex; flex-direction: row; }
.pre_img { margin-right:40px; }
@media only screen and (max-width: 500px) { .pre_flex { flex-direction: column; } }

/*180827追記*/
.width_half{
  width:48%;
  margin:1%;
}
.width_half img{
  width:100%;
  margin-bottom:5px;
}

/* AdSense広告番組ページ下スクエア
---------------------------------------- */
#footerAdSense {
	width: 940px;
	margin: 1em auto 0;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	#footerAdSense {
		width: 100%;
	}

}