@charset "utf-8";

@import url('base.css');

/* ///////////////////////////////////////////////////////////////////

 Global

/////////////////////////////////////////////////////////////////// */

body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ" ,Meiryo,'ＭＳ Ｐゴシック';
	color: #333;
	background: url(../../img/headerbg.gif) repeat center top;
	margin:0;
}
img {
	max-width: 100%;
}
a:link {
	color: #3c8c57;
	text-decoration: none;
}
a:hover {
	color: #3c8c57;
	text-decoration: none;
}
a:visited {
	color: #3c8c57;
	text-decoration: none;
}

.container{
	position:relative;
	width:100%;
	max-width:1160px;
	margin:0 auto;
	height:100%;
}



.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

/* ///////////////////////////////////////////////////////////////////

 Navigation

/////////////////////////////////////////////////////////////////// */

.menu {
	position:fixed;
	top:0px;
	width:100%;
	height:auto; 
	background-color:#ffffff;
	z-index:100;
	height:75px;
    /*filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity:0.9;*/
}

#logo {
	position:absolute;
	top:10px;
	left:10px;
	width:60px;
}

#nav {
	position:absolute;
	top:30px;
	left:100px;
}

.navigation{
	float: left;
	margin: 0;
	font-weight:bold;
}

.navigation li{
	float: left;
	padding:0 30px 0 0;
}

/*
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #f68f67;
	font-weight:bold;
}
*/

.alpha{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.new{
	position:absolute;
	top:-18px;
	left:403px;
	color:#FFF;
	background-color:#F00;
	padding:0 13px;
	font-size:55%;
}

.nav01{
	width:39px;
	height:13px;
	background: url(../../img/nav01.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;
}

.nav02{
	width:48px;
	height:13px;
	background: url(../../img/nav02.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;
}

.nav03{
	width:48px;
	height:29px;
	background: url(../../img/nav03.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;		
}

.nav04{
	width:46px;
	height:13px;
	background: url(../../img/nav04.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;		
}

.nav05{
	width:42px;
	height:13px;
	background: url(../../img/nav05.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;		
}

.nav06{
	width:114px;
	height:13px;
	background: url(../../img/nav06.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;		
}

.nav07{
	width:60px;
	height:13px;
	background: url(../../img/nav07.gif) no-repeat left top;
	text-indent:-1000em;
	display:block;
	overflow:hidden;		
}


#visual{
	margin:0 auto;
	width:1140px;
	height:382px;	
}


#item{
	position:absolute;
	width:223px;
	top:0px;
	right:10px;
}

.tfm{
	position:absolute;
	width:152px;
	height:27px;
	top:8px;
	right:73px;
}

.jfn{
	position:absolute;
	width:41px;
	height:29px;
	top:10px;
	right:3px;
}

.lang{
	position:absolute;
	top:37px;
	right:2px;
	margin: 8px 0 0 0;
	width:223px;
	height:21px;
	background: url(../../img/language.gif) no-repeat center top;
	text-indent:-1000em;
}

.language{
	position:absolute;
	top:37px;
	right:2px;
	margin: 8px 0 0 0;
	width:223px;
	height:21px;
	background: url(../../img/language2.gif) no-repeat center top;
	text-indent:-1000em;
}


.jp a{
	position:absolute;
	top:0px;
	left:100px;
	width:55px;
	height:20px;
	/*background-color:#0FF;*/
	display:block;
}

.en a{
	position:absolute;
	top:0px;
	left:160px;
	width:63px;
	height:20px;
	/*background-color:#0FF;*/
	display:block;
}

/* NEWS */

.decorative{
	float:right;
	width: 360px;
	padding: 10px 10px 0 10px;
	margin: 20px auto 0;
	text-align:left;
}

.decorative h3{
	width:360px;
	height:30px;
	background: url(../../img/news.png) no-repeat left top;
	text-indent:-1000em;
	padding:0 8px 10px 3px;
}


.decorative dl{
	width:360px;
	height: 100px;
	overflow: auto;
	font-size:13px;
	padding:0 0 10px 5px;
	color:#000;
	margin:0 0 15px 0;
}

.decorative dt{
	font-weight: bold;
}

.decorative dd{
	margin-bottom:0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

.notice{
	width:80%;
	padding:20px 5px 5px 5px;
	text-align:center;
	border-top:solid 2px #FFF;
	border-left:solid 2px #FFF;
	border-right:solid 2px #FFF;
	border-bottom:solid 2px #FFF;
	margin:0 auto 20px auto;
}

.decorative dd.en{
	font-size:15px;
	margin-bottom:0.5em;
	text-indent: -1em;
	padding-left: 1em;
}

.decorative dd a{
	color:#000;
	text-decoration:underline;
}



#partnerArea{
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
	width:1140px;
	/*height:150px;*/
	height:50px;
	margin:0 auto;
	text-align:center;
}



/* partner */

#partner{
	width:560px;
	height:56px;
	margin:0 auto 55px auto;
}

#partner ul li{
	float:left;
	padding:0 50px 0 0;
}

#partner a:hover{ 
	opacity: 0.8;
}

#partnerLink{
	height:50px;
	margin:0 auto;
	background: url(../../img/bg_partner.gif) repeat center top;
	text-align:center;
}

#partnerLink ul{
	width:1051px;
	margin:0 auto;
}

