/* キービジュアル */
.show-pc {
    display: block;
}

.show-sp {
    display: none;
}

@media screen and (max-width: 1095px) {
    .show-pc {
        display: none;
    }

    .show-sp {
        display: block;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* キービジュアル 背景 */
.fw.p-fund .p-kv__contents-renga-2 {
    height: 780px;
    overflow: hidden;
    background-image: url(/assets/images/fund/renga-02/kv.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 1095px) {
    .fw.p-fund .p-kv__contents-renga-2 {
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1095px) {
    .fw.p-fund .p-kv__contents-renga-2 {
        height: 113.5897435897vw;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* キービジュアル 建物画像 */
.fw.p-fund .p-kv__img-renga-2 {
    position: absolute;
    left: 50%;
    bottom: -400px;
    width: 1000px;
    transform: translate(-150px);
    z-index: 0;
}

@media screen and (max-width: 1095px) {
    .fw.p-fund .p-kv__img-renga-2 {
        transform: none;
        transform: translate(-43%);
        overflow: hidden;
        bottom: -100px;
        width: 100%;
    }
}

@media screen and (min-width: 1095px) {
    .fw.p-fund .p-overview .p-building .p-contents__item {
        width: 110%;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* KV 登録ボタン */
.p-kv__apply {
    text-align: center;
    width: 450px;
    position: relative;
}

.p-kv__apply-bubble {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}

.p-kv__apply-button {
    width: 100%;
    height: 64px;
    background-color: #e50a11;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.p-kv__apply-button>span {
    font-size: 22px;
    color: #fff;
}

@media screen and (max-width: 1095px) {
    .p-kv__apply {
        width: 100%;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* スケジュール */
.p-schedule__note {
    margin: 0 24px 36px;
    ;
}

.p-schedule__note ul {
    list-style: disc;
}

.p-schedule__note strong {
    color: #e50a11;
}

.p-schedule__note .number {
    font-size: 18px;
}

.p-table-list .__gmap iframe {
    width: 100%;
    max-width: 100%;
    display: block;
}

.p-schedule-list__note {
    font-size: 14px;
}

.p-schedule-list__note:first-of-type {
    margin-top: 8px;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 物件概要 */
.p-table-list-section {
    border-top: 1px solid var(--color_line);
    padding: 16px 0;
}

.p-table-list-section__info {
    display: flex;
    gap: 8px;
}

.p-table-list-section__info h4 {
    width: 85px;
    flex-shrink: 0;
}

.fw.p-fund .p-overview .p-building .p-contents .p-table-list .__gmap {
    margin-top: 16px;
}

@media screen and (max-width: 1095px) {
    .p-table-list-section__info {
        display: flex;
        gap: 2px;
    }

    .p-table-list-section__info h4 {
        width: 75px;
        flex-shrink: 0;
    }

    .fw.p-fund .p-overview .p-market {
        padding: 16px 0;
    }

    .p-table-list .__gmap iframe {
        width: 320px;
        display: block;
    }

    .fw.p-fund .p-overview .p-building .p-contents .p-table-list .__gmap {
        position: relative;
        left: 0px;
        max-width: 100%;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* 下側 登録ボタン */
.fw .c-foot-cv .c-foot-cv-flex-pre {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 56px;
}

.fw .c-foot-cv .c-foot-cv-flex-pre .c-foot-cv-box {
    flex: 0.9;
}

.fw .c-foot-cv .c-foot-cv-flex-pre .c-foot-cv-box:first-child {
    flex: 1.1;
}

.fw .c-foot-cv .c-foot-cv-box__title {
    line-height: 1.5;
}

/* .fw .c-foot-cv .c-foot-cv-register .register-button-pre {
    position: relative;
    width: 80%;
    height: 64px;
    background-color: var(--color_main);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all .3s ease;
    box-shadow: 0 1px 3px #000;
} */

.register__button-pre {
    width: 100%;
    background-color: #e50a11;
}

.fw .c-foot-cv .c-foot-cv-register .register-button-pre>span {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    transition: all .3s ease;
    flex: 0 0 auto;
}

#register {
    scroll-margin-top: 86px;
}

@media screen and (max-width: 1095px) {
    .fw .c-foot-cv .c-foot-cv-flex-pre {
        flex-direction: column;
        gap: 24px;
        padding: 0 0px;
    }

    .fw .c-foot-cv .c-foot-cv-flex-pre p {
        line-height: 1.5;
    }

    .c-foot-cv-register {
        margin-top: 16px;
    }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* SNS */
.sns-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.icon-sns {
    width: 56px;
    height: 56px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-sns img {
    display: block;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* HubSpotフォーム */
/* フォームコンテナ */
.hs-form-container {
    margin-top: 8px;
}

/* フォーム */
.hs-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}

/* 「Eメールアドレス」ラベル */
.hs-form .hs_email>label>span {
    display: none;
}

/* 入力フィールド */
.hs-form-container .hs-form .hs_email .input input.hs-input[type="email"] {
    width: 300px;
    height: 50px;
    border-width: 0;
    border-radius: 6px 0 0 6px;
    color: #282420;
}

.hs-form-container .hs-input:focus {
    outline: none;
    box-shadow: none;
}

/* ボタン */
.hs-form .hs-button {
    width: 150px;
    height: 50px;
    background-color: #e50a11;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 21px;
    border-radius: 0 6px 6px 0;
}

/* エラーメッセージ */
.hs-form .hs-error-msgs {
    display: none !important;
}

.hs-form-area {
    padding: 0 12px;
}

/* HubSpotフォームコンテナ */
.hs-form-container {
    margin-bottom: 8px;
}

/* 「プライバシーポリシーをご確認ください」 */
.hs-form-area p {
    font-size: 10px;
    font-weight: 100;
}

.hs-form-area p a {
    color: #fff;
    text-decoration: underline;
}

#register,
#register-last {
    scroll-margin-top: 90px;
}