@charset "utf-8";

/* Contents
   ============================================================================= */

     /** preload initial style for mobile */
     /** Cookie notification */
     /** Header */
     /** Global Navi */
     /** from lang_select.css */
     /** Footer */
     /** from footer.css */
     /** Responsive (Media Query) */
     /** Keep Users header and footer */
     /** Lightbox */
     /** */

/* preload initial style for mobile
   ============================================================================= */
body#sp {
    font-size: 12px;
    line-height: 1.142857142857143;
}
body,
p,
h3 {
    margin: 0;
}
.gNaviIn ul#gNavi,
.gNaviIn ul#gNavi > li ul,
ul#gnav_all_list,
ul#gnav_all_list > li > ul,
.footerIn .fNavi ul,
.footerIn .snsList {
    list-style: none;
    padding:0;
}
.headerIn .h1_text,
nav#ham_menu_list ul,
ul#gnav_all_list,
.footerIn .fNavi dl,
.footerIn .fNavi dd,
#gNavi li ul.subNavi li dl,
#gNavi li ul.subNavi li dd {
    margin: auto;
}


/* Cookie notification
   ============================================================================= */
#cookie_notification_wrapper {
    background-color: #171717;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 220;

    opacity: 0;
    transition: opacity 0.2s linear;
}
body {
    transition: padding-top 0.2s linear;
}
#cookie_notification_wrapper:before {
    content: "";
    display: block;
    height: 5px;
    background-color: #DF1F1F;
}
#cookie_notification_wrapper .header_cookie_content {
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-box-lines: single;
    -moz-box-lines: single;
    -webkit-box-lines: single;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -ms-box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;

    width: 1200px;

    margin: auto;

    padding-top: 9px;
    padding-bottom: 9px;

    text-align: left;
}
#cookie_notification_wrapper .header_cookie_content > strong,
#cookie_notification_wrapper .header_cookie_content > p {
    vertical-align: middle;
}
#cookie_notification_wrapper .header_cookie_content > strong {
    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;

    font-size: 21px;
    line-height: 27px;
    padding-right: 30px;
    font-weight: normal;
    color: #ffffff;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_para {
    -ms-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-box-flex: 1 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    flex: 1 1 auto;

    font-size: 13px;
    line-height: 1.038461;
    color: #e2e2e2;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_para a {
    color: #ffffff;
    font-weight: bold;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton {
    -ms-box-flex: 0 2;
    -moz-box-flex: 0 2;
    -webkit-box-flex: 0 2;
    -ms-flex: 0 2 auto;
    -webkit-flex: 0 2 auto;
    -moz-flex: 0 2 auto;
    flex: 0 2 auto;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;

    text-align: right;
    padding-left: 9px;
    font-size: 15px;
    white-space: nowrap;

    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn:hover {
    -ms-filter: alpha(opacity=50);
    opacity: .5;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i {
    font-style: normal;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i:before {
    color: #ffffff;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i:not(.fa):before {
    vertical-align: middle;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i:not(.fa):before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 33px;
    background-image: url(/img/popup/fa-check-circle_white.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
}
#cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i span {
    display: inline-block;
    color: #db061d;
    line-height: 33px;
    font-weight: bold;
}


/* Header
   ============================================================================= */
#spc_header {
    border-top: 1px solid #C6C6C6;
    text-align: left;
    background-image: url(/images/mobile/bg_headerTop01.png);
    background-size: 1px 13px;
    background-repeat: repeat-x;
}
.headerIn {
    width:1200px;
    margin-left: auto;
    margin-right: auto;
    height: 63px;
    position: relative;
}
.headerIn .h1_text {
    font-size: 11px;
    line-height: 11px;
    color: #ffffff;
    padding-bottom: 2px;
    font-weight: normal;
}
.headerIn .h1_text span {
    white-space: nowrap;
}
.headerIn .header_logo,
.headerIn .header_content {
    float: left;
}
/* .headerIn .header_logo {
    background-image: url(/img/home/logo_base.png);
    background-repeat: no-repeat;
    background-size: 185px 100px;
    width: 185px;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
    background-position: center center;
}*/
.headerIn .header_logo {
    background-color: #ffffff;
    width: 185px;
    margin-bottom: -50px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: center center;

    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}
.headerIn .header_logo a,
.headerIn .header_logo a img {
    display: block;
}
.headerIn .header_logo a {
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    height: 100px;
    padding: 16px 0px 15px;
}
.headerIn .header_logo a img {
    width: 123px;
    height: 67px;
    margin: auto;
}
.headerIn .header_logo.header_logo_25thannive {
    background-image: url(/img/home/logo_header_25years.png);
    background-size: 185px 100px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.headerIn .header_logo.header_logo_25thannive a {
    border: 0px none transparent;
}
.headerIn .header_logo.header_logo_25thannive a img {
    display: none;
}
.headerIn .header_content {
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-box-lines: single;
    -moz-box-lines: single;
    -webkit-box-lines: single;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;

    width: 100%;
    box-sizing: border-box;
    margin-left: -185px;
    padding-left: 229px;
}
.headerIn .header_content .header_left,
.headerIn .header_content .signUp,
.headerIn .header_content .header_right {
    height: 50px;
    box-sizing: border-box;
}
.headerIn .header_content .header_left {
    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;

    padding-top: 8px;
}
.headerIn .header_content .spc_header_nav {
    display: none;
}
.headerIn .header_content .signUp {
    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;

    display: -ms-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;

    -ms-box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;

    padding-top: 10px;
}
.headerIn .header_content .header_right {
    width: 200px;
    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 0 0 200px;
    -webkit-flex: 0 0 200px;
    -moz-flex: 0 0 200px;
    flex: 0 0 200px;

    padding-left: 63px;
    padding-top: 5px;
}
.headerIn .header_content .header_left {
}
.headerIn .header_content .header_left .headingtime {
    font-size: 10px;
    line-height: 1.3;
    padding-top: 2px;
}
.headerIn .header_content .header_left .headingtime.has2times {
    margin-top: -9px;
}
.headerIn .header_content .header_left .headingtime em {
    font-style: normal;
    font-weight: bold;
}
.headerIn .header_content .header_left .totalStock_num {
    font-size: 18px;
    line-height: 24px;
}
.headerIn .header_content .spc_header_nav {
    width: 180px;
    float: right;
}
.headerIn .header_content .spc_header_nav > div {
    width: 32%;
    float: left;
    padding-top: 4px;
}
.headerIn .header_content .spc_header_nav > div a,
.headerIn .header_content .spc_header_nav > div a i{
    display: block;
}
.headerIn .header_content .spc_header_nav > div a {
    text-align: center;
    color: #333333;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 8px;
}
.headerIn .header_content nav.spc_header_nav > div.desktop_btn {
    padding-left: 5px;
}
.headerIn .header_content nav.spc_header_nav > div.desktop_btn a {
    padding-top: 8px;
}
.headerIn .header_content nav.spc_header_nav > div#ham_menu a {
    padding-top: 5px;
}
.headerIn .header_content .spc_header_nav > div a.ham_menu_active {
    color: #e60012;
}
.headerIn .header_content .spc_header_nav > div a i:not(.fa){
    height: 21px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 21px;
}

.headerIn .header_content .spc_header_nav > div.desktop_btn a i:not(.fa){
    background-image: url(/img/home/fa-desktop_icon.png);
}
.headerIn .header_content .spc_header_nav > div.support_btn a i.fas,
.headerIn .header_content .spc_header_nav > div.desktop_btn a i.fa {
    font-size: 18px;
}

.headerIn .header_content .spc_header_nav > div#ham_menu a i:not(.fa){
    background-image: url(/img/home/fa-bars_icon.png);
}
.headerIn .header_content .spc_header_nav > div#ham_menu a i.fa {
    font-size: 22px;
}
.headerIn .header_content .spc_header_nav > div#ham_menu a.ham_menu_active i:not(.fa) {
    background-image: url(/img/home/fa-times_icon.png);
}
.headerIn .header_content .spc_header_nav > div a span {
    font-weight: bold;
    line-height: 11px;
    display: block;
}
.headerIn .header_content .spc_header_nav > div a i span {
    display: none;
}
.headerIn .header_content .signUp > p {
    display: inline-block;
    min-width: 134px;
    margin-left: 16px;
}
.headerIn .header_content .signUp > p a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    line-height: 32px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.headerIn .header_content .signUp > p a:before {
    content: "";
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.headerIn .header_content .signUp > p.btn_login a:before,
.headerIn .header_content .signUp > p.btn_singup a:before {
    background-size: 50px 32px;
    width: 50px;
    height: 32px;
}
.headerIn .header_content .signUp > p.header_welcome {
    font-size: 13px;
    line-height: 17px;
    max-width: 230px;

    -ms-box-flex: 0 1;
    -moz-box-flex: 0 1;
    -webkit-box-flex: 0 1;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    flex: 0 1 auto;
}
.headerIn .header_content .signUp > p:not(.header_welcome) {
    -ms-box-flex: 1 0;
    -moz-box-flex: 1 0;
    -webkit-box-flex: 1 0;
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    flex: 1 0 auto;
}
.headerIn .header_content .signUp > p.btn_login a {
    padding-right: 10px;
    border-color: #af4e00;
    text-shadow: 1px 1px 3px #000;

    background: #da9000;
    background: -moz-linear-gradient(top, #fffc00 0%, #da9000 100%);
    background: -webkit-linear-gradient(top, #fffc00 0%,#da9000 100%);
    background: linear-gradient(to bottom, #fffc00 0%,#da9000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc00', endColorstr='#da9000',GradientType=0 );
}
.headerIn .header_content .signUp > p.btn_login a:before {
    background-image: url(/img/home/btn_login_icon.png);
}
.headerIn .header_content .signUp > p.btn_singup a {
    padding-right: 80px;
    border-color: #005591;
    position: relative;
    text-shadow: 1px 1px 3px #000;

    background: #0362af;
    background: -moz-linear-gradient(top, #00aeff 0%, #0362af 100%);
    background: -webkit-linear-gradient(top, #00aeff 0%,#0362af 100%);
    background: linear-gradient(to bottom, #00aeff 0%,#0362af 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aeff', endColorstr='#0362af',GradientType=0 );
}
.headerIn .header_content .signUp > p.btn_singup a:before {
    background-image: url(/img/home/btn_signup_icon.png);
    margin-right: 6px;
}
.headerIn .header_content .signUp > p.btn_singup a:after {
    content: "";
    display: block;
    position: absolute;
    width: 69px;
    height: 21px;
    float: right;
    right: 5px;
    top: 5.5px;
    background-image: url(/img/home/btn_signup_snsicons.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.headerIn .header_content .signUp > p.header_favorites a {
    background-color: #152bfc;
    font-size: 13px;
    border-color: #a0a0a0;
    padding-right: 7.5px;
}
.headerIn .header_content .signUp > p.header_favorites a:before {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    background-image: url(/img/home/btn_favorites_icon.png);
    background-size: 18px 17px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 5px;
}
.headerIn .header_content .header_right .mail a.head_email-us {
    display: block;
    float: left;
    width: 137px;
    font-size: 12px;
    line-height: 1.125;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-bottom: 2px;
    white-space: nowrap;
}
.headerIn .header_content .header_right .mail a.head_goto_sbtjapancojp {
    float: right;
    width: 30px;
    height: 19px;
}
.headerIn .header_content .header_right .mail i:not(.fa) {
    display: inline-block;
    font-size: 14px;
    height: 13px;
/*
    width: 21px;
    background-image: url(/img/home/icon_mail02.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
*/
    vertical-align: middle;
    margin-right: 7px;
}
.headerIn .header_content .header_right .mail i span {
    display: none;
}
.headerIn #ham_menu_list {
    display: none;
    margin-top: 67px;
    background-color: #ffffff;
    min-width: 262px;

    position: absolute;
    right: 0px;
    top: 63px;
    z-index: 21;

    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='1');
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
}
#ham_menu_list .hammenu_listitem_open {
    cursor: pointer;
    position: relative;
    padding-right: 35px;
    padding-left: 11px;
}
#ham_menu_list .hammenu_listitem_open i {
    /* transition: transform 0.2s linear; */
}
#ham_menu_list .hammenu_listitem_open i {
    position: absolute;
    top: 50%;
    right: 18px;
    transition: transform 0.2s linear;
}
#ham_menu_list .hammenu_listitem_open i.fa {
    font-size: 11px;
    line-height: 12px;
    margin-top: -6px;
}
#ham_menu_list .hammenu_listitem_open.dropdown_toggle i.fa {
    -ms-transform : rotate(180deg) ;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#ham_menu_list .hammenu_listitem_open i:not(.fa) {
    display: block;
    width: 0.3575em;
    height: 0.3575em;
    border-width: 0px 0.1585em 0.1585em 0px;
    border-style: none solid solid none;
    border-radius: 0.027142em;

    margin-top: -2.5px;

    -webkit-transform : rotate(45deg) ;
    -ms-transform : rotate(45deg) ;
    transform: rotate(45deg);
}
#ham_menu_list .hammenu_listitem_open.dropdown_toggle i:not(.fa) {
    -webkit-transform : rotate(-135deg) ;
    -ms-transform : rotate(-135deg) ;
    transform: rotate(-135deg);
}
#ham_menu_list .hammenu_listitem_open i span {
    display: none;
}
.headerIn #ham_menu_list ul li:after,
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #4b4b4b;
    filter: alpha(opacity=21);
    opacity: 0.21;
}
.headerIn #ham_menu_list ul li:nth-last-of-type(1):after,
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd:nth-last-of-type(1):after {
    height: 0px;
    background-color: transparent;
}
.headerIn #ham_menu_list ul li:after {
    margin-left: 11px;
    margin-right: 11px;
}
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd:after {
    /* margin-left: 30px; */
    margin-left: 25px;
    margin-right: 11px;
}
.headerIn #ham_menu_list ul li a,
.headerIn #ham_menu_list ul li dt {
    color: #686868;
}
.headerIn #ham_menu_list ul li > a {
    padding-left: 11px;
    padding-right: 11px;
}
.headerIn #ham_menu_list ul li > a,
.headerIn #ham_menu_list ul li dl.ham_menu_dl dt,
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd a {
    display: block;
    line-height: 39px;
    text-decoration: none;
}
.headerIn #ham_menu_list ul li > a i.new_window_icon_686868 {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/img/csr/new_window_icon_686868.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px 14px;
}
.headerIn #ham_menu_list ul li > a i.new_window_icon_686868 span {
    display: none;
}
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd {
    display: none;
    margin: auto;
}
.headerIn #ham_menu_list ul li dl.ham_menu_dl dd a {
    padding-left: 25px;
    padding-right: 11px;
}


