@charset "utf-8";
#slide_area {
	width: 100%;
	position: relative;
	height: 800px;
	
}
.slide1 {
	position: relative;
	width: 100%;
	height: 100%;
}
.slide1 .swiper-wrapper {
	position: relative;
}
.slide1 .swiper-slide {
}
.slide1 .trim {
	background-color: #EDEDED;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

@media (max-width:540px){
#slide_area {
	width: 540px;
	position: relative;
	margin-bottom: 100px;
	height: 339px;
	
}
}
