@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: #7b0000; }
a:active { text-decoration: none; color: #7b0000; }

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

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

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

body {
	background: #efe9e1;
	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;
}

/* テキスト調整 */
.serif {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.txtBold {
	font-weight: 700;
}

.txtRed {
	color: #7b0000;
}

.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: #754928;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.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: 295px;
	height: 41px;
	display: block;
	position: relative;
	overflow: hidden;
	background: transparent url(./img/logo.png) no-repeat center center / contain;
}

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

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

#headerTel {
	margin-right: 15px;
	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: #7b0000;
	font-size: 1.5rem;
}

#headerBtnForm span:first-child {
	margin-bottom: 5px;
	padding: 0 20px;
	color: #7b0000;
	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: #f3eade;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.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;
	position: relative;
	background-color: #05040e;
	z-index: 3;
}

#fv::after {
	content: "";
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #594940;
}

#fvInner {
	padding-top: 50px;
	position: relative;
	z-index: 1;
}

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

#fvCopy {
	margin-left: 5%;
	margin-bottom: 50px;
	text-align: left;
}

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

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

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

#fvBadge {
	width: 40%;
}

#fvMachine {
	width: 56.333333%;
	position: relative;
}

#fvMachine::before {
	content: "";
	width: 79px;
	height: 125px;
	position: absolute;
	top: -140px;
	right: 6.25vw;
	background: transparent url(./img/coffee-beans01.png) no-repeat center center / contain;
}
#fvMachine::after {
	content: "";
	width: 67px;
	height: 119px;
	position: absolute;
	left: -7.292vw;
	bottom: 20px;
	background: transparent url(./img/coffee-beans02.png) no-repeat center center / contain;
}

@media screen and (max-width: 1400px) {
	#fvMachine::after {
		left: -4.286vw;
		bottom: 0;
	}
}

@media screen and (max-width: 1279px) {
	#fv::after {
		height: 10.833vw;
	}

	#fvInner::before {
		height: calc(100% - 10.833vw);
	}
	
	#fvMachine::before {
		width: 6.172vw;
		right: 20px;
	}

	#fvMachine::after {
		width: 5.234vw;
		left: -40px;
		bottom: 0;
	}
}


/* ------------------------------------ */
/* こんなお悩みありませんか？ */
/* ------------------------------------ */
#trouble {
	padding-top: 40px;
	padding-bottom: 100px;
	position: relative;
	background-color: #594940;
	z-index: 2;
}

#trouble::after {
	content: "";
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	border-style: solid;
	border-width: 70px 125px 0 125px;
	border-color: #594940 transparent transparent transparent;
}

#troubleTtl {
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}

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


/* ------------------------------------ */
/* 買取商品 */
/* ------------------------------------ */
#item {
	padding-top: 130px;
	padding-bottom: 110px;
	position: relative;
	background: #efe9e1;
	z-index: 1;
}

.itemHeadTxt {
	margin-bottom: 110px;
	font-size: 3.8rem;
	font-weight: 500;
	text-align: center;
}

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

#itemBody {
	margin-bottom: 50px;
}

.itemBodyList {
	display: flex;
	flex-wrap: wrap;
}

.itemBodyList li {
	margin-bottom: 35px;
	display: flex;
	flex-direction: column;
	border: 1px solid #d7d1ca;
	text-align: center;
}

.itemBodyListImg {
	background: linear-gradient(0deg, rgba(239,241,241,1) 28%, rgba(255,255,255,1) 93%);
}

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

.itemBodyListTxt {
	height: 100%;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
}

.itemBodyListTxt .txtLg {
	font-size: 1.46em;
}

.itemBodyListTxt .txtMd {
	font-size: 1.2em;
}

/* 4カラム */
.itemBodyList.col-4 li {
	width: calc(25% - 36px * 3 / 4);
	margin-right: 36px;
}

.itemBodyList.col-4 li:nth-child(4n) {
	margin-right: 0;
}

.itemBodyList.col-4 .itemBodyListTxt {
	min-height: 95px;
}

