@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#FFF;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#111;
	height:100%;
}

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: 300px;
    height: 346px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -173px; /* heightの半分のマイナス値 */
    margin-left: -150px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFF;
    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(74,52,91,0.95);
	z-index: 100;
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 101;
	position: fixed;
	top:1.5%;
	right:1.5%;
	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:2% 10% 2% 2%;
	box-sizing: border-box;
}

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

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

.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%;
    height: 100%;
}

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

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

#top_image{
    width:100%;
}

#top_logo_wrapper{
    width:43%;
    position: absolute;
    left:8%;
    top:5%;
}

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

#snsbtn_wrapper{
    width:681px;
    overflow: hidden;
}

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

.snsbtn{
    width:48%;
	float: left;
	margin-right:1%;
}

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

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

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

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


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

.mb20{
	width:100%;
	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:400px;
	margin-bottom: 50px;
}

.pagetitle2{
	width:400px;
    margin:0 auto;
	margin-bottom: 50px;
}

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

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

.spphoto{
	display: none;
}

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


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

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
    background-color: rgba(231,231,231,1.00);
}

#ag_wrapper{
	width:100%;
    background-color: rgba(231,231,231,1.00);
	overflow: hidden; /* heightを戻す */
}

#ag_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
}

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

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 12% 150px 40%;
}

#credit_wrapper{
	width:100%;
	background: url("images/credit/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
	padding-bottom:40%;
}

#credit_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
	text-align: center;
	background-color: #333;
	color: #fff;
}

#commentreview_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 10% 150px 10%;
}

#jisyu_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:150px 20% 150px 20%;
}

.midashi01{
    width:100%;
    font-size: 25px;
    color: #6357a3;
    margin-bottom: 50px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 150%;
    font-weight: 600;
}

.midashi02{
    width:100%;
    font-size: 22px;
    color: #c26ba8;
    margin-bottom: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 150%;
    font-weight: 600;
}

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

.intro_r{
    width:57%;
    float: right;
}


.intro_l2{
    width:57%;
    float: left;
}

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

.add3{
    width:33.33333%;
    float: left;
}

.wrapperline{
	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;
}


.wrapperbox2{
	width:46%;
	float: left;
	margin:2%;
	box-sizing: border-box;	
}

.wrapperbox3{
	width:30%;
	float: left;
	margin:1.66666%;
	box-sizing: border-box;	
}

.aginter{
    padding-top:20px;
    border-top:1px solid rgba(191,119,186,1.00);
}

.agname{
    font-weight: 700;
    color:rgba(76,41,95,1.00); 
}

.interq{
    color: rgba(126,89,155,1.00);
    font-style: italic;
    margin-bottom: 20px;
}

.cbox{
	width:30%;
	float: left;
	margin:1.66666%;
	box-sizing: border-box;	
	padding:3%;
    border-top:1px solid rgba(191,119,186,1.00);
}

.ctext{
	width:100%;
	margin-bottom: 5px;
}

.cname1{
	width:100%;
	margin-bottom: 5px;
    color:rgba(76,41,95,1.00); 
	font-size: 20px;
	font-weight: 800;
	text-align: right;
}

.cname2{
	width:100%;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	color: #666;
}


table   {
border-collapse:collapse
}
table tr    {
border-bottom:1px solid #ccc;
}

.theaterbox{
	padding:6px 0 6px 0;
}

.theaterboxa{
	padding:6px 0 6px 0;
}

.theaterboxab{
	padding:6px 0 6px 0;
}

.theaterboxb{
	padding:6px 0 6px 0;
}

.theaterbox a{
    color:rgba(76,41,95,1.00); 
	text-decoration: none;
}

.theaterbox a:hover{
	color:#999;
	text-decoration: underline;
}

.jisyubox{
	width:100%;
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px gray;
    padding:5%;
    box-sizing: border-box;
}

.jisyutitle{
    width:100%;
    padding:1% 2%;    
	background-color: #6357a3;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.jisyu_btn{
	width:49%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 0.5%;
}

