.section__event {
  overflow: hidden;
  background: url(/skin/latest/event/img/bg.jpg) center no-repeat;
}
.section__event > .--df {
  width: 2000px;
  position: relative;
  left: calc(50% - 1000px);
}
.section__event .--left {
  width: 1344px;
  padding-right: 89px;
  padding-bottom: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section__event .--left .section__title {
  padding: 110px 0 44px 300px;
}
.section__event .--left .section__title h2 {
  padding-bottom: 10px;
}
.section__event .--left .section__title a {
  padding: 7px 26px 8px;
  border-radius: 10em;
  border: 1px solid #fff;
  font-size: 20px;
}
.section__event .--left .section__title a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__event .--left .section__title a span::after {
  content: "+";
  font-family: var(--noto);
  margin-left: 0.3em;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 0.2;
}
.section__event .--right {
  width: calc(100% - 1344px);
  padding-top: 300px;
  padding-left: 35px;
}
.section__event .--right .slick-track {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.section__event .--right .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section__event .--right .slick-current {
  opacity: 1;
}
.section__event .--right .slick-current .slk__btn span {
  border-bottom: 2px solid #fff;
}
.section__event .--right .slk__btn {
  margin: 26px 0;
  border: 0;
  background: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__event .--right .slk__btn span {
  font-size: 40px;
  line-height: 1.1;
  margin-right: 16px;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}/*# sourceMappingURL=style.css.map */