.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    /* padding: 196px 0 0; */
    background-color: #fffbf5;
}

.lp_wrap h1 {
    color: #000;
    font-family: serif;
    text-align: center;
    line-height: 5rem;
    margin: 0 0 40px;
    cursor: default;
}
.lp_wrap h2 {
    color: #000;
    font-size: 22px;
    font-family: serif;
    line-height: 4rem;
    cursor: default;
}
.lp_wrap h3 {
    color: #fff;
    font-size: 18px;
    cursor: default;
}
.lp_wrap p {
    color: #000;
    cursor: default;
}

hr {
    margin: 0 0 150px !important;
}
.title_gold {
    margin: 0 auto 20px !important;
}


/* Fade in */
.fadein {
    animation-name: fadeinAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeinAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}
.fadeinTrigger{
    opacity: 0;
}




/* TOP BANNER */
.main_bg {
    width: 100%;
    height: 60vw;
    min-height: 900px;
    background: url(/sp/2025_sovereign/img/top-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.main_bg_wrap {
    position: relative;
}
.main_bg .main_bg_wrap .main_title {
    width: 55%;
    max-width: 1400px;
    padding: 6.8% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.5s;
}
.main_bg .main_bg_wrap .main_coin {
    width: 78%;
    padding: 26% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
}

.main_bg::before {
    content: '';
    width: 6vw;
    height: 6vw;
    padding: 77.5% 0 0;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shine.webp);
    position: absolute;
    left: 28.5%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    animation: shine ease-in 1.2s 3s forwards;
}
.main_bg_wrap::before {
    content: '';
    width: 8vw;
    height: 8vw;
    padding: 70% 0 0;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shine.webp);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    animation: shine ease-in 1.2s 2.5s forwards;
}
.main_bg_wrap::after {
    content: '';
    width: 6vw;
    height: 6vw;
    padding: 74% 0 0;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shine.webp);
    position: absolute;
    left: 66%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    animation: shine ease-in 1.2s 2s forwards;
}

