.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: 2000px;
    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 {
    display: block;
    position: relative;
    padding: 0 var(--PADDING-CONTENT);
}

@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%;
    }
}

.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;
}

.precious-lp-header__key-visual {
    margin-bottom: 40px;
}

/*------------------------------------------------------------------------*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-header__key-visual {
        width: 835px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-header__key-visual {
        width: 1112px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
}