/* Global Navi
   ============================================================================= */
#spc_nav_gNavi{
    min-width: 1200px;
    height: 50px;
    background-repeat: repeat-x;
    background-position: left center;
    background-image: url(/img/home/bg_gNavi_center02.png?v=1);
    position: relative;
    margin: 0px 0 10px;
    background-size: 2px 50px;
    clear: both;
}
#spc_nav_gNavi:before,
#spc_nav_gNavi:after {
    content:"";
    position:absolute;
    top:0;
    width:20px;
    height:50px;
    background-size: 20px 50px;
    background-repeat: no-repeat;

    z-index:1;
}
.gNaviIn{
    width:1200px;
    margin:0 auto;
}
.gNaviIn:after {
    content: "";
    display: block;
    clear: both;
}
.gNaviIn a {
    display:block;
    color:#fff;
}
.gNaviIn ul#gNavi > li.sp_gnav {
    display: none;
}
.gNaviIn ul#gNavi > li.sp_gnav.gNavi03 {
    display: block;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn {
    position: relative;
}
.gNaviIn ul#gNavi > li > a {
    background-image: url(/img/nav_image/bg_gNavi_hover02.png);
    background-repeat: repeat-x;
    background-position: center 50px;
    font-weight: bold;
    padding: 0 10px 0px 10px;
    background-size: 1px 50px;
    font-size: 13px;
    text-decoration: none;
}
.gNaviIn ul#gNavi > li > a:hover {
    text-decoration: underline;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a:not(.account_btn_active) {
    background: #ff1a2b;
    background: -moz-linear-gradient(top, #ff4855 0%, #ff1a2b 18%);
    background: -webkit-linear-gradient(top, #ff4855 0%,#ff1a2b 18%);
    background: linear-gradient(to bottom, #ff4855 0%,#ff1a2b 18%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4855', endColorstr='#ff1a2b',GradientType=0 );
}

.gNaviIn ul#gNavi > li:hover > a,
.gNaviIn ul#gNavi > li > a.account_btn_active {
    background-position: center top;
    color: #E60012;
}
.gNaviIn ul#gNavi > li > a img {
    display:inline-block;
    vertical-align:middle;
    margin-right:4px;
}
.gNaviIn ul#gNavi > li.gnav_carsearch_btn > a:before {
    background-position: 0px 0px;
}
.gNaviIn ul#gNavi > li.gnav_how2buy_btn > a:before,
.gNaviIn ul#gNavi > li.gnav_whysbt_btn > a:before {
    background-position: center -41px;
}
.gNaviIn ul#gNavi > li.gnav_livechat_btn > a:before {
    background-position: 0px -82px;
}
.gNaviIn ul#gNavi > li.gnav_login_btn > a:before {
    background-position: 0px -123px;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a:before {
    background-position: 0px -164px;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a.account_btn_active:before {
    background-image: none;
    background-size: auto;
    background-repeat:repeat;
    height: 0px;
    width: 0px;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a.account_btn_active i {
    font-size: 23px;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a.account_btn_active i:not(.fa) {
    display: block;

    width: 0px;
    height: 0px;

    margin: 5px auto 3px;

    border-width: 0px 0.2857173913em 0.3214347826em 0.2857173913em;
    border-style: none solid solid solid;
    border-color: transparent transparent #E60012 transparent;
    border-radius: 0.036em;
}
.gNaviIn ul#gNavi > li.gnav_myaccount_btn > a.account_btn_active i span {
    display: none;
}
.gNaviIn #gNavi{
    margin:0 0 0 229px;

    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.gNaviIn ul#gNavi > li {
    background-repeat: no-repeat;
    text-align: center;
    font-size: 13px;
    float: left;
    line-height: 50px;
    white-space: nowrap;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    background-size: 1px 50px;
    background-position: right center;
    background-image: url(/img/home/bg_gNavi_border02.png);
}
.gNaviIn ul#gNavi > li:nth-last-of-type(1),
.gNaviIn ul#gNavi > li:nth-last-of-type(3) {
    background-image: none;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.level1 a:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 19px;
    background-size: 95px 109px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/img/nav_image/img_stock_flags_20191203.png?v=1);
    margin-right: 8px;
    vertical-align:middle;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Japan a:before {
    background-position: -2px 0;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Korea a:before {
    background-position: -33px 0;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Uk a:before {
    background-position: -64px 0;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Usa a:before {
    background-position: -2px -18px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Germany a:before {
    background-position: -32px -18px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Thailand a:before {
    background-position: -64px -18px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Southafrica a:before {
    background-position: -2px -36px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Uae a:before {
    background-position: -32px -36px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Singapore a:before {
    background-position: -64px -36px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Hungary a:before {
    background-position: -2px -65px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Latvia a:before {
    background-position: -32px -65px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Austria a:before {
    background-position: -64px -65px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Liechtenstein a:before {
    background-position: -2px -86px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Slovenia a:before {
    background-position: -32px -86px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Czechrepublic a:before {
    background-position: -64px -86px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Australia a:before {
    background-position: -2px -90px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_China a:before {
    background-position: -32px -90px;
}
.gNaviIn #gNavi li.gNavi01 ul.subNavi li.gnav_ico_Europe a:before {
    display:none;
}
.gNaviIn #gNavi li.gNavi05 span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 15px 45px;
    background-image: url(/img/home/new_win_icon_redwhite.png?v=9);
    margin-left: 1px;
}
.gNaviIn #gNavi li.gNavi05:hover span:after {
    background-position: center top;
}
#gNavi li ul.subNavi {
    position: absolute;
    z-index: 200;
    display: none;
    top: 50px;
    left: -1px;
    background-color: #fff;
    border-right: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    border-left: 1px solid #A7A7A7;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4', MakeShadow='true', ShadowOpacity='1');
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
}
.gNaviIn ul#gNavi > li:nth-last-of-type(3) ul.subNavi {
    right:-1px;
    left:auto;
}
#gNavi li ul.subNavi:not(.multiplecol_list) > li:nth-of-type(1) a,
#gNavi li ul.subNavi.multiplecol_list > li > ul:nth-child(1) > li:nth-child(1) a {
    padding-top:4px;
}
#gNavi li ul.subNavi li:nth-last-of-type(1) a {
    padding-bottom:4px;
}
#gNavi li ul.subNavi li,
#gNavi li ul.subNavi li dl.level2 dt,
#gNavi li ul.subNavi li dl.level2 dd {
    font-weight: normal;
    line-height: 31px;
    text-align:left;
}
#gNavi li ul.subNavi:not(.multiplecol_list) > li:after,
#gNavi li ul.subNavi.multiplecol_list > li > ul li:after,
#gNavi li ul.subNavi li dl.level2 dd:after {
    content:"";
    display:block;
    height:1px;
    background-color:#4b4b4b;
    opacity:0.21;
}
#gNavi li ul.subNavi li:after {
    margin:0px 15px;
}
#gNavi ul.subNavi > li:nth-last-of-type(1):after,
#gNavi ul.subNavi.multiplecol_list > li > ul li:nth-last-of-type(1):after {
    display:none;
}
#gNavi li ul.subNavi li dl.level2 dd:after {
    margin:0px 15px 0px 38px;
}
#gNavi li ul.subNavi li dl.level2 dd:nth-last-of-type(1):after {
    display:none;
}
#gNavi li .subNavi li a {
    display: block;
    padding: 0px 15px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    border-bottom-width: medium;
}
#gNavi li .subNavi li a span {
    display:inline-block;
    min-width:246px;
}
#gNavi li .subNavi li.level1 a span {
    min-width:209px;
}
#gNavi li ul.subNavi li:nth-of-type(1) a:after {
    top:13.5px;
}
#gNavi li .subNavi li a:hover:after {
    background-position:right top;
}
#gNavi li ul.subNavi li dl.level2 dd a {
    padding-left:38px;
    padding-right:15px;
}
#gNavi li ul.subNavi li dl.level2 dt {
    margin: 0px 15px;
    text-align: left;
    -ms-filter: "alpha( opacity=54 )";
    filter: alpha( opacity=54 );
    opacity: 0.54;
    font-weight: bold;
    line-height: 19px;
    padding-top: 6px;
}
#gNavi li ul.subNavi.multiplecol_list li strong.sub-tit {
    display: block;
    margin: 7px 15px 3px 15px;
    text-align: left;
    font-weight: bold;
    line-height: 19px;
    font-size: 14px;
}
#gNavi li .subNavi li a:link,
#gNavi li .subNavi li a:visited {
        color: #222222;
}
#gNavi li .subNavi li a:hover {
    background-color: #da0011;
    color: #FFFFFF;
    text-decoration:none;
}
#gNavi .hover a {
    color: #FFF;
}
#gNavi .stock .subNavi {
    left: -5px;
}
#gNavi .services .subNavi {
    left: -24px;
}
#gNavi .about .subNavi {
    left: -19px;
}
#gNavi li .on {
    color: #FFF;
    text-decoration: none;
}
#gNavi li.gNavi01 ul.subNavi {
    width: 970px;
}
#gNavi li.gNavi01 ul.subNavi > li {
    width: 25%;
    float: left;
}
#gNavi li.gNavi01 ul.subNavi li a span {
    min-width:100%;
}
li.gnav_myaccount_btn #account_link_list {
    display: none;
    z-index: 20;
    background-color: #FFFFFF;
    min-width: 200%;
    padding-bottom: 12px;

    position: absolute;
    top: 42px;
    right: 0px;
}
li.gnav_myaccount_btn {
}
li.gnav_myaccount_btn #account_link_list ul li {
    margin-left: 11px;
    margin-right: 11px;
    font-size: 13px;
}
li.gnav_myaccount_btn #account_link_list ul li a {
    display: block;
    text-decoration: none;
}
.gNaviIn ul#gNavi > li:hover #account_link_list ul li a,
li.gnav_myaccount_btn #account_link_list ul li a {
    color: #222222;
}
li.gnav_myaccount_btn #account_link_list ul li > a,
li.gnav_myaccount_btn #account_link_list ul li dt,
li.gnav_myaccount_btn #account_link_list ul li dl dd a {
    border-bottom: 1px solid #cbcbcb;
}
li.gnav_myaccount_btn #account_link_list ul li dl dd:nth-last-of-type(1) {
    border-bottom: 0px none;
}
li.gnav_myaccount_btn #account_link_list ul li dt,
li.gnav_myaccount_btn #account_link_list ul li a {
    padding-top: 8px;
    padding-bottom: 8px;

    text-align: left;
    line-height: 16px;
}
li.gnav_myaccount_btn #account_link_list ul li dt {
    position: relative;
    cursor: pointer;
}
li.gnav_myaccount_btn #account_link_list ul li dt i {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -8px;

    transition: transform 0.2s linear;
}
li.gnav_myaccount_btn #account_link_list ul li dt i:not(.fa) {
    display: block;

    width: 0.3283125em;
    height: 0.3283125em;

    border-width: 0px 0.07575em 0.07575em 0px;
    border-style: none solid solid none;
    border-radius: 0.0175em;

    margin-top: -0.2248125em;

    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
