@charset "UTF-8";
.kv_puzzle .piece.piece01 {
  left: 0;
  top: min(88 / 1320 * 100vw, 88px);
  -webkit-transform: 0;
          transform: 0;
}
.kv_puzzle .piece.piece02 {
  right: min(88 / 1320 * 100vw, 88px);
  top: 0;
}
.kv_puzzle .piece.piece03 {
  right: 0;
  top: 0;
}
.kv_puzzle .piece.piece04 {
  right: min(88 / 1320 * 100vw, 88px);
  bottom: 0;
}
.kv_puzzle .piece.piece05 {
  left: min(88 / 1320 * 100vw, 88px);
  bottom: min(88 / 1320 * 100vw, 88px);
}
.kv_puzzle .piece.piece06 {
  left: 0;
  bottom: 0;
}
.kv_puzzle .piece.piece07 {
  right: 0;
  top: min(88 / 1320 * 100vw, 88px);
}
@media screen and (max-width: 768px) {
  .kv_puzzle .piece.piece01 {
    left: 0;
    top: min(32 / 375 * 100vw, 32px);
    -webkit-transform: 0;
            transform: 0;
  }
  .kv_puzzle .piece.piece02 {
    right: min(32 / 375 * 100vw, 32px);
    top: 0;
  }
  .kv_puzzle .piece.piece03 {
    right: 0;
    top: 0;
  }
  .kv_puzzle .piece.piece04 {
    right: min(32 / 375 * 100vw, 32px);
    bottom: 0;
  }
  .kv_puzzle .piece.piece05 {
    left: min(32 / 375 * 100vw, 32px);
    bottom: min(32 / 375 * 100vw, 32px);
  }
  .kv_puzzle .piece.piece06 {
    left: 0;
    bottom: 0;
  }
  .kv_puzzle .piece.piece07 {
    right: 0;
    top: min(32 / 375 * 100vw, 32px);
  }
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

button,
select,
input,
textarea {
  font-family: "ZenKakuGothicNew-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.area_form button,
.area_form select,
.area_form input,
.area_form textarea {
  width: 100%;
  padding: 0.6em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #F6F4F2;
  letter-spacing: 0.05em;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: min(18 / 1320 * 100vw, 18px);
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.area_form button:focus,
.area_form select:focus,
.area_form input:focus,
.area_form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px rgba(255, 255, 255, 0.3) solid;
}
.area_form button:has(+ .error),
.area_form select:has(+ .error),
.area_form input:has(+ .error),
.area_form textarea:has(+ .error) {
  background: #ffefec !important;
  color: #f9c4bb;
  outline: 2px #EE442B solid;
}
.area_form button:valid,
.area_form select:valid,
.area_form input:valid,
.area_form textarea:valid {
  color: #000;
  background: #F6F4F2;
}
.area_form .error {
  width: 100%;
  color: #EE442B;
  font-size: min(14 / 1320 * 100vw, 14px);
  display: block;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.area_form label + .error {
  margin-top: 0.4em;
}
.area_form input + .error {
  margin-top: 0.8em;
}
.area_form textarea {
  height: min(180 / 1320 * 100vw, 180px);
  resize: vertical;
  display: block;
}
@media screen and (max-width: 768px) {
  .area_form button,
  .area_form select,
  .area_form input,
  .area_form textarea {
    padding: 0.7em 1.2em;
    font-size: min(16 / 375 * 100vw, 16px);
    color: #333;
  }
  .area_form input[type=text],
  .area_form input[type=email],
  .area_form input[type=tel] {
    min-height: 3.4em;
  }
  .area_form .error {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .area_form textarea {
    height: min(168 / 375 * 100vw, 168px);
    padding: 0.9em 1.2em;
  }
  .area_form input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}
.area_form input[type=checkbox],
.area_form input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.area_form input[type=checkbox] + label,
.area_form input[type=radio] + label {
  cursor: pointer;
}
.area_form .errorbox input[type=checkbox],
.area_form .errorbox input[type=radio] {
  border: 2px solid #EE442B;
  background: #ffefec;
}
.area_form .errorbox label {
  color: #332F2D;
  font-family: "ZenKakuGothicNew-Medium", serif;
}
.area_form input[type=radio] {
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: #F6F4F2;
  border: 2px solid #d9d9d9;
  top: min(8 / 1320 * 100vw, 8px);
}
.area_form input[type=radio]:checked {
  border: 2px solid #332F2D;
}
.area_form input[type=radio]:checked:before {
  content: "";
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  border-radius: 50%;
  background: #332F2D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
}
.area_form input[type=radio]:checked:before:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .area_form input[type=radio] {
    width: min(26 / 375 * 100vw, 26px);
    height: min(26 / 375 * 100vw, 26px);
    top: min(8 / 375 * 100vw, 8px);
  }
  .area_form input[type=radio]:checked:before {
    width: min(16 / 375 * 100vw, 16px);
    height: min(16 / 375 * 100vw, 16px);
  }
}
@media screen and (min-width: 769px) {
  .area_form .radio label {
    margin-right: 1.2em;
    margin-left: 8px;
    font-size: min(18 / 1320 * 100vw, 18px);
  }
}
@media screen and (max-width: 1080px) {
  .area_form .radio label {
    width: calc(50% - min(54 / 1320 * 100vw, 54px));
    margin-right: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .area_form .radio label {
    width: calc(100% - 44px);
    margin: 0 0 0.4em 0.2em;
    display: inline-block;
  }
}
.area_form input[type=checkbox] {
  width: min(28 / 1320 * 100vw, 28px);
  height: min(28 / 1320 * 100vw, 28px);
  border-radius: 3px;
  position: relative;
  top: 0.5em;
  left: 0.2em;
  display: inline-block;
  background: #fff;
  border: 2px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .area_form input[type=checkbox] {
    width: min(26 / 375 * 100vw, 26px);
    height: min(26 / 375 * 100vw, 26px);
  }
}
.area_form input[type=checkbox]:checked {
  background: #332F2D;
  border-color: #332F2D;
}
.area_form input[type=checkbox]:checked::before {
  content: "";
  width: min(18 / 1320 * 100vw, 18px);
  height: min(16 / 1320 * 100vw, 16px);
  display: inline-block;
  -webkit-mask: url(../img/common/icon_checkmark.svg);
          mask: url(../img/common/icon_checkmark.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.area_form input[type=checkbox]:checked::before:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .area_form input[type=checkbox]:checked::before {
    width: 1em;
    height: 0.9em;
  }
}
.area_form .checkbox label {
  display: inline-block;
}
.area_form .checkbox label:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .area_form .checkbox label {
    width: 51%;
    margin-left: 0.8em;
    margin-bottom: 0.5em;
    font-size: min(16 / 1320 * 100vw, 16px);
  }
  .area_form .checkbox label:nth-of-type(even) {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .area_form .checkbox label {
    width: calc(50% - 40px);
    display: inline-block;
  }
}
.area_form input[type=submit] {
  width: 100%;
  height: 100%;
  padding: 0;
  font-weight: 400;
  font-size: min(18 / 1320 * 100vw, 18px);
  color: #fff;
  background: #332F2D;
  border-radius: 50px;
  border: none;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.04em;
  top: 0px;
}
.area_form input[type=submit]:hover {
  cursor: pointer;
}
.area_form input[type=submit]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .area_form input[type=submit] {
    line-height: 1.6;
    font-size: min(16 / 375 * 100vw, 16px);
  }
}
.area_form .box_btn {
  width: min(420 / 1320 * 100vw, 420px);
  height: min(60 / 1320 * 100vw, 60px);
  margin: min(30 / 1320 * 100vw, 30px) auto 0;
}
.area_form .box_btn::after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  display: inline-block;
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  -webkit-mask: url(../img/common/icon_arrow.svg);
          mask: url(../img/common/icon_arrow.svg);
  background-color: #332F2D;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 0;
  width: min(16 / 1320 * 100vw, 16px);
  height: min(16 / 1320 * 100vw, 16px);
  background-color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  right: min(20 / 1320 * 100vw, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .area_form .box_btn::after {
    width: min(12 / 375 * 100vw, 12px);
    height: min(12 / 375 * 100vw, 12px);
  }
}
.area_form .box_btn input[type=submit] {
  font-size: min(18 / 1320 * 100vw, 18px);
}
@media (hover: hover) {
  .area_form .box_btn:hover input[type=button],
  .area_form .box_btn:hover input[type=submit] {
    top: 4px;
  }
  .area_form .box_btn:hover::after {
    top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .area_form .box_btn {
    width: 78%;
    height: min(48 / 375 * 100vw, 48px);
  }
  .area_form .box_btn input[type=submit] {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .area_form .box_btn::after {
    right: 1em;
  }
}

#input .pagetitle,
#confirm .pagetitle {
  font-size: min(32 / 1320 * 100vw, 32px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
}
#input .txtlead,
#confirm .txtlead {
  margin-top: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #input,
  #confirm {
    margin-top: 1.85em;
  }
  #input .pagetitle,
  #confirm .pagetitle {
    font-size: min(28 / 375 * 100vw, 28px);
  }
  #input .txtlead,
  #confirm .txtlead {
    margin-top: 0.9em;
    text-align: left;
  }
}

#input .txtlead {
  margin-top: 1.4em;
}
@media screen and (max-width: 768px) {
  #input {
    margin-top: 1.85em;
  }
  #input .txtlead {
    margin-top: 0.9em;
  }
}
#input .dl_input {
  margin: 3.05em auto 0;
}
#input .dl_input dt {
  padding-left: min(54 / 1320 * 100vw, 54px);
  position: relative;
  font-size: min(18 / 1320 * 100vw, 18px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
#input .dl_input dt .mark {
  width: min(44 / 1320 * 100vw, 44px);
  height: min(24 / 1320 * 100vw, 24px);
  font-size: min(14 / 1320 * 100vw, 14px);
  color: #fff;
  background: #EE442B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "ZenKakuGothicNew-Medium", serif;
  position: absolute;
  left: 0;
  top: 0;
}
#input .dl_input dt .mark.optional {
  background: #666;
}
#input .dl_input dt small {
  margin-left: 1em;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-weight: 400;
  font-size: min(14 / 1320 * 100vw, 14px);
}
#input .dl_input dd {
  padding: 1.1em 0 2.35em;
}
#input .dl_input dd.radio {
  padding: 0.75em 0 2.1em;
}
@media screen and (max-width: 768px) {
  #input .dl_input {
    margin: 1.6em auto 0;
  }
  #input .dl_input dt, #input .dl_input dd {
    min-height: auto;
    margin-bottom: 0;
  }
  #input .dl_input dt {
    width: 100%;
    padding-left: 3em;
    font-size: min(16 / 375 * 100vw, 16px);
  }
  #input .dl_input dt .mark {
    width: min(40 / 375 * 100vw, 40px);
    height: min(22 / 375 * 100vw, 22px);
    font-size: min(12 / 375 * 100vw, 12px);
    line-height: min(22 / 375 * 100vw, 22px);
  }
  #input .dl_input dt small {
    margin-left: 0.8em;
    font-size: min(12 / 375 * 100vw, 12px);
  }
  #input .dl_input dd {
    width: 100%;
    padding: 1.1em 0 1.8em;
    border-top: none;
  }
  #input .dl_input dd.radio, #input .dl_input dd.checkbox {
    padding: 0.45em 0 1.2em;
  }
  #input .dl_input dd.message {
    padding-bottom: 0;
  }
}
#input .box_agree {
  margin: 0.6em auto 0;
  text-align: center;
  position: relative;
}
#input .box_agree label {
  margin-left: 10px;
  font-size: min(18 / 1320 * 100vw, 18px);
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#input .box_agree input[type=checkbox] {
  top: 0.4em;
  left: 0.3em;
}
#input .box_agree .label {
  position: relative;
}
#input .box_agree .mark {
  width: min(44 / 1320 * 100vw, 44px);
  height: min(24 / 1320 * 100vw, 24px);
  font-size: min(14 / 1320 * 100vw, 14px);
  color: #fff;
  background: #EE442B;
  display: inline-block;
  line-height: min(24 / 1320 * 100vw, 24px);
}
#input .box_agree .go_privacy {
  width: min(180 / 1320 * 100vw, 180px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: min(90 / 1320 * 100vw, 90px);
  border-bottom: 1px solid #332F2D;
}
@media screen and (max-width: 768px) {
  #input .box_agree {
    margin: 1.6em auto 0;
  }
  #input .box_agree .check_agree {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #input .box_agree .mark {
    width: min(40 / 375 * 100vw, 40px);
    height: min(22 / 375 * 100vw, 22px);
    font-size: min(12 / 375 * 100vw, 12px);
    line-height: min(22 / 375 * 100vw, 22px);
    margin: 0.4em 0.7em 0 0;
  }
  #input .box_agree .label {
    width: 15em;
    margin-left: 2%;
    display: inline-block;
  }
  #input .box_agree label {
    margin: 0;
    font-size: min(16 / 375 * 100vw, 16px);
    text-align: left;
    display: inline-block;
  }
  #input .box_agree input[type=checkbox] {
    top: 0.2em;
    left: 0em;
  }
  #input .box_agree .go_privacy {
    width: 10em;
    height: 1.2em;
    top: 0.35em;
    right: 2em;
  }
}
#input .submit {
  margin: 3em auto 0;
}
@media screen and (max-width: 768px) {
  #input .submit {
    margin: 2.15em auto 0;
  }
}

