footer {
} 

/* layout for Tablet */
@media screen and (min-width:481px){
}

/* layout for PC */
@media screen and (min-width:960px){
}

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

.footer-nav a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    margin: 10px 10px 10px 10px;
}

.footer-sns ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 32px;

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.footer-sns img {
    width: auto;
    height: 32px;  
}

.footer-sns img:hover {
    opacity: 0.8;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    width: auto;
    height: 60px;
    margin-top: 15px;
    margin-bottom: 15px; 
}

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


/* component for Mobile */

/* component for Tablet */
@media screen and (min-width:481px){
    .footer-sns ul {
        gap: 16px;    
    }

    .footer-sns img {
        height: 24px;    
    }
}

/* component for PC */
@media screen and (min-width:960px){
}
