@charset "UTF-8";

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


home css


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

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

  ぱんくず

------------------------------------------------- */
	#pNav{
		background: none;
		border-bottom: 1px solid var(--color-secondary);
	}


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

  mv

------------------------------------------------- */
.mv{
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/mv-bg.webp);
	background-size: 490px;
	width: 100%;
	height: 285px;
}
.mv h1{
	background: var(--color-primary);
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}
@media print, screen and (min-width: 768px){
	.mv{
		background-size: 970px;
		height: 485px;
	}
	.mv h1{
		background: none;
		color: var(--color-primary);
		text-align: left;
		line-height: 1;
		padding-left: 30px;
		padding-top: 20px;
	}
}
@media print, screen and (min-width: 960px){
	.mv{
		background-size: 1220px;
		height: 610px;
	}
}
@media print, screen and (min-width: 1220px){
	.mv{
		background-size: 1680px;
		height: 840px;
	}
	.mv h1{
		padding-left: 30px;
		padding-top: 30px;
		max-width: 1680px;
		margin: 0 auto;
	}
}

/* -------------------------------------------------
  mv_uchimura
------------------------------------------------- */

#mv .mv_uchimura{
	width:100%;
	margin: 0 auto;
	background-color:#fff0eb;
	position:relative;
	overflow:hidden;
}
#mv .mv_uchimura .inner{
	width:100%;
	height:100%;
	max-width:960px;
	margin:0 auto;
	padding:0;
	position:relative;
	transition:all 0.5s ease;
}
#mv .mv_uchimura .ttl{
	margin:0;
	position:absolute;
	z-index:2;
	transition:all 0.5s ease;
}
#mv .mv_uchimura .ttl .pc{
	display:none;
}
#mv .mv_uchimura .ttl .sp{
	display:none;
}
#mv .mv_uchimura .gift{
	margin:0;
	position:absolute;
	z-index:2;
	transition:all 0.5s ease;
}
#mv .mv_uchimura .image{
	margin:0;
	position:absolute;
	z-index:1;
	transition:all 0.5s ease;
}


/*-------------------------------
	Display：← 540px
-------------------------------*/
@media print, screen and (max-width: 540px){

	#mv .mv_uchimura .ttl{
		width:170px;
		margin:0;
		left:35px;
		top:40px;
	}
	#mv .mv_uchimura .ttl .sp{
		display:block;
	}
	#mv .mv_uchimura .gift{
		width:300px;
		margin:0;
		bottom:40px;
		left:0px;
	}
	#mv .mv_uchimura .image{
		width:50%;
		min-width:250px;
		margin:0;
		top:5px;
		right:-60px;
	}

}

/*-------------------------------
	Display：← 320px
-------------------------------*/
@media print, screen and (max-width: 320px){

	#mv .mv_uchimura .ttl{
		width:160px;
		margin:0;
		left:35px;
		top:50px;
	}
	#mv .mv_uchimura .gift{
		width:280px;
		margin:0;
		bottom:50px;
		left:0px;
	}
	#mv .mv_uchimura .image{
		width:50%;
		min-width:230px;
		margin:0;
		top:5px;
		right:-70px;
	}

}

/*-------------------------------
	Display：541px →
-------------------------------*/
@media print, screen and (min-width: 541px){

	#mv .mv_uchimura .ttl{
		width:300px;
		margin:0;
		left:50px;
		top:100px;
	}
	#mv .mv_uchimura .ttl .pc{
		display:block;
	}
	#mv .mv_uchimura .gift{
		width:360px;
		margin:0;
		bottom:60px;
		left:0px;
	}
	#mv .mv_uchimura .image{
		width:35%;
		min-width:250px;
		margin:0;
		top:20px;
		right:-40px;
	}

}

/*-------------------------------
	Display：641px →
-------------------------------*/
@media print, screen and (min-width: 641px){

	#mv .mv_uchimura .ttl{
		width:380px;
		margin:0;
		left:60px;
		top:70px;
	}
	#mv .mv_uchimura .gift{
		width:450px;
		margin:0;
		bottom:40px;
		left:0px;
	}
	#mv .mv_uchimura .image{
		width:35%;
		min-width:280px;
		margin:0;
		top:20px;
		right:-30px;
	}

}

/*-------------------------------
	Display：769px →
-------------------------------*/
@media print, screen and (min-width: 769px){

	#mv .mv_uchimura .ttl{
		width:380px;
		margin:0;
		left:50px;
		top:120px;
	}
	#mv .mv_uchimura .gift{
		width:450px;
		margin:0;
		bottom:80px;
		left:-10px;
	}
	#mv .mv_uchimura .image{
		width:50%;
		max-width:300px;
		margin:0;
		top:30px;
		right:-50px;
	}
	
}

/*-------------------------------
	Display：861px →
-------------------------------*/
@media print, screen and (min-width: 861px){

	#mv .mv_uchimura .ttl{
		width:410px;
		margin:0;
		top:100px;
		left:50px;
	}
	#mv .mv_uchimura .gift{
		width:480px;
		margin:0;
		bottom:80px;
		left:-10px;
	}
	#mv .mv_uchimura .image{
		width:50%;
		max-width:330px;
		margin:0;
		top:40px;
		right:0px;
	}
	
}

/*-------------------------------
	Display：1001px →
-------------------------------*/
@media print, screen and (min-width: 1001px){

	#mv .mv_uchimura .ttl{
		width:498px;
		margin:0;
		top:80px;
		left:90px;
	}
	#mv .mv_uchimura .gift{
		width:630px;
		margin:0;
		bottom:20px;
		left:0px;
	}
	#mv .mv_uchimura .image{
		width:330px;
		margin:0;
		top:35px;
		right:0px;
	}

}



/*-------------------------------
	Display：common
-------------------------------*/

#mv .mv01{
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	height:480px;
	text-align:center;
	background:url(../img/mv_bg01.svg) no-repeat 50% 50%;
	background-size:cover;
	position:relative;
	overflow:hidden;
	transition:height 0.5s ease;
}

#mv .mv01 .logo{
	width:48px;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:5;
}
#mv .mv01 .img01{
	width:85%;
	max-width:400px;
	margin:0 auto;
	position:absolute;
	bottom:24%;
	left:0;
	right:0;
	z-index:1;
}
#mv .mv01 .img02{
	width:100%;
	margin:0 0 0 0;
	position:absolute;
	bottom:7%;
	left:0;
	right:0;
	z-index:2;
}
#mv .mv01 .catchcopyBox {
	margin:0 auto;
	position:absolute;
	top:10%;
	left:0;
	right:0;
}
#mv .mv01 .img03{
	width:80%;
	max-width:252px;
	margin:0 auto;
	position:absolute;
	top:42%;
	left:0;
	right:0;
}
#mv .mv01 .boxTxt {
	display:inline-block;
	width:300px;
	margin:0 auto;
	padding:5px 5px 8px;
	font-size:1.6rem;
	line-height:1em;
	font-weight:900;
	letter-spacing:0.05em;
	color:#ffffff;
	background:#0A0E1F;
}
#mv .mv01 .catchCopy {
	display:block;
	padding:10px;
	font-size:4.2rem;
	line-height:1.2em;
	font-weight:900;
	color:#ffffff;
	letter-spacing:0.05em;
	text-align:center;
}
#mv .mv01 .catchCopy span{
	display:inline-block;
}

