@font-face {
  font-family: "Kiwi Maru";
  src: url("../font/KiwiMaru-Regular.ttf") format("truetype");
  font-display: swap;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
.marker {
  background: linear-gradient(transparent 60%, rgba(251, 206, 206, .8) 60%);
}
.add .sec_title {
  font-size: 168.75%;
}
.add .sec_title .icon {
  width: 3.8125rem;
  margin-bottom: 0.75rem;
  display: block;
}
.add .sec_title span {
  text-align: center;
  line-height: 1.2;
}
.add .sec_title .color {
  color: #e1c094 !important;
}
.add .sec_title small {
  color: #e1c094 !important;
}
/* --------------------
kv
-------------------- */
#kv {
  min-height: 94.667vw;
  padding: 0;
  background: url("../img/lpD/fv_bg_sp.jpg") no-repeat center top / 100% auto;
}
@media screen and (min-width: 768px) {
  #kv {
    height: 520px;
    min-height: auto;
    padding: 3rem 1rem 1.7rem;
    background-image: url("../img/lpD/fv_bg_pc.jpg");
    background-size: cover;
  }
}
@media screen and (max-width: 769px) {
  #kv img {
    width: 100%;
  }
}
#kv .inner {
  position: relative;
  max-width: 1200px;
  width: 100% !important;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
#kv .txt {
  margin-bottom: 43%;
  padding: 8% 0 0 3%;
  font-family: "Kiwi Maru", serif;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (min-width: 768px) {
  #kv .txt {
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #kv .txt {
    width: 70%;
  }
}
#kv .txt h1 {
  margin-bottom: .2rem;
  color: #ee8789;
  font-size: 7.2vw;
  letter-spacing: -.05em;
}
@media screen and (min-width: 768px) {
  #kv .txt h1 {
    font-size: 278%;
    letter-spacing: normal;
  }
}
#kv .txt h1 span {
  position: relative;
}
#kv .txt h1 span small {
  position: absolute;
  top: -13px;
  left: 0;
  font-size: 3.6vw;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #kv .txt h1 span small {
    left: 50%;
    transform: translateX(-50%);
    font-size: 40%;
  }
}
#kv .txt h1 > small {
  font-size: 70%;
}
#kv .txt h2 {
  font-size: 5.6vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #kv .txt h2 {
    font-size: 194%;
  }
}
#kv .txt h2 strong {
  font-size: 130%;
}
#kv .txt h2 strong span {
  position: relative;
}
#kv .txt h2 strong span::before {
  content: '・';
  position: absolute;
  top: -6vw;
  left: 50%;
  transform: translateX(-50%);
  color: #ee8789;
}
@media screen and (min-width: 768px) {
  #kv .txt h2 strong span::before {
    top: -35px;
  }
}
#kv .medicine {
  margin: 0 -4% 0;
}
@media screen and (min-width: 768px) {
  #kv .medicine {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #kv .medicine {
    width: 50%;
  }
}
#kv .btns {
  /*display: flex;
    justify-content: center;
    width: 100%;
    padding: .2rem 0 .5rem;*/
  display: none;
}
@media screen and (min-width: 768px) {
  #kv .btns {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #kv .btns {
    width: 50%;
  }
}
/* --------------------
about
-------------------- */
#about {
  color: #333;
}
#about .inner {
  max-width: 800px;
}
#about .sec_title {
  color: #555;
}
#about p {
  font-size: 90%;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  #about p {
    font-size: 100%;
  }
}
#about .note li {
  padding-left: 1.5em;
  font-size: 75%;
  list-style-type: none;
  position: relative;
}
#about .note li::before {
  content: '※';
  position: absolute;
  top: 0.05em;
  left: 0;
}
/* --------------------
calc
-------------------- */
#calc {
  background-color: #fdf9ef;
  color: #333;
}
#calc .inner {
  max-width: 352px;
}
@media screen and (min-width: 768px) {
  #calc .inner {
    max-width: 550px;
  }
}
#calc .sec_title {
  color: #7f7f7f;
  font-size: 130%;
}
@media screen and (min-width: 375px) {
  #calc .sec_title {
    font-size: 145%;
  }
}
#calc h3 {
  color: #e1c094;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 375px) {
  #calc h3 {
    font-size: 150%;
  }
}
#calc h3 span {
  background: linear-gradient(transparent 30%, #fff 30%);
  color: #27231d;
  font-size: 70%;
  letter-spacing: .75px;
}
#calc .calc_btn {
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 0 auto;
  background: #e1c094;
  border-radius: 10px;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  #calc .calc_btn {
    height: 60px;
  }
}
#calc .calc_btn img {
  width: 85%;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* --------------------
