/* common */
.special-ttl {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
@media (max-width: 768px) {
	.special .cont-inn {
		width: 90%;
	}
	.special-ttl {
		margin-bottom: 7vw;
		font-size: 6.8vw;
		line-height: 1.4;
	}
}
/* MV */
.main-visual {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: var(--color-secondary);
}
.main-visual::before {
	content: '';
	width: 60%;
	height: 100%;
	background: url(../img/special/bg_mv_pc.svg) left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.mv-inner {
	padding: 70px 30px 70px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.mv-ttl-wrap {
	width: 48%;
	text-align: left;
}
.spacial-mv-ttl {
	color: #fff;
	font-weight: 800;
	font-size: 3.2rem;
	line-height: 1.6;
	position: relative;
	text-align: left;
	z-index: 7;
}
.mv-site-ttl {
	margin-top: 40px;
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 10px;
	background: #fff;
	color: var(--color-accent);
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
	z-index: 7;
}
.mv-img-wrap {
	width: 50%;
	padding-top: 20%;
	position: relative;
}
.mv-img-01, 
.mv-img-02, 
.mv-img-03, 
.mv-img-04 {
	width: 26%;
	max-width: 180px;
}
.mv-img-01 {
	position: absolute;
	top: -5%;
	left: 0;
	transform: rotate(-15deg);
	z-index: 6;
}
.mv-img-02 {
	position: absolute;
	top: 15%;
	left: 25%;
	transform: rotate(15deg);
	z-index: 4;
}
.mv-img-03 {
	position: absolute;
	top: -5%;
	right: 25%;
	transform: rotate(-15deg);
	z-index: 3;
}
.mv-img-04 {
	position: absolute;
	top: 15%;
	right: 0;
	transform: rotate(15deg);
	z-index: 5;
}
.mv-img-01 img, 
.mv-img-02 img, 
.mv-img-03 img, 
.mv-img-04 img {
	width: 100%;
}
@media (max-width: 1100px) {
	.spacial-mv-ttl {
		font-size: 3.8vw;
	}
	.mv-site-ttl {
		font-size: 1.6vw;
	}
}
@media (max-width: 768px) {
	.main-visual.cont-inn {
		width: 100%;
	}
	.main-visual::before {
		content: '';
		width: 100%;
		height: 100%;
		background: url(../img/special/bg_mv_sp.svg) left bottom no-repeat;
		background-size: 100%;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mv-inner {
		width: 90%;
		margin: 0 auto;
		padding: 10vw 0 7vw;
		display: block;
	}
	.mv-ttl-wrap {
		width: 100%;
		text-align: center;
	}
	.spacial-mv-ttl {
		text-align: center;
		font-size: 6.8vw;
	}
	.mv-site-ttl {
		margin-top: 7vw;
		padding: 2vw 5vw;
		font-size: 3.8vw;
	}
	
	.mv-img-wrap {
		width: 100%;
		padding-top: 58vw;
		position: relative;
	}
	.mv-img-01, 
	.mv-img-02, 
	.mv-img-03, 
	.mv-img-04 {
		width: 25%;
		max-width: 180px;
	}
	.mv-img-01 {
		top: auto;
		bottom: 34%;
		right: 73%;
	}
	.mv-img-02 {
		top: auto;
		bottom: 16%;
		right: 49%;
	}
	.mv-img-03 {
		top: auto;
		bottom: 31%;
		right: 24%;
	}
	.mv-img-04 {
		top: auto;
		bottom: 15%;
		right: 0;
	}
}

/* read */
.special-read {
	text-align: center;
}
.read-ttl, 
.special-read .read-ttl > p {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.6;
}
.special-read p {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 30px;
}
.bg-grad {
	background: linear-gradient(to bottom, #e5f3ff 0%, #ffffff 100%);
}
@media (max-width: 768px) {
	.read-ttl {
		font-size: 6.4vw;
	}
	.special-read p {
		font-size: 4.8vw;
		margin-top: 3vw;
	}
}
/* 3つのポイント */
.sec-point {
	width: 100%;
	padding: 60px 0 80px;
}
.special-ttl.point-ttl {
	margin-bottom: 110px;
	align-items: flex-end;
}
.point-ttl::before {
	content: '';
	width: 28px;
	height: 67px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_point.svg) center center no-repeat;
	background-size: 100%;
}
.point-ttl span {
	font-size: 5.6rem;
	margin-bottom: -0.1em;
}
.point-box-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.point-box {
	width: calc((100% - 60px) / 3);
	padding-bottom: 40px;
	border: 1px solid var(--color-secondary);
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.point-box-num {
	width: 100%;
	max-width: 180px;
	margin: -60px auto 15px;
}
.point-box-num img {
	width: 100%;
}
.point-box-ttl {
	margin: 0 auto 10px;
	color: var(--color-accent);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
}
.point-box-txt {
	font-weight: 500;
}

@media (max-width: 768px) {
	.sec-point {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.special-ttl.point-ttl {
		margin-bottom: 7vw;
	}
	.point-ttl::before {
		content: '';
		width: 5vw;
		height: 12vw;
		margin-right: 3vw;
	}
	.point-ttl span {
		font-size: 10vw;
	}
	.point-box-wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.point-box {
		width: 100%;
		padding: 4vw 4vw 4vw 26vw;
		margin-top: 5vw;
		text-align: left;
	}
	.point-box-num {
		width: 20vw;
		max-width: initial;
		margin: 0;
		position: absolute;
		top: calc(50% - 10vw);
		left: 3vw;
	}
	.point-box-ttl {
		font-size: 5vw;
		margin: 0 0 3vw;
	}
	.point-box-txt {
		line-height: 1.6;
	}
}

/* 買取の流れ */
.flow-ttl::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_flow.svg) center center no-repeat;
	background-size: 100%;
}
.flow-box-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow-box {
	width: calc((100% - 40px) / 3);
	margin-top: 50px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--color-secondary);
	border-radius: 8px;
	position: relative;
	text-align: center;
}
.flow-box::after {
	content: '';
	width: 44px;
	height: 44px;
	background: url(../img/special/icon_arrow_o.svg) center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 22px);
	right: -33px;
	z-index: 5;
}
.flow-box:last-child {
	margin: 50px auto 0 20px;
}
.flow-box:last-child::after {
	content: none;
}
.flow-box-num {
	width: 90%;
	max-width: 140px;
	position: relative;
	top: -20px;
	left: 45%;
	transform: translateX(-50%);
}
.flow-box-num img {
	width: 100%;
}
.flow-box-ttl {
	margin: -5px auto 20px;
	color: var(--color-accent);
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
}
.flow-box:nth-child(3) .flow-box-ttl {
	margin: 10px auto auto;
}
.flow-box-txt {
	font-weight: 500;
}

@media (max-width: 768px) {
	.flow-ttl::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
	.flow-box-wrap {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flow-box {
		width: calc((100% - 4vw) / 2);
		margin-top: 7vw;
		padding: 0 3vw 4vw;
	}
	.flow-box::after {
		content: '';
		width: 5vw;
		height: 5vw;
		position: absolute;
		top: calc(50% - 2.5vw);
		right: -4vw;
		z-index: 5;
	}
	.flow-box:last-child {
		margin: 7vw auto 0 0;
	}
	.flow-box:last-child::after {
		content: none;
	}
	.flow-box-num {
		max-width: 37vw;
		top: -5vw;
		left: 45%;
		transform: translateX(-50%);
	}
	.flow-box-num img {
		width: 100%;
	}
	.flow-box-ttl {
		margin: 0 auto 4vw;
		font-size: 3.7vw;
	}
	.flow-box:nth-child(3) .flow-box-ttl {
		margin: 0 auto 4vw;
	}
	.flow-box-txt {
		line-height: 1.6;
		font-size: 3.2vw;
		text-align: left;
	}
}

/* よくある質問 */
.faq-ttl::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_faq.svg) center center no-repeat;
	background-size: 100%;
}
.faq-wrap {
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	padding: 30px;
	background: #fff;
}
.faq-con + .faq-con {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed var(--color-primary);
}
.faq-wrap dl dt {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--color-primary);
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 50px;
}
.faq-wrap dl dt::before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../img/common/icon_q.svg) no-repeat center;
	background-size: 100%;
	top: 0.1em;
	left: 0;
}
.faq-wrap dl dd {
	font-weight: 500;
	position: relative;
	padding-left: 50px;
}
.faq-wrap dl dd::before {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../img/common/icon_a.svg) no-repeat center;
	background-size: 100%;
	top: -0.2em;
	left: 0;
}
.faq-wrap dl dd a {
	color: var(--color-accent);
	text-decoration: underline;
}
.faq-wrap .btn {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.faq-ttl::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
	.faq-wrap {
		border-radius: 2.7vw;
		padding: 5vw;
	}
	.faq-con + .faq-con {
		margin-top: 3vw;
		padding-top: 3vw;
	}
	.faq-wrap dl dt {
		font-size: 5vw;
		padding-left: 11vw;
		line-height: 1.4;
	}
	.faq-wrap dl dt::before {
		width: 8vw;
		height: 8vw;
	}
	.faq-wrap dl dd {
		padding-left: 11vw;
	}
	.faq-wrap dl dd::before {
		width: 8vw;
		height: 8vw;
	}
	.faq-wrap .btn {
		margin-top: 7vw;
	}
}

