@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, .hd_m  {display: none;}
.tag_wfe {display: none;}

/* ================================================
- 商品區塊
================================================ */
.group {position: relative; box-sizing: border-box; max-width: 1136px; width: 100%; margin: 0 auto;clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;}
.group:before {content:''; position: absolute; top: -27px; bottom: 0; left: 0; right: 0; z-index: -1; margin: auto; width: 1136px; height: 1730px; 
    background: url(../images/store_prod_bg01.png) no-repeat center top;}
.tab-container:has(#tab-2:checked):before {
    background: url(../images/store_prod_bg02.png) no-repeat center top;}
.tab-container:has(#tab-3:checked):before {
    background: url(../images/store_prod_bg03.png) no-repeat center top;}

/*標題*/
.tit {display: none; margin: auto;}
.group_tit {display: none; margin: auto;}
.ProductList .group_tit {display: block!important; position: absolute;}

#item_1, #item_5, #item_10, #item_14, 
#item_19, #item_23, #item_28, #item_32,
#item_37, #item_41, #item_46, #item_50 {
    margin-left: 257px;}

/** 商品 **/
.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: 18.9%; padding: 0 0.2em 0.4em 0.2em;}
.item > a {display: block; background: #fff;
  -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: 13px; line-height: 36px; background: #a91d22; width: 90%; height: 36px; padding: 0 5px; margin: 2px auto; border-radius: 50px; overflow: hidden;}
.item .ProductName {color: #000; font-size: 15px; line-height: 20px; text-align: center; height: 40px; padding: 4px 5px; overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.item .ProductName {overflow: hidden; padding: 2px 5px; height: 35px; color: #000; text-align: center; font-size: 14px; line-height: 18px;}
.item .ProducPrice, .item .Event_Condition {position: relative; padding: 3px; color: #f00; line-height: 1.2em;}
.item .ProducPrice label {cursor: pointer;}
.item .ProducPrice i em span {font-size: 13px;}
.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: 30px;}
.item .ProducPrice i em {color: #747474; font-style: normal; font-size: 13px;}


/* ================================================
- 頁籤效果
================================================ */
.tab-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.tab-wrapper {
    width: 95%;
    margin: auto;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
}
.tab-wrapper > input {
    margin: 0;
    padding: 0;
    position: absolute;
    opacity: 0;}
.tab-wrapper > input + label {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 6;
    transition: all 0.3s;
    cursor: pointer;
	width: 32%;}
.tab-wrapper > input + label:hover,.tab-wrapper > input:checked + label {
    transform: scale(0.95);}

.tab-content-wrap {
    margin: 0px auto;
    text-align: left;
    color: white;
    position: relative;
    min-height: 420px;}

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


/* ================================================
- 至適應
================================================ */
@media screen and (max-width: 1024px) {
body {width: 100vw; min-width: inherit;}
* {box-sizing: border-box;}	
	
.ProductList {min-height: auto;}
.group_product img {width: 100%;}
.group {width: 100vw;}
.group:before {width: 100vw; height: auto; top: 0; bottom: -10px; background-size: 100%;}
.tab-container:has(#tab-2:checked):before {width: 100vw; height: auto; top: 0; bottom: -10px; background-size: 100%;}
.tab-container:has(#tab-3:checked):before {width: 100vw; height: auto; top: 0; bottom: -10px; background-size: 100%;}		
.tab-wrapper {padding: 15vw 0 5vw;}	
	
#item_1, #item_5, #item_10, #item_14, #item_19, #item_23, #item_28, #item_32, #item_37, #item_41, #item_46, #item_50 {margin-left: 22vw;}
.ProductList .group_tit {width: 21.8vw;}
	
.item .ProductImg {margin: 10px auto;}
.item .ProductDesc {width: 96%; line-height: 30px; height: 30px; margin: 0 auto;}
.item .ProductName {font-size: 14px; line-height: 18px;}
.item .ProducPrice, .item .Event_Condition {height: 48px; line-height: 1.1em;}
.item .ProducPrice .prePrice span, .item .Event_Condition i span {line-height: 25px; font-size: 25px;}	
}

@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: 50% !important; min-width: initial; padding: 0.2em;}
.tab-wrapper > input + label {font-size: 2em;}
.tab-content-wrap > .tab-content {width: 96%; margin: auto; padding: 0;}
	
.ProductList .group_tit {width: 100%; position: initial;}

.group:before {background: url(../images/store_prod_bg01_1m.png) no-repeat center top, url(../images/store_prod_bg01_3m.png) no-repeat center bottom, url(../images/store_prod_bg01_2m.png) center top; background-size: 100%, 100%, 100%; bottom: 0;}	
.tab-container:has(#tab-2:checked):before {
    background: url(../images/store_prod_bg02_1m.png) no-repeat center top, url(../images/store_prod_bg02_3m.png) no-repeat center bottom, url(../images/store_prod_bg02_2m.png) center top; background-size: 100%, 100%, 100%; bottom: 0;}
.tab-container:has(#tab-3:checked):before {
    background: url(../images/store_prod_bg03_1m.png) no-repeat center top, url(../images/store_prod_bg03_3m.png) no-repeat center bottom, url(../images/store_prod_bg03_2m.png) center top; background-size: 100%, 100%, 100%; bottom: 0;}
	
#item_1, #item_5, #item_10, #item_14, #item_19, #item_23, #item_28, #item_32, #item_37, #item_41, #item_46, #item_50 {margin-left: auto;}
.ProductList .group_tit {width: 100%;}
}

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

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

}

@media screen and (max-width: 320px) {
.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;}
}