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

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




.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect1 {
	-webkit-transition: all 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 0.5s;
	   -moz-transition-delay: 0.5s;
	    -ms-transition-delay: 0.5s;
	     -o-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 1.5s;
	   -moz-transition: all 1.5s;
	    -ms-transition: all 1.5s;
	     -o-transition: all 1.5s;
	        transition: all 1.5s;
	-webkit-transition-delay: 1.0s;
	   -moz-transition-delay: 1.0s;
	    -ms-transition-delay: 1.0s;
	     -o-transition-delay: 1.0s;
	        transition-delay: 1.0s;
	easeInOutSine:cubic-bezier(0.445, 0.05,  0.55,  0.95 );
	opacity:0;
}

.blurimage{
  filter: blur(50px);
  animation: blur-anim2 4s linear forwards;
}

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

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

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

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

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

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

.blurimage.showItem{
  filter: blur(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;
}

/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background-color:#f6bf04;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 206px;
    left: 50%;
    margin-left: -150px;
    margin-top: -103px;
    position: fixed;
    top: 50%;
    width: 300px;
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}


@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

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

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

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

#top_main{
	width:100%;
}


#top_illust01{
	width:100%;
	position: absolute;
	left:0%;
	top:0%;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(-20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_illust01{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  transform: translateY(0);
}


#top_illust02{
	width:25%;
	position: absolute;
	right:14%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_illust02{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}


#top_illust03{
	width:12%;
	position: absolute;
	left:5%;
	bottom:4%;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_illust03{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
  transform: translateY(0);
}



#top_illust04{
	width:23%;
	position: absolute;
	right:0;
	bottom:0;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_illust04{
  opacity:1;
  -webkit-transition-delay:3.0s;
  transition-delay:3.0s;
  transform: translateY(0);
}

#top_logo_wrapper{
	width:48%;
	position: absolute;
	right:26%;
	top:30%;
}

#top_logo{
	width:65%;
	margin:0 auto;
	margin-bottom: 20px;
	opacity: 0;
	z-index: 105;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}


#top_biling{
	width:70%;
	margin:0 auto;
	margin-bottom: 40px;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_biling{
  opacity:1;
  -webkit-transition-delay:2.3s;
  transition-delay:2.3s;
  transform: translateY(0);
}


#top_catch{
	width:100%;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
  transform: translateY(0);
}

#top_day{
	width:10%;
	position: absolute;
	right: 20%;
	top:50%;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    transform: translateY(20px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
  transform: translateY(0);
}

#top_day img {
	transition-duration: 0.5s;
}
#top_day img:hover {
	transform: scale(0.9,0.9);
	transition-duration: 0.5s;
}

.cf{
	width:260px;
	position: absolute;
	left:2%;
	top:2%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	box-sizing: border-box;
	border:1px solid #000;
}

.cf img{
	transition:0.5s all;
}

.cf img:hover{
	transform:scale(0.7,0.7);
	transition:0.5s all;
}
  
.showNavi .cf{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
}

.snsmenu_wrapper{
	width:30%;
	margin:0 auto;
	overflow: hidden;
	margin-top:10%;
}

.snsmenu{
	width:35%;
	float: left;
	margin-right: 30%;
}

.snsmenu:nth-child(2) {
  margin-right: 0;
}

.snsmenu img{
	transition:0.5s all;
}

.snsmenu img:hover{
	transform:scale(0.7,0.7);
	transition:0.5s all;
}



#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:3% 0;
	background-color:#f6bf04;
}

#footer_logo{
	width:20%;
	margin:0 auto;
	margin-bottom: 20px;
}

#snsbtn_wrapper{
	width:265px;
	height: 28px;
	margin:0 auto;
	overflow: hidden;
}

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

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

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


