@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
	font-family: futura-pt, 微軟正黑體, "Microsoft JhengHei", Helvetica, Arial, sans-serif;
}
img {
  vertical-align: top;
}
/*******************common setting*******************/
.for_desktop {display:block;}
.for_mobile {display:none;}
.clearboth {clear:both;}
.top-without-brand a {
	color: #5d656c;
	text-decoration: none;
}
.hoverScaleUp {
  transition: 0.2s;
}
.hoverScaleUp:hover {
  transform:scale(1.02);
}
.hoverScaleDown {
  transition: 0.2s;
}
.hoverScaleDown:hover {
  transform:scale(0.99);
}
/*******************button style*******************/
/*normal*/
.btn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.2s;
}
.btn:hover {
  color: #fff;
  background-color: #000;
}
/*lively*/
.livelyBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.2s transform ease-in-out;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.livelyBtn::after {
  background-color: #d393fc; /*hover背景顏色*/
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  z-index: -1;
  box-sizing: border-box;
}
.livelyBtn:hover::after {
  transform: translate(0, 0);
}
.livelyBtn:hover {
  color: #fff; /*hover文字顏色*/
  /*transform: scale(1.03);*/
}
/*draw*/
.drawBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #000;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  border: none;
  position: relative;
  transition: 0.2s;
}
.drawBtn::before, .drawBtn::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.drawBtn::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.drawBtn::after {
  border-top-width: 1px;
  border-right-width: 1px;
}
.drawBtn:hover {
  color: #fff;
  background-color: #d64930;  /*hover背景顏色*/
}
.drawBtn:hover::before, .drawBtn:hover::after {
  border-color: #fff;
  transition: border-color 0s, width 0.2s, height 0.2s;
  width: 100%;
  height: 100%;
}
.drawBtn:hover::before {
  transition-delay: 0s, 0s, 0.2s;
}
.drawBtn:hover::after {
  transition-delay: 0s, 0.2s, 0s;
}
/*solid*/
.solidBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #d64930;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  transition: 0.25s;
  position: relative;
  box-shadow: 0px 2px 0 #af351f, 2px 4px 6px rgba(214, 73, 48, 0.8);
}
.solidBtn:hover {
  background: #af351f;
  box-shadow: 0px 1px 0 #af351f, 0px 2px 0 rgba(255, 255, 255, 0.2);
}
/*flash*/
.flashBtn {
  font-size: 0.9vw;
  color: #fff;
  background-color: #d64930;
  line-height: 1.8vw;
  padding: 0 8px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.flashBtn:hover {}
.flashBtn:after {
  content: "";
  width: 48px;
  height: 160px;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: -80px;
  top: -48px;
  z-index: 1;
  transform: rotate(35deg);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.flashBtn:hover:after {
  left: 120%;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/*******************kv*******************/
.kv_wrap {
  width:100%;
  height:auto;
  background-color: #f8e676;
  /*background-image: url("../images/kv_bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;*/
  position:relative;
}
.kv {
  width:100%;
  /*max-width:1920px;*/
  margin:0 auto;
  box-sizing: border-box;
}
.mkv {
  width:100%;
  box-sizing: border-box;
}
section .petal_set{
    position:absolute ;
    width:100%;
    height:100%;
    top:0;
    left:0;
    pointer-events:none;
    overflow:hidden;
}
section .petal_set div{
    position:absolute ;
    display:block ;
    opacity: 0;
}
section .petal_set div:nth-child(1){
    top:16%;
    animation:petal_animate_01 24s ease-out infinite ;
    animation-delay:3s;
}
section .petal_set div:nth-child(2){
    top:53%;
    animation:petal_animate_02 26s ease-in infinite ;
    animation-delay:0s;
}
section .petal_set div:nth-child(3){
    top:84%;
    animation:petal_animate_03 29s ease-out infinite ;
    animation-delay:6s;
}

@keyframes petal_animate_01 {
    0%{
        opacity:0;
        left: -2%;
        transform:translateY(16px) rotate(0deg);
    }
    10%{
        opacity:1;
        transform:translateY(-4px) rotate(-45deg);
    }
    20%{
        transform:translateY(-16px) rotate(-62deg);
    }
    40%{
        transform:translateY(22px) rotate(-90deg);
    }
    60%{
        transform:translateY(32px) rotate(-180deg);
    }
    80%{
        transform:translateY(-1px) rotate(-260deg);
    }
    100%{
        left: 110%; top: 110%;
        transform:translateY(-16px) rotate(-360deg);
    }
}

@keyframes petal_animate_02 {
    0%{
        opacity:0;
        left: -2%;
        transform:translateY(32px) rotate(0deg);
    }
    10%{
        opacity:1;
        transform:translateY(-24px) rotate(67deg);
    }
    20%{
        transform:translateY(-8px) rotate(93deg);
    }
    40%{
        transform:translateY(-16px) rotate(121deg);
    }
    60%{
        transform:translateY(36px) rotate(158deg);
    }
    80%{
        transform:translateY(-24px) rotate(231deg);
    }
    100%{
        left: 110%;  top: 48%;
        transform:translateY(-42px) rotate(327deg);
    }
}

@keyframes petal_animate_03 {
    0%{
        opacity:0;
        left: -2%;
        transform:translateY(12px) rotate(0deg);
    }
    10%{
        opacity:1;
        transform:translateY(-12px) rotate(-51deg);
    }
    20%{
        transform:translateY(-4px) rotate(-72deg);
    }
    40%{
        transform:translateY(16px) rotate(-96deg);
    }
    60%{
        transform:translateY(24px) rotate(-157deg);
    }
    80%{
        transform:translateY(2px) rotate(-231deg);
    }
    100%{
        left: 110%; top: -10%;
        transform:translateY(-16px) rotate(-360deg);
    }
}

/*******************discount area g4*******************/
.da_wrap {
  width:100%;
  height:auto;
  background-color: #fffaee;
  background-image: url("../images/sp_bg.jpg");
  background-position: center top;
  background-size: auto;
  position:relative;
}
.da_anchor {position:absolute; top:-200px;}
.da_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_petal_beige.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.da {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 0px 0px 4vw 0px;
  box-sizing: border-box;
}
.da_flexG6_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0px;
    box-sizing: border-box;
}
.da_flexG6_container a, .da_flexG6_container img {
    width:100%;
    height:auto;
    display:block;
}
.da_flexG6_item.row1a, .da_flexG6_item.row1b, .da_flexG6_item.row1c {
    margin-top:-6.6vw;
}
.da_flexG6_item {
    flex-basis:33.4%;
    max-width: 412px;
    margin-bottom:20px; /*宮格與下方版位間距-可調整*/
    position:relative;
    -webkit-filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
    filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
}
.da_flexG6_item img.item_img {
  position:relative;
  z-index:0;
}
.da_flexG6_item a.item_img_btn {
  width:35.2%;
  position:absolute;
  z-index:1;
  left:32.4%;
  bottom:20%;
  background-image:url("../images/sp_btn_01@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.da_flexG6_item a.item_img_btn:hover {
  background-image:url("../images/sp_btn_01h@2x.png");
}

.da_flexG6_item a.item_img_btn.btn_pair_1st {
  left:13.33%;
}
.da_flexG6_item a.item_img_btn.btn_pair_2nd {
  left:51.7%;
}

.da_flexG6_item a.item_img_btn_false {
  width:35.2%;
  position:absolute;
  z-index:1;
  left:32.4%;
  bottom:20%;
  background-image:url("../images/sp_btn_02@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.da_flexG6_item a.item_img_btn_false.btn_03 {
  background-image:url("../images/sp_btn_03@2x.png");
}
.da_flexG6_item a.item_img_btn.btn_03 {
  background-image:url("../images/sp_btn_03@2x.png");
}
.da_flexG6_item a.item_img_btn.btn_03:hover {
  background-image:url("../images/sp_btn_03h@2x.png");
}
.da_flexG6_item a.item_img_btn.btn_04 {
  background-image:url("../images/sp_btn_04@2x.png");
}
.da_flexG6_item a.item_img_btn.btn_04:hover {
  background-image:url("../images/sp_btn_04h@2x.png");
}
.da_flexG6_item a.modal-btn {
  width:100%;
  position:absolute;
  z-index:1;
  bottom:8%;
  padding-right:0%;
  font-size: 1.1em;
  font-weight:bold;
  color:#fff;
  text-align: center;
  text-decoration: underline;
}
.da_flexG6_item a.modal-btn:hover {
  color:#fef4d1;
}
.da_flexG6_item a.modal-btn-linkout {
  width:100%;
  position:absolute;
  z-index:1;
  bottom:7%;
  padding-right:0%;
  font-size: 0.9em;
  font-weight:bold;
  color:#fff;
  text-align: center;
  text-decoration: underline;
}
.da_flexG6_item a.modal-btn-linkout:hover {
  color:#fef4d1;
}

.da_flexB2_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0px;
    box-sizing: border-box;
}
.da_flexB2_container a, .da_flexB2_container img {
    width:100%;
    height:auto;
    display:block;
}
.da_flexB2_item {
    flex-basis:50%;
    max-width: 629px;
    margin-bottom:20px; /*宮格與下方版位間距-可調整*/
    -webkit-filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
    filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
    overflow:hidden;
}

.da_B3_container {
  width:100%; /*電腦版宮格總寬度-可調整*/
  margin:0px auto;
  transition:  0.2s;
}
.da_B3_item {
  position:relative;
  margin:0 auto;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
  background-color: #45c0ce;
}
.da_B3_item img.item_img {
  position:relative;
  z-index:0;
}
.da_B3_item a.item_img_btn {
  width:11.3%;
  position:absolute;
  z-index:1;
  left:60%;
  bottom:12.3%;
  background-image:url("../images/sp_btn_01@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.da_B3_item a.item_img_btn:hover {
  background-image:url("../images/sp_btn_01h@2x.png");
}
.da_B3_item a.modal-btn {
  width:auto;
  position:absolute;
  z-index:1;
  left:73%;
  bottom:15.3%;
  padding-right:0%;
  font-size: 1.1em;
  font-weight:bold;
  color:#fff;
  text-align: left;
  text-decoration: underline;
}
.da_B3_item a.modal-btn:hover {
  color:#fef4d1;
}

/*******************promo section 01*******************/
.ps01_wrap {
  width:100%;
  height:auto;
  background-color: #aeb080;
  background-image: url("../images/ps_01_bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.ps01_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_dandelion.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.ps01 {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 4vw 0px;
  box-sizing: border-box;
}
.ps01_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.ps01_flexG4_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0px;
    box-sizing: border-box;
}
.ps01_flexG4_container a, .ps01_flexG4_container img {
    width:100%;
    height:auto;
    display:block;
}    
.ps01_flexG4_item {
    flex-basis:23.8%;
    margin-bottom:20px; /*宮格與下方版位間距-可調整*/
    -webkit-filter: drop-shadow(4px 0px 12px rgba(137, 139, 84, 0.48));
    filter: drop-shadow(4px 0px 12px rgba(137, 139, 84, 0.48));
}
.ps01 .morebtn {
  width:27.9%;
  max-width:357px;
  height:auto;
  margin:16px auto 0px auto;
}
.ps01 .morebtn img {
  width:100%;
  height:auto;
  display:block;
}

/*******************promo section 02*******************/
.ps02_wrap {
  width:100%;
  height:auto;
  background-color: #fff4db;
  background-image: url("../images/ps_02_bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.ps02_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_petal_beige.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.ps02 {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 4vw 0px;
  box-sizing: border-box;
}
.ps02_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.ps02_flexG4_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0px;
    box-sizing: border-box;
}
.ps02_flexG4_container a, .ps02_flexG4_container img {
    width:100%;
    height:auto;
    display:block;
}    
.ps02_flexG4_item {
    flex-basis:23.8%;
    margin-bottom:20px; /*宮格與下方版位間距-可調整*/
    -webkit-filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
    filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
}
.ps02 .morebtn {
  width:52%;
  height:auto;
  margin:20px auto 0px auto;
  display:flex;
  display: -webkit-flex;
  flex-wrap:nowrap;
  justify-content:space-between;
  padding:0px;
  box-sizing: border-box;
}
.ps02 .morebtn a {
  flex-basis:32%;
  max-width:200px;
  height:auto;
}

.ps02 .morebtn a div.btn {
  border-radius: 100px;
  overflow:hidden;
}

.ps02_moreBtn_color, .ps02_moreBtn_colo :hover {
  background-color: black;
}


/*******************promo section 03*******************/
.ps03_wrap {
  width:100%;
  height:auto;
  background-color: #ffd925;
  background-image: url("../images/ps_03_bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.ps03_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_dandelion.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.ps03 {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 4vw 0px;
  box-sizing: border-box;
}
.ps03_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.ps03_rg {width:100%;}
.ps03_rg img {width:100%; height:auto; display:block;}
.ps03_rg_container_L, .ps03_rg_container_R {
  float:left;
  width:50%;
  box-sizing: border-box;
  padding:0px 10px 0px 0px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-row: repeat(2, 1fr);
}
.ps03_rg_container_R {
  padding:0px 0px 0px 10px;
}
.ps03_rg_container_L div:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}
.ps03_rg_container_L div:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}
.ps03_rg_container_L div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}
.ps03_rg_container_R div:nth-child(1) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}
.ps03_rg_container_R div:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}
.ps03_rg_container_R div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(60, 40, 24, 0.48));
}


