@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    opacity: 0.7 !important;
    transition: 0.5s; }

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

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  font-feature-settings: "palt";
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body.add_overray {
    overflow: hidden; }

#wrapper {
  font-size: 1.6rem;
  overflow: hidden; }
  @media screen and (max-width: 960px) {
    #wrapper {
      font-size: 1.4rem; } }

svg {
  fill: currentColor; }

.sp {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp {
      display: block !important; } }

.pc {
  display: block; }
  @media screen and (max-width: 960px) {
    .pc {
      display: none !important; } }

.din_el {
  font-family: din-2014, sans-serif;
  font-weight: 200;
  font-style: normal; }

.din_eb {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadein {
  opacity: 0.5;
  transform: translate(0, 40px);
  transition: all 500ms; }
  @media screen and (max-width: 960px) {
    .fadein {
      transform: translate(0, 30px); } }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

nav#toggle {
  background: #000;
  height: 80px;
  position: fixed;
  z-index: 100000000;
  top: 0;
  left: 0;
  width: 80px; }
  @media screen and (max-width: 960px) {
    nav#toggle {
      height: 60px;
      width: 60px; } }

#nav-toggle {
  position: fixed;
  top: 24px;
  left: 22px;
  height: 32px;
  cursor: pointer; }
  @media screen and (max-width: 960px) {
    #nav-toggle {
      top: 16px;
      left: 11px;
      height: 30px; } }
  #nav-toggle > div {
    position: relative;
    width: 36px; }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease; }
    @media screen and (max-width: 960px) {
      #nav-toggle span {
        height: 2px; } }
    #nav-toggle span:nth-child(1) {
      top: 0; }
    #nav-toggle span:nth-child(2) {
      top: 14px; }
      @media screen and (max-width: 960px) {
        #nav-toggle span:nth-child(2) {
          top: 12px; } }
    #nav-toggle span:nth-child(3) {
      top: 28px; }
      @media screen and (max-width: 960px) {
        #nav-toggle span:nth-child(3) {
          top: 25px; } }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px; }
    @media screen and (max-width: 960px) {
      #nav-toggle:hover span:nth-child(1) {
        top: 2px; } }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px; }

.open #nav-toggle span {
  background: #fff; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg); }

/* z-index */
#nav-toggle {
  z-index: 1000; }

#container {
  z-index: 900; }

/*#gloval-nav {
	background: #333;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: flex;
	visibility: hidden;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 	1.6rem;
	opacity: 0;
	transition: opacity .6s ease, visibility .6s ease;
}*/
#gloval-nav {
  background: #333;
  color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  width: 400px;
  height: 400px;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease; }
  @media screen and (max-width: 960px) {
    #gloval-nav {
      top: 0;
      width: 100%;
      height: 600px; } }

#gloval-nav a {
  display: block;
  color: #fff;
  transition: color .6s ease;
  font-size: 2rem;
  text-decoration: none; }
  #gloval-nav a:hover {
    color: #666; }
#gloval-nav ul {
  list-style: none;
  width: 100%; }
  #gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease;
    padding: 10px 0 10px; }
    #gloval-nav ul li:first-child {
      padding: 0 0 10px; }
    #gloval-nav ul li:nth-child(2) {
      transition-delay: .15s; }
    #gloval-nav ul li:nth-child(3) {
      transition-delay: .3s; }
    #gloval-nav ul li:nth-child(4) {
      transition-delay: .45s; }
    #gloval-nav ul li:nth-child(5) {
      transition-delay: .6s; }
    #gloval-nav ul li:nth-child(6) {
      transition-delay: .75s; }
    #gloval-nav ul li:nth-child(7) {
      transition-delay: .9s; }

/* open */
.open {
  /*overflow: hidden;*/ }
  .open #gloval-nav {
    visibility: visible;
    opacity: 1; }
  .open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity .9s ease; }

header {
  position: fixed;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 80px; }
  @media screen and (max-width: 960px) {
    header {
      background: none;
      height: 60px; } }
  header .logo {
    position: absolute;
    right: 380px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      header .logo {
        height: 60px; } }
    header .logo a {
      line-height: 1; }
  header .nissan {
    position: absolute;
    right: 0;
    background: #103A58;
    height: 80px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 960px) {
      header .nissan {
        height: 60px; } }
    header .nissan a {
      line-height: 1; }

