@charset 'UTF-8';

.comment {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    font-size: 24px;
    color: #C1BA69;
}

.namebox {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    font-size: 20px;
    margin: 8px 0 15px 0;
}

.namebox .name {
    font-size: 30px;
}

#first_view {
    margin: 0 0 0 0;
}

#view_left {
    float: left;
}

#view_left span {
    font-weight: bold;
    display: block;
    float: left;
    width: 142px;
    min-height: 16px;
    margin: 0 7px 2px 0;
    padding: 5px 0 5px 0;
    /*background: #f17696;*/
    text-align: center;
    color: #FFF;
    border-radius: 2px;
}

#view_right {
    float: right;
    margin: 5px 0 0 5px;
}

#view_right span {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 1px;
    color: #7FAB80;
}

#view_right .wdate {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #B34B4B;
}

#girl_photo_area_wrp {
    margin: 12px 0 0 0;
}

#girl_photo_area_wrp {
    background: url('/img/profile/bg_photo.png');
}

#girl_photo {
    min-height: 453px;
    padding: 20px 0 20px 0;
    /*border: solid 1px #4C5255;*/
    background: #212629;
    background: url('/img/index/bg_body.jpg');
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}

#girl_photo_area #controls {
    padding: 15px 0 15px 32px;
    border-top: solid 1px #56595C;
    background: #454A4E;
}

#girl_photo li {
    text-align: center;
}

#girl_photo li img {
    width: auto;
    height: 450px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.65);
    border: solid 1px #454a4d;
    box-sizing: border-box;
}

#girl_photo_area #controls li {
    float: left;
    width: 116px;
    margin: 0 0 0 0;
    opacity: 0;
    animation: girl_photo_li 1s ease 0s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

#girl_photo_area #controls li:nth-child(1){animation-delay: 0s;}
#girl_photo_area #controls li:nth-child(2){animation-delay: .1s;}
#girl_photo_area #controls li:nth-child(3){animation-delay: .2s;}
#girl_photo_area #controls li:nth-child(4){animation-delay: .3s;}
#girl_photo_area #controls li:nth-child(5){animation-delay: .4s;}
@keyframes girl_photo_li {
    0%{
        opacity: 0;
        transform: scale(.95) translateX(10px);
    }
    100%{
        opacity: 1;
        transform: scale(1) translateX(0px);
    }
}
#girl_photo_area #controls li img{
    transition: .5s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}
#girl_photo_area #controls li:hover img{
    filter: brightness(.5);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}

#girls_data {
    margin: 10px 0 0 0;
}
/*左カラムのコンテンツ*/

#prof_cont_left {
    float: left;
    width: 300px;
    padding: 0 0 15px 0;
    background: #161d21;
    background: url('/img/profile/bg_h.png'), #161d21;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.35) inset;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 205px;
}

#blog_link {
    margin: 20px 0 20px 0;
    text-align: center;
}

#blog_link a img {
    margin: 0 0 12px 0;
}

#movie_link {
    position: relative;
    overflow: hidden;
    margin: 0 14px 15px 14px;
    text-align: center;
}

.movie_link .mv_bt_style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 59px !important;
    height: 59px !important;
    margin: -29px 0 0 -29px;
}

#movie_link .movie_link img {
    width: 272px;
    height: auto;
}
#movie_link [id^='divId'] {
    zoom: 85%;
}

#prof_cont_left .prof_hstyle {
    margin: 0 14px -2px 14px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url('/img/profile/bg_h_2.png');
}

#prof_cont_left .prof_hstyle1 {
    margin: 0 14px -2px 14px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url('/img/profile/bg_h_2.png');
}

.prof_hstyle1 {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    font-size: 27px;
    line-height: 80%;
    margin: 0 0 15px -2px;
    padding: 14px 0 17px 11px;
    color: #FFF;
    background: url('/img/profile/bg_h.png');
}



#prof_cont_left .syame_nikki_cont {
    margin: 0 14px 0 14px;
    padding: 22px 16px 16px 16px;
    background-color: #272C2F;
}

#prof_cont_left .syame_nikki_cont img{
    max-width: 100%;
}

#prof_cont_left .syame_nikki_cont .subject {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 2px 0;
    color: #C1BA69;
}

#prof_cont_left .syame_nikki_voicebox {
    line-height: 180%;
    margin: 25px 0 10px 0;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}

#prof_cont_left .syame_nikki_voicebox img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
}

#prof_cont_left .voice_title {
    margin: 20px 0 0 0;
}