/* 5カラム */
.itemBodyList.col-5 li {
	width: calc(20% - 35px * 4 / 5);
	margin-right: 35px;
}

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

.itemBodyList.col-5 .itemBodyListTxt {
	min-height: 80px;
}

.itemFootTxt1 {
	margin-bottom: 15px;
	font-size: 3rem;
	font-weight: 600;
	text-align: center;
}

.itemFootTxt1 span {
	display: block;
}

.itemFootTxt2 {
	width: 86%;
	margin: 0 auto 50px;
	padding: 10px;
	background-color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

.itemFootImg {
	text-align: center;
}

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

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

	.itemBodyListTxt {
		font-size: 1.172vw;
	}

	.itemBodyList.col-4 .itemBodyListTxt {
		min-height: 7.422vw;
	}
	.itemBodyList.col-5 .itemBodyListTxt {
		min-height: 6.25vw;
	}
}


/* ------------------------------------ */
/* 強み */
/* ------------------------------------ */
#strength {
	margin-top: -150px;
	padding-top: 280px;
	padding-bottom: 130px;
	background-color: #594940;
}

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

.strengthListItem {
	width: calc(100% - 60px);
	min-height: 390px;
	margin-bottom: 200px;
	position: relative;
	display: flex;
	background-color: #ffffff;
}

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

.strengthListBody {
	width: 52.6315789%;
	padding: 90px 30px 40px;
	position: relative;
}

.strengthListWorry {
	width: calc(100% - 80px);
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	bottom: calc(100% - 50px);
	color: #ffffff;
	background-color: #382d26;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 1.6667;
}

