@media screen and (min-width: 1101px) {
    .header_SP {
        display: none !important;
    }
    .header_PC {
        display: block;
    }
}
@media screen and (max-width: 1100px) {
    .header_SP {
        display: block;
    }
    .header_PC {
        display: none !important;
    }
}

#headerCnt {
    width: 100%;
    margin: 30px auto 80px;
    padding: 0;
}
#headerCnt .header-inner {
    width: 100%;
    margin-top: -80px;
    position: fixed;
    background: #fff;
    z-index: 500;
    padding: 5px 0;
}
#headerCnt .logo_box {
    margin: 0 auto 0 20px;
}
#headerCnt .logo_box a {
    display: flex;
    align-items: center;
}
#headerCnt .jvta_logo {
    width: 197px;
    max-width: 38%;
    margin-right: 15px;
}
#headerCnt .logo_box .c_name img{
    width: 300px;
}
#headerCnt .logo_box .c_name p{
    font-size: 13px;
}
@media screen and (max-width: 1100px) {
    #headerCnt {
	position: absolute;
	margin: 40px 0 0;
    }
    #headerCnt .header-inner {
        margin-top: -40px;
	min-width: unset;
	position: relative;
    }
    #headerCnt .logo_box {
        margin: 0 auto 0 10px;
        padding: 0;
        width: calc(100% - 100px);
    }
    #headerCnt .logo_box a{
            display: block;
        }
    #headerCnt .jvta_logo {
        width: 145px;
    }
    #headerCnt .logo_box .c_name img{
        width: 160px;
        max-width: 100%;
        margin-top: 4px;
    }
    #headerCnt .logo_box .c_name p{
        font-size: 10px;
        line-height: 10px;
        margin-top: 4px;
    }
}

#headerCnt #top_right {
    margin-left: auto;
}
#headerCnt #contact_box {
    display: flex ;
    justify-content: right;
    align-items: center;
}
#headerCnt #contact_box .button {
    width: 155px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0;
    padding: 9px 0;
}
#headerCnt #contact_box .button:nth-of-type(2) {
    background-color: #f96f00;
}
#headerCnt #contact_box .button:nth-of-type(3) {
    background-color: #152b78;
}

#sp_lang {
    position: absolute;
    top: 25px;
    right: 55px;
    width: 40px;
}
#sp_lang a {
    text-align: right;
    font-size: 13px;
    padding-left: 5px;
}
#sp_lang .sp_navi {
    position: relative; 
}
#sp_lang .navi_pos .click_ob {
    display: none;
    position: absolute;
    width: 40px;
    top: 30px;
    padding-top: 5px;
    border-top: solid 1px #2a2a2a;
    background: #fff;
    z-index: 2; 
}
#sp_lang .navi_pos a {
    text-align: left;
    font-size: 13px; }
#sp_lang .navi_pos.active .click_ob {
    display: block; 
}

#HAM,
#HAM span {
    display: block;
    position: absolute;
    margin: auto; }
#HAM {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 18px;
    right: 14px;
    z-index: 999;
    background: #fff;
    transition: .2s; }
#HAM span {
    width: 20px;
    height: 2px;
    right: 0;
    left: 0;
    transition: .2s;
    background: #2a2a2a; }
#HAM span:nth-of-type(1) {
    top: 9px; }
#HAM span:nth-of-type(2) {
    top: 16px;
    z-index: -1; }
#HAM span:nth-of-type(3) {
    bottom: 14px;
#HAM.active {
    background: none; }
#HAM.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
    background: #fff; }
#HAM.active span:nth-of-type(2) {
    opacity: 0; }
#HAM.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    background: #fff;
}

