@charset "utf-8";

/*Layout Change PC-SP　All*/

/*全体*/
.box_listNewface {
    min-height: 60vh;
    height: auto;
    margin-bottom: 2em;

    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media only screen and (min-width : 769px) {
    .box_listNewface {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: unset;
        height: 520px;
        margin-bottom: unset;
    }
}


/*名前リスト*/
.box_listNewface .list_name {
    width: 20%;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    z-index: 2;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .list_name {
        width: 20%;
        min-height: unset;
        height: 520px;
    }
}


/*女性リスト*/
.box_listNewface .list_girl {
    width: 80%;
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: auto;
    z-index: 2;
}

.box_listNewface .li_girl {
    display: none;
    position: relative;
    height: 100%;
}


.box_listNewface .li_girl.li--now {
    display: block;
}


@media only screen and (min-width : 769px) {
    .box_listNewface .list_girl {
        width: 80%;
        min-height: unset;
        height: 520px;
    }
}





/*ListName*/
.box_listNewface .list_name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box_listNewface .list_name .li_name {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: var(--fs_lb);
    cursor: pointer;
    font-style: italic;
    text-align: center;
    color:rgb(255, 255, 255);
    /* text-shadow: -1px -1px 1px #000000, 1px 1px #ffffff; */
    width: 3em;
    height: 3em;
    border-radius: 3em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    background-color: rgb(255, 219, 246);
    line-height: 3em;
    box-shadow: 8px 8px 6px 0px rgba(10, 10, 10, 0.1);
}

@media only screen and (min-width : 769px) {
    .box_listNewface .list_name .li_name {
        width: 80%;
        height: unset;
        line-height: 1.2em;
        margin-left: 0.25em;
        margin-bottom: 0.5em;
        padding: 0.25em;
        border-radius: unset;

        font-size: var(--fs_l);
        text-align: left;
    }
}

.box_listNewface .list_name .li_name.animeLine_bottom::before,
.box_listNewface .list_name .li_name.animeLine_bottom::after {
    background-color: rgb(255, 177, 235);
}

.box_listNewface .list_name .li_name {
    transition: background-color 0.2s ease;
    will-change: background-color;
}

.box_listNewface .list_name .li_name:hover {
    background-color: rgb(255, 66, 207, 0.57);
}

.box_listNewface .list_name .li_name.li--now {
    background-color: rgb(255, 66, 207, 0.57);
}

.box_listNewface .list_name .li_name .txt--num {
    margin-right: 0.25em;
}


/*ListGirl*/
/*BoxPhoto*/
.box_listNewface .box--photo_btnLink {
    width: 80%;
    position: absolute;
    bottom: -2.5em;
    left: 50%;
    margin-left: -48%;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--photo_btnLink {
        margin-left: unset;
        bottom: unset;
        right: unset;
        bottom: unset;
        left: unset;

        position: absolute;
        top: 0;
        left: 0;
        width: 390px;
        height: 520px;
    }

    .box_listNewface .box--photo_btnLink .img_photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.box_listNewface .box--photo_btnLink .box--photo_btnLink_in {
    display: block;
    position: relative;
}

.box_listNewface .box--photo_btnLink .box--photo_btnLink_in:before {
    content: none;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--photo_btnLink .box--photo_btnLink_in {
        display: block;
        position: relative;
    }


}

/* .box_listNewface .box--photo_btnLink .a_link {

} */

.box_listNewface .box--photo_btnLink .a_link .txt_link {
    display: block;
    background: rgb(255, 219, 246);
    padding: 0.25em;
    box-shadow: 8px 8px 6px 0px rgba(10, 10, 10, 0.1);
    text-align: center;
    transition: transform 0.2s ease;
    will-change: transform;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--photo_btnLink .a_link .txt_link {
        box-shadow: none;
    }
}

.box_listNewface .box--photo_btnLink .a_link:hover .txt_link {
    transform: translateY(-1px);
}

.box_listNewface .box--photo_btnLink .txt_link .txt--name {
    font-family: 'Sawarabi Mincho', sans-serif;
}

.box_listNewface .box--photo_btnLink .txt_link .txt--en {
    font-family: 'Pinyon Script', cursive;
}


@media only screen and (min-width : 769px) {
    .box_listNewface .box--photo_btnLink .a_link:hover {
        top: 0;
    }

    .box_listNewface .box--photo_btnLink .img_photo img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

/*BoxInfo*/
.box_listNewface .box--txtInfo {
    width: 80%;
    margin: auto;
    /* min-height: 60vh; */
    height: 100%;
}

.box_listNewface .box--txtInfo .txt {
    white-space: normal;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo {
        position: absolute;
        margin: unset;
        width: 390px;
        height: 100%;
        min-height: unset;
        top: 0;
        right: 0;
    }
}

/* .box_listNewface .box--txtInfo .box--txtInfo_in:before {
    content: none;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo .box--txtInfo_in:before {
        content: "";
        display: block;
        padding-top: 133%;
    }
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo .box_content {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
} */

.box_listNewface .box--txtInfo .box_shadow {
    position: absolute;
    height: auto;
    box-shadow: 8px 8px 6px 0px rgba(10, 10, 10, 0.1);
    background: rgb(255, 66, 207, 0.57);
    padding: 0.5em;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    bottom: 10px;
    width: 85%;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo .box_shadow {
        position: absolute;
        height: 60%;
        bottom: 0;
        width: 100%;
        top: unset;
    }
}

/* .box_listNewface .box--txtInfo .box_shadow>* {
    
} */

.box_listNewface .box--txtInfo .txt {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2em;
    font-size: var(--fs_n);
    color: var(--c_white);
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo .txt {
        font-size: var(--fs_s);
    }
}

.box_listNewface .box--txtInfo .icon {
    display: inline-block;
    margin-right: 0.25em;
    width: 1em;
    color: var(--c_pink);
}

.box_listNewface .box--txtInfo .box--id {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.box_listNewface .box--txtInfo .list_id {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_listNewface .box--txtInfo .li_id {
    margin-right: 0.5em;
}

.box_listNewface .box--txtInfo .li_id--name {
    width: 100%;
}

/* .box_listNewface .box--txtInfo .box--id .txt {
    font-size: var(--fs_n);
} */

.box_listNewface .box--txtInfo .li_id .txt {
    font-size: var(--fs_n);
}

.box_listNewface .box--txtInfo .li_id .txt--name {
    font-size: var(--fs_l);
}

.box_listNewface .box--txtInfo .li_id .txt_sub {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: var(--fs_s);
    margin-right: 0.25em;
}



.box_listNewface .box--txtInfo .txt--catch {
    margin-right: 1em;
}

.box_listNewface .box--txtInfo .txt--catch .fas {
    margin-right: 0.5em;
}

.box_listNewface .box--txtInfo .box--come {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.box_listNewface .box--txtInfo .txt--come {
    width: 100%;
    height: 10em;
    font-size: var(--fs_n);
    overflow-y: scroll;
    margin-top: 0.5em;
    padding: 0.5em;
    box-shadow: 2px 2px 3px 1px rgba(10, 10, 10, 0.1) inset;
    border-right: 2px solid #cccccc;
    -ms-overflow-style: none;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    margin-bottom: 0.25em;
}
.box_listNewface .box--txtInfo .txt--come::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

@media only screen and (min-width : 769px) {
    .box_listNewface .box--txtInfo .txt--come {
        font-size: var(--fs_s);
        height: 14em;
    }
}

.box_listNewface .box--txtInfo .list_icon {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

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

.box_listNewface .box--txtInfo .list_icon .li_icon {
    margin-right: 0.5em;
    white-space: nowrap;
}

.box_listNewface .box--txtInfo .list_icon .li_icon .txt {
    white-space: nowrap;
}

/*追加修正*/
.box_listNewface .box--txtInfo .icon {
    display: none;
}


/*bg Girl*/
.box_listNewface .list_bgGirl {
    z-index: 0;
}

.box_listNewface .list_bgGirl .li_bgGirl {
    display: none;
}

.box_listNewface .list_bgGirl .li_bgGirl.li--now {
    display: block;
}

.box_listNewface .list_bgGirl,
.box_listNewface .list_bgGirl .li_bgGirl,
.box_listNewface .list_bgGirl .li_bgGirl .bg_photo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* min-height: 60vh; */
}

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

    .box_listNewface .list_bgGirl,
    .box_listNewface .list_bgGirl .li_bgGirl,
    .box_listNewface .list_bgGirl .li_bgGirl .bg_photo {
        max-width: 480px;
        /* max-height: 60vh; */
        height: 100%;
        right: 0;
    }
}

.box_listNewface .list_bgGirl .li_bgGirl .bg_name {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 180px;
    margin-top: -1em;
    font-family: 'Pinyon Script', cursive;
    line-height: 1em;
    color: rgba(121, 86, 248, 0.5)
}

.box_listNewface .list_bgGirl .li_bgGirl img {
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}