@charset "utf-8";
#wrap {
    margin: 30px auto;
    padding: 0;
}

#cover .slick-dots li.slick-active button::before,
#pickup .slick-dots li.slick-active button::before {
    color: #ee5188;
    opacity: 1;
}

.subtitle {
    margin: 0 auto 20px;
}


/*
====================================================
■ BG slide (Flexslider)
====================================================
*/

.flexslider .slides>li {
    background-position: center 50px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 100%;
}

html,
body {
    min-height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

ul.slides {
    margin: 0;
    padding: 0;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    position: fixed;
}


/*under contents*/

#flexwrap {
    /*background-color: rgba(255,255,255,1);
  position: relative;
 z-index: 90;
 width: 100%;
overflow: hidden;*/
}

@media screen and (max-width: 768px) {
    /*.flexslider-container{
  display:none;
}*/
}


/*
====================================================
■ topbox
====================================================
*/

.topbox {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.topbox .mainbox {
    float: left;
    width: 69%;
}

.topbox .subbox {
    float: left;
    width: 30%;
    margin-left: 1%;
}


/*
====================================================
■ Cover
====================================================
*/

#cover {
    margin-bottom: 10px;
}

#cover li img {
    width: 100%;
    max-width: 960px;
}

#cover .slider .slick-slide:not(.slick-center) img {
    opacity: 0.2;
    transform: scale(0.95);
}

#cover .slider-nav li {
    background: #fff;
    margin: 0 0.5%;
}

#cover .slider-nav li img {
    opacity: 0.5;
}

#cover .slider-nav li.slick-current img {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #cover .slider .slick-slide:not(.slick-center) img {
        opacity: 1;
        transform: scale(1);
    }
}


/*
====================================================
■ HEADLINE
====================================================
*/

#hotline_con {
    display: block;
    margin: 0px auto 10px;
    overflow: hidden;
    width: 98%;
    padding: 0.8%;
    background: url(/img/bg_ivy.png) #FDE2EA no-repeat -70px -15px;
    position: relative;
    display: table;
}

#hotline_con .hotline_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    display: table-cell;
    width: 120px;
    text-align: center;
    color: #614C3F;
}

#hotline_con #TextMarquee {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.5%;
    display: table-cell;
    letter-spacing: 0.1em;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (max-width: 1024px) {
    #hotline_con .hotline_ttl {
        font-size: 1.4rem;
        width: 90px;
    }
    #hotline_con #TextMarquee {
        font-size: 1.3rem;
    }
}


/*
 ====================================================
 ■ shopinfo_bn
 ====================================================
 */

#shopinfo_bn {
    overflow: hidden;
    margin-bottom: 10px;
}

#shopinfo_bn li {
    width: 49%;
    padding: 0.5%;
    float: left;
}


/*
====================================================
■ pr_bn
====================================================
*/

#pr_bn {
    overflow: hidden;
}

#pr_bn li {
    margin-bottom: 8px;
}


/*
====================================================
■ girls list
====================================================
*/

.box {
    margin: 25px auto;
    overflow: hidden;
    text-align: center;
    width: 1400px;
}

.lists {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

.tab {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.tab::after {
    background: rgba(0, 0, 0, 0) url("/img/bg_dot.jpg") repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    width: 100%;
}

.tab li {
    background: rgba(0, 0, 0, 0) linear-gradient(25deg, #E7E7E7, #F6F6F6) repeat scroll 0 0;
    border-bottom: medium none;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    font-size: 2.4rem;
    line-height: 1.1;
    padding: 1% 0;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: calc(100% / 4);
}

.tab li span {
    display: block;
    font-size: 1.2rem;
}

.tab li.select {
    background: url("/img/bg_ivy.png") no-repeat scroll -60px -15px, linear-gradient(25deg, #EE5088, #F58AAD);
    color: #fff;
}

.tab li:hover {
    background: #FBCCDB none repeat scroll 0 0;
    color: #EE5088;
}

.content li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: auto;
    transition: all 0.4s ease 0s;
}

.hide {
    display: none;
}

.content li ul li {
    box-sizing: border-box;
    float: left;
    margin: 1% 0.1%;
    overflow: hidden;
    position: relative;
    width: 19.8%;
}

.content li ul li .ph {
    position: relative;
    transition: all 0.8s ease-out 0s;
    width: 100%;
}

.content li ul li .waiting {
    background: rgba(0, 0, 0, 0) url("/img/bg_dot.jpg") repeat scroll 0 0;
    color: #fff;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.content li ul li .waiting span {
    display: none;
}

.content li ul li .ph .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.content li ul li .ph .r_icon {
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.content li ul {
    margin: 0 auto 20px;
    max-width: 100%;
}

.content li ul li {
    float: left;
    margin: 0.1%;
    overflow: hidden;
    width: 19.8%;
}

.content li ul li a {
    display: block;
    position: relative;
}


/*
.content li ul li article .waittime {
    font-size: 1.3rem;
    line-height: 0.8;
}
.content li ul li article .waittime span {
    color: #d9af22;
    font-family: "Pinyon Script",cursive;
    font-size: 3.4rem;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.8);
}
*/

.content li ul li .list_ranking {
    top: 0;
    right: 0;
    bottom: inherit;
}

.content li ul li .list_rank {
    display: none;
}

.content li ul li .time {
    padding: 0;
}


/*
====================================================
■ NEWS CONTENA
====================================================
*/

#news_con {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    width: 48%;
    padding: 1%;
    background: url(/img/bg_news.png) no-repeat;
    position: relative;
    float: left;
}

#news_con .newslist {
    /*leftbox*/
    float: left;
    width: 29%;
    padding-right: 1%;
    min-height: 600px;
    vertical-align: top;
}

#news_con .newstopic {
    /*rightbox*/
    float: left;
    width: 70%;
    min-height: 600px;
    vertical-align: top;
}

ul#news_headline {
    /*float:left;
width:30%;
margin: 100px 0px 0 0;*/
    padding: 0;
    margin-left: 40px;
}