#prof_cont_left .voice_box_wrp {
    overflow: auto;
    height: 600px;
    margin: 0 14px 0 14px;
    background-color: #272C2F;
}

#prof_cont_left .voice_feeling {
    padding: 14px;
    background: #F7F7D7;
}

#prof_cont_left .voice_feeling dl dt, .voice_feeling dl dd {
    font-size: 14px;
    font-weight: bold;
    color: #2D2D2D;
}

#prof_cont_left .voice_feeling dl dd {
    margin: 8px 0 0 0;
    color: #FF689B;
}

#prof_cont_left .voice_box {
    padding: 0 0 20px 0;
}

#prof_cont_left .voice_box .prof_voice {
    line-height: 180%;
    padding: 10px 14px 5px 14px;
}

#prof_cont_left .voice_box .prof_credate {
    padding: 5px 14px 0 14px;
    text-align: right;
}

#prof_cont_left .voice_box .answerframe_bottom {
    position: relative;
    margin: 25px 14px 0 14px;
    padding: 14px;
    border: solid 1px #F37495;
    border-radius: 6px;
    background: #484C4F;
}

#prof_cont_left .voice_fukidasi {
    position: absolute;
    position: absolute;
    top: -13px;
    left: 35px;
}

#prof_cont_left .voice_box .prof_girlname {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px 0;
    color: #E05483;
}

#prof_cont_left .voice_box .prof_girlsanswer {
    line-height: 160%;
}

/*右カラムのコンテンツ*/
#prof_cont_right {
    float: right;
    width: 420px;
    margin: 7px 0 0 0;
}

.none_left_cont {
    /*左カラムが無いケースの場合*/
    width: 100% !important;
}

.sbox_style2 {
    /*左カラムが無いケースの場合*/
    width: 179px !important;
}

.prof_hstyle {
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
    font-size: 27px;
    line-height: 80%;
    margin: 0 0 15px -2px;
    padding: 13px 0 14px 15px;
    color: #1A1A1A;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    background: url('/img/profile/bg_h.png'),  #DCD690; /* Old browsers */
    background: url('/img/profile/bg_h.png'),  -moz-linear-gradient(top, #DCD690 0%, #C2BB6A 100%); /* FF3.6+ */
    background: url('/img/profile/bg_h.png'),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DCD690), color-stop(100%,#C2BB6A)); /* Chrome,Safari4+ */
    background: url('/img/profile/bg_h.png'),  -webkit-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* Chrome10+,Safari5.1+ */
    background: url('/img/profile/bg_h.png'),  -o-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* Opera 11.10+ */
    background: url('/img/profile/bg_h.png'),  -ms-linear-gradient(top, #DCD690 0%,#C2BB6A 100%); /* IE10+ */
    background: url('/img/profile/bg_h.png'),  linear-gradient(to bottom, #DCD690 0%,#C2BB6A 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd690', endColorstr='#c2bb6a',GradientType=0 ); /* IE6-9 */
}

#msgbox,#aroma_msgbox {
    margin-bottom: 25px;
}

/*
.g_info{
    margin:0px 1px 30px 1px;
}

.g_info li{
    border-bottom:solid 1px #cfcfcf;
    font-size:14px;
    padding:12px 0px 12px 0px;
}

.g_info li span{
    display:inline-block;
    width:178px;
    padding:0px 0px 0px 2px;
    font-weight:bold;
    color:#f27197;
}
*/

.girl_info table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.girl_info table th, .girl_info table td {
    font-size: 15px;
    line-height: 1.65;
    padding: 12px 0 12px 0;
    border-bottom: solid 1px #222425;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.girl_info table th {
    font-size: 15px;
    font-weight: normal;
    width: 178px;
    padding: 15px 0 15px 0px;
    text-align: left;
    color: #C1BA69;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
}

#playbox {
    margin: 0 0 25px 0;
}

#playbox .sbox {
    float: left;
    width: 134px;
    margin: 5px 3px 5px 3px;
    text-align: center;
}

#playbox .sbox dt {
    padding: 10px 0 10px 0;
    border: solid 1px #484C4F;
    background: #484C4F;
}

/*****      mac safariにだけきく        *****/
/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media, _:future, .playbox .sbox dt {
    height: 40px;
    padding: 0;
    line-height: 40px;
}
/* Hack for Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio:0)
    and (min-color-index:0) {
        dt{
            (; height: 40px ;)
            (; padding: 0 ;)
            (; line-height: 40px ;)
        }
}
/******************************************/

