@charset "utf-8";
/* CSS Document */


/* =============================================================================
   clearfix
   ========================================================================== */
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE/Mac */
.clearfix{
	display: inline-table;
	zoom: 1;
}
/* Hide from IE/Mac, apply to IE/Win \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
}



/* =============================================================================
   全体制御
   ========================================================================== */
html{
	min-width:1100px;
}


html,body{
   height: 100%;
}

body{
	background-color:#000;
   fontfamily:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

ul, ol, dl {
	list-style-type: none;
}

h1,h2,h3,h4,h5,p,ol,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

p{
	padding-top:7px;
}

img {
   vertical-align:bottom
}




.imgResize{
	width:100%;
	height:auto;
}


/* ---------------------------------------------------------------------------
   段落制御
   ---------------------------------------------------------------------------*/

.sage{
    padding-left: 1em; 
    text-indent: -1em; 
}




/* =============================================================================
   ティザー3
   ========================================================================== */
#container {
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}



#contents{
	position:relative;
	float:left;
	width:100%;
	display:flex;
}

	#contents .box1{
		min-width:210px;
		width:18%;
		background-color:rgba(0,0,0,1.00);
		padding-left:30px;
}
	
	#contents .box2{
		position:relative;
		background-color:#000;
		-webkit-flex: 1;
        flex: 1;
	}
	
	
	
	.box2 .chach01{
	position: absolute;
	width:15%;
	left: 11px;
	top: 267px;
	}
	
		.box2 .chach01 img{
			width:100%;
			height:auto;
		}
	
	.box2 .pv{
	position: absolute;
	width: 200px;
	height: 119px;
	right: 20px;
	top: 50px;
	}
	
	.box2 .pv img{
		width:100%;
		height:auto;
	}
	
	
	
	
	#contents .box3{
		width:22%;
		min-width:240px;
		background-color:rgba(0,0,0,1.00);
		padding-left:15px;
		padding-right:15px;
	}
	
	.box3 .pv{
		width:240px;
		margin:auto;
		margin-top:22px;
	}
	
		.box3 .pv img{
			width:100%;
			height:auto;
		}

	.box3 .pr{
		width:240px;
		margin:auto;
		margin-top:15px;
	}

		.box3 .pr img{
			width:100%;
			height:auto;
		}


	.box3 .onair{
		width:240px;
		margin:auto;
		margin-top:10px;
	}

		.box3 .onair img{
			width:100%;
			height:auto;
		}


	
	.visualInner{
		position:relative;
		margin:auto;
	}
	
	
#viewer {
	top:0;
    margin: 0 auto;
    width: 100%;
    height:100%;
    text-align: left;
    overflow: hidden;
    position:absolute;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}

	




#leftLogo{
	width:196px;
	margin:auto;
	margin-top:10px;
}


#leftLogo2{
	position: absolute;
	width: 355px;
	margin: auto;
	margin-top: 10px;
	left: 13px;
	top: 4px;
}


#pr01{
	width:240px;
	margin:20px 0 10px 0;
}

#bnr{
	position:relative;
	width:200px;
	margin:auto;
	overflow:hidden;
}

	#bnr ul{
		margin: 0;
		padding: 0;	
	}

	#bnr li{
		float:left;
	}
	
	#bnr img{
		margin-bottom:5px;
	}




#bnr2{
	position:relative;
	width:830px;
	margin:auto;
	overflow:hidden;
}

	#bnr2 ul{
		margin: 0;
		padding: 0;	
	}

	#bnr2 li{
		float:left;
	}
	
	#bnr2 img{
		margin:3px;
		margin-bottom:30px;
	}


#bnr3{
	position:relative;
	width:190px;
	margin-top:20px;
	overflow:hidden;
}

	#bnr3 ul{
		margin: 0;
		padding: 0;	
	}

	#bnr3 li{
		float:left;
		width:180px;
		height:auto
	}
	
	#bnr3 img{
		width:100%;
		margin:3px;
		margin-bottom:10px;
	}



#snsButton{
	width:128px;
	margin:auto;
	padding-top:30px;
	margin-bottom:20px;
}

	#snsButton img{
		margin-right:10px;
	}

#copy{
	width:196px;
	height:10px;
	margin:20px auto 20px auto;
	text-align:center;
}

#menuPc{
	width:200px;
	font-family: 'Neuton', serif;
	font-size:22px;
	font-weight: 400;
	line-height:38px;
	color:rgba(255,255,255,1.00);
	letter-spacing: 2px;
	margin-top:290px;

}

	#menuPc li a{
		color:rgba(255,255,255,1.00);
		text-decoration:none;
    	transition: all  0.5s ease;
	    -webkit-transition: all 0.5s ease;
   		-moz-transition: all 0.5s ease;
    	-o-transition: all 0.5s ease;
}
	
	#menuPc li a:hover{
		color:rgba(255,0,4,1.00);
	}

#menuMobile{
	display:none;
}


#news{
	position:relative;
	width:240px;
	height:350px;
	background-color:rgba(193,25,32,1.00);
	margin:15px auto 0px auto;
}

	#news .head{
		margin-left:10px;
		padding-top:10px;
		font-family: 'Neuton', serif;
		color:rgba(255,255,255,1.00);
		font-size:16px;
		letter-spacing: 2px;
	}
	
	#news .newsFrame{
		width:220px;
		height:310px;
		margin-left:10px;
		margin-top:10px;
	}

