@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background:#F1E5DF;
  	/*background: url("images/bg.jpg") 100% 0 no-repeat fixed; */
  	background-size:cover;
    background-position: center top;
	font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color:#fff;
	height:100%;
	box-sizing: border-box;
}

html{
	height:100%;
}

img { 
    width: 100%;
    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%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}
.spview{
	display: none;
}

.scrollShowEffect1 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0s;
	   -moz-transition-delay: 0s;
	    -ms-transition-delay: 0s;
	     -o-transition-delay: 0s;
	        transition-delay: 0s;
	opacity:0;
}

.scrollShowEffect2 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.3s;
	   -moz-transition-delay: 0.3s;
	    -ms-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
	opacity:0;
}

.scrollShowEffect3 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.6s;
	   -moz-transition-delay: 0.6s;
	    -ms-transition-delay: 0.6s;
	     -o-transition-delay: 0.6s;
	        transition-delay: 0.6s;
	opacity:0;
}

.scrollShowEffect4 {
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
	-webkit-transition-delay: 0.9s;
	   -moz-transition-delay: 0.9s;
	    -ms-transition-delay: 0.9s;
	     -o-transition-delay: 0.9s;
	        transition-delay: 0.9s;
	opacity:0;
}


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

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

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.2,  1.2);
	transform: scale( 1.2,  1.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);
}

.scrollShowEffect4.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);
}
.mb55{
	width:100%;
	overflow: hidden;
}
.mb555{
	width:49%;
	overflow: hidden;
}
.mb0{
    width:200%;
	overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
}

.mb5{
	width:100%;
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
    padding: 10px;
}

