/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  background-image: url("../img/background.png");
  background-image: -webkit-image-set(url("../img/background.png") 1x, url("../img/background@2x.png") 2x);
  background-image: image-set(url("../img/background.png") 1x, url("../img/background@2x.png") 2x);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.stage {
  --inner: clamp(
    1078px,
    calc(100% * 1348 / 1882),
    1348px
  );
  display: grid;
  grid-template-columns: 201fr calc(var(--inner) * 458 / 1348) calc(var(--inner) * 140 / 1348) calc(var(--inner) * 750 / 1348) 333fr;
  align-items: start;
}

.side-menu-layer {
  --inner: clamp(
    1078px,
    calc(100% * 1348 / 1882),
    1348px
  );
  display: grid;
  grid-template-columns: 201fr calc(var(--inner) * 458 / 1348) calc(var(--inner) * 140 / 1348) calc(var(--inner) * 750 / 1348) 333fr;
  align-items: start;
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
}

.side-menu {
  --menu-width: min(
    100%,
    calc((100vh - 20px) * 458 / 1005)
  );
  grid-column: 2;
  justify-self: center;
  width: var(--menu-width);
  margin-top: calc(var(--menu-width) * 183 / 458);
  pointer-events: none;
}

.side-menu__logo {
  margin: 0;
}

.side-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.side-menu__item {
  width: 93.0131004367%;
  margin-left: 2.8384279476%;
}
.side-menu__item:nth-child(1) {
  margin-top: 8.7336244541%;
}
.side-menu__item:nth-child(2) {
  margin-top: 5.2401746725%;
}
.side-menu__item:nth-child(3) {
  margin-top: 5.4585152838%;
}
.side-menu__item:nth-child(4) {
  margin-top: 5.2401746725%;
}
.side-menu__item:nth-child(5) {
  margin-top: 5.4585152838%;
}
.side-menu__item:nth-child(6) {
  margin-top: 5.4585152838%;
}

.side-menu__btn {
  display: block;
  pointer-events: auto;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.side-menu__btn:hover, .side-menu__btn:focus-visible {
  transform: scale(1.035);
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.45));
}
.side-menu__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.side-menu img {
  display: block;
  width: 100%;
  height: auto;
}

.main {
  grid-column: 4;
  min-width: 0;
  background-color: #ffd500;
}
.main::after {
  content: "";
  display: block;
  padding-top: 18.5333333333%;
}

.sec {
  margin: 0;
}

.slice__img {
  display: block;
  width: 100%;
  height: auto;
}

.slice {
  position: relative;
}

.hotspot {
  position: absolute;
  display: block;
}
.hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hotspot:hover::after, .hotspot:focus-visible::after {
  opacity: 1;
}
.hotspot:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 2px;
}
.hotspot:not([href]) {
  pointer-events: none;
  cursor: default;
}

.hotspot--logo-nissan {
  left: 6.2666666667%;
  width: 12.2666666667%;
  top: 2.1739130435%;
  height: 8.8100686499%;
}
.hotspot--logo-nissan::after {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 4%;
}

.hotspot--logo-kyoto {
  left: 75.6%;
  width: 18.9333333333%;
  top: 4.347826087%;
  height: 4.004576659%;
}
.hotspot--logo-kyoto::after {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 4%;
}

.deal__sugowari,
.deal__plus,
.deal__mileage {
  position: absolute;
  display: block;
  height: auto;
}
.deal__sugowari img,
.deal__plus img,
.deal__mileage img {
  display: block;
  width: 100%;
  height: auto;
}

.deal__sugowari {
  left: 4.9333333333%;
  width: 87.3333333333%;
}
.deal__sugowari::after {
  content: "";
  position: absolute;
  left: 82.9007633588%;
  width: 16.9465648855%;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 6%/12%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.deal__sugowari:hover::after, .deal__sugowari:focus-visible::after {
  opacity: 1;
}
.deal__sugowari:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 2px;
}
.deal__sugowari:not([href]) {
  pointer-events: none;
  cursor: default;
}

.deal__plus {
  left: 52.6666666667%;
  width: 4.4%;
  z-index: 1;
}

