@charset "UTF-8";
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111;
  font-weight: 400;
  font-size: 3.4vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 12px;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.inline-block {
  display: inline-block !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.asterisk {
  font-size: 0.5em;
  vertical-align: 0.9em;
}

a:hover {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}

header {
  position: relative;
}
header div.header-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header div.header-img {
    width: 33%;
    max-width: 422px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
  }
}
header h1 {
  width: 76.4%;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

/*****/
a.fix-btn {
  width: 24%;
  position: fixed;
  right: 2%;
  bottom: 13%;
  z-index: 999;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    width: 160px;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  a.fix-btn {
    right: 50px;
    bottom: 40px;
  }
}
@media screen and (min-width: 1280px) {
  a.fix-btn {
    width: 195px;
    right: 60px;
  }
}
a.fix-btn.fix-btn-none {
  opacity: 0;
  pointer-events: none;
}

div.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  div.fixed-btn {
    width: calc((100% - 440px) / 2);
    position: fixed;
    left: 50%;
    transform: translate(210px, 0);
    top: 280px;
    background: none;
    z-index: 10;
    max-width: 223px;
  }
}
@media screen and (min-width: 1000px) {
  div.fixed-btn {
    width: 223px;
    transform: translate(calc(-50% + 350px), 0);
  }
}
div.fixed-btn ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  div.fixed-btn ul {
    display: block;
  }
}
div.fixed-btn ul li {
  width: 22.8%;
  margin-left: 1.6%;
}
@media screen and (min-width: 768px) {
  div.fixed-btn ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  body {
    background: #a6ebff;
  }
}

@media screen and (min-width: 768px) {
  div.pc-bg01 {
    position: fixed;
    top: 500px;
    width: 100vw;
    height: 130px;
    background-image: url(../myimg/lp/pc-bg01.png);
    background-size: 80px;
    background-repeat: repeat-x;
  }
}

@media screen and (min-width: 768px) {
  div.pc-bg02 {
    position: fixed;
    top: 326px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    max-width: 1360px;
  }
}

@media screen and (min-width: 768px) {
  div.pc-bg03 {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 110vw;
    max-width: 1360px;
  }
}

@media screen and (min-width: 768px) {
  .pc-nav {
    z-index: 3;
    position: fixed;
    top: 172px;
    right: 50%;
    transform: translate(-215px, 0);
    width: calc((100% - 470px) / 2);
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .pc-nav {
    width: 270px;
    left: 50%;
    transform: translate(calc(-50% - 370px), 0);
  }
}
@media screen and (min-width: 768px) {
  .pc-nav a.hd-logo {
    display: block;
    margin-bottom: 20px;
  }
  .pc-nav ul li {
    margin-bottom: 1.6em;
  }
  .pc-nav ul li a {
    display: block;
    padding-left: 1.6em;
    position: relative;
    font-size: 1.6vw;
    font-weight: 600;
    color: #111;
    letter-spacing: 0;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .pc-nav ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .pc-nav ul li a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.2em;
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    background: #fb661f;
  }
  .pc-nav p.used-txt {
    font-weight: bold;
    margin: 2em 0 1em;
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
  .pc-nav p.used-txt {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  div.cont-wrap {
    width: 375px;
    margin: auto;
    border: solid 6px #111;
    border-bottom: none;
    border-radius: 1em 1em 0 0;
    overflow: hidden;
    isolation: isolate;
    margin-top: 20px;
  }
}

div.hero-area {
  position: relative;
}
div.hero-area div.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*--------------------------ラインナップ--------------------------*/
section.sec-lineup {
  background: #6ab7ff;
}
section.sec-lineup div.sec-lineup-inner {
  padding: 5% 0 15%;
}
section.sec-lineup p.lineup-txt01 {
  width: 88%;
  margin: 0 auto 8%;
}
section.sec-lineup p.lineup-txt02 {
  width: 86%;
  margin: auto;
  text-align: justify;
  word-break: break-all;
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  line-height: 1.4em;
  box-sizing: border-box;
  margin-top: 5%;
}
section.sec-lineup .swiper-slide {
  cursor: pointer;
}
section.sec-lineup div.slider-thumbnail {
  width: 88%;
  margin: 0 auto 5%;
}
section.sec-lineup div.slider-thumbnail div.swiper-wrapper {
  width: 100% !important;
}
section.sec-lineup div.slider-thumbnail picture {
  display: block;
  width: 98%;
  margin-bottom: 5%;
  position: relative;
  z-index: 0;
  transition: all 0.3s;
}
section.sec-lineup div.slider-thumbnail picture::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  background: #708fc1;
  border-radius: 0.8em;
  z-index: -1;
  transition: all 0.3s;
}
section.sec-lineup div.slider-thumbnail .even picture {
  margin: 0 0 0 auto;
}
section.sec-lineup div.swiper-cont {
  width: 88%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 0 0 15%;
}
section.sec-lineup div.swiper-cont div.swiper-pagination span.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 1.7em;
  height: 1.7em;
  border: solid 0.3em #6ab7ff;
  box-sizing: border-box;
}
section.sec-lineup div.swiper-cont div.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffff00;
  border: solid 0.34em #111;
}