.strengthListWorry::before {
	content: "";
	width: 27px;
	height: 25px;
	position: absolute;
	top: -25px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.strengthListWorry::after {
	content: "";
	width: 142px;
	height: 228px;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
}

.strengthListWorry span {
	display: inline-block;
}

.strengthListTtl {
	margin-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.4615;
}

.strengthListNote {
	margin-bottom: 15px;
	padding: 4px;
	color: #7b0000;
	border: 2px solid #7b0000;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}

.strengthListTxt {
	font-size: 1.6rem;
	letter-spacing: 0.025em;
	line-height: 1.75;
}

.strengthListImg {
	width: 52.6315789%;
	height: 380px;
	position: absolute;
}

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

/* 個別調整 */
.strengthListItem:nth-child(odd) {
	margin-left: auto;
}

.strengthListItem:nth-child(odd) .strengthListBody {
	margin-left: auto;
}

.strengthListItem:nth-child(odd) .strengthListImg {
	top: -50px;
	left: -60px;
}

.strengthListItem:nth-child(even) .strengthListImg {
	top: -50px;
	right: -60px;
}

.strengthListItem:nth-child(1) .strengthListWorry {
	padding-left: 80px;
	padding-right: 130px;
	left: 40px;
}
.strengthListItem:nth-child(1) .strengthListWorry::before {
	right: 150px;
	background-image: url(./img/fukidashi_right.svg);
}
.strengthListItem:nth-child(1) .strengthListWorry::after {
	right: -20px;
	background-image: url(./img/strength_illust01.svg);
}

.strengthListItem:nth-child(2) .strengthListWorry {
	padding-left: 130px;
	padding-right: 20px;
	right: 40px;
}
.strengthListItem:nth-child(2) .strengthListWorry::before {
	left: 150px;
	background-image: url(./img/fukidashi_left.svg);
}
.strengthListItem:nth-child(2) .strengthListWorry::after {
	left: -20px;
	background-image: url(./img/strength_illust02.svg);
}

.strengthListItem:nth-child(3) .strengthListWorry {
	left: 40px;
	padding-left: 40px;
	padding-right: 130px;
}
.strengthListItem:nth-child(3) .strengthListWorry::before {
	right: 150px;
	background-image: url(./img/fukidashi_right.svg);
}
.strengthListItem:nth-child(3) .strengthListWorry::after {
	right: -20px;
	background-image: url(./img/strength_illust03.svg);
}

@media screen and (max-width: 1279px) {
	.strengthListWorry span {
		display: inline;
	}

	.strengthListItem:nth-child(1) .strengthListWorry {
		padding-left: 40px;
	}
}

/* ------------------------------------ */
/* コンバージョン */
/* ------------------------------------ */
.cta {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #7b0000;
}

.ctaTxt {
	margin-bottom: 30px;
	color: #ffffff;
	font-size: 3.2rem;
	text-align: center;
}

.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: 15%;
	color: #f9e4c6;
}

.ctaBtn {
	display: flex;
}

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

.ctaForm {
	margin-right: 25px;
}


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

.flowItem {
	margin-bottom: 120px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

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

/* 矢印の装飾 */
.flowArrowTop {
	position: relative;
}

.flowArrowTop::before,
.flowArrowTop::after {
	content: "";
	width: 50%;
	height: 90px;
	display: block;
	position: absolute;
}

.flowArrowTop::before {
	top: -120px;
	left: 0;
	background:
	linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%
}

.flowArrowTop::after {
	top: -120px;
	right: 0;
	background:
	linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%
}

.flowArrowBottom {
	position: relative;
}

.flowArrowBottom::after {
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.flowArrowBottom::after {
	bottom: -120px;
	background:
	linear-gradient(to top right, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/50% 100%,
	linear-gradient(to top left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top right/50% 100%;
}

.flowItemHead {
	margin-bottom: 40px;
	text-align: center;
}

.flowItemHeadTtl {
	width: 140px;
	height: 140px;
	margin: 0 auto 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #754928;
	font-size: 2.2rem;
	font-weight: 600;
	border-radius: 50%;
}

.flowItemHeadTtl::before {
	content: attr(data-text);
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
	line-height: 1.4;
	text-transform: uppercase;
}

.flowItemHeadTxt {
	margin-bottom: 15px;
	font-size: 2.6rem;
	font-weight: 600;
}

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

.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: #7b0000;
	border: 1px solid #7b0000;
	line-height: 1.2857;
}

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

.buyItemHead {
	padding: 30px;
	background-color: #938571;
	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 #938571;
}

.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 #938571;
	border-bottom: 2px solid #938571;
	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: #938571;
}

.buyStepHead {
	margin-bottom: 10px;
	padding-top: 3px;
	position: relative;
	color: #333333;
	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: #938571;
	font-size: 1.8rem;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 0.075em;
	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: #7b0000;
	background-color: #f7e8e7;
	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: #7b0000;
	font-size: 1.4rem;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 0.03em;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
}


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

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

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

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

.caseItemPlace {
	margin-bottom: 10px;
}

.caseItemImg {
	margin-bottom: 15px;
	background-color: #ffffff;
	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: 130px;
}

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

.voiceItem {
	width: 48%;
	margin-bottom: 40px;
	padding: 30px 35px;
	position: relative;
	display: flex;
	background-color: #ffffff;
}

.voiceItemImg {
	width: 130px;
	margin-right: 35px;
	padding-top: 20px;
}

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

.voiceItemBody {
	width: calc(100% - 165px);
}

.voiceItemName {
	margin-bottom: 15px;
	padding: 5px 15px;
	display: block;
	color: #333333;
	background-color: #dad3c1;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: right;
}

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


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

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

.tabSwitchItem {
	width: 49%;
	padding: 18px 10px;
	background-color: #ffffff;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	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: #7b0000;
	border: 3px solid #7b0000;
	border-bottom: transparent;
}

#form {
	border: 3px solid #7b0000;
}

.formTtl {
	margin-bottom: 30px;
	color: #7b0000;
	font-size: 3.4rem;
	font-weight: 700;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	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;
	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: #7b0000 url(./img/icon_arrow.svg) no-repeat center right 20px / 20px auto;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 600;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	text-align: center;
	border: none;
	border-radius: 0;
	cursor: pointer;
}

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

#contactformWrap.complete {
	height: 100vh;
}

#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: #7b0000;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: 700;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	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;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	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%;
}


