@charset "utf-8";
/* CSS Document */

/*top*/
#information {
    background: url(../images/sp-top_information_bg@2x.jpg);
    padding: 40px 10px 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#information h2 {
    color: #fff;
}

.information .news_in {
    padding: 0 10px 0 20px;
    overflow-y: scroll;
    max-height: 800px;
}

@media screen and (min-width: 768px) {
    .information .news_in {
        padding: 0 20px 0 20px;
        overflow-y: initial;
        max-height: initial;
    }
}

#information article {
    margin-bottom: 20px;
}
.tel a:hover{
    opacity: 1;
}
#information article .title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
    color: #fff;
    margin-bottom: 10px;
}

#information article .data>p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
#information article .data .u-md-block{
    text-align: right;
}
#information article .data .comment p {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#information article .data .comment p.u-md-block a{
    padding: 6px 30px 6px 20px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#212E4F), to(#17223C));
    background: -webkit-linear-gradient(top, #212E4F, #17223C);
    background: linear-gradient(to bottom, #212E4F, #17223C);
    font-weight: lighter;
    position: relative;
    width: 180px;
} 
#information article .data .comment p.u-md-block {
    margin: 20px auto 0;
    text-align: right;
}
#information article .data .comment p.u-md-block a::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 45px;
}







/* information */


#information article .photo {
    width: 100%;
    position: relative;
}

#information article .photo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
}


#information article .more {
    margin-top: 10px;
}

#information article .more a {
    display: block;
    width: auto;
    text-align: right;
    font-size: 14px;
    color: #fff;
}

#information article .c-btn a {
    display: inline-block;
}

/*schedule*/
/*#top_feature {
    padding: 20px 0 0;
}*/
.top_feature_in {
    padding: 0 10px;
}
.featureArticle {
    width: 100%;
    height: auto;
}
.topFeature ul {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
}
.topFeature ul li {
    margin-right: 5px;
    width: calc((100% - 5px)/2);
}
.topFeature ul li:nth-of-type(2n) {
    margin-right: 0;
}
.topFeature ul li:nth-of-type(n+3) {
    margin-top: 10px;
}

.topFeature ul li:last-of-type {
    margin-right: 0;
}

.topFeature__date {
    display: none;
}

.topFeature__new {
    position: absolute;
    width: 58px;
    height: 54px;
    right: 3px;
    bottom: 3px;
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .topFeature ul {
        display: flex;
        flex-flow: initial;
        width: 100%;
        height: auto;
    }
    .topFeature ul li {
        margin-right: 8px;
        width: calc((100% - 24px)/4);
    }
    .topFeature ul li:nth-of-type(2n) {
        margin-right: 8px;
    }
    .topFeature ul li:nth-of-type(n+3) {
        margin-top: initial;
    }
    .topFeature ul li:last-of-type {
        margin-right: 0;
    }
    .topFeature__date {
        display: block;
        margin-bottom: 5px;
        color: #012E6F;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .topFeature__new {
        width: 58px;
        height: 54px;
    }
}

.topFeature__image a:hover,
.topFeature__image a:hover .topFeature__new img {
    opacity: 1!important;
}

.topFeature__image {
    position: relative;
    width: 100%;
    /*background: linear-gradient(135deg, #e2b85b 0%,#f9f2e2 20%,#efc983 50%,#e2b85b 100%);*/
    aspect-ratio: 1 / 1;
}

.topFeature__image:before {
    content: "";
    position: absolute;
    width: 100%;
    /*background: linear-gradient(135deg, #e2b85b 0%,#f9f2e2 20%,#efc983 50%,#e2b85b 100%);*/
    border: 3px solid #e2b85b;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}

.topFeature__image div {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.topFeature__image div a {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.topFeature__image div img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.topFeature__title {
    margin-top: 5px;
    color: #012E6F;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top_feature_in {
        padding: initial;
    }
    .topFeature__title {
        margin-top: 5px;
        color: #012E6F;
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
    }
}

  #top_schedule {
    padding-top: 10px;
}

/*schedule*/
/*#top_schedule {
    padding: 20px 0;
}*/


#top_schedule .today {
    font-size: 14px;
    text-align: center;
    margin: -15px 0 0;
}

#girl_tab {
    margin: 0;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}

#girl_tab li {
    margin-right: 5px;
    width: calc((100% - 5px)/2);
}

#girl_tab li:nth-child(2n) {
    margin-right: 0px;
}

#girl_tab li:nth-child(n+3) {
    margin-top: 5px;
}

#girl_tab li a {
    display: block;
    color: #fff;
    cursor: pointer;
    opacity: 0.4
}

