@charset "UTF-8";
/* last 2025.12.19 */

/* 順番に出てくるディレイ設定 */
section li:nth-child(1) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(2) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(3) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(4) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(5) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(6) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(7) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(8) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(9) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(10) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(11) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(12) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(13) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(14) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(15) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(16) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(17) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(18) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(19) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

section li:nth-child(20) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

@media (min-width: 750px) {
  section li:nth-child(1) {
    -webkit-animation-delay: 0.1s !important;
    animation-delay: 0.1s !important;
  }

  section li:nth-child(2) {
    -webkit-animation-delay: 0.2s !important;
    animation-delay: 0.2s !important;
  }

  section li:nth-child(3) {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
  }

  section li:nth-child(4) {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
  }

  section li:nth-child(5) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }

  section li:nth-child(6) {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
  }

  section li:nth-child(7) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }

  section li:nth-child(8) {
    -webkit-animation-delay: 0.8s !important;
    animation-delay: 0.8s !important;
  }

  section li:nth-child(9) {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
  }

  section li:nth-child(10) {
    -webkit-animation-delay: 1s !important;
    animation-delay: 1s !important;
  }

  section li:nth-child(11) {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
  }

  section li:nth-child(12) {
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
  }

  section li:nth-child(13) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
  }

  section li:nth-child(14) {
    -webkit-animation-delay: 1.4s !important;
    animation-delay: 1.4s !important;
  }

  section li:nth-child(15) {
    -webkit-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
  }

  section li:nth-child(16) {
    -webkit-animation-delay: 1.6s !important;
    animation-delay: 1.6s !important;
  }

  section li:nth-child(17) {
    -webkit-animation-delay: 1.7s !important;
    animation-delay: 1.7s !important;
  }

  section li:nth-child(18) {
    -webkit-animation-delay: 1.8s !important;
    animation-delay: 1.8s !important;
  }

  section li:nth-child(19) {
    -webkit-animation-delay: 1.9s !important;
    animation-delay: 1.9s !important;
  }

  section li:nth-child(20) {
    -webkit-animation-delay: 2s !important;
    animation-delay: 2s !important;
  }
}

/*          基本設定           */
/* --------------------------- */
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

img {
  height: auto;
  width: 100%;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

/*** 背景用包含 ***/
/* バックグラウンド有 */
.bg-range {
  margin: 0 auto 0;
  padding: 50px 0 20px 0;
  width: 100%;
  max-width: 2000px;
}

/* バックグラウンド赤
#top-newcar .bg-range{
  background-image: repeating-linear-gradient( -60deg, #e7380d 0px 40px, #e50012 40px 80px, #d7000f 40px 120px );
}
*/

/* バックグラウンドなし（白） */
.nonbg-range {
  margin: 0 auto 0;
  padding: 20px 0 20px 0;
  width: 100%;
  max-width: 2000px;
}

header {
  width: 100%;
}
  .hd-inner {
    box-sizing: border-box;
    line-height: 0;
    margin: 0 auto;
    width:100%;
    max-width: 1500px;
  }
  .hd-inner h1{
    box-sizing: border-box;
    margin: 0 auto 0;
    padding:30px 0 25px 0;
    width:95%;
    text-align: center;
  }

.inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

dl {
  background: #fff;
}

dl dt {
  padding: 1vw 0;
}

dl dt span {
  display: none;

}

dl dd {
  display: none;
  padding: 0 0;
  /*
  padding: 0 0 8vw; 
  */
}

section li {
  opacity: 0;
}


/*          スモール（スマホ～）・ラージデバイス（～PC）共通スタイル          */
/*---------------------------------------------------------------------------*/
/*                 新車                 */
/*--------------------------------------*/
/*** 制約特典、ラインアップ部 ***/
.seiyaku-tokuten,
.top-car-lineup.car-top,
.top-car-lineup.car-top ul,
.car02,
.car02 ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 新車・中古車 共通リスト表示 */
.car-top ul,
.car02 ul {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.car-top img,
.car02 img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

/* 新型モデル
.car-top li:nth-child(n + 2) {
  margin: 5vw 0;
}
  */

.car-top li:last-child {
  margin: 0;
}



/*** Volkswagenラインアップ部 ***/
/* 包含 */
.all-lineup-info{
  box-sizing: border-box;
  margin: 0 auto 0;
  background-color: #D3AA37;
  border-radius: 10px;
}
.all-lineup-info .all-lineup-title{
  margin: 0 auto 16px;
  text-align: center;
}
.all-car-lineup-photo{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0;
  padding:0;
  width:100%;
}
.all-car-lineup-photo li{
  width:32%;
  opacity: 0;
}


/*                 中古車                 */
/*----------------------------------------*/
/*** 特典ボタン／2023未使用 ***/
#used dl dt.tokuten {
  background: url("../img/sp/tokuten-btn_open.gif") left top no-repeat;
  background-size: 100%;
  cursor: pointer;
  height: 14vw;
  line-height: 0;
  width: 100%;
}
#used dl dt.tokuten.active {
  background: url("../img/sp/tokuten-btn_close.gif") left top no-repeat;
  background-size: 100%;
  width: 100%;
}

