@charset "UTF-8";
@media screen and (max-width: 960px){
.kumiko-header-logo-img {
    width: 86px;
    height: 58px;
}
}
@media screen and (min-width: 961px){
.kumiko-header-logo-img {
    display: block;
    width: 136px;
    height: 88px;
    position: relative;
}
.py-3 {padding-top: 0 !important; padding-bottom: 0 !important;}
}