@charset "utf-8";

/*reset*/
#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;
    text-align: center;
    font-size: 16px;
}

#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;
    box-sizing: content-box;
}

#common_footer p b {
    color: #222
}

#common_header .pc_only,
#common_footer .pc_only {
    display: none;
}

#common_header .sp_only,
#common_footer .sp_only {
    display: block;
}

#common_header img,
#common_footer img {
    display: block;
    width: 100%;
   /* height: auto;*/
    vertical-align: bottom;
}

#common_header a,
#common_footer a {
    text-decoration: none;
}

/*menu_open*/
body.menu_open {
    overflow: hidden;
}

/*control element*/
#common_header .common_menu {
    display: none;
    height: 100vh;
}

#common_header .common_menu li.common_navi {
    display: none;
}

#common_header .common_menu li.common_navi .common_navi_sp {
    display: block;
}

#common_header .common_menu li.common_navi .common_supplement,
#common_header .common_menu li.common_navi .common_skincare,
#common_header .common_menu li.common_navi .common_supporter,
#common_header .common_menu li.common_navi .common_pet {
    box-shadow: 0 3px 3px -1px #e1e1e1;
}

#common_header .common_menu li.common_navi .common_supplement_wrap dt {
    display: none;
}

#common_header .common_menu li.common_navi .common_supplement_wrap dt {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 1001;
}

.head_scroll #common_header .common_menu li.common_navi .common_supplement_wrap dt {
    top: 74px;
}

#common_header .common_menu li.common_navi .common_supplement_wrap dd {
    display: none;
}

#common_header .common_menu li.common_navi .common_skincare_wrap dt {
    display: none;
}

#common_header .common_menu li.common_navi .common_skincare_wrap dt {
    border-left: #ccc solid 1px;
    position: fixed;
    top: 100px;
    left: calc(100% / 4 - 1px);
    z-index: 1001;
}

.head_scroll #common_header .common_menu li.common_navi .common_skincare_wrap dt {
    top: 74px;
}

#common_header .common_menu li.common_navi .common_skincare_wrap dd {
    display: none;
}

#common_header .common_menu li.common_navi .common_healthgoods_wrap dt {
    display: none;
}

#common_header .common_menu li.common_navi .common_healthgoods_wrap dt {
    border-left: #ccc solid 1px;
    border-right: #ccc solid 1px;
    position: fixed;
    top: 100px;
    left: calc(100% / 2 - 1px);
    z-index: 1001;
}

.head_scroll #common_header .common_menu li.common_navi .common_healthgoods_wrap dt {
    top: 74px;
}

#common_header .common_menu li.common_navi .common_healthgoods_wrap dd {
    display: none;
}

#common_header .common_menu li.common_navi .common_pet_wrap dt {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 1001;
}

.head_scroll #common_header .common_menu li.common_navi .common_pet_wrap dt {
    top: 74px;
}

#common_header .common_menu li.common_navi .common_pet_wrap dd {
    display: none;
}

/*#common_header .common_menu li.common_navi .common_healthgoods_wrap dd { display: none; }*/
#common_footer .common_menu li.common_navi {
    display: block;
}

#common_footer .common_menu li.common_navi .common_supplement_wrap dt {
    display: block;
}

#common_footer .common_menu li.common_navi .common_supplement_wrap dt {
    border-right: #ccc solid 1px
}

#common_footer .common_menu li.common_navi .common_supplement_wrap dd {
    display: none;
}

#common_footer .common_menu li.common_navi .common_skincare_wrap dt {
    display: block;
    border-right: #ccc solid 1px;
}

#common_footer .common_menu li.common_navi .common_skincare_wrap dd {
    display: none;
}

#common_footer .common_menu li.common_navi .common_healthgoods_wrap dt {
    display: block;
    border-right: #ccc solid 1px
}

#common_footer .common_menu li.common_navi .common_healthgoods_wrap dd {
    display: none;
}

#common_footer .common_menu li.common_navi .common_pet_wrap dt {
    display: block;
}

#common_footer .common_menu li.common_navi .common_pet_wrap dd {
    display: none;
}

/*#common_footer .common_menu li.common_navi .common_healthgoods_wrap dd { display: none; }*/
/*common header & footer*/
#common_header_wrap {
    width: 100%;
    margin: 0 0;
    padding: 0;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgb(0, 0, 0, 0.15);
    z-index: 1004;
    background: #fff;
}

#common_header {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    position: relative;
    line-height: initial;
}

#common_header #head_block1 {
    padding: 13px 10px 6px 15px;
    height: 55px;
}

#common_header #head_block1 #logo {
    width: 90px;
    float: left;
}

#common_header #head_block1 #head_block1_btn {
    width: 141px;
    height: 50px;
    float: right;
}

#common_header #head_block1 #head_block1_btn a {
    font-size: 12px;
    color: #222;
}

#common_header #head_block1 #head_block1_btn #head_cart_title span.sp_only {
    font-size: 12px;
}

#common_header #head_block1 #head_block1_btn #head_login {
    width: 45px;
    height: 50px;
    margin-right: 3px;
    float: left;
}

#common_header #head_block1 #head_block1_btn #head_login a {
    display: block;
    width: 45px;
    padding-top: 31px;
    height: 19px;
    text-align: center;
    background: url(/img/svg/login.svg) center top 5px no-repeat;
    background-size: 22px auto, 45px 50px;
    border-radius: 5px;
}

#common_header #head_block1 #head_block1_btn #head_logout {
    width: 45px;
    height: 50px;
    margin-right: 3px;
    float: left;
}