/*-------------------------------
	Display：541px →
-------------------------------*/
@media print, screen and (min-width: 541px){

	#mv .mv01 .logo{
		width:68px;
		bottom:20px;
		left:20px;
	}
	#mv .mv01{
		height:550px;
	}
	#mv .mv01 .img01{
		width:50%;
		max-width:450px;
		bottom:28%;
	}
	#mv .mv01 .img02{
		width:80%;
		max-width:826px;
		margin:0 auto;
		bottom:1%;
	}
	#mv .mv01 .catchcopyBox {
		top:10%;
	}
	#mv .mv01 .img03{
		width:40%;
		max-width:296px;
		top:35%;
	}
	#mv .mv01 .boxTxt {
		width:340px;
		margin-bottom:10px;
		padding:5px 10px 8px;
		font-size:1.8rem;
	}
	#mv .mv01 .catchcopyBox {
		padding:10px;
		font-size:5.2rem;
	}
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	#mv {
		padding:0 30px;
	}
	#mv .mv01{
		height:590px;
	}
	#mv .mv01 .img01{
		width:50%;
		max-width:492px;
		bottom:26.5%;
	}
	#mv .mv01 .img02{
		width:760px;
		max-width:100%;
		margin:0 auto;
		bottom:-9px;
	}
	#mv .mv01 .textBox {
		top:10%;
	}
	#mv .mv01 .img03{
		width:40%;
		margin-top:10px;
		max-width:296px;
		top:35%;
	}
	#mv .mv01 .boxTxt {
		width:450px;
		margin-bottom:10px;
		padding:5px 10px 8px;
		font-size:2.4rem;
	}
	#mv .mv01 .catchCopy {
		padding:10px;
		font-size:5.8rem;
	}

}




/* -------------------------------------------------
  parts
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
.contentsTTL {
	margin:0 0 20px;
	font-size:3.2rem;
	font-weight:700;
	letter-spacing:0.05em;
	text-align:center;
	line-height: 1.2;
}
.subTTL{
	font-size:14px;
	text-align:center;
	color: var(--color-primary);
	display: block;
	padding-bottom: 6px;
}
/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	.contentsTTL {
		margin:0 0 25px;
		font-size:3.6rem;
	}
	.subTTL{
		font-size:18px;
		padding-bottom: 14px;
	}
}



/* -------------------------------------------------
  car
------------------------------------------------- */

#contents_car .inner {
	width:100%;
	padding:50px 10px;
}
.carlistWrap {
	padding:25px 0;
}
/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	#contents_car .inner {
		padding:80px 0 ;
	}
	.carlistWrap {
		max-width:100%;
		padding:25px 50px;
		position:relative;
	}
	.carlistWrap .slick-prev{
		position: absolute; 
		z-index: 1; 
		padding: 0; 
		display: block; 
		border: none; 
		width: 70px; 
		height: 70px; 
		top: 0;
		bottom: 0;
		left:0;
		margin:auto 0; 
		background:url(/1cars/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% var(--color-primary);
		background-size:22px auto;
		transform: scale(-1, 1);
		text-indent: -9999px; 
		overflow: hidden;
		outline:none;
		cursor: pointer;
		transition:all 0.5s ease;
	}
	.carlistWrap .slick-next{ 
		position: absolute; 
		z-index: 1; 
		padding: 0;
		display: block; 
		border: none; 
		width: 70px; 
		height: 70px; 
		top: 0;
		bottom: 0;
		right: 0; 
		margin:auto 0; 
		background:url(/1cars/common/img/icon/right-arrow_wht.svg) no-repeat 50% 50% var(--color-primary);
		background-size:22px auto;
		text-indent: -9999px; 
		overflow: hidden;
		outline:none;
		cursor: pointer;
		transition:all 0.5s ease;
	}
	.carlistWrap .slick-prev:hover {
		background-color:#FFB695;
		background-position:60% 50%;
	}
	.carlistWrap .slick-next:hover { 
		background-color:#FFB695;
		background-position:60% 50%;
	}
	.carlistWrap li{
		width:330px;
		margin:15px;
		padding:30px 0 0;
	}
}


/* -------------------------------------------------
  entry
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
#contents_entry .inner {
	width:100%;
	padding:50px 20px;
}
#contents_entry .entryList {
	width:100%;
	max-width:730px;
	margin:0 auto;
}
#contents_entry .entryList ul {
	position: relative;
	margin: -220px 0 155px;
	top: 230px;
}
#contents_entry .entryList ul .box {
	width:48%;
	margin-top:15px;
	background:#ffffff;
	border:1px solid var(--color-border);
	border-radius:10px;
	position:relative;
}
#contents_entry .entryList ul .box > a,
#contents_entry .entryList ul .box > div{
	display:block;
	padding:5px 15px 15px;
	color:#0A0E1F;
	text-align:center;
	text-decoration:none;
}
#contents_entry .entryList ul .box.shop a{
	display: block;
	height: 100%;
}
#contents_entry .entryList ul .box .icon {
	width:100%;
	height:65px;
	position:relative;
}
#contents_entry .entryList ul .box .icon::after {
	content:"";
	display:none;
	width:14px;
	height:20px;
	margin:auto 0;
	background:url(/1cars/common/img/icon/right-arrow_bl.svg) no-repeat 50% 50%;
	background-size:10px auto;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:2;
}
#contents_entry .entryList ul .box .icon img {
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#contents_entry .entryList ul .icon img {
	width:53px;
}
#contents_entry .entryList ul .box .cateTxt{
	width:80px;
	margin:0 auto;
	padding:10px 0 0;
	border-top:1px solid #0A0E1F;
	position:relative;
}
#contents_entry .entryList ul .box .cateTxt span{
	display:block;
	width:50px;
	margin:0 auto;
	padding:0 5px;
	font-size: 0.6rem;
	line-height:16px;
	color: #0A0E1F;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	background:#ffffff;
	position:absolute;
	top:-8px;
	left:0;
	right:0;
}
_:-ms-lang(x), #contents_entry .entryList ul .box .cateTxt span {
	font-size:1.0rem;
}
#contents_entry .entryList ul .box .ttl-s {
	font-size:1.4rem;
}
#contents_entry .entryList ul .box p {
	font-size:1.2rem;
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){
	#contents_entry .inner {
		padding:80px 30px 0;
	}
	#contents_entry .entryList ul {
		position: relative;
		margin: -65px 0 65px;
		top: 75px;
	}
	#contents_entry .entryList ul .box > a,
	#contents_entry .entryList ul .box > div {
		padding:20px 20px 40px;
		transition:all 0.5s ease;
	}
	#contents_entry .entryList ul .box.shop a{
		color: #0A0E1F;
		text-decoration: none;
	}
	#contents_entry .entryList ul .box.shop a:hover{
		opacity: 0.6;
	}
	#contents_entry .entryList ul .box .icon {
		height:180px;
		transition: all 0.5s ease;
	}
/*
	#contents_entry .entryList ul .box a:hover{
		opacity:0.4;
	}
	#contents_entry .entryList ul .box a:hover .icon{
		transform: scale(1.1,1.1);
	}
	#contents_entry .entryList ul .box .icon::after {
		display:block;
		width:14px;
		height:20px;
		background:url(/1cars/common/img/icon/right-arrow_bl.svg) no-repeat 50% 50%;
		background-size:14px auto;
		right:30px;
	}
*/
	#contents_entry .entryList ul .icon img {
		width:114px;
	}
	#contents_entry .entryList ul .box .cateTxt{
		width:110px;
		padding:15px 0 0;
	}
	#contents_entry .entryList ul .box .cateTxt span{
		width:70px;
		font-size: 1.6rem;
	}
	#contents_entry .entryList ul .box .ttl-s {
		margin-bottom:15px;
		font-size:2.6rem;
	}
	#contents_entry .entryList ul .box p {
		font-size:1.4rem;
	}
}



/* -------------------------------------------------
  faq
------------------------------------------------- */