li.gnav_myaccount_btn #account_link_list ul li dt i span {
    display: none;
}
li.gnav_myaccount_btn #account_link_list ul li dt:after {
    margin-top: -8px;
}
li.gnav_myaccount_btn #account_link_list ul li dt.gnav_dd_open i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
li.gnav_myaccount_btn #account_link_list ul li dt.gnav_dd_open i:not(.fa) {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
li.gnav_myaccount_btn #account_link_list ul li dt ~ dd {
    margin-left: 11px;
    display: none;
    height: 0px;
}
li.gnav_myaccount_btn #account_link_list ul li dt.gnav_dd_open ~ dd {
    height: auto;
}


/* Welcome User
   ============================================================================= */
li.gnav_myaccount_btn #account_link_list {
    padding-top: 0px;
    background-color: rgba(255,255,255,0.98);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -o-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    -ms-box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,1);
}
li.gnav_myaccount_btn #account_link_list > .spc_header {
    padding-top: 11px;
    background-color: #ffffff;
    margin-bottom: 7px;
    position: relative;
    -moz-box-shadow: 0px 2px 1px rgba(207,207,207,0.75);
    -webkit-box-shadow: 0px 2px 1px rgba(207,207,207,0.75);
    -o-box-shadow: 0px 2px 1px rgba(207,207,207,0.75);
    -ms-box-shadow: 0px 2px 1px rgba(207,207,207,0.75);
    box-shadow: 0px 2px 1px rgba(207,207,207,0.75);
}
li.gnav_myaccount_btn #account_link_list > .spc_header:before,
li.gnav_myaccount_btn #account_link_list > .spc_header:after {
    position: absolute;
    bottom: 0px;
    content: "";
    display: block;
    width: 11px;
    height: 30px;
}
li.gnav_myaccount_btn #account_link_list > .spc_header:before {
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#00ffffff',GradientType=1 );
    left: 0px;
}
li.gnav_myaccount_btn #account_link_list > .spc_header:after {
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=1 );
    right: 0px;
}
li.gnav_myaccount_btn #account_link_list > .spc_header:before {
}
li.gnav_myaccount_btn #account_link_list #welcome_user_slide {
    overflow: hidden;
    text-align: right;
    border-bottom: 1px solid #e60012;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    line-height: 15px;
}
li.gnav_myaccount_btn #account_link_list #welcome_user_slide span {
    display: inline-block;
    white-space: nowrap;
    color: #1e1e1e;
    font-weight: normal;
    margin-left: 11px;
    margin-right: 11px;
}


/* from lang_select.css
   ============================================================================= */
/*
#lang-switch {
    float: left;
    list-style: none;
    height: 18px;
    margin: 0px;
    position: relative;
}
.inline-block {
    display: inline-block;
}
#lang-switch-wrapper {
    padding-right: 20px;
    margin-right: 7px;
    text-align: left;
    background-color: white;
    background-image: url('/images/icon_language2.png');
    background-position: 116px 6px;
    background-repeat: no-repeat;
    width: 135px;
    height: 17px;
    border: 1px solid #777777;
    vertical-align: top;
    font: normal normal normal 13.3333330154419px/normal Arial;
}
#lang-switch-wrapper a {
    color: #1f1f1f;
}
#lang-switch-area {
    position: absolute;
    z-index: 1001;
    top: 0px;
    left: 0px;
    display: none;
    width: 137px;
}
#lang-switch-menu {
    padding: 19px 0 0 0;
    background: transparent;
}
#lang-switch .lang-active {
    display: none;
}
#lang-switch-menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 4px 6px;
    background: white;
    border: 1px solid #d7d7d7;
}
#lang-switch-english a {
    background: url('/images/icon_language2.png') no-repeat 0px -27px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-english {
    background: url('/images/icon_language2.png') no-repeat 6px -27px;
    padding-left: 23px;
}
#lang-switch-portuguese a {
    background: url('/images/icon_language2.png') no-repeat 0px -151px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-portuguese {
    background: url('/images/icon_language2.png') no-repeat 6px -151px;
    padding-left: 23px;
}
#lang-switch-spanish a {
    background: url('/images/icon_language2.png') no-repeat 0px -182px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-spanish {
    background: url('/images/icon_language2.png') no-repeat 6px -182px;
    padding-left: 23px;
}
#lang-switch-russian a {
    background: url('/images/icon_language2.png') no-repeat 0px -58px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-russian {
    background: url('/images/icon_language2.png') no-repeat 6px -58px;
    padding-left: 23px;
}
#lang-switch-kiswahili a {
    background: url('/images/icon_language2.png') no-repeat 0px -212px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-kiswahili {
    background: url('/images/icon_language2.png') no-repeat 6px -212px;
    padding-left: 23px;
}
#lang-switch-french a {
    background: url('/images/icon_language2.png') no-repeat 0px -88px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-french {
    background: url('/images/icon_language2.png') no-repeat 6px -88px;
    padding-left: 23px;
}
#lang-switch-georgian a {
    background: url('/images/icon_language2.png') no-repeat 0px -120px;
    padding-left: 20px;
    font-size: 0.8em;
}
#lang-switch .lang-georgian {
    background: url('/images/icon_language2.png') no-repeat 6px -120px;
    padding-left: 23px;
}
#lang-now {
    color: black;
}
#langSelect {
    height: 15px;
    font-size: 0.8em;
    margin-top: 2px;
}
*/


/* Footer
   ============================================================================= */
