/* @format */
.limited .header .header-inner {
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.limited .header .menu-btn {
    color: #fff;
}
.limited .hamburger i {
    background: #fff;
    mix-blend-mode: normal;
}
.login .container,
.member .container,
.limited-plan .container {
    max-width: 100%;
    padding: 0;
    background: #404f70;
}
.limited-login-wrap {
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
}
.limited-item {
    width: 90%;
    margin: 0 auto;
}
.limited-login-wrap .primary-heading {
    margin-bottom: 30px;
    font-size: clamp(1.6rem, 2.4rem, 3rem);
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.limited-note {
    margin-top: 10px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .login .container,
    .member .container,
    .limited-plan .container {
        padding-top: 60px;
    }
    .limited-login-wrap {
        margin: 20px auto 60px;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        -webkit-transform: unset;
    }
    .limited-login-wrap .primary-heading {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
    .limited-note {
        line-height: 1.6;
        font-size: 1.2rem;
    }
}
.form-field {
    border: 0;
}
.limited-parts {
    gap: 12px;
    height: 52px;
}
.limited-parts .general-input {
    display: block;
    width: 75%;
    padding: 10px 20px;
    color: #333;
    background: #fff;
    font-weight: 200;
    font-size: 16px;
    /* border: 1px solid #fff; */
    -webkit-appearance: none;
    border-radius: 0;
}
.limited-parts .general-input::placeholder {
    font-size: 14px;
    color: #aaa;
    top: -2px;
    position: relative;
}
.limited-parts .login-btn {
    width: calc(25% - 12px);
    display: block;
    background: #fff;
    color: #003065;
    font-family: inherit;
    font-weight: inherit;
    font-size: 20px;
    white-space: nowrap;
    border: 1px solid #b2a685;
    border-radius: 10px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.limited-parts .login-btn:hover {
    opacity: 0.5;
}
@media screen and (max-width: 767px) {
    .limited-parts .general-input {
        font-size: 16px;
    }
    .limited-parts .login-btn {
        font-size: 14px;
    }
}
.error-text {
    margin: 16px auto;
    padding: 4px 8px;
    width: 100%;
    position: absolute;
    background: #922222;
    color: #fff;
    text-align: center;
}
.limited-item-btn {
    margin: 0 auto;
    display: block;
    background: #fff;
    text-align: center;
    color: #776a58;
    width: 100%;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.limited-item-btn:hover {
    background-color: #585242;
    color: #fff;
}
@media (max-width: 767px) {
    .limited-parts {
        flex-wrap: nowrap;
        height: 35px;
    }
    .login-btn {
        font-size: 1.2rem;
    }
    .limited-item-btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        padding: 0 4px;
    }
}

/*--------------------------------
限定サイト扉
--------------------------------*/
.member .plan-section-ttl {
    color: #fff;
    margin-bottom: 80px;
}
.member .plan-section-ttl .ttl-border:before {
    background: #fff;
}
.member .plan-section-ttl .ttl-border:after {
    color: #fff;
}
.member-note {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #fff;
}
.member-lead {
    font-size: 2.4rem;
    line-height: 1.8;
    color: #fff;
    margin: 80px auto 30px;
    position: relative;
}
.member-lead::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background-color: #fff;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.limited-link-wrap {
    padding-bottom: 120px;
}
.limited-link-btns {
    margin: 60px auto 0;
    max-width: 800px;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.limited-link-btn {
    width: 30%;
}
.limited .contents-list-btn.contents-comingsoon {
    pointer-events: none;
    filter: brightness(0.5);
}
.limited .click-open-img {
    width: 100%;
    height: 100%;
}
.limited-link-btn .list-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.2;
    width: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    pointer-events: none;
}

@media (max-width: 767px) {
    .member .plan-section-ttl {
        margin-bottom: 50px;
    }
    .member-note {
        font-size: 1.2rem;
        line-height: 2;
    }
    .limited-link-wrap {
        padding-bottom: 80px;
    }
    .limited-link-btns {
        margin: 40px auto 0;
        gap: 0 30px;
    }
    .limited-link-btn .list-name {
        font-size: 1.4rem;
    }
    .member-lead {
        margin: 50px auto 24px;
    }
}

/*--------------------------------
プランページ
--------------------------------*/
.limited-plan .plan-section-ttl {
    margin-top: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 360px;
    text-align: center;
}
.limited-plan .plan-section-ttl .ttl-border {
    font-size: 10rem;
    letter-spacing: 1.5rem;
    width: 100%;
}
.limited-plan .plan-section-ttl .ttl-border:before {
    background: #fff;
    bottom: 22px;
}
.limited-plan .plan-section-ttl .ttl-border:after {
    content: '•';
    position: absolute;
    right: -20px;
    bottom: 4px;
    font-size: 4rem;
    color: #fff;
    transform: translate(0px, 30px);
    transition: 0.8s ease;
    opacity: 0;
}
.limited-plan .plan-section-ttl .ttl-border.animate::after {
    transform: translate(0px, 0px);
    opacity: 1;
}
.limited-plan .plan-section-ttl .plan-section-text em::before {
    content: '•';
    position: absolute;
    left: -6px;
    bottom: 4px;
    font-size: 4rem;
    color: #fff;
    transform: translate(0px, 30px);
    transition: 0.8s ease;
    opacity: 0;
    font-style: normal;
}
.limited-plan .plan-section-ttl .ttl-border.animate em::before {
    transform: translate(0px, 0px);
    opacity: 1;
}
.detail-mv {
    background: url(../img/limited/mv-plan-detail.webp) no-repeat center center;
    background-size: cover;
}
.detail-wrap {
    max-width: 600px;
    width: 90%;
    padding: 60px 0;
    margin: 0 auto;
    color: #fff;
}
.plan-name-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    letter-spacing: 0.1rem;
    line-height: 1.2;
}
.plan-name {
    font-size: 6.4rem;
    letter-spacing: 0.2rem;
    width: 50%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    padding-right: 30px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.plan-name .small-text {
    font-size: 25%;
}
.plan-name .plan-name-number {
    font-size: 60%;
}
.plan-name-text {
    font-size: 5.4rem;
    width: 50%;
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
}
.plan-area-text {
    font-size: 4.4rem;
    margin-bottom: 30px;
}
.plan-area-text-ja {
    font-size: 40%;
    margin-right: 10px;
}
.plan-point {
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative;
    margin-left: 2em;
    margin-bottom: 10px;
}
.plan-point::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: transparent;
    border: 2.5px solid #fff;
    position: absolute;
    left: -1.2em;
    top: 4px;
    margin: auto;
}
.detail-img {
    max-width: 600px;
    width: 90%;
    margin: 40px auto;
}

@media (max-width: 767px) {
    .limited-plan .plan-section-ttl .ttl-border {
        font-size: 5rem;
        width: 50%;
    }
    .limited-plan .plan-section-ttl .ttl-border:before {
        bottom: 11px;
    }
    .limited-plan .plan-section-ttl .ttl-border:after {
        bottom: -7px;
    }
    .limited-plan .plan-section-ttl .plan-section-text em::before {
        bottom: -7px;
    }
    .plan-name-wrap {
        align-items: normal;
    }
    .plan-name {
        font-size: 4.8rem;
        padding-right: 0;
        justify-content: center;
    }
    .plan-name .small-text {
        font-size: 35%;
    }
    .plan-name .plan-name-number {
        font-size: 60%;
    }
    .plan-name-text {
        font-size: 4.6rem;
        padding-left: 0;
        justify-content: center;
    }
    .plan-area-text {
        font-size: 4rem;
        margin-bottom: 20px;
    }
}
