@charset "UTF-8";
/*----------------------------------------

	- common
	- saleTitle
	- saleTxt
	- saleNav

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

#fwCms_wrapper .fwCms_box.frame_MH>*:last-child {
	margin-bottom: 13.3vw !important;
}

/* Chrome */
_:lang(x)::-internal-media-controls-overlay-cast-button, .pc #fwCms_wrapper img {
	image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .fwCms_box.frame_MH>*:last-child {
		margin-bottom: 60px !important;
	}
}

/*----------------------------------------
	saleTitle
-----------------------------------------*/

#fwCms_wrapper .saleTitle {
	margin: 8vw auto 0;
	opacity: 1 !important;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .saleTitle {
		max-width: 1080px;
		margin-top: 60px;
	}
}

/*----------------------------------------
	saleTxt
-----------------------------------------*/

#fwCms_wrapper #saleTxt {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	width: 92%;
	margin: auto;
	opacity: 1 !important;
}

#fwCms_wrapper #saleTxt dt {
	width: 16vw;
}

#fwCms_wrapper #saleTxt dd {
	position: relative;
	width: 68vw;
	margin-right: 8%;
	padding: 4.86% 5.81% 5.07% 5.81%;
	border-radius: 8px;
	background: #ffff00;
}

#fwCms_wrapper #saleTxt dd::after {
	content: "";
	position: absolute;
	top: 23.71%;
	right: -13px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #ffff00;
}

#fwCms_wrapper #saleTxt dd span {
	color: #ff0000;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper #saleTxt {
		max-width: 670px;
	}

	#fwCms_wrapper #saleTxt dt {
		max-width: 100px;
		width: 12.19vw;
	}

	#fwCms_wrapper #saleTxt dd {
		position: relative;
		max-width: 490px;
		width: 65.85vw;
		margin-right: 4.47%;
		padding: 4.92% 5.97% 5.07%;
		border-radius: 20px;
	}

	#fwCms_wrapper #saleTxt dd::after {
		top: 23%;
		right: -17px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 17px solid #ffff00;
	}
}

/*----------------------------------------
	saleNav
-----------------------------------------*/

#fwCms_wrapper #saleNav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	opacity: 1 !important;
}

#fwCms_wrapper #saleNav li {
	display: flex;
	width: calc(50% - .65vw);
	line-height: 1.5;
}

#fwCms_wrapper #saleNav li:nth-child(n+3) {
	margin-top: 1.3vw;
}

#fwCms_wrapper #saleNav li a {
	display: flex;
	width: 100%;
	min-height: 19.73vw;
	border: solid 1px #000;
	background: #fff;
	color: #660000;
	text-decoration: none;
}

#fwCms_wrapper #saleNav li a span {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 2.1vw 1.3vw 2.1vw 18.26vw;
	text-decoration: none;
}

#fwCms_wrapper #saleNav li a span::before {
	content: "";
	position: absolute;
	left:  2.4vw;
	width: 12.9vw;
	height: 13vw;
	background: url(../../../../../../excludes/DMO/mo/sale/231127/img/p02.png) no-repeat left top;
	background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper #saleNav {
		max-width: 1080px;
		width: 98.7%;
	}

	#fwCms_wrapper #saleNav li {
		width: calc(33.33% - 5px);
		line-height: 1.4;
	}

	#fwCms_wrapper #saleNav li:nth-child(n+3) {
		margin-top: 0;
	}

	#fwCms_wrapper #saleNav li a {
		min-height: 142px;
		border: solid 2px #000;
	}

	#fwCms_wrapper #saleNav li a span {
		padding: 27px 10px 27px 92px;
	}

	#fwCms_wrapper #saleNav li a span::before {
		left: 10px;
		width: 62px;
		height: 62px;
	}
}

@media screen and (min-width: 900px) {
	#fwCms_wrapper #saleNav li a span {
		padding: 27px 20px 27px 132px;
	}

	#fwCms_wrapper #saleNav li a span::before {
		left: 20px;
		width: 92px;
		height: 93px;
	}
}