@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* font setting */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* default setting */
body {
  background-color: #ffffff;
  color: #343434;
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-family: 'Nissan Regular','A-OTF新ゴPro', 'Meiryo UI', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #148df0;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}

h2,
h2,
h4,
h5 {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
}

main {
  padding-bottom: 80px;
}

img {
  vertical-align: top;
  width: 100%;
}

.js-acdnCont {
  display: none;
}

@media print, screen and (max-width: 959px) {
  body {
    font-size: 13px;
    line-height: 1.68308;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc {
    display: none !important;
  }
  body img[height="0"] {
    height: 0;
  }
}

@media print, screen and (min-width: 960px) {
  main {
    padding-bottom: 80px;
  }
  body {
    font-size: 14px;
    line-height: 1.8;
  }
  .sp {
    display: none !important;
  }
}

/* blocks */
.Anchor .Anchor__list {
  margin: 0 -20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.Anchor .Anchor__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
}

.Anchor .Anchor__link {
  font-size: 12px;
  line-height: 1.33333;
  display: block;
  position: relative;
  padding: 5px 0;
  padding-right: 2.2em;
  border-bottom: 2px solid #343434;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.Anchor .Anchor__link::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url("../images/top_arrow_red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media print, screen and (min-width: 960px) {
  .Anchor .Anchor__item {
    margin-right: 30px;
  }
  .Anchor .Anchor__link {
    font-size: 14px;
    line-height: 1.3;
    padding: 15px 0;
    padding-right: 2em;
  }
  .Anchor .Anchor__link:hover {
    opacity: .8;
  }
  .Anchor .Anchor__link::after {
    width: 13px;
    height: 13px;
  }
}

.Deco.-enLight {
  font-family: "Nissan Light",Verdana,Arial,sans-serif;
}

.Deco.-enRegular {
  font-family: "Nissan Regular",Verdana,Arial,sans-serif;
}

.Deco.-enBold {
  font-family: "Nissan Bold",Verdana,Arial,sans-serif;
}

.Deco.-fz {
  font-size: 110%;
}

.Deco.-bold {
  font-weight: bold;
}

.Deco.-red {
  color: #C3002F;
}

@media print, screen and (min-width: 960px) {
  .Deco.-noBreackPc {
    white-space: nowrap;
  }
  .Deco.-fz {
    padding-left: 1px;
  }
}

.Footer {
  background-color: #fff;
  position: relative;
  height: 60px;
  padding-bottom: 140px;
}

.Footer .Footer__navs {
  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: 60px;
}

.Footer .Footer__nav:not(.-head) {
  border-left: 1px solid #c7c7c7;
}

.Footer .Footer__nav a {
  text-decoration: none;
  color: #666;
}

@media print, screen and (max-width: 959px) {
  .Footer {
    font-size: 10px;
    background-color: #fff;
  }
  .Footer .Footer__nav {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media print, screen and (min-width: 960px) {
  .Footer {
    font-size: 12px;
  }
  .Footer .Footer__navs {
    height: 48px;
    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;
  }
  .Footer .Footer__nav {
    padding-left: 14px;
    padding-right: 14px;
  }
  .Footer .Footer__nav:not(.-head) {
    border-left: 1px solid #c7c7c7;
  }
  .Footer .Footer__nav a {
    text-decoration: none;
    color: #666;
  }
}

.Header .Header__innerWrap1 {
  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;
  font-size: 0;
  z-index: 99;
  padding: 0 15px;
  top: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #fff;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.-scrolled .Header {
  background-color: #fff;
}

body.-scrolled .Header__logoLink {
  display: block;
  position: relative;
}

body.-scrolled .Header__logoLink .black {
  display: block;
}

body.-scrolled .Header__logoLink .white {
  display: none;
}

body.-scrolled .Header__logoLink::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/header_logo_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

body.-scrolled .Header__btn {
  background-image: url("../images/icon_burger.svg");
}

.Header .Header__logoLink {
  width: 122px;
  height: 15px;
  display: block;
  position: relative;
}

.Header .Header__logoLink::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/header_logo_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (max-width: 959px) {
  .Header .Header__logo {
    position: relative;
    z-index: 999;
  }
  .Header .Header__logo.-black {
    width: 140px;
  }
  .Header .Header__shop {
    width: 67px;
  }
  .Header .Header__btn {
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url("../images/icon_burger.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
    z-index: 2;
  }
}

@media print, screen and (min-width: 960px) {
  .Header {
    margin: 0 auto;
  }
  .Header .Header__innerWrap1 {
    padding: 33px 50px;
    max-width: 1500px;
    height: 98px;
  }
  .Header .Header__innerWrap2 {
    background-color: #fff;
    height: 98px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 98;
  }
  .Header .Header__logo.-black img {
    width: auto;
  }
  body.-scrolled .Header__innerWrap1 {
    padding: 0 50px;
  }
  body.-scrolled .Header__logoLink {
    width: 70px;
    height: 60px;
  }
  body.-scrolled .Header__logoLink::before {
    background-image: url("../images/header_logo_pc.svg");
  }
  .Header .Header__logoLink {
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    width: 70px;
    height: 60px;
    color: #fff;
  }
  .Header .Header__logoLink:hover {
    opacity: .8;
  }
  .Header .Header__logoLink::before {
    display: none;
    background-image: url("../images/header_logo_white_pc.svg");
  }
}

.Movie {
  position: relative;
}

.Movie .Movie__btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.Movie .Movie__iframe {
  padding-top: 56.25%;
  position: relative;
}

.Movie .Movie__iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Movie .Movie__text {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
  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;
  gap: 5px;
  position: absolute;
  bottom: 7px;
  right: 13px;
}

.Movie .Movie__play {
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: relative;
}

.Movie .Movie__play::before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 960px) {
  .Movie .Movie__btn {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .Movie .Movie__btn::before {
    width: 118px;
    height: 118px;
  }
  .Movie .Movie__btn:hover {
    opacity: .7;
  }
  .Movie.-small .Movie__btn::before {
    width: 69px;
    height: 69px;
  }
}

.Nav .Nav__list {
  padding: 90px 30px 0;
}

.Nav .Nav__item {
  padding: 12px 0;
}

.Nav .Nav__link {
  color: #343434;
  display: block;
  font-size: 16px;
  text-decoration: none;
}

@media print, screen and (max-width: 959px) {
  .Nav {
    opacity: 0;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.92);
    position: absolute;
    z-index: 102;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  .Header.-open .Nav {
    opacity: 1;
    pointer-events: auto;
  }
  .Header.-open .Header__btn {
    opacity: 0;
  }
  .Nav .Nav__link {
    text-align: left;
  }
  .Nav .Nav__close {
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url("../images/icon_burger_close.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 50% 50%;
    top: 0;
  }
}

@media print, screen and (min-width: 960px) {
  body.-scrolled .Nav .Nav__link {
    color: #343434;
  }
  .Nav .Nav__list {
    padding: 90px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  .Nav .Nav__item {
    padding: 12px 0;
    margin: 0 0 0 18px;
  }
  .Nav .Nav__link {
    display: block;
    font-size: 16px;
    text-decoration: none;
    font-size: 14px;
  }
  .Nav .Nav__link:hover {
    opacity: .8;
  }
}

.Top {
  border-top: none;
  padding-bottom: 0;
  position: relative;
}

.Top .Top__content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.TopBtn .TopBtn__link {
  display: block;
  background-color: #C3002F;
  color: #fff;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}

.TopBtn .TopBtn__link.-stopShop {
  background-color: #666;
}

.TopBtn .TopBtn__text {
  font-size: 15px;
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.TopBtn .TopBtn__textSmall {
  font-size: 11px;
}

.TopBtn.-white .TopBtn__link {
  line-height: 1;
  padding: 18px 0;
  background-color: transparent;
  border: 1px solid #fff;
  position: relative;
}

.TopBtn.-white .TopBtn__link::after {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  background-image: url("../images/top_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg) translateX(50%);
  -ms-transform: rotate(-90deg) translateX(50%);
  transform: rotate(-90deg) translateX(50%);
  right: 10px;
  top: 50%;
}

.TopBtn.-white .TopBtn__text {
  font-weight: 300;
}

.TopBtn .TopBtn__teaser {
  font-weight: 600;
  font-size: 14px;
  line-height: 55px;
  border: 2px solid #C3002F;
  text-align: center;
  color: #C3002F;
  letter-spacing: 0;
}

.TopBtn .TopBtn__teaserEn {
  font-family: "Nissan Bold",Verdana,Arial,sans-serif;
  font-size: 16px;
}

.TopBtn__reserve {
  background-color: #C3002F;
  width: 190px;
  height: 47px;
  border-radius: 30px;
  margin: 0 auto;
}

.TopBtn__reserve.-mb {
  margin-bottom: 46px;
}

.TopBtn__reserve.-mbLarge {
  margin-bottom: 50px;
}

.TopBtn__reserve.-mt {
  margin-top: 30px;
}

.TopBtn__reserve.-mr {
  margin: 0 auto 0 0;
}

.TopBtn__reserve.-stopShop {
  background-color: #666;
}

.TopBtn__reserve .TopBtn__reserveLink {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  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;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopBtn.-slide .TopBtn__link {
    padding: 29px 0;
  }
  .TopBtn.-slide .TopBtn__link::after {
    width: 28px;
    height: 10px;
  }
  .TopBtn.-slide .TopBtn__text {
    font-size: 18.49px;
  }
  .TopBtn .TopBtn__link {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    padding: 20px 0;
    position: relative;
  }
  .TopBtn .TopBtn__link::after {
    content: '';
    display: block;
    width: 13px;
    height: 10px;
    position: absolute;
    background-image: url("../images/top_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
    right: 10px;
    top: 50%;
  }
  .TopBtn .TopBtn__link:hover {
    opacity: .7;
  }
  .TopBtn .TopBtn__link.-stopShop:hover {
    opacity: 1;
  }
  .TopBtn .TopBtn__link.-stopShop::after {
    display: none;
  }
  .TopBtn .TopBtn__text {
    font-size: 20px;
  }
  .TopBtn.-big .TopBtn__link {
    padding: 30px 0;
  }
  .TopBtn.-big .TopBtn__link::after {
    width: 28px;
  }
  .TopBtn.-big .TopBtn__text {
    font-size: 18px;
    font-weight: 600;
  }
  .TopBtn.-big .TopBtn__teaser {
    line-height: 76px;
  }
  .TopBtn .TopBtn__teaser {
    font-size: 17px;
    line-height: 58px;
  }
  .TopBtn .TopBtn__teaserEn {
    font-size: 20px;
  }
  .TopBtn__reserve {
    width: 222px;
    height: 56px;
    border-radius: 40px;
    margin: 0 auto;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopBtn__reserve.-mb {
    margin-bottom: 46px;
  }
  .TopBtn__reserve.-mbLarge {
    margin-bottom: 68px;
  }
  .TopBtn__reserve.-mt {
    margin-top: 30px;
  }
  .TopBtn__reserve.-mr {
    margin: 0 auto 0 0;
    position: relative;
    top: 15px;
  }
  .TopBtn__reserve:hover {
    opacity: 0.7;
  }
  .TopBtn__reserve.-stopShop:hover {
    opacity: 1;
  }
  .TopBtn__reserve .TopBtn__reserveLink {
    font-size: 20px;
  }
}

.TopBtnPlus {
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

.TopBtnPlus::before, .TopBtnPlus::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.TopBtnPlus::before {
  width: 2px;
  height: 10px;
}

.TopBtnPlus::after {
  width: 10px;
  height: 2px;
}

.TopConnect .TopConnect__figure {
  padding: 30px 20px 0;
}

.TopConnect .TopConnect__figure img {
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopConnect .TopConnect__figure {
    text-align: center;
    padding: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopConnect .TopConnect__figure:hover {
    opacity: 0.7;
  }
  .TopConnect .TopConnect__figure img {
    width: 465px;
  }
}

.TopCourse .TopCourse__inner {
  padding: 72px 15px 52px;
}

.TopCourse .TopCourse__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1;
}

.TopCourse .TopCourse__text {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.TopCourse .TopCourse__text.-pt {
  padding-top: 50px;
}

.TopCourse .TopCourse__text.-pt1 {
  padding-top: 25px;
}

.TopCourse .TopCourse__textSmall {
  font-size: 14.89px;
  font-weight: 300;
}

.TopCourse .TopCourse__wrap1 {
  margin-bottom: 20px;
}

.TopCourse .TopCourse__list {
  padding-bottom: 40px;
}

.TopCourse .TopCourse__item {
  padding: 0 6px;
  width: 357px;
}

.TopCourse .TopCourse__content {
  border-bottom: 2px solid #c0c0c0;
}

.TopCourse .TopCourse__contentTitle {
  padding: 20px 10px 20px 0;
}

.TopCourse .TopCourse__contentTitle.-open .TopCourse__contentTitleText::after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.TopCourse .TopCourse__contentTitle.-first {
  border-top: 2px solid #c0c0c0;
}

.TopCourse .TopCourse__contentTitleText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.TopCourse .TopCourse__contentTitleText::after {
  content: "";
  display: block;
  background-image: url(../images/top_acdn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.TopCourse .TopCourse__contentDefinition {
  padding: 0 10px 20px;
}

.TopCourse .TopCourse__contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 0;
  max-width: 720px;
  margin: auto;
}

.TopCourse .TopCourse__contentItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 250px;
  margin: auto;
}

.TopCourse .TopCourse__contentImage {
  width: 100%;
}

.TopCourse .TopCourse__contentCar {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.TopCourse .TopCourse__contentText {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

.TopCourse .TopCourse__contentTextSmall {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.6;
  color: #8A8A8A;
  margin: 5px 0 0;
}

.TopCourse .TopCourse__technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.TopCourse .TopCourse__technologyItem {
  display: inline-block;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 4px;
  white-space: nowrap;
}

.TopCourse .TopCourse__technologyText {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}

.TopCourse .TopCourse__technologyText.--wrapped {
  text-align: left;
  line-height: 1.2;
}

.TopCourse .TopCourse__technologyNote1 {
  font-size: 15px;
  line-height: 1.8;
}

.TopCourse .TopCourse__technologyNote2 {
  font-size: 12px;
  color: #666666;
  padding-left: 15px;
  position: relative;
  line-height: 1rem;
}

.TopCourse .TopCourse__technologyNote2::before {
  content: "※";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.TopCourse .TopCourse__reviewWrap {
  margin-top: -4px;
}

.TopCourse .TopCourse__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.TopCourse .TopCourse__reviewImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.TopCourse .TopCourse__person {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.TopCourse .TopCourse__reviewText1 {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 6px;
}

.TopCourse .TopCourse__reviewText2 {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.TopCourse .TopCourse__reviewPrev {
  display: none;
}

.TopCourse .TopCourse__reviewPrev.-open {
  display: block;
}

.TopCourse .TopCourse__prevBtn {
  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;
  gap: 5px;
  margin: auto;
}

.TopCourse .TopCourse__prevBtn.-open .TopBtnPlus::before {
  content: none;
}

.TopCourse .TopCourse__prevText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 800;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  font-size: 16px;
}

.TopCourse .TopCourse__textArea {
  margin: 40px auto 0;
  font-family: 'Nissan Regular', Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.TopCourse .TopCourse__textArea.-small {
  font-size: 12px;
  margin: 20px auto 0;
}

.TopCourse .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopCourse .slick-dots li {
  margin: 0 5px;
}

.TopCourse .slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C1C1C1;
}

.TopCourse .slick-dots .slick-active button {
  background-color: #343434;
}

@media print, screen and (min-width: 960px) {
  .TopCourse .TopCourse__inner {
    max-width: 1002px;
    padding: 120px 15px 134px;
    overflow: hidden;
    margin: auto;
  }
  .TopCourse .TopCourse__title {
    text-align: center;
    font-size: 52px;
  }
  .TopCourse .TopCourse__text {
    text-align: center;
    font-size: 27px;
  }
  .TopCourse .TopCourse__text.-pt {
    padding-top: 68px;
  }
  .TopCourse .TopCourse__text.-pt1 {
    padding-top: 44px;
  }
  .TopCourse .TopCourse__textSmall {
    font-size: 18px;
  }
  .TopCourse .TopCourse__wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 4%;
    margin-bottom: 26px;
  }
  .TopCourse .TopCourse__wrap2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 472px);
    flex: 0 0 calc(100% - 472px);
  }
  .TopCourse .TopCourse__list {
    width: 432px;
  }
  .TopCourse .TopCourse__item {
    width: 432px;
  }
  .TopCourse .TopCourse__contentTitle {
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopCourse .TopCourse__contentTitle:hover {
    opacity: 0.7;
  }
  .TopCourse .TopCourse__contentList {
    gap: 0;
    padding: 0 0 0 10px;
    max-width: none;
    margin: 0;
  }
  .TopCourse .TopCourse__contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px;
    max-width: none;
    margin: 0;
  }
  .TopCourse .TopCourse__technologyItem {
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopCourse .TopCourse__technologyItem:hover {
    opacity: 0.7;
  }
  .TopCourse .TopCourse__reviewWrap {
    margin-top: 0;
  }
  .TopCourse .TopCourse__prevBtn {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopCourse .TopCourse__prevBtn:hover {
    opacity: 0.7;
  }
  .TopCourse .slick-dots li {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopCourse .slick-dots li:hover {
    opacity: 0.7;
  }
}

.TopCourseModal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.TopCourseModal .TopCourseModal__box {
  background-color: #fff;
  border-radius: 15px;
}

.TopCourseModal .TopCourseModal__box.-movie {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
}

.TopCourseModal .TopCourseModal__inner {
  padding: 49px 20px;
  position: relative;
}

.TopCourseModal .TopCourseModal__inner.-movie {
  padding: 0;
  position: static;
}

.TopCourseModal .TopCourseModal__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.TopCourseModal .TopCourseModal__title.-size {
  font-size: 20px;
  margin-bottom: 20px;
}

.TopCourseModal .TopCourseModal__titleSmall {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0;
}

.TopCourseModal .TopCourseModal__text {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.TopCourseModal .TopCourseModal__text.-marginBottom {
  margin-bottom: 20px;
}

.TopCourseModal .TopCourseModal__text.-course {
  font-size: 15px;
}

.TopCourseModal .TopCourseModal__textSmall {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.TopCourseModal .TopCourseModal__image {
  margin-bottom: 45px;
}

.TopCourseModal .TopCourseModal__image.-mbSmall {
  margin-bottom: 10px;
}

.TopCourseModal .TopCourseModal__image.-marginBottom {
  margin-bottom: 15px;
}

.TopCourseModal .TopCourseModal__link {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  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;
  font-size: 21px;
  color: #000;
  letter-spacing: 0;
  gap: 0 10px;
}

.TopCourseModal .TopCourseModal__link.-mb {
  margin-bottom: 20px;
}

.TopCourseModal .TopCourseModal__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.TopCourseModal .TopCourseModal__link2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  gap: 0 5px;
  color: #343434;
  margin-bottom: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.TopCourseModal .TopCourseModal__link2::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.TopCourseModal .TopCourseModal__movie {
  width: 345px;
  height: 613px;
  margin: auto;
}

.TopCourseModal .TopCourseModal__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopCourseModal .TopCourseModal__box {
    max-width: 436px;
    margin: auto;
  }
  .TopCourseModal .TopCourseModal__box.-movie {
    max-width: 345px;
  }
  .TopCourseModal .TopCourseModal__title {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .TopCourseModal .TopCourseModal__title.-size {
    font-size: 28px;
  }
  .TopCourseModal .TopCourseModal__titleSmall {
    font-size: 15px;
  }
  .TopCourseModal .TopCourseModal__text {
    font-size: 16px;
  }
  .TopCourseModal .TopCourseModal__text.-course {
    font-size: 16px;
  }
  .TopCourseModal .TopCourseModal__textSmall {
    font-size: 12px;
  }
  .TopCourseModal .TopCourseModal__image.-support {
    width: 305px;
    margin: 0 auto 30px;
  }
}

.TopExperience .TopExperience__inner {
  padding-left: 15px;
  padding: 72px 0 50px 15px;
}

.TopExperience .TopExperience__inner a {
  display: block;
  color: #000;
  text-decoration: none;
}

.TopExperience .TopExperience__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0.03em;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 30px;
}

.TopExperience .TopExperience__listTitle {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 20px;
}

.TopExperience .TopExperience__course {
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
  margin-bottom: 25px;
}

.TopExperience .TopExperience__courseItem {
  margin-right: 12px;
  width: 315px;
}

.TopExperience .TopExperience__courseItem img {
  border-radius: 10px 10px 0 0;
}

.TopExperience .TopExperience__courseImage {
  border-radius: 10px;
}

.TopExperience .TopExperience__courseText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  padding: 14px 9px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.TopExperience .TopExperience__courseTextSmall {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.11em;
}

.TopExperience .TopExperience__kind {
  -webkit-filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0px 3px 12px rgba(0, 0, 0, 0.16));
}

.TopExperience .TopExperience__kindItem {
  width: 205px;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 12px;
}

.TopExperience .TopExperience__kindImage img {
  border-radius: 10px 10px 0 0;
}

.TopExperience .TopExperience__kindText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  line-height: 2.3;
  text-align: center;
  font-size: 14px;
}

.TopExperience .TopExperience__textArea {
  margin: 40px auto 0;
  padding-right: 15px;
  font-family: 'Nissan Regular', Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

@media print, screen and (min-width: 960px) {
  .TopExperience .TopExperience__inner {
    padding: 120px 0 120px 0;
  }
  .TopExperience .TopExperience__title {
    text-align: center;
    font-size: 52px;
    margin-bottom: 44px;
  }
  .TopExperience .TopExperience__listTitle {
    text-align: center;
    font-size: 22px;
  }
  .TopExperience .TopExperience__course {
    max-width: 972px;
    margin: 0 auto 39px;
  }
  .TopExperience .TopExperience__courseItem {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopExperience .TopExperience__courseItem:hover {
    opacity: 0.7;
  }
  .TopExperience .TopExperience__kind {
    max-width: 860px;
    margin: 0 auto;
  }
  .TopExperience .TopExperience__kindItem {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopExperience .TopExperience__kindItem:hover {
    opacity: 0.7;
  }
  .TopExperience .slide-arrow {
    background-color: #333;
    height: 0;
    width: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopExperience .slide-arrow:hover {
    opacity: 0.7;
  }
  .TopExperience .prev-arrow,
  .TopExperience .next-arrow {
    height: 135px;
    width: 34px;
    background: #e5e5e5;
  }
  .TopExperience .prev-arrow::before,
  .TopExperience .next-arrow::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .TopExperience .prev-arrow {
    left: -50px;
    border-radius: 10px 0 0 10px;
  }
  .TopExperience .prev-arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    -ms-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
  }
  .TopExperience .next-arrow {
    right: -50px;
    border-radius: 0 10px 10px 0;
  }
  .TopExperience .next-arrow:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .TopExperience .TopExperience__textArea {
    max-width: 860px;
    padding-right: 0;
  }
}

.TopFaq .TopFaq__inner {
  padding: 60px 15px 70px;
}

.TopFaq .TopFaq__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 24px;
}

.TopFaq .TopFaq__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 6px;
}

.TopFaq .TopFaq__q {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  text-align: left;
  position: relative;
  display: block;
}

.TopFaq .TopFaq__q::before {
  content: "";
  display: block;
  background-image: url(../images/top_acdn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 23px;
}

.TopFaq .TopFaq__q.-open::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.TopFaq .TopFaq__qText {
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 20px 26px 20px 28px;
}

.TopFaq .TopFaq__qText::before {
  content: 'Q';
  display: block;
  font-size: 17px;
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #bb002f;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 14px;
  left: 6px;
}

.TopFaq .TopFaq__a {
  position: relative;
  padding: 0 6px 25px;
}

.TopFaq .TopFaq__aText {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  display: block;
}

.TopFaq .TopFaq__aText a {
  color: #C3002F;
  text-decoration: underline;
}

.TopFaq .TopFaq__btn {
  margin-top: 25px;
}

@media print, screen and (min-width: 960px) {
  .TopFaq .TopFaq__inner {
    padding: 90px 0 134px;
  }
  .TopFaq .TopFaq__list {
    max-width: 706px;
    margin: auto;
  }
  .TopFaq .TopFaq__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .TopFaq .TopFaq__q {
    cursor: pointer;
  }
  .TopFaq .TopFaq__q:hover {
    opacity: .7;
  }
  .TopFaq .TopFaq__q::before {
    right: 3px;
  }
  .TopFaq .TopFaq__qText {
    padding: 20px 20px 20px 38px;
  }
  .TopFaq .TopFaq__qText::before {
    font-size: 19px;
    top: 16px;
    left: 8px;
  }
  .TopFaq .TopFaq__a {
    font-size: 17px;
    line-height: 1.6;
  }
  .TopFaq .TopFaq__aText {
    padding: 9px 5px 7px 5px;
  }
  .TopFaq .TopFaq__aText a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopFaq .TopFaq__aText a:hover {
    opacity: 0.7;
  }
  .TopFaq .TopFaq__btn {
    margin-top: 40px;
  }
}

.TopFeature .TopFeature__inner {
  padding: 52px 0 70px;
}

.TopFeature .TopFeature__titleArea {
  padding: 0 15px;
}

.TopFeature .TopFeature__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
}

.TopFeature .TopFeature__titleSub {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  display: block;
  font-size: 20px;
  color: #c3002f;
  line-height: 1.6;
}

.TopFeature .TopFeature__titleMain {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
}

.TopFeature .TopFeature__titleEn {
  letter-spacing: 0.08em;
}

.TopFeature .TopFeature__titleBreak {
  display: inline-block;
}

.TopFeature .TopFeature__text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 29px;
}

.TopFeature .TopFeature__slickArea {
  padding-left: 15px;
}

.TopFeature .TopFeature__slickTitle {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.TopFeature .TopFeature__slickTitleEn {
  font-size: 19px;
  letter-spacing: 0.02em;
}

.TopFeature .TopFeature__slickList {
  padding: 0 0 27px;
}

.TopFeature .TopFeature__slickItem {
  margin-right: 12px;
  width: 295px;
  height: 438px;
}

.TopFeature .TopFeature__modalLink {
  display: block;
  cursor: pointer;
  position: relative;
}

.TopFeature .TopFeature__modalLink::before {
  content: "＋";
  display: block;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 16.5px;
  bottom: 17px;
}

.TopFeature .TopFeature__modalLink::after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.TopFeature .TopFeature__slickText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.42;
  letter-spacing: 0.02em;
  white-space: nowrap;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopFeature .TopFeature__slickItem.slick_slide {
  width: 295px;
}

.TopFeature .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  bottom: 0;
  left: 48%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopFeature .slick-dots li {
  margin: 0 7px;
}

.TopFeature .slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C1C1C1;
}

.TopFeature .slick-dots .slick-active button {
  background-color: #343434;
}

@media print, screen and (min-width: 960px) {
  .TopFeature {
    max-width: 1500px;
    margin: 0 auto;
  }
  .TopFeature .TopFeature__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(50% + 483px);
    padding: 0;
    margin-left: auto;
    padding-bottom: 120px;
  }
  .TopFeature .TopFeature__titleArea {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 496px;
    flex: 0 0 496px;
    margin-top: 30px;
  }
  .TopFeature .TopFeature__title {
    margin-bottom: 20px;
  }
  .TopFeature .TopFeature__titleSub {
    font-size: 27px;
  }
  .TopFeature .TopFeature__titleSubEn {
    font-size: 30px;
    letter-spacing: 0;
  }
  .TopFeature .TopFeature__titleMain {
    font-size: 42px;
  }
  .TopFeature .TopFeature__text {
    margin-bottom: 20px;
  }
  .TopFeature .TopFeature__slickArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 496px);
    flex: 0 0 calc(100% - 496px);
    overflow: hidden;
    padding-left: 0;
  }
  .TopFeature .TopFeature__slickTitle {
    font-size: 19px;
  }
  .TopFeature .TopFeature__slickTitleEn {
    font-size: 21px;
  }
  .TopFeature .TopFeature__slickList {
    padding-bottom: 30px;
  }
  .TopFeature .TopFeature__slickItem {
    width: 258px;
    height: 384px;
  }
  .TopFeature .TopFeature__modalLink {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopFeature .TopFeature__modalLink:hover {
    opacity: 0.7;
  }
  .TopFeature .slick-dots {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .TopFeature .slick-dots li {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopFeature .slick-dots li:hover {
    opacity: 0.7;
  }
}

.TopFixed {
  position: fixed;
  width: 100%;
  bottom: 25px;
  z-index: 15;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0;
  pointer-events: none;
}

.-scrolled .TopFixed {
  opacity: 1;
  pointer-events: auto;
}

.TopFixed .TopFixed__btn {
  background-color: #C3002F;
  width: 253px;
  height: 63px;
  border-radius: 40px;
  margin: 0 auto;
}

.TopFixed .TopFixed__btnLink {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  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;
  font-size: 23px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
}

.TopFlow {
  background-color: #efefef;
}

.TopFlow .TopFlow__inner {
  padding: 52px 15px 50px;
}

.TopFlow .TopFlow__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.02em;
}

.TopFlow .TopFlow__text {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.TopFlow .TopFlow__movie {
  margin-bottom: 5px;
}

.TopFlow .TopFlow__step {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-bottom: 5px;
}

.TopFlow .TopFlow__stepTitle {
  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;
  padding: 15px 15px 15px 20px;
}

.TopFlow .TopFlow__stepTitle.-open .TopFlow__titleArrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.TopFlow .TopFlow__stepTitle.-open .TopFlow__content {
  display: block;
}

.TopFlow .TopFlow__titleTextRed {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 17px;
  letter-spacing: 0;
  color: #bb002f;
}

.TopFlow .TopFlow__titleText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  font-size: 17px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopFlow .TopFlow__titleArrow {
  content: "";
  display: block;
  background-image: url(../images/top_acdn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.TopFlow .TopFlow__content {
  display: none;
  padding: 0 20px 30px;
}

.TopFlow .TopFlow__contentImage {
  margin-bottom: 15px;
}

.TopFlow .TopFlow__contentText {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}

.TopFlow .TopFlow__textArea {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  border-top: 3px solid #000;
  margin-top: 20px;
  padding-top: 15px;
}

@media print, screen and (min-width: 960px) {
  .TopFlow .TopFlow__inner {
    padding: 92px 0;
    max-width: 720px;
    margin: 0 auto;
  }
  .TopFlow .TopFlow__title {
    font-size: 38px;
  }
  .TopFlow .TopFlow__text {
    text-align: center;
  }
  .TopFlow .TopFlow__stepTitle {
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopFlow .TopFlow__stepTitle:hover {
    opacity: 0.7;
  }
  .TopFlow .TopFlow__contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 20px;
  }
  .TopFlow .TopFlow__contentImage {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 307px;
    flex: 0 0 307px;
  }
  .TopFlow .TopFlow__contentText {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(93% - 307px);
    flex: 0 0 calc(93% - 307px);
  }
}

.iziModal {
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.TopModal__wapper {
  padding: 20px 15px;
}

.TopModal .TopModal__wapper {
  position: relative;
}

.TopModal .TopModal__close1 {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.TopModal .TopModal__close1::before, .TopModal .TopModal__close1::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 11px;
  right: -1px;
}

.TopModal .TopModal__close1::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.TopModal .TopModal__close1::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.TopModal .TopModal__close1.-white {
  position: absolute;
  top: -30px;
  right: 0;
}

.TopModal .TopModal__close1.-white::before, .TopModal .TopModal__close1.-white::after {
  background-color: #fff;
}

@media print, screen and (min-width: 960px) {
  .TopModal__wapper {
    padding: 50px 30px;
  }
  .TopModal .TopModal__wapper3 {
    width: 860px;
    margin: auto;
  }
  .TopModal .TopModal__close1 {
    width: 24px;
    height: 24px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopModal .TopModal__close1:hover {
    opacity: 0.7;
  }
  .TopModal .TopModal__close1::before, .TopModal .TopModal__close1::after {
    width: 24px;
    top: 12px;
  }
  .TopModal .TopModal__close1.-white {
    top: -50px;
  }
}

.TopMv {
  margin-top: 56px;
}

.TopMv .TopMv__inner {
  position: relative;
}

.TopMv .TopMv__titlArea {
  position: absolute;
  bottom: 42px;
  left: 15px;
  z-index: 1;
}

.TopMv .TopMv__titleMain {
  display: block;
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0.061em;
  font-size: 55.87px;
  color: #c3002f;
  line-height: 1;
  margin-bottom: 20px;
}

.TopMv .TopMv__titleSub {
  display: block;
  font-size: 19px;
  color: #fff;
  line-height: 0.1;
  margin-bottom: 28px;
  letter-spacing: 0.07em;
}

@media print, screen and (min-width: 960px) {
  .TopMv {
    margin-top: 98px;
  }
  .TopMv .TopMv__inner {
    position: static;
    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;
    max-width: 1280px;
    margin: 0 auto 40px;
    gap: 0 1%;
    padding: 0 15px;
  }
  .TopMv .TopMv__wrap {
    margin-top: 35px;
  }
  .TopMv .TopMv__titlArea {
    position: static;
  }
  .TopMv .TopMv__titleMain {
    font-size: 91px;
  }
  .TopMv .TopMv__titleSub {
    font-size: 21.6px;
    color: #000000;
  }
  .TopMv .TopMv__anchorList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    gap: 0 35px;
    position: relative;
    top: 12px;
  }
  .TopMv .TopMv__anchorItem {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopMv .TopMv__anchorItem:hover {
    opacity: 0.7;
  }
  .TopMv .TopMv__anchorLink {
    font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.07em;
    letter-spacing: 0;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    position: relative;
  }
  .TopMv .TopMv__anchorLink::after {
    content: "";
    display: block;
    background-image: url(../images/top_acdn_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .TopMv .TopMv__list {
    max-width: 58%;
  }
  .TopMv .TopMv__item {
    max-width: 100%;
  }
  .TopMv .TopMv__image img {
    border-radius: 40px;
  }
}

.TopNews .TopNews__inner {
  padding: 16px 40px 30px 39px;
  background-color: #efefef;
}

.TopNews .TopNews__wrap.-marginTop {
  margin-top: 15px;
}

.TopNews .TopNews__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #C3002F;
  text-align: left;
  margin-bottom: 6px;
}

.TopNews .TopNews__link {
  text-align: left;
  display: inline;
  font-size: 15px;
  line-height: 1.6;
  color: #343434;
  letter-spacing: 0.02em;
}

@media print, screen and (min-width: 960px) {
  .TopNews {
    padding: 0 15px;
  }
  .TopNews .TopNews__inner {
    max-width: 1100px;
    margin: 0 auto 100px;
    padding: 24px 33px;
    border-radius: 15px;
  }
  .TopNews .TopNews__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 15px;
  }
  .TopNews .TopNews__title {
    margin-bottom: 0;
    white-space: nowrap;
  }
  .TopNews .TopNews__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .TopNews .TopNews__link:hover {
    opacity: .7;
  }
}

.TopSales {
  background-color: #efefef;
}

.TopSales .TopSales__inner {
  padding: 57px 15px 72px;
}

.TopSales .TopSales__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.TopSales .TopSales__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 32px;
}

.TopSales .TopSales__modalLink1 {
  position: relative;
  margin: 0 auto 30px;
  display: block;
}

.TopSales .TopSales__image img {
  border-radius: 4%;
}

.TopSales .TopSales__imageText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.025em;
  position: absolute;
  bottom: 10px;
  right: 45px;
}

.TopSales .TopSales__imageText::before {
  content: "";
  display: block;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  bottom: 12px;
  right: -21px;
}

.TopSales .TopSales__imageText::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: -27px;
}

.TopSales .TopSales__imageTextEn {
  font-size: 20px;
}

.TopSales .TopSales__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 25px;
  max-width: 510px;
  margin: 0 auto 49px;
}

.TopSales .TopSales__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  text-align: center;
}

.TopSales .TopSales__itemImage {
  margin-bottom: 5px;
}

.TopSales .TopSales__itemTextSmall {
  line-height: 1.2;
  font-size: 13px;
  white-space: nowrap;
}

.TopSales .TopSales__itemTextLarge1 {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0;
}

.TopSales .TopSales__itemTextLarge2 {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.TopSales .TopSales__itemTextNormal1 {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0em;
}

.TopSales .TopSales__itemTextNormal2 {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 18px;
  line-height: 1.2;
}

.TopSales .TopSales__modalLink2 {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 10px;
  margin: 0 auto 17px;
}

.TopSales .TopSales__anchor {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 21px;
  color: #000;
  letter-spacing: 0;
  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;
  gap: 0 10px;
}

.TopSales .TopSales__anchor::after {
  content: "";
  display: block;
  background-image: url(../images/top_acdn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
}

@media print, screen and (min-width: 960px) {
  .TopSales .TopSales__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 120px 0 100px;
  }
  .TopSales .TopSales__wrap1 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    gap: 0 40px;
    margin-bottom: 35px;
    position: relative;
  }
  .TopSales .TopSales__wrap2 {
    grid-row: 2 / 1;
    grid-column: 2 / 2;
    margin-top: -8px;
    margin-bottom: 220px;
  }
  .TopSales .TopSales__title {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .TopSales .TopSales__text {
    margin-bottom: 0;
  }
  .TopSales .TopSales__modalLink1 {
    max-width: 432px;
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin: 0;
  }
  .TopSales .TopSales__modalLink1:hover {
    opacity: 0.7;
  }
  .TopSales .TopSales__imageText::before {
    bottom: 14px;
  }
  .TopSales .TopSales__imageText::after {
    bottom: 7px;
  }
  .TopSales .TopSales__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row: 1 / 2;
    grid-column: 2 / 2;
    max-width: 600px;
    gap: 0;
    margin: auto auto 0px;
  }
  .TopSales .TopSales__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .TopSales .TopSales__item.-margin1 {
    margin: 0 -10px 0 -20px;
  }
  .TopSales .TopSales__item.-margin2 {
    margin: 0 10px 0 -5px;
  }
  .TopSales .TopSales__modalLink2 {
    margin-bottom: 10px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSales .TopSales__modalLink2:hover {
    opacity: 0.7;
  }
  .TopSales .TopSales__anchor {
    font-size: 22px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSales .TopSales__anchor:hover {
    opacity: 0.7;
  }
}

.TopSearch {
  background-color: #efefef;
}

.TopSearch .TopSearch__inner {
  padding: 72px 15px 70px;
}

.TopSearch .TopSearch__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 38px;
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}

.TopSearch .TopSearch__text {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 17px;
}

.TopSearch .TopSearch__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
}

.TopSearch .TopSearch__btnText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.TopSearch .TopSearch__areaTitle {
  background-color: #fff;
  padding: 20px 11px;
  line-height: 1;
  position: relative;
  border-bottom: 2px solid #c0c0c0;
}

.TopSearch .TopSearch__areaTitle.-open + .TopSearch__storeContent .TopSearch__storeContentTitleNew {
  opacity: 1;
}

.TopSearch .TopSearch__areaTitle.-open::after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  -ms-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.TopSearch .TopSearch__areaTitle.-open .TopSearch__areaNoOpen.-new {
  opacity: 0;
}

.TopSearch .TopSearch__areaTitle.-noborder {
  border-bottom: none;
  padding: 20px 0 20px 28px;
}

.TopSearch .TopSearch__areaTitle.-noborder .TopSearch__areaText {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
}

.TopSearch .TopSearch__areaTitle.-borderTop {
  border-top: 2px solid #c0c0c0;
}

.TopSearch .TopSearch__areaTitle::after {
  content: "";
  display: block;
  background-image: url(../images/top_acdn_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.TopSearch .TopSearch__areaTitle.-last {
  border-bottom: none;
}

.TopSearch .TopSearch__areaNoOpen {
  font-size: 12px;
  color: #ffffff;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 75px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 4px;
}

.TopSearch .TopSearch__areaNoOpen.-new {
  background-color: #C3002F;
  opacity: 1;
  -webkit-transition: opacity 0;
  -o-transition: opacity 0;
  transition: opacity 0;
}

.TopSearch .TopSearch__areaText {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 16px;
  letter-spacing: 0.05em;
}

.TopSearch .TopSearch__areaContent {
  background-color: #fff;
}

.TopSearch .TopSearch__store {
  border-bottom: 2px solid #c0c0c0;
}

.TopSearch .TopSearch__store.-last {
  border-bottom: none;
}

.TopSearch .TopSearch__storeContent {
  padding: 0 15px;
}

.TopSearch .TopSearch__storeContent.-last {
  padding-bottom: 50px;
}

.TopSearch .TopSearch__storewrap1 {
  margin-bottom: 25px;
}

.TopSearch .TopSearch__storeContentTitle {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.TopSearch .TopSearch__storeContentTitleNew {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 12px;
  color: #ffffff;
  padding: 4px;
  background-color: #C3002F;
  margin-left: 10px;
  display: inline-block;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  opacity: 0;
}

.TopSearch .TopSearch__storeContentTitleNote {
  font-family: 'Nissan Regular',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin-bottom: 17px;
  display: block;
  margin-top: -10px;
}

.TopSearch .TopSearch__storeHead {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.7;
}

.TopSearch .TopSearch__info {
  margin-bottom: 16px;
}

.TopSearch .TopSearch__infoItem {
  font-size: 17px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 7px;
}

.TopSearch .TopSearch__infoTerm {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.TopSearch .TopSearch__infoText {
  position: relative;
}

.TopSearch .TopSearch__infoText::before {
  content: "：";
  font-size: 15px;
  position: absolute;
  top: 3px;
  left: -13px;
}

.TopSearch .TopSearch__infoText .tel {
  color: #000;
  text-decoration: none;
}

.TopSearch .TopSearch__infoText .colon {
  display: inline-block;
  margin: 1px 0;
}

.TopSearch .TopSearch__wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.TopSearch .TopSearch__link {
  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;
  color: #000;
  text-decoration: none;
  gap: 3px;
  width: 150px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 20px;
}

.TopSearch .TopSearch__linkText {
  font-size: 12px;
  line-height: 1;
}

.TopSearch .TopSearch__linkImage {
  display: block;
  width: 10px;
  height: 11px;
}

.TopSearch .TopSearch__sns {
  display: block;
  width: 32px;
}

.TopSearch .TopSearch__map {
  width: 100%;
  height: 46vw;
}

.TopSearch .TopSearch__map iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopSearch .TopSearch__inner {
    padding: 92px 15px 108px;
    max-width: 1002px;
    margin: 0 auto;
  }
  .TopSearch .TopSearch__title {
    text-align: center;
    font-size: 52px;
    margin-bottom: 30px;
  }
  .TopSearch .TopSearch__text {
    text-align: center;
  }
  .TopSearch .TopSearch__btn {
    margin: 0 auto 30px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSearch .TopSearch__btn:hover {
    opacity: 0.7;
  }
  .TopSearch .TopSearch__areaTitle {
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSearch .TopSearch__areaTitle:hover {
    opacity: 0.7;
  }
  .TopSearch .TopSearch__areaTitle::after {
    right: 10px;
  }
  .TopSearch .TopSearch__areaTitle.-noborder {
    padding: 20px 0;
  }
  .TopSearch .TopSearch__areaNoOpen {
    left: auto;
    right: 46px;
  }
  .TopSearch .TopSearch__areaText {
    text-align: center;
  }
  .TopSearch .TopSearch__storewrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
  }
  .TopSearch .TopSearch__storewrap2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(80% - 376px);
    flex: 0 0 calc(80% - 376px);
  }
  .TopSearch .TopSearch__storeContent.-last {
    padding-bottom: 68px;
  }
  .TopSearch .TopSearch__storeContentTitle {
    position: relative;
  }
  .TopSearch .TopSearch__storeContentTitleNew {
    margin-left: 0;
    position: absolute;
    right: -52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .TopSearch .TopSearch__link {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSearch .TopSearch__link:hover {
    opacity: 0.7;
  }
  .TopSearch .TopSearch__sns {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
  }
  .TopSearch .TopSearch__sns:hover {
    opacity: 0.7;
  }
  .TopSearch .TopSearch__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 376px;
    flex: 0 0 376px;
    height: 211.716px;
  }
}

.TopSlide {
  padding: 30px 0 0;
  overflow: hidden;
}

.TopSlide .TopSlide__btn {
  margin: 25px auto 0;
  width: 85.3333333333333%;
}

.TopSlide .TopSlide__btnNote {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 13px;
  color: #C3002F;
  text-align: center;
  margin-top: 18px;
  padding: 0 30px;
}

.TopSlide .TopSlide__item {
  padding: 0 6px;
}

.TopSlide * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.TopSlide .slick-list {
  z-index: 2;
}

.TopSlide .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 28%;
  background-image: url("../images/top_slide_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 37px;
  height: 37px;
}

.TopSlide .slick-arrow.slick-prev {
  left: 7%;
  -webkit-transform: rotateY(180deg) translateX(20px);
  transform: rotateY(180deg) translateX(20px);
}

.TopSlide .slick-arrow.slick-next {
  right: 7%;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.TopSlide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopSlide .slick-dots li {
  margin: 0 5px;
}

.TopSlide .slick-dots li button {
  font-size: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C1C1C1;
}

.TopSlide .slick-dots .slick-active button {
  background-color: #C3002F;
}

@media print, screen and (max-width: 959px) {
  .TopSlide .slick-arrow.slick-prev {
    -webkit-transform: rotateY(180deg) translateX(20px) translate3d(0, 0, -0.001px);
    transform: rotateY(180deg) translateX(20px) translate3d(0, 0, -0.001px);
  }
  .TopSlide .slick-arrow.slick-next {
    -webkit-transform: translateX(20px) translate3d(0, 0, 0.001px);
    transform: translateX(20px) translate3d(0, 0, 0.001px);
  }
}

@media print, screen and (min-width: 960px) {
  .TopSlide {
    padding: 50px 0 0;
    margin: -24px 0 0;
  }
  .TopSlide .TopSlide__btnNote {
    font-size: 20px;
    margin-top: 26px;
  }
  .TopSlide .TopSlide__list {
    min-width: 1170px;
    z-index: 1;
  }
  .TopSlide .TopSlide__btn {
    margin: 62px auto 0;
    width: 620px;
  }
  .TopSlide .TopSlide__item {
    padding: 0 20px;
  }
  .TopSlide .slick-arrow {
    width: 60px;
    height: 60px;
    top: 42.4%;
  }
  .TopSlide .slick-arrow.slick-prev {
    left: 8.2%;
    -webkit-transform: rotateY(180deg) translateX(-9px);
    transform: rotateY(180deg) translateX(-9px);
  }
  .TopSlide .slick-arrow.slick-next {
    right: 8.2%;
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  .TopSlide .slick-arrow:hover {
    opacity: .7;
    cursor: pointer;
  }
  .TopSlide .slick-arrow:hover {
    opacity: .8;
  }
  .TopSlide .slick-dots {
    top: -40px;
  }
  .TopSlide .slick-dots li:hover {
    opacity: .8;
  }
  .TopSlide .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

.TopSticky {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 10;
  height: 46px;
}

.TopSticky .TopSticky__inner {
  padding: 10px 20px;
  border-bottom: 1px solid #d2d2d2;
  background-color: #fff;
}

.TopSticky .TopSticky__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.TopSticky .TopSticky__link {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
}

.TopTechnology {
  background-color: #efefef;
}

.TopTechnology .TopTechnology__inner {
  padding: 60px 0 72px;
}

.TopTechnology .TopTechnology__title {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  text-align: center;
}

.TopTechnology .TopTechnology__lead {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  letter-spacing: 0;
  color: #C3002F;
  font-size: 13px;
  line-height: 1.4;
}

.TopTechnology .TopTechnology__titleMain {
  line-height: 31.2px;
  font-size: 26px;
  display: block;
}

.TopTechnology .TopTechnology__titleEn {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 30px;
  display: inline;
}

.TopTechnology .TopTechnology__list {
  padding-bottom: 50px;
}

.TopTechnology .TopTechnology__listWrapper {
  margin-top: 30px;
}

.TopTechnology .TopTechnology__item {
  padding: 0 6px;
}

.TopTechnology .TopTechnology__movie {
  margin: auto;
}

.TopTechnology .TopTechnology__itemTitle {
  font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-weight: bold;
  letter-spacing: 0.07em;
  font-size: 15px;
  line-height: 1.6;
  margin: 11px auto 5px 0;
}

.TopTechnology .TopTechnology__titleSmall {
  font-size: 11px;
}

.TopTechnology .TopTechnology__text {
  font-size: 13px;
  line-height: 1.5;
  margin: 7px 0 0;
  margin: auto;
}

.TopTechnology .TopTechnology__text.-center {
  text-align: center;
}

.TopTechnology .TopTechnology__textSmall {
  font-size: 12px;
  color: #666666;
  padding-left: 15px;
  position: relative;
}

.TopTechnology .TopTechnology__textSmall::before {
  content: "※";
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.TopTechnology * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.TopTechnology .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 10;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.TopTechnology .slick-dots li {
  margin: 0 5px;
}

.TopTechnology .slick-dots li button {
  font-size: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #C1C1C1;
}

.TopTechnology .slick-dots .slick-active button {
  background-color: #343434;
}

.TopTechnology .TopTechnology__note {
  position: relative;
  top: -30px;
  z-index: 0;
}

@media print, screen and (min-width: 960px) {
  .TopTechnology .TopTechnology__inner {
    padding: 90px 0 120px;
  }
  .TopTechnology .TopTechnology__lead {
    display: block;
    font-size: 19px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .TopTechnology .TopTechnology__titleMain {
    font-size: 38px;
  }
  .TopTechnology .TopTechnology__titleEn {
    font-family: 'Nissan Bold',Verdana, "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 600;
    font-weight: bold;
    letter-spacing: 0.07em;
    font-size: 40px;
    display: inline;
  }
  .TopTechnology .TopTechnology__mainTitle {
    margin: 0;
  }
  .TopTechnology .TopTechnology__listWrapper {
    height: 410px;
    padding: 0 0 40px;
    margin: 46px auto 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .TopTechnology .TopTechnology__listWrapper2 {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 1500px;
    height: 400px;
    padding: 0 0 40px;
  }
  .TopTechnology .TopTechnology__item {
    padding: 0 10px;
  }
  .TopTechnology .TopTechnology__itemTitle {
    font-size: 17px;
    line-height: 1.58824;
  }
  .TopTechnology .TopTechnology__titleSmall {
    font-size: 13px;
  }
  .TopTechnology .TopTechnology__text {
    font-size: 14px;
    line-height: 1.71429;
  }
  .TopTechnology .TopTechnology__note {
    top: -110px;
  }
  .TopTechnology .slick-dots {
    bottom: -57px;
  }
  .TopTechnology .slick-dots li:hover {
    opacity: .8;
  }
  .TopTechnology .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}

/* pages */
