@charset "utf-8";

/* footer */
.footer{
    background-color: #000;
    color: #fff;
    padding: 4.16vw 13.54vw;
}
.footer .inner{
    display: flex;
    justify-content: space-between;
}
.footer .left{
    height: 15.625vw;
}
.footer .left figure{
    width: 19.89vw;
    height: 2.60vw;
}
.footer .left ul{
    margin: 4.16vw 0 2.60vw;
    display: flex;
}
.footer .left ul li{
    font-size: 0.9375vw;

}
.footer .left p{
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
}
.footer .left p:last-child{
    margin-bottom: 0;
}
.footer .right{
    height: 15.625vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer .right ul:nth-child(1){
    display: flex;
}
.footer .right ul:nth-child(1) li{
    margin-left: 1.04vw;
}
.footer .right ul:nth-child(1) li a{
    display: block;
    width: 2.60vw;
    height: 2.60vw;
}
.footer .right ul:nth-child(1) li a figure{
    width: 100%;
    height: 100%;
}
.footer .right ul:nth-child(2) li{
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
    text-align: right;
}
.footer .right ul:nth-child(2) li:last-child{
    margin-bottom: 0;
}
/* footer */


@media screen and (max-width:500px) {
        /* footer */
        .footer{
            padding: 10vw 0;
        }
        .footer .inner{
            flex-direction: column;
            align-items: center;
        }
        .footer .inner > figure{
            width: 46vw;
            height: 6vw;
        }
        .footer .inner > ul:nth-child(2){
            display: flex;
            margin: 4vw 0 6vw;
        }
        .footer .inner > ul:nth-child(2) li{
            margin-right: 4vw;
        }
        .footer .inner > ul:nth-child(2) li:last-child{
            margin-right: 0;
        }
        .footer .inner > ul:nth-child(2) li figure{
            width: 10vw;
            height: 10vw;
        }
        .footer .inner > ul:nth-child(3){
            margin-bottom: 6vw;
        }
        .footer .inner > ul:nth-child(3) li{
            text-align: center;
            font-size: 2.8vw;
            margin-bottom: 3vw;
        }
        .footer .inner > ul:nth-child(3) li:last-child{
            margin-bottom: 0;
        }
        .footer .inner > ul:nth-child(4){
            font-size: 2.8vw;
            display: flex;
            margin-bottom: 3vw;
        }
        .footer .inner > p{
            font-size: 2.8vw;
            margin-bottom: 3vw;
        }
        .footer .inner > p:last-child{
            margin-bottom: 0;
        }
        /* footer */
    
}