@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

.bg_vh {
background: url("../top.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height:100vh;
width: 100%;
}