/* ============================================================
   水面下物件一覧 LP風レスポンシブデザイン
   ============================================================ */

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #1a1a1a;
    background: #f7f6f3;
    -webkit-font-smoothing: antialiased;
}

/* ============================================================
   共通
   ============================================================ */

.lb_container {
    margin: auto;
    padding: 0 20px;
    max-width: 800px;
}

@media screen and (min-width: 600px) { .lb_container { padding: 0 32px; } }

.lb_section {
    padding: 64px 0;
    background: #fff;
    margin: 0 !important;
}

@media screen and (min-width: 600px) { .lb_section { padding: 80px 0; } }
@media screen and (min-width: 1001px) { .lb_section { padding: 100px 0; } }

main section { margin: 0 !important; font-size: 14px !important; }

.lb_section_label {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3em;
    color: #c08b30;
    text-align: center;
    margin-bottom: 8px;
}

.lb_section_title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #1a1a1a;
    margin-bottom: 36px;
}

.lb_section_title::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c08b30;
    margin: 14px auto 0;
}

@media screen and (min-width: 600px) {
    .lb_section_title { font-size: 30px; margin-bottom: 44px; }
    .lb_section_title br { display: none; }
}

.lb_text_center {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    text-align: center;
    margin-bottom: 12px;
}

.lb_text_center strong { font-weight: 700; color: #2c241e; }

/* 特徴説明文 */
.lb_feature_desc {
    max-width: 600px;
    margin: 0 auto;
}

.lb_feature_desc p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    text-align: justify;
    margin-bottom: 12px;
}

.lb_feature_desc p strong { font-weight: 700; color: #2c241e; }

@media screen and (min-width: 600px) {
    .lb_feature_desc p { font-size: 16px; text-align: center; }
}

.lb_text_small {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 12px;
}

/* ============================================================
   ヒーロー
   ============================================================ */

.lb_hero {
    background: #2c241e;
    padding: 100px 20px 64px;
    text-align: center;
    margin: 0 !important;
}

@media screen and (min-width: 600px) { .lb_hero { padding: 120px 32px 80px; } }
@media screen and (min-width: 1001px) { .lb_hero { padding: 140px 40px 96px; } }

.lb_hero_content {
    max-width: 600px;
    margin: auto;
}

.lb_hero_label {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: #fff;
    background: rgba(192, 139, 48, 0.7);
    padding: 6px 18px;
    margin-bottom: 24px;
}

.lb_hero_title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (min-width: 600px) { .lb_hero_title { font-size: 40px; } }
@media screen and (min-width: 1001px) { .lb_hero_title { font-size: 48px; } }

.lb_hero_line {
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(192, 139, 48, 0.6);
    margin: 20px auto;
}

.lb_hero_sub {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.lb_hero_sub strong {
    font-weight: 700;
    color: #e8b84b;
}

@media screen and (min-width: 600px) { .lb_hero_sub { font-size: 18px; } }

.lb_hero_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(192, 139, 48, 0.3);
}

.lb_hero_btn:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(192, 139, 48, 0.4);
}

/* ============================================================
   特徴セクション
   ============================================================ */

.lb_section_feature { background: #f5f1eb !important; }

/* 数字ボックス */
.lb_stat_box {
    margin: 40px auto;
    padding: 32px 24px;
    max-width: 400px;
    background: #2c241e;
    border-radius: 12px;
    text-align: center;
    border: 2px solid #c08b30;
}

.lb_stat_title {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.lb_stat_number {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
}

.lb_stat_big {
    font-family: "Noto Serif JP", serif;
    font-size: 48px;
    font-weight: 700;
    color: #e8b84b;
    margin: 0 4px;
    line-height: 1;
}

.lb_stat_note {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.lb_stat_desc {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 8px;
}

/* サブタイトル */
.lb_sub_title {
    font-size: 17px;
    font-weight: 700;
    color: #2c241e;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
}

/* チップ */
.lb_feature_chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.lb_chip {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #8a6d2e;
    background: #fff;
    border: 1.5px solid #ddd7cd;
    border-radius: 50px;
    letter-spacing: 0.04em;
}

/* ============================================================
   会員登録CTA（中間）
   ============================================================ */

.lb_section_cta_mid { background: #fff !important; padding: 48px 0 !important; }

.lb_cta_card {
    max-width: 560px;
    margin: auto;
    padding: 36px 28px;
    background: #2c241e;
    border-radius: 12px;
    text-align: center;
}

@media screen and (min-width: 600px) { .lb_cta_card { padding: 44px 40px; } }

.lb_cta_card_title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

@media screen and (min-width: 600px) { .lb_cta_card_title { font-size: 20px; } }

.lb_cta_card_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
}

.lb_cta_card_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(192, 139, 48, 0.3);
}

.lb_cta_card_btn:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
}

/* ============================================================
   物件一覧
   ============================================================ */

.lb_section_list { background: #f5f1eb !important; }

.lb_list_count {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 24px;
}

.lb_list_count strong {
    font-size: 24px;
    font-weight: 700;
    color: #c08b30;
}

/* 検索 */
.lb_search_wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto 24px;
}

.lb_search_icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #bbb5aa;
    pointer-events: none;
}

