@charset "utf-8";
	
/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:999; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
        bottom:90px;
        bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
        bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
  /*白色*/
  #gotop { color:#000; }
  #gotop::before { border-color: transparent transparent #000;}
  #gotop::after  { background-color: rgba(255,255,255,0.95);  box-shadow:0 1px 0 rgba(242,242,242,1), 0 0 10px rgba(0,0,0,0.2);}


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


/*Phone置底選單*/
.footerArea { display:none!important;} /*把系統手機版原本的地關掉*/
.Fixedfooter { z-index:1000; position: fixed; bottom: 0; width:100%; font-family:"微軟正黑體", "Microsoft JhengHei", Arial;}
.Fixedfooter * ,
.Fixedfooter *:before ,
.Fixedfooter *:after { margin:0; padding:0; -webkit-box-sizing:border-box; box-sizing:border-box; transition: all 0.15s cubic-bezier(0.5, 0, 0.5, 1);}
.Fixedfooter .Fixedfooter_box {
                position: fixed;
                bottom: 0;
                width:100%;
                max-width:767px;
                height: 60px;
                height: calc(60px + constant(safe-area-inset-bottom)*0.6 );
                height: calc(60px + env(safe-area-inset-bottom)*0.6 );
                /*-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                   -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                  -ms-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                   -o-box-shadow:0px 0px 8px rgba(0,0,0,0.5);
                    box-shadow:0px 0px 8px rgba(0,0,0,0.5);*/
                }
