@charset "utf-8";

/*common*/

#common_header h1,
#common_header ul,
#common_header li,
#common_header dl,
#common_header dt,
#common_header dd,
#common_header p {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: inherit;
}

#common_footer h1,
#common_footer ul,
#common_footer li,
#common_footer dl,
#common_footer dt,
#common_footer dd,
#common_footer p {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: inherit;
}

#common_header .pc_only,
#common_footer .pc_only {
    display: flex;
    align-items: center;
    justify-content: center;
}

#common_header .sp_only,
#common_footer .sp_only {
    display: none;
}

#common_header img,
#common_footer img {
    display: block;
    width: 100%;
   /* height: auto;*/
    vertical-align: bottom;
}

#common_header a,
#common_footer a {
    text-decoration: none;
}


/*common header*/

#common_header_wrap {
    width: 100%;
    min-width: 1164px;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgb(0, 0, 0, 0.2);
    z-index: 15;
}

#common_header {
    width: 1164px;
    margin: 0 auto;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
    position: relative;
}

#common_header #head_block1 {
    padding: 10px 0 15px;
    height: 50px;
}

#common_header #head_block1 #logo {
    width: 160px;
    float: left;
}

.flex_div {
    display: flex;
    width: fit-content;
    float: right;
    gap: 25px;
    margin-top: 10px;
}

#common_header #head_block1 #head_block1_btn {
    width: auto;
    height: 60px;
    float: right;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

#common_header #head_block1 #head_block1_btn a {
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

#common_header #head_block1 #head_block1_btn #head_contact {
    width: auto;
    height: 60px;
    margin-right: 5px;
}

#common_header #head_block1 #head_block1_btn #head_contact a {
    width: auto;
    display: block;
    padding: 0 35px 0 0;
    text-align: right;
    height: 60px;
    line-height: 60px;
    background: url(/common/img/svg/contact.svg) right center no-repeat;
    background-size: 24px auto, 65px 120px;
    border-radius: 5px;
}

/* #common_header #head_block1 #head_block1_btn #head_contact a:hover {
    background: url(/img/svg/contact.svg) left 23px top 5px no-repeat;
    background-size: 24px auto, 65px 120px;
} */

#common_header #head_block1 #head_block1_btn #head_login {
    width: auto;
    height: 60px;
    margin-right: 0;
}

#common_header #head_block1 #head_block1_btn #head_login a {
    display: block;
    padding: 0 30px 0 0;
    height: 60px;
    line-height: 60px;
    text-align: right;
    background: url(/common/img/svg/login.svg) right center no-repeat;
    background-size: 23px auto;
    border-radius: 5px;
}

/* #common_header #head_block1 #head_block1_btn #head_login a:hover {
    background: url(/img/svg/login.svg) center top 11px no-repeat;
    background-size: 20px auto, 65px 120px;
} */

#common_header #head_block1 #head_block1_btn #head_logout {
    width: auto;
    height: 60px;
    margin-right: 0;
    float: left;
}

#common_header #head_block1 #head_block1_btn #head_logout a {
    display: block;
    width: auto;
    padding: 0px 33px 0 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: url(/img/svg/login.svg) right top 14px no-repeat;
    background-size: 26px;
    border-radius: 5px;
}

/* #common_header #head_block1 #head_block1_btn #head_logout a:hover {
    background: url(/img/svg/login.svg) center top 11px no-repeat, url(/img/bg/login_icon_bg.png) left 4px top -60px repeat-x;
    background-size: 20px auto, 65px 120px;
} */

#common_header #head_block1 #head_block1_btn #head_cart {
    width: auto;
    height: 60px;
    float: right;
    position: relative;
}

#common_header #head_block1 #head_block1_btn #head_cart a {
    height: 60px;
    display: block;
}

/* #common_header #head_block1 #head_block1_btn #head_cart a:hover {
    background: url(/img/bg/cart_icon_bg.png) left top -60px repeat-x;
    background-size: 170px 120px;
} */

#common_header #head_block1 #head_block1_btn #head_cart a #head_cart_title {
    padding: 0 48px 0 0;
    height: 60px;
    line-height: 60px;
    background: url(/common/img/svg/cart.svg) right 12px center no-repeat;
    background-size: 28px auto;
    position: relative;
    text-align: right;
}

#common_header #head_block1 #head_block1_btn #head_cart a #head_cart_point {
    position: absolute;
    top: -1px;
    right: 10px;
    font-size: 13px;
    width: 26px;
    height: 26px;
    background-color: #aa0000;
    border-radius: 13px;
    text-align: center;
    line-height: 25px;
}

#common_header #head_block1 #head_block1_btn #head_cart a #head_cart_total_point {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 11px;
    min-width: 20px;
    height: 20px;
    padding: 2px;
    background-color: #de3503;
    border-radius: 20px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-weight: bold;
}

