


#top_fade{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 989;	
}
/*---------------------
共通
-----------------------*/

.sp_view{
	display:none !important;
}
.pc_view{
	display:block;
}

/*hover_opacity*/
.over_anim{
	transition:0.2s;
}
.over_anim:hover{
	opacity:0.8 !important;
}
/*hover_画像*/
.over_anim2 img{
	transition:0.2s;
}
.over_anim2 :hover{
	opacity:0 !important;
}

.scale_anim img{
	transition: 0.2s;
}
.scale_anim:hover img{
	transform: scale(1.1);
}



/*---------------
共通チケットボタン
-----------------*/

.tickets_bottom{
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
}

/*---------------
menu
-----------------*/
/*#menu_wrap{
	width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
	background: url(../img/menu_bg.jpg) repeat center top;
	background-size: 344px;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
    overflow: auto;
}*/
#menu_wrap{
	width: 100%;
    height: 100%;
    z-index: 20;
    position: fixed;
    transform: translateY(-100%);
    transition: 0.3s ease-in-out;
    overflow: auto;
    top:0;
}
/*#menu_ul_wrap{
	background: url(../img/menu_giza.png) repeat-x center bottom;
	background-size: 344px;
    position: relative;
    top: 66px;
    padding-bottom: 160px;
}*/
#menu_ul_wrap{
    background: url(../img/menu_bg.jpg) repeat center bottom;
    background-size: 344px;
    position: relative;
    top: 0px;
    /*padding-bottom: 70px;*/
    padding-top: 140px;
	min-height: 1100px;
    height: 100%;
}
.menu_giza{
    background: url(../img/menu_giza.png) repeat-x center top;
    background-size: 320px;
	height: 40px;
	width: 100%;
}
#menu{
	position: relative;
	left: 0px;
	right: 0;
	margin: 0 auto;
	width: 364px;	
}
#menu li{
	margin-top: 20px;
}
#menu li:first-child{
	margin-top: 0px;
}

.menu_open{
	background: url(../img/navi/menu_open.png) no-repeat left top;
	background-size: 100% auto;
    width: 77px;
    height: 159px;
    position: fixed;
    left: 40px;
    top: 0;
	margin-top: -91px;
    transition: 0.3s;
    z-index: 3;
    cursor: pointer;
	opacity: 0;
}
.menu_open:hover{
	transform: translateY(10px);
}