/*-------------------------------
	Display：common
-------------------------------*/
#contents_faq {
	border-top:1px solid #F2F0E6;
}
#contents_faq .inner {
	width:100%;
	padding:40px 20px;
}

/*-------------------------------
	Display：960px →
-------------------------------*/
@media print, screen and (min-width: 960px){

	#contents_faq .inner {
		padding:80px 20px;
	}

}

/* ----------------------------------
  年末年始
---------------------------------- */
.nenmatsu{
	padding: 30px 10px 30px;
}
.nenmatsu dl{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	border: 1px solid #DEDAC8;
}
.nenmatsu dl dt{
	text-align: center;
	position: relative;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: var(--color-primary);
	font-size: 18px;
}
.nenmatsu dl dt::before,
.nenmatsu dl dt::after{
	position: absolute;
	content: "";
	display: block;
	background: var(--color-primary);
	height: 1px;
	width: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.nenmatsu dl dt::before{
	left: 50%;
	margin-left: -110px;
}
.nenmatsu dl dt::after{
	right: 50%;
	margin-right: -110px;
}
.nenmatsu dl dd{
	line-height: 1.7;
}
.nenmatsu dl dd span{
	font-weight: 600;
	display: block;
}
.nenmatsu dl dd span.txtSpace{
	display: none;
}
@media print, screen and (min-width: 768px){
	.nenmatsu{
		padding: 30px ;
	}
	.nenmatsu dl{
		padding: 50px;
	}
}
@media print, screen and (min-width: 960px){
	.nenmatsu{
		padding: 40px 0px 70px;
	}
	.nenmatsu dl{
		padding: 50px 60px;
		width: 960px;
		margin: 0 auto;
	}
	.nenmatsu dl dt{
		font-size: 21px;
		letter-spacing: 3px;
		margin-bottom: 30px;
	}
	.nenmatsu dl dt::before{
		margin-left: -130px;
	}
	.nenmatsu dl dt::after{
		margin-right: -130px;
	}
	.nenmatsu dl dd{
		letter-spacing: 1px;
		line-height: 2;
	}
	.nenmatsu dl dd span{
		display: inline-block;
	}
	.nenmatsu dl dd span.txtSpace{
		display: inline-block;
	}
}

/* -------------------------------------------------
  mv_noah voxy
------------------------------------------------- */
.mv_noahVoxy{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.mv_noahVoxy .imgPc{
	display: none;
}
.mv_noahVoxy .ttl{
	width: 314px;
	margin: 0 auto;
}
.mv_noahVoxy .car{
	width: 304px;
	margin: 10px auto 0;
}
.mv_noahVoxy .price{
	width: 225px;
	margin: -20px auto 0;
}

.mv_noah{
	background-image: url(../img/mv_noah/bg-sp.jpg);
}
.mv_voxy{
	background-image: url(../img/mv_voxy/bg-sp.jpg);
}
@media print, screen and (min-width: 768px){
	.mv_noahVoxy .ttl,
	.mv_noahVoxy .car,
	.mv_noahVoxy .price{
		position: absolute;
	}
	.mv_noahVoxy .ttl{
		left: 50%;
		margin-left: -300px;
		top: 130px;
	}
	.mv_noahVoxy .car{
		right: 50%;
		margin-right: -320px;
		bottom: 40px;
	}
	.mv_noahVoxy .price{
		left: 50%;
		margin-left: -250px;
		bottom: 40px;
	}
	.mv_noah{
		background-image: url(../img/mv_noah/bg-pc.jpg);
	}
	.mv_voxy{
		background-image: url(../img/mv_voxy/bg-pc.jpg);
	}
}
@media print, screen and (min-width: 960px){
	.mv_noahVoxy .imgSp{
		display: none;
	}
	.mv_noahVoxy .imgPc{
		display: block;
	}
	.mv_noahVoxy .ttl{
		margin-left: 0px;
		top: 122px;
		left: 60px;
		width: 43vw;
		max-width: 501px;
	}
	.mv_noahVoxy .car{
		margin-right: -600px;
		bottom: 0px;
		width: 63vw;
		max-width: 661px;
	}
	.mv_noahVoxy .price{
		margin-left: 0px;
		left: 136px;
		bottom: 52px;
		width: auto;
	}
}

/* -------------------------------------------------
  内村航平選手　Youtube
------------------------------------------------- */
.uchimuraYT{
	padding: 40px 0;
}
.uchimuraYT h2{
	text-align: center;
	/* font-size: 24px; */
	font-size: 21px;
	color: #5f6581;
	/* color: #0A0E1F; */
	font-weight: 300;
	margin-bottom: 20px;
}
.uchimuraYT .ytOuter{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.uchimuraYT .ytWrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	z-index: 2;
}
.uchimuraYT .ytWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.uchimuraYT .detailBtn{
	color: #0A0E1F;
	text-decoration: none;
	display: block;
	height: 100%;
}
.uchimuraYT .uchimuraYTInner{
	background: #FFF1EB;
	padding: 140px 20px 30px;
	position: relative;
	overflow: hidden;
	margin-top: -140px;
}
.uchimuraYT .txtWrap {
	padding-top: 20px;
}
.uchimuraYT .txtWrap h3{
	font-weight: bold;
	width: 200px;
}
.uchimuraYT .txtWrap .subTtl{
	padding: 5px 0 15px;
	letter-spacing: 1px;
}
.uchimuraYT .txtWrap .priceTxt{
	text-align: center;
	color: #fff;
	background: var(--color-primary);
	font-weight: bold;
	width: 170px;
	padding: 1px 0;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 5px 0;
}
.uchimuraYT .txtWrap .priceNumBox{
	font-weight: bold;
	position: relative;
	padding-top: 10px;
}
.uchimuraYT .txtWrap .priceNumBox .num{
	font-size: 45px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}
.uchimuraYT .txtWrap .priceNumBox .en{
	font-size: 21px;
	display: inline-block;
	padding-left: 4px;
}
.uchimuraYT .txtWrap .priceNumBox .tax{
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 147px;
	font-size: 12px;
}
.uchimuraYT .uchimuraYTInner .txtLook{
	position: absolute;
	font-weight: bold;
	text-decoration: none;
	color: var(--color-primary);
	top: 155px;
	right: 30px;
	z-index: 2;
}
/* .uchimuraYT .uchimuraYTInner .detailBtn span{
	position: relative;
} */
.uchimuraYT .uchimuraYTInner .txtLook::after{
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform:rotate(45deg);
}
.uchimuraYT .uchimuraYTInner .imgCar{
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 280px;
}
@media print, screen and (max-width: 320px){
	.uchimuraYT .txtWrap h3{
		width: 180px;
	}
	.uchimuraYT .uchimuraYTInner .imgCar{
		margin-left: 20px;
		width: 260px;
	}
}
@media print, screen and (min-width: 768px){
	.uchimuraYT{
		position: relative;
	}
	.uchimuraYT h2{
		text-align: left;
		position: absolute;
		left: 50%;
		top: 16px;
	}
	.uchimuraYT .ytOuter{
		width: 45%;
		margin-left: 20px;
	}
	.uchimuraYT .uchimuraYTInner{
		padding: 30px;
		padding-left: 50%;
		margin-top: -165px;
	}
	.uchimuraYT .txtWrap{
		padding-top: 0;
	}
	.uchimuraYT .uchimuraYTInner .txtLook{
		top: 28px;
		right: 30px;
	}
	.uchimuraYT .uchimuraYTInner .imgCar{
		left: auto;
		right: -60px;
		z-index: 1;
	}
}
@media print, screen and (min-width: 960px){
	.uchimuraYT{
		max-width: 1220px;
		margin: 50px auto 0;
	}
	.uchimuraYT h2{
		font-size: 26px;
		top: -25px;
		margin-left: 20px;
		color: #0A0E1F;
		line-height: 1.3;
	}
	.uchimuraYT .ytOuter {
    width: 46%;
    margin-left: 35px;
	}
	.uchimuraYT .ytWrap{
		border-radius: 17px;
	}
	.uchimuraYT .uchimuraYTInner{
		border-radius: 18px;
		margin-top: -255px;
		padding: 40px 0 50px;
		padding-left: calc(50% + 20px);
	}
	.uchimuraYT .txtWrap h3{
		width: 266px;
		font-size: 17px;
	}
	.uchimuraYT .txtWrap .subTtl{
		font-size: 18px;
	}
	.uchimuraYT .detailBtn:hover{
		opacity: 0.4;
	}
	.uchimuraYT .uchimuraYTInner .imgCar{
		width: 362px;
		right: 50%;
		bottom: 30px;
		margin-right: -577px;
	}
	.uchimuraYT .uchimuraYTInner .txtLook{
		top: 35px;
		right: 54px;
		font-size: 18px;
	}
	/* .uchimuraYT .uchimuraYTInner .txtLook:hover{
		opacity: 0.4;
	} */
}

/* 内村航平ハリアー値段非表示対応 */
/* .uchimuraYT .priceLead,
.uchimuraYT .priceTxt,
.uchimuraYT .priceNumBox{
	display: none;
}
.uchimuraYT .uchimuraYTInner{
	padding-bottom: 150px;
}
.uchimuraYT .uchimuraYTInner .imgCar{
	left: 0;
	right: 0;
	margin: auto;
}
@media print, screen and (min-width: 768px){
	.uchimuraYT .uchimuraYTInner .imgCar{
		left: auto;
		right: 60px;
	}
}
@media print, screen and (min-width: 960px){
	.uchimuraYT .uchimuraYTInner .imgCar{
		right: 50%;
		margin-right: -577px;
	}
} */
@media print, screen and (min-width: 1220px){
	.uchimuraYT h2{
		top: 25px;
	}
}


/* -------------------------------------------------
  mv_cam_credit
------------------------------------------------- */
#mv .mv_credit{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_credit/bg-pc.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
}
#mv .mv_credit .imgSp{
	display: none;
}
@media print, screen and (max-width: 540px){
	#mv .mv_credit{
		background-image: url(../img/mv_credit/bg-sp.jpg);
	}
	#mv .mv_credit .imgPc{
		display: none;
	}
	#mv .mv_credit .imgSp{
		display: block;
	}
	#mv .mv_credit .inner{
		max-width: 375px;
		margin: 0 auto;
	}
}

