@media screen and (max-width: 768px){
#header .logo a {
    background-size: contain !important;
}
}

#header .header_info{
    width: 450px;
}
#header .header_info .time{
    letter-spacing: 0.05em;
}
#header .header_info .shop{
    white-space: nowrap;
    overflow: hidden;
    display: block;
}