@charset "utf-8";
/*基本*/
body { margin: 0; padding: 0; width:100%;background-color:#fff4e2; }
.for_phone { display:none;}
.for_m  ul { margin: 0px; padding: 0px;list-style: none outside none;}
      
 @media screen and (max-width:767px){
                .for_pc{ display:none !important;}
                .for_phone{ display:block !important;}
				 body { margin: 0; padding: 0; background-image:none;background-color:#fff4e2;  }
				 .for_m_magintop { margin-top:3vw;}
 }


/*全BOX版面*/
.WRAPPER {position:relative; display:inline-block;  margin:0; padding:0;  width:100%;  overflow:hidden;min-width:1220px;   }
.WRAPPER img {border:0; vertical-align:top;}
.WRAPPER .mainArea {  margin:0 auto; width:1220px; font-family:"Century Gothic", "微軟正黑體", sans-serif; position:relative; }
.WRAPPER .mainArea a{ padding:0; margin:0; text-decoration:none; font-family:"微軟正黑體" }
.WRAPPER  a { text-decoration:none;font-family:"微軟正黑體"} 
/*控制區塊背景的位置*/
.Areabg{ margin-left:-390px;} 
@media screen and ( max-width:736px) {
	.WRAPPER {min-width: inherit;  background-size: 100%;background-image:url("mb_reapet.jpg?t=1750393899336");background-repeat: repeat-y;}
	.WRAPPER img {width:100%; height:auto;}
}



/*PC背景*/
.bg_01 {z-index:-40;position:absolute;top:0px;left:0;width:100%;height: 2339px;background-repeat:no-repeat;background-position: center top;pointer-events:none;}



.repeat_bg2{position:absolute;z-index: -41;top: 2170px;left:0;width:100%;min-width:1220px;height: 29230px;background-image:url(bg_reapet.jpg?t=1750393899336);background-repeat:repeat-y;background-position:center top;pointer-events:none;}	




/*回版頭*/
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; 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);}

@media screen and (min-width:766px){
.go_bt2 {
  -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;}
.go_bt2:hover { 
   filter:brightness(130%);
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);
		  }
	.Area .go_bt { position:relative; display:block;
  -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);}
	}

/*區塊_all*/
.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; }
.Area a { position:relative; 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);}
	@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;}
	}

/*區塊-共用按鈕*/
.Area .btn_go {}
.Area .btn_go *{
						  -webkit-transition: all 0.1s ease;
							 -moz-transition: all 0.1s ease;
							  -ms-transition: all 0.1s ease;
							   -o-transition: all 0.1s ease;
								  transition: all 0.1s ease;} 
