.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.lp_wrap h1 {
    color: #278fac;
    font-size: 6.5vw;
    font-family: serif;
    line-height: 150%;
    margin: 0 0 30px;
}
.lp_wrap h1 span,
.lp_wrap h2 span {
    color: #b9799f;
    font-size: 3vw;
    line-height: 150%;
    display: inline-block;
    margin-bottom: 10px;
}
.lp_wrap h2 {
    color: #278fac;
    font-size: 5vw;
    font-family: serif;
    line-height: 150%;
    margin: 0 0 30px;
}
.lp_wrap h3 {
    font-size: 16px;
}
.lp_wrap p {
    font-size: 3.5vw;
    color: #000;
    text-align: justify;
}


hr {
    margin-top: 0px !important;
}


/* fade in */
.fadein {
    opacity: 0;
    transition: opacity .8s ease-out;
}
.fadein.blurred {
    opacity: 1;
}

.fadeout {
    opacity: 0;
}
.fadeout.blurred {
    animation: fadeout 1.5s ease-out forwards;
}

@keyframes fadeout {
    0%, 100% { opacity: 0; }
    30%, 80% { opacity: 1; }
}




/* main bg */
.main_bg {
    width: 100%;
    height: 170vw;
    background: url(/sp/2025_privy/img/top_bg.webp) no-repeat;
    background-size: auto 110%;
    background-position: top 70% center;
    position: relative;
}

.main_bg::before {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(#ffffff00, #ffffff 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.main_bg_wrap {
    position: relative;
}

.main_bg .main_bg_wrap .main_title {
    width: 90%;
    padding: 10% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main_bg .main_bg_wrap .main_txt {
    width: 12%;
    padding: 40% 0 0;
    position: absolute;
    right: 0%;
    transform: translateX(-50%);
}

/* intro */
.intro {
    width: 100%;
    margin: 60px auto;
}
.intro_wrap {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}
.intro p {
    text-align: center;
}
.intro p img {
    width: 68px;
}
.intro p b {
    color: #ffffff;
    /* background: linear-gradient(-45deg, #84c6e5 0%, #c687a2 100%); */
    /* padding: 2px 6px; */
    padding: 2px 0;
}
.intro p b.blue {
    background-color: #59bbd6;
}
.intro p b.pink {
    background-color: #dc89ad;
}



/* line up */
.lineup {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
#coinlist_cate {
    width: 100% !important;
    margin: 0 auto !important;
}
#coinlist_cate ul {
    display: flex;
    flex-wrap: wrap !important;
}

#coinlist li b, #coinlist_cate li b, .stock_ng {
    margin: 0 0 10px 10px !important;
}

span.stock_num {
    font-size: 12px !important;
    position: relative;
    top: 13px;
}
.stock_ng {
    font-size: 9px !important;
}

/* main mark */
.main_mark {
    width: 100%;
    margin: 0 auto;
    background: url(/sp/2025_privy/img/coin-bg.webp) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.main_mark_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 100px 0 60px;
}
.main_mark h2 {
    text-align: center;
}
.main_mark b {
    font-weight: normal;
    background: linear-gradient(#f8d4e900 45%, #f8d4e9 0%);
}
.main_mark .main_img {
    width: 100%;
    height: 95vw;
    margin: 60px auto;
    position: relative;
    z-index: 1;
}
.main_mark .main_img i {
    position: absolute;
    top: 0;
    left: 0;
}

/* content */
.content {
    width: 100%;
    padding: 0 0 60px;
    background: url(/sp/2025_privy/img/cont-bg.webp) no-repeat;
    background-size: auto 100%;
    background-position: bottom center;
}
.content_wrap {
    width: 94%;
    margin: 0 auto;
}

.cont-1 {
    margin: 0 auto 60px;
}
.cont-1, .cont-3 {
    display: flex;
    flex-wrap: wrap;
}
.cont-1 .cont-1_img, .cont-3 .cont-3_img {
    order: 1;
}
.cont-1 .txt, .cont-3 .txt {
    order: 2;
}
.cont-2 .txt {
    margin: 30px auto 0;
}

/* mid banner */
.mid-banner {
    width: 100%;
    height: 50vw;
    background: url(/sp/2025_privy/img/mid.webp) no-repeat;
    background-size: auto 100%;
    background-position: top center;
}

/* blog */
.blog {
    width: 100%;
    margin: 100px auto 60px;
}
.blog h2 {
    text-align: center;
}

.blog_wrap_sm {
    height: fit-content;
    padding: 0 0 30px;
    position: relative;
}
.blog .slider {
    width: 75%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    }

.blog .slide-wrap {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    display: flex;
    position: relative;
    transition: transform 0.5s ease;
}

.blog .slide {
    width: 100%;
    flex: 0 0 100%; 
    pointer-events: none;
    box-sizing: border-box;
    /* position: absolute;
    top: 0;
    left: 0; */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.blog .slide.active {
    opacity: 1;
    pointer-events: auto;
}

.blog .prev, .blog .next {
    width: 20px;
    height: 20px;
    border-top: 3px #278fac solid;
    border-left: 3px #278fac solid;
    border-right: none;
    border-bottom: none;
    background-color: #ffffff00;
    cursor: pointer;
    position: absolute;
    top: 205px;
    z-index: 10;
    transition: all 0.3s;
}

.blog .prev {
    left: 20px;
    transform: translateY(-50%) rotate(-45deg);
}
.blog .next {
    right: 20px;
    transform: translateY(-50%) rotate(135deg);
}

.blog .prev:active, .blog .next:active {
    border-top: 4px #278fac50 solid;
    border-left: 4px #278fac50 solid;
    transition: all 0.3s;
}

.blog .dots {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.blog .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.blog .dot.active {
    background: #278fac;
}


.blog ul li a {
    color: #000;
}
.blog ul li .area p {
    width: 100%;
    height: 170px;
    background-color: #eee;
    position: relative;
}

.blog ul li .area p::before {
    content: 'Coming soon...';
    width: 100%;
    height: 30px;
    color: #7d7d7d;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.blog ul li a button {
    background-color: #ffffff00;
    border: none;
    font-size: 12px;
    position: relative;
    top: -10px;
    left: 45%;
    transform: translateX(100%);
}
.blog ul li a button::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: #000 1px solid;
    border-right: #000 1px solid;
    position: absolute;
    top: 11px;
    right: -6px;
    transform: rotate(45deg);
    transition: all 0.3s;
}


/* movie */
.movie {
    width: 100%;
    margin: 0 auto 100px;
}
.movie_wrap {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.movie h2 {
    text-align: center;
}

.movie_wrap::before {
    content: '';
    width: 80px;
    height: 80px;
    background: url(/sp/2025_privy/img/cont_deco-3.webp) no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    bottom: -2%;
    left: -7%;
    z-index: -1;
}
.movie_wrap::after {
    content: '';
    width: 160px;
    height: 160px;
    background: url(/sp/2025_privy/img/mark-color.webp) no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: -10%;
    right: -15%;
    opacity: 0.2;
    z-index: -1;
}

.movie .video {
    width: 100%;
    height: 53vw;
    background-color: #eee;
    position: relative;
}
.movie iframe {
    width: 100%;
    height: 53vw;
}
/* .movie .video::before {
    content: 'Coming soon...';
    width: 100%;
    height: 30px;
    color: #7d7d7d;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
} */

/* narabi */
.narabi {
    width: 100%;
    background: url(/sp/2025_privy/img/btm.webp) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.narabi_wrap {
    width: 94%;
    height: 125vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.narabi h2, .narabi p {
    text-align: center;
}
.narabi .coin {
    position: absolute;
}
.narabi .gold {
    top: 57%;
    right: 14%;
    transform: translateX(-50%);
}
.narabi .silver {
    top: 64%;
    left: 18%;
    transform: translateX(-50%);
}
.narabi .coin a {
    height: 30vw;
    display: block;
    position: relative;
}
.narabi .coin a p {
    width: 25vw;
    position: relative;
    transition: all 0.3s;
}
.narabi .coin a p::after {
    content: '';
    width: 70%;
    height: 20px;
    background: url(/sp/2025_privy/img/shadow.png) no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
    z-index: -1;
}
.narabi .coin a p:first-child {
    top: 0;
    left: 0;
    transform: translateX(0%);
}
.narabi .coin a p:last-child {
    top: 0;
    right: 0;
    transform: translate(85%, -90%);
}

.narabi .coin a:hover p {
    filter: brightness(1.07);
    transition: all 0.3s;
}