#common_header #head_block1 #head_block1_btn #head_cart a .head_cart_point_bold {
    font-size: 13px;
    font-weight: bold;
    margin: 0 1px;
    width: inherit;
    text-align: center;
    font-family: "微軟正黑體", "5FAE8EDF6B639ED19AD4", "Microsoft JhengHei", "PingFang TC", "Hiragino Sans CNS", sans-serif;
}

#common_header #head_block2 {
    width: 280px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 491px;
}

#common_header #head_block2_sub1 #head_txt1 {
    font-size: 13px;
    margin: 2px 0 11px 0;
    color: #222222;
    font-weight: normal;
    letter-spacing: -0.5px;
}

#common_header #head_block2_sub1 #head_shipping {
    height: 35px;
    padding: 0 23px;
    font-size: 15px;
    line-height: 35px;
    color: #222;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, #ebebeb 0%, #ffffff 51%, #ebebeb 100%);
}


/*
#common_header #head_block2_sub2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75px;
	height: 35px;
}
#common_header #head_block2_sub2 li {
	width: 35px;
	height: 35px;
	text-indent: -9999px;
}
#common_header #head_block2_sub2 li#head_facebook {
	float: left;
	background: url(/img/svg/facebook.svg) left top no-repeat;
	background-size: 35px auto;
}
#common_header #head_block2_sub2 li#head_facebook a {
    display: block;
    width: 35px;
    height: 35px;
}
#common_header #head_block2_sub2 li#head_line {
	float: right;
	background: url(/img/svg/line.svg) left top no-repeat;
	background-size: 35px auto;
}
#common_header #head_block2_sub2 li#head_line a {
    display: block;
    width: 35px;
    height: 35px;
}
*/

#common_header #head_block3 {
    width: 210px;
    height: 40px;
    position: absolute;
    top: 30px;
    left: 320px;
}

#common_header #head_block3 a {
    width: 155px;
    height: 40px;
    padding-left: 55px;
    display: block;
    border-radius: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

#common_header #head_block3 a.diamond {
    background: url(/img/bg/diamond_bg.jpg) center center repeat-x;
    position: relative;
}

#common_header #head_block3 a.diamond::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 63px;
    background: url(/diamond/img/head_diamond.png) no-repeat;
    background-size: auto 100%;
    left: -30px;
    top: -9px
}

#common_header #head_block3 a.diamond #name {
    color: #bb7700;
}

#common_header #head_block3 a.platinum {
    background: url(/img/svg/platinum.svg) left 15px center no-repeat, url(/img/bg/platinum_bg.jpg) center center repeat-x;
    background-size: auto 28px, auto 40px;
}

#common_header #head_block3 a.gold {
    background: url(/img/svg/gold.svg) left 15px center no-repeat, url(/img/bg/gold_bg.jpg) center center repeat-x;
    background-size: auto 28px, auto 40px;
}

#common_header #head_block3 a.silver {
    background: url(/img/svg/silver.svg) left 15px center no-repeat, url(/img/bg/silver_bg.jpg) center center repeat-x;
    background-size: auto 28px, auto 40px;
}

#common_header #head_block3 a.health {
    background: url(/img/svg/health.svg) left 15px center no-repeat, url(/img/bg/health_bg.jpg) center center repeat-x;
    background-size: auto 28px, auto 40px;
}

#common_header #head_block3 a.beginner {
    background: url(/img/bg/beginner_bg.jpg) center center repeat-x;
    background-size: auto 40px;
}

#common_header #head_block3 a #name {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
    display: inline-block;
    width: 90px;
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
}

#common_header #head_block3 a.beginner #name {
    left: 25px;
}

#common_header #head_block3 a #menbers {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: -0.5px;
    position: absolute;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
}

#common_header #head_block3 a.diamond #menbers {
    color: #222233;
}

#common_header #head_block3 a.platinum #menbers {
    color: #665599;
}

#common_header #head_block3 a.gold #menbers {
    color: #aa8800;
}

#common_header #head_block3 a.silver #menbers {
    color: #686877;
}

#common_header #head_block3 a.health #menbers {
    color: #33bbbb;
}

#common_header #head_block3 a.beginner #menbers {
    color: #888888;
}

#head_menu_btn_pc,
#foot_menu_btn_pc {
    position: relative;
}

.common_menu {
    width: 1164px;
    margin: 0 auto;
}

.common_menu .common_menu_navi {
    height: 48px;
    display: flex;
    position: relative;
}

#common_footer .common_menu .common_menu_navi {
    height: 60px;
}

.common_menu .common_menu_navi li.common_navi {
    /*    width: 166px;*/
    /*    position: relative;*/
    flex: 1;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 18px;
    color: #222222;
    text-align: center;
    background: url(/img/bg/menu_bg.jpg) left center no-repeat;
}

