@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: 9999;
	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: 9999;
	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: 9999;
	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;}
}




/*-----------------------------
   Section00 オープニング
-------------------------------*/
#opening{
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: transparent;     /* ★黒背景なし */
  display: grid;
  gap: 0;
  pointer-events: none;
  overflow: hidden;
}

.tile{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform, opacity;
  transform: translateZ(0) scale(1);
  opacity: 1;
}

/* 放射状に「消える」アニメ */
.tile.out{
  transition:
    transform 650ms cubic-bezier(.2,.9,.2,1),
    opacity 650ms ease,
    filter 650ms ease;
  transform: scale(0.25);      /* ★縮む */
  opacity: 0;                  /* ★消える */
  filter: blur(1px);           /* 任意：消え際の品 */
}











/*-----------------------------
   Section01 タイトル
-------------------------------*/
article.cont_base_A{
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url("../images/260101_sec01_bg02.jpg"), url("../images/260101_sec01_bg01.jpg");
	background-position: center bottom, center top;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
}
.A_hikari{
	width: 135%;
	position: absolute;
	top: 32%;
	left: 51.3%;
	transform: translate( -50%, -50% );
}

.rotate-slow {
  animation: rotateSlow 60s linear infinite;
}

@keyframes rotateSlow {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.A_kazari_l{
	width: 40.6%;
	max-width: 406px;
	position: absolute;
	top: 0;
	left: 0;
}
.A_kazari_r{
	width: 40.6%;
	max-width: 406px;
	position: absolute;
	top: 0;
	right: 0;
}
article.cont_base_A .A_inn{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 2% 0 0;
}


.logo_sectionA{
	width: 38%;
	position: relative;
	margin: 0 31% 0;	
}

/*初売り*/
.img_secA_01{
	width: 71.6%;
	position: relative;
	margin: -2% auto 0;
}

/*とよぴの*/
.img_secA_06{
	width: 25%;
	position: absolute;
	left: -2%;
	top: 12%;
	filter: drop-shadow(0px 0px 10px #000)
	drop-shadow(0px 0px 1px rgba(0,0,15,1))
	drop-shadow(0px 0px 1px rgba(0,0,15,1));
	z-index: 20;
}

/*開催期間*/
.img_secA_02{
	width: 41.6%;
	position: absolute;
	top: 50%;
	left: 0;
	/*filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.5));*/
}

/*とよぴ*/
.img_secA_03{
	width: 32.6%;
	position: absolute;
	top: -11.5%;
	left: 50%;
	transform: translateX(-50%);
}

/*初売りならではの～*/
.img_secA_07{
	width: 13.5%;
	position: absolute;
	right: 0;
	top: 3%;
	z-index: 20;
}

/*うま*/
.img_secA_08{
	width: 13%;
	position: absolute;
	left: 2%;
	top: 35%;
	z-index: 20;
	filter: drop-shadow(0px 0px 5px #fff)
	drop-shadow(0px 0px 5px rgba(225,225,225,1));
}

/*車種ラインナップ*/
.img_secA_04{
	width: 100%;
	position: relative;
	margin: 0 0 0;
}

/*2026*/
.img_secA_05{
	width: 22.2%;
	position: absolute;
	top: 55%;
	right: 4%;
	z-index: 20;
	filter: drop-shadow(0px 0px 10px #000)
	drop-shadow(0px 0px 1px rgba(0,0,15,1))
	drop-shadow(0px 0px 1px rgba(0,0,15,1));
}



/*-----------------------------
   Section02 ご来店イベント
-------------------------------*/
article.cont_base_B{
	width: 100%;
	position: relative;
	background-image: url("../images/260101_sec02_bg01.jpg");
	background-position: center top;
	background-size: 1500px auto;
	background-repeat: repeat-y;
	z-index: 30;
}



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



.balloon_l{
	position: absolute;
	width: 31.1%;
	max-width: 311px;
	height: 103%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: visible;
}
.bln_innner{
	position: relative;
	width: 100%;
	height: 100%;
}
.left_bal_01{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_cloud_01.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.left_bal_02{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_cloud_02.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.left_bal_03{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_moyou_01.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.left_bal_04{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_moyou_02.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.left_bal_05{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_obj_01.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}
.left_bal_06{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: url("../images/260101_move_obj_02.png");
	background-size: 311px auto;
	background-position: center top;
	background-repeat: repeat-y;
}


.balloon_r{
	position: absolute;
	width: 31.1%;
	max-width: 311px;
	height: 103%;
	top: 0;
	right: 0;
	z-index: 1;
	overflow: visible;
}
.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;
}

.nagareru01 {
-webkit-animation:nagare01 8s infinite linear;
animation:nagare01 8s infinite linear;
}

@keyframes nagare01{
0% { opacity: 0;}
15% { opacity: 1;}
85% { opacity: 1;}
100% {transform:translate(-100px, 0); opacity: 0;}
}

.nagareru02 {
-webkit-animation:nagare02 7.5s infinite linear;
animation:nagare02 7.5s infinite linear;
}

@keyframes nagare02{
0% { opacity: 0;}
20% { opacity: 1;}
80% { opacity: 1;}
100% {transform:translate(-60px, 0); opacity: 0;}
}

.nagareru03 {
-webkit-animation:nagare03 6s infinite linear;
animation:nagare03 6s infinite linear;
}

@keyframes nagare03{
0% {transform:translate(100px, 0); opacity: 0;}
15% { opacity: 1;}
85% { opacity: 1;}
100% {transform:translate(0, 0); opacity: 0;}
}

.nagareru04 {
-webkit-animation:nagare04 9s infinite linear;
animation:nagare04 9s infinite linear;
}

@keyframes nagare04{
0% {transform:translate(80px, 0); opacity: 0;}
20% { opacity: 1;}
80% { opacity: 1;}
100% {transform:translate(0, 0); opacity: 0;}
}

.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)}
}
.fuwafuwa3 {
-webkit-animation:fuwafuwa 3.5s infinite linear alternate;
animation:fuwafuwa 3.5s infinite linear alternate;
}
.fuwafuwa4 {
-webkit-animation:fuwafuwa 5s infinite linear alternate;
animation:fuwafuwa 5s infinite linear alternate;
}


.img_B_01{
	width: 100%;
	position: relative;
	margin: 0 0 0;
	z-index: 20;
	top: -50px;
	filter: drop-shadow(4px 4px 5px #666);
}
.img_B_01::before{
	content: "";
	position: absolute;
	width: 1.9%;
	height: 100%;
	top: 0;
	left: -1.9%;
	background-image: url("../images/260101_sec02_01_l.png");
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}


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


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


.box_100per{
	width: 100%;
	position: relative;
	margin: 5% 0 0;
	z-index: 20;
}
.box_100per::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.box_100per .obj_50_l{
	width: 50%;
	float: left;
}
.box_100per .obj_50_r{
	width: 50%;
	float: right;
}

.tako{
	position: relative;
	width: 100%;
}
.tako::before{
	content: "";
	position: absolute;
	top: 0;
	left: -6%;
	width: 6%;
	height: 100%;
	background-image: url("../images/260101_sec02_04_l.png");
	background-size: 100% auto;
	background-position: top right;
	background-repeat: no-repeat;
}



.denchi{
	position: relative;
	margin: 5% 0 0;
}

.oil{
	position: relative;
	margin: 20% 0 0;
}

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



.btn_A{
	width: 100%;
	display: block;
	position: relative;
	margin: 4% 0 0;
}
.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: 9999 !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;
	background-image: url("../images/260101_sec03_bg01.png"), url("../images/260101_sec04_bg01.jpg");
	background-position: center top, center top;
	background-size: 100% auto, 100% auto;
	background-repeat: no-repeat, repeat-y;
	overflow: visible;
	z-index: 30;
}

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



.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_01{
	width: 72.8%;
	position: relative;
	margin: 0 auto 0;
	transform: translateY(-50%);
}

.block_divide{
	width: 100%;
	position: relative;
	margin: -9% 0 0;
	z-index: 10;
}
.block_divide::after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.block_divide .side_l{
	width: 50%;
	float: left;
	position: relative;
}
.block_divide .side_l::after{
	content: "";
	position: absolute;
	width: 103%;
	height: 100%;
	top: -5%;
	left: -7%;
	background-image: url("../images/260101_sec03_02B.png");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: -1;
}

.block_divide .side_r{
	width: 50%;
	float: right;
}

.s_inner{
	position: relative;
	width: 100%;
}







.img_C_02{
	width: 73.8%;
	position: relative;
	margin: 5% auto 0;
	z-index: 10;
}





/*ルーミー*/
.img_C_03{
	width: 100%;
	position: relative;
	margin: 5% auto 0;
	z-index: 10;
}
.img_C_03::before{
	content: "";
	position: absolute;
	width: 1.4%;
	height: 100%;
	top: 0;
	left: -1.4%;
	background-image: url("../images/260101_sec04_01_l.png");
	background-size: 100% auto;
	background-position: right top;
	background-repeat: no-repeat;
}
.img_C_03::after{
	content: "";
	position: absolute;
	width: 3.1%;
	height: 100%;
	top: 0;
	right: -3.1%;
	background-image: url("../images/260101_sec04_01_r.png");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}



/*ライズ*/
.img_C_04{
	width: 100%;
	position: relative;
	margin: 6% 0 0;
	z-index: 10;
}
.img_C_04::before{
	content: "";
	position: absolute;
	width: 1.5%;
	height: 100%;
	top: 0;
	left: -1.5%;
	background-image: url("../images/260101_sec04_02_l.png");
	background-size: 100% auto;
	background-position: right top;
	background-repeat: no-repeat;
}
.img_C_04::after{
	content: "";
	position: absolute;
	width: 3%;
	height: 100%;
	top: 0;
	right: -3%;
	background-image: url("../images/260101_sec04_02_r.png");
	background-size: 100% auto;
	background-position: left top;
	background-repeat: no-repeat;
}



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

.img_C_05 .btn_B{
	width: 89.6%;
	position: absolute;
	bottom: 6%;
	left: 5.2%;
}
.img_C_05 .btn_B a{
	display: block;
	position: relative;
}
.img_C_05 .btn_B a .on{
	filter: drop-shadow(0px 10px 10px rgba(93, 0, 10, .8));
}
.img_C_05 .btn_B a .off{
	position: absolute;
	top: 0;
	left: 0;
}
.img_C_05 .btn_B:hover .off{
	opacity: 0;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}


/*-----------------------------
   Section04 中古車
-------------------------------*/
article.cont_base_D{
	width: 100%;
	position: relative;
	overflow-y: visible;
	background-image: url("../images/260101_sec06_bg01.png"), url("../images/260101_sec05_bg02.jpg");
	background-position: center top, center top;
	background-size: 100% auto, 161px auto;
	background-repeat: no-repeat, repeat;
	z-index: 30;
}

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



.img_D_01{
	width: 72.8%;
	position: absolute;
	margin: 0 auto 0;
	top: -7%;
	left: 50%;
	transform: translate( -50%, 0 );
}

.img_D_02{
	width: 59.8%;
	position: relative;
	margin: 5% auto 0;
	z-index: 10;
}
.img_D_02::after{
	content: "";
	position: absolute;
	width: 38%;
	height: 100%;
	top: 8%;
	right: -21%;
	background-image: url("../images/260101_sec06_02B.png");
	background-size: 100% auto;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}


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

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






.btn_u-car{
	width: 40%;
	position: relative;
	margin: 5% 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/260101_sec06_05.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
	filter: drop-shadow(4px 4px 5px #666);
}



article.cont_base_D2{
	width: 100%;
	position: relative;
	overflow-y: visible;
	background-image: url("../images/260101_sec07B_bg01.jpg");
	background-position: center center;
	background-size: 1434px auto;
	background-repeat: repeat-x;
}

article.cont_base_D2 .D2_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 0 0 0;
}
.img_E_01{
	position: relative;
	width: 83%;
	margin: 0 auto;
	z-index: 30;
}



/*-----------------------------
   Section05 こちらもオススメ当社通常中古車
-------------------------------*/
article.cont_base_E{
	width: 100%;
	margin: 0 auto 0;
	background-image: url("../images/260101_sec07_bg01.jpg");
	background-position: center top;
	background-size: 221px auto;
	background-repeat: repeat;
	position: relative;
}

article.cont_base_E .E_inn{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	padding: 3% 0 10%;
	z-index: 30;
}

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


.btn_E,
.btn_E2{
	width: 55%;
	display: block;
	position: relative;
	margin: 3% auto 0;
}
.btn_E img,
.btn_E2 img{
	width: 100%;
	height: auto;
}
.btn_E .ofof,
.btn_E2 .ofof{
	position: absolute;
	top: 0;
	left: 0;
}
.btn_E .onon{
	filter: drop-shadow(0px 20px 10px rgba(0, 139, 0, 0.5));
}
.btn_E2 .onon{
	filter: drop-shadow(0px 20px 10px rgba(237, 43, 127, 0.5));
}
.btn_E:hover .ofof,
.btn_E2:hover .ofof{
	opacity: 0;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}


.img_E_03{
	width: 73.8%;
	position: relative;
	margin: 8% auto 0;
}
.img_E_04{
	width: 100%;
	position: relative;
	margin: 3% 0 0;
}

/*-----------------------------
   Section06 大好評の洗車アプリ
-------------------------------*/
article.cont_base_F{
	width: 100%;
	margin: 0 auto 0;
	background-image: url("../images/260101_sec09_bg02.png"), url("../images/260101_sec09_bg01.jpg");
	background-position: center bottom, center top;
	background-size: 150% auto, 150% auto;
	background-repeat: no-repeat, no-repeat;
	position: relative;
}

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

.img_F_00{
	width: 72.8%;
	position: absolute;
	margin: 0 auto 0;
	top: -7%;
	left: 50%;
	transform: translate( -50%, 0 );
}

.img_F_01{
	width: 100%;
	position: relative;
}
.img_F_01::after{
	content: "";
	position: absolute;
	width: 67%;
	height: 200%;
	top: 0;
	left: -67%;
	background-image: url("../images/260101_sec09_01_l.png");
	background-position: right top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.img_F_02{
	width: 100%;
	position: relative;
	margin: -4% 0 0;
}
.img_F_02::after{
	content: "";
	position: absolute;
	width: 16.9%;
	height: 100%;
	top: 0;
	right: -16.9%;
	background-image: url("../images/260101_sec09_02_r.png");
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}


.btn_F{
	position: absolute;
	width: 45%;
	top: 11%;
	right: 2%;
	display: block;
}
.btn_F:hover{
	opacity: .7;
	-moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
	transition: .2s;
}


/*-----------------------------
   Section9 ラスト
-------------------------------*/
article.cont_base_J{
	width: 100%;
	position: relative;
	background-image: url("../images/260101_sec01_bg02.jpg"), url("../images/260101_sec08_bg01.jpg");
	background-position: center bottom, center top;
	background-size: 150% auto, 100% auto;
	background-repeat: no-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 4%;
}

.img_J_01{
	width: 93.6%;
	position: relative;
	margin: 0 auto;
	z-index: 15;
}
.img_J_02{
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	z-index: 10;
}

.img_J_03{
	width: 32.6%;
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translateX(-50%);
	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%;
}