@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
#shoes {
    line-height:1.3;
	color:#000;
	background-color: #FFFFFF;
	margin:0 auto;
	padding: 0px;
	width: 1000px;
	position:relative;
}
#shoes a{
	font-size:12px;
	text-decoration:none;
	color:#000;
}

#shoes img{
    width:100%;
    height: auto;
}

#shoes h2{
    font-size: 24px;
    margin: 0 0 15px;
    text-align: center;
}


/* left */
#shoes .sidebox {
	width:175px;
	float:left;
}

#shoes .catetitle {
    display: none;
}

#shoes .sidebox .leftul{
	margin-bottom:10px;
}
#shoes .sidebox .leftul li{
	border-bottom:dotted 1px #d9d9d9;
	position:relative;
	padding: 0;
}
#shoes .sidebox .leftul li:hover {
    background-color: #f0f0f0;
}

#shoes .sidebox .leftul li a {
    display: flex;
    align-items: center;
    min-height: 20px;
    padding: 12px 15px 12px 5px;
}
#shoes .sidebox .leftul li a:after {
    content: "";
    background-image: none;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 43%;
    right: 1%;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#shoes .lefttext{
	text-align:right;
}
#shoes .lefttext a:hover,
#shoes .lefttext1 a:hover{
    text-decoration: underline;
}
#shoes .lefttext1{
    text-align:right;
	margin-top: 10px;
	padding-bottom: 5px;
}


/* contentsbox */
#shoes #con {
    width: 79.5%;
    float: right;
    margin: 0 0 0 3%;
}

#shoes .contentcorner {
	width: 100%;
    margin-bottom: 100px;
}

#shoes .featurecontents {
    margin-bottom: 60px!important;
}

#shoes #con .centerbox_2 .row {
    margin-bottom: 30px;
}

/* contents */

#shoes .bnr_box .wakukei {
	margin-top:0px;
	display:block;
}

#shoes .bnr_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

#shoes .bnr_box a{
	display:block;
}

#shoes .bnr_box a:hover span {
	text-decoration:underline;
}
 
#shoes .bnr_box a .ltitle{
	font-size:13px;
	padding-top:3px;
	display:block;
	overflow: visible;
	white-space: normal;
}


#shoes .bnr_box a .tabcommon_f11{
	margin: 10px 0 4px 0;
	color: #000;
}

#shoes .box4 {
    width: 24%;
    margin-bottom: 15px;
	position: relative;
	text-decoration: none;
}

#shoes .box4:hover ,#shoes .box4:hover, #shoes .ranking_area .ranking_li:hover {
    opacity: 0.75;
}

#shoes .recommend a:hover span{
	text-decoration:underline;
}

#shoes .box4 .itembox {
    margin: 0;
}

#shoes .ranking_area .ranking_li .itemsize{
    font-size: 12px;
}
#shoes .ranking_area .ranking_li .itemsize,#shoes .box4 .brandname{
    margin-top: 3%;
}

#shoes .ranking_area .price_ranking {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: normal;
}
#shoes .ranking_area .taxkbn {
    font-size: 10px;
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
}

/*------------------------------------------
　180706 セール価格
------------------------------------------*/
#shoes .tax{
font-size: 10px;
margin: 0 0 0 2px;
display: inline-block;
vertical-align: middle;
width: auto !important;
}

/*------------------------------------------
         211214 カテゴリ
------------------------------------------*/
#shoes .categori .shoes_list{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
}
#shoes .categori .smallcate {
    position: relative;
    width: 32.6%;
    height: 42px;
    display: table;
    table-layout: fixed;
    font-size: 14px;
    vertical-align: middle;
    background-color: #efe4e9;
    margin: 0 1.1% 0.5% 0;
}
#shoes .categori .smallcate:nth-child(3n) {
    margin: 0;
}
#shoes .categori .smallcate a {
    width: 150%;
    align-items: center;
    display: table-cell;
    vertical-align: middle;
    min-height: 25px;
    padding: 0 2% 1px 8px;
    font-weight: 500;
	text-decoration: none;
	font-size: 12px;
}

