@charset "UTF-8";
html {
  background: #eeeae0;
}

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

footer {
  background: #cf5d55;
  max-width: 1920px;
  margin: 0 auto;
}

p {
  font-weight: 400;
}

/* ------------------ 區塊背景 ------------------ */
.container section:nth-child(1) {
  background: url(../images/s1_bg.jpg) top center no-repeat;
  padding: 40px 0 20px;
}
.container section:nth-child(2) {
  background: url(../images/s2_bg.jpg) top center no-repeat;
  padding: 90px 0 140px;
  margin: 0 auto;
}
.container section:nth-child(3), .container section:nth-child(5) {
  background: url(../images/s3_bg.jpg) top center no-repeat fixed;
  padding: 20px 0;
  margin: 0 auto;
}
.container section:nth-child(4) {
  background: url(../images/s4_bg.jpg) top center no-repeat;
  padding: 90px 0 95px;
  margin: 0 auto;
}

.bg_1200 {
  width: 1200px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .container section:nth-child(1) {
    background: #cec4af;
    padding: 10px 0;
  }
  .container section:nth-child(2) {
    background: #eeeae0;
    padding: 10px 0;
  }
  .container section:nth-child(3) {
    background: #cec4af;
    padding: 20px 0 10px;
  }
  .container section:nth-child(5) {
    background: #cec4af;
    padding: 10px 0;
  }
  .container section:nth-child(4) {
    background: #eeeae0;
    padding: 10px 0;
  }
  .bg_1200 {
    width: 100vw;
    min-width: 100vw;
  }
}
/* ------------------ kv ------------------ */
.kv_pc .topbox {
  position: relative;
}
.kv_pc .topbox img {
  position: absolute;
  z-index: 10;
}
.kv_pc .topbox .kv_title {
  top: 314px;
  left: 481px;
}
.kv_pc .topbox .kv_pillow img {
  top: 327px;
  left: 256px;
}
.kv_pc .topbox .kv_pillow .number {
  animation: ani01 6s -3s infinite ease-in-out;
}
.kv_pc .topbox .kv_pillow .good {
  animation: ani01 6s 0s infinite ease-in-out;
}
.kv_pc .topbox .kv_helmet img {
  top: 656px;
  left: -72px;
}
.kv_pc .topbox .kv_helmet .number {
  animation: ani01 6s -5s infinite ease-in-out;
}
.kv_pc .topbox .kv_helmet .good {
  animation: ani01 6s -2s infinite ease-in-out;
}
.kv_pc .topbox .kv_scarf img {
  top: 462px;
  left: -297px;
}
.kv_pc .topbox .kv_scarf .number {
  animation: ani01 6s -8s infinite ease-in-out;
}
.kv_pc .topbox .kv_scarf .good {
  animation: ani01 6s -5s infinite ease-in-out;
}
.kv_pc .topbox .kv_folder img {
  top: 217px;
  left: -94px;
}
.kv_pc .topbox .kv_folder .number {
  animation: ani01 6s -4s infinite ease-in-out;
}
.kv_pc .topbox .kv_folder .good {
  animation: ani01 6s -1s infinite ease-in-out;
}
.kv_pc .topbox .kv_bottle img {
  top: 621px;
  left: 468px;
}
.kv_pc .topbox .kv_bottle .number {
  animation: ani01 6s -6s infinite ease-in-out;
}
.kv_pc .topbox .kv_bottle .good {
  animation: ani01 6s -3s infinite ease-in-out;
}
.kv_pc .topbox .kv_glass img {
  top: 462px;
  left: 902px;
}
.kv_pc .topbox .kv_glass .number {
  animation: ani01 6s -8s infinite ease-in-out;
}
.kv_pc .topbox .kv_glass .good {
  animation: ani01 6s -5s infinite ease-in-out;
}
.kv_pc .topbox .kv_bag img {
  top: 691px;
  left: 1132px;
}
.kv_pc .topbox .kv_bag .number {
  animation: ani01 6s -3s infinite ease-in-out;
}
.kv_pc .topbox .kv_bag .good {
  animation: ani01 6s 0s infinite ease-in-out;
}
.kv_pc .topbox .kv_chair img {
  top: 344px;
  left: 1223px;
}
.kv_pc .topbox .kv_chair .number {
  animation: ani01 6s -4s infinite ease-in-out;
}
.kv_pc .topbox .kv_chair .good {
  animation: ani01 6s -1s infinite ease-in-out;
}
.kv_pc .topbox .kv_umbrella img {
  top: 65px;
  left: 1030px;
}
.kv_pc .topbox .kv_umbrella .number {
  animation: ani01 6s -5s infinite ease-in-out;
}
.kv_pc .topbox .kv_umbrella .good {
  animation: ani01 6s -2s infinite ease-in-out;
}

