@charset "UTF-8";
/*----------------------------------------
	fonts.scss
---------------------------------------- */
@import url("/RECRUIT/BUHAN/ASSETS/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("/RECRUIT/BUHAN/ASSETS/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("/RECRUIT/BUHAN/ASSETS/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");
/*----------------------------------------
	reset.scss
---------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address, em, img, picture,
small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
article, aside, figure, footer, header, main, menu, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
}

header, footer, article, section, picture, aside, nav, menu, figure, figcaption {
  display: block;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:root {
  /**
  * @tokens Colors
  * @presenter Color
  */
  --wds2-color-nissanblack: rgba(0, 0, 0, 1);
  --wds2-color-nissangrey: rgba(239, 239, 239, 1);
  --wds2-color-nissanwhite: rgba(255, 255, 255, 1);
  --wds2-color-validation-success-onlight: rgba(10, 128, 53, 1);
  --wds2-color-validation-success-ondark: rgba(14, 190, 79, 1);
  --wds2-color-validation-error-onlight: rgba(224, 0, 52, 1);
  --wds2-color-validation-error-ondark: rgba(255, 133, 161, 1);
  --wds2-color-validation-background-success-onlight: rgba(231, 242, 235, 1);
  --wds2-color-validation-background-error-onlight: rgba(245, 231, 234, 1);
  --wds2-color-validation-background-info-onlight: rgba(239, 239, 239, 1);
  --wds2-color-action-hover-onlight: rgba(76, 76, 76, 1);
  --wds2-color-keyline-onlight: rgba(204, 204, 204, 1);
  --wds2-color-background-grey: rgba(246, 246, 246, 1);
  --wds2-color-offers: rgba(0, 118, 171, 1);
  --wds2-color-action-focus-onlight: rgba(84, 133, 240, 1);
  --wds2-color-action-disabled-onlight: rgba(204, 204, 204, 1);
  --wds2-color-action-hover-ondark: rgba(204, 204, 204, 1);
  --wds2-color-action-focus-ondark: rgba(84, 133, 240, 1);
  --wds2-color-action-disabled-ondark: rgba(76, 76, 76, 1);
  /**
  * @tokens Border Radius
  * @presenter BorderRadius
  */
  --wds2-radius-l: 40px;
  /**
  * @tokens Borders
  * @presenter Border
  */
  --wds2-stroke-s: 1px;
  --wds2-stroke-m: 2px;
  --wds2-stroke-l: 4px;
  /**
  * @tokens Font Families
  * @presenter FontFamily
  */
  --wds2-type-display-l-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-display-l-japanese-fontWeight: 400;
  --wds2-type-display-l-japanese-fontSize: 36px;
  --wds2-type-display-l-japanese-letterSpacing: 1.5px;
  --wds2-type-display-l-japanese-lineHeight: 52px;
  --wds2-type-display-xl-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-display-xl-japanese-fontWeight: 400;
  --wds2-type-display-xl-japanese-fontSize: 58px;
  --wds2-type-display-xl-japanese-letterSpacing: 1.5px;
  --wds2-type-display-xl-japanese-lineHeight: 78px;
  --wds2-type-display-m-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-display-m-fontWeight: 400;
  --wds2-type-display-m-fontSize: 32px;
  --wds2-type-display-m-letterSpacing: 1.5px;
  --wds2-type-display-m-lineHeight: 42px;
  --wds2-type-display-s-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-display-s-fontWeight: 400;
  --wds2-type-display-s-fontSize: 24px;
  --wds2-type-display-s-letterSpacing: 1.5px;
  --wds2-type-display-s-lineHeight: 34px;
  --wds2-type-display-xs-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-display-xs-fontWeight: 400;
  --wds2-type-display-xs-fontSize: 20px;
  --wds2-type-display-xs-letterSpacing: 1.5px;
  --wds2-type-display-xs-lineHeight: 26px;
  --wds2-type-subtitle-m-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-subtitle-m-fontWeight: 700;
  --wds2-type-subtitle-m-fontSize: 16px;
  --wds2-type-subtitle-m-letterSpacing: 2px;
  --wds2-type-subtitle-m-lineHeight: 26px;
  --wds2-type-subtitle-s-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-subtitle-s-fontWeight: 700;
  --wds2-type-subtitle-s-fontSize: 14px;
  --wds2-type-subtitle-s-letterSpacing: 2px;
  --wds2-type-subtitle-s-lineHeight: 24px;
  --wds2-type-body-light-m-fontFamily: NissanBrand-Light, NotoSans-Arabic;
  --wds2-type-body-light-m-fontWeight: 300;
  --wds2-type-body-light-m-fontSize: 16px;
  --wds2-type-body-light-m-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-light-m-lineHeight: 26px;
  --wds2-type-body-regular-m-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-body-regular-m-fontWeight: 400;
  --wds2-type-body-regular-m-fontSize: 16px;
  --wds2-type-body-regular-m-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-regular-m-lineHeight: 26px;
  --wds2-type-body-link-m-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-body-link-m-fontWeight: 400;
  --wds2-type-body-link-m-fontSize: 16px;
  --wds2-type-body-link-m-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-link-m-lineHeight: 26px;
  --wds2-type-body-bold-m-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-body-bold-m-fontWeight: 700;
  --wds2-type-body-bold-m-fontSize: 16px;
  --wds2-type-body-bold-m-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-bold-m-lineHeight: 26px;
  --wds2-type-body-regular-s-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-body-regular-s-fontWeight: 400;
  --wds2-type-body-regular-s-fontSize: 14px;
  --wds2-type-body-regular-s-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-regular-s-lineHeight: 24px;
  --wds2-type-body-light-s-fontFamily: NissanBrand-Light, NotoSans-Arabic;
  --wds2-type-body-light-s-fontWeight: 300;
  --wds2-type-body-light-s-fontSize: 14px;
  --wds2-type-body-light-s-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-light-s-lineHeight: 24px;
  --wds2-type-body-link-s-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-body-link-s-fontWeight: 400;
  --wds2-type-body-link-s-fontSize: 14px;
  --wds2-type-body-link-s-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-link-s-lineHeight: 24px;
  --wds2-type-body-bold-s-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-body-bold-s-fontWeight: 700;
  --wds2-type-body-bold-s-fontSize: 14px;
  --wds2-type-body-bold-s-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-bold-s-lineHeight: 24px;
  --wds2-type-disclaimer-light-fontFamily: NissanBrand-Light, NotoSans-Arabic;
  --wds2-type-disclaimer-light-fontWeight: 300;
  --wds2-type-disclaimer-light-fontSize: 12px;
  --wds2-type-disclaimer-light-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-light-lineHeight: 18px;
  --wds2-type-disclaimer-bold-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-disclaimer-bold-fontWeight: 700;
  --wds2-type-disclaimer-bold-fontSize: 12px;
  --wds2-type-disclaimer-bold-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-bold-lineHeight: 18px;
  --wds2-type-action-button-m-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-action-button-m-fontWeight: 700;
  --wds2-type-action-button-m-fontSize: 16px;
  --wds2-type-action-button-m-letterSpacing: 2px;
  --wds2-type-action-button-m-lineHeight: 24px;
  --wds2-type-action-button-m-hover-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-action-button-m-hover-fontWeight: 700;
  --wds2-type-action-button-m-hover-fontSize: 16px;
  --wds2-type-action-button-m-hover-letterSpacing: 2px;
  --wds2-type-action-button-m-hover-lineHeight: 24px;
  --wds2-type-action-filter-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-action-filter-fontWeight: 700;
  --wds2-type-action-filter-fontSize: 12px;
  --wds2-type-action-filter-letterSpacing: 2px;
  --wds2-type-action-filter-lineHeight: 20px;
  --wds2-type-action-filter-hover-fontFamily: NissanBrand-Bold, NotoSans-Arabic;
  --wds2-type-action-filter-hover-fontWeight: 700;
  --wds2-type-action-filter-hover-fontSize: 12px;
  --wds2-type-action-filter-hover-letterSpacing: 2px;
  --wds2-type-action-filter-hover-lineHeight: 20px;
  --wds2-type-quote-l-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-quote-l-fontWeight: 400;
  --wds2-type-quote-l-fontSize: 42px;
  --wds2-type-quote-l-letterSpacing: 2px;
  --wds2-type-quote-l-lineHeight: 52px;
  --wds2-type-quote-s-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-quote-s-fontWeight: 400;
  --wds2-type-quote-s-fontSize: 24px;
  --wds2-type-quote-s-letterSpacing: 2px;
  --wds2-type-quote-s-lineHeight: 34px;
  --wds2-type-display-l-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-display-l-fontWeight: 400;
  --wds2-type-display-l-fontSize: 42px;
  --wds2-type-display-l-letterSpacing: 1.5px;
  --wds2-type-display-l-lineHeight: 52px;
  --wds2-type-display-xl-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-display-xl-fontWeight: 400;
  --wds2-type-display-xl-fontSize: 68px;
  --wds2-type-display-xl-letterSpacing: 1.5px;
  --wds2-type-display-xl-lineHeight: 78px;
  --wds2-type-display-m-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-display-m-japanese-fontWeight: 400;
  --wds2-type-display-m-japanese-fontSize: 28px;
  --wds2-type-display-m-japanese-letterSpacing: 1.5px;
  --wds2-type-display-m-japanese-lineHeight: 38px;
  --wds2-type-display-s-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-display-s-japanese-fontWeight: 400;
  --wds2-type-display-s-japanese-fontSize: 20px;
  --wds2-type-display-s-japanese-letterSpacing: 1.5px;
  --wds2-type-display-s-japanese-lineHeight: 34px;
  --wds2-type-subtitle-m-japanese-fontFamily: ShinGoPro-Bold;
  --wds2-type-subtitle-m-japanese-fontWeight: 700;
  --wds2-type-subtitle-m-japanese-fontSize: 16px;
  --wds2-type-subtitle-m-japanese-letterSpacing: 2px;
  --wds2-type-subtitle-m-japanese-lineHeight: 26px;
  --wds2-type-body-regular-m-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-body-regular-m-japanese-fontWeight: 400;
  --wds2-type-body-regular-m-japanese-fontSize: 16px;
  --wds2-type-body-regular-m-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-regular-m-japanese-lineHeight: 26px;
  --wds2-type-body-light-m-japanese-fontFamily: ShinGoPro-Light;
  --wds2-type-body-light-m-japanese-fontWeight: 300;
  --wds2-type-body-light-m-japanese-fontSize: 16px;
  --wds2-type-body-light-m-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-light-m-japanese-lineHeight: 26px;
  --wds2-type-body-link-m-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-body-link-m-japanese-fontWeight: 400;
  --wds2-type-body-link-m-japanese-fontSize: 16px;
  --wds2-type-body-link-m-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-link-m-japanese-lineHeight: 26px;
  --wds2-type-body-bold-m-japanese-fontFamily: ShinGoPro-Bold;
  --wds2-type-body-bold-m-japanese-fontWeight: 700;
  --wds2-type-body-bold-m-japanese-fontSize: 16px;
  --wds2-type-body-bold-m-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-bold-m-japanese-lineHeight: 26px;
  --wds2-type-body-regular-s-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-body-regular-s-japanese-fontWeight: 400;
  --wds2-type-body-regular-s-japanese-fontSize: 14px;
  --wds2-type-body-regular-s-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-regular-s-japanese-lineHeight: 24px;
  --wds2-type-body-light-s-japanese-fontFamily: ShinGoPro-Light;
  --wds2-type-body-light-s-japanese-fontWeight: 300;
  --wds2-type-body-light-s-japanese-fontSize: 14px;
  --wds2-type-body-light-s-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-light-s-japanese-lineHeight: 24px;
  --wds2-type-body-link-s-japanese-fontFamily: ShinGoPro-Bold;
  --wds2-type-body-link-s-japanese-fontWeight: 700;
  --wds2-type-body-link-s-japanese-fontSize: 14px;
  --wds2-type-body-link-s-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-body-link-s-japanese-lineHeight: 24px;
  --wds2-type-disclaimer-light-japanese-fontFamily: ShinGoPro-Light;
  --wds2-type-disclaimer-light-japanese-fontWeight: 300;
  --wds2-type-disclaimer-light-japanese-fontSize: 12px;
  --wds2-type-disclaimer-light-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-light-japanese-lineHeight: 18px;
  --wds2-type-disclaimer-bold-japanese-fontFamily: ShinGoPro-Bold;
  --wds2-type-disclaimer-bold-japanese-fontWeight: 700;
  --wds2-type-disclaimer-bold-japanese-fontSize: 12px;
  --wds2-type-disclaimer-bold-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-bold-japanese-lineHeight: 18px;
  --wds2-type-subtitle-s-japanese-fontFamily: ShinGoPro-Bold;
  --wds2-type-subtitle-s-japanese-fontWeight: 700;
  --wds2-type-subtitle-s-japanese-fontSize: 14px;
  --wds2-type-subtitle-s-japanese-letterSpacing: 2px;
  --wds2-type-subtitle-s-japanese-lineHeight: 24px;
  --wds2-type-disclaimer-link-light-fontFamily: NissanBrand-Light, NotoSans-Arabic;
  --wds2-type-disclaimer-link-light-fontWeight: 300;
  --wds2-type-disclaimer-link-light-fontSize: 12px;
  --wds2-type-disclaimer-link-light-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-link-light-lineHeight: 18px;
  --wds2-type-disclaimer-regular-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-disclaimer-regular-fontWeight: 400;
  --wds2-type-disclaimer-regular-fontSize: 12px;
  --wds2-type-disclaimer-regular-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-regular-lineHeight: 18px;
  --wds2-type-disclaimer-link-regular-fontFamily: NissanBrand-Regular, NotoSans-Arabic;
  --wds2-type-disclaimer-link-regular-fontWeight: 400;
  --wds2-type-disclaimer-link-regular-fontSize: 12px;
  --wds2-type-disclaimer-link-regular-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-link-regular-lineHeight: 18px;
  --wds2-type-disclaimer-link-light-japanese-fontFamily: ShinGoPro-Light;
  --wds2-type-disclaimer-link-light-japanese-fontWeight: 300;
  --wds2-type-disclaimer-link-light-japanese-fontSize: 12px;
  --wds2-type-disclaimer-link-light-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-link-light-japanese-lineHeight: 18px;
  --wds2-type-disclaimer-regular-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-disclaimer-regular-japanese-fontWeight: 400;
  --wds2-type-disclaimer-regular-japanese-fontSize: 12px;
  --wds2-type-disclaimer-regular-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-regular-japanese-lineHeight: 18px;
  --wds2-type-disclaimer-link-regular-japanese-fontFamily: ShinGoPro-Regular;
  --wds2-type-disclaimer-link-regular-japanese-fontWeight: 400;
  --wds2-type-disclaimer-link-regular-japanese-fontSize: 12px;
  --wds2-type-disclaimer-link-regular-japanese-letterSpacing: 0.8999999761581421px;
  --wds2-type-disclaimer-link-regular-japanese-lineHeight: 18px;
  --wds2-type-noto-sans-arabic-fontFamily: NotoSans-Arabic;
  --wds2-grid-l-column: 12;
  --wds2-grid-l-padding: 40px;
  --wds2-grid-l-margin: 80px;
  --wds2-grid-l-minViewport: 1024px;
  --wds2-grid-l-maxViewport: 1499px;
  --wds2-grid-xl-column: 12;
  --wds2-grid-xl-padding: 40px;
  --wds2-grid-xl-margin: 0px;
  --wds2-grid-xl-minViewport: 1500px;
  --wds2-grid-m-column: 12;
  --wds2-grid-m-padding: 30px;
  --wds2-grid-m-margin: 40px;
  --wds2-grid-m-minViewport: 768px;
  --wds2-grid-m-maxViewport: 1023px;
  --wds2-grid-s-column: 2;
  --wds2-grid-s-padding: 20px;
  --wds2-grid-s-margin: 20px;
  --wds2-grid-s-minViewport: 320px;
  --wds2-grid-s-maxViewport: 767px;
  --wds2-radio-element-margin: 24px;
  --wds2-dropdown-element-margin: 40px;
  --wds2-icon-fontFamily: nissan-modernized-icons-font;
  --wds2-icon-fontWeight: normal;
  --wds2-icon-lineHeight: 1;
  --wds2-icon-alert: "";
  --wds2-icon-anchor-link-mobile: "";
  --wds2-icon-arrow-up: "";
  --wds2-icon-automatic: "";
  --wds2-icon-battery: "";
  --wds2-icon-battery-leasing: "";
  --wds2-icon-body-type: "";
  --wds2-icon-book-a-service: "";
  --wds2-icon-download-a-brochure: "";
  --wds2-icon-build: "";
  --wds2-icon-burger-menu: "";
  --wds2-icon-cab-type: "";
  --wds2-icon-calculator: "";
  --wds2-icon-calendar: "";
  --wds2-icon-capacity: "";
  --wds2-icon-car: "";
  --wds2-icon-carwings: "";
  --wds2-icon-cargo-length: "";
  --wds2-icon-charging-cost: "";
  --wds2-icon-chassis: "";
  --wds2-icon-circle-outline: "";
  --wds2-icon-clock: "";
  --wds2-icon-close-cross: "";
  --wds2-icon-coins: "";
  --wds2-icon-color: "";
  --wds2-icon-compare: "";
  --wds2-icon-configure: "";
  --wds2-icon-contact-email: "";
  --wds2-icon-contact-phone: "";
  --wds2-icon-cookie: "";
  --wds2-icon-cubic_volume: "";
  --wds2-icon-dimensions: "";
  --wds2-icon-directions: "";
  --wds2-icon-discount: "";
  --wds2-icon-document: "";
  --wds2-icon-doors: "";
  --wds2-icon-double-slider: "";
  --wds2-icon-down-arrow: "";
  --wds2-icon-download-brochure: "";
  --wds2-icon-efficiency-class: "";
  --wds2-icon-elipsis: "";
  --wds2-icon-email-us: "";
  --wds2-icon-emission: "";
  --wds2-icon-emission-control-standard: "";
  --wds2-icon-Engine: "";
  --wds2-icon-engine-capacity: "";
  --wds2-icon-engine-size: "";
  --wds2-icon-explore: "";
  --wds2-icon-external-link: "";
  --wds2-icon-social-facebook: "";
  --wds2-icon-feedback-star: "";
  --wds2-icon-feedback-star-empty: "";
  --wds2-icon-feedback-star-half-filled: "";
  --wds2-icon-find-a-dealer: "";
  --wds2-icon-fuel-type: "";
  --wds2-icon-full-screen-close: "";
  --wds2-icon-full-screen: "";
  --wds2-icon-geolocator: "";
  --wds2-icon-globe: "";
  --wds2-icon-google-plus: "";
  --wds2-icon-gross-weight: "";
  --wds2-icon-height: "";
  --wds2-icon-horsepower: "";
  --wds2-icon-image-gallery-all: "";
  --wds2-icon-image-gallery-one: "";
  --wds2-icon-image-slider-control: "";
  --wds2-icon-info: "";
  --wds2-icon-information: "";
  --wds2-icon-instagram: "";
  --wds2-icon-inventory: "";
  --wds2-icon-i-nventory-funnel: "";
  --wds2-icon-inventory-results: "";
  --wds2-icon-left-arrow: "";
  --wds2-icon-length: "";
  --wds2-icon-linkedin: "";
  --wds2-icon-list: "";
  --wds2-icon-list-view: "";
  --wds2-icon-list-view-2: "";
  --wds2-icon-live-chat: "";
  --wds2-icon-loading-spinner: "";
  --wds2-icon-log-out: "";
  --wds2-icon-mpg: "";
  --wds2-icon-mph: "";
  --wds2-icon-manual: "";
  --wds2-icon-map-view: "";
  --wds2-icon-map-view-2: "";
  --wds2-icon-mileage: "";
  --wds2-icon-minus: "";
  --wds2-icon-more-dealer-details: "";
  --wds2-icon-new-cars: "";
  --wds2-icon-bas-express-booking: "";
  --wds2-icon-bas-maintenance-package: "";
  --wds2-icon-number-of-seats: "";
  --wds2-icon-offers: "";
  --wds2-icon-options: "";
  --wds2-icon-pdf: "";
  --wds2-icon-package: "";
  --wds2-icon-packs: "";
  --wds2-icon-pagination-off: "";
  --wds2-icon-pagination-on: "";
  --wds2-icon-pan: "";
  --wds2-icon-payload: "";
  --wds2-icon-phone: "";
  --wds2-icon-photo: "";
  --wds2-icon-play: "";
  --wds2-icon-player--control-fullscreen: "";
  --wds2-icon-player-control-no-volume: "";
  --wds2-icon-player-control-pause: "";
  --wds2-icon-player-control-play: "";
  --wds2-icon-player-control-volume: "";
  --wds2-icon-plus: "";
  --wds2-icon-preferred-dealer: "";
  --wds2-icon-preferred-dealer-solid: "";
  --wds2-icon-print: "";
  --wds2-icon-quick-view: "";
  --wds2-icon-registration-date: "";
  --wds2-icon-reset: "";
  --wds2-icon-review: "";
  --wds2-icon-right-arrow: "";
  --wds2-icon-road-tax: "";
  --wds2-icon-road-side-assistance: "";
  --wds2-icon-running-cost: "";
  --wds2-icon-save: "";
  --wds2-icon-save-2: "";
  --wds2-icon-search: "";
  --wds2-icon-seat: "";
  --wds2-icon-services: "";
  --wds2-icon-share: "";
  --wds2-icon-share-cfg: "";
  --wds2-icon-share-save: "";
  --wds2-icon-slider-arrow-left: "";
  --wds2-icon-slider-arrow-right: "";
  --wds2-icon-social-draugiem: "";
  --wds2-icon-social-email-us-fill: "";
  --wds2-icon-social-facebook-fill: "";
  --wds2-icon-social-google-plus-fill: "";
  --wds2-icon-social-instagram-fill: "";
  --wds2-icon-social-line-fill: "";
  --wds2-icon-social-linkedin-fill: "";
  --wds2-icon-social-ok-fill: "";
  --wds2-icon-social-ok-outline: "";
  --wds2-icon-social-pinterest-fill: "";
  --wds2-icon-social-twitter-fill: "";
  --wds2-icon-social-vk-fill: "";
  --wds2-icon-social-vk-outline: "";
  --wds2-icon-social-wechat-fill: "";
  --wds2-icon-social-wechat-outline: "";
  --wds2-icon-social-weibo: "";
  --wds2-icon-social-weibo-outline: "";
  --wds2-icon-social-youtube: "";
  --wds2-icon-social-youku-fill: "";
  --wds2-icon-social-youku-outline: "";
  --wds2-icon-speed: "";
  --wds2-icon-sponsored-dealer-award: "";
  --wds2-icon-style-packs: "";
  --wds2-icon-summary: "";
  --wds2-icon-test-drive: "";
  --wds2-icon-Tick: "";
  --wds2-icon-towing: "";
  --wds2-icon-trade-in: "";
  --wds2-icon-trade-in-quote: "";
  --wds2-icon-trash: "";
  --wds2-icon-trims: "";
  --wds2-icon-social-twitter: "";
  --wds2-icon-tyre: "";
  --wds2-icon-universal-price: "";
  --wds2-icon-up-arrow: "";
  --wds2-icon-van: "";
  --wds2-icon-version-grade: "";
  --wds2-icon-video-carousel-link: "";
  --wds2-icon-warranty: "";
  --wds2-icon-wheel: "";
  --wds2-icon-world: "";
  --wds2-icon-wreath: "";
  --wds2-icon-your-choice: "";
  --wds2-icon-your-choice-light: "";
  --wds2-icon-social-youtube1: "";
  --wds2-icon-zoom: "";
  --wds2-icon-accessories: "";
  --wds2-icon-aerodynamic_body_kit: "";
  --wds2-icon-after_sales: "";
  --wds2-icon-ambient_lighting: "";
  --wds2-icon-android_compatibility: "";
  --wds2-icon-assistance: "";
  --wds2-icon-assisted_steering: "";
  --wds2-icon-aux: "";
  --wds2-icon-available: "";
  --wds2-icon-battery_service: "";
  --wds2-icon-bed_channel_system: "";
  --wds2-icon-best_seller: "";
  --wds2-icon-bluetooth: "";
  --wds2-icon-car_location: "";
  --wds2-icon-clear: "";
  --wds2-icon-climate_control: "";
  --wds2-icon-commerce: "";
  --wds2-icon-continuously_variable_transmission: "";
  --wds2-icon-cylinder: "";
  --wds2-icon-device_compatibility: "";
  --wds2-icon-drive_train_2wd: "";
  --wds2-icon-drive_train_4wd: "";
  --wds2-icon-dual_climate_control: "";
  --wds2-icon-editpencil2: "";
  --wds2-icon-engine: "";
  --wds2-icon-enginePower: "";
  --wds2-icon-epedal_driving: "";
  --wds2-icon-exclaimation: "";
  --wds2-icon-extended_range: "";
  --wds2-icon-exterior_view: "";
  --wds2-icon-faqs: "";
  --wds2-icon-fuel_type_ev: "";
  --wds2-icon-fully_boxed_frame: "";
  --wds2-icon-grants_savings_incentive: "";
  --wds2-icon-heated_seats: "";
  --wds2-icon-heated_steering_wheel: "";
  --wds2-icon-home_and_public_charging_stations: "";
  --wds2-icon-horn: "";
  --wds2-icon-indicator: "";
  --wds2-icon-instant_acceleration: "";
  --wds2-icon-intelligent_key: "";
  --wds2-icon-interior_view: "";
  --wds2-icon-keep_me_informed: "";
  --wds2-icon-lights: "";
  --wds2-icon-lights_and_horn: "";
  --wds2-icon-maintain_speed: "";
  --wds2-icon-managing_my_device_on_the_go: "";
  --wds2-icon-map_updates: "";
  --wds2-icon-nissan_concierge_entertainment: "";
  --wds2-icon-nissan_fleet: "";
  --wds2-icon-noise_cancellation: "";
  --wds2-icon-oil_and_filter_change: "";
  --wds2-icon-onboarding_to_ownership: "";
  --wds2-icon-player_control_back: "";
  --wds2-icon-player_control_forward: "";
  --wds2-icon-player_control_rewind: "";
  --wds2-icon-player_control_skip: "";
  --wds2-icon-public_charging_stations: "";
  --wds2-icon-rapid_charge: "";
  --wds2-icon-rear_entertainment: "";
  --wds2-icon-request_a_call_back: "";
  --wds2-icon-restaurant: "";
  --wds2-icon-running_cost: "";
  --wds2-icon-seat_capacity: "";
  --wds2-icon-service_booking_date: "";
  --wds2-icon-service_log: "";
  --wds2-icon-slide_in: "";
  --wds2-icon-soundproof: "";
  --wds2-icon-tick: "";
  --wds2-icon-torque: "";
  --wds2-icon-touch_screen: "";
  --wds2-icon-usb: "";
  --wds2-icon-voice_recognition: "";
  --wds2-icon-warning: "";
  --wds2-icon-width: "";
  --wds2-icon-wiper_blade_replacement: "";
  --wds2-icon-work_location: "";
  --wds2-icon-zoom_in: "";
  --wds2-icon-zoom_out: "";
  --wds2-icon-drive_train_awd: "";
  --wds2-icon-driving_log_history: "";
  --wds2-icon-dealer_review: "";
  --wds2-icon-nissan_intelligent_mobility: "";
  --wds2-icon-slider_arrow_down: "";
  --wds2-icon-upholstery: "";
  --wds2-icon-copy: "";
  --wds2-icon-settings: "";
  --wds2-icon-offers_horizontal: "";
  --wds2-icon-rotate_device: "";
  --wds2-icon-Gallery-View-List: "";
  --wds2-icon-Gallery-View-Grid: "";
  --wds2-icon-connected-car: "";
  --wds2-icon-wrench: "";
  --wds2-icon-social-fb-messenger: "";
  --wds2-icon-social-whatsapp: "";
  --wds2-icon-abs-alert: "";
  --wds2-icon-accelerate: "";
  --wds2-icon-airbag-status: "";
  --wds2-icon-airbag: "";
  --wds2-icon-alexa: "";
  --wds2-icon-android-auto: "";
  --wds2-icon-apple-carplay: "";
  --wds2-icon-area-alert: "";
  --wds2-icon-area: "";
  --wds2-icon-autonomous-driving: "";
  --wds2-icon-brake-alert: "";
  --wds2-icon-brake-fluid: "";
  --wds2-icon-brake: "";
  --wds2-icon-buy-at-home: "";
  --wds2-icon-camera: "";
  --wds2-icon-cant-connect: "";
  --wds2-icon-car-locator: "";
  --wds2-icon-change-driver: "";
  --wds2-icon-charging: "";
  --wds2-icon-check-in: "";
  --wds2-icon-check-out: "";
  --wds2-icon-co2: "";
  --wds2-icon-crossing-boutique: "";
  --wds2-icon-crossing-cafe: "";
  --wds2-icon-curfew-alert: "";
  --wds2-icon-delivery-follow-up: "";
  --wds2-icon-delivery: "";
  --wds2-icon-direction-walking: "";
  --wds2-icon-discover-at-home: "";
  --wds2-icon-door-to-door-navigation: "";
  --wds2-icon-download-document: "";
  --wds2-icon-drivers-profiles: "";
  --wds2-icon-driving-history: "";
  --wds2-icon-driving-restriction: "";
  --wds2-icon-engine-oil: "";
  --wds2-icon-engine-start-stop: "";
  --wds2-icon-engine-stop: "";
  --wds2-icon-entertainment: "";
  --wds2-icon-error-installing-update: "";
  --wds2-icon-export-document: "";
  --wds2-icon-extended-test-drive: "";
  --wds2-icon-eyes-on-the-road: "";
  --wds2-icon-face-happy: "";
  --wds2-icon-face-neutral: "";
  --wds2-icon-face-unhappy: "";
  --wds2-icon-floor-guide: "";
  --wds2-icon-fuel-prices-gbp: "";
  --wds2-icon-fuel-prices-dollar: "";
  --wds2-icon-fuel-prices-jpy: "";
  --wds2-icon-google-assistant: "";
  --wds2-icon-guest-driver: "";
  --wds2-icon-hands-off-wheel: "";
  --wds2-icon-hd-radio-technology: "";
  --wds2-icon-hood-open: "";
  --wds2-icon-horsepower-boost: "";
  --wds2-icon-install-update: "";
  --wds2-icon-installation-completed: "";
  --wds2-icon-interior-vehicle-camera: "";
  --wds2-icon-invisible: "";
  --wds2-icon-license-plate: "";
  --wds2-icon-live-traffic-information: "";
  --wds2-icon-lock: "";
  --wds2-icon-low-tyre-pressure: "";
  --wds2-icon-mobile-internet-hotspot: "";
  --wds2-icon-multiple-drivers: "";
  --wds2-icon-new-feature: "";
  --wds2-icon-oil-alert: "";
  --wds2-icon-oil-level: "";
  --wds2-icon-pandora: "";
  --wds2-icon-parking: "";
  --wds2-icon-password: "";
  --wds2-icon-payment-methods: "";
  --wds2-icon-payment: "";
  --wds2-icon-power-on: "";
  --wds2-icon-destination-search: "";
  --wds2-icon-ranking: "";
  --wds2-icon-receive-package: "";
  --wds2-icon-remote-battery-management: "";
  --wds2-icon-remote-charging: "";
  --wds2-icon-remote-climate-control: "";
  --wds2-icon-remote-control: "";
  --wds2-icon-remote-diagnostics: "";
  --wds2-icon-remote-door-control: "";
  --wds2-icon-remote-engine-start-stop: "";
  --wds2-icon-remote-horn-light: "";
  --wds2-icon-remote-parking: "";
  --wds2-icon-remote-vehicle-servicing: "";
  --wds2-icon-road-ahead: "";
  --wds2-icon-safety: "";
  --wds2-icon-schedule-an-update-installation: "";
  --wds2-icon-self-driving-car: "";
  --wds2-icon-self-driving-wheel: "";
  --wds2-icon-service-at-home: "";
  --wds2-icon-shared-vehicle: "";
  --wds2-icon-sharing-permissions: "";
  --wds2-icon-siriusxm: "";
  --wds2-icon-sleep: "";
  --wds2-icon-smart-alerts: "";
  --wds2-icon-speed-alert: "";
  --wds2-icon-speed-cameras: "";
  --wds2-icon-split-billing: "";
  --wds2-icon-start-at-home: "";
  --wds2-icon-stolen-vehicle-tracking: "";
  --wds2-icon-streaming-audio-via-bluetooth: "";
  --wds2-icon-street-view: "";
  --wds2-icon-support: "";
  --wds2-icon-support-at-home: "";
  --wds2-icon-sync-driver-profile: "";
  --wds2-icon-take-control: "";
  --wds2-icon-test-drive-at-home: "";
  --wds2-icon-tom-tom-weather: "";
  --wds2-icon-traffic: "";
  --wds2-icon-transportation: "";
  --wds2-icon-trip-advisor: "";
  --wds2-icon-trunk-open: "";
  --wds2-icon-tyre-pressure: "";
  --wds2-icon-update--required: "";
  --wds2-icon-upload-offers: "";
  --wds2-icon-usb1: "";
  --wds2-icon-vehicle-damage: "";
  --wds2-icon-vehicle-delivery: "";
  --wds2-icon-vehicle-health: "";
  --wds2-icon-vehicle-status: "";
  --wds2-icon-vehicle-towed: "";
  --wds2-icon-vehicle-unlock: "";
  --wds2-icon-weather: "";
  --wds2-icon-wifi: "";
  --wds2-icon-yen: "";
  --wds-icon-elevator: "";
  --wds-icon-escalator-up: "";
  --wds-icon-escalator-down: "";
  --wds-icon-dealer-sales-staff: "";
  --wds-icon-desktop: "";
  --wds-icon-tablet: "";
  --wds-icon-body-repair: "";
  --wds-icon-communication-preference: "";
  --wds-icon-fingerprint: "";
  --wds-icon-language: "";
  --wds-icon-link: "";
  --wds-icon-qibla: "";
  --wds-icon-share-location: "";
  --wds-icon-upload: "";
  --wds-icon-virtual-showroom: "";
  --wds-icon-wallet: "";
  --wds-icon-contact-linkedin: "";
  --wds-icon-contact-spotify: "";
  --wds-icon-contact-tiktok: "";
  --wds-icon-dealership: "";
  --wds-icon-mail-checked: "";
  --wds-icon-pin-ev: "";
  --wds-icon-alert-fill: "";
  --wds-icon-alert-outline: "";
  --wds-icon-bell-fill: "";
  --wds-icon-bell-outline: "";
  --wds-icon-car-fill: "";
  --wds-icon-car-outline: "";
  --wds-icon-direction-fill: "";
  --wds-icon-direction-outline: "";
  --wds-icon-document-fill: "";
  --wds-icon-document-outline: "";
  --wds-icon-garage-fill: "";
  --wds-icon-garage-outline: "";
  --wds-icon-headset-fill: "";
  --wds-icon-headset-outline: "";
  --wds-icon-info-book-fill: "";
  --wds-icon-info-book-outline: "";
  --wds-icon-info-fill: "";
  --wds-icon-info-outline: "";
  --wds-icon-mail-fill: "";
  --wds-icon-mail-outline: "";
  --wds-icon-map-fill: "";
  --wds-icon-map-outline: "";
  --wds-icon-map-pin-fill: "";
  --wds-icon-map-pin-outline: "";
  --wds-icon-more-fill: "";
  --wds-icon-more-outline: "";
  --wds-icon-news-fill: "";
  --wds-icon-news-outline: "";
  --wds-icon-shield-fill: "";
  --wds-icon-shield-outline: "";
  --wds-icon-shopping-basket-fill: "";
  --wds-icon-shopping-basket-outline: "";
  --wds-icon-shopping-cart-fill: "";
  --wds-icon-shopping-cart-outline: "";
  --wds-icon-user-fill: "";
  --wds-icon-user-outline: "";
  --wds-icon-campaigns-fill: "";
  --wds-icon-campaigns-outline: "";
  --wds2-motion-hover-on-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-hover-on-transitionDuration: 0.3s;
  --wds2-motion-hover-off-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-hover-off-transitionDuration: 0.3s;
  --wds2-motion-hero-start-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-hero-start-transitionDuration: 1.2s;
  --wds2-motion-hero-end-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-hero-end-transitionDuration: NaNs;
  --wds2-motion-slide-out-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-slide-out-transitionDuration: 0.3s;
  --wds2-motion-slide-in-bezierCurve: cubic-bezier(0.77, 0, 0.18, 1);
  --wds2-motion-slide-in-transitionDuration: 0.3s;
}

