@charset "UTF-8";
.fv-folding_screen_box {
  width: 100%;
}

.banner {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.banner_none .banner {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.confirm .wpcf7-form-control {
  display: none;
}

#folding_screen header {
  border: inherit;
  top: 16px;
  left: 23px;
  right: 0;
  z-index: 999;
}
#folding_screen header .logo {
  width: 250px;
}
@media screen and (max-width: 768px) {
  #folding_screen .t_sec.sec2 {
    padding-top: 100px;
  }
}
#folding_screen .folding_screen-hedding_img-box {
  width: 90%;
  margin: 0 auto;
}
#folding_screen .folding_screen-hedding_txt {
  font-size: 57px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  #folding_screen .folding_screen-hedding_txt {
    font-size: 27px;
  }
}
#folding_screen .folding_screenhedding-box_txt {
  font-size: 20px;
  color: white;
  letter-spacing: 0.1rem;
  margin-bottom: 150px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #folding_screen .folding_screenhedding-box_txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 80px;
  }
}
#folding_screen .sec2 .t_sec_img {
  max-width: 882px;
}
@media screen and (max-width: 768px) {
  #folding_screen .sec2 .t_sec_img {
    width: 90%;
  }
}
#folding_screen .t_sec.sec2 .sec_ttl_box {
  margin-bottom: 70px;
  color: white;
}
#folding_screen .purch {
  position: relative;
  margin-top: 125px;
  padding-bottom: 125px;
}
@media screen and (max-width: 768px) {
  #folding_screen .purch {
    padding-bottom: 70px;
  }
}
#folding_screen .purch .sec_ttl_box {
  margin-bottom: 70px;
}
#folding_screen .purch .purch-results_box {
  padding: 56px 60px 50px 28px;
  background-color: #EEEFD8;
  border-radius: 24px;
}
#folding_screen .purch .purch-results_box:not(:last-child) {
  margin-bottom: 53px;
}
#folding_screen .purch .purch-results_first_block,
#folding_screen .purch .purch-results_last_block {
  position: relative;
}
#folding_screen .purch .purch-results_first_block::after,
#folding_screen .purch .purch-results_last_block::after {
  content: "";
  position: absolute;
  display: block;
}
#folding_screen .purch .purch-results_first_block::after {
  right: -125px;
  top: -160px;
  background: url(../img/purch-results_first-icon-pc.png) center center/cover no-repeat;
  width: clamp(202px, 119.986px + 21.871vw, 354px);
  height: clamp(144px, 85.187px + 15.683vw, 253px);
}
@media screen and (max-width: 768px) {
  #folding_screen .purch .purch-results_first_block::after {
    background: url(../img/purch-results_first-icon-sp.png) center center/cover no-repeat;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    top: -119px;
  }
}
#folding_screen .purch .purch-results_last_block:after {
  right: -114px;
  bottom: -67px;
  background: url(../img/purch-results_last-icon.png) center center/cover no-repeat;
  width: clamp(213px, 150.95px + 16.547vw, 328px);
  height: clamp(107px, 76.245px + 8.201vw, 164px);
}
@media screen and (max-width: 768px) {
  #folding_screen .purch .purch-results_last_block:after {
    right: 50%;
    top: inherit;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
#folding_screen .purch .purch-results__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
#folding_screen .purch .purch-results__wrapper .purch-results-img_box {
  width: 459px;
}
#folding_screen .purch .purch-results__wrapper .purch-results-txt_box {
  width: calc(100% - 495px);
}
#folding_screen .purch .purch-results__wrapper .purch-results-txt_box .purch-results-txt-tittle {
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  font-family: "din-2014",  sans-serif;
}
#folding_screen .purch .purch-results__wrapper .purch-results-txt_box .purch-results-price-txt {
  font-family: "din-2014",  sans-serif;
  display: block;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
