@charset "utf-8";
/* CSS Document */
/* --------------------------------------
 * Layout.css
 * -------------------------------------- */




@media screen and (max-width: 767px) {
  .box_txt3 {
    height: 13vw;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 5vw;
  }
  .box_txt3 .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 3.5vw;
    letter-spacing: 0.02em;  
    text-align: center;
    padding: 0;
    color: #333333;
  }

}



/*PC背景*/
@media screen and (min-width: 768px) {
  .Area_bgtop {
    width: 100%;
  }
  .Area_bgtop span {
    background-repeat: no-repeat;
  }
  .Area_bgtop_1 {
  }
  .Area_bgtop_1 .bgtop_ {
  }
  .Area_bgtop_1 .bgtop_1_1 span {
    z-index: 99;
    background-image: url(bgtop_1_1.png?t=1751353185783);
    pointer-events: none;
  }
  .Area_bgtop_2 .bgtop_2_1 span {
    z-index: -9;
    background-image: url(bg_repeat.jpg?t=1751353185783);
    background-repeat: repeat-y;
  }
  .Area_bgtop_2,
  .Area_bgtop_3 {
    z-index: -9;
  } /*mix-blend-mode影響了z-index層級*/
}

/*文案底部高度修正*/
.Areabottom {
  margin-bottom: 10px;
}

/*Phone背景*/
@media screen and (max-width: 767px) {
  .m_Area_bgtop span {
    background-repeat: no-repeat;
  }
  .m_Area_bgtop_1 {
    overflow: hidden;
    z-index: 99;
  }
  .m_Area_bgtop_1 .m_bgtop_1_1 span {
    background-image: url(m_bgtop_1_1.png?t=1751353185783);
    pointer-events: none;
  }
  .m_Area_bgtop_2 .m_bgtop_2_1 span {
    z-index: -9;
    background-image: url(bg_repeat.jpg?t=1751353185783);
    background-repeat: repeat-y;
  }
  .m_Area_bgtop_2,
  .m_Area_bgtop_3 {
    z-index: -9;
  } /*mix-blend-mode影響了z-index層級*/
}

/*LOGO*/
.momologo {
  z-index: 2;
  position: absolute;
  top: 15px;
  left: 15px;
}
.momologo a {
  display: block;
  width: 140px;
  height: 21px;
}
.momologo a svg {
  width: 140px;
  height: 21px;
}
.momologo a path {
  fill: #ea27c2;
}
.momologo-pink a path {
  fill: #ea27c2;
} /*LOGO 桃紅色*/
.momologo-white a path {
  fill: #ffffff;
} /*LOGO 白色*/
@media screen and (max-width: 767px) {
  .momologo {
    display: none;
  }
}

/* --------------------------------------
 * page 頁面
 * -------------------------------------- */
html,
body {
  font-size: inherit !important;
}
.WRAPPER {
  overflow: hidden;
}

/*版頭*/
.Area_top {
  z-index: 2;
  margin-bottom: 0;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .Area_top .Area_logo {
    top: 0%;
    left: 2%;
    width: 14.5%;
    transform: none;
  }
  /*	.Area_top .box_title {padding-top: 10vw; }	*/
}

@media screen and (max-width: 767px) {
  .Area_top {
    height: 40vw;
    margin-bottom: 0;
    z-index: 2;
  }
}

/*按鈕*/
@media screen and (min-width: 768px) {
  .Area_top .momo_logo {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
  }
  .Area_top .momo_logo:hover {
    opacity: 0.8;
  }
}

/*詳情*/
.Area_top .btn_more {
  top: 15px;
  right: 20px;
  position: absolute;
}
@media all and (max-width: 767px) {
  .Area_top .btn_more {
    position: absolute;
    top: 33vw;
    right: 5vw;
    width: 17%;
  }
}

/*簽到天數*/
.Area_top .box .earn {
  position: absolute;
  margin: 0;
  padding: 0 2%;
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  left: 420px;
  top: 232px;
  z-index: 9;
  display: block;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
  b{
    color: #ffe454;
  }
}
.Area_top .box .earn span {
  font-size: 60px;
  color: #ffe454;
}
.Area_top .box .earn span b {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .Area_top .box .earn {
    position: absolute;
    margin: 0% auto;
    padding: 0 2%;
    color: #ffffff;
    font-size: 4vw;
    font-weight: 800;
    line-height: 1;
    left: 29.5%;
    top: 23.5vw;
    z-index: 9;
    display: block;
  }
  .Area_top .box .earn span {
    font-size: 7.5vw;
    color: #ffe454;
  }
  .Area_top .box .earn span b {
    font-size: 3.5vw;
  }
}

/*查詢*/
.btn_list {
  top: 26px;
  left: 535px;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .btn_list {
    position: absolute;
    top: 2vw;
    left: 56vw;
    width: 17%;
  }
}

