/**
 * sort 
 ******************************************** */
#sort_wrap{margin:0 0 20px;}

#sort_wrap p{float:left;line-height:24px;}
#sort_wrap p a{
    display:inline-block;
    line-height:24px;
    padding:0 15px;
    margin:0 10px 0 0;
    color:#FFF;
    font-size:85%;
    background:#982840;
}
#sort_wrap p a.current{background:#d6a9b3;}
#sort_wrap p a.premium{background:#ba975d;}
#sort_wrap p a.premium.current{background:#e3d4bc;}
#sort_wrap p a.goldpfeil{background:#00275e;}
#sort_wrap p a.goldpfeil.current{background:#99a9be;}

#sort_wrap ul{float:right;}
#sort_wrap li{float:left;margin:0 5px;}
#sort_wrap li a{
    display:block;
    padding:0 24px;
    line-height:24px;
    color:#fff;
    font-size:85%;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    background:#2f363e;
}
#sort_wrap li.current a{
    color:#2f363e;
    background:#e6e6e6;
}








/**
 * list 
 ******************************************** */
#listwrap{
  margin:0 -12px; 
}



/**
 * pager 
 ******************************************** */
#pager{
    margin:50px auto 100px;
    text-align:center;
}

#pager ul{
    display:inline-block;
    margin:0 auto;
    text-align:center;
}

#pager li{
    display:inline-block;
    float:left;
    margin:0 5px;
}

#pager li a{
    display:block;
    width:30px;
    text-align:center;
    height:30px;
    line-height:30px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#a12642;
    background:#e6e6e6;
}


#pager li.current a{
    color:#FFF;
    background:#a12642;
}


#pager li#prev,
#pager li#next{margin:0 10px;}
#pager li#prev a,
#pager li#next a{
  width:50px;
  background:none;
  font-weight:bold;
  font-size:100%;
}





/**
 * description 
 ******************************************** */
.branddesc{
    margin:60px 0 30px;
}
.branddesc .row{
    position: relative;
    padding: 40px;
}
.branddesc .row:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.branddesc .row .detail{
    position: relative;
    z-index: 5;
}
.branddesc .row .detail h2{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.0;
}
.branddesc .row .detail p{
    font-size: 16px;
    line-height: 2.0;
}

.branddesc.goldpfeil{
    color: #fff;
}
.branddesc.goldpfeil .row{
    padding: 20px 40px;
}
.branddesc.goldpfeil .row:before{
    background: -moz-linear-gradient(left, rgba(0,39,94,1) 0%, rgba(0,39,94,1) 40%, rgba(0,39,94,0) 55%, rgba(0,39,94,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,39,94,1) 0%,rgba(0,39,94,1) 40%,rgba(0,39,94,0) 55%,rgba(0,39,94,0) 100%);
    background: linear-gradient(to right, rgba(0,39,94,1) 0%,rgba(0,39,94,1) 40%,rgba(0,39,94,0) 55%,rgba(0,39,94,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00275e', endColorstr='#0000275e',GradientType=1 );
}
.branddesc.goldpfeil .row .detail h2{
    margin-bottom: 15px;
}

.branddesc.whiteshoes,
.branddesc.supporthoes{
    border: 1px solid #d9d9d9;
}
.branddesc.whiteshoes .row:before,
.branddesc.supporthoes .row:before{
    background: -moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 54%, rgba(255,255,255,0) 74%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,0) 74%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,0) 74%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fff', endColorstr='#fff',GradientType=1 );
}
.branddesc.whiteshoes .row .detail,
.branddesc.supporthoes .row .detail{
    float: right;
    width: 52%;
}
.branddesc.whiteshoes .row .detail h2,
.branddesc.supporthoes .row .detail h2{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.branddesc.whiteshoes .row .detail h2:before,
.branddesc.whiteshoes .row .detail h2:after,
.branddesc.supporthoes .row .detail h2:before,
.branddesc.supporthoes .row .detail h2:after{
    content:"";
    display:block;
    position:absolute;
    bottom: -5px;
    width:8px;
    height:8px;
    background:#962a41;
    -webkit-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
.branddesc.whiteshoes .row .detail h2:before,
.branddesc.supporthoes .row .detail h2:before{
    left: 0;
}
.branddesc.whiteshoes .row .detail h2:after,
.branddesc.supporthoes .row .detail h2:after{
    right: 0;
}
.branddesc.whiteshoes .row .detail h2 span,
.branddesc.supporthoes .row .detail h2 span{
    display: inline-block;
    margin: 0 1em;
    font-size: 90%;
}





/**
 * pickup 
 ******************************************** */
#pickup{
    margin: 0 0 100px;
}
#pickup ul li{
    float:left;
    width:50%;
}
#pickup ul li a{
    display:block;
    margin:0 auto;
    line-height:1;
    border:#d9d9d9 solid 1px;
    background:#FFF;
}
#pickup ul li:nth-child(1) a{margin-right:24px;}
#pickup ul li:nth-child(2) a{margin-left:24px;}









