@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%);
}
.sec_title .icon {
  width: 3.8125rem;
  margin-bottom: 0.75rem;
  display: block;
}
.sec_title span {
  text-align: center;
  display: inline-block;
  line-height: 1.2;
}
.sec_title .pink {
  color: #edb9bf !important;
}
.sec_title .blue {
  color: #a6c5d8 !important;
}
.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;
}
.sec_title_2 span {
  position: relative;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .sec_title_2 span {
    padding: 0 60px;
  }
}
/*.sec_title_2 span::before,
.sec_title_2 span::after {
    content: '◆';
    position: absolute;
    top: 7px;
    left: 0;
    color: #ffa9a9;
    font-size: 60%;
}
@media screen and (min-width: 768px){
    .sec_title_2 span::before,
    .sec_title_2 span::after {
        top: 3px;
        font-size: 80%;
    }
}*/
.sec_title_2 span::after {
  right: 0;
  left: auto;
}
.sec_title_2 small {
  color: #ffa9a9;
}
.sec_title_2.gold span::before, .sec_title_2.gold span::after {
  color: #ad9a58;
}
.sec_title_2.gold small {
  color: #ad9a58;
}
.detail_btn {
  max-width: 85%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 5px 5px #d2d2d2;
}
@media screen and (min-width: 768px) {
  .detail_btn {
    max-width: 350px;
  }
}
.detail_btn a {
  display: block;
  padding: .65rem 0;
  background: #f67981;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 89%;
  text-decoration: none;
}
.detail_btn.blue a {
  background: #4880bd;
}
.fixed_campaign {
  z-index: 1;
  position: fixed;
  top: 55%;
  right: 0;
  width: 35px;
  display: none;
}
@media screen and (min-width: 768px) {
  .fixed_campaign {
    top: 30%;
    width: auto;
  }
}
/* --------------------
kv
-------------------- */
#kv {
  min-height: 89.2vw;
  padding: 0;
  background: url("../img/lpE/fv_bg_sp.jpg") no-repeat center -90px / 100% auto;
}
@media screen and (min-width: 768px) {
  #kv {
    height: 520px;
    min-height: auto;
    padding: 2.2rem 1rem 1.7rem;
    background-image: url("../img/lpE/fv_bg_pc.jpg");
    background-size: cover;
    background-size: cover;
    background-position: center top;
  }
}
@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: 36%;
  padding: 4% 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;
  position: relative;
  top: 20px;
}
@media screen and (min-width: 768px) {
  #kv .txt {
    margin: 0;
    padding: 0;
    padding: 0;
    top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #kv .txt {
    width: 87%;
  }
}
#kv .txt h1 {
  color: #ee8789;
  font-size: 7.2vw;
}
@media screen and (min-width: 768px) {
  #kv .txt h1 {
    font-size: 278%;
  }
}
#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 {
    background: #fcf7e6;
}*/
#about .inner > p {
  font-size: 83%;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  #about .inner > p {
    font-size: 100%;
  }
}
/* --------------------
effect
-------------------- */
#effect {
  background: url("../img/effect_bg.jpg") repeat;
}
#effect .inner {
  max-width: 900px;
}
#effect .inner > div > p {
  text-align: left;
  font-size: 83%;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  #effect .inner > div > p {
    text-align: center;
    font-size: 100%;
  }
  #effect .point {
    margin-bottom: 2.5rem;
  }
}
#effect .point ul {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #effect .point ul {
    margin: 2.5rem -.4rem 0;
  }
}
#effect .point ul li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1.8rem 1rem 1rem;
  background: #fff;
  border: 2px solid #fbcece;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #effect .point ul li {
    width: calc(33.333333% - .8rem);
    margin: 0 .4rem;
    padding: 2.5rem 1rem 1rem;
  }
}
#effect .point ul li::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 42px;
  background: url("../img/effect_check.png") no-repeat left top / 100% auto;
}
@media screen and (min-width: 768px) {
  #effect .point ul li::before {
    width: 45px;
    height: 52px;
  }
}
#effect .point ul li h3 {
  text-align: center;
  font-weight: 700;
  font-size: 111%;
  color: #ee8789;
}
#effect .point ul li p {
  margin: 0;
  font-size: 78%;
  line-height: 1.642;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #effect .point ul li p {
    text-align: left;
  }
}
#effect .howto {
  margin-bottom: 2.5rem;
}
#effect .howto ol {
  max-width: 570px;
  margin: 0 auto 1rem;
  padding: 0;
}
#effect .howto ol li {
  position: relative;
  display: flex;
  border-radius: 5px;
}
#effect .howto ol li + li {
  margin-top: 20px;
}
#effect .howto ol li::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 37px solid transparent;
  border-left: 37px solid transparent;
  border-top: 20px solid #ffc2c2;
  border-bottom: 0;
}
#effect .howto ol li:last-child::after {
  content: none;
}
#effect .howto ol li .num {
  display: flex;
  align-items: center;
  padding: 0 .65rem;
  background: #ee8789;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 110%;
}
#effect .howto ol li .txt {
  width: 100%;
  padding: .4rem .65rem;
  background: #fff2f2;
  border-radius: 0 5px 5px 0;
  font-size: 83%;
}
#effect .howto .txt1 {
  margin-bottom: .5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 110%;
  color: #ee8789;
}
#effect .howto .txt2 {
  margin-bottom: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 110%;
}
#effect .howto .txt2 strong {
  border-bottom: #ee8789 3px dotted;
}
.sideeffect p {
  font-size: 83%;
  line-height: 1.666;
}
.sideeffect .stop {
  padding: 1.2rem .7rem;
  background: #f7dada;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .sideeffect .stop {
    padding: 1.2rem;
  }
}
.sideeffect .stop h3 {
  position: relative;
  font-weight: 700;
  font-size: 92%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sideeffect .stop h3 {
    font-size: 100%;
  }
}
.sideeffect .stop h3 span {
  color: #ee8789;
  font-size: 80%;
}
.sideeffect .stop h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 100%;
  text-align: center;
  color: #fff;
}
.sideeffect .stop h4 span {
  display: inline-block;
  padding: .25rem 1.95rem .28rem;
  background: #555555;
  border-radius: 15px;
}
.sideeffect .stop ul {
  margin: 0 -.3rem;
}
.sideeffect .stop ul li {
  list-style-type: none;
  width: calc(33.333333% - .6rem);
  margin: 0 .3rem .6rem;
  padding: 1rem 0 .7rem;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sideeffect .stop ul li {
    width: calc(20% - .6rem);
    padding: 1rem 0;
  }
}
.sideeffect .stop ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-bottom: .5rem;
}
.sideeffect .stop ul li p {
  margin: 0;
  font-size: 67%;
  line-height: 1.428;
}
@media screen and (min-width: 768px) {
  .sideeffect .stop ul li p {
    font-size: 77%;
  }
}
/* --------------------
qa
-------------------- */
#qa {
  background: #f4edec;
}
@media screen and (min-width: 768px) {
  #qa .inner {
    max-width: 700px;
  }
}
#qa .qa_items .qa_item {
  padding: 1.2rem 1rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #ccc;
}
#qa .qa_items .qa_item + .qa_item {
  margin-top: 1rem;
}
#qa .qa_items .qa_item .q {
  position: relative;
  margin-bottom: .5rem;
  padding: 0 0 1rem 35px;
  border-bottom: #d0d0d0 dashed 1px;
  font-weight: 700;
  font-size: 89%;
}
#qa .qa_items .qa_item .q::before {
  content: '';
  position: absolute;
  left: 0;
  width: 23px;
  height: 24px;
  background: url("../img/qa_ico_q.png") no-repeat left top / 100% auto;
}
#qa .qa_items .qa_item .a {
  position: relative;
  padding-left: 35px;
  font-size: 89%;
}
#qa .qa_items .qa_item .a::before {
  content: '';
  position: absolute;
  left: 0;
  width: 25px;
  height: 22px;
  background: url("../img/qa_ico_a.png") no-repeat left top / 100% auto;
}
/* --------------------
campaign_2
-------------------- */
#campaign_2 .d-flex {
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
}
#campaign_2 .d-flex .img {
  width: 48.5%;
}
/* --------------------
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;
}
#question {
  background: #fdf5f9;
  color: #333;
}
#question .inner {
  background: #a6c5d8;
  border-radius: 10px;
}
#question .qa_item {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #question .qa_item {
    margin-bottom: 2rem;
  }
}
#question .qa_item:last-child {
  margin-bottom: 0;
}
#question .q {
  padding-left: 2em;
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: .75px;
  position: relative;
}
#question .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;
}
#question .q span {
  width: 100%;
  padding-bottom: 0.5rem;
  background: url(../img/lpd_qa_border.png) left bottom/6px repeat-x;
  display: block;
}
#question .a {
  padding: 0.5rem 0.5rem 0.5rem 2.5em;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#question .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;
}
#question .a p {
  margin-bottom: 0;
  color: #333;
  font-size: 90%;
}
#subscription {
  background: #ebf2f7;
  color: #333;
}
#subscription strong.pink {
  color: #edb9bf
}
#subscription p {
  font-size: 90%;
}
#subscription .box {
  border-radius: 0;
  position: relative;
}
#subscription .subscription {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
#subscription .subscription .box {
  padding-top: 1.5em;
  font-size: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #subscription .subscription .box {
    font-size: 100%;
  }
}
#subscription .subscription .box.large {
  grid-column: 1/4;
}
#subscription .subscription .box .bg_pink {
  background: #edb9bf;
  color: #fff;
  font-weight: 700;
}
#subscription .subscription .box .circle {
  width: 4em;
  height: 4em;
  margin-bottom: 0;
  border-radius: 50%;
  font-size: 80%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0.5em;
}
#subscription .subscription .box img {
  margin-bottom: 0.75em;
  display: block;
}
#subscription .subscription .box.large .bg_pink {
  padding: 0.25em 0.5em;
  background: #edb9bf;
  color: #fff;
  font-weight: 700;
}
#subscription .subscription .box strong {
  color: #edb9bf;
  font-weight: 700;
}
#subscription .feature 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) {
  #subscription h3 {
    font-size: 150%;
  }
}
#subscription h3 span {
  color: #27231d;
  font-size: 70%;
  letter-spacing: .75px;
}
@media screen and (min-width: 768px) {
  #subscription h3 span {
    font-size: 90%;
  }
}
#flow {
  background: #fdf5f9;
  color: #767676;
}
#subscription h3.cycle_ttl {
  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) {
  #subscription h3.cycle_ttl {
    font-size: 150%;
  }
}
#subscription h3.cycle_ttl span {
  color: #27231d;
  font-size: 70%;
  letter-spacing: .75px;
}
@media screen and (min-width: 768px) {
  #subscription .layout_fix_img01, #price .layout_fix_img01 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}