@charset "utf-8";
.sponsor {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .sponsor {
    padding-top: 122px;
    padding-bottom: 148px;
  }
}

@media screen and (min-width: 768px) {
  .sponsor__inner.l-inner {
    max-width: calc(1151px + 40px * 2);
  }
}

.sponsor__container {
  margin-top: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sponsor__content {
  position: relative;
  padding-bottom: 80px;
}

.sponsor__content1,
.sponsor__content2 {
  border-bottom: 1px solid #cfc9e4;
}

.sponsor__content1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/officialPartner-bglogo_20250801.svg) no-repeat center center /
    contain;
  width: clamp(
    350px,
    calc(350px + (732 - 350) * ((100vw - 375px) / (1366 - 375))),
    732px
  );
  aspect-ratio: 732/142;
  height: auto;
  pointer-events: none;
}

.sponsor__content-title {
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 37;
  color: var(--sub-color);
  line-height: 37px;
}

@media screen and (min-width: 600px) {
  .sponsor__content-title {
    margin-top: 22px;
  }
}

@media screen and (min-width: 1000px) {
  .sponsor__content-title {
    margin-top: 39px;
  }
}

.sponsor__content-box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 20px 5px;
}

@media screen and (min-width: 768px) {
  .sponsor__content-box {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.sponsor__content-box-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  aspect-ratio: 363/108;
  max-width: 363px;
  width: calc(100% - 15px);
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
}

.sponsor__content-box-image img {
  aspect-ratio: 343 / 77;
  object-fit: contain;
}

.sponsor__content2 {
  margin-top: 90px;
}

.sponsor__content2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/partner-logo.svg) no-repeat center center / contain;
  width: clamp(
    275px,
    calc(275px + (475 - 275) * ((100vw - 375px) / (1366 - 375))),
    475px
  );
  aspect-ratio: 475/95;
  height: auto;
  pointer-events: none;
}

.sponsor__content2 .sponsor__content-title,
.sponsor__content3 .sponsor__content-title {
  margin-top: 4px;
}

@media screen and (min-width: 600px) {
  .sponsor__content2 .sponsor__content-title,
  .sponsor__content3 .sponsor__content-title {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .sponsor__content2 .sponsor__content-title,
  .sponsor__content3 .sponsor__content-title {
    margin-top: 21px;
  }
}

.sponsor__content3 {
  margin-top: 80px;
}

.sponsor__content3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/Supplier-bglogo_20250801.svg) no-repeat center center / contain;
  width: clamp(
    275px,
    calc(275px + (475 - 275) * ((100vw - 375px) / (1366 - 375))),
    475px
  );
  aspect-ratio: 475/95;
  height: auto;
  pointer-events: none;
}

.sponsor__container-bottom {
  margin-top: 47px;
}

.sponsor__container-button {
  background: #8d73c2;
  border-radius: 10px;
  margin-top: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 30px 33px 30px;
}

@media screen and (min-width: 815px) {
  .sponsor__container-button {
    flex-direction: row;
  }
}

.sponsor__container-image {
  aspect-ratio: 85/88;
  object-fit: contain;
  width: 58px;
}

@media screen and (min-width: 815px) {
  .sponsor__container-image {
    width: 88px;
  }
}

.sponsor__container-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: var(--white-color);
}

@media screen and (min-width: 815px) {
  .sponsor__container-text {
    font-size: 26px;
  }
}

.sponsor__container-button-btn-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 29px;
  color: var(--sub-color);
  background: #efeffa;
  border-radius: 28px;
  padding: 14px 25px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sponsor__container-button-btn-text::after {
  content: "";
  padding-left: 41px;
  width: 41px;
  height: 15px;
  background: url(../images/arrow3.svg) no-repeat center center/contain;
  transition: all 0.3s ease;
}

.sponsor__container-button:hover .sponsor__container-button-btn-text::after {
  transform: translateX(5px);
}