/*天天簽到*/
.Area_game01 {
}

/*提醒我按鈕*/
.Area_game01 .mo_remind_btn {
  z-index: 10;
  position: absolute !important;
  right: 0;
  top: 0vw;
  width: 17%;
}

/*簽到內容*/
.box_txt {
  height: 100px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.box_txt .txt {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 70px;
}
.box_txt .txt strong {
  color: #fff;
  letter-spacing: -1px;
}
.box_txt .txt small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .box_txt {
    height: 10vw;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 5vw;
  }
  .box_txt .txt {
    font-size: 5vw;
    text-align: left;
    padding: 0 0 0 5vw;
  }
  .box_txt .txt small {
    font-size: 3vw;
  }
}

/*簽到天數*/
.box_txt2 {
  height: 60px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.box_txt2 .txt {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.box_txt2 .txt span {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .box_txt2 {
    height: 10vw;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 5vw;
  }
  .box_txt2 .txt {
    font-size: 5vw;
    text-align: center;
    padding: 0;
  }
  .box_txt2 .txt span {
    font-size: 6vw;
  }
}

/*簽到btn*/
.Area_game01 .reg_btn {
  margin: 40px 20px 50px 20px;
  width: 36%;
}
@media screen and (max-width: 767px) {
  .Area_game01 .reg_btn {
    margin: 2%;
    width: 36%;
  }
}
/*簽到狀態*/
.Area_game01 .reg_btn span {
  display: block;
}
.Area_game01 .reg_btn .end {
  display: none;
}
/*已簽到*/
.Area_game01 .reg_btn.is_end .off {
  display: none;
}
.Area_game01 .reg_btn.is_end .end {
  display: block;
}

/*簽到明細*/
.Area_game01_signin_daylist {
}
/* .Area_game01_signin_daylist .box { margin: 0 auto;} */
/* .Area_game01_signin_daylist .box_ { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center;  margin: 0 auto;} */
.Area_game01_signin_daylist .box_1 {
}
.Area_game01_signin_daylist .box_2 {
}
/* .Area_game01_signin_daylist .box { width: 70%; display: flex; } */
.Area_game01_signin_daylist .day {
  position: relative;
  margin: 0;
  /* min-width: 165px; */
}
@media screen and (min-width: 768px) {
  .Area_game01_signin_daylist .day {
    min-width: 165px;
  }
}
/* .Area_game01_signin_daylist .swiper-wrapper { position: static;} */
.Area_game01_signin_daylist .day img {
  width: 100%;
  height: auto;
}
.Area_game01_signin_daylist .day .day_bar {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  /* .Area_game01_signin_daylist .box_ { width: 78%;  } */
}
/*簽到狀態*/
.Area_game01_signin_daylist .day span {
  display: block;
}
.Area_game01_signin_daylist .day .end {
  display: none;
}
/*已簽到*/
.Area_game01_signin_daylist .day.is_end .off {
  display: none;
}
.Area_game01_signin_daylist .day.is_end .end {
  display: block;
}

.btn_box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.btn_box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .btn_box2 {
    margin: 0 0 0 4%;
  }
  .btn_box2 .btn {
    margin: 0;
  }
}

/* 20240321改輪播 */
.Area_game01_signin_daylist {
  --gap: 4px;
  --swiper-slidesPerView: 4;
  --swiper-width: calc(78% - var(--gap));
  padding: 12px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  gap: var(--gap);
  margin-bottom: 2vw;
}
.Area_game01_signin_daylist .box {
  width: var(--swiper-width);
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
}
.Area_game01_signin_daylist > .day {
  width: calc(var(--swiper-width) / var(--swiper-slidesPerView));
  background-color: #2035bf;
  border-radius: 20px;
  .day_bar{
    filter: invert(1) brightness(2);
  }
}
.Area_game01_signin_daylist .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  display: flex;
  gap: 5px;
}

/* 數量四個調整 */
.Area_game01_signin_daylist.day04{
  --gap: 8px;
  --swiper-slidesPerView: 3.5;
  --swiper-width: calc(57% - var(--gap));
}

@media screen and (max-width: 767px) {
  .Area_game01_signin_daylist {
    --gap: 4px;
    --swiper-slidesPerView: 4;
    --swiper-width: calc(78% - var(--gap));
    padding: 3.5vw 2.5vw 3.5vw;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: var(--gap);
    margin-bottom: 2vw;
  }
  .Area_game01_signin_daylist .box {
    width: var(--swiper-width);
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
  }
  .Area_game01_signin_daylist > .day {
    width: calc(var(--swiper-width) / var(--swiper-slidesPerView));
    background-color: #2036bf;
    border-radius: 8px;
  }
  .Area_game01_signin_daylist .swiper-pagination {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    display: flex;
    gap: 5px;
  }

  /* 數量四個調整 */
  .Area_game01_signin_daylist.day04{
    --gap: 8px;
    --swiper-slidesPerView: 3;
    --swiper-width: calc(63% - var(--gap));
  }
}

