@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: #775154;
  border: 1px solid #775154;
  color: #fff;
}
.lp-body a.btn.-detail {
  background: #775154;
  border: 1px solid #775154;
  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: 35px;
}
.lp-mainvisual .title {
    margin-bottom: 30px;
    max-width: 435px;
    margin: 32px auto;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 65px;
  }
  .lp-mainvisual .title {
    margin-bottom: 15px;
  }
  .lp-mainvisual .title img {
    width: 67.5%;
  }
}

.lp-section {
  position: relative;
  margin-bottom: 70px;
}
.lp-section .badge {
  position: absolute;
  left: 7.81%;
  transform: translateY(-48%);
  z-index: 1000;
}
.lp-section .img-list {
  width: 100%;
  margin: 0 auto 6%;
}
.lp-section .img-list.slider {
  margin-bottom: 0;
}
.lp-section .img-list li + li {
  margin-top: 40px;
}
.lp-section .slick-dots {
  margin: 10px 0;
}
.lp-section .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px 5px !important;
}
.lp-section .slick-dots li button {
  width: 8px;
  height: 8px;
}
.lp-section .slick-dots li button:before {
  width: 8px;
  height: 8px;
  background: #999999;
}
.lp-section .detail {
  padding: 0 4%;
  font-family: 'Noto Serif JP';
}
.lp-section .detail .color img {
  height: 62px;
}
.lp-section .detail div.btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .lp-section {
    margin-bottom: 65px;
  }
  .lp-section .badge {
    width: 80px;
  }
  .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;
  }
  .lp-section .slick-dots {
    margin: 6px 0;
  }
}

.lp-section .detail .item-list{
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
}

.lp-section .detail .color{
    margin-top: 30px;
}

.bottom_content{
    padding: 0 25px;
}

.lp-mainvisual .img{
    margin-bottom: 30px;
}

.img-list a{
    display: block;
}

.lp-section .slick-dots{
    margin: 15px 0;
}

@media screen and (max-width: 768px) {
    .bottom_content{
        padding: 0 15px;
    }

    .lp-section .detail .item-list{
        font-size: 12px;
    }

    .lp-mainvisual{
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 490px) {
    .lp-section .detail .item-list{
        font-size: 9px;
    }

    .lp-section .detail .color{
        margin-top: 20px;
    }

    .lp-section{
        margin-bottom: 40px;
    }

    .lp-mainvisual .title{
        margin: 15px auto;
    }

    .lp-section .slick-dots{
        margin: 6px 0;
    }

    .lp-section .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }

    .lp-section .slick-dots li{
        margin: 0 3px 5px !important;
    }

    .lp-mainvisual .img{
        margin-bottom: 25px;
    }

    .lp-mainvisual div.btn{
        margin-top: 25px;
    }
}
/*# sourceMappingURL=style.css.map */