@charset "UTF-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #666;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;

}
html {
	height: 100%;
}
* html div#wrapper {
	height: 100%;
}
#wrapper {
	text-align: center;
	margin: 0;
	width: 100%;
	position: relative;
	min-height: 100%;}
body > #wrapper {
	height: auto;
}

#top {
	margin: 0;
	padding: 0;
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
#logo {
	margin: 0;
	padding: 0;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 520px;
}

.nav {
	text-align: center;
	width: 100%;
	height: 0;
	/*高さを0にしないとスライド時ストップ地点に干渉*/
	margin: 0;
	padding: 0;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
}

#billing {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/billing.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 320px;
}

#footer {
	color: #969696;
	background-color: #000000;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 10px 0;
}



/*-----contents-----*/
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.top_btn  {
	text-align: right;
	margin: 0 auto;
	padding: 20px;
}

#intro {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin: 0;
	padding: 0;
}
.intro_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	background-image: url(../images/intro_title.png), url(../images/white_50.png);
	background-repeat: no-repeat, repeat;
	background-position: 100% 100%, 0px 0px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 40px 20px;
	width: 800px;
}

#story {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/story_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
	padding: 0;
}
.story_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #0d659c;
	background-image: url(../images/story_photo.png);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 1170px;
}
.story_sub_title_01 {
	background-image: url(../images/story_sub_title_01.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_sub_title_02 {
	background-image: url(../images/story_sub_title_02.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_sub_title_03 {
	background-image: url(../images/story_sub_title_03.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_sub_title_04 {
	background-image: url(../images/story_sub_title_04.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_sub_title_05 {
	background-image: url(../images/story_sub_title_05.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_sub_title_06 {
	background-image: url(../images/story_sub_title_06.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
}
.story_text {
	margin: 0;
	padding: 5px 10px;
}

#cast {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/cast_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
	padding: 50px 0 0 0;
}
.cast_wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}
.cast_box {
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
	background-image: url(../images/cast_box_bg.png);
	background-repeat: repeat;
	text-align: left;
	margin: 0;
	padding: 0;
}
.cast_sub_title {
	background-image: url(../images/cast_sub_title.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	width: 300px;
	margin: 0;
	padding: 10px 0 2px 15px;
}
.cast_sub_eng_title {
	background-image: url(../images/cast_sub_eng_title.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	color: #009fe8;
	width: 400px;
	margin: 0;
	padding: 1px 10px;
}
.cast_text {
	margin: 0;
	padding: 5px 15px 15px;
}
.cast_title {
	text-align: right;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}

#staff {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/staff_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
	padding: 0;
}
.staff_wrap {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 860px;
}
.staff_box {
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
	background-image: url(../images/cast_box_bg.png);
	background-repeat: repeat;
	text-align: left;
	margin: 0;
	padding: 0;
}
.staff_box2 {
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
	background-image: url(../images/cast_box_bg.png);
	background-repeat: repeat;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 420px;
}
.staff_left {
	width: 420px;
	float: left;
}
.staff_right {
	width: 420px;
	float: right;
}
.staff_sub_title {
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	width: 100%;
	margin: 0;
	padding: 10px 0 2px 0;
}
.staff_sub_title_re {
	text-align: right;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	width: 100%;
	margin: 0;
	padding: 10px 0 2px 0;
}
.staff_sub_eng_title {
	background-image: url(../images/cast_sub_eng_title.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	color: #009fe8;
	width: 650px;
	margin: 0;
	padding: 1px 0;
}
.staff_sub_eng_title_re {
	background-image: url(../images/cast_sub_eng_title_re.png);
	background-repeat: repeat-y;
	background-position: left;
	text-align: right;
	font-size: 13px;
	font-weight: bolder;
	color: #009fe8;
	width: 750px;
	margin: 0;
	padding: 1px 0;
}

#prono {
	background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/prono_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	margin: 0;
	padding: 0;
}
.prono_box {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	background-image: url(../images/prono_title.png), url(../images/white_30.png);
	background-repeat: no-repeat, repeat;
	background-position: 100% 100%, 0px 0px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 20px 40px 20px;
	width: 900px;
}
.prono_sub_title_wrap {
	background-image: url(../images/prono_sub_title_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
	padding: 10px 0;
}
.prono_sub_title {
	color: #0099ff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bolder;
	text-align: left;
	margin: 0px;
	padding: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0099ff;
}


/*-----sns-----*/
#sns_box {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
}
#sns {
	width: 500px;
	height: 40px;
	margin: 0;
}
#sns_button ul{
	list-style-type: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#sns_button ul li{
	height: 25px;
	margin: 0 5px 0 0;
	float: left;
	overflow: hidden;
}
.twitter{
	width: 100px;
	padding: 5px 0 0 0;
}
.fb {
	width: 115px;
	padding: 5px 0 0 0;
}
.eigacom {
	width: 125px;
	padding: 5px 0 0 0;
}
.filmarks {
	width: 110px;
	padding: 5px 0 0 0;
}

#sns_box2 {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
}
#sns2 {
	width: 500px;
	height: 40px;
	margin: 0 auto;
}
/*
#sns_link ul{
	list-style-type: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#sns_link ul li{
	height: 30px;
	margin: 0px 5px;
	float: right;
	overflow: hidden;
}
.t {
	width: 25px;
	padding: 2px 0 0 0;
}
.f {
	width: 175px;
	padding: 0;
}
*/


/*-----tips-----*/
a {
	color: #f8f91f;
	text-decoration: none;
}
a:hover {
	color: #c30d23;
	text-decoration: none;
}
.cover {
	border: 1px solid #000;
}
hr {
border-style:dotted;
border-color: #CCC;
border-width:1px 0 0 0;
}
.text11 {
	font-size: 11px;
}
.text15 {
	font-size: 15px;
}
.karashi {
	color: #C90;
}
.futoji {
	font-weight: bolder;
}
.kugiri {
	clear: both;
}