.add-nav {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}

.add-nav li {
    width: 100%;
}

.add-nav a {
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.add-nav a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 11px;
    overflow: hidden;
    margin: 10px 0 0;
}

.nav {
    position: fixed;
    top: 0;
    width: 60%;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
    right: 0;
    -webkit-transform: translate3d(125%, 0, 0);
    transform: translate3d(125%, 0, 0);
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    padding: 70px 0 0;
}

.nav ul,
.user-wrap ul {
    overflow: hidden;
}

.nav li,
.user-wrap li {
    border-bottom: 1px solid #5c5755;
}

.nav a,
.user-wrap a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

.col-link {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}

.col-link span {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.copyright {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.pure-form {
    display: block;
    background: #080808;
    padding: 9px 10px;
    overflow: hidden;
    position: relative;
}

.pure-form > div {
    overflow: hidden;
}

.pure-form .pure-button {
    display: block;
    width: 48px;
    height: 28px;
    font-size: 10px;
    line-height: 22px;
    border: 1px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #373737;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pure-form .field {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 175px;
    border: 0;
    padding: 7px !important;
    font-size: 10px;
    line-height: 12px;
    color: #454545;
    font-weight: bold;
    margin: 0 8px 0 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
}

.pure-form {
    padding: 2px;
}

.pure-form .pure-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
}

.pure-form > div {
    position: relative;
    padding-right: 49px;
}

.pure-form .field {
    width: 100%;
}

.wrap-info {
    width: 100%;
    margin: 5px auto;
    margin-top: 25px;
    text-align: left;
}

.wrap-info p {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    margin: -7px 0;
}

.wrap-info p a {
    color: #fff;
}

.list-items-handled {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-items-handled .nav-item {
    border: unset;
    display: block;
}

.list-items-handled .nav-item + .nav-item {
    margin-top: 5px;
}

.list-items-handled .nav-item > a,
.list-items-handled .nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #d4d4d4;
    padding: 9px 12px 9px 22px;
    color: #1587d6;
    box-sizing: border-box;
    text-decoration: none;
}

.list-items-handled .nav-item > span {
    cursor: pointer;
}

.list-items-handled .nav-item.arrowed > a:after,
.list-items-handled .nav-item.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%) rotate(0.01deg);
    border: 5px solid transparent;
    border-left: 6px solid #1587d6;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.arrowed.selected > a,
.list-items-handled .nav-item.arrowed.selected > span {
    color: #393939;
}

.list-items-handled .nav-item.arrowed.selected > a:after,
.list-items-handled .nav-item.arrowed.selected > span:after {
    transform: translate(0, -50%) rotate(90deg);
}

.list-items-handled .sub-nav,
.list-items-handled .sub-nav-second_level {
    margin: 10px 0;
    padding: 0 0 0 6px;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2px 3px;
}

.list-items-handled .sub-nav .sub-nav-item > a,
.list-items-handled .sub-nav .sub-nav-item > span {
    position: relative;
    display: block;
    border: none;
    background: #fff;
    font-size: 10px;
    line-height: 16px;
    color: #1587d6;
    padding: 2px 4px 2px 14px;
    box-sizing: border-box;
    text-decoration: underline;
}

.list-items-handled .sub-nav .sub-nav-item.next-level > a,
.list-items-handled .sub-nav .sub-nav-item.next-level > span {
    text-decoration: none;
}

.list-items-handled .sub-nav .sub-nav-item > a:after,
.list-items-handled .sub-nav .sub-nav-item > span:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6px;
    transform: translate(0, 0) rotate(0.01deg);
    border: 4px solid transparent;
    border-left: 4px solid #d61518;
    border-right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.list-items-handled .nav-item.selected > a:after,
.list-items-handled .nav-item.selected > span:after {
    transform: rotate(90deg);
}

.container_s1 .slick-dots li {
    margin: 0;
}

