@charset "utf-8";

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #ffe35f; }
a:active { text-decoration: none; color: #ffe35f; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #f5f6f6;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* テキスト調整 */
.roboto {
	font-family: 'Roboto', sans-serif;
}

.txtBold {
	font-weight: 700;
}

.txtRed {
	color: #cb320e;
}

.tabbr {
	display: none;
}

.spbr {
	display: none;
}

/* 共通パーツ */
.inner {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 40px;
}

.marker {
	background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.4) 60%);
}

.cmnSecTtl {
	margin-bottom: 40px;
	color: #333333;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}

.cmnSecTtl::after {
	content: "";
	width: 60px;
	height: 6px;
	margin: 15px auto 0;
	display: block;
	background-color: #f1681d;
	border-radius: 3px;
}

.inlineBlock {
	display: inline-block!important;
}

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 20;
}

#headerInner {
	height: 100%;
	display: flex;
	align-items: center;
}

#headerLogo {
	width: 306px;
	height: 42px;
	display: block;
	position: relative;
	overflow: hidden;
	background: transparent url(./img/logo.svg) no-repeat center center / contain;
}

#headerLogo a {
	width: 100%;
	height: 100%;
	display: block;
}

#headerLogo span {
	position: absolute;
	top: 100%;
	left: 0;
}

#headerTel {
	margin-right: 30px;
	margin-left: auto;
}

#headerTel img {
	max-width: 100%;
}

.headerBtn {
	width: 200px;
	height: 100%;
}

a.headerBtnLink {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: transparent url(./img/icon_arrow.svg) no-repeat center right 10px / 13px 12px;
	font-weight: 700;
}

#headerBtnForm {
	background-color: #cb320e;
	font-size: 1.5rem;
}

#headerBtnForm span:first-child {
	margin-bottom: 5px;
	padding: 0 20px;
	color: #cb320e;
	background-color: #fff;
	font-size: 1rem;
}

#headerBtnLine {
	background-color: #1cb720;
	font-size: 1.8rem;
}

#spHeaderBtnWrap, #spNav {
	display: none;
}

/* ナビゲーションメニュー */
#headerNavList {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fc9c02;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.headerNavListItem {
	font-size: 1.3rem;
	font-weight: 700;
}

.headerNavListItem:not(:last-child) {
	margin-right: 80px;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.headerBtn {
		width: 180px;
	}
}

/* ------------------------------------ */
/* ファーストビュー */
/* ------------------------------------ */
#fv {
	padding-top: 110px;
	margin-bottom: -100px;
	position: relative;
	z-index: 3;
}

#fvInner {
	position: relative;
	z-index: 1;
}

#fv::before {
	content: "";
	width: 100%;
	height: calc(100% - 110px - 100px);
	position: absolute;
	top: 110px;
	left: 0;
	background: transparent url(./img/fv_bg.jpg) no-repeat center center / cover;
	z-index: -1;
}

#fvCopy {
	margin: -30px 0 -50px -20px;
	text-align: left;
}

#fvCopy img {
	max-width: 100%;
}

#fvImg {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}

#fvImg img {
	max-width: 100%;
}

#fvBadge {
	width: 42%;
	padding-bottom: 80px;
}

#fvMachine {
	width: 58%;
	transform: translateX(-60px);
}

@media screen and (max-width: 1399px) {
	#fvMachine {
		transform: translateX(-20px);
	}
}

/* ------------------------------------ */
/* こんなお悩みありませんか？ */
/* ------------------------------------ */
#trouble {
	padding-top: 110px;
	padding-bottom: 120px;
	position: relative;
	background: rgb(255,221,104);
	background: linear-gradient(0deg, rgba(255,221,104,1) 0%, rgba(253,164,20,1) 100%);
	z-index: 2;
}

#trouble::before,
#trouble::after {
	content: "";
	width: calc(50% - 130px);
	display: block;
	position: absolute;
	bottom: 0;
	border-bottom: 70px solid #ffffff;
}

#trouble::before {
	left: 0;
	border-right: 130px solid transparent;
}

#trouble::after {
	right: 0;
	border-left: 130px solid transparent;
}

#troubleTtl {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
}

#troubleTtl::before,
#troubleTtl::after {
	content: "";
	width: 46px;
	height: 3px;
	background: #333333;
}

#troubleTtl::before {
	transform: translate(-10px, 5px) rotate(60deg);
}
#troubleTtl::after {
	transform: translateY(5px) rotate(-60deg);
}

#troubleList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

#troubleList li {
	width: calc(25% - 60px * 3 / 4);
	margin-right: 60px;
	text-align: center;
}

#troubleList li:last-child {
	margin-right: 0;
}

#troubleList img {
	max-width: 100%;
}

/* ------------------------------------ */
/* 買取商品 */
/* ------------------------------------ */
.itemHeadTxt {
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 3.8rem;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #fff;
	border-bottom: 3px solid #f7ae37;
}

.itemHeadTxtLg {
	font-weight: 700;
	font-size: 1.23em;
}

.itemHeadTxtXl {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.itemHeadTxt {
		font-size: 2.8rem;
	}
}

#item {
	padding-top: 120px;
	position: relative;
	background-color: #f5f6f6;
	z-index: 1;
}

#itemHeadTtl.cmnSecTtl::after {
	content: none;
}

.itemPointWrap {
	display: flex;
	justify-content: space-between;
}

.itemPoint {
	width: 47%;
	padding: 35px 15px 35px 30px;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #fcc402;
	background: linear-gradient(135deg, transparent 45px, #fcc402 0) top left, linear-gradient(-45deg, transparent 45px, #fcc402 0) bottom right;
	background-size: 100% 50%;
	background-repeat: no-repeat;
}

.itemPoint::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 18px 18px 0 18px;
	border-color: #fcc602 transparent transparent transparent;
}

.itemPointHead {
	width: 122px;
	height: 122px;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 700;
	background-color: #fff;
	border-radius: 50%;
}

.itemPointHead span:nth-child(1) {
	line-height: 1.6;
}
.itemPointHead span:nth-child(2) {
	font-size: 1.2778em;
	color: #f1681d;
}
.itemPointHead span:nth-child(3) {
	font-size: 1.7778em;
	font-weight: 900;
	color: #f1681d;
}

.itemPointBody {
	font-size: 2.8rem;
}

.itemPointBody span {
	display: block;
}

.itemPointBody span.txtBold {
	font-size: 1.2857em;
}

