.sp {
  display: none !important; }

body {
  position: relative;
  line-height: 1.6em;
  font-size: 16px;
  color: #1a1a1a; }
  body > div {
    position: absolute;
    top: 0;
    left: 88px;
    width: calc(100% - 88px); }
    body > div > * {
      width: 100%; }
    body > div article > section {
      padding: 16px; }
      body > div article > section.stage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 360px;
        color: #fff;
        font-size: 1.6em;
        position: relative; }
        body > div article > section.stage h1 {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          padding: 16px 32px 16px 48px;
          background-color: rgba(13, 13, 13, 0.77); }
      body > div article > section h2 {
        border-top: 5px solid #525252;
        padding: 4px 0;
        width: 120px;
        text-align: center; }
      body > div article > section > ul.breadcrumbs {
        width: 100%;
        font-size: .9em;
        color: #525252; }
        body > div article > section > ul.breadcrumbs li {
          display: inline-block;
          padding-right: 16px; }
          body > div article > section > ul.breadcrumbs li::before {
            content: ">";
            display: inline-block;
            margin-right: 1em; }
          body > div article > section > ul.breadcrumbs li:last-child {
            color: #1a1a1a; }
          body > div article > section > ul.breadcrumbs li:first-child::before {
            content: "";
            margin-right: 0; }
          body > div article > section > ul.breadcrumbs li a {
            display: inline-block;
            color: #525252; }
            body > div article > section > ul.breadcrumbs li a:hover {
              text-decoration: underline; }
      body > div article > section.contentGuider h2 {
        width: 200px;
        border-top: 0;
        border-left: 5px solid #525252; }
      body > div article > section.contentGuider ul {
        margin: 48px 0; }
  body a {
    text-decoration: none;
    color: #1a1a1a; }

@media screen and (max-width: 479px) {
  .sp {
    display: inline-block !important; }
  .pc {
    display: none; }
  body > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; }
    body > div > * {
      width: 100%; } }

body {
  position: relative; }
  body header {
    position: fixed;
    width: 88px;
    height: 100vh;
    top: 0;
    left: 0;
    border-right: 1px solid #d5d5d5;
    z-index: 9999; }
    body header #menuBtn,
    body header #callBtn {
      display: none; }
    body header > div {
      width: 100%;
      height: 120px;
      padding-top: 48px; }
      body header > div > a {
        width: 100%; }
        body header > div > a h1 {
          width: 100%; }
          body header > div > a h1 img {
            width: 80%;
            margin: 0 10%; }
    body header nav ul li a,
    body header #secondNav ul li a {
      line-height: 33px; }
      body header nav ul li a span,
      body header #secondNav ul li a span {
        display: block;
        width: 29px;
        height: 29px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 4px; }
        body header nav ul li a span.newCar,
        body header #secondNav ul li a span.newCar {
          background-image: url(./../img/newCar.png); }
        body header nav ul li a span.testDrive,
        body header #secondNav ul li a span.testDrive {
          background-image: url(./../img/tryCar.png); }
        body header nav ul li a span.news,
        body header #secondNav ul li a span.news {
          background-image: url(./../img/news.png); }
        body header nav ul li a span.afterService,
        body header #secondNav ul li a span.afterService {
          background-image: url(./../img/afterService.png); }
        body header nav ul li a span.purchase,
        body header #secondNav ul li a span.purchase {
          background-image: url(./../img/loan.png); }
        body header nav ul li a span.company,
        body header #secondNav ul li a span.company {
          background-image: url(./../img/company.png); }
        body header nav ul li a span.contact,
        body header #secondNav ul li a span.contact {
          background-image: url(./../img/contact.png); }
    body header nav ul {
      width: 100%;
      height: 100%;
      list-style: none; }
      body header nav ul li {
        width: 100%;
        height: 88px;
        border-bottom: 1px solid #d5d5d5;
        text-align: center; }
        body header nav ul li.hide {
          display: none; }
        body header nav ul li:first-child {
          border-top: 1px solid #d5d5d5; }
        body header nav ul li a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: .9em;
          line-height: 1.1em;
          padding: 16px 0; }
          body header nav ul li a:hover {
            background-color: #343434;
            color: #fff; }
          body header nav ul li a span {
            margin: 0 29px 4px; }
          body header nav ul li a div {
            width: 100%;
            padding: 0 8px; }
        body header nav ul li:last-child {
          cursor: pointer;
          border-bottom: 0;
          padding: 16px 0; }
          body header nav ul li:last-child span {
            display: block;
            width: 29px;
            height: 29px;
            margin: 0 29px;
            background-image: url(./../img/others.png);
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat; }
    body header #secondNav {
      width: 240px;
      height: 100vh;
      position: absolute;
      top: 0;
      left: -240px;
      background-color: #fff;
      z-index: 9997; }
      body header #secondNav.active {
        left: 88px; }
      body header #secondNav ul {
        padding: 0 16px; }
        body header #secondNav ul li {
          padding: 16px 0;
          border-bottom: 1px solid #d5d5d5; }
          body header #secondNav ul li.hide {
            display: none; }
          body header #secondNav ul li a {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: flex-start; }
            body header #secondNav ul li a span {
              margin-right: 16px; }

