@charset "UTF-8";

/****font****/
@font-face {
    font-family: "Rallisaguen";
    font-display: swap;
    src: url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-Regular.woff2') format('woff2'),
        url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-Regular.ttf') format('TrueType');
}

@font-face {
    font-family: "Rallisaguen-SB";
    font-display: swap;
    src: url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-SemiBold.woff2') format('woff2'),
        url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-SemiBold.ttf') format('TrueType');
}

@font-face {
    font-family: "Rallisaguen-B";
    font-display: swap;
    src: url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-Bold.woff2') format('woff2'),
        url('/__static__/assets/fonts/Rallisaguen/Rallisaguen-Bold.ttf') format('TrueType');
}

@font-face {
    font-family: "Philosopher-B";
    font-display: swap;
    src: url('/__static__/assets/fonts/Philosopher/Philosopher-Bold.woff2') format('woff2'),
        url('/__static__/assets/fonts/Philosopher/Philosopher-Bold.ttf') format('TrueType');
}

@font-face {
    font-family: "Poppins";
    font-display: swap;
    src: url('/__static__/assets/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
        url('/__static__/assets/fonts/Poppins/Poppins-Regular.ttf') format('TrueType');
}

@font-face {
    font-family: "NotoSansTC";
    font-display: swap;
    src: url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Regular.woff2') format('woff2'),
        url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Regular.otf') format('opentype');
}

@font-face {
    font-family: "NotoSansTC-M";
    font-display: swap;
    src: url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Medium.woff2') format('woff2'),
        url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Medium.otf') format('opentype');
}


@font-face {
    font-family: "NotoSansTC-B";
    font-display: swap;
    src: url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Bold.woff2') format('woff2'),
        url('/__static__/assets/fonts/NotoSansTC/NotoSansTC-Bold.otf') format('opentype');
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

body {

    font-family: 'NotoSansTC', 'Microsoft JhengHei', 'PingFang', sans-serif;
}

ul,
ol {
    margin: 0;
    list-style-type: none;
}

a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

address {
    font-style: normal;
}

img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    font-size: 14px;
    line-height: 1;
}

img.c-img-load {
    background: url(../../images/common/ajax-loader.gif) center no-repeat;
    background-size: 25px 25px;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button:focus-visible {
    outline: none;
}

fieldset {
    border: none;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

iframe {
    width: 100%;
    border: none;
}

.slick-track * {
    outline: none;
}

.slick-list,
.slick-track {
    min-width: 100%;
}

/**IOS樣式去除**/
select,
input,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select,
input,
textarea {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.5;
    color: #26262d;
    font-family: 'NotoSansTC';
    padding: 17.75px 20px;
    border: 1px solid #dcdcdc;
}

input::placeholder,
textarea::placeholder {
    color: #959595;
}

textarea {
    min-height: 235px;
    resize: none;
}

select {
    background: url(../../images/common/icon_arrow_bottom.svg) calc(100% - 10px) center no-repeat;
    background-size: 10px 5px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-o-clear {
    display: none;
}

input[type="submit"] {
    cursor: pointer;
}

/**IE箭頭去除**/
select::-ms-expand {
    display: none;
}

/****卷軸樣式****/
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 6px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: #11330a;
}

/****wow 屬性****/
.wow {
    opacity: 0;
    animation: .8s .2s ease-in-out forwards;
}

/****錨點****/
.c-anchor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

/*****綠色下拉選單*****/
.c-select-green {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    font-family: "NotoSansTC-M";
    padding: 22.5px 45px 22.5px 25px;
    border: none;
    background: url(../../images/common/icon_arrow_bottom_white.svg) calc(100% - 25px) center no-repeat #0e3305;
    background-size: 10px 5px;
}

/****checkbox樣式****/
.c-checkbox {
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
    cursor: pointer;
}

.c-checkbox__title {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    color: #151912;
    flex: 0 1 auto;
}

.c-checkbox input {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    padding: 0;
    cursor: pointer;
    flex: 0 0 auto;
}

.c-checkbox input:checked {
    background: url(../../images/common/icon_check_green.svg) center no-repeat;
    background-size: 60% auto;
}

/****radio樣式****/
.c-radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

input[type="radio"] {
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0 35px 0 0;
    border-radius: 50%;
    border: 1px solid #0e3305;
    cursor: pointer;
    opacity: .2;
    flex: 0 0 auto;
}

input[type="radio"]:checked {
    border: none;
    background: radial-gradient(ellipse at center, #fff 0%, #fff 20%, #0e3305 calc(20% + 1px), #0e3305 100%);
    opacity: 1;
}

.c-radio__title {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 1;
    color: #151912;
    margin: 0 30px 0 0;
    flex: 0 0 auto;
}

.c-radio__item {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    margin: 0 40px 0 0;
    cursor: pointer;
    flex: 0 0 auto;
}

.c-radio__item__text {
    display: block;
    width: auto;
    font-size: 15px;
    line-height: 1;
    color: #373332;
}

/****共用樣式****/
.c-toggleBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: none;
    background: none;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

.c-content {
    display: block;
    width: calc(100% - 60px);
    max-width: 1450px;
    margin: 0 auto;
}

/**數量**/
.c-quality {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    width: auto;
    flex: 0 0 auto;
}

.c-quality__title {
    display: block;
    width: auto;
    margin: 0 30px 0 0;
    font-size: 15px;
    line-height: 1;
    color: #373332;
    font-family: 'NotoSansTC-M';
    flex: 0 0 auto;
}

.c-quality__select {
    min-width: 100px;
    padding: 7.75px 20px;
    text-indent: -15px;
    text-align: center;
    flex: 0 1 auto;
}

/**地址**/
.c-address {
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.c-address__city,
.c-address__area {
    width: calc(25% - 20px / 3);
    margin: 0 10px 0 0;
}

.c-address__text {
    width: calc(50% - 20px / 3);
}

/**生日**/
.c-birthday {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.c-birthday__year,
.c-birthday__month,
.c-birthday__day {
    width: calc((100% - 30px) / 3);
}

.c-birthday__year,
.c-birthday__month {
    margin: 0 15px 0 0;
}

/****共用banner****/
.c-banner {
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    height: 450px;
    margin: 0 auto 20px auto;
    padding: 110px 0 0 0;
}

.c-banner__content {
    display: block;
    width: 100%;
    text-align: center;
    animation-name: fadeInUp;
}

.c-banner__content__title {
    display: block;
    width: 100%;
    font-size: 100px;
    line-height: 1;
    color: #151912;
    font-family: "Rallisaguen-B";
}

/****animation****/
@keyframes XXXX {
    0% {}

    100% {}
}

/****RWD start****/
@media screen and (max-width:1199px) {}

@media screen and (max-width: 991px) {

    /****錨點****/
    .c-anchor {
        top: 0;
    }

    /****共用banner****/
    .c-banner {
        height: 330px;
    }

    .c-banner__content__title {
        font-size: 70px;
    }
}

@media screen and (max-width: 767px) {

    /****共用樣式****/
    /**數量**/
    .c-quality {
        width: 100%;
    }

    .c-quality__title {
        margin: 0 25px 0 0;
    }

    .c-quality__select {
        width: 100%;
    }

    /**生日**/
    .c-birthday__year {
        width: 100%;
        margin: 0 0 12px 0;
    }

    .c-birthday__month,
    .c-birthday__day {
        width: calc(50% - 5px);
        margin: 0;
    }

    .c-birthday__month {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 575px) {

    select,
    input,
    textarea {
        padding: 12.75px 10px;
    }

    /****錨點****/
    .c-anchor {
        top: 0;
    }

    .c-content {
        width: calc(100% - 40px);
    }

    /****radio樣式****/
    input[type="radio"] {
        margin: 0 20px 0 0;
    }

    /*****綠色下拉選單*****/
    .c-select-green {
        padding: 17.5px 35px 17.5px 20px;
        background-position: calc(100% - 20px) center;
    }

    /****共用banner****/
    .c-banner {
        height: 190px;
        margin: 0 auto 15px auto;
        padding: 60px 0 0 0;
    }

    .c-banner__content__title {
        font-size: 45px;
    }
}

/****IOS樣式****/
@supports (-webkit-touch-callout: none) {
    input::placeholder {
        line-height: 1.6;
    }

    .c-quality__select {
        text-indent: 0;
    }
}