@charset "UTF-8";

#mv_outer:before {
    content: "";
    display: block;
    width: 100%;
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/common/upload_data/sudakasetunet/image/img1.jpg) 50% 50% no-repeat;
    background-size: cover;
    z-index: 0;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 100px rgba(0,0,0,0.3);
}