#common_header #head_block1 #head_block1_btn #head_logout a {
    display: block;
    width: 45px;
    padding-top: 31px;
    height: 19px;
    text-align: center;
    background: url(/img/svg/login.svg) center top 5px no-repeat;
    background-size: 22px auto, 45px 50px;
    border-radius: 5px;
}

#common_header #head_block1 #head_block1_btn #head_cart {
    width: 45px;
    height: 50px;
    margin-right: 3px;
    float: left;
    position: relative;
}

#common_header #head_block1 #head_block1_btn #head_cart a {
    display: block;
    width: 45px;
    padding-top: 31px;
    height: 19px;
    text-align: center;
    background: url(/img/svg/cart.svg) center top 5px no-repeat;
    background-size: 27px auto, 45px 50px;
    border-radius: 5px;
}

#common_header #head_block1 #head_block1_btn #head_cart a #head_cart_point {
    position: absolute;
    top: -3px;
    right: -2px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #de3603;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
}

#common_header #head_block1 #head_block1_btn #head_menu_btn_sp {
    margin-right: 0;
    float: left;
    width: 45px;
    padding-top: 31px;
    height: 19px;
    text-align: center;
    background: url(/img/svg/menu.svg) center top 9px no-repeat;
    background-size: 22px auto, 45px 50px;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
}

#common_header #head_block1 #head_block1_btn #head_menu_btn_sp.closed {
    background: url(/img/svg/menu.svg) center top 9px no-repeat;
    background-size: 22px auto, 45px 50px;
}

#common_header #head_block1 #head_block1_btn #head_menu_btn_sp.opened {
    background: url(/img/svg/close.svg) center top 6px no-repeat;
    background-size: 22px auto, 45px 50px;
}

@media screen and (max-width:375px) {
    #common_header #head_block1 #head_block1_btn {
        width: calc(100% - 200px);
    }

    #common_header #head_block1 #head_block1_btn #head_login {
        width: 32%;
        margin-right: 2%;
    }

    #common_header #head_block1 #head_block1_btn #head_login a {
        width: 100%;
    }

    #common_header #head_block1 #head_block1_btn #head_cart {
        width: 32%;
        margin-right: 2%;
    }

    #common_header #head_block1 #head_block1_btn #head_cart a {
        width: 100%;
    }

    #common_header #head_block1 #head_block1_btn #head_menu_btn_sp {
        width: 32%;
    }

    #common_header #head_block1 #head_block1_btn #head_menu_btn_sp a {
        width: 100%;
    }

    #common_header #head_block1 #head_block1_btn a {
        font-size: 3vw;
    }

    #common_header #head_block1 #head_block1_btn #head_cart_title span.sp_only {
        font-size: 3.1vw;
    }
}

@media screen and (max-width:330px) {
    #common_header #head_block1 #head_block1_btn a {
        font-size: 2.5vw;
    }

    #common_header #head_block1 #head_block1_btn #head_cart_title span.sp_only {
        font-size: 2.5vw;
    }
}

#common_header #head_block2 {
    padding: 0 15px 6px 15px;
}

#common_header #head_block2_sub1 {
    background: url(/img/svg/shipping.svg) left bottom no-repeat;
    background-size: auto 29px;
}

#common_header #head_block2_sub1 #head_txt1 {
    padding: 0 0 0 50px;
    font-size: 12px;
    color: #222222;
    letter-spacing: 0;
    line-height: initial !important;
    margin-bottom: 2px;
    text-align: left;
}

#common_header #head_block2_sub1 #head_shipping {
    padding: 0 0 0 50px;
    background: url(/img/svg/shipping.svg) left bottom no-repeat;
    background-size: auto 29px;
    font-size: 14px;
    color: #996e33;
    font-weight: normal;
    letter-spacing: 0.4px;
    text-align: left;
    line-height: 100%;
}

/*
@media screen and (max-width:350px) {
#common_header #head_block2_sub1 #head_txt1 {
    font-size: 3.3vw;
}
#common_header #head_block2_sub1 #head_shipping {
    font-size: 3.9vw;
}
}

#common_header #head_block2_sub2 {
    width: 87px;
    height: 41px;
    float: right;
    margin-top: 4px;
}
@media screen and (max-width:315px) {
#common_header #head_block2_sub2 {
    width: 83px;
}
}
#common_header #head_block2_sub2 li {
	width: 41px;
	height: 41px;
	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: 41px auto;
}
#common_header #head_block2_sub2 li#head_facebook a {
    display: block;
    width: 41px;
    height: 41px;
}
#common_header #head_block2_sub2 li#head_line {
	float: right;
	background: url(/img/svg/line.svg) left top no-repeat;
	background-size: 41px auto;
}
#common_header #head_block2_sub2 li#head_line a {
    display: block;
    width: 40px;
    height: 40px;
}
*/
/*
@media screen and (max-width: 370px) {

#common_header #head_block2 {
    padding-bottom: 5px;
}
#common_header #head_block2_sub1 #head_txt1 {
	font-size: 3.3vw;
}
#common_header #head_block2_sub1 #head_shipping {
    height: 28px;
    background-size: auto 27px;
	font-size: 3.7vw;
    line-height: 25px;
    padding-left: 53px;
}
#common_header #head_block2_sub2 {
	width: 77px;
	height: 36px;
}
#common_header #head_block2_sub2 li {
	width: 36px;
	height: 36px;
}
#common_header #head_block2_sub2 li#head_facebook {
	background-size: 36px auto;
}
#common_header #head_block2_sub2 li#head_facebook a {
    width: 36px;
    height: 36px;
}
#common_header #head_block2_sub2 li#head_line {
	background-size: 36px auto;
}
#common_header #head_block2_sub2 li#head_line a {
    width: 36px;
    height: 36px;
}
}
@media screen and (max-width: 335px) {
#common_header #head_block2_sub1 #head_txt1 {
	font-size: 3.2vw;
	letter-spacing: -0.5px;
}
#common_header #head_block2_sub1 #head_shipping {
	font-size: 3.4vw;
    padding-left: 16vw;
    background-size: auto 8vw;
}
}
@media screen and (max-width: 330px) {
#common_header #head_block2_sub1 #head_shipping {
    padding-left: 15vw;
}
}
@media screen and (max-width: 325px) {
#common_header #head_block2_sub1 #head_shipping {
    padding-left: 14vw;
}
}
@media screen and (max-width: 320px) {
#common_header #head_block2_sub1 #head_shipping {
    padding-left: 13vw;
}
}
@media screen and (max-width: 315px) {
#common_header #head_block2_sub1 #head_shipping {
    padding-left: 12vw;
}
}
*/
#common_header #head_block3 {
    width: 100%;
    height: 59px;
    display: none;
}

