@use "../../scss/vars" as *;
@media screen and (max-width: 834px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 835px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important; } }

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important; } }

/* ====================================================
CONTACT FORM
==================================================== */
#contact .under-mv.under-mv--no-img .under-mv__title .under-mv__title-en {
  font-size: clamp(50px, 11vw, 120px); }

.contact__contents {
  background-color: #fff;
  padding-bottom: 22rem; }
  @media screen and (max-width: 834px) {
    .contact__contents {
      padding-bottom: 10rem; } }
.contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .contact__inner {
      flex-direction: column;
      gap: 4rem 0; } }
.contact .progress-steps {
  width: 10%;
  margin: 0 auto;
  display: flex;
  gap: 0 6.4rem;
  position: relative;
  justify-content: center; }
  .contact .progress-steps::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90%;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #C9C9C9;
    z-index: 0; }
    @media screen and (max-width: 834px) {
      .contact .progress-steps::before {
        width: 80%;
        top: -13px; } }
  @media screen and (max-width: 834px) {
    .contact .progress-steps {
      width: fit-content;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      gap: 0 3rem; } }
.contact li.progress-steps__item {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 834px) {
    .contact li.progress-steps__item {
      flex-direction: column;
      gap: 1rem 0; } }
.contact .progress-steps__label {
  position: relative;
  color: #C9C9C9;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap; }
  @media screen and (max-width: 834px) {
    .contact .progress-steps__label {
      font-size: 14px; } }
  .contact .progress-steps__label::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #C9C9C9;
    z-index: 1; }
    @media screen and (max-width: 834px) {
      .contact .progress-steps__label::before {
        height: 15px;
        width: 15px; } }
.contact li.progress-steps__item--active .progress-steps__label {
  color: #2B2826; }
.contact li.progress-steps__item--active .progress-steps__label::before {
  background: #811A5B; }
.contact__main {
  margin-top: 5.8rem; }
  @media screen and (max-width: 834px) {
    .contact__main {
      margin-top: 4rem; } }
.contact__ttl-text {
  text-align: center;
  font-size: 26px;
  margin-bottom: 3rem; }
  @media screen and (max-width: 834px) {
    .contact__ttl-text {
      font-size: 20px;
      margin-bottom: 2rem; } }
.contact__note {
  width: 72%;
  margin: 0 auto;
  padding-left: 20px; }
  @media screen and (max-width: 834px) {
    .contact__note {
      width: 100%;
      padding-left: 0px; } }
  .contact__note li {
    text-indent: -20px; }
    @media screen and (max-width: 834px) {
      .contact__note li {
        text-indent: 0px; } }
.contact__table {
  display: flex;
  flex-direction: column;
  gap: 5rem 0; }
  @media screen and (max-width: 834px) {
    .contact__table {
      gap: 3rem 0; } }
.contact__table-item {
  display: flex;
  gap: 0 2rem;
  align-items: center; }
  @media screen and (max-width: 834px) {
    .contact__table-item {
      gap: 1rem 0;
      flex-direction: column; } }
.contact .textarea__table-item {
  align-items: flex-start; }
  @media screen and (max-width: 834px) {
    .contact .textarea__table-item {
      align-items: center; } }
.contact__table-label {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 400; }
  @media screen and (max-width: 834px) {
    .contact__table-label {
      width: 100%;
      justify-content: flex-start;
      gap: 0 2rem;
      font-size: 15px; } }
.contact__table-parts {
  width: 75%; }
  @media screen and (max-width: 834px) {
    .contact__table-parts {
      width: 100%; } }
.contact .require-txt {
  background-color: #811A5B;
  border-radius: 6px;
  padding: 8px 0;
  line-height: 1;
  font-size: 13px;
  color: #fff;
  width: 60px;
  text-align: center; }
  @media screen and (max-width: 834px) {
    .contact .require-txt {
      width: 45px;
      padding: 6px 0;
      font-size: 12px; } }
.contact .error {
  font-size: 15px;
  color: #9C0022;
  display: inline-block;
  margin-top: 5px;
  margin-right: 1rem;
  white-space: nowrap; }
  @media screen and (max-width: 834px) {
    .contact .error {
      font-size: 14px; } }
  .contact .error-bg {
    background-color: #ffe2e7 !important; }
.contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
  height: 54px;
  width: 100%;
  padding: 15px 3%; }
  @media screen and (max-width: 640px) {
    .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
      height: 55px; } }
  .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).p-postal-code {
    max-width: 210px;
    margin-bottom: 1rem;
    margin-left: 1rem; }
    @media screen and (max-width: 640px) {
      .contact input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]).p-postal-code {
        max-width: 220px; } }
.contact select {
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
  height: 54px;
  width: 40%;
  padding: 15px 1.6%; }
  @media screen and (max-width: 640px) {
    .contact select {
      height: 55px; } }
.contact span.zip-txt {
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  border: 1px solid #cdcdcd;
  border-radius: 19px;
  padding: 10px 0;
  width: 100px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 1; }
.contact textarea {
  background-color: #F8F8F8;
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 300px;
  resize: vertical;
  padding: 23px 3%; }
  @media screen and (max-width: 640px) {
    .contact textarea {
      height: 150px; } }