@media screen and (min-width: 769px) {
    .branddesc.goldpfeil .row{
        background:#00275e url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_gp.jpg) no-repeat 100% 50% / auto 100%;
    }
    .branddesc.whiteshoes .row{
        background:#fff url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_ws.jpg) no-repeat 0% 50% / auto 100%;
    }
    .branddesc.supporthoes .row{
        background:#fff url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_ss.jpg) no-repeat 0% 50% / auto 100%;
    }
}

@media screen and (min-width: 1000px) {
    #pager li:not(.current,#prev,#next) a:hover{background:#d6a9b3}

    #pager li#prev a:hover,
    #pager li#next a:hover{
      text-decoration:underline;
    }


    #sort_wrap p a:hover{background:#d6a9b3;}
    #sort_wrap p a.premium:hover{background:#e3d4bc;}
}




@media screen and (max-width: 768px) {
    #listwrap{
        margin:0 -6px; 
    }
    #pickup{margin:0 0 50px;}
    #pickup ul li{
        float:none;
        width:100%;
    }
    #pickup ul li:nth-child(1) a,
    #pickup ul li:nth-child(2) a{
        margin:0 0 10px;
    }
    .branddesc{
        position: relative;
        margin: 30px 0 15px;
    }
    .branddesc .row{
        position: static;
        padding: 30px;
    }
    .branddesc .row:before{
        height: auto;
        padding-top: 40%;
    }
    .branddesc .row .detail{
        margin-top: calc(40% + 30px);
    }
    .branddesc .row .detail h2{
        margin-bottom: 10px;
        font-size: 30px;
    }
    .branddesc .row .detail p{
        font-size: 14px;
    }
    .branddesc.goldpfeil .row{
        padding: 16px 24px;
        background: #00275e;
    }
    .branddesc.goldpfeil .row:before{
        background:url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_gp.jpg) no-repeat 50% 50% / cover;
    }
    .branddesc.goldpfeil .row .detail{
        margin-top: calc(40% + 24px);
    }
    .branddesc.goldpfeil .row .detail h2{
        text-align: center;
    }
    .branddesc.goldpfeil .row .detail h2 img{
        width: 140px;
    }
    .branddesc.whiteshoes .row .detail,
    .branddesc.supporthoes .row .detail{
        width: 100%;
    }
    .branddesc.whiteshoes .row .detail h2,
    .branddesc.supporthoes .row .detail h2{
        padding-bottom: 10px;
    }
    .branddesc.whiteshoes .row:before{
        background:url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_ws.jpg) no-repeat 50% 50% / cover;
    }
    .branddesc.supporthoes .row:before{
        background:url(https://file001.shop-pro.jp/PA01335/266/assets/img/list/branddesc_ss.jpg) no-repeat 50% 50% / cover;
    }

}


@media screen and (max-width: 640px) {
    #pager{margin:30px auto 50px;}
    #listwrap{margin:0;}
    
    #sort_wrap{margin:0 0 10px;}
    #sort_wrap p,
    #sort_wrap ul{float:none; margin:10px 0 0;}
    #sort_wrap p{margin:0 5px 10px;}
    #sort_wrap p span{display:block;}
    #sort_wrap p a{padding:0 10px;}
    #pager li{margin:0 7px;}
    #pager li a{width:35px;height:35px;line-height:35px;font-size:105%;}
}




@media screen and (max-width: 480px) {
    .branddesc .row{padding: 24px;}
    .branddesc .row .detail{margin-top: calc(40% + 24px);}
    .branddesc .row .detail h2{font-size: 24px;}
    .branddesc .row .detail p{font-size: 12px;}
    .branddesc .row .detail p br{display: none;}
}
