@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
*/
@import url("/COMMON/WEBFONTS/ShinGoPro-Light/woff/ShinGoPro-Light.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Bold/woff/ShinGoPro-Bold.css");
@import url("/COMMON/WEBFONTS/ShinGoPro-Regular/woff/ShinGoPro-Regular.css");
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;
}

/* --------------------
  base
-------------------- */
html {
  font-size: 62.5%;
}
@media all and (max-width: 767px) {
  html {
    font-size: 2.6vw;
  }
}

body {
  font-family: Verdana, "Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic","ＭＳ Ｐゴシック", "BIZ UDPGothic",sans-serif;
  font-size: 1.6rem;
  color: #262626;
  line-height: 1.45;
}
@media all and (max-width: 767px) {
  body {
    font-size: 3.2vw;
    -webkit-overflow-scrolling: touch;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #262626;
}

iframe {
  width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
button:hover {
  cursor: pointer;
}

video:hover {
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media all and (max-width: 1080px) {
  .only-pcw {
    display: none;
  }
}

/* --------------------
  module
-------------------- */
.is-irr {
  pointer-events: none;
}

@media print {
  .is-irr {
    visibility: hidden;
  }
}
.s-color-01 {
  color: #FFFFFF;
}

.mod-font-nissan {
  font-family: ShinGoPro-Light,sans-serif;
  font-size: 96%;
}
.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: ShinGoPro-Regular,sans-serif;
}
.mod-font-03 {
  font-family: ShinGoPro-Bold,sans-serif;
}

.ttl-lev1 {
  font-size: 4rem;
}
@media all and (max-width: 767px) {
  .ttl-lev1 {
    font-size: 6.4vw;
  }
}
.ttl-lev2-01 {
  font-size: 3.2rem;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .ttl-lev2-01 {
    font-size: 6.4vw;
  }
}
.ttl-lev2-02 {
  font-size: 2.2rem;
}
@media all and (max-width: 767px) {
  .ttl-lev2-02 {
    font-size: 1.6rem;
  }
}
.ttl-lev3 {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .ttl-lev3 {
    font-size: 4.26vw;
  }
}
.ttl-lev3-01 {
  font-size: 2rem;
}
.ttl-lev3-02 {
  font-size: 2.8rem;
}
@media all and (max-width: 767px) {
  .ttl-lev3-02 {
    font-size: 1.8rem;
  }
}
.ttl-lev3-03 {
  font-size: 2.4rem;
}
.ttl-lev4 {
  margin-top: 2.5em;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .ttl-lev4 {
    font-size: 3.86vw;
  }
}

.txt-s {
  font-size: 1.4rem;
}
@media all and (max-width: 767px) {
  .txt-s {
    font-size: 2.93vw;
  }
}
.txt-ss {
  font-size: 1.2rem;
}
@media all and (max-width: 767px) {
  .txt-ss {
    font-size: 1.4rem;
  }
}
.txt-sss {
  font-size: 1rem;
}
.txt-en {
  font-size: 115%;
}

.mod-ttl-01 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .mod-ttl-01 {
    padding-left: 7vw;
    margin-bottom: 8vw;
  }
}
.mod-ttl-01:before {
  border-left: 10px solid #8DBFCE;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 44px;
}
@media all and (max-width: 767px) {
  .mod-ttl-01:before {
    top: 0.5vw;
    border-width: 2.6vw;
    height: 9vw;
  }
}
.mod-ttl-02 {
  position: relative;
  padding-top: 52px;
}
@media all and (max-width: 767px) {
  .mod-ttl-02 {
    padding-top: 7.6vw;
  }
}
.mod-ttl-02:before {
  border-left: 5px solid #8DBFCE;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 24px;
}
@media all and (max-width: 767px) {
  .mod-ttl-02:before {
    border-left: 1.2vw solid #8DBFCE;
    height: 5.6vw;
  }
}
.mod-ttl-sub {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2.14;
  margin-bottom: 60px;
  position: relative;
}
.mod-ttl-sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #FFFFFF), color-stop(80%, #FFFFFF));
  background: linear-gradient(#FFFFFF 20%, #FFFFFF 80%);
  padding: 5px 2px;
}
@media all and (max-width: 767px) {
  .mod-ttl-sub {
    font-size: 2.2rem;
    margin-bottom: 10.66vw;
  }
}

.mod-bd {
  border: 1px solid #979797;
}
.mod-bd-t {
  border-top: 1px solid #979797;
}
.mod-bd-lt {
  margin-top: 60px;
}
@media all 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 all and (max-width: 767px) {
  .mod-bd-lt:before {
    border-left: 0.8vw solid #000000;
    height: 6.6vw;
    margin-bottom: 1vw;
  }
}

.icon-cmn-01 {
  position: relative;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .icon-cmn-01 {
    padding-left: 6vw;
  }
}
.icon-cmn-01:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .icon-cmn-01:before {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.icon-cmn-02 {
  position: relative;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .icon-cmn-02 {
    padding-right: 6vw;
  }
}
.icon-cmn-02:after {
  position: absolute;
  content: "";
}
.icon-arrow01 {
  position: relative;
}
.icon-arrow01:after {
  position: absolute;
  content: "";
  width: 21px;
  height: 12px;
  background: url(/SP/NEWSUV/UNVEIL/IMAGES/icon_arrow_01.svg) 100%/cover no-repeat;
  right: 54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 767px) {
  .icon-arrow01:after {
    right: 3.5vw;
    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/NEWSUV/UNVEIL/IMAGES/icon_arrow_02.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.icon-open {
  position: relative;
  padding-right: 36px;
}
@media all and (max-width: 767px) {
  .icon-open {
    padding-right: 7vw;
  }
}
.icon-open:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/SP/NEWSUV/UNVEIL/IMAGES/icon_open.svg) 100%/cover no-repeat;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 767px) {
  .icon-open:after {
    width: 4.2vw;
    height: 4.2vw;
  }
}
.icon-book:before {
  background: url(/SP/NEWSUV/UNVEIL/IMAGES/icon_book.svg) 100%/cover no-repeat;
}
.icon-pdf:before {
  width: 18px;
  height: 21px;
  background: url(/SP/NEWSUV/UNVEIL/IMAGES/icon_pdf.svg) top/100% no-repeat;
}

.s-fl-r {
  float: right;
}
.s-cl {
  clear: both;
}
.s-clf:after {
  display: block;
  content: "";
  clear: both;
}
@media all and (max-width: 767px) {
  .s-sp-mt0 {
    margin-top: 0 !important;
  }
}
.s-no-mgt {
  margin-top: 0 !important;
}

.link-btn {
  background-color: #2C2D2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 310px;
  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;
  font-size: 1.2rem;
}
.link-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media all and (max-width: 767px) {
  .link-btn {
    width: 89.08vw;
    height: 13.33vw;
    margin: 13.3vw auto 0;
    border-radius: 6.66vw;
  }
}
.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  text-decoration: none;
}

/* --------------------
  header
-------------------- */
.header {
  width: 100%;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100px;
}
@media all and (max-width: 1200px) {
  .header {
    height: 80px;
    position: static;
  }
}
@media all and (max-width: 767px) {
  .header {
    background: transparent;
    height: auto;
    position: relative;
  }
}
.header-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-logo {
  padding: 20px;
  width: 100%;
  max-width: 110px;
}
.header-logo svg {
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .header-logo {
    min-width: 150px;
    padding: 20px 15px;
    height: auto;
    min-height: auto;
  }
  .header-logo svg {
    width: 120px;
    height: 16px;
  }
}
.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .header-link {
    position: fixed;
    width: 100%;
    display: block;
    background: #FFFFFF;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding-top: 32vw;
    font-size: 1.4rem;
  }
  .header-link.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header-link li {
  text-align: right;
  margin-left: 65px;
  padding: 0 10px;
}
@media all and (max-width: 767px) {
  .header-link li {
    width: auto;
    text-align: left;
    margin: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .header-link a {
    padding: 15px 7vw 15px 0;
    display: inline-block;
  }
}

@media all and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.burger {
  font-size: 20px;
  height: 1em;
  margin-right: 15px;
  position: relative;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  width: 1em;
  z-index: 2;
}
.burger:before, .burger:after {
  border-top: solid 3px;
  border-radius: 3px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}
.burger:before {
  top: 10%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.burger:after {
  margin-top: -3px;
  top: 90%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.burger span {
  font-size: 0;
}
.burger span:before {
  border-radius: 3px;
  border-top: solid 3px;
  border-radius: 3px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.burger.is-active:before {
  -webkit-transform: translate(-50%, 10px) rotate(45deg);
          transform: translate(-50%, 10px) rotate(45deg);
  top: 0;
}
.burger.is-active:after {
  -webkit-transform: translate(-50%, -10px) rotate(-45deg);
          transform: translate(-50%, -10px) rotate(-45deg);
  top: 100%;
  margin-top: 0;
}
.burger.is-active span:before {
  opacity: 0;
}

#gn_header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFFFFF), color-stop(50%, transparent), to(transparent));
  background: linear-gradient(#FFFFFF 50%, transparent 50%, transparent 100%);
  display: none;
}
@media all and (min-width: 767px) {
  #gn_header header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
  }
}

/* --------------------
  footer
-------------------- */
.footer {
  background-color: #D8D8D8;
  padding-bottom: 35px;
  position: relative;
  padding-top: 167px;
}
@media all and (max-width: 767px) {
  .footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
.footer-inner {
  max-width: 1370px;
  margin: auto;
}
@media all and (max-width: 767px) {
  .footer-inner {
    padding-bottom: 5.8vw;
  }
}
.footer-content {
  padding: 30px;
  width: 100%;
  background-color: #C3C3C3;
  position: relative;
  text-align: center;
}
@media all and (max-width: 767px) {
  .footer-content {
    text-align: left;
    line-height: 1.2;
    padding: 0;
    display: block;
    left: 0;
  }
}
.footer-content:before {
  border-left: 5px solid #8DBFCE;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  position: absolute;
  height: 24px;
}
@media all and (max-width: 767px) {
  .footer-content:before {
    display: none;
    left: 0;
    border-left: 0.8vw solid #000000;
    -webkit-transform: none;
            transform: none;
    height: 6.6vw;
  }
}
@media all and (max-width: 767px) {
  .footer-content > li {
    width: auto;
    padding: 0;
    margin-top: 16px;
    left: 0;
  }
}
.footer .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 all and (max-width: 767px) {
  .footer .flex {
    margin: 0;
  }
}
.footer-ttl {
  line-height: 1;
  font-weight: 600;
  font-size: 2.5rem;
}
@media all and (max-width: 1080px) {
  .footer-ttl {
    display: block;
    max-width: none;
    height: auto;
  }
}
@media all and (max-width: 1080px) and (max-width: 767px) {
  .footer-ttl {
    font-size: 4.76vw;
  }
}

@media all and (max-width: 767px) {
  .footer-ttl {
    padding-top: 5px;
    margin-bottom: 2.64vw;
  }
}
.footer-link-01 {
  position: relative;
}
@media all and (max-width: 767px) {
  .footer-link-01 {
    padding: 1em 0;
    display: block;
    border-top: 1px solid #FFFFFF;
  }
}
.footer-link-01:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1px;
  background: #6B6B6B;
  margin-right: 35px;
}
@media all and (max-width: 767px) {
  .footer-link-01:before {
    display: none;
  }
}
.footer-link-01 .icon-open {
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .footer-link-01 .icon-open {
    margin-left: 5.33vw;
  }
}
.footer-link-02 {
  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 all 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: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .footer-link-02 a {
    font-size: 1.1rem;
    margin-left: 5.33vw;
  }
}
.footer-link-02 li {
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .footer-link-02 li {
    margin-top: 0;
    padding: 1em 0;
  }
}
.footer-link-02 li:first-of-type {
  margin-right: 60px;
}
@media all and (max-width: 767px) {
  .footer-link-02 li:first-of-type {
    margin-right: 0;
  }
}
.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 all 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: 1.1rem;
}
.footer a:hover {
  opacity: 0.8;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .flex {
    display: block;
  }
}

/* --------------------
  content
-------------------- */
.contents-main {
  position: relative;
  overflow: hidden;
}
.contents-inner {
  max-width: 1410px;
  margin: auto;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .contents-inner {
    padding: 0 5.46vw;
  }
}
.contents-inner.no-ttl {
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .contents-inner.no-ttl {
    padding-top: 10.6vw;
  }
}
.contents-inner-s {
  margin: auto;
}
@media all and (max-width: 767px) {
  .contents-inner-s {
    padding: 0  0  0 15vw;
  }
}
@media all and (max-width: 767px) {
  .contents-inner-sp {
    padding: 0 5.46vw;
  }
}
@media all and (min-width: 767px) {
  .contents-box {
    width: 66%;
    max-width: 900px;
  }
}

.hero {
  position: relative;
  width: 100%;
}
.hero-img img {
  width: 100%;
  height: auto;
}

.area-detail {
  padding: 1.66vw 2vw;
}
.area-media {
  position: relative;
}
@media all and (min-width: 767px) {
  .area-media.s-small {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.area-iframe {
  position: relative;
  width: 100%;
  padding-top: 47.44%;
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  .area-iframe {
    margin-top: 6vw;
  }
}
.area-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.area-video {
  display: none;
}
.area-embed .txt-dl {
  margin-top: 0.5em;
  text-align: right;
}
.area-btn {
  width: 200px;
  text-align: right;
  z-index: 100;
  position: fixed;
  bottom: 100px;
  right: 0;
}
.area-btn a:hover {
  opacity: 0.8;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media all and (min-width: 1680px) {
  .area-btn {
    right: 5%;
  }
}
@media all and (max-width: 767px) {
  .area-btn {
    bottom: 5vw;
    right: 2.66vw;
    width: 26.66vw;
  }
}

.sec-cmn-01 {
  position: relative;
  margin-bottom: 110px;
}
@media all and (max-width: 767px) {
  .sec-cmn-01 {
    border: none;
    margin-bottom: 20vw;
  }
}
.sec-cmn-02 p,
.sec-cmn-02 ul {
  margin-top: 30px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .sec-cmn-02 p,
  .sec-cmn-02 ul {
    margin-top: 5.3vw;
    font-size: 1.4rem;
  }
}
.sec-default {
  padding-top: 48px;
}
@media all and (max-width: 767px) {
  .sec-default {
    padding-top: 10.66vw;
  }
}
.sec-default:before {
  height: 140px;
}
@media all and (max-width: 767px) {
  .sec-default:before {
    height: 30vw;
  }
}

.box-ttl {
  padding: 60px 0;
  background: #262626;
  background: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(75%, #262626), color-stop(75%, #8DBFCE), to(#8DBFCE));
  background: linear-gradient(to right, #262626 0%, #262626 75%, #8DBFCE 75%, #8DBFCE 100%);
}
@media all and (max-width: 767px) {
  .box-ttl {
    background: #262626;
    padding: 10.67vw 0;
  }
}
.box-ttl .mod-ttl-01 {
  margin-bottom: 0;
}
.box-ttl-02 {
  padding-top: 60px;
  background: #262626;
  background: -webkit-gradient(linear, left top, right top, from(#262626), color-stop(75%, #262626), color-stop(75%, #8DBFCE), to(#8DBFCE));
  background: linear-gradient(to right, #262626 0%, #262626 75%, #8DBFCE 75%, #8DBFCE 100%);
  padding-bottom: 32px;
}
@media all and (max-width: 767px) {
  .box-ttl-02 {
    background: #262626;
    padding-top: 10.67vw;
    min-height: auto;
    padding-bottom: 8vw;
  }
  .box-ttl-02.sp-lines {
    margin-bottom: -1.5em;
    padding-bottom: 0;
  }
}
.box-ttl-02 .mod-ttl-sub {
  margin-bottom: 0;
}
.box-ttl-02.s-lines {
  margin-bottom: -1.5em;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .box-ttl-02.s-lines {
    padding-bottom: 0;
  }
}

.list li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.list li::before {
  content: "●";
  margin-right: 0.5em;
}

/* --------------------
  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;
}

.contents-main {
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  .contents-main {
    padding-bottom: 6vw;
  }
}

.contents-side {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 33.4%;
  padding-left: 1em;
  max-width: 430px;
}
@media all and (max-width: 767px) {
  .contents-side {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}
.contents-side dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
}
.contents-side dt {
  width: 84px;
  margin-right: 0.5em;
}
.contents-side dd {
  width: 310px;
}
.contents-side dd .s-brackets {
  margin-left: -0.5em;
}
@media all and (max-width: 767px) {
  .contents-side dt {
    font-size: 4.26vw;
    width: 25%;
    margin-right: 2%;
  }
  .contents-side dd {
    font-size: 1.6rem;
    width: 73%;
  }
}

@media all and (max-width: 767px) {
  .contents-box {
    padding-top: 8vw;
  }
}

.bg-01 {
  background: #EFEFEF;
}

.ttl-lev2-02 {
  margin-bottom: 0.25em;
}

.txt-date {
  color: #2E2C2C;
  margin-bottom: 30px;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .txt-date {
    font-size: 2.93vw;
    margin-bottom: 3.3vw;
  }
}
.txt-detail {
  margin-top: 0.9rem;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.txt-note {
  margin-top: 150px;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
  color: #999999;
}
@media all and (max-width: 767px) {
  .txt-note {
    margin-top: 18vw;
    font-size: 3.2vw;
    text-align: left;
  }
}
.txt-name {
  font-weight: bold;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .txt-name {
    font-size: 1.8rem;
  }
}

.hero {
  border-bottom: 69px solid #262626;
}
@media all and (max-width: 767px) {
  .hero {
    border: none;
  }
}
.hero-ttl {
  max-width: 1200px;
  margin: auto;
  top: 16.96vw;
  left: 1.9vw;
  z-index: 1;
  position: absolute;
  width: 54.28vw;
}
@media all and (max-width: 767px) {
  .hero-ttl {
    text-align: center;
    top: 13.33vw;
    left: 0;
    width: 100%;
  }
  .hero-ttl img {
    width: 86.93%;
  }
}

.bg-accent {
  z-index: 2;
}
@media all and (min-width: 767px) {
  .bg-accent {
    position: relative;
  }
}
.bg-accent:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 22.5vw;
  max-width: 480px;
  max-height: 320px;
  top: 0;
  background-color: #8DBFCE;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .bg-accent:before {
    width: 50vw;
    height: 54vw;
  }
}
.bg-accent.pos-01:before {
  left: -35.41%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media all and (max-width: 767px) {
  .bg-accent.pos-01:before {
    right: -8vw;
    top: -8vw;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
  }
}
.bg-accent.pos-02:before {
  right: -48.33%;
  top: auto;
  bottom: 0;
  max-height: 320px;
  max-width: 480px;
  width: 54%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  height: 100%;
}
@media all and (max-width: 767px) {
  .bg-accent.pos-02:before {
    right: -8vw;
    top: -8vw;
    bottom: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 1;
    height: 54vw;
    max-height: none;
  }
}

@media all and (min-width: 767px) {
  .area-box {
    width: 66%;
    max-width: 900px;
  }
}
.area-detail {
  position: relative;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link-btn {
  margin: 30px auto;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .link-btn {
    width: 100%;
    margin: 8vw 0;
  }
}
.link-more {
  display: block;
  text-align: right;
  color: #000000;
  margin-left: auto;
  font-size: 1.2rem;
  margin-top: 1em;
}
.link-more:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .link-more {
    margin-top: 2em;
  }
}

.box-item-01 {
  margin-bottom: 50px;
}
.box-item-01 .area-detail {
  width: 55.55%;
}
.box-item-01 picture {
  width: 44.45%;
  min-width: 190px;
}
@media all and (min-width: 767px) {
  .box-item-01 picture {
    position: relative;
    max-width: 400px;
    max-height: 320px;
  }
}
@media all and (max-width: 767px) {
  .box-item-01 {
    display: block;
    margin-bottom: 17.66vw;
    width: 100%;
  }
  .box-item-01:first-child {
    margin-right: 0;
  }
  .box-item-01 picture {
    display: block;
    width: 90%;
    min-width: auto;
  }
  .box-item-01 picture img {
    position: relative;
    z-index: 1;
  }
  .box-item-01 .area-detail {
    width: auto;
    padding: 5.33vw  0 0;
  }
}
.box-item-02 {
  margin-bottom: 27px;
}
@media all and (max-width: 767px) {
  .box-item-02 {
    display: block;
    margin-bottom: 8vw;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .box-item-02:first-child {
    margin-right: 0;
  }
  .box-item-02 .sp-layout {
    position: absolute;
    top: -20vw;
    left: 31vw;
    padding-right: 1.5vw;
  }
}
.box-item-02 .area-detail {
  width: 52.55%;
}
@media all and (max-width: 767px) {
  .box-item-02 .area-detail {
    width: auto;
    padding: 2vw  0 0;
  }
}
.box-item-02 picture {
  width: 47.45%;
  min-width: 190px;
}
@media all and (min-width: 767px) {
  .box-item-02 picture {
    position: relative;
    max-width: 400px;
    max-height: 320px;
  }
}
@media all and (max-width: 767px) {
  .box-item-02 picture {
    display: block;
    width: 90%;
    min-width: auto;
  }
  .box-item-02 picture img {
    width: 28.8vw;
    position: relative;
    z-index: 1;
    margin-right: 4vw;
  }
}

.box-ttl-03 {
  padding: 60px 0 40px;
  background-color: #262626;
}
@media all and (max-width: 767px) {
  .box-ttl-03 {
    padding: 16vw 0;
    margin-bottom: -16vw;
  }
}

.list-item {
  margin-bottom: 70px;
  max-width: 840px;
  width: 80%;
}
@media all and (max-width: 767px) {
  .list-item {
    width: auto;
    margin-top: 5vw;
    margin-bottom: 13.33vw;
  }
  .list-item .link-more {
    position: relative;
    right: 1em;
    bottom: auto;
  }
}

.sec-cmn-03 {
  position: relative;
}
@media all and (max-width: 767px) {
  .sec-cmn-03 {
    padding-bottom: 8vw;
    width: 100%;
  }
  .sec-cmn-03 .box-item-01 {
    position: relative;
  }
}
.sec-cmn-03:before {
  width: 100%;
  background-color: #262626;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-cmn-03 .txt-detail {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media all and (max-width: 1080px) {
  .sec-cmn-03 .txt-detail {
    font-size: 1.4rem;
  }
}
.sec-cmn-03 .area-detail p {
  margin-top: 0.5em;
}
.sec-01 {
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #EFEFEF), color-stop(0, transparent));
  background: linear-gradient(#EFEFEF 32%, transparent 0);
}
@media all and (max-width: 767px) {
  .sec-01 {
    margin-bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(140vw, #EFEFEF), color-stop(0, transparent));
    background: linear-gradient(#EFEFEF 140vw, transparent 0);
    padding: 8vw 0 0;
  }
}
.sec-01 .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.sec-01 .area-box {
  width: 100%;
}
.sec-default {
  padding-top: 48px;
}
@media all and (max-width: 767px) {
  .sec-default {
    padding-top: 10.66vw;
  }
}
.sec-default:before {
  height: 140px;
}
@media all and (max-width: 767px) {
  .sec-default:before {
    height: 30vw;
  }
}
.sec-02 {
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #EFEFEF), color-stop(0, transparent));
  background: linear-gradient(#EFEFEF 52%, transparent 0);
}
@media all and (max-width: 767px) {
  .sec-02 {
    margin-bottom: 0;
    padding: 5vw 0 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100vw, #EFEFEF), color-stop(0, transparent));
    background: linear-gradient(#EFEFEF 100vw, transparent 0);
  }
}
.sec-02 .contents-inner {
  position: relative;
  top: -35px;
}
@media all and (max-width: 767px) {
  .sec-02 .contents-inner {
    top: 0;
  }
}
.sec-cmn-01 .contents-bg {
  padding: 64px 0 60px;
  background-color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .sec-cmn-01 .contents-bg {
    padding: 32vw 0 0;
  }
}
@media all and (max-width: 767px) {
  .sec-04 .mod-ttl-sub, .sec-05 .mod-ttl-sub {
    margin-bottom: 0;
  }
}
.sec-04 .contents-bg {
  background: url(../IMAGES/TOP/bg_01.jpg) left top/auto 80% no-repeat, #FFFFFF;
}
@media all and (max-width: 767px) {
  .sec-04 .contents-bg {
    background-image: url(../IMAGES/TOP/bg_01_sp.jpg);
    background-size: 100%;
  }
}
.sec-04 .list-item {
  margin-left: auto;
}
.sec-04 .flex {
  overflow: visible;
}
@media all and (max-width: 767px) {
  .sec-04 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 13vw;
  }
}
@media all and (max-width: 767px) {
  .sec-04 .txt-detail {
    margin-top: 4vw;
  }
  .sec-04 .sp-layout {
    top: -21vw;
  }
}
.sec-05 .contents-bg {
  background: url(../IMAGES/TOP/bg_02.jpg) right top/auto 80% no-repeat, #FFFFFF;
}
@media all and (max-width: 767px) {
  .sec-05 .contents-bg {
    background-image: url(../IMAGES/TOP/bg_02_sp.jpg);
    background-size: 100%;
  }
}
.sec-05 .contents-bg .contents-inner {
  overflow: visible;
}
@media all and (max-width: 767px) {
  .sec-06 > .contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 6vw;
  }
  .sec-06 .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-07 .box-ttl {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .sec-07 .box-ttl {
    margin-bottom: 10vw;
  }
}
.sec-07 .txt-detail {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.5em;
  margin-top: 18px;
}
.sec-ttl-01 {
  margin-bottom: 30px;
  font-weight: 400;
}
@media all 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;
}

.reverse picture {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.reverse .area-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media all 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);
  }
}

/*# sourceMappingURL=top.css.map */