/* CSS Document */


/*-----------------------------------
PC・スマホ共通スタイル
※基本フォーマットとし、個別設定は別cssで行うこと
body.ex-salepage
-----------------------------------*/
body.ex-salepage #contents .inner{
	width: 100%;
}
body.ex-salepage h2{
	padding:0;
	border: 0;
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
body.ex-salepage h2{
	margin-bottom:24px;
}
body.ex-salepage #contents-main{
	width:880px;
	padding: 0;
	background:none;
}

/*新着セール商品表示*/
body.ex-salepage #contents div.salepage_btn{
	width: 880px;
    margin: 0 auto 40px;
    padding: 16px;
    box-sizing: border-box;
    background: #ffd;
	overflow: hidden;
}
div.salepage_btn #items{
	overflow:hidden;
	width: 85%;
	float: left;
}



div.salepage_btn #items .item{
	width: 18%;
    margin: 0 2% 0 0;
	padding:0;
	border-radius:9px;
	-moz-border-radius:9px;
	float:left;
	background:#fff;
	position: relative;
	overflow: hidden;
	border: 3px solid #f00;
    box-sizing: border-box;
}

div.salepage_btn #items .item:nth-child(n + 6){
	display: none;
}


div.salepage_btn #items .item .date,div.salepage_btn #items .item .goods,div.salepage_btn #items .item .price,div.salepage_btn #items .item .morelink,div.salepage_btn #items .item .goods_like_btn{
	display: none;
}
div.salepage_btn #items .item p.image{
	position:relative;
    overflow:hidden;
	height:120px;
}

div.salepage_btn #items .item p.img_objfit img{
	border-radius: 3px;}

div.salepage_btn #items .name{
    padding:0;
    text-decoration:none;
    font-size:12px;
    color:#ffffff;
    white-space:nowrap;
    position:absolute;
	bottom:0;
	text-align:center;
    background:#ddd;
    background:rgba(0,0,0,.3);
    width:100%;

}
div.salepage_btn #items .name a{
	color:#fff;
	display:block;
	padding:5px 0;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	    width:90%;
	margin: 0 2.5%;
}
div.salepage_btn #items .item.item em.sale_badge {
    display: block;
    position: absolute;
    left: -35px;
    width: 100px;
    top: 8px;
    color: #fff;
    text-align: center;
    background: #F00;
    padding: 4px 4px;
    height: 12px;
    line-height: 12px;
    text-transform: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    letter-spacing: 2px;
    font-size: 80%;
}
div.salepage_btn #items .item.item span.bg_img {
	background-repeat:none;
	background-position:center;
	background-size:cover;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent: -999999px;
}
div.salepage_btn a:hover{
    opacity: 0.8;
}
div.salepage_btn .page_btn{
	float:right;
	width: 14.5%;
}
div.salepage_btn .page_btn a{
	display:block;
	box-sizing:border-box;
	text-align:center;
	padding:28px 16px 0;
	background:#f00;
	color:#fff;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	position:relative;
	height:126px;
	border-radius: 9px;
	font-size: 16px;
}
div.salepage_btn .page_btn a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: block;
    margin: 4px 0 0;
    font-size: 22px;
}

/*各ショップのセール情報*/
body.ex-salepage ul.shoplist_cat {
	overflow:hidden;
	margin:0 0 40px;
}
body.ex-salepage ul.shoplist_cat li{
	margin:0 auto;
}
body.ex-salepage ul.shoplist_cat li h4{
	font-size:16px;
	font-weight:bold;
}
body.ex-salepage ul.shoplist_cat ul{
	overflow:hidden;
	border-top:none;
	background:#fff;
	padding: 16px;
}
body.ex-salepage ul.shoplist_cat ul li{
	padding: 0 16px;
    overflow: hidden;
    border: 1px solid #565456;
	border-bottom:none;
    position: relative;
}
body.ex-salepage ul.shoplist_cat ul li:last-child{
	border-bottom: 1px solid #565456;
}
body.ex-salepage ul.shoplist_cat ul li:before{
	content: "";
    border-left: 1px solid #565456;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 290px;
}
body.ex-salepage ul.shoplist_cat ul li .detail{
	float:left;
	text-align: left;
	overflow:hidden;
	width:260px;
	padding: 16px 0;
}
body.ex-salepage ul.shoplist_cat ul li .shopname{
	font-weight:bold;
}
body.ex-salepage ul.shoplist_cat ul li .shopname a{
	text-decoration:none;
}
body.ex-salepage ul.shoplist_cat ul li .shopname span{
	padding-bottom:4px;
	font-weight: normal;
	font-size: 14px;
	display: block;
}

