@keyframes TestMove {
  from {
    background-position-x: 80%;
    background-position-y: 98%;
  }
  to {
    background-position-x: -10%;
    background-position-y: 62%;
  }
}
@-webkit-keyframes TestMove {
  from {
    background-position-x: 80%;
    background-position-y: 98%;
  }
  to {
    background-position-x: -10%;
    background-position-y: 62%;
  }
}
@-moz-keyframes TestMove {
  from {
    background-position-x: 80%;
    background-position-y: 98%;
  }
  to {
    background-position-x: -10%;
    background-position-y: 62%;
  }
}
/* line 10, ../sass/top360.scss */
.top360 {
  margin: 0px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: url(../images/top360.jpg);
  background-size-height: 100%;
  background-size-width: initial;
  background-position-x: -10%;
  background-position-y: 62%;
  background-repeat: repeat-x;
  animation: TestMove 5s 1;
  /*IE*/
  -moz-animation: TestMove 5s 1;
  /*FireFox*/
  -webkit-animation: TestMove 5s 1;
  /*Chrome, Safari*/
}
@media (min-width: 1104px) {
  /* line 10, ../sass/top360.scss */
  .top360 {
    background-size: 120%;
  }
}

/* line 30, ../sass/top360.scss */
.top360-box {
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* line 35, ../sass/top360.scss */
.top360-block {
  margin: 60px auto 0px auto;
  color: #fff;
  text-align: center;
  font-weight: 100;
  position: relative;
  height: 350px;
}
@media (min-width: 1104px) {
  /* line 35, ../sass/top360.scss */
  .top360-block {
    width: 1200px;
  }
}

/* line 46, ../sass/top360.scss */
.top360-slogan {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  width: 600px;
  margin: 0px auto 20px auto;
}
/* line 54, ../sass/top360.scss */
.top360-slogan img {
  position: absolute;
  top: -10px;
  margin-left: -82px;
  width: 70px;
  height: inherit;
}

/* line 62, ../sass/top360.scss */
.top360-pname {
  font-size: 60px;
  line-height: 50px;
}

/* line 66, ../sass/top360.scss */
.top360-ver {
  font-size: 30px;
}

/* line 69, ../sass/top360.scss */
.top360-bg {
  width: 600px;
  margin: 10px auto;
}

/* line 73, ../sass/top360.scss */
.top360-incl {
  font-size: 18px;
  line-height: 24px;
  padding: 10px;
  position: relative;
  text-shadow: 0px 0px 3px #000;
}
.top360-intro {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
    position: relative;
	padding-top:3px;
}

/* line 81, ../sass/top360.scss */
.incl-y {
  color: yellow;
  font-weight: 600;
}

.incl-y-2 {
  color: yellow;
  font-size: 16px;
}

/* line 85, ../sass/top360.scss */
.top360-price {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
}

/* line 90, ../sass/top360.scss */
.top360-pricex {
  font-size: 18px !important;
  text-decoration: line-through;
}

/* line 94, ../sass/top360.scss */
.top360-btn {
  background: #ff7200;
  margin: auto;
  padding: 5px 40px;
  font-weight: 700;
  cursor: pointer;
  color: white !important;
  text-decoration: none;
  width: 124px;
  font-size: 17px !important;
}
/* line 104, ../sass/top360.scss */
.top360-btn:hover {
  background: #ff9e2b;
  color: white;
}

/* line 109, ../sass/top360.scss */
.top360-offer {
  position: absolute;
  right: 3%;
  top: -18%;
}

/* line 114, ../sass/top360.scss */
.top360-logo {
  position: absolute;
  bottom: 54px;
  right: 10%;
}
/* line 118, ../sass/top360.scss */
.top360-logo img {
  margin-right: 10px;
}

/* line 122, ../sass/top360.scss */
.top360-icon {
  position: fixed;
  top: 410px;
  right: 2%;
}

/*# sourceMappingURL=top360.css.map */
