@charset "UTF-8";
/**********************/
/*COMMON STYLE
/**********************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  background: #000000;
  color: #cc1d1b;
  font-size: 14px;
  font-family: "source-han-sans-japanese",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400; }

/*regular400 medium500 bold700 heavy900*/
img {
  max-width: 100%; }

@font-face {
  font-family: "gobold";
  src: url("fonts/Gobold-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: "gobold";
  src: url("fonts/Gobold-Thin.woff") format("woff");
  font-weight: normal; }

/*light300 bold700 black900*/
.proxima {
  font-family: "proxima-nova",sans-serif;
  font-weight: 700; }

.l-container {
  position: relative; }

.w-regular {
  font-weight: 400; }

.w-medium {
  font-weight: 500; }

.w-bold {
  font-weight: 700; }

.w-heavy {
  font-weight: 900; }

.btn {
  cursor: pointer; }

.opOver {
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }

.order1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }
  @media screen and (max-width: 599px) {
    .order4 {
      display: none; } }

.order5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }
  @media screen and (max-width: 599px) {
    .order5 {
      display: none; } }

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #000000; }

@media screen and (max-width: 599px) {
  .no-mobile {
    display: none !important; }
  .show-mobile {
    display: block; } }

@media screen and (min-width: 600px) and (max-width: 959px) {
  .no-tablet {
    display: none !important; }
  .show-tablet {
    display: block; } }

@media screen and (min-width: 960px) {
  .no-desktop {
    display: none !important; }
  .show-desktop {
    display: block; } }

/**********************/
/*ギャラリー
/**********************/
.wrap-menu {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 599px) {
    .wrap-menu {
      bottom: 30px; } }
  .wrap-menu a {
    opacity: 0;
    padding: 0 20px;
    color: #cc1d1b;
    font-family: "gobold";
    font-weight: normal;
    text-decoration: none;
    font-size: 24px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 40px;
    text-shadow: 3px 0px 20px rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    bottom: 0;
    position: relative; }
    @media screen and (max-width: 599px) {
      .wrap-menu a {
        font-size: 15px;
        padding: 0 13px;
        margin-top: 30px;
        font-weight: bold; } }
    .wrap-menu a:hover {
      bottom: 10px; }

.l-gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.gallery-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.gallery {
  width: 20%; }
  @media screen and (max-width: 599px) {
    .gallery {
      width: 40%; } }

.gallery-item {
  padding: 10px; }

/**********************/
/*アートワーク
/**********************/
.artwork {
  position: relative; }

.artwork-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-image: url(../../images/final/frame/left_top.png), url(../../images/final/frame/right_top.png), url(../../images/final/frame/right_bottom.png), url(../../images/final/frame/left_bottom.png), url(../../images/final/frame/top.png), url(../../images/final/frame/right.png), url(../../images/final/frame/bottom.png), url(../../images/final/frame/left.png);
  background-repeat: no-repeat;
  background-position: top left, top right, bottom right, bottom left, top, right, bottom, left;
  background-size: 12px, 12px, 12px, 12px, 100% 12px, 12px 100%, 100% 12px, 12px 100%; }
  @media screen and (max-width: 599px) {
    .artwork-frame {
      background-size: 6px, 6px, 6px, 6px, 100% 6px, 6px 100%, 100% 6px, 6px 100%; } }
  @media screen and (max-width: 959px) {
    .artwork-frame {
      background-size: 9px, 9px, 9px, 9px, 100% 9px, 9px 100%, 100% 9px, 9px 100%; } }

.artwork-vi {
  padding: 12px;
  line-height: 0; }
  @media screen and (max-width: 599px) {
    .artwork-vi {
      padding: 6px; } }
  @media screen and (max-width: 959px) {
    .artwork-vi {
      padding: 9px; } }

.artwork-vi img {
  width: 100%; }

.artwork-over {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../../images/final/btn_play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  z-index: 10; }
  @media screen and (max-width: 599px) {
    .artwork-over {
      background-size: 60px; } }
  @media screen and (min-width: 600px) and (max-width: 959px) {
    .artwork-over {
      background-size: 60px; } }

.artwork-over.is-show {
  display: block; }

.artwork-over.is-over {
  background-color: rgba(0, 0, 0, 0.6); }

/**********************/
/*マスク
/**********************/
.mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, black 40%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, black 40%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, black 40%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); }
  @media screen and (max-width: 599px) {
    .mask {
      background: rgba(0, 0, 0, 0.8); } }

/**********************/
/*ノイズ
/**********************/
.noise {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.15; }

/**********************/
/*ノイズ - ライン
/**********************/
.line {
  position: absolute;
  height: 100%;
  width: 1px;
  opacity: 0.1;
  background-color: #000;
  top: 0; }

.box-line {
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 151; }

