@charset "UTF-8";



.p-mv {
    width: 100%;
    height: 400px;
    text-align: center;
    background: url(../../images/page/club_nexta/bg_club_nexta.jpg)no-repeat;
    background-position: center;
    background-size: cover;
}

.p-mv-head {
    padding: 199px 0 150px;
    vertical-align: middle;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.4em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.p-content {
    padding: 130px 0 90px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

.p-head {
    margin-bottom: 40px;
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0.15em;
    line-height: 2;
}

.p-head-sub {
    margin-bottom: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.18em;
}

.p-note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}

.p-lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 100px;
}

.p-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
    margin: 60px auto 35px;
    max-width: 1000px;
}

.p-img {
    width: calc(100% - 65px / 2);
}

.p-img > img {
    width: 100%;
    height: auto;
}

.p-form {
    background: #f6f5f3;
    padding: 100px 0 130px;
}

.p-form-content {
    max-width: 920px;
    margin: 0 auto;
}

.p-form iframe {
    height: 910px;
}

@media screen and (max-width: 960px) {

  .p-content {
    padding: 100px 5% 60px;
  }

  .p-form {
      padding: 60px 0 100px;
  }

  .p-form-content {
      max-width: inherit;
      width: 90%;
  }

}


@media screen and (max-width: 767px) {

    .p-mv-head {
        padding: 120px 0 100px;
        font-size: 2rem;
    }

    .p-mv {
        height: auto;
    }


    .p-content {
        max-width: inherit;
        width: 100%;
        padding: 50px 5%;
    }

    .p-head {
        margin-bottom: 30px;
        font-size: 30px;
        font-size: 3rem;
    }

    .p-head-sub {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .p-note {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .p-lead {
        font-size: 1.4rem;
        font-size: 14px;
        margin-top: 60px;
    }

    .p-img-wrap {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .p-img {
        width: 100%;
    }

    .p-form {
        padding: 50px 0 80px;
    }

    .p-form iframe {
        height: 1120px;
    }


}



/* 2023.05.25 追記 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.p-form-tabs {
  display: flex;
  column-gap: 1px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .p-form-tabs {
    width: 90%;
    margin: 0 auto;
  }
}
.p-form-tab {
  flex: 1;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #d0aead;
  text-align: center;
  transition: .3s ease-in-out;
}
.p-form-tab:hover {
    cursor: pointer;
    opacity: 0.7;
}
.p-form-tab.active {
    cursor: default;
    opacity: 1;
}
@media (max-width: 767px) {
  .p-form-tab {
    height: 58px;
    font-size: 14px;
  }
}
.p-form-tab.active {
  background: #790f0f;
}

.p-form-content:nth-of-type(2) {
  display: none;
}