body.ex-salepage ul.shoplist_cat ul li .service{
	float:right;
	width: 520px;
	padding: 16px 0 16px 20px;
}
body.ex-salepage ul.shoplist_cat ul li .service pre{
	font-size:16px !important;
	font-weight:bold;
	color:#f00;
	background: #ffd;
    padding: 8px;
}
body.ex-salepage ul.shoplist_cat ul li .shopitem{
	overflow:hidden;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem h3 {
	display: none;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item{
	box-sizing: border-box;
	margin: 12px 0 0;
    float: left;
    width: 49%;
    border: 3px solid #f00;
	border-radius:8px;
	-moz-border-radius:8px;
	overflow:hidden;
	height:70px;
	margin-right: 2%;
	cursor: pointer;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item:hover{
	opacity: 0.7;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item .image,
body.ex-salepage ul.shoplist_cat ul li .shopitem .item .desc{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item .desc{
	padding: 0 10px;
	    text-align: left;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item .desc h4{
    text-align: left;
    font-size: 12px;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item .desc .icon,
body.ex-salepage ul.shoplist_cat ul li .shopitem .item .desc .price{
	display: none;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .item .image .img_bg_css{
	min-height: 64px;
	border-radius: 0;
}


body.ex-salepage ul.shoplist_cat ul li .shopitem .item:nth-child(odd){
	margin-right: 0;
}



body.ex-salepage ul.shoplist_cat ul li .shopitem .item .date{
	font-size:10px;
	padding:14px 0 4px;
	line-height: 1.3em;
}
body.ex-salepage ul.shoplist_cat ul li .shopitem .item dd.title{
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.ex-salepage ul.shoplist_cat ul li .shopitem .morelink{
	display: none;
}

body.ex-salepage ul.shoplist_cat ul li .logo{
	width:80px;
}
body.ex-salepage ul.shoplist_cat ul li .logo img{
	width:80px;
}

body.ex-salepage p.attention{
	padding: 8px;
	font-size: 10px;
	background: #fff;
	margin-bottom: 40px;
}
body.ex-salepage p.attention em{
	display:block;
	font-size:14px;
	font-weight:bold;
}



/*-----------------------------------
スマホのみ
body.ex-salepage.sp
-----------------------------------*/

body.ex-salepage.sp #contents{
	margin:0; 
}

body.ex-salepage.sp #contents,
body.ex-salepage.sp #contents div.salepage_btn,
body.ex-salepage.sp #list_menu,
body.ex-salepage.sp #contents ul.shoplist_cat ul li .service{
	width: 100%;
}

body.ex-salepage.sp h2,
body.ex-salepage.sp h2 img{
	width:100%;
	margin-bottom:0;
}

body.ex-salepage.sp .exsale_header p{
	text-align: left;
	font-size: 90%;
	padding: 0 20px;
	line-height: 1.5em;
}

/*新着セール商品表示*/
body.ex-salepage.sp #contents div.salepage_btn{
	background-size: 100%;
    padding: 14px 0;
    margin: 8px 0;
}

body.ex-salepage.sp div.salepage_btn #items{
	width: 100%;
}

body.ex-salepage.sp div.salepage_btn #items .item{
	width: 24.2%;
    margin: 0 1% 0 0;
}

body.ex-salepage.sp div.salepage_btn #items .item:nth-child(4){
	margin-right: 0;
}

body.ex-salepage.sp div.salepage_btn #items .item:nth-child(n + 5) {
    display: none;
}

body.ex-salepage.sp div.salepage_btn #items .item p.image {
    position: relative;
    overflow: hidden;
    height: 80px;
}

body.ex-salepage.sp div.salepage_btn .page_btn{
	width: 100%;
	margin-top: 10px;
}

body.ex-salepage.sp div.salepage_btn .page_btn a{
	padding: 2px 40px;
    height: auto;
    font-size: 90%;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    color: #f00;
	    border: 2px #f00 solid;
}

body.ex-salepage.sp div.salepage_btn .page_btn br{
	display: none;
}
body.ex-salepage.sp div.salepage_btn .page_btn a::before {
    font-family: "Font Awesome 5 Free";
    margin: 0 4px 0 0;
    font-size: 1em;
    display: inline-block;
    content: "\f0da";
}

body.ex-salepage.sp div.salepage_btn .page_btn a::after{
	display: none;
}


/*各ショップのセール情報*/
body.ex-salepage.sp #contents-main{
	width:100%;
}
body.ex-salepage.sp ul.shoplist_cat li h4{
	font-size:16px;
}

body.ex-salepage.sp ul.shoplist_cat ul{
	padding: 0;
}

body.ex-salepage.sp ul.shoplist_cat ul li:before{
	display:none;
}
body.ex-salepage.sp ul.shoplist_cat ul li .detail,
body.ex-salepage.sp ul.shoplist_cat ul li .service{
	float:none;
}
body.ex-salepage.sp ul.shoplist_cat ul li{
	padding:16px;
}
body.ex-salepage.sp ul.shoplist_cat ul li .detail{
	padding:0;
	width:auto;
	overflow:hidden;
}
body.ex-salepage.sp ul.shoplist_cat ul li .service{
	width:100%;
	padding:8px 0 0;
	margin-top:8px;
    border-top: 2px solid #ECEEEE;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopname{
	width: 65%;
    float: left;
	font-size: 16px;
    line-height: 1.3em;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopname em{
	font-size:80%;
}
body.ex-salepage.sp ul.shoplist_cat ul li .logo{
	float:right;
	width:28%;
	padding:0;
}
body.ex-salepage.sp ul.shoplist_cat ul li .logo img{
	width:100%;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopitem .item dt:before{
	padding: 2px 4px;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopitem .item{
	width:100%;
	float:none;
	height:65px;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopitem .item dt {
    width: 36%;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopitem .item dd {
    width: 62%;
	margin-left:2%;
}
body.ex-salepage.sp ul.shoplist_cat ul li .shopitem .item dt img{
	width:100%;
}


