@media screen and (max-width: 1024px){
@charset "utf-8";
	
html {
	font-size: 90%;
}

div.header-top {
	margin:0 auto;
	width: 90%;
	height: 76px;
	position: relative;
}

h2 {
	line-height: 60px;
	height: 60px;
	font-size: 1.8rem;
}

#modal .mcon {
	width: 650px;
	height: 455px;
}

/*出演者*/
#performer p {
	margin-left: 10%;
	margin-right: 10%;
}

#performer .block01 img {
	width: 100%;
}

/*ギャラリー*/
#gallery .block01 {
	width: 90%;
}

.list img {
	opacity: 1;
}















.price {
	border-spacing: 15px 0;
}

.price p {
	width: 150px;
	height: 150px;
	border-radius:75px;
	-moz-border-radius:75px;
	-webkit-border-radius:75px;
}


.onlymobile {
	display: block;
	margin-top: -500px;
	padding-top: 0;
}

/* アプリのダウンロード */
#order .onlymobile {
	display: block;
	text-align:center;
}

#order .onlymobile p {
	padding-top: 170px;
	font-size: 1rem;
}

#order .appdownload {
	margin-top:-25px;
	margin-bottom: 40px;
}

#order .appdownload img {
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
}

}