	@charset "utf-8";
/*------基本CSS（PC用記述記載）------*/
/* Ajaxにしたら後に削除 */
#sale .itemList .boxlink_sold .brandname {
    display: none;
}

/* 共通CSS */
#sale {
    font-size: 16px;
    color: #000000;
	padding-bottom: 30px;
}
#sale a{
    text-decoration: none;
	color: #ffffff;
}
#sale img{
    width: 100%;
    height: auto;
}
#sale .navi1 li:hover, #sale .navi2 li:hover, #sale .navi3 li:hover, #sale .navi4 li:hover, #sale .navi5 li:hover, #sale .navi6 li:hover,#sale .itemImg1:hover, #sale .codeImg6:hover, #sale .itemImg7:hover, #sale .itemBtn:hover, #sale .itemImg4:hover,  #sale .imgContainer1 li:hover, #sale .imgContainer2 li:hover, #sale .button1:hover, #sale .button2:hover, #sale .brandTop:hover, #sale .keywordCont li:hover, #sale .category ul li:hover, #sale .shopList li:hover, #sale .contents ul li:hover{
    opacity: 0.75;
}


#sale .mainCorner{
    background: #fff5f8;
	padding: 2% 0 5%;
	margin-bottom: 10%;
}

/* FV */
#sale .fvBnr {
    text-align: center;
	margin: 0 auto;
	width: 97%;
}
#sale .fvBnr .spBnr {
    display: none;
}
#sale .fvBnr img {
    margin-bottom: 2px;
}
#sale .fvBnr .fvText {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 3% 0;
}
#sale .fvBnr .fvText {
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 3% auto;
}
#sale .fvBnr .textRed {
    color: #dd0000;
    font-weight: bold;
}

#sale .fvBnr .spbr {
    display: none;
}

#sale .fvBnr .fvTextTitle {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0 0;
}

#sale .fvBnr .fvTextBox {
    background: #c30203;
    width: 42%;
    margin: 1% auto 2%;
    padding: 3% 2%;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}
#sale .fvBnr .fvTextBox_no {
    font-size: 32px;
    font-weight: bold;
}
#sale .fvBnr .fvTextBox_txt {
    font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 0 auto;
}
#sale .fvBnr .fvTextBox_txt p {
    font-size: 14px;
    font-weight: bold;
}
#sale .fvBnr .fvTextBox_Annotation {
    font-size: 12px;
    color: #cd0000;
}


/* naviパターン1(１列+背景あり) */
#sale .navi1{
    display: flex;
    justify-content: space-between;
	width: 90%;
    margin: 0 auto 80px;
}
	
#sale .navi1 li{
    text-align: center;
    width: 22%;
    position: relative;
    background-color: #fff;
	border: 8px solid #fff;
}
	

#sale .navi1 li a {
    padding-bottom: 30px;
	display: block;
	font-weight: bold;
	font-size: 25px;
}


#sale .navi1 li span{
	display: block;
}

#sale .navi1 li::after{
    content: '';
    width: 12px;
    height: 12px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 5%;
}

 /* 見出しパターン1（背景あり+テキスト）*/
#sale .subTtle1 {
    font-size: 28px;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1.2;
    letter-spacing: 1.5px;
	background-color: #fff;
}

#sale .subCorner .subTtle1 {
	background-color: #eee;
}


/* 商品陳列　共通CSS（パターン7） */
#sale .categoryCorner {
    margin: 5% auto 0;
	width: 90%;
}

#sale .categoryCorner .cateArea{
	margin-bottom: 80px;
}
#sale .categoryCorner .cateArea:nth-of-type(4n){
	margin-bottom: 30px;
}

#sale .itemList7 .brandname {
    font-size: 12px;
    color: #8f929b;
    display: none;
}
#sale .itemList7 .itemname {
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 1.2px;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	white-space: normal;
}
#sale .itemList7 .price_all{
	display: flex;
    flex-direction: column;
}

#sale .itemList7 .price_info {
    margin-top: 3px;
	order: 1;
}
#sale .itemList7 .saleprice {
    display: block;
    bottom: 0;
}
#sale .itemList7 .price {
    font-size: 31px;
    color: #dd0000;
    font-weight: bold;
	line-height: 1.2;
    margin: 0 auto;
}

#sale .itemList7 .price:before{
    font-size: 27px;
}

