@charset "utf-8";
/* ****************************************************************************
- MEMO -
--------Setting/共通設定--------
________Font Setting/フォント設定________

--------Layout/レイアウト--------
________wrapper________

________article_bgVisual________
________area_header________
________box__row________
________area_main________
________area_ttl________
________area_contents________
________section_main________
________section_profileData________
________section_gravure________
________section_slide________
________section_diary________
________section_review________
________section_movie________
________section_schedule________
________section_sns________
________section_qanda________
________section_OwnerCome________
________section_salesPoint________
________area_footer________

--------Parts/パーツ--------
________wrapper________
________area_header________
________article_mainVisual________
________area_main________
________section_main________
________area_side________
________area_footer________

@media screen and (min-width: 769px) { } 【タブレット縦以上】※breakpoint
*****************************************************************************/

/*________wrapper________*/
/*背景画画像設定*/
.page_fixMainvisual #wrapper:before {
    /* background: url("../image/sp_bg.jpg") center no-repeat;
    background-size: cover; */
    background-color: rgb(255, 255, 255, 1)
}

/*________article_bgVisual________*/

.page_listGirl #article_bgVisual {
    z-index: 0;
    position: fixed;
    top: 0;
}

.page_listGirl #article_bgVisual,
.page_listGirl #article_bgVisual #article_bgVisual--in,
.page_listGirl #article_bgVisual #article_bgVisual--in .box_img,
.page_listGirl #article_bgVisual #article_bgVisual--in .box_img img {
    height: 100vh;
    min-height: 80vh;
    z-index: 0;
}

.page_listGirl #article_bgVisual #article_bgVisual--in .box_img img {
    object-fit: cover;
    object-position: left;
}

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

    .page_listGirl #article_bgVisual,
    .page_listGirl #article_bgVisual #article_bgVisual--in,
    .page_listGirl #article_bgVisual #article_bgVisual--in .box_img,
    .page_listGirl #article_bgVisual #article_bgVisual--in .box_img img {
        height: 100vh;
        min-height: 600px;
        width: 100%;
    }
}


/*________area_header________*/
@media only screen and (min-width : 769px) {
    .page_listGirl #area_header {
        position: relative;
        opacity: 1;
        background: none;
        border: none;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px
    }

    .page_listGirl #area_header #area_header--in {
        position: relative;
    }

    .page_listGirl #area_header #logo_home #logo_home--link {
        width: 340px;
    }
}


/*________box__row________*/
.page_listGirl .box_row {
    /* margin-top: 60px; */
    z-index: 2;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_row {
        margin-top: 0;
    }
}

.page_listGirl .box_row .box_row--in {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 60px;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_row .box_row--in {
        padding-top: 0.5em;
        margin-top: 0;
    }
}


/*________area_main________*/
.page_listGirl #area_main {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width : 769px) {
    .page_listGirl #area_main {
        /* width: 71.4%; */
        width: 100%;
        /* max-width: 1000px; */
        margin-bottom: 2em;
    }
}

.page_listGirl #area_main--in {
    position: relative;
    background: unset;
    width: 100%;
}

@media only screen and (min-width : 769px) {
    .page_listGirl #area_main--in {
        background: #ffffff;
        border-radius: 10px 10px 10px 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}


/*________area_ttl________*/
.page_listGirl .area_ttl {
    position: relative;
    z-index: 1;
    width: 100%;
    background: rgba(255, 109, 231, 0.5)
}

@media only screen and (min-width : 769px) {
    .page_listGirl .area_ttl {
        background: none;
    }
}

.page_listGirl .area_ttl--in {
    position: relative;
    padding-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .area_ttl--in {
        padding-top: 1em;
    }
}

/*________area_tab________*/
.page_listGirl .area_tab {
    width: 100%;
    /* padding-bottom: 1em; */
    border-bottom: 1px solid rgb(112, 112, 112);
    background: rgba(255, 109, 231, 0.5)
}

.page_listGirl .area_tab--in {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .area_tab {
        background: none;
    }
}


/*box_search*/
.page_listGirl .area_tab .box_search .form_search {
    position: relative;
    width: 100%;
    height: 3em;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .area_tab .box_search .form_search {
        position: relative;
        max-width: 20em;
    }
}

.page_listGirl .area_tab .form_search .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /*border-radius: 50rem !important;*/
}

.page_listGirl .area_tab .form_search .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}


.page_listGirl .area_tab .form_search .fa-search {
    position: absolute;
    top: 10px;
    right: 12px;
}

.page_listGirl .disp-cnt {
    /*border-top: 1px solid #7e7e7e;*/
    font-size: 10px;
    padding: 4px 1px;
}

                                                                              
/*________area_contents________*/



/*________section_main________*/
/*配置順設定*/
.page_listGirl .section_main {
    position: relative;
    width: 100%;
}

.page_listGirl .section_main .section_inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}