#folding_screen .purch .purch-results__wrapper .purch-results-txt_box .purch-results-txt {
  font-size: 16px;
}
#folding_screen .t_feature_item1_method_img {
  width: 356px;
  margin: 8px auto 0;
}
@media screen and (max-width: 768px) {
  #folding_screen .t_feature_item1_method_img {
    width: 284px;
    margin: 8px 0px 10px -20px;
  }
}
#folding_screen .sec_more_btn-left {
  margin-top: 0px !important;
}
#folding_screen .t_feature_item_method {
  padding: 0px 0px 48px;
}
#folding_screen .t_feature_item1_method_info {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  #folding_screen .t_feature_item1_method_info {
    margin-top: 17px;
  }
}
#folding_screen .t_purch {
  background-color: #4A864B;
}
#folding_screen .t_purch .sec_ttl,
#folding_screen .t_purch .sec_sub_ttl,
#folding_screen .t_purch .published,
#folding_screen .t_purch .post_ttl {
  color: white;
}
#folding_screen .l_acn_flow_right {
  background-color: inherit !important;
}
#folding_screen .l_acn_flow_box {
  padding: clamp(30px, 4.538vw, 62px) clamp(20px, 5.856vw, 80px) clamp(30px, 5.783vw, 79px);
}
@media screen and (max-width: 768px) {
  #folding_screen .l_acn_flow_box {
    padding: 56px 30px 10px;
  }
}
#folding_screen .l_acn_flow_box ul li:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #folding_screen .l_acn_flow_box ul li:not(:first-child) {
    margin-top: 50px;
  }
}
#folding_screen .iwb-decoration-img_box-top {
  max-width: 703px;
  width: 90%;
  margin: 0 auto;
}
#folding_screen .iwb-decoration-img_box-bottom {
  max-width: 741px;
  width: 90%;
  margin: 0 auto;
}
#folding_screen .l_acn_flow_box ul li::after {
  bottom: -65px;
}
@media screen and (max-width: 768px) {
  #folding_screen .l_acn_flow_box ul li::after {
    bottom: -10px;
  }
}
#folding_screen .l_acn_flow .container-in {
  position: relative;
}
#folding_screen .l_acn_flow .container-in::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/l_acn_flow-icon.svg) center center/cover no-repeat;
  bottom: -127px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(279px, 237.453px + 11.079vw, 356px);
  height: clamp(144px, 122.417px + 5.755vw, 184px);
}
#folding_screen .iwb_contaienr .container-in {
  margin: 109px auto 120px;
}
#folding_screen .iwb_contaienr .container-in .sec_ttl_box {
  margin-bottom: 70px;
}
#folding_screen .iwb_contaienr .container-in .iwb-img_box {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}
@media screen and (max-width: 768px) {
  #folding_screen .iwb_contaienr .container-in .iwb-img_box {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}
#folding_screen .iwb_contaienr .container-in .iwb-img_box::after {
  content: "";
  display: block;
  position: absolute;
  width: 286px;
  height: 218px;
  bottom: 111px;
  left: -210px;
  background: url(../img/iwb-img-icon.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #folding_screen .access {
    padding-top: 144px;
  }
}
#folding_screen .access .access_wrapper {
  margin-top: 0px;
}
#folding_screen .contact {
  padding-top: 116px;
  padding-bottom: 183px;
  background-color: #D5D69F;
}
#folding_screen .contact .contact-price-img_box {
  max-width: 554px;
  margin: 63px auto 61px;
}
#folding_screen .contact .contact-ditail_txt {
  font-size: 23px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.15rem;
}
#folding_screen .contact .contact-att_box {
  margin: 44px auto 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 26px;
  background-color: #B8CE50;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
