@charset "utf-8";

/* トップページ用メインビジュアル */
/* -------------------------------------------------- */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	height: 100%;
}

#topMv {
	width: 100%;
	height: 100%;
	overflow: hidden;
/* 	background-color: #000; */
	position: relative;
}

/* コピー */
#topMvCopy {
	position: absolute;
	width: 100%;
	top: 58%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 89;
}

#topMvCopyHead {
	font-size: 4.3rem;
	line-height: 1.279;
	letter-spacing: 0.475em;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}

#topMvCopylead {
	font-size: 1.4rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}

#topMvCopyLogo {
	text-align: center;
	margin-bottom: 45px;
}

#topMvCopyLogo img {
	width: 248px;
	height: 73px;
}

#topMvCopyForm {
	text-align: center;
}

#topMvCopyForm .linkSquare {
	width: 400px;
	height: 80px;
	line-height: 80px;
	font-size: 2.2rem;
	letter-spacing: 0.275em;
	background-size: 26px 20px;
}

#topMvCopyForm .linkSquare .linkSquareTxt {
	background-size: 26px 20px;
}

/* ファーストビューの縦棒・アニメーションのCSSは最下部に記載 */
#topMvScrollDown .scrollDown {
	z-index: 89;
	position: absolute;
	bottom: 60px;
	left: 50%;
}

/* スライド */
#topMvSlider {
	width: 100%;
	height: 100%;
	z-index: 88;
}

#topMvSlider .sp-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#topMvSlider #topMvSlider1 {
	background-image: url(../img/top/top_slide1_pc.webp);
}
#topMvSlider #topMvSlider2 {
	background-image: url(../img/top/top_slide2_pc.webp);
}
#topMvSlider #topMvSlider3 {
	background-image: url(../img/top/top_slide3_pc.webp);
}

/* コロナお知らせリンク */
#topAnno {
	width: 100%;
	padding: 10px 0;
	background: #a40000;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.01em;
}

#topAnno a {
	display: block;
}


/* 実績 スライダー */
/* -------------------------------------------------- */

#example {
	overflow: hidden; /* IEでのみ横スクロールが出現する問題に対応 */
}

/* デフォルトのスライダーのボタンは隠す */
#example .sp-arrow {
	display: none !important;
}

/* スライダーの中身 */
#example .slideLink {
	text-align: center;
	position: relative;
	display: block;
	height: 300px;
	background: #FFF;
}
#example .slideLink img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

#example .slideInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#example .slideInnerName {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #fff;
	border: solid 1px;
	padding: 40px 20px;
	opacity: 0;
	z-index: 2;
}
	#example .slideLink:hover .slideInnerName {
		opacity: 1;
	}

#example .slideInnerDetail {
	position: absolute;
	bottom: 10px;
	right: 20px;
	background-image: url(../img/common/arrow_white_mini.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px 14px;
	padding-right: 20px;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #fff;
	opacity: 0;
	z-index: 2;
}
	#example .slideLink:hover .slideInnerDetail {
		opacity: 1;
	}


#example .slideInnerBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	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;
}
	#example .slideLink:hover .slideInnerBg {
		opacity: 0.7;
	}


/* 実績 テキスト */
/* -------------------------------------------------- */

#exampleCopy {
	width: 100%;
	height: 325px;
	background-image: url(../img/common/bg_tile2.webp);
	background-repeat: repeat-x;
}

#exampleCopyInner {
	width: 1000px;
	height: 325px;
	background-image: url(../img/common/bg_tile1.webp);
	background-repeat:no-repeat;
	margin: 0 auto;
	padding: 40px 0;
}

#exampleCopyHead {
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #fff;
	margin-bottom: 30px;
}

#exampleCopyBody {
	font-size: 1.8rem;
	line-height: 1.556;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 25px;
}

#arrowSlider {
	float: left;
	margin-top: 15px;
}

#arrowSlider li {
	display: inline-block;
	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;
}
	#arrowSlider li:hover {
		opacity: 0.8;
	}

.arrowSliderLeft, .arrowSliderRight {
	cursor: pointer;
}

.arrowSliderLeft {
	margin-right: 55px;
}

#exampleCopyBtn {
	float: right;
}

#exampleCopyBtn .linkSquare {
	width: 300px;
	height: 55px;
	line-height: 55px;
	border-color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.275em;
}

