@charset "UTF-8";
/* CSS Document */
	
body{
	margin:0px;
	background-color:#070404;
	font-family: 'Noto Sans JP', sans-serif;
	color:#fff;
	height:100%;
	box-sizing: border-box;
	font-feature-settings: "palt";
}

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.8s;
	   -moz-transition: all 1.8s;
	    -ms-transition: all 1.8s;
	     -o-transition: all 1.8s;
	        transition: all 1.8s;
	-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.4s;
	   -moz-transition: all 1.4s;
	    -ms-transition: all 1.4s;
	     -o-transition: all 1.4s;
	        transition: all 1.4s;
	-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 2.0s;
	   -moz-transition: all 2.0s;
	    -ms-transition: all 2.0s;
	     -o-transition: all 2.0s;
	        transition: all 2.0s;
	-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(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, 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);
}

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

.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:#0085c1;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height:206px;
    left: 50%;
    margin-left: -200px;
    margin-top: -153px;
    position: fixed;
    top: 50%;
    width: 400px;
}


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


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 13px;
  margin-top:18px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e3d37e;
  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 : 55;
  top  : 0;
  left : 0;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(135deg, rgba(19,130,186,0.9), rgba(53,33,118,0.9));
  padding:8% 40% 8% 40%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  -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%;
	font-family: 'Square Peg', cursive;
    z-index: 1;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 6%;
	transform: rotate( -10deg );
	text-align: center;
	letter-spacing: 3px;
}

.menu a{
	text-decoration: none;
	color: #e3d37e;
}

.marker {
  display: inline;
  background-image: linear-gradient(90deg, #00a0e9, #6b9b9f); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 100%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.5s ease; /* マーカーを引く速度 */
	padding:0 20px;
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
}

/* マーカーホバー時 */
.marker:hover {
  background-size: 100% 100%; /* マーカーの横幅を100%にする */
	color: #fff;
}



#spmain{
	display:none;
}

#sptheater{
	display: none;
}

#sptrailerarea{
	display:none;
}

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

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

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

#top_main{
    width:100%;
}

#top_prize{
    width:40%;
	position: absolute;
	left:3%;
	top:5%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi #top_prize{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
}

#top_catch{
    width:1.5%;
	position: absolute;
	left:28%;
	top:23%;
	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;
    transform: translateY(-50px);/* X軸方向に100px */
}
  
.showNavi #top_catch{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
  transform: translateY(0);
}

#top_logo_wrapper{
    width:36%;
	position: absolute;
	right:3%;
	bottom:5%;
}

#top_logo{
    width:90%;
	margin-left: 10%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 13%;
}
  
.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
}


#snstheater_wrapper{
	width:60%;
	margin-left: 40%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
	overflow: hidden;
	margin-bottom: 2%;
}
  
.showNavi #snstheater_wrapper{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
}

#top_theater{
    width:70%;
	float: right;
	margin-left: 5%;
}

#top_theater img{
	transition:0.3s all;
}

#top_theater img:hover{
	transition:0.3s all;
	background-color:#c9352d;
	border-radius: 5px;
}



#sns01{
	width:25%;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
}

.snsbtn{
	width:40%;
	float: left;
	margin-right: 20%;
    -webkit-transition: all .3s;
    transition: all .3s;
	opacity: 0.8;
}

.snsbtn:hover {
	opacity: 1.0;
}

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

#top_day{
    width:100%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.5s;
  transition-delay:2.5s;
}


#top_biling{
    width:25%;
	position: absolute;
	bottom:5%;
	left:3%;
	opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
  
.showNavi #top_biling{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
}

.pcbr {
display:inline;
}

.sptoptheater{
	display: none;
}



#intro_wrapper{
	width:100%;
    background: url("images/intro/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
	padding-bottom: 40%;
}


#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 12% 10% 12%;
	color: #fff;
	background:linear-gradient(45deg, #0a3866, #2c1b42);
}

.intromidashi1{
	width:100%;
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 10px;
	font-family: 'Shippori Antique', sans-serif;
}

