@charset "UTF-8";

.used-price-down-date {
  position: relative;
  display: block;
}

.used-price-down-date img {
  width: 100%;
  height: 100%;
}

.used-price-down-date__thumb span {
  width: 46%;
  height: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2%;
  right: 8%;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
  color: #010c81;
  letter-spacing: normal;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1440px) {
  .used-price-down-date__thumb span {
    font-size: 1.6vw;
  }  
}

@media screen and (max-width: 767px) {
  .used-price-down-date__thumb span {
    font-size: 3.7vw;
  }
}

/* bg-used-camp セールページ用 */
.bg-used-camp .used-price-down-date__thumb span {
  font-size: 32px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .bg-used-camp .used-price-down-date__thumb span {
    top: 3%;
    right: 16%;
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 430px) {
  .bg-used-camp .used-price-down-date__thumb span {
    top: 4%;
    right: 16%;
    font-size: 5.2vw;
  }
}

/* rot-used-price-down セールページ用 */
.rot-used-price-down .used-price-down-date__thumb span {
  font-size: 32px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .rot-used-price-down .used-price-down-date__thumb span {
    top: 3%;
    right: 16%;
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 430px) {
  .rot-used-price-down .used-price-down-date__thumb span {
    top: 4%;
    right: 16%;
    font-size: 5.2vw;
  }
}

/* p-top-fast-view トップローテ用 */
.p-top-fast-view .used-price-down-date__thumb span {
  font-size: 46px;
}

@media screen and (max-width: 1440px) {
  .p-top-fast-view .used-price-down-date__thumb span {
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fast-view .used-price-down-date__thumb span {
    font-size: 8.2vw;
  }
}