/**********************/
/*メインタイトル
/**********************/
.l-main {
  width: 100%;
  height: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

.box-vibration {
  position: relative;
  margin: 0 auto 30px;
  width: 320px; }
  @media screen and (max-width: 599px) {
    .box-vibration {
      width: 60%;
      max-width: 320px; } }

.main-title {
  position: relative; }

.overTitle {
  position: absolute;
  top: 0;
  left: 0; }

.best-logo {
  text-align: center;
  width: 100%; }
  .best-logo .box-vibration {
    opacity: 0; }

.best-plate {
  line-height: 0;
  width: 180px;
  padding: 20px 0;
  margin: 0 auto; }
  @media screen and (max-width: 599px) {
    .best-plate {
      width: 140px; } }

.arrow-svg {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px; }
  @media screen and (max-width: 599px) {
    .arrow-svg {
      bottom: 30px; } }

.arrow-svg svg {
  width: 100%;
  height: 100%; }

.loading-icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.relative {
  position: relative; }

.loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px; }

.loader-ring-light {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 0 #d01d1b inset;
  box-shadow: 0 2px 0 #d01d1b inset;
  -webkit-animation: rotate-360 2s linear infinite;
  animation: rotate-360 2s linear infinite; }

.loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3) inset; }

@-webkit-keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-360 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**********************/
/*コンテンツ
/**********************/
.l-content {
  width: 100%;
  height: 100%;
  z-index: 152;
  position: relative;
  overflow: hidden; }

.timeline {
  width: 4px;
  height: 100%;
  background: #d01d1b;
  position: fixed;
  left: 10%;
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  border-radius: 4px 4px 0 0; }
  @media screen and (max-width: 599px) {
    .timeline {
      left: 40px; } }

.timeline_sp {
  display: none;
  width: 4px;
  height: 160%;
  background: #d01d1b;
  position: absolute;
  left: 40px;
  top: 0;
  border-radius: 4px 4px 0 0; }

/**********************/
/*トピックス
/**********************/
.content {
  padding-left: 10%;
  position: relative; }
  @media screen and (max-width: 599px) {
    .content {
      padding-left: 40px;
      z-index: 2; } }

.content-box {
  position: relative;
  z-index: 2; }

.content-box:nth-of-type(3) {
  padding-top: 400px; }

.content-topic-outer {
  margin-bottom: 200px; }
  @media screen and (max-width: 599px) {
    .content-topic-outer {
      margin-bottom: 120px; } }

.content-year {
  line-height: 1;
  padding-left: 40px;
  margin-bottom: 0px;
  font-family: "gobold";
  font-weight: bold;
  font-size: 120px; }
  @media screen and (max-width: 599px) {
    .content-year {
      font-size: 90px;
      padding-left: 30px;
      margin-bottom: 60px; } }

.content-year-sub {
  display: none;
  line-height: 0;
  padding-left: 40px;
  margin-bottom: 30px;
  cursor: pointer; }
  @media screen and (max-width: 599px) {
    .content-year-sub {
      width: 70%;
      padding-left: 30px;
      margin-bottom: 30px; } }

.content-topic {
  padding-bottom: 100px; }
  @media screen and (max-width: 599px) {
    .content-topic {
      padding-bottom: 50px; } }

.content-topic-inn {
  margin-bottom: 30px;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 599px) {
    .content-topic-inn {
      margin-bottom: 15px; } }

.content-topic-txt {
  padding-right: 40px;
  width: 100%; }
  @media screen and (max-width: 599px) {
    .content-topic-txt {
      padding-right: 15px;
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.content-topic-item:last-child {
  margin-bottom: 0 !important; }

.content-topic-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 40px;
  font-size: 26px;
  margin-bottom: 20px; }
  @media screen and (max-width: 599px) {
    .content-topic-heading {
      padding-left: 30px;
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 15px; } }
  @media screen and (max-width: 959px) {
    .content-topic-heading {
      font-size: 20px; } }

.content-topic:nth-of-type(1) .content-topic-heading {
  margin-top: 100px; }
  @media screen and (max-width: 599px) {
    .content-topic:nth-of-type(1) .content-topic-heading {
      margin-top: 15px; } }

.content-topic-point {
  width: 30px;
  height: 30px;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -15px; }
  @media screen and (max-width: 599px) {
    .content-topic-point {
      width: 20px;
      height: 20px;
      left: -8px;
      margin-top: -10px; } }

.content-topic-point > svg {
  width: 100%;
  height: 100%; }

.content-topic-title {
  position: relative;
  color: #ffffff; }
  .content-topic-title .content-topic-data {
    font-size: 16px;
    font-family: "gobold";
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -26px; }
    @media screen and (max-width: 599px) {
      .content-topic-title .content-topic-data {
        font-size: 16px;
        top: -26px; } }

.content-topic-desc {
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600; }
  @media screen and (max-width: 599px) {
    .content-topic-desc {
      padding-left: 30px;
      margin-bottom: 15px; } }

.content-topic-buttons {
  padding-left: 40px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 599px) {
    .content-topic-buttons {
      padding-left: 30px; } }

.content-topic-buttons-report {
  margin-top: 30px; }

a.content-topic-buttons {
  color: #cc1d1b;
  text-decoration: none; }

.content-topic-buttons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 75px;
  border: 1px solid #cc1d1b;
  padding: 10px;
  margin-left: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  position: relative; }
  @media screen and (max-width: 599px) {
    .content-topic-buttons-item {
      height: 60px; } }

.content-topic-buttons-item.is-over {
  background-color: black; }

.content-topic-buttons-item.is-active {
  background-color: black;
  cursor: default; }

.content-topic-buttons-thumb {
  width: 80px;
  height: 53px;
  margin-right: 15px;
  position: relative;
  line-height: 0;
  background: #000000; }
  @media screen and (max-width: 599px) {
    .content-topic-buttons-thumb {
      width: 60px;
      height: 40px;
      margin-right: 10px; } }

.content-topic-buttons-thumb > img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -o-object-fit: cover;
  object-fit: cover; }

.content-topic-buttons-item.is-over .content-topic-buttons-thumb > img {
  opacity: 0.3; }

.content-topic-buttons-thumb:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-size: 31px;
  background-position: center; }

