@charset "utf-8";

/* -----------------------------------------------------------
    最新買取事例 一覧・intro_area
-------------------------------------------------------------- */
.page-latest .side_banner_area {
	display: none;
}

.page-latest .breadcrumblist {
	padding-bottom: 15px !important;
}

.page-latest#voice.page-voice .intro_area {
	margin: 0;
}

.page-latest#voice.page-voice .bg_gray > .inner::before {
	display: none;
}

.page-latest#voice.page-voice .bg_gray > .inner::after {
	display: none;
}

.page-latest#voice.page-voice .bg_gray {
	background: url("../img/newcase-bg.jpg")center center/cover no-repeat;
	padding: 45px 0 35px;
}

.page-latest .search_select {
	border: 1px solid #c7beb2;
}

.page-latest .intro_area .latest-intro {
	width: 1000px;
	margin: 0 auto 15px auto;
}

.page-latest .latest-intro-ttl{
	text-align: center;
}

.page-latest .latest-intro-ttl .ttl{
	font-size: 2.8rem;
	font-weight: bold;
	display: inline-block;
}

.page-latest .latest-intro-ttl span {
	color: #d3353f;
}

.page-latest .latest-intro-contents {
	align-items: center;
	display: flex;
	margin: 10px 0 0 0;
}

.page-latest .latest-intro-img {
	flex-shrink: 0;
}

.page-latest .latest-intro-txt {
	margin: 0 0 0 35px;
	line-height: 1.9;
}

.pager_area {
	position: relative;
	z-index: 2;
}

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

	.page-latest {
		padding: 0;
		margin: 0;
	}
	
	.page-latest .performance_search_wrapper {
		margin-top: 10px;
	}
	
	.page-latest .search_btn {
		background: #e7837e;
	}
	
	.page-latest#voice.page-voice .performance_search {
		background: #ec918c;
	}
	
	.page-latest#voice.page-voice .performance_search_more {
		background: #fff;
	}
	
	.page-latest#voice.page-voice .bg_gray {
		padding: 20px 0 30px 0;
	}
	
	.page-latest .latest-list-area {
		margin: 0 !important;
		padding: 0 0 30px !important;
	}
	
	.page-latest .latest-intro {
		width: 100%;
	}
	
	.page-latest .intro_area .latest-intro {
		width: 100%;
		margin: 0 auto 10px;
	}
	
	.page-latest .latest-intro-contents {
		display: block;
		padding: 0 20px;
	}
	
	.page-latest .latest-intro-img {
		max-width: 200px;
		margin: 0 auto;
	}
	
	.page-latest .latest-intro-txt {
		margin: 10px 0 0 0;
		font-size: 1.5rem;
		line-height: 1.7;
	}
	
	.page-latest .latest-intro-ttl .ttl {
		font-size: 2rem;
	}
	
}









/* -----------------------------------------------------------
    最新買取事例 一覧・latest-list-area
-------------------------------------------------------------- */
.page-latest .latest-subttl {
	background: linear-gradient(20deg, #b7a482 0, #ccb58c 100%);
	color: #fff;
	font-size: 2.1rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	white-space: nowrap;
	padding: 15px 20px 14px 20px;
	width: 100%;
	margin: 0 0 15px 0;
}

.page-latest .latest-list-area {
	position: relative;
	padding: 0 0 70px 0;
	margin: 0 0 70px 0;
	counter-reset: latest-num;
}

.page-latest .latest-list-area::before {
	content: "";
	background: url("../img/latest-bg.jpg")center bottom/cover no-repeat;
	width: 100%;
	height: calc( 100% - 350px );
	position: absolute;
	left: 0;
	bottom: 0;
}

.page-latest .latest-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.page-latest .latest-item {
	background: rgba(255,255,255,.85);
	box-shadow: 0px 0px 12px 0 rgba(46, 37, 5, 0.3);
	margin: 40px 0 0 0;
	width: calc( ( 100% - 40px ) / 2 );
	position: relative;
}

.page-latest .latest-img {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.page-latest .latest-img .large {
	flex-shrink: 0;
	width: 63.4%;
	height: 190px;
	line-height: 190px;
	text-align: center;
}

.page-latest .latest-img .large img {
	display: inline;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	width: auto;
	height: auto;
}

.page-latest .latest-img .small {
	display: flex;
	flex-wrap: wrap;
	width: 35%;
}

.page-latest .latest-img .small li {
	background: #f2f1eb;
	cursor: pointer;
	width: calc( ( 100% - 20px) / 2 );
	height: 100px;
	line-height: 85px;
	padding: 5px;
	text-align: center;
	margin: 0 3px;
}


.page-latest .latest-img .small li.thum-active {
	background: #faf3f1;
	border: 1px solid #cf797f;
}

.page-latest .latest-img .small li:nth-child(n+3){
	margin-top: 7px;
}

.page-latest .latest-img .small img {
	display: inline;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	width: auto!important;
	height: auto!important;
}

.page-latest .latest-elements {
	align-items: center;
	display: flex;
	margin: 5px 0 0 0;
	padding: 0 20px;
	justify-content: space-between;
}

.page-latest .latest-elements .name-wrap {
	color: #523a34;
	font-weight: bold;
	line-height: 1.4;
}

.page-latest .name-big {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 0 20px;
	line-height: 1.4;
	margin: 13px 0 0 0;
}

.page-latest .name-wrap .name {
	margin: 5px 0 0 0;
}

.page-latest .name-wrap .product-name {
	margin: 5px 0 0 0;
}

.page-latest .latest-elements .price {
	color: #d3353f;
	flex-shrink: 0;
	margin: 0 0 0 30px;
	text-align: left;
}

.page-latest .latest-elements .price-ttl span {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 3px;
}

.page-latest .latest-elements .price-num {
	color: #d3353f;
	font-weight: bold;
	font-style: italic;
	font-size: 3.8rem;
	line-height: 1;
	text-align: center;
	margin: 7px 0 0 0;
	letter-spacing: .04em;
}

.page-latest .latest-elements .price-num span {
	font-size: 1.6rem;
	font-style: normal;
	margin: 0 0 0 4px;
}


/*latest-voice-wrap*/
.page-latest .latest-voice-wrap {
	padding: 0 20px;
}

.page-latest .latest-voice-wrap .latest-voice {
	background: #f8f7f2;
	padding: 10px 20px 20px;
	margin: 15px auto 0;
}

.page-latest .latest-voice-wrap .latest-voice-ttl {
	color: #926f13;
	font-weight: bold;
	font-size: 1.7rem;
	position: relative;
	margin: 10px 0 0 0;
}

.page-latest .latest-voice-wrap .latest-voice-txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 10px 0 0 0;
}

.page-latest .latest-voice-wrap .staff {
	display: flex;
	flex-direction: column;
	align-items: center;
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
}

.page-latest .latest-voice-wrap .staff .branet_from {
	margin: 5px auto 0;
	font-weight: 500;
	font-size: 1.4rem;
	background: #f8f7f2;
	position: absolute;
	bottom: -20px;
	right: -10px;
	border-radius: 5px;
	padding: 5px 7px;
	color: #7c6733;
}

.page-latest .latest-voice-wrap .staff .branet_from span {
	display: block;
	font: 900 1.2rem / 1 'Cinzel', serif;
	color: #896e29;
	margin: 3px 0;
}

.page-latest .latest-voice-wrap .staff img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}