/* 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: 156px;
}

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

/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
#footer {
	padding: 30px 20px;
	color: #ffffff;
	background-color: #382d26;
}

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

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

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

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

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

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


/* -------------------------------------------------- */
/* 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: #7b0000;
		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: #f3eade;
		display: none;
	}

	#drawerNavList {
		padding: 0 30px;
	}

	.drawerNavListItem {
		border-top: 3px solid #7b0000;
	}
	
	.drawerNavListItem a {
		padding: 15px;
		position: relative;
		display: block;
		color: #7b0000;
		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 #7b0000;
		border-right: 2px solid #7b0000;
		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: #7b0000;
	}

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

	.drawerNavTel {
		text-align: center;
	}


	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv {
		padding-top: 50px;
	}
	
	#fvInner::before {
		background-position: center right -100px;
		background-size: cover;
	}

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

	#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-bottom: 80px;
	}

	.itemHeadTxt {
		margin-bottom: 60px;
		font-size: 2.3rem;
	}

	.itemBodyList.col-4 li {
		width: calc(25% - 16px * 3 / 4);
		margin-right: 16px;
		margin-bottom: 15px;
	}
	
	.itemBodyList.col-5 li {
		width: calc(20% - 15px * 4 / 5);
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.itemBodyListTxt {
		font-size: 1.2rem;
	}
	
	.itemBodyList.col-4 .itemBodyListTxt {
		min-height: 65px;
	}

	.itemBodyList.col-5 .itemBodyListTxt {
		min-height: 50px;
	}

	.itemFootTxt1 {
		font-size: 2.4rem;
	}

	.itemFootTxt2 {
		font-size: 1.6rem;
	}


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

	.strengthListItem {
		width: calc(100% - 30px);
		margin-bottom: 140px;
	}

	.strengthListItem:nth-child(odd) .strengthListImg {
		left: -30px;
	}
	.strengthListItem:nth-child(even) .strengthListImg {
		right: -30px;
	}

	.strengthListBody {
		width: 51.605996%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.strengthListImg {
		width: 51.605996%;
	}

	.strengthListWorry {
		font-size: 1.4rem;
	}
	.strengthListWorry::after {
		width: 106px;
		height: 171px;
	}

	.strengthListTtl {
		font-size: 2.4rem;
	}

	.strengthListNote {
		font-size: 1.6rem;
	}

	.strengthListTxt {
		font-size: 1.4rem;
	}


	.strengthListItem:nth-child(1) .strengthListWorry,
	.strengthListItem:nth-child(3) .strengthListWorry {
		padding-left: 20px;
		padding-right: 90px;
	}

	.strengthListItem:nth-child(2) .strengthListWorry {
		padding-left: 90px;
		padding-right: 10px;
	}

	/* ------------------------------------ */
	/* コンバージョン */
	/* ------------------------------------ */
	.ctaWrap {
		flex-direction: column;
	}

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


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

	.flowItemBody {
		padding: 0 30px;
	}

	/* STEP1 申し込み
	------------------------------------ */
	.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;
		padding-bottom: 80px;
	}

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

	.voiceItemImg {
		padding-top: 0;
	}
	

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

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

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.tabbr {
		display: block;
	}
}