.spc_gnav_all.gnav_all {
    background-color: #666666;
    text-align: left;
}
.spc_gnav_all.gnav_all a {
    line-height: 34px;
    text-decoration: none;
    display:block;
}
.spc_gnav_all.gnav_all dt {
    line-height: 30px;
    color: #cccccc;
}
.spc_gnav_all.gnav_all dd {
    margin: 0px;
}
ul#gnav_all_list > li {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 );
    border-top: 1px solid #AAAAAA;
}
ul#gnav_all_list {
    margin : 0px;
}
ul#gnav_all_list > li > a:link,
ul#gnav_all_list > li > a:visited {
    color: #393939;
}
ul#gnav_all_list > li a i.testimonials_exlink_icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/img/csr/new_window_icon_black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
}
ul#gnav_all_list > li a i.testimonials_exlink_icon span {
    display: none;
}
ul#gnav_all_list li a,
ul#gnav_all_list li dt {
    padding-left: 11px;
    padding-right: 11px;
}
ul#gnav_all_list li dl dd a {
    padding-left: 25px;
}
ul#gnav_all_list > li > a:after {
    font-size: 10px;
    float: right;
    margin-right: 8px;
    margin-left: 8px;

    transition: transform 0.2s linear;
}
ul#gnav_all_list > li > a.pcfa:after,
ul#gnav_all_list > li.testimonials_link > a.pcfa:after {
    content: "";
    display: block;
    width: 0.3283125em;
    height: 0.3283125em;
    border-width: 0px 0.07575em 0.07575em 0px;
    border-style: none solid solid none;
    border-color: transparent #393939 #393939 transparent;

    margin-top: 13px;
}
ul#gnav_all_list > li > a.pcfa:after {
    -webkit-transform: rotate(45deg) ;
    -ms-transform: rotate(45deg) ;
    transform: rotate(45deg);
}
ul#gnav_all_list > li > a.dropdown_toggle.pcfa:after {
    -webkit-transform: rotate(-135deg) ;
    -ms-transform: rotate(-135deg) ;
    transform: rotate(-135deg);
}
ul#gnav_all_list > li.testimonials_link > a.pcfa:after {
    -webkit-transform: rotate(-45deg) ;
    -ms-transform: rotate(-45deg) ;
    transform: rotate(-45deg);
}
ul#gnav_all_list > li > a:not(.pcfa):after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
}
ul#gnav_all_list > li.testimonials_link > a:not(.pcfa):after {
    content: "\f054";
}
ul#gnav_all_list > li > a.dropdown_toggle:not(.pcfa):after {
    -ms-transform: rotate(180deg) ;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul#gnav_all_list > li.testimonials_link > a:not(.pcfa).dropdown_toggle:after {
    -ms-transform : none ;
    -webkit-transform: none;
    transform: none;
}
ul#gnav_all_list > li > ul {
    display: none;
    background-color: #666666;
}
ul#gnav_all_list > li > ul li:after,
ul#gnav_all_list > li > ul li dd:after {
    content: "";
    height: 1px;
    display: block;
    background-color: #CCCCCC;
}
ul#gnav_all_list > li > ul li:after {
    margin: 0px 11px;
}
ul#gnav_all_list > li > ul li dd:after {
    margin: 0px 11px 0px 25px;
}
ul#gnav_all_list > li > ul li:nth-last-of-type(1):after,
ul#gnav_all_list > li > ul li dd:nth-last-of-type(1):after {
    height: 0px;
    background-color: transparent;
}
ul#gnav_all_list > li > ul a:link,
ul#gnav_all_list > li > ul a:visited {
    color: #ffffff;
}
#footer .sns_btns ul {
    margin: auto;
}
#footer .sns_btns ul li {
    width: 15.5634375%;
    text-align: center;
    padding-right: 5px;
    float: left;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .sns_btns ul li:nth-of-type(1) {
    margin-left: 4.090625%;
}
#footer .sns_btns ul li:nth-last-of-type(1) {
    margin-right: 5px;
}
#footer .sns_btns ul li a {
    display: block;
}
#footer .sns_btns ul li a span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    position: relative;
    margin: 11px auto;
}
#footer .sns_btns ul li img {
    display: block;
    width: 34px;
    height: 34px;
}
p.foot2btns a {
    display: block;
    width: 50%;
    float: left;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e2e2e2 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#e2e2e2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#e2e2e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e2e2e2',GradientType=0 );
    border-top: 1px solid #AAAAAA;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 14px;
    color: #393939;

    text-decoration: none;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
p.foot2btns a i {
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
}
p.foot2btns a i:not(.fa) {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
}
p.foot2btns a.home_btn i:not(.fa) {
    width: 19px;
    height: 20px;
    background-size: 19px 20px;
    background-image: url(/img/home/fa-mail_icon.png);
}
p.foot2btns a.mail_btn i:not(.fa) {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url(/img/home/fa-home_icon.png);
}
p.foot2btns a i span {
    display: none;
}
p.foot2btns a.mail_btn {
    border-right: 1px solid transparent;
}


/* from footer.css
   ============================================================================= */
.gnav_all.spc_gnav_all {
}
#footer{
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url(/images/mobile/bg_footer_center.png);
    background-size: cover;
    position: relative;
    text-align: left;
}
.footerIn{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    clear: both;
}
.footerIn p.pageTop{
    position: absolute;
    top: -30px;
    right: 0;
    margin: 0;
}
.footerIn .f_left{
    width: 250px;
    float: left;
    padding: 28px 0 0;
}
.footerIn .f_left .logo{
    margin: 0 0 30px 18px;
}
.footerIn .f_left dl dt{
    padding: 0 0 7px 8px;
    margin: 0 0 8px;
    border-bottom: 1px solid #fff;
    color: #278ed0;
    font-size: 16px;
    font-weight: bold;
}
.footerIn .f_left dl dd{
    padding: 0 0 0 8px;
    color: #fff;
    font-size: 11px;
    line-height: 120%;
}
.footerIn .fNavi{
    float: right;
    padding: 21px 0 0 290px;

    width: 100%;
    box-sizing: border-box;

    margin-left: -250px;
}
.footerIn .fNavi01,
.footerIn .fNavi02,
.footerIn .fNavi03 {
    width: 20%;
}
.footerIn .fNavi04 {
    width: 40%;
}
.footerIn .fNavi04 > div {
    width: 50%;
}
.footerIn .fNavi01,
.footerIn .fNavi02,
.footerIn .fNavi03,
.footerIn .fNavi04,
.footerIn .fNavi04 > div {
    float: left;
}
.footerIn .fNavi p{
    margin: 0 0 12px;
    color: #278ed0;
    font-size: 16px;
    font-weight: bold;
}
.footerIn .fNavi ul{
    margin: 0 0 20px -3px;
}
.footerIn .fNavi ul li a{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.footerIn .fNavi ul li a:hover {
    text-decoration: underline;
}
.footerIn .fNavi dl dt{
    color: #d30b0d;
    font-size: 12px;
    margin: 0 0 3px 0px;
}
.footerIn .fNavi dl dd{
    padding: 0 0 0 10px;
}
/* .footerIn .fNavi01{
    width:138px;
}
.footerIn .fNavi01 ul{
    margin:0 0 0 -3px;
}
.footerIn .fNavi02{
    width:162px;
}
.footerIn .fNavi03{
    width:152px;
}
.footerIn .fNavi04>div{
    float:left;
}
.footerIn .fNavi04 .left{
    width:190px;
} */
.footerIn .snsList{
    position: absolute;
    top: 8px;
    right: 0;
}
.footerIn .snsList li{
    float: left;
    margin: 0 0 0 7px;
}
p.copyright{
    margin: 0 auto;
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #E60012;
    line-height: 30px;
    text-align: center;
    min-width: 1200px;
    color: #ffffff;
    font-size: 12px;
    position: relative;
    background-size: 1px 30px;
}
p.copyright:before,
p.copyright:after {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 12px 30px;
}
#footer .foot_other_links p,
#footer .foot_other_links a {
        color: #d30b0d;
}
#footer .foot_other_links p.other_link_breakbar {
    display: none;
    font-size: 17px;
}
#footer .foot_other_links a {
    text-decoration: none;
}
#footer .foot_other_links a:hover {
    text-decoration: underline;
}


/* Responsive (Media Query)
   ============================================================================= */