#sale .itemList7 .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#sale .boxlink_sold .itemBtn, #sale .boxlink_sold .button {
    display: none;
}
#sale .itemList7 .price_down {
    color: #ffffff;
    padding: 1% 3%;
    display: block;
    font-size: 16px;
    background: #dd0000;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center;
    order: 0;
}
#sale .itemList7 .itemSpec1, #sale .itemList7 .itemSpec2, #sale .itemList7 .itemSpec3, #sale .itemList7 .itemSpec4{
    margin-top: 10px;
}
#sale .itemList7 .itemBtn {
    text-align: center;
    background-color: #ad875a;
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 45px;
}
#sale .itemList7 .itemBtn a {
    color: #fff;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
    letter-spacing: 1.5px;
}
#sale .itemList7 .itemBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 30px;
}
#sale .itemList7 + .boxlink_sold {
    width: 49%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 2%;
    background: #ffffff;
    padding: 10px;
}

/* 商品陳列　共通CSS（パターン4） */	
#sale .itemList4 .new {
    background: #e00;
    color: #ffffff;
    width: 28%;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2.5px;
    padding: 0.2% 0;
    opacity: 100%;
    position: absolute;
    bottom: 0;
}
#sale .itemList4 .brandname {
    font-size: 11px;
	color: #8f929b;
	order: 0;
}
#sale .itemList4 .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 2px 0 4px;
    letter-spacing: 1.2px;
	order: 1;
}
#sale .itemList4 .price_info {
    margin-top: 3px;
	order: 3;
}
#sale .itemList4 .saleprice {
    display: block;
    color: #dd0000;
    bottom: 0;
}
#sale .itemList4 .price {
    font-size: 14px;
    color: #dd0000;
    font-weight: bold;
}
#sale .itemList4 .price:after {
    content: '（税込）';
    font-size: 10px;
}
#sale .itemList4 .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
	order: 3;
}	
#sale .itemList4 .star img {
    width: 13px;
}
#sale .itemList4 .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#sale .boxlink_sold .itemBtn, #sale .boxlink_sold .button {
    display: none;
}
#sale .itemList4 .price_down {
	width: 50%;
    color: #ffffff;
    display: block;
    font-size: 12px;
    background: #dd0000;
    text-align: center;
	order: 2;
}
#sale .itemList4 .itemSpec1, #sale .itemList4 .itemSpec2, #sale .itemList4 .itemSpec3, #sale .itemList4 .itemSpec4 {
    padding: 7% 4%;
	display: flex;
	flex-direction: column;
}
#sale .itemList4 .itemBtn {
    text-align: center;
    background-color: #ad875a;
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 45px;
}
#sale .itemList4 .itemBtn a {
    color: #fff;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
    letter-spacing: 1.5px;
}
#sale .itemList4 .itemBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 30px;
}
#sale .itemList4 + .boxlink_sold {
    width: 21.5%;
    margin: 0 13px 50px;
    background: #ffffff;
}

/*　商品陳列 パターン7（Ajax商品情報+画像）*/
#sale .categoryCorner .mainItemList{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sale .itemList7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 2%;
    background: #ffffff;
    padding: 10px;
	width: 49%;
}
#sale .itemImg7 {
    width: 49%;
}
#sale .itemSpec7 {
    width: 48%;
    height: 235px;
	padding: 0 2%;
}


#sale .itemSpec7 .catesale{
    font-size: 30px;
	text-align: center;
    color: #e00;
	margin-bottom: 8px;
}

#sale .itemSpec7 .itemShopLogo {
    width: 50%;
}
#sale .itemList .itemSpec7 > .star {
}
#sale .itemList .itemSpec7 > .itemBtn {
    position: absolute;
    bottom: 0;
    display: none;
}
#sale .itemList .itemList7 .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 39%;
    right: 22px;
}
#sale .subItemList {
    margin: 0 auto;
    background: #ffffff;
    padding: 20px 0;
    margin-top: 20px
}


/*　商品陳列　パターン4（商品4つ） */		
#sale .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#sale .itemList .itemList4 li {
    width: 21.5%;
    margin: 0 13px;
    background: #ffffff;
}

/*　セール導線　*/	
#sale .itemList .cateBtn, #sale .itemList .returnBtn {
    width: 42%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    position: relative;
    margin: 30px auto 0;
}
#sale .itemList .cateBtn a,#sale .itemList .returnBtn a {
    color: #fff!important;
    display: block;
    padding: 6px 15px;
}

