@charset "utf-8";
/* common */
body{font-family: 'Microsoft JhengHei', Arial, sans-serif;
background: #e7e7e5 ;
background-repeat: repeat-y;
background-size: 100% 100% ;
}
.momoStyle_WRAPPER .momoStyle_pc{display: block !important;}
.momoStyle_WRAPPER .momoStyle_mo{display: none !important;}

/* header */
.momoStyle_WRAPPER a{
	display: initial;
}
.momoStyle_WRAPPER .momoStyle_header {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fce5e4;
}
.momoStyle_WRAPPER .momoStyle_header div{
	width: 100%;
	/*max-width: 2000px;*/
	
}
.momoStyle_WRAPPER .momoStyle_header a{
	display: block;
}
.momoStyle_WRAPPER .momoStyle_header a > img{
	width: 100%;
}

/* navi */
.momoStyle_WRAPPER .momoStyle_navi{
	text-align:center;
	background-color: #000000;
}
.momoStyle_WRAPPER .momoStyle_navi > .anchor{
	width: 0;
	height: 0;
}
.momoStyle_WRAPPER ul.momoStyle_menu {
	display: flex;
    justify-content: center;
    align-items: center;
}
.momoStyle_WRAPPER ul.momoStyle_menu > li {
	border-right: #ffffff 1px solid;
}
.momoStyle_WRAPPER ul.momoStyle_menu > li:last-child {
	border-right: none;
}
.momoStyle_WRAPPER ul.momoStyle_menu a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	line-height: 40px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	transition:background-color 0.2s ease-out;
}
.momoStyle_WRAPPER ul.momoStyle_menu a:hover {
	background-color: #eee;
	color: #000;
	font-weight:bold;
}

/* content */
.momoStyle_WRAPPER .momoStyle_con_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	/*padding-top: 0px;*/
	overflow: hidden;
}
.momoStyle_WRAPPER .momoStyle_bg_type1{
	background-image:url(common_bg_pink.jpg?t=1767151967444);
	background-repeat: repeat-y;
	background-position: top center;
	background-size: 100%;
	background-attachment: fixed;
}

.momoStyle_WRAPPER .momoStyle_sec{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	width: 100%;
	/*max-width: 1220px;*/
	position: relative;
	padding: 0 0;
	/* background: rgba(0, 0, 0, 0.1); */
}
.momoStyle_WRAPPER .momoStyle_sec img{
	width: 100%;
	transition:all 0.1s linear;
}
.momoStyle_WRAPPER .momoStyle_w100{
	width: 100%;
	
}
.momoStyle_WRAPPER .momoStyle_w50{
	width: 50%;
}

.momoStyle_WRAPPER .momoStyle_sec_title{
	margin: 0 0 20px;
	position: relative;
	z-index: 1;
}
.momoStyle_WRAPPER .momoStyle_sec_con{
	margin: 0 0 30px;
	display: flex;
	flex-flow: row wrap;
	position: relative;
	z-index: 1;
}
.momoStyle_WRAPPER .momoStyle_sec_con > .momoStyle_w50{
	margin-bottom: 20px;
	/*max-width: 600px;*/
	width: calc( (100% - 20px) / 2);
	margin-right: 20px;
}
.momoStyle_WRAPPER .momoStyle_sec_con > div img{
	width: 100%;
	/*box-shadow: 0px 4px 1px rgb(0 0 0 / 20%);*/
}
.momoStyle_WRAPPER .momoStyle_sec_con > div:nth-child(even){
	margin-right: 0;
}

.momoStyle_WRAPPER .momoStyle_sec a{
	cursor: pointer;
	display: block;
}
.momoStyle_WRAPPER .momoStyle_sec a.momoStyle_blendLink > img{
	width: 100%;
	height: 100%;
	opacity: 0;
	mix-blend-mode: overlay;
}
.momoStyle_WRAPPER .momoStyle_sec a.momoStyle_blendLink:hover > img{
	opacity: 1;
}
.momoStyle_WRAPPER .momoStyle_sec .momoStyle_sec_title a:hover > img{
	filter:  brightness(110%);
}
.momoStyle_WRAPPER .momoStyle_sec .momoStyle_sec_con a:hover > img{
	filter: brightness(105%);
	transform: translate(0, -5px);
	/*box-shadow: 0px 8px 5px rgb(0 0 0 / 20%);*/
}

