@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
}
.header{background: url("../images/header.jpg") top center no-repeat;}
@media screen and ( max-width: 640px ){
	.header{background: url("../images/bg.jpg");}
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg_darkblue.jpg");
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 640px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; }
	.for_m img {  width: 100%; }
}


/* ----------------------CUSTOMERIZATION---------------------- */

/*主視覺動畫*/
.sale_01{ position: absolute; top:616px; left: 125px;}
.sale_02{ position: absolute; top:616px; left: 581px;}
/*.lantern_01{ position: absolute; top:438px; left: 109px;}
.lantern_02{ position: absolute; top:110px; left: 936px;}*/

/*bg*/
.bg_1{ background: url("../images/bg_1.jpg") top center no-repeat; padding-bottom: 10px;}
.bg_2{ background: url("../images/bg_2.jpg") top center no-repeat; padding-top:80px; padding-bottom: 10px;}
.bg_3{ background: url("../images/bg_3.jpg") top center no-repeat; padding-top:90px; padding-bottom: 10px;}
.bg_4{ background: url("../images/bg_4.jpg") top center no-repeat; padding-top:90px; padding-bottom: 10px;}
.bg_5{ background: url("../images/bg_5.jpg") top center no-repeat; padding-top:90px; padding-bottom: 10px;}
.bg_6{ background: url("../images/bg_6.jpg") top center no-repeat; padding-top:90px; padding-bottom: 10px;}
.bg_7{ background: url("../images/bg_7.jpg") top center no-repeat; padding-top:90px; padding-bottom: 10px;}
.bg_8{ background: url("../images/bg_8.jpg") top center no-repeat; padding-top:80px; padding-bottom: 10px;}
.bg_9{ max-width: 1920px; margin: 0 auto;background: url("../images/bg_darkblue.jpg") repeat;}
	@media screen and ( max-width: 640px ){
		.bg_3, .bg_4, .bg_5, .bg_6, .bg_7, .bg_8{background: none; padding:15px 0 0; }
		.bg_1{background: url("../images/bg_green.jpg"); padding:15px 0 20px;}
		.bg_2{background: url("../images/bg_orange.jpg"); padding:15px 0;}
		.bg_3 .collect_5x6, .bg_5 .collect_5x6, .bg_7 .collect_5x6{
			width: 98%;
			background: url("../images/bg_pink.jpg");
			border-radius: 400% / 15%;
			padding: 20px 0;
			margin-bottom: 10px;
		}
		.bg_2 .collect_5x6, .bg_4 .collect_5x6, .bg_6 .collect_5x6{
			width: 98%;
			background: url("../images/bg_orange.jpg");
			border-radius: 400% / 15%;
			padding: 20px 0;
			margin-bottom: 10px;
		}
		.bg_9{padding-top: 20px;}
}

.bg_1 .titleC{
	margin-top: 0;
}
.bg_1 .titleC h2, .bg_2 .titleC h2, .bg_3 .titleC h2, .bg_4 .titleC h2, .bg_5 .titleC h2, .bg_6 .titleC h2, .bg_7 .titleC h2, .bg_8 .titleC h2{
	text-indent: -9999px;
}


/*第一區 變形*/

.bg_1 .broadwise, .bg_1 .crosswise_3p{margin-bottom: 0;}
.bg_1 .broadwise img{ height: 170px;}
.bg_1-1 li:nth-child(2){ margin-left: 386px;}

.crosswise_3p li{position: relative;}
.bg_1 .broadwise .crosswise_3p li a h4{margin-top: 40px;}
.crosswise_3p .ribbon {display: inline-block; position: absolute; top: -6px; left: 16px; margin: 0; padding: 10px 5px ; z-index: 2; width: 50px; color: white; font-size: 1rem; line-height: 1.2rem; background: linear-gradient(#ed384a 0%, #a7212e 100%);border-radius: 2px 0 0 0;}
.crosswise_3p .ribbon:before {position: absolute;content: '';top: 0;left: 50px;border: none;border-bottom: solid 6px #a7212e;border-right: solid 6px transparent;}
.crosswise_3p .ribbon:after {content: '';position: absolute;left: 0;top: 100%;height: 0;width: 0;border-left: 25px solid #a7212e;border-right: 25px solid #a7212e;border-bottom: 10px solid transparent;}


@media screen and ( max-width: 640px ){
.bg_1-1{ margin-left: 0px; width:100%;}
	.bg_1-1 li:nth-child(2){ margin-left:auto;}
	.crosswise_3p .bg_1-1 ul li{ width: 96vw; display:inline-block;}
	.broadwise .crosswise_3p .bg_1-1  li{ width: 97vw;}
	.broadwise .crosswise_3p .bg_1-1  li img{width: 40vw; height: 40vw; padding: 0;}
	.broadwise .crosswise_3p .bg_1-1  li .font{ width: 40vw;}
	
	.crosswise_3p .ribbon { left: 1vw;width: 12vw;}
	.crosswise_3p .ribbon:before {left: 12vw;}
	.crosswise_3p .ribbon:after {border-left: 6vw solid #a7212e;border-right: 6vw solid #a7212e;border-bottom: 10px solid transparent;}
}

/*中秋假期新體驗*/

.bg_8 .keyword-bn{margin-bottom: 20px;}
.bg_8 .keyword-bn .ten-word li { background: #fe3d62;}
.bg_8 .keyword-bn .ten-word li:nth-child(even) { background: #355a75;}
.bg_8 .keyword-bn .ten-word a { color: #ffc924;}
.bg_8 .keyword-bn .four-link li { border: solid 1px #ffc924;}
.bg_8 .keyword-bn .four-link a { color:#ffc924; }
	@media screen and ( max-width: 640px ){	
		.bg_8 .keyword-bn { margin-bottom: 10px;}
		.bg_8 .keyword-bn .ten-word li { width: 48vw;height: auto; padding: 2vw;background: #355a75; }
		.bg_8 .keyword-bn .ten-word li:nth-child(4n) { background: #fe3d62;}
		.bg_8 .keyword-bn .ten-word li:nth-child(4n-3) { background: #fe3d62;}
		.bg_8 .keyword-bn .ten-word a { color: #ffc924;}
		
	}

.bg_9 .banner{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}



















/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 640px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}