@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: #4b4b4b;
  min-width: 960px;
  font-size: 87.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

input,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

input {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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, .footer:after, .twitter-container .account_others:after, .guide_topicPath:after, .sitemap_header:after, .sitemap_col:after, .sitemap_lists_col2:after, .sitemap_lists_col4:after {
  content: "";
  display: table;
  clear: both;
}

body {
}

.sitemap_header h2 {
  font-weight: normal;
}

.sitemap_header p, .sitemap_other dt, .sitemap_other_inner > li {
  font-weight: bold;
}

.link_about {
}

.link_name {
  font-weight: bold;
}

/* ==========================================================================
   Layout
============================================================================= */
.no-js {
  height: 100%;
}
.no-js body {
  height: 100%;
  min-height: 400px;
}

body {
  position: relative;
  background: #efefef;
}

a:hover {
  text-decoration: none;
}
#loader{
  display: none;
}

#wrapper {
  /*visibility: hidden;*/
  height: 100%;
  overflow: hidden;
}

#wrapper.show {
  height: auto;
  overflow: visible;
  background: #303030;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/*
   Left bar
========================================================= */
.ieLegacy .bar-left,
.isWiiU .bar-left,
.isSmall .bar-left {
  position: absolute;
}

.ieLegacy .bar-left {
  border-right: 1px solid #e6e6e6;
}

