@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#000;
  	font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color:#FFF;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none; }

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}

#loader {
    width: 340px;
    height: 120px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -60px; /* heightの半分のマイナス値 */
    margin-left: -170px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #741941;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
	background-color: rgba(0,0,0,0.9);
	z-index: 100;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}

.menubtn{
	z-index: 101;
	position: fixed;
	top:2%;
	right:2%;
	width: 6%;
	cursor: pointer;
}

.showMenu .menuarea{
  	-webkit-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
}

#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:0;
	box-sizing: border-box;
	padding:2% 10% 2% 2%;
}

.menu-box img{
  width: 100%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 10%;
  box-sizing: border-box;
  margin:0.5555%;
}

.menu-box a{
  display: block;
  position: relative;
}
  
.menu-box .hoverimg{
  position: absolute;
  top:0;
  left: -100%;
  -webkit-transition: .4s;
     -moz-transition: .4s;
      -ms-transition: .4s;
       -o-transition: .4s;
          transition: .4s;
  z-index: 301;
}

.menu-box a:hover .hoverimg{
  left: 0%;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	margin:0 auto;
	font-size: 14px;
	text-align: justify;
	word-break: break-all;
	line-height: 170%;
	overflow: hidden;
}

#contents_wrapper img{
	max-width:100%;
	margin-left:auto;margin-right:auto;display:table;
}

#top_main{
	width:100%;
	position: relative;
}

#top_image{
	width:100%;
}

#top_logo_wrapper{
	width:42%;
	position: absolute;
	top:10%;
	left: 7%;
	padding-bottom: 30px;
}

#top_logo{
	width:100%;
	margin-bottom: 20px;
}

#snsbtn_wrapper{
	width:530px;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

#snsbtn_wrapper1{
	width:100px;
	float: left;
	overflow: hidden; /* heightを戻す */
}

.snsbtn{
	width:30px;
	float: left;
	margin-right:5px;
}

.snsbtnr{
	width:30px;
	float: right;
}

#snsbtn_wrapper2{
	width:420px;
	float: right;
	overflow: hidden; /* heightを戻す */
	padding-top:1%;
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:142px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float: left;
	margin-right: 5px;
	line-height: 100%;
}

.line{
	width:83px;
	float: right;
	line-height: 100%;
}




/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(200px);/* X軸方向に200px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
.slide_RL {
  animation-duration: 3s;/* アニメーション時間 */
  animation-name: RightToLeft;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
}


/* 「LeftToRight」の動作内容 */
@keyframes LeftToRight {
  0% {
    opacity: 0;/* 透明 */
    transform: translateX(-200px);/* X軸方向に-200px */
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);
  }
}

/* 「LeftToRight」を適用する箇所 */
.slide_LR {
  animation-duration: 3s;/* アニメーション時間 */
  animation-name: LeftToRight;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
}


.bnr01{
	width:40%;
}

.scrollShowEffect {
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	-webkit-transition: all 1s ease-in-out;
	   -moz-transition: all 1s ease-in-out;
	    -ms-transition: all 1s ease-in-out;
	     -o-transition: all 1s ease-in-out;
	        transition: all 1s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb10s{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s{
	width:60%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb20s2{
	width:70%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pagetitle{
	width:50%;
	margin-bottom: 20px;
}

.pagetitle2{
	width:50%;
	margin-left: 50%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.pagetitle3{
	width:30%;
	margin:0 auto;
	margin-bottom: 50px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background-color:#cebfa0;
}

#footer_inner{
	width:30%;
	margin:0 auto;
	padding:50px 0 50px 0;
}


.content {
  	position: relative;
	margin: 0 auto;
	padding: 0;
}

#intro_wrapper{
	width:100%;
	background: url(images/bg/intro.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:40%;
	margin-left: 52%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
}


#story_wrapper{
	width:100%;
	background: url(images/bg/story.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#story_inner{
	width:40%;
	margin-left: 8%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	color: #111;
}

#caststaff_wrapper{
	width:100%;
	background: url(images/bg/caststaff.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#caststaff_inner{
	width:80%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	font-size: 14px;
	line-height: 160%;
}

#keyword_wrapper{
	width:100%;
	background: url(images/bg/keyword.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#keyword_inner{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 100px 10%;
	font-size: 14px;
	line-height: 160%;
	background-color: #fff;
	color: #111;
}

#keyword_inner2{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
	font-size: 14px;
	line-height: 160%;
	color: #111;
	margin-bottom: 100px;
}

#ballet_wrapper{
	width:100%;
	background:#fff;
	overflow: hidden; /* heightを戻す */
}

#ballet_inner{
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 0 150px 0;
	color: #111;
}

#comment_wrapper{
	width:100%;
	background: url(images/bg/comment.jpg) 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#comment_inner{
	width:40%;
	margin-left: 8%;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:350px 0 350px 0;
}