#newsInner{
	line-height:16px;
	height:290px;
		overflow:auto;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:12px;
	color:rgba(255,255,255,1.00);
}

#newsInner a{
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

#newsInner a:hover{
	color:rgba(255,255,255,1.00);
	text-decoration:underline;
}


#newsInner .newsContent{
	width:100%;
	margin-bottom:10px;	
}




#twitter2{
	position:relative;
	width:240px;
	height:350px;
	background-color:rgba(70,68,68,1.00);
	margin:15px auto 0px auto;
}

	#twitter2 .head{
		margin-left:10px;
		padding-top:10px;
		font-family: 'Neuton', serif;
		color:rgba(255,255,255,1.00);
		font-size:16px;
		letter-spacing: 2px;
	}
	
	#twitter2 .twitter2Frame{
		width:220px;
		height:310px;
		margin-left:10px;
		margin-top:10px;
	}


#twitter2Inner{
	line-height:16px;
	height:290px;
		overflow:auto;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:12px;
	color:rgba(255,255,255,1.00);
}

#twitter2Inner a{
	color:rgba(255,255,255,1.00);
	text-decoration:none;
}

#twitter2Inner a:hover{
	color:rgba(255,255,255,1.00);
	text-decoration:underline;
}


#twitter2Inner .newsContent{
	width:100%;
	margin-bottom:10px;	
}



	.visualInner .twitterFrame{
		position:absolute;
		width:406px;
		height:250px;
		left:7%;
		bottom:50px;
	}
	
	.visualInner .twitterLink{
	position: absolute;
	width: 259px;
	height: 39px;
		left:7%;
	bottom: 306px;
	}




#contentsMobile{
	display:none;
}

#copyMobile{
	display:none;
}







/* =============================================================================
   スマホ版
   ========================================================================== */

@media screen and (max-width: 480px) {


html{
	min-width:100%;
}


img{
	width:100%;
	height:auto;
}




#iframe_player_api{
	width:100% !important;
	height:auto; !important;
}


.layer_board{
	width:100% !important;
	left:inherit !important;
	margin:auto !important;
	margin-top:30px !important;
}

.btn_close{
	margin:auto !important;
	width:30px !important;
	height:30px !important;
}




#container{
	display:none;
}



#contentsMobile{
	display:block;
	width:100%;
	height:auto;
}


#menuMobile{
	display:block;
	position:fixed;
	z-index:25;
	top:0;
	left:0;
	height:62px;
	width:100%;
	background-color:rgba(0,0,0,1.00);
	font-family: 'Neuton', serif;
	font-size:22px;
	font-weight: 400;
	letter-spacing: 2px;
}

	#menuMobile img{
		width:inherit !important;
	}
	
	#menuMobile .logo{
		position:absolute;
		right:5px;
		top:2px;
	}



#snsButtonMobile{
	width:141px;
	margin:auto;
	margin-top:40px;
	text-align:center;
  display: -webkit-flex; /* Safari */
  display: flex;
}

	.innerSns{
		width:32px;
		margin-right:7px;
		margin-left:7px;
	}
	



#newsMobile{
	position:relative;
	width:100%;
	background-color:rgba(193,25,32,1.00);
	padding-bottom:20px;
	height:210px;
	overflow:hidden;
}


	#newsMobile .head{
		margin-left:10px;
		padding-top:10px;
		font-family: 'Neuton', serif;
		color:rgba(255,255,255,1.00);
		font-size:22px;
		letter-spacing: 2px;
	}
	
	#newsMobile .newsFrameMobile{
		width:95%;
		height:155px;
		margin-left:10px;
		margin-top:10px;
		overflow:hidden;
	}


#viewerm {
	top:0;
    margin: 0 auto;
    width: 100%;
    height:100%;
    text-align: left;
    overflow: hidden;
    position:absolute;
}
 
#viewerm img {
    top: 0;
    left: 0;
    position: absolute;
}




#twitterMobile{
	position:relative;
	width:100%;
	background-color:rgba(0,0,0,1.00);
}

	#twitterMobile .head{
		margin-left:10px;
		padding-top:10px;
		font-family: 'Neuton', serif;
		color:rgba(255,255,255,1.00);
		font-size:22px;
		letter-spacing: 2px;
	}
	
	#twitterMobile .twitterFrame{
		width:95%;
		margin-left:10px;
		margin-top:10px
	}



#pvMobile{
	position:relative;
	width:80%;
	height:auto;
	margin:auto;
}

#bnrMobile{
	background-color:rgba(0,0,0,1.00);
	position:relative;
	width:100%;
	margin:auto;
	overflow:hidden;
}

	#bnrMobile .inner{
		width:200px;
		margin:20px auto 20px auto;
	}

	#bnrMobile li{
		float:left;
	}
	
	#bnrMobile img{
		margin-bottom:15px;
	}



#bnrMobile2{
	background-color:rgba(0,0,0,1.00);
	position:relative;
	width:100%;
	margin:auto;
	overflow:hidden;
}

	#bnrMobile2 .inner{
		width:100%;
		margin:auto;
	}

	#bnrMobile2 li{
		float:left;
	}
	
	#bnrMobile2 img{
		margin-bottom:15px;
	}


#copyMobile2{
	width:108px;
	height:10px;
	margin:auto;
	margin-top:20px;
	padding-bottom:20px;
	text-align:center;
}

}
