/*----------------------------------------
	下層　帯バナー
-----------------------------------------*/


#fwCms_wrapper .valentine_lower a .pageBnr {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 100%;
	overflow: hidden;
	background: center center no-repeat;
	background-image: none;
	background-size: auto 100%;
	background-color: #7a170f;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 16%;
	max-width: 130px;
	height: 100%;
	color: #fff;
	background-color: #7a170f!important;
	font-size: 2.66vw;
	font-weight: bold;
}


#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: calc(50% - 2.4vw)!important;
	left: 6.6666666667%;
	width: 1.33vw;
	height: 4.8vw!important;
	background: url("/excludes/DMO/web/feature/v/valentine/241211/img/arrow01.svg") no-repeat left top!important;
	background-size: 1.33vw 2.4vw;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) > span {
	margin-right: auto;
	margin-left: auto;
}

#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1) {
	z-index: 10;
}
#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(2) {
	z-index: 0;
}
@media screen and (min-width: 768px){
	#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1){
		font-size: 18px;
	}
	
	#fwCms_wrapper .fwCms_box .pageBnr > span:nth-of-type(1)::before {
	content: "";
	position: absolute;
	top: calc(50% - 11px)!important;
	left: min(10%, 13px);
	width: 10px;
	height: 18px!important;
	background: url("/excludes/DMO/web/feature/v/valentine/241211/img/arrow01.svg") no-repeat left top!important;
	background-size: 1.33vw 2.4vw;
	}
	
	#fwCms_wrapper .valentine_lower a .pageBnr {
	max-width: none;
	background-image: url("/excludes/DMO/web/feature/v/valentine/241211/img/241211_valentine_main_bk.jpg")!important;
	background-size: cover;
	}
	
}
