.banner img {
    display: block;
}

#container {
    overflow: hidden;
}

.classification {
    position: relative;
}

#container:not(.about) {
    background-color: #000;
    position: relative;
}

#container:not(.about) .before,
#container:not(.about) .after {
    content: '';
    position: absolute;
    display: block;
    opacity: .2;
    z-index: 0;
}

#container:not(.about) .before {
    background: url('../images/product_bg_1.png') no-repeat 0 0;
    width: 385px;
    height: 386px;
    bottom: 5px;
    left: 0;
}

#container:not(.about) .after {
    background: url('../images/product_bg_2.png') no-repeat 0 0;
    width: 565px;
    height: 566px;
    top: -150px;
    right: -150px;
}

#container.about {
    background: url('../images/about-1-bg.jpg') no-repeat 50% 0 /cover;
}

.tips {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.tips__title {
    font-weight: initial;
    margin-bottom: 0;
    padding: 0 0 28px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 800px;
    font-size: 30px;
    font-weight: 350;
}

.tips__title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
    width: 158px;
    height: 2px;
    display: block;
    background: #fff;
}

#path {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

.path__item:not(:last-child)::after {
    content: '/';
    margin: 0 6px;
}

.path__item.home .path__link::before {
    content: '\f015';
    font: normal normal 900 1rem 'Font Awesome 5 Free';
}

.path__link {
    color: #fff;
    transition: .28s linear;
}

.path__link:hover {
    color: #c9a164;
}

.banner__img {
    display: block;
    width: 100%;
}

.content {
    display: flex;
    padding: 116px 30px;
    margin: 0 auto;
    max-width: 1280px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.content.full {
    padding: 0;
    max-width: initial;
}

#container.about .content {
    padding: 0;
    max-width: inherit;
}

aside {
    flex: 0 0 300px;
    margin-right: 98px;
}

.aside__list {
    padding: 14px 0;
    background: url('../images/aside__bg-01.png') repeat-x center top, url('../images/aside__bg-02.png') repeat-x center bottom
}

.aside__title {
    height: 84px;
    font-size: 30px;
    padding: 0 83px 0px 24px;
    display: inline-block;
    flex-direction: column;
    margin-bottom: 17px;
    position: relative;
}

.aside__title__top {
    position: relative;
    font-size: 27px;
    margin: 0 auto 0 0;
}

.aside__title__top::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
    width: 27px;
    height: 27px;
    background: url('../images/aside__title__bg.png') no-repeat 0 0;
}

.aside__title__bottom {
    position: absolute;
    bottom: 12px;
    right: 0;
    font-size: 20px;
    font-weight: 100;
    color: #545859;
    margin: 0;
}

.aside__item {
    padding: 24px 0;
    font-size: 22px;
    background: url('../images/aside__line.png') repeat-x 0 bottom;
}

.aside__item:last-child {
    background: none;
}

.aside__item a {
    color: #fff;
    display: flex;
    align-items: center;
}

.aside__item a::before {
    content: '';
    width: 0;
    height: 2px;
    background: #b37d35;
    display: block;
    margin-right: 6px;
    transition: .28s linear;
}

.aside__item.active a,
.aside__item a:hover {
    color: #b37d35;
}

.aside__item.active a::before,
.aside__item a:hover::before {
    width: 38px;
}


/* about */

.pd {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 100;
}

.mopv {
    position: relative;
}

.mopv .step2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: .4s linear;
    opacity: 0;
}

.mopv .step2.action {
    left: 18vw;
    opacity: 1;
    top: -50px;
}

.fade-effect {
    opacity: 0;
    transition: .8s ease-in-out;
    transform: translateY(-60px);
}

.fade-effect.action {
    opacity: 1;
    transform: translateY(0);
}

.about-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 0;
}

.about-1 img {
    max-width: 100vw;
    bottom: -5px;
    position: relative;
    right: 0;
    left: 0;
}

.about-1-tips {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: initial;
}

.about-1-tips .num {
    font: italic 46px 'Playfair Display', serif;
}

.about-1-item {
    text-align: center;
    max-width: 812px;
    margin: 0 auto;
    line-height: 2;
    z-index: 2;
}

.about-1-title {
    color: #545859;
    font-size: 33px;
    font-weight: normal;
    margin: 39px 0 20px;
}

.about-1-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
}

.about-2 {
    padding-bottom: 60px;
    border-bottom: 1px solid #7c7374;
}

.about-2 .about-1-title {
    margin: 60px 0 8px;
}

.about-2 .about-1-subtitle {
    margin: 8px 0 26px;
    font-size: 14px;
}

.about-blod {
    color: #545859;
    font-size: 21px;
    margin: 0;
}

.about-m-0 {
    margin: 0;
}

.about-1-ul {
    display: flex;
    margin: 62px 0 0;
    border-top: 1px solid #7c7374;
    padding: 66px 0 0;
}

.about-1-li {
    flex: 1;
    padding: 0 25px;
}

.about-1-li .about-1-article-tips {
    position: relative;
}

.about-1-article.margin-top {
    margin-top: 52px;
    line-height: 2;
}

.about-1-li-img {
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}

.about-1-article-tips {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    font-weight: 100;
}

.about-1-article-text {
    margin: 0;
    line-height: 2;
}

.about-4-item.step-0 {
    position: relative;
    background: url('../images/about-4-step-01.png') no-repeat center bottom;
}


/* http://n.sfs.tw/content/index/13102 */

