html,
body {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans TC", 微軟正黑體, Arial, sans-serif;
    font-size: 100%;
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.arrow_item {
    font-size: 3em;
    top: 3em;
    cursor: pointer;
    position: absolute;
    width: 1em;
}

.arrow_item.leftArrow {
    left: 0;
    display: none;
}

.arrow_item.rightArrow {
    right: 0;
    text-align: right;
}

.arrow_item:hover {
    color: #555;
}

.arrow_ct {
    position: absolute;
    z-index: 2;
    width: 108%;
    left: -4%;
}

.cb {
    position: relative;
}

.gender_item {
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

.gender_item:hover {
    color: #d00;
}

.gender_item.on {
    font-weight: 700;
    cursor: default;
}

.gender_item.on:hover {
    color: #000;
}

.gender_selector {
    width: fit-content;
    margin: 0 auto .5em;
    display: flex;
    column-gap: 2em;
}

.girl_section {
    display: none;
}

.main {
    font-family: "Noto Sans TC";
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5em;
    position: relative;
}

.main .header {
    margin: 3.5em auto;
}

.store_title {
    font-size: 1em;
    line-height: 1em;
    margin: 1em 0 0 1em;
    font-weight: 500;
}

.w,
.store,
.title {
    display: none;
}

.w0 {
    display: block;
}

.swiper-pagination-bullet-active {
    background: #575757;
}


.main .header .title {
    font-size: 34px;
    margin: 20px 0;
    font-weight: bold;
}

.main .header p {
    font-size: 16px;
}

.main .section {
    text-align: left;
    position: relative;
}

#STATEMENT_TEE {
    padding-bottom: 2em;
}

.main .section img {
    width: 100%;
}

.main .section .model {
    font-size: 1.2em;
    padding: 2em 0.8em 1em;
    color: #000;
    width: 100%;
    text-align: left;
    font-weight: 500;
}


.main .section p {
    padding: 0 15px;
    font-size: .9em;
    margin: 0.5em 0 0 0;
    line-height: 1.8em;
}

.swiper-wrapper {
    top: -40px;
    top: 0;
}

.swiper-container {
    padding-bottom: 30px !important;
}

.product {
    width: 50%;
    float: left;
}

.cb::after {
    content: '';
    display: block;
    clear: both;

}

.main .cb .h6 {
    font-size: 16px;
    text-align: center;
    color: #575757;
}

@media screen and (max-width: 690px) {
    .arrow_ct {
        width: 100%;
        left: 0%;
    }

    .arrow_item.leftArrow {
        left: 1vw;
    }

    .arrow_item.rightArrow {
        right: 1vw;
    }
}

@media screen and (max-width: 640px) {
    .main {
        padding-bottom: 3em;
    }

    .main .header {
        margin: 9vw 0 7vw;
    }

    .main .header .title {
        font-size: 5.3125vw;
        margin: 3.125vw 0;
    }

    .main .header p {
        font-size: 2.5vw;
    }

    .main .section .model {
        font-size: 3.5vw;
        padding: 2.34375vw 2.34375vw 2.34375vw;
    }

    .store_title {
        font-size: 2.5vw;
    }

    .main .section p {
        padding: 0 2.34375vw;
        margin: 0.3em auto 0;
        font-size: 2.5vw;
    }

    .main .cb .h6 {
        font-size: 2.5vw;
    }

    .gender_item {
        font-size: 1em;
    }

    .arrow_item {
        top: 16vw;
    }

}
