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

	- common
	- deliveryNav

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

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

#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;
	}
}

/*----------------------------------------
	deliveryNav
-----------------------------------------*/

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

#fwCms_wrapper .deliveryNav li a {
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	padding: 2.6vw;
	background: url(../../../../../../excludes/DMO/mo/osechi/250919/img/c_osechi_nav_bg01.png) no-repeat center center;
	background-size: auto 100%;
	text-decoration: none !important;
	text-align: center;
}

#fwCms_wrapper .deliveryNav li a span {
	padding-top: .8vw;
}

#fwCms_wrapper .deliveryNav li a:hover span {
	text-decoration: none;
}

#fwCms_wrapper .deliveryNav + .fmt_area_w.mt40_70 {
	margin-top: 12vw !important;
}

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

	#fwCms_wrapper .deliveryNav li a {
		padding: 17px;
		background-size: 100% auto;
	}

	#fwCms_wrapper .deliveryNav li a span {
		padding-top: 0;
	}

	#fwCms_wrapper .deliveryNav + .fmt_area_w.mt40_70 {
		margin-top: 70px !important;
	}
}