@charset "UTF-8";
html {
  background: url("../images/bg_2.png") bottom center no-repeat fixed, url("../images/bg_1.png") top -45px center repeat-y, url("../images/bg_0.jpg") top center no-repeat fixed, #125199;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ 區塊背景 ------------------ */
.container {
  background: url(../images/promotion_bg.png) top center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  top: -54px;
  padding-top: 75px;
}
.container section:nth-child(2) {
  padding-top: 120px;
}

.bg_1200 {
  width: 1200px;
  margin: 0 auto 100px;
  background: url(../images/bg_1200.png);
  padding: 10px 0;
}
.bg_1200::after {
  content: "";
  display: block;
  width: 1200px;
  height: 75px;
  background: url(../images/bg_1200_after.png) top center no-repeat;
  position: relative;
  bottom: -75px;
  margin-top: -105px;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    background: #fdc5da;
    margin: 0 auto 50px;
  }
  .bg_1200::after {
    content: "";
    display: block;
    width: 100vw;
    height: 6vw;
    background: url(../images/bg_1200_after_m.png) top center no-repeat;
    background-size: cover;
    bottom: -5vw;
    margin-top: -10vw;
  }
  .container {
    background: none;
    top: 0;
    padding-top: 0;
  }
  .container section:nth-child(2) {
    padding-top: 10px;
  }
  .container section:nth-child(7) .bg_1200 {
    margin: 0 auto 20px;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fdc5da;
  font-weight: 300;
}

/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1200px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    width: 100vw;
    gap: 2vw;
  }
  .promotion_box ul li,
  .promotion_box ul img {
    width: 48vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 0;
  font-family: "Courier New", Courier, "Noto Sans TC", monospace;
}
.titleC h2 {
  width: 1200px;
  height: 200px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  font-weight: 700;
  font-size: 55px;
  color: #fff;
  padding: 52px 0 28px 0;
}
.titleC h2 p {
  color: #125199;
  padding: 0 0 30px 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 7px;
}
.titleC h2.title_promo {
  background: url("../images/titleH2_bg_promo.png") top center no-repeat;
  color: #125199;
  padding: 3px 0 30px 0;
  height: auto;
}
.titleC h2.title_promo p {
  color: #fff;
}
.titleC h3 {
  width: 1200px;
  background: url("") top center no-repeat;
}

.special_5p_1 .title_AA h2 {
  background: url(../images/title_AA_bg.png) top center no-repeat;
  color: #fff;
  top: 10px;
  padding: 6px 0px 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    background: url("../images/titleH2_bg_m.png") top center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 28.2vw;
    font-size: 8vw;
    padding: 6.5vw 0 1vw 0;
  }
  .titleC h2 p {
    padding: 0 0 4vw 0;
    font-size: 4vw;
  }
  .titleC h2.title_promo {
    background: url("../images/titleH2_bg_promo_m.png") top center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 26.5vw;
    padding: 4vw 0 2vw 0;
  }
  .titleC h3 {
    width: 100vw;
    background: url("") top center no-repeat;
    background-size: contain;
  }
  .special_5p_1 .title_AA h2 {
    background: url(../images/title_AA_bg_m.png) top center no-repeat;
    padding: 10px 0px 25px;
  }
}
/* ------------------ 改色 ------------------ */
.bg_1200 .collect_5x6 .s-row h4,
.bg_1200 .collect_5x6 .special,
.bg_1200 .toptitle .font h4,
.bg_1200 .keywordC .round_5p .font,
.bg_1200 .hightlight_5p .font h4,
.bg_1200 .special_5p_1 .hightlight_5p ul li h4,
.bg_1200 .hightlight .font h4,
.bg_1200 .triple .font h4 {
  background: #be4043;
  color: #fff;
}
.bg_1200 .zasshi3 ul li {
  border-radius: 20px;
  background: url(../images/bg_4.png);
}
.bg_1200 .dis-for-zasshi3,
.bg_1200 .zasshi3-buy {
  background: #be4043;
}
.bg_1200 .zasshi3 ul li .font p {
  background: #125199;
}
.bg_1200 .zasshi3 ul li h4 {
  color: #125199;
}
.bg_1200 .dis-for-zasshi3 big {
  color: #fffb7d;
}
.bg_1200 .slick5itam-2 h4,
.bg_1200 .slick5itam-2 p {
  color: #125199;
  font-weight: bold;
}
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(2),
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(6),
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(6) p {
  background: #be4043;
  color: #fff;
}
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(3) span {
  color: #125199;
}
.bg_1200 .hightlight3 .one-time ul.ot li:nth-child(4) span {
  background: #125199;
}
.bg_1200 .hightlight3.half .one-time {
  background: url(../images/bg_4.png);
  border-radius: 20px;
}