#common_header #head_block3 a {
    width: calc(100% - 30px);
    height: 35px;
    padding: 12px 15px;
    display: block;
    line-height: 35px;
    /*box-shadow: 1px 1px 4px rgba(0,0,0,0.3);*/
}

#common_header #head_block3 a.diamond {
    background: url(/diamond/img/head_diamond.png) left 10px center no-repeat;
    background-size: auto 40px;
    background-color: #fff8d8;
}

#common_header #head_block3 a.platinum {
    background: url(/img/svg/platinum.svg) left 10px center no-repeat;
    background-size: auto 40px;
    background-color: #f0eeff;
}

#common_header #head_block3 a.gold {
    background: url(/img/svg/gold.svg) left 10px center no-repeat;
    background-size: auto 40px;
    background-color: #fff8d8;
}

#common_header #head_block3 a.silver {
    background: url(/img/svg/silver.svg) left 10px center no-repeat;
    background-size: auto 40px;
    background-color: #efefef;
}

#common_header #head_block3 a.health {
    background: url(/img/svg/health.svg) left 10px center no-repeat;
    background-size: auto 40px;
    background-color: #e6f8f8;
}

#common_header #head_block3 a.beginner {
    background: none;
    background-color: #eee;
}

#common_header #head_block3 a #name {
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    margin-left: 50px;
    line-height: 100%;
    float: left;
}

#common_header #head_block3 a.beginner #name {
    margin-left: 0;
}

#common_header #head_block3 a #name span {
    font-size: 12px;
    display: block;
    margin-bottom: 6px;
    line-height: 100%;
    text-align: left;
}

#common_header #head_block3 a.diamond #name span {
    color: #bb7700;
}

#common_header #head_block3 a.platinum #name span {
    color: #665599;
}

#common_header #head_block3 a.gold #name span {
    color: #aa8800;
}

#common_header #head_block3 a.silver #name span {
    color: #686877;
}

#common_header #head_block3 a.health #name span {
    color: #33bbbb;
}

#common_header #head_block3 a.beginner #name span {
    color: #888;
}

#common_header #head_block3 a #menbers {
    width: 75px;
    height: 35px;
    padding-left: 45px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    font-weight: bold;
    background: url(/img/svg/login_sp.svg) left 13px center no-repeat;
    background-size: 16px auto;
    background-color: #ffaa33;
    float: right;
    border-radius: 4px;
}

.common_menu {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.inner_menu {
    height: calc(100% - 100px);
    overflow-y: auto;
}

.head_scroll .inner_menu {
    height: calc(100% - 74px);
}

#common_header .inner_menu ul,
#common_header .inner_menu li,
#common_header .inner_menu dl,
#common_header .inner_menu dt,
#common_header .inner_menu dd,
#common_header .inner_menu p {
    overflow: hidden;
}

.common_menu_navi {
    position: relative;
    padding-top: 90px !important;
}

.common_menu li.common_navi dt {
    width: calc(100% / 4);
    height: 34px;
    padding-top: 53px !important;
    font-size: 13px !important;
    color: #222;
    font-weight: bold;
    text-align: center;
    position: absolute;
    letter-spacing: 1px;
    margin-bottom: 5px;
    line-height: 120%;
    z-index: 1001;
}

.common_menu li.common_navi .common_supplement_wrap dt,
.common_menu li.common_navi .common_supplement_wrap dt.off {
    background: #fff url(/common/img/svg/supplement_pc.svg) center top 9px no-repeat;
    background-size: 35px auto, 100% 90px;
    top: 0;
    left: -1px;
}