.deal__mileage {
  left: 4.9333333333%;
  width: 87.0666666667%;
}

.slice--deal-serena .deal__sugowari {
  top: 58.8815789474%;
}
.slice--deal-serena .deal__sugowari::after {
  top: 17.0731707317%;
  height: 82.9268292683%;
}
.slice--deal-serena .deal__plus {
  top: 70.7236842105%;
}
.slice--deal-serena .deal__mileage {
  top: 73.0263157895%;
}

.slice--deal-sakura .deal__sugowari {
  top: 0.9302325581%;
}
.slice--deal-sakura .deal__sugowari::after {
  top: 17.0731707317%;
  height: 82.9268292683%;
}
.slice--deal-sakura .deal__plus {
  top: 34.8837209302%;
}
.slice--deal-sakura .deal__mileage {
  top: 40.9302325581%;
}

.slice--deal-roox .deal__sugowari {
  top: 0.8658008658%;
}
.slice--deal-roox .deal__sugowari::after {
  top: 17.0731707317%;
  height: 82.9268292683%;
}
.slice--deal-roox .deal__plus {
  top: 32.4675324675%;
}
.slice--deal-roox .deal__mileage {
  top: 38.0952380952%;
}

.slice--deal-note .deal__sugowari {
  top: 2.2421524664%;
}
.slice--deal-note .deal__sugowari::after {
  top: 17.0731707317%;
  height: 82.9268292683%;
}
.slice--deal-note .deal__plus {
  top: 34.5291479821%;
}
.slice--deal-note .deal__mileage {
  top: 40.8071748879%;
}

.slice--deal-aura .deal__sugowari {
  top: 1.7094017094%;
}
.slice--deal-aura .deal__sugowari::after {
  top: 16.8674698795%;
  height: 81.9277108434%;
}
.slice--deal-aura .deal__plus {
  top: 33.3333333333%;
}
.slice--deal-aura .deal__mileage {
  top: 38.8888888889%;
}

.slice--deal-xtrail .deal__sugowari {
  top: 1%;
}
.slice--deal-xtrail .deal__sugowari::after {
  top: 17.0731707317%;
  height: 82.9268292683%;
}
.slice--deal-xtrail .deal__plus {
  top: 37.5%;
}
.slice--deal-xtrail .deal__mileage {
  top: 44.5%;
}

.cta-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 50%;
  pointer-events: none;
}

.cta-layer {
  --inner: clamp(
    1078px,
    calc(100% * 1348 / 1882),
    1348px
  );
  display: grid;
  grid-template-columns: 201fr calc(var(--inner) * 458 / 1348) calc(var(--inner) * 140 / 1348) calc(var(--inner) * 750 / 1348) 333fr;
  align-items: start;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  pointer-events: none;
}

.cta-layer__col {
  grid-column: 4;
  min-width: 0;
}

.cta-bar {
  display: flex;
  justify-content: center;
  gap: 2%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0s linear 0.45s;
}

.cta-layer.is-visible .cta-bar {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.cta-bar__btn {
  display: block;
  width: 44.1333333333%;
  pointer-events: auto;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.cta-bar__btn img {
  display: block;
  width: 100%;
  height: auto;
}
.cta-bar__btn:hover, .cta-bar__btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08) drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}
.cta-bar__btn:focus-visible {
  outline: 3px solid #0a84ff;
  outline-offset: 3px;
}
.cta-bar__btn:not([href]) {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1140px) {
  .stage,
  .cta-layer {
    display: block;
  }
  .side-menu-layer {
    display: none;
  }
  .main,
  .cta-layer__col {
    width: 100%;
    max-width: 750px;
    margin-inline: auto;
  }
  body {
    background-image: url("../img/background.png");
  }
}
@media (max-height: 522.5px) {
  .side-menu-layer {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hotspot::after,
  .deal__sugowari::after,
  .side-menu__btn,
  .cta-bar,
  .cta-bar__btn {
    transition: none;
  }
  .side-menu__btn:hover,
  .side-menu__btn:focus-visible,
  .cta-bar__btn:hover,
  .cta-bar__btn:focus-visible {
    transform: none;
  }
  .cta-bar {
    transform: none;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}