/*コンテンツ*/
.lightbox {
  z-index: 99999999 !important; }

#lightboxOverlay {
  z-index: 9999999 !important; }

main {
  position: relative;
  top: 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 960px) {
    main {
      top: 0;
      margin-bottom: 0; } }
  main #main_txt {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

#standard {
  position: relative; }
  #standard .txt_bg {
    position: absolute;
    width: 34.2%;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 513px; }
    @media screen and (max-width: 960px) {
      #standard .txt_bg {
        width: 51.3%; } }
  #standard .content {
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center; }
    @media screen and (max-width: 960px) {
      #standard .content {
        display: block;
        position: static; } }
    #standard .content .standard_txt {
      width: 43%;
      padding: 160px 5% 100px 10%;
      margin: 0 auto; }
      @media screen and (max-width: 960px) {
        #standard .content .standard_txt {
          width: 90%;
          padding: 100px 5% 100px 10%; } }
      #standard .content .standard_txt .title_standard .subtitle {
        font-size: 2.1rem;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 960px) {
          #standard .content .standard_txt .title_standard .subtitle {
            font-size: 1.6rem; } }
      #standard .content .standard_txt .title_standard h2 {
        font-size: 5rem;
        line-height: 1;
        margin-bottom: 10px; }
        @media screen and (max-width: 960px) {
          #standard .content .standard_txt .title_standard h2 {
            font-size: 3.6rem; } }
      #standard .content .standard_txt .title_standard .subtitle_jp {
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative; }
        @media screen and (max-width: 960px) {
          #standard .content .standard_txt .title_standard .subtitle_jp {
            font-size: 2rem; } }
        #standard .content .standard_txt .title_standard .subtitle_jp::after {
          position: absolute;
          width: 70px;
          height: 2px;
          bottom: -25px;
          content: "";
          background: #000;
          left: 0; }
      #standard .content .standard_txt .standard_intro {
        font-size: 2.2rem;
        line-height: 1.75;
        padding-top: 20px; }
        @media screen and (max-width: 960px) {
          #standard .content .standard_txt .standard_intro {
            font-size: 1.7rem; } }
      #standard .content .standard_txt .link_hov {
        background: #E6E6E6;
        margin-top: 20px;
        width: 300px; }
        #standard .content .standard_txt .link_hov:hover {
          background: #000;
          color: #fff; }
        #standard .content .standard_txt .link_hov a {
          padding: 15px 30px;
          display: block;
          font-weight: bold;
          line-height: 1;
          font-size: 1.8rem;
          position: relative; }
          #standard .content .standard_txt .link_hov a::after {
            content: "+";
            position: absolute;
            top: 50%;
            line-height: 1;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            right: 30px; }
    #standard .content .standard_slide {
      width: 57%; }
      @media screen and (max-width: 960px) {
        #standard .content .standard_slide {
          width: 100%; } }
      #standard .content .standard_slide .slide {
        position: relative; }
        #standard .content .standard_slide .slide figure {
          position: relative; }
          #standard .content .standard_slide .slide figure figcaption {
            position: absolute;
            bottom: 8px;
            left: 110px;
            color: #fff;
            font-weight: bold; }
            #standard .content .standard_slide .slide figure figcaption span {
              font-size: 1.4rem; }
              @media screen and (max-width: 960px) {
                #standard .content .standard_slide .slide figure figcaption span {
                  font-size: 1.1rem; } }
        #standard .content .standard_slide .slide .slick-prev {
          bottom: -20px !important;
          left: 0 !important;
          top: auto !important;
          width: 40px !important;
          height: 40px !important;
          line-height: 1 !important;
          background: #000 !important; }
          #standard .content .standard_slide .slide .slick-prev::before {
            content: "<" !important;
            color: #fff;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            font-size: 2rem;
            display: block; }
        #standard .content .standard_slide .slide .slick-next {
          bottom: -20px !important;
          left: 45px !important;
          top: auto !important;
          width: 40px !important;
          height: 40px !important;
          line-height: 1 !important;
          background: #000 !important; }
          #standard .content .standard_slide .slide .slick-next::before {
            content: ">" !important;
            color: #fff;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 35px;
            font-size: 2rem;
            display: block; }

