@charset "UTF-8";

/* ==========================================================================
   Reset
============================================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ==========================================================================
   Base
============================================================================= */
body {
  color: #5e5e5e;
  min-width: 960px;
  font-size: 87.5%;
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}

input,
textarea {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.6;
}

a {
  color: #7a97b2;
}
a:visited {
  color: #7a97b2;
}
a:focus {
  color: #7a97b2;
}
a:hover {
  color: #7a97b2;
}
a:active {
  color: #7a97b2;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.clearfix:after, .header_global_inner:after, .megadrop_line-large:after, .megadrop_line-small:after, .topicPath-footer .topicPath_inner:after, .footer_grids:after, .footer_global-links_inner:after, .header-hasContent:after, .list-horizontal:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.form, input {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.footer_grids, .footer_links, .footer_links-software, .form, .search_text, .btn, .btn-border {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.tableSet-head, .text-emphasis, em, .btn-borderS {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight:bold;
}

.heading-lv2, .heading-lv3 {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.header_global, .topicPath, .heading-lv4, .header {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.heading-rect {
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-weight:bold;
}

/* ==========================================================================
   Helper
============================================================================= */
/* clearfix
------------------------------------------------------------------- */
.clearfix:after, .header_global_inner:after, .megadrop_line-large:after, .megadrop_line-small:after, .topicPath-footer .topicPath_inner:after, .footer_grids:after, .footer_global-links_inner:after, .header-hasContent:after, .list-horizontal:after {
  content: "";
  display: table;
  clear: both;
}

/* display
------------------------------------------------------------------- */
.hlp-display-none {
  display: none !important;
}

.hlp-display-block {
  display: block !important;
}

.hlp-display-inline {
  display: inline !important;
}

.hlp-display-inline-block {
  display: inline-block !important;
}

.hlp-display-table {
  display: table !important;
}

.hlp-display-table-cell {
  display: table-cell !important;
}

/* position
------------------------------------------------------------------- */
.hlp-position-static {
  position: static !important;
}

.hlp-position-relative {
  position: relative !important;
}

.hlp-position-absolute {
  position: absolute !important;
}

/* font-weight
------------------------------------------------------------------- */
.hlp-fw-normal {
  font-weight: normal !important;
}

.hlp-fw-bold {
  font-weight: bold !important;
}

/* float
------------------------------------------------------------------- */
.hlp-float-none {
  float: none !important;
}

.hlp-float-left {
  float: left !important;
}

.hlp-float-right {
  float: right !important;
}

/* text-align
------------------------------------------------------------------- */
.hlp-align-left {
  text-align: left !important;
}

.hlp-align-center {
  text-align: center !important;
}

.hlp-align-right {
  text-align: right !important;
}

/* vertical-align
------------------------------------------------------------------- */
.hlp-align-top {
  vertical-align: top !important;
}

.hlp-align-middle {
  vertical-align: middle !important;
}

.hlp-align-bottom {
  vertical-align: bottom !important;
}

.hlp-align-baseline {
  vertical-align: baseline !important;
}

/* vertical-align
------------------------------------------------------------------- */
.hlp-border-none {
  border: none !important;
}

/* font-size
------------------------------------------------------------------- */
.hlp-font-xsmall {
  font-size: 71.43% !important;
}

.hlp-font-small {
  font-size: 85.71% !important;
}

.hlp-font-large {
  font-size: 114.28% !important;
}

.hlp-font-xlarge {
  font-size: 128.57% !important;
}

/* Margin
------------------------------------------------------------------- */
.hlp-mg0 {
  margin: 0 !important;
}

.hlp-mt0 {
  margin-top: 0 !important;
}

.hlp-mt1 {
  margin-top: 1px !important;
}

.hlp-mt2 {
  margin-top: 2px !important;
}

.hlp-mt3 {
  margin-top: 3px !important;
}

.hlp-mt4 {
  margin-top: 4px !important;
}

.hlp-mt5 {
  margin-top: 5px !important;
}

.hlp-mt6 {
  margin-top: 6px !important;
}

.hlp-mt7 {
  margin-top: 7px !important;
}

.hlp-mt8 {
  margin-top: 8px !important;
}

.hlp-mt9 {
  margin-top: 9px !important;
}

.hlp-mt10 {
  margin-top: 10px !important;
}

.hlp-mt15 {
  margin-top: 15px !important;
}

.hlp-mt20 {
  margin-top: 20px !important;
}

.hlp-mt25 {
  margin-top: 25px !important;
}

.hlp-mt30 {
  margin-top: 30px !important;
}

.hlp-mt35 {
  margin-top: 35px !important;
}

.hlp-mt40 {
  margin-top: 40px !important;
}

.hlp-mt45 {
  margin-top: 45px !important;
}

.hlp-mt50 {
  margin-top: 50px !important;
}

.hlp-mt55 {
  margin-top: 55px !important;
}

.hlp-mt60 {
  margin-top: 60px !important;
}

.hlp-mr0 {
  margin-right: 0 !important;
}

.hlp-mr1 {
  margin-right: 1px !important;
}

.hlp-mr2 {
  margin-right: 2px !important;
}

.hlp-mr3 {
  margin-right: 3px !important;
}

.hlp-mr4 {
  margin-right: 4px !important;
}

.hlp-mr5 {
  margin-right: 5px !important;
}

.hlp-mr6 {
  margin-right: 6px !important;
}

.hlp-mr7 {
  margin-right: 7px !important;
}

.hlp-mr8 {
  margin-right: 8px !important;
}

.hlp-mr9 {
  margin-right: 9px !important;
}

.hlp-mr10 {
  margin-right: 10px !important;
}

.hlp-mr15 {
  margin-right: 15px !important;
}

.hlp-mr20 {
  margin-right: 20px !important;
}

.hlp-mr25 {
  margin-right: 25px !important;
}

.hlp-mr30 {
  margin-right: 30px !important;
}

.hlp-mr35 {
  margin-right: 35px !important;
}

.hlp-mr40 {
  margin-right: 40px !important;
}

.hlp-mr45 {
  margin-right: 45px !important;
}

.hlp-mr50 {
  margin-right: 50px !important;
}

.hlp-mr55 {
  margin-right: 55px !important;
}

.hlp-mr60 {
  margin-right: 60px !important;
}

.hlp-mb0 {
  margin-bottom: 0 !important;
}

.hlp-mb1 {
  margin-bottom: 1px !important;
}

.hlp-mb2 {
  margin-bottom: 2px !important;
}

.hlp-mb3 {
  margin-bottom: 3px !important;
}

.hlp-mb4 {
  margin-bottom: 4px !important;
}

.hlp-mb5 {
  margin-bottom: 5px !important;
}

.hlp-mb6 {
  margin-bottom: 6px !important;
}

.hlp-mb7 {
  margin-bottom: 7px !important;
}

.hlp-mb8 {
  margin-bottom: 8px !important;
}

.hlp-mb9 {
  margin-bottom: 9px !important;
}

.hlp-mb10 {
  margin-bottom: 10px !important;
}

.hlp-mb15 {
  margin-bottom: 15px !important;
}

.hlp-mb20 {
  margin-bottom: 20px !important;
}

.hlp-mb25 {
  margin-bottom: 25px !important;
}

.hlp-mb30 {
  margin-bottom: 30px !important;
}

.hlp-mb35 {
  margin-bottom: 35px !important;
}

.hlp-mb40 {
  margin-bottom: 40px !important;
}

.hlp-mb45 {
  margin-bottom: 45px !important;
}

.hlp-mb50 {
  margin-bottom: 50px !important;
}

.hlp-mb55 {
  margin-bottom: 55px !important;
}

.hlp-mb60 {
  margin-bottom: 60px !important;
}

.hlp-ml0 {
  margin-left: 0 !important;
}

.hlp-ml1 {
  margin-left: 1px !important;
}

.hlp-ml2 {
  margin-left: 2px !important;
}

.hlp-ml3 {
  margin-left: 3px !important;
}

.hlp-ml4 {
  margin-left: 4px !important;
}

.hlp-ml5 {
  margin-left: 5px !important;
}

.hlp-ml6 {
  margin-left: 6px !important;
}

.hlp-ml7 {
  margin-left: 7px !important;
}

.hlp-ml8 {
  margin-left: 8px !important;
}

.hlp-ml9 {
  margin-left: 9px !important;
}

.hlp-ml10 {
  margin-left: 10px !important;
}

.hlp-ml15 {
  margin-left: 15px !important;
}

.hlp-ml20 {
  margin-left: 20px !important;
}

.hlp-ml25 {
  margin-left: 25px !important;
}

.hlp-ml30 {
  margin-left: 30px !important;
}

.hlp-ml35 {
  margin-left: 35px !important;
}

.hlp-ml40 {
  margin-left: 40px !important;
}

.hlp-ml45 {
  margin-left: 45px !important;
}

.hlp-ml50 {
  margin-left: 50px !important;
}

.hlp-ml55 {
  margin-left: 55px !important;
}

.hlp-ml60 {
  margin-left: 60px !important;
}

/* Padding
------------------------------------------------------------------- */
.hlp-pt0 {
  padding-top: 0 !important;
}

.hlp-pt1 {
  padding-top: 1px !important;
}

.hlp-pt2 {
  padding-top: 2px !important;
}

.hlp-pt3 {
  padding-top: 3px !important;
}

.hlp-pt4 {
  padding-top: 4px !important;
}

.hlp-pt5 {
  padding-top: 5px !important;
}

.hlp-pt6 {
  padding-top: 6px !important;
}

.hlp-pt7 {
  padding-top: 7px !important;
}

.hlp-pt8 {
  padding-top: 8px !important;
}

.hlp-pt9 {
  padding-top: 9px !important;
}

.hlp-pt10 {
  padding-top: 10px !important;
}

.hlp-pt15 {
  padding-top: 15px !important;
}

.hlp-pt20 {
  padding-top: 20px !important;
}

.hlp-pt25 {
  padding-top: 25px !important;
}

.hlp-pt30 {
  padding-top: 30px !important;
}

.hlp-pt35 {
  padding-top: 35px !important;
}

.hlp-pt40 {
  padding-top: 40px !important;
}

.hlp-pt45 {
  padding-top: 45px !important;
}

.hlp-pt50 {
  padding-top: 50px !important;
}

.hlp-pt55 {
  padding-top: 55px !important;
}

.hlp-pt60 {
  padding-top: 60px !important;
}

.hlp-pr0 {
  padding-right: 0 !important;
}

.hlp-pr1 {
  padding-right: 1px !important;
}

.hlp-pr2 {
  padding-right: 2px !important;
}

.hlp-pr3 {
  padding-right: 3px !important;
}

.hlp-pr4 {
  padding-right: 4px !important;
}

.hlp-pr5 {
  padding-right: 5px !important;
}

.hlp-pr6 {
  padding-right: 6px !important;
}

.hlp-pr7 {
  padding-right: 7px !important;
}

.hlp-pr8 {
  padding-right: 8px !important;
}

.hlp-pr9 {
  padding-right: 9px !important;
}

.hlp-pr10 {
  padding-right: 10px !important;
}

.hlp-pr15 {
  padding-right: 15px !important;
}

.hlp-pr20 {
  padding-right: 20px !important;
}

.hlp-pr25 {
  padding-right: 25px !important;
}

.hlp-pr30 {
  padding-right: 30px !important;
}

.hlp-pr35 {
  padding-right: 35px !important;
}

.hlp-pr40 {
  padding-right: 40px !important;
}

.hlp-pr45 {
  padding-right: 45px !important;
}

.hlp-pr50 {
  padding-right: 50px !important;
}

.hlp-pr55 {
  padding-right: 55px !important;
}

.hlp-pr60 {
  padding-right: 60px !important;
}

.hlp-pb0 {
  padding-bottom: 0 !important;
}

.hlp-pb1 {
  padding-bottom: 1px !important;
}

.hlp-pb2 {
  padding-bottom: 2px !important;
}

.hlp-pb3 {
  padding-bottom: 3px !important;
}

.hlp-pb4 {
  padding-bottom: 4px !important;
}

.hlp-pb5 {
  padding-bottom: 5px !important;
}

.hlp-pb6 {
  padding-bottom: 6px !important;
}

.hlp-pb7 {
  padding-bottom: 7px !important;
}

.hlp-pb8 {
  padding-bottom: 8px !important;
}

.hlp-pb9 {
  padding-bottom: 9px !important;
}

.hlp-pb10 {
  padding-bottom: 10px !important;
}

.hlp-pb15 {
  padding-bottom: 15px !important;
}

.hlp-pb20 {
  padding-bottom: 20px !important;
}

.hlp-pb25 {
  padding-bottom: 25px !important;
}

.hlp-pb30 {
  padding-bottom: 30px !important;
}

.hlp-pb35 {
  padding-bottom: 35px !important;
}

.hlp-pb40 {
  padding-bottom: 40px !important;
}

.hlp-pb45 {
  padding-bottom: 45px !important;
}

.hlp-pb50 {
  padding-bottom: 50px !important;
}

.hlp-pb55 {
  padding-bottom: 55px !important;
}

.hlp-pb60 {
  padding-bottom: 60px !important;
}

.hlp-pl0 {
  padding-left: 0 !important;
}

.hlp-pl1 {
  padding-left: 1px !important;
}

.hlp-pl2 {
  padding-left: 2px !important;
}

.hlp-pl3 {
  padding-left: 3px !important;
}

.hlp-pl4 {
  padding-left: 4px !important;
}

.hlp-pl5 {
  padding-left: 5px !important;
}

.hlp-pl6 {
  padding-left: 6px !important;
}

.hlp-pl7 {
  padding-left: 7px !important;
}

.hlp-pl8 {
  padding-left: 8px !important;
}

.hlp-pl9 {
  padding-left: 9px !important;
}

.hlp-pl10 {
  padding-left: 10px !important;
}

.hlp-pl15 {
  padding-left: 15px !important;
}

.hlp-pl20 {
  padding-left: 20px !important;
}

.hlp-pl25 {
  padding-left: 25px !important;
}

.hlp-pl30 {
  padding-left: 30px !important;
}

.hlp-pl35 {
  padding-left: 35px !important;
}

.hlp-pl40 {
  padding-left: 40px !important;
}

.hlp-pl45 {
  padding-left: 45px !important;
}

.hlp-pl50 {
  padding-left: 50px !important;
}

.hlp-pl55 {
  padding-left: 55px !important;
}

.hlp-pl60 {
  padding-left: 60px !important;
}

/* ==========================================================================
   Layout
============================================================================= */
hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #e6e6e6;
  margin: 0;
}

.columns {
  margin: 0 -14px;
  *zoom: 1;
}
.columns:before, .columns:after {
  content: " ";
  display: table;
}
.columns:after {
  clear: both;
}

.columns_col {
  float: left;
  padding: 0 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 1px;
}

.col-1 {
  width: 8.33333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.columns_subCol {
  font-size: 85.71429%;
}
.columns_subCol .heading-rect {
  font-size: 116.66667%;
}

/*
   block
=================================================================== */
.wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.block-divideNone {
  padding-top: 30px;
}

.block-divideSolid {
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}

.block-divideDotted {
  padding-top: 30px;
  border-top: 1px dotted #e6e6e6;
}

.block-divideNone-small {
  padding-top: 20px;
}

.block-divideSolid-small {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.block-divideDotted-small {
  padding-top: 20px;
  border-top: 1px dotted #e6e6e6;
}

/*
   area
=================================================================== */
.area-btnItems {
  text-align: center;
  padding-top: 2px;
  margin-bottom: 30px;
}

/*
   Global Header
=================================================================== */
#header {
  line-height: 1;
  position: relative;
  padding-bottom: 70px;
}

.header_global {
  position: relative;
  z-index: 8;
  border-bottom: 1px solid #e6e6e6;
  font-size: 71.42857%;
}
.header_global a {
  color: #8e8e8f;
}

.header_global_inner {
  width: 960px;
  margin: 0 auto;
}

.header_logo {
  float: left;
  margin-top: 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header_logo img {
  vertical-align: top;
}

.header_logo-noscript {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 9px;
  width: 74px;
  height: 18px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("img/logo.png") left top no-repeat;
}

.header_btns,
.header_btns-noscript {
  float: right;
}

.header_btn-parents:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("img/icon_parent.png") left top no-repeat;
}
.header_btn-parents span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 94px;
  height: 10px;
  background: transparent url("img/text_parent.png") left top no-repeat;
}
.header_btn-parents:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("img/icon_parent.png") left bottom no-repeat;
}
.header_btn-parents:hover span {
  background: transparent url("img/text_parent.png") left bottom no-repeat;
}