@media (max-width: 1300px) {
    body {
        min-width: 0px;
    }
}
@media (max-width: 1240px) {
    #spc_nav_gNavi:before,
    #spc_nav_gNavi:after {
        width: 11px;
    }
}
@media (max-width: 1222px) {
    #spc_nav_gNavi:before,
    #spc_nav_gNavi:after,
    .headerIn .header_content .signUp > p.btn_singup a:after {
        display: none;
    }
    #spc_nav_gNavi,
    p.copyright {
        min-width: 0px;
    }
    .headerIn,
    #spc_nav_gNavi,
    .gNaviIn,
    .detailBox,
    #cookie_notification_wrapper .header_cookie_content {
        width: auto;
    }
    .headerIn .header_logo,
    .gNaviIn,
    #cookie_notification_wrapper .header_cookie_content {
        margin-left: 11px;
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn {
        padding-right: 11px;
    }
    #spc_header {
        background-image: none;
    }
    .headerIn .h1_text {
        background-image: url(/images/mobile/bg_headerTop01.png);
        background-size: 1px 100%;
        background-repeat: repeat-x;
        padding-left: 11px;
        padding-right: 11px;
    }
    .headerIn .header_content {
        margin-left: -196px;
        padding-left: 207px;
        padding-right: 11px;
    }
    .headerIn .header_content .signUp > p.btn_singup a {
        padding-right: 10px;
    }
    .gNaviIn #gNavi {
        margin-left: 196px;
    }
    #gNavi li.gNavi01 ul.subNavi {
        width: 832px;
        left: -197px
    }
    .footerIn {
        width: auto;
        margin-left: 11px;
        margin-right: 11px;
    }
}
@media (max-width: 1080px) {
    .headerIn .header_content .signUp > p.header_welcome,
    .gNaviIn ul#gNavi > li.gNavi02 {
        display: none;
    }
    .footerIn .f_left,
    .footerIn .fNavi {
        float: none;
    }
    .footerIn .fNavi {
        padding-left: 0px;
        margin-left: 0px;
    }
    .footerIn .f_left {
        width: auto;
        clear: both;
    }
    .footerIn .f_left > img,
    .footerIn .f_left > dl,
    .footerIn .f_left > br {
        display: none;
    }
    #footer .foot_other_links {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        clear: both;
    }
    #footer .foot_other_links p,
    #footer .foot_other_links p a,
    #footer .foot_other_links p.other_link_breakbar {
        display: inline-block;
        color: #ffffff;
    }
    #footer .foot_other_links p a {
        padding: 5px 8px;
    }
    #footer .foot_other_links p .other_link_listtype {
        display: none;
    }
}
@media (max-width: 980px) {
    .headerIn .header_content .header_left .headingtime .local_nowtime,
    .headerIn .header_content .header_right .head_goto_sbtjapancojp {
        display: none;
    }
    .headerIn .header_content .header_right {
        width: 144px;
        -ms-box-flex: 0 0;
        -moz-box-flex: 0 0;
        -webkit-box-flex: 0 0;
        -ms-flex: 0 0 144px;
        -webkit-flex: 0 0 144px;
        -moz-flex: 0 0 144px;
        flex: 0 0 144px;
    }
    .gNaviIn ul#gNavi > li {
        min-width: 1px;
    }
}
@media (max-width: 900px) {
}
@media (min-width: 851px) {
    .gnav_all.spc_gnav_all,
    .sns_btns.spc_aside_sns_btns,
    p.foot2btns {
        display: none;
    }
    .headerIn #ham_menu_list {
        display: none !important;
    }
}
@media (max-width: 850px) {
    .headerIn .header_content .signUp,
    .headerIn .header_content .header_right,
    .gNaviIn ul#gNavi > li:not(.sp_gnav),
    .footerIn .fNavi,
    .footerIn .snsList {
        display: none;
    }
    .footerIn {
        margin: auto;
    }
    .headerIn .header_content .spc_header_nav,
    .gNaviIn ul#gNavi > li.sp_gnav,
    .gnav_all.spc_gnav_all,
    #footer .sns_btns.spc_aside_sns_btns,
    p.foot2btns,
    #cookie_notification_wrapper .header_cookie_content,
    #cookie_notification_wrapper .header_cookie_content > strong {
        display: block;
    }
    #cookie_notification_wrapper .header_cookie_content {
        padding-top: 11px;
        padding-bottom: 10px;
    }
    #cookie_notification_wrapper .header_cookie_content > strong {
        font-size: 19px;
        line-height: normal;
        margin-bottom: 10px;
        padding-right: 0px;
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_para {
        font-size: 16px;
        line-height: 1.37;
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton {
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn {
        padding-left: 0px;
        margin-top: 10px;
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn i:not(.fa):before {
        vertical-align: top;
    }
    #cookie_notification_wrapper .header_cookie_content p.header_cookie_closebutton #header_cookie_closebtn {
    }
    .headerIn .header_content {
        padding-right: 0px;
    }
    .footerIn .f_left {
        padding-top: 0px;
    }
    .headerIn .h1_text {
        padding-top: 1px;
    }
    .headerIn .header_content .header_left .totalStock_num {
        color: #7f7f7f;
    }
    .gNaviIn ul#gNavi > li {
        width: 25%;
    }
    .gNaviIn ul#gNavi > li > a {
        padding: 0px;
    }
    .gNaviIn ul#gNavi > li:not(.gnav_myaccount_btn):hover a {
        background-image: none;
        color: #ffffff;
    }
    .gNaviIn ul#gNavi > li.gnav_myaccount_btn:hover a:not(.account_btn_active) {
        color: #ffffff;
    }
    .gNaviIn ul#gNavi > li > ul {
        display: none !important;
    }
}
@media (max-width: 753px) {
    .headerIn .header_content .header_left .headingtime,
    .gNaviIn ul#gNavi > li.gnav_carsearch_btn .shotening,
    .gNaviIn ul#gNavi > li.gnav_whysbt_btn .shotening {
        display: none;
    }
    .headerIn .header_content,
    .headerIn .header_content .header_left,
    .gNaviIn ul#gNavi > li.sp_gnav,
    .gNaviIn #gNavi {
        display: block;
    }
    .headerIn,
    .headerIn .header_content .header_left,
    #spc_nav_gNavi {
        height: auto;
    }
    .headerIn #ham_menu_list {
        position: static;
        width: auto;
    }
    #spc_nav_gNavi {
        margin-top: 0px;
    }
    .gNaviIn #gNavi {
        margin: auto;
    }

    .headerIn .h1_text {
        margin-bottom: 7px;
    }
    .headerIn .header_content {
        margin-left: -133px;
        padding-left: 133px;
    }
    .headerIn .header_logo,
    .headerIn .header_logo.header_logo_25thannive {
        background-image: url(/images/mobile/sbt_logo.png);
        background-size: 111px 51px;
        width: 133px;
        padding: 0px;
        margin-left: auto;
    }
    .headerIn .header_logo {
        margin-bottom: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .headerIn .header_logo a {
        padding: 0px 11px 0px;
        height: 51px;
        border: 0px none transparent;
    }
    .headerIn .header_logo a img {
        display: none;
    }
    .headerIn .header_content .header_left {
        padding-top: 0px;
        padding-right: 11px;
    }
    .headerIn .header_content .header_left .totalStock_num {
        font-size: 14px;
        line-height: 1;
        text-align: right;
    }
    .headerIn .header_content .spc_header_nav > div {
        padding-top: 0px;
    }
    #spc_nav_gNavi {
        background-image: none;
        background: #E60012;
        background: -moz-linear-gradient(top, #ea4653 0%, #e60012 18%);
        background: -webkit-linear-gradient(top, #ea4653 0%,#e60012 18%);
        background: linear-gradient(to bottom, #ea4653 0%,#e60012 18%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4653', endColorstr='#e60012',GradientType=0 );
    }
    .gNaviIn {
        margin-left: auto;
    }
    .gNaviIn ul#gNavi > li.sp_gnav > a {
        line-height: 15px;
        padding: 5px 0px 6px;
        font-weight: normal;
        text-decoration: none;
    }
    .gNaviIn ul#gNavi > li.sp_gnav > a.account_btn_active {
        background: #ffffff;
        background: -moz-linear-gradient(top,    #ffffff 0%, #efefef 12%, #ffffff 100%);
        background: -webkit-linear-gradient(top,    #ffffff 0%,#efefef 12%,#ffffff 100%);
        background: linear-gradient(to bottom,    #ffffff 0%,#efefef 12%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    .gNaviIn ul#gNavi > li.sp_gnav > a.account_btn_active:after {
        content: "";
        height: 1px;
        display: block;
        position: absolute;
        bottom: -1px;
        right: 0px;
        left: 0px;
        background-color: #ffffff;
        z-index: 21;
    }
    .gNaviIn ul#gNavi > li.sp_gnav > a:before {
        content: "";
        display: block;
        height: 15px;
        width: 15px;
        margin: auto;
        background-repeat: no-repeat;
        background-size: 15px 205px;
        background-image: url(/images/mobile/gnav_icons2.png);
    }
    li.gnav_myaccount_btn #account_link_list {
        width: 400%;
        -moz-box-shadow: 0px 3px 2px rgba(211,211,211,1.0), 0px 0px 1px rgba(207,207,207,1.0);
        -webkit-box-shadow: 0px 3px 2px rgba(211,211,211,1.0), 0px 0px 1px rgba(207,207,207,1.0);
        -o-box-shadow: 0px 3px 2px rgba(211,211,211,1.0), 0px 0px 1px rgba(207,207,207,1.0);
        -ms-box-shadow: 0px 3px 2px rgba(211,211,211,1.0), 0px 0px 1px rgba(207,207,207,1.0);
        box-shadow: 0px 3px 2px rgba(211,211,211,1.0), 0px 0px 1px rgba(207,207,207,1.0);
    }
}


/* Keep Users header and footer
   ========================================================================== */
.keep_users_body #spc_header {
    margin-bottom: 11px;
}
.keep_users_body .headerIn .header_logo {
    background-image: url(https://www.sbtjapan.com/img/home/logo_header02.png);
}
body.keep_users_SPbody .headerIn .header_logo {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
body.keep_users_SPbody .headerIn .header_logo a {
    height: 58px;
    margin-bottom: 7px;
    border: none 0px;
}
body.keep_users_SPbody .headerIn .header_logo img {
    display: none;
}
.keep_users_body .headerIn .header_content .header_right {
    padding-left: 0px;
}
body.keep_users_SPbody nav#spc_nav_gNavi {
    height: 3px;
    background-color: #F50F0F;
    margin-top: auto;
}
@media (max-width: 1222px) {
    .keep_users_body #spc_header {
        background-image: url(https://www.sbtjapan.com/images/mobile/bg_headerTop01.png);
    }
    .keep_users_body .headerIn .header_logo {
        margin-left: 0px;
    }
    .keep_users_body .headerIn .h1_text {
        padding-left: 0px;
    }
    .keep_users_body .headerIn .header_content {
        padding-right: 0px;
    }
}
@media (min-width: 873px) {
    .keep_users_body .footerIn {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 872px) {
    body.keep_users_body {
        min-width: 0px !important;
    }
    .keep_users_body #spc_header {
        background-image: none;
    }
    .keep_users_body .headerIn .header_logo {
        margin-left: 11px;
    }
    .keep_users_body .headerIn .h1_text {
        padding-left: 11px;
    }
    .keep_users_body .headerIn .header_content {
        padding-right: 11px;
        margin-left: -144px;
    }
    .keep_users_body #main,
    .keep_users_body .footerIn,
    .keep_users_body .headerIn {
        width: auto;
    }
    .keep_users_body #main {
        padding-left: 11px;
        padding-right: 11px;
    }
}
@media (max-width: 850px) {
    .keep_users_body .headerIn .header_content .header_right {
        display: block;
    }
}
@media (min-width: 754px) {

    body.keep_users_SPbody #spc_header {
        border-bottom: 3px solid #F50F0F;
        /* margin-bottom: 35px; */
    }
    body.keep_users_SPbody #spc_header .headerIn {
        height: 101px;
        padding-bottom: 1px;
    }
    body.keep_users_SPbody .headerIn .header_logo {

    }
    body.keep_users_SPbody .headerIn .header_logo {
        display: block;
        height: 88px;
        width: 133px;
        float: left;
        background-image: url(/img/home/logo_header02.png);
        background-repeat: no-repeat;
        background-size: 123px 68px;
        background-position: left center;
    }
    body.keep_users_SPbody .headerIn .header_content {
        display: block;
        margin-left: -133px;
    }
    body.keep_users_SPbody .headerIn .header_content .header_right {
        position: static;
        float: right;
        width: auto;
        margin-top: 33px;
    }
    body.keep_users_SPbody #lang-switch-wrapper {
        margin: auto;
        position: relative;
    }
    body.keep_users_SPbody #lang-switch-area {
        top: 18px;
    }
    body.keep_users_SPbody #lang-switch-menu {
        padding: 0px;
    }
    body.keep_users_SPbody .footerIn .f_left {
        width: auto;
        float: none;
        padding: 15px 0px;
        text-align: center;
    }
    body.keep_users_SPbody #footer .foot_other_links p:not(.other_link_breakbar) {
        display: inline-block;
        margin: 0px 0.7em;
        color: #ffffff;
    }
    body.keep_users_SPbody #footer .foot_other_links p a,
    body.keep_users_SPbody #footer .foot_other_links p span {
        color: #ffffff;
    }
}

@media (max-width: 753px) {
    .keep_users_body #spc_header .headerIn {
        height: 86px;
    }
    .keep_users_body .headerIn .header_logo {
        height: auto;
    }
    .keep_users_body .headerIn .header_logo a {
        height: 58px;
        margin-bottom: 7px;
    }
    .keep_users_body .headerIn .header_content .header_right {
        margin-top: 15px;
    }
}

/* Lightbox
   ========================================================================== */
.lightbox_displayableimg {
    cursor: pointer;
}
.img_lightbox {
    height: 100%;
    height: 100vh;
}
.img_lightbox .lightbox_imgarea {
    width: 100%;
    height: 100%;
    position: relative;
}
.img_lightbox .lightbox_imgarea img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;

    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    -o-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);

    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;

    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5),0px 0px 16px rgba(255,255,255,0.08), 0px 22px 12px rgba(255,255,255,0.26);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5),0px 0px 16px rgba(255,255,255,0.08), 0px 22px 12px rgba(255,255,255,0.26);
    -o-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5),0px 0px 16px rgba(255,255,255,0.08), 0px 22px 12px rgba(255,255,255,0.26);
    -ms-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5),0px 0px 16px rgba(255,255,255,0.08), 0px 22px 12px rgba(255,255,255,0.26);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5),0px 0px 16px rgba(255,255,255,0.08), 0px 22px 12px rgba(255,255,255,0.26);
}
button#location_back_btn {
    display: block;
    position: absolute;
    width: auto;

    padding : 7px 0px;
}
button#location_back_btn i,
button#location_back_btn i span {
    display: block;
}
button#location_back_btn i {
    color: #333333;
}
button#location_back_btn i span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px;
    line-height: 1.22428571;
    font-style: normal;

    border: 1px solid rgba(0,0,0,0.20);
    border-radius: 4px;
    background-color: rgba(255,255,255,0.50);
}
@media (min-width: 738px) {
    .img_lightbox .lightbox_imgarea {
        width: auto;
        height: auto;

        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate( -50%, -50%);
        -moz-transform: translate( -50%, -50%);
        -ms-transform: translate( -50%, -50%);
        -o-transform: translate( -50%, -50%);
        transform: translate( -50%, -50%);

        -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.08), 0px 22px 12px rgba(0,0,0,0.26);
        -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.08), 0px 22px 12px rgba(0,0,0,0.26);
        -o-box-shadow: 0px 0px 16px rgba(0,0,0,0.08), 0px 22px 12px rgba(0,0,0,0.26);
        -ms-box-shadow: 0px 0px 16px rgba(0,0,0,0.08), 0px 22px 12px rgba(0,0,0,0.26);
        box-shadow: 0px 0px 16px rgba(0,0,0,0.08), 0px 22px 12px rgba(0,0,0,0.26);

        padding: 15px;
        background-color: #FFFFFF;
    }
    .img_lightbox .lightbox_imgarea img {
        position: static;

        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;

        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    button#location_back_btn {
        width: 33px;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 9px;

        top: -9px;
        left: auto;
        right: -9px;
    }
    #location_back_btn i {
    }

    button#location_back_btn i span {
        display: none;
    }
}


/* 2018 Christmas
   ========================================================================== */
