/* header start */
header:hover{
    background-color: initial;
}
#menu-pc {
    display: none;
}

#menu-sp {
    display: initial;
}

#menu-icon {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 20;
}

#menu-icon span {
    display: block;
    width: 40px;
    height: 5px;
    margin: 8px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: all ease 0.5s;
    transform-origin: left;
}

#menu-icon span:first-child{
    margin-top: 0;
}

#menu-icon span:last-child{
    margin-bottom: 0;
}

#menu-sp-box {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: -100vw;
    z-index: 10;
    transition: all ease-out 0.5s;
}

#menu-sp-box-1 {
    background-color: #292929;
    float: right;
    height: 100vh;
    width: 260px;
}

#menu-sp-box ul {
    padding: 0;
    margin: 80px 0 0 0;
    list-style: none;
}

#menu-sp-box a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
}

.menu-icon-1 {
    transform: rotate(45deg);
    width: 37px !important;
}
.menu-icon-2 {
    opacity: 0;
}
.menu-icon-3 {
    transform: rotate(-45deg);
    width: 37px !important;
}
/* header end */

/* footer start */
.footer-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer-item li {
    width: auto;
    margin: 0;
}

.footer-item a {
    text-align: left;
}
/* footer end */