@keyframes ani01 {
  0% {
    opacity: 0;
    transform: scaleX(-1);
  }
  45% {
    opacity: 0;
    transform: scaleX(-1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
  95% {
    opacity: 1;
    transform: scaleX(1);
  }
  100% {
    opacity: 0;
    transform: scaleX(-1);
  }
}
.kv_subtitle {
  background: #cf5d55;
  width: 850px;
  display: flex;
  margin: -190px auto 0;
  padding: 10px 20px;
  gap: 50px;
  position: relative;
  z-index: 2;
}
.kv_subtitle .logo {
  padding: 8px 0 0;
  margin: 0 auto;
}
.kv_subtitle .info {
  width: 560px;
}
.kv_subtitle .info p {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #fff;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .kv_subtitle {
    width: 100vw;
    margin: 0 auto;
    padding: 20px 20px 30px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .kv_subtitle .info {
    width: 90vw;
  }
  .kv_subtitle .info p {
    font-size: 16px;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
.promotion_box ul {
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    width: 100vw;
  }
  .promotion_box ul {
    padding: 0 0 10px;
    width: 100vw;
  }
  .promotion_box ul li {
    margin: 5px auto;
    width: 95vw;
  }
  .promotion_box ul li img {
    width: 95vw;
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: auto;
  padding: 20px 0;
  font-family: "Noto Sans TC", sans-serif;
}
.titleC h2 {
  font-weight: 500;
  letter-spacing: 5px;
  padding: 10px 5px 15px;
  margin: 10px auto;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
}
.titleC h2::before {
  content: "";
  display: inline-block;
  background: url(../images/titleH2_bg.svg) top center no-repeat;
  width: 23px;
  height: 23px;
  position: relative;
  top: -5px;
  padding: 0 12px;
}
.titleC h2::after {
  content: "";
  display: inline-block;
  background: url(../images/titleH2_bg.svg) top center no-repeat;
  width: 23px;
  height: 23px;
  position: relative;
  top: -5px;
  padding: 0 12px;
}

@media screen and (max-width: 991px) {
  .titleC {
    padding: 10px 0;
  }
  .titleC h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    padding: 10px 0 12px;
    line-height: 1.4;
  }
  .titleC h2::before {
    content: "";
    background: url(../images/titleH2_bg_m.svg) top center no-repeat;
    width: 10px;
    height: 10px;
    top: -4px;
    padding: 0 3px;
  }
  .titleC h2::after {
    content: "";
    display: inline-block;
    background: url(../images/titleH2_bg_m.svg) top center no-repeat;
    width: 10px;
    height: 10px;
    top: -4px;
    padding: 0 3px;
  }
  .titleC h2 .two-lines {
    display: block;
  }
}
/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: #cec4af;
}

.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: #cf5d55;
}

/* ------------------ 版型調整 ------------------ */
.bg_a .recommend {
  width: 1200px;
  margin: -20px auto -90px;
}

.bg_a .recommend a {
  align-items: center;
}

.bg_a .recommend img {
  width: 450px;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 450px;
  max-width: 450px;
}

.bg_a .recommend:nth-child(2) a {
  flex-direction: row-reverse;
}

.bg_a .recommend .font {
  color: #555;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
}

.bg_a .recommend .font h4 {
  color: #000;
  font-weight: 700;
  border-bottom: #000 solid 1px;
  line-height: 50px;
}

.bg_a .recommend .font p {
  letter-spacing: 1px;
}

.bg_a .recommend .font .price big {
  color: #cf5d55;
}

@media screen and (max-width: 991px) {
  .bg_a .recommend {
    width: 100%;
    background: none;
    margin: -2vw auto;
  }
  .bg_a .recommend img {
    width: 80vw;
    height: 80vw;
    max-height: 80vw;
    max-width: 80vw;
  }
  .bg_a .recommend .font h4 {
    line-height: 2.3rem;
  }
}
.bg_b .pattern {
  position: relative;
  padding: 10px 0 10px;
  margin: 10px auto 20px;
}

.bg_b .pattern h3 {
  position: absolute;
  top: 36px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  left: 36px;
  width: 366px;
  padding: 30px;
  line-height: 33px;
  height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_b .pattern2 h3 {
  color: #fff;
}

.crosswise_3p ul {
  flex-wrap: wrap;
}

.crosswise_3p ul li:nth-child(1),
.crosswise_3p ul li:nth-child(3) {
  margin-left: 387px;
}

.bg_b .crosswise_3p {
  margin: 20px auto;
}

.bg_b h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-left: 30px;
}

.bg_b .pattern h3 {
  text-align: center;
}

.crosswise-li,
.crosswise-li img {
  border-radius: 0;
}

.crosswise-li {
  border-radius: 0;
}

.pattern1 {
  background: #6c9c9e;
}

.bg_b .pattern1 h3 {
  background: url("../images/pattern1.jpg") top center no-repeat;
}

.pattern2 {
  background: #614b5b;
}

.bg_b .pattern2 h3 {
  background: url("../images/pattern2.jpg") top center no-repeat;
}

.pattern3 {
  background: #b89458;
}

.bg_b .pattern3 h3 {
  background: url("../images/pattern3.jpg") top center no-repeat;
}

@media screen and (max-width: 991px) {
  .bg_b .pattern h3 {
    position: relative;
    top: 0px;
    font-size: 24px;
    left: 0;
    width: 94vw;
    line-height: 36px;
    height: auto;
    padding: 1vw;
    margin: 1vw auto;
  }
  .crosswise_3p ul li:nth-child(1),
  .crosswise_3p ul li:nth-child(3) {
    margin-left: 1vw;
  }
  .bg_b {
    padding-bottom: 2vw;
    background: none;
  }
  .bg_b .titleC h2 span:nth-child(1) {
    display: block;
  }
  .bg_b .pattern {
    padding: 2vw 0;
  }
  .bg_b .crosswise_3p {
    margin: 4vw auto 1vw;
  }
  .bg_b .pattern h3 {
    width: 54vw;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 500;
    text-align: left;
    background: none;
    margin-left: 45vw;
    height: 33vw;
  }
  .bg_b .pattern1 h3::before {
    content: "";
    width: 35vw;
    height: 35vw;
    display: inline-flex;
    background: url("../images/pattern1m.jpg");
    background-size: contain;
    position: absolute;
    top: 0;
    left: -39vw;
    border-radius: 50%;
  }
  .bg_b .pattern2 h3::before {
    content: "";
    width: 35vw;
    height: 35vw;
    display: inline-flex;
    background: url("../images/pattern2m.jpg");
    background-size: contain;
    position: absolute;
    top: 0;
    left: -39vw;
    border-radius: 50%;
  }
  .bg_b .pattern3 h3::before {
    content: "";
    width: 35vw;
    height: 35vw;
    display: inline-flex;
    background: url("../images/pattern3m.jpg");
    background-size: contain;
    position: absolute;
    top: 0;
    left: -39vw;
    border-radius: 50%;
  }
  .bg_b .pattern3 {
    margin-bottom: 3vw;
  }
  .crosswise-li {
    width: 94vw;
  }
}
/* ------------------  前往ＯＯＯ館的按鈕 ------------------ */
.btn_box ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.btn-go {
  width: 340px;
  border-radius: 40px;
  margin: 20px auto;
  transition: all 0.3s;
  background: #fff;
}
.btn-go a h3 {
  color: #000;
  font-size: 1.8rem;
  padding: 15px 10px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}
.btn-go:hover {
  transform: scale(0.98);
  background: #eeeae0;
}

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