@charset "UTF-8";
/* CSS Document */

.header_origin .header_shop_logo.header_logo_wrap{
    width: 30%;
    max-width: 500px;
}

.inactive_link{
    background-color: #ebeaea;
    color: #b1b1b1;
}

.inactive_link:hover{
    background-color: #ebeaea;
    color: #b1b1b1;
    opacity: 1;
}

.inactive_link:hover span{
    opacity: 1;
}

.sns_link_unit.x_mark{
    width: 50px;
    aspect-ratio: 197 / 204;
}

.footer_logo_wrap{
    max-width: 410px;
    width: 26%;
}

.new_icon{
    position: relative;
}

.new_icon::after{
    content: "NEW";
    position: absolute;
    background-color: #ee031e;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    font-size: 14px;
}

@media (max-width: 768px){
    
    .header_origin .header_shop_logo.header_logo_wrap{
        width: 75%;
        max-width: 100%;
    }
    
    .footer_logo_wrap{
        width: 60%;
    }
    
    .sns_link_unit.x_mark{
        width: 34px;
    }
    
    .new_icon::after{
        top: 2px;
        left: 2px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        font-size: 11px;
    }
}