@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: jf;
    src: url(font/jf-openhuninn.ttf);
}

.productList li, .imgShowList a, .imgNavList a, .orderNote textarea, .specList li, .countItemBox, .countItemBox .count {
    box-sizing: border-box;
}

.productList, .pdDataBox, .imgShowList img, .imgNavList img, .addFavorBtn, .chkBox label::after, .bottomBox, .plusList, .quickBtnBox svg {
    transition: all .5s ease-out;
}

.pdDataBox {
    opacity: 0;
}

.pdDataBox {
    transform: translateY(20px);
}

.mainArea.show .pdDataBox {
    transform: translate(0);
    opacity: 1;
}

.mainArea.show .pdDataBox {
    transition-delay: .3s;
}

.mainArea .leftBox {
    position: relative;
    padding: 0 0 720px;
}

.mainArea .rightBox {
    margin: 0 auto;
}

@media (max-width: 1180px) {
    .mainArea {
        z-index: 2;
    }
    .mainArea .leftBox {
        padding: 0 0 30px;
        z-index: 5;
    }
    .mainArea .rightBox {
        z-index: 2;
    }
}

.hideBox .bottomBox {
    background-color: transparent;
}

.side_menu {
    font-family: 'jf','微軟正黑體', sans-serif;
}

.side_menu .firstLi > a {
    padding: 12px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.side_menu .firstLi > a:hover .title {
    color: #8ea016;
}

.side_menu .firstLi > a.current .title {
    color: #d43436;
}

.side_menu .firstLi > a.current .plusBtn::before, .side_menu .firstLi > a.current .plusBtn::after {
    background-color: #d43436;
}

.side_menu .firstLi img {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.side_menu .firstLi .title {
    width: calc(100% - 34px - 40px);
    padding-left: 10px;
    font-size: 18px;
    color: #683817;
    letter-spacing: 1px;
    line-height: 20px;
}

.side_menu .firstLi .plusBtn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    opacity: 0;
}

.side_menu .firstLi .plusBtn::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    background-color: #8ea016;
}

.side_menu .firstLi .plusBtn::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 2px);
    background-color: #8ea016;
}

.side_menu .firstLi.open .plusBtn::after {
    opacity: 0;
}

.side_menu .firstLi.open .plusBtn::before, .side_menu .firstLi.open .plusBtn::after {
    background-color: #d43436;
}

.side_menu .firstLi.hasm2 .plusBtn {
    opacity: 1;
}

.side_menu .secList {
    padding: 0px 0 40px 40px;
}

.side_menu .secList .secLi {
    padding: 0;
}

.side_menu .secList .secLi a {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #5e5e5d;
    position: relative;
}

.side_menu .secList .secLi a.current {
    text-decoration: none;
    color: #d43436;
}

