@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*FOT-筑紫B丸ゴシック Std R
FOT-TsukuBRdGothic Std R
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 400;
font-style: normal;

FOT-筑紫B丸ゴシック Std B
FOT-TsukuBRdGothic Std B
font-family: fot-tsukubrdgothic-std, sans-serif;
font-weight: 700;
font-style: normal;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
 /*------------------------------------------------------------
   Browser Default Initialization responsive1
 ------------------------------------------------------------*/
 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }
 html {
   overflow-y: scroll;
   height: 100%;
 }
 body {
   margin: 0;
   padding: 0;
   /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
   color: #333;
   font-size: 16px;
   line-height: 125%;
   text-align: left;
   -webkit-text-size-adjust: 100%;
   background-color: #FFF;
   height: 100%;
   word-wrap: break-word;
 }

#wrapper{
	overflow: hidden;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
img{
	vertical-align:bottom;	
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
	color: #000;
}


/*-----------------------------
   Header
-------------------------------*/
.totop{
  position: fixed;
  right: 1%;
  bottom: 3%;
	width: 110px;
	height: 109px;
	background-image: url("../images/img_250214_btn_totop.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
	z-index: 800;
}

.totop:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.active{
  opacity: 1;
  visibility: visible;
}


.pc_only{
	display: block;
}
.smt_only{
	display: none;
}
.pc_only_1000{
	display: block;
}
.smt_only_1000{
	display: none;
}


.menu_squ{
	width: 100%;
	max-width: 1000px;
	position: absolute;
}

#menu_trigger_box{
	position: fixed;
	top: 32px;
	right: 5%;
	display: block;
	z-index: 1001;
	background-color: #fff;
	width: 60px !important;
	height: 74px !important;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 3px 3px 0 gray;
}
#menu_trigger_box_inn{
	width: 100%;
	height: 100%;
	position: relative;
}
#menu_trigger_box::after{
	content: "";
	width: 80%;
	height: 20px;
	position: absolute;
	background-image: url("../images/icon_g_menu.jpg");
	background-size: 80% auto;
	background-position: center top;
	background-repeat: no-repeat;
	bottom: 0;
	left: 10%;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 34px;
}
.menu-trigger:hover {
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #CCAD00;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.menu-trigger.returns span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.menu-trigger.returns span:nth-of-type(2) {
  left: 0%;
  opacity: 100;
  -webkit-animation: active-menu-bar02 .8s backwards;
  animation: active-menu-bar02 .8s backwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.menu-trigger.returns span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#smtnav{
	display: block;
}
#smtnav {
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
    background: #b8952c;
    background: -moz-linear-gradient( #b8952c 0%, #ebcd57 50%, #b8952c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#b8952c), color-stop(50%, #ebcd57), to(#b8952c));
    background: -webkit-linear-gradient( #b8952c 0%, #ebcd57 50%, #b8952c 100%);
    background: -o-linear-gradient( #b8952c 0%, #ebcd57 50%, #b8952c 100%);
    background: linear-gradient( #b8952c 0%, #ebcd57 50%, #b8952c 100%);
	transition: all 0.2s;
	transform: translateX(300px);
	z-index: 1000;
}
#smtnav.open {
	transform: translateX(0); 
}
#smtnav.close {
	transform: translateX(300px);
}
#smtnav ul {
	margin: 100px 0 0 0;
	padding: 1em;
	list-style-type: none;
}
#smtnav ul li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
}
#smtnav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}


div img{
	width: 100%;
	height: auto;
}

/*-----------------------------
   Section00 opening action
-------------------------------*/
#opening_set{
	width: 100vw;
	height: 100%;
	position: fixed;
	display: block;
	z-index: 1000;
}
.left_sect{
	width: 50%;
	height: 100vh;
	min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url("../images/img_250606_sec01_open_l.jpg");
	background-position: right center;
	background-size: 100% auto;
	display: block;
	z-index: 1000;
	overflow: hidden;
}
.right_sect{
	width: 50%;
	height: 100vh;
	min-height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	background-image: url("../images/img_250606_sec01_open_r.jpg");
	background-position: left center;
	background-size: 100% auto;
	display: block;
	z-index: 1000;
	overflow: hidden;
}



