@charset "UTF-8";
.lp-wrap {
  width: 600px;
  margin: 0 auto;
  color: #47382c;
  font-family: "Hiragino Mincho Pro", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro", serif !important;
  background: #FBDED1;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: clip;
}
.lp-wrap h1 {
  font-size: 2rem;
}
.lp-wrap h2 {
  font-size: 1.5rem;
}
.lp-wrap h3 {
  font-size: 1.25rem;
}
.lp-wrap h4 {
  font-size: 1rem;
}
.lp-wrap h5 {
  font-size: 0.875rem;
}
.lp-wrap h6 {
  font-size: 0.75rem;
}
.lp-wrap .ov p {
  font-size: inherit;
}
.lp-wrap .font-gothic {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif !important;
}
.lp-wrap .font-cormorant {
  font-family: "Cormorant Garamond", serif !important;
  letter-spacing: 0.05em;
}
.lp-wrap .sec {
  position: relative;
  width: 100%;
}
.lp-wrap .sec .bg-img {
  display: block;
  width: 100%;
}
.lp-wrap .sec .ov {
  position: absolute;
  inset: 0;
}
.lp-wrap .text-dark {
  color: #47382c !important;
}
.lp-wrap .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  margin-bottom: 0.6rem;
  font-size: 20px;
}
.lp-wrap .check-icon {
  display: inline-block;
  background: #fa6c31;
  color: white;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  min-width: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
  margin-top: 3px;
}
.lp-wrap .course-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
}
.lp-wrap .course-bar span.label {
  background: #555;
  color: white;
  padding: 2px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.lp-wrap .step-label {
  background: -webkit-gradient(linear, left top, right top, from(#FFB37F), to(#EF6F2A));
  background: linear-gradient(to right, #FFB37F, #EF6F2A);
  color: white;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  padding: 2px 10px;
}
.lp-wrap .price-label {
  background: -webkit-gradient(linear, left top, right top, from(#FFB37F), to(#EF6F2A));
  background: linear-gradient(to right, #FFB37F, #EF6F2A);
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 16px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.5rem;
}