@charset 'utf-8';

.carousel { }
.carousel-control-next, .carousel-control-prev { display: none;}
.carousel .img-wrap { background-size: cover; background-position: center; background-repeat: no-repeat;}
.carousel .img-wrap .slogun { position: absolute; top:calc(50% + var(--menuHeight) / 2) ; transform: translateY(-50%); width: 100%;  color: #fff; text-align: center; }
.carousel .img-wrap .slogun h2 {padding: 0 0 3.2rem; font-size:5rem; font-weight: 500; line-height: 0.8; }
.carousel .img-wrap .slogun p { font-size: 2rem; line-height: 1.2; word-break: keep-all; }

@media (max-width:576px){
    .carousel .img-wrap .slogun h2 { padding: 0 0 3rem; font-size: 4.4rem;}
}