.common_menu li.common_navi .common_supplement_wrap dt.on {
    background: url(/common/img/svg/supplement_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #fff1e5 0%, #ffffff 100%);
    background-size: 35px auto, 100% 90px;
}

.common_menu li.common_navi .common_supplement_wrap dt:hover,
.common_menu li.common_navi .common_supplement_wrap dt:active,
.common_menu li.common_navi .common_supplement_wrap dt.on:hover,
.common_menu li.common_navi .common_supplement_wrap dt.on:active,
.common_menu li.common_navi .common_supplement_wrap dt.off:hover,
.common_menu li.common_navi .common_supplement_wrap dt.off:active {
    background: #fff url(/common/img/svg/supplement_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #fff1e5 0%, #ffffff 100%);
    background-size: 35px auto, 100% 90px;
}

/**/
.common_menu li.common_navi .common_skincare_wrap dt,
.common_menu li.common_navi .common_skincare_wrap dt.off {
    background: #fff url(/common/img/svg/skincare_pc.svg) center top 9px no-repeat;
    background-size: 36px auto, 100% 90px;
    top: 0;
    left: 25%;
}

.common_menu li.common_navi .common_skincare_wrap dt.on {
    background: url(/common/img/svg/skincare_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #e5fafc 0%, #ffffff 100%);
    background-size: 36px auto, 100% 90px;
}

.common_menu li.common_navi .common_skincare_wrap dt:hover,
.common_menu li.common_navi .common_skincare_wrap dt:active,
.common_menu li.common_navi .common_skincare_wrap dt.on:hover,
.common_menu li.common_navi .common_skincare_wrap dt.on:active,
.common_menu li.common_navi .common_skincare_wrap dt.off:hover,
.common_menu li.common_navi .common_skincare_wrap dt.off:active {
    background: url(/common/img/svg/skincare_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #e5fafc 0%, #ffffff 100%);
    background-size: 36px auto, 100% 90px;
}

/**/
.common_menu li.common_navi .common_healthgoods_wrap dt,
.common_menu li.common_navi .common_healthgoods_wrap dt.off {
    background: #fff url(/common/img/svg/healthgoods_pc.svg) center top 9px no-repeat;
    background-size: 25px auto, 100% 90px;
    top: 0;
    left: calc(50% + 1px);
}

.common_menu li.common_navi .common_healthgoods_wrap dt.on {
    background: url(/common/img/svg/healthgoods_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #f3fae5 0%, #ffffff 100%);
    background-size: 25px auto, 100% 90px;
}

.common_menu li.common_navi .common_healthgoods_wrap dt:hover,
.common_menu li.common_navi .common_healthgoods_wrap dt:active,
.common_menu li.common_navi .common_healthgoods_wrap dt.on:hover,
.common_menu li.common_navi .common_healthgoods_wrap dt.on:active,
.common_menu li.common_navi .common_healthgoods_wrap dt.off:hover,
.common_menu li.common_navi .common_healthgoods_wrap dt.off:active {
    background: url(/common/img/svg/healthgoods_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #f3fae5 0%, #ffffff 100%);
    background-size: 25px auto, 100% 90px;
}

/*
.common_menu li.common_navi .common_healthgoods_wrap dt {
    padding-top: 0 !important;
    height: 80px;
    background: url(/img/svg/healthgoods.svg) center top 7px no-repeat, url(/img/bg/sp_healthgoods_bg.jpg) left top repeat-x;
    background-size: 28px auto, 100% 80px;
    top: 0;
    left: 50%;
}
.common_menu li.common_navi .common_healthgoods_wrap dt a {
    width: 100%;
    height: 27px;
    padding-top: 53px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
*/
/*
.common_menu li.common_navi .common_healthgoods_wrap dt a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}
*/
.common_menu li.common_navi .common_pet_wrap dt,
.common_menu li.common_navi .common_pet_wrap dt.off {
    background: #fff url(/common/img/svg/pet_pc.svg) center top 9px no-repeat;
    background-size: 61px auto, 100% 90px;
    top: 0;
    left: 75%;

}

.common_menu li.common_navi .common_pet_wrap dt.on {
    background: url(/common/img/svg/pet_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #fff1f3 0%, #ffffff 100%);
    background-size: 61px auto, 100% 90px;
}

.common_menu li.common_navi .common_pet_wrap dt:hover,
.common_menu li.common_navi .common_pet_wrap dt:active,
.common_menu li.common_navi .common_pet_wrap dt.on:hover,
.common_menu li.common_navi .common_pet_wrap dt.on:active,
.common_menu li.common_navi .common_pet_wrap dt.off:hover,
.common_menu li.common_navi .common_pet_wrap dt.off:active {
    background: url(/common/img/svg/pet_pc.svg) center top 9px no-repeat, linear-gradient(to bottom, #fff1f3 0%, #ffffff 100%);
    background-size: 61px auto, 100% 90px;
}

#common_header .common_menu li.common_navi .common_pet_wrap dd {
    display: none;
}

.common_menu li.common_navi .common_supplement_wrap dt:after,
.common_menu li.common_navi .common_skincare_wrap dt:after,
.common_menu li.common_navi .common_healthgoods_wrap dt:after,
.common_menu li.common_navi .common_pet_wrap dt:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    bottom: 8px;
    left: 46%;
    transform: rotate(135deg);
}

.common_menu li.common_navi .common_supplement_wrap dt.on:after,
.common_menu li.common_navi .common_skincare_wrap dt.on:after,
.common_menu li.common_navi .common_healthgoods_wrap dt.on:after,
.common_menu li.common_navi .common_pet_wrap dt.on:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    position: absolute;
    bottom: 5px;
    left: 46%;
    transform: rotate(-45deg);
}

.common_menu li.common_navi_sp,
#foot_submenu_navi li.common_navi_sp {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #ccc;
}

.common_menu li.common_navi_sp a,
#foot_submenu_navi li.common_navi_sp a {
    width: calc(100% - 35px);
    height: 48px;
    display: block;
    line-height: 50px;
    padding-left: 35px;
    font-size: 17px;
    color: #222;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.common_menu li.common_navi_sp a:after,
#foot_submenu_navi li.common_navi_sp a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 3px #222;
    border-right: solid 3px #222;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: rotate(45deg) translateY(-47%);
}

#common_header #head_menu #head_menu_close_wrap {
    width: 100%;
    height: 200px;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#common_header #head_menu #head_menu_close {
    margin: 20px auto 0;
    width: 66px;
    height: 38px;
    line-height: 40px;
    padding: 0px 4px 0px 34px;
    font-size: 15px;
    font-weight: bold;
    background: url(/img/svg/close.svg) left 17px center no-repeat;
    background-size: 14px auto;
    border: #222 solid 1px;
    /* background-color: #ffaa33; */
    color: #222;
    border-radius: 5px;
    letter-spacing: 3px;
}

.common_menu .common_products ul li {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #cccccc;
    background-color: #fff;
}

.common_menu .common_products ul li a {
    width: calc(100% - 80px);
    padding-left: 80px;
    line-height: 52px;
    display: block;
    background-color: #fffcec;
    color: #222;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.common_menu .common_products ul.common_supplement li a {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}

.common_menu .common_products ul.common_skincare li a {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}

.common_menu .common_products ul.common_healthgoods li a {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}

.common_menu .common_products ul.common_pet li a {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}

.common_menu .common_products ul li a:after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    position: absolute;
    top: 47%;
    right: 8%;
    transform: rotate(45deg) translateY(-47%);
}

.common_menu .common_products ul.common_supplement li a:after {
    border-top: solid 3px #222;
    border-right: solid 3px #222;
}

.common_menu .common_products ul.common_skincare li a:after {
    border-top: solid 3px #222;
    border-right: solid 3px #222;
}

.common_menu .common_products ul.common_healthgoods li a:after {
    border-top: solid 3px #222;
    border-right: solid 3px #222;
}

.common_menu .common_products ul.common_pet li a:after {
    border-top: solid 3px #222;
    border-right: solid 3px #222;
}

.common_menu .common_products ul li.common_milcolla a {
    background: url(/img/milcolla.png) left 30px center no-repeat;
    background-size: 32px auto;
}

.common_menu .common_products ul li.common_liftage a {
    background: url(/img/liftage.png) left 39px center no-repeat;
    background-size: 13px auto;
}

.common_menu .common_products ul li.common_glucosamine a {
    background: url(/img/glucosamine.png) left 35px center no-repeat;
    background-size: 20px auto;
}

.common_menu .common_products ul li.common_sesamin a {
    background: url(/img/sesamin_ex.png) left 35px center no-repeat;
    background-size: 22px auto;
}

.common_menu .common_products ul li.common_royaljelly a {
    background: url(/img/royal_jelly.png) left 35px center no-repeat;
    background-size: 18px auto;
}

.common_menu .common_products ul li.common_dhaepa a {
    background: url(/img/dha_epa.png) left 35px center no-repeat;
    background-size: 20px auto;
}

.common_menu .common_products ul li.common_tadas a {
    background: url(/img/tadas.png) left 31px center no-repeat;
    background-size: 24px auto;
}

.common_menu .common_products ul li.common_greenjuice a {
    background: url(/img/green_juice.png) left 27px center no-repeat;
    background-size: 33px auto;
}

.common_menu .common_products ul li.common_maca a {
    background: url(/img/maca.png) left 35px center no-repeat;
    background-size: 18px auto;
}

.common_menu .common_products ul li.common_omega a {
    background: url(/img/omega.png) left 35px center no-repeat;
    background-size: 18px auto;
}

.common_menu .common_products ul li.common_calmate a {
    background: url(/img/calmate.png) left 32px center no-repeat;
    background-size: 22px auto;
}

.common_menu .common_products ul li.common_vitoas a {
    background: url(/img/vitoas.png) left 27px center no-repeat;
    background-size: 38px auto;
}

.common_menu .common_products ul li.common_enherb a {
    background: url(/img/enherb.png) left 33px center no-repeat;
    background-size: 25px auto;
}

.common_menu .common_products ul li.common_conoha a {
    background: url(/img/conoha.png) left 25px center no-repeat;
    background-size: 40px auto;
}

.common_menu .common_products ul li.common_plusdeo a {
    background: url(/img/plusdeo.png) left 25px center no-repeat;
    background-size: 40px auto;
}

.common_menu .common_products ul li.common_varon a {
    background: url(/img/varon.png) left 23px center no-repeat;
    background-size: 41px auto;
}

.common_menu .common_products ul li.common_varon_wash a {
    background: url(/img/varon_wash.png) left 36px center no-repeat;
    background-size: 16px auto;
}

.common_menu .common_products ul li.common_supporter a {
    background: url(/img/supporter.png) left 34px center no-repeat;
    background-size: 20px auto;
}

.common_menu .common_products ul li.common_pet_sesamin a {
    background: url(/img/pet_sesamin.png) left 25px center no-repeat;
    background-size: 28px auto;
}

.common_menu .common_products ul li.common_pet_glucosamine a {
    background: url(/img/pet_glucosamine.png) left 25px center no-repeat;
    background-size: 28px auto;
}

.common_menu .common_products ul li.common_pet_aradha a {
    background: url(/img/pet_aradha.png) left 25px center no-repeat;
    background-size: 28px auto;
}

.common_menu .common_products ul li.common_bodysapo a {
    background: url(/img/bodysapo.png) left 30px center no-repeat;
    background-size: 28px auto;
}

#common_footer {
    width: 100%;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    position: relative;
    line-height: initial;
}

