@charset "UTF-8";

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

/*----------------------------
  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,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
sup {
  font-size: 12px;
  vertical-align: baseline;
}
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.7;
}
@media screen and (min-width: 1025px) {
  a:hover {
    transition: opacity .3s;
    opacity: 0.7;
  }
}
html,
body,
input,
textarea,
select,
button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
  font-weight: 400;
}
p{
  color: #000;
}
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: Helvetica Neue, Helvetica, Arial, sans-serif, 'Noto Sans JP', Meiryo;
}

/*----------------------------
 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%;
  }
}

/*----------------------------
  layout
----------------------------*/
.all-wrap {
  overflow: hidden;
  width: 100%;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrap {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.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{
  z-index: 10;
  background-image: url('../images/top/mv.jpg');
  background: #fff;
}
.main_visual .texts{
  position: relative;
  background: #fff;
  padding: 20px 0 40px;
}
.main_visual .mv{
  position: fixed;
}
.main_visual .mv01{
  position: relative;
  padding-top: 46%;
}
.main_visual .lead{
  width: 90%;
  margin: auto;
  font-size: 24px;
  line-height: 1.6;
}

h2{
  margin-bottom: 30px;
}
.outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
}
.car-model{
    display: inline-block;
    margin-bottom: 10px;
}
.car-model .title{
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1.5px solid;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.3;
}
.outer.on .inner {
  transform: translateX(0);
  text-align: center;
  margin: 30px auto 15px;
  width: 100%;
}
.outer.on .inner:after {
  width: 0;
}
.inner {
  display: inline-block;
  padding: 4px 0;
  transform: translateX(-101%);
  transition: transform .75s;
  position: relative;
  margin-left: 0;
}
.inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #cd0000;
  transition: width .65s .3s;
}
.inner01:after {
  background: #cd0000;
}
.inner02:after {
  background: #eb6100;
}

.test{
  position: relative;
  text-align: left;
  padding-bottom: 40px;
  background: #fff;
}
.test li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
    position: relative;
}
.test li:nth-child(4n){
    margin-right: auto;
}
.test li:nth-child(4n+1){
    clear: both;
}
.test li .image{
    position: relative;
    text-align: center;
}
.test li .openbtn{
    position: absolute;
    right: 0;
    bottom: -55px;
}
.test li .name{
    font-size: 22px;
    margin-top: 15px;
    line-height: 1.4;
}

.modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
}
.modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
  background: rgba(0, 0, 0, 0.8) !important;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}
