body.tensha-renew-page,
body.page-template-page-tensha-renew-php {
    position: relative;
}

.l-header--tensha-renew {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    background: transparent !important;
}

@media screen and (min-width: 768px) {
    .l-header--tensha-renew {
        padding: 26px 40px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 768px) {
    .l-header--tensha-renew {
        padding: 1.736vw 2.604vw;
    }
}

.l-main--tensha-renew {
    padding-top: 0 !important;
}

.l-header--tensha-renew .l-header__logo--tensha-renew {
    display: flex;
    align-items: center;
    gap: 13px;
}

.l-header--tensha-renew .l-header__logo-emblem {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.l-header--tensha-renew .l-header__logo-wordmark {
    display: block;
    width: auto;
    height: 44px;
    max-width: 291px;
    object-fit: contain;
}

.l-header--tensha-renew .l-header__nav li a {
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    letter-spacing: 0.1em;
}

.l-header--tensha-renew .l-header__nav li a:before {
    bottom: -8px;
    height: 1px;
    background: #bf3823;
}

.l-header--tensha-renew .l-header__ham span {
    background: #fff;
}

@media screen and (max-width: 767px) {
    .l-header--tensha-renew .l-header__logo-emblem {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    .l-header--tensha-renew .l-header__logo-wordmark {
        height: 32px;
        max-width: 58vw;
    }

    .l-header--tensha-renew .l-header__nav__wrap {
        background: rgba(0, 0, 0, 0.92);
    }

    .l-header--tensha-renew .l-header__nav li a {
        color: #fff;
    }
}
