<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&amp;display=swap');

@charset "utf-8";

/* CSS Reset */
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,

hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

caption,
th {
    text-align: left;
}

fieldset,
img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    letter-spacing: 0px;
    font-weight: normal;
}

ul li,
li {
    list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}

input,
textarea,
select,
button {
    font-size: 100%;
    font-family: inherit;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,

hgroup,
menu,
nav,
section {
    display: block;
}

div {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', arial, '微軟正黑體', sans-serif;
    line-height: 2;
    overflow-x: hidden;
    background: #f4f4f4
}

.space {
    clear: both;
    height: 0;
    line-height: 0
}

.ab {
    position: absolute
}

.op {
    opacity: 0
}

.hide {
    display: none;
}

a {
    transition: all .6s;
}

img {
    max-width: none;
}

/*load*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.load_logo {
    text-align: center;
    width: 200px;
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 200px;
    height: 2px;
    margin: auto 0;
    overflow: hidden;
}

.lds-ellipsis span {
    background: #e2296c;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s load infinite alternate
}

@keyframes load {
    0% {
        transform: translateX(-200px)
    }

    100% {
        transform: translateX(0)
    }


}

/*#e2296c */
.goto {
    width: 210px;
    height: 210px;
    background: url(../../images/lookbook/goto.png);
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    right: 10px;
    bottom: 20px;
    padding-top: 65px;
}

.goto span {
    animation: bigger 1.6s infinite alternate;
    display: inline-block
}

/* header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 100;
    margin: 0 auto;
    background: #fff;
    border-bottom: 3px solid #e2296c;
    background: #000
}

header .logo {
    float: left;
    margin: 20px 0 0 20px
}

header p {
    float: right;
    margin-right: 20px
}

header p a {
    color: #fff;
    display: inline-block;
    line-height: 70px;
    font-size: 15px;
    margin: 0 10px
}

header p a span {
    position: relative;
    display: block;
    transition: transform 0.3s cubic-bezier(0.46, 0.1, 0.29, 1), opacity 0.3s cubic-bezier(0.18, 0.06, 0.23, 1);
    transform-origin: 50% 50%;
    padding: 0 10px;
    letter-spacing: 2px
}

header p a span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    top: 50%;
    background-color: #dc0050;
    transform: translate3d(-50%, -50%, 0);
    z-index: -1;
    transition: width 0.3s cubic-bezier(0.46, 0.1, 0.29, 1), transform 0.3s cubic-bezier(0.46, 0.1, 0.29, 1);
}

header p a:hover span:before {
    width: 100%
} */

.kv {
    height: 80vh;
    /*background:url(../../images/lookbook/kv.jpg) center no-repeat; */
    min-height: 800px;
    /*margin-top: 70px;*/
    margin-top: 0;
    text-align: center;
    overflow: hidden
}

.d,
.m {
    position: absolute;
    /*top: 70px;*/
    top: 0;
    left: 50%;
    margin-left: -960px
}

.m {
    display: none;
    margin-left: -325px;
    top: 90px;
}

.kv h1 {
    padding-top: 50vh
}

.kv h2 {
    margin-bottom: 20px
}

.pinkline {
    width: 3px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: 90vh;
    left: 50%;
    margin-left: -2px;
    overflow: hidden;
    z-index: 5
}

.pinkline span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e2296c;
    animation: pinkline 3s infinite linear
}

.about {
    position: relative;
    z-index: 2;
    width: 80%;
    background: #e8e3db;
    margin: 0 auto;
    text-align: center;
    padding: 100px 50px;
    overflow-x: hidden;
}

.about h4 {
    color: #e2296c;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2px
}

.about h2 {
    margin: 20px 0 10px
}

.about p {
    font-size: 20px;
    margin-bottom: 20px
}

.about .word {
    margin-top: -12px;
    margin-left: -200px
}

.about .videobox {
    position: relative
}

.about .mackup {
    top: 62%;
    left: 50%;
    margin-left: 100px
}

.curveline1 {
    left: 50%;
    margin-left: 290px;
    top: -20px;
}

.curveline2 {
    left: 50%;
    margin-left: 330px;
    top: -25px;
}

.curveline3 {
    left: 50%;
    margin-left: -360px;
    bottom: 90px;
}

.curveline4 {
    left: 50%;
    margin-left: -390px;
    bottom: 90px;
}

