@charset 'UTF-8';

/*背景女の子の初期CSS*/
.wrp_girls_photos {
    position: absolute;
    top: 740px;
}
/* ==================================== */
/* メインビジュアル */
/* ==================================== */

.bg_mainv {
    position: absolute;
    z-index: 1;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 741px;
    background: url('/img/top/bg_mainv.png') repeat-x center bottom;
}

.mainv {
    margin: 20px auto 0 auto;
}

.wideslider {
    display: none;
}

.bx-viewport {
    position: relative !important;
    left: 0 !important;
    overflow: visible !important;
    width: 1154px!important;
    border: none !important;
    background: none !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}



#slider > li .pickup_data {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: url('/img/top/bg_mainvcont.png') repeat;
}

#slider > li .pickup_data_left {
    position: absolute;
    top: 10px;
    left: 13px;
}

#slider > li .pickup_data_left .p_msg {
    font-size: 20px;
    display: block;
    color: #FFF;
}

#slider > li .pickup_data_right {
    position: absolute;
    top: 12px;
    right: 13px;
}

#slider > li .pickup_data_right > span {
    font-size: 15px;
    color: #FFF;
}

#slider > li .pickup_data_right > .p_style_icon {
    margin: 0 0 0 10px;
}

#slider > li .pickup_data_right > .p_style_icon img {
    display: inline-block;
    margin: 0 2px 0 2px;
}

#slider .pickup_camp {
    position: relative;
    height: 448px;
    background: url('/img/top/bg_mainv_camp.png') no-repeat;
}
#slider .pickup_camp ul {
    position: absolute;
    top: 274px;
    left: 81px;
    width: 100%;
}

#slider .pickup_camp div {
    position: absolute;
    top: 381px;
    left: 703px;
}

#slider .pickup_camp img {
    float: left;
    width: 400px;
    padding: 0 17px 0 0;
}

.bx-pager-item a.bx-pager-link {
    width: 12px !important;
    height: 12px !important;
    border-radius: 12px !important;
    background: #FFF !important;
}

.bx-pager-item a.active {
    background: #000 !important;
}

.bx-controls-direction .bx-prev {
    width: 62px !important;
    height: 62px !important;
    background: url('/img/top/bt_mainv_prev.png') no-repeat 0 0 !important;
}

.bx-controls-direction .bx-next {
    width: 62px !important;
    height: 62px !important;
    background: url('/img/top/bt_mainv_next.png') no-repeat 0 0 !important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper  .bx-prev:hover {
    background-position: 0 -62px !important;
}

/* ==================================== */
/* コンテンツ */
/* ==================================== */

.pankuzu {
    top: -83px;
    color: #FFF;
}


.bg_wrp_girls {
    background-position: center 450px;
}

.contents {
    padding: 565px 30px 110px 30px;
}

/* ==================================== */
/* スケジュール*/
/* ==================================== */
.zaiseki {
    font-size: 22px;
    padding: 0 7px 0 0;
    text-align: right;
    letter-spacing: -1px;
}

.zaiseki span {
    font-size: 40px;
    color: #cd781e;
}


#schebox .girls_photo_list {
    overflow: hidden;
    width: 756px;
    padding: 0 0 0 0;
}

#schebox .girls_photo_list li {
    position: relative;
    float: left;
    width: 158px;
    margin: 17px 28px 0 0;
}

/*本日出勤の処理*/
.shukin dl {
    margin-bottom: -1px;
    border: 1px solid #F17696;
}

.shukin dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #F17696;
}

.shukin dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #F17696;
}

.shukin div {
    position: relative;
    border: solid 1px #F17696;
}

.shukin .comment {
    color: #cd781e !important;
    border-color: #FFDEE3 !important;
}

/*受付終了の処理*/
li.soldout {
    opacity: .6;
}

.soldout_time {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    margin-bottom: -1px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #9E9E9E;
}

.soldout div {
    position: relative;
    border: solid 1px #9E9E9E;
}

.soldout .comment {
    color: #9E9E9E !important;
    border-color: #9E9E9E !important;
}

/*翌日待機の処理*/
.asita div {
    position: relative;
    border: solid 1px #51B6C2;
}

.asita dl {
    margin-bottom: -1px;
    border: 1px solid #51B6C2;
}

.asita dt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    float: left;
    width: 39px;
    height: 22px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #51B6C2;
}

.asita dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    padding: 0 0 0 40px;
    text-align: center;
    color: #51B6C2;
}

