.top h2{
    background-image: url(../img/stylegallery.jpg);
    background-position: center;
}
/* style */
.style{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.style figure{
    width: 22%;
}
@media screen and (max-width: 1000px){
    .sp-nav{
        margin-top: 85px;
    }
    .section-top::after{
        display: none;
    }
    .style{
        width: 100%;
    }
    .style figure{
        width: 45%;
    }
}