.caststaff_l{
	width:40%;
	float: left;
}

.caststaff_r{
	width:40%;
	float: right;
}

.keywordline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-bottom: 50px;
}

.keywordbox{
	width:21%;
	float: left;
	margin:2%;
}

.keywordbox2{
	width:30%;
	background-color: rgba(255,255,255,0.8);
	padding:3%;
	box-sizing: border-box;
}

.keywordbox_sp{
	display: none;
}

#footer_wrapper{
	width:100%;
	padding:30px 0 30px 0;
    background-color: #741941;
}

#footer_inner{
	width:30%;
	margin:0 auto;
}

.spphoto{
	display: none;
}

.pcmidashi{
	width:100%;
}

.spmidashi{
	display: none;
}

.ballettext{
	width:100%;
	text-align:center;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	padding:10px 0 10px 0;
	margin-bottom:10px;
}

.balletbtn{
	width:32%;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	float: left;
	margin:0.6666666%;
}

.balletbtn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:#444;
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eee;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.balletbtn a:hover {
	background-color: #8b8439;
	text-decoration: none;
	color: #eee;
	outline: none;
}

.balletimage{
	width:32%;
	box-sizing: border-box;
	float: left;
	margin:0.6666666%;
}

.bnr_wrapper{
	width:70%;
	overflow: hidden;
}

.bnrl{
	width:48%;
	float: left;
}

.bnrr{
	width:48%;
	float: right;
}

.commentbox{
	width:100%;
	margin-bottom: 50px;
}

.commenttext{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 180%;
	font-style: italic;
	box-sizing: border-box;
	padding:0 1% 0 1%;
}

.commentname1{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color: #f19ec2;
	text-align: right;
	box-sizing: border-box;
	padding:0 1% 0 1%;
}

.commentname2{
	width:100%;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	text-align: right;
	box-sizing: border-box;
	padding:0 1% 0 1%;
}

#topright_wrapper{
	width:35%;
	position: absolute;
	top:70%;
	right: 3%;
	overflow: hidden;
}

.major{
	width:65%;
	float: right;
}

.commentbtn{
	width:32.5%;
	float: left;
}



@media screen and (max-width:600px){

.menuarea{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(0, -100%, 0);
  	transform: translate3d(0, -100%, 0);
	background-color:rgba(0,0,0,0.8);
	z-index: 100;
	box-sizing: border-box;
}

.menubtn{
	z-index: 101;
	position: fixed;
	top:3%;
	right:2%;
	width: 12%;
	cursor: pointer;
}
	
#menu{
	width:100%;
	z-index: 99;
	overflow: hidden; /* heightを戻す */
	padding:0;
	box-sizing: border-box;
	padding:15%;
}

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 46%;
  box-sizing: border-box;
  margin:2%;
}
	
.tablet{
	display: none;
}
	
#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 10px;
}

#top_main{
	width:100%;
	position: inherit;
	height: auto;
	margin-bottom: 0;
}