#exampleCopyBtn .linkSquare .linkSquareTxt {
	color: #fff;
	background-image: url(../img/common/arrow_white_mini.png);
}
	#exampleCopyBtn .linkSquare:hover .linkSquareTxt {
		color: #000;
		background-image: url(../img/common/arrow_black_mini.png);
	}

#exampleCopyBtn .linkSquare:before {
	background-color: #fff;
}


/* area 買取エリアは日本全国 */
/* -------------------------------------------------- */

#area {
	width: 100%;
	background-image: url(../img/common/bg_tile_brown.png);
	padding: 40px 0 10px;
}

#areaInner {
	width: 1000px;
	margin: 0 auto;
}

#areaHead {
	font-size: 3.0rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}

/* 地図 */
#areaMap {
	float: left;
	width: 50%;
	height: 525px;
	background-image: url(../img/top/area_map.webp);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 461px 468px;
	position: relative;
}
#areaMap div {
	position: absolute;
}
	#pin01 {
		top: 0;
		left: 185px;
		opacity: 0;
	}
	#pin02 {
		top: 126px;
		left: 227px;
		opacity: 0;
	}
	#pin03 {
		top: 80px;
		left: 70px;
		opacity: 0;
	}
	#pin04 {
		top: 150px;
		left: 335px;
		opacity: 0;
	}
	#pin05 {
		top: 230px;
		left: 330px;
		opacity: 0;
	}
	#pin06 {
		top: 335px;
		left: 250px;
		opacity: 0;
	}
	#pin07 {
		top: 400px;
		left: 190px;
		opacity: 0;
	}
	#pin08 {
		top: 240px;
		left: 90px;
		opacity: 0;
	}
	#pin09 {
		top: 420px;
		left: 90px;
		opacity: 0;
	}
	#pin10 {
		top: 260px;
		left: 0px;
		opacity: 0;
	}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
 
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
 
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
 
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    -ms-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
 
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
 
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    -ms-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
 
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

#pin01.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin02.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin03.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin04.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin05.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin06.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin07.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin08.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin09.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}
#pin10.active {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	opacity: 1;
}

/* 都道府県一覧 */
#areaPref {
	float: right;
	width: 50%;
	display: table;
	border-spacing: 10px;
	margin-top: 15px;
}

.areaPrefWrap {
	display: table-row;
	width: 100%;
}

.areaPrefHead {
	display: table-cell;
	width: 17%;
	text-align: right;
	vertical-align: middle;
	padding: 15px 15px 15px 0;
	border-right: solid 1px #81785a;
	font-size: 1.7rem;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #dac495;
}

.areaPrefList {
	display: table-cell;
	width: 83%;
	vertical-align: middle;
	padding-left: 10px;
}

.areaPrefList ul {
	letter-spacing: -.4em;
}

.areaPrefList ul li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 20px;
}

.areaPrefList ul li a {
	font-size: 1.4rem;
	line-height: 1.857;
	letter-spacing: 0.075em;
	color: #fff;
}
	.areaPrefList ul li a:hover {
		color: #dac495;
		text-decoration: underline;
	}


/* Audio List 私たちが買取しているオーディオ機器 */
/* -------------------------------------------------- */

#AudioList {
	width: 100%;
	height: 920px;
	background-image: url(../img/common/bg_cdplayer.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 100px 0 0;
}

#AudioListInner {
	width: 510px;
	text-align: center;
	margin-left: auto;
}
#AudioListLead {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #fff;
	margin-bottom: 35px;
}

#AudioListHead {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.150em;
	color: #fff;
	margin-bottom: 75px;
	position: relative;
}
	#AudioListHead:after {
		display: inline-block;
		content: "";
		position: absolute;
		bottom: -35px;
		left: 50%;
		width: 196px;
		height: 3px;
		margin-left: -98px;
		background-color: #93360b;
	}

#AudioListGenre {
	margin-bottom: 45px;
}

