/*--- RANKING ---*/
#ranking {
    margin-bottom: 100px;
}
.girls-list>li {
    margin: 0 5% 45px 0;
    width: 30%;
    height: 0;
    padding-top: 30%;
    padding-bottom: 40px;
    position: relative;
}
.girls-list>li:nth-of-type(3n) {
    margin-right: 0;
}
.girls-box {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.rankTitle {
    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    padding: 9px;
    background: #C1272D;
    text-align: center;
    font-size: 2.5rem;
    color: #FF0;
}
.text-middle h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
}
.girlsIcon {
    width: 66%;
    max-width: 165px;
}
.girlsIcon li {
    width: 48%;
    margin: .5%;
}
.waiting_time {
    padding: 0 2%;
    font-size: 1.6rem;
}
.girl_data {
    font-size: 1.4rem;
    line-height: 1.2;
}
.newface .girls-box:after {
    width: 30%;
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    #ranking .floatBox>li {
    float: none;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
}
    .girls_info {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .waiting_time {
        line-height: 1;
    }
    .newface .girls-box:after {
    width: 16.6%;
    padding-top: 16.6%;
    }
}