@media screen and (max-width: 479px) {
  body header {
    border-right: 0;
    height: inherit;
    width: 100vw;
    height: 50px; }
    body header nav {
      display: none; }
    body header #secondNav {
      width: 100vw;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: .3s linear;
      transform: scale(0.2); }
      body header #secondNav.active {
        opacity: 1;
        left: 0;
        visibility: visible;
        transform: scale(1); }
      body header #secondNav ul {
        width: 100%;
        height: 100%;
        padding-top: 110px;
        overflow-y: scroll; }
    body header #menuBtn,
    body header #callBtn {
      display: block;
      width: 80px;
      height: 80px;
      position: absolute;
      border-radius: 50%;
      text-align: center;
      line-height: 80px;
      z-index: 99999;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    body header #menuBtn {
      left: 16px;
      top: 16px;
      background-color: rgba(251, 157, 247, 0.5);
      position: relative;
      padding: 20px;
      overflow: hidden; }
      body header #menuBtn > span {
        position: absolute;
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #d5d5d5;
        position: absolute;
        left: 20px;
        opacity: 1;
        transition: all .3s ease;
        border-radius: 2px; }
        body header #menuBtn > span:nth-of-type(1) {
          top: 20px; }
        body header #menuBtn > span:nth-of-type(2) {
          top: 40px; }
        body header #menuBtn > span:nth-of-type(3) {
          bottom: 20px; }
      body header #menuBtn.active span {
        background-color: #1a1a1a; }
        body header #menuBtn.active span:nth-of-type(1) {
          transform: translateY(20px) rotate(-45deg); }
        body header #menuBtn.active span:nth-child(2) {
          opacity: 0; }
        body header #menuBtn.active span:nth-of-type(3) {
          transform: translateY(-20px) rotate(45deg); }
    body header #callBtn {
      right: 16px;
      bottom: calc(-100vh + 50px + 16px);
      background-image: url(/img/call.png);
      background-color: rgba(164, 255, 176, 0.5);
      background-size: 50%; }
    body header div {
      padding: 0; }
      body header div:first-child {
        width: 110px;
        height: inherit;
        position: absolute;
        top: 16px;
        right: 16px; }
        body header div:first-child a h1 img {
          width: 110px;
          margin: 0; } }

