@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
.lp {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  line-height: 1.8;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.lp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.lp img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.lp h1, .lp h2, .lp h3, .lp h4, .lp h5 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.lp h3 {
  font-size: 24px;
}
.lp h4 {
  font-size: 18px;
}
.lp h5 {
  font-size: 16px;
}
.lp p {
  line-height: 1.8;
}
.lp ul, .lp li {
  list-style-type: none;
}
.lp a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.lp a:hover {
  color: #000;
  opacity: 0.7;
}
.lp a.underline {
  text-decoration: underline;
}
.lp .text-left {
  text-align: left;
}
.lp .text-right {
  text-align: right;
}
.lp .text-center {
  text-align: center;
}
.lp .yellow {
  display: inline-block;
  padding: 0.3em;
  background: yellow;
}
.lp .price, .lp .red {
  color: red;
}
.lp .limit {
  color: #EF177B;
}
.lp .nowrap {
  white-space: nowrap;
}
.lp .note, .lp .notes {
  font-size: 12px;
}
.lp .notes {
  display: block;
  line-height: 1.8;
}
.lp .layout-box {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
.lp .layout-box-md {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.lp__wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.lp__hero {
  margin-bottom: 50px;
}
.lp__tit {
  margin-bottom: 0.5em;
  font-size: 20px !important;
  font-weight: 600;
}
.lp__tp {
  margin-bottom: 1em;
}
.lp__lead {
  padding: 4em 1em 3em;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  line-height: 2 !important;
}
.lp__attention {
  width: 680px;
  max-width: 100%;
  margin: 2em auto 0;
  padding: 1em !important;
  text-align: left;
  border: 1px solid #eee;
}
.lp__item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  -moz-column-gap: 10%;
       column-gap: 10%;
  max-width: 100%;
  margin: 60px auto 0;
}
.lp__item-list__item {
  max-width: 450px;
  margin-bottom: 50px;
  text-align: left;
  align-items: stretch;
}
.lp__item-list__item__num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 56px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: serif;
  background: #2C2E35;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.lp__item-list__item__num::before, .lp__item-list__item__num::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100px;
}
.lp__item-list__item__num::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.lp__item-list__item__num::after {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.lp__item-list__item__tit {
  margin-bottom: 0.5em !important;
}
.lp__item-list__item__img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1em;
}
.lp__item-list__item__img.border {
  border: 1px solid #eee;
}
.lp__item-list__item h3 + p {
  margin-top: 1em;
}
.lp__item-list__item p + p {
  margin-top: 1em;
}
.lp__item-list--col3 {
  width: 1100px;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.lp__item-list--col3 .lp__item-list__item {
  flex: 0 1 30%;
}
.lp__item-list--col2 {
  width: 880px;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.lp__item-list--col2 .lp__item-list__item {
  flex: 0 1 45%;
}

@media screen and (max-width: 1120px) {
  .lp__item-list--col3 {
    width: 880px;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .lp__item-list--col3 .lp__item-list__item {
    flex: 0 1 45%;
  }
}
@media screen and (max-width: 767px) {
  .lp .layout-box {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }
  .lp__item-list--col3, .lp__item-list--col2 {
    width: 400px;
    max-width: 100%;
  }
  .lp__item-list--col3 .lp__item-list__item, .lp__item-list--col2 .lp__item-list__item {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 431px) {
  .lp .visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 430px) {
  .lp .hidden-sp {
    display: none !important;
  }
  .lp .sp-left {
    text-align: left !important;
  }
  .lp h3 {
    font-size: 18px;
  }
  .lp h4 {
    font-size: 16px;
  }
  .lp h5 {
    font-size: 14px;
  }
  .lp__lead {
    font-size: 16px !important;
  }
}/*# sourceMappingURL=style.css.map */