#playbox .sbox dd {
    padding: 10px 0 10px 0;
    border: solid 1px #484C4F;
    border-top: none !important;
}

#playbox .sbox dd span {
    font-family: Verdana, '游ゴシック', YuGothic, Meiryo, 'Hiragino Kaku Gothic ProN',sans-serif;
}

#msgbox .cpmment,
#aroma_msgbox .cpmment {
    font-size: 14px;
    line-height: 180%;
    margin: 14px 0 0 0;
    padding: 0 2px 0 2px;
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
}
#msgbox .cpmment *,
#aroma_msgbox .cpmment *{
    font-size: 16px;
}

.schedulearea {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #D4D3CF;
}

.schedulearea th {
    width: 14%;
    padding: 10px 0 10px 0;
    border: solid 1px #272C2F;
    background: #484C4F;
}

.schedulearea td {
    font-size: 1rem;
    padding: 10px 0;
    font-family: times;
    text-align: center;
    border: solid 1px #484C4F;
    background: #272C2F;
}

.schedulearea tr.reserve_tr td {
    background: rgba(22, 29, 33, 0.5);
    padding: 6px 3px;
    color: #d4d3cf;
    font-size: 0;
    line-height: 0;
    border-color: rgba(72, 76, 79, 0.6);
}

.schedulearea tr.reserve_tr .tel {
        position: relative;
    display: block;
    width: 90%;
    line-height: 1;
    padding: 10px 0px 9px;
    font-size: 1.0rem;
    margin: 0 auto;
    color: #333;
    font-weight: bold;
    background: #ffffff;
    border-radius: 4px;
}

.schedulearea td form {
}

.schedulearea td form input[type="submit"] {
    border: none;
    padding: 9px 0px 8px;
    color: #fff;
    width: 95%;
    background: #E91E63;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.10rem;
    line-height: 1;
    cursor: pointer;
    outline: none;
    transition: .35s;
    border-bottom: solid 2px rgba(0, 0, 0, 0.35);
    font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HG明朝E','HGMinchoE','ＭＳ Ｐ明朝','MS PMincho','ＭＳ 明朝','MS Mincho',serif;
}

.schedulearea td form input[type="submit"]:hover{
    background: #444;       
    border-bottom: solid 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.schedulearea td form input[type="submit"]:active{
    background: #333;
    transition: .1s;
    transform: translateY(2px);
    border-bottom: solid 2x rgba(0, 0, 0, 0);
    box-shadow:none;
}

.supplement {
    font-size: .95rem;
    padding: 10px 25px;
    color: #868686;
    border-radius: 4px;
    letter-spacing: .05rem;
    margin: 10px 0 0;
    background: #161d21;
}

.supplement strong {
    color: #c1ba69;
    font-weight: bold;
}

.rveq_area {
    margin: 45px 0 0 0;
    padding: 0px 0 0px;
    border-bottom: 5px solid #c1ba69;
}

.rveq_area .yoyakutyuu {
    text-align: center;
    background: #cdcdcd;
}

.rveq_area .rveq_tel {
    font-size: 37px;
    margin: 0px 0 0 0;
    text-align: center;
    color: #fff;
    display: grid;
    grid-template-columns: 220px 200px 1fr;
}
.rveq_tel .cast_rev_area{
    height: 50px;
    text-align: initial;
}
.rveq_tel .cast_rev_area span{
    width: 65px;
    height: 65px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    background: #ddd;
    margin: -15px 0 0 10px;
    box-shadow: 0 0 0px 4px #f17696, 0 0 0px 8px rgba(241, 118, 150, 0.2);
    line-height: 1;
    position: relative;
    z-index: 1;
}
.rveq_tel .cast_rev_area img{
    object-fit: cover;
    background-size: contain;
    width: 100%;
    min-height: 100%;
    height: auto;
}
.rveq_area .rveq_tel .cast_rev_area p{
    display: inline-block;
    background: #f17897;
    color: #fff;
    font-size: 0.90rem;
    font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-feature-settings: "palt";
    padding: 10px 15px 10px 25px;
    margin: 14px 0px 0px -15px;
    position: absolute;
    z-index: 0;
    line-height: 1;
    border-radius: 0 20px 20px 0;
}
.rveq_area .rveq_tel p{
    line-height: 1;
    padding: 12px 0 0;
}

.rveq_area .rveq_tel span {
    font-size: 35px;
}
.rveq_area .rveq_tel span.ftConvL__recep{
    font-size: 1.20rem;
    text-align: center;
    border: none;
    line-height: 1;
    display: block;
    padding: 25px 0 0;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.rveq_area .rveq_time {
    font-size: 15px;
    text-align: center;
}

.rveq_area .rveq_time span {
    font-weight: bold;
}

.rveq_area .bt_area {
    margin: 10px 0;
    text-align: center;
    display: grid;
    grid-template-columns: 188px 1fr .5fr;
}
.rveq_area .bt_area img{
    margin: 5px 0 0;
    filter: brightness(5);
}

.bt_rev2, .bt_enq {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 0px 3px 0 10px;
    padding: 10px 30px 9px 18px;
    text-decoration: none;
    border-radius: 4px;
    color: #272C2F;
    background: #fff url('/img/common/header_bt_rev.png') no-repeat right center;
}

.bt_snap {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 10px 54px 10px 15px;
    text-decoration: none;
    color: #272C2F;
    background: #FFF url('/img/common/header_bt_rev.png') no-repeat right center;
    border-radius: 4px;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/*新規追加　週間スケジュール*/

#schedule_week {
    margin: 20px 0 0px;
    padding: 10px 0 10px;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
    font-feature-settings: "palt" 1;
    position: sticky;
    top: 0;
    background: #272c2f;
    z-index: 10;
}

/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
.voice_title {
    padding: 0;
    border-bottom: none;
    border-radius: none;
    background: none;
}

.comment {
    padding: 0;
    border-bottom: none;
    margin-top: -25px;
}




/*本日出勤*/
#schebox,
#prof_related_girls {
    margin-top: 25px;
}

.article_area .girls_photo_list {
    overflow: hidden;
    width: 756px;
    min-height: 470px;
    padding: 13px 0 0 0;
}

.girls_photo_list li {
    position: relative;
    float: left;
    margin: 17px 4px 0 0;
    padding-bottom: 8px;
    background: #353A3E;
}

.shukin dl {
    margin-bottom: -1px;
}

.shukin dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
}

