.ly_header {
  width: 100%;
  padding: 13px 0;
  position: fixed;
  z-index: 999;
}

@media screen and (min-width: 1080px) {
  .ly_header {
    padding: 18px 0;
  }
}
.bl_header {
  background: #fff;
  border-bottom: 2px solid #c7a26c;
}

.bl_header_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
}

.bl_header_btnGroup {
  display: flex;
  align-items: center;
  gap: 4px;
}
.bl_header_btnGroup .bl_header_btn {
  display: inline-block;
  width: 85px;
  height: auto;
  text-align: center;
  border: 2px solid #c7a26c;
  color: #c7a26c;
  padding: 11px 0;
  font-size: 12px;
  font-weight: 600;
  border-radius: 36px;
  transition: all 0.3s;
}
.bl_header_btnGroup .bl_header_btn2 {
  display: inline-block;
  width: 85px;
  height: 100%;
  text-align: center;
  background: #ff9800;
  border: 2px solid #333;
  color: #333;
  padding: 11px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 36px;
  transition: all 0.3s;
}
.bl_header_btnGroup .bl_header_btn:hover {
  background: #c7a26c;
  color: #fff;
}
.bl_header_btnGroup .bl_header_btn2:hover {
  background: #52442f;
  color: #fff;
}

@media screen and (min-width: 1080px) {
  .bl_header_btnGroup .bl_header_btn {
    width: 120px;
    font-size: 16px;
    padding: 13px 0;
  }
  .bl_header_btnGroup .bl_header_btn2 {
    width: 120px;
    font-size: 16px;
    padding: 13px 0;
  }
}
.ly_footer {
  width: 100%;
  padding: 40px 0 16px 0;
}

.bl_footer_inner {
  width: 80%;
  margin: 0 auto;
  line-height: 175%;
}

.bl_footer_logo {
  display: block;
  text-align: center;
}

.bl_footer_navList {
  text-align: center;
  margin-top: 24px;
}
.bl_footer_navList .bl_footer_navList_line {
  display: none;
  width: 1px;
  height: 14px;
  transform: rotate(15deg);
  background: #8d857e;
}
.bl_footer_navList .bl_footer_navList_item + .bl_footer_navList_line {
  margin-top: 3px;
}

@media screen and (min-width: 1080px) {
  .bl_footer_navList {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
  }
  .bl_footer_navList .bl_footer_navList_line {
    display: block;
  }
}
.bl_footer_copyRight_wrapper {
  margin-top: 24px;
  text-align: center;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #8d857e;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
.bl_cont_inner {
  width: 90%;
  max-width: 1080px;
  padding-bottom: 23px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .bl_cont_inner {
    width: 80%;
  }
}
.bl_imgWrapper img {
  width: 100%;
}

.un_lb_reverse {
  display: none;
}

@media screen and (min-width: 1080px) {
  .un_lb {
    display: none;
  }
  .un_lb_reverse {
    display: block;
  }
}
.ly_cont {
  padding: 64px 0;
}

@media screen and (min-width: 1080px) {
  .ly_cont {
    padding: 94px 0;
  }
  .ly_cont__cta {
    padding: 64px 0;
  }
}
.ly_btn {
  margin: 0 auto;
  text-align: center;
  margin-top: 24px;
  overflow: hidden;
}

.bl_contBg_beige {
  background: rgba(199, 162, 108, 0.05);
}

.bl_contBg_brown {
  background: #52442f;
}

.el_secTtl {
  font-size: 22px;
  font-weight: 600;
  color: #c7a26c;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .el_secTtl {
    font-size: 32px;
  }
}
.ly_kv {
  padding: 100px 0 40px;
}

@media screen and (min-width: 1080px) {
  .ly_kv {
    padding: 131px 0 56px;
  }
}
.bl_kv_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.bl_kv {
  background: rgba(199, 162, 108, 0.35) url(../img/sp_kv_bgImg.svg);
}