#shoes .categori li:hover{
    background-color: #cecece;
    transition-duration: 0.3s;
}

#shoes .categori li:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 10px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    transform: rotate(45deg);
}

#shoes .cornertitle{
    width: 100%;
    height: auto;
    display: block;
}
#shoes .cornertitle h3 {
    font-size: 18px;
    font-weight: 500;
	}

/*--------210719 セール時見え方崩れ対応-----------*/
#shoes .price_down {
    color: #fb0000;
    font-size: 10px;
    line-height: 1.3;
	}
	
#shoes .saleprice.price,#shoes .saleprice.tax{
    color: #fb0000;
}
#shoes .boxlink_sold {
    width: 24%;
}

#shoes .boxlink_sold .price_info{
    display: none;
}

/*220308 ランキング化*/
#shoes .ranking_area .wrapRankingArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
}
#shoes .ranking_area .ranking_li {
    position: relative;
    width: 24%;
    margin-bottom: 15px;
}
#shoes .ranking_area .rankingNumber {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    border: #d9d9d9 solid 1px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#shoes .ranking_area .ajax_product_number_ranking0 {
    color: white;
    background-color: #e5c800;
    border: 0;
}
#shoes .ranking_area .ajax_product_number_ranking1{
    color: white;
    background-color:#afafaf;
    border: 0;
}
#shoes .ranking_area .ajax_product_number_ranking2 {
    color: white;
    background-color:#b89762;
    border: 0;
}
#shoes .ranking_area .txt {
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#shoes .ranking_area .price_down {
    font-size: 10px;
    color: #fb0000;
    display: block;
    margin: 3px 0 0;
}
#shoes .ranking_area .ranking_price {
    margin: 4px 0 0;
    font-size: 15px;
}
#shoes .ranking_area .ranking_price

#shoes .ranking_area .taxkbn {
    font-size: 10px;
}
#shoes .ranking_area .sale_flg {
    color: #fb0000;
}
#shoes .ranking_area .mark_ranking {
    display: none;
}

#shoes .ranking_area .ranking_review{
    display: flex;
}
#shoes .ranking_review img{
    width: 13px;
    margin: 0 3px 0 0;
}
#shoes .ranking_review .reviewnumber{
    margin: 2% 0 0;
}

#shoes .ranking_review .reviewnumber{
    font-size: 11px;
}
#shoes .bnr_box .star img{
width: 13px;
}

#shoes .ranking_area .ajax_product_number_ranking {
  display : none;
}

/* Ajax プライスダウン */

#shoes .picup_item .itembox .other li {
    position: relative;
}

/* ランキング プライスダウン */
#shoes .rankItem_list.clearfix li {
    position: relative;
}

#shoes .rankItem_valu.sale {
    font-size: 10px;
    color: #fff;
    display: block;
    background-color: rgba(255, 0, 0, 0.8);
    padding: 2px 4px;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    bottom: 41px;
}

/*------JS用------*/
#shoes .wrapRankingArea .item_img_box{
    position:relative;
}
#shoes .wrapRankingArea .RankingValebox{
	position: absolute;
	bottom: 0;
}
#shoes .wrapRankingArea .coupon_valebox{
    font-size: 10px;
    color: #fff;
    display: block;
    line-height: 1.3;
    width: 110px;
    bottom: 0;
    background: rgba(51,51,51,0.9);
    padding: 2px 4px;
    text-align: center;
}
#shoes .wrapRankingArea .new_valebox{
	display: block;
	font-size:10px;
    left: 0;
    background-color: rgba(117, 195, 60, 0.8);
    color: #fff !important;
    text-align: center;
    min-width: 90px;
    padding: 2px 4px;
}

