@charset "UTF-8";


.fv-cover {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 115%;
    height: 100%;
}

.fv-cover img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .fv-cover img {
        width: auto;
        height: 100%;
    }
}

.fv {
    overflow: hidden;
}

.fv-title,
.fv-img {
    opacity: 0;
}