/* @format */
.plan-quality-section {
    background: #edefef;
}

/*------
これだけでいけたんよ
-------*/
/* .plan .plan-card {
    background: #87969c;
    color: #fff;
}
.plan .plan-card.is-limited {
    background: rgba(142, 129, 114, 0.7);
    color: #fff;
}
.plan .plan-card-content .plan-area {
    border-color: rgba(211, 228, 235, 0.24);
}
.plan .plan-card-btn::after {
    background: url(../img/common/arrow-pink.svg) no-repeat center center#fff;
}*/
.plan .ghost-btn {
    color: #fff;
}
/*------
これだけでいけたんよ
-------*/

.plan-list {
    background: #87969c;
    box-shadow: 0 3px 6px rgba() rgba(0, 0, 0, 0.1);
    color: #fff;
}
.plan-list.plan-list-is-limited {
    background: rgba(142, 129, 114, 0.7);
    color: #fff;
}
.plan-list-content {
    padding: 24px 32px;
}
.plan-list-name {
    font-size: 3.6rem;
}
.plan-list-area {
    font-size: 3.2rem;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 767px) {
    .plan-list-content {
        padding: 24px;
    }
    .plan-list-name {
        font-size: 3rem;
    }
    .plan-list-area {
        font-size: 2.4rem;
    }
}
.plan-list-area .large-text {
    font-size: 200%;
}
.plan-list-area .mid-text {
    font-size: 160%;
}
.plan-list-content .plan-list-name,
.plan-list-content .note {
    padding: 0 16px;
}
.plan-list-content .plan-list-area {
    margin-bottom: 12px;
    padding: 0 16px 8px;
    border-bottom: 1px solid #fff;
}
.plan-list-btn {
    margin-top: 32px;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    align-items: center;
    font-size: 2.2rem;
    font-variation-settings: 'slnt' 9, 'wdth' 50, 'wght' 200;
}
.plan-list-btn::after {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: '';
    background: url(../img/common/arrow-pink.svg) no-repeat center center#fff;
    background-size: 16px auto;
    color: #bc8fa7;
    border-radius: 50%;
}
.plsn-list-is-limited .plan-list-content .plan-list-area {
    border-color: #fff;
}
.plsn-list-limited-label {
    padding: 4px 24px;
    font-size: 1.6rem;
    background: #d3cfac;
    color: #292929;
    border-radius: 50px;
    font-variation-settings: 'slnt' 9, 'wdth' 50, 'wght' 200;
}
.plan-list-btn-limit {
    margin-top: 26px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
    color: #292929;
    line-height: 1.3;
    border-radius: 50px;
    font-size: 1.5rem;
    text-align: center;
}
.plan-list-btn-limit::after {
    width: 18px;
    height: 15px;
    display: block;
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    background: url(../img/common/arrow-gold.svg) no-repeat center center;
    background-size: 18px auto;
    transform: translateY(-50%);
}

.plan-quality-section .inner {
    background: url(../img/plan/plan-quality-bg.webp) no-repeat top 20% left;
    background-size: 20%;
}
.plan-quality-lists {
    margin: 100px auto;
    max-width: 1000px;
    width: calc(100% - 40px);
}
.plan-quality-name {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.6;
}
.plan-quality-detail {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .plan-quality-lists {
        margin: 40px auto;
        width: 100%;
        gap: 40px 0;
    }
    .plan-quality-name {
        margin-top: 18px;
    }
    .plan-quality-detail {
        margin-top: 16px;
    }
}

/* プラン間取りページ */
.general-section.plan-under {
    padding: 190px 0 60px;
    background: url(../img/plan/plan-bg.webp) no-repeat top center;
    background-size: cover;
}
.plan-under .plan-inner {
    background: #fff url(../img/plan/plan-flower.webp) no-repeat top 3% left 4%;
    background-size: 22%;
    margin: 0 auto;
    padding: 90px 0 110px;
    max-width: 1000px;
    width: calc(100% - 40px);
}
.plan-under .inner {
    margin: 0 auto;
    max-width: 1000px;
}
.plan-contents {
    margin: 0 auto;
    max-width: 640px;
}
.plan-detail {
    margin: 30px auto 0;
    align-items: flex-end;
}
.plan-title {
    margin: 0 auto;
    padding-bottom: 26px;
    font-size: clamp(4rem, 4vw, 6.8rem);
    border-bottom: 1px solid #87969c;
}
.plan-note {
    margin: 70px auto 0;
    font-size: clamp(1.4rem, 0.8vw, 1.6rem);
    line-height: 1.6;
}
.plan-nonte-strong {
    color: #81385f;
}
.plan-feature {
    margin: 60px auto 0;
}
.plan-img-wrap {
    margin: 60px auto 0;
}
.hanrei-img {
    margin: 0 auto;
    max-width: 280px;
}
.plan-annotation {
    margin: 20px auto 0;
    max-width: 480px;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
}
.plan-back-btn {
    margin: 40px auto 0;
    color: #fff;
    max-width: 370px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    padding: 36px 0 36px;
    font-size: 1.6rem;
    border-radius: 60px;
    position: relative;
    transition: 1s;
}
.plan-back-btn:after {
    background: url(../img/common/arrow-white.svg) no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 15px;
    content: '';
    top: 50%;
    right: 20px;
    position: absolute;
    transform: translateY(-50%);
}
.plan-back-btn:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .general-section.plan-under {
        padding: 70px 0 40px;
    }
    .plan-under .plan-inner {
        max-width: 90%;
        padding: 40px 0 30px;
        background: #fff url(../img/plan/plan-flower.webp) no-repeat top 2% left 4%;
        background-size: 30%;
    }
    .plan-contents {
        max-width: 88%;
    }
    .plan-note {
        margin: 24px auto 0;
    }
    .plan-feature {
        margin: 30px auto 0;
    }
    .plan-img-wrap {
        margin: 30px auto 0;
    }
    .hanrei-img {
        margin: 0;
        max-width: 220px;
    }
    .plan-back-btn {
        padding: 22px 0 22px;
        max-width: 290px;
    }
    .plan-back-btn:after {
        width: 16px;
        height: 13px;
    }
}

/* CONTENTSブロック */
.under-contents-section .inner {
    position: relative;
}
.contents-bg {
    max-width: 170px;
    position: absolute;
    top: 100px;
    right: -100px;
}
.contents-lists {
    margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
    .contents-lists {
        margin: 40px auto 0;
    }
}
.contents-list {
    position: relative;
}
.contents-list::after {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: '';
    background: url(../img/common/arrow-pink.svg) no-repeat center center #fff;
    background-size: 16px auto;
    color: #bc8fa7;
    border-radius: 50%;
    bottom: 8%;
    right: 4%;
    position: absolute;
}
.contents-list-name {
    font-size: 3rem;
    position: absolute;
    top: 8%;
    left: 4%;
    font-style: italic;
    color: #fff;
}
.contents-list-name-sub {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
    font-style: normal;
}
.contents-list .img-wrapper .caption {
    bottom: 4%;
    left: 4%;
    right: auto;
}
