@media screen and (max-width: 680px) {
	.in-nav li {
		width: 50%;
    }
	.in-nav li:nth-child(2n)::before {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec01 {
	position: relative;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 .title {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 20px;
}
#sec01 .text {
	margin-bottom: 80px;
}
#sec01 .text .cap {
	display: inline-block;
	font-size: .9em;
	margin-left: 10px;
}
#sec01 .works-top {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#sec01 .work {
	width: 29%;
	margin-right: 6.5%;
	margin-bottom: 30px;
}
#sec01 .work:nth-child(3n) {
	margin-right: 0;
}
#sec01 .work a {
}
#sec01 .work a:hover {
}
#sec01 .work .ph {
	display: block;
	position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0 0 10px;
	overflow: hidden;
}
#sec01 .work .ph img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
	transition: transform 0.5s ease;
    transform-origin: center center;
}
#sec01 .work a:hover .ph img {
    transform: scale(1.1);
}
#sec01 .work .figure {
}
#sec01 .work .figcaption {
}
#sec01 .work .year {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	line-height: 140%;
}
#sec01 .work .area {
	display: inline-block;
	font-size: 11px;
	line-height: 140%;
}
#sec01 .work .ttl {
	font-size: 1.1em;
	font-weight: 400;
}
@media screen and (min-width: 1700px) {
	#sec01 {
		width: 80%;
	}
	#sec01 .work,
	#sec01 .work:nth-child(3n) {
        width: 22%;
        margin-right: 4%;
		margin-bottom: 4%;
    }
    #sec01 .work:nth-child(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 900px) {
	#sec01 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 40px;
	}
	#sec01 .text {
        margin-bottom: 40px;
    }
	#sec01 .works-top {
		justify-content: space-between;
		margin-bottom: 20px;
	}
	#sec01 .work {
        width: 47.5%;
        margin-right: 0;
        margin-bottom: 20px;
		line-height: 150%;
    }
	#sec01 .work .year,
    #sec01 .work .area {
        font-size: 9px;
}
	#sec01 .work .ttl {
		font-size: .9em;
	}
}
/* --------------------------------------------------- */
#sec02 {
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec02 p,
#sec02 img {
	margin-bottom: 50px;
}
#sec02 .ph-set1 {
	display: flex;
	justify-content: space-between;
}
#sec02 .ph-set1 li {
	width: 48%;
}
#sec02 .data {
	border-top: #888 1px dotted;
}
#sec02 .data dl {
	width: 100%;
	display: table;
	border-bottom: #888 1px dotted;
}
#sec02 .data dt,
#sec02 .data dd {
	display: table-cell;
	vertical-align: top;
	line-height: 160%;
	padding: 20px 0;
}
#sec02 .data dt {
	width: 100px;
}
#sec02 .data dd {
}
@media screen and (max-width: 900px) {
	#sec02 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin-bottom: 40px;
	}
	#sec02 p {
        margin-bottom: 30px;
    }
    #sec02 img {
        margin-bottom: 10px;
    }
	#sec02 .ph-set1 {
		margin-bottom: 20px;
	}
	#sec02 .data dt,
	#sec02 .data dd {
		padding: 15px 0;
	}
	#sec02 .data dt {
		width: 80px;
	}
}
/* --------------------------------------------------- */
.more-mv {
	width: 100%;
	position: relative;
    width: 100%;
	height: 700px;
    margin: 0 0 80px;
}
.more-mv img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.works-ttl {
	position: relative;
	width: 90%;
	margin: 0 auto 40px;
}
.works-ttl .ttl-style07 {
	margin-bottom: 10px;
}
.works-ttl span {
	display: inline-block;
	line-height: 140%;
	margin-right: 10px;
}
.works-ttl .year {
	font-family: "Poppins", sans-serif;
	margin-right: 5px;
}
.works-ttl .area {
}
.works-ttl .ttl {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 400;
}
@media screen and (min-width: 1700px) {
	.works-ttl {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	.more-mv {
		height: 500px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 680px) {
	.more-mv {
		height: 240px;
		margin-bottom: 30px;
	}
}
/* --------------------------------------------------- */