.lb_search_input {
    display: block !important;
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 14px 0 42px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    background: #fff;
    border: 1.5px solid #ddd7cd;
    border-radius: 8px;
    transition: border-color 0.3s ease;
    -webkit-appearance: none;
}

.lb_search_input:focus {
    outline: none;
    border-color: #c08b30;
    box-shadow: 0 0 0 3px rgba(192, 139, 48, 0.12);
}

.lb_search_input::placeholder { color: rgba(0, 0, 0, 0.25); }

.lb_sort_label {
    font-size: 13px;
    font-weight: 500;
    color: #8a6d2e;
    margin-bottom: 16px;
    letter-spacing: 0.04em;
}

/* 物件カード */
.lb_bukken_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media screen and (min-width: 600px) {
    .lb_bukken_list { grid-template-columns: 1fr 1fr; gap: 20px; }
}

.lb_bukken_card {
    background: #fff;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
}

.lb_bukken_card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* 左のゴールドアクセントライン */
.lb_bukken_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #c08b30, #e8b84b);
    border-radius: 14px 0 0 14px;
}

.lb_card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px 12px 18px;
    background: #2c241e;
    gap: 10px;
}

/* 物件IDラベル：ゴールドの目立つチップ（PDCA カードと統一） */
.lb_card_idlabel {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: #6b4f15;
    background: #f5e6c2;
    border: 1px solid #e0c98a;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.04em;
    line-height: 1.4;
}
@media screen and (min-width: 600px) {
    .lb_card_idlabel { font-size: 14px; padding: 4px 12px; }
}

/* 所在地（市区町村レベル）はヘッダーに並べる */
.lb_card_area {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 600px) { .lb_card_area { font-size: 14px; } }

.lb_card_status {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 50px;
}

.lb_card_status_active {
    color: #2c241e;
    background: #e8b84b;
}

.lb_card_status_pending {
    color: #e8b84b;
    background: transparent;
    border: 1px solid rgba(232, 184, 75, 0.4);
}

/* メタ情報グリッド：所在階 / 室内状態 を2列で並べる */
.lb_card_meta_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #ece6da;
}

.lb_card_meta_item {
    background: #fff;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}
@media screen and (min-width: 600px) {
    .lb_card_meta_item { padding: 14px 18px; }
}

.lb_card_meta_label {
    font-size: 10.5px;
    font-weight: 700;
    color: #c08b30;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.lb_card_meta_value {
    font-size: 14px;
    font-weight: 600;
    color: #2c241e;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (min-width: 600px) {
    .lb_card_meta_label { font-size: 11px; }
    .lb_card_meta_value { font-size: 15px; }
}

/* 担当コメント */
.lb_card_comment {
    padding: 14px 16px 14px 20px;
    background: #faf8f4;
    border-top: 1px solid #f0ece4;
}

@media screen and (min-width: 600px) { .lb_card_comment { padding: 16px 20px 16px 24px; } }

.lb_card_comment_label {
    font-size: 11px;
    font-weight: 700;
    color: #c08b30;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.lb_card_comment_label::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c08b30' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

.lb_card_comment_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
}

@media screen and (min-width: 600px) { .lb_card_comment_text { font-size: 14px; } }

/* ============================================================
   下部CTA＋注意書き
   ============================================================ */

.lb_section_bottom_cta { background: #fff !important; padding: 48px 0 !important; }

.lb_notice {
    max-width: 500px;
    margin: 0 auto 28px;
    padding: 16px 20px;
    background: #fef8f0;
    border: 1px solid #f0dcc0;
    border-left: 4px solid #d4a24e;
    border-radius: 0 6px 6px 0;
}

.lb_notice p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    color: #7a6030;
}

.lb_bottom_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

@media screen and (min-width: 600px) {
    .lb_bottom_buttons { flex-direction: row; justify-content: center; gap: 16px; }
}

.lb_btn_back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #e0ddd6;
    border-radius: 8px;
    color: #2c241e;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.lb_btn_back:hover { background: #d5d0c7; }

.lb_btn_signup {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(192, 139, 48, 0.2);
}

.lb_btn_signup:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
}

