/* ===================================================================
CSS / elephant studio 2011
=================================================================== */

@charset "utf-8";

/*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: #fef6d3;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	font-size: 15px;
	color: #333333;
	line-height: 150%;
	text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 IE Edgeで必要 */
}
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: 48px;
	width: 100%;
	position: fixed;
	top: 0px; /* 位置(上0px) */
	left: 0px; /* 位置(上0px) */
	background-color: #5b2804;
}
#menu_list {
	height: 48px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.menu1,.menu2,.menu3,.menu4,.menu5,.menu6,.menu7,.menu8,.menu9 {
	float: left;
  padding: 0px 7px 0px;
  font-size: 18px;
  font-family: acumin-pro,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 47px;
}
.menu1 {
  margin-left: 10px;
}
.menu_sns {
	float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.menu_sns img:last-child {
	margin-left: 5px;
}

/*クリック時の囲み線を消す*/
#menu_list a {
  color: #fff;
	outline: none;
  text-decoration: none;
}
#menu_list a:hover {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  transition: 0.3s;
}
#menu_list .and {
  font-size: 15px;
  padding: 0 3px;
}

/*半透明*/
.menu0 {
	opacity: 0.4;
  color: #fff;
}


/*contents********************************/
.contents980 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.contents960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*main********************************/
#main_wrp1 {
  background-image: url(../images/main_img1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-color: #fef6d3;
  height: 754px;
  margin-top: 48px;
}
#main_wrp1 .contents980 .bnr_info {
  padding-right: 105px;
  padding-top: 0px;
  float: right;
}
#main_wrp1 .contents980 .fes {
  padding-left: 10px;
  padding-top: 20px;
  
}
#main_wrp1 .contents980 .bnr_wrp {
  padding-left: 330px;
  padding-top: 150px;
  width: 600px;
}
#main_wrp1 .contents980 .bnr_wrp img {
  display: inline;
  margin-left: 5px;
}
#main_wrp1 .contents980 .titlelogo {
  padding-left: 101px;
  padding-top: 5px;
}
#main_wrp2 {
  background-image: url(../images/main_img2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  background-color: #fef6d3;
  height: 333px;
}

#date_wrp {
	width: 100%;
  height: 44px;
	text-align: center;
  background-color: #5b2804;
}
#date_wrp img {
	margin-right: auto;
	margin-left: auto;
}

/*intro********************************/
#intro_wrp {
  padding-top: 25px;
  background-color: #fff;
}

/*story********************************/
#story_wrp {
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fff;
}
#story_wrp .contents img:nth-child(3)  {
  margin-top: 20px;
}

/*cast********************************/
#cast_wrp {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #fff;
}
#cast_wrp .contents960 .title {
  margin-bottom: 13px;
}
#cast_wrp .contents960 .cast_box {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #AB0002;
}
#cast_wrp .contents960 .cast_box .cast_img {
  margin-right: 13px;
}
#cast_wrp .contents960 .cast_box .cast_txt img {
  margin-bottom: 20px;
}

/*dire********************************/
#dire_wrp {
  padding-top: 25px;
  padding-bottom: 30px;
  background-color: #fff;
}
#dire_wrp .contents960 .title {
  margin-bottom: 13px;
}
#dire_wrp .contents960 .dire_box1 {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
#dire_wrp .contents960 .dire_box1 .dire_img {
  margin-right: 13px;
}
#dire_wrp .contents960 .dire_box1 .dire_txt img {
  margin-bottom: 20px;
}
#dire_wrp .contents960 .dire_box2 {
  color: #003d94;
  margin-bottom: 40px;
}
#dire_wrp .contents960 .dire_box2 .title {
  margin-bottom: 15px;
}
#dire_wrp .contents960 .dire_box2 ul li {
  color: #003d94;
  border-bottom: solid 1px #003d94;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#dire_wrp .contents960 .dire_box2 ul li:first-child {
  border-top: solid 1px #003d94;
  padding-top: 3px;
}
#dire_int {
  padding-top: 25px;
}
#dire_wrp .contents960 .dire_box2 .title_intrvw {
  margin-bottom: 25px;
}
#dire_wrp .contents960 .dire_box2 .txt_intrvw_red {
  color: #dd0245;
  font-weight: bold;
  border-left: solid 15px #dd0245;
  padding-left: 3px;
  line-height: 15px;
  margin-bottom: 7px;
}
#dire_wrp .contents960 .dire_box2 .txt_intrvw {
  margin-bottom: 15px;
}

/*chrono********************************/
#chrono_wrp {
  margin-top: 50px;
  padding-top: 25px;
  background-color: #fef6d3;
  background-image: url(../images/footer_img1.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#chrono_wrp .contents960 {
  padding-bottom: 400px;
}
#chrono_wrp .contents960 .title {
  margin-bottom: 13px;
}
#chrono_wrp .contents960 .flex {
  display: flex;
}
#chrono_wrp .contents960 .left {
  float: left;
  width: 327px;
  background-image: url(../images/tomoffin_img2.jpg);
  background-repeat: no-repeat;
  background-position: right 40px bottom;
}
#chrono_wrp .contents960 .right {
  float: right;
  width: 625px;
}
#chrono_wrp .contents960 .right .year {
  color: #fff;
  background-color: #dd0245;
  display: inline-block;
  padding: 2px 15px 2px 5px;
  margin: 25px 0px 7px;
}
#chrono_wrp .contents960 .right .m_top0 {
  margin-top: 0px;
}


/*footer********************************/
#footer_wrp {
  background-color: #5b2804;
}
#footer_wrp .contents960 img {
  margin: 0 auto;
}
#footer_wrp .contents960 .footer_title {
  padding: 10px 0 25px 0;
}
#footer_wrp .contents960 .footer_date {
  padding: 0px 0 30px 0;
}
