.sponsorship-wrap {
  width: 100%;
  text-align: center;
  padding: 50px 0 60px;
  background-color: #21215a;
}

.sponsorship-wrap h2 {
  color: #fff;
  padding-bottom: 46px;
  font-size: 24px;
  font-family: "Sawarabi Mincho";
}

/*230427 修正  */
.sponsorship-wrap ul {
  width: 1064px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
}

.sponsorship-wrap li {
  width: 255px;
  height: 100px;
  display: flex;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Sawarabi Mincho";
  box-sizing: border-box;
}

.sponsorship-wrap li img{
  width: 255px;
  height: 100px;
}


/* ボタン */
.sponsorship-btn {
  max-width: 1101px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sponsorship-btn .sponsorship-btn1 {
  width: 100%;
  display: flex;
}

.sponsorship-btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #21215A;
  font-family: "Sawarabi Mincho";
  border-radius: 60px;
  padding: 20px;
  line-height: 40px;
}

.sponsorship-btn a:hover {
  background-color: #21215a;
  color: #fff;
}


@media screen and (min-width: 1366px) {
  .sponsorship-wrap {
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 1365px) {
  .sponsorship-wrap {
    position: relative;
    top: -1px;
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .sponsorship-wrap {
    margin-top: 0;
  }

  /* 協賛 */
  .sponsorship-wrap h2 {
    font-size: 40px;
  }

  .sponsorship-wrap p {
    font-size: 24px;
  }

  .sponsorship-wrap ul {
    width: 90%;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .sponsorship-wrap li {
    height: 100px;
  }

    .sponsorship-wrap li img {
      width: 100%;
      height: auto;
  }

  .sponsorship-btn {
    gap: 30px;
    flex-wrap: wrap;
  }

  .sponsorship-btn1 a,
  .sponsorship-btn2 a {
    display: flex;
    justify-content: center;
  }

  div.sponsorship-btn1,
  div.sponsorship-btn2 {
    width: 30%;
  }
}

@media screen and (max-width: 520px) {
  .sponsorship-wrap h2 {
    font-size: 27px;
  }

  .sponsorship-wrap p {
    font-size: 16px;
  }

  .sponsorship-btn a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 450px) {
  .about-wrap a,
  .outline-wrap a {
    height: auto;
  }
}

@media screen and (max-width: 444px) {
  .sponsorship-wrap {
    padding: 50px 0;
  }

  .sponsorship-wrap li {
    width: 45%;
    height: auto;
  }

  .sponsorship-btn {

  }

  .sponsorship-wrap p {
    font-size: 14px;
  }

  .sponsorship-wrap ul {
    gap: 12px 0;
  }

  .sponsorship-wrap li {
    margin: 0 5px;
  }

  .sponsorship-wrap h2 {
    padding-bottom: 30px;
  }
}
