@charset "utf-8";

/*-------------------------
format
---------------------------*/
* {
	font-size:100%;
	margin:0px;
	padding:0px;
}
img {
	vertical-align:bottom;
	border:none;
}

a {
	color:#0066AA;
	text-decoration:underline;
	
	}
a:hover {
	color:#F60;
	text-decoration:underline;
	text-decoration:none;
	}
	
body {
	width:100%;
	min-width:980px;
	line-height:1.7em;
	margin:0;
	padding:0;
	font-size:13px;
	color:#FFF;
	background:#000;
	letter-spacing:0.1em;
/*	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: none;
	text-align:justify;  
	text-justify: inter-ideograph; 
	}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: block; /* for IE8 */
}
.clear {
	clear: both;
}
#container {
width:100%;
background:#000;
position:relative;
}

#navi {
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:5;
}
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
各ブロック共通
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/

.bloc_cantainer {
	width:960px;
	position:relative;
	margin:0 auto;
}
h2.bloc_title_L {
	width:100%;
	text-align:left;
}
h2.bloc_title_R {
	width:100%;
	text-align:right;
}
.bloc_text {
	font-size:13px;
	color:#FFF;
	text-align:justify;  
	text-justify: inter-ideograph;  
/*	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#AA000000,EndColorStr=#AA000000);
	background-color: rgba(0, 0, 0, 0.7);
*/
}

/*--------------------------
 イントロ
---------------------------*/
.intro_title {
	position:absolute;
	top:0;
	left:0;
	z-index:4;
}
#bloc_intro .bloc_text {
	width:350px;
	position:absolute;
	top:80px;
	left:0;
}
#bloc_intro .bloc_text1,
#bloc_intro2 .bloc_text1 {
	width:350px;
	position:absolute;
	top:80px;
	left:0;
	
}
#bloc_intro .bloc_text2,
#bloc_intro2 .bloc_text2 {
	width:350px;
	position:absolute;
	top:80px;
	left:390px;
}
#slider {
	width:100%;
	height:785px;
}
#bloc_intro {
	width:100%;
	height:785px;
	background:url("../img/about_bg_intro.jpg") #000 fixed no-repeat center center ;
}
#bloc_intro2 {
	width:100%;
	height:785px;
	background:url("../img/about_bg_intro2.jpg") #000 fixed no-repeat center center ;
}
.intro_btn {
	position:absolute;
	top:80px;
	right:20px;
}
#next-button {
}
#prev-button {
}

/*--------------------------
 ストーリー
---------------------------*/
#bloc_story {
	width:100%;
	position:relative;
	height:795px;
	background:url("../img/about_bg_story.jpg") #000 fixed no-repeat top center ;
}

#bloc_story .bloc_text {
	width:250px;
	position:absolute;
	top:50px;
	right:0;
}
/*--------------------------
 トレーラー
---------------------------*/
#bloc_trailer {
	width:100%;
	position:relative;
	background:url("../img/about_bg_trailer.jpg") #000 fixed repeat-y top center ;
}
#bloc_trailer .bloc_cantainer div {
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#AA000000,EndColorStr=#AA000000);
	background-color: rgba(0, 0, 0, 0.7);
	padding:10px 0;
	width:770px;
	margin:100px auto 0;
}

#bloc_trailer h3 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; 
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	margin:20px 10px 10px;
	background:#C00;
	color:#FFF;
}
	
/*--------------------------
 メインキャスト
---------------------------*/
#bloc_cast1 {
	width:100%;
	height:600px;
	position:relative;
	font-size:11.5px;
	background:url("../img/maincast_bg_wada.jpg") #000 no-repeat top center ;
}
#bloc_cast1 .cast_name {
	width:300px;
	position:absolute;
	top:80px;
	right:0;
}
#bloc_cast2 {
	width:100%;
	height:600px;
	position:relative;
	font-size:11.5px;
	background:url("../img/maincast_bg_kiki.jpg") #000 no-repeat top center ;
}
#bloc_cast2 .cast_name {
	width:270px;
	position:absolute;
	top:250px;
	left:180px;
}
#bloc_cast3 {
	width:100%;
	height:600px;
	position:relative;
	font-size:11.5px;
	background:url("../img/maincast_bg_shishimaru.jpg") #000 no-repeat top center ;
}
#bloc_cast3 .cast_name {
	width:350px;
	position:absolute;
	top:50px;
	right:20px;
}
#bloc_cast4 {
	width:100%;
	height:600px;
	position:relative;
	font-size:11.5px;
	background:url("../img/maincast_bg_kitahara.jpg") #000 no-repeat top center ;
}
#bloc_cast4 .cast_name {
	width:300px;
	position:absolute;
	top:150px;
	right:100px;
}

/*--------------------------
 キャスト
---------------------------*/
#bloc_cast {
	width:100%;
	padding:20px 0;
	position:relative;
	font-size:11.5px;
	background:url("../img/about_bg_cast.jpg") #000 fixed repeat-y top center ;
}

.cast_bloc {
	width:760px;
	margin-left:200px;
	padding:20px 0 20px 0;
	border-bottom:1px solid #000;
}
.asname {
	font-weight:bold;
	color:#AAEE33;
	font-size:15px;
}
.cast_name h3 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; 
	font-weight:normal;
	font-size:30px;
	letter-spacing:0.1em;
	margin:6px 0 5px;
}
.cast_name h3 span {
	font-weight:bold;
	font-size:10px;
}
.cast_name_b h3 {
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; 
	font-weight:normal;
	font-size:21px;
	letter-spacing:0.2em;
	margin:0 0 3px;
}
.cast_name_b h3 span {
	font-weight:bold;
	font-size:10px;
}
.cast_image_R {
	float:right;
	margin-left:10px;
	border:3px solid #000;
}
.cast_image_L {
	float:left;
	margin-right:10px;
	border:3px solid #000;
}
#main_wrap {
	width:980px;
	padding:0;
	margin:0 auto;
}

#main:after {
	content:"";
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
}

#image {
	height:900px;
}
.banner {
	text-align:center;
	margin:0 0 20px;
}
.banner a {
	margin:10px 5px;
}
#credit {
	color:#FFF;
	text-align:center;
	font-size:8px;
	line-height:10px;
	margin:0 0 10px;
}
#credit h1 {
	font-size:12px;
	margin:5px 0;
}

#footer {
	text-align:center;
	padding:15px 0;
	width:1024px;
	margin:0 auto;
	color:#FFF;
}

#footer a {
	color:#FFF;
}
.foot_01 {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dashed #FFF;
}
#totop {
	position:fixed;
	right:10px;
	bottom:10px;
}
