@charset "utf-8";
/* 250613 */
#header .imgGrouplogo{
    position: relative;
    width: 137px;
    padding-top: calc((10px * (15 / 10)) + 2px);
    padding-bottom: calc((10px * (15 / 10)) + 2px);
    margin: 0 auto;
}
#header .grouplogotxt{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: calc(15 / 10);
}
@media only screen and (min-width:768px){
    #header{
        padding-left: 30px;
    }
    #header .boxLogo{
        display: inline-block;
        height: auto;
        position: relative;
    }
    #header .imgLogo{
        width: 230px;
        display: block;
    }
    #header .txtLogo{
        margin-left: 0;
        margin-top: 10px;
    }
    #header .txtLogo br{
        display: none;
    }
    #header .imgLogo a{
        display: block;
    }
    #header .imgLogo img{
        width: 100%;
        height: auto;
    }
    #header .boxMember{
        margin-left: 25px;
    }
    #header .itemMenu{
        margin-right: 15px;
    }
    @media only screen and (max-width:1720px){
        #header .itemMenu{
            margin-right: 10px;
        }
        #header .boxMember{
            margin-left: 10px;
        }
    }
    @media only screen and (max-width:1640px){
        #header .linkMenu {
            font-size: var(--fPc11Fs);
            letter-spacing: var(--fPc11Ls);
        }
    }
    @media only screen and (max-width:1560px){
        #header .itemMenu{
            margin-right: 5px;
        }
        #header .linkMember{
            font-size: var(--fPc11Fs);
            letter-spacing: var(--fPc11Ls);
        }
        #header .linkMenu {
            font-size: var(--fPc10Fs);
        }
    }
}
@media only screen and (max-width:767px){
    #header{
        padding-left: 15px;
    }
    #header .grouplogotxt{
        display: none;
    }
    #header .imgGrouplogo{
        position: absolute;
        width: 31px;
        height: 46px;
        right: auto;
        left: calc(15px + 77px + 15px);
        top: 23px;
        padding: 0;
    }
}
@media only screen and (max-width:360px){
    #header .linkMember{
        font-size: 8px;
    }
}
/* ▼lp_line */
@media only screen and (min-width:768px){
    .lp_line #header .boxNavi{
        margin-left: 0;
        padding-right: 20px;
    }
}
@media only screen and (max-width:767px){
    .lp_line #header{
        justify-content: space-between;
    }
    .lp_line #header .boxNavi{
        margin-left: 0;
    }
    .lp_line #header .boxLogo{
        padding-right: calc(15px + 31px + 10px);
    }
}
@media only screen and (max-width:375px){
    .lp_line #header .boxIconLine{
        width: 20px;
    }
    .lp_line #header .txtLine{
        font-size: 11px;
    }
    .lp_line #header .btnLineBox{
        padding: 0 5px;
    }
}