#partnerLink a:hover{ 
	opacity: 0.8;
}

#partnerLink ul li{
	width:320px;
	margin:0 auto;
	float:left;
	padding:0 45px 0 0;
}
#partnerLink ul li a{
	display:block;
}

#partnerLink ul > *:first-child + * + * {
	width:320px;
	float:left;
	padding:0;
}

#partnerLink_en{
	height:50px;
	margin:0 auto;
	background: url(../../img/bg_partner.gif) repeat center top;
	text-align:center;
}

#partnerLink_en ul{
	width:725px;
	margin:0 auto;
}

#partnerLink_en a:hover{ 
	opacity: 0.8;
}

#partnerLink_en ul li{
	width:320px;
	float:left;
	padding:0 40px 0 0;
}

#partnerLink_en ul > *:first-child + * + * {
	width:320px;
	float:left;
	padding:0;
}

/* ///////////////////////////////////////////////////////////////////

 General Slides

/////////////////////////////////////////////////////////////////// */

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:85px 0;
}

.slide:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.slide {display:inline-block;}
.slide {display:block;}

/* HOME */ 

#slide1{
	height:820px;
	background: url(../../img/slide1_bg.png) repeat-x center bottom;
	overflow:hidden;
}


#slide1 p{
	color:#333;
	font-weight:bold;
	font-size:180%;
	line-height:1.3em;
	margin:0;
}


#elBox1{
	position:absolute;
	top:410px;
	left:10px;
	width:750px;
}

#elBox1 p{
	margin:0;
	padding:0 0 10px 0;
	font-size:180%;
	color:#4c9865;
}

#elBox1 .sen{
	margin:0;
	padding:0 0 10px 0;
	font-size:180%;
	color:#F00;
}

#elBox1 h1{
	width:654px;
	height:123px;
	background: url(../../img/title2.png) no-repeat center top;
	text-indent:-1000em;
	margin:0 0 15px 0;
}

#elBox1 h2 {
	color:#000;
	font-size:190%;
	line-height:1.2em;
}

#elBox1 h2 .red{
	color:#F00;
	font-size:100%;
}


/* ENGLISH */ 

#elBox1 h1.en{
	width:654px;
	height:123px;
	background: url(../../img/title_en.png) no-repeat center top;
	text-indent:-1000em;
	margin:0 0 15px 0;
}

#elBox1 h2.en{
	color:#000;
	font-size:160%;
	line-height:1.4em;
}

#elBox1 h2.en.small{
	color:#000;
	font-size:140%;
	line-height:1.3em;
}

#elBox1 h2.en p{
	color:#000;
	font-size:90%;
	line-height:1.4em;
}

#elBox1 h3.en {
	color:#000;
	font-size:100%;
	font-weight:600;
	padding:0 0 8px 0;
}


#elBox1 h2 span{
	font-size:60%;
}


#elBox1 h2 p.add{
	color:#000;
	font-size:70%;
}