/*--------------------------おすすめ中古車--------------------------*/
section.sec-used {
  background-image: url(../myimg/base/used-bg02.png);
  background-position: top;
  background-size: cover;
  /*div.sec-bottom-area-bg*/
}
section.sec-used div.sec-used-inner {
  position: relative;
  padding: 10% 0 20%;
  overflow: hidden;
}
section.sec-used div.sec-used-inner div.recommendation-area {
  width: 88%;
  margin: auto;
  position: relative;
  z-index: 0;
}
section.sec-used div.sec-used-inner div.recommendation-area div.recommendation-img {
  padding: 5% 0 10%;
}
section.sec-used div.sec-used-inner div.us-station-area div.us-station-box-wrap {
  background: #fff;
  border-radius: 2em;
  position: relative;
  padding: 10% 0;
  width: 88%;
  margin: auto;
}
section.sec-used div.sec-used-inner div.us-station-area div.us-station-box-wrap h3 {
  display: block;
  background: #fff;
  padding: 0 0 7%;
}
section.sec-used div.sec-used-inner div.us-station-area div.us-station-box-wrap h3 span {
  display: block;
}
section.sec-used div.sec-used-inner div.us-station-area div.us-station-box-wrap div.us-station-txt {
  margin: auto;
  width: 82.4%;
}
section.sec-used div.sec-used-inner div.us-station-area a {
  display: block;
  text-align: center;
  background: #ec4c39;
  color: #fff;
  margin: auto;
  font-weight: 600;
  position: relative;
  width: 76.8%;
  padding: 4% 0;
  font-size: 1.6em;
  border-radius: 5em;
  margin-top: 10%;
  border: solid 0.16em #fff;
}
section.sec-used div.sec-used-inner div.us-station-area a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.92em;
  background: url("../myimg/base/us-station-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

/*section.sec-bottom-area*/
/*-------------------------- よくあるご質問 --------------------------*/
section.sec-qa {
  background: #77d2ff;
  padding: 5% 0 0;
}
section.sec-qa div.sec-qa-inner {
  width: 88%;
  margin: auto;
}
section.sec-qa div.sec-qa-inner h2 {
  width: 83%;
  margin: 0 auto 10%;
}
section.sec-qa div.sec-qa-inner h3 {
  padding-left: 1.6em;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 1em;
  position: relative;
}
section.sec-qa div.sec-qa-inner h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffff6b;
  width: 1em;
  height: 1em;
}
section.sec-qa div.sec-qa-inner ul {
  margin-bottom: 17%;
}
section.sec-qa div.sec-qa-inner ul li {
  margin-bottom: 7%;
}
section.sec-qa div.sec-qa-inner ul li dl {
  border: solid 0.4em #fff;
}
section.sec-qa div.sec-qa-inner ul li dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 9em;
  padding: 0 1em;
  cursor: pointer;
}
section.sec-qa div.sec-qa-inner ul li dt.active span.arrow {
  transform: rotate(0);
}
section.sec-qa div.sec-qa-inner ul li dt span {
  display: block;
}
section.sec-qa div.sec-qa-inner ul li dt span.txt01 {
  width: 24%;
}
section.sec-qa div.sec-qa-inner ul li dt span.txt02 {
  font-size: 1.54em;
  font-weight: 900;
  line-height: 1.4em;
  width: 57%;
}
section.sec-qa div.sec-qa-inner ul li dt span.arrow {
  width: 2.4em;
  transition: all 0.3s;
  transform: rotate(180deg);
}
section.sec-qa div.sec-qa-inner ul li dd {
  background: #fff;
  padding: 1em;
  font-size: 1.2em;
  text-align: justify;
  word-break: break-all;
}

