@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://use.typekit.net/scx2czm.css");
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC";
}

body #storeSelectBoxItContainer {
    width: calc(100% - 62px);
    height: 90px;
    display: inline-block;
    padding: 0 60px 0 10px;
    font-size: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2c2c2c;
    margin-bottom: 3.5%;
    border: 1px solid #322c25;
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-arrow-down.svg) no-repeat -webkit-calc(100% - 22px) 40px;
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-arrow-down.svg) no-repeat -moz-calc(100% - 22px) 40px;
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-arrow-down.svg) no-repeat calc(100% - 22px) 40px;
    background-color: rgba(255, 255, 255, 0.85);
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 2px 26px;
    margin: 0 auto 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    font-size: 0.9rem;
    font-weight: normal;
    background-color: #fff;
    color: #2c2c2c;
}

body #storeSelectBoxItContainer .selectboxit-btn {
    padding-left: 0;
}

body #storeSelectBoxItContainer .selectboxit-text {
    font-size: 1.7rem;
    font-weight: normal;
    background-color: #fff;
    color: #2c2c2c;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body.fixed {
    overflow: hidden
}

section {
    position: relative
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

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

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: """"
}

body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

em,
i {
    font-style: normal
}

a {
    text-decoration: none;
    color: #656565
}

img {
    vertical-align: middle
}

input {
    border: none;
    outline: none;
    color: #333
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.pc {
    display: block !important
}

@media screen and (max-width:991px) {
    .pc {
        display: none !important
    }
}

.mobile {
    display: none !important
}

@media screen and (max-width:991px) {
    .mobile {
        display: block !important
    }
}

select {
    width: 100%;
    height: 36px;
    display: inline-block;
    padding: 0 60px 0 10px;
    font-size: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #2c2c2c;
    margin-bottom: 3.5%;
    border: 1px solid #322c25;
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-arrow-down.svg) no-repeat calc(100% - 30px) 25px;
    background-color: rgba(255, 255, 255, 0.85);
    background-size: 26px;
    border-radius: 5px
}

select option {
    font-size: 0.8rem;
    padding: 5px;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

select:disabled {
    color: #878787;
    display: none
}

select:invalid {
    color: #878787
}

#dej-layout-wrap {
    max-width: 750px;
    margin: 0 auto;
    position: relative
}

#dej-layout-wrap section .container {
    max-width: 100% !important;
    -webkit-max-width: 100% !important;
    padding: 0;
    margin: 0
}

#dej-layout-wrap section>img {
    display: block;
    width: 100%;
    margin: 0 auto
}

#dej-layout-wrap h1 {
    font-size: 4rem
}

#dej-layout-wrap p.subtitle {
    font-size: 3rem;
    text-align: center
}

#dej-layout-wrap a {
    text-decoration: none;
    display: block;
    text-align: center
}

#dej-layout-wrap .chkbox {
    display: block;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 2.5rem;
    color: #000;
    padding-left: 44px
}

#dej-layout-wrap .chkbox input {
    display: none
}

#dej-layout-wrap .chkbox:after {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 4px;
    left: 0;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 0;
    border: 1px solid #696969;
    background-color: #fff;
    outline: 1px solid #696969;
    z-index: 1
}

#dej-layout-wrap .chkbox.active:before {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 2px;
    content: "";
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-check.png) no-repeat center/24px;
    background-color: transparent;
    display: inline-block;
    visibility: visible;
    color: #fff;
    z-index: 2
}

#dej-layout-wrap .chkbox a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: normal;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}

#dej-layout-wrap .rdobox {
    cursor: pointer;
    font-size: 1.8rem;
    color: #fff;
    position: relative;
    padding-left: 25px
}

#dej-layout-wrap .rdobox input {
    display: none
}

#dej-layout-wrap .rdobox:after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    left: 0;
    content: " ";
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 0;
    border: 1px solid #fff;
    outline: 1px solid #fff;
    z-index: 1
}

#dej-layout-wrap .rdobox.active:before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 14px;
    left: 1px;
    content: "";
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/icon-check.png) no-repeat center/16px;
    background-color: transparent;
    display: inline-block;
    visibility: visible;
    color: #fff;
    z-index: 2
}

#dej-layout-wrap .btn-dej {
    background: #c3873b;
    color: white;
    display: inline-block;
    border-radius: 36px;
    width: 185px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 1.5rem;
}

#dej-layout-wrap .btn-dej:hover {
    color: #fff;
    text-decoration: none
}

#dej-layout-wrap .page_stick {
    position: fixed;
    bottom: 0;
    right: calc(50% - 375px);
    display: flex;
    flex-direction: column;
    z-index: 15;
}
#dej-layout-wrap .page_stick .stick_btn1 {
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/stick_bg_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
    width: 100%;
    padding-bottom: 29%;
}
#dej-layout-wrap .page_stick .stick_btn2 {
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/stick_bg_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    cursor: pointer;
    width: 100%;
    padding-bottom: 46%;
}

#dej-layout-wrap .kv-section {
    height: 1605px;
    min-height: 1605px;
    padding-top: 45px;
    position: relative;
}

#dej-layout-wrap .kv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#dej-layout-wrap .kv-section .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

#dej-layout-wrap .kv-section .flex .flex-r {
    margin: 0 auto;
    text-align: center;
}

#dej-layout-wrap .kv-section .flex .flex-r .kv_logo {
    width: 100%;
    margin: 0 0 50px;
    display: block;
}
#dej-layout-wrap .kv-section .flex .flex-r .kv_logo svg {width: 170px;}
#dej-layout-wrap .kv-section .flex .flex-r .kv_logo svg path {fill: #000;}

#dej-layout-wrap .kv-section .flex .flex-r h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #b18049;
    line-height: 1;
    margin-bottom: 30px;
}
#dej-layout-wrap .kv-section .flex .flex-r h3 {
    font-size: 2.25rem; 
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
}
#dej-layout-wrap .kv-section h6 {
    margin-top: 500px;
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    color: #b18049;
    position: relative;
    z-index: 1;
}
#dej-layout-wrap .kv-section p {
    margin: 90px 0 0 110px;
    width: fit-content;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 1.25rem;
}

#dej-layout-wrap .kv-section .btns {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.btns button {
    margin: 0 16px;
}

#dej-layout-wrap .section-1 {
    height: 1820px;
    min-height: 1820px;
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/sec1_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 750px;
    padding-top: 625px;
}
#dej-layout-wrap .section-1 h3 {
    font-size: 2.25rem;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
    width: 100%;
    text-align: center;
}
#dej-layout-wrap .section-1 h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #b18049;
    line-height: 1;
    width: calc(100% - 42px);
    text-align: center;
    margin-left: 42px;
}
#dej-layout-wrap .section-1 h6 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #b18049;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 30px;
}
#dej-layout-wrap .section-1 h6 span {
    margin-right: 55px;
}
#dej-layout-wrap .section-1 p {
    font-size: 1.25rem;
    text-align: center;
}
#dej-layout-wrap .section-1 .sec1_block1 {margin: 120px 75px 0 400px;}
#dej-layout-wrap .section-1 .sec1_block2 {margin: 130px 435px 0 110px;}
#dej-layout-wrap .section-1 .sec1_block3 {margin: 120px 90px 0 430px;}

#dej-layout-wrap .section-1 .btns {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 65px;
}


#dej-layout-wrap #section-form {
    background: url(https://sisleyparistw.com/2024-10_Sisleya_IE/img/form-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1700px;
    min-height: 1700px;
    padding-top: 115px;
}

#dej-layout-wrap #section-form h3 {
    font-size: 2.5rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: 20px;
    text-align: center;
    color: #b4a074;
    padding-top: 70px;
    padding-bottom: 50px
}

#dej-layout-wrap #section-form #form {
    margin: 0 auto
}

#dej-layout-wrap #section-form #form .title {
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #b18049;
}

#dej-layout-wrap #section-form p {
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    text-align: center;
    width: 630px;
    margin: 0 auto;
}

#dej-layout-wrap #form .info {
    width: fit-content;
    text-align: left;
    margin: 0 0 70px 250px;
    letter-spacing: 2px;
    line-height: 1.4;
}

#dej-layout-wrap #form .info span {
    color: #000;
    font-size: 1.35rem;
    font-weight: 500;
}
#dej-layout-wrap #form .info.bottom_info {
    width:100%;
    margin: -20px auto 0;
    text-align: center;
}

#dej-layout-wrap #section-form p a {
    color: #fff;
    display: inline;
    font-size: 1.5rem
}

#dej-layout-wrap #section-form form {
    margin-top: 80px;
    padding-top: 0
}

#dej-layout-wrap #section-form form input[type=email],
#dej-layout-wrap #section-form form input[type=tel],
#dej-layout-wrap #section-form form input[type=text] {
    display: block;
    width: calc(100% - 62px);
    height: 90px;
    padding: 10px 30px;
    margin: 0 auto 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #fff;
    color: #686868
}

#dej-layout-wrap #section-form form p.tbox,
#dej-layout-wrap #section-form form select,
#dej-layout-wrap #section-form form textarea {
    display: block;
    width: calc(100% - 62px);
    height: 90px;
    padding: 10px 30px;
    margin: 0 auto 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #fff;
    color: #686868
}

#dej-layout-wrap #section-form form #store_change_button {
    background: 0 0;
    line-height: 0;
    text-align: left;
    height: 90px;
    margin-left: 0;
    letter-spacing: 0;
    width: 100%
}

#dej-layout-wrap #section-form form button:hover {
    color: #fff;
    text-decoration: none
}

.form_c li {
    display: block;
    width: calc(100% - 62px);
    height: 67px;
    padding: 10px 26px;
    margin: 0 auto 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 0;
    font-size: 1.7rem;
    font-weight: 400;
    background-color: #fff;
    color: #2c2c2c
}

#dej-layout-wrap #section-form form input[type=email]:disabled,
#dej-layout-wrap #section-form form input[type=tel]:disabled,
#dej-layout-wrap #section-form form input[type=text]:disabled {
    color: #878787;
    background-color: #fff;
    -webkit-text-fill-color: #878787;
    opacity: 1
}

#dej-layout-wrap #section-form form p.tbox:disabled,
#dej-layout-wrap #section-form form select:disabled,
#dej-layout-wrap #section-form form textarea:disabled {
    color: #878787;
    background-color: #fff;
    -webkit-text-fill-color: #878787;
    opacity: 1
}

#dej-layout-wrap #section-form form .agree {
    margin-top: 0;
    margin-left: 40px
}

#dej-layout-wrap #section-form form .lbl {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px
}

#dej-layout-wrap #section-form form .step1>button {
    display: block;
    margin: 83px auto 80px;
    border: none;
    background-color: #000;
}

#dej-layout-wrap #section-form #store option {
    font-size: 0.8rem;
    color: #282828;
    font-weight: 600
}

#dej-layout-wrap #section-form optgroup {
    font-size: 0.8rem;
    color: #a9a9a9;
    font-weight: 400
}

#dej-layout-wrap #section-form form .line {
    text-decoration: none;
    display: block;
    width: 373px;
    margin: 0 auto
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 3000;
    overflow: hidden;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.progress .progress-inner {
    position: relative;
    overflow: hidden;
    padding: 20px 10px
}

.progress .progress-inner:after,
.progress .progress-inner:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000
}

.progress .progress-inner:before {
    opacity: 0.5
}

.progress .progress-inner:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation: loading 1.5s 0s infinite linear;
    animation: loading 1.5s 0s infinite linear;
    -webkit-transform-origin: left;
    transform-origin: left
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.form_c button.dej__btn {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 12.5px;
    text-align: center;
    color: #fff;
    margin: 50px auto 20px;
    border: 0;
    background-color: transparent;
    padding: 5px 76px;
    border-radius: 50px;
    background-color: #000;
}

.form_c button.dej__btn.dej__btn--done {
    border-radius: 20px;
    padding: 10px 80px;
    letter-spacing: 2px;
    margin: 50px auto 0
}

.chk-form #dej-layout-wrap #section-form {
    margin: 0;
    min-height: 1750px;
    height: 1750px
}

.chk-form #dej-layout-wrap #section-form .form_c ul {
    margin-top: 80px
}

.chk-form #dej-layout-wrap #section-form .form_c .note {
    font-size: 1rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.52;
    text-align: center;
    color: #000;
}

.chk-form #dej-layout-wrap #section-form .form_c .line {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px
}

form {
    margin: 0
}

#dej-layout-wrap #section-form .step1 {
    width: 100%;
    margin-top: 15%;
    text-align: center
}

#dej-layout-wrap #section-form .step1 .line {
    text-decoration: none;
    display: block;
    width: 373px;
    margin: 80px auto 0;
    padding-bottom: 10%
}

/*# sourceMappingURL=style.css.map */

.form_c li {
  display: block;
  width: calc(100% - 62px);
  height: 90px;
  padding: 25px 26px;
  margin: 0 auto 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 1.7rem;
  font-weight: normal;
  background-color: #ccc;
  color: #2c2c2c;
}