.itemPoint:nth-child(2) .itemPointBody {
	font-feature-settings: "palt";
}

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

	.itemPointHead {
		width: 100px;
		height: 100px;
		font-size: 1.5rem;
	}

	.itemPointBody {
		font-size: 1.8rem;
	}
}

/* 買取商品一覧 */
.itemBodyList {
	display: flex;
	flex-wrap: wrap;
}

.itemBodyList li {
	text-align: center;
	border-bottom: 1px solid #bfbfbf;
}

.itemBodyListImg {
	margin-bottom: 10px;
}

.itemBodyListImg img {
	max-width: 100%;
}

.itemBodyListTxt {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

@media screen and (max-width: 1279px) {
	.itemBodyListTxt {
		font-size: 1.8rem;
	}
}

/* 4カラム */
.itemBodyList.col-4 li {
	width: 25%;
	padding: 20px 8px 40px;
}

/* 4カラム */
.itemBodyList.col-3 li {
	width: 33.3333%;
	padding: 60px 10px 40px;
}

/* ------------------------------------ */
/* 強化買取ブランド */
/* ------------------------------------ */
#brand {
	padding-top: 120px;
	padding-bottom: 50px;
	position: relative;
	background-color: #f5f6f6;
	z-index: 1;
}

.brandList {
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
}

.brandList li {
	width: calc(20% - 25px * 4 / 5);
	height: 220px;
	margin-right: 25px;
	padding: 5px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.brandList li:nth-child(5n) {
	margin-right: 0;
}

.brandListImg img {
	max-width: 100%;
}

#brandFoot {}

.brandFootText {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brandFootText::before,
.brandFootText::after {
	content: "";
	width: 100px;
	height: 2px;
	background-color: #333333;
	display: inline-block;
}

.brandFootText::before {
	transform: translateY(30px) rotate(60deg);
}

.brandFootText::after {
	transform: translateY(30px) rotate(-60deg);
}

.brandFootText p {
	font-size: 3.3rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
}

.brandFootTextLg {
	font-size: 1.1515em;
}

.brandFootImg {
	text-align: center;
}

.brandFootImg img {
	max-width: 100%;
}

/* ------------------------------------ */
/* 強み */
/* ------------------------------------ */
#strength {
	padding-top: 240px;
	margin-top: -180px;
	padding-bottom: 160px;
}

#strengthList {
	position: relative;
	z-index: 1;
}

.strengthListItem {
	min-height: 420px;
	margin-bottom: 200px;
	position: relative;
	display: flex;
}
.strengthListItem::before {
    content: "";
    width: calc(100% + 50vw - 600px);
    height: 100%;
    position: absolute;
	top: 0;
    background: #ffe35f;
	z-index: -1;
}

.strengthListItem:last-child {
	margin-bottom: 0;
}

.strengthListBody {
	width: 50%;
	padding-top: 100px;
	position: relative;
}

.strengthListWorry {
	position: absolute;
	bottom: calc(100% - 90px);
}

.strengthListWorry img {
	max-width: 100%;
}

.strengthListTtl {
	margin-bottom: 10px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.5;
}

.strengthListTtl > span {
	padding: 8px 16px;
	white-space: nowrap;
	background-color: #fff;
}

.strengthListNote {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #cb320e;
}

.strengthListTxt {
	font-size: 1.8rem;
	line-height: 1.6667;
}

.strengthListImg {
	margin-top: -40px;
	height: 425px;
}

.strengthListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* 個別調整 */
.strengthListItem:nth-child(2n+1) {
	flex-direction: row-reverse;
}
.strengthListItem:nth-child(2n+1)::before {
	left: 0;
}
.strengthListItem:nth-child(2n+1) .strengthListBody {
	margin-left: 20px;
}
.strengthListItem:nth-child(2n+1) .strengthListWorry {
	right: 0;
}
.strengthListItem:nth-child(2n+1) .strengthListTtl {
	transform: translateX(-70px);
}
.strengthListItem:nth-child(2n+1) .strengthListImg {
	margin-left: -120px;
	margin-right: auto;
}

.strengthListItem:nth-child(2n) {
	flex-direction: row;
}
.strengthListItem:nth-child(2n)::before {
	right: 0;
}
.strengthListItem:nth-child(2n) .strengthListBody {
	margin-right: auto;
	padding-right: 60px;
	padding-left: 40px;
}
.strengthListItem:nth-child(2n) .strengthListWorry {
	left: 0;
}
.strengthListItem:nth-child(2n) .strengthListImg {
	margin-right: -80px;
}

.strengthListItem:nth-child(1) .strengthListBody {
	padding-top: 60px;
}

@media screen and (min-width: 1025px) and (max-width: 1399px) {
	.strengthListItem:nth-child(2n+1) .strengthListImg {
		margin-left: -40px;
	}

	.strengthListItem:nth-child(2n) .strengthListImg {
		margin-right: -40px;
	}
}

@media screen and (max-width: 1279px) {
	.strengthListItem {
		margin-bottom: 150px;
	}

	.strengthListItem::before {
		width: calc(100% + 40px);
	}

	.strengthListTtl {
		font-size: 2.8rem;
	}

	.strengthListTtl > span {
		padding: 8px;
	}

	.strengthListItem:nth-child(2n) .strengthListBody {
		margin-right: 20px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* ------------------------------------ */
/* コンバージョン */
/* ------------------------------------ */
.cta {
	background-color: #fc9c02;
}

.ctaInner {
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 220px;
	position: relative;
}

.ctaInner::before {
	content: "";
	width: 146px;
	height: 266px;
	position: absolute;
	left: 50px;
	bottom: 0;
	background: url(./img/cta_illust.svg) no-repeat center bottom / contain;
}

.ctaTxt {
	margin-top: -100px;
	margin-bottom: 50px;
	padding: 15px;
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: 3px solid #fa9802;
	border-radius: 80px;
}
.ctaTxt::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	border-style: solid;
	border-width: 20px 30px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.ctaWrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ctaTel {
	margin-right: 30px;
}

.ctaTel img {
	max-width: 100%;
	margin-bottom: 10px;
}

.ctaTelHour {
	display: block;
	padding-left: 18%;
	font-size: 1.6rem;
	font-weight: 700;
}

.ctaBtn {
	display: flex;
}

.ctaBtn img {
	max-width: 100%;
}

.ctaForm {
	margin-right: 25px;
}


/* ------------------------------------ */
/* 買取の流れ */
/* ------------------------------------ */
#flow {
	padding-top: 130px;
}

#flow .cmnSecTtl {
	margin-bottom: 100px;
}

