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

.scube-new-list,
.scube-recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 26px 0;
}

.scube-new-item,
.scube-recommend-item {
  width: 231px;
  position: relative;
}

.scube-recommend-item:nth-of-type(2) {
  display: none;
}

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

.scube-new-img-wrapper,
.scube-recommend-img-wrapper {
  width: 231px;
  height: 231px;
  overflow: hidden;
  display: block;
  position: relative;
}

.scube-new-img,
.scube-recommend-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:750px) {

  .scube-new-item,
  .scube-recommend-item {
    width: 48%;
  }

  .scube-recommend-item:nth-of-type(2) {
    display: block;
  }

  .scube-new-img-wrapper,
  .scube-recommend-img-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
  }

  .scube-new-img-wrapper::before,
  .scube-recommend-img-wrapper::before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .scube-new-img,
  .scube-recommend-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }


}

/* 金額の数値*/
.scube-new-price,
.scube-recommend-price {
  font-size: min(7.2vw, 29px);
  line-height: 1;
  color: #555;
  font-weight: 700;
}

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

.scube-new-divmaster,
.scube-recommend-divmaster {
  display: inline-block;
  background: #DDD;
  color: #333;
  margin: 13px 0 10px;
  padding: 4px 20px 2px;
  line-height: 1;
  font-size: 10px;
  font-weight: bold;
}

.scube-new-info,
.scube-recommend-info {
  border-top: 1px solid #DDD;
  font-size: 13px;
  padding: 10px 0 0 0;
  color: #333;
}

.scube-new-other,
.scube-recommend-other {
  margin: 10px 0;
  color: #B40000;
  font-size: 15px;
}

.scube-new-traffic,
.scube-recommend-traffic {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  color: #333;
}

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