@keyframes shine {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.intro_wrap {
    width: 600px;
    margin: 160px auto 100px;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.product ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #cca4b8;
    border-bottom: 1px solid #cca4b8;
}
.product ul li {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product ul li:nth-child(1), .product ul li:nth-child(2) {
    width: 50%;
}
.product ul li a {
    margin: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.product ul li a b {
    width: 100%;
    position: relative;
    z-index: 2;
}
.product ul li a b img {
    width: 40%;
    transition: all 0.5s;
}
.product ul li a h2,
.product ul li a p {
    width: 560px;
    margin: 30px auto 10px;
    text-align: start;
}
.product ul li a h2 i {
    font-style: normal;
    background: linear-gradient(0.5turn, #fffbf500 50%, #dfc3d1 50%);
}
.product ul li a button {
    margin-top: 20px;
    padding: 5px 80px 2px;
    color: #fff;
    background-color: #47233f;
    border: none;
    border-radius: 0%;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}

.product ul li:nth-child(1) {
    border-right: 1px solid #cca4b8;
    border-bottom: 1px solid #cca4b8;
}
.product ul li:nth-child(2) {
    border-bottom: 1px solid #cca4b8;
}

.product ul li:nth-child(3) a {
    width: 900px;
    margin: 100px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product ul li:nth-child(3) a b {
    width: 30%;
}
.product ul li:nth-child(3) a b img {
    width: 100%;
}
.product ul li:nth-child(3) a .text {
    width: 65%;
}
/* .product ul li:nth-child(3) a button {
    padding: 5px 35px 2px;
    color: #47233f;
    background-color: #47233f00;
    border: 1px solid #47233f;
    border-radius: 0%;
} */

.product ul li:nth-child(3) a::before {
    content: '';
    width: 54px;
    height: 54px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/new_tag.png);
    position: absolute;
    top: 15%;
    left: 3.5%;
    transform: translateX(-50%);
    z-index: 5;
}
.product ul li a b::after {
    content: '';
    width: 70%;
    height: 20px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shadow.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    z-index: -1;
}
.product ul li a b::before {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    right: -58%;
    transform: translateX(-50%);
    z-index: -1;
}
.product ul li:nth-child(1) a b::before {
    background: no-repeat right top / 130% url(/sp/2025_sovereign/img/round-1.png);
    top: -244px;
}
.product ul li:nth-child(2) a b::before {
    background: no-repeat right top / 130% url(/sp/2025_sovereign/img/round-2.png);
    top: -244px;
}
.product ul li:nth-child(3) a b::before {
    background: no-repeat right top / 120% url(/sp/2025_sovereign/img/round-3.png);
    top: -20px;
    right: -50%;
}
.product ul li:nth-child(3)::after {
    content: '';
    width: 50%;
    height: 600px;
    background: no-repeat top 20% center / 100% url(/sp/2025_sovereign/img/product_silver_back.webp);
    position: absolute;
    top: 0;
    left: 23%;
    transform: translateX(-50%);
    z-index: -1;
}

/* hover */
.product ul li a button:hover {
    background-color: #6c3860;
    transition: all 0.3s;
}
.product ul li:nth-child(3) a button:hover {
    color: #fff;
}
.product ul li a:hover b img {
    filter: brightness(1.1);
    transition: all 0.3s;
}

.product ul li a button::after {
    content: '';
    width: 225%;
    height: 150px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/year.gif);
    position: absolute;
    top: -1000%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: -1;
    transition: all 0.5s;
}
.product ul li:nth-child(3) a button::after {
    content: '';
    display: none;
}
@keyframes fade {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
}
.product ul li a button:hover::after {
    display: block;
    animation: fade 3s linear infinite alternate;
    transition: all 0.1s;
}

.product ul li:nth-child(3) a button::after {
    display: none;
}
/* link off */
.product ul li:nth-child(3)::before {
    content: '';
    width: 100%;
    height: 600px;
    background: #ffffff00;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* CONTENT */
.content {
    width: 100%;
    margin: 0 auto;
}
.content_wrap {
    width: 800px;
    margin: 160px auto 200px;
}

/* STORY */
.story {
    width: 100%;
    padding: 0 0 160px;
    background: url(/sp/2025_sovereign/img/story_bg.webp) no-repeat;
    background-attachment: fixed;
    background-position: top 5% center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.story::before {
    content: '';
    width: 100%;
    height: 14vw;
    min-height: 220px;
    background: linear-gradient(180deg, rgb(255 251 245) 2%, rgb(255 251 245 / 0%) 97%);
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -1;
}

.story_wrap {
    width: 900px;
    margin: 0 auto;
    padding: 22% 0 0;
}
.story_wrap_george, .story_wrap_arms {
    position: relative;
}
.story_wrap p {
    width: 450px;
    color: #fff;
}
.story_wrap h3 span {
    color: #adadad;
    font-size: 14px;
    font-weight: lighter;
}

.story_wrap_george p:nth-child(5) {
    width: 400px;
    margin: 100px 0 0 120px;
}
.story_wrap_george b.main-img {
    width: 70%;
    position: absolute;
    top: -20%;
    right: -25%;
}

.story_wrap_george b.designer-img {
    width: 30%;
    position: absolute;
    top: 65%;
    left: -23%;
    filter: drop-shadow(2px 4px 6px #00000050);
}
.story_wrap_george h3::after {
    content: '';
    width: 20%;
    height: 220px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/story-1.webp);
    position: absolute;
    top: -10%;
    left: -25%;
}

.story_wrap_arms {
    padding: 200px 0 0 400px;;
}
.story_wrap_arms b.antique-coin img {
    width: 60%;
    margin: 20px 0 0 0;
}
.story_wrap_arms b.main-img {
    width: 70%;
    position: absolute;
    top: 16%;
    left: -32%;
}
.story_wrap_arms h3::after {
    content: '';
    width: 18%;
    height: 240px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/story-3.webp);
    position: absolute;
    top: 16%;
    right: -18%;
}

/* SPECIAL */
.special {
    width: 100%;
}
.special_wrap {
    width: 1200px;
    margin: 200px auto;
}
.special_wrap p {
    margin-top: 30px;
}
.special_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.special_wrap ul li {
    width: 30%;
    position: relative;
}
.special_wrap ul li::before {
    content: '';
    width: 106%;
    height: 214px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/border.webp);
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
}

.special_wrap ul li:nth-child(1) {
    animation-delay: 0s;
}
.special_wrap ul li:nth-child(2) {
    animation-delay: 0.4s;
}
.special_wrap ul li:nth-child(3) {
    animation-delay: 0.8s;
}

/* NARABI */
.narabi {
    width: 100%;
}
.narabi_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}
.narabi_wrap ul li p {
    font-size: 14px;
    line-height: 150%;
    text-decoration: underline;
    text-underline-position: under;
    transition: all 0.3s;
}

.narabi_wrap ul {
    height: 300px;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
}
.narabi_wrap ul li {
    width: 18%;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}
.narabi_wrap ul li:nth-child(1) {
    bottom: 10%;
    left: 0;
    z-index: 2;
}
.narabi_wrap ul li:nth-child(2) {
    width: 22%;
    bottom: 20%;
    left: 14%;
}
.narabi_wrap ul li:nth-child(3) {
    bottom: 10%;
    left: 32%;
}
.narabi_wrap ul li:nth-child(4) {
    width: 16%;
    left: 54%;
    transform: translateX(-50%);
}

.narabi_wrap ul li:nth-child(5) {
    right: 14%;
    bottom: 10%;
}
.narabi_wrap ul li:nth-child(6) {
    right: 0;
}

.narabi_wrap ul li::after {
    content: '';
    width: 70%;
    height: 20px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shadow.png);
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    z-index: -1;
}

.narabi_wrap ul li:hover {
    filter: brightness(1.1);
    transition: all 0.3s;
}
.narabi_wrap ul li:hover p {
    text-decoration: none;
    transition: all 0.3s;
}