.btn-trigger_fix{
	width:70px;
	height:70px;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 100;
	background:#fff;
	border:2px solid #f08300;
	border-radius: 50%;
	box-sizing: border-box;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 15px;
  margin-top:18px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f08300;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left :72%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color:rgba(255,255,255,0.95);
  box-sizing: border-box;
  padding:8% 3% 8% 3%;
  width: 28%;
  height: 100%;
  text-align: center;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}



nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;
}

.menu {
    width: 100%;
    margin-bottom: 5%;
    color: #FFF;letter-spacing: 2px;
}

.menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #f08300;
}
.menu a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f08300;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.menu a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}




#intro_wrapper{
	width:100%;
	height: auto;
	position: relative;
	color:#fff;
}

#intro_bg{
	width:100%;
}

#intro_inner{
	width:45%;
	position: absolute;
	left:10%;
	top:25%;
	line-height: 200%;
}

.pagetitle{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: 'Bitter', serif;
	margin-bottom: 10px;
}

.pagetitle_border{
	width:100%;
	margin-bottom: 30px;
}


.pagetitle2{
	width:40%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: 'Bitter', serif;
	margin:0 auto;
	text-align: center;
	margin-bottom: 50px;
}


.pagetitle3{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
}

.pagetitle4{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

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

.intromidashi{
	width:100%;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.intro_word{
	width:10%;
	position: absolute;
	right: 27%;
	top:18%;
}


#story_wrapper{
	width:100%;
	background-color: #fff;
	overflow: hidden;
}

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 15%;
}

.storyphoto_wrapper{
	width:100%;
	overflow: hidden;
}

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


#director_wrapper{
	width:100%;
	background-color: #fff;
	overflow: hidden;
}

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 15% 2% 15%;
}

.directorphoto{
	width:30%;
	float: right;
}

.directortext{
	width:65%;
	float: left;
}

.name_j{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.name_e{
	width:100%;
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.dirctorphoto2{
	width:30%;
	margin:0 auto;
}


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

#cast_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 10% 7% 10%;
	background:#fff33f;
}


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

.castbox{
	width:31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}

.castbox:nth-child(3n) {
  margin-right:0;
}


#staff_wrapper{
	width:100%;
	background:#fff;
	overflow: hidden;
}

#staff_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
}

.staffbox{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

.staffbox:nth-child(2n) {
  margin-right:0;
}

staffs{
	width:100%;
}

#ei_wrapper{
	width:100%;
	background-image: url("images/ei/bg.jpg");
	background-position: left top;
	background-repeat: repeat;
	overflow: hidden;
}

#ei_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
}

.eibox{
	width:31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	padding:3%;
	background-color: #fff;
	box-sizing: border-box;
}

.eibox:nth-child(3n) {
  margin-right:0;
}

.maru {
 height:30px;
 width:30px;
 float: left;
 border-radius:50%;
 line-height:30px;
 background-color: #fff100;
 text-align:center;
 color: #000;
 margin-right: 2%;
}

.eimidashi{
	width:auto;
	float: left;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}


.eibox2{
	width:31%;
	float: left;
	padding:10%;
	box-sizing: border-box;
}

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


#comment_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#fff200;
}

#comment_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 20%;
}

.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom:5%;
	text-align: center;
	color: #000;
	border-bottom: 3px dotted #000;
}

.commenttext{
	width:100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}

.commentname2{
	font-size: 12px;
	font-weight: 700;
}

.commentpush{
	font-size: 22px;
	font-weight: bold;
	color: #f8e609;
}

.commentphoto{
	width:20%;
	float: left;
}

.pcbr {
display:inline;
}


#cf_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#333;
}

#cf_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 20%;
	color: #fff;
	text-align: center;
}


#screening_wrapper{
	width:100%;
	overflow: hidden;
	background: url("images/screening/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
    color: #fff;
}

#screening_wrapper img{
	width:100%;
	height: auto;
}

#screening_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:7% 20% 7% 20%;
}

.screening_logo{
    width:40%;
    margin:0 auto 50px;
}

