@charset "utf-8";
/*
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
*/

/* ------------------------------------
// carousel
------------------------------------ */
.cover_custom.cover {
    position: static;
    width: 100%;
}
.cover_custom .carousel-control-prev:hover,
.cover_custom .carousel-control-next:hover {
    background: transparent;
}
.cover_custom .main {
    text-align: center;
}
.cover_custom .carousel-overlay .main {
    padding: 2rem 0;
    position: absolute;
    top: 20%;
    width: 100%;
    background-color: transparent !important;
    color: initial;
}
.cover_custom .carousel-overlay .main h3 {
    font-size: x-large;
    font-weight: bold;
}
.cover_custom .carousel-overlay .main h3 a {
    color: initial !important;
    text-decoration: none;
}
.cover_custom .carousel-overlay .main h3 a:hover {
    background-color: transparent !important;
}
