@charset "UTF-8";
/* --------------------
  reset
-------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: "Nissan Light";
  src: url("/COMMON/GN/FONTS/NissanBrandW01-Light.eot");
  src: url("/COMMON/GN/FONTS/NissanBrandW01-Light.eot?#iefix") format("embedded-opentype"), url("/COMMON/GN/FONTS/NissanBrandW01-Light.woff") format("woff"), url("/COMMON/GN/FONTS/NissanBrandW01-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nissan Bold";
  font-style: normal;
  src: url("/COMMON/GN/FONTS/NissanBrandW01-Bold.eot");
  src: url("/COMMON/GN/FONTS/NissanBrandW01-Bold.eot?#iefix") format("embedded-opentype"), url("/COMMON/GN/FONTS/NissanBrandW01-Bold.woff") format("woff"), url("/COMMON/GN/FONTS/NissanBrandW01-Bold.ttf") format("truetype");
  font-weight: 600;
}
/* --------------------
  base
-------------------- */
body {
  font-family: Verdana, "Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic","ＭＳ Ｐゴシック", "BIZ UDPGothic",sans-serif;
  font-size: 16px;
  color: #262626;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    -webkit-overflow-scrolling: touch;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #262626;
}
a:hover {
  opacity: 0.8;
}

iframe {
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
button:hover {
  cursor: pointer;
}

video:hover {
  cursor: pointer;
}

.only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

/* --------------------
  module
-------------------- */
.s-color-01 {
  color: #FFFFFF;
}

.mod-font-nissan {
  font-family: "Nissan Light",Verdana,Arial,sans-serif;
}
.mod-font-01 {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic",sans-serif;
  letter-spacing: -0.05em;
}
.mod-font-02 {
  font-family: "Shin Go Regular", ShinGoPro, メイリオ, "Noto Sans", Verdana, sans-serif;
}
.mod-font-03 {
  font-family: "Fredoka One", cursive;
}

.ttl-lev1 {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .ttl-lev1 {
    font-size: 6.4vw;
  }
}
.ttl-lev2-01 {
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .ttl-lev2-01 {
    font-size: 6.4vw;
  }
}
.ttl-lev2-02 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .ttl-lev2-02 {
    font-size: 3.73vw;
  }
}
.ttl-lev3 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .ttl-lev3 {
    font-size: 4.26vw;
  }
}
.ttl-lev3-02 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .ttl-lev3-02 {
    font-size: 4.26vw;
  }
}

.txt-s {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .txt-s {
    font-size: 2.93vw;
  }
}
.txt-ss {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .txt-ss {
    font-size: 3.2vw;
  }
}
.txt-sss {
  font-size: 10px;
}
.txt-en {
  font-size: 115%;
}

.mod-ttl-01 {
  position: relative;
  padding-top: 52px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-01 {
    padding-top: 0;
    padding-left: 4vw;
    text-align: left;
    line-height: 1.2;
    left: -2.4vw;
    margin-bottom: 11.2vw;
  }
}
.mod-ttl-01:before {
  border-left: 5px solid #000000;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-01:before {
    left: 0;
    border-left: 0.8vw solid #000000;
    -webkit-transform: none;
            transform: none;
    height: 6.6vw;
  }
}
.mod-ttl-01.s-color-01:before {
  border-left: 5px solid #FFFFFF;
}
.mod-ttl-02 {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-02 {
    font-size: 1.125em;
    padding-left: 4vw;
  }
}
.mod-ttl-02:before {
  border-left: 5px solid #000000;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  height: 24px;
}
.mod-ttl-03 {
  position: relative;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-03 {
    padding-top: 0;
    padding-left: 2.4vw;
    line-height: 1.2;
    left: -2.4vw;
    width: 89.38vw;
  }
}
.mod-ttl-03:before {
  border-left: 5px solid #000000;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-03:before {
    border-left: 0.8vw solid #000000;
    height: 6.6vw;
  }
}
.mod-ttl-03.s-color-01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-03.s-color-01 {
    margin-bottom: 4vw;
  }
}
.mod-ttl-03.s-color-01:before {
  border-left: 5px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .mod-ttl-03.s-color-01:before {
    border-left: 0.8vw solid #FFFFFF;
    height: 6.6vw;
  }
}
.mod-ttl-04 {
  position: relative;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-04 {
    padding-top: 7.6vw;
    line-height: 1.2;
  }
}
.mod-ttl-04:before {
  border-left: 5px solid #000000;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mod-ttl-04:before {
    border-left: 0.8vw solid #000000;
    height: 6.6vw;
  }
}
.mod-ttl-05 {
  padding: 30px 40px;
}

