@charset "UTF-8";

/* ------------------------------------------------
                  LP layout  
--------------------------------------------------- */

/**/
.lp-layout {
	width: 100%;
	margin: 0 auto;
	color: #000;
}
.lp-inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.bg-stripe {
	background: url("../../img/tokka/bg_stripe.png") 0 0 repeat;
}
.bg-beige {
	background: #f9f7f3;
}
.bg-grad {
	background: linear-gradient(to bottom, #FFDFAF, #FFFFFF, #FFFFFF);
}

.special-txt-wrap {
	font-size: 1.8rem;
	line-height: 2.2;
}
.special-txt-wrap  p + p {
	margin-top: 1.5em;
}


strong {
	font-weight: bolder;
}

/*
.lp-inner p + p {
	margin-top: 1.5em;
}
*/

@media (max-width: 767px) {
	.lp-inner {
	}
	.special-txt-wrap {
		font-size: 3.6vw;
	}
}



/* MV */
.main-visual {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url("../../img/mv-bg.jpg") center center no-repeat;
	background-size: cover;
}
.main-visual::before {
	content: '';
	width: 60%;
	height: 100%;
	background: url("../../img/tokka/bg_mv_pc.svg") left center no-repeat;
	background-size: cover;
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.mv-inner {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 110px 0;
	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: #282828;
	text-align: left;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 1.2;
	position: relative;
	z-index: 7;
}
.mv-site-ttl {
	margin-top: 40px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	background: #fff;
	color: #f15134;
	font-size: 1.2rem;
	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: 767px) {
	.main-visual::before {
		content: '';
		width: 100%;
		height: 100%;
		background: url("../../img/tokka/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: 12vw 0 0;
		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: 8vw;
		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;
	}
}




/* 買取価格が一番高い可能性は「今」！ */
.sec-now {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-now {
	/* font-size:4.8rem; */
	font-weight: 600;
	text-align: center;
	padding-bottom:30px;
    margin-bottom:30px;
	position: relative
}
/* .ttl-now::after{
	position: absolute;
	content:'';
	width:80px;
	height:4px;
	background: #ec7033;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
} */

@media (max-width: 767px) {
	.sec-now {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-now{
		/* font-size:7.2vw; */
		padding-bottom:4vw;
		margin-bottom:6.6vw;
	}
	.ttl-now::after{
		width:10.6vw;
		height:0.6vw;
	}
	
}




/* アシェットの買取について */
.sec-purchase {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-purchase {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-purchase::before {
	content: '';
	width: 65px;
	height: 65px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_yen.svg") center center no-repeat;
	background-size: 100%;
}

@media (max-width: 767px) {
	.sec-purchase {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-purchase {
		margin-bottom: 10vw;
		font-size:7.2vw;
	}
	.ttl-purchase::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
    
}




/* 説明 */
.sec-about {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-about {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-about::before {
	content: '';
	width: 50px;
	height: 64px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_book.svg") center center no-repeat;
	background-size: 100%;
}

@media (max-width: 767px) {
	.sec-about {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-about {
		margin-bottom: 10vw;
		font-size:7.2vw;
	}
	.ttl-about::before {
		content: '';
		width: 8vw;
		height: 10vw;
		margin-right: 3vw;
	}
    
}


.ttl-general {
	/* font-size:4.8rem; */
	font-weight: 600;
	text-align: center;
	padding-bottom:30px;
    margin-bottom:30px;
	position: relative
}
/* .ttl-general::after{
	position: absolute;
	content:'';
	width:80px;
	height:4px;
	background: #ec7033;
	bottom:0;
	left:0;
	right:0;
	margin: auto;
} */


@media (max-width: 767px) {
	.ttl-general {
		/* font-size:7.2vw; */
		padding-bottom:4vw;
		margin-bottom:6.6vw;
	}
	/* .ttl-general::after{
		width:10.6vw;
		height:0.6vw;
	} */
}




/* 3つのポイント */
.sec-point {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-point {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-point::before {
	content: '';
	width: 28px;
	height: 68px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_point.svg") center center no-repeat;
	background-size: 100%;
}

.point-box-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.point-box {
	width: calc((100% - 60px) / 3);
	padding-bottom: 40px;
	background: #fff;
	border: 1px solid #dfdedb;
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.point-box-num {
	width: 90%;
	max-width: 180px;
	margin: 0 auto;
	position: relative;
	top: -60px;
}
.point-box-num img {
	width: 100%;
}
.point-box-ttl {
	margin: -40px auto 20px;
	color: #c81e32;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.point-box-txt {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.sec-point {
		width: 100%;
		padding:  12vw 0 16vw;
	}
	.ttl-point {
		margin-bottom: 4vw;
		font-size: 7.2vw;
	}
	.ttl-point::before {
		content: '';
		width: 5vw;
		height: 12vw;
		margin-right: 3vw;
	}

	.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 {
		margin: 0 0 3vw;
		font-size: 2.1rem;
	}
	.point-box-txt {
		line-height: 1.6;
		font-size: 1.6rem;
	}
    
}




/* 買取の流れ */
.sec-flow {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-flow {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-flow::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/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 #dfdedb;
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.flow-box::after {
	content: '';
	width: 44px;
	height: 44px;
	background: url("../../img/tokka/icon_arrow_r.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: 150px;
	margin: 0 auto;
	position: relative;
	top: -20px;
}
.flow-box-num img {
	width: 100%;
}
.flow-box-ttl {
	margin: -5px auto 25px;
	color: #c81e32;
	font-size: 2.6rem;
	font-weight: 600;
	text-align: center;
	font-feature-settings: "palt";
}
.flow-box:nth-child(3) .flow-box-ttl {
	margin: 10px auto auto;
}
.flow-box-txt {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.sec-flow {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-flow {
		margin-bottom: 5vw;
		font-size:7.2vw;
	}
	.ttl-flow::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 2vw 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 {
		width: 90%;
		max-width: 120px;
		margin: 0 auto;
		position: relative;
		top: -20px;
	}
	.flow-box-num img {
		width: 100%;
	}
	.flow-box-ttl {
		margin: 0 auto 4vw;
		font-size: 3.8vw;
	}
	.flow-box:nth-child(3) .flow-box-ttl {
		margin: 0 auto 4vw;
	}
	.flow-box-txt {
		line-height: 1.6;
		font-size: 1.6rem;
		text-align: left;
	}
    
}




/* よくある質問 */
.sec-faq {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-faq {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-faq::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_faq.svg") center center no-repeat;
	background-size: 100%;
}

.qa-item{
	display: flex;
	gap: 0 20px;
	border: 2px solid #ec7033;
	background: #fff;
	border-radius: 20px;
	padding: 40px
}
.qa-item:not(:first-child){
	margin-top: 30px
}

.qa-item .qa-num{
	font-size:4.6rem;
	font-weight: 700;
	line-height: 1
}

.qa-item .q-txt{
	font-size:2.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.5em  0 1em
}

.qa-item .a-txt{
	font-family: "Noto Serif JP", serif;
	font-size:2.0rem;
	font-weight: 500;
	position: relative;
}
.qa-item .a-txt::before{
	content: 'A';
	color: #c81e32;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.6rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -52px;
}
.qa-item .a-txt a {
	color: #ec7033;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.sec-faq {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-faq {
		margin-bottom: 10vw;
		font-size:7.2vw;
	}
	.ttl-faq::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
	.qa-wrap{
		width:100%;
		max-width: 1100px;
		margin: 5vw auto 0
	}

	.qa-item{
		display: flex;
		gap:0 ;
		border: 2px solid #ec7033;
		border-radius: 5vw;
		padding: 4vw;
		position: relative
	}
	.qa-item:not(:first-child){
		margin-top: 4vw
	}

	.qa-item .qa-num{
		font-size: 6vw;
		position: absolute
	}

	.qa-item .q-txt{
		font-size: 5.0vw;
		font-weight: 700;
		line-height: 1.4;
		margin: 0.1em  0 1em;
		padding-left: 10vw;
	}

	.qa-item .a-txt{
		padding-left: 10vw;
		font-size: 4.2vw;
	}
	.qa-item .a-txt::before{
		font-size: 6vw;
		position: absolute;
		top: 0;
		left: 0.8vw;
	}
    
}




/* お客様の声 */
.sec-voice {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-voice {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-voice::before {
	content: '';
	width: 69px;
	height: 52px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_voice.svg") center center no-repeat;
	background-size: 100%;
}

.user-voice-box {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.user-voice-box:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.user-voice-box:last-child {
	margin-bottom: 0;
}
.user-info {
	width: 100px;
	padding-top: 110px;
	text-align: center;
	background: url("../../img/tokka/icon_user.svg") top center no-repeat;
	background-size: 100%;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}

.user-voice-txt-wrap {
	width: calc(100% - 140px);
	padding: 25px 50px;
	background: #fff;
	border: 2px solid #B9B9B9;
	border-radius: 20px;
	position: relative;
}
.user-voice-txt-wrap::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: calc(50% - 20px);
	left: -20px;
	border-right: 20px solid #B9B9B9;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.user-voice-txt-wrap::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	top: calc(50% - 20px);
	left: -17px;
	border-right: 20px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.user-voice-box:nth-of-type(2n) .user-voice-txt-wrap::before {
	transform: rotate(180deg);
	left: auto;
	right: -20px;
}
.user-voice-box:nth-of-type(2n) .user-voice-txt-wrap::after {
	transform: rotate(180deg);
	left: auto;
	right: -17px;
}

.user-voice-ttl {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	display: flex;
	align-items: center;
	color: #F6921D;
	font-size: 1.5rem;
	font-weight: 700;
}
.user-voice-txt {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
}


@media (max-width: 767px) {
	.sec-voice {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-voice {
		margin-bottom: 10vw;
		font-size: 7.2vw;
	}
	.ttl-voice::before {
		content: '';
		width: 10vw;
		height: 8vw;
		margin-right: 3vw;
	}

	.user-voice-box {
		width: 100%;
		margin-bottom: 4vw;
	}
	.user-info {
		width: 18vw;
		padding-top: 20vw;
		font-size: 4.2vw;
		line-height: 1.4;
	}

	.user-voice-txt-wrap {
		width: calc(100% - 24vw);
		padding: 5vw;
		position: relative;
	}
	.user-voice-box:nth-of-type(2n) .user-voice-txt-wrap::before {
		transform: rotate(180deg);
		left: auto;
		right: -20px;
	}
	.user-voice-box:nth-of-type(2n) .user-voice-txt-wrap::after {
		transform: rotate(180deg);
		left: auto;
		right: -17px;
	}

	.user-voice-ttl {
		margin-bottom: 1.5vw;
		font-size: 5.2vw;
	}
	.user-voice-txt {
		font-size: 4.6vw;
	}
    
}




/* MV */
.sec-list {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-list {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.4rem;
	font-weight: 600;
	position: relative;
	line-height: 1;
}
.ttl-list::before {
	content: '';
	width: 64px;
	height: 65px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_list.svg") center center no-repeat;
	background-size: 100%;
}

.purchase-list li {
	width: 100%;
	margin-bottom: 10px;
}
.purchase-list li a {
	padding: 15px 60px 15px 20px;
	display: block;
	background: #fff;
	border: 2px solid #F6911E;
	border-radius: 8px;
	color: #E50012;
	text-decoration: none;
	font-weight: 700;
	position: relative;
	transition: 0.3s ease-in-out;
}
.purchase-list li a:hover {
	opacity: 0.6;
}
.purchase-list li a::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url("../../img/tokka/icon_arrow_o.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
}

.sec-list .btnc {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 767px) {
	.sec-list {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-list {
		margin-bottom: 10vw;
		font-size:7.2vw;
	}
	.ttl-list::before {
		content: '';
		width: 10vw;
		height: 11vw;
		margin-right: 3vw;
	}

	.purchase-list li {
		width: 100%;
		margin-bottom: 3vw;
	}
	.purchase-list li a {
		font-size: 4.2vw;
		padding: 3vw 12vw 3vw 4vw;
	}
	.purchase-list li a::after {
		content: '';
		width: 5vw;
		height: 5vw;
		top: calc(50% - 2.5vw);
		right: 3vw;
	}

	.sec-list .btnc {
		margin-top: 8vw;
		text-align: center;
	}

	.sec-list .btnc img {
		width: 100%;
	}
    
}


.sec-bottom {
	width: 100%;
	padding: 20px 0 80px;
}
.sec-bottom #search-box {
	width: 100%;
	max-width: 660px;
	margin: 0 auto 10vw;
}
.ttl-contact {
	margin: 100px auto 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-contact::before {
	content: '';
	width: 70px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url("../../img/tokka/icon_mail.svg") center center no-repeat;
	background-size: 100%;
}

@media (max-width: 767px) {

	.sec-bottom {
		width: 100%;
		padding: 4vw 0 16vw;
	}
	.sec-bottom #search-box {
		width: 100%;
		max-width: initial;
		margin: 0 auto 10vw;
	}
	.ttl-contact {
		margin: 20vw auto 8vw;
		font-size: 5.0vw;
	}
	.ttl-contact::before {
		content: '';
		width: 10vw;
		height: 10vw;
		margin-right: 3vw;
	}
    
    
}

.btn-more {
    width: 80%;
	max-width: 500px;
    margin: 50px auto 0;
	font-size: 3.2rem;
    font-weight: 700;
	display: block;
	border-radius:2em;
	font-family: "Noto Serif JP", serif;
	text-align-last: center;
	padding: 0.65em 1em;
	color:#fff;
	border: 4px solid #dfdedb;
	background: #ec7033;
	position: relative;
}
.btn-more::after{
	position: absolute;
	content:'';
	width:10%;
	height:3px;
	background: #dfdedb;
	top:0;
	bottom:0;
	right:-5%;
	margin: auto
}


@media (max-width: 767px) {

	.btn-more {
		width: 80%;
		max-width: initial;
		margin: 10vw auto 0;
		font-size: 4.26vw;
		border: 0.6vw solid #F2F2F2;
	}
	.btn-more::after{
		height:0.4vw;
	}
}