@charset "utf-8";

/*-------------------------------
	キービジュアル
-------------------------------*/

.Keyvisual{
	background-image: url(../images/linesatei/bg_keyvisual.jpg);
	background-image: image-set(url(../images/linesatei/bg_keyvisual.jpg) 1x, url(../images/linesatei/bg_keyvisual@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Keyvisual{
		background-image: url(../images/linesatei/sp_bg_keyvisual.jpg);
		background-image: image-set(url(../images/linesatei/sp_bg_keyvisual.jpg) 1x, url(../images/linesatei/sp_bg_keyvisual@2x.jpg) 2x);
	}

}



/*-------------------------------
	こんな方にオススメ！
-------------------------------*/

.C-Point{
	padding-bottom: 0;
}
.C-Point-banner__left{
	left: 9rem;
}
.Point-badge{
	border: .3rem solid var(--blackcolor);
	background: var(--maincolor);
	width: 14.5rem;
	height: 14.5rem;
	border-radius: 50%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(2.5 / 1.8);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: -2.2rem;
	top: -2.4rem;
	transform: rotate(-10deg);
}
.C-Point-banner__image{
	width: 19.5rem;
}
.C-Point-banner__check{
	margin-bottom: 2.6rem;
}
.Point-subtitle{
	width: 100%;
	margin-bottom: 1.2rem;
	line-height: 1;
	font-weight: 900;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Point-subtitle::before,
.Point-subtitle::after{
	content: "/";
	display: block;
	line-height: 1;
}
.Point-subtitle::before{
	transform: scale(-1,1);
	margin-right: 1rem;
}
.Point-subtitle::after{
	margin-left: .5rem;
}
.Point__list{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Point__list-item{
	width: calc((100% - (1.4rem * 2)) / 3);
	height: 4.6rem;
    font-size: 2.1rem;
    font-weight: 700;
    padding-left: 2rem;
    background: #00c04f;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	color: #fff;
}
.Point__list-item:nth-of-type(1){
	z-index: 6000;
}
.Point__list-item:nth-of-type(2){
	z-index: 5000;
}
.Point__list-item:nth-of-type(3){
	z-index: 4000;
}
.Point__list-item:not(:first-child)::before,
.Point__list-item:not(:last-child)::after{
	content: "";
	display: block;
	width: 2rem;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.Point__list-item:not(:first-child)::before{
	background: #fff;
	left: 0;
}
.Point__list-item:not(:last-child)::after{
	transform: translateX(calc(100% - .1rem));
    background: #00c04f;
    right: 0;
}

.Point-line__inner{
	margin-top: -13rem;
	padding-top: 19rem;
	padding-bottom: 6.8rem;
	background-size: auto auto;
	background-color: rgba(255, 250, 225, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 1rem, rgba(255, 246, 208, 1) 1rem, rgba(255, 246, 208, 1) 2rem );
}
.Point-line__title{
	width: 100%;
	font-size: 5rem;
	margin-bottom: 2.8rem;
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Point-line__title span{
	border: .3rem solid var(--blackcolor);
	font-size: 6rem;
    margin-left: .5rem;
    padding: .5rem 1.2rem 1rem 2.2rem;
    line-height: 1;
    display: block;
	background: #fff;
}
.Point-line__button{
	width: 52.8rem;
	height: 7.4rem;
}
.Point-line__button a{
	font-size: 2rem;
	border-radius: 3.7rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Point{
		padding-bottom: 0;
	}
	.C-Point-banner{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.Point-badge{
		width: 14.2rem;
		height: 14.2rem;
		position: static;
		order: 2;
	}
	.C-Point-banner__left{
		width: calc(100% - 14.2rem);
		padding-left: 1.5rem;
		order: 3;
		transform: scale(-1,1);
	}
	.C-Point-banner__image{
		width: 100%;
	}
	.C-Point-banner__content{
		width: 100%;
		order: 1;
	}
	.C-Point-banner__check{
		margin-bottom: 2.8rem;
	}
	.Point-subtitle{
        width: calc(100% + 5.6rem);
	}

	.Point-line__inner{
		margin-top: -30.5rem;
		padding-top: 34.5rem;
		padding-bottom: 8rem;
	}
	.Point-line__title{
		font-size: 3.3rem;
		margin-bottom: 3rem;
	}
	.Point-line__title span{
		font-size: 3.9rem;
		padding: 0 .8rem .6rem 1.2rem;
	}
	.Point-line__button{
		width: 100%;
	}

}



/*-------------------------------
	QRコードスキャン・ID検索にこちらから！
-------------------------------*/

.Join__title{
	margin-bottom: 1.2rem;
}
.Join__text{
	font-size: 1.8rem;
	margin-bottom: 3.5rem;
	font-weight: 700;
	line-height: calc(2.5 / 1.8);
	text-align: center;
}
.Join-block-wrap{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.Join-block{
	border: .3rem solid var(--blackcolor);
	width: calc((100% - 3.4rem) / 2);
	border-radius: 1rem;
}
.Join-block__title{
	border-bottom: .3rem solid var(--blackcolor);
	width: 100%;
	height: 8.4rem;
	font-size: 2.5rem;
	font-weight: 900;
	letter-spacing: .05em;
	color: #fff;
	background: #2c2c2c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Join-block__body{
	width: 100%;
	height: calc(100% - 8.4rem);
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*----- QRコードで追加 */
.Join-block-qr__image{
	width: 17.1rem;
	margin-bottom: 1.4rem;
	margin-left: auto;
	margin-right: auto;
}
.Join-block-qr__image img{
	width: 100%;
}
.Join-block-qr__text{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(2.9 / 1.8);
	text-align: center;
}

/*----- ID検索で追加 */
.Join-block-id__item{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Join-block-id__item:not(:last-child){
	margin-bottom: 3.6rem;
}
.Join-block-id__item-image{
	width: 20.3rem;
}
.Join-block-id__item-image img{
	width: 100%;
}
.Join-block-id__item-text{
	width: calc(100% - 20.3rem);
	font-size: 1.8rem;
	line-height: calc(2.9 / 1.8);
	padding-left: 2.4rem;
	font-weight: 700;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Join__title{
		margin-bottom: 1.2rem;
	}
	.Join__text{
		font-size: 1.8rem;
		margin-bottom: 3.5rem;
		line-height: calc(2.5 / 1.8);
	}
	.Join-block-wrap{
		flex-direction: column;
	}
	.Join-block{
		width: 100%;
	}
	.Join-block:not(:last-child){
		margin-bottom: 2rem;
	}
	.Join-block__title{
		height: 6.4rem;
	}
	.Join-block__body{
		height: auto;
	}

	/*----- QRコードで追加 */
	.Join-block-qr{
		padding: 2.3rem 3rem 2.8rem;
		flex-direction: row;
	}
	.Join-block-qr__image{
		width: 15rem;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.Join-block-qr__text{
		width: calc(100% - 15rem);
		padding-left: 1rem;
		font-size: 1.8rem;
		text-align: left;
	}

	/*----- ID検索で追加 */
	.Join-block-id__item{
		width: 24rem;
		flex-direction: column;
	}
	.Join-block-id__item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.Join-block-id__item-text::before{
		content: attr(data-number);
	}
	.Join-block-id__item-image{
		width: 100%;
		margin-bottom: 1rem;
	}
	.Join-block-id__item-text{
		width: 100%;
		padding-left: .7rem;
		padding-right: .7rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

}



/*-------------------------------
	LINE査定の流れ
-------------------------------*/

.C-Flow{
	padding-bottom: var(--padding-topbottom);
}
.Flow-line{
	margin-top: 6.8rem;
}
.Flow-line__inner{
	border-radius: 1rem;
	padding: 6.8rem 2.5rem 7rem;
	background: #e8e8e8;
}
.Flow-line__title{
	width: 100%;
	font-size: 5rem;
	margin-bottom: 2.8rem;
	letter-spacing: .05em;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Flow-line__title span{
	border: .3rem solid var(--blackcolor);
	font-size: 6rem;
	margin-left: .5rem;
	padding: .5rem 1.2rem 1rem 2.2rem;
	line-height: 1;
	display: block;
	background: #fff;
}
.Flow-line__button{
	width: 52.8rem;
	height: 7.4rem;
}
.Flow-line__button a{
	font-size: 2rem;
	border-width: .3rem;
	border-radius: 3.7rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.C-Flow{
		padding-bottom: var(--padding-topbottom);
	}
	.Flow-line{
		margin-top: 4.8rem;
	}
	.Flow-line__inner{
		padding: 3rem 2.7rem;
	}
	.Flow-line__title{
		font-size: 3rem;
		margin-bottom: 2.4rem;
	}
	.Flow-line__title span{
		font-size: 3.6rem;
		padding: 0 .8rem .6rem 1.2rem;
	}
	.Flow-line__button{
		width: 100%;
		height: 6.2rem;
	}
	.Flow-line__button a{
		font-size: 1.7rem;
		border-radius: 3.1rem;
	}

}