/*==================================================
 共通
==================================================*/

.contents_box {
	padding: 0 0 120px;
}

.contents_box *,
.contents_box *::before,
.contents_box *::after {
	box-sizing: border-box;
}

.contents_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contents_box a,
.contents_box img,
.cat_link_btn a,
.clearance_item li,
.brand_list li {
	transition: .25s ease;
}

.contents_box .sp_only {
	display: none;
}

@media (max-width:768px) {

	.contents_box {
		padding: 0 0 14%;
	}

	.contents_box .sp_only {
		display: block;
	}

}


/*==================================================
 メインビジュアル
==================================================*/

#main_image_box {
	background: #000;
	text-align: center;
	display: block;
	max-width: 100%;
	object-fit: cover;
}

#main_image_box img.bg_image {
	max-width: 100%;
	object-fit: cover;
}


/*==================================================
 導入文
==================================================*/

.top_intro {
	width: 90%;
	max-width: 1178px;
	margin: 2% auto 1%;
}

.top_intro p {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 2;
	text-align: center;
}

@media (max-width:768px) {

	.top_intro {
		margin: 3% auto;
	}

	.top_intro p {
		font-size: 1.25em;
	}

}

@media (max-width:426px) {

	.top_intro p {
		font-size: 1.1em;
	}

}


/*==================================================
 共通ボタン
==================================================*/

.cat_link_btn {
	width: 90%;
	max-width: 600px;
	margin: 1% auto;
	text-align: center;
}

.cat_link_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3%;
	background: #000;
	color: #fff;
	font-size: 1.25em;
	text-decoration: none;
}

.cat_link_btn a:hover {
	opacity: .8;
}

.cat_link_btn a span {
	flex: 1;
	line-height: 1.3;
}

.cat_link_btn a::after {
	content: "";
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-left: 12px;
	flex-shrink: 0;
}

@media (max-width:768px) {

	.cat_link_btn a::after {
		width: 14px;
		height: 14px;
	}

}


/*==================================================
 全クリアランスボタン
==================================================*/

.category_btn_oneblock {
	width: 90%;
	max-width: 1020px;
	margin: 2% auto;
}

.category_btn_oneblock .cat_link_btn {
	margin: 0 auto;
}

.category_btn_oneblock .cat_link_btn a {
	padding: 4%;
	font-size: 1.5em;
}

@media (max-width:768px) {

	.category_btn_oneblock {
		width: 96%;
		margin: 0 auto 5%;
	}

	.category_btn_oneblock .cat_link_btn a {
		font-size: 1.3em;
	}

}

@media (max-width:559px) {

	.category_btn_oneblock {
		width: 100%;
	}

}


/*==================================================
 セクションタイトル
==================================================*/

.contents_title {
	position: relative;
	margin: 4em 0 40px;
	padding: .6em;
	background: #dcdfe5;
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
}

.contents_title::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border: 15px solid transparent;
	border-top-color: #dcdfe5;
}

/*==================================================
 クリアランス商品一覧
==================================================*/

.clearance_wrap {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	/* padding: 0 10px; */
}

.clearance_item {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.clearance_item li {
	list-style: none;
	min-width: 0;
}

.clearance_item li.is-hidden {
	display: none;
}

.clearance_item li:hover {
	transform: translateY(-5px);
}

.clearance_item li a {
	display: block;
	color: #222;
	text-decoration: none;
}


/*==================================================
 商品画像
==================================================*/

.clearance_img {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #fff;
	overflow: hidden;
}

.clearance_img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.clearance_item li:hover .clearance_img img {
	transform: scale(1.05);
}


/*==================================================
 商品情報
==================================================*/

.clearance_info {
	margin-top: 10px;
}

.clearance_name {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 2.8em;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.clearance_name span {
	display: block;
}

.clearance_item li:hover .clearance_name {
	color: #005c3f;
}

.clearance_genre {
	margin: 0 0 6px;
	font-size: 13px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clearance_price {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
}

.txt_yen {
	font-size: .9em;
}

.proper_price {
	margin-right: 6px;
	color: #666;
	text-decoration: line-through;
}

.color_discount {
	font-size: 18px;
	font-weight: 700;
	color: #e60012;
}


/*==================================================
 もっと見る
==================================================*/

.clearance_more,
.more {
	position: relative;
	width: 100%;
	margin: 5% auto 3%;
	border: none;
	background: none;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

.clearance_more::after,
.more::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	margin: 8px auto 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
}


/*==================================================
 SP
==================================================*/

@media (max-width:767px) {

	.clearance_wrap {
		/* padding: 0 10px; */
	}

	.clearance_item {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
		width: 90%;
	}

	.clearance_name {
		font-size: 12px;
	}

	.clearance_genre {
		font-size: 11px;
	}

	.clearance_price {
		font-size: 12px;
	}

	.color_discount {
		font-size: 15px;
	}

	.clearance_more,
	.more {
		margin: 10% auto 5%;
		font-size: 1.3em;
	}

}

/*==================================================
 ブランド一覧
==================================================*/

#brand_cat {
	max-width: 1020px;
	margin: 7% auto 0;
}

#brand_cat .cat_item_box_innner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

#brand_cat .brand_list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#brand_cat .brand_list li {
	list-style: none;
}

#brand_cat .brand_list li.is-hidden {
	display: none;
}

