.early {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.early-top {
  display: inline-block;
}

.early-second {
  display: inline-block;
  margin-top: 33px;
}

.ranking {
  margin-top: 45px;
  padding-right: 20px;
  padding-left: 20px;
}

.ranking-title__wrap {
  text-align: center;
}

.ranking-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
}

.ranking-items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ranking-items {
    display: block;
  }
}

.ranking-item {
  width: calc(33% - 40px);
}
@media screen and (max-width: 767px) {
  .ranking-item {
    width: 100%;
  }
  .ranking-item:not(:first-child) {
    margin-top: 60px;
  }
}

.ranking-item-img__wrap {
  position: relative;
}

.ranking-item__number {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.ranking-item__number.rank-1 {
  background: #d5a300;
}
.ranking-item__number.rank-2 {
  background: #8e8e8e;
}
.ranking-item__number.rank-3 {
  background: #965730;
}

.ranking-item__text {
  margin-top: 10px;
}

.ranking-item__price {
  color: #c5a05b;
}
@media screen and (max-width: 767px) {
  .ranking-item__price {
    margin-bottom: 25px;  
  }
}

.ranking-btn__wrap {
  text-align: center;
  margin-top: 25px;
}

.ranking-btn {
  height: 70px;
  line-height: 70px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  border: 1px solid #000;
  display: inline-block;
  position: relative;
  font-size: 18px;
}
.ranking-btn::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(https://rosegallery.itembox.design/item/white-day/ranking-icon-aroow.png) no-repeat center center/contain;
}

.set {
  padding-right: 20px;
  padding-left: 20px;
}

.set-items {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .set-items {
    display: block;
      margin-top: 30px!important;
  }

}

.set-item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .set-item {
    width: 100%;
  }
  .set-item:not(:first-child) {
    margin-top: 60px;
  }
}

.set-item-title__wrap {
  text-align: center;
}

.set-item-title {
  font-size: 26px;
  color: #c5a05b;
}
@media screen and (max-width: 767px) {
  .set-item-title {
    font-size: 22px;
  }
}

.set-item-text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .set-item-text {
    font-size: 14px;
  }
}

.set-item-text__annotation {
  color: #959595;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .set-item-text__annotation {
    font-size: 14px;
  }
}

.order-title__wrap {
  text-align: center;
}