.momoStyle_WRAPPER .momoStyle_gotop{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	/* border: 1px solid rgba(0, 0, 0, 0.25); */
	z-index: 2;
	cursor: pointer;
}
.momoStyle_WRAPPER .momoStyle_gotop img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1220px) {
	.momoStyle_WRAPPER #terminal_a3 .momoStyle_sec_title a,
	.momoStyle_WRAPPER #terminal_a4 .momoStyle_sec_title a,
	.momoStyle_WRAPPER #terminal_a5 .momoStyle_sec_title a{
		display: block;
		width: 100%;
		height: 56vw;
	}
}

@media (max-width: 960px) {
	.momoStyle_WRAPPER .momoStyle_pc{display: none !important;}
	.momoStyle_WRAPPER .momoStyle_mo{display: block !important;}

	.momoStyle_WRAPPER{
		/*padding-top: calc(18.1vw + 122px);*/
	}

	.momoStyle_WRAPPER .momoStyle_header{
		top: 0;
		left: 0;
		z-index: 3;
	}
	.momoStyle_WRAPPER .momoStyle_navi{
		/*position: fixed;*/
		top: 18.1vw;
		left: 0;
		z-index: 3;
		width: 100%;
	}

	.momoStyle_WRAPPER .momoStyle_header div{
		width: 100%;
		max-width: 100%;
	}
	.momoStyle_WRAPPER ul.momoStyle_menu{
		width: 100%;
		flex-flow: row wrap;
	}
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(1),.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(2),.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(3){
		width: calc(  (100% / 3) - 1px );
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(4),.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(5),.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(6){
		width: calc(  (100% / 3) - 1px );
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
/*	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(4),
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(7){
		border-right: 0;
	}*/
/*	.momoStyle_WRAPPER ul.momoStyle_menu > li:last-child{
		border-bottom: 0;
		width: 100%;
	}*/
	.momoStyle_WRAPPER ul.momoStyle_menu a{
		padding: 0;
		width: 100%;
		font-size: 15px;
		color: #fff;
	}
	.momoStyle_WRAPPER ul.momoStyle_menu a:hover{
		background: none;
		font-weight: normal;
		color: #fff;
	}
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(1) > a,
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(2) > a,
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(4) > a,
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(5) > a,
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(7) > a,
	.momoStyle_WRAPPER ul.momoStyle_menu > li:nth-child(8) > a{
		border-right: 1px solid #fff;
	}

	.momoStyle_WRAPPER .momoStyle_con_wrap{
		/*padding-top: 6vw;*/
	}
	.momoStyle_WRAPPER .momoStyle_sec{
		max-width: 100%;
	}
	.momoStyle_WRAPPER .momoStyle_sec_title{
		margin: 0 0 3vw;
	}
	.momoStyle_WRAPPER .momoStyle_sec_con{
		margin: 0 0 3vw;
	}
	.momoStyle_WRAPPER .momoStyle_sec_con > div{
		/*margin-bottom: 3vw;*/
	}
	.momoStyle_WRAPPER .momoStyle_hero5{
		width: 100% !important;
		left: 0;
		top: -15%;
		transform: translate(0, 0);
	}
	.momoStyle_WRAPPER .momoStyle_hero6{
		width: 100% !important;
		left: 0;
		top: -10%;
		transform: translate(0, 0);
	}
	.momoStyle_WRAPPER .momoStyle_hero7{
		width: 100% !important;
		left: 0;
		top: -11%;
		transform: translate(0, 0);
	}

	.momoStyle_WRAPPER #terminal_a3 .momoStyle_sec_title,
	.momoStyle_WRAPPER #terminal_a4 .momoStyle_sec_title,
	.momoStyle_WRAPPER #terminal_a5 .momoStyle_sec_title{
		margin: 0 0 4vw;
	}
	.momoStyle_WRAPPER #terminal_a3 .momoStyle_sec_title a,
	.momoStyle_WRAPPER #terminal_a4 .momoStyle_sec_title a,
	.momoStyle_WRAPPER #terminal_a5 .momoStyle_sec_title a{
		display: block;
		height: 51vw;
	}

	.momoStyle_WRAPPER .momoStyle_sec8_9{
		padding-top: 0;
	}
	.momoStyle_WRAPPER .momoStyle_sec8, .momoStyle_WRAPPER .momoStyle_footerBtn{
		margin-bottom: 6vw;
	}
	.momoStyle_WRAPPER .momoStyle_footerBtn > div{
		width: 100%;
	}
	.momoStyle_WRAPPER .momoStyle_gotop{
		width: 35px;
		height: 35px;
		/*position: fixed;*/
		display: none;
		right: 15px;
		bottom: 15px;
	}
	
}

