@charset "utf-8";

.MV{
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .MV{
        margin-bottom: 20px;
    }
    }

.more_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.more_btn-item{
    width: 90%;
}
.more_btn-link{
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #e14522;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .more_btn{
        margin-bottom: 20px;
    }
}