.intromidashi2{
	width:100%;
	font-weight: 300;
	font-size: 35px;
	margin-bottom: 30px;
	font-family: 'Shippori Antique', sans-serif;
	color: #e3d37e;
}

.pagetitle_intro{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
}

#story_wrapper{
	width:100%;
    background:#fdedcb;
}

#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 0 10% 15%;
	color: #291504;
}

.pagetitle_story{
	width:80%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: right;
	margin-right: 20%;
}

#story_left{
	width:2%;
	float: left;
	text-align: left;
}

#story_right{
	width:90%;
	float: right;
}

.story_photo{
	width:90%;
	margin-left: 10%;
	margin-bottom: 50px;
}

.story_midashi{
	width:100%;
	color: #00a0e9;
	font-size: 25px;
	font-weight: 300;
	font-family: 'Hina Mincho', serif;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.storytext_wrapper{
	width:80%;
	margin-right: 20%;
}

.storytext1{
	font-family: 'Shippori Antique', sans-serif;
	font-size: 18px;
}


#director_wrapper{
	width:100%;
	background:linear-gradient(45deg, #efeebb, #a0b3b0);
	color: #171c0c;
}

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

.pagetitle_director{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
}

.director_photo{
	width:40%;
	float: left;
	margin-right: 40px;
	margin-bottom:  20px;
}


.name_j{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 300;
}

.name_e{
	font-size: 30px;
	font-family: 'Square Peg', cursive;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 800;
}


#staff_wrapper{
	width:100%;
    background: url("images/staff/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
}


#staff_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 12% 10% 12%;
	color: #fff;
}

.pagetitle_staff{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: center;
}

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

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

#cast_wrapper{
	width:100%;
	overflow: hidden;
    background:#fdedcb;
	padding:4% 0 10% 0;
	color: #291504;
}

.pagetitle_cast{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: center;
}

.castphoto1{
	width:60%;
	margin-left: 40%;
	margin-bottom: 1%;
}


.castphoto2{
	width:60%;
	margin-bottom: 7%;
}

.casttext{
	width:40%;
	float: left;
	margin-left: 8%;
}

.castphoto{
	width:45%;
	float: right;
}

.name_js{
	font-size: 12px;
	padding-left: 15px;
}

.name_es{
	font-size: 20px;
	padding-left: 15px;
}


#comment_wrapper{
	width:100%;
	background-color: #0271a8;
}


#comment_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	color: #fff;
}

.pagetitle_comment{
	width:100%;
	font-size: 40px;
	font-family: 'Square Peg', cursive;
	text-align: center;
	padding:2% 0;
}

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

#review_wrapper{
	width:100%;
    background: url("images/reviewcomment/bg.jpg") 100% 0 no-repeat fixed;
    background-size:cover;
}


#review_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 9% 10% 50%;
	color: #fff;
}

.pagetitle_reviewcomment{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: center;
}

.commentbox{
    width:100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #222;
	color: #e3d37e;
}

.commenttext{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 26px;
	font-family: 'Hina Mincho', serif;
	text-align: center;
}

.commentname1{
	width:100%;
	font-size: 24px;
	font-weight: bold;
	color: #00a0e9;
	font-family: 'Hina Mincho', serif;
	text-align: center;
}

.commentname2{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: middle;
	color: #00a0e9;
	font-family: 'Hina Mincho', serif;
	text-align: center;
}

.keisyo{
	font-size: 11px;
	text-align: right;
}

.pcbr {
display:inline;
}


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


#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:3% 0;
	background:linear-gradient(45deg, #0a3866, #2c1b42);
}

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


.wrapperline{
	width:85%;
	margin:0 auto;
	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:46%;
	float: left;
	margin-right: 8%;
	margin-bottom: 8%;
}

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

#special_wrapper{
	width:100%;
	background: linear-gradient(135deg,#654a95, #100043);
	overflow: hidden;
}

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

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

.special_header{
	width:70%;
	margin:0 auto;
	margin-bottom: 30px;
}

.special_headertext{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
	color: #ffff66;
	font-size:28px;
	font-weight: 900;
	line-height: 40px;
	text-align: center;
}

