@charset "utf-8";
/*------------------------------------------------------------
	properties
------------------------------------------------------------*/
.cover {
    background: rgba(242,242,242, 0.9);
}
.menu01 {
	display: none;
}
.pageTitle {
	margin-bottom: 14.5rem;
}
.pageTitle h2 {
	letter-spacing: -0.04em;
}
#main {
	margin-bottom: 15rem;
}
#main .content > h3 {
	margin-bottom: 5.1rem;
	align-items: center;
}
#main .content > h3 .txt {
	padding-top: 1.3rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#main .content > h3 .num {
	margin-right: 0.7rem;
	display: inline-block;
	font-size: 3.4rem;
	font-weight: 700;
}
#main .propertyList > li {
	padding: 2.9rem;
	border: 0.1rem solid #888;
}
#main .propertyList > li:not(:last-child) {
	margin-bottom: 4rem;
}
#main .propertyList .photoBox {
	width: 54rem;
}
#main .propertyList .textBox {
	margin-top: 3.5rem;
	width: 56rem;
}
#main .propertyList .textBox h3 {
	margin-bottom: 1.1rem;
	padding-bottom: 1.5rem;
	border-bottom: 0.1rem solid #888;
}
#main .propertyList .textBox h3 .tag {
	margin-right: 2rem;
	padding: 0.4rem 1rem 0.5rem;
	width: 15rem;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	background-color: #009CCF;
}
#main .propertyList .a02 .textBox h3 .tag {
	background-color: #088950;
}
#main .propertyList .a03 .textBox h3 .tag {
	background-color: #92705B;
}
#main .propertyList .a04 .textBox h3 .tag {
	background-color: #DF7DC3;
}
#main .propertyList .a05 .textBox h3 .tag {
	background-color: #796DBA;
}
#main .propertyList .textBox h3 .txt {
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#main .propertyList .comTextList {
	margin-bottom: 3.5rem;
}
#main .propertyList .comLink {
	display: flex;
	justify-content: right;
}
#main .propertyList .comLink .com_arrow {
	margin-top: -2rem;
	border: 0;
	right: 0.4rem;
}
#main .propertyList .comLink a {
	padding-top: 1.2rem;
	position: relative;
	background: 0;
	border: 0;
	overflow: hidden;
}
#main .propertyList .comLink a::after {
	position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.1rem;
    background-color: #1A1A1A;
}
#main .propertyList .comLink .com_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #000;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    z-index: 0;
}
@media all and (min-width: 897px) {
	#main .propertyList .comLink a:hover .com_arrow::before {
		-webkit-filter: invert(1);
		filter: invert(1);
		animation: left-in 1s cubic-bezier(0.33,1,0.68,1) forwards;
	  }
	  #main .propertyList .comLink a:hover .com_arrow::after {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	#main .propertyList .comLink a:hover::after {
		background-position: 0 100%;
        background-size: 100% 1px;
        animation: forward 1s cubic-bezier(0.65,0,0.35,1) forwards;
	}
}
@keyframes left-in {
	0% {
	  visibility:visible;
	  -webkit-transform:translateX(-102%);
	  transform:translateX(-102%)
	}
	to {
	  visibility:visible;
	  -webkit-transform:translateX(0);
	  transform:translateX(0)
	}
  }
  @keyframes forward {
	0% {
	  -webkit-transform:translate(0%,0%);
	  transform:translate(0%,0%)
	}
	30% {
	  -webkit-transform:translate(110%,0);
	  transform:translate(110%,0)
	}
	30.1% {
	  -webkit-transform:translate(-110%,0);
	  transform:translate(-110%,0)
	}
	to {
	  -webkit-transform:translate(0%,0%);
	  transform:translate(0%,0%)
	}
  }
#main .pageNavi {
	margin-top: 10rem;
}
#main .propertyList .comLink a:hover {
	opacity: 1;
}
@media all and (max-width: 896px) {
	#main {
		margin-bottom: 6rem;
	}
	#main select {
		margin-bottom: 3.1rem;
		padding: 0 1.4rem;
        width: 100%;
        height: 4rem;
		color: #1a1a1a;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.15em;
		border: 0.1rem solid #1a1a1a;
		background: url(../img/properties/icon01.png) no-repeat right 1.4rem center / 0.8rem;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
    }
	#main .content > h3 {
		margin-bottom: 2.2rem;
	}
	#main .content > h3 .num {
		margin-right: 0.3rem;
		font-size: 2.4rem;
		letter-spacing: -0.01em;
	}
	#main .content > h3 .txt {
		padding-top: 0.7rem;
	}
	#main .propertyList > li {
		padding: 1.9rem 1.9rem 3rem;
	}
	#main .propertyList > li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#main .propertyList .imgBox {
		display: block;
	}
	#main .propertyList .photoBox {
		margin-bottom: 1.6rem;
		width: auto;
	}
	#main .propertyList .textBox {
		margin-top: 0;
		width: auto;
	}
	#main .propertyList .textBox h3 {
		padding-bottom: 1rem;
		margin-bottom: 0.9rem;
		display: block;
		border-width: 0.2rem;
	}
	#main .propertyList .textBox h3 .tag {
		padding: 0.1rem 0.5rem 0.3rem;
		margin: 0 0 0.3rem;
		width: 15rem;
		display: block;
		font-size: 1.2rem;
	}
	#main .propertyList .textBox h3 .txt {
		font-size: 1.6rem;
	}
	#main .propertyList .comTextList {
		margin-bottom: 1.5rem;
	}
	#main .propertyList .comLink .com_arrow {
		margin-top: -1.5rem;
		right: -0.3rem;
	}
	#main .pageNavi {
		margin-top: 3rem;
	}
}