@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }
  audio:not([controls]) [hidden] {
    display: none; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

html {
  font-family: sans-serif;
  line-height: 1.2;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #aaa; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.clearfix::after {
  content: '';
  display: table;
  clear: both; }

body {
  background-color: black;
  font-family: 'NBRegular', 'Noto Sans TC'; }

@font-face {
  font-family: NBLight;
  src: url("../font/NissanBrandLight.otf");
  src: url("../font/Nissan.eot?#iefix") format("embedded-opentype"), url("../font/Nissan.woff2") format("woff2"), url("../font/Nissan.woff") format("woff"), url("../font/Nissan.ttf") format("truetype"), url("../font/Nissan.svg#svgFontName") format("svg"); }

.wrap {
  background-color: #eee;
  width: 640px;
  margin: 0 auto;
  overflow: hidden; }

h1,
h2 {
  display: none; }

.kv {
  background-color: #fff;
  position: relative;
  overflow: hidden; }
  .kv .logo {
    position: absolute;
    z-index: 1;
    width: 140px;
    left: 40px;
    top: 0; }
  .kv .kv-bg {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 0; }

@-webkit-keyframes kvBgAni {
  0%,
  100% {
    -webkit-transform: scale(1.02, 1);
    transform: scale(1.02, 1); }
  30% {
    -webkit-transform: scale(1.05, 1.08);
    transform: scale(1.05, 1.08); }
  50% {
    -webkit-transform: scale(1.03, 1.01);
    transform: scale(1.03, 1.01); }
  75% {
    -webkit-transform: scale(1.04, 1.1);
    transform: scale(1.04, 1.1); }
  90% {
    -webkit-transform: scale(1, 1.01);
    transform: scale(1, 1.01); } }

@keyframes kvBgAni {
  0%,
  100% {
    -webkit-transform: scale(1.02, 1);
    transform: scale(1.02, 1); }
  30% {
    -webkit-transform: scale(1.05, 1.08);
    transform: scale(1.05, 1.08); }
  50% {
    -webkit-transform: scale(1.03, 1.01);
    transform: scale(1.03, 1.01); }
  75% {
    -webkit-transform: scale(1.04, 1.1);
    transform: scale(1.04, 1.1); }
  90% {
    -webkit-transform: scale(1, 1.01);
    transform: scale(1, 1.01); } }
  .kv .guideIcon {
    position: absolute;
    z-index: 3;
    left: calc(50%);
    -webkit-animation: guideAni 3.5s ease-out 0s infinite;
    animation: guideAni 3.5s ease-out 0s infinite; }
    .kv .guideIcon::before, .kv .guideIcon::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 15px 0 15px;
      border-color: #9b7c41 transparent transparent transparent; }
    .kv .guideIcon::before {
      bottom: 90px; }
    .kv .guideIcon::after {
      bottom: 40px; }

@-webkit-keyframes guideAni {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  15% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes guideAni {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  5% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  10% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  15% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  20% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  30% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
  .kv .kicks-title {
    position: absolute;
    top: 120px;
    right: 50px; }
  .kv .title {
    position: absolute;
    top: 200px;
    left: 40px; }
  .kv .car {
    position: absolute;
    bottom: 0;
    left: 95px;
    z-index: 2; }
  .kv .hamBtn {
    position: absolute;
    right: 40px;
    top: 65px;
    width: 80px;
    height: 15px;
    border-radius: 8px;
    background-color: #9b7c40; }
    .kv .hamBtn::before, .kv .hamBtn::after {
      content: '';
      position: absolute;
      width: 80px;
      height: 15px;
      border-radius: 8px;
      background-color: #9b7c40; }
    .kv .hamBtn::before {
      top: -30px; }
    .kv .hamBtn::after {
      top: 30px; }
  .kv .menu {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #9b7c40; }
    .kv .menu .closeBtn {
      position: absolute;
      right: 40px;
      top: 65px;
      width: 80px;
      height: 15px;
      border-radius: 8px;
      background-color: #fff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .kv .menu .closeBtn::before {
        content: '';
        position: absolute;
        width: 80px;
        height: 15px;
        border-radius: 8px;
        background-color: #fff;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .kv .menu .choose-group {
      padding: 270px 150px 0 150px; }
      .kv .menu .choose-group a {
        float: left; }
        .kv .menu .choose-group a + a {
          margin-left: 60px; }

.award {
  position: relative;
  padding: 40px 0; }
  .award .container {
    padding: 0 40px; }
  .award .title .title-item {
    float: left; }
  .award .title .kicks {
    margin-left: -5px;
    width: 327px; }
  .award .title .word {
    margin-top: 40px; }
  .award .videoOut {
    width: 560px;
    height: 315px; }
    .award .videoOut iframe {
      width: 560px;
      height: 315px;
      margin-top: -70px; }
  .award .award-group {
    margin-top: 65px;
    margin-left: 75px; }
    .award .award-group .award-item {
      float: left;
      margin-right: 10px; }
      .award .award-group .award-item:first-child {
        margin-right: -10px; }
  .award .text .trophy-text {
    text-align: justify;
    font-size: 24px;
    line-height: 1.6em;
    color: #9b7c40;
    padding-top: 30px; }

.introduce {
  position: relative;
  background-color: #000;
  padding: 0px 0 50px 0;
  color: #fff; }
  .introduce h3 {
    font-size: 36px; }
  .introduce p {
    font-size: 24px; }
  .introduce .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    -webkit-animation: introduceBgAni 10s ease-out 0s infinite;
    animation: introduceBgAni 10s ease-out 0s infinite; }
    .introduce .bg img {
      height: 100%; }

@-webkit-keyframes introduceBgAni {
  0%,
  100% {
    opacity: 0.1; }
  30% {
    opacity: 1; }
  60% {
    opacity: 0.1; }
  70% {
    opacity: 1; } }

@keyframes introduceBgAni {
  0%,
  100% {
    opacity: 0.1; }
  30% {
    opacity: 1; }
  60% {
    opacity: 0.1; }
  70% {
    opacity: 1; } }
  .introduce .container {
    position: relative;
    z-index: 1; }
  .introduce .title {
    padding: 50px 140px; }
    .introduce .title :nth-child(2) {
      padding: 15px 0;
      width: 65%; }
  .introduce .content .text {
    padding: 50px 40px 35px 90px; }
    .introduce .content .text p {
      margin-top: 25px;
      line-height: 1.5; }
  .introduce .slick-prev,
  .introduce .slick-next {
    display: none !important; }
  .introduce .slick-dots {
    position: absolute; }
    .introduce .slick-dots li {
      height: 30px;
      width: 30px;
      border-radius: 15px;
      margin-right: 25px; }
      .introduce .slick-dots li button {
        background-color: #8a8a8a; }
      .introduce .slick-dots li button,
      .introduce .slick-dots li button::before {
        height: 30px;
        width: 30px;
        border-radius: 15px;
        font-size: 50px;
        line-height: 0.55;
        content: ''; }
      .introduce .slick-dots li.slick-active button:before {
        z-index: 50;
        background: url("../img/dotActive.png");
        background-size: contain;
        top: 0px;
        background-color: #8a8a8a; }
  .introduce .car-slider {
    position: relative; }
    .introduce .car-slider .slider1 {
      padding: 0 40px;
      position: relative;
      margin-left: -1.5%; }
      .introduce .car-slider .slider1 .slick-dots {
        width: 200px;
        left: 48%;
        bottom: -15px; }
      .introduce .car-slider .slider1 p {
        margin-top: 35px;
        margin-left: 115px;
        font-size: 28px; }
  .introduce .interior {
    margin-top: 60px;
    margin-bottom: 100px; }
    .introduce .interior .title {
      padding: 0 220px; }
    .introduce .interior .slider2 {
      margin-top: 60px; }
      .introduce .interior .slider2 .slick-dots {
        bottom: -70px; }
    .introduce .interior .text {
      margin-top: 40px;
      padding-left: 100px; }
      .introduce .interior .text p {
        margin-top: 25px; }
  .introduce .protectText {
    margin-top: 135px;
    padding: 0 40px;
    font-size: 18px; }
    .introduce .protectText li {
      position: relative;
      line-height: 1.5; }
      .introduce .protectText li + li {
        margin-top: 20px; }
      .introduce .protectText li::before {
        content: '※';
        position: absolute;
        top: 5px;
        left: -20px; }
    .introduce .protectText p {
      font-size: 16px;
      margin-top: 40px;
      text-align: center; }
