.precious-lp-header {
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

.precious-lp-header__key-visual {
    display: block;
    position: relative;
}

.precious-lp-header picture {
    display: block;
}

.precious-lp-header__background {
    display: block;
}

.precious-lp-header__background img {
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 722px;
    object-fit: cover;
    object-position: top center;
    margin: 0 auto;
    display: block;
}


.precious-lp-header__logo {
    position: absolute;
    top: 274px;
    left: calc(50% + 152px);
    width: 334px;

}

.precious-lp-header__logo img {
    width: 100%;
    height: auto;
    aspect-ratio: 334 / 99;
}

.precious-lp-header__claim {
    fill: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        Helvetica, Arial, sans-serif;
}

.precious-lp-header__content {
    position: relative;
    padding: 0 var(--PADDING-CONTENT);
    display: flex;
    flex-direction: column;
    align-items: center;

}

@media (max-width:1249px) {
    .precious-lp-header__background img {
        height: auto;
        aspect-ratio: 1250/740;
    }

    .precious-lp-header__logo {
        top: 37.8%;
        left: 62.3%;
        width: 27.5%;
    }
}

@media (max-width:761px) {
    .precious-lp-header__background img {
        height: auto;
        aspect-ratio: 1125/1636;
    }

    .precious-lp-header__logo {
        top: 78.5%;
        left: 21%;
        width: 58%;
    }
}


@media (min-width:762px) {
    .precious-lp-header__key-visual::before {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100px;
        background: linear-gradient(to bottom, transparent, black);
        width: 100%;
        z-index: 2;
    }
}

.claim {
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    fill: #fff;
    text-anchor: middle;
    dominant-baseline: hanging;
}