@charset "UTF-8";

/*===============================

フッター（TOP用）

================================*/

#footer-section {
    position: relative;
    background-color: #141414;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
    color: #FFF;
}

#footer-section a {
    color: #FFF;
}

#footer-section a:hover {
    color: #ffdc00;
    opacity: inherit;
}

.footer {
    width: 100%;
    position: relative;
}

.footer .logo {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.footer .logo img {
    height: 50px;
    padding: 5px;
}

.footer ul.sns {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.footer ul.sns li {
    margin: 0 20px;
    background: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

.footer ul.sns li:hover {
    background: #ffdc00;
}

.footer ul.sns li a img {
    padding: 15px;
    width: 60px;
    filter: invert(100%) grayscale(100%) contrast(100%);
    -webkit-filter: invert(100%) grayscale(100%)
}

.footer ul.sns li a:hover {
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .footer ul.sns li {
        margin: 0 10px;
        background: #FFF;
        width: 40px;
        height: 40px;
        border-radius: 100px;
    }

    .footer ul.sns li a img {
        padding: 10px;
        width: 40px;
    }
}

.footer ul.list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.footer ul.list li {
    padding: 10px;
    margin: 10px 20px;
    color: #FFF;
    font-size: 1.3rem;
}

@media screen and (max-width: 600px) {

    .footer ul.list li {
        padding: 3px;
        font-size: 1.0rem;
        margin: 5px 10px;
    }
}

.footer .copyright {
    position: relative;
    text-align: center;
    font-size: 1.0rem;
    color: #FFF;
}
