/*---------------------
共通
-----------------------*/

.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:0.3s;
}
.over_anim2 :hover{
	opacity:0 !important;
}

/*page_top*/
.page_top{
	position:fixed;
	width:67px;
	height:58px;
	bottom:20px;
	cursor:pointer;
	z-index:1000;
	display:none;
    left: 50%;
    margin-left: 860px;
}
.page_top:hover{
	opacity:0.8;
}
/*
#container{
	min-width: 1300px !important;
}
*/

/*---------------------
フェード ローディング
-----------------------*/
#top_fade{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #000;
	z-index: 989;
}
.loading_icon{
    position: fixed;
    width: 50px;
    height: 50px;
    margin-left:-25px;
    margin-top:-25px;
    left:50%;
    top:50%;
/*    transform:scale(1, -0.5);*/
}
.loading_wrap{
	position:absolute;
    width: 50px;
    height: 50px;
    left:0;
    top:0;
    /*animation: roopanim 1s linear infinite;*/
    transform-origin: center center;
}

/*---------------------
アニメーション
-----------------------*/
.top_opacity{
	opacity: 0;
}
.scale{
	opacity: 0;
	transform: scale(2);
}
.scale_small{
	opacity: 0;
	transform: scale(0.9);
}

.pop:hover img{
  animation-name: pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes check {
  50% { transform: translate(-5px,0);}
}

@keyframes roopanim {
  0% {
    transform:rotate(0deg);
  }
  100% {
    transform:rotate(360deg);
  }
}



/*---------------------
アニメーション
-----------------------*/
.top_opacity{
	opacity: 0;
}

@keyframes check {
  50% { transform: translate(-5px,0);}
}

/*---------------------
navi
-----------------------*/

.animation{
	transition: 0.5s;
}

#nav_pc{
	position: relative;
	height: 70px;
	text-align: center;
	background: #000;
	z-index: 1;
	padding-right: 65px; /*ボタン増えたため*/
}
.nav_pc_btn{
	display: flex;
	width: 100%;
  justify-content: center;
	margin-left: 20px;
}
.nav_pc_btn li{
	margin-right: 16px;
	margin-right: 0; /*ボタン増えたため*/
}
.nav_pc_btn li:last-child{
	margin-right: 0;
}
/*帯のナビ　ボタン*/
.bt_home{
	background: url("../img/menu/home_over.jpg") no-repeat top center;
	background-size: 66px auto;
}
.bt_home img{
	transition: 0.2s;
}
.bt_home:hover img{
	opacity: 0;
}
.bt_news{
	background: url("../img/menu/news_over.jpg") no-repeat top center;
	background-size: 62px auto;
}
.bt_news img{
	transition: 0.2s;
}
.bt_news:hover img{
	opacity: 0;
}
.bt_download{
	background: url("../img/menu/download_over.jpg") no-repeat top center;
	background-size: 109.5px auto;
}
.bt_download img{
	transition: 0.2s;
}
.bt_download:hover img{
	opacity: 0;
}
.bt_about{
	background: url("../img/menu/about_over.jpg") no-repeat top center;
	background-size: 160.5px auto;
}
.bt_about img{
	transition: 0.2s;
}
.bt_about:hover img{
	opacity: 0;
}
.bt_tickets{
	background: url("../img/menu/theater_over.jpg") no-repeat top center;
	background-size: 91px auto;
}
.bt_tickets img{
	transition: 0.2s;
}
.bt_tickets:hover img{
	opacity: 0;
}
.bt_voicecast{
	background: url("../img/menu/voicecast_over.jpg") no-repeat top center;
	background-size: 110px auto;
}
.bt_voicecast img{
	transition: 0.2s;
}
.bt_voicecast:hover img{
	opacity: 0;
}
.bt_reviews{
	background: url("../img/menu/reviews_over.jpg") no-repeat top center;
	background-size: 86px auto;
}
.bt_reviews img{
	transition: 0.2s;
}
.bt_reviews:hover img{
	opacity: 0;
}
.bt_character{
	background: url("../img/menu/character_over.jpg") no-repeat top center;
	background-size: 109px auto;
}
.bt_character img{
	transition: 0.2s;
}
.bt_character:hover img{
	opacity: 0;
}
.bt_keywords{
	background: url("../img/menu/keywords_over.jpg") no-repeat top center;
	background-size: 105.5px auto;
}
.bt_keywords img{
	transition: 0.2s;
}
.bt_keywords:hover img{
	opacity: 0;
}
.bt_digital {
	background: url("../img/menu/digital&blu-ray_over.jpg") no-repeat top center;
	background-size: 185px auto;
}
.bt_digital img {
	transition: 0.2s;
}
.bt_digital:hover img {
	opacity: 0;
}