.menu_close{
	background: url(../img/navi/menu_close.png) no-repeat left top;
	background-size: 100% auto;
	position: fixed;
    width: 77px;
    height: 159px;
    position: fixed;
    left: 40px;
    top: 0;
	margin-top:  -161px;
    transition: 0.3s;
    z-index: 21;
    cursor: pointer;
}
.menu_close:hover{
	transform: translateY(10px);
}
/*.menu_title{
	width: 108px;
	margin: 50px auto 0;
}*/
.menu_title{
    width: 108px;
    margin: 50px auto 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.comments img,.news img,.gensaku img,.credit img{
	transition: 0.2s;
}
.comments_cp{
	cursor: pointer;
	background: url("../img/navi/comments_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.comments_cp:hover img{
	opacity: 0;
}
.comments_cp:hover{
	transform: translateX(10px);
}

.top{
	background: url("../img/navi/top_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.top:hover img{
	opacity: 0;
}
.top:hover{
	transform: translateX(10px);
}

.about{
	background: url("../img/navi/about_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.about:hover img{
	opacity: 0;
}
.about:hover{
	transform: translateX(10px);
}

.prono{
	background: url("../img/navi/prono_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.prono:hover img{
	opacity: 0;
}
.prono:hover{
	transform: translateX(10px);
}

.music{
	background: url("../img/navi/music_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.music:hover img{
	opacity: 0;
}
.music:hover{
	transform: translateX(10px);
}

.news{
	background: url("../img/navi/news_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.news:hover img{
	opacity: 0;
}
.news:hover{
	transform: translateX(10px);
}

.media{
	background: url("../img/navi/media_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.media:hover img{
	opacity: 0;
}
.media:hover{
	transform: translateX(10px);
}


.gensaku{
	background: url("../img/navi/gensaku_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.gensaku:hover img{
	opacity: 0;
}
.gensaku:hover{
	transform: translateX(10px);
}

.tickets{
	background: url("../img/navi/tickets_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.tickets:hover img{
	opacity: 0;
}
.tickets:hover{
	transform: translateX(10px);
}

.credit{
	cursor: pointer;
	background: url("../img/navi/credit_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.credit:hover img{
	opacity: 0;
}
.credit:hover{
	transform: translateX(10px);
}

.twitter{
	cursor: pointer;
	background: url("../img/navi/twitter_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.twitter:hover img{
	opacity: 0;
}
.twitter:hover{
	transform: translateX(10px);
}


/*---------------
tik_bt
-----------------*/
#tik_bt{
	position: absolute;
	top: 150px;
    right: 109px;
	transition: 0.3s ease-in-out;
	transform-origin: center;
	opacity: 0;
	cursor: pointer;
}
#tik_bt:hover{
	transform: rotate(30deg);
}

/*tiktok_QR_fade*/
.tiktok_fade{
	width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    z-index: 11;
	display: none;
	top: 0;
	/*max-width: 1920px;*/
}
.tik_qr {
    width: 300px;
    text-align: center;
    margin: 200px auto;
    border: solid 3px #e23a13;
    overflow: hidden;
    padding: 30px;
}


.tiktok{
	cursor: pointer;
	background: url("../img/navi/tiktok_over.png") no-repeat center top;
	background-size: 100% auto;
	transition: 0.2s;
}
.tiktok:hover img{
	opacity: 0;
}
.tiktok:hover{
	transform: translateX(10px);
}

/*PC*/
@media screen and (min-width: 801px){
	/*-----------------------
	footer
	------------------------*/
	footer{
		position:relative;
		height: 189px;
		height: 100px;
		width: 100%;
		background: #FFF;
	}
	/*.footer_in{
		position: relative;
		height: 189px;
	}*/
	/*コピーライト*/
	.address{
		position: absolute;
		bottom: 35px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		font-style: normal;
		color: #9fa0a0;/*←コピーライトの文字色*/
		font-size: 11px;/*←コピーライトの文字サイズ*/
		font-size:10px;
	}

	.common_tickets{
		position: absolute;
		right: 0;
		left: 0;
		width: 336px;
		margin: 43px auto 0;
	}
	.common_ma{
		position: relative;
		width: 163px;
		height: auto;
	}
	.common_mv{
		position: absolute;
		right: 0;
		top: 0;
		width: 163px;
		height: auto;
	}
	/*-----------------------
	footer右側
	------------------------*/
	.right{
		position: absolute;
		right: 30px;
		bottom: 35px;
	}

	/*クレジット・プライバシー方針・利用規則*/
	.links{
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 180px;
		height: 20px;
		line-height: 20px;
		font-size: 11px;
	}

	.links,.links a{
		color: #9fa0a0;/*←fotterの文字色（クレジット・プライバシー方針・利用規則）*/
		font-size: 10px;/*←fotterの文字サイズ（クレジット・プライバシー方針・利用規則）*/
	}


	/*-----------------------
	footer左側
	------------------------*/
	.left{
		position: absolute;
		width:100%;
		bottom:118px;
		left:0;
	}   
	
}

/*SP*/
@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);*/
	}
	
	/*---------------------
	menu
	-----------------------*/
	#menu{
		width: 80%;
	}
	#menu_wrap{
		background-size: 60%;
		background-position: center top -11%;
		padding-bottom: 400px;
	}
	#menu_ul_wrap{
		top: 0;
		margin-top: 0;
		min-height: inherit;
		padding-top: 24%;
		height: 100%;
		padding-bottom: inherit;
		background-size: 50%;
	}
	.menu_open_sp{
		background: url(../img/navi/menu_open.png) no-repeat left top;
		background-size: 100% auto;
		width: 12.5%;
		height: 0;
		position: fixed;
		padding-bottom: 27%;
		top: -5px;
		margin-top:-14%;
		left: 3px;
	    transition: 0.3s;
		opacity: 1;
	    z-index: 4;
	}
	.menu_close_sp{
		background: url(../img/navi/menu_close.png) no-repeat left top;
		position: fixed;
	    z-index: 21;
	    transition: 0.3s;
		background-size: 100% auto;
		width: 12.5%;
		height: 0;
		padding-bottom: 27%;
		top: -5px;
		margin-top:-27%;
		left: 3px;
	}
	.menu_title{
		margin-top: 7%;
		width: 24%;
	}
	
    /*-----------------------
	footer
	------------------------*/
    footer{
        position: relative;
        border: none;
        background: #FFF;
        padding: 15px 0 2px;
    }
	
	.common_tickets{
		position: relative;
		right: 0;
		left: 0;
		width: 90%;
		margin: 0 5%;
	}
	.common_ma{
		position: relative;
		width: 48%;
		height: auto;
	}
	.common_mv{
		position: absolute;
		right: 0;
		top: 0;
		width: 48%;
		height: auto;
	}
	
    .links{
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    .links li{
        margin: 0 5px;
    }
    .links a{
        color: #9fa0a0;
    }
    .address{
        text-align: center;
        font-size:7px;
        margin-bottom:20px;
        color: #9fa0a0;
    }
	#sp_home{
		position: relative;
		margin-top: 25%;
	}	
	
	
}

