/* ==================================================
   Heart
================================================== */

.heart {
    padding: 30px 0 15px;
    background: rgba(163, 148, 204, 0.08);
}

.heart__inner {
    width: min(calc(100% - 48px), 1120px);
    margin: 0 auto;
}

.heart__eyebrow {
    margin-bottom: 12px;
    color: #9b8a67;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-align: center;
}

.heart__title {
    margin: 0;
    color: #2f2f2f;
    font-size: clamp(2.7rem, 2.4vw, 3.4rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.heart__items {
    max-width: 760px;
    margin: 10px auto 0;
}

.heart__item {
    padding: 28px 0;
    border-bottom: 1.8px solid rgba(181, 147, 81, 0.18);
}

.heart__item {
    display: flex;
    align-items: center;
    gap: 30px;
}

.heart__number-wrap {
    flex-shrink: 0;
    width: 100px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1.8px solid rgba(181, 147, 81, 0.25);
}

.heart__number {
    display: block;
    color: rgba(163, 148, 204, 0.8);
    font-size: 6rem;
    font-weight: 400;
    line-height: 1;
}

.heart__title-decoration img {
    display: block;
    width: 230px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.heart__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateY(8px);
}

.heart__heading {
    margin: 0;
    color: #2f2f2f;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0em;
}

.heart__text {
    margin-top: 11px;
}

.heart__text {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #5f5a63;
}

.heart__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 760px;
    margin: 40px auto 0;
}

.heart__card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 26px 34px;
    background: #fff;
    border: 1px solid rgba(181, 147, 81, 0.18);
    border-radius: 20px;
}

.heart__text {
    margin: 0;
}

.heart__check {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.heart__text {
    margin: 0;
    color: #5f5a63;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.heart__message {
    margin-top: 0px;
    text-align: center;
}

.heart__message-sp {
    display: none;
}

.heart__message-text {
    margin: 0;
    color: #5f5a63;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
}

.heart__message-divider {
    width: 490px;
    margin: 2px auto;
    border-bottom: 3px dotted rgba(163, 148, 204, 0.8);
}

.heart__arrow {
    margin-top: 16px;
    text-align: center;
}

.heart__arrow img {
    display: block;
    width: 32px;
    height: auto;
    margin: 0 auto;
}

.heart__background {
    margin-top: 0;
    padding: 30px 0 2px;
}

.sp-break {
    display: none;
}

/* Smartphone
-------------------------------------------------- */

@media (max-width: 767px) {

    .heart {
        padding-top: 20px;
        padding-bottom: 8px;
        background: #fff;
    }

    .heart__message-pc {
        display: none;
    }

    .heart__message-sp {
        display: block;
    }

    .heart__eyebrow {
        font-size: 1.2rem;
        margin-bottom: 6px;
    }

    .heart__title {
        font-size: 2.6rem;
    }

    .heart__title-decoration img {
        width: 180px;
    }

    .heart__title-decoration {
        margin-top: 8px;
    }

    .heart__list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 30px;
    }

    .heart__check {
        width: 26px;
        height: 26px;
    }

    .heart__card {
        gap: 12px;
    }

    .heart__text {
        font-size: 1.7rem;
    }

    .heart__list {
        max-width: 360px;
        margin: 30px auto 0;
        padding: 20px;
        background: rgba(163, 148, 204, 0.1);
        border: none;
        border-radius: 14px;
    }

    .heart__card {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 4px 0;
    }

    .sp-break {
        display: none;
    }

    .heart__message-divider {
        width: 330px;
        margin: 10px auto;
    }

    .heart__message-text--main {
        color: #4f4a55;
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.03em;
    }

    .heart__message-text--small {
        color: #4f4a55;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 0.03em;
    }

    .heart__arrow img {
        width: 26px;
        display: block;
        margin: 0 auto;
    }

    .heart__arrow {
        margin-top: 10px;
        line-height: 0;
        height: 80px;
        overflow: hidden;
    }

}