.special_title{
	width:100%;
	box-sizing: border-box;
	font-size: 25px;
	font-weight: 700;
	padding:1% 1%;
	color: #ffff66;
	font-family: 'Shippori Antique', sans-serif;
	border-top:1px solid #ffff66;
	border-bottom:1px solid #ffff66;
	margin-bottom: 20px;
}




.special_text{
	width:100%;
	overflow: hidden;
	margin-bottom: 100px;
}


div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.special_name{
	font-size: 18px;
	font-weight: 900;
	color: #ffff66;
	padding-right: 10px;
}

.special_movie2{
	width:49%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
	font-weight: 700;
	color: #5ccdff;
	text-align: right;
}


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

.special_movie3{
	width:32%;
	float: left;
	margin-right: 2%;
	font-size: 14px;
	font-weight: 700;
	color: #5ccdff;
	text-align: right;
}


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

.special_at{
	width:100%;
	font-size: 13px;
	color: #5ccdff;
	line-height: 20px;
}

.special_at a{
	color: #5ccdff;
}

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

.special_photo_l{
	width:40%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}

.special_photo_r{
	width:40%;
	float: right;
	margin-left: 4%;
	margin-bottom: 4%;
}

.special_movie1{
	width:49%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	font-size: 14px;
	font-weight: 700;
	color: #5ccdff;
	text-align: right;
}

.writer_wrapper{
	width:100%;
	padding-top:20px;
	border-top:2px solid rgba(225,222,135,1.00);
	overflow: hidden;
	margin-bottom: 150px;
}

.writerbox{
	width:46%;
	float: left;
	margin-right: 8%;
}

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

.writer_name{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Shippori Antique', sans-serif;
	margin-bottom: 10px;
}

.writer_photo{
	width:25%;
	float: left;
	margin-bottom: 10px;
}

.writer_prof{
	width:72%;
	float: right;
	font-size: 13px;
	line-height: 20px;
}

.writer_prof a{
	color: #5ccdff;
}

.writer_prof a:hover{
	color: #ccc;
}

.sptopspecial{
	display: none;
}

.sptopspecial2{
	display: none;
}

.topspecial{
    width:60%;
	margin-bottom: 5%;
	background-color:#c9352d;
	border:6px double #e7cc92;
	box-sizing: border-box;
	transition:0.3s all;
}

.topspecial img{
	transition:0.3s all;
}

.topspecial img:hover{
	transition:0.3s all;
	background-color:rgba(49,44,159,1.00);
}

.topspecial2{
    width:60%;
	margin-bottom: 3%;
	background-color:rgba(184,165,19,1.00);
	border:2px solid #e7cc92;
	box-sizing: border-box;
	transition:0.3s all;
}

.topspecial2 img{
	transition:0.3s all;
}

.topspecial2 img:hover{
	transition:0.3s all;
	background-color:rgba(49,44,159,1.00);
}


.topsite{
    width:30%;
	margin:0 auto;
	background-color:#c9352d;
	border:6px double #e7cc92;
	box-sizing: border-box;
	transition:0.3s all;
}

.topsite img{
	transition:0.3s all;
}

.topsite img:hover{
	transition:0.3s all;
	background-color:rgba(49,44,159,1.00);
	border-radius: 5px;
}

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

.special_spotify{
	width:20%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

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


#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	text-align: justify;
	word-break: break-all;
	font-size: 14px;
	line-height: 28px;
}
	
nav.globalMenuSp {
  position: fixed;
  z-index : 55;
  top  : 0;
  left : 0;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(135deg, rgba(19,130,186,0.9), rgba(53,33,118,0.9));
  padding:15% 10% 15% 10%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  -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%;
	font-family: 'Square Peg', cursive;
    z-index: 1;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5%;
	transform: rotate( -10deg );
	text-align: center;
}

#spmain{
	display: inherit;
	width:100%;
	margin-bottom: 20px;
}
	
#sptheater{
	display:inherit;
	width:85%;
	margin:0 auto;
	margin-bottom: 20px;
}

div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sptrailerarea{
	width:95%;
	margin:0 auto;
	display: inherit;
	margin-top:20px;
	margin-bottom:30px;
	overflow: hidden;
}

.pcview{
	display: none;
}

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

