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

/*基本*/
body {margin: 0; padding:0; background-color: #fef9e5;}


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden;background-color:#fff; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","微軟正黑體","Microsoft JhengHei",Helvetica; }
.WRAPPER img { border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:30px; min-width: inherit; min-height:100vh; overflow: hidden;}
		.WRAPPER img {  width:100%;  height:auto;}
	}

/*區塊_all*/
.Area2000 {margin:0 auto;width:2000px;height: 0; }
.Area1220 {margin:0 auto;width:1220px;}
.Area960 {margin:0 auto;width:960px;}
.Area {position: relative;margin:0 auto;padding:0;border-radius:0;text-align:center; }
.Areaa {position:relative;display:block;} 
.Area .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.Area .go_bt:hover { filter: brightness(100%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.Area_bottom { margin-bottom: 60px;}

 @media screen and (max-width:767px){
	.Area1220 { width:100%;}
	.Area960 {width:100%;}
	.Area .go_bt:hover {  
	-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
  .m96 { width: 96%; margin: 0 auto; }
  .Area_bottom { margin-bottom: 6.5vw;} 
}



/*LOGO CSS*/
.momologo { z-index:9999; position: absolute; top: 15px; left:10px;}
.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;}
  }

 

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



 /*區塊標題960_01*/
.Area .txt01 {z-index: 2;padding: 0;margin: 0 auto;width: 100%!important;}
.Area .txt01 ul { padding: 0; grid-gap: 0;}
.Area .txt01 ul li { background-color: transparent; pointer-events: none;}
.Area .txt01 ul li .PD_into {padding: 0 0 0 0;}
.Area .txt01 ul li h5 {padding: 36px 0px 20px 0;margin: 0 auto 0;font: bold 45px/47px "Noto Sans CJK SC","Microsoft JhengHei", Arial, Helvetica;transform: rotate(0deg);color: #5bc1db;letter-spacing: -1px;text-align: left;}
.txt01::before {content:"";position: absolute;display:block;top: 0;left: 0px;width:100%;height: 120px;background: url("2PD_bgtop.png?t=1779329356717") left bottom/ 100% no-repeat scroll;z-index: -1;pointer-events:none;}

@media screen and (max-width:767px){
.Area .txt01 {padding: 0;margin: 0 auto;height: 14vw;width: 100%!important;}
.Area .txt01 ul li h5 {font: bold 6vw/6vw "Noto Sans CJK SC","Microsoft JhengHei", Arial, Helvetica;transform:rotate(0deg)}
.Area .txt01 ul li h5 {padding: 5vw 0 0 0vw;margin: 0 auto;}
.txt01::before {content:"";position: absolute;display:block;top: 0;left: 0vw;width:100%;height: 14.5vw;background: url("2PD_bgtop_m.png?t=1779329356717") center bottom/ 100% no-repeat scroll;z-index: -1;pointer-events:none;}
}



/*PC背景*/
.bg_top { z-index:-46; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;}
.bg_01 { z-index:-47; position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:repeat; background-position: center top; pointer-events:none;}
/* .bg_06 { z-index: 20; position:absolute; top:1991px; left:0; width:10665px; height:30px; transform: rotate(0.5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_07 { z-index: 21; position:absolute; top:1600px; left:0; width:10665px; height:30px; transform: rotate(-5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_08 { z-index: 20; position:absolute; top:3879px; left:0; width:10665px; height:30px; transform: rotate(0.5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;}
.bg_09 { z-index: 21; position:absolute; top:3467px; left:0; width:10665px; height:30px; transform: rotate(-5deg); background-repeat:repeat-x; background-position: center top; pointer-events:none;} */

    @media screen and (max-width: 767px){
    .bg_01 {z-index: -48;position:absolute;top: 10dvw;left:0;width:100%;height:100%;background-repeat:repeat;background-position:center top;pointer-events:none;background-size:100%;}
  
    }


/*輸送帶*/
.bgtop_l-play { -webkit-animation:bgtop_l-play 45s linear infinite; animation:bgtop_l-play 45s linear infinite ;}
@-webkit-keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_l-play {
  0%   { background-position:0 0;}
  100% { background-position:2310px 0;}
}
.bgtop_r-play { -webkit-animation:bgtop_r-play 20s linear infinite; animation:bgtop_r-play 20s linear infinite ;}
@-webkit-keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
@keyframes bgtop_r-play {
  0%   { background-position:0 0;}
  100% { background-position:-2310px 0;}
}
.bgtop_r-play2 { -webkit-animation:bgtop_r-play 50s linear infinite; animation:bgtop_r-play 50s linear infinite ;}
.bgtop_r-play3 { -webkit-animation:bgtop_r-play 30s linear infinite; animation:bgtop_r-play 30s linear infinite ;}
.bgtop_r-play4 { -webkit-animation:bgtop_r-play 5s linear infinite; animation:bgtop_r-play 5s linear infinite ;}



/* 設定css背景與偽元素的css背景，讓首屏以外的css背景先被隱藏 */
/* css寫法--1104修正 (1)空格異常重KEY、(2)新增第四行*-全部元素背景 */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after {background-image: none !important;}




/*共用設定*/
.PD_layout li:hover { box-shadow: none!important; }
.PD_layout[data-pd-li=BN] ul, .PD_layout[data-pd-li=BN-AWD] ul, .PD_layout[data-pd-li=PDBN] ul { padding: 0;}



/* 區標1共用 */
 .Aear_title  { margin: 0px auto 20px auto; height: 79px; }
 .Aear_title .Areatitle_bg {  z-index: -1; position: absolute; top: 0; left: 0;  }
 .PD_title  {  font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .PD_title span { float: left; width: 686px; height: 79px; font-size: 55px; margin: 0 0 0 30px; line-height: 79px; text-align: left; }
 .Aear_title ul.PD_wrapper li img { width: 100%; }
@media screen and (max-width:767px){
   .Aear_title {  background-size: 100%; height: 10vw; margin: 0 auto 2vw ;  }
   .PD_title  span {  width: 71%; height: 8.5vw; font-size: 5.5vw; margin: 0 0 0 15vw; line-height: 8.5vw; }
}


/* 區標2共用 */
 .title_2 {   height: 87px;   }
 .title_2  { margin: 50px auto 20px auto; }
 .title_2 .PD_title_2  {  font-size: 43px; font-family: "Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
 .title_2 .PD_title_2 span { color: #fff; font-weight: 800; width: 960px; margin: 0 auto; text-align: center; float: left; }
 .title_2 .bg {  position: absolute; top: -20px; }
@media screen and (max-width:767px){
 .title_2 {  height: 13vw; margin: 0 ;  }
 .title_2 .PD_title_2  {  font-size: 4.8vw;  }
 .title_2 .PD_title_2 span {  width: 100%; line-height: 11.5vw; }
 .title_2 .bg {  position: absolute; top: 0vw; }
  

  }


/* 版頭*/
  .hero {height:280px}
  .hero .PD_layout[data-pd-li*="BN"] li:hover { box-shadow: none; filter: brightness(100%);}

  .hero .maintitle{z-index:11;position:absolute;top:0px;left:0px}
  .hero .maintitle .PD_img img{width:1220px}

  .hero .sub {z-index:19;position:absolute;top:300px;left:193px}
  .hero .sub .PD_layout ul { background-color: transparent; padding: 0 0 25px 0; }
  .hero .sub .PD_layout ul li { border-top:transparent; border-right:transparent;  }  
  .hero .sub .Area_swiper_box .PD_img{width:860px}
  .hero .sub .Area_swiper_box .PD_layout li{background-color:hsla(0,0%,100%,0)}

  .hero .top_txt  { z-index: 12; position: absolute; top: 216px; left: 0px; width: 1220px; }
  .hero .top_txt .PD_layout-D1_03 ul::before { display: none; }
  .hero .top_txt .PD_layout ul li:hover { background: #0000; }
  .hero .top_txt .PD_layout-D1_03 .PD h3 { font-size: 30px ;color: #ffffff; }
  .hero .top_txt .PD_layout-D1_03 .PD h3:hover { color: #fbff00; }
  .hero .top_txt .PD_layout-D1_03 .PD h3 span::before { display: none; }
  .hero .top_txt .PD_layout-D1_03 .PD_slide { background: #0000; border-radius: 0px; }
  .hero .top_txt .PD_layout-D1_03.PD_layout ul {  grid-template-columns: repeat(5, 1fr);padding:0 18px; }
  .hero .top_txt .PD_layout-D1_03[data-pd-style=off] .PD_into {  padding: 0em; }

  

  .hero .top_model{z-index:13;position:absolute;top:0px;left:610px;width:610px}
  .hero .top_PD{z-index:15;position:absolute;top:220px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1220px}
  .hero .top_PD ul{height:486px}.hero .Area_swiper{overflow:visible}

  .hero .Area_swiper .Area_swiper_box {overflow:visible;}
  .hero .Area_swiper_box .PD_layout li { background: #0000; }
  .hero .Area_swiper_box .PD_layout li,.Area_swiper_box .PD_layout li.PD_img img { border-radius: 0 !important; }
  .hero .Area_swiper_box .PD_layout li,.Area_swiper_box .PD_layout li .PD_img img { border-radius: 0 !important; }  



  .hero .PD_layout[data-pd-style=off][data-pd-br="50%"] .PD_slide,.PD_layout[data-pd-style=off][data-pd-br="50%"] .PD_img img {  border-radius: 0px; }  

  @media screen and (max-width: 767px){
      .hero {height:37vw}.hero .maintitle{top:0;left:0}
      .hero .PD_layout .PD p .Price { font-size: 24px; }
      .hero .maintitle .PD_img img{width:100%}
      .hero .top_model{z-index:15;position:absolute;top:0px;left:0;width:100%}
      .hero .Area_swiper_box .PD_img{width:100%;margin:0 0 0 0}

      .hero .sub{z-index:92;top:37vw;left:0;width:100%}
      .hero .sub .Area_swiper_box .PD_img{width:100%}
      .hero .sub .PD_layout .PD_img { padding: 0; } 

      .hero .top_txt  {  top: 28.5vw; left: 0vw; width: 100%; }
      .hero .top_txt .PD_layout-D1_03 .PD h3 {  font-size: 1.0em }

      .hero .top_PD{top:43vw;width:100%}
      .hero .top_PD ul{height:40vw}
      .hero .top_PD .PD_layout{width:100%}
   
      .hero .PD_layout-D1_03.PD_layout ul {  grid-template-columns: repeat(5, 1fr)!important;;padding:0!important; }
  }








.Area00 .box { position: relative;  left: 50%; transform: translateX(-50%); }
.Area00 .box .PD_layout { width: 960px; }
.Area00 .box .PD_layout ul { height: 410px;}
.Area00 .box .PD_layout ul li { background: #00000000; }
.Area00 .box .PD_layout .swiper-pagination { bottom: 0px !important; }
.Area00 .Area_swiper_box {padding-bottom: 0;}
@media screen and (max-width:767px){
  .Area00 .box { position: relative;  left: 50%; transform: translateX(-50%);width: 100%; }
  .Area00 .box .PD_layout { width: 100%; }
  .Area00 .box .PD_layout ul { height:46vw;}
  .Area00 .box .PD_layout .swiper-pagination {top:40vw; bottom: 0vw !important; }
  .Area00 .Area_swiper_box {padding-bottom: 0vw;}
}



@media screen and (min-width:768px){
  .Area_point {width:960px ;height:auto ;margin-bottom: 30px!important;}
    }
    @media screen and (max-width:767px){
    .Area_point {width: 98%;height:auto ;margin: 2vw auto !important;}    
    }  



    @media screen and (min-width:768px){
      .Area_960 {width:1220px ;height:auto ;margin-bottom: 70px!important;}
          }
      @media screen and (max-width:767px){
          .Area_960 {width: 97%;height:auto ;margin: 0 auto 8vw!important;}  
          .Area_960 img {border-radius: 3vw;}   
          }  
  
  
  
  /*01*/
  .Area01 .box { padding: 0 0 0 12px; }
  .Area01 .box_2 { position: absolute; top: 0px; left: 311px; width: 909px; overflow: hidden; }
  .Area01 .Area_swiper_box .PD_layout li { background: #00000000; }
  @media screen and (max-width:767px){
    .Area01 .box { padding: 0 0 3.5vw 3vw; }
    .Area01 .box_2 {  top: 0px; left: 46vw; width: 55%;  }
  
  }
  



    @media screen and (min-width:768px){
      .youtube_100 {width:960px ;height:auto ;margin-bottom: 60px!important;}
      .youtube_100 .box_youtube { width: 960px; border-radius: 30px ;margin-bottom:30px ; overflow: hidden }
        }
        @media screen and (max-width:767px){
        .youtube_100 {width: 97%;height:auto ;margin:0 auto 5vw !important;}   
        .youtube_100 .box_youtube { width: 100%; border-radius: 3vw;margin-bottom:2vw ; overflow: hidden } 
        }  
    
    /*Youtube影片浮層css*/
        .youtube_100 .bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
        .youtube_100 .bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
        .youtube_100 .bigpicture:before,
        .youtube_100 .bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
        .youtube_100 .bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
        .youtube_100 .bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
        /*.youtube_100 .bigpicture:hover:after { opacity: 0.8; }*/
        .youtube_100 .bigpicture:hover:before { opacity: 0.5; }
        .youtube_100 .bigpicture:after { height: 100%; width: 100%;	
          background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
          background-size: 4em;
         }
    .youtube_100 .bigpicture img { width: 100%; border-radius: 0px; aspect-ratio: 1.777777;}
    @media screen and (max-width:767px) {
      .youtube_100 .bigpicture h3 { font-size: 3vw; left: 1.2em;}
    }





/*Youtube影片浮層css*/
.box_youtube {  overflow: hidden; }
@media screen and (min-width:768px){
  .box_youtube { width: 275px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 43%; border-radius: 10px;}
}
.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  /* background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E'); */
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 450 / 676;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}
    




/*2品RWD公版/*/
@media screen and (min-width:768px){
  .Area_2PD {margin:0 auto 30px;}
  .Area_2PD .box {width: 100%;margin: 0 auto;height:auto;background: url("2PD_bg.png?t=1779329356717") center top/ 100% repeat-y scroll;/*border:4px solid #354462;*//* box-shadow: 1px 9px 10px 0px #ff59bc inset; */} 
  .Area_2PD .layout_2PD {padding: 10px 10px 0;margin-top:0px ;/* background-image: repeating-linear-gradient(90deg, #c21600 0%, #cf2400 50%, #c21600 100%); */border-radius: 2em;}
  .Area_2PD .Area_pd_bn {width:957px ;height:auto ;margin-bottom: 0px!important;}
  .Area_2PD .Area_pd_bn ul {grid-gap: 0;} 
  .Area_2PD .Area_pd_bn img {border-radius: 30px 30px 0 0;} 
  .Area_2PD .bottombg img {width:960px ;height:auto ;margin-bottom: 30px!important;}
  }
  @media screen and (max-width:767px){
  .Area_2PD  {width: 100%;margin-bottom: 10vw;}
  .Area_2PD .layout_2PD {padding: 2vw 2vw 0;/* border-radius: 0 0 1em 1em; */}
  .Area_2PD .box {width:100%;margin: 0vw auto 0;background: url("2PD_bg_m.png?t=1779329356717") center top/ 100% repeat-y scroll;}
  .Area_2PD .Area_pd_bn {width: 98.5%;height:auto ;margin: 2vw auto -0.7vw!important;}  
  .Area_2PD .Area_pd_bn img {border-radius: 3vw 3vw 0 0;} 
  .Area_2PD .layout_2PD.PD_layout ul {border-radius: 0 0 3vw 3vw ;} 
  /*.Area_2PD::after {content:"";position: absolute;display:block;top: 15vw;left: 0;width:100%;height: 100%;pointer-events:none;background: url("toplower.png?t=1779329356717") center top/ 93% no-repeat scroll;z-index: -1;}
  押標
  .layout_2PD .PD_img:after {content:"";position:absolute;top:1.7vw;left:30vw;display:block;width: 28%;height:100%;background-image:url(icon.png?t=1779329356717);background-repeat:no-repeat;background-size:100%;pointer-events:none;}*/
  
  }






.Area_bn .Area_swiper_box .PD_layout li {background-color: #0000;}
@media screen and (min-width:768px){
  .Area_bn {width:960px ;height:434px ;margin-bottom: 30px!important;}
  .Area_bn .Area_swiper_box {height:400px ;}
    }
    @media screen and (max-width:767px){
    .Area_bn {width: 100%;height:49vw ;margin: 0 auto 4vw!important;}  
    .Area_bn .Area_swiper_box {width: 97%;height:40vw ;}     
    }







.repeatbg {  background: url(Areabg_top.png?t=1779329356717) no-repeat center top; padding: 0px 0 0 0; background-position-y: 40px; }
.repeatbg::after { content: ""; z-index: -1; display: block; background: url(Areabg_repeat.png?t=1779329356717) repeat-y center bottom ; width: 1220px;  background-size: 100%;  height: calc(100% - 175px); position: absolute; top: 146px;  }
.repeatbg::before { content: ""; z-index: -1; display: block; background: url(Areabg_bottom.png?t=1779329356717) no-repeat center ; width: 1220px;  background-size: 100%;  height: 66px; position: absolute; bottom: -37px;    }
@media screen and (max-width: 767px){
  .repeatbg {  background: url(Areabg_top_m.png?t=1779329356717) no-repeat center top; padding: 0vw 0 0 0; width: 100%; background-size: 100%; background-position-y: 4vw; }
  .repeatbg::after {   background: url(Areabg_repeat_m.png?t=1779329356717) repeat-y center bottom ; width: 100%;   height: calc(100% - 17vw);  top: 15vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  .repeatbg::before {  background: url(Areabg_bottom_m.png?t=1779329356717) no-repeat center ; width: 100%;  height: 30vw; bottom: -16vw; left: 0%; transform: translateX(0%); background-size: 100%;  }
  
}








	






