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



/*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=1759826934204);
    pointer-events: none;
  }
  .Area_bgtop_2 .bgtop_2_1 span {
    z-index: -9;
    background-image: url(bg-top.png?t=1759826934204);
    background-repeat: no-repeat;
  }
  .Area_bgtop_2,
  .Area_bgtop_3 {
    z-index: -9;
  } /*mix-blend-mode影響了z-index層級*/
}




/*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=1759826934204);
    pointer-events: none;
  } */
  .m_Area_bgtop_2 .m_bgtop_2_1 span {
    z-index: -9;
    background-image: url(m-bg-top.png?t=1759826934204);
    background-repeat: no-repeat;
  }
  .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: -156px;
}
.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;
  background: #ececec
}
.WRAPPER {
  overflow: hidden;
}

/*版頭*/
.Area_top {
  z-index: 2;
  margin-bottom: 0;
  overflow: visible;
}

.Area_top{
  padding-top: 60px;
  margin-bottom: -20px;
  @media screen and (max-width: 767px) {
    padding-top: 8vw;
    margin-bottom: -5vw;
  }
  .box{
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

    .title{
      font-family: Noto Sans CJK SC, "Microsoft JhengHei", Helvetica;
      @media screen and (max-width: 767px) {
        padding-left: 2vw;
      }
      .coin-main{
        display: flex;
        align-items: center;
        gap: 4px;
        img{
          width: 20%;
          height: 100%;
        }
        p{
          font-family: Century Gothic;
          font-weight: bold;
          color: #fff;
          font-size: 82px;
          margin: 0;
          small{
            font-size: 40px;
            @media screen and (max-width: 767px) {
              font-size: 5vw;
            }
          }
          @media screen and (max-width: 767px) {
            font-size: 9vw;
          }
        }
      }
      h3{
        margin: 0;
        color: #fff;
        font-size: 42px;
        text-align: left;
        @media screen and (max-width: 767px) {
          font-size: 5vw;
        }
      }
      h4{
        margin: 0;
        color: #fff0f5;
        font-size: 36px;
        @media screen and (max-width: 767px) {
          font-size: 4.5vw;
        }
      }
    }
    .title-img{
      margin-top: -20px;
      @media screen and (max-width: 767px) {
        width: 42vw;
      }
    }
  }
}
@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; }	*/
}

.subtitle{
  margin-bottom: -16px;
  z-index: 5;
  position: relative;
}


/*按鈕*/
@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: 3vw;
    right: 0;
    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;
  right: 0;
  position: absolute;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .btn_list {
    position: absolute;
    top: 4vw;
    right: -1vw;
    width: 23%;
  }
}

.Area_game01{
  position: relative;
  z-index: 5;
}

/*天天簽到*/
.Area_game01 .box{
  /* padding: 32px 18px 18px; */
}
.Area_game01 .game-main {
  background: #fff;
  border-radius: 8vw 2vw 8vw 2vw;
  overflow: hidden;
  position: relative;
  .game_txt{
    font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
    padding: 1vw 0;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 5vw;
    font-weight: bold;
    background: #ffe7ef;
    .txt{
      display: flex;
      padding-left: 5vw;
    }
      .txt span{
        color: #000;
        font-size: 5vw;
        text-align: left;
        &.money{
          color: #ff2c72;
        }
      }
  }
}

/*提醒我按鈕*/
.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 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .Area_game01 .reg_btn {

    width: 55%;
  }
}
/*簽到狀態*/
.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: #f3f5f7;
  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: #f3f5f7;
    border-radius: 8px;
  }
  .Area_game01_signin_daylist > .day {
    width: calc(var(--swiper-width) / var(--swiper-slidesPerView));
    /* background-color: #2036bf; */
    background: url(dayend-bg.png?t=1759826934204);
    background-size: cover;
    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 {
  max-height: 250px;
  @media screen and (max-width: 767px) {
    max-height: 25vw;
  }
  /* img.lazy_off{

  } */
}


.Area_AD .PD_layout ul {
  background-color: transparent;

}
.Area_AD .PD_layout ul li {
  border: none;
}

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

  .Area_AD ul.PD_wrapper {

    padding: 0;
    margin: 0 auto;
    
  }
  .Area_AD ul.PD_wrapper li {
    margin: 0;
    padding: 0;
  }
  .Area_AD .PD_layout ul {
    background-color: transparent;

  }
}

