/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/
.sitetop__contents {
    margin-block: 60px;
}
.sitetop__contents--center {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.ui-top-section {
    padding: 48px 20px
}

:root {
    --box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.l-main {
    padding-bottom: 0;
}
.ui-scroll {
    width: calc(100% + 40px);
    display: flex;
    gap: 12px;
    margin: 0 0 0 -20px;
    padding: 7px 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
}

/*-------------------------------------------------------------------------
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;
}


/*-------------------------------------------------------------------------
UI
-------------------------------------------------------------------------*/

/* 見出し
--------------------------- */
.ui-hgroup {
    margin: 0 0 13px;
}
.ui-sub-title {
    font-size: 12px;
    font-weight: 400;
    color: var(--main-color)!important;
    letter-spacing: 3px;
    text-align: center;
}
.ui-type-title {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 700;
}
.ui-hgroup .ui-type-title {
    margin: 0;
}
.ui-type-mark {
    font-size: 14px;
    color: var(--light-text-color);
    border: 1px solid var(--light-text-color);
    border-radius: 50px;
    margin: -3px 0 0;
    padding: 1px 10px 0
}

/* #
--------------------------- */
.ui-section-btn {
    width: 210px;
    padding: 20px 16px;
    color: var(--sub-font-color);
    background-color: var(--sub-color);
}

a.ui-section-btn.bkn__more-link {
    text-align: center;
    min-width: 210px;
    width: fit-content;
}

/* #
--------------------------- */
.search-tag {
    padding: 20px;
}
.search-tag > * + * {
    margin: 12px 0 0;
}
.search-tag__ttl {
    margin: 0 0 8px;
    font-weight: 700;
}
.search-tag__list {
    width: calc(100% + 40px);
    display: flex;
    gap: 4px;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0 0 -20px;
    padding: 0 20px;
}
.search-tag__list::-webkit-scrollbar {
    display: none;
}

/* ページ全体のタブ切り替え用
--------------------------- */
[data-tab-contents][aria-hidden="true"] {
    display: none
}

/* カード
--------------------------- */
.ui-card {
    background-color: #fff;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    padding: 10px;
}

/* 会員物件
--------------------------- */
.md-members-only-img__center svg {
    width: 200px;
    height: 130px;
}
.module__rankingBkn .md-members-only-img__center svg {
    width: 200px;
    height: 100px;
}
.module__rankingBkn .md-members-only-img__center.--large svg {
    height: 150px;
}
.module__rankingBkn .md-members-only-img__center.--small svg {
    height: 80px;
}
.md-members-only-info-btn {
    padding: 15px;
}
.md-members-only-bg__large {
    height: 150px;
}

/* メイン画像のmargin-bottomだけ打ち消す */
.ui-fit-img.ui-full-screen {
    margin-bottom: 0!important;
}

/* バナー
--------------------------- */
.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;
}
.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;
}

/* 動画
--------------------------- */
.movie-item iframe {
    width: 100%;
    height: 458px;
}

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

.section__contents-link .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;
}
.section__contents-link .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;
}
.section__contents-link .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;
}

.section__contents-link02 .link-menu__btn {
    width: 400px;
    height: 90px;
    padding: 15px;
    color: var(--main-font-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-shadow: var(--box-shadow);
    border: 4px solid var(--main-font-color);
    border-radius: 6px;
    background-color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section__contents-link02 .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;
}

.section__contents-link03 .link-menu__btn {
    width: 400px;
    height: 100px;
    padding: 15px 25px 15px 15px;
    color: var(--main-font-color);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    box-shadow: var(--box-shadow);
    border: 4px solid var(--main-font-color);
    outline: 1px solid var(--main-color);
    background-color: var(--main-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section__contents-link03 .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;
}

.section__contents-link04 .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;
    color: #fff;
}
.section__contents-link04 .link-menu__btn:hover {
    opacity: 1;
}
.section__contents-link04 .link-menu__btn::before {
    content: "";
    background-color: var(--main-color);
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 9px;
    left: 9px;
    transition: 0.2s;
}
.section__contents-link04 .link-menu__btn:hover::before {
    top: 0;
    left: 0;
}

.section__contents-link04 .link-menu__arw {display: none;}

/*-------------------------------------------------------------------------
会員登録バナー
-------------------------------------------------------------------------*/
.members-banner-article {
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}
.members-banner {
    display: flex;
    background: #fff;
    align-items: center;
    width: 100%;
    min-width: 800px;
    max-width: 1200px;
    line-height: 1;
    border: 1px solid var(--main-color);
    border-radius: 8px;
    overflow: hidden;
    height: 180px;
    box-sizing: border-box;
    transition: .2s;
    cursor: pointer;
}

.members-banner:hover {
    opacity: .8;
    box-shadow: var(--box-shadow);
    box-shadow: 0 3px 6px rgba(38, 50, 56, .18);
}


.members-banner__first-box {
    display: flex;
    align-items: center;
    justify-content: end;
    align-self: stretch;
    white-space: nowrap;
    background: url(/images/index/image_member-banner.png) no-repeat -68px -59px var(--main-color);
    background-size: 58%;
    line-height: 1.1;
    padding: 0 32px 6px 0;
    color: #fff;
    font-size: 63px;
    font-weight: bold;
    width: 50%;

}

.members-banner__last-box {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 6px;
}

.members-banner__count-block {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid var(--main-color);
    text-align: center;
    margin: 12px 0 0;
}



.members-banner__count-box {
    display: block;
    padding: 8px 0 16px 0;
    font-size: 32px;
}

.members-banner__count-box .is-sm {
    font-size: 24px;
}

.members-banner__count-box svg {
    width: 24px;
    height: 24px;
    fill: var(--main-color);
}

.members-banner__count-box strong {
    color: var(--strong-color);
    font-size: 54px;
}

.members-banner__count-box strong span {
    color: black;
    font-size: 32px;
}

.members-banner__addition {
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
    line-height: 1;
    padding: 16px 0;
}

.members-banner__login {
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--point-color);
    text-align: center;
    color: #fff;
    height: 156px;
    width: 156px;
    border-radius: 50%;
}

.members-banner__login strong {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: var(--sub-font-color);
}

.members-banner__login .sub {
    font-size: 15px;
    display: inline-flex;
}

.members-banner__login .sub strong {
    font-size: inherit;
}

.members-banner__login .arrow {
    margin: 2px 0 -2px;
}

@media (max-width: 1200px) {
    .members-banner {
        height: auto;
    }

    .members-banner__first-box {
        font-size: 6.4vw;
        background: url(/images/index/image_member-banner.png) no-repeat -13vw -5vw var(--main-color);
        background-size: 69%;
        padding: 0 2vw .8vw 0;
    }

    .members-banner__count-block {
        font-size: 2.1vw;
        white-space: nowrap;
    }

    .members-banner__count-box {
        font-size: 4vw;
    }

    .members-banner__count-box .is-sm {
        font-size: 2.4vw;
    }

    .members-banner__count-box strong {
        font-size: 5vw;
    }

    .members-banner__count-box strong span {
        font-size: 3.6vw;
    }

    .members-banner__addition {
        font-size: 1.8vw;
    }

    .members-banner__login {
        width: 16vw;
        height: 16vw;
        margin: 6px 0;
    }

    .members-banner__login strong {
        font-size: 3.4vw;
    }
}