.modal-wrapper .modal-window{
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 800px;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
}
.modal-window .modal-content{
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.modal-overlay:hover {
  opacity: 1 !important;
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  color: #243051 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}
@media screen and (max-width: 768px) {
.modal-wrapper .modal-close {
  top: -10px;
  color: #fff !important;
  background: #243051;
  padding-bottom: 5px;
    }
}

.present{
  position: relative;
  background: #fff;
  text-align: left;
  padding-bottom: 40px;
/*  z-index: 21;*/
}
.present .list {
  margin-bottom: 40px;
}
.present .list li{
  vertical-align: top;
  display: inline-block;
  width: 28%;
  margin-right: 2%;
}
.present .list li:last-child{
  width: 68%;
  margin-right: auto;
}
.present .list li .txt01{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.present .list li .txt02{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.present .list li .mini{
  font-size: 12px;
  line-height: 1.4;
}

/*
.lineup {
    background: #fff;
    margin-bottom: 30px;
}
*/
.lineup .title{
    position: relative;
    background: #fff;
    padding-bottom: 30px;
}
.lineup .title h2{
    margin-bottom: 0;
}
.lineup.bg-inner.area00{
    background: #fff;
    padding: 50px 0;
}

.fix-img {
  position: relative;
  background: url('../images/top/bg01.jpg') no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
/*  color: #fff;*/
  padding: 60% 0 0;
}
.fix-bg .area{
  width: 100%;
  margin: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 4% 200px;
  box-sizing: border-box;
}
.fix-img02  {
  background-image: url('../images/top/bg02.jpg');
}
.fix-img03  {
  background-image: url('../images/top/bg03.jpg');
}
.fix-img04  {
  background-image: url('../images/top/bg04.jpg');
}
.fix-img05  {
  background-image: url('../images/top/bg05.jpg');
}
.fix-img06  {
  background-image: url('../images/top/bg06.jpg');
}

@media screen and (max-width: 768px) {
  .fix-img {
      background: none;
      padding-top: 0;
    }
}
.bg-inner {
  padding: 40px 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  color: #000;
}
.area .interior{
   width: 80%;
   margin: 60px auto 40px;
}
.area li{
    width: 45%;
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 10px;
}
.area li img{
    width: 100%;
}
.area li:nth-child(2),
.area li:nth-child(3){
    width: 26%;
}
.area li:nth-child(3){
    margin-left: 26%;
}
.area .text{
    text-align: center;
    margin-bottom: 100px;
}
.area .text dl{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    width: 94%;
    margin: auto;
}
.area .text .single{
    max-width: 670px;
}
.area .text .commander{
    max-width: 500px;
}
.area .text .cherokee{
    max-width: 830px;
}
.area .text .commander dt{
    width: 40%;
}
.area .text .commander dd{
    width: 60%;
}
.area .text dt{
    width: 60%;
    text-align: left;
}
.area .text dd{
    width: 40%;
    text-align: right;
}
.area .text dd{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
}
.area .text dd span{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}
.area .name{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
}
.area .text .lead{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.area .text .price{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4;
}
.area .text .price span{
    margin-left: 30px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 30px;
}
.merit{
  position: relative;
  text-align: center;
  background: #fff;
  padding-bottom: 40px;
}
.merit .img01{
  margin-bottom: 40px;
}
.merit .txt01{
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.merit .img02{
  margin-bottom: 40px;
}
.merit .txt02{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.merit .txt03{
  font-size: 14px;
  line-height: 1.5;
}

.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: 30px;
  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; }
}

.btn a{
  box-shadow: 10px 10px 10px rgba(0,0,0,.4);
}
.btns li{
  display: block;
  width: 48.6%;
  margin: auto;
  text-align: center;
}
.btns a{
  display: block;
  background: #959595;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  padding: 12px 0 14px;
  border-radius: 10px;
}
.btns a span{
  vertical-align: middle;
  padding-top: 10px;
  display: inline-block;
}
.btn-mini a{
  display: block;
  background: #f5bc41;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  padding: 25px 0 22px;
  max-width: 300px;
  width: 80%;
  margin: auto;
  text-align: center;
  box-shadow: 10px 10px 10px rgba(0,0,0,.4);
}

.stores{
  position: relative;
  background: #fff;
  border-top: 1px solid #000;
  padding-top: 40px;
}
.stores h2{
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.stores h2 .mini{
  font-size: 24px;
}
.stores h2 .mark{
  font-size: 14px;
}
.store-list{
  margin-bottom: 40px;
}
.store-list li{
  vertical-align: text-top;
  display: inline-block;
  width: 29.2%;
  margin-right: 2%;
}
.store-list li:nth-child(2){
  width: 36.2%;
}
.store-list li:last-child{
  margin-right: auto;
}
.store-list .btn-mini a{
  margin: 0;
}
.store-list li .btn-sp{
  display: none;
}
.store-list .name{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px;
}
.store-list .add{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.store-list h2{
  font-size: 24px;
  margin-bottom: 10px;
}
.store-list h2 img{
  max-width: 50px;
  margin-right: 15px;
}
.store-list .text{
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 60%; /* = height ÷ width × 100 */
  margin-top: 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box{
  margin: 50px auto 0;
  border: 1px solid #000;
  padding: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.box .comment{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.annotation{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.page-top {
    position: fixed;
    display: block;
    width: 40px;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}

  .fixed-banner {
    position: fixed;
    width: 260px;
    bottom: 0;
    right: 1%;
    transform: translateY(-50%);
    z-index: 9;
  }
  .fixed-banner img.sp-img {
    display: none;
  }
  .fixed-banner .close {
   display: block;
   cursor: pointer;
   position: absolute;
   width: 16%;
   right: 1px;
   top: 1px;
  }


@media screen and (max-width:1024px) {
  .btns a {
    font-size: 26px;
  }
  
  .stores h2{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .stores h2 .mini{
    font-size: 18px;
  }
  .stores h2 .mark{
    font-size: 13px;
  }
  .store-list li{
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
  .store-list li:nth-child(2){
    width: 80%;
  }
  .store-list .btn-mini a{
    margin: auto;
  }
  .store-list li .btn-pc{
    display: none;
  }
  .store-list li .btn-sp{
    display: inherit;
    margin-top: 20px;
  }
  .store-list h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list h2 img{
    max-width: 40px;
  }
  .box{
    margin: 20px auto;
    padding: 20px;
  }
  .box .comment{
    font-size: 16px;
  }
}


@media screen and (max-width:768px) {
  .main_visual{
    padding-bottom: 0px;
  }
  .main_visual .mv01{
    padding-top: 95.5%;
  }
  .main_visual .texts{
    padding: 20px 0 0;
  }
  .main_visual .lead{
    font-size: 21px;
  }
  .test li{
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
  .test li .image img{
    width: 100%;
  }
  .test li .openbtn{
    right: 5%;
  }
  .present .list li,.present .list li:last-child{
    width: 100%;
  }
  .present .list li:first-child{
    margin-bottom: 20px;
  }
  .area .interior{
    width: 94%;
  }
  .area li:nth-child(2), .area li:nth-child(3){
    width: 49%;
    margin-right: 0;
  }
  .area li:first-child, .area li:last-child{
    width: 100%;
  }
  .area li:nth-child(3){
    margin-left: 0;
  }
  .area .text{
    margin-bottom: 40px;
  }
  .area .text .lead{
    width: 94%;
    margin: 0 auto 20px;
  }
  .area .text .lead{
    text-align: left;
  }
  .area .text dl{
    display: block;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 94%;
    margin: auto;
  }
  .area .text dt{
    width: 100%;
    text-align: center;
  }
  .area .text dt.price{
    margin-bottom: 10px;
  }
  .area .text dd{
    width: 100%;
    text-align: center;
  }
  .area .text .commander dt{
    width: 100%;
  }
  .area .text .commander dd{
    width: 100%;
  }
  .merit .img01{
    margin-bottom: 20px;
  }
  .merit .img01{
    margin-bottom: 20px;
  }
  .merit .img01{
    margin-bottom: 20px;
  }
  .merit .txt01{
    text-align: left;
    font-size: 16px;
  }
  .merit .img02{
    margin-bottom: 20px;
  }
  .merit .txt02{
    text-align: left;
    font-size: 20px;
  }
  .merit .txt03{
    text-align: left;
  }

  .btn a{
    font-size: 22px;
  }

  .btns li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btns a{
    font-size: 18px;
  }
  .comment{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .btn-mini a{
    font-size: 18px;
    padding: 23px 0 20px;
    width: 100%;
    margin: auto;
  }

  .store-list{
    margin-bottom: 20px;
  }
  .store-list li{
    width: 100%;
  }
  .store-list li:nth-child(2){
    width: 100%;
  }
  .store-list .name{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .store-list .add{
    font-size: 14px;
  }
  .store-list .btn-mini {
    margin-bottom: 30px;
  }
  .annotation{
    margin-bottom: 40px;
  }
}
/*
.fixed-banner {
    display: none !important;
}
*/
footer {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
}
footer .image{
  max-width: 283px;
  margin: 0 auto 100px;
}
footer a{
  text-decoration: underline;
}


@media screen and (max-width:425px) {
  .fixed-banner {
    position: fixed;
    max-width: inherit;
    width: auto;
    top: auto;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    z-index: 30;
  }
  .fixed-banner img.sp-img {
    display: inherit;
  }
  .fixed-banner img.pc-img {
    display: none;
  }
  .fixed-banner .close {
   display: block;
   cursor: pointer;
   position: absolute;
   width: 20px;
   right: 1px;
   top: 1px;
  }
  footer{
    width:100%;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .page-top {
    bottom: 90px;
　　}
}



