@charset "utf-8";


.works-list {
	margin-top: 40px;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.works-list-item {
	width: -webkit-calc((100% - 10% - 1px) / 3);
	width: calc((100% - 10% - 1px) / 3);
	margin-top: 40px;
	margin-right: 5%;
	line-height: 20px;
	line-height: 2rem;
	text-align: center;
}

.works-list-item a {
	display: block;
	text-decoration: none;
}

.works-list-image {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.works-list-image:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 500ms ease;
}

.works-list-item a:hover .works-list-image:before {
	background-color: rgba(0, 0, 0, .3);
}

.works-list-image img {
	z-index: 0;
}

.works-list-name {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

.works-list-cate {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	color: rgba(0, 0, 0, .5);
}


@media screen and ( min-width: 801px ) {

	.works-list-item:nth-child(3n) {
		margin-right: 0;
	}

}


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

	.works-list-item {
		width: -webkit-calc((100% - 5% - 1px) / 2);
		width: calc((100% - 5% - 1px) / 2);
		margin-top: 30px;
		margin-right: 5%;
	}

	.works-list-item:nth-child(2n) {
		margin-right: 0;
	}

	.works-list {
		padding-bottom: 40px;
	}
	.works-list-item {
		width: 199%;
		margin-top: 20px;
		margin-right: 0;
	}

	.works-list-image {
		margin-bottom: 10px;
	}

}


@media screen and ( max-width: 600px ) {
	.works-side{
		padding-bottom: 40px;
	}
}


/*------------------------------------*/


.works-wrap {
	margin-top: 80px;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.works-side-item {
	margin: 10px;
	list-style: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.works-detail {
	margin-right: 5%;
}

.works-detail-name {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 3rem;
}

.works-detail-link {
	margin: 10px 0 20px 0;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}

.works-detail-link a {
	padding: 10px 20px;
	display: table;
	border: 1px solid rgba(0, 0, 0, .2);
	text-decoration: none;
}

.works-detail-link a:hover {
	border: 1px solid rgba(0, 0, 0, 1);
}

.works-detail-sub {
	overflow: hidden;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
	color: rgba(0, 0, 0, .6);
}

.works-detail-sub dt,
.works-detail-sub dd {
	padding: 2px 0;
}

.works-detail-sub dt {
	float: left;
	clear: both;
}

.works-detail-sub dd:before {
	content: "/";
	margin: 0 5px;
}

.works-detail-type:before {
	content: "";
	width: 60px;
	height: 1px;
	margin: 20px auto;
	display: block;
	background-color: rgba(0, 0, 0, .1);
}

.works-detail-image {
	margin: 40px 0;
	overflow: hidden;
}

.works-detail-image figure {
/*
	width: -webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
*/
	max-width: 700px;
	margin-top: 10px;
/* 	margin-right: 10px; */
}

.works-detail-image figure:nth-child(2n) {
	margin-right: 0;
}

.repage {
	max-width: 1200px;
	margin: 20px auto 0 auto;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
	text-transform: uppercase;
}

.repage a:hover:before {
	transform: translate3d(-5px, 0, 0);
}

.works-ui {
	margin: 40px auto 20px auto;
	-js-display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}

.works-ui li:first-child {
	margin-right: 40px;
}


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

	.works-wrap {
		margin-top: 40px;
		display: block;
	}

	.works-detail {
		margin-bottom: 40px;
		margin-right: 0;
	}

	.works-detail-name {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 25px;
		line-height: 2.5rem;
	}

	.works-detail-link {
		margin: 10px 0 20px 0;
	}

	.works-detail-link a {
		padding: 10px;
	}

	.works-ui {
		margin: 20px auto 10px auto;
	}

	.works-detail-image {
		margin: 30px 0;
	}

}
