@charset "UTF-8";
/* 共有部分
-------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
}
a:hover {
  transition: 0.3s;
}

li {
  list-style: none;
  margin-left: 0.9em;
  text-indent: -0.9em;
}
@media (max-width: 767px) {
  li {
    margin-left: 1.4em;
    text-indent: -1.4em;
  }
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.bg {
  background-image: url(../img/common/bgimg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 15px 15px 20px rgba(187, 93, 124, 0.4862745098);
  background: #fff;
}

h2 {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 34px;
  background: #D27780;
  color: #fff;
  line-height: 1.5;
  padding: 20px 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  color: #D27780;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}

.content_box {
  margin: 40px auto;
  width: 95%;
}
@media (max-width: 767px) {
  .content_box {
    width: 90%;
  }
}

.content_img img {
  margin: 0 auto;
  width: 100%;
}

.content_txt {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .content_txt {
    font-size: 18px;
  }
}

.highlight01 {
  background: #D5C5D3;
}

.highlight02 {
  font-weight: bold;
  color: #B5377A;
  background: #D5C5D3;
}

.highlight03 {
  font-weight: 500;
  color: #D27780;
}

.note {
  color: #4e4e4e;
  font-size: 18px;
}

/* FIRSTVIEW
-------------------------------------*/
/* WORRIES
-------------------------------------*/
.worries {
  background: #CECECE;
  padding: 60px 0;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .worries {
    padding: 40px 0;
  }
}
.worries h2 {
  background: none;
  color: #333;
}
.worries .content_box {
  background: #fff;
  border-radius: 20px;
  width: 90%;
  margin: 30px auto;
  padding: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .worries .content_box {
    margin: 10px auto;
    font-size: 19px;
    font-weight: normal;
    padding: 20px;
  }
}
.worries .content_box li {
  line-height: 2;
}
@media (max-width: 767px) {
  .worries .content_box li {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.worries .content_box li:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_check.png);
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .worries .content_box li:before {
    vertical-align: text-top;
  }
}

/* HOOK01
-------------------------------------*/
.hook01 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .hook01 {
    padding-bottom: 40px;
  }
}
.hook01 h3 {
  margin-top: 40px;
}
.hook01 .content_list {
  margin: 30px auto;
}
.hook01 .content_list li {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .hook01 .content_list li {
    font-size: 19px;
    margin-left: 0.9em;
    text-indent: -0.9em;
  }
}
.hook01 .content_list li:before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon_dot.png);
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* PROFILE
-------------------------------------*/
.profile {
  background: rgb(206, 139, 150);
  background: linear-gradient(90deg, rgb(206, 139, 150) 40%, rgb(210, 119, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8b96",endColorstr="#d27780",GradientType=1);
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 50px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .profile {
    padding-bottom: 40px;
  }
}
.profile .img {
  text-align: center;
}
@media (max-width: 767px) {
  .profile .img {
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -15px;
  }
}
.profile .content_ttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .profile .content_ttl {
    font-size: 19px;
  }
}
.profile .content_ttl span {
  font-size: 30px !important;
}
@media (max-width: 767px) {
  .profile .content_ttl span {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
}
.profile .content_txt {
  font-size: 22px;
}
@media (max-width: 767px) {
  .profile .content_txt {
    font-size: 18px;
  }
}

/* ABOUT
-------------------------------------*/
.about {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 40px;
  }
}
.about .content_img {
  margin-bottom: 30px;
}
.about .content_txt {
  margin-bottom: 30px;
}

/* POINT
-------------------------------------*/
.point {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .point {
    padding-bottom: 20px;
  }
}
.point .content_box {
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .point .content_box {
    margin-bottom: 60px;
  }
}
.point .content_img {
  margin-bottom: 20px;
}

/* VOICE01
-------------------------------------*/
.voice {
  background: #D5C5D3;
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .voice h2 {
    text-align: left;
    letter-spacing: 0.03em;
    padding: 20px;
  }
}
.voice .content_list {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 5px;
}
@media (max-width: 767px) {
  .voice .content_list {
    padding: 20px 20px 5px;
  }
}
.voice .content_list li {
  text-indent: initial;
  margin-bottom: 60px;
  text-indent: initial;
  margin: 0;
  margin-bottom: 50px;
}
.voice .content_list h4 {
  border-radius: 5px;
  background: #B5377A;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .voice .content_list h4 {
    font-size: 18px;
  }
}