.mod-bd {
  border: 1px solid #979797;
}
.mod-bd-t {
  border-top: 1px solid #979797;
}
.mod-bd-lt {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mod-bd-lt {
    margin-top: 7.33vw;
  }
}
.mod-bd-lt:before {
  border-left: 5px solid #000000;
  display: block;
  content: "";
  width: 100%;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .mod-bd-lt:before {
    border-left: 0.8vw solid #000000;
    height: 6.6vw;
    margin-bottom: 1vw;
  }
}

.btn-dl {
  position: absolute;
  bottom: -30px;
  right: 30px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .btn-dl {
    width: 9.33vw;
    height: 9.33vw;
    bottom: -4vw;
    right: 4vw;
  }
}

.icon-arrow01 {
  position: relative;
}
.icon-arrow01:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 12px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01.svg) 100%/cover no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-arrow01:after {
    right: 2.6vw;
    height: 1.6vw;
    width: 2.8vw;
  }
}
.icon-arrow02 {
  position: relative;
  padding-right: 30px;
}
.icon-arrow02:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 11px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_02.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-arrow03 {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .icon-arrow03 {
    padding-right: 4vw;
  }
}
.icon-arrow03:after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01_w_r.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-arrow03:after {
    position: absolute;
    right: 2vw;
    width: 2.66vw;
    height: 5vw;
  }
}
.icon-link {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .icon-link {
    padding-right: 4vw;
  }
}
.icon-link:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_link.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-link:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.icon-open {
  position: relative;
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .icon-open {
    padding-right: 7vw;
  }
}
.icon-open:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_open.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-open:after {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.icon-open-w {
  position: relative;
  padding: 5px 30px 5px 5px;
}
@media screen and (max-width: 767px) {
  .icon-open-w {
    padding: 1vw 5vw 1vw 1vw;
  }
}
.icon-open-w:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_open_w.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-open-w:after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.icon-dl {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .icon-dl {
    padding-left: 6vw;
  }
}
.icon-dl:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_dl.svg) 100%/cover no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-dl:before {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.icon-book {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .icon-book {
    padding-left: 6vw;
  }
}
.icon-book:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/KICKS/UNVEIL/IMAGES/icon_book.svg) 100%/cover no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .icon-book:before {
    width: 4.2vw;
    height: 4.2vw;
  }
}

.s-fl-r {
  float: right;
}
.s-cl {
  clear: both;
}
.s-clf:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 767px) {
  .s-sp-mt0 {
    margin-top: 0 !important;
  }
}
.s-no-mgt {
  margin-top: 0 !important;
}

/* --------------------
  header
-------------------- */
.header {
  width: 100%;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    background: transparent;
    height: 15.873vw;
  }
}
.header-inner {
  max-width: 1180px;
  margin: auto;
  height: 100%;
  position: relative;
}
.header-logo {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 13.333vw;
    height: 15.873vw;
    left: 2.66vw;
  }
}
.header-link {
  position: absolute;
  right: 0;
  top: 50px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-link a {
  color: #FFFFFF;
  margin-left: 20px;
}
.header-link a:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .header-link {
    top: 4vw;
  }
  .header-link a {
    margin-left: 3vw;
  }
}
.header .mod-font-nissan {
  letter-spacing: 0.1em;
}
.header .mod-font-nissan a {
  padding: 5px;
}

