@charset "UTF-8";
/* =============================================================

Base

* ============================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 1.43229vw;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 1.78571vw;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #191919;
  color: #000;
  letter-spacing: .03em;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body[data-id=index] {
  color: #fff;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img[src$=".svg"] {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.js-tel {
  text-decoration: none;
}

a.js-tel._active {
  text-decoration: underline;
}

a.js-tel._inactive {
  color: inherit;
  text-decoration: none;
}

/* =============================================================

Loader

* ============================================================= */
.l-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  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: #3f3f3f;
  -webkit-transition: all .6s;
          transition: all .6s;
}

.l-loader.is-loaded {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-loader:before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border: 2px solid #0066CB;
  border-radius: 100%;
  -webkit-animation: ball-loader 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
          animation: ball-loader 1s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

@-webkit-keyframes ball-loader {
  0% {
    opacity: 1;
    -webkit-transform: scale(.1);
            transform: scale(.1);
  }
  70% {
    opacity: .7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

@keyframes ball-loader {
  0% {
    opacity: 1;
    -webkit-transform: scale(.1);
            transform: scale(.1);
  }
  70% {
    opacity: .7;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  padding-right: 5.85652%;
  -webkit-box-shadow: 0 0 3px 3px rgba(99, 99, 99, .2);
          box-shadow: 0 0 3px 3px rgba(99, 99, 99, .2);
}

@media screen and (max-width: 960px) {
  .l-wrapper {
    padding-right: 0;
    padding-bottom: 10.52632vw;
  }
}

/* =============================================================

Header

* ============================================================= */
/* header
=============================== */
.l-header {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 5.85652%;
  padding-left: 1.55521%;
  background: #191919;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .l-header {
    padding-right: 0;
  }
}

@media screen and (max-width: 560px) {
  .l-header {
    height: 60px;
  }
}

/* header logo
=============================== */
.l-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-width: 420px;
  margin: auto 0;
  padding-right: .625em;
}

@media screen and (max-width: 960px) {
  .l-header-logo {
    width: 300px;
    max-width: 80%;
  }
}

.l-header-logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  -webkit-transition: opacity .25s;
          transition: opacity .25s;
}

.l-header-logo a img {
  min-width: 0%;
  width: 90%;
}

.l-header-logo a:hover {
  opacity: .6;
}

@media screen and (max-width: 960px) {
  .l-header-logo a img {
    width: 80%;
  }
}

/* header menu
=============================== */
.l-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          align-items: stretch;
          flex-grow: 1;
}

.l-header-menu a {
  text-decoration: none;
}

.l-header-menu__spnav {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 5.625em;
}

@media screen and (max-width: 960px) {
  .l-header-menu__spnav {
    display: block;
  }
}

.l-header-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-header-menu__nav {
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
    height: 100vh;
    padding-top: 80px;
    padding-bottom: 110px;
    background: rgba(25, 25, 25, 0);
    -webkit-transition: right .4s, background .3s;
            transition: right .4s, background .3s;
  }
  .l-header-menu__nav:before {
    content: "MENU";
    position: absolute;
    top: 31.5px;
    left: 0;
    display: block;
    width: 100%;
    padding-top: .205em;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    font-family: "Josefin Sans", sans-serif;
    line-height: .55;
  }
  .l-header-menu.is-open .l-header-menu__nav {
    right: 0;
    background: #191919;
  }
}

@media screen and (max-width: 560px) {
  .l-header-menu__nav {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .l-header-menu__nav:before {
    top: 21.5px;
  }
}

/* header nav
=============================== */
.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  .l-header-nav {
    display: block;
    overflow-y: auto;
    width: 100%;
    margin: 0 auto;
    padding: 5.33333% 9.33333%;
    border-top: 1px solid #333;
    font-size: 16px;
  }
}

.l-header-nav__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          align-items: center;
          flex-grow: 1;
}

@media screen and (max-width: 960px) {
  .l-header-nav__item {
    display: block;
    margin: 0;
    border-bottom: 1px solid #0066CB;
  }
}

