@charset "UTF-8";

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

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

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

.special-txt-wrap {
	font-size: 18px;
	line-height: 2.2;
}

.txt-red {
	color: #9d0e14;
}

@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/bg_main.jpg") center center no-repeat;
	background-size: cover;
}
.main-visual::before {
	content: '';
	width: 60%;
	height: 100%;
	background: url("../img/bg_mv_pc.svg") left center no-repeat;
	background-size: cover;
	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: #fff;
	font-weight: 700;
	font-size: 2.6rem;
	position: relative;
	text-align: left;
	z-index: 7;
}
.mv-site-ttl {
	margin-top: 40px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 10px;
	background: #fff;
	color: #9d0e14;
	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/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 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
.ttl-now .txt-red {
	font-size: 115%;
}
.ttl-now .border-double {
	padding-bottom: 4px;
	border-bottom: 8px double #9d0e14;
}
@media (max-width: 767px) {
	.sec-now {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-now {
		margin-bottom: 10vw;
		font-size: 5.6vw;
	}
	.ttl-now .txt-red {
		font-size: 115%;
	}
	
}




/* アシェットの買取について */
.sec-purchase {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-purchase {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-purchase::before {
	content: '';
	width: 65px;
	height: 65px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/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: 5.0vw;
	}
	.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: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-about::before {
	content: '';
	width: 50px;
	height: 64px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/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: 5.0vw;
	}
	.ttl-about::before {
		content: '';
		width: 8vw;
		height: 10vw;
		margin-right: 3vw;
	}
    
}


.ttl-general {
	margin-bottom: 50px;
	line-height: 1;
}
@media (max-width: 767px) {
	.ttl-general {
		margin-bottom: 10vw;
	}
}




/* 3つのポイント */
.sec-point {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-point {
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-point::before {
	content: '';
	width: 28px;
	height: 68px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/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: 2px solid #9d0e14;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0, 0.16);
	box-sizing: border-box;
}
.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: #9d0e14;
	font-size: 1.6rem;
	font-weight: 500;
}
.point-box-txt {
	line-height: 1.6;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
	.sec-point {
		width: 100%;
		padding:  12vw 0 16vw;
	}
	.ttl-point {
		margin-bottom: 4vw;
		font-size: 5.0vw;
	}
	.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;
	}
	.point-box-txt {
		line-height: 1.6;
		font-size: 1.2rem;
	}
    
}




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

@media (max-width: 767px) {
	.sec-flow {
		width: 100%;
		padding: 12vw 0 16vw;
	}
	.ttl-flow {
		margin-bottom: 5vw;
		font-size: 5.0vw;
	}
	.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.6vw;
	}
	.flow-box:nth-child(3) .flow-box-ttl {
		margin: 0 auto 4vw;
	}
	.flow-box-txt {
		line-height: 1.6;
		font-size: 1.2rem;
		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: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-faq::before {
	content: '';
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/icon_faq.svg") center center no-repeat;
	background-size: 100%;
}

.faq-box-wrap {
	width: 100%;
	padding: 10px 50px;
	background: #fff;
	border: 2px solid #5b3617;
	box-sizing: border-box;
}
.faq-box {
	width: 100%;
	border-bottom: 1px dashed #B7B6B6;
}
.faq-box:last-child {
	border-bottom: none;
}
.faq-q {
	width: 100%;
	padding: 20px 0 20px 60px;
	position: relative;
	display: flex;
	align-items: center;
	color: #5b3617;
	font-size: 1.5rem;
	font-weight: 700;
	box-sizing: border-box;
}
.faq-q::before {
	content: 'Q';
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	background: #9d0e14;
	border-radius: 50%;
	position: absolute;
	top: 0.8em;
	left: 0;
}
.faq-a {
	width: 100%;
	padding: 0 0 20px 60px;
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 1.2rem;
	line-height: 1.6;
	box-sizing: border-box;
}
.faq-a::before {
	content: 'A';
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5b3617;
	font-size: 1.6rem;
	font-weight: 700;
	background: #fff;
	border: 2px solid #5b3617;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}


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

	.faq-box-wrap {
		width: 100%;
		padding: 2vw 5vw;
	}
	.faq-box {
		width: 100%;
		border-bottom: 1px dashed #B7B6B6;
	}
	.faq-box:last-child {
		border-bottom: none;
	}
	.faq-q {
		width: 100%;
		padding: 4vw 0 4vw 10vw;
	}
	.faq-q::before {
		content: 'Q';
		width: 8vw;
		height: 8vw;
	}
	.faq-a {
		width: 100%;
		padding: 0 0 4vw 10vw;
	}
	.faq-a::before {
		content: 'A';
		width: 8vw;
		height: 8vw;
	}
    
}




/* お客様の声 */
.sec-voice {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-voice {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-voice::before {
	content: '';
	width: 69px;
	height: 52px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/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/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: #5b3617;
	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: 5.0vw;
	}
	.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: 3.6vw;
	}

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




/* MV */
.sec-list {
	width: 100%;
	padding: 60px 0 80px;
}
.ttl-list {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	line-height: 1;
}
.ttl-list::before {
	content: '';
	width: 64px;
	height: 65px;
	display: inline-block;
	margin-right: 20px;
	background: url("../img/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 #5b3617;
	border-radius: 8px;
	color: #9d0e14;
	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/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: 5.0vw;
	}
	.ttl-list::before {
		content: '';
		width: 10vw;
		height: 11vw;
		margin-right: 3vw;
	}

	.purchase-list li {
		width: 100%;
		margin-bottom: 3vw;
	}
	.purchase-list li a {
		padding: 3vw 12vw 3vw 4vw;
		font-size: 1.2rem;
	}
	.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/icon_mail.svg") center center no-repeat;
	background-size: 100%;
}
.sec-bottom .box {
	width: 100%;
	margin: 0 auto 30px;
}

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

