@font-face {
  font-family: "YakuhanMP";
  src: url("../fonts/YakuHanMP-Regular.woff2") format("woff2");
  font-weight: 400;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  font-family: YakuhanMP, "Noto Serif JP", serif;
  color: #FFF;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 2;
  background-color: #43433b;
  font-feature-settings: "palt";
}
@media (min-width: 580px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
}
a.uline:hover {
  text-decoration: underline;
}
@media (min-width: 481px) {
  a.tel {
    pointer-events: none;
  }
}
a.current {
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

sup {
  font-size: 50%;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.img100 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}

@media (min-width: 580px) {
  br.sp {
    display: none;
  }
}

.footer {
  padding: 50px 10px 100px;
}

.copyright {
  font-family: "josefin Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}

.sc-up {
  opacity: 0;
  transform: translateY(80px);
}
.sc-up.fire {
  opacity: 1;
  transform: none;
  transition: transform 1s ease-out, opacity 1s linear;
}

.header {
  padding: 120px 20px 0;
}
.header_logo {
  width: 170px;
  margin: 0 auto;
}
.header_logo_a {
  display: block;
}

.main {
  padding: 0 20px 80px;
}

.form {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 70px 20px 100px;
  color: #FFF;
}
.form_in {
  margin-top: 50px;
}
.form_head {
  font-size: 18px;
}
.form_head_span {
  display: inline-block;
  line-height: 1;
  width: 100%;
  max-width: 380px;
  padding-bottom: 8px;
  border-bottom: 1px solid #9f9996;
}
.form_item {
  margin-top: 20px;
}
.form_dt {
  font-size: 16px;
}
.form_p1 {
  font-size: 16px;
}
.form_p2 {
  margin-top: 10px;
  font-size: 16px;
}
.form_note {
  margin-left: 20px;
}
.form label {
  font-size: 16px;
}
.form .yellow {
  color: #eec569;
}
.form .select, .form .textarea, .form .input {
  padding: 8px;
  font-size: 16px;
  margin-left: 20px;
  font-family: "Noto Serif JP", serif;
}
.form .textarea {
  width: 90%;
}
.form .input {
  width: 80%;
  max-width: 300px;
}
.form input[type=checkbox] {
  margin-right: 10px;
}
.form label {
  margin-right: 20px;
}
.form .warning {
  display: none;
}
.form .warning.show {
  display: block;
  color: #F00;
  font-size: 120%;
}
@media screen and (min-width: 580px) {
  .form_item {
    display: flex;
  }
  .form_dt {
    width: 200px;
  }
  .form_dd {
    width: calc(100% - 180px);
  }
}

.privacy {
  margin-top: 50px;
  overflow-y: scroll;
  font-size: 14px;
  width: 100%;
  height: 10em;
  background: #FFF;
  color: #FFF;
}
.privacy_inner {
  padding: 30px;
  background: #62625a;
}
.privacy_p1 {
  margin-top: 1em;
}
.privacy_p2 {
  font-size: 16px;
}
.privacy_li {
  margin-top: 1.5em;
}
.privacy_check {
  margin-top: 20px;
  text-align: center;
}

.submit {
  display: block;
  background: linear-gradient(90deg, #b3b392 0%, #d8e4de 100%);
  margin: 50px auto 0;
  width: 240px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #000;
}
.submit.disable {
  pointer-events: none;
}

.confirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5000;
  padding: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.confirm_inner {
  width: 100%;
  max-width: 800px;
  max-height: calc(100% - 200px);
  margin: 0 auto;
  background: #FFF;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 10px;
  color: #000;
}
.confirm_head {
  text-align: center;
  font-size: 18px;
}
.confirm_dl {
  font-size: 14px;
}
.confirm_item {
  padding: 10px;
}
.confirm_dd {
  padding-left: 1em;
}
.confirm_btns {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.confirm_send {
  display: block;
  width: calc(50% - 5px);
  height: 50px;
  color: #FFF;
  border: 1px solid #FFF;
}
.confirm_close {
  display: block;
  width: calc(50% - 5px);
  height: 50px;
  color: #FFF;
  border: 1px solid #FFF;
}

.success, .failed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 5000;
  padding: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success_inner, .failed_inner {
  width: 100%;
  max-width: 800px;
  max-height: calc(100% - 200px);
  margin: 0 auto;
  background: #FFF;
  overflow-y: scroll;
  padding: 20px;
  margin-bottom: 10px;
  color: #000;
}
.success_head, .failed_head {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1em;
}
.success_text, .failed_text {
  font-size: 16px;
}
.success_close, .failed_close {
  display: block;
  width: 200px;
  height: 50px;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 0 auto;
}