.asita .comment {
    color: #51B6C2 !important;
    border-color: #51B6C2 !important;
}

/*共通*/

#schebox .girls_photo_list li > div {
    position: relative;
    /*height: 306px;*/
}

#schebox .girls_photo_list li .time {
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    margin-bottom: -1px;
    padding: 6px 0 0 7px;
    color: #FFF;
}

#schebox .girls_photo_list li .time span {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 45px;
}

#schebox .girls_photo_list li .photo a {
    display: block;
    width: 142px;
    height: 213px;
    margin: 8px auto 0 auto;
}

#schebox .girls_photo_list li .comment {
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    padding: 5px 0 0 0;
    border-bottom: dotted 2px #FFDEE3;
}

#schebox .girls_photo_list li .data {
    font-size: 14px;
    margin: 9px 0 5px 0;
}

#schebox .girls_photo_list li .data_box {
    width: 142px;
    margin: 0 auto 0 auto;
    border: none !important;
}

#schebox .girls_photo_list li .icon {
    position: absolute;
    top: 8px;
    right: -18px;
    width: 18px;
}

#schebox .girls_photo_list li .icon .movie, #schebox .girls_photo_list li .icon .new, #schebox .girls_photo_list li .icon .snap {
    margin-bottom: 5px;
}

#schebox .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;
    background: #cd781e;
}

#schebox .detail_page {
    margin: 25px 0 0 0;
    text-align: center;
}

/* ==================================== */
/* 新人 & キャンペーン */
/* ==================================== */

.contents_girl, .contents_camp {
    margin: 0 0 65px 0;
}

.casetimeempty {
    /*新人の時間部分の調整 top.jsに処理分あります*/
    margin-top: 41px !important;
}


.headstyle {
    margin: 20px 0 0 0;
}

.headstyle p {
    margin: 8px 15px 0 0;
}

.contents_container_middle {
    position: relative;
    width: 710px;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    background: url('/img/common/ptn04.png') 0 0 ;
}

.shinjin_height {
    height: 431px;
}
.contents_container_middle .newgirls_photo_list {
    height: 431px;
}

.contents_container_middle .girls_photo_list, .contents_container_middle .newgirls_photo_list, .contents_container_middle .camp_list {
    border: solid 1px #FFBEC9;
    border-radius: 10px;
}

.contents_container_middle .camp_list {
    /*キャンプ*/
    padding: 25px 0 0 0;
}

.contents_container_middle .newgirls_photo_list ul {
    /*新人*/
    position: relative !important;
    left: 0 !important;
    width: 681px !important;/*708*/
    height: 312px;
    padding: 20px 0 0 8px;
}

.contents_container_middle .newgirls_photo_list ul li {
    float: left;
    /*新人*/
    width: 130px;
    margin: 0 0 40px 29px;
}

.contents_container_middle .newgirls_photo_list ul li div {
    height: 264px;
    padding: 0 0 1px 0;
    border: solid 1px #FFDEE3;
    background: #FFF;
}

.camp_list .caroufredsel_wrapper {
    height: 137px !important;
    /*キャンプ*/
    margin-left: 98px !important;
}

.contents_container_middle #campSlider li {
    /*キャンプ*/
    width: 511px;
    margin: .5px 0 0 0;
    overflow: hidden;
}

.contents_container_middle #campSlider li span {
    font-weight: bold;
    line-height: 140%;
    /*キャンプ*/
    display: block;
    height: 16px;
    color: #F54990;
}

/*キャンプ吹出し*/
.contents_container_middle #campSlider .arrow_box {
    font-size: 13px;
    line-height: 21px;
    position: relative;
    width: 248px;
    height: 20px;
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #F54990;
    border-radius: 1em;
    background: #FFF;
}
.contents_container_middle #campSlider .arrow_box:after, .arrow_box:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
}
.contents_container_middle #campSlider .arrow_box:after {
    margin-left: -10px;
    border-width: 10px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFF;
}
.contents_container_middle #campSlider .arrow_box:before {
    margin-left: -11px;
    border-width: 11px;
    border-color: rgba(176, 176, 176, 0);
    border-top-color: #F54990;
}
/*キャンプ吹出しend*/


.newgirls_photo_list ul dl {
    margin-bottom: 4px;
}

.newgirls_photo_list ul dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    float: left;
    width: 130px;
    height: 18px;
    padding: 0;
    text-align: center;
    color: #FFF;
    background: #cd781e;
}