.kol,
.kol2 {
    position: relative;
    margin-top: -50px;
    height: 960px;
    width: 100%;
    background: url(../../images/lookbook/kol1.jpg) center top;
    background-attachment: fixed
}

.kol2 {
    background: url(../../images/lookbook/kol2.jpg) center top;
    background-attachment: fixed
}

.summerlook {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 80%;
    margin: -50px auto 0;
    overflow-x: hidden;
}

.wrap_look {
    width: 80%;
    margin: 0 auto;
    min-height: 900px;
}

.base1,
.base2 {
    width: 355px;
    height: 355px;
    background: url(../../images/lookbook/product1.jpg);
    border: 8px solid #5c5c5c;
    z-index: 10;
    top: 250px;
    left: 50%;
    margin-left: -500px;
    overflow: hidden
}

.base1 .cover,
.base2 .cover {
    width: 100%;
    height: 100%;
    background: #5c5c5c;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s
}

.base2 .cover {
    background: #ddcbc2
}

.look figure .cover,
.look2 .look figure .cover {
    position: absolute;
    background: #5c5c5c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    transition: all 1s
}

.look2 .look figure .cover {
    background: #ddcbc2;
}

.base1 .name {
    top: -2px;
    left: -2px
}

.look {
    width: 790px;
    height: 744px;
    left: 50%;
    margin-left: -300px;
    top: 80px
}

.look figure {
    width: 766px;
    height: 537px;
    background: url(../../images/lookbook/p2.jpg);
    position: relative;
    overflow: hidden
}

.look figure img {
    transition: all 1s
}

.look figure:hover img {
    opacity: 0
}

.look .frame {
    right: 0;
    top: 20px;
    pointer-events: none
}

.look h2 {
    left: 150px;
    bottom: 100px
}

.look p {
    left: 155px;
    bottom: 30px;
    line-height: 1.6;
    font-size: 20px;
}

.look .word {
    right: -20px;
    bottom: 150px;
    z-index: 10
}

.pinkline2 {
    width: 3px;
    height: 80px;
    margin: 0 auto;
    z-index: 5;
    background: #e2296c;
}

.howtoword {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    padding: 50px 0
}

.slider_pic {
    width: 640px;
    margin: 0 auto
}

.slider_pic div,
.slider_mackup div {
    outline: none
}

.howto {
    position: relative;
    padding-bottom: 80px;
    max-height: 983px;
}

.slider_mackup {
    width: 300px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -450px
}

.slide_m {
    position: relative
}

.slide_m .item {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding-bottom: 60px
}

.slide_m .dotbg {
    bottom: 0;
    left: 0
}

.slide_m .skinbg {
    bottom: 20px;
    left: 20px
}

.arrow_prev {
    transform: scale(-1);
    left: 10%
}

.arrow_prev,
.arrow_next {
    cursor: pointer;
    width: 38px;
    height: 70px;
    position: absolute;
    top: 35%;
    margin-top: -35px;
    z-index: 5
}

.arrow_next {
    right: 10%;
}

.howto .dec {
    margin-top: 100px;
    padding: 0 20px
}

.howto p {
    font-size: 18px;
}

.howto h4 {
    color: #e2296c;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 10px;
    font-size: 15px
}

.slick-slide .item {
    transform: scale(.8);
    transition: all .6s
}

.slick-current .item {
    transform: scale(1)
}

.sm2 .item {
    padding-bottom: 40px
}

.base2 {
    background: url(../../images/lookbook/product2.jpg);
    border: 8px solid #ddcbc2
}

.look2 .look figure {
    background: url(../../images/lookbook/p2-2.jpg);
    overflow: hidden;
    background-size: cover
}

.slick-disabled {
    opacity: .2;
    cursor: auto
}

/*product*/

.product {
    text-align: center;
    background: #fff;
    margin-top: 80px;
    padding: 80px 0;
    position: relative
}

.product h3 {
    font-size: 36px;
    line-height: 1.2
}

.slider_pr {
    width: 90%;
    max-width: 1280px;
    margin: 100px auto 0
}

.slide_pr {
    outline: none;
    padding: 0 20px
}

.next,
.prev {
    position: absolute;
    top: 50%;
    right: 5%;
    cursor: pointer;
    z-index: 10
}

.prev {
    transform: scale(-1);
    left: 5%;
    right: auto
}

