@charset "UTF-8";
.smenu {
  mix-blend-mode: difference;
}

.under-mv {
  background: none;
  height: auto;
  padding: 160px 0 120px 0;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .under-mv {
    padding: 120px 0 60px 0;
  }
}

.under-ttl .eg {
  background: linear-gradient(90deg, #7E0002 0%, #C90019 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.15);
}
.under-ttl h1 {
  color: #000;
}

.txtw {
  text-align: center;
  padding: 40px 0 40px 0;
  box-sizing: border-box;
}
.txtw .tx {
  display: inline-block;
  text-align: left;
}
.txtw .ent-tx {
  margin-bottom: 40px;
}
.txtw {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .txtw {
    margin-top: 0;
    padding: 0 0 60px 0;
  }
}

.entry-area {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  background: #690505;
  color: white;
  padding: 40px;
  box-sizing: border-box;
}
.entry-area .fb {
  font-size: 22px;
  font-weight: bold;
}
.entry-area .in1 {
  text-align: center;
}
.entry-area .in2 {
  display: inline-block;
  text-align: left;
  font-weight: 500;
}

.cr {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  opacity: 1;
  padding-bottom: 100px;
}
.cr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #CE001A;
  transform: scale(0);
  transition: all 0.5s ease;
}
.cr:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: white;
  transform: scale(0);
  transition: all 0.5s 0.1s ease;
}
.cr.trigger:before {
  transform: scale(1);
}
.cr.trigger:after {
  transform: scale(1);
}
@media all and (max-width: 767px) {
  .cr {
    width: 30px;
    height: 30px;
  }
  .cr:before {
    width: 30px;
    height: 30px;
  }
  .cr:after {
    top: 7.5px;
    left: 7.5px;
    width: 15px;
    height: 15px;
  }
  .cr {
    padding-bottom: 70px;
  }
}

.cr-ent {
  margin: -60px auto 0 auto;
}
.cr-ent:before {
  background: #850105;
}

