/*--- TOP ---*/
/* COMMON */
html, body {
    width: 100%;
    height: 100%;
}
body {
}
div#topWrapper {
    overflow: hidden;
}
body, #wrapper {
    display: block;
}

#breadList {
    margin-top: 0;
}
.bg_main { 
padding: 50px 0; 
}
.yellow_title h2.title {
    color: #000;
    border-bottom: 2px solid #000;
}
.girlsIcon {
}
#top_schedule .girls-list li .girlsIcon li,
#top_newface .girls-list li .girlsIcon li,
#top_recommend .girls-list li .girlsIcon li {
    width: 48%;
    margin: 0 .5% 1%;
}
.newface .girls-box:after {
    width: 25%;
    padding-top: 25%;
}
.moreBtn{
    position: relative;
}
.moreBtn a{
    display: block;
    float: right;
    font-size: 1.6rem;
    color: #FF0;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.moreBtn a.blackBtn {
    color: #000;
}

/* SLIDER */
#top_eventInner li,
#top_discountInner li {
    max-width: 600px;
    margin: 0 auto;
}
.slider_nopagination li a {
    color: #FFF;
    font-size: 2rem;
}
.slider_nopagination li a span {
    text-decoration: underline;
    display: block;
    margin: 0 1em;
    color: #000!important;
    text-align: center;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

/* HEADER */
#headerMenu {
    z-index: 999;
}
#headerMenu.scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#headerMenu.hidden {
    display: none;
}
.hidden { display: none !important; }

/* EYECATCH AREA */
#eyecatchArea {
    background: url(/userLayoutShop/4/img/header_bg.jpg) no-repeat center top;
    background-size: cover;
    max-width: 1000px;
    margin: 30px auto 0;
}
#eyecatchInner {
    max-width: 1000px;
    min-height: 430px;
    margin: 0 auto;
    padding: 1% 10px;
}
#eyecatchInfo {
    text-align: center;
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 33.3%;
    max-width: 300px;
}
#eyecatchTel {
    font-size: 3.5rem;
    font-weight: bold;
}
#eyecatchTel a {
    color: #FFF;
    pointer-events: none;
}
#eyecatchHour {
    display: block;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
}
#topmenuList {
    position: absolute;
    width: 20%;
    top: 5%;
    left: 3%;
}
#topmenuList li {
    margin-bottom: 1%;
}
#topmenuList li a {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    font-size: 1.6rem;
    padding: 0 0 0 5px;
    color: #ff0;
    transition: .3s;
    -webkit-transition: .3s;
}
#topmenuList li a:hover {
    background: rgba(255, 255, 0, 0.7);
    color: #000;
}
#eyecatchTitle {
    position: absolute;
    width: 33.3%;
    max-width: 300px;
    top: 5%;
    right: 5%;
}

/* TOPICS */
#top_topicsInner {
    max-width: 1000px;
    margin: 0 auto;
}
#topics_slider li {
}
.topicsImg {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.topicsImg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.topicsImg div {
    overflow: hidden;
    position: relative;
}
.topicsText {
    max-height: 200px;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
}
.topicsText a {
    color: #FFF;
}
.topicsText a span {
    color: #FFF!important;
}
.topicsText dt {
    font-size: 2rem;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.topicsText dt .date {
    display: block;
    font-size: 1.8rem;
}
.topicsText dd {
    font-size: 1.6rem;
    display: none;
}

/* EVENT */
#top_event {
    background: url(/userLayoutShop/4/img/top_bg_pala.jpg) no-repeat top center;
    background-size: cover;
    padding: 65px 0;
    transform: rotate(-5deg);
    width: 120%;
    left: -10%;
    position: relative;
}
#top_eventInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    transform: rotate(5deg);
}

/* SCHEDULE */
#top_scheduleInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#top_schedule h2.title {
    margin: 0 auto 10px;
}
.filter {
    width: 49%;
}
.filter {
    width: 49%;
    border: 1px solid #000;
    text-align: center;
    font-size: 1.6rem;
    padding: 10px 0;
}
.filter+.filter {
    margin-left: 2%;
}
.filter:hover {
    cursor: pointer;
}
/* SCHEDULE - girls-list */
#top_schedule .girls-list>li,
#top_newface .girls-list>li,
#top_recommend .girls-list>li {
    width:32.8%;
    height: 0;
    margin: 0 .5% .5% 0;
    padding-top: 49.2%;
    position: relative;
     border: 1px solid #FF0;
}
.girls-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* DISCOUNT */
#top_discount {
    background: url(/userLayoutShop/4/img/top_bg_pala.jpg) no-repeat top center;
    background-size: cover;
    padding: 65px 0;
    transform: rotate(5deg);
    width: 120%;
    left: -10%;
    position: relative;
}
#top_discountInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    transform: rotate(-5deg);
}

/* NEW FACE */
#top_newfaceInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#top_newface h2.title {
    margin: 0 auto 10px;
}

/* RECOMMEND */
#top_recommend {
    padding: 50px 0;
}
#top_recommendInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#top_recommend h2.title {
    margin: 0 auto 10px;
}

/* MOVIE */
#top_movie {
    color: #FFF;
    padding: 50px 0;
}
#top_movieInner {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#top_movie h2.title {
    margin: 0 auto 10px;
}
#top_movie iframe {
    border: 1px solid #FFF;
}

