@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: clamp(12px, 3.6vw, 16px);
}

.content-lp {
  max-width: 640px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.content-lp a {
  text-decoration: none;
  color: #333333;
}

.content-lp .list__item {
  position: relative;
  padding-left: 16px;
  margin-left: 0;
  text-indent: 0;
  line-height: 1.4;
}

.content-lp .list__item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #333333;
}

.content-lp .num-list {
  counter-reset: list-num;
}

.content-lp .num-list__item {
  position: relative;
  padding-left: 22px;
  margin-left: 0;
  text-indent: 0;
}

.content-lp .num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  border: solid 1px #333333;
  border-radius: 50%;
  font-size: 14px;
  line-height: 0.8;
  text-align: center;
}

.content-lp .note-list__item {
  margin-left: 1em;
  color: #333333;
  font-size: clamp(12px, 3.6vw, 16px);
  text-indent: -1em;
}

.content-lp .note-list__item::before {
  content: '※';
}

.content-lp .inner {
  padding: 0 10%;
}

.content-lp .cv {
  padding: 5%;
  background: repeating-linear-gradient(-45deg, #FFA3A7, #FFA3A7 10px, #FDCB16 10px, #FDCB16 12px);
}

.content-lp .cv .cv-ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  margin-bottom: 6.5%;
  background: #ffffff;
  border-radius: 20px;
  color: #500000;
  font-size: clamp(12px, 5.4vw, 24px);
  font-weight: bold;
  text-align: center;
}

.content-lp .cv .cv-ttl::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 18px;
  border-color: #ffffff transparent transparent transparent;
}

.content-lp .cv .cv-frame > dt {
  background: #FFFF00;
  border-radius: 20px 20px 0 0;
  color: #500000;
  font-size: clamp(12px, 6.8vw, 30px);
  font-weight: bold;
  text-align: center;
}

.content-lp .cv .cv-frame > dd {
  position: relative;
  padding-bottom: 5%;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.content-lp .cv .cv-vsl {
  width: 110%;
  margin-bottom: 5px;
  padding-top:10px;
  -webkit-transform: translateX(-5%);
  transform: translateX(-5%);
}

.content-lp .cv .cv-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 2%;
  padding: 5% 0;
  background: url("../../img/lp/0003cb/cv-arrow-bg.jpg") center/contain no-repeat;
  color: #FFFF00;
  font-size: clamp(12px, 9vw, 40px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}

.content-lp .cv .cv-arrow em {
  font-size: clamp(12px, 11vw, 50px);
  line-height: 0.8;
}

.content-lp .cv .cv-price__ttl {
  color: #FF0000;
  font-size: clamp(12px, 6.8vw, 30px);
  font-weight: bold;
  text-align: center;
}

.content-lp .cv .cv-price.--caseA {
  margin-bottom: 3%;
}

.content-lp .cv .cv-price.--caseA .cv-price__num {
  width: 90%;
  margin: 0 auto 5px;
}

.content-lp .cv .cv-price.--caseA .cv-price__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-lp .cv .cv-price.--caseA .cv-price__txt dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2%;
  border: solid 2px #C80100;
  border-radius: 10px 0 0 10px;
  color: #c80000;
  font-size: clamp(12px, 5.4vw, 24px);
  font-weight: bold;
  line-height: 1;
}

.content-lp .cv .cv-price.--caseA .cv-price__txt dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2%;
  background: #C80100;
  border-radius: 0 10px 10px 0;
  color: #ffffff;
  font-size: clamp(12px, 5.4vw, 24px);
  font-weight: bold;
  line-height: 1;
}

.content-lp .cv .cv-price.--caseB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 2%;
  width: 90%;
  margin: 0 auto 10px;
}

.content-lp .cv .cv-price.--caseB .cv-price__num {
  width: 60%;
}

.content-lp .cv .cv-price.--caseB .cv-price__txt {
  width: 38%;
}