#top_wrapper{
	width:100%;
	height: auto;
	position: inherit;
	overflow: hidden;
}

#top_main{
    display: none;
}

#top_prize{
    display: none;
}

#top_logo{
    display: none;
}
  
#top_day{
    display: none;
}	
	
#top_biling{
    display: none;
}
	
#top_catch{
    display: none;
}

#top_logo_wrapper{
    width:100%;
	position: inherit;
	right:0;
	bottom:0;
}

#snstheater_wrapper{
	width:100%;
	margin-left: 0;
	opacity:1;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 30px;
}
 
#top_theater{
    display: none;
}

#sns01{
	width:120px;
	float: none;
	margin:0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.snsbtn{
	width:30%;
	float: left;
	margin-right: 40%;
    -webkit-transition: all .3s;
    transition: all .3s;
	opacity: 0.8;
}

.snsbtn:hover {
	opacity: 1.0;
}

.snsbtn:nth-child(2) {
  margin-right:0;
}
	
#intro_wrapper{
	width:100%;
    background:none;
	padding-bottom: 0;
}


#intro_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 10% 10% 10%;
	color: #fff;
	background:linear-gradient(45deg, #0a3866, #2c1b42);
}

.intromidashi1{
	width:100%;
	font-weight: 200;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Shippori Antique', sans-serif;
}

.intromidashi2{
	width:100%;
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 30px;
	font-family: 'Shippori Antique', sans-serif;
	color: #e3d37e;
}

.pagetitle_intro{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
}

#story_wrapper{
	width:100%;
    background:#fdedcb;
}

#story_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10% 0 10% 10%;
	color: #291504;
}

.pagetitle_story{
	width:85%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: right;
	margin-right: 15%;
}

#story_left{
	width:7%;
	float: left;
	text-align: left;
}

#story_right{
	width:88%;
	float: right;
}

.story_photo{
	width:100%;
	margin-left: 0;
	margin-bottom: 50px;
}

.story_midashi{
	width:100%;
	color: #00a0e9;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Hina Mincho', serif;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
}

.storytext_wrapper{
	width:85%;
	margin-right: 0;
}

.storytext1{
	font-family: 'Shippori Antique', sans-serif;
	font-size: 18px;
}


#director_wrapper{
	width:100%;
	background:linear-gradient(45deg, #efeebb, #a0b3b0);
	color: #171c0c;
}

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

.pagetitle_director{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
}

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


.name_j{
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 300;
}

.name_e{
	font-size: 30px;
	font-family: 'Square Peg', cursive;
	margin-bottom: 20px;
	letter-spacing: 2px;
	font-weight: 800;
}


#staff_wrapper{
	width:100%;
    background:none;
	background-color: #000;
}


#staff_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
	color: #fff;
}

.pagetitle_staff{
	width:100%;
	font-size: 40px;
	margin-bottom: 70px;
	font-family: 'Square Peg', cursive;
	text-align: center;
}

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


#cast_wrapper{
	width:100%;
	overflow: hidden;
    background:#fdedcb;
	padding:10% 0 10% 0;
	color: #291504;
}

.pagetitle_cast{
	width:100%;
	font-size: 40px;
	margin-bottom: 50px;
	font-family: 'Square Peg', cursive;
	text-align: center;
}

.castphoto1{
	display: none;
}

.castphoto2{
	display: none;
}

.casttext{
	width:80%;
	float: none;
	margin-left: 10%;
}

.castphoto{
	display: none;
}

.name_js{
	font-size: 12px;
	padding-left: 15px;
}

.name_es{
	font-size: 20px;
	padding-left: 15px;
}


.wrapperline{
	width:80%;
	margin:0 auto;
	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:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 8%;
}


#review_wrapper{
	width:100%;
    background:none;
}


#review_inner{
	width:100%;
	overflow: hidden;
	box-sizing: border-box;
	padding:10%;
	color: #fff;
}


.pcbr {
display:none;
}


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


#footer_wrapper{
	width:100%;
	overflow: hidden;
	padding:5% 0;
	background:linear-gradient(45deg, #0a3866, #2c1b42);
}