#sale .itemList .cateBtn a{
    background-color: #f10000;
}


#sale .itemList .returnBtn a {
    background-color: #999;
}
#sale .itemList .cateBtn a:after, #sale .itemList .returnBtn a:after, #sale .salebutton a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 40%;
    right: 5%;
}

#sale .itemList .cateBtn a:after, #sale .salebutton a:after {
    transform: rotate(45deg);
}

#sale .itemList .returnBtn a:after {
    transform: rotate(-45deg);
	top: 42%;
}


#sale .subCorner{
	margin-bottom: 10%;
}
/*ショップ*/
#sale .shop{
    height: auto;
    display: block;
}

#sale .shopList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2% auto 0;
	background-color: #fff;
}

#sale .shopList li {
	width: 145px;
	padding: 6px 6px 0;
	border: 1px solid #999;
	box-sizing: border-box;
	background-color: #fff;
}

#sale .shopList img{
	width: 100%;
    height: auto;
}

#sale .shopList .mei{
    margin: 3% 0 15%;
}

#sale .category{
    margin: 2% auto 0;
    height: auto;
    display: block;
	background-color: #fff;
}
#sale .category ul{
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}
#sale .category ul li{
    width: 145.5px;
    height: auto;
    margin: 0px 10px 30px 0;
	border: 2px solid #ddd;
	text-decoration: none;
	text-align: center;
}

#sale .category ul li a{
	text-align: center;
	text-decoration: none;
}
#sale .category ul li a span{
	text-align: center;
	color: #fb0000;
	line-height: 1.2;
	font-size: 13px;
    margin-bottom: 12px;
    display: block;
}
#sale .category ul li:nth-child(7n){
	margin-right: 0px;
}


#sale .contents{
	margin: 2% auto 0;
}
#sale .contents p{
	text-align: center;
}
#sale .contents img{
	margin-bottom: 5px;
}
#sale .contents ul{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}
#sale .contents ul li{
	list-style: none;
	margin: 0px 22px 30px 0;
	width: 253px;
}
#sale .contents ul li:nth-child(4n){
	margin-right: 0;
}
#sale .contents span.name{
	display: block;
	color: #000;
}


/*セールボタン*/
#sale .salebutton{
    width: 42%;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: #f10000;
    text-align: center;
    font-size: 16px;
	position: relative;
}

#sale .salemore{
	margin-bottom: 80px;
}

#sale .salemore .salebutton{
	margin-bottom: 30px;
}

#sale .salebutton a{
	text-decoration: none;
	color: #FFF	!important;
	opacity: 1;
	font-size: 18px;
    text-align: center;

}
#sale .itemList .cateBtn:hover,#sale .itemList .returnBtn:hover,#sale .salebutton:hover{
	opacity: 0.6;
}




/*　セール終了用CSS */

#sale .sale_end{
	position: relative;
    width: 1080px;
}

#sale .sale_end span {
    width: 100%;
}
#sale .end_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    font-size: 60px;
    font-weight: bold;
    align-content: center;
    line-height: 1.2;
	position: absolute;
    top: 0;
}
#sale .sale_end span:last-child {
    font-size: 40px;
    font-weight: normal;
	margin-top: 0;
}
#sale .sale_end img {
    opacity: 0.2;
}




/*------横幅が520px以下CSS（SP用記述記載）------*/
@media screen and (max-width: 520px) {
/* Ajaxにしたら後に削除 */
#sale .itemList .boxlink_sold .brandname {
    display: none;
}
/* 共通CSS */
#sale {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    color: #000;
}
#sale img{
	width: 100%;
	height: auto;
}
#sale a{
    text-decoration: none;
	color: #ffffff;
}
#sale　br {
    display: none;
  }
	
#sale .mainCorner{
	padding-bottom: 15%;
	margin-bottom: 10%;
}

/* FV */
#sale .fvBnr {
    margin-bottom: 30px;
    text-align: center;
}
#sale .fvBnr .pcBnr {
    display: none;
}
#sale .fvBnr img {
}
#sale .fvBnr .fvText {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 8% 0 4%;
}
#sale .fvBnr .fvText {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-weight: bold;
}
#sale .fvBnr .fvText .textRed {
    color: #dd0000;
}
#sale .fvBnr .spbr {
    display: block;
}
	
