@import url("/user_data/packages/ravijour/feature/common/css/style.css");
#undercolumn_blog {
  max-width: 100%;
  padding: 0;
  background: #FCEEF4;
}

.gfooter {
  margin-top: 0;
}

.lp-body {
  max-width: 100%;
  color: #231815;
  font-family: 'Noto Sans JP';
}
.lp-body *[data-show="pc"] {
  display: block;
}
.lp-body *[data-show="sp"] {
  display: none;
}
.lp-body a.btn {
  position: relative;
  background: #f3a8b8;
  color: #fff;
  border: 0;
  font-size: 22px;
  font-weight: bold;
}
.lp-body a.btn:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/icon_link.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lp-body *[data-show="pc"] {
    display: none;
  }
  .lp-body *[data-show="sp"] {
    display: block;
  }
  .lp-body a.btn {
    font-size: 18px;
  }
  .lp-body a.btn:after {
    width: 22px;
    height: 22px;
  }
}

.lp-mainvisual {
  margin: 0 auto 20px;
}
.lp-mainvisual .img {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.lp-mainvisual .title {
  max-width: 640px;
  width: 100%;
  margin: 50px auto;
  line-height: 1;
}
.lp-mainvisual .text {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}
.lp-mainvisual .text p {
  padding: 0 7.34%;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: #231815;
}
.lp-mainvisual .text p + p {
  margin-top: 30px;
}
.lp-mainvisual .text p b {
  color: #c00;
}
.lp-mainvisual div.btn {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .lp-mainvisual {
    margin-bottom: 10px;
  }
  .lp-mainvisual .title {
    margin: 25px 0;
  }
  .lp-mainvisual .title img {
    width: 72.81%;
  }
  .lp-mainvisual .text p {
    padding: 0 3%;
    font-size: 12px;
  }
  .lp-mainvisual .text p + p {
    margin-top: 20px;
  }
  .lp-mainvisual div.btn {
    margin-top: 17px;
  }
}

.lp-section {
  width: 100%;
  margin: 0;
}
.lp-section-contents {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 3%;
}
.lp-section .title {
  margin-bottom: 40px;
  padding: 12px;
  background: #D94473;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.lp-section .text p {
  font-size: 19px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .1em;
}
.lp-section .text p + p {
  margin-top: 30px;
}
.lp-section .headline {
  margin-bottom: 40px;
  text-align: center;
}
.lp-section .headline span {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  border: 2px solid #D94473;
  border-radius: 40px;
  font-size: 19px;
  font-weight: bold;
  color: #D94473;
}
.lp-section .att-list {
  line-height: 1.5;
}
.lp-section .att-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.lp-section .att-list li.att {
  color: #c00;
}
.lp-section .att-strong {
  padding: 12px;
  background: #ff0000;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.lp-section .att-strong dt {
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.lp-section .att-strong dd li + li {
  margin-top: 1em;
}
.lp-section.outline .att-list {
  max-width: 90%;
  margin: 30px auto 0;
  font-size: 18px;
}
.lp-section.outline .att-strong {
  max-width: 90%;
  margin: 20px auto;
}
.lp-section.benefits {
  margin-bottom: 0;
  background: #fff;
}
.lp-section.benefits p {
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.7;
}
.lp-section.benefits p.small {
  margin-top: 20px;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0;
}
.lp-section.howtobuy .headline span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.lp-section.howtobuy .howtobuy-detail {
  width: 80%;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.7;
}
.lp-section.howtobuy .howtobuy-detail dl {
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 30px;
}
.lp-section.howtobuy .howtobuy-detail p {
  margin-bottom: 30px;
}
.lp-section.howtobuy .howtobuy-detail a {
  text-decoration: underline;
}
.lp-section.howtobuy div.btn {
  margin-top: 40px;
}
.lp-section.howto {
  background: #fff;
}
.lp-section.howto ol {
  width: 90%;
  margin: 0 auto;
}
.lp-section.howto ol li {
  position: relative;
  display: flex;
}
.lp-section.howto ol li:last-child .img:after {
  display: none;
}
.lp-section.howto ol li .img {
  position: relative;
  flex-shrink: 0;
  width: 90px;
  padding-right: 20px;
  text-align: center;
}
.lp-section.howto ol li .img:after {
  position: absolute;
  top: calc(50% + 25px);
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 12px solid #000;
  border-bottom: 0;
}
.lp-section.howto ol li .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
.lp-section.howto ol li .text p {
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .035em;
  text-align: left;
}
.lp-section.howto ol li a {
  text-decoration: underline;
}
.lp-section.howto ol li .att {
  color: #c00;
}
.lp-section.howto ol:nth-of-type(2) li .text {
  padding-top: 10px;
  padding-bottom: 70px;
}
.lp-section.howto .btn-shop {
  text-align: center;
}
.lp-section.howto .btn-shop a.btn {
  display: inline-block;
  padding: 17px 70px;
  background: #D94473;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}
.lp-section.howto .btn-shop a.btn:after {
  right: 10px;
  width: 10px;
  height: 20px;
  background-image: url(../img/icon_arrow.svg);
}
.lp-section.other {
  margin-bottom: 40px;
}
.lp-section.other .lp-section-contents {
  padding-bottom: 0;
}
.lp-section.other .title {
  margin-bottom: 0;
  background: #BA9BC9;
}
.lp-section.other .detail {
  padding: 5.17%;
  background: #fff;
  font-size: 16px;
}
.lp-section.other .att-strong {
  margin-bottom: 20px;
}
.lp-section.other ul {
  margin-bottom: 60px;
  padding: 0 .5em;
  line-height: 1.8;
}
.lp-section.other ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 16px;
}
.lp-section.other p {
  font-size: 16px;
  line-height: 1.8;
}
.lp-section.other p + p {
  margin-top: 40px;
}
.lp-section.other h4 {
  margin: 10px 0 20px;
  border-top: 1px solid #231815;
  text-align: center;
}
.lp-section.other h4 span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  background: #fff;
  transform: translateY(-50%);
  font-size: 20px;
}
.lp-section.other dl {
  line-height: 1.7;
}
.lp-section.other dl dt, .lp-section.other dl dd {
  text-indent: -.9em;
  padding-left: 1.2em;
}
.lp-section.other dl dd {
  margin-bottom: 30px;
}
.lp-section.other dl.att-strong dd {
  margin-bottom: 0;
}
.lp-section.information p {
  padding: 0 5.17%;
  font-size: 16px;
  line-height: 1.8;
}
.lp-section.information p + p {
  margin-top: 40px;
}
.lp-section.bnr {
  text-align: center;
  background: #fff;
}
.lp-section.bnr span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 768px) {
  .lp-section-contents {
    padding: 30px 3%;
  }
  .lp-section .title {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
  }
  .lp-section .text p {
    font-size: 14px;
  }
  .lp-section .text p + p {
    margin-top: 20px;
  }
  .lp-section .headline {
    margin-bottom: 20px;
  }
  .lp-section .headline span {
    padding: 10px 15px;
    font-size: 14px;
  }
  .lp-section .att-strong {
    padding: 12px;
    font-size: 14px;
  }
  .lp-section.outline .text p {
    font-size: 15px;
  }
  .lp-section.outline .att-list {
    max-width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .lp-section.outline .att-strong {
    max-width: 100%;
  }
  .lp-section.benefits p {
    font-size: 16px;
  }
  .lp-section.benefits p.small {
    font-size: 14px;
  }
  .lp-section.howtobuy .headline span {
    width: 100%;
  }
  .lp-section.howtobuy .howtobuy-detail {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .lp-section.howtobuy .howtobuy-detail dl {
    width: 90%;
    margin: 0 auto 20px;
  }
  .lp-section.howtobuy .howtobuy-detail .att-list {
    font-size: 14px;
  }
  .lp-section.howtobuy div.btn {
    margin-top: 40px;
  }
  .lp-section.howto ol {
    width: 95%;
  }
  .lp-section.howto ol li .img {
    width: 60px;
    padding-right: 10px;
  }
  .lp-section.howto ol li .img img {
    width: 35px;
  }
  .lp-section.howto ol li .img:after {
    top: calc(50% + 15px);
    left: calc(50% - 5px);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #000;
  }
  .lp-section.howto ol li .text p {
    font-size: 14px;
  }
  .lp-section.howto ol:nth-of-type(2) li .text {
    padding-top: 7px;
    padding-bottom: 40px;
  }
  .lp-section.howto .btn-shop a.btn {
    padding: 12px 50px;
    font-size: 16px;
  }
  .lp-section.howto .btn-shop a.btn:after {
    right: 10px;
    width: 10px;
    height: 20px;
    background-image: url(../img/icon_arrow.svg);
  }
  .lp-section.other .detail {
    font-size: 12px;
  }
  .lp-section.other h4 {
    margin: 10px 0 10px;
  }
  .lp-section.other h4 span {
    font-size: 14px;
  }
  .lp-section.other dl dd {
    margin-bottom: 20px;
  }
  .lp-section.other ul {
    margin-bottom: 30px;
  }
  .lp-section.other ul li {
    font-size: 14px;
  }
  .lp-section.other p {
    font-size: 14px;
    word-wrap: break-word;
  }
  .lp-section.other p + p {
    margin-top: 20px;
  }
  .lp-section.bnr span {
    margin-top: 10px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
