.footer_inner {
    display: flex;
    justify-content: space-between;
}

footer #foot_share {
    float: none;
}

footer #foot_share ul {
    width: 30%;
    max-width: 300px;
    display: flex;
}

footer li {
    margin-right: 32px;
}

footer li.share img {
    width: 61px;
}

footer #foot_hobo_nav {
    float: none;
    padding-top: 5px;
}

footer #foot_hobo_nav ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.nocart {
    border: 2px solid #DA3915;
    border-radius: 5px;
    width: 330px;
    margin: 3em auto 3em 0;
}

.nocart.nocart-otomo {
    margin: 3em auto;
}

.nocart h3 {
    color: #DA3915;
    text-align: center;
    display: block;
    margin: 1em auto;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.05em;
}

.nocart h3:after {
    content: none;
}

.nocart p {
    color: #DA3915;
    width: 90%;
    margin: 0 auto 1em;
    font-size: 13px;
    line-height: 1.6;
}

.nocart p a {
    color: #DA3915;
}

@media screen and (max-width: 640px) {
    .footer_inner {
        width: 90vw;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    footer {
        border-bottom: none;
    }
    footer ul {
        left: 0;
    }
    footer #foot_share ul {
        width: 100%;
        max-width: 100%;
    }
    footer li {
        margin: 0 22px 0 0;
    }
    footer li.share img {
        width: 46px;
    }
    footer #foot_hobo_nav ul {
        width: 100%;
        justify-content: left;
        flex-direction: column;
    }
    footer #foot_hobo_nav {
        left: 0;
        padding: 15px 0;
    }
    .baselink {
        text-align: left;
    }
    .copyright {
        font-size: 13px;
        padding-bottom: 20vw;
    }

    .nocart {
        border: 2px solid #DA3915;
        border-radius: 5px;
        width: 100%;
        margin: 3em auto;
        transform: translate(0, 0);
    }

    .nocart h3 {
        color: #DA3915;
        text-align: center;
        display: block;
        margin: 1em auto;
        padding: 0;
        font-size: 16px;
        letter-spacing: 0.05em;
    }

    .nocart h3:after {
        content: none;
    }

    .nocart p {
        color: #DA3915;
        width: 90%;
        margin: 0 auto 1em;
        font-size: 13px;
        line-height: 1.6;
    }

    .nocart.nocart-otomo {
        width: 90%;
    }
}

