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

dazncup.scss

------------------------------------*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* ==========================================================================
   header  
========================================================================== */
.jfcHeader__jLogo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100000;
}
.jfcHeader__jLogo img {
  width: 40px;
}

/* ==========================================================================
   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;
  line-height: 1.65;
  color: #000;
}
.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;
}

.sponsorArea__con.partner .logo__S a {
  background-color: #000000;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3rem;
  width: auto;
  line-height: 1.65;
}