#AudioListGenre .linkSquare,
#AudioListBrand .linkSquare {
	width: 100%;
	height: 110px;
	line-height: 110px;
	border-color: #fff;
	font-size: 3.0rem;
	letter-spacing: 0.355em;
}
#AudioListGenre .linkSquare .linkSquareTxt,
#AudioListBrand .linkSquare .linkSquareTxt {
	color: #fff;
	background-image: url(../img/common/arrow_white.png);
	background-size: 26px 20px;
}
	#AudioListGenre .linkSquare:hover .linkSquareTxt,
	#AudioListBrand .linkSquare:hover .linkSquareTxt {
		color: #000;
		background-image: url(../img/common/arrow_black.png);
	}

#AudioListGenre .linkSquare:before,
#AudioListBrand .linkSquare:before {
	background-color: #fff;
}


/* point 4つのポイント */
/* -------------------------------------------------- */

#point {
	width: 100%;
	overflow: hidden;
	margin-top: -1px; /* Edgeだと隙間ができるから */
}
#point ul {
/* 	letter-spacing: -.4em; */
}

#point li {
/*
	display: inline-block;
	letter-spacing: normal;
*/
	float: left;
	width: 25%;
}

#point li img {
	width: 100%;
	height: 100%;
}

#point .pointListInner {
	position: relative;
}

#point .pointHead {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 1;
	top: 50%;
	left: 5%;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.355em;
	color: #fff;
}
	#point .pointHead:after {
		display: inline-block;
		content: "";
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 200px;
		height: 3px;
		margin-left: -5%;
		background-color: #93360b;
	}

#point .pointLead {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: 45px;
	left: 5%;
	font-size: 1.3rem;
	line-height: 1.923;
	letter-spacing: 0.175em;
	color: #fff;
}

#point .pointImg {
	position: relative;
}

#point .pointImg:after {
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	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;	
}
	#point a:hover .pointImg:after {
		opacity: 0;
	}


/* buy 買い取り */
/* -------------------------------------------------- */

#buy {
	width: 100%;
	padding: 50px;
	background-image: url(../img/common/bg_brown.webp);
	background-repeat: repeat-x;
	background-size: contain;
}

#buyLead {
	width: 50%;
	float: right;
	margin-bottom: 30px;
	padding: 0 50px;
	font-size: 1.8rem;
	line-height: 1.556;
	letter-spacing: 0.050em;
	color: #fff;
}

#buyImg {
	width: 50%;
	float: left;
	padding: 0 50px;
	text-align: center;
}

#buyImg .sp-arrow {
	display: none !important; /* デフォルトのスライダーのボタンは隠す */
}

#buyImg img {
	width: 100%;
	max-width: 750px;
	height: auto;
}

#buyType {
	width: 50%;
	float: right;
	padding: 0 50px;
}

/* タブUI */
#buyType .tabSet{
	width: 100%;
	border: solid 1px #dac495;
}

#buyType ul.tabs li {
	float:left;
	width: 50%;
}

#buyType ul.tabs li a {
	display: inline-block;
	width: 100%;
	height: 100px;
	font-size: 3.0rem;
	line-height: 100px;
	letter-spacing: 0.355em;
	color: #dac495;
	text-align: center;
	border-bottom: solid 1px #dac495;
	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;
}
#buyType ul.tabs li a:not(.on):hover{
	opacity: 0.7;
	background-color: rgba(255, 255, 255, 0.1);
}

/* ハイライトされた時 */
#buyType ul.tabs li a.on {
	background: #dac495;
	cursor: default;
	color: #362319;
}

#buyType ul.tabs li a.on:hover {
	text-decoration:none;
}

#buyType .panels {
	min-height:330px;
}

#buyType .panel {
	padding: 30px;
	color: #4d4d4d;
}

/* タブの中身＝買い取り説明 */
.buyTypeContent ul {
	list-style: none;
	padding:0;
	margin-bottom: 40px;
}

.buyTypeContent ul li {
	font-size: 1.8rem;
	line-height: 2.111;
	letter-spacing: 0.050em;
	color: #fff;
	padding-left: 1em; 
	text-indent: -1.1em;
}
	.buyTypeContent ul li:before {
		content: "■";
		color: #d19152;
		font-size: 1.4rem;
		margin-right: 0.25em;
		vertical-align: 0.05em;
	}

.buyTypeLink {
	text-align: center;
}
.buyTypeLink .linkSquare {
	width: 100%;
	max-width: 378px;
	height: 55px;
	border: solid 1px #dac495;
	font-size: 1.6rem;
	line-height: 55px;
	letter-spacing: 0.275em;
	color: #362319;
}