/* -------------------------------------------------
  mv_cam_spring 2023 
------------------------------------------------- */

#mv .mv_cam_spring{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_cam_spring2023/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_cam_spring .inner{
	height: 100%;
	display: flex;
	align-items: flex-end;
}
#mv .mv_cam_spring .imgSp{
	display: none;
}
#mv .mv_cam_spring img{
	margin: auto auto 0;
	max-width: 960px;
	width: 100%;
}

@media print, screen and (max-width: 540px){
	#mv .mv_cam_spring{
		background-image: url(../img/mv_cam_spring2023/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_cam_spring img{
		max-width: 375px;
	}
	#mv .mv_cam_spring .imgPc{
		display: none;
	}
	#mv .mv_cam_spring .imgSp{
		display: block;
	}
}

@media print, screen and (max-width: 320px){
	#mv .mv_cam_spring img{
		margin: 79px auto 0;
		width: 93%;
	}
}



/* -------------------------------------------------
  MV Dinersclub
------------------------------------------------- */
.mv_diners{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_diners/diners-bg-pc.jpg);
	background-size: cover;
	text-align: center;
	position: relative;
}
.mv_diners .inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 30px;
}
.mv_diners .imgSp{
	display: none;
}
@media print, screen and (max-width: 540px){
	.mv_diners{
		background-image: url(../img/mv_diners/diners-bg-sp.jpg);
	}
	.mv_diners .imgPc{
		display: none;
	}
	.mv_diners .imgSp{
		display: inline;
	}
	.mv_diners .inner{
		padding: 10px 0px;
	}
	#mv .mv_diners img{
		max-height: 100%;
		width: auto;
	}
}


/* -------------------------------------------------
  mv_cam_credit
------------------------------------------------- */
#mv .mv_credit{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_credit/bg-pc2.jpg);
	background-size: 1220px auto;
}
#mv .mv_credit .imgSp{
	display: none;
}
#mv .mv_credit a{
	color: #fff;
	text-decoration: none;
}
#mv .mv_credit .inner{
	padding-left: 44px;
	text-align: left;
	max-width: 1000px;
	margin: 0 auto;
}
#mv .mv_credit .inner .txtBox{
	font-size: 50px;
	font-weight: 900;
	line-height: 1.4;
	padding-top: 53px;
	padding-bottom: 11px;
}
#mv .mv_credit .inner .txtBox .txtS{
	font-size: 40px;
}
#mv .mv_credit .inner .txtBox .txtL{
	font-size: 57px;
}
#mv .mv_credit .inner .txtBox .txtAccent{
	display: inline-block;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 2px;
	height: 54px;
	line-height: 1;
	color: #183bae;
	padding: 5px 8px 0;
	margin-left: 12px;
}
#mv .mv_credit .inner .img{
	width: 792px;
}
@media print, screen and (max-width: 768px){
	#mv .mv_credit .inner{
		transform-origin: 0 0;
		transform: scale(0.7);
	}
}
@media print, screen and (max-width: 540px){
	#mv .mv_credit{
		background-image: url(../img/mv_credit/bg-sp2.jpg);
		background-size: cover;
	}
	#mv .mv_credit .imgPc{
		display: none;
	}
	#mv .mv_credit .imgSp{
		display: block;
	}
	#mv .mv_credit .inner{
		max-width: 375px;
		transform: scale(1);
		padding-left: 26px;
	}
	#mv .mv_credit .inner .txtBox{
		font-size: 30px;
		line-height: 1.5;
		padding-top: 40px;
		padding-bottom: 34px;
	}
	#mv .mv_credit .inner .txtBox .txtS{
		font-size: 23px;
	}
	#mv .mv_credit .inner .txtBox .txtL{
		font-size: 35px;
	}
	#mv .mv_credit .inner .txtBox .txtAccent{
		font-size: 27px;
		letter-spacing: 3px;
		height: 39px;
		padding: 5px 8px 0;
		margin-left: 12px;
	}
	#mv .mv_credit .inner .img{
		width: 326px;
	}
}

/* -------------------------------------------------
  mv_cam_autumn 2022
------------------------------------------------- */
#mv .mv_cam_autumn{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_cam_autumn2022/end-bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_cam_autumn .imgSp{
	display: none;
}
#mv .mv_cam_autumn img{
	max-width: 678px;
	margin: 76px auto 0;
}
@media print, screen and (max-width: 959px){
	#mv .mv_cam_autumn{
		background-size: cover;
	}

}
@media print, screen and (max-width: 768px){
	#mv .mv_cam_autumn img{
		width: 70%;
		margin-top: 62px;
	}
}
@media print, screen and (max-width: 540px){
	#mv .mv_cam_autumn{
		background-image: url(../img/mv_cam_autumn2022/end-bg-sp.jpg);
		background-size: 500px auto;
	}
	#mv .mv_cam_autumn img{
		width: 313px;
		margin-top: 68px;
		max-width: 100%;
	}
	#mv .mv_cam_autumn .imgPc{
		display: none;
	}
	#mv .mv_cam_autumn .imgSp{
		display: block;
	}
}

