@charset "UTF-8";

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

フォント

---------------------------------- */
*{
	font-optical-sizing: auto!important;
}
.ft-urbanist{
	font-family: "Urbanist", sans-serif;
}

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

      MV

---------------------------------- */
.lpMv h1{
	margin: 0 auto 0;
	max-width: 375px;
	height: auto;
}
.lpMv .txtMv{
	position: absolute;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	/* width: 487px;
	top: 5px; */
	width: 340px;
	top: -15px;
}
.lpMv .mvCar{
	position: relative;
}
.lpMv .mvCar .mvCarItem{
	position: absolute;
	z-index: 3;
}
.lpMv .mvCar .mvCarItem.mvCar-1,
.lpMv .mvCar .mvCarItem.mvCar-2{
	top: 120px;
}
.lpMv .mvCar .mvCarItem.mvCar-1{
	left: 5px;
}
.lpMv .mvCar .mvCarItem.mvCar-2{
	right: 5px;
}
.lpMv .mvCar .mvCarItem.mvCar-3{
	top: -10px;
	right: 0px;
	left: 0;
	margin: auto;
	text-align: center;
	width: 175px;
}


.lpMv .mvCar .mvCarItem .mvCarName {
	font-weight: 900;
	position: relative;
	font-size: 14px;
	height: 15px;
	margin-bottom: 5px;
	width: 175px;
}
.lpMv .mvCar .mvCarItem.mvCar-2 .mvCarName{
	text-align: right;
}
.lpMv .mvCar .mvCarItem .mvCarName span {
	position: absolute;
	inset: 0;
	display: block;
	letter-spacing: 1px;
}
.lpMv .mvCar .mvCarItem .mvCarName .level-2 {
	z-index: 3;
	color: #fff;
}
.lpMv .mvCar .mvCarItem .mvCarName .level-1 {
	z-index: 2;
	color: transparent;
	-webkit-text-stroke: 5px #0b2236;
}

