@charset "utf=8";

.hHeight {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 14.5rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    width: 100%;
    height: 14.5rem;
    pointer-events: none;
    transition: all .3s;
}

.header a {
    pointer-events: all;
}

.hAr {
    width: 100%;
    max-width: 188rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hFl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hLogoBx {
    width: 25%;
    max-width: 35.6rem;
    transition: all .3s;
}

.hFlR {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 1rem;
}

.hNavBx {
    display: flex;
    align-items: center;
    margin: 0 4rem 0 0;
}

.hNavLink a,
.hNavPull>p {
    display: flex;
    align-items: center;
    height: 4.5rem;
    padding: 0 4rem;
    font-size: 1.8rem;
    color: var(--primary);
    border-right: 2px solid var(--primary);
}

.hNavLink a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.hNavPull {
    position: relative;
    pointer-events: all;
}

.hNavPull>p {
    cursor: pointer;
}

.hNavDown {
    position: absolute;
    z-index: 5;
    width: max-content;
    padding: 2rem 0 0;
    bottom: auto;
    left: -18%;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none !important;
}

.hNavDown a {
    pointer-events: none !important;
}

.hNavPull:hover .hNavDown {
    opacity: 1;
    pointer-events: all !important;
}

.hNavPull:hover .hNavDown a {
    pointer-events: all !important;
}

.hNavDownIn {

    padding: 2rem;
    background: var(--primary);
    transition: all .3s;
}



.hNavDownLink {
    text-align: center;
    color: var(--white);
}

.hNavDownLink:nth-of-type(n+2) {
    margin: 2rem 0 0;
}

.hNavDownLink:hover {
    text-decoration: underline;
}

.hCtcBtn {
    display: block;
    width: 26.7rem;
    height: 7rem;
    background: var(--white);
    border: 2px solid var(--primary);
    border-radius: 100vmax;
    transition: all .3s;
}

.hCtcBtn:hover {
    background: var(--primary);
}

.hCtcBtn>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hCtcBtn figure {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3rem;
    width: 3rem;
    height: 2.4rem;
    margin: auto 1.8rem auto 0;
    transition: all .3s;
}

.hCtcBtn:hover figure {
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(169deg) brightness(115%) contrast(100%);
}

.hCtcBtnTxtBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 1rem;
}

.hCtcBtnTxtBx p {
    color: var(--primary);
    transition: all .3s;
}

.hCtcBtn:hover p {
    color: var(--white);
}

.hCtcBtnTxtBx p:first-of-type {
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.2em;
    font-weight: 600;
}

.hCtcBtnTxtBx p:last-of-type {
    font-family: var(--fontB);
    font-size: 2.5rem;
    letter-spacing: .1em;
    line-height: 1.2em;
    font-weight: 600;
}

.header.is-animation {
    height: 9rem;
    background: var(--tertiary);
}

.header.is-animation .hAr {
    padding: 1rem 1.5rem;
}

.header.is-animation .hLogoBx {
    max-width: 28.7rem;
}

.toTop {
    position: fixed;
    z-index: 99;
    bottom: 3rem;
    right: 3rem;
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--primary);
    border-radius: 50%;
    background: var(--white);
    overflow: hidden;
    transition: .3s all;
}

.toTop:hover {
    transform: translateY(-1rem)
}

.toTop a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.toTop a img {
    display: block;
    width:70%;
    height: 70%;
}


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

@media screen and (width <=1024px) {

    .hNavLink a,
    .hNavPull>p {
        height: 3.5rem;
        padding: 0 2rem;
        font-size: 1.6rem;
        color: var(--primary);
        border-right: 2px solid var(--primary);
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

@media screen and (width <=768px) {

    .hHeight {
        height: 9rem;
    }

    .hFl {
        justify-content: center;
    }

    .hLogoBx {
        width: 35%;
        min-width: 20rem;
    }

    .hFlR {
        display: none;
    }

    .toTop{
        display: none;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */