/* CSS Document */

/*校了後　消す*/
/*body.season_fuku2025 ul.shoplist_cat ul li#shop394{
    display: none;
}*/

/*校了前でカテゴリ自体表示しない場合指定*/
/*body.season_fuku2025 ul.shoplist_cat #cat10{
    display: none;
}*/


/*告知解禁日公開*/
/*01.01*/
/*body.season_fuku2025 ul.shoplist_cat ul li#shop446{
    display: none;
}*/


/*-----------------------------------
PC・スマホ共通スタイル
※基本フォーマットとし、個別設定は別cssで行うこと
body.season_fuku2025
-----------------------------------*/
/*body.season_fuku2025 #contents .inner{
	width: 100%;
}*/

body.season_fuku2025 #main,
body.season_fuku2025 header{
	background: url("./bg_main.png");
}
body.season_fuku2025.pc #contents .header-bg{
	margin: 24px auto 0;
}
body.season_fuku2025 #contents h2.header-title{
	padding:0;
	border: 0;
	margin: 0 auto 24px;
	width: 960px;
	text-align: center;
}
body.season_fuku2025 #contents h2.header-title img#previous, body.season_fuku2025 #contents h2.header-title img#new{
	display: none;
}

body.season_fuku2025 #contents-main{
	padding: 0;
	background:none;
}
body.season_fuku2025 #contents .subttl{
    background: #e96863;
    color:#FFF;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
body.season_fuku2025.pc #contents .subttl{
    margin: 24px auto -24px;
}

/*
プルダウンメニュー
*/
#club_cat_list{
  position: relative;
  width: 216px;
  margin: 16px auto;
}
.pulldown_btn{
  width: 100%;
  padding: 10px 40px 10px 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 4px solid #E9E9E9;;
  background: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 101;
  border-radius: 6px;
}
.pulldown_btn::after{
    width: 38px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 6px;
    color: #e50150;
    font-weight: bold;
    font-size: 18px;
    border-left: 1px solid #ccc;
    padding: 4px;
}
.pulldown_btn.open::after{
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
}
.category_wrap{  /*メニュー初期*/
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
  position: absolute;
  top: 45px;
  background: #ccc;
  left: 0;
  z-index: 100;
  border: 4px solid #E9E9E9;
  border-top: none;
  margin: -2px 0 0 0;
  box-sizing: border-box;
  min-width: 100%;
}
.category_wrap.open{  /*メニューオープン時*/
  /*ここのheightはjQueryで指定します*/
}

.category_wrap .category{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #E9E9E9;
	height: 42px;
	line-height: 1em;
	display: flex;
	align-items: center;
	position: relative;
}
.category_wrap .category a{
  line-height: 1.3em;
  width: 96%;
}
.category_wrap .category:first-child{
	height: 47px;
	padding-top: 10px;
}
.category_wrap .category:last-child{
	border-bottom: none;
}


/*.category_wrap .category:nth-child(3){
	display: none;
}*/

.category_wrap .category::after {
    content: "\f0da";
    right: 5px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    color: #e50150;
	top: 15px;
}
.category_wrap .category:first-child:after{
	top: 20px;
}


/*新着セール商品表示*/
body.season_fuku2025 #contents div.salepage_btn{
    margin: 0 auto 40px;
    padding: 16px;
    box-sizing: border-box;
    background: #ffd;
	overflow: hidden;
}
body.season_fuku2025 #contents-main div.salepage_btn .NewsItemList{
	border: none;
}
body.season_fuku2025 #contents-main div.salepage_btn .NewsItemList .item{
	height: inherit;
	border: 3px solid #e50150;
}
body.season_fuku2025 #contents-main div.salepage_btn .NewsItemList .item:nth-child(2n+1){
	border: 3px solid #e50150;
}


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:#f69;
	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.season_fuku2025 #contents-main h3{
	font-size: 20px;
	border: 0;
	background: #fc4f3f;
	color: #FFF;
	border-radius: 8px 8px 0 0;
}

