/*--- RANKING ---*/
#ranking {
    margin-bottom: 100px;
}
.girls-list>li {
    margin: 0 5% 45px 0;
    width: 30%;
    height: 0;
    padding-top: 40%;
    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: 30px;
    padding: 4px;
    background: #c80000;
    text-align: center;
    font-size: 2.2rem;
    color: #FF0;
    border-radius: 15px;
}
.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%;
}
.girl_data {
    font-size: 1.4rem;
    line-height: 1.2;
}
.newface .girls-box:after {
    width: 30%;
}

/*--- SP-style ---*/
@media screen and (max-width: 768px) {
    #contents .block {
        max-width: 360px;
    }
    #ranking .floatBox>li {
        float: none;
        width: 100%;
       padding-top: 125%;
       margin-bottom: 10px;
    }
    .girls_info {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .newface .girls-box:after {
        width: 30%;
        padding-top: 30%;
    }
}