
@charset 'UTF-8';
.square a, .square span {
	padding-top: 100%;
}
.square img{
	width: 100%;
	height: 100%;
}
.works01 {
	margin-bottom: 100px;
}
.works01 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.works01 .article {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
    max-width: 292px;
    width: 100%;
    margin: 0 1px 1px 0;
}
.works01 .article:nth-child(3n) {
	/*margin-right: 0;*/
}
.works01 .title {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin-top: 0;
	display: block;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transition: .3s;
}
.works01 .title a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 30px 25px;
	line-height: 2;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.works01 .title:hover {
	opacity: 1;
}

.works01 .price {
	color: #C61515;
}
.works01 .text {
	font-size: 1.2rem;
	line-height: 1.6;
	display: none;
}
.works01 .page {
	margin-top: 0;
}



.pickup {
	margin-bottom: 30px;
}
.pickup .title {
	margin-top: 10px;
}
.pickup .text {
	font-size: 1.2rem;
}

/*�ｿ*/