/*簽到總天數*/
/* .Area_game01_signin_daylist .box {  width: 100%;} */
/* .Area_game01_signin_daylist .day_length_4 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_5 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_5 .day:nth-of-type(4) { margin-left: 5%;}
		.Area_game01_signin_daylist .day_length_5 .day:nth-of-type(5) { margin-right: 5%;}
		.Area_game01_signin_daylist .day_length_6 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_7 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_8 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_9 .day { width: 15%; } */
/*.Area_game01_signin_daylist .day_length_9 .day:nth-of-type(1){ margin-left: 3.8%; }*/
/* .Area_game01_signin_daylist .day_length_10 .day { width: 15%; }
		.Area_game01_signin_daylist .day_length_11 .day { width: 15%; } */

/* @media screen and (max-width:767px){
          .Area_game01_signin_daylist .day_length_4 .day{  width: 36%;}
          .Area_game01_signin_daylist .day_length_8 .day{  width: 23.5%;}
        }     */

/*活動說明文案*/
.Area_game_more {
  z-index: 1;
  color: #5b2400;
  font-weight: 400;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.Area_game_more .topbar {
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.2);
}
.Area_game_more > .box {
  z-index: 1;
  position: relative;
  padding: 4% 0;
  font-size: 4vw;
  line-height: 1.5;
  text-align: left;
}
.Area_game_more > .box .title {
  margin: 0 auto 2vw;
}
.Area_game_more > .box .box_:nth-of-type(2) {
  margin-top: 4vw;
}
.Area_game_more > .box ul {
  margin: 0;
  padding: 0 5% 0 5%;
  list-style: none;
}
.Area_game_more > .box li {
  margin-bottom: 3vw;
}
.Area_game_more > .box ul ol {
  padding: 0 0 0 1.5em; /*list-style: none;*/
}
/*.Area_game_more > .box ul ol li { counter-increment: num; text-indent:-1.4rem;}*/
/*.Area_game_more > .box ul ol li:before { content: "(" counter(num) ") ";}*/
.Area_game_more > .box strong {
  color: #5b2400;
  font-weight: 400;
  font-size: 32px;
}
.Area_game_more > .box table {
  margin: 0;
  margin-top: 1vw;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6950eb;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #3b524f;
  box-shadow: 0 0 16px rgba(120, 175, 255, 0.5);
}
.Area_game_more > .box table {
  font-family: "Century Gothic", "微軟正黑體", system-ui, Helvetica;
}
.Area_game_more > .box th {
  padding: 10px 2px;
  border: 1px solid #6950eb;
  background: #3b2b8e;
  color: #fff7b0;
  font-size: 1em;
}
.Area_game_more > .box td {
  padding: 10px 2px;
  border: 1px solid #6950eb;
  background-color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  vertical-align: middle;
}
.Area_game02_more > .box .table_1 td:nth-of-type(1) {
  width: 25%;
}
.Area_game02_more > .box .table_1 td:nth-of-type(2) {
  width: 25%;
}
.Area_game02_more > .box .table_1 td:nth-of-type(3) {
  width: 20%;
}
.Area_game02_more > .box .table_1 td:nth-of-type(4) {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .Area_game_more {
    margin-top: 20px;
    padding-bottom: 0px;
  }
  .Area_game_more img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .Area_game_more > .box {
    margin-top: 20px;
    padding-right: 0%;
    padding: 0%;
    font-size: 24px;
    font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
  }
  .Area_game_more > .box .box_ {
    margin-top: 80px;
  }
  .Area_game_more > .box ol {
    margin-top: 0px;
  }
  .Area_game_more > .box ol:nth-child(2) {
    margin-bottom: 100px;
  }
  .Area_game_more > .box li {
    margin-bottom: 16px;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
/*@media screen and (max-width:767px){*/
.page_phone .Area_game_more {
  margin-top: 0;
  padding-bottom: 0em;
}
.page_phone .Area_game_more > .box {
  padding: 0 2%;
}
/*          .page_phone .Area_game_more > .box li { text-shadow: 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd;}*/
.page_phone .Area_game_more > .box table {
  text-shadow: none;
  border-radius: 6px;
}
.page_phone .Area_game_more > .box .table_1 td {
  font-size: 0.8em;
}
.page_phone .Area_game02_more > .box .table_1 td:nth-of-type(1) {
  width: 30%;
}
.page_phone .Area_game02_more > .box .table_1 td:nth-of-type(2) {
  width: 22%;
}
.page_phone .Area_game02_more > .box .table_1 td:nth-of-type(3) {
  width: 23%;
}
.page_phone .Area_game02_more > .box .table_1 td:nth-of-type(4) {
  width: 25%;
}
/*}*/
@media screen and (max-width: 767px) {
  .Area_game_more > .box strong {
    font-size: 22px;
  }
}

/*分享內容*/
.Area_grabgift .box_txt {
  color: #5b2400;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.Area_grabgift .box_txt .txt {
  /*font-size: 40px;*/
  font-size: 32px;
  font-weight: 700;
}
.Area_grabgift .box_txt .txt strong {
  font-size: 40px;
  letter-spacing: -1px;
}
.Area_grabgift .box_txt .txt small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Area_grabgift .box_txt {
    margin: 0 auto;
    line-height: 1.6;
  }
  .Area_grabgift .box_txt {
    font-size: 5vw;
  }
  .Area_grabgift .box_txt .txt {
    /*font-size: 5.5vw;*/
    font-size: 4.5vw;
  }
  .Area_grabgift .box_txt .txt strong {
    font-size: 5.5vw;
  }
  .Area_grabgift .box_txt .txt small {
    font-size: 3vw;
  }
}

/*簽到btn*/
.Area_game02 .reg_btn {
  margin: 30px auto;
  width: 36%;
}
@media screen and (max-width: 767px) {
  .Area_game02 .reg_btn {
    margin: 3% auto 5%;
    width: 38%;
  }
}
/*簽到狀態*/
.Area_game02 .reg_btn span {
  display: block;
}
.Area_game02 .reg_btn .end {
  display: none;
}
/*已簽到*/
.Area_game02 .reg_btn.is_end .off {
  display: none;
}
.Area_game02 .reg_btn.is_end .end {
  display: block;
}

/*詳情說明*/
.Area_grabgift {
  z-index: 1;
  color: #fff;
  font-weight: 800;
}
.Area_grabgift .topbar {
  box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.2);
}
.Area_grabgift > .box {
  z-index: 1;
  position: relative;
  padding: 2% 0;
  font-size: 4vw;
  line-height: 1.5;
  text-align: left;
}
.Area_grabgift > .box .title {
  margin: 0 auto 2vw;
}
.Area_grabgift > .box .box_:nth-of-type(2) {
  margin-top: 4vw;
}
.Area_grabgift > .box ul {
  margin: 0;
  padding: 0 5% 0 5%;
  list-style: none;
}
.Area_grabgift > .box li {
  margin-bottom: 3vw;
}
.Area_grabgift > .box ul ol {
  padding: 0 0 0 1.5em; /*list-style: none;*/
}
/*.Area_grabgift > .box ul ol li { counter-increment: num; text-indent:-1.4rem;}*/
/*.Area_grabgift > .box ul ol li:before { content: "(" counter(num) ") ";}*/
.Area_grabgift > .box strong {
  color: #fff578;
}
.Area_grabgift > .box table {
  margin: 0;
  margin-top: 1vw;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #6950eb;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  color: #3b524f;
  box-shadow: 0 0 16px rgba(120, 175, 255, 0.5);
}
.Area_grabgift > .box table {
  font-family: "Century Gothic", "微軟正黑體", system-ui, Helvetica;
}
.Area_grabgift > .box th {
  padding: 10px 2px;
  border: 1px solid #6950eb;
  background: #3b2b8e;
  color: #fff7b0;
  font-size: 1em;
}
.Area_grabgift > .box td {
  padding: 10px 2px;
  border: 1px solid #6950eb;
  background-color: #fff;
  font-size: 0.95em;
  font-weight: 400;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .Area_grabgift {
    margin-top: 80px;
    padding-bottom: 0px;
  }
  .Area_grabgift img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .Area_grabgift > .box {
    margin-top: 20px;
    padding-right: 0%;
    padding: 0%;
    font-size: 24px;
  }
  .Area_grabgift > .box .box_ {
    margin-top: 80px;
  }
  .Area_grabgift > .box ol {
    margin-top: 0px;
  }
  .Area_grabgift > .box ol:nth-child(2) {
    margin-bottom: 100px;
  }
  .Area_grabgift > .box li {
    margin-bottom: 16px;
  }
}
/*@media screen and (max-width:767px){*/
.page_phone .Area_grabgift {
  margin-top: 0;
  padding-bottom: 0em;
}
.page_phone .Area_grabgift > .box {
  padding: 0 2%;
}
/*          .page_phone .Area_grabgift > .box li { text-shadow: 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd, 0 0 3vw #adf5fd;}*/
.page_phone .Area_grabgift > .box table {
  text-shadow: none;
  border-radius: 6px;
}
.page_phone .Area_grabgift > .box .table_1 td {
  font-size: 0.8em;
}

