@charset "utf-8";

/* -------------------------------------------------------------
	共通
-----------------------------------------------------------------*/

body {

}

/* -------------------------------------------------------------
	ヘッダー
-----------------------------------------------------------------*/

#headerWrap {
	background: url(../img/bg_header.jpg) center center repeat #ffffff;
}
header {
	width: 1100px;
	height: 600px; 
	position: relative;
	margin: 0 auto;
}

header h1 {
    position: absolute;
    top: 208px;
    right: 89px;
    z-index: 2;
}
#top_date {
	position: absolute;
	top: 322px;
	right: 139px;
	z-index:5;
}

#top_btn {
	position: absolute;
	top: 1651px;
	left: 50%;
	margin-left: -220px;
	z-index:5;
}

/*お知らせ
#info {
    background: rgba(0,0,0,0.8);
    padding: 20px;
    position: absolute;
    top: 15px;
    left: 30px;
    color: #FFFFFF;
    z-index: 99;
	width: 340px;
}
#info p {
	font-size: 16px;
    font-weight: bold;
	text-align: center;
}
#info a {
    color: #FFFFFF;
}*/


/* snsbtn.css
----------------------------------------------------*/
#sns_list {
	position: absolute;
	top: 1651px;
	left: 50%;
	margin-left: -487px;
	z-index: 2;
	/*width: auto;*/
	height: 21px;
	/*overflow: hidden;*/
	background-color: rgba(0,0,0,0.6);
	padding: 5px 9px;
	line-height: 21px;
}
#sns_list li {
	float: left;
	margin-right: 10px;
}
#sns_list li:last-child {
	margin-right: 0;
}


/* -------------------------------------------------------------
	フッター
-----------------------------------------------------------------*/
footer {
	background-color: #353535;
	height: 95px;

}
footer .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
footer #top_notice {
	position: absolute;
	top: 19px;
	right: 12px;
	z-index: 2;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}
footer #footer_logo {
	position: absolute;
	top: 38px;
	right: 18px;
	z-index: 2;
}


/* -------------------------------------------------------------
	あらすじ
-----------------------------------------------------------------*/
#arasuji {
	background: url(../img/bg_arasuji.jpg) center center repeat #56c2de;
	height: 454px;
	position: relative;
}
#arasuji .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#arasuji h2 {
	position: absolute;
	top: 50px;
	left: 358px;
	z-index: 1;
}
#arasuji #txt_arasuji {
	position: absolute;
	top: 123px;
	left: 76px;
	z-index: 1;
}

/* -------------------------------------------------------------
	キャスト
-----------------------------------------------------------------*/
#cast {
	background: url(../img/bg_arasuji_last.png) top center repeat-x,
	url(../img/bg_cast.jpg) center center repeat #ffffff;
	height: 577px;
}
#cast .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#cast h2 {
	position: absolute;
	top: 60px;
	left: 360px;
	z-index: 1;
}
#cast #txt_cast01 {
	position: absolute;
	top: 135px;
	left: 356px;
	z-index: 1;
}

#cast #txt_cast02 {
	position: absolute;
	top: 488px;
	left: 105px;
	z-index: 1;
}
