@charset "UTF-8";

body {
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    background-color: #FFF;
    color: #000;
}
/*body::-webkit-scrollbar {
    display: none;
}*/

body{
    overflow-y: scroll;
    overflow-x: hidden;
}
@media screen and (max-width: 720px){
    #vip-ad{
        width: 100px;
        top: 90% !important;
        right:  0% !important;
        
    }
    #vip-ad img{
        width: 100%;

    }
}

/*樣式共用區*/
.none{
    display: none!important;
}

.container{
    width: 100%;
    padding:0px;
}
.sectionBox{
    height: 100vh;
    padding-top: 100px;
}


/*--------------*/

@media screen and (max-width: 480px){
    .home img{
        width: 170px;
        transform: translate(-45px,5px);
    }

    .fb{
        display: none;
    }    
}






#section2{
    position: relative;
    text-align: center;
    height: 66vh;
    background-image: url(../images/section2-bg-2.jpg);
    background-size: cover;
    z-index: 2;
}
#section2 .snow_flower{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#section2 .snow_flower img{
    min-width: 100%;
    height: auto;
}

#section2 .main_title{
    position: relative;
    margin:20px auto;
    width: 23vw;
}
#section2 .main_title img{
    width: 100%;
}

#section2  .sub_title{
    position: relative;
    margin: 30px auto;
    width: 25vw;
}

#section2 .tree_left{
    position: absolute;
    left: 0%;
    bottom: 50px;
    overflow: hidden;
    height: initial;
    width: initial;
}
#section2 .tree_left img{
    transform: translate(-30%, 0px);
}
#section2 .tree_right{
    position: absolute;
    right: 0%;
    overflow: hidden;
    bottom: 50px;
    height: initial;
    width: initial;
}
#section2 .tree_right img{
    transform: translate(30%, 0px);
}

#section2 .char_left img
,#section2 .char_right img{
    width: 350px;
    transition: 0.5s all;


}
#section2 .char_left{
    position: absolute;
    width:initial;
    left: 20vw;
    bottom: 0px;
    width: initial; 
    height: initial;
    z-index: 1;
    transition: 0.3s all;
}
#section2 .char_right{
    position: absolute;
    width: initial;
    right: 20vw;
    bottom: -56px;    
    width: initial; 
    height: initial;
    z-index: 1;
    transition: 0.3s all;
}
#section2 .char_right img{
    width: 350px;
}

#section2 .bottom_snow{
    position: absolute;
    bottom: -93px;
    width: 100vw;
    height: initial;
    overflow: hidden;
    text-align: center;
}
#section2 .bottom_snow img{
    min-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


#section2 .notice_board{
    position: absolute;
    top: 30px;
    right: 30%;
}

.notice_board img.light {
    position: absolute;
    top: 0px;
    animation: light 2s ease-in-out infinite alternate;
}
.notice_board .store_open {
    position: absolute;
    top: 0px;
}
.notice_board .store_close {
    position: absolute;
    top: 0px;
}
.notice_board .store_open img
,.notice_board .store_close img{
    width: inherit;
} 


@keyframes light
{
    0% { opacity: 0;}
    50% { opacity: 1;}
    100% { opacity: 0;}
}

@-webkit-keyframes light
{
    0% { opacity: 0;}
    50% { opacity: 1;}
    100% { opacity: 0;}
}


#section2 .particles{
    position: absolute;
    top: 0px;
}










#section3{
    z-index: 1;
    height: initial;
}
#section3
,#section4{
    position: relative;
    background-image: url(../images/section3-bg.jpg);
    background-size: contain;
    text-align: center;
    height: initial;
    min-height: 100vh;
}
_:-ms-lang(x), #section3,#section4{
    height: 100%;
}

#section3 .main_title{
    position: relative;
    margin: 45px auto;
    width: 40%;
    height: initial;
    transition: 0.3s all;
}
#section3 .main_title img{
    width: 100%;
}

#section3 .content
,#section4 .content{
    position: relative;
    width: 1080px;
    overflow: hidden;
    margin: auto;
}
#section3 .content::before
,#section4 .content::before{
    clear: both;
}
#section3:after{
    position: absolute;
    content:'';
    background-image: url(../images/section3-card-pd-side-icon.png);
    background-size: cover;
    height: 150px;
    width: 150px;
    right: 15%;
    top: 160px;
}
#section3:after img{
    width: 100px;
}
@media screen and (max-width: 1700px){
    #section3:after{
        right: 9%
    }
}
@media screen and (max-width: 1500px){
    #section3:after{
        right: 5%
    }
}
@media screen and (max-width: 1300px){
    #section3:after{
        right: 0%
    }
}
@media screen and (max-width: 1200px){
    #section3:after{
        display: none;
    }   
}
#section3 .content .card_wrapper{
    filter:drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}