/*btn*/
.Area_grabgift .box_txt .btn {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Area_grabgift {
    margin-top: 6vw;
  }
  .Area_grabgift .box_txt .btn {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 4vw;
  }
  .Area_grabgift .box_txt .btn img {
    width: 100%;
    height: auto;
  }
}

/*06_銀行優惠*/
.Area_AD {
}
.Area_AD {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
.Area_AD ul.PD_wrapper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  box-sizing: content-box;
}
.Area_AD ul.PD_wrapper li {
  margin: 0;
  padding: 0;
  height: 365px;
}
.Area_AD02 .Area_swiper ul li {
  height: 230px;
}
.Area_AD .PD_layout ul {
  background-color: transparent;
  width: 100%;
}
.Area_AD .PD_layout ul li {
  border: none;
}

@media screen and (max-width: 767px) {
  .Area_AD02 .Area_swiper ul li {
    height: 26vw;
  }
  .Area_AD ul.PD_wrapper {
    width: 100%;
    height: 39vw;
    padding: 0;
    margin: 0 auto;
  }
  .Area_AD ul.PD_wrapper li {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .Area_AD .PD_layout ul {
    background-color: transparent;
    width: 100%;
  }
}

.Area_AD .box_txt {
  height: 100px;
  margin: 0 auto;
  line-height: 1.5;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.Area_AD .box_txt .txt {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .Area_AD .box_txt {
    height: 10vw;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 5vw;
  }
  .Area_AD .box_txt .txt {
    color: #fff;
    font-size: 5vw;
    text-align: left;
    padding: 0 0 0 5vw;
  }
}

@media screen and (min-width: 768px) {
  .Area_AD .PD_layout {
    width: 920px;
    overflow: hidden;
  }
}

/*會員限定*/
@media screen and (max-width: 767px) {
  .Area_AD02 ul.PD_wrapper {
    height: 25vw;
  }
  .Area_AD02 .PD_layout {
    width: 96vw;
    overflow: hidden;
    padding-top: 0.5em;
  }
}

/*熱門活動*/
@media screen and (max-width: 767px) {
  .Area_AD01 .PD_layout {
    width: 96vw;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  /* .Area_AD01 ul.PD_wrapper {
    height: 410px;
  } */
}

/*商品公版微調*/
@media screen and (min-width: 768px) {
  .Area_PD02 .PD_layout {
    padding: 0 18px;
  }
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  background: #484848;
}

/* 猜你喜歡 */
.Area_like01{
  .bt_0_layout_b268_2025{
    width: 92%;
    margin: 0 auto;
    @media screen and (max-width: 767px) {
      width: 100%;
    }
  }
  .box_txt .txt{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 100px;
    @media screen and (max-width: 767px) {
      color: #fff;
      font-size: 5vw;
      text-align: left;
      padding: 0 0 0 5vw;
    }
  }
}

/*好康優惠*/
.Area04 {
  height: 520px;
}
.Area04 .bg {
  position: absolute;
}
.Area04 .PD_layout ul {
  background-color: transparent;
}
.Area04 .PD_layout ul li {
  border: none;
}
.Area04 .PD_layout {
  width: 94%;
  padding: 20% 0 0;
}
.Area04 .PD_layout .PD img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .Area04 {
    height: 60vw;
  }
  .Area04 .bg {
    position: absolute;
  }
  .Area04 .PD_layout {
    width: 94%;
    padding: 19vw 0 0;
  }
  .Area04 .PD_layout .PD img {
    width: 100%;
    height: auto;
  }
}

.PD_layout[data-pd-h4="2"] .PD h4 {
  display: inline-block;
  max-height: 1.5em;
}
.PD_layout[data-pd-h4="2"] .PD h4 b {
  display: inline;
}
.PD_layout[data-pd-h4="2"] .PD h4 span {
  display: inline;
}

/*分享浮層*/
.blackBox2 {
  display: none;
  z-index: 99999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.75);
}
.blackBox2 * {
  font-family: "微軟正黑體", "Microsoft JhengHei", Arial;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blackBox2 a {
  text-decoration: none;
}

/*浮層基本*/
.blackBox2 .box .button {
  border-top: 1px solid #d6d6d6;
  text-align: center;
  font-size: 1.25rem;
  line-height: 3.5rem;
  font-weight: bold;
}
.blackBox2 .box .but-close {
  clear: both;
  width: 100%;
}
.blackBox2 .box .but-close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
}
.blackBox2 .box h3 span.close {
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 63px;
  height: 33px;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
.blackBox2 .box h3 span.close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.blackBox2 .Boxclose {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.blackBox2 .box h4 {
  height: 3rem;
  font-size: 0.8rem;
  font-weight: 100;
  text-align: center;
  color: #000;
}

/*分享浮層2*/
.agreeArea2 {
  z-index: 1;
  position: relative;
  top: 5%;
  margin: 0 auto 30px;
  width: 94%;
  max-width: 700px;
  font-family: "Century Gothic", "微軟正黑體", sans-serif; /*text-align:justify; word-break:break-all;*/
}
.agreeArea2 img {
  width: 100%;
  height: auto;
}
.agreeArea2 .box {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  overflow: hidden;
}
.agreeArea2 .box .txtArea {
  height: 600px;
  overflow: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.agreeArea2 .box h3 {
  margin: 0;
  padding: 0;
  height: 3rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  background-color: #fc499e;
}
.agreeArea2 .box h3 span.close {
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 63px;
  height: 33px;
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
}
.agreeArea2 .box h3 span.close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.agreeArea2 .box h4 {
  font-size: 1rem;
  font-weight: 400;
  /* line-height: 1rem; */
  text-align: center;
  color: #000;
}
.blackBox .box h4 {
  height: 0;
}

/*卡片樣式*/
.agreeArea2 .box_cards {
  padding: 20px;
}
.agreeArea2 .box_cards ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agreeArea2 .box_cards ul:after {
  content: "";
  display: block;
  clear: both;
}
.agreeArea2 .box_cards li {
  float: left;
  z-index: 0;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 140px;
  text-align: left;
  background-color: #eeee;
  letter-spacing: -0.1rem;
  border-radius: 10px;
}
.agreeArea2 .box_cards .cardstyle_ a {
  display: block;
  padding: 10px;
}
.agreeArea2 .box_cards .cardstyle_ h3 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 160px;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  line-height: 120px;
  font-family: "Century Gothic";
}
.agreeArea2 .box_cards .cardstyle_ .card_img {
  float: left;
  border-radius: 0%;
  overflow: hidden;
  position: absolute;
  left: 20px;
}
.agreeArea2 .box_cards .cardstyle_ .card_img img {
  margin-top: 0%;
  margin-left: 0%;
  width: 100%;
  height: auto;
}
.agreeArea2 .box_cards .cardstyle_ h4 {
  margin: 20px;
  padding: 0 0px 10px 115px;
  font-size: 32px;
  color: #484848;
  height: 80px;
  font-weight: bold;
  text-align: left;
}
.agreeArea2 .box_cards .cardstyle_ h4 i:before {
  content: "ＯＯ王";
  display: block;
  font-style: normal;
  font-size: 24px;
  font-weight: 300;
  color: #7f7f7f;
}
.agreeArea2 .box_cards .cardstyle_ h4 > span {
}
.agreeArea2 .box_cards .cardstyle_ h4 b {
  font-size: 26px;
  font-weight: 400;
}
.agreeArea2 .box_cards .cardstyle_ h4 b span {
  font-size: 36px;
  font-weight: 300;
  font-family: "Century Gothic";
}

@media screen and (max-width: 767px) {
  .agreeArea2 .box_cards {
    padding: 3%;
    margin-bottom: 30vw;
  }
  .agreeArea2 .box_cards li {
    margin-bottom: 3%;
    width: 100%;
    height: auto;
  }
  .agreeArea2 .box_cards li:after {
    width: 8px;
  }
  .agreeArea2 .box_cards .cardstyle_ a {
    padding: 5% 0;
  }
  .agreeArea2 .box_cards .cardstyle_ h3 {
    top: 50%;
    transform: translateY(-50%);
    width: 16%;
    font-size: 6vw;
    line-height: 1;
  }
  .agreeArea2 .box_cards .cardstyle_ .card_img {
    position: relative;
    margin: 3%;
    width: 14%;
    height: auto;
    padding-bottom: 0%;
    left: 0;
  }
  .agreeArea2 .box_cards .cardstyle_ .card_img img {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .agreeArea2 .box_cards .cardstyle_ h4 {
    height: 18vw;
    position: relative;
    margin: 2vw;
    padding: 3vw;
    font-size: 4.2vw;
    color: #484848;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: left;
  }
  .agreeArea2 .box_cards .cardstyle_ h4 b {
    position: absolute;
    font-size: 4vw;
    top: 7vw;
    font-weight: 400;
  }
  .agreeArea2 .box_cards .cardstyle_ h4 b span {
    font-size: 6vw;
  }
}
/*按鈕*/
.agreeArea2 .box_cards .cardstyle_ .card_btns {
  position: absolute;
  top: 20px;
  right: 10px;
  padding: 0;
  width: 186px;
  height: 98px;
}
.agreeArea2 .box_cards .cardstyle_ .card_btns:after {
  content: "";
  display: block;
  clear: both;
}
.agreeArea2 .box_cards .cardstyle_ .card_btns .btn_ {
  float: left;
  margin: 0;
  width: 100%;
  text-align: center;
}
.agreeArea2 .box_cards .cardstyle_ .card_btns .btn_:first-child {
  margin-left: 0;
}
.agreeArea2 .box_cards .cardstyle_ .card_btns .btn_:hover {
  filter: brightness(120%);
}
.agreeArea2 .box_cards .cardstyle_ .card_btns .btn_ a {
  display: block;
  font-size: 26px;
  line-height: 1.7;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .agreeArea2 .box_cards .cardstyle_ .card_btns {
    position: absolute;
    top: 20%;
    right: 4%;
    padding: 0;
    width: 23%;
    height: 50%;
  }
  .agreeArea2 .box_cards .cardstyle_ .card_btns .btn_ a {
    font-size: 5vw;
    line-height: 1.4;
  }
}

/*簽到狀態*/
.agreeArea2 .reg_btn span {
  display: block;
}
.agreeArea2 .reg_btn .end {
  display: none;
}
/*已簽到*/
.agreeArea2 .reg_btn.is_end .off {
  display: none;
}
.agreeArea2 .reg_btn.is_end .end {
  display: block;
}

/*for非App*/
.dowloaded {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 3vw auto;
  padding: 1.75em 0;
  width: 93%;
  background-color: #e3c37d;
  border-radius: 0.8em;
}
.dowloaded h3 {
  margin: 0;
  padding: 0;
  color: #1e2629;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-size: 5.2vw;
}
.dowloaded .btn {
  margin: 0 auto;
  background-color: #a6261b;
  padding: 1.5vw;
  border-radius: 99em;
  width: 45%;
  font-size: 5vw;
}
.dowloaded .btn a {
  display: block;
  color: #fff;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  .boxPhone {
    display: none;
  }
  .dowloaded {
    display: none;
  }
  #for_browser {
    overflow: visible !important;
  }
  #for_browser .Area00 {
    margin-top: 87px;
    position: relative;
    z-index: 1;
  }
}
#for_browser {
  width: 96%;
  border-radius: 1rem;
  overflow: hidden;
}
#for_browser .for_pc img {
  border-radius: 1rem;
  overflow: hidden;
}
.boxPhone {
  z-index: 5;
  position: relative;
  border-radius: 4vw;
  overflow: hidden;
}
.boxPhone .mbGOapp {
  display: flex;
  gap: 3vw;
  justify-content: center;
  position: absolute;
  top: 64vw;
  width: 60vw;
  left: 50%;
  transform: translateX(-50%);
}
.boxPhone .mbGOapp div {
  display: inline-block;
  /* width: 28%; */
}
.boxPhone .mbGOapp div img {
  width: 100%;
}
.dowloaded {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 3vw auto;
  padding: 1.75em 0;
  width: 93%;
  background-color: #ffe457;
  border-radius: 0.8em;
}
.dowloaded h3 {
  margin: 0;
  padding: 0;
  color: #1e2629;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-size: 5.2vw;
}
.dowloaded .btn {
  margin: 0 auto;
  background-color: #2842e6;
  padding: 1.5vw;
  border-radius: 99em;
  width: 45%;
  font-size: 5vw;
}
.dowloaded .btn a {
  display: block;
  color: #fff;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  .boxPhone {
    display: none;
  }
  .dowloaded {
    display: none;
  }
  #for_browser {
    overflow: visible !important;
    z-index: 9;
  }
  #for_browser .Area00 {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #for_browser {
    margin-top: 0vw;
    z-index: 9;
  }
}