/* ------------------ 版型調整 ------------------ */
.banner-dis3 {
  margin: 10px auto;
  padding: 5px 20px;
}

.banner-dis3 ul li img {
  width: 200px;
}

.banner-dis4 ul li img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .banner-dis3 ul li img {
    width: 32vw;
    margin: 0;
  }
  .banner-dis3 ul {
    flex-wrap: nowrap;
  }
}
.bg_1200 .crosswise_3p.left_img ul {
  justify-content: flex-end;
}
.bg_1200 #cata1 {
  background: url("../images/catimg1.png") 20px top no-repeat;
}
.bg_1200 #cata2 {
  background: url("../images/catimg2.png") 20px top no-repeat;
}
.bg_1200 #cata3 {
  background: url("../images/catimg3.png") 20px top no-repeat;
}

@media screen and (max-width: 991px) {
  .bg_1200 .crosswise_3p.left_img {
    padding-top: 67vw;
  }
  .bg_1200 .crosswise_3p.left_img ul {
    justify-content: center;
  }
  .bg_1200 #cata1 {
    background: url("../images/catimg1m.png") center top no-repeat;
    background-size: 95%;
  }
  .bg_1200 #cata2 {
    background: url("../images/catimg2m.png") center top no-repeat;
    background-size: 95%;
  }
  .bg_1200 #cata3 {
    background: url("../images/catimg3m.png") center top no-repeat;
    background-size: 95%;
  }
}
.bg_1200 #good1 {
  background: url("../images/good-img1.png") center 10px no-repeat;
}
.bg_1200 #good2 {
  background: url("../images/good-img2.png") center 10px no-repeat;
}
.bg_1200 #good3 {
  background: url("../images/good-img3.png") center 10px no-repeat;
}
.bg_1200 #good4 {
  background: url("../images/good-img4.png") center 10px no-repeat;
}

@media screen and (max-width: 991px) {
  .bg_1200 .crosswise_3p.center_img {
    padding-top: 55vw;
  }
  .bg_1200 #good1 {
    background: url("../images/good-img1m.png") center top no-repeat;
    background-size: 90%;
  }
  .bg_1200 #good2 {
    background: url("../images/good-img2m.png") center top no-repeat;
    background-size: 90%;
  }
  .bg_1200 #good3 {
    background: url("../images/good-img3m.png") center top no-repeat;
    background-size: 90%;
  }
  .bg_1200 #good4 {
    background: url("../images/good-img4m.png") center top no-repeat;
    background-size: 90%;
  }
}
.bg_1200 .collect_5x6 .s-row img {
  margin-top: 0;
}

.slick-dots li button:before {
  font-size: 40px !important;
  color: #be4043 !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 2%;
  left: 25.9895833333%;
  width: 48.0729166667%;
  opacity: 0;
  animation: title-pop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.9s forwards;
}
.kv_pc .kv_wave {
  top: 57.5%;
  left: 16.4583333333%;
  width: 66.6666666667%;
  opacity: 0;
  animation: card-up 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.1s forwards;
}
.kv_pc .kv_man {
  top: 27.5%;
  right: 10.4166666667%;
  width: 26.0416666667%;
  opacity: 0;
  animation: slide-in-right 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}
