div.weekly div {
  background: none;
  width: 100%;
  height: auto;
  margin: auto;
}

div.weekly > div {
  background: url(../img/weekly_bg.gif) 50% 0 no-repeat;
  background-size: 300px 110%;
  margin: 0 auto;
}
div.weekly > div::after {
  content: "";
  background: url(../img/weekly_bg.gif) 50% 100% no-repeat;
  width: 100%;
  height: 20px;
  display: block;
}

#scube-weekly-highlight-context div {
  height: initial;
}
.scube-weekly-highlight-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-weekly-highlight-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  padding-top: 8px;
  justify-content: center;
  gap: 10px;
}

.scube-weekly-highlight-item {
  border: 1px solid #afb0af;
  position: relative;
}

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

.scube-weekly-highlight-comment span {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
}

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

.scube-weekly-highlight-img-area {
  display: flex;
}

.scube-weekly-highlight-img,
.scube-weekly-highlight-img2 {
  display: block;
  width: 130px;
  height: 130px;
}

.scube-weekly-highlight-text {
  border-top: 1px solid #afb0af;
}

/* 金額の数値*/
.scube-weekly-highlight-price {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #feff00;
  background: #0068a7;
  font-weight: bold;
  padding-block: 3px;
}

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

.scube-weekly-highlight-info {
  text-align: center;
  font-size: 13.5px;
  color: #666666;
  background: #d3ee0f !important;
  line-height: 1.4;
  flex-grow: 1;
  padding-block: 3px;
}

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

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

.scube-highly-recommend-list,
.scube-rent-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  list-style: none;
  padding: 10px 0;
  justify-content: center;
}

.scube-highly-recommend-item,
.scube-rent-item {
  border: 1.5px solid #09f;
  width: 75px;
  position: relative;
  margin: 0 2.5px;
}

.scube-rent-item {
  border: 1.5px solid #f60;
}

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

.scube-rent-property {
  background: #fff;
}

.scube-highly-recommend-img,
.scube-rent-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 75px;
  height: 75px;
}

.scube-highly-recommend-price,
.scube-rent-price {
  font-size: 70%;
  line-height: 1.1;
  color: rgb(0, 0, 238);
  text-align: center;
  padding-bottom: 2px;
}

.scube-highly-recommend-area,
.scube-rent-area {
  font-size: 70%;
  color: rgb(0, 0, 238);
  text-align: center;
  padding-bottom: 2px;
}

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

#scube-highly-recommend-context .slick-list {
  width: 246px;
  margin: 0 auto;
}

#scube-rent-context .slick-list {
  width: 246px;
  margin: 0 auto;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 70px;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

.next-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 70px;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
}

/* righの数字を変えて画像を変更 */
.next-arrow img {
  width: 80px;
  position: absolute;
  right: -60px;
}

.prev-arrow img {
  width: 80px;
  position: absolute;
  right: -20px;
}

/*透明度下げたボタン */
.arrow-outer {
  position: relative;
  height: 0px;
  width: 100%;
}

.next-arrow-off {
  position: absolute;
  top: 0%;
  width: 20px;
  height: 70px;
  right: 0px;
  transform: translateY(-50%);
  top: 65px;
  overflow: hidden;
}

.next-arrow-off img {
  width: 80px;
  position: absolute;
  right: 0px;
}

.prev-arrow-off {
  position: absolute;
  top: 65px;
  width: 20px;
  height: 70px;
  left: 0px;
  transform: translateY(-50%);
  overflow: hidden;
}
.prev-arrow-off img {
  width: 80px;
  position: absolute;
  right: 0px;
}
