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

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

 japanese-goods　子カテゴリ
 
----------------------------------------------------------------------------------------------*/
.hierarchy2Cont .contentHead{
	min-height: 450px;
	margin-bottom: 30px;
}
.hierarchy2Cont .contentHead .h2Box{
	background: linear-gradient(to right, #d43e3e 0%,#e47979 70%,#ffdfdf 100%);
	padding: 10px 15px;
	box-shadow: 10px 10px 0 #f5cccc;
}
.hierarchy2Cont .contentHead .h2Box h2{
	color: #fff;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3em;
}
.hierarchy2Cont .contentHead .headText{
	padding: 30px;
	min-height: 300px;
	position: relative;
}
.hierarchy2Cont .contentHead .headText dl{
	width: 400px;
}
.hierarchy2Cont .contentHead .headText dl dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}
.hierarchy2Cont .contentHead .headText dl dt span{
	color: #d43e3e;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,#fff 60%,#f8ff35 60%,#f8ff35 100%);
}
.hierarchy2Cont .contentHead .headText dl dd p{
	font-size: 13px;
}

.hierarchy2Cont .headText:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}

.hierarchy2Cont .itemListLink{
	margin: 30px 0;
	text-align: center;
}
.hierarchy2Cont .itemListLink a{
	display: block;
	background: #bfa940;
	color: #fff;
	width: 70%;
	margin: auto;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.hierarchy2Cont .itemListLink a:hover{
	background: #ecd151;
}
.hierarchy2Cont .itemListLink a span{
	position: relative;
	padding-right: 30px;
}
.hierarchy2Cont .itemListLink a span:after{
	content: "▼";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
}



@media screen and ( max-width: 736px ){
	.hierarchy2Cont .contentHead .h2Box{
		padding: 10px 15px;
	}
	.hierarchy2Cont .contentHead .h2Box h2{
		font-size: 24px;
	}
	.hierarchy2Cont .contentHead .headText{
		min-height: auto;
		padding: 320px 10px 10px;
	}
	.hierarchy2Cont .contentHead .headText dl{
		width: auto;
	}
	
	.hierarchy2Cont .headText:after{
		background-size: 100%;
		width: 240px;
		height: 240px;
		position: absolute;
		bottom: auto;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	/**/
	.hierarchy2Cont > .center{
		width: 95%;
		margin: auto;
	}
}

/*------------------グループリンク--------------------*/
.groupLink{
	margin: 50px auto;
}
.groupLink h4,
.groupLink .title{
	color: #333;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #ff7417;
}
.groupLink ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	padding: 0 25px;
}
.groupLink ul li{
	width: 200px;
}
.groupLink ul li a{
	display: block;
}

@media screen and ( max-width: 736px ){
	.groupLink{
		width: auto;
		margin: 50px 0;
	}
	.groupLink > h4,
	.groupLink > .title{
		font-size: 18px;
	}

	/*---- グループリンク ----*/
	.groupLink ul{
		margin: 0 2.5%;
		padding: 0;
	}
	.groupLink ul li{
		width: calc((100% - 30px) / 3);
		text-align: center;
	}
	.groupLink ul li img{
		max-width: 200px;
	}
}
@media screen and ( max-width: 450px ){
	.groupLink ul{
		gap: 10px;
	}
	.groupLink ul li{
		width: calc((100% - 10px) / 2);
	}
}


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

 japanese-goods　子カテゴリページ別
 
----------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------
	uchiwa うちわ
--*/
.uchiwa .contentHead .h2Box{
	padding: 20px 15px;
}

.uchiwa .headText:after{
	background-image: url(../../../../_images/category/japanese-goods/uchiwa/m2_mainImg.png);
	width: 450px;
	height: 420px;
	top: -90px;
}

@media screen and ( max-width: 736px ){
	.uchiwa .contentHead .h2Box{
		padding: 15px 15px;
	}
	.uchiwa .headText:after{
		width: 320px;
		height: 300px;
		top: 0;
	}

}


/*---------------------------------------------------------------------------------
	sensu 扇子
--*/
.sensu .contentHead .h2Box{
	padding: 20px 15px;
}

.sensu .headText:after{
	background-image: url(../../../../_images/category/japanese-goods/sensu/m2_mainImg.png);
	width: 480px;
	height: 440px;
	top: -90px;
}

@media screen and ( max-width: 736px ){
	.sensu .contentHead .h2Box{
		padding: 15px 15px;
	}
	.sensu .headText:after{
		width: 320px;
		height: 300px;
		top: 0;
	}

}


/*---------------------------------------------------------------------------------
	tenugui 手ぬぐい
--*/
.tenugui .contentHead .h2Box{
	padding: 20px 15px;
}

.tenugui .headText:after{
	background-image: url(../../../../_images/category/japanese-goods/tenugui/m2_mainImg.png);
	width: 460px;
	height: 470px;
	top: -90px;
}

@media screen and ( max-width: 736px ){
	.tenugui .contentHead .h2Box{
		padding: 15px 15px;
	}
	.tenugui .headText:after{
		width: 290px;
		height: 300px;
		top: 0;
	}

}


/*---------------------------------------------------------------------------------
	furoshiki 風呂敷
--*/
.furoshiki .contentHead .h2Box{
	padding: 20px 15px;
}

.furoshiki .headText:after{
	background-image: url(../../../../_images/category/japanese-goods/furoshiki/m2_mainImg.png);
	width: 470px;
	height: 440px;
	top: -90px;
}

@media screen and ( max-width: 736px ){
	.furoshiki .contentHead .h2Box{
		padding: 15px 15px;
	}
	.furoshiki .headText:after{
		width: 320px;
		height: 300px;
		top: 0;
	}

}





