@charset "UTF-8";

/*-----------------------------------
body.ex-salepage
-----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@600&display=swap');

/*日にち記載*/
/* body.ex-salepage .shoplist_cat ul.key > .item.shop1035 .service .text span:after{
	content: "※SALEは2024年1月11日（木）まで。";
	font-size: 14px;
	display: block;
	line-height: 1.4em;
	color: #333;
}
body.ex-salepage .shoplist_cat ul > .item.shop1042 .service .text span:before{
	content: "新春ご奉仕市";
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
}
body.ex-salepage.sp .shoplist_cat ul > .item.shop1042 .service .text span:before{
	display: block;
}
body.ex-salepage .shoplist_cat ul > .item.shop1042 .service .text span:after{
	content: "※2024年1月2日（火）～1月10日（水）、秋冬ウェア・MeDuのみ実施";
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	display: block;
	line-height: 1.4em;
    padding-top: 10px;
    margin-bottom: -30px;
} */

/*base*/

body.ex-salepage #contents{
	background: #fffded;
	font-family: 'Noto Serif JP', serif;
}

body.ex-salepage.pc #contents-main.all{
	padding: 30px 0;
}

body.ex-salepage .header_inner{
	padding-top: 60px;
}
body.ex-salepage #contents h2{
	text-align: center;
	position: relative;
	width: 400px;
	padding: 30px 20px;
	background: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.6em;
	letter-spacing: 0.2em;
	color: #E72D22;
	display: block;
    border-top: 2px solid#E72D22;
    border-bottom: 2px solid #E72D22;
}
body.ex-salepage h2 > img{
	width: 900px;
}
body.ex-salepage h2 .date{
	font-family: 'EB Garamond','Noto Serif JP', serif;
    letter-spacing: 0.3em;
    display: block;
}
body.ex-salepage h2 .year,
body.ex-salepage h2 .youbi{
	font-size: 60%;
	letter-spacing: 0em;
}
body.ex-salepage h2 .mizuhiki{
	position: absolute;
	top: -45px;
    left: calc(50% - 100px);
}
body.ex-salepage h2 .mizuhiki img{
	width: 200px;
}

body.ex-salepage .list_menu ul{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px 15% 0;
}
body.ex-salepage.pc #salepage_btn .list_menu ul{
	margin: 40px 15% 20px;
}
body.ex-salepage .list_menu li{
	width: 50%;
	padding: 16px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #E72D22;
}
body.ex-salepage .list_menu li a{
	display: block;
}
body.ex-salepage .list_menu li.on{
	border-width: 1px 1px 0 1px;
}
body.ex-salepage .list_menu li.off{
	border-width: 0 0 1px 0;
}
body.ex-salepage .list_menu li.off i{
	color: #E72D22;
	padding: 0 10px;
}
body.ex-salepage .list_menu li.on a{
	color: #E72D22;
	font-weight: bold;
}

body.ex-salepage .shoplist_cat {
	/* overflow:hidden; */
	margin:0 0 40px;
}
body.ex-salepage .shoplist_cat ul{
	/* overflow:hidden; */
	border-top:none;
	/* padding: 16px 0; */
}
body.ex-salepage.pc .shoplist_cat ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
body.ex-salepage.pc .shoplist_cat ul > .item{
	width: calc(100% / 2);
	padding: 20px 20px 0;
    border-right: 1px solid #E72D22;
    margin: 20px 0;
}
body.ex-salepage.pc .shoplist_cat ul > .item:first-child,
body.ex-salepage.pc .shoplist_cat ul > .item:nth-child(2n+1){
	border-left: 1px solid #E72D22;
}
body.ex-salepage .shoplist_cat ul > .item{
	box-sizing: border-box;
    /* overflow: hidden; */
    position: relative;
}
body.ex-salepage .shoplist_cat ul > .item .detail{
	overflow:hidden;
	box-sizing: border-box;
}
body.ex-salepage .shoplist_cat ul > .item .shopname h4{
	font-weight:bold;
	font-size: 18px;
	text-align: center;
	padding: 0 15px;
	text-decoration: underline;
}
body.ex-salepage .shoplist_cat ul > .item .shopname span{
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    background: #E72D22;
    padding: 10px 10px 0;
    line-height: 1em;
    position: absolute;
    left: -10px;
    width: 60px;
    box-sizing: border-box;
    height: 40px;
}
body.ex-salepage .shoplist_cat ul > .item .shopname span:after{
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #E72D22 transparent;
    border-style: solid;
    content: '';
}
body.ex-salepage .shoplist_cat ul > .item .shopname span:after {
    right: -15px;
    border-width: 40px 15px 0 0px;
}

