@charset "UTF-8";
@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}
/* $main: ;
$sub: ; */
/* $sanAllWebJa: ; */
/*
$fsPhone: ;//iOS, Androidのスマートフォン向け
$fsTablet: ;//iPad, Android Tablet
$fsMobile: ;//その他モバイル製品を吸収する予約名
$fsDesk01: ;//S
$fsDesk02: ;//M
$fsDesk03: ;//L
$fsDesk04: ;//XL
$fsDesk05: ;//XXL
$fsDesk06: ;//Extra
*/
/*
	$widthDesk06: ;//Extra
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 * http://qiita.com/tmiame/items/8816d970eacaf450911f
 */
#page-top-index {
  background-image: url(/_assets/image/global/ui/border/stripe_black.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

.layoutTop {
  margin: -32px 0px 0px 0px;
  margin: -2rem 0rem 0rem 0rem;
  padding: 0;
}
.layoutTop .flexSlider_prev, .layoutTop .flexSlider_next {
  display: block;
  height: 64px;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  white-space: nowrap;
  width: 64px;
  width: 4rem;
}
.layoutTop .flexSlider_prev {
  background: url(/_assets/image/global/ui/arrow/icon_arrow_more_slide_prev.png) no-repeat 0 0;
  background: url(/_assets/image/global/ui/arrow/icon_arrow_more_slide_prev.svg) no-repeat 0 0/100% auto;
  -o-transition-delay: 0s;
  -o-transition-duration: 250ms;
  -o-transition-property: "opacity,left";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 250ms;
  -moz-transition-property: "opacity,left";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 250ms;
  -ms-transition-property: "opacity,left";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 250ms;
  -webkit-transition-property: "opacity,left";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: "opacity,left";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.layoutTop .flexSlider_next {
  background: url(/_assets/image/global/ui/arrow/icon_arrow_more_slide_next.png) no-repeat 0 0;
  background: url(/_assets/image/global/ui/arrow/icon_arrow_more_slide_next.svg) no-repeat 0 0/100% auto;
  -o-transition-delay: 0s;
  -o-transition-duration: 250ms;
  -o-transition-property: "opacity,right";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 250ms;
  -moz-transition-property: "opacity,right";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 250ms;
  -ms-transition-property: "opacity,right";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 250ms;
  -webkit-transition-property: "opacity,right";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: "opacity,right";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.layoutTop .bodyMain {
  overflow: hidden;
}

.topNotification {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 0.75rem;
  margin: 0 5rem 2rem 5rem;
  padding: 1.5rem 1rem 1rem 1rem;
  background: white url(/_assets/image/global/ui/border/stripe_black.png) repeat-x 0 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.topNotification__heading {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  font-size: 1rem;
}

.topNotification__list {
  display: grid;
  gap: 0.75rem;
}

.topNotification__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.topNotification__time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

.topNotification__title {
  position: relative;
  color: #2c82ff;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.4;
}
.topNotification__title:after {
  background-color: rgba(44, 130, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  right: 0;
}
.topNotification__title:hover:after {
  background-color: rgb(44, 130, 255);
}
.topNotification__title:after {
  margin: 0;
}

.topSlide {
  zoom: 1;
  min-height: 37.125rem;
  margin: 0 auto;
  padding: 32px 0px 0px 0px;
  padding: 2rem 0rem 0rem 0rem;
  width: 960px;
  width: 60rem;
  position: relative;
}
.topSlide:before, .topSlide:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.topSlide:after {
  clear: both;
}
.topSlide_body, .topSlide_unit {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topSlide_unit {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 100vw;
}
.topSlide_unit:first-child {
  display: block;
}
.topSlide_unit:before {
  background: #000000;
  content: " ";
  font-size: 0;
  height: 1px;
  height: 0.0625rem;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 24px;
  width: 1.5rem;
  -o-transition-delay: 0;
  -o-transition-duration: 250ms;
  -o-transition-property: left;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0;
  -moz-transition-duration: 250ms;
  -moz-transition-property: left;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0;
  -ms-transition-duration: 250ms;
  -ms-transition-property: left;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 250ms;
  -webkit-transition-property: left;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0;
  transition-duration: 250ms;
  transition-property: left;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topSlide_unit:after {
  background: #2C82FF;
  bottom: 0;
  content: " ";
  font-size: 0;
  height: 1px;
  height: 0.0625rem;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 24px;
  width: 1.5rem;
  -o-transition-delay: 0;
  -o-transition-duration: 250ms;
  -o-transition-property: right;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0;
  -moz-transition-duration: 250ms;
  -moz-transition-property: right;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0;
  -ms-transition-duration: 250ms;
  -ms-transition-property: right;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0;
  -webkit-transition-duration: 250ms;
  -webkit-transition-property: right;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0;
  transition-duration: 250ms;
  transition-property: right;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topSlide_body {
  zoom: 1;
}
.topSlide_body:before, .topSlide_body:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.topSlide_body:after {
  clear: both;
}
.topSlide_anchor {
  display: block;
  opacity: 1;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topSlide_anchor:hover {
  opacity: 0.5;
}
.topSlide .flex-viewport {
  zoom: 1;
  min-height: 33.75rem;
  padding: 0px 0px 54px 0px;
  padding: 0rem 0rem 3.375rem 0rem;
  overflow: visible !important;
}
.topSlide .flex-viewport:before, .topSlide .flex-viewport:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.topSlide .flex-viewport:after {
  clear: both;
}
.topSlide_assets {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.topSlide_visualWrap {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden;
  position: relative;
  display: none;
  margin: 0px 32px 0px 32px;
  margin: 0rem 2rem 0rem 2rem;
  -o-transition-delay: 0s;
  -o-transition-duration: 0.25s;
  -o-transition-property: "margin,filter";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 0.25s;
  -moz-transition-property: "margin,filter";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 0.25s;
  -ms-transition-property: "margin,filter";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 0.25s;
  -webkit-transition-property: "margin,filter";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: "margin,filter";
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.topSlide_visualWrap img {
  height: 100%;
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.topSlide_visualWrap:first-child {
  display: block;
}
.topSlide_visualWrap.portraitImage {
  background-size: contain;
}
.topSlide_visualWrap .caption {
  bottom: 8px;
  bottom: 0.5rem;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1.3;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  -webkit-text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  -moz-text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  margin-left: 8px;
  margin-left: 0.5rem;
}
.topSlide_visualWrap .caption:before {
  content: "© ";
}
.topSlide_visualBody {
  display: block;
  width: 100%;
  height: auto;
}
.topSlide_assetsInfo {
  color: #fff;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  padding: 1.6px 1.6px 1.6px 1.6px;
  padding: 0.1rem 0.1rem 0.1rem 0.1rem;
  opacity: 0;
  position: absolute;
  text-shadow: 0 0 0.1rem #000;
  -o-transition-delay: 250ms;
  -o-transition-duration: 250ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 250ms;
  -moz-transition-duration: 250ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 250ms;
  -ms-transition-duration: 250ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 250ms;
  -webkit-transition-duration: 250ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 250ms;
  transition-duration: 250ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topSlide .flex-active-slide .topSlide_assetsInfo {
  opacity: 1;
}
.topSlide .flex-active-slide .topSlide_visualWrap {
  margin: 0px 64px 0px 64px;
  margin: 0rem 4rem 0rem 4rem;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  -o-filter: blur(0px);
  filter: blur(0px);
}
.topSlide .centerTop .topSlide_assetsInfo {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.topSlide .rightTop .topSlide_assetsInfo {
  right: 0;
  text-align: right;
  top: 0;
}
.topSlide .right .topSlide_assetsInfo {
  right: 0;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.topSlide .rightBottom .topSlide_assetsInfo {
  bottom: 0;
  right: 0;
  text-align: right;
}
.topSlide .rightBottom .caption {
  right: auto;
  left: 8px;
  left: 0.5rem;
}
.topSlide .centerBottom .topSlide_assetsInfo {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.topSlide .leftBottom .topSlide_assetsInfo {
  bottom: 0;
  left: 0;
  text-align: left;
}
.topSlide .left .topSlide_assetsInfo {
  left: 0;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.topSlide .leftTop .topSlide_assetsInfo {
  left: 0;
  text-align: left;
  top: 0;
}
.topSlide .centerMiddle .topSlide_assetsInfo {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
.topSlide_term, .topSlide_extratext {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: 12px 0px 12px 0px;
  margin: 0.75rem 0rem 0.75rem 0rem;
}
.topSlide_timeStart {
  display: inline;
}
.topSlide_timeEnd {
  display: inline;
}
.topSlide_title .title_main {
  font-size: 64px;
  font-size: 4rem;
  display: block;
  letter-spacing: -0.25rem;
  line-height: 1.25;
}
.topSlide_title .title_sub {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  padding: 0px 0px 16px 0px;
  padding: 0rem 0rem 1rem 0rem;
}
.topSlide .flexSlider_navigation {
  display: none;
}
.topSlide.flexSlider_active .flexSlider_navigation {
  display: block;
}
.topSlide .flex-control-nav {
  left: 57.6px;
  left: 3.6rem;
  bottom: 24px;
  bottom: 1.5rem;
  z-index: 10;
}
.topSlide .flexSlider {
  position: relative;
  width: 100%;
}
.topSlide .flexSlider_prev {
  left: 16px;
  left: 1.5rem;
  margin: 0;
  padding: 0;
  top: 44px;
  top: 2.75rem;
  z-index: 1;
}
.topSlide .flexSlider_next {
  bottom: 60px;
  bottom: 3.75rem;
  margin: 0;
  right: 56px;
  right: 3.5rem;
  z-index: 250;
}

.topSlide[position=leftTop] .flexSlider_prev {
  left: -32px;
  left: -2rem;
  opacity: 0;
}

.topSlide[position=rightBottom] .flexSlider_next {
  right: -32px;
  right: -2rem;
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .layoutTop {
    margin: 0;
  }
  .topEvents .slide {
    max-width: calc(100vw - 18rem);
  }
  .topSlide .topSlide_unit {
    max-width: 960px;
    max-width: 60rem;
  }
  .topEvents .slide .grid {
    max-width: calc(100vw - 20rem);
  }
}
.topToday {
  background: #fff url(/_assets/image/global/ui/border/side_stripe_bw.png) repeat-x 0 0;
  clear: both;
  margin: 0px 80px 80px 80px;
  margin: 0rem 5rem 5rem 5rem;
  -o-border-bottom-left-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -ms-border-bottom-right-adius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.topToday_header {
  padding: 1rem 0 0.5rem 0;
  margin: 0 1rem;
  position: relative;
  width: auto !important;
}
.topToday .title {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.topToday_labelQgeki {
  font-size: 1rem;
  display: inline-block;
  margin: 0 0 0 1rem;
  vertical-align: middle;
}
.topToday_body, .topToday_footer {
  padding: 0 1rem;
}
.topToday .notice {
  bottom: 0;
  position: absolute;
  right: 0;
}
.topToday .notice a {
  background: url(/_assets/image/global/ui/arrow/icon_arrow_more_usage.svg) no-repeat 100% 50%/1rem auto;
  bottom: 0;
  color: #2c82ff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin: 0px 0px 0px 16px;
  margin: 0rem 0rem 0rem 1rem;
  padding: 0px 16px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
  line-height: 2;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.ua-desktop-windows .topToday .notice a {
  font-weight: 500;
}
.topToday .notice a:after {
  background-color: rgba(44, 130, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  right: 0;
}
.topToday .notice a:hover:after {
  background-color: rgb(44, 130, 255);
}
.topToday .notice a:after {
  bottom: 6px;
}
.topToday .notice a:first-child {
  margin: 0;
}
.topToday .footNotice {
  font-size: 10.4px;
  font-size: 0.65rem;
  margin: 0;
  padding: 0px 0px 16px 0px;
  padding: 0rem 0rem 1rem 0rem;
  text-align: right;
}

.topEvents {
  margin: 0px 80px 64px 80px;
  margin: 0rem 5rem 4rem 5rem;
}
.topEvents .subtitle {
  margin: 0px 0px 32px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
.topEvents .subtitle i, .topEvents .subtitle:after {
  background-image: url(/_assets/image/global/ui/border/tab-grey.svg);
}
.topEvents .subtitle a {
  background: #fff url(/_assets/image/global/ui/arrow/icon_arrow_more_usage.svg) no-repeat 100% 50%/1rem auto;
  border: 4px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  border-radius: 4px;
  color: #2c82ff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  padding: 0px 16px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
  text-indent: 0;
  right: 0;
}
.ua-desktop-windows .topEvents .subtitle a {
  font-weight: 500;
}
.topEvents .entryParts_header {
  padding: 0 0 1px 0;
}
.topEvents_content .flexSlider {
  zoom: 1;
  margin: -16px 0px 0px 0px;
  margin: -1rem 0rem 0rem 0rem;
  position: relative;
  width: 100%;
}
.topEvents_content .flexSlider:before, .topEvents_content .flexSlider:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.topEvents_content .flexSlider:after {
  clear: both;
}
.topEvents_content .flexSlider_prev {
  left: 0;
  margin: -16px 0px 0px -48px;
  margin: -1rem 0rem 0rem -3rem;
  top: 50%;
  z-index: 1;
  opacity: 1;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents_content .flexSlider_prev:hover {
  opacity: 0.5;
}
.topEvents_content .flexSlider_next {
  margin: -16px -48px 0px 0px;
  margin: -1rem -3rem 0rem 0rem;
  right: 0;
  top: 50%;
  z-index: 1;
  opacity: 1;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents_content .flexSlider_next:hover {
  opacity: 0.5;
}
.topEvents_content .grid {
  margin: 16px 16px 0px 16px;
  margin: 1rem 1rem 0rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.topEvents_content .grid.minimal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topEvents .grid-item {
  float: left;
  width: 33.3%;
  width: 33.3333333333%;
}
.topEvents .flexSlider_active .item-1,
.topEvents .flexSlider_active .item-2,
.topEvents .flexSlider_active .item-3,
.topEvents .flexSlider_active .item-4,
.topEvents .flexSlider_active .item-5,
.topEvents .flexSlider_active .item-6 {
  opacity: 0;
}
.topEvents .flexSlider_active .item-1 {
  -o-transition-delay: 400ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 400ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 400ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 400ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 400ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .item-2 {
  -o-transition-delay: 600ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 600ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 600ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 600ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 600ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .item-3 {
  -o-transition-delay: 800ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 800ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 800ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 800ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 800ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .item-4 {
  -o-transition-delay: 1000ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 1000ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 1000ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 1000ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 1000ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .item-5 {
  -o-transition-delay: 1200ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 1200ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 1200ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 1200ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 1200ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .item-6 {
  -o-transition-delay: 1400ms;
  -o-transition-duration: 450ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 1400ms;
  -moz-transition-duration: 450ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 1400ms;
  -ms-transition-duration: 450ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 1400ms;
  -webkit-transition-duration: 450ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 1400ms;
  transition-duration: 450ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .flexSlider_active .flex-active-slide .item-1,
.topEvents .flexSlider_active .flex-active-slide .item-2,
.topEvents .flexSlider_active .flex-active-slide .item-3,
.topEvents .flexSlider_active .flex-active-slide .item-4,
.topEvents .flexSlider_active .flex-active-slide .item-5,
.topEvents .flexSlider_active .flex-active-slide .item-6 {
  opacity: 1;
}
.topEvents .new {
  background-color: #e84a4a;
  color: #fff;
  display: block;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  margin: 0;
  padding: 4px 6.4px 4px 6.4px;
  padding: 0.25rem 0.4rem 0.25rem 0.4rem;
  position: absolute;
  right: -8px;
  right: -0.5rem;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topEvents .eventItem {
  background: #fff;
  height: 100%;
  height: calc(100% - 2rem);
  margin: 0px 16px 32px 16px;
  margin: 0rem 1rem 2rem 1rem;
  position: relative;
}
.topEvents .eventItem_anchor {
  display: block;
  height: auto !important;
  min-height: 320px;
  height: 320px;
  min-height: 20rem;
  padding: 0px 16px 32px 16px;
  padding: 0rem 1rem 2rem 1rem;
  opacity: 1;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: opacity;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topEvents .eventItem_anchor:hover {
  opacity: 0.5;
}
.topEvents .eventItem_visual {
  margin: 0px -16px 12px -16px;
  margin: 0rem -1rem 0.75rem -1rem;
  padding: 65% 0 0 0;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
.topEvents .eventItem_visual img {
  height: 100%;
  margin: 0;
  padding: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.topEvents .eventItem_visual .caption {
  bottom: 8px;
  bottom: 0.5rem;
  color: #fff;
  font-size: 8px;
  font-size: 0.5rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1.3;
  position: absolute;
  right: 8px;
  right: 0.5rem;
  -webkit-text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  -moz-text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  text-shadow: 0px 0px 2px rgba(30, 30, 30, 0.85);
  margin-left: 8px;
  margin-left: 0.5rem;
}
.topEvents .eventItem_visual .caption:before {
  content: "© ";
}
.topEvents .eventItem_catchcopy {
  background: #e84a4a;
  background: rgba(232, 74, 74, 0.2);
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1.5;
  margin: -12px -16px 12px -16px;
  margin: -0.75rem -1rem 0.75rem -1rem;
  padding: 6.4px 16px 6.4px 16px;
  padding: 0.4rem 1rem 0.4rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.topEvents .eventItem_location {
  color: #a1a8ad;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.3;
  margin: 0px 0px 6px 0px;
  margin: 0rem 0rem 0.375rem 0rem;
  padding: 0;
}
.topEvents .eventItem_name {
  color: #2C82FF;
  font-size: 16px;
  font-size: 1rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  font-weight: bold;
  font-weight: 700;
  line-height: 1.25;
  margin: 0px 0px 4px 0px;
  margin: 0rem 0rem 0.25rem 0rem;
  padding: 0;
}
.topEvents .eventItem_duration {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1.5;
}
.topEvents .eventItem_recruit {
  left: 16px;
  left: 1rem;
  bottom: 16px;
  bottom: 1rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1.2;
  position: absolute;
  right: 16px;
  right: 1rem;
}
.topEvents .eventItem_recruit .time {
  display: block;
}
.topEvents .eventItem_recruit .past {
  color: #e84a4a;
  font-size: 14px;
  font-size: 0.875rem;
}
.topEvents .eventItem_recruit .past .time {
  color: #000000;
  opacity: 0.25;
}
.topEvents .notRecruiting {
  padding: 96px 0px 192px 0px;
  padding: 6rem 0rem 12rem 0rem;
  text-align: center;
}
.topEvents .notRecruiting p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
}

.topAbout {
  zoom: 1;
  padding: 64px 0px 64px 0px;
  padding: 4rem 0rem 4rem 0rem;
  position: relative;
  width: 100%;
}
.topAbout:before, .topAbout:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.topAbout:after {
  clear: both;
}
.topAbout > .rellax {
  position: relative;
  z-index: 4;
}
.topAbout .wrapper {
  position: absolute;
  height: 0;
  z-index: 4;
  overflow: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topAbout .mask {
  bottom: -128px;
  bottom: -8rem;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.topAbout canvas {
  right: 0;
  position: absolute;
  top: -30px;
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.topAbout_title {
  color: #000;
  font-size: 80px;
  font-size: 5rem;
  font-weight: bold;
  font-weight: 700;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  line-height: 1;
}
.topAbout_title i {
  font-size: 64px;
  font-size: 4rem;
  font-style: normal;
}
.topAbout_content p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
  font-variant-east-asian: proportional-width;
  font-variant-numeric: proportional-nums;
  font-variant: normal;
  -webkit-font-feature-settings: "palt", "lnum";
  font-feature-settings: "palt", "lnum";
  font-weight: bold;
  font-weight: 700;
  line-height: 1.75;
  margin: 0px 0px 24px 0px;
  margin: 0rem 0rem 1.5rem 0rem;
  padding: 0;
}
.topAbout_footer p {
  text-align: center;
}
.topAbout_footer a {
  background: #fff url(/_assets/image/global/ui/arrow/icon_arrow_more_usage.svg) no-repeat 100% 50%/1rem auto;
  border: 4px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  border-radius: 4px;
  color: #2c82ff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  padding: 0px 16px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
  text-indent: 0;
  position: relative;
}
.ua-desktop-windows .topAbout_footer a {
  font-weight: 500;
}
.topAbout_footer a:after {
  background-color: rgba(44, 130, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  right: 0;
}
.topAbout_footer a:hover:after {
  background-color: rgb(44, 130, 255);
}
.topAbout_visual img {
  display: block;
  height: auto;
  width: 100%;
}

.topUse .mask {
  background: #d1c0b4;
}
.topUse .wrapper {
  height: 576px;
  height: 36rem;
  width: 480px;
  width: 30rem;
}
.topUse .topAbout_header {
  bottom: 416px;
  bottom: 26rem;
  left: 0;
  overflow: visible;
  position: absolute;
  z-index: 10;
}
.topUse .topAbout_header .topAbout_title {
  bottom: 0;
  left: 44px;
  left: 2.75rem;
  position: absolute;
  text-align: center;
  width: 480px;
  width: 30rem;
}
.topUse .topAbout_body {
  bottom: 48px;
  bottom: 3rem;
  background: url(/_assets/image/home/bg_about_use.png) no-repeat 50% 50%;
  background: url(/_assets/image/home/bg_about_use.svg) no-repeat 50% 50%/100% 100%;
  height: 480px;
  height: 30rem;
  left: 44px;
  left: 2.75rem;
  overflow: hidden;
  position: absolute;
  width: 480px;
  width: 30rem;
}
.topUse .topAbout_body .topAbout_content {
  padding: 128px 60px 0px 60px;
  padding: 8rem 3.75rem 0rem 3.75rem;
}

.topCreation {
  height: auto !important;
  min-height: 512px;
  height: 512px;
  min-height: 32rem;
  padding: 96px 0px 96px 0px;
  padding: 6rem 0rem 6rem 0rem;
}
.topCreation .mask {
  background: #ffd394;
}
.topCreation .wrapper {
  height: 544px;
  height: 34rem;
  width: 576px;
  width: 36rem;
}
.topCreation .topAbout_header {
  bottom: 416px;
  bottom: 26rem;
  overflow: visible;
  position: absolute;
  right: 0;
  z-index: 10;
}
.topCreation .topAbout_header .topAbout_title {
  bottom: 0;
  right: 44px;
  right: 2.75rem;
  position: absolute;
  text-align: center;
  width: 544px;
  width: 34rem;
}
.topCreation .topAbout_body {
  bottom: 130px;
  bottom: 8.125rem;
  background: url(/_assets/image/home/bg_about_cocreation.png) no-repeat 50% 50%;
  background: url(/_assets/image/home/bg_about_cocreation.svg) no-repeat 50% 50%/100% 100%;
  height: 320px;
  height: 20rem;
  right: 44px;
  right: 2.75rem;
  overflow: hidden;
  position: absolute;
  width: 576px;
  width: 36rem;
}
.topCreation .topAbout_body .topAbout_content {
  padding: 64px 60px 0px 60px;
  padding: 4rem 3.75rem 0rem 3.75rem;
}

.topHistory {
  padding: 96px 0px 96px 0px;
  padding: 6rem 0rem 6rem 0rem;
}
.topHistory .mask {
  background: #b1d5e0;
  bottom: 0;
}
.topHistory .wrapper {
  height: 544px;
  height: 34rem;
  width: 448px;
  width: 28rem;
}
.topHistory .topAbout_header {
  bottom: 416px;
  bottom: 26rem;
  left: 0;
  overflow: visible;
  position: absolute;
  z-index: 10;
}
.topHistory .topAbout_header .topAbout_title {
  bottom: 0;
  left: 40px;
  left: 2.5rem;
  position: absolute;
  text-align: center;
  width: 480px;
  width: 30rem;
}
.topHistory .topAbout_body {
  bottom: 112px;
  bottom: 7rem;
  background: url(/_assets/image/home/bg_about_history.png) no-repeat 50% 50%;
  background: url(/_assets/image/home/bg_about_history.svg) no-repeat 50% 50%/100% 100%;
  height: 336px;
  height: 21rem;
  left: 44px;
  left: 2.75rem;
  overflow: hidden;
  position: absolute;
  width: 456px;
  width: 28.5rem;
}
.topHistory .topAbout_body .topAbout_content {
  padding: 60px 56px 0px 56px;
  padding: 3.75rem 3.5rem 0rem 3.5rem;
}

.topNews {
  margin: 0px 80px 0px 80px;
  margin: 0rem 5rem 0rem 5rem;
  padding: 32px 0px 80px 0px;
  padding: 2rem 0rem 5rem 0rem;
}
.topNews .subtitle {
  margin: 0px 0px 32px 0px;
  margin: 0rem 0rem 2rem 0rem;
}
.topNews .subtitle i, .topNews .subtitle:after {
  background-image: url(/_assets/image/global/ui/border/tab-grey.svg);
}
.topNews .subtitle a {
  background: #fff url(/_assets/image/global/ui/arrow/icon_arrow_more_usage.svg) no-repeat 100% 50%/1rem auto;
  border: 4px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  border-radius: 4px;
  color: #2c82ff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.2;
  padding: 0px 16px 0px 0px;
  padding: 0rem 1rem 0rem 0rem;
  text-indent: 0;
  right: 0;
}
.ua-desktop-windows .topNews .subtitle a {
  font-weight: 500;
}
.topNews_content {
  position: relative;
}
.topNews .itemList {
  margin: 0;
  padding: 0px 304px 0px 0px;
  padding: 0rem 19rem 0rem 0rem;
}
.topNews .itemList li {
  margin: 0 0 1px 0;
  padding: 0;
}
.topNews .itemList a {
  background: #fff;
  display: block;
  height: auto !important;
  min-height: 16px;
  height: 16px;
  min-height: 1rem;
  padding: 13.6px 24px 13.6px 24px;
  padding: 0.85rem 1.5rem 0.85rem 1.5rem;
  text-decoration: none;
  opacity: 1;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topNews .itemList a span {
  border-bottom: 1px solid rgba(44, 130, 255, 0);
  color: #2C82FF;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: border-bottom;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
}
.topNews .itemList a:hover {
  opacity: 0.5;
}
.topNews .itemList a:hover span {
  border-bottom: 1px solid rgb(44, 130, 255);
}
.topNews .itemList_time {
  color: #000000;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
}
.ua-desktop-windows .topNews .itemList_time {
  font-weight: 500;
}
.topNews .itemList_title {
  color: #2C82FF;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.3;
  vertical-align: top;
}
.topNews .timeline {
  background: #fff;
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 268px;
  width: 16.75rem;
}

.topNews .subtitle a:after,
.topEvents .subtitle a:after {
  background-color: rgba(44, 130, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  position: absolute;
  -o-transition-delay: 0s;
  -o-transition-duration: 100ms;
  -o-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -moz-transition-delay: 0s;
  -moz-transition-duration: 100ms;
  -moz-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -ms-transition-delay: 0s;
  -ms-transition-duration: 100ms;
  -ms-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 100ms;
  -webkit-transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  transition-delay: 0s;
  transition-duration: 100ms;
  transition-property: background-color;
  /* timing-function: cubic-bezier(0.55, 0.01, 0.11, 0.99); */
  right: 0;
}
.topNews .subtitle a:hover:after,
.topEvents .subtitle a:hover:after {
  background-color: rgb(44, 130, 255);
}

/*
.topUse {
	.wrapper {
		left: 0;
	}
	.topAbout_visual {
		@include margin-rem(4,2,0,28);
	}
}
.topCreation {
	.wrapper {
		right: 0;
	}
	.topAbout_visual {
		@include margin-rem(0,29,0,3);
	}
}
.topHistory {
	.wrapper {
		left: 0;
	}
	.topAbout_visual {
		@include margin-rem(0,4,0,26);
	}
}
*/
.topUse .wrapper {
  left: 16px;
  left: 1rem;
}
.topUse .topAbout_visual {
  margin: 0px 32px 0px 512px;
  margin: 0rem 2rem 0rem 32rem;
}

.topCreation .wrapper {
  right: -8px;
  right: -0.5rem;
}
.topCreation .topAbout_visual {
  margin: 0px 544px 0px 32px;
  margin: 0rem 34rem 0rem 2rem;
}

.topHistory .wrapper {
  left: 16px;
  left: 1rem;
}
.topHistory .topAbout_visual {
  margin: 0px 32px 0px 544px;
  margin: 0rem 2rem 0rem 34rem;
}

.topAbout {
  padding: 96px 0px 160px 0px;
  padding: 6rem 0rem 10rem 0rem;
}
.topAbout .topAbout_visual {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.topAbout.topUse .topAbout_visual img, .topAbout.topHistory .topAbout_visual img {
  float: right;
  min-width: 500px;
}
.topAbout.topCreation .topAbout_visual img {
  float: left;
  min-width: 480px;
}
.topAbout .wrapper {
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
}
.topAbout.topUse .wrapper {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.topAbout.topUse .wrapper, .topAbout.topHistory .wrapper, .topAbout.topCreation .topAbout_visual {
  left: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.topAbout.topUse .topAbout_visual, .topAbout.topHistory .topAbout_visual, .topAbout.topCreation .wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

@media screen and (min-width: 1200px) {
  .topAbout {
    padding: 144px 0px 96px 0px;
    padding: 9rem 0rem 6rem 0rem;
    height: auto !important;
    min-height: 624px;
    height: 624px;
    min-height: 39rem;
  }
  .topAbout .wrapper {
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .topAbout .topAbout_visual {
    -webkit-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .topUse .wrapper {
    left: 32px;
    left: 2rem;
  }
  .topUse .topAbout_visual {
    margin: 0px 64px 0px 512px;
    margin: 0rem 4rem 0rem 32rem;
  }
  .topCreation .wrapper {
    right: 32px;
    right: 2rem;
  }
  .topCreation .topAbout_visual {
    margin: 0px 544px 0px 64px;
    margin: 0rem 34rem 0rem 4rem;
  }
  .topHistory .wrapper {
    left: 32px;
    left: 2rem;
  }
  .topHistory .topAbout_visual {
    margin: 0px 64px 0px 544px;
    margin: 0rem 4rem 0rem 34rem;
  }
}
/*
.js {
	.wrapper {
		position: relative;
		height: 0;
		z-index: 4;
		overflow: visible;
	}
	.topEvents {
		@include margin-rem(0,5,12,5);
	}
	.topAbout {
		@include margin-rem(0,0,5,0);
	}
	.topHistory {
		margin: 0;
	}
	.topNews {
		margin: 0;
		@include padding-rem(7,5,5,5);
		position: relative;
		&:before {
			background: #e7e7e7;
			content: ' ';
			display: block;
			font-size: 0;
			@include height-rem(4);
			left: 0;
			margin: 0;
			position: absolute;
			padding: 0;
			top: 0;
			@include top-rem(3);
			width: 100%;
			z-index: 10;
		}
	}
}
*/
/*
.js {
	.topEvents {
		@include margin-rem(0,5,16,5);
		margin-bottom: 85vh;
	}
	.topAbout {
		.wrapper {
			@include bottom-rem(-14);
			position: relative;
			z-index: 4;
		}
	}
	.topHistory {
		@include margin-rem(0,0,-10,0);
		.wrapper {
			@include bottom-rem(-18);
			position: relative;
			z-index: 4;
		}
	}
}
*/