@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, 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, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  width: 100%;
  height: 100%;
}

.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

@media not all and (max-width: 900px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    border-color: #AA3131;
    background-color: rgba(170, 49, 49, 0.2);
  }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #797F86;
  border-radius: 50%;
  background-color: rgba(18, 17, 17, 0.2);
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.swiper-button-prev .p-in-arrow,
.swiper-button-next .p-in-arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  width: 11px;
  height: auto;
}

@media (-ms-high-contrast: none) {
  .swiper-button-prev .p-in-arrow,
  .swiper-button-next .p-in-arrow {
    width: 11px;
    height: 6.46px;
  }
}

.swiper-button-prev .p-in-arrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: -6px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.swiper-pagination .p-in-bar {
  display: block;
  position: relative;
  margin: 0 6.5px 0 7.5px;
  background-color: #707070;
  width: 9px;
  height: 1px;
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media not all and (max-width: 900px) {
  body, button, input, select, textarea, datalist {
    font-size: 18px;
  }
}

body {
  background-color: #2A323B;
}

@media not all and (max-width: 900px) {
  body {
    min-width: 980px;
  }
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

main {
  display: block;
}

.l-container {
  position: relative;
  overflow: hidden;
}

.l-container__inner {
  position: relative;
}

@media not all and (max-width: 900px) {
  .has-scroll-smooth .l-container__inner {
    will-change: transform;
  }
}

@media screen and (max-width: 900px) {
  .l-sp-inner {
    margin: 0 auto;
    width: 89.5%;
  }
}

@media not all and (max-width: 900px) {
  .l-pc-lg-inner {
    margin: 0 auto;
    width: 86.7%;
    max-width: 1128px;
  }
}

@media not all and (max-width: 900px) {
  .l-pc-md-inner {
    margin: 0 auto;
    width: 59%;
    max-width: 768px;
  }
}

.l-section {
  position: relative;
}

.l-section + .l-section {
  margin-top: 100px;
}

@media not all and (max-width: 900px) {
  .l-section + .l-section {
    margin-top: 132px;
  }
}

.l-section__wrap {
  position: relative;
  padding-bottom: 75px;
}

@media not all and (max-width: 900px) {
  .l-section__wrap {
    padding-bottom: 92px;
  }
}

.l-section__wrap::after {
  position: absolute;
  top: 0;
  left: 2px;
  background-color: #AA3131;
  width: 1px;
  content: '';
}

@media not all and (max-width: 900px) {
  .l-section__wrap::after {
    left: -60px;
  }
}

@media screen and (max-width: 900px) {
  .l-section__head {
    padding-left: 20px;
  }
}

.l-section__page {
  color: #AA3131;
  font-weight: 600;
  letter-spacing: 0.03em;
}

@media not all and (max-width: 900px) {
  .l-section__page {
    font-size: 17px;
  }
}

.l-section__ttl {
  margin: 25px 0 34px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media not all and (max-width: 900px) {
  .l-section__ttl {
    margin: 38px 0 57px;
    font-size: 36px;
    letter-spacing: 0.035em;
    line-height: 1.33;
  }
}

.l-section__cover {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 24px;
  width: 100vw;
}

@media not all and (max-width: 900px) {
  .l-section__cover {
    margin-bottom: 54px;
  }
}

.l-section__cover img {
  min-width: 100%;
}

@media screen and (max-width: 900px) {
  .l-section__text {
    margin-left: 11%;
  }
}

.l-section__detail {
  padding: 0 6%;
  letter-spacing: 0.03em;
  line-height: 2.01;
  text-align: justify;
}

@media not all and (max-width: 900px) {
  .l-section__detail {
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2.1;
  }
}

.l-section__detail p + p {
  margin-top: 2em;
}

@media not all and (max-width: 900px) {
  .l-section__detail p + p {
    margin-top: 2.15em;
  }
}

.l-section__slide {
  position: relative;
}

.l-section__imgSlide-container {
  overflow: visible;
}

.l-section__textSlide {
  position: relative;
  margin-top: 16px;
}

@media not all and (max-width: 900px) {
  .l-section__textSlide {
    margin-top: 18px;
  }
}

@media not all and (max-width: 900px) {
  .l-section__textSlide-container {
    margin: 0 210px 0 16%;
  }
}

.l-section__textSlide .swiper-slide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0 !important;
  letter-spacing: 0.03em;
  line-height: 1.75;
  text-align: justify;
}

@media not all and (max-width: 900px) {
  .l-section__textSlide .swiper-slide {
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 1.55;
  }
}

.l-section__textSlide .swiper-slide.swiper-slide-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

.l-section__slideUtil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .l-section__slideUtil {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 48px;
  }
}

@media not all and (max-width: 900px) {
  .l-section__slideUtil {
    position: absolute;
    top: 5px;
    right: 0;
    width: 180px;
  }
}

.l-section__slideUtil .swiper-pagination {
  position: relative;
  right: 1%;
}

.l-section__slideUtil-nav {
  font-size: 0;
  letter-spacing: -0.4em;
}

.l-section__slideUtil-nav > * {
  font-size: 25.6px;
  font-size: 1.6rem;
  letter-spacing: normal;
}

.l-section__slideUtil-nav .swiper-button-prev,
.l-section__slideUtil-nav .swiper-button-next {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.l-section__slideUtil-nav .swiper-button-prev {
  margin-right: 12px;
}

@media not all and (max-width: 900px) {
  .l-section__slideUtil-nav .swiper-button-prev {
    margin-right: 18px;
  }
}

.l-section__slideUtil-nav .swiper-button-prev .p-in-arrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: -6px;
}

.l-section__link {
  margin: 48px auto 30px;
}

@media screen and (max-width: 900px) {
  .l-section__link {
    width: 100%;
  }
}

@media not all and (max-width: 900px) {
  .l-section__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px auto 0;
    width: 68.1%;
  }
}

