@charset "UTF-8";
/* -- div#thanks -------------------------------------------------------------------------------- */
body {
  /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1rem;
  background: #f0f0f0;
  margin: 0px;
  color: #333;
}

h1 {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  margin: 120px auto 45px;
  text-align: center;
}
h1 span {
  display: inline-block;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #0193fe;
}

.thanks-Box {
  width: 95%;
  max-width: 650px;
  height: auto;
  background-color: #fff;
  padding: 25px 18px;
  box-sizing: border-box;
  margin: 0 auto 25px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.thanks-Box .women {
  position: absolute;
  bottom: 20px;
  left: 18px;
  width: 23%;
  height: auto;
}
.thanks-Box .men {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 23%;
  height: auto;
}

.arrow {
  width: 5%;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}

.thanks-Box .discription {
  color: #333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}
.thanks-Box .discription span {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.thanks-Box .btn-subtit {
  color: #333;
  text-align: center;
  font-size: clamp(15px, 12.2px + 0.48vw, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 3px;
  /* 12px */
  text-align: center;
  margin-bottom: 8px;
}
.thanks-Box .btn-subtit span {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.line-btn {
  width: 70%;
  max-width: 400px;
  display: inline-flex;
  justify-content: end;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: #0193fe;
  position: relative;
}
.line-btn a {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 12.2px + 0.48vw, 17px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 17px */
  text-decoration: none;
  display: block;
  font-size: 26px;
  padding: 26px 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-btn img {
  width: 10%;
  max-width: 25px;
  height: auto;
  margin-right: 4%;
}

.contact-descrption {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  line-height: 140%;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 20px;
}
.contact-descrption span {
  font-size: 1rem;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.contact-descrption phone-number,
.contact-descrption mail {
  font-size: 18px;
}
.contact-descrption a {
  color: #333;
}

.contact-info {
  padding: 0 18px;
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 16px;
}
.contact-info p {
  margin: 0;
}
.contact-info .under-line {
  text-decoration: underline;
}
.contact-info .bold {
  font-weight: bold;
}

.backk-btn-area {
  width: 95%;
  max-width: 650px;
  margin: 0 auto;
  text-align: end;
  margin-top: 40px;
  padding-right: 18px;
}

.backk-btn {
  display: inline-block;
  width: 26%;
  padding: 10px 0px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.backk-btn a {
  background: #0193fe;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

footer {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 56px;
  padding: 30px 0;
}
footer .logo {
  width: 5%;
}
footer .ft-sec {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
footer .ft-sec div {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
}
footer .ft-sec .nd {
  text-decoration: none;
  color: #333;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  /* 14px */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

footer .ft-sec .company-profile {
  font-weight: 500;
}
footer .ft-sec p .privacy {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .ft-sec p .privacy:hover {
  opacity: 0.7;
}
footer .ft-sec .sns a {
  text-decoration: none;
  color: #0a0a0a;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
#modal .modal {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 400px;
  background-color: rgba(46, 46, 46, 0.6);
  z-index: 2;
}
#modal .modal .modal-text-area {
  padding: 16px;
  width: 90%;
  height: 80%;
  overflow: scroll;
  border: solid 1px #333333;
  color: #fafafa;
  text-align: center;
  font-size: clamp(12px, 2.5vw, 14px);
}
#modal .modal .modal-text-area h2 {
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 16px);
  padding: 25px 0;
}
#modal .modal .modal-text-area h3 {
  font-weight: 600;
  padding: 18px 0;
}
#modal .modal .modal-text-area p {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul {
  padding: 0;
}
#modal .modal .modal-text-area ul li {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li a {
  text-decoration: none;
  color: #880101;
}
#modal .modal .modal-text-area li {
  list-style: none;
}
#modal .modal .modal-text-area li a {
  text-decoration: none;
  color: #880101;
}
#modal .modal .closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: #0193fe;
}

.sp-none {
  display: none;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  h1 {
    font-size: clamp(1.25rem, -0.4545454545rem + 7.2727272727vw, 1.5rem);
    margin: 20px auto 45px;
  }
  .thanks-Box {
    padding: 2% 4% 6%;
    margin: 0 auto;
  }
  .arrow {
    width: 5%;
    top: 45%;
  }

  .thanks-Box .women {
    width: 25%;
    height: auto;
    left: 3%;
    bottom: 9%;
  }
  .thanks-Box .men {
    width: 25%;
    height: auto;
    right: 3%;
    bottom: 9%;
  }
  .thanks-Box .discription {
    font-size: clamp(14px, 8px + 1.6vw, 16px);
  }
  .thanks-Box .btn-subtit {
    font-size: 13px;
  }
  .line-btn {
    width: 60%;
    justify-content: center;
  }
  .line-btn a {
    padding: 6% 2%;
    font-size: 18px;
  }
  .backk-btn {
    width: 40%;
  }
  .contact-descrption p {
    font-size: clamp(16px, 8px + 1.6vw, 20px);
  }
  .contact-info p {
    font-size: clamp(12px, 8px + 1.6vw, 14px);
  }
  footer .ft-sec {
    gap: 2%;
  }
  .sp-none {
    display: inline-block;
  }
}
/* 1000pixel end */ /*# sourceMappingURL=thanks.css.map */
