@charset "utf-8";
@media (min-width: 1025px) {
/*
    .mainSection.main3.top{
        background: url("../images/main_img_03_1.png") no-repeat center top;
        height:438px;
        max-height:438px;
    }
	.mainSection.main3.movieArea{
        background: url("../images/main_img_03_2.png") no-repeat center top;
        height: 1209px;
        max-height: 1209px;
    }
    .mainSection.main3.eventArea1{
        background: url("../images/main_img_03_3.png") no-repeat center top;
        height:1783px;
        max-height:1783px;
    }
    .mainSection.main3.eventArea2{
		display:none;
        background: url("../images/main_img_03_4.png") no-repeat center top;
        height:1848px;
        max-height:1848px;
    }
	*/
    
}
@media (max-width: 1024px) {

}