@charset "big5";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Zen+Maru+Gothic:wght@400;700&display=swap");
/* CSS Document */
body {
  font: 13px/1.6em "Century Gothic", Arial, "Noto Sans TC", "Microsoft JhengHei",
    "sans-serif";
  color: #333;
  background: url(../images/bottom_bg.png) center top no-repeat,
    url(../images/bg_mid.png) center 100px repeat-y, #9fc449;
}

a {
  text-decoration: none;
  display: inline-block;
}

:focus {
  outline: none;
}

i {
  font-style: normal;
}

.header,
.footer {
  width: 100%;
  background: #fff;
}

.hd_pc {
  width: 100%;
  background: #fff;
}

.hd_m {
  display: none;
}

.pc_mode {
  display: block;
}

.m_mode {
  display: none;
}

.tag_wfe {
  display: none;
}

/**main_wrapper**/
.main_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

/**kv_wrapper**/
.kv_wrapper {
  position: relative;
}

/**kv_container**/
.kv_container {
  position: relative;
  z-index: 999;
  margin: auto;
  width: 1200px;
  height: 630px;
}

.kv_head {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 6;
}

.kv_logo {
  box-sizing: border-box;
  background: url("../images/bg_logo.png") no-repeat center bottom #b4867a;
  /*width: 140px;*/
  padding: 10px;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 2%;
}

.kv_logo img {
  width: 100%;
}

.kv_logo:hover {
  padding: 15px 10px 10px;
}

/**slogan**/
.kv_slogan1 {
  position: absolute;
  left: 105px;
  top: 60px;
  z-index: 2;
}

.kv_slogan2 {
  position: absolute;
  left: -53px;
  top: 144px;
  z-index: 2;
}

.kv_right {
  position: relative;
  width: 328px;
  float: right;
  padding-top: 50px;
}

.kv_slogan8 {
  position: absolute;
  bottom: 0px;
  left: 185px;
  z-index: 1;
}

.kv_wrapper_M {
  display: none;
}

/**animation**/
@keyframes loop-top {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1200px 0;
  }
}

@keyframes loop-bottom {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1200px 0;
  }
}

/**tab**/
.content {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

/**prod**/
.prod_wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 60px;
}

.prod_container {
  position: relative;
  z-index: 100;
}

.ProductList {
  position: relative;
  z-index: 500;
  margin: auto;
  width: 96%;
  max-width: 1200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.ProductList:after {
  clear: both;
  display: table;
  content: "";
}

.ProductList .item {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(32, 61, 75, 0.6);
}

.ProductList .item > a {
  position: relative;
  display: block;
  transform: scale(0.95);
}

.ProductList .ProductImg {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 100%;
}

.ProductList .ProductImg img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: ease-out 0.1s;
  transition: ease-out 0.1s;
}

.ProductList .item > a:hover .ProductImg img {
  transform: scale(1.05);
  filter: brightness(110%);
}

.ProductList .ProductDesc {
  overflow: hidden;
  margin: 2px auto;
  border-radius: 30px;
  background-image: repeating-linear-gradient(
    90deg,
    rgb(168, 168, 168) -1%,
    rgb(168, 168, 168) 101%
  );
  padding: 0 5px;
  height: 36px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
}

.item .ProductName {
  overflow: hidden;
  padding: 4px 5px;
  height: 40px;
  color: #000;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.item .ProducPrice,
.item .Event_Condition {
  padding: 3px 2px 0 2px;
  color: #f00;
  height: 50px;
}

.item .ProducPrice label {
  cursor: pointer;
}

.item .ProducPrice i {
  display: flex;
  flex-direction: column-reverse;
}

.item .ProducPrice i em span {
  margin: 0 10px 0 0;
  color: #747474;
}

.item .ProducPrice .prePrice span,
.item .Event_Condition i span {
  margin: 0 2px 0 2px;
  font-weight: 500;
  font-size: 34px;
  line-height: 30px;
}

.item .ProducPrice i em {
  color: #747474;
  font-style: normal;
  font-size: 13px;
}

.item .ProducPrice .price_txt {
  color: #f00;
  font-size: 15px;
  line-height: 26px;
}

/**group**/
.group {
  position: relative;
  max-width: 1050px;
  width: 96%;
  margin: auto;
  padding-bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(auto, auto);
  grid-column-gap: 16px;
  grid-row-gap: 20px;
}

.group:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -75px;
  right: -75px;
  margin: auto;
  background-image: url("../images/border_01.png");
  background-size: 100% 100%;
  z-index: -1;
}
.group:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -75px;
  right: -75px;
  margin: auto;
  background-image: url("../images/border_02.png");
  background-size: 100% 100%;
  height: 100%;
  z-index: -1;
}

/**title***/
.tit {
  display: none;
  margin: auto;
}

.group .tit {
  display: block !important;
  grid-area: 1 / 1 / 2 / 5;
  width: 100%;
}

.group .tit > div {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 52px;
  height: 140px;
  margin: auto;
  color: #5f473a;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/tit_style.png") center no-repeat;
  width: 100%;
}