.newgirls_photo_list ul dd {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    height: 35px;
    padding: 0 0 0 0;
    text-align: center;
    color: #cd781e;
    background: #FFF;
}

.newgirls_photo_list ul .time_other {
    height: 39px;
}

.newgirls_photo_list ul .photo {
    position: relative;
    margin: 8px 0 5px 0;
    text-align: center;
}

.newgirls_photo_list ul .icon {
    position: absolute;
    top: 0;
    right: -18px;
    width: 18px;
    height: 200px;
}


.newgirls_photo_list ul .icon .movie, .newgirls_photo_list ul .icon .snap {
    margin-bottom: 5px;
}

.newgirls_photo_list ul .comment {
    font-size: 14px;
    font-weight: bold;
    min-height: 23px;
    margin: 0 5px 2px 10px;
    padding: 0 0 2px 0;
    color: #cd781e;
    border-bottom: dotted 2px #FFDEE3;
}


.newgirls_photo_list ul .comment {
    /*新人*/
    font-size: 11px;
    overflow: hidden;
    min-height: 15px;
    max-height: 15px;
}

.newgirls_photo_list ul .comment span {
    /*新人*/
    display: inline-block;
    overflow: hidden;
    height: 11pt;
}

.newgirls_photo_list ul .data {
    font-size: 14px;
    margin: 5px 0 0 10px;
    color: #1B1B1B;
}

.newgirls_photo_list ul .data {
    /*新人*/
    font-size: 12px;
    line-height: 1.4;
}

.newgirls_photo_list ul .data .first_date {
    font-weight: bold;
    color: #cd781e;
}

.girls_photo_list .prevnext, .newgirls_photo_list .prevnext, .camp_list .prevnext {
    position: absolute;
    top: 40%;
    width: 100%;
}

.camp_list .prevnext {
    /*キャンプ*/
    top: 30%;
}

.girls_photo_list .prevnext a, .newgirls_photo_list .prevnext a, .camp_list .prevnext a {
    background: none;
}

.girls_photo_list .prevnext a.prev span, .newgirls_photo_list .prevnext a.prev2 span, .camp_list .prevnext a.prev3 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, .newgirls_photo_list .prevnext a.next2 span, .camp_list  .prevnext a.next3 span {
    position: absolute;
    right: -14px;
    display: block !important;
    width: 41px;
    height: 110px;
    text-decoration: none;
    background: url('/img/top/bt_gnext.png') no-repeat 0 0;
}

.girls_photo_list .prevnext a:hover span, .newgirls_photo_list .prevnext a:hover span, .camp_list .prevnext a:hover span {
    background-position: 0 -110px;
}

.girls_photo_list .prevnext a.disabled span, .newgirls_photo_list .prevnext a.disabled span, .camp_list .prevnext a.disabled span {
    background-position: 0 -110px;
}

.girls_photo_list .detail_page, .newgirls_photo_list .detail_page, .camp_list .detail_page {
    padding: 5px 0 18px 0;
    text-align: center;
}

.girls_photo_list .pager, .newgirls_photo_list .pager2, .camp_list .pager3 {
    height: 10px;
    padding: 16px 0 18px 0;
    text-align: center;
}

.girls_photo_list .pager a, .newgirls_photo_list .pager2 a, .camp_list .pager3 a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 5px;
    border-radius: 12px;
    background: #868686;
}

.girls_photo_list .pager a.selected, .newgirls_photo_list .pager2 a.selected, .camp_list .pager3 a.selected {
    background: #F04189;
}

.girls_photo_list .pager a span, .newgirls_photo_list .pager2 a span, .camp_list .pager3 a span {
    display: none;
}

.prevnext {
    cursor: pointer;
}

/* ==================================== */
/* ニューストピックス */
/* ==================================== */

.contents_news {
    margin: 65px 0 0 0;
}

.news_list {
    margin: 30px 0 0 0;
}

.news_list li {
    position: relative;
    float: left;
    margin: 0 0 20px 10px;
    border: solid 1px #EC5A96;
}

.news_list li .obj_tape {
    position: absolute;
    top: -12px;
    left: 30%;
}

.news_list li a {
    display: block;
    width: 172px;
    height: 370px;
    padding: 15px 0 0 0;
    text-decoration: none;
}

.news_list li a > span {
    display: block;
}