.Area .btn_go a:hover {  -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);}
.Area .btn_go a:after  { 
								  -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 .btn_go:active a,
.Area .btn_go:focus a,
.Area .btn_go:hover a { color:#fff;}
.Area .btn_go:active a:after,
.Area .btn_go:focus a:after,
.Area .btn_go:hover a:after  { width:150% !important;}
.Area .btn_go:active a i,
.Area .btn_go:focus a i,
.Area .btn_go:hover a i { background-color:#000; transform:translateX(-10px); transition-delay:0.1s;}
.Area .btn_go a strong { z-index:2; position: relative; }
.Area .btn_go a i {
	z-index: 3;
	position: absolute;
	top: -63px;
	right: -278px;
	display: inline-block;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	background: #09006e url(btn_icon_r.png?t=1750393899336);
	background-size: contain;
}
	@media screen and (max-width:736px){ 
	    .Area{width:100%; height:100%; min-width:100%;}
		.Area .btn_go { position:absolute; }
		.Area .btn_go *{
								  -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 .btn_go a { display:block; color:#fff; letter-spacing:-2px;}
		.Area .btn_go a:after  { }
		.Area .btn_go:active a,
		.Area .btn_go:focus a,
		.Area .btn_go:hover a { color:#fff;}
		.Area .btn_go:active a:after,
		.Area .btn_go:focus a:after,

		.Area .btn_go:hover a:after  { width:150% !important;}
		.Area .btn_go:active a i,
		.Area .btn_go:focus a i,
		.Area .btn_go:hover a i { background-color: transparent; transform:translateX(-10px); transition-delay:0.1s;}
		.Area .btn_go a strong { z-index:2; position: relative; }
		.Area .btn_go a i { z-index:3; position: absolute; top:0; right:0; display:inline-block; border-radius:35px; width:35px; height:35px; background:#09006e url(btn_icon_r.png?t=1750393899336);  background-size:contain;}
	}

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


/*間距*/
.Area_bottom { margin-top:55px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-top:0vw;}
}




/*momo_logo*/
.momologo { z-index:6; position:absolute; top: 15px; left: 20px;}
/*.momologo a { display: block; width: 200px; height: 30px; background: url(momo_logo.png?t=1750393899336) no-repeat;}*/
/*.momologo a:hover { background: url(momo_logo_on.png?t=1750393899336) no-repeat;}*/
@media screen and (max-width:767px){
.momologo { display: none;}
}


/*版頭*/
@media screen and (min-width:768px){
.Area_top {height: 595px;}
}
@media screen and (max-width:767px){
.Area_top {margin-top: -17px;height: 81vw;}	
}


/*版頭區:標題(線上入搞)*/
@media screen and (min-width:768px){
.Area_top .layout_title{z-index:2;position:absolute;left: 202px;top: 0px;animation-delay:.2s;width: 70%;}
}
@media screen and (max-width: 767px){
.Area_top .layout_title{z-index: 10;position: absolute;top: 1vw; width: 88%; height: 21vw; left: 6vw;}
}

/*版頭區:標題(線上入搞)*/
@media screen and (min-width:768px){
.Area_top .layout_sub{z-index:2;position:absolute;left: 220px;top: 197px;animation-delay:1s;width: 66%;}
}
@media screen and (max-width: 767px){
.Area_top .layout_sub{z-index: 10;position:absolute;top: 25vw;left:4vw;width: 92%}
}




/*輪播top_pd*/
@media screen and (min-width:768px){
.Area_top .PD_layout.PD_layout-PDBN_01 .PD_slide .PD_img {position: absolute;top: 101px;width:111%;}
.Area_top .PD_layout .PD img {width: 77%;height: auto;}			
}
.Area_top .box_swiper ul.PD_wrapper {display: flex;flex-wrap: nowrap;margin: 0;padding: 0;width: 100%;box-sizing: content-box;grid-gap: 0px;height: 635px;}
.Area_top .box_swiper {position: relative;overflow: hidden;width: 800px;margin: 0 auto;left: 91px;top:135px;}	
.Area_top .box_swiper .PD_slide { min-width: inherit;}
@media screen and (max-width:767px){
.Area_top .PD_layout-PDBN_01 ul {padding: 0; margin: 0;  grid-gap:0px;}
.Area_top .PD_layout.PD_layout-PDBN_01 .PD_slide .PD .PD_img img {width: 100%;height: auto;position: relative;left: -1vw;top: 6vw;}	 
.Area_top .box_swiper {z-index:2;position:absolute;overflow: hidden;width:92%;height: 76vw;margin: 0 auto;left:7vw;top: 16vw;}
.Area_top .box_swiper ul.PD_wrapper { padding: 0 0 1%; height:82vw}
.Area_top .box_swiper ul.PD_wrapper li img { margin-top:12%;}
	
}




/*編輯按鈕移動*/
#eWriterBtn_bt_B_000_02{ margin-left: 10px!important; margin-top: 90px!important; z-index: 99!important; }





/*作圖區*/


.Area_item { position: relative; height:auto; top: 0; margin-bottom:0;z-index: 2;}
.Area_item .PD_layout ul { width: 80%; box-sizing: border-box;}
.Area_item .PD_layout .PD_slide .PD_into {padding-left:0;position: absolute;left: 0px;top:330px;width:100%;}
.Area_item .PD_layout .PD_slide .PD_logo {position:absolute;left:37px;top:-270px;width:80px;}
.Area_item .PD_layout .PD_slide .PD_logo img { box-shadow: unset;width:80px;height:auto;}
.Area_item .PD_layout .PD_slide .PD_into h3 {text-align: center; padding: 0; max-height: 1.9em; font-weight: bolder;font-size: 1.7em; line-height: 1.0em; color: #a6a7c5;width:100%;}
.Area_item .PD_layout .PD_slide .PD_into h4 {text-align: center!important; font-size: 2.0em;color: #4949c2;width:100%;line-height: 1.5em;font-weight: bolder; }
@media screen and (max-width:767px){
.Area_item { position: relative; height:auto; top: 0; margin-bottom:0;z-index: 2;}
.Area_item .title { margin-left: 0;}
.Area_item .PD_layout { padding-bottom: 3%;padding-top: 5vw;width: 100%;}
.Area_item .PD_layout ul { padding: 0 0.5em;}
.Area_item .bgbottom { height: 2vw;}
.Area_item .PD_layout .PD_slide .PD_img {margin-bottom: 5%;}
.Area_item .PD_layout .PD_slide .PD_into {padding-left: 0vw;position: absolute;left:0.2vw;top:34vw;width: 100%;}
.Area_item .PD_layout .PD_slide .PD_logo {position:absolute;left:5vw;top:-74vw;width:22vw;height:auto;}
.Area_item .PD_layout .PD_slide .PD_logo img { box-shadow: unset;}
.Area_item .PD_layout .PD_slide .PD_into h3 { text-align: center!important;padding: 0; max-height: 1.9em; font-weight: bolder;font-size: 1.13em; line-height: 1.0em; color:#a6a7c5;}
.Area_item .PD_layout .PD_slide .PD_into h4 { text-align: center!important;margin-top:-1.5vw ; font-size: 1.5em;width:100%;color: #4949c2;max-height: 1.8em; }

}





/*區標線上入搞 */
.Area .title { width: 100%; z-index: 2; position: absolute;top:107px;left:18px;}
.Area .title ul { padding: 0; grid-gap: 0;}
.Area .title ul li { background-color: transparent; pointer-events: none;}
.Area .title ul li .PD_into { padding: 0;}
.Area .title ul li h5 { padding: 0; margin: 0; font: bold 43px/43px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; color: #000; /*text-shadow: 2px 2px 5px rgba(72,12,33,0.7);*/}
@media screen and (max-width:767px){
  .Area .title { width: 100%; z-index: 2; position: absolute;top:16vw;left: 3vw;}
  .Area .title ul li h5 { font: bold 8vw/8vw "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;}
}




/*下方公版*/
@media screen and (min-width: 768px) {
.Area_layout_down{margin: 20px auto 60px auto;padding: 0 0 60px 0;}
.Area_layout_down .layout_down .bg{position: absolute;}
.Area_layout_down .layout_down {}
.Area_layout_down .layout_down .box_down{width: 97%;margin: 0 auto;padding: 169px 0 0 0;}
.Area_layout_down .layout_down .box_down .ly{padding: 20px 0 0 0;}	
}
@media screen and (max-width:767px){
.Area_layout_down{}
.Area_layout_down .layout_down{margin-top: 0;}
.Area_layout_down .layout_down .box_down .ly{padding: 3vw 0 0 0;}	
.Area_layout_down .layout_down .box_down .ly ul{width: 96%;}	
}


