@charset "utf-8";
/*!--スライダーとリスト レイアウト--*/
.box_SliderListGirl_rank .list_girl .box_girl {
    position: relative;
    display: block;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        height: 370px;
    }
}

.box_SliderListGirl_rank .box_SliderGirl,
.box_SliderListGirl_rank .box_Listgirl {
    width: 100%;
    height: 100%;
}

.box_SliderListGirl_rank .box_SliderGirl {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.box_SliderListGirl_rank .box_Listgirl .li_girl {
    position: relative;
    width: 18%;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_SliderGirl {
        height: 370px;
        width: 28%;
    }

    .box_SliderListGirl_rank .box_Listgirl {
        height: 370px;
        width: 71%;
    }

    .box_SliderListGirl_rank .box_Listgirl .li_girl {
        width: 19%;
    }
}


/*--スライド＆リスト共通設定--*/
.box_SliderListGirl_rank .list_girl .box_girl--inf {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.7);
    color: var(--c_white);
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    line-height: 1;
}

/*-テキスト-デフォルト-*/
.box_SliderListGirl_rank .list_girl .box_girl--inf .txt {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_SliderListGirl_rank .list_girl .box_girl--inf .txt--name--age {
    display: block;
}

.box_SliderListGirl_rank .list_girl .box_girl--inf .txt--name,
.box_SliderListGirl_rank .list_girl .box_girl--inf .txt--age {
    display: inline;
}

/*アイコン　ランキング*/
.box_SliderListGirl_rank .list_girl .icon_list--rank {
    position: absolute;
    max-height: none;
    z-index: 999;
    width: 35%;
    max-width: 80px;

    position: absolute;
    right: 2px;
    bottom: 2px;
}

.box_SliderListGirl_rank .box_SliderGirl .list_girl .icon_list--rank {
    bottom: 1.2em;
}


@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .list_girl .icon_list--rank,
    .box_SliderListGirl_rank .box_SliderGirl .list_girl .icon_list--rank {
        position: absolute;
        left: 10px;
        bottom: 24px;
        margin-left: 0;
        max-height: none;
        z-index: 999;
    }
}

/*-アイコン-新人-*/
.box_SliderListGirl_rank .list_girl .icon_list--new {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 15px;
    top: 5px;
    left: 5px;
}

.box_SliderListGirl_rank .list_girl .icon_list--new img {
    width: 100%;
}


/*!--スライダー--*/
.box_SliderListGirl_rank .box_SliderGirl {
    margin-bottom: 0.25em;
}

/*SlickSlider設定 準備前のスライド表示を消す*/
.box_SliderListGirl_rank .box_SliderGirl .list_girl {
    display: none;
}

.box_SliderListGirl_rank .box_SliderGirl .list_girl.slick-initialized {
    display: block;
}


.box_SliderListGirl_rank .box_SliderGirl .li_girl {
    width: 100%;
}



/*写真*/
.box_SliderListGirl_rank .box_SliderGirl .box_girl--photo {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_SliderGirl .box_girl--photo {
        display: block;
    }
}


.box_SliderListGirl_rank .box_SliderGirl .li_girl .box_img {
    position: relative;
    /* width: 80%; */
    /* max-width: 225px; */
    height: 100%;
    max-height: 55vh;
    /* min-height: 300px; */
}

.box_SliderListGirl_rank .box_SliderGirl .box_img .img--girl--photo {
    /* width: 100%; */
    height: 100%;
    /* min-height: 300px; */
    object-fit: cover;
    object-position: top center;
}


@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_SliderGirl .li_girl .box_img,
    .box_SliderListGirl_rank .box_SliderGirl .li_girl {
        width: 100%;
        height: 370px;
        max-width: none;
        max-height: none;
        /* min-height: none; */
    }

    .box_SliderListGirl_rank .box_SliderGirl .box_img .img--girl--photo {
        width: 100%;
        height: 370px;
        max-width: none;
        max-height: none;
        /* min-height: none; */
        object-fit: cover;
    }
}

/*テキスト*/
.box_SliderListGirl_rank .box_SliderGirl .box_girl--inf {
    font-size: var(--fs_n);
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_SliderGirl .box_girl--inf {
        position: absolute;

        font-size: var(--fs_n);
    }
}

.box_SliderListGirl_rank .box_SliderGirl .box_girl--inf .box--txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;

    justify-content: center;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_SliderGirl .box_girl--inf .box--txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

    }
}

/*左右矢印*/
.box_SliderListGirl_rank .box_SliderGirl .slide__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

    color: rgb(252, 132, 246);
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease;
    will-change: opacity;
    font-size: 3em;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.box_SliderListGirl_rank .box_SliderGirl .slide__arrow:active {
    color: #ffffff;
}

.box_SliderListGirl_rank .box_SliderGirl .slide__arrow--pre {
    left: 10px;
}

.box_SliderListGirl_rank .box_SliderGirl .slide__arrow--next {
    right: 10px;
}

/*--リスト--*/
.box_SliderListGirl_rank .box_Listgirl .list_girl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-line-pack: justify;
    align-content: space-between;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*PC-SP表示数変化*/
.box_SliderListGirl_rank .box_Listgirl .li_girl:nth-child(n+6) {
    display: none;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_Listgirl .li_girl:nth-child(n+6) {
        display: block;
    }
}

/*写真*/
.box_SliderListGirl_rank .box_Listgirl .list_girl .box_girl--photo img {
    width: 100%;
}

/*テキスト*/
.box_SliderListGirl_rank .box_Listgirl .box_girl--inf .box--txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_Listgirl .box_girl--inf .box--txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.box_SliderListGirl_rank .box_Listgirl .list_girl .box_girl--inf .txt {
    font-size: var(--fs_s);
    line-height: 1.1em;
    /*0.6emvar(--fs_s);*/
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_rank .box_Listgirl .list_girl .box_girl--inf .txt {
        font-size: var(--fs_s);
        line-height: 1.2em;
        /*0.8emvar(--fs_s);*/
    }
}