.bar-left {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  min-width: 96px;
  max-width: 126px;
  border-radius: 0 9px 9px 0;
  background: #ffffff;
  background: radial-gradient(#f8f8f8, #fff);
  -webkit-box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.bar-left img {
  max-width: 100%;
  height: auto;
}
.bar-left svg {
  width: 100%;
}
.bar-left span {
  pointer-events: none;
}

.isNotIE .bar-left svg {
  height: 100%;
}

.ieLegacy .bar-left a:hover span {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ieLegacy .bar-left a:hover span img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.isSafari #svg-logo {
  max-height: 22px;
}
.isSafari .nav-category svg {
  max-height: 82px;
}

.sp_nav {
  display: none;
}

.logo {
  padding: 36.5% 0 36.5%;
  border-radius: 0 9px 0 0;
  border-bottom: 1px solid #dedede;
  background: radial-gradient(#f8f8f8, #fff);
  overflow: hidden;
}
.logo a {
  display: block;
  margin: 0 14%;
}
.logo a img {
  display: block;
}

.nav-category li {
  border-bottom: 1px solid #dedede;
}
.nav-category li a {
  display: block;
  padding: 15.1% 0 10.3%;
  background: radial-gradient(#f8f8f8, #fff);
}
.nav-category li a svg path {
  -webkit-transition: fill .2s ease;
          transition: fill .2s ease;
}
.nav-category li a:hover .pict_wiiu {
  fill: #0096c8;
}
.nav-category li a:hover .pict_3ds {
  fill: #ce181e;
}
.nav-category li a:hover .pict_amiibo {
  fill: #000;
}
.nav-category li a:hover .pict_support {
  fill: #7a97b2;
}
.nav-category li a:hover .pict_corporate {
  fill: #434a53;
}
.nav-category li span {
  display: block;
  margin: 0 14%;
}
.nav-category li span img {
  width: 100%;
  height: auto;
}
.nav-category li span svg {
  width: 100%;
}
/*
   social
========================================================= */
.nav-social{
  padding: 25px 0 15px 0;
}
.nav-social-icons{
  height: 26px;
  overflow: hidden;
  width: 96px;
  margin: 0 auto 12px auto;
}
.social-icon-line,
.social-icon-twitter,
.social-icon-youtube{
  width: 26px;
  height: 26px;
  float: left;
  margin: 0 3px;
}
.social-icon-line a,
.social-icon-twitter a,
.social-icon-youtube a{
  display: block;
  width: 26px;
  height: 26px;
  
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  font-size: 0px;
  line-height: 0px;
}

.social-icon-line a{background: url(img/common/icon_leftbar_line.png) 0 0 no-repeat;}
.social-icon-twitter a{background: url(img/common/icon_leftbar_twitter.png) 0 0 no-repeat;}
.social-icon-youtube a{background: url(img/common/icon_leftbar_youtube.png) 0 0 no-repeat;}

.nav-social-txt{
  width: 76px;
  height: 14px;
  margin: 0 auto;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  font-size: 0px;
  line-height: 0px;
  background: url(img/common/txt_leftbar_social.png) 0 0 no-repeat;
}

@media screen and (min-width: 1380px) {
  .nav-social-icons{
    margin: 0 auto 15px auto;
    width: 102px;
  }
  .social-icon-line,
  .social-icon-twitter,
  .social-icon-youtube{
    margin: 0 4px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .social-icon-line a{
    background: url(img/common/icon_leftbar_line_2x.png) 0 0 no-repeat;
    -webkit-background-size: 26px;
            background-size: 26px;
  }
  .social-icon-twitter a{
    background: url(img/common/icon_leftbar_twitter_2x.png) 0 0 no-repeat;
    -webkit-background-size: 26px;
            background-size: 26px;
  }
  .social-icon-youtube a{
    background: url(img/common/icon_leftbar_youtube_2x.png) 0 0 no-repeat;
    -webkit-background-size: 26px;
            background-size: 26px;
  }
  .nav-social-txt{
    background: url(img/common/txt_leftbar_social_2x.png) 0 0 no-repeat;
    -webkit-background-size: 76px 14px;
            background-size: 76px 14px;
  }
}
.no-touch .social-icon-line a,
.no-touch .social-icon-twitter a,
.no-touch .social-icon-youtube a{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
.no-touch .social-icon-line a:hover,
.no-touch .social-icon-twitter a:hover,
.no-touch .social-icon-youtube a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
}



/*
   Right bar
========================================================= */
.ieLegacy .bar-right,
.isWiiU .bar-right,
.isSmall .bar-right {
  position: absolute;
}
.ieLegacy .nav-parents,
.isWiiU .nav-parents,
.isSmall .nav-parents {
  position: static;
  margin-top: 41px;
  margin-bottom: 50%;
}
.ieLegacy .nav-channel,
.isWiiU .nav-channel,
.isSmall .nav-channel {
  position: relative;
  margin-top: 0;
  margin-bottom: 50%;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ieLegacy .nav-info,
.isWiiU .nav-info,
.isSmall .nav-info {
  position: static;
}
.ieLegacy .sns,
.isWiiU .sns,
.isSmall .sns {
  position: static;
}
.ieLegacy .btn_totop,
.isWiiU .btn_totop,
.isSmall .btn_totop {
  position: fixed;
  bottom: 16px;
  right: 0;
  width: 8.33333%;
  max-width: 100px;
}
.ieLegacy .btn_totop img,
.isWiiU .btn_totop img,
.isSmall .btn_totop img {
  width: 100%;
  height: auto;
}
.ieLegacy .btn_totop a,
.isWiiU .btn_totop a,
.isSmall .btn_totop a {
  display: block;
  margin: 0 22%;
}

.isWiiU .btn_totop {
  position: fixed;
  bottom: 70px;
  right: 0;
  width: 8.33333%;
  max-width: 100px;
}
.isWiiU .btn_totop img {
  width: 100%;
  height: auto;
}
.isWiiU .btn_totop a {
  display: block;
  margin: 0 22%;
}

.bar-right {
  background: url(img/common/bg_rnav.png) #303030;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8.33333%;
  min-width: 80px;
  max-width: 100px;
  min-height: 600px;
  -webkit-box-shadow: inset -1px 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset -1px 0 5px 1px rgba(0, 0, 0, 0.2);
}
.nav-menubtn2{
  top: 0;
  left: 50%;
  margin: 0 0 0 -38px;
  position: absolute;
  width: 76px;
  height: 25px;
  background: url(img/common/btn_menu.png) 0 100% no-repeat;
}
.nav-menubtn2 a{
  display: block;
  width: 76px;
  height: 25px;
  background: url(img/common/btn_menu.png) 0 0 no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}

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

	.nav-menubtn2{
	  background: url(img/common/btn_menu_2x.png) 0 100% no-repeat;
		background-size: 76px 50px;
	}
	.nav-menubtn2 a{
	  background: url(img/common/btn_menu_2x.png) 0 0 no-repeat;
		background-size: 76px 50px;
	}

}

.nav-menubtn2 a:hover{
  opacity: 0;
  filter: alpha(opacity=0);
}


.bar-right img {
  width: 100%;
  height: auto;
  display: block;
}

.nav-parents {
  position: absolute;
  width: 100%;
  top: 41px;
  margin-bottom: 100%;
}
.nav-parents li {
  margin: 0 15%;
}
.nav-parents li a {
  display: block;
  position: relative;
}
.nav-parents li a .img-over {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.nav-channel {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -28%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-channel ul {
  position: relative;
}
.nav-channel li {
  position: relative;
  padding: 0 15%;
}
.nav-channel li a {
  display: block;
  border-bottom: 1px solid #434343;
}
.nav-channel li a > span {
  position: relative;
  display: block;
  margin: 0 8.57%;
  padding: 13.5% 0 10.6%;
  border-bottom: 1px solid #2c2c2c;
}
.nav-channel li a > span span {
  position: relative;
  display: block;
}
.nav-channel li a > span .img-over {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.isSafari .nav-channel {
  margin-top: -30px;
}

.isSafari.isSmall .nav-channel {
  margin-top: 0px;
}

.nav-info {
  position: absolute;
  width: 100%;
  bottom: 25px;
  margin-bottom: 25px;
}
.nav-info li {
  margin: 0 15%;
  margin-bottom: 12%;
}
.nav-info li a {
  display: block;
}
.nav-info li span {
  position: relative;
  display: block;
  margin: 0 8.57%;
}
.nav-info li .icon_attention {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.nav-info li .img-over {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.sns {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.sns li {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
}
.sns li a {
  display: block;
  position: relative;
}
.sns li a .img-over {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_totop {
  display: none;
}

.ieLegacy .rnavCurrent,
.isWiiU .rnavCurrent,
.isSmall .rnavCurrent {
  position: absolute;
}

.rnavCurrent {
  position: absolute;
  display: block;
  background: #efefef url(img/common/bg_current.gif) left top repeat;
  z-index: 5;
  border-radius: 0 14px 14px 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.isWelcome .rnavCurrent {
  background-image: none;
}

.rnavCurrent span {
  display: block;
  height: 100%;
  overflow: hidden;
}
.rnavCurrent span img {
  position: relative;
  max-width: 100%;
  width: auto;
}

/*
   Container
========================================================= */
.container {
  position: relative;
  z-index: 2;
  margin: 0 8.33333% 0 14px;
  padding: 0 10px 0 10%;
  border-radius: 0 9px 9px 0;
  overflow: hidden;
}

.isWiiU .container {
  background-image: url(img/common/bg_pc.gif);
  background-repeat: repeat;
  background-attachment: fixed;
}

.container-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(img/common/bg_pc.gif);
  background-repeat: repeat;
  border-radius: 0 9px 9px 0;
}

.isWelcome .container-bg{
  background-image: none;
  background-color: #efefef;
}
.container-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  display: none;
}

@media screen and (min-width: 1205px) {
  .container {
    margin: 0 100px 0 14px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    padding: 0px 10px 0 126px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    margin: 0 80px 0 14px;
  }
}
/*
   Noscript
========================================================= */
.noscript_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #eee url(img/common/bg_pc.gif);
  z-index: 10;
}

.noscript_globalHeader {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 50px;
}

.noscript_globalHeader .noscript_head {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 6px;
}

.noscript_message {
  position: absolute;
  width: 960px;
  left: 50%;
  top: 50%;
  margin-left: -480px;
  margin-top: -270px;
  text-align: center;
}

.noscript_message.noscript-text {
  margin-top: -150px;
}

.noscript_message p {
  font-size: 157.14286%;
  color: #000;
}

.noscript_message p img {
  height: 200px;
  width: auto;
  margin-bottom: 10px;
}

.noscript_message.noscript-text p img {
  height: 80px;
  width: auto;
  margin-bottom: 10px;
}

.noscript_link {
  position: absolute;
  width: 960px;
  left: 50%;
  top: 50%;
  margin-top: 50px;
  margin-left: -480px;
  text-align: center;
  font-size: 92.85714%;
}
.noscript_link li {
  display: inline-block;
  margin: 0 10px 10px;
}
.noscript_link li a {
  color: #666;
}
.noscript_link li a:before {
  content: "";
  display: inline-block;
  vertical-align: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background: transparent url(img/05_guide/arrow_other_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .noscript_link li a:before {
    background-image: url(img/05_guide/arrow_other_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.noscript_link li a:hover {
  text-decoration: underline;
}

.noscript_foot p {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 88%;
}

/* ==========================================================================
   Object
============================================================================= */
/* =========================================================
   index.html
========================================================= */
.content-networkInfoSp {
  display: none !important;
}

.content-main {
  margin: 10px auto 10px;
  max-width: 1680px;
}
.content-main img {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  vertical-align: bottom;
}
.content-main video {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}
.content-main canvas {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 2;
}

.cell {
  padding: 10px;
}

.cell-movie .box {
  background: #fff;
}

/* box
========================================================= */
.box {
  position: relative;
  overflow: visible !important;
  -webkit-transform: translate3d(0, 0, 0);
}

.box-radius {
 border-radius: 14px;
 overflow: hidden !important;
}

.isSafari .box-radius.box-video {
}



.box-shoadow {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.box-shadowOn {
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.box-shadowOn:hover {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.sizeXL .box-shadowOn:hover{
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.box-noShadowOn:hover p img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.box-noShadowOn:hover video {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  opacity: 0.7;
}

.box-hide {
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
}

.box-show {
  -webkit-animation: panel-show 1.1s linear 0s;
          animation: panel-show 1.1s linear 0s;
}
.isSafari .box-video .videocover-lt,
.isSafari .box-video .videocover-rt,
.isSafari .box-video .videocover-rb,
.isSafari .box-video .videocover-lb{
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 100;
}

.isSafari .box-video .videocover-lt{
  left: -1px;
  top: -1px;
}
.isSafari .box-video .videocover-rt{
  right: -1px;
  top: -1px;
}
.isSafari .box-video .videocover-rb{
  right: -1px;
  bottom: -1px;
}
.isSafari .box-video .videocover-lb{
  left: -1px;
  bottom: -1px;
}
.isSafari .box-video .videocover-lt img,
.isSafari .box-video .videocover-rt img,
.isSafari .box-video .videocover-rb img,
.isSafari .box-video .videocover-lb img{
  vertical-align: top;
}

.box p {
  width: 100%;
  height: 100%;
}
.box p.imgL {
  display: none;
}
.box p img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
.box a {
  display: block;
}

.ieLegacy .box a:hover p {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.ieLegacy .box a:hover canvas, .ieLegacy .box a:hover video {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.box_label {
  position: absolute;
  top: 0;
  z-index: 5;
}
.box_label img {
  height: 22px;
  width: auto;
  min-height: 0;
  min-width: 0;
}

.label-right .box_label {
  right: 16px;
}

.label-left .box_label {
  left: 16px;
}

/* content-sub
========================================================= */
.content-sub {
  margin: 0 -10px 0 -38px;
  padding: 0 20px 0 48px;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.link-support {
  display: none;
}
.links-attention {
  display: none;
}

.links-info {
  padding: 24px 0;
  max-width: 1084px;
  margin: 0 auto;
}
.links-info ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  *overflow: hidden;
}
.links-info li {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: top;
  padding-bottom: 8px;
}
.links-info li:first-child {
  padding-bottom: 0;
}
.links-info li a {
  display: block;
  padding: 6px 0 0 0;
  color: #999999;
}
.links-info li a > p {
  margin: 0 0 18px;
  max-height: 61px;
}
.links-info li.link-global a > p {
  margin-bottom: 24px;
}
.links-info li a > p img {
  max-width: 100%;
  max-height: 62px;
  margin: 0 auto;
  width: auto;
  height: auto;
  display: block;
}
.links-info li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.links-info .link-direct a {
  display: block;
  padding: 9px 0 0 0;
}
.links-info li.link-direct a > p img{
  max-height: 66px;
}
.links-info li.link-global a > p img{
  max-height: 74px;
  min-height: 62px;
}
.links-info li.link-global a{
  padding-top: 0;
}
.links-info .link-direct a > p {
  margin: 0 auto 15px;
  max-width: 144px;
}
.links-info .link-direct a > p span {
  display: block;
  position: relative;
  height: 0;
  padding-top: 42.5%;
}
.links-info .link-direct a > p img {
  position: absolute;
  top: 0;
}
.link_name {
  color: #5B5B5B;
  font-size: 92.85714%;
  letter-spacing: 0.07em;
}
.link_about {
  font-size: 71.42857%;
}
.link-direct .link_about span{
  display: inline-block;
}

@media screen and (min-width: 1380px) {
  .links-info li a {
    display: inline-block;
    padding: 19px 0 0 0;
  }
  .links-info li a > p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .links-info li a .link_text{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 18px;
  }
  .links-info .link-direct a > p {
    width: 144px;
  }
  .links-info .link-direct a{
    padding: 16px 0 0 0;
  }
  .links-info li.link-global a{
    padding: 6px 0 0 0;
  }
  .links-info .link-direct a .link_text{
    padding: 0 0 10px 18px;
  }
  .links-info .link-miiverse a .link_text{
    padding: 0 0 0 4px;
  }
}



.links-infosub{
  border-top:#e6e6e6 1px solid;
  padding: 24px 0 14px 0;
  margin-top: 8px;
}
.links-infosub ul{
  overflow: hidden;
  max-width: 1084px;
  margin: 0 auto;
}

.links-infosub li{
  float: left;
  width: 25%;
  margin-bottom: 10px;
}
.links-infosub li.infosub-wide{
  width: 29%;
}
.links-infosub li.infosub-narrow{
  width: 21%;
}
@media screen and (min-width: 1380px) {
  .links-infosub li {
    width: 20%;
  }
  .links-infosub li.infosub-wide,
  .links-infosub li.infosub-narrow{
    width: 20%;
  }
}
.links-infosub li a{
  color: #5e5e5f;
  font-size: 85.71429%;
  letter-spacing: 0.05em;
  margin-left: 10px;
}
.links-infosub li a:hover {
  text-decoration: underline;
}
.links-infosub li a:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: transparent url(img/05_guide/arrow_other_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .links-infosub li a:before {
    background-image: url(img/05_guide/arrow_other_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.footer {
  border-radius: 14px 14px 0 0;
  background: #e6e6e6;
  line-height: 1;
  padding: 8px 18px 7px 18px;
  font-size: 71.42857%;
  color: #7e7e7f;
}
.footer_copyright {
  float: left;
  font-size: 71.42857%;
  font-family: Verdana, Geneva, sans-serif;
}
.footer_links {
  float: right;
}
.footer_links li {
  float: left;
  margin-left: 25px;
}
.footer_links li a {
  color: #5e5e5f;
}
.footer_links li a:hover {
  text-decoration: underline;
}
.footer_links li a:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: transparent url(img/05_guide/arrow_other_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .footer_links li a:before {
    background-image: url(img/05_guide/arrow_other_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}

#modal-twitter {
  position: absolute;
  display: none;
  left: 50%;
  margin: 0 0 0 -333px;
  z-index: 10;
}

.twitter-container {
  width: 655px;
  padding-top: 50px;
  border: 5px solid #55acee;
  border-radius: 14px;
  overflow: hidden;
  background: #fff url("img/twitter/icon_twitter.png") left top no-repeat;
  color: #666;
}
.twitter-container .ttl-twitter {
  text-align: center;
  margin-bottom: 22px;
}
.twitter-container .ttl-twitter img {
  width: 395px;
  height: auto;
}
.twitter-container .lead-twitter {
  width: 393px;
  margin: 0 auto 40px;
  font-size: 114.28571%;
  text-align: justify;
}
.twitter-container .account_nintendo a:hover,
.twitter-container .account_others a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.twitter-container .account_nintendo {
  width: 100%;
  margin-bottom: 44px;
}
.twitter-container .account_nintendo a {
  display: table;
  width: 220px;
  margin: 0 auto;
}
.twitter-container .account_nintendo .icon {
  width: 93px;
}
.twitter-container .account_nintendo .text {
  padding-left: 20px;
}
.twitter-container .account_nintendo .text img {
  width: 103px;
  height: auto;
}
.twitter-container .account_others {
  margin: 0 20px;
}
.twitter-container .account_others li {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}
.twitter-container .account_others li a {
  display: table;
}
.twitter-container .account_others li .icon {
  width: 73px;
}
.twitter-container .account_others li .text {
  padding-left: 20px;
}
.twitter-container .account_xenoblade .text img {
  height: 37px;
  width: auto;
}
.twitter-container .account_splatoon .text img {
  height: 38px;
  width: auto;
}
.twitter-container .account_smashbros .text img {
  height: 36px;
  width: auto;
}
.twitter-container .account_tomodachi .text img {
  height: 37px;
  width: auto;
}
.twitter-container .account_dobutsuno .text img {
  height: 36px;
  width: auto;
}
.twitter-container .account_culdcept .text img {
  height: 38px;
  width: auto;
}
.twitter-container .account_palutena .text img {
  height: 36px;
  width: auto;
}
.twitter-container .icon {
  display: table-cell;
  vertical-align: middle;
}
.twitter-container .icon img {
  display: block;
}
.twitter-container .text {
  display: table-cell;
  vertical-align: middle;
}
.twitter-container .btn_back {
  display: none;
}

/* =========================================================
   index2.html
========================================================= */
.content-calender {
  position: relative;
  margin: 0 auto;
}

.dayWrapper-last .day {
  /*padding-bottom: 80px;*/
}

.day {
  display: table;
  margin: 0 auto;
  padding-right: 10px;
  background: url(img/02_calendar/bar_calenedar.png) repeat-y 95px 0;
}
.day_date {
  display: table-cell;
  vertical-align: top;
  width: 176px;
  height: 100%;
  padding: 48px 20px 0 6px;
  padding-left: 10px;
}
.day_date h2 {
  position: relative;
  width: 178px;
  height: 178px;
  background: url(img/02_calendar/bg_day.png) no-repeat;
}
.day_date_year {
  position: absolute;
  display: block;
  top: 42px;
  left: 59px;
  width: 60px;
  height: 18px;
}
.day_date_month {
  position: absolute;
  display: block;
  top: 77px;
  left: 30px;
  width: 118px;
  height: 34px;
  text-align: center;
}
.day_date_month img {
  height: 34px;
  width: auto;
}
.day_date_month .dot {
  height: 10px;
  width: 15px;
}
.day_date_day {
  position: absolute;
  display: block;
  top: 122px;
  left: 75px;
  width: 28px;
  height: 28px;
}
.day_soft {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(img/02_calendar/bg_calendar.png) repeat left top;
}


.dayWrapper-last .day_soft{
  padding-bottom: 80px;
}

.day_soft_item {
  float: left;
  border: 1px solid #e6e6e6;
  width: 266px;
  height: 266px;
  margin: -1px -1px 0 0;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0s;
          transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0s;
  overflow: hidden;
}
.day_soft_item.cal {
}
.day_soft_item-wiiu a:hover {
  border: 4px solid #0096c8;
}
.day_soft_item-3ds a:hover {
  border: 4px solid #cf181d;
}
.day_soft_item a {
  display: block;
  position: relative;
  height: 258px;
  border: 4px solid transparent;
}

h2.cal {
}

h2.is-show {
  opacity: 1;
}

.isChrome h2.is-show {
  opacity: 1;
  -webkit-transition: -webkit-transform 0s ease 0.1s;
          transition: transform 0s ease 0.1s;
}

.item_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.item_label img {
  display: block;
}

.item_text {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.item_text img {
  display: block;
}

.item_main {
  position: relative;
  top: 0;
  left: 0;
}
.item_main img {
  display: block;
}

.calendar_footer {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 24px;
  -webkit-backface-visibility: hidden;
}
.calendar_footer p {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 100%;
  background: #fff;
  border-radius: 9px 9px 0 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.calendar_footer a {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -71px;
  bottom: 0;
  width: 142px;
  height: 75px;
}
.calendar_footer a .btn-calendar-over {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* =========================================================
   index3.html
========================================================= */
.content-movie {
  max-width: 876px;
  margin: 0 auto;
}

.lineWrapper {
  width: 33.33333%;
  float: left;
}

.line {
  padding: 0 4px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background: #fff;
  margin: 0 7px;
}
.line img {
  max-width: 100%;
  height: auto;
}
.line_header {
  position: relative;
  margin-bottom: 13px;
  z-index: 4;
}
.line_header h2 {
  position: relative;
  z-index: 4;
}
.line_header h2 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding-top: 3.36%;
  font-size: 85.71429%;
}
.line_header img {
  display: block;
}
.line_item {
  border-top: 1px dotted #c6c6c6;
  padding: 21px 0 0;
  margin: 0 7px;
  opacity: 1;
}
.line_item.item-hide {
}
.line_item a {
  display: block;
}
.line_item_thumb {
  position: relative;
  margin-bottom: 15px;
}
.line_item_thumb .btn-play {
  content: "サムネイル";
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  z-index: 3;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(img/03_movie/btn_play_off.png);
}
.line_item_thumb img {
  display: block;
}
a:hover .line_item_thumb .btn-play {
  content: "クリックで映像を再生します";
  background: url(img/03_movie/btn_play_on.png);
}
.line_item_ttl {
  min-height: 48px;
  text-align: center;
  font-size: 78.57143%;
  color: #7e7e7f;
}

.line h2.is-fixed {
  top: 0;
  z-index: 3;
  position: fixed;
}

#modal {
  display: none;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -457px;
}

.btn_close {
  display: none;
  position: fixed;
  top: 0;
  width: 50px;
  height: 60px;
  z-index: 10;
}

#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}

/* =========================================================
   index4.html
========================================================= */
.content-search {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 10px;
}

.content_inner {
  padding-top: 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  background: #fff;
}

.search_ttl {
  text-align: center;
  margin-bottom: 30px;
}

.search_hard {
  padding: 40px 20px 35px;
  border-top: 1px solid #e6e6e6;
}
.search_hard_wiiu label {
  background-image: url(img/04_search/btn_wiiu.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_hard_wiiu label:hover {
  background-position: left -168px;
}
.search_hard_wiiu input.is-checked + label {
  background-position: left -336px;
}
.search_hard_wiiu input.is-checkedOut + label {
  background-position: left -168px;
}
.search_hard_3ds label {
  background-image: url(img/04_search/btn_3ds.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_hard_3ds label:hover {
  background-position: left -168px;
}
.search_hard_3ds input.is-checked + label {
  background-position: left -336px;
}
.search_hard_3ds input.is-checkedOut + label {
  background-position: left -168px;
}
.search_hard_wii label {
  background-image: url(img/04_search/btn_wii.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_hard_wii label:hover {
  background-position: left -168px;
}
.search_hard_wii input.is-checked + label {
  background-position: left -336px;
}
.search_hard_wii input.is-checkedOut + label {
  background-position: left -168px;
}
.search_hard_ds label {
  background-image: url(img/04_search/btn_ds.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_hard_ds label:hover {
  background-position: left -168px;
}
.search_hard_ds input.is-checked + label {
  background-position: left -336px;
}
.search_hard_ds input.is-checkedOut + label {
  background-position: left -168px;
}

.search_list {
  text-align: center;
}
.search_list ul {
  display: inline-block;
}
.search_list li {
  position: relative;
  display: inline-block;
  margin: 0 5px 15px;
  width: 168px;
  height: 168px;
  overflow: hidden;
  font-size: 0;
}
.search_list li input {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.search_list li label {
  display: block;
  width: 168px;
  height: 168px;
  cursor: pointer;
}

.search_sales {
  padding: 40px 20px 50px;
  border-top: 1px solid #e6e6e6;
}
.search_sales_01 label {
  background-image: url(img/04_search/btn_sales_01.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_sales_01 label:hover {
  background-position: left -168px;
}
.search_sales_01 input.is-checked + label {
  background-position: left -336px;
}
.search_sales_02 label {
  background-image: url(img/04_search/btn_sales_02.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_sales_02 label:hover {
  background-position: left -168px;
}
.search_sales_02 input.is-checked + label {
  background-position: left -336px;
}
.search_sales_03 label {
  background-image: url(img/04_search/btn_sales_03.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_sales_03 label:hover {
  background-position: left -168px;
}
.search_sales_03 input.is-checked + label {
  background-position: left -336px;
}
.search_sales_04 label {
  background-image: url(img/04_search/btn_sales_04.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_sales_04 label:hover {
  background-position: left -168px;
}
.search_sales_04 input.is-checked + label {
  background-position: left -336px;
}
.search_sales_05 label {
  background-image: url(img/04_search/btn_sales_05.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.search_sales_05 label:hover {
  background-position: left -168px;
}
.search_sales_05 input.is-checked + label {
  background-position: left -336px;
}

.search_keyword {
  padding: 40px 20px 50px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.search_keyword input {
  width: 590px;
  height: 42px;
  padding: 0 25px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  font-size: 11px;
}

.ieLegacy .search_keyword input {
  border: 1px solid #e6e6e6;
}

.search_submit {
  padding: 40px 20px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.search_submit input {
  cursor: pointer;
}
.search_submit input: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);
}
.search_site{
  padding: 0 20px 15px;
}
.search_site-bottom{
  padding: 0 20px 25px;
}

.search_site-bottom br{
  display: none;
}

.search_site,
.search_site-bottom {
  text-align: right;
  font-size: 78.57143%;
}
.search_site a,
.search_site-bottom a {
  color: #5e5e5e;
  display: inline-block;
  padding-left: 17px;
}
.search_site a:hover,
.search_site-bottom a:hover{
  text-decoration: underline;
}
.search_site a:before,
.search_site-bottom a:before{
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 5px 0 -15px;
  width: 10px;
  height: 10px;
  background: transparent url(img/04_search/arrow_search.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .search_site a:before,
  .search_site-bottom a:before {
    background-image: url(img/04_search/arrow_search@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}

/* =========================================================
   index5.html
========================================================= */
.content-guide {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  padding: 40px 10px 0;
}
.content-guide h2 {
  margin-bottom: 15px;
}
.content-guide h2 img {
  margin-right: 30px;
}

.guide_topicPath {
  position: absolute;
  height: 25px;
  padding-left: 9px;
}
.guide_topicPath li {
  float: left;
  margin-left: -10px;
  overflow: hidden;
}
.guide_topicPath li img {
  height: 25px;
}
.guide_topicPath .wiiu_00 img {
  width: 111px;
}
.guide_topicPath .wiiu_00_01 img {
  width: 178px;
}
.guide_topicPath .n3ds_00 img {
  width: 102px;
}
.guide_topicPath .n3ds_00_01 img {
  width: 178px;
}
.guide_topicPath .amiibo_00 img {
  width: 117px;
}
.guide_topicPath .support_00 img {
  width: 219px;
}
.guide_topicPath .support_00_01 img {
  width: 120px;
}
.guide_topicPath .corporate_00 img {
  width: 107px;
}
.guide_topicPath .guide_topicPath_back {
  display: none;
}

.guide_questions {
  position: relative;
  padding-top: 43.75%;
  margin-top: 6.7%;
}

.question_list {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.question_list.q2, .question_list.q3 {
  display: none;
}
.question_list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 21%;
  max-width: 200px;
  overflow: visible;
}
.question_list li a {
  position: relative;
  display: block;
  z-index: 3;
  overflow: visible;
  -webkit-transition: all 0.25s ease 0.1s;
          transition: all 0.25s ease 0.1s;
}
.question_list li a.is-noOver {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s;
}
.ieLegacy .is-noOver {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.isChrome .question_list a.is-show {
  -webkit-transition: all 0.25s ease 0.1s;
          transition: all 0.25s ease 0.1s;
}
.question_list li a.is-over {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s;
}
.question_list li a.is-show {
  -webkit-transition: all 0s ease 0s;
          transition: all 0s ease 0s;
}
.question_list li a.is-hidden {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.35s ease 0s;
          transition: all 0.35s ease 0s;
}
.question_list li a.is-hidden02 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s;
}
.question_list li a img {
  width: 100%;
  height: auto;
}
.question_list .q_06_01 {
  padding-top: 0;
  padding-left: 0;
}
.question_list .q_06_02 {
  padding-top: 0;
  padding-left: 21.875%;
}
.question_list .q_06_03 {
  padding-top: 0;
  padding-left: 43.75%;
}
.question_list .q_06_04 {
  padding-top: 21.875%;
  padding-left: 0;
}
.question_list .q_06_05 {
  padding-top: 21.875%;
  padding-left: 21.875%;
}
.question_list .q_06_06 {
  padding-top: 21.875%;
  padding-left: 43.75%;
}
.question_list .q_05_01 {
  padding-top: 0;
  padding-left: 0;
}
.question_list .q_05_02 {
  padding-top: 0;
  padding-left: 21.875%;
}
.question_list .q_05_03 {
  padding-top: 0;
  padding-left: 43.75%;
}
.question_list .q_05_04 {
  padding-top: 21.875%;
  padding-left: 10.9%;
}
.question_list .q_05_05 {
  padding-top: 21.875%;
  padding-left: 32.775%;
}
.question_list .q_06_06 {
  padding-top: 21.875%;
  padding-left: 43.75%;
}
.question_list .q_05_01 {
  padding-top: 0;
  padding-left: 0;
}
.question_list .q_05_02 {
  padding-top: 0;
  padding-left: 21.875%;
}
.question_list .q_05_03 {
  padding-top: 0;
  padding-left: 43.75%;
}
.question_list .q_05_04 {
  padding-top: 21.875%;
  padding-left: 10.9%;
}
.question_list .q_05_05 {
  padding-top: 21.875%;
  padding-left: 32.775%;
}
.question_list .q_04_01 {
  padding-top: 0;
  padding-left: 0;
}
.question_list .q_04_02 {
  padding-top: 0;
  padding-left: 21.875%;
}
.question_list .q_04_03 {
  padding-top: 21.875%;
  padding-left: 10.9%;
}
.question_list .q_04_04 {
  padding-top: 21.875%;
  padding-left: 32.775%;
}
.question_list .q_03_01 {
  padding-top: 10.9%;
  padding-left: 0;
}
.question_list .q_03_02 {
  padding-top: 10.9%;
  padding-left: 21.875%;
}
.question_list .q_03_03 {
  padding-top: 10.9%;
  padding-left: 43.75%;
}
.question_list .q_02_01 {
  padding-top: 10.9%;
  padding-left: 10.9%;
}
.question_list .q_02_02 {
  padding-top: 10.9%;
  padding-left: 32.775%;
}
.question_list .q_01_01 {
  padding-top: 10.9%;
  padding-left: 21.875%;
}

.deco_mario {
  position: absolute;
  bottom: 0;
  right: -40px;
  width: 42%;
}
.deco_mario img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  display: block;
}

@media screen and (min-width: 1295px) {
  .deco_mario {
    width: 43.164%;
  }
}
.guide_form {
  padding-top: 10px;
  padding-bottom: 4.88%;
}

.guide_input {
  width: 48.34%;
  height: 40px;
  padding: 0 25px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  margin-right: 12px;
  -webkit-appearance: none;
  font-size: 78.57143%;
}

.guide_submit {
  width: 13%;
  max-width: 115px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  text-indent: -200%;
  background: url(img/05_guide/text_search.gif) no-repeat center center #434A54;
  cursor: pointer;
}
.guide_submit: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);
}

.q_character {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.q_character_boo_01 {
  margin-top: 5%;
  margin-left: 0%;
}
.q_character_boo_02 {
  margin-top: 3.5%;
  margin-left: 0%;
}
.q_character_bowser_01 {
  margin-top: 50.5%;
  margin-left: 0%;
}
.q_character_cheep_01 {
  margin-top: 10.5%;
  margin-left: 0%;
}
.q_character_diddy_01 {
  margin-top: 0;
  margin-left: 0;
}
.q_character_diddy_02 {
  margin-top: 58.5%;
  margin-left: 0%;
}
.q_character_diddy_03 {
  margin-top: 51%;
  margin-left: 0%;
}
.q_character_donkey_01 {
  margin-top: 51.5%;
  margin-left: 12%;
}
.q_character_donkey_02 {
  margin-top: 0%;
  margin-left: 12%;
}
.q_character_donkey_03 {
  margin-top: 48.5%;
  margin-left: 7.0%;
}
.q_character_koopaP_01 {
  margin-top: 13%;
  margin-left: 5.5%;
}
.q_character_koopaT_01 {
  margin-top: 43%;
  margin-left: 0%;
}
.q_character_koopaT_02 {
  margin-top: 46.5%;
  margin-left: 1%;
}
.q_character_luigi_01 {
  margin-top: 24.5%;
  margin-left: 3.5%;
}
.q_character_luigi_02 {
  margin-top: 23%;
  margin-left: 9.5%;
}
.q_character_luigi_03 {
  margin-top: 31.5%;
  margin-left: 8%;
}
.q_character_luigi_04 {
  margin-top: 29.5%;
  margin-left: 3%;
}
.q_character_luigi_05 {
  margin-top: 45.5%;
  margin-left: 0%;
}
.q_character_luigi_06 {
  margin-top: 45.5%;
  margin-left: 0%;
}
.q_character_peach_01 {
  margin-top: 29.5%;
  margin-left: 9%;
}
.q_character_peach_02 {
  margin-top: 31%;
  margin-left: 12%;
}
.q_character_peach_03 {
  margin-top: 27.5%;
  margin-left: 4.5%;
}
.q_character_peach_04 {
  margin-top: 29.5%;
  margin-left: 3%;
}
.q_character_peach_05 {
  margin-top: 25.5%;
  margin-left: 6.5%;
}
.q_character_rosetta_01 {
  margin-top: 27.5%;
  margin-left: 0%;
}
.q_character_toad_01 {
  margin-top: 59.5%;
  margin-left: 0;
}
.q_character_toad_02 {
  margin-top: 55.0%;
  margin-left: 0%;
}
.q_character_toad_03 {
  margin-top: 5.5%;
  margin-left: 2.5%;
}
.q_character_toad_04 {
  margin-top: 0%;
  margin-left: 0%;
}
.q_character_toad_05 {
  margin-top: 59.5%;
  margin-left: 0%;
}
.q_character_toad_06 {
  margin-top: 59%;
  margin-left: 0%;
}
.q_character_toad_07 {
  margin-top: 56.5%;
  margin-left: 3%;
}
.q_character_yoshi_01 {
  margin-top: 0%;
  margin-left: 2%;
}
.q_character_yoshi_02 {
  margin-top: 61.5%;
  margin-left: 0%;
}
.q_character_yoshi_03 {
  margin-top: 10%;
  margin-left: 0%;
}
.q_character_yoshi_04 {
  margin-top: 52.5%;
  margin-left: 0%;
}
.q_character_koopaP_02 {
  margin-top: 7.5%;
  margin-left: 0%;
}
.q_character_yoshi_05 {
  margin-top: 60%;
  margin-left: 0%;
}
.q_character_yoshi_06 {
  margin-top: 0%;
  margin-left: 0%;
}

.content-sitemap {
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 10px;
}

.sitemap {
  max-width: 1024px;
  font-size: 92.85714%;
  background: #fff;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.sitemap a:hover {
  text-decoration: underline;
}
.sitemap_header {
  padding: 0 35px;
  height: 70px;
  line-height: 70px;
  background: url(img/05_guide/bg_sitemap.gif) repeat left top;
}
.sitemap_header h2 {
  float: left;
  width: 142px;
  height: 20px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(img/05_guide/ttl_sitemap_ja.png) 0 0 no-repeat;
  margin: 25px 0 0 0;
  font-size: 10px;
}
.sitemap_header p {
  float: right;
  font-size: 10px;
  width: 76px;
  height: 9px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url(img/05_guide/ttl_sitemap_en.png) 0 0 no-repeat;
  margin: 30px 0 0 0;
}
.sitemap_main {
  padding-top: 50px;
  color: #7e7e7f;
}
.sitemap_main a {
  color: #7e7e7f;
}
.sitemap_other {
  padding-top: 50px;
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  color: #7e7e7f;
}
.sitemap_other a {
  color: #7e7e7f;
}
.sitemap_other .sitemap_lists_head {
  border-color: #acacac;
  letter-spacing: 2px;
}
.sitemap_other .link-arrow:before {
  background: transparent url(img/05_guide/arrow_other_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_other .link-arrow:before {
    background-image: url(img/05_guide/arrow_other_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.sitemap_other .link-arrow02:before {
  background: transparent url(img/05_guide/arrow_other_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_other .link-arrow02:before {
    background-image: url(img/05_guide/arrow_other_01@2x.png);
    -webkit-background-size: 3px 5px;
            background-size: 3px 5px;
  }
}
.sitemap_col {
  margin: 0 16px;
}
.sitemap_col .sitemap_lists,
.sitemap_col .sitemap_lists-small {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sitemap_lists {
  padding: 0 16px 38px;
}
.sitemap_lists-wiiu .sitemap_lists_head {
  border-top: 5px solid #0096c8;
}
.sitemap_lists-wiiu .link-arrow:before {
  background: transparent url(img/05_guide/arrow_wiiu_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-wiiu .link-arrow:before {
    background-image: url(img/05_guide/arrow_wiiu_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.sitemap_lists-wiiu .link-arrow02:before {
  background: transparent url(img/05_guide/arrow_wiiu_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-wiiu .link-arrow02:before {
    background-image: url(img/05_guide/arrow_wiiu_01@2x.png);
    -webkit-background-size: 3px 5px;
            background-size: 3px 5px;
  }
}
.sitemap_lists-3ds .sitemap_lists_head {
  border-top: 5px solid #ce181e;
}
.sitemap_lists-3ds .link-arrow:before {
  background: transparent url(img/05_guide/arrow_3ds_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-3ds .link-arrow:before {
    background-image: url(img/05_guide/arrow_3ds_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.sitemap_lists-3ds .link-arrow02:before {
  background: transparent url(img/05_guide/arrow_3ds_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-3ds .link-arrow02:before {
    background-image: url(img/05_guide/arrow_3ds_01@2x.png);
    -webkit-background-size: 3px 5px;
            background-size: 3px 5px;
  }
}
.sitemap_lists-amiibo .sitemap_lists_head {
  border-top: 5px solid #000;
}
.sitemap_lists-amiibo .link-arrow:before {
  background: transparent url(img/05_guide/arrow_amiibo_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-amiibo .link-arrow:before {
    background-image: url(img/05_guide/arrow_amiibo_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.sitemap_lists-amiibo .link-arrow02:before {
  background: transparent url(img/05_guide/arrow_amiibo_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-amiibo .link-arrow02:before {
    background-image: url(img/05_guide/arrow_amiibo_01@2x.png);
    -webkit-background-size: 3px 5px;
            background-size: 3px 5px;
  }
}
.sitemap_lists-support .sitemap_lists_head {
  border-top: 5px solid #7a97b2;
}
.sitemap_lists-support .link-arrow:before {
  background: transparent url(img/05_guide/arrow_support_00.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-support .link-arrow:before {
    background-image: url(img/05_guide/arrow_support_00@2x.png);
    -webkit-background-size: 10px 10px;
            background-size: 10px 10px;
  }
}
.sitemap_lists-support .link-arrow02:before {
  background: transparent url(img/05_guide/arrow_support_01.png) 0 0 no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi) {
  .sitemap_lists-support .link-arrow02:before {
    background-image: url(img/05_guide/arrow_support_01@2x.png);
    -webkit-background-size: 3px 5px;
            background-size: 3px 5px;
  }
}
.sitemap_lists-corporate {
  padding: 0 32px 38px;
}
.sitemap_lists_head {
  border-top: 5px solid;
  height: 84px;
  line-height: 84px;
  border-bottom: 1px dotted #c6c6c6;
  font-size: 114.28571%;
}
.sitemap_lists_head img {
  vertical-align: middle;
}
.sitemap_lists_col2 {
  padding-top: 20px;
  margin: 0 -16px;
}
.sitemap_lists_col2 > ul {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.sitemap_lists_col2 > ul > li {
  margin-bottom: 10px;
}
.sitemap_lists_col4 {
  padding-top: 20px;
  margin: 0 -16px;
}
.sitemap_lists_col4 > ul {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.sitemap_lists_col4 > ul > li {
  margin-bottom: 10px;
}
.sitemap_lists_subcat dt {
  margin-bottom: 10px;
}
.sitemap_lists_subcat dd {
  padding-left: 16px;
}
.sitemap_lists_subcat dd li {
  margin-bottom: 10px;
  font-size: 92.30769%;
}
.sitemap_lists_other li {
  margin-bottom: 10px;
}
.sitemap_lists-small {
  padding: 0 16px 38px;
}
.sitemap_lists-small > div {
  border-top: 2px solid #acacac;
}
.sitemap_lists-small {
  margin-top: 20px;
}
.sitemap .link-arrow {
  display: inline-block;
  padding-left: 15px;
}
.sitemap .link-arrow:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 -15px;
  width: 10px;
  height: 10px;
}
.sitemap .link-arrow02 {
  display: inline-block;
  padding-left: 12px;
}
.sitemap .link-arrow02:before {
  content: "";
  position: relative;
  display: inline-block;
  top: -2px;
  margin: 0 9px 0 -12px;
  width: 3px;
  height: 5px;
}

/* ==========================================================================
   Animateion Keyframe
============================================================================= */
@-webkit-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);
  }
}
@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);
  }
}
@-webkit-keyframes panel-show {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.64545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.64545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.79842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.79842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 0.92774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 0.92774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.98103, 0, 0, 0, 0, 0.98103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98103, 0, 0, 0, 0, 0.98103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.92956, 0, 0, 0, 0, 0.92956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92956, 0, 0, 0, 0, 0.92956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.91153, 0, 0, 0, 0, 0.91153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.91153, 0, 0, 0, 0, 0.91153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.91697, 0, 0, 0, 0, 0.91697, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.91697, 0, 0, 0, 0, 0.91697, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(0.93555, 0, 0, 0, 0, 0.93555, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.93555, 0, 0, 0, 0, 0.93555, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(0.95863, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95863, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.98015, 0, 0, 0, 0, 0.98015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98015, 0, 0, 0, 0, 0.98015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.99678, 0, 0, 0, 0, 0.99678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99678, 0, 0, 0, 0, 0.99678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 0.98758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 0.98758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 0.98684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 0.98684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 0.98881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 0.98881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 0.99207, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 0.99207, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 0.99549, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 0.99549, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(0.99958, 0, 0, 0, 0, 0.99958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99958, 0, 0, 0, 0, 0.99958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(0.99842, 0, 0, 0, 0, 0.99842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99842, 0, 0, 0, 0, 0.99842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.99814, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99814, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99856, 0, 0, 0, 0, 0.99856, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99856, 0, 0, 0, 0, 0.99856, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99907, 0, 0, 0, 0, 0.99907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99907, 0, 0, 0, 0, 0.99907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99956, 0, 0, 0, 0, 0.99956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99956, 0, 0, 0, 0, 0.99956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.99993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.99993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99971, 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 panel-show {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  3.333333% {
    -webkit-transform: matrix3d(0.64545, 0, 0, 0, 0, 0.64545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.64545, 0, 0, 0, 0, 0.64545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.666667% {
    -webkit-transform: matrix3d(0.79842, 0, 0, 0, 0, 0.79842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.79842, 0, 0, 0, 0, 0.79842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10% {
    -webkit-transform: matrix3d(0.92774, 0, 0, 0, 0, 0.92774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92774, 0, 0, 0, 0, 0.92774, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.333333% {
    -webkit-transform: matrix3d(0.98103, 0, 0, 0, 0, 0.98103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98103, 0, 0, 0, 0, 0.98103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(0.92956, 0, 0, 0, 0, 0.92956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92956, 0, 0, 0, 0, 0.92956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20% {
    -webkit-transform: matrix3d(0.91153, 0, 0, 0, 0, 0.91153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.91153, 0, 0, 0, 0, 0.91153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  23.333333% {
    -webkit-transform: matrix3d(0.91697, 0, 0, 0, 0, 0.91697, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.91697, 0, 0, 0, 0, 0.91697, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  26.666667% {
    -webkit-transform: matrix3d(0.93555, 0, 0, 0, 0, 0.93555, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.93555, 0, 0, 0, 0, 0.93555, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  30% {
    -webkit-transform: matrix3d(0.95863, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.95863, 0, 0, 0, 0, 0.95863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(0.98015, 0, 0, 0, 0, 0.98015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98015, 0, 0, 0, 0, 0.98015, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  36.666667% {
    -webkit-transform: matrix3d(0.99678, 0, 0, 0, 0, 0.99678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99678, 0, 0, 0, 0, 0.99678, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99261, 0, 0, 0, 0, 0.99261, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.333333% {
    -webkit-transform: matrix3d(0.98758, 0, 0, 0, 0, 0.98758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98758, 0, 0, 0, 0, 0.98758, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  46.666667% {
    -webkit-transform: matrix3d(0.98684, 0, 0, 0, 0, 0.98684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98684, 0, 0, 0, 0, 0.98684, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(0.98881, 0, 0, 0, 0, 0.98881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98881, 0, 0, 0, 0, 0.98881, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  53.333333% {
    -webkit-transform: matrix3d(0.99207, 0, 0, 0, 0, 0.99207, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99207, 0, 0, 0, 0, 0.99207, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.666667% {
    -webkit-transform: matrix3d(0.99549, 0, 0, 0, 0, 0.99549, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99549, 0, 0, 0, 0, 0.99549, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99838, 0, 0, 0, 0, 0.99838, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.333333% {
    -webkit-transform: matrix3d(0.99958, 0, 0, 0, 0, 0.99958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99958, 0, 0, 0, 0, 0.99958, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(0.99842, 0, 0, 0, 0, 0.99842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99842, 0, 0, 0, 0, 0.99842, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70% {
    -webkit-transform: matrix3d(0.99802, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99802, 0, 0, 0, 0, 0.99802, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  73.333333% {
    -webkit-transform: matrix3d(0.99814, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99814, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  76.666667% {
    -webkit-transform: matrix3d(0.99856, 0, 0, 0, 0, 0.99856, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99856, 0, 0, 0, 0, 0.99856, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80% {
    -webkit-transform: matrix3d(0.99907, 0, 0, 0, 0, 0.99907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99907, 0, 0, 0, 0, 0.99907, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(0.99956, 0, 0, 0, 0, 0.99956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99956, 0, 0, 0, 0, 0.99956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  86.666667% {
    -webkit-transform: matrix3d(0.99993, 0, 0, 0, 0, 0.99993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99993, 0, 0, 0, 0, 0.99993, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  90% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99983, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.333333% {
    -webkit-transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99972, 0, 0, 0, 0, 0.99972, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  96.666667% {
    -webkit-transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99971, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99971, 0, 0, 0, 0, 0.99971, 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 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);
  }
}
/*
   Global Header
=================================================================== */
#headerwrap{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

#header {
  line-height: 1;
  position: relative;
}


/*
   Mega Drop
=================================================================== */

.megadrop_line-large:after, .megadrop_line-small:after{
  content: "";
  display: table;
  clear: both;
}

.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: 99;
  display: none;
}
.megadrop_line-large {
  margin: 0 auto 28px;
  padding-top: 15px;
  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%; */
  border-radius: 172px;
  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("../../common/css/img/nav_wiiu.png");
}

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

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

.support {
  border-color: #7a97b2;
  background-image: url("../../common/css/img/nav_support.png");
}

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

	.wiiu {
	  background-image: url("../../common/css/img/nav_wiiu_2x.png");
		background-size: 114px 120px;
	}
	.ds3 {
	  background-image: url("../../common/css/img/nav_3ds_2x.png");
		background-size: 114px 120px;
	}
	.amiibo {
	  background-image: url("../../common/css/img/nav_amiibo_2x.png");
		background-size: 114px 120px;
	}
	.support {
	  background-image: url("../../common/css/img/nav_support_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;
  opacity: 0;
}
.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_circle {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 13px;
  border-width: 9px;
  border-style: solid;
  border-radius: 50%;
  border-color: #434a54;
  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;
}
.other .megadrop_circle {
  border-color: #434a54;
  background-image: url("../../common/css/img/nav_other.png");
}
.other .megadrop_text {
  display: inline-block;
  width: 82px;
  height: 27px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../common/css/img/nav_text_other.png") no-repeat left top;
}

.etc .megadrop_circle {
  border-color: #434a54;
  background-image: url("../../common/css/img/nav_etc.png");
}
.etc .megadrop_text {
  display: inline-block;
  width: 91px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../common/css/img/nav_text_etc.png") no-repeat left top;
}

.corporate .megadrop_circle {
  border-color: #434a54;
  background-image: url("../../common/css/img/nav_corporate.png");
}
.corporate .megadrop_text {
  display: inline-block;
  width: 52px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../common/css/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_circle {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 13px;
  border-radius: 50%;
  overflow: hidden;
  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("../../common/css/img/nav_home.png");
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.megadrop_line_right li .megadrop_text {
  display: inline-block;
  width: 71px;
  height: 13px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../common/css/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) {

	.other .megadrop_circle {
	  background-image: url("../../common/css/img/nav_other_2x.png");
		background-size: 38px 34px;
	}
	.other .megadrop_text {
	  background-image: url("../../common/css/img/nav_text_other_2x.png");
		background-size: 82px 27px;
	}

	.etc .megadrop_circle {
	  background-image: url("../../common/css/img/nav_etc_2x.png");
		background-size: 38px 34px;
	}
	.etc .megadrop_text {
	  background-image: url("../../common/css/img/nav_text_etc_2x.png");
		background-size: 91px 13px;
	}

	.corporate .megadrop_circle {
	  background-image: url("../../common/css/img/nav_corporate_2x.png");
		background-size: 38px 34px;
	}
	.corporate .megadrop_text {
	  background-image: url("../../common/css/img/nav_text_corporate_2x.png");
		background-size: 52px 13px;
	}

	.megadrop_line_right li .megadrop_circle {
	  background-image: url("../../common/css/img/nav_home_2x.png");
		background-size: 30px 28px;
	}
	.megadrop_line_right li .megadrop_text {
	  background-image: url("../../common/css/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 {
  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-weight: bold;
}
.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(../../common/css/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(../../common/css/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%;
}
.megadrop .megadrop_close-top{
  width: 100%;
  height: 25px;
  overflow: hidden;
}
.megadrop .megadrop_close-top div{
  width: 8.33333%;
  min-width: 80px;
  max-width: 100px;
  float: right;
}
.megadrop .megadrop_close-top p{
  width: 76px;
  height: 25px;
  margin: 0 auto;
}
.megadrop .megadrop_close-top .megadrop_closesub{
  display: block;
  width: 76px;
  height: 25px;
  background: transparent url(img/common/btn_close.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-top .megadrop_closesub{
  background: transparent url(img/common/btn_close_2x.png) 0 0 no-repeat;
		background-size: 76px 50px;
	}
}



.megadrop .megadrop_close-top .megadrop_closesub:hover{
  background-position: 0 100%;
}

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