/* common style */
.popup_overlay {
    overflow: scroll;
}
.liquid_popup {
    position: fixed;
    top: 50%;
    left: 50%;

    width: 730px;
    min-height: auto;

    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

    background-color: #ffffff;

    -moz-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -o-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -ms-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
}
.liquid_popup .liquid_popup_body {
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
button.liquid_popup_close_btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    position: absolute;
    display: block;
    padding: 9px;
    top: -9px;
    right: -9px;
}
button.liquid_popup_close_btn i:before {
    content: "";
    display: block;
    background-image: url(/img/popup/fa-times.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
}
button.liquid_popup_close_btn i span {
    display: none;
}
.spc_common_dialog {
    display: none;

    position: fixed;
    top: 50vh;
    -moz-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    -o-transform: translate(0px,-50%);
    transform: translate(0px,-50%);

    width: 458px;
    margin: -70px auto 0;
    right: 11px;
    left: 11px;
    background-color: #fff;
    border-top: 4px solid #BB1919;
    padding: 16px 16px 6px;
    -moz-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -o-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    -ms-box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
    box-shadow: 0 0 16px rgba(0,0,0,.08),0 22px 12px rgba(0,0,0,.26);
}
 .spc_common_dialog > p.dialog_message {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
}
@media screen and (min-width: 730px) and (max-height: 645px){
    .liquid_popup_wrapper {
        padding-top: 11px;
        padding-bottom: 19px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .liquid_popup {
        position: static;
        transform: none;
        margin: auto;
    }
}
@media screen and (max-width: 730px){
    .liquid_popup_wrapper {
        padding-top: 11px;
        padding-bottom: 19px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .liquid_popup {
        position: static;
        transform: none;
        width: auto;
    }
    button.liquid_popup_close_btn {
        padding: 18px;
        top: -18px;
        right: -18px;
    }
}


/* 2018 Christmas Coupon
   ============================================================================= */
#christmas2018_coupon_popup.popup_overlay {
    display: none;
}
#christmas2018_coupon_popup .liquid_popup_content {
    text-align: center;
    background: #0100fb; /* Old browsers */
    background: -moz-linear-gradient(top, #0100fb 0%, #010081 61.81%, #010005 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0100fb 0%,#010081 61.81%,#010005 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0100fb 0%,#010081 61.81%,#010005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding-bottom: 26px;
}
#christmas2018_coupon_popup .heading_xmasdeco {
    background-image: url(/img/xmas2018/popup/xmas_headdeco.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -86px;

    text-align: center;

    margin-bottom: -45px;
}
#christmas2018_coupon_popup h2 {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 78px;
    line-height: 1;
    display: inline-block;
    color: #df0018;
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
    -webkit-transform: rotate(-5.76deg);
    -o-transform: rotate(-5.76deg);
    -ms-transform: rotate(-5.76deg);
    transform: rotate(-5.76deg);
    font-style: italic;
}
#christmas2018_coupon_popup h2 span {
    display: block;
}
#christmas2018_coupon_popup h2 span.h2span1 {
    text-align: left;
}
#christmas2018_coupon_popup h2 span.h2span3 {
    text-align: right;
}
#christmas2018_coupon_popup .xmas_coupon_DogArea {
    position: relative;
}
#christmas2018_coupon_popup .xmas_coupon_DogArea:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 16px;
    width: 316px;
    height: 233px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(/img/xmas2018/popup/santa_dog.png);
}
#christmas2018_coupon_popup .xmas_coupon_priceArea {
    display: inline-block;
}
#christmas2018_coupon_popup .xmas_coupon_priceArea h3 {
    position: relative;
    font-size: 1em;
    line-height: 1;
    color: #f99e00;
    font-family: "Times New Roman", Times, Georgia, serif;
    text-shadow: 2px 2px 0px #1c1e1c, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
    border-bottom: 3px solid #ffffff;
    letter-spacing: 0.021em;
    white-space: nowrap;

    padding-top: 62px;
}
#christmas2018_coupon_popup .xmas_coupon_priceArea h3 .xmas_coupon_MAX {
    display: inline-block;
    font-size: 61px;
    line-height: 1;
    letter-spacing: 0em;
    vertical-align: baseline;
}
#christmas2018_coupon_popup .xmas_coupon_priceArea h3 span:not(.xmas_coupon_MAX) {
    font-size: 159px;
    line-height: 171px;
}
#christmas2018_coupon_popup .xmas_coupon_priceArea p {
    font-size: 27px;
    line-height: 1.315;
    text-align: right;
    color: #ffffff;
}
#christmas2018_coupon_popup .xmas_coupon_footer {
    margin-left: 16px;
    margin-right: 16px;
}
#christmas2018_coupon_popup .xmas_coupon_closingnote {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 1.23;
    margin-top: 18px;
    margin-bottom: 30px;
}
#christmas2018_coupon_popup .xmas_coupon_closingnote span {
    white-space: nowrap;
}
#christmas2018_coupon_popup #christmas2018_couponCam_entry {
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    display: block;
    margin: auto;
    min-width: 433px;
    padding-left: 81px;
    padding-right: 81px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 30px;
    font-weight: bold;
    color: #040a38;

    border: 2px solid #9e7e2c;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    background: #f7e99b; /* Old browsers */
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    position: relative;
}
#christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge {
    display: block;
    background-image: url(/img/xmas2018/popup/free-lottery_badge.png);
    background-repeat: no-repeat;
    background-position: center center;

    text-align: center;
    line-height: 1;

    position: absolute;
    left: -15px;
    top: -25px;

    -webkit-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);

    color: #f2d082;

    background-size: 74px 77px;
    width: 74px;
    height: 77px;
}
#christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge span {
    display: block;
    font-stretch: condensed;
    font-style: italic;
    letter-spacing: -0.035em;
    line-height: 1;
}
#christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge .freelottery_1 {
    font-size: 24px;
    margin-top: 20px;
}
#christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge .freelottery_2 {
    font-size: 14px;
    margin-top: -0.167142em;
}
@media screen and (max-width: 730px){
    #christmas2018_coupon_popup .liquid_popup_content {
        padding-bottom: 16px;
    }
    #christmas2018_coupon_popup .heading_xmasdeco {
        background-position: center bottom;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: -7px;
        background-size: auto 146.89%;
    }
    #christmas2018_coupon_popup h2,
    html[lang="es"] #christmas2018_coupon_popup h2,
    html[lang="ru"] #christmas2018_coupon_popup h2,
    html[lang="sw"] #christmas2018_coupon_popup h2,
    html[lang="pt"] #christmas2018_coupon_popup h2 {
        font-size: 29px;
        display: block;
        margin: auto;
        max-width: 332px;
        position: relative;
        z-index: 10;
        text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
    }
    html[lang="es"] #christmas2018_coupon_popup h2 {
        margin-bottom: 10px;
    }
    #christmas2018_coupon_popup .xmas_coupon_DogArea::before {
        display: none;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea {
        margin-left: 16px;
        margin-right: 16px;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 {
        font-size: 1em;
        white-space: normal;
        line-height: 1;
        text-align: left;
        padding-bottom: 9px;
        padding-top: 0px;
        text-shadow: 2px 2px 0px #1c1e1c, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 span {
        position: relative;
        z-index: 10;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 span,
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 span:not(.xmas_coupon_MAX) {
        line-height: 1;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3:before {
        content: "";
        display: block;
        height: 136%;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: -16px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url(/img/xmas2018/popup/santa_dog.png);
        background-size: auto 105%;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 .xmas_coupon_MAX,
    html[lang="ru"] #christmas2018_coupon_popup .xmas_coupon_priceArea h3 .xmas_coupon_MAX {
        font-size: 31px;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3 span:not(.xmas_coupon_MAX),
    html[lang="ru"] #christmas2018_coupon_popup .xmas_coupon_priceArea h3 span:not(.xmas_coupon_MAX) {
        font-size: 82px;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea p {
        font-size: 14px;
        text-align: left;
    }
    #christmas2018_coupon_popup .xmas_coupon_closingnote {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 12px;
    }
    #christmas2018_coupon_popup #christmas2018_couponCam_entry {
        font-size: 20px;
        line-height: 34px;
        min-width: 100%;
        padding: 0px;
    }
    #christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge {
        background-size: 64px 67px;

        width: 64px;
        height: 67px;

        left: -12px;
        top: -15px;
    }
    #christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge .freelottery_1 {
        font-size: 19px;
        margin-top: 0.982578em;
        line-height: 1.04;
    }
    #christmas2018_coupon_popup #christmas2018_couponCam_entry span.freelottery_badge .freelottery_2 {
        font-size: 12px;
        line-height: 1;
        margin-top: -2px;
    }
    html[lang="pt"] #christmas2018_coupon_popup #christmas2018_couponCam_entry {
        font-size: 17px;
    }
    html[lang="es"] #christmas2018_coupon_popup #christmas2018_couponCam_entry {
        font-size: 18px;
    }
    html[lang="ru"] #christmas2018_coupon_popup #christmas2018_couponCam_entry {
        font-size: 14px;
    }
    html[lang="sw"] #christmas2018_coupon_popup #christmas2018_couponCam_entry {
        font-size: 18px;
    }
}
@media screen and (max-width: 730px) and (min-width: 370px){
    #christmas2018_coupon_popup .heading_xmasdeco {
        background-size: 100% auto;
    }
    #christmas2018_coupon_popup .xmas_coupon_priceArea h3:before {
        background-position: left top;
    }
}
button#christmas2018_widget {
    display: none;
    border: none;
    cursor: pointer;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    position: fixed;
    left: 25px;
    top: 50%;
    z-index: 100;
    padding: 0px 7px 0px 0px;

    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;

    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;

    -moz-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    -o-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);

    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(247,233,155,0.75) 24%,rgba(175,103,34,0.75) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(247,233,155,0.75) 24%,rgba(175,103,34,0.75) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1,0,251,0.5) 0%,rgba(1,0,129,0.5) 61.81%,rgba(1,0,0,0.5) 100%), url(/img/xmas2018/popup/widget_backIMG.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #df0018;
    text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff;
    font-style: italic;

    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.17), 0 0 10px rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.17), 0 0 10px rgba(0,0,0,0.19);
    -o-box-shadow: 0 3px 5px rgba(0,0,0,0.17), 0 0 10px rgba(0,0,0,0.19);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,0.17), 0 0 10px rgba(0,0,0,0.19);
    box-shadow: 0 3px 5px rgba(0,0,0,0.17), 0 0 10px rgba(0,0,0,0.19);
}
button#christmas2018_widget img {
    margin-right: -15px;
    width: 87px;
    height: 45px;
    vertical-align: bottom;
}
button#christmas2018_widget span {
    display: inline-block;
    margin: 7px 0px;
}
@media screen and (max-width: 730px){
    button#christmas2018_widget {
        font-size: 12px;
        left: 17px;
        text-shadow: 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff, 0px 0px 2px #ffffff;
    }
    button#christmas2018_widget span {
        margin: 5px 0px;
    }
    button#christmas2018_widget img {
        width: 58px;
        height: 30px;
        margin-right: -8px;
    }
}
#christmas2018_dialog.spc_common_dialog {
    background: #0100fb; /* Old browsers */
    background: -moz-linear-gradient(top, #0100fb 0%, #010081 61.81%, #010005 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0100fb 0%,#010081 61.81%,#010005 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0100fb 0%,#010081 61.81%,#010005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border-top: 4px solid #f99e00;
}
#christmas2018_dialog.spc_common_dialog > p.dialog_message {
    color: #ffffff;
}
#christmas2018_dialog .dialog_btn_area ul li button {
    border: 1px solid #9e7e2c;

    color: #040a38;
    font-weight: bold;
    background: #f7e99b; /* Old browsers */
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(247,233,155,0.5) 24%,rgba(175,103,34,0.5) 100%), url(/img/xmas2018/popup/submit_backIMG.png), linear-gradient(to bottom, #ffffff 0%,#f7e99b 24%,#af6722 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* 2018 Christmas Coupon 4 individuals */
#christmas2018_individual_popup {
    display: none;
}
#christmas2018_individual_popup .liquid_popup_content {
    text-align: center;
    background: #0100fb; /* Old browsers */
    background: -moz-linear-gradient(top, #0100fb 0%, #010081 61.81%, #010005 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0100fb 0%,#010081 61.81%,#010005 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0100fb 0%,#010081 61.81%,#010005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border: 4px solid #9e7e2c;
}
#christmas2018_individual_popup .present_back {
    background-image: url(/img/xmas2018/popup/present_back.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 163%;
}
#christmas2018_individual_popup .heading_xmasdeco {
    background-image: url(/img/xmas2018/popup/xmas_headdeco2.png);
    background-repeat: no-repeat;
    background-size: 692px auto;
    background-position: center -1100%;
    text-align: center;
    padding-top: 1.878612%;
    height: 161px;
    margin-bottom: -37px;
}
#christmas2018_individual_popup .heading_xmasdeco h2 {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 94px;
    line-height: 1.187;
    color: #df0018;
    text-shadow: -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff;
    font-style: italic;
    font-weight: bold;
}
#christmas2018_individual_popup .heading_xmasdeco h3 {
    text-shadow: -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff, -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff, -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff;
    color: #136725;
    font-weight: bold;
    font-style: italic;
    font-size: 36px;
    line-height: 1;

    -ms-transform : rotate(-4.15deg) ;
    -webkit-transform: rotate(-4.15deg);
    transform: rotate(-4.15deg);
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog {
    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-box-align: end;
    -moz-box-align: end;
    -webkit-box-align: end;
    -webkit-flex-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;

    -ms-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

    margin-left: 12px;
    margin-right: 12px;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area {
    width: 76.5%;

    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 0 0 76.5%;
    -webkit-flex: 0 0 76.5%;
    -moz-flex: 0 0 76.5%;
    flex: 0 0 76.5%;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_coupon_expire {
    text-align: right;
    line-height: 1.315;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75);
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_coupon_expire,
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep {
    font-size: 22px;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep {
    width: 23.5%;

    -ms-box-flex: 0 0;
    -moz-box-flex: 0 0;
    -webkit-box-flex: 0 0;
    -ms-flex: 0 0 23.5%;
    -webkit-flex: 0 0 23.5%;
    -moz-flex: 0 0 23.5%;
    flex: 0 0 23.5%;

    padding-bottom: 1.315em;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep p {
    font-size: 12px;
    line-height: 1.14286;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep img {
    width: 100%;
    height: auto;
}
#christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_goldcoupon_wrap {
    background-image: url(/img/xmas2018/popup/coupon_back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13px;

    -moz-box-shadow: 3.11px 3.11px 3.11px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3.11px 3.11px 3.11px rgba(0,0,0,0.75);
    box-shadow: 3.11px 3.11px 3.11px rgba(0,0,0,0.75);
}
.xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_goldcoupon_wrap .xmas_goldcoupon {
    border: 1px solid #302521;
    position: relative;
    color: #121317;
    text-align: left;
}
.xmas_goldcoupon .coupon_corner_img {
    position: absolute;
    width: 38px;
    height: 38px;
}
.xmas_goldcoupon .coupon_upleft_corner {
    top: 0px;
    left: 0px;
}
.xmas_goldcoupon .coupon_upright_corner {
    top: 0px;
    right: 0px;
    -ms-transform : rotate(90deg) ;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.xmas_goldcoupon .coupon_downright_corner {
    bottom: 0px;
    right: 0px;
    -ms-transform : rotate(180deg) ;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.xmas_goldcoupon .coupon_downleft_corner {
    bottom: 0px;
    left: 0px;
    -ms-transform : rotate(270deg) ;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.xmas_goldcoupon .xmas_coupon_header {
    display: table;
}
.xmas_goldcoupon .xmas_coupon_header h4 {
    display: table-cell;
    white-space: nowrap;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 31px;
    vertical-align: middle;
    height: 62px;
    line-height: 1;
    padding-left: 33px;
    padding-right: 33px;
}
.xmas_goldcoupon .xmas_coupon_header h4 span {
    display: inline-block;
    vertical-align: top;
}
.xmas_goldcoupon .xmas_coupon_header h4 span.xmascoupon_customername {
    white-space: normal;
}
.xmas_goldcoupon .xmascoupon_prizflexearea {
    display: -ms-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: inline-flex;

    -ms-box-align: start;
    -moz-box-align: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;

    -ms-box-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;

    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: bold;

    height: 84px;
    width: 100%;

    text-shadow: 1px 1px 0px #c7c6c6;
}
.xmas_goldcoupon .xmascoupon_prizflexearea h5,
.xmas_goldcoupon .xmascoupon_prizflexearea p {
    display: inline-block;
    box-sizing: border-box;
}
.xmas_goldcoupon .xmascoupon_prizflexearea h5 {
    font-size: 36px;
    line-height:1;
    padding-right: 33px;
    text-align: right;
    padding-top: 3px;

    width: 37.72%;
}
.xmas_goldcoupon .xmascoupon_prizflexearea p {
    font-size: 82px;
    line-height: 84px;
    padding-left: 33px;
    position: relative;

    width: 62.28%;
}
.xmas_goldcoupon .xmascoupon_prizflexearea p:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 60px;

    bottom: 15px;
    left: -1px;

    background-color: #121317;

    -moz-box-shadow: 1px 1px 0px #c7c6c6;
    -webkit-box-shadow: 1px 1px 0px #c7c6c6;
    -o-box-shadow: 1px 1px 0px #c7c6c6;
    -ms-box-shadow: 1px 1px 0px #c7c6c6;
    box-shadow: 1px 1px 0px #c7c6c6;
}
.xmas_goldcoupon .xmascoupon_codearea {
    text-align: center;
    margin-bottom: 6px;
    margin-top: 3px;
}
.xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label {
    line-height: 1.14;
}
.xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label,
.xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label input {
    font-size: 19px;
    font-weight: bold;
}
.xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label span {
    text-shadow: 1px 1px 0px #c7c6c6;
}
.xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label input {
    border: 1px dashed #121317;
    line-height: 19px;
    padding: 11px 8px;
    background-color: rgba(255,255,255,0.37);
    text-align: center;
}
#christmas2018_individual_popup .xmas_coupon_footer {
    text-align: center;
    color: #ffffff;
    padding: 10px 12px 21px;
    text-shadow: 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75), 1px 1px 3px rgba(4,10,56,0.75);
}
#christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_thanks h3 {
    color: #f2d082;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.23;
}
#christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_thanks p {
    font-size: 14px;
    line-height: 1.123;
}
#christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_contactdetail {
    font-size: 17px;
    line-height: 1.123;
    font-weight: bold;
    margin-top: 10px;
}

@media screen and (max-width: 730px) {
    #christmas2018_individual_popup .heading_xmasdeco {
        height: 148px;
        background-position: center 161.5%;
    }
    #christmas2018_individual_popup .heading_xmasdeco h2 {
        font-size: 78px;
    }
    #christmas2018_individual_popup .heading_xmasdeco h3 {
        font-size: 30px;
    }
}
@media screen and (max-width: 650px) {
    #christmas2018_individual_popup .present_back {
        background-size: 125% auto;
        background-position: center 38.2%;
    }
    #christmas2018_individual_popup .heading_xmasdeco {
        height: auto;
        padding-top: 0px;
        margin-bottom: -30px;
        background-position: center bottom;
        background-size: 102.3684% auto;
    }
    #christmas2018_individual_popup .heading_xmasdeco h2 {
        font-size: 36px;
        line-height: 1.574828;
    }
    #christmas2018_individual_popup .heading_xmasdeco h3 {
        font-size: 14px;

        -ms-transform : none;
        -webkit-transform: none;
        transform: none;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog {
        max-width: 378px;
        margin: auto;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area {
        width: 79.845%;

        -ms-box-flex: 0 0;
        -moz-box-flex: 0 0;
        -webkit-box-flex: 0 0;
        -ms-flex: 0 0 79.845%;
        -webkit-flex: 0 0 79.845%;
        -moz-flex: 0 0 79.845%;
        flex: 0 0 79.845%;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_coupon_expire {
        text-align: left;
        color: #f2d082;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_coupon_expire,
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep {
        font-size: 12px;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep {
        width: 20.155%;

        -ms-box-flex: 0 0;
        -moz-box-flex: 0 0;
        -webkit-box-flex: 0 0;
        -ms-flex: 0 0 20.155%;
        -webkit-flex: 0 0 20.155%;
        -moz-flex: 0 0 20.155%;
        flex: 0 0 20.155%;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_Area .xmas_goldcoupon_wrap {
        padding: 5px;
    }
    .xmas_goldcoupon .coupon_corner_img {
        width: 15px;
        height: 15px;
    }
    .xmas_goldcoupon .xmas_coupon_header h4 {
        font-size: 14px;
        height: 21px;
        padding-left: 9px;
        padding-right: 9px;
    }
    .xmas_goldcoupon .xmascoupon_prizflexearea {
        height: 23px;
    }
    .xmas_goldcoupon .xmascoupon_prizflexearea h5 {
        font-size: 14px;
        padding-right: 9px;

        width: 56.83%;
        padding-top: 6px;
    }
    .xmas_goldcoupon .xmascoupon_prizflexearea p {
        font-size: 23px;
        line-height: 1;
        padding-left: 9px;

        width: 43.17%;
    }
    .xmas_goldcoupon .xmascoupon_prizflexearea p:before {
        width: 1px;
        height: 17px;

        left: -0.5px;
        bottom: 4px;
    }
    .xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock {
        display: inline-block;
        text-align: left;
    }
    .xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label span {
        font-size: 12px;
        line-height: 1;
        display: block;
    }
    .xmas_goldcoupon .xmascoupon_codearea .xmascoupon_codeblock label input {
        font-size: 16px;
        line-height: 16px;
        padding: 0.15625em 9px;
    }
    #christmas2018_individual_popup .xmas_coupon_footer {
        padding-top: 5px;
        padding-bottom: 6px;
    }
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_thanks h3,
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_thanks p,
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_contactdetail {
        font-size: 12px;
        line-height: 1;
    }
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_contactdetail {
        margin-top: 5px;
    }
}
@media screen and (max-width: 440px) {
    #christmas2018_individual_popup .present_back {
        background-size: auto 161.8%;
        background-position: top center;
    }
    #christmas2018_individual_popup .heading_xmasdeco {
        margin-bottom: 6px;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog {
        margin-left: 12px;
        margin-right: 12px;
    }
    #christmas2018_individual_popup .xmas_coupon_flexCouponDog .xmas_coupon_dogpeep {
        width: 52px;

        -ms-box-flex: 0 0;
        -moz-box-flex: 0 0;
        -webkit-box-flex: 0 0;
        -ms-flex: 0 0 58px;
        -webkit-flex: 0 0 58px;
        -moz-flex: 0 0 58px;
        flex: 0 0 58px;
    }
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_thanks {
        display: none;
    }
    #christmas2018_individual_popup .xmas_coupon_footer .xmascoupon_contactdetail {
        margin-top: 0px;
        text-align: left;
    }
}


