@charset "UTF-8";
/*============================================================
	Contact
============================================================*/
/*  form layout
-------------------------------------------------*/
#contact {
  background: url(../img/common/bg_bk.svg) repeat center center/2.9375rem 2.5625rem #222;
  color: #fff;
}
#contact .inner .container dl {
  display: grid;
  grid-template-columns: 25% auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #666;
  padding-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl {
    grid-template-columns: 100%;
    padding-bottom: 1.0714285714rem;
  }
}
#contact .inner .container dl:not(:last-child) {
  margin-bottom: 1.875rem;
}
#contact .inner .container dl dt span {
  padding-right: 3.125rem;
  position: relative;
}
#contact .inner .container dl dt span::after {
  position: absolute;
  content: "必須";
  padding: 0.3125rem;
  background: #94252a;
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.75rem;
}
#contact .inner .container dl dt span.en {
  padding-right: 4.375rem;
}
#contact .inner .container dl dt span.en::after {
  content: "Required";
}
#contact .inner .container dl dt span.cn::after {
  content: "必填";
}
#contact .inner .container dl dt span.kr::after {
  content: "필수";
}
@media only screen and (max-width: 767px) {
  #contact .inner .container dl dt {
    margin-bottom: 1em;
  }
}
#contact .inner .container .privacy {
  height: 12.5rem;
  overflow-y: auto;
  background: #333;
  padding: 1.875rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container .privacy {
    padding: 1.0714285714rem;
  }
}
#contact .inner .container .privacy h2 {
  margin-bottom: 0;
}
#contact .inner .container .privacy h2::after {
  background: #fff;
}
#contact .inner .container .privacy h3 {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container .privacy h3 {
    margin-top: 1.0714285714rem;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
  }
}
#contact .inner .container .privacy p {
  text-align: justify;
}
#contact .inner .container .privacy ul {
  margin-top: 0.8em;
}
#contact .inner .container .privacy ul li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
}
#contact .inner .container .privacy ul li::before {
  content: "・";
}
#contact .inner .container .agree {
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container .agree {
    margin-top: 2.1428571429rem;
  }
}
#contact .inner .container .agree label {
  padding: 0.4em 0;
}
#contact .inner .container .agree label a {
  color: #fff;
  text-decoration: underline;
}
#contact .inner .container h4 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #contact .inner .container h4 {
    font-size: 1.2857142857rem;
    line-height: 1.4;
  }
}
#contact .inner .container p {
  text-align: center;
}
#contact .inner .container p small {
  display: block;
}

#errormsg_email {
  width: 50%;
}

.mfp_err {
  display: none;
  color: #fff;
  background: #94252a;
  margin-top: 0.625rem;
  font-size: 90%;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  position: relative;
}
.mfp_err::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #94252a;
  left: 0.625rem;
  top: -0.625rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media print, screen and (min-width: 768px) {
  .mfp_err.half {
    width: 50%;
  }
}

.mfp_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  .mfp_buttons {
    padding-top: 1.7857142857rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

#mfp_overlay_background {
  background: #222;
  display: none;
  z-index: 10000;
}

#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}
#mfp_overlay #mfp_overlay_inner {
  background: #fff;
  padding: 6.25rem;
  margin: auto;
  width: 66.6666666667vw;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner {
    padding: 1.7857142857rem;
    width: 86.6666666667%;
    max-width: 86.6666666667vw;
  }
}
#mfp_overlay #mfp_overlay_inner h4 {
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner h4 {
    font-size: 1.2857142857rem;
  }
}
#mfp_overlay #mfp_overlay_inner table {
  width: 100%;
}
#mfp_overlay #mfp_overlay_inner table tr {
  border-bottom: solid 1px #666;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table tr {
    display: block;
  }
}
#mfp_overlay #mfp_overlay_inner table th,
#mfp_overlay #mfp_overlay_inner table td {
  padding: 1.25rem 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th,
  #mfp_overlay #mfp_overlay_inner table td {
    width: 100%;
    padding: 0.7142857143rem 0;
    display: list-item;
    list-style: none;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #mfp_overlay #mfp_overlay_inner table th {
    padding: 0.7142857143rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  #mfp_overlay #mfp_overlay_inner table td {
    width: 70%;
  }
}

#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #222;
  position: absolute;
}

#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../img/common/loading.svg);
}

/*  form tags
-------------------------------------------------*/
input,
select,
textarea {
  width: 100%;
  background: #333;
  border: solid 1px #333;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  font-family: "Crimson Text", "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  input,
  select,
  textarea {
    padding: 0.7142857143rem;
  }
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #666;
}
input.problem:focus,
select.problem:focus,
textarea.problem:focus {
  border-color: #94252a;
}
input.cn,
select.cn,
textarea.cn {
  font-family: "Crimson Text", "Noto Serif SC", serif;
}
input.kr,
select.kr,
textarea.kr {
  font-family: "Crimson Text", "Noto Serif KR", serif;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox]:checked ~ span::before {
  background: #fff;
}
input[type=checkbox]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.625rem;
  border-left: solid 3px #94252a;
  border-bottom: solid 3px #94252a;
  left: 0.125rem;
  bottom: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
input[type=radio]:checked ~ span::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #222;
  border-radius: 50%;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.half {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  input.half {
    width: 100%;
  }
}
input.short {
  width: 25%;
}

label {
  position: relative;
  display: inline-block;
  width: 100%;
}
label.select {
  background: #f2f2f2;
}
label.select::after {
  position: absolute;
  content: "";
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.3125rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #222;
}
label.zip::before {
  position: absolute;
  content: "〒";
  left: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label.zip input {
  padding-left: 2rem;
}
label span {
  position: relative;
  padding-left: 1.875rem;
}
label span::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: #333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
label span.rd::before {
  border-radius: 50%;
}

textarea {
  width: 100% !important;
  min-height: 12.5rem;
  line-height: 1.5;
}

button {
  display: inline-block;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
  width: 17.5rem;
  height: 3.75rem;
  line-height: 3.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
button::after {
  position: absolute;
  content: "";
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.5625rem;
  height: 0.5625rem;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button::-moz-focus-inner {
  border: 0;
}
button#submit_btn {
  background: #94252a;
}
button#mfp_button_send {
  background: #94252a;
}
button#mfp_button_cancel {
  background: #666;
  width: 11.25rem;
  margin-right: 1.25rem;
}
@media only screen and (max-width: 767px) {
  button#mfp_button_cancel {
    margin-right: unset;
    margin-top: 0.7142857143rem;
  }
}
button#mfp_button_cancel::after {
  display: none;
}