@charset "UTF-8";

/*----------------------------
  default
----------------------------*/
@import '//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese';

@font-face {
  font-family: "GothicMB101Pro-DeBold";
  src: url("../font/GothicMB101Pro-DeBold.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101Pro-Medium";
  src: url("../font/GothicMB101Pro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "GothicMB101Pro-Regular";
  src: url("../font/GothicMB101Pro-Regular.otf") format("opentype");
}

/*----------------------------
  reset
----------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWcssEase: "linear",    FnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
sup {
  font-size: 12px;
  vertical-align: super;
}
div {
  line-height: 0;
}
ul li {
  list-style: none;
}
input, select {
  vertical-align: middle;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  width: 100%;
}
main {
  display: block;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}
html,
body,
input,
textarea,
select,
button {
  font-family: "GothicMB101Pro-Regular", "Helvetica", sans-serif, "Helvetica";
  font-weight: 400;
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.214;
  color: #262626;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-family: "GothicMB101Pro-Regular","Helvetica", sans-serif, "Helvetica";
}

/*----------------------------
 responsible-contents
--*/
/*----------------------------
  responsible-contents  only-pc
-- */
@media screen and (min-width: 1025px) {
  img.pc {
    display: inline-block !important;
  }
  .pc {
    display: block !important;
  }
  .sp, .tb {
    display: none !important;
  }
}
/*--
End-responsible-contents  only-pc
----------------------------*/
/*----------------------------
  responsible-contents  tablet
--*/
@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  img.tb {
    display: inline-block !important;
  }
  span.tb {
    display: inline !important;
  }
}
/*--
  End-responsible-contents  tablet
----------------------------*/
/*----------------------------
  responsible-contents  sp
--*/
@media screen and (max-width: 768px) {
  .pc, .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  img.sp {
    display: inline-block !important;
  }
  span.sp {
    display: inline !important;
  }
}

/*--
  End-responsible-contents  sp
----------------------------*/
@media (max-width: 768px) {
  sup {
    font-size: 8px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .wrap {
    width: 94%;
    margin: auto;
  }
}

@media screen and (max-width: 768px){
.instagram-media{
    min-width: 280px !important;
    margin: auto !important;
    width: calc(100% - 3px) !important;
}
}

/*----------------------------
  layout
----------------------------*/
.all_wrap {
  overflow: hidden;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
.wrap{
  max-width: 1400px;
  width: 90%;
  margin: auto;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.fixed-banner {
  position: fixed;
  width: 300px;
  height: auto;
  bottom: 0;
  right: 0;
  transition: .5s;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
}
.fixed-banner img {
  display: block;
}
.fixed-banner img.sp-img {
  display: none;
}
.fixed-banner .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: 0;
  width: 25px;
}
@media (max-width: 425px) {
.fixed-banner {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 10000;
 }
.fixed-banner .close {
  width: 30px;
  top: 0px;
 }
}

.js-scroll {
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: relative;
  z-index: 2;
}
.js-scroll.on {
  transform: translateY(0px);
  opacity: 1;
}

/*
.main-visual{
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: center;
}
.main-visual .mv01{
  max-width: 700px;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
*/
.main-visual {
  position: relative;
  text-align: center;
}
.main-visual img {
  width: 100%;
}
.main-contents {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
.main-contents .mv02 img {
  width: 100%;
}
.mv-box{
  display: inline-block;
}
.mv02{
  width: 90%;
  position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mv03{
  width: 50%;
  float: left;
  opacity: 0;
    position: relative;
    overflow: hidden;
}
.screen{
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: #fff;
    transition: 2s cubic-bezier(.26,0,.07,1);
}
.screen.show{
    transform: translateX(100%);
}
.mv04{
  width: 50%;
  float: right;
  opacity: 0;
    position: relative;
    overflow: hidden;
}
.mv-slide{
  display: none;
}

.intro{
  margin: 100px auto 60px;
  text-align: center;
}

.intro .tit{
  font-size: 24px;
  line-height: 1.6;
}

.lineup {
  text-align: center;
}
.lineup .tit{
  font-size: 32px;
  line-height: 1;
  margin: 0 auto 30px;
  font-weight: 300;
/*  background-color: #00a3e0;*/
  color: #487f6f;
}
.lineup .tit span{
  font-size: 12px;
  font-weight: normal;
}
.lineup .tit .box{
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #487f6f;
}
.lineup .text{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.lineup .mini{
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 40px;
  background-color: #e2e2e2;
  padding: 20px 30px;
  text-align: left;
}

.lineup .list{
  margin-bottom: 100px;
}
.lineup .title{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
.lineup .title::before,
.lineup .title::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #000;
  margin: 0 15px;
}

.lineup .list li{
  margin-right: 20px;
  margin-bottom: 30px;
}
.lineup .list .card{
  margin-bottom: 20px;
}
.lineup .list02 li{
  margin-bottom: 30px;
}
.lineup .btns{
  max-width: 600px;
  margin: 50px auto 0;
}

.slick-dotted.slick-slider{
 margin-bottom: 0 !important;
}
.slick-dots {
/*  bottom: 0 !important;*/
  text-align:center;
  margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
  margin: 0 5px !important;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
  background:#959595;
}
.slick-dots .slick-active button{
  background:#000;
}
.slick-dots li button{
  width: 12px !important;
  height: 12px !important;
}
.slick-dots button{
  border: 1px solid #000 !important;
}


.special{
  margin: 100px auto 0;
  padding-bottom: 50px;
  text-align: center;
}
.special .title{
  margin: 0 auto 50px;
}
.special .card{
  max-width: 900px;
  margin: auto;
}
.special.bg02{
  margin-top: 0;
  padding: 50px 0 0;
  background-color: #e5e5e5;
}
.special.bg02 .card{
  position: relative;
}
.special.bg02 .card .logo{
  position: absolute;
  width: 8%;
  max-width: 60px;
  bottom: 7%;
  right: 53%;
}
.special.bg02 .card .logo.logo02{
  right: 43%;
}
.special .title02{
  max-width: 690px;
  margin: 0 auto 50px;
}
.special .text01{
  font-size: 18px;
  line-height: 2;
  font-family: "A-OTF-ShinGoPr5-Regular", "Hiragino Sans", "Noto Sans JP", sans-serif;
}
.special .mini{
  font-size: 12px;
  padding-top: 10px;
}
.special .add{
  max-width: 900px;
  margin: 50px auto 30px;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 16px;
}
.special .add .name{
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 20px;
  font-weight: bold;
}
.special .add li{
  display: inline-block;
  width: 35%;
  margin-right: 2%;
  vertical-align: top;
}
.special .add li:last-child{
  width: 55%;
  margin-right: auto;
}
.special .add .map{
   position: relative;
   width: 100%;
   padding-top: 48%;
}
.special .add .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.special .bg-image {
    margin-top: -200px;
}
.special.bg02 .annotation02{
  max-width: 1200px;
}


.test-drive {
  text-align: center;
  margin: 0 auto 100px;
}
.test-drive .tit{
  font-size: 32px;
  line-height: 1;
  margin: 0 auto 30px;
  font-weight: 300;
  color: #487f6f;
}
.test-drive .tit span{
  font-size: 12px;
  font-weight: normal;
}
.test-drive .tit .box{
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: normal;
  border: 1px solid #487f6f;
}
.test-drive .text{
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.test-drive .text02{
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
.test-drive .text02 .big{
  font-size: 30px;
  font-weight: bold;
}
.test-drive .kv {
  max-width: 900px;
  margin: 0 auto 30px;
}
.test-drive ul {
  margin-bottom: 40px;
}
.test-drive li {
  margin-right: 20px !important;
}

.test-drive .btn {
  max-width: 400px;
  margin: auto;
}

.annotation{
  font-size: 12px;
  line-height: 1.6;
  margin: 0 auto 50px;
  text-align: center;
}

.annotation02{
  max-width: 900px;
  width: 94%;
  font-size: 12px;
  line-height: 1.5;
  margin:  50px auto;
  text-align: left;
}


.store{
  background-color: #f5f5f5;
  padding: 50px 0;
  text-align: center;
}
.store .logo{
  max-width: 300px;
  margin: 0 auto 50px;
}
.store-list{
  margin-bottom: 40px;
}
.store-list li{
  vertical-align: middle;
  display: inline-block;
  width: 26%;
  margin-right: 2%;
}
.store-list li.shop{
  width: 19%;
}

.store-list li:last-child{
  width: 44%;
  vertical-align: top;
  margin-right: auto;
  line-height: 0;
}

.store-list h2{
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center;
}
.store-list h2 img{
    max-width: 45px;
    margin-left: 15px;
}
.store-list .name{
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  padding-bottom: 10px;
}
.store-list .name01{
  line-height: .25;
}
.store-list .name .new{
  text-align: left;
  font-size: 17px;
  color: #a40000;
}
.store-list .mini-logo{
  max-width: 70px;
  margin-right: 10px;
  vertical-align: middle;
}
.store-list .add{
  font-size: 20px;
  line-height: 1.7;
}
.store-list .link{
  margin-top: 50px;
  display: inline-block;
}
.store-list .link a{
  font-size: 20px;
  color: #000;
  text-decoration: underline;
}
.store-list .point-text{
  font-size: 15px;
  line-height: 1.4;
  color: #a40000;
  margin-bottom: 6px;
}
.store-list .add span{
  font-size: 12px;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 54%; /* = height ÷ width × 100 */
}
.map.map01{
  padding-top: 45%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
.shop-list{
  margin: 100px auto 50px;
}
.shop-list.wrap{
  max-width: 1000px;
}
.shop-list .shop {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-list .shop .card {
  display: flex;
  width: 490px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.shop-list .shop .card-left,
.shop-list .shop .card-right {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop-list .shop .card-left {
  flex: 1;
  background: #fff;
  align-items: center;
}

.shop-list .shop .card-left img {
  max-width: 200px;
  margin-bottom: 10px;
}


.shop-list .shop .card-right {
  flex: 1;
  color: #fff;
  align-items: center;
}

.shop-list .shop .card-right .add {
  line-height: 1.6;
  font-size: 15px;
}

.shop-list .shop .card-right .hp {
  padding-top: 20px;
  font-size: 15px;
}

.shop-list .shop .card-right a {
  margin-top: 10px;
  color: #fff;
  text-decoration: underline;
}

.shop-list .shop .card.jeep .card-right {
  background: #487F6F;
}

.shop-list .shop .card.peugeot .card-right {
  background: #1C74E7;
}

.gmap.wrap{
  max-width: 1000px;
  margin: auto;
}

.gmap li{
    display: inline-block;
    width: 63%;
    margin-right: 2%;
    vertical-align: top;
}
.gmap li:last-child{
    width: 34%;
    margin-right: auto;
}

.gmap .map{
   position: relative;
   width: 100%;
   padding-top: 41%;
}
.gmap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/




.shiny-btn2 {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.shiny-btn2:hover {
  text-decoration: none;
  box-shadow: none;
  -webkit-transform: translateY(3px);
}
.shiny-btn2::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  transition: 0.2s;
  animation : shiny-btn2 3s ease-in-out infinite;
  z-index: 10;
}
@-webkit-keyframes shiny-btn2 {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (max-width:1024px) { 
}


@media screen and (max-width:768px) {
  .all_wrap{
    width: 100%;
    overflow:hidden;
  }
    
.mv-box{
  display: none;
}
.mv-slide{
  display: block;
}
.mv02{
  width: 90%;
  position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
    
/*
.mv-slide .slick-dots{
  width: auto;
  bottom: 10px;
  right: 20px;
}
.mv-slide .slick-dots li button{
  border-radius: 50px;
}
.mv-slide .slick-dots li button:before{
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
}
.slick-dots li.slick-active button:before{
  opacity: 1;
  background: #000;
  border: 1px solid #000;
}
.mv-slide .slick-dots li{
    width: 14px;
    height: 14px;
}
*/
    
  .intro {
    margin: 30px auto;
  }
  .intro .tit {
    font-size: 18px;
  }
    
  .present{
    padding: 30px 0;
  }
  .present .title{
    width: 100%;
    margin-bottom: 30px;
  }
  .present .title01{
    margin: 0 auto 30px;
  }
  .present .btns{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .lineup .title{
    font-size: 24px;
  }
  .lineup .in{
    padding: 60px 0;
  }
  .lineup .tit{
    font-size: 30px;
  }
  .lineup .box-tit{
    font-size: 22px;
    padding: 16px 0 8px;
    margin: 0 auto 30px;
  }
  .lineup .list{
    margin-bottom: 50px;
  }
  .lineup .list li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .lineup .list li:last-child{
    margin-bottom: auto;
  }

  .slick-dots {
    margin:10px 0 0 0;
  }
  .slick-dots li {
    display:inline-block !important;
    margin: 0 5px;
    width: auto  !important;
  }


  .special {
    margin: 60px auto 0;
    padding-bottom: 50px;
}
  .special .text01 {
    font-size: 16px;
    line-height: 1.7;
}

  .special.bg02 .card .logo{
    width: 25%;
    max-width: 60px;
    bottom: 4%;
    right: 55%;
  }
  .special.bg02 .card .logo.logo02{
    right: 30%;
  }
  .special .add li{
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .special .add li:last-child{
    width: 100%;
  }
  .special .add .map {
    padding-top: 80%;
  }
  .special .bg-image {
    margin-top: -90px;
}
    
  .test-drive ul {
    margin-bottom: 30px;
  }
/*
  .test-drive li {
    width: 48%;
  }
  .test-drive li:nth-child(2n) {
    margin-right: auto;
  }
*/
  .test-drive .text02 {
    margin-bottom: 10px;
  }
    
  .store{
    padding: 30px 0 0;
  }
  .store .logo{
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .store-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .store-list li.shop{
    width: 100%;
  }
  .store-list li:last-child{
    width: 100%;
  }
  .store-list .link {
    margin-top: 20px;
  }
  .map.map01 {
    padding-top: 60%;
  }

/*
  .gmap li{
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .gmap li:last-child{
    width: 100%;
  }

  .gmap .map{
   position: relative;
   width: 100%;
   padding-top: 80%;
  }
  
  .shop-list {
    margin: 50px auto;
  }
  .shop-list .shop .card {
    display: block;
  }
*/
    
  .annotation02 {
    margin: 20px auto;
  }
  .annotation{
  text-align: center;
  margin-bottom: 30px;
  }
}

.footer {
  padding: 100px 20px 40px;
  text-align: center;
}
.footer a{
    pointer-events: none;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto;
    color: #262626;
}

@media screen and (max-width:425px) {
  .outer{
    margin-bottom: 0;
  }
  .footer{
    width:90%;
    padding: 30px 20px 100px;
  }
}

@media screen and (max-width:320px) {

}



