/* ==============================================
 * CONTACT
 *
 * memo:
 *
 * ============================================== */
.container {
  padding-left: 0;
  padding-right: 0;
}

.contact__topArea {
  padding: 0 60px;
}

/* ------------------------------------------------
 * TITLE
 * ------------------------------------------------ */
.contact__title {
  font-family: "brown", sans-serif;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}

/* ------------------------------------------------
 * LEAD
 * ------------------------------------------------ */
.contact__lead {
  font-size: 16px;
  line-height: 32px;
}

.contact__lead-jp {
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}

.contact__lead-en {
  font-family: "brown", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
}

.contact__form {
  background: #eaeaea;
  padding: 0 0 60px;
}

/* ------------------------------------------------
 * FORM WRAP
 * ------------------------------------------------ */
.form {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 0;
}

/* ------------------------------------------------
 * ALERT
 * ------------------------------------------------ */
.contact__alert {
  background: #64c5e8;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  padding: 30px;
  margin: 0 auto 60px;
  display: none;
}
.contact__alert.is-alert {
  display: block;
}

.contact__alert__text {
  display: none;
}
.contact__alert__text.is-alert {
  display: block;
}

/* ------------------------------------------------
 * FORM COLUMN
 * ------------------------------------------------ */
.form__row {
  font-size: 0;
  line-height: 0;
  margin-bottom: 60px;
}

.form__dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

.form__dt__span {
  width: 100%;
  display: inline-block;
}

.form__dd {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 200px);
}

/* ------------------------------------------------
 * INPUT
 * ------------------------------------------------ */
.form__input {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  padding: 20px;
  border: 0px none;
  outline: none;
  background: #fff;
  border-radius: 0;
  transition: background-color 0.5s;
}
.form__input.is-empty {
  background: #64c5e8;
  transition: background-color 0.5s;
}

/* ------------------------------------------------
 * RADIO BUTTON
 * ------------------------------------------------ */
.form__input__type {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 34px;
  cursor: pointer;
}
.form__input__type:nth-child(odd) {
  width: 60.25%;
}
.form__input__type:before, .form__input__type:after {
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  transition: background-color 0.5s;
}
.form__input__type:before {
  background: #1a1a1a;
  width: 6px;
  height: 6px;
  left: 7px;
  z-index: 1;
  display: none;
}
.form__input__type.is-checked:before {
  display: block;
}

/* ------------------------------------------------
 * TEXTAREA
 * ------------------------------------------------ */
.form__textarea {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  height: 240px;
  padding: 25px;
  border: 0px none;
  outline: none;
  background: #fff;
  border-radius: 0;
  transition: background-color 0.5s;
}

.form__row-message .form__dt {
  vertical-align: top;
}

.form__row.is-alert .form__input {
  background: #64c5e8;
  transition: background-color 0.5s;
}
.form__row.is-alert .form__input__type:after {
  background: #64c5e8;
  transition: background-color 0.5s;
}
.form__row.is-alert .form__textarea {
  background: #64c5e8;
  transition: background-color 0.5s;
}

/* ------------------------------------------------
 * SEND BUTTON
 * ------------------------------------------------ */
.contact__submit {
  background: #1a1a1a;
  font-family: "brown", sans-serif;
  color: #fff;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  width: 280px;
  height: 50px;
  margin: 0 auto;
  padding: 11px 0 0;
  display: block;
  border: 1px solid #1a1a1a;
  cursor: pointer;
}

.contact__complete {
  display: none;
  padding: 0 60px 100px;
}