/*注意事項區*/
.edm_notice{ text-align:center; padding:20px 10px 100px; color:#212121; font:12px/18px Helvetica;}
@media screen and (min-width:768px){ 
  .edm_notice { 
    background: url(footer-pc.png?t=1751353185783) center center;
    padding:40px 10px;
  }
}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

/*飄-下上*/
.downtoup-play {
  -webkit-animation: downtoup-play 3s ease-in-out infinite alternate;
  animation: downtoup-play 3s ease-in-out infinite alternate;
}
@-webkit-keyframes downtoup-play {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -10px);
  }
}
@keyframes downtoup-play {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -10px);
  }
}




    /*(新增)直/D1_06(特殊按鈕-搶)*/
    .Area_boxstyle_box2 .PD_layout .js-PD_unit{ display: none; }
@media screen and (min-width:768px){ 
  /*960-預設-4品設定*/
  .Area_boxstyle_box2 .PD_layout ul { padding: 20px 0;}
  .Area_boxstyle_box2 .PD_layout .PD p del { display: none;}
  .Area_boxstyle_box2 .PD_layout .PD p b { display: none;}
  .Area_boxstyle_box2 .PD_layout .PD p { padding-left: 1.5em;}
  .Area_boxstyle_box2 .PD_layout .PD_into h3 { position: absolute;bottom: 4em;left: 1.5em;max-height: 2.5em;padding:0 1em;z-index: 5;}
  .Area_boxstyle_box2 .PD_layout .PD_into h3 span { position: relative; z-index: 2; color: white; padding-bottom: 0; letter-spacing: -0.05em; js-PD_unitmax-width: 100%; max-height: 2em; line-height: 2; border-radius: 0.5em; background-color: #d62672; }
  .Area_boxstyle_box2 .PD_layout .PD_into h3::before {z-index: -1;content: "";position: absolute;top: -4%;left: 0;background: url('btn3-2.png?t=1751353185783');background-size: contain;background-position: left top;background-repeat: no-repeat;width: 100%;height: 100%;}
  .Area_boxstyle_box2 .PD_layout .PD_into h4 { margin-bottom: 0; margin-top: 2%;}
  .Area_boxstyle_box2 .PD_layout .PD_into p { z-index: 4;position: absolute;line-height: 2.3;bottom: 0;width: 90%;height: 20%;right: 0;text-align: left;}
  .Area_boxstyle_box2 .PD_layout .PD_btn { display: block; background-color: transparent; background-image: none; width: 0; height: 3.2em; }
  .Area_boxstyle_box2 .PD_layout .PD_into p::before { z-index: -1; content: ""; position: absolute; top: 0.65em; right: 0.55em; background: url('btn3_2.png?t=1751353185783'); background-size: contain; background-repeat: no-repeat; width: 30%; height: 65%;}
  .Area_boxstyle_box2 .PD_layout .PD_into p::after { z-index: -2; content: ""; position: absolute; top: 0.6em; right: 0; border: solid 1px #f5264e; border-right: none; border-radius: 5em 0 0 5em; width: 95%; height: 63%; background: linear-gradient(106deg, #fff 69%, #f5264e 50%);}
  .Area_boxstyle_box2 .PD_layout .PD h4 b { display: none;}
  .Area960  .Area_boxstyle_box2 .PD_layout .PD_into h3 { bottom: 4em; left: 1.5em;}
  .Area960  .Area_boxstyle_box2 .PD_layout .PD .PD_btn::before { bottom: 1.2em; right: 0.2em;}
    /*1220-4品設定*/
  .Area1220 .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="4"] .PD_into h3 { bottom: 4.3em; left: 2em;}
  .Area1220 .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="4"] .PD_into p { height: 18%;}
  /*1220-5品設定*/  
  .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="5"] .PD_into h3 { bottom: 4em; left: 2.2em;}
  .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="5"] .PD_into p { bottom: 0;}
  .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="5"] .PD .PD_btn::before { bottom: 1.2em; right: 0.2em;}
  /*960-3品設定*/  
  .Area960  .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="3"] .PD_into h3 { bottom: 4.1em; left: 3.2em;}
  .Area960  .Area_boxstyle_box2 .PD_layout[data-pd-col-pc="3"] .PD_into p { height: 17%;}
}
@media screen and (max-width:767px){
  .Area_boxstyle_box2 .PD_layout ul { padding: 0.5em 0;}
  .Area_boxstyle_box2 .PD_layout .PD p del { display: none;}
  .Area_boxstyle_box2 .PD_layout .PD p b { display: none;}
  .Area_boxstyle_box2 .PD_layout .PD p {padding-left: 1.1em;}
  .Area_boxstyle_box2 .PD_layout .PD_into { padding-bottom: 0; margin-bottom: -.45em;}
  .Area_boxstyle_box2 .PD_layout .PD_into h3 { z-index: 5; position: absolute; bottom: 16%; left: 0.75em; max-height: 100%; padding:0 1em;}
  .Area_boxstyle_box2 .PD_layout .PD_into h3 span { position: relative;z-index: 2;color: white;padding-bottom: 0;letter-spacing: -0.05em;max-width: 100%;max-height: 2em;line-height: 2;border-radius: 0.5em;background-color: #d62672;}
  .Area_boxstyle_box2 .PD_layout .PD_into h3::before { z-index: -1;content: "";position: absolute;top: -4%;left: 0;background: url('btn3-2.png?t=1751353185783');background-size: contain;background-position: left top;background-repeat: no-repeat;width: 100%;height: 100%;}
  .Area_boxstyle_box2 .PD_layout .PD_into h4 { margin-bottom: 0;}
  .Area_boxstyle_box2 .PD_layout .PD_into p { z-index: 4;position: absolute;line-height: 2;bottom: 0;width: 95%;height: 20%;right: 0;text-align: left;}
  .Area_boxstyle_box2 .PD_layout .PD_btn { display: block; background-color: transparent; background-image: none; width: 0; height: 3.2em; }
  .Area_boxstyle_box2 .PD_layout .PD_into p::before { z-index: -1; content: ""; position: absolute; top: 12.5%; right: 0.4em; background: url('btn3_2.png?t=1751353185783'); background-size: contain; background-repeat: no-repeat; width: 30%; height: 70%;}
  .Area_boxstyle_box2 .PD_layout .PD_into p::after { z-index: -2; content: ""; position: absolute; top: 11%; right: 0; border: solid 1px #f5264e; border-right: none; border-radius: 5em 0 0 5em; width: 95%; height: 63%;background: linear-gradient(110deg, #fff 70%, #f5264e 50%);}
  .Area_boxstyle_box2 .PD_layout .PD h4 b { display: none;}
}