#used dl dd {
  display: none;
  padding: 0;
}

.car02 ul {
  margin: 8vw auto;
}

.car02 li:nth-child(n + 2) {
  margin: 10vw 0;
}

.car02 li:last-child {
  margin: 0;
}

#used .car02 h2 {
  height: auto;
  margin: 8vw auto 6vw;
  text-align: center;
  width: 90vw;
}

#used .car02 h2 img {
  height: auto;
  width: 100%;
}

/* --- car-top --- */
#used .car-top ul {
  height: auto;
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
}

#used .car-top img {
  height: auto;
  max-width: 100%;
}

#used .car-top li:nth-child(n + 2) {
  margin: 18px 0 0 0;
}

/* --- car_other --- */
#used ul.car_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  margin: 0 auto;
  padding-left: 0.7vw;
  text-align: center;
  width: 100%;
}

#used ul.car_other li {
  height: auto;
  width: 100%;
}

#used ul.car_other li:nth-child(n + 2) {
  margin: 18px 0 0 0;
}

/*           注釈           */
/*--------------------------*/
/*** 新車 ***/
/* 包含 */
.contents-btm-box{
  box-sizing: border-box;
  margin: 0 auto 0;
  padding:0 15px 0 15px;
  width:100%;
}
.notes-1,
.notes-2 {
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.3;
}
.notes-1 {
  margin: 0 auto 15px;
  font-size: 1.1rem;
}
.notes-2 {
  margin: 0 auto 0;
  font-size: 1rem;
}

/*** 中古車 ***/
/* 包含 */
.notes-used {
  width: 100%;
  line-height: 1.4;
  font-size: 1rem;
}
.notes-used {
  box-sizing: border-box;
  margin: 0 auto 14px;
}
.notes-used.indent {
  text-indent: -1em;
  padding-left:1em;
}
.notes-used.spec {
  line-height: 1.8;
}
.notes-used.btm {
  margin: 0 auto 0;
  text-align: center;
}
.notes-used.btm .sp-inline {
  display: inline;
}
.hd-sq {
  color: #888;
}
.used-notes-head {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  background-color: #888;
}
.used-notes-soudan {
  display: inline-block;
  padding: 2px 6px;
  border: solid 1px #000;
}


/*          中古車ページ・クーポンナビ          */
/*---------------------------------------------*/
.bottom-navi {
  margin: 40px auto 0;
  padding-bottom:30px;
  width: 95%;
}
.bottom-navi > div {
  text-align: center;
}
.bottom-navi > div:nth-child(2) {
  margin-top: 40px;
}
.bottom-navi > div:nth-child(3) {
  margin-top: 30px;
}
.bottom-navi > div img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* クーポン券表示調整／2023.12 */
/* lightcase.css override */
#lightcase-case {
  top: 40% !important;
  width:66%;
  max-width: 280px;
  height:auto;
}
#lightcase-case img{
  max-width: 260px !important;
}

