#scroll-top {
    position: fixed;
    right: 20px;
    bottom: 130px;
    display: none;
    margin: 0;
    cursor: pointer;
    z-index: 99999;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer {
    background-color: #000;
    padding: 8px 0 35px;
    width: 100%;
    padding-bottom: 110px;
}

footer * {
    font-size: 15px;
}

footer .footer-in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer small {
    color: #898989;
    margin-top: 20px;
    font-size: 12px;
}

.fotter-sns {
    width: 100%;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fotter-sns li {
    margin: 12px 10px 0;
}

.fotter-sns li a {
    align-items: center;
    text-decoration: none;
}

.fotter-sns li span {
    font-size: 16px;
}

.fotter-sns li img {
    width: 40px;
    margin-right: 6px;

}

.fotter-sns li:nth-child(4) img {
    width: 35px;
    margin-right: 16px;
}

.fotter-sns li:nth-of-type(1) img {
    width: 200px;
}

.fotter-sns li:nth-of-type(2) img {
    width: 120px;
}

.fotter-sns li:nth-of-type(3) img {
    width: 160px;
}

.fotter-sns li:nth-of-type(1) {
    margin-right: 20px;
}

.fotter-sns li:nth-of-type(2) {
    margin-right: 20px;
}

.fotter-sns li:nth-of-type(3) {
    margin-right: 20px;
}

.fotter-sns li:nth-of-type(4) a {
    /* color: #1da1f2; */
    color: #fff;
}

.fotter-sns li:nth-of-type(5) a {
    /* color: #02B901; */
}

.fotter-sns li:nth-of-type(5) a {
    color: #fc9d00;
}

.fotter-nav {
    width: 100%;
    align-items: center;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fotter-nav li {
    margin: 0 10px;
}

.fotter-nav li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
}

/* SP */

.footer {
    border: #2196f3 solid 0;
    border-top-width: 1px;
    background-color: #212121;
    padding: 24px 0 200px;
    text-align: center;
}

.footer a:visited {
    color: #fff !important;
}

.footer-logoArea {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-logoArea img {
    height: 100%;
    width: auto;
}

.footer-logoArea div {
    height: 40px;
    line-height: 0;
    margin-bottom: 20px;
    width: 49%;
}

.footer-logoArea div a {
    display: block;
    height: 100%;
}

.footer-logoArea div:first-child {
    height: 50px;
    width: 100%;
}

.footer-snsArea {
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 0;
    margin-bottom: 24px;
}

.footer-snsArea-item a {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 16px;
}

.footer-snsArea-item:last-child a {
    margin-right: 0;
}

.footer-snsArea-item-logo {
    width: 24px;
}

.footer-snsArea-item-logo img {
    width: 100%;
}

.footer-snsArea-item-name {
    color: #fff !important;
    margin-left: 8px;
}

.footer-linkArea {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    justify-content: center;
}

.footer-linkArea a {
    color: #fff !important;
    display: inline-block;
    padding: 8px;
}

.footer-linkArea span {
    color: #fff;
}

.footer-copyrightArea {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 11px;
    margin-top: 24px;
}