@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;
}

.txt-date {
  color: #2E2C2C;
  margin-bottom: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .txt-date {
    font-size: 2.93vw;
    margin-bottom: 3.3vw;
  }
}
.txt-detail {
  margin-top: 0.9rem;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .txt-detail {
    font-size: 3.2vw;
    margin-top: 3.3vw;
  }
}
.txt-note {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hero {
  border-bottom: 60px solid #000000;
}
@media screen and (max-width: 767px) {
  .hero {
    border: none;
  }
}

.area-aco-btn {
  text-align: center;
  margin-top: 3.46vw;
}
.area-detail {
  padding: 1.66vw 1.78vw 5.9vw;
  background-color: #FFFFFF;
}
@media screen and (min-width: 1680px) {
  .area-detail {
    padding: 28px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  .area-detail {
    position: relative;
  }
}
.area-cm {
  margin-top: 150px;
}
.area-iframe {
  position: relative;
  width: 100%;
  padding-top: 47.44%;
}
.area-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area-label {
  position: relative;
  height: 30px;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .area-label {
    height: 5.86vw;
    margin-bottom: 0;
    left: 0vw;
    top: 4.26vw;
    position: absolute;
  }
}
.area-label-txt {
  background-color: #A2A2A2;
  position: absolute;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  color: #FFFFFF;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .area-label-txt {
    position: relative;
    right: auto;
    left: 0;
    top: 0;
    padding: 0 0.5em 0 1em;
  }
}
.area-label-txt:before {
  position: absolute;
  left: -30px;
  top: 0;
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px 15px;
  border-right-color: #A2A2A2;
}
@media screen and (max-width: 767px) {
  .area-label-txt:before {
    border-width: 2.93vw 2.93vw;
    left: -5.86vw;
  }
}
.area-label-txt:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFFFFF;
}

.link-btn {
  background-color: #2C2D2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  height: 50px;
  color: #FFFFFF;
  border-radius: 25px;
  margin: 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .link-btn {
    width: 100%;
    height: 13.33vw;
    margin: 13.3vw 0 0;
    border-radius: 6.66vw;
  }
}
.link-more {
  display: block;
  text-align: right;
  color: #000000;
  position: absolute;
  bottom: 1.78vw;
  right: 1.78vw;
  font-size: 12px;
}
.link-more:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1680px) {
  .link-more {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .link-more {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 1em;
  }
}

.contents-main {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contents-main {
    padding-bottom: 12vw;
  }
}

.sec {
  padding-top: 20px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .sec.mod-bd-t {
    border: none;
    padding: 4vw 0 8.6vw;
  }
}
.sec-presentation {
  padding-top: 0;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec-presentation {
    padding-bottom: 8vw;
  }
}
.sec-presentation > .contents-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-presentation aside {
  width: 30.9%;
  max-width: 430px;
  margin-top: 410px;
}
.sec-presentation .txt-detail {
  font-size: 16px;
}
.sec-news {
  background-color: #333333;
  padding-bottom: 85px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.sec-news .box-item {
  width: 30.9%;
  max-width: 430px;
  float: right;
}
.sec-news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-news dt {
  width: 75px;
  margin-right: 35px;
  line-height: 1.2;
}
.sec-news dd {
  width: 310px;
  letter-spacing: -1px;
}
.sec-news dd span {
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .sec-news {
    padding: 4vw 0 30vw;
    position: static;
  }
  .sec-news .box-item {
    width: auto;
    float: none;
    max-width: none;
  }
  .sec-news dt {
    font-size: 4.26vw;
    width: 25%;
    margin-right: 2%;
  }
  .sec-news dd {
    font-size: 3.73vw;
    width: 73%;
  }
}
.sec-feature {
  position: relative;
  z-index: 1;
}
.sec-feature .area-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-feature {
    max-width: none;
    width: auto;
    margin-top: -23.86vw;
  }
}
.sec-gallery .mod-ttl-01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec-gallery .mod-ttl-01 {
    margin-bottom: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-gallery .area-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-gallery .area-flex img {
    width: 100%;
  }
}
.sec-gallery .box-item-02 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec-gallery .box-item-02 {
    margin-top: 7vw;
    width: 48%;
  }
}
.sec-faq .area-flex {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec-faq .contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-faq .area-flex {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    border: 1px solid #979797;
    margin: 6.26vw 3.2vw 0;
  }
  .sec-faq .link-more {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .sec-faq .link-more span {
    display: none;
  }
  .sec-faq .icon-arrow02:after {
    background-image: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01_r.svg);
    width: 2.66vw;
    height: 5vw;
    right: 1.3vw;
  }
}
.sec-ttl-01 {
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-ttl-01 {
    margin-bottom: 4vw;
  }
}
.sec-ttl-tv {
  text-align: right;
}
.sec-ttl-catalog {
  text-align: left;
}
.sec .ttl-txt {
  display: inline-block;
  text-align: center;
}
.sec .link-btn {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 767px) {
  .area-aco {
    overflow: hidden;
    height: 100%;
  }
  .area-aco.is-close dd {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .btn-aco {
    padding-top: 4vw;
    background: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01_w_u.svg) center top/3.2vw 1.733vw no-repeat;
    color: #FFFFFF;
  }
  .btn-aco:focus {
    outline: none;
  }
  .btn-aco.is-close {
    background-image: url(/SP/KICKS/UNVEIL/IMAGES/icon_arrow_01_w.svg);
  }
}
#cboxCurrent {
  color: #FFFFFF;
  text-indent: 0;
  left: 0;
}

/*# sourceMappingURL=top.css.map */