:root{
    --m-color: #C57C7C;
    --gradient1: rgba(197, 124, 124, 0.5);
    --gradient2: rgba(236, 219, 219, 1);
    --lightcolor: rgba(236, 219, 219, .3);
}

.main .mainSwiper .swiper-slide.slide1{
    background: url(../img/main_slide_1.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.main .mainSwiper .swiper-slide.slide2{
    background: url(../img/main_slide_2.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.main .mainSwiper .swiper-slide.slide3{
    background: url(../img/main_slide_3.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.banner0501{
    background: url(../img/banner/banner0501.png) no-repeat;
    background-position: 60%;
    background-size: cover;
}
.banner0601{
    background: url(../img/banner/banner0601.png) no-repeat;
    background-position: 60%;
    background-size: cover;
}
.banner0701{
    background: url(../img/banner/banner0701.png) no-repeat;
    background-position: 60%;
    background-size: cover;
}
.banner0801{
    background: url(../img/banner/banner0801.png) no-repeat;
    background-position: 60%;
    background-size: cover;
}
.banner0901{
    background: url(../img/banner/banner0901.png) no-repeat;
    background-position: 60%;
    background-size: cover;
}
