@charset "UTF-8";
/*-------------------------------------*
 * PCデザイン可変部分
 *-------------------------------------*/
/* 【PC】フォームの項目名ラベル内必須アイコン */
span.form_required_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【PC】フォームのセクションラベル */
.landing_form_label_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【PC】フォーム入力ボックス内の基本デザイン */
table.landing_form_ec {
  border-top: 1px solid #d0dcec;
  border-right: 1px solid #d0dcec;
  background: #FFF;
  border-bottom: 1px solid #999;
}

/* 【PC】フォーム左側　項目名ラベル */
.landing_form_ec th {
  background-color: #e1edfd;
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #e1edfd;
}

/* 【PC】フォーム右側　入力ボックス */
.landing_form_ec td {
  border-bottom: 1px solid #d0dcec;
  border-left: 1px solid #d0dcec;
  background-color: #ffffff;
}

/* 【PC】購入ボタンのデザイン */
.submit_bottom_ec {
  border: 0px;
  width: 400px;
  height: 150px;
  background-size: 394px auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*-------------------------------------*
 * スマートフォンデザイン可変部分
 *-------------------------------------*/
/* 【SP】フォームの項目名ラベル内必須アイコン */
span.form_required_sp_ec {
  /* セクションラベルの色 */
  background: #7E0F09;
  /* セクションラベルのフォント色*/
  color: #ffffff;
}

/* 【SP】フォームのセクションラベル */
.landing_form_label_sp_ec {
  /* セクションラベルの色 */
  background: #203594;
  /* セクションラベルのフォント色*/
  color: #ffffff;
  /* セクションラベルのフォントサイズ */
  font-size: 18px;
}

/* 【SP】フォームの項目名ラベル */
.form_box_label_sp_ec {
  background: #cadefc;
  border-bottom: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
}

/* 【SP】購入ボタンのデザイン */
.submit_bottom_sp_ec {
  border: 0px;
  width: 100%;
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}

.footer_container_fluid {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
}

.footer_container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.footer_container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.footer_container li {
  list-style: none;
  margin: 0 10px 0 0;
}

.footer_container li a {
  text-decoration: none;
  font-size: 10px;
  color: #3e3e3e;
}

.copyright {
  width: 100%;
  background: #e3e3e3;
  margin: auto;
  color: #3e3e3e;
  font-size: 10px;
  text-align: center;
}

.text {
  text-align: center;
}

.voice-attention1 {
  position: absolute;
  bottom: 472px;
  right: 32px;
}

.voice-attention2 {
  position: absolute;
  /* bottom: 44px; */
  bottom: 20px;
  right: 32px;
  font-size: 0.5rem;
}

/* footer 上書き */
.footer_container ul {
  line-height: 27px;
  padding: 0px 0 30px 0;
}

.footer_container li {
  float: none;
}

.footer__img--white {
  width: 285px;
  padding: 40px 0 30px 0;
}

.copyright {
  font-weight: bold;
  padding: 0 0 20px 0;
}

.top_cta .cta_btn a img {
  width: auto;
}

.top_cta .cta_btn {
  position: absolute;
  top: 42.9vw !important;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.cta .cta_btn.btn2 {
  top: 1058px;
}

/*AmazonPay、GMO後払いの説明画像の大きさ修正*/
#payment_method_description img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .footer__img--white {
    width: 38vw;
  }
}

/*(END) footer 上書き */
.fl-banner {
  position: fixed;
  bottom: 75px;
  right: 10px;
  z-index: 99999999;
  display: none;
}

@media screen and (max-width: 767px) {
  .fl-banner {
    width: 30%;
    bottom: 20px;
  }
}

 video {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .voice {
    padding: unset;
  }
  .voice .voice01 {
    top: 19vw;
  }
  .voice .voice02 {
    top: 73vw;
  }
}

@media screen and (min-width: 750px) {
  .top_cta .cta_btn {
    top: 342px !important;
  }
}

