@charset "utf-8";

/* --------------------------------------------------------------------------------
バンドル商品一覧
-------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------
バンドルタイトル グラデーション背景
-------------------------------------------------------------------------------- */
/*パンくず
-----------------------------------------------------*/
.fs-body-bundle .fs-c-breadcrumb,
.fs-body-bundle .fs-c-breadcrumb a{
	color: #fff;
}


/*タイトル
--------------------------------------------------------*/
.fs-body-bundle .fs-c-heading--page{
	color: #fff;
	font-size: 6.4vw;
	margin: 0;
	padding: 2vw 0 3.4vw 0;
	border: none;
}



/*【黄色】
通常
----------------------------------------------*/
.fs-body-bundle .bg_grad{
	background-image: linear-gradient(120deg, rgba(221, 195, 0, 1.0) 30%, 55%, rgba(242, 233, 178, 1.0) 70%, rgba(242, 233, 178, 1.0) 75%, 84%, rgba(221, 195, 0, 1.0) 85%);
}

/*【赤色】
ほたて
----------------------------------------------*/
.fs-body-bundle-hotate .b_ttl .bg_grad,
.fs-body-bundle-matome-kaisen .b_ttl .bg_grad,
.fs-body-bundle-matome-ouchi .b_ttl .bg_grad{
	background-image: linear-gradient(120deg, rgba(200, 49, 35, 1.0) 30%, 55%, rgba(237, 119, 87, 1.0) 70%, rgba(237, 119, 87, 1.0) 75%, 84%,rgba(200, 49, 35, 1.0) 85%);
}