.content-topic-buttons-gallery:after {
  background-image: url(../../images/final/icon_camera.png); }

.content-topic-buttons-video:after {
  background-image: url(../../images/final/icon_play.png); }

.content-topic-buttons-close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
  opacity: 0;
  background: #000000;
  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;
  left: 0;
  top: 0; }

/*トピックスビジュアル*/
.content-topic-vi {
  max-width: 500px;
  padding-left: 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 599px) {
    .content-topic-vi {
      padding-right: 0;
      width: 100%;
      max-width: 340px;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      padding-left: 30px;
      margin-bottom: 15px; } }

.content-topic-vi-image {
  position: relative; }

/*詳細*/
.content-topic-detail {
  width: 100%;
  background: #cc1d1b;
  height: 0px;
  position: relative; }

.content-topic-detail-border {
  width: 0%;
  background: #cc1d1b;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

/*ギャラリースライド*/
.slider {
  opacity: 0;
  padding: 0 1px 0 4px;
  display: none; }
  @media screen and (max-width: 599px) {
    .slider {
      padding: 0 0 0 4px; } }

.slick-slide {
  border: 1px solid  #cc1d1b;
  border-right: 0px solid  #cc1d1b;
  position: relative;
  background: #000000; }
  .slick-slide:before {
    content: "";
    display: block;
    padding-top: 66%; }
  .slick-slide .slide-item-inn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .slick-slide .slide-item-inn img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 15px; }

.slider-item-video:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/final/btn_play.png) no-repeat;
  background-position: center;
  background-size: 80px;
  opacity: 0.7; }

.slider-item-video img {
  opacity: 0.5; }

/**********************/
/*モーダル
/**********************/
.fancybox-bg {
  background: rgba(0, 0, 0, 0.6); }

.fancybox-slide .fancybox-image-wrap {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

.fancybox__nav .carousel__button.is-next {
  right: 0; }

.fancybox__nav .carousel__button.is-prev {
  left: 0; }

.fancybox__thumb {
  border-radius: 0; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border: 1px solid #cc1d1b;
  border-radius: 0; }

/**********************/
/*フッター
/**********************/
.best-footer {
  position: relative;
  background: #000000;
  border-top: 1px solid #cc1d1b;
  padding: 30px;
  text-align: center;
  opacity: 0;
  z-index: 153; }

.copy {
  font-size: 12px;
  margin-bottom: 30px; }

.best-footer-bnr a {
  display: block;
  margin: 0 auto 20px; }

.best-footer-bnr a:last-child {
  margin-bottom: 0; }

.best-footer-bnr-plate {
  width: 112px; }

/**********************/
/*年選択
/**********************/
.btn-fixed {
  width: 52px;
  height: 52px;
  background: #cc1d1b;
  border-radius: 50%;
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: -60px;
  cursor: pointer;
  -webkit-box-shadow: 0 12px 31px rgba(0, 0, 0, 0.3), 0 8px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 0 12px 31px rgba(0, 0, 0, 0.3), 0 8px 5px rgba(0, 0, 0, 0.22);
  -webkit-transition: bottom 0.4s ease-out,opacity 0.2s ease-out;
  -o-transition: bottom 0.4s ease-out,opacity 0.2s ease-out;
  transition: bottom 0.4s ease-out,opacity 0.2s ease-out; }
  @media screen and (max-width: 599px) {
    .btn-fixed {
      right: 15px; } }

.btn-fixed.is-show {
  bottom: 30px; }
  @media screen and (max-width: 599px) {
    .btn-fixed.is-show {
      bottom: 15px; } }

.list-year {
  position: fixed;
  left: 0px;
  bottom: 0;
  z-index: 200;
  height: 100%;
  background: #000000;
  border-right: 1px solid #cd1f1b;
  padding: 15px 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }
  @media screen and (max-width: 599px) {
    .list-year {
      padding: 10px 0;
      z-index: 1; } }

.list-year.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.list-year ul {
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list-year ul li {
  list-style-type: none;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  color: rgba(204, 29, 27, 0.5);
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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 (max-width: 599px) {
    .list-year ul li {
      font-size: 12px;
      padding: 0 0;
      width: 40px; } }
  .list-year ul li:hover {
    color: #cc1d1b; }

.list-year ul li.is-active {
  color: #cc1d1b; }
