.main_content {
    position: relative;
    z-index: 20;
    background-color: #f8f6f7;
    width: 100%
}

.main_full_screen {
    width: 100%;
    height: 100%
}

    .main_full_screen.classic {
        height: auto;
        min-height: 0;
        padding-bottom: 70px;
        background-position: 50%;
        background-size: cover
    }

@media only screen and (max-width:1000px) {
    .main_full_screen.classic {
        padding-bottom: 50px
    }
}

.main_full_screen.classic.bg_3 {
    background-image: url(/asset/img/CH/desktop/classic/bg_3.jpg)
}

.main_full_screen.classic.bg_5 {
    background-image: url(/asset/img/CH/desktop/classic/bg_5.jpg)
}

.main_full_screen.classic.bg_6 {
    background-image: url(/asset/img/CH/desktop/classic/bg_6.jpg)
}

.main_full_screen.about {
    height: 570px
}

.EN .main_full_screen.about {
    height: 610px
}

@media only screen and (max-width:1000px) {
    .main_full_screen.about {
        height: 740px
    }

    .EN .main_full_screen.about {
        height: 1100px
    }
}

.special_introduction {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    position: relative;
    background-color: #f3f2f2
}

    .special_introduction.customization {
        background-image: url(/asset/img/CH/desktop/customization/sp_ph_1.jpg)
    }

    .special_introduction.about {
        background-image: url(/asset/img/CH/desktop/about/sp_ph_1.jpg)
    }

    .special_introduction .introduction_container {
        width: 1000px;
        color: #f8f6f7
    }

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container {
        width: 600px
    }
}

.special_introduction .introduction_container.about {
    color: #717372
}

.special_introduction .introduction_container .introduction_title_container {
    overflow: hidden;
    text-align: center;
    margin-bottom: -43px
}

    .special_introduction .introduction_container .introduction_title_container .introduction_title {
        font-size: 38px;
        letter-spacing: 1px;
        display: inline-block;
        position: relative
    }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:after {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            left: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title:before {
            content: "";
            height: 1px;
            width: 500px;
            background-color: #fff;
            display: inline-block;
            position: absolute;
            top: 50%;
            letter-spacing: 2px;
            right: calc(100% + 20px)
        }

        .special_introduction .introduction_container .introduction_title_container .introduction_title.about:after, .special_introduction .introduction_container .introduction_title_container .introduction_title.about:before {
            background-color: #b7aca6
        }

    .special_introduction .introduction_container .introduction_title_container .color {
        height: 4px;
        font-size: 0;
        padding-top: 20px;
        text-align: center
    }

        .special_introduction .introduction_container .introduction_title_container .color div {
            margin-right: -4px;
            display: inline-block;
            height: 4px;
            width: 18px
        }

.special_introduction .introduction_container .introduction_content {
    border: 1px solid #fff;
    border-top: 1px solid transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 70px 110px
}

.EN .special_introduction .introduction_container .introduction_content {
    padding: 70px 120px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content {
        padding: 90px 50px;
        font-size: 28px;
        line-height: 50px;
        text-align: left
    }
}

.special_introduction .introduction_container .introduction_content .desktop {
    line-height: 45px
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .desktop {
        display: none
    }
}

.special_introduction .introduction_container .introduction_content .mobile {
    display: none
}

@media only screen and (max-width:1000px) {
    .special_introduction .introduction_container .introduction_content .mobile {
        display: block
    }
}

.special_introduction .introduction_container .introduction_content.about {
    border: 1px solid #b7aca6;
    border-top: 1px solid transparent
}

.special_introduction .more {
    width: 60px;
    height: 32px;
    position: absolute;
    bottom: 25px;
    left: calc(50% - 30px);
    background-image: url(/asset/img/CH/desktop/customization/more.png);
    cursor: pointer
}

.main_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    .main_container {
        /*width: 600px;*/
        width: 360px
    }
}

@media only screen and (max-width:1000px) {
    .main_container.classic {
        width: 640px
    }
}

