@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url(vivify.min.css);
@import url(./slick/slick.css);
@import url(./slick/slick-theme.css);
@import url("//fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Josefin+Sans&family=Noto+Sans+TC:wght@400;700&family=Poppins&display=swap");
::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}

::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

::-webkit-scrollbar-track-piece {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
}

html, body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #EB678B;
  background-attachment: fixed;
}

.head_bg {
  position: relative;
  background: url("../img/bg_top.png") #EA6386;
  background-size: 100%;
  -webkit-box-shadow: 0 0 16px #00000070;
          box-shadow: 0 0 16px #00000070;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

.product {
  width: 250px;
  margin: auto;
  position: relative;
  padding: 0 5%;
}

.product img {
  z-index: 2;
}

.detailed {
  background: #ffffffc4;
  padding-top: 1.5em;
  padding-left: 1em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  border-radius: 1.5em;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-top: -2em;
  font-family: "Noto Sans TC";
}

.detailed h1 {
  font-weight: bold;
  font-family: 'Fredericka the Great', cursive;
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0;
}

.detailed h3 {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 0;
}

.detailed h5 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0;
}

.detailed h2 {
  margin-bottom: 0;
}

.detailed small {
  font-size: 12px;
}

.detailed .minszie {
  display: inline;
  font-size: 10px;
}

.detailed * {
  color: #FD5D80;
}

a {
  text-decoration: none;
}

img {
  image-rendering: auto !important;
  image-rendering: -moz-crisp-edges !important;
  image-rendering: -o-crisp-edges !important;
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  -ms-interpolation-mode: nearest-neighbor !important;
  -webkit-font-smooting: antialiased !important;
  height: auto;
}

.speed1 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  z-index: 3;
}

.speed2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.higari {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-animation-name: higari;
          animation-name: higari;
}

.drop-shadow {
  -webkit-filter: drop-shadow(2px 5px 8px #d7637c);
}

.resize1 {
  width: 23vw;
}

.resize2 {
  width: 37.5vw;
}

.image {
  max-width: 100%;
}

.box1 {
  display: none;
}

.shiny {
  color: #e7d18a;
  -webkit-mask-image: linear-gradient(246deg, rgba(0, 0, 0, 0.65) 30%, #000 50%, rgba(0, 0, 0, 0.65) 100%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 3s linear infinite;
  animation: shine 3s linear infinite;
  text-decoration-line: none;
}

@-webkit-keyframes shine {
  0% {
    -webkit-mask-position: 0%;
  }
  50% {
    -webkit-mask-position: 100%;
  }
  50% {
    -webkit-mask-position: 100%;
  }
  100% {
    -webkit-mask-position: 0%;
  }
}

.active1 {
  display: block;
}

#foodevent_div {
  z-index: 0;
  margin-top: -17em;
  position: relative;
  overflow: hidden;
  padding-top: 5em;
}

.disabel_1 {
  pointer-events: none;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  width: 100%;
}

.disabel_1 img {
  -webkit-filter: brightness(0.5);
}

.disabel_1:before {
  content: 'COMING SOON';
  font-size: 1.3rem;
  color: #fff;
  display: block;
  width: 200px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  height: 62px;
  text-shadow: 2px 2px 2px  #333;
  -webkit-box-shadow: 2px 2px 2px #333,2px 2px 2px #333 inset;
          box-shadow: 2px 2px 2px #333,2px 2px 2px #333 inset;
  border: 0.2em solid #fff;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  border-radius: 15px;
  /* opacity: 0.7; */
  z-index: 5;
  margin-left: -100px;
  margin-top: -31px;
}

.disabel_2 {
    pointer-events: none;
    position: relative;
    color: #ccc !important;
    background: #000;
    border-radius: 33px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 504px;
}


.disabel_2:after {
    content: '活動結束';
    display: inline-block;
    position: absolute;
    left: 50%;
    padding: 0.2em 0.8em;
    letter-spacing: -1.7px;
    font-weight: 600;
    margin-left: -70px;
    font-family: 'Noto Sans TC';
    top: 50%;
    margin-top: -30px;
    color: #fff;
    background: #0000006b;
    border: 0.3em solid #fff;
    border-radius: 118px;
    font-size: 1.5em;
}

.disabel_2 img {
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
    opacity: 0.5;
}

.w1056 {
    max-width: 1056px;
    margin: auto;
}

.range {
  position: relative;
  width: 100%;
}

.top_kv_toy {
  position: absolute;
  right: 10%;
  top: -100px;
}

.tit_kv_div {
  position: relative;
}

.tit_kv {
  position: relative;
  top: 131px;
  left: -111px;
}

.tit_kv img {
  min-width: 583px;
}

@media (max-width: 991px) {
  #discount .col-sm-12 a {
    text-align: center !important;
  }
  #shrink_right {
    top: 32% !important;
  }
  .intro1 img {
    width: 323px;
    height: auto;
  }
  .product img {
    width: 220px !important;
  }
  .slick-dots {
    bottom: -35px;
  }
  .top_kv_toy {
    right: 1%;
  }
  .top_kv_toy img {
    max-width: 70%;
  }
  .responsive {
    margin: 0 -36px;
  }
  #evet_days {
    margin-top: inherit !important;
  }
  .tit_kv {
    max-width: 100% !important;
    text-align: center;
    right: 0em;
    left: 0em;
    top: -63px;
    position: relative !important;
  }
  .tit_kv img {
    min-width: 100%;
  }
}

