@media (max-width:470px){

 /* Span Tag */
 .mb-8 div span{
  visibility:hidden;
 }
 
 /* Button */
 .s-block .items-center a{
  border-top-left-radius:12px !important;
  border-top-right-radius:12px !important;
  border-bottom-left-radius:12px !important;
  border-bottom-right-radius:12px !important;
 }
 
 /* Link */
 .store-footer__contacts-row .justify-center .anime-item a{
  border-style:none;
  font-size:23px;
 }
 
}