@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;
}

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;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--btn, linear-gradient(90deg, #185a4b 0%, #268d75 100%));
}

.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: 27%;
  height: auto;
}

.thanks-Box .men {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 27%;
  height: auto;
}

.arrow {
  width: 4%;
  position: absolute;
  top: 40%;
  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;
  margin-bottom: 160px;
}

.thanks-Box .discription span {
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  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, calc(12.2px + 0.48vw), 17px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
  text-align: center;
  margin-bottom: 8px;
}

.thanks-Box .btn-subtit span {
  font-size: clamp(17px, calc(12.2px + 0.48vw), 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.line-btn {
  display: inline-flex;
  padding: 20px 45px;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: var(--btn, linear-gradient(90deg, #185a4b 0%, #268d75 100%));
}

.line-btn a {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, calc(12.2px + 0.48vw), 17px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 17px */
  text-decoration: none;
}

.line-btn img {
  width: 10%;
  height: auto;
}

.contact-descrption {
  width: 95%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  line-height: 140%;
  padding: 0 18px;
  box-sizing: border-box;
}

.contact-descrption span {
  font-size: 1rem;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  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;
}

.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;
}

.backk-btn a {
  background: var(--btn, linear-gradient(90deg, #185a4b 0%, #268d75 100%));
  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: 200px;
  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: 500;
  line-height: 100%; /* 14px */
  letter-spacing: -0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
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 li {
  padding: 5px 0;
}
#modal .modal .modal-text-area ul li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal .modal-text-area li {
  list-style: none;
}
#modal .modal .modal-text-area li a {
  text-decoration: none;
  color: #fe8e1e;
}
#modal .modal #closeModal {
  margin: 10px 0;
  width: 50%;
  height: 50px;
  border: none;
  border-radius: 6px;
  color: #fafafa;
  background: #185a4b;
}

.sp-none {
  display: none;
}

/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and (max-width: 1000px) {
  h1 {
    font-size: clamp(
      1.25rem,
      calc(-0.45454545454545436rem + 7.2727272727272725vw),
      1.5rem
    );
    margin: 20px auto 45px;
  }

  .thanks-Box .women {
    width: 30%;
    height: auto;
    left: 2%;
  }

  .thanks-Box .men {
    width: 31%;
    height: auto;
    right: 2%;
  }

  .thanks-Box .discription {
    margin-bottom: 30%;
    font-size: clamp(14px, calc(12.2px + 0.48vw), 16px);
  }

  .line-btn {
    padding: 6% 2%;
  }

  .backk-btn {
    width: 40%;
  }

  .sp-none {
    display: inline-block;
  }
}
/* 1000pixel end */