/*輪播*/
.momoStyle_WRAPPER .momoStyle_carouselArea {
	position: relative;
}

.momoStyle_WRAPPER .momoStyle_carouselArea ol {
	padding: 0;
	list-style: none;
	margin: 0;
}

.momoStyle_WRAPPER .momoStyle_owl-btn-prev,
.momoStyle_WRAPPER .momoStyle_owl-btn-next {
	width: 35px;
	height: 55px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 1;
	cursor: pointer;
	background-size: 100% 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.momoStyle_WRAPPER .momoStyle_owl-btn-prev {
	left: 1%;
	background-image: url(arrow-left.png?t=1767151967444);
}

.momoStyle_WRAPPER .momoStyle_owl-btn-next {
	right: 1%;
	background-image: url(arrow-right.png?t=1767151967444);
}

.momoStyle_WRAPPER .momoStyle_owl-carousel,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.momoStyle_WRAPPER .momoStyle_owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.momoStyle_WRAPPER .momoStyle_owl-carousel button.owl-dot{
	width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.5) !important;
    margin: 0 10px;
    border-radius: 100%;
}
.momoStyle_WRAPPER .momoStyle_owl-carousel button.owl-dot.active{
    background: #e73561 !important;
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-dots.disabled,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-nav.disabled {
	display: none
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-dots{
	position: absolute;
    width: 100%;
	height: 50px;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.momoStyle_WRAPPER .no-js .momoStyle_owl-carousel,
.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-loaded {
	display: block
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-dot,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-nav .owl-next,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-nav button.owl-next,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-nav button.owl-prev,
.momoStyle_WRAPPER .momoStyle_owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-hidden {
	opacity: 0
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-drag .owl-item {
	-ms-touch-action: none;
	touch-action: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-rtl {
	direction: rtl
}

.momoStyle_WRAPPER .momoStyle_owl-carousel.owl-rtl .owl-item {
	float: right
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-animated-in {
	z-index: 0
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-animated-out {
	z-index: 1
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.momoStyle_WRAPPER .momoStyle_owl-height {
	transition: height .5s ease-in-out
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png?t=1619783933057) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-playing .owl-video-play-icon,
.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.momoStyle_WRAPPER .momoStyle_owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.momoStyle_WRAPPER .momoStyle_con_in{
	text-align: center;
}


.momoStyle_WRAPPER .effects:hover{
	filter: brightness(105%);
	transform: translate(0, -5px);
}
.momoStyle_WRAPPER .width100{
	width: 100%;
}
.momoStyle_WRAPPER .momoStyle_con_bg{
	padding-top: 2%;
	padding-bottom: 2%;
}
.momoStyle_WRAPPER .div2{
	text-align: center;
	padding-left: 2%; 
	padding-right: 2%;

}
.momoStyle_WRAPPER .div2 .momoStyle_sec_con{
	max-width: 1589px;
}
/*.momoStyle_WRAPPER .div3_bottom_outer1{
	margin-top: -12%;
	padding-bottom: 3%;	
}*/
/*.momoStyle_WRAPPER .div3_bottom_outer1 .width100{
	margin-top: 30%;
}*/
.momoStyle_WRAPPER .div3_bottom_outer2{
	margin-top: 0%;
	padding-bottom: 0%;	
}
.momoStyle_WRAPPER .div3_bottom_outer2 .width100{
	margin-top: 10%;
}
.momoStyle_WRAPPER .div3_bottom_outer5{
	margin-top: 0%;
	padding-bottom: 0%;	
}
.momoStyle_WRAPPER .div3_bottom_outer5 .width100{
	margin-top: 8%;
}
.momoStyle_WRAPPER .div3_bottom_outer6{
	padding-top: 3%;
	padding-bottom: 1%;	
}
.momoStyle_WRAPPER .div3_bottom_outer6 .width100{
	margin-bottom: 6%;
}
.momoStyle_WRAPPER .div3_bottom_outer7{
	padding-top: 3%;
	padding-bottom: 1%;	
}
.momoStyle_WRAPPER .div3_bottom_outer7 .width100{
	margin-bottom: 6%;
}
/*end 輪播*/
@media (min-width: 1000px) {
.momoStyle_WRAPPER .momoStyle_con_bg{
	background:url(common_bg.png?t=1767151967445) center top;
	background-size: cover;
}
.momoStyle_WRAPPER .div1{
	margin:auto; 
	margin-top: 20px;
	max-width: 1720px;
}
.momoStyle_WRAPPER .div1_sp{
	margin-top: 20px;
	padding-bottom: 2%;
}
.momoStyle_WRAPPER .div1_11{
	margin:auto; 
	margin-top: 20px;
	max-width: 1720px;
}
.momoStyle_WRAPPER .div2_2{
	margin:auto; 
	margin-top: 20px;
	max-width: 1720px;
}
.momoStyle_WRAPPER .momoStyle_con_in{
	width: 100%;
	/*max-width: 1840px;*/
	/*padding-bottom: 2%;*/
}

.momoStyle_WRAPPER .pc_text{
	margin-bottom: 30px;
	margin-top: 50px;
}


.momoStyle_WRAPPER .phone_show{
	display: none;
}
.momoStyle_WRAPPER .div2_title{
	margin-top: 9px;
	margin-bottom: 30px;
	max-width: 1659px;
}
.momoStyle_WRAPPER .div3{
	width: 100%;
}
.momoStyle_WRAPPER .div3_top{
	width: 100%;
}
.momoStyle_WRAPPER .div3_bottom_outer{
	background:url(main_bg.png?t=1767151967445) center;
	background-size: 100% 100%;	
}
.momoStyle_WRAPPER .div3_bottom_outer1{
	background:url(main_bg2.png?t=1767151967445) center !important;
}
.momoStyle_WRAPPER .div3_bottom{
	text-align: center;
	max-width: 1128px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}
.momoStyle_WRAPPER .div3_bottom_in{
	width: 49%;
	display: inline-block;
	
}


}

@media (max-width: 999px) {
.momoStyle_con_bg{
	background:url(common_bg_md.jpg?t=1767151967445) center top;
	background-size: cover;
}
.momoStyle_WRAPPER .div1_sp{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 3%;
}
.momoStyle_WRAPPER .div2_2{
	width: 96%;
	margin:auto; 
	margin-top: -15px;
}
.momoStyle_WRAPPER .div1_11{
	width: 104%;
	margin-left: 0%;
	/*margin-top: 0px;*/
	/*margin-bottom: 3%;*/
}
.momoStyle_WRAPPER .div2{
	margin-bottom: -23px;
}
.momoStyle_WRAPPER{
	overflow:hidden; 
}
.momoStyle_WRAPPER .momoStyle_con_in{
	/*padding:2%; */
}



.momoStyle_WRAPPER .pc_text{
	margin-bottom: 2%;
	margin-top: 3%;
}


.momoStyle_WRAPPER .momoStyle_mo .momoStyle_owl-carousel .owl-dots{
    height: 20px;
}
.momoStyle_WRAPPER .momoStyle_mo .momoStyle_owl-carousel button.owl-dot{
    width: 9px;
    height: 9px;
}
.momoStyle_WRAPPER ul.momoStyle_menu a {

	line-height: 31px;
	font-size: 14px;

}
.momoStyle_WRAPPER .pc_show{
	display: none !important;
}
.momoStyle_WRAPPER .div2_title{
	 
	margin-top: 0px;
	margin-bottom: 50px;
}
.momoStyle_WRAPPER .div3_top{
	width: 100%;
	margin:auto; 
}
.momoStyle_WRAPPER .div3_bottom_outer{
	background:url(main_bg_md.png?t=1767151967445) center;
	background-size: 100% 100%;	
}
.momoStyle_WRAPPER .div3_bottom{
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
}
.momoStyle_WRAPPER .div3_bottom_in{
	width: 49%;
	display: inline-block;
	
}
.momoStyle_WRAPPER .div1_sp{
/*	width: 102%;
	margin-left: -1%;
	margin-bottom: 1%;*/
}

}

