@charset "utf-8";

/* LAYOUT
--------------------------- */
.l-contents {
    overflow: hidden;/*FIREFOXだとcommonせ指定したhasが効かないので個別に適用（いずれ対応するのでそれまで我慢） */
}
[data-tab-contents][aria-hidden="false"]{
    opacity: 1;
    visibility: visible;
    height: auto;
}
[data-tab-contents][aria-hidden="true"]{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.ui-full-screen {
    margin-bottom: 0;
}
.ui-contents-centering {
    width: var(--screen-size);
    margin-inline: auto;
}
.ui-section-inner .ui-narrow-section:first-child {
    margin-block-start: 0;
}
.ui-section-header {
    margin: 0 0 24px;
    text-align: center;
}
    .ui-section-header h2 {
        margin: 0;
    }
.ui-section-wrap:nth-child(odd) {
    background-color: var(--main-heighlight-color);
}
.l-contents [class*="ui-sub-btn--"]{
    width: 210px;
    min-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: var(--sub-color);
}
    .l-contents [class*="ui-sub-btn--"] svg {
        fill: #fff;
    }

/* デザインパターン用共通レイアウト
--------------------------- */
.content__block {
    padding-block: 30px;
    margin-inline: var(--full-screen);
}

.content__inner {
    width: var(--screen-size);
    margin: 0 auto;
}

/* 種別と見出し
--------------------------- */
[class*="ui-title--"]{
    margin: 0 0 30px;
    position: relative;
}
    .ui-sub-title {
        position: absolute;
        color: var(--main-color);
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        letter-spacing: 3px;
        bottom: -20px;
        left: 0;
        right: 0;
    }

.ui-type-title {
    margin: 0 0 30px;
    display        : flex;
    gap            : 8px;
    align-items    : center;
    justify-content: center;
    font-size  : 26px;
    font-weight: bold;
    position: relative;
}
    .ui-type-mark {
        border: 1px solid var(--light-text-color);
        border-radius: 50px;
        padding: 1px 16px 0;
        font-size  : 20px;
        color: var(--light-text-color);
    }
    .appeal .ui-type-mark {
        border: 1px solid #fff;
    }

/* 新着のNEW  */
.ui-new {
    font-size  : 15px;
    font-weight: bold;
    color      : var(--strong-color);
}

/*-------------------------------------------------------------------------
MV
-------------------------------------------------------------------------*/

.mv-slider .slick-list {
    overflow: visible;
}
.mv-slider .slick-list img {
    width: 100%;
    object-fit: cover;
}

.slick-arrow svg.mv_icon_left,
.slick-arrow svg.mv_icon_right {
    width: 40px;
    height: 40px;
}

.mv-slider .slick-arrow {
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: rgb(34 34 34 / 80%);
    padding: 10px;
    border-radius: 50%;
    fill: #fff;
    cursor: pointer;
}

.mv-slider .slick-arrow:hover {
    background: rgb(34 34 34 / 100%);
}

.mv-slider .slick-arrow.mv_icon_left {
    left: 40px;
}

.mv-slider .slick-arrow.mv_icon_right {
    right: 40px;
}


/*-------------------------------------------------------------------------
検索
-------------------------------------------------------------------------*/
.l-main .ui-narrow-section.search-contents {
    border: solid 1px transparent;
    padding-bottom: 0;
}
.top-search {
    margin: 0 0 30px;
}
.search-nav {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 10px 0 20px;
    gap: 16px;
}
.search-nav.search__multiple{
    display: block;
    background: #fff;
    box-shadow: var(--box-shadow);
}
.search-nav.is-thrid {
    gap: 12px 0;
}
    .search-nav__items.is-active {
        width: 100%;
        border: 1px solid var(--main-heighlight-color);
        border-radius: 6px;
    }
        [class*="search-nav__btn--"]{
            width: 186px;
            height: 60px;
            display        : flex;
            gap            : 5px;
            flex           : 1;
            align-items    : center;
            justify-content: center;
            padding: 7px 0 5px;
            font-size  : 18px;
            font-weight: bold;
            cursor: pointer;
        }
        .search-nav__btn--rent { background-color: var(--sub-color);}
        .search-nav__btn--buy  { background-color: var(--main-color);}

            [class*="search-nav__btn--"] svg {
                width: 21px;
                height: 21px;
                fill: #fff;
            }
            .search-nav__text {
                display    : flex;
                gap        : 5px;
                align-items: center;
                color: inherit;
            }
                .search-nav__text span {
                    border: 1px solid #fff;
                    border-radius: 50px;
                    padding: 2px 5px;
                    line-height: 1;
                    font-size: 11px;
                    color    : inherit;
                }
                .back-link-to-type {
                    font-size: 15px;
                    font-weight:bold;
                }
                .top-icn-arw-left{
                    width: 15px;
                    height: 10px;
                }
                #container-rent,
                #container-buy {
                    cursor: pointer;
                    position: relative;
                    bottom: 8px;
                    left: 78px;
                }
