@charset "utf-8";


main .ftPop{
	font-family: "Poppins", sans-serif;
  font-weight: 400;/* 400 to 900 */
  font-style: normal;
}
main .ftRobo{
	font-family: "roboto", sans-serif;
  font-weight: 400;/* 400 to 900 */
  font-style: normal;
}

main{
	overflow: hidden;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

main a{
	text-decoration: none;
}

main img{
	display: block;
	width: 100%;
	height: auto;
}

h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	line-height: 40px;
	background: #60B69C;
	letter-spacing: 2px;
}
.pc{
	display: none;
}
@media screen and (min-width:960px){
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
}

/* ---------------------------------------------

	MV

--------------------------------------------- */
main .mv{
	padding-top: 30px;
}
main .mv .txtBox{
	background: #60B69C;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-weight: 700;
	padding:30px;
}
main .mv .txtBox .head{
	border: 2px solid #fff;
	text-align: center;
	position: relative;
	padding: 7px 0;
	font-size: 21px;
	line-height: 1.4;
}
main .mv .txtBox .head::before,
main .mv .txtBox .head::after{
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	left: 0;
	right: 0px;
	margin: auto;
	transform:rotate(180deg);
}
main .mv .txtBox .head::before{
	border-color: transparent transparent #60B69C transparent;
	bottom: -5px;
	z-index: 2;
}
main .mv .txtBox .head::after{
	border-color: transparent transparent #fff transparent;
	bottom: -8px;
	z-index: 1;
}
main .mv .txtBox .priceBOX{
	padding: 5px 0 20px;
}
main .mv .txtBox .priceBOX .txt{
	/* display: block; */
	font-size: 39px;
}
main .mv .txtBox .priceBOX .price{
	display: block;
	padding-top: 24px;
}
main .mv .txtBox .priceBOX .price .num{
	font-weight: 600;
	font-size: 76px;
}
main .mv .txtBox .priceBOX .price .yen{
	position: relative;
	font-size: 33px;
	padding-left: 3px;
}
main .mv .txtBox .priceBOX .price .yen .tax{
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	top: -10px;
	left: 3px;
}
main .mv .txtBox .txt{
	line-height: 1.8;
}
main .mv .txtBox .foot{
	font-size: 23px;
	line-height: 1.9;
	padding-top: 20px;
}
main .mv .txtBox .foot span{
	padding: 0 4px;
}
main .mv .txtBox .foot strong{
	background: #fff;
	color: #60B69C;
	padding: 0px 6px;
	padding-right: 4px;
	line-height: 30px;
	border-radius: 5px;
	display: inline-block;
	letter-spacing:0px;
}
main .mv .txtBox .foot strong .num{
	font-size: 30px;
	padding: 0;
}
@media screen and (min-width:768px){
	main .mv .txtBox {
		text-align: center;
		border-radius: 0 0 20px 20px;
	}
	main .mv .txtBox .head br{
		display: none;
	}
	main .mv .txtBox .priceBOX{
		padding-top: 40px;
	}
	main .mv .txtBox .priceBOX .price{
		display: inline;
	}
}
@media screen and (min-width:960px){
	main .mv {
		width: 960px;
		margin: 0 auto;
	}
	main .mv .txtBox{
		padding: 35px 55px;
	}
	main .mv .txtBox .head{
		display: inline-block;
		font-size: 27px;
		padding: 7px 15px;
		margin: 0 auto;
	}
	main .mv .txtBox .head::before,
	main .mv .txtBox .head::after{
		border-width: 0 9px 11px 9px;
	}
	main .mv .txtBox .head::before{
		bottom: -9px;
	}
	main .mv .txtBox .head::after{
		bottom: -13px;
	}

	main .mv .txtBox .priceBOX{
		padding-top: 5px;
		padding-bottom: 10px;
	}
	main .mv .txtBox .priceBOX .txt{
		font-size: 47px;
	}
	main .mv .txtBox .priceBOX .price .num{
		font-size: 63px;
		padding-left: 4px;
	}
	main .mv .txtBox .priceBOX .price .yen{
		font-size: 32px;
	}

	main .mv .txtBox .foot{
		font-size: 32px;
	}
	main .mv .txtBox .foot strong{
		line-height: 44px;
	}
	main .mv .txtBox .foot strong .num{
		font-size: 43px;
	}
}

/* ---------------------------------------------

	リード コンテンツ

--------------------------------------------- */

