
.jwli-footer > * {
    font-family: "alternate-gothic-atf", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.jwli-footer {
    background: #e6e6e6;
    border: none;
    position: relative;
    display: flex;
}
.jwli-footer .left-section-title {
    background: #fff;
    height: auto;
}
.jwli-footer .left-section-title.bg-gray {
    background: #e5e5e5;
}
.jwli-footer .left-section-title + div {
    flex: 1;
    background: #e5e5e5;
}
.jwli-footer .gray-right-section {
    background: #e5e5e5;
    z-index: 9999;
}
.jwli-footer #logo-sns-wrapper #footer-logo img {
    max-width: 172px;
}
.jwli-footer #logo-sns-wrapper .sns-wrapper {
    margin-top: 75px;
    padding: 0 15px;
}
.jwli-footer #logo-sns-wrapper .sns-wrapper a {
    text-decoration: none;
}
.jwli-footer #logo-sns-wrapper .sns-wrapper a:first-of-type {
    margin-right: 50px;
}
.jwli-footer #logo-sns-wrapper .sns-wrapper img {
    max-width: 50px;
    height: 50px;
}
.jwli-footer #footer-row-menu {
    padding: 70px 70px 50px;
    flex: 1;
}
.jwli-footer .footer-menu-link:not(:last-of-type) {
    margin-right: 4%;
}
.jwli-footer .footer-menu-link:nth-child(4) {
    margin-left: -8%;
}
.jwli-footer .footer-menu-link:nth-child(3) {
    width: 22%;
    margin-right: 0;
    padding-right: 0;
}
.jwli-footer .footer-menu-link a {
    font-size: 21px;
    color: #373332;
    text-decoration: none;
}
.jwli-footer .footer-menu-link .footer-submenu {
    padding-left: 0;
}
.jwli-footer .footer-menu-link .footer-submenu li {
    list-style: none;
    margin-top: 6px;
}
.jwli-footer .footer-menu-link .footer-submenu li a {
    color: #6d6e71;
    font-size: 16px;
}
.jwli-footer .footer-menu-link .footer-submenu li a:hover{
    color: #ddbdc9;
}
.jwli-footer #footer-row-copyright {
    border-top: 2px solid #575353;
    flex: 1;
    padding: 15px;
    text-align: right;
    margin-left: 30px;
}
.jwli-footer #footer-row-copyright .copyright-text > * {
    color: #6d6e71;
    font-size: 12px;
    letter-spacing: 1px;
}
.jwli-footer #footer-row-copyright .copyright-text a:before {
    border-left: 1px solid #373332;
    content: " ";
    height: 100%;
    margin-right: 10px;
    margin-left: 5px;
}
#sp-footer-menu {
    display: none;
}
#pc-footer-menu {
    display: block;
}

@media screen and (max-width: 768px) {
    #sp-footer-menu {
        display: block;
    }
    #pc-footer-menu {
        display: none;
    }
    .jwli-footer .left-section-title {
        display: none;
    }
    .jwli-footer #logo-sns-wrapper {
        margin-bottom: 30px;
    }
    .jwli-footer #logo-sns-wrapper .sns-wrapper {
        display: none;
    }
    .jwli-footer .footer-menu-link a {
        font-size: 18px;
        margin-bottom: 20px;
        display: block;
    }
    .jwli-footer .footer-menu-link .footer-submenu {
        padding-left: 10px;
        margin-top: -10px;
    }
    .jwli-footer .footer-menu-link .footer-submenu li {
        margin-top: 5px;
    }
    .jwli-footer .footer-menu-link .footer-submenu li a {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
    }
    .jwli-footer .sns-wrapper {
        margin-top: 30px;
        display: block;
    }
    .jwli-footer .sns-wrapper a img {
        width: 27px;
        height: 27px;
    }
    .jwli-footer .sns-wrapper a:first-of-type {
        margin-right: 13px;
    }
    .jwli-footer #footer-row-copyright {
        width: 100%;
        margin: 0 15px;
        padding: 30px 0px 60px;
    }
    .jwli-footer #footer-row-copyright .copyright-text {
        text-align: center;
        font-size: 12px;
    }
    .jwli-footer #footer-row-menu {
        padding: 60px 40px 40px;
    }
    .jwli-footer #logo-sns-wrapper #footer-logo img {
        max-width: 100px;
    }
}