ul#news_headline li {
    display: inline-block;
    width: 100%;
    padding: 0.1% 0;
    margin: 0;
    text-align: left;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

ul#news_headline li .ph {
    width: 24%;
    margin-right: 1%;
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    float: left;
}

ul#news_headline li .newsdata {
    width: 75%;
    overflow: hidden;
    float: left;
    line-height: 1.5;
    padding-top: 10px
}

ul#news_headline li .newsdata .day {
    font-size: 1.3rem;
    color: #333;
}

ul#news_headline li .newsdata .ttl {
    font-size: 1.8rem;
    color: #ee5188;
}

ul#news_headline li .newsdata .comment {
    margin-top: 5px;
    font-size: 1.5rem;
    color: #333;
}

ul#news_headline li:hover {
    background: rgba(238, 238, 238, 0.5);
}


/*ul#news_headline li.current{
background-color:rgba(255,255,255,0.4);
}*/

ul#news_story {
    float: right;
    width: 70%;
    padding: 0;
    display: none;
}

ul#news_story li {
    display: none;
    vertical-align: top;
    height: 320px;
    /*background-color:#FFF;*/
    padding: 1%;
    z-index: 2;
}

ul#news_story li.current {
    display: block;
}

.news {
    overflow: hidden;
}

.news .subtitle {
    color: #fff;
}

.news .subtitle span {
    color: #849fb4;
    margin: 5px 0 -5px 0;
}

.news {
    display: table;
    width: 100%;
}

.news .ph {
    display: table-cell;
    padding: 0 2%;
    width: 36%;
    margin-bottom: 10px;
}

.news article {
    display: table-cell;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 0 0 1%;
}

.news article a {
    color: #000;
}

.news article h3 {
    font-size: 2rem;
    font-weight: bold;
}

.news article .day {
    font-size: 1.4rem;
}

.news article .comment {
    height: 230px;
    overflow: auto;
    margin-top: 15px;
    font-size: 1.6rem;
}


/*
  ====================================================
  ■ CHAT CONTENA (news)
  ====================================================
  */

#chat_con {
    display: block;
    margin: 20px auto;
    overflow: hidden;
    width: 48%;
    height: 580px;
    padding: 1% 1% 0;
    background: url(/img/bg_chat.jpg) no-repeat bottom center;
    position: relative;
    float: left;
}

#chat_con .chatframe {
    margin: 5% 0;
}


/*
====================================================
■ pickup
====================================================
*/

.pickupBG {
    background: url(/img/bg_pickup.png) center bottom no-repeat;
}

#pickup {
    margin: 20px auto;
    text-align: center;
    padding-bottom: 5px;
    width: 1350px;
}

#pickup ul {
    margin: 0 auto 20px;
    max-width: 98%;
}

#pickup ul li {
    width: 19.4%;
    /*19.6*/
    margin: 0% 0.3% 0.3%;
    /*0.2*/
    overflow: hidden;
    float: left;
}

#pickup ul li a {
    display: block;
    position: relative;
}

#pickup ul li {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#pickup .slick-dots li {
    box-shadow: none;
}

#pickup li article {
    bottom: 0px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
    font-weight: bold;
}

#pickup li article h3 {
    /*名前*/
}