@media print, screen and (max-width: 375px){
	#mv .mv_cam_autumn img{
		margin: 68px auto 0;
		width: 84%;
	}
}

@media print, screen and (max-width: 320px){
	#mv .mv_cam_autumn img{
		margin: 79px auto 0;
		width: 93%;
	}
}


/* -------------------------------------------------
  MV CROWN
------------------------------------------------- */
#mv .mv_crown{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_crown/crbg-pc2.jpg);
	background-size: 1220px auto;
	position: relative;
	text-align: center;
}
#mv .mv_crown a{
	text-decoration:none;
}
#mv .mv_crown .imgSp{
	display: none;
}
#mv .mv_crown img{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#mv .mv_crown p{
	position: absolute;
	bottom: 156px;
	right: 40px;
	color: #fff;
	font-size: 14px;
}
@media print, screen and (max-width: 768px){
	#mv .mv_crown{
		background-size: 985px auto;
	}
	#mv .mv_crown p{
		bottom: 107px;
		right: 20px;
	}
}
@media print, screen and (max-width: 540px){
	#mv .mv_crown{
		background-image: url(../img/mv_crown/crbg-sp2.jpg);
		background-size: 600px auto;
	}
	#mv .mv_crown .imgPc{
		display: none;
	}
	#mv .mv_crown .imgSp{
		display: block;
	}
	#mv .mv_crown img{
		max-width: 345px;
		right: 0;
		left: 0;
		bottom: 20px;
		margin: auto;
	}
	#mv .mv_crown p{
		bottom:200px;
		right: 4px;
		font-size: 12px;
	}
}

/* -------------------------------------------------
  MV STEP WGN
------------------------------------------------- */
#mv .mv_stepwgn{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_stepwgn/bg-pc.jpg);
	background-size: 1220px auto;
	position: relative;
	/* padding: 0; */
}
#mv .mv_stepwgn a{
	text-decoration:none;
}
#mv .mv_stepwgn .imgSp{
	display: none;
}
#mv .mv_stepwgn .leadTxt{
	font-size: 48px;
	font-weight: 300;
	color: #1d2945;
	padding-top: 85px;
	padding-left: 85px;
}
#mv .mv_stepwgn img{
	width: 395px;
	margin-top: 75px;
	margin-left: -30px;
}
#mv .mv_stepwgn .priceBox{
	padding-left: 80px;
	color: #2c8ed2;
	margin-top: 45px;
}
#mv .mv_stepwgn .priceBox .ttl{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
#mv .mv_stepwgn .priceBox .price{
	margin-top: 24px;
}
#mv .mv_stepwgn .priceBox .price .num{
	font-size: 80px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.5px;
}
#mv .mv_stepwgn .priceBox .price .yen{
	font-size: 36px;
	position: relative;
	font-weight: bold;
	letter-spacing: -0.5px;
}
#mv .mv_stepwgn .priceBox .price .yen span{
	position: absolute;
	font-size: 15px;
	left: 3px;
	top: -12px;
}
@media print, screen and (max-width: 768px){
	#mv .mv_stepwgn{
		overflow: hidden;
		background-size: 985px auto;
	}
	#mv .mv_stepwgn .leadTxt{
		font-size: 38px;
		padding-top: 45px;
		padding-left: 25px;
	}
	#mv .mv_stepwgn img{
		width: 360px;
		margin-top: 40px;
		margin-left: -90px;
	}
	#mv .mv_stepwgn .priceBox{
		padding-left: 20px;
		margin-top: 75px;
	}
	#mv .mv_stepwgn .priceBox .price .num{
		font-size: 70px;
		letter-spacing: -1px;
	}
}
@media print, screen and (max-width: 540px){
	#mv .mv_stepwgn{
		background-image: url(../img/mv_stepwgn/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_stepwgn .imgPc{
		display: none;
	}
	#mv .mv_stepwgn .imgSp{
		display: block;
	}
	#mv .mv_stepwgn .leadTxt{
		display: none;
	}
	#mv .mv_stepwgn img{
		max-width: 330px;
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
	}
	#mv .mv_stepwgn .priceBox{
		padding-left: 30px;
		margin-top: 20px;
	}
	#mv .mv_stepwgn .priceBox .price .yen{
		font-size: 32px;
		letter-spacing: -0.5px;
	}
	#mv .mv_stepwgn .priceBox .price .yen span{
		font-size: 14px;
		left: 2px;
		top: -13px;
	}
}


/* -------------------------------------------------
  MV SIENTA
------------------------------------------------- */
#mv .mv_sienta{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_sienta/bg-pc.jpg);
	background-size: 1220px auto;
	position: relative;
	/* padding: 0; */
}
#mv .mv_sienta a{
	text-decoration:none;
}
#mv .mv_sienta .imgSp{
	display: none;
}
#mv .mv_sienta .sientaTtl{
	width: 960px;
	margin:0 auto;
	padding-top: 100px;
}
#mv .mv_sienta .sientaTtl img{
	width: 414px;
}
#mv .mv_sienta .sientaTtl p{
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}

#mv .mv_sienta .priceBox{
	width: 960px;
	margin:0 auto;
	color: #19a47e;
	margin-top: 45px;
}
#mv .mv_sienta .priceBox .ttl{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
#mv .mv_sienta .priceBox .price{
	margin-top: 24px;
}
#mv .mv_sienta .priceBox .price .num{
	font-size: 73px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	letter-spacing: -0.5px;
}
#mv .mv_sienta .priceBox .price .yen{
	font-size: 32px;
	position: relative;
	font-weight: bold;
	letter-spacing: -0.5px;
	padding-left: 6px;
}
#mv .mv_sienta .priceBox .price .yen span{
	position: absolute;
	font-size: 13px;
	left: 6px;
	top: -12px;
}

#mv .mv_sienta .car{
	position: absolute;
	width: 564px;
	bottom: 40px;
	right: 50%;
	margin-right: -550px;
}

@media print, screen and (max-width: 768px){
	#mv .mv_sienta{
		overflow: hidden;
		background-size: 985px auto;
	}
	#mv .mv_sienta .sientaTtl,
	#mv .mv_sienta .priceBox{
		width: 100%;
		transform: scale(0.7);
		transform-origin: 0 0;
		margin: 0;
		padding-left: 50px;
	}
	#mv .mv_sienta .priceBox{
		padding-top: 0;
		transform: scale(0.9);
	}

}
@media print, screen and (max-width: 540px){
	#mv .mv_sienta{
		background-image: url(../img/mv_sienta/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_sienta .imgPc{
		display: none;
	}
	#mv .mv_sienta .imgSp{
		display: block;
	}
	#mv .mv_sienta .sientaTtl,
	#mv .mv_sienta .priceBox{
		text-align: center;
		transform: scale(1);
		margin: 0 auto;
		padding-left: 0px;
	}
	#mv .mv_sienta .sientaTtl{
		width: 80%;
		padding-top: 40px;
	}
	#mv .mv_sienta .sientaTtl p{
		font-size: 16px;
		padding-top: 10px;
	}
	#mv .mv_sienta .priceBox{
		padding-top: 20px;
		transform: scale(1);
	}
	#mv .mv_sienta .priceBox .ttl{
		font-size: 14px;
		letter-spacing: 3px;
	}
	#mv .mv_sienta .priceBox .price{
		margin-top: 10px;
	}
	#mv .mv_sienta .priceBox .price .num{
		font-size: 49px;
		letter-spacing: -0.5px;
	}
	#mv .mv_sienta .priceBox .price .yen{
		font-size: 21px;
		padding-left: 3px;
	}
	#mv .mv_sienta .priceBox .price .yen span{
		font-size: 10px;
		left: 3px;
		top: -13px;
	}
	#mv .mv_sienta .car{
		width: 262px;
		bottom: 20px;
		right: 0;
		left: 0;
		margin: auto;
	}
}