.flowItem {
	margin-bottom: 160px;
	padding-bottom: 50px;
	position: relative;
	background-color: #ffffff;
	border: 3px solid #f1681d;
}

.flowItem:last-child {
	margin-bottom: 0;
}

/* 矢印の装飾 */
.flowItem:not(:last-of-type)::after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: -38px;
	background-color: #ffffff;
	border: 3px solid;
	border-color: transparent #f1681d #f1681d transparent;
	transform: translateX(-50%) rotate(45deg);
}

.flowItemHead {
	margin-bottom: 40px;
	text-align: center;
}
.flowItemHead::before,
.flowItemHead::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}
.flowItemHead::before {
	width: 154px;
	height: 154px;
	top: -58px;
	background-color: #f1681d;
	z-index: -1;
}
.flowItemHead::after {
	width: 148px;
	height: 148px;
	top: -55px;
	background-color: #fff;
}

.flowItemHeadTtl {
	margin-top: -20px;
	margin-bottom: 30px;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	color: #f1681d;
	z-index: 1;
}

.flowItemHeadTtl::before {
	content: attr(data-text);
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
	color: #333333;
}

.flowItemHeadTxt {
	margin-bottom: 15px;
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.06em;
	z-index: 1;
}

.flowItemHeadNote {
	padding: 10px;
	display: inline-block;
	font-size: 1.7rem;
	border: 1px solid #333333;
}

.flowItemBody {
	padding: 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* STEP1 申し込み
------------------------------------ */
.flowItemBody.apply {
	padding: 0;
}

.applyItem {
	width: 33.33%;
	padding: 0 40px;
}

.applyItem:not(:last-child) {
	border-right: 1px solid #c9c9c9;
}

.applyItem:nth-child(1) {
	padding: 0 40px 0 50px;
}
.applyItem:nth-child(2) {
	padding: 0 30px;
}
.applyItem:nth-child(3) {
	padding: 0 50px 0 40px;
}

.applyItem > *:last-child {
	margin-bottom: 0;
}

.applyItemNum {
	width: 63px;
	height: 63px;
	margin: 0 auto 15px;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	line-height: 63px;
	text-align: center;
	color: #ffffff;
	background-color: #fcc402;
	border-radius: 50%;
}

.applyItemImg {
	margin-bottom: 10px;
	text-align: center;
}

.applyItemImg img {
	max-width: 100%;
}

.applyItemImg .telLinkImg {
	display: block;
	margin-bottom: 5px;
}

.applyItemTtl {
	margin-bottom: 10px;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
}

.applyItemTxt {
	margin-bottom: 10px;
	line-height: 1.42857;
}

.applyItemNote {
	padding: 5px 10px;
	color: #cb320e;
	border: 1px solid #cb320e;
	line-height: 1.2857;
}

/* STEP2 査定・買取
------------------------------------ */
.buyItem {
	width: 48%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.buyItemHead {
	padding: 30px;
	background-color: #535353;
	pointer-events: none;
}

.buyItemHeadTtl {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.buyItemHeadTtl::before {
	content: "";
	width: 64px;
	height: 48px;
	margin-bottom: 5px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* 出張買取 */
.businesstrip .buyItemHeadTtl::before {
	background-image: url(./img/icon_step2-1.svg);
}

/* 宅配買取 */
.delivery .buyItemHeadTtl::before {
	background-image: url(./img/icon_step2-2.svg);
}

.buyItemBody {
	height: 100%;
	padding: 25px;
	border: 2px solid #535353;
}

.buyStep {
	position: relative;
	padding-left: 45px;
}

.buyStep:not(:last-child) {
	padding-bottom: 30px;
}

.buyStep:not(:last-child)::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	bottom: 13px;
	left: 9px;
	border-right: 2px solid #fcc402;
	border-bottom: 2px solid #fcc402;
	transform: rotate(45deg);
}

.buyStep:not(:last-child)::after {
	content: "";
	width: 2px;
	height: calc(100% - 60px);
	position: absolute;
	bottom: 12px;
	left: 16px;
	display: block;
	background-color: #fcc402;
}

.buyStepHead {
	margin-bottom: 10px;
	padding-top: 3px;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
}

.buyStepHead::before {
	content: attr(data-num);
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -45px;
	color: #ffffff;
	background-color: #fcc402;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.025em;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.buyStepBody > *:last-child {
	margin-bottom: 0;
}

.buyStepBodyTxt {
	margin-bottom: 10px;
	line-height: 1.8571;
}

.buyStepBodyPoint {
	padding: 10px 15px 10px 60px;
	position: relative;
	color: #cb320e;
	border: 1px solid #cb320e;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.6667;
}

.buyStepBodyPoint::before {
	content: attr(data-text);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #ffffff;
	background-color: #cb320e;
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.025em;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
}


/* ------------------------------------ */
/* 買取実績 */
/* ------------------------------------ */
#case {
	padding-top: 130px;
}

#caseList {
	margin-bottom: -60px;
	display: flex;
	flex-wrap: wrap;
}

.caseListItem {
	width: calc(25% - 24px * 3 / 4);
	margin-right: 24px;
	margin-bottom: 60px;
}

.caseListItem:nth-child(4n) {
	margin-right: 0;
}

.caseItemPlace {
	margin-bottom: 10px;
}

.caseItemImg {
	margin-bottom: 15px;
	text-align: center;
}

.caseItemImg img {
	max-width: 100%;
}

.caseItemTxt {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}


/* ------------------------------------ */
/* お客様の声 */
/* ------------------------------------ */
#voice {
	padding-top: 130px;
	padding-bottom: 160px;
}

#voiceWrap {
	margin-bottom: -60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.voiceItem {
	width: 48%;
	margin-bottom: 60px;
	position: relative;
	display: flex;
}

.voiceItemImg {
	width: 130px;
	margin-right: 25px;
}

.voiceItemImg img {
	max-width: 100%;
}

.voiceItemBody {
	width: calc(100% - 155px);
	padding: 20px 30px;
	position: relative;
	background-color: #ffffff;
	border: 2px solid #333333;
}

.voiceItemBody::before {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: 55px;
	left: -12px;
	background-color: #ffffff;
	border-left: 2px solid #333333;
	border-bottom: 2px solid #333333;
	transform: rotate(45deg);
}

.voiceItemName {
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: right;
	border-bottom: 1px solid #fcc402;
}