/*latest-link*/
.page-latest .latest-link {
	color: #a08c59;
	background: #fff url("../img/arrow_gold.png") no-repeat right 20px top 23px / 8px 13px;
	border: 1px solid #baa681;
	border-radius: 60px;
	margin: 20px auto;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
}

.page-latest .latest-link span {
	font-weight: bold;
}

.page-latest .latest-link:hover {
	opacity: 1;
	background: #baa681 url("../img/arrow_white.png") no-repeat right 20px top 23px / 8px 13px;
	color: #fff;
}

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

	.page-latest .latest-area::before {
		height: calc( 100% - 400px );
	}
	
	.page-latest .latest-intro {
		margin: 15px auto 20px auto;
		text-align: left;
	}
	
	.page-latest .latest-subttl {
		font-size: 1.7rem;
		padding: 17px 10px;
		margin: 0 0 10px 0;
	}
	
	.page-latest .latest-list {
		display: block;
		margin-top: 0;
	}
	
	.page-latest .latest-item {
		margin: 30px auto 0;
		width: 100%;
		padding: 0 0 20px;
	}
	
	.page-latest .latest-img .large {
		width: 60%;
		height: 180px;
		line-height: 160px;
	}
	
	.page-latest .latest-img .small {
		display: block;
		align-items: flex-start;
	}
	
	.page-latest .latest-img .small li {
		width: 100%;
		height: 40px;
		line-height: 25px;
		margin: 0 0 7px 0;
	}
	
	.page-latest .latest-img .small li:nth-child(n+3) {
		margin-top: 0;
	}
	
	.page-latest .latest-elements {
		display: block;
		margin: 5px 0 0 0;
		padding: 0 10px;
	}
	
	.page-latest .name-big {
		display: block;
		padding: 0 10px;
	}

	.page-latest .latest-elements .name {
		width: 100%;
	}
	
	.page-latest .latest-elements .price {
		align-items: center;
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 7px 0 0 0;
	}
	
	.page-latest .latest-elements .price-ttl span {
		width: auto;
		padding: 0 5px;
	}
	
	.page-latest .latest-elements .price-num {
		font-size: 3rem;
		margin: 0 0 0 5px;
	}
	
	.page-latest .latest-voice-wrap {
		padding: 0 10px;
	}
	
	.page-latest .latest-voice-wrap .latest-voice {
		padding: 5px 15px 15px;
		min-height: 130px;
	}
	
	.page-latest .latest-voice-wrap .latest-voice-ttl {
		font-size: 1.6rem;
		margin: 15px 0 0 0;
	}
	
	.page-latest .latest-voice .voice-txt {
		font-size: 1.4rem;
		margin: 8px 0 0 0;
		height: 85px;
	}
	
	.page-latest .latest-link {
		margin: 15px auto 0;
		height: 50px;
		max-width: 270px;
		width: auto;
	}

	.page-latest .latest-voice-wrap .staff {
		margin: 5px 0 30px 10px;
	}

	.page-latest .latest-voice-wrap .staff img {
		width: 80px;
		height: 80px;
	}

	.page-latest .latest-voice-wrap .staff .branet_from {
		bottom: -30px;
		font-size: 1.3rem;
	}


}