/* -------------------------------------------------- */
/* 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;
	}
	
	#contactformWrap.confirm, #contactformWrap.complete {
		padding-top: 60px;
	}
	
	/* ------------------------------------ */
	/* ヘッダー */
	/* ------------------------------------ */
	#headerTel {
		display: none;
	}

	#spHeaderBtnWrap {
		margin-left: auto;
	}
	

	/* ------------------------------------ */
	/* ファーストビュー */
	/* ------------------------------------ */
	#fv::after {
		height: 16vw;
	}

	#fvInner::before {
		height: calc(100% - 16vw);
	}
	
	#fvInner::before {
		opacity: 0.3;
		background-position: center right -180px;
	}

	#fvCopy {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		text-align: center;
	}

	#fvCopy img {
		width: 100%;
	}

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

	#fvBadge {
		width: 80%;
		margin-bottom: 20px;
	}
	
	#fvMachine {
		width: 100%;
	}

	#fvMachine::before {
		width: 11.034vw;
		right: -15px;
		top: 40%;
	}

	#fvMachine::after {
		width: 9.358vw;
		left: -20px;
		bottom: 60%;
	}

	/* ------------------------------------ */
	/* お悩み */
	/* ------------------------------------ */
	#troubleTtl {
		font-size: 1.8rem;
	}

	#trouble::after {
		bottom: -45px;
		border-width: 45px 105px 0 105px;
	}

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

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

	.itemHeadTxt {
		font-size: 1.8rem;
	}

	.itemBodyList.col-4 li {
		width: calc(50% - 12px * 1 / 2);
		margin-right: 12px;
	}

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

	.itemBodyList.col-4 .itemBodyListTxt {
		min-height: 12.37vw;
	}

	.itemBodyList.col-5 li {
		width: calc(33.33% - 12px * 2 / 3);
		margin-right: 12px;
	}
	

	.itemBodyList.col-5 li:nth-child(5n) {
		margin-right: 12px;
	}

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

	.itemBodyList.col-5 .itemBodyListTxt {
		min-height: 10.417vw;
	}

	.itemBodyListTxt {
		font-size: 1.953vw;
	}

	.itemFootTxt1 {
		font-size: 1.7rem;
	}

	.itemFootTxt2 {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}

	/* ------------------------------------ */
	/* 強み */
	/* ------------------------------------ */
	.strengthListItem {
		width: 100%;
		margin-bottom: 120px;
		flex-direction: column;
	}

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

	.strengthListWorry {
		bottom: calc(100% - 40px);
		font-size: 1.2rem;
	}

	.strengthListWorry::after {
		width: 86px;
		height: 136px;
	}

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

	.strengthListTxt {
		font-size: 1.3rem;
	}
	
	.strengthListImg {
		width: 100%;
		height: auto;
		padding: 0 20px 20px;
		position: relative;
	}

	.strengthListItem:nth-child(odd) .strengthListImg,
	.strengthListItem:nth-child(even) .strengthListImg {
		top: auto;
		right: auto;
		left: auto;
	}

	.strengthListItem:nth-child(1) .strengthListWorry,
	.strengthListItem:nth-child(3) .strengthListWorry {
		width: calc(100% - 40px);
		left: 20px;
		padding-right: 70px;
	}

	.strengthListItem:nth-child(2) .strengthListWorry {
		width: calc(100% - 40px);
		padding-left: 70px;
		right: auto;
		left: 20px;
	}

	.strengthListItem:nth-child(1) .strengthListWorry::before,
	.strengthListItem:nth-child(3) .strengthListWorry::before {
		right: 80px;
	}

	.strengthListItem:nth-child(2) .strengthListWorry::before {
		left: 80px;
	}

	/* ------------------------------------ */
	/* コンバージョン */
	/* ------------------------------------ */
	.ctaTxt {
		font-size: 2.2rem;
	}

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

	.ctaBtn {
		flex-direction: column;
	}

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


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

	.flowItem:not(:last-child) {
		margin-bottom: 90px;
	}

	.flowItemHeadTxt {
		font-size: 1.7rem;
	}

	.flowItemHeadTtl {
		width: 100px;
		height: 100px;
		font-size: 1.6rem;
	}

	.flowItemBody {
		padding: 0 20px;
	}

	.flowArrowBottom::after,
	.flowArrowTop::before, .flowArrowTop::after {
		height: 60px;
	}

	.flowArrowBottom::after {
		bottom: -90px;
	}

	.flowArrowTop::before, 
	.flowArrowTop::after {
		top: -90px;
	}

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

	.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),
	.applyItem:nth-child(3) {
		padding: 0 0 30px;
	}

	/* 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;
	}


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

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

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

	.caseItemImg {
		margin-bottom: 10px;
	}

	.caseItemTxt {
		font-size: 1.2rem;
	}


	/* ------------------------------------ */
	/* お客様の声 */
	/* ------------------------------------ */
	.voiceItem {
		margin-bottom: 20px;
		padding: 30px 15px 20px;
	}

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

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

	.voiceItemName {
		font-size: 1.3rem;
	}

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

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