.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;
  }
}





/*熱門活動*/


.Area_AD01 .box-main{
  padding: 32px 18px 18px;
  background: #fff;
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    border-radius: 0;
    padding: 7vw 2vw 2vw;
  }
  .Area_swiper01{
    margin-bottom: 20px;
    @media screen and (max-width: 767px) {
      margin-bottom: 4vw;
    }
  }
  .Area_swiper02{
    .PD_layout .PD h3{
      max-height: none;
    }
    .PD_layout .PD h3 span{
      font-size: 26px;
      line-height: 30px;
      color: #4e4e4e;
      white-space: nowrap;
      @media screen and (max-width: 767px) {
        font-size: 3.5vw;
        line-height: 1.5em;
      }
    }
  }

}
.Area_PD02 .PD_layout {
  padding: 32px 18px 18px;
  background: #ffe7ef;
  border-radius: 24px;
  @media screen and (max-width: 767px) {
    padding: 7vw 2vw 2vw;
    border-radius: 0;

  }
}

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

/* 猜你喜歡 */
.Area_like01{
  .bt_0_layout_b268_2025{
    background: #ffe7ef;
    border-radius: 24px;
    padding: 32px 18px 18px;
    margin: 0 auto;
    box-sizing: border-box;
    @media screen and (max-width: 767px) {
      padding: 7vw 2vw 2vw;
      border-radius: 0;

    }
    .PD_layout.PD_layout-b268{
      padding: 0;
    }
  }
  .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: fixed;
  top: unset;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  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 10px 0 0 ;
  -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;
}

/* 獎勵浮層 */
.agreeArea3{
  top: 1%;
  .close-btn{
    position: absolute;
    display: block;
    width: 8vw;
    right: 0;
  }
  .give-title{
    position: absolute;
    width: 72vw;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 3px 8px #000);
  }
  .give-img{
    width: 60vw;
    display: flex;
    justify-content: center;
    margin: 0 auto;

  }
  .give-content{
    margin-top: -15vw;
    h3{
      font-size: 8vw;
    }
  }
  h3,h4{
    font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
    font-weight: bold;
    filter: drop-shadow(0 3px 8px #000);
    text-align: center;
    color: #fff;
    letter-spacing: .05rem;
    font-size: 1.1rem;
  }
  .check-btn{
    position: absolute;
    display: block;
    width: 78vw;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -20vw;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .agreeArea3{
    .close-btn{
      position: absolute;
      display: block;
      width: 8vw;
      right: 0;
    }
    .give-title{
      position: absolute;
      width: 50%;
      left: 50%;
      transform: translateX(-50%);
      filter: drop-shadow(0 3px 8px #000);
    }
    .give-img{
      width: 500px;
      display: flex;
      justify-content: center;
      margin: 0 auto;
  
    }
    .give-content{
      margin-top: -120px;
      h3{
        font-size: 40px;
      }
    }
    h3,h4{
      font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
      font-weight: bold;
      filter: drop-shadow(0 3px 8px #000);
      text-align: center;
      color: #fff;
      letter-spacing: .05rem;
      font-size: 1.1rem;
    }
    .check-btn{
      position: absolute;
      display: block;
      width: 50%;
      left: 50%;
      transform: translateX(-50%);
      top: unset;
      bottom: -100px;
      height: auto;
    }
  }
  
}



/*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: 14vw;
  justify-content: center;
  position: absolute;
  top: 67vw;
  width: 60vw;
  left: 50%;
  transform: translateX(-50%);
}
.boxPhone .mbGOapp div {
  display: inline-block;
  width: 25%;
}

.dowloaded {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 3vw auto;
  padding: 1.75em 0;
  width: 93%;
  background-color: #ffebf2;
  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: #ff2c72;
  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=1759826934204) center center; */
    padding:40px 10px;
  }
}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

.Areabottom {
  margin-bottom: 40px;
  @media screen and (max-width: 767px) {
    margin-bottom: 6vw;
  }
}


/*飄-下上*/
.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);
  }
}