.mb20{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.mb30{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.mb40{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.mb50{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.mb60{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.mb70{
	width:100%;
	overflow: hidden;
	margin-bottom: 30px;
        padding: 10px;
}

.pcbr {
	display:inline;
}

.loading{
  width: 100vw;
  height: 100vh;
  background:#F1E5DF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1300;
}

.loading img{
  width: 100px;
}

#header_wrapper{
	width:100%;
    height:50px;
	overflow: hidden;
    text-align: right;
	line-height: 100%;
    position: fixed;
    left:0;
    top:0;
	z-index: 100;
    background-color:#FF965C;
    box-sizing: border-box;
	opacity: 0;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    box-shadow: 0px 0px 15px -5px #000;
}
  
.showNavi #header_wrapper{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}

.headermenu nav{
	width: 90%;
    float: right;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 2px;
    overflow: hidden;
}

.headermenu nav ul li {
	display: inline-block;
    margin-right: -7px;
}

.headermenu a {
  transition: 0.5s;
  display: block;
  text-decoration: none;
  color: #fff;
  padding:18px ;
  box-sizing: border-box;
}

.headermenu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  background-color:#FF965C;
  color: #fff;
}

.headermenu li:last-child{
  margin-right: 0;
  padding-right: 0;
  border-right:none;
}

.snsbtn{
    width:52px;
    height: 52px;
	line-height: 100%;
    float: left;
	position: relative;
}

.snsbtn a{
  display: block;
  position: relative;
  outline: none;
}
  
.snsbtn .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.snsbtn a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}



#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: relative;
	box-sizing: border-box;
    margin-top:50px;
}

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

.spmain{
    display: none;
}

.main{
    width:100%;
	opacity: 0;
    margin-bottom: 5%;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .main{
  opacity:1;
  -webkit-transition-delay:1.0s;
  transition-delay:1.0s;
}

.logoday{
    width:100%;
	position: absolute;
	top:1%;
}

.logo{
    width:7%;
    margin-left: 16%;
	margin-bottom: 2%;
    justify-content: center;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
.cast{
    width:30%;
    margin-left: 4.7%;
    transition-duration: 0.5s;
}
#theater_wrapper{
    width: 100%;
   text-align: center;
    margin-bottom: 20px;
}
.theater{
    margin-left: 5%;
	width:50%;
    display: flex;
    margin: 0 auto;
}

.theater li{
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 10px;
}

.theater img {
    width: 70%;
	transition-duration: 0.5s;
}
.theater img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
  
.showNavi .logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

.day{
    width:60%;
	margin:0 auto 8%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .day{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.topbtn_wrapper{
	width:100%;
	margin:0 auto 1%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .topbtn_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.topbtn{
    width:49%;
	position: relative;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}


.topbtn a{
  display: block;
  position: relative;
  outline: none;
}
  
.topbtn .hoverimg{
  position: absolute;
  bottom:0%;
  left:0%;
  -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
  z-index: 301;
	outline: none;
	opacity: 0;
}

.topbtn a:hover .hoverimg{
  	bottom: 0%;
	outline: none;
	text-decoration: transparent;
	opacity: 1;
}

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

.topbtn2_wrapper{
	width:60%;
	margin:0 auto 20px;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .topbtn2_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

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

.topbtn2 img {
	transition-duration: 0.5s;
}
.topbtn2 img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}

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


.topbnr_wrapper{
	width:100%;
	margin:0 auto 1%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .topbnr_wrapper{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}

.topbnr{
    width:32.3%;
	float: left;
	margin-right: 1.55%;
	overflow: hidden;
}

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

.topbnr img {
	transition-duration: 0.5s;
}
.topbnr img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}


.filmarks{
	width:30%;
	margin:0 auto 1%;
	overflow: hidden;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .filmarks{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


.filmarks img {
	transition-duration: 0.5s;
}
.filmarks img:hover {
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}

.biling{
    width:35%;
	position: absolute;
	left:3%;
	bottom:10%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
}
  
.showNavi .biling{
  opacity:1;
  -webkit-transition-delay:1.9s;
  transition-delay:1.9s;
}


.catch1{
    width:1.3%;
    position:absolute;
    right:5%;
    top:45%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-70px);
}
  
.showNavi .catch1{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  transform: translateY(0);
}

.catch2{
    width:1.2%;
    position:absolute;
    right:7%;
    top:55%;
	opacity: 0;
    -webkit-transition: all 2.0s;
    -moz-transition: all 2.0s;
    -o-transition: all 2.0s;
    -ms-transition: all 2.0s;
    transition: all 2.0s;
    transform: translateY(-70px);
}
  
.showNavi .catch2{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}
.chirashi{
    width: 100%;
    padding: 10px;
}

.cchirashi{
    width: 20%;
    margin: 0 auto;
    padding: 0px 20px 30px 20px;
    text-align: center;
}
.chirashi img{
    transition-duration: 0.5s;
}


#introstory_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#FF965C;
}

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

.ismain_wrapper{
	width:100%;
	height: auto;
	position: relative;
}

.ismain_wrapper::before {
  content: "";
  display: block;
 /*  padding-top: 48%; */
}

.ismain{
	width:100%;
	position: absolute;
	left:0;
	top:0;
}

.ismidashi{
	width:50%;
	position: absolute;
	right:5%;
	bottom:5%;
}

#introstory_inner{
	width:100%;
	box-sizing: border-box;
}
#news{
	width:100%;
	box-sizing: border-box;
	padding:2% 5% 5% 4%;
    color: #FF965C;
    text-align: center;
    font-size: 13px;
}
.morc{
    margin: 0 auto;
    width: 40%;
}
#Introduction{
	width:100%;
	box-sizing: border-box;
	padding:10%;
    /*background-color: #FF965C;*/
    background: url(images/top/introductionback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 14px;
    text-shadow: 1px 1px 2px #000;
    }
#story{
	width:100%;
	box-sizing: border-box;
	padding:10%;
    text-align: center;
    font-size: 22px;
}
#pcstaff{
	width:100%;
    text-align: center;
	box-sizing: border-box;
	padding:2% 5% 2% 4%;
    background-color: #F1E5DF;
}


#staff_wrapper{
    margin-top: 20px;
    width:10%;
	float: left;
    text-align: center;
}

.pagetitle_wrapper2{
    width:100%;
    padding-top: 70px;
    text-align: center;
    color: #fff;
}

.pagetitle{
    writing-mode: vertical-rl;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
	letter-spacing: 2px;
    color: #fff;
}