.search_detail_main {
    margin-bottom: -15px;
    margin-top: 25px;
}
.search_detail_class {
    padding: 0 5px;
    text-align: center;
}
.search_detail_spacer {
    width: 100%;
}
.bkntype__list{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(133px, 1fr));
    grid-auto-flow: dense;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
}
    .bkntype__items-rent {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
        color: var(--gray-text);
        position: relative;
        text-align: center;
    }
    .bkntype__items-rent:not(:last-of-type) {
        border-right: 1px solid var(--border-color);
    }
    .bkntype__items-rent:hover {
        cursor: pointer;
    }
    .bkntype__items-rent.is-active {
        font-weight: bold;
        color: var(--sub-color);
    }
    .bkntype__items-rent.is-active::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: var(--sub-color);
        top: -10px;
        left: 0;
    }
    .bkntype__items-buy {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 10px;
        color: var(--gray-text);
        position: relative;
        text-align: center;
    }
    .bkntype__items-buy:not(:last-of-type) {
        border-right: 1px solid var(--border-color);
    }
    .bkntype__items-buy:hover {
        cursor: pointer;
    }
    .bkntype__items-buy.is-active {
        font-weight: bold;
        color: var(--main-color);
    }
    .bkntype__items-buy.is-active::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: var(--main-color);
        top: -10px;
        left: 0;
    }
/* #
--------------------------- */
.search__rent .search-tag--wrap{
    background-color: var(--sub-light-color);
}
.search-tag--wrap {
    background-color: var(--main-light-color);
}
.search-tag--wrap + .search-tag--wrap {
    border-top: solid 2px var(--main-heighlight-color);
}
.search-tag {
    display: flex;
    gap    : 12px;
    padding: 20px 0;
    width: 800px;
    margin-inline: auto;
}
    .search-tag__list {
        display  : flex;
        gap      : 6px;
        flex-wrap: wrap;
    }
        .search-tag__ttl {
            min-width: 154px;
            margin: 7px 0 0;
            font-size  : 15px;
            font-weight: bold;
            color      : var(--light-text-color);
            text-align: right;
        }

/* #
--------------------------- */
.inner-nav {
    width: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    white-space: nowrap;
}
.inner-nav[data-search]{
    z-index: 1;
}
.inner-nav.is-flow {
    width: 100%;
    position: absolute;
    top     : 0;
    left    : 0;
    transform: translateX(-100%);
    transition: .5s ease ;
}
.inner-nav.is-flow.is-show {
    transform: translate(0);
}
    .inner-nav__heading {
        display        : flex;
        align-items    : center;
        justify-content: space-between;
        padding: 0 0 0 10px;
    }
        .inner-nav__ttl {
            margin: 3px 0 0;
            font-size  : 12px;
            font-weight: bold;
            color      : var(--sub-color);
        }
        .inner-nav__cross {
            padding: 12px;
        }
            .inner-nav__cross svg {
                width: 7px;
                height: 7px;
                fill: var(--gray-text);
            }

