@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');

.projectBlock{
	cursor: pointer;
}

.mainCopy{
	font-size:110%;
}

.projectBlock .imgBox{
	width:100%;
	/*min-width: 1280px;*/
	height:auto;
	position: relative;
}

.projectBlock .imgBox>img{
	width:100%;
}

.projectBlock .imgBox .txtBox{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	-js-display: flex;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap:wrap;
}

.projectBlock .imgBox .txtBox p{
	text-align: center;
	font-family: 'Arial';
	letter-spacing: 0.1em;
	color:#FFF;
}

.projectBlock .imgBox .txtBox.fcBlack p{
	color:#000;
}

.projectBlock .imgBox .txtBox p.pName{
	font-size:120%;
    /*font-sise: 16px;*/
	text-align: center;
    font-family: 'Syncopate', sans-serif;
    margin-bottom: 15px;
}

.projectBlock .imgBox .txtBox p.pMansion{
	font-size:90%;
    /*font-sise: 12px;*/
	text-align: center;
    font-family: 'Syncopate', sans-serif;
}

.projectBlock .imgBox .txtBox p.pName img,
.projectBlock .imgBox .txtBox p.pMansion img{
	display:inline-block;
}

.projectBlock .imgBox .txtBoxNew{
    width: 108px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #A48B78;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}


.projectBlock .infoBox{
	padding: 15px 0 40px;
	text-align: center;
}

.projectBlock .infoBox .pNum{
	font-size:90%;
}

.projectBlock .infoBox .pNum span {
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    line-height: 1em;
}

.projectBlock .infoBox .pNameJP{
	font-size:120%;
	margin-top: 0px;
}

.projectBlock .infoBox .pMansionJP{
	font-size:80%;
	margin-top: 5px;
}

/* END animate */
@media only screen and (max-width:640px){
	
	#mainContainer .mainCopy{
		padding:0 3%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	
	#mainContainer .mainCopy br{
		display:none;
	}
	
	.projectBlock .imgBox{
		min-width:320px;
	}
	
	.projectBlock .imgBox .txtBox p.pName img{
		max-width:95%;
	}
	
	.projectBlock .imgBox .txtBox p.pMansion img{
		max-width:50%;
	}
}

#ulinkPj{
	width:980px;
	/*margin: 80px auto 120px;*/
    margin: 40px auto 80px;
	-js-display: flex;
	display: flex;
	justify-content: center;
}

#ulinkPj li{
	border-right: 1px solid #000;
}
/*
#ulinkPj li:first-child{
	border-left: 1px solid #000;
}
*/
#ulinkPj li:last-child{
	border-right: none;
}

#ulinkPj li a{
	padding:0 10px;
	color:#000;
}

#ulinkPj li a:hover{
	text-decoration: underline;
}

#ulinkPj li a.current{
	color:#888;
}

@media only screen and (max-width:640px){
	
	#ulinkPj{
		width:90%;
		display: block;
		text-align: center;
		/*margin:130px auto 0;*/
        margin: 20px auto 40px;
	}
	
	#ulinkPj li{
		display:inline-block;
		margin:5px 0;
	}
}

/* Project
===============================================*/

.ProjectWrap{
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*
.PjBox{
    width: 48%;
}
*/
.PjBox{
    width: 32%;
}

.ProjectWrap::after{
  content: '';
  display: block;
  width: 32%;
}


@media only screen and (max-width:640px){

.ProjectWrap{
    padding: 40px;
}

.PjBox{
    width: 100%;
}

}

.intro-area-box .btn_more {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.intro-area-box .btn_more a{
    margin: 0 auto;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	background-color: #a48b78;
	height: 50px;
	width: 276px;
	background-image: url(../../images/index/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	transition: all 0.25s linear;
	z-index: 99;
}

.intro-area-box .btn_more a p{
    text-align: center;
	font-size: 18px;
    font-weight: 700;
	color: #FFF;
	transition: all 0.25s linear;
	}
	
.intro-area-box .btn_more a:hover{
	opacity: 0.6;
	background-position: right 10px center;
	}

.page-intro-txt.mtM {
  margin-top: 20px;
}