#section3 .content .card_wrapper .card_box{
    
    position: relative;
}
#section3 .content .card_wrapper .card_box>img{
    width: 100%;
    min-height: 480px;
}
#section3 .content .card_wrapper .card_box .card_box_ab{
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 480px;
}
#section3 .content .card_wrapper .card_box p:nth-of-type(1){
    font-size: 20px;
    font-weight: 800;
    color: #f33;
    position: relative;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    top: 80px;
    left: 0px;
    width: 40%
}
#section3 .content .card_wrapper .card_box p:nth-of-type(1)::after{
    content: "";
    position: absolute;
    right: 2px;
    top: 7.5px;
    line-height: 28px;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #f00;
}
#section3 .content .card_wrapper .card_box p:nth-of-type(2){
    font-size: 20px;
    font-weight: 800;
    color: #f33;
    position: relative;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    top: 80px;
    left: 0px;
    width: 60%
}
#section3 .content .card_wrapper .card_box p:nth-of-type(2)::after{
    content: "";
    position: absolute;
    left: -5px;
    top: 7.5px;
    line-height: 28px;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #f00;
}
#section3 .content .card_wrapper .card_box p:nth-of-type(3){
    position: relative;
    font-size: 18px;
    color: #777;
    font-weight: 900;
    top: 80px;

}
#section3 .content .card_wrapper .card_box .clock{
    display: inline-block;
    width: 55%;
    top: 80px;
    left: 0px;
    vertical-align: middle;
}
#section3 .content .card_wrapper .card_box .maturity{
    position: relative;
    font-size: 20px;
    color: #900;
    font-weight: 900;
}
.card_wrapper .card_box .clock.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 2px;
    width: 14px;
    height: 24px;
    font-size: 18px;  /* 調 */
    font-weight: 500;
    line-height: 24px; /* 調 */
    border-radius: 4px;
    background: #0000;
}
_:-ms-lang(x), .card_wrapper .card_box .clock.flip-clock-wrapper ul{
    width: auto;
    padding: 8px;
    background: rgba(0,0,0,0);
}
.card_wrapper .card_box .clock.flip-clock-wrapper ul li {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 24px; /* 調 */
}
.card_wrapper .card_box .clock.flip-clock-wrapper .flip{
    box-shadow: none;
}
.card_wrapper .card_box .clock.flip-clock-wrapper .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 4px;
    height: 24px
}
.card_wrapper .card_box .clock.flip-clock-wrapper ul li a div div.inn {
    border-radius: 4px;
    background-color: #ce0f0f;

}
.card_wrapper .card_box .clock.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top{
    top: 9px;
    left: 1px;
}
.card_wrapper .card_box .clock.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom{
    top: 17px;
    left: 1px;
}
#section3 .content .card_wrapper .card_box .img_box
,#section3 .content .card_wrapper .card_box .mysterious_box {
    position: relative;
    overflow: hidden;
    top: 80px;
    width: calc(100% - 30px);
    height: 300px;
    margin: 10px 15px;
    border: 2px solid #eee;
    border-radius: 15px;
}
#section3 .content .card_wrapper .card_box:hover .img_box div{
    animation: round 10s linear infinite;
    -webkit-animation: round 10s linear infinite;
}
@media screen and (max-width: 480px){
    #section3 .content .card_wrapper .card_box .img_box div{
        animation: round 10s linear infinite;
        -webkit-animation: round 10s linear infinite;
    }   
}
@keyframes round{
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    20%{
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    23% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
    96% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    
}
@-webkit-keyframes round {
    4% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 0 - 1秒 淡入*/
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
        /* 1- 5秒靜止*/
    }
    24% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    }
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        /* 5-6秒淡出*/
    
    }
}
#section3 .content .card_wrapper .card_box .img_box div:nth-child(5) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

#section3 .content .card_wrapper .card_box .img_box div:nth-child(4) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}

#section3 .content .card_wrapper .card_box .img_box div:nth-child(3) {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}