.group .tit a {
  position: absolute;
  right: 100px;
  cursor: pointer;
}

/**float**/
@media screen and (min-width: 1025px) {
  .NavArea {
    display: none;
    width: 150px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 250;
  }

  .Nav-slide.active {
    background-color: #bc453d;
  }

  .Nav-slide.active a {
    color: #fff;
  }

  .float_tit {
    margin: 0 8px 8px;
    margin-top: -73px;
  }

  .float_main {
    width: 138px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .go_top {
    display: block;
    cursor: pointer;
  }

  .Nav-wrapper {
    background: #6c894aef;
    width: 120px;
    margin: -45px auto 0;
    padding-top: 20px;
    border-radius: 10px;
  }

  .Nav-wrapper li {
    font-size: 15px;
    text-align: center;
    background: transparent;
    margin: auto;
    padding: 3px 0 3px;
    position: relative;
  }

  .Nav-wrapper li.highlight0 {
    font-size: 15px;
    line-height: 26px;
    border-radius: 50px;
    background-color: #c6af8e;
    margin: 3px 5px;
    font-weight: 500;
  }

  .Nav-wrapper li.highlight1 {
    padding-left: 2px;
  }

  .Nav-wrapper li.highlight2 {
    font-size: 24px;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    padding-left: 2px;
  }

  .Nav-wrapper li.highlight3 {
    font-size: 15px;
    line-height: 18px;
    border-radius: 0px;
    background-color: #faeee0;
    margin: 3px 5px;
    color: #bc453d;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .Nav-wrapper li a {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    z-index: 500;
  }

  /*.Nav-wrapper li a:hover {
        color: #bc453d;
    }*/

  .Nav-wrapper li:after {
    background: #bc453d;
    height: 2px;
    position: absolute;
    right: 51%;
    left: 51%;
    bottom: 0;
    z-index: 1;
    content: "";
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: left, right;
    transition-property: left, right;
  }

  .Nav-wrapper li:hover:after {
    right: 10%;
    left: 10%;
  }

  .Nav-wrapper li.highlight3:after {
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  /**nav**/
  .NavArea {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
  }

  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background-color: #000;
  }

  .NavArea .Nav ul {
    white-space: nowrap;
  }

  .NavArea .Nav li {
    z-index: 10;
    position: relative;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    width: auto;
    font-weight: inherit;
    text-align: center;
  }

  .NavArea .Nav li:nth-child(odd) {
    background-color: #131313;
  }

  .NavArea .Nav a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
  }

  .Nav-slide.active a {
    color: salmon;
  }

  .Nav-wrapper li.highlight3 {
    display: none;
  }

  .Nav-wrapper li.highlight0.pc_mode {
    display: none;
  }

  .float_tit {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    display: none;
  }

  .hd_pc {
    display: none;
  }

  .hd_m {
    display: block;
  }

  .m_mode {
    display: block;
  }

  .pc_mode {
    display: none;
  }

  .kv_wrapper {
    background-size: 100vw !important;
  }

  .kv_logo {
  }

  .kv_container {
    width: 100vw;
    height: 62vw;
  }

  .kv_container img {
    width: 100%;
  }

  /**slogan**/
  .kv_slogan1 {
    width: 50vw;
    left: 5vw;
  }

  .kv_slogan8 {
    width: 30vw;
    left: 16vw;
  }

  /**prod_m**/
  .prod_wrapper {
    margin-top: 0vw;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .ProductList {
    row-gap: 40px;
  }

  .ProductList .ProductDesc {
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    font-size: 14px;
    padding: 0 3px;
  }

  .item .ProductName {
    color: #000;
    height: 38px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    padding: 4px 5px;
    line-height: 18px;
  }

  .item .ProducPrice span,
  .item .Event_Condition i span {
    font-size: 13px;
  }

  .item .ProducPrice .prePrice span,
  .item .Event_Condition i span {
    font-size: 24px;
  }

  /**group**/
  .group {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px;
  }

  .group .tit {
    grid-area: 1 / 1 / 2 / 3;
    overflow: hidden;
    background-size: contain;
  }

  .group .tit > div {
    font-size: 40px;
    height: 15vw;
  }
  .group .tit a {
    right: 0vw;
  }
  .group:nth-child(odd)::before {
    background-image: url(../images/border_01_m.png);
    left: -6vw;
    right: -6vw;
  }
  .group:nth-child(even)::before {
    background-image: url(../images/border_02_m.png);
    left: -6vw;
    right: -6vw;
  }
}
@media screen and (max-width: 596px) {
  body {
    background-size: 245vw, 180vw;
  }
  .kv_logo {
    width: 25%;
  }
  .kv_container {
    height: 70vw;
  }
  .kv_slogan1 {
    top: 12vw;
  }
  .kv_slogan8 {
    width: 35vw;
    left: 12vw;
  }
  .group .tit > div {
    background-size: 53vw;
    font-size: 35px;
  }
  .group .tit a{
    width: 16vw;
  }
  .group .tit a img{
    width: 100%;
  }
}
