@import url("/user_data/packages/ravijour/feature/common/css/style.css");
.lp-body {
  background: #D6E8EF;
}
.lp-body * [data-show="pc"] {
  display: block;
}
.lp-body * [data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  position: relative;
  background: #65C8D0;
  border: 1px solid #65C8D0;
  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%);
}
@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-mainvisual {
  margin-bottom: 60px;
}
.lp-mainvisual .text p + p {
  margin-top: .5em;
}
.lp-mainvisual .text p + p span {
  position: relative;
  display: inline-block;
}
.lp-mainvisual .text p + p span:after {
  position: absolute;
  bottom: 0px;
  right: -20px;
  content: "";
  width: 175px;
  aspect-ratio: 175 / 56;
  display: block;
  background: url(../img/point.png) left bottom no-repeat;
  background-size: contain;
}
.lp-mainvisual .text p + p strong {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  font-size: 36px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 35px;
  }
  .lp-mainvisual .text p + p span:after {
    right: -5px;
    width: 90px;
  }
  .lp-mainvisual .text p + p strong {
    font-size: 20px;
  }
}

.lp-section {
  margin-bottom: 12.81%;
}
.lp-section .img-list li {
  position: relative;
}
.lp-section .img-list li + li {
  margin-top: 4.06%;
}
.lp-section .img-list li a {
  display: block;
  width: 77.66%;
}
.lp-section .img-list li .color_name {
  position: absolute;
  bottom: 1.56%;
  display: inline-block;
}
.lp-section .img-list li:nth-child(even) a {
  margin-left: auto;
}
.lp-section .img-list li:nth-of-type(1) .color_name {
  left: 62.5%;
}
.lp-section .img-list li:nth-of-type(2) .color_name {
  left: 10.16%;
}
.lp-section .img-list li:nth-of-type(3) .color_name {
  left: 54.69%;
}
.lp-section .img-list li:nth-of-type(4) .color_name {
  left: 12.97%;
}
.lp-section .detail {
  padding: 8.91% 9.38% 0;
  font-family: 'Noto Serif JP', sans-serif;
}
.lp-section .detail div.btn {
  margin-top: 40px;
}
.lp-section .headline {
  margin-bottom: 8.62%;
  padding: 1.88%;
  background: #00A6BD;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp-section.problem {
  position: relative;
  margin-bottom: 23.44%;
  padding: 7.81% 4.69% 0;
  background: #65C8D0;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp-section.problem:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17.20%;
  content: "";
  display: block;
  width: 100%;
  height: 17.24%;
  background: #65C8D0;
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
}
.lp-section.problem .problem-list li {
  aspect-ratio: 580 / 103;
  margin-bottom: 2.07%;
  color: #00A6BD;
  font-size: 22px;
  font-weight: bold;
  background: url(../img/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.lp-section.problem .problem-list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 580 / 80;
  padding: 0 6.03%;
  line-height: 1.2;
}
.lp-section.problem .problem-list li:nth-child(even) {
  background-image: url(../img/fukidashi_l.png);
}
.lp-section.feature {
  position: relative;
  margin-bottom: 0;
  padding: 0 4.69%;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 10;
}
.lp-section.feature:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -99px;
  content: "";
  display: block;
  width: 100.1%;
  height: 100px;
  background: #D6E8EF;
  clip-path: polygon(0 0, 100% 0%, 100% 50%, 50% 100%, 0 50%);
  z-index: 10;
}
.lp-section.feature .headline {
  margin-bottom: 0;
}
.lp-section.feature .feature-list {
  padding: 5.17%;
  background: #fff;
}
.lp-section.feature .feature-list li + li {
  margin-top: 8.62%;
}
.lp-section.feature .feature-list li .img {
  margin-bottom: 3.85%;
}
.lp-section.feature .feature-list li .title {
  display: flex;
  align-items: center;
  margin-bottom: 1.92%;
  padding-bottom: 1.92%;
  border-bottom: 3px solid #00A6BD;
}
.lp-section.feature .feature-list li .title img {
  flex-shrink: 0;
  margin-right: 2.88%;
}
.lp-section.feature .feature-list li .title span {
  font-size: 27px;
  font-weight: bold;
  color: #00A6BD;
  line-height: 1.1;
}
.lp-section.feature .feature-list li p {
  margin: 0;
  font-size: 21px;
  color: #333;
  line-height: 1.3;
}
.lp-section.review {
  position: relative;
  margin: 0;
  padding-top: 23.44%;
  background: #65C8D0;
  z-index: 9;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
.lp-section.review h2 {
  margin-bottom: 3.13%;
}
.lp-section.review .lead {
  margin-bottom: 4.69%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
.lp-section.review .img {
  line-height: 0;
}
.lp-section.review .review-list {
  padding: 7.81% 4.69%;
  background: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.lp-section.review .review-list li {
  border: 1px solid #65C8D0;
}
.lp-section.review .review-list li .title {
  padding: 1.72%;
  background: #65C8D0;
  font-size: 34px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}
.lp-section.review .review-list li p {
  font-size: 19px;
  line-height: 1.2;
  text-align: left;
}
.lp-section.review .review-list li p.size {
  margin-top: -1em;
  padding-right: 1em;
  text-align: right;
}
.lp-section.review .review-list li .text {
  padding: 1.72% 3.45%;
}
@media screen and (max-width: 768px) {
  .lp-section .img-list li .color_name img {
    height: 20px;
  }
  .lp-section .detail div.btn {
    margin-top: 20px;
  }
  .lp-section .headline {
    font-size: 20px;
  }
  .lp-section.problem .problem-list li {
    font-size: 14px;
  }
  .lp-section.feature:after {
    bottom: -64px;
    height: 65px;
  }
  .lp-section.feature .headline {
    margin-bottom: 0;
  }
  .lp-section.feature .feature-list li .title img {
    width: 20%;
  }
  .lp-section.feature .feature-list li .title span {
    font-size: 18px;
  }
  .lp-section.feature .feature-list li p {
    font-size: 14px;
  }
  .lp-section.review {
    padding-top: 23.44%;
  }
  .lp-section.review h2 {
    margin-bottom: 3.13%;
    padding: 0 5%;
  }
  .lp-section.review .lead {
    font-size: 16px;
  }
  .lp-section.review .review-list li .title {
    font-size: 20px;
  }
  .lp-section.review .review-list li p {
    font-size: 14px;
  }
}

.lp-collection-title {
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
