@charset "UTF-8";
html {
  background: url("../images/bg_1.png") bottom center no-repeat fixed, url("../images/bg_0.png") top 750px center repeat, #630a10;
}

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

@font-face {
  font-family: SC-SemiBold;
  src: url("https://events.eslite.com/font/獅尾四季春加糖SC-SemiBold.ttf");
}
/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  background: url(../images/1200_bg.png) top center;
  margin: 50px auto 120px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.bg_1200::before {
  content: "";
  background: url(../images/1200_bg_before.png) top center no-repeat;
  width: 1200px;
  height: 100px;
  display: block;
  position: relative;
  top: -50px;
  margin-bottom: -60px;
  z-index: -1;
}
.bg_1200::after {
  content: "";
  background: url(../images/1200_bg_after.png) top center no-repeat;
  width: 1200px;
  height: 100px;
  display: block;
  position: relative;
  bottom: -50px;
  margin-top: -85px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
    margin: 5vw 0;
    padding: 5vw 0;
    background: #ffe0bf;
  }
  .bg_1200::before, .bg_1200::after {
    content: none;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #ffb508;
  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 {
  font-family: SC-SemiBold;
  margin: auto;
  padding: 0;
}
.titleC h2 {
  width: 800px;
  background: url("../images/titleH2_bg.png") top center no-repeat;
  color: #fff;
  font-size: 60px;
  padding: 53px 0 55px;
  margin: 20px auto;
  letter-spacing: 3px;
}
.titleC h3 {
  width: 800px;
  background: url("../images/titleH3_bg.png") top center no-repeat;
  color: #310101;
  font-size: 36px;
  padding: 10px 0;
  margin: 0 auto 10px;
}
.titleC h4 {
  color: #630a10;
  font-size: 24px;
  margin: 10px auto 20px;
}

.subtitle {
  width: 1100px;
  font-family: SC-SemiBold;
}
.subtitle h3 {
  border-left: solid 16px #bd7c1f;
  color: #310101;
}
.subtitle .more {
  background: #ffb508;
  border-radius: 30px;
}

.special_5p_1 .title_AA h2 {
  font-family: SC-SemiBold;
  background: url(../images/title5p_bg.png) top center no-repeat;
  color: #310101;
  top: 10px;
  padding: 10px 0px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    width: 100vw;
    background-size: contain;
    font-size: 10vw;
    padding: 10vw 0;
    margin: 2vw auto;
  }
  .titleC h3 {
    width: 100vw;
    background-size: contain;
    font-size: 8vw;
    padding: 1.4vw 0;
    margin: 0 auto;
  }
  .titleC h4 {
    font-size: 6vw;
    margin: 4vw auto;
  }
  .subtitle {
    width: 98vw;
  }
  .special_5p_1 .title_AA h2 {
    background: url(../images/titleH3_bg.png) top center no-repeat;
    background-size: contain;
    padding: 1.4vw 0;
    top: 0;
  }
}
/* ------------------ 改色 ------------------ */
.collect_5x6 .s-row h4,
.collect_5x6 .special,
.toptitle .font h4,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4 {
  background: #630a10;
}

.slick5itam-2 h4,
.slick5itam-2 p {
  color: #630a10;
}

.alternate ul:nth-child(odd) li:first-child {
  background: #d4000f;
}

.alternate ul:nth-child(even) li:last-child {
  background: #630a10;
}

.zasshi3 ul li .font p {
  background: #630a10 !important;
}

.dis-for-zasshi3,
.zasshi3-buy {
  background: #d4000f !important;
}

/* ------------------ 版型調整 ------------------ */
.slick-dots li button:before {
  font-size: 40px !important;
  color: #bd7c1f !important;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc .kv_title {
  top: 1%;
  left: 5.9895833333%;
  width: 44.7916666667%;
}
.kv_pc .kv_date {
  top: 31%;
  left: 10.8333333333%;
  width: 37.5%;
}
.kv_pc .kv_heading {
  top: 41.75%;
  left: 9.6354166667%;
  width: 39.5833333333%;
}
.kv_pc .kv_sale {
  top: 55.5%;
  left: 10.0520833333%;
  width: 39.5833333333%;
}
.kv_pc .kv_hand1 {
  top: 55.5%;
  left: -5.5208333333%;
  width: 23.5416666667%;
  animation: swing 5s ease-in-out 2.5s infinite;
}
.kv_pc .kv_hand2 {
  top: 2.75%;
  right: -8.8541666667%;
  width: 28.3854166667%;
  animation: swing 5s ease-in-out -1.5s infinite;
}

/* ------------------ 右側選單（全覽） ------------------ */
@media screen and (min-width: 992px) {
  .navstyle {
    background: #ffb508;
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 999;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #630a10;
    outline: 3px solid #ffb508;
  }
  .navstyle ul {
    text-align: center;
  }
  .navstyle ul li {
    border-bottom: 1px dotted #fff;
  }
  .navstyle ul li:last-child {
    border-bottom: none;
  }
  .navstyle ul .active {
    background: #d4000f;
    color: #ffffff;
    border-radius: 40px;
  }
  .navstyle ul a {
    color: #630a10;
    padding: 5px;
    margin: 5px 0;
    display: block;
    border-radius: 40px;
  }
  .navstyle ul a:hover {
    background: #d4000f;
    color: #ffffff;
    border-radius: 40px;
    padding: 5px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 991px) {
  .navstyle {
    position: static;
    width: 100vw;
    padding: 0;
    background: #ffb508;
  }
  .navstyle ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .navstyle ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 50vw;
    height: 25px;
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    color: #bd7c1f;
  }
  .navstyle ul li:nth-child(2n) {
    border-right: none;
  }
  .navstyle ul li:nth-child(1), .navstyle ul li:nth-child(2) {
    border-bottom: 1px solid #fff;
  }
  .navstyle ul li .active {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d4000f;
    color: #fff;
    width: 50vw;
    height: 25px;
  }
  .navstyle ul li a {
    padding: 0;
    color: #630a10;
  }
  .sticky {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
  }
}
/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn-go {
  width: 330px;
  border-radius: 20px;
  border: 2px solid #630a10;
  outline: 3px solid #ffb508;
  margin: -20px auto 50px;
  transition: all 0.3s;
  background: #ffb508;
}
.btn-go a h3 {
  font-family: SC-SemiBold;
  color: #310101;
  font-size: 2rem;
  padding: 15px 10px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #e2a005;
}

@media screen and (max-width: 991px) {
  .btn-go {
    margin: 5vw auto 50px;
  }
}
/*# sourceMappingURL=style.css.map */