.Fixedfooter .Fixedfooter_box ul { position: absolute; left: 0; top: 0px; margin: 0; padding: 0; width: 100%; list-style: outside none none; border-radius: 30px;height: 105px;}
.Fixedfooter .Fixedfooter_box li { float: left; position:relative; padding-top:4.5px; width:25%; height:50px; text-align: left; list-style: outside none none;}
.Fixedfooter .Fixedfooter_box li a { position:relative; display:block; color: #797979; font-size:12px;letter-spacing: 0.08em; line-height:12px; text-align:center; text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent;}
.Fixedfooter .Fixedfooter_box li a i { position:relative; display:block; margin:0 auto; width:35px; height:35px; background-repeat: no-repeat; background-position: center center; background-size: auto 34px;}
  /*icon*/
  .Fixedfooter .Fixedfooter_box li:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1.png?t=1748499491874);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2.png?t=1748499491874);}
  .Fixedfooter .Fixedfooter_box li:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3.png?t=1748499491874);}

  /*高亮設定
  .Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-5px); transform:translateY(-5px); transition: none;}
  .Fixedfooter .Fixedfooter_box li span { display:block;}
  .Fixedfooter .Fixedfooter_box li.cate-hover span { color: #797979; -webkit-transform:translateY(5px); transform:translateY(5px); transition: none;}
  .Fixedfooter .Fixedfooter_box li:after { content:""; display: block;  z-index:-1; position:absolute; top:-13px; left:0; padding-bottom:53px; width:100%; height:0; background-image:url(Fixedfooter_icon_bg.png?t=1748499491874); background-position: center; background-size:58px; background-repeat:no-repeat; pointer-events:none;}
  .Fixedfooter .Fixedfooter_box li:after { transform:rotate(0deg) translate(0,30%) scale(0) ; transition: none;}
  .Fixedfooter .Fixedfooter_box li.cate-hover:after { transform:rotate(0deg) translate(0,0) scale(1);}
  */

  /*icon高亮*/
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(1) i { background-image: url(Fixedfooter_icon_1_on.png?t=1748499491874);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(2) i { background-image: url(Fixedfooter_icon_2_on.png?t=1748499491874);}
  .Fixedfooter .Fixedfooter_box li.cate-hover:nth-of-type(3) i { background-image: url(Fixedfooter_icon_3_on.png?t=1748499491874);}
  .Fixedfooter .Fixedfooter_box .animated { animation-delay:-0.6s;}
  /*特製背景
  .Fixedfooter .Fixedfooter_box .bg { z-index:-1; position:absolute; bottom:25px; left:0; width:100%; height:100%; pointer-events:none;}
  .Fixedfooter .Fixedfooter_box .bg i { display:block; z-index:2; position:absolute; top:0; left: calc((25% - 75px) * 0.5 ); border-radius:50%; width:75px; height:75px; background:#FF213C;
                      -webkit-transform: scale(0.85); transform: scale(0.85);
                      box-shadow: 
                        0px 1px 2px rgba(0, 0, 0, 0.3),
                      0 8px 20px 5px rgba(191,15,26,0.3),
                      0 16px 20px 10px rgba(191,15,26,0.5),
                      0 16px 20px 10px rgba(191,15,26,0.5),
                      0 30px 40px 30px rgba(191,15,26,0.5);}
  .Fixedfooter .Fixedfooter_box .bg b { display:block; z-index:3; position:relative; left: calc((25% - 75px) * 0.5 ); border-radius:50%; width:75px; height:75px; 
                      box-shadow:
                        45px 40px 0 #E41511, 
                        -45px 40px 0 #E41511,
                        0 60px 0 #E41511, 
                        -32px 77px 0 #E41511,
                        32px 77px 0 #E41511,
                        0 75px 0 #E41511;}
  .Fixedfooter .Fixedfooter_box .bg b:before,
  .Fixedfooter .Fixedfooter_box .bg b:after { content: ''; position: absolute; top: 30%; border-top: solid 2px #FF213C; width: 800%; height: 180%; background: #E41511;}
  .Fixedfooter .Fixedfooter_box .bg b:before { right:100%; border-top-right-radius: 20px;}
  .Fixedfooter .Fixedfooter_box .bg b:after  { left:100%;  border-top-left-radius: 20px;}*/
  /*416品牌狂歡版型*/
  .Fixedfooter .Fixedfooter_box .bg {z-index:-1;position:absolute;bottom: 0;left:0;width:100%;height:100%;pointer-events:none;}
  .Fixedfooter .Fixedfooter_box .bg i { display:none;}
  .Fixedfooter .Fixedfooter_box .bg b { display:block; z-index:3; position:relative; left: calc((25% - 75px) * 0.5 ); width:75px; height:75px;}
  .Fixedfooter .Fixedfooter_box .bg b:before,
  .Fixedfooter .Fixedfooter_box .bg b:after {content: '';position: absolute;top: 0;width: 100%;height: 100%;/* background: #c8c7cd; *//*background-image: linear-gradient(-180deg,rgba(255,193,202,0.7)0%,rgba(255,127,145,1)100%);*/}
  .Fixedfooter .Fixedfooter_box .bg b:before { right:0%; }
  .Fixedfooter .Fixedfooter_box .bg b:after  { left:0%;}
      /*高亮*/
      .Fixedfooter .Fixedfooter_box li.cate-hover { -webkit-transform:translateY(-10px); transform:translateY(-10px);}
      .Fixedfooter .Fixedfooter_box li span { display:block;}
      .Fixedfooter .Fixedfooter_box li.cate-hover span { -webkit-transform:translateY(10px); transform:translateY(10px); }
      .Fixedfooter .Fixedfooter_box li:after { content:""; display: block;  z-index:-1; position:absolute; top:-7px; left:0; padding-bottom:58px; width:100%; height:0; background-image:url(Fixedfooter_icon_bg.png?t=1748499491874); background-position: center; background-size:58px; background-repeat:no-repeat; pointer-events:none;}
      .Fixedfooter .Fixedfooter_box li:after { transform:rotate(-360deg) translate(0,-0%) scale(0) ; transition:0.25s; transition-timing-function:cubic-bezier(.98,.47,.53,1.3);}
      .Fixedfooter .Fixedfooter_box li.cate-hover:after { transform:rotate(0deg) translate(0,0) scale(1) ; }
    /*顆數--3顆*/
    .Fixedfooter .Fixedfooter_box li { width:33.3%;}
    .Fixedfooter .Fixedfooter_box .bg i { left: calc((33.3% - 75px) * 0.5 );}
    .Fixedfooter .Fixedfooter_box .bg b {left: calc((33.3% - 75px) * 0.5 );}
      /*選單_黑底*/
      .Fixedfooter .Fixedfooter_bg { transition: none;}
          /*【程式切換】cate-open 展開後*/
          .Fixedfooter.cate-open .Fixedfooter_bg { position: fixed; top:0; left:0; display:none; width:100%; height:100%; background-color:rgba(0,0,0,0.7);}
          .Fixedfooter.cate-open .Fixedfooter_bg { display: block;}
      /*浮層區-Phone置底選單*/
      .Fixedfooter_agree { display:none; z-index:10;  position: fixed; background-color:#651DD3;  border-radius:10px; margin:0 5%; width:90%; /*box-shadow:0px 0px 20px rgba(0,0,0,0.5);*/
                bottom:85px; 
                bottom: calc(85px + constant(safe-area-inset-bottom)*0.6 );
                bottom: calc(85px + env(safe-area-inset-bottom)*0.6 );}
      .Fixedfooter_agree * { box-sizing:border-box;}
      .Fixedfooter_agree .trainglelist { position:absolute; bottom:-10px; left:48%; width:0; height:0; border-style:solid; border-width:10px 10px 0px 10px; border-color:#FF213C transparent transparent transparent;   }
      .Fixedfooter_agree ul { width:100%; height:auto; margin:0 ; padding:3%; }
      .Fixedfooter_agree ul:after { content:""; display:block; clear:both;}
      .Fixedfooter_agree li { float:left; display:block; margin-left:2%; margin-top:3%; width:32%; height:30px; border-radius:50px; text-align:center; font-weight:800; font-size:14px; line-height:30px; color:#fff; background-color: rgba(0,0,0,0.6); }
      .Fixedfooter_agree li:nth-child(3n+1) { margin-left:0; }
      .Fixedfooter_agree li:nth-child(1),
      .Fixedfooter_agree li:nth-child(2),
      .Fixedfooter_agree li:nth-child(3) {margin-top:0; }
      .Fixedfooter_agree li a { color:#fff; display: block; }
      .Fixedfooter_agree li.cate-hover { background-color: #fff;}
      .Fixedfooter_agree li.cate-hover a { color:#c8c7cd;}

    /*配色*/
    /*.Fixedfooter .Fixedfooter_box ul { box-shadow: 0 -3px 6px rgba(111,106,98,0.2); }*/
    .Fixedfooter .Fixedfooter_box .bg b:before,
    .Fixedfooter .Fixedfooter_box .bg b:after {/* background-color:#f1eff6; */}
    .Fixedfooter_agree { background-color:#f1eff6;}
    .Fixedfooter_agree .trainglelist { border-top-color:#f1eff6;}
    /*.Fixedfooter_agree li { background-color: #283348;}*/
    .Fixedfooter_agree li.cate-hover a { color:#f1eff6;}
    .Fixedfooter .Fixedfooter_box li a { }
    .Fixedfooter .Fixedfooter_box ul {box-shadow: 7px 0 10px rgb(255 255 255) inset, 5px 0 10px rgb(173 171 177), 0 10px 10px rgb(255 255 255) inset, 0 0 10px 90px #f1eff6 inset;}
    /*.Fixedfooter .Fixedfooter_box li.cate-hover a { text-shadow: 0 0 10px rgba(205,47,206,1), 0 0 10px rgba(205,47,206,1), 0 0 10px rgba(205,47,206,1);}*/








/*區塊_all*/
.Area { position: relative; margin:0 auto; padding:0; text-align:center;  }
.Area .box_bg{position:absolute;top:0;left: 0;z-index: 0;} 
.Area1220 { margin:0 auto; width:1220px;}
.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_1bn_nopadding img  { 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;width:98%;}
.Area_3bn_nopadding p { float:left; margin:0; padding:0; width:33.3%; list-style: none; text-align:center;}
.Area_4bn_nopadding { margin: 0 auto; padding:0;width:1220px; overflow:hidden;}
.Area_4bn_nopadding a { float:left; margin:0; padding:0; width:25%; list-style: none;}		/*區塊_兩邊間距*/
    @media screen and (max-width:767px){
      .Area .go_bt:hover { 
        -webkit-transform:none;
         -moz-transform:none;
          -ms-transform:none;
           -o-transform:none;
            transform:none;}
      .Area1220 { width:100%;}
      .Area img{ width:100%;}
      .Area { position: relative;margin-bottom: 6%}

      /*區塊_切割*/
      .Area_1bn { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_1bn a { float:left; margin:0 0 2% 0; padding:0; width:100%;}
      .Area_2bn { width:96%; margin: 0 2%; padding:0; overflow:hidden;}
      .Area_2bn a { float:left; margin:0 1% 2%; padding:0; width:48%; }
      .Area_3bn { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_3bn a { float:left; margin:0 1% 2% ; padding:0; width:31.3%; }
      .Area_1bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_1bn_nopadding a { position:relative; float:left; margin:0; padding:0; width:100%; }
      .Area_2bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_2bn_nopadding a { float:left; margin:0; padding:0; width:50%;}
      .Area_3bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_3bn_nopadding a { float:left; margin:0; padding:0; width:33.3%;}
      .Area_4bn_nopadding { margin: 0 auto; padding:0; overflow:hidden;}
      .Area_4bn_nopadding a { float:left; margin:0; padding:0; width:25%; }		
    }




    /* --------------------------------------
     * Page 頁籤_202405291900
     * -------------------------------------- */
    .NavArea_tabbar_page {margin: 0 auto 20px;width: 94%;}  
    .NavArea_tabbar_page .Nav { overflow: visible!important; transform: translate3d(-30.5%, 0, 0);}  
    .NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
    .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: 0!important; }
    .NavArea_tabbar_page .Nav li { overflow: visible; }
     /*頁籤高亮顏色設定 */  
    .NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
    .NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #181818 !important; background-color: #181818 !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 {padding-bottom: 0vw;margin: 0 auto;}  
  	  }

      /* --------------------------------------
       * Page 頁面
       * -------------------------------------- */
      /*Phone置頂滑動選單*/
      .tagstyle {
        margin: 0 auto 5vw ;
        width: 94%;
      }

      .tagstyle.cate-fixed {
        width: 100%;
      }

      .tagstyle .Nav_box {
        border-radius: 8px;
        -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
                box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
      }

      .tagstyle .Nav li {
        overflow: visible;
      }

      /*.NavArea_tabbar .Nav a { display:inline-block;}*/
      .tagstyle.cate-fixed .Nav_box {
        border-radius: 0;
        background-color: rgba(255, 255, 255, 1);
        -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
                box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
      } 


/* --------------------------------------
 * Page 頁面
 * -------------------------------------- */
/*Phone置頂滑動選單*/
.NavArea_tabbar {
  margin: 0 auto 5vw;
  width: 94%;
}

.NavArea_tabbar.cate-fixed {
  width: 100%;
}

.NavArea_tabbar .Nav_box {
  border-radius: 8px;
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}

.NavArea_tabbar .Nav li {
  overflow: visible;
}

/*.NavArea_tabbar .Nav a { display:inline-block;}*/
.NavArea_tabbar.cate-fixed .Nav_box {
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
          box-shadow: -1px 0 10px rgba(150, 150, 150, 0.2);
}

/*.NavArea.cate-open .Nav li, .NavArea.cate-open .Nav span { width: 50%!important;}*/
/*.NavArea.cate-open .Nav ul { padding: 1%;}*/
/*.NavArea .Nav li, .NavArea.cate-open .Nav span { width: 48%!important;}*/



/*寬度,間距*/
.Area1220 { margin: 0 auto; width: 100%;}
.Area960 { margin: 0 auto; width: 100%;}
.Areabottom {margin-bottom: 100px;}

    @media screen and (min-width: 768px) {
      .Area1220 { width: 1220px; }
      .Area960 { width: 960px;  }
      .Areabottom { margin-bottom: 80px; }
    }

    @media screen and (max-width: 767px) {
	 .m_Area96p { width: 96%; }
	.Areabottom {margin-bottom:0%;}
	
    }
	
/*共用--輪播基本設定*/
.Area_swiper {
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.Area_swiper_box {
  z-index: 1;
  padding-bottom: 25px;
}

.Area_swiper_box.Area_swiper_box_relative {
  position: relative;
}

.Area_swiper_box.Area_swiper_box_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Area_swiper_box .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Area_swiper_box .swiper-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.Area_swiper_box .swiper-slide {
  margin: 0;
  padding: 0;
}

.Area_swiper_box .pagination {
  bottom: 0px !important;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.Area_swiper_box .pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  -webkit-transform: translateX(-50%) scale(0.7);
          transform: translateX(-50%) scale(0.7);
}

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

/*輪播樣式調整--按鈕/小圓點/進度條*/
.Area_boxstyle_pagination .swiper-pagination-bullet {
  border-radius: 20px;
  width: 6px;
  height: 6px;
  -webkit-transition: opacity .3s, background-color .3s, width .3s;
  transition: opacity .3s, background-color .3s, width .3s;
  -webkit-transition-delay: .3s, .3s, 0s;
          transition-delay: .3s, .3s, 0s;
}

.Area_boxstyle_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.Area_boxstyle_pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.4;
}

.Area_boxstyle_pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.Area_boxstyle_pagination-white .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.4;
}

.Area_boxstyle_pagination-white .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.Area_boxstyle_button {
  color: #000;
}

.Area_boxstyle_button.swiper-button-next::after,
.Area_boxstyle_button.swiper-button-prev::after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(var(--swiper-navigation-size) * 1.5);
  height: calc(var(--swiper-navigation-size) * 1.5);
}

.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  background-color: rgba(0, 0, 0, 0.25);
/*  -webkit-box-shadow: inset 0 0 1px 1px #fff;*/
/*          box-shadow: inset 0 0 1px 1px #fff;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.Area_boxstyle_button.swiper-button-next::before {
  left: 45%;
}

.Area_boxstyle_button.swiper-button-prev::before {
  left: 55%;
}

.is-showhover.Area_boxstyle_button.swiper-button-next {
  right: 25px;
}
.is-showhover2.Area_boxstyle_button.swiper-button-next {
  right: 10px;
}
.is-showhover.Area_boxstyle_button.swiper-button-prev {
  left: 25px;
}
.is-showhover2.Area_boxstyle_button.swiper-button-prev {
  left: 10px;
}


/*箭頭底樣式*/
.is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  width: calc(var(--swiper-navigation-size) * 2);
  height: calc(var(--swiper-navigation-size) * 2);
}

.is-showhover2.Area_boxstyle_button.swiper-button-next::before {
  border-radius: 50% 0 0 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

.is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  border-radius: 0 50% 50% 0;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}

.is-showhover.Area_boxstyle_button.swiper-button-next:hover::before,
.is-showhover.Area_boxstyle_button.swiper-button-prev:hover::before {
  opacity: 0.8;
}

/*箭頭hover色*/
.is-showhover.Area_boxstyle_button:hover,
.is-showhover2.Area_boxstyle_button:hover {
  color: #f7cb00;
}

/*箭頭底色*/
.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_button.swiper-button-prev::before {
  background-image: repeating-linear-gradient(180deg, #000 -2%, #000 120%);
}

.Area_boxstyle_box .is-showhover2.Area_boxstyle_button.swiper-button-next::before,
.Area_boxstyle_box .is-showhover2.Area_boxstyle_button.swiper-button-prev::before {
  background-image: repeating-linear-gradient(180deg, #000 -2%, #000 120%)
}

.Area_boxstyle_button-white {
  color: #fff;
}

.Area_boxstyle_button.swiper-button-next:after,
.Area_boxstyle_button.swiper-button-prev:after {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.Area_boxstyle_button-white.swiper-button-next::before,
.Area_boxstyle_button-white.swiper-button-prev::before {
/*  -webkit-box-shadow: inset 0 0 1px 1px #fff;*/
/*          box-shadow: inset 0 0 1px 1px #fff;*/
}

.Area_boxstyle_button-color2 {
  color: #1A3117;
}

.Area_boxstyle_button-color2.swiper-button-next::before,
.Area_boxstyle_button-color2.swiper-button-prev::before {
  -webkit-box-shadow: inset 0 0 1px 1px #1A3117;
          box-shadow: inset 0 0 1px 1px #1A3117;
}

.Area_boxstyle_scrollbar.swiper-scrollbar {
  left: 2%;
  width: 96%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
}

.Area_boxstyle_scrollbar .swiper-scrollbar-drag {
  background: #fff;
}

.Area_boxstyle_scrollbar-white .swiper-scrollbar-drag {
  background: #fff;
}