body.season_fuku2025 #contents-main #cat4 h3{background: #ef93bb;}
body.season_fuku2025 #contents-main #cat5 h3{background: #aace36;}
body.season_fuku2025 #contents-main #cat6 h3{background: #f39800;}
body.season_fuku2025 #contents-main #cat8 h3{background: #54c3f1;}
body.season_fuku2025 #contents-main #cat9 h3{background: #00a5a8;}
body.season_fuku2025 #contents-main #cat10 h3{background: #a674b0;}
body.season_fuku2025 #contents-main #cat11 h3{background: #ffd00f;}

body.season_fuku2025 ul.shoplist_cat {
	overflow:hidden;
	/*margin:0 0 40px;*/
}
body.season_fuku2025 ul.shoplist_cat li{
	margin:0 auto;
}
body.season_fuku2025 ul.shoplist_cat li h4{
	font-size:16px;
	font-weight:bold;
}
body.season_fuku2025 ul.shoplist_cat ul{
	overflow:hidden;
	border-top:none;
	background:#fff;
	padding: 16px;
}
body.season_fuku2025 ul.shoplist_cat ul li{
	padding: 0 16px;
    overflow: hidden;
    border-bottom: 1px solid #565456;
    position: relative;
}
body.season_fuku2025 ul.shoplist_cat ul li:last-child{
	border-bottom: 0;
}
body.season_fuku2025 ul.shoplist_cat ul li:before{
	content: "";
    border-left: 1px dashed #565456;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 360px;
}
body.season_fuku2025 ul.shoplist_cat ul li .detail{
	float:left;
	text-align: left;
	overflow:hidden;
	width:320px;
	padding: 16px 0;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopname{
	font-weight:bold;
    width: 60%;
    float: left;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopname a{
	text-decoration:none;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopname span{
	padding-bottom:4px;
	font-weight: normal;
	font-size: 14px;
	display: block;
}
body.season_fuku2025 ul.shoplist_cat ul li .logo {
    width: 30%;
    float: right;
}
body.season_fuku2025 ul.shoplist_cat ul li .service{
	float:right;
	width: 535px;
	padding: 16px 0;
}
body.season_fuku2025 ul.shoplist_cat ul li .service .text{
	background: #ffd;
    padding: 8px;
}
body.season_fuku2025 ul.shoplist_cat ul li .service .text span{
	font-weight:bold;
	color:#e50150;
	font-size:16px !important;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopitem{
	overflow:hidden;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem h3 {
	display: none;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item{
	box-sizing: border-box;
	margin: 12px 10px 0 0;
    float: left;
    width: calc(100%/2 - 6px);
    border: 3px solid #e50150;
	border-radius:8px;
	-moz-border-radius:8px;
	overflow:hidden;
	height:70px;
	margin-right: 2%;
	cursor: pointer;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item:hover{
	opacity: 0.7;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .image,
body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .desc{
	float: left;
	width: 50%;
	box-sizing: border-box;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .desc{
	padding: 0 10px;
	    text-align: left;
}

body.season_fuku2025 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.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .desc .icon,
body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .desc .price{
	display: none;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .image .img_bg_css{
	min-height: 64px;
	border-radius: 0;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .image .img_bg_css.logo{
	width: 100%;
	background-size: 70%;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item h4{
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	overflow: hidden;
	padding: 10px 0
}
body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item:nth-child(2n){
	margin-right: 0;
}



body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item .date{
	font-size:10px;
	padding:14px 0 4px;
	line-height: 1.3em;
}
body.season_fuku2025 ul.shoplist_cat ul li .shopitem .item dd.title{
	font-size:12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.season_fuku2025 ul.shoplist_cat ul li .shopitem .morelink{
	display: none;
}

body.season_fuku2025 ul.shoplist_cat ul li .logo{
	width:80px;
}
body.season_fuku2025 ul.shoplist_cat ul li .logo img{
	width:80px;
}

body.season_fuku2025 p.attention{
	padding: 8px;
	font-size: 12px;
	background: #fff;
	margin-bottom: 40px;
}
body.season_fuku2025 p.attention em{
	display:block;
	font-size:14px;
	font-weight:bold;
}



/*-----------------------------------
スマホのみ
body.season_fuku2025.sp
-----------------------------------*/

body.season_fuku2025.sp #contents{
	margin:0; 
}

body.season_fuku2025.sp #contents,
body.season_fuku2025.sp #contents div.salepage_btn,
body.season_fuku2025.sp #list_menu,
body.season_fuku2025.sp #contents ul.shoplist_cat ul li .service{
	width: 100%;
}

body.season_fuku2025.sp #contents h2,
body.season_fuku2025.sp #contents h2 img{
	width:100%;
	margin-bottom: 10px;
	padding: 0;
}

body.season_fuku2025.sp .exsale_header p{
	text-align: left;
	font-size: 90%;
	padding: 0 20px;
	line-height: 1.5em;
}

/*新着セール商品表示*/
body.season_fuku2025 #contents-main div.salepage_btn .NewsItemList{
	margin: 5px 0;
}
body.season_fuku2025.sp #contents div.salepage_btn{
	background-size: 100%;
    padding: 14px 0;
    margin: 8px 0;
}

body.season_fuku2025.sp div.salepage_btn #items{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

body.season_fuku2025.sp #contents div.salepage_btn .NewsItemList #items .item{
	width: calc(100%/4 - 5px);
	margin: 0 6px 0 0;
	padding: 0;
	min-height: 0;
}
body.season_fuku2025.sp #contents div.salepage_btn .NewsItemList #items .item:nth-of-type(4){
	margin-right: 0;
}
body.season_fuku2025.sp #contents div.salepage_btn .NewsItemList #items .item:nth-of-type(5){
	display: none;
}
body.season_fuku2025.sp div.salepage_btn #items .item:nth-child(4){
	margin-right: 0;
}

body.season_fuku2025.sp div.salepage_btn #items .item:nth-child(n + 5) {
    display: none;
}

body.season_fuku2025.sp #contents div.salepage_btn .NewsItemList #items .item p.image {
    position: relative;
    overflow: hidden;
		width: 100%;
		height: 74px;
}
body.season_fuku2025.sp div.salepage_btn #items .item .name{
	visibility: hidden;
}
body.season_fuku2025.sp div.salepage_btn .page_btn{
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

body.season_fuku2025.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.season_fuku2025.sp div.salepage_btn .page_btn br{
	display: none;
}
body.season_fuku2025.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.season_fuku2025.sp div.salepage_btn .page_btn a::after{
	display: none;
}


/*各ショップのセール情報*/
body.season_fuku2025.sp #contents-main{
	width:100%;
}
body.season_fuku2025.sp #contents-main h3 {
    font-size: 16px;
    padding: 8px;
}
body.season_fuku2025.sp ul.shoplist_cat li h4{
	font-size:14px;
}
body.season_fuku2025.sp #contents #contents-main ul.shoplist_cat ul li .service .text{
	font-size: 12px;
}
body.season_fuku2025.sp ul.shoplist_cat ul{
	padding: 0;
}