.textcenter{
    text-align: center;
}
#comment_wrapper{
    width: 100%;
    overflow: hidden;
    
}
.contents{
	width:100%;
	float: right;
    padding-bottom: 3%;
    color: #F1E5DF;
    text-align: center;
}
#comment{
	width:100%;
	box-sizing: border-box;
	padding:5%;
    text-align: center;
    font-size: 22px;
}
.comment{
	width:100%;
	float: right;
    padding-bottom: 3%;
    color: #000;
}
.comment1{
    background: #fff;
    padding: 20px;
    margin-bottom: 130px;
}
.comment2{
    background: #fff;
    padding: 20px;
    margin-bottom: 130px;
}
.comment3{
    background: #fff;
    padding: 20px;
    margin-bottom: 130px;
}
.comment4{
    background: #fff;
    padding: 20px;
    margin-bottom: 130px;
}
.isblock3{
	width:98%;
	float: left;
    font-size: 20px;
    letter-spacing: 0.2rem;
    line-height: 2;
    color: #000;
}
.isblock3 img{
    text-align: center;
}
.pcnews1{
    font-size: 26px;
}
.pcnews2{
    font-size: 36px;
}
.pcnews3{
    font-size: 36px;
}
.pcnews4{
    font-size: 18px;
}
.isblock2{
	width:100%;
	float: left;
    font-size: 180%;
    letter-spacing: 0.2rem;
    line-height: 2;
}
.isblock{
	width:90%;
    font-size: 120%;
    letter-spacing: 0.2rem;
    line-height: 2;
    margin: 0 auto;
    text-align: center;
}

.isblock:nth-child(2) {
  margin-right:0;
}
.staff{
    font-size: 100%;
    letter-spacing: 0.1rem;
    line-height: 2.5;
    margin-bottom: 50px;
    color: #000;
}
.sstaff{
    font-size: 140%; 
    letter-spacing: 0.1rem;
    line-height: 2.0;
padding-bottom: 10px;
        color: #000;
}
.pcstaff1{
    font-size: 44px;
}
.pcstaff2{
    font-size: 44px;
}
.staff1{
    padding: 30px;
    border: 1px solid;
    color: #000;
}



.isphoto{
	width:25%;
	float: left;
}

#character_wrapper{
	width:100%;
	overflow: hidden;
	background-color:#0e0f08;
}

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

#character_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:2% 5% 5% 5%;
	text-align: center;
}





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

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

#cast_inner{
    width:100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
	text-align: center;
}

.diagram{
	width:100%;
    display: flex;
    justify-content: center;
    bottom: 30px;
}
.diagram li{
    padding:15px;
}
.diagram::before {
  content: "";
  display: block;
}

.diagram_main{
	width:100%;
	position: absolute;
	left:0;
	top:0;
}
.pcstaff{
background: 000;
}

.chover a{
  display: block;
  position: relative;
  outline: none;
}
  
.chover .hoverimg{
  position: absolute;
  left: 0;
  bottom:0;
  -webkit-transition: 1.3s;
     -moz-transition: 1.3s;
      -ms-transition: 1.3s;
       -o-transition: 1.3s;
          transition: 1.3s;
  z-index: 90;
  outline: none;
  opacity: 0;
}

.chover a:hover .hoverimg{
  	bottom: 0;
	text-decoration: transparent;
	opacity: 1;
}


.removebtn{
  position: fixed;
  top: 5%;
  right: 2%;
  width: 100px;
  cursor: pointer;
}

.mvtk-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color:rgba(0,0,0,0.95);
  box-sizing: border-box;
}

.mvtk-pop-box{
  z-index: 10;
  width:100%;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.castbody{
    width:60%;
    margin:0 auto;
    padding:8% 0;
    text-align: center;
}

.cimg{
    width:50%;
    margin:0 auto 30px;
}

.cname1{
    width:100%;
    font-size: 16px;
    margin-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #ccc;
}

.cname2{
    width:100%;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.cchara{
    width:100%;
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.2rem;
    line-height: 2.5;
    color: #F1E5DF;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.ccomment_midashi{
    width:100%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.ccomment{
    width:100%;
    font-size: 20px;
    line-height: 30px;
}
.pccomment1{
font-size: 20px;
}
.pccomment2{
font-size: 32px;
}

#footer_wrapper{
    width:100%;
    background-color: #FF965C;
    text-align: center;
    padding:3% 0;
}

#footer_wrapper img{
    width:70%;
    height: auto;
    margin: 0 auto;
}

.footerlogo{
    width:40%;
	margin:0 auto;
    box-sizing: border-box;
}


.top_mvtk{
    width:100%;
	padding:0;
    margin-bottom: 20px;
}


#mvtk-widgets-container{
	text-align: center;
	margin:0 auto;
}


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


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

.add4{
	width:25%;
	float: left;
}

#movie_wrapper{
	width:75%;
	margin:0 auto 100px;
	box-sizing: border-box;
}

.movie-trailer__player {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
	border:2px solid #fff;
}
.movie-trailer__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.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;
	text-align: center;
}

