.sm {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
    /* padding: 196px 0 0; */
    overflow: hidden;
}

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

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: 35vw;
    min-height: 520px;
    background: url(/sp/trump/img/top_bg-1.webp) no-repeat;
    background-size: 100%;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.main_bg_wrap {
    position: relative;
}
.main_bg .main_bg_wrap .main_title {
    width: 27%;
    filter: drop-shadow(2px 3px 1px #0029ad60);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 95%);
    animation-delay: 0.5s;
}
.main_bg .main_bg_wrap .main_main {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 60%);
}
.main_bg .main_bg_wrap .main_highlight {
    width: 9%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-34%, 109%);
}

.main_bg .main_bg_wrap .eagle {
    position: relative;
    z-index: 2;
}



/* INTRO */
.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.intro_wrap {
    width: 680px;
    margin: 160px auto 100px;
}
.intro_wrap p {
    width: 600px;
    margin: 0 auto;
}

.intro::before {
    content: '';
    width: 15%;
    height: 800px;
    background: center / 100% no-repeat url(/sp/trump/img/deco_flag.webp);
    position: absolute;
    bottom: -65%;
    left: -2%;
}

.intro::after {
    content: '';
    width: 15%;
    height: 600px;
    background: center / 100% no-repeat url(/sp/trump/img/deco_eagle.webp);
    position: absolute;
    bottom: 0;
    right: 5%;
}

/* PRODUCT */
.product {
    width: 100%;
    margin: 0 auto 160px;
    position: relative;
    z-index: 10;
}
.product ul.modal_wrap {
    width: 1000px;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product ul.modal_wrap li.open-modal {
    width: 24%;
    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: 160px;
    transition: all 0.3s;
}
.product ul.modal_wrap li.open-modal:hover img {
    filter: brightness(1.1);
    transition: all 0.3s;
}
.product ul.modal_wrap li.open-modal:hover p {
    text-decoration: underline;
    text-underline-position: under;
    transition: all 0.3s;
}

.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: 1000;
}

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

.product .modal-content {
    background: #fff;
    width: 1300px;
    padding: 100px 100px 80px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
}

.product .modal-content img {
    width: 100%;
}

.product .left {
    min-width: 530px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.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 {
    min-width: 570px;
    flex: 1;
    padding: 20px;
}

.product .modal-nav {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    /* margin-top: 10px; */
    position: absolute;
}

.product .close {
    width: 40px;
    display: block;
    position: absolute;
    top: 56px;
    right: 56px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s;
}
.product .modal-nav i img {
    width: 20px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s;
}
.product .modal-nav i#prev img {
    transform: rotate(180deg);
}

.product .close:hover,
.product .modal-nav i:active {
    opacity: 0.3;
    transition: all 0.2s;
}

.product #content b.re_price {
    color: #000;
    font-weight: normal;
    text-decoration: line-through;
}
.product #content b.price {
    font-size: 18px;
    color: #cf0a0a;
}
.product #content h2 {
    color: #000;
    line-height: 4rem;
}
.product #content .hashtag {
    display: flex;
}
.product #content .hashtag p {
    width: 100px;
    margin-right: 10px;
    padding: 2px 0;
    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 {
    color: #fff;
    padding: 10px 60px;
    background-color: #007bff;
    transition: all 0.2s;
}
.product #content a:hover {
    background-color: #49a1ff;
    transition: all 0.2s;
}

/* MID BANNER */
.mid-banner {
    width: 100%;
    height: 500px;
    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 h1 {
    font-size: 60px;
    font-family: serif;
    font-weight: normal;
    line-height: 80%;
    text-align: center;
    margin: 160px auto 100px;
}
.timeline h1 span {
    font-size: 16px;
    font-family: sans-serif;
    color: #5a5a5a;
}
.timeline .area ul li h2 {
    font-size: 54px;
    font-family: serif;
    font-weight: normal;
    color: #b93232;
    margin: 0 0 60px;
}

.timeline .area {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.timeline .area ul {
    padding: 0 0 160px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.timeline .area ul:last-child {
    padding: 0;
}
.timeline .area ul::before {
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #b93232;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.timeline .area ul::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #b93232;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.5;
}

.timeline .area ul:nth-child(odd) li:nth-child(1) {
    order: 2;
}
.timeline .area ul:nth-child(odd) li:nth-child(2) {
    order: 1;
}
.timeline .area ul li {
    width: 45%;
    position: relative;
}
.timeline .area ul li:nth-child(1) {
    text-align: justify;
}
.timeline .area ul:nth-child(odd) li:nth-child(1) {
    padding: 0 6% 0 0;
}
.timeline .area ul:nth-child(even) li:nth-child(1) {
    padding: 0 0 0 6%;
}
.timeline .area ul:nth-child(even) li:nth-child(1) h2 {
    text-align: right;
}

.timeline .area ul.area_1 li:nth-child(2):before {
    content: '';
    width: 80%;
    height: 100%;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_1.webp);
    position: absolute;
    top: 0;
    right: -188%;
    z-index: -1;
}
.timeline .area ul.area_2 li:nth-child(2):before {
    content: '';
    width: 55%;
    height: 100%;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_2.webp);
    position: absolute;
    top: 40%;
    right: -8%;
    z-index: 2;
}
.timeline .area ul.area_3 li:nth-child(2):before {
    content: '';
    width: 65%;
    height: 100%;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_3.webp);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.timeline .area ul.area_4 li:nth-child(2):after {
    content: '';
    width: 70%;
    height: 100%;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_5.webp);
    position: absolute;
    top: -25%;
    left: -148%;
    transform: translateX(-50%);
    z-index: 2;
}
.timeline .area ul.area_4 li:nth-child(2):before {
    content: '';
    width: 65%;
    height: 100%;
    background: center / 100% no-repeat url(/sp/trump/img/time_deco_4.webp);
    position: absolute;
    top: 22%;
    left: 27%;
    transform: translateX(-50%);
    z-index: 2;
}