.l-section__link-item {
  margin-bottom: 19px;
}

@media not all and (max-width: 900px) {
  .l-section__link-item {
    margin-bottom: 19px;
    width: 48.5%;
  }
  .l-section__link-item:nth-of-type(even) {
    margin-left: 3%;
  }
}

@media not all and (max-width: 900px) {
  .l-section__link-item.-large {
    width: 100%;
  }
}

.c-btn {
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px solid rgba(121, 127, 134, 0.4);
  border-radius: 3px;
  background-color: #AA3131;
  padding: 13px 62px 12px 11px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
}

@media not all and (max-width: 900px) {
  .c-btn {
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
    border-radius: 4px;
    padding: 13px 70px 12px 11px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .c-btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
  }
}

@media screen and (max-width: 1049px) {
  .c-btn {
    font-size: 15px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1400px) {
  .c-btn {
    font-size: 1.27vw;
  }
}

.c-btn__inner {
  position: relative;
  min-height: 24px;
}

.c-btn__inner::before {
  position: absolute;
  top: 50%;
  right: -39px;
  margin-top: -5px;
  background: url(../img/common/icon_arrow.svg) no-repeat right 0 bottom 50%;
  background-size: contain;
  width: 15px;
  height: 10px;
  pointer-events: none;
  content: "";
}

@media not all and (max-width: 900px) {
  .c-btn__inner::before {
    top: 50%;
    right: -49px;
    bottom: auto;
    margin-top: -6px;
    background-position: right 0 bottom 50%;
    width: 14px;
    height: 12px;
  }
}

.c-btn__inner span {
  display: block;
  position: relative;
}

.c-btn__inner span::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  background-color: #ffffff;
  width: 1px;
  height: 22px;
  content: "";
}

@media not all and (max-width: 900px) {
  .c-btn__inner span::after {
    top: 50%;
    right: -10px;
    bottom: auto;
    margin-top: -9px;
    height: 20px;
  }
}

.c-btn__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn--gray {
  background-color: #797F86;
}