#common_footer #foot_block3 {
    width: 100%;
    padding: 40px 0;
    box-shadow: 0px 3px 5px 0px rgb(0, 0, 0, 0.2);
}

#common_footer #foot_block3 #foot_login {
    width: 305px;
    height: 50px;
    margin: 0 auto;
}

#common_footer #foot_block3 #foot_login a {
    width: 190px;
    padding-left: 115px;
    height: 50px;
    display: block;
    background: url(/img/svg/login_sp.svg) left 48px center no-repeat, url(/img/bg/login_icon_bg.jpg) left bottom repeat-x;
    background-size: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    border-radius: 2px;
    letter-spacing: 2px;
}

#common_footer #foot_block3 #foot_logout {
    width: 305px;
    height: 50px;
    margin: 0 auto;
}

#common_footer #foot_block3 #foot_logout a {
    width: 190px;
    padding-left: 115px;
    height: 50px;
    display: block;
    background: url(/img/svg/login_sp.svg) left 48px center no-repeat, url(/img/bg/login_icon_bg.jpg) left bottom repeat-x;
    background-size: 23px auto, 100% 50px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    border-radius: 2px;
    letter-spacing: 2px;
}

#common_footer #foot_block4 {
    width: 100%;
    padding: 40px 0;
}

#common_footer #foot_block4_subblock {
    width: 315px;
    margin: 0 auto;
    padding: 0 0 35px 0;
}

