/* ===========================================
 * top use css
=========================================== */
/*メインビジュアル*/
#top_slider{
	width: 100%;
		overflow: hidden;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  height: 100vh;
  width: 100%;
	object-fit: cover;
}
/*トピックス*/
#top_news{
	padding: 60px 0;
}
#top_newsTitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#top_newsTitle h2{
	font-size: 22px;
	color: #55b6e8;
}
#top_newsTitle h2 span{
	font-size: 10px;
	font-weight: 700;
	padding-left: 10px;
}
#top_newsTitle p{
	font-size: 12px;
	font-weight: 700;
}
#top_newsTitle p a{
	color: #a2a2a2;
}
#top_newsInner{
	margin-top: 20px;
}
#top_newsInner ul li{
	padding-bottom: 30px;
}
#top_newsInner ul li .date{
	font-size: 14px;
	color: #a2a2a2;
}
.common_news_span_01{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #55b6e8;
	border: 1px solid #55b6e8;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
.common_news_span_02{
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	color: #12b4f0;
	border: 1px solid #12b4f0;
	width: 65px;
	height: 19px;
	text-align: center;
	border-radius: 10px;
	line-height: 18px;
}
#top_newsInner ul li a{
	border-bottom: 1px solid #000;
	font-size: 14px;
}
/*「車種別」で探す*/
#top_item{
	padding: 60px 0;
	scroll-margin-top: 120px;
}
#top_itemTitle{
	text-align: center;
	font-size: 26px;
	color: #55b6e8;
}
#top_itemInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_itemInner .box{
	width: 260px;
	height: 105px;
	border: 1px solid #a2a2a2;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
#top_itemInner a:nth-of-type(n+5):nth-of-type(-n+8){
	margin: 20px 0;
}
#top_itemInner .box .icon{
	width: 77px;
	height: 77px;
}
#top_itemInner .box .icon img{
	width: 77px;
	height: 77px;
	object-fit: cover;
}
#top_itemInner .box h4{
	margin-left: 12px;
	font-size: 18px;
	color: #55b6e8;
	line-height: normal;
}
/*「中古車・レンタカー・レンタアップ車輌」から探す*/
#top_search{
	padding: 60px 0;
	background: #55b6e8;
	scroll-margin-top: 120px;
}
#top_searchTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
}
#top_searchInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_searchInner .box{
	width: 360px;
	height: 305px;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
#top_searchInner .box .img_box{
	width: 327px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
}
#top_searchInner .box .img_box img{
	width: 327px;
	height: 230px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
#top_searchInner .box .img_box a:hover img{
	transform: scale(1.1);
}
#top_searchInner .box h4{
	text-align: center;
	color: #55b6e8;
	font-size: 22px;
	margin-top: 10px;
}
/*「拠点」で探す*/
#top_office{
	padding: 60px 0;
	scroll-margin-top: 120px;
}
#top_officeTitle{
	text-align: center;
	font-size: 26px;
	color: #55b6e8;
}
#top_officeInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_officeInner .box{
	width: 360px;
	height: 140px;
	background: #e3f4fd;
	padding: 18px 30px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	align-items: center;
}
#top_officeInner .box .icon_box{
	width: 104px;
	height: 104px;
}
#top_officeInner .box .icon_box img{
	width: 104px;
	height: 104px;
	object-fit: cover;
}
#top_officeInner .box h4{
	font-size: 22px;
	margin-left: 20px;
}
/*「最新入荷車輌」から探す*/
#top_new{
	padding: 60px 0;
	scroll-margin-top: 120px;
}
#top_newTitle{
	text-align: center;
	font-size: 26px;
	color: #55b6e8;
}
#top_newInner{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_newInner .box{
	width: 260px;
	border: 1px solid #a2a2a2;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
}
#top_newInner .box .cat_area{
	display: flex;
}
#top_newInner .box .cat_area p.cat_01{
	width: 70px;
	height: 27px;
	border: 1px solid #e95098;
	color: #e95098;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#top_newInner .box .cat_area p.cat_02{
	width: 70px;
	height: 27px;
	border: 1px solid #6eb92b;
	color: #6eb92b;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#top_newInner .box .cat_area p.cat_03{
	width: 70px;
	height: 27px;
	border: 1px solid #55b6e8;
	color: #55b6e8;
	text-align: center;
	line-height: 27px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	letter-spacing: .5em;
	padding: 0 0 0 10px;
}
#top_newInner .box .cat_area p.title{
	width: 195px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