.c-btn--down .c-btn__inner::before {
  top: 50%;
  right: -39px;
  margin-top: -6px;
  background-image: url(../img/common/icon_arrow_down.svg);
  width: 13px;
  height: 12px;
}

@media not all and (max-width: 900px) {
  .c-btn--down .c-btn__inner::before {
    right: -45px;
    width: 12px;
    height: 12px;
  }
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 72px;
}

@media not all and (max-width: 900px) {
  .c-header {
    height: 80px;
  }
}

.c-header__inner {
  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;
  margin: 0 auto;
  padding: 8px 0 6px;
  width: 89.5%;
}

@media not all and (max-width: 900px) {
  .c-header__inner {
    margin-top: -4px;
    padding: 0px 0 0px;
    width: 86.6%;
  }
}

.c-logo {
  width: 84px;
}

@media not all and (max-width: 900px) {
  .c-logo {
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 120px;
  }
  .c-logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.c-nissanlogo {
  width: 48px;
}

@media not all and (max-width: 900px) {
  .c-nissanlogo {
    -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 60px;
  }
  .c-nissanlogo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
    -webkit-transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}

.c-footer {
  position: relative;
  background-color: #000;
  padding: 22px 0 40px;
  text-align: center;
}

@media not all and (max-width: 900px) {
  .c-footer {
    padding: 25px 0;
  }
}

@media not all and (max-width: 900px) {
  .c-footer__share {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: #151515;
    padding: 9px 8px 13px 6px;
  }
}

.c-footer__share-head {
  margin-bottom: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
}

@media not all and (max-width: 900px) {
  .c-footer__share-head {
    margin-bottom: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 900px) {
  .c-footer__share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media not all and (max-width: 900px) {
  .c-footer__share-list {
    margin: 0 auto;
    width: 19px;
  }
}

.c-footer__share-item {
  width: 24px;
}

@media not all and (max-width: 900px) {
  .c-footer__share-item {
    width: 100%;
  }
}

.c-footer__share-item + .c-footer__share-item {
  margin-left: 28px;
}

@media not all and (max-width: 900px) {
  .c-footer__share-item + .c-footer__share-item {
    margin-top: 7px;
    margin-left: 0;
  }
}

.c-footer__share-link {
  display: block;
}

.c-footer__share-link:hover path {
  fill: #AA3131;
}

.c-footer__share-svg {
  display: block;
}

@media (-ms-high-contrast: none) {
  .c-footer__share-svg {
    width: 19px;
    height: 19px;
  }
}

.c-footer__share-svg rect {
  fill: none;
}

.c-footer__share-svg path {
  fill: #ffffff;
  -webkit-transition: fill cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: fill cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.c-footer__ccopy {
  margin-top: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media not all and (max-width: 900px) {
  .c-footer__ccopy {
    margin-top: 0;
    font-size: 11px;
  }
}

.c-footer__ccopy-pr {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
  border: 1px solid #ffffff;
  padding: 3px 10px;
  font-size: 9px;
  line-height: 1;
}

@media not all and (max-width: 900px) {
  .c-footer__ccopy-pr {
    margin-right: 16px;
    font-size: 11px;
  }
}

@media not all and (max-width: 900px) {
  .c-scrollbar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 10px;
    height: 100%;
  }
}

@media not all and (max-width: 900px) {
  .c-scrollbar_thumb {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    cursor: -webkit-grab;
    cursor: grab;
    margin: 2px;
    background-color: #AA3131;
    width: 4px;
  }
}

.u-hover-alpha {
  -webkit-transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-alpha:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-color:hover {
  -webkit-transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-zoom {
  overflow: hidden;
}

.u-hover-zoom .u-hover-zoom-item {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-zoom:hover .u-hover-zoom-item {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:after {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.u-hover-list-arrow:hover {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  color: #aaaaaa !important;
}

.u-hover-list-arrow:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes scrollBar {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  95% {
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  95% {
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 101%, 0);
            transform: translate3d(0, 101%, 0);
  }
}
