#header { position: absolute; top: 32px; left: calc((100% - 768px) / 2 + 52px); z-index: 100; }
#header h1 a img { width: 208px; }

@media screen and (max-width:768px) {
    #header { top: 4.166vw; left: 6.77vw; }
    #header h1 a img { width: 27.083vw; }
}



#quick { position: fixed; right: calc((100% - 768px) / 2 + 15px); bottom: 17px; z-index: 100; }
#quick a img { width: 160px; }

@media screen and (max-width:768px) {
    #quick { right: 1.953vw; bottom: 2.213vw; }
    #quick a img { width: 20.833vw }
}