@charset "UTF-8";
/*-----------------------------------

dazncup.scss

------------------------------------*/
/* ==========================================================================
   sponsorArea   スポンサー
========================================================================== */
.sponsorArea {
  background: #fff;
}
.sponsorArea__inner {
  width: 90%;
  padding: 80px 0;
  margin: 0 auto;
}
.sponsorArea__title {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.sponsorArea__title img {
  width: 100%;
  height: auto;
}
.sponsorArea__con + .sponsorArea__con {
  margin-top: 24px;
}
.sponsorArea__con + .sponsorArea__title {
  margin-top: 80px;
}
.sponsorArea__con .ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
}
.sponsorArea__con .logo__S {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  gap: 10px;
}
.sponsorArea__con .logo__S a {
  display: block;
  width: 120px;
  display: block;
}
.sponsorArea__con .logo__S img {
  width: 100%;
  height: auto;
}