@import url("/user_data/packages/ravijour/feature/common/css/style.css");
.lp-body * [data-show="pc"] {
  display: block;
}
.lp-body * [data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  position: relative;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.lp-body a.btn.-detail {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.lp-body a.btn.-detail:after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 17px;
  height: 25px;
  background: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.lp-body .bnr {
  width: 90.63%;
  margin: 100px auto 40px;
  text-align: center;
}
.lp-body .bnr span {
  display: block;
  margin-top: 20px;
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lp-body * [data-show="pc"] {
    display: none;
  }
  .lp-body * [data-show="sp"] {
    display: block;
  }
  .lp-body a.btn.-detail:after {
    width: 8px;
    height: 12px;
  }
  .lp-body .bnr {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .lp-body .bnr span {
    font-size: 12px;
  }
}

.lp-mainvisual {
  margin-bottom: 60px;
}
.lp-mainvisual .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 35px;
  }
  .lp-mainvisual .title {
    margin-bottom: 15px;
  }
  .lp-mainvisual .title img {
    width: 67.5%;
  }
}

.lp-section {
  margin-bottom: 60px;
}
.lp-section .img-list {
  width: 90.63%;
  margin: 0 auto 7.03%;
}
.lp-section .img-list.slider {
  margin-bottom: 0;
}
.lp-section .img-list li + li {
  margin-top: 40px;
}
.lp-section .slick-dots {
  margin: 8px 0;
}
.lp-section .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 5px !important;
}
.lp-section .slick-dots li button {
  width: 10px;
  height: 10px;
}
.lp-section .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.lp-section .detail {
  padding: 0 9.38%;
}
.lp-section .detail .color img {
  height: 62px;
}
.lp-section .detail div.btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lp-section .img-list li + li {
    margin-top: 20px;
  }
  .lp-section .detail .color img {
    max-height: 31px;
  }
  .lp-section .detail div.btn {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
