.stellarnav.mobile .nav-product-box {
    flex-direction: column;
}

.stellarnav.mobile .global-nav ul {
    border-top: none;
}

.stellarnav.mobile.dark li a {
    font-family: -apple-system, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN","BIZ UDPGothic", Meiryo, "sans-serif";
}

.stellarnav.mobile.dark ul ul, .stellarnav.mobile.dark ul ul li {
    background: transparent;
}

.stellarnav.mobile.dark .nav-product ul li a {
    color: #fff;
    font-size: .8em;
    height: 44px;
    line-height: 44px;
    display: block;
}

.stellarnav.mobile.dark a.ico {
    background-size: 1.3em;
    background-position: left center;
}

/* up */
.dorp-parents + ul {
    padding-top: 16px !important;
}

.nav-product-box-left-up {
    padding: 0;
}

.nav-product-box-left-up-item, .nav-product-box-left-down-item {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    height: auto;
    padding: 0;
    width: 100%;
}

.nav-product-box-left-up-subitem, .nav-product-box-left-down-subitem {
    height: 44px;
    width: calc(100% - 16px);
    border-bottom: dotted 1px #666;
}

/* down */
.nav-product-box-left-down {
    background-color: transparent;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

/* Box */
.nav-product-box-right {
    flex-direction: row;
    background: transparent;
}

.stellarnav.mobile.dark .nav-product-box-right .nav-product-box-right-item {
    padding-top: 16px;
}

    .stellarnav.mobile.dark .nav-product-box-right .nav-product-box-right-item:first-child {
        padding-right: 5px;
        padding-left: 16px;
    }

    .stellarnav.mobile.dark .nav-product-box-right .nav-product-box-right-item:last-child {
        padding-left: 5px;
        padding-right: 22px;
    }

.stellarnav.mobile.dark .nav-product-box .nav-product-box-right a {
    height: auto;
    line-height: normal;
}

/* Other List */
.stellarnav.mobile.dark .other-list-wrapper {
    padding: 20px 0 0 12px;
    box-shadow: none;
}

    .stellarnav.mobile.dark .other-list-wrapper .other-list-item {
        height: 44px;
        line-height: 44px;
        border-bottom: dotted 1px #666;
        margin-bottom: 0;
    }

    .stellarnav.mobile.dark .other-list-wrapper .newwin-co a::after {
        font-family: "Font Awesome 5 Free";
        content: "\f35d";
        display: inline-block;
        width: 1.5em;
        padding-left: 1em;
        color: #fff;
        font-weight: 600;
        background: unset;
    }

        .stellarnav.mobile.dark .other-list-wrapper .other-list-item i {
            color: #ccc;
        }

        .stellarnav.mobile.dark .other-list-wrapper .other-list-item:last-child {
            border: none;
        }

        .stellarnav.mobile.dark .other-list-wrapper .other-list-item a {
            color: white;
            border: none;
            font-size: 14.4px;
        }

/* open icon */
.has-sub .fa-chevron-down {
    display: none;
}

.has-sub.open .fa-chevron-right {
    display: none;
}

.has-sub.open .fa-chevron-down {
    display: block;
}

/* hidden */
.nav-product-box-left-up-label, .nav-product-box-left-down-item-label {
    display: none;
}
