@charset "utf-8";
/* CSS Document */
:root{
	--category-color: #ffc105;
	--category-color-light: #ffdb6d;
	--category-color-dark: #d29e00;
}
mark{ color: inherit; background-image: linear-gradient(to bottom, transparent 40%, #fffd6c 40%);}

/*-----------------------------------------------
 子カテ
-----------------------------------------------*/
.childCont .contentHead{
	margin-bottom: 30px;
	padding-bottom: 15px;
	overflow: hidden;
}
.childCont .contentHead .h2Box{
	background: linear-gradient(to right, #ffe779 0%,#ffe986 70%,#ffead9  100%);
	padding: 20px 15px;
	box-shadow: 10px 10px 0 #fff6cf;
}
.childCont .contentHead .h2Box h2{
	color: #111;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3em;
	position: relative;
	z-index: 50;
}
.childCont .contentHead .headText{
	padding: 30px;
	min-height: 380px;
	position: relative;
}
.childCont .contentHead .headText dl{
	width: 380px;
}
.childCont .contentHead .headText dl dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}
.childCont .contentHead .headText dl dt mark{
	color: #ff6000;
}
.childCont .contentHead .headText dl dd p{
	font-size: 13px;
}

.childCont .headText:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: -110px;
	right: 0;
}

/*photo*/
.childCont.photo .headText:after{
	width: 450px;
	height: 450px;
	background-image: url(../../../../_images/category/kitchen/photo/main-img.webp);
}
/*ring*/
.childCont.ring .headText:after{
	width: 400px;
	height: 460px;
	background-image: url(../../../../_images/category/kitchen/ring/main-img.webp);
}
/*wallet*/
.childCont.wallet .headText:after{
	width: 450px;
	height: 480px;
	background-image: url(../../../../_images/category/kitchen/wallet/main-img.webp);
}
/*kitchen-set*/
.childCont.kitchen-set .headText:after{
	width: 490px;
	height: 430px;
	background-image: url(../../../../_images/category/kitchen/kitchen-set/main-img.webp);
}

@media screen and ( max-width: 736px ){
	.childCont .contentHead .h2Box{
		padding: 10px 15px;
	}
	.childCont .contentHead .h2Box h2{
		font-size: 24px;
	}
	.childCont .contentHead .headText{
		min-height: auto;
		padding: 280px 10px 10px;
	}
	.childCont .contentHead .headText dl{
		width: auto;
	}
	
	.childCont .headText:after{
		background-size: auto 100%;
		width: 300px;
		height: 280px;
		position: absolute;
		transform: translateX(-50%);
		bottom: auto;
		left: 50%;
		top: 0;
	}

	/*alumi-bottle*/
	.childCont.alumi-bottle .headText:after{
		width: 280px;
		height: 280px;
	}
	/*clear-bottle*/
	.childCont.clear-bottle .headText:after{
		width: 280px;
		height: 280px;
	}
	/*holder*/
	.childCont.holder .headText:after{
		width: 260px;
		height: 280px;
	}
	/*food-jar*/
	.childCont.food-jar .headText:after{
		width: 260px;
		height: 280px;
	}
}


/*-----リンクボタンリスト----*/
.select-link{
	background-color: #f2f2f2;
	margin: 0 auto 30px;
	padding: 30px;
	border-radius: 15px;
}
.select-link .select-title{
	display: flex;
	align-items: center;
	gap: 15px;
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.select-link .select-title:before,
.select-link .select-title:after{
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #111;
}

.select-link ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.select-link ul > li{
	width: calc((100% - 30px) / 3);
	color: var(--category-color-dark);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #111;
	border-radius: 15px;
	overflow: hidden;
}
.select-link ul > li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 25px 5px 35px;
	position: relative;
}
.select-link ul > li a:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 8px solid var(--category-color);
	transform: translateX(-50%);
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.select-link ul > li a:hover{
	background-color: #eeffc7;
	color: inherit;
}

/*--ブランドリンク--*/
.brand-link{
	margin: 0 auto 30px;
}
.brand-link .brand-title{
	width: fit-content;
	margin: 0 auto 20px;
	padding-bottom: 8px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	position: relative;
}
.brand-link .brand-title:after{
	content: "";
	display: block;
	width: 250px;
	height: 2px;
	background-color: var(--category-color);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: 0;
}

.brand-link ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
}
.brand-link ul > li{
	width: calc((100% - 30px) / 3);
}
.brand-link ul > li a{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 700;
	border: 2px solid var(--category-color-light);
	border-radius: 20px;
	position: relative;
}
.brand-link ul > li a:after{
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left: 8px solid var(--category-color-light);
	transform: translateY(-50%);
	position: absolute;
	right: 5px;
	top: 50%;
}
.brand-link ul > li a:hover{
	background-color: #eeffc7;
	color: inherit;
}