#brand_cat .brand_list a {
	display: block;
	color: #222;
	text-decoration: none;
}

#brand_cat .item_image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: #fff;
	border: 1px solid #666;
	box-sizing: border-box;
}

#brand_cat .item_image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 75px;
}

#brand_cat .brand_list p {
	margin: 12px 0 0;
	line-height: 1.3;
	text-align: center;
}

#brand_cat .jp {
	display: block;
	font-size: 16px;
	font-weight: 700;
}

#brand_cat .ec {
	display: block;
	margin-top: 2px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
}


/*==================================================
 Hover
==================================================*/

#brand_cat .brand_list a:hover {
	transform: translateY(-6px);
}

#brand_cat .brand_list a:hover .item_image {
	border-color: #005c3f;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
	background: #fff;
}

#brand_cat .brand_list a:hover img {
	transform: scale(1.15);
}

#brand_cat .brand_list a:hover .jp,
#brand_cat .brand_list a:hover .ec {
	color: #005c3f;
}


/*==================================================
 SP
==================================================*/

@media (max-width:767px) {

	#brand_cat {
		margin: 10% auto;
	}

	#brand_cat .brand_list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 12px;
		width: 90%;
	}

	#brand_cat .item_image {
		padding: 14px;
	}

	#brand_cat .item_image img {
		max-height: 52px;
	}

	#brand_cat .jp {
		font-size: 13px;
	}

	#brand_cat .ec {
		font-size: 11px;
	}

}

/*==================================================
 フッターボタン
==================================================*/

.category_btn_footerblock {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

.category_btn_footerblock .cat_link_btn {
	margin: 0 auto;
}

.category_btn_footerblock .cat_link_btn a {
	padding: 3%;
	font-size: 1.2em;
}

@media (max-width:768px) {

	.category_btn_footerblock {
		width: 96%;
		margin: 0 auto 5%;
	}

}


/*==================================================
 フッターセールバナー
==================================================*/

.foot_sale_link {
	width: 70%;
	margin: 0 auto 8em;
	padding: 0;
	list-style: none;
}

.foot_sale_link li {
	margin-bottom: 3em;
}

.foot_sale_link li:last-child {
	margin-bottom: 0;
}

.foot_sale_link a {
	display: block;
}

.foot_sale_link img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width:768px) {

	.foot_sale_link {
		width: 90%;
		margin-bottom: 5em;
	}

}


/*==================================================
 共通ユーティリティ
==================================================*/

.brand_list li,
.clearance_item li {
	opacity: 1;
}

.brand_list li.is-hidden,
.clearance_item li.is-hidden {
	display: none;
}


/*==================================================
 共通アニメーション
==================================================*/

.cat_link_btn a,
.brand_list a,
.clearance_item li,
.clearance_img img {
	transition: .25s ease;
}


/*==================================================
 PCレイアウト調整
==================================================*/

.cat_item_box {
	width: 100%;
	max-width: 1020px;
	margin: 7% auto 0;
}


/*==================================================
 Tablet
==================================================*/

@media (max-width:768px) {

	.cat_item_box {
		margin: 10% auto;
	}

}


/*==================================================
 Small Mobile
==================================================*/

@media (max-width:559px) {

	.category_btn_oneblock,
	.category_btn_footerblock {
		width: 100%;
	}

}


/*==================================================
 End
==================================================*/