@charset "UTF-8";
.new1 .l-header-btn {
    width: 204px;
    margin-top: 38px;
}

.new1 .l-header-btn--m {
    padding-right: 0;
    width: 338px;
}

.new1 .c-btn {
    font-size: 1rem;
    padding-block: 12px;
}

.new1 .c-btn--gold {
    background-color: #ffffff;
    color: #847830;
    border-color: #847830;
    position: relative;
    padding-left: 35px;
}

.new1 .l-header-btn--s {
    width: 131px;
}

.l-header-btn-inner.new1 {
    gap: 14px;
}

.new1 .c-btn--gold::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/wprenew01/wp-content/uploads/2025/12/2d35b964ed1580f7a3af5b217dd0a312.png');
    aspect-ratio: 241/203;
    width: 44px;
    background-size: contain;
    left: 19px;
}

@media screen and (max-width: 1325px) {
    .new1 .l-header-btn {
        width: 159px;
    }

    .new1 .l-header-btn--s {
        width: 99px;
    }

    .new1 .l-header-btn--m {
        width: 300px;
        margin-left: 10px;
    }

    .new1 .c-btn {
        font-size: 0.875rem;
    }

    .new1 .c-btn--gold::before {
        width: 38px;
    }

    .l-header-btn-inner.new1 {
        gap: 8px;
    }
}

@media screen and (max-width: 750px) {
    .new1 .c-fix-menu__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw;
    }

    .new1 .c-fix-btn {
        border-radius: 0;
        width: 45vw;
        height: 10vw;
    }

    .new1 .c-fix-btn__link {
        font-size: 3.5vw;
    }

    .new1 .c-fix-menu__head {
        width: 45vw;
        border-radius: 0;
        height: 10vw;
    }

    .new1 .c-fix-menu__btn {
        font-size: 3.5vw;
    }

    .new1 .c-fix-btn__gold {
        grid-column: 1/3;
        width: 100%;
        border: solid 1px #847830;
        background-color: #ffffff;
        position: relative;
        padding-left: 6vw;
    }

    .new1 .c-fix-btn__gold .c-fix-btn__link {
        color: #847830;
    }

    .new1 .c-fix-btn__gold::before {
        content: "";
        display: block;
        position: absolute;
        background-image: url('/wprenew01/wp-content/uploads/2025/12/2d35b964ed1580f7a3af5b217dd0a312.png');
        aspect-ratio: 241/203;
        width: 10vw;
        background-size: contain;
        left: 12vw;
    }

    .new1.c-fix-menu {
        top: 86px;
        height: 23vw;
    }

    .new1 .c-fix-menu__body {
        transform: translate(2vw, 0);
        top: -70vw;
        transition: all ease 0.5s;
    }

    .is-side-menu-opened .new1 .c-fix-menu__body {
        transform: translate(2vw, 0);
        top: 26vw;
    }
}