.page-curtain__mark {
  width: min(760px, 84vw);
  aspect-ratio: 3 / 1;
  background: url("../images/takenaka-web-logo.png") center / contain no-repeat;
  font-size: 0;
}

.site-brand:not(:has(.custom-logo-link)) {
  width: clamp(280px, 23vw, 390px);
}

.site-brand:not(:has(.custom-logo-link)) > a {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  background: url("../images/takenaka-web-logo.png") left center / contain no-repeat;
}

.site-brand:not(:has(.custom-logo-link)) .site-brand__name,
.site-brand:not(:has(.custom-logo-link)) .site-brand__role,
.site-brand:not(:has(.custom-logo-link)) > a::after {
  display: none;
}

@media (min-width: 901px) {
  .site-brand:not(:has(.custom-logo-link)) {
    top: 116px;
  }
}

@media (max-width: 900px) {
  .site-brand:not(:has(.custom-logo-link)) {
    width: min(58vw, 310px);
  }
}