.cta .cta_btn {
  position: absolute;
  top: auto !important;
  bottom: 6vw !important;
}

@media screen and (min-width: 750px) {
  .cta .cta_btn {
    bottom: 28px !important;
  }
}

.padd {
  padding-top: 20px;
}

/*アコーディオンcss*/
/* Firefox */
summary {
  list-style: none;
}

/* chrome / Safari */
summary::-webkit-details-marker {
  display: none;
}

.slick-arrow {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}

.slider li {
  border-radius: 4px;
}

.movie_area {
  position: relative;
}

.movie_area video {
  position: absolute;
  bottom: 40px;
  width: 660px;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: 8px;
}

@media screen and (max-width: 750px) {
  .movie_area video {
    bottom: 5.33333vw;
    width: 88vw;
  }
}

.amazonpay-button-inner-image {
  width: auto !important;
}


.cta_kdr {
  background: #F9EEEC;
}
.cta_kdr .chg_course {
  margin: 38px 0 0;
}
@media screen and (max-width: 750px) {
  .cta_kdr .chg_course {
    margin: 5.0666666667vw 0 0;
  }
}
.cta_kdr .chg_course_tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cta_kdr .chg_course_tab div {
  background: #F16DA4;
  border-radius: 8px 8px 0px 0px;
  flex-grow: 1;
  padding: 12px 9px 8px;
  text-align: center;
  position: relative;
}
.cta_kdr .chg_course_tab div:nth-child(2):before, .cta_kdr .chg_course_tab div:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -70px;
  width: 88%;
  height: 100%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .cta_kdr .chg_course_tab div:nth-child(2):before, .cta_kdr .chg_course_tab div:nth-child(3):before {
    top: -9.3333333333vw;
  }
}
.cta_kdr .chg_course_tab div:nth-child(2):before {
  background: url(https://the-kindest.com//img/manten_c_decoration_18.png) no-repeat;
  background-size: contain;
}
.cta_kdr .chg_course_tab div:nth-child(3):before {
  background: url(https://the-kindest.com//img/manten_c_decoration_21.png) no-repeat;
  background-size: contain;
}
.cta_kdr .chg_course_tab div img {
  height: 106px;
  width: auto !important;
}
@media screen and (max-width: 750px) {
  .cta_kdr .chg_course_tab div img {
    height: 14.1333333333vw;
  }
}
.cta_kdr .chg_course_tab .select_none {
  background: rgba(25, 17, 13, 0.3);
  padding: 12px 9px 2px;
}
.cta_kdr .chg_course_tab .select_none img {
  opacity: 0.3;
}
.cta_kdr .courses {
  background: #FDF1DA;
}
.cta_kdr .btn_area {
  position: relative;
  margin-top: -3px;
}
@media screen and (max-width: 750px) {
  .cta_kdr .btn_area {
    margin-top: -vw(750, -3);
  }
}
.cta_kdr .btn_area .cta_btn {
  position: absolute;
  margin: auto;
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  filter: none !important;
  text-align: center;
}
.cta_kdr .btn_area .cta_btn img {
  width: 90% !important;
  bottom: -10px;
}
@media screen and (max-width: 750px) {
  .cta_kdr .btn_area .cta_btn img {
    bottom: -vw(750, -10);
  }
}

.background_img {
  background: url(../../img/KID_01.webp) repeat;
  background-size: cover;
}

.background_img .kids_note {
  padding: 6px 16px 20px;
}

.background_img .ttl {
  margin-bottom: 12px;
}

.background_img small {
  font-size: 10px;
  line-height: 16px;
  text-indent: -1rem;
  padding-left: 1rem;
  display: block;
}

.slick-slide img {
    width: 96%;
    display: block
}

.slider_smoothie {
  padding-bottom: 14px;
  background: #F9EEEC;
}

@media screen and (max-width: 750px) {
    .slider_smoothie {
    padding-bottom: 1.8666666667vw;
  }
}

.slider_smoothie li {
  margin-left: 10px;
}