@media screen and (max-width:767px) {
    /*  固定メニューを非表示 */
    .p-header-nav-floating-btn__top-btns {
        display : none;
    }
    /* フッター */
    #section-1 {
        padding-bottom : 100px;
    }
}

#section-557 {
    position :fixed;
    bottom: 0;
    left : 0;
    z-index : 1000;
    width : 100%;
    text-align :center;
    @media screen and (min-width:768px) {
        display : none !important;
    }
    img {
        max-height : 100px;
        width : auto;
    }