.slide_pr h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2
}

.slide_pr h4 span {
    font-size: 18px;
}

.slide_pr h5 {
    color: #431d11;
    font-size: 18px;
    line-height: 1.6;
    margin: 10px 0;
}

.slide_pr p {
    line-height: 1.6;
    font-size: 16px;
}

.slide_pr .price {
    margin: 10px 0
}

.dec_pr {
    margin-top: 20px;
}

.newitem {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative
}

.newitem .bg {
    width: 100%;
    height: 50%;
    transition: all .6s
}

.newitem.i1 .bg {
    background-image: linear-gradient(to right, #f6e3d0, #fdf4e7);
}

.newitem.i2 .bg {
    background-image: linear-gradient(#feccc1, #fdefdf);
}

.newitem.i3 .bg {
    background-image: linear-gradient(#f5e8d5, #fedac2);
}

.newitem.i4 .bg {
    background: #FDEFEC;
}

.newitem.i5 .bg {
    background-image: url(../../images/lookbook/liquid.jpg);
    background-size: cover
}


.newitem:hover .bg {
    height: 100%;
}

.newitem img {
    transform: scale(.9);
    transition: all .6s
}

.newitem:hover img {
    transform: scale(1)
}

.icon_bestsell {
    width: 48px;
    height: 48px;
    background: url(../../images/lookbook/icons.png) no-repeat;
    top: 0;
    right: 0;
    z-index: 2
}

.icon_new {
    width: 60px;
    height: 28px;
    background: url(../../images/lookbook/icons.png) -76px -10px no-repeat;
    top: 0;
    left: 0;
    z-index: 2
}

.more {
    display: inline-block;
    color: #000;
    width: 138px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #000;
    line-height: 38px
}

.more:hover {
    background: #000;
    color: #fff
}

footer {
    background: #000;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    color: #eee
}




#toggle {
    left: 1%;
    top: 1%;
    position: fixed;
    z-index: 1009;
    width: 70px;
    height: 70px;
    margin: 0;
    cursor: pointer;
}

#toggle span {
    display: block;
    position: absolute;
    width: 2.2em;
    height: 5px;
    margin: 1em 0 0 0;
    background: #fff;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    top: 14px;
    right: 16px;
    border-radius: 5px
}

#toggle span:before,
#toggle span:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #fff;
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    border-radius: 5px
}

#toggle span:before {
    margin: -12px 0 0 0;
}

#toggle span:after {
    margin: 12px 0 0 0;
}

#toggle.open span {
    background-color: transparent;
}

#toggle.open span:before,
#toggle.open span:after {
    margin: 0;
    background: #fff;
}

#toggle.open span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

#toggle.open span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu {
    display: flex;
    opacity: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
    color: #fff;
    top: 0;
    left: 0
}

#menu.opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s ease all;
    -moz-transition: 1s ease all;
    transition: 1s ease all;
}

#menu span#title {
    display: block;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    font-size: 5em;
    color: #fff;
}

#menu .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    text-align: center;
}

#menu .menu div {
    width: 80%;
    margin: 0 auto
}

#menu .menu ul li {
    display: block;
    width: 100%;
    font-size: 30px;
}

#menu .menu a:hover {
    color: #E3D2DD
}

#menu .menu a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #878787;
    padding: 30px 0;
    opacity: 0
}

#menu .menu li:nth-child(1) a.move {
    animation: moveleft .6s .4s forwards
}

#menu .menu li:nth-child(2) a.move {
    animation: moveleft .6s .6s forwards
}

#menu .menu li:nth-child(3) a.move {
    animation: moveleft .6s .8s forwards
}

#menu .menu li:nth-child(4) a.move {
    animation: moveleft .6s 1s forwards
}



/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    top: 660px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '●';
    text-align: center;


    color: #ccc;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {

    color: #dc0050;
}



@media screen and (max-width: 1440px) {
    .prev {
        left: 0
    }

    .next {
        right: 0
    }

    .goto {
        transform: scale(.8)
    }

}