.news_list li a .extract {
    width: 126px;
    height: 186px;
    margin: 0 auto 0 auto;
    border: solid 5px #FFF;
    background: #FFF url('/img/justcenter/preloader.gif') no-repeat center center;
}

/* jquery.justcenter.jsの処理が始まる前に一瞬画像が見えるのを防ぐため最初から非表示にする */
.news_list li a .extract img {
    display: none;
}

.news_list li a .timestamp, .news_list li a .title, .news_list li a .comment, .news_list li a .post_data {
    font-size: 13px;
    line-height: 140%;
    width: 136px;
}

.news_list li a .timestamp {
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 0 0 0 23px;
    text-align: left;
    color: #464646;
    background: url('/img/top/news_icon.gif') no-repeat top left;
}

.news_list li a .title {
    font-weight: bold;
    overflow: hidden;
    min-height: 80px;
    max-height: 80px;
    margin: 2px auto 8px auto;
    padding: 0 0 10px 0;
    color: #F54990;
}

.news_list li a .comment {
    overflow: hidden;
    min-height: 77px;
    max-height: 77px;
    /*    background:url("/img/top/bg_border1.png") repeat-x bottom;*/
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    color: #464646;
}

.news_list li a .post_data {
    margin: 5px auto 0 auto;
    padding: 0 0 0 0;
}

.contents_news .detail_page {
    margin: 10px 0 30px 0;
    text-align: center;
}

/* ==================================== */
/* 動画セクション */
/* ==================================== */

.contents_movie {
    margin: 65px 0 0 0;
}

.movie_list {
    margin: 20px 0 0 0;
}

.movie_list li {
    position: relative;
    float: left;
    width: 335px;/*337*/
    height: 298px;/*300*/
    margin: 0 9px 18px 9px;
    padding: 15px 0 0 15px;
    border: solid 1px #DDD;
    background: #E5E5E5 url('/img/top/bg_movie.png');
}

.movie_link {
    position: relative;
    display: block;
    width: 320px;
    height: 240px;
    /*margin:20px auto 0px auto;*/
}

.bt_movstart {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 39px !important;
    height: 39px !important;
    margin: 0 -17px 0 -17px;
}

.movie_link .mv_bt_style {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -29px 0 0 -29px;
}

.movie_link img {
    width: inherit;
    height: inherit;
}

.move_title {
    font-size: 14px;
    font-weight: bold;
    width: 298px;/*320*/
    margin: 6px auto 4px auto;
    padding: 5px 0 0 22px;
    color: #F95D9D;
    background: url('/img/top/eyecatch_movie.png') no-repeat left;
}

.movie_prof {
    width: 320px;/*320*/
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    background: url('/img/top/bg_border2.png') repeat-x top;
}
.movie_prof-link {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 28px 7px 15px;
    text-decoration: none;
    color: #FFF;
    background: #cd781e url('/img/common/arrow01.png') no-repeat 96% center;
}

.movie_prof span {
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    display: block;
    float: left;
}

.movie_prof > span > span{
    font-size: 13px;
}

.movie_prof a {
    display: block;
    float: right;
    margin: 4px 0 0 0;
}

.contents_movie .detail_page {
    margin: 15px 0 30px 0;
    text-align: center;
}

/* ==================================== */
/* グループ紹介セクション */
/* ==================================== */

.contents_group {
    margin: 65px 0 0 0;
}

.group_list {
    margin: 20px 0 0 0;
}

.group_list .left {
    float: left;
    margin: 0 20px 15px 0;
}

.group_list .right {
    float: left;
    margin: 0 0 15px 0;
}

.contents_group .detail_page {
    margin: 15px 0 30px 0;
    text-align: center;
}

/*共通パーツ*/
.bg_summary {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 54px 7px 15px;
    text-decoration: none;
    color: #FFF;
    background: #414141 url('/img/common/bg_btn02.png') no-repeat right center;
}

.bg_btpink {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 9px 28px 7px 15px;
    text-decoration: none;
    color: #FFF;
    background: #EC5A96 url('/img/common/bg_btn01.png') no-repeat right center;
}

.news_list li .bg_btpink {
    display: block;
    margin: 5px 0 0 0;
    padding: 9px 45px 7px 15px;
}



/*--------------------------------*/
/* 追加・上書き */
/*--------------------------------*/
.data {
    border-top: none;
}
.data {
    padding: 0;
}
.data {
    border-bottom: none;
}
span.icon img {
    padding: 0;
}