.form-wraps {
  position: relative;
  opacity: 1 !important;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.form-wraps.trigger:before {
  height: calc(100% - 10px);
}
.form-wraps .inner {
  background: #F8F8F7;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.form-wraps .lines {
  display: grid;
  grid-template-columns: 260px 1fr;
  margin-bottom: 50px;
  align-items: center;
  position: relative;
  z-index: 3;
}
.form-wraps .lines.las {
  align-items: flex-start;
}
.form-wraps .lines.las .ttl {
  padding-top: 16px;
}
.form-wraps .lines:last-of-type {
  margin-bottom: 0;
}
.form-wraps .lines .ttl {
  font-weight: bold;
}
.form-wraps .lines .ttl i {
  font-weight: bold;
  color: white;
  border-radius: 4px;
  background: #C40018;
  width: 49px;
  text-align: center;
  place-content: center;
  display: inline-block;
  margin-left: 24px;
  line-height: 1;
  height: 24px;
  font-size: 13px;
}
.form-wraps .lines input[type=text], .form-wraps .lines input[type=email], .form-wraps .lines input[type=tel], .form-wraps .lines select, .form-wraps .lines textarea {
  width: 100%;
  height: 66px;
  padding: 16px;
  box-sizing: border-box;
  background: white;
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05) inset;
}
.form-wraps .lines select {
  background: url("../images/tri.png") center right 16px no-repeat, white;
  background-size: 12px auto;
}
.form-wraps .lines textarea {
  min-height: 400px;
  resize: vertical;
}
.form-wraps .lines .zips {
  margin-bottom: 10px;
}
.form-wraps .lines .zips input {
  max-width: 200px;
}
.form-wraps .lines .zips p {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.form-wraps .lines .radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0;
}
.form-wraps .lines .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form-wraps .lines .radio input[type=radio] .wpcf7-list-item-label {
  position: relative;
}
.form-wraps .lines .radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid rgb(180.25, 180.25, 180.25);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 6px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
  background: white;
}
.form-wraps .lines .radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #CE011A;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.form-wraps .lines .radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #CE011A;
}
.form-wraps .lines .radio input[type=radio]:disabled + .wpcf7-list-item-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.form-wraps .lines .radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
@media all and (max-width: 1000px) {
  .form-wraps .lines {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px 0;
  }
}
.form-wraps .pri-c {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 3;
}
.form-wraps .pri-c label, .form-wraps .pri-c .radio {
  cursor: pointer;
}
.form-wraps .pri-c .wpcf7-list-item {
  margin: 0;
}
.form-wraps .pri-c .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 32px;
}
.form-wraps .pri-c input[type=checkbox] {
  display: none;
}
.form-wraps .pri-c input[type=checkbox] + .wpcf7-list-item-label {
  display: block;
  position: relative;
  width: auto;
}
.form-wraps .pri-c input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
.form-wraps .pri-c input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #CE011A;
  position: absolute;
  background: white;
  left: 0;
  top: 6px;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.form-wraps .pri-c input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  width: 10px;
  top: 3px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
}
.form-wraps .sub-m input {
  display: block;
}
@media all and (max-width: 767px) {
  .form-wraps .sub-m {
    margin-top: 40px;
  }
}
.form-wraps .in {
  opacity: 1;
  box-sizing: border-box;
  position: relative;
  padding: 60px 20px 40px 20px;
}
.form-wraps .in:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F7;
  z-index: 2;
  pointer-events: none;
}
.form-wraps .in:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-top: 0;
  margin-left: -2.5px;
  width: 5px;
  height: 0;
  background: linear-gradient(to bottom, #CE001A 0%, #730000 100%);
  z-index: 1;
  transition: all 2s ease;
}
.form-wraps .in.trigger:before {
  height: calc(100% + 120px);
}
.form-wraps .privacys {
  background: white;
  padding: 40px 50px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05) inset;
  max-height: 290px;
  overflow-y: scroll;
  position: relative;
  z-index: 3;
}
.form-wraps .privacys .ttl {
  font-weight: bold;
  margin-bottom: 8px;
}
.form-wraps .privacys p {
  margin-bottom: 10px;
}
.form-wraps .files {
  margin-top: 20px;
}
.form-wraps .files input[type=file] {
  display: block;
}
.form-wraps .files input[type=file]::file-selector-button {
  background: #000;
  color: white;
  font-weight: bold;
  height: 44px;
  margin-bottom: 10px;
  padding: 0 40px;
  margin-right: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form-wraps .files input[type=file]::file-selector-button:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .form-wraps {
    padding-bottom: 0;
  }
  .form-wraps .inner {
    padding: 0 20px 30px 20px;
  }
  .form-wraps .lines.las .ttl {
    padding-top: 0;
  }
  .form-wraps .lines .ttl {
    font-weight: bold;
  }
  .form-wraps .lines .ttl i {
    font-weight: bold;
    color: white;
    border-radius: 2px;
    background: #C40018;
    width: 49px;
    text-align: center;
    place-content: center;
    display: inline-block;
    margin-left: 14px;
    line-height: 1;
    height: 24px;
    font-size: 12px;
  }
  .form-wraps .lines input[type=text], .form-wraps .lines input[type=email], .form-wraps .lines input[type=tel], .form-wraps .lines select, .form-wraps .lines textarea {
    height: 53px;
    padding: 8px;
  }
  .form-wraps .lines select {
    background: url("../images/tri.png") center right 16px no-repeat, white;
    background-size: 12px auto;
  }
  .form-wraps .lines textarea {
    min-height: 180px;
    resize: vertical;
  }
  .form-wraps .lines .radio .wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .form-wraps .lines .radio input[type=radio] {
    position: absolute;
    opacity: 0;
  }
  .form-wraps .lines .radio input[type=radio] .wpcf7-list-item-label {
    position: relative;
  }
  .form-wraps .lines .radio input[type=radio] + .wpcf7-list-item-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid rgb(180.25, 180.25, 180.25);
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 6px;
    margin-right: 8px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    background: white;
  }
  .form-wraps .lines .radio input[type=radio]:checked + .wpcf7-list-item-label:before {
    background-color: #CE011A;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .form-wraps .lines .radio input[type=radio]:focus + .wpcf7-list-item-label:before {
    outline: none;
    border-color: #CE011A;
  }
  .form-wraps .lines .radio input[type=radio]:disabled + .wpcf7-list-item-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: rgb(180.25, 180.25, 180.25);
    background: rgb(180.25, 180.25, 180.25);
  }
  .form-wraps .lines .radio input[type=radio] + .wpcf7-list-item-label:empty:before {
    margin-right: 0;
  }
  .form-wraps .privacys {
    padding: 20px;
    max-height: 180px;
  }
  .form-wraps .pri-c {
    margin-top: 30px;
  }
  .form-wraps .pri-c input[type=checkbox] + .wpcf7-list-item-label:before {
    top: 4px;
  }
  .form-wraps .in {
    padding: 60px 0 40px 0;
  }
  .form-wraps .files input[type=file] {
    margin-bottom: 10px;
  }
  .form-wraps .files input[type=file]::file-selector-button {
    display: block;
    width: 100%;
  }
}

.sub-m {
  margin-top: 60px;
  margin-bottom: 0px;
}
.sub-m input {
  cursor: pointer;
}
.sub-m {
  position: relative;
  z-index: 3;
}
@media all and (max-width: 767px) {
  .sub-m {
    margin-bottom: 50px;
  }
  .sub-m .grad_btn {
    width: 100%;
  }
}

.ft-contact {
  display: none;
}

footer {
  border-top: 1px solid #ECEAEA;
  box-sizing: border-box;
}

form span.wpcf7-not-valid-tip {
  display: none;
}

/* 送信ボタンを押してエラーになった場合のみ表示する */
form.invalid span.wpcf7-not-valid-tip {
  display: block !important;
}

.turn {
  text-align: center;
  height: 80px;
}
.turn .wpcf7-turnstile {
  display: inline-block;
}

/*# sourceMappingURL=contact.css.map */