/*--- PC - Narrow ---*/
@media screen and (min-width: 870px) and (max-width: 924px) {
    /* SCHEDULE */
    .text-middle h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }
    .girlsIcon li {
        width: 23%;
        padding: 2px;
        font-size: 1rem;
    }
}

/*--- PC - Narrow ---*/
@media screen and (min-width: 870px) and (max-width: 1159px) {
    #eyecatchTitle {
        margin-top: 10px;
    }
}
@media screen and (min-width: 769px) and (max-width: 869px) {
    /* EYECATCH AREA */
    #eyecatchInner {
    }
     #eyecatchTitle {
        margin-top: 15px;
    }

    /* SCHEDULE */
    .text-holder-Inner {
        /*height: 60%;*/
    }
    .text-middle h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 10px;
    }
    #top_schedule .girls-list li .girlsIcon li,
    #top_newface .girls-list li .girlsIcon li,
    #top_recommend .girls-list li .girlsIcon li
     {
    }
}

/*--- PC Narrow---*/
@media screen and (min-width: 769px) and (max-width: 1009px) {
    #top_schedule .girls-list>li,
    #top_newface .girls-list>li,
    #top_recommend .girls-list>li {
        width: 32.8%;
        padding-top: 49.2%;
    }
}

/*--- TABLET/SP parallax ---*/
.tab_sp_view { display: none; }
@media screen and (max-width: 1024px) {
    /* SP TOP WIDTH*/
    #top_topicsInner,
    #top_discountInner,
    #top_eventInner,
    #top_newfaceInner,
    #top_movieInner,
    #top_recommendInner,
    #top_scheduleInner{
        width: 93.7%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    #top_event, #top_discount {
        padding: 40px 0 30px;
    }
    div#top_eventInner, div#top_discountInner {
        padding: 0 8%;
    }
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    /* COMMON */
    .moreBtn a {
    }
    
    /*PARALLAX*/
    #sp_bgimages {
        top: 50px;
    }

    /* SLIDER */
    .slider_nopagination li a {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .slider_nopagination li a span {
        margin: 0 .5em;
    }
    
    /* HEADER */
    #globalNavi {
        width: 100%;
        text-align: left;
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: auto;
        z-index: 999;
    }

    /* EYECATCH AREA */
    #eyecatchInner {
        min-height: 200px;
        padding: 10px 0;
    }
    #eyecatchTitle {
        max-width: 200px;
        width: 50%;
        margin-top: 0;
    }
    #eyecatchInfo {
        background: rgba(0, 0, 0, .7);
        margin: 0 auto;
        width: 50%;
        max-width: 200px;
        line-height: 1;
        padding: 5px 10px;
        border-radius: 10px;
        border: 1px solid #FFF;
    }
    #eyecatchInner span {
        bottom: 10px;
        display: block;
     }
     #eyecatchTel {
         font-size: 1.6rem;
     }
     #eyecatchTel a {
         pointer-events: inherit;
     }
     #eyecatchHour {
         font-size: 1.2rem;
     }
    .newface .girls-box:after {
        width: 35%;
        padding-top: 35%;
    }

    /* TOPICS */
    #top_topicsInner {
        width: 93.7%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    #top_topics h2.title {
        margin: 0 auto 35px;
    }
    #topics_slider .floatBox {
        overflow: visible;
    }
    .topicsImg.inner_left {
        float: none;
        width: 80%;
        padding-top: 80%;
        margin: 0 auto 10px;
    }
    .topicsImg a {
        pointer-events: ;
    }
    .topicsText {
        width: 100%;
        border: none;
        height: auto;
        padding: 0 0.5%;
        text-align: center;
        margin-right: 0;
        background: none;
    }
    .topicsText a {
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }
    .topicsText dt .date {
        text-decoration: underline;
    }
    .topicsImg div {
        max-width: none;
        max-height: none;
        top: 0;
        transform: none;
        -webkit-transform: none;
        margin: 0 auto;
    }
    /* SCHEDULE */
    #top_schedule {
        padding: 50px 0;
    }
    #top_schedule .controls {
        margin-bottom: 20px;
    }
    #top_schedule .girls-list li,
    #top_newface .girls-list li,
    #top_recommend .girls-list li {
        width: 49.5%;
    }
    
    /* SCHEDULE - girls-list */
    #top_schedule .girls-list>li,
    #top_newface .girls-list>li,
    #top_recommend .girls-list>li {
        padding-top: 74.25%;
    }

    /* RECOMMEND */
    #top_recommend {
        padding-bottom: 100px;
    }
    #top_recommend h2.title {
        margin-bottom: 20px;
    }
    .girls-box .star p {
        font-size: 1.2rem;
    }
    /* MOVIE */
    iframe {
        width: 100%;
        height: 60vw;
    }
    #top_movie h2.title {
    }

    /* SP TOP WIDTH*/
    #top_topicsInner,
    #top_discountInner,
    #top_eventInner,
    #top_newfaceInner,
    #top_movieInner,
    #top_recommendInner,
    #top_scheduleInner{
        width: 93.7%;
        margin: 0 auto;
        padding-bottom: 0;
    }
}