a {
    text-decoration: none;
    color: #2e2a2b;
}

a:hover,
a:focus {
    color: #ccc;
}

ul {
    padding: 0;
    margin: 0;
}

.slidingImage {
    display: none;
}

.pageWidth {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.mainContainer {
    background: #fff;
    padding: 1px 1px;
    overflow: hidden;
    height: 100%;
}

.mainContainer .tab {
    margin-bottom: 5px;
    height: 100%;
}

.mainContainer .tab .tabContainer {
    overflow: hidden;
    height: 100%;
}

.tab {
    border: black;
    background: #fff;
}

.tab h2 {
    white-space: nowrap;
}

.globalNavigation {
    display: none;
    height: 100%;
}

.globalNavigation ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.globalNavigation li {
    position: relative;
    list-style-type: none;
    float: left;
    width: calc(100% / 6);
    height: 100%;
    text-align: center;
    z-index: 2;
}

.globalNavigation .topLink {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.299);
    color: #FFF;
    padding: 38px 0 32px;
    display: block;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    bottom: 0;
}

.usecase_navigator {
    visibility: none;
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.usecase_navigator::after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 0;
    background-color: #E61873;
}

.usecase_navigator>img {
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}

.usecase_navigator>div {
    font-weight: 700;
}

/* .globalNavigation.selected .topLink {
    pointer-events: none;
}

.globalNavigation.selected .topLink.active {
    pointer-events: visible;
} */

.globalNavigation.selected .topLink.active~.usecase_navigator {
    color: #FFF;
    padding: 23px 0 20px;
    display: flex;
    font-size: 16px;
    background-color: #F0438F;
    z-index: 3;
    visibility: visible;
    opacity: 1;
}

.globalNavigation .topLink:hover,
.globalNavigation .topLink:focus,
.globalNavigation .topLink.active {
    color: #fff;
}


.globalNavigation .topLink:hover {
    background-color: transparent;
}

body.lang-en .tab.active .cover_en,
body.lang-jp .tab.active .cover_jp {
    display: block;
}

body.lang-jp .tab.active .cover_en,
body.lang-en .tab.active .cover_jp {
    display: none;
}

@media (min-width: 768px) {
    .globalNavigation {
        display: block;
    }

    .mainContainer .tab {
        width: calc(100% / 6);
        float: left;
        margin-bottom: 1px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .selected .tab {
        width: 0%;
    }

    .mainContainer .tab .tabContainer {
        position: relative;
        background: #545454;
        border: 0 none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .mainContainer .tab.active {
        width: 100%;
    }

    .mainContainer .tab.active .tabContainer {
        background: #fff;
        color: #fff;
    }

    .tabContainer>.back_img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
    }

    .front_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: 1s;
        pointer-events: none;
        z-index: 1;
    }

    .tab.active .back_img {
        opacity: 1;
    }

    .topLink.active~.front_img {
        opacity: 0;
    }

    .globalNavigation.selected .front_img {
        opacity: 0;
    }

    .globalNavigation.selected .menuitem-bg {
        background-color: #48BD8E;
    }

    .globalNavigation.selected .topLink {
        background-color: #48BD8E;
        position: absolute;
        width: 100%;
        height: 100px;
        align-self: flex-end;
        bottom: 0;
        left: 0;
        transition: 0s;
    }

    .menuitem-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        cursor: pointer;
        display: block;
        z-index: 1;
    }

    .active~.menuitem-overlay {
        display: block;
    }

    .menuitem-bg {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100px;
        z-index: 1;
        background-color: transparent;
        /* pointer-events: none; */
    }

    .globalNavigation.selected .topLink:hover {
        background-color: #40ad81;
    }

    .globalNavigation.selected li>a.active~.menuitem-overlay {
        z-index: 1;
    }

    .topLink:hover~.menuitem-bg {
        background-color: #48BD8E;
        transition: 0.3s;
    }

    .slidingImage {
        display: block;
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .slidingImage_navigation {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .slidingImage_content {
        height: 100%;
        background-color: black;
    }

    .slideCTA {
        position: absolute;
        right: 110px;
        top: 140px;
        background-color: #48BD8E;
        border: 3px solid #3EA37B;
        z-index: 1;
        width: 146px;
        height: 146px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        text-align: center;
        color: #FFF;
        transition-delay: 0s;
    }

    .mainContainer.selected .tab.active .slideCTA {
        visibility: visible;
        transition-delay: 0.5s;
        transition: 0.3s;
    }

    .slideCTA a {
        color: #FFF;
    }

    .slideCTA svg {
        margin-top: 12px;
    }
}

@media screen and (max-width: 786px) {
    .home.header.header-transparent {
        background: #F5F9F0 !important;
    }
}

@media (min-width: 1200px) {
    .pageWidth {
        width: 1200px;
        margin: 0 auto;
    }
}

@media (min-width: 1440px) {
    .globalNavigation .topLink {
        font-size: 20px;
    }
}


body::-webkit-scrollbar {
    width: 11px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #90A4AE #CFD8DC;
}

body::-webkit-scrollbar-track {
    background: rgba(222, 222, 222, .75);
}

body::-webkit-scrollbar-thumb {
    background-color: #90A4AE;
    border-radius: 6px;
    border: 3px solid #CFD8DC;
}