@charset "utf-8";



/* ================================
 * Common
 * ================================ */
 
header nav li.works a {
	pointer-events: none;
	cursor: pointer;
}
header nav li.works a:before {
	width: 3px;
}



/* ================================
 * Works
 * ================================ */

section#works {
	overflow: hidden;
	padding-top: 15%;
}

section#works h2 {
	line-height: 1;
	font-size: 7.5rem;
	letter-spacing: -.02em;
	font-weight: bold;
	text-align: right;
	margin-right: -9px;
	position: relative;
}

section#works h2 span {
	font-size: 40%;
	position: absolute;
	top: 5px;
	right: 7.75em;
}
section#works h2 span:before {
	content: "";
	width: 100%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -3px;
	left: 2px;
}


.workList {
	width: 90%;
	max-width: 2000px;
	margin: 0 auto;
	padding-top: 18%;
	overflow: hidden;
}
.workList li {
	width: 87.5%;
	margin: 0 5% 25% 2.5%;
	float: left;
}


.workList li a {
}
.workList li a img{
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.workList li a:hover {
	opacity: .7;
}


.worksInfo {
	margin-top: 24px;
}

.worksInfo__type {
	line-height: 1.5;
	font-size: 1.4rem;
	letter-spacing: .03em;
	opacity: .8;
	margin-bottom: 4px;
}
.worksInfo__sitename {
	line-height: 1.2;
	font-size: 2.32rem;
	letter-spacing: .03em;
	font-weight: bold;
	margin-bottom: 6px;
	margin-left: -1px;
	display: inline-block;
	position: relative;
}
a:not(.noEvent) .worksInfo__sitename:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/img/common/icon_blank.png) no-repeat center / 12px;
	position: absolute;
	top: .3em;
	right: -20px;
	opacity: .85;
}
.worksInfo__role {
	opacity: .5;
	line-height: 1.4;
	font-size: .8rem;
	letter-spacing: .05em;
}
.worksInfo__role span:last-child {
	padding-right: 0;
	border-right: 0;
}