/* お客様の声 */
.voice {
	background: #fff8f2;
}
.voice-ttl::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_voice.svg) center center no-repeat;
	background-size: 100%;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: auto !important;
}
.slide-item {
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	padding: 25px;
	margin: 0 10px;
	background: #fff;
	width: 435px !important;
	display: flex !important;
	flex-direction: column;
}
.voice-icon {
	width: 84px;
	margin: 0 auto;
}
.voice-copy {
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--color-accent);
	margin: 0.7em 0 0.5em;
	line-height: 1.4;
}
.voice-txt {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0.5em;
	flex-grow: 1;
}
.voice-info {
	font-weight: 700;
	text-align: right;
}
.slick-dots {
	bottom: -40px !important;
}
.slick-dots li.slick-active button:before {
	color: var(--color-secondary) !important;
}
.slick-dots li button:before {
	font-size: 8px !important;
}
.slick-dots li {
	margin: 0 !important;
}
@media (max-width: 768px) {
	.voice-ttl::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
	.slide-item {
		border-radius: 2.7vw;
		padding: 5vw;
		margin: 0 2.5vw;
		width: 80vw !important;
	}
	.voice-icon {
		width: 14.4vw;
	}
	.voice-copy {
		font-size: 4.8vw;
	}
	.voice-txt {
		font-size: 3.7vw;
	}
	.slick-dots {
		bottom: -10vw !important;
	}
}