/*******************promo section 04*******************/
.ps04_wrap {
  width:100%;
  height:auto;
  background-color: #ffd925;
  background-image: url("../images/ps_04_bg.jpg");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.ps04_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_petal_blue.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.ps04 {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 4vw 0px;
  box-sizing: border-box;
}
.ps04_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.ps04_rg {width:100%;}
.ps04_rg img {width:100%; height:auto; display:block;}
.ps04_rg_container_L, .ps04_rg_container_R {
  float:left;
  width:50%;
  box-sizing: border-box;
  padding:0px 10px 0px 0px;
  margin: 0 auto;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-row: repeat(2, 1fr);
}
.ps04_rg_container_R {
  padding:0px 0px 0px 10px;
}
.ps04_rg_container_L div:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}
.ps04_rg_container_L div:nth-child(2) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}
.ps04_rg_container_L div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}
.ps04_rg_container_R div:nth-child(1) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}
.ps04_rg_container_R div:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}
.ps04_rg_container_R div:nth-child(3) {
  grid-column: span 1;
  grid-row: span 1;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(73, 79, 142, 0.48));
}


/*******************event highlight*******************/
.eh_wrap {
  width:100%;
  height:auto;
  background-color: #dfdcde;
  background-image: url("../images/eh_bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.eh_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_dandelion.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.eh {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 1.3vw 0px;
  box-sizing: border-box;
}
.eh_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.5vw auto;
}
.eh_flexG4_container {
    width:100%; /*電腦版宮格總寬度-可調整*/
    margin:0px auto;
    display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    transition:  0.2s;
    padding:0;
    box-sizing: border-box;
}
.eh_flexG4_container a, .eh_flexG4_container img {
    width:100%;
    height:auto;
    display:block;
}    
.eh_flexG4_item {
    flex-basis:24%;
    margin-bottom:2.5vw; /*宮格與下方版位間距-可調整*/
    background-color: white;
    padding-bottom:16px;
    -webkit-filter: drop-shadow(4px 0px 12px rgba(187, 101, 129, 0.48));
    filter: drop-shadow(4px 0px 12px rgba(187, 101, 129, 0.48));
}
.eventInfo {
  padding: 8px 0;
  text-align: center;
}
.eventTitle {
  font-size: 20px;
  line-height: 35px;
  color: #f7a2be;
}
.eventDesc {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.btn_event {
  width: 36%;
  margin:0 auto;
  color: #fff;
  background-color: #000;
  margin-top:0.5vw;
}

/*******************brand highlight*******************/
.bh_wrap {
  width:100%;
  height:auto;
  background-color: #ffd925;
  background-image: url("../images/bh_bg.png");
  background-position: center top;
  background-size: auto;
  background-repeat:repeat-y;
  position:relative;
}
.bh_paradeco_01 {
  width:100%;
  height:100%;
  background-image:url("../images/pa_petal_beige.png");
  background-position: center;
  background-size: auto;
  pointer-events: none;
  position:absolute; 
  top:0;
  left:0;
}
.bh {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 3.5vw 0px 1.3vw 0px;
  box-sizing: border-box;
}
.bh_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.bh_flexG4_container {
  width:100%; /*電腦版宮格總寬度-可調整*/
  margin:0px auto;
  margin-bottom:0vw; /*宮格與下方版位間距-可調整*/
  padding:0;
  box-sizing: border-box;
}
.bh_flexG4_container a, .bh_flexG4_container img {
  width:100%;
  height:auto;
  display:block;
}    
.bh_flexG4_item_wrap {
  display:flex;
  display: -webkit-flex;
  justify-content:space-between;
  flex-wrap:wrap;
  transition:  0.2s;
}
.brandContentBox {
  flex-basis:24%;
  position:relative;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.02);
  margin-bottom:16px;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(202, 169, 112, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(202, 169, 112, 0.48));
}
.brandInfo {
  padding: 20px 0;
  background-color: #f7f7f7;
}
.brandTitleTag {
  color: rgb(177, 49, 53);
  display:inline-block;
  font-size: 1em;
  line-height: 1.2em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(177, 49, 53);
  border-image: initial;
  padding: 1% 4%;
}
.brandTitleTag.none {
  visibility: hidden;
}
.brandTitle {
  text-transform: uppercase;
  font-size: 1.5em;
  color: rgb(51, 51, 51);
  margin: 2.5% 0px;
}
.brandTitle02 {
  font-size: 1em;
  line-height: 1.2em;
}
.brandPic {
  position: relative;
}
.btn_brand {
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #000;
}