body > div footer section.sns {
  width: 100%;
  background-color: #efefef;
  padding: 48px 0; }
  body > div footer section.sns > div {
    width: 100%;
    text-align: center;
    margin: 0 0 16px 0; }
  body > div footer section.sns ul {
    width: 100%;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5; }
    body > div footer section.sns ul li {
      width: 144px; }
      body > div footer section.sns ul li:last-child a {
        background-color: #d5d5d5;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 88px; }
      body > div footer section.sns ul li:first-child a {
        background-color: #1da1f2; }
      body > div footer section.sns ul li:nth-child(2) a {
        background-color: red; }
      body > div footer section.sns ul li:nth-child(3) a {
        background-color: #dc2e7b; }
      body > div footer section.sns ul li:nth-child(4) a {
        background-color: #76dd2e; }
      body > div footer section.sns ul li a {
        display: block;
        height: 88px;
        overflow: hidden;
        text-align: center; }
        body > div footer section.sns ul li a img {
          height: 88px; }

body > div footer section.footerContents {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  body > div footer section.footerContents > * {
    margin: 48px 32px; }
  body > div footer section.footerContents div.infornamtion address {
    font-size: .7em;
    line-height: 1.5em;
    margin: 16px 0 8px; }
  body > div footer section.footerContents div.infornamtion ul {
    font-size: .75em;
    margin-bottom: 16px; }
    body > div footer section.footerContents div.infornamtion ul li {
      line-height: 1.6em; }
  body > div footer section.footerContents div.infornamtion > a.map {
    display: block;
    width: 100%;
    height: 100px;
    background-position: center;
    background-image: url(/img/footerMap.jpg);
    background-size: cover; }
  body > div footer section.footerContents div.footerSNS ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    body > div footer section.footerContents div.footerSNS ul li {
      margin-right: 16px;
      background-color: #282828; }
      body > div footer section.footerContents div.footerSNS ul li a {
        width: 44px;
        height: 44px;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat; }
      body > div footer section.footerContents div.footerSNS ul li:first-child a {
        background-image: url(./../img/twitter_wo.png); }
      body > div footer section.footerContents div.footerSNS ul li:nth-child(2) a {
        background-image: url(./../img/yt_mono.png); }
      body > div footer section.footerContents div.footerSNS ul li:nth-child(3) a {
        background-image: url(./../img/insta.png); }
      body > div footer section.footerContents div.footerSNS ul li:nth-child(4) a {
        background-image: url(./..//img/blog.png); }
      body > div footer section.footerContents div.footerSNS ul li:last-child {
        margin-right: 0;
        text-align: center; }
        body > div footer section.footerContents div.footerSNS ul li:last-child a {
          color: #fff;
          line-height: 44px; }

body > div footer ul.footerMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: .7em; }
  body > div footer ul.footerMenu li a {
    display: inline; }
  body > div footer ul.footerMenu li::after {
    content: "/";
    margin: 0 8px; }
  body > div footer ul.footerMenu li:last-child::after {
    content: "";
    margin-right: 0; }

body > div footer copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: .5em; }

@media screen and (max-width: 479px) {
  body > div footer section.sns ul li {
    width: calc(100vw / 4); }
  body > div footer section.footerContents > * {
    width: 100%; }
  body > div footer section.footerContents .calender iframe {
    width: 100%; }
  body > div footer .footerMenu {
    justify-content: center !important;
    margin-bottom: 80px; } }

.sp {
  display: none !important; }

body {
  position: relative;
  line-height: 1.6em;
  font-size: 16px;
  color: #1a1a1a; }
  body > div {
    position: absolute;
    top: 0;
    left: 88px;
    width: calc(100% - 88px); }
    body > div > * {
      width: 100%; }
    body > div article > section {
      padding: 16px; }
      body > div article > section.stage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 360px;
        color: #fff;
        font-size: 1.6em;
        position: relative; }
        body > div article > section.stage h1 {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          padding: 16px 32px 16px 48px;
          background-color: rgba(13, 13, 13, 0.77); }
      body > div article > section h2 {
        border-top: 5px solid #525252;
        padding: 4px 0;
        width: 120px;
        text-align: center; }
      body > div article > section > ul.breadcrumbs {
        width: 100%;
        font-size: .9em;
        color: #525252; }
        body > div article > section > ul.breadcrumbs li {
          display: inline-block;
          padding-right: 16px; }
          body > div article > section > ul.breadcrumbs li::before {
            content: ">";
            display: inline-block;
            margin-right: 1em; }
          body > div article > section > ul.breadcrumbs li:last-child {
            color: #1a1a1a; }
          body > div article > section > ul.breadcrumbs li:first-child::before {
            content: "";
            margin-right: 0; }
          body > div article > section > ul.breadcrumbs li a {
            display: inline-block;
            color: #525252; }
            body > div article > section > ul.breadcrumbs li a:hover {
              text-decoration: underline; }
      body > div article > section.contentGuider h2 {
        width: 200px;
        border-top: 0;
        border-left: 5px solid #525252; }
      body > div article > section.contentGuider ul {
        margin: 48px 0; }
  body a {
    text-decoration: none;
    color: #1a1a1a; }

@media screen and (max-width: 479px) {
  .sp {
    display: inline-block !important; }
  .pc {
    display: none; }
  body > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; }
    body > div > * {
      width: 100%; } }

.sp {
  display: none !important; }

body {
  position: relative;
  line-height: 1.6em;
  font-size: 16px;
  color: #1a1a1a; }
  body > div {
    position: absolute;
    top: 0;
    left: 88px;
    width: calc(100% - 88px); }
    body > div > * {
      width: 100%; }
    body > div article > section {
      padding: 16px; }
      body > div article > section.stage {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 360px;
        color: #fff;
        font-size: 1.6em;
        position: relative; }
        body > div article > section.stage h1 {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%);
          padding: 16px 32px 16px 48px;
          background-color: rgba(13, 13, 13, 0.77); }
      body > div article > section h2 {
        border-top: 5px solid #525252;
        padding: 4px 0;
        width: 120px;
        text-align: center; }
      body > div article > section > ul.breadcrumbs {
        width: 100%;
        font-size: .9em;
        color: #525252; }
        body > div article > section > ul.breadcrumbs li {
          display: inline-block;
          padding-right: 16px; }
          body > div article > section > ul.breadcrumbs li::before {
            content: ">";
            display: inline-block;
            margin-right: 1em; }
          body > div article > section > ul.breadcrumbs li:last-child {
            color: #1a1a1a; }
          body > div article > section > ul.breadcrumbs li:first-child::before {
            content: "";
            margin-right: 0; }
          body > div article > section > ul.breadcrumbs li a {
            display: inline-block;
            color: #525252; }
            body > div article > section > ul.breadcrumbs li a:hover {
              text-decoration: underline; }
      body > div article > section.contentGuider h2 {
        width: 200px;
        border-top: 0;
        border-left: 5px solid #525252; }
      body > div article > section.contentGuider ul {
        margin: 48px 0; }
  body a {
    text-decoration: none;
    color: #1a1a1a; }

@media screen and (max-width: 479px) {
  .sp {
    display: inline-block !important; }
  .pc {
    display: none; }
  body > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; }
    body > div > * {
      width: 100%; } }

body > div article > section {
  max-width: 1080px;
  margin: 0 auto; }
  body > div article > section.stage {
    max-width: 100%; }
  body > div article > section.contentIndex > div {
    margin: 48px 0; }
  body > div article > section.contentIndex a.contentList {
    width: 100%;
    height: 320px;
    border: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    body > div article > section.contentIndex a.contentList div {
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
      body > div article > section.contentIndex a.contentList div h3 {
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 2em;
        color: #fff; }
      body > div article > section.contentIndex a.contentList div p {
        position: absolute;
        left: 16px;
        bottom: 48px; }
  body > div article > section.contentIndex a.carCare {
    background-image: url(./../img/carCare_top.jpg); }
  body > div article > section.contentIndex a.maintenance {
    background-image: url(./../img/maintenance_top.jpg); }
  body > div article > section.contentIndex a.inspection {
    background-image: url(./../img/inspection_top.jpg); }
  body > div article > section.contentIndex a:not(:nth-child(2)) {
    margin-top: 0; }
  body > div article > section.contentGuider.carSupport ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    body > div article > section.contentGuider.carSupport ul li {
      width: calc(20% - 16px);
      margin-right: 16px; }
      body > div article > section.contentGuider.carSupport ul li a {
        display: block;
        text-align: center;
        border-radius: 1ex;
        border: 1px solid #d5d5d5; }
        body > div article > section.contentGuider.carSupport ul li a span {
          display: block;
          width: 44px;
          height: 44px;
          background-position: center;
          background-size: contain;
          margin: 32px auto; }
          body > div article > section.contentGuider.carSupport ul li a span.demo {
            background-image: url(/img/tryCar.png); }
          body > div article > section.contentGuider.carSupport ul li a span.new {
            background-image: url(/img/newCar.png); }
          body > div article > section.contentGuider.carSupport ul li a span.contactUs {
            background-image: url(/img/contact.png); }
          body > div article > section.contentGuider.carSupport ul li a span.support {
            background-image: url(./../img/loan.png); }
          body > div article > section.contentGuider.carSupport ul li a span.afterService {
            background-image: url(./../img/afterService.png); }
        body > div article > section.contentGuider.carSupport ul li a div {
          margin: 16px 0; }

@media screen and (max-width: 479px) {
  body > div article > section.contentIndex .contentList {
    width: 100%; }
    body > div article > section.contentIndex .contentList div h3 {
      font-size: 1.5em !important;
      width: calc(100% - 32px);
      top: 50% !important;
      transform: translate3d(0, -50%, 0); }
  body > div article > section.contentGuider.carSupport ul li {
    width: 100%;
    margin-bottom: 32px; } }

body > div article > section.supportPage {
  background-image: url(./../img/support_top.jpg); }

body > div article > section h2 {
  width: 160px; }

body > div article > section.contentIndex ul.insurance {
  margin: 32px 0 48px; }
  body > div article > section.contentIndex ul.insurance li {
    list-style: disc;
    display: list-item;
    margin-left: 1em; }
    body > div article > section.contentIndex ul.insurance li a:hover {
      color: #cbd928;
      text-decoration: underline; }

body > div article > section.contentIndex > section {
  margin: 48px 0; }
  body > div article > section.contentIndex > section h3 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 48px; }
  body > div article > section.contentIndex > section .catchTxt {
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
    font-weight: bolder; }
  body > div article > section.contentIndex > section p {
    margin: 0 auto;
    margin-bottom: 32px;
    font-size: .9em;
    width: 80%; }
  body > div article > section.contentIndex > section h4 {
    margin-bottom: 32px;
    text-align: center; }
  body > div article > section.contentIndex > section > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    body > div article > section.contentIndex > section > ul li {
      position: relative;
      border: 2px solid #d5d5d5;
      text-align: center;
      width: calc(33.333% - 16px * 2 - 2px);
      margin-right: 16px;
      padding: 16px; }
      body > div article > section.contentIndex > section > ul li:last-child {
        margin-right: 0; }
      body > div article > section.contentIndex > section > ul li > div {
        position: absolute;
        background-color: #fff;
        top: 0;
        left: 50%;
        transform: translate3d(-50%, -50% 0) !important;
        transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        padding: 0 16px; }
  body > div article > section.contentIndex > section > div {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 48px; }
    body > div article > section.contentIndex > section > div img {
      width: 60%;
      display: block;
      margin: 0 auto; }

@media screen and (max-width: 479px) {
  body > div article > section.supportPage {
    background-position: 35% 0; }
  body > div article > section.contentIndex > div > * {
    float: none;
    width: 100% !important; }
  body > div article > section.contentIndex > div div {
    margin: 0;
    padding: 0; }
    body > div article > section.contentIndex > div div a {
      margin-top: 16px; }
  body > div article > section.contentIndex p {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 32px !important; }
  body > div article > section.contentIndex ul li {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 32px !important; }
  body > div article > section.contentIndex div img {
    width: 100% !important; } }

