@charset "UTF-8";



.mv-catch {
    position: absolute;
    z-index: 10;
    width: 45vw;
    margin: 5vw 0 0 2vw;
}

.protected-page .mv-catch {
    display: none;
}


.mv-catch img {
    width: 100%;
}



@media screen and (max-width: 768px) {
.mv-catch {
    width: 48vw;
}
}



@media screen and (max-width: 480px) {
.mv-catch {
    width: 60vw;
    margin: 3vw 0 0 2vw;
}
}


header {
    z-index: 200;
}