.opendoor_l {
-webkit-animation:opendoor_l 6s linear alternate forwards;
animation:opendoor_l 6s linear alternate forwards;
}
.opendoor_l2 {
-webkit-animation:opendoor_l 6.1s linear alternate forwards;
animation:opendoor_l 6.1s linear alternate forwards;
}
.opendoor_l3 {
-webkit-animation:opendoor_l 6.2s linear alternate forwards;
animation:opendoor_l 6.2s linear alternate forwards;
}
@keyframes opendoor_l{
0% {transform:translate(0, 0)}
90% {transform:translate(0, 0); display: block;}
100% {transform:translate(-110vw, 0); display: none;}
}

.opendoor_r {
-webkit-animation:opendoor_r 6s linear alternate forwards;
animation:opendoor_r 6s linear alternate forwards;
}
.opendoor_r2 {
-webkit-animation:opendoor_r 6.1s linear alternate forwards;
animation:opendoor_r 6.1s linear alternate forwards;
}
.opendoor_r3 {
-webkit-animation:opendoor_rB 6.3s linear alternate forwards;
animation:opendoor_rB 6.3s linear alternate forwards;
}
@keyframes opendoor_r{
0% {transform:translate(0, 0)}
90% {transform:translate(0, 0); opacity: 1;}
100% {transform:translate(110vw, 0); opacity: 0; display: none;}
}
@keyframes opendoor_rB{
0% {transform:translate(-50%, 0)}
90% {transform:translate(-50%, 0); opacity: 1;}
100% {transform:translate(110vw, 0); opacity: 0; display: none;}
}

.open_toyopi{
	width: 16%;
	max-width: 120px;
	height: 119px;
	position: fixed;
	top: 22%;
	left: 50%;
	z-index: 1200;
	transform: translate(-50%, 0);
}
.toyopi_move {
-webkit-animation:toyopi_move 5.5s linear alternate forwards;
animation:toyopi_move 5.5s linear alternate forwards;
}

@keyframes toyopi_move{
0% {transform:translate(-50%, 0); opacity: 1;}
10% {transform:translate(-50%, -3%)}
20% {transform:translate(-50%, 3%)}
30% {transform:translate(-50%, -3%)}
40% {transform:translate(-50%, 3%)}
50% {transform:translate(-50%, -3%)}
60% {transform:translate(-50%, 3%)}
70% {transform:translate(-50%, -3%)}
80% {transform:translate(-50%, 3%)}
90% {transform:translate(-50%, -3%)}
95% {transform:translate(-50%, 1.5%); opacity: 1;}
100% {transform:translate(-50%, -50%); opacity: 0;}
}

.open_type{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	position: fixed;
	top: 46%;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1200;
	color: #000;
	opacity: 0;
}
.open_type {
-webkit-animation:open_type 5.5s linear alternate forwards;
animation:open_type 5.5s linear alternate forwards;
}
@keyframes open_type{
0% {opacity: 0;}
1% {opacity: 1;}
15% {opacity: 0;}
20% {opacity: 1;}
35% {opacity: 0;}
40% {opacity: 1;}
55% {opacity: 0;}
60% {opacity: 1;}
75% {opacity: 0;}
80% {opacity: 1;}
95% {opacity: 0;}
}