.moviebtn{
	width:50%;
    display: inline-block;
	background-color: #fff;
	box-sizing: border-box;
	padding:1%;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
    line-height: 13px;
	color: #000;
    border:1px solid #000;
}

.active{
	color: #fff;
}



.moviebtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#aa0000;
	color: #fff;
}

#comment_wrapper{
	width:100%;
	overflow: hidden;
  	background: url("./images/comment.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
    background-position: center top;
	box-sizing: border-box;
}

.commentbox{
	width:1024px;
	margin:0 auto 50px;
	border:3px double rgba(81,69,15,1.00);
	text-align: center;
    box-shadow: 0px 0px 15px -5px #000;
}

.commentname_wrapper{
	width:100%;
	padding:3%;
	box-sizing: border-box;
	background-color: rgba(44,45,76,0.9);
}

.commentname1{
	width:100%;
	font-size: 35px;
	font-weight: 900;
	color: rgba(255,27,31,1.00);
	line-height: 35px;
	margin-bottom: 10px;
}

.commentname2{
	width:100%;
	font-size: 20px;
	font-weight: 900;
	color: #ccc;
	line-height: 25px;
}

.commenttext{
	width:100%;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding:6% 5%;
	font-size: 18px;
	line-height: 35px;
}

.keisyo{
	width:100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
}


#report_wrapper{
	width:100%;
	overflow: hidden;
  	background: url("images/reportbg.jpg") 100% 0 no-repeat fixed;
  	background-size:cover;
    background-position: center top;
	box-sizing: border-box;
	padding:7% 0;
}

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

#report_inner{
	width:1024px;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border:3px double rgba(81,69,15,1.00);
    box-shadow: 0px 0px 15px -5px #000;
	background-color: rgba(0,0,0,0.90);
	padding:5% 8%;
}

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

.reportmidashi2{
	width:100%;
	box-sizing: border-box;
	padding-bottom:2% ;
	text-align: center;
	font-size: 24px;
	font-weight: 700px;
	margin:0 auto 30px;
	border-bottom:3px double #fff;
}

.reportbox1{
	width:100%;
	margin-bottom:50px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
}

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


@media screen and (max-width:1024px){
	
    
body{
	margin:0px;
  	background:none;
}

.Section-Image-SPBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}



.scrollShowEffect1 {
	opacity:1;
}

.scrollShowEffect2 {
	opacity:1;
}

.scrollShowEffect3 {
	opacity:1;
}

.scrollShowEffect4 {
	opacity:1;
}


.scrollShowEffect-R {
	-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);
}
.scrollShowEffect-L {
	-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);
}
.scrollShowEffect-B {
	-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);
}

.scrollShowEffect-T {
	-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);
}

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

.scrollShowEffect-O {
	-webkit-transform: scale( 1.0,  1.0);
	transform: scale( 1.0,  1.0);
}
	
	
.loading img{
    width: 30%;
	padding-bottom: 50px;
}


.btn-trigger_fix{
	width:100%;
	position: fixed;
	bottom:0;
	right: 0;
    z-index: 65;
}


.btn-trigger_wrapper{
	width:100%;
    background-color: #FF722C;
    text-align: center;
    padding-top:2%;
    padding-bottom:1%;
}

.btn-trigger {
  position: relative;
  width: 36px;
  height: 25px;
  margin:0 auto;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  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: 11.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

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


nav.globalMenuSp {
  position: fixed;
  z-index : 0;
  bottom  : 0;
  left : 0;
  width: 100%;
  height: 100%;
  margin-bottom:-100%;
  opacity: 0;
  background-color:#FF965C;
  box-sizing: border-box;
  padding:20% 10% 20% 10%;
  -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-bottom:0;
  z-index : 50;
}

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


#header_wrapper{
    display: none;
}
	
.menu_wrapper{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
    margin-bottom: 30px;
}

.menu{
    width:100%;
	box-sizing: border-box;
    margin-bottom: 8%;
    text-align: center;
    display: block;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight: 400;
}

.menu a {
  display: block;
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #fff;
}

.menu a:hover {
  transition: 0.5s;
  text-decoration: none;
  outline: none;
  color: #ccc;
}


.pcview{
	display: none;
}

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

.pcbr {
	display:none;
}

	
.brtext::before {
	content: "\A" ;
	white-space: pre ;
}

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