@media screen and ( max-width: 768px ){
	.select-link{
		width: 95%;
		padding: 3%;
	}
	.select-link .select-title{
		font-size: 20px;
	}
	.select-link ul{
		gap: 10px 15px;
	}
	.select-link ul > li{
		width: calc((100% - 15px) / 2);
		font-size: 16px;
	}
	.select-link ul > li a{
		padding: 5px 5px 25px;
	}
	.select-link ul > li a:before{
		bottom: 5px;
	}

	.select-link ul > li a:hover{
		background-color: #fffd6c;
		color: inherit;
	}

	/*--ブランドリンク--*/
	.brand-link{
		width: 95%;
	}
	.brand-link .brand-title{
		font-size: 20px;
	}
	.brand-link .brand-title:after{
		width: 220px;
	}

	.brand-link ul{
		gap: 15px 10px;
	}
	.brand-link ul > li{
		width: calc((100% - 20px) / 3);
	}
	.brand-link ul > li a{
		padding: 10px 20px 10px 10px;
	}
	.brand-link ul > li a:after{
		right: 5px;
	}
}

@media screen and ( max-width: 480px ){
	.select-link{
		width: 95%;
		padding: 3%;
	}
	.select-link .select-title{
		font-size: 18px;
	}
	.select-link ul{
		gap: 10px 15px;
	}
	.select-link ul > li{
		font-size: 16px;
	}
	.select-link ul > li a{
		padding: 5px 25px 5px 5px;
	}
	.select-link ul > li a:before{
		transform: translate(-50%, 0);
		bottom: auto;
		right: 0;
		left: auto;
	}

	/*--ブランドリンク--*/
	.brand-link .brand-title{
		font-size: 18px;
	}

	.brand-link ul{
		gap: 10px 10px;
	}
	.brand-link ul > li{
		width: calc((100% - 15px) / 2);
	}
	.brand-link ul > li a{
		padding: 8px 15px 8px 5px;
		font-size: 13px;
		line-height: 1.3em;
		border-radius: 10px;
	}
	.brand-link ul > li a:before{
		right: 0;
	}
}



/*------------------------------------------------
    孫カテ
-------------------------------------------------*/
.gchildCont .contentHead{
	width: 100%;
	min-height: 425px;
	margin-bottom: 40px;
	position: relative;
}

.gchildCont .contentHead .h2Box{
	width: 100%;
	height: 90px;
	background: linear-gradient(to right, rgba(251, 236, 172, 1) 0%,rgba(252,244,211,1) 50%, transparent 60%);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.gchildCont .contentHead .h2Box h2{
	display: flex;
	align-items: center;
	height: 85px;
	background: linear-gradient(to right, rgba(255, 231, 121, 1) 0%,rgba(255, 233, 134, 1) 50%, transparent 60%);
	color: #111;
	padding: 5px 0 5px 100px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3em;
	position: relative;
}
.gchildCont .contentHead .h2Box h2:before{
	content: "";
	display: block;
	width: 120px;
	height: 120px;
	background: #fff;
	background-repeat: no-repeat;
	background-position: 80% 50%;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -40px;
}

.gchildCont .contentHead .headText{
	width: 100%;
	min-height: 450px;
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 110px 20px 20px;
}

.gchildCont .contentHead .headText > dl{
	width: 440px;
}
.gchildCont .contentHead .headText > dl > dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5em;
}
.gchildCont .contentHead .headText > dl > dt mark{
	color: #ff6000;
}
.gchildCont .contentHead .headText > dl > dd p{
	font-size: 13px;
}