/* --- bn-btn --- */
.bn-btn {
  height: 12.666vw;
  margin: 0 auto 4vw;
  text-align: center;
  width: auto;
}

.bn-btn img {
  height: 100%;
  width: auto;
}


/* Youtube動画リンク */
.top-car-lineup.car-top ul .youtubelink-area a {
  text-decoration: none;
  color:#000;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width:100%;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link img{
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 10px 0 0;
  height:auto !important;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link span{
  line-height: 1.2;
  font-weight: bold;
} 



/*          footer           */
/*---------------------------*/
footer {
  box-sizing: border-box;
  margin: 0 auto 0;
  padding:0 15px 0 15px;
  width: 100%;
  max-width:1500px;
}

/*** 店舗情報 ***/
footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 0;
  width: 100%;
  border-top: 1px solid #000;
}
footer ul  > li img{
  width:100%;
}

#footer-menu {
  background: #d0000d;
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0;
  z-index: 9999;
  text-align: center;
}

#footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#footer-menu li {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: 33%;
  line-height: 1.2;
}

#footer-menu li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding:16px 0;
  width:100%;
  color: #fff;
  text-decoration: none;
}

#footer-menu li:nth-of-type(n+2){
  border-left: 1px dotted #fff;
}




/*          スモールデバイス（スマホ～）スタイル          */
/*-------------------------------------------------------*/
@media (max-width: 749px) {
  /* 背景 */

  .bg-range {
  background: url("../img/sp/bg_top_sd.png") 0 0 /contain no-repeat,url("../img/sp/hd-bg02_sd.jpg") 0 0 /contain repeat-y;
  padding: 10px 0 20px 0;
}
  #used .bg-range {
  background: url("../img/sp/bg_top_sd.png") 0 0 /contain no-repeat,url("../img/sp/usedcar-page-bg_sd.jpg") 0 0 /contain repeat-y;
}

/*** 冒頭部 ***/
  /* 新車 */
  .hd-inner {
    padding:15px 15px 0 15px;
  }
  .hd-inner h1{
    padding:20px 0;
  }

  /* 中古車車 */
  #used .hd-inner {
    padding:30px 15px 0 15px;
  }
  .hd-inner .first-image{
    margin-bottom: 10px;
  }

  #used  .car-top img {
    margin-bottom: 10px;
  }
  

/*** 成約特典、掲載車ラインアップ部／新車・中古車共通 ***/
.seiyaku-tokuten,
.top-car-lineup.car-top{
  padding: 10px 15px 10px 15px;
}
#used .top-car-lineup.car-top {
  padding: 10px 15px 20px 15px;
}
.car02 {
  padding: 10px 15px 40px 15px;
}
.top-car-lineup .newcar-title {
  margin: 10px auto 25px;
  width: 100%;
  text-align: center;
}
.top-car-lineup .newcar-title img {
  width: 100%;
}

/*** 注目の新車ラインナップ ***/
/* スモールデバイスでは新車 ID.4動画リンクボタン表示 */
.top-car-lineup.car-top ul .id4box {
  position: relative
}
.top-car-lineup.car-top ul .id4box a{
  position: absolute;
  right:5px;
  bottom:28%;
  text-decoration: none;
}
.top-car-lineup.car-top ul .id4box a img{
  width:120px;
}