.lpMv .mvCar .mvCarItem .mvCarPrice{
	display: flex;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .count {
	font-weight: 900;
	position: relative;
	font-size: 10px;
	height: 15px;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .count span {
	position: absolute;
	inset: 0;
	display: block;
	letter-spacing: 0.5px;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .count .level-2 {
	z-index: 3;
	color: #fff;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .count .level-1 {
	z-index: 2;
	color: transparent;
	-webkit-text-stroke: 5px #0b2236;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .mvCarPriceTxt .monthly{
	width: 35px;
	vertical-align: top;
	margin-top: -4px;
}

.lpMv .mvCar .mvCarItem .mvCarPrice .m-ftprice__number{
	transform: scale(0.21);
	padding-top: 5px;
}
.lpMv .mvCar .mvCarItem .mvCarPrice .yen{
	position: absolute;
	left: 153px;
	top: 31px;
	width: 26px;
}
.lpMv .mvCar .mvCarItem .mvNotes{
	font-size: 10px;
	margin-top: 5px;
}
.lpMv .mvCar .mvCarItem.mvCar-2 .mvNotes{
	text-align: right;
}
@media print, screen and (min-width: 768px){
	.lpMv h1{
		max-width: 650px;
	}
	.lpMv .txtMv{
		width: 100%;
		position: static;
		transform: translate(0);
	}
	.lpMv .mvCar{
		width: 770px;
		margin: 20px auto 0;
	}
	
	.lpMv .mvCar .mvCarItem.mvCar-1{
		left: 30px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-2{
		right:30px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-3{
		top: -20px;
		width: 250px;
	}

	.lpMv .mvCar .mvCarItem .mvCarName {
		font-size: 18px;
		height: 25px;
		margin-bottom: 0px;
		width: 235px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .mvCarPriceTxt{
		padding-top: 3px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .count {
		font-size: 12px;
		height: 17px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .mvCarPriceTxt .monthly{
		width: 45px;
		margin-top: -4px;
	}
	
	.lpMv .mvCar .mvCarItem .mvCarPrice .m-ftprice__number{
		transform: scale(0.3);
		padding-top: 0px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .yen{
		left: 212px;
		width: 40px;
	}
	.lpMv .mvCar .mvCarItem .mvNotes{
		font-size: 12px;
		margin-top: 8px;
	}
}

@media print, screen and (min-width: 960px){
	.lpMv h1{
		max-width: 956px;
	}
	.lpMv .mvCar{
		width: 960px;
		margin: 50px auto 0;
	}
	.lpMv .mvCar .mvCarItem.mvCar-1, 
	.lpMv .mvCar .mvCarItem.mvCar-2{
    top: 170px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-3{
    top: 175px;
	}
}
@media print, screen and (min-width: 1180px){
	.lpMv .mvCar{
		width: 1150px;
		margin: 5px auto 0;
	}

	.lpMv .mvCar .mvCarItem.mvCar-1, 
	.lpMv .mvCar .mvCarItem.mvCar-2{
    top: 185px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-3{
    top: 210px;
		width: 340px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-1{
		left: 40px;
	}
	.lpMv .mvCar .mvCarItem.mvCar-2{
		right:30px;
	}
	.lpMv .mvCar .mvCarItem .mvCarName {
		font-size: 22px;
		height: 25px;
		width: 325px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .mvCarPriceTxt{
		padding-top: 3px;
		margin-right: 3px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .count {
		font-size: 18px;
		height: 20px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .mvCarPriceTxt .monthly{
		width: 65px;
		margin-top: 0px;
	}
	
	.lpMv .mvCar .mvCarItem .mvCarPrice .m-ftprice__number{
		transform: scale(0.4);
		padding-top: 0px;
	}
	.lpMv .mvCar .mvCarItem .mvCarPrice .yen{
		left:299px;
		width: 47px;
		top: 42px;
	}
	.lpMv .mvCar .mvCarItem .mvNotes{
		font-size: 14px;
		margin-top: 7px;
	}
}


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

  選ばれる理由

---------------------------------- */
@media print, screen and (min-width: 960px){
	.secReason .reasonOther ul li{
		width: calc((100% - 38px) / 2);
		display: flex;
		padding-left: 60px;
	}
	.secReason .reasonOther ul li h4{
		text-align: left;
		padding-left: 50px;
		font-size: 26px;
	}
	.secReason .reasonOther ul li h4 strong{
		font-size: 48px;
	}
}

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

  カーラインアップ

---------------------------------- */
.secCarLineup{
	background-image: none;
	padding-bottom: 30px;
}
.m-carlist__item--bottom strong{
	vertical-align: bottom;
}
.m-carlist__item--bottom strong span{
	width: 85px;
	display: inline-block;
	text-align: left;
}
.m-carlist__item--bottom .priceBox .txt{
	padding-top: 13px;
}
.secCarLineup .bTxt{
	font-size: 12px;
	padding-bottom: 10px;
}
.m-carlist__item--bottom .pointBox li dl{
	padding: 6px 0;
}
.m-carlist__item--bottom .pointBox li:nth-of-type(2) dl dd{
	padding-top: 5px;
}
.m-carlist__item--bottom .pointBox li:nth-of-type(2) dl dd .num span{
	font-size: 33px;
}

.secCarLineup .option{
	text-align: left;
	padding: 10px 15px;
	font-size: 14px;
}
.secCarLineup .option dt{
	font-weight: 700;
	margin-bottom: 8px;
}
.secCarLineup .option dd{
	line-height: 1.4;
	margin-bottom: 5px;
	text-indent: -1rem;
	padding-left: 1rem;
}
.secCarLineup .contactB{
	padding-bottom: 15px;
	width: 90%;
	margin: 0 auto;
}

.secCarLineup .contactB .submitBtn {
	display: block;
	border: 1px solid #54AFB3;
	border-radius: 10px;
	color: #54AFB3;
	line-height: 50px;
	position: relative;
	background: #fff;
	width: 100%;
	font-weight: 700;
}
.secCarLineup .contactB .submitBtn::after {
	content: "";
	position: absolute;
	display: block;
	width: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/_assets/common/img/icon/arrow-left-short.svg);
	background-size: contain;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
@media print, screen and (min-width: 960px){
	.secCarLineup{
		padding-bottom: 50px;
	}
	.carlistWrap {
		flex-wrap: wrap;
	}
	.m-carlist__item{
		height: auto;
		margin-bottom: 40px;
		/* padding-bottom: 170px; */
		padding-bottom: 80px;
	}
	.m-carlist__item--head{
		padding-bottom: 0;
	}
	.m-carlist__item--head .txt{
		padding: 0px 20px ;
	}
	.m-carlist__item--head .img{
		padding: 0;
		width: 75%;
		margin: 0 auto;
	}
	.m-carlist__item--bottom strong span{
		width: auto;
		text-align: center;
	}
	.m-carlist__item--bottom .pointTxt{
		margin-bottom: 10px;
	}
	.m-carlist__item--bottom .priceBox .txt{
		padding: 0px 10px;
		line-height: 40px;
	}
	.secCarLineup .bTxt{
		font-size: 14px;
	}
	.m-carlist__item--bottom .pointBox li dl{
		padding: 10px 0;
	}
	.m-carlist__item--bottom .pointBox li dl dd{
		padding-top: 3px;
	}
	.m-carlist__item--bottom .pointBox li:nth-of-type(2) dl dd{
		padding-top: 9px;
	}
	.m-carlist__item--bottom .pointBox li:nth-of-type(2) dl dd .num span{
		font-size: 38px;
	}
	.secCarLineup .option{
		padding: 0px 20px 10px;
	}
	.secCarLineup .option dt{
		margin-bottom: 7px;
	}
	.secCarLineup .option dd{
		margin-bottom: 2px;
	}

	.secCarLineup .contactB .submitBtn{
		font-weight: 500;
		font-size: 21px;
		line-height: 62px;
		transition: all .4s;
	}
	.secCarLineup .contactB .submitBtn:hover{
		cursor: pointer;
		opacity: 0.4;
	}
	.secCarLineup .contactB .submitBtn::after{
		right: 20px;
	}

	.m-carlist__item--bottom .toEntry,.secCarLineup .contactB{
		position: absolute;
		right: 0;
		left: 0;
		margin: auto;
	}
	.m-carlist__item--bottom .toEntry{
		/* bottom: 110px; */
		bottom: 20px;
	}
	.secCarLineup .contactB{
		bottom: 10px;
	}
}

/* ----------------------------------
  付帯オプション
---------------------------------- */
/* 基本 */
.option-box {
  position: relative;
  margin-bottom: 16px;
}
.option-box .option {
  position: relative;              /* グラデーションの基準にする */
  line-height: 1.6;
  transition: max-height 0.25s ease;
  will-change: max-height;
  overflow: visible;               /* 初期は通常表示 */
}

/* トグル対象になった時（JSが付与） */
.option-box.is-collapsible .option {
  overflow: hidden;                /* 折りたたみ時に隠す */
}

/* 折りたたみ（閉）時のグラデーション */
.option-box.is-collapsible:not(.is-open) .option::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  /* 背景が白想定。変えたい場合は最下行の色を調整 */
  background: linear-gradient(to bottom,
    rgba(255,255,255,0),
    rgba(255,255,255,1));
  pointer-events: none;
}

/* トグルボタン（JSで追加） */
.option-toggle {
  display: none;                   /* 初期は非表示（条件を満たすと表示） */
  margin-top: 8px;
  padding: 8px 12px;
  border: none;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
	color: #54AFB3;
	transition: all .4s;
}
.option-toggle:hover{
	opacity: 0.4;
}
.option-box.is-collapsible .option-toggle {
  display: inline-flex;
  align-items: center;
  gap: .5em;
}
.option-toggle .label-less { display: none; }
.option-box.is-open .option-toggle .label-more { display: none; }
.option-box.is-open .option-toggle .label-less { display: inline; }

/* 任意：スマホでボタンを横幅いっぱいにしたい場合 */
/*
@media (max-width: 767px) {
  .option-toggle { width: 100%; justify-content: center; }
}
*/


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

  ローン比較表

---------------------------------- */
.secDifferenceLoanCach .contentBox .comparisonTable .tableWrap .tableScroll table .sub2{
	font-size: 12px;
	display: block;
	font-weight: normal;
}

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

  ページ下ボタン

---------------------------------- */
.footBtn{
	display: block;
	margin: 30px auto;
	width: 90%;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #54AFB3;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
.footBtn::after {
	position: absolute;
	display: block;
	content: "";
	width: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/_assets/common/img/icon/arrow-left-short-wh.svg);
	background-size: contain;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	transform: rotate(-90deg);
}
@media print, screen and (min-width: 960px){
	.footBtn{
		margin: 50px auto;
		width: 682px;
		line-height: 95px;
		font-size: 36px;
	}
	.footBtn::after{
		width: 14px;
		right: 30px;
	}
}

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

  固定ボタン（PC）

---------------------------------- */
.fixed_btn{
	display: none;
}
@media print, screen and (min-width: 960px){
	.fixed_btn{
		position: fixed;
		bottom: 20px;
		right: 20px;
		border-radius: 100%;
		width: 152px;
		height: 152px;
		z-index: 999;
	}
}