#top_newInner .box .img_box{
	width: 230px;
	height: 174px;
	margin: 5px 0;
	position: relative;
}
#top_newInner .box .img_box .tbc,
#top_newInner .box .img_box .sold{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 230px;
	height: 33px;
	text-align: center;
	font-weight: 700;
}
#top_newInner .box .img_box .tbc{
	background: #FFE100;
	background: linear-gradient(-47deg,rgba(255, 225, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
	color: #7a7a7a;
}
#top_newInner .box .img_box .sold{
	background: #55b6e8;
    background: linear-gradient(-47deg, rgba(0, 129, 202, 1) 0%, rgba(110, 194, 238, 1) 100%);
	color: #fff;
}
#top_newInner .box .img_box img{
	width: 230px;
	height: 174px;
	object-fit: cover;
}
#top_newInner .box .img_box img.active{
	opacity: .6;
}
#top_newInner .box table{
	width: 230px;
	border-collapse: collapse;
	line-height: 1.6em;
	margin-bottom: 35px;
}
#top_newInner .box table th{
	width: 70px;
	font-size: 16px;
	font-weight: 700;
	text-align-last: justify;
	letter-spacing: normal;
}
#top_newInner .box table td{
	padding-left: 15px;
	width: 145px;
}
#top_newInner .box .more{
	text-align: right;
	font-size: 14px;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#top_newInner .box .more a{
	color: #a2a2a2;
	font-weight: 700;
}
#top_newInner .box .more a i{
	padding-left: 10px;
}

/*インスタグラム*/
#top_instagram{
	padding: 60px 0;
}
#top_instagramTitle{
}
#top_instagramTitle h2{
	text-align: center;
	font-size: 26px;
	color: #55b6e8;
	line-height: normal;
}
#top_instagramTitle h2 span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_instagramInner ul{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#top_instagramInner ul li{
	width: 260px;
}
#top_instagramInner ul li img{
	width: 260px;
	height: 346px;
	object-fit: cover;
}
/*SNS*/
#top_sns{
	padding: 60px 0;
}
#top_snsInner{
	display: flex;
	justify-content: space-between;
}
.top_snsInner_banner{
	width: 541px;
	height: 224px;
}
.top_snsInner_banner img{
	width: 541px;
	height: 224px;
	object-fit: cover;
}

