.footer-bottom-mb {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .footer-bottom.pc {
        display: none;
    }

    .footer-bottom-mb {
        width: 100%;
        display: block;
    }

    .footer-bottom-mb .footer-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 1px 0px;
    }

    .footer-bottom-mb .footer-menu .border-end {
        width: 50%;
        font-size: 14px;
        text-align: center;
        text-decoration: none;.footer-bottom-mb .foot-intro span;
        padding: 10px 0;
        background-color: #ff4778;
        color: white;
        font-weight: bold;
    }

    .footer-bottom-mb .foot-intro span {
        background-color: #ff4778;
        font-size: 12px;
        width: 100%;
        text-align: center;
        margin-top: 1px;
        font-weight: bold;
        padding: 10px 10px;
    }
}