@charset "UTF-8";

/*　ファーストビュー　*/
.first_view_section .inn {
	position: relative;
}

.first_view_section .inn .pict {
	width: 100%;
}

.first_view_section .inn .pict img {
	display: block;
	width: 100%;
}

.first_view_section .inn .pict .slide-item .sp {
	display: none !important;
}

.first_view_bottom {
	text-align: center;
	background: -moz-linear-gradient(#FF9400 0%, #D03200 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9400), to(#D03200));
	background: -webkit-linear-gradient(#FF9400 0%, #D03200 100%);
	background: -o-linear-gradient(#FF9400 0%, #D03200 100%);
	background: linear-gradient(#FF9400 0%, #D03200 100%);
	padding-top: 100px;
}

.first_view_bottom .inn {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.first_view_bottom .kirari {
	mix-blend-mode: screen;
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.first_view_bottom .kirari01 {
	top: 50%;
	left: 36%;
}

.first_view_bottom .kirari02 {
	bottom: 6%;
	left: 59%;
}

.first_view_bottom .kirari03 {
	top: 50%;
	left: 78%;
}

.first_view_slider_area {
	position: absolute;
	top: 100%;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
}

.first_view_slider .slick-dots{
  bottom: -50px;
}

.first_view_slider .slick-dots li button:before{
	font-size: 13px;
  	color: #aaa;
  	opacity: 1;
}

.first_view_slider .slick-dots li.slick-active button:before{
  	color: #0058AA;
  	opacity: 1;
}


/* ファーストビュー下 テキスト */
.section_top_txt{
	padding: 95px 0 0;
}

.section_top_txt h2{
	font-size: 47px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 28px;
	color: #EA5406;
}

.section_top_txt p{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
	text-align: center;
}


/*　主要取扱メーカー　*/
.maker_section {
	padding-top: 0;
	padding-bottom: 30px;
	border-bottom: solid 10px #000;
}

.maker_section .title {
	text-align: center;
	position: relative;
	top: -45px;
}

.maker_section .title span {
	font-size: 40px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	border-radius: 10px;
	padding: 10px 20px;
}

.maker_section .sub_title {
	font-size: 30px;
	text-align: center;
}

.maker_box {
	background-color: #fff;
	padding: 40px 0;
	margin: 30px 0;
}

.maker_box .txt {
	width: 92%;
	max-width: 800px;
	font-size: 18px;
	line-height: 1.8;
	margin: 40px auto 0;
}

.maker_section .maker_txt {
	font-size: 16px;
	text-align: center;
}

/*　選ばれる4つの理由　*/
.reason_section {
	position: relative;
	padding: 60px 0 95px;
}

.reason_section:before {
	content: "";
	width: 100%;
	height: 540px;
	background-image: url("../img/top/top_reason_bg_pc.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

.reason_section .title_box {
	text-align: center;
	margin-bottom: 56px;
	position: relative;
}

.reason_section .title_box .title {
	margin: 0 auto 36px;
}

.reason_section .title_box .txt {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.7;
}

.reason_section .wrap {
	position: relative;
}

.reason_section .reason_list {
	justify-content: space-between;
	margin-bottom: 60px;
}

.reason_section .reason_list .item {
	position: relative;
	width: 33%;
	max-width: 380px;
	padding: 25px 25px 30px;
	box-sizing: border-box;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.reason_section .reason_list .item .reason_section .reason_list .item .pict {
	text-align: center;
}

.reason_section .reason_list .item .title {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.27;
	text-align: center;
	color: #EA5406;
	margin: 17px auto 14px;
}

.reason_section .reason_list .item .txt {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.06em;
	line-height: 1.75;
}

.reason_section .reason_list .item .number {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 35px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(135deg, #EA9206 15%, #ea5406 50%, transparent 50%);
	padding: 5px 0 0 20px;
	width: 100px;
	height: 100px;
}

.reason_section .btn a {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	border: 3px solid #000000;
	border-radius: 50px;
	background: linear-gradient(to bottom, #FFD848 50%, #FBC600 50%);
	box-shadow: 0 7px 0 #000000;
	width: 100%;
	max-width: 520px;
	padding: 22px 0 26px;
	margin: 0 auto;
	transition: all .3s;
}

.reason_section .btn a::after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../img/top/btn_arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}

.reason_section .btn a:hover {
	box-shadow: 0 2px 0 #000;
	-webkit-transform: translate(0, 0.25rem);
	transform: translate(0, 0.25rem);
}

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

	/*　ファーストビュー　*/
	.first_view_slider .item {
		height: 120px;
	}

	/*　買取対象商品　*/
	.subject_list_section .wrap:after {
		width: 580px;
		height: 270px;
	}
}

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

	/*　ファーストビュー　*/
	.first_view_bottom {
		padding-top: 60px;
	}
}

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

	/*　ファーストビュー　*/
	.first_view_section .inn .pict .slide-item .pc {
		display: none !important;
	}

	.first_view_section .inn .pict .slide-item .sp {
		display: block !important;
	}

	.first_view_slider .slick-dots{
		bottom: -8vw;
	}

	.first_view_slider .slick-dots li button:before{
		font-size: 2.93333vw;
	}

	.first_view_bottom {
		padding-bottom: 20px;
		border-bottom: solid 10px #000;
	}

	.first_view_bottom .inn .first_view_title {
		width: 92%;
		margin: 0 auto;
	}

	.first_view_title img.sp {
		display: inline-block;
		text-align: center;
	}

	.first_view_bottom .kirari {
		display: none;
	}

	/* ファーストビュー下 テキスト */
	.section_top_txt{
		padding: 6.4vw 0 0;
	}

	.section_top_txt h2{
		font-size: 6.933333vw;
		margin: 0 auto 4.8vw;
	}

	.section_top_txt p{
		font-size: 3.733334vw;
		line-height: 1.57;
	}

	/*　主要取扱メーカー　*/
	.maker_section {
		padding-bottom: 20px;
	}

	.maker_section .title {
		top: -32px;
	}

	.maker_section .title span {
		font-size: 20px;
	}

	.maker_section .sub_title {
		font-size: 16px;
		margin-top: -20px;
	}

	.maker_list_area .maker_pict {
		width: 92%;
		margin: 0 auto;
		text-align: center;
	}

	.maker_box {
		margin: 20px 0;
	}

	.maker_box .txt {
		font-size: 13px;
	}

	.maker_section .maker_txt {
		width: 92%;
		font-size: 13px;
		line-height: 1.8;
		margin: 0 auto;
	}

	/*　選ばれる3つの理由　*/
	.reason_section {
		padding: 8vw 0 10.668vw;
	}

	.reason_section:before {
		height: 71.46667vw;
		background-image: url("../img/top/top_reason_bg_sp.jpg");
	}

	.reason_title_box {
		position: relative;
	}

	.reason_section .title_box {
		margin: 0 auto 6.667vw;
	}

	.reason_section .title_box .title {
		max-width: 85.33334vw;
		margin: 0 auto 4.8vw;
	}

	.reason_section .title_box .txt {
		font-size: 3.7334vw;
		margin: 0;
	}

	.reason_section .reason_list {
		flex-wrap: wrap;
		gap: 2.667vw;
		margin-bottom: 5.334vw;
	}

	.reason_section .reason_list .item {
		display: flex;
		align-items: center;
		gap: 3.2vw;
		padding: 1.6vw;
		width: 100%;
		box-shadow: 0 0.8vw 0 rgba(0, 0, 0, 0.16);
	}

	.reason_section .reason_list .pict {
		width: 44vw;
	}

	.reason_section .reason_list .pict img {
		width: 100%;
	}

	.reason_section .reason_list .sp_txt {
		flex: 1;
	}

	.reason_section .reason_list .item .title {
		font-size: 4vw;
		text-align: left;
		margin: 0 0 0.8vw;
	}

	.reason_section .reason_list .item .txt {
		font-size: 3.46663vw;
		line-height: 1.31;
		text-align: left;
	}

	.reason_section .reason_list .item .number {
		font-size: 5.334vw;
		padding: 0.8vw 0 0 2.933vw;
		width: 14.666vw;
		height: 14.666vw;
	}

	.reason_section .btn a {
		font-size: 4vw;
		letter-spacing: 0.04em;
		border: 0.533vw solid #000000;
		border-radius: 5.866vw;
		box-shadow: 0 0.8vw 0 #000000;
		width: 100%;
		max-width: 66.666vw;
		padding: 2.667vw 0 2.4vw;
	}

	.reason_section .btn a::after {
		content: "";
		width: 5.60005vw;
		height: 5.60005vw;
		top: 50%;
		transform: translateY(-50%);
		right: 2.6667vw;
	}

	.reason_section .btn a:hover {
		box-shadow: 0 0 0 #000;
	}

	.reason_section .bnr {
		margin-top: 40px;
	}

	.reason_section .bnr img.pc {
		display: none;
	}

	.reason_section .bnr img.sp {
		display: inline-block;
	}
}