/*Group*/
#top_link{
	padding: 60px 0;
	background: #55b6e8;
}
#top_linkTitle{
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: normal;
}
#top_linkTitle span{
	display: block;
	font-size: 10px;
	font-weight: 700;
}
#top_linkInnerTop{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.top_linkInnerTop_banner{
	width: 353px;
	height: 110px;
}
.top_linkInnerTop_banner img{
	width: 353px;
	height: 110px;
	object-fit: cover;
}
#top_linkInnerBottom{
	margin-top: 40px;
	position: relative;
}
@media screen and (max-width:640px){
	
	/*メインビジュアル*/
	#top_slider{
		width: 100%;
	  height: 400px;
		overflow: hidden;
	}
	.swiper-slide img {
	  height: 400px;
	  width: 100%;
		object-fit: cover;
	}
	/*トピックス*/
	#top_news{
		padding: 60px 0;
	}
	#top_newsTitle{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#top_newsTitle h2{
		font-size: 28px;
		color: #55b6e8;
	}
	#top_newsTitle h2 span{
		font-size: 16px;
		font-weight: 700;
		padding-left: 10px;
	}
	#top_newsTitle p{
		font-size: 18px;
		font-weight: 700;
	}
	#top_newsTitle p a{
		color: #a2a2a2;
	}
	#top_newsInner{
		margin-top: 20px;
	}
	#top_newsInner ul li{
		padding-bottom: 30px;
	}
	#top_newsInner ul li .date{
		font-size: 20px;
		color: #a2a2a2;
	}
	.common_news_span_01{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #55b6e8;
		border: 1px solid #55b6e8;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	.common_news_span_02{
		display: inline-block;
		margin: 0 10px;
		font-size: 12px;
		color: #12b4f0;
		border: 1px solid #12b4f0;
		width: 65px;
		height: 19px;
		text-align: center;
		border-radius: 10px;
		line-height: 18px;
	}
	#top_newsInner ul li a{
		border-bottom: 1px solid #000;
		font-size: 20px;
	}
	/*「車種別」で探す*/
	#top_item{
		padding: 60px 0;
		scroll-margin-top: 60px;
	}
	#top_itemTitle{
		text-align: center;
		font-size: 32px;
		color: #55b6e8;
	}
	#top_itemInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_itemInner .box{
		width: 280px;
		height: 105px;
		border: 1px solid #a2a2a2;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	#top_itemInner a:nth-of-type(n+5):nth-of-type(-n+8){
		margin: 0;
	}
	#top_itemInner .box .icon{
		width: 77px;
		height: 77px;
	}
	#top_itemInner .box .icon img{
		width: 77px;
		height: 77px;
		object-fit: cover;
	}
	#top_itemInner .box h4{
		margin-left: 20px;
		font-size: 20px;
		color: #55b6e8;
		line-height: normal;
	}
	/*「中古車・レンタカー・レンタアップ車輌」から探す*/
	#top_search{
		padding: 60px 0;
		background: #55b6e8;
		scroll-margin-top: 60px;
	}
	#top_searchTitle{
		text-align: center;
		font-size: 32px;
		color: #fff;
	}
	#top_searchInner{
		margin-top: 40px;
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_searchInner .box{
		width: 580px;
		height: auto;
		padding: 15px;
		box-sizing: border-box;
		background: #fff;
		display: flex;
		align-items: center;margin-bottom: 40px;
	}
	#top_searchInner .box .img_box{
		width: 327px;
		height: 230px;
		margin: 0 0;
		overflow: hidden;
	}
	#top_searchInner .box .img_box img{
		width: 327px;
		height: 230px;
		object-fit: cover;
		transition: transform 0.4s ease;
	}
	#top_searchInner .box .img_box a:hover img{
		transform: scale(1.1);
	}
	#top_searchInner .box h4{
		width: 223px;
		text-align: center;
		color: #55b6e8;
		font-size: 22px;
		margin-top: 0;
	}
	/*「拠点」で探す*/
	#top_office{
		padding: 60px 0;
		scroll-margin-top: 60px;
	}
	#top_officeTitle{
		text-align: center;
		font-size: 32px;
		color: #55b6e8;
	}
	#top_officeInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_officeInner .box{
		width: 190px;
		height: auto;
		background: #e3f4fd;
		padding: 18px 18px;
		box-sizing: border-box;
		border-radius: 4px;
		display: block;
		align-items: center;
	}
	#top_officeInner .box .icon_box{
		width: 104px;
		height: 104px;
		margin: 0 auto;
	}
	#top_officeInner .box .icon_box img{
		width: 104px;
		height: 104px;
		object-fit: cover;
	}
	#top_officeInner .box h4{
		font-size: 22px;
		margin-left: 0;
		text-align: center;
	}
	/*「最新入荷車輌」から探す*/
	#top_new{
		padding: 60px 0;
		scroll-margin-top: 60px;
	}
	#top_newTitle{
		text-align: center;
		font-size: 32px;
		color: #55b6e8;
	}
	#top_newInner{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_newInner .box{
		width: 280px;
		border: 1px solid #a2a2a2;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
		border-radius: 4px;
		margin-bottom: 20px;
		position: relative;
	}
	#top_newInner .box .cat_area{
		display: flex;
	}
	#top_newInner .box .cat_area p.cat_01{
		width: 70px;
		height: 27px;
		border: 1px solid #e95098;
		color: #e95098;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#top_newInner .box .cat_area p.cat_02{
		width: 70px;
		height: 27px;
		border: 1px solid #6eb92b;
		color: #6eb92b;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#top_newInner .box .cat_area p.cat_03{
		width: 70px;
		height: 27px;
		border: 1px solid #55b6e8;
		color: #55b6e8;
		text-align: center;
		line-height: 27px;
		font-size: 18px;
		font-weight: 700;
		border-radius: 50px;
		letter-spacing: .5em;
		padding: 0 0 0 10px;
	}
	#top_newInner .box .cat_area p.title{
		margin-left: 10px;
		font-size: 20px;
		font-weight: 700;
	}
	#top_newInner .box .img_box{
		width: 250px;
		height: 189px;
		margin: 5px 0;
		position: relative;
	}
	#top_newInner .box .img_box img{
		width: 250px;
		height: 189px;
		object-fit: cover;
	}
	#top_newInner .box .img_box .tbc,
	#top_newInner .box .img_box .sold{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 250px;
		height: 33px;
		text-align: center;
		font-weight: 700;
	}
	#top_newInner .box .img_box .tbc{
		background: #FFE100;
		background: linear-gradient(-47deg,rgba(255, 225, 0, 1) 0%, rgba(255, 241, 0, 1) 100%);
		color: #7a7a7a;
	}
	#top_newInner .box .img_box .sold{
		background: #55b6e8;
		background: linear-gradient(-47deg, rgba(0, 129, 202, 1) 0%, rgba(110, 194, 238, 1) 100%);
		color: #fff;
	}
	#top_newInner .box table{
		width: 250px;
		border-collapse: collapse;
		line-height: 1.6em;
		margin-bottom: 35px;
	}
	#top_newInner .box table th{
		width: 70px;
		font-size: 16px;
		font-weight: 700;
		text-align-last: justify;
		letter-spacing: normal;
	}
	#top_newInner .box table td{
		padding-left: 15px;
		width: 165px;
	}
	#top_newInner .box .more{
		text-align: right;
		font-size: 20px;
		position: absolute;
		bottom: 15px;
		right: 15px;
	}
	#top_newInner .box .more a{
		color: #a2a2a2;
		font-weight: 700;
	}
	/*インスタグラム*/
	#top_instagram{
		padding: 60px 0;
	}
	#top_instagramTitle{
	}
	#top_instagramTitle h2{
		text-align: center;
		font-size: 32px;
		color: #55b6e8;
		line-height: normal;
	}
	#top_instagramTitle h2 span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_instagramInner ul{
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap:10px;
	}
	#top_instagramInner ul li{
		width: 280px;
	}
	#top_instagramInner ul li img{
		width: 280px;
		height: 373px;
		object-fit: cover;
	}
	/*SNS*/
	#top_sns{
		padding: 60px 0;
	}
	#top_snsInner{
		display: block;
		justify-content: space-between;
	}
	.top_snsInner_banner{
		width: 580px;
		height: 240px;
		margin-bottom: 40px;
	}
	.top_snsInner_banner img{
		width: 580px;
		height: 240px;
		object-fit: cover;
	}
	/*Group*/
	#top_link{
		padding: 60px 0;
		background: #55b6e8;
	}
	#top_linkTitle{
		text-align: center;
		font-size: 32px;
		color: #fff;
		line-height: normal;
	}
	#top_linkTitle span{
		display: block;
		font-size: 16px;
		font-weight: 700;
	}
	#top_linkInnerTop{
		margin-top: 40px;
		display: block;
		justify-content: space-between;
	}
	.top_linkInnerTop_banner{
		width: 580px;
		height: auto;
	}
	.top_linkInnerTop_banner img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	#top_linkInnerBottom{
		margin-top: 40px;
		position: relative;
		display: block;
	}

	
}