.common_menu .common_menu_navi li.common_navi.active {
    box-sizing: border-box;
    border-bottom: 5px solid #ff9933;
}

#common_footer .common_menu .common_menu_navi li.common_navi {
    height: 60px;
}

.common_menu .common_menu_navi li.common_navi:last-child {
    background: url(/img/bg/menu_bg.jpg) left center no-repeat, url(/img/bg/menu_bg.jpg) right center no-repeat;
}

.common_menu .common_menu_navi li.common_navi:hover {
    box-sizing: border-box;
    border-bottom: 5px solid #ff9933;
}

.common_menu .common_menu_navi li.common_navi a {
    /*    width: 194px;*/
    display: block;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}

#common_header .common_menu .common_menu_navi li.common_navi a {
    height: 43px;
    line-height: 43px;
}

#common_header .common_menu .common_menu_navi li.common_navi button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    appearance: none;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}

#common_footer .common_menu .common_menu_navi li.common_navi a {
    height: 55px;
    line-height: 55px;
}

#common_footer .common_menu .common_menu_navi li.common_navi button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    appearance: none;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}


.common_menu .common_menu_navi li.common_navi:hover dl.common_products ul li a,
.common_menu .common_menu_navi li.common_navi:hover dl.common_products dt a {
    border-bottom: none;
}

.common_menu .common_products {
    display: none;
    position: absolute;
    z-index: 15;
    width: 1164px;
    left: 0;
}

.common_menu .common_products .common_supplement_wrap {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#common_header .common_menu .common_products .common_supplement_wrap {
    background: url(/img/bg/common_products_shadow_top.png) center top repeat-x;
    background-color: #fff;
}

#common_header .common_menu .common_products .common_skincare_wrap {
    background: url(/img/bg/common_products_shadow_top.png) center top repeat-x;
    background-color: #fff;
}

.common_menu .common_products .common_supplement_wrap dt {
    width: 184px;
    background: url(/img/svg/supplement_pc.svg) center top no-repeat;
    background-size: 65px auto;
    padding-top: 80px !important;
    font-size: 16px;
    color: #222222;
    float: left;
    line-height: 100%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.common_menu .common_products .common_supplement_wrap dd {
    width: auto;
    margin-left: 195px !important;
    border-left: #ccc solid 1px;
    padding: 0 !important;
}

.common_menu .common_products .common_supplement_wrap dd ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: -1px !important;
}

.common_menu .common_products .common_supplement_wrap dd ul li {
    width: calc((100% - 0px) / 6);
    margin: 0 !important;
    float: left;
    background: url(/img/bg/menu_bg_li.png) right center no-repeat;
}

.common_menu .common_products .common_supplement_wrap dd ul li:nth-child(6n + 6) {
    background: none
}

#common_header .common_menu .common_products .common_supplement_wrap dd ul li a,
#common_footer .common_menu .common_products .common_supplement_wrap dd ul li a {
    display: block;
    font-size: 12px;
    color: #0088ee;
    padding-top: 90px;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-family: Microsoft JhengHei, "微軟正黑體", sans-serif;
    border-bottom: #ccc solid 1px;
}

.common_menu .common_products dd ul li a:hover {
    color: #00bbff !important;
    text-decoration: underline !important;
}