.contact__complete__text {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

.contact__complete__text-jp {
  margin: 0 0 30px;
}

.contact__complete__text-en {
  font-family: "brown", sans-serif;
  letter-spacing: 0.05em;
}

/* ==============================================
 * COMMON COLORSET
 *
 * memo:
 *
 * ============================================== */
body.is-black .contact__form {
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  /* ==============================================
   * SP CONTACT
   *
   * memo:
   *
   * ============================================== */
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .contact__topArea {
    padding: 0 15px;
    padding: 0 4vw;
  }

  /* ------------------------------------------------
   * TITLE
   * ------------------------------------------------ */
  .contact__title {
    font-size: 38px;
    font-size: 10.13333346vw;
    margin: 0 0 20px;
    margin: 0 0 5.3333333333vw;
  }

  /* ------------------------------------------------
   * LEAD
   * ------------------------------------------------ */
  .contact__lead {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 24px;
    line-height: 6.4vw;
  }

  .contact__lead-jp {
    margin: 0 0 15px;
    margin: 0 0 4vw;
  }

  .contact__lead-en {
    margin: 0 0 30px;
    margin: 0 0 8vw;
  }

  .contact__form {
    padding: 0 0 30px;
    padding: 0 0 8vw;
  }

  /* ------------------------------------------------
   * FORM WRAP
   * ------------------------------------------------ */
  .form {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 10px;
    padding: 8vw 4vw 2.6666666667vw;
  }

  /* ------------------------------------------------
   * ALERT
   * ------------------------------------------------ */
  .contact__alert {
    background: #64c5e8;
    color: #fff;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 27px;
    line-height: 7.2vw;
    -moz-font-feature-settings: "palt";
         font-feature-settings: "palt";
    padding: 10px 15px;
    padding: 2.6666666667vw 4vw;
    margin: 0 auto 30px;
    margin: 0 auto 8vw;
  }

  /* ------------------------------------------------
   * FORM COLUMN
   * ------------------------------------------------ */
  .form__row {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }

  .form__dt {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    margin: 0 0 2.6666666667vw;
  }

  .form__dt__span {
    width: auto;
    display: inline-block;
    margin: 0 8px 0 0;
    margin: 0 2.1333333333vw 0 0;
  }

  .form__dd {
    display: block;
    width: 100%;
  }

  /* ------------------------------------------------
   * INPUT
   * ------------------------------------------------ */
  .form__input {
    font-size: 11px;
    font-size: 2.9333333333vw;
    width: 100%;
    padding: 2.9333333333vw;
  }

  /* ------------------------------------------------
   * RADIO BUTTON
   * ------------------------------------------------ */
  .form__input__type {
    font-size: 11px;
    font-size: 2.9333333333vw;
    display: block;
    margin: 0;
    padding: 14px 0 14px 26px;
    padding: 1.8666666667vw 0 1.8666666667vw 6.9333333333vw;
    position: relative;
  }
  .form__input__type:nth-child(odd) {
    width: 100%;
  }
  .form__input__type:before, .form__input__type:after {
    width: 16px;
    width: 4.2666666667vw;
    height: 16px;
    height: 4.2666666667vw;
  }
  .form__input__type:before {
    width: 6px;
    width: 1.6vw;
    height: 6px;
    height: 1.6vw;
    left: 5px;
    left: 1.3333333333vw;
  }

  /* ------------------------------------------------
   * TEXTAREA
   * ------------------------------------------------ */
  .form__textarea {
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 22px;
    line-height: 5.8666666667vw;
    width: 100%;
    height: auto;
    padding: 2.9333333333vw;
  }

  /* ------------------------------------------------
   * SEND BUTTON
   * ------------------------------------------------ */
  .contact__submit {
    background: #1a1a1a;
    font-size: 15px;
    font-size: 4vw;
    width: 320px;
    width: 42.6666666667vw;
    height: 70px;
    height: 9.3333333333vw;
    margin: 0 auto;
    padding: 11px 0 0;
    padding: 2.9333333333vw 0 0;
    border: 0px none;
  }

  .contact__complete {
    display: none;
    padding: 0 15px 50px;
    padding: 0 4vw 13.3333333333vw;
  }

  .contact__complete__text {
    font-size: 13px;
    font-size: 3.4666666667vw;
    line-height: 27px;
    line-height: 7.2vw;
  }

  .contact__complete__text-jp {
    margin: 0 0 15px;
    margin: 0 0 4vw;
  }

  /* ==============================================
   * COMMON COLORSET
   *
   * memo:
   *
   * ============================================== */
  body.is-black .contact__form {
    color: #1a1a1a;
  }
}