#confirm .txtlead {
  margin-top: 1.4em;
}
@media screen and (max-width: 768px) {
  #confirm {
    margin-top: 1.85em;
  }
  #confirm .pagetitle {
    margin-top: 1em;
  }
  #confirm .txtlead {
    margin-top: 0.9em;
  }
}
#confirm .dl_input {
  margin: 2.8em auto 0;
}
#confirm .dl_input dt, #confirm .dl_input dd {
  margin-bottom: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#confirm .dl_input dt {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
#confirm .dl_input dt.agree, #confirm .dl_input dt.agree + dd {
  display: none;
}
#confirm .dl_input dd {
  margin: 0.5em 0 1.75em;
}
@media screen and (max-width: 768px) {
  #confirm .dl_input {
    margin: 2em auto 0;
  }
  #confirm .dl_input dt {
    margin: 0;
    padding: 0 0 0;
  }
  #confirm .dl_input dd {
    margin: 0.5em 0 1.4em;
    line-height: 1.8;
  }
}
#confirm .wrap_btn {
  margin: 2em auto 0;
}
#confirm .wrap_btn .submit {
  width: min(450 / 1320 * 100vw, 450px);
  height: min(65 / 1320 * 100vw, 65px);
}
#confirm .wrap_btn .submit input {
  padding: 0;
  text-align: center;
}
#confirm .wrap_btn .back {
  margin-top: 2.4em;
  text-align: center;
}
#confirm .wrap_btn .back input {
  width: auto;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  color: #A2A2A2;
  text-decoration: underline;
  background: none;
}
#confirm .wrap_btn .back input:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #confirm .wrap_btn {
    margin: 2.5em auto 0;
  }
  #confirm .wrap_btn .submit {
    width: 80%;
    height: min(50 / 375 * 100vw, 50px);
  }
  #confirm .wrap_btn .submit input {
    padding: 0;
    text-align: center;
  }
  #confirm .wrap_btn .back {
    margin-top: 1.8em;
  }
}

#complete .title {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: min(32 / 1320 * 100vw, 32px);
  text-align: center;
}
#complete .box_complete {
  margin-top: 1.6em;
  padding: 1.9em 2em 1.8em;
  border: 3px solid #F6F4F2;
}
@media screen and (min-width: 769px) {
  #complete .box_complete a {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  #complete {
    margin-top: 1.8em;
  }
  #complete .title {
    font-size: min(28 / 375 * 100vw, 28px);
  }
  #complete .box_complete {
    margin-top: 1.2em;
    padding: 1.3em 5%;
  }
  #complete .box_complete a {
    color: #0075B3;
    text-decoration: underline;
  }
}