.club-info {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  max-width: 1022px;
  align-items: center;
  margin: 0 auto;
}
.club-info__short {
  width: 424px;
  text-align: center;
}
.club-info__name {
  color: #E8252A;
  margin-bottom: 15px;
}
.club-info__name h3 {
  font-size: 33px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  margin-top: 20px;
}
.club-info__name p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.club-info__overview {
  font-size: 18px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0.02em;
  text-align: left;
}
.club-info__box {
  width: calc(100% - 472px);
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  padding: 40px;
  border: 4px solid #000;
  border-radius: 16px;
}

#ud-dazn .p-hdg img {
  margin-bottom: 15px;
}

#ud-sns h2.p-hdg {
  font-size: 36px;
  font-family: Barlow Condensed, serif;
}
#ud-sns .sns-items .sns-twitter {
  background-color: #F5F5F5;
  padding: 33px 8.5%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  justify-content: space-between;
  margin-bottom: 25px;
}
#ud-sns .sns-items .sns-twitter-links {
  display: flex;
  gap: 25px;
  width: calc(100% - 180px);
}
#ud-sns .sns-items .sns-twitter-links__item {
  width: calc((100% - 25px) / 2);
}
#ud-sns .sns-items .sns-twitter-links__item a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #00A4F9;
  text-align: center;
}
#ud-sns .sns-links {
  display: flex;
  gap: 25px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#ud-sns .sns-links a {
  display: flex;
  height: 70px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  gap: 15px;
  width: calc((100% - 30px) / 3);
  justify-content: center;
}

@media screen and (max-width: 480px) {
  .club-info {
    padding: 25px 0;
    gap: 32px;
  }
  .club-info__short {
    padding: 0 20px;
  }
  .club-info__logo img {
    width: 128px;
  }
  .club-info__name h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.5px;
  }
  .club-info__name p {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
  }
  .club-info__overview {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
  }
  .club-info__box {
    width: 100%;
    padding: 24px;
  }
  .club-info__box .box-content {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 22.1px */
  }
  #ud-dazn .l-box__inner {
    padding: 57px 0;
  }
  #ud-dazn .l-box__inner .p-hdg.-lv2 span {
    font-size: 13px;
  }
  #ud-sns .l-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #ud-sns .l-inner h2.p-hdg {
    font-size: 35px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.05px;
    margin-bottom: 40px;
  }
  #ud-sns .l-inner h2.p-hdg::after {
    display: none;
  }
  #ud-sns .sns-items .sns-twitter {
    padding: 16px;
    flex-direction: column;
  }
  #ud-sns .sns-items .sns-twitter-links {
    width: 100%;
    gap: 15px;
  }
  #ud-sns .sns-items .sns-twitter-links__item {
    width: calc((100% - 15px) / 2);
  }
  #ud-sns .sns-items .sns-twitter-links__item a {
    height: 64px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0;
  }
  #ud-sns .sns-items .sns-twitter-links__item a br {
    display: block !important;
  }
  #ud-sns .sns-links {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #ud-sns .sns-links a {
    height: 64px;
    line-height: 64px;
    font-size: 13px;
    font-weight: 600;
    width: calc((100% - 10px) / 2);
  }
  #ud-news .l-inner {
    padding: 45px 10px;
  }
  #ud-news .l-inner .news-list__item--small {
    margin-right: 0;
  }
  #ud-news .l-inner .news-wrap {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=ud-olive-sad.css.map */
