@charset "utf-8";

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main {
    margin: 0;
    z-index: 1;
}
#content {
    background: var(--color-Black);
}
body.pageIndex .main_part {
    padding: 0;
    max-width: 2000px;
}
.bannerindex {
    max-width: 2000px;
    width: 100%;
    margin: auto;
    position: relative;
    height: auto;
    padding: 0;
}
.swiper-banner {
    position: static;
    margin: 0 0 -5px 0;
    height: auto;
}
.swiper-slide img {
    height: auto;
}
.swiper-pagination {
    transform: translateX(-50%) !important;
    margin-left: 0;
}
@media (max-width: 768px) {
    .bannerindex {
        padding-bottom: unset;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*功能頁字體全部重設*/
body {
    font-family: var(--Quicfont),var(--Sansfont);
}

.i_prod_tit:after,
.module_i_news .title_i_box h6:before,
.module_i_news .title_i_box h6:before,
.banner.banF h5:after {
    font-size: var(--f50);
}
.i_prod_tit span:before,
.module_i_news .title_i_box h4,
.banner.banF h5:before,
.prod_related h6 span:before,
.banner.banblog h5,
.blog_page h4.blog_category_title,
.blog_in_page h4.blog_category_title {
    font-size: var(--f28);
}
.sidebarBtn h2 {
    font-size: var(--f22);
}
.product-layer-two li a,
ul.prod li h3.prod-thumb,
.blog_list_ri h5,
.blog_back a {
    font-size: var(--f18);
}
.products-list .name,
a.animated-arrow > b,
.i_blog_ri em,
.inquiry_a3,
.lastaction,
.nextaction,
.related_list li a p,
.lastPage,
.accordion li .link a {
    font-size: var(--f16);
}

.i_blog_ri h5,
.products-list .price b,
.subbox_item a:before {
    font-size: var(--f15);
}
/*基本設定*/
.pageIndex .main_part {
    border-top: 0px solid var(--color-Gray-Light);
}
.main_part {
    max-width: 1600px;
    width: 100%;
    padding: 100px 5%;
    position: relative;
}
.show_content,
.edit,
.contact_content,
.contact_editbox {
    padding: 0;
}

/*中間小標刪除*/
.path {
    display: none;
}

/*按鈕*/
a.animated-arrow {
    margin-top: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 290px;
    width: 100%;
    background: unset;
    z-index: 1;
    color: var(--color-White);
    font-weight: 300;
    height: 50px;
    line-height: 145%;
    text-indent: 0.08em;
    letter-spacing: 0.08em;
    text-align: center;
    background: var(--color-Red);
    transition: 0.3s ease;
}
.arrow {
    display: none;
}
a.animated-arrow i {
    display: none;
}
a.animated-arrow:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--color-Yellow);
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}
.car_page a.animated-arrow:after {
    z-index: -1;
}
.car_page a.animated-arrow:hover {
    color: var(--color-White);
}
a.animated-arrow:hover:after {
    left: 0px;
    transform: scaleY(1);
    transform-origin: center bottom;
}
a.animated-arrow > b {
    z-index: 1;
    font-size: var(--f16);
    font-weight: 300;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.animated-arrow:hover > b {
    color: var(--color-Black);
}
.shopping_add > .product .add_item dl dd section h4,
.shopping_add > .product .add_item dl dd section p {
    font-size: var(--f16);
}
.shopping_add > .product .add_item dl dd button {
    font-size: var(--f14);
}
.shopping_add > .product .add_item dl dd i {
    color: var(--color-Gray-Light);
    font-style: normal;
}
/*頁碼*/
.page {
    display: flex;
    width: 100%;
    margin: 50px 0;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 10px;
}
.page li a {
    width: 28px;
    height: 18px;
    line-height: 1;
    min-width: unset;
    border: unset;
    color: var(--color-Main);
    padding: 0;
}
.page a:hover {
    background: unset;
    color: var(--color-Sub);
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .main_part {
        padding: 80px 5%;
    }
}
@media screen and (max-width: 768px) {
    .main_part {
        padding: 50px 5%;
    }
}
@media screen and (max-width: 600px) {
    /* 按鈕 */
    a.animated-arrow {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.header_area {
    position: sticky;
}

.header_area {
    position: relative;
    width: 100%;
}
.main_header_area {
    background: var(--color-Black);
    padding: 15px 20px;
    transition: all 0.3s;
    background: url(../images/index_newsbg.jpg) center;
}

.main_header_area .container {
    max-width: 1680px;
    width: 100%;
    margin: auto;
}
.me_tp_features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.me_tp_features a {
    margin: 0;
    font-weight: 400;
    font-size: var(--f14);
    letter-spacing: 0.08em;
    color: var(--colorText-White);
}
.me_tp_features a i {
    margin: 0 8px 0 0;
    color: var(--color-Yellow);
}
.me_tp_features a.tp_btn_cart {
    padding: 0 0 0 20px;
    border-left: 1px solid var(--colorText-White);
    transition: 0.4s;
}
.me_tp_features a.tp_btn_cart:hover {
    transition: 0.4s;
    opacity: 0.5;
}
.me_tp_features a.tp_btn_notice {
    display: none;
}
.box_search {
    width: 235px;
    margin-bottom: 0;
    margin-right: 20px;
}

.box_search input[type="text"] {
    background: url("https://www.sixfirework.com/img/chu_search.svg") no-repeat
        10px center #fff;
    border: solid 1px var(--color-Red);
    padding: 5px 10px 5px 40px;
    width: 180px;
    border-radius: 0;
    letter-spacing: 0.08em;
    height: 18px;
    color: var(--colorText);
    font-size: var(--f12);
    font-weight: 400;
    line-height: 120%;
}
.box_search input::placeholder {
    color: var(--colorText);
    font-size: var(--f12);
    font-weight: 400;
    line-height: 120%;
}
/* 舊版 Chrome/Safari/Edge */
.box_search input::-webkit-input-placeholder {
    color: var(--colorText);
}
/* 舊版 Firefox */
.box_search input::-moz-placeholder {
    color: var(--colorText);
}
/* IE 10-11 */
.box_search input:-ms-input-placeholder {
    color: var(--colorText);
}
.shop_search_btn {
    height: 100%;
    width: 70px;
    text-indent: 0.15em;
    letter-spacing: 0.15em;
    text-align: center;
    background: var(--color-Red);
    border-radius: 0;
    color: white;
    font-size: var(--f14);
    font-weight: 300;
    line-height: 120%;
    text-align: center;
}
input[type="text"],
input[type="date"] {
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
}
input[type="date"]::placeholder {
    color: var(--color-Gray-Light);
}
.tp_links {
    display: none;
}
.navigation {
    padding: 0;
}
/*LOGO*/
.nav-header {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
    top:50%;
}
.header_area .nav-brand {
    width: 245px;
    transition: all 0.3s;
}
/*選單*/
.stellarnav > ul {
    max-width: 650px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
}

/* 手機 電腦 設定 */
.stellarnav.desktop > ul {
    display: flex !important;
}
/*  */

.stellarnav > ul > li > a {
    letter-spacing: 0.08em;
    color: var(--colorText-White);
    position: relative;
    display: block;
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    text-align: center;
    height: 45px;
    transition: all 0.5s;
}
.stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active > a,
.stellarnav > ul > li.focus > a {
    color: var(--color-Main);
    transition: all 0.5s;
}
.stellarnav > ul > li > a b,
.stellarnav li li a b {
    font-weight: 400;
}

.stellarnav > ul > li > a:hover b{
    color: var(--color-Yellow);
}

/*隱藏第一顆按鈕*/
.stellarnav > ul > li:nth-of-type(1) {
    display: none;
}
.stellarnav > ul > li:nth-of-type(5) ul{
    display: none !important;
}

/*下拉*/
/* .stellarnav > ul > li:nth-of-type(4) > ul > li:not(:nth-child(n + 5)) {
    display: none;
} */
/* .stellarnav > ul > li:nth-of-type(6) > ul > li:nth-of-type(1) {
    display: none;
} */

.stellarnav > ul > li > ul > li a,
.stellarnav li li.has-sub > a {
    padding: 15px 10px;
    text-align: center;
    color: var(--colorText-White);
    font-size: var(--f15);
    font-weight: 400;
    line-height: 120%;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
    top: -2px;
}

.stellarnav > ul > li.drop-left > ul {
    right: unset;
}
.stellarnav li li + li {
    border-top: 1px solid var(--color-Gray-Light);
}
.stellarnav ul ul {
    border-top: 2px solid var(--color-Yellow);
    transform: translateX(-50%);
    left: 50%;
    min-width: 200px;
    background: var(--color-Sub);
}
.stellarnav ul ul ul {
    left: 200px;
    transform: translate(0%);
}
.stellarnav li.has-sub > a:after {
    display: none;
}
/*下拉選單*/
.stellarnav li li {
    border: unset;
    margin-bottom: 0;
}
/* .stellarnav li li a {
    padding: 15px 0;
    padding: 15px 0;
    text-align: center;
    background: unset;
    color: #252525;
    letter-spacing: 0.1em;
    font-weight: 500;
    transition: all 0.5s;
} */
.stellarnav li li a:hover {
    color: var(--color-Yellow);
    background-color: var(--color-Black);
    transition: all 0.5s;
}

@media screen and (max-width: 1400px) {
    .main_header_area .container {
        max-width: 95%;
    }
}
@media (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
    .navigation {
        padding: 10px 0 0px 200px;
    }
    .box_search input[type="text"] {
        padding: 5px 10px 2px 40px;
    }
    .shop_search_btn {
        padding: 4px 18px;
    }
    .stellarnav > ul > li > a {
        margin: 5px 0 0 0;
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 1024px) {
    .main_header_area .container {
        max-width: 100%;
    }
    .navigation {
        padding: 0;
    }
    .me_tp_features {
        margin: 15px 0;
        justify-content: center;
    }
    .box_search {
        width: auto;
    }
    .stellarnav > ul {
        max-width: 650px;
        margin: auto;
    }
    .header_area .nav-brand{
        width: 120px;
    }
    .stellarnav > ul > li > a {
        padding: 0 5px;
    }
    .nav-header {
        transform: unset;
    }
    .footer_menu > a{margin: 0 auto;}
}
@media screen and (max-width: 768px) {
    .main_header_area {
        padding: 10px;
    }
    .main_header_area .container {
        max-width: 100%;
    }
    .me_tp_features {
        display: none;
    }
    .nav-header {
        display: flex;
        justify-content: center;
    }
    .stellarnav.mobile {
        display: flex;
        width: auto;
        height: 100%;
        padding: 0;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;
    }
    .stellarnav .menu-toggle {
        padding: 18px 30px;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 38px;
        height: 1px;
        border-radius: 10px;
        background: var(--color-Yellow);
        margin: 0px auto 6px;
    }
    .stellarnav .menu-toggle:after {
        font-size: var(--f14);
        color: var(--color-Yellow);
        transform: unset;
        letter-spacing: 1px;
        margin-top: 10px;
    }
    .stellarnav.mobile.left > ul {
        background: var(--color-Black);
        padding: 0;
        border-top: unset;
    }
    .stellarnav.mobile ul ul {
        border-top: unset;
        transform: unset;
        left: auto;
        background: unset;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px var(--color-Sub) solid;
    }
    .stellarnav > ul > li:nth-of-type(1) {
        display: none;
    }
    .stellarnav.mobile li ul li {
        border-top: 1px solid var(--color-Sub);
    }
    .stellarnav.mobile > ul > li > a,
    .header_area.sticky .stellarnav > ul > li > a,
    .stellarnav li li a,
    .stellarnav.mobile li li.has-sub a {
        margin: 0;
        padding: 20px 40px 15px;
        text-align: left;
        color: var(--colorText-White);
        background: unset;
    }
    .stellarnav a.dd-toggle .icon-plus:before,
    .stellarnav a.dd-toggle .icon-plus:after{
        border-color: var(--colorText-White);
    }
    .me_tp_features a {
        padding: 0;
    }
    .stellarnav.mobile > ul > li > a b:last-child {
        display: none;
    }
    .stellarnav > ul > li > a:before,
    .stellarnav > ul > li:hover > a:before {
        display: none;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        padding: 10px;
        top: 8px;
    }
    .stellarnav.mobile li li.has-sub a.dd-toggle {
        padding: 10px;
        top: 6px;
    }
    .stellarnav.mobile > ul > li:hover > ul > li:hover > ul {
        top: 0;
    }
    .stellarnav.mobile li.open {
        background: var(--color-Sub);
        padding: 0;
    }
    .stellarnav.mobile li ul li > a {
        background: transparent;
        text-align: left;
        padding: 20px 40px 15px;
    }
    .stellarnav.mobile li ul li > a:hover {
        background-color: var(--color-Yellow);
        color: white;
    }
    .stellarnav.mobile li ul li > a:hover ~ a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px var(--color-White);
    }
    .stellarnav.mobile li ul li > a:hover ~ a.dd-toggle .icon-plus::before {
        border-bottom: solid 3px var(--color-White);
    }
    .stellarnav.mobile li ul li > a.dd-toggle:hover {
        background-color: transparent;
    }
    /* .stellarnav.mobile li.open ul li:hover>a{color:white;background-color: #B36D6D;} */
    .stellarnav.mobile li.open ul li {
        border-top: 1px var(--color-White) solid;
    }
    .stellarnav li li,
    .stellarnav.mobile li.open li.open {
        border: 0;
        border-top: 1px solid var(--color-White);
        padding: 0;
    }
    .stellarnav .icon-close {
        margin-right: 6px;
    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        color: var(--color-Cream);
        letter-spacing: 0.15em;
        background: var(--color-Yellow);
        border-bottom: unset;
    }
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-bottom: solid 3px var(--color-White);
    }
}
@media (max-width: 425px) {
    .header_area .nav-brand {
        max-width: 90px;
    }
}
@media screen and (max-width: 400px) {
    .main_header_area {
        padding: 15px 10px;
    }
    .stellarnav .menu-toggle {
        padding: 15px;
    }
    .stellarnav.mobile {
        padding: 0;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 35px;
        margin: 0px auto 5px;
    }
    .stellarnav .menu-toggle:after {
        font-size: var(--f12);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 大圖特效 */
/*----------------------------------------大圖-第一張-開始----------------------------------------*/
@-webkit-keyframes dd {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes dd {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes ff {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes ff {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.swiper-container-fade .swiper-slide:nth-child(1):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-04.svg);
    width: 27%;
    top: 38%;
    left: auto;
    right: 13%;
    aspect-ratio: 47 / 10;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(1):before {
    -webkit-animation: dd 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: dd 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.swiper-container-fade .swiper-slide:nth-child(1):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-05.svg);
    width: 13%;
    top: auto;
    bottom: -15%;
    left: auto;
    right: 13%;
    aspect-ratio: 260 / 485;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(1):after {
    -webkit-animation: ff 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: ff 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/*----------------------------------------大圖-第一張-結束----------------------------------------*/

/*----------------------------------------大圖-第二張-開始----------------------------------------*/

@-webkit-keyframes cc {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes cc {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.swiper-container-fade .swiper-slide:nth-child(2):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-13.svg);
    width: 48%;
    top: 25%;
    left: 43%;
    aspect-ratio: 95 / 36;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(2):before {
    -webkit-animation: cc 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation: cc 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

.swiper-container-fade .swiper-slide:nth-child(2):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-08.svg);
    width: 41%;
    top: 21%;
    left: 9%;
    aspect-ratio: 965 / 830;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}

/*----------------------------------------大圖-第二張-結束----------------------------------------*/

/*----------------------------------------大圖-第三張-開始----------------------------------------*/

@-webkit-keyframes ee {
    50% {
        transform: rotate(-8deg);
    }
}
@keyframes ee {
    50% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tt {
    50% {
        transform: rotate(8deg);
    }
}
@keyframes tt {
    50% {
        transform: rotate(8deg);
    }
}
.swiper-container-fade .swiper-slide:nth-child(3):before {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-06.svg);
    width: 22%;
    top: -6%;
    left: 6%;
    aspect-ratio: 47 / 33;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(3):before {
    -webkit-animation: tt 1.5s infinite both;
    animation: tt 1.5s infinite both;
}
.swiper-container-fade .swiper-slide:nth-child(3):after {
    /* content: ""; */
    position: absolute;
    background-image: url(https://pic03.eapple.com.tw/sixfirework/大圖文字-07.svg);
    width: 20%;
    top: auto;
    bottom: 6%;
    left: 9%;
    aspect-ratio: 47 / 67;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999;
}
.swiper-slide-active:nth-child(3):after {
    -webkit-animation: ee 1.5s infinite both;
    animation: ee 1.5s infinite both;
}

/*----------------------------------------大圖-第三張-結束----------------------------------------*/

/*------------------------------------大圖上可點的白點點設定-開始-----------------------------------*/

/*.swiper-pagination {transform: translate3d(0, 0, 0) translateX(-50%) !important;}*/
.swiper-horizontal > .swiper-pagination-bullets {
    left: 50% !important;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

@media (max-width: 768px) {
    .swiper-slide img {
        min-height: unset !important;
    }
    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
    }
}

/*------------------------------------大圖上可點的白點點設定-結束-----------------------------------*/

/*------------------------------------------手機版大圖-開始------------------------------------*/

/*手機板大圖*/
/* @media screen and (max-width: 600px) {
    .pageIndex .bannerindex .swiper-slide img {
        display: none;
    }
    .pageIndex .bannerindex .swiper-slide {
        width: 100%;
        height: 0;
        padding-bottom: calc(100% / 3 * 4);
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(1) {
        background-image: url(https://pic03.eapple.com.tw/sixfirework/手機大圖-01.jpg);
        background-size: cover;
        background-position: center;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(2) {
        background-image: url(https://pic03.eapple.com.tw/sixfirework/手機大圖-02.jpg);
        background-size: cover;
        background-position: center;
    }
    .pageIndex .bannerindex .swiper-slide:nth-child(3) {
        background-image: url(https://pic03.eapple.com.tw/sixfirework/手機大圖-03.jpg);
        background-size: cover;
        background-position: center;
    }
    .swiper-container-fade .swiper-slide:before,
    .swiper-container-fade .swiper-slide:after {
        display: none;
    }
} */

/*------------------------------------------手機版大圖-結束------------------------------------*/

/*內頁BANNER 設定*/
.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: clamp(150px,35vw, 600px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner > img{
    display: none;
}
.banner.banblog {

}
.banner.banE {
}
.banner:after {
}
.banner h5 {
    color: var(--colorText-White);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: none;
}
.product_info_page .banner h5{
    display: block;
}
.services_page .banner.banB,
.other_page .banner.banB,
.other_select_page .banner {
    display: none;
}
.banner h5:before {
    content: "";
    margin: 0 0 10px;
    font-size: var(--f26);
    color: var(--color-Main);
    display: block;
}
.banner.banA h5:before {
    content: "";
}
.banner.banF h5:before {
    content: "PRODUCTS";
}
.banner.banE h5:before {
    content: "";
}
.banner.banblog h5:before {
    content: "";
}
.banner.banC h5:before {
    content: "";
}
.banner.banC {
}
.banner.banblog {
    background-image: url("../img/blogA-banner.jpg");
}
.blog_page_02 .banner.banblog {
    background-image: url("../img/blogB-banner.jpg");
}
.banner.banblog h5 {
}
.banner.banblog h5:before {
}
.blog_page_2 .banner.banblog h5 {
}
.blog_page_2 .banner.banblog h5:before {
}
.product_page .banner.banF {
    background-image: url("../img/shop-banner.jpg");
}
.product_info_page .banner.banF {
    background-image: url("../img/shopinfo-banner.jpg");
}
.contact_page .banner.banC{
    background-image: url("../img/contact-banner.jpg");

}
.blog_in_page .banner.banblog,
.blog_in_page_2 .banner.banblog {
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 400px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
/* top */
#to_top {
    bottom: 88px;
    right: 8px;
    left: unset;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: var(--f12);
    color: var(--color-Yellow);
    text-align: center;
    text-decoration: none;
    background: var(--color-Black);
    box-shadow: unset;
    border-radius: 30px;
    border: 1px solid var(--color-Yellow);
}
#to_top i.top {
    height: 15px;
}
#to_top i.top:before,
#to_top i.top:after {
    height: 13px;
    background: var(--color-Yellow);
    width: 1px;
}
.footer {
    background: var(--color-Black);
    padding: 0;
    background: url(../images/index_newsbg.jpg) center;
    position: relative;
    z-index: 1;
}
.footer::before{
    content: '';
    height: 55%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(to bottom,#000,#00000000);
}
.footer_info {
    padding: 0;
    max-width: 1200px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 66px 0;
    margin: auto;
}
.footer_info li {
    padding: 0;
}
.footer_copy {
    padding: 15px 20px;
    background-color: rgba(34, 34, 34, 0.5);
    position: relative;
}
.footer_logo {
    max-width: 180px;
    width: 100%;
    margin: 0;
}
.footer_logo a {
    display: block;
}
.footer_logo a img {
    width: 100%;
}
.ft_menu01 {
    margin: 0 20px;
}
.ft_menu01 > b {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}
.ft_menu01 > a {
    display: block;
    width: fit-content;
    color: var(--colorText-White);
    font-size: var(--f15);
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0.02em;
    transition: 0.5s;
    padding: 0 5px;
    margin-left: -5px;
}
.ft_menu01 > a:hover {
    transition: 0.5s;
    color: var(--color-Yellow);
}
.box_link {
    display: none;
}
.ft_menu02 > b {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}
.footer_menu {
    display: grid;
    width: 315px;
    column-gap: 10px;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
}
.footer_menu > a {
    display: block;
    width: fit-content;
    color: var(--colorText-White);
    font-size: var(--f15);
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0.02em;
    transition: 0.5s;
    padding: 2px 5px;
}
.footer_menu > a:nth-of-type(1) {
    display: none;
}
/* .footer_menu>a:nth-of-type(3n+2) {margin:0 0 0 auto;}
.footer_menu>a:nth-of-type(3n) {margin:0 0 0 auto;} */
.footer_menu > a:hover {
    transition: 0.5s;
    color: var(--color-Yellow);
}

.frt_link a {
    color: var(--color-Cream);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0.02em;
    transition: 0.5s;
}
.frt_link a:hover {
    transition: 0.5s;
    color: var(--color-Yellow);
}
.frt_link a:nth-of-type(2) {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px var(--color-Cream) solid;
    border-right: 1px var(--color-Cream) solid;
}
.copy {
    margin-top: 0;
}
.copy,
.copy a {
    color: var(--colorText-White);
    font-size: var(--f12);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}
@media screen and (max-width: 900px) {
    .footer_info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_logo {
        max-width: 100%;
        text-align: center;
    }
    .footer_logo a {
        max-width: 150px;
        margin: auto;
        margin-bottom: 20px;
    }
    .ft_menu01 {
        margin-left: 0;
    }
    .ft_menu01 > b,
    .ft_menu02 > b {
        text-indent: 0.02em;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .footer_info {
        padding: 35px 0;
    }
    .footer {
        padding-bottom: 82px;
    }
}
@media (max-width: 650px) {
    .footer_info {
        flex-direction: column;
        align-items: center;
    }
    .ft_menu01 {
        margin: 25px 0;
    }
    .footer_logo a {
        margin: auto;
    }
    .ft_menu01 > a {
        text-indent: 0.02em;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 600px) {
    #to_top {
        width: 45px;
        height: 45px;
        font-size: var(--f10);
        bottom: 100px;
    }
    #to_top i.top {
        height: 10px;
    }
    #to_top i.top:before,
    #to_top i.top:after {
        height: 8px;
    }
}
@media screen and (max-width: 425px) {
    .footer_menu {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .footer_menu{width: 100%;max-width: 250px;}
    .footer_menu > a:nth-of-type(n) {
        margin: auto;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/
.module_i_news {
    padding: 70px 5%;
    background-color: var(--color-Black);
    position: relative;
    background: url(../img/index_new_bg.jpg);
}
.module_i_news:last-of-type {
}
.module_i_news .title_i_box {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.module_i_news .title_i_box h4 {
    font-size: var(--f28);
    color: var(--color-Main);
    letter-spacing: 0.1em;
    z-index: 1;
    line-height: 1;
    padding-top: 50px;
    font-weight: 600;
}
.module_i_news .title_i_box h6 {
    font-size: 0;
}
.module_i_news .title_i_box h6:before {
    content: "NEWS";
    width: 100%;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: var(--f50);
    color: var(--color-CreamDark-a30);
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    line-height: 0.8;
    z-index: 0;
}
.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 1%;
    max-width: 1400px;
    width: 100%;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 100px;
}
.module_i_news li {
    width: 100%;
    padding: 15px;
    margin: 0;
    background-color: var(--color-Sub);
    border: 1px solid var(--color-Sub);
}
.module_i_news li:hover{
    border-color: var(--color-Yellow);
}
.module_i_news li a {
    display: block;
}
.module_i_news li a:after {
    display: none;
}
.module_i_news li a:hover:before,
.module_i_news li a:hover:after {
    transform: translate(-50%, 0%) scale(1, 1);
    opacity: 1;
}
.module_i_news li a:before {
    display: none;
}
.i_blog_le {
    width: 100%;
    padding: 0;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.i_blog_le:after {
    content: "MORE";
    color: white;
    font-size: var(--f18);
    font-weight: 700;
    line-height: 145%;
    text-align: center;
    padding: 12px 5px;
    background-color: var(--color-Yellow);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    transform: translateY(51px);
    transition: all 0.3s ease;
}
.module_i_news li a:hover .i_blog_le:after {
    transform: translateY(0);
}
.i_blog_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.i_blog_ri {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    background: unset;
    min-height: 150px;
    padding: 8px 0 0;
    text-align: center;
}
.i_blog_ri em {
    color: var(--colorText-Gray);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    margin: 0;
}
.i_blog_ri h5 {
    color: var(--colorText-White);
    font-size: var(--f20);
    font-weight: 500;
    line-height: 120%;
    -webkit-line-clamp: 2;
    text-align: left;
    margin: 10px 0 8px 0;
}
.i_blog_ri p {
    color: var(--colorText-Gray02);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
    -webkit-line-clamp: 4;
}
@media screen and (max-width: 1200px) {
    .module_i_news {
        padding: 100px 5%;
    }
}
@media screen and (max-width: 1024px) {
    .module_i_news {
        padding: 80px 5%;
    }
}
@media screen and (max-width: 768px) {
    .module_i_news {
        padding: 50px 5%;
    }
    .module_i_news ul {
        margin: 50px auto;
    }
    .i_blog_ri h5 {
        margin: 10px 0;
    }
}
@media (max-width: 700px) {
    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 4%;
    }
}
@media screen and (max-width: 600px) {
    .module_i_news ul {
        margin: 30px auto;
    }
}
@media screen and (max-width: 500px) {
    .module_i_news .title_i_box h4 {
        padding-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .module_i_news ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*文章設定*/
/*(新)文章分類*/
/*文章管理*/
.blog_page .show_content {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.banner_text h5 {
    display: block;
    color: var(--color-Main);
    font-size: var(--f24);
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
}
.banner_text span {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f30);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}
h5.blog_le_t {
    color: var(--colorText);
    font-size: var(--f20);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-align: left;
}
h5.blog_le_t em {
    padding-right: 5px;
}
.blog_le {
    padding: 0;
    max-width: 280px;
    width: 100%;
}
.blog_le .accordion {
    border: none;
    border-radius: 0;
}
.blog_search {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog_search input[type="search"] {
    background: unset;
    border-radius: 0;
    border: 1px var(--color-Gray) solid;
    padding: 10px 35px 10px 20px;
}
.blog_search input[type="search"]::placeholder {
    color: var(--colorText-White);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.accordion li .link {
    border-bottom: 1px var(--color-Gray) solid;
    color: var(--colorText);
    font-size: var(--f18);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 10px 15px;
}
.accordion li .link a {
    color: var(--colorText);
}
.blog_le .accordion li i {
    color: var(--color-Gray);
    font-size: var(--f12);
}
.blog_le .accordion > li.open > .link {
    background: var(--color-Red);
    color: white;
}
.accordion li .link:hover{
    background: var(--color-Red);
}
.blog_le .accordion > li.open > .link i {
    color: white;
}
.blog_le .accordion > li.open > .link a {
    color: white;
}
.submenu {
    background: var(--color-Gray);
}
.submenu li {
    border-bottom: 1px solid var(--color-Cream);
}

.submenu li:hover .link {
    background: var(--color-Brown-Dark);
}
.blog_le .accordion > li ul.submenu li:hover > .link a,
.blog_le .accordion > li ul.submenu li:hover > .link i {
    color: var(--colorText);
}
.accordion li .submenu .link {
    padding: 10px 15px;
}
.blog_le .accordion .submenu li i {
    top: 15px;
}
.blog_le .accordion > li ul.submenu li.open .link {
    background-color: var(--color-Brown-Dark);
}
.blog_le .accordion > li ul.submenu li.open > .link > i {
    transform: rotate(180deg);
}
.blog_le .accordion > li ul.submenu li.open > .link > a,
.blog_le .accordion > li ul.submenu li.open > .link > i {
    color: var(--colorText);
}
.blog_le .accordion > li ul.submenu li:hover > .link a,
.blog_le .accordion > li ul.submenu li:hover > .link i {
    color: var(--colorText-White);
}
.submenu li > a {
    padding: 15px 15px;
}
.blog_ri {
    padding: 0;
    width: calc(100% - 360px);
}
.blog_ri > h4 {
    color: var(--colorText);
    font-size: var(--f30);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.blog_subbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 3%;
}
.subbox_item {
    width: 100%;
    padding: 0;
    background-color: var(--color-Sub);
    padding: 15px;
    border: 1px solid  var(--color-Sub);
}
.subbox_item:hover{
    border-color: var(--color-Main);
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s ease;
}
.subbox_item a:before,
.subbox_item a:after {
    display: none;
}
.blog_list_le {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}
.blog_list_le::before {
    content: "MORE";
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: var(--f18);
    font-weight: 600;
    line-height: 145%;
    padding: 12px 5px;
    background-color: var(--color-Main);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(51px);
    transition: all 0.4s ease;
}
.subbox_item a:hover .blog_list_le::before {
    transform: translateY(0);
}
.blog_list_le img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.blog_list_ri {
    width: 100%;
    padding: 15px 0 0;
}
.blog_list_ri em {
    margin: 0;
    color: var(--colorText);
    font-size: var(--f15);
    font-weight: 400;
    line-height: 120%;
}
.blog_list_ri h5 {
    color: var(--colorText);
    font-size: var(--f18);
    font-weight: 500;
    line-height: 120%;
    margin: 8px 0 5px 0;
}
.blog_list_ri p {
    color: var(--colorText);
    font-size: var(--f15);
    font-weight: 400;
    line-height: 160%;
    text-align: justify;
}

/*大分類*/
/* .blog_box {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10%;
}
.blog_le {
    width: 20%;
    padding: 0;
}
.blog_ri {
    width: 60%;
    padding: 0;
}
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
}
.subbox_item {
    width: 33%;
    padding: 5px;
    margin: 0 0 20px 0;
}
.subbox_item a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.subbox_item a:before {
    transform: translate(-50%, 0%);
    left: 50%;
    right: 0;
    bottom: -15%;
    letter-spacing: 2px;
    height: 48px;
    line-height: 48px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #6B5D50;
    width: 100%;
    text-align: center;
}
.subbox_item a:hover:before {
    bottom: 0;
}
.subbox_item a:after {
    display: none;
}
.blog_list_le {
    width: 100%;
    padding: 0;
    aspect-ratio: 3 / 2;
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.blog_list_le img {
    position: absolute;
    transform: translate(-50%, -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
}
.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 10px 10px;
}
.blog_list_ri h5 {
    font-size: var(--f18);
    font-weight: 500 !important;
    color: #6B5D50 !important;
}
.blog_list_ri em {
    color: #AB9985 !important;
}
.blog_list_ri p {
    line-height: 160%;
    min-height: 45px;
    font-size: var(--f14);
    -webkit-line-clamp: 2;
    color: #dac0a2;
}
.blog_page h4.blog_category_title,
.blog_in_page h4.blog_category_title {
    font-weight: 500;
    color: #6B5D50;
    border-bottom: 1px #AB998538 solid;
    letter-spacing: 0.05em;
    font-size: 28px;
}
h4.blog_category_title span {
    font-size: var(--f22);
    color: #AB9985;
}
h4.blog_category_title em:after {
    color: #AB9985;
}

.blog_le .accordion {
    border-radius: 0;
    border: unset;
    background: unset;
}
.blog_le .accordion > li:hover {
    background: #AB9985 !important;
}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category {
    background: unset !important;
}

.blog_le .accordion > li:hover > .link,
.blog_le .accordion > li > .link {
    padding:0 15px;
    color:#252525;
    font-size: var(--f18);
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.1em;
    border-bottom: 1px #6F6154 solid;
    text-align: left;
}
 .blog_le .accordion > li > .link > a{
    color:#252525;
    letter-spacing: 0.1em;
 }
.accordion li .link {
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
}
.blog_le .accordion li+li{margin-top: 5px;}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #6F6154;
}
.accordion li .link a {
    font-size: var(--f18);
    color: #6B5D50;
}
.blog_le .accordion li.open i,
.blog_le .accordion li i {
    color: #fff;
}
.blog_le .accordion > li:hover .submenu {
    background: #fffbf3;
}
.submenu {
    font-size: var(--f15);
    background: unset;
}
.submenu li {
    border-bottom: 1px solid #c2905680;
}
.submenu li > a {
    color: #6B5D50;
    padding: 15px 10%;
    letter-spacing: 0.1em;
    font-weight: normal;
    text-align: center;
}
.submenu li > a:hover {
    background: #dbc1a480;
    color: #6B5D50;
}
.submenu li > a:before {
    display: none;
}

.submenu li>.link {
    padding:10px 15px 10px 15px;
    color:#252525;
    font-size: var(--f18);
    font-weight: 400;
    line-height: 180%;
    text-align: left;
    background-color: #fff;
}

.blog_search input[type="search"] {
    background: unset;
    border-radius: 0;
    border: 1px #6B5D50 solid;
    padding: 10px 35px 10px 20px;
}
.blog_search input[type="search"]::placeholder {
    color:#AAAAAA;
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.blog_box_edit * {
    line-height: 180%;
}
.blog_box_edit * iframe {
    min-height: 500px;
} */
/*文章內頁按鈕*/
.blog_in_page .show_content {
    max-width: 1366px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.blog_back {
    max-width: 722px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_back a.article_btn_back {
    background: transparent;
    color: var(--color-Main);
    font-size: var(--f18);
    font-weight: 600;
    line-height: 120%;
    transition: 0.5s ease;
}
.blog_back a.article_btn_back:hover {
    transition: 0.5s ease;
    color: var(--color-Yellow);
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    background: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-Main);
    font-size: var(--f18);
    font-weight: 600;
    line-height: 120%;
    transition: 0.5s ease;
}
.blog_back a.article_btn_prev img {
    margin-right: 25px;
    transition: 0.5s ease;
}
.blog_back a.article_btn_next img {
    margin-left: 25px;
    transition: 0.5s ease;
}
.blog_back a.article_btn_prev:hover img {
    transform: translateX(-10px);
}
.blog_back a.article_btn_next:hover img {
    transform: translateX(10px);
}
/*第二個文章--首頁*/
/* .blog_page_2 .blog_le .accordion > li:hover > .link,
.blog_page_2 .blog_le .accordion > li > .link {
    background: #000;
}

.blog_page_2 .blog_le .accordion > li ul.submenu li:hover > .link,
.blog_page_2 .blog_le .accordion > li ul.submenu li.open > .link {
    background-color: #313131;
}
.blog_page_2 .submenu > li > a:hover,
.blog_in_page_2 .submenu > li > a:hover {
    background: #f0f0f0;
} */

/* .blog_page_2 #content,
.blog_in_page_2 #content {
    background: #fff;
}
.blog_page_2 h5.blog_le_t,
.blog_in_page_2 h5.blog_le_t {
    color: #000000;
}
.blog_page_2 .accordion li .link a,
.blog_in_page_2 .accordion li .link a {
    color: #000;
}
.blog_page_2 .blog_le .accordion li.open i,
.blog_page_2 .blog_le .accordion li i,
.blog_in_page_2 .blog_le .accordion li.open i,
.blog_in_page_2 .blog_le .accordion li i {
    color: #000000;
}

.blog_page_2 .submenu li,
.blog_in_page_2 .submenu li {
    border-bottom: 1px solid #ccc;
}
.blog_page_2 .submenu a,
.blog_in_page_2 .submenu a {
    color: #000000;
}
.blog_page_2 .submenu a:hover,
.blog_in_page_2 .submenu a:hover {
    background: unset;
    color: #000000;
}
.blog_page_2 .blog_le .accordion > li:hover .submenu,
.blog_in_page_2 .blog_le .accordion > li:hover .submenu {
    background: #ffffff;
}

.blog_page_2 h4.blog_category_title,
.blog_in_page_2 h4.blog_category_title {
    border-bottom: 1px #ccc solid;
}
.blog_page_2 h4.blog_category_title em:after,
.blog_page_2 h4.blog_category_title span,
.blog_in_page_2 h4.blog_category_title em:after,
.blog_in_page_2 h4.blog_category_title span {
    color: #999;
}
.blog_page_2 .blog_list_ri h5,
.blog_in_page_2 .blog_list_ri h5 {
    color: #000000 !important;
}
.blog_page_2 .blog_list_ri em,
.blog_in_page_2 .blog_list_ri em {
    color: #999 !important;
}
.blog_page_2 .blog_list_ri p {
    color: #444;
}
.blog_page_2 .subbox_item a:before {
    background: #000000;
}

.blog_page_2 .page li,
.blog_page_2 .page li a {
    color: #000000;
}
.blog_page_2 .page li.activeN {
    color: #666;
}
.blog_page_2 .page strong,
.blog_page_2 .page a:hover {
    color: #999;
}

.blog_in_page_2 .blog_back a,
.blog_in_page_2 .blog_back a.article_btn_back {
    color: #000000;
}
.blog_in_page_2 .blog_back a.article_btn_prev:before,
.blog_in_page_2 .blog_back a.article_btn_next:after {
    filter: grayscale(1);
}
.blog_in_page_2 .blog_back a.article_btn_back:hover {
    color: #666;
}
.blog_in_page_2 .blog_back a.article_btn_prev:hover,
.blog_in_page_2 .blog_back a.article_btn_next:hover {
    color: #666;
} */

@media screen and (max-width: 1150px) {
    .blog_le {
        width: 260px;
    }
    .blog_ri {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 1024px) {
    .blog_subbox{grid-template-columns: 1fr 1fr;}
}

@media screen and (max-width: 960px) {
}

@media (max-width: 850px) {
    .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 45px 6%;
    }
}

@media screen and (max-width: 768px) {
    .blog_page .show_content,
    .blog_in_page .show_content {
        flex-direction: column;
    }
    .blog_ri {
        width: 100%;
    }
    .blog_le {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }
    .blog_le .accordion {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .blog_page .banner,
    .blog_in_page .banner {
        padding: 80px 5%;
    }
    .blog_ri {
        width: 100%;
    }
}
@media screen and (max-width: 475px) {
    .blog_list_ri {
        padding: 20px 10px;
    }
}

@media (max-width: 400px) {
    .blog_subbox {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁購物車*/
.prd_all {
    padding: 135px 5% 155px 5%;
    background-color: var(--color-Black);
    display: none;
}
.prod_part {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.i_prod_tit h2 {
    color: var(--color-Yellow);
    font-size: var(--f18);
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    margin-bottom: 5px;
}
.i_prod_tit span {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f26);
    font-weight: 700;
    line-height: 120%;
    text-align: center;
}
.products-list {
    padding: 0;
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px 0.5%;
}
.clearfix:before,
.clearfix:after {
    display: none;
}
.products-list .item {
    margin: 0;
    padding: 15px;
    width: 100%;
}
.products-list .item:hover{
    border-color: var(--color-Yellow);
}
.products-list .item a {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.products-list .name {
    text-align: center;
    color: var(--colorText-White);
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    height: 20px;
    margin-top: 20px;
}
.products-list .price {
    display: flex;
    margin: 15px 0 0;
    text-align: center;
    flex-direction: column-reverse;
}
.products-list .price b {
    display: block;
    color: var(--color-Yellow);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 145%;
    text-align: center;
    margin: 0;
}
.products-list .price b.ori_price {
    color: var(--color-Red);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 145%;
    text-align: center;
    margin-top: -15px;
}
.products-list .more {
    display: none;
}

.products-list .pic:before {
    content: "MORE";
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    text-align: center;
    width: 100%;
    font-size: var(--f18);
    font-weight: 400;
    color: var(--color-Black);
    position: absolute;
    bottom: -50px;
    z-index: 1;
    width: 100%;
    height: 40px;
    background: var(--color-Yellow);
    transition: 0.3s ease;
}
.products-list .item a:hover .pic:before {
    bottom: 0px;
}
.products-list .pic img {
    transform: scale(1);
    transition: 0.3s ease;
}
.products-list .item a:hover .pic img {
    transform: scale(1.05);
    transition: 0.3s ease;
}

.i_prod_b {
    margin: 100px auto 0;
}

@media (max-width: 1300px) {
    .products-list {
        grid-gap: 25px 1.5%;
    }
}

@media screen and (max-width: 1100px) {
    .banner.banF h5:before {
    }
}
@media screen and (max-width: 1024px) {
    .prd_all {
        padding: 80px 5%;
    }
    .products-list .price {
        margin: 10px 0 0;
    }
    .products-list .price b.ori_price {
        margin-top: -15px;
    }
    .products-list .pic:before {
        bottom: -50px;
    }
    .products-list .item a:hover .pic:after {
        bottom: 42px;
    }
}
@media screen and (max-width: 768px) {
    .prd_all {
        padding: 50px 5%;
    }
    .products-list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 40px 3.5%;
        margin-top: 50px;
    }
    .i_prod_b {
        margin: 50px auto 0;
    }
}
@media screen and (max-width: 600px) {
    .prod_part:before {
        aspect-ratio: 8 / 1;
    }
    .i_prod_tit:before {
        height: 25px;
    }
    .products-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 5%;
    }
    .products-list .name {
        line-height: 1.35;
        -webkit-line-clamp: 2;
    }
    .i_prod_b {
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 400px) {
    .products-list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px 0;
    }
    .products-list .name {
        height: 38px;
    }
}

/*購物車*/
.product_page .main_part {
    max-width: 100%;
    width: 100%;
    padding: 140px 5% 170px 5%;
}
.product_page .show_content {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product_page .temp {
    font-size: var(--f14);
    margin-bottom: 8px;
}
.pd_tit {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.pd_tit > b {
    display: block;
    color: var(--color-Main);
    font-size: var(--f26);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 5px;
    opacity: 1;
}
.pd_tit > span {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f30);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 10px 0 0;
}
a[name="prod_cbox"]{
    position: absolute;
    top: -150px;
    left: 0px;
    z-index: -1;
    opacity: 0;
}
.product_page .products-list {
    width: 79%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px 1%;
}
.product_page .products-list {
    margin-top: 0;
}
.product_info_page .show_content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-layer-two {
    margin: 0;
    width: 17%;
}
.product-layer-two li {
    margin: 0;
    width: 100%;
    transition: 0.5s ease;
}
.product-layer-two li + li {
    border-top: 1px solid var(--color-Gray);
}
.product-layer-two li:hover {
    background: var(--color-Yellow);
}

.product-layer-two li a {
    border: 0;
    background: unset;
    padding: 15px;
    font-size: var(--f18);
    letter-spacing: 0.1em;
    font-weight: normal;
    color: var(--colorText);
    transition: 0.3s ease;
}
.product-layer-two li:hover a {
    color: var(--color-Black);
}
.product-layer-two li.active a {
    background: var(--color-Sub);
    color: var(--color-White);
    border: 0;
    font-weight: normal;
}
.product-wrapper {
    width: 78%;
}
.product-zone {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
/* .product_info_page .product-wrapper {
    width: 81%;
    display: flex;
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.product_info_page .product-wrapper {
    justify-content: space-between;
    align-items: flex-start;
} */
@media screen and (max-width: 1200px) {
    .product_page .main_part {
        padding: 100px 5%;
    }
    .product-layer-two {
        width: 20%;
    }
    .product_page .products-list,
    .product_info_page .product-wrapper {
        width: 77%;
    }
}
@media screen and (max-width: 1024px) {
    .product_page .main_part {
        padding: 80px 5%;
    }
    .product-layer-two li a {
        padding: 12px 20px;
    }
    .product_page .products-list{
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (max-width: 768px) {
    .product_page .main_part {
        padding: 50px 5%;
    }
    .product_page .products-list{
        width: 100%;
        grid-gap: 50px 3%;
    }
    .product_info_page .product-wrapper {
        width: 100%;
    }
    .pd_tit {
        margin-bottom: 50px;
    }
    .pd_tit {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 600px) {
    .products-list .name {
        height: 42px;
    }
    .product_page .products-list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 5%;
    }
}
@media (max-width: 425px) {
    .product_page .products-list {
        grid-template-columns: 1fr;
        grid-gap: 35px 5%;
    }
}

/*購物車內頁*/
.product_info_page .main_part {
    max-width: 100%;
    width: 100%;
    padding: 140px 5% 170px 5%;
}
.product_info_page .show_content {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.product_main {
    padding: 0;
    width: 70%;
}
.prod_info_clearfix {
    display: none;
}
.product_pic {
    padding-left: 0;
    padding-bottom: 20px;
}
.product_pic .bx-wrapper {
    margin: 0;
    padding: 0;
}
.bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
    background: unset;
}
.product_pic #bx-pager {
    display: flex;
    position: relative;
    padding: 0;
    color: var(--color-Black);
    width: 100%;
    flex-direction: row;
    padding-top: 15px;
}
.product_pic #bx-pager h6 {
    display: none;
}
.product_pic #bx-pager a {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 5px;
    max-width: calc(100% / 6);
}
.product_pic #bx-pager a.active {
    border: 1px solid var(--color-Sub);
}

/*商品規格*/
.sidebarBtn {
    width: 280px;
    padding: 30px 0 0 0;
    position: sticky;
    top: 0;
    right: 0;
}
.temp {
    padding: 5px 10px;
    width: fit-content;
    background-color: var(--color-Red);
    color: white;
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin-bottom: 15px;
}
.sidebarBtn h2 {
    color: var(--colorText);
    font-size: var(--f24);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
.sidebarBtn .price {
    color: var(--color-Yellow);
    font-size: var(--f24);
    font-weight: 700;
    line-height: 120%;
    border-bottom: 1px var(--color-Gray-Light) solid;
}
.sidebarBtn .price span {
    font-size: var(--f24);
}
.sidebarBtn .price span.ori_price {
    text-decoration: line-through;
    color: var(--color-Gray);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
    margin: 5px 0 10px 0;
}
.product_info li span {
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.product_info li em {
    display: block;
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.product_info li em:nth-of-type(n + 2) {
    margin-top: 15px;
}

.product_info {
    margin: 0 0 20px 0;
}
.product_info li {
    letter-spacing: 0.08em;
}
.product_info li + li {
    margin-top: 15px;
}
.product_info li:nth-of-type(1) {
    padding-bottom: 10px;
    border-bottom: 1px var(--color-Gray-Light) solid;
}
.product_info li .txt_box {
    width: 100%;
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.1em;
}
.product_info li .txt_box fieldset {
    display: flex;
    flex-wrap: wrap;
}
.product_info li .txt_box fieldset .item {
    margin-right: 4px;
}
.radio-inline__label {
    padding: 4px 8px;
    width: 100%;
    border-radius: 0;
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    padding: 5px 8px;
    border: 1px var(--color-Gray-Light) solid;
    text-align: center;
    margin: 0;
}
.txt_box02 fieldset {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.txt_box02 .radio-inline__label {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}
.txt_box03 .radio-inline__label {
    color: var(--colorText);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    width: fit-content;
    padding: 7px 15px;
    border: 1px var(--color-Sub) solid;
}
.txt_box03 select {
    width: 100%;
    padding: 5px 10px;
    border: 1px var(--color-Sub) solid;
    background: var(--color-Cream);
    color: var(--color-Gray);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.txt_box04 .radio-inline__label {
    background: var(--color-Sub);
    color: var(--color-White);
    font-weight: 300;
}
.txt_box04 .radio-inline__label:hover {
    background: var(--color-Sub);
    color: var(--color-White);
}
.amountNum {
    width: 100%;
    height: auto;
    border: 1px solid var(--color-Sub);
    line-height: 30px;
    margin-left: 0;
    padding: 2.5px 10px;
    text-align: center;
    color: var(--color-Gray);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    background: var(--color-Overlay-Black);
}
.inquiry_a3 {
    background: var(--color-Red);
    color: var(--color-White);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 15px 5px;
    border-radius: 0;
}
.radio-inline__input:checked + .radio-inline__label,
.radio-inline__label:hover{
    background-color: var(--color-Main);
    color: var(--color-Black);
}
.inquiry_a3:hover {
    background: var(--color-Sub);
    letter-spacing: 0;
}

/*商品資訊*/
ul.prod li {
    margin-bottom: 15px;
}
ul.prod li h3.prod-thumb {
    padding: 10px 5px;
    color: var(--color-Black);
    font-weight: normal;
    line-height: 145%;
    text-align: center;
    background-color: var(--color-Main);
    margin-bottom: 25px;
}
ul.prod li .prod-panel {
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.prod-panel img {
    max-width: 100%;
    vertical-align: middle;
}
.product_info_page .product-layer-two {
    width: 20%;
}
.product_info_page .product_main {
    width: calc(100% - 350px);
}
.product_link {
    margin-top: 40px;
}
.product_link > a {
    font-size: var(--f18);
    background-color: var(--color-Gray-Light);
    color: var(--color-Black);
}
.product_link > a:nth-of-type(2){
    color: var(--color-Gray-Light);
}


/*商品QA*/
.half_box {
    width: 100%;
    padding-right: 0;
}
.half_box li {
    margin: 20px 0;
}
.qaform {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 15px auto;
    font-size: var(--f16);
    color: var(--color-Black);
    line-height: 1.5;
    letter-spacing: 0.08em;
    gap: 0 30px;
}
.qaform .breakF {
    border: 0;
    background: #f5ecdf6b;
    padding: 10px;
}
.half_box li.btn_blankTop {
    margin-top: 0;
    margin-bottom: 0;
}
.lastaction,
.nextaction {
    color: var(--color-White);
    background-color: var(--color-Sub);
    background-image: unset;
    background-position: unset;
    text-align: center;
    font-size: var(--f16);
    letter-spacing: 0.15em;
    font-weight: bold;
}
.nextaction {
    color: var(--color-White);
    background-color: var(--color-Main);
    margin-top: 15px;
    transition: 0.6s ease;
}
.lastaction:hover,
.nextaction:hover {
    background: var(--color-White);
    color: var(--color-Black);
}

/*相關推薦*/
.prod_related {
    padding: 100px 0;
    background: #1A1A1A;
}
.prod_related h6 {
    margin-bottom: 65px;
}
.prod_related h6 span {
    color: var(--colorText-White);
    font-size: var(--f26);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}
.related_list {
    max-width: 1600px;
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 1%;
}
.related_list li {
}
.related_list li a {
    padding: 0;
    background: unset;
    transition: 0.6s ease;
}
.related_list li a:hover {
    transition: 0.6s ease;
    transform: translateY(-10px);
}
.related_list li a:hover .related_img::before {
    transition: 0.6s ease;
    opacity: 1;
}
.related_list li a p {
    color: var(--colorText);
    font-size: var(--f18);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-top: 15px;
}
.related_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.related_img::before {
    content: "READ MORE";
    color: var(--color-Black);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 183, 58, 0.7);
    opacity: 0;
    transition: 0.6s ease;
    z-index: 99;
}
.related_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lastPage {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-Gray);
    padding: 16px 10px;
    color: white;
    font-size: var(--f16);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    max-width: 150px;
    width: 100%;
    margin: auto;
    margin-top: 80px;
    transition: all 0.3s ease;
}
.lastPage:hover {
    transition: all 0.3s ease;
    background: var(--color-Red);
}

@media screen and (max-width: 1300px) {
    .prod_related h6 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .product_info_page .product_main {
        width: 100%;
    }
    .sidebarBtn {
        width: 100%;
        margin-bottom: 25px;
        padding: 0;
        margin-top: 35px;
    }
    .product_link {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .product_pic {
        padding-bottom: 0;
    }
    .prod_related {
        padding: 80px 0;
    }
    .product_info_page .main_part {
        padding: 80px 5%;
    }
}
@media screen and (max-width: 768px) {
    .mobile_product_name {
        color: var(--colorText);
        font-size: var(--f48);
        font-weight: 700;
        line-height: 120%;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        text-align: center;
    }
    .sidebarBtn h2 {
        font-size: var(--f20);
    }
    .prod_related h6 span:before {
        font-size: var(--f22);
    }
    .related_list {
        grid-gap: 40px 2.5%;
        width: 90%;
    }
}
@media screen and (max-width: 600px) {
    .mobile_product_name {
        font-size: var(--f20);
    }
    .products-list .pic:before,
    .products-list .pic::after {
        content: unset;
    }
    .products-list .item a::after {
        content: "加入購物車";
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        z-index: 1;
        width: 100%;
        height: 40px;
        background: var(--color-Main);
        transition: 0.3s ease;
        color: var(--color-White);
        margin: 10px 0 0;
        font-size: var(--f14);
    }
    .products-list .item a:hover::after {
        background-color: var(--color-Brown);
    }
    .prod_related {
        padding: 50px 0;
    }
    .lastPage {
        margin-top: 45px;
    }
    .product_info_page .main_part {
        padding: 50px 5%;
    }
}

@media (max-width: 500px) {
    .related_list {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px 4%;
    }
}

/*結帳畫面*/
.car_page .banner {
    display: none;
}
.car_page .main_part {
    max-width: 100%;
    width: 100%;
    padding: 145px 5% 120px 5%;
}
.car_page .show_content {
    padding: 0;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.stepImg span.active {
    font-style: inherit;
}
.stepImg span{
    width: 32.7%;
}
.note_alert {
    max-width: 530px;
    width: 100%;
    margin: auto;
    display: flex;
}
.note_alert span {
    display: block;
    padding: 5px;
    width: 66%;
    color: var(--color-Black);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background-color: var(--color-Main);
    border: 1px var(--color-Main) solid;
    padding: 5px;
}
.note_alert strong {
    display: block;
    padding: 5px;
    width: 34%;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    border: 1px var(--color-Main) solid;
}
.shopping-cart {
    margin: 50px auto 0;
}
.shopping-cart .row {
    display: grid;
    grid-template-columns: 3.5fr 2fr 2fr 2fr 1fr;
    margin: 0;
}
.shopping-cart .cart_head {
    background: var(--color-Gray-Light);
    color: var(--color-Black);
    padding: 10px;
    margin-bottom: 10px;
}
.shopping-cart .cell {
    width: 100%;
    color: var(--color-Black);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 5px 10px;
    vertical-align: middle;
}
.shopping-cart .cell.amount {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopping-cart .cell.amount a {
    color: var(--color-Black);
}
.shopping-cart .cell.amount a i {
    font-size: var(--f28);
    color: var(--colorText-White);
    cursor: pointer;
}
.shopping-cart .cell.amount .qty-btn.plus::after,
.shopping-cart .cell.amount .qty-btn.plus::before {
    background: var(--color-Gray);
}
.car_bottom_number {
    padding: 10px 10px;
    background-color: var(--color-White);
    border: 1px var(--color-Gray-Light) solid;
}
.shopping-cart .cart_head .cell.product_name {
    width: 100%;
    padding-left: 15px;
    display: flex;
    align-items: center;
}
.shopping-cart .cart_content .cell.product_name {
    width: 100%;
    padding-left: 145px;
}
.shopping-cart .cart_content .row {
    border-bottom: unset;
    border-top: unset;
    padding: 10px 0;
}
.shopping-cart .cell a {
    display: block;
}
.shopping-cart .cell a input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 12px;
    height: 12px;
    background-color: var(--color-Cream);
    border: 1px solid var(--color-Gray-Light);
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.shopping-cart .cell a input[type="checkbox"]:checked {
    background-color: var(--color-Sub);
    border-color: var(--color-Sub);
}
.shopping-cart .cell a input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: var(--f12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.small_pic {
    top: 50%;
    transform: translateY(-50%);
}
.small_pic img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.normal_temperature {
    padding: 11px 25px;
    background-color: #333;
    display: flex;
    align-items: center;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.1em;
}
.normal_temperature input {
    border: 1px var(--color-Gray-Light) solid;
    border-radius: 150px;
    width: 12px;
    height: 12px;
    background-color: var(--color-White);
    margin-right: 10px;
}
.separate_title {
    width: 100%;
    font-size: var(--f16);
    color: var(--color-White);
    padding: 10px;
    background: var(--color-Main);
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}
.shopping-cart .cell.car_ph_price {
    color: var(--colorText);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.formbox_form {
    margin-top: 0;
    margin-bottom: 50px;
    width: 100%;
}
.declaration {
    width: 100%;
    background: unset;
    padding: 10px 0;
}
.form label.Bigcheck {
    margin-left: 0;
}
label.circle {
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.1em;
}
.form label .inputbox {
    margin-right: 10px;
}
.total_amount1 {
    max-width: 376px;
    width: 100%;
    margin: 0 0 0 auto;
}
.total_amount ul {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.total_ul_set {
    width: 100%;
    border: 1px var(--color-Sub) solid;
}
.total_ul_set02 {
    max-width: 350px;
    width: 100%;
    margin: auto;
    padding: 35px 20px 0 20px;
}
.total_ul_set02 > ul,
.total_price_set02 {
    max-width: 268px;
    width: 100%;
    margin: auto;
    padding: 0;
    border: none;
}
.total_price_set02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--colorText-White);
}
.total_amount ul:after {
    display: none;
}
.total_price_set {
    border-top: 1px var(--color-White) solid;
    padding: 35px 0;
    margin-top: 25px;
}
.total_amount .red span {
    color: var(--color-Red);
    line-height: 1.8;
    padding-right: 10px;
    letter-spacing: 1px;
}
#all_total_price_ex,
#final_total,
.total_price_set02 strong span {
    color: var(--color-Main);
    font-weight: 400;
}
#all_total_price_ex input {
    width: 70px;
    border: 1px var(--color-Sub) solid;
    margin-right: 10px;
    text-align: center;
}
.total_amount li.red strong {
    font-weight: 400;
}
/* car */
.pd_car_pay_right {
    max-width: 600px;
    width: 100%;
}
.pd_car_coupon section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pd_car_coupon section h6 {
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
}
.pd_car_coupon section button {
    background: none;
    color: var(--color-Main);
    transition: 0.5s ease;
}
.pd_car_coupon section button:hover {
    color: var(--color-Red);
}
.coupon_text {
    text-align: right;
}
.total_amount li {
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 15px 0 0 0;
}
.total_amount li .coupon_text span {
    display: block;
    float: none;
}
.cart_btn_all {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.total_amount .rewrite_simple,
.total_amount .send_simple {
    width: 46%;
    background-color: var(--color-Main);
    color:var(--color-Black);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    height: auto;
    padding: 15px 5px;
    transition: 0.3s ease;
}
.total_amount .send_simple{
    background-color: var(--color-Red);
    color: var(--colorText-White);
}
.total_amount .rewrite_simple:hover,
.total_amount .send_simple:hover {
    background: var(--color-Gray);
    color: var(--colorText-White);
}
.rewrite_simple {
    background: var(--color-Sub);
}
.send_simple {
    background: var(--color-Main);
}
.total_amount .red span {
    padding-right: 0;
}

.car_page .information_right {
    display: none;
}
.car_page .information_left {
    display: none;
    width: 100%;
    order: 1;
    padding: 0;
}
.car_page .information_left .contact_le_map {
    display: none;
}
.car_page .information_left .blank_letter {
    padding-top: 0;
    font-weight: normal;
    letter-spacing: 0.08em;
}
.car_page .information_left .list_before {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
}
.car_page .information_left .account {
    display: none;
}
.car_page .list_before li.btn {
    padding-top: unset;
}

.TEL:before,
.TEL2:before,
.PHONE:before,
.FAX:before,
.TAXID:before,
.MAIL:before,
.ADD:before,
.ADD2:before {
    position: relative;
    display: inline-block;
    width: auto;
    letter-spacing: 1px;
}

body.car_page #bottom_menu > li:nth-of-type(1),
body.car_page #bottom_menu > li:nth-of-type(2),
body.car_page #bottom_menu > li:nth-of-type(3) {
    display: none !important;
}
body.car_page .pd_button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 80px;
}
#bottom_menu ol.pd_button > li {
    border: none !important;
}
body.car_page #bottom_menu .pd_button li {
    width: 200px;
    padding: 0 2.5%;
}
.show-detail {
    color: var(--colorText-White);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-align: left;
    cursor: pointer;
}
body.car_page #bottom_menu .pd_button em {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f22);
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-align: left;
    letter-spacing: 0.1em;
}

/* 寄倉 */
.h_box_box {
    margin-top: 80px;
}
.h_box_box > h6 {
    color: var(--colorText-White);
    font-size: var(--f18);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 15px 5px;
    border-top: 1px var(--color-Gray-Light) solid;
    border-bottom: 1px var(--color-Gray-Light) solid;
    margin-bottom: 25px;
}
.h_box_box .shopping-cart .row {
    grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr;
}
.h_box_box .normal_temperatur_ex {
    margin-top: 70px;
    background-color: var(--color-Sub);
    color: white;
}
.payment {
    padding-left: 20px;
    margin: 0;
}
.payment_cont {
    padding-top: 40px;
}

/* 結帳第二頁 */
.shopfrom_page .normal_temperature {
    background: var(--color-Sub);
    color: white;
}
.shopfrom_page .rewrite_simple {
    transition: all 0.3s ease;
}
.shopfrom_page .rewrite_simple:hover {
    transition: all 0.3s ease;
}
.shop_go_give {
    padding: 30px 20px;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-gap: 15px 10px;
}
.shop_box01 {
    display: flex;
    align-items: center;
}
.shop_box01 input {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: var(--color-Cream);
    border: 1px var(--color-Gray-Light) solid !important;
}
.logistic_alert {
    color: var(--color-Red);
    font-weight: 400;
    font-size: var(--f18);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    padding: 0 20px 20px 20px;
}
#ecpay_box li {
    padding-top: 0;
}
#ecpay_box .formbox_form {
    padding: 0 20px;
}
span.star.red {
    color: var(--color-Red);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 160%;
    padding: 0 10px 0 10px;
}
span.star.red.no {
    color: transparent;
}
.formbox_form li .form__insert label.Bigcheck {
    display: flex;
    align-items: center;
    width: fit-content;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1em;
    padding: 0 10px;
    margin-top: 10px;
}
.formbox_form li .form__insert label.Bigcheck .inputbox[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 12px;
    height: 12px;
    background-color: var(--color-Cream);
    border: 1px solid var(--color-Gray-Light);
    background-image: unset;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    top: auto;
    transition: all 0.3s;
}
.formbox_form
    li
    .form__insert
    label.Bigcheck
    .inputbox[type="checkbox"]:checked {
    background-color: var(--color-Sub);
    border-color: var(--color-Sub);
}
.formbox_form
    li
    .form__insert
    label.Bigcheck
    .inputbox[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: var(--f12);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.formbox_form li .form__label u {
    display: block;
    width: 13px;
    min-width: 13px;
}
.captcha_img {
    display: flex;
    align-items: center;
    margin: 15px 0 0 0;
    padding: 0 20px 0 13px;
}
body.shopfrom_page .box_end_all {
    padding: 50px 45px;
    border: 1px var(--color-Sub) solid;
    margin-top: 80px;
}
body.shopfrom_page .shopping-cart.check {
    margin-top: 10px;
}
body.shopfrom_page .shopping-cart.check .row {
    grid-template-columns: 3fr 1.6fr 1.6fr 1.6fr;
}
body.shopfrom_page .shopping-cart.check .cart_content .row {
    border-bottom: 1px var(--color-Beige) solid;
}
body.shopfrom_page .shopping-cart.check .cart_head {
    background: var(--color-Gray-Light);
}
body.shopfrom_page .shopping-cart.check .cart_head .cell {
    color: var(--color-Black);
    font-weight: normal;
}
body.shopfrom_page .shopping-cart.check .cart_head.cart_head_ex {
    background: var(--color-Gray-Light);
    color: var(--color-Black);
}
body.shopfrom_page .shopping-cart.check .cart_head.cart_head_ex .cell {
    color: var(--color-Black);
}
body.shopfrom_page .shopping-cart.check .cell {
    color: var(--colorText-White);
}
body.shopfrom_page .shopping-cart .cart_content .cell.product_name {
    padding-left: 110px;
}
body.shopfrom_page .shopping-cart .cell a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
body.shopfrom_page .total_amount {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
body.shopfrom_page .total_amount li {
    margin-top: 0;
}
body.shopfrom_page .total_amount li + li,
body.shopfrom_page li.total_li_amount {
    padding: 20px 0;
    border-top: 1px var(--color-Gray) solid;
}
body.shopfrom_page li.total_li_amount {
    padding-bottom: 0;
}
body.shopfrom_page .total_amount li:nth-of-type(1) {
    padding-bottom: 20px;
}
body.shopfrom_page .form.declaration {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

body.shopfrom_page .form.declaration label.Bigcheck .inputbox[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    background-color: var(--color-Cream);
    border: 1px solid var(--color-Gray-Light);
    background-image: unset;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 15px;
    top: auto;
    margin-right: 10px;
    transition: all 0.3s;
}
body.shopfrom_page
    .form.declaration
    label.Bigcheck
    .inputbox[type="checkbox"]:checked {
    background-color: var(--color-Sub);
    border-color: var(--color-Sub);
}
body.shopfrom_page
    .form.declaration
    label.Bigcheck
    .inputbox[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: var(--f14);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.shopfrom_page .form.declaration span {
    display: block;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
}
body.shopfrom_page .form.declaration .inputbox {
    margin-right: 0;
}
body.shopfrom_page .form.declaration label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.shopfrom_page .total_amount_btn_all {
    max-width: 375px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 0 auto;
}
body.shopfrom_page .carttext_right p u {
    font-style: normal;
    display: block;
    width: fit-content;
    padding: 5px 10px 3px 10px;
    background-color: var(--color-Yellow);
    color: white;
    font-size: var(--f12);
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
    .car_page .main_part {
        padding: 80px 5%;
    }
}
@media screen and (max-width: 768px) {
    .car_page .main_part {
        padding: 50px 7%;
    }
    .shopping-cart .cart_content .row {
        display: flex;
        align-items: flex-end;
        position: relative;
        padding: 10px 15px 10px 10px;
        min-height: 150px;
        margin: 0 0 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-end;
    }
    .shopping-cart .cell {
        display: flex;
        color: var(--color-Gray);
        font-size: var(--f15);
        font-weight: 400;
        line-height: 150%;
        padding: 0;
        width: 70%;
        border-bottom: unset;
        justify-content: flex-end;
    }
    .shopping-cart .cell.amount {
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 150px;
        margin: 0;
    }
    body.car_page .cell.amount > input {
        display: none;
    }
    .shopping-cart .cell.amount:nth-of-type(3) {
        justify-content: center;
    }
    .shopping-cart .cell:last-child {
        border-bottom: unset;
        top: 10px;
        right: 10px;
        left: auto !important;
        height: fit-content;
        width: fit-content;
    }
    .shopping-cart .cart_content .cell.product_name {
        text-align: left;
        padding-left: 0px;
    }
    .shopping-cart .cell:before {
        color: var(--color-Main);
        margin: 0 10px 0 0;
    }
    .shopping-cart .cart_content .cell.product_name:before,
    .shopping-cart .cell:last-child:before,
    .shopping-cart .cell.amount:before {
        display: none;
    }
    .shopping-cart .cell:last-child:before {
        display: inline-block;
        color: var(--color-Main);
        margin: 0 10px 0 0;
    }
    .shopping-cart .cell.car_ph_price {
        width: fit-content;
        align-items: center;
        justify-content: space-between;
        padding-top: 5px;
    }
    .cell.car_ph_price span {
        width: fit-content;
        text-align: left;
    }
    label.circle {
        width: 100%;
        font-size: var(--f15);
    }
    .shopping-cart .cart_content .cell.product_name {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .shopping-cart .cart_content .cell.product_name a:nth-of-type(1) {
        transform: unset;
        display: flex;
        justify-content: flex-start;
    }
    .shopping-cart .small_pic {
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .shopping-cart .cart_content .cell.product_name a:nth-of-type(1) input {
        position: static;
        transform: unset;
        margin-right: 10px;
    }
    .shopping-cart .carttext_right {
        padding: 10px 0 0 0;
    }
    .small_pic {
        position: relative;
        margin-left: 0;
        left: unset;
    }
    .car_page .information_left .blank_letter {
        width: 100%;
        font-size: var(--f22);
    }
    .car_page .information_left {
        width: 100%;
        margin: 0 0 auto;
    }
    .car_page .information_left .list_before {
        margin-bottom: 0;
    }
    .car_page .information_left .list_before.account {
        max-width: unset;
    }
    .car_page .information_left .list_before.info {
        width: 100%;
        margin-right: 0;
    }
    .car_page .shopping-cart .cart_content .cell.product_name a:nth-of-type(1) {
        flex-direction: column;
        align-items: flex-start;
    }
    .order_history tr:nth-child(1) {
        display: block;
    }
    .cart_btn_all {
        margin-top: 0;
    }
    .cart_btn_all a.send_simple.send_simple_imp {
        display: flex;
        background-color: var(--color-Main);
        color: var(--color-Black);
    }
    .cart_btn_all .send_simple {
        background: var(--color-Sub);
    }
    .total_amount1 {
        max-width: 100%;
        margin: 25px 0 0 0;
    }
    .total_ul_set02 {
        padding: 20px 20px 0 20px;
    }
    .total_price_set {
        padding: 20px 0;
        margin-top: 15px;
    }
    .total_ul_set02 > ul,
    .total_price_set02 {
        max-width: 100%;
    }
    .total_amount li.pd_car_coupon {
        margin: 0 0 5px 0;
    }
    .total_amount li.pd_car_coupon {
        display: block;
    }
    .total_amount .send_simple {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 200px);
        min-height: 80px;
        border-radius: initial;
        margin: 0;
        float: none;
        font-size: var(--f22);
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    body.car_page #bottom_menu .pd_button li:nth-of-type(2) {
        width: 170px;
        align-items: flex-end;
    }
    .total_amount .send_simple {
        width: calc(100% - 170px);
        background: var(--color-Sub);
    }
    .normal_temperature {
        margin-bottom: 10px;
    }
    .payment_cont {
        padding-top: 0;
    }
    .total_amount li,
    .cart_btn_all .rewrite_simple,
    .cart_btn_all .send_simple {
        display: none;
    }
    .shopfrom_page .rewrite_simple {
        margin-top: 20px;
    }
    .h_box_box {
        margin-top: 25px;
    }

    body.shopfrom_page #bottom_menu .pd_button li:nth-of-type(3) {
        display: none;
    }
    body.shopfrom_page #bottom_menu .pd_button li:nth-of-type(4) {
        display: block;
    }
    body.shopfrom_page .total_amount ul {
        display: none;
    }
    body.shopfrom_page .shopping-cart.check .cell.amount {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;
        left: 10px;
    }
    body.shopfrom_page .shopping-cart.check .cell.amount::after {
        content: attr(data-label) "：";
        color: var(--color-Gray);
        font-size: var(--f15);
        font-weight: 400;
        font-style: normal;
        line-height: 150%;
        letter-spacing: 0.1em;
        display: block;
        margin-right: 5px;
    }
    body.shopfrom_page .box_end_all {
        border: none;
        padding: 0;
        margin-top: 25px;
    }
    body.shopfrom_page .form.declaration {
        margin-top: 0;
    }
    body.shopfrom_page .total_amount_btn_all {
        margin: auto;
    }
    .shopfrom_page .rewrite_simple {
        max-width: 200px;
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }

    body.shopfrom_page .shopping-cart .cart_content .cell.product_name {
        align-items: flex-start;
        padding: 0;
    }
    body.shopfrom_page .carttext_right p i {
        text-indent: 0.1em;
        text-align: left;
    }
    body.shopfrom_page .cart_content.cart_send_tx {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 4%;
        margin: 0;
    }
    body.shopfrom_page .shopping-cart.check .cart_content.cart_send_tx .row {
        align-items: flex-start;
        padding: 10px;
    }
    body.shopfrom_page .shopping-cart .cart_content .row {
        margin: 0;
        min-height: auto;
    }
    body.shopfrom_page .carttext_right {
        padding: 10px 0 0 0;
    }
    body.shopfrom_page .carttext_right p {
        text-align: center;
    }
    body.shopfrom_page .shopping-cart .cell.amount {
        left: 0;
        bottom: 10px;
    }

    body.order_page_detail .shopping-cart.check .row .cell.amount {
        width: fit-content;
        left: 10px;
    }

    body.car_page .total_amount li {
        display: block;
    }
    body.car_page .total_amount li.pd_car_coupon {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .stepImg{
        opacity: 0;
    }
    .stepImg span{
        width: 30%;
    }
    .stepImg span.active{
        left: -30px;
    }
    .stepImg span.two.active{
        position: relative !important;
        left: unset;
        right: -20px;
    }
    .stepImg span.three.active {
        position: relative !important;
        left: unset;
        right: -45px;
    }
    
    .note_alert {
        flex-direction: column;
    }
    .note_alert span,
    .note_alert strong {
        width: 100%;
    }
    .normal_temperature,
    .logistic_alert,
    .shop_go_give,
    #ecpay_box .formbox_form {
        padding-left: 10px;
    }
}
@media screen and (max-width: 500px) {
    .stepImg {
        margin: 15px auto;
    }
    .shopping-cart .cell.product_name {
        font-size: var(--f15);
    }
    .shopping-cart .cell.amount {
        width: 100px;
    }
    .total_ul_set02 {
        max-width: 100%;
    }
    .rewrite_simple,
    .send_simple {
        margin: 0;
    }
}
@media screen and (max-width: 425px) {
    .shopping-cart .cell.amount_delete:before {
        display: none;
    }
    .shopping-cart .cell.amount a {
        margin: 0 0 0 auto;
    }
    .shopping-cart .cell.amount a i {
        font-size: var(--f18);
    }
}
@media (max-width: 400px) {
    .stepImg span.active {
        position: static;
    }
    .shopping-cart .cell.car_ph_price {
        order: 2;
        width: 100%;
    }
    body.shopfrom_page .shopping-cart.check .cell.amount {
        position: absolute;
        left: 10px;
        bottom: 0;
    }
    body.order_page_detail .shopping-cart.check .row > div:nth-of-type(n + 2) {
        bottom: 10px;
    }
    body.order_page_detail .total_amount li span,
    body.order_finish_page .total_amount li span {
        margin: 10px 0 0 0;
        display: block;
        float: unset;
    }
}

/*匯款通知*/
.formbox_form li {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 30px;
}
.formbox_form li .form__label {
    display: flex;
    width: 100%;
    margin-left: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
}
.formbox_form li .form__insert {
    padding-left: 0;
}
.border200,
.longer {
    width: 100%;
    border: 0;
    background: unset;
    border-bottom: 1px solid var(--color-Beige);
    padding: 5px;
}
.formbox_form li.last {
    display: flex;
    text-align: center;
    justify-content: space-between;
}

/* all 會員 */
body.mem_page .main_part {
    padding: 140px 5% 160px 5%;
}

/* 會員首頁 */
.member_activity {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    display: none;
}

.member_activity b {
    display: block;
    color: var(--colorText-Gray);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin-bottom: 25px;
}

.member_activity > div {
    width: 100%;
    height: auto;
    aspect-ratio: 3.84 / 1;
    border: 1px var(--color-Beige) solid;
    border-radius: 10px;
    overflow: hidden;
}

.member_activity > div > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}

.member_all_pic {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.member_all_pic img {
    max-width: 100%;
}

.member_intrd {
    margin: 80px 0 65px 0;
}

.member_intrd > span {
    display: block;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}

.member_intrd02 {
    max-width: 994px;
    margin: 75px auto;
    display: none;
}

.member_intrd02 > span {
    display: block;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}

/* 會員首頁 規範 */
.mem_rules {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    display: none;
}

.mem_rules h5 {
    color: var(--colorText);
    font-size: var(--f30);
    font-weight: 600;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin-bottom: 25px;
}

.mem_rules ul {
    width: 100%;
}

.mem_rules li {
}

.mem_rules li + li {
    margin-top: 40px;
}

.mem_rules li h4 {
    width: 100%;
    color: var(--colorText);
    font-size: var(--f22);
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-align: justify;
    border-bottom: 2px var(--color-Sub) dotted;
    padding: 0 50px 20px 60px;
    position: relative;
}

.mem_rules li h4::after {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(https://www.sixfirework.com/img/edit_img//cart_p_icon004.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 10px);
    right: 10px;
    transform: translateY(-50%);
}

.mem_rules li h4.li_click::after {
    height: 2px;
    background-image: url(https://www.sixfirework.com/img/edit_img//cart_p_icon005.svg);
}

.mem_rules li h4 s {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background-color: var(--color-Cream);
    border-radius: 150px;
    color: var(--colorText);
    font-size: var(--f22);
    font-weight: 700;
    font-family: var(--fum01);
    line-height: 120%;
    text-align: center;
    text-decoration: unset;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    transform: translateY(-50%);
}

.mem_rules li p {
    width: calc(100% - 62px);
    margin: 0 0 0 auto;
    padding: 30px 10px 10px 0;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 180%;
    text-align: justify;
    display: none;
}

.mem_rules li p span {
    display: block;
}

/* 會員首頁按鈕 */
.member_order {
    max-width: 900px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px 10px;
}

.member_order a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: var(--color-Sub);
    border: 1px solid var(--color-Sub);
    border-radius: 0px;
    margin: auto;
    transition: all 0.3s ease;
}

.member_order a s {
    display: block;
    padding: 4px 10px 5px 10px;
    color: white;
    background-color: #cd9e96;
    border-radius: 150px;
}

.member_order a:hover {
    transition: all 0.3s ease;
    border-color: var(--color-Main);
}

.member_order a:hover span {
    transition: all 0.3s ease;
    color: var(--color-Main);
}

.member_order a:hover img {
    filter: brightness(100);
}

.member_order a img {
    width: auto;
    height: 50px !important;
    vertical-align: bottom;
}

.member_order a span {
    display: block;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 10px 0 0 0;
    transition: all 0.3s ease;
}

.login_all_in {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 15px;
}

.in_login_pu {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    position: relative;
    margin: auto;
}

.login_all_in label {
    cursor: pointer;
}

.in_login_pu input {
    display: none;
}

.in_login_pu input:focus {
    outline: unset;
}

.in_login_pu img {
    width: 35px;
}

.in_login_pu span {
    display: block;
    padding: 5px 0 0 0;
}

.login_all_in > label:nth-of-type(2) img {
    width: 43px;
}

/*  */

/* 會員等級 */
.member_level {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: none;
}
.member_level table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
.member_level table tr td {
    width: 25%;
    color: var(--colorText);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    border-bottom: 1px var(--color-Beige) solid;
    padding: 20px 5px;
}
.member_level table tr:nth-of-type(1) td {
    padding: 0 5px 15px 5px;
}
.inner_level {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}
.inner_level > s {
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    position: relative;
}
.inner_level > s img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}
.inner_level > span {
    display: block;
    min-width: 111px;
    color: var(--color-Gray-Light);
    font-size: var(--f18);
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: left;
    padding-left: 15px;
}
/*  */

/* 會員登入後修改密碼頁面 */
body.mem_passd_page .mem_border_css {
    margin-bottom: 25px;
}

/*會員登入*/
.right_member_in {
    right: 0px;
    top: 15%;
    width: 35px;
    border: 2px var(--color-Black) solid;
    padding: 5px;
    z-index: 0;
}
.right_member_in li {
    font-size: var(--f15);
    margin-top: 5px;
}
.right_member_in li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorText-White);
    font-weight: 400;
    line-height: 120%;
}
.right_member_in li a i{
    color: var(--color-Yellow);
}
.right_member_in li a s {
    font-size: var(--f12);
    line-height: 120%;
    display: flex;
    color: white;
    background-color: #cd9e96;
    padding: 6px 10px 5px 10px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.right_member_in li a br {
    display: none;
}
.right_member_in li:hover {
    opacity: 0.5;
    transition: 0.4s;
}
.right_member_in li a.member_out {
    flex-direction: row;
}

.member_title {
    margin-bottom: 30px;
    letter-spacing: 0.08em;
}
.member_title p {
    font-size: var(--f20);
    margin: 0 auto 30px;
    padding: 0;
    border-top: unset;
}
.member_title p:before {
    content: "";
    display: block;
    width: 30px;
    transform: rotate(-45deg);
    margin: 50px auto;
    padding: 0;
    border-top: 1px var(--color-Sub) solid;
}
.member_title em {
    line-height: 1.8;
}
.member_title h2 {
    font-size: var(--f30);
    font-weight: 400;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    color: var(--color-Main);
}

.member_login {
    width: 100%;
    margin-bottom: 0;
}
.member_login,
.member_login_regist {
    max-width: 360px;
}
.member_login tr {
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    align-items: stretch;
}
.member_login tr td {
    padding: 15px 0 30px;
}
.member_login tr td:nth-child(1) {
    width: 100%;
    padding: 0;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: left;
}
.member_login tr:last-child td {
    margin-bottom: 0;
    padding-bottom: 0;
}
.login_mem_name,
.login_mem_pass {
    background-image: unset;
    padding-left: 10px;
    padding: 10px;
    border: unset;
    border-bottom: 1px solid var(--color-Beige);
    letter-spacing: 0.1em;
}
.login_mem_submit {
    border-radius: 0;
    color:var(--colorText-White);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 15px 10px;
    background-color: var(--color-Red);
    transition: all 0.3s ease;
}
.login_mem_submit:hover {
    transition: all 0.3s ease;
    background-color: var(--color-Yellow);
    color: var(--color-Black);
}
.login_mem_other_link {
    margin: 15px auto 85px auto;
}
.login_mem_other_link a {
    color: var(--colorText-Gray02);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}
.login_mem_other_link a:hover {
    transition: all 0.3s ease;
    color: var(--color-Yellow);
}

.member_login_regist {
    padding: 35px 10px;
    background: unset;
    border: 1px solid var(--color-Beige);
    letter-spacing: 2px;
}
.member_login_regist h2 {
    color: var(--colorText-White);
    font-size: var(--f30);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}
.member_login_regist p {
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: 35px 0 50px 0;
}
.member_login_regist a {
    border-radius: 0;
    color: white;
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 15px 10px;
    background-color: var(--color-Sub);
    max-width: 200px;
    width: 100%;
    transition: all 0.3s ease;
}
.member_login_regist a:hover {
    transition: all 0.3s ease;
    background-color: var(--color-Red);
}
.member_regist input {
    background: unset;
    color: var(--colorText-White);
}
.mem_box2 {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin: auto;
}
.mem_box2 input.bbtn01,
.mem_box2 input.bbtn02 {
    width: 49%;
    margin: 0;
    color: white;
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    transition: all 0.3s ease;
}
.mem_box2 input.bbtn01 {
    background: var(--color-Sub);
}
.mem_box2 input.bbtn02 {
    background: var(--color-Red);
}
.mem_regist_title_s_s input[type="button"] {
    max-width: 600px;
    background: var(--color-Sub);
    padding: 15px 30px;
    border-radius: 0;
    max-width: 600px;
    width: 100%;
    color: white;
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    transition: all 0.3s ease;
}
.mem_box2 input.bbtn01:hover{
    transition: all 0.3s ease;
    background-color: var(--color-Red);
}
.mem_box2 input.bbtn02:hover{
    transition: all 0.3s ease;
    background-color: var(--color-Yellow);
    color: var(--color-Black);
}
.mem_regist_title_s_s input[type="button"]:hover {
    transition: all 0.3s ease;
    background-color: var(--color-Red);
}

/*會員註冊*/
.mem_border_css {
    max-width: 600px;
    width: 100%;
    margin: auto;
    color: var(--colorText-White);
    font-size: var(--f18);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 15px 5px;
    border-top: 1px var(--color-White) solid;
    border-bottom: 1px var(--color-White) solid;
}
.mem_regist_title_s {
    padding: 15px;
    max-width: 350px;
    color: white;
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background-color: var(--color-Main);
}
.mem_regist_title_s_s {
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    padding: 0;
    margin: 35px 0;
}
.mem_regist_title_s_s input[type="submit"] {
    background: var(--color-Red);
    padding: 15px 30px;
    border-radius: 0;
    max-width: 600px;
    width: 100%;
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    transition: all 0.3s ease;
}
.mem_regist_title_s_s input[type="submit"]:hover {
    transition: all 0.3s ease;
    background: var(--color-Yellow);
    color: var(--color-Black);
}
.member_regist {
    width: 600px;
    margin: 0 auto 50px;
}
.member_regist tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
}
.member_regist tr td:nth-child(1) {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
}
.member_regist tr td:nth-child(2) {
    width: 100%;
}
.member_regist input {
    background: unset;
    border: unset;
    border-bottom: 1px solid var(--color-Beige);
    letter-spacing: 0.1em;
    padding: 7px 10px 8px 0;
}
.member_regist input:focus {
    padding-left: 10px;
}
.member_regist input::placeholder {
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
}
.mem_page_register .mem_regist_title_s {
    max-width: 600px;
    background: var(--color-Sub);
    margin-bottom: 25px;
}
.member_copy_right_box {
    border: 1px var(--color-Sub) solid;
    max-width: 600px;
    padding: 20px;
    color: var(--colorText-Gray02);
    font-size: var(--f12);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-align: justify;
    overflow-x: hidden;
}
.member_copy_right_box * {
    line-height: 160%;
}
.member_copy_right_box h6 {
    font-size: inherit;
    font-weight: bold;
    line-height: 2;
}
.member_copy_right_box * + h6 {
    margin-top: 1em;
}
.member_copy_right_box ul {
    list-style: disc;
    padding-left: 3em;
}
/* 1. 滾輪整體區域 (可以設定寬度) */
.member_copy_right_box::-webkit-scrollbar {
    width: 8px; /* 縱向滾輪寬度 */
    height: 8px; /* 橫向滾輪高度 */
}
/* 2. 滾輪軌道 (底色) */
.member_copy_right_box::-webkit-scrollbar-track {
    background: var(--color-Sub);
}
/* 3. 滾輪滑塊 (會動的那一根) */
.member_copy_right_box::-webkit-scrollbar-thumb {
    background: var(--color-White); /* 建議用你的主題色 */
}
/* 4. 滑塊懸停時 (Hover) */
.member_copy_right_box::-webkit-scrollbar-thumb:hover {
    background: var(--color-Main); /* 稍微深一點的顏色 */
}
.mem_regist_title_s_s_agree {
    color: var(--color-Black);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}
.mem_regist_title_s_s_agree a {
    color: var(--color-Main);
    font-weight: 700;
    padding: 0 5px;
    transition: 0.5s;
}
.mem_regist_title_s_s_agree a:hover {
    transition: 0.5s;
    color: var(--color-Yellow);
}
.mem_regist_title_s_s_agree input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 19px;
    height: 19px;
    background-color: var(--color-White);
    border: 1px solid var(--color-Gray-Light);
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-right: 10px;
    position: relative;
    padding: 0;
    transition: all 0.3s;
}
.mem_regist_title_s_s_agree input[type="checkbox"]:checked {
    background-color: var(--color-Sub);
    border-color: var(--color-Sub);
}
.mem_regist_title_s_s_agree input[type="checkbox"]:checked::after {
    content: "✔";
    color: white;
    font-size: var(--f16);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.agree_text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colorText-White);
}
.mem_regist_title_s_s_agree span{
    color: var(--colorText-White);
}
.sex_all {
    color: var(--color-Gray-Light);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
}
.sex_all label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    min-width: 50px;
    cursor: pointer;
}
.sex_all label + label {
    margin-left: 20px;
}
.sex_all input[type="radio"] {
    width: 16px !important;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border: 1px solid var(--color-White);
    border-radius: 15px;
    padding: 0;
}
/* 目前會員等級--會員首頁那邊 */
.member_level_now {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    display: none;
}
.member_level_now > b {
    display: block;
    color: var(--colorText);
    font-size: var(--f22);
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}
.member_level_now > strong {
    display: block;
    color: var(--color-Sub);
    font-size: var(--f30);
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
}

.member_logout > input{
    background-color: var(--color-Red);
}
.member_logout > input:hover{
    color: var(--color-Black);
}
@media (max-width: 1200px) {
    body.mem_page .main_part {
        padding: 130px 5% 100px 5%;
    }
    /* 會員等級 */
    .member_order a {
        width: 130px;
        height: 130px;
    }
    .member_order a img {
        height: 38px !important;
    }
    .member_intrd,
    .member_intrd02 {
        margin: 50px auto;
    }
}
@media screen and (max-width: 1024px) {
    body.mem_page .main_part {
        padding: 130px 5% 80px 5%;
    }
}
@media screen and (max-width: 960px) {
    .mem_box2 input.bbtn01,
    .mem_box2 input.bbtn02 {
        width: 47.5%;
    }
    /* 會員等級 */
    .member_order {
        grid-template-columns: repeat(3, 1fr);
        max-width: 500px;
    }
    .inner_level > s {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 768px) {
    .right_member_in li a br {
        display: block;
    }
    .right_member_in li a {
        flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
    /* 會員等級 */
    .member_intrd,
    .member_intrd02 {
        margin: 40px auto;
    }
}
@media (max-width: 600px) {
    body.mem_page .main_part {
        padding: 80px 5% 50px 5%;
    }
    .login_mem_other_link {
        margin: 20px auto 45px auto;
    }
    /* 會員等級 */
    .inner_level {
        flex-direction: column;
        align-items: center;
    }
    .inner_level span {
        padding: 10px 0 0 0;
        min-width: unset;
        text-indent: 0.05em;
        text-align: center;
    }
    /* 會員首頁 */
    .mem_rules li p {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .member_title p,
    .member_title p {
        margin: 40px auto;
    }
    .member_login,
    .member_login_regist {
        margin: 0 auto 20px;
    }
    .member_title {
        margin-bottom: 60px;
    }
    .agree_text {
        display: block;
        padding: 26px 0 0 0;
        position: relative;
    }
    .mem_regist_title_s_s_agree a {
        display: inline-block;
    }
    .mem_regist_title_s_s_agree input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    /* 會員等級 */
    .member_order {
        grid-template-columns: repeat(2, 1fr);
    }
    .inner_level > s {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 400px) {
    /* 會員等級 */
    .member_level table {
        display: block;
    }
    .member_level table tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 5%;
    }
    .member_level table tr {
        display: block;
        padding: 0 0 25px 0;
        border-bottom: 1px var(--color-Beige) solid;
    }
    .member_level table tr:nth-child(1) {
        display: none;
    }
    .member_level table tr td {
        width: 100%;
        display: block;
        padding: 0;
        position: relative;
        border: none;
    }
    .member_level table tr td:nth-of-type(n + 2) {
        margin-top: 10px;
    }
    .member_level table tr td::before {
        content: attr(data-tit);
        color: var(--color-White);
        font-size: var(--f16);
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.05em;
        display: block;
        opacity: 0.8;
        background-color: var(--color-Sub);
        margin-bottom: 10px;
    }
    .inner_level > span {
        line-height: 120%;
    }
}
@media (max-width: 360px) {
    /* 會員等級 */
    .member_order {
        grid-template-columns: repeat(1, 1fr);
    }
    .member_order a {
        width: 150px;
        height: 150px;
    }
    .member_order a img {
        height: 60px !important;
    }
    .member_level table tr td {
        font-size: var(--f16);
    }
}

/*商品訂單*/
.order_finish_page .main_part {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
body.shopfrom_page.order_finish_page .shopping-cart.check {
    margin-top: 10px;
}
.order_pay {
    padding: 0;
}
.order_list_tit b {
    font-size: var(--f24);
    color: var(--color-Main);
}
.order_list_spec {
    background: #333;
    color: var(--color-White);
    font-size: var(--f18);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    padding: 12px 10px;
}
.order_list_tit span {
    color: var(--color-Sub);
    letter-spacing: 0.08em;
    padding: 3px 10px;
    margin: 5px 10px;
    border-bottom: 1px var(--color-Sub) solid;
}
.order_list_tab {
    margin-bottom: 0;
}
.order_list_tab td:nth-child(1) {
    width: 150px;
    background-color: var(--color-Gray-Light);
    color: var(--color-Black);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    padding: 7.5px 22px;
}
.order_list_tab td {
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
    padding: 10px 25px;
    background-color: var(--color-Black);
    border-top: 7px var(--color-Black) solid;
}
.order_list_pro {
}
.order_list_pro tr:first-child {
    background: var(--color-Sub);
    display: grid;
    grid-template-columns: 3fr 2.1fr 2.1fr 2.1fr;
}
.order_list_pro tr:first-child td {
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1em;
    vertical-align: middle;
    background: var(--color-Beige);
}
.order_list_pro tr:first-child td:nth-of-type(1) {
    text-align: left;
    padding-left: 25px;
}
.order_list_pro td {
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.05em;
}
.payer {
    background: unset;
}
.last_box_money p,
.last_box_money em {
    color: var(--color-Black);
}
.order_finish_page .normal_temperature {
    margin-top: 55px;
}

/*訂購記錄查詢(登入狀態)*/

.order_history {
    width: 100%;
    max-width: 1000px;
    background-color: transparent;
    margin: 0 auto 100px;
}
.order_history tr {
}
.order_history tr:nth-child(1) td {
    color:var(--colorText-White);
    background-color: var(--color-Gray);
}
.order_history td {
    padding: 18px 5px;
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background-color: transparent;
    border-bottom: 1px var(--color-Beige) solid;
}
.order_history tr td:nth-child(3) a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 180px;
    width: 100%;
    padding: 6px 5px;
    background-color: var(--color-Gray);
    color: var(--colorText-White);
    font-size: var(--f15);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    transition: all 0.3s ease;
}
.order_history tr td:nth-child(3) a:hover {
    transition: all 0.3s ease;
    background: var(--color-Red);
    color: white;
    font-weight: 300;
}
.shopping-cart.check .cell {
    width: auto;
}
.mask_order_history {
    margin-top: 25px;
}
body.order_his_page .mem_regist_title_s_s input[type="button"] {
    background-color: var(--color-Sub);
}
body.order_his_page .mem_regist_title_s_s input[type="button"]:hover {
    background-color: var(--color-Yellow);
}
/* 訂單詳細內頁 */
body.order_his_c_page .edit {
    max-width: 1200px;
    margin: auto;
}
body.order_his_c_page .shopping-cart.check {
    margin-top: 25px;
}
body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(n + 2) {
    display: flex;
    justify-content: center;
    align-items: center;
}
body.order_his_c_page .normal_temperature.normal_temperatur_ex {
    margin-bottom: 10px;
}
body.order_his_c_page .shopping-cart .cart_head.cart_head_yx {
    margin-top: 25px;
}
body.order_his_c_page .mem_border_css_ex {
    margin-top: 80px;
    margin-bottom: 25px;
}
body.order_his_c_page .cart_content.cart_content_ex .row {
    grid-template-columns: 1.6fr 1.6fr 1.6fr 3fr;
}
body.order_his_c_page .shopping-cart.check .cart_head_zx .row {
    grid-template-columns: 1.6fr 1.6fr 1.6fr 3fr;
}
body.order_his_c_page .cart_content.cart_content_ex .cell.product_name {
    padding-left: 0;
}
body.order_his_c_page .cart_content.cart_content_ex .carttext_right {
    padding-left: 25px;
}
body.order_his_c_page .shopping-cart.check .cell.amount {
    white-space: nowrap;
}
body.order_his_c_page .box_end_all {
    margin-bottom: 75px;
}
body.order_his_c_page .total_amount {
    max-width: 1100px;
    margin: auto;
}
body.order_his_c_page .total_amount li:nth-of-type(n) {
    padding: 18px 15px;
}
body.order_his_c_page .total_amount li:nth-of-type(1) {
    padding-top: 0;
}
body.order_his_c_page .total_amount li:last-child span {
    float: unset;
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
}
body.order_his_c_page .total_amount li:last-child {
    border-bottom: 1px var(--color-Beige) solid;
}
body.order_his_c_page .total_amount li span input[type="button"] {
    padding: 0;
    background: transparent;
    color: var(--color-Red);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-align: right;
}
body.order_his_c_page .mem_box2 {
    max-width: 380px;
}
body.order_his_c_page .mem_box2 input {
    width: 46%;
}
/* 前台訂單查詢(未登入狀態) */
.chk_requir::after {
    font-size: var(--f16);
}
body.order_page_query .main_part {
    padding: 140px 5% 160px 5%;
}
/* 點數專區 */
body.points_page .mem_regist_title_s_s {
    font-size: var(--f18);
    font-weight: 500;
}
body.points_page .order_history {
    max-width: 800px;
}
body.points_page .order_history td {
    padding: 15px 5px;
}
body.points_page .order_history tr:not(:first-of-type) td{
    padding: 30px 5px;
}
body.points_page .order_history a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 110px;
    width: 100%;
    padding: 6px 5px;
    background-color: var(--color-Beige);
    color: var(--color-Main);
    font-size: var(--f15);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    text-align: center;
    margin: auto;
    transition: all 0.3s ease;
}
body.points_page .order_history a:hover {
    transition: all 0.3s ease;
    background: var(--color-Yellow);
    color: white;
    font-weight: 400;
}
body.points_page .mem_regist_title_s_s_btn {
    max-width: 800px;
    margin: auto;
}
/* 點數專區 */
body.disc_page .mem_regist_title_s_s {
    max-width: 600px;
    margin: auto;
    font-size: var(--f18);
    font-weight: 500;
}
body.disc_page .order_history {
    max-width: 600px;
    margin-bottom: 80px;
}
body.disc_page .order_history td {
    padding: 11px 5px;
}
@media (max-width: 1200px) {
    body.order_page_query .main_part {
        padding: 130px 5% 100px 5%;
    }
}
@media (max-width: 900px) {
    body.order_page_query .main_part {
        padding: 130px 5% 80px 5%;
    }
    body.order_his_c_page .box_end_all {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    body.shopfrom_page.order_finish_page .box_end_all {
        border: 1px var(--color-Sub) solid;
        padding: 35px 20px;
    }
    body.shopfrom_page.order_finish_page .total_amount ul,
    body.shopfrom_page.order_finish_page .total_amount li {
        display: block;
    }
    .lastPage {
        margin-top: 35px;
    }
    .order_history {
        max-width: 500px;
        margin-bottom: 0;
    }
    .mask_order_history {
        padding-bottom: 0;
        max-width: 100%;
        margin-bottom: 0;
        width: 100%;
        display: block;
        padding: 0;
    }
    .order_history tr {
        margin: 0;
    }
    .order_history tr:nth-child(n + 3) {
        margin-top: 20px;
    }
    .order_history tr td:nth-child(1) span {
        border-radius: 0;
        background-color: transparent;
        color: var(--colorText);
        font-weight: 400;
        padding: 0;
    }
    .order_history tr td:nth-child(3) a {
        margin: 10px 0 0 0;
        max-width: 100%;
    }
    body.order_his_c_page .cart_content.cart_content_ex .cell.product_name a {
        display: block;
    }
    body.order_his_c_page .cart_content.cart_content_ex .carttext_right {
        padding-left: 0;
    }
    body.order_his_c_page .mask_order_history {
        margin-bottom: 50px;
    }

    body.order_his_c_page .shopping-cart .cart_content .cell.product_name {
        align-items: center;
        padding: 0;
    }
    body.order_his_c_page .carttext_right {
        padding: 0 0 20px 0;
    }
    body.order_his_c_page .carttext_right p i {
        text-indent: 0.1em;
        text-align: center;
    }
    body.order_his_c_page .cart_content.cart_send_tx {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 4%;
        margin: 0;
    }
    body.order_his_c_page .shopping-cart.check .cart_content.cart_send_tx .row {
        align-items: flex-start;
        padding: 10px;
    }
    body.order_his_c_page .shopping-cart .cart_content .row {
        margin: 0;
        min-height: auto;
    }
    body.order_his_c_page .shopping-cart .shopping-cart .small_pic {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }
    body.order_his_c_page .carttext_right p {
        text-align: center;
    }
    /* 點數專區 */
    body.points_page .order_history {
        margin-bottom: 50px;
    }
    body.points_page .order_history a {
        margin: 0;
        max-width: 100px;
    }
    body.points_page .order_history tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 4.5%;
    }
    body.points_page .order_history tr:nth-child(n + 3) {
        margin-top: 0;
    }
    /* 折扣碼 / 折扣券 */
    body.disc_page .order_history {
        margin-bottom: 50px;
    }
    body.disc_page .order_history a {
        margin: 0;
        max-width: 100px;
    }
    body.disc_page .order_history tbody {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px 4.5%;
    }
    body.disc_page .order_history tr:nth-child(n + 3) {
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    body.order_page_query .main_part {
        padding: 80px 5% 50px 5%;
    }
    body.order_his_c_page .cart_content.cart_send_tx {
        margin-top: 20px;
    }
    body.order_his_c_page .shopping-cart.check .cart_content.cart_send_tx .row {
        justify-content: flex-start;
        border: 1px var(--color-Beige) solid;
    }
    body.order_his_c_page
        .shopping-cart.check
        .cart_content.cart_send_tx
        .row
        > div:nth-of-type(2),
    body.order_his_c_page
        .shopping-cart.check
        .cart_content.cart_send_tx
        .row
        > div:nth-of-type(4) {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    body.order_his_c_page
        .shopping-cart.check
        .cart_content.cart_send_tx
        .row
        > div:nth-of-type(1),
    body.order_his_c_page
        .shopping-cart.check
        .cart_content.cart_send_tx
        .row
        > div:nth-of-type(3) {
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    body.order_his_c_page
        .shopping-cart.check
        .cart_content.cart_send_tx
        .row
        > div
        + div {
        border-top: 1px var(--color-Beige) solid;
        margin-top: 10px;
        padding-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    .order_history {
        margin: 0;
    }
    .order_list_tab td:nth-child(1),
    .order_list_tab td {
        padding: 12.5px 10px;
    }
    .order_list_tab td:nth-child(1) {
        width: 100px;
    }
    body.order_his_c_page .shopping-cart .cell.amount {
        width: auto;
    }
    body.order_his_c_page .shopping-cart .shopping-cart .small_pic {
        width: 150px;
        height: 150px;
    }
    body.order_his_c_page .mem_border_css_ex {
        margin-top: 20px;
    }
    /* 點數專區 */
    body.points_page .order_history {
        max-width: 350px;
        margin: auto;
        margin-bottom: 50px;
    }
    body.points_page .order_history tbody {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }
    /* 折扣碼 / 折扣券 */
    body.disc_page .order_history {
        max-width: 350px;
        margin: auto;
        margin-bottom: 50px;
    }
    body.disc_page .order_history tbody {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px 0;
    }
}

@media (max-width: 400px) {
    body.order_his_c_page .shopping-cart.check .cell.amount {
        position: static;
        order: 1;
    }
    body.order_his_c_page .shopping-cart.check .row .cell {
        width: 100%;
    }
    body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(1) {
        order: 1;
    }
    body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(2) {
        order: 3;
    }
    body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(3) {
        order: 2;
    }
    body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(4) {
        order: 4;
    }
    body.order_his_c_page .shopping-cart.check .row > div:nth-of-type(5) {
        order: 5;
    }
    body.order_his_c_page .cart_content.cart_send_tx {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_editbox {
    padding: 0;
}
.contact_page .main_part {
    padding: 0;
}
.contact_content {
    padding: 70px 5% 120px 5%;
}
.contact_content form {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    max-width: 1200px;
    width: 100%;
    padding: 0;
}
.contact_page .blank_letter{
    max-width: 950px;
    margin: 0 auto calc(1vw + 30px);
}
.blank_letter {
    display: block;
    color: var(--colorText);
    font-size: var(--f24);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding: 0;
}
.blank_letter::before{
    content: "Forms";
    display: block;
    font-size: var(--f18);
    color: var(--color-Main);
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-family: var(--Quicfont), var(--Sansfont);
    font-weight: bold;
    margin: 0 0 10px;
}
.blank_letter .note{
    display: none;
}
.contact_form {
    display: flex;
    margin-bottom: 0;
    color: var(--color-Black);
    font-size: var(--f16);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 950px;
    margin: auto;
}
.contact_form li {
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    padding: 0 0 10px 0;
    margin: 0px 0 10px;
    padding-left: 0;
    border-bottom: unset;
}
.contact_form li .form__label {
    display: flex;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    margin-left: 0;
    padding-right: 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
    color: var(--colorText-White);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: none;
    border-bottom: 1px var(--color-White) solid;
    padding: 5px;
    background: transparent;
}
.contact_form li .form__insert > img{
    width: 100%;
    max-width: 70px;
    display: block;
    margin: 15px 0 0;
}
.form select {
    width: 100%;
    padding: 6px 25px 6px 6px;
    border-radius: 5px;
    margin-bottom: 0;
}
.contact_form li.last {
    max-width: 430px;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin: auto;
    margin-top: 40px;
}
.contact_form li.last blockquote,
.contact_form li.last cite {
    width: 47.5%;
    padding: 10px;
    height: 50px;
    color: var(--colorText-Gray02);
    font-size: var(--f16);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background: transparent;
    position: relative;
    transition: all 0.3s ease;
}
.contact_form li.last blockquote{
    border: 1px var(--colorText-Gray02) solid;
}
.contact_form li.last blockquote:hover{
    background-color: var(--colorText-Gray02);
    color: white;
}
.contact_form li.last cite{
    border-color: var(--color-Red);
    background-color: var(--color-Red);
    color: white;
}
.contact_form li.last cite:hover {
    background-color: var(--color-Main);
    border-color: var(--color-Main);
    color: var(--color-Black);
}

.contact_form li.last cite i {
    display: none;
}
.contact_form li.last blockquote input,
.contact_form li.last cite input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.captcha {
    width: 100%;
}

@media (max-width: 1200px) {
    .contact_content {
        padding: 0 5% 100px 5%;
    }
}

@media screen and (max-width: 768px) {
    .contact_form li {
        width: 100%;
    }
    .contact_content {
        padding: 0 5% 80px 5%;
    }
}

@media screen and (max-width: 425px) {
    .contact_content {
        padding: 50px 5%;
    }
    .blank_letter {
        font-size: var(--f22);
    }
    .contact_form {
        font-size: var(--f15);
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* bottom_menu */
@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
        background: var(--color-Black);
        box-shadow: 0 -1px 5px 0 var(--color-Yellow);
        -webkit-box-shadow: 0 -1px 5px 0 var(--color-Yellow);
    }
    #bottom_menu li:first-child:nth-last-child(3),
    #bottom_menu li:first-child:nth-last-child(3) ~ li {
        border-right: 1px solid var(--color-Sub);
    }
    #bottom_menu li:nth-child(3) {
        border-right: 0 !important;
    }
    #bottom_menu li a {
        line-height: 30px;
        padding: 15px 10px 10px;
        color: var(--colorText-White);
    }
    #bottom_menu li a i {
        color: var(--colorText-White);
        font-size: var(--f20);
        padding-bottom: 5px;
    }
    #bottom_menu li a em {
        color: var(--colorText-White);
        font-size: var(--f16);
        letter-spacing: 0.08em;
    }
}

@media screen and (max-width: 400px) {
    #bottom_menu li a i {
        font-size: var(--f18);
    }
    #bottom_menu li a em {
        font-size: var(--f12);
    }
}

/* 選單搜尋列另外排版 */
.right_member_in {
    position: static;
    width: auto;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding-right: 20px;
}

.right_member_in i {
    display: block;
    color: var(--color-Main);
    margin-right: 10px;
}

.right_member_in ul {
    margin: 0;
}

.right_member_in li {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right_member_in li input {
    display: block;
    width: fit-content;
    background-image: unset;
    font-weight: 500;
    font-size: var(--f16);
    letter-spacing: 0.08em;
    color: var(--color-Brown);
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

@media (max-width: 768px) {
    .me_tp_features {
        display: block;
        margin: 0;
    }
    .me_tp_features .box_search {
        display: none;
    }
    .me_tp_features a.tp_btn_cart,
    .me_tp_features a.tp_btn_notice {
        display: none;
    }
    .right_member_in {
        padding: 0;
        width: fit-content;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        width: 60px;
    }
    .right_member_in li i {
        margin: 0 0 7px 0;
    }
    .stellarnav.mobile {
        left: 30px;
    }
    .stellarnav .menu-toggle {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .right_member_in {
        right: 20px;
    }
    .stellarnav.mobile {
        left: 20px;
    }
}

@media (max-width: 450px) {
    .right_member_in {
        right: 10px;
    }
    .right_member_in li a {
        font-size: var(--f15);
    }
    .stellarnav.mobile {
        left: 10px;
    }
    .stellarnav .menu-toggle:after {
        font-size: var(--f12);
    }
}

@media (max-width: 375px) {
    .right_member_in li a {
        flex-direction: column;
        font-size: var(--f14);
    }
    .me_tp_features a i {
        margin: 0;
        margin-bottom: 5px;
    }
}
/*  */

/* footer */
#bottom_menu li {
    width: calc(100% / 3);
}
#bottom_menu li a em {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 27px; */
    line-height: 1;
    padding-top: 10px;
}
#bottom_menu li a i {
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
#bottom_menu span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 18px;
    width: 100%;
    min-height: 18px;
    margin: -1px 0 0 5px;
    padding-top: 1px;
    position: absolute;
    top: -8px;
    right: -15px;
    font-size: var(--f12);
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
    background: var(--color-Yellow);
    border-radius: 50%;
    color: var(--color-Black);
}

.pd_button {
    background: var(--color-Black);
    display: none;
}
/* products footer */

body.product_info_page #bottom_menu > li:nth-of-type(1),
body.product_info_page #bottom_menu > li:nth-of-type(2) {
    display: none !important;
}
#bottom_menu ol.pd_button > li {
    border: none !important;
}
body.product_info_page #bottom_menu .pd_button li:nth-of-type(2),
body.product_info_page #bottom_menu .pd_button li:nth-of-type(3),
body.product_info_page #bottom_menu .pd_button li:nth-of-type(4) {
    display: none;
}
@media screen and (max-width: 768px) {
    #bottom_menu {
        display: flex;
    }
    .sidebarBtn .inquiry_a3 {
        display: none;
    }
    .sidebarBtn .price {
        border-bottom: none;
    }
    .product_info li:nth-of-type(3) {
        display: none;
    }
}
/* products index */
.openBtn {
    display: none;
    width: 100%;
    background-color: var(--color-Main);
    border: none;
    cursor: pointer;
    padding: 5px;
    font-size: var(--f14);
    color: var(--color-Black);
    letter-spacing: 2px;
    margin-top: 20px;
    transition: 0.5s ease;
}
.openBtn:hover {
    background-color: var(--color-Brown);
}

.product_info_page .openBtn {
    font-size: var(--f22);
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    background: var(--color-Yellow);
    width: calc(100% / 3 * 2);
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    min-height: 71px;
    margin: 0;
}

.product_info_page .openBtn:hover {
    background-color: var(--color-Main);
}

/* 遮罩背景 */
.pd_fix_overlay {
    position: fixed;
    inset: 0;
    background: var(--color-Overlay-Black);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}
.pd_fix_overlay.active {
    opacity: 0.05;
    pointer-events: auto;
}
.product_info_page .pd_fix_overlay.active {
    opacity: 1;
    z-index: 9999;
}
.pd_bottom_show {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    min-height: 50%;
    padding-bottom: 60px;
    background: var(--color-White);
    transition: bottom 0.4s ease;
    z-index: 1000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.pd_bottom_show.active {
    bottom: 0;
}
.pd_bottom_show.active {
    z-index: 99999;
    background-color: #1A1A1A;
    border-top:1px solid var(--color-Main);
}
/* 關閉按鈕 */
button.close-btn {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: var(--f20);
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--colorText-White);
}
.pd_bottom_show_content {
    max-width: 100%;
    padding: 5%;
    max-height: 300px;
    height: 100%;
    overflow-y: auto;
    /* position: relative; */
}
.pd_img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.product_info_page .pd_img figure{
    display: none;
}
.pd_img figure {
    grid-row: span 2;
    margin: 0;
}
.pd_img figure img {
    max-width: 100%;
}
.pd_title {
    grid-column: span 2;
    margin: 0;
    align-self: flex-end;
}
.pd_title h6 {
    font-size: var(--f22);
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 180%;
    margin: 0;
    color: var(--colorText-White);
}
.pr_bottom_price {
    grid-column: span 2;
}
.pr_bottom_price span {
    display: block;
    color: var(--color-Gray-Light);
    font-size: var(--f18);
    font-weight: 400;
    line-height: 120%;
}
.pd_ori_price {
    color: var(--color-Gray-Light);
    text-decoration: line-through;
}
.pd_sp_price.red {
    color: var(--color-Yellow);
    font-size: var(--f24);
    font-weight: 600;
    line-height: 120%;
    margin-top: 10px;
    padding: 0;
}
.pd_bottom_show_content h5 {
    display: block;
    margin: 0;
    padding: 15px 0;
    color: var(--color-Main);
    font-size: var(--f14);
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.1em;
}
.pd_bottom_show_content fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    border: none;
    padding: 0;
    margin: 0;
}

.pd_bottom_size {
    border: none;
    padding: 0;
}

.pd_bottom_size input[type="radio"] {
    display: none;
}

.pd_bottom_size label {
    display: inline-block;
    padding: 3px 10px;
    width: fit-content;
    border-radius: 0;
    color: var(--color-Gray);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    border: 1px solid var(--color-Gray-Light);
    text-align: center;
}

.pd_bottom_size input[type="radio"]:checked + label {
    background-color: var(--color-Yellow); /* 主色背景 */
    color: var(--color-Black);
    border-color: var(--color-Yellow);
}

.pd_bottom_add_cart {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 90%;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    border-top: 1px solid var(--color-Cream);
    background: #1A1A1A;
}
.pd_bottom_number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 120px;
}
.box_all em {
    display: block;
    color: var(--color-Main);
    font-size: var(--f14);
    font-weight: 400;
    font-style: normal;
    line-height: 160%;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.box_all em:nth-of-type(n + 2) {
    margin-top: 10px;
}
.box_all select {
    width: 100%;
    padding: 5px 10px;
    border: 1px var(--color-Sub) solid;
    background: var(--color-Cream);
    color: var(--color-Gray);
    font-size: var(--f14);
    font-weight: 400;
    line-height: 120%;
}
.qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    margin: 0;
    max-width: 30px;
    width: 100%;
    min-height: 30px;
    /* border: 1px solid #333333; */
    border-radius: initial;
    background: transparent;
}

.qty-btn::before,
.qty-btn::after {
    display: block;
    width: 10px;
    height: 1px;
    background: var(--color-Gray);
    position: absolute;
}
.qty-btn::before {
    content: "";
}
.qty-btn.plus::after {
    content: "";
    transform: rotate(90deg);
}
.qty-btn.plus::before,
.qty-btn.plus::after {
    background: var(--color-Yellow);
}
.pd_bottom_number input {
    display: block;
    width: calc(100% - 60px);
    border-width: 0;
    text-align: center;
    color: var(--color-Black);
}
.pd_bottom_add_cart input[type="submit"] {
    display: block;
    border: none;
    background: var(--color-Red);
    max-width: 300px;
    width: calc(100% - 130px);
    padding: 10px;
    border-radius: 5px;
    font-size: var(--f16);
    font-weight: 400;
    color: var(--color-White);
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.pd_bottom_add_cart input[type="submit"]:hover {
    transition: all 0.3s ease;
    background: var(--color-Gray);
}
@media screen and (max-width: 768px) {
    .openBtn {
        display: block;
    }
    .products-list .item a::after {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .pd_img {
        grid-template-columns: repeat(4, 1fr);
        padding-top: 15px;
        gap: 0 15px;
    }
    /* .pd_img figure{grid-row: initial;} */
    .pd_title {
        grid-column: span 3;
        align-self: flex-start;
    }
    .pd_title h6 {
        line-height: 150%;
    }
    .pr_bottom_price {
        grid-column: span 3;
        align-self: flex-end;
    }
    .pd_title h6 {
        padding-right: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 425px) {
    .pd_img {
        padding-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .product_info_page .openBtn {
        width: 60%;
        min-height: 67px;
    }
    .product_info_page #bottom_menu li {
        width: 40%;
    }
}

/* 遮罩 */
.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-Overlay-Black);
    z-index: 999999;
    display: none;
}

/* 彈窗主體 */
.coupon-popup {
    max-width: 600px;
    width: 100%;
    background: var(--color-White);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 12px var(--color-Overlay-Black);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.3s ease;
}

.coupon-popup.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
}

/* 彈窗內容排版 */
.coupon-content {
    position: relative;
    padding: 20px;
    min-height: 400px;
    text-align: center;
}

.coupon-content h3 {
    color: var(--colorText);
    font-size: var(--f20);
    text-align: center;
}
.coupon-content div {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 15px;
}

.coupon-content input[type="text"] {
    max-width: calc(100% - 85px);
    border: 1px var(--color-Main) solid;
    width: 100%;
    padding: 10px;
    color: var(--colorText);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
}
.coupon-content input[type="text"]::placeholder {
    color: var(--color-Gray-Light);
    font-size: var(--f16);
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0.1em;
}

.coupon-content .submit-code {
    margin-top: 15px;
    padding: 8px 20px;
    background: var(--color-Main);
    margin: 0;
    border: none;
    cursor: pointer;
    color: var(--color-Black);
    transition: all 0.3s ease;
}
.coupon-content fieldset {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    padding: 20px 0 0;
    text-align: left;
}
.coupon-content input[type="radio"] {
    display: none;
}

.coupon-content label {
    display: inline-block;
    padding: 5px 10px;
    /* margin: 0 0 10px; */
    width: fit-content;
    border-radius: 0;
    color: var(--color-Gray);
    border: 1px solid var(--color-Gray-Light);
    text-align: center;
    cursor: pointer;
}

.coupon-content input[type="radio"]:checked + label {
    background-color: var(--color-Main); /* 主色背景 */
    color: var(--color-White);
    font-weight: bold;
    border-color: var(--color-Main);
}
label.gray {
    cursor: initial;
    color: var(--color-Gray-Light);
    border-color: var(--color-Gray-Light);
}
.coupon-content input[type="submit"] {
    display: block;
    margin: 20px 0 0 auto;
    padding: 5px 20px;
    background: var(--color-Main);
    color: var(--color-Black);
    transition: 0.5s ease;
}
.coupon-content input[type="submit"]:hover,
.coupon-content .submit-code:hover {
    background: var(--color-Yellow);
    transition: all 0.3s ease;
}
.coupon_text b {
    font-weight: 400;
}

/* 關閉按鈕 */
.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: var(--f20);
    cursor: pointer;
}

/* 手機滑上來樣式 */
@media screen and (max-width: 768px) {
    .coupon-popup {
        top: auto;
        left: 0;
        right: 0;
        bottom: -100%;
        border-radius: 12px 12px 0 0;
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    .coupon-popup.active {
        bottom: 0;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }
    .coupon-content {
        min-height: 50vw;
    }
}
@media screen and (max-width: 450px) {
    .coupon-content {
        min-height: 75vw;
        padding: 20px 0;
    }
    .coupon-content input[type="submit"] {
        right: 0;
    }
}

/* car明細點擊 */
/* 遮罩 */
.popup-mask {
    display: none;
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: var(--color-Overlay-Black);
}

/* 彈出視窗（手機底部滑出） */
.ph_bottom_details {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    background: var(--color-White);
    z-index: 100000;
    border-radius: 16px 16px 0 0;
    transition: all 0.3s ease;
    box-shadow: 0 -2px 10px var(--color-Overlay-Black);
}

.ph_bottom_details.active {
    bottom: 0;
}

.ph_bottom_details_content {
    padding: 20px;
}
.ph_bottom_details_content h3 {
    font-size: var(--f20);
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
    margin-bottom: 10px;
    color: var(--color-Main);
    text-align: center;
}

.ph_bottom_details_content table {
    width: 100%;
    text-align: left;
    margin: 10px 0;
}

.ph_bottom_details_content button {
    margin-top: 15px;
    padding: 10px 20px;
    background: #0a214c;
    color: white;
    border: none;
    border-radius: 6px;
}
.ph_bottom_details_content dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}
.ph_bottom_details_content dl:nth-last-of-type(1) {
    border-top: 1px solid var(--color-White);
    margin-top: 8px;
}
.ph_bottom_details_content dl:nth-last-of-type(1) dd,
.ph_bottom_details_content strong {
    color: var(--color-Red);
}
.ph_bottom_details_content strong {
    font-size: var(--f24);
    font-weight: 400;
    color: var(--color-Red);
}
.ph_bottom_close {
    display: block;
    background: var(--color-Main);
    padding: 10px 0;
    margin-top: 20px;
    cursor: pointer;
    font-size: var(--f16);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: var(--color-White);
    transition: 0.5s ease;
}
.ph_bottom_close:hover {
    background: var(--color-Yellow);
}
.shopping-cart .cell {
}
.carttext_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    color: var(--colorText-White);
}
.carttext_right p i {
    display: block;
    color: var(--colorText-White);
    font-size: var(--f16);
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    letter-spacing: 0.1em;
    margin-top: 5px;
}
.carttext_right p s {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: var(--f14);
    font-weight: 300;
    line-height: 120%;
    text-align: center;
    width: 85px;
    background-color: var(--color-Sub);
    padding: 5px;
    margin-top: 10px;
}

/*  */
.car_bottom_number {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 120px;
    width: 100%;
}
.car_bottom_number input {
    width: 100%;
    border: none;
    background: none;
    text-align: center;
    color: var(--color-Black);
}
.car_bottom_number .qty-btn {
    max-width: 15px;
    min-height: 15px;
}
.coupon-content .pz_login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 190px;
    color: var(--color-Gray);
}
@media screen and (max-width: 768px) {
    .coupon-content .pz_login {
        min-height: 15vw;
    }
    .order_history tr:nth-child(1) {
        display: none;
    }
    .order_history tr {
        width: 100%;
        float: none;
        border: 1px solid var(--color-Sub);
        background-color: transparent;
    }
    .order_history tr td {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        float: none;
        font-size: var(--f15);
        text-align: left;
    }
    .order_history tr td:before {
        content: attr(data-label);
        background: var(--color-Sub);
        width: 75px;
        padding: 5px;
        margin-right: 10px;
        text-align: center;
        color: var(--color-White);
        font-size: var(--f14);
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: 0.1em;
        text-indent: 0.1em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .order_history tr:nth-of-type(n) td {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .carttext_right {
        padding-right: 15px;
    }
}
@media screen and (max-width: 500px) {
    .shopping-cart .cell.amount {
        width: fit-content;
    }
    .pd_car_coupon section {
        flex-flow: wrap;
    }
    .pd_car_coupon section h6 {
        width: 100%;
    }
    .coupon_text {
        text-align: left;
    }
    .pd_car_coupon section button {
        padding: 10px 0;
        text-align: left;
    }
    .pd_car_coupon section button u {
        display: inline-block;
    }
    .coupon-content input[type="submit"] {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .shopping-cart .cell.amount:nth-of-type(3) {
        width: 100%;
        position: static;
        order: 1;
        margin-bottom: 10px;
        margin-top: 25px;
    }
    .car_bottom_number {
        max-width: 100%;
        width: 100%;
    }
}


.lightbox_agree{
    position: fixed;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/lightbox_bg01.jpg) center / cover #000;
    width: 100%;
    z-index: 10001;
}
.lightbox_agree.is-hidden {
    display: none !important;
}
.lightbox_agree_01{
    max-width: 1200px;
    width: 95%;
    margin: auto;
    padding: calc(2vw + 30px) 5%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    border: 3px solid var(--color-Main);
}
.lightbox_agree_01 picture{
    display: block;
    max-width: fit-content;
    margin: auto;
}
.lightbox_agree_01 picture img{
    width: 100%;
}
.lightbox_agree_01 > b{
    display: block;
    font-size: var(--f26);
    color: var(--color-Main);
    margin: 20px 0;
}
.lightbox_agree_01 > h4{
    max-width: 580px;
    margin: 30px auto;
    background-color: var(--color-Red);
    color: var(--colorText-White);
    font-size: var(--f22);
    line-height: 1.5;
    padding: 10px;
}
.lightbox_agree_01 > h4 s{
    display: inline-block;
}
.lightbox_agree_01 > h4 b{
    font-size: var(--f36);
    color: var(--colorText-White);
}
.lightbox_agree_01 > p{
    color: var(--colorText-White);
    font-size: var(--f18);
    line-height: 1.6;
}
.lightbox_agree_01 > p s{
    display: inline-block;
}
.lightbox_agree_01 > span{
    display: block;
    font-size: var(--f22);
    color: var(--color-Red);
    line-height: 1.5;
    font-weight: bold;
    margin: calc(1vw + 30px) 0 20px;
}
.lightbox_agree_01 > span s{
    font-size: var(--f36);
    color: var(--color-Red);
    line-height: 1.5;
    font-weight: bold;
}
.lightbox_agree_01 > aside{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 650px;
    margin: auto;
    gap: 30px;
}
.lightbox_agree_01 > aside button{
    background-color: unset;
    border: 1px solid var(--color-White);
    padding: 10px;
    font-size: var(--f20);
    color: var(--colorText-White);
    line-height: 1.5;
}
.lightbox_agree_01 > aside button s{
    display: inline-block;
}
.lightbox_agree_01 > aside button.agree_btn:hover{
    background-color: var(--color-Red);
}
.lightbox_agree_01 > aside button.noagree_btn:hover{
    background-color: var(--color-Gray);
}

@media (max-width: 400px) {
.lightbox_agree_01 > aside{
    grid-template-columns: 1fr;
}
.lightbox_agree_01{
    overflow-y: scroll;
    max-height: 400px;
}
}