@charset "UTF-8";
/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/******************
  form iOS
*******************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input::-webkit-input-placeholder {
  color: #cbb7ae;
}

input::-moz-placeholder {
  color: #cbb7ae;
}

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

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

input::placeholder {
  color: #cbb7ae;
}

/* ==============================
  form > check
============================== */
.checkbox_red {
  color: #f00;
}

.check_list {
  position: relative;
  z-index: 100;
}

.check_list li {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
  display: none;
  padding: 100px 10% 50px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 750px) {
  .check_list li {
    padding: 150px 20% 50px;
  }
}

.check_list li.dummy_submit {
  text-align: left;
}

@media screen and (min-width: 750px) {
  .check_list li.dummy_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.check_list li.dummy_submit > div {
  padding: 0.5% 0;
}

.check_list li.dummy_submit > div.check_terms a {
  text-decoration: underline;
}

@media screen and (min-width: 750px) {
  .check_list li.dummy_submit > div.check_b {
    width: 70%;
  }
  .check_list li.dummy_submit > div.check_h {
    width: 30%;
  }
  .check_list li.dummy_submit > div.wpcf7, .check_list li.dummy_submit > div.check_cg_terms {
    width: 100%;
  }
}

.check_list li.dummy_submit > div:last-child {
  width: 30px;
}

.check_list .wpcf7 form > span {
  display: none;
}

.check_list .check_ng,
.check_list .check_terms {
  display: none !important;
}

/* ==============================
  form
  ---------------------------
  form_flow
    >form_group
      >required / no_required
============================== */
.form_group--required, .form_group--no_required {
  margin-bottom: 10px;
}

.form_group--required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_group--required .form_group--label::after {
  display: inline-block;
  background: #cbb6ae;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 0 1px #fff;
  font-size: 1.1rem;
  padding: 0px 3px;
  margin: 0 0 0 3px;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
  content: "必須";
}

.form_group--no_required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_group__item {
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .form_group__item:nth-child(1) {
    width: 180px;
  }
  .form_group__item:nth-child(2) {
    width: calc(100% - 180px);
  }
}

.form_group__item input {
  width: 100%;
}

.form_group__item.input_40 input {
  width: 40%;
}

.form_group--dummy {
  border-bottom: 1px dotted #666;
  margin-left: 5%;
}

@media screen and (min-width: 750px) {
  .form_group--dummy {
    margin-left: 0%;
  }
}

.form_hidden {
  display: none;
}

select {
  color: #cbb6ae;
}

.select_size {
  margin: 35px 0 0;
}

.select_size--select {
  font-size: 3rem;
  margin: -34px 5px 0;
  border-bottom: 1px dotted #666;
}

.select_size--select option {
  padding: 0;
}

.select_num {
  margin: 25px 0 0;
}

.select_num--select {
  font-size: 3rem;
  margin: -34px 5px 0;
  border-bottom: 1px dotted #666;
}

.select_num--select option {
  padding: 0;
}

.check_ng {
  opacity: 0.1;
}