/* Youtube動画リンク */
.top-car-lineup.car-top ul .youtubelink-area {
  margin: 0 0 30px 0;
  width: 100%;
}
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link img{
  width:34%;
  height:auto !important;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link span{
  width:66%;
} 


/*** Volkswagenラインアップ部 ***/
/* 包含 */
.all-lineup-info{
  padding:15px 10px;
  width:calc(100% - 30px);
}


/* 中古車アニメ表示中 wideオーバーフロー処置 */
.top-car-lineup.car-top ul,
.car02 .car_other{
  overflow: hidden !important;
}


/*          footer          */
/*--------------------------*/
footer{
  padding:0 15px 110px 15px;
}
/*** 店舗情報 ***/
footer ul{
  flex-direction: column;
  padding:0;
  width:100%;
}
footer ul > li{
  margin-right:auto;
  margin-left:auto;
  width:88%;
}
footer ul >li{
  margin-bottom: 22px;
}

footer ul >li:nth-child(1) {
  order:2;
}
footer ul >li:nth-child(2) {
  order:3;
}
footer ul >li:nth-child(3) {
  order:4;
}
footer ul >li:nth-child(4) {
  margin-bottom: 0;
  order:5;
}

/* 
footer ul >li:nth-child(5) {
  order:1;
}
*/

/* 最新の中古車 */
footer ul .usedcar img{
  display: block;
  width:21%;
  margin: 20px auto 0;
}

/* 公式ロゴ */
footer ul .vw-logo{
  margin-bottom: 0;
  padding:34px 0;
  text-align: center;
}
footer ul .vw-logo img{
  width:21%;
}
}



/*          ラージデバイス（PC）スタイル          */
/*-----------------------------------------------*/
@media (min-width: 750px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }


  header {
    width: 100%;
  }

/*                    新車                    */
/*----------------------------------------------*/
  .bg-range {
    background: url("../img/pc/bg_top_ld.png") center 0 / contain no-repeat,url("../img/pc/hd-bg02_ld.jpg") center 0 / contain repeat-y;
  }

/*** 掲載車ラインアップ部／新車・中古車共通 ***/
  .top-car-lineup .newcar-title {
    margin: 10px auto;
    width: 100%;
    text-align: center;
  }
  .top-car-lineup .newcar-title img {
    width: 96%;
  }

  /* 包含／成約特典共通 */
  .seiyaku-tokuten,
  .top-car-lineup.car-top,
  .car02{
    padding: 5px 40px 15px 40px;
  }

  /*** 注目の新車ラインナップ ***/
  .top-car-lineup.car-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top-car-lineup.car-top ul li {
    width: 49%;
  }
  .top-car-lineup.car-top ul .wide {
    margin: 0 0 20px 0;
    width: 100%;
  }

/* ラージデバイスでは新車 ID.4動画リンクボタン非表示 */
.top-car-lineup.car-top ul .id4box a{
  display: none !important;
}

/* Youtube動画リンク */
.top-car-lineup.car-top ul .youtubelink-area {
  margin: 0 auto 40px;
  width: 84%;
}
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link{
  align-items: center;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link img{
  width:135px;
  height:auto !important;
} 
.top-car-lineup.car-top ul .youtubelink-area .youtube-channel-link span{
  width:calc(100% - 150px);
  font-size:18px;
} 


/*** Volkswagenラインアップ部 ***/
.all-lineup-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:23px;
  width:calc(100% - 80px);
}
.all-lineup-info .all-lineup-title{
  margin: 0 0 0 0;
  width:36%;
}
.all-car-lineup-photo{
  justify-content: space-between;
  margin: 0 0 0 0;
  padding:0;
  width:62%;
}




  /* 車表示 新車・中古車 共通 ※car02は中古車のみ */
  .car-top ul,
  .car02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75vw;
  }

  .car-top img,
  .car02 img {
    height: auto;
    width: 100%;
  }

  .car-top ul,
  .car-top li:nth-child(n + 2),
  .car-top li:last-child {
    margin: 0;
  }

  .car-top ul {
    margin: 1vw 0;
  }

  .car-top li {
    width: 36.9vw;
  }

  /* 1台表示対応 */
  .car-top li.wide {
    width: 100vw;
  }

  /* 中古車 */
  #used .car-top ul,
  #used .car-top li:nth-child(n + 2) {
    margin: 0;
  }


  #used .car-top ul {
    margin: 20px auto 0;
  }

  #used .car-top li {
    width: 49.5%;
  }

 #used  .car-top img {
  margin-bottom: 10px;
}