/*-----キャンペーンリンク-----*/
.campaign-link{
	display: flex;
	align-items: center;
	gap: 20px;
	width: 90%;
	margin: 0 auto 50px;
}
.campaign-link > a{
	display: block;
}
.campaign-link dl dt{
	margin-bottom: 10px;
	padding-left: 20px;
	color:#ff8518;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
	border-bottom: 1px solid #ff8518;
	position: relative;
}
.campaign-link dl dt:before{
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left: 10px solid #ff8518;
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	top: 50%;
}


@media screen and ( max-width: 736px ){
	.gchildCont .contentHead{
		min-height: auto;
		margin-bottom: 40px;
	}

	.gchildCont .contentHead .h2Box{
		height: auto;
		background: linear-gradient(to right, rgba(251, 236, 172, 1) 0%,rgba(252,244,211,1) 100%);
		padding-bottom: 5px;
		position: static;
	}
	.gchildCont .contentHead .h2Box h2{
		height: auto;
		min-height: 70px;
		background: linear-gradient(to right, rgba(255, 231, 121, 1) 0%,rgba(255, 233, 134, 1) 100%);
		padding: 20px 10px 20px 70px;
		font-size: 24px;
	}
	.gchildCont .contentHead .h2Box h2:before{
		width: 90px;
		height: 90px;
		background-size: 50%;
		left: -30px;
	}
	
	.gchildCont .contentHead .headText{
		min-height: auto;
		background-size: 45% auto;
		padding: 20px;
		position: static;
	}
	.gchildCont .contentHead .headText > dl{
		width: 60%;
		margin: 0;
		text-shadow: 0 0 2px #fff;
	}
	.gchildCont .contentHead .headText > dl > dt{
		font-size: 21px;
	}
	.gchildCont .contentHead .headText > dl > dt br{
		display: none;
	}
	.gchildCont .contentHead .headText > dl > dd{
		background: rgba(255,255,255,0.6);
		padding: 5px;
	}
	
	/*-----キャンペーンリンク-----*/
	.campaign-link{
		width: 85%;
		gap: 20px;
	}
	.campaign-link > a{
		width: calc(45% - 20px);
	}
	.campaign-link dl{
		width: 55%;
	}
	.campaign-link dl dt{
		font-size: 18px;
	}
}
@media screen and ( max-width: 480px ){
	.gchildCont .contentHead .h2Box h2{
		padding: 10px 10px 10px 70px;
		font-size: 22px;
	}

	.gchildCont .contentHead .headText{
		background-size: 45% auto;
		padding: 2%;
	}
	.gchildCont .contentHead .headText > dl{
		width: 100%;
	}
	.gchildCont .contentHead .headText > dl dt{
		width: 60%;
		margin: 30px 0;
		font-size: 20px;
	}
	
	/*-----キャンペーンリンク-----*/
	.campaign-link{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}
	.campaign-link > a{
		width: 100%;
		max-width: 440px;
	}
	.campaign-link dl{
		width: 100%;
	}
}

/*------------------------------------------------
    other
-------------------------------------------------*/

.hType01{
	margin: 20px auto;
}
.hType01 p{
	width: 95%;
	margin: 10px auto 20px;
}


/*------------------------------------------------
    共通
-------------------------------------------------*/
.relationLink,
.groupLink{
	margin: 50px auto;
}
.relationLink > .title,
.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;
}

/*---- 関連リンク ----*/
.relationLink ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
	padding: 0;
}
.relationLink ul li{
	width: calc((100% - 20px) / 3);
}
.relationLink ul li img{
	width: 100%;
	height: auto;
}
.relationLink ul li a{
	display: block;
}


/*---- グループリンク ----*/
.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 ){
	.relationLink,
	.groupLink{
		width: auto;
		margin: 50px 0;
	}
	.relationLink > .title,
	.groupLink > .title{
		font-size: 18px;
	}

	/*---- 関連リンク ----*/
	.relationLink ul{
		margin: 0 2.5%;
	}
	.relationLink ul li{
		width: calc((100% - 20px) / 3);
	}

	/*---- グループリンク ----*/
	.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;
	}
	.relationLink ul li,
	.groupLink ul li{
		width: calc((100% - 10px) / 2);
	}
}