.voiceItemTtl {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.voiceItemTxt {
	font-feature-settings: "palt";
	letter-spacing: 0.075em;
	line-height: 1.7143;
}

/* ------------------------------------ */
/* 査定 */
/* ------------------------------------ */
#contactformWrap {
	padding-top: 130px;
	padding-bottom: 130px;
	background-color: #faeae6;
}

/* タブ部分 */
.tabSwitch {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.tabSwitchItem {
	width: 49%;
	padding: 18px 10px;
	background-color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
}

/* タブ中身 */
.tabContent {
	margin-top: -3px;
}

.tabContentItem {
	padding: 40px;
	position: relative;
	background-color: #ffffff;
}

.tabContentInner {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* タブ切り替え */
[data-tab-switch].is-open {
	z-index: 1;
}
[data-tab-content] {
	display: none;
}
[data-tab-content].is-open {
	display: block;
}

/* かんたん事前査定
------------------------------------ */
#tabForm {
	color: #cb320e;
	border: 3px solid #cb320e;
	border-bottom: transparent;
}

#form {
	border: 3px solid #cb320e;
}

.formTtl {
	margin-bottom: 30px;
	color: #cb320e;
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.formTxtCaution {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.formTxtCaution span {
	display: inline-block;
	border-bottom: 1px solid #333333;
}

.formTxt {
	margin-bottom: 30px;
	font-size: 1.6rem;
	text-align: center;
}

/* フォーム */
.contactItem {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contactItem:last-child {
	margin-bottom: 0;
}

.contactItemTit {
	width: 200px;
	padding-right: 20px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.375;
	text-align: right;
}

.contactItemTit .txtSm {
	font-size: 0.875em;
}

.formInput {
	width: calc(100% - 200px);
}

.formInput input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
}

.formInput select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 260px;
	max-width: 100%;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee url(./img/icon_select.svg) no-repeat center right 10px/16px;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
	cursor: pointer;
}

.formInput select::-ms-expand {
	display: none;
}

.formInput textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 130px;
	padding: 12px 14px;
	color: inherit;
	background: #eeeeee;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	font-size: 16px;
	font-family: inherit;
	resize: none;
}

.formUpload {
	width: calc(100% - 200px);
}

.formUpload label {
	margin-bottom: 10px;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	background: #ffffff;
	font-size: 14px;
	border: 1px solid #959595;
	border-radius: 5px;
	cursor: pointer;
}
.formUpload label .fileInput {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index:-1;
}

.formUploadName {
	font-size: 1.6rem;
}

::-webkit-input-placeholder {
	color: #888787;
}
::-moz-placeholder {
	color: #888787;
}
:-ms-input-placeholder {
	color: #888787;
}
::-ms-input-placeholder {
	color: #888787;
}
::placeholder {
	color: #888787;
}

.errForm {
	background: #fdc5c5 !important;
}

.errorMessage {
	margin: 5px 0;
	font-size: 1.3rem;
	color: #ff0000;
}

/* プライバシーポリシー */
#ppAnchor {
	margin-top: -80px;
	padding-top: 80px;
}

#ppBox {
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 20px;
	padding: 15px 15px 15px 30px;
	border: 1px solid #aaaaaa;
}

#ppBoxInner {
	width: 100%;
	height: 220px;
	margin: 0px auto;
	padding: 10px 40px 0 0;
	position: relative;
	overflow: auto;
}

#ppTit {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 700;
}

.ppSubTit {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #535353;
}

.ppTxt {
	margin-bottom: 20px;
}

.ppTxt.last {
	text-align: right;
	font-size: 1.6rem;
}

/* スクロールバー */
.ps__rail-y {
	opacity: 1!important;
	width: 3px;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
	background-color: #d2d2d2;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 3px;
	right: 0;
	background-color: #707070;
	border-radius: 0;
}

.ps__thumb-y {
	width: 3px;
	right: 0;
	background-color: #707070;
	border-radius: 0;
}

/* チェックボックス */
.contactCheck {
	margin-bottom: 15px;
	text-align: center;
}

.formCheckbox {
	display: none;
}

.formCheckbox + span {
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
}

.formCheckbox + span::before,
.formCheckbox + span::after {
	content: "";
	display: block;
	position: absolute;
}

.formCheckbox + span::before {
	width: 22px;
	height: 22px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 2px solid #bfbfbf;
}

.formCheckbox + span::after {
	width: 8px;
	height: 14px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	top: 2px;
	left: 8px;
	transform: rotate(45deg);
	opacity: 0;
}

.formCheckbox:checked + span::after {
	opacity: 1;
}

.contactBtn {
	width: 320px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	display: block;
	background: #cb320e url(./img/icon_arrow.svg) no-repeat center right 20px / 20px auto;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

/* フォーム確認画面 */
#contactformWrap.confirm,
#contactformWrap.complete {
	min-height: 100vh;
	padding-top: 120px;
}

#contactConfirmWrap .contactItem {
	padding: 15px;
	border-bottom: 1px solid #aaaaaa;
}

#contactConfirmWrap {
	margin-bottom: 40px;
}

#contactConfirmWrap .contactItemTit {
	text-align: left;
}

#contactprev {
	width: 320px;
	margin: 10px auto 0;
}

/* フォーム完了画面 */
#contactEndLink {
	text-align: center;
}

#contactEndLink a {
	width: 320px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	display: block;
	background: #cb320e;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

/* LINE査定
------------------------------------ */
#tabLine {
	color: #1cb720;
	border: 3px solid #1cb720;
	border-bottom: transparent;
}

#line {
	background: #ffffff url(./img/line_img.jpg) no-repeat top right / contain;
	border: 3px solid #1cb720;
}

.lineTtl {
	margin-bottom: 20px;
	color: #1cb720;
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
}

#lineHead {
	width: 49%;
	margin-bottom: 40px;
}

.lineHeadTxt1 {
	padding-bottom: 10px;
	font-size: 3rem;
	text-align: center;
	border-bottom: 1px solid #1cb720;
}

.lineHeadTxt1::before {
	content: "";
	width: 52px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background: transparent url(./img/icon_line.png) no-repeat center center / contain;
}

.lineHeadTxt2 {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
}

.lineHeadTxt2 span {
	color: #1cb720;
	font-size: 1.3em;
	font-weight: 700;
}

.lineHeadImg {
	margin-bottom: 20px;
	text-align: center;
}

.lineHeadImg img {
	max-width: 100%;
}

