@charset "big5";
/* CSS Document */
/* ================================================
- Basic
================================================ */
body { min-width: 1200px; color: #333; font: 13px/1.6em "Century Gothic", Arial, 'Microsoft JhengHei', "蘋果儷中黑", "儷黑 Pro", "新細明體", "sans-serif";}
a { display: block;  text-decoration: none;}
:focus { outline: none;}
i { font-style: normal;}
.header, .footer { text-align: center; background: #fff;}
.display_pc {display: block;}
.display_m {display: none;}
.tag_wfe {display: none;}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}

.mask p{
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    transform:rotate(-15deg);
}

.mask.before{
    background-color: rgba(30, 30, 30, 1);
}

.mask.before p{
    font-size: 25px;
    line-height: 28px;
}

.mask.before p span{
    font-size: 50px;
    line-height: 50px;
}

/* ================================================
- 商品區塊
================================================ */
.group {
  position: relative; 
  box-sizing: border-box; 
  max-width: 1340px; 
  width: 100%; 
  margin: 0 auto;
  clear: both;
  padding-bottom: 70px;
}
.group::before {
  content: '';
  width: 1340px;
  height: 1009px;
  margin: auto;
  position: absolute;
  z-index: -2;
  background-image: url("../images/limited_stage.png");
  /**background-color: blanchedalmond;   
  border-radius: 10px;**/
  top: 90px;
}

/*標題*/
.group_title {
  width: 707px;
  height: 189px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  background-image: url("../images/limited_title.png");
  background-repeat: no-repeat;
  margin: 0 auto;
}
.coupon_title{
  position: relative;
  height: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center; 
}
.group_title_M{
  display: none;
}
.coupon_title h3{
  text-align: center;
  font-size: 40px;
  line-height: 40px; 
  font-weight: bold;
  color: #000;
}
.coupon_title a{
  text-align: center;
  font-size: 22px;
  line-height: 18px;
  font-weight: bold;
  color: #97121a;
  padding: .5em 1em;
  background: linear-gradient(60deg, rgba(255,244,220,1) 0%, rgba(228,206,163,1) 25%, rgba(255,243,220,1) 50%, rgba(228,206,163,1) 75%, rgba(255,244,220,1) 100%);  
  border: #e6bd9b 2px solid;
  border-radius: 30px;
  transition: .3s ease-in-out;
  display: block;
  position: relative;
  margin-top: 80px;
  left: 5px;
}
@media(hover:hover) {
.coupon_title a:hover{
  transform: scale(0.95); 
  filter: brightness(110%); 
}
}
.coupon_link{
  position: relative;
  left: 5px;
}
.coupon_link a{
  transition: .3s ease-in-out;
}
@media(hover:hover) {
.coupon_link a:hover{
  transform: scale(0.95); 
  filter: brightness(120%);
  cursor: pointer;
}
}
.ProductList .group_tit {
  display: block!important; 
  position: absolute; 
  right: 65px;
  width: 150px;
  height: 700px;
  z-index: 999;
  background-color:burlywood;
}
.more_icon{
  height: 700px;
  display: flex; 
  flex-wrap: wrap; 
  align-items: center;
  justify-content: center;
}
.ProductList .group_tit a{
  font-size: 37px;
  line-height: 37px;
  font-weight: bold;
  background-color: #000;
  color: #fff; 
  padding: 15px;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  border-radius: 10px;
  transition: .3s ease-in-out;
}
@media(hover:hover) {
.ProductList .group_tit a:hover{
  transform: scale(0.95); 
  filter: brightness(120%);  
}
}
.ProductList .group_tit a span{
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-weight: 900;
  border-radius: 30px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  background-color: red;
  width: 50px;
  margin: 0 auto;
  margin-top: 5px;
}
/**#item_4, #item_8{
  margin-right: 165px;
}**/
/** 商品 **/
.pro_temp {display: none;}
.ProductList {position: relative; width: 100%;flex-shrink: 0; overflow: hidden;}
.ProductList::before {content: ' '; display: block; width: 100%;height: auto;
  position: absolute; top: 0; bottom: -30px; left: 0; right: 0; z-index: -2;}
.ProductList .item {font-size: 16px; border-radius: 10px;}
.ProductList .item > a {position: relative; border-radius: 10px;}
.ProductList .ProductImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;}
.ProductImg .tab {position: absolute; top: 0; left: 10px; z-index: 4;
  color: #ffffff; font-size: 18px; font-weight: bold; display: inline-block; background-color: #e04d34; padding: 10px 20px; border-radius: 0 0 10px 10px;
  box-shadow: rgb(0 0 0 / 35%) 2px 2px 3px;}