.common_menu .common_products .common_supplement_wrap dd ul li a:hover {
    box-shadow: 0 0 6px rgba(255, 221, 153, 1.0);
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_milcolla a {
    background: url(/img/milcolla.png) center top 22px no-repeat;
    background-size: 69px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_liftage a {
    background: url(/img/liftage.png) center top 20px no-repeat;
    background-size: 22px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_glucosamine a {
    background: url(/img/glucosamine.png) center top 20px no-repeat;
    background-size: 34px auto;
    /*line-height: 130% !important;*/
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_sesamin a {
    background: url(/img/sesamin_ex.png) center top 20px no-repeat;
    background-size: 33px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_royaljelly a {
    background: url(/img/royal_jelly.png) center top 20px no-repeat;
    background-size: 33px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_dhaepa a {
    background: url(/img/dha_epa.png) center top 14px no-repeat;
    background-size: 35px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_tadas a {
    background: url(/img/tadas.png) center top 20px no-repeat;
    background-size: 52px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_greenjuice a {
    background: url(/img/green_juice.png) center top 22px no-repeat;
    background-size: 75px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_maca a {
    background: url(/img/maca.png) center top 16px no-repeat;
    background-size: 36px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_calmate a {
    background: url(/img/calmate.png) center top 19px no-repeat;
    background-size: 50px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_omega a {
    background: url(/img/omega.png) center top 18px no-repeat;
    background-size: 37px auto;
}

.common_menu .common_products .common_supplement_wrap dd ul li.common_bodysapo a {
    background: url(/img/bodysapo.png) center top 20px no-repeat;
    background-size: 52px auto;
}

.common_menu .common_products .common_skincare_wrap {
    background-color: #fff;
    overflow: hidden;
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: #ccc solid 1px;
}

#common_footer .common_menu .common_products .common_skincare_wrap {
    background-color: #fff;
}

.common_menu .common_products .common_skincare_wrap dt {
    width: 184px;
    background: url(/img/svg/skincare_pc.svg) center top no-repeat;
    background-size: 65px auto;
    padding-top: 80px !important;
    font-size: 16px;
    color: #222222;
    line-height: 100%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.common_menu .common_products .common_skincare_wrap dd {
    width: auto;
    margin-left: 194px !important;
}

.common_menu .common_products .common_skincare_wrap dd ul {
    width: 100%;
    border-left: #ccc solid 1px;
    overflow: hidden;
    margin-bottom: -1px !important;
}

.common_menu .common_products .common_skincare_wrap dd ul li {
    width: calc((100% - 0px) / 6);
    margin: 0px !important;
    float: left;
    background: url(/img/bg/menu_bg_li.png) right center no-repeat;
    border-bottom: #ccc solid 1px;
}

#common_header .common_menu .common_products .common_skincare_wrap dd ul li a,
#common_footer .common_menu .common_products .common_skincare_wrap dd ul li a {
    display: block;
    font-size: 12px;
    color: #0088ee;
    padding-top: 97px;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-family: Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.common_menu .common_products .common_skincare_wrap dd ul li a:hover {
    box-shadow: 0 0 6px rgba(153, 238, 238, 1.0);
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_vitoas a {
    background: url(/img/vitoas.png) center top 23px no-repeat;
    background-size: 74px auto;
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_enherb a {
    background: url(/img/enherb.png) center top 23px no-repeat;
    background-size: 41px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_conoha a {
    background: url(/img/conoha.png) center top 28px no-repeat;
    background-size: 74px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_plusdeo a {
    background: url(/img/plusdeo.png) center top 20px no-repeat;
    background-size: 74px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_varon a {
    background: url(/img/varon.png) center top 19px no-repeat;
    background-size: 81px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_skincare_wrap dd ul li.common_varon_wash a {
    background: url(/img/varon_wash.png) center top 19px no-repeat;
    background-size: 23px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_healthgoods_wrap {
    background-color: #fff;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

#common_footer .common_menu .common_products .common_healthgoods_wrap {
    /*box-shadow: 0px -2px 5px 0px rgb(0,0,0,0.2) inset;*/
    background: url(/img/bg/common_products_shadow_bottom.png) center bottom repeat-x;
    background-color: #fff;
}

.common_menu .common_products .common_healthgoods_wrap dt {
    width: 184px;
    background: url(/img/svg/healthgoods_pc.svg) center top no-repeat;
    background-size: 45px auto;
    padding-top: 80px !important;
    font-size: 16px;
    color: #222222;
    float: left;
    line-height: 100% !important;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/*
.common_menu .common_products .common_healthgoods_wrap dt a {
    display: block;
    width: 100%;
    background: url(/img/svg/healthgoods_pc.svg) center top no-repeat;
    background-size: 43px auto;
    padding-top: 80px;
    font-size: 17px;
    color: #222222;
    float: left;
    line-height: 100% !important;
    font-weight: bold;
}
*/

.common_menu .common_products .common_healthgoods_wrap dd {
    width: auto;
    margin-left: 194px !important;
    border-left: #ccc solid 1px;
}

.common_menu .common_products .common_healthgoods_wrap dd ul {
    width: 100%;
    overflow: hidden;
}

.common_menu .common_products .common_healthgoods_wrap dd ul li {
    width: calc((100% - 0px) / 6);
    float: left;
    border-radius: 6px;
    margin: 0px !important;
    background: url(/img/bg/menu_bg_li.png) right center no-repeat;
}

#common_header .common_menu .common_products .common_healthgoods_wrap dd ul li a,
#common_footer .common_menu .common_products .common_healthgoods_wrap dd ul li a {
    display: block;
    font-size: 12px;
    color: #0088ee;
    padding-top: 83px;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-family: Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.common_menu .common_products .common_healthgoods_wrap dd ul li a:hover {
    box-shadow: 0 0 6px rgba(204, 238, 153, 1.0);
}

.common_menu .common_products .common_healthgoods_wrap dd ul li.common_supporter a {
    background: url(/img/supporter.png) center top 28px no-repeat;
    background-size: 40px auto;
}


.common_menu .common_products .common_pet_wrap {
    background-color: #fff;
    overflow: hidden;
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
    border-top: #ccc solid 1px;
}

#common_footer .common_menu .common_products .common_pet_wrap {
    background: url(/img/bg/common_products_shadow_bottom.png) center bottom repeat-x;
    background-color: #fff;
}

.common_menu .common_products .common_pet_wrap dt {
    width: 184px;
    background: url(/img/svg/pet_pc.svg) center top no-repeat;
    background-size: 95px auto;
    padding-top: 63px !important;
    font-size: 16px;
    color: #222222;
    line-height: 100%;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.common_menu .common_products .common_pet_wrap dd {
    width: auto;
    margin-left: 195px !important;
    border-left: #ccc solid 1px;
}

.common_menu .common_products .common_pet_wrap dd ul {
    width: 100%;
    overflow: hidden;
}

.common_menu .common_products .common_pet_wrap dd ul li {
    width: calc((100% - 0px) / 6);
    margin: 0px !important;
    float: left;
    background: url(/img/bg/menu_bg_li.png) right center no-repeat;
}

.common_menu .common_products .common_pet_wrap dd ul li:nth-child(6n + 6) {
    background: none
}

#common_header .common_menu .common_products .common_pet_wrap dd ul li a,
#common_footer .common_menu .common_products .common_pet_wrap dd ul li a {
    display: block;
    font-size: 12px;
    color: #0088ee;
    padding-top: 92px;
    padding-bottom: 8px;
    width: auto;
    height: 37px;
    line-height: 37px;
    font-family: Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.common_menu .common_products .common_pet_wrap dd ul li a:hover {
    box-shadow: 0 0 6px rgba(153, 238, 238, 1.0);
}

.common_menu .common_products .common_pet_wrap dd ul li.common_pet_sesamin a {
    background: url(/img/pet_sesamin.png) center top 16px no-repeat;
    background-size: 45px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_pet_wrap dd ul li.common_pet_glucosamine a {
    background: url(/img/pet_glucosamine.png) center top 16px no-repeat;
    background-size: 45px auto;
    line-height: 130% !important;
}

.common_menu .common_products .common_pet_wrap dd ul li.common_pet_aradha a {
    background: url(/img/pet_aradha.png) center top 16px no-repeat;
    background-size: 45px auto;
    line-height: 130% !important;
}



/*common footer*/

#common_footer {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
    position: relative;
    padding-top: 62px;
}

#common_footer #foot_block1 {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 15;
}

#common_footer #foot_block2 {
    width: 100%;
    height: 100px;
    background: url(/img/bg/foot_block2_bg.png) center bottom no-repeat;
    background-size: 1400px 30px;
    text-align: center;
}

#common_footer #foot_submenu_navi {
    display: inline-block;
    height: 70px;
    line-height: 70px;
}

#common_footer #foot_submenu_navi li {
    float: left;
}

#common_footer #foot_submenu_navi li a {
    font-size: 17px;
    color: #222;
    padding: 0 25px;
    border-right: 1px solid #e6e6e6;
    display: inline;
    height: auto;
    line-height: 70px;
    font-weight: bold;
}

#common_footer #foot_submenu_navi li a:hover {
    color: #222 !important;
    text-decoration: underline;
}

#common_footer #foot_submenu_navi li:first-child a {
    padding-left: 0;
}

#common_footer #foot_submenu_navi li:last-child a {
    padding-right: 0;
    border-right: none;
}

#common_footer #foot_block4 {
    width: 100%;
    height: 120px;
    padding: 10px 0 0 0;
}

#common_footer #foot_block4_inner {
    width: 1164px;
    margin: 0 auto;
    overflow: hidden;
}

#common_footer #foot_block4_subblock {
    width: 950px;
    float: left;
    overflow: hidden;
}

#common_footer #foot_block4_subblock #foot_tel {
    height: 40px;
    margin: 0 40px 0 0;
    padding-right: 40px;
    float: left;
    border-right: 1px solid #e6e6e6;
}

#common_footer #foot_block4_subblock #foot_tel dt {
    float: left;
    width: 110px;
    height: 40px;
    font-size: 16px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background-color: #f4f4f4;
    border-radius: 5px;
}

#common_footer #foot_block4_subblock #foot_tel dd {
    float: left;
    margin-left: 20px;
    padding-left: 55px;
    background: url(/img/svg/tel.svg) left center no-repeat;
    background-size: auto 40px;
    color: #222222;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: -0.5px;
}

#common_footer #foot_block4_subblock #foot_tel dd.tel_part {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

#common_footer #foot_block4_subblock #foot_fax {
    height: 40px;
    margin: 0;
}

#common_footer #foot_block4_subblock #foot_fax dt {
    float: left;
    width: 90px;
    height: 40px;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background-color: #f4f4f4;
    border-radius: 5px;
}

#common_footer #foot_block4_subblock #foot_fax dd {
    float: left;
    margin-left: 20px;
    padding-left: 45px;
    font-size: 26px;
    color: #222222;
    font-weight: bold;
    background: url(/img/svg/fax.svg) left center no-repeat;
    background-size: auto 30px;
    line-height: 40px;
    letter-spacing: -1px;
}

#common_footer #foot_block4_subblock #foot_time {
    height: 30px;
    margin: 15px 0 0 0;
    float: left;
}

#common_footer #foot_block4_subblock #foot_time dt {
    float: left;
    width: 70px;
    height: 30px;
    padding-left: 40px;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    line-height: 30px;
    background-color: #f4f4f4;
    background: url(/img/svg/time.svg) left 10px center no-repeat;
    background-size: 20px;
}

