@charset "UTF-8";
/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* align & float
====================================== */
.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-fl-left {
  float: left !important;
}

.u-fl-right {
  float: right !important;
}

.u-fl-center {
  float: center !important;
}

/* display
====================================== */
.u-d-block {
  display: block !important;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

/* clear
====================================== */
.u-clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}

/* utility
====================================== */
.u-strong {
  font-weight: bold !important;
}

.u-sp-only {
  display: none !important;
}

/* =============================================================

  Base

* ============================================================= */
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #000;
  background-color: #fff;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.js-tel._active {
  text-decoration: underline !important;
}

#googleAnalyticsImageObj {
  position: absolute;
  bottom: 0;
  left: 0;
}

.l-wrapper {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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;
  width: 100%;
  height: 100%;
  background: #fff;
}

.pixel-spinner,
.pixel-spinner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pixel-spinner {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pixel-spinner .pixel-spinner-inner {
  width: calc(35px / 7);
  height: calc(35px / 7);
  background-color: #e70500;
  color: #e70500;
  -webkit-box-shadow: 15px 15px  0 0, -15px -15px  0 0, 15px -15px  0 0, -15px 15px  0 0, 0 15px  0 0, 15px 0  0 0, -15px 0  0 0, 0 -15px 0 0;
  box-shadow: 15px 15px  0 0, -15px -15px  0 0, 15px -15px  0 0, -15px 15px  0 0, 0 15px  0 0, 15px 0  0 0, -15px 0  0 0, 0 -15px 0 0;
  -webkit-animation: pixel-spinner-animation 2000ms linear infinite;
  animation: pixel-spinner-animation 2000ms linear infinite;
}

@-webkit-keyframes pixel-spinner-animation {
  50% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
    box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  75% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
    box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pixel-spinner-animation {
  50% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
    box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  75% {
    -webkit-box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
    box-shadow: 20px 20px 0px 0px, -20px -20px 0px 0px, 20px -20px 0px 0px, -20px 20px 0px 0px, 0px 10px 0px 0px, 10px 0px 0px 0px, -10px 0px 0px 0px, 0px -10px 0px 0px;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* =============================================================

  Main

* ============================================================= */
/* main
--------------------------- */
.l-main {
  width: 100%;
  position: relative;
  padding: 0;
}

[data-id="usedcar"] .l-main {
  padding: 0;
}

/* page-head
--------------------------- */
.l-page-heading__bg {
  width: 100%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-page-heading__bg._01{
  background-position: -104px 0; 
}
.l-page-heading__bg._02,
.l-page-heading__bg.showroom{
  background-position: -126px 0; 
}
.l-page-heading__bg._04{
  background-position: -74px 0; 
}
.l-page-heading__bg._05{
  background-position: 0; 
}

.l-page-heading__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-page-heading__title {
  color: #fff;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  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;
}

.l-page-heading__title .ja {
  font-size: 2.4rem;
  font-weight: 500;
}

/* page-contents
--------------------------- */
.l-page-contents {
  position: relative;
}

/* =============================================================

  Header

* ============================================================= */
@-webkit-keyframes headerFixed {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerFixed {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.l-header {
  min-width: 100%;
  height: 60px;
  position: relative;
  background-color: #000;
  z-index: 90;
}

.l-header.is-open .l-header__inner a {
  color: #fff;
}

.l-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: headerFixed;
  animation-name: headerFixed;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.l-header-logo {
  width: 60%;
}

.l-header-logo > a {
  padding: .523em 0 .523em .55em;
  width: 100%;
  height: 100%;
  display: block;
}

.l-header-logo > a img {
  display: block;
  width: 100%;
}

.l-header-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header-toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  padding-right: 1.85em;
  right: 0;
}

.l-header-toggle-button span {
  position: absolute;
  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;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.l-header-toggle-button span:nth-of-type(1) {
  top: 0;
}

.l-header-toggle-button span:nth-of-type(2) {
  top: 6px;
}

.l-header-toggle-button span:nth-of-type(3) {
  top: 12px;
}

.l-header-menu {
  display: block;
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  background-color: #000;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.l-header-menu.is-active {
  opacity: 1;
  visibility: visible;
}

.l-header-menu-trigger {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
}

.l-header-menu-trigger .menu {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  position: absolute;
  left: -35px;
  top: -4px;
}

.l-header-menu-trigger.is-active span:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.l-header-menu-trigger.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.l-header-menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.l-header-gnav {
  width: 100%;
  margin-left: 0;
  padding: 2.5vw 5vw;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-gnav__list {
  height: auto;
}

.l-header-gnav__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-gnav__item {
  margin-bottom: .15em;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #606060;
  position: relative;
}

.l-header-gnav__item:first-of-type {
  border-top: 1px solid #606060;
}

.l-header-gnav__item > a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5em 0;
  position: relative;
}

.l-header-gnav__item > a i {
  font-size: 1.2rem;
  color: #e70500;
  display: block;
}

.l-header-gnav__item:nth-of-type(2) .l-header-drawer.is-open {
  height: 13em;
}

.l-header-gnav__item:nth-of-type(3) .l-header-drawer.is-open {
  height: 5.5em;
}

.l-header-gnav__item:nth-of-type(4) .l-header-drawer.is-open {
  height: 15em;
}

.l-header-gnav__item:nth-of-type(5) .l-header-drawer.is-open {
  height: 3em;
}
.l-header-gnav__item:nth-of-type(6) .l-header-drawer.is-open {
  height: 28em;
}

.l-header-gnav__target:after {
  content: "\FF0B";
  position: absolute;
  top: 0;
  bottom: 0;
  right: .35em;
  margin: auto 0;
  width: 1em;
  font-size: 160%;
  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;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.l-header-gnav__target.is-open:after {
  content: "\FF0D";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-header-drawer {
  position: static;
  width: 100%;
  min-width: 0;
  height: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-drawer.is-open {
  opacity: 1;
  height: 23em;
}

.l-header-drawer__item {
  padding: .45em 0 .45em 1.3em;
}

.l-header-drawer__item > a {
  color: #ccc;
  font-size: 1.2rem;
}

/* =============================================================

  Footer

* ============================================================= */
.l-footer {
  background-color: #000;
}

[data-id="usedcar"] .l-footer {
    padding: inherit;
    background: #000;
    color: inherit;
    text-align: inherit;
    font-size: inherit;
}

.l-footer-sitemap {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-footer-sitemap-box__head {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-footer-sitemap-box__list {
  display: none;
}

.l-footer-sitemap-box__list > li {
  width: 100%;
  padding: .85em 0 .85em 2.25em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-sitemap-box__list > li a {
  font-size: 1.2rem;
  color: #fff;
}

.l-footer-sitemap__store {
  width: 100%;
}

.l-footer-sitemap__inner {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-sitemap__col {
  border-bottom: 1px solid #4c4c4c;
  width: 100%;
}

.l-footer-sitemap__col:first-of-type {
  border-top: 1px solid #4c4c4c;
}

.l-footer-contact {
  padding: 0 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.l-footer-contact-box__title {
  width: 40%;
}

.l-footer-info {
  font-size: 1.2rem;
  color: #606060;
  padding: 5%;
  text-align: center;
}

.l-footer-info__recycle > .CMN-RECYCLE > a {
  text-decoration: underline;
}

.js-local-open {
  position: relative;
}

.js-local-open:after {
  content: "\FF0B";
  position: absolute;
  top: 0;
  bottom: 0;
  right: .85em;
  margin: auto 0;
  width: 1em;
  color: #fff;
  font-size: 150%;
  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;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.js-local-open.is-open:after {
  content: "\FF0D";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.l-pagetop__box {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  width: 25px;
  margin: auto;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  text-align: center;
}

.l-pagetop__box img {
  display: block;
  width: 100%;
}

.l-footer-group {
  margin: 0 auto;
  padding: 0 16px;
  padding-bottom: 40px;
}

.l-footer-group-list__item img {
  width: 100%;
  vertical-align: bottom;
}

.l-footer-group-list {
  display: grid;
  width: 100%;
  gap: 1em;
}

.l-footer-group-list__item a {
  display: block;
  padding: 1.5em 2em;
  background: #fff;
}
