@charset "UTF-8";
.insta {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    height: 95vh;
    width: 100%;
    /*height: 40%;*/
    position: relative;

}

.swiper-slide {
    background: #000;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper-container {
	width: 100%;
	height: 100vh;
}

.swiper-container .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-container .swiper-wrapper .swiper-slide p {
	position: absolute;
	bottom: 2%;
	right: 1%;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
    filter: drop-shadow(2px 2px 2px #000);
}

.swiper-container .swiper-wrapper .swiper-slide-active p {
	animation-name: fade-in;
	animation-duration: 1.5s;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}






.layer_service {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 17rem;
    background-color: #000;
}

.layer_service_01::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service01.jpg) no-repeat center bottom;
}

.layer_service_02::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service02.jpg) no-repeat center bottom;
}

.layer_service_03::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service03.jpg) no-repeat center bottom;
}

.layer_service_04::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service04.jpg) no-repeat center bottom;
}

.layer_service_05::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service05.jpg) no-repeat center bottom;
}

.layer_service_06::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service06.jpg) no-repeat center bottom;
}

.layer_service_07::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service07.jpg) no-repeat center bottom;
}
.layer_service_08::after {
    background: url(https://mb-kanbara.shop/mb-kanbara/image/top/thumb_service08.jpg) no-repeat center bottom;
}

.layer_service::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.layer_service:hover::after {
    opacity: .5;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.layer_service .inner {
    z-index: 1;
    padding-top: 5rem;
    position: relative;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.layer_service:hover .inner {
    padding-top: 3rem;
}

.hover-mask {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.layer_service:hover .hover-mask {
    opacity: 1;
}

@media (max-width: 576px) {
    .layer_service .hover-mask {
        opacity: 1;
    }

    .layer_service .inner {
        padding-top: 3rem;
    }
}