@charset "UTF-8";
/*----------------------------------------
	fonts.scss
---------------------------------------- */
@import url("../ASSETS/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("../ASSETS/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("../ASSETS/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");
: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
---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#contents {
  font-family: "ShinGoPro-Regular", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
}

.nbf-light, .pitwork-introduction__banner .banner-text, .m-head--page, .m-head--02 span, .m-head--03 {
  font-family: "ShinGoPro-Light", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  font-weight: inherit;
}

.nbf-regular, .pitwork-introduction__banner .banner-text span, .m-head--page span, .m-head--03 span {
  font-family: "ShinGoPro-Regular", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  font-weight: inherit;
}

.nbf-bold, .m-head--01, .m-head--02 {
  font-family: "ShinGoPro-Bold", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  font-weight: inherit;
}

_::-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(../ASSETS/ICONS/Nissan-Global.eot);
  src: url(../ASSETS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"), url(../ASSETS/ICONS/Nissan-Global.woff) format("woff"), url(../ASSETS/ICONS/Nissan-Global.ttf) format("truetype"), url(../ASSETS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
/*// ============================================================
// base
// ============================================================*/
/*----------------------------------------
inner.scss
---------------------------------------- */
.l-inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  .l-inner {
    padding: 0;
  }
}

/*// ============================================================
// layout
// ============================================================*/
/*----------------------------------------
	module/breakpoint.scss
---------------------------------------- */
@media screen and (max-width: 640px) {
  .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: 641px) and (max-width: 961px) {
  .m-sp-only,
.m-pc-only {
    display: none !important;
  }

  .m-tab-only {
    display: block !important;
  }
}
@media print, screen and (min-width: 961px) {
  .m-sp-only,
.m-tab-only,
.m-sptab-only {
    display: none !important;
  }

  .m-tabpc-only,
.m-pc-only {
    display: block !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .m-sptab-only {
    display: block !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .m-sptab-only {
    display: block !important;
  }
}
/*----------------------------------------
	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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 20px;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  max-width: 1024px;
  margin: 0 auto;
}
.m-column.--sp2col-pc3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 20px;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .m-column.--sp1col-pc2col .m-column__content {
    width: 100%;
  }
  .m-column.--sp2col-pc3col .m-column__content {
    width: calc((100% - 17px) / 2);
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .m-column.--sp1col-pc2col {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .m-column.--sp1col-pc2col .m-column__content {
    width: calc((100% - 20px) / 2);
  }
  .m-column.--sp2col-pc3col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-column.--sp2col-pc3col .m-column__content {
    width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1044px) {
  .m-column.--sp1col-pc2col {
    -webkit-column-gap: 20px !important;
       -moz-column-gap: 20px !important;
            column-gap: 20px !important;
    row-gap: 24px !important;
  }
  .m-column.--sp1col-pc2col .m-column__content {
    width: calc((100% - 20px) / 2) !important;
  }
  .m-column.--sp2col-pc3col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 33px !important;
       -moz-column-gap: 33px !important;
            column-gap: 33px !important;
    row-gap: 24px !important;
  }
  .m-column.--sp2col-pc3col .m-column__content {
    width: calc((100% - 66px) / 3) !important;
  }
}
@media print, screen and (min-width: 1045px) {
  .m-column.--sp1col-pc2col {
    row-gap: 38px;
  }
  .m-column.--sp1col-pc2col .m-column__content {
    width: calc((100% - 38px) / 2);
  }
  .m-column.--sp2col-pc3col {
    -webkit-column-gap: 33px;
       -moz-column-gap: 33px;
            column-gap: 33px;
  }
  .m-column.--sp2col-pc3col .m-column__content {
    width: calc((100% - 66px) / 3);
  }
}

/*----------------------------------------
	module/head.scss
---------------------------------------- */
.m-head--page {
  padding: 8rem 0 7rem;
  text-align: center;
  color: #343434;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
}
.m-head--page span {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 640px) {
  .m-head--page {
    font-size: clamp(3.1rem, 9.0666666667vw, 3.4rem);
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .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: 961px) {
  .m-head--page {
    font-size: 6.8rem;
  }
  .m-head--page span {
    font-size: 2rem;
  }
}
.m-head--01 {
  position: relative;
  margin-bottom: 25px;
  color: #343434;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.m-head--01::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 18px auto 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 640px) {
  .m-head--01 {
    margin-top: 20px;
    font-size: clamp(1.7rem, 5.3333333333vw, 2rem);
    text-align: center;
  }
  .m-head--01::after {
    margin: 14px auto 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .m-head--01 {
    font-size: clamp(2rem, 2.34375vw, 2.4rem);
  }
}
@media print, screen and (min-width: 961px) {
  .m-head--01 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
}
.m-head--02 {
  position: relative;
  margin-bottom: 25px;
  color: #343434;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.m-head--02 span {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(3.8rem, 11.2vw, 4.2rem);
  color: #C3002F;
}
.m-head--02::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin-top: 18px;
  background: #C3002F 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 640px) {
  .m-head--02 {
    font-size: clamp(2rem, 6.4vw, 2.4rem);
    text-align: left;
  }
  .m-head--02.--small {
    font-size: clamp(1.8rem, 5.3333333333vw, 2rem);
    letter-spacing: 0.05em;
  }
  .m-head--02.--small::after {
    margin-top: 14px;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .m-head--02 {
    font-size: clamp(2rem, 2.9296875vw, 3rem);
  }
  .m-head--02::after {
    margin: 18px auto 0;
  }
  .m-head--02.--small {
    font-size: clamp(2rem, 2.34375vw, 2.4rem);
  }
}
@media print, screen and (min-width: 961px) {
  .m-head--02 {
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: 0.075em;
  }
  .m-head--02 span {
    font-size: 6rem;
  }
  .m-head--02::after {
    margin: 26px auto 0;
  }
  .m-head--02.--small {
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
}
.m-head--03 {
  position: relative;
  margin-bottom: 10.6666666667vw;
  color: #343434;
  line-height: 1.1111111111;
  letter-spacing: 0.05em;
}
.m-head--03 span {
  display: block;
  margin-top: 20px;
  font-size: clamp(1.4rem, 4.2666666667vw, 1.6rem);
  letter-spacing: 0.3em;
}
.m-head--03::after {
  display: block;
  content: "";
  width: 100px;
  height: 3px;
  margin: 22px auto 0;
  background: #C3002F 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 640px) {
  .m-head--03 {
    margin-top: 20px;
    font-size: clamp(3.2rem, 9.6vw, 3.6rem);
    text-align: center;
  }
  .m-head--03::after {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .m-head--03 {
    margin-bottom: 40px;
    font-size: clamp(5.6rem, 16vw, 6rem);
  }
  .m-head--03 span {
    font-size: clamp(1.7rem, 5.6vw, 2.1rem);
  }
}
@media print, screen and (min-width: 961px) {
  .m-head--03 {
    margin-bottom: 60px;
    font-size: 6rem;
    letter-spacing: 0;
  }
  .m-head--03 span {
    font-size: 2rem;
  }
}

/*----------------------------------------
	module/mv.scss
---------------------------------------- */
/*----------------------------------------
	module/note.scss
---------------------------------------- */
.m-note {
  font-size: 1rem;
  color: #343434;
  letter-spacing: 0.055em;
  line-height: 2;
  word-break: break-all;
  text-align: left;
}
.m-note__text {
  display: list-item;
  list-style: none outside;
  margin-left: 2em;
  text-indent: -2em;
}
.m-note__text + .m-note__text {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .m-note {
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .m-note {
    font-size: clamp(1rem, 1.171875vw, 1.2rem);
  }
}
@media print, screen and (min-width: 961px) {
  .m-note {
    font-size: 1.2rem;
    letter-spacing: 0.075em;
  }
}

/*----------------------------------------
	module/text.scss
---------------------------------------- */
.m-text {
  font-size: 1.2rem;
  color: #343434;
  letter-spacing: 0.055em;
  line-height: 2;
  word-break: break-all;
}
.m-text--sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
}
@media screen and (max-width: 640px) {
  .m-text {
    text-align: left;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .m-text {
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  }
}
@media print, screen and (min-width: 961px) {
  .m-text {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
  }
}

/*// ============================================================
// modules
// ============================================================*/
/*----------------------------------------
	slide.scss
---------------------------------------- */
.products-slider {
  position: relative;
  margin: 0 auto;
}
.products-slider__list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-slider__list::before, .products-slider__list::after {
  content: "";
  position: absolute;
  height: 57px;
  z-index: 1;
}
.products-slider__list::before {
  top: -34px;
  left: 0;
  width: 39.4666666667%;
  background: transparent linear-gradient(70deg, #434343 0%, #000000 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;
}
.products-slider__list::after {
  right: 0;
  bottom: -12px;
  width: 58.6666666667%;
  background: transparent linear-gradient(77deg, #434343 0%, #000000 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;
}
.products-slider__item img {
  display: block;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .products-slider__list img {
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .products-slider__list::before, .products-slider__list::after {
    height: 104px;
  }
  .products-slider__list::before {
    width: 39.6778916545%;
    background: transparent linear-gradient(71deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 104px 0px 0px;
  }
  .products-slider__list::after {
    width: 58.5651537335%;
    background: transparent linear-gradient(77deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .products-slider__list img {
    max-width: 1024px;
    max-height: 400px;
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .products-slider__list::before {
    top: -63px;
    width: 39.6778916545%;
    height: 208px;
    background: transparent linear-gradient(71deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 208px 0px 0px;
  }
  .products-slider__list::after {
    bottom: -28px;
    width: 58.5651537335%;
    height: 208px;
    background: transparent linear-gradient(77deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 100px;
  }
}
.products-slider .slick-list {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
.products-slider .slick-dots {
  position: absolute;
  bottom: -40px;
  line-height: 1;
  z-index: 2;
}
.products-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 8px;
}
.products-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  background: #EBEBEB;
}
.products-slider .slick-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EBEBEB;
  opacity: 1;
}
.products-slider .slick-dots li.slick-active button::before {
  background: #C3002F;
  opacity: 1;
}
.products-slider .slick-dotted.slick-slider {
  margin-bottom: 30.4vw;
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .products-slider .slick-dotted.slick-slider {
    margin-bottom: 114px;
  }
}
@media print, screen and (min-width: 961px) {
  .products-slider .slick-list {
    min-height: 400px;
    border-radius: 12px;
  }
  .products-slider .slick-dots {
    bottom: -57px;
  }
  .products-slider .slick-dotted.slick-slider {
    margin-bottom: 170px;
  }
}

/*----------------------------------------
	lead.scss
---------------------------------------- */
.pitwork-lead {
  margin-bottom: 12vw;
}
.pitwork-lead__logo {
  margin: 0 auto 50px;
}
.pitwork-lead__logo img {
  height: auto;
}
.pitwork-lead__text {
  margin: 0 22px;
}
.pitwork-lead__text .m-text + .m-text {
  margin-top: 2em;
}
@media screen and (max-width: 640px) {
  .pitwork-lead__logo {
    width: 53.3333333333%;
    margin-bottom: 13.3333333333vw;
  }
  .pitwork-lead__logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .pitwork-lead {
    margin-bottom: 100px;
  }
  .pitwork-lead__logo {
    width: 39.0625%;
  }
  .pitwork-lead__logo img {
    width: 100%;
    height: auto;
  }
  .pitwork-lead__text .m-text {
    font-size: clamp(1.2rem, 1.5625vw, 1.6rem);
  }
}
@media print, screen and (min-width: 961px) {
  .pitwork-lead {
    margin-bottom: 160px;
  }
  .pitwork-lead__text {
    margin: 0;
  }
  .pitwork-lead__text .m-text {
    font-size: 1.6rem;
    text-align: center !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .pitwork-lead__text {
    max-width: 860px;
    margin: 0 auto;
  }
}

/*----------------------------------------
	about.scss
---------------------------------------- */
.pitwork-about {
  position: relative;
  margin: 2.6666666667vw 0 24vw;
  padding: 13.3333333333vw 22px 0;
}
.pitwork-about::before, .pitwork-about::after {
  content: "";
  position: absolute;
  display: block;
}
.pitwork-about::before {
  top: -10px;
  left: 0;
  width: 53.3333333333%;
  height: 10px;
  background: transparent linear-gradient(89deg, #434343 0%, #000000 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;
}
.pitwork-about::after {
  top: 0;
  right: 0;
  width: 89.3333333333%;
  height: 374px;
  background: transparent linear-gradient(318deg, #EBEBEB 0%, #FFFFFF 100%) right 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 200px;
  z-index: -1;
}
.pitwork-about__text {
  max-width: 1024px;
  margin: 0 auto;
}
.pitwork-about__photo {
  margin-top: 5.3333333333vw;
}
@media print, screen and (max-width: 1029px) {
  .pitwork-about .pc-only {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .pitwork-about {
    margin: 15px 0 95px;
    padding: 50px 22px 0;
  }
  .pitwork-about__photo {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .pitwork-about {
    margin: 15px 0 95px;
    padding: 90px 0 0;
  }
  .pitwork-about::before {
    top: -15px;
    width: 39.6778916545%;
    height: 15px;
    border-radius: 0px 15px 0px 0px;
  }
  .pitwork-about::after {
    width: 74.9633967789%;
    height: 350px;
    background: transparent linear-gradient(289deg, #EBEBEB 0%, #FFFFFF 100%) right 0% no-repeat padding-box;
    border-radius: 0px 0px 0px 350px;
  }
  .pitwork-about__text {
    text-align: left;
  }
  .pitwork-about__photo {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .pitwork-about__text {
    max-width: 860px;
  }
}

/*----------------------------------------
	point.scss
---------------------------------------- */
.pitwork-point {
  position: relative;
  margin: 2.6666666667vw 0 26.6666666667vw;
  padding: 13.3333333333vw 22px 0;
}
.pitwork-point::before, .pitwork-point::after {
  content: "";
  position: absolute;
  display: block;
}
.pitwork-point::before {
  top: -10px;
  right: 0;
  width: 53.3333333333%;
  height: 10px;
  background: transparent linear-gradient(87deg, #434343 0%, #000000 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;
}
.pitwork-point::after {
  top: 0;
  left: 0;
  width: 89.3333333333%;
  height: 319px;
  background: transparent linear-gradient(314deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 200px 0px;
  z-index: -1;
}
.pitwork-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
.pitwork-point__list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.pitwork-point__list .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24vw;
  background: transparent linear-gradient(105deg, #C3002F 0%, #FF003D 100%) 0% 0% no-repeat padding-box;
  border-radius: 12px 12px 0px 0px;
}
.pitwork-point__list .number img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.1993957704%;
  margin: 0 auto;
}
.pitwork-point__list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60.5333333333vw;
  background: transparent linear-gradient(124deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 12px 12px;
}
.pitwork-point__list .content__inner {
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0 auto;
  color: #fff;
}
.pitwork-point__list .content .title {
  margin-bottom: 24px;
  font-size: clamp(2rem, 6.9333333333vw, 2.6rem);
  font-family: "ShinGoPro-Bold", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  font-weight: inherit;
  line-height: 1.4615384615;
  letter-spacing: 0.075em;
}
.pitwork-point__list .content .text {
  width: 72.7272727273%;
  margin: 0 auto;
  font-size: 3.4666666667vw;
  text-align: left;
  line-height: 2.1538461538;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .pitwork-point {
    margin: 2.6666666667vw 0 155px;
    padding: 50px 22px 0;
  }
  .pitwork-point__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  .pitwork-point__list .number {
    height: 90px;
  }
  .pitwork-point__list .content {
    height: 227px;
  }
  .pitwork-point__list .content .title {
    font-size: clamp(2rem, 2.34375vw, 2.4rem);
  }
  .pitwork-point__list .content .text {
    width: 240px;
    font-size: clamp(1.2rem, 1.26953125vw, 1.3rem);
  }
}
@media print, screen and (min-width: 961px) {
  .pitwork-point {
    margin: 15px 0 155px;
    padding: 90px 0 0;
  }
  .pitwork-point::before {
    top: -15px;
    width: 39.6778916545%;
    height: 15px;
    background: transparent linear-gradient(89deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px 0px 0px 0px;
  }
  .pitwork-point::after {
    width: 74.9633967789%;
    height: 400px;
    background: transparent linear-gradient(69deg, #EBEBEB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 350px 0px;
  }
  .pitwork-point__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  .pitwork-point__list .number {
    height: 90px;
  }
  .pitwork-point__list .content {
    height: 227px;
  }
  .pitwork-point__list .content .title {
    font-size: 2.6rem;
  }
  .pitwork-point__list .content .text {
    width: 72.7272727273%;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .pitwork-point__list {
    max-width: 860px;
    margin: 0 auto;
    gap: 14px;
  }
  .pitwork-point__list .content .title {
    font-size: clamp(2rem, 2.24609375vw, 2.3rem);
  }
}

/*----------------------------------------
	message.scss
---------------------------------------- */
.pitwork-message {
  position: relative;
  margin-top: 5.3333333333vw;
  padding: 21.3333333333vw 22px 26.6666666667vw;
  background-color: #EBEBEB;
}
.pitwork-message::before, .pitwork-message::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.pitwork-message::before {
  top: -20px;
  left: 0;
  width: 53.3333333333%;
  height: 20px;
  background: transparent linear-gradient(96deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 20px 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;
}
.pitwork-message::after {
  right: 0;
  bottom: -37px;
  width: 58.6666666667%;
  height: 57px;
  background: transparent linear-gradient(77deg, #434343 0%, #000000 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;
}
@media screen and (max-width: 640px) {
  .pitwork-message__logo {
    width: 69.6%;
    margin: 13.3333333333vw auto 0;
  }
  .pitwork-message__photo {
    margin: 13.3333333333vw auto 0 !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .pitwork-message {
    margin-top: 20px;
    padding: 80px 22px;
  }
  .pitwork-message__logo {
    margin-top: 50px;
  }
  .pitwork-message__photo {
    margin-top: 50px !important;
  }
}
@media print, screen and (min-width: 961px) {
  .pitwork-message {
    margin-top: 12px;
    padding: 95px 0 70px;
  }
  .pitwork-message::before {
    top: -12px;
    width: 58.5651537335%;
    height: 208px;
    background: transparent linear-gradient(272deg, #434343 0%, #000000 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 100px 0px 0px;
  }
  .pitwork-message::after {
    bottom: -81px;
    width: 39.6778916545%;
    height: 208px;
    background: transparent linear-gradient(71deg, #000000 0%, #434343 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0 0px 208px;
  }
  .pitwork-message__logo {
    margin-top: 45px;
  }
  .pitwork-message__photo {
    margin-top: 70px !important;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .pitwork-message__photo {
    max-width: 860px !important;
    margin: 70px auto 0 !important;
  }
}

/*----------------------------------------
	introduction.scss
---------------------------------------- */
.pitwork-introduction {
  margin: 31.4666666667vw 22px 29.3333333333vw;
}
.pitwork-introduction__banner .m-column__content {
  position: relative;
  overflow: hidden;
}
.pitwork-introduction__banner .m-column__content a {
  position: relative;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.pitwork-introduction__banner .m-column__content a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15) 0% 0% no-repeat padding-box;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 50%;
  z-index: 1;
}
.pitwork-introduction__banner .m-column__content a::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 21px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.pitwork-introduction__banner .m-column__content img {
  display: block;
  width: 100%;
  height: 26.6666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  border-radius: 6px;
}
.pitwork-introduction__banner .banner-text {
  position: absolute;
  top: 8.1570996979vw;
  left: 6.9486404834vw;
  font-size: 2.6666666667vw;
  text-align: left;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 6px #00000029;
  pointer-events: none;
  z-index: 2;
}
.pitwork-introduction__banner .banner-text span {
  display: block;
  margin-top: 10px;
  font-size: 5.3333333333vw;
  letter-spacing: 0.03em;
}
.pitwork-introduction__link.--sp1col-pc2col {
  margin-top: 16vw;
  row-gap: 0 !important;
}
.pitwork-introduction__link.--sp1col-pc2col .m-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.9333333333vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.625;
  border-bottom: 1px #000 solid;
}
.pitwork-introduction__link.--sp1col-pc2col .m-column__content:first-child {
  border-top: 1px #000 solid;
}
.pitwork-introduction__link.--sp1col-pc2col a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 42px 1em 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pitwork-introduction__link.--sp1col-pc2col a:hover {
  text-decoration: none;
}
.pitwork-introduction__link.--sp1col-pc2col a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 26px;
  height: 26px;
  background-color: #C3002F;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.pitwork-introduction__link.--sp1col-pc2col a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.pitwork-introduction__link .--sp2col-pc3col {
  margin-top: 10.6666666667vw;
  row-gap: 0 !important;
}
.pitwork-introduction__link .--sp2col-pc3col .m-column__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9.6vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.075em;
  border-bottom: 1px #000 solid;
}
.pitwork-introduction__link .--sp2col-pc3col .m-column__content:first-child, .pitwork-introduction__link .--sp2col-pc3col .m-column__content:nth-child(2) {
  border-top: 1px #000 solid;
}
.pitwork-introduction__link .--sp2col-pc3col a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em 12px 1em 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pitwork-introduction__link .--sp2col-pc3col a:hover {
  text-decoration: none;
}
.pitwork-introduction__link .--sp2col-pc3col a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #C3002F;
  border-right: 2px solid #C3002F;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
.pitwork-introduction__link + .pitwork-introduction__link {
  margin-top: 26.6666666667vw;
}
.pitwork-introduction__notes {
  max-width: 1024px;
  margin: 1em auto 0;
}
.pitwork-introduction__notes a {
  display: inline;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.pitwork-introduction__notes a:hover {
  color: #C3002F;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
@media screen and (max-width: 640px) {
  .pitwork-introduction__banner.--sp1col-pc2col {
    row-gap: 16px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .pitwork-introduction__link.--sp1col-pc2col .m-column__content {
    font-size: 3.2vw;
  }
  .pitwork-introduction__link .--sp2col-pc3col .m-column__content {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 961px) {
  .pitwork-introduction {
    margin: 120px 22px 150px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col {
    row-gap: 18px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a {
    border-radius: 12px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a::after {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a::before {
    right: 30px;
    bottom: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content img {
    height: 140px;
    border-radius: 12px;
  }
  .pitwork-introduction__banner .banner-text {
    top: 40px;
    left: 27px;
    font-size: clamp(1.3rem, 1.46484375vw, 1.5rem);
  }
  .pitwork-introduction__banner .banner-text span {
    margin-top: 15px;
    font-size: clamp(2.4rem, 2.734375vw, 2.8rem);
  }
  .pitwork-introduction__link.--sp1col-pc2col {
    margin-top: 60px;
  }
  .pitwork-introduction__link.--sp1col-pc2col .m-column__content {
    height: 86px;
  }
  .pitwork-introduction__link.--sp1col-pc2col .m-column__content:nth-child(2) {
    border-top: 1px #000 solid;
  }
  .pitwork-introduction__link .--sp2col-pc3col {
    margin-top: 40px;
  }
  .pitwork-introduction__link .--sp2col-pc3col .m-column__content {
    height: 65px;
    font-size: 1.4rem;
  }
  .pitwork-introduction__link .--sp2col-pc3col .m-column__content:nth-child(2) {
    border-top: 1px #000 solid;
  }
  .pitwork-introduction__link + .pitwork-introduction__link {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 961px) {
  .pitwork-introduction {
    margin: 180px 0 175px;
  }
  .pitwork-introduction .--sp1col-pc2col {
    row-gap: 18px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .pitwork-introduction .--sp1col-pc2col .m-column__content {
    width: 49.12109375%;
  }
  .pitwork-introduction__banner.--sp1col-pc2col {
    row-gap: 18px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a {
    border-radius: 12px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: -webkit-transform 0.35s ease-out;
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a:hover::after {
    background: rgba(255, 255, 255, 0.4) 0% 0% no-repeat padding-box;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a::after {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content a::before {
    right: 30px;
    bottom: 28px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .pitwork-introduction__banner.--sp1col-pc2col .m-column__content img {
    height: 140px;
    border-radius: 12px;
  }
  .pitwork-introduction__banner .banner-text {
    top: 40px;
    left: 27px;
    font-size: 1.5rem;
  }
  .pitwork-introduction__banner .banner-text span {
    margin-top: 15px;
    font-size: 2.8rem;
  }
  .pitwork-introduction__link.--sp1col-pc2col {
    margin-top: 50px;
  }
  .pitwork-introduction__link.--sp1col-pc2col .m-column__content {
    height: 86px;
  }
  .pitwork-introduction__link.--sp1col-pc2col .m-column__content:nth-child(2) {
    border-top: 1px #000 solid;
  }
  .pitwork-introduction__link.--sp1col-pc2col a {
    padding: 1em 42px 1em 0;
  }
  .pitwork-introduction__link.--sp1col-pc2col a:hover {
    color: #C3002F;
  }
  .pitwork-introduction__link.--sp1col-pc2col a:hover::after {
    background-color: #000;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .pitwork-introduction__link.--sp1col-pc2col a::after {
    right: 14px;
    width: 30px;
    height: 30px;
  }
  .pitwork-introduction__link.--sp1col-pc2col a::before {
    right: 26px;
    width: 7px;
    height: 7px;
  }
  .pitwork-introduction__link .--sp2col-pc3col {
    margin-top: 60px;
  }
  .pitwork-introduction__link .--sp2col-pc3col .m-column__content {
    height: 65px;
    font-size: 1.4rem;
  }
  .pitwork-introduction__link .--sp2col-pc3col .m-column__content:nth-child(2), .pitwork-introduction__link .--sp2col-pc3col .m-column__content:nth-child(3) {
    border-top: 1px #000 solid;
  }
  .pitwork-introduction__link .--sp2col-pc3col a {
    padding: 1em 36px 1em 0;
  }
  .pitwork-introduction__link .--sp2col-pc3col a:hover {
    color: #C3002F;
  }
  .pitwork-introduction__link .--sp2col-pc3col a::before {
    right: 26px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #C3002F;
    border-right: 3px solid #C3002F;
  }
  .pitwork-introduction__link + .pitwork-introduction__link {
    margin-top: 160px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .pitwork-introduction__banner {
    max-width: 860px !important;
  }
  .pitwork-introduction__link {
    max-width: 860px !important;
    margin: 0 auto;
  }
}