/* タブレット以下 */
@media (max-width: 1024px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
    max-inline-size: 170px !important;
    max-block-size: auto !important;
    width: 170px !important;
    height: auto !important;
  }
}

