.site-title .logo {
    color: transparent;
    background: url(../../../images/layout01-3/jp/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 380px;
    height: 33px;
    transition: all .3s ease;
}
.site-title {
    padding: 87px 0 15px;
}
.header-fixed .site-title .logo {
    height: 28px;
    width: 317px;
}
.header-fixed .site-title {
    padding: 27px 0;
}
.header-fixed .site-title {
    padding: 35px 0 0 0px;
}
@media screen and (max-width: 1000px) {
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 340px;
        height: 30px;
    }
}