@charset "utf-8";



#wrap > div {
	margin-bottom: 30px;
}
#wrap > div:last-child {
	margin-bottom: 0;
}
#wrap > div p:first-child {
	font-size: 180%;
	margin-bottom: .5em;
}

#wrap > div p span {
	display: inline-block;
}



.worklist #wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.worklist #wrap li {
	margin-bottom: 5px;
}
.worklist #wrap li:last-child {
	margin-bottom: 0;
}
.worklist #wrap a {
	display: block;
	position: relative;
	line-height: 0;
}
.worklist #wrap a img {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.worklist #wrap a div.wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	color: #fff;
}
.worklist #wrap .wrap div {
	line-height: 1.2em;
	display: block;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	left: 10%;
	width: 80%;

}
.worklist #wrap a .wrap p:first-child {
	line-height: 1.1em;
	font-size: 140%;
	margin-bottom: 0.5em;
	letter-spacing: 0.01em;
}
.worklist #wrap a .wrap p:first-child span {
	display: inline-block;
}
.worklist #wrap a .wrap p:nth-child(2) {
	line-height: 1.5em;
	font-size: 70%;
	margin-top: .5em;
	letter-spacing: 0.03em;
}



#gallery {
    margin: 0 auto;
    overflow: hidden;
    transition: opacity 0.3s;
	width: 100%;
    box-sizing: border-box;
    opacity: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 
#gallery li {
	line-height: 0;
	margin-bottom: 5px;
}
#gallery li:last-child {
	margin-bottom: 0;
}
#gallery li a {
	cursor: zoom-in;
}
#gallery li img {
    max-width: 100%;
    height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



#box > div:first-child p:first-child span {
	display: inline-block;
}
#box.arts > div:first-child > div p:first-child {
	line-height: 1.1;
	padding-bottom: 12px;
}


