@charset "UTF-8";
/* 追加CSS */
header .title a{
    width: 140px;
    height: 98px;
}

@media ( max-width : 767px ){
    header .title a{
        width: 55px;
        height: auto;
    }
}