.slider.responsive div {
  width: 100%;
  text-align: center;
}

.slider.responsive div img {
  max-width: 300px;
  width: 100%;
}

.cash_out {
  pointer-events: none;
  position: relative;
}

.cash_out img {
  -webkit-filter: grayscale(1) !important;
  opacity: .6 !important;
}

.cash_out:before {
  content: '贈換完畢';
  font-size: 2rem;
  color: #c90063;
  display: block;
  width: 200px;
  line-height: 47px;
  font-weight: bold;
  text-align: center;
  height: 62px;
  background: #ffffffd4;
  border: 0.2em solid #c90063;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 15px;
  /* opacity: 0.7; */
  z-index: 5;
  margin-left: -100px;
  margin-top: -40px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.banner {
  position: relative;
  margin-bottom: 1em;
}

.banner .banner_title {
  padding-top: 2em;
}

.banner .banner_title ul, .banner .banner_title li {
  list-style: none;
  padding: 0px;
}

.banner .banner_title li {
  text-align: right;
  position: relative;
}

.banner .banner_title li .banner_top {
  display: block;
}

.banner .banner_title li .banner_top span {
  display: inline-block;
}

.banner .banner_title li .banner_top span:first-child {
  width: 70%;
}

.banner .banner_title li .banner_top span:last-child {
  width: 30%;
}

.r-menu {
  position: fixed;
  right: 0px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  top: 30%;
  z-index: 9;
}

.r-menu .menu {
  border-radius: 64px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef9bb3+1,fdf1d3+99 */
  background: #ef9bb3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ef9bb3), color-stop(99%, #fdf1d3));
  background: linear-gradient(to bottom, #ef9bb3 1%, #fdf1d3 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9bb3', endColorstr='#fdf1d3',GradientType=0 );
  /* IE6-9 */
  overflow: hidden;
  -webkit-box-shadow: 0 2px 7px #4e4e4e73;
          box-shadow: 0 2px 7px #4e4e4e73;
}

.l-menu {
  position: fixed;
  z-index: 9;
  left: 0px;
  top: 10%;
}

.l-menu .menu {
  background: #fff;
  border-radius: 54px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 7px #4e4e4e73;
          box-shadow: 0 2px 7px #4e4e4e73;
}

.menu {
  padding: 0.5em;
}

.menu .menu-body {
  border-radius: 71px;
  width: 100px;
  padding-top: 1em;
  padding-left: 0.2em;
  padding-bottom: 2em;
  padding-right: 0.2em;
  -webkit-box-shadow: inset 11px 10px 11px #d95661;
          box-shadow: inset 11px 10px 11px #d95661;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e78684+1,d7a18a+67,fdf1d3+99 */
  background: #e78684;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e78684), color-stop(67%, #d7a18a), color-stop(99%, #fdf1d3));
  background: linear-gradient(to right, #e78684 1%, #d7a18a 67%, #fdf1d3 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78684', endColorstr='#fdf1d3',GradientType=1 );
  /* IE6-9 */
}

.menu .menu-body .other a {
  padding: 0;
}

.menu .menu-body .other a:hover {
  background: inherit;
}

.menu .menu-body .other a:hover img {
  opacity: 0.9;
}

.menu .menu-body a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-family: "Noto Sans TC";
  text-align: center;
  color: #fff;
}

.menu .menu-body a:hover {
  display: block;
  background: #f76375;
}

.menu .menu-body ul {
  margin: 10px 10px 0 10px;
}

.menu .menu-body ul, .menu .menu-body li {
  list-style: none;
  padding: 0px;
}

.menu .menu-body li {
  border-bottom: 1px solid #fff;
}

.w-80 {
  max-width: 80%;
}

.w-90 {
  max-width: 90%;
}

.mb-6 {
  margin-bottom: 5rem;
}

.decorate1 {
  position: absolute;
  left: -314px;
  top: 100px;
}

.decorate2 {
  position: absolute;
  right: -213px;
  top: 145px;
}

.decorate3 {
  position: absolute;
  left: -150px;
  bottm: 250px;
  z-index: 0;
}

.decorate4 {
  position: absolute;
  top: 40%;
  right: -100px;
}

.decorate5 {
  position: absolute;
  left: -250px;
  top: 40%;
  z-index: 1;
}

.decorate5 img {
  width: 108%;
}

.decorate6 {
  position: absolute;
  left: -11px;
  top: 0px;
}

.decorate7 {
  position: absolute;
  right: -11px;
  top: 0px;
}

/* 輪播容器的樣式 */
#splide {
  max-width: 800px;
  margin: 0 auto;
}

/* 輪播中每個圖片的樣式 */
.splide__slide img {
  max-width: 100%;
}

#canvas {
  position: fixed;
  z-index: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.jump {
  -webkit-animation-name: jumps;
  animation-name: jumps;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes jumps {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jumps {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  75% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  85% {
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rope {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: swing 5s ease-in-out infinite;
          animation: swing 5s ease-in-out infinite;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.swinging {
  position: relative;
  -webkit-animation: swings 3s ease-in-out infinite;
          animation: swings 3s ease-in-out infinite;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  margin-top: -3em;
}

@-webkit-keyframes swings {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

@keyframes swings {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
}

.floating {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.info_mod, .banner {
  position: relative;
}

.info_tit {
  text-align: center;
  z-index: 2;
  position: relative;
}

.info_tit img {
  -webkit-filter: drop-shadow(5px 5px 3px #ff8da4);
          filter: drop-shadow(5px 5px 3px #ff8da4);
}

.bg_material1 {
  background: url("../img/bg_material1.png") no-repeat #fff;
  background-position: -1px 0;
}

.bg2 {
  background: url(../img/li1_bg.png) center bottom;
  background-repeat: no-repeat;
  padding-bottom: 23%;
  background-size: 134%;
  overflow: hidden;
  height: 773px;
}

.bg3 {
  background: #ec7598;
  margin-top: -1px;
}

.bg4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8d5b7+0,e78684+100 */
  background: -webkit-gradient(linear, left top, right top, from(#fffcfd), color-stop(30%, #f7cfce), to(#f7cfce));
  background: linear-gradient(to right, #fffcfd 0%, #f7cfce 30%, #f7cfce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hello2 {
  position: absolute;
  top: -44px;
  left: -32px;
}

.hello2 img {
  width: 150px;
}

.interval {
  background: url(../img/li2_bg.png) no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#eb7597), color-stop(2%, #eb7597), color-stop(67%, #eb7597), color-stop(70%, rgba(235, 117, 151, 0)), to(rgba(0, 0, 0, 0)));
  background: url(../img/li2_bg.png) no-repeat center bottom, linear-gradient(to bottom, #eb7597 0%, #eb7597 2%, #eb7597 67%, rgba(235, 117, 151, 0) 70%, rgba(0, 0, 0, 0) 100%);
  background-size: 175%;
  padding-bottom: 6em;
}

.slider {
  z-index: 1;
}

.delicacy {
  z-index: 3;
  margin: auto;
  max-width: 1100px;
  position: relative;
  padding: 2em 1em;
  border-radius: 30px;
}

#full_give_div {
  position: relative;
  z-index: 1;
  top: -10em;
}

.bg-1 {
  background: #f8f8f8;
}

.bg-2 {
  background-image: url("../img/login_bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.c1 {
  font-family: "微軟正黑體", sans-serif;
  color: #E6378D;
  font-weight: bold;
}

.c2 {
  font-family: "微軟正黑體", sans-serif;
  color: #fff;
}

.c3 {
  font-family: "微軟正黑體", sans-serif;
  color: #00a0e9;
}

#li1 img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-filter: drop-shadow(5px 5px 5px #d7637c);
          filter: drop-shadow(5px 5px 5px #d7637c);
}

.link1 {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translate 0%, 0%;
          transform: translate 0%, 0%;
  display: block;
}

.link1:hover {
  -webkit-transform: translate(0%, -2%);
          transform: translate(0%, -2%);
}

#discount .col-lg-6:nth-child(even) a {
  text-align: left;
}

#discount .col-lg-6:nth-child(odd) a {
  text-align: right;
}

#discount a {
  display: block;
  margin-bottom: 2em;
}

#discount img {
  -webkit-filter: drop-shadow(5px 7px 3px #d7637c);
}

#full_give a img {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  opacity: 1;
}

#full_give a:hover img {
  opacity: .8;
}

#evet_days {
  margin-top: -9em;
  z-index: 3;
}

.intro1 {
    display: block;
    width: 100%;
    padding-bottom: 26px;
    color: #eee;
    text-align: center;
    position: relative;
    border-radius: 9px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translate 0%, 0%;
    transform: translate 0%, 0%;
    display: block;
}

.intro1:hover {
    -webkit-transform: translate(0%, -2%);
    transform: translate(0%, -2%);
}

.intro1 img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-filter: drop-shadow(5px 5px 5px #f47799);
    filter: drop-shadow(5px 5px 5px #f47799);
}

.more_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more {
  border: 3px solid #c90063;
  background: #c90063;
  color: #fff;
  -webkit-box-shadow: 0 0.2em #840342;
          box-shadow: 0 0.2em #840342;
  font-size: 1.2em;
  font-weight: bold;
  border-radius: 0.9em;
  padding: 0.5em 1em;
  max-width: 200px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.more:hover {
  color: #fff;
}

.more:active {
  top: 4px;
  -webkit-box-shadow: 0 0em;
          box-shadow: 0 0em;
  color: #fff;
}

* {
  font-family: "微軟正黑體", sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p {
  font-size: 15px;
  font-family: "微軟正黑體", sans-serif;
  color: #7d7d7d;
}

small {
  font-family: "微軟正黑體", sans-serif;
  color: #fff;
}

footer {
  font-size: 15px;
  padding-top: 2em;
  letter-spacing: 1px;
  margin: 0 -13px;
  padding: 2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fbd9bc+0,f9d6b8+40,e68583+100 */
  background: #fbd9bc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#fbd9bc), color-stop(40%, #e68583), to(#e68583));
  background: linear-gradient(to right, #fbd9bc 0%, #e68583 40%, #e68583 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e68583', endColorstr='#e68583',GradientType=1 );
  /* IE6-9 */
}

@-webkit-keyframes higari {
  0% {
    -webkit-filter: drop-shadow(2px 5px 0px #fff);
    opacity: 0;
  }
  50% {
    -webkit-filter: drop-shadow(2px 5px 8px #fff);
    opacity: 1;
  }
  100% {
    -webkit-filter: drop-shadow(2px 5px 0px #fff);
    opacity: 0;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@media (max-width: 1399px) {
  .intro1 {
    border-radius: 9px;
  }
}

@media (max-width: 1280px) {
  .higari {
    width: 256px;
  }
  .r-menu .menu-body ul {
    font-size: unset;
    margin-bottom: 0px;
  }
  .r-menu .menu-body .other img {
    max-width: 95px;
  }
}

@media (max-width: 992px) {
  .hello2 {
    display: none;
  }
  .bg2 {
    height: auto;
  }
  .decorate3, .decorate4 {
    display: none;
  }
  .slider.responsive div img {
    width: 100%;
    max-width: 250px;
  }
  .menu_head, .l-menu {
    display: none;
  }
  .r-menu {
    top: inherit;
    bottom: 5%;
  }
  .r-menu .menu-body ul {
    display: none;
  }
  #discount .col a {
    border-bottom: 1px solid #eee;
    margin-left: 3px;
  }
  #discount .col:nth-child(even) a {
    border-right: 0;
    margin-right: 3px;
  }
  #discount .col:last-child .intro {
    border-right: 1px solid #eee !important;
  }
  #full_give .col a {
    padding: 0 0.2em;
    display: block;
  }
  #full_give .col:first-child a {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .mo-center {
    text-align: center;
  }
  .mw800 {
    padding: 0 15px;
  }
}

.banner a.logo {
  position: absolute;
  left: 3%;
  top: 7px;
  z-index: 3;
}

#shrink_right {
  position: absolute;
  cursor: pointer;
  left: -23px;
  top: 50%;
  height: 50px;
  overflow: hidden;
  width: 30px;
  background: url(../img/lrarrow.svg) #f6c6c3;
  background-repeat: no-repeat;
  background-position: 10px center;
  display: block;
  color: #555;
  border-radius: 5px 0 0 5px;
}

.newClass {
  right: -115px;
}

.newClass #shrink_right {
  background-position: -20px center  !important;
}

.w900 {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
