@charset "UTF-8";

.mw_wp_form_input .open-area {
  display: none;
}

#ui-datepicker-div {
  font-size: initial;
}

.pageHeader {
  padding-bottom: 60px;
  border-bottom: 1px solid #6c6971;
  margin-bottom: 100px;
}

.commonTitleBlack {
  color: #000;
  margin-bottom: 35px;
  font-size: 24px;
}

.taikyo {
  padding-bottom: 160px;
}

.taikyoText {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.45px;
  margin-bottom: 65px;
  display: none;
}

.taikyoText a {
  display: inline-block;
  font-weight: 700;
  margin-top: 10px;
}

.taikyoText.--caution {
  font-weight: normal;
  margin-bottom: 0;
  display: block !important;
}

.taikyoWrap {
  padding-bottom: 60px;
}

.taikyoRow:not(:last-child) {
  margin-bottom: 45px;
}

.taikyoRowInn {
  flex: 1;
}

.taikyoTitle {
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 26px;
  color: #b06bbe;
  margin-bottom: 18px;
}
.taikyoTitle.--sub {
  font-size: 16px;
}

.taikyoTitle span {
  margin-left: 12px;
  color: #db6858;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.9px;
}

.taikyoRadio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px 36px;
}

.taikyoRadio > span label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  cursor: pointer;
}

.taikyoRadio > span label span {
  margin-bottom: -2px;
}

.taikyoSelect {
  position: relative;
}

.taikyoSelect:has(> select)::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 27px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #b06bbe;
  border-left: 2px solid #b06bbe;
  transform: translate(-50%, -75%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

select.is-empty {
  color: rgb(117, 117, 117);
}

input[type="radio"] {
  margin-right: 10px;
  accent-color: #b06bbe;
  min-width: 15px;
  max-width: 15px;
  min-height: 15px;
  max-height: 15px;
  border: 1px solid #6c6971;
  border-radius: 50%;
  appearance: auto;
  -webkit-appearance: auto;
}

.taikyoMain.--flex {
  display: flex;
  gap: 20px;
}

.taikyoMain.--cautionWrap {
  background-color: #f2f2f2;
  padding: 18px;
}

.taikyoMain:not(:last-child) {
  margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 18px;
  border: 1px solid #6c6971;
  font-size: 15px;
  letter-spacing: 0.45px;
  font-weight: 300;
  accent-color: #b06bbe;
}

.taikyoSubText {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.45px;
}

.privacy {
  border: 1px solid #cccccc;
  padding: 45px 40px;
  margin-bottom: 60px;
}

.privacyTitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.08px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #b06bbe;
}

.privacyText {
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-bottom: 24px;
}

.privacyText a {
  color: #b06bbe;
  text-decoration: underline;
}

.privacyCheck {
  text-align: center;
}

.privacyCheck.--caution {
  margin-bottom: 20px;
  margin-top: 24px;
}

.privacyCheck > span label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

input[type="checkbox"] {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #212029;
  margin-right: 10px;
  background-color: #fff;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 1px;
  z-index: 1;
  width: 16px;
  height: 11px;
  content: "";
  background-image: url("../../common/img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mwform-checkbox-field span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.48px;
  margin-bottom: -2px;
}

.submitArea {
  text-align: center;
}

.submitArea > div {
  position: relative;
  width: 240px;
  height: 70px;
  margin: auto;
}

.submitArea button,
.submitArea input {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cccccc;
  width: 240px;
  height: 70px;
  border-radius: 12px;
  padding: 5px 29.5px;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 21px;
}

.submitArea > div:hover {
  opacity: 0.8;
}

.submitLinkImg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #212029;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submitLinkImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10.73px;
  background-image: url("../../common/img/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.backBtn .submitLinkImg {
  left: 29px;
  right: auto;
}

.submitBtn input {
  background-color: #b06bbe;
  color: #fff;

}
.submitBtn .submitLinkImg {
  background: #fff;
}

.submitBtn .submitLinkImg::before {
  background-image: url("../../common/img/arrow_purple.svg");
  transform: scale(-1, 1);
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form .error {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
}

.taikyoRadio .error {
  margin-top: 0;
}

.mw_wp_form_confirm .taikyoSubText {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .privacy {
  display: none;
}

.mw_wp_form_confirm .taikyoMain {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.45px;
}

input[name="submitConfirm"]:disabled {
  opacity: 0.5;
}

.backBtn {
  display: none !important;
}

.mw_wp_form_confirm .backBtn {
  display: block !important;
}

.mw_wp_form_confirm .submitArea {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.mw_wp_form_confirm input[name="submitBack"] {
  flex-direction: row-reverse;
}

.mw_wp_form_confirm input[name="submitBack"] .submitLinkText {
  margin-right: 0;
  margin-left: 18px;
}

.mw_wp_form_confirm .backBtn .submitLinkImg {
  transform: rotate(180deg);
}

.finishImg {
  display: none;
}

.finishArea {
  display: none;
  padding-top: 40px;
  text-align: center;
}

.finishTitle {
  font-size: 26px;
  letter-spacing: 1.22px;
  line-height: 37px;
  color: #b06bbe;
  font-weight: 500;
  margin-bottom: 42px;
}

.finishText {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.45px;
  line-height: 36px;
  margin-bottom: 43px;
}

.backLinkImg {
  position: relative;
}

.backLinkImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10.73px;
  background-image: url("../../common/img/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.finishImg {
  padding-top: 40px;
  text-align: center;
  display: none;
  align-items: center;
  max-width: 281px;
  margin: 0 auto 44px;
}

@media screen and (max-width: 768px) {
  .commonTitleBlack {
    letter-spacing: 1.25px;
    line-height: 34px;
  }

  .taikyoSubText {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.29px;
  }

  .taikyoMain.--flex {
    flex-direction: column;
  }

  .taikyoMain.--flex.--noGapSp {
    gap: 0;
  }

  .mw_wp_form_confirm .submitArea {
    flex-direction: column;
    gap: 15px;
  }

  .mw_wp_form_confirm input[name="submitBack"],
  .mw_wp_form_confirm input[name="submitSend"] {
    padding: 5px 20px;
    min-height: 70px;
    height: auto;
  }

  .submitArea > div {
    margin: 0;
    text-align: center;
    width: calc(100% - 30px);
    max-width: 240px;
    margin: auto;
  }

  .submitArea input {
    width: 100%;
  }

  .taikyoRadio > span label {
    font-size: 15px;
  }

  .finishTitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.85px;
  }

  .finishText {
    font-size: 12px;
    letter-spacing: 0.29px;
    line-height: 26px;
  }
}

#autozip {
  margin-top: 16px;
  margin-left: -5px;
  background-color: #b06bbe !important;
}
#autozip a,
#autozip span {
  color: #fff !important;
}
#zip_count {
  margin-right: 8px;
}
#zip_close > a {
  background-color: transparent !important;
}

#zip_close > a:hover {
  background-color: transparent !important;
  font-size: 100% !important;
}
