@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: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 89;
}

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

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

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

#topMvCopyLogo img {
	width: 124px;
	height: 36.5px;
}

#topMvCopyForm {
	text-align: center;
}

#topMvCopyForm .linkSquare {
	width: 220px;
	height: 41px;
	letter-spacing: 0.275em;
	background-size: 26px 20px;
}

#topMvCopyForm .linkSquare .linkSquareTxt {
	font-size: 1.4rem;
	line-height: 41px;
	background-position: right 10px center;
	background-size: 16px 12.5px;
}

/* ファーストビューの縦棒・アニメーションのCSSは最下部に記載 */
#topMvScrollDown .scrollDown {
	z-index: 89;
	position: absolute;
	bottom: 124px;
	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_sp.jpg);
}
#topMvSlider #topMvSlider2 {
	background-image: url(../img/top/top_slide2_sp.jpg);
}
#topMvSlider #topMvSlider3 {
	background-image: url(../img/top/top_slide3_sp.jpg);
}

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

#topAnno a {
	display: block;
}

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

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

/* スライダーの中身 */
#example .slideLink {
	text-align: center;
	position: relative;
	display: block;
	height: 300px;
}
#example .slideLink img {
	width: 100%;
	height: auto;
}

#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 .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;
}


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

#exampleCopy {
	width: 100%;
}

#exampleCopyInner {
	width: 100%;
	background-image: url(../img/common/bg_tile1_sp.webp);
	background-repeat:no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 15px;
	padding-bottom: 40px;
}

#exampleCopyHead {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #fff;
	margin-bottom: 20px;
}

#exampleCopyBody {
	font-size: 1.4rem;
	line-height: 1.286;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 25px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#arrowSliderSp {
	text-align: right;
	margin-bottom: 20px;
}

#arrowSliderSp 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;
}
	#arrowSliderSp li:hover {
		opacity: 0.8;
	}

#arrowSliderSp img {
	width: 22.5px;
	height: 16.5px;
}

.arrowSliderLeft, .arrowSliderRight {
	cursor: pointer;
}

.arrowSliderLeft {
	margin-right: 30px;
}

#exampleCopyBtn {
	text-align: center;
}

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

#exampleCopyBtn .linkSquare .linkSquareTxt {
	font-size: 1.4rem;
	line-height: 41px;
	color: #fff;
	background-image: url(../img/common/arrow_white_mini.png);
	background-position: right 12px center;
	background-size: 16px 12.5px;
}

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


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

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

#areaInner {
	width: 100%;
	margin: 0 auto;
}

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

/* 地図 */
#areaMap {
	width: 300px;
	height: 300px;
	margin: 0 auto 20px;
	background-image: url(../img/top/area_map.webp);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

#areaMap img {
	width: 60%;
	height: auto;
}

#areaMap div {
	position: absolute;
}
#pin01 {
	top: 0;
	left: 110px;
	opacity: 0;
}
#pin02 {
	top: 70px;
	left: 130px;
	opacity: 0;
}
#pin03 {
	top: 50px;
	left: 40px;
	opacity: 0;
}
#pin04 {
	top: 90px;
	left: 150px;
	text-align: right;
	opacity: 0;
}
#pin05 {
	top: 140px;
	left: 140px;
	text-align: right;
	opacity: 0;
}
#pin06 {
	top: 210px;
	left: 130px;
	opacity: 0;
}
#pin07 {
	top: 240px;
	left: 100px;
	opacity: 0;
}
#pin08 {
	top: 140px;
	left: 50px;
	opacity: 0;
}
#pin09 {
	top: 260px;
	left: 30px;
	opacity: 0;
}
#pin10 {
	top: 180px;
	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 {
	width: 100%;
	display: table;
	border-spacing: 10px;
	padding: 0 5px;
}

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

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

.areaPrefList {
	display: table-cell;
	width: calc(100% - 70px);
	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.2rem;
	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%;
	background-image: url(../img/common/bg_cdplayer_sp.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #000;
}

#AudioListInner {
	width: 100%;
	text-align: center;
	margin-left: auto;
	padding: 230px 15px 50px;
}

#AudioListLead {
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.175em;
	color: #fff;
	margin-bottom: 35px;
}

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

#AudioListGenre {
	margin-bottom: 10px;
}