.content-lp .cv .cv-price.--caseB .cv-price__txt dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1% 0;
  border: solid 2px #C80100;
  border-radius: 10px 10px 0 0;
  color: #FF0000;
  font-size: clamp(12px, 4.5vw, 20px);
  font-weight: bold;
}

.content-lp .cv .cv-price.--caseB .cv-price__txt dd {
  padding: 2% 0 3%;
  background: #C80100;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  font-size: clamp(12px, 6.8vw, 30px);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.content-lp .cv .cv-price.--caseB .cv-price__note {
  width: 100%;
  font-size: 10px;
  font-size: clamp(8px, 2.2vw, 10px);
  text-align: right;
}

.content-lp .cv .cv-price.--caseB .cv-price__note::before {
  content: '※';
}

.content-lp .cv .cv-btn {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.content-lp .cv .cv-benefit {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.mv .mv-content {
  position: relative;
}

.mv .mv-content__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 1% 5%;
  background: #1800D9;
  border-radius: 100px;
  color: #ffffff;
  font-size: clamp(14px, 5.5vw, 24px);
  font-weight: bold;
  text-align: center;
}

.mv .mv-content__catch {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 98%;
  margin: 0 auto;
}

.about {
  padding: 5% 0;
  background: #FFF5EB;
}

.about .about-bg {
  background: url("../../img/lp/0003cb/about-bg.webp") top/440px 570px #FFF5EB;
}

.about .about-headline {
  width: 84%;
  margin: 0 auto 5%;
}

.about .about-ttl {
  background: #FFA3A7;
  border-radius: 0 10px 0 0;
  color: #ffffff;
  font-size: clamp(12px, 7.8vw, 35px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

.about .about-txt {
  font-size: clamp(12px, 4.5vw, 20px);
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.about .about-note {
  font-size: clamp(12px, 4.5vw, 20px);
  letter-spacing: 0.1em;
}

.about .about-note::before {
  content: '※';
}

.aging {
  background: #FFF5EB;
}

.aging .aging-catch {
  background: #000;
}

.aging .aging-catch dt {
  padding-top: 2%;
  color: #ffffff;
  font-size: clamp(12px, 6.4vw, 28px);
  text-align: center;
  line-height: 1.3;
}

.aging .aging-ttl {
  background: #FFF5EB;
  color: #500000;
  font-size: clamp(12px, 6.8vw, 30px);
  font-weight: bold;
  text-align: center;
}

.aging .aging-subttl {
  background: #FF5564;
  color: #ffffff;
  font-size: clamp(12px, 7.8vw, 35px);
  font-weight: bold;
  text-align: center;
}

.aging .aging-txt {
  font-size: clamp(12px, 4.5vw, 20px);
  letter-spacing: 0.1em;
}

.worries {
  padding-bottom: 5%;
  background: #FFF5EB;
}

.worries .worries-vsl {
  position: relative;
}

.worries .worries-vsl__illust {
  position: absolute;
  right: 18%;
  bottom: 28%;
  width: 20%;
}

.worries .worries-ttl {
  position: relative;
  margin-top: -22%;
}

.worries .worries-ttl__sub {
  color: #500000;
  font-weight: bold;
  font-size: clamp(12px, 5.4vw, 23px);
}

.worries .worries-ttl__main {
  color: #FE7B4B;
  font-size: clamp(12px, 12.2vw, 54px);
  font-weight: bold;
  white-space: nowrap;
}

.worries .worries-subttl {
  margin-bottom: 5%;
  padding: 2% 0;
  background: #333333;
  border-radius: 0 10px 0 10px;
  color: #ffffff;
  font-size: clamp(12px, 6.4vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.worries .worries-txt {
  margin-bottom: 3%;
  font-size: clamp(12px, 4.5vw, 20px);
  letter-spacing: 0.1em;
}

.voice {
  padding-top: 5%;
  background: #FFF5EB;
}

.voice .voice-block {
  padding-bottom: 8%;
}

.voice .voice-block .voice-block-balloon {
  position: relative;
  z-index: 1;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 3% 6.5%;
  background: #FF5564;
  border-radius: 32px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

.voice .voice-block .voice-block-balloon::before {
  content: '';
  position: absolute;
  top: -20px;
  z-index: -1;
  width: 44px;
  height: 44px;
  background: url("../../img/lp/0003cb/balloon-serif.svg") top/contain;
}

.voice .voice-block .voice-block-balloon__ttl {
  margin-bottom: 3%;
  color: #FFFF00;
  font-size: clamp(12px, 8.2vw, 36px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.voice .voice-block .voice-block-balloon__ttl.--small {
  font-size: clamp(12px, 6.4vw, 28px);
}

.voice .voice-block .voice-block-balloon__txt {
  margin-bottom: 3%;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.voice .voice-block .voice-block-balloon__name {
  color: #ffffff;
  text-align: right;
  line-height: 1.3;
}

.voice .voice-block.--voice1 .voice-block-balloon {
  margin-top: -20%;
}

.voice .voice-block.--voice1 .voice-block-balloon::before {
  left: 5%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.voice .voice-block.--voice2 .voice-block-balloon {
  margin-top: -42%;
}

.voice .voice-block.--voice2 .voice-block-balloon::before {
  left: 42%;
}

.voice .voice-block.--voice3 .voice-block-balloon {
  margin-top: -46%;
}

.voice .voice-block.--voice3 .voice-block-balloon::before {
  left: 48%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.voice .voice-block.--voice4 .voice-block-balloon {
  margin-top: -45%;
}

.voice .voice-block.--voice4 .voice-block-balloon::before {
  right: 28%;
}

.voice .voice-block.--voice5 .voice-block-balloon {
  margin-top: -40%;
}

.voice .voice-block.--voice5 .voice-block-balloon::before {
  right: 12%;
}

.voice .voice-block.--voice6 .voice-block-balloon {
  margin-top: -38%;
}

.voice .voice-block.--voice6 .voice-block-balloon::before {
  right: 28%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.voice .voice-block.--voice7 .voice-block-balloon {
  margin-top: -44%;
}

.voice .voice-block.--voice7 .voice-block-balloon::before {
  right: 28%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.voice .voice-subttl {
  padding-bottom: 3%;
  border-bottom: solid 1px #333333;
  color: #500000;
  font-weight: bold;
  font-size: clamp(12px, 6.4vw, 28px);
  text-align: center;
}

.voice .voice-subblock {
  padding: 5% 0;
  border-bottom: solid 1px #333333;
}

.voice .voice-subblock__txt {
  margin-bottom: 3%;
  font-size: clamp(12px, 4vw, 18px);
  font-weight: bold;
}

.voice .voice-subblock__name {
  font-size: clamp(12px, 3.6vw, 16px);
  font-weight: bold;
  text-align: right;
}

.voice .voice-note {
  font-size: clamp(12px, 3.6vw, 16px);
  font-weight: bold;
  text-align: right;
}

.info .info-bg {
  padding: 5%;
  background: repeating-linear-gradient(-45deg, #FFA3A7, #FFA3A7 10px, #FDCB16 10px, #FDCB16 12px);
}

.secret {
  overflow: hidden;
  padding: 5%;
  background: repeating-linear-gradient(-45deg, #FFA3A7, #FFA3A7 10px, #FDCB16 10px, #FDCB16 12px);
}

.secret .secret-frame {
  position: relative;
  padding: 5% 5% 10%;
  background: url("../../img/lp/0003cb/secret-bg.webp") top center/400px no-repeat #ffffff;
  border-radius: 20px;
}

.secret .secret-ttl {
  margin-bottom: 5%;
}

.secret .secret-list {
  counter-reset: secret-num;
}

.secret .secret-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 10%;
}

.secret .secret-list__item dt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3%;
  padding-left: 11%;
  color: #61240A;
  font-size: clamp(12px, 5.9vw, 26px);
  font-weight: bold;
  line-height: 1.3;
}

.secret .secret-list__item dt::before {
  position: absolute;
  left: 0;
  counter-increment: secret-num;
  content: counter(secret-num) ". ";
}

.secret .secret-list__item dt span {
  padding: 2% 0;
  background: #FFFF00;
}

.secret .secret-list__item dd {
  margin-left: 11%;
  color: #61240A;
  font-size: clamp(12px, 4.5vw, 20px);
  font-weight: bold;
  line-height: 1.5;
}

.secret .point-catch {
  width: 112%;
  position: absolute;
  bottom: -3%;
  left: -6%;
}

.point {
  overflow: hidden;
  padding: 5%;
  background: repeating-linear-gradient(-45deg, #FFA3A7, #FFA3A7 10px, #FDCB16 10px, #FDCB16 12px);
}

.point .point-frame {
  position: relative;
  padding: 0 5% 50%;
  background: #ffffff;
  border-radius: 20px;
}

.point .point-list {
  counter-reset: point-num;
}

.point .point-list__item {
  margin-left: 1.3em;
  text-indent: -1.3em;
  color: #61240A;
  font-size: clamp(14px, 5.5vw, 24px);
  font-weight: bold;
  line-height: 1.3;
}

.point .point-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 5%;
}

.point .point-list__item::before {
  counter-increment: point-num;
  content: counter(point-num) ". ";
}

.point .point-list__item em {
  font-size: clamp(12px, 6.8vw, 30px);
}

.point .point-list__item .maker {
  background: #FFFF00;
}

.point .point-catch {
  width: 112%;
  position: absolute;
  bottom: -3%;
  left: -6%;
}

.qa {
  padding: 5% 5% 10%;
  background: #FFF5EB;
}

.qa .qa-ttl {
  margin-bottom: 3%;
}

.qa .qa-list {
  counter-reset: qa-num;
}

.qa .qa-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 10%;
}

.qa .qa-list dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  margin-bottom: 3%;
  padding: 1% 0 1% 55px;
  background: #61240A;
  color: #ffffff;
  font-size: clamp(12px, 4vw, 18px);
  font-weight: bold;
}

.qa .qa-list dt::before {
  counter-increment: qa-num;
  content: "Q" counter(qa-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  padding-left: 3px;
  background: #FE7B4B;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}

.qa .qa-list dt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 8px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #FE7B4B), color-stop(50%, transparent));
  background: linear-gradient(to top right, #FE7B4B 50%, transparent 50%);
}

.qa .qa-list dd {
  font-weight: bold;
}

.qa .qa-list dd .list {
  padding: 0 5%;
  font-size: clamp(12px, 4.5vw, 20px);
}

.qa .qa-list dd .txt {
  padding: 0 5%;
  font-size: clamp(12px, 4.5vw, 20px);
}

.qa .qa-list dd .txt a {
  text-decoration: underline;
}

.qa .qa-list dd .txt a:hover {
  text-decoration: none;
}

.caution {
  padding: 5%;
  background: #FFF5EB;
}

.caution .caution-ttl {
  margin-bottom: 3%;
  padding: 1% 0;
  background: -webkit-gradient(linear, left top, right top, from(#190000), color-stop(80%, #5A2805), to(#FFF5EB));
  background: linear-gradient(to right, #190000, #5A2805 80%, #FFF5EB);
  color: #ffffff;
  font-size: clamp(12px, 4.5vw, 20px);
  font-weight: bold;
  text-align: center;
}

.caution .caution-subttl {
  font-weight: bold;
}

.caution .list,
.caution .num-list,
.caution .note-list,
.caution .txt {
  font-weight: bold;
}

.lp-footer {
  max-width: 640px;
  margin: 0 auto;
  padding: 2% 2% 3%;
  padding-bottom: clamp(40px, 20%, 88px);
  background: #FFF5EB;
}

.lp-footer .lp-footer-nav__item {
  font-weight: bold;
  text-align: center;
}

.float-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  padding-bottom: 5px;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .float-cv {
    max-width: 580px;
  }
.float-cv__item {
/*  width: 48%;*/
  width: 94%;
}

.float-cv__item a {
  display: block;
}

.float-cv__item a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*# sourceMappingURL=../../maps/lp/No0003.css.map */
