/* ==========================================================================
   LIMITED CONTENTS Section (Entry Merit)
   OFFセクション直下に配置する「物件エントリー特典」紹介セクション
   ========================================================================== */

.limited-section {
    background: #ffffff;
    padding: 100px 0 0;
    color: #3a3327;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}

.limited-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

/* 見出し: LIMITED CONTENTS */
.limited-en-title {
    font-family: 'Futura', 'Century Gothic', 'Avenir', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 32px;
    letter-spacing: 0.28em;
    color: #524517;
    margin: 0 0 28px;
    line-height: 1.2;
}

/* リード文 */
.limited-lead {
    font-size: 15px;
    line-height: 2.1;
    color: #524517;
    letter-spacing: 0.08em;
    margin: 0 0 44px;
    font-weight: 400;
}

/* 上部の2ボタン */
.limited-btn-list {
    list-style: none;
    margin: 0 auto 90px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 760px;
}

.limited-btn-list > li {
    flex: 1 1 320px;
    max-width: 360px;
}

.limited-btn a,
.limited-step-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 64px;
    padding: 0 28px;
    position: relative;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
    font-size: 15px;
    letter-spacing: 0.14em;
    font-weight: 500;
}

.limited-btn a span,
.limited-step-btn a span {
    position: relative;
    padding-right: 28px;
}

.limited-btn a span::after,
.limited-step-btn a span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}

.limited-btn a span::before,
.limited-step-btn a span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    margin-top: -3px;
}

.limited-btn a:hover,
.limited-step-btn a:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

/* 物件エントリー（ダークブラウン） */
.limited-btn-req a {
    background: #524517;
    color: #ffffff;
}

/* エントリー者様限定サイト（ネイビー） */
.limited-btn-lim a {
    background: #2a3a55;
    color: #ffffff;
}

/* ==========================================================================
   フロー部分（背景ベージュ）
   ========================================================================== */
.limited-flow-bg {
    background: #f3eee5;
    padding: 80px 0 100px;
    margin-top: 0;
}

.limited-flow-title {
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.12em;
    color: #3a3327;
    font-weight: 500;
    margin: 0 0 60px;
    font-family: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', '游明朝', 'ヒラギノ明朝 ProN', serif;
}

.limited-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.limited-step {
    flex: 1 1 0;
    min-width: 0;
    background: #ffffff;
    padding: 36px 28px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 14px rgba(82, 69, 23, 0.06);
}

.limited-step-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.limited-step-no {
    margin: 0 0 18px;
    text-align: center;
    font-family: 'Futura', 'Century Gothic', 'Avenir', 'Helvetica Neue', sans-serif;
    color: #b8a25b;
    line-height: 1;
}

.limited-step-label {
    display: block;
    font-size: 13px;
    letter-spacing: 0.3em;
    font-weight: 300;
    margin-bottom: 6px;
}

.limited-step-num {
    display: block;
    font-size: 42px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.limited-step-copy {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.limited-step-ttl {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #3a3327;
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8cdb4;
    font-weight: 500;
    font-family: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', '游明朝', 'ヒラギノ明朝 ProN', serif;
}

.limited-step-lead {
    font-size: 14px;
    line-height: 1.9;
    color: #524517;
    letter-spacing: 0.04em;
    margin: 0 0 20px;
    flex: 1;
}

.limited-step-btn {
    margin-top: auto;
}

.limited-step-btn a {
    height: 52px;
    font-size: 13px;
    width: 100%;
    padding: 0 16px;
}

/* ステップ間の矢印 */
.limited-step-arrow {
    flex: 0 0 auto;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8a25b;
}

.limited-step-arrow svg {
    width: 24px;
    height: 24px;
    display: block;
}

/* ==========================================================================
   レスポンシブ
   ========================================================================== */
@media (max-width: 900px) {
    .limited-section {
        padding-top: 70px;
    }
    .limited-en-title {
        font-size: 26px;
    }
    .limited-lead {
        font-size: 14px;
        line-height: 2;
    }
    .limited-flow-title {
        font-size: 18px;
    }
    .limited-steps {
        flex-direction: column;
        gap: 0;
    }
    .limited-step {
        width: 100%;
    }
    .limited-step-arrow {
        width: 100%;
        height: 36px;
        transform: rotate(90deg);
        margin: 8px 0;
    }
    .limited-btn-list {
        margin-bottom: 60px;
    }
    .limited-flow-bg {
        padding: 60px 0 70px;
    }
}

@media (max-width: 600px) {
    .limited-section {
        padding-top: 60px;
    }
    .limited-en-title {
        font-size: 22px;
        letter-spacing: 0.22em;
    }
    .limited-lead {
        font-size: 13px;
        text-align: left;
        padding: 0 4px;
    }
    .limited-lead br {
        display: none;
    }
    .limited-br-sp {
        display: inline;
    }
    .limited-btn-list {
        gap: 14px;
    }
    .limited-btn-list > li {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .limited-btn a,
    .limited-step-btn a {
        height: 56px;
        font-size: 14px;
    }
    .limited-flow-title {
        font-size: 17px;
        margin-bottom: 40px;
    }
    .limited-step {
        padding: 28px 22px 26px;
    }
    .limited-step-num {
        font-size: 36px;
    }
}

@media (min-width: 901px) {
    .limited-br-sp {
        display: none;
    }
}
