@charset 'UTF-8';

.main{
	padding-bottom: 0;
	/* background: url('../image/noimage.jpg') top center no-repeat;
	background-size: cover; */
}
.section{
	margin-bottom: 0;
}
.pickup {
	margin-bottom: 20px;
}
.pickup .title {
	/* margin-top: 10px; */
}
.pickup .text {
	font-size: 1.2rem;
}
.square a, .square span{
	padding-top: calc(100% + 1px);
}
.gallery .article {
	margin-bottom: 17px;
    flex: 0 0 auto;
    width: 300px;
    margin: 0 30px 25px 0;
}

.gallery  .article:nth-child(3n) {
    margin-right: 0;
}

.gallery  .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}