@charset "utf-8";
/* CSS Document */

/*背景*/
@media screen and (min-width:768px){
}

/*間距*/
.Area_bottom { margin-bottom: 10vw;}
@media screen and (min-width:768px){
  .Area_bottom { margin-bottom: 50px;}
}

/*共用樣式*/
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0; grid-gap: 0;}
.PD_layout-coupon3 ul li .PD_img { padding: 0;}
.NavArea_tabbar_page { width: 100%;}
.Area_swiper_box .PD_layout-coupon3 { padding-bottom: 0;}
.Area_coupon_ppp .Area_swiper { width: 100%;}
.warningTxt h3 { padding: 0;}
.PD_layout[data-pd-h3="5"] .PD h3 span { background-color: #fddb6b;}
@media screen and (min-width:768px){
  .Area--bg { width: 960px;}
  .Areapadding { padding: 0 20px;}
}

/*抵用券*/
.Area_bn-grid-3x1[org="1"] .Area_content .PD_layout ul { grid-gap: 0 2%; padding: 0 2%;}
@media screen and (min-width:768px){
}

/*優惠活動*/
.Area_bn-grid-3x1[org="2"] .Area_content .PD_layout ul { grid-gap: 0 2%; padding: 0 2%;}
@media screen and (min-width:768px){
}

/*品牌介紹*/
.Area_bn-carousel[org="1"] .Area_content .PD_layout ul li .PD_img img { border-radius: 0;}
@media screen and (min-width:768px){
}

/*隱鑶*/
.for_pc { display: none !important;}
.for_phone {}
@media screen and (min-width:768px){
    .for_pc { display: inherit !important;}
		.for_phone { display: none !important;}
	}
