@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;
  font-weight: 400 !important;
}
.lp .notes {
  display: block;
  line-height: 1.8;
  font-weight: 400 !important;
}
.lp section {
  margin-top: 5em;
}
.lp .layout-box {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}
.lp .layout-box-md {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}
.lp__wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.lp__hero {
  margin-top: 0 !important;
  margin-bottom: 50px;
  background: #CEF6FF;
}
.lp__tit {
  margin-bottom: 1em !important;
  font-size: 20px !important;
  font-weight: 600;
}
.lp__tp {
  margin-bottom: 1em;
  font-weight: 600;
}
.lp__lead {
  padding: 2em 1em 1em;
  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__attention h4 {
  text-align: center;
  margin-bottom: 0.5em;
}
.lp .tp {
  font-weight: 600;
}
.lp__item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  -moz-column-gap: 10%;
       column-gap: 10%;
  width: 1100px;
  max-width: 100%;
  margin: 60px auto 0;
  padding-left: 1em;
  padding-right: 1em;
}
.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 {
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.lp__item-list--col3 .lp__item-list__item {
  flex: 0 1 30%;
}
.lp__item-list--col2 {
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.lp__item-list--col2 .lp__item-list__item {
  flex: 0 1 45%;
}
.lp__first {
  margin-top: 0 !important;
}
.lp .label-notice {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 2em 0.6em;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: #ED2BC7;
}
.lp .label-part {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.2em 0.4em 0.3em;
  color: #0C66AE;
  font-size: 0.95em;
  font-weight: 800;
  line-height: 1;
  background: #FED43F;
}
.lp .label-part2 {
  color: #FED43F;
  background: #0C66AE;
}
.lp .section_tit {
  margin-bottom: 1em;
  text-align: center;
  color: #0260AC;
  font-weight: 800;
}
.lp .section_tit .icon-shimaenaga {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1em;
}
.lp .section_tit .small {
  font-size: 0.85em;
  font-weight: 600;
}
.lp .lp__scratch .section_tit {
  color: #D0318D;
}
.lp .ann-comment__item {
  display: flex;
  margin-top: 1em;
}
.lp .ann-comment__item__img {
  flex: 0 0 145px;
  align-self: center;
}
.lp .ann-comment__item__img p {
  margin-top: 0.5em;
  font-size: 13px;
  line-height: 1.5;
  align-self: center;
  font-weight: 500;
}
.lp .ann-comment__item__img img {
  width: 145px;
}
.lp .ann-comment__item__txt {
  text-align: left;
  flex: 1 1 auto;
  align-self: center;
}
.lp .ann-comment__item__txt p {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  margin-bottom: 1em;
  padding: 1em 1.5em;
  border-radius: 15px;
  background-color: #D9F6F7;
  text-align: left;
  font-weight: 500;
}
.lp .ann-comment__item__txt p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  /*
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000000 transparent transparent;
  */
  translate: -100% -50%;
}
.lp .ann-comment__item__txt p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 7.8px 15.5px 7.8px 0;
  border-color: transparent #D9F6F7 transparent transparent;
  translate: -100% -50%;
}
.lp .lp__week {
  width: 100%;
  margin-top: 15em;
  padding-top: 3em;
  padding-bottom: 3em;
  background: #CEF6FF;
}
.lp .lp__week__tit {
  position: relative;
}
.lp .lp__week__tit__fig {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.lp .lp__btn {
  display: inline-block;
  padding: 0.8em 2em 0.9em;
  color: #fff;
  font-weight: 600;
  background: #0260AC;
}
.lp .lp__btn:hover {
  color: #fff;
}
.lp .notyet-msg {
  padding: 1em 0;
  font-size: 18px;
  background: #FAF697;
  font-weight: 600;
}

@media screen and (max-width: 1120px) {
  .lp__item-list--col3 {
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
  .lp__item-list--col3 .lp__item-list__item {
    flex: 0 1 45%;
  }
}
@media screen and (max-width: 1023px) {
  .lp .layout-box {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .lp .layout-box-md {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .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: 20px;
  }
  .lp h4 {
    font-size: 16px;
  }
  .lp h5 {
    font-size: 14px;
  }
  .lp__lead {
    font-size: 16px !important;
  }
  .lp .notyet-msg {
    font-size: 16px;
  }
  .lp .ann-comment__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2em;
  }
  .lp .ann-comment__item__img {
    order: 2;
    flex: 0 0 100%;
    align-self: center;
  }
  .lp .ann-comment__item__img p {
    margin-top: 0.5em;
    font-size: 13px;
    line-height: 1.5;
    align-self: center;
    font-weight: 500;
  }
  .lp .ann-comment__item__img img {
    width: 145px;
  }
  .lp .ann-comment__item__txt {
    text-align: left;
    order: 1;
    flex: 1 1 auto;
    align-self: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 5px;
  }
  .lp .ann-comment__item__txt p {
    position: relative;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 1em;
    padding: 1em 1.5em;
    border-radius: 15px;
    background-color: #D9F6F7;
    text-align: left;
    font-weight: 500;
  }
  .lp .ann-comment__item__txt p::before {
    content: none;
  }
  .lp .ann-comment__item__txt p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #D9F6F7 transparent transparent;
    translate: -50% 100%;
  }
}/*# sourceMappingURL=style.css.map */