.i-header-flexd-box {
    position: fixed;
    top: 50%;
    z-index: 9999;
    left: -3rem;
    transition: left 0.3s ease-in-out;
    /* アニメーション */
}

.i-header-flexd {
    position: absolute;
    background: rgba(93, 93, 93);
    top: 2.5rem;
    transform: translate(-50%, -50%);
    border-radius: 0 1rem 1rem 0;
}

.i-menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 1.8rem 1rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 10000;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0 1rem 1rem 0;
}

.i-menu-btn {
    display: none;
}

.i-menu {
    list-style: none;
    position: absolute;
    width: 22rem;
    height: auto;
    top: -28rem;
    left: 0;
    margin-top: 6rem;
    clear: both;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(0, 1);
    transform-origin: left;
    background: rgba(93, 93, 93, 0.9);
    z-index: 10;
    padding-right: 2rem;
    margin-left: -.2rem;
    height: auto;
    overflow: auto;
    border-radius: 0 2rem 2rem 0;
}

/* Hamburger menu button */
.i-menu-btn:checked~.i-menu {
    transform: scale(1, 1);
    transform-origin: left;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.i-menu-top {
    color: #fff;
    border-bottom: 1px dashed #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    margin-left: 2rem;
    font-variation-settings: "wght"700;
    width: 4.5rem;
}

/* Hamburger menbu text */
.i-menu dt {
    font-variation-settings: "wght"700;
    color: #fff;
    text-align: center;
    margin-top: 3rem;
    border-bottom: 1px solid #FFE;
    padding-bottom: 1rem;
    position: relative;
}

.i-menu dt::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-image: url(/assets/images/zai-new/menu-icon01.svg);
    background-repeat: no-repeat;
    transform: translateY(-50%) translateX(-50%);
    width: 1.5rem;
    height: 1.5rem;
    top: 30%;
    left: 22%;
}

.i-menu dd {
    margin-left: 5rem;
}

.i-mokuzi-box-ol {
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.i-mokuzi-box-ol li {
    margin-bottom: 1rem;
    list-style: disc;
    color: #ffa;
}


.i-mokuzi-box-ol li a {
    color: #fff;
}


.i-menu_other {
    color: #fff;
    display: block;
}

.i-menu_other-box {
    display: flex;
}

.i-menu_other-box li {
    width: auto !important;
    margin-left: .5rem;
}

.i-menu-btn:checked~.i-menu a,
.i-menu-btn:checked~.i-menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.i-menu-btn {
    display: none;
}

.i-menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 1.8rem 1rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 10000;
}

.i-navicon {
    color: #000;
}

.index-menu {
    display: block;
}

@media (min-width: 820px) {
    .i-header-flexd {
        top: -2rem;
    }
}

@media (min-width: 1280px) {
    .index-menu {
        display: none;
    }
}