#section3 .content .card_wrapper .card_box .img_box div:nth-child(2) {
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
}

#section3 .content .card_wrapper .card_box .img_box div:nth-child(1) {
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
}
#section3 .content .card_wrapper .card_box .img_box .slider_card img
,#section3 .content .card_wrapper .card_box .mysterious_box img{
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



#section3 .content .card_wrapper .card_box .img_box img
,.mysterious_box img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto;
}
#section3 .content .card_wrapper .card_btn{
    margin-top: 15px; 
    position: relative;
    display: inline-block;
    width: 100%;


}
#section3 .content .card_wrapper .card_btn .btn-primary{
    background-color: #0000;
    border: none;
    outline: none;
}
_:-ms-lang(x), #section3 .content .card_wrapper .card_btn .btn-primary{
    background-color: rgba(0,0,0,0);
    border: none;
    outline: none;   
}
.card_btn .info
,.card_btn .buy{
    filter:drop-shadow(2px 2px 0px rgba(0,0,0,.5));
    transition: 0.3s all;
    display: inline-block;
    width: 49%;
}
.card_btn .info img
,.card_btn .buy img{
    width: 100%;
}
.card_btn .info:hover
,.card_btn .buy:hover{
    filter:drop-shadow(0px 0px 0px rgba(0,0,0,.5));
    transform: translate(1px,1px);
    transition: 0.2s all;
}
.card_btn:after{
    position: absolute;
    content: "";
    right: 50%;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #aaa;
}


/*彈出視窗*/
.modal .modal-dialog{
    width: 1000px;
    margin-top: 200px;
}
.modal .modal-dialog .modal-content{
    border-radius:30px; 
    height: initial;    overflow: hidden;

}
.modal .modal-dialog .modal-content .modal-header{
    border-bottom: 1px solid #999;
    padding: 0px;
    position: relative;
}
.modal .modal-dialog .modal-content .modal-header h4{
    padding: 20px 50px 5px 50px;
    font-size: 26px;
    color: #888;
    position: relative;
}
.modal .modal-dialog .modal-content .modal-header h4 span{
    font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-header h4:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background-color: #888;
    left: 40px;
    bottom: 0px;
}
.modal .modal-dialog .modal-content .modal-header .close{
    position: absolute;
    right: 8px;
    top: 8px;
    width: 50px;
    height: 50px;
    opacity: 1;
}
.modal .modal-dialog .modal-content .pd_cr
,.modal .modal-dialog .modal-content .pd_info {
    margin-top: 30px;
}
.modal .modal-dialog .modal-content .pd_cr{
    padding-left: 50px;
    padding-right: 50px; 
}
.modal .modal-dialog .modal-content .carousel-control.right
,.modal .modal-dialog .modal-content .carousel-control.left{
    background-image: none;
    top: 50%;
    color: #000;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.modal .modal-dialog .modal-content .carousel-control.right .glyphicon
,.modal .modal-dialog .modal-content .carousel-control.left .glyphicon{
    font-size: 30px;
}
.modal .modal-dialog .modal-content .carousel-control.right{
    right: -45px;
}
.modal .modal-dialog .modal-content .carousel-control.left{
    left: -45px;
}
.modal .modal-dialog .modal-content .carousel-indicators{
    bottom: -40px;
}
.modal .modal-dialog .modal-content .carousel-indicators li{
    background-color: #ccc;
}
.modal .modal-dialog .modal-content .carousel-indicators li.active{
    background-color: #999;
}
.modal .modal-dialog .modal-content h4{
    font-size: 18px;
    font-weight: 800;
    color: #888;    
}

.modal .modal-dialog .modal-content .info_1  li{
    color: #888;
    font-size: 16px;
    list-style: none;
    border: 1px solid #999;
    border-radius: 6px;
    display: inline-block;
    width: initial;
    padding: 2px;
    margin: 5px;
}
.modal .modal-dialog .modal-content .info_2{
    margin-top: 30px;
    min-height: 200px;
}
.modal .modal-dialog .modal-content .info_2  li{
    color: #888;
    font-size: 16px;
    list-style: none;
    width: initial;
    padding: 2px 0px;
    margin: 5px 0px;
}
.modal .modal-dialog .modal-content .info_2  li p{


    padding-left: 48px;
    font-size: 14px;
    text-indent: -48px;
    text-align: justify;

    
}
.modal .modal-dialog .modal-content .pd_info .dollar{
    position: relative;
    text-align: right;

    width: 100%;
}
.modal .modal-dialog .modal-content .pd_info .dollar h5{
    color: #888;
    font-size: 18px;
    display: inline-block;
}
.modal .modal-dialog .modal-content .pd_info .dollar h2{
    color: #d00101;
    font-size: 50px;
    font-weight: 800;
    display: inline-block;
}
.modal .modal-dialog .modal-content .dollar{
    position: relative;
    margin-bottom: 90px; 
}
.modal .modal-dialog .modal-content .pd_info img{
    position: absolute;
    width: 35%;
    right: 0px;
    display: block;
    padding:7px;
}



.modal .carousel .item img{
    min-width:100%;
    height: auto;
}


#section3 .warning_board{
    position: relative;
    margin-top: 60px;
    text-align: left;
    width: 90%;
    left: 5%;
    
}
#section3 .warning_board img{
    position: absolute;
}
#section3 .warning_board img:nth-of-type(1){
    left: 40px;
}
#section3 .warning_board img:nth-of-type(2){
    left: -20px;
    top: 10px;
}
#section3 .warning_board .warning_content{
    position: relative;
    width: 100%;
    margin: 0px;
    margin-top: 25px;
    height: initial;
    padding: 30px 45px;

    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    list-style-type: disc; /*實心圓形符號*/

    background-color: #980105;
    border-radius: 30px;
    border:none;

}