.main_container.classic_hide {
    height: 0;
    overflow: hidden
}

@media only screen and (max-width:1000px) {
    .main_container.classic_hide {
        height: auto;
        overflow: visible
    }
}

.main_container.first_container {
    padding: 65px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container.first_container {
        padding: 40px 0 0
    }
}

.main_container.history {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.history {
        width: 640px;
        padding-bottom: 0
    }
}

.main_container.hiring {
    padding-bottom: 60px
}

@media only screen and (max-width:1000px) {
    .main_container.hiring {
        width: 600px
    }
}

.main_container .main_title_out {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    text-align: center
}

    .main_container .main_title_out:before {
        position: absolute;
        top: 50%;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #dad4d1;
        z-index: 21;
        content: ""
    }

    .main_container .main_title_out .main_title {
        position: relative;
        display: inline-block;
        font-size: 22px;
        padding: 0 20px;
        color: #50504e;
        background-color: #f8f7f7;
        letter-spacing: 2px;
        z-index: 22
    }

@media only screen and (max-width:1000px) {
    .main_container .main_title_out .main_title {
        font-size: 28px
    }
}

.main_container span.main_text {
    color: #50504e;
    display: block;
    width: 750px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px
}

@media only screen and (max-width:1000px) {
    .main_container span.main_text {
        font-size: 28px;
        line-height: 42px;
        width: 600px;
        text-align: left
    }
}

.main_container .main_icon {
    position: relative;
    display: block;
    padding-left: 40px;
    font-size: 20px;
    color: #50504e;
    margin: 0 0 10px;
    box-sizing: border-box
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon {
        /*font-size: 30px;*/
        font-size: 24px;
        padding-left: 45px;
        margin: 0 0 20px;
        line-height: 45px
    }
}

.main_container .main_icon.material:before {
    margin: 4px 10px 0 0
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon.material {
        display: none
    }
}

.main_container .main_icon.classic {
    width: 100%;
    left: 15px
}

.main_container .main_icon:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url(/asset/img/CH/desktop/main/icon.png);
    width: 14px;
    height: 13px;
    background-position: 50%;
    background-size: cover
}

@media only screen and (max-width:1000px) {
    .main_container .main_icon:before {
        width: 25px;
        height: 25px;
        top: 10px
    }
}

.main_container .main_pillar {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 35px;
    color: #50504e;
    font-weight: 700
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar {
        font-size: 28px;
        line-height: 42px;
        display: block
    }
}

.main_container .main_pillar:before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 3px;
    margin: 0 10px 2px 0;
    background-color: #000;
    vertical-align: middle
}

@media only screen and (max-width:1000px) {
    .main_container .main_pillar:before {
        height: 25px
    }
}

.main_container .main_pillar.wrap {
    display: block
}

.main_container .main_pillar.red:before {
    background-color: #dd6356
}

.main_container .main_wrap {
    width: 100%;
    position: relative;
    font-size: 0
}

.page_theme_out {
    height: 400px;
    width: 100%;
    margin-top: -70px;
    background-color: #000
}

@media only screen and (max-width:1000px) {
    .page_theme_out {
        height: 250px
    }
}

.page_theme_out .page_theme {
    height: 400px;
    width: 100%;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
    background-color: #eae6e5;
    background-position: 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
    color: #fff
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme {
        height: 250px
    }
}

.page_theme_out .page_theme .title {
    font-size: 50px;
    font-weight: 100;
    letter-spacing: 10px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title {
        font-size: 40px
    }
}

.page_theme_out .page_theme .color {
    height: 4px;
    font-size: 0;
    padding: 25px 0 40px;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .color {
        padding: 20px 0
    }
}

.page_theme_out .page_theme .color div {
    display: inline-block;
    height: 4px;
    width: 18px
}

.page_theme_out .page_theme .title_2 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 5px
}

@media only screen and (max-width:1000px) {
    .page_theme_out .page_theme .title_2 {
        font-size: 30px
    }
}

.page_select_out {
    position: relative;
    z-index: 20;
    background-color: #f4f2f1
}

