@charset "utf-8";
body, html{
    font-family: 'suit';
    font-size: 0.83vw;
    width: 100vw;
    overflow-x: clip;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
body::-webkit-scrollbar{
    width: 10px;
}

#hd_login_msg{
    display: none;
}
.mo{
    display: none;
}
.head.mo{
    display: none;
}


/* quick */
.quick{
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 10;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px #00000046;
}
.quick figure{
    width: 100%;
    height: 100%;
}
/* quick */

/* head_pop */
.head_pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #000;
    z-index: 10;
}
.head_pop a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04vw;
    color: #fff;
    font-weight: 700;
    height: 2.60vw;
}
/* head_pop */


/* head */
.head{
    position: fixed;
    top: 2.60vw;
    left: 0;
    width: 100vw;
    height: 4.16vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-right: 5.20vw;
    z-index: 10;
    background-color: #fff;
}
.head > a:nth-child(1){
    position: fixed;
    top: 3.38125vw;
    left: 5.20vw;
    display: block;
    width: 19.89vw;
    height: 2.60vw;
}
.head > ul{
    display: flex;
    height: 100%
}
.head > ul li{
    height: 100%;
}
.head > ul li a{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 1.30vw;
    font-weight: 700;
    transition: 0.5s;
}
.head > ul li a:hover{
    color: #858585;
}
.head > ul li:last-child a{
    background-color: #858585;
    color: #fff;
    transition: 0.5s;
}
.head > ul li:last-child a:hover{
    background-color: #000;
}
.head > a:nth-child(3){
    display: block;
    width: 2.60vw;
    height: 2.60vw;
}
.head > a:nth-child(3) figure{
    width: 100%;
    height: 100%;
}
/* head */


@media screen and (max-width:500px) {
    .pc{
        display: none;
    }
    .mo{
        display: block;
    }


    .quick{
        bottom: 20px;
        right: 20px;
    }
    /* haed_pop */
    .head_pop{
    }
    .head_pop a{
        font-size: 4vw;
        height: 10vw;    
    }
    /* haed_pop */


    /* head */
    .head.mo{
        top: 10vw;
        display: flex;
        justify-content: flex-end;
        height: 14vw;
        padding-right: 20px;
        padding-left: 20px;
    }
    .head > a:nth-child(1){
        top: 14vw;
        left: 50%;
        transform: translateX(-50%);
        width: 46.2vw;
        height: 6vw;
    }
    .head > a:nth-child(3){
        width: 8vw;
        height: 8vw;
    }
    .head .menu_btn{
        width: 8vw;
        height: 5vw;

    }
    .head .menu_btn span{
        display: block;
        width: 100%;
        height: 1vw;
        background-color: #000;
        margin-bottom: 1vw;
        border-radius: 2vw;
    }
    .head .menu_btn span:last-child{
        margin-bottom: 0;
    }
    .head .mo_menu{
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #00000096;
        backdrop-filter: blur(10px);
        margin: 0;
        padding: 30vw 0 10vw 10vw;
        color: #fff;
        flex-direction: column;
        transition: 0.5s;
    }
    .head .mo_menu.on{
        right: 0;
    }
    .head > ul li{
        height: auto;
        margin-bottom: 5vw;
    }
    .head > ul li a{
        position: relative;
        font-size: 4vw;
        width: 60vw;
        height: 10vw;
        padding: 0;
        transition: 0.5s;
    }
    .head .mo_menu .close{
        width: 10vw;
        height: 10vw;
        position: absolute;
        top: 20px;
        font-size: 4vw;
        font-weight: 900;
        right: 20px;
    }
    .head > ul li a::after{
        content: "";
        width: 20vw;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .head > ul li a:hover{
        color: #fff;
    }
    .head > ul li:last-child{
        background: none;
        color: #fff;
    }
    .head > ul li:last-child a{
        background: none;
    }
    .head > ul li:last-child a:hover{
        color: #fff;
        background: none;
    }
    /* head */

}