#common_footer #foot_block4_subblock #foot_time dd#foot_time1 {
    float: left;
    margin-left: 20px;
    font-size: 25px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}

#common_footer #foot_block4_subblock #foot_time dd#foot_time2 {
    float: left;
    margin-left: 10px;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

#common_footer #foot_contact {
    width: 210px;
    height: 60px;
    float: right;
}

#common_footer #foot_contact a {
    padding: 0 0 0 40px;
    width: 170px;
    height: 60px;
    display: block;
    line-height: 60px;
    font-size: 19px;
    color: #fff;
    background: url(/img/svg/contact_sp.svg) right 25px top 10px no-repeat, url(/img/bg/contact_icon_bg.png) left top repeat-x;
    background-size: 32px auto, 170px 120px;
    border-radius: 5px;
    font-weight: bold;
}

#common_footer #foot_contact a:hover {
    background: url(/img/svg/contact_sp.svg) right 25px top 10px no-repeat, url(/img/bg/contact_icon_bg.png) left bottom repeat-x;
    background-size: 32px auto, 170px 120px;
}

#common_footer #foot_block5 {
    width: 100%;
    /* height: 291px; */
    /* background-color: #fff; */
}

#common_footer #foot_block5_inner {
    width: 1164px;
    padding-top: 25px;
    margin: 0 auto;
    overflow: hidden;
}

