@charset "utf-8";

.box_swiper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box_swiper_recom {
    max-height: 580px;
    overflow: hidden;
    margin-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {
    .box_swiper_recom {
        max-height: 480px;
    }
}

.box_swiper .sliderLi_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


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

/*新人マーク*/
.box_swiper .sliderLi_swiper .box_img .icon_list--new {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 15px;
    top: 5px;
    left: 5px;
}

/*テキスト部分*/
.box_swiper .sliderLi_swiper .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_swiper .sliderLi_swiper .box_girl--inf .box_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box_swiper .sliderLi_swiper .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_swiper .sliderLi_swiper .box_girl--inf .txt {
        font-size: var(--fs_s);
    }
}

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

/*左右矢印*/

.box_swiper .swiper-button-prev {
    margin-left: 2px;
}

.box_swiper .swiper-button-next {
    margin-right: 2px;
}

.box_swiper .swiper-button::after {
    text-indent: -9999px;
}

.box_swiper .swiper-button .icon_fas {
    z-index: 1;
    color: rgb(252, 132, 246);
    opacity: .5;
    transition: opacity .15s ease;
    font-size: 3em;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}