howto
-------------------- */
#howto {
  color: #606060;
}
#howto .inner {
  max-width: 400px;
  background-color: #fdf9ef;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #howto .inner {
    max-width: 900px;
  }
}
#howto .sec_title {
  font-size: 150%;
}
#howto .sec_title strong {
  font-size: 127.8%;
  font-weight: 700;
}
#howto .sec_title strong img {
  width: auto;
  height: 1em;
  display: block;
}
#howto .contents {
  height: 100%;
  position: relative;
}
#howto .contents.con3 {
  background: #fff;
  border-radius: 10px;
}
#howto .contents::after {
  content: '';
  width: 100%;
  height: 3px;
  background: url(../img/lpd_howto_border.png) left top/6px repeat-x;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  #howto .contents::after {
    display: none;
  }
  #howto .contents.con1::after {
    width: 3px;
    height: 100%;
    background-repeat: repeat-y;
    display: block;
    left: auto;
    right: 0%;
  }
}
#howto .contents.con2 p {
  color: #6e6e6e;
}
#howto .contents.con3 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
#howto ol li {
  width: 100%;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  background: #fff;
  border-radius: 0.88em;
  color: #606060;
  font-size: 70%;
  font-weight: 700;
  text-align: center;
  list-style-type: none;
  position: relative;
}
#howto ol li::after {
  content: '';
  width: 0;
  height: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #e1c094;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#howto ol li:last-child {
  margin-bottom: 0;
}
#howto ol li:last-child::after {
  display: none;
}
#howto ol + p {
  font-size: 70%;
}
/* --------------------
effect
-------------------- */
#effect {
  background: #fdf9ef;
  color: #333;
}
#effect .inner {
  max-width: 800px;
}
#effect .sec_title {
  color: #7f7f7f;
}
#effect p {
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  #effect p {
    font-size: 100%;
  }
}
#effect .stop {
  background: #d7b88d;
  border-radius: 10px;
}
#effect .stop h3 {
  color: #fff;
  font-weight: 700;
  font-size: 93.75%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #effect .stop h3 {
    font-size: 120%;
  }
}
#effect .stop h3::before, #effect .stop h3::after {
  content: '';
  width: 7em;
  height: 1.5em;
  background: #fff;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
#effect .stop h3::after {
  background-image: -webkit-linear-gradient(90deg #e9d189, #c986e8);
  background-image: linear-gradient(90deg, #e9d189, #c986e8);
  transform: translate(0.2rem, 0.2rem);
  z-index: -1;
}
#effect .stop h3 span {
  margin-top: 0.5rem;
  background-image: -webkit-linear-gradient(90deg #e9d189, #c986e8);
  background-image: linear-gradient(90deg, #e9d189, #c986e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#effect ul {
  position: relative;
  z-index: 1;
}
#effect ul li {
  list-style-type: none;
}
#effect ul li figure {
  padding: 2px;
  margin-bottom: 0;
  border-radius: 10px;
  position: relative;
}
#effect ul li figure::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(135deg #e9d189, #c986e8);
  background-image: linear-gradient(135deg, #e9d189, #c986e8);
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#effect ul li img {
  border-radius: 10px;
  display: block;
}
/* --------------------
qa
-------------------- */
#qa {
  color: #333;
}
#qa .inner {
  background: #e1c094;
  border-radius: 10px;
}
#qa .sec_title {
  color: #7f7f7f;
}
#qa .qa_item {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #qa .qa_item {
    margin-bottom: 2rem;
  }
}
#qa .qa_item:last-child {
  margin-bottom: 0;
}
#qa .q {
  padding-left: 2em;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: .75px;
  position: relative;
}
#qa .q::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: url(../img/lpd_qa_q.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#qa .q span {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/lpd_qa_border.png) left bottom/6px repeat-x;
  display: block;
}
#qa .a {
  padding: 0.5rem 0.5rem 0.5rem 2.5em;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#qa .a::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  background: url(../img/lpd_qa_a.png) center/contain no-repeat;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
#qa .a p {
  margin-bottom: 0;
  color: #333;
  font-size: 90%;
}
/* --------------------
feature
-------------------- */
#feature .img-fluid {
  width: auto;
  height: 100%;
}
/* --------------------
payment
-------------------- */
#payment {
  color: #333;
}
#payment .inner {
  max-width: 800px;
}
#payment h3 {
  background: linear-gradient(transparent 15%, rgba(252, 236, 238, 0.9) 15%, rgba(252, 236, 238, 0.9) 85%, transparent 85%);
  color: #a6c5d8;
  font-size: 130%;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 375px) {
  #payment h3 {
    font-size: 150%;
  }
}
#payment h3 span {
  color: #27231d;
  font-size: 70%;
  letter-spacing: .75px;
}
#payment .note li {
  padding-left: 1.5em;
  font-size: 75%;
  list-style-type: none;
  position: relative;
}
#payment .note li::before {
  content: '※';
  position: absolute;
  top: 0.05em;
  left: 0;
}