@charset "UTF-8";


a { outline:none;}
img { vertical-align: bottom; }
:focus { outline: 0; }

.shopchul {}
.shopchul-sp { display: none;}
.shopchbtn,
.shopchbtn-sp{ position: fixed; bottom: 0; right: 0; z-index:99999; }
.shopchbtn { width: 300px; }
.shopchbtn-sp{ display: none}

@media screen and (max-width: 750px) {
.shopchul { display: none;}
.shopchul-sp { display: block;}
.shopchbtn { display: none;}
.shopchbtn-sp{ max-width: 200px; width: 35%; display: block;}
}