.about-4-tips {
    position: relative;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 39px;
    font-weight: initial;
    line-height: 1.2;
    letter-spacing: 12px;
    padding: 24px 26px;
    border: 1px solid #c9a164;
    margin: 111px auto 94px;
}

.about-4-item {
    display: flex;
    position: relative;
    min-height: 639px;
    max-width: 100vw;
}

.about-4-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.about-4-item .left img {
    display: block;
}

.about-4-item .center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.about-4-item .center i {
    height: 100px;
    width: 1px;
    display: block;
    background: #fff;
    flex: 1;
}

.about-4-item .center img {
    position: absolute;
    right: -1vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.about-4-item .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
    font-size: 36px;
    font-weight: 100;
    height: 200px;
    width: 200px;
    flex: 0 0 200px;
}

.about-4-item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    display: block;
    border: 1px solid #fff;
    width: 140px;
    height: 140px;
}

.about-4-item .left,
.about-4-item .right {
    flex: 0 1 50%;
    max-width: 50%;
    overflow: hidden;
}

.about-4-item .right {
    display: flex;
    flex-direction: row-reverse;
    padding: 70px 35px;
    box-sizing: border-box;
    align-items: flex-start;
}

.about-4-subtitle,
.about-4-title,
.about-4-article {
    writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 2;
    white-space: nowrap;
}

.about-4-subtitle {
    font-weight: 100;
    font-size: 30px;
    line-height: 1;
    border-left: 3px solid #c9a164;
    padding: 0 0 0 4px;
    margin: 0 0 0 14px;
}

.about-4-title {
    font-size: 36px;
    font-weight: initial;
    margin: 0 0 0 26px;
}

.about-4-article {
    line-height: 2;
    letter-spacing: 7px;
}

.about-4-item.step-1 .right {
    background: url('../images/about-4-step-02-img.png') no-repeat 20% center, url('../images/about-4-step-01-bg.jpg') no-repeat 0 0 /cover;
}

.about-4-item.step-2 .right {
    background: url('../images/about-4-step-03-img.png') no-repeat 0 0 /cover;
    position: relative;
}

.about-4-item.step-3 .right {
    background: url('../images/about-4-step-04-img.png') no-repeat 0 0 /cover;
    position: relative;
}

.about-4-item.step-3 .right::before,
.about-4-item.step-2 .right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .56);
}

.about-4-item.step-1 .left {
    background: url('../images/about-4-step-02-bg.jpg') no-repeat 0 0 /cover;
}

.about-4-item.step-2 .left {
    background: url('../images/about-4-step-03-bg.jpg') no-repeat 0 0 /cover;
}

.about-4-item.step-3 .left {
    background: url('../images/about-4-step-04-bg.jpg') no-repeat 0 0 /cover;
}


/* news */

.news__item {
    display: flex;
    align-items: center;
    margin-bottom: 72px;
}

.news__img {
    flex: 0 0 300px;
    margin-right: 22px;
}

.news__data {
    flex: 1 0 300px;
    display: flex;
    flex-direction: column;
}

.news__date {
    display: flex;
    align-items: center;
    line-height: 1;
}

.news__date .day {
    color: #fff;
    font-size: 33px;
    margin-right: 16px;
}

.news__date .month,
.news__date .year,
.news__date .type {
    color: #a8a2a2;
}

.news__date .month {
    margin-right: 16px;
    position: relative;
}

.news__date .month::before {
    content: '';
    background: url('../images/news__dot.png') no-repeat 0 0;
    width: 5px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
}

.news__date .year {
    margin-right: 14px;
    position: relative;
}

.news__date .year::before {
    content: '';
    width: 1px;
    height: 22px;
    position: absolute;
    display: block;
    top: -3px;
    right: -8px;
    background: #a8a2a2;
}

.new__title {
    color: #fff;
    font-size: 22px;
    border-bottom: 3px solid #c9a164;
    padding-bottom: 14px;
    margin: 20px 0 14px;
}

.new__tips {
    max-width: 600px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new__link {
    margin-top: 42px;
    color: #545859;
    margin-left: auto;
}

.new__link:hover {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new__main h2 {
    margin: 0;
    font-size: 24px;
    color: #c9a164;
}

.new__ul__list {
    counter-reset: num;
}

.new__ul__list li {
    counter-increment: num;
}

.new__ul__list li::before {
    content: '【' counter(num) '】';
}

.news__bottom {
    margin: 76px 0 0;
    padding: 46px 0 0;
    border-top: 1px solid #545859;
    display: flex;
    justify-content: center;
}

.news__back {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #545859;
    border-radius: 90px;
    color: #545859;
}

.news__back:hover {
    color: #b37d35;
    border-color: #b37d35;
}

.news__detail p {
    line-height: 2;
}


/* food */

.food__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 248px);
    column-gap: 3vw;
}

.food__item {
    border-bottom: 3px solid #c9a164;
    padding-bottom: 16px;
    margin-bottom: 62px;
}

.food__title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-top: 16px;
}

.food__date {
    font-size: 14px;
    color: #a8a2a2;
    text-align: center;
}

.food__img {
    position: relative;
    display: block;
}

.food__img:hover {
    color: #fff;
}

.food__img a,
.food__img img {
    display: block;
}

.food__img .food__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(181, 181, 181, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .28s linear;
    opacity: 0;
}

.food__img:hover .food__mask {
    background: rgba(0, 0, 0, 0.56);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.food__img::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px * 2);
    height: calc(100% - 8px * 2);
    border: 1px solid #fff;
}