@media screen and (max-width: 1300px) {
    .summerlook {
        width: 90%
    }

}



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

    /* header {
        height: 90px
    } */

    /* header p {
        display: none
    } */

    .nav_m {
        display: block
    }

    /* header .logo {
        width: 38%;
        margin: 20px auto 0;
        float: none
    } */

    img {
        width: 100%;
        height: auto
    }

    .kv h2,
    .kv h1 {
        width: 50%;
        margin: 0 auto
    }

    .kv h1 {
        padding-top: 55vh
    }

    .kv h3 {
        width: 80%;
        margin: 0 auto
    }

    .kv {
        background: url(../../images/lookbook/kv_m.jpg) center top;
        background-size: cover;
        /*margin-top: 90px;*/
        margin-top: 0;
        overflow: hidden
    }

    .goto {
        right: 0;
        bottom: 0
    }

    .pinkline {
        top: 85vh
    }

    .about {
        width: 100%;
        height: 1063px;
        overflow: hidden
    }

    .about h2 {
        width: 75%;
        margin: 0 auto;
        margin-top: 10px
    }

    .videobox video,
    .word {
        width: 90%;
    }

    .about .word {
        margin-left: 30px;
        margin-top: -15px
    }

    .look {
        width: 82%;
        margin-left: 0;
        left: auto;
        right: 5%;
        height: auto;
        top: 200px
    }

    .look figure,
    .summerlook,
    .wrap_look {
        width: 100%;
    }

    .kol2,
    .kol1 {
        overflow: hidden;
    }

    .look figure {
        height: auto;
        background-size: cover
    }

    .look figure img {
        display: block
    }

    .look .frame {
        right: -20px;
        width: 100%
    }

    .about p {
        font-size: 26px
    }

    .curveline1 {
        margin-left: 40%;
    }

    .curveline2 {
        margin-left: 36%;
    }

    .curveline3 {
        margin-left: -50%;
    }

    .curveline4 {
        margin-left: -55%;
    }

    .kol,
    .kol2 {
        height: 460px;
        background-size: cover;
        background-attachment: inherit
    }

    .look .word {
        width: 45%;
        bottom: -10%
    }

    .look h2 {
        bottom: -25%;
        left: 50px
    }

    .look p {
        bottom: -45%;
        font-size: 23px;
        left: 50px
    }

    .look p br {
        display: none
    }

    .base1,
    .base2 {
        left: 0;
        margin-left: 0;
        transform: scale(.7);
        top: 0px;
    }

    .wrap_look {
        position: relative;
        min-height: 850px;
        overflow: hidden
    }

    .slider_pic {
        width: 580px
    }

    .slider_mackup {
        left: 0;
        margin-left: 0;
        top: 28%
    }

    .slider_mackup img {
        width: 82%
    }

    .slick-dots {
        top: 600px;
        margin-left: 200px;
    }

    .howto p {
        font-size: 24px
    }

    .arrow_prev {
        left: 5px
    }

    .arrow_next {
        right: 5px
    }

    .product h2 {
        width: 40%;
        margin: 0 auto
    }

    .newitem {
        height: 500px;
    }

    .newitem img {
        min-height: 500px;
        width: auto
    }

    .i1 img {
        width: 80%;
        height: auto;
        min-height: auto
    }

    .slide_pr h4 {
        font-size: 36px;
    }

    .product h3 {
        font-size: 40px
    }

    .slide_pr h4 span {
        font-size: 30px;
    }

    .slide_pr h5,
    .slide_pr p,
    .more {
        font-size: 26px
    }

    .prev img,
    .next img {
        width: 70%;
    }

    .prev,
    .next {
        top: 60%;
    }

    .price {
        font-size: 24px
    }

    .more {
        width: 60%;
        padding: 10px 0
    }

    .icon_bestsell {
        width: 70px;
        height: 70px;
        background-size: cover
    }

    .icon_new {
        width: 100px;
        height: 68px;
        background: url(../../images/lookbook/icons.png) -100px -10px no-repeat;
        background-size: cover;
    }

    .m {
        display: block
    }

    .d {
        display: none
    }
}

.zoom {
    animation: bigger 1s forwards
}

.zoom2 {
    animation: zoom 6s infinite alternate
}

.zoom3 {
    animation: bigger 2s
}


@keyframes pinkline {
    0% {
        transform: translateY(100px)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-100px)
    }

}


@keyframes bigger {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        transform: scale(1);
        opacity: 0
    }

    40% {
        transform: scale(1);
        opacity: 0
    }

    70% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes moveleft {
    from {
        opacity: 0;
        transform: translateX(-100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

#activity_botton {
    right: 8%;
}
</pre></body></html>