@charset "utf-8";
/* CSS Document */

/*------------------------------------------------------------
	2021/10制作
------------------------------------------------------------*/

/*-----common------*/

h3{
	font-size: 1.2em;
	margin: 0.7em auto 0.8em;
	font-weight: bold;
}

/*-----main------*/

#pc-stand,
#monitor-stand,
#etc{
	text-align: center;
}

#pc-stand h2,
#monitor-stand h2,
#etc h2{
	padding-top: 8%;
	line-height: 1.6em;
}

#pc-stand,
#etc{
	background: #f7f5ef;
}

#pc-stand .img{
	max-width: 650px;
	margin: 3% auto;
}

#monitor-stand .img{
	max-width: 710px;
	margin: 3% auto;
}

#etc .img{
	max-width: 710px;
	margin: 3% auto;
}

/* 販売総数アイコン */
.icon-sousu{
	width: 12%;
	height: auto;
	position: absolute;
	left: 18.5%;
	top: 36.5%;
}

/*-----nav------*/

.product-nav ul{
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5% auto 2.5%;
	padding-left: 2%;
}

.product-nav ul li{
	width: 21%;
	padding: 0.7% 0 0.5%;
	border: 1px solid black;
	background: black;
	text-align: center;
	color: white;
	margin-right: 3%;
}

.product-nav ul li:hover{
	background: #666;
}

.product-nav a{
	font-size: 1em;
	text-decoration: none;
	display: block;
	color: white;
}

.products-ul{
	width: 88%;
  	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
  	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2% auto 7%;
	padding-left: 2%;
}

.products-ul li{
	width: 23%;
	margin-right: 2%;
	margin-top: 3%;
	position: relative;
}

.products-ul li h3{
	margin-bottom: 0!important;
}

.products-ul .txt{
	position: absolute;
	bottom: 0.5em;
	text-align: center;
	width: 100%;
}

.products-ul h3{
	font-size: 0.8em;
	line-height: 1em;
}

.products-ul .color{
	font-size: 0.55em;
	line-height: 1em;
}

.products-ul .no-color h3{
	padding-bottom: 0.8em;
}

/*-----ショップへのリンクボタン------*/

.shop-linkbtn ul{
	margin: 2% auto 3%;
}


/* ウィンドウ幅が-850pxの場合に適用 */
@media screen and ( max-width:850px )
{
/* 販売総数アイコン */
.icon-sousu{
	width: 15%;
	left: 2%;
	top: 36.5%;
}

}

/* ウィンドウ幅が-576pxの場合に適用 */
@media screen and ( max-width:576px )
{
/* products -576px*/

h2{
	padding-top: 12%;
	line-height: 1.6em;
}

.product-nav{
	margin: 12% auto 2%;
}

.product-nav ul li{
	width: 80%;
	margin-right: 0;
	margin-bottom: 2%;
	padding: 4% 0;
}
.product-nav a{
	font-size: 3em;
}

h3{
	font-size: 3.8em;
	line-height: 1.4em;
	margin: 2em auto 1.5em;
}

#pc-stand p,
#monitor-stand p,
#etc p{
	font-size: 3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.products-ul{
	margin-bottom: 12%;
}

.products-ul li{
	width: 47%;
	margin-right: 3%;
	margin-top: 3%;
	background: white;
	padding-bottom: 6em;
}

.products-ul .txt{
	bottom: 2em;
}

.products-ul h3{
	font-size: 2.4em;
	margin: 0 auto 0.8em;
}

.products-ul .color{
	font-size: 1.85em;
	line-height: 1.5em;
}

.products-ul .sp-line2 h3{
	line-height: 1.4em;
}

.products-ul .no-color.sp-line2{
	bottom: 0.5em;
}

/* shopLink -576px*/

.shop-linkbtn ul{
	margin: 6% auto;
}

/* 販売総数アイコン */
.icon-sousu{
	width: 24%;
	left: 2%;
	top: 21%;
}

}