@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	products.css
*/

.body {
	padding: 0 0 100px 0;
}

/*============================================================
	メイン
*/
.product-main {
	position: relative;
	overflow: hidden;
	padding: 0 0 80px 0;
	background-color: #000;
	text-align: center;
}
.product-main h1 {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 0 0.5em 0;
	text-align: center;
	font-weight: 900;
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
}
.product-main h1 span {
	display: block;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.product-main .slick-dots-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
}
.product-main .slick-dots {
	display: table;
}
.product-main .slick-dots li {
	display: table-cell;
	vertical-align: top;
	width: 40px;
}
.product-main .slick-dots li button {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	width: 30px;
	height: 0;
	border: 0;
	outline: 0;
	resize: none;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	cursor: pointer;
	text-indent: -999em;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}
.product-main .slick-dots li button::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: height 0.2s ease-out;
	        transition: height 0.2s ease-out;
}
.product-main .slick-dots li.slick-active button::after {
	height: 10px;
}
.product-main .slick-ctr,
.product-main .slick-ctr-sp {
	display: block;
}
.product-main .slick-ctr span,
.product-main .slick-ctr-sp span {
	display: block;
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
.product-main .slick-ctr span {
	-webkit-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
.product-main .slick-ctr-prev span {
	background-image: url(../img/slick_arrow_prev.png);
}
.product-main .slick-ctr-next span {
	background-image: url(../img/slick_arrow_next.png);
}
.product-main .slick-ctr-prev:hover span {
	-webkit-transform: translateX(-5px);
	        transform: translateX(-5px);
}
.product-main .slick-ctr-next:hover span {
	-webkit-transform: translateX(5px);
	        transform: translateX(5px);
}
.product-main .slick-ctr-sp {
	display: none;
}



/*============================================================
	ラップ
*/
.product-wrap {
	padding: 80px 0 0 0;
}

/*============================================================
	見出し
*/
.product-head {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0 30px;
	text-align: center;
}
.product-head h2 {
	font-weight: 900;
	font-size: 36px;
	line-height: 1.3;
	color: #61666a;
}
.product-head h2 span {
	display: block;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
.product-head h2::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-head .head-engine::before {
	background-image: url(../img/icon_engine.png);
}
.product-head .head-aerodynamics::before {
	background-image: url(../img/icon_aerodynamics.png);
}
.product-head .head-wheel::before {
	background-image: url(../img/icon_wheel.png);
}
.product-head .head-suspension::before {
	background-image: url(../img/icon_suspension.png);
}
.product-head .head-interior::before {
	background-image: url(../img/icon_interior.png);
}

/*============================================================
	ギャラリー
*/
.product-gallery {
	overflow: hidden;
	margin: 50px 0 0 0;
}
.product-gallery-single .block {
	margin: 0 auto;
	width: 33.333%;
}
.product-gallery .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	top: 50%;
	margin: -25px 0 0 0;
	padding: 0;
	width: 50px;
	height: 50px;
	border: 0;
	outline: 0;
	resize: none;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	cursor: pointer;
	text-indent: -999em;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}
.product-gallery .slick-prev {
	left: 0;
	background-image: url(../img/slick_arrow_prev.png);
}
.product-gallery .slick-next {
	right: 0;
	background-image: url(../img/slick_arrow_next.png);
}

/*============================================================
	リスト
*/
.product-list {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 1360px;
}
.product-list table {
	margin: 25px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
.product-list table th,
.product-list table td {
	padding: 15px 20px;
	word-break: break-all;
	vertical-align: top;
}
.product-list table th {
	padding: 15px 20px;
	border-bottom: 1px solid #61666a;
	white-space: nowrap;
}
.product-list table th:first-child {
	width: 14%;
}
.product-list table th.null {
	width: 1px;
}
.product-list table th.price {
	width: 12%;
}
.product-list table th.code {
	width: 8%;
}
.product-list table tr:nth-child(odd) td {
	background-color: #f7f7f7;
}
.product-list table td:first-child {
	white-space: nowrap;
}


/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 768px) {

	/*------------------------------------------------------------
		メイン
	*/
	.product-main {
		padding: 0 0 8% 0;
	}
	.product-main h1 {
		font-size: 32px;
	}
	.product-main .slick-dots-wrap {
		display: none;
	}
	.product-main .slick-ctr-sp {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -50px;
	}
	.product-main .slick-ctr-prev {
		left: 0;
	}
	.product-main .slick-ctr-next {
		right: 0;
	}
	.product-main .slick-ctr-prev:hover span,
	.product-main .slick-ctr-next:hover span {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

	/*------------------------------------------------------------
		ラップ
	*/
	.product-wrap {
		padding: 20px 0;
	}

	/*------------------------------------------------------------
		見出し
	*/
	.product-head {
		margin: 0 0 20px 0;
		padding: 0 10px;
	}
	.product-head h2 {
		font-size: 18px;
	}
	.product-head h2::before {
		width: 70px;
		height: 70px;
	}

	/*------------------------------------------------------------
		ギャラリー
	*/
	.product-gallery {
		margin: 20px 0 0 0;
	}
	.product-gallery-single .block {
		padding: 0 50px;
		width: 100%;
	}

	/*------------------------------------------------------------
		リスト
	*/
	.product-list {
		overflow-x: scroll;
		padding: 0 10px;
	}
	.product-list::-webkit-scrollbar {
		height: 4px;
	}
	.product-list::-webkit-scrollbar-track {
		height: 4px;
		border-radius: 0;
		background: #eee;
	}
	.product-list::-webkit-scrollbar-thumb {
		height: 4px;
		border-radius: 0;
		background: #999;
	}
	.product-list table {
		margin: 10px 0;
		width: auto;
		font-size: 12px;
	}
	.product-list table th,
	.product-list table td {
		padding: 12px 15px;
		white-space: nowrap;
	}

}


/*============================================================
	[PRODUCT] GALLERY2
*/
#gallery2{
	background-color:#cccccc;
}
.product-gallery2 {
	padding: 50px 50px;
	margin-top: 80px;
	/*background-color: #303030;*/
}
.product-gallery2 .list ul {
	display: flex;
	flex-wrap: wrap;
}
.product-gallery2 .list ul li {
	flex-basis: 20%;
}
.product-gallery2 .list ul li a {
	display: block;
	overflow: hidden;
}
.product-gallery2 .list ul li a img {
	transition: transform 0.5s ease;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.product-gallery2 .list ul li a:hover img {
	transform: scale(1.20);
}
/*.os-pc .product-gallery2 .list ul li a:hover img {
	transform: scale(1.20);
}*/
/* TB */
@media screen and (max-width: 980px) {
	.product-gallery2 .list ul li {
		flex-basis: 25%;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.product-gallery2 {
		padding: 15px 15px;
	}
	.product-gallery2 .list ul li {
		flex-basis: 33.333%;
	}
}