#girl_tab li a.mixitup-control-active {
  opacity: 1;
}

@media screen and (min-width: 768px) {
	#girl_tab {
		margin-bottom: 20px;
		padding: 0;
		display: block;
		flex-flow: initial;
		margin-top: 20px;
	}
	#girl_tab li {
		display: inline-block;
        	width: 200px;
		margin: 0 2px;
	}
	#girl_tab li:nth-child(2n) {
		margin: 0 2px;
	}
	#girl_tab li:nth-child(n+3) {
		margin: 0 2px;
	}
	#girl_tab li:first-child {
		display: block;
		margin: 0 auto 10px auto;
	}
}
#schedule_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 17px 20px;
}

#schedule_day li {
    margin: 0 3px;
    width: 14%;
}

#schedule_day a {
    border: 1px solid #ADA59A;
    color: inherit;
    display: block;
    text-align: center;
    line-height: 1.2;
    padding: 4px 0;
}

#schedule_day .sat a {
    color: #84bbff;
}

#schedule_day .sun a {
    color: #ff576b;
}


/* newface */
#newface {
    padding: 0;
}

#newface .slick-slider {
    margin: 0 -10px;
}

#newface .girl_box {
    margin: 0;
    padding: 0 0 0;
}

#newface .g_photo img {
    width: 100%;
    height: auto;
}

#newface .g_name {
    font-size: 16px;
}

#newface .c-panel__tag {
  min-height: 40px;
}

/*slickのカスタマイズ*/
#top .slick-dots li button:before {
 content: "";
    background: #000;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.top_slider {
    padding: 10px;
}


.top_slider .slick-arrow {
    display: none !important;
}

.top_slider .slick-dots {
    width: 93%;
    text-align: center;
}


.top_slider .slick-dots li {
    margin: 5px 0;
}

.top_slider .slick-dots li button:before {
    top: -10px;
}

.slick-dotted.slick-slider {
    margin-bottom: 50px !important;
}

#newface .slick-arrow {
    display: none !important;
}

#newface .slick-slide {
    margin: 0;
}



#schedule_inner {
    padding: 0 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.girl_box {
    margin: 0 2px 16px;
    width: calc((100% - 12px) / 3);
}

.girl_box:nth-child(3n) {
    margin-right: 0;
}

.g_icon {
    text-align: center;
}

.girl_box .g_photo {
    text-align: center;
    position: relative;
}

.girl_box .g_photo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    /*pointer-events: none;
    touch-action: none;*/
}


.girl_box .g_photo .new_icon {
    width: 50px;
    height: auto;
}

.girl_box .g_photo .new_icon img {
    height: auto;
}

.girl_box p {
    text-align: center;
}

.girl_box .g_sales {
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 5px;
    padding: 5px 0;
    border-image: linear-gradient(to right, #C88D09, #74540C) 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.girl_box .g_kana {
    display: none;
    font-size: 8px;
    font-weight: 500;
}

.girl_box .g_name {
    font-size: 11px;
    font-weight: 500;
}

.girl_box .g_size,
.girl_box .g_time {
    font-family: initial;
    font-size: 10px;
}

.girl_box .g_size span {
    display: none;
}

.g_time {
    margin-top: 5px;
    position: relative;
    background: linear-gradient(to bottom,  #0f428e 0%,#0b2139 100%);
}

.g_time:before {
    content: "";
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(../images/pc_time_left.png);
    background-size: contain;
    left: 4px;
    top: 0;
    bottom: 0;
}

.g_time:after {
    content: "";
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    background-image: url(../images/pc_time_right.png);
    background-size: contain;
    right: 4px;
    top: 0;
    bottom: 0;
}

.g_time p {
    padding: 0px;
    margin: 0;
    color:#fff;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.g_time p span {
    display: block;
    font-size: 11px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 -7px;
}

@media screen and (min-width: 768px) {
	#schedule_inner {
	    padding: 0 2px;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: start;
	    -webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
    .girl_box .g_size,
    .girl_box .g_time {
        font-family: initial;
        font-size: 12px;
    }
    .girl_box .g_size span {
        display: inline;
    }
    .g_time:before {
        width: 18px;
        height: 18px;
    }
    
    .g_time:after {
        width: 18px;
        height: 18px;
    }
    .g_time p {
        font-size: 14px;
        line-height: 28px;
    }
    .g_time p span {
        display: block;
        font-size: 12px;
        line-height: 28px;
    }
}
@media screen and (min-width: 1000px) {
    .g_time p {
        font-size: 16px;
        line-height: 28px;
    }
    .g_time p span {
        display: block;
        font-size: 14px;
        line-height: 28px;
    }
}

#top_banner {
    padding: 20px 10px;
}

#top_banner ul li {
    margin-bottom: 10px;
}