/* 買取品目一例 */
.purchase-ttl::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_list.svg) center center no-repeat;
	background-size: 100%;
}
.purchase-list li + li {
	margin-top: 10px;
}
.purchase-list li a {
	display: block;
	border: 1px solid var(--color-primary);
	border-radius: 10px;
	padding: 15px 60px 15px 20px;
	background: #fff;
	position: relative;
	color: var(--color-accent);
	font-weight: 700;
}
.purchase-list li a::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../img/special/icon_arrow_b.svg) no-repeat center;
	background-size: 100%;
	top: calc(50% - 12px);
	right: 20px;
}
.purchase .btn {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.purchase-ttl::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
	.purchase-list li + li {
		margin-top: 3vw;
	}
	.purchase-list li a {
		border-radius: 2.7vw;
		padding: 3vw 12vw 3vw 4vw;
	}
	.purchase-list li a::after {
		content: '';
		width: 5vw;
		height: 5vw;
		top: calc(50% - 2.5vw);
		right: 3vw;
	}
	.purchase .btn {
		margin-top: 7vw;
	}
}
/* 検索 */
.lower .search-box form {
	margin: 0 auto;
}
.lower.special .search-box input {
	background: #fff;
}

/* お問い合わせ */
.inquiry-ttl::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url(../img/special/icon_inquiry.svg) center center no-repeat;
	background-size: 100%;
}
@media (max-width: 768px) {
	.inquiry-ttl::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
}
.lower.special .cta-read {
	margin-top: 0;
}

.special-txt-wrap img {
	width: auto;
	display: inline-block;
}

.special-txt-wrap em {
	font-style: italic;
}
.special-txt-wrap strong {
	font-weight: bold;
}