#top_image{
	display: none;
}
	
#top_logo_wrapper{
	width:100%;
	position:inherit;
	top:0;
	left:0;
	margin-bottom: 0;
	margin:0 auto;
}

#top_logo{
	display: none;
}
	
#snsbtn_wrapper{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

#snsbtn_wrapper1{
	width:160px;
	float: none;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.snsbtn{
	width:50px;
	float: left;
	margin-right:5px;
}

.snsbtnr{
	width:50px;
	float: right;
}

#snsbtn_wrapper2{
	width:100%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.tweet{
	width:75px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.like{
	width:138px;
	float:none;
	margin-right:0;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.eigacom{
	width:105px;
	float:none;
	margin:0 auto;
	margin-bottom: 5px;
	line-height: 100%;
}

.line{
	width:83px;
	float:none;
	margin:0 auto;
	line-height: 100%;
}
 
div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom: 20px;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:90%;
	margin:0 auto;
	margin-bottom:30px;
	display: inherit;
	margin-top:30px;
}

.bnr01{
	width:80%;
	margin:0 auto;
}

.spphoto{
	display:inherit;
	width:100%;
}

#footer_inner{
	width:70%;
	margin:0 auto;
	padding:50px 0 50px 0;
}

#intro_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
}

#intro_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
}


#story_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #FFF;
}

#story_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
	color: #111;
}

#caststaff_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
}

#caststaff_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
}

#keyword_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #FFF;
}

#keyword_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
	color: #111;
}

#keyword_inner2{
	width:80%;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
	padding:0;
	color: #111;
	margin-bottom: 0x;
}

#ballet_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #FFF;
}

#ballet_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
	color: #111;
}

#comment_wrapper{
	width:100%;
	background:none;
	overflow: hidden; /* heightを戻す */
	background-color: #000;
}

#comment_inner{
	width:80%;
	margin-left: 0;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:50px 0 50px 0;
	margin:0 auto;
}

.caststaff_l{
	width:100%;
	float: none;
	margin-bottom: 50px;
}

.caststaff_r{
	width:100%;
	float: none;
}

.keywordbox{
	width:100%;
	float: none;
	margin:0;
	margin-bottom: 50px;
}

.keywordbox2{
	display: none;
}

.keywordbox_sp{
	width:100%;
	display: inline;
}
	
.pcmidashi{
	display: none;
}

.spmidashi{
	display: inherit;
	width:100%;
}
	
.pagetitle{
	width:100%;
	margin-bottom: 20px;
}

.pagetitle2{
	width:100%;
	margin-left: 0%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.pagetitle3{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}
	
.balletbtn{
	width:100%;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
	float: none;
	margin:0;
	margin-bottom:5px;
}
	
.balletimage{
	width:100%;
	box-sizing: border-box;
	float: none;
	margin:0;
	margin-bottom:0;
}
	
.bnr_wrapper{
	width:80%;
	overflow: hidden;
	margin:0 auto;
}

.bnrl{
	width:100%;
	float: none;
	margin-bottom: 10px;
}

.bnrr{
	width:100%;
	float: none;
}
	
.commentbox{
	width:100%;
	margin-bottom: 50px;
}

.commenttext{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 180%;
	font-style: italic;
	box-sizing: border-box;
	padding:0;
}

.commentname1{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #f19ec2;
	text-align: left;
	box-sizing: border-box;
	padding:0;
}

.commentname2{
	width:100%;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	text-align: left;
	box-sizing: border-box;
	padding:0;
	margin-bottom: 10px;
}
	

#topright_wrapper{
	width:80%;
	position:inherit;
	top:0%;
	right: 0%;
	overflow: hidden;
	margin:0 auto;
	margin-bottom: 30px;
}

.major{
	width:100%;
	float: none;
}

.commentbtn{
	width:100%;
	float: none;
	margin-bottom: 10px;
}
	
}