/*---------------------
共通
-----------------------*/

/* 公開時に非表示にしている要素 
#tickets #ma{display: none;}
#tickets #mv{display: none;}
.bt_theater.sp_view{display: none !important;}
.bt_theater.pc_view{display: none !important;}
*/


.sp_view{
	display:none !important;
}
.pc_view{
	display:block;
}

/*hover_opacity*/
.over_anim{
	transition:0.3s;
}
.over_anim:hover{
	opacity:0.8 !important;
}
/*hover_画像*/
.over_anim2 img{
	transition:0s;
}
.over_anim2 :hover{
	opacity:0 !important;
}
/*hover_画像*/
.over_anim3 img{
	transition:1.5s;
}
.over_anim3 :hover{
	opacity:0 !important;
}

/*---------------------
navi
-----------------------*/
#navi{
	position: fixed;
    top: 60px;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 10;
	background-color: #000;
    border-right: 2px solid #2e2e2e;
    border-left: 2px solid #2e2e2e;
	box-sizing: border-box;
}
.animation{
	transition: 0.5s;
}
/* .is-home #navi{
  opacity: 0;
} */

#navi ul{
	width: 80%;
	margin: 89px auto 0;
	border-top: 1px solid #a11708;
}
#navi ul>li{
  width: 100%;
	border-bottom: 1px solid #a11708;
}
#navi ul>li>a{
  width: 100%;
  margin: 0 auto;
  display: block;
}
#navi ul>li>a img{
	opacity: 1;
	transition: all 1s;
}
#navi ul>li>a:hover img{
	opacity: 0;
}
#navi ul>li.bt_about>a{
  background: url(../img/navigation/about_over.png) center 0 no-repeat;
}
#navi ul>li.bt_news>a{
  background: url(../img/navigation/news_over.png) center 0 no-repeat;
}
#navi ul>li.bt_theaters>a{
  background: url(../img/navigation/theaters_over.png) center 0 no-repeat;
}

#navi ul>li.bt_dubbing>a{
  background: url(../img/navigation/dubbing_over.png) center 0 no-repeat;
  background-size: 100%;
}

#navi ul>li.bt_cast>a{
  background: url(../img/navigation/caststaff_over.png) center 0 no-repeat;
  background-size: 100%;
}

#navi ul>li.bt_bddvd>a{
  background: url(../img/navigation/bddvd_over.png) 0 0 no-repeat;
  /*background-size: 100%;*/
}



.bt_home{
	/* width: 98px; */
	text-align: center;
	margin: 0 auto;
}
.bt_introduction, .bt_gallery{
	/* width: 181px; */
	text-align: center;
	margin: 0 auto;
}
.bt_about{
	/* width: 208px; */
	text-align: center;
	margin: 0 auto;
}
.bt_comments{
	/* width: 143px; */
	text-align: center;
	margin: 0 auto;
}
.bt_tickets{
	/* width: 118px; */
	text-align: center;
	margin: 0 auto;
}
.bt_news{
	/* width: 91px; */
	text-align: center;
	margin: 0 auto;
}

.bt_theaters{
	/* width: 91px; */
	text-align: center;
	margin: 0 auto;
}

.bt_dubbing{
	text-align: center;
	margin: 0 auto;
}

.bt_cast{
	text-align: center;
	margin: 0 auto;
}




.menu_logo{
	position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    margin: 0 auto;
	display: block;
	text-align: center;
}
.open{
	position: fixed;
    top: 78px;
	cursor: pointer;
	z-index: 2;
	left: 16px;
}
.close{
	position: fixed;
    top: 78px;
	cursor: pointer;
	z-index: 1;
	left: 16px;
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	/*---------------------
	共通
	-----------------------*/
	.sp_view{
		display:block !important;
	}
	.pc_view{
		display:none !important;
	}
	
	/*hover*/
	.over_anim{
		transition:0s;
	}
	.over_anim:hover{
		opacity:1;
	}

	/*---------------------
	header
	-----------------------*/
	.sp_title_link{
		position: absolute;
		width: 40%;
		height: 0;
		padding-bottom: 23%;
		top: 60px;
		right: 0;
		left: 0;
		margin: 0 auto;
		z-index: 1;
		/*background: rgba(0,0,0,0.8);*/
	}
	/*---------------------
	navi
	-----------------------*/
	#navi_sp{
		position: fixed;
		width: 100%;
		right: 0;
		top: -100%;
		z-index: 900;
		background: #000000;
		height: 100%;
		overflow: auto;
	}
	.menu_title{
		margin-bottom: 13%!important;
	}
	.open_sp{
		position: fixed;
		top: 70px;
		right: 5px;
		height:0%;
		width: 60px;
	}
	.close_sp{
		position: absolute;
		top: 20px;
		right: 10px;
		height: 0%;
		width: 60px;
	}
	.menu_item_sp{
		position: absolute;
    	top: 710px;
    z-index: 10;
    /* opacity: 0; */
	}
	.is-home .menu_item_sp{
    opacity: 0;
	}
	.menu_title_sp{
		padding-top: 80px;
		margin: 0 auto 20px;
		text-align: center;
		width: 80%;
	}
	#navi_sp ul {
		border-top: 1px solid #a11708;
		width: 80%;
		margin: auto;
	}
	#navi_sp li {
			border-bottom: 1px solid #a11708;
		text-align: center;
	}
	
}

/*---------------------------------------------------------
		 margin/padding
----------------------------------------------------------*/
.m0 {
  margin: 0px !important; }

.m10 {
  margin: 10px !important; }

.m15 {
  margin: 15px !important; }

.m20 {
  margin: 20px !important; }

.m30 {
  margin: 30px !important; }

.m40 {
  margin: 40px !important; }

.m50 {
  margin: 50px !important; }

.p0 {
  padding: 0px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p30 {
  padding: 30px !important; }

.p40 {
  padding: 40px !important; }

.p50 {
  padding: 50px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt1 {
  margin-top: 1px !important; }

.mt2 {
  margin-top: 2px !important; }

.mt3 {
  margin-top: 3px !important; }

.mt4 {
  margin-top: 4px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt-5 {
  margin-top: -5px !important; }

.mt-10 {
  margin-top: -10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt11 {
  margin-top: 11px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt13 {
  margin-top: 13px !important; }

.mt14 {
  margin-top: 14px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb1 {
  margin-bottom: 1px !important; }

.mb2 {
  margin-bottom: 2px !important; }

.mb3 {
  margin-bottom: 3px !important; }

.mb4 {
  margin-bottom: 4px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb6 {
  margin-bottom: 6px !important; }

.mb7 {
  margin-bottom: 7px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb9 {
  margin-bottom: 9px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml1 {
  margin-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml-10 {
  margin-left: -10px !important; }

.ml-20 {
  margin-left: -20px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr1 {
  margin-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl0 {
  padding-left: 0 !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.hide {
  font-size:0px;
  line-height:0px;
  text-indent:100%;
  white-space:nowrap;
  color:transparent;
  overflow: hidden;
}