.icon_download i::before {
    content: '\f358';
    font: normal normal 400 1.6rem 'Font Awesome 5 Free';
}

.icon_view i::before {
    content: '\f002';
    font: normal normal 900 1.6rem 'Font Awesome 5 Free';
}

.food__img:hover .mask::after {
    content: 'Download';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ie-patch .food__list {
    display: flex;
    flex-wrap: wrap;
}

.ie-patch .food__item {
    flex: 0 0 248px;
    margin-right: 3vw;
}

.drink__item {
    margin-bottom: 80px;
}

.drink__img {
    cursor: pointer;
    position: relative;
    transition: .28s linear;
    -webkit-transition: .28s linear;
    -moz-transition: .28s linear;
    -ms-transition: .28s linear;
    -o-transition: .28s linear;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.drink__img:hover {
    transition: .28s linear;
    transform: translateY(-30px);
}

.drink__data {
    display: flex;
}

.drink__type {
    display: flex;
    ;
}

.drink__data .eng {
    display: block;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #fff;
    margin-right: 8px;
}

.drink__data .cht {
    display: block;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 26px;
    color: #b37d35;
    margin-right: 32px;
}

.drinkListTitle {
    margin: 10px 8px;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}

.drink__title {
    margin: 12px 0 0;
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px solid #686464;
}

[id^="detail-"] {
    padding: 0 !important;
}

.drink__detail {
    display: flex;
}

.drink__pictuce,
.drink__article {
    padding: 150px 40px;
    max-width: 100%;
    width: 430px;
}

.drink__pictuce {
    background: #161816;
    display: flex;
    justify-content: center;
}

.drink__pictuce .eng {
    display: block;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    color: #fff;
    margin-right: 8px;
}

.drink__pictuce .cht {
    display: block;
    writing-mode: tb-rl;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 26px;
    color: #b37d35;
    margin-right: 32px;
}

.drink__article {
    background: #bfbfbf url('../images/drink-detail.png') no-repeat 0 0;
}

.drink__article__title {
    color: #161816;
    font-size: 30px;
    border-bottom: 1px solid #161816;
    padding-bottom: 10px;
    margin-bottom: 54px;
}

.drink__article__text.list li::before {
    content: '►';
}

[id^="detail-"] .fancybox-button {
    background: #424441;
    opacity: 1;
}

[id^="detail-"] .fancybox-button svg {
    color: #fff;
}

.store__area,
.store__city {
    flex: 0 0 237px;
    position: relative;
    margin-right: 26px;
}

.store__area .select-element .select-choose,
.store__city .select-element .select-choose,
.select-element-mobile .select-choose,
.store_country .select-element .select-choose {
    padding: 10px 30px;
}

.select-element {
    margin-right: 5px;
}

.store__area .title,
.store__city .title {
    border: 1px solid #d2d1cf;
    padding: 14px 36px;
    box-sizing: border-box;
}

.select-element-mobile {
    display: none;
    cursor: pointer;
    /* border: 1px solid #fff; */
    color: white;
}

.select-mobile {
    width: 100%;
    border: 1px solid #fff;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    color: white;
    font: inherit;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.select-mobile:active,
.select-mobile:focus {
    outline: 0;
}

@media all and (max-width: 999px) {
    .select-el {
        width: 100%;
        border: 1px solid #fff;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        color: white;
        font: inherit;
        background-color: transparent;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        -ms-border-radius: inherit;
        -o-border-radius: inherit;
        position: relative;
    }
    .select-el::after {
        content: '';
        position: absolute;
        top: 15px;
        right: 25px;
        width: 1px;
        height: 1px;
        border-style: solid;
        border-width: 0.8em 0.5em;
        border-color: transparent;
        border-top-color: #fff;
    }
    .select-el {
        box-sizing: border-box;
    }
    .select-el:active,
    .select-el:focus {
        outline: 0;
    }
    .select-el select {
        font-size: 16px;
        width: 100%;
        padding: 10px 30px;
        padding-right: 70px;
        background: transparent;
        border: none;
        color: #fff;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .select-el select:-ms-expand {
        display: none;
    }
}


/* store */

.store {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.store form {
    width: 896px;
}

.store__search {
    display: flex;
}

.store__button {
    cursor: pointer;
    background: #c9a164;
    /*background:linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%,#DEB85B 100%);
  background:-moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%,#DEB85B 100%);
  background:-webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%,#DEB85B 100%);
  background:-o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%,#DEB85B 100%);*/
    color: #fff;
    position: relative;
    flex: 0 0 152px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.store__button::after {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    background: url('../images/store-button-icon-01.png') no-repeat center center /contain;
    margin-right: 4px;
}

.store__button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    border: 1px solid #fff;
}

.store__button:hover {
    color: #fff;
}

.store__list {
    padding-top: 86px;
}

.store__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
}

.store__img {
    border: 1px solid #d2d1cf;
    margin-right: 22px;
    flex: 0 0 252px;
}

.store__img img {
    display: block;
}

.store__tips {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    margin-bottom: 14px;
    padding-bottom: 12px;
}

.store__type {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.store__type .type1 {
    font-size: 20px;
    color: #c9a164;
}

.store__type .type2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.store__type .type2::before {
    content: '';
    display: block;
    margin: 0 12px;
    width: 1px;
    height: 20px;
    background: #fff;
}

.store__type::before {
    content: '';
    background: url('../images/map-signs-solid.png') no-repeat 0 0;
    width: 21px;
    height: 19px;
    display: block;
    margin-right: 6px;
}

.store__map {
    padding: 2px 24px;
    background: #797071;
}

.store__map:hover {
    color: #fff;
    background: #b37d35;
}

[class^="store__icon_"] {
    display: flex;
    align-items: center;
}

[class^="store__icon_"]::before {
    content: '';
    height: 22px;
    width: 22px;
    flex: 0 0 22px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 8px;
}

.store__icon_address {
    margin-bottom: 12px;
}

.store__icon_address::before {
    background-image: url('../images/store_local.png');
}

.store__icon_phone::before {
    background-image: url('../images/store_phone.png');
}

.store__icon_join::before {
    background-image: url('../images/store_join.png');
}

.store__icon_time::before {
    background-image: url('../images/store_time.png');
}

.store__other {
    display: flex;
    flex-wrap: wrap;
}

.store__other [class^="store__icon_"] {
    flex: 1 calc(100% / 2);
    margin-bottom: 12px;
}

.map__level-1 {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 100;
}

.map__level-1-item {
    margin-bottom: 38px;
}

.map__level-1-item>a {
    border: 1px solid #fff;
    padding: 16px 48px;
    display: inline-block;
    min-width: 122px;
    text-align: center;
    margin-bottom: 42px;
}

.map__level-2-item>a {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
}

.map__level-2-item>a::before {
    content: '►';
    margin-right: 14px;
    color: #b37d35;
}

.map__level-3 {
    display: flex;
    flex-wrap: wrap;
}

.map__level-3-item {
    margin: 0 40px 40px;
}

.map__level-3-item a {
    cursor: pointer;
}


/* 
.map__level-2-item:last-child .map__level-3-item {
  margin-bottom: 0;
} */

.contact__tips {
    text-align: center;
}

.contact__tips .sub {
    font-size: 12px;
    margin-top: 12px;
}

.contact__tips .sub span {
    color: #c9a164;
}

.contact__center {
    display: flex;
    justify-content: space-between;
    padding: 88px 0 42px;
    margin-bottom: 60px;
    border-bottom: 1px solid #4f4744;
    font-size: 16px;
}

.contact__center-item {
    display: flex;
    align-items: center;
}

.contact__center-icon {
    width: 35px;
    height: 35px;
    background: #4f4744;
    border: 1px solid #a8a2a2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 100%;
}

.contact__center-icon::before {
    font: normal normal 900 1.1rem 'Font Awesome 5 Free';
}

.contact__center-icon.phone::before {
    content: '\f879';
}

.contact__center-icon.mail::before {
    content: '\f0e0';
}

.contact__center-icon.address::before {
    content: '\f3c5';
}

.contact__center-icon.store_open:before {
    content: '\f54f';
}

.contact__center-icon.fax:before {
    content: '\f1ac';
}

.contact__form-item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 22px;
}

.contact__form-item .title {
    border-bottom: 3px solid #c9a164;
    flex: 0 0 170px;
    padding-bottom: 10px;
}

.contact__form-item .text,
.contact__form-item .select {
    flex: 1 0 232px;
}

.contact__form-item .input {
    border: 0 none;
    background: transparent;
    border-bottom: 2px solid #545859;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}

.contact__form-item textarea::placeholder,
.contact__form-item .input::placeholder {
    color: #545859
}

.contact__form-item textarea {
    width: 100%;
    font-size: 16px;
    border: 2px solid #545859;
    border-radius: 4px;
    background: transparent;
    padding: 16px 24px;
    color: #fff;
    box-sizing: border-box;
}


/* select element */

.select-element-mobile {
    position: relative;
}

.select-element .select-choose {
    cursor: pointer;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    /* margin-left: 8px;; */
    width: 230px;
}

.select-element-mobile .select-choose {
    cursor: pointer;
    border: 0;
    padding: 0px 0px;
    /* margin-left: 8px;; */
    width: 230px;
}

.select-element .select-choose::after {
    content: '▼';
    font-size: 14px;
}

.select-element-mobile .select-choose::after {
    content: '▼';
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 31px;
    pointer-events: none;
}

.select-element {
    position: relative;
    display: inline-block;
}

.select-element .select-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background: #1a1715;
    padding: 20px;
    min-width: 100%;
    box-sizing: border-box;
}

.select-element .select-item {
    cursor: pointer;
    margin: 8px 0;
    transition: .28s linear;
}

.select-element .select-item:hover {
    color: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact__form-item .title i {
    color: #c9a164;
    font-style: initial;
}

.contact__bottom {
    display: flex;
    align-items: stretch;
}

.contact__form-bottom {
    display: flex;
    align-items: center;
}

.contact__form-bottom .button {
    -webkit-appearance: none;
    cursor: pointer;
    background: #545859;
    color: #fff;
    font-size: 20px;
    padding: 8px 46px;
    border: 0 none;
    border-radius: 0;
    margin-left: 20px;
    transition: .28s linear;
}

.contact__form-bottom .button:hover {
    background: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
}

.contact__iframe,
.contact__form {
    flex: 1;
}

.contact__iframe {
    margin-right: 34px;
}

.contact__iframe iframe {
    width: 100%;
    max-width: 609px;
    height: 100%;
}

.main {
    flex: 1;
}

.join__area-1 {
    margin: 110px auto 200px;
    max-width: 1248px;
}

.join__area_os {
    display: flex;
    align-items: center;
}

.join__area_os .join__area_os__bottle {
    width: 25%;
}

.join__area-between-text {
    /*margin-left: 30px;*/
}

.join__area-3 {
    position: relative;
    margin-bottom: 120px;
    background: url(../images/join__area-3bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 110px;
}

.join__area-3-img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.join__area-title-1 {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
}

.join__area-title-1 .cht {
    font-size: 33px;
    font-weight: initial;
    margin-right: 12px;
}

.join__area-title-1 .eng {
    font-size: 14px;
    font-weight: initial;
    color: #b37d35;
}

.join__area_text-type-2 {
    line-height: 2;
    margin: 0;
    width: 100%;
}

.join__area_os {
    max-width: 1269px;
    margin: 30px auto 0 auto;
}

.join__box {
    display: flex;
    align-items: center;
}

.join__left,
.join__right {
    display: inline-block;
}

.join__left {
    padding-right: 91px;
}

.join__left_blank {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #c9a164;
    border-radius: 100px;
    vertical-align: middle;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.join__left_blank::before {
    content: "";
    position: absolute;
    left: 109%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 67px;
    height: 18px;
    background: url(../images/join-arrow.png) no-repeat 0 0;
}

.join__area_ul {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.join__area_ul-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.join__area_ul-item {
    font-size: 14px;
}

.join__area_ul-item:not(:last-child) {
    padding-right: 80px;
}

.join__area_ul-item:not(:last-child) .join__area_ul-img::after {
    content: '';
    position: absolute;
    left: 109%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 67px;
    height: 18px;
    background: url('../images/join-arrow.png') no-repeat 0 0;
}

.join__area_ul-img {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
}

.join__area_ul-item:nth-child(odd) .join__area_ul-img {
    background: #a8a2a2;
}

.join__area_ul-item:nth-child(even) .join__area_ul-img {
    background: #7c7374;
}

.join__area-2 {
    position: relative;
}

.join__bg {
    position: absolute;
    right: 0;
    top: 0;
}

.join__area-2_item {
    display: flex;
    max-width: 1076px;
}

.join__area-2_item .left {
    flex: 0 0 452px;
    margin-right: 154px;
    display: flex;
    align-items: center;
    position: relative;
}

.join__area-tips {
    position: absolute;
    top: 65%;
    right: -60px;
}

.join__area-tips .cht {
    font-size: 33px;
}

.join__area-tips .eng {
    font-size: 14px;
    color: #b37d35;
}

.join__area_article-type-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 777px;
    margin: 0 auto;
}

.join__area_title-type-2 {
    font-size: 33px;
    color: #c9a164;
    display: inline-block;
    margin: 110px auto 40px;
    padding: 0 44px;
    border-left: 1px solid #c9a164;
    border-right: 1px solid #c9a164;
    font-weight: normal;
}

.join__area-2_item .right__title {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.join__area-2_item .right__ul {
    display: flex;
    flex-wrap: wrap;
}

.join__area-2_item .right__ul li {
    flex: 1 1 50%;
    margin-bottom: 10px;
}

.join__area-2_item .right__ul.full li {
    flex: 1 1 100%;
}

.join__area-2_item .right__ul li::before {
    content: '▶';
    color: #c9a164;
    margin-right: 4px;
}

.join__area-2-15 {
    padding: 96px 0 89px;
    background: #1a1a1a;
    position: relative;
}

.join__area-2-15 .right {
    width: 100%;
}

.join__area-2-15 .join__area-2_item {
    max-width: 1360px;
    margin: 0 auto 69px;
    align-items: center;
    position: relative;
}


/*oversea_join*/

.join__area-1 .join__bg {
    right: -2%;
    top: 8%;
}

.join__area-1 .join__area-3-img {
    bottom: 17%;
    transform: translateY(-117%);
    z-index: -1;
}

.join_process_blank {
    position: relative;
}

.join_process_blank::after {
    content: '';
    width: 7px;
    height: 175px;
    display: block;
    background: url(../images/step_line_even.png) no-repeat;
    margin: 0 auto;
}

.join_process_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
}

.join_process_left,
.join_process_right {
    display: inline-block;
    width: calc(100% / 2 - 20px - 5%);
}

.join_process_center {
    display: flex;
    margin: 15px auto;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join_process_box .join_process_center::before {
    content: '';
    width: 7px;
    height: 175px;
    display: block;
    margin-bottom: 39px;
}

.join_process_box .join_process_center::after {
    content: '';
    width: 70px;
    height: 60px;
    display: block;
}

.join_process_box:nth-child(odd) .join_process_center::before {
    background: url(../images/step_line_odd.png) no-repeat;
}

.join_process_box:nth-child(odd) .join_process_center::after {
    background: url(../images/step-point-odd.png) no-repeat;
}

.join_process_box:nth-child(even) .join_process_center::before {
    background: url(../images/step_line_even.png) no-repeat;
}

.join_process_box:nth-child(even) .join_process_center::after {
    background: url(../images/step-point-even.png) no-repeat;
}

.join_process_content {
    border: 1px solid #545759;
    padding: 15px;
}

.join_process_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.join_process_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/gold_flag.png) no-repeat;
    width: 79px;
    height: 96px;
    font: italic 18px 'Playfair Display', serif;
    padding: 10px 0 5px 0;
    position: absolute;
    top: -36%;
    left: -3%;
}

.join_process_step span:last-child {
    font-size: 40px;
    line-height: 26px;
}

.join_process_title {
    position: relative;
    left: 14%;
    display: flex;
    align-items: center;
}

.join_process_title h2 {
    font-weight: normal;
    border-right: 1px solid #545759;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 1.4rem;
}

.join_process_title span {
    font-size: .8rem;
}


/*join_form*/

.joinForm_blank {
    position: relative;
}

.joinform_img {
    position: absolute;
    right: 0;
}

.joinForm_area {
    margin: 110px auto 200px;
    max-width: 1248px;
}

.joinForm_blank_title {
    font-size: 33px;
    color: #c9a164;
    display: block;
    margin: 110px auto 40px;
    padding: 0 44px;
    text-align: center;
    font-weight: normal;
}

.joinForm_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.joinForm_box {
    background: url(../images/form_frame.png) no-repeat;
    max-width: 1248px;
    min-height: 870px;
    position: relative;
    background-size: contain;
    width: 100%;
}

.joinForm_box_title {
    position: relative;
    top: -2%;
    width: 346px;
    margin: 0 auto;
    font-weight: normal;
}

.joinForm_box_title span {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    text-align: center;
    padding: 0 22px;
}

.joinForm_box_title::after {
    content: "";
    background: url(../images/form_title_bg.png) no-repeat;
    display: block;
    width: 346px;
    height: 62px;
}

.joinForm_box ul {
    padding: 5vh 2vw;
    display: flex;
    flex-wrap: wrap;
}

.joinForm_box.joinForm_type_2 ul {
    padding: 15vh 2vw;
}

.joinForm_box ul li {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 24px 20px;
    font-size: 16px;
    align-items: unset;
}

.joinForm_box ul li.long_item {
    width: 100%;
}

.joinForm_box ul li .title {
    padding: 10px 0;
}

.joinForm_box ul li .input {
    padding: 10px;
    width: 100%;
}

.joinForm_select {
    width: calc(100% - 140px);
    border-bottom: 2px solid #545859;
    padding: 6px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.joinForm_select div {
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
}

.joinForm_select input[type='radio'] {
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
}

.joinForm_select label {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
    flex-wrap: wrap;
    font-size: .9rem;
}

.joinForm_select label::before {
    content: "";
    border: 1px solid #c49e63;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
    margin-right: 3px;
}

.joinForm_select input[type='radio']:checked+label::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    position: absolute;
    color: #fff;
    top: 20%;
    left: 0;
    right: 0;
    font-size: .8rem;
}

.mini-input {
    display: inline-block;
    width: 50px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid #545859;
    color: #fff;
    text-align: center;
}

.add_input {
    background: transparent;
    border: 1px solid #545859;
    color: #fff;
    margin: 3px;
}

.joinForm_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.joinForm_bottom .button {
    -webkit-appearance: none;
    cursor: pointer;
    background: #545859;
    color: #fff;
    font-size: 20px;
    padding: 8px 46px;
    border: 0 none;
    border-radius: 0;
    margin-left: 20px;
    transition: .28s linear;
    display: inline-block;
}

.joinForm_bottom .button:hover {
    background: #c9a164;
    background: linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -moz-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -webkit-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
    background: -o-linear-gradient(44.4deg, #8C6825, #DCA541 28.83%, #AA7433 60.74%, #BA883D 76.07%, #DEB85B 100%);
}


/*vendor_page*/

.joinForm_area.vendor_type {}

.vendor_type_top,
.vendor_type_bottom {
    position: relative;
    margin-bottom: 60px;
}

.vendor_title {
    position: relative;
    top: -2%;
    width: 346px;
    margin: 0 auto;
    font-weight: normal;
}

.vendor_title span {
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    text-align: center;
    padding: 0 22px;
}

.vendor_title:after {
    content: "";
    background: url(../images/form_title_bg.png) no-repeat;
    display: block;
    width: 346px;
    height: 62px;
}

.vendor_type .vendor_dataForm {
    padding: 5vh 2vw;
    display: flex;
    flex-wrap: wrap;
}

.vendor_type .vendor_dataForm li {
    width: calc(100% / 2 - 40px);
    margin: 0 20px 24px 20px;
    font-size: 16px;
    align-items: unset;
}

.vendor_type .vendor_dataForm li .title {
    padding: 10px 0;
}

.vendor_type .vendor_dataForm li .input {
    padding: 10px;
    width: 100%;
}

.vendor_type .vendor_dataForm .long_item {
    width: 100%;
}

.annex_box {
    border-bottom: 2px solid #545859;
    width: calc(100% - 140px);
}

.annex_box .joinForm_select {
    border-bottom: none;
    width: calc(100% / 2);
}

[id^="detail-"] {
    display: none;
}

.product__list .aside__item a .icon {
    opacity: 0;
    width: 0;
    height: 36px;
    transition: .28s linear;
    position: relative;
    margin-right: 0;
    text-align: center;
}

.product__list .aside__item.active a .icon,
.product__list .aside__item a:hover .icon {
    width: 36px;
    opacity: 1;
    margin-right: 12px;
}

.product__list .aside__item.active a::before,
.product__list .aside__item a:hover::before {
    /*width: 0;*/
}

.join__area_button {
    text-align: right;
}

.join__area_button a {
    display: inline-block;
    color: #c9a164;
    border: 2px solid #c9a164;
    padding: 14px 47px;
    margin: 80px 0 112px;
}

.join__area_button a::after {
    content: '\f054';
    font: normal normal 900 1rem 'Font Awesome 5 Free';
    margin-left: 16px;
}

.drink__pictuce .eng {
    width: 20px;
}

.drink__pictuce .cht {
    width: 37px;
}

.select-element select {
    display: none;
}

@media only screen and (min-width: 1000px) {
    .about-1-li:not(:last-child) .about-1-article-tips::before {
        content: '';
        height: 148px;
        width: 1px;
        background: #fff;
        position: absolute;
        right: -25px;
        top: 0;
    }
    .about-4-tips::before {
        content: '';
        height: 94px;
        width: 1px;
        background: #c9a164;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-.5px);
    }
    .drink__list {
        display: grid;
        grid-template-columns: repeat(auto-fit, 237px);
        column-gap: 84px;
    }
    .ie-patch .drink__list {
        display: flex;
        flex-wrap: wrap;
    }
    .ie-patch .drink__item {
        flex: 0 0 237px;
        margin-right: 3vw;
    }
    .store__button {
        margin-left: 80px;
    }
    .store__other [class^="store__icon_"] {
        width: 50%;
    }
}

@media only screen and (max-width:1800px) {
    .join__area-3-img {
        opacity: .4;
    }
}

@media only screen and (max-width: 1240px) {
    .join_process_box {
        flex-direction: column;
        align-items: center;
        margin: 30px 0;
    }
    .join_process_left,
    .join_process_right {
        width: 90%;
    }
    .join_process_center {
        display: none;
    }
    .join_process_title {
        left: 5%;
    }
    .join_process_blank::after {
        display: none;
    }
    .join__area-1 .join__bg {
        display: none;
    }
    .join__area-1 .join__area-3-img {
        transform: translateY(-100%);
    }
}

@media only screen and (max-width: 999px) {
    .tips__title {
        padding: 0 10px 16px;
        box-sizing: border-box;
        max-width: 100vw;
        font-size: 22px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .tips__title::after {
        bottom: 15px;
    }
    aside {
        margin: 0 0 16px;
        flex: 1 1;
    }
    .aside__title {
        border: 1px solid #bfbfbf;
        margin-bottom: 0;
        display: none;
    }
    .aside__title__top {
        display: flex;
        justify-content: space-between;
        margin: 0;
        font-size: 20px;
        padding: 10px 0;
    }
    .aside__list {
        display: none;
        background: none;
        border: 1px solid #fff;
        padding: 0;
    }
    .aside__title__top::after {
        content: '▼';
        position: relative;
        right: initial;
        bottom: initial;
        transform: none;
        width: initial;
        height: 27px;
        background: none;
    }
    .aside__item {
        padding: 12px 0;
    }
    .aside__item a {
        justify-content: center;
    }
    .aside__item a::before {
        content: none;
    }
    .aside__title__bottom {
        display: none;
    }
    #path {
        padding: 10px;
        display: none;
    }
    .tips {
        width: 100%;
        height: 100%;
        /* position: relative; */
        transform: none;
        top: 0;
        left: 0;
        padding: 20px 0;
    }
    .tips__title {
        margin-top: 0px;
    }
    .banner {
        /* overflow: hidden; */
        height: 100%;
        width: 100%;
        /* position: absolute;
        top: 0;
        left: 0; */
    }
    .banner__img {
        width: 100%;
        min-height: 100%;
        /* max-width: initial;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); */
    }
    .content {
        padding: 60px 10px;
        flex-direction: column;
    }
    .contact__center,
    .contact__bottom,
    .contact__form-bottom {
        flex-direction: column;
    }
    .contact__center {
        padding: 20px 0;
    }
    .contact__center-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .contact__iframe {
        margin: 0 0 20px;
        flex: 0 0 100vw;
    }
    .contact__form-bottom .button {
        margin: 20px 0 0;
        width: 100%;
    }
    .contact__form-item .input,
    .select-element .select-choose {
        box-sizing: border-box;
    }
    .contact__form-item .input {
        max-width: calc(100% - 140px);
    }
    .contact__iframe iframe {
        height: 100vw;
    }
    .about-1 {
        padding: 10px 0 0;
    }
    .about-1-tips {
        font-size: 25px;
    }
    .about-1-tips .num {
        font-size: 40px;
    }
    .about-1-title {
        font-size: 20px;
    }
    .about-2 .about-1-title {
        margin: 60px 0 0;
    }
    .about-2 .about-1-subtitle {
        margin: 0;
        font-size: 12px;
        line-height: 1;
    }
    .about-1-article {
        padding: 10px;
    }
    .about-1-ul {
        flex-direction: column;
    }
    .about-1-li {
        margin-bottom: 30px;
    }
    .about-4-item {
        display: block;
        min-height: initial;
    }
    .about-4-item .left {
        height: 120vw;
    }
    .about-4-item .left,
    .about-4-item .right {
        max-width: initial;
        display: block;
        flex: 1 1 auto;
    }
    .about-4-item .right {
        display: block;
        padding: 140px 10px;
    }
    .about-4-item .center {
        height: 200px;
        top: 120vw;
        transform: translate(-50%, -50%);
    }
    .about-4-item .center i {
        display: none;
    }
    .about-4-item .center img {
        right: -24px;
    }
    .about-4-subtitle,
    .about-4-title,
    .about-4-article {
        z-index: 1;
        position: relative;
        writing-mode: unset;
        -ms-writing-mode: unset;
        -webkit-writing-mode: unset;
        -moz-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        padding: 0;
        margin: 0;
        white-space: unset;
    }
    .about-4-subtitle {
        margin-bottom: 4px;
        padding-left: 8px;
    }
    .about-4-subtitle br,
    .about-4-article br {
        display: none;
    }
    .about-4-title {
        margin-bottom: 10px;
    }
    .about-4-item.step-0 {
        display: flex;
    }
    .about-4-item.step-1 .right {
        position: relative;
    }
    .about-4-item.step-1 .right::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .56);
    }
    .store form {
        width: 100%;
    }
    .store__search,
    .store__item {
        flex-direction: column;
    }
    .store__area,
    .store__city {
        flex: 1 1;
        margin: 0 0 10px;
    }
    .store__other [class^="store__icon_"] {
        flex: 1 1 100%
    }
    .store__img {
        margin: 0 0 20px;
        flex: 1 1;
    }
    .store__button {
        padding: 10px;
        max-width: 100%;
        flex: 1 1;
    }
    .select-element {
        display: none;
    }
    .select-element-mobile {
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
    }
    .contact__form-item .select {
        flex: 1 1;
    }
    .select-element .select-choose,
    .select-element-mobile .select-choose {
        width: 100%;
    }
    .select-element {
        margin: 5px 0;
    }
    .join__box {
        flex-direction: column;
        margin-top: 30px;
    }
    .join__left {
        padding-right: 0;
        padding-bottom: 91px;
    }
    .join__left_blank::before {
        left: 24%;
        transform: rotate(90deg);
        bottom: -50%;
        top: unset;
    }
    .join_right {
        display: flex;
    }
    .join__area_ul {
        flex-direction: column;
        margin: 20px;
    }
    .join__area_ul-item {
        margin-bottom: 10px;
    }
    .join__area_ul {
        position: relative;
    }
    .join__area_text-type-2+.join__area_ul+.join__area_ul {
        margin: 0;
        padding: 91px 0 0;
    }
    .join__area_ul:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 30px;
        display: block;
        width: 67px;
        height: 18px;
        background: url('../images/join-arrow.png') no-repeat 0 0;
        transform: rotate(90deg) translateY(32px);
    }
    .join__area_ul-item:not(:last-child) {
        padding: 0 0 91px;
    }
    .join__area_ul-item:not(:last-child) .join__area_ul-img::after {
        transform: rotate(90deg) translateY(32px);
        top: 152%;
        left: 50%;
    }
    .join__area_os {
        flex-direction: column;
    }
    .join__area_os .join__area_os__bottle {
        width: 70%;
        margin-bottom: 40px;
    }
    .join__area-1 {
        padding: 10px;
    }
    .join__area-between-text {
        margin: 0 0 10px;
    }
    .join__area-2_item {
        flex-direction: column;
        margin-bottom: 10px;
        padding: 10px;
    }
    .join__area-2_item .left {
        flex: 1 1;
        margin: 0 10px;
    }
    .join__area-tips {
        right: initial;
        left: 0;
    }
    .join__area-2_item .right__ul li {
        flex: 0 0 100%
    }
    .join__bg {
        top: -55vw;
        opacity: .4;
    }
    .join__area-3 {
        padding: 10px;
    }
    .joinForm_box {
        background: none;
        margin-bottom: 30px;
        min-height: unset;
    }
    .joinForm_box.joinForm_type_2 ul {
        padding: 5vh 2vw;
    }
    .joinForm_bottom .button {
        margin: 20px 0 0;
        width: 96%;
    }
    .join_process_title {
        left: 8%;
    }
    .food__list {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    .food__item:nth-child(3n+1),
    .food__item:nth-child(3n+2),
    .food__item:nth-child(3n+3),
    .food__item {
        margin: 0 0 120px;
    }
    .drink__item {
        width: 100%;
    }
    .drink__data {
        justify-content: center;
    }
    .drink__list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .drink__detail {
        display: block;
    }
    .drink__pictuce,
    .drink__article {
        padding: 40px 80px;
    }
    .news__item {
        display: block;
    }
    .news__img {
        margin-right: 0;
        text-align: center;
    }
    .news__data {
        flex: 1 1;
    }
    body .fancybox-slide--html .fancybox-close-small {
        position: fixed;
        right: 6px;
        top: 6px;
    }
    .joinForm_box ul li,
    .vendor_type .vendor_dataForm li {
        width: 100%;
        margin: 0 0 24px 0;
        flex-direction: column;
    }
    .joinForm_box ul li .title,
    .vendor_type .vendor_dataForm li .title {
        flex: 0 0 1px;
    }
    .joinForm_box ul li .input,
    .vendor_type .vendor_dataForm li .input {
        max-width: 100%;
    }
    .annex_box {
        width: 100%;
        margin: 15px 0;
    }
    .joinForm_select {
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .joinForm_box ul li {
        width: 100%;
        margin: 0 0 24px 0;
    }
    .join_process_title {
        left: 14%;
    }
}

@media only screen and (min-width: 800px) {}

@media only screen and (max-width: 414px) {
    .joinform_img {
        display: none;
    }
    .joinForm_bottom .button {
        margin: 15px 0;
    }
    .join_process_top {
        flex-direction: column;
        align-items: unset;
    }
    .join_process_step {
        position: unset;
    }
    .join_process_title {
        left: 0;
        box-sizing: border-box;
        position: unset;
        border-bottom: 1px solid #545759;
        padding-bottom: 15px;
        display: inline-block;
    }
    .join_process_title h2 {
        margin: 0;
        padding-right: 0;
        border-right: none;
    }
    .join__area-1 .join__area-3-img {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .joinForm_box_title {
        width: 300px;
    }
    .joinForm_box_title::after {
        width: 300px;
        background-position: center;
        background-size: contain;
    }
}