.pc-wide-logo-header-v3 {
  display: block !important;
  width: clamp(300px, 28vw, 450px) !important;
  max-width: 450px !important;
  height: auto !important;
  max-height: 100px !important;
  object-fit: contain !important;
  object-position: left center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 760px) {
  .pc-wide-logo-header-v3 {
    width: min(70vw, 300px) !important;
    max-height: 72px !important;
  }
}
