@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}



/*Webフォントの指定///////////////////////////////////*/
/*WebフォントRegular*/
@font-face {
  	font-family: 'MazdaType-Regular';
	src: url("../fonts/mazda/0050_MazdaType-Regular.woff") format('woff');
  	font-weight: normal;
}

/*WebフォントMedium*/
@font-face {
  	font-family: 'MazdaType-Medium';
  	src: url('../fonts/mazda/0030_MazdaType-Medium.woff') format('woff');
  	font-weight: normal;
}

/*WebフォントBold*/
@font-face {
  	font-family: 'MazdaType-Bold';
  	src: url('../fonts/mazda/0010_MazdaType-Bold.woff') format('woff');
  	font-weight: bold;
}





.LP_wrap  {
	overflow: hidden;
	font-family: 'MazdaType-Regular', "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	color: #231815;
	font-size: 23px;
	line-height: 1.6;
}

.LP_wrap div, img, section, h2, h3, h4, p, figure, ul, li {
	margin:0;
	padding:0;
}

.LP_wrap img {
	width: 100%;
	height: auto;
	margin: auto;
	vertical-align: bottom;
}

.LP_wrap .con_840 {
	width: 95%;
	max-width: 840px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}
.LP_wrap .con_940 {
	width: 90%;
	max-width: 940px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}
.LP_wrap .con_1100 {
	width: 95%;
	max-width: 1100px;
	margin: 0 auto 0;	
	box-sizing: border-box;
}
.LP_wrap .margin_T {
	margin-top: 15%;
}



/*////////////  h2 ///////////////*/
.LP_wrap .h2_wrap {
	position: relative;
}
.LP_wrap h2 {
	position: absolute;
	top: 0;
	left: 0;
}
/*h2下 アニメーション */
.LP_wrap .h2_animation{
animation:DownAnime 3s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
	transform: translateY(200px);  
  }
  to {
    opacity: 1;
	transform: translateY(0px);
  }
}




/*//////////// 画像ボタン///////////////*/
ul.LP_grid {
	margin-top: 10%;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}



/*////////////  h3 ///////////////*/
.LP_wrap h3 {
	margin-top: 15%;
}




/*//////////// Q&A ///////////////*/
.LP_QA {
	margin-top: 10%;
}
.LP_QA p:nth-child(2) {
	position: relative;
	z-index: -1;
	margin-top: -5%;
}




/*////////////  各店舗リスト ///////////////*/
.LP_wrap .bg_gray {
	background: #e5e5e5;
	padding: 50px 0 80px;
}
.LP_wrap .bg_gray .shop_con {
	width: 90%;
	max-width: 940px;
	margin: auto;
}

/*各店舗リンクボタン*/
ul#shop_list {
	list-style: none;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 15px;
	grid-row-gap: 15px;
	margin-top: 0%;
}
@media screen and (max-width:1024px){
	ul#shop_list {
		width: 100%;
		margin: 4% auto 0;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 10px;
		grid-row-gap: 10px;
	}
}

ul#shop_list li a {
	position: relative;
	background: #fff;
	text-align: center;
	font-size: 24px;
	color: #656565;
	display: block;
	text-decoration: none;
	padding: 20px 0;
	border: 1px solid #656565;
    transition: all  0.3s ease;
	box-sizing: border-box;
}
ul#shop_list li a:hover {
	background: #000;
	color: #fff;
}
/*矢印のスタイル*/
ul#shop_list li a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #656565;
  border-right: solid 2px #656565;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -6px;
}
/*矢印のスタイル　hover*/
ul#shop_list li a:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6%;
  margin-top: -6px;
}
@media screen and (max-width:1024px){
	ul#shop_list li a::after {
	  right: 5%;
	  margin-top: -6px;
	}
	ul#shop_list li a:hover::after {
	  right: 5%;
	  margin-top: -6px;
	}
}



/*テキスト部分*/
p.note {
	text-align: center;
	font-size: 18px;
	font-weight: 'MazdaType-Medium';
	margin: 8% auto 0%;
}
@media screen and (max-width:1024px){
	p.note span {
		display: block;
		line-height: 1.1;
	}
}



/*////////////  スクロールでふわっと表示アニメーション ///////////////*/
.fade{
  opacity : 0;
  transition: opacity 3s;
}
.fade.view{
  opacity: 1;
}





/*ボタン//////////////////////////////////////////*/
/*リンクボタン*/
.LP_wrap a:hover {
	opacity: 0.8;
}

/*ブログボタン*/
.LP_wrap a.LP_blog_btn {
	background: url("../img/campaign20250312/2503_30.jpg") no-repeat left top / contain;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
	width: 840px;
	height: 220px;
	transition: all  0.3s ease;
	margin: 10% auto 20%;
}
.LP_wrap a.LP_blog_btn:hover {
	background: url("../img/campaign20250312/2503_30_hv.jpg") no-repeat left top / contain;
}

@media screen and (max-width: 1024px){
	.LP_wrap a.LP_blog_btn {
		width: 90%;
	}
	.LP_wrap a.LP_blog_btn:hover {
		background: url("../img/campaign20250312/2503_30.jpg") no-repeat left top / contain;
	}
}

/*車ボタン
.LP_wrap a.btn_base{
	opacity: 1;
	text-decoration: none;
	display: block;
    border: 1px solid #1e1e1e;
	width: 90%;
	max-width: 400px;
	height: 55px;
	line-height: 55px;
	margin: 5% auto 13%;
	border-radius: 8px;
    text-align: center;
    transition: ease .4s;
	color: #1e1e1e;
	background: #ffffff;
	font-size: 22px;
}
@media screen and (max-width:750px){
	.LP_wrap a.btn_base{
		height: 75px;
		line-height: 75px;
		font-size:30px;
		max-width: 800px;
	}
}
.LP_wrap a.btn_base:hover {
	background: #1e1e1e;
	color: #ffffff;
}
@media screen and (max-width:750px){
	.LP_wrap a.btn_base:hover {
		background: none;
		color: #1e1e1e;
	}
}
*/


/*pc sp 切り替え：共通 ///////////////
.LP_wrap .LP_sp{
	display: none;
}
@media screen and (max-width:1024px){
	.LP_wrap .LP_pc{
		display: none;
	}
	.LP_wrap .LP_sp{
		display: block;
	}
}
*/