/* REASON
-------------------------------------*/
.reason {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .reason {
    padding-bottom: 40px;
  }
}
.reason .content_img {
  margin-bottom: 30px;
}
.reason .content_txt {
  margin-bottom: 30px;
}

/* HOOK02
-------------------------------------*/
.hook02 h3 {
  background: #D5C5D3;
  padding: 30px 0;
  color: #333;
  text-align: center;
}
@media (max-width: 767px) {
  .hook02 h3 {
    padding: 20px 0;
  }
}
.hook02 .content_txt {
  text-align: center;
  font-size: 26px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  .hook02 .content_txt {
    font-size: 22px;
    margin: 40px auto;
  }
}
.hook02 .content_txt .highlight03 {
  font-size: 36px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hook02 .content_txt .highlight03 {
    font-size: 30px;
  }
}

/* PROGRAM
-------------------------------------*/
.program {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .program {
    padding-bottom: 40px;
  }
}
.program h3 {
  margin-top: 30px;
}
.program .content_txt {
  margin-bottom: 15px;
  color: #333;
}
.program .content_txt small {
  display: block;
}

/* FLOW
-------------------------------------*/
.flow {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .flow {
    padding-bottom: 40px;
  }
}
.flow h3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flow h3 {
    margin-left: 1.2em;
    text-indent: -1.2em;
    line-height: 1.4;
  }
}