#top_wrapper{
    width:100%;
	height: auto;
	overflow: hidden;
    position: inherit;
	box-sizing: border-box;
    margin-top:0px;
}

.main{
    display: none;
}

.logoday{
    display: none;
}

.catch1{
    display: none;
}

.catch2{
    display: none;
}
	

.biling{
    display: none;
}

.pagetitle{
    width:100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 50px;
}
	

.castbody{
    width:80%;
    margin:0 auto;
    padding:25% 0;
    text-align: left;
}

.cimg{
    width:100%;
    margin:0 auto 30px;
}


.ismain_wrapper{
	display: none;
}

#introstory_inner{
	width:100%;
	box-sizing: border-box;
}

.pagetitle_wrapper{
    width:100%;
	float: none;
    text-align: left;
}
/*
.pagetitle_wrapper2{
    width:90%;
    padding-top: 50px;
    text-align: left;
}*/

.pagetitle{
    writing-mode: lr-tb;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}


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

.isblock{
    font-size: 16px;
	width:100%;
	float: none;
	margin-right: 0;
}

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

#character_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:15% 10%;
	text-align: left;
}
	

#footer_wrapper{
    width:100%;
    background-color: #FF965C;
    overflow: hidden;
    padding:7% 0 18% 0;
}

.footerlogo{
    width:90%;
	margin:0 auto;
    box-sizing: border-box;
}
	

#cast_inner{
    width:100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
	text-align: center;
}
	
.cast_housou{
	width:100%;
	box-sizing: border-box;
}
	
.cast_housou1{
	width:100%;
	box-sizing: border-box;
	padding:3%;
}
	
.cast_housou2{
	width:100%;
	box-sizing: border-box;
	padding:7%;
}
	
.cast_housou3{
	width:100%;
	box-sizing: border-box;
	padding:7%;
}
	
.cast_housou4{
	width:100%;
	box-sizing: border-box;
	padding:7%;
}
	
.castmidashi1{
	width:100%;
	padding-left: 40%;
	box-sizing: border-box;
}
	
.castmidashi2{
	width:40%;
	margin:0 auto 20px;
}
	
.arrow1{
	width:35px;
	margin-left: 20%;
}
	
.spdiagaraml{
	width:45%;
	float: left;
}
	
.arrow2{
	width:10%;
	float: left;
	padding-top:20%;
}
	
.spdiagaramr{
	width:45%;
	float: right;
}
	
.spdiagaramc{
	width:45%;
	margin:0 auto;
    float: right;
}
	
.cast_gakuto{
	width:100%;
	box-sizing: border-box;
	padding:7%;
}
	
.castmidashi3{
	width:100%;
	padding-left: 40%;
	box-sizing: border-box;
}
	
.spsns_wrapper{
	width:50%;
	margin:0 auto;
	overflow: auto;
	margin-top:50px;
}
	
.spsns{
	width:30%;
    padding-top: 30px;
    margin:0 auto;
    text-align: center;
}
	

.spsns:nth-child(2n) {
  margin-right: 0;
}
	
#ticket_wrapper{
	width:100%;
	padding:8% 0;
}
	
.ticket{
	width:70%;
	margin:0 auto 50px;
}
	

#movie_wrapper{
	width:90%;
	margin:0 auto;
    padding-bottom: 40px;
	box-sizing: border-box;
}
	
.topbtn_wrapper{
	width:90%;
	margin:0 auto 30px;
	overflow: hidden;
	opacity: 1;
}

.spsns_wrapper2{
	width:40%;
	margin:0 auto 30px;
	overflow: auto;
}
	
.add4{
	width:50%;
	float: left;
}
	
#comment_wrapper{
	width:100%;
	overflow: hidden;
  	background:none;
	box-sizing: border-box;
}


.Section-Image-COMMENTBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.Section-Image-COMMENTBG{
  background-image: url("images/commentbgsp.jpg");
}
	
.commentbox{
	width:100%;
	margin:0 auto 50px;
	border:3px double rgba(81,69,15,1.00);
	text-align: left;
    box-shadow: 0px 0px 15px -5px #000;
}

.commentname_wrapper{
	width:100%;
	padding:5%;
	box-sizing: border-box;
	background-color: rgba(44,45,76,0.9);
	text-align: center;
}

.commentname1{
	width:100%;
	font-size: 25px;
	font-weight: 900;
	color: rgba(255,27,31,1.00);
	line-height: 25px;
	margin-bottom: 10px;
}

