.stickyFooter{z-index:1;max-width:1920px;width:100%;height:200px;position:fixed;align-self:flex-end;bottom:-200px;background-image:url(/images/pc/footer.png);aspect-ratio:1920/200;padding-top:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;transition:bottom .3s ease;&.show{transition-delay:0s;bottom:0}}@media (max-width:960px){.stickyFooter{bottom:calc(-250vw / 15);background-image:url(/images/sp/footer.png);background-size:cover;aspect-ratio:1500/250;height:calc(250vw / 15);padding:calc(20vw / 15) calc(300vw / 15) 0;gap:calc(20vw / 15);&.show{transition-delay:0s;bottom:0}[target=_blank]{height:100%}}}