@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Serif+JP:wght@400;500&display=swap");
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 screen and (min-width: 901px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    border-color: #9e1b32;
    background-color: rgba(158, 27, 50, 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 #4D4D4D;
  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 screen and (min-width: 901px) {
  .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: 300;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media screen and (min-width: 901px) {
  body, button, input, select, textarea, datalist {
    font-size: 20px;
  }
}

body {
  background-color: #151515;
}

@media screen and (min-width: 901px) {
  body {
    min-width: 980px;
  }
}

main {
  display: block;
}

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

.l-container__inner {
  position: relative;
}

.l-container__inner::before {
  position: absolute;
  top: 0;
  right: 2.4%;
  bottom: 0;
  background-color: #2B0F0B;
  width: 31.2%;
  content: '';
}

@media screen and (min-width: 901px) {
  .l-container__inner::before {
    right: 2.2%;
    width: 30.4%;
  }
}

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

@media screen and (min-width: 901px) {
  .l-pc-lg-inner {
    margin: 0 auto;
    width: 86.6%;
    max-width: 1248px;
  }
}

@media screen and (min-width: 901px) {
  .l-pc-md-inner {
    margin: 0 auto;
    width: 69%;
    max-width: 994px;
  }
}

.l-section {
  position: relative;
}

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

@media screen and (min-width: 901px) {
  .l-section + .l-section {
    margin-top: 115px;
  }
}

.l-section__cover {
  position: relative;
  margin-bottom: 57px;
  margin-left: auto;
  width: 94.7%;
}

@media screen and (min-width: 901px) {
  .l-section__cover {
    margin-bottom: 104px;
    width: 93.3%;
  }
}

@media screen and (min-width: 901px) {
  .l-section:nth-of-type(even) .l-section__cover {
    margin-right: auto;
    margin-left: 0;
  }
}

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

.l-section__cover-page {
  position: absolute;
  bottom: -93px;
  left: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.13em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}

@media screen and (min-width: 901px) {
  .l-section__cover-page {
    bottom: -120px;
    left: 1.6%;
    font-size: 13px;
  }
  .l-section:nth-of-type(even) .l-section__cover-page {
    right: 1.6%;
    left: auto;
  }
}

.l-section__cover-page .p-in-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 77px;
  overflow: hidden;
}

.l-section__cover-page > .js-split {
  display: inline-block;
  margin-top: 84px;
}

@media screen and (min-width: 901px) {
  .l-section__cover-page > .js-split {
    margin-top: 95px;
  }
}

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

.l-section__ttl {
  margin-bottom: 47px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

@media screen and (min-width: 901px) {
  .l-section__ttl {
    margin-bottom: 57px;
    font-size: 42px;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
}

.l-section__detail {
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 901px) {
  .l-section__detail {
    width: 72.4%;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 2.1;
  }
}

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

@media screen and (min-width: 901px) {
  .l-section__detail p {
    margin: 2.15em 0;
  }
}

.l-section__slide {
  position: relative;
}

.l-section__imgSlide {
  margin-top: 55px;
}

@media screen and (min-width: 901px) {
  .l-section__imgSlide {
    margin-top: 93px;
  }
}

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

.l-section__imgSlide-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: width .1s 1s, opacity .5s;
  transition: width .1s 1s, opacity .5s;
  width: 0;
  height: 4px;
  overflow: hidden;
}

@media screen and (min-width: 901px) {
  .l-section__imgSlide-bar {
    bottom: -1px;
    height: 7px;
  }
}

.l-section__imgSlide-bar span {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#b21010), to(#651818));
  background: linear-gradient(to right, #b21010 0%, #651818 100%);
  height: 100%;
}

@media screen and (max-width: 900px) {
  .l-section__imgSlide-bar span {
    width: 89.5vw !important;
  }
}

.swiper-slide-active .l-section__imgSlide-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: width 8.5s linear;
  transition: width 8.5s linear;
  width: 100%;
}

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

@media screen and (min-width: 901px) {
  .l-section__textSlide {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px) {
  .l-section__textSlide-container {
    width: 70%;
  }
}

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

@media screen and (min-width: 901px) {
  .l-section__textSlide .swiper-slide {
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 1.76;
  }
}

.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: 35px;
  }
}

@media screen and (min-width: 901px) {
  .l-section__slideUtil {
    position: absolute;
    top: 5px;
    right: 0;
    width: 180px;
  }
}

.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 screen and (min-width: 901px) {
  .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: 98px auto 30px;
}

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

@media screen and (min-width: 901px) {
  .l-section__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 155px;
    width: 106.5%;
  }
}

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

@media screen and (min-width: 901px) {
  .l-section__link-item {
    margin-bottom: 45px;
    width: 47%;
  }
  .l-section__link-item:nth-of-type(even) {
    margin-left: 6%;
  }
}

.c-btn {
  display: block;
  position: relative;
  cursor: pointer;
  border: 2px solid rgba(77, 77, 77, 0.4);
  border-radius: 3px;
  background-color: #9e1b32;
  padding: 16px 36px 15px 22px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-decoration: none;
}

@media screen and (min-width: 901px) {
  .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: 23px 72px 23px 10px;
    font-size: 19px;
    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;
}

.c-btn__inner::before {
  position: absolute;
  right: -24px;
  bottom: 7px;
  background: url(../img/common/icon_arrow.svg) no-repeat right 0 bottom 0;
  background-size: contain;
  width: 12px;
  height: 14px;
  pointer-events: none;
  content: "";
}

@media screen and (min-width: 901px) {
  .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;
  right: 0;
  bottom: 3px;
  background-color: #340C0C;
  width: 1px;
  height: 14px;
  content: "";
}

@media screen and (min-width: 901px) {
  .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: #4D4D4D;
}

.c-btn--down .c-btn__inner::before {
  right: -21px;
  bottom: 6px;
  background-image: url(../img/common/icon_arrow_down.svg);
  width: 9px;
  height: 9px;
}

@media screen and (min-width: 901px) {
  .c-btn--down .c-btn__inner::before {
    right: -45px;
    width: 12px;
    height: 12px;
  }
}

.c-header {
  position: relative;
}

.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: 7px 0 6px;
  width: 89.5%;
}

@media screen and (min-width: 901px) {
  .c-header__inner {
    margin-top: -4px;
    padding: 0px 0 0px;
    width: 86.6%;
  }
}

.c-logo {
  width: 84px;
}

@media screen and (min-width: 901px) {
  .c-logo {
    width: 120px;
  }
}

.c-nissanlogo {
  width: 48px;
}

@media screen and (min-width: 901px) {
  .c-nissanlogo {
    width: 60px;
  }
}

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

@media screen and (min-width: 901px) {
  .c-footer {
    padding: 25px 0;
  }
}

@media screen and (min-width: 901px) {
  .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: #4D4D4D;
    padding: 9px 8px 13px 6px;
  }
}

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

@media screen and (min-width: 901px) {
  .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 screen and (min-width: 901px) {
  .c-footer__share-list {
    margin: 0 auto;
    width: 19px;
  }
}

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

@media screen and (min-width: 901px) {
  .c-footer__share-item {
    width: 100%;
  }
}

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

@media screen and (min-width: 901px) {
  .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: #651818;
}

.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 screen and (min-width: 901px) {
  .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 screen and (min-width: 901px) {
  .c-footer__ccopy-pr {
    margin-right: 16px;
    font-size: 11px;
  }
}

.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);
  }
}