/*                    中古車                    */
/*----------------------------------------------*/
  #used .bg-range {
    background: url("../img/pc/bg_top_ld.png") center 0 / contain no-repeat,url("../img/pc/bg_used_ld.jpg") center top / contain repeat-y;
    padding-top: 80px;
  }

/*** 2022中古車／特典表示対応 ***/
  #used header {
    position: relative;
    padding: 0;
    width: 100%;
    height: auto;
    background: none;
  }
  #used .hd-inner {
    padding: 0 40px 0 40px;
  }

  a:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }


  /*           car02／中古車           */
  /*-----------------------------------*/
  .car02 ul,
  .car02 li:nth-child(n + 2),
  .car02 li:last-child {
    margin: 0;
  }

  .car02 ul {
    margin-bottom: 1vw;
  }

  .car02 li {
    height: auto;
    width: 24vw;
  }

  #used .car02 h2 {
    height: auto;
    margin: 2vw auto 1.5vw;
    text-align: center;
    width: 38.4vw;
  }

  #used .car02 h2 img {
    height: auto;
    width: 100%;
  }

  /* --- car_other --- */
  #used ul.car_other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto 0;
    text-align: center;
  }
    #used ul.car_other::before,
    #used ul.car_other::after{
      content:'';
      width:23.5%;
      height:0 !important;
  }
    #used ul.car_other::before {
      order:1;
  }
    #used ul.car_other::after {
      order:2;
  }

  #used ul.car_other li {
    height: auto;
    width: 23.5%;
  }

  #used ul.car_other li:nth-child(n + 2),
  #used ul.car_other li:nth-child(n + 3) {
    margin: 0;
  }

  #used ul.car_other li:nth-child(n + 5) {
    margin-top: 0.5vw;
  }

/*           注釈           */
/*--------------------------*/
/* 包含 */
.contents-btm-box{
  margin: 0 auto 0;
  padding:0 40px 0 40px;
  max-width: 1500px;
}
#used .contents-btm-box{
  margin: 20px auto 0;
}
  .notes-1,
  .notes-2,
  .notes-used-1,
  .notes-used-2 {
    width: 100%;
  }
.notes-used.btm {
  text-align: right;
}
.notes-used.btm .sp-inline {
  display: none;
}

  /*  --- 中古車ページ・クーポンナビ ---*/
  .bottom-navi {
    margin: 0 auto 0;
    padding: 60px 0 60px 0;
    width: 67%;
  }
  .bottom-navi > div:nth-child(2) {
    margin-top: 50px;
  }
  .bottom-navi > div:nth-child(3) {
    margin-top: 50px;
  }

.bottom-navi > div:nth-of-type(2) img {
  width: 81%;
}

  /* --- bn-btn --- */
  .bn-btn {
    height: 4.8vw;
    margin: 0 auto 2vw;
    text-align: center;
    width: auto;
  }

  .bn-btn img {
    height: 100%;
    width: auto;
  }

  /* --- ft-txt --- */
  .ft-txt {
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
    width: 67.25vw;
  }

  .ft-txt img {
    height: auto;
    width: 100%;
  }

  /*          footer           */
  /*---------------------------*/
  footer {
    margin: 0 auto 40px;
    padding:0 40px 0 40px;
  }

/*** 店舗情報 ***/
  footer ul {
    justify-content: flex-start;
    padding-top:20px;
    position: relative;
  }
  footer ul .jozenji,
  footer ul .sendaihinode,
  footer ul .oritate{
    padding-right: 40px;
  }
  footer ul .sendaihinode{
    width: 23%;
  }
  footer ul .jozenji,
  footer ul .oritate{
    width: 20%;
  }

    footer ul .usedcar > img {
    position: absolute;
    bottom:0;
    width: 6%;
  }


  footer ul .vw-logo > img {
    position: absolute;
    right:0;
    bottom:0;
    width: 6%;
  }
  #footer-menu {
    display: none;
  }
}