.shukin dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #C1BA69;
}

.shukin .comment {
    color: #C1BA69 !important;
}

.soldout > div {
    opacity: .6;
}

.soldout_time {
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    position: absolute;
    z-index: 1;
    top: 55px;
    width: 100%;
    height: 24px;
    margin-bottom: -1px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #FFF;
    background: rgba(0, 0, 0, .50);
}

.soldout .comment {
    color: #9E9E9E !important;
    border-color: #9E9E9E !important;
}

.soldoutimg {
    position: absolute;
    z-index: 2;
    top: 24%;
    left: 0;
    padding-left: 1px;
}

.girls_photo_list {
    width: 756px;
}
}

.girls_photo_list li > div {
    position: relative;
}

.girls_photo_list li .time {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-bottom: -1px;
    padding: 6px 0 0 7px;
    color: #FFF;
}

.girls_photo_list li .time span {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 45px;
}

.girls_photo_list li .photo a {
    display: block;
    width: 243px;
    height: 162px;
    margin: 0 auto 0 auto;
}

.girls_photo_list li .data_box2 {
    margin: 0 auto 8px auto;
    border: none;
}

.girls_photo_list li .data_box2:after {
    display: block;
    height: 0;
    content: '　';
    border-top: solid 1px #272C2F;
    border-bottom: solid 1px #5A5D60;
}

.schdTime {
    float: left;
    padding: 0 0 0 10px;
}

.schdTime * {
    color: #CDCDCD;
}

.girls_photo_list li .icon {
    float: right;
    padding: 0 10px 0 0;
}

.girls_photo_list li .icon .movie, 
.girls_photo_list li .icon .new, 
.girls_photo_list li .icon .snap {
    display: inline-block;
    margin-right: 2px;
}

.girls_photo_list li .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    color: #F37A9A;
    border-bottom: dotted 2px #F9A5BB;
}

.girls_photo_list li .data {
    font-size: 16px;
    margin: 7px 0 5px 0;
    text-align: center;
    color: #C7C072;
}

.girls_photo_list li .icontag {
    font-weight: bold;
    min-height: 16px;
    margin: 0 0 2px 0;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #FFF;
}

.girls_photo_list ul li.soldout {
    opacity: .6 !important;
}

.girls_photo_list ul li.soldout > .time {
    height: 18px;
    color: #FFF !important;
    background: #9B9B9B;
}

.girls_photo_list ul li.soldout .soldoutimg {
    position: absolute;
    z-index: 2;
    top: 25%;
    left: 0;
    width: 131px;
}