#folding_screen .contact .contact-ann_txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#folding_screen .contact .form_required_txt {
  text-align: left;
}
#folding_screen .contact-contents__item-title_small {
  text-align: left;
}
#folding_screen .wpcf7-acceptance span.wpcf7-list-item-label {
  margin-inline: inherit;
  font-size: 16px;
}
#folding_screen .contact-contents__item--checkbox span.wpcf7-list-item-label::before {
  top: 2px;
  width: 18px;
  height: 18px;
  margin-right: 0px;
}
#folding_screen .contact-contents__item--checkbox a {
  color: black;
  border-bottom: solid 2px black;
}
#folding_screen .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
#folding_screen span.wpcf7-list-item-label::after {
  left: 0px;
  top: 4px;
}
#folding_screen .aj-check .contact-contents__item--required input[type=checkbox] {
  display: none !important; /* 元のチェックボックスを隠す */
}
#folding_screen .aj-check input[type=checkbox] + span {
  position: relative;
  padding-left: 40px; /* 擬似要素ぶん余白 */
  cursor: pointer;
  line-height: 1.6; /* テキストと高さを安定させる */
}
#folding_screen .aj-check input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  border-radius: 9999px;
}
#folding_screen .aj-check input[type=checkbox] + span::after {
  background: #B8CE50;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 9999px;
}
#folding_screen .contact-contents__item-input--text.--small textarea {
  height: 335px;
}
#folding_screen .t_feature_item6::after {
  background: url(../img/t_feature-fs_icon.png) center center/cover no-repeat;
  width: clamp(104px, 11.42vw, 164px);
  height: clamp(64px, 8.49vw, 101px);
}
#folding_screen footer {
  padding: 103px 0 50px;
}
@media screen and (max-width: 768px) {
  #folding_screen footer {
    padding: 70px 0 28px;
  }
}
#folding_screen footer .container {
  position: relative;
}
#folding_screen .footer .container > p {
  text-align: center;
}
#folding_screen .footer-address-txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 40px;
}
#folding_screen .footer-tell-txt {
  margin-top: 6px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
