/* グローバルナビゲーション 選択状態指定
+=========================================================+*/
#navTop a {
  background-color: #ff5c79;
  background-image: none;
}
#navTop a span {
  background-image: url(../images/globalmenu/navTop_on.png);
}

/* 共通（style_rwd.css）指定リセット
+=========================================================+*/
#main {
}
#main p {
  margin: 0;
}

/* #mainPanel メインスライダー
+=========================================================+*/
#mainPanel {
  margin-top: 55px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
/* ロード時2枚目以降表示回避 */
#mainPanel .panel {
  display: none;
}
#mainPanel .panel.slick-initialized{
  display: block;
}
#mainPanel img {
  width: 100%;
}

/* slick-theme */
/*
.slick-loading .slick-list {
  background: #fff url("../images/topPage/slick/ajax-loader.gif") center center no-repeat;
}
*/
/* Dots */
.slick-dots {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li button:before {
  line-height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/carousel_mark_off.png");
}
.slick-dots li.slick-active button:before {
  background-image: url("../images/carousel_mark_on.png");
}


/* パネル領域
+=========================================================+*/
#gridBlock {
  margin-top: 20px;
  position:relative;
  *zoom: 1;
}

/* カラム領域指定
--------------------------------------------------------- */
#gridBlock .gridArea {
  position: relative;
  float: left;
  width: 24%;
}
#gridBlock .gwd-page-container.gridArea {
  width: 50%;
  margin-left: 2%;
}

/* 情報ブロック共通指定
--------------------------------------------------------- */
#gridBlock .block {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display:block;
  text-decoration:none;
  border-radius:8px;
}

#gridBlock .block.visible_sm {
  display: none;
}

#gridBlock h2 {
  width: 100%;
  height: 0;
  background-image: url(../images/topPage/title_gridarea.png);
  background-repeat: no-repeat;
  overflow: hidden;
}

/* パネルボタン共通指定
--------------------------------------------------------- */
#gridBlock .btn {
  position: relative;
  display: block;
  float: left;
  margin: 0 2% 10px 0;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  width: 48%;
  height: 230px;
  overflow: hidden;
}
#gridBlock .btn:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* 右三角つきボタン
--------------------------------------------------------- */
.sankaku {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 0.5em 0;
  text-align: center;
  border-radius:8px;
  font-size: 7pt;
  background-color: #fff;
  color:#666;
  line-height: 100%;
  text-decoration: none;
}
.sankaku:after{
  display: block;
  content:"";
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-left-color: #333;
  float: right;
}

#gridBlock .gwd-page-container .sankaku {
  position: absolute;
  bottom: 0;
  width: 97%;
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
}

/* 非開催時非表示設定
+=========================================================+*/
#raceHeadline, #jogaiHeadline, #wrap .bankCondition, #tyushiHeadline, #gridBlock .twitter, #gridBlock .shiteistatus {
  display: none;
}
/* clearfix
+=========================================================+*/
#raceHeadline:after, #jogaiHeadline:after, #gridBlock .gridArea:after, #gridBlock .town:after, .banner:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }


/* .news　お知らせ
--------------------------------------------------------- */
#gridBlock .news {
  padding-top: 15px;
  background-color: #e2f6ff;
}
#gridBlock .news h2 {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 40px;
  background-position: 0 0;
}

#gridBlock .news h2:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/topPage/icon_rss.png") right center no-repeat;
}
#gridBlock .news .msg {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
  font-size: 10pt;
  border-radius: 8px;
}

/* .race　近日開催予定のレース
--------------------------------------------------------- */
#gridBlock .race {
  padding-top: 15px;
  background-color: #eff7ff;
}
#gridBlock .race h2 {
  padding-top: 40px;
  background-position: 0 -50px;
}
#gridBlock .race .box {
  padding: 10px 0;
  background-color: #eff7ff;
  font-size: 10pt;
}
#gridBlock .race a {
  display: block;
  border-top: 1px dotted #000;
}
#gridBlock .race .box p, #gridBlock .race .box dt , #gridBlock .race .box li {
  color: #3969c8;
}
#gridBlock .race dl {
  margin-bottom: 10px;
}

#gridBlock .race .visible_sm {
  display: block;
}
#gridBlock .race .title,
#gridBlock .race dt {
  font-weight: bold;
}
#gridBlock .race .box .time {
  font-size: 8pt;
}
#gridBlock .race a.first {
  border-top: 0;
}


/* .town Kドリームス
--------------------------------------------------------- */
#gridBlock .town {
  padding-top: 15px;
  background-image: url("../images/topPage/bg_oblique_town.png");
}
#gridBlock .town h2 {
  padding-top: 40px;
  background-position: 0 -100px;
}

#gridBlock .town .k5 {
  display: block;
  float: left;
  width: 50px;
  height: 26px;
  background-image: url("../images/icn_k5.png");
  background-repeat: no-repeat;
}
#gridBlock .town .big {
  display: block;
  float: left;
  width: 56px;
  height: 29px;
  background-image: url("../images/icn_big.png");
  background-repeat: no-repeat;
}
#gridBlock .town .box {
  padding: 10px 0;
  border-top: 1px dotted #000;
}
#gridBlock .town .box.first {
  border-top: 0;
}

#gridBlock .town .box p {
  font-weight: bold;
  font-size: 12pt;
  color: #000;
}
#gridBlock .town .box p.carry {
  font-size: 8pt;
  padding-top: 10px;
  font-weight: normal;
  overflow: hidden;
  *zoom: 1;
}

#gridBlock .town .box p.carry span {
  margin-top: -10px;
  margin-right: 15px;
}


/* .guide　ケイリンガイド
--------------------------------------------------------- */
#gridBlock .guide {
  background-image: url("../images/topPage/bg_oblique_guide.png");
}
#gridBlock .guide h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -498px;
}

/* .access　交通アクセス
--------------------------------------------------------- */
#gridBlock .access {
  background-image: url("../images/topPage/bg_oblique_access.png");
}
#gridBlock .access h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -448px;
}

/* .mailMagazine　メールマガジン
--------------------------------------------------------- */
#gridBlock .mailmagazine {
  background-image: url("../images/topPage/bg_oblique_mailmagazine.png");
}
#gridBlock .mailmagazine h2 {
  position: absolute;
  top: 20px;
  padding-top: 64px;
  background-position: 0 -598px;
}

/* .present　キャッシュバック＆プレゼント
--------------------------------------------------------- */
#gridBlock .cashBack {
  background-image: url("../images/topPage/bg_oblique_cashback.png");
}
#gridBlock .cashBack h2 {
  position: absolute;
  top: 20px;
  padding-top: 64px;
  background-position: 0 -324px;
}
/* .line　Line
--------------------------------------------------------- */
#gridBlock .line {
  background-image: url("../images/topPage/bg_oblique_line.png");
}
#gridBlock .line h2 {
  position: absolute;
  background: url("../images/topPage/title_line.png?ver=20180525") center center no-repeat;
  width: 152px;
  height: 0;
  padding-top: 70px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: line_anime 3s ease infinite;
}

