@charset "utf-8";
/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

/*reset********************************/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img ,article, aside,canvas,details, figure, figcaption, footer, header, hgroup, menu, nav, section, summary{
	margin:0;
	padding:0;
}
ul, ol {
	list-style-type:none;
}

/*base********************************/
html { overflow-y:scroll;} /*スクロールバーを常に表示*/

body {
	font-family: Verdana, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	background-color: #fff;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 15px;
	color: #333333;
	line-height: 150%;
	text-align: justify;
}
img {
	border:none;
	display: block; /*画像の下余白対策でブロック要素にしてるのでtext-align効かない注意*/
}

a{
	color: #DB002C;
	font-style: normal;
	text-decoration: underline;
}

a img {
  transition: 0.3s; /*0.3秒かけて変化させる（hoverとセット）*/
}
a img:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}
a:focus, *:focus {
  outline:none; /*画像リンクの破線・青線を消す*/
}

.hide-text { /*テキスト追い出し非表示*/
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.clear { clear:both; }


/*fadein********************************/
#bloc1 { display: none; }

/*menu********************************/
#menu_wrp {
  height: 35px;
  width: 100%;
  position: fixed;
	top: 0px; /* 位置(上0px) */
	left: 0px; /* 位置(上0px) */
  z-index:10;
  background-color: #FFFFFF;
  padding-top: 7px;
  padding-bottom: 7px;
}
#menu_list {
  height: 35px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9 {
	height: 35px;
  margin-left: 18px;
	float: left;
}

#menu_tw,#menu_fb {
  margin-left: 13px;
	float: right;
}

#menu_list a { /*クリック時の囲み線を消す*/
	outline: none;
}

/*半透明*/
#menu0 {
	opacity: 0.5;
}


/*index********************************/
body#index {
}


/*main********************************/
#main_wrp {
  background-image: url(../images/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  margin-top: 10px;
  margin-bottom: 13px;
  padding-top: 35px;
} 
#main_img {
	width: 980px;
  margin: 0 auto;
} 
#main_cont {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 822px;
}
#date_wrp,#sub_image_wrp,#sub_title_wrp,#billing_wrp,#bnr_sponsor_wrp,#bnr_wrp {
	width: 980px;
  margin: 0 auto;
  text-align: center;
}
#date_wrp img,#sub_image_wrp img,#sub_title_wrp img,#billing_wrp img,#bnr_sponsor_wrp img {
  margin: 0 auto;
}
#date_wrp {
  margin-bottom: 13px;
}
#sub_image_wrp {
  margin-bottom: 30px;
}
#sub_title_wrp {
  margin-bottom: 67px;
}
#billing_wrp {
  margin-bottom: 42px;
}
#bnr_sponsor_wrp {
  margin-bottom: 60px;
}
#bnr_wrp {
  margin-bottom: 100px;
}
#bnr_wrp img {
  display: inline;
}
#bnr_wrp img:first-child {
  margin-right: 15px;
}

/*slide********************************/
#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 980px;
  height: 590px;
  margin: 0 auto;
  background-color: #fff;
}
.demo-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 0px auto;
	padding: 16px 10px;
	max-width: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.demo-inner-content .main_titlelogo {
	float: left;
}
.demo-inner-content .main_txt1 {
  float: right;
  text-align: right;
  width: 150px;
}
.demo-inner-content .main_txt1 img {
  margin-left: auto;
  margin-right: 0;
}
.demo-inner-content .btn_teaser {
	float: right;
}
.demo-inner-content .main_txt2 {
  float: left;
  margin-top: 76px;
}

.demo-inner-content .main_bnr {
  float: right;
  margin-top: 110px;
}

/*intro_story********************************/
#intro_story_wrp {
  background-color: #2F1F12;
}
#intro_cntnt {
  width: 980px;
  height: 768px;
  margin: 0 auto;
  padding: 0;
  background-image: url(../images/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#intro_cntnt .catch1 {
  width: 793px;
  float: left;
  padding-left: 19px;
  padding-top: 17px;
  margin-bottom: 159px;
}
#intro_cntnt .catch2 {
  float: right;
  padding-right: 19px;
  padding-top: 63px;
}
#intro_cntnt .title {
  float: left;
  padding-left: 19px;
  margin-bottom: 16px;
}
#intro_cntnt .txt1 {
  float: left;
  padding-left: 19px;
  margin-bottom: 30px;
}
#intro_cntnt .txt2 {
  float: left;
  padding-left: 19px;
}
#story_cntnt {
  width: 980px;
  height: 862px;
  margin: 0 auto;
  padding: 0;
  background-image: url(../images/story_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#story_cntnt .title {
  width: 608px;
  float: right;
  padding-top: 181px;
  padding-right: 19px;
  margin-bottom: 5px;
}
#story_cntnt .txt1 {
  float: right;
  padding-right: 19px;
  margin-bottom: 30px;
}
#story_cntnt .txt2 {
  float: right;
  padding-right: 19px;
}

/*cast********************************/
#cast_wrp {
  background-color: #fff;
}
#cast_cntnt {
  width: 980px;
  margin: 0px auto 65px;
  padding: 0;
}
#cast_cntnt .cast_prof {
  width: 940px;
  margin: 0px auto 15px ;
}

/*staff********************************/
#staff_wrp {
  background-color: #fff;
}
#staff_cntnt {
  width: 980px;
  margin: 0px auto 100px;
  padding: 0;
}
#staff_cntnt .title {
  margin-bottom: 10px;
}
#staff_cntnt .staff_prof {
  width: 940px;
  margin: 0px auto 15px ;
}

/*comment********************************/
#comment_wrp {
  background-color: #fff;
}
#comment_cntnt {
  width: 980px;
  margin: 0px auto 100px;
  padding: 0;
}
#comment_cntnt .title {
  margin-bottom: 30px;
}
#comment_cntnt .come_txt {
  width: 940px;
  margin: 0px auto 35px ;
}

/*footer********************************/
#footer_wrp {
  margin-top: 200px;
  padding-bottom: 30px;
  text-align: center;
}
#footer_wrp img {
  margin: 0 auto;
}
#footer_wrp .title {
  margin-bottom: 54px;
}
#footer_cnt {
}