/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {

/* 共通 */
#shoes {
    font-family: Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Meiryo UI","メイリオ",sans-serif!important;
    text-align: left;
    margin: 0px auto;
	overflow: hidden;
	width: 100%;
	margin:0 auto;
	max-width: 750px;
}
#shoes h2, #shoes .contentcorner .bnr_box .tax, #shoes .categori .cornertitle, #shoes .title{
color:#000;
text-decoration:none;
}
#shoes .fvBnr {
    position: absolute;
    top: 30px;
    display: block;
}

#shoes h2{
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 15px 0;
}
#shoes #track_b_lef_shop.SpNone,#shoes li.SpNone,#shoes .lefttext.SpNone{
    display: none!important;
}

/* left */
#shoes .sidebox {
	width:100%;
	float:initial;
}
#shoes .catetitle {
    display: block!important;
}
#shoes .sidebox #track_b_lef_category {
    margin: 35% 0 15%;
}

#shoes .sidebox .leftul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
#shoes .sidebox .leftul li {
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    height: 51px;
}
#shoes .sidebox .leftul li a {
    padding: 0 13% 0 10px;
    line-height: 1.3;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    border: 0 solid #dbdbdb;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#shoes .sidebox .leftul li a:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 11px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
	transition: all 0.2s;
}
#shoes .sidebox .leftul li:last-of-type,
#shoes .sidebox .leftul li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom-width: 0;
}


/* contentsbox */
#shoes #con {
    width: 100%;
    float: initial;
    margin: 0;
}

#shoes #con br{
    display: none;
}


#shoes #con .centerbox_2 .row {
    margin-bottom: 5%;
}

/* 商品陳列2カラム */
#shoes .contentcorner {
	overflow-x: hidden;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 20%!important;
}
#shoes .featurecontents{
    margin-bottom: 17%!important;
}

#shoes .contentcorner .bnr_box{
	display: flex;
	flex-flow:row wrap;
	justify-content:start;
	align-items:flex-start; 
	align-content:flex-start;
	overflow: hidden;
	margin: 0 -2px 0 0;
	width:auto;
}
#shoes .contentcorner .bnr_box .boxlink{
    width: 50%;
    position: relative;
    padding: 0 2px 0 0;
    box-sizing: border-box;
    margin-bottom: 5%;
    vertical-align: top;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: normal;
    text-align: left;
    display: inline-block;
}
#shoes .contentcorner .bnr_box .itemname{
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: inherit;
    margin: 4px 0 0 0;
}

#shoes .contentcorner　.price_info {
    margin-bottom: 6px;
}
#shoes .contentcorner .bnr_box .pricebox{
    margin-top: 5px;
    line-height: 1.3;
}
#shoes .contentcorner .bnr_box .price{
font-size:14px;
}
#shoes .contentcorner .bnr_box .tax{
	font-size: 10px;
    margin-left: 5px;
}
#shoes .ranking_area .brandname, #shoes .bnr_box .brandname{
    margin: 0;
}

/* おすすめ特集 */
#shoes .featurecontents{
    margin-bottom: 20px;
}
#shoes .featurecontents ul{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: 0 -2px 0 0;
}
#shoes .featurecontents li{
    width: 50%;
    padding: 1px 2px 0 0;
    box-sizing: border-box;
    margin-bottom: 0%;
}
#shoes .featurecontents .ltitle{
    display: block;
    padding: 3% 4% 10%;
    line-height: 1.4;
    font-size: 14px;
}

/*--------210719 セール時見え方崩れ対応-----------*/
#shoes .price_down {
    color: #fb0000;
    display: block;
    font-size: 10px;
    line-height: 1.3;
}
#shoes .contentcorner .bnr_box .salepricebox{
	line-height: 1.3;
	margin-top: 5px;
}
#shoes .contentcorner .bnr_box .salepricebox.tax{
    margin: 0;
}
#shoes .contentcorner .bnr_box .salepricebox .yenMark,#shoes .contentcorner .bnr_box .salepricebox .price,#shoes .contentcorner .bnr_box .salepricebox .nami{
font-size: 14px !important;
    color: #fb0000;
}
#shoes .contentcorner .bnr_box .salepricebox .tax{
    color: #fb0000;
    font-size: 10px;
}