/* 2018 Christmas Coupon 4 participant
   ============================================================================= */
#christmas2018_participant_popup {
    display: none;
}
#christmas2018_participant_popup .liquid_popup_content {
    text-align: center;
    background: #0100fb; /* Old browsers */
    background: -moz-linear-gradient(top, #0100fb 0%, #010081 61.81%, #010005 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0100fb 0%,#010081 61.81%,#010005 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0100fb 0%,#010081 61.81%,#010005 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    border: 4px solid #9e7e2c;
}
#christmas2018_participant_popup .present_back {
    background-image: url(/img/xmas2018/popup/present_back.png);
    background-repeat: no-repeat;
    background-position: center -32px;
    background-size: auto 146.5987%;

    overflow: hidden;
}
#christmas2018_participant_popup .heading_xmasdeco {
    background-image: url(/img/xmas2018/popup/xmas_headdeco2.png);
    background-repeat: no-repeat;
    background-size: 692px auto;
    background-position: center 366%;
    height: 166px;
    text-align: center;

    position: relative;
    z-index: 7;
}
#christmas2018_participant_popup .heading_xmasdeco h2 {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 60px;
    line-height: 1;
    color: #df0018;
    text-shadow: -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff;
    font-style: italic;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 10px;
}
#christmas2018_participant_popup .heading_xmasdeco h3 {
    text-shadow: -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff, -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff, -1px -1px 2px #ffffff, 0px -1px 2px #ffffff, 1px -1px 2px #ffffff, 1px 0px 2px #ffffff, 1px 1px 2px #ffffff, 0px 1px 2px #ffffff, -1px 1px 2px #ffffff, -1px 0px 2px #ffffff;
    color: #136725;
    font-weight: bold;
    font-style: italic;
    font-size: 37px;
    line-height: 1.187938;
}
#christmas2018_participant_popup .xmas_coupon_santabody {
    padding-top: 243px;
    position: relative;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas {
    list-style: none;
    padding: 0;
    margin: 0;

    position: absolute;
    top: 0px;
    left: 16px;
    right: 16px;

    display: -ms-box;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    -ms-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li {
    position: relative;

    -webkit-box-flex: 0;
    -ms-flex: 0 1 168px;
    flex: 0 1 168px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li img {
    position: absolute;

    -webkit-transform: translate( -50%, 0px);
    -moz-transform: translate( -50%, 0px);
    -ms-transform: translate( -50%, 0px);
    -o-transform: translate( -50%, 0px);
    transform: translate( -50%, 0px);
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list img {
    top: -28px;
    z-index: 2;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list img {
    top: 6px;
    z-index: 5;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa img {
    top: -28px;
    z-index: 2;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list img {
    top: 36px;
    z-index: 5;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list img {
    /*top: -30px;*/
    right: -30px;

    top: -57px;

    -webkit-transform: translate( 0%, 0px);
    -moz-transform: translate( 0%, 0px);
    -ms-transform: translate( 0%, 0px);
    -o-transform: translate( 0%, 0px);
    transform: translate( 0%, 0px);

    z-index: 3;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li > p {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    color: #040a38;
    font-weight: bold;

    z-index: 6;

    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 6px;

}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li > p:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: auto;
    margin-bottom: 5px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list > p {
    width: 130px;
    height: 99px;

    -webkit-transform: rotate(-359.12deg);
    -o-transform: rotate(-359.12deg);
    -ms-transform: rotate(-359.12deg);
    transform: rotate(-359.12deg);

    /*
    top: 60px;
    left: 24px;
    */

    top: 70px;
    left: 6px;

    font-size: 16px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list > p {
    width: 131px;
    height: 93px;

    /*
    top: 84px;
    left: 20px;
    */

    top: 119px;
    left: 4px;

    font-size: 16px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p {
    width: 131px;
    height: 81px;

    /*
    top: 141px;
    left: 11px;
    */

    top: 148px;
    left: 4px;

    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p br {
    display: none;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list > p {
    width: 132px;
    height: 93px;

    -webkit-transform: rotate(-356.64deg);
    -o-transform: rotate(-356.64deg);
    -ms-transform: rotate(-356.64deg);
    transform: rotate(-356.64deg);

    /*
    top: 119px;
    left: 12px;
    */

    top: 195px;
    left: -4px;

    font-size: 16px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list > p {
    width: 126px;
    height: 73px;

    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    /*
    top: 19px;
    right: 165px;
    */

    top: -13px;
    right: 150px;

    font-size: 16px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list > p:before {
    width: 48px;
    height: 32px;

    background-image: url(/img/xmas2018/popup/santa_employees/coupon_kenyaflag.png);
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list > p:before {
    width: 41px;
    height: 27px;

    background-image: url(/img/xmas2018/popup/santa_employees/coupon_kenyaflag.png);
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p:before {
    width: 40px;
    height: 24px;

    background-image: url(/img/xmas2018/popup/santa_employees/coupon_guyanaflag.png);

    margin-bottom: 4px;
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list > p:before {
    width: 45px;
    height: 27px;

    background-image: url(/img/xmas2018/popup/santa_employees/coupon_trinidadflag.png);
}
#christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list > p:before {
    width: 52px;
    height: 26px;

    background-image: url(/img/xmas2018/popup/santa_employees/coupon_jamaicaflag.png);
}
#christmas2018_participant_popup .xmas_coupon_footer {
    background-image: url(/img/xmas2018/popup/santa_dog.png);
    background-repeat: no-repeat;
    background-size: 251px 196px;
    background-position: 12px 30px;

    padding-top: 53px;

    text-align: right;

    position: relative;
    z-index: 6;
}
#christmas2018_participant_popup .xmas_coupon_footer .xmas_coupon_footer_textarea {
    display: inline-block;
    text-align: center;

    margin-right: 16px;
}
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3,
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_thanks4part {
    text-shadow: 0px 0px 1px rgba(4,10,56,0.75), 1px 1px 4px rgba(4,10,56,0.75), 1px 1px 4px rgba(4,10,56,0.75), 1px 1px 4px rgba(4,10,56,0.75);
}
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 {
    font-size: 23px;
    font-weight: bold;
    color: #f2d082;
    line-height: 1;
    margin-bottom: 10px;
}
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 span {
    white-space: nowrap;
}
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_thanks4part {
    font-size: 17px;
    line-height: 1.12;
    color: #ffffff;
    font-weight: bold;
}
#christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_merryxmas {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 60px;
    line-height: 1;
    color: #df0018;
    text-shadow: -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff, -1px -1px 3px #ffffff, 0px -1px 3px #ffffff, 1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 1px 1px 3px #ffffff, 0px 1px 3px #ffffff, -1px 1px 3px #ffffff, -1px 0px 3px #ffffff;
    font-style: italic;
    font-weight: bold;

    padding-top: 13px;
    padding-bottom: 21px;
}
@media screen and (max-width: 730px) {
    #christmas2018_participant_popup .present_back {
        background-size: 125% auto;
        background-position: center 38.2%;
    }
    #christmas2018_participant_popup .heading_xmasdeco {
        height: 90px;
        background-position: center bottom;
        background-size: 100% auto;
    }
    #christmas2018_participant_popup .heading_xmasdeco h2 {
        font-size: 31px;
        padding-bottom: 0px;
    }
    #christmas2018_participant_popup .heading_xmasdeco h3 {
        font-size: 19px;
        line-height: 1.188285;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody {
        padding-top: 126px;
    }

    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas {
        max-width: 340px;

        margin: auto;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li {
        position: relative;

        -webkit-box-flex: 0;
        -ms-flex: 0 1 68px;
        flex: 0 1 68px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li img {
        position: absolute;

        -webkit-transform: translate( -50%, 0px);
        -moz-transform: translate( -50%, 0px);
        -ms-transform: translate( -50%, 0px);
        -o-transform: translate( -50%, 0px);
        transform: translate( -50%, 0px);
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list img {
        top: -12px;

        width: 91px;
        height: 220px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list img {
        top: 27px;

        width: 94px;
        height: 227px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa img {
        top: -13px;

        width: 91px;
        height: 220px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list img {
        top: 27px;

        width: 90px;
        height: 220px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list img {
        width: 139px;
        height: 232px;

        right: -13px;
        top: -15px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li > p {
        font-size: 11px;

        z-index: 6;

        padding-top: 2px;
        padding-bottom: 2px;

    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li > p:before {
        margin-bottom: 1px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list > p {
        width: 53px;
        height: 40px;

        top: 25px;
        left: 10px;

        font-size: 10px;

        word-break: break-all;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list > p {
        width: 54px;
        height: 38px;

        top: 73px;
        left: 8px;

        font-size: 10px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p {
        width: 54px;
        height: 34px;

        top: 56px;
        left: 4px;

        font-size: 10px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p br {
        display: block;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list > p {
        width: 54px;
        height: 38px;

        top: 92px;
        left: 5px;

        font-size: 10px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list > p {
        width: 52px;
        height: 30px;

        top: 3px;
        right: 63px;

        font-size: 10px;
    }

    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list > p:before {
        width: 18px;
        height: 12px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list > p:before {
        width: 11px;
        height: 7px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p:before {
        width: 17px;
        height: 10px;

        margin-bottom: 0px;

        display: inline-block;
        margin-right: 1px;
        vertical-align: middle;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list > p:before {
        width: 17px;
        height: 10px;

        display: inline-block;
        margin-right: 1px;

        vertical-align: middle;

        margin-bottom: 1px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list > p:before {
        width: 14px;
        height: 7px;
    }

    #christmas2018_participant_popup .xmas_coupon_footer {
        background-position: 16px top;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 {
        font-size: 19px;
        line-height: 1.12;
        margin-bottom: 0px;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_thanks4part {
        font-size: 12px;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_merryxmas {
        font-size: 31px;
        padding-top: 1px;
        padding-bottom: 8px;
    }
}
@media screen and (max-width: 640px) {
    #christmas2018_participant_popup .xmas_coupon_footer {
        background-size: auto 100%;
    }
}
@media screen and (max-width: 550px) {
    #christmas2018_participant_popup .xmas_coupon_footer {
        padding-top: 0px;
        background-size: auto 104%;
        background-position: 16px 17px;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 {
        min-height: 2.46em;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_thanks4part {
        display: none;
    }
}
@media screen and (max-width: 410px) {
    #christmas2018_participant_popup .heading_xmasdeco {
        height: 66px;
    }
    #christmas2018_participant_popup .heading_xmasdeco h2 {
        font-size: 23px;
    }

    #christmas2018_participant_popup .heading_xmasdeco h3,
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 {
        font-size: 14px;
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.sato_santa_list > p {
        left: 53%;
        -webkit-transform: translate( -50%, 0px);
        -moz-transform: translate( -50%, 0px);
        -ms-transform: translate( -50%, 0px);
        -o-transform: translate( -50%, 0px);
        transform: translate( -50%, 0px);
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hamanaka_santa_list > p {
        left: 50%;
        -webkit-transform: translate( -50%, 0px);
        -moz-transform: translate( -50%, 0px);
        -ms-transform: translate( -50%, 0px);
        -o-transform: translate( -50%, 0px);
        transform: translate( -50%, 0px);
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.malisa_santa > p {
        left: 50%;
        -webkit-transform: translate( -50%, 0px);
        -moz-transform: translate( -50%, 0px);
        -ms-transform: translate( -50%, 0px);
        -o-transform: translate( -50%, 0px);
        transform: translate( -50%, 0px);
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.nechi_santa_list > p {
        left: 46%;
        -webkit-transform: translate( -50%, 0px);
        -moz-transform: translate( -50%, 0px);
        -ms-transform: translate( -50%, 0px);
        -o-transform: translate( -50%, 0px);
        transform: translate( -50%, 0px);
    }
    #christmas2018_participant_popup .xmas_coupon_santabody ul.sbt_employee_santas > li.hikita_santa_list > p {
    }
    #christmas2018_participant_popup .xmas_coupon_footer {
        background-position: -4px 17px;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_selectedmen h3 {
        min-height: 2.46em
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmas_coupon_footer_textarea {
        display: block;
        margin-left: 16px;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area {
        text-align: right;
    }
    #christmas2018_participant_popup .xmas_coupon_footer .xmascoupon_thanks_area .xmascoupon_merryxmas {
        font-size: 30px;
        padding-top: 8px;
        padding-bottom: 6px;
    }
}
@media screen and (max-width: 329px) {
}
@media screen and (max-width: 340px) {
    #christmas2018_participant_popup .heading_xmasdeco {
        background-position: center 200%;
    }
}