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

	- common
	- searchNav

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

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

#fwCms_wrapper .fwCms_box.frame_MH>*:last-child:not(.breadcrumb):not(.osechiBnrArea):not(.rankingList) {
    margin-bottom: 0 !important;
}

#fwCms_wrapper .fwCms_box.frame_MH .osechiBnrArea {
	margin-bottom: 6.1vw !important;
}

#fwCms_wrapper .pagetitle {
	margin: 0 auto 2.1vw;
}

#fwCms_wrapper .fwCms_box.frame_MT>*:last-child {
	margin-bottom: auto !important;
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .fwCms_box.frame_MH .osechiBnrArea {
		margin-bottom: 50px !important;
	}

	#fwCms_wrapper .pagetitle {
		margin: 20px auto 15px;
	}

	#fwCms_wrapper .layoutType3 .frame_MT>div:first-of-type .switchProductListNavArea.mt40_80 {
		margin-top: 0 !important;
	}
}

/*----------------------------------------
	searchNav
-----------------------------------------*/

#fwCms_wrapper .searchNav {
	display: grid;
	gap: 1.3vw 1.3vw;
	grid-template-columns: repeat(2, 1fr);
}

#fwCms_wrapper .searchNav.column5 {
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

#fwCms_wrapper .searchNav.column5 li:nth-child(1) {
	grid-area: 1 / 1 / 2 / 3;
}

#fwCms_wrapper .searchNav.column5 li:nth-child(2) {
	grid-area: 1 / 3 / 2 / 5;
}

#fwCms_wrapper .searchNav.column5 li:nth-child(3) {
	grid-area: 1 / 5 / 2 / 7;
}

#fwCms_wrapper .searchNav.column5 li:nth-child(4) {
	grid-area: 2 / 1 / 3 / 4;
}

#fwCms_wrapper .searchNav.column5 li:nth-child(5) {
	grid-area: 2 / 4 / 3 / 7;
}

#fwCms_wrapper .searchNav li a {
	position: relative;
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	padding: 2vw 1.6vw 6.44vw;
	background: url(../../../../../../excludes/DMO/mo/osechi/250919/img/c_osechi_nav_bg01.png) no-repeat center center;
	background-size: auto 100%;
	line-height: 1.3;
	text-align: center;
}

#fwCms_wrapper .fwCms_box .searchNav li a:hover {
	text-decoration: none;
}

#fwCms_wrapper .searchNav li a::before {
	content: "";
	position: absolute;
	bottom: 2.53vw;
	left: calc(50% - (3.73vw/2));
	width: 3.73vw;
	height: 2.26vw;
	background: url(../../../../../../excludes/DMO/mo/osechi/250919/svg/c_osechi_arrow01.svg) no-repeat left top;
	background-size: 3.73vw 2.26vw;
}

@media screen and (min-width: 1180px) {
	#fwCms_wrapper .searchNav {
		grid-template-columns: repeat(4, 1fr);
	}

	#fwCms_wrapper .searchNav.column5 {
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: unset;
	}

	#fwCms_wrapper .searchNav.column5 li {
		grid-area: unset !important;
	}
}

@media screen and (min-width: 768px) {
	#fwCms_wrapper .searchNav {
		gap: 10px 10px;
		max-width: 1080px;
		width: 92%;
		margin: auto;
	}

	#fwCms_wrapper .searchNav li a {
		padding: 13px 8px 33px;
		background-size: cover;
		line-height: 1.7;
	}

	#fwCms_wrapper .searchNav li a::before {
		bottom: 10px;
		left: calc(50% - 9px);
		width: 18px;
		height: 10px;
		background-size: 100% auto;
	}
}