/* --------------------
  footer
-------------------- */
.footer {
  background-color: #D8D8D8;
  padding-bottom: 35px;
  position: relative;
  padding-top: 167px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.footer-inner {
  max-width: 1370px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding-bottom: 5.8vw;
  }
}
.footer-content {
  padding: 30px;
  width: 100%;
  background-color: #C3C3C3;
}
@media screen and (max-width: 767px) {
  .footer-content {
    padding: 4vw 5.46vw;
    display: block;
    left: 0;
  }
  .footer-content:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-content > li {
    width: auto;
    padding: 0;
    margin-top: 16px;
    left: 0;
  }
}
.footer .area-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1180px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .area-flex {
    margin: 0;
  }
}
.footer-ttl {
  line-height: 1;
  font-weight: 600;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .footer-ttl {
    display: block;
    max-width: none;
    height: auto;
  }
}
@media screen and (max-width: 1080px) and (max-width: 767px) {
  .footer-ttl {
    font-size: 4.76vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-ttl {
    padding-top: 5px;
    margin-bottom: 2.64vw;
  }
}
.footer-link-01 {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .footer-link-01 {
    margin: 2vw 0;
    display: block;
  }
}
.footer-link-01:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1px;
  background: #6B6B6B;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .footer-link-01:before {
    display: none;
  }
}
.footer-link-01 .icon-open {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer-link-01 .icon-open {
    font-size: 3.2vw;
  }
}
.footer-link-02 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  bottom: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .footer-link-02 {
    border-top: 1px solid #FFFFFF;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}
.footer-link-02 a {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer-link-02 a {
    font-size: 2.8vw;
  }
}
.footer-link-02 li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer-link-02 li {
    margin-top: 3.9vw;
    margin-right: 2.5vw;
  }
}
.footer-link-02 li:first-of-type {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .footer-link-02 li:first-of-type {
    margin-right: 2.5vw;
  }
}
.footer-sns {
  margin: 35px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-sns {
    margin: 2.9vw auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 32vw;
  }
  .footer-sns li {
    width: 9.8vw;
    height: 9.8vw;
  }
  .footer-sns li a,
  .footer-sns li img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.footer-copy {
  text-align: center;
  font-size: 11px;
}

/* --------------------
  content
-------------------- */
.contents-main {
  position: relative;
}
.contents-inner {
  max-width: 1410px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    padding: 0 5.46vw;
  }
}
.contents-inner-s {
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contents-inner-s {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents-inner-sp {
    padding: 0 5.46vw;
  }
}

.hero {
  position: relative;
  width: 100%;
}
.hero-img img {
  width: 100%;
  height: auto;
}

.area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .area-flex {
    display: block;
  }
}
.area-media {
  position: relative;
  margin-top: 80px;
}
.area-media video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .area-media {
    margin-top: 11.33vw;
  }
}
.area-video {
  display: none;
}
.area-btn {
  width: 200px;
  text-align: right;
  z-index: 100;
  position: fixed;
  bottom: 60px;
  right: 0;
}
@media screen and (min-width: 1680px) {
  .area-btn {
    right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .area-btn {
    bottom: 5vw;
    right: 2.66vw;
    width: 26.66vw;
  }
}

.box-item-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  width: 48.9%;
}
.box-item-01:first-child {
  margin-right: 50%;
}
.box-item-01 .area-detail {
  width: 57.7%;
}
.box-item-01 picture {
  width: 42.3%;
  min-width: 190px;
}
.box-item-01 picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .box-item-01 {
    display: block;
    -webkit-box-shadow: 0 0 12px #CCCCCC;
            box-shadow: 0 0 12px #CCCCCC;
    margin-bottom: 5.33vw;
    width: 100%;
  }
  .box-item-01:first-child {
    margin-right: 0;
  }
  .box-item-01 picture {
    width: auto;
    min-width: auto;
  }
  .box-item-01 picture img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .box-item-01 .area-detail {
    width: auto;
    padding: 5.33vw;
  }
}
.box-item-02 {
  margin-top: 20px;
  width: 31.5%;
  margin-right: 2.75%;
  position: relative;
}
.box-item-02:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .box-item-02 {
    width: auto;
    margin-top: 7.46vw;
    margin-right: 0;
  }
  .box-item-02 .area-detail {
    padding: 2vw 0 5.46vw;
    position: relative;
  }
  .box-item-02 img {
    width: 26.66vw;
    margin-right: 4vw;
  }
  .box-item-02 h3 {
    position: absolute;
    top: -16vw;
    left: 31vw;
  }
  .box-item-02 .txt-date {
    clear: both;
  }
}
.box-item-03 {
  margin-top: 20px;
  position: relative;
}
.box-item-03 .area-detail {
  padding: 28px 50px 80px;
}
@media screen and (max-width: 767px) {
  .box-item-03 {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    border-top: 1px solid #979797;
  }
  .box-item-03:first-child {
    border-top: none;
  }
  .box-item-03 .area-detail {
    padding: 11.4vw 5.33vw 3vw 4vw;
  }
  .box-item-03 .txt-detail,
  .box-item-03 .txt-note {
    display: none;
  }
}

