/* 文字の大きさ */
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

/* 画像サイズ */

#SNS {
    position: relative;
    z-index: 1;
    top: 10%;
    padding: 4%;
}


#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    border-radius: 20px;
}

/* アニメーション */


/* スマホ対応 */
@media screen and (max-width: 768px) {

    #SNS {
        position: relative;
        z-index: 1;
        top: 0;
    }

    #TopView {
        position: relative;
        height: 300px;
    }


    #TopText {
        margin-top: 23%;
    }

    .back-ground-logo {
        width: 120px !important;
    }
}