<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body,html{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
	font-family: Microsoft JhengHei;
	font-size: 15px;
	line-height: 1.6em;
    color: #ffffff;
	width: 100%;
	max-height: 100%;
    background-position: center;
    background-size: 2400px;
    background-attachment: fixed;
    background-color: #000;
}

a {
    text-decoration: none;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    text-decoration-color: -moz-use-text-color;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.down1{
    margin-bottom: -30px;
}
.girlbox{
    margin: 15px;
}
a:hover {
    text-decoration: none;
}
.brand{
    padding-top: 2px;
}


.img-responsive {
    margin: 0 auto;
}

small {
    font-size: 75%;
    color: #666666
}

header {
    overflow: hidden;
    z-index: 8888;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #e7e7e7
}

header {
    padding: 0px !important;
}


nav.navbar.navbar-default {
    min-height: 60px;
    padding: 0;
}

header .navbar-brand {
    margin: 0 0 0 0 !important;
    padding: 5px 0 !important;
}

header .navbar-brand img {
    width: 210px;
    height: auto
}



main .visualBox {
    background-image: url(../images/back.jpg);
    background-size: 100% 100%;
    overflow: hidden;
    background-position: top center;
    position: relative;
    background-repeat: repeat-x;
}

main .visualBox .container {
    text-align: right;
    position: relative;
}


main h1 {
    text-align: center;
    margin: 0;
    position: relative;
    padding: 60px 0 0 0
}

main h1 .title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -20px
}

main h1 .title img {
    max-width: 470px;
    margin: 0 auto;
}


main .contentBox .outsiderbox {
    position: relative;
    background-color: red;
    overflow: hidden;
}

main .contentBox [class^="col-"] {
    padding: 0px 0 0 0 !important
}



footer {
    background-color: #222222;
    color: #fff;
    padding: 1em 0;
    text-align: center;
}

.method-title {
    font-size: 2.2em;
    font-weight: bold;
}

.not {
    font-size: 22px;
    font-weight: bold;
    color: #c77115;
    padding: 5px
}

.btnset {
    text-align: center;
    /* margin: 0 auto 50px; */
}

.btnset a {
    color: #f1c500;
    border: 3px solid #880f0f;
    background-color: #f1c500;
    box-shadow: 3px 5px #880f0f;
    border-radius: 30px;
    font-size: 1.8em;
    font-weight: bolder;
    padding: 0.2em 1em;
    display: inline-block;
}

.btnset a:hover {
   /* color: rgb(44, 40, 1);*/
	color: #FFF;
    border: 3px solid #D33657;
    background-color: #D33657;
}

.btnset.btn_new a { 
    background-color: transparent; 
    border: none; 
    } 
    
    .btnset.btn_new a:hover { 
    background-color: transparent; 
    border: none; 
    }


@media (max-width: 992px) {
    header .container {
        width:100%
    }

    header .container {
        min-height: 50px;
        padding: 0px !important
    }


    header .container .navbar-brand img {
        width: 100%;
        width: 200px;
        height: auto
    }

    header .container .navbar-header {
        width: auto !important
    }

    main .visualBox {
        min-height: inherit;
    }

    main .visualBox .container {
        text-align: right;
        position: relative;
        padding:0;
        width: 100%;
    }





    main h1 .title img {
        max-width: 300px;
        margin: 0 auto
    }

}

@media (max-width: 767px) {

    footer span {
        display: block
    }
}



.btnset a {
    color: #282828;
    border: 3px solid #282828;
    background-color: #fff;
    box-shadow: 3px 5px #282828;
    line-height: 1.2;
}/*靘��縧�偦��*/

.btnset a:hover {
/*    color: rgb(44, 40, 1);*/
    color:#BE394F;
    border: 3px solid #BE394F;
    background-color: #fff;
    box-shadow: 3px 5px #8C2131;
}/*靘��縧�偦�𥟇�煾�删宏��*/



/* �湧�𠰴�舘汗��珦tart */
body{
    scroll-behavior: smooth;
}



/* go top start */
#gotop {
    position:fixed;
    z-index:90;
    right:30px;
    bottom:31px;
    width:40px;
    height:40px;
    color:#fff;
    background:rgba(0,0,0,0.6);
    line-height:45px;
    border-radius:50%;
    transition:all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    display: flex;
    justify-content: center;
    align-items: center;
}

#gotop a{
    display: block;
    color:#FFF;
    font-size: 30px;
    font-weight: bold;
}