@keyframes line_anime {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

/* .twitter twitter
--------------------------------------------------------- */
#gridBlock .twitter {
  background-image: url("../images/topPage/bg_oblique_twitter.png");
}
#gridBlock .twitter h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -672px;
}

/* .shiteistatus 指定席空席情報
--------------------------------------------------------- */
#gridBlock .shiteistatus {
  background-image: url("../images/bg_stripe_y2.png");
}
#gridBlock .shiteistatus h2 {
  position: absolute;
  top: 20px;
  padding-top: 64px;
  background-position: 0 -722px;
}

#gridBlock .shiteistatus img {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  width: 72px;
  margin: auto;
  animation: seat 3s ease infinite; transform-origin: 50% 50%;
}
@keyframes seat {
  0% { transform:translate(0,0) } 4.41177% { transform:translate(5px,0) } 8.82353% { transform:translate(0,0) } 13.23529% { transform:translate(5px,0) } 17.64706% { transform:translate(0,0) } 22.05882% { transform:translate(5px,0) } 26.47059% { transform:translate(0,0) } 100% { transform:translate(0,0) }
}

/* .coupon 特別観覧席クーポン
--------------------------------------------------------- */
#gridBlock .coupon {
  background-color: #fdf1f0;
}
#gridBlock .coupon h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -398px;
}

/* .girls ガールズケイリン
--------------------------------------------------------- */
#gridBlock .girls {
  background-image: url("../images/topPage/bg_oblique_girls.png");
}

#gridBlock .girls h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -548px;
}

#gridBlock .girls .body {
  padding:0.5em;
  border-top:1px dotted #666;
  font-size:9pt;
  position:absolute;
  top:138px;
  left:10px;
  width: 97%;
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  margin: auto;
  text-align: left;
  color:#666;
}


/* .spot スポット紹介
--------------------------------------------------------- */
#gridBlock .spot {
  background-color: #fbe6e6;
  overflow: hidden;
  text-align: center;
}
#gridBlock .spot h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -200px;
  z-index: 2;
}
#gridBlock .spot .trim:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../images/topPage/bg_spot_trim.png") center top no-repeat;
  border-radius: 8px;
}
#gridBlock .spot .trim img {
  max-width: none;
  height: auto;
  margin: auto;
}

/* .event イベント＆ファンサービス
--------------------------------------------------------- */
#gridBlock .event {
  background-color: #d3e49e;
}
#gridBlock .event h2 {
  position: absolute;
  top: 20px;
  padding-top: 64px;
  background-position: 0 -250px;
}

/* .schedule 開催日程
--------------------------------------------------------- */
#gridBlock .schedule h2 {
  position: absolute;
  top: 20px;
  padding-top: 40px;
  background-position: 0 -150px;
}
#gridBlock .schedule {
  background-image: url("../images/topPage/bg_oblique_schedule.png");
}

/* .racingInfo RACING INFO
--------------------------------------------------------- */
#gridBlock .racingInfo {
  background-color: #ffa7a8;
  padding-top: 15px;
}

#gridBlock .racingInfo.hidden_xs {
  padding-left: 8px;
  padding-right: 8px;
}

#gridBlock .racingInfo h2 {
  margin-bottom: 10px;
  padding-top: 20px;
  background-image: url("../images/topPage/title_racinginfo_blog.png");
  background-position: 0 0;
}
#gridBlock .racingInfo.hidden_xs h2 {
  background-position: 2px 0;
}

#gridBlock .racingInfo ul {
  width: 211px;
  margin: 0 auto;
}
#gridBlock .racingInfo li {
  margin-bottom: 10px;
}
#gridBlock .racingInfo .pane4 li {
  float: left;
}
#gridBlock .racingInfo .pane4 li:nth-child(odd) {
  margin-right: 6px;
}

#gridBlock .racingInfo a {
  display: block;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
}
#gridBlock .racingInfo .pane2 a {
  width: 211px;
}
#gridBlock .racingInfo .pane4 a {
  width: 101px;
}

/* RACING INFOボタン */
#gridBlock .racingInfo .pane2 .btnRacingInfoKaisai a {
  background-image: url("../images/btn_racing_info/kaisai.png");
}
#gridBlock .racingInfo .pane2 .btnRacingInfoKeirin a {
  background-image: url("../images/btn_racing_info/keirin.png");
}
#gridBlock .racingInfo .pane2 .btnRacingInfoEntry a {
  background-image: url("../images/btn_racing_info/player.png");
}
#gridBlock .racingInfo .pane4 .btnRacingInfoShutsuba a {
  background-image: url("../images/btn_racing_info/shutsuba.png");
}
#gridBlock .racingInfo .pane4 .btnRacingInfoResult a {
  background-image: url("../images/btn_racing_info/result.png");
}
#gridBlock .racingInfo .pane4 .btnRacingInfoJounal a {
  background-image: url("../images/btn_racing_info/jounal.png");
}
/*#gridBlock .racingInfo .pane4 #btnRacingInfoTenbou a {
  background-image: url("../images/btn_racing_info/tenbou.png");
}*/
#gridBlock .racingInfo .pane4 .btnRacingInfoKspo a {
  background-image: url("../images/btn_racing_info/kspo.png");
}

/* .blog 選手ブログ
--------------------------------------------------------- */
#gridBlock .blog {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}
#gridBlock .blog :after {
  position: absolute;
  display:block;
  content: "";
  bottom: -25px;
  right: 0;
  width: 68px;
  height: 0;
  padding-top: 72px;
  background: url("../images/topPage/title_racinginfo_blog.png") -78px -72px no-repeat;
  overflow: hidden;
}

#gridBlock .blog h2 {
  width: 100%;
  height: auto;
  padding: 5px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: none;
  background-color: #fa9b9b;
  overflow: visible;
}
#gridBlock .blog h2 a {
  display:block;
  height: 0;
  padding-top: 28px;
  padding-left: 10px;
  background: #fa9b9b url("../images/topPage/title_racinginfo_blog.png") 10px -42px no-repeat;
  overflow: hidden;
}

#gridBlock .blog .body {
  border-left: 1px dashed #fa9b9b;
  border-right: 1px dashed #fa9b9b;
  padding-top: 10px;
}
#gridBlock .blog .body li {
  padding: 5px 10px;
  border-bottom: 1px dashed #fa9b9b;
}
#gridBlock .blog .body li a {
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  *zoom: 1;
}
#gridBlock .blog .face {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: -32px;
}
#gridBlock .blog .desc {
  float: right;
  width: 100%;

}
#gridBlock .blog .desc p {
  padding: 0 0 0 42px;
  text-indent: 0;
  font-size: 10pt;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#gridBlock .blog .foot {
  margin: 0;
  padding: 10px;
  background-color:#fffBf9;
  border-left: 1px dashed #fa9b9b;
  border-right: 1px dashed #fa9b9b;
  border-bottom: 1px dashed #fa9b9b;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#gridBlock .blog .foot .andMore a {
  display: block;
  color: #fa9b9b;
  text-decoration: none;
  font-size: 9pt;
}