#elBox1 h3 {
	color:#000;
	font-size:114%;
	font-weight:600;
	padding:0 0 8px 0;
}

#elBox1 h3 span{
	font-size:60%;
}


#elBox1 ul li{
	width:30px;
	float:left;
	margin:0 7px 0 0;
}

#elBox1 ul li a{
	width:30px;
	height:30px;
	display:block;
}






/* TICKET【公演概要】 */ 

#slide2{
	height:2300px;
	background: url(../../img/bg_slide2.gif) repeat center top;
	color:#FFF;
}

#slide2_en{
	height:1800px;
	background: url(../../img/bg_slide2.gif) repeat center top;
	color:#FFF;
}

#elBox2{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

#elBox2 a:link {
	color: #FFF;
}

#elBox2 h2 {
	font-size: 230%;
	color: #FFF;
	padding:10px 0;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
	width:100%;
}

#stageA {
	padding:20px 0;
}


#stageA dl {
	font-weight: 400;
	margin-bottom:25px;
	font-size: 110%;
}

#stageA dl dt{
	font-weight: 900;
	color:#f8f5b0;
	margin-bottom:10px;
}

#stageA dl dd{
	font-size: 90%;
	font-weight:normal;
}

#stageA dl dd span{
	font-size: 80%;
	font-weight:normal;
}


#stageA dl dd a{
	color:#f8f5b0;
	text-decoration:underline;
}

/*
.ticketDay{
	margin:5px auto 5px auto;
	display:block;
	font-weight:normal;
	padding:5px 5px;
	width:320px;
	border: 1px solid #FFF;
	text-align:center;
	color:#FFF;
}
*/

#stageA .tiketinfo{
	font-size:100%;	
}



#stageB dl {
	padding:5px 0;
	font-size: 90%;
}

#stageB dl dt{
	font-weight: 400;
}

#stageB dl dd span{
	display:block;
	font-size: 70%;
	font-weight:normal;
}

/* THEME */ 

#slide3{
	height:600px;
	background:#FFF;
}

#elBox3{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

#elBox3 p{
	text-align:left;
	font-size: 90%;
	padding:0 20px;
	margin:0 auto 60px auto;
}

/* ENGLISH */ 

#elBox3 p.en{
	text-align:left;
	font-size: 90%;
	padding:0 20px;
	margin:0 auto 40px auto;
}

#elBox3 p.txt{
	text-align:left;
	font-size: 90%;
	margin:0 auto 0px auto;
}

#elBox3 ul li a{
	text-align:center;
	font-size: 90%;
	line-height:2.0em;
	color:#000;
	text-decoration:underline;
}

#elBox3 h2 {
	font-size: 230%;
	color: #000;
	padding-bottom:10px;
	font-weight: 400;
	border-bottom: 1px solid #000;
	width:100%;
	margin-bottom:40px;
}

#elBox3 h3 {
	font-size: 130%;
	color: #3c8c57;
	font-weight: 600;
	width:100%;
	margin-bottom:10px;
}

#elBox3 .message{
	margin:20px auto 70px auto;
	width:330px;
	font-size:100%;
	border-radius:5px;
	background:#3a718b;
	font-weight:bold;
}

#elBox3 .message a{
	padding:10px 0 7px 0;
	width:330px;
	color:#FFF;
	display:block;
	text-align:center;
	cursor:pointer;
}

/* Slide 4 */

#slide4{
	height:650px;
	background:#FFF;
}

#elBox4{
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

#elBox4 p{
	text-align:center;
	font-size: 90%;
	padding:0 20px;
}

#elBox4 h2 {
	font-size: 230%;
	color: #000;
	padding-bottom:10px;
	font-weight: 400;
	border-bottom: 1px solid #000;
	width:100%;
	margin-bottom:40px;
}


#elBox4 p.moreLink{
	margin:0 auto;
	padding:5px 5px;
	width:300px;
	font-size:100%;
	color:#FFF;
	text-align:center;
	border-radius:5px;
	background:#3a718b;
	margin:30px auto 70px auto;
}

#elBox4 p.moreLink a{
	color:#FFF;
	display:block;
}