.l-main .ui-narrow-section {
    padding-block: 60px;
}
.l-main .ui-mid-section {
    padding-block: 60px;
    width: 940px;
    margin-inline: auto;
}
/* リスト
--------------------------- */
.inner-list__link {
    border-top: 1px solid #ECEFF1;
    width: 100%;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 13px;
}
    .inner-list__link > svg {
        width: 7px;
        height: 10px;
        fill: var(--main-color);
    }
        .inner-nav__left {
            display    : flex;
            gap        : 5px;
            align-items: center;
            font-size: inherit;
        }
            .inner-nav__left svg {
                width: 15px;
                height: 15px;
                fill: var(--dark-color);
            }

/* 種別
--------------------------- */
.inner-type {
    display              : grid;
    gap                  : 7px;
    grid-template-columns: repeat(auto-fit, minmax(131px, 1fr));
    padding: 0 10px 10px;
}
    .inner-type__link {
        border: 1px solid var(--border-color);
        border-radius: 6px;
        display        : flex;
        gap            : 5px;
        align-items    : center;
        flex-direction : column;
        justify-content: center;
    }
        .inner-type__link svg {
            width: 24px;
            height: 24px;
        }

/*-------------------------------------------------------------------------
ニュース
-------------------------------------------------------------------------*/
.ui-narrow-section__news {
    width: var(--screen-size);
    background-color: #fff;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    margin-bottom: 30px;
    max-height: 400px;
    overflow: hidden scroll;
}
.ui-section__news__pattern2 {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.ui-type-title__news {
    margin: 0 0 7px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    position: relative;
}
    .ui-section__news__pattern2 .ui-narrow-section__news__pattern2 {
        background-color: #fff;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        margin-bottom: 30px;
        max-height: 400px;
        overflow: hidden scroll;
    }
        .ui-section__news__pattern2 .main_table .th {
            width: 110px;
        }
        .ui-section__news__pattern2 .main_table .td {
            width: 450px;
        }
        .ui-section__news__pattern2 .main_table .td .history_label {
            width: fit-content;
        }

    .ui-narrow-section__news__pattern2::-webkit-scrollbar {
        width: 10px;
    }

    .ui-narrow-section__news__pattern2::-webkit-scrollbar-thumb {
        background-color: var(--border-color);
        border-radius: 10px;
    }

.ui-section-space {
    padding-block: 60px;
}
.main_table {
    margin-inline: auto;
    border-collapse: collapse;

    .tr {
        border-bottom: 1px dashed #DCDCDC;
    }

    .th {
        border: 0 none;
        font-size: 90%;
        font-weight: normal;
        padding: 24px 10px;
        vertical-align: top;
        width: 150px;
    }

    .td_category {
        width: 150px;
    }

    .td {
        border: 0 none;
        padding: 18px 0;
        display: block;
        width: 800px;

        .history_title {
            font-size: 20px;
            font-weight: bold;
            margin: 0 0 10px 0;
        }
    }
}

.history_category {
    margin-top: 5px;

    .history_label {
        min-width: 113px;
        padding: 4px;
        border: 1px solid var(--main-color);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -2px 20px 0 0;
        font-size: 13px;
        color: var(--main-color);
        background-color: #fff;
        line-height: 1;
    }
}


/*-------------------------------------------------------------------------
アピールエリア
-------------------------------------------------------------------------*/

.appeal {
    background-color: var(--main-color);
    padding: 1px 0 120px;
}
.appeal :is(.ui-type-title, .ui-title--left, .ui-title--center){
    color: #fff;
}
.appeal .ui-section-btn {
    border-color: #fff;
    background-color: rgba(255,255,255,.15);
    color: #fff;
}

/*-------------------------------------------------------------------------
フルスクリーンのスライダーのLAYOUT
-------------------------------------------------------------------------*/

.md-full-screen-slider {
    overflow: hidden;
    padding-block: 60px;
}
.md-full-screen-slider:last-child {
    margin-bottom: 0;
}
    .md-full-screen-slider__section {
        width: calc(1200px - 30px);
        margin: 0 auto;
    }
    .md-full-screen-slider__list {
        margin: 0 0 40px;
    }
    .md-full-screen-slider__list.md-slider__osusume {
        width: calc(1200px - 30px);
        margin: 0 auto 40px;
    }
    .appeal .md-full-screen-slider__list:last-child {
        margin-bottom: 0;
    }
        .md-full-screen-slider__items {
            width: 293px;
            padding: 0 15px;
        }

/*-------------------------------------------------------------------------
カード型物件
-------------------------------------------------------------------------*/

.md-bkn-card {
    width: 263px;
    display: block;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}
    .md-bkn-card__head {
        display: grid;
    }
        .md-bkn-card__img,
        .md-bkn-card__over {
            grid-area: 1 / -1;
        }
        .md-bkn-card__img {
            height: 160px;
        }
        .md-bkn-card__over {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
            .md-bkn-card__label,
            .md-bkn-card__price {
                align-self: flex-start;
            }
            .md-bkn-card__label {
                background-color: #fff;
                border: 1px solid #78909C;
                border-radius: 50px;
                margin: 10px 0 0 10px;
                padding: 1px 10px;
                font-size: 10px;
            }
            .md-bkn-card__price {
                background-color: var(--bg-dark-transparent);
                display    : flex;
                align-items: baseline;
                padding: 8px 10px 2px;
                font-size: 15px;
                color    : #fff;
            }
                .md-bkn-card__price span {
                    margin: -3px 0 0;
                    font-size: 24px;
                    color    : inherit;
                    line-height: 1;
                }
    .md-bkn-card__info {
        padding: 5px 10px 12px;
    }
    .popular .md-bkn-card__info {
        padding: 0 10px 5px;
    }

        .md-bkn-card__between {
            display        : flex;
            justify-content: space-between;
            margin: 0 0 2px;
        }
            .md-bkn-card__price-down {
                display: flex;
                gap: 10px;
            }
            .md-bkn-card__favorite {
                margin: -22px 0 0;
            }
            .price-down {
                display: inline-block;
                margin: 0 0 3px;
                padding: 1px 5px 0;
                border: 1px solid var(--strong-color);
                font-size: 12px;
                color: var(--strong-color);
            }
    
        .md-bkn-card__point {
            margin: 0 0 1px;
            font-size  : 13px;
            color    : var(--gray-text);
            text-overflow: ellipsis;
            overflow     : hidden;
            white-space  : nowrap;
        }
            .md-bkn-card__point br {
                display: none;
            }
        .md-bkn-card__name {
            margin: 0 0 5px;
            font-size: 13px;
            font-weight: bold;
            text-overflow: ellipsis;
            overflow     : hidden;
            white-space  : nowrap;
        }
        .md-bkn-card__text {
            font-size: 13px;
        }

/* スライダー高さを揃える
--------------------------- */
.md-full-screen-slider__list .slick-track {
    display: flex;
}
.md-full-screen-slider__list :is(.md-full-screen-slider__items, .md-bkn-card){
    height: 100%;
}

/* スライダー用
--------------------------- */
.md-full-screen-slider__list .slick-list {
    overflow: visible;
}

/*-------------------------------------------------------------------------
リスト型物件
-------------------------------------------------------------------------*/

.md-bkn {
    display              : grid;
    gap                  : 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 40px;
}
    .md-bkn__items {
        min-width: 200px;
    }
        .md-bkn__link {
            display: block;
        }
        .md-bkn__img {
            height: 185px;
            margin: 0 0 8px;
            position: relative;
        }
            .md-bkn__img img {
                position: relative;
                z-index: 0;
            }
            .md-bkn__swtich {
                position: absolute;
                bottom  : 6px;
                right   : 6px;
                z-index : 1;
            }
        .md-bkn__address {
            text-overflow: ellipsis;
            overflow     : hidden;
            white-space  : nowrap;
            font-size: 15px;
        }
        .md-bkn__floor {
            margin: 1px 0 -2px;
            font-size: 17px;
        }
        .md-bkn__price {
            display: flex;
            align-items: baseline;
            font-size  : 16px;
        }
            .md-bkn__price span {
                font-size  : 21px;
                font-weight: bold;
            }

/*-------------------------------------------------------------------------
よく見られる物件
-------------------------------------------------------------------------*/

.popular {
    padding: 50px 30px 60px;
}
[data-tab-contents][aria-hidden="true"].popular {
    padding: 0;
}
.md-tab {
    margin-bottom: 20px;
    box-shadow: none;
    position: relative;
}
.md-tab::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: var(--bg-light-gray);
    position: absolute;
    bottom: 0;
    left: 0;
}

.popular:last-child,
.ui-section-inner .popular {
    margin-block: 0;
}
    .popular__ttl {
        margin: 0 0 25px;
        font-size  : 20px;
        font-weight: bold;
        text-align: center;
    }
    .popular__list {
        display        : flex;
        gap            : 30px;
        justify-content: center;
    }
        .popular__items {
            width: 204px;
            counter-increment: rank;
            position: relative;
        }
        .popular__items:before {
            content: counter(rank);
            width: 27px;
            height: 27px;
            border-radius: 50%;
            display    : grid;
            place-items: center;
            position: absolute;
            top     : -10px;
            left    : -10px;
            font-weight: bold;
            color      : #fff;
            z-index    : 1;
        }
        .popular__items:first-child:before             { background-color: var(--rank1);}
        .popular__items:nth-child(2):before            { background-color: var(--rank2);}
        .popular__items:nth-child(3):before            { background-color: var(--rank3);}
        .popular__items:not(:nth-child(-n + 3)):before { background-color: var(--rank-under);}

            .popular__img {
                height: 153px;
                margin: 0 0 6px;
            }
            .popular__text {
                text-overflow: ellipsis;
                overflow     : hidden;
                white-space  : nowrap;
            }
            .md-bkn-recommend__label {
                position: absolute;
                background-color: #fff;
                border: 1px solid #78909c;
                border-radius: 50px;
                margin: 10px 0 0 10px;
                padding: 1px 10px;
                font-size: 10px;
                z-index: 1;
            }
            .md-bkn-popular__label {
                position: absolute;
                background-color: #fff;
                border: 1px solid #78909c;
                border-radius: 50px;
                top: 126px;
                right: 10px;
                padding: 1px 10px;
                font-size: 10px;
                z-index: 1;
            }
            .md-members-only-info .md-top-popular-btn {
                width: 190px;
                height: 39px;
                font-size: 12px;
                padding-left: 10px;
            }
            .md-members-only-info .md-top-kodawari-btn {
                width: 243px;
                height: 39px;
                font-size: 16px;
                padding-left: 10px;
            }

/*-------------------------------------------------------------------------
新着物件動画
-------------------------------------------------------------------------*/

.newbknmovie-section {
    height: auto;
    padding: 50px 0 60px;
}
.newbknmovie__list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.newbknmovie__list {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.newbknmovie-section:last-child {
    margin-block: 0;
}
.newbknmovie_p {
    margin-bottom: 10px;
}
.newbknmovie__items {
    width: 204px;
    counter-increment: rank;
    position: relative;
    text-align: center;
}
.newbknmovie__link {
    display: block;
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*-------------------------------------------------------------------------
無料会員サービスのご案内
-------------------------------------------------------------------------*/

.guide {
    display: grid;
    position: relative;
    margin-block: 80px;
}

/* CARD
--------------------------- */
.guide__card {
    width: 500px;
    background-color: #fff;
    border: 1px solid var(--border-color);
    box-shadow: var(--box-shadow);
    border-radius: 8px;
    margin: auto;
    padding: 40px 80px;
    position: relative;
    grid-area: 1 / 1;
}
    .guide__text {
        margin: 0 0 8px;
        text-align: center;
        white-space: nowrap;
    }
    .guide__counter {
        display        : flex;
        gap            : 10px;
        align-items    : center;
        justify-content: center;
        margin: 0 0 16px;
    }
        .guide__list {
            display    : flex;
            gap        : 3px;
            align-items: center;
        }
            .guide__ttl,
            .guide__num {
                font-size: 12px;
            }
                .guide__num span {
                    font-size  : 18px;
                    font-weight: bold;
                }
                .guide__list:last-child .guide__num span {
                    color: var(--strong-color);
                }
        .guide__arw {
            display: flex;
            gap    : 5px;
        }
            .guide__arw svg {
                width: 16px;
                height: 7px;
                fill: var(--main-color);
            }
    .guide__form > * + * {
        margin: 16px 0 0;
    }
        .guide__form legend {
            margin: 0 0 2px;
            font-size: 12px;
            color    : var(--light-text-color);
        }
        .guide__form .ui-login-regist-btn {
            width: 100%;
        }

/* 物件
--------------------------- */
.guide__slider-wrap {
    overflow: hidden;
    grid-area: 1 / 1;
    padding: 100px 0 0;
}
    .guide__slider {
/*        width: 1000px;*/
        width: calc(600px + 38px);
        margin: auto;
    }
    .guide__slider .slick-list {
        overflow: visible;
    }
    .guide-bkn {
        width: 300px;
        height: 289px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: var(--box-shadow);
        margin: 0 0 10px;
        overflow: hidden;
    }
        .guide-bkn__img {
            height: 225px;
            margin: 0 0 12px;
        }
        .guide-bkn__text1,
        .guide-bkn__text2 {
            height: 12px;
            background-color: var(--bg-light-gray);
            margin-left: 12px;
        }
        .guide-bkn__text1 {
            width: 140px;
            margin-bottom: 8px;
        }
        .guide-bkn__text2 {
            width: 71px;
        }

/*-------------------------------------------------------------------------
お客様の声
-------------------------------------------------------------------------*/

.customer-voice {
    width: var(--screen-size);
    margin-inline: auto;
    padding: 50px 0;
}

/*パターン１
--------------------------- */
.md-voice {
    margin: 0 0 40px;
}
.md-voice > * + * {
    margin: 20px 0 0;
}
    .md-voice__items {
        display    : flex;
        gap        : 10px;
        align-items: center;
    }
        .md-voice__thum {
            width: 100px;
            height: 100px;
        }
        .md-voice__thum-big {
            width: 200px;
            height: 200px;
        }
        .md-voice__link {
            flex: 1;
            background-color: var(--main-light-color);
            border-radius: 8px;
            padding: 20px;
            display        : flex;
            gap            : 20px;
            align-items    : center;
            justify-content: space-between;
        }
            .md-voice__name {
                margin-bottom: 3px;
                font-size: 16px;
                font-weight: 700;
                color      : var(--light-text-color);
            }
            .md-voice__link svg {
                min-width: 13px;
                width: 13px;
                height: 13px;
                fill: var(--main-color);
            }

/*-------------------------------------------------------------------------
トップオリで使用していると思われるお客様の声用
-------------------------------------------------------------------------*/
.md-voice__name-2 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    color      : var(--light-text-color);
    white-space: nowrap;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.md-voice__link-img-main {
    flex: 1;
    background-color: var(--main-light-color);
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0 0 0;
    display        : flex;
    gap            : 20px;
    align-items    : center;
    justify-content: space-between;
}
.md-voice__link-img-main svg {
    min-width: 13px;
    width: 13px;
    height: 13px;
    fill: var(--main-color);
}
.md-voice-pattern2 {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 58px;
    width:1140px;
}
.customer_voice-card {
    height: 260px;
    width: 360px;
}
dd.md-voice__text-pattern2 {
    height: 124px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;
}
.customer-voice {
    padding: 50px;
    margin-inline: auto;
    width: 1240px;
}


/*-------------------------------------------------------------------------
任意
-------------------------------------------------------------------------*/

.feature {
    margin-block: 40px 80px;
    padding: 40px;
}
.feature.is-bg-color {
    background-color: var(--main-light-color);
    position: relative;
}
    .feature__list {
        display        : flex;
        gap: 40px;
        justify-content: center;
    }

/* 重なり合う
--------------------------- */
.feature__link {
    display: grid;
}
    .feature__img,
    .feature__contents {
        grid-area: 1 / -1;
    }
    .feature__img {
        width: 255px;
        height: 170px;
        margin: 0 40px 0 0;
    }
        .feature__img img {
            width: 100%;
        }
    .feature__contents {
        display        : flex;
        align-items    : flex-end;
        justify-content: flex-end;
        padding: 0 0 20px;
    }
        .feature__heading {
            width: 80%;
            background-color: #fff;
            border-radius: 6px;
            padding: 9px 10px 7px 15px;
            display        : flex;
            gap            : 10px;
            align-items    : center;
            justify-content: space-between;
        }
        .feature__card .feature__heading {
            width: 100%;
        }
            .figure__ttl {
                font-size  : 19px;
                font-weight: bold;
                line-height: 1.36;
                overflow          : hidden;
                display           : -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
            }
            .figure__more {
                display    : flex;
                gap        : 5px;
                align-items: center;
                font-size  : 12px;
                font-weight: bold;
                color      : var(--sub-color);
            }
                .figure__more svg {
                    width: 28px;
                    height: 28px;
                    fill: var(--sub-color);
                }

/* ２段カード
--------------------------- */
.feature__card {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}
    .figure__card-img {
        height: 45vw;
    }

/* カード（要素が重なる）
--------------------------- */
.overlap-card {
    display: grid;
}
    .overlap-card__img,
    .overlap-card__contents {
        grid-area: 1 / -1;
    }
    .overlap-card__img {
        height: 37vw;
    }
    .overlap-card__contents {
        background-color: rgba(69,90,100,.5);
        display        : flex;
        gap            : 20px;
        align-items    : center;
        justify-content: space-between;
        padding: 0 19px 0 30px;
    }
        .overlap-card__ttl {
            font-size  : 26px;
            font-weight: bold;
            color      : #fff;
            line-height: 1.1;
            overflow          : hidden;
            display           : -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .overlap-card__arw svg {
            width: 31px;
            height: 31px;
            fill: #fff;
        }

/*-------------------------------------------------------------------------
その他
-------------------------------------------------------------------------*/

.banner-list {
    display        : flex;
    gap            : 40px;
    flex-wrap      : wrap;
    justify-content: center;
}
    .banner-list a {
        max-width: 800px;
        margin: 30px 0;
    }
.banner-items {
    text-align: center;
}
.movie-item iframe {
    width: 100%;
    height: 458px;
}
.line-btn {
    width: 100%;
    margin: auto;
    font-size  : 20px;
    font-weight: bold;
    color      : #fff;
}
.banner-group-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin : 30px auto;
    gap: 10px 10px;
}
.columns1 .banner-group-list {
    min-width: 510px;
    display: flex;
    justify-content: center;
}
.columns2 .banner-group-list {
    width: 480px;
}
.columns2 .banner-group-list:nth-child(2n+1) {
    text-align: right;
}
.columns2 .banner-group-list:nth-child(2n) {
    text-align: left;
}
.columns3 .banner-group-list {
    width: 310px;
}
.columns3 .banner-group-list:nth-child(3n+1) {
    text-align: right;
}
.columns3 .banner-group-list:nth-child(3n+2) {
    text-align: center;
}
.columns3 .banner-group-list:nth-child(3n) {
    text-align: left;
}
.columns2 .banner-group-list.last-line,
.columns3 .banner-group-list.last-line {
    text-align: center;
}

/*-------------------------------------------------------------------------
ブログ
-------------------------------------------------------------------------*/

.blog__list {
    display: grid;
    gap    : 30px;
    grid-template-columns: 247px 247px 247px;
    margin: 0 0 30px;
}
    .blog__list li {
        background-color: #fff;
        box-shadow: var(--box-shadow);
        border-radius: 8px;
        overflow: hidden;
    }
        .blog__card {
            display: block;
            overflow: hidden;
        }
            .blog__img {
                height: 139px;
            }
            .blog__info {
                padding: 10px;
            }
                .blog__between {
                    display        : flex;
                    align-items    : center;
                    justify-content: space-between;
                    margin: 0 0 7px;
                }
                    .blog__tag {
                        background-color: var(--bg-dark-transparent);
                        padding: 3px;
                        font-size: 12px;
                        color    : #fff;
                        line-height: 1;
                    }
                    .blog__time time {
                        font-size: 12px;
                        color    : var(--light-text-color);
                    }
                .blog__text {
                    font-weight: bold;
                }
.blog__tag-list {
    width: 400px;
    margin: 0 auto 50px;
    display        : flex;
    gap            : 6px;
    flex-wrap      : wrap;
    justify-content: center;
}
    .blog__tag-list a {
        padding: 0 12px;
    }

.search_detail_method-rent,
.search_detail_method-buy {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/*-------------------------------------------------------------------------
こだわりタブ
-------------------------------------------------------------------------*/
.ui-narrow-section__bkntab {
    width: var(--screen-size);
    margin-inline: auto;
}
.md-tab.kodawaritab,
.md-tab.blogtab {
    justify-content: space-between;
    align-items: normal;
}
.md-tab__items.kodawaritab,
.md-tab__items.blogtab {
    width: 100%;
}
.md-bkntab {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 0 40px;
}
[data-kodawaritab-contents][aria-hidden="true"],
[data-blogtab-contents][aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

[data-kodawaritab-contents][aria-hidden="false"],
[data-blogtab-contents][aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    height: auto;
}

/*-------------------------------------------------------------------------
緊急対応の為後ほど改めて修正後削除します
-------------------------------------------------------------------------*/

.about .ui-hgroup {
    margin: 0 0 30px;
}
.about hgroup .ui-title--center {
    margin: 0;
}
.about hgroup .ui-sub-title {
    position: static;
}

/*-------------------------------------------------------------------------
コンテンツ
-------------------------------------------------------------------------*/
.section__contents-link {
    .link-menu {
        display: flex;
        justify-content: center;
    }

    .link-menu__btn {
        margin: 0 15px;
        width: 400px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F9FAFB;
        box-shadow: 0 3px 6px rgba(0, 40, 93, .12);
        border: 1px solid var(--main-color);
        border-radius: 8px;
        position: relative;
        overflow: hidden;
        font-size: 24px;
        font-weight: bold;
        color: #222;
        text-decoration: none;
    }
    .link-menu__btn:after {
        content: "";
        border-width: 30px 30px 0px 0;
        border-style: solid;
        border-color: transparent var(--main-color) transparent transparent;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .link-menu__arw {
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        position: absolute;
        bottom: 7px;
        right: 10px;
        z-index: 1;
        transform: rotate(45deg);
    }
}

/* パターン2 */
.section__contents-link02 {
    .link-menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .link-menu__btn {
        width: 400px;
        height: 90px;
        padding: 15px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        box-shadow: var(--box-shadow);
        border: 4px solid var(--white);
        border-radius: 6px;
        background-color: var(--main-color);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .link-menu__arw {
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 16px;
        margin: auto;
        transform: rotate(45deg);
    }
}

/* パターン3 */
.section__contents-link03 {
    .link-menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .link-menu__btn {
        width: 400px;
        height: 100px;
        padding: 15px 25px 15px 15px;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        box-shadow: var(--box-shadow);
        border: 4px solid var(--white);
        outline: 1px solid var(--main-color);
        background-color: var(--main-color);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .link-menu__arw {
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 12px;
        margin: auto;
        transform: rotate(45deg);
    }
}

/* パターン4 */
.section__contents-link04 {
    .link-menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .link-menu__btn {
        width: 400px;
        height: 100px;
        padding: 15px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        border: 1px solid var(--text-color);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .link-menu__btn:hover {
        opacity: 1;
    }
        .link-menu__btn::before {
            content: "";
            background-color: var(--main-blur-cover-color);
            width: 100%;
            z-index: -1;
            position: absolute;
            height: 100%;
            top: 9px;
            left: 9px;
            transition: 0.2s;
        }
        .link-menu__btn:hover::before {
            top: 0;
            left: 0;
        }
    
    .link-menu__arw {display: none;}
}

/*-------------------------------------------------------------------------
更新情報
-------------------------------------------------------------------------*/

.main_table a {
    color: #07519A;
    text-decoration: none;
}
.main_table a:hover {
    color: #CC0000;
    text-decoration: underline;
}