.kv_pc .kv_woman {
  top: 30.75%;
  left: 11.5625%;
  width: 23.9583333333%;
  opacity: 0;
  animation: slide-in-left 1.6s cubic-bezier(0.25, 1, 0.5, 1) 0.1s forwards;
}
.kv_pc .kv_sheep {
  top: 48.25%;
  left: 30.625%;
  width: 6.7708333333%;
  opacity: 0;
  animation: title-pop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s forwards, float-rotate 0.9s ease 1.25s infinite;
}
.kv_pc .kv_shoe {
  top: 48.25%;
  right: 29.0104166667%;
  width: 9.8958333333%;
  opacity: 0;
  animation: title-pop 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.6s forwards, float-rotate 0.7s ease 1.1s infinite;
}
.kv_pc .kv_gift {
  transform-origin: center center;
}
.kv_pc .kv_dolls {
  top: 0%;
  left: 11.71875%;
  width: 13.28125%;
  animation: float-rotate 0.8s ease 1.8s infinite;
}
.kv_pc .kv_model_bag {
  top: 48.375%;
  left: 1.6145833333%;
  width: 10.15625%;
  animation: float-rotate 1.1s ease 1.75s infinite;
}
.kv_pc .kv_wallet {
  top: 4%;
  right: 2.34375%;
  width: 8.0729166667%;
  animation: float-rotate 1s ease 1.65s infinite;
}

@keyframes title-pop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-3deg);
  }
  20% {
    opacity: 0;
    transform: scale(0.3) rotate(-3deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.08) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* 人物左側滑入 */
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-80px) rotate(-4deg);
  }
  50% {
    opacity: 0;
    transform: translateX(-80px) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
/* 人物右側滑入 */
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(80px) rotate(4deg);
  }
  50% {
    opacity: 0;
    transform: translateX(80px) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
/* 底部優惠卡向上跳出 */
@keyframes card-up {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 貼紙/小物件 Q彈登場 */
@keyframes sticker-pop {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-20deg);
  }
  80% {
    opacity: 1;
    transform: scale(1.15) rotate(5deg); /* Q彈 overshoot */
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes float-rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-6deg);
  }
}
/* ------------------ 右側選單 ------------------ */
.navstyle {
  background: #fdc5da;
  position: fixed;
  right: 10px;
  top: 150px;
  z-index: 999;
  width: 110px;
  border-radius: 100px;
  padding: 25px 10px;
}
.navstyle ul {
  text-align: center;
}
.navstyle ul li {
  border-bottom: 1px dotted #125199;
}
.navstyle ul li:last-child {
  border-bottom: none;
}
.navstyle ul .active {
  background: #125199;
  color: #ffffff;
  border-radius: 40px;
}
.navstyle ul a {
  color: #125199;
  padding: 5px;
  margin: 5px 0;
  display: block;
  border-radius: 40px;
}
.navstyle ul a:hover {
  background: #125199;
  color: #ffffff;
  border-radius: 40px;
  padding: 5px;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    background: #125199;
  }
  .navstyle div {
    display: none;
  }
  .navstyle ul {
    display: inline-block;
  }
  .navstyle ul li {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 15px;
    background: #fdc5da;
    margin: 9px 6px;
    border-bottom: none;
  }
  .navstyle ul li .active {
    background: #fdc5da;
    color: #125199;
  }
  .navstyle ul li a {
    padding: 0;
    display: inline-block;
    color: #125199;
  }
  .navstyle ul li a:hover {
    background: #fdc5da;
    color: #125199;
    border-radius: 15px;
    padding: 0;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
.navstyle::-webkit-scrollbar {
  display: none;
}

/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 40px;
}

.btn-go {
  width: 330px;
  border-radius: 40px;
  margin: 10px auto;
  transition: all 0.3s;
  background: #125199;
}
.btn-go a h3 {
  color: #fff;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #661c1c;
}

/*# sourceMappingURL=style.css.map */