@charset "UTF-8";
html {
  background-color: #fff;
  color: #727171;
  font-family: "小塚ゴシック Pr6N", sans-serif;
  font-weight: bold;
  line-height: 1.8;
}

img {
  width: 100%;
}

.unscroll {
  overflow: hidden;
}

.image-pc {
  display: none;
}

.header {
  background-color: #000;
  height: 40px;
  line-height: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-inner {
  display: flex;
  align-items: center;
  height: 40px;
}
.header-logo {
  color: #fff;
  flex-shrink: 0;
  margin-left: -16px;
  width: 300px;
}
.header-tel {
  flex-shrink: 0;
  width: 86px;
}
.header-button {
  display: flex;
}
.header-button div {
  margin: 0 8px;
}
.header-button div a {
  background-color: #ff0;
  border-radius: 999px;
  color: #000;
  display: block;
  font-size: 10px;
  padding: 8px 16px;
}
.header-button:hover {
  opacity: 0.8;
}
.header-nav-pc {
  display: none;
}

.menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}
.menu-inner {
  background-color: rgba(0, 0, 0, 0.6);
  height: calc(100vh - 40px);
  margin: 40px 0 0;
  padding: 8px 20px;
  width: 100vw;
}
.menu-logo {
  margin: 0 auto 40px;
  width: 200px;
}
.menu-list ul li {
  margin: 0 0 8px;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-button {
  z-index: 11;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-button span {
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  transition: all 0.3s linear;
}
.menu-button span::before {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  top: -8px;
  transition: all 0.3s linear;
}
.menu-button span::after {
  content: "";
  background-color: #fff;
  height: 2px;
  width: 20px;
  position: absolute;
  top: 8px;
  transition: all 0.3s linear;
}
.menu-button.is-close span {
  background-color: #000;
}
.menu-button.is-close span::before {
  background-color: #fff;
  top: 0px;
  transform: rotate(45deg);
}
.menu-button.is-close span::after {
  background-color: #fff;
  top: 0px;
  transform: rotate(-45deg);
}

main {
  padding: 40px 0 0;
}

.mv-bg {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: -1;
}
.mv-bg-image {
  height: calc(100vh - 40px);
  -o-object-fit: cover;
     object-fit: cover;
}

.contents {
  padding: 0 28px;
}
.contents-title {
  margin: 9px auto 6px;
}

.top-menu {
  margin: 0 0 25px;
}
.top-menu-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 6px;
}
.top-menu-button-row2 {
  border-radius: 8px;
  flex-shrink: 0;
  margin: 0 4px 0 0;
  width: calc(50% - 2px);
}
.top-menu-button-row2:last-child {
  margin: 0;
}
.top-menu-button-row3 {
  border-radius: 8px;
  flex-shrink: 0;
  margin: 0 4px 0 0;
  width: calc((100% - 8px) / 3);
}
.top-menu-button-row3:last-child {
  margin: 0;
}

.event-button {
  background-color: #3F9FE8;
}
.event-button a {
  transition: all 0.3s;
}
.event-button a:hover {
  opacity: 0.7;
}
.event-blog {
  border-radius: 8px;
}

.inner-4 {
  padding: 0 4px;
}

.inner-10 {
  padding: 0 10px;
}

.inner-20 {
  padding: 0 20px;
}

.mb-10 {
  margin: 0 0 10px;
}

.mb-16 {
  margin: 0 0 16px;
}

.mb-22 {
  margin: 0 0 22px;
}

.mb-32 {
  margin: 0 0 32px;
}

#freed {
  background-color: #fff;
}

