@charset "utf-8";

body{
	background-color: #fbedf1;
}
@media screen and (min-width: 960px) {


.wrapper{
	position: relative;
	width: 1359px;
	margin: 0 auto;
}

.sp2021{
	width: 1359px;
	z-index: -1;
}


.title {
    position: absolute;	
    top: 30px;
	left:500px;
} 

.atitle{
	width: 400px;
}

.icon{
	width: 230px;
}

.theater{
	position: absolute;
	top: 1050px;
	left: 150px;
}

.information{
	position: absolute;
	top: 1050px;
	left: 470px;
}

.trailer{
	position: absolute;
	top: 1050px;
	left: 710px;
}

.news{
 position: absolute;
	top: 1050px;
	left: 950px;
}

img.sms{
	width: 100px;
}

.tw{ 	
    position: absolute;
	top: 500px; 	
	right: 140px;
}
.FB{ 	
    position: absolute;
	top: 600px; 	
	right: 140px;
} 
.tog{
	position: absolute;
	top: 700px;
	right: 140px;
}

	
#pageFoot{
	border-top: solid 1px #FCF;
	margin-top: 5px;
}
#copyright small{
	position:relative;
	margin: 0 auto;
	left:550px;
}
}
/*------------------------------------sp-----------------------------*/

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

.wrapper{
	position: relative;
	width: 350px;
	margin: 0 auto;
}

.sp2021{
	width: 340px;
	z-index: -1;
}


.title {
    position: absolute;	
    top: 10px;
	left:127px;
} 

.atitle{
	width: 100px;
}

.icon{
	width: 65px;
}

.theater{
	position: absolute;
	top: 260px;
	left: 35px;
}

.information{
	position: absolute;
	top: 260px;
	left: 105px;
}

.trailer{
	position: absolute;
	top: 260px;
	left: 175px;
}

.news{
 position: absolute;
	top: 260px;
	left: 245px;
}

img.sms{
	width: 25px;
}

.tw{ 	
    position: absolute;
	top: 300px; 	
	left: 40px;
}
.FB{ 	
    position: absolute;
	top: 300px; 	
	left: 70px;
} 
.tog{
	position: absolute;
	top: 300px;
	left: 100px;
}

	
#pageFoot{
	border-top: solid 1px #FCF;
	margin-top: 3px;
}
#copyright small{
	position: absolute;
	font-size: 5px;
}
p{
	left: 50px;
}

}