body.season_fuku2025.sp ul.shoplist_cat ul li:before{
	display:none;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .detail,
body.season_fuku2025.sp ul.shoplist_cat ul li .service{
	float:none;
}
body.season_fuku2025.sp ul.shoplist_cat ul li{
	padding:16px;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .detail{
	padding:0;
	width:auto;
	overflow:hidden;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .service{
	width:100%;
	padding:8px 0 0;
	margin-top:8px;
    border-top: 2px solid #ECEEEE;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .shopname{
	width: 65%;
    float: left;
	font-size: 16px;
    line-height: 1.3em;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .shopname em{
	font-size:80%;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .logo{
	float:right;
	width:28%;
	padding:0;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .logo img{
	width:100%;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .shopitem .item dt:before{
	padding: 2px 4px;
}

body.season_fuku2025.sp ul.shoplist_cat ul li .shopitem .item dt {
    width: 36%;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .shopitem .item dd {
    width: 62%;
	margin-left:2%;
}
body.season_fuku2025.sp ul.shoplist_cat ul li .shopitem .item dt img{
	width:100%;
}
body.season_fuku2025.sp #contents ul.shoplist_cat ul li .shopitem .item .desc{
	padding: 0 6px;
}

body.season_fuku2025.sp ul.shoplist_cat ul li .shopitem .item h4{
	font-size: 12px;	
}