.content_title {
  text-align: center; }
  .content_title dt {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 45px;
    position: relative; }
    @media screen and (max-width: 960px) {
      .content_title dt {
        font-size: 3.6rem; } }
    .content_title dt::after {
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: -25px;
      content: "";
      background: #000;
      left: 50%;
      margin-left: -35px; }
    .content_title dt.white::after {
      position: absolute;
      width: 70px;
      height: 2px;
      bottom: -25px;
      content: "";
      background: #fff;
      left: 50%;
      margin-left: -35px; }
  .content_title dd {
    font-size: 2.4rem;
    line-height: 1.5; }
    @media screen and (max-width: 960px) {
      .content_title dd {
        font-size: 1.7rem; } }

.option_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .option_list {
      display: block; } }
  .option_list li {
    width: 24%;
    margin-top: 40px; }
    @media screen and (max-width: 960px) {
      .option_list li {
        margin-top: 30px;
        width: 100%; } }
    .option_list li h3 {
      font-size: 2.1rem;
      font-weight: bold;
      margin: 20px auto 10px;
      line-height: 1.25;
      padding-bottom: 10px;
      border-bottom: 1px dotted #000; }
      @media screen and (max-width: 960px) {
        .option_list li h3 {
          font-size: 1.6rem; } }
      .option_list li h3 span {
        font-size: 2.1rem;
        margin-right: 10px;
        font-family: din-2014, sans-serif;
        font-weight: 200;
        font-style: normal; }
        @media screen and (max-width: 960px) {
          .option_list li h3 span {
            font-size: 1.6rem; } }
    .option_list li aside {
      font-size: 1.4rem;
      margin-top: 7px;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        .option_list li aside {
          font-size: 1.2rem; } }
    .option_list li dd {
      text-align: left; }
      .option_list li dd p span {
        font-size: 1.4rem;
        line-height: 1.25; }
        @media screen and (max-width: 960px) {
          .option_list li dd p span {
            font-size: 1.2rem; } }

#maker {
  position: relative;
  background: #E6E6E6; }
  #maker .txt_bg {
    position: absolute;
    width: 56%;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 1052px; }
    @media screen and (max-width: 960px) {
      #maker .txt_bg {
        width: 100%; } }
  #maker .content {
    position: relative;
    z-index: 2;
    padding: 150px 0 100px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      #maker .content {
        padding: 100px 0; } }

#dealer {
  position: relative;
  background: #816F66;
  color: #fff; }
  #dealer .txt_bg {
    position: absolute;
    width: 81%;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 1215px; }
    @media screen and (max-width: 960px) {
      #dealer .txt_bg {
        width: 100%; } }
  #dealer .content {
    position: relative;
    z-index: 2;
    padding: 150px 0 100px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      #dealer .content {
        padding: 100px 0; } }