/* -------------------------------------------------
  mv_diners_pointup
------------------------------------------------- */
#mv .mv_diners_pointup{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_diners_pointup/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_diners_pointup .inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
	height: 100%;
}
#mv .mv_diners_pointup .imgSp{
	display: none;
}
#mv .mv_diners_pointup .txt{
	position: absolute;
	top: auto;
	bottom: 20px;
	left: 0;
	width: 400px;
}
@media print, screen and (max-width: 540px){
	#mv .mv_diners_pointup{
		background-image: url(../img/mv_diners_pointup/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_diners_pointup .imgPc{
		display: none;
	}
	#mv .mv_diners_pointup .imgSp{
		display: block;
	}
	#mv .mv_diners_pointup .inner{
		max-width: 375px;
		margin: 0 auto;
		padding: 70px 16px 0;
	}
	#mv .mv_diners_pointup .txt{
		bottom: 40px;
		width: 330px;
		left: 16px;
	}
}

/* -------------------------------------------------
  mv_ecoto
------------------------------------------------- */
#mv .mv_ecoto{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_ecoto/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_ecoto a{
	display: block;
	height: 100%;
}
#mv .mv_ecoto .inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
	height: 100%;
}
#mv .mv_ecoto .imgSp{
	display: none;
}
#mv .mv_ecoto .txt{
	position: absolute;
	top: 0px;
	left: 132px;
	width: 512px;
}
@media print, screen and (max-width: 540px){
	#mv .mv_ecoto{
		background-image: url(../img/mv_ecoto/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_ecoto .imgPc{
		display: none;
	}
	#mv .mv_ecoto .imgSp{
		display: block;
	}
	#mv .mv_ecoto .inner{
		max-width: 375px;
		margin: 0 auto;
		padding: 70px 16px 0;
	}
	#mv .mv_ecoto .txt{
		top: auto;
		bottom: 16px;
		width: 312px;
		left: 0;
		right: 0;
		margin: auto;
	}
}


/* -------------------------------------------------
  mv_alvel
------------------------------------------------- */
#mv .mv_alvel{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_alvel2023/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv.mainSlider .mv_alvel a{
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	margin: auto;
	z-index: 2;
}
#mv .mv_alvel a.alphard{
	left: 0;
}
#mv .mv_alvel a.vellfire{
	right: 0;
}
#mv .mv_alvel .inner{
	width: 960px;
	margin: 0 auto;
}
#mv .mv_alvel .inner .txt{
	color: #fff;
	font-weight: 900;
	font-size: 160px;
	padding-top: 0px;
	line-height: 1;
}
#mv .mv_alvel .inner .txt .wrap{
	font-size: 52px;
	padding: 7px 0 16px;
	width: 321px;
	margin: 20px auto 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	letter-spacing: 0;
	display: block;
	margin: 10px auto 0;
}
#mv .mv_alvel .inner .txt .wrap span{
	font-size: 44px;
}
@media print, screen and (max-width: 959px){
	#mv .mv_alvel{
		background-image: url(../img/mv_alvel2023/bg-pad.jpg);
		background-size: 834px auto;
	}
	#mv .mv_alvel .inner{
		width: 100%;
	}
	#mv .mv_alvel .inner .txt{
		font-size: 84px;
		padding-top: 58px;
	}
	#mv .mv_alvel .inner .txt .wrap{
		font-size: 27px;
		width: 170px;
	}
	#mv .mv_alvel .inner .txt .wrap span{
		font-size: 23px;
	}
}
@media print, screen and (max-width: 767px){
	#mv .mv_alvel{
		background-image: url(../img/mv_alvel2023/bg-sp.jpg);
		background-size: 766px auto;
	}
	#mv .mv_alvel .imgPc{
		display: none;
	}
	#mv .mv_alvel .imgSp{
		display: block;
	}
	#mv .mv_alvel .inner{
		max-width: 375px;
		margin: 0 auto;
		padding: 0;
	}
	#mv .mv_alvel .inner .txt{
		font-size: 74px;
		padding-top: 100px;
		letter-spacing: 4px;
	}
	#mv .mv_alvel .inner .txt .wrap{
		font-size: 25px;
		padding: 4px 0 8px;
		width: 152px;
	}
	#mv .mv_alvel .inner .txt .wrap span{
		font-size: 21px;
	}
}

/* -------------------------------------------------
  mv_cam_autumn 2023 
------------------------------------------------- */

#mv .mv_cam_autumn{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_cam_autumn2023/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_cam_autumn .inner{
	height: 100%;
	display: flex;
	align-items: flex-end;
}
#mv .mv_cam_autumn .imgSp{
	display: none;
}
#mv .mv_cam_autumn img{
	margin: auto;
	max-width: 960px;
	width: 100%;
}

@media print, screen and (max-width: 768px){
	#mv .mv_cam_autumn{
		background-image: url(../img/mv_cam_autumn2023/bg-pc.jpg);
		background-size: 1000px auto;
	}
	#mv .mv_cam_autumn img{
		width: 100%;
	}
}

@media print, screen and (max-width: 666px){
	#mv .mv_cam_autumn{
		background-image: url(../img/mv_cam_autumn2023/bg-pc.jpg);
		background-size: 940px auto;
	}
}


@media print, screen and (max-width: 540px){
	#mv .mv_cam_autumn{
		background-image: url(../img/mv_cam_autumn2023/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_cam_autumn img{
		max-width: 375px;
	}
	#mv .mv_cam_autumn .imgPc{
		display: none;
	}
	#mv .mv_cam_autumn .imgSp{
		display: block;
	}
}

@media print, screen and (max-width: 320px){
	#mv .mv_cam_autumn img{
		margin: auto;
		width: 100%;
	}
}


/* -------------------------------------------------
  mv_cam_spring 2024 
------------------------------------------------- */

#mv .mv_cam_spring{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_cam_spring2024/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_cam_spring .inner{
	height: 100%;
	display: flex;
	align-items: flex-end;
}
#mv .mv_cam_spring .imgSp{
	display: none;
}
#mv .mv_cam_spring img{
	margin: auto;
	max-width: 960px;
	width: 100%;
}

@media print, screen and (max-width: 768px){
	#mv .mv_cam_spring{
		background-image: url(../img/mv_cam_spring2024/bg-pc.jpg);
		background-size: 1000px auto;
	}
	#mv .mv_cam_spring img{
		width: 100%;
	}
}

@media print, screen and (max-width: 540px){
	#mv .mv_cam_spring{
		background-image: url(../img/mv_cam_spring2024/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_cam_spring img{
		max-width: 375px;
	}
	#mv .mv_cam_spring .imgPc{
		display: none;
	}
	#mv .mv_cam_spring .imgSp{
		display: block;
	}
}

@media print, screen and (max-width: 320px){
	#mv .mv_cam_spring img{
		width: 93%;
	}
}

/* -------------------------------------------------
  NORIDOKI FREE
------------------------------------------------- */
#mv .mv_free{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/mv_free/bg-pc.jpg);
	background-size: 1220px auto;
	text-align: center;
	position: relative;
}
#mv .mv_free .txt{
	width: 960px;
	margin: 0 auto;
}
#mv .mv_free .imgSp{
	display: none;
}
@media print, screen and (max-width: 768px){
	#mv .mv_free{
		background-size: 1000px auto;
	}
	#mv .mv_free .txt{
		width: 700px;
	}
}
@media print, screen and (max-width: 600px){
	#mv .mv_free{
		background-image: url(../img/mv_free/bg-sp.jpg);
		background-size: 600px auto;
	}
	#mv .mv_free .imgSp{
		display: block;
	}
	#mv .mv_free .imgPc{
		display: none;
	}
	#mv .mv_free .txt{
		width: 375px;
	}
}