/*----------------------------------------
	base.scss
---------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0 auto;
  font-family: ShinGoPro-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  color: #343434;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #343434;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:focus,
*:focus {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#main {
  overflow-x: hidden;
}

/*	mediaqueries
-------------------*/
@media screen and (max-width: 579px) {
  body {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  body {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (min-width: 580px) {
  a[href^="tel:"] {
    color: #343434;
    text-decoration: none !important;
    pointer-events: none;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, option, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, select {
  font-family: ShinGoPro-Regular, sans-serif !important;
}

.nbf-light {
  font-family: ShinGoPro-Light, sans-serif !important;
}

.nbf-regular {
  font-family: ShinGoPro-Regular, sans-serif !important;
}

.nbf-bold {
  font-family: ShinGoPro-Bold, sans-serif !important;
}

_::-webkit-full-page-media, _:future, :root .no-wrap-ws {
  white-space: nowrap;
}

_::-webkit-full-page-media, _:future, :root .no-wrap-wb {
  word-break: keep-all;
}

_::-webkit-full-page-media, _:future, :root .no-wrap-af::after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

_::-webkit-full-page-media, _:future, :root .no-wrap-mw {
  width: -webkit-max-content;
  width: max-content;
}

@font-face {
  font-family: icon-Nissan-Global;
  src: url(/RECRUIT/BUHAN/ASSETS/ICONS/Nissan-Global.eot);
  src: url(/RECRUIT/BUHAN/ASSETS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"), url(/RECRUIT/BUHAN/ASSETS/ICONS/Nissan-Global.woff) format("woff"), url(/RECRUIT/BUHAN/ASSETS/ICONS/Nissan-Global.ttf) format("truetype"), url(/RECRUIT/BUHAN/ASSETS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
/*// ============================================================
// base
// ============================================================*/
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.animated.repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.animated.repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}

.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.animated.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animated.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.animated.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.animated.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.animated.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.animated.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.animated.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-2-1s {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.animated.delay-2-2s {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.animated.delay-2-3s {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.animated.delay-2-4s {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.animated.delay-2-5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.delay-2-6s {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.animated.delay-2-7s {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.animated.delay-2-8s {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.animated.delay-2-9s {
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.faster {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.animated.fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.normal {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion: reduce), print {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeftShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftShorter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeftShorter {
  -webkit-animation-name: fadeInLeftShorter;
  animation-name: fadeInLeftShorter;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200vw, 0, 0);
    transform: translate3d(-200vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-200vw, 0, 0);
    transform: translate3d(-200vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200vw, 0, 0);
    transform: translate3d(200vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(200vw, 0, 0);
    transform: translate3d(200vw, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/*----------------------------------------
	header.scss
---------------------------------------- */
.top .l-header__secondary a {
  color: var(--wds2-color-nissanwhite);
}
@media print, screen and (min-width: 1230px) {
  .top .l-header__secondary {
    border-color: #fff;
  }
}

.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.l-header.is-fixed {
  position: fixed;
  top: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header.is-fixed .l-header__secondary > p a {
  color: var(--wds2-color-nissanblack);
}
.l-header.is-fixed.is-hidden {
  padding-bottom: 10px;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 55px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__logo img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.l-header__logo .site-logo {
  position: relative;
  width: 82px;
  z-index: 100;
}
.l-header__logo .brand-logo {
  width: 104px;
  margin-right: 58px;
}
.l-header__logo a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__logo.is-open {
  width: 100%;
  background-color: #fff;
}
.l-header__secondary {
  padding-left: 20px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__secondary a {
  font-size: 3.2vw;
  letter-spacing: 0.075em;
  color: var(--wds2-color-nissanblack);
}
@media screen and (max-width: 579px) {
  .l-header .sptab-only {
    display: block !important;
  }
  .l-header .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .l-header__secondary {
    font-size: 1.6rem;
  }
  .l-header__secondary a {
    font-size: 1.6rem;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-header__secondary a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-header .sptab-only {
    display: block !important;
  }
  .l-header .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1230px) {
  .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-header.is-fixed .l-header__secondary {
    border-color: #CCCCCC;
  }
  .l-header__logo {
    height: auto;
    margin-top: 25px;
    padding-left: 30px;
  }
  .l-header__logo .site-logo {
    width: 137px;
  }
  .l-header__logo .brand-logo {
    position: absolute;
    right: 24px;
    width: 70px;
    margin-right: 0;
  }
  .l-header__gnav {
    position: absolute;
    right: 136px;
  }
  .l-header__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 48px 136px 0 42px;
    padding: 11px 0 0 0;
    border-top: 1px #CCCCCC solid;
  }
  .l-header__secondary a {
    font-size: 1.6rem;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-header__secondary a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-header__secondary .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: center;
    line-height: 1.2857142857;
  }
  .l-header__secondary .m-button.--floating {
    display: table;
  }
  .l-header__secondary .m-button.--floating a {
    display: table-cell;
    height: 48px;
    padding: 0 18px 0 20px;
    font-size: 1.4rem;
    font-family: ShinGoPro-Bold, sans-serif !important;
    vertical-align: bottom;
    background: transparent linear-gradient(106deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
  }
  .l-header .sptab-only {
    display: none !important;
  }
  .l-header .pc-only {
    display: block !important;
  }
}

/*----------------------------------------
	gnav.scss
---------------------------------------- */
.top .l-header .drawerBtn span {
  background: var(--wds2-color-nissanwhite);
}
@media print, screen and (min-width: 1230px) {
  .top .l-header .drawerContents .primary > li > a {
    color: white;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .top .l-header .drawerContents .primary:hover > li:not(:hover) > a {
    color: rgba(255, 255, 255, 0.6);
  }
}

.drawerBtn {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  width: 58px;
  height: 56px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawerBtn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2.5px;
  border-radius: 2.5px;
  width: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
      user-select: none !important;
  -webkit-transform-origin: left;
          transform-origin: left;
  background: var(--wds2-color-nissanblack);
}
.drawerBtn span:nth-child(1) {
  margin-top: -7px;
}
.drawerBtn span:nth-child(3) {
  margin-top: 7px;
}
.drawerBtn:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawerBtn.is-open {
  position: fixed;
}
.drawerBtn.is-open span {
  -webkit-transform-origin: left;
          transform-origin: left;
  background: var(--wds2-color-nissanblack) !important;
}
.drawerBtn.is-open span:nth-child(1) {
  margin-top: -0.5px;
  margin-left: -0.75px;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.drawerBtn.is-open span:nth-child(2) {
  display: none;
}
.drawerBtn.is-open span:nth-child(3) {
  margin-top: -0.5px;
  margin-left: 0.75px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
@media print, screen and (min-width: 1230px) {
  .drawerBtn {
    display: none !important;
  }
}

.drawerContents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  margin-bottom: 0;
  padding: 86px 40px 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  z-index: 10;
}
.drawerContents * {
  font-size: 14px;
  font-family: ShinGoPro-Regular, sans-serif;
  line-height: 1.4285714286;
}
.drawerContents .primary {
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.drawerContents .primary li > a {
  color: #343434;
  white-space: nowrap;
}
.drawerContents .primary .has-menu > a {
  position: relative;
  padding-right: 20px;
}
.drawerContents .primary .has-menu > a::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 0;
  font-family: icon-Nissan-Global;
  content: var(--wds2-icon-down-arrow);
  speak: none;
  font-size: 1.6rem;
  line-height: 1;
}
.drawerContents .primary .has-menu > a.active::after {
  content: var(--wds2-icon-up-arrow);
}
.drawerContents .primary .has-menu .dropdown {
  display: none;
  padding-bottom: 15px;
  padding-left: 30px;
  overflow: hidden;
}
.drawerContents .primary .has-menu .dropdown > li > a {
  color: black;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.drawerContents .primary .has-menu .dropdown:hover > li:not(:hover) > a {
  color: rgba(0, 0, 0, 0.6);
}
.drawerContents .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.drawerContents .secondary li > a {
  white-space: nowrap;
}
.drawerContents a,
.drawerContents span {
  display: block;
  padding: 15px 0;
  text-align: left;
}
.drawerContents.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media print, screen and (min-width: 1230px) {
  .drawerContents {
    display: block !important;
    position: inherit;
    background-color: transparent;
    height: auto;
    overflow: inherit;
    padding: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .drawerContents .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .drawerContents .primary > li > a {
    color: black;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .drawerContents .primary:hover > li:not(:hover) > a {
    color: rgba(0, 0, 0, 0.6);
  }
  .drawerContents .primary .has-menu > a {
    padding-right: 20px;
  }
  .drawerContents .primary .has-menu a {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: color 0.2s ease-in-out, opacity 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: color 0.2s ease-in-out, transform 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), opacity 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: color 0.2s ease-in-out, transform 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), opacity 0.2s cubic-bezier(0.64, 0.04, 0.35, 1), -webkit-transform 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .drawerContents .primary .has-menu .dropdown {
    display: inherit;
    position: absolute;
    top: calc(1em + 30px);
    padding: 15px 40px 15px 30px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    background-color: transparent;
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  .drawerContents .primary .has-menu .dropdown a {
    color: #343434;
  }
  .drawerContents .primary .has-menu:hover .dropdown {
    display: block !important;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .drawerContents .primary .secondary {
    margin-top: 50px;
  }
}

.l-header.is-fixed .drawerBtn span {
  background: var(--wds2-color-nissanblack);
}
@media print, screen and (min-width: 1230px) {
  .l-header.is-fixed .drawerContents .primary > li > a {
    color: black;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .l-header.is-fixed .drawerContents .primary:hover > li:not(:hover) > a {
    color: rgba(0, 0, 0, 0.6);
  }
}

.l-header__logo.is-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.l-header__logo.is-open .brand-logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.l-header__secondary.is-open {
  height: 69px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*----------------------------------------
	footer.scss
---------------------------------------- */
.l-footer {
  position: relative;
  font-size: 1.2rem;
}
.l-footer__breadcrumbs {
  padding: 17px 14px 40px;
  text-align: left;
  background-color: #000;
  border-bottom: 1px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer__breadcrumbs li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 16px;
}
.l-footer__breadcrumbs li:first-child {
  width: 100%;
}
.l-footer__breadcrumbs li:last-child {
  margin-right: 0;
}
.l-footer__breadcrumbs li::after {
  position: relative;
  top: 2px;
  right: -6px;
  content: var(--wds2-icon-right-arrow);
  speak: none;
  font-family: icon-Nissan-Global;
  font-size: 16px;
  line-height: 1;
  color: var(--wds2-color-nissanwhite);
}
.l-footer__breadcrumbs li:last-child:not(.item-top) {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  letter-spacing: 0.075em;
}
.l-footer__breadcrumbs li:last-child::after {
  content: none;
}
.l-footer__breadcrumbs a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  letter-spacing: 0.075em;
}
.l-footer__gnav {
  background-color: #333333;
}
.l-footer__gnav .gnav-toggle {
  position: relative;
  max-width: 1162px;
  margin: 0 auto;
}
.l-footer__gnav .gnav-toggle a {
  position: absolute;
  top: -37px;
  right: 14px;
  width: 130px;
  height: 36px;
  display: block;
  padding-right: 0.5em;
  letter-spacing: 0.075em;
  line-height: 36px;
  color: #fff;
  background: #333333;
  border-radius: 18px 18px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.l-footer__gnav .gnav-toggle a:before {
  position: absolute;
  right: 22px;
  top: 14px;
  content: "";
  width: 0;
  height: 9px;
  border-right: 1px #FFFFFF solid;
}
.l-footer__gnav .gnav-toggle a:after {
  position: absolute;
  right: 18px;
  top: 18px;
  content: "";
  width: 9px;
  height: 0;
  border-bottom: 1px #FFFFFF solid;
}
.l-footer__gnav .gnav-toggle.active a {
  height: 37px;
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.l-footer__gnav .gnav-toggle.active a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.l-footer__gnav .gnav-toggle.active a:after {
  content: none;
}
.l-footer__gnav .js-accordion-body {
  display: none;
}
.l-footer__gnav .gnav-list {
  text-align: left;
}
.l-footer__gnav .gnav-list > div > a {
  display: block;
}
.l-footer__gnav .gnav-list a {
  font-size: 1.4rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  color: #fff;
}
.l-footer__gnav .gnav-list .dropdown a {
  display: block;
  font-family: ShinGoPro-regular, sans-serif !important;
}
.l-footer__gnav .gnav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  row-gap: 24px;
  width: 100%;
  padding: 5px 0 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__gnav .gnav-button li {
  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;
  width: 89.3333333333%;
  height: 48px;
  margin: 0 auto;
  border-radius: 30px;
  border: 2px #fff solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__gnav .gnav-button li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  letter-spacing: 0.075em;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
.l-footer__link {
  padding: 30px 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  text-align: left;
  row-gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer__link ul {
  width: 100%;
}
.l-footer__link li {
  width: 100%;
  white-space: nowrap;
}
.l-footer__link li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0;
}
.l-footer__link li a:hover {
  opacity: 0.6;
}
.l-footer__copyright {
  margin-top: 20px;
  padding: 0 14px 30px;
  text-align: left;
  letter-spacing: 0.015em;
}
.l-footer__copyright span {
  padding-right: 0.3rem;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .l-footer__link li {
    padding: 0 12px;
  }
  .l-footer__link li a {
    font-size: clamp(10px, 1.2244897959vw, 12px);
  }
  .l-footer__copyright {
    font-size: clamp(10px, 1.2244897959vw, 12px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1229px) {
  .l-footer__link li {
    padding: 0 15px;
  }
  .l-footer__link li a {
    font-size: clamp(11px, 1.2244897959vw, 12px);
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .l-footer__breadcrumbs a:hover {
    opacity: 0.8;
  }
  .l-footer__link {
    padding: 30px 14px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-footer__link li {
    position: relative;
    width: auto;
    display: inline-block;
  }
  .l-footer__link li::after {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-right: 1px #ccc solid;
  }
  .l-footer__link li:last-child::after {
    content: none;
  }
  .l-footer__copyright {
    text-align: center;
  }
  .l-footer__gnav .gnav-button {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: inherit;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    padding: 10px 20px 30px;
  }
  .l-footer__gnav .gnav-button li {
    width: 70%;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-button li:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
}
@media print, screen and (max-width: 1229px) {
  .l-footer__gnav .gnav-list > div {
    border-bottom: 1px #4D4D4D solid;
  }
  .l-footer__gnav .gnav-list > div > a {
    height: 60px;
    line-height: 60px;
  }
  .l-footer__gnav .gnav-list > div:last-child {
    border-bottom: none;
  }
  .l-footer__gnav .gnav-list .col-4 > div > a {
    height: 60px;
    line-height: 60px;
  }
  .l-footer__gnav .gnav-list a {
    display: block;
    padding: 0 14px;
  }
  .l-footer__gnav .gnav-list a:hover {
    opacity: 0.6;
  }
  .l-footer__gnav .gnav-list .has-menu {
    position: relative;
  }
  .l-footer__gnav .gnav-list .has-menu > a::after {
    position: absolute;
    top: 22px;
    right: 14px;
    content: var(--wds2-icon-down-arrow);
    speak: none;
    font-size: 16px;
    font-family: icon-Nissan-Global;
    color: #C3002F;
    line-height: 1;
  }
  .l-footer__gnav .gnav-list .has-menu > a.active::after {
    content: var(--wds2-icon-up-arrow);
  }
  .l-footer__gnav .gnav-list .dropdown {
    display: none;
    padding-bottom: 20px;
  }
  .l-footer__gnav .gnav-list .dropdown a {
    padding: 10px 14px 10px 2em;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-list .dropdown a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
}
@media print, screen and (min-width: 1230px) {
  .l-footer__breadcrumbs {
    height: 55px;
    padding: 16px 0 0;
  }
  .l-footer__breadcrumbs ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1162px;
    margin: 0 auto;
  }
  .l-footer__breadcrumbs li:first-child {
    width: inherit;
  }
  .l-footer__breadcrumbs a:hover {
    opacity: 0.8;
  }
  .l-footer__gnav .gnav-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1162px;
    min-height: 544px;
    margin: 0 auto;
    padding: 34px 0 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__gnav .gnav-list > div > a {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
  .l-footer__gnav .gnav-list > div:nth-child(5) {
    grid-column: 4;
  }
  .l-footer__gnav .gnav-list .col-4 {
    position: absolute;
    top: 195px;
  }
  .l-footer__gnav .gnav-list .col-4 > div > a {
    font-size: 1.8rem;
    font-family: ShinGoPro-regular, sans-serif !important;
  }
  .l-footer__gnav .gnav-list .dropdown a {
    padding: 10px 0;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-list .dropdown a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-button {
    margin-top: 40px;
  }
  .l-footer__gnav .gnav-button li {
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-button li:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-footer__gnav .gnav-button a {
    min-width: 273px;
  }
  .l-footer__link {
    padding: 40px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-footer__link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .l-footer__link li {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0 30px;
  }
  .l-footer__link li::after {
    position: absolute;
    top: -5px;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    border-right: 1px #ccc solid;
  }
  .l-footer__link li:last-child::after {
    content: none;
  }
  .l-footer__copyright {
    margin: 30px 0 40px;
    text-align: center;
  }
}

/*----------------------------------------
	floating.scss
----------------------------------------*/
.l-floating {
  position: fixed;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 40px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.l-floating::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 50px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-backdrop-filter 0.3s;
  transition: opacity 0.3s, -webkit-backdrop-filter 0.3s;
  transition: opacity 0.3s, backdrop-filter 0.3s;
  transition: opacity 0.3s, backdrop-filter 0.3s, -webkit-backdrop-filter 0.3s;
}
.l-floating.isVisible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.l-floating.isVisible::before {
  opacity: 1;
}
.l-floating__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  row-gap: 5px;
}
.l-floating .m-button {
  position: relative;
  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;
  width: 88.2666666667%;
  max-width: 580px;
  height: 30px;
  margin: 0 auto;
  background: transparent linear-gradient(95deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.l-floating .m-button a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .l-floating {
    height: 51px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-floating::before {
    height: 62px;
  }
  .l-floating__footer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: inherit;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .l-floating .m-button {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .l-floating .m-button a {
    line-height: 40px;
  }
  .l-floating .m-button:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
}
@media print, screen and (min-width: 1230px) {
  .l-floating {
    display: none;
  }
}

/*----------------------------------------
wrapper.scss
---------------------------------------- */
.l-wrapper {
  position: relative;
}
.l-wrapper.-fixed {
  height: 100vh;
  overflow: hidden;
}

/*----------------------------------------
inner.scss
---------------------------------------- */
.l-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px;
  z-index: 1;
}
@media print, screen and (min-width: 1230px) {
  .l-inner {
    padding: 0;
  }
}

/*// ============================================================
// layout
// ============================================================*/
/*----------------------------------------
	module/anchor.scss
---------------------------------------- */
.m-anchor {
  position: relative;
  padding: 25px 22px;
  background: transparent linear-gradient(301deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.m-anchor::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 53.3333333333%;
  height: 10px;
  background: transparent linear-gradient(87deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 0px 0px;
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: fadeIn 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
  z-index: 1;
}
.m-anchor__list li {
  border-bottom: 1px #CCCCCC solid;
}
.m-anchor__list a {
  position: relative;
  display: block;
  padding: 15px 0;
  text-align: left;
  letter-spacing: 0.075em;
}
.m-anchor__list a:hover {
  opacity: 0.6;
}
.m-anchor__list a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: var(--wds2-icon-down-arrow);
  speak: none;
  font-size: 16px;
  font-family: icon-Nissan-Global;
  color: #C3002F;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1229px) {
  .m-anchor__list li:last-of-type {
    border-bottom: none;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-anchor {
    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;
    height: 230px;
    padding: 0;
    background: transparent linear-gradient(280deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
  .m-anchor::before {
    top: -15px;
    width: 52.9296875%;
    height: 15px;
    background: transparent linear-gradient(89deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 15px 0px 0px;
  }
  .m-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px #CCCCCC solid;
  }
  .m-anchor__list li {
    border-bottom: none;
    border-left: 1px #CCCCCC solid;
  }
  .m-anchor__list a {
    padding: 12px 40px 44px 40px;
  }
  .m-anchor__list a::after {
    top: inherit;
    right: 50%;
    bottom: 4px;
    font-size: 2.4rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

/*----------------------------------------
	module/banner.scss
---------------------------------------- */
.m-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px;
  width: 100%;
  row-gap: 15px;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.m-banner .banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.m-banner .banner .title {
  position: absolute;
  top: 5.3333333333vw;
  left: 5.3333333333vw;
  margin-top: -0.5em;
  font-size: 3.7333333333vw;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  line-height: 1.3333333333;
  z-index: 1;
}
.m-banner .banner .title span {
  font-size: 6.6666666667vw;
  font-family: ShinGoPro-Light, sans-serif !important;
}
.m-banner .banner .button {
  position: absolute;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  width: 23.4666666667vw;
  height: 30px;
  font-size: 2.6666666667vw;
  font-family: ShinGoPro-Bold, sans-serif !important;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 26px;
  border: 2px #fff solid;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.m-banner .banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.m-banner .banner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.m-banner.--page-bottom {
  margin-bottom: 100px;
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-banner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .m-banner .banner {
    max-width: 49.12109375%;
    margin: 0 auto;
  }
  .m-banner .banner .title {
    top: 20px;
    left: 20px;
    font-size: 1.4rem;
  }
  .m-banner .banner .title span {
    font-size: 3rem;
  }
  .m-banner .banner .button {
    right: 10px;
    bottom: 10px;
    width: 134px;
    height: 36px;
    font-size: 1.4rem;
    line-height: 34px;
  }
  .m-banner .banner img {
    height: revert-layer;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-banner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin-top: 100px;
    padding: 0;
  }
  .m-banner .banner {
    max-width: 503px;
    width: 49.12109375%;
    margin: 0 auto;
    border-radius: 12px;
  }
  .m-banner .banner .title {
    top: 50%;
    left: 30px;
    margin-top: -0.5em;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-banner .banner .title span {
    font-size: 3.4rem;
  }
  .m-banner .banner .button {
    right: 20px;
    bottom: 20px;
    width: 134px;
    height: 46px;
    font-size: 1.4rem;
    line-height: 45px;
  }
  .m-banner .banner img {
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .m-banner .banner:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  }
  .m-banner.--page-bottom {
    margin-bottom: 160px;
  }
}

/*----------------------------------------
	module/breakpoint.scss
---------------------------------------- */
@media screen and (max-width: 579px) {
  .m-tab-only,
.m-pc-only,
.m-tabpc-only {
    display: none !important;
  }

  .m-sp-only,
.m-sptab-only {
    display: block !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-sp-only,
.m-pc-only {
    display: none !important;
  }

  .m-tab-only,
.m-sptab-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-sp-only,
.m-tab-only,
.m-sptab-only {
    display: none !important;
  }

  .m-tabpc-only,
.m-pc-only {
    display: block !important;
  }
}
/*----------------------------------------
	module/button.scss
----------------------------------------*/
.m-button a {
  display: block;
  color: #fff;
  background: transparent linear-gradient(107deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
}
.m-button a:hover {
  opacity: 0.8;
}
.m-button--detail a {
  position: relative;
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-family: ShinGoPro-Bold, sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-button--detail.arrow-circle a {
  padding-right: 10px;
  font-size: 0.9rem;
}
.m-button--detail.arrow-circle a::before, .m-button--detail.arrow-circle a::after {
  position: absolute;
  top: 50%;
  content: "";
}
.m-button--detail.arrow-circle a::before {
  right: 8px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  opacity: 0.7;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--detail.arrow-circle a::after {
  right: 13px !important;
  left: auto !important;
  width: 5px !important;
  height: 6px !important;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#C3002F), to(#FF003D)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(180deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.m-button--search {
  width: 92.1450151057%;
  max-width: 1024px;
  height: 60px;
  margin: 38px auto 0;
}
.m-button--search a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.8rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  line-height: 60px;
  color: #fff;
  letter-spacing: 0.075em;
  background: transparent linear-gradient(101deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 50px;
}
.m-button--search a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: var(--wds2-icon-right-arrow);
  speak: none;
  font-family: icon-Nissan-Global;
  font-size: 2rem;
  line-height: 1;
  color: var(--wds2-color-nissanwhite);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--search a:hover {
  opacity: 0.8;
}
.m-button--entry {
  width: 100%;
  height: 72px;
}
.m-button--entry a {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  font-size: 1.8rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  line-height: 72px;
  color: #fff;
  letter-spacing: 0.075em;
  background: #C3002F;
  border-radius: 50px;
}
.m-button--entry a:hover {
  opacity: 0.8;
}
.m-button--entry + .m-button--entry {
  margin-top: 15px;
}
.m-button--border {
  width: 98.1873111782%;
  height: 60px;
  margin: 60px auto 0;
}
.m-button--border a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  line-height: 54px;
  color: #000;
  letter-spacing: 0.075em;
  border: 3px #000 solid;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-button--border a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: var(--wds2-icon-right-arrow);
  speak: none;
  font-family: icon-Nissan-Global;
  font-size: 2rem;
  line-height: 1;
  color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-button--border a:hover {
  opacity: 0.6;
}
.m-button--back {
  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;
  height: 114px;
  margin-top: 60px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: transparent linear-gradient(287deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
.m-button--back a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 579px) {
  .m-button--border a {
    font-size: clamp(1.1rem, 3.2vw, 1.2rem);
  }
  .m-button--border a::after {
    font-size: clamp(1.6rem, 4.8vw, 1.8rem);
  }
}
@media screen and (max-width: 350px) {
  .m-button--border a {
    letter-spacing: 0;
  }
  .m-button--border a::after {
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 800px) and (max-width: 1023px) {
  .m-button--detail a {
    width: clamp(98px, 11.71875vw, 120px);
    height: auto;
    line-height: 30px;
  }
  .m-button--detail.arrow-circle a {
    padding: 5px 12px 5px 0;
    font-size: clamp(0.9rem, 1.3671875vw, 1.4rem);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1229px) {
  .m-button--detail a {
    width: 150px;
    height: 46px;
    line-height: 46px;
  }
  .m-button--detail.arrow-circle a {
    padding-right: 14px;
    font-size: 1.4rem;
  }
  .m-button--detail.arrow-circle a::before {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .m-button--detail.arrow-circle a::after {
    right: 19px !important;
    width: 8px !important;
    height: 9px !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-button--search {
    width: 78.125%;
  }
  .m-button--entry {
    width: 78.125%;
    margin: 0 auto;
  }
  .m-button--border {
    width: 78.125%;
  }
  .m-button--border a {
    font-size: 1.8rem;
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-button--detail a {
    width: 150px;
    height: 46px;
    line-height: 46px;
  }
  .m-button--detail.arrow-circle a {
    padding-right: 14px;
    font-size: 1.4rem;
  }
  .m-button--detail.arrow-circle a::before {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .m-button--detail.arrow-circle a::after {
    right: 19px !important;
    width: 8px !important;
    height: 9px !important;
  }
  .m-button--search {
    width: 78.125%;
    height: 100px;
    margin: 38px auto 0;
  }
  .m-button--search a {
    height: 100px;
    font-size: 2.4rem;
    line-height: 100px;
    background: transparent linear-gradient(97deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  }
  .m-button--search a::after {
    right: 25px;
    font-size: 2.2rem;
  }
  .m-button--entry {
    width: 100%;
    max-width: 1024px;
    height: 100px;
  }
  .m-button--entry a {
    height: 100px;
    font-size: 2.6rem;
    line-height: 100px;
  }
  .m-button--entry + .m-button--entry {
    margin-top: 30px;
  }
  .m-button--border {
    width: 58.59375%;
    height: 80px;
    margin: 60px auto 0;
  }
  .m-button--border a {
    height: 80px;
    font-size: 1.8rem;
    line-height: 74px;
  }
  .m-button--border a::after {
    right: 25px;
    font-size: 2.2rem;
  }
  .m-button--back {
    height: 230px;
    margin-top: 80px;
    background: transparent linear-gradient(280deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
}

.m-button-area {
  max-width: 1024px;
  margin: 0 auto;
}
.m-button-area .text {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  letter-spacing: 0.075em;
}
@media print, screen and (min-width: 1230px) {
  .m-button-area .text {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}

/*----------------------------------------
	module/column.scss
---------------------------------------- */
.m-column {
  position: relative;
}
.m-column.--sp1col-pc2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
.m-column.--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-column.--sp1col-pc3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.m-column--alternating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-column--alternating .m-column__content {
  width: 100%;
  max-width: 564px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-column--alternating .m-column__content img {
  height: auto;
}
.m-column--alternating .m-column__content .m-photo {
  margin-top: 0;
}
.m-column--alternating:nth-child(odd) .m-column__content:first-child, .m-column--alternating:nth-child(even) .m-column__content:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.m-column--alternating:nth-child(odd) .m-column__content:last-child, .m-column--alternating:nth-child(even) .m-column__content:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.m-column__content a:hover {
  opacity: 0.6;
}
.m-column__content .m-photo {
  margin-top: 40px;
}
.m-column__content .m-photo img {
  height: auto;
}
.m-column__content .m-caption {
  margin-top: 20px;
  font-size: 1.6rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  text-align: left;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 579px) {
  .m-column.--sp1col-pc2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-column.--sp1col-pc3col .m-column__content {
    width: 100%;
  }
  .m-column--alternating .m-column__content:first-child .m-photo {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 580px) and (max-width: 959px) {
  .m-column.--sp1col-pc2col {
    -webkit-column-gap: 15px !important;
       -moz-column-gap: 15px !important;
            column-gap: 15px !important;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-column.--sp1col-pc2col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .m-column.--sp1col-pc2col .m-column__content {
    width: 48.14453125%;
  }
  .m-column.--sp1col-pc3col .m-column__content {
    width: 31.190926276%;
  }
  .m-column--alternating {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 30px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .m-column--alternating + .m-column--alternating {
    margin-top: 30px;
  }
  .m-column--alternating .m-column__content {
    width: auto;
    max-width: 55.078125%;
    -ms-flex-negative: unset;
        flex-shrink: unset;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:first-child, .m-column--alternating:nth-child(even) .m-column__content:first-child {
    margin-top: 0;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-column--alternating:nth-child(even) .m-column__content:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-column--alternating:nth-child(even) .m-column__content:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-column.--sp1col-pc2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 38px;
  }
  .m-column.--sp1col-pc2col .m-column__content {
    width: 48.14453125%;
  }
  .m-column--alternating {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 30px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .m-column--alternating + .m-column--alternating {
    margin-top: 60px;
  }
  .m-column--alternating .m-column__content {
    width: auto;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:first-child, .m-column--alternating:nth-child(even) .m-column__content:first-child {
    margin-top: 0;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .m-column--alternating:nth-child(odd) .m-column__content:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-column--alternating:nth-child(even) .m-column__content:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .m-column--alternating:nth-child(even) .m-column__content:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.--reverse .m-column--alternating:nth-child(odd) .m-column__content:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.--reverse .m-column--alternating:nth-child(odd) .m-column__content:last-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.--reverse .m-column--alternating:nth-child(even) .m-column__content:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.--reverse .m-column--alternating:nth-child(even) .m-column__content:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*----------------------------------------
	module/head.scss
---------------------------------------- */
.m-head--page {
  text-align: center;
  font-size: 3.4rem;
  font-family: ShinGoPro-Light, sans-serif !important;
  letter-spacing: 0.16em;
}
.m-head--page span {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: ShinGoPro-Regular, sans-serif !important;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 579px) {
  .m-head--page {
    font-size: clamp(3.1rem, 9.0666666667vw, 3.4rem);
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--page {
    font-size: clamp(3.4rem, 6.640625vw, 6.8rem);
  }
  .m-head--page span {
    font-size: clamp(1.6rem, 1.953125vw, 2rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--page {
    margin-top: 0;
    font-size: 6.8rem;
    letter-spacing: 0.2em;
  }
  .m-head--page span {
    font-size: 2rem;
  }
}
.m-head--section {
  position: relative;
}
.m-head--section span {
  position: relative;
  padding-top: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: block;
  z-index: 1;
}
.m-head--section span::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
.m-head--section.--left::before, .m-head--section.--right::before {
  position: absolute;
  content: "";
  display: block;
  width: 89.3333333333%;
  height: 374px;
  z-index: 0;
}
.m-head--section.--left::after, .m-head--section.--right::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 53.3333333333%;
  height: 10px;
  z-index: 1;
}
.m-head--section.--right::before {
  background: transparent linear-gradient(318deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 200px 0px;
}
.m-head--section.--right::after {
  right: 0;
  background: transparent linear-gradient(87deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px 0px 0px 0px;
  -webkit-animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.m-head--section.--left::before {
  right: 0;
  background: transparent linear-gradient(331deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 200px;
}
.m-head--section.--left::after {
  left: 0;
  background: transparent linear-gradient(87deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 0px 0px;
  -webkit-animation: slideInLeft 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: slideInLeft 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
@media screen and (max-width: 579px) {
  .m-head--section span {
    font-size: clamp(2.2rem, 6.4vw, 2.4rem);
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--section span {
    padding-top: 60px;
    font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  }
  .m-head--section.--right::before {
    background: transparent linear-gradient(64deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 350px 0px;
  }
  .m-head--section.--right::after {
    background: transparent linear-gradient(89deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px 0px 0px 0px;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--section span {
    padding-top: 90px;
    font-size: 3.6rem;
  }
  .m-head--section.--left::before, .m-head--section.--right::before {
    width: 74.9633967789%;
    height: 500px;
  }
  .m-head--section.--left::after, .m-head--section.--right::after {
    top: -15px;
    width: 53.3333333333%;
    height: 15px;
  }
  .m-head--section.--right::before {
    background: transparent linear-gradient(64deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 350px 0px;
  }
  .m-head--section.--right::after {
    background: transparent linear-gradient(89deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px 0px 0px 0px;
  }
  .m-head--section.--left::before {
    background: transparent linear-gradient(296deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 350px;
  }
  .m-head--section.--left::after {
    background: transparent linear-gradient(89deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 15px 0px 0px;
    -webkit-animation: slideInLeft 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
            animation: slideInLeft 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
  }
}
.m-head--comingsoon::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 39.4666666667%;
  height: 57px;
  background: transparent linear-gradient(70deg, #FF003D 0%, #C3002F 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 208px 0px 0px;
  z-index: -1;
}
.m-head--comingsoon::after {
  content: "";
  position: absolute;
  bottom: -149px;
  right: 0;
  width: 58.6666666667%;
  height: 57px;
  background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 100px;
  z-index: -1;
}
.m-head--comingsoon span {
  position: relative;
  padding-top: 33px;
  font-size: 1.8rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.075em;
  line-height: 1.5;
  display: block;
  z-index: 1;
}
.m-head--comingsoon span::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
.m-head--comingsoon__text::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: #EBEBEB;
  z-index: 0;
}
@media screen and (max-width: 579px) {
  .m-head--comingsoon span {
    font-size: clamp(1.7rem, 4.8vw, 1.8rem);
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--comingsoon {
    padding-top: 60px;
  }
  .m-head--comingsoon::before {
    top: -30px;
    width: 58.5651537335%;
    height: 208px;
    background: transparent linear-gradient(77deg, #FF003D 0%, #C3002F 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 100px 0px 0px;
  }
  .m-head--comingsoon::after {
    bottom: -240px;
    width: 39.6778916545%;
    height: 208px;
    background: transparent linear-gradient(71deg, #FF003D 0%, #C3002F 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 208px;
  }
  .m-head--comingsoon span {
    font-size: clamp(1.8rem, 2.34375vw, 2.4rem);
    letter-spacing: 0.15em;
  }
  .m-head--comingsoon__text::after {
    top: 0;
    content: "";
    height: 357px;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--comingsoon::before {
    top: -30px;
    width: 58.5651537335%;
    height: 208px;
    background: transparent linear-gradient(77deg, #FF003D 0%, #C3002F 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 100px 0px 0px;
  }
  .m-head--comingsoon::after {
    bottom: -377px;
    width: 39.6778916545%;
    height: 208px;
    background: transparent linear-gradient(71deg, #FF003D 0%, #C3002F 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 208px;
  }
  .m-head--comingsoon span {
    padding-top: 80px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
  .m-head--comingsoon__text::after {
    content: "";
    height: 457px;
  }
}
.m-head--underline {
  position: relative;
  margin: 80px 0 40px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.m-head--underline span {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
.m-head--underline::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--underline {
    font-size: clamp(2.4rem, 3.125vw, 3.2rem);
  }
  .m-head--underline span {
    font-size: clamp(1.5rem, 1.953125vw, 2rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--underline {
    margin: 100px 0 60px;
    font-size: 3.6rem;
    line-height: 1.1666666667;
  }
  .m-head--underline span {
    font-size: 2rem;
  }
  .m-head--underline::after {
    margin: 30px auto 0;
  }
}
.m-head--01 {
  position: relative;
  margin-bottom: 25px;
  font-weight: 700;
  font-family: ShinGoPro-Bold, sans-serif !important;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.m-head--01::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 14px 0 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 579px) {
  .m-head--01 {
    margin-top: 20px;
    font-size: clamp(1.9rem, 5.3333333333vw, 2rem);
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--01 {
    font-size: clamp(2rem, 2.9296875vw, 3rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--01 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.m-head--02 {
  margin-bottom: 30px;
  font-family: ShinGoPro-Bold, sans-serif !important;
}
@media screen and (max-width: 579px) {
  .m-head--02 {
    font-size: clamp(1.7rem, 4.8vw, 1.8rem);
    text-align: left;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--02 {
    font-size: clamp(1.8rem, 2.1484375vw, 2.2rem);
    letter-spacing: 0.075em;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--02 {
    font-size: 2.2rem;
    letter-spacing: 0.075em;
  }
}
.m-head--03 {
  margin-top: 100px;
  margin-bottom: 30px;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
}
.m-head--03:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 579px) {
  .m-head--03 {
    font-size: clamp(1.7rem, 4.8vw, 1.8rem);
    text-align: left;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-head--03 {
    font-size: clamp(1.8rem, 2.1484375vw, 2.2rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-head--03 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}

.m-mv.--child .m-head--page {
  margin-right: 20px;
  font-size: 2.6rem;
  text-align: right;
  letter-spacing: 0.2em;
}
.m-mv.--child .m-head--page span {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1230px) {
  .m-mv.--child .m-head--page {
    margin-right: 30px;
  }
}

/*----------------------------------------
	module/images.scss
---------------------------------------- */
.m-images img {
  height: auto;
}
.m-images.--rounded {
  border-radius: 12px;
}
.m-images.--rounded img {
  border-radius: 12px;
}
@media screen and (max-width: 579px) {
  .m-images img {
    width: 100%;
  }
}

/*----------------------------------------
	module/lead.scss
---------------------------------------- */
.m-lead {
  padding: 80px 22px 0;
}
.m-lead__head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5454545455;
}
.m-lead__text {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.2rem;
  letter-spacing: 0.055em;
  line-height: 2;
}
.m-lead__figure {
  margin-top: 50px;
}
.m-lead__figure img {
  height: auto;
}
@media screen and (max-width: 579px) {
  .m-lead__head {
    font-size: clamp(2rem, 5.8666666667vw, 2.2rem);
  }
  .m-lead__text {
    text-align: left;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-lead__head {
    font-size: clamp(2.2rem, 2.734375vw, 2.8rem);
  }
  .m-lead__text {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-lead {
    padding: 120px 0 0;
  }
  .m-lead__head {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .m-lead__text {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
    line-height: 2;
  }
  .m-lead__figure {
    margin-top: 80px;
  }
}

/*----------------------------------------
	module/link.scss
---------------------------------------- */
.m-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  font-size: 1.2rem;
  text-align: left;
}
.m-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: var(--wds2-icon-right-arrow);
  speak: none;
  font-size: 1.2rem;
  font-family: icon-Nissan-Global;
  color: #C3002F;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-link {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .m-link {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	module/lead.scss
---------------------------------------- */
.--sp1col-pc2col {
  row-gap: 30px !important;
}

.c-movie__item {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.c-movie__item a {
  position: relative;
  display: block;
}
.c-movie__item a:hover {
  opacity: 0.7;
}
.c-movie__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.125vw;
  height: 13.125vw;
  background: url(../../ASSETS/ICONS/icon_play.svg) center/contain no-repeat;
}
.c-movie__item img {
  width: 100%;
  height: auto;
}
.c-movie__item--w100 {
  width: 100%;
}
.c-movie__item .profile {
  text-align: left;
}
.c-movie__item .profile__department {
  margin-top: 20px;
  font-size: 1.2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.075em;
}
.c-movie__item .profile__name {
  margin-top: 10px;
  font-size: 2rem;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.075em;
}
.c-movie__item .profile__name span {
  font-size: 1.2rem;
}

@media screen and (min-width: 580px) and (max-width: 959px) {
  .--sp1col-pc2col .c-movie__item a::after {
    width: clamp(40px, 6.4453125vw, 66px);
    height: clamp(40px, 6.4453125vw, 66px);
  }
}
@media screen and (min-width: 960px) and (max-width: 1229px) {
  .--sp1col-pc2col .c-movie__item a::after {
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .c-movie__item .profile__department {
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  }
  .c-movie__item .profile__name {
    font-size: clamp(2rem, 2.34375vw, 2.4rem);
  }
  .c-movie__item .profile__name span {
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  }
}
@media print, screen and (min-width: 1230px) {
  .--sp1col-pc2col .c-movie__item a::after {
    width: 66px;
    height: 66px;
  }

  .c-movie__item a::after {
    width: 132px;
    height: 132px;
  }
  .c-movie__item .profile__department {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .c-movie__item .profile__name {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .c-movie__item .profile__name span {
    font-size: 1.6rem;
  }
}
.js-movie-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100vh;
}
.js-movie-modal #movie-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  width: 90%;
  max-width: 900px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.js-movie-modal #movie-content #box-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
.js-movie-modal #movie-content #box-movie iframe,
.js-movie-modal #movie-content #box-movie video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.js-movie-overray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #000;
  width: 100%;
  height: 100vh;
}

.js-movie-close {
  position: absolute;
  z-index: 11;
  right: 0;
  top: -50px;
}
.js-movie-close::after {
  content: var(--wds2-icon-close-cross);
  color: #fff;
  font-family: icon-Nissan-Global;
  speak: none;
  font-size: 30px;
  cursor: pointer;
}

/*----------------------------------------
	module/module.scss
---------------------------------------- */
.m-mt5 {
  margin-top: 5px;
}

.m-mt10 {
  margin-top: 10px;
}

.m-mt20 {
  margin-top: 20px;
}

.m-mt30 {
  margin-top: 30px;
}

.m-mt40 {
  margin-top: 40px;
}

.m-mt50 {
  margin-top: 50px;
}

.m-mt60 {
  margin-top: 60px;
}

.m-mt70 {
  margin-top: 70px;
}

.m-mt80 {
  margin-top: 80px;
}

.m-mt90 {
  margin-top: 90px;
}

.m-mt100 {
  margin-top: 100px;
}

.m-bold {
  font-weight: 700;
}

.m-text--left {
  text-align: left !important;
}

.m-text--right {
  text-align: right !important;
}

.m-text--center {
  text-align: center !important;
}

.m-caption--bottom {
  caption-side: bottom !important;
}

/*----------------------------------------
	module/mv.scss
---------------------------------------- */
.m-mv {
  margin-bottom: 58px;
  padding: 130px 0 0;
}
.m-mv:not(:has(.m-mv__photo)) .m-head--page span {
  font-size: 1.6rem;
}
.m-mv__text {
  margin-top: 30px;
  letter-spacing: 0.075em;
}
.m-mv__photo {
  position: relative;
  width: 100%;
  height: 125px;
  margin-top: 74px;
}
.m-mv__photo img {
  position: relative;
  width: 100%;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.m-mv__photo::before, .m-mv__photo::after {
  content: "";
  position: absolute;
  height: 57px;
  z-index: 1;
}
.m-mv__photo::before {
  top: -17px;
  left: 0;
  width: 39.6778916545%;
  background: transparent linear-gradient(70deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 208px 0px 0px;
  -webkit-animation: slideInLeft 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInLeft 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.m-mv__photo::after {
  right: 0;
  bottom: -9px;
  width: 58.5651537335%;
  background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 100px;
  -webkit-animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.m-mv.--child {
  padding: 95px 0 0;
}
.m-mv.--child .m-mv__photo {
  height: 150px;
  margin-top: 47px;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-mv.--child .m-mv__photo img {
  height: 150px;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.m-mv__head {
  position: relative;
  width: 100%;
  height: 125px;
  margin-top: 47px;
}
.m-mv__head::before, .m-mv__head::after {
  content: "";
  position: absolute;
  height: 57px;
  z-index: 1;
}
.m-mv__head::before {
  top: -17px;
  left: 0;
  width: 39.6778916545%;
  background: transparent linear-gradient(70deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 208px 0px 0px;
  -webkit-animation: slideInLeft 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideInLeft 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.m-mv__head::after {
  right: 0;
  bottom: -9px;
  width: 58.5651537335%;
  background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 100px;
  -webkit-animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
          animation: slideInRight 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.2s forwards;
}
.m-mv__head .text {
  position: relative;
  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;
  height: 125px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: transparent linear-gradient(288deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 2;
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-mv.--child .m-mv__photo {
    height: auto;
    margin-top: 74px;
    padding: 0 12.5183016105%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-mv.--child .m-mv__photo img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .m-mv.--child .m-mv__photo::before, .m-mv.--child .m-mv__photo::after {
    height: 104px;
  }
  .m-mv.--child .m-mv__photo::before {
    width: 39.6778916545%;
    background: transparent linear-gradient(71deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 104px 0px 0px;
  }
  .m-mv.--child .m-mv__photo::after {
    background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
  .m-mv.--child .m-mv__head {
    height: 150px;
    margin-top: 74px;
  }
  .m-mv.--child .m-mv__head::before, .m-mv.--child .m-mv__head::after {
    height: 104px;
  }
  .m-mv.--child .m-mv__head::before {
    width: 39.6778916545%;
    background: transparent linear-gradient(71deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 104px 0px 0px;
  }
  .m-mv.--child .m-mv__head::after {
    background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
  .m-mv.--child .m-mv__head .text {
    height: 150px;
    font-size: 2.8rem;
    background: transparent linear-gradient(278deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-mv {
    margin-bottom: 105px;
    padding: 188px 0 0;
  }
  .m-mv__text {
    margin-top: 40px;
  }
  .m-mv__photo {
    height: 240px;
    margin-top: 80px;
  }
  .m-mv__photo img {
    height: 240px;
  }
  .m-mv__photo::before {
    top: -63px;
    height: 208px;
  }
  .m-mv__photo::after {
    bottom: -30px;
    height: 208px;
  }
  .m-mv.--child {
    padding: 150px 0 0;
  }
  .m-mv.--child .m-mv__photo {
    max-height: 464px;
    height: auto;
    margin-top: 56px;
    padding: 0 12.5183016105%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-mv.--child .m-mv__photo img {
    max-width: 1024px;
    max-height: 464px;
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .m-mv.--child .m-mv__photo::before {
    top: -63px;
    height: 208px;
    background: transparent linear-gradient(71deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 208px 0px 0px;
  }
  .m-mv.--child .m-mv__photo::after {
    bottom: -30px;
    height: 208px;
    background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
  .m-mv__head {
    height: 200px;
    margin-top: 106px;
  }
  .m-mv__head::before, .m-mv__head::after {
    height: 208px;
  }
  .m-mv__head::before {
    top: -63px;
    background: transparent linear-gradient(71deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 208px 0px 0px;
  }
  .m-mv__head::after {
    bottom: -30px;
    background: transparent linear-gradient(77deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
  .m-mv__head .text {
    height: 200px;
    font-size: 2.8rem;
    background: transparent linear-gradient(278deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  }
}

/*----------------------------------------
	module/pagetop.scss
---------------------------------------- */
.m-pagetop {
  position: absolute;
  top: -70px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #B0B0B0 0% 0% no-repeat padding-box;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.5s cubic-bezier(0.64, 0.04, 0.35, 1);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}
.m-pagetop:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.m-pagetop a {
  position: relative;
  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;
  width: 50px;
  height: 50px;
  font-size: 1rem;
  color: transparent;
}
.m-pagetop a::after {
  position: absolute;
  top: 50%;
  right: 50%;
  font-family: icon-Nissan-Global;
  content: var(--wds2-icon-up-arrow);
  speak: none;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--wds2-color-nissanwhite);
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media print, screen and (min-width: 1230px) {
  .m-pagetop {
    top: -90px;
    right: 30px;
    width: 70px;
    height: 70px;
  }
  .m-pagetop a {
    width: 70px;
    height: 70px;
    font-size: 1rem;
  }
  .m-pagetop a::after {
    font-size: 1.6rem;
  }
}

/*----------------------------------------
	module/tab.scss
----------------------------------------*/
.m-tab {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.m-tab .m-tab__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-column-gap: 58px;
     -moz-column-gap: 58px;
          column-gap: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-tab .tab-item .tab-link {
  display: block;
  padding: 10px 0 12px;
  font-family: ShinGoPro-Bold, sans-serif !important;
  letter-spacing: 0.075em;
  line-height: 1.1666666667;
  border-bottom: 2px #000 solid;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-tab .tab-item.active .tab-link {
  color: #C3002F;
  border-color: #C3002F;
}
@media screen and (max-width: 579px) {
  .m-tab .m-tab__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-tab .m-tab__menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-tab .m-tab__menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.m-tab .m-tab__content {
  padding: 80px 0 0;
}
.m-tab .tab-panel {
  display: none;
}
.m-tab .tab-panel.active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
@media print, screen and (min-width: 1230px) {
  .m-tab .m-tab__content {
    padding: 80px 0 0;
  }
}

/*----------------------------------------
	module/table.scss
---------------------------------------- */
.m-table {
  width: 100%;
  text-align: left;
  border-spacing: 2px;
}
.m-table th, .m-table td {
  padding: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-table th *, .m-table td * {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.m-table th a, .m-table td a {
  text-decoration: underline;
}
.m-table th a:hover, .m-table td a:hover {
  opacity: 0.6;
}
.m-table th {
  border-bottom: 2px #fff solid;
  background-color: #EBEBEB;
}
.m-table td {
  background-color: #F6F6F6;
}
.m-table td a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 579px) {
  .m-table th, .m-table td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-table th, .m-table td {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
  }
  .m-table th *, .m-table td * {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
  }
  .m-table th {
    width: 26.07421875%;
    min-width: 210px;
    max-width: 267px;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-table {
    border-spacing: 0 2px;
  }
  .m-table th, .m-table td {
    padding: 20px 30px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .m-table th *, .m-table td * {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
  .m-table th {
    width: 267px;
    border-right: 2px #fff solid;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*----------------------------------------
	module/text.scss
---------------------------------------- */
.m-text {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-all;
}
.m-text a {
  color: #C3002F;
  text-decoration: underline;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.64, 0.04, 0.35, 1);
}
.m-text a:hover {
  opacity: 0.6;
}
.m-text--list {
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 579px) {
  .m-text {
    text-align: left;
  }
}
@media screen and (min-width: 580px) and (max-width: 1229px) {
  .m-text {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
    line-height: 1.8333333333;
  }
}
@media print, screen and (min-width: 1230px) {
  .m-text {
    font-size: 1.4rem;
  }
}

/*// ============================================================
// modules
// ============================================================*/