@charset "UTF-8";

/* work
---------------------------------------------------------------------------*/

/* .work-category
------------------------------------*/
.work-category {
	overflow: hidden;
	margin: -5px 0 25px -4px;
}

.work-category li {
	display: inline-block;
}

.work-category li a {
	display: block;
	padding: 4px 3px 4px 3px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

#workContents.archive .work-category li:first-of-type a,
.work-category li.current-cat a {
	color: #9B9B9B;
}

/* .work-list
------------------------------------*/
.work-list {
	overflow: hidden;
}

.work-list li {
	width: 100%;
	margin-bottom: 40px;
}

.work-list li:last-of-type {
	margin-bottom: 0;
}

.work-list figure {
	margin-bottom: 17px;
}

.work-list figure img {
	width: 100%;
	height: auto;
}

.work-list figure a {
	display: block;
}

.work-list h2 {
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 1px;
	letter-spacing: 0.1em;
}

.work-list p a {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #9B9B9B;
	font-size: 11px;
	letter-spacing: 0.08em;
}

.work-list p a:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -9px;
}

.work-list p a:last-of-type:after {
	display: none;
}

/* work single
---------------------------------------------------------------------------*/
.work-img {
	margin-bottom: 30px;
}

.work-img img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.work-wrap {
	overflow: hidden;
	margin-bottom: 100px;
}

.work-detail {
	margin-bottom: 40px;
}

.work-title {
	margin-bottom: 25px;
}

.work-title h1 {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.07em;
}

.work-title p a {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #9B9B9B;
	letter-spacing: 0.08em;
}

.work-title p a:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -9px;
}

.work-title p a:last-of-type:after {
	display: none;
}

.credit {
	position: relative;
	padding-top: 25px;
}

.credit:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #9B9B9B;
	width: 18px;
	height: 1px;
}

.credit dl {
	line-height: 1.4;
}

.credit dt {
	margin-bottom: 3px;
	font-size: 11px;
	letter-spacing: 0.06em;
}

.credit dd {
	margin-bottom: 18px;
	font-size: 13px;
	letter-spacing: 0.06em;
}

.credit dd:last-of-type { margin-bottom: 0; }

.work-wrap .txt-set p {
	margin-bottom: 12px;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.work-wrap .txt-set p br {
	display: none;
}

.work-wrap .txt-set p:last-of-type { margin-bottom: 0; }

.work-wrap .txt-set p a {
	text-decoration: underline;
}

/* .related-work
------------------------------------*/
.related-work {
	position: relative;
}

.related-work h2 {
	margin-bottom: 25px;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.related-work .link {
	position: absolute;
	top: -15px;
	right: -10px;
	letter-spacing: 0.04em;
}

.related-work .link a{
	padding: 12px;
	display: block;
}

.related-list {
	overflow: hidden;
}

.related-list li {
	float: left;
	width: 48%;
	margin: 30px 4% 0 0;
}

.related-list li:nth-of-type(1),
.related-list li:nth-of-type(2) { margin-top: 0; }
.related-list li:nth-of-type(2n) { margin-right: 0; }

.related-list figure {
	margin-bottom: 15px;
}

.related-list figure img {
	width: 100%;
	height: auto;
}

.related-list figure a {
	display: block;
}

.related-list h3 {
	margin-bottom: 2px;
	font-size: 12px;
	padding-right: 10px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.related-list p {
	line-height: 1.4;
}

.related-list p a {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	color: #9B9B9B;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.related-list p a:after {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -9px;
}

.related-list p a:last-of-type:after {
	display: none;
}