@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#d9c5a8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#000;
	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: 200px;
    height: 336px;
    display: none;
    position: fixed;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -168px; /* heightの半分のマイナス値 */
    margin-left: -100px; /* widthの半分のマイナス値 */
    z-index: 103;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #d9c5a8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}


.menuarea{
	position: fixed;
	top:0;
	right:0;
	width: 25%;
    height: 100%;
  	-webkit-transition: .4s;
  	transition: .4s;
  	-webkit-transform: translate3d(100%,0,0);
  	transform: translate3d(100%,0,0);
	z-index: 100;
    background-image: url("images/menu/bg.jpg");
}

.imgresponsive img{
	width: 100%;
	height: auto;
}
.menubtn{
	z-index: 101;
	position: fixed;
	top:0;
	right:0;
	width: 5.5%;
	cursor: pointer;
}

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

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

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

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

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

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


#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

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

#top_image{
    width:100%;
}

#top_text_wrapper{
    width:37%;
    position: absolute;
    left: 5%;
    top:50%;
}

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

#snsbtn_wrapper1{
	width:80%;
	overflow: hidden; /* heightを戻す */
    margin-bottom: 10px;
}

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

#snsbtn_wrapper2{
	width:457px;
	overflow: hidden; /* heightを戻す */
    margin-bottom: 10px;
}

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

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

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

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

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

.pcview{
	width:100%;
}

.spview{
	display: none;
}

.scrollShowEffect {
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	    -ms-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition: all 2s ease-in-out;
	   -moz-transition: all 2s ease-in-out;
	    -ms-transition: all 2s ease-in-out;
	     -o-transition: all 2s ease-in-out;
	        transition: all 2s ease-in-out;
	opacity: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:40%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

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

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

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

.pagetitle1{
	width:100%;
    padding:10px 30% 10px 30%;
	margin-bottom: 80px;
    box-sizing: border-box;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
}

.pagetitle2{
	width:100%;
    padding:10px 30% 10px 30%;
	margin-bottom: 30px;
    box-sizing: border-box;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
}

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

#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/bg/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 15% 0 15%;
    box-sizing: border-box;
}

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

#whois_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 20%;
	background: url("images/bg/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    box-sizing: border-box;
}

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

#story_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 20%;
    box-sizing: border-box;
}


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

#staff_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 20%;
    box-sizing: border-box;
}

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

#comment_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 20%;
    box-sizing: border-box;
	background: url("images/bg/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    text-align: center;
}

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

.intro_r{
    width:65%;
    float: right;
    box-sizing: border-box;
    border-left:3px solid #a72126;
    padding-left: 2%;
}

.introphoto{
    width:100%;
    margin-bottom: 20px;
}

.whoisbox{
    width:100%;
    padding-top:5%;
    padding-bottom:5%;
    overflow: hidden;
    border-top:3px solid #a72126;
    border-bottom:3px solid #a72126;
}

.whois_l{
    width:62%;
    float: left;
}

.whois_r{
    width:34%;
    float: right;
}

.story_l{
    width:59%;
    float: left;
}

.story_r{
    width:38%;
    float: right;
}

.storyphoto_l{
    width:49%;
    float: left;
}

.storyphoto_r{
    width:49%;
    float: right;
}

.filmography{
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    overflow: hidden;
    border-top:1px solid #a72126;
    border-bottom:1px solid #a72126;
    font-size: 13px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 20px;
}

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

.box3{
	width:30%;
	float: left;
	margin:1.66666%;
}

.add2{
    width:50%;
    float: left;
}

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

.major{
    width:300px;
}

.commentbox{
	width:100%;
	border-top:3px double #000;
	padding-top:10px;
	margin-bottom: 50px;
}

.commenttext{
	width:100%;
	font-size: 16px;
	margin-bottom: 10px;
}

.commentname1{
	width:100%;
	font-size: 22px;
	font-weight: 900;
	color: rgba(141,0,2,1.00);
}

.commentname2{
	width:100%;
	font-size: 14px;
	font-weight: 900;
	color:rgba(57,57,57,1.00);
	line-height: 140%;
}

.comments{
	font-size: 12px;
}


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



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

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

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

.menu-box li{
  position: relative;
  overflow: hidden;
  float: left;
  width: 48%;
  margin:1%;
  box-sizing: border-box;
  border:1px solid #000;
  padding:2%;
}

	
#spmain{
	width:100%;
	display: inherit;
	margin-bottom: 10px;
}


#top_wrapper{
    width:100%;
    position: inherit;
}

#top_image{
    display: none;
}

#top_text_wrapper{
    width:90%;
    position:inherit;
    right: 0;
    top: 0;
    margin:0 auto;
    padding-bottom: 30px;
}

#top_text{
    display: none;
}

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



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

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

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

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

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

.filmarks{
	width:89px;
	float:none;
	line-height: 100%;
    margin:0 auto;
}




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

.tablet{
    display: none;
}
	
	
.pcview{
	display: none;
}

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


.pagetitle1{
	width:100%;
    padding:10px 10% 10px 10%;
	margin-bottom: 30px;
    box-sizing: border-box;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
}

.pagetitle2{
	width:100%;
    padding:10px 10% 10px 10%;
	margin-bottom: 30px;
    box-sizing: border-box;
    border-top:3px solid #000;
    border-bottom:3px solid #000;
}

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

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

#intro_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10% 0 10%;
    box-sizing: border-box;
}

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

#whois_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10%;
	background: url("images/bg/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    box-sizing: border-box;
}

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

#story_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10%;
    box-sizing: border-box;
}


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

#staff_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10%;
    box-sizing: border-box;
}

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

#comment_inner{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:10% 10%;
    box-sizing: border-box;
	background: url("images/bg/main.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    text-align: center;
}

.intro_l{
    width:100%;
    float: none;
    margin-bottom: 30px;
    overflow: hidden;
}

.intro_r{
    width:100%;
    float: none;
    box-sizing: border-box;
    border-left:none;
    padding-left: 0;
}

.introphoto{
    width:31%;
    margin-bottom: 0;
    float: left;
    margin:1.16666%;
}

.whoisbox{
    width:100%;
    padding-top:5%;
    padding-bottom:5%;
    overflow: hidden;
    border-top:3px solid #a72126;
    border-bottom:3px solid #a72126;
}

.whois_l{
    width:100%;
    float: none;
    margin-bottom: 30px;
}

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

.story_l{
    width:100%;
    float: none;
    margin-bottom: 30px;
}

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

.storyphoto_l{
    width:49%;
    float: left;
}

.storyphoto_r{
    width:49%;
    float: right;
}

.filmography{
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    overflow: hidden;
    border-top:1px solid #a72126;
    border-bottom:1px solid #a72126;
    font-size: 13px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 20px;
}

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

.box3{
	width:30%;
	float: left;
	margin:1.66666%;
}

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

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

.major{
    width:300px;
    margin:0 auto;
}

}