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

a {
  color: inherit; }
  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.4rem;
  overflow: hidden; }

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; } }

@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%; } }

#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; }

/* 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; }

/*コンテンツ*/
main {
  position: relative;
  padding-top: 80px; }
  @media screen and (max-width: 960px) {
    main {
      padding: 0; } }
  main #main_txt {
    position: absolute;
    bottom: 45px;
    left: 6.6%; }
    @media screen and (max-width: 960px) {
      main #main_txt {
        width: 60%;
        bottom: 20px;
        left: 5%; } }

.title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    .title {
      display: block; } }
  .title h2 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-right: 40px;
    padding: 20px 0;
    font-size: 4.4rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1; }
    @media screen and (max-width: 960px) {
      .title h2 {
        margin-bottom: 20px;
        font-size: 2.4rem;
        margin-right: 0; } }
  .title dl dt {
    font-size: 2.8rem;
    margin-bottom: 5px;
	width: 700px;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .title dl dt {
		width: 100%;
        margin-bottom: 20px;
        line-height: 1;
        font-size: 2rem; } }
    .title dl dt span {
      font-size: 1.8rem;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        .title dl dt span {
          font-size: 1.6rem; } }

#standard {
  background: url("../img/txt_standard.svg") left top no-repeat;
  padding: 120px 0;
  background-size: 86px; }
  @media screen and (max-width: 1100px) {
    #standard {
      background: url("../img/txt_standard_sp.svg") center top 55px no-repeat;
      background-size: 177px;
      padding: 150px 0; } }
  #standard .content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto; }

.standard_detail {
	margin-bottom: 80px;
}  

    #standard .content .standard_detail p {
      margin: 10px auto 80px; }
      #standard .content .standard_detail p span {
        color: #C90028;
        font-family: "Roboto", sans-serif;
        font-weight: bold; }


#option {
  background: url("../img/txt_option.svg") left top no-repeat, #103A58;
  padding: 120px 0;
  background-size: 318px; }
  @media screen and (max-width: 1100px) {
    #option {
      background: url("../img/txt_option_sp.svg") center top 55px no-repeat, #103A58;
      background-size: 286px;
      padding: 150px 0; } }
  #option .content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff; }
    #option .content h2 {
      font-size: 2.8rem;
      font-weight: bold;
      padding-bottom: 5px;
      border-bottom: 3px solid #94A5B5;
      text-align: center;
      display: table;
      margin: 0 auto 60px; }
      @media screen and (max-width: 960px) {
        #option .content h2 {
          font-size: 2.4rem; } }
    #option .content .option_full {
      margin-bottom: 30px; }
    #option .content .option_txt {
      border-left: 3px solid #94A5B5;
      padding-left: 15px;
      margin-top: 20px; }
      #option .content .option_txt dt {
        font-size: 2.4rem;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1; }
        @media screen and (max-width: 960px) {
          #option .content .option_txt dt {
            font-size: 2rem; } }
        #option .content .option_txt dt span {
          font-weight: bold;
          font-size: 1.6rem; }
    #option .content .option_list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 960px) {
        #option .content .option_list {
          display: block; } }
      #option .content .option_list li {
        width: 32%;
        margin: 0 auto 30px; }
        #option .content .option_list li:nth-child(2) {
          margin: 0 2% 30px; }
          @media screen and (max-width: 960px) {
            #option .content .option_list li:nth-child(2) {
              margin: 0 auto 25px; } }
        #option .content .option_list li:nth-child(n+4) {
          margin: 0 1% 30px; }
          @media screen and (max-width: 960px) {
            #option .content .option_list li:nth-child(n+4) {
              margin: 0 auto 25px; } }
        @media screen and (max-width: 960px) {
          #option .content .option_list li {
            width: 100%;
            margin-bottom: 25px; } }
    #option .content .op_caution {
      text-align: center; }

#spec {
  padding: 80px 0;
  background: #EBEBEB;
  text-align: center; }
  #spec .contentinner {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%; }
  #spec .spec_txt {
    text-align: left;
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 960px) {
      #spec .spec_txt {
        float: none;
        width: 100%; } }
    #spec .spec_txt span {
      padding-left: 4em;
      display: inline-block; }
  #spec .spec_img {
    max-width: 257px;
    margin-bottom: 20px; }
  #spec .spec_lay {
    float: right;
    width: 70%; }
    @media screen and (max-width: 960px) {
      #spec .spec_lay {
        float: none;
        width: 100%; } }

footer {
  background: #000; }
  footer .content {
    width: 90%;
    max-width: 1100px;
    color: #fff;
    margin: 0 auto;
    padding: 70px 0; }
    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 */