.screening_text1{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: center;
}

.screening_text1 a{
    color: #fff;
    text-decoration: none;
}

.screening_text1 a:hover{
    color: #fff;
    text-decoration: underline;
}

.screening_midashi1{
    width:100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    background-color:#fff000;
    padding:12px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}

.screening_midashi3{
    width:100%;
    font-size: 15px;
    line-height: 15px;
    background-color:#f08300;
    padding:12px 0;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

.screeningbtn{
	width:33%;
	float: left;
	margin-right: 0.5%;
}

.screeningbtn:nth-child(3) {
  margin-right:0;
}

.screeningbtn a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border:1px solid #000;
    background-color: #fff;
    font-weight: 700;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}

.screeningbtn a:hover{
    border:1px solid #000;
    background-color: #fff000;
}

.screeningbtn2{
	width:100%;
    margin:0 auto 20px;
}


.screeningbtn2 a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.screeningbtn2 a:hover{
    background-color: #fff000;
    color: #000;
}



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


#spmain{
	display: inherit;
	width: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;
}

.pcview{
	display: none;
}

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

.pcbr {
display:none;
}


#top_wrapper{
    width:100%;
	height: auto;
	position: inherit;
	padding-bottom: 0px;
}

#top_main{
	display: none;
}


#top_illust01{
	display: none;
}
	
#top_illust02{
	display: none;
}
  
#top_illust03{
	display: none;
}
  
#top_illust04{
	display: none;
}

#top_logo_wrapper{
	display: none;
}

#top_day{
	display: none;
}
 
.cf{
	width:80%;
	position: inherit;
	left:0;
	top:0;
	margin:0 auto;
	overflow: hidden;
	opacity: 1;
	box-sizing: border-box;
	border:1px solid #000;
}

.snsmenu_wrapper{
	width:30%;
	margin:0 auto;
	overflow: hidden;
	margin-top:10%;
}

.snsmenu{
	width:35%;
	float: left;
	margin-right: 30%;
}

.snsmenu:nth-child(2) {
  margin-right: 0;
}



#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0;
	background-color:#f6bf04;
}

#footer_logo{
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
}


nav.globalMenuSp {
  position: fixed;
  z-index : 20;
  top  : 0;
  left : 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color:rgba(255,255,255,0.95);
  box-sizing: border-box;
  padding:20% 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
}

.menu {
    width: 100%;
    margin-bottom: 3%;
    color: #FFF;
	letter-spacing: 2px;
}


#intro_wrapper{
	width:100%;
	height: auto;
	position: inherit;
	background-color: #f6bf04;
}

#intro_bg{
	display: none;
}

#intro_inner{
	width:100%;
	position: inherit;
	left:0;
	top:0;
	line-height: 200%;
	padding:10%;
	box-sizing: border-box;
	color: #000;
}

.pagetitle{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: 'Bitter', serif;
	margin-bottom: 10px;
}

.pagetitle_border{
	width:100%;
	margin-bottom: 30px;
}


.pagetitle2{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 5px;
	font-family: 'Bitter', serif;
	margin:0 auto;
	text-align: center;
	margin-bottom: 50px;
}


.pagetitle3{
	width:100%;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-align: center;
}

.pagetitle_border2{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
}

.intromidashi{
	width:100%;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.intro_word{
	display: none;
}


#story_wrapper{
	width:100%;
	background-color: #fff;
	overflow: hidden;
}

#story_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% ;
}

.storyphoto_wrapper{
	width:100%;
	overflow: hidden;
}

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


#director_wrapper{
	width:100%;
	background-color: #fff;
	overflow: hidden;
}

#director_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10% 10% 0 10%;
}

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

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

.name_j{
	width:100%;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.name_e{
	width:100%;
	font-family: 'Bitter', serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.dirctorphoto2{
	width:60%;
	margin:0 auto;
}


#cast_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
	padding-bottom: 0;
}

#cast_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
	background:#fff33f;
}

.castbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
}

#staff_wrapper{
	width:100%;
	background:#fff;
	overflow: hidden;
}

#staff_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
}

.staffbox{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 5%;
}

#ei_wrapper{
	width:100%;
	background-image: url("images/ei/bg.jpg");
	background-position: left top;
	background-repeat: repeat;
	overflow: hidden;
}

#ei_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
}

.eibox{
	width:100%;
	float: none;
	margin-right:0;
	margin-bottom:5%;
	padding:5%;
	background-color: #fff;
	box-sizing: border-box;
}

.maru {
 height:30px;
 width:30px;
 float: left;
 border-radius:50%;
 line-height:30px;
 background-color: #fff100;
 text-align:center;
 color: #000;
 margin-right: 2%;
}

.eimidashi{
	width:auto;
	float: left;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
}


.eibox2{
	width:100%;
	float: none;
	padding:5% 35%;
	box-sizing: border-box;
}

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


#comment_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
}

#comment_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:10%;
}

.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom: 5%;
	text-align: center;
	color: #000;
	border-bottom: 3px dotted #000;
}

.commenttext{
	width:100%;
	font-size: 18px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: left;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	text-align: right;
}

.commentname2{
	font-size: 12px;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: 700;
	text-align: right;
}

.commentpush{
	font-size: 22px;
	font-weight: bold;
	color: #f8e609;
}

.commentphoto{
	width:20%;
	float: left;
}
	
#cf_inner{
	width:100%;
	margin:0 auto;
	box-sizing: border-box;
	padding:5% 10%;
	color: #fff;
	text-align: left;
	font-size: 13px;
}


#screening_wrapper{
	width:100%;
	overflow: hidden;
	background:none;
    color: #fff;
}


.Section-Image-screening {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
	
.Section-Image-screening{
  background-image: url("images/screening/bgsp.jpg");
}

#screening_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
}

.screening_logo{
    width:70%;
    margin:0 auto 50px;
}

.screening_text1{
    width:100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 50px;
    text-align: left;
}


.screeningbtn{
	width:100%;
	float: none;
	margin-right: 0;
    margin-bottom: 10px;
}

.screeningbtn:nth-child(3) {
  margin-right:0;
}

.screeningbtn a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border:1px solid #000;
    background-color: #fff;
    font-weight: 700;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}

.screeningbtn a:hover{
    border:1px solid #000;
    background-color: #fff000;
}

.screeningbtn2{
	width:100%;
    margin:0 auto 20px;
}


.screeningbtn2 a{
    padding:15px 0 15px 0;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 13px;
    transition: all  0.3s ease;
}


.screeningbtn2 a:hover{
    background-color: #fff000;
    color: #000;
}


}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;
}

