@charset "utf-8";

/*---------------------------------------------------------------------------------------
	TOP
----------------------------------------------------------------------------------------*/
#contents{
	padding-top: 0px;
	line-height: 1.9;
}

#top-mv{
	height: -650px;
	position: relative;
	z-index: 9;
}

#top-mv p{
	position: absolute;
	left: 0;
	top: -650px;
	width: 100%;
    text-align: center;
}
#top-mv p img{height: 650px;}


.catch,.catch2,.catch3{
	display:none;
}
.banner{
height: 650px;
position: relative;
overflow: hidden;
}
.banImg {
width: 100%;
height: 650px;

left: 0;
top: 0;
z-index:-99998;
}

   /*------------------------------ responsive ------------------------------*/

@media screen and (max-width:768px){ 
#topmain{
    height: 250px;
    margin-bottom: 40px;
}
#top-mv{height: -250px;}
#top-mv p{
	top: -250px;
}
#top-mv p img{height: 250px;}

.banner{
height: 250px;
}
.banImg {
height: 250px;
}
}