#footer_inner{
	width:40%;
	margin:0 auto;
}
	
#special_wrapper{
	width:100%;
	background: linear-gradient(135deg,#654a95, #100043);
	overflow: hidden;
}

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

.special_logo{
	width:80%;
	margin:0 auto;
	margin-bottom: 30px;
}

.special_header{
	width:100%;
	margin:0 auto;
	margin-bottom: 30px;
}
	

.special_headertext{
	width:100%;
	margin:0 auto;
	margin-bottom: 50px;
	color: #ffff66;
	font-size:20px;
	font-weight: 900;
	line-height: 30px;
	text-align: left;
}


.special_title{
	width:100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	padding:1% 1%;
	color: #ffff66;
	font-family: 'Shippori Antique', sans-serif;
	border-top:1px solid #ffff66;
	border-bottom:1px solid #ffff66;
	margin-bottom: 20px;
}


.special_text{
	width:100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.special_name{
	font-size: 16px;
	font-weight: 900;
	color: #ffff66;
	padding-right: 10px;
}

.special_movie2{
	width:100%;
	float: none;
	margin-right: 0;
	font-size: 14px;
	font-weight: 700;
	color: #5ccdff;
	text-align: right;
	margin-bottom: 4%;
}

.special_photo_l{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
}

.special_photo_r{
	width:100%;
	float: none;
	margin-left:0;
	margin-bottom: 4%;
}

.special_movie1{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 4%;
	font-size: 14px;
	font-weight: 700;
	color: #5ccdff;
	text-align: right;
}

.writer_wrapper{
	width:100%;
	padding-top:20px;
	border-top:2px solid rgba(225,222,135,1.00);
	overflow: hidden;
	margin-bottom: 50px;
}

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

.writer_name{
	width:100%;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Shippori Antique', sans-serif;
	margin-bottom: 10px;
}

.writer_photo{
	width:40%;
	float: none;
	margin-bottom: 20px;
}

.writer_prof{
	width:100%;
	float: none;
	font-size: 13px;
	line-height: 20px;
}

.writer_prof a{
	color: #5ccdff;
}

.writer_prof a:hover{
	color: #ccc;
}
	

.sptopspecial{
	display: inherit;
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
	background-color:#c9352d;
	border:6px double #e7cc92;
}
	
.sptopspecial2{
	display: inherit;
	width:80%;
	margin:0 auto;
	margin-bottom: 20px;
	background-color:rgba(184,165,19,1.00);
	border:1px solid #e7cc92;
}


.topsite{
    width:80%;
	margin:0 auto;
	background-color:#c9352d;
	border:6px double #e7cc92;
	box-sizing: border-box;
	transition:0.3s all;
}

.special_trailer{
	width:80%;
	margin:0 auto;
	margin-bottom: 50px;
}
	
.special_spotify{
	width:60%;
	margin:0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}
	

.pagetitle_comment{
	width:100%;
	font-size: 40px;
	font-family: 'Square Peg', cursive;
	text-align: center;
	padding:5% 0;
}

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

	
}

*, ::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: 40.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 #e8c473;
          width: 49%;
          display: inline-block;
          vertical-align: middle;
          line-height: 3vw;
          height: 3vw;
          text-align: center;
          font-size: 18px;
          color: #e8c473;
          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.0vw; } }
          @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.2vw; } }
          @media screen and (max-width: 768px) {
            .modal-contents .modal-contents-inner .modal-contents-iframe .modal-contents-iframe-btn li {
              font-size: 4.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 #e8c473;
          background-color: #006ea5;
          color: #e8c473;  }
    .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 #e8c473;
          background-color: #006ea5;
          color: #e8c473; }


@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 #000;}

  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.2vw;
      line-height: 2.2vw;
      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: 2.33333vw; } }
      section.trailer .btns li:hover {
        opacity: 1;
        background-color: #006ea5;
          border: 1px solid #e8c473;
        color: #e8c473; }
    section.trailer .btns li.current {
      background-color: #006ea5;
          border: 1px solid #e8c473;
      color: #e8c473; }



@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: 50px;
        line-height: 50px;
        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: 2.73333vw; } }

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