.modal-contents {
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
	font-weight: bold;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998; }
  .modal-contents .modal-contents-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 9998;
      width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        width: 80%;
        text-align: center;
        position: relative;
        padding-top: 45.5%;
        height: 0;
        overflow: hidden;
        display: block;
        margin: 0 auto; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player iframe {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 80%;
        margin: 0.5% auto 0;
        font-size: 0;
        text-align: center;
        /* visibility: hidden; */
      }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          border: 1px solid #fff;
          width: 49%;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 24px;
          color: #fff;
          cursor: pointer;
          -webkit-transition: all .3s;
          transition: all .3s; }
          @media screen and (min-width: 769px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.25vw; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 1.40625vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 6.4vw; } }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li:hover,
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li.current {
          border: 1px solid #fff;
          background-color: #83e1dc;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 3%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }

 li.mbtn {
          border: 1px solid #fff;
          background-color: #333333;
          color: #fff; }


@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 5%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
    .modal-contents .modal-contents-inner .modal-contents-iframe {
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-player {
        padding-bottom: 26%;
        padding-top: 30%;
        width: 100%; }
      .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn {
        width: 100%; }
        .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
          display: block;
          width: 100%;
          text-align: center;
          line-height: 50px;
          height: 50px;
          font-size: 14px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.72917vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 0.82031vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
            font-size: 3.73333vw; } }

@media screen and (max-width: 768px) {
    .modal-contents .modal-contents-inner span.modal-close {
      width: 7%;
      top: -15%;
      right: 5.5%; }
  .cast-modal .modal-close {
    width: 7%;
    top: 3%;
    right: 5.5%; }
  .cast-modal .modal-list ul li {
    overflow-y: scroll;
    height: 175vw; }
    .cast-modal .modal-list ul li .inner {
      top: 12%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
      .cast-modal .modal-list ul li .inner > * {
        display: block;
        width: 100%; }
      .cast-modal .modal-list ul li .inner .text {
        padding: 6% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 20px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.04167vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.17188vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 5.33333vw; } }

@media screen and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 span {
            font-size: 12px; } }
          @media screen and (max-width: 768px) and (min-width: 769px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.625vw; } }
          @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 0.70313vw; } }
          @media screen and (max-width: 768px) and (max-width: 768px) {
            .cast-modal .modal-list ul li .inner .text h2 span {
              font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text p {
          font-size: 12px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment h3 {
          font-size: 17px; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.88542vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 0.99609vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment h3 {
            font-size: 4.53333vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .comment p {
          font-size: 12px;
          line-height: 2.1; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.625vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 0.70313vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .comment p {
            font-size: 3.2vw; } }

@media screen and (max-width: 768px) {
        .cast-modal .modal-list ul li .inner .text .profile {
          font-size: 10px;
          margin-top: 5%; } }
        @media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.52083vw; } }
        @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 0.58594vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text .profile {
            font-size: 2.66667vw; } }

section.trailer {
  margin-top: -1%; }
  section.trailer h2 {
    width: 14%;
    margin: 0 auto; }

  section.trailer .player {
    margin-top: 3.8%;
    position: relative;
    padding-top: 35.3%;
    height: 0;
    overflow: hidden; }
    section.trailer .player iframe {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      width: 62%;
      height: 100%;
      border: none; 
  border:2px solid #fff000;}

  section.trailer .btns {
    font-size: 0;
    text-align: center;
    margin-top: 0.25%;
    width: 62.5%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0; }

    section.trailer .btns li {
      width: 49.5%;
	  float: left;
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      background-color: #333333;
	  color: #fff;
      letter-spacing: .1vw;
      height: 2.5vw;
      line-height: 2.5vw;
      cursor: pointer;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; 
		margin:0.25%;
}

      @media screen and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.04167vw; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.17188vw; } }
      @media screen and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 5.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #FFDC00;
        color: #000; }
    section.trailer .btns li.current {
      background-color: #FFDC00;
      color: #000; }



@media screen and (max-width: 768px) {
  section.trailer {
    margin-top: 0; }
    section.trailer h2 {
      width: 36%; }
    section.trailer .player {
      width: 90%;
      padding-top: 50.5%;
      margin: 0% auto 0%; }
      section.trailer .player iframe {
        width: 100%; }
    section.trailer .btns {
      width: 90%;
      margin-top: 0; }
      section.trailer .btns li {
        display: block;
        width: 100%;
        margin: 0% auto;
        height: 60px;
        line-height: 60px;
        font-size: 25px; } }
      @media screen and (max-width: 768px) and (min-width: 769px) {
        section.trailer .btns li {
          font-size: 1.72917vw; } }
      @media screen and (max-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
        section.trailer .btns li {
          font-size: 1.82031vw; } }
      @media screen and (max-width: 768px) and (max-width: 768px) {
        section.trailer .btns li {
          font-size: 3.73333vw; } }

            
.remodal-is-opened{
    display:block;
}