/* Lookforのサイドメニュー */


/* 大枠 */
#product {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 4px auto;
	width: 95%;
	max-width: 1400px;
}

/* 左コンテンツ */
.main_content {
	display: block;
	position: relative;
	padding: 0 8px 16px 8px;
	margin: 0 0 40px 0;
	width: 72%;
	max-width: 980px;
	float: left;
}

/* 右メニュー */
.side_menu2025 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	width: calc(100% - 73%);
	max-width: 420px;
	float: right;
}

@media screen and (max-width:1080px) {

	.main_content {
		display: block;
		position: relative;
		padding: 0 8px 16px 8px;
		margin: 0 0 4px 0;
		width: 100%;
		max-width: 980px;
		float: none;
	}

	.side_menu2025 {
		display: none;
	}

}




/* Lookforのサイドメニュー中身 */

.roller_side_ti {
	display: block;
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
	height: 68px;
	line-height: 68px;
	font-size: 1.8em;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	color: #b01f24;
	background-color: #fff;
	border-top: 2px solid #b01f24;
	border-bottom: 2px solid #b01f24;
}

.side_menu2025 ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 18px 0;
	height: auto;
	overflow: hidden;
}

.side_menu2025 ul > li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #c0bbaa;
}





.side_menu2025 .widget-cat-header {
	display: block;
	position: relative;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 1.2em;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #c0bbaa;
	color: #b01f24;
	background-color: #fffdfd;
}

.side_menu2025 .widget-cat-header:hover {
	color: #fff;
	background-color: #b01f24;
}	
	
	
.side_menu2025 .widget-cat-header .side_arrow {
	padding: 0 12px 0 0;
	font-size: 0.8em;
}

.side_menu2025 .widget-cat-header .opc_bt {
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	width: 50px;
	height: 30px;
	background-position: right 12px center;
	
	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../images/circle-plus-solid.svg);
	background: #b01f24;
}

.side_menu2025 .widget-cat-header:hover .opc_bt {
	color: #fff;
	mask-image: url(../images/circle-plus-solid.svg);
	background: #fff;
}

.side_menu2025 .widget-cat-header.active .opc_bt {
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	width: 50px;
	height: 30px;
	padding-left: 4px;
	background-position: right 12px center;

	mask-position: center center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-image: url(../images/circle-minus-solid.svg);
	background: #b01f24;
}

.side_menu2025 .widget-cat-header.active:hover .opc_bt {
	color: #fff;
	mask-image: url(../images/circle-minus-solid.svg);
	background: #fff;
}




.side_menu2025 .widget-cat-content,
.side_menu2025 .widget-cat-item {
	margin: 0;
	padding: 0;
}

.side_menu2025 .widget-cat-item {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.side_menu2025 .widget-cat-item a {
	display: block;
	position: relative;
	padding: 0 0 0 28px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
}

.side_menu2025 .widget-cat-item a:hover {
	display: block;
	position: relative;
	padding: 0 0 0 28px;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background-color: #b01f24;
}


.side_menu2025 .widget-content {
	margin: 0 0 40px 0;
}



