@charset "UTF-8";
#contents::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 380px;
    left: -10%;
/*    margin-left: -1744px;*/
    width: 50vw;
    height: 70vh;
    background-color: #ccc;
/*    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/secMain_goods.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#secTop > .topTitle h1{
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

#secTop > #startborder h1{
/*	background-color: rgba(255,255,255,0.7);*/
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #fff;
}

/*＝＝コンテンツ*/
.skewBox {
	position: relative;
	padding: 0px 0px 40px;
	color: #000;
	width: 100vw;
/*	margin-top: -320px;*/
}

.skewBox:after{
	content: "";
	width: 100%;
	height: 20%;
	padding: 100px 300px;
	/*padding: 80px 500px 55px;*/
	background: rgba(43,54,66,0.3);
	position: absolute;
	top: 1000px;
	left: -100px;
	z-index: -10;
	transform: rotate(-45deg) skew(0deg);
	-webkit-transform: rotate(-45deg) skew(0deg);
}

.skewBox::before {
	content: "";
    position: absolute;
    z-index: -10;
	top: 580px;
    left: 30%;
/*    margin-left: -1744px;*/
    width: 30vw;
    height: 50vh;
    background-color: #ccc;
    opacity: 0.3;
/*    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.skewBoxBody{
	box-sizing: border-box;
	max-width: 1080px;
	padding: 40px 0px;
	/*padding-left: 130px;*/
	margin: 0px auto;
	line-height: 1.5;
}

/*　内容　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
h2{
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: solid 1px #000;
	margin-bottom:  80px;
}

h2 img{
	vertical-align: middle;
}

.itemWap {
	width: 100%;
	max-width: 1080px;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.itemWap::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.itemWap::after{
  content:"";
  display: block;
  width:23%;
}

.itemBox {
	width: 23%;
	padding: 10px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
}


.item_Name {
	padding: 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/*min-height: 48px;*/
/*	display: inline-block;
	vertical-align: middle;*/
	background-color: #404040;
	color: #fff;
	text-align: center;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.item_Image {
	background-color: #fff;
	min-height: 150px;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.lead_Box {
	background-color: #fff;
	min-height: 80px;
	font-size: 13px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

.deteil_Link {
	background-color: #fff;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

.deteil_Link a{
	display: block;
	margin: 0px auto 20px;
	border: solid 1px #e60012;
	text-align: center;
	width: 60%;
	padding: 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
}

.deteil_Link a:hover{
	color: #fff;
	background-color: #e60012;
}

/*スマホ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {


/*＝＝セカンドコンテンツ*/
	#contents .textSection .title{
		display: none;
	}

	.skewBox {
		position: relative;
		padding: 0px 0px;
		color: #000;
		width: 100vw;
		margin-top: 0px;
	}

	.skewBox:after{
		content: "";
		width: 100%;
		height: 20%;
		padding: 100px 300px;
		background: rgba(43,54,66,0.3);
		position: absolute;
		top: 1000px;
		left: -100px;
		z-index: -10;
		transform: rotate(-45deg) skew(0deg);
		-webkit-transform: rotate(-45deg) skew(0deg);
	}

	.skewBoxBody{
			box-sizing: border-box;
			width: 96%;
			max-width: 1080px;
			padding: 0px 0;
			padding-left: 0px;
			margin: 2% auto;
			line-height: 1.5;
			padding: 10px 10px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
		}

	/*内容＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	h2{
		font-size: 22px;
	}

	h2 img{
		vertical-align: middle;
		width: 20px;
		padding-right: 5px;
	}
	.itemWap {
		width: 100%;
		max-width: 1080px;
		display: block;
	}

	.itemBox {
		width: 90%;
		margin: 0px auto 20px;
		padding: 10px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}



}

@media handheld, only screen and (max-width: 480px) {

}
