@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;
}

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

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
	text-align: center;
	background-color: #1a0c2d;
}

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
}

ul, ol {
	list-style-type:none;
}

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; } /*画像リンクの破線・青線を消す*/

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

.clear { clear:both; }


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

/*pagetop********************************/ 
#pagetop {
	position:fixed;
	top: 60px;
	right: 70px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pagetop a {
	color: #FFF;
}

/*menu********************************/
#menu_wrp {
	height: 50px;
	width: 100%;
	position: fixed;
	top: 0px; /* 位置(上0px) */
	left: 0px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#menu_list {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8,#menu9,#menu10 {
	height: 50px;
	float: left;
	margin-right: 18px;
}

#menu10 {
	float: right;
	margin-right: 5px;
}

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

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


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


/*main********************************/
div#main_wrp {
	background-image: url(../images/main_bg_170213.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	margin-top: 50px;
} 
#main_cnt {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 1398px;
}

#bnr_cnt1 {
	padding-top: 45px;
	padding-left: 10px;
	float: left;
}
#bnr_cnt2 {
	padding-top: 45px;
	padding-left: 5px;
	float: left;
}
#bnr_cnt .bnr_event {
	margin-top: -100px;
	margin-left: 10px;
}
#titlelogo {
	text-align: center;
	/*padding-top: 690px;*/
	padding-top: 545px;
	padding-bottom: 21px;
}
#date {
}

/*intro********************************/
#intro_wrp {
	background-image: url(../images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}
#intro_cnt {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.intro_txt1 {
	padding-top: 50px;
	padding-bottom: 398px;
}
.intro_img {
	float: right;
	margin-top: -70px;
}
.intro_title {
	margin-top: 22px;
	margin-bottom: 28px;
}
.story_cnt {
	padding-top: 20px;
	padding-bottom: 10px;
}
.story_cnt .story_txt {
	float: left;
}
.story_cnt .story_img {
	float: right;	
}
.manual_cnt {
}

/*cast_dire********************************/
#cast_wrp {
	background-image: url(../images/cast_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #2263C1;
}
#cast_cnt {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.cast_dire_title,.song_title {
	margin-bottom: 15px;
}
.cast_txt {
	margin-bottom: 10px;
}
#dire_wrp {
	background-image: url(../images/dire_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0% 0px;
	background-color: #1A191D;
}
#song_wrp {
	background-color: #1A191D;
}
#dire_cnt,#song_cnt {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*event********************************/
body#event {
	background-image: url(../images/event_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-color: #000000;
	background-attachment: scroll;
}
#event_wrp {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 190px;
}
#event_wrp .event_title {
	color: #CC0000;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 60px;
}
.event_cnt {
	margin-bottom: 30px;
}
.event_cnt a {
	color: #FFFFFF;	
}
.event_cnt p {
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: 3px;
	padding-left: 3px;
	text-shadow:1px 1px 5px #d00;
}
.event_basho {
	font-size: 17px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 8px;
}
.event_txt {
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 20px;
}

/**footer********************************/
#footer_wrp {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	height: 361px;
	padding-top: 200px;
	background-color: #1A191D;
	text-align: center;
}
#footer_wrp p {
	text-align: center;
}
.footer_title {
	margin-top: 35px;
	margin-bottom: 7px;
}
.footer_date {
}
