


/*製品紹介box*/
#seihin-box{
	background: #fff;
	padding:50px 25px;
	position: relative;
}
/*製品紹介box*/

.nf-mark-back{
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
	right: 0;
}

/*製品紹介の色変更などはここの中身を変更すること*/

.seihin-box-flex-mini{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
}

/*製品１枠の設定*/
.seihin-card{
	display: block;
	text-decoration: none;
	background: #fff;
	position: relative;
	padding: 15px;/*余白*/
	border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
	width: calc(80% - 30px);/*横の大きさ*/
	margin-bottom: 25px;
}
/*製品１枠の設定*/

.seihin-box-flex-mini .seihin-card:nth-child(2n){
	margin-left: 20%;
}
.seihin-box-flex-mini .seihin-card:nth-child(3n){
	display: none;
}

/*製品１枠の設定の装飾設定
※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.huchi{
	position: absolute;
	width: 20px;
}
.huchi-l-up{
	top: -20px;
	left: -20px;
}
.huchi-r-up{
	top: -20px;
	right: -20px;
}
.huchi-l-down{
	bottom: -20px;
	left: -20px;
}
.huchi-r-down{
	bottom: -20px;
	right: -20px;
}
.huchi-r-down{
	bottom: -20px;
	right: -20px;
}
.huchi-r-center{
	width: 20px;
	right: -25px;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
}
.huchi-l-center{
	width: 20px;
	left: -25px;
	top: 50%;
	transform: translate(0 ,-50%);
	-webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
}
.huchi-up-center{
	width: auto;
	height: 20px;
	top: -25px;
	left: 50%;
	transform: translate(-50% ,0);
	-webkit-transform: translate(-50% ,0);
    -ms-transform: translate(-50% ,0);	
}
.huchi-down-center{
	width: auto;
	height: 20px;
	bottom: -25px;
	left: 50%;
	transform: translate(-50% ,0);
	-webkit-transform: translate(-50% ,0);
    -ms-transform: translate(-50% ,0);
}

/*製品１枠の設定の装飾設定
※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*製品１枠の設定の中の写真の設定*/
.seihin-img-box{
	position: relative;
	width: 100%;
	height: 135px;/*写真の縦の長さ指定*/
	overflow: hidden;
	object-fit: cover;
}
.seihin-img{
	width: 100%;
}
/*製品１枠の設定の中の写真の設定*/

/*製品の名称指定設定*/
.seihin-title{
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin-top: 10px;/*上の余白間隔*/
	color: #000;/*色指定*/
	font-size: 5.5vw;/*文字の大きさ指定*/
	border-bottom:  solid 1.5px #000;/*下線指定*/
	padding-bottom: 10px;
}

.seihin-title span{
	font-size:4vw;/*文字の大きさ指定*/
}
/*製品の名称指定設定*/

/*製品のジャンル指定設定*/
.seihin-genre{
	display: flex;
	margin-top: 10px;/*上の余白*/
}

.genre-card{
	font-family: "ヒラギノ角ゴ Pro W3";
	padding: 5px 7px;/*背景のゆとり 上下　左右*/
	background: #3c4d4d;/*背景色指定*/
	color: #fff;/*色指定*/
	font-size: 3.5vw;/*文字の大きさ指定*/
	margin-right:  10px;/*右の余白*/
}
/*製品のジャンル指定設定*/

/*製品の簡単な文章*/
.seihin-naiyou{
	font-family: "ヒラギノ角ゴ Pro W3";
	color: #000;/*色指定*/
	font-size: 3.5vw;/*文字の大きさ指定*/
	line-height: 1.2rem;/*行間指定*/
	text-align: justify;
}
/*製品の簡単な文章*/
/*製品の詳細ボタン*/
.seihin-btn{
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3";
	color: #000;/*色指定*/
	border: solid 1px #000;
	text-align: center;
	padding: 10px;
	font-size: 3vw;/*文字の大きさ指定*/
	letter-spacing: 1px;/*文字の間隔*/
	margin-top: 10px;
}
/*製品の詳細ボタン*/

.seihin-page-btn{
	display: block;
	color: #000;
	background: #bdccd4;
	padding: 20px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
}

.seihin-page-btn-sp{
	margin-top: 15px;
	width: calc(100% - 40px);
}

.seihin-page-btn-pc{
	display: none;
}

