<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1024px) {
  #header-online-store {
    padding: 0 1.5rem;
  }
}

@media (max-width: 767px) {
  div.sp-online-btn {
    position:fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    animation: fadeIn 3s linear;
    animation-fill-mode: both;
    opacity: 0;
  }
  
  @keyframes fadeIn{
    0%{opacity: 0;}
    90% {opacity: 0;}
    100%{opacity: 1;}
  }
  
  div.sp-online-btn a {
    width: calc(100vw - 20px - 2rem);
    background: rgba(255, 255, 255, 0.9);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/*繧ｰ繝ｭ繝翫ン縺ｮ譁�ｭ励し繧､繧ｺ隱ｿ謨ｴ*/
@media (min-width: 1024px) and (max-width: 1128px) {
  #header a {
    font-size: 86%;
  }
}</pre></body></html>