@charset "utf-8";
.bg01 {
    background-image: url(../img/mv-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bt01 {
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #f5d431;
    color: #000000;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 3px 0 rgb(209, 146, 59);
    transition: all 200ms 0s ease;
}

.bt01:hover {
    box-shadow: 0 5px 0 rgb(209, 146, 59);
    transform: translateY(-2px);
}


