@charset "UTF-8";
@-webkit-keyframes navBtn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes navBtn {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------
	parts
--------------------*/
.pc-obj {
  display: block !important;
}

.pc-link {
  display: block !important;
}

.sp-obj {
  display: none !important;
}

.sp-link {
  display: none !important;
}

br.pc-on {
  display: inline;
}

/*フォント設定*/
html,
.zip-input {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
  color: #333;
}

#gnHeader .headerMenu ul.layer01 > li > a {
  display: block;
  background: url(http://www.nissan.co.jp/SP/COMMON/GN/IMAGES/icn_menu_off.png) no-repeat 96% center;
  background-size: 12px 8px;
  padding: 12px 0;
  border: 0;
}

/*margin*/
.ml0 {
  margin-left: 0;
}

/*PCグロナビ*/
.top-nav {
  position: relative !important;
}

/*ヘッダー・フッター*/
.restrict {
  max-width: 100% !important;
}

/* ページトップ */
.pagetop {
  text-align: right;
  margin-bottom: 15px !important;
}

.menu,
.tools-menu {
  display: none !important;
}

.nav-wrapper {
  border-bottom: none;
}

.headerMenuBtn {
  visibility: hidden;
}

.top-nav .container {
  width: 1200px !important;
  margin: 0 auto;
}

/*--------------------
	メインコンテンツ
--------------------*/
#mainContents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.switch_sp {
  display: none;
}

.switch_pc {
  display: block;
}

.mainVisual {
  width: 100%;
  margin-bottom: 50px;
}
.mainVisual img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

/*--------------------
	タブ
--------------------*/
.tabArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.tabArea ul {
  display: inline-block;
}
.tabArea ul li {
  float: left;
  cursor: pointer;
}
.tabArea ul li:nth-child(1) {
  width: 48%;
  max-width: 467px;
  margin-right: 2%;
}
.tabArea ul li:nth-child(2) {
  width: 50%;
  max-width: 483px;
}
.tabArea ul li img.active {
  display: none;
}
.tabArea ul li.active img {
  display: none;
}
.tabArea ul li.active img.active {
  display: block;
}
.tabArea ul li img {
  width: 100%;
  height: auto;
}

.tabArea ul li span.pc {
  display: block;
}

.tabArea ul li span.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tabArea ul li span.pc {
    display: none;
  }

  .tabArea ul li span.sp {
    display: block;
  }
}
/*--------------------
	セレナコンテンツ
--------------------*/
.serenaContents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.serenaContents img {
  width: 100%;
  height: auto;
}
.serenaContents .time12Area {
  margin-bottom: 36px;
}