.arrowUp {
    width: 14px;
    height: 14px;
    transform: rotate(45deg) translate(2px , 2px);
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
}
/* go top end */


.topBnAll {
    position: relative;
    overflow: hidden;
}

.arrowUp {
    width: 14px;
    height: 14px;
    transform: rotate(45deg) translate(2px , 2px);
    border: 1px solid #fff;
    border-bottom: 0;
    border-right: 0;
}


::selection {
    color: #fff;
    background: #32BAB8;
  }

.pt-20{
    padding-top: 20px;
}


.topicBox{
    position: relative;
}

.animeItem {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.anime_upDown{
    animation: upDown 3s infinite linear;
}

@keyframes upDown{
    0%,100%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(10px);
    }
}


/* 頛芣偘�鍂 */
html, body {
    margin: 0;
    padding: 0;
  }

  * {
    box-sizing: border-box;
  }

  .slider {
      width: 100%;
      /* margin: 100px auto; */
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .visualBox .slick-slide {
    margin: 0px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }

  .regular,.pc2pppbox{
      background-color: #fff;
      padding-top: 25px;
      padding-bottom: 25px;
  }

  .productSetprice a{
    text-decoration: none;
    color: #000;
  }
  .productSetprice a h4{
    text-align: center;
    font-weight: bold;
    margin: 0;
    /* font-size: 18px; */
    font-size: 16.5px;
  }
  .productSetprice .priceBox {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  .productSetprice .priceBox .oriprice{
      text-decoration: line-through;
      padding-right: 10px;
      color: #999;
  }

  .productSetprice .priceBox .oriprice.text-white{
      color: #fff;
  }

  .productSetprice .priceBox .speprice{
    color: red;
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
  }

  .productSetprice .priceBox .speprice .greytext{
      font-size: 13px;
  }
  .productSetprice .priceBox .speprice .greytext.average{
    font-size: 11px;
}


  .topCarbox{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 30%;
  }

  *:focus-visible {
        outline: none !important;
    }
    *:focus {
        outline: none !important;
    }

    .box {
        max-width: 245px;
        padding: 5px;
        height: 54px;
        padding-top: 12px;
        margin: 0 auto;
    }
    .ellipsis {
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
    .text-white{
        color: #fff;
    }
    .slick-prev:before, .slick-next:before{
        color: #000 !important;
    }
    .slick-next {
        right: 7px !important;
        z-index: 5;
    }
    .slick-prev {
        left: 8px !important;
        z-index: 5;
    }
    .slick-next:before {
        content: '' !important;
        display: block;
        width: 20px;
        color: transparent;
        height: 20px;
        border-top: 3px solid #0B7CBB;
        border-right: 3px solid #0B7CBB;
        transform: rotate(45deg);

    }
    .slick-prev:before {
        content: '' !important;
        display: block;
        width: 20px;
        color: transparent;
        height: 20px;
        border-top: 3px solid #0B7CBB;
        border-left: 3px solid #0B7CBB;
        transform: rotate(-45deg) translateX(-2px);
    }

    .visualBox .slick-dots{
        bottom: 6px;
    }

    .slick-dots li button:before{
        /* font-size: 44px; */
        color: #869791;
    }
    .slick-dots li.slick-active button:before{
        color: #869791;
    }

  /* 頛芣偘�鍂 end */

    /* swiper */
    * [class^="swiper-container"]{
        margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;
    }
    .swiper-wrapper{
        z-index: 10;
    }


    /* swiper end */



  


    /* �湧�𠰴�舘汗��珦tart */
body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}

.sidepanel  {
    /* width: 250px; */
    position: fixed;
    z-index: 20;
    height: auto;
    top: 100px;
    right: -180px;
    background-color: #000;
    /* border: 3px solid #ddd28d; */
    border-right: none;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 30px;
    border-radius: 30px 0 0 45px;
  }
  
  
  .sidepanel a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #f1f1f1;
    background-color: #32BAB8;
  }
  .sidepanel a.closebtn{
      padding: 8px;
  }
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 16px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 15;
  }
  
  .openbtn:hover {
    background-color:#444;
  }
/* �湧�𠰴�舘汗��珻nd */

/* ��𧢲�罸�詨鱓 */
.dropbtn {
    background-color: #ddd;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: #ccc;
  }
  
  .dropdown {
  /*   position: relative; */
    display: inline-block;
    right: -37px;
    top: 30px;
    transform: translate(-50%, -50%);
    z-index: 10000;
    position: fixed;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .hamline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.hamline div {
    width: 40px;
    height: 4px;
    background-color: aliceblue;
    border-radius: 20px;
    margin-bottom: 4px;
    margin-top: 4px;
}


/* ��𧢲�罸�詨鱓 end */

  /* row靽格迤 */
  .row{
      margin: 0;
  }

    * [class^="col-"]{
        padding-left: 0px;
        padding-right: 0px;
    }

    /* row靽格迤 end */


    .aniview{
        opacity: 0;
    }

    section#kvTopBN {
        padding-top: 60px;
        /* overflow: hidden; */
    
    }

    
    footer p{
        margin: 0;
    }

    .methodBoxAll{
        padding-top: 20px;
        padding-bottom: 20px;
        font-weight: bold;
    }

    .methodBox ul{
        list-style-type: none;
        padding: 0;
    }
    
    
    .actallBox .swiper-container{
        padding-bottom: 30px;
    }
    
    
    h4.specialtitle {
        font-size: 30px;
        text-align: center;
        background-color: #ff6142;
        border-radius: 10px 10px 0 0;
        padding-top: 5px;
        /* padding-bottom: 5px; */
        color: #fff;
        font-family: arial;
        margin-bottom: 0;
    }
    .specialbox{
        background-color: #fff;
        border: 3px solid;
        padding: 5px 10px;
    }
    .specialbox1{
        border-color: #ff6142;
    }
    .specialbox2{
        border-color: #008edf;
    }
    h4.specialtitle2{
        background-color: #008edf;
    }
    .specialboxsize{
        margin: 10px 5px;
    }
    .more_logo{
        background-color: #ffffff9d;
    }

    .productSetprice .priceBox .oriprice.freelabel {
        margin-right: 0px;
        display: block;
        width: 100%;
        text-align: center;
    }


    .productSetprice .priceBox .oriprice.freelabel {
        background-color: red;
        color: #fff;
        text-decoration: none;
        padding-right: 4px;
        padding-left: 4px;
        border-radius: 5px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 5px;
    }
    .swiper-container3{
        padding-bottom: 20px;
    }
    
    a:hover{
        color: #3e68c7;
        scroll-behavior: smooth;
    }


    /* ============================= 20211021 */

    section#method a {
        margin: 0 3px;
    }
    section#method a:hover {
        color: #e21211;
    }

    .animepppBox {
        position: absolute;
        width: 46%;
        left: 30%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .topppBox {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    
    .storageBox img {
        padding: 5px;
    }
    .logo{
        text-align: center;
    }
 
    section.newitemBox{
        background-image: url(../images/newitemBG.webp);
        background-size: 2400px;
        background-position: center;
    }
    .more_logo.logo{
        text-align: center;
    }

    .fragranceBox{
        background-color: #fff;
        padding: 5px 10px;
        margin: 15px;
        border: 3px solid #3c352b;
    }
    .carpppbgBox{
        background-image: url(../images/carBoxbg.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding-top: 22px;
    }

    .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px;
    }

    .topp1{
        position: absolute;
        width:38%;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
    }
    .topp2{
        position: absolute;
        width: 49%;
        left: 5%;
        bottom: 0;
    }
    .topmo1{
        position: absolute;
        width:80%;
        right: 10%;
        top: 51%;
        transform: translateY(-50%);
    }
    .topmo2{
        position: absolute;
        width:94%;
        right: 3%;
        bottom: -4%;
        transform: translateY(-50%);
    }

    
    .productSetprice .priceBox{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    @media screen and (max-width: 1659px){
        
    }
    @media screen and (max-width: 1399px){
        
    }
    @media screen and (max-width: 1199px){
        section.newitemBox{
            background-size: cover;
        }
        
    }

    @media screen and (max-width: 991px){
        
    }




    @media screen and (max-width: 767px){
        .method-title{
            font-size: 1.6em;
        }
        .animepppBox{
            width: 88%;
            left: 0;
            transform: translateX(15px) translateY(12px);
        }
        body{
            background-size: 154%;
        }
        section{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .fragranceBox{
            margin: 8px;
            padding: 5px 5px;
        }
        .topcarpppBox{
            position: absolute;
            width: 100%;
            right: 0;
            bottom: 0;
            top: auto;
            transform: translateY(0%);
        }
    }

    @media screen and (max-width: 640px){
        
    }

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

</pre></body></html>