/* -------------------------------------------------
  contents_voice
------------------------------------------------- */
#contents_voice {
	padding: 40px 0 ;
}
#contents_voice .boxList {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
#contents_voice .boxList li .custTxt{
	font-size: 16px;
	margin-bottom: 25px;
}
#contents_voice .boxList li .custImg{
	width: 100px;
}
#contents_voice .boxList li h3{
	font-size: 18px;
	font-weight: 700;
	margin: 16px 0 22px;
	letter-spacing: 1.2px;
	color: var(--color-primary);
}
#contents_voice .boxList li .txt{
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}
#contents_voice .boxList li .icon {
	display: block;
	width: 30px;
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	font-family: 'Lato', sans-serif;
	position: absolute;
	z-index: 3;
}
#contents_voice .boxList li .icon span {
	display: block;
	margin-top: 2px;
}
#contents_voice .boxList li {
	width: 100%;
	padding: 30px 28px 12px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	position: relative;
	transition: all 0.5s ease;
	margin-bottom: 20px;
}
#contents_voice .boxList li::after {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background: url(https://joycal.jp/1cars/common/img/parts/corner.svg) no-repeat 0% 0%;
	background-size: 90px auto;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
	transition: all 0.5s ease;
}
#contents_voice .boxList li .custCar{
	display: flex;
	gap: 20px;
	margin-top: 16px;
}
#contents_voice .boxList li .custCar div{
	width: calc(100% - 180px);
}
#contents_voice .boxList li .custCar img{
	width: 160px;
	margin-top: -16px;
}
#contents_voice .boxList li .custCar h4{
	font-size: 14px;
	color: #fff;
	background-color: #000;
	border-radius: 33px;
}
#contents_voice .boxList li .custCar p{
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
}
#contents_voice .boxList li .custCar p span{
	display: block;
	font-weight: 400;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	#contents_voice .boxList {
			margin-top: 15px;
	}
	#contents_voice .boxList li .icon {
		font-size: 11px;
		line-height: 1em;
		top: 3px;
		left: 5px;
	}
	#contents_voice .boxList li .icon span {
		font-size: 24px;
		line-height: 1.2;
	}
}
@media screen and (min-width: 768px){
	#contents_voice .boxList {
		padding: 0 30px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
	#contents_voice .boxList li {
		width: 48%;
		max-width: 380px;
		margin: 15px 0;
	}
	#contents_voice .boxList li .icon {
		font-size: 11px;
		line-height: 1em;
		top: 5px;
		left: 8px;
		font-weight: 400;
	}
	.boxList li .icon span {
		font-size: 24px;
		line-height: 1em;
		font-weight: 700;
	}
}
@media screen and (min-width: 960px){
	#contents_voice .boxList li {
		width: 300px;
	}
	#contents_voice .boxList {
		padding:0;
		max-width: 960px;
	}
	#contents_voice {
		padding: 40px 0 56px;
	}
	#contents_voice .boxList li {
    padding: 30px 20px 12px;
	}
	#contents_voice .boxList li .custCar div {
    width: calc(100% - 160px);
	}
	#contents_voice .boxList li .custCar {
    gap: 0;
	}
}


/* -------------------------------------------------
  他のカーリース (車サブスク)のプラン
------------------------------------------------- */
.secJoycalPlan {
	padding: 40px 20px;
}
.secJoycalPlan .contentsTTL {
	font-size: 2.6rem;
}
.secJoycalPlan .aboutOpenNav li{
	cursor:  auto;
}
.secJoycalPlan .aboutOpenNav li:hover{
	background:none;
}
.secJoycalPlan .plan7max{
	text-align: center;
	margin-top: 27px;
}
.secJoycalPlan .plan7max h3{
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #000;
	border-radius: 66px;
	display: inline-block;
	padding: 10px 28px;
	line-height: 1.3;
	position: relative;
	margin-bottom: 28px;
	letter-spacing: 2px;
	font-size: 16px;
}
.secJoycalPlan .plan7max h3::after{
	content: "";
	display: block;
	position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 12px solid #000;
}
.secJoycalPlan .plan7max .bloc7max{
	background: #45BC90;
	width: 100%;
	border-radius: 10px;
	padding: 20px 20px 30px;
}
.secJoycalPlan .plan7max .bloc7max p.planTTL{
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
}
.secJoycalPlan .plan7max .bloc7max .planTTL .logo{
	width: 70px;
	margin-right: 12px;
	vertical-align: middle;
}
.secJoycalPlan .plan7max .bloc7max .aboutOpenNav li .midashi{
	font-size: 18px;
}
.secJoycalPlan .plan7max .bloc7max .btnL {
	border: 2px solid #45BC90;
}
@media print, screen and (min-width: 768px){
	.secJoycalPlan .plan7max .bloc7max p.planTTL{
		margin-bottom: 0;
	}
	.secJoycalPlan .plan7max .bloc7max .imgbox{
		display: flex;
		gap: 18px;
	}
	.secJoycalPlan .plan7max .bloc7max .imgLeft{
		width: calc((100% - 18px) / 2);
	}
	.secJoycalPlan .plan7max .bloc7max .imgRight{
		flex: 1;
		width: 38%;
		padding-bottom: 30px;
	}
	.secJoycalPlan .plan7max .bloc7max .aboutOpenNav {
		margin-top: -10px;
	}
}
@media print, screen and (min-width: 960px){
	.secJoycalPlan {
    padding: 80px 20px;
}
	.secJoycalPlan .contentsTTL {
		font-size: 3.6rem;
	}
	.secJoycalPlan .plan7max h3{
		border-radius: 66px;
		display: inline-block;
		padding: 12px 60px;
		line-height: 1.5;
		position: relative;
		margin-bottom: 28px;
		letter-spacing: 2.4px;
		font-size: 20px;
	}
	.secJoycalPlan .plan7max h3::after{
		content: "";
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 15px solid #000;
	}
	.secJoycalPlan .plan7max .bloc7max p.planTTL{
		font-size: 25px;
		margin-bottom: 0;
	}
	.secJoycalPlan .plan7max .bloc7max .planTTL .logo{
		width: 90px;
		margin-right: 24px;
	}
	.secJoycalPlan .plan7max .bloc7max{
		max-width: 960px;
		margin: auto;
		padding: 20px 37px 30px;
	}
	.secJoycalPlan .plan7max .bloc7max .btnL:hover{
		letter-spacing:0.15em;
		color:#ffffff;
		background: #000;
	}
}