.side_menu .secList .secLi a.current::before {
    content: "";
    width: 20px;
    height: 19px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: -32px;
    background-image: url(../images/img_bowknot.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.side_menu .secList .secLi a:hover {
    color: #8ea016;
}

@media (max-width: 1180px) {
    .side_menu {
        max-width: 300px;
    }
}

.m_side_menu {
    display: none;
    z-index: 5;
}

@media (max-width: 1180px) {
    .m_side_menu {
        display: block;
        position: relative;
    }
    .m_side_menu a.main {
        position: relative;
        display: block;
        font-size: 14px;
        padding: 15px 20px;
        color: #343434;
        letter-spacing: 1px;
        border-bottom: 1px solid #e5e5e5;
        background-color: #fff;
        /* IE6-9 */
    }
    .m_side_menu a.main::before {
        content: '\f107';
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 1;
        margin-top: -6px;
        font-size: 15px;
        font-family: FontAwesome;
    }
    .m_side_menu a.main b {
        font-weight: 400;
    }
    .m_side_menu ul {
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        background: #FFF;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        box-sizing: border-box;
    }
    .m_side_menu ul li.firstLi {
        border-bottom: 1px solid #dfdfdf;
    }
    .m_side_menu ul li.firstLi img {
        margin-left: 10px;
    }
    .m_side_menu ul li.firstLi .title {
        font-size: 16px;
    }
    .m_side_menu ul li.allLi {
        display: block;
        padding: 12px 10px;
    }
    .m_side_menu ul .secList {
        padding: 0px 10px;
    }
    .m_side_menu ul .secList .secLi a {
        padding: 5px 0;
    }
}

.leftBox .decoBox {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.leftBox .decoWrap {
    position: absolute;
    width: 530px;
    height: 670px;
    bottom: 0;
    right: 0px;
}

.leftBox .butterfly {
    position: absolute;
}

.leftBox .butterfly.blue {
    width: 30px;
    height: 36px;
    top: -2%;
    right: 24%;
}

.leftBox .butterfly.yellow {
    width: 53px;
    height: 52px;
    top: 17%;
    left: 46%;
}

.leftBox .butterfly.blue2 {
    width: 32px;
    height: 41px;
    top: 28%;
    left: 19%;
}

.leftBox .bird {
    width: 65px;
    height: 60px;
    position: absolute;
    top: 3%;
    left: 12%;
    animation: newsBird 6s infinite linear;
}

.leftBox .music {
    position: absolute;
}

.leftBox .music.note216 {
    width: 24px;
    height: 32px;
    top: -2%;
    right: 42%;
    animation: musicFloat2 8s infinite linear;
}

.leftBox .music.treble {
    width: 22px;
    height: 30px;
    top: 7%;
    right: 30%;
    animation: musicFloat2 11s infinite linear;
}

.leftBox .music.note116 {
    width: 19px;
    height: 30px;
    top: 20%;
    left: 31%;
    animation: musicFloat4 9s infinite linear;
}

.leftBox .music.note416 {
    width: 48px;
    height: 51px;
    right: 19%;
    top: 16%;
    animation: musicFloat2 12s infinite linear;
}

.leftBox .music.bass {
    width: 17px;
    height: 23px;
    top: 26%;
    right: 34%;
    animation: musicFloat4 11s infinite linear;
}

.leftBox .music.note28 {
    width: 38px;
    height: 33px;
    top: 42%;
    right: 9%;
    animation: musicFloat3 9s infinite linear;
}

.leftBox .decoBg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.leftBox .decoTiger {
    position: absolute;
    bottom: 9%;
    right: 7%;
    width: 330px;
    height: 366px;
    transform-origin: left bottom;
    animation: tiger 2s infinite;
}

.leftBox .decoMouse {
    position: absolute;
    bottom: 3.3%;
    left: 23.6%;
    transform-origin: right bottom;
    animation: mouse 2s infinite;
}

@media (max-width: 1180px) {
    .leftBox .decoBox {
        display: none;
    }
}

.productList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

@media (min-width: 481px) {
    .productList {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.productList li {
    width: 100%;
    padding-bottom: 30px;
}

@media (min-width: 961px) {
    .productList li {
        width: calc(100% / 3);
    }
}

@media (min-width: 641px) and (max-width: 960px) {
    .productList li {
        width: 50%;
    }
}

@media (min-width: 641px) {
    .productList li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.productList .item {
    position: relative;
}

@media (max-width: 640px) {
    .productList .item {
        max-width: 400px;
        margin: 0 auto;
    }
}

.productList .Img {
    position: relative;
    width: 100%;
    max-width: 370px;
    height: 360px;
    margin: 0 auto 10px;
}

.productList .Img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.productList .Img svg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.productList .Img svg path {
    fill: #fff;
}

.productList .Img svg.ring {
    fill: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.productList .Img svg.ring path {
    fill: transparent;
}

.productList .Img svg.ring.yellow {
    stroke: #f1cb02;
    left: -1px;
    transform: rotate(-18deg);
}

.productList .Img svg.ring.green {
    stroke: #7d8f0b;
    transform: rotate(5deg);
}

.productList .Img image {
    width: 150px;
    height: 150px;
}

.productList .Img .flower {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
}

.productList .Img .ImgWrap {
    width: 100%;
    position: absolute;
    top: calc(50% + 2px);
    left: 0px;
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    aspect-ratio: 1;
    pointer-events: none;
}

.productList .Img .ImgWrap img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: none;
}

@media (min-width: 641px) and (max-width: 960px) {
    .productList .Img {
        margin: 0 auto 20px;
    }
    .productList .Img .flower {
        bottom: -10px;
    }
}

@media (max-width: 640px) {
    .productList .Img {
        margin: 0 auto 20px;
    }
    .productList .Img .flower {
        bottom: -20px;
    }
}

@media (max-width: 400px) {
    .productList .Img {
        margin: 0 auto 20px;
        height: 300px;
    }
    .productList .Img .flower {
        bottom: -20px;
    }
}

@media (max-width: 320px) {
    .productList .Img {
        margin: 0 auto 20px;
        height: 260px;
    }
    .productList .Img .flower {
        display: none;
    }
}

.productList .Txt {
    text-align: center;
    padding: 0px 0 0;
}

.productList .Txt .title {
    display: inline-block;
    padding: 0 15px 10px;
}

.thirdClassBox {
    padding: 10px 0 30px;
    font-family: 'jf','微軟正黑體', sans-serif;
}

.thirdList {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
    border-radius: 40px;
    padding: 10px 24px;
    display: flex;
    flex-wrap: wrap;
}

.thirdList .thirdLi {
    padding: 5px 8px;
}

.thirdList .item {
    background-color: #8ea016;
    border-radius: 30px;
}

.thirdList .item a {
    width: 100%;
    height: 100%;
    display: block;
}

.thirdList .item p {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    padding: 0 15px;
    font-weight: 100;
}

@media (max-width: 480px) {
    .thirdList {
        padding: 10px;
    }
    .thirdList .thirdLi {
        padding: 5px;
    }
    .thirdList .item p {
        padding: 0 10px;
        font-size: 14px;
    }
}

.insPage {
    position: relative;
    padding-bottom: 20px;
}

.insPage::before {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -120px;
    background-image: url(../images/products/ins_deco_bg.png);
    transform: scaleX(-1);
    z-index: -1;
}

.insPage::after {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -105px;
    background-image: url(../images/products/ins_deco_bg.png);
    z-index: -1;
}

@media (max-width: 1180px) {
    .insPage::before {
        left: -150px;
        filter: opacity(0.7);
    }
    .insPage::after {
        right: -165px;
        filter: opacity(0.7);
    }
}

.topBox {
    padding-bottom: 75px;
    padding-top: 30px;
    z-index: 3;
}

.topBox .description {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    color: #262626;
}

.topBox .intro {
    color: #66625e;
    line-height: 1.8;
}

@media (min-width: 769px) and (max-width: 1180px) {
    .topBox {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .topBox {
        padding-top: 10px;
        padding-bottom: 40px;
    }
}

.pdDataBox {
    display: flex;
}

.pdDataBox .imgBox {
    box-sizing: border-box;
    width: 614px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.pdDataBox .imgBox.loading {
    background: url("../images/loading.gif") 50% no-repeat;
}

.pdDataBox .textBox {
    width: calc(100% - 614px);
    position: relative;
    padding-left: 20px;
}

@media (max-width: 1440px) {
    .pdDataBox .textBox {
        padding-left: 0;
    }
}

@media (max-width: 1180px) {
    .pdDataBox {
        flex-wrap: wrap;
    }
    .pdDataBox .imgBox {
        margin: 0 auto 50px;
        padding-right: 0px;
    }
    .pdDataBox .textBox {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pdDataBox .imgBox {
        margin: 30px auto;
    }
}

@media (max-width: 640px) {
    .pdDataBox .imgBox {
        width: 100%;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.redArrow {
    position: absolute;
    bottom: 50px;
}

.redArrow.prevArrow {
    left: 0;
}

.redArrow.nextArrow {
    right: 0;
}

@media (max-width: 640px) {
    .redArrow {
        bottom: 40px;
    }
    .redArrow.prevArrow {
        left: -30px;
    }
    .redArrow.nextArrow {
        right: -30px;
    }
}

.imgShowList li, .imgNavList li {
    position: relative;
}

.imgShowList img, .imgNavList img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgShowList {
    width: 100%;
}

.imgShowList .item {
    width: 100%;
}

.imgShowList a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
}

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

.imgShowList svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.imgShowList svg image {
    width: 160px;
    height: 160px;
}

.imgShowList svg path {
    fill: #fff;
}

.imgShowList svg.ring {
    fill: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.imgShowList svg.ring path {
    fill: transparent;
}

.imgShowList svg.ring.yellow {
    stroke: #f1cb02;
    left: -1px;
    transform: rotate(-18deg);
}

.imgShowList svg.ring.green {
    stroke: #7d8f0b;
    transform: rotate(5deg);
}

.imgNavList {
    margin: 20px 0px;
    padding: 0 60px;
    width: 100%;
}

.imgNavList .slick-current a::before {
    opacity: 1;
}

.imgNavList .slick-current a img {
    transform: scale(1.1);
}

.imgNavList .item {
    margin: 0 auto;
    box-sizing: border-box;
    width: 120px;
    height: 100px;
    padding: 0 10px;
}

.imgNavList a {
    position: relative;
    display: block;
    outline: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

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

.imgNavList image {
    width: 150px;
    height: 150px;
}

.imgNavList svg {
    display: block;
    width: 114px;
    height: 114px;
    position: relative;
}

.imgNavList svg path {
    fill: #fff;
}

.imgNavList svg.ring {
    fill: transparent;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.imgNavList svg.ring path {
    fill: transparent;
}

.imgNavList svg.ring.yellow {
    stroke: #f1cb02;
    left: -2px;
    transform: rotate(-18deg);
}

.imgNavList svg.ring.green {
    stroke: #7d8f0b;
    left: -2px;
    transform: rotate(5deg);
}

@media (max-width: 640px) {
    .imgNavList {
        padding: 0 20px;
    }
}

.tagList {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.tagList li {
    padding: 0px 20px;
    color: #fff;
    background-color: #e60012;
    font-family: 'jf','微軟正黑體', sans-serif;
    font-size: 15px;
    line-height: 25px;
    border-radius: 20px;
    margin: 5px;
}

@media (max-width: 768px) {
    .tagList {
        justify-content: center;
    }
}

.articleTitle {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    color: #4c2a21;
    padding: 10px 0 0;
    font-family: 'jf','微軟正黑體', sans-serif;
}

@media (max-width: 768px) {
    .articleTitle {
        text-align: center;
    }
}

.addFavorBtn {
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: #b39e88 url("../images/heart.png") 50%/20px 19px no-repeat;
    cursor: pointer;
}

.addFavorBtn:hover {
    background-color: #826b53;
}

.addFavorBtn.select {
    background-color: #f6b273;
}

.shareBox {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.shareBox::before {
    content: '分享給朋友:';
    margin-right: 10px;
    color: #000;
}

.shareBox a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
}

.shareBox a.line {
    background-color: #4dcc00;
}

.shareBox a.line:hover {
    background-color: #3a9900;
}

.shareBox a.line svg {
    width: 18px;
    height: 17px;
    margin-top: 4px;
    fill: #fff;
}

.shareBox a.fb {
    background-color: #3b5999;
}

.shareBox a.fb:hover {
    background-color: #2d4474;
}

.shareBox a.twitter {
    background-color: #2baae1;
}

.shareBox a.twitter:hover {
    background-color: #1b8dbe;
}

.shareBox a.weibo {
    background-color: #df2029;
}

.shareBox a.weibo:hover {
    background-color: #b21a21;
}

/*訂購規格區*/
.orderList {
    margin-top: 30px;
    margin-bottom: 25px;
    font-family: 'jf','微軟正黑體', sans-serif;
}

.orderList li {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.orderList li.topLi {
    background-color: #8ea016;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.8px;
    padding: 12px 0;
    padding-left: 70px;
}

.orderList li.topLi .rwdSpan {
    display: none;
}

.orderList li.focus {
    color: #000;
}

.orderList li .liNo {
    width: 110px;
    flex-grow: 1;
}

.orderList li .liName {
    width: 210px;
    flex-grow: 1;
    font-weight: 400;
}

.orderList li .liSize {
    flex-grow: 1;
    width: 160px;
}

.orderList li .liNum {
    flex-grow: 1;
    width: 110px;
}

.orderList li .liPrice {
    flex-grow: 1;
    width: 100px;
}

@media (max-width: 640px) {
    .orderList li.topLi {
        padding-left: 50px;
    }
    .orderList li.productLi .liName {
        width: calc(100% - 110px - 100px - 50px);
    }
    .orderList li .liName {
        width: calc(100% - 110px - 100px);
    }
    .orderList li .liNum {
        width: 110px;
    }
    .orderList li .liPrice {
        width: 100px;
    }
    .orderList li .toggleOpen {
        position: absolute;
        left: 5px;
        top: calc(50% - 15px);
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        background-color: #a62627;
    }
    .orderList li .toggleOpen:hover {
        color: #fff;
        background-color: #7d1d1d;
    }
    .orderList li .toggleOpen.open::after {
        height: 0;
    }
    .orderList li .toggleOpen::before, .orderList li .toggleOpen::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        margin: auto;
        background-color: #fff;
    }
    .orderList li .toggleOpen::before {
        width: 14px;
        height: 2px;
        margin-top: -1px;
        margin-left: -7px;
    }
    .orderList li .toggleOpen::after {
        width: 2px;
        height: 14px;
        margin-top: -7px;
        margin-left: -1px;
    }
    .orderList li .definition2 {
        display: none;
        padding: 20px 10px;
        font-size: 16px;
        line-height: 22px;
        background-color: #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 200;
        width: 200px;
        min-height: 200px;
        transform: translate(0);
    }
}

@media (max-width: 480px) {
    .orderList li.topLi {
        padding-left: 40px;
    }
    .orderList li .liName {
        width: calc(100% - 80px - 80px);
        padding-left: 10px;
    }
    .orderList li .liNum {
        width: 80px;
        padding-left: 10px;
    }
    .orderList li .liPrice {
        width: 80px;
        padding-left: 10px;
    }
    .orderList li.productLi {
        font-size: 14px;
    }
    .orderList li.productLi .liName {
        width: calc(100% - 40px - 80px - 80px);
        padding-left: 10px;
    }
    .orderList li.productLi .liNum, .orderList li.productLi .liPrice {
        padding-left: 10px;
    }
}

@media (max-width: 400px) {
    .orderList li .liName {
        width: calc(100% - 65px - 55px);
        padding-left: 10px;
    }
    .orderList li .liNum {
        width: 65px;
        padding-left: 10px;
    }
    .orderList li .liPrice {
        width: 55px;
        padding-left: 10px;
    }
    .orderList li.productLi {
        font-size: 14px;
    }
    .orderList li.productLi .liName {
        width: calc(100% - 40px - 65px - 55px);
        padding-left: 10px;
    }
    .orderList li.productLi .liNum, .orderList li.productLi .liPrice {
        padding-left: 10px;
    }
}

.chkBox {
    width: 70px;
}

.chkBox input {
    display: none;
}

.chkBox input:checked + label::after {
    transform: scale(1);
}

.chkBox label {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.chkBox label::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

.chkBox label::after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    z-index: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e60012;
    transform: scale(0);
}

.chkBox .soldOut {
    text-align: center;
    color: #bcbcbc;
}

.chkBox.cantBuy label::before {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.chkBox.cantBuy label::after {
    background-color: #dfdfdf;
}

@media (max-width: 640px) {
    .chkBox {
        width: 50px;
    }
}

@media (max-width: 480px) {
    .chkBox {
        width: 40px;
    }
}

.orderNote {
    /*處理備註*/
    padding-top: 10px;
}

.orderNote textarea {
    /*處理備註*/
    width: 100%;
    height: 50px;
    padding: 5px;
    border: 1px solid #c5c5c5;
    color: #2f2f2f;
}

.specList {
    display: flex;
    flex-wrap: wrap;
}

.specList li {
    display: flex;
    align-items: center;
    min-height: 25px;
    padding-left: 36px;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 14px;
    letter-spacing: .075em;
}

.specList .fare {
    width: 100%;
    background-image: url("../images/icon-fare.svg");
    background-size: 26px 19px;
}

.specList .money {
    background-image: url("../images/icon-money.svg");
    background-size: 25px 25px;
}

.specList .discount {
    margin-left: 25px;
    background-image: url("../images/icon-discount.svg");
    background-size: 25px 25px;
}

.buyWrap {
    display: flex;
    justify-content: space-between;
}

.buyWrap .btnBox {
    margin-top: 20px;
}

.buyWrap .btnBox a {
    width: 184px;
    height: 53px;
    display: inline-block;
    margin-left: 12px;
    border-radius: 53px;
    background-color: #bcbcbc;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 18px;
    line-height: 58px;
    color: #fff;
}

.buyWrap .btnBox a.toCart {
    background-color: #e60012;
}

.buyWrap .btnBox a:hover {
    background-color: #fbd246;
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .buyWrap .btnBox a {
        width: 160px;
        height: 48px;
        line-height: 52px;
        margin-left: 8px;
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .buyWrap .btnBox a {
        width: 120px;
        height: 48px;
        line-height: 52px;
        margin-left: 8px;
    }
}

@media (max-width: 768px) {
    .buyWrap {
        flex-wrap: wrap;
    }
    .buyWrap .btnBox {
        margin-top: 0;
        width: 100%;
        text-align: center;
    }
    .buyWrap .btnBox a {
        margin: 5px;
    }
}

.cantBuyTxt P {
    font-size: 20px;
    letter-spacing: 2px;
}

.countArea {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 20px;
}

.countArea b {
    margin-right: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 22px;
    color: #464645;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .countArea b {
        margin-right: 10px;
    }
}

@media (max-width: 768px) {
    .countArea {
        margin: 20px auto;
    }
}

.countItemBox {
    display: flex;
    align-items: center;
    width: 185px;
    height: 50px;
    padding: 0 8px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.countItemBox .countBtn {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #8ea016;
}

.countItemBox .count {
    width: calc(100% - 68px);
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    border-color: transparent;
    font-size: 18px;
    color: #464645;
    text-align: center;
    letter-spacing: .1em;
}

.countItemBox .countLess:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    width: 6px;
    height: 2px;
    background-color: #fff;
}

.countItemBox .countAdd:before, .countItemBox .countAdd:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
}

.countItemBox .countAdd:before {
    margin-left: -6px;
    margin-top: -1px;
    width: 12px;
    height: 2px;
}

.countItemBox .countAdd:after {
    margin-left: -1px;
    margin-top: -6px;
    width: 2px;
    height: 12px;
}

@media (min-width: 1281px) and (max-width: 1440px) {
    .countItemBox {
        width: 170px;
    }
}

@media (min-width: 1181px) and (max-width: 1280px) {
    .countItemBox {
        width: 150px;
    }
}

.share {
    padding: 20px 0 0;
    display: flex;
    align-items: center;
}

.share span {
    display: inline-block;
    line-height: 38px;
    font-size: 18px;
    padding-right: 60px;
}

.share a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 5px;
}

.share a:hover svg {
    fill: #d43436;
}

.share svg {
    width: 100%;
    height: 100%;
    fill: #bcbcbc;
}

@media (max-width: 768px) {
    .share {
        justify-content: center;
    }
    .share span {
        padding-right: 40px;
    }
}

@media (max-width: 400px) {
    .share {
        justify-content: center;
    }
    .share span {
        padding-right: 20px;
    }
}

.bottomBox {
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 100px;
    margin-bottom: 40px;
    z-index: 2;
}

.bottomBox .titleBox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.bottomBox .titleBox .title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #4c2a21;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.bottomBox .titleBox .entitle {
    display: inline-block;
    margin: 0 auto;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 3px;
    color: #8ea016;
    position: relative;
    text-transform: initial;
}

@media (min-width: 769px) {
    .bottomBox .titleBox .entitle::before {
        content: '';
        width: 80px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        left: -100px;
        background-image: url(../images/deco_color_dots_line.png);
        background-position: 0 0;
    }
    .bottomBox .titleBox .entitle::after {
        content: '';
        width: 80px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        right: -100px;
        background-image: url(../images/deco_color_dots_line.png);
        background-position: right;
    }
}

@media (max-width: 768px) {
    .bottomBox .titleBox {
        text-align: center;
    }
    .bottomBox .titleBox .entitle {
        font-size: 60px;
    }
}

@media (max-width: 1080px) {
    .bottomBox {
        padding: 60px;
    }
}

@media (max-width: 840px) {
    .bottomBox {
        padding: 40px;
    }
}

@media (max-width: 640px) {
    .bottomBox {
        padding: 40px 20px;
    }
}

@media (max-width: 480px) {
    .bottomBox {
        padding: 30px 10px 20px;
    }
}

@media (max-width: 375px) {
    .bottomBox {
        padding: 30px 0px 20px;
    }
}

.plusArea {
    padding: 30px 0 0;
}

.plusArea .titleBox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.plusArea .titleBox .title {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #4c2a21;
    text-align: center;
    font-weight: 400;
    width: 100%;
}

.plusArea .titleBox .entitle {
    display: inline-block;
    margin: 0 auto;
    font-size: 70px;
    line-height: 55px;
    letter-spacing: 3px;
    color: #8ea016;
    position: relative;
    text-transform: initial;
}

@media (min-width: 769px) {
    .plusArea .titleBox .entitle::before {
        content: '';
        width: 80px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        left: -100px;
        background-image: url(../images/deco_color_dots_line.png);
        background-position: 0 0;
    }
    .plusArea .titleBox .entitle::after {
        content: '';
        width: 80px;
        height: 10px;
        position: absolute;
        top: calc(50% - 5px);
        right: -100px;
        background-image: url(../images/deco_color_dots_line.png);
        background-position: right;
    }
}

@media (max-width: 768px) {
    .plusArea .titleBox {
        text-align: center;
    }
    .plusArea .titleBox .entitle {
        font-size: 60px;
    }
}

.plusListBox {
    position: relative;
    width: 100%;
}

.plusListBox .redArrow {
    position: absolute;
    top: calc(50% - 60px);
    bottom: 0;
}

.plusListBox .redArrow.prevArrow {
    left: -100px;
    transform: rotate(0deg);
}

.plusListBox .redArrow.nextArrow {
    left: auto;
    right: -100px;
    transform: rotate(0);
}

@media (max-width: 1580px) {
    .plusListBox .redArrow.prevArrow {
        left: -20px;
    }
    .plusListBox .redArrow.nextArrow {
        left: auto;
        right: -20px;
    }
}

.plusList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.plusList li {
    width: 100%;
    padding-bottom: 20px;
}

@media (min-width: 769px) {
    .plusList li {
        width: calc(100% / 3);
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .plusList li {
        width: 50%;
    }
}

@media (min-width: 481px) {
    .plusList li {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.plusList .item {
    position: relative;
}

.plusList .Img {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 314px;
    margin: 0 auto 10px;
}

.plusList .Img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

.plusList .Img svg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.plusList .Img svg path {
    fill: #fff;
}

.plusList .Img svg.ring {
    fill: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.plusList .Img svg.ring path {
    fill: transparent;
}

.plusList .Img svg.ring.yellow {
    stroke: #f1cb02;
    left: -1px;
    transform: rotate(-18deg);
}

.plusList .Img svg.ring.green {
    stroke: #7d8f0b;
    transform: rotate(5deg);
}

.plusList .Img image {
    width: 150px;
    height: 150px;
}

.plusList .Txt {
    text-align: center;
    padding: 0;
}

.plusList .Txt .title {
    display: inline-block;
    padding: 0 15px 10px;
}

.quickBtnBox {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 90;
    width: 80px;
    margin-top: -136px;
    text-align: center;
}

.quickBtnBox a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quickBtnBox a:nth-child(-n+3) {
    flex-direction: column;
    padding-top: 13px;
    padding-bottom: 13px;
    border-left: 1px solid #bdad99;
    border-right: 1px solid #bdad99;
    border-top: 1px solid #bdad99;
    color: #000;
    font-size: 13px;
    background-color: #fff;
}

.quickBtnBox a:nth-child(-n+3):hover {
    color: #fff;
    background-color: #a62627;
}

.quickBtnBox a:nth-child(-n+3):hover svg {
    fill: #fff;
}

.quickBtnBox a:nth-child(-n+3):nth-child(3) {
    border-bottom: 1px solid #bdad99;
}

.quickBtnBox svg {
    margin-bottom: 10px;
    fill: #bdad99;
}

.quickBtnBox .goTop {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #a62627;
}

.quickBtnBox .goTop:hover {
    background-color: #d9595a;
}

.moreBtnBox {
    margin: 0 auto;
}

@keyframes tiger {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes mouse {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes musicFloat2 {
    0% {
        transform: translate3d(0, 0, 0) rotate(-15deg);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        transform: translate3d(100%, -50%, 0) rotate(15deg);
    }
    75% {
        transform: translate3d(-100%, -150%, 0);
    }
    90% {
        opacity: 1;
    }
    99% {
        opacity: 0;
        transform: translate3d(0%, -200%, 0);
    }
    100% {
        transform: translate3d(0%, 0%, 0) rotate(-15deg);
        opacity: 0;
    }
}

@keyframes musicFloat3 {
    0% {
        transform: translate3d(0, 0, 0) rotate(159deg);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        transform: translate3d(-100%, -50%, 0) rotate(175deg);
    }
    75% {
        transform: translate3d(100%, -150%, 0) rotate(165deg);
    }
    90% {
        opacity: 1;
    }
    99% {
        transform: translate3d(0%, -200%, 0) rotate(159deg);
        opacity: 0;
    }
    100% {
        transform: translate3d(0%, 0%, 0) rotate(159deg);
        opacity: 0;
    }
}

@keyframes musicFloat4 {
    0% {
        transform: translate3d(0, 0, 0) rotate(18deg);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        transform: translate3d(100%, -50%, 0) rotate(18deg);
    }
    75% {
        transform: translate3d(-100%, -150%, 0) rotate(-8deg);
    }
    90% {
        opacity: 1;
    }
    99% {
        transform: translate3d(0%, -200%, 0) rotate(5deg);
        opacity: 0;
    }
    100% {
        transform: translate3d(0%, 0%, 0) rotate(18deg);
        opacity: 0;
    }
}

@keyframes newsBird {
    0% {
        transform: translate3d(0, 0, 0) scaleX(1);
    }
    20% {
        transform: translate3d(240%, -50%, 0) scaleX(1);
    }
    40% {
        transform: translate3d(360%, -60%, 0) scaleX(1);
    }
    60% {
        transform: translate3d(480%, -60%, 0) scaleX(1);
    }
    65% {
        transform: translate3d(480%, -60%, 0) scaleX(-1);
    }
    80% {
        transform: translate3d(240%, -30%, 0) scaleX(-1);
    }
    95% {
        transform: translate3d(0%, 0%, 0) scaleX(-1);
    }
    100% {
        transform: translate3d(0%, 0%, 0) scaleX(1);
    }
}
/*# sourceMappingURL=product.css.map */