#common_footer #foot_block4_subblock #foot_tel {
    width: 100%;
    padding: 0 0 35px 0;
}

#common_footer #foot_block4_subblock #foot_tel dt {
    font-size: 17px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#common_footer #foot_block4_subblock #foot_tel dd {
    width: 315px;
    height: 60px;
    margin: 0 auto;
}

#common_footer #foot_block4_subblock #foot_tel dd a {
    width: 245px;
    height: 60px;
    display: block;
    padding-left: 70px;
    color: #222222;
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    background: url(/img/svg/tel.svg) left 30px center no-repeat;
    background-size: 29px auto;
    background-color: #fff1e3;
    border-radius: 30px;
}

#common_footer #foot_block4_subblock #foot_fax {
    width: 100%;
    padding: 0 0 35px 0;
}

#common_footer #foot_block4_subblock #foot_fax dt {
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#common_footer #foot_block4_subblock #foot_fax dd {
    width: 180px;
    height: 27px;
    margin: 0 auto;
    padding-left: 50px;
    color: #222222;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    background: url(/img/svg/fax.svg) left center no-repeat;
    background-size: auto 27px;
}

#common_footer #foot_block4_subblock #foot_time {
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
}

#common_footer #foot_block4_subblock #foot_time dt {
    float: left;
    width: 65px;
    height: 35px;
    margin-bottom: 15px;
    padding-left: 40px;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    line-height: 35px;
    background: url(/img/svg/time.svg) left 10px center no-repeat;
    background-size: 15px;
    background-color: #f4f4f4;
}

#common_footer #foot_block4_subblock #foot_time dd#foot_time1 {
    width: auto;
    float: left;
    margin-left: 10px;
    font-size: 22px;
    color: #222222;
    line-height: 35px;
    font-weight: bold;
}

#common_footer #foot_block4_subblock #foot_time dd#foot_time2 {
    width: 100%;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    text-align: center;
    float: left;
}

#common_footer #foot_contact {
    width: 235px;
    height: 50px;
    margin: 0 auto;
}

#common_footer #foot_contact a {
    width: 145px;
    height: 50px;
    padding-left: 90px;
    display: block;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: url(/img/svg/contact_sp.svg) left 30px center no-repeat, url(/img/bg/contact_bg.jpg) left bottom repeat-x;
    background-size: 27px auto, 235px 50px;
    border-radius: 2px;
    font-weight: bold;
    letter-spacing: 2px;
}

#common_footer #foot_block5 {
    width: 100%;
    padding: 30px 0 0 0;
    overflow: hidden;
}

#common_footer #foot_block5 #foot_logo {
    width: 175px;
    margin-left: 15px;
    float: left;
}

#common_footer #foot_block5 #webseal p {
    display: none;
    float: left;
    font-size: 11px;
    color: #444444;
    line-height: 180%;
    margin: 20px 0 0 15px;
}

#common_footer #foot_block5 #webseal p#cybertrust {
    width: 95px;
    height: 65px;
    background-color: #fff;
    float: right;
    padding: 0;
    margin: -10px 15px 0 0;
}

#common_footer #foot_block6 {
    width: 100%;
    height: 35px;
    background: url(/img/bg/copyright_sp_bg.png) center top no-repeat;
    background-color: #f8f8f8;
    line-height: 35px;
    text-align: center;
}

#common_footer #foot_block6 p {
    font-size: 10px;
    color: #444444;
    line-height: 35px;
}

@media screen and (max-width:380px) {
    .common_menu .common_products ul li a {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width:350px) {

    /*#common_header #head_block1 h1,
#common_footer #foot_block5 #foot_logo { width: 50%; }*/
    #common_footer #foot_block3 #foot_login {
        width: 285px;
    }

    #common_footer #foot_block3 #foot_login a {
        width: 170px;
        padding-left: 115px;
    }

    /*#common_footer #foot_block5 #foot_logo { width: 50%; }*/
    #common_footer #foot_block4_subblock #foot_tel dd {
        width: 285px;
    }

    #common_footer #foot_block4_subblock #foot_tel dd a {
        width: 235px;
        padding-left: 50px;
        background: url(/img/svg/tel.svg) left 20px center no-repeat;
        background-size: 29px auto;
        background-color: #fff1e3;
    }

    .common_menu .common_products ul li a {
        font-size: 15px;
    }

    #common_footer #foot_block5 #webseal p {
        font-size: 2vw;
    }
}

@media screen and (max-width:330px) {

    /*#common_header #head_block1 h1,
#common_footer #foot_block5 #foot_logo { width: 47%; }*/
    /*#common_header #head_block2_sub1 { width: 200px; }*/
    /*#common_header #head_block2_sub1 #head_txt1 { font-size: 10px; }
#common_header #head_block2_sub1 #head_shipping { font-size: 12px; }*/
    /*#common_footer #foot_block4_subblock { width: 300px; }*/
    #common_footer #foot_block4_subblock #foot_tel dd a {
        width: 225px;
        padding-left: 60px;
        font-size: 26px;
    }

    .common_menu .common_products ul li a {
        font-size: 14px;
    }
}