@media only screen and (max-width:1000px) {
    .page_select_out {
        background-color: #fff;
        border-bottom: 1px solid #d3d3d3
    }

        .page_select_out.OFF {
            display: none
        }
}

.page_select_out .page_select {
    padding: 35px 0;
    text-align: center
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.page_select_out .page_select > a, .page_select_out .page_select p {
    display: inline-block;
    font-size: 22px;
    color: #717372
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a, .page_select_out .page_select p {
        font-size: 30px
    }
}

.page_select_out .page_select > p {
    width: 10px;
    height: 10px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: none
}

    .page_select_out .page_select > p:first-child {
        display: none
    }

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > p {
        display: none
    }
}

.page_select_out .page_select > a {
    margin: 0 60px;
    position: relative;
    line-height: 40px;
    letter-spacing: 2px
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a {
        line-height: 72px;
        margin: 0
    }
}

.desktop .page_select_out .page_select > a:hover {
    color: #f06b5d
}

    .desktop .page_select_out .page_select > a:hover:after {
        width: 100%;
        transition: width 1s
    }

.page_select_out .page_select > a:before {
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 15px;
    position: absolute;
    top: calc(50% - 5px);
    left: -80px;
    border-radius: 10px;
    background-color: #b7aca6;
    display: block
}

@media only screen and (max-width:1000px) {
    .page_select_out .page_select > a:before {
        display: none
    }
}

.page_select_out .page_select > a:first-child:before {
    display: none
}

.page_select_out .page_select > a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f06b5d;
    pointer-events: none
}

.page_select_out .page_select > a.ON {
    color: #f06b5d
}

    .page_select_out .page_select > a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .page_select_out .page_select a.Hide {
    display: none
}

a.more_btn {
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    transition: background 2s,border 2s;
    border: 1px dashed #000
}

@media only screen and (max-width:1000px) {
    a.more_btn {
        max-width: 410px;
        width: 95%;
        height: 65px;
        line-height: 65px
    }
}

a.more_btn .more_hover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .6;
    border: 1px solid #a2948d
}

a.more_btn.brown {
    border-color: #a2948d;
    color: #2f2f2f
}

    a.more_btn.brown:hover {
        border: 1px solid #630;
        background-color: #d4cdca
    }

    a.more_btn.brown .more_hover {
        border-color: #630
    }

a.more_btn.white {
    border-color: #fff;
    color: #fff
}

    a.more_btn.white:hover {
        border: 1px solid #fff;
        background-color: hsla(0,0%,100%,.3)
    }

    a.more_btn.white .more_hover {
        border-color: hsla(0,0%,100%,.3)
    }

a.more_btn.blue {
    border-color: #7ba4db;
    color: #2f2f2f
}

    a.more_btn.blue .more_hover {
        border-color: #c8d8eb
    }

a.more_btn.w_240_h_135 {
    width: 240px;
    height: 135px;
    line-height: 135px
}

a.more_btn.news_page_more {
    height: 45px;
    line-height: 45px;
    width: 260px;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.news_page_more {
        margin: 0 auto;
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 20px
    }
}

a.more_btn.marketing {
    margin-top: 65px;
    letter-spacing: 4px
}

a.more_btn.send_Info {
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #b8b7b7;
    letter-spacing: 5px;
    position: relative;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    bottom: 0
}

@media only screen and (max-width:1000px) {
    a.more_btn.send_Info {
        position: relative;
        left: 0;
        color: #000;
        margin: 80px auto 0;
        height: 60px;
        width: 410px;
        font-size: 24px;
        line-height: 60px
    }
}

a.more_btn.send_Info:hover {
    color: #000
}

a.more_btn.catalog {
    display: none;
    margin: 0 auto
}

@media only screen and (max-width:1000px) {
    a.more_btn.catalog {
        display: block
    }
}

.btn_mobile {
    padding: 70px 0
}

@media only screen and (min-width:1001px) {
    .btn_mobile {
        padding: 0
    }
}

.btn_all {
    padding: 70px 0
}