.commentname2{
	width:100%;
	font-size: 15px;
	font-weight: 900;
	color: #ccc;
	line-height: 15px;
}

.commenttext{
	width:100%;
	background-color: rgba(0,0,0,0.9);
	box-sizing: border-box;
	padding:10%;
	font-size: 16px;
	line-height: 35px;
}
	

#report_wrapper{
	width:100%;
	overflow: hidden;
  	background:none;
	box-sizing: border-box;
	padding:0;
}


.Section-Image-REPORTBG {
  position: fixed;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.Section-Image-REPORTBG{
  background-image: url("images/reportbgsp.jpg");
}

#report_inner{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
	border:none;
    box-shadow: 0px 0px 15px -5px #000;
	background-color: rgba(0,0,0,0.90);
	padding:10%;
}

.reportmidashi1{
	width:100%;
	margin:0 auto 50px;
}



}

*, ::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:#F1E5DF;
  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: 40%;
        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 #111;
          background-color: #F1E5DF;
          width: 50%;
          height: auto;
          box-sizing: border-box;
          padding:0.5% 0;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          font-size: 13px;
          line-height: 23px;
          color: #000;
          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: 0.8vw; } }
          @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: 0.8vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 0.8vw; } }
        .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 #111;
          background-color: #aa0000;
          color: #fff;  }
    .modal-contents .modal-contents-inner .modal-close {
      width: 4%;
      display: block;
      position: absolute;
      top: 3.5%;
      right: 1.5%;
      z-index: 9999;
      cursor: pointer; }
----------------------------------------------------------------------------------------------
@media screen and (max-width: 1024px) {
    .mb0{
        width: 100%;
    }
    
}
------------------------------------------------------------------------------------------------------------------

@media screen and (max-width: 768px) {
  .modal-contents .modal-contents-inner {
      font-size: 16px;
    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%); }
    .mb0{
	width:100%;
}
    #news_wrapper{
        font-size: 60%;
    }
    #comment_wrapper{
         font-size: 60%;
    }
    .cchirashi{
    width: 100%;
    padding: 10px;
}
    .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: 23px;
          font-size: 13px; } }
        @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.9vw; } }
        @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: 0.6vw; 
          box-sizing: border-box;
          padding:0.5% 0;} }

@media screen and (max-width: 768px) {
    .mb0{
	width:100%;
}
    .inblock3{
        font-size: 14px;
    }
    .modal-contents .modal-contents-inner span.modal-close {
      width: 10%;
      right: 5.5%; }
     .ticket{
        display: block;
        width: 90%;
    }
    .mb55 scrollShowEffect2 scrollShowEffect-B showItem{
        tab-size: 12px;
    }
        .theater{
            width: 100%;
            margin: 0 auto;
            flex-direction: column;
    }
    .isblock2{
        font-size: 14px;
    }
        .isblock3{
        font-size: 14px;
    }
    .spnews1{
        font-size: 16px;
    }
    .spnews2{
        font-size: 20px;
    }
    .spnews3{
        font-size: 24px;
    }
    .spnews4{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: left;
    }
    #comment{
    text-align: left;
    font-size: 28px;
}
    .morc{
        width: 80%;
        text-align: center;
    }
    .sstaff{
        font-size: 16px;
    }
    .staff{
        font-size: 14px;
    }
    .spstaff1{
        font-size: 24px;
    }
    .spstaff2{
        font-size: 24px;
    }
    .spcomment1{
        font-size: 14px;
        padding: 10px;
    }
     .spcomment2{
        font-size: 16px;
        padding: 10px;
    }
    .removebtn{
        width: 10%;
    }
    .cchara{
        font-size: 14px;
    }
    .diagram{
        display: block;
        width: 90%;
    }
        .diagram li{
            text-align: center;
            padding-bottom: 40px;
    }
    .footerlogo{
        width: 100%;
    }
  .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: 5% 0%; }
        .cast-modal .modal-list ul li .inner .text h2 {
          font-size: 14px; } }
@media screen and (max-width: 768px) and (min-width: 769px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 0.8vw; } }
        @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.0vw; } }
        @media screen and (max-width: 768px) and (max-width: 768px) {
          .cast-modal .modal-list ul li .inner .text h2 {
            font-size: 1.33333vw; } }
@media screen and (max-width: 768px) and (min-width: 769px) {
    #news_wrapper{font-size: 20%;}
    
}


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