.pc {
    display: none;
}

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

.lp_wrap h1 {
    font-size: 22px;
    font-family: serif;
    line-height: 3.5rem;
    color: #000;
    margin: 0 0 30px;
}
.lp_wrap h2 {
    font-size: 18px;
    font-family: serif;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}
hr {
    margin-top: 0 !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: 330px;
    background: url(/sp/trump/img/top_bg-1.webp) no-repeat;
    background-size: 176%;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.main_bg_wrap {
    position: relative;
}
.main_bg .main_bg_wrap .main_title {
    width: 60%;
    filter: drop-shadow(2px 3px 1px #0029ad60);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    animation-delay: 0.5s;
}
.main_bg .main_bg_wrap .main_main {
    width: 90%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 60%);
}
.main_bg .main_bg_wrap .main_highlight {
    width: 15%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-32%, 126%);
}

/* INTRO */
.intro {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.intro h1 {
    text-align: center;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 100px 0;
}
.product ul.modal_wrap {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product ul.modal_wrap li.open-modal {
    width: 30%;
    margin: 1.4% 0 0;
    padding: 4% 0 2%;
    color: #000;
    text-align: center;
}
.product ul.modal_wrap li.open-modal img {
    width: auto;
    height: 100px;
}
.product ul.modal_wrap li.open-modal p {
    font-size: 12px;
    line-height: normal;
    text-align: center;
}
.product ul.modal_wrap li.open-modal:active img {
    filter: brightness(1.1);
}
.product ul.modal_wrap li.open-modal:active p {
    text-decoration: underline;
    text-underline-position: under;
}

.product .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 100000;
    pointer-events: none;
}

.product .modal.active {
    display: flex;
}

.product .modal-content {
    background: #fff;
    width: 96%;
    height: 96%;
    margin: 0 auto;
    padding: 40px 0;
    display: block;
    border-radius: 8px;
    overflow-y: scroll;
    box-shadow: none;
    pointer-events: auto;
}
.product .modal-content img {
    width: 100%;
}

.product .left {
    width: 90%;
    margin: 0 auto;
    min-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.product .left img {
    margin-right: 0px !important;
}
.product .nested-slider {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product .nested-slider img {
    max-width: 100%;
    height: auto;
}
.product .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}
.product .thumbnails img {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s;
}
.product .thumbnails img.active {
    border-color: #007bff;
}

.product .right {
    width: 90%;
    margin: -10vw auto 0;
    display: grid;
    position: relative;
    z-index: 1;
}
.product .modal-nav {
    width: 94%;
    display: none;
    justify-content: space-between;
    position: absolute;
}
.product .close {
    width: 30px;
    display: block;
    position: fixed;
    top: 60px;
    right: 30px;
    z-index: 100;
    pointer-events: auto;
    opacity: 0.5;
}
.product .modal-nav i img {
    width: 14px;
    opacity: 0.5;
}
.product .modal-nav i#prev img {
    transform: rotate(180deg);
}
.product #content b.re_price {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    order: 3;
    margin-top: 20px;
}
.product #content b.price {
    font-size: 16px;
    color: #cf0a0a;
    order: 4;
}
.product #content h2 {
    color: #000;
    font-size: 20px;
    line-height: 3rem;
    order: 1;
}
.product #content .hashtag {
    display: flex;
    order: 2;
}
.product #content .hashtag p {
    width: 20vw;
    margin: 0 10px 0 0;
    padding: 2px 0;
    font-size: 12px;
    text-align: center;
    background-color: #cfcfd1;
}
.product #content .hashtag p.tag-1oz {
    background-color: #d3e9ff;
}
.product #content .hashtag p.tag-5oz {
    background-color: #b8dbff;
}
.product #content .hashtag p.tag-silver {
    background-color: #cfcfd1;
}
.product #content .hashtag p.tag-bronze {
    background-color: #f1b898;
}
.product #content a {
    width: 60vw;
    color: #fff;
    text-align: center;
    margin: 10px 0 20px;
    padding: 4px 0;
    background-color: #007bff;
    order: 5;
}
.product #content p {
    order: 6;
}

/* MID BANNER */
.mid-banner {
    width: 100%;
    height: 200px;
    background-image: url(/sp/trump/img/mid-banner.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #000;
}

/* TIMELINE */
.timeline {
    width: 100%;
}
.timeline_wrap {
    width: 94%;
    margin: 0 auto;
}
.timeline h1 {
    font-size: 40px;
    font-family: serif;
    font-weight: normal;
    line-height: 80%;
    text-align: center;
    margin: 100px auto 60px;
}
.timeline h1 span {
    font-size: 14px;
    font-family: sans-serif;
    color: #5a5a5a;
}
.timeline .area ul li h2 {
    font-size: 34px;
    font-family: serif;
    font-weight: normal;
    color: #b93232;
    margin: 0 0 30px;
}

.timeline .area {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 10%;
    position: relative;
    z-index: 1;
}
.timeline .area ul {
    padding: 0 0 100px;
    position: relative;
}
.timeline .area ul::before {
    content: '';
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #b93232;
    position: absolute;
    top: 0;
    left: -4.3vw;
    transform: translateX(-100%);
}
.timeline .area ul::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #b93232;
    position: absolute;
    top: 0;
    left: -6.6vw;
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0.5;
}

