.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999;
}

.header--inner {
    position: relative;
}

.header--menu {
    cursor: pointer;
}

.header a:hover,
.header--menu:hover {
    /*        opacity: 0.5;*/
}

.navigation-menu__bars {
    cursor: pointer;
    border-radius: 1px;
    height: 1px;
    width: 26px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: 27px;
    display: block;
    transition: all 0.3s;
    z-index: 9000;
}

.navigation-menu:hover .navigation-menu__bars {}

.navigation-menu__bars::before {
    cursor: pointer;
    border-radius: 1px;
    height: 1px;
    width: 33px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 20px;
    display: block;
    transition: all 0.3s;
}

.navigation-menu__bars::after {
    cursor: pointer;
    border-radius: 1px;
    height: 1px;
    width: 33px;
    background: #fff;
    position: absolute;
    left: 11px;
    top: 20px;
    display: block;
    transition: all 0.3s;
}

.navigation-text::before {
    padding: 44px 0 0 0;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0;
    color: #fff;
    display: block;
    content: "MENU";
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.navigation-menu {
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9500;
}

.navigation-menu::before {
    background: #fff;
    content: "";
    height: 400%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}

.gnav-active .navigation-menu__bars {
    background-color: transparent;
}

.gnav-active .navigation-menu__bars::before,
.gnav-active .navigation-menu__bars::after {
    top: 0;
}

.gnav-active .navigation-menu__bars::before {
    transform: rotate(45deg);
    background: #000;
    width: 26px;
    left: 4px;
}

.gnav-active .navigation-menu__bars::after {
    transform: rotate(-45deg);
    background: #000;
    width: 26px;
    left: 4px;
}

.gnav-active .navigation-text {
    background-color: transparent;
}

.gnav-active .navigation-text::before {
    content: "CLOSE";
    color: #000;
    text-align: center;
}

.gnav-active .navigation-text::after {
    /*    transform: rotate(-45deg);*/
}

.navigation-menu__toggle {
    cursor: pointer;
    height: 70px;
    width: 70px;
    background: #61c1cd;
    transition: 0.3s ease;
    margin: 0 0 0 10px;
    overflow: hidden;
    /* position: fixed;
    right: 10px;
    top: 10px; */
    position: absolute;
    left: 100%;
    top: 10px;
}

.gnav-active .navigation-menu__toggle {
    margin: 0 0 0 10px;
    background: transparent;
}

.navigation-menu__bars::before,
.navigation-menu__bars::after {
    content: "";
}

.navigation-menu__bars::before {
    left: 0;
    top: -8px;
}

.navigation-menu__bars::after {
    left: 0;
    top: 8px;
}

.nav-dot {}

.nav-dot li {}

#menu.nav-dot li.current a .en {
    /* background: #6dfde0; */
    color: #61c1cd;
}

#menu.nav-dot li.current a .ja {
    color: #61c1cd;
}

.mLogo {
    width: 200px;
    margin: 20px auto 10px auto;
}

.mLogo img {
    width: 100%;
}

.m-logo {
    width: 160px;
    margin: 20px 20px 10px auto;
    display: none;
}

.m-logo img {
    width: 100%;
}

.gnav ul li a {}

.gnav {
    position: fixed;
    top: 0;
    width: 80%;
    background: rgba(255, 255, 255, 1);
    /* background: #1cf2ff; */
    height: 100%;
    z-index: 9002;
    transform: translateX(-100%);
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: ease;
    overflow: auto;
    visibility: hidden;
    max-width: 480px;
    -webkit-transition: all .6s cubic-bezier(.5, 0, 0, 1);
    -moz-transition: all .6s cubic-bezier(.5, 0, 0, 1);
    transition: all .6s cubic-bezier(.5, 0, 0, 1);
    padding-bottom: 50px;
}

.gnav-active .gnav {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

#menu {
    position: relative;
    text-align: center;
    padding: 80px 0 30px 0;
}

#menu li.menu-list {
    position: relative;
    text-align: center;
}

#menu li.menu-list a {
    display: block;
    color: #93d4d6;
    font-size: 140%;
    line-height: 1;
    padding: 12px 0;
}

#menu li.menu-list b {
    color: #131313;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

#menu li.menu-list i {
    color: #131313;
    display: inline-block;
    margin-right: 2px;
    font-size: 20px;
    line-height: 100%;
    vertical-align: top;
    display: none;
}

#menu li.menu-list a.active b {
    /*    color: #8EFDEC;*/
    color: #ea6074;
}

#menu li.menu-list a.active i {
    color: #ea6074;
}

#menu li.menu-list a span.en {
    display: inline-block;
    /*    color: #005f21;*/
    color: #3b3939;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    font-size: 140%;
    line-height: 1;
}

#menu li.menu-list a.active span.en,
#menu li.menu-list a.active span.ja {
    color: #EC4371;
}

#menu li.menu-list a span.ja {
    display: block;
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    letter-spacing: 2px;
    top: 10px;
    left: 20px;
    width: 100%;
    font-weight: 700;
    color: #3b3939;
}

.limited{
    position: relative;
    display: block;
    margin: 20px auto 0 auto;
}