#pickup li article h3 span {
    /*年齢*/
}

#pickup li article .bodysize {
    /*サイズ*/
}

#pickup .slick-dots li {
    width: auto;
    float: none;
    margin: 0 5px;
}

@media screen and (max-width: 1024px) {
    #pickup ul li {
        width: 33.333%;
    }
    #pickup li article h3 {
        /*名前*/
        font-size: 2.2rem;
    }
    #pickup li article .bodysize {
        /*サイズ*/
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    #pickup ul li {
        width: 50%;
    }
}


/*
====================================================
■ BOTTOM CONTENA
====================================================
*/

#bottom_con {
    display: table;
    margin: 20px auto;
    padding: 0 1%;
    table-layout: fixed;
    width: 98%;
    text-align: center;
    display: none;
}

#bottom_con .block {
    /*box*/
    display: table-cell;
    /*width:33.333%;
margin:0 0.5%;*/
    vertical-align: top;
    height: 600px;
    overflow: auto;
    position: relative;
    padding-top: 80px;
    line-height: 1.4;
}

#bottom_con .block:first-child {
    background: url(/img/bg_block01.jpg) repeat;
    width: 27%;
}

#bottom_con .block:nth-child(2) {
    background: url(/img/bg_block02.jpg) repeat;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 23%;
    padding-right: 1%;
    padding-left: 1%;
}

#bottom_con .block:nth-child(3) {
    background: url(/img/bg_block03.jpg) repeat;
    width: 23%;
}

#bottom_con .block:nth-child(4) {
    background: url(/img/bg_block04.jpg) repeat;
    width: 25%;
    border-left: 1px solid #fff;
}

@media screen and (max-width: 960px) {
    #bottom_con .block {
        display: block;
        height: auto;
        margin-bottom: 10px;
        padding: 60px 1% 0 0;
    }
    #bottom_con .block:first-child,
    #bottom_con .block:nth-child(2),
    #bottom_con .block:nth-child(3),
    #bottom_con .block:nth-child(4) {
        width: 99%;
    }
    .b_title img {
        height: 50px;
    }
}


/*
====================================================
■ TWITTER
====================================================
*/

.tw .subtitle {
    padding: 5px;
}

.tw {
    /*overflow: auto;
  height: 300px;*/
}

@media screen and (max-width: 768px) {
    .tw {
        -webkit-overflow-scrolling: touch；
    }
}


/*
====================================================
■ Review
====================================================
*/

.review ul {
    height: 530px;
    overflow: auto;
    width: 98%;
    margin: auto;
}

.review li {
    text-align: left;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    overflow: hidden;
}

.review li .ph {
    float: left;
    margin: 0 2% 1% 0;
    width: 35%;
}

.review li article {}

.review li article h3 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.5;
    color: #da2d9b;
}

.review li article h3 span {
    font-size: 1.8rem;
}

.review li article h4 {
    font-weight: bold;
    font-size: 1.7rem;
}

.review li article h4 span {
    font-size: 1.3rem;
    display: block;
}

.review li article h4 span:after {
    font-size: 1.1rem;
    content: 'UPDATE';
    margin-left: 5px;
}

.review li article h4::after {
    font-size: 1.4rem;
    content: '様の投稿';
}

.review li article .comment {
    margin-top: 15px;
    text-align: left;
    font-size: 1.5rem;
    display: block;
    overflow: hidden;
}


/*
====================================================
■ DIARY
====================================================
*/

.diary iframe {
    width: 94%;
    margin: auto;
    min-height: 520px;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .diary {
        margin-top: 20px;
    }
    .diary iframe {
        width: 98%;
        margin: auto 1%;
    }
}


/*
====================================================
■ DELIINFO
====================================================
*/

.deliinfo {
    width: 96%;
    margin: auto;
}

.deliinfo ul {
    padding: 2%;
    height: 510px;
    overflow: auto;
}

.deliinfo ul li h4 {
    font-size: 1.7rem;
    color: #da2d9b;
    font-weight: bold;
    border-left: 5px solid #da2d9b;
    padding-left: 10px;
    margin-bottom: 10px;
}

.deliinfo ul li {
    font-size: 1.4rem;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    overflow: hidden;
}

.deliinfo ul li .ph {
    float: left;
    margin: 0 1% 1% 0;
    width: 36%;
}

.deliinfo ul li .comment {
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 768px) {}


/*
====================================================
■ BANNER
====================================================
*/

#banner {}

#banner ul {}

#banner ul li {
    float: left;
    width: 19%;
    margin: 0.5%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #banner ul li {
        width: 32.333%;
        ;
    }
}