/* CSS Document */
h2 .didot{
    font-size: 45px;
    letter-spacing: 2px;
}
.ranking .icon{
    width: 50px;
    margin: auto;
    margin-bottom: 10px;
}
.ranking .logo{
    width: 170px;
    margin: auto;
    margin-bottom: 10px;
}
.ranking figure{
    position: relative;
    padding-top: 135%;
    overflow: hidden;
}
.ranking .photo {
    position:absolute;
    width: 100%;
    height: 100%;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    overflow: hidden;
}
.ranking figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
    background-color: rgba(49, 36, 18, 0.7);
    width: 100%;
    height: 28%;
}
.ranking figcaption a{
    color: #fff;
}
.ranking .stylist dt,
.ranking .stylist dd{
    display: inline-block;
}
.ranking .stylist dt::after{
    content: "|";
    margin:0 .5em;
}
.ranking .tag{
    margin-bottom: 5px;
}
.ranking .rank_tag{
    background-color: #fff;
    padding: 8px 10px 0;
    line-height: 1;
    color: #312412;
    letter-spacing: 0;
}
.ranking h3{
    text-align: left;
}
.ranking .flexbox.clm3{
    -webkit-justify-content: center;
    justify-content: center;
}
.ranking .flexbox.clm3::after{
    content: none;
}

.ranking .flexbox.clm3 li{
    width: 30%;
    margin: auto;
}
.ranking .flexbox.clm3 li:nth-child(n+4){
    -webkit-transform: scale(.8);
    transform: scale(.8);
    margin: 0;
}
.ranking .flexbox.clm3 li .photo a{
    display: block;
    height: 100%;
    width: 100%;
}
.ranking .flexbox.clm3 li .photo a{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;    
}
.style{
    margin-top: 50px;
}
.trend .flexbox.clm2{justify-content: center;}
.trend .flexbox.clm2 li{
    max-width: 350px;
    margin: 30px;
}
@media screen and (max-width:768px){
    .ranking .flexbox.clm3 li{
        width: 80%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .ranking .flexbox.clm3 li:nth-child(n+4){
        -webkit-transform: scale(.8);
        transform: none;
        width: 48%;
        margin: auto;
    }
    .trend .flexbox.clm2 li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (max-width:480px){
    h2 .didot{
        font-size: 35px;
    }
    .ranking .logo{
        width: 150px;
    }
    .ranking .flexbox.clm3 li{
        width: 90%;
    }
    .ranking .flexbox.clm3 li:nth-child(n+4) figure{
        padding-top: 200%;
    }
    .ranking .flexbox.clm3 li:nth-child(n+4) figcaption{
        height: auto;
    }
    .ranking .flexbox.clm3 li:nth-child(n+4) figcaption h3{
        font-size: 14px;
        line-height: 1.4;
    }
    .ranking .flexbox.clm3 li:nth-child(n+4) figure .stylist dt{
        display: none;
    }
}