.timeline .area ul.area_1 li:nth-child(2):before {
    content: '';
    width: 50vw;
    height: 50vw;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_1.webp);
    position: absolute;
    bottom: 10vw;
    right: -15vw;
    z-index: 1;
}
.timeline .area ul.area_2 li:nth-child(2):before {
    content: '';
    width: 50vw;
    height: 30vw;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_2.webp);
    position: absolute;
    bottom: 10vw;
    right: -8vw;
    z-index: 2;
}
.timeline .area ul.area_3 li:nth-child(2):before {
    content: '';
    width: 58vw;
    height: 40vw;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_3.webp);
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.timeline .area ul.area_4 li:nth-child(2)::after {
    content: '';
    width: 40vw;
    height: 30vw;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_5.webp);
    position: absolute;
    bottom: 0vw;
    right: -20vw;
    transform: translateX(-50%);
    z-index: 2;
}
.timeline .area ul.area_4 li:nth-child(2):before {
    content: '';
    width: 55vw;
    height: 40vw;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_4.webp);
    position: absolute;
    bottom: 10vw;
    left: 27%;
    transform: translateX(-50%);
    z-index: 2;
}

/* REVIEW */
.review {
    width: 100%;
    margin: 100px auto 0;
    background-color: #f8f8f8;
}

.review_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0 30px;
    position: relative;
}
.review h3 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 0 0 60px;
}

.swiper {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-wrapper {
    display: inline-flex;
}
.swiper-button-next,
.swiper-button-prev {
    width: 14px;
    height: 30px;
    background: center / 100% no-repeat url(/sp/trump/img/btn_arrow.png);
    position: absolute !important;
    top: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}
.swiper-button-next {
    right: -3vw;
}
.swiper-button-prev {
    transform: rotate(1.5turn);
    left: 1.5vw;
}
.swiper-button-next:active,
.swiper-button-prev:active {
    opacity: 0.4;
}
.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.swiper-slide img {
    width: auto;
    height: 160px;
    margin: 0 auto;
}
.starbar_wrap {
    width: 212px;
    margin: 30px 0 0;
    display: flex;
	position: relative;
    z-index: 1;
}
.starbar-title {
    width: 25%;
	font-weight: bold;  
	font-size: 16px;
	color: #000;
}
.starbar {
    width: 45%;
    height: 18px;
    position: relative;
    z-index: 1;
}
.starbar-bar {
    height: 100%;
    background: left top / auto 100% no-repeat url(/sp/trump/img/rv_star.webp);
}
.starbar-bar::after {
    content: '';
    width: 100%;
    height: 18px;
    background: center / 100% no-repeat url(/sp/trump/img/rv_star-back.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.star-bar-percent {
    width: 30%;
    color: #000;
    font-size: 14px;
    text-align: center;
}
p.infor {
    width: 100%;
    color: #5a5a5a;
    margin: 5px 0 0;
}
p.infor span {
    margin-left: 20px;
}

/*  LINE UP */
.lineup {
    width: 100%;
    height: 100vw;
    background: top center / cover no-repeat url(/sp/trump/img/lineup_bg.webp);
}

.lineup_wrap {
    width: 94%;
    margin: 0 auto;
}
.lineup ul.coin-all {
    height: 100vw;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.lineup ul.coin-all li {
    width: 22vw;
    position: absolute;
    transform: translate(-50%, 100%);
    
}

.lineup ul.coin-all li:nth-child(1) {
    top: 48vw;
    left: 54.5vw;
    z-index: 12;
}
.lineup ul.coin-all li:nth-child(2) {
    top: 48vw;
    left: 36vw;
    z-index: 11;
}
.lineup ul.coin-all li:nth-child(3) {
    top: 33vw;
    left: 46vw;
    z-index: 7;
}
.lineup ul.coin-all li:nth-child(4) {
    top: 33vw;
    left: 28vw;
    z-index: 6;
}
.lineup ul.coin-all li:nth-child(5) {
    top: 48vw;
    right: -1vw;
    z-index: 13;
}
.lineup ul.coin-all li:nth-child(6) {
    top: 33vw;
    left: 10vw;
    z-index: 5;
}
.lineup ul.coin-all li:nth-child(7) {
    top: 48vw;
    left: 19vw;
    z-index: 10;
}
.lineup ul.coin-all li:nth-child(8) {
    top: 18vw;
    right: -3vw;
    z-index: 4;
}
.lineup ul.coin-all li:nth-child(9) {
    top: 33vw;
    right: 6vw;
    z-index: 8;
}
.lineup ul.coin-all li:nth-child(10) {
    top: 33vw;
    right: -12vw;
    z-index: 9;
}
.lineup ul.coin-all li:nth-child(11) {
    top: 18vw;
    left: 21vw;
    z-index: 1;
}
.lineup ul.coin-all li:nth-child(12) {
    width: 19vw;
    top: -1vw;
    left: 38vw;
    z-index: 2;
}
.lineup ul.coin-all li:nth-child(13) {
    top: 18vw;
    right: 16vw;
    z-index: 3;
}

.lineup ul.coin-all::before {
    content: '';
    width: 22vw;
    height: 100px;
    background: center / 100% no-repeat url(/sp/trump/img/lineup_deco_1.webp);
    position: absolute;
    top: 15vw;
    left: -5vw;
}

.lineup ul.coin-all::after {
    content: '';
    width: 40vw;
    height: 100px;
    filter: drop-shadow(2px 4px 6px #00000070);
    background: center / 100% no-repeat url(/sp/trump/img/lineup_deco_2.webp);
    position: absolute;
    top: 5vw;
    left: 50%;
    transform: translateX(-50%);
}

.lineup ul.coin-all li a {
    position: relative;
    z-index: 1;
}
.lineup ul.coin-all li a::after {
    content: '';
    width: 70%;
    height: 20px;
    background: center / 100% no-repeat url(/sp/trump/img/shadow.png);
    position: absolute;
    bottom: -11vw;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}


