/* REVIEW */
.review {
    width: 100%;
    margin: 160px auto 0;
    background-color: #f8f8f8;
}
.review_wrap {
    width: 1500px;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
}
.review h3 {
    color: #000;
    text-align: center;
    margin: 0 0 60px;
}

.swiper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-wrapper {
    display: inline-flex;
}
.swiper-button-next,
.swiper-button-prev {
    width: 20px;
    height: 60px;
    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: 6%;
}
.swiper-button-prev {
    transform: rotate(1.5turn);
    left: 5.4%;
}
.swiper-button-next:active,
.swiper-button-prev:active {
    opacity: 0.4;
}
.swiper-button-disabled {
    opacity: 0.2;
    pointer-events: none;
}

.swiper-slide {
    width: 350px !important;
    margin-right: 60px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.swiper-slide img {
    height: 160px;
    margin: 0 auto;
}
.starbar_wrap {
    width: 60%;
    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: 960px;
    background: top center / cover no-repeat url(/sp/trump/img/lineup_bg.webp);
}

.lineup_wrap {
    width: 1200px;
    margin: 0 auto;
}
.lineup ul.coin-all {
    height: 960px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.lineup ul.coin-all li {
    width: 200px;
    position: absolute;
    transform: translate(-50%, 100%);
    transition: 0.3s ease;
}

.lineup ul.coin-all li:nth-child(1) {
    top: 48%;
    left: 57%;
    z-index: 12;
}
.lineup ul.coin-all li:nth-child(2) {
    top: 48%;
    left: 43%;
    z-index: 11;
}
.lineup ul.coin-all li:nth-child(3) {
    top: 33%;
    left: 50%;
    z-index: 7;
}
.lineup ul.coin-all li:nth-child(4) {
    top: 33%;
    left: 36%;
    z-index: 6;
}
.lineup ul.coin-all li:nth-child(5) {
    top: 48%;
    right: 12%;
    z-index: 13;
}
.lineup ul.coin-all li:nth-child(6) {
    top: 33%;
    left: 22%;
    z-index: 5;
}
.lineup ul.coin-all li:nth-child(7) {
    top: 48%;
    left: 29%;
    z-index: 10;
}
.lineup ul.coin-all li:nth-child(8) {
    top: 18%;
    right: 12%;
    z-index: 4;
}
.lineup ul.coin-all li:nth-child(9) {
    top: 33%;
    right: 19%;
    z-index: 8;
}
.lineup ul.coin-all li:nth-child(10) {
    top: 33%;
    right: 5%;
    z-index: 9;
}
.lineup ul.coin-all li:nth-child(11) {
    top: 18%;
    left: 30%;
    z-index: 1;
}
.lineup ul.coin-all li:nth-child(12) {
    width: 160px;
    top: 3%;
    left: 43%;
    z-index: 2;
}
.lineup ul.coin-all li:nth-child(13) {
    top: 18%;
    right: 27%;
    z-index: 3;
}

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

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

.lineup ul.coin-all li a {
    position: relative;
    z-index: 1;
    transition: 0.3s ease;
}
.lineup ul.coin-all li a::after {
    content: '';
    width: 65%;
    height: 20px;
    background: center / 100% no-repeat url(/sp/trump/img/shadow.png);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
    transition: 0.3s ease;
}
.lineup ul.coin-all li a img {
    transition: 0.3s ease;
}
.lineup ul.coin-all li:hover a img {
    margin-top: -6px;
    transition: 0.2s ease;
}
.lineup ul.coin-all li:hover a {
    filter: brightness(1.1);
    transition: 0.2s ease;
}
.lineup ul.coin-all li:hover a::after {
    bottom: -13px;
    opacity: 0;
    transition: 0.3s ease;
}