@media screen and (min-width: 1080px) {
  .bl_kv_inner {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.bl_kv_body {
  margin: 0 auto;
  max-width: 550px;
}

.bl_kv_subCopy {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #c7a26c;
  line-height: 175%;
}

.bl_kv_mainCopy {
  font-size: 30px;
  font-weight: 800;
  margin-top: 8px;
  text-align: center;
  color: #333;
  line-height: 140%;
}

.bl_kv_function_list {
  text-align: center;
  margin-top: 24px;
}
.bl_kv_function_list .bl_kv_function_listItem {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #c7a26c;
  color: #fff;
  margin: 6px 3px 0 3px;
}
.bl_kv_function_list .bl_kv_function_listItem:last-child {
  margin-left: 0;
}

@media screen and (min-width: 1080px) {
  .bl_kv_subCopy {
    text-align: left;
  }
  .bl_kv_mainCopy {
    text-align: left;
    font-size: 38px;
  }
  .bl_kv_function_list {
    margin-top: 32px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
}
.bl_kv_formGroup {
  margin-top: 32px;
}

.bl_kv_form_microCopy_group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bl_kv_form_microCopy_group .bl_kv_form_microCopy {
  color: #c7a26c;
  font-size: 20px;
  font-weight: 600;
}
.bl_kv_form_microCopy_group .bl_kv_form_microCopy_line {
  display: block;
  width: 2px;
  height: 20px;
  background: #c7a26c;
}
.bl_kv_form_microCopy_group .bl_kv_form_microCopy_line_left {
  transform: rotate(-15deg);
}
.bl_kv_form_microCopy_group .bl_kv_form_microCopy_line_right {
  transform: rotate(15deg);
}

.bl_kv_form {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  margin: 0 auto;
  margin-top: 12px;
  max-width: 400px;
}
.bl_kv_form .bl_kv_form_inputGroup {
  display: block;
}
.bl_kv_form .bl_kv_form_inputGroup input[type=email],
.bl_kv_form .bl_kv_form_inputGroup input[type=password] {
  margin-top: 5px;
  border-radius: 8px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 8px;
}
.bl_kv_form .bl_kv_form_inputGroup input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.bl_kv_form .bl_kv_form_inputGroup input[type=checkbox]:checked::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #c7a26c;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_kv_form .bl_kv_form_inputGroup input[type=checkbox]:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
  position: absolute;
  top: 45%;
  left: 50%;
}
.bl_kv_form .bl_kv_form_inputGroup + .bl_kv_form_inputGroup {
  margin-top: 16px;
}
.bl_kv_form .bl_kv_form_inputGroup:nth-child(1),
.bl_kv_form .bl_kv_form_inputGroup:nth-child(2) {
  font-weight: 600;
}
.bl_kv_form .bl_kv_form_inputGroup_checkBox {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.bl_kv_form .bl_kv_form_inputGroup_checkBox a {
  color: #4895e6;
}
.bl_kv_form .bl_kv_form_btnWrapper {
  margin-top: 16px;
  text-align: center;
}
.bl_kv_form .bl_kv_form_btnWrapper .bl_kv_form_submit {
  display: inline-block;
  border-radius: 24.5px;
  width: 100%;
  padding: 16px 0;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
}
.bl_kv_form .bl_kv_form_btnWrapper .bl_kv_form_submit:hover {
  background: #fff;
  color: #333;
}

@media screen and (min-width: 1080px) {
  .bl_kv_body {
    margin: 0;
  }
  .bl_kv_formGroup {
    margin: 0;
  }
}
.bl_movieWrapper {
  margin: 0 auto;
  margin-top: 32px;
  min-height: 180px;
  max-width: 700px;
}
.bl_movieWrapper iframe {
  width: 100%;
}

.bl_feature {
  margin-top: 32px;
  max-width: 1080px;
}

.bl_feature_item {
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .bl_feature_item {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1080px) {
  .bl_feature_item {
    width: 100%;
  }
}

.bl_feature_item_function {
  border-bottom: 1px solid #ddd;
}

.bl_feature_item_imgWrapper img {
  width: 100%;
  height: auto;
  box-shadow: 0 7px 25px rgba(106, 106, 106, 0.2);
}
@media screen and (min-width: 1080px) {
  .bl_feature_item_imgWrapper {
    max-width: 600px;
  }
}

.bl_feature_item_txtGroup {
  margin-top: 24px;
  max-width: 360px;
}

.bl_feature_item_subTtl {
  font-size: 12px;
  font-weight: 600;
  color: #c7a26c;
}

.bl_feature_item_ttl {
  font-size: 20px;
  line-height: 175%;
  margin-top: 6px;
  color: #c7a26c;
  font-weight: 700;
}

.bl_feature_item_txt {
  margin-top: 8px;
  line-height: 175%;
}

.bl_feature_item_functionList {
  margin-top: 16px;
}
.bl_feature_item_functionList .bl_feature_item_functionList_item {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 175%;
}
.bl_feature_item_functionList .bl_feature_item_functionList_item + .bl_feature_item_functionList_item {
  margin-top: 16px;
}

@media screen and (min-width: 1080px) {
  .bl_feature_item {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .bl_feature_item_ttl {
    font-size: 32px;
    margin-top: 8px;
  }
  .bl_feature_item_txt {
    margin-top: 16px;
  }
  .bl_feature_item_function {
    display: block;
  }
  .bl_feature_item_functionList {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .bl_feature_item_functionList .bl_feature_item_functionList_item {
    max-width: 240px;
  }
  .bl_feature_item_functionList .bl_feature_item_functionList_item + .bl_feature_item_functionList_item {
    margin-top: 0;
  }
}
.bl_cta_ttl {
  font-size: 24px;
  line-height: 175%;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.bl_cta_txt {
  margin-top: 8px;
  font-size: 16px;
  line-height: 175%;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.bl_cta_btn {
  display: inline-block;
  width: 300px;
  background: #ff9800;
  border: 1px solid #ff9800;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  border-radius: 36px;
  transition: all 0.3s;
}

.bl_cta_btn:hover {
  background: #333;
  color: #fff;
}

.bl_plan_cardGroup {
  margin-top: 32px;
}

.bl_plan_card {
  padding: 24px 56px;
  border-radius: 24px;
  letter-spacing: 0;
}

.bl_plan_card_ttlWrapper {
  padding: 10.5px 0;
  text-align: center;
  border-radius: 24px;
}

.bl_plan_card_ttl {
  font-size: 20px;
  font-weight: 600;
}

.bl_plan_card_txtGroup {
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
}

.bl_plan_card_txt {
  font-size: 18px;
}

.bl_plan_card_price {
  margin-top: 12px;
  font-size: 30px;
}

.bl_plan_card_feature_ttlWrapper {
  text-align: center;
}

.bl_plan_card_feature_ttl {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  border-bottom: 2px solid #8d857e;
  padding-bottom: 8px;
  text-align: center;
}

.bl_plan_card_featureList {
  max-width: 230px;
  margin: 0 auto;
  margin-top: 12px;
}
.bl_plan_card_featureList .bl_plan_card_featureList_item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #ddd;
  border-left: 2px solid #ddd;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-right: 9px;
}
.bl_plan_card_featureList .bl_plan_card_featureList_item + .bl_plan_card_featureList_item {
  margin-top: 12px;
}

.bl_plan_card__free {
  border: 3px solid #ddd;
}

.bl_plan_card_ttlWrapper {
  border: 2px solid #ddd;
}

.bl_plan_card__paid {
  margin-top: 32px;
  border: 3px solid #c7a26c;
  background: rgba(199, 162, 108, 0.05);
}

.bl_plan_card_ttlWrapper__paid {
  border: 2px solid #c7a26c;
  background: #fff;
}

.bl_plan_card_ttl__paid {
  color: #c7a26c;
}

.bl_plan_card_txt__paid {
  color: #c7a26c;
}

.bl_plan_card_price__paid {
  color: #c7a26c;
}

.bl_plan_card_feature_ttl__paid {
  color: #c7a26c;
  border-bottom: 2px solid #c7a26c;
}

.bl_plan_card_featureList__paid {
  color: #c7a26c;
}
.bl_plan_card_featureList__paid .bl_plan_card_featureList_item::before {
  border-bottom: 2px solid #c7a26c;
  border-left: 2px solid #c7a26c;
}

@media screen and (min-width: 768px) {
  .bl_plan_cardGroup {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .bl_plan_card {
    align-content: stretch;
  }
  .bl_plan_card__paid {
    margin-top: 0;
  }
}
.bl_faqGroup {
  max-width: 768px;
  margin: 0 auto;
  margin-top: 32px;
}

.bl_faq {
  padding: 24px 0;
  border-top: 1px solid #ddd;
  line-height: 175%;
}

.bl_faq_question {
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

.bl_faq_question::before {
  display: block;
  content: "Q";
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #c7a26c;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}

.bl_faq_answerWrapper {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
.bl_faq_answerWrapper a {
  color: #4895e6;
  text-decoration: underline;
}

.bl_faq_answerWrapper::before {
  display: block;
  content: "A";
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  color: #c7a26c;
  border: 1px solid #c7a26c;
  border-radius: 50%;
  flex-shrink: 0;
}
/*# sourceMappingURL=styles.css.map */