.common2025-base-grid-v-gap4 {
  display: grid;
  align-items: center;
  gap: 4px;
  grid-template-columns: repeat(4, 1fr);
}

.common2025-base-grid-v-2col-gap4 {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.common2025-base-grid-v-3col-gap4 {
  display: grid;
  align-items: center;
  gap: 4px;
  grid-template-columns: repeat(3, 1fr);
}

.common2025-base-grid-v-3col-gap24 {
  display: grid;
  align-items: center;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

/* common2025-SPMB002 */

.common2025-spmb002-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
  border-radius: 8px;
  list-style: none;
  overflow: hidden;
  padding: 0;
}

:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
      height: 120px;
      padding: 12px 0;
      text-decoration: none;
    }

:is(:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-title {
        color: #fff;
        text-align: center;
        font-family: 'Zen Kaku Gothic Antique', sans-serif;
        font-size: 12px;
        line-height: 100%;
      }

:is(:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) svg {
        display: block;
        color: #fff;
      }

:is(:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-logo {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
      }

.is-winner:is(.common2025-spmb002-links li.common2025-spmb002-links-item) {
      background: #d6e7ef;
    }

:is(.is-winner:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-title {
          color: #000;
        }

:is(.is-winner:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) svg {
          color: #000;
        }

.is-toto:is(.common2025-spmb002-links li.common2025-spmb002-links-item) {
      background: #ffd800;
    }

:is(.is-toto:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-title {
          color: #000;
        }

:is(.is-toto:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) svg {
          color: #000;
        }

.is-big:is(.common2025-spmb002-links li.common2025-spmb002-links-item) {
      background: #fd0000;
    }

:is(.is-big:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-title {
          color: #fff;
        }

:is(.is-big:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .logo {
          height: 70px;
        }

.is-dunk:is(.common2025-spmb002-links li.common2025-spmb002-links-item) {
      background: #000;
    }

:is(.is-dunk:is(.common2025-spmb002-links li.common2025-spmb002-links-item) a) .common2025-spmb002-links-item-title {
          color: #fff;
        }

/* 子要素数によって列幅を変える */

.common2025-spmb002-links:has(li:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }

.common2025-spmb002-links:has(li:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
  }

.common2025-spmb002-links:has(li:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
  }

.common2025-spmb002-category {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.common2025-spmb002-category * {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
  }

.common2025-spmb002-category .common2025-spmb002-category-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
  }

:is(.common2025-spmb002-category .common2025-spmb002-category-title) img {
      width: auto !important;
    }

.is-dunk :is(.common2025-spmb002-category .common2025-spmb002-category-title) {
      background: #000;
    }

.common2025-spmb002-category .common2025-spmb002-category-content {
    padding: 88px;
    background: #0000001a;
    display: flex;
    justify-content: center;
  }

.common2025-spmb002-category .common2025-spmb002-category-content-inner {
    width: 780px;
  }

.common2025-spmb002-category-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 48px 0;
}

.common2025-spmb002-category-button .dunk-ui-button {
    width: 480px;
  }

.common2025-spmb002-category-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 48px;
}

.common2025-spmb002-category-badges .common2025-spmb002-category-badges-item {
    display: flex;
    height: 40px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--black20, rgb(0 0 0 / 20%));
    background: var(--white, #fff);
    color: var(--black, #000);
    font-weight: 700;
    font-size: 14px;
    transition: color 0.3s ease-out;
  }

:is(.common2025-spmb002-category-badges .common2025-spmb002-category-badges-item):hover {
      color: var(--gray70);
    }

.common2025-spmb002-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 48px 0;
}

.common2025-spmb002-buttons .dunk-ui-button {
    width: 480px;
  }

.common2025-spsl-button-base {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: white;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  transition: all 0.3s ease;
}

.common2025-spsl-button-base:hover {
    color: white;
    opacity: 0.7;
  }

.common2025-spsl-button-base.is-big {
    background: #e80000;
  }

.common2025-spsl-button-base.is-toto {
    background: #ffcc01;
  }

.common2025-spsl-button-base.is-winner {
    background: linear-gradient(90deg, #de1e35 0%, #18469c 100%);
  }

.common2025-spsl-button-base.is-dunk {
    background: #000;
  }

.common2025-spsl-button-base.is-toto,.common2025-spsl-button-base.is-toto:hover {
    color: black;
  }

/* 影付きのフラットボタン */

.common2025-spsl-button-shadow {
  box-shadow: 0 -6px 0 0 rgb(0 0 0 / 25%) inset;
}

.common2025-spsl-button-shadow:hover {
    box-shadow: none !important;
  }

.common2025-spsl-button-shadow.is-dunk {
    box-shadow: 0 -6px 0 0 rgb(255 255 255 / 50%) inset;
  }

div.common2025-spsl-button-shadow {
  color: white;
  box-shadow: none;
}

div.common2025-spsl-button-shadow.is-toto {
    color: black;
  }

div.common2025-spsl-button-shadow.is-dunk {
    box-shadow: none;
  }

.common2025-spsl-button-icon {
  position: relative;
}

.common2025-spsl-button-icon svg {
    position: absolute;
    right: 15px;
  }

.common2025-image-button-base {
  position: relative;
}

.common2025-image-button-base img {
    display: block;
  }

.common2025-image-button-base .state-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    cursor: pointer;
  }

.common2025-image-button-base:hover .state-hover {
    opacity: 1;
  }

/* stylelint-disable selector-class-pattern */

.SPSL006__hold-info__ttl.is-dunk {
    color: #fff;
    background: #000;
    position: relative;
  }

.SPSL006__hold-info__ttl.is-dunk::after {
      content: '';
      position: absolute;
      height: 9px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: #ff5505;
    }