.container_s1 .slick-dots li button:before {
    line-height: 15px;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span,
.box-item-sp .sub-nav-second_level .sub-nav-item > a {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .nav-item + .nav-item {
    margin: 0;
}

.box-item-sp .list-items-handled .nav-item > a,
.box-item-sp .list-items-handled .nav-item2 > a,
.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span,
.box-item-sp .list-items-handled .sub-nav-item > span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 12px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
}

.box-item-sp .list-items-handled .nav-item > span,
.box-item-sp .list-items-handled .nav-item2 > span {
    cursor: pointer;
}

.box-item-sp .list-items-handled .nav-item.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item.arrowed > span:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > a:after,
.box-item-sp .list-items-handled .nav-item2.arrowed > span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    left: unset;
    transform: scaleY(1.5);
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.box-item-sp .list-items-handled .sub-nav,
.box-item-sp .list-items-handled .sub-nav-second_level {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    border: unset;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > a,
.box-item-sp .list-items-handled .sub-nav .sub-nav-item.next-level > span {
    padding: 0 12px;
    color: #fff;
    text-decoration: none;
    height: 35px;
    line-height: 26px;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #56686f;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    transition: all 0.5s ease;
}

.box-item-sp .list-items-handled .sub-nav-item,
.box-item-sp .list-items-handled .sub-nav-item a {
    background: #003245ad;
}

.box-item-sp .nav-item,
.box-item-sp .nav-item2 {
    position: relative;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a:after {
    content: unset;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    background: #003245ad;
}

.box-item-sp .list-items-handled .nav-item.arrowed.selected > span,
.box-item-sp .list-items-handled .nav-item2.arrowed.selected > span {
    background: #003245ad;
    color: #fff;
    transition: all 5s;
}

.box-item-sp .list-items-handled .sub-nav .sub-nav-item > a {
    text-decoration: none !important;
    padding: 5px 20px !important;
    color: #fff;
}

.nav {
    right: -3px;
}

.box-item-sp .sub-nav .nav-item {
    background: #003245ad;
}

.note-telephone {
    font-size: 12px;
    width: max-content;
    display: inline-block;
}

.add-nav.tab-add-nav .item01 {
    background: #ff0054;
}

.add-nav.tab-add-nav .item02 {
    background: #0574dc;
}

.add-nav.tab-add-nav .item03 {
    background: #159600;
}

.add-nav.tab-add-nav .item04 {
    background: #ff8400;
}

.add-nav.tab-add-nav a:before {
    content: unset;
}

.add-nav.tab-add-nav .item-nav {
    position: relative;
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 3px 0;
}

.tab-add-nav li {
    color: #fff;
}

.tab-add-nav .item-nav span {
    font-size: 10px;
    line-height: 24px;
    white-space: nowrap;
}

.tab-add-nav .img-nav {
    width: 25px;
    height: 25px;
    position: relative;
}

.tab-add-nav .img-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gr-nav-item {
    position: absolute;
    width: 100%;
    left: 0;
    background: #000000;
    display: none;
    z-index: 9999;
    opacity: 0.9;
}

.gr-nav-item .list_li_nav {
    width: 50%;
    flex: 0 0 50%;
}

.gr-nav-item .left_li_nav .item_li_nav {
    padding: 10px 10px 0 0;
}

.gr-nav-item .right_li_nav .item_li_nav {
    padding: 10px 0 0 10px;
}

.gr-nav-item .item_li_nav a {
    width: auto !important;
    text-align: left;
    border: 1px solid #fff;
    padding: 5px 5px 5px 25px;
    height: unset;
    line-height: 20px;
    position: relative;
    transition: .5s ease;
}

.gr-nav-item .item_li_nav a:after {
    content: '';
    width: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gr-nav-item .container_s1 {
    display: flex;
    padding: 10px 15px 20px;
    flex-wrap: wrap;
}

.tab-add-nav .icon-slide {
    opacity: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-bottom: 5px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all .5s;
}

@media (max-width: 320px) {
    .tab-add-nav .item-nav span {
        font-size: 9px;
        line-height: 24px;
    }

    .gr-nav-item .right_li_nav .item_li_nav {
        padding: 10px 0 0 5px;
    }

    .gr-nav-item .left_li_nav .item_li_nav {
        padding: 10px 5px 0 0;
    }

    .gr-nav-item .list_li_nav a {
        font-size: 9px;
    }
}

.wrap-header-sp .list-header-top li {
    padding-right: 8px;
}

.wrap-header-sp .img-nav {
    text-indent: 9px;
    width: 22px;
    height: 22px;
    position: relative;
    margin: 5px auto 2px;
}

.click-chat {
    width: 53px;
    height: auto;
}

#upt-chat-container.eyecatcher {
    opacity: 0;
    visibility: hidden;
}
#upt-chat-container {
    opacity: 1;
    visibility: visible;
}
#link-top2 { display: none}