.scube-context {
  min-height: 220px;
}

.scube-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 132px);
  list-style: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  justify-content: center;
  background-color: #000000;
  gap: 10px;
}

.scube-item {
  border: 1px solid #ffffff;
  width: 132px;
  position: relative;
  height: fit-content;
}

.scube-item:hover img {
  opacity: 0.7;
}

.scube-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.scube-text {
  border-top: 1px solid #ffffff;
}

/* 金額の数値*/
.scube-price {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: transparent;
  font-weight: bold;
  background: linear-gradient(
    0deg,
    rgba(37, 37, 37, 1) 5%,
    rgba(182, 123, 3, 1) 20%,
    rgba(246, 221, 127, 1) 40%,
    rgba(255, 245, 213, 1) 50%,
    rgba(254, 233, 160, 1) 70%,
    rgba(218, 175, 8, 1) 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 金額の単位（万、円）*/
.scube-price .unit {
  font-size: 0.6em;
}

.scube-info {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
  line-height: 1.1;
  flex-grow: 1;
}

.scube-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
