﻿@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial,"Microsoft YaHei","Microsoft JhengHei",sans-serif;
	background-color: #fff6e5;
}

.wrapper{position:relative;overflow:hidden;}

/*表頭表尾 請勿砍*/
.top, .footer{
    line-height: 0px;
}
.top{
    z-index: 99;
    position: relative;
}
.toptitle{
    position: relative;
    padding: 1% 0;
}

a{color: #1182c1;text-decoration: none;}
a:hover{ color:#1182c1;text-decoration: none;}

html ::selection {
    background-color: #fff0b2;
    color: #4b250b;
    text-shadow: none;
    opacity: 1;
}

/*很多物件通用*/
.BR{display: none;}
.width1280{max-width: 1280px;height:auto;margin: 0  auto;}


/*BANNER 進場delay時間、浮動*/
.banner{
	position:relative;
	overflow: hidden;
	height: auto;
	background-image: url(../images/bg.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}

img.banner01,img.banner02,img.banner03,img.floewr01,img.floewr02,img.floewr03,img.floewr04,
img.light01,img.light02,img.light03,img.light04,img.bg01,img.bg02
{position:absolute;}

img.banner01 {
    /*max-width: 798px;*/
    height: auto;
    left: 0.3%;
    right: 0;
    top: 6%;
    margin: 0 auto;
    z-index: 4;
}	
img.banner02{
    /*max-width: 509px;*/
    height: auto;
    left: 0;
    right: 0;
    top: 30.5%;
    margin: 0 auto;
    z-index: 4;
}
img.banner03{
    /* max-width: 1209px; */
    /* height: auto; */
    /* left: 0; */
    /* right: 0; */
    /* top: 52%; */
    /* margin: 0 auto; */
    /* z-index: 4; */
}
img.floewr01 ,img.floewr04{
    width: 17em;
    height: auto;
} 
img.floewr02{
    width: 8%;
    height: auto;
    left: 25%;
    top: 20%;
    z-index: 3;
}
img.floewr03{
    width: 6%;
    height: auto;
    left: 81%;
    top: 32%;
    z-index: 3;
}

img.light01 {
    width: 7%;
    height: auto;
    left: 67%;
    top: -6%;
    z-index: 5;
}
img.light02 {
    width: 10%;
    height: auto;
    left: 74.5%;
    top: -4%;
    z-index: 5;
}
img.light03 {
    width: 5%;
    height: auto;
    left: 28%;
    top: -4%;
    z-index: 5;
}
img.light04 {
    width: 9%;
    height: auto;
    left: 15%;
    top: -5%;
    z-index: 5;
}
img.bg01 {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    top: 5%;
    margin: 0 auto;
    z-index: 1;
}
img.bg02 {
    width: 1155px;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 2;
}


img.banner01{-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */animation-delay: 0.1s;}
img.banner02{-webkit-animation-delay: 0.3s; /* Chrome, Safari, Opera */animation-delay: 0.2s;}
img.banner03{-webkit-animation-delay: 0.4s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.banner04{-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.floewr01{-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.floewr02{-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.floewr03{-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.floewr04{-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.light01 {-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.light02 {-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.light03 {-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}
img.light04 {-webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */animation-delay: 0.4s;}

img.pic01 {width: 278px;height:auto;}
img.gift {width: 470px;height:auto;}

#floewr-01{
    position: absolute;
    top: 34%;
    left: 12%;
    -moz-transform:rotate(20deg);
    -webkit-transform:rotate(20deg);
    -o-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}    
#floewr-04{
    position: absolute;
    top: 18%;
    left: 70%;
    -moz-transform:rotate(35deg);
    -webkit-transform:rotate(35deg);
    -o-transform:rotate(35deg);
    -ms-transform:rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}  

.title{
	position: absolute;
	max-width: 1209px;
	height: auto;
	left: 0;
	right: 0;
	top: 42%;
	margin: 0 auto;
	z-index: 4;
	display: inline-block;
	clear: both;
	-webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
	animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
@-webkit-keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }
    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.banner .top-title{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 12%;
    margin: 0 auto;
    z-index: 1;
}

.banner h2{
	font-size: 48px;
	color: #ff7248;
	letter-spacing: 3px;
}
.banner h3{
	font-size: 18px;
	color: #af9f89;
	letter-spacing: 3px;
}


/*表單區*/
.fill{
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 1.5%;
	padding-bottom: 3%;
	background-image: url(../images/bg-rd.png);
	background-repeat: repeat;
}
.fill .box{margin: 0;padding-top: 3%;font: inherit;font-size: 100%;vertical-align: baseline;text-align: left;}
.fill .list{width: 100%;margin: 0;padding: 0;border: 0;font: inherit;font-size: 100%;vertical-align: baseline;text-align: left;}
.fill .contene{width: 100%;}
.fill h1{font-size: 40px;color: #fff;text-align:center;letter-spacing: 0.06em;margin: 0% auto;line-height: 1.5;padding-top: 1%;}

.fill #sBut{height:auto;margin: 0px auto;width: 100%;border: none;text-align: center;padding: 7px 0;margin-right: auto;margin-left: auto;margin-top: 10px;letter-spacing: 1px;clear: both;overflow: hidden;border-radius: 2px;user-select: none;}
.fill .go_button{-webkit-animation-duration: 2s; /* Chrome, Safari, Opera */animation-duration: 2s;max-width: 255px;height:auto;margin:0 auto;}
.fill .statement{color: #efdddd;line-height:40px;font-size: 17px;letter-spacing: 0.1em;}
.fill .statement a{color: #efdddd;}
.fill .statement a:hover{ color:#000;}
.fill .form-control{
    display: block;
    width: 98%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    margin: 2% auto;
    background-color: #f1f1f1;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }


/*內文*/
.content1{position: absolute;padding-top: 33%;margin:0 auto;padding-bottom: 1%;text-align: center;left: 0;right: 0;z-index: 50;}


.content1 h1{font-size: 40px;line-height: 1.5;color: #fff;text-align: center;letter-spacing: 0.1em;margin: 0% auto;padding-top: 1%;}
.content1 h2, .fill h1{font-size: 45px;font-weight: 600;line-height: 1;color: #ff7248;text-align: center;letter-spacing: 4px;}
.content1 h3{font-size: 22px;text-align: center;line-height: 2.5;color: #af9f89;letter-spacing: 0.1em;margin: 0% auto;}
.content1 .line {
	border-bottom: 5px solid #ff7248;
	}

/* bouncetoright*/
.bouncetoright {
  display: inline;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  color: #d51915;
}
.bouncetoright:before {
  content: "";

  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff7248;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bouncetoright:hover, .bouncetoright:focus, .bouncetoright:active {
  color: white;
  text-decoration: none;	
}
.bouncetoright:hover:before, .bouncetoright:focus:before, .bouncetoright:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Bounce To Right02*/
.hvr-bounce-to-right02 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.13);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #ffbc2b;
  width: 99%;
  text-align: center;
  padding: 7px;
  color: #122;
}
.hvr-bounce-to-right02:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #690202;
  box-shadow: none;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right02:hover, .hvr-bounce-to-right02:focus, .hvr-bounce-to-right02:active {
  color: white;
  text-decoration: none;	
}
.hvr-bounce-to-right02:hover:before, .hvr-bounce-to-right02:focus:before, .hvr-bounce-to-right02:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;

  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);

}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);

}

/* 56px */
.toTop-arrow {
	width: 52px;
	height: 52px;
	padding: 0;
	margin: 0;
	border: 0;
	opacity: 3.4;
	background: #919191;
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 31px;
	height: 7px;
	border-radius: 0;
	background: #ffffff;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.4rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.4rem;
}
.toTop-arrow:focus {outline: none;}


/*	↓↓↓↓	螢幕尺寸大於2560時頁面顯示效果↓↓↓↓	 */
@media (min-width: 2560px) {
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 94em;
}	
	
}

/*	↓↓↓↓	螢幕尺寸大於1920時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1920px) and (max-width:2559px) {

.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 82em;
    background-size: 108%;
}
.content1{padding-top: 37%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.title {
    position: absolute;
    width: 56%;
    height: auto;
    left: 0;
    right: 0;
    top: 45%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
 img.bg02 {
    width: 55%;
    height: auto;
}		
img.banner01 {
    width: 38%;
    height: auto;
    top: 5%;
}
img.banner02 {
    width: 25%;
    height: auto;
    top: 34.5%;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 6%;
    height: auto;
    left: 83%;
    top: 39%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 21%;
    top: 20%;
    z-index: 3;
}
#floewr-01 {
    position: absolute;
    top: 32%;
    left: 8%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}	
#floewr-04 {
    position: absolute;
    top: 18%;
    left: 73%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}		
	
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1680px) and (max-width:1919px) {
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 75em;
    background-size: 114%;
}
.content1{padding-top: 37%;margin:0 auto;padding-bottom: 1%;text-align: center;}
.title {
    position: absolute;
    width: 56%;
    height: auto;
    left: 0;
    right: 0;
    top: 43%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
 img.bg02 {
    width: 55%;
    height: auto;
}		
img.banner01 {
    width: 38%;
    height: auto;
    top: 5%;
}
img.banner02 {
    width: 25%;
    height: auto;
    top: 33%;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 6%;
    height: auto;
    left: 83%;
    top: 39%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 21%;
    top: 20%;
    z-index: 3;
}
#floewr-04 {
    position: absolute;
    top: 14%;
    left: 75%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
#floewr-01 {
    position: absolute;
    top: 32%;
    left: 7%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
	
	
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1440px) and (max-width:1679px) {
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 75em;
    background-size: 135%;
}
.title {
    position: absolute;
    width: 62%;
    height: auto;
    left: 0;
    right: 0;
    top: 41%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 43%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {

    width: 62%;
    height: auto;
}		
img.banner01 {
    width: 44%;
    height: auto;
    top: 5%;
}
img.banner02 {
    width: 30%;
    height: auto;
    top: 29.5%;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 6%;
    height: auto;
    left: 83%;
    top: 39%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 21%;
    top: 20%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 13em;
    height: auto;
}
#floewr-01 {
    position: absolute;
    top: 28%;
    left: 8%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 18%;
    left: 78%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
	
	
}

/*	↓↓↓↓	螢幕尺寸大於1680時頁面顯示效果↓↓↓↓	 */
@media (min-width: 1024px) and (max-width:1439px) {
.width1280{max-width: 99vw;height:auto;margin: 0  auto;}
.content1{padding-top: 36%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 68em;
    background-size: 178%;
}
.title {
    position: absolute;
    width: 80%;
    height: auto;
    left: 0;
    right: 0;
    top: 42%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 52%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {
    width: 83%;
    height: auto;
}		
img.banner01 {
    width: 57%;
    height: auto;
    top: 3.5%;
}
img.banner02 {
    width: 37%;
    height: auto;
    top: 32%;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 7%;
    height: auto;
    left: 91%;
    top: 34%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 12%;
    top: 17%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 11em;
    height: auto;
}
img.gift {
    width: 87%;
    height: auto;
}
img.light01 {
    width: 7%;
    height: auto;
    left: 74%;
    top: -4%;
    z-index: 5;
}
img.light02 {
    width: 14%;
    height: auto;
    left: 82.5%;
    top: -5%;
    z-index: 5;
}
img.light03 {
    width: 7%;
    height: auto;
    left: 19%;
    top: -4%;
    z-index: 5;
}	
img.light04 {
    width: 13%;
    height: auto;
    left: 4%;
    top: -5%;
    z-index: 5;
}
#floewr-01 {
    position: absolute;
    top: 26%;
    left: 2%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 19%;
    left: 80%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
.content1 h2, .fill h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    color: #ff7248;
    text-align: center;
    letter-spacing: 4px;
}	
	
	
	
}


/*	↓↓↓↓	ipad 直向 w768 ↓↓↓↓	 */
@media (min-width: 768px) and (max-width:1023px) {	
.BR{display: block;}
.width1280{max-width: 99vw;height:auto;margin: 0  auto;}
.content1{padding-top: 36%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 62em;
    background-size: 172%;
}
.title {
    position: absolute;
    width: 86%;
    height: auto;
    left: 0;
    right: 0;
    top: 39%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 60%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {
    width: 88%;
    height: auto;
}		
img.banner01 {
    width: 63%;
    height: auto;
    top: 2.5%;
}
img.banner02 {
    width: 41%;
    height: auto;
    top: 29%;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 8%;
    height: auto;
    left: 74%;
    top: 27%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 10%;
    top: 14%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 9em;
    height: auto;
}
img.gift {
    width: 82%;
    height: auto;
}
img.light01 {
    width: 7%;
    height: auto;
    left: 74%;
    top: -4%;
    z-index: 5;
}
img.light02 {
    width: 14%;
    height: auto;
    left: 82.5%;
    top: -5%;
    z-index: 5;
}
img.light03 {
    width: 7%;
    height: auto;
    left: 19%;
    top: -4%;
    z-index: 5;
}	
img.light04 {
    width: 13%;
    height: auto;
    left: 4%;
    top: -5%;
    z-index: 5;
}
img.pic01 {
    width: 92%;
    height: auto;
}
#floewr-01 {
    position: absolute;
    top: 22%;
    left: 0%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 13%;
    left: 88%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
.content1 h2, .fill h1 {
    font-size: 39px;
    font-weight: 600;
    line-height: 0.6;
    color: #ff7248;
    text-align: center;
    letter-spacing: 4px;
}	
.content1 h3 {
    font-size: 18px;
}
.fill {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	margin: 0 auto;
}
.fill .box {
    padding-top: 3%;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
	
}

/* ↓↓↓↓ iPhone Plus w414  Pixel 2 w411 手機尺寸,顯示效果 ↓↓↓↓  */
@media (min-width: 410px) and (max-width:767px) {
.BRR{display: block;}
.BR{display: block;}
.width1280{max-width: 99vw;height:auto;margin: 0  auto;}
.content1{padding-top: 36%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 40em;
}
.title {
    position: absolute;
    width: 86%;
    height: auto;
    left: 0;
    right: 0;
    top: 39.5%;
    margin: 0 auto;
    z-index: 4;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 69%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {
    width: 96%;
    height: auto;
}		
img.banner01 {
    width: 75%;
    height: auto;
    top: 3.5%;
}
img.banner02 {
    display: none;
}
img.banner04 {
    position: absolute;
    width: 57%;
    height: auto;
    top: 26%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 8%;
    height: auto;
    left: 89%;
    top: 19%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 3%;
    top: 17%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 6em;
    height: auto;
}
img.gift {
    width: 94%;
    height: auto;
}
img.light01 {
    width: 10%;
    height: auto;
    left: 74%;
    top: -3%;
    z-index: 5;
}
img.light02 {
    width: 16%;
    height: auto;
    left: 83.5%;
    top: -3%;
    z-index: 5;
}
img.light03 {
    width: 9%;
    height: auto;
    left: 20%;
    top: -3%;
    z-index: 5;
}	
img.light04 {
    width: 15%;
    height: auto;
    left: 3%;
    top: -4%;
    z-index: 5;
}
img.pic01 {
    width: 97%;
    height: auto;
}
#floewr-01 {
    position: absolute;
    top: 25%;
    left: 0%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 22%;
    left: 88%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
.content1 h2, .fill h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 0.6;
    color: #ff7248;
    text-align: center;
    letter-spacing: 2px;
}	
.content1 h3 {
    font-size: 15px;
}
.fill {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	margin: 0 auto;
}
.fill .box {
    padding-top: 3%;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
	
	
.toTop-arrow {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 3.4;
    background: #919191;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
    width: 18px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
    position: absolute;
    content: "";
}
}

/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (min-width: 350px) and (max-width:409px) {
.BRR{height: 1px;display: block;}
.BRR{display: block;}
.BR{display: block;}
.width1280{max-width: 99vw;height:auto;margin: 0  auto;}
.content1{padding-top: 36%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 35em;
    background-image: none;
}
.title {
    position: absolute;
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    top: 42%;
    margin: 0 auto;
    z-index: 7;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 69%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {
    width: 100%;
    height: auto;
}		
img.banner01 {
    width: 70%;
    height: auto;
    top: 4.5%;
}
img.banner02 {
   display: none;
}
img.banner04 {
    position: absolute;
    width: 57%;
    height: auto;
    top: 29.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 8%;
    height: auto;
    left: 89%;
    top: 19%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 3%;
    top: 17%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 5em;
    height: auto;
}
img.gift {
    width: 94%;
    height: auto;
}
img.light01 {
    width: 10%;
    height: auto;
    left: 74%;
    top: -3%;
    z-index: 5;
}
img.light02 {
    width: 16%;
    height: auto;
    left: 83.5%;
    top: -3%;
    z-index: 5;
}
img.light03 {
    width: 9%;
    height: auto;
    left: 20%;
    top: -3%;
    z-index: 5;
}	
img.light04 {
    width: 15%;
    height: auto;
    left: 3%;
    top: -4%;
    z-index: 5;
}
img.pic01 {
    width: 97%;
    height: auto;
}
#floewr-01 {
    position: absolute;
    top: 25%;
    left: 0%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 22%;
    left: 88%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
.content1 h2, .fill h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 0.6;
    color: #ff7248;
    text-align: center;
    letter-spacing: 1px;
}	
.content1 h3 {
    font-size: 14px;
    line-height: 2;
}
.fill {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	margin: 0 auto;
}
.fill .box {
    padding-top: 3%;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
	
.toTop-arrow {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 3.4;
    background: #919191;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
    width: 18px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
    position: absolute;
    content: "";
}
	
}
      

/* ↓↓↓↓ 手機尺寸SE ,顯示效果 ↓↓↓↓  */
@media (min-width: 320px) and (max-width:349px) {
.BRR{height: 1px;display: block;}
.BRR{display: block;}
.BR{display: block;}
.width1280{max-width: 99vw;height:auto;margin: 0  auto;}
.content1{padding-top: 36%;margin:0 auto;padding-bottom: 1%;text-align: center;}
	
.banner {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 33em;
    background-image: none;
}
.title {
    position: absolute;
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    top: 39%;
    margin: 0 auto;
    z-index: 7;
    display: inline-block;
    clear: both;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}
.content1 {
    padding-top: 72%;
    margin: 0 auto;
    padding-bottom: 1%;
    text-align: center;
}
 img.bg02 {
    width: 100%;
    height: auto;
}		
img.banner01 {
    width: 71%;
    height: auto;
    top: 4.5%;
}
img.banner02 {
   display: none;
}
img.banner04 {
    position: absolute;
    width: 57%;
    height: auto;
    top: 27%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
img.banner03 {
    width: 100%;
    height: auto;
}
img.floewr03 {
    width: 8%;
    height: auto;
    left: 89%;
    top: 19%;
    z-index: 3;
}
img.floewr02 {
    width: 8%;
    height: auto;
    left: 3%;
    top: 17%;
    z-index: 3;
}
img.floewr01, img.floewr04 {
    width: 5em;
    height: auto;
}
img.gift {
    width: 94%;
    height: auto;
}
img.light01 {
    width: 10%;
    height: auto;
    left: 74%;
    top: -3%;
    z-index: 5;
}
img.light02 {
    width: 16%;
    height: auto;
    left: 83.5%;
    top: -3%;
    z-index: 5;
}
img.light03 {
    width: 9%;
    height: auto;
    left: 20%;
    top: -3%;
    z-index: 5;
}	
img.light04 {
    width: 15%;
    height: auto;
    left: 3%;
    top: -4%;
    z-index: 5;
}
img.pic01 {
    width: 97%;
    height: auto;
}
#floewr-01 {
    position: absolute;
    top: 25%;
    left: 0%;
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    z-index: 5;
}
#floewr-04 {
    position: absolute;
    top: 22%;
    left: 88%;
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(49deg);
    z-index: 5;
}
	
.content1 h2, .fill h1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 0.6;
    color: #ff7248;
    text-align: center;
    letter-spacing: 1px;
}	
.content1 h3 {
    font-size: 14px;
    line-height: 2;
}
.fill {
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
	margin: 0 auto;
}
.fill .box {
    padding-top: 3%;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
	
.toTop-arrow {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 3.4;
    background: #919191;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
}
.toTop-arrow::before, .toTop-arrow::after {
    width: 18px;
    height: 3px;
    border-radius: 0;
    background: #ffffff;
    position: absolute;
    content: "";
}
	
}
         