#elBox4 h3 {
	font-size: 130%;
	color: #3c8c57;
	font-weight: 600;
	width:100%;
	margin-bottom:10px;
}

#elBox4 ul li a{
	text-align:center;
	font-size: 90%;
	line-height:2.0em;
	color:#000;
	text-decoration:underline;
}



/* Slide 5 */

#slide5{
	height:4900px;
	background: url(../../img/bg_slide2.gif) repeat center top;
}

#elBox5{
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

#elBox5 p{
	font-size: 90%;

}

#elBox5 h2 {
	font-size: 230%;
	color: #FFF;
	padding-bottom:10px;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
	width:100%;
	margin-bottom:40px;
}


#elBox5 h3 {
	font-size: 120%;
	color:#f8f5b0;
	font-weight: 600;
	width:100%;
	margin-bottom:20px;
}

#elBox5 ul li a{
	text-align:center;
	font-size: 90%;
	line-height:2.0em;
	color:#FFF;
	text-decoration:underline;
}

.report{
	width:900px;
	margin:0 auto;
}


.entranceArea{
	position:relative;
	height:227px;
	margin-bottom:15px;	
}

.ph01{
	position:absolute;
	top:0;
	left:150px;
}

.ph02{
	position:absolute;
	top:0;
	left:505px;
}

.liveArea{
	position:relative;
	height:1130px;
}

.ph03{
	position:absolute;
	top:0px;
	left:350px;
}

.ph04{
	position:absolute;
	top:320px;
	left:110px;
}

.ph05{
	position:absolute;
	top:320px;
	left:580px;
}

.ph06{
	position:absolute;
	top:640px;
	left:420px;
}

.report p{
	margin-bottom:15px;
	color: #FFF;
}

.report img{
	margin-bottom:20px;
}

.report:after {content:"."; display:block; height:0; visibility:hidden; clear:both;}
.report {display:inline-block;}
.report {display:block;}

.boxCenter{
	clear:both;
	margin-bottom:15px;
	margin-left:15px;
}

.boxLeft{
	float:left;
	margin:0 20px 0 0;
}

.boxRight{
	float:right;
}


.areaCenter{
	clear:both;
	margin:0 auto;
}

.areaCenter p{
	text-align:center;
}

.areaCenter p a{
	color:#FFF;
	text-decoration:underline;
}

.setList{
	padding-top:60px;
	color: #FFF;
	font-size:90%;
	line-height:1.8em;
}

/* Slide 6 */

#slide6{
	height:3550px;
	background: url(../../img/bg_slide2.gif) repeat center top;
}

#elBox6{
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	text-align:center;
}

#elBox6 p{
	font-size: 90%;

}

#elBox6 h2 {
	font-size: 230%;
	color: #FFF;
	padding-bottom:10px;
	font-weight: 400;
	border-bottom: 1px solid #FFF;
	width:100%;
	margin-bottom:40px;
}


#elBox6 h3 {
	font-size: 120%;
	color:#f8f5b0;
	font-weight: 600;
	width:100%;
	margin-bottom:20px;
}

#elBox6 ul li a{
	text-align:center;
	font-size: 90%;
	line-height:2.0em;
	color:#FFF;
	text-decoration:underline;
}

/* ///////////////////////////////////////////////////////////////////

 footer

/////////////////////////////////////////////////////////////////// */

.footer{
	/*background-color:#FFF;*/
	position:relative;
}

.footer p{
	margin:0 auto 0 auto;
	padding:80px 0 0 0;
	width:308px;
	height:17px;
	background: url(../../img/copy.png) no-repeat center center;
	text-indent:-1000em;
}

/* ///////////////////////////////////////////////////////////////////

 PAGE TOP

/////////////////////////////////////////////////////////////////// */


.go-top{
	margin:-30px auto 0 auto;
	width:55px;
	height:55px;
}

.go-top a{
	display:block;
	width:55px;
	height:55px;
}

/* ///////////////////////////////////////////////////////////////////

 css_browser

/////////////////////////////////////////////////////////////////// */

.android .container p{
	background: url(../../img/space.png) no-repeat;
}

.android h1,.android h2,.android h3,.android p,.android p,.android dl{
	line-height:1.5em;
}