/* BONUS
-------------------------------------*/
.bonus {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .bonus {
    padding-bottom: 30px;
  }
}
.bonus .content_txt-first {
  font-size: 24px;
}
@media (max-width: 767px) {
  .bonus .content_txt-first {
    font-size: 21px;
  }
}
.bonus h3.pc {
  background: rgb(206, 139, 150);
  background: linear-gradient(90deg, rgb(206, 139, 150) 40%, rgb(210, 119, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8b96",endColorstr="#d27780",GradientType=1);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  padding: 1px 10px;
  font-size: 28px;
  margin-top: 80px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bonus h3.pc {
    display: none;
  }
}
.bonus h3.sp {
  font-size: 24px;
  letter-spacing: 0.01em;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}
.bonus h3.sp span {
  display: block;
  background: rgb(206, 139, 150);
  background: linear-gradient(90deg, rgb(206, 139, 150) 40%, rgb(210, 119, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8b96",endColorstr="#d27780",GradientType=1);
  border-radius: 3px;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 0.07em;
}
.bonus .content_img {
  margin-bottom: 20px;
}

/* PRICE
-------------------------------------*/
.price {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .price {
    padding-bottom: 40px;
  }
}
.price .u-ftsm {
  font-size: 26px;
  font-family: fot-tsukuardgothic-std, sans-serif;
}
@media (max-width: 767px) {
  .price .u-ftsm {
    text-align: center;
    display: block;
  }
}
.price strong {
  color: #B5377A;
  font-size: 26px;
}
@media (max-width: 767px) {
  .price strong {
    text-align: center;
    display: block;
  }
}
.price strong b {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 36px;
}
.price strong span {
  background-color: #B5377A;
  border-radius: 5px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 26px;
  padding: 5px 10px;
}

.btn {
  background: #4C9695;
  margin: 60px auto;
  text-align: center;
  border-radius: 20px;
  max-width: 600px;
  box-shadow: 0 7px 0 rgba(96, 155, 137, 0.7450980392);
}
.btn:hover {
  background: #4c7776;
  transform: translateY(3px);
  box-shadow: none;
  transition: 0.3;
}
.btn a {
  display: block;
  width: 100%;
  padding: 20px 0 22px;
  color: #fff;
  font-size: 32px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .btn a {
    font-size: 21px;
  }
}

/* BONUS3
-------------------------------------*/
.bonus3 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .bonus3 {
    padding-bottom: 30px;
  }
}
.bonus3 h3 span {
  display: inline-block;
  background: rgb(206, 139, 150);
  background: linear-gradient(90deg, rgb(206, 139, 150) 40%, rgb(210, 119, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8b96",endColorstr="#d27780",GradientType=1);
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  padding-left: 15px;
  font-size: 20px;
  margin-right: 10px;
}
.bonus3 .content_img {
  margin: 20px auto;
}
.bonus3 .content_txt {
  letter-spacing: 0.05em;
}

/* VOICE02
-------------------------------------*/
/* NOT RECOMMENDED
-------------------------------------*/
.notrecommended {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .notrecommended {
    padding-bottom: 40px;
  }
}
.notrecommended h2 {
  background: #C2C2C2;
  color: #000;
}
@media (max-width: 767px) {
  .notrecommended h2 {
    padding: 20px;
  }
}
.notrecommended li {
  text-indent: initial;
  margin-left: 0;
}
.notrecommended .u-mb {
  margin-bottom: 30px;
}
.notrecommended h3 {
  color: #000;
  margin-top: 30px;
  letter-spacing: 0.03em;
  font-size: 29px;
}
@media (max-width: 767px) {
  .notrecommended h3 {
    font-size: 22px;
  }
}

/* RECOMMENDED
-------------------------------------*/
.recommended {
  background: #D5C5D3;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .recommended {
    padding-bottom: 40px;
  }
}
.recommended .content_box {
  margin: 30px auto;
  width: 85%;
}
.recommended li {
  margin-bottom: 20px;
}
.recommended li .content_txt {
  font-size: 26px;
}
@media (max-width: 767px) {
  .recommended li .content_txt {
    font-size: 20px;
  }
}
.recommended li span {
  color: #D5969D;
}

/* MESSEAGE
-------------------------------------*/
.message {
  background: rgb(206, 139, 150);
  background: linear-gradient(90deg, rgb(206, 139, 150) 40%, rgb(210, 119, 128) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ce8b96",endColorstr="#d27780",GradientType=1);
  font-family: fot-tsukuardgothic-std, sans-serif;
  padding: 50px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .message {
    padding-bottom: 40px;
  }
}
.message .img {
  text-align: center;
}
@media (max-width: 767px) {
  .message .img {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -15px;
  }
}
.message .content_ttl {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 40px;
}
.message .content_ttl span {
  font-size: 30px !important;
}
.message .content_txt {
  font-size: 22px;
  width: 90%;
}
@media (max-width: 767px) {
  .message .content_txt {
    font-size: 18px;
    width: 100%;
  }
}
.message .btn {
  font-family: "noto-sans-cjk-jp", sans-serif;
}

/* FAQ
-------------------------------------*/
.faq {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq li {
  text-indent: initial;
  margin-left: 0;
  letter-spacing: 0.07em;
}
.faq .question {
  color: #4C9695;
  letter-spacing: 0.05em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 26px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .faq .question {
    font-size: 21px;
  }
}
.faq .answer {
  font-size: 19px;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .faq .answer {
    font-size: 17px;
  }
}
.faq .answer span {
  color: #D27780;
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 767px) {
  .faq .answer span {
    font-size: 22px;
  }
}

/* FOOTER
-------------------------------------*/
footer {
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
  background: #D5C5D3;
}
footer .content_list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
footer li {
  margin-right: 25px;
  margin-left: 25px;
}
footer li a {
  text-decoration: underline;
  color: #333;
}
footer .copy {
  margin: 20px auto 0;
}/*# sourceMappingURL=style.css.map */