@media (max-width: 768px) {

	#clrc__list-title{
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		background: #e50112;
	}
	#clrc__list-title img{
		height: 70%;
	}

	#clrc__nav_tablist{
		padding: 1% 0 0;
		font-size: 12px;
	}
    #clrc__nav_tablist ul{
        display: flex;
        flex-wrap: wrap;
		border-top: 1px solid #ccc;
        margin: 0;
	}
	#clrc__nav_tablist li{
        box-sizing: border-box;
		width: 50%;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		text-align: center;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
	}
	#clrc__nav_tablist li:nth-child(even){
		border-right: none;
	}
	#clrc__nav_tablist li.tab_active{
		color: #FFF;
		background: #e50112;
		border: none;
	}

	#clrc__brandlist{
		margin-bottom: 2%;
		font-size: 10px;
	}

	#clrc__brandlist ul{
		border-top: 2px solid #333;
	}
	#clrc__brandlist li{
		border-bottom: 2px solid #333;
		width: 100%
	}
	#clrc__brandlist li:after{
		content: "";
    	display: block;
		clear: both;
	}
	#clrc__brandlist li span{
		float: left;
		padding: 1%;
		border-collapse: collapse;
		word-wrap: break-word;
		border-bottom: 1px dotted #CCC;
		font-feature-settings: "palt";
	}
	#clrc__brandlist li span:last-child{
		border-bottom: none;
	}
	#clrc__brandlist .clrc__list-floor{
		width: 100%;
	}
	#clrc__brandlist .clrc__list-brand{
		width: 100%;
	}
	#clrc__brandlist .clrc__list-english{
		width: 100%;
	}
	#clrc__brandlist .clrc__list-date{
		width: 100%;
	}
	
	#clrc__nav_brandlist{
		width: 100%;
		padding-bottom: 4%;
	}
	#clrc__nav_brandlist ul{
		width: 100%;
		display: table;
		margin: 0;
	}
	#clrc__nav_brandlist li{
		display: table-cell;
		
        padding: 0 2%;
	}
	#clrc__nav_brandlist li a{
		display: block;
		height: 80px;
		text-align: center;
		line-height: 80px;
		box-sizing: border-box;
		background: #e50112 url("/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/clearance/2023winter/image/brand_bg.png") right bottom no-repeat;
		background-size: 10%;
		width: 100%;
	}
	#clrc__nav_brandlist li a img{
		width: 80%;
	}
}
@media (min-width: 769px) {
	#clrc__main{
		margin: 0 auto;
        width: 1100px;
	}
	#clrc__list-title{
		width: 100%;
		height: 100px;
		text-align: center;
		line-height: 100px;
		background: #e50112;
	}
	
	#clrc__nav_tablist{
		padding: 10px 0;
	}
	#clrc__nav_tablist ul{
		display: table;
		border-collapse: separate;
  		border-spacing: 8px 0;
		height: 40px;
		margin: 0;
	}
	#clrc__nav_tablist li{
		display: table-cell;
		width: 174px;
		border-collapse: collapse;
		border: 1px solid #ccc;
		text-align: center;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	#clrc__nav_tablist li:hover{
		background: #eee;
	}


	#clrc__nav_tablist li.tab_active{
		color: #FFF;
		position: relative;
		background: #e50112;
		border: 1px solid #e50112;
	}

	#clrc__nav_tablist li.tab_active:before{
		content: "";
		position: absolute;
		top: 100%;
  		left: 50%;
  		border: 10px solid transparent;
  		border-top: 10px solid #e50112;
  		margin-left: -10px;
	}


	#clrc__brandlist{
		width: 100%;
		margin: 0 auto 5px;
		font-size: 12px;
	}

	#clrc__brandlist ul{
		border-top: 1px solid #CCC;
	}
	#clrc__brandlist li{
		display: table;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #CCC;
	}
	#clrc__brandlist li span{
		display: table-cell;
		padding: 10px;
		border-collapse: collapse;
		border-right: 1px dotted #CCC;
		word-wrap: break-word;
		font-feature-settings: "palt";
	}

	#clrc__brandlist li span:last-child{
		border-right: none;
	}
	#clrc__brandlist .clrc__list-floor{
		width: 15%;
	}
	#clrc__brandlist .clrc__list-brand{
		width: 30%;
	}
	#clrc__brandlist .clrc__list-english{
		width: 25%;
	}
	#clrc__brandlist .clrc__list-date{
		width: 30%;
	}


    #clrc__brandlist li {
        position: relative;
    }
    #clrc__brandlist li .clrc__release{
        top:0;
        left: 1101px;
        background: #fff000;
        border: none;
        color: #333;
        position: absolute;
        display: block;
    }

	#clrc__nav_brandlist{
		padding-bottom: 44px;
	}
	#clrc__nav_brandlist ul{
		display: table;
		height: 120px;
		margin: 0;
	}
	#clrc__nav_brandlist li{
		display: table-cell;
		width: 1100px;
        padding: 0 5px;
	}
	#clrc__nav_brandlist li a{
		display: block;
		height: 120px;
		text-align: center;
		line-height: 120px;
		box-sizing: border-box;
		background: #e50112 url("/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/clearance/2023winter/image/brand_bg.png") right bottom no-repeat;
		width: 100%;
	}

}

#clrc__main a:hover{
	opacity: 0.8;
}


#clrc__brandlist li:nth-child(even){
    background: #EEE;
}

#clrc__brandlist li:first-child{
	background: #fcdfe3;
	font-weight: bold;
}

.clrc__p-memo{
	margin: 2% 0 !important; 
	border-bottom: none !important;
}
.clrc__p-memo a{
	font-weight: bold;
	text-decoration: underline;
}
#clrc__nav_bnrlist {
	max-width: 768px;
	margin: 0 auto;
}
#clrc__nav_bnrlist li{
	margin-bottom: 2em;
}