#common_footer #foot_block5 #foot_logo {
    width: 260px;
    float: left;
}

#common_footer #foot_block5 #webseal {
    width: 385px;
    float: right;
}

#common_footer #foot_block5 #webseal p {
    width: 275px;
    float: left;
    font-size: 14px;
    color: #444444;
    line-height: 180%;
    padding-top: 35px;
}

#common_footer #foot_block5 #webseal p#cybertrust {
    width: 110px;
    height: 80px;
    background-color: #fff;
    float: right;
    padding: 0;
}

#common_footer #foot_block6 {
    width: 100%;
    height: 50px;
    background: url(/img/bg/copyright_bg.png) center top no-repeat;
    background-color: #f8f8f8;
    line-height: 50px;
    text-align: center;
}

#common_footer #foot_block6 p {
    font-size: 13px;
    color: #444444;
    line-height: 50px;
}

#common_modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 14;
}

#move_top {
    width: 80px;
    height: 80px;
    margin: 0;
    display: none;
    right: 10px;
    font-weight: bold;
    background: url(/img/move_top.svg) no-repeat;
    background-size: auto 100%;
    z-index: 15;
}

#move_top.fixed {
    position: fixed;
    bottom: 10px;
}

#move_top.absolute {
    position: absolute;
    top: 50px;
}

#move_top:hover {
    cursor: pointer;
}

@media screen and (min-width:1165px) {
    #move_top {
        right: calc((100% - 1164px) / 2);
    }
}


/*202108 footer sns*/

#common_footer #foot_block5 #foot_block5_sns_wrap {
    width: 305px;
    height: 40px;
    margin-top: 20px;
    float: right;
}

#common_footer #foot_block5 #foot_block5_sns_wrap p#foot_block5_sns_title {
    width: 100px;
    height: 40px;
    float: left;
    color: #444444;
    line-height: 40px;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 4px;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns {
    width: 187px;
    height: 40px;
    float: right;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 9px;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li#foot_youtube {
    background: url(/img/svg/youtube.svg) left top no-repeat;
    background-size: 40px auto;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li#foot_facebook {
    background: url(/img/svg/facebook.svg) left top no-repeat;
    background-size: 40px auto;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li#foot_line {
    background: url(/img/svg/line.svg) left top no-repeat;
    background-size: 40px auto;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li#foot_ig {
    background: url(/common/img/svg/ig.svg) left top no-repeat;
    background-size: 40px auto;
    margin-right: 0;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}


/* 2023 search */
.search_box_container {
    background: #f8f8f8;
    position: relative;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
}

.search_box_container::before {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .07) 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .07) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .07) 0%, #f8f8f8 100%);
}

