@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700;800&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a,
button {
    display: inline-block;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*將連結、底線、刪除線重置*/

a,
ins,
del {
    text-decoration: none;
}

.en {
    font-family: 'Open Sans', sans-serif;
}

.ch {
    font-family: 'Noto Sans TC', sans-serif;
}

/*消除個瀏覽器*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix .clearfloat {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}


body.all {
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
    font-size: 21px;
    line-height: 1.5;
    /*  letter-spacing: 1px; */
    font-weight: 500;
    letter-spacing: 0.5px;
    background-color: #cdbece;
    color: #555555;


}

#load {
    /*   width:100%;
    height:100%;
    position:fixed;
    z-index:9999; */

}

p,
.wrapper p {
    font-weight: 400;
}

* {
    font-family: 'Open Sans', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}

/*float*/

.left {
    float: left;
}

.right {
    float: right;
}



img,
a>img {
    display: block;
    height: auto;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.container {
    position: relative;
}

.section {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.kv-section {
    background-image: url('../images/kv_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    /*    min-height: 1300px; */
    padding: 30px 0px 30px;
}

.kv-section h1 {
    height: 0px;
    text-indent: -99999px;
}

.kv_logo,
.kv-section p {
    width: 90%;
    margin: 0px auto;
}

.kv_title {
    width: 90%;
    margin: 20px auto;

    animation-name: hh1-keyframes;
    animation-duration: 2070ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes hh1-keyframes {
    0% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(-5px);
    }
}

.kv-section .slick-arrow {
    display: none !important;
}

.shoes_fade {

    animation-name: kv-shoes-keyframes;
    animation-duration: 2500ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes kv-shoes-keyframes {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

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

/* ====gray-section==== */
.gray-section {
    background-image: url('../images/technology-bg1.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    /*     min-height: 1300px; */
    padding: 50px 0px 50px;
    background-color: #b2b3b7;
}

.gray-title-logo {
    width: 90%;
    margin: 0 auto;
}

.gray-title {
    width: 90%;
    margin: 0 auto;

    animation-name: qtitle-keyframes;
    animation-duration: 1696ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes qtitle-keyframes {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}


.gray-shoes2 {
    position: relative;
    padding-bottom: 0px;
}

.shoes2 {
    width: 70%;
    float: right;
    overflow: hidden;
}

.shoes2 img {
    /*  transform: translateX(100px); */
}

.shoes-typlogo {
    width: 30%;
    clear: both;
}

.typ {
    position: absolute;
    width: 40%;
    left: 0px;
}


.typ1 {
    top: 8%;
    width: 70%;

}

.typ1 img{
     animation-name: detail-b-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.typ2 {
    bottom: 40%;
    left: 4%;
    width: 50%;
}
.typ2 img{
    animation-name: detail-a-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.typ3 {
    bottom: 25%;
    left: 2%;

}

.typ4 {
    bottom: 5%;
    left: 2%;

}


/* ======科技圖====== */

.technology2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+65,f0ecff+100 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 65%, rgba(240, 236, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.part1bg {
    background-image: url('../images/technology-bg2.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: contain;
    padding: 50px 0px 50px;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part1-title,
.part2-slogn {
    animation-name: qtitle-keyframes;
    animation-duration: 1696ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.part1-s {
    width: 50%;
}

.part1-text {
    width: 50%;
    padding: 0px 30px;
}

.part1-text p span,
.part2-text p span,
.pink-text p span {
    display: inline-block;
    font-size: 14px;
    transform: translateY(-8px);
    margin-right: 3px;

}

.part2-text,
.part2-title,
.part2-slogn,
.part3-title,
.tab-title {
    width: 80%;
    margin: 0 auto;
}


.detail-flex {
    display: flex;
    align-items: center;
}

.detail1 {
    animation-name: detail-a-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: relative;
}

@keyframes detail-a-keyframes {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.detail2 {
    margin-top: 10%;
    animation-name: detail-b-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: relative;
}


@keyframes detail-b-keyframes {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(10px);
    }
}

.posa{
    position: absolute;
    top: 0px;
    left: 0px;
}

.technology3 {
    background-color: #D5D4FF;
}

.part3-bg {
    background-image: url('../images/technology-bg3.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    padding: 50px 0px 200px;
    position: relative;


}

.icon-box {
    border: 1px solid #6b5cc0;
    border-radius: 30px;
    padding: 20px;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 20px auto 100px;
    padding-left: 5%;
}

.icon-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 33%;
    /*   margin-left: 10px; */
}

/* .icon-content:nth-child(2){
    width: 65%;
} */
/* .icon-content:nth-child(4) {
    width: 35%;
}*/

.icon-content:nth-child(5) {
    width: 60%;
}

.icon {
    margin-right: 10px;
}

.insole-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 750px;

}

.insole-img {
    padding: 50px 0px;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.insole-yellow {
    background-image: url('../images/yellow.png');
    width: 490px;
    min-height: 310px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 55px;
    z-index: 3;

    display: flex;
    justify-content: end;
}

.insole-pink {
    position: absolute;
    top: 35%;
    left: 45px;
    z-index: 1;

}

.yellow-text {
    width: 80%;
    padding-top: 60px;
    padding-left: 18px;

}

.pink {
    width: 450px;
    background-image: url('../images/pink_03.png');
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: 0px bottom;
    background-size: 100%;
}

.pink-text {
    width: 88%;
    padding-left: 10px;
}

.pink-text p {
    margin-bottom: 15px;
}

/*====video=== */
.video-secion2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5d4ff+46,d5d4ff+46,ecefff+100 */
    background: linear-gradient(to bottom, rgba(213, 212, 255, 1) 46%, rgba(213, 212, 255, 1) 46%, rgba(236, 239, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.video-secion2 .container {
    width: 85%;
    margin: 50px auto;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.filmbg .container {
    width: 100%;
    margin: 0px auto 0px;
    border: 8px solid #000;
    padding: 0px 0px 0px;
}
/* .filmbg .container:before{
    content: "";
    background-image: url('../images/film.png');
    width: 100%;
    background-size: 100%;
    background-repeat:no-repeat;
    height: 30px;
    position: absolute;
    top: 0px;
    z-index: 2;
    pointer-events: none;
}



.filmbg .container:after{
    content: "";
    background-image: url('../images/film2.png');
    width: 100%;
    background-size: 100%;
    background-repeat:no-repeat;
    height: 30px;
    position: absolute;
    bottom: -5px;
    z-index: 2;
    pointer-events: none;
} */

/*=====穿搭====== */
.outfit{
    background-image: url('../images/photobg.jpg');
    background-repeat: repeat;
    padding: 50px 0px;

}

.outfit .gray-title{
    margin: 30px auto 50px;
}

.w20{
    max-width: 50px;
}
.w80{
    max-width: 350px;
}

.weflex {
       text-align: right ;
}
.weflex img{
    display: inline-block;
        vertical-align: middle;

}

.man-p{
    margin-top: -20px;
}


.photo-slider{
    background-image: url('../images/slider-bg_01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: transparent;
    padding-bottom:100px;

}

.slider-box{
    width: 85%;
    margin: 0px auto ;
}

.slider-box button{
    border: 0px;
    text-indent: -9999px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 60px;
    background-color: transparent;
    position: absolute;
    top: 40%;
}
.slider-box .slick-prev{
    left: -40px;
    background-image: url('../images/ar-l.png');
}



.slider-box .slick-next{
    right: -40px;
    background-image: url('../images/ar-r.png');
}



/* ====product-tabsecion==== */
.product-tabsecion {
    background-image: url('../images/tab_bg.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    padding: 50px 0px 0px;
    position: relative;

}

.product-element {
    width: 90%;
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    margin: 50px auto;
}

.vtabs-toggles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.vtab-toggle {
    border-radius: 20px;
    background-color: #fff;
    border: 2px solid #8973c8;
    padding: 8px 15px;
    width: 48%;
    font-weight: 800;
    text-align: center;
    font-size: 2rem;
    color: #8973c8;
    cursor: pointer;
}

.vtab-toggle br {
    display: none;
}

.vtab-toggle.active {
    background-color: #8973c8;
    color: #fff;
}

.product-flex {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
}

.product-tabsecion .vtabs-content {
    min-height: 350px !important;
}

.product {
    width: 40%;
    margin-bottom: 60px;
}

.product-shoes span {
    margin-top: 0px;
    display: block;
    font-size: 16px;
}
.product-element  a{
    color: #555;
}

/* ===swiper=== */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /*   text-align: center;
      font-size: 18px;
      background: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/*=====loading=====*/

.progress {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transform: translateZ(0);
    background-repeat: repeat;
    background-size: cover;
    background-color: #cdbece;

}

.progress-inner {
    z-index: 0;
    text-align: center;
    position: relative;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-complete .progress-bar {
    background-color: #000;
}

.progress-bar {
    display: block;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #000;
    right: 0px;

    animation: .6s w-bar infinite alternate;
}

@keyframes w-bar {
    0% {
        width: 0px;
        opacity: .5;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.progress-text {
    /* display: none;*/
    color: #ddd;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    bottom: -50px;
}


@media (max-width: 768px) {
    .insole-box {
        max-width: 640px;
    }

    .insole-yellow {
        width: 370px;
        min-height: 290px;
    }

    .yellow-text {
        padding-top: 50px;
    }

    .pink {
        width: 350px;
        min-height: 250px;
    }

    .icon-box {
        padding-left: 2%;
        max-width: 95%;
    }

    .product-element {
        padding: 30px 20px 30px;
    }
    .filmbg .container{
        padding: 0px;
    }
    .filmbg .container:after{
        bottom: -10px;
    }
    .couple{
        width: 85%;
        margin: 0 auto;
    }
}


.mb-show {
    display: none;
}

@media (max-width: 640px) {

    .mb-no {
        display: none;
    }

    .mb-show {
        display: block;
    }

    .insole-yellow {
        position: relative;
        right: 0px;
        margin: 0 auto;
        min-height: 250px;
    }

    .insole-pink {
        top: 35%;
        left: 25px;
    }

    .insole-img {
        margin-top: -35%;
    }

    .pink-text {
        width: 95%;
    }

    .icon-box {
        margin-bottom: 50px;
        padding-left: 5%;
    }

    .icon-content {
        width: 50%;
    }

    .icon-content:nth-child(5) {
        width: 100%;
    }

    .vtab-toggle {
        font-size: 24px;
        border-radius: 15px;
    }

    .product-shoes {
        text-align: center;
    }

    .product-shoes span {
        font-size: 12px;
        margin-top: 10px;
    }

    body.all {
        font-size: 18px;
    }

    .part3-bg {
        padding-bottom: 150px;
    }

    .typ1 {
        width: 68%;
        top: 7%;
    }
    .w80{
        width: 250px;
    }
    .w20 {
        max-width: 30px;
    }
    .filmbg .container:after{
        bottom: -20px;
    }

}

@media (max-width: 600px) {
    /* .icon-content,
    .icon-content:nth-child(2),
    .icon-content:nth-child(4),
    .icon-content:nth-child(5){
        width: 100%;
    }
     .icon-box{
        max-width: 480px;
     } */
}

@media (max-width: 480px) {
    .insole-yellow {
        min-height: 220px;
    }

    .insole-img {
        margin-top: -30%;
    }

    .insole-pink {
        top: 38%;
    }

    .icon-content {
        width: 100%;
    }

    .icon-box {
        max-width: 90%;
    }

    .vtab-toggle {
        font-size: 18px;
        border-radius: 10px;
    }

    .product {
        margin-bottom: 30px;
    }

    .part1bg {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        background-position: 0px bottom;
    }

    .part1-s {
        width: 50%;
        margin: 0 auto;
    }

    .part1-text {
        width: 100%;
    }
    .slider-box button{
        width: 30px;
        height: 50px;
    }
    .photo-slider{
        padding-bottom: 50px;
    }
    .slider-box{
        width: 80%;
    }


}

@media (max-width: 440px) {}

@media (max-width: 420px) {

    .insole-yellow {
        min-height: 200px;
    }
     .w80{
        width: 200px;
    }
    .w20 {
        max-width: 25px;
    }
    .outfit .gray-title{
        margin-top: 10px;
    }




}

@media (max-width: 391px) {
    .vtab-toggle br {
        display: block;
    }

}

@media (max-width: 376px) {
    .insole-yellow {
        width: 320px;
        min-height: 160px;
    }

    .pink {
        width: 300px;
        min-height: 200px;
    }

    .icon {
        width: 20%;
    }

    .product-tabsecion {
        padding-top: 20px;
    }
    .filmbg .container:after{
        bottom: -22px;
    }
    .slider-box .slick-prev{
        left: -30px;
    }
     .slider-box .slick-next{
        right: -30px;
    }

}

.mb-show320 {
    display: none;
}

@media (max-width: 320px) {
    .pink {
        width: 280px;
    }

    .insole-yellow {
        width: 300px;
    }
}