@media (max-width:768px) {
#section-bread{
padding: 10px 0 20px;
}
}

#section-bread {
padding-top: 20px;
}

@media (max-width:768px) {
h2.pagetitle_ {
min-height: 35px;
line-height: 1.6;
font-size: 16px;
}
}

.ranking-wrapper{
    width: 1000px;
    margin: 0 auto;
    counter-reset: number 0; 
    margin-bottom: 100px;
    margin-bottom: 50px;
    display: none;
}

@media (max-width:768px) {
    .ranking-wrapper{
        width: auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
}

.ranking-wrapper .ranking-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ranking-wrapper .ranking-box .rank-item{
    width: calc((100% - 8%) / 5);
    margin-right: 2%;
    position: relative;
    margin-bottom: 15px;
}

@media (max-width:768px) {
.ranking-wrapper .ranking-box .rank-item{
    width: calc((100% - 4%) / 2);
    margin-bottom: 20px;
    }
}

.ranking-wrapper .ranking-box .rank-item .icon{
background: #999;
border-radius: 50%;
content: counter(wpp-ranking, decimal);
counter-increment: wpp-ranking;
color: #fff;
font-size: 14px;
line-height: 1;
width: 30px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 3px;
left: 3px;
}
.ranking-wrapper .ranking-box .rank-item:nth-of-type(1) .icon{
    background: #d2b476;
}
.ranking-wrapper .ranking-box .rank-item:nth-of-type(2) .icon{
    background: #cecdcd;
}
.ranking-wrapper .ranking-box .rank-item:nth-of-type(3) .icon{
    background: #b2927e;
}
.ranking-wrapper .ranking-box .rank-item p.txt,.ranking-wrapper .ranking-box .rank-item p.price{
    text-align: left;
    overflow: hidden;
    font-weight: normal;
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 42px;
    word-break: break-all;
    font-family: YuGothic, "游ゴシック Medium", "YuGothic M","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width:768px) {
    .ranking-wrapper .ranking-box .rank-item p.txt,.ranking-wrapper .ranking-box .rank-item p.price{
        font-size: 13px;
        min-height: 32px;
    }
}
.ranking-wrapper .ranking-box .rank-item:nth-of-type(5n){
    margin-right: 0%;
}
@media (max-width:768px) {
    .ranking-wrapper .ranking-box .rank-item:nth-of-type(2n){
    margin-right: 0%;
}
}
.ranking-wrapper .ranking-box .rank-item img{
    width: 100%;
    margin: 0;
    border-radius: 6px;
}


    .ranking-wrapper .ranking-slct{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    }

.ranking-wrapper .ranking-slct #select01{
    height: auto;
    padding: 8px 26px 8px 20px;
    width: 160px;
    border: 0;
    border-bottom: 1px solid #cbcbcb;
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
}
.ranking-wrapper .ranking-slct #select01 option{
    height: 20px;
}
