@charset "UTF-8";
/* Holiday Deluxe Set 2025 */
#contents.HolidayDeluxeSet .kv {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 550px;
  background-image: url(../img/lp/mikimoto-holiday-deluxe-set/HolidayDeluxeSetPC3840×1540.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .kv {
    width: 100%;
    height: 100vw;
    min-height: unset;
    background: url(../img/lp/mikimoto-holiday-deluxe-set/HolidayDeluxeSetSP750×750.jpg) no-repeat center center;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .content-area .item.reverse {
    margin-bottom: 0;
  }
}
#contents.HolidayDeluxeSet .overview h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .overview h2 {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
#contents.HolidayDeluxeSet .picture-slide {
  opacity: 0;
  transition: opacity 0.25s ease;
}
#contents.HolidayDeluxeSet .picture-slide.slick-initialized {
  opacity: 1;
}
#contents.HolidayDeluxeSet .detail,
#contents.HolidayDeluxeSet .detail-tl {
  text-align: center;
}
#contents.HolidayDeluxeSet .detail-tl {
  font-size: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .detail-tl {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
#contents.HolidayDeluxeSet .detail {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .detail {
    margin-top: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
#contents.HolidayDeluxeSet .price {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .price {
    font-size: 3.7333333333vw;
  }
}
#contents.HolidayDeluxeSet .col-full .btns .btn {
  margin-top: 16px;
}
#contents.HolidayDeluxeSet .sale-day {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contents.HolidayDeluxeSet .sale-day {
    font-size: 3.7333333333vw;
  }
}
#contents.HolidayDeluxeSet .content-area .divider {
  background: url(../img/lp/common/divider.png) no-repeat center;
}