.brand-cards {
  background: linear-gradient(218deg, rgb(10, 11, 28) 4%, rgb(7, 7, 21) 19%, rgb(7, 7, 21) 39%, rgb(3, 0, 67) 75%, rgb(10, 11, 28) 96%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(736px, 342.86px + 38.39vw, 1080px);
}
.brand-cards__inner {
  display: flex;
  gap: clamp(45px, 27.86px + 1.67vw, 60px);
}
.brand-cards__card {
  position: relative;
  width: clamp(452px, 269.14px + 17.86vw, 612px);
  height: clamp(517px, 306.71px + 20.54vw, 701px);
  border-radius: 20px;
  border: none;
  box-shadow: 4px 6px 16px 0px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  padding: clamp(2px, -14px + 1.56vw, 16px) 11px clamp(2px, -25.43px + 2.68vw, 26px) clamp(17px, 10.14px + 0.67vw, 23px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.brand-cards__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.brand-cards__card-bg img {
  position: absolute;
  max-width: none;
}
.brand-cards__card-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.brand-cards__card:hover .brand-cards__card-bg video {
  opacity: 1;
}
.brand-cards__card:nth-child(1) .brand-cards__card-bg img {
  width: clamp(1034.46px, 612.84px + 41.17vw, 1403.4px);
  height: auto;
  top: clamp(-160.04px, -69.87px - 4.7vw, -117.96px);
  left: clamp(-662.11px, -289.14px - 19.43vw, -488.05px);
}
.brand-cards__card:nth-child(2) .brand-cards__card-bg img {
  width: clamp(862.1px, 511.45px + 34.24vw, 1168.92px);
  height: auto;
  top: clamp(-10.19px, -4.47px - 0.3vw, -7.52px);
  left: clamp(-265px, -115.95px - 7.76vw, -195.44px);
}
.brand-cards__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.brand-cards__card-logo img {
  display: block;
}
.brand-cards__card-logo--type1 img {
  width: 292px;
  height: 26px;
}
.brand-cards__card-logo--type2 img {
  width: 177px;
  height: auto;
}
.brand-cards__card-label {
  font-family: "Yu Mincho Pr6N", "YuMincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #fff;
}
@media (max-width: 1024px) and (min-aspect-ratio: 4/5) {
  .brand-cards {
    min-height: 71.88vw;
  }
  .brand-cards .brand-cards__inner {
    gap: 4.39vw;
  }
  .brand-cards .brand-cards__card {
    width: 44.14vw;
    height: 50.49vw;
    padding: 0.2vw 1.07vw 0.2vw 1.66vw;
  }
  .brand-cards .brand-cards__card:nth-child(1) .brand-cards__card-bg img {
    width: 101.02vw;
    top: -11.52vw;
    left: -47.66vw;
  }
  .brand-cards .brand-cards__card:nth-child(2) .brand-cards__card-bg img {
    width: 84.19vw;
    top: -0.73vw;
    left: -19.09vw;
  }
  .brand-cards .brand-cards__card-logo--type1 img {
    width: 28.52vw;
    height: 2.54vw;
  }
  .brand-cards .brand-cards__card-logo--type2 img {
    width: 17.29vw;
  }
}
@media (max-width: 1024px) and (max-aspect-ratio: 4/5) {
  .brand-cards {
    margin-top: 80px;
    min-height: calc(100vh - 80px);
    padding: 0;
  }
  .brand-cards .brand-cards__inner {
    gap: 8.07vw;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 22.515vw;
    scrollbar-width: none;
  }
  .brand-cards .brand-cards__inner::-webkit-scrollbar {
    display: none;
  }
  .brand-cards .brand-cards__card {
    width: 54.97vw;
    height: 108.9vw;
    flex-shrink: 0;
    scroll-snap-align: center;
    padding: 0 1.43vw 3.52vw 3.52vw;
  }
  .brand-cards .brand-cards__card:nth-child(1) .brand-cards__card-bg img {
    width: 176.14vw;
    top: -10.99vw;
    left: -90.32vw;
  }
  .brand-cards .brand-cards__card:nth-child(2) .brand-cards__card-bg img {
    width: 176.42vw;
    top: 0;
    left: -45.05vw;
  }
  .brand-cards .brand-cards__card-content {
    gap: 10px;
  }
  .brand-cards .brand-cards__card-logo--type1 img {
    width: 224px;
    height: 20px;
  }
  .brand-cards .brand-cards__card-label {
    line-height: 1;
  }
  .brand-cards .brand-cards__card-bg video {
    display: none;
  }
}
/*# sourceMappingURL=all-brand.css.map */