.buyTypeLink .linkSquare .linkSquareTxt {
	color: #362319;
	background-image: url(../img/common/arrow_black.png);
}
	.buyTypeLink .linkSquare:hover .linkSquareTxt {
		color: #dac495;
		background-image: url(../img/common/arrow_gold.png);
	}

.buyTypeLink .linkSquare:before {
	background-color: #431a00;
}

.buyTypeLink .linkSquare:after {
	background-color: #dac495;
}

@media all and (max-width: 1600px) {
	#buyLead {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#buyType ul.tabs li a {
		height: 70px;
		font-size: 2.6rem;
		line-height: 70px;
	}
	.buyTypeContent ul li {
		font-size: 1.6rem;
	}
	#buyType .panels{
		min-height:325px;
	}
}

@media all and (max-width: 1400px) {
	#buy {
		padding: 30px;
	}
	#buyLead {
		margin-bottom: 20px;
		padding: 0 30px;
	}
	#buyImg {
		padding: 0 30px;
	}
	#buyType {
		padding: 0 30px;
	}
	#buyType .panels {
		min-height: 280px;
	}
	#buyType .panel {
		padding: 15px;
	}
}


/* strength 強化買取 */
/* -------------------------------------------------- */

/* タイトル */
#strengthTitle {
	width: 100%;
	background-color: #080401;
	padding-top: 40px;
	height: 200px;
}

#strengthTitleInner {
	width: 940px;
	height: 137px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	background-image: url(../img/common/bg_triangle.webp);
	background-repeat: no-repeat;
	background-size: contain;
}

#strengthTitleLead {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #fff3c8;
	margin-bottom: 20px;
}

#strengthTitleHead {
	font-size: 3.8rem;
	line-height: 1;
	letter-spacing: 0.355em;
	color: #fff3c8;
}

/* アナログ・ハイエンド */
#strengthChoice {
	width: 100%;
	overflow: hidden;
}

#strengthChoice li {
	float: left;
	width: 50%;
}

#strengthChoice a {
	
}

#strengthChoice .strengthChoiceInner {
	position: relative;
}

#strengthChoice .strengthChoiceTxt {
	width: 270px;
	height: 270px;
	position: absolute;
	display: table;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	border: solid 1px #dac495;
	text-align: center;
}

#strengthChoice .strengthChoiceTxtInner {
	width: 270px;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
}

#strengthChoice .strengthChoiceHead {
	font-size: 3.2rem;
	line-height: 1.2;
	letter-spacing: 0.100em;
	color: #dac495;
	margin-bottom: 15px;
}

#strengthChoice .strengthChoiceLead {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #dac495;
}

#strengthChoice img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	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;
}
#strengthChoice a:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}


/* topNews ニュース */
/* -------------------------------------------------- */

#topNews {
	width: 100%;
	background-color: #000;
	padding: 50px 0 100px;
}

#topNewsInner {
	width: 1000px;
	margin: 0 auto;
}

#topNewsTitleLeft {
	float: left;
	margin-bottom: 15px;
}

#topNewsTitleHead {
	display: inline-block;
	font-size: 2.3rem;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #dac495;
	margin-right: 10px;
	vertical-align: middle;
}

#topNewsTitleLead {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #dac495;
}

#topNewsTitleRight {
	float: right;
}

#topNewsTitleLink {
	display: inline-block;
	text-align: center;
	width: 116px;
	height: 28px;
	font-size: 1.2rem;
	line-height: 28px;
	letter-spacing: 0.300em;
	color: #000;
	background-color: #FFF;
}

#topNewsListWrap {
	width: 1000px;
	overflow: hidden;
	padding: 5px 0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#topNewsList {
	height: 280px;
	overflow: auto;
}

#topNewsList li.topNewsListChild {
	padding: 5px 30px 10px 0;
}

#topNewsList li.topNewsListChild:first-child {
	padding-top: 15px;
}

#topNewsList a {
	display: block;
	width: 100%;
	border-bottom: solid 1px #FFF;
	padding-bottom: 15px;
}

#topNewsList .newsDate {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.050em;
	color: #FFF;
	vertical-align: middle;
	margin-right: 5px;
}

#topNewsList .newsCatWrap {
	display: inline-block;
}

