/* ----- キャンパスムービー ----- */
#gakka-top main.main .c-m-Erea--bg-gray .embed-responsive {
    background-color: black;
}

#gakka-top main.main .c-m-Erea--bg-gray .embed-responsive img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#gakka-top main.main .c-m-Erea--bg-gray .embed-responsive .video_play {
    background-color: #00000080;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

#gakka-top main.main .c-m-Erea--bg-gray .embed-responsive .video_play span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1em;
    color: lightgray;
    margin-left: 1em;
    margin-right: 1em;
}

@media (max-width: 768px) {
    #gakka-top main.main .c-m-Erea--bg-gray .slick-dots {
        position: absolute;
    }
}