/* ============================================================
   ヒーロー2ボタン
   ============================================================ */

.lb_hero_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
}

@media screen and (min-width: 600px) {
    .lb_hero_buttons { flex-direction: row; justify-content: center; gap: 16px; }
}

.lb_hero_btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 28px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(192, 139, 48, 0.3);
}

.lb_hero_btn_primary:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(192, 139, 48, 0.4);
}

.lb_hero_btn_secondary {
    display: inline-block;
    padding: 12px 28px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
}

.lb_hero_btn_secondary:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.06);
}

/* ============================================================
   カード内ロック誘導
   ============================================================ */

.lb_card_lock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(212, 162, 78, 0.08), rgba(192, 139, 48, 0.04));
    border-top: 1px solid #eee8df;
    color: #c08b30;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    transition: background 0.3s ease;
}

.lb_card_lock:hover {
    background: linear-gradient(135deg, rgba(212, 162, 78, 0.15), rgba(192, 139, 48, 0.08));
}

.lb_card_lock svg {
    flex-shrink: 0;
    color: #c08b30;
}

/* ============================================================
   インラインCTA（5件ごと）
   ============================================================ */

.lb_inline_cta {
    list-style: none;
    padding: 24px;
    background: #2c241e;
    border-radius: 10px;
    text-align: center;
    grid-column: 1 / -1;
}

.lb_inline_cta_text {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
    letter-spacing: 0.04em;
}

.lb_inline_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(192, 139, 48, 0.3);
}

.lb_inline_cta_btn:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
}

/* ============================================================
   下部CTA（強化版）
   ============================================================ */

.lb_section_bottom_cta {
    background: #f5f1eb !important;
    padding: 48px 0 !important;
    text-align: center;
}

.lb_bottom_cta_card {
    max-width: 560px;
    margin: 0 auto 24px;
    padding: 40px 28px;
    background: #2c241e;
    border-radius: 12px;
    border: 2px solid #c08b30;
}

@media screen and (min-width: 600px) { .lb_bottom_cta_card { padding: 48px 40px; } }

.lb_bottom_cta_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
}

@media screen and (min-width: 600px) { .lb_bottom_cta_title { font-size: 22px; } }

.lb_bottom_cta_text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 28px;
}

.lb_bottom_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(192, 139, 48, 0.3);
}

.lb_bottom_cta_btn:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(192, 139, 48, 0.4);
}

.lb_bottom_cta_note {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 12px;
    letter-spacing: 0.06em;
}

.lb_btn_back_small {
    display: inline-block;
    font-size: 13px;
    color: #999;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.lb_btn_back_small:hover { color: #c08b30; }

/* ============================================================
   固定フローティングバー
   ============================================================ */

.lb_floating_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    background: rgba(20, 20, 20, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(192, 139, 48, 0.3);
    z-index: 9999;
    text-align: center;
    box-sizing: border-box;
}

.lb_floating_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    padding: 14px 0;
    background: linear-gradient(135deg, #d4a24e, #c08b30);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    box-shadow: 0 -2px 12px rgba(192, 139, 48, 0.3);
    transition: all 0.3s ease;
}

.lb_floating_btn:hover {
    background: linear-gradient(135deg, #e0b35e, #d49a3a);
}

/* PCではフローティングバー非表示 */
@media screen and (min-width: 751px) {
    .lb_floating_bar { display: none; }
}

/* フローティングバー分のbody余白 */
@media screen and (max-width: 750px) {
    body { padding-bottom: 70px; }
}

/* ============================================================
   フッターCTA非表示
   ============================================================ */

.footer_cta { display: none !important; }

/* ============================================================
   ベースCSS上書き
   ============================================================ */

.lb_hero_bg_img { margin-top: 0 !important; }
input[type="text"] { display: block !important; font-size: 16px !important; -webkit-appearance: none; }