/*--------------------
	車種共通
--------------------*/
[class$="Contents"] [class^="link0"] {
  padding: 50px 0;
}
[class$="Contents"] [class^="link0"] a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class$="Contents"] [class^="link0"] a img:hover {
  opacity: 0.7;
}
[class$="Contents"] .safetyArea .safetyPerformance {
  margin-bottom: 50px;
  padding: 50px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
[class$="Contents"] .safetyArea .safetyPerformance img {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}
[class$="Contents"] .safetyArea .safetyPerformance img:first-child {
  margin-bottom: 50px;
}
[class$="Contents"] .safetyArea .safety {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 60px;
}
[class$="Contents"] .charmNav {
  width: 100%;
  margin: auto;
  position: fixed;
  left: 50%;
  bottom: 61px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[class$="Contents"] .charmNav * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[class$="Contents"] .charmNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
[class$="Contents"] .charmNav ul li {
  width: 20%;
  overflow: hidden;
  background-color: #fff;
}
[class$="Contents"] .charmNav ul li img {
  max-width: 240px;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class$="Contents"] .charmNav ul li img:hover {
  opacity: 0.7;
}
[class$="Contents"] .charmNav ul li:first-child {
  background-color: #C3002F;
}
[class$="Contents"] .charmNav.fixity {
  position: fixed;
  bottom: 0;
}

.xtrailContents .link03 {
  margin-bottom: 40px;
  border-bottom: 2px solid #e5e5e5;
}

/*-------------------------
	エクストレイルコンテンツ
--------------------------*/
.xtrailContents {
  display: none;
}

.xtrailContents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.xtrailContents img {
  width: 100%;
  height: auto;
}
.xtrailContents .time12Area {
  margin-bottom: 30px;
}
.xtrailContents .safetyArea {
  max-width: 970px;
  margin: 0 auto;
}
.xtrailContents .safetyArea .safetyPerformance {
  margin-bottom: 54px;
  padding: 68px 0 58px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.xtrailContents .safetyArea .safetyPerformance img:first-child {
  max-width: 970px;
  margin-bottom: 52px;
}
.xtrailContents .safetyArea .safetyPerformance img:last-child {
  max-width: 970px;
}

/*-----------------------------
	768px以下
-----------------------------*/
@media only screen and (max-width: 768px) {
  .pc-obj {
    display: none !important;
  }

  .pc-link {
    display: none !important;
  }

  .sp-obj {
    display: block !important;
  }

  .sp-link {
    display: block !important;
  }

  br.pc-on {
    display: none;
  }

  .switch_pc {
    display: none;
  }

  .switch_sp {
    display: block;
  }

  /*--------------------
  	メインコンテンツ
  --------------------*/
  #mainContents {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-bottom: 60px;
  }
  #mainContents img {
    width: 100%;
  }

  .mainVisual {
    margin-bottom: 10px;
  }

  /*--------------------
  	タブ
  --------------------*/
  .tabArea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .tabArea ul {
    display: inline-block;
  }
  .tabArea ul li {
    float: left;
  }
  .tabArea ul li:nth-child(1) {
    width: 49%;
    max-width: 368px;
    margin-right: 2%;
  }
  .tabArea ul li:nth-child(2) {
    width: 49%;
    max-width: 368px;
  }
  .tabArea ul li img {
    width: 100%;
    height: auto;
  }

  /*--------------------
  	セレナコンテンツ
  --------------------*/
  .serenaContents .time10Area {
    background-color: #ffeeee;
  }
  .serenaContents .time10Area img:nth-child(2) {
    margin-bottom: 20px;
  }
  .serenaContents .time12Area {
    margin-bottom: 40px;
    background-color: #ffeeee;
  }
  .serenaContents .time12Area img:nth-child(2) {
    margin-bottom: 20px;
  }
  .serenaContents .safetyArea {
    max-width: 970px;
    margin: 0 auto;
  }
  .serenaContents .safetyArea .safetyPerformance {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .serenaContents .safetyArea .safetyPerformance .detailbox {
    margin-bottom: 40px;
  }
  .serenaContents .safetyArea .safetyPerformance img:last-child {
    margin-bottom: 0;
  }

  /*--------------------
  	車種共通
  --------------------*/
  [class$="Contents"] [class^="link0"] {
    padding: 7.8% 0;
  }
  [class$="Contents"] .safetyArea .safetyPerformance {
    border-bottom: none;
  }
  [class$="Contents"] .safetyArea .close {
    display: none;
  }
  [class$="Contents"] .charmNav {
    bottom: 198px;
  }

  .xtrailContents .link03 {
    margin-bottom: 30px;
  }

  /*----------------------------
  	エクストレイルコンテンツ
  -----------------------------*/
  .xtrailContents {
    display: none;
  }

  .xtrailContents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .xtrailContents img {
    width: 100%;
    height: auto;
  }
  .xtrailContents .time12Area {
    margin-bottom: 30px;
  }
  .xtrailContents .safetyArea {
    max-width: 970px;
    margin: 0 auto;
  }
}
.effect {
  position: relative;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  top: -30px;
  opacity: 0;
}
.effect.effected {
  top: 0;
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */