.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    background-color: #fffbf5;
}

.lp_wrap h1 {
    font-size: 22px;
    font-family: serif;
    text-align: center;
    line-height: 3.5rem;
    color: #000;
    margin: 0 0 30px;
}
.lp_wrap h2 {
    color: #000;
    font-size: 20px;
    font-family: serif;
}
.lp_wrap h3 {
    color: #fff;
    font-size: 17px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}
hr {
    margin-top: 0px !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%;
    min-height: 400px;
    background: url(/sp/2025_sovereign/img/top-bg.jpg) no-repeat;
    background-size: 250%;
    background-position: center center;
}
.main_bg_wrap {
    position: relative;
}
.main_bg .main_bg_wrap .main_title {
    width: 90%;
    padding: 11% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 0.5s;
}
.main_bg .main_bg_wrap .main_coin {
    width: 96%;
    padding: 48% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 1s;
}

.main_bg::before {
    content: '';
    width: 6vw;
    height: 6vw;
    padding: 128.5% 0 0;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shine.webp);
    position: absolute;
    left: 23.5%;
    transform: translateX(-50%);
    z-index: 5;
    opacity: 0;
    animation: shine ease-in 1.2s 3s forwards;
}
.main_bg_wrap::before {
    content: '';
    width: 10vw;
    height: 10vw;
    padding: 118% 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: 8vw;
    height: 8vw;
    padding: 122% 0 0;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/shine.webp);
    position: absolute;
    left: 70%;
    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;
}
.intro_wrap {
    width: 94%;
    margin: 100px auto;
}

/* 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) {
    border-bottom: 1px solid #cca4b8;
}
.product ul li a {
    width: 94%;
    margin: 60px auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.product ul li a b {
    width: 100%;
    position: relative;
    z-index: 2;
}
.product ul li a b img {
    width: 50%;
}
.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(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: 40px;
    height: 40px;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/new_tag.png);
    position: absolute;
    top: 2%;
    left: 30%;
    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: -23.6vw;
    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: -24.5vw;
}
.product ul li:nth-child(2) a b::before {
    background: no-repeat right top / 130% url(/sp/2025_sovereign/img/round-2.png);
    top: -24.5vw;
}
.product ul li:nth-child(3) a b::before {
    background: no-repeat right top / 120% url(/sp/2025_sovereign/img/round-3.png);
    top: -24.5vw;
    right: -50%;
}
.product ul li:nth-child(3)::after {
    content: '';
    width: 100%;
    height: 85vw;
    background: no-repeat top 20% center / 100% url(/sp/2025_sovereign/img/product_silver_back.webp);
    position: absolute;
    top: 0;
    left: 25%;
    transform: translateX(-50%);
    z-index: -1;
}

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

/* CONTENT */
.content {
    width: 100%;
    margin: 0 auto;
}
.content_wrap {
    width: 94%;
    margin: 100px auto 140px;
}

/* STORY */
.story {
    width: 100%;
    padding: 0 0 100px;
    background: url(/sp/2025_sovereign/img/story_bg.webp) no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.story::before {
    content: '';
    width: 100%;
    height: 14vw;
    min-height: 180px;
    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: 94%;
    margin: 0 auto;
}
.story_wrap_george {
    padding: 50vw 0 0;
}
.story_wrap_arms {
    padding: 16vw 0 0;
}
.story_wrap p {
    color: #fff;
}
.story_wrap h3 span {
    color: #adadad;
    font-size: 14px;
    font-weight: lighter;
}
.story_wrap img {
    margin: 0 auto 20px;
}

.story_wrap_george b.designer-img img {
    width: 80%;
    margin: 40px 0 20px 3.5vw;
}
.story_wrap_arms b.antique-coin img {
    width: 80%;
    margin: 20px 10%;
}

/* SPECIAL */
.special {
    width: 100%;
}
.special_wrap {
    width: 94%;
    margin: 100px auto;
}
.special_wrap p {
    margin-top: 30px;
}
.special_wrap ul li {
    width: 90%;
    margin: 0 auto 60px;
    position: relative;
}
.special_wrap ul li::before {
    content: '';
    width: 106%;
    height: 53vw;
    background: no-repeat center / 100% url(/sp/2025_sovereign/img/border.webp);
    position: absolute;
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
}

/* NARABI */
.narabi {
    width: 100%;
}
.narabi_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 0 0 40px;
}
.narabi_wrap ul li p {
    font-size: 10px;
    line-height: 150%;
    text-align: center;
    text-decoration: underline;
    text-underline-position: under;
}
.narabi_wrap ul {
    height: 85vw;
    display: flex;
    
    position: relative;
    z-index: 1;
}

.narabi_wrap ul li {
    width: 30%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.narabi_wrap ul li:nth-child(1) {
    bottom: 55%;
    left: 0;
    z-index: 2;
}
.narabi_wrap ul li:nth-child(2) {
    width: 36%;
    bottom: 60%;
    left: 23%;
}
.narabi_wrap ul li:nth-child(3) {
    bottom: 55%;
    left: 50%;
}
.narabi_wrap ul li:nth-child(4) {
    width: 24%;
    bottom: 50%;
    right: 2%;
}

.narabi_wrap ul li:nth-child(5) {
    right: 37%;
    bottom: 6%;
}
.narabi_wrap ul li:nth-child(6) {
    right: 16%;
}

.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: -2.2vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    z-index: -1;
}

