/*----------------------------------------
	下層　帯バナー
-----------------------------------------*/


#fwCms_wrapper .christmas_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: #337155;
}
#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: #337155!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/christmascake/251001/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% - 8px)!important;
	left: min(10%, 13px);
	width: 10px;
	height: 18px!important;
	background: url("/excludes/DMO/web/feature/v/christmascake/251001/img/arrow01.svg") no-repeat left top!important;
	background-size: 1.33vw 2.4vw;
	}
	
	#fwCms_wrapper .christmas_lower a .pageBnr {
	max-width: none;
	padding: 0 15% 0 15%;
	background-image: url("/excludes/DMO/web/feature/v/christmascake/251001/img/251001_christmascake_mainbk01.jpg")!important;
	background-size: cover;
	}
	#fwCms_wrapper .christmas_lower a img{
		max-width:920px;
	}
}

/*----------------------------------------
	下層　フッター帯バナー
-----------------------------------------*/

.christmasCakeBnrBottom .christmas_lower{
	position: relative;
    margin-top: 13.3vw;
	margin-bottom: -26.6vw;
}
@media screen and (min-width: 768px) {
	.christmasCakeBnrBottom .christmas_lower{
	margin-top: 80px;
	margin-bottom: -100px;
	}
}

/*----------------------------------------
	下層　ランキングボタンカラー
-----------------------------------------*/

#fwCms_wrapper .fwCms_box .fmt_area .btn-color-2{
	background-color: #256e4d !important;
}