#section3 .section3_footer{
    position: relative;
    margin-top: 230px;   
    width: 100vw;
    background-color: #651113;
    height: 300px;
}
#section3 .section3_footer:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    left: 0px;
    bottom: 0px;
    background-color: #d88c8e;
}
#section3 .section3_footer img:nth-of-type(2){
    position: relative;
    margin: auto;
    transform: translate(0px,-120px);
}
#section3 .section3_footer img:nth-of-type(3){
    position: absolute;
    bottom: -80px;
    right: 20%;
}
#section3 .section3_footer img:nth-of-type(1){
    position: absolute;
    bottom: 0px;
    left: 15%;
}
#section3 .warning_content li{
    list-style: none;
}
#section3 .warning_content li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 25px;
    border-radius: 5px;
    transform: translate(0px, 8px);
    background-color: #fff;
}


#section4 .coupon:after{
    content: "";
    clear: both;
}

#section4 .coupon{
    position: relative;
}
#section4 .coupon img{
    width: 100%;
}

#section4 .coupon_text{
    position: absolute;
    top: 63%;
    left: 15%;
    padding: 5px;
    width: 58%;
    vertical-align: middle;
    text-align: left;
    font-size: 0.9vw;
    line-height: 2vh;
    font-weight: 800;
    color: #fff;
    background-color: #333;
}
#section4 .coupon p{
    margin: 0px;

}
#section4 .copyBtn{
    position: absolute;
    top: 63%;
    left: 69%;
    width: 16%;
    padding: 5px;
    line-height: 2vh;
    font-size: 0.9vw;
    font-weight: 800;
    vertical-align: middle;
    color: #fff;
    background-color: #e27742;
    border: 1px solid #333;
    border-radius: 15px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    cursor: pointer;

}

#section4 .carousel .carousel-indicators{
    bottom: -40px;
}
#section4 .carousel .carousel-indicators li{
    background-color: #ccc;
}
#section4 .carousel .carousel-indicators li.active{
    background-color: #999;
}

#section4 .carousel .item img{
    min-width:100%;
    height: auto;
}

#section4 .carousel .glyphicon{
    top: 50%;
}
#section4 .carousel{
    padding:0px 25px;
}
#section4 .carousel .carousel-control.left{
    left: 25px;
    background-image: none;
}
#section4 .carousel .carousel-control.right{
    right: 25px;
    background-image: none;
}
#section4 .main_title {
    position: relative;
    margin: 45px auto;
    width: 40%;
    height: initial;
    transition: 0.3s all;
}
#section4 .main_title img {
    width: 100%;
}
#section4 .teaser {
    margin: 25px 0px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}
#section4 .teaser {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}

#section4 .Elves_speak{
    background-color: #651113;
    position: relative;
    display: inline-block;
    min-height: 300px;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
#section4 .Elves_speak li{
    list-style: none;
    
    
}
#section4 .Elves_speak li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0px;
    border-radius: 5px;
    transform: translate(0px, 8px);
    background-color: #fff;
}