.contact input::placeholder,
.contact textarea::placeholder {
  color: #ABABAB; }
.contact__form {
  margin: 7rem auto 0; }
  @media screen and (max-width: 834px) {
    .contact__form {
      margin: 4rem auto 0; } }
  .contact__form-controller {
    margin-top: 6.9rem; }
    @media screen and (max-width: 834px) {
      .contact__form-controller {
        margin-top: 3rem; } }
    .contact__form-controller .agree-check {
      appearance: none;
      position: relative;
      background-color: #F8F8F8;
      border-radius: 6px;
      cursor: pointer;
      width: 18px;
      height: 18px; }
      @media screen and (max-width: 640px) {
        .contact__form-controller .agree-check {
          width: 18px;
          height: 18px; } }
      .contact__form-controller .agree-check:checked::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 10px;
        height: 5px;
        border-bottom: 3px solid #222;
        border-left: 3px solid #222;
        transform: rotate(-45deg); }
    .contact__form-controller-checkbox label {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      font-size: 17px;
      color: #2B2826; }
      @media screen and (max-width: 640px) {
        .contact__form-controller-checkbox label {
          font-size: 14px;
          gap: 1rem; } }
    .contact__form-controller-submit a {
      text-decoration: none; }
    .contact__form-controller-submit .contact-form-submit-btn {
      border: none;
      background-color: #5A004A;
      border-radius: 40px;
      width: 280px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin: 70px auto 0;
      font-size: 20px;
      font-weight: 400;
      font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif;
      color: #fff; }
      @media screen and (max-width: 834px) {
        .contact__form-controller-submit .contact-form-submit-btn {
          font-size: 16px;
          margin: 2rem auto 0; } }
      @media screen and (max-width: 640px) {
        .contact__form-controller-submit .contact-form-submit-btn {
          width: 200px;
          height: 55px;
          margin: 2rem auto 0; } }
      .contact__form-controller-submit .contact-form-submit-btn:disabled {
        background-color: #DDDDDD; }
      .contact__form-controller-submit .contact-form-submit-btn.--back {
        background-color: #ffe33f;
        color: #000; }

/*** Privacy POLICY ***/
.privacy-policy {
  padding-top: 7rem; }
  @media screen and (max-width: 834px) {
    .privacy-policy {
      padding-top: 4rem; } }
  .privacy-policy-wrapper {
    overflow-y: scroll;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    max-height: 400px;
    background: #fff;
    border: 1px solid #C9C9C9;
    padding: 4rem 4%; }
    @media screen and (max-width: 834px) {
      .privacy-policy-wrapper {
        max-height: 250px;
        padding: 3rem 5%; } }
  .privacy-policy-ttl {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8rem;
    position: relative;
    padding-bottom: 2.5rem; }
    @media screen and (max-width: 834px) {
      .privacy-policy-ttl {
        padding-bottom: 1.5rem;
        font-size: 18px;
        margin-bottom: 4rem; } }
    .privacy-policy-ttl::before {
      content: '';
      width: 80px;
      height: 2px;
      background: #811A5B;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
      @media screen and (max-width: 834px) {
        .privacy-policy-ttl::before {
          width: 50px; } }
  .privacy-policy-item {
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 1px;
    margin-bottom: 3rem;
    border-bottom: 1px solid #DEDEDE; }
    .privacy-policy-item:not(:first-child) {
      margin-top: 3.6rem; }
      @media screen and (max-width: 834px) {
        .privacy-policy-item:not(:first-child) {
          margin-top: 2rem;
          font-size: 16px;
          margin-bottom: 2rem; } }
  .privacy-policy-text {
    font-size: 17px;
    font-weight: 400; }
    @media screen and (max-width: 640px) {
      .privacy-policy-text {
        font-size: 13px; } }
  .privacy-policy-signature {
    font-size: 15px;
    margin-top: 3rem;
    line-height: 2; }
  .privacy-policy ul {
    line-height: 2;
    padding-left: 1.6rem; }
    @media screen and (max-width: 834px) {
      .privacy-policy ul {
        padding-left: 1.3rem; } }
    .privacy-policy ul li {
      font-size: 14px;
      text-indent: -1.6rem; }
      @media screen and (max-width: 834px) {
        .privacy-policy ul li {
          text-indent: -1.3rem; } }
      @media screen and (max-width: 640px) {
        .privacy-policy ul li {
          font-size: 13px; } }

/* ====================================================
THANKS
==================================================== */
body {
  overflow-x: hidden; }

.thanks .contact__ttl-heading {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 2.9rem; }
  @media screen and (max-width: 834px) {
    .thanks .contact__ttl-heading {
      line-height: 1.5;
      font-size: 20px;
      margin-bottom: 2rem; } }
.thanks .contact__ttl-txt {
  text-align: center; }
  @media screen and (max-width: 834px) {
    .thanks .contact__ttl-txt {
      text-align: left;
      margin: 0 auto; } }
.thanks .contact-controller {
  margin-top: 6rem; }
  @media screen and (max-width: 834px) {
    .thanks .contact-controller {
      margin-top: 3rem; } }
.thanks .btn {
  border: none;
  background-color: #5A004A;
  border-radius: 40px;
  width: 280px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 70px auto 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", serif;
  color: #fff; }
  @media screen and (max-width: 834px) {
    .thanks .btn {
      font-size: 16px;
      margin: 2rem auto 0; } }
  @media screen and (max-width: 640px) {
    .thanks .btn {
      width: 200px;
      height: 55px;
      margin: 2rem auto 0; } }

    /* ====================================================
CONFIRM
==================================================== */