#AudioListGenre .linkSquare,
#AudioListBrand .linkSquare {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-color: #fff;
	font-size: 1.5rem;
	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:before,
#AudioListBrand .linkSquare:before {
	background-color: #fff;
}


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

#point {
	width: 100%;
	overflow: hidden;
}
#point ul {
}

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

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

#point .pointListInner {
	position: relative;
}

#point .pointHead {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 1;
	bottom: 30px;
	left: 15px;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.355em;
	color: #fff;
}
	#point .pointHead:after {
		display: inline-block;
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 125px;
		height: 1.5px;
		margin-left: -15px;
		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;
}


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

#buy {
	width: 100%;
}

#buyLead {
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.286;
	letter-spacing: 0.050em;
	color: #fff;
	padding: 30px 15px;
	background-image: url(../img/common/bg_brown1_sp.webp);
	background-repeat: repeat-x;
	background-size: contain;
	text-align: justify;
	text-justify: inter-ideograph;
}

#buyImgTypeWrap {
	background-image: url(../img/common/bg_brown2_sp.webp);
	background-size: contain;
}

#buyImg {
	width: 100%;
	text-align: center;
	padding: 20px 15px;
}

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

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

#buyType {
	width: 100%;
	padding: 0 15px 20px;
}

/* タブ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: 50px;
	font-size: 1.5rem;
	line-height: 50px;
	letter-spacing: 0.355em;
	color: #dac495;
	text-align: center;
	border-bottom: solid 1px #dac495;
}

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

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

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

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

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

.buyTypeLink {
	text-align: center;
	display: table;
	width: 100%;
}

.buyTypeLink a {
}

.buyTypeLink .linkSquare {
	width: 100%;
	max-width: 378px;
	height: 55px;
	border: solid 1px #dac495;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.275em;
	color: #362319;
	display: table-cell;
	vertical-align: middle;
}

.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;
}


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

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

#strengthTitleInner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../img/common/bg_triangle.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 45px 0 10px;
}

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

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

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

#strengthChoice li {
	width: 100%;
}

#strengthChoice a {
	
}

#strengthChoice .strengthChoiceInner {
	position: relative;
}

#strengthChoice .strengthChoiceTxt {
	width: 135px;
	height: 135px;
		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: 135px;
	height: 135px;
	display: table-cell;
	vertical-align: middle;
}

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

#strengthChoice .strengthChoiceLead {
	font-size: 1.0rem;
	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;
}


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

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

#topNewsInner {
	width: 100%;
	margin: 0 auto;
}

#topNewsTitle {
	margin-bottom: 5px;
	padding: 0 15px;
}

#topNewsTitleLeft {
	float: left;
}

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

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

#topNewsTitleRight {
	float: right;
}

#topNewsTitleLink {
	display: inline-block;
	text-align: center;
	width: 85px;
	height: 21px;
	font-size: 1.0rem;
	line-height: 21px;
	letter-spacing: 0.300em;
	color: #333;
	background-color: #FFF;
}

#topNewsListWrap {
	width: 100%;
	overflow: hidden;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

#topNewsList {
	height: 220px;
	overflow: auto;
	background-color: #000;
}

#topNewsList li.topNewsListChild {
	padding: 5px 5px 10px 15px;
}
	#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.3rem;
	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: 0.9rem;
	line-height: 1.6;
	letter-spacing: 0.050em;
	color: #333333;
	background-color: #dac495;
	padding: 1px 6px;
	vertical-align: middle;
	margin-right: 12px;
}

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


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


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

#closing {
	width: 100%;
	background-image: url(../img/common/bg_wood.jpg);
	background-size: contain;
	padding: 20px 15px;
}

#closingVoice {
	width: 100%;
	margin-bottom: 5px;
}

#closingFaq {
	width: 100%;
}

#closingVoice .linkSquare,
#closingFaq .linkSquare {
	height: 57px;
	padding-top: 17px;
}

#closingVoice .linkSquare .linkSquareTxt,
#closingFaq .linkSquare .linkSquareTxt {
	font-size: 1.5rem;
	line-height: 0.9;
	letter-spacing: 0.355em;
	color: #dac495;
	background-position: right 10px center;
	background-size: 16px 12.5px;
}

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

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

.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: 55px;
	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);
	}
}
