footer {
    background-color: #231816;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4)
}

footer .footer_sp .footer_logo {
    width: 35%
}

@media (max-width: 800px) {
    footer .footer_sp .footer_logo {
        width: 50%
    }
}

@media (max-width: 600px) {
    footer .footer_sp .footer_logo {
        width: 100%
    }
}

footer .footer_sp div li {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.6px;
    line-height: 2.5rem;
    cursor: pointer;
    width: 20%;
    text-align: center
}

@media (max-width: 800px) {
    footer .footer_sp div li {
        font-size: 0.9rem
    }
}

@media (max-width: 600px) {
    footer .footer_sp div li {
        width: initial
    }
}

footer .footer_sp div li a {
    color: #fff
}

footer .footer_sp div li a img {
    width: 80%
}

@media (max-width: 600px) {
    footer .footer_sp div li a img {
        width: 40%
    }
}

@media (max-width: 600px) {
    footer .footer_sp div ul {
        padding: 0;
        flex-direction: column
    }
}

@media (max-width: 600px) {
    footer .footer_sp div img {
        margin-bottom: 2rem !important
    }
}

@media (max-width: 768px) {
    footer .footer_sp div img {
        margin: 0 auto
    }
}

footer a {
    color: initial;
    text-decoration: none
}

@media (max-width: 767px) {
    footer #footerLogo2 {
        margin: 0 !important
    }
}

footer #footerLogo2 img {
    width: 136px;
    margin-bottom: 0px;
    margin-right: auto
}

@media (max-width: 600px) {
    .copylight {
        font-size: 12px
    }
}

.following_banner {
    z-index: 100;
    position: fixed;
    width: 100%;
    padding: 10px;
    display: none;
    background-color: #ffffffe0
}

@media (max-width: 576px) {
    .following_banner {
        padding: 1px
    }
}

.following_banner.following_banner.fadeIn {
    bottom: 0;
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .following_banner.following_banner.fadeIn {
        flex-direction: column
    }
}

.following_banner .following_banner_inner {
    display: flex;
    justify-content: center
}

.following_banner .following_banner_inner a.content {
    text-decoration: none;
    color: #FFF
}

.following_banner .following_banner_content {
    margin-left: 30px;
    background-color: #ECA815;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    min-width: 330px
}

@media (max-width: 992px) {
    .following_banner .following_banner_content {
        padding: 2px;
        margin: 5px
    }
}

.following_banner .following_banner_content p {
    margin-bottom: 0
}

.following_banner .following_banner_content .content {
    font-size: 2rem;
    color: #fff;
    font-weight: bold
}

@media (max-width: 992px) {
    .following_banner .following_banner_content .content {
        font-size: 1.5rem
    }
}

@media (max-width: 576px) {
    .following_banner .following_banner_content .content {
        font-size: 1rem
    }
}

.following_banner .following_banner_content .content i {
    padding-right: 1rem
}

.following_banner .following_banner_content .date {
    font-size: 1rem
}

@media (max-width: 992px) {
    .following_banner .following_banner_content .date {
        font-size: 12px
    }
}

.following_banner .following_banner_content .comment {
    font-size: 14px
}

@media (max-width: 992px) {
    .following_banner .following_banner_content .comment {
        font-size: 12px
    }
}

.following_banner .following_banner_content .btn03-inner a {
    margin: 0 1rem
}

.following_banner .following_banner_content.mail-sns-link {
    background-color: #00ab19
}

.following_banner .following_banner_content.mail-sns-link p {
    color: #fff
}

.following_banner .following_banner_content.mail-sns-link div {
    display: flex;
    justify-content: center;
    margin: 0.1rem;
    font-size: 1.5rem
}

@media (max-width: 992px) {
    .following_banner .following_banner_content.mail-sns-link div {
        margin: 0
    }
}

.following_banner .following_banner_content.mail-sns-link div .content {
    padding: 0 1rem;
    display: flex;
    align-items: center
}