/* swiper */
.swiper {
  width: 100%;
  height: 396px;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.club-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-block: 20px 46px;
}

@media (max-width:991px) {
  .club-wrap {
    padding-inline: 15px;
  }

  .club-wrap {
    gap: 15px;
  }
}

@media (max-width:767px) {

  .club-wrap {
    gap: 35px;
    padding-inline: 0;
  }
}

.club-left,
.club-right {
  width: 50%;
  position: relative;
}

.club-left-txt {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.club-left-txt .ls{
  letter-spacing: -0.2px;
}

.club-topics-title {
  color: #000;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  display: inline-block;
}

.club-topics-title::after {
  content: "";
  position: absolute;
  top: calc(100% - 5px);
  left: calc(100% + 8px);
  width: calc(100vw - 100% - 8px);
  max-width: 350px;
  height: 1px;
  background-color: #999;
}

.club-topics-list {
  margin-top: 15px;
}

.club-topic-item a,
.club-topic-item span {
  position: relative;
  color: #600;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-inline: 4px;
}

.club-topic-item a:hover {
  text-decoration: underline;
}

.club-topic-item a img {
  display: inline-block;
  margin-left: 4px;
  vertical-align: baseline;
  width: 24px;
  height: 24px;
}

.club-topic-item {
  margin-bottom: 10px;
}

.club-topic-item {
  position: relative;
}

.club-topic-item.word img {
    width: 18px;
    height: 18px;
}

.club-topic-item::before {
  content: "◆";
}

@media (max-width:767px) {
  .club-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-block: 40px 32px;
  }

  .club-left,
  .club-right {
    width: 100%;
    padding-inline: 10px;
  }

  .club-left-txt {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
  }

  .club-topics-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* SPでは下のリスト下線の“右端の見え方”に合わせて罫線を短くする */
  .club-topics-title::after {
    max-width: 280px;
  }

  .club-topics-list {
    margin-top: 20px;
  }

  .club-topic-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .club-topic-item a,
  .club-topic-item span {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #600;
  }

  .club-topic-item a img {
    flex-shrink: 0;
    margin-left: 10px;
  }

  .club-topic-item a::after {
    content: none;
  }
}
