@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("游ゴシック Medium"), local("Yu Gothic Medium");
  font-weight: normal;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("游ゴシック Bold"), local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("HelveticaNeue"), local("Helvetica Neue"), local("HelveticaNeueRoman"), local("HelveticaNeue-Roman"), local("Helvetica Neue Roman");
  font-weight: 500;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("HelveticaNeueMedium"), local("HelveticaNeue-Medium"), local("Helvetica Neue Medium"), local("HelveticaNeue"), local("Helvetica Neue");
  font-weight: 600;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("HelveticaNeueBold"), local("HelveticaNeue-Bold"), local("Helvetica Neue Bold"), local("HelveticaNeue"), local("Helvetica Neue");
  font-weight: bold;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #121212;
  color: #fff;
  font-family: Verdana, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans GB", "Hiragino Sans GB W3", "STXihei", "Microsoft YaHei", "微软雅黑", "PingHei", "SimSun", Meiryo, sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body:lang(ja) {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

body:lang(en) {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

p {
  margin: 0;
}

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

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

.contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.br--xl {
  display: none;
}

.br--l {
  display: none;
}

.br--m {
  display: none;
}

.br--s {
  display: none;
}

.br--pc {
  display: none;
}

.br--sp {
  display: none;
}

.header {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#333333));
  background: -webkit-linear-gradient(left, #000000 0%, #333333 100%);
  background: linear-gradient(to right, #000000 0%, #333333 100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .logo a {
  display: block;
  height: 100%;
}

.header .logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header .logo-secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: auto;
}

.header .logo-secondary img {
  display: block;
  width: 100%;
  height: auto;
}

.contents__header {
  position: relative;
}

.contents__header h2 img {
  margin: 0 auto;
  display: block;
}

.contents__header .languageLink a {
  position: relative;
  -webkit-transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.contents__header .languageLink a:first-child {
  margin-left: 0;
}

.contents__header .languageLink a.active {
  pointer-events: none;
}

.contents__header .languageLink a.active::after {
  opacity: 1;
}

.contents__header .languageLink a::after {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.contents__image {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #1c1c1c;
}

.contents__image::after {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
}

.contents__image .loading {
  display: block;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contents__image.ogimg::after {
  padding-top: 52.5%;
}

.contents__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.contents__image.show img {
  opacity: 1;
}

.contents__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.contents__links .button--download {
  position: absolute;
  display: none;
}

.contents__links .button--download.show {
  display: inline-block;
}

.shareLinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shareLinks__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shareLinks__link .button--share {
  margin-left: 10px;
}

.shareLinks__link .button--share:first-child {
  margin-left: 0;
}

.footer {
  text-align: center;
}

.copyright {
  line-height: 1;
}

.button--roundrect {
  position: relative;
  display: inline-block;
  height: 44px;
  line-height: 44px;
}

.button--roundrect::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.button--roundrect::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.button--roundrect span {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}

.button--roundrect span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.button--extLink::after {
  background-color: #666;
}

.button--extLink span::after {
  background-image: url("../IMAGES/icon-extlink.svg");
  background-size: 15px 14px;
  width: 15px;
  height: 14px;
  right: 12.5px;
}

.button--download::after {
  background-color: #72D90B;
}

.button--download span::after {
  background-image: url("../IMAGES/icon-download.svg");
  background-size: 16px 20px;
  width: 16px;
  height: 20px;
}

.button--share {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}

.button--share::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.button--share::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.button--share img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.button--facebook::after {
  background-color: #3B5998;
}

.button--facebook img {
  width: 12px;
  height: 22px;
}

.button--twitter::after {
  background-color: #1DA1F2;
}

.button--twitter img {
  width: 24px;
  height: 20px;
}

.button--line::after {
  background-color: #00B900;
}

.button--line img {
  width: 26px;
  height: 24px;
}

@media screen and (min-width: 1007px) {
  .br--xl {
    display: block;
  }
  .shareLinks p {
    font-size: 16px;
  }
  .button--roundrect {
    width: 216px;
  }
  .button--roundrect span {
    font-size: 16px;
  }
  .button--extLink {
    width: 232px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1006px) {
  .br--l {
    display: block;
  }
  .shareLinks p {
    font-size: 14px;
  }
  .button--roundrect {
    width: 196px;
  }
  .button--roundrect span {
    font-size: 14px;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  .br--m {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .br--s {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .br--pc {
    display: block;
  }
  .header {
    position: relative;
    z-index: 2;
    padding: 0 25px;
    height: 80px;
  }
  .header .logo {
    width: 97px;
    height: 120px;
  }
  .wrapper {
    position: relative;
    z-index: 1;
    margin-left: 64px;
    margin-right: 64px;
  }
  .contents__header {
    padding-top: 64px;
    margin-bottom: 32px;
  }
  .contents__header h2 img {
    width: 244px;
    height: 28px;
  }
  .contents__header .languageLink {
    position: absolute;
    right: 0;
  }
  .contents__header .languageLink a {
    margin-left: 16px;
  }
  .contents__header .languageLink a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .contents__header .languageLink a:hover::after {
    opacity: 1;
  }
  .contents__header .languageLink a::after {
    bottom: -6px;
  }
  .contents__header .languageLink {
    top: 70px;
    font-size: 16px;
  }
  .contents__image {
    max-width: 648px;
  }
  .contents__image .loading {
    font-size: 20px;
    width: 100px;
  }
  .contents__image.ogimg {
    max-width: 1234.29px;
  }
  .contents__links {
    margin: 0 auto;
    padding-top: 30px;
    width: 100%;
  }
  .contents__links .button--download {
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .shareLinks {
    margin-top: -2px;
  }
  .shareLinks p {
    margin-right: 17px;
  }
  .shareLinks__link .button--share.button--line {
    display: none;
  }
  .footer {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .copyright {
    font-size: 14px;
  }
  .button--roundrect:hover::before {
    background-color: white;
  }
  .button--roundrect::before {
    border-radius: 7px;
  }
  .button--roundrect::after {
    border-radius: 5px;
  }
  .button--download {
    height: 44px;
  }
  .button--download span::after {
    right: 15px;
  }
  .button--share:hover::before {
    background-color: white;
  }
  .button--share::before {
    border-radius: 7px;
  }
  .button--share::after {
    border-radius: 5px;
  }
}

@media screen and (max-width: 767px) {
  .br--sp {
    display: block;
  }
  .header {
    padding: 0 15px;
    height: 60px;
  }
  .header .logo {
    width: 50px;
    height: 60px;
    background-image: url("../IMAGES/nissan-mobile-tablet-2x.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .header .logo img {
    display: none;
  }
  .contents__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 16px 0;
  }
  .contents__header h2 img {
    width: 157px;
    height: 19px;
  }
  .contents__header .languageLink a {
    margin-left: 10px;
  }
  .contents__header .languageLink a:active {
    color: rgba(255, 255, 255, 0.5);
  }
  .contents__header .languageLink a:active::after {
    opacity: 1;
  }
  .contents__header .languageLink a::after {
    bottom: -4px;
  }
  .contents__header .languageLink {
    font-size: 14px;
  }
  .contents__image .loading {
    font-size: 16px;
    width: 81px;
  }
  .contents__links {
    z-index: 2;
    padding-left: 32px;
    padding-right: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contents__links .button--download {
    top: -38px;
    right: 10px;
  }
  .shareLinks {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
    padding-top: 28px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .shareLinks p {
    font-size: 16px;
  }
  .footer {
    padding-top: 24px;
    height: 46px;
  }
  .copyright {
    font-size: 11px;
    line-height: 46px;
  }
  .button--roundrect:active::before {
    background-color: white;
  }
  .button--roundrect::before {
    border-radius: 7px;
  }
  .button--roundrect::after {
    border-radius: 5px;
  }
  .button--extLink span {
    font-size: 16px;
  }
  .button--download::before {
    border-radius: 7px;
  }
  .button--download {
    width: 28px;
    height: 28px;
  }
  .button--download span {
    padding-left: 0;
    font-size: 0;
    height: 28px;
  }
  .button--download span::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .button--share:active::before {
    background-color: white;
  }
  .button--share::before {
    border-radius: 7px;
  }
  .button--share::after {
    border-radius: 5px;
  }
}
