@charset "utf-8";
/* CSS Document */

/* -- topSe2 -- */
.topSe2 {
	margin-bottom: 100px;
	padding: 4.2%;
	background-color: #f2f2f2;
}

.se2Img {
	width: 610px;
	padding-right: 50px;
	display: inline-block;
}

.se2Txt {
	width: calc(100% - 660px);
	text-align: left;
	display: inline-block;
}

@media screen and (max-width:1400px) {
	.se2Img {
		width: 500px;
		padding-right: 50px;
		display: inline-block;
	}

	.se2Txt {
		width: calc(100% - 550px);
		text-align: left;
		display: inline-block;
	}

	.se2Img,
	.se2Txt {
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width:1100px) {
	.se2Img {
		width: 100%;
		display: block;
		padding: 0 0 50px 0;
	}

	.se2Txt {
		width: 100%;
		text-align: left;
		display: block;
	}

	.se2Img,
	.se2Txt {
		display: inline-block;
		vertical-align: top;
	}
}

@media screen and (max-width:1600px) {
	.se2Txt br {
		display: none;
	}
}

.se2Img img {
	width: 100%;
	height: auto;
}

.se2Txt h2 {
	margin-bottom: 36px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width:1510px) {
	.se2Txt h2 {
		margin-bottom: 26px;
	}
}

.se2Txt .se2TxtIn {
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
}



/* -- 買取価格表 -- */
.kaitoriBnr {
	margin-bottom: 100px;
}

.kaitoriBnr {
	width: 1080px;
	height: 172px;
}

@media screen and (max-width:1160px) {
	.kaitoriBnr {
		width: 100%;
		height: 15vw;
	}
}

.kaitoriBnrBlock {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0 0 40px;
	background: url("../img/top_bnr_pc.jpg") no-repeat 0 0;
	transition: all .3s ease-in-out;
}

@media screen and (max-width:1160px) {
	.kaitoriBnrBlock {
		padding: 10px 0 0 20px;
		background-size: contain;
	}
}

.kaitoriBnrBlock:hover {
	opacity: 0.7;
}

.prcTxt {
	margin-bottom: 8px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}

.prcMainTxt {
	font-size: 6.6rem;
	font-weight: 900;
	letter-spacing: 0.34em;
	color: #ffc815;
}

/* -- 強化買取商品情報 -- */
.topSe3 {
	margin-bottom: 100px;
}

.topSe3 h3 {
	margin-bottom: 48px;
	text-align: center;
}

.topSe3 .txtBg {
	position: relative;
	z-index: 2;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.topSe3 .txtBg:after {
	position: absolute;
	bottom: 0;
	left: -0.05em;
	z-index: -1;
	content: "";
	width: 100%;
	height: 24px;
	background-color: #ffc815;
}

.se3In {
	width: 100%;
	padding: 35px 55px 55px;
	border: 6px solid #000;
	-webkit-overflow-scrolling: touch;
}

.se3In .scrollArea {
	height: 760px;
}

.topKyoka {
	width: 97%;
}

.topKyoka a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.topKyoka a:hover .kyokaListTtl,
.topKyoka a:hover .kyokaListExc {
	color: #ffc815;
}

.kyokaImg,
.kyokaIn {
	display: inline-block;
	vertical-align: middle;
}

.kyokaImg {
	width: 150px;
	margin-right: 48px;
}

.kyokaImg img {
	width: 100%;
}

.kyokaIn {
	width: 100%;
	max-width: 720px;
}

.kyokaIn .kyokaListTtl {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 5px;
	transition: all .3s ease-in-out;
}

.kyokaIn .kyokaListExc {
	font-size: 1.4rem;
	line-height: 1.3;
	transition: all .3s ease-in-out;
}

.topKyoka a:hover .kyokaIn .kyokaListTtl:nth-last-of-type(1) {
	color: #ffc815;
}

.kyokaIn .genre {
	display: inline-block;
	padding: 8px 10px;
	margin-bottom: 12px;
	font-size: 1.5rem;
	line-height: 1.0;
	color: #666;
	border: 1px solid #666;
}



/* -- 電動工具の買取方法について -- */
.topSe4 {
	width: 91.6%;
	padding: 4.2% 2.8%;
	margin: 0 auto 100px;
	background-color: #f2f2f2;
}

.se4Lt,
.se4Rt {
	display: inline-block;
	vertical-align: middle;
}

.se4Lt {
	width: 53.4%;
}

@media screen and (max-width:1279px) {
	.se4Lt {
		width: 100%;
		margin-bottom: 60px;
	}
}

.se4Lt .se4LtContsTtl {
	position: relative;
	left: 50%;
	display: inline-block;
	padding-left: 90px;
	margin-bottom: 40px;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	transform: translateX(-50%);
	background: url("../img/icon_kaitori.png") no-repeat left center;
	background-size: 65px;
}

.se4Lt .se4LtContsTtl * {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.se4Lt .assist {
	display: block;
	margin-top: 12px;
	font-size: 3.6rem;
}

.se4Lt .assist2 {
	font-size: 3.0rem;
}

.se4Lt .topSe4Txt {
	margin-bottom: 38px;
	font-size: 1.8rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.se4Lt p:nth-last-of-type(1) {
	margin-bottom: 0;
}

.se4Rt {
	float: right;
	width: 37.5%;
}

@media screen and (max-width:1360px) {
	.se4Rt {
		width: 40.5%;
	}
}

@media screen and (max-width:1279px) {
	.se4Rt {
		width: 100%;
	}
}

.se4Rt li {
	margin-bottom: 25px;
}

.se4Rt li.linkSho {
	margin-bottom: 0;
}

@media screen and (max-width:1279px) {
	.se4Rt .se4RtLi {
		display: inline-block;
		width: 32.4%;
		margin-right: 1%;
	}

	.se4Rt .linkSho {
		margin-right: 0;
	}
}

@media screen and (max-width:1000px) {
	.se4Rt .se4RtLi {
		width: 32.3%;
	}
}

.se4Rt .linkBtn {
	position: relative;
	width: 100%;
	height: 100px;
	padding: 24px 0 0 0;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	background-color: #fff;
}

@media screen and (max-width:1279px) {
	.se4Rt .linkBtn {
		letter-spacing: 0;
	}
}

@media screen and (max-width:1100px) {
	.se4Rt .linkBtn {
		padding: 26px 0 0 0;
	}
}

.se4Rt .txtPoint {
	position: absolute;
	top: 17px;
	left: 73.8%;
}

@media screen and (max-width:1660px) {
	.se4Rt .txtPoint {
		left: 80%;
	}
}

@media screen and (max-width:1279px) {
	.se4Rt .txtPoint {
		width: 44px;
		height: 44px;
		top: 42px;
		left: 76%;
	}

	.se4Rt .txtPoint img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:1100px) {
	.se4Rt .txtPoint {
		width: 40px;
		height: 40px;
		left: 70%;
	}
}

@media screen and (max-width:1100px) {
	.se4Rt .txtPoint {
		left: 76%;
	}
}

.se4Rt .kaitoriTxt {
	display: block;
	margin-top: 8px;
	font-size: 2.7rem;
	font-weight: bold;
	letter-spacing: 0.42em;
}

@media screen and (max-width:1180px) {
	.se4Rt .kaitoriTxt {
		margin-top: 4px;
	}
}

@media screen and (max-width:1100px) {
	.se4Rt .kaitoriTxt {
		font-size: 2.3rem;
	}
}

.se4Rt .linkBtn span.block {
	position: relative;
	display: block;
	width: 333px;
	margin: auto;
	transform: translateX(-26px);
}

@media screen and (max-width:1279px) {
	.se4Rt .linkBtn span.block {
		width: 283px;
		transform: translateX(0);
	}
}

@media screen and (max-width:1180px) {
	.se4Rt .linkBtn span.block {
		width: 270px;
	}
}

@media screen and (max-width:1000px) {
	.se4Rt .linkBtn span.block {
		width: 252px;
	}
}

.se4Rt span.block:before {
	content: "";
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.linkTak span.block:before {
	width: 70px;
	height: 61px;
	margin: -5px 31px 0 0;
	background-image: url("../img/common/icon_takuhai.png");
}

@media screen and (max-width:1279px) {
	.linkTak span.block::before {
		width: 62px;
		height: 53px;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width:1180px) {
	.linkTak span.block::before {
		width: 50px;
	}
}

@media screen and (max-width: 1100px) {
	.linkTak span.block::before {
		width: 45px;
		height: 42px;
	}
}

.linkShu .block:before {
	width: 70px;
	height: 54px;
	margin: 0 30px 0 0;
	background-image: url("../img/common/icon_shutcho.png");
}

@media screen and (max-width:1279px) {
	.linkShu .block::before {
		width: 62px;
		height: 48px;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width:1180px) {
	.linkShu .block::before {
		width: 50px;
	}
}

@media screen and (max-width:1100) {
	.linkShu .block::before {
		width: 45px;
		height: 43px;
	}
}

@media screen and (max-width:1000px) {
	.linkShu .block::before {
		width: 38px;
		margin: 0 6px 0 0;
	}
}

.linkSho .block:before {
	width: 66px;
	height: 61px;
	margin: -5px 36px 0 0;
	background-image: url("../img/common/icon_shop.png");
}

@media screen and (max-width:1279px) {
	.linkSho .block::before {
		width: 58px;
		height: 53px;
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 1180px) {
	.linkSho .block::before {
		width: 50px;
	}
}

@media screen and (max-width: 1100px) {
	.linkSho .block::before {
		width: 45px;
		height: 43px;
	}
}

@media screen and (max-width: 1000px) {
	.linkSho .block::before {
		width: 36px;
		margin: 0 6px 0 0;
	}
}


/* -- 対応エリア -- */
.se5In {
	margin-bottom: 100px;
}

@media screen and (max-width:1147px) {
	.se5In {
		width: 663px;
		margin: 0 auto 100px;
		text-align: center;
	}
}

.topSe5 .topSe5ContsTtl {
	margin-bottom: 33px;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

.se5MainTxt {
	margin-bottom: 43px;
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: center;
	letter-spacing: 0.1em;
}

.areaTbl,
.areaMap {
	display: inline-block;
	vertical-align: middle;
}

.areaTbl {
	width: 663px;
	margin-right: 28px;
	border: 3px solid #000;
	border-radius: 10px;
	overflow: hidden;
}

@media screen and (max-width:1147px) {
	.areaTbl {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.areaTbl table {
	width: 100%;
}

.areaTbl th,
.areaTbl td {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.areaTbl th {
	width: 108px;
	text-align: center;
	background-color: #f2f2f2;
	border-bottom: 3px solid #000;
}

.areaTbl .lastCol th {
	border: none;
}

.areaTbl td {
	padding-right: 15px;
	padding-left: 15px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}

.areaTbl .lastCol td {
	border-bottom: none;
}

.areaTbl td .prefList {
	display: inline-block;
	margin-right: 5px;
}

.areaTbl td .prefList:nth-last-of-type(1) {
	margin-right: 0;
}

.areaTbl td .prefList a {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	transition: all .3s ease-in-out;
}

.areaTbl td .prefList a:hover {
	color: #ffc815;
}


/* -- topSe6 -- */
.topSe6 {
	margin-bottom: 100px;
}

.se6In {
	width: 47%;
	max-width: 515px;
	float: left;
}

.se6News {
	margin-right: 50px;
}

.se6Head {
	position: relative;
	margin-bottom: 15px;
}

.se6Head .se6BoxTtl {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.se6Head .se6BoxTtl:before {
	content: "";
	display: inline-block;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	vertical-align: -6px;
}

.se6News .se6BoxTtl:before {
	width: 35px;
	height: 34px;
	background-image: url("../img/icon_news.png");
}

.se6Voice .se6BoxTtl:before {
	width: 36px;
	height: 36px;
	background-image: url("../img/icon_voice.png");
}

.se6Head .se6HeadBtn {
	position: absolute;
	top: -7px;
	right: 0;
}

.btnSml {
	width: 163px;
	padding: 8px 20px;
	font-size: 1.6rem;
}

.btnSml:after {
	width: 24px;
	height: 24px;
}

.se6Conts {
	width: 100%;
	padding: 30px;
	border: 5px solid #000;
}

.scrollArea02 {
	height: 532px;
}

.se6list {
	width: 96%;
	padding-bottom: 17px;
	margin-bottom: 20px;
	background: url("../img/common/border_dashed.png") repeat-x left bottom;
}

.listTxt {
	margin-bottom: 11px;
}

.se6list a {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.06em;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.se6list a:hover {
		color: #ffc815;
	}
}

/* タイトルアニメーション */
.animeTit.anime {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.animeTit.anime:before {
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.animeTit {
	overflow: hidden;
	padding-right: 12px;
	display: inline-block;
	position: relative;
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
	transition: -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
	transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1);
	transition: transform .6s cubic-bezier(0.8, 0, 0.5, 1), -webkit-transform .6s cubic-bezier(0.8, 0, 0.5, 1);
	transition-delay: 0s, 0s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.animeTit:before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e7152d;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
	transition: -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
	transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1);
	transition: transform .6s cubic-bezier(0.3, 0, 0.1, 1), -webkit-transform .6s cubic-bezier(0.3, 0, 0.1, 1);
	transition-delay: 0s, 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	z-index: 3;
	background-color: #FFC815;
}

/* 画像アニメーション */
.topFvImg01 {
	transition: all 0.3s ease-in-out 0s;
	-webkit-transform: translate(-40px, 0);
	transform: translate(-40px, 0);
	opacity: 0;
}

.topFvImg01.anime {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.topFvImg02 {
	transition: all 0.3s ease-in-out 0.2s;
	-webkit-transform: translate(-40px, -50%);
	transform: translate(-40px, -50%);
	opacity: 0;
}

.topFvImg02.anime {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}

/* add_area_200430 */
#areaWrap {
	width: 1080px;
	margin: 100px auto 40px;
	letter-spacing: -0.4em;
}

.reset * {
	margin: 0;
	padding: 0;
}

#areaTit {
	display: inline-block;
	vertical-align: middle;
}

#areaTit span {
	height: 59px;
	padding: 0 60px;
	line-height: 59px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	background: #000;
}

#areaTit:after {
	content: url(../img/area/area_tit_parts.png);
	height: 59px;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
}

#areaTit {
	height: 59px;
	line-height: 59px;
	font-size: 20px;
	color: #FFF;
}

#areaTxt {
	/* padding: 0 10px 0 123px; */
	/* display: inline-block; */
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 18px;
	color: #c00000;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 10px;
}

#areaPoint {
	/* display: inline-block; */
	vertical-align: middle;
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	column-gap: 10px;
}

#areaPoint li {
	width: calc((100% - 10px*2) / 3);
	padding: 10px;
	/* margin-left: 10px; */
	font-size: 24px;
	/* display: inline-block; */
	vertical-align: middle;
	color: #000;
	background: #FFC814;
	letter-spacing: normal;
	font-weight: bold;
}

#area {
	width: 1080px;
	height: 718px;
	margin-top: -1px;
	position: relative;
	background: url(../img/area/area_bg_pc.jpg) 0 0 no-repeat;
}

.areaName {
	width: 250px;
	position: absolute;
	letter-spacing: normal;
}

.areaName dt {
	padding: 5px 0;
	text-align: center;
	font-size: 16px;

}

.areaName.kyushu {
	top: 288px;
	left: 70px;
}

.areaName.kinki {
	top: 242px;
	left: 390px;
}

.areaName.kanto {
	top: 540px;
	left: 699px;
}

.areaName.kyushu dt {
	background: #ffc200;
	color: #000;
}

.areaName.kinki dt {
	background: #f15a24;
	color: #FFF;
}

.areaName.kanto dt {
	background: #c1272d;
	color: #FFF;
}

.areaName dd {
	background: #FFF;
	padding: 20px;
	font-size: 13px;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.areaName.kyushu dd {
	border: 1px #ffc200 solid;
}

.areaName.kinki dd {
	border: 1px #f15a24 solid;
}

.areaName.kanto dd {
	border: 1px #c1272d solid;
}

.areaBtn {
	position: absolute;
	top: 615px;
	left: 40px;
	text-align: center;
}

.areaBtn a {
	padding: 20px 50px;
	text-decoration: none;
	display: block;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0px 6px 0 #075c2d;
	transition: 0.2s all ease 0s;
	font-size: 20px;
	letter-spacing: normal;
	font-weight: bold;
	background: #009944 url(../img/area/area_btn_icon.png) center bottom 5px no-repeat;
}

.areaBtn a:hover {
	box-shadow: none;
	transform: translate3d(0, 6px, 0);
}

#branchWrap {
	width: 1080px;
	margin: 0 auto 80px;
}

#branch li {
	width: 100%;
	margin-bottom: 10px;
	background: #FFF;
	display: table;
}

.branchArea {
	height: 100%;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

.branchArea.kyushu {
	background: #FFC814;
}

.branchArea.kinki {
	background: #f15a24;
	color: #FFF;
}

.branchArea.kanto {
	background: #c1272d;
	color: #FFF;
}

.branchInfo {
	padding: 20px 30px;
	display: table-cell;
	vertical-align: middle;
	background: #f2f2f2;
}

.branchName {
	min-width: 150px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

.branchAddress {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	border-left: 1px #bfbfbf solid;
}

.branchContact {
	width: 100%;
	margin-top: 10px;
}

.branchTel {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-left: 30px;
	background: url(../img/area/area_tel_icon.png) left center no-repeat;
}

#branchWrap span {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}

.branchTime {
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 20px;
	line-height: 1.4;
}

.branchHow {
	padding: 3px 10px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: bottom;
	color: #FFF;
	background: #666;
}

.branchAnno {
	color: #ff000a;
	text-align: right;
}