#folding_screen .contact {
  background-color: #e2e3b7;
}
#folding_screen .contact .sec_ttl_logo {
  width: 261px;
}
@media screen and (max-width: 768px) {
  #folding_screen .contact .sec_ttl_logo {
    width: 140px;
  }
}
#folding_screen .footer-logo_icon_box {
  width: 300px;
  margin: -140px auto 0;
}
#folding_screen .certification-nb_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
#folding_screen .certification-nb_box p {
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
#folding_screen .fotter-sns_box {
  position: absolute;
  bottom: 0;
  right: 0;
}
#folding_screen .sec3 {
  padding-top: 200px;
}
#folding_screen .sec3 .sec3_back {
  padding: 180px 0 190px;
}
#folding_screen .contact-contents__item--required {
  text-align: left;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #folding_screen .contact-contents__item--required {
    margin-top: 32px;
  }
}
#folding_screen .attention_text {
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
#folding_screen .purch-results_fot_txt {
  display: block;
  text-align: center;
  margin-top: 80px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#folding_screen .purch-results_scroll_icon_box {
  position: absolute;
  bottom: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38px;
}
@media screen and (max-width: 767px) {
  #folding_screen .purch-results_scroll_icon_box {
    bottom: -41px;
  }
}
#folding_screen .method01-dobble_box {
  max-width: 257px;
  margin: -25px auto 10px;
}
@media screen and (max-width: 767px) {
  #folding_screen .method01-dobble_box {
    margin: 0px auto 10px;
  }
}
#folding_screen .main {
  padding-top: inherit;
}
#folding_screen .main .sec_ttl_box {
  margin-bottom: 70px;
}
#folding_screen .reserved {
  padding: 160px 0 180px;
}
#folding_screen .files .wpcf7-form-control {
  display: none;
}
#folding_screen .byobu_number-box .sale_flex {
  width: 100%;
}
#folding_screen .byobu_number-box.aj-check input[type=checkbox] + span::after {
  left: 5px;
}
#folding_screen .byobu_number-box .wpcf7-form-control {
  width: 100%;
  gap: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  #folding_screen .byobu_number-box .byobu_number-input__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box {
    width: 100%;
  }
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .mgl_input {
  margin: 18px 0 10px 40px;
}
@media screen and (max-width: 767px) {
  #folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .mgl_input {
    margin: 18px 0 10px 40px;
  }
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .byobu_number-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-left: 40px;
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .byobu_number-input .wpcf7-form-control {
  height: 62px;
  width: 88px;
  border-radius: 20px;
  border: none;
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .byobu_number-input .byobu_number-input + .byobu_number-input {
  margin-bottom: 12px;
}
#folding_screen .byobu_number-box .byobu_number-input__wrapper .byobu_number-box .byobu_number-input .centered {
  text-align: center;
}
#folding_screen .byobu_number-box .byobu_number-img_box {
  margin-top: 30px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #folding_screen .byobu_number-box .byobu_number-img_box {
    padding-left: 0px;
  }
}
#folding_screen .b_check_right::after {
  position: absolute;
  content: "";
  background: url(../img/method1-fukidasi.svg) center center/cover no-repeat;
  width: 283px;
  height: 155px;
  bottom: -5px;
  right: -22px;
}
#folding_screen .t_purch_wrapper.hidewrap {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  #folding_screen .t_purch_wrapper.hidewrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  #folding_screen .l_acn_flow_right_ttl {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .sp_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  #folding_screen .purch .purch-results__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #folding_screen .purch .purch-results__wrapper .purch-results-img_box {
    width: 100%;
  }
  #folding_screen .purch .purch-results__wrapper .purch-results-txt_box {
    width: 100%;
  }
  #folding_screen .iwb_contaienr .container-in .iwb-img_box::after {
    width: 162px;
    height: 110px;
    bottom: -112px;
    right: -4px;
  }
  #folding_screen .iwb-decoration-img_box-top {
    width: 80%;
  }
  #folding_screen .iwb_contaienr .container-in {
    margin: 80px auto 90px;
  }
  #folding_screen .iwb-decoration-img_box-bottom {
    width: 85%;
  }
  #folding_screen .iwb_contaienr .container-in .sec_ttl_box {
    margin-bottom: 20px;
  }
  #folding_screen .t_feature_item6::after {
    bottom: 120px;
  }
  #folding_screen .contact {
    padding-top: 76px;
  }
  #folding_screen .contact .contact-price-img_box {
    max-width: 265px;
    margin: 50px auto 55px;
  }
  #folding_screen .contact .contact-ditail_txt {
    font-size: 16px;
    text-align: left;
  }
  #folding_screen .purch {
    margin-top: 75px;
  }
  #folding_screen .purch .sec_ttl_box {
    margin-bottom: 130px;
  }
  .purch-results-txt_box span {
    text-align: center;
  }
  #folding_screen .purch .purch-results_box {
    padding: 30px 30px 50px 30px;
  }
  #folding_screen .purch .purch-results_box:not(:last-child) {
    margin-bottom: 43px;
  }
  #folding_screen .purch .purch-results__wrapper .purch-results-txt_box .purch-results-txt-tittle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #folding_screen .purch .purch-results__wrapper .purch-results-txt_box .purch-results-txt {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  #folding_screen .wpcf7-form-control {
    gap: 20px;
  }
  #folding_screen .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 14px;
  }
  #folding_screen .contact-contents__item--checkbox a {
    border-bottom: solid 1px black;
  }
  .is_pc {
    display: none;
  }
  .attention_text {
    font-size: 14px;
    text-align: left;
  }
  #folding_screen .footer-logo_icon_box {
    width: 240px;
  }
  #folding_screen .footer-address-txt {
    font-size: 14px;
  }
  #folding_screen .certification-nb_box p {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: justify;
  }
  #folding_screen .footer-logo_icon_box {
    margin: -97px auto 0;
  }
  #folding_screen .fotter-sns_box {
    position: static;
    margin-top: 10px;
  }
  #folding_screen .contact .contact-ann_txt {
    text-align: left;
    font-size: 16px;
    padding: 0 10px;
    line-height: 2;
  }
  #folding_screen .purch-results_fot_txt {
    font-size: 23px;
    margin-top: 150px;
  }
  #folding_screen header .logo {
    width: 220px;
  }
  #folding_screen .t_feature_wrap {
    padding: 65px 22px 150px;
  }
}
@media screen and (min-width: 768px) {
  #folding_screen .t_feature_item1_method_left {
    margin-top: 45px;
  }
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
}
/* Chrome/Safari（WebKit）: スピナー非表示 */
.wpcf7 input[type=number].centered::-webkit-outer-spin-button,
.wpcf7 input[type=number].centered::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox：スピナー非表示 */
.wpcf7 input[type=number].centered {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.t_purch_wrapper.hidewrap {
  overflow: hidden;
  will-change: height, opacity;
  -webkit-transition: height 280ms ease, opacity 280ms ease;
  transition: height 280ms ease, opacity 280ms ease;
}

.t_purch_wrapper.hidewrap[aria-hidden=true] {
  opacity: 0;
}

.t_purch_wrapper.hidewrap[aria-hidden=false] {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .t_purch_wrapper.hidewrap {
    -webkit-transition: none;
    transition: none;
  }
}/*# sourceMappingURL=folding_screen.css.map */