.lineHeadTxt3 {
	padding: 10px;
	background-color: #ffffff;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	text-align: center;
}

#lineImg {
	width: 100%;
	position: absolute;
}

#lineImg img {
	width: 100%;
}

.lineStepWrap {
	background-color: #ffffff;
	border: 2px solid #1cb720;
}

.lineStepWrap:not(:last-child) {
	margin-bottom: 50px;
}

.lineStepHead {
	padding: 10px 20px;
	color: #ffffff;
	background-color: #1cb720;
	font-size: 1.9rem;
	font-weight: 700;
}

.lineStepBody {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lineStepBodyItem:nth-child(1) {
	width: 36%;
}
.lineStepBodyItem:nth-child(2) {
	width: 60%;
}

.lineStepImgTtl {
	margin-bottom: 10px;
	font-weight: 700;
}

.lineStepImg img {
	max-width: 100%;
}

.lineStepTxt {
	font-feature-settings: "palt";
	letter-spacing: 0.075em;
}

/* STEP1 友達追加 */
.lineWay {
	border: 1px solid #333333;
}

.lineWayTtl {
	padding: 10px;
	color: #ffffff;
	background-color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.lineWayBody {
	padding: 15px 20px 30px;
}

.lineWayTxt {
	margin-bottom: 20px;
}

.lineWayImg {
	text-align: center;
}

.lineWay:nth-child(1) .lineWayImg img {
	max-width: 180px;
}

.lineWay:nth-child(2) .lineWayImg img {
	max-width: 100%;
}

/* STEP2 撮影ポイント */
.linePoint {
	margin-top: 30px;
	padding: 40px 10px 30px;
	position: relative;
	border: 1px solid #b01c0f;
}

.linePointTtl {
	width: 70%;
	padding: 4px;
	color: #b01c0f;
	background-color: #ffffff;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6rem;
	font-weight: 700;
	border: 2px solid #b01c0f;
	border-radius: 18px;
	text-align: center;
}

.linePointList li {
	display: flex;
}

.linePointList li:not(:last-child) {
	margin-bottom: 15px;
}

.linePointNum {
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b01c0f;
	font-size: 2rem;
	font-weight: 700;
	border-right: 1px solid #e58f83;
}

.linePointTxt {
	width: calc(100% - 40px);
	padding-left: 15px;
	letter-spacing: 0.01em;
}

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footerTop {
	padding: 30px 20px;
	background-color: #ffffff;
	text-align: center;
}

.footerTopTxt {
	margin-bottom: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.07em;
}

.footerTopTxt::before {
	content: "";
	width: 72px;
	height: 72px;
	margin: 0 auto 10px;
	display: block;
	background: transparent url(./img/icon_tel.svg) no-repeat center center / contain;
	border-radius: 50%;
}

.footerTopLogo {
	margin-bottom: 20px;
	text-align: center;
}

.footerTopLogo img {
	width: 100%;
	max-width: 321px;
}

.footerTopTel {
	margin-bottom: 10px;
}

.footerTopHour {
	font-size: 1.2rem;
}

#footerBottom {
	padding: 30px;
	color: #ffffff;
	background-color: #333333;
}

.footerNav {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.footerNav li:not(:last-child)::after {
	content: "|";
}

.footerNav a {
	padding: 0 10px;
	font-weight: 700;
	color: #ffffff;
}

.copyright {
	color: #cccaca;
	font-size: 1.2rem;
	text-align: center;
}


/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	#headerLogo {
		transition: 0.3s ease-in-out;
	}
	#headerLogo:hover {
		opacity: 0.7;
	}
	
	#headerNavList a {
		transition: 0.3s ease-in-out;
	}
	
	a.headerBtnLink {
		transition: 0.3s ease-in-out;
	}
	a.headerBtnLink:hover {
		opacity: 0.8;
	}

	.ctaBtn a {
		transition: 0.3s ease-in-out;
	}
	.ctaBtn a:hover {
		opacity: 0.8;
	}

	#contactEndLink a {
		transition: 0.3s ease-in-out;
	}
	#contactEndLink a:hover {
		opacity: 0.7;
	}

	.tabSwitchItem {
		transition: 0.3s ease-in-out;
	}
	#tabForm:not(.is-open):hover {
		color: #ffffff;
		background-color: #cb320e;
	}
	#tabLine:not(.is-open):hover {
		color: #ffffff;
		background-color: #1cb720;
	}

	.footerNav a {
		transition: 0.3s ease-in-out;
	}
	.footerNav a:hover {
		color: #f1681d;
	}
	
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.inner {
		padding: 0 30px;
	}

	.pcbr {
		display: none;
	}

	.cmnSecTtl {
		font-size: 3.2rem;
	}
	
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#header {
		height: 50px;
	}

	#headerLogo {
		width: 200px;
		margin-right: 10px;
	}
	
	#headerTel {
		display: none;
	}

	#headerNav, .headerBtn {
		display: none;
	}

	#spHeaderBtnWrap {
		margin-left: auto;
		display: flex;
	}

	.spHeaderBtn:not(:first-child) {
		margin-left: 5px;
	}
	
	.spHeaderBtn a {
		width: 35px;
		display: block;
	}

	.spHeaderBtn img {
		width: 100%;
	}
	
	/* ハンバーガーメニュー */
	body.open {
		overflow: hidden;
	}
	
	#spNav {
		margin-left: 15px;
		display: block;
	}

	#navbarIcon {
		width: 26px;
		height: 20px;
		position: relative;
		cursor: pointer;
		z-index: 1;
	}

	.navbarIconBar {
		width: 26px;
		height: 2px;
		display: block;
		position: absolute;
		background-color: #f1681d;
		transition: 0.3s ease-in-out;
	}

	.navbarIconBar:nth-child(1) {
		top: 0;
	}

	.navbarIconBar:nth-child(2) {
		top: 9px;
	}

	.navbarIconBar:nth-child(3) {
		top: 18px;
	}

	#navbarIcon.open .navbarIconBar:nth-child(1) {
		top: 9px;
		transform: rotate(45deg);
	}

	#navbarIcon.open .navbarIconBar:nth-child(2) {
		opacity: 0;
	}

	#navbarIcon.open .navbarIconBar:nth-child(3) {
		top: 9px;
		transform: rotate(-45deg);
	}

	#drawerNavMenu {
		width: 100%;
		height: 100%;
		padding-top: 60px;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		display: none;
	}

	#drawerNavList {
		padding: 0 30px;
	}

	.drawerNavListItem {
		border-top: 3px solid #f1681d;
	}
	
	.drawerNavListItem a {
		padding: 15px;
		position: relative;
		display: block;
		color: #f1681d;
		font-size: 1.8rem;
		font-weight: 700;
	}

	.drawerNavListItem a::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		border-top: 2px solid #cb320e;
		border-right: 2px solid #cb320e;
		transform: rotate(45deg) translateY(-50%);
	}

	.drawerBtn {
		padding: 15px 30px 15px 45px;
	}

	a.drawerBtnLink {
		position: relative;
		display: block;
		color: #ffffff;
		font-size: 1.8rem;
		font-weight: 700;
	}

	a.drawerBtnLink::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(45deg) translateY(-50%);
	}

	#drawerBtnFormWrap {
		background-color: #cb320e;
	}

	#drawerBtnLineWrap {
		margin-bottom: 10px;
		background-color: #1cb720;
	}

	.drawerNavTel {
		text-align: center;
	}


	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv {
		margin-bottom: -50px;
		padding-top: 50px;
	}

	#fv::before {
		height: calc(100% - 50px - 50px);
		top: 50px;
	}
	#fv:after {
		content: "";
		width: 100%;
		height: calc(100% - 50px - 50px);
		position: absolute;
		top: 50px;
		left: 0;
		z-index: -2;
		background: #333;
	}
	
	#fvInner::before {
		background-position: center right -100px;
		background-size: cover;
	}

	#fvCopy {
		margin-left: -60px;
	}

	#fvMachine {
		transform: translateX(-10px);
	}

	#fvBadge {
		padding-bottom: 0;
	}

	/* ------------------------------------ */
	/* こんなお悩みありませんか？ */
	/* ------------------------------------ */
	#troubleTtl {
		font-size: 3rem;
	}

	#troubleTtl::before {
		transform: translate(-10px, 15px) rotate(60deg);
	}
	#troubleTtl::after {
		transform: translateY(15px) rotate(-60deg);
	}

	#troubleList {
		max-width: 540px;
		margin: 0 auto -40px;
	}

	#troubleList li {
		width: calc(50% - 40px * 1 / 2);
		margin-right: 40px;
		margin-bottom: 40px;
	}

	#troubleList li:nth-child(2n) {
		margin-right: 0;
	}
	
	/* ------------------------------------ */
	/* 買取商品 */
	/* ------------------------------------ */
	#item {
		padding-top: 80px;
	}

	.itemHeadTxt {
		font-size: 2.1rem;
	}

	.itemPoint {
		padding: 20px;
		flex-direction: column;
		background: linear-gradient(135deg, transparent 30px, #fcc402 0) top left, linear-gradient(-45deg, transparent 30px, #fcc402 0) bottom right;
		background-size: 100% 50%;
		background-repeat: no-repeat;
	}

	.itemPointHead {
		width: 80px;
		height: 80px;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 1.3rem;
	}

	.itemBodyListTxt {
		font-size: 1.5rem;
	}

	/* ------------------------------------ */
	/* 強化買取ブランド */
	/* ------------------------------------ */
	#brand {
		padding-top: 80px;
	}

	.brandList li {
		height: 160px;
		padding: 5px 10px;
	}

	.brandFootText::before,
	.brandFootText::after {
		width: 70px;
	}

	.brandFootText::before {
		transform: translate(0px, 10px) rotate(60deg);
	}

	.brandFootText::after {
		transform: translate(0px, 10px) rotate(-60deg);
	}

	.brandFootText p {
		font-size: 2.6rem;
	}

	/* ------------------------------------ */
	/* 強み */
	/* ------------------------------------ */
	#strength {
		margin-top: -80px;
		padding-top: 160px;
	}

	.strengthListItem {
		min-height: 340px;
	}

	.strengthListItem::before {
		width: calc(100% + 30px);
	}

	.strengthListImg {
		height: 320px;
	}

	.strengthListTtl {
		font-size: 2.2rem;
	}

	.strengthListNote {
		font-size: 1.6rem;
	}

	.strengthListTxt {
		font-size: 1.4rem;
	}


	/* ------------------------------------ */
	/* コンバージョン */
	/* ------------------------------------ */
	.ctaInner {
		padding: 30px 30px 30px 140px;
	}

	.ctaInner::before {
		left: 30px;
	}

	.ctaWrap {
		flex-direction: column;
	}

	.ctaTxt {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}

	.ctaTel {
		margin-right: 0;
		margin-bottom: 20px;
	}


	/* ------------------------------------ */
	/* 買取の流れ */
	/* ------------------------------------ */
	#flow {
		padding-top: 80px;
	}

	.flowItemHeadTtl {
		font-size: 2.4rem;
	}

	.flowItemHeadTxt {
		font-size: 2.2rem;
	}

	.flowItemBody {
		padding: 0 30px;
	}

	/* STEP1 申し込み
	------------------------------------ */
	.applyItemNum {
		width: 48px;
		height: 48px;
		line-height: 48px;
	}

	.applyItem:nth-child(1) {
		padding: 0 20px 0 30px;
	}
	.applyItem:nth-child(2) {
		padding: 0 20px;
	}
	.applyItem:nth-child(3) {
		padding: 0 30px 0 20px;
	}


	/* ------------------------------------ */
	/* 買取実績 */
	/* ------------------------------------ */
	#case {
		padding-top: 80px;
	}

	.caseListItem {
		width: calc(25% - 16px * 3 / 4);
		margin-right: 16px;
	}

	.caseItemPlace {
		font-size: 1.3rem;
	}

	.caseItemTxt {
		font-size: 1.4rem;
	}

	/* ------------------------------------ */
	/* お客様の声 */
	/* ------------------------------------ */
	#voice {
		padding-top: 80px;
	}

	#voiceWrap {
		margin-bottom: -20px;
	}

	.voiceItem {
		width: 100%;
		margin-bottom: 20px;
	}

	.voiceItemImg {
		width: 110px;
	}

	.voiceItemBody {
		width: calc(100% - 135px);
		padding: 20px;
	}

	.voiceItemBody::before {
		top: 35px;
	}

	/* ------------------------------------ */
	/* 査定 */
	/* ------------------------------------ */
	.tabContentItem {
		padding: 30px;
	}

	/* LINE査定
	------------------------------------ */
	.linePointTtl {
		width: 90%;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tabbr {
		display: block;
	}
	
	.strengthListItem:nth-child(2n+1) .strengthListImg {
		margin-left: -30px;
	}

	.strengthListItem:nth-child(2n) .strengthListImg {
		margin-right: -30px;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#container {
		font-family: "Hiragino Sans", "Noto Sans CJK JP", sans-serif;
	}

	.spbr {
		display: block;
	}

	.inner {
		padding: 0 20px;
	}

	.cmnSecTtl {
		font-size: 2.8rem;
	}
	.cmnSecTtl::after {
		margin-top: 10px;
		height: 4px;
	}
	
	#contactformWrap.confirm, #contactformWrap.complete {
		padding-top: 60px;
	}
	
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerTel {
		display: none;
	}

	#spHeaderBtnWrap {
		margin-left: auto;
	}
	

	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv::before {
		opacity: 0.6;
	}

	#fvCopy {
		width: 100vw;
		margin: 0 calc(50% - 50vw) -20px;
		text-align: center;
	}

	#fvCopy img {
		width: 100%;
	}

	#fvImg {
		flex-direction: column;
	}
	
	#fvImg img {
		width: 100%;
	}

	#fvBadge {
		width: 90%;
		margin-bottom: 15px;
		padding-bottom: 0;
	}

	#fvMachine {
		width: 100%;
		transform: translateX(5px);
	}

	/* ------------------------------------ */
	/* お悩み */
	/* ------------------------------------ */
	#trouble {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	#troubleTtl {
		font-size: 1.8rem;
	}

	#troubleTtl::before,
	#troubleTtl::after {
		width: 36px;
	}

	#trouble::before,
	#trouble::after {
		width: calc(50% - 105px);
		border-bottom-width: 45px;
	}

	#trouble::before {
		border-right-width: 105px;
	}

	#trouble::after {
		border-left-width: 105px;
	}

	#troubleList {
		margin-bottom: -20px;
	}

	#troubleList li {
		width: calc(50% - 20px * 1 / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	

	/* ------------------------------------ */
	/* 買取商品 */
	/* ------------------------------------ */
	#item {
		padding-top: 60px;
	}

	#item .cmnSecTtl {
		font-size: 2.2rem;
		line-height: 1.3;
	}

	.itemHeadTxt {
		padding-top: 30px;
		padding-bottom: 40px;
		font-size: 1.7rem;
	}

	.itemPointWrap {
		flex-direction: column;
		align-items: center;
	}

	.itemPoint {
		width: 335px;
		max-width: 100%;
		padding: 10px 30px;
		flex-direction: row;
		background: linear-gradient(135deg, transparent 20px, #fcc402 0) top left, linear-gradient(-45deg, transparent 20px, #fcc402 0) bottom right;
		background-size: 100% 50%;
		background-repeat: no-repeat;
	}

	.itemPoint:not(:last-child) {
		margin-bottom: 25px;
	}

	.itemPointHead {
		width: 70px;
		height: 70px;
		margin-right: 15px;
		margin-bottom: 0;
		font-size: 1.1rem;
	}

	.itemPointBody {
		font-size: 1.4rem;
	}

	.itemBodyList.col-4 li {
		width: 50%;
		padding: 5px 5px 20px;
	}

	.itemBodyList.col-3 li {
		width: 50%;
		padding: 20px 5px;
	}

	.itemBodyListTxt {
		font-size: 1.3rem;
	}

	/* ------------------------------------ */
	/* 強化買取ブランド */
	/* ------------------------------------ */
	.brandList li {
		width: calc(50% - 10px * 1 / 2);
		height: auto;
		min-height: 60px;
		max-height: 75px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 10px 25px;
	}

	.brandList {
		margin-bottom: 50px;
	}

	.brandList li:nth-child(5n) {
		margin-right: 10px;
	}

	.brandList li:nth-child(2n) {
		margin-right: 0;
	}

	/* 画像サイズ調整 */
	.brandList li:nth-child(3) .brandListImg {
		width: 45px;
	}

	.brandFootText::before,
	.brandFootText::after {
		width: 50px;
	}

	.brandFootText::before {
		transform: translate(0px, 25px) rotate(60deg);
	}

	.brandFootText::after {
		transform: translate(0px, 25px) rotate(-60deg);
	}

	.brandFootText p {
		flex-shrink: 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	/* ------------------------------------ */
	/* 強み */
	/* ------------------------------------ */
	#strength {
		padding-top: 120px;
		padding-bottom: 100px;
	}

	.strengthListItem {
		width: 100%;
		margin-bottom: 80px;
		padding: 0 15px 20px;
		display: block;
		background-color: #ffe35f;
	}

	.strengthListItem::before {
		content: none;
	}

	.strengthListBody {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 10px;
	}

	.strengthListWorry {
		max-width: 320px;
		bottom: calc(100% - 50px);
	}

	.strengthListNote {
		padding: 2px;
		font-size: 1.4rem;
	}

	.strengthListTtl {
		font-size: 1.5rem;
		transform: translateX(-5px);
	}

	.strengthListTxt {
		font-size: 1.3rem;
	}
	
	.strengthListImg {
		width: 100%;
		height: auto;
		margin-top: 0;
	}

	.strengthListItem:nth-child(2n+1) .strengthListBody {
		margin-left: 0;
	}

	.strengthListItem:nth-child(2n+1) .strengthListTtl {
		transform: translateX(-5px);
	}

	.strengthListItem:nth-child(2n+1) .strengthListImg {
		margin-left: auto;
	}

	.strengthListItem:nth-child(1) .strengthListBody {
		padding-top: 40px;
	}

	/* ------------------------------------ */
	/* コンバージョン */
	/* ------------------------------------ */
	.ctaInner {
		padding: 30px 20px 20px;
	}

	.ctaInner::before {
		width: 82px;
		height: 148px;
		left: calc(50% - 180px);
	}

	.ctaTxt {
		margin-top: -80px;
		margin-bottom: 30px;
		font-size: 1.6rem;
	}
	.ctaTxt::before {
		left: 50px;
	}

	.ctaTel {
		width: 300px;
		max-width: 100%;
	}

	.ctaTelHour {
		font-size: 1.2rem;
	}
	
	.ctaBtn {
		flex-direction: column;
		padding-left: 60px;
	}
	
	.ctaBtn a {
		width: 240px;
		max-width: 100%;
	}

	.ctaForm {
		margin-right: 0;
		margin-bottom: 10px;
	}

	/* ------------------------------------ */
	/* 買取の流れ */
	/* ------------------------------------ */
	#flow {
		padding-top: 80px;
	}

	#flow .cmnSecTtl {
		margin-bottom: 80px;
	}

	.flowItem {
		margin-bottom: 90px;
	}

	.flowItemHead::before {
		top: -45px;
	}
	.flowItemHead::after {
		top: -42px;
	}

	.flowItemHeadTtl {
		font-size: 2.2rem;
	}

	.flowItemHeadTtl::before {
		font-size: 1.4rem;
	}

	.flowItemHeadTxt {
		font-size: 1.5rem;
		letter-spacing: 0.04em;
	}

	.flowItemBody {
		padding: 0 20px;
	}

	.flowItem:not(:last-of-type)::after {
		width: 36px;
		height: 36px;
		bottom: -21px;
	}

	/* STEP1 */
	.flowStep1 .flowItemHead {
		margin-bottom: 20px;
	}

	.flowItemBody.apply {
		padding: 0 30px;
	}
	
	.applyItem {
		width: 100%;
		margin-bottom: 30px;
	}

	.applyItem:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #c9c9c9;
	}

	.applyItem:last-child {
		margin-bottom: 0;
	}

	.applyItem:nth-child(1),
	.applyItem:nth-child(2) {
		padding: 0 0 30px;
	}
	.applyItem:nth-child(3) {
		padding: 0;
	}

	.applyItemNum {
		margin-bottom: 10px;
	}

	/* STEP2 */
	.flowItemHeadNote {
		margin-right: 15px;
		margin-left: 15px;
		font-size: 1.3rem;
	}

	.buyItem {
		width: 100%;
		margin-bottom: 40px;
	}

	.buyItem:last-child {
		margin-bottom: 0;
	}

	.buyItemHead {
		padding: 15px 50px 15px 10px;
		position: relative;
		pointer-events: all;
	}

	.buyItemHead::after {
		content: "";
		width: 20px;
		height: 12px;
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		background: transparent url(./img/icon_accordion.svg) no-repeat center center / contain;
		transition: 0.3s ease-in-out;
	}
	
	.buyItemHead.open::after {
		transform: translateY(-50%) rotate(180deg);
	}
	
	.buyItemHeadTtl {
		flex-direction: row;
	}

	.buyItemHeadTtl::before {
		margin-right: 20px;
	}
	
	.buyItemBody {
		display: none;
		padding: 15px;
	}


	/* ------------------------------------ */
	/* 買取実績 */
	/* ------------------------------------ */
	#caseList {
		margin-bottom: -25px;
	}
	
	.caseListItem {
		width: calc(50% - 16px * 1 / 2);
		margin-bottom: 25px;
	}

	.caseListItem:nth-child(2n) {
		margin-right: 0;
	}

	.caseItemPlace {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}

	.caseItemImg {
		margin-bottom: 10px;
	}

	.caseItemTxt {
		font-size: 1.2rem;
	}


	/* ------------------------------------ */
	/* お客様の声 */
	/* ------------------------------------ */
	#voice {
		padding-bottom: 80px;
	}

	.voiceItemImg {
		width: 90px;
		margin-right: 20px;
	}

	.voiceItemBody {
		width: calc(100% - 110px);
		padding: 20px 15px;
	}

	.voiceItemName {
		font-size: 1.3rem;
	}

	.voiceItemTtl {
		font-size: 1.5rem;
	}

	.voiceItemTxt {
		font-size: 1.3rem;
	}


	/* ------------------------------------ */
	/* 査定 */
	/* ------------------------------------ */
	#contactformWrap {
		padding: 60px 0;
	}

	.tabSwitchItem {
		font-size: 1.5rem;
	}

	.tabContentItem {
		padding: 30px 20px;
	}

	/* かんたん事前査定
	------------------------------------ */
	.formTtl {
		font-size: 3rem;
	}

	.contactItemTit {
		width: 100%;
		margin-bottom: 5px;
		text-align: left;
	}

	.formInput, .formUpload {
		width: 100%;
	}

	.formUpload label {
		margin-bottom: 5px;
	}

	.formUploadName {
		margin-bottom: 10px;
		display: block;
	}

	.formInput textarea {
		height: 180px;
	}

	#ppBox {
		padding: 15px;
	}

	#ppBoxInner {
		padding-right: 20px;
	}
	
	.formCheckbox + span {
		font-size: 1.3rem;
	}

	.formCheckbox + span::after {
		top: 0;
	}

	/* LINE査定
	------------------------------------ */
	#line {
		background: #ffffff;
	}

	.lineTtl {
		margin-bottom: 40px;
		font-size: 3rem;
	}

	#lineHead {
		width: 100%;
		margin-bottom: 0;
	}

	#lineHead::after {
		content: "";
		width: calc(100% + 40px);
		height: 50vw;
		margin-top: -60px;
		display: block;
		background: transparent url(./img/line_img.jpg) no-repeat center center / cover;
		transform: translateX(-20px);
	}

	.lineHeadTxt1 {
		margin-bottom: 5px;
		font-size: 2.4rem;
	}

	.lineHeadTxt2 {
		font-size: 1.3rem;
	}

	.lineHeadTxt3 {
		position: relative;
		background-color: transparent;
		font-size: 1.4rem;
		text-align: left;
		z-index: 1;
	}

	.lineStepBody {
		padding: 30px 20px;
	}

	.lineStepBodyItem:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.lineStepBodyItem:nth-child(2) {
		width: 100%;
	}
	
	.lineWayTtl {
		font-size: 1.4rem;
	}

	.linePoint {
		margin-top: 50px;
	}

	.linePointTtl {
		top: -30px;
		border-radius: 30px;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}

	.spHeaderBtn a {
		width: 9.333vw;
	}

	.strengthListTtl {
		font-size: 1.4rem;
	}

	.ctaInner::before {
		width: 21.867vw;
		height: 39.467vw;
		left: calc(50% - 48vw);
	}

	.ctaBtn {
		padding-left: 16vw;
	}

	.ctaBtn a {
		width: 64vw;
	}
}

.contactItemCont img,
.contactItemCont video{
	width:300px;
	height:auto;
}

#preview{
	width:300px;
	margin-bottom: 10px;
}
#bk_img{
	width:300px;
}
#bk_img img,
#bk_img video,
#preview img,
#preview video{
	width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
	.contactItemCont img,
	.contactItemCont video{
		width:100%;
		height:auto;
	}
	#preview{
		width:100%;
	}
	#bk_img{
		width:100%;
	}
}