/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:700px) {
	
	/*製品紹介box*/
	#seihin-box{
		padding:70px 50px;
	}
	/*製品紹介box*/
	.nf-mark-back{
		position: absolute;
		width: auto;
		height: 95%;
		z-index: 1;
		top: 5%;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.seihin-btn-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
	}

	/*製品１枠の設定*/
	.seihin-card{
		display: block;
		text-decoration: none;
		background: #fff;
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
		width: calc(47.5% - 33px);/*横の大きさ*/
		margin-bottom:0px;
	}
	/*製品１枠の設定*/

	.seihin-box-flex-mini .seihin-card:nth-child(2n){
		margin-left: 0;
	}
	.seihin-box-flex-mini .seihin-card:nth-child(3n){
		display: none;
	}

	/*製品１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.huchi{
		position: absolute;
		width: 30px;
	}
	.huchi-l-up{
		top: -30px;
		left: -30px;
	}
	.huchi-r-up{
		top: -30px;
		right: -30px;
	}
	.huchi-l-down{
		bottom: -30px;
		left: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-center{
		width: 30px;
		right: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-l-center{
		width: 30px;
		left: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-up-center{
		width: auto;
		height: 30px;
		top: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);	
	}
	.huchi-down-center{
		width: auto;
		height: 30px;
		bottom: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);
	}

	/*製品１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/*製品１枠の設定の中の写真の設定*/
	.seihin-img-box{
		height: 150px;/*写真の縦の長さ指定*/
	}
	/*製品１枠の設定の中の写真の設定*/

	/*製品の名称指定設定*/
	.seihin-title{
		font-size: 1.4rem;/*文字の大きさ指定*/
	}

	.seihin-title span{
		font-size:1rem;/*文字の大きさ指定*/
	}
	/*製品の名称指定設定*/

	/*製品のジャンル指定設定*/
	.seihin-genre{
		display: flex;
	}

	.genre-card{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*製品のジャンル指定設定*/

	/*製品の簡単な文章*/
	.seihin-naiyou{
		font-size: 1rem;/*文字の大きさ指定*/
	}
	/*製品の簡単な文章*/
	/*製品の詳細ボタン*/
	.seihin-btn{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*製品の詳細ボタン*/

	.seihin-page-btn{
	}

	.seihin-page-btn-sp{
		display: none;
	}

	.seihin-page-btn-pc{
		display: block;
	}
}
/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:1200px) {
	
	/*製品紹介box*/
	#seihin-box{
		padding:70px 0 70px  10vw;
		overflow: hidden;
	}
	/*製品紹介box*/
	.nf-mark-back{
		position: absolute;
		width: auto;
		height: 95%;
		z-index: 1;
		top: 5%;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.seihin-btn-flex{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}

	/*製品１枠の設定*/
	.seihin-card{
		display: block;
		text-decoration: none;
		background: #fff;
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #000;/*枠の色(#〜)太さ(px)*/
		width: calc(30% - 33px);/*横の大きさ*/
		margin-bottom:0px;
	}
	/*製品１枠の設定*/

	.seihin-box-flex-mini .seihin-card:nth-child(2n){
		margin-left: 0;
	}
	.seihin-box-flex-mini .seihin-card:nth-child(3n){
		display: block;
	}

	/*製品１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
	.huchi{
		position: absolute;
		width: 30px;
	}
	.huchi-l-up{
		top: -30px;
		left: -30px;
	}
	.huchi-r-up{
		top: -30px;
		right: -30px;
	}
	.huchi-l-down{
		bottom: -30px;
		left: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-down{
		bottom: -30px;
		right: -30px;
	}
	.huchi-r-center{
		width: 30px;
		right: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-l-center{
		width: 30px;
		left: -35px;
		top: 50%;
		transform: translate(0 ,-50%);
		-webkit-transform: translate(0 ,-50%);
		-ms-transform: translate(0 ,-50%);
	}
	.huchi-up-center{
		width: auto;
		height: 30px;
		top: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);	
	}
	.huchi-down-center{
		width: auto;
		height: 30px;
		bottom: -35px;
		left: 50%;
		transform: translate(-50% ,0);
		-webkit-transform: translate(-50% ,0);
		-ms-transform: translate(-50% ,0);
	}

	/*製品１枠の設定の装飾設定
	※基本触る必要なしーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

	/*製品１枠の設定の中の写真の設定*/
	.seihin-img-box{
		height: 180px;/*写真の縦の長さ指定*/
	}
	/*製品１枠の設定の中の写真の設定*/

	/*製品の名称指定設定*/
	.seihin-title{
		font-size: 1.4rem;/*文字の大きさ指定*/
	}

	.seihin-title span{
		font-size:1rem;/*文字の大きさ指定*/
	}
	/*製品の名称指定設定*/

	/*製品のジャンル指定設定*/
	.seihin-genre{
		display: flex;
	}

	.genre-card{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*製品のジャンル指定設定*/

	/*製品の簡単な文章*/
	.seihin-naiyou{
		font-size: 1rem;/*文字の大きさ指定*/
	}
	/*製品の簡単な文章*/
	/*製品の詳細ボタン*/
	.seihin-btn{
		font-size: 0.9rem;/*文字の大きさ指定*/
	}
	/*製品の詳細ボタン*/

	.seihin-page-btn{
		position: relative;
		display: block;
		color: #000;
		background: #bdccd4;
		padding: 20px;
		border-radius: 50px;
		text-align: center;
		z-index: 3;
	}
	.seihin-page-btn-pc{
		display: block;
		margin-right: 10vw;
	}
	
	.seihin-page-btn-sp{
		display: none;
	}
	
	/*マウスホバー時のアクション*/

	/*製品１枠の設定*/
	.seihin-card:hover{
		position: relative;
		padding: 15px;/*余白*/
		border: solid 1.5px #c78903;/*枠の色(#〜)太さ(px)*/
		width: calc(30% - 33px);/*横の大きさ*/
		margin-bottom:0px;
		transition: 0.3s;
	}

	/*製品１枠の設定の中の写真の設定*/
	.seihin-card:hover .seihin-img-box .seihin-img{
		transform: scale(1.1);
		transition: 0.3s;
	}


	.seihin-card:hover .seihin-btn{
		color: #fff;/*色指定*/
		border: solid 1px #c78903;
		background: #c78903;
		transition: 0.3s;
	}


	.seihin-page-btn:hover{
		color: #fff;
		background: #c78903;
		padding: 20px;
		transition: 0.3s;
	}

	/*マウスホバー時のアクション*/



}
/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*ブランド専門ページの変更*/
#seihin-box2{
	background: #fff;
	padding:50px 25px;
	position: relative;
	margin-top: 60px;
}

