/* firstcontents */
.top-firstcontents {
    margin-top: -123px;
    height: 560px;
    background-image: linear-gradient(180deg, #55555500 60%, #555555bf 100%), url('../images/tokyo/top_mainimg.jpg');
    background-clip: padding-box, padding-box;
    background-origin: padding-box, padding-box;
    background-color: transparent;
    border-radius: 0px 0px 60px 60px;    
}

.top-firstcontents-titles {
    padding: 320px var(--pc-content-padding-side) 0px 0px;
    width: calc(800px + var(--pc-content-padding-side));
}

.top-firstcontents-titles-subtitle-up {
    font-size: 48px;
}

.top-firstcontents-titles-title {
    margin-top: 30px;
    font-size: 24px;
}


/* NEWS,Concept */
.top-summary {
    margin-top: -100px;
    padding: 0px var(--pc-content-padding-side) 100px;
}

.top-summary-bubble-upper-right {
    right: -40px;
}

.top-summary-bubble-upper-left {
    top: -180px;
    left: -210px;
    width: 720px;
}

.top-summary-bubble-lower-left {
    bottom: -220px;
    left: -190px;
    width: 580px;
}

.top-summary-news {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 160px;
    padding: 20px;
}

.top-summary-news-icon {
    color: var(--cyan);
    font-weight: bold;
}

.top-summary-news-title {
    margin-left: 27px;
    width: calc(100% - 170px);
}

.top-summary-concept {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.top-summary-concept-main {
    margin-top: 50px;
}

.top-summary-concept-main-title {
    margin-top: 20px;
    font-size: 32px;
}

.top-summary-concept-about {
    margin-left: 120px;
}

.top-summary-concept-about-link {
    margin-top: 40px;
}


/* 来店予約 */
.top-visit {
    padding: 80px 0px;
}

.top-visit-title {
    font-size: 32px;
}

.top-visit-link {
    margin: 30px auto 0px;
}


/* Service */
.top-service {
    margin-top: 50px;
    padding: 0px var(--pc-content-padding-side);
}

.top-service-list > li + li {
    margin-top: 80px;
}

.top-service-list-contents {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .top-service-list-contents > li + li {
        margin-left: 60px;
    }

.top-service-list-contents-text {
    width: 500px;
}

.top-service-list-contents-link {
    margin-top: 20px;
}


/* Property management */
.top-management {
    margin-top: 120px;
    background-image: url('../images/tokyo/kanri_img.jpg');
    background-position: right;
	background-repeat: no-repeat;
    background-size: 1000px;
}

.top-management-contents {
    padding: 60px 0px 235px var(--pc-content-padding-side);
}

.top-management-contents-link {
    margin-top: 40px;
}

.top-management-scene {
    display: none;
}


/* store */
.top-store {
    margin-top: 100px;
    padding: 0px var(--pc-content-padding-side);
}

.top-store-contents {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

    .top-store-contents > li + li {
        margin-left: 60px;
    }

.top-store-contents-text {
    width: 490px;
    font-size: 18px;
}

.top-store-contents-link {
    margin-top: 40px;
}

.top-store-contents-indoor {
    margin: 50px 0px 0px auto;
    width: 390px;
}

/* contact */
.top-contact {
    margin: 100px auto 0px;
    padding: 80px var(--pc-content-padding-side);
}

.top-contact-wrapper {
    padding: 50px 50px 105px;
    width: 1200px;
}

.top-contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

    .top-contact-list > li + li {
        margin-left: 25px;
        padding-left: 25px;
        border-left: 1px solid var(--grey);
    }

.top-contact-list-title {
    font-size: 24px;
}

.top-contact-list-link {
    margin-top: 20px;
}


/* 物件オーナー向け・物件管理について */
.top-owner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 80px var(--pc-content-padding-side) 50px;
}

.top-owner-link {
    margin-left: 230px;
}


/* リンク一覧 */
.top-others {
    margin: 100px auto 190px;
}

.top-others-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .top-others-list > li + li {
        margin-left: 40px;
    }



.top-owner-list-link + .top-owner-list-link {
    margin-top: 15px;
}

.top-owner-list-link-image {
    width: 470px;
    height: 120px;
}