.d_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .d_list {
      display: block; } }
  .d_list li {
    width: 24%;
    margin-top: 40px; }
    @media screen and (max-width: 960px) {
      .d_list li {
        margin-top: 30px;
        width: 100%; } }
    .d_list li.harf {
      width: 49.5%; }
      @media screen and (max-width: 960px) {
        .d_list li.harf {
          width: 100%; } }
      .d_list li.harf .option_intro {
        text-align: center !important; }
        @media screen and (max-width: 960px) {
          .d_list li.harf .option_intro {
            text-align: left !important; } }
    .d_list li .option_num {
      font-size: 1.4rem;
      margin-top: 20px;
      line-height: 1;
      color: #B3B3B3; }
      @media screen and (max-width: 960px) {
        .d_list li .option_num {
          font-size: 1.4rem; } }
      .d_list li .option_num span {
        font-size: 2.1rem; }
        @media screen and (max-width: 960px) {
          .d_list li .option_num span {
            font-size: 1.8rem; } }
    .d_list li .option_title {
      margin: 10px 0;
      line-height: 1.25; }
      .d_list li .option_title h3 {
        font-size: 2.1rem;
        font-weight: bold; }
        @media screen and (max-width: 960px) {
          .d_list li .option_title h3 {
            font-size: 1.6rem; } }
        .d_list li .option_title h3 span {
          vertical-align: top;
          font-size: 1.2rem; }
          @media screen and (max-width: 960px) {
            .d_list li .option_title h3 span {
              font-size: 1rem; } }
      .d_list li .option_title aside {
        font-size: 1.4rem;
        margin-top: 7px;
        font-weight: bold; }
        @media screen and (max-width: 960px) {
          .d_list li .option_title aside {
            font-size: 1.2rem; } }
    .d_list li .option_intro {
      text-align: left; }
      .d_list li .option_intro span {
        font-size: 1.4rem;
        line-height: 1.25; }
        @media screen and (max-width: 960px) {
          .d_list li .option_intro span {
            font-size: 1.2rem; } }

#parts {
  position: relative;
  background: #102C48;
  color: #fff; }
  #parts .txt_bg {
    position: absolute;
    width: 93.8%;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 1407px; }
    @media screen and (max-width: 960px) {
      #parts .txt_bg {
        width: 100%; } }
  #parts .content {
    position: relative;
    z-index: 2;
    padding: 150px 0 100px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      #parts .content {
        padding: 100px 0; } }
    #parts .content .caution {
      display: block;
      width: 100%;
      padding: 30px 10px;
      text-align: center;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      margin-top: 40px; }
      #parts .content .caution span {
        font-size: 1.4rem; }
        @media screen and (max-width: 960px) {
          #parts .content .caution span {
            font-size: 1.2rem; } }

#spec {
  position: relative;
  background: #E6E6E6; }
  #spec .txt_bg {
    position: absolute;
    width: 40.8%;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 612px; }
    @media screen and (max-width: 960px) {
      #spec .txt_bg {
        width: 60%; } }
  #spec .content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 150px 0 100px; }
    @media screen and (max-width: 960px) {
      #spec .content {
        padding: 100px 0; } }

footer {
  background: #000; }
  footer .content {
    width: 90%;
    max-width: 1100px;
    color: #fff;
    padding: 70px 0;
    margin: 0 auto; }
    footer .content a {
      box-sizing: border-box;
      text-align: center;
      text-decoration: none;
      font-weight: bold; }
      footer .content a.ftContact {
        width: 57%;
        float: left;
        height: 115px;
        border: 3px solid #fff;
        font-size: 200%;
        color: #fff;
        line-height: 109px; }
        @media screen and (max-width: 960px) {
          footer .content a.ftContact {
            width: 100%;
            display: block;
            height: auto;
            line-height: 1.25;
            padding: 10px;
            font-size: 2rem; } }
        footer .content a.ftContact p {
          position: relative;
          left: 23px;
          padding-left: 23px; }
          @media screen and (max-width: 960px) {
            footer .content a.ftContact p {
              position: static;
              padding: 0; } }
          footer .content a.ftContact p::before {
            content: url(../img/ico_post.png);
            position: absolute;
            left: 70px;
            top: 20px; }
            @media screen and (max-width: 960px) {
              footer .content a.ftContact p::before {
                content: none; } }
      footer .content a.ftNissan {
        width: 42%;
        float: right;
        border: 3px solid #C1002D;
        height: 52px;
        font-size: 110%;
        color: #C1002D;
        margin-bottom: 11px;
        line-height: 46px; }
        @media screen and (max-width: 960px) {
          footer .content a.ftNissan {
            width: 100%;
            display: block;
            margin-top: 20px;
            height: auto;
            line-height: 1.25;
            padding: 10px; } }
      footer .content a.ftOgushow {
        width: 42%;
        float: right;
        border: 3px solid #2998E2;
        height: 52px;
        font-size: 110%;
        color: #2998E2;
        line-height: 46px; }
        @media screen and (max-width: 960px) {
          footer .content a.ftOgushow {
            width: 100%;
            display: block;
            margin-top: 10px;
            height: auto;
            line-height: 1.25;
            padding: 10px; } }
    footer .content small {
      font-size: 80%;
      line-height: 1.5;
      margin-top: 20px; }
    footer .content p.copyright {
      text-align: center;
      margin-top: 20px;
      font-family: "Roboto", sans-serif; }

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