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

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

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

.common2025-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common2025-button-container img {
  width: 85px;
}

.common2025-base-margin-b-16 {
  margin-bottom: 16px;
}

/* 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-dunk :is(.common2025-spmb002-category .common2025-spmb002-category-title) {
      background: #000;
    }

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

.common2025-spmb002-category .common2025-spmb002-category-content-inner {
    width: 100%;
  }

.common2025-spmb002-category-big-buttons {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--white, #fff);
}

.common2025-spmb002-category-button-wrp {
  padding: 0 16px;
}

.common2025-spmb002-category-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.common2025-spmb002-category-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.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: 12px;
  }

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

.common2025-sssl-button-base {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: white;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.56px;
}

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

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

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

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

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

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

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

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

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

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

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

.common2025-sssl-button-icon {
  position: relative;
  height: 70px;
}

.common2025-sssl-button-icon span {
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
  }

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

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

.c-purchase-detail-label--cntr.is-dunk {
    background: #000;
    position: relative;
  }

.c-purchase-detail-label--cntr.is-dunk .c-purchase-detail-label {
      color: #fff !important;
    }

.c-purchase-detail-label--cntr.is-dunk::after {
      content: '';
      position: absolute;
      height: 9px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: #ff5505;
    }

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

.sssl004__acd.is-dunk .sssl004__acd__btn,.sssl004__acd.is-dunk .sssl004__acd__btn--wrp {
    position: relative;
    background-color: #000;
  }

:is(.sssl004__acd.is-dunk .sssl004__acd__btn,.sssl004__acd.is-dunk .sssl004__acd__btn--wrp) .sssl004__acd__btn__txt {
      color: #fff;
    }

.sssl004__acd.is-dunk .sssl004__acd__cont--layout {
    border: solid 4px #000;
  }

.dunk-sp-warning-message {
    color: #ff0000;
    font-size: 14px;
    line-height: 1.6;
    padding: 16px;
}