.l-header-nav__handle {
  position: relative;
  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;
  overflow: hidden;
  height: 100%;
  padding: 0 1.4em 0 .78571em;
  padding-top: .205em;
  font-size: .875em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
  line-height: 1;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .l-header-nav__handle {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 1.4em calc(30px + 1em) 1.1em 0;
    font-weight: 330;
    font-size: 1.125em;
    line-height: .7;
  }
  .l-header-nav__handle:after {
    content: "";
    position: absolute;
    top: 0;
    right: .5em;
    bottom: 0;
    display: block;
    width: 30px;
    height: 8px;
    margin: auto 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.l-header-nav__handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  background: #0066CB;
  -webkit-transition: all .3s;
          transition: all .3s;
  -webkit-transform: translateY(-.5em);
          transform: translateY(-.5em);
}

@media screen and (max-width: 960px) {
  .l-header-nav__handle:before {
    content: none;
  }
}

@media screen and (min-width: 961px) {
  .l-header-nav__item:hover .l-header-nav__handle:before {
    height: 100%;
  }
}

.l-header-nav__drawer {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.l-header-nav__item:last-child .l-header-nav__drawer {
  right: 1px;
  left: auto;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

@media screen and (min-width: 961px) {
  .l-header-nav__item:hover .l-header-nav__drawer {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
  }
  .l-header-nav__item:last-child:hover .l-header-nav__drawer {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@media screen and (max-width: 960px) {
  .l-header-nav__drawer {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: none !important;
            transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/* header spnav trigger
=============================== */
.l-header-spnav-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 960px) {
  .l-header-spnav-trigger.is-open {
    -webkit-transition: color .2s .2s;
            transition: color .2s .2s;
  }
}

.l-header-spnav-trigger > div,
.l-header-spnav-trigger > div:before,
.l-header-spnav-trigger > div:after {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
}

.l-header-spnav-trigger > div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2.1em;
  margin: auto;
  font-size: 10px;
  -webkit-transition: background .2s;
          transition: background .2s;
}

.l-header-spnav-trigger > div:before, .l-header-spnav-trigger > div:after {
  content: "";
  left: -.2em;
  width: 2.5em;
  -webkit-transition: top .2s .2s, bottom .2s .2s, background .2s, -webkit-transform .2s;
          transition: top .2s .2s, bottom .2s .2s, background .2s, -webkit-transform .2s;
          transition: top .2s .2s, bottom .2s .2s, transform .2s, background .2s;
          transition: top .2s .2s, bottom .2s .2s, transform .2s, background .2s, -webkit-transform .2s;
}

.l-header-spnav-trigger > div:before {
  top: -.9em;
}

.l-header-spnav-trigger > div:after {
  bottom: -.9em;
}

.l-header-spnav-trigger > div > span {
  display: none;
}

.l-header-spnav-trigger.is-open > div {
  background: transparent;
  -webkit-transition: background .2s .2s;
          transition: background .2s .2s;
}

.l-header-spnav-trigger.is-open > div:before, .l-header-spnav-trigger.is-open > div:after {
  -webkit-transition: top .2s, bottom .2s, background .2s .2s, -webkit-transform .2s .2s;
          transition: top .2s, bottom .2s, background .2s .2s, -webkit-transform .2s .2s;
          transition: top .2s, bottom .2s, transform .2s .2s, background .2s .2s;
          transition: top .2s, bottom .2s, transform .2s .2s, background .2s .2s, -webkit-transform .2s .2s;
}

.l-header-spnav-trigger.is-open > div:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-header-spnav-trigger.is-open > div:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* header page nav
=============================== */
.l-header-page-nav {
  overflow: hidden;
  width: 18em;
  padding: 1em 1.5em;
  background: #0066CB;
  font-size: .9375em;
}

.l-header-nav__item[data-category=maintenance] .l-header-page-nav,
.l-header-nav__item[data-category=showroom] .l-header-page-nav{
  width: 40em;
}

@media screen and (max-width: 960px) {
  .l-header-page-nav {
    width: 100% !important;
    padding: 0;
    background: none;
    font-size: .84375em;
  }
}

.l-header-page-nav__list {
  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: 100%;
}

.l-header-page-nav__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.l-header-page-nav__item:last-child {
  border-bottom: 0;
}

.l-header-nav__item[data-category=maintenance] .l-header-page-nav__item,
.l-header-nav__item[data-category=showroom] .l-header-page-nav__item{
  width: calc(50% - 1em);
}

.l-header-nav__item[data-category=maintenance] .l-header-page-nav__item:nth-last-child(2){
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .l-header-nav__item[data-category=maintenance] .l-header-page-nav__item,
  .l-header-nav__item[data-category=showroom] .l-header-page-nav__item{
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-header-page-nav__item {
    border-top: 1px solid #0066CB;
    border-bottom: 0;
  }
}

.l-header-page-nav a {
  position: relative;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: .65em 3em .65em 0;
  text-decoration: none;
  -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition:         transform .3s;
          transition:         transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 961px) {
  .l-header-page-nav a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media screen and (max-width: 960px) {
  .l-header-page-nav a {
    padding: 1.11111em calc(30px + 1.5em) 1.11111em 1.5em;
  }
}

.l-header-page-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1.4375em;
  height: .4375em;
  margin: auto 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 960px) {
  .l-header-page-nav a:after {
    right: .5em;
    width: 30px;
    height: 8px;
  }
}

/* =============================================================

Footer

* ============================================================= */
.l-footer {
  border-top: 2px solid #0066CB;
  color: #fff;
}

/* nav
=============================== */
.l-footer-nav {
  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;
  padding: 2em 0;
  font-size: .875em;
  line-height: 1;
}

.l-footer-nav__item {
  padding: .5em 0;
}

.l-footer-nav__item:not(:last-child):after {
  content: "\ff5c";
  margin: 0 .5em;
}

.l-footer-nav__item a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .2s;
          transition: color .2s;
}

.l-footer-nav__item a:hover {
  color: #4f4f4f;
}

/* info
=============================== */
.l-footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
  -ms-flex-wrap: wrap;
          align-items: flex-end;
      flex-wrap: wrap;
  width: 1120px;
  max-width: 90.66874%;
  margin: 0 auto;
  padding: 2.33333em 0 2.58333em;
  font-weight: 300;
  font-size: .75em;
}

.l-footer-info__profile {
  padding-left: 1.33333em;
  border-left: 1px solid #0066CB;
}

@media screen and (max-width: 960px) {
  .l-footer-info__profile {
    position: relative;
    width: 100%;
    padding-top: 1.33333em;
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
  .l-footer-info__profile:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 2em;
    height: 1px;
    margin: 0 auto;
    background: #0066CB;
  }
}

.l-footer-info__profile > em {
  display: block;
  /* -0.375emem for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: 1.5em;
}

.l-footer-info__profile > span {
  display: block;
  /* -0.375emem for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
}

.l-footer-info__copyright {
  /* -0.375emem for line-height offset */
  margin-top: 1.625em;
  margin-bottom: -.375em;
}

@media screen and (max-width: 1380px) and (min-width: 961px) {
  .l-footer-info__copyright {
    margin-right: 3rem;
  }
}

@media screen and (max-width: 960px) {
  .l-footer-info__copyright {
    width: 100%;
    text-align: center;
  }
}

/* pagetop
=============================== */
.l-footer-pagetop {
  position: fixed;
  right: calc(5.85652% + .625em);
  bottom: .625em;
  z-index: 99;
}

@media screen and (max-width: 960px) {
  .l-footer-pagetop {
    right: 1em;
    bottom: 5em;
  }
}

.l-footer-pagetop a {
  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;
  width: 6rem;
  height: 6rem;
  padding-top: .205em;
  border-radius: 50%;
  background: #0066CB;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
  -webkit-transition: all .3s;
          transition: all .3s;
}

@media screen and (max-width: 960px) {
  .l-footer-pagetop a {
    width: 7.5rem;
    height: 7.5rem;
    font-size: .8rem;
  }
}

.l-footer-pagetop a:hover {
  opacity: .7;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.l-footer-pagetop a:before {
  content: "";
  display: block;
  width: .8em;
  height: 2.4em;
  margin-right: .8em;
  margin-bottom: .3rem;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

/* =============================================================

Aside

* ============================================================= */
.l-aside {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: block;
  width: 5.85652%;
  height: 100%;
  background: #191919;
}

@media screen and (max-width: 960px) {
  .l-aside {
    width: 100%;
    height: 4em;
    font-size: 2.63158vw;
  }
}

/* nav
=============================== */
.l-aside-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.l-aside-nav__item {
  width: 100%;
  height: 50%;
}

@media screen and (max-width: 960px) {
  .l-aside-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-aside-nav__item {
    height: 100%;
  }
}

.p-campaign-leaflet {
  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;
  -ms-flex-wrap: wrap;
          align-items: center;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-campaign-leaflet__item {
  width: 48%;
}

/* button
=============================== */
.l-aside-button {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.875em;
  background: #0066CB;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background .3s;
          transition: background .3s;
}

.l-aside-button:hover {
  background: #064b8f;
}

@media screen and (max-width: 960px) {
  .l-aside-button {
    -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;
    padding-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .l-aside-button {
    font-size: 12px;
  }
}

.l-aside-button._reservation {
  background: #4f4f4f;
}

.l-aside-button._reservation:hover {
  background: #060606;
}

.l-aside-button > figure {
  width: 1.5em;
}

.l-aside-button._reservation > figure {
  width: 1.25em;
}

.l-aside-button > div {
  width: 50%;
  margin-top: .9375em;
  padding-top: .6875em;
  border-top: 1px solid;
  text-align: center;
  line-height: 1.5;
}

.l-aside-button > div span {
  display: block;
}

@media screen and (max-width: 960px) {
  .l-aside-button > div {
    width: auto;
    margin-top: 0;
    margin-left: .9375em;
    padding-top: 0;
    padding-left: .6875em;
    border-top: 0;
    border-left: 1px solid;
  }
  .l-aside-button > div span {
    display: inline;
  }
}

.l-aside-button:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3rem;
  left: 0;
  display: block;
  width: 57.5%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 16.25%;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 960px) {
  .l-aside-button:after {
    content: none;
  }
}

/* =============================================================

Main

* ============================================================= */
/* main
=============================== */
.l-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  min-height: 0%;
  max-height: 100%;
  padding: 0;
  padding-top: 80px;
  background: #fff;
}

@media screen and (max-width: 560px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-page[data-id=index] .l-main {
  background: transparent;
}

/* main heading
=============================== */
.l-main-heading {
  width: 1120px;
  max-width: 90.66874%;
  margin: 0 auto;
  margin-bottom: 5.83204%;
  padding-left: 1.25em;
  border-left: 1px solid #0066CB;
}

/* main banner
=============================== */
.l-main-banner {
  padding: 4.6875em 0;
  background: #3f3f3f;
}

.l-main-banner__inner {
  width: 1120px;
  max-width: 90.66874%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .l-main-banner__inner {
    width: 550px;
  }
}

.l-main-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 101.78571%;
  margin: -.89286% -.89286%;
  padding-top: 1px;
}

.l-main-banner-list__item {
  width: 20%;
  padding: .87719% .87719%;
}

@media screen and (max-width: 960px) {
  .l-main-banner-list__item {
    width: 50%;
  }
}

/* main showroom nav
=============================== */
.l-main-showroom-nav {
  padding: 5.83204% 0;
  background: #e6e6e6;
}

.c-section._bg + .l-main-showroom-nav {
  border-top: 1px solid #fff;
}

.l-main-showroom-nav__inner {
  width: 1120px;
  max-width: 90.66874%;
  margin: 0 auto;
}

/* main category nav
=============================== */
.l-main-category-nav {
  overflow: hidden;
  border-top: 1px solid #fff;
  background: #191919;
}

.l-main-category-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 1px);
}

.l-main-category-nav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.33333%;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 560px) {
  .l-main-category-nav__item {
    width: 100%;
    border-top: 1px solid #fff;
  }
}

.l-page[data-category=newcar] .l-main-category-nav__item[data-banner=newcar] {
  display: none;
}

.l-page[data-category=usedcar] .l-main-category-nav__item[data-banner=newcar] {
  display: none;
}

.l-page[data-category=showroom] .l-main-category-nav__item[data-banner=campaign],
.l-page[data-category=campaign] .l-main-category-nav__item[data-banner=campaign],
.l-page[data-category=company] .l-main-category-nav__item[data-banner=campaign],
.l-page[data-category=other] .l-main-category-nav__item[data-banner=campaign] {
  display: none;
}

.l-page[data-id=welcome] .l-main-category-nav__item[data-banner=campaign] {
  display: block;
}

.l-page[data-category=maintenance] .l-main-category-nav__item[data-banner=maintenance] {
  display: none;
}

.l-page[data-id=welcome] .l-main-category-nav__item[data-banner=welcome] {
  display: none;
}

@media screen and (max-width: 560px) {
  .l-main-category-nav .c-box-nav__more {
    margin-top: 5%;
  }
}

.l-main-category-nav[data-intersection] .l-main-category-nav__item {
  -webkit-perspective: 94.14348vw;
          perspective: 94.14348vw;
}

.l-main-category-nav[data-intersection] .l-main-category-nav__item > * {
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition:         transform .5s;
          transition:         transform .5s, -webkit-transform .5s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);

  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.l-main-category-nav[data-intersecting=true] .l-main-category-nav__item > * {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.l-main-category-nav[data-intersecting=true] .l-main-category-nav__item:nth-child(2) > * {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.l-main-category-nav[data-intersecting=true] .l-main-category-nav__item:nth-child(3) > * {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.l-main-category-nav[data-intersecting=true] .l-main-category-nav__item:nth-child(4) > * {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/* =============================================================

Grid

* ============================================================= */
/* default */
.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 103.57143%;
  margin: -1.78571% -1.78571%;
  padding-top: 1px;
}

.c-grid__item {
  width: 50%;
  padding: 1.72414% 1.72414%;
}

@media screen and (max-width: 960px) {
  .c-grid[data-col-tablet="1"] .c-grid__item {
    width: 100%;
  }
}

/* tile */
.c-tile-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-tile-grid__item {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .c-tile-grid[data-col-tablet="1"] .c-tile-grid__item {
    width: 100%;
  }
}

/* ============================================================= *

Navigation

* ============================================================= */
/* breadcrumbs
=============================== */
.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: .875em;
}

.c-breadcrumbs > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.c-breadcrumbs > li + li:before {
  content: "/";
  margin: 0 1em;
}

.c-breadcrumbs > li a {
  color: #0066CB;
  text-decoration: none;
}

.c-breadcrumbs > li a:hover {
  text-decoration: underline;
}

/* button
=============================== */
.c-button {
  position: relative;
  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: 2.91667em;
  padding: 0 1em;
  outline: none;
  border: 1px solid #0066CB;
  background: transparent;
  color: #0066CB;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

@media screen and (max-width: 560px) {
  .c-button {
    font-size: 4.28571vw;
  }
}

.c-button:hover {
  background: #0066CB;
  color: #fff;
}

.c-button:after {
  content: "";
  position: absolute;
  right: .9rem;
  bottom: .9rem;
  display: block;
  width: 4.6rem;
  height: 1.3rem;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.c-button._more {
  height: 3em;
  padding-top: .205em;
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
}

.c-button._fs-sm {
  height: 2.5625em;
  font-size: 1.6rem;
}

.c-button._simple:after {
  content: none;
}

/* container */
.c-button-container {
  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;
  width: 100%;
  margin: -1.8rem;
  padding-top: 5rem;
}

.c-button-container:first-child {
  padding-top: 0;
}

.c-button-container + .c-button-container {
  padding-top: 1rem;
}

.c-button-container > .c-button {
  width: 40rem;
  margin: 1.8rem;
}

.c-button-container > .c-button:first-child:last-child {
  width: 60rem;
}

/* banner
=============================== */
.c-banner {
  display: block;
  border: 1px solid #c8c8c8;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.c-banner img {
  width: 100%;
}

.c-banner:hover {
  opacity: .7;
}

/* box nav
=============================== */
.c-box-nav {
  position: relative;
  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;
  overflow: hidden;
  width: 100%;
  height: 28vw;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .c-box-nav {
    height: 50vw;
  }
}

.c-box-nav > * {
  position: relative;
  z-index: 1;
}

.c-box-nav:before {
  content: "";
  position: relative;
  z-index: 1;
  display: block;
  width: 1px;
  height: 3.125em;
  margin-bottom: 1.75em;
  background: #0066CB;
}

.c-box-nav__main {
  padding-top: .205em;
  font-weight: 300;
  font-size: 32px;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
}

@media screen and (max-width: 1366px) {
  .c-box-nav__main {
    /* 1366px - 960px の間の幅を 32px - 26px の範囲で変化 */
    font-size: calc(11.81283px + 1.47783vw);
  }
}

@media screen and (max-width: 960px) {
  .c-box-nav__main {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  .c-box-nav__main {
    /* 960px - 320px の間の幅を 36px - 16px の範囲で変化 */
    font-size: calc(6px + 3.125vw);
  }
}

@media screen and (max-width: 320px) {
  .c-box-nav__main {
    font-size: 16px;
  }
}

.c-box-nav__sub {
  /* -0.375emem for line-height offset */
  margin-top: 1.125em;
  margin-bottom: -.375em;
  padding-left: .2em;
  letter-spacing: .2em;
}

.c-box-nav__more {
  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: 9.375em;
  height: 2.5em;
  margin-top: 12%;
  padding-top: .205em;
  border: 1px solid #0066CB;
  color: #0066CB;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
  -webkit-transition: all .4s;
          transition: all .4s;
}

@media screen and (max-width: 960px) {
  .c-box-nav__more {
    margin-top: 18.42105%;
  }
}

.c-box-nav:hover .c-box-nav__more {
  background: #0066CB;
  color: #fff;
}

.c-box-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .5;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.c-box-nav:hover:after {
  opacity: .7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-box-nav._car:after {
  background-image: url(../img/bg_nav_car.jpg);
}

.c-box-nav._newcar:after {
  background-image: url(../img/bg_nav_newcar.jpg);
}

.c-box-nav._usedcar:after {
  background-image: url(../img/bg_nav_usedcar.jpg);
}

.c-box-nav._maintenance:after {
  background-image: url(../img/bg_nav_maintenance.jpg);
}

.c-box-nav._campaign:after {
  background-image: url(../img/bg_nav_campaign.jpg);
}

.c-box-nav._welcome:after {
  background-image: url(../img/bg_nav_welcome.jpg);
}

.c-box-nav._contact:after {
  background-image: url(../img/bg_nav_contact.jpg);
}

.c-box-nav._democar:after {
  background-image: url(/common-img/hc/pattern_b/bg_nav_democar.jpg);
}

.c-box-nav._staff:after {
  background-image: url(/common-img/hc/pattern_b/bg_nav_staff.jpg);
}

.c-box-nav[data-col="2"] {
  height: 27.2328vw;
}

@media screen and (max-width: 960px) {
  .c-box-nav[data-col="2"] {
    height: 50vw;
  }
}

.c-box-nav[data-col="2"] .c-box-nav__more {
  margin-top: 9.33126%;
}

/* detailed banner
=============================== */
.c-detailed-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #c8c8c8;
  background: #fff;
  text-decoration: none;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.c-detailed-banner:hover {
  opacity: .7;
}

.c-detailed-banner__image {
  width: 50%;
}

.c-detailed-banner__image img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .c-detailed-banner__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}

.c-detailed-banner__text {
  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;
  width: 50%;
  padding: 2.67857% 3.57143%;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .c-detailed-banner__text {
    width: 100%;
    padding: 2.66667em;
  }
}

.c-detailed-banner__head {
  /* -0.375emem for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.73333em;
}

.c-detailed-banner__body {
  /* -0.5emem for line-height offset */
  margin-top: 1.63333em;
  margin-bottom: -.5em;
  line-height: 2;
}

/* tab
=============================== */
.c-tab {
  overflow: hidden;
  margin-bottom: 6.69643%;
}

.c-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% + .75em);
  margin: 0 -.375em;
  border-bottom: 2px solid;
}

.c-tab__item {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 50%;
  margin-bottom: -2px;
  padding: 0 .375em;
}

.c-tab__button {
  position: relative;
  z-index: 2;
  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;
  overflow: visible;
  width: 100%;
  min-height: 3.61111em;
  padding: 1em .25em;
  outline: none;
  border: 1px solid #d1d1d1;
  border-bottom-width: 2px;
  border-radius: .5em .5em 0 0;
  background: #efefef;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 1.125em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background .25s;
          transition: background .25s;
}

.c-tab__button:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  display: block;
  width: calc(100% + 4px);
  border-bottom: 2px solid;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 960px) {
  .c-tab__button {
    font-size: .98214em;
  }
}

.c-tab__button span {
  display: block;
  margin-bottom: 1em;
  font-size: .8em;
}

.c-tab__button em {
  font-size: 1.4em;
}

.c-tab__button.is-current {
  border: 2px solid #000;
  background: #fff;
}

.c-tab__button.is-current:after {
  width: 100%;
  border-bottom: 2px solid #fff;
}

/* for tab.js view control */
.js-tab-channel {
  display: none;
}

.js-tab-channel.is-current {
  display: block;
}

/* ============================================================= *

Section

* ============================================================= */
.c-section._bg {
  margin: -1px 0;
  padding: 1px 0;
  background: #f4f4f4;
}

.c-section__head {
  width: 1120px;
  max-width: 90.66874%;
  margin: 4.6875em auto 3.125em;
}

.c-section__body {
  width: 1120px;
  max-width: 90.66874%;
  margin: 0 auto;
  margin-bottom: 6.25em;
}

.c-section__body:first-child {
  margin-top: 4.6875em;
}

.c-section__body._wide {
  width: 100%;
  max-width: 100%;
  margin-bottom: 4.6875em;
}

.c-section._no-top-space .c-section__body {
  margin-top: 0;
}

.c-section._no-bottom-space .c-section__body {
  margin-bottom: 0;
}

/* inner section
=============================== */
.c-inner-section + .c-inner-section {
  margin-top: 3.75em;
}

.c-inner-section__head {
  margin-bottom: 1.5625em;
}

/* ============================================================= *

Table

* ============================================================= */
/* scroll container
=============================== */
.c-table-container {
  position: relative;
  overflow: auto;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 15px) 0 0/50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #fff 15px) right/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, .2)) right/20px 100%;
  background-color: #fff;
  background-attachment: local, scroll, local, scroll;
  background-repeat: no-repeat;
}

.c-table-container + .c-table-container {
  margin-top: 5rem;
}

.c-table-container > * {
  min-width: 58em;
}

/* data table
=============================== */
.c-data-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  font-size: 1.5rem;
}

.c-data-table th,
.c-data-table td {
  padding: 1em .75em;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  text-align: center;
}

.c-data-table thead th {
  background: #666;
  color: #fff;
}

.c-data-table thead th em {
  display: block;
  font-size: 1.14286em;
}

.c-data-table thead th em span {
  display: inline;
  padding-left: .5em;
  font-size: .875em;
}

.c-data-table thead th > span {
  display: block;
  margin-top: .25em;
  font-size: .875em;
}

.c-data-table tbody th {
  background: #191919;
  color: #fff;
}

.c-data-table tbody th[rowspan] {
  width: 2.5em;
  padding: 1.8rem .5rem;
  background: #666;
}

.c-data-table tbody th[rowspan] span {
  display: inline-block;
  min-height: 1em;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;

  text-orientation: upright;
}

.c-data-table tbody td {
  width: 16.66667%;
}

/* profile table
=============================== */
.c-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}

.c-profile-table th,
.c-profile-table td {
  padding: 1.33333em 0;
  border-bottom: 1px solid #d6d6d6;
}

.c-profile-table th {
  width: 12.33333em;
  padding-right: 1em;
  font-weight: bold;
}

.c-profile-table td {
  width: calc(100% - 12.33333em);
}

/* ============================================================= *

Text

* ============================================================= */
/* ready
=============================== */
.c-ready {
  padding: 3em 0;
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}

/* lead
=============================== */
.c-lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}

.c-lead > p {
  /* -0.375emem for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
}

.c-lead > p em {
  font-weight: bold;
  font-size: 1.33333em;
}

.c-lead > p + p {
  margin-top: 1em;
}

/* notes
=============================== */
.c-notes {
  margin-top: 1.5em;
  font-size: 1.3rem;
}

.c-notes > li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-notes > li + li {
  margin-top: .25em;
}

.c-notes > li:before {
  content: "\203b";
}

.c-notes._dot > li:before {
  content: "\30fb";
}

.c-notes._square > li:before {
  content: "\25a0";
}

.c-notes._star > li:before {
  content: "\2605";
}

.c-notes > li._dot:before {
  content: "\30fb";
}

.c-notes > li._square:before {
  content: "\25a0";
}

.c-notes > li._star:before {
  content: "\2605";
}

/* ============================================================= *

Title

* ============================================================= */
/* page title
=============================== */
.c-page-title {
  padding: 4.6875em 0;
}

.c-page-title__main {
  margin-top: -.02em;
  margin-bottom: -.225em;
  font-weight: 300;
  font-size: 3em;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

.c-page-title__main:first-letter {
  color: #0066CB;
}

.c-page-title__sub {
  /* -0.375emem for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  letter-spacing: .3em;
  font-size: 1.5em;
}

/* sub title
=============================== */
.c-sub-title {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  margin-top: -4.6875em;
  padding-top: 4.6875em;
  padding-left: 1.25em;
}

.c-sub-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #0066CB;
  -webkit-transition: -webkit-transform .2s ease-out;
          transition: -webkit-transform .2s ease-out;
          transition:         transform .2s ease-out;
          transition:         transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.c-sub-title[data-intersection]:before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.c-sub-title[data-intersecting="true"]:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.c-sub-title ._en {
  padding-top: .205em;
  white-space: nowrap;
  font-weight: 300;
  font-size: 2.5em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
}

.c-sub-title ._en:first-letter {
  color: #0066CB;
}

.c-sub-title._fs-lg ._en {
  font-size: 2.75em;
}

.c-sub-title ._ja {
  margin-top: 1.5em;
  padding-left: .25em;
  white-space: nowrap;
  letter-spacing: .25em;
  line-height: 1;
}

.c-sub-title[data-intersection] > ._ja {
  -webkit-transition: -webkit-transform .5s .3s;
          transition: -webkit-transform .5s .3s;
          transition:         transform .5s .3s;
          transition:         transform .5s .3s, -webkit-transform .5s .3s;
  -webkit-transform: translateX(-125%) scaleX(.5);
          transform: translateX(-125%) scaleX(.5);
}

.c-sub-title[data-intersecting="true"] > ._ja {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* detailed title
=============================== */
.c-detailed-title {
  font-weight: bold;
  font-size: 2rem;
}

/* ============================================================= *

Blog

* ============================================================= */
.c-blog-container__table {
  width: 100%;
  table-layout: fixed;
}

.c-blog-container__td > article + article {
  margin-top: 8.5rem;
}

.c-blog-container img {
  display: inline;
}

.c-blog-container .blog {
  word-break: break-all;
}

.c-blog-container .blog__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 4rem);
  margin-bottom: 2.5em;
  padding: .625em 7.6em .625em 1em;
  background: #535353;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .c-blog-container .blog__header {
    width: 100%;
    padding: .625em 1em 1.25em;
  }
}

.c-blog-container .blog__date {
  position: absolute;
  top: 0;
  right: -4rem;
  bottom: 0;
  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: 10.75em;
  height: 2em;
  margin: auto 0;
  margin-left: auto;
  background: #0066CB;
  color: #fff;
  font-size: .8em;
}

@media screen and (max-width: 960px) {
  .c-blog-container .blog__date {
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}

.c-blog-container .blog__body {
  width: calc(100% - 8rem);
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-blog-container .blog__body {
    width: 92.85714%;
  }
}

.c-blog-container .blog__body img {
  height: auto;
  max-width: 1120px;
}

@media screen and (max-width: 960px) {
  .c-blog-container .blog__body img {
    max-width: 100%;
  }
}

.c-blog-container .blog__paging {
  margin-top: 8rem;
  text-align: right;
}

/* =============================================================

Calander

* ============================================================= */
/* container */
.c-calendar-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-calendar-box-container > * {
  width: 47.5%;
  max-width: 32.375em;
}

@media screen and (max-width: 560px) {
  .c-calendar-box-container {
    position: relative;
    width: 100%;
  }
  .c-calendar-box-container > .c-calendar-box {
    width: 100%;
    max-width: 100%;
  }
  .c-calendar-box-container > .c-calendar-box:last-child {
    display: none;
  }
  .c-calendar-box-container._next > .c-calendar-box {
    display: none;
  }
  .c-calendar-box-container._next > .c-calendar-box:last-child {
    display: block;
  }
}

/* box */
.c-calendar-box__head {
  position: relative;
  margin-bottom: 1.875em;
  padding-bottom: 1.875em;
}

.c-calendar-box__head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5em;
  height: 1px;
  margin: 0 auto;
  background: #0066CB;
}

.c-calendar-box__head .cal_month {
  text-align: center;
}

.c-calendar-box__head .cal_month em {
  display: block;
  padding-left: .1em;
  letter-spacing: .1em;
  font-weight: 300;
  font-size: 2.25em;
  line-height: 1;
}

.c-calendar-box__head .cal_month span {
  display: block;
  margin-top: 1em;
  padding-top: .205em;
  font-size: .75em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
}

.c-calendar-box__foot {
  margin-top: 1.5em;
  padding: 0 1em;
}

.c-calendar-box__foot > p > span:before {
  content: "\25a0";
}

.c-calendar-box__foot > p > span.cal_close01 {
  color: #0066CB;
}

.c-calendar-box__foot > p > span.cal_close02 {
  color: #3f3f3f;
}

.c-calendar-box__foot > p > span.cal_close03 {
  color: #ef3e46;
}

.c-calendar-box .cal {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
  table-layout: fixed;
}

.c-calendar-box .cal th {
  padding-bottom: 1em;
  text-align: center;
}

.c-calendar-box .cal th > div {
  padding-top: .205em;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  line-height: .55;
}

.c-calendar-box .cal td {
  text-align: center;
  font-size: 1.25em;
}

.c-calendar-box .cal td > div {
  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: 3.5em;
  height: 2em;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

.c-calendar-box .cal th .cal_sun,
.c-calendar-box .cal td .cal_sun,
.c-calendar-box .cal td .cal_holiday {
  color: #ef3e46;
}

.c-calendar-box .cal td .cal_close01 {
  background-color: #0066CB;
  color: #fff;
}

.c-calendar-box .cal td .cal_close02 {
  background-color: #3f3f3f;
  color: #fff;
}

.c-calendar-box .cal td .cal_close03 {
  background-color: #ef3e46;
  color: #fff;
}

/* arrow */
.c-calendar-arrow {
  display: none;
}

@media screen and (max-width: 560px) {
  .c-calendar-arrow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .c-calendar-arrow__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 29.41176%;
    height: 2.5em;
    padding: 0 .5em;
    outline: none;
    border: 1px solid;
    background: transparent;
    color: #0066CB;
  }
  .c-calendar-arrow__button.is-disabled {
    color: #434343;
    pointer-events: none;
  }
  .c-calendar-arrow__button._prev:before {
    content: "";
    display: block;
    width: 2em;
    height: .5em;
    margin-right: 1em;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: skewX(-45deg);
            transform: skewX(-45deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .c-calendar-arrow__button._next {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-calendar-arrow__button._next:after {
    content: "";
    display: block;
    width: 2em;
    height: .5em;
    margin-left: 2em;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

/* ============================================================= *

Maintenance

* ============================================================= */
/* service
=============================== */
.c-maintenance-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 103.57143%;
  margin: -1.78571% -1.78571%;
  padding-top: 1px;
}

.c-maintenance-service:not(:first-child) {
  margin-top: 4.375em;
}

.c-maintenance-service__item {
  width: 50%;
  padding: 1.72414% 1.72414%;
}

.c-maintenance-service__item:first-child:last-child {
  margin: 0 auto;
}

.c-maintenance-service-block {
  display: block;
  text-align: center;
  text-decoration: none;
}

.c-maintenance-service-block__lead {
  /* -0.375emem for line-height offset */
  margin-top: -.375em;
  margin-bottom: .825em;
  font-weight: bold;
  font-size: .9375em;
}

.c-maintenance-service-block__lead span {
  display: inline-block;
}

.c-maintenance-service-block__banner {
  border: 4px solid #e5e5e5;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
}

.c-maintenance-service-block:hover .c-maintenance-service-block__banner {
  opacity: .7;
}

.c-maintenance-service-block__desc {
  /* -0.375emem for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  font-size: .875em;
}

/* ============================================================= *

Inspection

* ============================================================= */
/* inspection fig
=============================== */
.c-inspection-fig {
  position: relative;
  max-width: 1080px;
  margin: 0 auto -1.875em;
  padding-bottom: 1.875em;
}

@media screen and (max-width: 960px) {
  .c-inspection-fig {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.c-inspection-fig__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
          align-items: center;
      flex-wrap: wrap;
  margin-top: 1em;
}

.c-inspection-fig__notes > li {
  margin: .25em 0;
}

.c-inspection-fig__notes > li:not(:first-child) {
  margin-left: 1.5em;
}

.c-inspection-fig__notes > li > span:after {
  content: "…";
  padding: 0 .25em;
  color: #000;
}

.c-inspection-fig__notes > li._option > span {
  color: #4f4f4f;
}

.c-inspection-fig-image {
  position: relative;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.c-inspection-fig-image img {
  display: block;
  width: 100%;
  max-width: 532px;
}

.c-inspection-fig-image span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.c-inspection-fig-image i {
  position: absolute;
  display: block;
  border-width: 0;
  border-style: solid;
  color: #666;
}

.c-inspection-fig-image i._option {
  color: #666;
}

.c-inspection-fig-image i._option > * {
  color: inherit;
}

@media screen and (max-width: 960px) {
  .c-inspection-fig-image {
    display: none;
  }
}

.c-inspection-fig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .c-inspection-fig-box {
    display: block;
    margin-left: 0 !important;
  }
  .c-inspection-fig-box > * {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.c-inspection-fig-box > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-inspection-fig-box[data-col="1"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-inspection-fig-box[data-col="1"] > * {
  width: 100%;
}

.c-inspection-fig-box[data-col="1"] > *:not(:last-child) {
  margin-bottom: 1.875em;
}

.c-inspection-fig-box[data-col="2"] > * {
  width: 49%;
}

.c-inspection-fig-box[data-col="2"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="3"] > * {
  width: 32%;
}

.c-inspection-fig-box[data-col="3"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="3"] > *[data-flex="2"] {
  width: 66%;
}

.c-inspection-fig-box[data-col="4"] > * {
  width: 23.5%;
}

.c-inspection-fig-box[data-col="4"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="4"] > *[data-flex="2"] {
  width: 49%;
}

.c-inspection-fig-box[data-col="4"] > *[data-flex="3"] {
  width: 74.5%;
}

/* inspection check
=============================== */
.c-inspection-check {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 1.875em;
}

@media screen and (min-width: 961px) {
  .c-inspection-fig-image + .c-inspection-check {
    margin-bottom: 0;
  }
}

.c-inspection-check__head {
  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;
  height: 2.5em;
  margin-bottom: .75em;
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.c-inspection-check__list {
  text-align: left;
  font-size: 1.4rem;
}

.c-inspection-check__list li {
  position: relative;
  width: 100%;
  margin-top: .5em;
  padding-left: 1.2em;
  line-height: 1.6;
}

.c-inspection-check__list li:hover {
  text-decoration: none;
}

.c-inspection-check__list li:before {
  content: "\25cf";
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}

.c-inspection-check__list._2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.c-inspection-check__list._2col li {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .c-inspection-check__list._2col li {
    width: 100%;
  }
}

/* ============================================================= *

Showroom

* ============================================================= */
/* list */
.c-showroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 101.78571%;
  margin: -1.78571% -.89286%;
  padding-top: 1px;
}

.c-showroom-list__item {
  width: 33.33%;
  padding: 1.72414% .87719%;
}

.c-showroom-list__item:first-child:last-child {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-showroom-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .c-showroom-list__item {
    width: 88.23529%;
    margin: 0 auto;
  }
}

.c-showroom-list._type-navigation .c-showroom-list__item {
  width: 33.33333%;
}

@media screen and (max-width: 960px) {
  .c-showroom-list._type-navigation .c-showroom-list__item {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .c-showroom-list._type-navigation .c-showroom-list__item {
    width: 100%;
  }
}

.c-showroom-list._type-navigation .c-showroom-list__item:first-child {
  margin-left: auto;
}

.c-showroom-list._type-navigation .c-showroom-list__item:first-child:last-child {
  margin-right: auto;
}

.c-showroom-list._type-navigation .c-showroom-list__item:nth-child(2):last-child {
  margin-right: auto;
}

.c-showroom-list[data-intersection] .c-showroom-list__item {
  -webkit-perspective: 94.14348vw;
          perspective: 94.14348vw;
}

.c-showroom-list[data-intersection] .c-showroom-list__item > * {
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition:         transform .5s;
          transition:         transform .5s, -webkit-transform .5s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);

  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item > * {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(2) > * {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(3) > * {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(4) > * {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(5) > * {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(6) > * {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(7) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(8) > * {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(9) > * {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(10) > * {
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(11) > * {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(12) > * {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(13) > * {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(14) > * {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(15) > * {
  -webkit-transition-delay: 3.0s;
          transition-delay: 3.0s;
}

.c-showroom-list[data-intersection] .c-showroom-list__item {
  -webkit-perspective: 94.14348vw;
          perspective: 94.14348vw;
}

.c-showroom-list[data-intersection] .c-showroom-list__item > * {
  -webkit-transition: -webkit-transform .5s;
          transition: -webkit-transform .5s;
          transition:         transform .5s;
          transition:         transform .5s, -webkit-transform .5s;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);

  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item > * {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(2) > * {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(3) > * {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.c-showroom-list[data-intersecting=true] .c-showroom-list__item:nth-child(4) > * {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

/* card */
.c-showroom-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #3f3f3f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
  text-decoration: none;
}

.c-showroom-card._bg-white {
  background: #fff;
}

.c-showroom-card._bg-white:before {
  opacity: .05;
}

.c-showroom-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 67.27273%;
  display: block;
  width: 28.18182%;
  height: 0;
  padding-bottom: 31.45455%;
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-showroom-list__item:first-child .c-showroom-card:before {
  background-image: url(../img/number/01.png);
}

.c-showroom-list__item:nth-child(2) .c-showroom-card:before {
  background-image: url(../img/number/02.png);
}

.c-showroom-list__item:nth-child(3) .c-showroom-card:before {
  background-image: url(../img/number/03.png);
}

.c-showroom-list__item:nth-child(4) .c-showroom-card:before {
  background-image: url(../img/number/04.png);
}

.c-showroom-list__item:nth-child(5) .c-showroom-card:before {
  background-image: url(../img/number/05.png);
}

.c-showroom-list__item:nth-child(6) .c-showroom-card:before {
  background-image: url(../img/number/06.png);
}

.c-showroom-list__item:nth-child(7) .c-showroom-card:before {
  background-image: url(../img/number/07.png);
}

.c-showroom-list__item:nth-child(8) .c-showroom-card:before {
  background-image: url(../img/number/08.png);
}

.c-showroom-list__item:nth-child(9) .c-showroom-card:before {
  background-image: url(../img/number/09.png);
}

.c-showroom-list__item:nth-child(10) .c-showroom-card:before {
  background-image: url(../img/number/10.png);
}

.c-showroom-list__item:nth-child(11) .c-showroom-card:before {
  background-image: url(../img/number/11.png);
}

.c-showroom-list__item:nth-child(12) .c-showroom-card:before {
  background-image: url(../img/number/12.png);
}

.c-showroom-list__item:nth-child(13) .c-showroom-card:before {
  background-image: url(../img/number/13.png);
}

.c-showroom-list__item:nth-child(14) .c-showroom-card:before {
  background-image: url(../img/number/14.png);
}

.c-showroom-list__item:nth-child(15) .c-showroom-card:before {
  background-image: url(../img/number/15.png);
}

.c-showroom-card__image {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 560px) {
  .c-showroom-card__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.c-showroom-card__image > * {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.18182%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out;
}

.c-showroom-card:hover .c-showroom-card__image > * {
  opacity: .8;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

@media screen and (max-width: 560px) {
  .c-showroom-card__image > * {
    padding-top: 62.71186%;
  }
}

.c-showroom-card__contents {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 1.375em 7.27273% 3.125em;
}

.c-showroom-card__contents:after {
  content: "";
  position: absolute;
  right: 3.63636%;
  bottom: 2rem;
  display: block;
  width: 2.875em;
  height: .8125em;
  border-right: 1px solid #0066CB;
  border-bottom: 1px solid #0066CB;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.c-showroom-card__head {
  position: relative;
  display: inline-block;
  letter-spacing: .5em;
  font-size: 1.5em;
}

.c-showroom-card__head:before {
  content: "";
  position: absolute;
  top: -.91667em;
  left: 0;
  display: block;
  width: calc(100% - .5em);
  height: 2px;
  background: #0066CB;
}

.c-showroom-card__tel {
  margin-top: .625em;
}

.c-showroom-card__tel span {
  display: block;
  color: #0066CB;
  font-size: 1.75em;
  line-height: 1;
}

.c-showroom-card__data {
  /* -0.375emem for line-height offset */
  margin-top: 1.625em;
  margin-bottom: -.375em;
  text-align: right;
  font-size: .75em;
}

/* =============================================================

Modal

* ============================================================= */
.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100005;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-out, visibility .3s ease-out;
}

.l-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.l-modal__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 var(--inner-padding);
}

.l-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
}

.l-modal__contents {
  position: relative;
  z-index: 1;
  width: 800px;
  max-width: 100%;
  max-height: calc(90vh - 30px);
  padding: 20px;
  border-radius: var(--base-border-radius);
  border-radius: var(--base-border-radius);
  /* background: #fff; */
}

.l-modal__button {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.l-modal__button a {
  width: calc(100% / 2 - 10px);
  height: 8em;
  background: #0066CB;
  color: #fff;
}

.l-modal__button a:hover {
  background: #fff;
  color: #0066CB;
}

.l-modal__close {
  margin-top: 1em;
  outline: none;
  border: 0;
  border-radius: 0;
  background: none;
  color: #fff;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 560px) {
  .l-modal__button {
    flex-flow: column;
  }
  .l-modal__button a {
    width: 100%;
  }
}



/* ============================================================= *

Utility

* ============================================================= */
/* Media Query Setting
====================================== */
.u-tablet-block {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-tablet-block {
    display: block !important;
  }
}

.u-tablet-inline-block {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-tablet-inline-block {
    display: inline-block !important;
  }
}

.u-tablet-flex {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .u-tablet-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 960px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-mobile-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-block {
    display: block !important;
  }
}

.u-mobile-inline-block {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-inline-block {
    display: inline-block !important;
  }
}

.u-mobile-flex {
  display: none !important;
}

@media screen and (max-width: 560px) {
  .u-mobile-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 560px) {
  .u-mobile-none {
    display: none !important;
  }
}

/* text align
====================================== */
.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-center {
  text-align: 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;
}

/* position
====================================== */
.u-pos-static {
  position: static !important;
}

.u-pos-relative {
  position: relative !important;
}

.u-pos-absolute {
  position: absolute !important;
}

.u-pos-fixed {
  position: fixed !important;
}

/* clear
====================================== */
.u-clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

/* other
====================================== */
.u-strong {
  font-weight: bold !important;
}

.u-pointer {
  cursor: pointer;
}

.u-nowrap {
  white-space: nowrap;
}

.u-color-honda {
  color: #cc0000 !important;
}

.u-color-ciao {
  color: #0068b6 !important;
}

.u-color-mamoru {
  color: #8fc31f !important;
}

.u-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* ============================================================= *

lineup

* ============================================================= */
:root {
/* ボタン共通設定
============================== */
  --TPL-button-radius: 0px;
/* プライマリーボタン（重要ボタン：キーカラー）
============================== */
  --TPL-primary-button-background: #0066CB;
  --TPL-primary-button-background-hover: #0066CB;
  --header-height: 100px;
}

.LINEUP-TYPE-header {
  margin-top: 6rem;
}

.DEMOCAR-DETAIL__thumb-inner > li a.is-current::before {
  border: 2px solid #0066CB !important;
  background: color-mix(in srgb, #0066CB 40%, transparent) !important;

}