.search_box_container .inner_top {
    width: 1164px;
    margin: 0 auto;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}

.search_box_container .inner_top {
    margin: 0 auto;
    width: 1160px;
    display: flex;
    position: relative;
    gap: 40px;
}

.search_box form {
    margin: 0;
    width: 470px;
    height: 36px;
    position: relative;
}

form>#q.search_txt,
.search_box .search_txt {
    width: 375px;
    height: 36px;
    font-size: 15px;
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 5px;
    color: #444;
    position: absolute;
    top: 0;
    left: 0;
}

form>#q.search_txt:focus,
.search_box .search_txt:focus {
    border-radius: 5px 5px 0 0;
}

form>#q.search_txt::placeholder,
.search_box .search_txt::placeholder {
    color: #757575;
}

.search_box .search_btn {
    appearance: none;
    border: none;
    width: 85px;
    height: 36px;
    background: #df3600 url(/img/svg/icon_search.svg) no-repeat 16px center;
    background-size: 15px auto;
    box-sizing: border-box;
    padding-left: 38px !important;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
}

.search_box .search_btn:hover {
    background: #cc0000 url(/img/svg/icon_search.svg) no-repeat 16px center;
    background-size: 15px auto;
}

.search_box .btn_clear {
    appearance: none;
    border: none;
    width: 16px;
    height: 16px;
    background: url(/img/svg/icon_clear_red.svg) no-repeat center center;
    background-size: 16px 16px;
    position: absolute;
    top: 9px;
    left: 345px;
    display: none;
}

.search_box.active .btn_clear {
    display: block;
}

#common_header_wrap .swiper {
    margin: 0;
    padding: 0;
    width: 654px;
    height: 36px;
    overflow: hidden;
    box-sizing: border-box;
    list-style: none;
    /* position: absolute;
    top: 12px;
    right: 0;*/
}

#common_header_wrap .swiper .swiper-wrapper {
    /*    width: 586px;*/
    height: 48px;
}

#common_header_wrap .search_keywords {
    margin: 0;
    padding: 0;
    list-style: none;
}

#common_header_wrap .search_keywords .swiper-slide {
    margin: 4px 15px 0 0;
    width: auto;
}

#common_header_wrap .search_keywords .swiper-slide a {
    height: 28px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
    color: #222222;
    border: 1px #aaaaaa solid;
    background: #fff;
    border-radius: 14px;
    text-decoration: none;
}

#common_header_wrap .search_keywords .swiper-slide a:hover {
    color: #fff;
    background: #de3503;
    border: 1px #de3503 solid;
}

#common_header_wrap .swiper-button-next,
#common_header_wrap .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 90px;
    height: 32px;
}

#common_header_wrap .swiper-button-next {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #f8f8f8 35%, #f8f8f8 100%);
}

#common_header_wrap .swiper-button-prev {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #f8f8f8 35%, #f8f8f8 100%);
}


#common_header_wrap .swiper-button-next::after,
#common_header_wrap .swiper-button-prev::after {
    display: none;
}

#common_header_wrap .swiper-button-next::before,
#common_header_wrap .swiper-button-prev::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px #999 solid;
    background: #fff;
    position: absolute;
    display: block;
    z-index: 100;
}

#common_header_wrap .swiper-button-next::before {
    background: #fff url(/img/svg/arrow_next_carousel.svg) no-repeat center center;
    background-size: 6px 10px;
}

#common_header_wrap .swiper-button-prev::before {
    background: #fff url(/img/svg/arrow_prev_carousel.svg) no-repeat center center;
    background-size: 6px 10px;
}

#common_header_wrap .swiper-button-prev,
#common_header_wrap .swiper-rtl .swiper-button-next {
    margin: 0;
    top: calc(50% - 15px);
    left: -15px;
}

#common_header_wrap .swiper-button-next,
#common_header_wrap .swiper-rtl .swiper-button-next {
    margin: 0;
    top: calc(50% - 15px);
    right: -15px;
}

#common_header_wrap .swiper-button-next.swiper-button-disabled,
#common_header_wrap .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.swiper_div {
    width: 654px;
    position: relative;
}

@media print,
screen and (max-width: 768px) {
    .search_box_container .inner_top {
        width: auto;
        overflow: hidden;
    }
}

/* history_list */
#common_header_wrap .search_box .history_list {
    list-style: none;
    width: 375px;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 46px;
    left: 0;
    display: none;
    z-index: 1000;
}

#common_header_wrap .search_box .history_list::before {
    content: '搜尋紀錄';
    width: 373px;
    height: 40px;
    font-size: 15px;
    color: #000;
    background: #eee;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

#common_header_wrap .search_box .history_list.active {
    display: block;
}