.leadContents{
	background: #E8F5F1;
	border-radius: 10px;
	width: 95%;
	margin: 30px auto;
	padding: 30px;
}
.leadContents .head .txtBox .lead{
	background: #60B69C;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	border-radius: 100px;
}
.leadContents .head .txtBox .inner{
	margin: 20px 0;
	color: #0A0E1F;
	text-align: center;
}
.leadContents .head .txtBox .inner .price{
	font-size: 21px;
}
.leadContents .head .txtBox .inner .price span,
.leadContents .head .txtBox .inner .price strong{
	font-weight: 700;
	color: #60B69C;
}
.leadContents .head .txtBox .inner .price .num{
	font-size: 28px;
}
.leadContents .head .txtBox .inner .price .yen{
	font-size: 16px;
	position: relative;
	padding:0 2px;
}
.leadContents .head .txtBox .inner .price .yen .tax{
	position: absolute;
	font-size: 10px;
	left: 0;
	top: -12px;
}
.leadContents .head .txtBox .inner .price strong{
	font-size: 24px;
}
.leadContents .head .txtBox .inner .txt{
	display: block;
	font-weight: 700;
	font-size: 21px;
	padding-top: 10px;
}
.leadContents .head .txtBox .inner .txt .num{
	font-size: 26px;
	font-weight: 700;
}

.leadContents .foot{
	text-align: center;
	margin-top: 20px;
}
.leadContents .foot h4{
	font-weight: 700;
	background: #000;
	border-radius: 100px;
	font-size: 18px;
	color: #fff;
	padding: 12px 0;
	letter-spacing: 1px;
	position: relative;
}
.leadContents .foot h4::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #000 transparent;
	bottom: -5px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.leadContents .foot ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}
.leadContents .foot ul li{
	width: 32%;
}
.leadContents .foot .notice{
	font-size: 12px;
	padding-top: 10px;
	line-height: 1.4;
	text-align: left;
}
.leadContents .bottom{
	padding-top: 30px;
}

.leadContents .bottom a{
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px;
	text-align: center;
}
.leadContents .bottom a:hover{
	opacity: 0.5;
}
.leadContents .bottom a h5{
	color: #fff;
	background: #5FB69C;
	font-weight: 900;
	font-size: 18px;
	border-radius: 100px;
	padding: 5px 0;
	margin-bottom: 20px;
}
.leadContents .bottom a img{
	max-width: 647px;
	display: block;
	margin: 0 auto;
}
.leadContents .bottom a strong{
	display: block;
	color:#5FB69C;
	font-weight: 900;
	padding: 15px 0 5px;
}
.leadContents .bottom a p{
	font-size: 12px;
	color: #000;
	line-height: 1.3;
}

@media screen and (min-width:960px){
	.leadContents{
		width: 960px;
		padding: 55px 75px;
		border-radius: 20px;
	}
	.leadContents .head{
		display: flex;
		justify-content: space-between;
	}
	.leadContents .head .txtBox{
		width: 460px;
	}
	.leadContents .head .txtBox .lead{
		font-size: 18px;
		line-height: 35px;
		letter-spacing: 1px;
	}
	.leadContents .head .txtBox .inner{
		margin: 32px 0;
	}
	.leadContents .head .txtBox .inner .price,
	.leadContents .head .txtBox .inner .price strong,
	.leadContents .head .txtBox .inner .txt{
		font-size: 32px;
	}
	.leadContents .head .txtBox .inner .price .num{
		font-size: 45px;
	}
	.leadContents .head .txtBox .inner .price .yen{
		font-size: 20px;
	}
	.leadContents .head .txtBox .inner .price .yen .tax{
		left: 2px;
		top: -14px;
	}
	.leadContents .head .txtBox .inner .txt .num{
		font-size: 36px;
	}
	.leadContents .head .txtBox .inner .txt{
		padding-top: 18px;
	}

	.leadContents .head img{
		width: 370px;
	}

	.leadContents .foot h4{
		font-size: 27px;
		letter-spacing: 2px;
	}
	.leadContents .foot h4::after{
		border-width: 0 9px 9px 9px;
		bottom: -8px;
	}
	.leadContents .foot ul li{
		width: 125px;
	}
	.leadContents .foot .notice{
		text-align: right;
		font-size: 14px;
	}

	.leadContents .bottom a h5{
		font-size: 24px;
		width: 402px;
		letter-spacing: 1px;
		margin: 0 auto 30px;
		padding: 10px 0;
	}
	.leadContents .bottom a strong{
		font-size: 24px;
		letter-spacing: 1px;
    padding: 30px 0 12px;
	}
	.leadContents .bottom a p{
		letter-spacing: 1px;
	}
}


/* ---------------------------------------------

	カーラインナップ

--------------------------------------------- */
.lineUp .ttl{
	text-align: center;
}
.lineUp .ttl img{
	width: 200px;
	margin: 0 auto;
}
.lineUp .ttl h2{
	font-weight: 700;
	font-size: 24px;
	padding: 10px 0;
	letter-spacing: 2px;
}
.lineUp .ttl p{
	padding: 0 20px;
}

.carlistWrap li .carImg{
	display: inline;
}
@media screen and (min-width:960px){
	.lineUp{
		padding-top: 80px;
	}
	.lineUp .ttl img{
		width: 172px;
	}
	.lineUp .ttl h2{
		font-size: 36px;
		padding: 20px 0;
		letter-spacing: 3px;
	}
	.lineUp .ttl p{
		padding: 0 ;
		font-size: 16px;
		letter-spacing: 2px;
	}
}
