@charset "utf-8";

.inner.works_l {
	width: 1240px;
}

/*------------ tab ------------*/
#cate_tab {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -31px 100px 0;
	overflow: hidden;
	position: relative;
}

#cate_tab::before {
	position: absolute;
	content: "";
	width: 31px;
	height: 100%;
	background: #FFF;
	right: 0;
	z-index: 10
}

#cate_tab li {
	list-style: none;
	line-height: 1.75;
	margin: 0;
	position: relative;
}

#cate_tab::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #D5D5D5;
	bottom: 0;
	left: 0;
}

#cate_tab li a {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #aaa;
	text-decoration: none;
	padding: 0 0 21px;
	margin: 0 31px 0 0;
	transition: all .3s ease;
	position: relative;
}

#cate_tab li:last-child a {
	margin-right: 0;
}

#cate_tab li a::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 1px;
	background: #E63944;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: all .3s ease;
}

/* hover current */
#cate_tab li a:hover,
#cate_tab li.current a {
	color: #222222 !important;
}

#cate_tab li a:hover::after,
#cate_tab li.current a::after {
	width: 100%;
}

/*------------ result ------------*/
.works_list {
	padding-left: 0;
	margin: 0 0 23px;
	display: flex;
	flex-wrap: wrap;
}

.works_item {
	list-style: none !important;
	width: calc((100% - 74px) / 3);
	margin: 0 37px 60px 0;
}

.works_item:nth-child(3n) {
	margin-right: 0;
}

.works_link {
	display: block;
	color: #222;
	text-decoration: none;
}

.works_img {
	height: 0;
	padding-top: 91.438%;
	margin: 0 0 12px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.works_img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: all .5s ease-in-out;
}

.cate_place {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5px;
}

.works_cate {
	display: inline-flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #FFF;
	line-height: 28px;
	min-height: 28px;
	padding: 0 10px;
	background: #222222;
	border-radius: 30px;
}

.works_place {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin-left: auto;
}

.works_ttl {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

/* hover */
.works_link:hover .works_img img {
	transform: scale(1.05);
}

/*------------ single ------------*/

.works_cate+h2 {
	margin: 7px 0 51px;
}

/*--- 商品画像 ---*/
.works_img_wrap {
	margin-bottom: 40px;
}

/* .thumb-item {
    background-color: #F5F5F5;
    margin-bottom: 15px;
}

.thumb_img img {
    width: 100%;
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    aspect-ratio: 1000/645;
} */

.thumb-item {
	margin-bottom: 13px;
}

.thumb_img {
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	padding-top: 64.705%;
	background: #eee;
	/* margin-bottom: 10px; */
}

.thumb_img img {
	display: block;
	height: auto;
	transition: transform 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	margin: auto;
}

.slide-arrow.slick-arrow {
	position: absolute;
	/* height: 30px;
    width: 30px;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
	cursor: pointer;
	width: 65px;
	height: 85px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: none;
	z-index: 1;
	transition: all .3s ease;
}

.slide-arrow.slick-arrow:hover {
	background: rgba(0, 0, 0, 0.1);
	transition: all .3s ease;
}

.slide-arrow.prev-arrow.slick-arrow {
	right: 100%;
}

.slide-arrow.next-arrow.slick-arrow {
	left: 100%;
}

.slide-arrow.next-arrow.slick-arrow::after,
.slide-arrow.prev-arrow.slick-arrow::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 32px;
	top: 50%;
	/* left: 0; */
	/* bottom: 0; */
	margin: auto;
	-webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.3));
	filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.3));
	z-index: 2;
	/* border-right: 3px solid yellow; */
	/* border-top: 3px solid green; */
	transform: translateY(-50%) rotate(45deg);
}

.slide-arrow.prev-arrow.slick-arrow::before {
	border-left: 3px solid #E63944;
	border-bottom: 3px solid #E63944;
	left: 28px;
	/* background: url(../img/hotels_arrow_l.svg) no-repeat center / contain; */
}

.slide-arrow.next-arrow.slick-arrow::after {
	border-right: 3px solid #E63944;
	border-top: 3px solid #E63944;
	right: 28px;
	/* background: url(../img/hotels_arrow_r.svg) no-repeat center / contain; */
}

/* slick nav */
.carousel .slick-track {
	width: 100% !important;
	transform: none !important;
	margin-left: 0;
}

.carousel .thumb_nav_img {
	background-color: #F5F5F5;
	margin-right: 10px;
	cursor: pointer;
	width: calc((100% - 50px) / 6) !important;
}

.carousel .thumb_nav_img:last-child {
	margin-right: 0;
}

.carousel .thumb_nav_img img {
	/* height: 100px !important; */
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1000/645;
}

/*-- 商品画像以下 --*/
.works_desc {
	margin-bottom: 50px;
}

.single_link_wrap .link_btn {
	margin: auto;
}

.table_works {
	margin: 0 0 51px;
}
.table_works table th {
	padding-left: 0;
}
@media screen and (max-width:767px) {

	/*------------ tab ------------*/
	#cate_tab {
		margin: 0 -18px 35px 0;
	}

	#cate_tab::before {
		width: 18px;
	}

	#cate_tab li a {
		font-size: 1.5rem;
		padding: 5px 0;
		margin: 0 18px 0 0;
	}


	/*------------ result ------------*/
	.works_list {
		margin: 0 0 25px;
	}

	.works_item {
		width: 100%;
		margin: 0 0 25px 0;
	}

	.works_cate {
		font-size: 1.2rem;
	}

	.works_place {
		font-size: 1.1rem;
	}

	.works_ttl {
		font-size: 1.6rem;
	}

	/* hover */

	/*------------ single ------------*/
	.works_cate+h2 {
		margin: 7px 0 28px;
	}

	/*--- 商品画像 ---*/
	.works_img_wrap {
		margin-bottom: 30px;
	}

	.thumb-item {
		margin-bottom: 10px;
	}

	.slide-arrow.slick-arrow {
		width: 45px;
		height: 55px;
	}

	.slide-arrow.prev-arrow.slick-arrow {
		right: auto;
		left: 0;
	}

	.slide-arrow.next-arrow.slick-arrow {
		left: auto;
		right: 0;
	}

	.slide-arrow.next-arrow.slick-arrow::after,
	.slide-arrow.prev-arrow.slick-arrow::before {
		width: 20px;
		height: 20px;
		margin: auto;
	}

	.slide-arrow.prev-arrow.slick-arrow::before {
		left: 16px;
	}

	.slide-arrow.next-arrow.slick-arrow::after {
		right: 15px;
	}

	/* slick nav */
	.carousel .thumb_nav_img {
		margin-right: 5px;
		width: calc((100% - 25px) / 6) !important;
	}

	/*-- 商品画像以下 --*/
	.works_desc {
		margin-bottom: 40px;
	}

	.table_works {
		margin: 0 0 40px;
	}

}