.jisyu_btn a{
    display:block;
	width: 100%; /* 横幅 */
	background-color:#ee86b4;
	padding:2px 10px 2px 10px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eee;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

.jisyu_btn a:hover {
	background-color:#666;
	text-decoration: none;
	color: #eee;
	outline: none;
}


.jisyu_text01{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color:rgba(191,29,32,1.00);
}

.jisyu_text02{
	width:100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	color: rgba(80,130,247,1.00);
}

.jisyu_text03{
	width:100%;
	font-size: 16px;
	margin-bottom: 20px;
}

.jisyu_text04{
	color:rgba(191,29,32,1.00);
}

.jisyubox2{
	width:100%;
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px gray;
    box-sizing: border-box;
}

.jisyutitle2{
    width:100%;
    padding:1% 2%;    
	background-color: #000;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.jisyutext{
    width:100%;
    box-sizing: border-box;
    text-align: center;
    padding:5%;
}


.schebox{
	width:48%;
	box-sizing: border-box;
	padding:5%;
	border-top:6px solid #6357a3;
    box-shadow: 2px 2px 4px gray;
	float: left;
	margin:1%;
}

.schelist{
	margin-bottom: 20px;
}

.schemidashi{
	width:100%;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}


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


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

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

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

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 0%;
  margin:1%;
}

	
#spmain{
	width:100%;
	display: inherit;
}

#top_main{
	width:100%;
    height: auto;
    position: inherit;
}

#top_image{
    display: none;
}

#top_logo_wrapper{
    width:90%;
    position: inherit;
    left:0;
    top:0;
    margin:0 auto;
}

#top_logo{
    display: none;
}

#snsbtn_wrapper{
    width:100%;
    overflow: hidden;
}

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

.snsbtn{
    width:48%;
	float: left;
	margin-right:0;
    margin:1%;
}

#snsbtn_wrapper2{
	width:241px;
    padding-top:0;
    float:none;
	overflow: hidden; /* heightを戻す */
    margin:0 auto;
    padding-bottom: 40px;
}


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;
    box-sizing: border-box;
    border:1px solid #333;
}

.tablet{
    display: none;
}

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

.pagetitle2{
	width:80%;
    margin:0 auto;
	margin-bottom: 50px;
}

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

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


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

#intro_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
    background-color: rgba(231,231,231,1.00);
}

#ag_wrapper{
	width:100%;
    background-color: rgba(231,231,231,1.00);
	overflow: hidden; /* heightを戻す */
}

#ag_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
}

#director_wrapper{
	width:100%;
	background:none;
    background-color: rgba(231,231,231,1.00);
	overflow: hidden; /* heightを戻す */
}

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
}


.intro_l{
    width:100%;
    float: none;
    margin-bottom: 20px;
}

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


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

.intro_r2{
    width:100%;
    float: none;
    margin-bottom: 20px;
}

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

.wrapperbox2{
    width:100%;
    float: none;
	margin:0;
	box-sizing: border-box;	
    margin-bottom: 30px;
}

.wrapperbox3{
    width:100%;
    float: none;
	margin:0;
	box-sizing: border-box;	
    margin-bottom: 30px;
}

.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
.cbox{
	width:100%;
	float: none;
	margin:0%;
	box-sizing: border-box;	
	padding:3%;
    border-top:1px solid rgba(191,119,186,1.00);
	margin-bottom: 30px;
}

#commentreview_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
}

#jisyu_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden; /* heightを戻す */
	padding:70px 10% 70px 10%;
}
	
.theaterbox{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #ccc;
}

.theaterboxa{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.theaterboxab{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.theaterboxb{
	padding:10px;
	font-size:12px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.schebox{
	width:100%;
	padding:5%;
	box-sizing: border-box;
	border-top:6px solid #6357a3;
    box-shadow: 2px 2px 4px gray;
	float: none;
	margin:0;
    margin-bottom: 50px;
}
	
}