/*******************follow us*******************/
.fu_wrap {
  width:100%;
  height:auto;
  background-color: #d8d8d8;
  position:relative;
}
.fu {
  width:100%;
  max-width:1280px;
  margin: 0 auto;
  padding: 2vw 0px;
  box-sizing: border-box;
}
.fu_title {
  width:88%;
  max-width:750px;
  height:auto;
  margin:0px auto 1.25vw auto;
}
.fu_flexG4_container {
  width:96%; /*電腦版宮格總寬度-可調整*/
  margin:2vw auto 0;
  display:flex;
  display: -webkit-flex;
  flex-wrap:wrap;
  justify-content:space-around;
  transition:  0.2s;
  padding:3vw 2vw;
  box-sizing: border-box;
  background-color: #f9f9f9;
  position:relative;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(186, 186, 186, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(186, 186, 186, 0.48));
}
.fu_flexG4_container::after {
  content: '';
  width: 18vw;
  height: 3vw;
  background-image: url(../images/social_title.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size:contain;
  position: absolute;
  top: -1.2vw;
  left: 50%;
  z-index: 1;
  margin-left: -9vw;
}
.fu_flexG4_container a, .fu_flexG4_container img {
  width:100%;
  height:auto;
  display:block;
}
a.fu_flexG4_item {
  flex-basis:22%;
  text-align: center;
  background-color: #fff;
}
.fu_item_info {
  width:80%;
  margin:2vw auto;
  color:#5d656c;
}
.fu_item_icon img {
  width:32%;
  margin:0 auto;
}
.fu_item_name {
  font-size: 1.2vw;
  padding: 0.5% 1.5%;
  margin: 5% 0;
  font-weight: 600;
}
.fu_item_account {
  font-size: 0.8vw;
  line-height: 1.5em;
  margin-bottom: 10%;
}
.fu_item_cta {
  font-size: 1vw;
  line-height: 3vw;
  border-top:1px solid #ccc;
  transition: 0.2s;
}
.fu_item_cta:hover {
  color: #d64930;
}

/*******************popUp*******************/
/*******************popUp*******************/
/***** popup's controler *****/
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
/***** popup's appearance *****/
/* Modal */
.pop-modal {
	background-color: rgba(0, 0, 0, .65);
	display: none;
	overflow: auto;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 10%;
}
.pop-modal_title2 {
    margin: 2% auto auto 6%;
    font-weight: 600;
    font-size: 1.1em;
    color: #877164;
}
.pop-modal_sec li {
    margin-left: 11% !important;
    list-style: disc !important;
    color: #3082d6;
}
/* Modal Content */
.modal-content {
	position: relative;
	top: 0px;
	width: 600px;
	margin: 0 auto;
	background-color: #434343;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-animated-in {
	animation: totop-in .3s ease;
}
.modal-animated-out {
	animation: totop-out .3s ease forwards;
}
.modal-header {
    background-color: #c48bac; /*標題背景色*/
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}
.modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #b47699; /*關閉按鈕背景色*/
    width: 60px;
    height: 60px;
    color: #fff; /*關閉按鈕icon色*/
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.modal-content .close:hover {
	background-color: #d1aac0; /*關閉按鈕hover背景色*/
	color: #b47699; /*關閉按鈕icon hover色*/
}
.modal-header h3 {
    color: #fff;
    /* text-shadow: 1px 0px rgb(255 255 255); */
    font-weight: bolder;
    font-size: 20px;
}
/* Modal Body */
.modal-body {
    padding: 20px 27px 20px 20px;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
}
.modal-body h3 {
	font-size: 18px;
}
.modal-body-inner {
	overflow-y: auto;
	height: 350px;
	padding: 0 30px 0 10px;
}
.modal-body-inner hr {
	width: 97%;
}
.modal-body-inner h3 {
	margin-bottom: 5px;
	/* color: #edff00; */
}
.modal-body-inner::-webkit-scrollbar-track {
	background-color: #dfdddd;
}
.modal-body-inner::-webkit-scrollbar {
	width: 5px;
	background-color: white;
}
.modal-body-inner::-webkit-scrollbar-thumb {
	background-color: #c48bac;  /*srollbar色*/
}
.modal-body ul {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
  list-style-type: disc;
}
.modal-body Ol {
	margin: 0;
	padding: 0;
	/*list-style: none;*/
  list-style-type:decimal;
}
.modal-body ul ul, .modal-body ol ul {
  list-style-type:circle;
}
.modal-body ul ol, .modal-body ol ol {
  list-style-type:lower-alpha;
}
.modal-body ul li, .modal-body ol li {
	position: relative;
	margin-left: 30px;
	/*list-style-type: decimal-leading-zero;*/
}
.modal-body ul li::before, .modal-body ol li::befor {
	position: absolute;
	color: #5cc560;
	left: -30px;
	top: 10px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.modal-body a {
    color: #d64930;
}
.modal-body a:hover {
	color: #019ae3;
	transition: all .2s linear;
}
.modal-body-text-wrap {
	margin-bottom: 20px;
}
.modal-body-text {
	font-size: 15px;
}
.modal-body-text-wrap h5 {
    color: #019ae3;
    font-weight: 500;
}
.modal-body-text-special{
	color:#9652dc;
}
.modal-body-text-wrap h6 {
	color: #999;
	font-size: 12px;
}
/* Modal Footer */
.modal-footer {
	background-color: #656464;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}

/*******************sideBar*******************/
/*******************sideBar*******************/
.menu {
  width: 10%;
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 31;
}
.menu>img {
  display:block;
}
.menu__style {
  background-color: #fff;
  /*border: solid;*/
  text-align: center;
  padding: 6% 1% 6%;
  -webkit-filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
  filter: drop-shadow(4px 0px 12px rgba(205, 160, 125, 0.48));
}
.menu ul li {
  font-size: 0.8vw;
  font-weight: 600;
  opacity: 1 !important;
  color: #000;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  line-height: 2vw;
  width: 85%;
}
.menu ul li a{
	filter: none;
}
.menu ul li:hover {
    color: #a35983;  /*文字hover色*/
    font-weight: 500;
}
#sidebar {
	transition: all 0.2s linear;
}
#sidebar.active {
	right: -800px;
	/* -200px */
}
#sidebar .toggle-btn {
  position: fixed;
  right: 0;
  z-index:1;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  background-color: #000;
}
#sidebar .toggle-btn span {
  display: block;
  width: 30px;
  height: 90px;
  color: #fff;
  margin: 1px 0px;
  padding: 1px 0;
  text-align: center;
  cursor: pointer;
}

/*******************toTop*******************/
/*******************toTop*******************/
.toTop-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 50%;
    opacity: 0.8;
    background: #b986a4;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding-top: 5px;
    z-index: 999;
}
.toTop-arrow.color_black {
    background: #222;
    color: #fff;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 10px;
	height: 3px;
	border-radius: 5px;
	top: 10px;
	background: #fff;
	position: absolute;
	content: "";
}
.toTop-arrow.color_black::before, .toTop-arrow.color_black::after {
	background: #fff;
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 1.1rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 1.1rem;
}
.toTop-arrow:focus {
	outline: none;
}
