.top_sns_share {
    display: block;
    max-width: 927px;
    margin: 80px auto 0;
    padding: 0 20px;
    text-align: center;
}

.top_sns_share h2 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 3rem;
}

.sns_wrap {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display:     flex;
    justify-content: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.CMS-INSTAGRAM-LIST {
    display: grid;
    grid-template-columns: repeat(3,1fr);

    gap: 20px;
}
.CMS-INSTAGRAM-LIST a:nth-child(n+7) {
    display: none;

}
@media(max-width: 768px) {
    .top_sns_share {
        margin-top: 50px;
        padding: 0 10px;
    }
    .CMS-INSTAGRAM-LIST {
        gap: 5px;
    }
}

.CMS-INSTAGRAM-LIST a:nth-of-type(n+9) {
    display: none;
}