#section4 .Elves_speak img{
    position: relative;
    display: inline-block;
    width: 10%;
    height: auto;
    vertical-align: middle;
}
#section4 .Elves_speak .list{
    position: relative;
    display: inline-block;
    width: 85%;
    margin-left: 5%;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;     
}

#section4 .Elves_speak .list img{
    width: 130px;
    margin: 30px 0px;
}
#section4 .teaser .content{
    width: 990px;
}

#section4 .teaser .content_box::before{
    content: '';
    position: absolute;
    clear: both;
}
#section4 .teaser .content_box img{
    width: 100%;
}
#waterfallArea{
    height:initial; 
    overflow:hidden; 
}
#waterfallArea .content_box{
    float: left;
    overflow:hidden;
    padding: 10px; 
    transition: 0.2s all;
}

#waterfallArea .content_box:hover{
    filter:drop-shadow(0px 0px 10px rgba(255,255,255,0.8));
    transition: 0.2s all;
}



@media screen and (max-width: 991px){
    #waterfallArea .content_box{
        padding: 15px;
    }
}
@media screen and (max-width: 768px){
    #waterfallArea .content_box{
        padding: 28px;
    }
}
@media screen and (max-width: 480px){
    #waterfallArea .content_box{
        padding: 15px;
    }
}




/* .footer */
.footer {
    text-align: center;
    background: #000;
    padding-bottom: 30px;
}

.footer .container
,#section4 .container{
    position: relative;
    width:1200px;
    margin:auto;
    padding: 15px;
    vertical-align: middle;
    display: inline-block;
}
.navbar .container{
    width: 1200px;
    margin: auto;
}
.footer li{
    display: inline-block;
    padding: 0px 15px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}
.footer li img{
    width: 100%;

}
.footer li:nth-of-type(1){
    width: 22%;
}
.footer li:nth-of-type(2){
    width: 20%;
}
.footer li:nth-of-type(3){
    width: 28%;
}
.footer li:nth-of-type(3) p{
    margin: 0%;
}
.footer li:nth-of-type(4){
    width: 30%;
    
}
.footer li:nth-of-type(4) img{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}
.footer li:nth-of-type(4) p{
    margin: 0px 0% 0% 2%;
    display: inline-block;
    width: 78%;
    vertical-align: middle;
}




.sideBar {
  position: fixed;
  display: block;
  left: -170px;
  top: 20%;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  z-index: 95;
  width: 217px;
  height: 85px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
 
.sideBar.active {
  left: -1px;
}
 
.sideBtn {
  position: absolute;
  top: 0;
  width: 47px;
  height: 100%;
  z-index: 10;
  right: 0;
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 0;
  text-align: center;
  background: transparent;
}
 
.sideBar a {
  display: block;
  background: url(../images/sidebtn.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
 
.sideBar.active a {
  background: url(../images/sidebtn_hover.png) no-repeat 0 0;
}




@media screen and (max-width: 1440px){
    #section2 .char_left img
    ,#section2 .char_right img{
        width: 300px;
        transition: 0.5s all;
    }
    #section2 .snow_flower{
        overflow: hidden;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    #section2 .snow_flower img{
        min-width: 100%;
        height: auto;
    }

    #section2 .char_left{
        left: 10vw;
        transition: 0.3s all;
    }

    #section2 .char_right{
        right: 10vw;
        bottom: -50px;
        transition: 0.3s all;
    }
    #section2 .main_title{
        width: 30vw;
        margin: 80px auto;
        transition: 0.3s all;
    }
    #section3 .content
    ,#section4 .content{
        width: 1080px;
        max-width: 100%;
        margin: auto;
    }

    #section3 .section3_footer img:nth-of-type(2){
        position: relative;
        margin: auto;
        transform: translate(0px,-150px);
    }
    #section3 .section3_footer img:nth-of-type(3){
        position: absolute;
        width: 300px;
        bottom: -50px;
        right: 0%;
    }
    #section3 .section3_footer img:nth-of-type(1){
        position: absolute;
        width: 600px;
        bottom: 0px;
        left: 0%;
    }
    
}
@media screen and (max-width: 1080px){
    #section3:after{
        transform: translate(-40%, 50%);
    }

    /*商品 輪播*/
    .modal .modal-dialog{
        width:calc(100vw - 30px);
        margin-top: 100px;

    }
    .modal .modal-dialog .modal-content  .carousel {
        width: 450px;
        margin: auto;
    }
    .modal .modal-dialog .modal-content .carousel-control.right{
        right: -60px;
    }
    .modal .modal-dialog .modal-content .carousel-control.left{
        left: -60px;
    }
    .modal .modal-dialog .modal-content .dollar{
        margin-bottom: 120px;
    }
    .modal .modal-dialog .modal-content .info_2{
        min-height: 100px;
    }


}
@media screen and (max-width: 991px){
    #section3 .content
    ,#section4 .content{
        width: 1080px;
        margin: auto;
    }
    #section4 .carousel{
        margin:30px 0px 60px 0px; 
        padding:  0px 15px;
    }
    .carousel-control.left{
        left: 15px;
    }
    .carousel-control.right{
        right: 15px;
    }
}