#shoes .boxlink_sold{
	width: 50%;
}
#shoes .categori .shoes_list{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dbdbdb;
}
#shoes .categori .smallcate{
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    height: 50px;
    background-color: initial;
    margin: 0;
}
#shoes .categori .smallcate a{
    width: 100%!important;
    padding: 0 2% 0 8%;
    line-height: 1.3;
    height: 50px;
    display: flex!important;
    align-items: center!important;
    position: relative;
    border: 0 solid #dbdbdb;
    border-right-width: 1px;
    border-bottom-width: 1px;
}
#shoes .categori li:after {
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    top: calc(50% - 3px);
    right: 11px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    transform: rotate(45deg);
    transition: all 0.2s;
}
#shoes .cornertitle h3 {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 2%;
}

/*220308　ランキング化*/
#shoes .contentcorner {
    margin-bottom: 15%;
}

#shoes .ranking_area .wrapRankingArea {
    display: flex;
    flex-flow: row wrap;
	margin: 0 -2px 0 0;
}
#shoes .ranking_area li {
    width: 50%!important;
    padding: 0 2px 0 0;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 12px;
}
#shoes .ranking_area .ranking_li .itemsize{
    padding: 3% 3% 0;
    font-size: 12px;
    margin-top: 0;
}

#shoes .ranking_area .itembox.text_price {
    padding: 3%;
}

#shoes .contentcorner .bnr_box .itembox{
    padding: 3% 3% 0;
}

#shoes .ranking_area .itemname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    margin-top: 4px;
}
#shoes .contentcorner .bnr_box .brandname {
    font-size: 12px;
    color: #8f929b;
}
#shoes .ranking_area .brandname{
    padding: 0 3%;
}

#shoes .ranking_area .ranking_price {
    padding: 2% 3%;
    font-size: 12px;
}

#shoes .ranking_area .pricebox {
    margin-top: 4px;
    line-height: 1.3;
    font-size: 14px;
}
#shoes .ranking_area .taxkbn {
    font-size: 10px;
    color: #000;
    
}

#shoes .ranking_area .txt {
    padding: 0 3%;
    margin: 2% 0 0;
}
#shoes .ranking_area .ranking_review{
    padding-left: 3%;
}
#shoes .ranking_review .reviewnumber{
    margin: 1% 0 0;
}
#shoes .ranking_area .sale_flg {
    color: #fb0000;
}
#shoes .ranking_area .text_price .off_rate_ranking {
    color: #fb0000;
    font-size: 10px;
}

#shoes .ranking_area .allreviewtitle.smoothScrollReview {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#shoes .ranking_area .allreviewtitle.smoothScrollReview .off_rate_ranking:nth-child(7) {
    order: -1;
    flex: 0 0 100%;
    margin-bottom: 3px;
}
#shoes .ranking_area .rankingNumber {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #fff;
    border: #d9d9d9 solid 1px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 10px;
    z-index: 1;
}
#shoes .ranking_area .ajax_product_number_ranking0 {
    color: #fff;
    background-color: #e5c800;
    border: 0;
}
#shoes .ranking_area .ajax_product_number_ranking1 {
    color: #fff;
    background-color: #afafaf;
    border: 0;
}
#shoes .ranking_area .ajax_product_number_ranking2 {
    color: #fff;
    background-color: #b89762;
    border: 0;
}

#shoes .ranking_review img {
    margin: 0 2px 0 0;
}
#shoes .ranking_area .count_ranking {
    font-size: 11px;
}
#shoes .ranking_area .ajax_product_number_ranking {
  display : none;
}

#shoes .new_valebox{
line-height: 1.4;
}

}