/* @media only screen and (min-width : 769px) {
    .page_listGirl .section_main .section_inner {
        width: 100%;
    }
} */


/*女性一覧*/
.page_listGirl .box_listGirl_oneColumn_sp .list_girl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_listGirl .box_listGirl_oneColumn_sp .list_girl .box_girl {
    position: relative;
}

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

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


.page_listGirl .box_listGirl_oneColumn_sp {
    width: 100%;
}

.page_listGirl .box_listGirl_oneColumn_sp .list_girl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

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

    width: 100%;
}

.page_listGirl .box_listGirl_oneColumn_sp .li_girl {
    margin-bottom: 0;
    border-bottom: 1px solid rgb(128, 128, 128);
    max-height: 140px;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .li_girl {
        margin-bottom: 0.5em;
        border-bottom: 0;
        max-height: none;
    }
}

/*写真*/
.page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo {
    position: relative;
    width: 120px;
    height: 100%;
    max-height: 140px;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo {
        position: relative;
        width: auto;
        max-height: none;
    }
}

.page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo .box_img {
    position: relative;
    width: 120px;
    height: 100%;
    max-height: 140px;
    overflow:hidden;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo .box_img {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: none;
    }
}

.page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo img {
    width: 120px;
    height: 100%;
    max-height: 140px;
    object-fit: cover;
    object-position: top center;
}
@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--photo img {
        width: 100%;
        height: 100%;
        max-height: none;
    }
}

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

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

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

    .page_listGirl .box_listGirl_oneColumn_sp .list_girl .icon_list--rank {
        position: absolute;
        left: 10px;
        bottom: 24px;
        margin-left: 0;
        max-height: none;
        z-index: 999;
    }
}

.page_listGirl .box_listGirl_oneColumn_sp .list_girl .icon_list--new {
    display: block;
    position: absolute;
    width: 20%;
    max-width: 15px;
    top: 5px;
    left: 5px;
}

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

/*テキスト*/
.page_listGirl .box_listGirl_oneColumn_sp .list_girl .box_girl--inf {
    display: block;
    width: 100%;
    /* position: absolute; */
    position: relative;
    /* bottom: 0; */
    background-color: rgb(255 253 253 / 71%);
    color: var(--c_blk);
    text-align: left;
    padding: 0.25em;
    line-height: 1;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .list_girl .box_girl--inf {
        position: absolute;
        bottom: 0;
        background-color: rgb(0, 0, 0, 0.7);
        color: var(--c_white);
    }
}


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

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

    height: 100%;
}
@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .box_txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    
        height: 100%;
    }
}

/*-テキスト-デフォルト-*/
.page_listGirl .box_listGirl_oneColumn_sp .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.1em;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt {
        font-size: var(--fs_s);
        line-height: 1.2em;
    }

    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt--name {
        font-size: var(--fs_n);
    }
}

.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt--name--age {
    display: block;
}



.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt--name,
.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt--age {
    display: inline;
}

.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .txt--attend {
    color: rgba(128, 128, 253, 1) !important;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .txt--attend {
        display: block;
        /* color: var(--c_red); */
        color: rgb(255, 255, 255);
        font-size: var(--fs_n);
        text-align: center;
        border-radius: 0.25em;
        border: solid 1px rgba(128, 128, 128, 1);
        padding: 5px;
        margin-bottom: 0.25em;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: rgba(128, 128, 253, 1);
    }
}

/*テキストエリア背景画像*/
.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf.bg_line_00 {
    background: none;
    background-color: rgb(0, 0, 0, 0) !important;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf.bg_line_00 {
        padding: 4em 0.5em 0.5em 0.5em !important;
        background: url("../image/parts/bg_line_00.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-position: top center;
        background-size: cover;
        padding: unset;
    }
}


.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf.bg_line_00 .box_txt {
    /* background: rgba(255, 255, 255, 0.4); */
    overflow: hidden;
    padding-left:0.5em;
}

@media only screen and (min-width : 769px) {
    .page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf.bg_line_00 .box_txt {
        min-height: 3em;
        /* background: rgba(255, 255, 255, 0.4); */
        max-height: 8em;
        overflow: hidden;
        padding-left:0;
    }
}



.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf.bg_line_00 .txt {
    color: rgb(49, 49, 49);
}


/*アイコン（プロフィールページ掲載内容)*/
.page_listGirl .box_listGirl_oneColumn_sp .box_girl--inf .iconData {
    border: solid 1px #ff0000;
    background: #ffffff;
    /* border: solid 1px #ff0000;
    background: rgb(255, 128, 128); */
    /* border: solid 1px #ff0000;
    background: rgb(128, 128, 128); */
    line-height: 1.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    color: #ff0000;
    /* color: rgba(255, 255, 255); */
    font-size: var(--fs_ss);
    letter-spacing: 0.05em;
    display: inline-block;
}


/*oneColumn SP　女性リスト*/