@media screen and (max-width: 768px){
    #section2 .char_left img
    ,#section2 .char_right img{
        width: 240px;
        transition: 0.5s all;
    }
    #section2 .char_left{
        left: 3vw;
        transition: 0.3s all;
    }

    #section2 .char_right{
        right: 3vw;
        bottom: -39px;
        transition: 0.3s all;
    }
    #section2 .main_title{
        width: 40vw;
        margin: 150px auto;
        transition: 0.3s all;
    }
    #section2 .tree_left{
        bottom: 40px;
        transition: 0.3s all;
    }
    #section2 .tree_left img{
        transform: translate(-30%, 0px);
        width: 380px;
        transition: 0.3s all;
    }
    #section2 .tree_right{
        bottom: 40px;
        transition: 0.3s all;
    }
    #section2 .tree_right img{
        transform: translate(30%, 0px);
        width: 380px;
        transition: 0.3s all;
    }
    #section3 .main_title{
        width: 70%;
        transition: 0.3s all;
    }
    #section3 .content
    ,#section4 .content{
        width: 450px;
    }
    #section3:after{
        width: 100px;
        height: 100px;
        transform: translate(-20%, 50%);
    }
    #section3 .content .card_wrapper{
        margin: 0px 0px 50px 0px;
    }

    #section3 .section3_footer img:nth-of-type(2){
        position: relative;
        margin: auto;
        width: 100%;
        height: auto;
        transform: translate(0px,-60px);
    }
    #section3 .section3_footer img:nth-of-type(3){
        display: none;
    }
    #section3 .section3_footer img:nth-of-type(1){
        display: none;
    }
    #section3 .warning_board .warning_content{
        padding: 30px 30px;
        font-size: 16px;
    }

    #section3 .warning_content li:before{        
        left: 18px;
    }
    #section3 .warning_board .warning_content li{
        padding-bottom: 8px;
    }
    #section3 .section3_footer{
        margin-top: 150px;
        height: initial;
    }
    .footer li:nth-of-type(1){
        width: 30%;
    }
    .footer li:nth-of-type(2){
        width: 28%;
        margin-right: 42%;   
    }
    .footer li:nth-of-type(3){
        width: 50%;
    }
    .footer li:nth-of-type(4){
        width: 50%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }
    #section4 .teaser img{
        width: 100%;
        
    }
    #section4 .teaser {
        
        width: 100%;
        overflow: hidden;
    }
    #section4 .teaser > img{
        width: 140%;
        transform: translate(-15%,0);
        
    }
    #section4 .Elves_speak{
        font-size: 16px;
    }
    #section4 .Elves_speak img{
        width: 20%;
    }
    #section4 .Elves_speak .list{
        width: 75%;  
        padding-left: 15px;     
    }

    .modal .modal-dialog .modal-content  .carousel {
        width: 350px;
    }


}
@media screen and (max-width: 480px){
    #section2{

        height: 70vh;

    }
    #section2 .char_left img
    ,#section2 .char_right img{
        width: 150px;
        transition: 0.5s all;
    }
    #section2 .char_left{
        left: 3vw;
        transition: 0.3s all;
    }
    #section2 .char_right{
        right: 3vw;
        bottom: -26px;
        transition: 0.3s all;
    }
    #section2 .main_title{
        width: 60vw;
        margin: 30px auto;
        transition: 0.3s all;
    }
    #section2 .tree_left{
        bottom: 60px;
        transition: 0.3s all;
    }
    #section2 .tree_left img{
        transform: translate(-40%, 0px);
        width: 300px;
        transition: 0.3s all;
    }
    #section2 .tree_right{
        bottom: 60px;
        transition: 0.3s all;
    }
    #section2 .tree_right img{
        transform: translate(40%, 0px);
        width: 300px;
        transition: 0.3s all;
    }
    
    
    .notice_board img.light {
        width: 100px;
        transition: 0.3s all;
    }
    .notice_board .store_open {
        width: 100px;
        transition: 0.3s all;
    }
    .notice_board .store_close {
        width: 100px;
        transition: 0.3s all;
    }
    #section3 .main_title
    ,#section4 .main_title{
        width: 90%;
        transition: 0.3s all;
    }


    #section3 .content
    ,#section4 .content{
        width: 100%;
    }
    #section3:after{
        width: 100px;
        height: 100px;
        transform: translate(0%, 10%);
    }
    #section3 .section3_footer{
        height: initial;
        margin-top: 80px;
    }

    .modal .modal-dialog{
        margin-top: 50px;
    }
    .modal .modal-dialog .modal-content .pd_cr
    ,.modal .modal-dialog .modal-content .pd_info{
        margin-top: 15px;
    }
    .modal .modal-dialog .modal-content  .carousel {
        width: 100%;
        margin: auto;
    }
    .modal .modal-dialog .modal-content .carousel-control.right{
        right: 0px;
    }
    .modal .modal-dialog .modal-content .carousel-control.left{
        left: 0px;
    }
    .modal .carousel .item{
        height: 320px;
    }
    
    .modal .modal-dialog .modal-content .dollar{
        margin-bottom: 60px;
    }
    .modal .modal-dialog .modal-content .info_2{
        min-height: 100px;
    }
    .modal .modal-dialog .modal-content .pd_cr{
        padding: 15px;
    }

    #section3 .warning_board {
        
        margin-top: 0px;
        
    }


    #section4 .coupon_text{
        font-size: 4vw;
        line-height: 3vh;
    }
    #section4 .copyBtn{
        font-size: 4vw;
        line-height: 3vh;
    }
    #section4 .Elves_speak{
        font-size: 12px;
    }
    
    .footer li{
        margin-bottom: 15px;
    }
    .footer li:nth-of-type(1){
        width: 42%;
    }
    .footer li:nth-of-type(2){
        width: 40%;
        margin-right: 18%;   
    }
    .footer li:nth-of-type(3){
        width: 100%;
    }
    .footer li:nth-of-type(4){
        width: 100%;
    }
    .footer li:nth-of-type(4) img{
        width: 15%;
    }
    
}

