/*帯のナビ　SNSボタン*/
.pc_sns{
	position: absolute;
	top: -10px;
	display: flex;
	right: 30px;
	right: 20px; /*ボタン増えたため*/
}
.pc_sns li{
	margin-right: 30px;
}
.pc_sns li:last-child{
	margin-right: 0;
}
.pc_tw{
	background: url("../img/menu/tw_over.jpg") no-repeat top center;
	background-size: 36px auto;
}
.pc_tw img{
	transition: 0.2s;
}
.pc_tw:hover img{
	opacity: 0;
}
.pc_ig{
	background: url("../img/menu/ig_over.jpg") no-repeat top center;
	background-size: 30px auto;
}
.pc_ig img{
	transition: 0.2s;
}
.pc_ig:hover img{
	opacity: 0;
}
.pc_fb{
	background: url("../img/menu/fb_over.jpg") no-repeat top center;
	background-size: 29.5px auto;
}
.pc_fb img{
	transition: 0.2s;
}
.pc_fb:hover img{
	opacity: 0;
}


/*---------------------
SP
-----------------------*/
@media screen and (min-width: 0px) and (max-width: 800px) {
	/*---------------------
	共通
	-----------------------*/
	.sp_view{
		display:block !important;
	}
	.pc_view{
		display:none !important;
	}

	#container{
		min-width: 0 !important;
	}

	/*hover*/
	.over_anim{
		transition:0s;
	}
	.over_anim:hover{
		opacity:1;
	}

	.check1,.check2{
		width: 14%;
		left: 25%;
		top: 0;
		margin-top: 70%;
	}
	.check2{
		margin-top: 53%;/*aboutなし*/
		margin-top: 87%;/*aboutあり*/
	}


	/*---------------------
	header
	-----------------------*/
	#head_logo_wrap{
		background: #000000;
		position: relative;
		border-bottom: solid 1px #2f9c7a;
	}
	#head_logo{
		position: relative;
		z-index: 9;
		width: 185px;
		margin: 0 auto;
	}
	.sp_title{
		position: relative;
		width: 100%;
		margin: 0 auto 6%;
	}
	/*---------------------
	page_top
	-----------------------*/
	.page_top{
		left: inherit;
		margin-left: inherit;
	}
	/*---------------------
	navi
	-----------------------*/
	#navi_sp{
		position: fixed;
		width: 100%;
		right: 0;
		top: -150%;
		z-index: 900;
		background: #000;
		height: 100%;
		overflow: auto;
	}
	.menu_title{
		margin-bottom: 13%!important;
	}
	.open_sp{
		position: fixed;
		top: 60px;
		left: 0;
		height: 0%;
		width: 17%;
		padding-bottom: 15%;
		z-index: 10;
	}
	.close_sp{
		position: absolute;
		top: 0;
		left: 0%;
		height: 0%;
		width: 12%;
	}
	.menu_item_sp{
		position: absolute;
    	top: 710px;
		z-index: 10;
	}
	.menu_title_sp{
		margin: 40px 0;
	}
	#navi_sp ul{
		margin-top: 12.87%;
		padding-bottom: 16%;
	}
	#navi_sp li {
    	width: 100%!important;
		margin-bottom: 0%;
	}

	/*---------------
	SNS
	-----------------*/
	.sp_sns{
		position: relative;
		margin-top: 0;
		padding-bottom: 4%;
	}
	.sp_sns:after{
		content: "";
		display: block;
		clear: both;
	}
	.ico_wrap{
		width: 41%;/*アイコン3つ*/
		width: 10%;/*アイコン1つ*/
        display: flex;
        justify-content: space-between;
		margin: 0 auto;
	}
	.ico_wrap div{
		margin-right: 21%;
	}
	.ico_wrap div:last-child{
		margin-right: 0;
	}
	.sp_ig{
		float: right;
		width: 30%;
	}
	.sp_tw,.sp_fb{
		float: left;
		width: 30%;/*アイコン3つ*/
		width: 100%;/*アイコン1つ*/
	}
	/*---------------
	共通チケットボタン
	-----------------*/

	.tickets_bottom{
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
	}
	/*---------------
	homeボタン
	-----------------*/
	#sp_home{
		position: relative;
		z-index: 1;
	}

}