.item {position: relative; z-index: 4; box-sizing: border-box; text-align: center; width: 23.9%;margin-left: 0.3em;margin-right: 0.3em; margin-bottom: 0.6em;}
.item > a {display: block; background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  overflow: hidden;}
.item > a:hover, .item > a:focus, .item > a:active {transform: translateY(-5px);}
.item .ProductImg {position: relative; box-sizing: border-box; width: calc(100% - 20px); margin-left: 10px; margin-right: 10px; margin-top: 10px; margin-bottom: 10px; overflow: hidden;}
.item .ProductImg img {width: 100%; height: 100%; object-fit: cover;}
.item .ProductDesc {color: #fff; font-weight: bold; font-size: 14px; line-height: 36px; background: linear-gradient(90deg, #f0776d 0%, #a92426 100%); width: 90%; height: 36px; padding: 0 5px; margin: 2px auto; border-radius: 50px; overflow: hidden;}
.item .ProductName {color: #000; font-size: 15px; line-height: 18px; text-align: center; height: 40px; padding: 4px 5px; overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.item .ProducPrice, .item .Event_Condition {position: relative; height: 48px; color: #f00; line-height: 1.2em; margin-top: 3px;}
.item .ProducPrice label {cursor: pointer;}
.item .ProducPrice i em span {font-size: 13px; text-decoration: line-through;}
.item .ProducPrice i {display: flex; flex-direction: column-reverse;}
.item .ProducPrice span, .item .Event_Condition i span {margin: 0 2px; font-weight: 500; font-size: 33px;}
.item .ProducPrice i em {color: #747474; font-style: normal; font-size: 13px; }

/**#item_16 p.ProductImg {height: 242px;}**/

/* ================================================
- 頁籤效果
================================================ */
.tab-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.tab-wrapper {
  width: 75%; 
  margin: auto;
  /**padding: 25px 0 50px;**/
  text-align: center;
  position: relative;
}
.tab-wrapper > input {
  margin: 0;
  padding: 0;
  position: absolute;
  opacity: 0;
}
.tab-wrapper > input + label {
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background: linear-gradient(40deg, #ffe6b6 0%, #fff 50%, #ffe6b6 100%);
  margin: 10px 20px;
  padding-left: 1.7em;
  height: auto;
  border: none;
  /**box-shadow: 0 5px 10px rgba(0, 0, 0, 0.45);**/
  position: relative;
  z-index: 6;
  transition: all 0.3s;
  cursor: pointer;   
}
.tab-wrapper.no-more > input + label {
  margin: 6px 5px 10px;
  padding: .7em 1.3em;
  height: auto;
  position: relative;
  border-radius: 10px;
}
.tab-wrapper > input + label:hover,.tab-wrapper > input:checked + label {
  background: linear-gradient(40deg, #ffdf4d 0%, #ffd78b 50%, #ffdf4d 100%);
  box-shadow: inset 0 -4px 0 #ff9c00;
}
.tab-content-wrap {
  margin: 0px auto; 
  text-align: left; 
  color: white; 
  font-size: 13px; 
  line-height: 20px; 
  position: relative; 
  min-height: 735px;
}

.tab-wrapper > input + label a span {
  display: inline-block; 
  background: url(../images/title_more-index.png) no-repeat center top;
  width: 112px; 
  height: 55px; 
  margin-left: 17px; 
  transition: .3s ease-in-out;
}
.tab-wrapper > input + label a:hover span {
  transform: scale(0.95); 
  filter: brightness(120%);
}

.tab-wrapper > input + label p {
  display: flex;
  align-items: center;
  color: #5a0201;
}


/*其他tab不見*/
.tab-content-wrap > .tab-content {
  opacity: 0;
  display: none;
  box-sizing: border-box;
  width: 100%;
  /**padding: 10px 60px;**/
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
}
#tab-1:checked ~ .tab-content-wrap #group_1, 
#tab-2:checked ~ .tab-content-wrap #group_2,
#tab-3:checked ~ .tab-content-wrap #group_3{
  position: relative; 
  opacity: 1;
  display: flex; 
  visibility: visible; 
  pointer-events: auto;
  height: auto;
  justify-content: center;
}


/* ================================================
- 至適應
================================================ */
@media screen and (max-width: 1024px) {
body {width: 100vw; min-width: inherit;}
* {box-sizing: border-box;}	
.ProductList {min-height: auto;}
.group {
  /**width: calc(100% - 8px);**/
  width: 100%;
  flex-wrap: wrap;
  background-color: #760004;
  border-radius: 20px; 
  border: solid 5px #fbd036;
  padding-top: 10px;
  padding-bottom: 20px;
}
.item .ProductImg {margin: 10px auto;}
.item .ProductDesc {width: 96%;}
.item .ProductName {font-size: 14px; line-height: 18px;}
.item .ProducPrice .prePrice span, .item .Event_Condition i span {line-height: 25px; font-size: 25px; font-weight: bold;}
#item_16 p.ProductImg {height: 19.6vw;}
}

@media screen and (max-width: 768px) {	
.display_pc {display: none;}
.display_m {display: block;}   
    
.item > a:hover, .item > a:focus, .item > a:active {transform: translateY(0);}
.ProductList .item, .item {box-sizing: border-box; width: 47% !important; min-width: initial; margin-left: 0.3em; margin-right: 0.3em; margin-top: 0.3em; margin-bottom: 0.3em;}
.tab-wrapper > input + label {
  font-size: 2em;
}
.tab-wrapper.no-more > input + label{
  left: 0px; 
    
}
#item_16 p.ProductImg {height: 41.6vw;}
	
.group_tit {
   width: 80vw;
   top: -3vw;
}
.group_tit img{
   width: 100%;
}
    
.group::before {
    background-image: none;
    background:repeating-linear-gradient(180deg, rgb(160 116 255) -1%, rgb(238 238 238) 101%);
    background-color: aqua;
    height: auto !important;
    border-radius: 20px;
    width: 100vw;
    left: 0px;
}
    
/*標題*/
.group_title {
   display: none;
}
.group_title_M {
   display: block;
   position: relative;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   top: 10px;
   
}
.group_title_M .coupon_title{
   position: relative;
}
.group_title_M .coupon_link{
   display: flex;
   left: 0px;
   margin-bottom: 10px;
}
.group_title_M .coupon_link a{
   width: 50vw;
}
.group_title_M img{
   width: 100%;
} 
    
    
    
}
    

@media screen and (max-width: 576px) {
.group_tit {width: 100%; font-size: 33px; line-height: 22vw; height: 20vw;}
.group_tit a span { background-size: 100%; width: 17vw; height: 8.5vw; margin-left: 5px;}
	
.tab-wrapper > input + label {font-size: 1.2em; margin: 1px; padding-left: 1em; border-radius: 1.5em; height: 42px;}
.tab-wrapper > input + label a span {background-size: 100%; width: 82px; height: 42px; margin-left: 10px;}
.tab-wrapper > input + label:hover,.tab-wrapper > input:checked + label {
    box-shadow: /**0 3px 5px rgba(0, 0, 0, 0.45),**/ inset 0 -3px 0 #ff9c00;
}
.tab-wrapper.no-more > input + label {margin:1px 3px; line-height: 1.5em; font-size: 1.3em; padding: 0.5em 1em;}    
	
.tab-wrapper {width: 100%; padding: 10px 0 0px 0;}	
.tab-content-wrap > .tab-content {padding: 10px;}
	
.group::before {top: 40px;}
.group::after {top: 40px;}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {
.group_tit {font-size: 26px; line-height: 22vw; height: 20vw;}
.tab-wrapper > input + label {font-size: 1.2em; margin: 2px; padding: 0.5em 1.5em;}
	
.tab-content, .group-list {padding-left: 0.2em; padding-right: 0.2em;}
.ProductList .item, .item {padding-left: 0.2em; padding-right: 0.2em;}
.item .ProducPrice i em span, .item .ProducLimited i em span {font-size: 11px; margin-right: 0;}
.item .ProducPrice .price_txt, .item .ProducLimited .price_txt {font-size: 13px;}
.item .ProducPrice .prePrice, .item .ProducLimited .prePrice {font-size: 12px;}
}