@media (max-width:1200px) {
    #section3 .content .card_wrapper .card_box .card_box_ab{
        
        height: 100%
    }
    #section3 .content .card_wrapper .card_box p:nth-of-type(1){
        top: 100px;
    }
    #section3 .content .card_wrapper .card_box .clock{
        top: 100px;
    }
    #section3 .content .card_wrapper .card_box .img_box{
        top: 100px;
        height: 65%;
    }
    #section3 .content .card_wrapper .card_box p:nth-of-type(2){
        top: 100px;
    }

    .footer ul:after{
        width: 100%;
        left: 0%;
    }
    .footer ul{
        margin-top: 0px;
    }
    .carousel-inner {
        width: 100%;
        
    }
    .footer .container
    ,#section4 .container{
        width: 100%;
    }
    #section4 .carousel{
        padding:0px 0px;
    }
    #section4 .carousel .carousel-control.left{
        left: 0px;
    }
    #section4 .carousel .carousel-control.right{
        right: 0px;
    }
}


@media (max-width:480px) {
    .footer ul li:nth-child(2) img{
        transform: translate(-20px, -10px);
    }
    .footer ul{
        padding-left: 15px;
    }

    #section3 .content .card_wrapper .card_box p:nth-of-type(1){
        top: 80px;
        width: 35%;   
    }
    #section3 .content .card_wrapper .card_box p:nth-of-type(1)::after {
        right: -2px;
    }
    #section3 .content .card_wrapper .card_box .clock{
        top: 80px;
        width: 60%;
    }
    #section3 .content .card_wrapper .card_box .img_box{
        top: 80px;
        height: 63%;
    }
    #section3 .content .card_wrapper .card_box p:nth-of-type(2){
        top: 80px;
    }

}