/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
@font-face {
  font-family: "Nissan Brand";
  src: url("../fonts/NissanBrand-Bold.eot");
  src: url("../fonts/NissanBrand-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NissanBrand-Bold.woff2") format("woff2"), url("../fonts/NissanBrand-Bold.woff") format("woff"), url("../fonts/NissanBrand-Bold.ttf") format("truetype"), url("../fonts/NissanBrand-Bold.svg#NissanBrand-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nissan Brand";
  src: url("../fonts/NissanBrand-Regular.eot");
  src: url("../fonts/NissanBrand-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NissanBrand-Regular.woff2") format("woff2"), url("../fonts/NissanBrand-Regular.woff") format("woff"), url("../fonts/NissanBrand-Regular.ttf") format("truetype"), url("../fonts/NissanBrand-Regular.svg#NissanBrand-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  overflow-x: hidden;
}

.font-nissan {
  font-family: "Nissan Brand", sans-serif !important;
}
.font-nissan.--bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 769px) and (hover: hover) {
  .trans:hover {
    opacity: 0.8;
  }
}

@media (min-width: 769px) {
  .inner {
    max-width: 100%;
    width: 100vw;
    margin-inline: auto;
  }
}

.gn_footer_wrapper {
  background-color: #1a1a1a;
}

.float-btn {
  position: fixed;
  right: 0;
  z-index: 100;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .float-btn {
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
}
@media (max-width: 768px) {
  .float-btn {
    bottom: 0;
    left: 0;
    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;
  }
}
.float-btn__item {
  -webkit-box-shadow: 0 0 0.6666666667vw 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.6666666667vw 0 rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
  background-color: rgba(253, 235, 217, 0.9);
  backdrop-filter: blur(0.3333333333vw);
  overflow: hidden;
}
@media (min-width: 769px) {
  .float-btn__item {
    border-radius: min(15px, 1vw) 0 0 min(15px, 1vw);
    width: min(74px, 4.9333333333vw);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .float-btn__item:hover {
    background-color: rgba(233, 110, 39, 0.9);
  }
  .float-btn__item:hover i:before, .float-btn__item:hover i:after {
    background-image: url("../images/float_navi_arr-hov.webp");
  }
}
@media (max-width: 768px) {
  .float-btn__item {
    height: 13.3333333333vw;
    border-radius: 3.2vw 3.2vw 0 0;
    -webkit-box-shadow: 0 0 1.0666666667vw 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 1.0666666667vw 0 rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2vw);
  }
}
.float-btn__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1vw 0 0 1vw;
}
@media (min-width: 769px) {
  .float-btn__item:before {
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}
@media (max-width: 768px) {
  .float-btn__item:before {
    border-radius: 3.2vw 3.2vw 0 0;
  }
}
@media (min-width: 769px) {
  .float-btn__item:not(:last-child) {
    margin-bottom: min(20px, 1.3333333333vw);
  }
}
@media (max-width: 768px) {
  .float-btn__item:not(:last-child) {
    margin-right: 2.4vw;
  }
}
.float-btn__item i {
  position: absolute;
  right: 0;
  width: min(16px, 1.0666666667vw);
  height: min(13px, 0.8666666667vw);
}
@media (min-width: 769px) {
  .float-btn__item i {
    bottom: min(17px, 1.1333333333vw);
    left: 0;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .float-btn__item i {
    width: 3.2vw;
    height: 2.6666666667vw;
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.6666666667vw;
  }
}
.float-btn__item i:before, .float-btn__item i:after {
  content: "";
  position: absolute;
  top: 0;
  width: min(8px, 0.5333333333vw);
  height: min(13px, 0.8666666667vw);
  background: url("../images/float_navi_arr.webp") no-repeat center/contain;
  -webkit-animation: arrow-wave 0.6s ease-in-out infinite;
          animation: arrow-wave 0.6s ease-in-out infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (min-width: 769px) {
  .float-btn__item i:before, .float-btn__item i:after {
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
  }
}
@media (max-width: 768px) {
  .float-btn__item i:before, .float-btn__item i:after {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
.float-btn__item i:before {
  right: min(8px, 0.5333333333vw);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 768px) {
  .float-btn__item i:before {
    right: 1.6vw;
  }
}
.float-btn__item i:after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  right: -1px;
}
@media (max-width: 768px) {
  .float-btn__item i:after {
    right: 0;
  }
}
.float-btn__item.--item01:before {
  background: url("../images/float_navi01.webp") transparent no-repeat center/contain;
}
@media (min-width: 769px) {
  .float-btn__item.--item01 {
    height: min(338px, 22.5333333333vw);
  }
}
@media (min-width: 769px) and (hover: hover) {
  .float-btn__item.--item01:hover:before {
    background-image: url("../images/float_navi01-hov.webp");
  }
}
@media (max-width: 768px) {
  .float-btn__item.--item01 {
    width: 45.6vw;
  }
  .float-btn__item.--item01:before {
    background-image: url("../images/float_navi01_sp.webp");
  }
}
.float-btn__item.--item02:before {
  background: url("../images/float_navi02.webp") transparent no-repeat center/contain;
}
@media (min-width: 769px) {
  .float-btn__item.--item02 {
    height: min(277px, 18.4666666667vw);
  }
}
@media (min-width: 769px) and (hover: hover) {
  .float-btn__item.--item02:hover:before {
    background-image: url("../images/float_navi02-hov.webp");
  }
}
@media (max-width: 768px) {
  .float-btn__item.--item02 {
    width: 44.5333333333vw;
  }
  .float-btn__item.--item02:before {
    background-image: url("../images/float_navi02_sp.webp");
  }
}
.float-btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

.main-agaruze {
  background: url("../images/noise_bg01.webp");
}
@media (max-width: 768px) {
  .main-agaruze {
    background-image: url("../images/noise_bg01_sp.webp");
    background-size: 8vw;
  }
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 768px) {
  .js-fadein {
    -webkit-transform: translateY(8vw);
            transform: translateY(8vw);
  }
}

.header-agaruze {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 101;
}
.header-agaruze__logo {
  position: absolute;
  display: block;
  opacity: 0;
}
.header-agaruze__logo img {
  width: 100%;
}
.header-agaruze__logo.--logo01 {
  width: 6vw;
  top: 1.5333333333vw;
  left: 1.5333333333vw;
}
@media (max-width: 768px) {
  .header-agaruze__logo.--logo01 {
    width: 38.6666666667vw;
    top: 0;
    left: 0;
  }
}
.header-agaruze__logo.--logo02 {
  width: 11.8666666667vw;
  top: 3.0666666667vw;
  right: 3.8vw;
}
@media (max-width: 768px) {
  .header-agaruze__logo.--logo02 {
    top: 4.5333333333vw;
    width: 25.6vw;
    right: 3.7333333333vw;
  }
}
.header-agaruze__btn {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background: none;
  width: min(74px, 4.9333333333vw);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .header-agaruze__btn {
    width: 13.8666666667vw;
  }
}
.header-agaruze__btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.navi-agaruze {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navi-agaruze__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../images/noise_bg02.webp");
  z-index: -1;
}
.navi-agaruze__close {
  position: absolute;
  top: 1.2vw;
  right: 1.2666666667vw;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 2.4vw;
  height: 2.4vw;
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 768px) {
  .navi-agaruze__close {
    width: 7.2vw;
    height: 7.2vw;
    top: 3.2vw;
    right: 3.2vw;
  }
}
.navi-agaruze__close:before, .navi-agaruze__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2vw;
  height: 100%;
  width: 2px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .navi-agaruze__close:before, .navi-agaruze__close:after {
    width: 0.5333333333vw;
    left: 3.4666666667vw;
  }
}
.navi-agaruze__close:before {
  -webkit-transform: rotateZ(65deg);
          transform: rotateZ(65deg);
}
@media (max-width: 768px) {
  .navi-agaruze__close:before {
    -webkit-transform: rotateZ(66deg);
            transform: rotateZ(66deg);
  }
}
.navi-agaruze__close:after {
  -webkit-transform: rotateZ(-65deg);
          transform: rotateZ(-65deg);
}
@media (max-width: 768px) {
  .navi-agaruze__close:after {
    -webkit-transform: rotateZ(-66deg);
            transform: rotateZ(-66deg);
  }
}
.navi-agaruze__inner {
  height: 100%;
  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;
}
@media (min-width: 769px) {
  .navi-agaruze__inner {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-block: 2vw;
  }
  .mozilla .navi-agaruze__inner {
    scrollbar-width: none;
  }
  .navi-agaruze__inner::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-height: 360px) {
  .navi-agaruze__inner {
    display: block;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__inner {
    padding-block: 8vw;
  }
}
.navi-agaruze__panel {
  margin-inline: auto;
}
@media (min-width: 769px) {
  .navi-agaruze__panel {
    max-width: 100%;
    width: 78vw;
    position: relative;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__panel {
    -webkit-transform-origin: center;
            transform-origin: center;
    padding-block: 8vw;
  }
}
.navi-agaruze__panel:before, .navi-agaruze__panel:after {
  content: "";
  display: block;
}
@media (max-width: 768px) {
  .navi-agaruze__panel:before, .navi-agaruze__panel:after {
    margin-inline: auto;
  }
}
.navi-agaruze__panel:before {
  background: url("../images/navi_label.webp") no-repeat center/contain;
  width: 45.3333333333vw;
  height: 23.4666666667vw;
}
@media (min-width: 769px) {
  .navi-agaruze__panel:before {
    position: absolute;
    top: 5.9333333333vw;
    left: -9.5333333333vw;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__panel:before {
    width: 66.6666666667vw;
    height: 45.3333333333vw;
    background-image: url("../images/navi_label_sp.webp");
  }
}
@media (max-width: 768px) {
  .navi-agaruze__panel:after {
    background: url("../images/car_img.webp") no-repeat center bottom/cover;
    width: 45.6vw;
    height: 24vw;
  }
}
.navi-agaruze__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  .navi-agaruze__list {
    width: 41.0666666667vw;
    margin-inline: auto 0;
  }
  .navi-agaruze__list:after {
    content: "";
    display: block;
    background: url("../images/car_img.webp") no-repeat center bottom/cover;
    width: 20.6666666667vw;
    height: 10.8666666667vw;
    margin-top: 4.3333333333vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__list {
    width: 100%;
    margin-block: 6.1333333333vw 17.6vw;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__list .item {
    text-align: center;
  }
}
.navi-agaruze__list .item:not(:last-child) {
  margin-bottom: 3.1333333333vw;
}
@media (max-width: 768px) {
  .navi-agaruze__list .item:not(:last-child) {
    margin-bottom: 7.4666666667vw;
  }
}
@media (max-width: 768px) {
  .navi-agaruze__list .item a {
    display: block;
    height: 12.8vw;
  }
  .navi-agaruze__list .item a img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item01 {
    padding-left: 6vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item01 img {
    width: 29.1333333333vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item02 {
    padding-left: 2.5333333333vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item02 img {
    width: 35.9333333333vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item03 {
    padding-left: 5.1333333333vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item03 img {
    width: 30.9333333333vw;
  }
}
@media (min-width: 769px) {
  .navi-agaruze__list .item.--item04 img {
    width: 41.1333333333vw;
  }
}
.navi-agaruze.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .modal-video .f-html {
    position: relative;
    width: 90%;
    height: auto;
  }
  .modal-video .f-html:before {
    content: "";
    display: block;
    padding-top: 56.12%;
  }
  .modal-video .f-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}