@charset "utf-8";
/*-----------------------------------------------------

	style.css
	○○用CSS

------------------------------------------------------*/

body{
	min-width: 1080px;
	background: #fff;
	font: .8em/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',helvetica,arial,clean,sans-serif;}

#wrap{
	position: relative;
	background: url(../images/bg.png);
}

#btn_pgt{
	position: relative;
	left: 50%;
	z-index: 9;
	margin: -92px 0 0 -90px;
	display: block;
	width: 156px;
}

	#btn_pgt img{
		vertical-align: bottom;
	}
/*-----------------------------------------------------
	header　
-----------------------------------------------------*/
header {
	position: relative;
	background: url(../images/visual_bg.jpg) repeat-x top left;
	overflow: hidden;
}

	#mainvisual{
		position: relative;
		left: 50%;
		margin-left: -470px;
		width: 644px;
		height: 1020px;
		background: url(../images/mainvisual.jpg) no-repeat;
	}

		.logo{
			position: absolute;
			left: 35px;
			bottom: 195px;
			z-index: 9;
		}
		#date{
			position: absolute;
			top: -5px;
			right: -5px;
			z-index: 9;
		}
		#btn_official{
			position: absolute;
			left: 50px;
			bottom: 60px;
			z-index: 9;
		}
		
		.wave{
			display: block;
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 45px;
			background: url(../images/wave.png);
			background-position: top left; 
			animation: wave 10s -2s linear infinite;
			-webkit-animation: wave 10s -2s linear infinite;
			-moz-animation: wave 10s -2s linear infinite;
		}

		@keyframes wave {
			0% {background-position: 0 top; }
			100% {background-position: 470px top }
		}

		@-webkit-keyframes wave {
			0% {background-position: 0 top; }
			100% {background-position: 470px top }
		}

		@-moz-keyframes wave {
			0% {background-position: 0 top; }
			100% {background-position: 470px top }
		}





/*-----------------------------------------------------
	コンテンツ
-----------------------------------------------------*/

.innerwrap{
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 704px;
	text-align: center
}

.base{
	position: relative;
	z-index: 2;
	width: 665px;
}

	.basetop{
		height: 76px;
		background: url(../images/base_top.png) no-repeat bottom;
	}
	.basebottom{
		height: 37px;
		background: url(../images/base_bottom.png) no-repeat top;
	}
	.basebody{
		padding: 25px 10px;
		background: url(../images/base_body.png) repeat-y;
	}

.base h1{
	width: 310px;
	padding: 20px 0 0 38px;
	text-align: center;
}

#intro{
	position: relative;
	z-index: 1;
	padding: 65px 0 30px 0;
}

	#intro .chara_image{
		position: absolute;
		right: 68px;
		top: -130px;
		z-index: 1; 
	}

#staff{
	position: relative;
	z-index: 3;
	padding: 45px 0 30px 0;
}

	#staff .chara_image{
		position: absolute;
		right: 68px;
		top: -130px;
		z-index: 1; 
	}
	
#cast{
	position: relative;
	z-index: 2;
	padding: 45px 0 30px 0;
}

	#cast .chara_image{
		position: absolute;
		right: 68px;
		top: -130px;
		z-index: 1; 
	}
.cast,.staff{
		padding: 20px 0;
	}
	
/*-----------------------------------------------------
	footer　
-----------------------------------------------------*/
footer {
	background: #0bc3c9;
}

	#bnr{
		padding: 25px 0;
	}

	#bnr ul li{
		float: left;
		margin: 0 17px;
	}

	.copyright{	
		padding: 15px 0;
		background: #000;
		text-align: center;
	}

		.copyright img{

		}

	
/*-----------------------------------------------------
	右カラム
-----------------------------------------------------*/
#right_colmun{
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: 240px;
}