@charset "utf-8";

/*	
		products -取扱品目-	
 					*/

.products .inner {
	max-width: 1140px;
}

.products_btn_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 59px;
}

.products_btn_list h3 {
	font-size: initial;
	font-weight: 400;
	margin: 0;
}

.products_btn_item {
	width: 20%;
	max-width: 100%;
}

.products_btn_item a {
	display: block;
	margin: 12px 9px 0;
	text-decoration: none;
	border: 2px solid #e9e9e9;
	background: #e9e9e9;
	max-width: 100%;
	padding: 10px 0;
	transition: all 0.3s ease;
	box-sizing: border-box;
}


.products_btn_item a.link_btn {
    font-weight: 500;
    position: relative;
    text-align: center;
}

.products_btn_item a.current {
	background: #e9e9e9;
	border: 2px solid #2AC5FF;
}

.products_btn_item a:hover {
	border: 2px solid #2AC5FF;
	transition: all 0.3s ease;
}

.products_result_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding-left: 0;
}

.products_result_area ul li {
    list-style: none;
}

.products_result_area ul li a {
	display: block;
	text-decoration: none;
	transition: all 0.3s;
}

.products_result_area ul li a:hover {
	opacity: 0.8;
}

.products_result_area .img_eff_wrap img {
	width: 360px;
	height: 290px;
	object-fit: cover;
	border-radius: 10px;
}

.img_eff {
	position: relative;
	margin-top: 12px;
}

.img_eff h3 {
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.25;
	margin-top: 8px;
}

.img_eff_wrap .img {
	position: relative;
}

.products_result_area .products_trends {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.products_result_area .products_trends .trends_icon {
	width: auto !important;
	height: 30px !important;
}

.products_cat {
	font-size: 1.4rem;
/* 	border: 1px solid #000; */
	padding: 0;
	display: inline-block;
	line-height: 1.6;
	min-width: 84px;
	padding: 0 15px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #2AC5FF;
    color: #fff;
}

.img_eff .products_per .trends_icon {
	width: auto !important;
	height: 30px !important;
}

.img_eff .products_per {
	font-size: 1.4rem;
	font-weight:bold;
	text-align: right;
	letter-spacing: -0.01em;
	line-height: normal;
}

/* #products_wrap .products_per span {
	font-weight: bold;
	display: inline-block;
	font-size: 2.2rem;
	color: #ff0000;
} */

.products_result_area li {
	margin-bottom: 3.3%;
	width: 23%;
}

.products_result_area li:not(:nth-child(4n)) {
	margin-right: 2.666666%;
}

/*		products single		*/
.products_detail_block .key_visual {
	margin: 10px auto 50px;
	/*max-width: 888px;*/
}

#products_wrap #carousel .slick-slide img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

#products_wrap #carousel button {
	display: none !important;
}

.products_detail_sec h2 {
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 12px;
}

.products_date {
	font-size: 1.8rem;
	margin-right: 15px;
}

.single-works .detail_desc .products_per {
	font-weight: 600;
	text-align: right;
	margin-bottom: 25px;
	line-height: 1.8;
}

/* .single-works #products_wrap .products_per span {
	font-size: 2.6rem;
} */

.products_detail_block .concept_txt {
	margin-bottom: 55px;
}

.products_detail_block ol,
.products_detail_block ul {
	list-style-position: inside;
	list-style-type: auto;
}

.productss_detail_sec {
	margin-bottom: 200px;
}

#products_wrap .txt {
	position: relative;
}

/*		photo slick		*/

#products_wrap #slider .slick-slide img {
	max-width: 1200px;
	width: 100%;
	height: 555px;
	object-fit: cover;
	margin-bottom: 20px;
}

#products_wrap #carousel .slick-slider {
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 1;

}

#products_wrap #carousel .slick-slide {
	width: 212px !important;
	margin-right: 10px;
	cursor: pointer;

}

#products_wrap #carousel .slick-slide:last-child {
	margin-right: 0;
}

.slick-track {
	margin-left: 0 !important;
}

#carousel .slick-list.draggable .slick-track {
	transform: unset !important;
	display: flex;
	justify-content: center;
	margin: 0 auto !important;
}

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

	#products_wrap {
		margin-bottom: 80px;
	}

	.products_result_area .img_eff_wrap img {
		width: 100%;
		height: 42vw !important;
		object-fit: cover;
	}

	.products_result_area li:not(:nth-child(3n)) {
		margin-right: 4%;
		flex-basis: 48%;
	}

	.products_result_area li {
		margin-right: 4%;
		flex-basis: 48%
	}

	.products_result_area li:nth-child(4n) {
		margin-right: 4% !important;
	}

	.products_result_area ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}

	.products_result_area ul li:nth-child(2n) {
		margin-right: 0 !important;
	}

	.products_btn_list {
		margin: 0 -5px 50px;
	}

	.products_btn_item {
		width: 50%;
	}

	.products_btn_item:nth-child(2n) {
		margin-right: 0;
	}


	.products_btn_item a {
		padding: 9px 0;
		width: auto;
	}

	.products_btn_item h3 {
		font-size: 1.4rem;
	}

	.img_eff h3 {
		font-size: 1.4rem;
		margin-top: 3px;
	}

	.products_date {
		font-size: 1.5rem;
		margin-right: 10px;
	}

	.products_cat {
		font-size: 1.2rem;
		min-width: auto;
	}

	#products_wrap .products_per {
		font-size: 1.2rem;
	}

/* 	#products_wrap .products_per span {
		font-size: 1.8rem;
		line-height: normal;

	} */

	#products_wrap .txt {
		font-size: 1.4rem;
	}

	#products_wrap .link_btn {
		margin: 10px 5px 0 5px;
	}

	.single-works .detail_desc .products_per {
		font-size: 1.4rem;
	}

	.single-works .detail_desc .products_per span {
		font-size: 2rem;
	}



	.productss_detail_sec {
		margin-bottom: 100px;
	}

	.products_detail_block .work_location {
		font-size: 1.6rem;
	}

	.products_detail_block h2 {
		font-size: 2.5rem;
		margin-bottom: 50px;
	}

	.products_detail_sec h2 {
		font-size: 1.8rem;
	}

	/*	slick	*/
	#products_wrap #slider .slick-slide img {
		height: 57vw !important;
	}

	#products_wrap #carousel .slick-slide img {
		height: 13vw !important;
	}

	#products_wrap #carousel .slick-slide {
		margin-right: 0.9vw !important;
		margin-bottom: 0.9vw;
	}

	#products_wrap #carousel .slick-slide:last-child {
		margin-right: 0 !important;
	}
}