@charset "UTF-8";
/* CSS Document */
body{
	width: 1080px;
	color: #fff;
	margin: auto;
	font-family: 'Noto Serif JP', sans-serif;
	background-color: #222;
}
#container{
	width: 1080px;
}
/*ヘッダー*/
header{
	width: 1080px;
	background-image:url(images/header_L.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header h1 img{
	width: 230px;
	margin-left: 50px;
	margin-bottom: 20px;
	float: left;
}
#hamburger_outer{
	display: none;
}
#menu ul{
	overflow: hidden;
}
#menu li{
	float: left;
	width: 110px;
	display: block;
	border: #000000 1px solid;
	margin-left: 40px;
	margin-top: 52px;
	background-color: #FFFFFF;
	opacity: 0.7;
	padding: 1px 1px;
}
#menu li:hover{
	opacity: 1;
}

#menu a{
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
}

/*コンテンツ*/
#contents{
	padding-top: 110px;
}
h2{
	text-align: center;
	font-size: 50px;
}
section{
	margin-top:-110px;
    padding-top:110px;
}
/*home*/
#home{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 50px;
}
#home h3{
	text-align: center;
}
#news p{
	text-align: center;
}
#sns{
	width: 1080px;
}
#sns ul li img{
	height: 40px;
}
#sns ul li img:hover{
	opacity: 0.5;
}
#sns ul li{
	float: left;
	margin-left: 24px;
}
#sns ul{
	overflow: hidden;
 margin: auto;
	list-style: none;
	width: 400px;
}
#store{
	width: 560px;
	margin: auto;
	margin-top: 50px;
}
#store a:hover{
	opacity: 0.5;
}
#store img{
	width: 560px;
}
.movie-titlle{
	margin-top: 50px;
	text-align: center;
}

iframe{
	width: 560px;
	height: 315px;
	display: block;
	margin: auto;
}

/*show*/
#show{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 50px;
	text-align: center;
}
#show h3 a{
	color: #777777;
}
.flier{
	width: 400px;
	margin: auto;
}
.side-flier{
	width: 400px;
}
.reserve{
	margin-bottom: 50px;
}
.reserve a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	font-size: 20px;
	margin-top: 10px;
	background-color: #FC662A;
	border-radius: 3px;
}
.reserve a:hover{
	opacity: 0.5;
}
/*disc*/
#discography{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 50px;
}

#discography img:hover{
	opacity: 0.5;
}
.album{
	width: 500px;
	text-align: center;
	margin: 40px auto 40px;
}
.album p a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	font-size: 20px;
	margin-top: 10px;
	background-color: #00648B;
	border-radius: 3px;
}
.album p a:hover{
	opacity: 0.5;
}
.jake{
	width: 400px;
}
/*bio*/
#biography{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 50px;
}
#biography h3{
	font-size: 30px;
}
#zanm-photo{
	float: left;
}
#zanm-photo img{
	width: 500px;
}
#zanm-photo p{
	width: 500px;
	font-size: 13px;
	margin-top: -5px;
	text-align: center;
}
#menber{
	float: left;
	margin-left: 60px;
	margin-top: -40px
}
#menber p{
	font-size: 20px;
}
#menber img{
	width: 18px;
	margin-left: 6px;
}
#menber img:hover{
	opacity: 0.5;
}
#menber .blog{
	margin-left: -3px;
}
#menber a{
	color: #777777;
}
#history{
	text-align: center;
}
.history-date{
	margin-bottom: -20px;
}
#biography .hidden{
	overflow: hidden;
	width: 950px;
	margin: auto;
}
/*contact*/
#contact{
	border-bottom: #FFFFFF 2px solid;
	padding-bottom: 50px;
	text-align: center;
}
#contact a{
	color: #777777;
}
/*footer*/
footer{
	text-align: center;
}

