@charset "utf-8";

.header.clone {
    position: fixed;
    top: -100%;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.header.clone.is-animation {
    top: 0;
}

.header.clone .header-inner {
    align-items: center;
}

.header.clone .header-nav {
    margin: 0 0 0 2%;
}

.header.clone .header-nav-link p {
    color: #fff;
}

.header.clone .header-nav-link:before {
    background: #fff;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

    .header.clone {
        height: 100px;
        background: #9AB393;
    }

    .header.clone .header-logo-link {
        width: 73px;
    }

}

/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {
    .header.clone .header-logo-link {
        margin: 0 0 0 10px;
    }
}

/* min-width: 1800px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */