@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.translateToX {
  opacity: var(--opacity);
  -webkit-transform: translateX(var(--translateX));
          transform: translateX(var(--translateX));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.translateToY {
  opacity: var(--opacity);
  -webkit-transform: translateY(var(--translateY));
          transform: translateY(var(--translateY));
  will-change: transform;
  -webkit-transition: -webkit-transform .5s linear;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear, -webkit-transform .5s linear;
}

.img-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 561px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 560px) {
  .ms-none {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .ms-block {
    display: block;
  }
}

table {
  font-family: "新細明體", "細明體";
}

table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  margin: 3% 0 2% 0;
  text-align: center;
}

.gotoheader a {
  display: inline-block;
  color: #a10000;
}

.gotoheader a:hover {
  color: #ee00ee;
}

.wrapper {
  background-image: url(/Action/11_Star31/20220624MS/images/indexBg.jpg?v=20220624);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000000;
  color: #fff;
  line-height: 28px;
  font-size: 19px;
}

@media only screen and (max-width: 798px) {
  .wrapper {
    font-size: 16px;
  }
}

.header {
  width: 100%;
}

.header .container {
  width: 1280px;
  height: 700px;
  position: relative;
}

.header .logo, .header .logo a {
  width: 355px;
  height: 114px;
  display: block;
}

.header .logo {
  position: absolute;
  top: 333px;
  left: 486px;
  z-index: 9;
  -webkit-animation: delay 1.2s, jackInTheBox 0.5s 1.2s linear;
          animation: delay 1.2s, jackInTheBox 0.5s 1.2s linear;
}

.header .logo a {
  background: url(/Action/11_Star31/20220624MS/images/logo.png?v=20220624) no-repeat;
}

.header .slogan01 {
  width: 623px;
  height: 138px;
  position: absolute;
  top: 442px;
  left: 350px;
  background: url(/Action/11_Star31/20220624MS/images/slogan01.png?v=20220624) no-repeat;
  -webkit-animation: delay 0.5s, bounceInUp 0.5s 0.5s linear, pulse 0.8s 2s infinite;
          animation: delay 0.5s, bounceInUp 0.5s 0.5s linear, pulse 0.8s 2s infinite;
}

.header .slogan02 {
  width: 409px;
  height: 108px;
  position: absolute;
  top: 575px;
  left: 459px;
  background: url(/Action/11_Star31/20220624MS/images/slogan02.png?v=20220624) no-repeat;
  -webkit-animation: delay 0.8s, bounceInUp 0.5s 0.8s linear, pulse 0.8s 2s infinite;
          animation: delay 0.8s, bounceInUp 0.5s 0.8s linear, pulse 0.8s 2s infinite;
}

.header .role01 {
  width: 582px;
  height: 888px;
  position: absolute;
  top: 9px;
  left: -44px;
  background: url(/Action/11_Star31/20220624MS/images/role01.png?v=20220624) no-repeat;
  -webkit-animation: delay 0.5s, fadeInLeft 0.2s 0.5s linear;
          animation: delay 0.5s, fadeInLeft 0.2s 0.5s linear;
}

.header .role02 {
  width: 396px;
  height: 884px;
  position: absolute;
  top: 13px;
  left: 900px;
  background: url(/Action/11_Star31/20220624MS/images/role02.png?v=20220624) no-repeat;
  -webkit-animation: delay 0.5s, fadeInRight 0.2s 0.5s linear;
          animation: delay 0.5s, fadeInRight 0.2s 0.5s linear;
}

.nav {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5%;
}

.nav .container {
  width: 1280px;
  position: relative;
}

