@charset "utf-8";
.box_SliderListGirl_recom {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 580px;
    overflow: hidden;
    margin-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {

    .box_SliderListGirl_recom {
        max-height: 480px;
    }
}

/*--スライド設定--*/
/*スライダーサイズ指定　高さ*/
.box_SliderListGirl_recom,
.box_SliderListGirl_recom .list_girl {
    position: relative;
    width: 100%;
    /* max-width: 360px; */
    height: 100%;
    /* max-height: 480px; */
}

.box_SliderListGirl_recom {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25em;
}

/*スライダー指定　要素*/
.box_SliderListGirl_recom .list_girl {
    overflow: hidden;
}

/*スライダー指定　高さ*/
.box_SliderListGirl_recom .list_girl img {
    max-height: 480px;
}

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

.box_SliderListGirl_recom .list_girl.slick-initialized {
    display: block;
}

/*--スライダー--*/
.box_SliderListGirl_recom .li_girl {
    position: relative;
    width: 100%;
}

.box_SliderListGirl_recom .li_girl .box_girl {
    position: relative;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_recom .li_girl .box_girl {
        position: relative;
        /* width: 100%; */
        /* width: 80%; */
        margin-left: auto;
        margin-right: auto;
    }
}


.box_SliderListGirl_recom .box_girl--photo {
    position: relative;
    display: block;
}

.box_SliderListGirl_recom .box_girl--photo .box_img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

/*スライダー画像表示形式*/
.box_SliderListGirl_recom .box_girl--photo .img_girl--photo {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-アイコン-新人-　写真内配置*/
.box_SliderListGirl_recom .box_img .icon_list--new {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 15px;
    top: 5px;
    left: 5px;
}

.box_SliderListGirl_recom .box_img .icon_list--new img {
    width: 100%;
}

/*-アイコン-ランキング- スライド全体配置-*/
.box_SliderListGirl_recom .li_girl .box_girl>.icon_list--rank {
    position: absolute;
    left: 10px;
    bottom: 24px;
    margin-left: 0;
    max-height: none;
    z-index: 999;
}

/*-アイコン-ランキング- 写真内配置-*/
.box_SliderListGirl_recom .li_girl .box_girl .box_img>.icon_list--rank {
    position: absolute;
    max-height: none;
    z-index: 999;
    width: 35%;
    max-width: 80px;

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



/*テキスト*/
.box_SliderListGirl_recom .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: 0.5em;
}

.box_SliderListGirl_recom .box_girl--inf .box_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box_SliderListGirl_recom .box_girl--inf .txt {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--fs_n);
    line-height: 1.2;
}

@media only screen and (min-width : 769px) {
    .box_SliderListGirl_recom .box_girl--inf .txt {
        font-size: var(--fs_s);
    }
}

.box_SliderListGirl_recom .box_girl--inf .txt .far {
    margin-right: 0.25em;
}




/*--左右矢印--*/
.box_SliderListGirl_recom .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_recom .slide__arrow:active {
    color: #ffffff;
}

.box_SliderListGirl_recom .slide__arrow--pre {
    left: 10px;
}

.box_SliderListGirl_recom .slide__arrow--next {
    right: 10px;
}