.girls_photo_list ul .time {
    font-size: 13px;
    /*スケジュール*/
    font-weight: bold;
    height: 18px;
    text-align: center;
    color: #FFF;
}

.newgirls_photo_list ul .time {
    font-size: 12px;
    /*新人*/
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

.girls_photo_list ul .time img {
    padding: 0 0 2px 0;
}

.girls_photo_list ul .photo {
    position: relative;
    margin: 8px 0 8px 0;
    text-align: center;
}

.girls_photo_list ul .icon {
    position: absolute;
    top: 0;
    right: -19px;
    width: 18px;
    height: 200px;
}

.girls_photo_list ul .icon .movie, .girls_photo_list ul .icon .new, .girls_photo_list ul .icon .snap {
    margin-bottom: 5px;
}


.girls_photo_list ul .comment {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
    color: #F37A9A;
}

.girls_photo_list ul .data {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 8px;
    color: #F37A9A;
}

.girls_photo_list .prevnext {
    position: absolute;
    top: 40%;
    width: 100%;
}

.girls_photo_list .prevnext a {
    background: none;
}

.girls_photo_list .prevnext a.prev span {
    position: absolute;
    left: -15px;
    display: block !important;
    width: 41px;
    height: 109px;
    text-decoration: none;
    background: url('/img/top/bt_gprev.png') no-repeat  0 0;
}

.girls_photo_list .prevnext a.next span {
    position: absolute;
    right: -14px;
    display: block !important;
    width: 41px;
    height: 109px;
    text-decoration: none;
    background: url('/img/top/bt_gnext.png') no-repeat 0 0;
}

.girls_photo_list .prevnext a:hover span {
    background-position: 0 -109px;
}

.girls_photo_list .prevnext a.disabled span {
    background-position: 0 -109px;
}

.girls_photo_list .detail_page {
    padding: 0 0 25px 0;
    text-align: center;
}

.girls_photo_list .pager {
    height: 10px;
    padding: 20px 0 20px 0;
    text-align: center;
}

.girls_photo_list .pager a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 5px;
    border-radius: 12px;
    background: #868686;
}

.girls_photo_list .pager a.selected {
    background: #F04189;
}

.girls_photo_list .pager a span {
    display: none;
}

.data {
    border-top: none;
}
.data {
    padding: 0;
}
.data {
    border-bottom: none;
}
span.icon img {
    padding: 0;
}


/*おすすめ女の子*/


#loading {
    line-height: 300px;
    position: relative;
    display: none;
    height: 300px;
    padding-top: 200px;
    text-align: center;
    background: #FFF;
}

.no_date {
    line-height: 1.8;
    margin-top: 30px;
    text-align: center;
}

.no_date span {
    font-weight: bold;
    color: #CCB9D8;
}







/*キャストページャー*/
.cast_pager{
    display:flex;
    display:-webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 10px 0 10px;
    background: #e2e2e2;
    background: url(/img/profile/bg_h.png), #22292d;

}
.cast_pager a{
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 6px 0px;
    display: block;
    width: 30%;
    text-align: center;
    background: #f07897;
    border-radius: 4px;
    font-family: "ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/* ユメオト誘導固定リンク */
.footer{
    padding-bottom: 125px;
}
.sticky_yumeoto_link_wrap{
    position: fixed;
    z-index: 9999;
    inset-inline: 0;
    bottom: 1.15em;
    display: flex;
    justify-content: center;
}
.sticky_yumeoto_link{
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(14px, min(2.2vh, 1.6vw), 20px);
    letter-spacing: 1px;
    text-align: center;
    box-shadow: 0 1px 3px 1px rgba(85, 85, 85, 0.25);
    border: solid 2px #000;
    border-radius: 55px;
    box-sizing: border-box;
    display: block;
    inline-size: clamp(180px, 60vw, 100%);
    width: fit-content;
    max-width: 100%;
    padding-block: clamp(8px, 1.4vh, 16px);
    padding-inline: clamp(12px, 3vw, 32px);
}
.sticky_yumeoto_link:hover{
    background: #ffa5d1;
    color: #fff;
}
.sticky_yumeoto_link span{
    font-weight: bold;
    color: #ff68c1;
}
.sticky_yumeoto_link:hover span{
    color: #fffb23;
}
.sticky_yumeoto_link:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 1.25em;
    bottom: 0;
    margin: auto;
}
.sticky_yumeoto_link:hover:before{
    border-color: #fff;
}