@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
 index
-----------------------------------------------*/
.lunch .contentHead .h2Box{
	padding: 30px 15px;
}

.lunch .headText {
	min-height: 400px;
}
.lunch .headText:after{
	background-image: url(../../../../_images/category/bag/lunch/main-img.webp);
	width: 430px;
	height: 510px;
}

@media screen and ( max-width: 736px ){
	.lunch .contentHead .h2Box{
		padding: 20px 15px;
	}
	.lunch .headText:after{
		width: 220px;
		height: 240px;
	}
}


/*---------------------------------------------------------------------------------
	孫カテ
--*/

/*コットンランチバッグ一覧*/
.lunch_cotton .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/bag/lunch/cotton/content_icon.webp);}
.lunch_cotton .contentHead .headText{
	background-image: url(../../../../_images/category/bag/lunch/cotton/main_img.webp);}

/*ポリエステルランチバッグ一覧*/
.lunch_polyester .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/bag/lunch/polyester/content_icon.webp);}
.lunch_polyester .contentHead .headText{
	background-image: url(../../../../_images/category/bag/lunch/polyester/main_img.webp);}

/*不織布ランチバッグ一覧*/
.lunch_nonwoven .contentHead .h2Box h2:before{
	background-image: url(../../../../_images/category/bag/lunch/nonwoven/content_icon.webp);}
.lunch_nonwoven .contentHead .headText{
	background-image: url(../../../../_images/category/bag/lunch/nonwoven/main_img.webp);}