.loader{
	width: 62px;
	height: 35px;
	position: fixed;
	display: block;
	z-index: 1200;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 0);
}
.loader-inner{
	position: relative;
	width: 100%;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.line-scale > div {
  background-color: #aaa;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }

.loader_op {
-webkit-animation:loader_op 5.5s linear alternate forwards;
animation:loader_op 5.5s linear alternate forwards;
}
@keyframes loader_op{
0% {opacity: 1;}
90% {opacity: 1;}
100% {opacity: 0;}
}







/*-----------------------------
   Section01 タイトル
-------------------------------*/
article.cont_base_A{
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("../images/251009_sec01_09_bg02.png"), url("../images/251009_sec01_08_bg01.jpg");
	background-position: center bottom, center top;
	background-size: auto auto, auto auto;
	background-repeat: no-repeat, no-repeat;
}

article.cont_base_A .A_inn{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 2% 0 45px;
}

.top_balloon_01{
	width: 22%;
	max-width: 246px;
	position: absolute;
	top: 2%;
	left: -25%;
}
.top_balloon_02{
	width: 14.7%;
	max-width: 147px;
	position: absolute;
	top: 45%;
	left: -18%;
}
.top_balloon_03{
	width: 11%;
	max-width: 110px;
	position: absolute;
	top: 6%;
	left: 21%;
}
.top_balloon_04{
	width: 12.7%;
	max-width: 127px;
	position: absolute;
	top: -1%;
	right: 21%;
}
.top_balloon_05{
	width: 15.9%;
	max-width: 159px;
	position: absolute;
	top: 45%;
	right: 14%;
}
.top_balloon_06{
	width: 26.7%;
	max-width: 267px;
	position: absolute;
	top: 5%;
	right: -33%;
}
.top_balloon_07{
	width: 16.2%;
	max-width: 162px;
	position: absolute;
	top: 47%;
	right: -20%;
}

.logo_sectionA{
	width: 40%;
	position: relative;
	margin: 0 30% 0;	
}

.img_secA_01{
	width: 78.6%;
	position: relative;
	margin: 2% auto 0;
	z-index: 20;
}

.img_secA_02{
	width: 33.4%;
	position: relative;
	margin: -7% auto 0;
	z-index: 25;
	/*filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));*/
}

.img_secA_03{
	width: 25.7%;
	position: absolute;
	right: 0;
	top: 2%;
	z-index: 15;
}
.img_secA_03B{
	width: 11.2%;
	position: absolute;
	right: 2%;
	top: 34%;
	z-index: 15;
}

.img_secA_04{
	width: 22.5%;
	position: absolute;
	left: 0;
	top: 2%;
	z-index: 15;
}

.img_secA_05{
	width: 36.6%;
	position: relative;
	margin: -17% 0 0 0;
	z-index: 15;
}

.img_secA_06{
	width: 43%;
	position: absolute;
	right: 0;
	bottom: 5%;
	z-index: 15;
}

/*-----------------------------
   Section02 ご来店イベント
-------------------------------*/
article.cont_base_B{
	width: 100%;
	position: relative;
	background-image: url("../images/251009_sec02_bg02.png"), url("../images/251009_sec02_01_bg01.jpg");
	background-position: center bottom, center top;
	background-size: 1500px auto, 119px auto;
	background-repeat: repeat-x, repeat;
	padding: 0 0 0;
}



article.cont_base_B .B_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}



.balloon_l{
	position: absolute;
	width: 25%;
	max-width: 300px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
	background-image: url("../images/251009_sec02_02_leaf_lbg.png");
	background-size: 220px auto;
	background-position: -120px 100px;
	background-repeat: no-repeat;
}
.bln_innner{
	position: relative;
	width: 100%;
	height: 100%;
}
.balloon_l .left_bal_01{
	width: 100%;
	height: 100%;
	top: 90px;
	left: -90px;
	position: absolute;
	background-image: url("../images/251009_sec02_02_leaf_l_02.png");
	background-size: 256px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.balloon_l .left_bal_02{
	width: 100%;
	height: 100%;
	top: 0;
	left: -60px;
	position: absolute;
	background-image: url("../images/251009_sec02_02_leaf_l_01.png");
	background-size: 249px auto;
	background-position: center top;
	background-repeat: repeat-y;
}

.balloon_r{
	position: absolute;
	width: 25%;
	max-width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	background-image: url("../images/251009_sec02_02_leaf_rbg.png");
	background-size: 220px auto;
	background-position: 200px 100px;
	background-repeat: no-repeat;
}
.balloon_r .right_bal_01{
	width: 100%;
	height: 100%;
	top: 90px;
	right: -90px;
	position: absolute;
	background-image: url("../images/251009_sec02_02_leaf_r_02.png");
	background-size: 256px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.balloon_r .right_bal_02{
	width: 100%;
	height: 100%;
	top: 0;
	right: -60px;
	position: absolute;
	background-image: url("../images/251009_sec02_02_leaf_r_01.png");
	background-size: 249px auto;
	background-position: center top;
	background-repeat: repeat-y;
}

.fuwafuwa {
-webkit-animation:fuwafuwa 4.5s infinite linear alternate;
animation:fuwafuwa 4.5s infinite linear alternate;
}

@keyframes fuwafuwa{
0% {transform:translate(0, 0)}
40% {transform:translate(0, -30px)}
50% {transform:translate(0, -40px)}
60% {transform:translate(0, -30px)}
100% {transform:translate(0, 0)}
}

.fuwafuwa2 {
-webkit-animation:fuwafuwa 6.5s infinite linear alternate;
animation:fuwafuwa 6.5s infinite linear alternate;
}

@keyframes fuwafuwa2 {
0% {transform:translate(0, 0) }
50% {transform:translate(0, -25px) }
100% {transform:translate(0, 0)}
}




.img_B_01{
	width: 100%;
	position: absolute;
	margin: 0 0 0;
	z-index: 20;
	top: -2%;
}

.img_B_02{
	width: 100%;
	position: relative;
	margin: 0 0 0;
	padding-top: 87%;
	z-index: 20;
}

.img_B_03{
	width: 100%;
	position: relative;
	margin: 6% 0 0;
	z-index: 20;
}



.btn_A{
	width: 70.4%;
	display: block;
	position: absolute;
	bottom: 22%;
	left: 14.8%;
}
.btn_A img{
	width: 100%;
	height: auto;
}
.btn_A .off{
	position: absolute;
	top: 0;
	left: 0;
}
.btn_A .off:hover{
	opacity: 0;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}






/*ポップアップ---------------*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: -10%;
    width: 120%;
	z-index: 1100 !important;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
	max-width: 500px;
	min-width: 300px;
}
.modal__content img{
	width: 100%;
	height: auto;
}
.js-modal-close-btn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -60px;
	left: 0;
	background-image: url("../images/bg_section04_btn_delete.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.js-modal-close-btn img{
	width: 100%;
	height: 100%;
}
.js-modal-close-btn:hover{
	opacity: 0.7;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
}




/*-----------------------------
   Section03 新車購入支援金
-------------------------------*/
article.cont_base_C{
	width: 100%;
	position: relative;
	overflow: visible;
	background-image: url("../images/251009_sec03_09_bg01.png"), url("../images/251009_sec03_11_bg03l.png"), url("../images/251009_sec03_11_bg03r.png"), url("../images/251009_sec03_10_bg02.jpg");
	background-position: center top, left top, right top, center top;
	background-size: 2000px auto, 156px auto, 156px auto, 2000px auto;
	background-repeat: no-repeat, no-repeat, no-repeat, repeat-y;
}

article.cont_base_C .C_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 110px 0 10%;
}



.balloon_l_c{
	position: absolute;
	width: 25%;
	max-width: 300px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
}
.balloon_l_c .bln_innner{
	position: relative;
	width: 100%;
	height: 100%;
}
.balloon_l_c .left_bal_01{
	width: 100%;
	height: 100%;
	top: 400px;
	left: -90px;
	position: absolute;
	background-image: url("../images/251009_sec03_11_bg03l02.png");
	background-size: 300px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.balloon_l_c .left_bal_02{
	width: 100%;
	height: 100%;
	top: 350px;
	left: -60px;
	position: absolute;
	background-image: url("../images/251009_sec03_11_bg03l01.png");
	background-size: 300px auto;
	background-position: center top;
	background-repeat: repeat-y;
}

.balloon_r_c{
	position: absolute;
	width: 25%;
	max-width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
}
.balloon_r_c .right_bal_01{
	width: 100%;
	height: 100%;
	top: 400px;
	right: -90px;
	position: absolute;
	background-image: url("../images/251009_sec03_11_bg03r01.png");
	background-size: 300px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.balloon_r_c .right_bal_02{
	width: 100%;
	height: 100%;
	top: 400px;
	right: -60px;
	position: absolute;
	background-image: url("../images/251009_sec03_11_bg03r02.png");
	background-size: 300px auto;
	background-position: center top;
	background-repeat: repeat-y;
}

.fuwafuwa {
-webkit-animation:fuwafuwa 4.5s infinite linear alternate;
animation:fuwafuwa 4.5s infinite linear alternate;
}

@keyframes fuwafuwa{
0% {transform:translate(0, 0)}
40% {transform:translate(0, -30px)}
50% {transform:translate(0, -40px)}
60% {transform:translate(0, -30px)}
100% {transform:translate(0, 0)}
}

.fuwafuwa2 {
-webkit-animation:fuwafuwa 6.5s infinite linear alternate;
animation:fuwafuwa 6.5s infinite linear alternate;
}

@keyframes fuwafuwa2 {
0% {transform:translate(0, 0) }
50% {transform:translate(0, -25px) }
100% {transform:translate(0, 0)}
}




.img_C_01A{
	width: 100%;
	position: absolute;
	top: -1.2%;
	left: 0;
	z-index: 10;
	/*filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));*/
}


.img_C_02{
	width: 100%;
	position: relative;
	margin: 27% 0 0;
	z-index: 10;
}


.text_A{
	text-align: center;
	font-family: "Noto Sans JP", serif;
	font-size: 0.8em;
	font-weight: 400;
	font-style: normal;
	color: #000;
	line-height: 1.3em;
	margin: 1% 0 0;
}
.text_A span{
	display: inline-block;
}



.img_C_03{
	width: 100%;
	position: relative;
	margin: 7% auto 0;
	z-index: 10;
}

.img_C_04{
	width: 100%;
	position: relative;
	margin: 2% 0 0;
	z-index: 10;
}
.img_C_05{
	width: 100%;
	position: relative;
	margin: 2% 0 0;
	z-index: 10;
}
.img_C_06{
	width: 100%;
	position: relative;
	margin: 10% 0 0;
	z-index: 10;
}

/*-----------------------------
   Section04 中古車
-------------------------------*/
article.cont_base_D{
	width: 100%;
	position: relative;
	overflow-y: visible;
	background-image: url("../images/251009_sec04_bg01.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

article.cont_base_D .D_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 90px 0 8%;
}

.img_D_01{
	width: 43.8%;
	position: absolute;
	margin: 0 auto 0;
	top: -4%;
	left: 50%;
	transform: translate( -50%, 0 );
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
	z-index: 20;
}

.img_D_02{
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	z-index: 10;
}

.img_D_03{
	width: 100%;
	margin: -6% 0 0;
	position: relative;
}

.img_D_04{
	width: 100%;
	margin: 3% 0 0;
	position: relative;
}


article.cont_base_D2{
	width: 100%;
	position: relative;
	overflow-y: visible;
	background-image: url("../images/251009_sec04_bg02.jpg");
	background-position: center top;
	background-size: 1496px auto;
	background-repeat: repeat;
}

article.cont_base_D2 .D2_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 7% 0 5%;
}

.img_D_05{
	width: 100%;
	position: absolute;
	top: -6%;
	left: 50%;
	transform: translate(-50%, 0);
}







.btn_u-car{
	width: 40%;
	position: relative;
	margin: 2% auto 0;
	z-index: 100;
}
.btn_u-car a{
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
}
.btn_u-car a:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}
.btn_u-car::after{
	content: "";
	position: absolute;
	width: 250%;
	height: 480px;
	top: 0;
	left: -75%;
	background-image: url("../images/251009_sec04_06.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}

.img_E_03{
	width: 100%;
	position: relative;
	margin: 10% 0 0;
}
.img_E_03 .btn_B{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.img_E_03 .btn_B:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}





/*-----------------------------
   Section05 とよぴキッズクラブ
-------------------------------*/
article.cont_base_E{
	width: 100%;
	margin: 0 auto 0;
	background-image: url("../images/251009_sec05_bg01.png"), url("../images/251009_sec05_bg02.jpg");
	background-position: center top, center top;
	background-repeat: no-repeat, repeat;
	position: relative;
}

article.cont_base_E .E_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 2% 0 2%;
}

.img_E_01{
	position: relative;
	width: 100%;
	z-index: 30;
}
.img_E_01::before{
	content: "";
	position: absolute;
	width: 116%;
	height: 100%;
	background-image: url("../images/251009_sec05_bg03.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	top: 3%;
	left: -8%;
}

.btn_E{
	width: 72%;
	display: block;
	position: relative;
	margin: 0 14% 0;
}
.btn_E img{
	width: 100%;
	height: auto;
}

.btn_E:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}

article.cont_base_E2{
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	background-color: #3db270;
}

article.cont_base_E2 .E2_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 1% 0 ;
}

.text_B{
	text-align: center;
	font-family: "Noto Sans JP", serif;
	font-size: 0.9em;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	line-height: 1.3em;
}
/*-----------------------------
   Section9 ラスト
-------------------------------*/
article.cont_base_J{
	width: 100%;
	position: relative;
	background-image: url("../images/251009_sec06_bg.jpg");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 150;
}
article.cont_base_J .J_inn{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 3% 0 2%;
}

.img_J_01{
	width: 75.2%;
	position: relative;
	margin: 0 auto;
	z-index: 15;
}
.img_J_02{
	width: 27.7%;
	position: relative;
	margin: -12% auto 0;
	z-index: 10;
}

.img_J_03{
	width: 100%;
	position: relative;
	margin: -12% auto 0;
	z-index: 15;
}





/*-----------------------------
   Footer
-------------------------------*/
footer{
	width: 100%;
	background-color: #009096;
	position: relative;
}
footer p{
	text-align: center;
}
footer img{
	width: 20%;
	max-width: 206px;
	margin: 30px auto;
}
footer img:hover{
	opacity: 0.7;
	-moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
	transition: .3s;
}


/*-----------------------------
  Margin Padding
-------------------------------*/
.mt3pc{
	margin-top: 3%;
}
.mt4pc{
	margin-top: 4%;
}
.mt5pc{
	margin-top: 5%;
}
.mt10pc{
	margin-top: 10%;
}
.mt-43pc{
	margin-top: -43%;
}
.mt-45pc{
	margin-top: -45%;
}
.mt-40pc{
	margin-top: -40%;
}
.mt-8pc{
	margin-top: -8%;
}
.mt-6pc{
	margin-top: -6%;
}
.mt-4pc{
	margin-top: -4%;
}
.mt-2pc{
	margin-top: -2%;
}
.mt-40{
	margin-top: -40px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px !important;
}
.mt40{
	margin-top: 40px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mt100{
	margin-top: 100px !important;
}
.mb2pc{
	margin-bottom: 2%;
}
.pb100{
	padding-bottom: 100px;
}
.pt10{
	padding-top: 10px;
}

.pb80{
	padding-bottom: 80px;
}
/*-----------------------------
  Width
-------------------------------*/
.w80{
	width: 80%;
}