@charset "UTF-8";
/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc img {
  width: 100%;
}
.kv_pc .kv_title {
  top: 35.1020408163%;
  left: 29.1666666667%;
  width: 41.6666666667%;
}
.kv_pc .kv_go {
  top: 71.9727891156%;
  left: 31.7708333333%;
  width: 36.4583333333%;
}
.kv_pc .kv_go img {
  animation: pulse 0.9s ease-in-out 1.6s infinite;
}
.kv_pc .kv_ribbon1 {
  top: 36.8707482993%;
  left: 10.3645833333%;
  width: 2.7604166667%;
  animation: jello 1.2s 0s infinite ease-in-out;
}
.kv_pc .kv_ribbon4 {
  top: 18.7755102041%;
  right: 32.5520833333%;
  width: 3.2291666667%;
  animation: jello 1.2s -0.3s infinite ease-in-out;
}
.kv_pc .kv_ribbon6 {
  top: 59.4557823129%;
  right: 9.7916666667%;
  width: 3.2291666667%;
  animation: jello 1.2s -0.6s infinite ease-in-out;
}

.kv_m {
  position: relative;
}
.kv_m .kv_items {
  position: absolute;
}
.kv_m img {
  width: 100%;
}
.kv_m .kv_go_m {
  top: 54vw;
  left: 11vw;
  width: 78vw;
  animation: pulse 1s ease-in-out -0.5s infinite;
}

/* ------------------ title ------------------ */
.titleC {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  width: 1200px;
}
.titleC h2 {
  font-size: 65px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 3;
  margin: 25px auto 0;
}
.titleC h2 span {
  border: 4px solid #000;
  border-radius: 100px;
  padding: 0 18px 5px;
  margin: 0 -6px;
}
.titleC h2 span:nth-child(odd) {
  background: #fd8682;
}
.titleC h2 span:nth-child(even) {
  background: #f0eabe;
}

@media screen and (max-width: 991px) {
  .titleC {
    width: 100vw;
  }
  .titleC h2 {
    font-size: 9vw;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 3;
    margin: 15px auto 0;
  }
  .titleC h2 span {
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0 2.5vw 1vw;
    margin: 0 -1vw;
  }
}
html {
  scroll-behavior: smooth;
  background: url("../images/bg_radial.png") top center fixed no-repeat, url("../images/bg_green500.png");
}

@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
    background: url("../images/bg_radial.png") top center repeat;
    background-size: 300vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 5px auto;
  text-align: center;
  padding: 5px 3vw;
  font-size: 0.9rem;
  line-height: 1rem;
  color: #ffffff;
  font-weight: 300;
}

/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 60px auto 80px;
  padding: 0;
  text-align: center;
  background: url(../images/bg1200_yellow.png) top center repeat-y;
}
.bg_1200::before {
  content: "";
  width: 1200px;
  height: 70px;
  display: block;
  position: relative;
  top: -70px;
  margin: 0 auto -70px;
  background: url(../images/bg1200_yellow_before.png) top center no-repeat;
}
.bg_1200::after {
  content: "";
  width: 1200px;
  height: 30px;
  display: block;
  position: relative;
  bottom: -30px;
  margin: -30px auto 0;
  background: url(../images/bg1200_yellow_after.png) top center no-repeat;
}

.bg_1200.green {
  background: url(../images/bg1200_green.png) top center repeat-y;
}
.bg_1200.green::before {
  background: url(../images/bg1200_green_before.png) top center no-repeat;
}
.bg_1200.green::after {
  background: url(../images/bg1200_green_after.png) top center no-repeat;
}

.bg_1200.red {
  background: url(../images/bg1200_red.png) top center repeat-y;
}
.bg_1200.red::before {
  background: url(../images/bg1200_red_before.png) top center no-repeat;
}
.bg_1200.red::after {
  background: url(../images/bg1200_red_after.png) top center no-repeat;
}

@media screen and (max-width: 991px) {
  .bg_1200,
  .bg_1200.green,
  .bg_1200.red {
    width: 100%;
    background-size: 100vw;
    margin: 5vw auto 10vw;
  }
  .bg_1200::before,
  .bg_1200.green::before,
  .bg_1200.red::before {
    width: 100%;
    height: 5vw;
    background-size: 100vw;
    top: -5vw;
    margin: 0 auto -5vw;
    transform: translateY(1px);
  }
  .bg_1200::after,
  .bg_1200.green::after,
  .bg_1200.red::after {
    width: 100%;
    height: 5vw;
    background-size: 100vw;
    bottom: -5vw;
    margin: -5vw auto 0;
    transform: translateY(-1px);
  }
}
section {
  background: url(../images/bg_green_pattern.png) top center repeat-y;
  width: 100%;
  margin: 35px auto;
  position: relative;
  z-index: 2;
}
section::before {
  content: "";
  width: 1920px;
  height: 35px;
  display: block;
  background: url(../images/bg_green_wave_before.png) top center no-repeat;
  position: relative;
  top: -34px;
  margin: 0 auto -34px;
}
section::after {
  content: "";
  width: 1920px;
  height: 35px;
  display: block;
  background: url(../images/bg_green_wave_after.png) top center no-repeat;
  position: relative;
  bottom: -34px;
  margin: -34px auto 0;
}

@media screen and (max-width: 991px) {
  section {
    width: 100vw;
    background: url(../images/bg_green400.png) top center repeat;
    margin: 4vw auto;
  }
  section::before {
    width: 100vw;
    background: url(../images/bg_green_wave_before_m.png) top center no-repeat;
    height: 4vw;
    top: -3vw;
    margin: 0 auto -3vw;
    background-size: contain;
  }
  section::after {
    width: 100vw;
    background: url(../images/bg_green_wave_after_m.png) top center no-repeat;
    background-size: contain;
  }
}
.coupon li {
  margin: 10px auto;
}
.coupon li img {
  width: 700px;
}

.bg_style {
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  background: url(../images/bg_yellow.png);
}

.ticket_cta {
  margin: -15px auto 20px;
  padding: 15px 15px 25px;
  width: 730px;
  display: block;
  border-radius: 0 0 10px 10px;
  background: url(../images/bg_yellow.png);
}
.ticket_cta a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  border: 2px solid #000;
  background: #df0817;
  padding: 6px 15px 8px;
}
.ticket_cta a:hover {
  background: #fd8682;
  color: #000;
}

@media screen and (max-width: 991px) {
  .coupon li img {
    width: 94vw;
  }
  .bg_style {
    padding: 3vw 1vw;
  }
  .ticket_cta {
    margin: -5vw auto 3vw;
    padding: 3vw 1vw 5vw;
    width: 96vw;
  }
  .ticket_cta a {
    font-size: 4vw;
    border-radius: 20px;
    padding: 1.5vw 3vw;
    border: 1.5px solid #000;
  }
}
/*--耶誕禮物看更多GO--*/
.btn-shopping {
  margin: 80px auto 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .btn-shopping {
    margin: 35px auto 10px;
  }
  .btn-shopping img {
    width: 65vw;
  }
}/*# sourceMappingURL=style.css.map */