#common_modal {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1004;
}

#move_top {
    width: 11.7vw;
    height: 11.7vw;
    margin: 0;
    display: none;
    right: 10px;
    background: url(/img/move_top.svg) no-repeat;
    background-size: auto 100%;
    border-radius: 5px;
    text-align: center;
    z-index: 1003;
}

#move_top.fixed {
    position: fixed;
    bottom: 4.2vw!important;
    z-index: 1011;
}

#move_top.absolute {
    position: fixed ;
    bottom: 4.2vw!important;
    z-index: 1011
}

/*202108 footer sns*/

#common_footer #foot_block5 #foot_block5_sns_wrap {
    width: 151px;
    margin-right: 10px;
    float: right;
}

#common_footer #foot_block5 #foot_block5_sns_wrap p#foot_block5_sns_title {
    width: 151px;
    color: #444444;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
    height: 15px;
    position: relative;
    letter-spacing: 1px;
}

/*
#common_footer #foot_block5 #foot_block5_sns_wrap p#foot_block5_sns_title span {
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}
*/
#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns {
    width: 151px;
    height: 41px;
    margin-top: 4px;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li {
    width: 34px;
    height: 34px;
    float: left;
    margin-right: 5px;
}

#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: 34px 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: 34px 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: 34px auto;
    /* margin-right: 0; */
}

#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: 34px auto;
    margin-right: 0;
}

#common_footer #foot_block5 #foot_block5_sns_wrap ul#foot_block5_sns li a {
    display: block;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
}

#head_menu,
#foot_menu {
    position: relative;
}

.menu_open .shadow_box_top {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    /* box-shadow: inset 0px -4px 6px 0px rgb(0 0 0 / 5%); */
    z-index: 1002;
}

.head_scroll .shadow_box_top {
    top: 74px;
}

.menu_open .shadow_box_bottom {
    position: fixed;
    top: 184px;
    left: 0;
    width: 100%;
    height: 3px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 22%);
    z-index: 1000;
}

.head_scroll .shadow_box_bottom {
    top: 158px;
}

.sp_space {
    margin-left: 0.3em;
}

/* 2023 search */
.search_box_container {
    padding: 2.6666666666667vw 0 0;
    font-family: Verdana, Microsoft JhengHei, "微軟正黑體", sans-serif;
    display: flex;
    margin: 0 auto;
    width: auto;
    height: 23.4vw;
    position: relative;
}

.search_box_container .inner_top {
    width: 100%;
}

.search_box_container .inner_top .search_box {
    width: auto;
    position: relative;
}

.search_box form {
    margin: 0 auto;
    width: 92vw;
    height: 9.3333333333333vw;
    /* display: flex;
	justify-content: space-between; */
    position: relative;
}

form>#q.search_txt,
.search_box .search_txt {
    width: 72vw;
    height: 9.3333333333333vw;
    font-size: 4.5333333333333vw;
    padding: 2.6666666666667vw 4vw;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 0.6666666666667vw;
    color: #444;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

form>#q.search_txt:focus,
.search_box .search_txt:focus {
    border-radius: 0.6666666666667vw 0.6666666666667vw 0 0;
    box-shadow: 0px 2vw 2.6666666666667vw 0px rgba(0, 0, 0, 0.2);
}

form>#q.search_txt::placeholder,
.search_box .search_txt::placeholder {
    color: #757575;
}

.search_box .search_btn {
    appearance: none;
    border: none;
    width: 17.333333333333333vw;
    height: 9.3333333333333vw;
    background: #df3600 url(/img/svg/icon_search.svg) no-repeat 2.133333333333333vw center;
    background-size: 3.8666666666667vw auto;
    box-sizing: border-box;
    padding-left: 7.466666666666667vw !important;
    font-size: 3.7333333333333vw;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-radius: 0.6666666666667vw;
    position: absolute;
    top: 0;
    right: 0;
}

.search_box .btn_clear {
    appearance: none;
    border: none;
    width: 2.9333333333333vw;
    height: 2.9333333333333vw;
    background: url(/img/svg/icon_clear.svg) no-repeat center center;
    background-size: 2.9333333333333vw 2.9333333333333vw;
    position: absolute;
    top: 3.2vw;
    top: 1.6vw;
    top: calc(50% - 1.466666666666667vw);
    left: 64.533333333333333vw;
    display: none;
    z-index: 1001;
}

.search_box.active .btn_clear {
    display: block;
}

#common_header_wrap .swiper {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 13vw;
    box-sizing: border-box;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 4vw;
    padding-top: 3vw;
    background: #f7f7f7;
}

#common_header_wrap .swiper .swiper-wrapper {
    width: 92vw;
    height: 10vw;
}

#common_header_wrap .search_keywords {
    margin: 0;
    padding: 0;
    list-style: none;
}

#common_header_wrap .search_keywords .swiper-slide {
    margin: 0 1.3333333333333vw 1.3333333333333vw;
    width: auto;
}

#common_header_wrap .search_keywords .swiper-slide a {
    height: 6.6666666666667vw;
    padding: 0 2.6666666666667vw;
    display: inline-flex;
    align-items: center;
    font-size: 3.0666666666667vw;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
    color: #222;
    border: 1px #b9b9b9 solid;
    background: #fff;
    border-radius: 3.3333333333333vw;
    text-decoration: none;
}

#common_header_wrap .swiper-button-next,
#common_header_wrap .swiper-button-prev {
    display: none;
}

#common_header_wrap .swiper-button-next::after,
#common_header_wrap .swiper-button-prev::after {
    display: none;
}

