@charset "utf-8";

/* -------------------------------------------------- */
/* 買取実績 */
/* -------------------------------------------------- */
/* メインイメージ */
.fv {
	background-image: url(../img/fv_bg_achievement.webp);
}

/* リセット */
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
}

/* ジャンル・ブランド・月別アーカイブのセレクター */
#achievementSelect {
	width: 1000px;
	display: block;
	margin: 0 auto 10px;
}

#achievementSelect.taxonomyBuylist {
	margin-bottom: 75px
}

#achievementSelect ul {
	width: 100%;
	float: right;
	text-align: right;
}

#achievementSelect li {
	display: inline-block;
	margin-left: 15px;
}

#achievementSelect li:first-child {
	margin-left: 0;
}

/*
#achievementSelect .allList {
	vertical-align: top;
	padding: 10px 15px;
	margin: 25px 0 0 0;
}

#achievementSelect .allList a span {
	padding-right: 20px;
	background: url(../img/icon4.png) right center no-repeat;
	font-size: 150%;
	color: #097c25;
	font-weight: bold;
}

#achievementSelect .allList a span:hover {
	text-decoration: underline;
}
*/

#achievementSelect p {
	margin-bottom: 4px;
	font-size: 1.4rem;
	text-align: left;
}

.selectArea {
	width: 226px;
	overflow: hidden;
	border: 3px solid #eeeeee;
	text-align: left;
}

#achievementSelect select {
	width: 220px;
	padding: 10px 15px;
	font-size: 1.6rem;
	border: none;
	background-image: url(../img/pc_achievement_img1.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 11px 9px;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}


#achievementSelect select {
	width: 284px\9;
}

#achievementSelect select:not(:target) {
	width: 284px\9;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #achievementSelect select {
		width: 284px;
	}
}

/* 実績一覧 */
#achievementListSe1 {
	width: 1000px;
	margin: 0 auto 30px;
	line-height: 1.4;
}
.achievementListIn1 {
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}

a:hover .achievementListIn1 {
	background-color: #362e2b;
}

.achievementListIn1 {
	padding: 40px 50px 30px 15px;
}

.achievementListP {
	width: 240px;
	height: 180px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	background: #FFF;
}

.achievementListP img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.achievementListIn1 ul {
	width: 665px;
	display: block;
	float: left;
	color: #fff;
}

.catBox {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 5px;
}

/*
.catBox span {
	display: inline-block;
	padding: 3px 5px;
	margin-left: 3px;
	border: 1px solid #da2805;
	color:  #da2805;
}
*/

.catBox span:first-child {
	margin-left: 0;
}

.catBox li {
	display: inline-block;
	padding: 0px 10px;
	margin-right: 5px;
	color: #dac495;
	border: 1px solid;
}

.catTime {
	display: inline-block;
	margin-right: 25px;
}

.achievementListIn1 ul.catBox {
	width: auto;
	display: inline-block;
	float: none;
}

.achievementTtl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 1.083;
}
.achievementCont {
	font-size: 1.6rem;
	line-height: 1.5;
}

.achievementDate {
	font-size: 1.6rem;
}


/* ジャンル・ブランドの説明 */
#summery {
	width: 1000px;
	margin: 0 auto 60px;
}
#summeryInner {
	border: solid 1px #dac495;
}

#summeryTxt {
	float: left;
	width: 610px;
	padding: 40px 0px 40px 30px;
}

#summeryTxtHead {
	font-size: 3.0rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #dac495;
	margin-bottom: 35px;
}

#summeryTxtBody {
	font-size: 1.5rem;
	line-height: 1.733;
	letter-spacing: 0.100em;
	color: #fff;
}

#summeryImg {
	float: right;
	padding: 70px;
	width: 380px;
}

#summeryImg img {
	width: 100%;
	height: auto;
}

/* 一覧の上の見出し */
#achievementListTitle {
	font-size: 3.0rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #dac495;
	padding-bottom: 10px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
}


/* 不明 */
#waitKaitori {
	font-size: 1.200rem;
	color: #AA0000;
	padding-bottom: 10px;
}

#backAchievement {
	padding-left: 10px;
	background: url(../img/sp_icon3.png) 0 center no-repeat;
	-webkit-background-size: 5px 10px;
	background-size: 5px 10px;
}

#backAchievement a {
	color: #0A7C25;
}

#noItem {
	padding: 30px 0;
	text-align: center;
}

#noItemIn {
	display: inline-block;
	text-align: left;
}