.service {
    padding: 70px 0 60px;
    background-color: #e9e6e4;
    position: relative;
    z-index: 20
}

    .service.not_index {
        display: none
    }

@media only screen and (max-width:1000px) {
    .service.not_index {
        display: block
    }
}

.service .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .service .wrap .container {
        width: 100%;
        text-align: center
    }

        .service .wrap .container .service_more {
            display: inline-block;
            width: 705px;
            height: 70px;
            line-height: 70px;
            font-size: 20px;
            color: #707372;
            vertical-align: middle
        }

@media only screen and (max-width:1920px) {
    .service .wrap .container .service_more {
        width: 485px
    }
}

@media only screen and (max-width:1000px) {
    .service .wrap .container .service_more {
        width: 290px;
        font-size: 20px
    }

        .service .wrap .container .service_more:first-child {
            margin-right: 15px
        }
}

.service .wrap .container .service_more:first-child {
    margin-right: 10px
}

.service .wrap .container .service_more:hover {
    border: 1px solid #7ba4db;
    background-color: rgba(123,164,218,.3)
}

    .service .wrap .container .service_more:hover.business:before {
        background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
    }

    .service .wrap .container .service_more:hover.customized:before {
        background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
    }

.service .wrap .container .service_more.business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.service .wrap .container .service_more.business:before, .service .wrap .container .service_more.customized:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 21px;
    height: 21px
}

.service .wrap .container .service_more.customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 25;
    background-image: url(/asset/img/CH/desktop/common/fixed_btn/bg.jpg);
    height: 205px;
    width: 60px;
    box-shadow: 0 1px 20px rgba(72,74,77,.6);
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.EN .fixe_service {
    height: 106px;
    line-height: 0
}

@media only screen and (max-width:1000px) {
    .fixe_service {
        display: none
    }
}

.fixe_service .container {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box
}

    .fixe_service .container > a {
        color: #707372;
        display: inline-block;
        padding: 0 14px
    }

.EN .fixe_service .container > a {
    padding: 15px
}

    .EN .fixe_service .container > a:before {
        margin: 0 auto
    }

.fixe_service .container > a:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    margin: 15px auto 10px
}

.fixe_service .container > a:hover {
    color: #7ba4db
}

.fixe_service .container .business:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn.png)
}

.fixe_service .container .business:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/business_btn_hover.png)
}

.fixe_service .container span.line {
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #707372;
    margin: 0 20px
}

.fixe_service .container .customized:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn.png)
}

.fixe_service .container .customized:hover:before {
    background-image: url(/asset/img/CH/desktop/index/service/customized_btn_hover.png)
}

.direct_store_container {
    width: 100%;
    font-size: 0;
    padding-bottom: 40px

}

    .direct_store_container .direct_store {
        display: inline-block;
        margin: 0 0 0 20px;
        padding-bottom: 30px;
        width: calc((100% - 40px) / 3);
        vertical-align: top;
        box-sizing: border-box
    }

        .direct_store_container .direct_store:nth-child(3n+1) {
            margin: 0
        }

@media only screen and (max-width:1000px) {
    .direct_store_container {     
        padding-bottom: 0px
    }

    .direct_store_container .direct_store {
        width: 100%;
        border-bottom: 1px dashed #d3d3d3;
        margin: 0 0 25px
    }

        .direct_store_container .direct_store:nth-child(3n+1) {
            margin: 0 0 25px
        }
}

.direct_store_container .direct_store.shoplist {
    padding-left: 20px
}

.direct_store_container .direct_store .store_img {
    width: 100%;
    margin-bottom: 15px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_img {
        display: none
    }
}

.direct_store_container .direct_store .store_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 10px 0
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_name {
        /*   font-size: 28px;*/
        font-size: 22px;
      
        line-height: 35px
    }
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_name.business {
        position: relative;
        padding-left: 40px
    }

        .direct_store_container .direct_store .store_name.business:before {
            content: "";
            display: block;
            width: 25px;
            height: 25px;
            position: absolute;
            top: 0;
            left: 5px;
            background-image: url(/asset/img/CH/desktop/newsdetail/icon.png);
            background-position: 50%;
            background-size: cover
        }
}