.top_banner_sns li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
}

.top_banner_sns li:last-of-type {
    margin-right: 0;
}

#newface .g_name {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
#newface .g_size {
    font-size: 10px;
    text-align: center;
}

#newface .lady_comment {
    font-size: 10px;
    text-align: center;
}


/*スマホバナーエリア*/
#sp-top_banner-block {
    padding:  40px 10px 0;
}

 #sp-top_banner {
    width: 100%;
 }

 #sp-top_banner ul {
    display: flex;
 }
 #sp-top_banner ul li {
     margin-bottom: 10px;
     width: calc((100% - 20px)/3);
 }
 #sp-top_banner ul li:nth-child(n+2) {
     margin-left: 10px;
 }

.sp-top_banner_sns {
    width: 100%;
 }

.sp-top_banner_sns ul {
    display: flex;
}
.sp-top_banner_sns ul li {
     width: calc((100% - 20px)/3);
}
.sp-top_banner_sns ul li:nth-child(n+2) {
     margin-left: 10px;
 }

@media screen and (min-width: 768px) {
    #information {
        background: url(../images/pc-top_information_bg@2x.jpg);
        margin: 0 calc(50% - 50vw);
        padding: 20px;
    }
    #information h2 {
        border-bottom: 1px solid #fff;
    }
    #information article .title {
        font-size: 14px;
    }
    #information article .data {
        width: 70%;
        padding-right: 20px;
    }
    #information article .data>p {
        padding: 0 0 20px 10px;
    }
    #information article .data .comment p {
        margin: 0 10px;
        line-height: 2em;
    }
    .top_information_inner {
        overflow: auto;
        max-height: 408px;
    }
    #information article .photo {
        width: 30%;
    }
    #information article .photo img {
        height: 220px;
    }
    #information article .more {
        text-align: right;
        margin: 20px 0;
    }
    #information article .c-btn a {
        padding: 15px 30px 15px 20px;
    }
    #girl_tab li {
        width: 198px;
    }

    #girl_tab li:first-of-type {
        display: block;
        margin: 0 auto 10px auto;
    }
    .top_slider {
        padding: 0;
    }
    .top_slider .slick-dots {
        width: 100%;
        bottom: -50px;
    }
    #newface .slick-slider {
        margin: initial;
    }
    #newface .slick-arrow {
        display: block !important;
    }
    #newface .slick-next {
        background: url(../images/newface_slick_next@2x.png);
        background-size: contain;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 50%;
        z-index: 2;
    }
    #newface .slick-next:before {
        display: none;
    }
    #newface .slick-prev {
        background: url(../images/newface_slick_prev@2x.png);
        background-size: contain;
        width: 40px;
        height: 40px;
        left: 20px;
        top: 50%;
        z-index: 2;
    }
    #newface .slick-slide {
        margin: 0;
        padding: 0;
    }
    */#top_feature {
        padding: 20px 0 0;
    }*/
    #top_schedule {
        padding: 20px 0;
    }
    .girl_box {
        margin: 0 4px 16px;
        width: calc((100% - 32px) / 4);
    }
    .girl_box:nth-child(3n) {
        margin: 0 2px 16px;
    }
    .girl_box:nth-child(4n) {
        margin-right: 0;
    }
    .girl_box .g_photo img {
        height: auto;
        max-height: 350px;
    }
    .girl_box .g_kana {
        font-size: 10px;
        font-weight: 500;
    }
    .girl_box .g_name {
        font-size: 16px;
        font-weight: 500;
    }
    #newface .g_name {
        margin-top: initial;
        font-size: 16px;
        font-weight: 500;
    }
    #pc-top_banner {
        width: 20%;
    }

    #pc-top_banner ul li {
        margin-bottom: 10px;
    }
    #sp-top_banner-block {
        display: none;
    }

     .sp-top_banner_sns {
         width: calc((100% - 10px)/2);
     }

    .information {
        width: 56%;
    }

    .pc-top_banner_sns {
        width: 20%;
    }

    .pc-top_banner_sns ul li {
        margin-bottom: 10px;
    }
    .g_time p {
        padding: 2px 5px;
        margin: 0 4px;
    }
}
@media screen and (min-width: 1000px) {
    .top_information_inner {
        overflow: auto;
        max-height: 568px;
    }
}

#newface .waiting{
    text-align: center;
    color: #000;
}

#newface .slick-list {
    padding: 0 15px!important;
}
@media screen and (min-width: 768px) {
    #newface .slick-list {
        padding: 0!important;
    }
}