.rakumaru {
  margin-inline: auto;
  max-width: 670px;
  position: relative;
  animation-duration: 0.1s;
  animation-timing-function: linear;
}
.rakumaru span {
  display: block;
  height: 20px;
  position: absolute;
  right: 7%;
  bottom: 31%;
  width: 20px;
  transition: all 0.3s linear;
}
.rakumaru span::before, .rakumaru span::after {
  border-radius: calc(infinity * 1px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #000;
  transition: all 0.3s linear;
}
.rakumaru span::before {
  transform: translate(-7px, -50%) rotate(-45deg);
}
.rakumaru span::after {
  transform: translate(6px, -50%) rotate(45deg);
}
.rakumaru-open {
  display: none;
  margin-inline: auto;
  max-width: 670px;
  padding: 16px 0 0;
}
.rakumaru-active span::before {
  height: 35px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.rakumaru-active span::after {
  height: 35px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.shopinfo {
  background-color: #454545;
  border-radius: 8px;
  margin-inline: auto;
  max-width: 750px;
}
.shopinfo-title {
  position: relative;
}
.shopinfo-title span {
  display: block;
  height: 20px;
  margin-inline: auto;
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  width: 20px;
  transition: all 0.3s linear;
}
.shopinfo-title span::before, .shopinfo-title span::after {
  border-radius: calc(infinity * 1px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #fff;
  transition: all 0.3s linear;
}
.shopinfo-title span::before {
  transform: translate(-7px, -50%) rotate(-45deg);
}
.shopinfo-title span::after {
  transform: translate(6px, -50%) rotate(45deg);
}
.shopinfo-title-active span::before {
  height: 35px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.shopinfo-title-active span::after {
  height: 35px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.shopinfo-open {
  background-color: #454545;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 16px;
}
.shopinfo-open > div {
  margin: 0 0 6px;
}
.shopinfo-open a {
  transition: all 0.3s;
}
.shopinfo-open a:hover {
  opacity: 0.4;
}

.box {
  background-color: #fff;
  border-radius: 8px;
  margin: 0 0 16px;
  padding: 15px 13px;
  width: 100%;
}
.box-title span {
  display: block;
  height: 20px;
  margin: 16px auto;
  position: relative;
  width: 20px;
  transition: all 0.3s linear;
}
.box-title span::before, .box-title span::after {
  border-radius: calc(infinity * 1px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #000;
  transition: all 0.3s linear;
}
.box-title span::before {
  transform: translate(-7px, -50%) rotate(-45deg);
}
.box-title span::after {
  transform: translate(6px, -50%) rotate(45deg);
}
.box-title-active span::before {
  height: 35px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.box-title-active span::after {
  height: 35px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.box-open {
  display: none;
}
.box-rakumaru {
  border: 2px solid #00B300;
}
.box-zankure {
  border: 2px solid #008BD5;
}
.box-bariho {
  border: 2px solid #F08C00;
}

.nvan-head {
  background-color: #fff;
}
.nvan-body {
  background-color: #2F6DB6;
  padding: 0 0 32px;
}

#vezel {
  background-color: #fff;
  padding: 0 0 32px;
}

.wrv {
  background-color: #F4F2E6;
  padding: 0 0 32px;
}

.nbox {
  background-color: #fff;
  padding: 0 0 32px;
}

.credit {
  background-color: #F5FFEE;
  padding: 0 0 32px;
}

.usedcar {
  background-color: #fff;
  padding: 24px 20px 40px;
}
.usedcar a {
  transition: all 0.3s;
}
.usedcar a:hover {
  opacity: 0.7;
}

.maintenance {
  background-color: #E5F2F9;
}

.line {
  background-color: #F2FCDD;
  padding: 0 0 32px;
}
.line a {
  transition: all 0.3s;
}
.line a:hover {
  opacity: 0.7;
}

.youtube {
  background-color: #fff;
  padding: 32px 0 84px;
}
.youtube-movie {
  padding: 0 50px;
  width: 100%;
}
.youtube-button a {
  transition: all 0.3s;
}
.youtube-button a:hover {
  opacity: 0.7;
}

.instagram {
  background-color: #FFF7FB;
  padding: 0 0 86px;
}
.instagram a {
  transition: all 0.3s;
}
.instagram a:hover {
  opacity: 0.7;
}

.footer {
  background-color: #000;
  padding: 56px 20px 120px;
}

.button-top {
  position: fixed;
  right: 13px;
  bottom: 17px;
  width: 40px;
}

.fade {
  animation-name: fadeUpAnime;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadetrig {
  opacity: 0;
}

.dl04 {
  animation-delay: 0.4s;
}

.dl06 {
  animation-delay: 0.6s;
}

.reflection {
  display: block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3.5s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .image-sp {
    display: none;
  }
  .image-pc {
    display: block;
  }
  .wide {
    margin-inline: auto;
    width: 750px;
  }
  .wide-pc {
    margin-inline: auto;
    max-width: 1280px;
  }
  .header {
    height: 90px;
  }
  .header-inner {
    height: 90px;
  }
  .header-logo {
    margin: 0 auto;
    width: 650px;
  }
  .header-logo img {
    margin-left: -32px;
  }
  .menu-button {
    height: 90px;
    width: 90px;
  }
  .menu-inner {
    height: calc(100vh - 90px);
    margin: 90px 0 0 auto;
    padding: 32px;
    width: 400px;
  }
  main {
    padding: 90px 0 0;
  }
  .mv-bg {
    top: 90px;
  }
  .mv-bg-image {
    height: calc(100vh - 90px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-menu a {
    background-color: #fff;
    display: block;
  }
  .top-menu a img {
    transition: all 0.3s;
  }
  .top-menu a:hover img {
    opacity: 0.65;
  }
  .top-menu-button-row2 {
    border-radius: 17px;
  }
  .top-menu-button-row3 {
    border-radius: 17px;
  }
  .freed-air {
    margin-top: -160px;
  }
  .freed-crosstar {
    margin-top: -180px;
  }
  .rakumaru span {
    bottom: 42%;
  }
  .vezel-inner {
    margin-top: -15%;
  }
  .vezel-inner-l {
    margin-top: -23%;
  }
  .usedcar-inner {
    margin-inline: auto;
    width: 710px;
  }
  .footer {
    padding: 96px 0 121px;
  }
  .footer-text {
    margin-inline: auto;
    width: 602px;
  }
  .button-top {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1280px) {
  .vezel-inner-l {
    margin-top: -310px;
  }
  .vezel-inner {
    margin-top: -220px;
  }
}/*# sourceMappingURL=style.css.map */