@charset "UTF-8";
/*!
foundation > reset
------------------------------
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

iframe {
  vertical-align: bottom;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #3E3A39;
  background-color: rgb(68, 68, 68);
  color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
}

.l-inner {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 120px;
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header__inner {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-top: 0;
  }
}
.l-header__nav {
  position: sticky;
  top: 0;
}
.l-header__logo {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    margin-bottom: 0;
  }
}
.l-header__logo-link {
  display: inline-block;
}
.l-header__logo-img {
  width: 182px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-img {
    width: calc(182px + -0.0823970037 * (767px - 100vw));
  }
}
@media screen and (max-width: 499px) {
  .l-header__logo-img {
    width: calc(160px + -0.16 * (500px - 100vw));
  }
}

.l-main {
  display: none;
}

.l-wrapper {
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
}

.c-title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 499px) {
  .c-title {
    font-size: calc(24px + -0.032 * (500px - 100vw));
  }
}

.c-title2 {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 1;
  position: relative;
}
.c-title2::after {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  height: 1px;
  background-color: #C9CACA;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .dealers .c-title2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 499px) {
  .dealers .c-title2 {
    font-size: 22px;
  }
}

.c-btn-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn-menu {
    position: absolute;
    z-index: 1001;
    display: grid;
    place-items: center;
    width: 33px;
    height: 24px;
    top: 59px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
  }
  .c-btn-menu.fixed {
    position: fixed;
    top: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.c-btn-menu__line {
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 4px;
  background-color: #3E3A39;
}
.c-btn-menu__line::before, .c-btn-menu__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 4px;
  background-color: inherit;
}
.c-btn-menu__line::before {
  top: -8px;
}
.c-btn-menu__line::after {
  bottom: -8px;
}
.c-btn-menu.is-active .c-btn-menu__line {
  background-color: transparent;
}
.c-btn-menu.is-active .c-btn-menu__line::before, .c-btn-menu.is-active .c-btn-menu__line::after {
  top: 0;
  background-color: #3E3A39;
}
.c-btn-menu.is-active .c-btn-menu__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-menu.is-active .c-btn-menu__line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100svh;
}
.p-mv::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 20;
}
.p-mv__opening {
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  background-color: #fff;
}
.p-mv__opening-img-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.p-mv__opening-img-wrapper.animate {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.p-mv__opening-img-wrapper.animate2 {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.p-mv__opening-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.p-mv__opening-img.animate {
  -webkit-transform: translate3d(0, 0%, 0);
          transform: translate3d(0, 0%, 0);
}
.p-mv__opening-img.animate2 {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.p-mv__opening-logo, .p-mv__logo {
  opacity: 0;
  position: absolute;
  z-index: 30;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(30px);
          transform: translate(-50%, -50%) translateY(30px);
  height: 65svh;
  will-change: transform, opacity;
}
.p-mv__opening-logo.animate, .p-mv__logo.animate {
  -webkit-animation: slideUp 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
          animation: slideUp 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
.p-mv__opening-logo {
  height: 45svh;
  -webkit-transform: translate(-50%, -50%) translateY(0px);
          transform: translate(-50%, -50%) translateY(0px);
}
.p-mv__opening-logo-img, .p-mv__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-mv__opening-loader {
  margin-top: 10px;
  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;
}
.p-mv__slide {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-mv__img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  will-change: clip-path, filter, transform;
}
.p-mv__slide:first-child .p-mv__img {
  -webkit-clip-path: inset(0 0 0 0%);
          clip-path: inset(0 0 0 0%);
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translateY(30px);
            transform: translate(-50%, -50%) translateY(30px); /* 初期位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); /* 最終位置は中央 */
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translateY(30px);
            transform: translate(-50%, -50%) translateY(30px); /* 初期位置 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) translateY(0);
            transform: translate(-50%, -50%) translateY(0); /* 最終位置は中央 */
  }
}
.p-global-nav {
  text-align: center;
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__inner {
  display: inline-block;
  padding-bottom: 22px;
  padding-left: 38px;
  padding-right: 38px;
  border-bottom: 1px solid #000;
  max-width: calc(100% - 60px);
}
.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
}
.p-global-nav__item {
  position: relative;
  line-height: 1;
}
.p-global-nav__item::before {
  position: absolute;
  content: "";
  width: 22.4px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
  right: -50px;
  background-color: #000;
}
.p-global-nav__item:last-child::before {
  display: none;
}
.p-global-nav__sub-list {
  position: absolute;
  z-index: 10;
  left: -16px;
  display: none;
  display: block;
  background-color: #f7f7f7;
  padding: 20px 24px 18px 16px;
  display: none;
}
.p-global-nav__sub-list.open {
  display: block;
}
.p-global-nav__sub-item {
  text-align: left;
}
.p-global-nav__sub-item + .p-global-nav__sub-item {
  margin-top: 18px;
}

.p-global-nav__item-link,
.p-global-nav__sub-item-link,
#dropdown {
  display: inline-block;
  position: relative;
}
.p-global-nav__item-link::after,
.p-global-nav__sub-item-link::after,
#dropdown::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #000;
}

@media (hover: hover) {
  .p-global-nav__item-link:hover::after,
  .p-global-nav__sub-item-link:hover::after,
  #dropdown:hover::after {
    width: 100%;
  }
}
.p-sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: block;
  visibility: hidden;
  width: 160px;
  height: 100%;
  -webkit-transition: visibility 0.3s, opacity 0.3s ease;
  transition: visibility 0.3s, opacity 0.3s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.88);
}
.p-sp-menu.is-show {
  visibility: visible;
  opacity: 1;
}
.p-sp-menu__inner {
  width: 100%;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 36px;
}
.p-sp-menu__item {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 47px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.p-sp-menu__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 21px;
  background-color: #9D9D9E;
  top: 26px;
  left: 4px;
}
.p-sp-menu__item:last-child {
  margin-bottom: 0;
}
.p-sp-menu__item:last-child::after {
  display: none;
}
.p-sp-menu__item--first {
  margin-bottom: 94px;
}
.p-sp-menu__item--first::after {
  height: 62px;
  top: 28px;
}
.p-sp-menu__sub-list {
  position: absolute;
  right: -20px;
  top: 34px;
}
.p-sp-menu__sub-item {
  position: relative;
}
.p-sp-menu__sub-item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #9D9D9E;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-sp-menu__sub-item + .p-sp-menu__sub-item {
  margin-top: 14px;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-orange {
  color: #ED6C00;
}/*# sourceMappingURL=style.css.map */