@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-optin {
  margin: 40px auto;
  width: 95%;
}
@media (max-width: 767px) {
  .content_box-optin {
    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;
}
@media (max-width: 767px) {
  .worries {
    padding: 40px 0;
  }
}
.worries h2 {
  background: none;
  color: #333;
}
.worries .content_box-optin {
  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-optin {
    margin: 10px auto;
    font-size: 19px;
    font-weight: normal;
    padding: 20px;
  }
}
.worries .content_box-optin li {
  line-height: 2;
}
@media (max-width: 767px) {
  .worries .content_box-optin li {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.worries .content_box-optin 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-optin 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-optin {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .about-optin {
    padding-bottom: 40px;
  }
}
.about-optin .content_img {
  margin-bottom: 30px;
}
.about-optin .content_txt {
  margin-bottom: 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;
}

/* 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;
}

/* オプトインページ
-------------------------------------*/
.ctaarea {
  padding-bottom: 60px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .ctaarea {
    text-align: center;
  }
}
.ctaarea_bg {
  background: rgba(213, 197, 211, 0.3647058824);
  padding-top: 50px;
}
.ctaarea .content_box-optin {
  text-align: center;
  margin: 0 auto 50px;
}
.ctaarea .my_column {
  width: 50%;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .ctaarea .my_column {
    width: 95%;
  }
}
.ctaarea form.myForm input[type=text] {
  width: 620px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .ctaarea form.myForm input[type=text] {
    width: 350px;
    font-size: 20px;
  }
}
.ctaarea .form_input_submit {
  background: #4C9695;
  margin: 60px auto 20px;
  text-align: center;
  border-radius: 20px;
  max-width: 620px;
  box-shadow: 0 7px 0 rgba(96, 155, 137, 0.7450980392);
}
@media (max-width: 767px) {
  .ctaarea .form_input_submit {
    max-width: 350px;
  }
}
.ctaarea .form_input_submit:hover {
  background: #4c7776;
  transform: translateY(3px);
  box-shadow: none;
  transition: 0.3;
}
.ctaarea .form_input_submit .form_input_btn {
  display: block;
  width: 100%;
  padding: 20px 0 22px;
  color: #fff;
  font-size: 32px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .ctaarea .form_input_submit .form_input_btn {
    font-size: 21px;
    margin-top: -10px;
  }
}
.ctaarea .note {
  font-size: 16px;
  width: 620px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 767px) {
  .ctaarea .note {
    width: 300px;
    min-width: 350px;
  }
}
.ctaarea .content_title {
  margin-bottom: -22px;
}

.hook01-optin .content_txt {
  text-align: center;
  font-size: 36px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #D27780;
  font-weight: bold;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .hook01-optin .content_txt {
    font-size: 26px;
    padding: 30px 0;
  }
}

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