/* -------------------------------------------------
  人気車種ランキング
------------------------------------------------- */
#rankingCarlist .carlistWrap {
    counter-reset: number 0;
    overflow: hidden;
    display: block;
		padding: 30px 25px 0;
}
#rankingCarlist h2.contentsTTL {
	margin: 0;
}
#rankingCarlist .carlistWrap li {
	width: 100%;
	margin: 0 0 26px;
	/* text-align: center; */
	border-radius: 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#rankingCarlist .carlistWrap li a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid var(--color-primary);
	border-right: 1.5px solid var(--color-primary);
	transform: rotate(45deg);
}
#rankingCarlist .carlistWrap li .gradeTxt{
	display: none;
}
/* #rankingCarlist .carlistWrap li .listItem{
	display: flex;
	align-items: center;
} */
#rankingCarlist .carlistWrap li .listItemHead{
	position: absolute;
	top: 14px;
	left: -10px;
	width: 50%;
	text-align: center;
}
#rankingCarlist .carlistWrap li .listItem .istItemBottom{
	width: 50%;
}
#rankingCarlist .carlistWrap li .carImg {
	width: 50%;
	margin: -3px 0 -5px;
}
#rankingCarlist .carlistWrap li .priceBox .priceNoTax {
	font-size: 3.6rem;
	margin-bottom: 4px;
}
#rankingCarlist .carlistWrap li .FixedAmount {
	width: 100%;
	max-width: none;
	margin: 0 20px 0 0;
	font-size: 1.4rem;
	text-align: right;
	display: inline;
	padding: 0 10px;
}
#rankingCarlist .carlistWrap li .toDetail {
	display: none;
	/* margin-top: 16px;
	text-align: center;
	display: block;
	letter-spacing: 5px;
	line-height: 2;
	border-top: 1px solid #F0E6E1;
	background: url(/1cars/common/img/icon/right-arrow_bl.svg) no-repeat right 20px top 50%;
	background-size: 10px auto; */
}
#rankingCarlist .carlistWrap li:nth-child(1) a::before {
	background: url(/1cars/img/ranking/rank-gold.svg) no-repeat center / contain;
}
#rankingCarlist .carlistWrap li:nth-child(2) a::before {
	background: url(/1cars/img/ranking/rank-silver.svg) no-repeat center / contain;
}
#rankingCarlist .carlistWrap li:nth-child(3) a::before {
	background: url(/1cars/img/ranking/rank-copper.svg) no-repeat center / contain;
}
#rankingCarlist .carlistWrap li:nth-child(4) a::before, 
#rankingCarlist .carlistWrap li:nth-child(5) a::before{
	background: url(/1cars/img/ranking/rank-low.svg) no-repeat center / contain;
}
#rankingCarlist .carlistWrap li a{
	position: relative;
	text-align: left;
	padding: 26px 0 20px 148px;
	display: block;
	z-index: 1;
}
#rankingCarlist .carlistWrap li .priceBox {
	margin: 5px 18px 2px 0;
	text-align: left;
}
#rankingCarlist .carlistWrap li a::before {
	counter-increment: number 1;
	content: counter(number) "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	font: 700 12px / 52px "din-2014-narrow";
	color: #fff;
	text-align: center;
	z-index: 3;
}

@media print, screen and (min-width: 768px) {
	#rankingCarlist .carlistWrap li .carImg {
    width: 25%;
    margin: -3px 0 -5px;
	}
	#rankingCarlist .carlistWrap li {
    width: 600px;
    margin: 0 auto 26px;
		display: block;
	}
	#rankingCarlist .carlistWrap li a {
    padding: 26px 0 20px 300px;
}
}

@media print, screen and (min-width: 960px) {
	#rankingCarlist{
		margin-top: 50px;
	}
	#rankingCarlist .carlistWrap {
			width: 960px;
			margin: 0 auto;
			padding: 44px 0 20px;
			position: relative;
			display: flex;
			gap: 10px;
			align-items: stretch;
	}
	#rankingCarlist .carlistWrap li {
		width: calc((100% - 40px)/ 5) ;
		padding: 30px 0 0;
	}
	#rankingCarlist .carlistWrap li .listItemHead {
    position: static;
		width: 100%;
	}
	#rankingCarlist .carlistWrap li .toDetail {
		display: block;
		margin-top: 0;
		font-size: 1.6rem;
		line-height: 2;
		font-weight: 500;
		background: url(/1cars/common/img/icon/right-arrow_bl.svg) no-repeat right 20px top 50%;
		background-size: 4px auto;
	}
	#rankingCarlist .carlistWrap li a::before {
    top: -52px;
    font: 700 12px / 53px "din-2014-narrow";
	}
	#rankingCarlist .carlistWrap li a {
    padding: 0;
		text-align: center;
	}
	#rankingCarlist .carlistWrap li .carlistTtl span {
		font-size: 1rem;
	}
	.carlistWrap li .carlistTtl {
		font-size: 1.5rem;
	}
	#rankingCarlist .carlistWrap li .priceBox .priceNoTax {
    font-size: 2.6rem;
    margin-bottom: 0;
	}
	#rankingCarlist .carlistWrap li .priceBox div .yen {
		font-size: 1.5rem;
	}
	#rankingCarlist .carlistWrap li .priceBox div .tax {
		font-size: 0.8rem;
	}
	#rankingCarlist .carlistWrap li .carImg {
    width: 75%;
	}
	#rankingCarlist .carlistWrap li .FixedAmount {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
		display: inline;
		padding: 2px 12px;
	}
	#rankingCarlist .carlistWrap li .priceBox{
		display: flex;
		align-items: last baseline;
		justify-content: center;
		margin: -5px 0 8px;
	}
	#rankingCarlist .carlistWrap li a::after {
    display: none;
	}
}

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

  特徴
	
------------------------------------------------- */
.secAbout{
	position: relative;
	padding: 30px 25px;
}
.secAbout::after{
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	background: var(--color-secondary);
	border-radius: 20px 0 0 20px;
	top: 0;
	left: 5px;
	width: 100%;
	height: 100%;
}
.secAbout ol{
	padding-top: 20px;
}
.secAbout ol li{
	border-radius: 10px;
	background: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.secAbout ol li .pointNum{
	position: absolute;
	color: #fff;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	z-index: 3;
	line-height: 1;
	padding-top: 15px;
	padding-left: 15px;
}
.secAbout ol li .pointNum span{
	display: block;	
	font-size: 10px;
	padding-bottom: 3px;
}
.secAbout ol li .pointNum::after{
	position: absolute;
	display: block;
	content: "";
	background: #0A0E1F;
	transform: rotate(-45deg);
	width: 300px;
	height: 100px;
	left: -135px;
	top: -30px;
	z-index: -1;
}
.secAbout ol li div h3{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	padding-top: 50px;
}
.secAbout ol li div p{
	font-size: 14px;
	padding-bottom: 30px;
}
@media print, screen and (min-width: 768px){
	.secAbout{
		position: relative;
		padding: 30px 40px;
	}
	.secAbout::after{
		left: 15px;
	}
	.secAbout .textC br{
		display: none;
	}
}
@media print, screen and (min-width: 960px){
	.secAbout {
		max-width: 1556px;
		margin: 0 auto;
		padding: 60px 40px 100px;
	}
	.secAbout::after{
		left: 20px;
	}
	.secAbout ol{
		display: flex;
		justify-content: space-between;
		max-width: 1100px;
		margin: 0 auto 40px;
	}
	.secAbout ol li{
		width: 32%;
	}
}

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

  キャンセル可能バナー
	
------------------------------------------------- */
.cancelOK{
	background: var(--color-primary);
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	border-radius: 10px;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
}
.cancelOK::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent var(--color-primary) transparent;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}
.cancelOK strong{
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}
@media print, screen and (min-width: 768px){
	.cancelOK{
		padding: 30px 0 25px;
		width: 730px;
		font-size: 18px;
		letter-spacing: 2px;
	}
	.cancelOK strong{
		font-size: 32px;
		padding-bottom: 15px;
	}
}

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

  たすかったーバナー
	
------------------------------------------------- */
.bnrTasucutter3{
	padding: 0 25px 20px;
}
.bnrTasucutter3 a{
	display: block;
	height: 100%;
	max-width: 1090px;
	margin: 0 auto;
}
.bnrTasucutter3 a:hover{
	opacity: 0.5;
	transform: scale(1.01);
}