#sale .fvBnr .fvTextTitle {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 6% 0 0;
}

#sale .fvBnr .fvTextBox {
    background: #c30203;
    width: 80%;
    margin: 4% auto 2%;
    padding: 4% 3%;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}
#sale .fvBnr .fvTextBox_no {
    font-size: 32px;
    font-weight: bold;
}
#sale .fvBnr .fvTextBox_txt {
    font-size: 20px;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin: 0 auto;
}
#sale .fvBnr .fvTextBox_txt p {
    font-size: 14px;
    font-weight: bold;
}
#sale .fvBnr .fvTextBox_Annotation {
    font-size: 12px;
    color: #dd0000;
    margin: 0 8%;
    text-align: left;
}
#sale .fvBnr .fvTextBox_Annotation br {
    display: none;
}

/* naviパターン1(１列+背景あり) */
#sale .navi1{
    width: 96%;
    margin-bottom: 0;
}
	
	
#sale .navi1 li{
    text-align: center;
    width: 23%;
    position: relative;
    background-color: #fff;
	border-radius: 7px;
}
	
#sale .navi1 li a {
	display: block;
	font-size: 20px;
	padding-bottom: 25%;
}
	
#sale .navi1 li span{
    font-size: 13px;
}
#sale .navi1 li::after{
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    position: absolute;
    left: 50%;
    bottom: 5%;
}	

/* 見出しパターン1（背景あり+テキスト）*/
#sale .subTtle1 {
    padding: 14px 0;
    margin: 0 auto;
	font-size: 23px;
}
	
#sale .subCorner .subTtle1{
	width: 96%;
}

#sale .categoryCorner{
	margin:0 auto;
	width: 96%;
}	
	
#sale .categoryCorner .cateArea{
	margin-bottom: 20%;
}
	
#sale .categoryCorner .cateArea:nth-of-type(4n){
	margin-bottom: 5%;
}


/* 商品陳列　共通CSS（パターン7） */
#sale .detail_1 {
    margin-top: 10%;
}
#sale .detail_1 .mainItemList {
    margin: 5% 0 10%;
	display: block;
}
#sale .detail_2 {
    overflow: hidden;
}
#sale .subItemList {
    background: #ffffff;
}
#sale .itemList7 {
    margin: 4% 0;
    display: flex;
    padding: 2%;
    background: #ffffff;
	width: auto;
}
#sale .itemImg7 {
    width: 52%;
}
#sale .itemSpec7 {
    background: #ffffff;
    padding: 0 2%;
    width: 44%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: 100%;
}
#sale .itemList7 .brandname {
    font-size: 12px;
	color: #8f929b;
	display: none;
}
#sale .itemList7 .itemname {
    font-size: 12px;
	margin-bottom: 7%;
}

#sale .itemList7 .price_all{
    display: flex;
    flex-direction: column;
}

#sale .itemList7 .price_info {
    margin-top: 3px;
}
#sale .itemList7 .salepricebox {
    width: 90%;
    text-align: center;
	order: 1;
}
#sale .itemList7 .saleprice {
    margin-top: 3px;
    display: block;
	color: #dd0000;
}
#sale .itemList7 .price {
    font-size: 22px;
    color: #dd0000;
    font-weight: bold;
	width: 100%;
}

#sale .itemList7 .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#sale .boxlink_sold .itemBtn, #sale .boxlink_sold .button {
    display: none;
}
#sale .itemList7 .price_down {
    color: #ffffff;
    padding: 2px 4px;
    display: block;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.5px;
    font-weight: bold;
	order: 0;
}
#sale .itemList7 .itemSpec1, #sale .itemList7 .itemSpec2, #sale .itemList7 .itemSpec3, #sale .itemList7 .itemSpec4{
    margin-top: 10px;
}
#sale .itemList7 .itemBtn {
    text-align: center;
    background-color: #ad875a;
    width: 72%;
    font-size: 16px;
    margin: 10% 8%;
    border-radius: 45px;
    position: absolute;
    bottom: 0;
    display: none;
}
#sale .itemList7 .itemBtn a {
    color: #fff;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
    letter-spacing: 1.5px;
}
#sale .itemList7 .itemBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 35%;
    right: 20px;
}
#sale .itemList7 + .boxlink_sold {
     width: 100%;
     align-items: flex-start;
}

