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

/*基本*/
body, html {
  margin: 0;
  padding: 0;
  background-color: #1967ff
}








/*全BOX版面*/
.WRAPPER {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 960px;
  overflow: hidden;
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.WRAPPER img {
  border: 0px;
  vertical-align: top;
}
.WRAPPER a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .WRAPPER {
    min-width: inherit;
  }
  .WRAPPER img {
    width: 100%;
    height: auto;
  }
}

/*背景*/
.bgtop {
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: 100%;
  background: url(top_bg.png?t=1758776804769) center top no-repeat;
}
@media screen and (max-width: 767px) {
  .bgtop {
    min-width: inherit;
    background-size: 100%;
     top: 44px; 
  background: url(bgtop.png?t=1758776804769) center top no-repeat;
  }
}

/*區塊_all*/
.Area {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.Area a {
  display: block;
}
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.Area1220 {
  margin: 0 auto;
  width: 1220px;
}
.Area960 {
  margin: 0 auto;
  width: 960px;
}
.Areabottom {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .Area1220 {
    width: 100%;
  }
  .Area960 {
    width: 100%;
  }
  .Areabottom {
    margin-bottom: 9vw;
  }
  /*區塊_切割*/
  .Area_1bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_1bn a {
    float: left;
    margin: 0 0 2% 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .Area_2bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_2bn a {
    float: left;
    margin: 0 1% 2%;
    padding: 0;
    width: 48%;
    list-style: none;
  }
  .Area_3bn {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_3bn a {
    float: left;
    margin: 0 1% 2%;
    padding: 0;
    width: 31.3%;
    list-style: none;
  }
  .Area_1bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_1bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
  }
  .Area_2bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_2bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    list-style: none;
  }
  .Area_3bn_nopadding {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
  }
  .Area_3bn_nopadding a {
    float: left;
    margin: 0;
    padding: 0;
    width: 33.3%;
    list-style: none;
  }
  .Area .go_bt:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@font-face {
  font-family: "Roboto";
  src: url(Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto Medium";
  src: url(Roboto-Medium.ttf);
}
@font-face {
  font-family: "Roboto Bold";
  src: url(Roboto-Bold.ttf);
}

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

/*版頭*/
@media screen and (min-width: 768px) {
  .Area_top {height: 420px;}
  .Area_top .main {
    animation: fade-in;
    animation-duration: 1s;
    -webkit-animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    -ms-animation: fade-in 1s;
    -o-animation: fade-in 1s;
  }
}
@media screen and (max-width: 767px) {
  .Area_top {height: 45vw;}
}

/*主標*/
.Area_title {
  position: relative;
  z-index: 2;
}
/*副標*/
.bankArea { position: absolute; top: -39px; left:0px; z-index: 50 }
.bankArea .box_2 { position: absolute;top:300px; left:0px; }
.bankArea .box_2 .bank_swiper { width:960px; height: 170px;}
.bankArea .box_2 .bank_swiper ul { margin: 0; padding: 0; text-align:center;}
.bankArea .box_2 .bank_swiper ul li { list-style: none outside none; }
.bankArea .box_2 .bank_swiper img {  width:100%;height:auto; padding-left:0;}
.bankArea .box_2 .bank_swiper .pagination { position:relative;}
      @media screen and (max-width:767px){
        .bankArea { position: absolute; top: 0vw; left: 0vw; width: 100%;}
        .bankArea .box_1 { position: absolute; top: 0.3vw; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100%;}
        .bankArea .box_1.go_bt:hover { -webkit-transform: translateX(-50%); transform: translateX(-50%);}
        .bankArea .box_2 { position: absolute; top: 27.5vw; left:0vw; -webkit-transform: translateX(-50%); transform: translateX(-50%); width:100%;}
        .bankArea .box_2 .bank_swiper { width:100%; height: 20vw;}
      }












/*acty-行銷宮格*/
.Area_acty {  }
.Area_acty .acty_bg { z-index: -1; position: absolute; top: 0; left: 0; pointer-events: none;  height: auto;}  
.Area_acty .box { position: relative; width: 100%;  }


.Area02 .title01 {
  width: 100%;
}

.Area02 .box_02 .PD_layout ul li {
  border-top: none;
}

.Area02 .box_02 .PD_layout ul li:last-child {
  border: none;
}

.Area02 .box_02 .PD_layout[data-pd-col-phone="4"] ul {
  grid-template-columns: repeat(4, minmax(0, 4fr));
  margin: 0 auto;
  padding: 0;
}

.Area02 .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}

.Area02 .Area_coupon .swiper-pagination-bullet {
  bottom: -1vw !important;
}

.Area02 .swiper-pagination-bullet {
  background: #000;
}

.Area02 .PD_layout-PDBN_01 .PD_logo img {
  border: none !important;
  box-shadow: none !important;
}

.Area02 .PD_layout-PDBN_01 .PD_logo {
  position: absolute;
  right: 4%;
  bottom: 4%;
  /*height: 23vw !important;*/
}

.Area02 .PD_layout-PDBN_01 .PD h3 {
  top: 0;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 42%;
}

.Area02 .PD_layout-PDBN_01 .PD h4 {
  top: 9vw;
  font-size: 1.5em;
  line-height: 1;
  color: #1967ff;
  text-align: left;
  font-style: italic
}

@media screen and (min-width: 768px) {
  .Area02 .PD_layout .PD_into p {
    height: 4.2em;
    line-height: 4em;
  }

  .Area02 .PD_layout .PD_into p .Price {
    font-family: "Century Gothic" !important;
    font-size: 70px;
  }

  .Area02 .PD_layout .PD p b,
  .Area02 .PD_layout .PD p span,
  .Area02 .PD_layout .PD p small {
    font-size: 30px;
  }

  .Area02 .PD_layout .PD_into h4 {
    font-family: "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica, Arial;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 0px;
    top: 93px;
  }

  .Area02 .PD_layout-PDBN_01 .PD h3 {
    top: -7px;
    font-size: 3em;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }

  .Area02 .PD_layout-PDBN_01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .Area02 .PD_layout .PD_into p .Price {
    font-family: "Century Gothic" !important;
    font-size: 8vw;
  }

  .Area02 .PD_layout .PD_into h4 {
    font-family: "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica, Arial;
    font-weight: bold;
    /*letter-spacing: -0.3vw;*/
    margin: 0;
  }

}








/*熱門活動*/
.Area_hotEvent{ width: 96%;}
@media screen and (min-width: 768px) {
  .Area_hotEvent{ margin-bottom: 25px; }  
}
@media screen and (max-width: 767px) {
  .Area_hotEvent{ margin-bottom: 5vw;  } 
  .Area_hotEvent .Area_swiper_box {padding-bottom: 5vw;}
} 






/*16-各部專區*/
.Area16 {
  overflow: hidden;
  /*background-color: #90acf9;*/
}

.Area16>.box {
  position: relative;
  /*background: linear-gradient(145deg, #c8d6ff 0%, #e0e8ff 10%, #e0e8ff 20%, #b0c5ff 100%);*/
  background-color: #feef00;
  /*backdrop-filter: blur(40px);*/
  border-radius: 46px;
  overflow: hidden;
}

.Area16 .PD-1 {
  width: 96%;
}

.Area16 .txt2 h5 {
  font: 700 1.5em / 1.5em Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;
  margin: 1.5vw auto 0;
  color: #1967ff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

.Area16 .txt2 h5 i {
  display: none;
}

.Area16 .txt2 h5::before,
.Area16 .txt2 h5::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  opacity: 1;
}

.Area16 .txt2 h5::after {
  background: url(star02.png?t=1758776804769) no-repeat;
  background-size: cover;
}

.Area16 .txt2 h5::before {
  background: url(star01.png?t=1758776804769) no-repeat;
  background-size: cover;
}

.Area16 .page_box {
  padding-bottom: 20px;
}

.Area16 .NavArea .Nav_box {
  background-color: #fff;
}

.Area16 .content_swiper .PD_layout[data-pd-btn] .PD_btn b {
  padding: 0;
  margin-left: -0.2em;
}

.Area16 .PD_layout[data-pd-btn] .PD .PD_btn span {
  padding-right: .7em;
}

@media screen and (max-width: 767px) {
  .Area16>.box {
    position: relative;
    border-radius: 15px;
    margin: 0 2vw 6vw;
    padding-bottom: 2vw;
  }

  .Area16 .page_box {
    padding-bottom: 3vw;
  }

  .Area16 .PD-1 {
    width: 100%;
  }

  .Area16 .PD_layout.PD-1 ul {
    padding-top: 0.6em;
  }

  .Area16 .PD_layout.PD-1 .PD_btn.more i {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Area16>.box {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }

  .Area16 .txt2 h5 {
    font: 700 2.5em / 2.5em Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;
    margin: 0;
    color: #1967ff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
}

.Area16 .box .get_all {
  position: absolute;
  z-index: 99;
  left: 1%;
  top: -3.8%;
  width: 100%;
}

.Area16 .box .get_all ul {
  width: 100%;
  margin-top: 10px;
  padding: 0px;
}

.Area16 .box .get_all .PD_img {
  height: auto;
  width: 100%;
}



/*樂購mo店+*/
@media screen and (max-width:767px){
  .Area17 { bottom: 8vw;}
  .Area17 .PD_layout.PD-1 ul { padding-top: .6em;}
}


/*浮層調整*/

@media screen and (min-width: 768px) {
  .agree_more .container {
    margin: 5%;
  }
  .agree_more .container .pic {
    margin-bottom: 5%;
  }
  .agree_more .container .pic p {
    font-size: 26px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .agree_more .container {
    margin: 0 auto;
    width: 88%;
    height: auto;
    overflow: scroll;
    padding-top: 20px;
  }
  .agree_more .container .pic {
    margin-bottom: 7vw;
  }
  .agree_more .container .pic p {
    font-size: 4.5vw;
    padding-bottom: 2vw;
  }
}

/*置底裝飾*/
@media screen and (min-width: 768px) {
  .decoArea {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .decoArea {
    height: 20vw;
  }
}

/*不要連結*/
.novariant.PD_layout .PD a {
  pointer-events: none;
}
.novariant.PD_layout .PD_slide:hover {
  transform: none;
  filter: none;
}


/* .fixarea_tabbar li:nth-child(5), .fixarea_tabbar li:nth-child(6), .fixarea_tabbar li:nth-child(7), .fixarea_tabbar li:nth-child(8){display: none;}
.Nav-wrapper li:nth-child(5), .Nav-wrapper li:nth-child(6), .Nav-wrapper li:nth-child(7), .Nav-wrapper li:nth-child(8){ display: none;} */

/*置底文字*/
.bottom_txt01 {
  z-index: 50;
  text-align: center;
  width: 100%;
  color: #fff;
  font: 12px/18px Helvetica;
  padding: 4vw;
  box-sizing: border-box;
}
.bottom_txt02 {
  z-index: 50;
  text-align: center;
  padding: 2vw;
  color: #fff;
  font: 13px/18px Helvetica;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .bottom_txt01 {
    width: 960px;
    margin: auto;
  }
}






.Area_event { /*background-color: #f5f5f5;width: 96.4%;margin-top: -2vwborder-radius: 8vw 8vw 8vw 8vw; padding-top: .4em;margin-bottom:4vw;*/}

  /*複製領券*/
  .Area_event .PD_copy { margin-bottom: 0vw;}
  .Area_event .PD_copy ul {display: flex; padding: 0; width: 96%; gap: 0.4em;}
  .Area_event .PD_img {padding: 0;}
  .Area_event .PD_copy ul li img{border-radius: 2em}


  .Area_event .PD_copy .PD_into { padding: 0;text-align: center;}
  .Area_event .PD_copy .PD h3 {font: 900 1.5em / 1.8em Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;margin: auto 0;color: #1967ff;display: flex;padding-left: 1%;font-style: italic;align-items: center;height: 1.2em;}
  .Area_event .PD_copy .PD h3 i {display: none;}
  .Area_event .PD_copy .PD h3::before,
  .Area_event .PD_copy .PD h3::after {content: "";display: block;width: 1.1em;height: 1.1em;opacity: 1;}
  .Area_event .PD_copy .PD h3::after {background: url(star02.png?t=1758776804770) no-repeat;background-size: cover;}
  .Area_event .PD_copy .PD h3::before{background: url(star01.png?t=1758776804770) no-repeat;background-size: cover;}
  .Area_event .PD_copy .PD h4 { color: #000; font-size: 1.1em; font-weight: 600; line-height: 1.35; margin: .35em 0 .1em;background-color: #f5f5f5;border-radius: 2em;padding: .5em 0 .5em 0;}
  .Area_event .PD_copy .PD .gobtn { margin-left: 61%; width: 30.5%;background-color: #f5f5f5;border-radius: 0em 0em 2em 2em;}
  .Area_event .PD_copy .PD h4 span {display: inline-block;font-size: 1.5em; font-weight: 700;-webkit-line-clamp: 1;white-space: normal;overflow:hidden;color: #ee3fbf;font-family: "Century Gothic", Noto Sans TC, "Microsoft JhengHei", system-ui, Helvetica; }
  .Area_event .PD_copy p {padding: 0;text-align: left;overflow: visible!important}
  .Area_event .PD_copy .money{font-size: .8em; color: #ef3fc0;}
  .Area_event .PD_copy p b{font: 700 1em / 1em  Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;margin: auto 0;color: #ef3fc0;font-style: italic}
  .Area_event .PD_copy p .Price{color: #ef3fc0;font: 900 1em / 1em  Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;font-style: italic}
  .Area_event .PD_copy p small{font: 700 1em / 1em  Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;margin: auto 0;color: #ef3fc0;font-style: italic}

    /*改成flex排列*/
    .Area_event .PD_copy .Area_copy { display: flex; justify-content: space-evenly; align-items: center; position: absolute;     bottom: .75em; left: 8.2%; width: 50%; line-height: 2.35; background-color: #919191; border-radius: 20em;}
    .Area_event .PD_copy .Area_copy .copyTxt { /*position: absolute; top: 10%; left: 2.5%; width: 7.7em; height: 80%;*/ flex-basis: 70%; font-size: 1.05em; line-height: 1.8; background-color: #fff; border-radius: 20em; font-weight: 700; overflow: hidden;}
    .Area_event .PD_copy .Area_copy .btn_copy { padding-right: .5em; /*text-align: right;*/}
    .Area_event .PD_copy .Area_copy .btn_copy button { padding: 0; background: none; border: none; color: #fff; font-size: 1.05em; font-weight: 600; font-family: Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;}
    /*h3前綴logo*/
    .Area_event .PD_copy .PD h3 span { position: relative; overflow: visible; }
/*    .Area_event .PD_copy .PD h3 span::before { content: ""; pointer-events: none; position: absolute; top: 50%; left: -16.8vw; transform: translateY(-50%); width: 15vw; height: 6.5vw; background-image:url(logo_after.png?t=1758776804770); background-position: center top; background-size: 100%; background-repeat: no-repeat;}*/
    @media screen and (min-width:768px){
      .Area_event .PD_copy ul li { border-width: 4px !important; border-radius: 20px; border-color: #fff !important;}
      .Area_event .PD_copy .PD_into { padding-bottom: 2em;}
      .Area_event .PD_copy .PD h3 { font-size: 45px;}
      .Area_event .PD_copy .PD h4 { font-size: 36px;}
      .Area_event .PD_copy .PD .gobtn { margin-left: 61%; width: 28%;}
      .Area_event .PD_copy .Area_copy { bottom: 3.3em;left: 9%;line-height: 5;}
      .Area_event .PD_copy .Area_copy .copyTxt { font-size: 40px;}
      .Area_event .PD_copy .Area_copy .btn_copy { padding-right: 1.8em;}
      .Area_event .PD_copy .Area_copy .btn_copy button { font-size: 40px; position: relative; top: 8px;}
      .Area_event .PD_copy .PD h3 span { margin-left: 3.3em;}
      .Area_event .PD_copy .PD h3 span::before { left: -2.8em; width: 117px; height: 50px;}
    }





/*可拖移廣告icon*/
.Area_hammerAD { z-index: 300; display: none; position: fixed; bottom: 0; right: 0; transform: translate3d(0,200px,0); /*background-color: rgba(0,0,0,0.5);*/}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto;}
.Area_hammerAD .closeButton a { display:block; cursor:pointer; position:absolute; width:20px; height:20px; border-radius:50%; font:bold 20px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5); text-decoration: none; z-index:2}
  @media screen and (min-width:768px){
    .Area_hammerAD { display: block; width: 140px;}
    .Area_hammerAD .closeButton a { top: 0; right: 0;}
  }
  @media screen and (max-width:767px){
    .Area_hammerAD { display: block; width: 22%;}
    .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  }
  @media screen and (min-width:1670px){
    .Area_hammerAD { right: inherit; left: 1500px;}
  }




  .Area02 { width: 96%; padding-bottom: 40px;}
  .Area02 .box2 { background-color: #f5f5f5;}
  .Area02 .box3 { background-color: #f5f5f5; border-radius: 0 0 20px 20px;}

  .Area02 .PD_layout-PDBN_01 ul { background-color: #0000; padding: 0; width: 100%;}
  .Area02 .PD_layout-PDBN_01 li { border: none;}

  .Area02  .title01 { margin-left: 30px; padding-bottom: 30px; width: 28%;  }

  @media screen and (max-width: 767px) {
    .Area02 .title01 { margin-left: 4vw; padding-bottom: 4vw; }
    .Area02 .box3 { border-radius: 0 0 5vw 5vw;}
  }












.Area_cs {}
.Area_cs ul { margin: 0 auto; padding: 0; background-color: #0000; }
.Area_cs li { margin: 0; z-index: 2; width: 100%; border-top: none; }
.Area_cs li:nth-of-type(1){ border-right: solid 1px #d1d1d1; }
.Area_cs .PD h3 { position: absolute; font-size: 4vw; top: 64vw; background-color:#ef3fc0; color: #fff; padding: 0 1em; border-radius: 5em; margin: 0 auto; left: 50%; transform: translateX(-50%); width: 65%; }
.Area_cs .PD h4 { font-size: 6vw; color: #5a5e5e; font-style: normal; top: 12vw; text-align: center; margin: 0 auto;}
.Area_cs .PD p { text-align: center; position: relative;  margin: 0 auto 1em; color: #ef3fc0 }
.Area_cs .PD p .Price { left: -2vw; font-size: 1.8em; font-family: Century Gothic; -webkit-text-fill-color: inherit; }
.Area_cs .PD p .money { font-family:Century Gothic; -webkit-text-fill-color: inherit; }
.Area_cs .PD p .js-PD_del { position: absolute; font-size:0.8em; color: #5a5e5e; font-weight: 400; top: -2vw }
.Area_cs .PD_logo { height: auto; position: relative; display: block; margin: 0 auto; }		  
.Area_cs .PD_img { position: relative; height: auto; width:38vw;padding: 0}

  @media screen and (min-width:768px){ 
    .Area_cs { padding: 0 0 10px 0; border-radius: 0 0 20px 20px;}
    .Area_cs .PD_img { width: inherit;  margin: -30px auto 100px;} 
    .Area_cs .PD_logo { width:300px; }	  
    .Area_cs .PD h4 { font-size: 3em; top: 100px;}
    .Area_cs .PD h3 { font-size: 2em; top:600px; width: 55%;}
    .Area_cs .PD p { position: inherit; }
  }
  @media screen and (max-width:767px){
    .Area_cs .PD p b, .PD_layout .PD p del {font-size: 1.5em;}	
    .Area_cs .PD_img { width:38vw; margin: -8vw auto 10vw; }
    .Area_cs .PD_logo { width:30vw; }		  
  } 



/*Area_page*/
.Area_page .NavArea .Nav_box {color: #fff;background-color: rgba(255,255,255,.2);}
.Area_page h3 { color: #fff; margin: 0; padding: 0}
  @media screen and (min-width:768px){ 
    .Area_page { overflow: hidden; /*background-color: #000;*/ padding: 20px 0 ; border-radius: 1em } 
    .Area_page h3 { color: #fff; margin: 0 auto 20px; padding: 0}
    .Area_page .PD_layout { width: 96%}
  }
  @media screen and (max-width:767px){
    .Area_page { width: 96%; overflow: hidden;/* background-color: #000;*/ padding: 5vw 0 ; border-radius: 1em ;margin: 0 2%;} 
    .Area_page h3 { color: #fff; margin: 0 auto 2vw; padding: 0}
  }
