.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;
}

.mobile-image{
    display:none;
}
.precious-Nav {
    position: fixed;
    right: 0;
    top: calc(21vw + 113px);
    height: 100px;
    z-index: 100;
    right: calc(43% - 800px);
    top: 429px;
}
.precious-Nav img{
        width: 100%;
        max-width: 100px;
}
div#float-button {
    width: 100%;
    margin: auto;
    font-size: 10px;
    padding: 0px;
} 

@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__logo {
        top: 24.8%;
    }  
    .precious-Nav {
        right: calc(73% - 800px);
       
    } 
}

@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__logo {
        top: 18.8%;
    }
    .precious-Nav {
        right: calc(96% - 800px);
        top: 319px;
       
    }
}



/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    .precious-lp-header__logo svg {
        width: 219px;
        height: 48px;
    }

    .precious-lp-header__logo svg text.claim {
        font-size: 8.2em !important;
    }

    .precious-lp-header__content {
        padding: 24.8px var(--PADDING-CONTENT) 0;
    }

    .precious-pdp-header__baseline-subtitle-1 {
        font-size: 67%;
        top: 113%;
        left: 10.2%;
        position: absolute;
    }
    .desktop-image{
        display:none;
    }
    .mobile-image{
        display:block;
    }
    img.mobile-image {
        width: 120%;
        max-width: 569px;
        margin: auto;
        display: block;
        /* max-width: max-content; */
        min-width: auto;
        margin-left: -34px;
        margin-right: auto;
    }
    .precious-Nav {
        right: 0;
        top: 496px;
       
    }
}




/* ------------------------------------------- */
/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    .precious-lp-header__logo svg text.claim {
        font-size: 2.3em !important;
    }
}