.brand-lockup {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  min-width: 0 !important;
}

.brand-lockup .seal,
.login-seal {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.brand-lockup .seal {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  overflow: hidden !important;
}

.login-seal {
  overflow: visible !important;
}

.brand-lockup .seal::before,
.brand-lockup .seal::after,
.login-seal::before,
.login-seal::after {
  content: none !important;
  display: none !important;
}

.brand-lockup .seal img {
  display: block;
  width: 58px !important;
  height: 58px !important;
  max-width: 58px !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

.brand-lockup .brand-copy {
  min-width: 0 !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.brand-lockup .brand-copy strong {
  white-space: nowrap !important;
}

.login-seal img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 700px) {
  .head-main {
    column-gap: 16px !important;
  }

  .brand-lockup {
    gap: 16px !important;
    max-width: calc(100vw - 108px) !important;
  }

  .brand-lockup .seal {
    width: 54px !important;
    height: 54px !important;
    flex-basis: 54px !important;
  }

  .brand-lockup .seal img {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
  }

  .brand-lockup .brand-copy strong {
    font-size: 21px !important;
    line-height: 1.15 !important;
    letter-spacing: .06em !important;
  }
}

@media (max-width: 390px) {
  .brand-lockup {
    gap: 13px !important;
  }

  .brand-lockup .seal {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
  }

  .brand-lockup .seal img {
    width: 50px !important;
    height: 50px !important;
    max-width: 50px !important;
  }

  .brand-lockup .brand-copy strong {
    font-size: 19px !important;
  }
}