#common_header_wrap .search_box .history_list li {
    margin: 0 auto;
    width: 335px;
    min-height: 40px;
    border-bottom: 1px #eee solid;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px 0 0;
    box-sizing: border-box;
}

#common_header_wrap .search_box .history_list li:last-child {
    border-bottom: none;
}

#common_header_wrap .search_box .history_list li a {
    color: #222;
    text-decoration: none;
}

#common_header_wrap .search_box .history_list li a:hover {
    text-decoration: underline;
    color: #df3600;
}

#common_header_wrap .search_box .history_list li .btn_delete {
    padding: 0;
    background-color: transparent;
    border: none;
    appearance: none;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: #aaa url(/img/svg/icon_delete.svg) no-repeat center center;
    background-size: 6px 6px;
    border-radius: 8px;
    cursor: pointer;
}

#common_header_wrap .search_box .history_list li .btn_delete:hover {
    background: #df3600 url(/img/svg/icon_delete.svg) no-repeat center center;
    background-size: 6px 6px;
}

.overlay_search {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.overlay_search.active {
    display: block;
}

/*footer grid*/
.grid_box_div {
    background: linear-gradient(to bottom, #fff 0px, #fff 125px, #f8f8f8 125px, #f8f8f8 100%);
}


.grid_box {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
        "a b d"
        "c c e"
        "f f g"
        "h h h";
    margin: 0 auto;
    width: 1035px;
    align-items: center;
    row-gap: 16px;
}


.grid_box p {
    margin: 0;
}


.grid_box .tel {
    grid-area: a;
    position: relative;
    font-size: 24px;
    padding-right: 24px;
    letter-spacing: inherit;
    color: #222;
}


.grid_box .tel:before {
    position: absolute;
    content: "：";
    right: 0;
    top: -2px;
}


.grid_box .consumer_online {
    grid-area: b;
}


.grid_box .consumer_online a {
    color: #222 !important;
    text-decoration: none;
    pointer-events: none;
}


.grid_box .consumer_online a b {
    font-size: 47px;
    font-family: "arial";
    color: #222;
}


.grid_box .consumer_online a span {
    font-size: 47px;
    vertical-align: 4px;
    padding: 0;
    font-family: "arial";
}


.grid_box .time {
    grid-area: c;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
}


.grid_box .time b {
    padding: 0 7px;
    font-size: 1.23em;
    letter-spacing: -0.5px;
    vertical-align: -1px;
    font-family: "arial";
    color: #222;
}


.grid_box .time b span {
    font-size: 0.9em;
    padding: 0 6px;
    font-weight: 300;
}


.grid_box .contact {
    grid-area: d;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    text-indent: -21px;
    border: #ccc solid 1px;
    padding: 0px;
    border-radius: 4px;
    margin: 0 auto;
    background: url(/common/img/svg/contact_f.svg) no-repeat 219px 9px / 28px, linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
    cursor: pointer;
}

.grid_box .contact:hover {
    background: url(/common/img/svg/contact_f.svg) no-repeat 219px 9px / 28px, linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.grid_box .contact a {
    padding: 16px 0;
    display: block;
    color: #222;
}


.grid_box .fax {
    grid-area: e;
    font-size: 17px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}


.grid_box .fax span {
    font-size: 19px;
    font-family: "arial";
    font-weight: bold;
    vertical-align: -1px;
}


.grid_box .logo_f {
    grid-area: f;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 26px;
}


.grid_box .logo_f img {
    width: 299px !important;
    margin-left: -41px;
    height: auto !important;
}


.grid_box .media_f {
    grid-area: g;
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
}


.grid_box .media_f span {
    font-size: 17px;
    font-weight: bold;
}


.grid_box .media_f ul {
    display: flex;
    gap: 13px;
    margin: 0;
    padding: 0;
}


.grid_box .media_f ul li {
    list-style-type: none;
    width: 40px;
    height: 40px;
    text-indent: -999999px;
}


.grid_box .media_f ul li a {
    width: 40px;
    height: 40px;
    display: block;
}


.grid_box #foot_youtube {
    background: url(/common/img/svg/youtube_f.svg) left center no-repeat;
    background-size: 100% auto;
}


.grid_box #foot_facebook {
    background: url(/common/img/svg/fb_f.svg) left center no-repeat;
    background-size: 100% auto;
}


.grid_box #foot_line {
    background: url(/common/img/svg/line_f.svg) left center no-repeat;
    background-size: 100% auto;
}


.grid_box #foot_ig {
    background: url(/common/img/svg/ig_f.svg) left center no-repeat;
    background-size: 100% auto;
}


.grid_box .copyright {
    grid-area: h;
    text-align: center;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    color: #444444;
    line-height: 50px;
    background: url(/common/img/bg/copyright_bg.png) center top no-repeat;
}


.phone_only {
    display: none;
}