.nav .navBtn {
  width: 867px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: delay 0.8s, zoomInUp 1s 0.8s linear;
          animation: delay 0.8s, zoomInUp 1s 0.8s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav .navBtn li {
  display: block;
  list-style: none;
  text-indent: -9999px;
  float: left;
  width: 289px;
  height: 132px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .navBtn li.navBtn1 a {
  background-position-x: 0px !important;
}

.nav .navBtn li.navBtn2 a {
  background-position-x: -286px !important;
}

.nav .navBtn li.navBtn3 a {
  background-position-x: -572px !important;
}

.nav .navBtn li.navBtn4 a {
  background-position-x: -858px !important;
}

.nav .navBtn li.navBtn5 a {
  background-position-x: -1144px !important;
}

.nav .navBtn li.navBtn6 a {
  background-position-x: -1430px !important;
}

.nav .navBtn li a:hover, .nav .navBtn li.action a {
  background-image: url(/Action/11_Star31/20220624MS/images/navbtn_action.png?v=20220624);
}

.nav .navBtn li a {
  width: 286px;
  height: 132px;
  display: block;
  background-image: url(/Action/11_Star31/20220624MS/images/navbtn.png?v=20220624);
  margin: 0 auto;
}

.content {
  width: 100%;
  padding-bottom: 3%;
  background-image: url(/Action/11_Star31/20220624MS/images/cont_repeat.png?v=20220624);
  background-position: top center;
  background-repeat: repeat-y;
}

.content .container {
  width: 1050px;
  padding: 25px;
  background-color: #15001f;
  border: 12px ridge #f5c147;
  border-radius: 20px;
}

.content h3 {
  width: 100%;
  -webkit-animation: delay 1.5s, zoomIn 0.3s 1.5s linear;
          animation: delay 1.5s, zoomIn 0.3s 1.5s linear;
}

.content h3 img {
  display: block;
  max-width: 719px;
  width: 100%;
  margin: 0 auto 1% auto;
}

.content h4 {
  position: relative;
  display: block;
  color: #ff9f00;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 798px) {
  .content h4 {
    font-size: 1.125rem;
  }
}

.content h4:before {
  content: '';
  background-image: url("/Action/11_Star31/20220624MS/images/trophy.svg");
  background-size: 100%;
  width: 2.1em;
  height: 2.1em;
  display: inline-block;
  margin: 0 5px;
}

.content h5 {
  font-size: 1.2em;
  padding: .8em;
  text-align: center;
  margin-bottom: 8px;
  color: #fff;
  background-image: #b700ff;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(20%, #55008d), color-stop(40%, #b700ff), color-stop(60%, #b700ff), color-stop(80%, #55008d), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #55008d 20%, #b700ff 40%, #b700ff 60%, #55008d 80%, rgba(0, 0, 0, 0) 100%);
}

.content p {
  margin-left: 0.5rem;
}

.content p a {
  color: #FFF000;
  text-decoration: underline;
}

.content p a:hover {
  color: #FF9600;
}

.content p.txt-center {
  margin-left: 0;
}

.content__btn div {
  width: auto;
  color: #fff;
  text-align: center;
  margin: 5px;
  line-height: 22px;
}

.content__btn div a:hover, .content__btn div.action a {
  width: auto;
  border-radius: 18px;
  border: 1px solid #863b10;
  background-image: #421d08;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b3d11), color-stop(20%, #8b3d11), color-stop(40%, #421d08), color-stop(60%, #421d08), color-stop(80%, #8b3d11), to(#8b3d11));
  background-image: linear-gradient(to bottom, #8b3d11 0%, #8b3d11 20%, #421d08 40%, #421d08 60%, #8b3d11 80%, #8b3d11 100%);
  color: #fff;
}

.content__btn div a {
  width: auto;
  background: #dfdfdf;
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #dfdfdf), to(#b8b8b8));
  background: linear-gradient(to bottom, #dfdfdf 20%, #b8b8b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #303030;
  border-radius: 30px;
  padding: 8px 16px;
  border: 1px solid #f1f1f1;
}

.content__btn div a:hover {
  border-radius: 30px;
}

.content__btn div.action a {
  border-radius: 30px;
}

.content__btn div .label:before {
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.8em;
}

.content__btn div .label:after {
  color: #4a0000;
  font-size: 0.7em;
}

.btnBox {
  width: 95%;
}

.btnBox a {
  border: 1px solid #e60000;
  cursor: pointer;
  margin: 10px;
  background-image: #b30000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#760000), color-stop(20%, #760000), color-stop(40%, #b30000), color-stop(60%, #b30000), color-stop(80%, #760000), to(#760000));
  background-image: linear-gradient(to bottom, #760000 0%, #760000 20%, #b30000 40%, #b30000 60%, #760000 80%, #760000 100%);
  -webkit-box-shadow: 0px 3px 3px #1a0000;
          box-shadow: 0px 3px 3px #1a0000;
  color: #fff;
}

.btnBox a:hover {
  border: 1px solid #ff0707;
  background-image: #d30000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#960000), color-stop(20%, #960000), color-stop(40%, #d30000), color-stop(60%, #d30000), color-stop(80%, #960000), to(#960000));
  background-image: linear-gradient(to bottom, #960000 0%, #960000 20%, #d30000 40%, #d30000 60%, #960000 80%, #960000 100%);
  -webkit-box-shadow: 0px 2px 2px #3a0000, inset 0 1px 1px 1px #fc0000, inset 0 -8px 8px 0px #ff2626;
          box-shadow: 0px 2px 2px #3a0000, inset 0 1px 1px 1px #fc0000, inset 0 -8px 8px 0px #ff2626;
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: white;
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #ffd452;
  margin: 0 auto;
}

.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}

.item__box .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(#ffc71f), color-stop(20%, #ffd452), color-stop(80%, #ffd452), to(#ffc71f));
  background: linear-gradient(to right, #ffc71f 0%, #ffd452 20%, #ffd452 80%, #ffc71f 100%);
  color: #664d00;
}

.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}

.item__box .item__box-get {
  text-align: center;
  color: #ff8700;
  font-weight: bold;
}

.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item__box .item__box-text {
  text-align: left;
}

.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #a10000 solid;
  border-radius: 10px;
  height: 100%;
}

.item__box .item__box--02 .item__box-title {
  color: #664d00;
}

.item__box-img img {
  border-radius: 0px;
}

.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #a10000;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}

.item-title img {
  vertical-align: middle;
}

/*================= table================= */
.table tr th, .table tr td {
  border: 1px solid #55008d;
}

.table {
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 1em;
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #55008d;
}

@media only screen and (max-width: 798px) {
  .table {
    font-size: 14px;
  }
}

.table tr {
  background: #fff;
}

.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#3c0064), to(#55008d));
  background: linear-gradient(to top, #3c0064 0%, #55008d 100%);
  color: #fff;
}

.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}

.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}

.table tr .mainly {
  background: -webkit-gradient(linear, left bottom, left top, from(#c90000), to(#ff3b3b));
  background: linear-gradient(to top, #c90000 0%, #ff3b3b 100%);
  color: #fff;
}

.table tr .secondary {
  background: -webkit-gradient(linear, left bottom, left top, from(#e7c4ff), to(#fcf7ff));
  background: linear-gradient(to top, #e7c4ff 0%, #fcf7ff 100%);
  color: #000;
}

/*================= tableNote =================*/
.DESClabel {
  position: relative;
}

.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}

.DESClabel .label::before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}

.comment {
  z-index: 1;
  left: inherit;
  right: -10px;
}

@media only screen and (max-width: 798px) {
  .comment {
    right: -40px;
  }
}

.comment:before {
  font-size: 3.5em;
  color: #ff9900;
  -webkit-filter: drop-shadow(3px 3px 3px #4d2b1e);
          filter: drop-shadow(3px 3px 3px #4d2b1e);
}

.comment:after {
  font-size: 1.125em;
  letter-spacing: 0;
}

.comment-purple:before {
  color: #d858ff;
}

.comment01 {
  top: -0.5em;
  left: inherit;
  right: 8em;
}

.comment01::before {
  font-size: 7.5em;
}

.ribbon {
  width: 30px;
  background: linear-gradient(-20deg, #7e0000 0%, #e40000 80%, #7e0000 100%);
  top: -20px;
  right: 5px;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 6px;
  letter-spacing: 2px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .ribbon {
    width: 30px;
    height: 6em;
    font-size: .88rem;
  }
}

@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}

.ribbon p {
  color: #fff;
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}

.ribbon:before {
  border-bottom: 6px solid #180000;
  border-left: 6px solibad transparent;
  left: -6px;
  top: 0;
}

@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #180000;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}

.ribbon:after {
  border-left: 15px solid darkred;
  border-right: 15px solid darkred;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}

@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 15px solid darkred;
    border-right: 15px solid darkred;
  }
}

.ribbon_01 {
  width: 80%;
  height: 24px;
  margin-left: -9px;
}

.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}

.ribbon_01:before {
  margin-top: -8.5px;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}

.ribbon_01:after {
  width: 0;
  top: 0;
  left: 100%;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ribbon_01--A {
  background: linear-gradient(-65deg, #840000 0%, #ea0000 80%, #840000 100%);
  margin-left: -15px;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A {
    width: 95%;
    height: 35px;
  }
}

.ribbon_01--A:before {
  border-bottom: 9px solid #1e0000;
}

.ribbon_01--A:after {
  border-left: 15px solid #840000;
}

@media only screen and (max-width: 798px) {
  .ribbon_01--A:after {
    border-top: 17.5px solid transparent;
    border-bottom: 17.5px solid transparent;
  }
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin: 5px auto;
  padding: 10px 0;
}

.box-compose .box-composeMain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}

.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.box-compose .box-composeMain:nth-child(even) {
  background-color: #55b5e3;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #84d7ff;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .box-composeMain:nth-child(odd) {
  background-color: #b489f8;
  white-space: 10px;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d4bdf8;
  color: #100632;
}

.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}

.box-compose .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.35);
}

.box-compose .symbol i {
  font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
  .box-compose .symbol i {
    font-size: 1.2rem;
  }
}

.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 560px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.box-compose .number {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 560px) {
  .box-compose .number {
    font-size: 1.5rem;
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}

.card-notice {
  color: #fff;
  line-height: 1.5em;
  outline: 2px dashed #ffffff;
  outline-offset: -15px;
  border-radius: 15px;
  background: #55007e;
  color: #fff;
}

@media only screen and (max-width: 798px) {
  .card-notice {
    font-size: 14px;
  }
}

.card-notice > h4 {
  margin: 10px auto;
  color: #ffd857;
}

.card-notice > h4::before, .card-notice > h4::after {
  content: '';
  display: none;
}

.card-notice2 {
  border-radius: 10px;
  margin: 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#55008d), to(#b700ff));
  background: linear-gradient(to bottom, #55008d 0%, #b700ff 100%);
}

.card-notice2 p {
  line-height: 1.5em;
}

/*================= 動態 =================*/
/*滑鼠滑入時縮小*/
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  1% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  43% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes sloganAn {
  0% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  3% {
    -webkit-filter: blur(12px) opacity(0.5) brightness(150%);
            filter: blur(12px) opacity(0.5) brightness(150%);
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  5% {
    -webkit-filter: blur(12px) opacity(0.3) brightness(150%);
            filter: blur(12px) opacity(0.3) brightness(150%);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  17% {
    -webkit-filter: blur(0) opacity(0) brightness(150%);
            filter: blur(0) opacity(0) brightness(150%);
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    -webkit-filter: blur(0) opacity(0) brightness(0%);
            filter: blur(0) opacity(0) brightness(0%);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

@keyframes delay {
  0%,
  100% {
    opacity: 0;
  }
}

/*跳進來*/
.expandUp {
  -webkit-animation-name: expandUp;
          animation-name: expandUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  visibility: visible !important;
}

@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

@keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
            transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12);
            transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1);
            transform: translateY(0%) scale(1) scaleY(1);
  }
}

/*淡出往上*/
.toTop {
  -webkit-animation-name: toTop;
          animation-name: toTop;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toTop {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/*淡出往下*/
.toBottom {
  -webkit-animation-name: tobottom;
          animation-name: tobottom;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes toBottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes toBottom {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  35% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
