@charset "shift_jis";



#moresale_202602 {
  width: 1000px;
  margin: 0 auto;
  color: #000;
  line-height: 1.7;
  font-size: clamp(13px, 0.22vw + 12.1px, 15px);
}

#moresale_202602 h1 {
	margin-bottom: 30px;
}

#moresale_202602 .mv {
 margin: 0;
}

#moresale_202602 .mv  img{
width: auto;
height: auto;
max-width: 100%;
display: block;
margin: 0 auto;
}


#moresale_202602 .box {
	margin-bottom: 50px;
}

#moresale_202602 .box_top {
	text-align: center;
}

#moresale_202602 .box_top .clearbox{
	margin-top: 20px;
}

#moresale_202602 .box_date {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-size: clamp(16px, 0.75vw + 13.2px, 24px);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.02em;
	background-color: #ff0000;
}


#moresale_202602 .box_category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style-type: none;
	padding-left: 0;
	width: 88%;
	margin: 0 auto;
}
#moresale_202602 .box_category li {
	width: 47.16%;
	margin: 30px 0;
}
#moresale_202602 .box_btn {
	text-align: center;
	margin: 50px 0;
}
#moresale_202602 .box_btn a {	
	display: inline-block;
	margin-bottom: 30px;
}


#moresale_202602 .box_note {
	width: 85%;
	margin: 0 auto;
	padding: 5px;
	border: 1px dashed #2c2c2c;
	margin-bottom: 50px;
	font-weight: 500;
}

#moresale_202602 .box_note .text {
	margin: 10px 5px;
}
#moresale_202602 .box_note .text span {
	font-weight: 600;
}

#moresale_202602 .box_note .text .date {
	color: #ff0000;
	font-weight: 500;
}



@media screen and (max-width: 779px) {
	
	#moresale_202602 {
	  width: 100%;
	}
	#moresale_202602 img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	#moresale_202602 .box_category li {		
		margin: 3vw 0;
	}
	#moresale_202602 .box_btn {
		margin: 5vw 0;
		padding: 0 10px;
	}
	#moresale_202602 .box_top {
		padding: 0 10px;
	}
	#moresale_202602 .box_note {
		padding: 0 10px;
		margin-bottom: 5vw;
	}
	
	#moresale_202602 .box_category {		
		width: calc(100% - 20px);
		padding: 0 10px;
	}
	#moresale_202602 .box_category li {
		width: 100%;
	}
	#moresale_202602 .box_category li a img {
		width: 100%;
	}
}