/* --------------------
  js-animation
-------------------- */
.footer-content-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
}
.footer-content-wrap.is-fixed {
  position: fixed;
  bottom: 0;
  top: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.footer-content-wrap.is-hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-content-wrap.is-visible {
  -webkit-transform: none !important;
          transform: none !important;
}

body.is-fixed {
  overflow: hidden;
}

#cboxOverlay {
  background-color: #000000;
}

#cboxTitle {
  left: 50%;
  color: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#colorbox .ara-video {
  display: block;
}
#colorbox video {
  width: 100%;
  height: auto;
  display: block;
}
#colorbox #cboxContent {
  background: transparent !important;
}
#colorbox #cboxLoadedContent {
  background: transparent !important;
}

#modal-wrap {
  display: none;
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
#modal-hide {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 0;
  top: 0;
}

.hero-ttl {
  position: absolute;
  right: 0;
  bottom: 44px;
  z-index: 2;
  text-align: right;
  font-size: 32px;
  line-height: 1;
}
.hero-ttl .mod-font-nissan {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.hero-ttl small {
  font-size: 18px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-ttl small {
    font-size: 3.46vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-ttl {
    bottom: 2vw;
  }
}
.hero-label {
  font-size: 24px;
}
.hero-txt {
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 1.48vw 3.57vw 1.48vw 4.16vw;
  color: #FFFFFF;
  display: inline-block;
}
.hero-txt.s-row2 {
  padding: 0.48vw 3.57vw 0.98vw 4.16vw;
}
@media screen and (min-width: 1680px) {
  .hero-txt {
    padding: 25px 30px;
  }
  .hero-txt.s-row2 {
    padding: 12px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-txt {
    font-size: 4.26vw;
    padding: 4vw 2.8vw;
    margin-top: 2vw;
  }
}
.hero-inner {
  max-width: 1410px;
  margin: auto;
  padding: 0 20px;
}

.area-sns {
  color: #FFFFFF;
  background-color: #333333;
  padding-top: 130px;
  position: relative;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .area-sns {
    padding-top: 26.66vw;
  }
  .area-sns img {
    width: 7.46vw;
    height: 7.46vw;
  }
}
.area-sns-box {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .area-sns-box {
    right: 0;
    padding: 4vw  5.46vw;
  }
}
.area-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .area-sns ul {
    width: 21.86vw;
    margin-top: 4.33vw;
  }
}
.area-sns p {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .area-sns p {
    font-size: 4.17vw;
  }
}
.area-sns-link {
  padding: 5px;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 95px;
}
@media screen and (max-width: 767px) {
  .area-sns-link {
    top: 16.33vw;
    left: 2vw;
    padding: 2vw;
  }
}

.contents-main {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .contents-main {
    padding-bottom: 13.33vw;
    margin-bottom: 9vw;
  }
}
.contents-inner {
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    padding-top: 0;
  }
}
.contents-ttl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .contents-ttl {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .contents-presentation .box-item-02 {
    width: auto;
  }
  .contents-presentation .box-item-02 img {
    width: 100%;
  }
}
.contents-design .area-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents-design .box-item-02 {
  width: 48%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .contents-design .box-item-02 {
    width: auto;
  }
  .contents-design .box-item-02 img {
    width: 100%;
  }
}
.contents-qa .ttl-lev2 {
  font-weight: 600;
}
.contents-qa .txt-en {
  font-weight: normal;
  letter-spacing: 1px;
  margin-right: 1em;
  min-width: 70px;
}
@media screen and (max-width: 767px) {
  .contents-qa .txt-en {
    margin-right: 2vw;
    min-width: 13vw;
  }
}
.contents-qa .area-a .ttl-lev2-02 {
  position: relative;
  padding-left: 95px;
}
.contents-qa .area-a .ttl-lev2-02 .txt-en {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .contents-qa .contents-inner {
    padding: 0 2.66vw;
  }
  .contents-qa .area-media {
    margin-top: 4.26vw;
  }
  .contents-qa .area-a .ttl-lev2-02 {
    padding-left: 15vw;
  }
}

.area-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
.area-link dd {
  max-width: 920px;
}
.area-link a:hover {
  text-decoration: underline;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .area-link {
    display: block;
    margin: 6.66vw auto 0;
    width: 53.33vw;
  }
  .area-link dd {
    width: auto;
    margin-top: 6.66vw;
    padding-right: 3.2vw;
    position: relative;
  }
  .area-link img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.area-link-ttl {
  background: #000000;
  color: #FFFFFF;
  line-height: 1;
  padding: 15px 0;
  margin-right: 5%;
  font-size: 14px;
  width: 16.94%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .area-link-ttl {
    font-size: 3.2vw;
    padding: 2.6vw 0;
    width: 100%;
  }
}
.area-qa {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .area-qa {
    margin-top: 7vw;
  }
}
.area-q {
  padding: 20px 45px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #A2A2A2;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
.area-q:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .area-q {
    padding: 4vw 5.33vw 4vw 4vw;
    height: auto;
  }
}
.area-a {
  padding: 0 45px 80px;
  display: none;
}
.area-a .txt-cap {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .area-a {
    padding: 0 5.33vw 8vw 4vw;
  }
  .area-a .txt-cap {
    font-size: 2.93vw;
  }
}

.sec-ttl {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec-ttl {
    margin-top: 8vw;
  }
}
.sec p {
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec p {
    margin-top: 5.3vw;
  }
}

.link-btn {
  background-color: #2C2D2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 50px;
  color: #FFFFFF;
  border-radius: 25px;
  margin: 70px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .link-btn {
    width: 89.08vw;
    height: 13.33vw;
    margin: 13.3vw auto 0;
    border-radius: 6.66vw;
  }
}

.no-bd-b {
  border-bottom: none !important;
}

/* --------------------
  js-animation
-------------------- */
.area-qa .area-q.is-active {
  border-bottom: none;
}
.area-qa .area-q.is-active:after {
  background-image: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01_u.svg);
}
.area-qa .area-a.is-active {
  border-top: 1px solid #A2A2A2;
  border-bottom: 1px solid #A2A2A2;
}

#cboxLoadedContent {
  max-width: 1680px;
  width: 80vw;
  height: 45.97vw;
}

/*# sourceMappingURL=style.css.map */