.swiper_div {
    position: relative;
    top: 14vw;
}

/* history_list */
#common_header_wrap .search_box .history_list {
    margin: 0 0 0 4vw;
    padding: 0;
    list-style: none;
    width: 72vw;
    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 0.6666666666667vw 0.6666666666667vw;
    position: absolute;
    top: 9.3333333333333vw;
    left: 0;
    display: none;
    z-index: 1000;
    box-shadow: 0px 2vw 2.6666666666667vw 0px rgba(0, 0, 0, 0.2);
}

#common_header_wrap .search_box .history_list::before {
    content: '搜尋紀錄';
    width: 72vw;
    width: calc(72vw - 2px);
    height: 10.533333333333333vw;
    font-size: 3.7333333333333vw;
    color: #000;
    background: #eee;
    display: flex;
    align-items: center;
    padding: 0 4.4vw;
    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: 62.666666666666667vw;
    min-height: 10.533333333333333vw;
    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: 4vw;
    height: 4vw;
    background: #aaa url(/img/svg/icon_delete.svg) no-repeat center center;
    background-size: 1.3333333333333vw 1.3333333333333vw;
    border-radius: 2vw;
    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: 1.3333333333333vw 1.3333333333333vw;
}

.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;
}

@media only screen and (max-width: 768px) {
    .phone_only {
        display: block;
    }

    .grid_box_div {
        background: none;
    }

    .grid_box {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-template-areas:
            "a"
            "c"
            "b"
            "d"
            "e"
            "g"
            "f"
            "h";
        margin: 0.5vw auto 0 auto;
        width: auto;
        align-items: center;
        justify-items: stretch;
        text-align: center;
    }

    .grid_box .tel {
        font-size: 6vw;
        padding: 0 0 5vw 0;
        letter-spacing: 0.5px;
        color: #222;
    }

    .grid_box .tel:before {
        content: "";
    }

    .grid_box .time {
        font-size: 3.6vw;
        padding-bottom: 5.5vw !important;
        font-weight: bold;
    }

    .grid_box .media_f {
        padding: 5vw 0 5vw 0;
        display: flex;
        align-items: center;
        gap: 3vw;
        justify-content: center;
        grid-area: g;
    }

    .grid_box .consumer_online {
        grid-area: b;
        font-weight: bold;
        text-align: center;
        text-indent: 4vw;
        border: #ccc solid 1px;
        padding: 0;
        height: 15vw;
        line-height: 13vw;
        border-radius: 50px;
        margin: 0 auto;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
        cursor: pointer;
        width: 74%;
        position: relative;
    }

    .grid_box .consumer_online a {
        color: #222 !important;
        text-decoration: none;
        pointer-events: inherit;
        display: block;
    }

    .grid_box .consumer_online:hover,
    .grid_box .consumer_online:active {
        background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .grid_box .consumer_online:before {
        position: absolute;
        content: "";
        width: 7vw;
        height: 7vw;
        background: url(/common/img/svg/tel_f.svg)no-repeat;
        top: 50%;
        transform: translateY(-50%);
        left: 5.5vw;
    }

    .grid_box .consumer_online a b {
        font-size: 7.5vw;
        color: #222;
    }

    .grid_box .consumer_online a b span {
        font-size: 1em;
        vertical-align: 3px;
        padding: 0 0.4vw;
    }

    .grid_box .contact {
        grid-area: d;
        font-size: 4.8vw;
        font-weight: bold;
        text-align: center;
        text-indent: 3vw;
        border: #ccc solid 1px;
        margin: 5.5vw auto 6vw auto;
        background: url(/common/img/svg/contact_f.svg) no-repeat 16% 45% / 6.5vw, linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(238, 238, 238, 1) 100%);
        cursor: pointer;
        padding: 0;
        border-radius: 50px;
        height: 15vw;
        line-height: 15vw;
        width: 74%;
    }

    .grid_box .contact:hover {
        background: url(/index_files/common/img/svg/contact_f.svg) no-repeat 16% 45% / 6.5vw, linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }

    .grid_box .contact a {
        display: block;
        color: #222
    }

    .grid_box .fax {
        grid-area: e;
        font-size: 3.6vw;
        font-weight: bold;
    }

    .grid_box .media_f span {
        font-size: 4vw;
        font-weight: bold;
    }

    .grid_box .media_f ul {
        display: flex;
        gap: 4vw;
        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 .logo_f {
        margin-top: 6vw;
        justify-content: center;
        background: #f8f8f8;
        display: flex;
        padding: 2vw 0 4vw 0;
        grid-area: f;
    }

    .grid_box .logo_f img {
        width: 60% !important;
        height: auto !important;
    }

    .grid_box .copyright {
        font-size: 3vw;
        padding: 4vw 0 !important;
        background: url(/common/img/bg/copyright_bg.png) center top no-repeat #f8f8f8;
        grid-area: h;
    }

    .grid_box .media_f ul li {
        width: 8vw;
        height: 8vw;
        text-indent: -999999px;
    }

    .grid_box .fax span {
        font-family: "arial";
        font-size: 4.2vw;
        color: #222;
    }

    .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;
    }

    .line-widget-banner_div {
        width: 15.888vw !important;
        height: 21vw !important;
        bottom: 17.3vw !important;
        right: 1px !important;
    }

    .line-banner-close {
        position: static !important;
        float: right;
        z-index: 2000
    }

    .line-widget-banner {
        position: static !important;
        background-size: auto 100% !important;
        width: 15.888vw !important;
        height: 21vw !important;
    }

    .bottom_lineicon {
        bottom: 31vw !important;
    }
	
	.bottom_lineicon_login {
        bottom: 16.3vw !important;
    }
	
}