/* 各頁面CSS */

/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }




/*momo幣這裡用*/
@media screen and (min-width: 768px) {
	.Area_grabmoney_coupon .PD_layout ul { padding: 0 25px; grid-gap: 15px;}
	.Area_grabmoney_coupon .PD_layout img {	border-radius: 10px;}
}
@media screen and (max-width: 767px) {
	.Area_grabmoney_coupon .PD_layout ul { grid-gap: 1.8vw;}
	.Area_grabmoney_coupon .PD_layout img { border-radius: .5em;}
}

/* 版頭 */
@media screen and (min-width:768px){
	.Area_top{height: 1720px}
}

@media screen and (max-width:767px){
	.Area_top{height: 50vw;}
}

/* 黏人精 */
@media screen and (min-width:768px){
	.NavArea{display: block;margin-bottom: 50px;}
	.NavArea.cate-fixed .Nav_box{position: relative;}
}

@media screen and (max-width:767px){
  .NavArea{margin-bottom: 5vw;}
}

/* 區間 */
@media screen and (min-width:768px){
	.Area_AD1{margin-bottom: 80px;}
	.bottom{margin-bottom: 80px;}
}

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



/* 登記區塊樣式開始 */

/*my-3改樣式*/
.Area_game .game-content { position: relative; display: flex ; width: 100%; text-align: left;}
.Area_game .game-content .title { white-space: nowrap; color: #fff;}
.Area_game .game-content .title span { font-size: 30px; line-height: 1.5; background: #002ad9; padding: .2em .5em;border-radius:26px;}
.Area_game .game-content .hint { font-size: 2rem; color: #d1d1d1;}
.Area_game .game-content p { margin: 0; padding: 0 1%; color: #000; font-size: 35px; font-weight: 400; line-height: 1.5;}
@media screen and (min-width:768px){
  .Area_game .game-content .title { margin-left: 36px;margin-right: 40px; min-width: calc(100% - 19.5em); max-width: calc(100% - 19.5em);}
} 
@media screen and (max-width:767px){
  .Area_game .game-content .title { padding: 0; margin-left: 3vw; margin-right: 2vw; line-height: 0.5;}
  .Area_game .game-content .title span {font-size: 12px; line-height: 1.5; padding: 0.5vw; padding: 0.3em 0.7em; border-radius:6vw;}
  /* .Area_game .game-content .info { margin-right: 2vw; text-align: justify;}     */
  .Area_game .game-content p { margin: 0; padding: 0; color: #000; font-size: 15px; font-weight: 400; line-height: 1.2;}
}

/*登記卡樣式*/
.Area_game .danji-pd-container .pd01 { margin: 0 auto; padding: 0; width: 95%;}
.Area_game1 .danji-pd-body .pd-info, .Area_game1 .danji-pd-body .pd-info { justify-content: space-between;}
.Area_game1 .danji-pd-body .pd-info-name, .Area_game1 .danji-pd-body .pd-info-brand {color: #333333;}
.Area_game1 .danji-pd-container { border-radius: 0; }
.Area_game2 .danji-pd-container, .Area_game3 .box_1 .danji-pd-container, .Area_game4 .box_1 .danji-pd-container { border-radius: 10px; margin-bottom: 0;}

.Area_game1 .danji-pd-body .pd-info-amount { color: #bdb6b1;}
.Area_game1 .danji-pd-head { background: #002ad9;}
.Area_game1 .danji-pd-foot { color: #c8ae8e; background :#84321c;}
.Area_game1 .danji-pd-body .pd-img:hover, .Area_game2 .danji-pd-body .pd-img:hover, .Area_game4 .danji-pd-body .pd-img:hover { filter: none;}

.danji-pd-body .pd-img img{
    z-index: 2;
    position: relative;
}
.Area_game3 .box_1 { margin-bottom: 5%;}
.Area_game4 .danji-pd-container { margin-bottom: 0;}
@media screen and (min-width:768px){

  .Area_game1 .danji-pd-body .pd-img { flex-basis: 45%;}        
}
@media screen and (max-width:767px){
  .Area_game1 .danji-pd-body .pd-img { flex-basis: 45%;}   
  .danji-pd-body .pd-img::before{
    width: 44.5vw;
    height: 30vw;
    top: -2vw;
  }
}

/*區標*/
/* 變數設定 */
:root {
  /* 區標背景色 */
  --bk: #002ad9;
    /* 區標線框色 */
  --bd: #002ad9;
  /* 區塊背景線框色 */
  --bkbd: #fff000;
  /* 區塊背景色 */
  --bk2: #fff000;
}
.Area_title01 { width: 100%; height: 100%;  margin-bottom: 2rem;}
.Area_title01 span { z-index: 1; position: absolute; width: 75%; font: 44px "Century Gothic", Noto Sans TC, sans-serif, "微軟正黑體", system-ui, Helvetica, Arial; letter-spacing: -0.05em;color: #ffffff; transform: translate(-52%, 27%); text-align: left; font-weight: 800;}
.Area_title01 span:before { z-index: -1; content: ""; display: block; clear: both; position: absolute; top: 1px; left: 196px; width: 60px; height: 60px;}


.Area_title01 span:after {content: "";display: block;clear: both;position: absolute;top: -11px;width: 86%;height: 88px;}
.Area_title01 span b {font-size: 45px;color: #000;margin-right: 20%;letter-spacing: 0;}
.Area_title01 span b:after {content: "";display: block;position: absolute;bottom: -34%;left: -10%;width: 37%;border-bottom: solid 3px var(--bd);}
.Area_title01:before {content:"";display:block;z-index: 0;position: absolute;top: -0.1px;left: 309px;width: 0;height: 0;}
.Area_title01:after {content: "";display: block;clear: both;background: var(--bk);position: relative;width: 69%;height: 105px;transform: translateX(45%);box-sizing: border-box; border-radius: 60px 24px 0px 60px; }
@media screen and (max-width:767px){
  .Area_title01 { margin-bottom: 1.1rem;}
.Area_title01 span:before {top: 0.3vw;left: 22vw;width: 6.3vw;height: 6.3vw;}
.Area_title01 span:after {content: "";display: block;clear: both;position: absolute;top: -1vw;width: 63.5%;height: 9.8vw; box-sizing: border-box;}
.Area_title01 span {width: 100%;font: 5.2vw "Century Gothic", Noto Sans TC, sans-serif, "微軟正黑體", system-ui, Helvetica, Arial;font-weight: 800;line-height: 1.5;transform: translate(-40%, 20%);}
.Area_title01 span b {font-size: 5.5vw;margin-right: 13vw;}
.Area_title01 span b:after {content: "";display: block;position: absolute;bottom: -8%;left: -7%;width: 29%;border-bottom: solid 2px var(--bd);}
.Area_title01:before {top: 0.1vw;left: 32vw;width: 0;height: 0;}
.Area_title01:after {content: "";display: block;clear: both;background: var(--bk);position: relative;width: 67.6%;height: 11.5vw;transform: translateX(48%);box-sizing: border-box; border-radius: 20vw 14vw 0vw 20vw ;}
  }

/*區塊重複背景*/
.Area_game .box_1 .box1 { position: relative;}
@media screen and (min-width:768px){
  .Area_game .box_1.bottom { margin-bottom: 55px;}  
  .Area_game .box_1 .box1 {padding-top: 0; padding-bottom: 25px; background: var(--bk2); border-radius: 24px;border: 4px solid #ffffeb ; }
}
@media screen and (max-width:767px){
  .Area_game { margin-bottom: 2vw;}  
  .Area_game .box_1.bottom { margin-bottom: 5vw;}  
  .Area_game .box_1 .box1 { background: var(--bk2); padding-bottom: 3%; border-radius:  5vw ;border: 4px solid #ffffeb ; }
}

/*mo店+logo區標調整*/
.Area_game1 .mologo, .Area_game3 .mologo { z-index: 1; position: relative; width: 15%; margin: 1% 2% 0 0;}
.box_mojia .Area_title01 span b { margin-right: 14%;}
.box_mojia{
  .box_2PD{
    border-radius: 10px;
    .danji-pd-body{
      .pd-img{
        margin: 0 auto 1em;
        width: min(85%, 330px);
        height: 250px;
        &::before{
          content: unset;
        }
      }
      .pd-info-name{
        color: #000;
      }
      .pd-info-brand{
        color: var(--s);
      }
      .pd-info-amount{
        color: var(--body-color-primary);
      }
    }
  }
}

.Area_boxstyle .Area_boxstyle_box2{
  background: url(Area_boxstyle_top2.png?t=1767177704023) top center/contain no-repeat;

  @media screen and (max-width:767px){
    background: url(m_Area_boxstyle_top2.png?t=1767177704023) top center/contain no-repeat;
  }
}

@media screen and (max-width:767px){
  .Area_game1 .mologo, .Area_game3 .mologo { width: 11%;}
  .Area_boxstyle_title{
    width: 68%;
  }
}

/* 保護文字 */
@media screen and (min-width:768px){
	.protect_text{font-size: 20px;color: #555555}
}

@media screen and (max-width:767px){
	.protect_text{font-size: 3vw;color: #555555}
}


/* 登記區塊樣式結束 */

.moshop .danji-pd-body{align-items: flex-start}


/*銀行回饋*/
.Area_bank { position: relative; font-family: "Century Gothic", "微軟正黑體";}
.Area_bank .bank_title { width: 98%; color: #000; font-size: 1.2rem; font-weight: 700; line-height: 2; border-bottom: 1px solid #000; margin: 0 auto;}
.Area_bank .bank_more {position: relative;height: 60px;margin: 0 auto;border-radius: 50px;background-color: #ff780b;font-size: 25px;line-height: 60px;width: 50%;margin-top: 15px;margin-bottom: 10px;}
.Area_bank .bank_more a {color: #fff;font-weight: 600; font-size: 1.7rem;}
.warningTxt {margin: 1% auto;font-weight: 800;font-size: 1.5rem;color: #fff;}
  /*錨點*/
  .Area_bank .kind { margin: 0; width: 100%; padding: 17px 0; box-sizing: border-box;/* background-color:#a62f39; border-radius: 20px;*/}
  .Area_bank .kind ul { margin: 0; list-style: none; display: inline-block; padding: 1%;}
  .Area_bank .kind li { position: relative; display: inline-block; margin: 0; padding: 0; width: 32%; font-weight: 900; font-size: 2em; line-height: 1.6em; color: #fff; cursor: pointer}
  .Area_bank .kind li.cate-hover { color:#ff780b;}
  .Area_bank .kind li:hover { color: #ff780b; transform: none; filter: none;}
  .Area_bank .kind li::after { content: ''; top: 15px; position: absolute !important; left: 0; background-color: #fff; width: 1px; height: 21px;}
  .Area_bank .kind li:nth-child(1)::after { display: none}
  @media screen and (min-width:768px){
    .Area_bank { margin: 0 auto; width: 95%; background: #002ad9; padding: 10px 0; border-radius: 10px; margin-bottom: 0;}
    .Area_bank .bank_title { font-size: 2.5rem;}	
  }
  @media screen and (max-width:767px){
    .Area_game3 .box_1 .box1 { padding-bottom: 3vw; }  
    .Area_bank { display: block; width: 98%; margin: 4vw auto -5vw; background: #002ad9; border-radius: 3vw;}
    .warningTxt { font-size: 3.5vw; margin: 3% auto; padding-bottom: 3vw;}
    .Area_bank .bank_more { margin: 0 auto; font-size: 4vw; height: 9vw; line-height: 9vw; border-radius: 5vw; width: 70%; margin-top: 4vw;}
    .Area_bank .bank_more a { font-size: 1.15rem;}  
    /*錨點*/
    .Area_bank .kind  {margin: 0 auto; width: 100%; padding: 2vw 0 2vw;}
    .Area_bank .kind  ul { width: 100%;  padding: 3vw 0;; flex-wrap: wrap; justify-content: center; row-gap: 1vw;border-radius: 6vw; }
    .Area_bank .kind  li {font-weight: 900; font-size: 1em; line-height: 2em; letter-spacing:0em;}
    .Area_bank .kind li::after { content: ''; top:2vw; position: absolute !important; left: 0; width: 1px; height:4vw;}
  }
  /*卡*/
  .Area_bank .PD_layout li { border-top: none; border-right: none; border-bottom: 1px solid #787371;}
  .Area_bank .PD_layout li:nth-child(4) { border-bottom: none;}
  .Area_bank .PD_layout .PD_slide { padding: .5em .2em .5em .6em; font-family: "Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; /*border-radius: 10px;*/}
  .Area_bank .PD_layout .PD a { align-items: center;}
  .Area_bank .PD_layout .PD_img { margin-right: 1%; padding: 0; background-color: #fff; border-radius: 20em; overflow: hidden;}
  .Area_bank .PD_layout .PD_into { padding: 0; width: 55%;}
  .Area_bank .PD_layout .PD .date {width: 40%;margin-top: .35em;color: #fff;font-size: 1.35em;line-height: 1.5;font-weight: 400;background-color: #ff780b;border-radius: 20em;letter-spacing: 0.01em;text-align: center;}
  .Area_bank .PD_layout .PD p {color: #002ad9;font-size: 1.625em;font-weight: 700;}
  .Area_bank .PD_layout .PD p .banktxt { color: #343434; font-weight: 700;}
  .Area_bank .PD_layout .PD p .money { color: #fd424f;}
  .Area_bank .PD_layout .PD p .Owned { font-size: 1.26em;}
  .Area_bank .PD_layout .PD .gobtn {position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 2%;width: 3.2em;/*height: 2em;*/color: #fff;font-size: 1.2em;line-height: 1.6;text-align: center;font-weight: 700;font-family: "Century Gothic";background-color: #002ad9;border-radius: 20em;}
    @media screen and (min-width:768px){
      .Area_bank .PD_layout { font-size: 20px;}
      .Area_bank .PD_layout ul { padding: 0; grid-gap: 12px; border-radius: 0;}
      .Area_bank .PD_layout .PD_img { width: 245px;}
      /* .PD_layout li { border: none; background-color: #fff; border-radius: 20px;} */
    }
    @media screen and (max-width:767px){
      .Area_bank .PD_layout { font-size: 2.6vw;}  
      .Area_bank .PD_layout ul {border-radius: 0;}
      .Area_bank .PD_layout .PD_slide { padding: .7em .2em .7em .6em;}

      .Area_bank .PD_layout .PD_img { /*padding: 0.5em;*/ width: 35%;}
      .Area_bank .PD_layout .PD_into { width: 56%;}
      .Area_bank .PD_layout .PD .date { width: 68%; margin-top: .2em;}
      .Area_bank .PD_layout .PD p .Owned { letter-spacing: -0.1vw;}
    }



/* 剁手強牌區 */
.Area_GameStyle { } 


  @media screen and (min-width:768px){
    .Area_PDrush .Area_boxstyle_title {/* inset-block-start: 60px; */}
  }
  @media screen and (max-width:767px){
    .Area_PDrush {}
    .Area_PDrush .Area_pageB.Area00 { margin: 0 auto;}
  }

  /* --------------------------------------
   * Page 頁籤
   * -------------------------------------- */
  @media screen and (min-width:768px){ 
    .NavArea_tabbar_page { margin: 20px auto 20px ; /*width: 94%;*/ width: 90%; display: block ; text-align: center; transform: scale(1.1);}
    .NavArea_tabbar_page .Nav_Btn i { display: none;}
    .NavArea_tabbar_page .Nav { width: 100%;}
    /*.Nav.menu::-webkit-scrollbar { width: 5px;}*/
  }
  @media screen and (max-width:767px){
    .NavArea_tabbar_page { margin: 0 auto 5vw ; width: 98%;}
  } 
  /*頁籤高亮顏色設定 */ 
  .NavArea.NavArea_tabbar_page .Nav .cate-hover i {border: none !important;background-color: #000000 !important;}
  .NavArea_tabbar_page .Nav_box { border-radius: 8px; }
  .NavArea_tabbar_page .Nav li { overflow: visible; }
  .tab_content .page { display: none }

  /*logo-4品公版 */ 
  .Area_PDrush .PD_layout_Brand .PD_slide:hover { box-shadow: none;}
  .Area_PDrush .PD_layout_Brand .PD a { justify-content: center; padding-top: .8em; /*gap: 0.2rem;*/}
  .Area_PDrush .PD_layout_Brand .PD h3 {background-color: #002ad9;}
  .Area_PDrush .PD_layout_Brand .PD .PD_logo { flex-basis: 33%;}
  .Area_PDrush .PD_layout_Brand .PD .PD_into { flex-basis: 65%;}
  .Area_PDrush .PD_layout_Brand .PD_into .PD_into_PDgo {margin: 0 auto;background-color: transparent;}
  .Area_PDrush .PD_layout_Brand .PD_into .PD_into_PDgo b::after { content: "看更多";}
    @media screen and (min-width:768px){
      .Area_PDrush .PD_layout_Brand { width: 85.9%; font-size: 1.35em;}
      .Area_PDrush .PD_layout_Brand ul { padding: 10px 15px; grid-gap: 0; border-radius: 15px; background-color: #fff; overflow: hidden;}
      .Area_PDrush .PD_layout_Brand .PD_slide { border-top: solid 1px #d1d1d1;}
      .Area_PDrush .PD_layout_Brand .PD_slide:nth-child(1) { border-top: none;}
      .Area_PDrush .PD_layout_Brand .PD_slide:nth-child(2) { border-top: none;}
      .Area_PDrush .PD_layout_Brand .PD_slide:not(:nth-child(2n)) { border-right: solid 1px #d1d1d1;}      
    }
    @media screen and (max-width:767px){
      .Area_PDrush .PD_layout_Brand { font-size: 1.25em;}
      .Area_PDrush .PD_layout_Brand ul { width: 97.8%; padding: 0 .5em; grid-gap: 0; border-radius: 10px; background-color: #fff; overflow: hidden;}
      .Area_PDrush .PD_layout_Brand .PD_slide:not(:first-child) { border-top: solid 1px #d1d1d1;}
      .Area_PDrush .PD_layout_Brand .PD .PD_logo { flex-basis: 30%;}
      .Area_PDrush .PD_layout_Brand .PD .PD_into { flex-basis: 68%;}
      .Area_PDrush .PD_layout_Brand .PD_into .PD_into_PDgo {transform: scale(.9); margin-bottom: -.15em;}
    }

  /*剁手搶主打品算式圖*/ 
  /*.Hot_PD { width: 95%; margin: 0 auto; padding-left: 10px;}*/
  .Hot_PD { width: 86%; margin: 30px auto 0; padding: 40px; padding-bottom: 30px; background: linear-gradient(135deg, #fff3b7, #fff3b7); border-radius: 15px;}
  .Hot_PD.PD_layout[data-pd-li*=BN] li:hover { box-shadow: none;transform: translateY(-6px); filter: none;}
  .Hot_PD.PD_layout[data-pd-li*=BN] .PD_slide { position: relative;}
  .Hot_PD.PD_layout[data-pd-li*=BN] .PD_slide .more { display: block; z-index: 5; position: absolute; width: 260px; height: 100px; bottom: 0; right: 0;}
  .Hot_PD.PD_layout[data-pd-li*=BN] .PD_slide .more a { display: block; width: 100%; height: 100%;}
      @media screen and (max-width:767px){
        .Hot_PD { width: min(97.8%,880px); margin-top: 5vw; padding: 3vw; border-radius: 0.5em;}
        .Hot_PD.PD_layout[data-pd-li*=BN] li:hover { transform: none;}
        .Hot_PD.PD_layout[data-pd-li*=BN] .PD_slide .more { width: 39vw; height: 14vw;}
      }


    /* --------------------------------------
     * Page 頁籤_202405291900
     * -------------------------------------- */
    .NavArea_tabbar_page { margin: 0 auto 20px  ; width: 94%; }  
    .NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-33.5%, 0, 0);}  
    .NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%; width: 83%; margin: 0 auto;}
    .NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
    .NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
    .NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
    .NavArea_tabbar_page[data-light="box"] .Nav ul { padding-left: 0; }
    .NavArea_tabbar_page .Nav li { overflow: visible; width: 30% !important; color: #000; }
     /*頁籤高亮顏色設定 */  
    .NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
    .NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; background-color: #ff780b !important;}
     /*推編輯按鈕 */  
    .NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
      @media screen and (min-width:768px){ 
        .NavArea_tabbar_page { display: block; }
      }
      @media screen and (max-width:767px){
      .NavArea_tabbar_page .Nav li { width: 35% !important; } 
      .NavArea_tabbar_page .Nav_box { padding: 0; width: 100%; }
      }

.Area_K1 .content_swiper {overflow: hidden;}


/*好康1-回饋公式*/
.Area_pageB.Area00 .PD_layout  { position: relative; display: flex; justify-content: center; font-family: "Century Gothic", "微軟正黑體";}
.Area_pageB.Area00 .PD_layout .PD h3  { display: block;}
.Area_pageB.Area00 .PD_layout .PD_img { width: 100%;}
.Area_pageB.Area00 .PD_layout .PD_slide:hover  { box-shadow: 0 0 0 rgba(0,0,0,0)!important;}
.Area_pageB.Area00 .PD_layout .PD h4 span { color: #302f2f;}
.Area_pageB.Area00 .PD_layout li .PD_into h3 {color: #000000;} 
.Area_pageB.Area00 .PD_layout li .PD_into h4 {color: #002ad9;} 
.Area_pageB.Area00 .PD_layout li .PD_into h4 span {color: #FFF;background-color: #ff780b;border-radius: 5vw;} 
  @media screen and (min-width: 768px){      
    .Area_pageB.Area00 { position: relative; width:100%; height: 220px; margin-top: 0; margin-bottom: 20px;}
    .Area_pageB.Area00 .PD_layout{width: 85.4%;top: 20px;margin: 0 auto;height: 190px;background: #fff000;border-radius: 1em;}	 
    .Area_pageB.Area00 .PD_layout ul { width:100%;margin: 0 auto; grid-gap: 20px; background-color: transparent;}	  
    .Area_pageB.Area00 .PD_layout[data-pd-col-pc="4"] ul { grid-template-columns: repeat(4, minmax(0, auto));}	  
    .Area_pageB.Area00 .PD_layout li { z-index: 5; border-right: none;}	  
    .Area_pageB.Area00 .PD_layout:not([data-pd-btn]) .PD_into { padding:0em 1em 0em 1em;}
    .Area_pageB.Area00 .PD_layout .PD h3 { margin: 0 auto;color: #000;font-size: 1.5em;line-height: 1;width: 5em;height: 2em;overflow: visible;}
    .Area_event1 .Area_pageB.Area00 .PD_layout .PD h3 { width: 4.6em;}
    .Area_pageB.Area00 .PD_layout .PD h4 {margin: 0 auto;color: #000;font-size: 2em;height:auto;font-weight: 600;line-height: 35px;}
    .Area_pageB.Area00 .PD_layout .PD h4 b{width: 100%;display:flow-root;height: 1em;font-size: 2em;line-height: 1em;}
    .Area_pageB.Area00 .PD_layout .PD h4 span{margin-top: 10px; font-size: 22px; width: 123px;}
    .Area_pageB.Area00 .PD_layout .PD h4 small{ font-size: 0.7em;}
    .Area_pageB.Area00 .PD_layout .PD h3 span small{ font-size: 50px;}
    .Area_pageB.Area00 .PD_layout .PD_slide  {/* background-color: #ff9090;	 height:166px; border-radius:14px; z-index: -1; */ background:none;}	  
    .Area_pageB.Area00 .PD_layout ul>li:not(:nth-child(1)) .PD_into::before{content:"+";position:absolute;left:-20px;top:50px;font-size:38px;color: #002ad9;font-weight: 600;}
    .Area_pageB.Area00 .PD_layout li:nth-last-child(1) .PD_into::before{content:"="!important;top:50px!important;}	
    .Area_pageB.Area00 .PD_layout .PD .PD_go, .Area_pageB.Area00 .PD_layout .more { position: absolute; height: 150px; width: 390px; bottom: 0; right: 0; z-index: 5;} 	
    .Area_pageB.Area00 .PD_layout .PD .PD_go, .Area_pageB.Area00 .PD_layout .more {display: block; }
    .Area_pageB.Area00 .PD_layout .PD .PD_go, .Area_pageB.Area00 .PD_layout .more a{display: block!important;height: 200px}  
  }
  @media screen and (max-width:767px){   
    .Area_pageB.Area00 { width: 97.8%; height: 36vw;}
    .Area_pageB.Area00 .PD_layout ul { width:100%; margin: 0 auto; grid-template-columns: repeat(3, minmax(0, auto)); grid-gap: .5em;}	  
    .Area_pageB.Area00 .PD_layout[data-pd-col-pc="4"] ul { grid-template-columns: repeat(4, minmax(0, auto)); grid-gap: .3em;}	  
    .Area_pageB.Area00 .box .lbtclass { width: 100%!important;}
    .Area_pageB.Area00 .PD_layout {position: relative;background: #fff000;border-radius: 0.5em;height: 32vw;z-index: 5;}	  
    .Area_pageB.Area00 .PD_layout  ul { justify-content: center; margin-top: 2vw; background-color: transparent;}	
    .Area_pageB.Area00 .PD_layout li { border-right: none; padding: 0 2vw; border-top: none;}	  
    .Area_pageB.Area00 .PD_layout .PD_img { width: 100%;}	  
    .Area_pageB.Area00 .PD_layout .PD_into { padding: 0.1em; box-sizing: border-box;}	
    .Area_pageB.Area00 .PD_layout .PD h3 {font-size: 3.8vw;line-height: 1.2;display: contents; letter-spacing: -0.05em; } 	  
    .Area_pageB.Area00 .PD_layout .PD h4 {font-size: 4vw;line-height: 3.3vw;font-weight: 600;width: 100%;}	   
    .Area_pageB.Area00 .PD_layout .PD h3 span {overflow: initial;width: 96%;}
    .Area_event1 .Area_pageB.Area00 .PD_layout .PD h3 span { width: 4.8em; margin: 0 auto;}
    .Area_pageB.Area00 .PD_layout .PD h4 span { font-size: 0.9em; height: 6vw; line-height: 6vw; width: 19vw; margin-top: 1vw;}	

    .Area_pageB.Area00 .PD_layout .PD h4 b {width: auto;display:flow-root;font-size: 1.8em;height: 1.2em;line-height: 1em;}
    .Area_pageB.Area00 .PD_layout .PD h3 span small { font-size: 5vw;}

    .Area_pageB.Area00 .PD_layout li:last-of-type .PD_into>h4 span {color: #FFF;} 	  
    .Area_pageB.Area00 .PD_layout .PD h4 span::after { content:""; /*background-color: #b50058;*/ border-radius: 8vw; height: 5vw; line-height: 5vw; width: 100%; position: absolute; left: 0; z-index: -1;}	

    .Area_pageB.Area00 .PD_layout .PD_slide { width: fit-content; /*background-color: #ff9090;height: 20vw; border-radius: 2vw;*/ background: none;}
    .Area_pageB.Area00 .PD_layout ul>li:not(:nth-child(1)) .PD_into::before {content:"+";position:absolute;left: -2vw;top: 10vw;font-size:5vw;color: #002ad9;font-weight: 600;}
    .Area_pageB.Area00 .PD_layout li:nth-last-child(1) .PD_into::before { content:"="!important;}	


    .Area_pageB.Area00 .PD_layout .PD .PD_go, .Area_pageB.Area00 .PD_layout .more { position: absolute; height:15vw; width:40vw; bottom:0; right: 0; z-index: 5; display: block;} 	
    .Area_pageB.Area00 .PD_layout .PD .PD_go, .Area_pageB.Area00 .PD_layout .more a{ display: block!important; height: 20vw;}	
  }



 