/* 商品陳列　共通CSS（パターン4） */
#sale .itemList4 .new {
    color: #ffffff;
    width: 28%;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2.5px;
    padding: 0.2% 0;
    opacity: 100%;
    position: absolute;
    bottom: 0;
}
#sale .itemList4 .brandname {
    font-size: 11px;
    color: #8f929b;
    /* display: none; */
}
#sale .itemList4 .itemname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    letter-spacing: 1.2px;
}
#sale .itemList4 .price_info {
    margin-top: 3px;
}
#sale .itemList4 .salepricebox {
    width: 100%;
}
#sale .itemList4 .saleprice {
    margin-top: 3px;
    display: block;
	color: #dd0000;
}
#sale .itemList4 .price {
    font-size: 16px;
    color: #dd0000;
    font-weight: bold;
}
#sale .itemList4 .price:after {
    content: '（税込）';
    font-size: 10px;
}
#sale .itemList4 .star {
    display: flex;
    align-items: center;
	line-height: 1.1;
	margin-top: 4px;
}	
#sale .itemList4 .star img {
    width: 13px;
}
#sale .itemList4 .review_count {
    font-size: 12px;
    margin-left: 8px;
}
#sale .boxlink_sold .itemBtn, #sale .boxlink_sold .button {
    display: none;
}
#sale .itemList4 .price_down {
    color: #ffffff;
    padding: 1% 5%;
    display: block;
    font-size: 12px;
    letter-spacing: 1.5px;
    background: #c30203;
	text-align: center;
    width: 70%;
}
#sale .itemList4 .itemSpec1, #sale .itemList4 .itemSpec2, #sale .itemList4 .itemSpec3, #sale .itemList4 .itemSpec4 {
    padding: 5% 3%;
}
#sale .itemList4 .itemBtn {
    text-align: center;
    background-color: #ad875a;
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 45px;
}
#sale .itemList4 .itemBtn a {
    color: #fff;
    display: block;
    padding: 2% 12%;
    text-decoration: none;
    letter-spacing: 1.5px;
}
#sale .itemList4 .itemBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 30px;
}
#sale .itemList4 + .boxlink_sold {
    width: 49%;
    margin: 0 0 10%;
}

/*　商品陳列　パターン4（商品4つ） */
#sale .itemList .itemList4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 2%;
    margin: 0 auto;
}
#sale .itemList .itemList4 li {
    width: 49%;
    margin: 0 0 5%;
    position: relative;
}

	
#sale .itemList .cateBtn{
	width: 85%;
	margin: 10% auto 5%;
}
	
#sale .itemList .cateBtn a, #sale .salebutton a{
	font-size: 14px;
}
	
#sale .itemList .cateBtn a:after, #sale .salebutton a:after{
	top: 42%;
}

#sale .salebutton{
	width: 85%;
	margin: 0 auto;
}
	
#sale .salebutton a{
	font-size: 17px;
}	

#sale .shopList{
	padding: 3% 2%;
}	
#sale .shopList li{
    width: 32%;
	margin-bottom: 2%;
	padding: 2% 2% 0;
}
	
#sale .category ul{
	padding: 3% 2% 0;	
}
	
#sale .category ul li{
	width: 32%;
    margin: 0 2% 2% 0;
}
	
	
#sale .category ul li:nth-child(3n){
	margin-right: 0px;
}

#sale .category ul li:nth-child(7n){
	margin-right: 2%;
}
	
	
#sale .contents ul{
	padding: 2% 2% 0;
}

#sale .contents ul li{
	margin: 0px 4% 8% 0;
    width: 48%;
}
	
#sale .contents ul li:nth-child(2n){
	margin-right: 0px;
}

/*　セール終了用CSS */

#sale .sale_end{
	width: 100%;
}

#sale .sale_end span {
    width: 100%;
}
#sale .end_text {
    font-size: 25px;
}
#sale .sale_end span:last-child {
    font-size: 22px;
    font-weight: normal;
    margin-top: 3%;
}
/*　ブランドトップへ戻る　*/
#sale .saleBtn {
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    position: relative;
    margin: 7% auto 20%;
}
#sale .saleBtn a {
    color: #fff;
    display: block;
    padding: 10px 30px 10px 15px;
    background-color: #999;
}
#sale .saleBtn a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 41%;
    right: 5%;
}


}
