@charset "utf-8";

/* --------------------------------------------------
   PC styles from ../single-buylist_pc.css
-------------------------------------------------- */
@media print, screen and (min-width: 640px) {
	/* -------------------------------------------------- */
	/* 買い取り実績詳細 */
	/* -------------------------------------------------- */
	/* メインイメージ */
	.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 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;
		color: #fff;
		cursor: pointer;
		background-color: #000;
	}
	
	#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;
		}
	}
	
	
	/* 詳細情報 */
	#achievementSe1 {
		width: 1000px;
		margin: 0 auto 100px;
		line-height: 1.4;
		padding-top: 50px;
		color: #fff;
	}
	
	#achievementSe1 h1 {
		display: block;
		font-size: 2.8rem;
		line-height: 1.143;
		letter-spacing: 0em;
		margin: 0 0 30px 0;
	}
	
	#achievementTxt {
		font-size: 1.8rem;
		line-height: 1.333;
	}
	
	#achievementTxt p {
		padding-bottom: 1em;
	}
	
	
	#achievementTxt p a>img {
		display: block;
		margin: 30px auto 0;
		width: 400px;
		height: auto;
	}
	
	/*
	#achievementSe1L {
		width: 470px;
		margin: 0;
		float: left;
	}
	
	#contL {
		position: relative;
	}
	
	.achievementImg {
		margin: 0 0 20px 0;
	}
	*/
	
	
	/* Right */
	/*
	#achievementSe1R {
		width: 470px;
		margin: 0 0 0 40px;
		float: left;
	}
	
	#contR {
		position: relative;
		padding: 0;
		margin: 0;
	}
	*/
	
	#achievementDate {
		font-size: 1.6rem;
		text-align: right;
		border-bottom: 1px solid #fff;
		margin: 0 0 30px 0;
		padding: 0 0 10px 0;
	}
	
	#achievementDate #date {
		float: right;
	}
	
	#singleCateWrap {
	/* 	width: 320px; */
		float: left;
	}
	
	.singleCate {
		border: 1px solid #dac495;
		color: #dac495;
		float: left;
		margin: 0 5px 5px 0;
		padding: 0 5px;
	}
	
	
	.link {
		padding: 20px 0;
		font-size: 133%;
		line-height: 1.6;
	}
	
	
	/* ページャー */
	#pager2 {
		box-sizing: border-box;
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 60px;
		text-align: center;
		font-size: 134%;
		color: #dac495;
		padding: 30px 20px 0;
		clear: both;
	}
	
	#pager2 ul {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#pager2 li {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}
	
	#pager2 li:empty {
		display: none;
	}
	
	#pager2 a {
		display: inline-flex;
		text-decoration: none;
	}
	
	#pager2 span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-width: 48px;
		min-height: 42px;
		padding: 6px 18px;
		border: 1px solid #dac495;
		color: #dac495;
		line-height: 1.4;
	}
	
	#pager2 .active span,
	#pager2 a:hover span {
		background-color: #dac495;
		color: #FFFFFF;
	}
	
	#pager2 img {
		display: block;
		width: auto;
		height: auto;
		vertical-align: middle;
	}
}

/* --------------------------------------------------
   SP styles from ../single-buylist_sp.css
-------------------------------------------------- */
@media screen and (max-width: 639px) {
	/* -------------------------------------------------- */
	/* お知らせ詳細ページ */
	/* -------------------------------------------------- */
	
	/* リセット */
	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: 100%;
		margin: 0 auto;
		padding: 15px;
	}
	
	#achievementSelect li {
		width: 100%;
		margin-bottom: 2%;
		display: table;
		vertical-align: middle;
	}
	
	#achievementSelect li:first-child {
		margin-right: 15px;
	}
	
	#achievementSelect p {
		width: 35%;
		display: table-cell;
		font-size: 1.4rem;
		text-align: right;
		padding-right: 3%;
		vertical-align: middle;
	}
	
	.selectArea {
		width: 60%;
		overflow: hidden;
		display: table-cell;
		border: 3px solid #fff;
		text-align: left;
		vertical-align: middle;
	}
	
	#achievementSelect select {
		width: 110%;
		padding: 3% 2%;
		font-size: 1.4rem;
		border: none;
		background: url(../../img/pc_achievement_img1.png) 85% 50% no-repeat transparent;
		-webkit-background-size: 7px 6px;
		background-size: 7px 6px;
		color: #fff;
		background-color: #000;
	}
	
	
	/* slider */
	/* -------------------------------------------------- */
	#blogSe1L {
		margin-bottom: 3%;
	}
	
	#contL button.slick-prev,
	#contL button.slick-next {
		width: 34px;
		height: 44px;
		position: absolute;
		top: 75px;
		z-index: 5;
		margin: 17px 0 0 0;
		border: none;
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		text-indent: -9999px;
		cursor: pointer;
	}
	
	#contL button.slick-prev {
		left: -1%;
		background-image: url(../../img/sp_slider1_pre.jpg);
	}
	
	#contL button.slick-next {
		right: -1%;
		background-image: url(../../img/sp_slider1_next.jpg);
	}
	
	/* #blogSe1 */
	/* -------------------------------------------------- */
	#blogSe1 {
		width: 90%;
		margin: 0 auto 10%;
		color: #666666;
	}
	
	#singleCateWrap {
		padding-bottom: 10px;
	}
	
	.achievementImg {
		padding: 10px;
	}
	
	#contR {
		padding: 15px;
	}
	
	#singleCateWrap a {
		display: inline-block;
		padding: 3px 10px;
		margin: 0 2px 2px 0;
		font-size: 100%;
		color: #dac495;
		border: 1px solid #dac495;
	}
	
	#date {
		padding-bottom: 1%;
		margin-bottom: 5%;
		border-bottom: 1px solid #CCCCCC;
	}
	
	#contR h2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	
	#achievementTxt {
		padding-bottom: 30px;
		font-size: 1.2rem;
	}
	
	#achievementTxt p a>img {
		display: block;
		margin: 20px auto 0;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	/* ページャー */
	#pager2.pc {
		display: none !important;
	}
	
	.pager1.sp {
		display: block !important;
		width: 90%;
		margin: 28px auto 45px;
		text-align: center;
	}
	
	.pager1.sp ul {
		display: flex !important;
		align-items: stretch;
		justify-content: center;
		gap: 8px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.pager1.sp li {
		display: flex;
		align-items: stretch;
		justify-content: center;
		min-width: 0;
	}
	
	.pager1.sp li:empty {
		display: none;
	}
	
	.pager1.sp a {
		display: inline-flex;
		text-decoration: none;
	}
	
	.pager1.sp span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		min-height: 40px;
		padding: 7px 14px;
		border: 1px solid #dac495;
		color: #dac495;
		line-height: 1.35;
	}
	
	.pager1.sp img {
		display: block;
		width: auto;
		height: auto;
	}
}