.header_btn-calendar:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("img/icon_calendar.png") left top no-repeat;
}
.header_btn-calendar span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 71px;
  height: 10px;
  background: transparent url("img/text_calendar.png") left top no-repeat;
}
.header_btn-calendar:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("img/icon_calendar.png") left bottom no-repeat;
}
.header_btn-calendar:hover span {
  background: transparent url("img/text_calendar.png") left bottom no-repeat;
}

.header_btn-search:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  background: transparent url("img/icon_search_h.png") left top no-repeat;
}
.header_btn-search span {
  display: inline-block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 29px;
  height: 10px;
  background: transparent url("img/text_search.png") left top no-repeat;
}
.header_btn-search:hover:before {
  content: "　";
  overflow: hidden;
  text-indent: -100%;
  background: transparent url("img/icon_search_h.png") left bottom no-repeat;
}
.header_btn-search:hover span {
  background: transparent url("img/text_search.png") left bottom no-repeat;
}

.header_btnList {
  float: left;
  margin-right: 7px;
  height: 36px;
  overflow: hidden;
}
.header_btnList li {
  float: left;
  margin: 0 8px 0 7px;
}
.header_btnList li a {
  display: block;
  padding: 12px 0 10px;
}
.header_btnList li a span {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}
.header_btnList li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header_btn-menu {
  float: right;
  height: 36px;
  overflow: hidden;
}
.header_btn-menu li {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.header_btn-menu a {
  position: relative;
  display: block;
  padding: 6px 15px;
  background-color: #f6f6f6;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}
.header_btn-menu a:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: transparent url("img/icon_nav_close.png") left top no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}

.header_btn-menu a:hover {
  background: #f0f0f0;
}
.header_btn-menu a:hover img {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-animation: menu 0.35s ease;
          animation: menu 0.35s ease;
}
.header_btn-menu a:hover:before {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.header_btn-menu a.is-open img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: menuOpen 0s;
          animation: menuOpen 0s;
}
.header_btn-menu a.is-open:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header_btn-menu a.is-close:hover img {
  -webkit-animation: menuOpen 0s;
          animation: menuOpen 0s;
}
.header_btn-menu a span {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  margin-top: 7px;
  margin-right: 10px;
  width: 37px;
  height: 10px;
  background: transparent url("img/text_menu.png") left top no-repeat;
}
.header_btn-menu a.is-open span {
  background: transparent url("img/text_menu_close.png") left top no-repeat;
}

.header_btn-menu a img {
  vertical-align: top;
}

.ieLegacy .header_btn-menu a:before {
  display: none;
}
.ieLegacy .header_btn-menu a.is-open:before {
  content: "メニューをとじる";
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header_local {
  z-index: 5;
}

@-webkit-keyframes menu {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  15% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  40% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  65% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes menu {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  15% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  40% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  65% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*
   Mega Drop
=================================================================== */
.megadrop {
  position: absolute;
  overflow: hidden;
  width: 100%;
  background: #f6f6f6;
  display: none;
  z-index: 9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.megadrop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  display: none;
}
.megadrop_line-large {
  margin: 0 auto 28px;
  padding-top: 40px;
  width: 944px;
}
.megadrop_line-large li {
  width: 208px;
  height: 208px;
  margin: 0 14px;
  float: left;
}
.megadrop_line-large li a {
  display: block;
  width: 172px;
  height: 172px;
  border-width: 18px;
  border-style: solid;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.wiiu {
  border-color: #0096c8;
  background-image: url("img/nav_wiiu.png");
}

.ds3 {
  border-color: #ce181e;
  background-image: url("img/nav_3ds.png");
}

.amiibo {
  border-color: #000;
  background-image: url("img/nav_amiibo.png");
}

.ios_android{
  border-color: #009bbe;
  background-image: url("img/nav_ios-android.png");
}
.miitomo {
  border-color: #009bbe;
  background-image: url("img/nav_miitomo.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {

	.wiiu {
	  background-image: url("img/nav_wiiu_2x.png");
		background-size: 114px 120px;
	}
	.ds3 {
	  background-image: url("img/nav_3ds_2x.png");
		background-size: 114px 120px;
	}
	.amiibo {
	  background-image: url("img/nav_amiibo_2x.png");
		background-size: 114px 120px;
	}
    .ios_android {
	  background-image: url("img/nav_ios-android_2x.png");
		background-size: 114px 120px;
    }
	.miitomo {
	  background-image: url("img/nav_miitomo_2x.png");
		background-size: 114px 120px;
    }

}
.megadrop_line-small {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 944px;
}
.megadrop_line-small p {
  font-size: 85.71429%;
  text-align: center;
}
.megadrop_line_left {
  float: left;
  margin-left: 5px;
}
.megadrop_line_left li {
  width: 94px;
  height: 94px;
  margin: 0 10px 0 2px;
  float: left;
}
.megadrop_line_left li .megadrop_small_circle {
  display: block;
  position: relative;
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  border-width: 9px;
  border-style: solid;
  border-radius: 50%;
  border-color: #9e9e9f;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.megadrop_line_left li .megadrop_small_circle:before,
.megadrop_line_right li .megadrop_small_circle:before {
    width: 26px;
    height: 27px;
    position: absolute;
    top: 18px;
    left: 18px;
    display: block;
    content: "";
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}
.megadrop_line_left li .megadrop_small_circle:hover:before,
.megadrop_line_right li .megadrop_small_circle:hover:before {
    opacity: 1;
}

.topics .megadrop_small_circle {
  background-image: url("img/nav_topics.png");
}
.topics .megadrop_small_circle:hover {
    border-color: #2196f3;
}
.topics .megadrop_small_circle:before {
  background: url("img/nav_topics_ov.png") no-repeat 0 0;
}
.topics .megadrop_text {
  display: inline-block;
  width: 54px;
  height: 11px;
  white-space: nowrap;
  text-indent: -200%;
  overflow: hidden;
  background: url("img/nav_text_topics.png") no-repeat left top;
}

.release-calendar .megadrop_small_circle {
  background-image: url("img/nav_release_calendar.png");
}
.release-calendar .megadrop_small_circle:hover {
  border-color: #f5aa00;
}
.release-calendar .megadrop_small_circle:before {
  background: url("img/nav_release_calendar_ov.png") no-repeat 0 0;
}
.release-calendar .megadrop_text {
  display: inline-block;
  width: 81px;
  height: 12px;
  white-space: nowrap;
  text-indent: -200%;
  line-height: -200%;
  overflow: hidden;
  background: url("img/nav_text_release_calendar.png") no-repeat left top;
}

.movie .megadrop_small_circle {
  background-image: url("img/nav_movie.png");
}
.movie .megadrop_small_circle:hover {
  border-color: #fd4040;
}
.movie .megadrop_small_circle:before {
  top: 22px !important;
  background: url("img/nav_movie_ov.png") no-repeat 0 0;
}
.movie .megadrop_text {
  display: inline-block;
  width: 46px;
  height: 11px;
  white-space: nowrap;
  text-indent: -200%;
  line-height: -200%;
  overflow: hidden;
  background: url("img/nav_text_movie.png") no-repeat left top;
}

.support .megadrop_small_circle {
  background-image: url("img/nav_support.png");
}
.support .megadrop_small_circle:hover {
  border-color: #7b97b3;
}
.support .megadrop_small_circle:before {
  width: 31px !important;
  height: 31px !important;
  top: 16px !important;
  left: 16px !important;
  background: url("img/nav_support_ov.png") no-repeat 0 0;
}
.support .megadrop_text {
  display: inline-block;
  width: 70px;
  height: 12px;
  white-space: nowrap;
  text-indent: -200%;
  line-height: -200%;
  overflow: hidden;
  background: url("img/nav_text_support.png") no-repeat left top;
}

.corporate .megadrop_small_circle {
  background-image: url("img/nav_corporate.png");
}
.corporate .megadrop_small_circle:hover {
  border-color: #666565;
}
.corporate .megadrop_small_circle:before {
  width: 36px !important;
  height: 31px !important;
  top: 16px !important;
  left: 13px !important;
  background: url("img/nav_corporate_ov.png") no-repeat 0 0;
}
.corporate .megadrop_text {
  display: inline-block;
  width: 52px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("img/nav_text_corporate.png") no-repeat left top;
}

.megadrop_line_right {
  float: right;
}
.megadrop_line_right li {
  margin: 0 14px;
  float: left;
}
.megadrop_line_right li .megadrop_small_circle {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 13px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  background-color: #9e9e9f;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("img/nav_home.png");
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.megadrop_line_right li .megadrop_small_circle:hover {
  background-color: #c9c9d5;
}
.megadrop_line_right li .megadrop_text {
  display: inline-block;
  width: 71px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("img/nav_text_home.png") no-repeat left top;
}

.megadrop_line_right li .megadrop_text {
  display: inline-block;
  width: 71px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("img/nav_text_home.png") no-repeat left top;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {

	.topics .megadrop_small_circle {
	  background-image: url("img/nav_topics_2x.png");
		background-size: 26px 27px;
	}
	.topics .megadrop_text {
	  background-image: url("img/nav_text_topics_2x.png");
		background-size: 54px 11px;
	}

	.release-calendar .megadrop_small_circle {
	  background-image: url("img/nav_release_calendar_2x.png");
		background-size: 26px 27px;
	}
	.release-calendar .megadrop_text {
	  background-image: url("img/nav_text_release_calendar_2x.png");
		background-size: 81px 12px;
	}
    
    .movie .megadrop_small_circle {
	  background-image: url("img/nav_movie_2x.png");
		background-size: 26px 19px;
	}
	.movie .megadrop_text {
	  background-image: url("img/nav_text_movie_2x.png");
		background-size: 46px 11px;
	}

    .support .megadrop_small_circle {
	  background-image: url("img/nav_support_2x.png");
		background-size: 31px 31px;
	}
    .support .megadrop_text {
	  background-image: url("img/nav_text_support_2x.png");
		background-size: 70px 12px;
	}
    
	.corporate .megadrop_small_circle {
	  background-image: url("img/nav_corporate_2x.png");
		background-size: 36px 31px;
	}
	.corporate .megadrop_text {
	  background-image: url("img/nav_text_corporate_2x.png");
		background-size: 52px 13px;
	}

	.megadrop_line_right li .megadrop_small_circle {
	  background-image: url("img/nav_home_2x.png");
		background-size: 30px 28px;
	}
	.megadrop_line_right li .megadrop_text {
	  background-image: url("img/nav_text_home_2x.png");
		background-size: 71px 13px;
	}

}


.megadrop ul li .megadrop_circle.megadrop-noBound {
  opacity: 1;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0s linear 0s;
          transition: all 0s linear 0s;
}

.megadrop ul li .megadrop_circle.megadrop-showBound,
.megadrop ul li .megadrop_small_circle.megadrop-showBound {
  opacity: 1;
}

.megadrop ul li .megadrop_circle.megadrop-showBound {
  opacity: 1;
}

.megadrop ul li .megadrop_circle.megadrop-hoverBound {
  opacity: 1;
  -webkit-animation: bound 1s ease 0s both;
          animation: bound 1s ease 0s both;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0s linear 0s;
          transition: all 0s linear 0s;
}
.megadrop .megadrop_close{
  text-align: center;
  padding-bottom: 36px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.megadrop .megadrop_close.megadrop-showBound {
  opacity: 1;
}
.megadrop .megadrop_close a{
  display: inline-block;
  line-height: 1;
  padding: 12px 55px 12px 73px;
  border-width: 2px;
  border-style: solid;
  border-radius: 22px;
  border-color: #9e9e9f;
  color: #9e9e9f;
  position: relative;
  overflow: hidden;
  background: #FFF;
  text-decoration: none;
  font-family: HelveticaNeue,Helvetica Neue,Helvetica,Arial,Roboto,"Droid Sans",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.megadrop .megadrop_close a:hover{
  border-color: #434a54;
  color: #434a54;
}
.megadrop .megadrop_close a:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 14px;
  background: transparent url(img/icon_megadrop-close_pc.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
	.megadrop .megadrop_close a:before {
	  background: transparent url(img/icon_megadrop-close_pc_2x.png) 0 0 no-repeat;
		background-size: 17px 34px;
	}
}

.megadrop .megadrop_close a:hover:before{
  background-position: 0 100%;
}

/*
   Topic Path (TOP)
=================================================================== */

.topicPath {
  color: #8d8d8e;
}
.topicPath a {
  color: #7a97b2;
}
.topicPath .topicPath_inner {
  width: 960px;
  margin: 0 auto;
  line-height: 36px;
  height: 36px;
  font-size: 71.42857%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topicPath .topicPath_inner span {
  margin: 0 16px;
  vertical-align: 0;
}
.topicPath .topicPath_inner span:first-child {
  margin-left: 0;
}
.topicPath .topicPath_inner span:first-child img {
  vertical-align: -3px;
}
.topicPath .topicPath_inner img {
  vertical-align: -14px;
}

/*
   Search Modal
=================================================================== */
.modal-search-bg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: alpha(opacity=35);
  opacity: 0.35;
}

.modal-search {
  position: absolute;
  z-index: 1020;
  display: none;
  text-align: left;
  top: 0px;
  left: 50%;
  width: 790px;
  margin-left: -395px;
}

.modal-search-close {
  position: absolute;
  right: 0;
  top: 26px;
  margin-right: -50px;
  z-index: -1;
  background: url("img/btn_close_off.png") 0 0 no-repeat;
  display: block;
  height: 62px;
  width: 57px;
}
.modal-search-close:hover {
  background: url("img/btn_close_on.png") 0 0 no-repeat;
}

/*
   Topic Path (Bottom)
=================================================================== */
.topicPath-footer {
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #8d8d8e;
  margin-top: 20px;
}
.topicPath-footer a {
  color: #7a97b2;
}
.topicPath-footer a:hover, .topicPath-footer a:visited, .topicPath-footer a:active, .topicPath-footer a:focus {
  color: #7a97b2;
}
.topicPath-footer .topicPath_inner {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  line-height: 36px;
  height: 36px;
  font-size: 71.42857%;
  overflow: hidden;
}
.topicPath-footer .topicPath_inner span {
  margin: 0 16px;
}
.topicPath-footer .topicPath_inner span:first-child {
  margin-left: 0;
}
.topicPath-footer .topicPath_inner span img {
  vertical-align: -3px;
}
.topicPath-footer .topicPath_path {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 816px;
}
.topicPath-footer .topicPath_path img {
  vertical-align: -14px;
}
.topicPath-footer .topicPath_sns {
  float: right;
  border-left: 1px solid #e6e6e6;
  padding: 7px 0 0 16px;
}
.topicPath-footer .topicPath_sns li {
  float: left;
  margin-right: 0;
}
.topicPath-footer .topicPath_sns li:first-child {
  margin-right: 10px;
}

/*
   Footer
=================================================================== */
#footer {
  background-color: #eee;
}

.footer_logo {
  width: 960px;
  margin: 0 auto 30px;
  padding-top: 30px;
}

.footer_grids {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.footer_grids_grid {
  float: left;
  width: 163px;
  padding-right: 20px;
}

.footer_links > dt {
  margin-bottom: 10px;
  font-size: 92.85714%;
}
.footer_links > dd {
  font-size: 85.71429%;
}

.footer_links_list li {
  margin-top: 7px;
}
.footer_links_list li a {
  display: inline-block;
  color: #9E9E9F;
  padding-left: 15px;
}
.footer_links_list li a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 0 -15px;
  width: 10px;
  height: 10px;
  background: transparent url("img/arrow_link_00.png") left top no-repeat;
}
.footer_links_list li:first-child {
  margin-top: 5px;
}

.footer_global-links {
  background-color: #eee;
}
.footer_global-links_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 85.71429%;
}
.footer_global-links_inner a {
  color: #7e7e7f;
}
.footer_global-links_inner a:before {
  content: "";
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
}
.footer_global-links_inner a:hover {
  color: #7e7e7f;
  text-decoration: underline;
}
.footer_global-links_inner a:active, .footer_global-links_inner a:visited {
  color: #7e7e7f;
}
.footer_global-links_left {
  float: left;
}
.footer_global-links_left li {
  float: left;
  margin-right: 19px;
}
.footer_global-links_right {
  float: right;
}
.footer_global-links_right li {
  float: left;
}
.footer_link-home:before {
  background: transparent url("img/arrow_other_00.png") left top no-repeat;
}
.footer_link-wiiu:before {
  background: transparent url("img/arrow_wiiu_00.png") left top no-repeat;
}
.footer_link-3ds:before {
  background: transparent url("img/arrow_3ds_00.png") left top no-repeat;
}
.footer_link-amiibo:before {
  background: transparent url("img/arrow_amiibo_00.png") left top no-repeat;
}
.footer_link-support:before {
  background: transparent url("img/arrow_support_00.png") left top no-repeat;
}
.footer_link-sitemap:before {
  background: transparent url("img/arrow_link_00.png") left top no-repeat;
}
.footer_global {
  background-color: #fff;
}
.footer_global_inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
}
.footer_global_copyright {
  padding-top: 25px;
  margin-left: 2px;
  width: 89px;
  height: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("img/copyright.png") left bottom no-repeat;
}
.footer_global_totop {
  position: absolute;
  display: block;
  top: 16px;
  right: 0;
  width: 28px;
  height: 28px;
}
.footer_global_totop img {
  vertical-align: top;
}

/* ==========================================================================
   Object
============================================================================= */
/*
   Heading
=================================================================== */
.heading-lv2 {
  font-size: 142.85714%;
  margin-bottom: 25px;
  line-height: 1;
}
.heading-lv2:before {
  content: "";
  display: inline-block;
  vertical-align: -5px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: transparent url(img/icon_hlv2.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .heading-lv2:before {
    background-image: url(img/icon_hlv2@2x.png);
    background-size: 26px 26px;
  }
}

.heading-lv3 {
  font-size: 128.57143%;
  margin-bottom: 25px;
  line-height: 1;
}
.heading-lv3:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 6px;
  height: 20px;
  margin-right: 10px;
  background: transparent url(img/icon_hlv3.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .heading-lv3:before {
    background-image: url(img/icon_hlv3@2x.png);
    background-size: 26px 26px;
  }
}

.heading-lv4 {
  font-size: 114.28571%;
  margin-bottom: 14px;
}

.heading-rect {
  font-size: 114.28571%;
  background-color: #e6e6e6;
  padding: 14px 15px 12px;
}

/*
   Header
=================================================================== */
.header-hasContent h1, .header-hasContent h2, .header-hasContent h3, .header-hasContent h4, .header-hasContent h5, .header-hasContent h6 {
  float: left;
}
.header_content {
  float: right;
  vertical-align: top;
}

/*
   rect
=================================================================== */
.rect, .rect-margin00, .rect-margin01 {
  display: block;
  border: 3px solid #e6e6e6;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
}

/* 枠なし */
.rect-noBorder, .rect-noBorder-margin00, .rect-noBorder-margin01,
.rect-item {
  display: block;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
}

/* margin付き */
.rect-margin00 {
  margin-bottom: 12px;
}

.rect-margin01 {
  margin-bottom: 14px;
}

.rect-noBorder-margin00 {
  margin-bottom: 12px;
}

.rect-noBorder-margin01 {
  margin-bottom: 14px;
}

/* 色バリエーション */
.rect-wiiu {
  border-color: #0096c8;
}
.rect-wiiu:visited {
  border-color: #0096c8;
}
.rect-wiiu.link_label:after {
  background: transparent url(img/link_label_wiiu.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-wiiu.link_label:after {
    background-image: url(img/link_label_wiiu@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-wiiu:hover {
  border-color: #4cb5d8;
}
a.rect-wiiu:hover.link_label:after {
  opacity: 0.8;
}

.rect-3ds {
  border-color: #ce181e;
}
.rect-3ds:visited {
  border-color: #ce181e;
}
.rect-3ds.link_label:after {
  background: transparent url(img/link_label_3ds.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-3ds.link_label:after {
    background-image: url(img/link_label_3ds@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-3ds:hover {
  border-color: #e72026;
}
a.rect-3ds:hover.link_label:after {
  opacity: 0.8;
}

.rect-wii {
  border-color: #34beed;
}
.rect-wii:visited {
  border-color: #34beed;
}
.rect-wii.link_label:after {
  background: transparent url(img/link_label_wii.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-wii.link_label:after {
    background-image: url(img/link_label_wii@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-wii:hover {
  border-color: #38cdff;
}
a.rect-wii:hover.link_label:after {
  opacity: 0.8;
}

.rect-ds {
  border-color: #ff458c;
}
.rect-ds:visited {
  border-color: #ff458c;
}
.rect-ds.link_label:after {
  background: transparent url(img/link_label_ds.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-ds.link_label:after {
    background-image: url(img/link_label_ds@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-ds:hover {
  border-color: #fc74a9;
}
a.rect-ds:hover.link_label:after {
  opacity: 0.8;
}

.rect-online {
  border-color: #ff7d00;
}
.rect-online:visited {
  border-color: #ff7d00;
}
.rect-online.link_label:after {
  background: transparent url(img/link_label_online.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-online.link_label:after {
    background-image: url(img/link_label_online@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-online:hover {
  border-color: #ff9733;
}
a.rect-online:hover.link_label:after {
  opacity: 0.8;
}

.rect-info {
  border-color: #49b6c2;
}
.rect-info:visited {
  border-color: #49b6c2;
}
.rect-info.link_label:after {
  background: transparent url(img/link_label_info.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .rect-info.link_label:after {
    background-image: url(img/link_label_info@2x.png);
    background-size: 30px 30px;
  }
}

a.rect-info:hover {
  border-color: #6dc5ce;
}
a.rect-info:hover.link_label:after {
  opacity: 0.8;
}

/*
   rect inner
=================================================================== */
/* inner */
.rect_inner {
  padding: 17px;
}

.rect_inner-border {
  padding: 17px;
  border: 3px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 14px 14px;
}

/* inner 横区切り線 */
.rect_inner_divider {
  height: 3px;
  margin: 17px -17px;
  display: block;
  background: #e6e6e6;
  border: none;
}

/* inner 画像 テキスト 横並び用 */
.rect_inner-lineupSS {
  display: table;
  padding: 7px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.rect_inner-lineupS {
  display: table;
  padding: 13px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.rect_inner-lineupL {
  display: table;
  padding: 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.rect_inner-lineup_img {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.rect_inner-lineup_img img {
  display: block;
}
.rect_inner-lineup_text {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding-left: 13px;
  vertical-align: middle;
}

/*
   lineup
=================================================================== */
.lineup {
  display: table;
}
.lineup_icon {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.lineup_icon img {
  display: block;
}
.lineup_text {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  padding-left: 13px;
  vertical-align: middle;
}

/*
   separate
=================================================================== */
/* 横separate 2分割 */
.separate-half {
  display: table;
  width: 100%;
}
.separate-half_left {
  display: table-cell;
  width: 50%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.separate-half_left .separate_inner {
  padding: 30px 28px 0 0;
}
.separate-half_right, .separate-half_right-solid, .separate-half_right-dotted {
  display: table-cell;
  width: 50%;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.separate-half_right .separate_inner, .separate-half_right-solid .separate_inner, .separate-half_right-dotted .separate_inner {
  padding: 30px 0 0 28px;
}
.separate-half_right-solid {
  border-left: 1px solid #e6e6e6;
}
.separate-half_right-dotted {
  border-left: 1px dotted #e6e6e6;
}

/* 縦separate */
.separate-vertical .separate_inner {
  border-top: 1px dotted #ddd;
}
.separate-vertical .separate_inner:first-child {
  border-top: 0;
}

/*
   table set
=================================================================== */
.tableSet {
  margin: 30px 0;
  border-top: 1px solid #e6e6e6;
}
.tableSet-row {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #e6e6e6;
}
.tableSet-head {
  display: table-cell;
  width: 35%;
  padding: 20px 22px;
  background: #f6f6f6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  vertical-align: middle;
}
.tableSet-data {
  display: table-cell;
  width: 65%;
  padding: 20px 22px;
  border-left: 1px solid #e6e6e6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/*
   list
=================================================================== */
.list-vertical li {
  margin-top: 0.57143em;
}
.list-vertical li:first-child {
  margin-top: 0;
}

.list-vertical-dotted {
  margin-bottom: 2.14286em;
}
.list-vertical-dotted li {
  padding-top: 1.07143em;
  margin-top: 1.07143em;
  border-top: 1px dotted #e6e6e6;
}
.list-vertical-dotted li:first-child {
  margin-top: 0;
}

.list-horizontal li {
  float: left;
  margin-right: 30px;
  margin-bottom: 0.57143em;
}
.list-horizontal li:last-child {
  margin-left: 0;
}

.list-footnote li {
  margin-top: 0.57143em;
  padding-left: 1.1em;
  font-size: 85.71429%;
}
.list-footnote li:first-child {
  margin-top: 0;
}
.list-footnote li:before {
  content: '※';
  margin-left: -1.1em;
}

.list-disc {
  margin-bottom: 1.42857em;
}
.list-disc li {
  margin-left: 2em;
  margin-bottom: 0.57143em;
  list-style-type: disc;
}

.list-decimal {
  margin-bottom: 1.42857em;
}
.list-decimal li {
  margin-left: 2em;
  margin-bottom: 0.57143em;
  list-style-type: decimal;
}

.list-lineup {
  margin-bottom: 1.42857em;
}
.list-lineup li {
  margin-top: 0.57143em;
}
.list-lineup li:first-child {
  margin-top: 0;
}

.list-alignRight li {
  text-align: right;
  margin-top: 0.57143em;
}

/*
   form
=================================================================== */
.form {
  text-align: center;
  margin-bottom: 30px;
}
.form input {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  outline: none;
}
.form_text {
  width: 600px;
  padding: 11px 22px 10px;
  height: 40px;
  margin: 0 7px;
  border-radius: 20px;
  background: #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  font-size: 85.71429%;
  vertical-align: top;
  -webkit-transition: 0.3s ease 0s;
          transition: 0.3s ease 0s;
}
.form_text:focus {
  background: #efefef;
}
.form_btn {
  height: 40px;
  padding: 0 32px 0 53px;
  margin: 0 7px;
  border-radius: 20px;
  color: #fff;
  background: #434a54 url("img/icon_search_00.png") 29px center no-repeat;
  cursor: pointer;
}
.form_btn:hover {
  opacity: 0.75;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
/*
  -webkit-animation: btnHover 0.4s 1;
          animation: btnHover 0.4s 1;
*/
}

.searchKeyword {
  margin: 0 14px;
  text-align: center;
}
.searchKeyword .search_text {
  display: inline-block;
  margin: 0 7px 0 0;
  padding-top: 7px;
  font-size: 114.28571%;
  color: #434a52;
  vertical-align: top;
}
.searchKeyword .form {
  position: relative;
  display: inline-block;
}
.searchKeyword .form_text {
  width: 600px;
  padding: 11px 40px 10px 22px;
  height: 40px;
  margin: 0 7px;
  border-radius: 20px;
  background: #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
  font-size: 85.71429%;
  vertical-align: top;
}
.searchKeyword .form_btn {
  height: 40px;
  width: 30px;
  padding: 0;
  margin: 0 0 0 -45px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: transparent url("img/icon_search_01.png") center center no-repeat;
}

/*
   text
=================================================================== */
.paragraph {
  margin-bottom: 12px;
}

.text-caption {
  margin-bottom: 28px;
  font-size: 85.71429%;
}

.text-emphasis {
  font-size: 114.28571%;
}

.text-en {
  font-size: 108%;
}

/*
   btn
=================================================================== */
button {
  background: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.btn {
  display: inline-block;
  line-height: 1;
  padding: 14px 28px 14px 27px;
  border-radius: 20px;
  color: #000;
  font-size: 85.71429%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
/*
  -webkit-animation: btnHover 0.4s 1;
          animation: btnHover 0.4s 1;
*/
}
.btn:visited, .btn:active, .btn:focus {
  color: #000;
}
.btn:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.btn-small {
  display: inline-block;
  line-height: 1;
  padding: 8px 17px 8px 15px;
  border-radius: 13px;
  color: #fff;
  font-size: 71.42857%;
  background: #000;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.btn-small:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: btnHover 0.4s 1;
          animation: btnHover 0.4s 1;
}
.btn-small:visited, .btn-small:active, .btn-small:focus {
  color: #fff;
}
.btn-small:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}

.btn-border {
  display: inline-block;
  line-height: 1;
  padding: 11px 20px 11px 17px;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
  color: #000;
  font-size: 85.71429%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.btn-border:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation: btnHover 0.4s 1;
          animation: btnHover 0.4s 1;
}
.btn-border:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: transparent url(img/arrow_link_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .btn-border:before {
    background-image: url(img/arrow_link_00@2x.png);
    background-size: 10px 10px;
  }
}
.btn-border:hover, .btn-border:visited, .btn-border:active, .btn-border:focus {
  color: #000;
}

.btn-borderS {
  display: inline-block;
  line-height: 1;
  padding: 6px 15px 5px 13px;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
  color: #000;
  font-size: 71.42857%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.btn-borderS:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
/*
  -webkit-animation: btnHover 0.4s 1;
          animation: btnHover 0.4s 1;
*/
}
.btn-borderS:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 7px;
  background: transparent url(img/arrow_link_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .btn-borderS:before {
    background-image: url(img/arrow_link_00@2x.png);
    background-size: 10px 10px;
  }
}
.btn-borderS:hover, .btn-borderS:visited, .btn-borderS:active, .btn-borderS:focus {
  color: #000;
}

.btn-borderS-back:before {
  background: transparent url(img/arrow_link_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .btn-borderS-back:before {
    background-image: url(img/arrow_link_01@2x.png);
    background-size: 10px 10px;
  }
}

.ieLegacy .btn:after, .ieLegacy .btn-small:after, .ieLegacy .btn-border:after, .ieLegacy .btn-borderS:after {
  display: none;
}

@-webkit-keyframes btnHover {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  75% {
    -webkit-transform: scale(0.97, 1.03);
            transform: scale(0.97, 1.03);
  }
}

@keyframes btnHover {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  75% {
    -webkit-transform: scale(0.97, 1.03);
            transform: scale(0.97, 1.03);
  }
}
/*
   Link
=================================================================== */
.link-arrow, .link-arrow-inline, .link-arrowinTxt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.link-arrow:before, .link-arrow-inline:before, .link-arrowinTxt:before {
  content: "";
  display: inline-block;
  vertical-align: 0px;
  width: 10px;
  height: 10px;
  background: transparent url("img/arrow_link_00.png") left top no-repeat;
}

.link-arrow {
  padding-left: 17px;
}
.link-arrowinTxt {
  padding: 0 5px;
}
.link-arrowinTxt:before{
  margin-left: 12px;
  margin-right: 4px;
}

.link-arrow:before {
  margin-left: -17px;
  margin-right: 7px;
}

.link-arrow-inline {
  margin: 0 3px;
  padding-left: 12px;
}
.link-arrow-inline:before {
  margin-left: -12px;
  margin-right: 2px;
}

.link-blank, .link-blank-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.link-blank:before, .link-blank-inline:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  background: transparent url(img/blank_link_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .link-blank:before, .link-blank-inline:before {
    background-image: url(img/blank_link_00@2x.png);
    background-size: 10px 10px;
  }
}

.link-blank {
  padding-left: 17px;
}
.link-blank:before {
  margin-left: -17px;
  margin-right: 7px;
}

.link-blank-inline {
  margin: 0 5px;
  padding-left: 12px;
}
.link-blank-inline:before {
  margin-left: -12px;
  margin-right: 2px;
}

.link-back {
  padding-left: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.link-back:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-left: -17px;
  margin-right: 7px;
  background: transparent url(img/arrow_link_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .link-back:before {
    background-image: url(img/arrow_link_01@2x.png);
    background-size: 10px 10px;
  }
}

.icon-blank {
  margin-left: 7px;
  vertical-align: 0px;
}

.link-pdf {
  padding-left: 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.link-pdf:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  width: 14px;
  height: 16px;
  margin-left: -17px;
  margin-right: 7px;
  background: transparent url(img/icon_pdf_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .link-pdf:before {
    background-image: url(img/icon_pdf_00@2x.png);
    background-size: 14px 16px;
  }
}

.link_label {
  position: relative;
}
.link_label:hover {
  border-color: #7a97b2;
}
.link_label:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: transparent url(img/link_label.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .link_label:after {
    background-image: url(img/link_label@2x.png);
    background-size: 30px 30px;
  }
}

/* ==========================================================================
   Animateion Keyframe
============================================================================= */
@-webkit-keyframes bound {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.388889% {
    -webkit-transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.777778% {
    -webkit-transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.555556% {
    -webkit-transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.944444% {
    -webkit-transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.722222% {
    -webkit-transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.111111% {
    -webkit-transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.888889% {
    -webkit-transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.277778% {
    -webkit-transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.055556% {
    -webkit-transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.444444% {
    -webkit-transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.222222% {
    -webkit-transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.611111% {
    -webkit-transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.388889% {
    -webkit-transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.777778% {
    -webkit-transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.555556% {
    -webkit-transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.944444% {
    -webkit-transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.722222% {
    -webkit-transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.111111% {
    -webkit-transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.888889% {
    -webkit-transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.277778% {
    -webkit-transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.055556% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.444444% {
    -webkit-transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.222222% {
    -webkit-transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.611111% {
    -webkit-transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.388889% {
    -webkit-transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.777778% {
    -webkit-transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55.555556% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.944444% {
    -webkit-transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.722222% {
    -webkit-transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.111111% {
    -webkit-transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.888889% {
    -webkit-transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.277778% {
    -webkit-transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.055556% {
    -webkit-transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.444444% {
    -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.222222% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.611111% {
    -webkit-transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.388889% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.777778% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.555556% {
    -webkit-transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.944444% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.722222% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.111111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.888889% {
    -webkit-transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.277778% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.055556% {
    -webkit-transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  94.444444% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.222222% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.611111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.388889% {
    -webkit-transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05412, 0, 0, 0, 0, 1.06887, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.777778% {
    -webkit-transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09288, 0, 0, 0, 0, 1.11451, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1156, 0, 0, 0, 0, 1.13462, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5.555556% {
    -webkit-transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12321, 0, 0, 0, 0, 1.13112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.944444% {
    -webkit-transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.11787, 0, 0, 0, 0, 1.109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10255, 0, 0, 0, 0, 1.07507, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.722222% {
    -webkit-transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08057, 0, 0, 0, 0, 1.03656, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.111111% {
    -webkit-transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05525, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0296, 0, 0, 0, 0, 0.9704, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.888889% {
    -webkit-transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00607, 0, 0, 0, 0, 0.95079, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15.277778% {
    -webkit-transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98644, 0, 0, 0, 0, 0.94214, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97182, 0, 0, 0, 0, 0.94365, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.055556% {
    -webkit-transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96261, 0, 0, 0, 0, 0.95315, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.444444% {
    -webkit-transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95865, 0, 0, 0, 0, 0.96774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95929, 0, 0, 0, 0, 0.98429, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.222222% {
    -webkit-transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96362, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.611111% {
    -webkit-transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97051, 0, 0, 0, 0, 1.01272, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97885, 0, 0, 0, 0, 1.02115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.388889% {
    -webkit-transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98757, 0, 0, 0, 0, 1.02487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.777778% {
    -webkit-transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99579, 0, 0, 0, 0, 1.02422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00284, 0, 0, 0, 0, 1.02014, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30.555556% {
    -webkit-transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00829, 0, 0, 0, 0, 1.01387, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.944444% {
    -webkit-transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01192, 0, 0, 0, 0, 1.00675, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01375, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  34.722222% {
    -webkit-transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01395, 0, 0, 0, 0, 0.99453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.111111% {
    -webkit-transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01281, 0, 0, 0, 0, 0.99091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01069, 0, 0, 0, 0, 0.98931, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.888889% {
    -webkit-transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00797, 0, 0, 0, 0, 0.98959, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40.277778% {
    -webkit-transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00503, 0, 0, 0, 0, 0.99135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00218, 0, 0, 0, 0, 0.99404, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.055556% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 0.9971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  44.444444% {
    -webkit-transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99767, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99626, 0, 0, 0, 0, 1.00235, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.222222% {
    -webkit-transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99547, 0, 0, 0, 0, 1.00391, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.611111% {
    -webkit-transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99526, 0, 0, 0, 0, 1.00459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99553, 0, 0, 0, 0, 1.00447, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.388889% {
    -webkit-transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99616, 0, 0, 0, 0, 1.00372, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.777778% {
    -webkit-transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99703, 0, 0, 0, 0, 1.00256, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 1.00125, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55.555556% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.944444% {
    -webkit-transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99988, 0, 0, 0, 0, 0.99899, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00061, 0, 0, 0, 0, 0.99832, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  59.722222% {
    -webkit-transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00115, 0, 0, 0, 0, 0.99803, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.111111% {
    -webkit-transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00147, 0, 0, 0, 0, 0.99808, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0016, 0, 0, 0, 0, 0.9984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.888889% {
    -webkit-transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00155, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65.277778% {
    -webkit-transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00137, 0, 0, 0, 0, 0.99946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00109, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.055556% {
    -webkit-transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00077, 0, 0, 0, 0, 1.00043, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.444444% {
    -webkit-transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00043, 0, 0, 0, 0, 1.00072, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.222222% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1.00083, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.611111% {
    -webkit-transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99966, 0, 0, 0, 0, 1.00069, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1.00047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.388889% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.777778% {
    -webkit-transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99947, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99952, 0, 0, 0, 0, 0.99981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.555556% {
    -webkit-transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.9996, 0, 0, 0, 0, 0.99969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.944444% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99964, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  84.722222% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.9997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.111111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 0.9998, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0001, 0, 0, 0, 0, 0.9999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.888889% {
    -webkit-transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90.277778% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00008, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00018, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.055556% {
    -webkit-transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00017, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  94.444444% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00011, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.222222% {
    -webkit-transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00007, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.611111% {
    -webkit-transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00003, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes bound-show {
  0% {
    -webkit-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(0.13823, 0, 0, 0, 0, 0.19361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.13823, 0, 0, 0, 0, 0.19361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.2909, 0, 0, 0, 0, 0.41838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.2909, 0, 0, 0, 0, 0.41838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(0.44674, 0, 0, 0, 0, 0.6417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.44674, 0, 0, 0, 0, 0.6417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.59685, 0, 0, 0, 0, 0.84028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.59685, 0, 0, 0, 0, 0.84028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.11482, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.85548, 0, 0, 0, 0, 1.11482, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(0.95693, 0, 0, 0, 0, 1.18519, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95693, 0, 0, 0, 0, 1.18519, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.03794, 0, 0, 0, 0, 1.21612, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03794, 0, 0, 0, 0, 1.21612, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(1.09883, 0, 0, 0, 0, 1.21542, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09883, 0, 0, 0, 0, 1.21542, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.14088, 0, 0, 0, 0, 1.19205, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14088, 0, 0, 0, 0, 1.19205, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(1.16611, 0, 0, 0, 0, 1.15487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16611, 0, 0, 0, 0, 1.15487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.17694, 0, 0, 0, 0, 1.1117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17694, 0, 0, 0, 0, 1.1117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(1.17603, 0, 0, 0, 0, 1.06881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17603, 0, 0, 0, 0, 1.06881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.16606, 0, 0, 0, 0, 1.03067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16606, 0, 0, 0, 0, 1.03067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.12889, 0, 0, 0, 0, 0.97795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12889, 0, 0, 0, 0, 0.97795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.10606, 0, 0, 0, 0, 0.96444, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10606, 0, 0, 0, 0, 0.96444, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.95849, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08275, 0, 0, 0, 0, 0.95849, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0603, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0603, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.0397, 0, 0, 0, 0, 0.96312, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0397, 0, 0, 0, 0, 0.96312, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.02162, 0, 0, 0, 0, 0.97026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02162, 0, 0, 0, 0, 0.97026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.97855, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00644, 0, 0, 0, 0, 0.97855, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(0.99432, 0, 0, 0, 0, 0.98678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99432, 0, 0, 0, 0, 0.98678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.98522, 0, 0, 0, 0, 0.99411, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98522, 0, 0, 0, 0, 0.99411, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00424, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00424, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(0.97354, 0, 0, 0, 0, 1.00683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97354, 0, 0, 0, 0, 1.00683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.97367, 0, 0, 0, 0, 1.00797, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97367, 0, 0, 0, 0, 1.00797, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.00708, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97763, 0, 0, 0, 0, 1.00708, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(0.98072, 0, 0, 0, 0, 1.00571, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98072, 0, 0, 0, 0, 1.00571, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.98414, 0, 0, 0, 0, 1.00412, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98414, 0, 0, 0, 0, 1.00412, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00254, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00254, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99869, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99869, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1.00221, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00221, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1.00372, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00372, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99921, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99921, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bound-show {
  0% {
    -webkit-transform: matrix3d(0.00001, 0, 0, 0, 0, 0.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.00001, 0, 0, 0, 0, 0.00001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  1.666667% {
    -webkit-transform: matrix3d(0.13823, 0, 0, 0, 0, 0.19361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.13823, 0, 0, 0, 0, 0.19361, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.2909, 0, 0, 0, 0, 0.41838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.2909, 0, 0, 0, 0, 0.41838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  5% {
    -webkit-transform: matrix3d(0.44674, 0, 0, 0, 0, 0.6417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.44674, 0, 0, 0, 0, 0.6417, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.59685, 0, 0, 0, 0, 0.84028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.59685, 0, 0, 0, 0, 0.84028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.73459, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.85548, 0, 0, 0, 0, 1.11482, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.85548, 0, 0, 0, 0, 1.11482, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  11.666667% {
    -webkit-transform: matrix3d(0.95693, 0, 0, 0, 0, 1.18519, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95693, 0, 0, 0, 0, 1.18519, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(1.03794, 0, 0, 0, 0, 1.21612, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03794, 0, 0, 0, 0, 1.21612, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  15% {
    -webkit-transform: matrix3d(1.09883, 0, 0, 0, 0, 1.21542, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.09883, 0, 0, 0, 0, 1.21542, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.14088, 0, 0, 0, 0, 1.19205, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14088, 0, 0, 0, 0, 1.19205, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.333333% {
    -webkit-transform: matrix3d(1.16611, 0, 0, 0, 0, 1.15487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16611, 0, 0, 0, 0, 1.15487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(1.17694, 0, 0, 0, 0, 1.1117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17694, 0, 0, 0, 0, 1.1117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.666667% {
    -webkit-transform: matrix3d(1.17603, 0, 0, 0, 0, 1.06881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.17603, 0, 0, 0, 0, 1.06881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(1.16606, 0, 0, 0, 0, 1.03067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.16606, 0, 0, 0, 0, 1.03067, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.14957, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(1.12889, 0, 0, 0, 0, 0.97795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.12889, 0, 0, 0, 0, 0.97795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  28.333333% {
    -webkit-transform: matrix3d(1.10606, 0, 0, 0, 0, 0.96444, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.10606, 0, 0, 0, 0, 0.96444, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(1.08275, 0, 0, 0, 0, 0.95849, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.08275, 0, 0, 0, 0, 0.95849, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.666667% {
    -webkit-transform: matrix3d(1.0603, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0603, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.0397, 0, 0, 0, 0, 0.96312, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.0397, 0, 0, 0, 0, 0.96312, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35% {
    -webkit-transform: matrix3d(1.02162, 0, 0, 0, 0, 0.97026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02162, 0, 0, 0, 0, 0.97026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(1.00644, 0, 0, 0, 0, 0.97855, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00644, 0, 0, 0, 0, 0.97855, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  38.333333% {
    -webkit-transform: matrix3d(0.99432, 0, 0, 0, 0, 0.98678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99432, 0, 0, 0, 0, 0.98678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.98522, 0, 0, 0, 0, 0.99411, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98522, 0, 0, 0, 0, 0.99411, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97893, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00424, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00424, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45% {
    -webkit-transform: matrix3d(0.97354, 0, 0, 0, 0, 1.00683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97354, 0, 0, 0, 0, 1.00683, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.97367, 0, 0, 0, 0, 1.00797, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97367, 0, 0, 0, 0, 1.00797, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  48.333333% {
    -webkit-transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97516, 0, 0, 0, 0, 1.00795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.97763, 0, 0, 0, 0, 1.00708, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.97763, 0, 0, 0, 0, 1.00708, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  51.666667% {
    -webkit-transform: matrix3d(0.98072, 0, 0, 0, 0, 1.00571, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98072, 0, 0, 0, 0, 1.00571, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.98414, 0, 0, 0, 0, 1.00412, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98414, 0, 0, 0, 0, 1.00412, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  55% {
    -webkit-transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00254, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98762, 0, 0, 0, 0, 1.00254, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99098, 0, 0, 0, 0, 1.00113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99406, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99677, 0, 0, 0, 0, 0.99919, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  61.666667% {
    -webkit-transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99869, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99904, 0, 0, 0, 0, 0.99869, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00085, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  65% {
    -webkit-transform: matrix3d(1.00221, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00221, 0, 0, 0, 0, 0.99847, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00315, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00315, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.333333% {
    -webkit-transform: matrix3d(1.00372, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00372, 0, 0, 0, 0, 0.9989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99921, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00396, 0, 0, 0, 0, 0.99921, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  71.666667% {
    -webkit-transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00394, 0, 0, 0, 0, 0.99951, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00371, 0, 0, 0, 0, 0.99978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00335, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00288, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  78.333333% {
    -webkit-transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00237, 0, 0, 0, 0, 1.00025, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00185, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.666667% {
    -webkit-transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00135, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00089, 0, 0, 0, 0, 1.00026, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85% {
    -webkit-transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00048, 0, 0, 0, 0, 1.00021, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00014, 0, 0, 0, 0, 1.00015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  88.333333% {
    -webkit-transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99987, 0, 0, 0, 0, 1.00009, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99967, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99953, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99997, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99941, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  98.333333% {
    -webkit-transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99944, 0, 0, 0, 0, 0.99994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}