#topNewsList .newsCat {
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.6;
	letter-spacing: 0.050em;
	color: #333333;
	background-color: #dac495;
	padding: 2px 12px;
	vertical-align: middle;
	margin-right: 12px;
}

#topNewsList .newsName {
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.050em;
	color: #FFF;
	margin-top: 10px;
}


/* スクロールバーのスタイル */
#topNewsList .jspVerticalBar {
	width: 5px;
	right: 0;
}
#topNewsList .jspTrack {
	background-color: #fff;
}
#topNewsList .jspDrag {
	background: #3f1300;
}


/* topNews お客様の声・よくある質問 */
/* -------------------------------------------------- */

#closing {
	width: 100%;
	background-image: url(../img/common/bg_wood.webp);
	background-size: contain;
}

#closingVoice {
	width: 50%;
	float: left;
	padding: 20px;
}

#closingFaq {
	width: 50%;
	float: right;
	padding: 20px;
}

#closingVoice .linkSquare,
#closingFaq .linkSquare {
	height: 114px;
	padding-top: 38px;
}

#closingVoice .linkSquare .linkSquareTxt,
#closingFaq .linkSquare .linkSquareTxt {
	font-size: 3.0rem;
	line-height: 0.8;
	letter-spacing: 0.355em;
	color: #dac495;
	background-size: 25px 20px;
}
	#closingVoice .linkSquare:hover .linkSquareTxt,
	#closingFaq .linkSquare:hover .linkSquareTxt {
		color: #3d0f00;
		background-image: url(../img/common/arrow_black.png);
	}

#closingVoice .linkSquare .linkSquareTxt span,
#closingFaq .linkSquare .linkSquareTxt span	{
	font-size: 1.3rem;
	letter-spacing: 0.175em;
	color: #dac495;
}
	#closingVoice .linkSquare:hover .linkSquareTxt span,
	#closingFaq .linkSquare:hover .linkSquareTxt span {
		color: #3d0f00;
	}

/* 買取実績 */
/* -------------------------------------------------- */
#works {
	padding: 100px 0 50px;
}

.areaHead {
	text-align: center;
	position: relative;
	padding-bottom: 65px;
}

.areaHead::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #dac495;
}

.areaLead {
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #dac495;
	margin-bottom: 10px;
}

.areaTitle {
	display: inline-block;
	font-size: 2.3rem;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #dac495;
}

#areaBuy {
	padding-bottom: 20px;
	margin-right: -25px;
	letter-spacing: -0.3em;
}

#areaBuy .buy {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 25px 30px 0 ;
}

#areaBuy .buy a {
	color: #333333;
	display: block;
}

#areaBuy .dateYMD {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.300em;
	color: #fff;
	margin-bottom: 5px;
}

#areaBuy .butImg {
	width: 230px;
	height: 230px;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}

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

#areaBuy .butCat {
	background-color: #a6937c;
	margin: 5px 0;
	padding: 10px 10px 5px 10px;
}

#areaBuy .butCat .singleCate {
	float: left;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0em;
	color: #15110f;
	background-color: #e3d8ca;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#areaBuy .buytit {
	clear: both;
	padding: 10px;
	background: #362e2b;
	font-size: 1.4rem;
	line-height: 1.143;
	letter-spacing: 0em;
	color: #fff;
}

.sp-previous-arrow::before,
.sp-previous-arrow::after {
	display: none;
}

.sp-next-arrow::before,
.sp-next-arrow::after {
	display: none;
}

.sp-previous-arrow {
	width: 60px;
	height: 60px;
	background: url(../img/area/works_arrow_left.svg) 0 0 no-repeat;
}

.sp-next-arrow {
	width: 60px;
	height: 60px;
	background: url(../img/area/works_arrow_right.svg) 0 0 no-repeat;
}



/* -------------------------------------------------- */
/* スクロールバー */
/* -------------------------------------------------- */
.scrollDown:after {
	content: "";
	position: absolute;
/* 	bottom: -80px; */
	left: 50%;
	margin-left: -1px;
	width: 1px;
/* 	height: 160px; */
	height: 60px;
	background: #FFF;
	-webkit-animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */
	-moz-animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */
	-o-animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */
	animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */

}

@-webkit-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}
@-moz-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}
@-o-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}
@keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}