@media screen and (max-width: 1024px) {
  .funclub__bg {
    height: 300px;
  }
  .sponcer__group .swell-block-columns__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1100px) {
  .fv__image.u-pc {
    display: none;
  }
  .fv__image.u-sp {
    display: block;
  }

  .fv {
    color: #e2e6e9;
    padding-block: 45px;
  }
  .fv__inner {
    max-width: 650px;
    margin-inline: auto;
    padding-top: 354px;
    position: relative;
  }
  .fv::before {
    content: "";
    width: 100%;
    height: 600px;
    background: url(../../img/fv__bg-fillter.webp) no-repeat top center/ cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .fv::after {
    background: url(../../img/fv__bg-sp.webp) no-repeat center center/ cover;
  }
  .fv__contents-inner {
    padding-inline: 2rem;
  }
  .fv__contents-wrap {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .fv__content {
    margin-bottom: 0;
  }
  .fv__title-sub {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; /* これを忘れずに */
    color: #e2e6e9;
  }
  .fv__title-sub-big {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fv__title-sub-accent-wrap {
    font-weight: 500;
  }
  .fv__title-sub-accent {
    font-size: 3.2rem;
    line-height: 1.3;
    font-weight: 500;
  }
  .fv__title-sub-small {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .fv__title-sub-small .u-sp {
    display: block;
  }
  .fv__title {
    margin-top: 2rem;
    padding-block: 2rem 0;
    gap: 0;
  }
  .fv__title::before {
    left: 0;
    transform: none;
    width: 5rem;
  }
  .fv__title::after {
    content: none;
  }
  .fv__title-big {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; /* これを忘れずに */
    color: #e2e6e9;
    font-size: 5rem;
  }
  .fv__title-small {
    font-size: 2.2rem;
    font-weight: 400;
  }
  .fv__image {
    position: absolute;
    width: 464px;
    height: auto;
    top: 0;
    left: calc(50% + 16%);
    transform: translateX(-50%);
    z-index: -1;
  }
  .fv__image.js-fade-up {
    opacity: 0;
    transform: translateX(-50%) translateY(24px);
    transition:
      opacity 0.7s ease,
      transform 0.7s ease;
  }

  .fv__image.js-fade-up.is-inview {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  .fv__game {
    position: static;
    margin-top: 2rem;
    max-width: 100%;
  }
  .fv__game-inner {
  }
  .fv__game-info {
    gap: 0.6rem;
  }
  .fv__game-title {
  }
  .fv__game-sub {
  }
  .fv__game-match {
  }
  .fv__game-team {
    flex-direction: column;
  }
  .fv__game-team:nth-of-type(2) {
    flex-direction: column-reverse;
  }
  .fv__game-team-name {
  }
  .fv__game-team-name-ja {
    background: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset; /* これを忘れずに */
    color: #e2e6e9;
    font-size: 1.2rem;
  }
  .fv__game-team-name-en {
    font-size: 1rem;
  }
  .fv__game-team-emblem {
    max-width: 52px;
  }
  .fv__game-match-accent {
    font-size: 3.2rem;
  }
  .fv__game-event {
    flex-direction: column;
    gap: 1px;
  }
  .fv__game-datetime {
    line-height: 1.2;
  }
  .fv__game-place {
    padding-left: 0;
    border-left: none;
    line-height: 1.2;
    background: linear-gradient(90deg, #6a829c 0%, #e2e6e9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* ここまで */

  .personal-sponsor .swell-block-columns__inner .swell-block-column,
  .supplier .swell-block-columns__inner .swell-block-column {
    max-width: 260px;
  }
  .sponcer__group .swell-block-columns__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    width: fit-content;
    margin-inline: auto;
    max-width: 100%;
    gap: 2rem;
  }

  .wp-block-group__inner-container {
    p {
      text-align: center;
    }
  }
}

@media screen and (max-width: 1200px) {
  .sponsor__contents {
    margin-inline: auto;
  }
}