body.ex-salepage .shoplist_cat ul > .item .service{
	box-sizing: border-box;
	padding-bottom: 20px;
}
body.ex-salepage .shoplist_cat ul:not(.key) > .item .service{
	padding-top: 30px;
}
body.ex-salepage .shoplist_cat ul > .item .service .text{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	color: #000;
	line-height: 1.5em;
	padding-bottom: 20px;
	white-space: pre-wrap;
	width: 90%;
    margin: auto;
}
body.ex-salepage .shoplist_cat ul > .item .service .text span{
	color: #E72D22;
	font-size: 46px;
	line-height: 40px;
	font-family: 'EB Garamond','Noto Serif JP', serif;
	/*text-align: center;*/
	display: block;
	padding-bottom: 0.2em;
}


body.ex-salepage .shoplist_cat ul > .item .logo{
	display: none;
}

body.ex-salepage .shoplist_cat ul.key > .item .service .text{
	padding-bottom: 0;
}
body.ex-salepage .shoplist_cat ul.key > .item .pickup-img{
	width: 300px;
    margin: auto;
}
body.ex-salepage .shoplist_cat ul.key > .item .sale-text{
    padding: 0 0 10px;
}
body.ex-salepage .shoplist_cat ul.key > .item .pickup-text{
	clear: both;
	line-height: 1.4em;
    padding: 20px 0;
}
body.ex-salepage .shoplist_cat ul.key > .item .pickup-text p.item{
	font-weight: bold;
    padding-bottom: 1em;
}

body.ex-salepage .shoplist_cat ul .item .shopitem h3 {
	display: none;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item{
	padding: 10px 0;
	box-sizing: border-box;
	display: flex;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item .image{
	height: 140px;
	width: 100px;
    margin: 0 20px 0 0;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item .desc{
	text-align: left;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item .date{
	font-size: 12px;
	line-height: 1em;
	margin: 4px 0 12px;
    font-family: "Cantarell", sans-serif;
    font-weight: bold;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item h4{
	font-size: 14px;
	font-weight: bold;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item .price{
	font-weight: bold;
    font-size: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.ex-salepage .shoplist_cat ul .item .itemlist .item .morelink{
	display: none;
}

body.ex-salepage #contents .salepage_btn .page_btn{
	display: none;
}
body.ex-salepage #contents .salepage_btn .goods_like_btn.mini p{
	background: #fff;
}

body.ex-salepage .attention p{
	padding: 8px 0;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
}
body.ex-salepage .attention p strong{
	font-size:14px;
	display: block;
}
body.ex-salepage .attention p a{
	text-decoration: underline;
}

#contents .NewsItemList .item p.image .no_img_logo{
	background-color: #fff;
}


/*-----------------------------------
body.ex-salepage.sp
-----------------------------------*/
body.ex-salepage.sp .header_inner {
    padding-top: 30px;
}
body.ex-salepage.sp #contents h2{
	width: 90%;
	box-sizing: border-box;
	font-size: 7vw;
	padding-top: 30px;
}
body.ex-salepage.sp .list_menu ul{
	margin: 20px 0 0;
}
body.ex-salepage.sp .list_menu li{
	padding: 16px 0;
	font-size: 4.0625vw;
}
body.ex-salepage.sp .shoplist_cat ul{
	padding:16px 0;
}
body.ex-salepage.sp .shoplist_cat ul > .item{
	margin-bottom: 20px;
	padding: 20px 20px 0;
    border-right: 1px solid #E72D22;
    border-left: 1px solid #E72D22;
}
body.ex-salepage.sp .shoplist_cat ul > .item .shopname h4{
	font-size: 4.0625vw;
	padding: 0 0 0 60px;
	text-align: left;
}
body.ex-salepage.sp .shoplist_cat ul > .item .shopname span{
	top: 10px;
}
body.ex-salepage.sp .shoplist_cat ul > .item .service .text{
	width: 100%;
}
body.ex-salepage.sp .shoplist_cat ul > .item .service .text span{
	font-size: 12vw;
}
body.ex-salepage.sp .shoplist_cat ul > .item.shop1021 .service .text span,
body.ex-salepage.sp .shoplist_cat ul > .item.shop1020 .service .text span,
body.ex-salepage.sp .shoplist_cat ul > .item.shop1050 .service .text span,
body.ex-salepage.sp .shoplist_cat ul > .item.shop1084 .service .text span{
	font-size: 8vw;
}
body.ex-salepage.sp .shoplist_cat ul.key > .item .sale-text{
	padding-top: 0;
}

body.sp #contents-main .NewsItemList .item h3.goods{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
