.footer {
  margin-top: 0;
}

.lp-photo {
  /* lp-team-list__wrapper (background: black) */
}
.lp-photo__wrapper {
  padding-bottom: 32vw;
  color: #fff;
  background-color: #000;
}
@media (min-width: 768px) {
  .lp-photo__wrapper {
    padding-bottom: 120px;
  }
}
.lp-photo .jba-photo {
  overflow: hidden;
}
.lp-photo .jba-photo form {
  margin-top: 6.4vw !important;
}
.lp-photo .bwg_image_title, .lp-photo .bwg_image_description {
  text-align: center;
}

/* フォトギャラリー試合別メニュー */
.gallery-match-menu {
    margin: 30px 0 ;
}

.gallery-match-menu__ttl {
    font-weight: bold;
    margin-bottom: 10px;
}

.gallery-match-menu__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery-match-menu__btn {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.gallery-match-menu__btn-soon {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #333;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

/* ホバー時の装飾（必要に応じて変更してください） */
.gallery-match-menu__btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.gallery-match-menu__btn-soon {
    pointer-events: none; 
    color: #999; 
    background-color: #333;
    border-color: #999;
}