.direct_store_container .direct_store .store_address {
    font-size: 14px;
    color: #797c7b;
    line-height: 22px;
    margin-bottom: 10px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_address {
        /*  font-size: 24px;*/
        font-size: 16px;
        line-height: 36px
    }

        .direct_store_container .direct_store .store_address.business {
            padding-left: 30px
        }
}

.direct_store_container .direct_store .store_info {
    font-size: 14px;
    color: #797c7b;
    line-height: 20px;
    position: relative
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_info {
        font-size: 24px;
        line-height: 36px
    }

        .direct_store_container .direct_store .store_info.business {
            padding-left: 30px
        }

            .direct_store_container .direct_store .store_info.business .title {
                left: 30px
            }
}

.direct_store_container .direct_store .store_info .title {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #fff;
    width: 45px;
    text-align: center;
    font-weight: 200
}

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_info .title {
        font-size: 20px;
        width: 70px
    }
}

.direct_store_container .direct_store .store_info .blue {
    background-color: #c8d7ea
}

.direct_store_container .direct_store .store_info .text {
    padding-left: 50px;
    box-sizing: border-box
}

    .direct_store_container .direct_store .store_info .text:last-child {
        margin-bottom: 8px
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .store_info .text {
        padding-left: 75px
    }
}

.direct_store_container .direct_store .map_icon {
    color: #dd6356;
    position: relative;
    margin-left: 5px
}

    .direct_store_container .direct_store .map_icon:before {
        content: "";
        display: inline-block;
        height: 13px;
        width: 10px;
        margin-right: 4px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(/asset/img/CH/desktop/shoplist/map_icon.png)
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .direct_store .map_icon:before {
        width: 19px;
        height: 24px
    }
}

@media only screen and (min-width:1001px) {
    .desktop .direct_store_container .direct_store .map_icon:hover:before {
        background-image: url(/asset/img/CH/desktop/shoplist/map_icon_hover.png)
    }

    .desktop .direct_store_container .direct_store .map_icon:hover:after {
        width: 100%;
        transition: width 1s
    }
}

@media only screen and (min-width:481px) {
    .direct_store_container .direct_store .map_icon:hover:before {
        background-image: url(/asset/img/CH/desktop/shoplist/map_icon_hover.png)
    }

    .direct_store_container .direct_store .map_icon:hover:after {
        width: 100%
    }
}

.direct_store_container .direct_store .map_icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #dd6356
}

.direct_store_container .external {
    width: 25%;
    display: inline-block;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative
}

@media only screen and (max-width:1000px) {
    .direct_store_container .external {
        width: 100%;
        border-bottom: 1px dashed #d3d3d3;
        padding-bottom: 0;
        line-height: 85px;
        letter-spacing: 1px
    }
}

.direct_store_container .external .link {
    font-size: 16px;
    color: #797c7b
}

    .direct_store_container .external .link:after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        content: "";
        width: 5px;
        height: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-right: 2px solid #dd6356;
        border-bottom: 2px solid #dd6356
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .external .link {
        /*font-size: 28px;*/
        font-size: 20px;
        display: inline-block;
        /* height: 85px;*/
        height: 75px;
        width: 100%;
        padding-left: 25px
    }

        .direct_store_container .external .link:after {
            width: 15px;
            height: 15px;
            position: absolute;
            top: 35px;
            right: 25px
        }
}

.direct_store_container .external .link.no_arrow:after {
    display: none
}

.direct_store_container .physical_outlet {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-image: url(/asset/img/CH/desktop/shoplist/show_2.jpg);
    margin-bottom: 35px;
    background-position: 50%;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:1000px) {
    .direct_store_container .physical_outlet {
        background-image: none;
        margin-bottom: 0
    }
}

.direct_store_container .physical_outlet > span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 1px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .physical_outlet > span {
        /*font-size: 28px;*/
        font-size: 18px;
        line-height: 40px;
        color: #5b5b59;
        display: inline-block;
        width: 100%
    }
}