/* .banner バナー表示
--------------------------------------------------------- */
#gridBlock .banner li {
  margin-bottom: 10px;
  text-align: center;
}

/* #emergency　緊急メッセージ */
#emergency {
  width:100%;
  margin:0;
  background:#3064c9;
  text-align:center;
}
#emergency p {
  width:100%;
  max-width: 960px;
  color:#fff;
  font-weight:bold;
  margin:0 auto;
  padding:10px 0;
}



/* カレンダー表示領域
+=========================================================+*/
#top_sch {
  padding: 20px 30px;
  background-color: #FFFAE4;
  border-radius: 15px;
  margin: 10px auto;
}

#top_sch_title {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: solid 2px #ef6060;
}
#top_sch h4 {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 14pt;
}
#btn_top_sch {
  position: absolute;
  display: block;
  bottom: 0;
  right: 15px;
  line-height: 0;
}


/* パネルボタンアニメーション指定（iconmove.cssより移動）
+=========================================================+*/
@keyframes gp02animation01_gwd-keyframes {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25% {
    transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  50% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  75% {
    transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp02animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  75% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp02animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  25% {
    -moz-transform: translate3d(0, -4px, 0);
    -moz-animation-timing-function: linear;
  }
  50% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  75% {
    -moz-transform: translate3d(0, -4px, 0);
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group2"] .gp02animation01 {
  animation: gp02animation01_gwd-keyframes 0.6s linear 0s infinite normal forwards;
  -webkit-animation: gp02animation01_gwd-keyframes 0.6s linear 0s infinite normal forwards;
  -moz-animation: gp02animation01_gwd-keyframes 0.6s linear 0s infinite normal forwards;
}
@keyframes gp02animation02_gwd-keyframes {
  0% {
    transform: translate3d(0px, 4px, 0px);
    -webkit-transform: translate3d(0px, 4px, 0px);
    -moz-transform: translate3d(0px, 4px, 0px);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25% {
    transform: translate3d(0px, 2.63636px, 0px);
    -webkit-transform: translate3d(0px, 2.63636px, 0px);
    -moz-transform: translate3d(0px, 2.63636px, 0px);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  50% {
    transform: translate3d(0px, 1.27273px, 0px);
    -webkit-transform: translate3d(0px, 1.27273px, 0px);
    -moz-transform: translate3d(0px, 1.27273px, 0px);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  75% {
    transform: translate3d(0px, -0.214875px, 0px);
    -webkit-transform: translate3d(0px, -0.214875px, 0px);
    -moz-transform: translate3d(0px, -0.214875px, 0px);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0px, -2px, 0px);
    -webkit-transform: translate3d(0px, -2px, 0px);
    -moz-transform: translate3d(0px, -2px, 0px);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp02animation02_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0px, 4px, 0px);
    -webkit-animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translate3d(0px, 2.63636px, 0px);
    -webkit-animation-timing-function: linear;
  }
  50% {
    -webkit-transform: translate3d(0px, 1.27273px, 0px);
    -webkit-animation-timing-function: linear;
  }
  75% {
    -webkit-transform: translate3d(0px, -0.214875px, 0px);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0px, -2px, 0px);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp02animation02_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0px, 4px, 0px);
    -moz-animation-timing-function: linear;
  }
  25% {
    -moz-transform: translate3d(0px, 2.63636px, 0px);
    -moz-animation-timing-function: linear;
  }
  50% {
    -moz-transform: translate3d(0px, 1.27273px, 0px);
    -moz-animation-timing-function: linear;
  }
  75% {
    -moz-transform: translate3d(0px, -0.214875px, 0px);
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0px, -2px, 0px);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group2"] .gp02animation02 {
  animation: gp02animation02_gwd-keyframes 0.6s linear 0s infinite normal forwards;
  -webkit-animation: gp02animation02_gwd-keyframes 0.6s linear 0s infinite normal forwards;
  -moz-animation: gp02animation02_gwd-keyframes 0.6s linear 0s infinite normal forwards;
}
@keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes gwd-empty-animation {
  0% {
    opacity: 0.001;
  }
  100% {
    opacity: 0;
  }
}
/*[data-gwd-group="Group1"] .gp01.gwd-img-17x9 {
  position: absolute;
  top: 0px;
  width: 230px;
  height: 230px;
  left: 0;
}*/
[data-gwd-group="Group1"] .gp01.gwd-img-nwlx {
  position: absolute;
  width: 110px;
  height: 86px;
  /*left: 316px;*/
  top: 88px;
  left: 0;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group1"] .gp01.gwd-img-6wvm {
  position: absolute;
  width: 69px;
  height: 14px;
  top: 80px;
  /*left: 81px;*/
  left: 1px;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group1"] .gp01.gwd-img-1k68 {
  /*left: 60px;*/
  left: 0;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group1"] .gp01.gwd-img-19u6 {
  /*left: 60px;*/
  left: 0;
  right: 0;
  margin: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  opacity: 1;
}
@keyframes gp01animation01_gwd-keyframes {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  10% {
    transform: translate3d(0, -20px, 0) scale3d(1, 0.52907, 1);
    -webkit-transform: translate3d(0, -20px, 0) scale3d(1, 0.52907, 1);
    -moz-transform: translate3d(0, -20px, 0) scale3d(1, 0.52907, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25% {
    transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    -webkit-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    -moz-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    -webkit-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    -moz-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp01animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  10% {
    -webkit-transform: translate3d(0, -20px, 0) scale3d(1, 0.52907, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  25% {
    -webkit-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp01animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  10% {
    -moz-transform: translate3d(0, -20px, 0) scale3d(1, 0.52907, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  25% {
    -moz-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0, -42px, 0) scale3d(1, 0.0116279, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group1"] .gp01animation01 {
  animation: gp01animation01_gwd-keyframes 2.4s linear 0s infinite normal forwards;
  -webkit-animation: gp01animation01_gwd-keyframes 2.4s linear 0s infinite normal forwards;
  -moz-animation: gp01animation01_gwd-keyframes 2.4s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group2"] .gp02.gwd-img-1v5v {
  position: absolute;
  top: 0px;
  left: 0;
  width: 230px;
  height: 230px;
}*/
[data-gwd-group="Group2"] .gp02.gwd-img-1eq2 {
  position: absolute;
  width: 78px;
  height: 94px;
  /*left: 76px;*/
  top: 68px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
[data-gwd-group="Group2"] .gp02.gwd-img-xfdg {
  position: absolute;
  width: 74px;
  height: 55px;
  /*left: 78px;*/
  top: 135px;
  left: 0;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group2"] .gp02.gwd-img-1g65 {
  position: absolute;
  width: 60px;
  height: 50px;
  /*left: 85px;*/
  top: 137px;
  left: 0;
  right: 0;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, 4px, 0px);
  -webkit-transform: translate3d(0px, 4px, 0px);
  -moz-transform: translate3d(0px, 4px, 0px);
}
/*[data-gwd-group="Group3"] .gp03.gwd-img-18ye {
  position: absolute;
  left: 0;
  width: 230px;
  height: 230px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, 245px, 0px);
  -webkit-transform: translate3d(0px, 245px, 0px);
  -moz-transform: translate3d(0px, 245px, 0px);
  top: -245px;
}*/
[data-gwd-group="Group3"] .gp03.gwd-img-1s7r {
  position: absolute;
  width: 230px;
  height: 230px;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  top: -245px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
  -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
  -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
}
[data-gwd-group="Group3"] {
  background-color: #fbe6e6;
}
@keyframes gp03animation01_gwd-keyframes {
  0% {
    transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  10% {
    transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  20% {
    transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
  }
  40% {
    transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  80% {
    transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  95% {
    transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp03animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  10% {
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  20% {
    -webkit-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease;
  }
  40% {
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  80% {
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  95% {
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp03animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  10% {
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  20% {
    -moz-transform: translate3d(0px, 248px, 0px) scale3d(0.704348, 0.704348, 1);
    opacity: 1;
    -moz-animation-timing-function: ease;
  }
  40% {
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  80% {
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  95% {
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0px, 245px, 0px) scale3d(1, 1, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group3"] .gp03animation01 {
  animation: gp03animation01_gwd-keyframes 3.7s linear 0s infinite normal forwards;
  -webkit-animation: gp03animation01_gwd-keyframes 3.7s linear 0s infinite normal forwards;
  -moz-animation: gp03animation01_gwd-keyframes 3.7s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group4"] .gp04.gwd-img-ocn8 {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 0;
  top: 0px;
}*/
[data-gwd-group="Group4"] .gp04.gwd-img-g1tc {
  position: absolute;
  width: 84px;
  height: 124px;
  /*left: 72px;*/
  top: 73px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, -6px, 0px);
  -webkit-transform: translate3d(0px, -6px, 0px);
  -moz-transform: translate3d(0px, -6px, 0px);
}
[data-gwd-group="Group4"] .gp04.gwd-img-pxz1 {
  position: absolute;
  width: 84px;
  height: 124px;
  /*left: 72px;*/
  left: 0;
  right: 0;
  margin: auto;
  top: 73px;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, -6px, 0px);
  -webkit-transform: translate3d(0px, -6px, 0px);
  -moz-transform: translate3d(0px, -6px, 0px);
}


@keyframes gp04animation01_gwd-keyframes {
  0% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp04animation01_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp04animation01_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  50% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group4"] .gp04animation01 {
  animation: gp04animation01_gwd-keyframes 2s linear 0s infinite normal forwards;
  -webkit-animation: gp04animation01_gwd-keyframes 2s linear 0s infinite normal forwards;
  -moz-animation: gp04animation01_gwd-keyframes 2s linear 0s infinite normal forwards;
}

/*[data-gwd-group="Group5"] .gp05.gwd-img-hirg {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 0;
  top: 0px;
}*/
[data-gwd-group="Group5"] .gp05.gwd-img-1yob {
  position: absolute;
  width: 97px;
  height: 98px;
  /*left: 68px;*/
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group5"] .gp05.gwd-img-5u03 {
  position: absolute;
  width: 42px;
  height: 43px;
  /*left: 96px;*/
  top: 144px;
  left: 0;
  right: 0;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  opacity: 1;
  transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
  -webkit-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
  -moz-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
}
@keyframes gp05animation01_gwd-keyframes {
  0% {
    transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  9.8% {
    transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  49.02% {
    transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  58.82% {
    transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  60.78% {
    transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp05animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  9.8% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  49.02% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  58.82% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  60.78% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp05animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  9.8% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  49.02% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  58.82% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  60.78% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.047619, 1, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0, -1px, 0) scale3d(1, 1, 1);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group5"] .gp05animation01 {
  animation: gp05animation01_gwd-keyframes 5.1s linear 0s infinite normal forwards;
  -webkit-animation: gp05animation01_gwd-keyframes 5.1s linear 0s infinite normal forwards;
  -moz-animation: gp05animation01_gwd-keyframes 5.1s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group6"] .gp06.gwd-img-k7jt {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 0;
  top: 0px;
}*/
[data-gwd-group="Group6"] .gp06.gwd-img-g2ko {
  position: absolute;
  width: 86px;
  height: 53px;
  top: 74px;
  /*left: 23px;*/
  left: -90px;
  right:0;
  margin: auto;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}
[data-gwd-group="Group6"] .gp06.gwd-img-1gfr {
  position: absolute;
  width: 96px;
  height: 51px;
  top: 75px;
  /*left: 110px;*/
  left: 0;
  right:-90px;
  margin: auto;
}

@keyframes gp06animation01_gwd-keyframes {
  0% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  12.2% {
    transform: rotateY(359deg);
    -webkit-transform: rotateY(359deg);
    -moz-transform: rotateY(359deg);
    animation-timing-function: step-end;
    -webkit-animation-timing-function: step-end;
    -moz-animation-timing-function: step-end;
  }
  14.63% {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  26.83% {
    transform: rotateY(359deg);
    -webkit-transform: rotateY(359deg);
    -moz-transform: rotateY(359deg);
    animation-timing-function: step-end;
    -webkit-animation-timing-function: step-end;
    -moz-animation-timing-function: step-end;
  }
  100% {
    transform: rotateY(-0.999999deg);
    -webkit-transform: rotateY(-0.999999deg);
    -moz-transform: rotateY(-0.999999deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp06animation01_gwd-keyframes {
  0% {
    -webkit-transform: rotateY(0deg);
    -webkit-animation-timing-function: linear;
  }
  12.2% {
    -webkit-transform: rotateY(359deg);
    -webkit-animation-timing-function: step-end;
  }
  14.63% {
    -webkit-transform: rotateY(0deg);
    -webkit-animation-timing-function: linear;
  }
  26.83% {
    -webkit-transform: rotateY(359deg);
    -webkit-animation-timing-function: step-end;
  }
  100% {
    -webkit-transform: rotateY(-0.999999deg);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp06animation01_gwd-keyframes {
  0% {
    -moz-transform: rotateY(0deg);
    -moz-animation-timing-function: linear;
  }
  12.2% {
    -moz-transform: rotateY(359deg);
    -moz-animation-timing-function: step-end;
  }
  14.63% {
    -moz-transform: rotateY(0deg);
    -moz-animation-timing-function: linear;
  }
  26.83% {
    -moz-transform: rotateY(359deg);
    -moz-animation-timing-function: step-end;
  }
  100% {
    -moz-transform: rotateY(-0.999999deg);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group6"] .gp06animation01 {
  animation: gp06animation01_gwd-keyframes 4.1s linear 0s infinite normal forwards;
  -webkit-animation: gp06animation01_gwd-keyframes 4.1s linear 0s infinite normal forwards;
  -moz-animation: gp06animation01_gwd-keyframes 4.1s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group7"] .gp07.gwd-img-oyg5 {
  position: absolute;
  left: 0;
  width: 230px;
  height: 230px;
  top: 0px;
}*/
[data-gwd-group="Group7"] .gp07.gwd-img-r6bf {
  position: absolute;
  width: 107px;
  height: 97px;
  /*left: 62px;*/
  top: 86px;
  left: 0;
  right: 0;
  margin: auto;
}
[data-gwd-group="Group7"] .gp07.gwd-img-yp1l {
  position: absolute;
  width: 64px;
  height: 35px;
  margin: auto;
}
[data-gwd-group="Group7"] .gp07.gwd-img-1aju {
  /*left: 96px;*/
  top: 140px;
  opacity: 0;
  left: 14px;
  right: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
[data-gwd-group="Group7"] .gp07.gwd-img-kek8 {
  /*left: 72px;*/
  top: 120px;
  left: -14px;
  right: 0;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, -15px, 0px);
  -webkit-transform: translate3d(0px, -15px, 0px);
  -moz-transform: translate3d(0px, -15px, 0px);
}
[data-gwd-group="Group7"] .gp07.gwd-img-1mne {
  /*left: 84px;*/
  top: 130px;
  left: 0;
  right: 0;
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@keyframes gp07animation01_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0px, -15px, 0px);
    -webkit-transform: translate3d(0px, -15px, 0px);
    -moz-transform: translate3d(0px, -15px, 0px);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp07animation01_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -15px, 0px);
    -webkit-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  14.29% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp07animation01_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -15px, 0px);
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group7"] .gp07animation01 {
  animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -webkit-animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -moz-animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
}
@keyframes gp07animation02_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    transform: translate3d(0px, -15px, 0px);
    -webkit-transform: translate3d(0px, -15px, 0px);
    -moz-transform: translate3d(0px, -15px, 0px);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp07animation02_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -15px, 0px);
    -webkit-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp07animation02_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    -moz-transform: translate3d(0px, -15px, 0px);
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group7"] .gp07animation02 {
  animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -webkit-animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -moz-animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
}
@keyframes gp07animation03_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 0;
    transform: translate3d(0px, -15px, 0px);
    -webkit-transform: translate3d(0px, -15px, 0px);
    -moz-transform: translate3d(0px, -15px, 0px);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp07animation03_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  28.57% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -15px, 0px);
    -webkit-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp07animation03_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  10.2% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  14.29% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: ease-out;
  }
  24.49% {
    opacity: 0;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  28.57% {
    opacity: 0;
    -moz-transform: translate3d(0px, -15px, 0px);
    -moz-animation-timing-function: ease-out;
  }
  38.78% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group7"] .gp07animation03 {
  animation: gp07animation03_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -webkit-animation: gp07animation03_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  -moz-animation: gp07animation03_gwd-keyframes 4.9s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group8"] .gp08.gwd-img-184j {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 0px;
  left: 1.17265px;
}*/
[data-gwd-group="Group8"] .gp08.gwd-img-1l51 {
  position: absolute;
  width: 105px;
  height: 78px;
  top: 107px;
  left: 0;
  right: 0;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
  -webkit-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
  -moz-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
  opacity: 0;
  /*left: 64.1726px;*/
}
@keyframes gp08animation01_gwd-keyframes {
  0% {
    transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
    -webkit-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
    -moz-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  5.36% {
    transform: translate3d(-37px, -15px, 0px) rotateZ(15deg);
    -webkit-transform: translate3d(-37px, -15px, 0px) rotateZ(15deg);
    -moz-transform: translate3d(-37px, -15px, 0px) rotateZ(15deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  14.29% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  67.86% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  76.79% {
    transform: translate3d(37px, -15px, 0px) rotateZ(-15deg);
    -webkit-transform: translate3d(37px, -15px, 0px) rotateZ(-15deg);
    -moz-transform: translate3d(37px, -15px, 0px) rotateZ(-15deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  82.14% {
    transform: translate3d(52px, -20px, 0px) rotateZ(-20deg);
    -webkit-transform: translate3d(52px, -20px, 0px) rotateZ(-20deg);
    -moz-transform: translate3d(52px, -20px, 0px) rotateZ(-20deg);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0, 0, 0) rotateZ(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 0;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp08animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  5.36% {
    -webkit-transform: translate3d(-37px, -15px, 0px) rotateZ(15deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  14.29% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  67.86% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  76.79% {
    -webkit-transform: translate3d(37px, -15px, 0px) rotateZ(-15deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  82.14% {
    -webkit-transform: translate3d(52px, -20px, 0px) rotateZ(-20deg);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp08animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(-54px, -20px, 0) rotateZ(20deg);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  5.36% {
    -moz-transform: translate3d(-37px, -15px, 0px) rotateZ(15deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  14.29% {
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  67.86% {
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  76.79% {
    -moz-transform: translate3d(37px, -15px, 0px) rotateZ(-15deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  82.14% {
    -moz-transform: translate3d(52px, -20px, 0px) rotateZ(-20deg);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0) rotateZ(0deg);
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group8"] .gp08animation01 {
  animation: gp08animation01_gwd-keyframes 5.6s linear 0s infinite normal forwards;
  -webkit-animation: gp08animation01_gwd-keyframes 5.6s linear 0s infinite normal forwards;
  -moz-animation: gp08animation01_gwd-keyframes 5.6s linear 0s infinite normal forwards;
}
[data-gwd-group="Group8"] .gp08.gwd-img-fcfc {
  left: 1.17265px;
}
/*[data-gwd-group="Group9"] .gp09.gwd-img-a96n {
  position: absolute;
  left: 0;
  width: 230px;
  height: 230px;
  top: 0px;
}*/
[data-gwd-group="Group9"] .gp09.gwd-img-ml9s {
  position: absolute;
  width: 103px;
  height: 46px;
  /*left: 102px;*/
  left: 0;
  right: -50px;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
  -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
  -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
  top: 126px;
  opacity: 0;
}
[data-gwd-group="Group9"] .gp09.gwd-img-30hy {
  position: absolute;
  width: 103px;
  height: 46px;
  /*left: 25px;*/
  left: -50px;
  right: 0;
  margin: auto;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  top: 94px;
  transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
  -webkit-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
  -moz-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
  opacity: 0;
}
@keyframes gp09animation01_gwd-keyframes {
  0% {
    transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
    -webkit-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
    -moz-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
    opacity: 0;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  10% {
    transform: translate3d(0px, -17px, 0px) rotateZ(5deg);
    -webkit-transform: translate3d(0px, -17px, 0px) rotateZ(5deg);
    -moz-transform: translate3d(0px, -17px, 0px) rotateZ(5deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  20% {
    transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  30% {
    transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  40% {
    transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: translate3d(0px, -7px, 0px) rotateZ(9.99999deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(9.99999deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(9.99999deg);
    opacity: 1;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp09animation01_gwd-keyframes {
  0% {
    -webkit-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: translate3d(0px, -17px, 0px) rotateZ(5deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  20% {
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  30% {
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  40% {
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(9.99999deg);
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp09animation01_gwd-keyframes {
  0% {
    -moz-transform: translate3d(0px, 30px, 0px) rotateZ(-20deg);
    opacity: 0;
    -moz-animation-timing-function: ease-out;
  }
  10% {
    -moz-transform: translate3d(0px, -17px, 0px) rotateZ(5deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  20% {
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -moz-animation-timing-function: ease-out;
  }
  30% {
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  40% {
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(10deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(9.99999deg);
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group9"] .gp09animation01 {
  animation: gp09animation01_gwd-keyframes 5s linear 0s infinite normal forwards;
  -webkit-animation: gp09animation01_gwd-keyframes 5s linear 0s infinite normal forwards;
  -moz-animation: gp09animation01_gwd-keyframes 5s linear 0s infinite normal forwards;
}
@keyframes gp09animation02_gwd-keyframes {
  0% {
    opacity: 0;
    transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  10% {
    opacity: 0;
    transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -webkit-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -moz-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  20% {
    opacity: 0;
    transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -webkit-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -moz-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    transform: translate3d(0px, -48px, 0px) rotateZ(-5deg);
    -webkit-transform: translate3d(0px, -48px, 0px) rotateZ(-5deg);
    -moz-transform: translate3d(0px, -48px, 0px) rotateZ(-5deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  40% {
    opacity: 1;
    transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp09animation02_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-animation-timing-function: ease-out;
  }
  10% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -webkit-animation-timing-function: linear;
  }
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -webkit-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0px, -48px, 0px) rotateZ(-5deg);
    -webkit-animation-timing-function: linear;
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp09animation02_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-animation-timing-function: ease-out;
  }
  10% {
    opacity: 0;
    -moz-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -moz-animation-timing-function: linear;
  }
  20% {
    opacity: 0;
    -moz-transform: translate3d(0px, 3px, 0px) rotateZ(12deg);
    -moz-animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
    -moz-transform: translate3d(0px, -48px, 0px) rotateZ(-5deg);
    -moz-animation-timing-function: linear;
  }
  40% {
    opacity: 1;
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0px, -7px, 0px) rotateZ(-15deg);
    -moz-animation-timing-function: linear;
  }
}
.gwd-play-animation [data-gwd-group="Group9"] .gp09animation02 {
  animation: gp09animation02_gwd-keyframes 5s linear 0s infinite normal forwards;
  -webkit-animation: gp09animation02_gwd-keyframes 5s linear 0s infinite normal forwards;
  -moz-animation: gp09animation02_gwd-keyframes 5s linear 0s infinite normal forwards;
}
@keyframes gp10animation01_gwd-keyframes {
  0% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  4.65% {
    transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
    -moz-transform: rotateZ(-6deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  11.63% {
    transform: rotateZ(8deg);
    -webkit-transform: rotateZ(8deg);
    -moz-transform: rotateZ(8deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  18.6% {
    transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
    -moz-transform: rotateZ(-6deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  25.58% {
    transform: rotateZ(8deg);
    -webkit-transform: rotateZ(8deg);
    -moz-transform: rotateZ(8deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  30.23% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
  }
}
@-webkit-keyframes gp10animation01_gwd-keyframes {
  0% {
    -webkit-transform: rotateZ(0deg);
    -webkit-animation-timing-function: linear;
  }
  4.65% {
    -webkit-transform: rotateZ(-6deg);
    -webkit-animation-timing-function: linear;
  }
  11.63% {
    -webkit-transform: rotateZ(8deg);
    -webkit-animation-timing-function: linear;
  }
  18.6% {
    -webkit-transform: rotateZ(-6deg);
    -webkit-animation-timing-function: linear;
  }
  25.58% {
    -webkit-transform: rotateZ(8deg);
    -webkit-animation-timing-function: linear;
  }
  30.23% {
    -webkit-transform: rotateZ(0deg);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes gp10animation01_gwd-keyframes {
  0% {
    -moz-transform: rotateZ(0deg);
    -moz-animation-timing-function: linear;
  }
  4.65% {
    -moz-transform: rotateZ(-6deg);
    -moz-animation-timing-function: linear;
  }
  11.63% {
    -moz-transform: rotateZ(8deg);
    -moz-animation-timing-function: linear;
  }
  18.6% {
    -moz-transform: rotateZ(-6deg);
    -moz-animation-timing-function: linear;
  }
  25.58% {
    -moz-transform: rotateZ(8deg);
    -moz-animation-timing-function: linear;
  }
  30.23% {
    -moz-transform: rotateZ(0deg);
    -moz-animation-timing-function: linear;
  }
  100% {
    -moz-transform: rotateZ(0deg);
    -moz-animation-timing-function: linear;
  }
}
[data-gwd-group="Group10"] .gp10animation01 {
  animation: gp10animation01_gwd-keyframes 4.3s linear 0s infinite normal forwards;
  -webkit-animation: gp10animation01_gwd-keyframes 4.3s linear 0s infinite normal forwards;
  -moz-animation: gp10animation01_gwd-keyframes 4.3s linear 0s infinite normal forwards;
}
/*[data-gwd-group="Group10"] .gp10.gwd-img-190w {
  position: absolute;
  top: 0px;
  left: 0;
  width: 230px;
  height: 230px;
}*/
[data-gwd-group="Group10"] .gp10.gwd-img-402h {
  position: absolute;
  width: 134px;
  height: 109px;
  /*left: 48px;*/
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}


/* 960px未満指定
+=========================================================+*/
@media screen and (max-width: 959px) {
  #gridBlock .gridArea:first-child {
    float: none;
    width: 100%;
  }
  #gridBlock .gwd-page-container.gridArea {
    width: 66%;
    margin-left: 0;
  }

  #gridBlock .btn {
    width: 49%;
  }
  #gridBlock .btn:nth-child(even) {
    margin-right: 0;
    width: 48%;
  }

  #gridBlock .gridArea:last-child {
    width: 32%;
  }
}


/* 768px以下指定
+=========================================================+*/
@media screen and (max-width: 768px) {
  /* メインスライダー */
  #mainPanel {
    margin-top: 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
  .slick-dots {
    position: absolute;
    bottom: -25px;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  #gridBlock .block.visible_sm {
    display: block;
  }
  #gridBlock .block.hidden_sm {
    display: none;
  }

  /* 近日開催レース */
  #gridBlock .race a {
    text-decoration: none;
  }
  #gridBlock .race a:last-child {
    display: none;
  }

  /* 開催カレンダー非表示 */
  #top_sch {
    display: none;
  }
  /* グリッド領域サイズ変更 */
  #gridBlock .gwd-page-container.gridArea {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #gridBlock .gridArea:last-child {
    float: none;
    width: 100%;
  }

  /*Raceing Info */
  #gridBlock .racingInfo ul {
    width: auto;
  }
  #gridBlock .racingInfo a {
    height: auto;
    padding: 5px;
    color:#f54040;
    text-align:center;
    font-size:14px;
    line-height:24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 0px rgba(255,255,255,0.75) inset,-1px -1px 1px 0px rgba(0,0,0,0.25) inset;
  }
  #gridBlock .racingInfo .pane2 li,
  #gridBlock .racingInfo .pane4 li {
    float: left;
    width: 49%;
  }
  #gridBlock .racingInfo .pane2 li:nth-child(odd),
  #gridBlock .racingInfo .pane4 li:nth-child(odd) {
    margin-right: 2%;
  }
  #gridBlock .racingInfo .pane2 a,
  #gridBlock .racingInfo .pane4 a {
    width: 100%;
  }
  /* RACING INFOボタン */
  #gridBlock .racingInfo .pane2 .btnRacingInfoKaisai a,
  #gridBlock .racingInfo .pane2 .btnRacingSpLive a,
  #gridBlock .racingInfo .pane2 .btnRacingInfoKeirin a,
  #gridBlock .racingInfo .pane2 .btnRacingInfoEntry a,
  #gridBlock .racingInfo .pane4 .btnRacingInfoShutsuba a,
  #gridBlock .racingInfo .pane4 .btnRacingInfoResult a,
  #gridBlock .racingInfo .pane4 .btnRacingInfoJounal a,
  /*#gridBlock .racingInfo .pane4 #btnRacingInfoTenbou a*/
  #gridBlock .racingInfo .pane4 .btnRacingInfoKspo a {
    background: #ffecec; /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 214, 214, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 214, 214, 1) 100%);
    white-space: nowrap;
  }

  /* バナー表示
  --------------------------------------------------------- */
  .banner li {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
  .banner li img {
    width:100%;
  }
}

/* 481px以上768以下限定指定
+=========================================================+*/
@media screen and (min-width: 481px) and (max-width: 768px)  {
  #gridBlock .town .box {
    float: left;
    width: 48%;
    border-top: 0;
  }
  #gridBlock .town .box.first {
    margin-right: 2%;
  }
}

/* 480px以下指定
+=========================================================+*/
@media screen and (max-width: 480px) {
  #gridBlock .btn {
    height: 145px;
    padding: 5px;
  }

.sankaku {
    margin-bottom: 5px;
  }
  #gridBlock .gwd-page-container .sankaku {
    position: absolute;
    bottom: 0;
    width: 97%;
    width: calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
  }

  /* .news　お知らせ
  --------------------------------------------------------- */
  #gridBlock .news h2 {
    padding-top: 18px;
    background-image: url("../images/topPage/spimg/title_news.png");
    background-position: 0 0;
    background-size: 148px 17px;
  }
  /* .race　近日開催予定のレース
  --------------------------------------------------------- */
  #gridBlock .race h2 {
    padding-top: 17px;
    background-image: url("../images/topPage/spimg/title_race.png");
    background-position: 0 0;
    background-size: 180px 17px;
  }

  /* .town Kドリームス
  --------------------------------------------------------- */
  #gridBlock .town h2 {
    padding-top: 17px;
    background-image: url("../images/topPage/spimg/title_town.png");
    background-position: 0 0;
    background-size: 200px 17px;
  }

  /* .guide　ケイリンガイド
  --------------------------------------------------------- */
  #gridBlock .guide h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -298px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group4"] .gp04.gwd-img-g1tc {
    width: 56px;
    height: 82px;
    top: 44px;
  }
  [data-gwd-group="Group4"] .gp04.gwd-img-pxz1 {
    width: 56px;
    height: 82px;
    top: 44px;
  }

  /* .access　交通アクセス
  --------------------------------------------------------- */
  #gridBlock .access h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -268px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group2"] .gp02.gwd-img-1eq2 {
    width: 52px;
    height: 62px;
    top: 44px;
  }
  [data-gwd-group="Group2"] .gp02.gwd-img-xfdg {
    width: 50px;
    height: 37px;
    top: 77px;
  }
  [data-gwd-group="Group2"] .gp02.gwd-img-1g65 {
    width: 40px;
    height: 34px;
    /*left: 85px;*/
    top: 79px;
  }



  /* .mailMagazine　メールマガジン
  --------------------------------------------------------- */
  #gridBlock .mailmagazine h2 {
    top: 10px;
    padding-top: 40px;
    background-position: 0 -358px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group8"] .gp08.gwd-img-1l51 {
    width: 70px;
    height: 52px;
    top: 53px;
  }



  /* .present　キャッシュバック＆プレゼント
  --------------------------------------------------------- */
  #gridBlock .cashBack h2 {
    top: 10px;
    padding-top: 40px;
    background-position: 0 -195px;
    background-size: 120px auto;
  }
  [data-gwd-group="Group7"] .gp07.gwd-img-r6bf {
    width: 72px;
    height: 65px;
    top: 50px;
  }
  [data-gwd-group="Group7"] .gp07.gwd-img-yp1l {
    width: 43px;
    height: 24px;
  }
  [data-gwd-group="Group7"] .gp07.gwd-img-1aju {
    top: 85px;
    left: 14px;
  }
  [data-gwd-group="Group7"] .gp07.gwd-img-kek8 {
    top: 75px;
    left: -14px;
  }
  [data-gwd-group="Group7"] .gp07.gwd-img-1mne {
    top: 80px;
  }
  @keyframes gp07animation01_gwd-keyframes {
    0% {
      opacity: 0;
      transform: translate3d(0px, -15px, 0px);
      -webkit-transform: translate3d(0px, -15px, 0px);
      -moz-transform: translate3d(0px, -15px, 0px);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
  }
  @-webkit-keyframes gp07animation01_gwd-keyframes {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0px, -15px, 0px);
      -webkit-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    14.29% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
  }
  @-moz-keyframes gp07animation01_gwd-keyframes {
    0% {
      opacity: 0;
      -moz-transform: translate3d(0px, -15px, 0px);
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
  }
  .gwd-play-animation [data-gwd-group="Group7"] .gp07animation01 {
    animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
    -webkit-animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
    -moz-animation: gp07animation01_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  }
  @keyframes gp07animation02_gwd-keyframes {
    0% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      transform: translate3d(0px, -15px, 0px);
      -webkit-transform: translate3d(0px, -15px, 0px);
      -moz-transform: translate3d(0px, -15px, 0px);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
  }
  @-webkit-keyframes gp07animation02_gwd-keyframes {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      -webkit-transform: translate3d(0px, -15px, 0px);
      -webkit-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
  }
  @-moz-keyframes gp07animation02_gwd-keyframes {
    0% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      -moz-transform: translate3d(0px, -15px, 0px);
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
  }
  .gwd-play-animation [data-gwd-group="Group7"] .gp07animation02 {
    animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
    -webkit-animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
    -moz-animation: gp07animation02_gwd-keyframes 4.9s linear 0s infinite normal forwards;
  }
  @keyframes gp07animation03_gwd-keyframes {
    0% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 0;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 0;
      transform: translate3d(0px, -15px, 0px);
      -webkit-transform: translate3d(0px, -15px, 0px);
      -moz-transform: translate3d(0px, -15px, 0px);
      animation-timing-function: ease-out;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
  }
  @-webkit-keyframes gp07animation03_gwd-keyframes {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    28.57% {
      opacity: 0;
      -webkit-transform: translate3d(0px, -15px, 0px);
      -webkit-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-animation-timing-function: linear;
    }
  }
  @-moz-keyframes gp07animation03_gwd-keyframes {
    0% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    10.2% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    14.29% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: ease-out;
    }
    24.49% {
      opacity: 0;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    28.57% {
      opacity: 0;
      -moz-transform: translate3d(0px, -15px, 0px);
      -moz-animation-timing-function: ease-out;
    }
    38.78% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
    100% {
      opacity: 1;
      -moz-transform: translate3d(0, 0, 0);
      -moz-animation-timing-function: linear;
    }
  }


  /* .line　Line
  --------------------------------------------------------- */
  #gridBlock .line h2 {
    background-size:100px 46px;
    width: 100px;
    padding-top: 46px;
  }

  /* .twitter twitter
  --------------------------------------------------------- */
  #gridBlock .twitter h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -403px;
    background-size: 120px auto;
  }
  [data-gwd-group="Group10"] .gp10.gwd-img-402h {
    width: 67px;
    height: 54px;
    top: 40px;
  }

  /* .shiteistatus 指定席
  --------------------------------------------------------- */
  #gridBlock .shiteistatus h2 {
    top: 10px;
    padding-top: 40px;
    background-position: 0 -433px;
    background-size: 120px auto;
  }
  #gridBlock .shiteistatus img {
    position: absolute;
    top: 45px;
    width: 54px;
  }



  /* .coupon 特別観覧席クーポン
  --------------------------------------------------------- */
  #gridBlock .coupon h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -238px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group9"] .gp09.gwd-img-ml9s {
    width: 67px;
    height: 31px;
    left: 0;
    right: -50px;
    top: 71px;
  }
  [data-gwd-group="Group9"] .gp09.gwd-img-30hy {
    width: 67px;
    height: 31px;
    left: -50px;
    top: 55px;
  }

  /* .girls ガールズケイリン
  --------------------------------------------------------- */
  #gridBlock .girls h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -328px;
    background-size: 120px auto;
  }

  #gridBlock .girls .body {
    top: 88px;
    width: 97%;
    width: calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
    margin: auto;
    text-align: left;
    color:#666;
  }

  #gridBlock .girls p { display: none; }
  #gridBlock .girls p.bold { display:inline; }

  [data-gwd-group="Group6"] .gp06.gwd-img-g2ko {
    width: 58px;
    height: 35px;
    top: 44px;
    left: -58px;
  }
  [data-gwd-group="Group6"] .gp06.gwd-img-1gfr {
    width: 64px;
    height: 34px;
    top: 46px;
    right:-58px;
  }
  /* .spot スポット紹介
  --------------------------------------------------------- */
  #gridBlock .spot h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -120px;
    background-size: 120px auto;
  }
  #gridBlock .spot .trim:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url("../images/topPage/spimg/bg_spot_trim.png") center center no-repeat;

    border-radius: 8px;
  }
  #gridBlock .spot .trim img {
    width: auto;
    max-width: 215px;
    height: 100%;
    margin: auto;
  }

  /* .event イベント＆ファンサービス
  --------------------------------------------------------- */
  #gridBlock .event h2 {
    top: 10px;
    padding-top: 40px;
    background-position: 0 -150px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group5"] .gp05.gwd-img-1yob {
    width: 65px;
    height: 65px;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
  }
  [data-gwd-group="Group5"] .gp05.gwd-img-5u03 {
    position: absolute;
    width: 28px;
    height: 29px;
    top: 88px;
    left: 0;
    right: 0;
    margin: auto;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    opacity: 1;
    transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    -webkit-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
    -moz-transform: translate3d(0, -1px, 0) scale3d(0.0526316, 1, 1);
  }


  /* .schedule 開催日程
  --------------------------------------------------------- */
  #gridBlock .schedule h2 {
    top: 10px;
    padding-top: 25px;
    background-position: 0 -90px;
    background-size: 120px auto;
  }

  [data-gwd-group="Group1"] .gp01.gwd-img-nwlx {
    position: absolute;
    width: 74px;
    height: 58px;
    /*left: 316px;*/
    top: 44px;
    left: 0;
    right: 0;
    margin: auto;
  }
  [data-gwd-group="Group1"] .gp01.gwd-img-6wvm {
    position: absolute;
    width: 46px;
    height: 9px;
    top: 40px;
    /*left: 81px;*/
    left: 1px;
    right: 0;
    margin: auto;
  }
  [data-gwd-group="Group1"] .gp01.gwd-img-1k68 {
    /*left: 60px;*/
    left: 0;
    right: 0;
    margin: auto;
  }
  [data-gwd-group="Group1"] .gp01.gwd-img-19u6 {
    /*left: 60px;*/
    left: 0;
    right: 0;
    margin: auto;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    opacity: 1;
  }
  @keyframes gp01animation01_gwd-keyframes {
    0% {
      transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    10% {
      transform: translate3d(0, -13px, 0) scale3d(1, 0.52907, 1);
      -webkit-transform: translate3d(0, -13px, 0) scale3d(1, 0.52907, 1);
      -moz-transform: translate3d(0, -13px, 0) scale3d(1, 0.52907, 1);
      opacity: 1;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    25% {
      transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      -webkit-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      -moz-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
    100% {
      transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      -webkit-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      -moz-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      animation-timing-function: linear;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
    }
  }
  @-webkit-keyframes gp01animation01_gwd-keyframes {
    0% {
      -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
      -webkit-animation-timing-function: linear;
    }
    10% {
      -webkit-transform: translate3d(0, -13px, 0) scale3d(1, 0.52907, 1);
      opacity: 1;
      -webkit-animation-timing-function: linear;
    }
    25% {
      -webkit-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      -webkit-animation-timing-function: linear;
    }
    100% {
      -webkit-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      -webkit-animation-timing-function: linear;
    }
  }
  @-moz-keyframes gp01animation01_gwd-keyframes {
    0% {
      -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
      opacity: 1;
      -moz-animation-timing-function: linear;
    }
    10% {
      -moz-transform: translate3d(0, -13px, 0) scale3d(1, 0.52907, 1);
      opacity: 1;
      -moz-animation-timing-function: linear;
    }
    25% {
      -moz-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      -moz-animation-timing-function: linear;
    }
    100% {
      -moz-transform: translate3d(0, -28px, 0) scale3d(1, 0.0116279, 1);
      opacity: 0;
      -moz-animation-timing-function: linear;
    }
  }

  /* バナー表示
  --------------------------------------------------------- */
  .banner li {
    width: 100%;
  }

}