#seihin-box2 .nf-mark-back{
	position: absolute;
	width: 100%;
	z-index: 1;
	top:0px;
	right: 0;
	mix-blend-mode: multiply;
}
.seihin-box-flex{
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	z-index: 2;
	gap:15px 0;
}




/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:700px) {
	#seihin-box2{
		padding:70px 50px;
	}
	#seihin-box2 .nf-mark-back{
		position: absolute;
		width: 100%;
		height: auto;
		z-index: 1;
		top: 0;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
	
	.seihin-box-flex{
		position: relative;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		z-index: 2;
		gap: 30px 30px;
	}
}
/*タブレットを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:1200px) {
	#seihin-box2{
		padding:70px 10vw;
		margin-top: 0px;
	}
	#seihin-box2 .nf-mark-back{
		position: absolute;
		width: 80%;
		height: auto;
		z-index: 1;
		top: 0;
		transform: translate(0 ,0);
		-webkit-transform: translate(0 ,0);
		-ms-transform: translate(0 ,0);
		right: 0;
	}
}
/*パソコンを使用時の仕様＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ブランド専門ページの変更*/


/*ページナビゲーション*/
.page-nav-box{
	width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 10px;
}

.page-nav-btn{
	display: flex;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	position: relative;
	background:#05475F;
	color: #fff;
	align-items: center;
	justify-content: center;
}

.page-nav-btn:hover{
	background: #077D8C;
	transition: 0.3s;
}

.page-total-number{
	text-align: center;
	color: #000;
	margin-top: 15px;
}

@media screen and (min-width:700px) {
	.page-nav-box{
		width: 350px;
		margin-top: 40px;
	}
	.page-nav-btn{
		display: flex;
		text-decoration: none;
		width: 45px;
		height: 45px;
		position: relative;
		background:#05475F;
		color: #fff;
		align-items: center;
		justify-content: center;
	}
}
.page-nav-btn-now{
	background: #5F4404;
}
/*ページナビゲーション*/