.direct_store_container .world_map {
    width: 100%
}

.direct_store_container .description {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 25px 0
}

@media only screen and (max-width:1000px) {
    .direct_store_container .description {
        font-size: 28px;
        line-height: 40px
    }
}

.direct_store_container .place {
    font-size: 16px;
    line-height: 36px;
    position: relative
}

@media only screen and (max-width:1000px) {
    .direct_store_container .place {
        font-size: 24px;
        line-height: 48px;
        color: #797c7b
    }
}

.direct_store_container .place > div {
    display: inline-block
}

.direct_store_container .place .place_name {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    font-weight: 600
}

@media only screen and (max-width:1000px) {
    .direct_store_container .place .place_name {
        width: 95px;
        font-weight: 400
    }
}

.direct_store_container .place .place_country {
    padding-left: 75px;
    box-sizing: border-box;
    color: #797c7b;
    letter-spacing: 4px;
    width: 100%;
    word-wrap: break-word
}

@media only screen and (max-width:1000px) {
    .direct_store_container .place .place_country {
        padding-left: 95px
    }
}

.direct_store_container.space_between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1000px) {
    .direct_store_container.space_between {
        display: block;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.direct_store_container .left_space {
    width: 50%;
    box-sizing: border-box;
    font-size: 20px;
    height: 730px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-position: 50%;
    background-size: cover;
    padding: 0 50px
}

    .direct_store_container .left_space.business {
        background-image: url(/asset/img/CH/desktop/business/show_1.jpg)
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .left_space.business {
        background-image: none;
        height: auto
    }
}

.direct_store_container .left_space.contact {
    background-image: url(/asset/img/CH/desktop/contact/show_1.jpg)
}

@media only screen and (max-width:1000px) {
    .direct_store_container .left_space.contact {
        background-image: none;
        height: auto
    }
}

.direct_store_container .left_space.buyers {
    height: 330px;
    background-image: url(/asset/img/CH/desktop/buyers/show_1.jpg)
}

@media only screen and (max-width:1000px) {
    .direct_store_container .left_space.buyers {
        background-image: none;
        height: 0
    }
}

@media only screen and (max-width:1000px) {
    .direct_store_container .left_space {
        width: 100%;
        text-align: left;
        padding: 0 0 20px
    }
}

.direct_store_container .left_space .text {
    position: relative
}

    .direct_store_container .left_space .text.mobile {
        display: none;
        color: #000;
        padding-left: 50px;
        font-size: 28px;
        line-height: 40px;
        vertical-align: middle
    }

    .direct_store_container .left_space .text.desktop {
        letter-spacing: 2px;
        display: block;
        box-sizing: border-box
    }

        .direct_store_container .left_space .text.desktop:first-child {
            padding-top: 65px
        }

    .direct_store_container .left_space .text.icon {
        position: absolute;
        top: 6px;
        left: 5px;
        display: none;
        width: 23px;
        height: 23px;
        background-position: 50%;
        background-size: cover;
        background-image: url(/asset/img/CH/desktop/newsdetail/icon.png)
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .left_space .text.mobile {
        display: block
    }

    .direct_store_container .left_space .text.desktop {
        display: none
    }

    .direct_store_container .left_space .text.icon {
        display: block
    }
}

.direct_store_container .right_space {
    width: 50%;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    padding-left: 35px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space {
        width: 100%;
        padding-left: 0
    }
}

.direct_store_container .right_space > * {
    margin-bottom: 10px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space > * {
        margin-bottom: 20px
    }
}

.direct_store_container .right_space > textarea {
    width: 100%;
    height: 155px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    box-sizing: border-box;
    border: 1px solid #c8c0bc;
    resize: no;
    color: #a79b94
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space > textarea {
        height: 175px;
        font-size: 24px;
        line-height: 36px
    }
}

.direct_store_container .right_space > textarea:focus {
    outline-width: 0
}

.direct_store_container .right_space input {
    width: 100%;
    height: 45px;
    border: 1px solid #c8c0bc;
    font-size: 16px;
    padding-left: 15px;
    line-height: 22px;
    letter-spacing: 1px;
    box-sizing: border-box;
    color: #a79b94
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space input {
        height: 80px;
        font-size: 20px
    }
}

.direct_store_container .right_space input:focus {
    outline-width: 0
}

.direct_store_container .right_space .gender {
    font-size: 0
}

.direct_store_container .right_space .select_gender {
    display: inline-block;
    width: 125px;
    vertical-align: top
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space .select_gender {
        width: 180px
    }
}

.direct_store_container .right_space .input_gender {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 10px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space .input_gender {
        width: calc(100% - 180px)
    }
}

.direct_store_container .right_space .rule_text {
    font-size: 14px;
    line-height: 22px;
    color: #c8c0bc
}

@media only screen and (max-width:1000px) {
    .direct_store_container .right_space .rule_text {
        font-size: 20px;
        line-height: 30px
    }
}

.direct_store_container .right_space .rule_text.red {
    color: #f2877c
}

.direct_store_container .vcode {
    font-size: 0
}

    .direct_store_container .vcode img {
        height: 45px;
        width: 145px;
        vertical-align: top
    }

@media only screen and (max-width:1000px) {
    .direct_store_container .vcode img {
        height: 80px;
        width: 195px
    }
}

.direct_store_container .vcode input {
    width: 170px;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 15px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .vcode input {
        width: 230px
    }
}

.direct_store_container .vcode a.update {
    color: #80a6d1;
    text-decoration: underline;
    font-size: 14px;
    line-height: 45px;
    letter-spacing: 1.5px
}

@media only screen and (max-width:1000px) {
    .direct_store_container .vcode a.update {
        font-size: 24px;
        line-height: 60px
    }
}

.makers_header {
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #6d7170;
    text-align: center;
    transition: 1s
}

@media only screen and (max-width:1000px) {
    .makers_header {
        height: 70px
    }
}

.makers_header.ON {
    top: 70px;
    z-index: 29
}

.makers_header .wrap ul {
    vertical-align: middle;
    line-height: 50px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap ul {
        line-height: 70px
    }
}

.makers_header .wrap li {
    padding: 0 20px;
    display: inline-block;
    font-size: 15px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li {
        font-size: 22px
    }
}

.makers_header .wrap li a {
    color: #fff;
    position: relative;
    padding-bottom: 5px
}

@media only screen and (max-width:1000px) {
    .makers_header .wrap li a {
        line-height: 40px;
        font-size: 28px
    }
}

.desktop .makers_header .wrap li a:hover {
    color: #fff
}

    .desktop .makers_header .wrap li a:hover:after {
        width: 100%;
        transition: width 1s
    }

.makers_header .wrap li a:after {
    content: "";
    height: 1px;
    width: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    pointer-events: none
}

.makers_header .wrap li a.ON {
    color: #fff
}

    .makers_header .wrap li a.ON:after {
        width: 100%;
        transition: width 1s
    }

.EN .makers_header .wrap li a.Hide {
    display: none
}

.direct_store__logo {
    margin: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .direct_store__logo img {
        width: 140px;
        height: auto
    }

@media only screen and (max-width:640px) {
    .direct_store__logo img {
        /*width: 280px;*/
        width: 160px;
        height: auto
    }
    .direct_store__logo {
        border-bottom: 1px dotted gray;
        padding-bottom: 10px;
    }

}

.direct_store__logo a.direct_store__logo-more-btn {
    display: block;
    color: #dd6356;
    font-size: 14px;
    margin-left: auto
}

    .direct_store__logo a.direct_store__logo-more-btn:hover {
        text-decoration: underline
    }

@media only screen and (max-width:1000px) {
    .direct_store__logo a.direct_store__logo-more-btn {
        /*  font-size: 24px*/
        font-size: 16px;      
    }

    }
}

/*.direct_store_container {
    margin-bottom: 20px
}
*/