/*-------------------------- 店舗 --------------------------*/
section.sec-tenpo {
  background: #72ede6;
  /*div.tenpo-list*/
}
section.sec-tenpo div.tenpo-list {
  padding: 10% 0;
  position: relative;
  z-index: 1;
}
section.sec-tenpo div.tenpo-list h3 {
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 10px;
  font-size: 1.8em;
  letter-spacing: 0.08em;
  padding: 3% 0;
  font-weight: 800;
  width: 88%;
  margin: auto;
  margin-bottom: 5%;
}
section.sec-tenpo div.tenpo-list ul.tenpo-list-ul {
  width: 88%;
  margin: auto;
}
section.sec-tenpo div.tenpo-list ul.tenpo-list-ul li.tenpo-list-li {
  margin-bottom: 5%;
  border-radius: 1em;
  overflow: hidden;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item {
  overflow: hidden;
  transition: all 0.3s;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item.active dt.tenpo-btn {
  color: #fff;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn {
  background: #fff;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::after, section.sec-tenpo div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::before {
  background: #003980;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item.active dt.tenpo-btn span.dl-inner span.plus-btn::after {
  transform: rotate(90deg) translate(-50%, 0%);
  top: 30%;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6% 0;
  transition: all 0.3s;
  color: #000;
  cursor: pointer;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span {
  display: block;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.dl-inner {
  width: 87%;
  margin: auto;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn.active {
  background: #003980;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.dl-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap h4 {
  font-size: 1.4em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.tenpo-txt-wrap p {
  line-height: 1.6em;
  margin-top: 3%;
  letter-spacing: 0.04em;
  font-weight: 500;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn {
  width: 2em;
  height: 2em;
  position: relative;
  transition: all 0.3s;
  background: #003980;
  border-radius: 10em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after, section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  transform-origin: center;
  transition: all 0.3s;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::after {
  width: 0.2em;
  height: 50%;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dt.tenpo-btn span.plus-btn::before {
  width: 50%;
  height: 0.2em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion {
  background: #fff;
  padding: 5% 0 8%;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion span {
  display: block;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.dl-inner {
  width: 86%;
  margin: auto;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion span.ul-wrap {
  display: block;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul {
  padding: 3% 0 2%;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul li {
  border-bottom: solid 1px #C2C2C2;
  font-weight: 500;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion ul li:last-child {
  border: none;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3% 0;
  font-size: 1.12em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl dt {
  color: #003980;
  width: 4.2em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion dl dd {
  width: calc(100% - 5.2em);
  line-height: 1.4em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn {
  display: block;
  text-align: center;
  color: #003980;
  border: solid 1px #003980;
  line-height: 1em;
  padding: 1.8% 0px 2.2%;
  font-size: 1.12em;
}
section.sec-tenpo div.tenpo-list dl.tenpo-item dd.tenpo-accordion a.map-btn span {
  position: relative;
  display: inline-block;
}

/*-------------------------- フッター --------------------------*/
footer {
  background: #FFF;
  padding: 10% 0 40% 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  footer {
    background: #FFF;
    padding: 60px 0 80px 0;
  }
}
footer p {
  width: 70.5%;
  max-width: 308px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer p {
    width: 70.5%;
    max-width: 308px;
    margin: 0 auto;
  }
}

/*footer*/
/*-------------------------- モーダル --------------------------*/
div.modaal-container {
  background: #fff;
  border: solid 5px #000;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  div.modaal-container {
    max-width: 330px;
    padding: 50px 0;
  }
}
div.modaal-container div.modal-inner {
  width: 85%;
  margin: auto;
}
div.modaal-container .modaal-close {
  top: 0;
  right: 0;
  background: #000;
  transform: translate(50%, -50%);
  border: none;
}
div.modaal-container .modaal-close::after, div.modaal-container .modaal-close::before {
  background: white;
}
div.modaal-container h3 {
  margin-bottom: 10%;
}
div.modaal-container h4 {
  text-align: center;
  border: solid 1px #111;
  border-radius: 50em;
  padding: 0.4em 0;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  div.modaal-container h4 {
    font-size: 18px;
  }
}
div.modaal-container div.modal-img01 {
  margin-bottom: 5%;
}
div.modaal-container p.modal-txt01 {
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  div.modaal-container p.modal-txt01 {
    font-size: 11px;
  }
}
div.modaal-container p.modal-txt02 {
  text-align: center;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  div.modaal-container p.modal-txt02 {
    font-size: 16px;
  }
}
div.modaal-container p.modal-txt02 .small {
  display: inline-block;
  font-size: 0.82em;
  line-height: 1.4em;
}
div.modaal-container .ast {
  font-size: 0.6em;
  vertical-align: 0.4em;
}
div.modaal-container div.modal-box01 {
  margin-bottom: 15%;
}
div.modaal-container div.modal-box01.mrnone {
  margin-bottom: 0;
}
div.modaal-container div.modal-box01 .mrb01 {
  margin-bottom: 10%;
}
div.modaal-container div.modal-box01 .mrb02 {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  div.modaal-container div.modal-box01 .mrb02 {
    margin-bottom: 0.6em;
  }
}
div.modaal-container div.modal-box01 .red {
  color: #ff0000;
}
div.modaal-container div.modal-box02 {
  padding-top: 5%;
  margin-top: 5%;
  border-top: solid 1px #111;
}/*# sourceMappingURL=style.css.map */