.sm {
    display: none !important;
}

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

.lp_wrap h1 {
    color: #000;
    font-family: serif;
    text-align: center;
    line-height: 3.5rem;
    margin: 0 auto 40px;
    cursor: default;
}
.lp_wrap h2 {
    font-size: 24px;
    font-family: serif;
    line-height: 2.5rem;
}
.lp_wrap h3 {
    font-size: 14px;
    cursor: default;
}
.lp_wrap p {
    color: #000;
}

hr {
    margin: -40px 0 170px !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;
}


/* NAV MENU */
.nav_menu {
    width: 100%;
    height: 0;
}
.nav_menu .nav_menu_wrap {
    width: 430px;
    margin: 0 auto;
    padding: 10px 0 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
}

.nav_menu .slide {
    width: 140px !important;
    height: 140px;
    background: linear-gradient(179deg, #0000006d 20%, transparent);
    position: relative;
    top: -10px;
    z-index: 10;
    filter: brightness(0.7);
    transition: all 0.1s;
}

.nav_menu .slide a {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.nav_menu .slide a img {
    width: 65%;
    margin: 20px 0 10px;
    position: relative;
    z-index: 2;
}
.nav_menu .slide a p {
    color: #000;
    font-size: 14px;
    line-height: 2.2rem;
    margin: 0;
}
.nav_menu .slide a p span {
    text-decoration: underline;
}

.nav_menu .on {
    filter: brightness(1);
    background: linear-gradient(179deg, #cb0300a3 20%, transparent);
}
.nav_menu .on a p {
    color: #ffd900;
}
.nav_menu .slide:hover {
    filter: brightness(1);
    background: linear-gradient(179deg, #cb0300a3 20%, transparent);
    transition: all 0.1s;
}
.nav_menu .slide:hover a p {
    filter: brightness(1);
    transition: all 0.1s;
    color: #ffd900;
}
.slick-list, .slick-track {
    width: 100% !important;
    display: flex;
    justify-content: space-evenly;
    transform: translate3d(0, 0, 0) !important;
}


/* BACKGROUND */
.main_bg .main_bg_wrap {
    position: relative;
}
.main_bg {
    width: 100%;
    height: 60vw;
    min-height: 900px;
    background: url(/sp/eto/img/bk.jpg) no-repeat;
    background-size: 123%;
    background-position: top center;
    overflow: hidden;
}
.main_bg .main_bg_wrap .main_top {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_bg .main_bg_wrap .main_border {
    width: 98%;
    padding: 1.2% 0 0
}
.main_bg .main_bg_wrap .main_lantern {
    width: 85%;
    padding: 0% 0 0;
    filter: drop-shadow(0px 3px 1px #00000060);
    /* animation: FilterOn-2 linear 6s infinite; */
}
.main_bg .main_bg_wrap .main_tit {
    width: 18%;
    padding: 23% 0 0;
    filter: drop-shadow(0px 3px 1px #00000060);
}
.main_bg .main_bg_wrap .main_zodiac {
    width: 35%;
    padding: 11.5% 0 0;
}
.main_bg .main_bg_wrap .main_zodiac img {
    animation: 86s linear infinite rotation;
}
@keyframes rotation { 
    0% {
        transform:rotate(0);
    } 
    100% {
        transform:rotate(360deg);
    }
}
.main_bg .main_bg_wrap .main_cloud-left {
    width: 28%;
    padding: 15% 0 0;
    left: 17%;
    filter: drop-shadow(0px 3px 1px #00000060);
}
.main_bg .main_bg_wrap .main_cloud-right {
    width: 24%;
    padding: 26% 0 0;
    left: 89%;
    filter: drop-shadow(0px 3px 1px #00000060);
}
.main_bg .main_bg_wrap .main_firework {
    width: 75%;
    padding: 34% 0 0;
}
.main_bg .main_bg_wrap .main_wave {
    width: 100%;
    padding: 47.6% 0 0;
    background: url(/sp/eto/img/top_wave.webp) no-repeat;
    background-size: contain;
    background-position: bottom center;
    filter: drop-shadow(0px 0px 6px #00000030);
}
.main_bg .main_bg_wrap .main_wave img {
    opacity: 0;
}



/* PRODUCT */
.product {
    padding: 160px 0 0;
    overflow: hidden;
}
.product .intro h1 {
    width: 620px;
    position: relative;
    z-index: 1;
}
.product .intro p {
    width: 620px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 190%;
}
.product .intro h1::before {
    content: '';
    width: 500px;
    height: 340px;
    background: url(/sp/eto/img/intro_cloud-left.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0%;
    left: -50%;
    transform: translateX(-50%);
    z-index: -1;
    animation: LeftFadeOut linear 6s infinite;
}
.product .intro h1::after {
    content: '';
    width: 440px;
    height: 370px;
    background: url(/sp/eto/img/intro_cloud-right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0%;
    right: -120%;
    transform: translateX(-50%);
    z-index: -1;
    animation: RightFadeOut linear 8s infinite;
}

@keyframes LeftFadeOut {
    0% {
        left: -40%;
        opacity: 0;
    }
    25% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        left: -50%;
        opacity: 0;
    }
}
@keyframes RightFadeOut {
    0% {
        right: -95%;
        opacity: 0;
    }
    25% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        right: -120%;
        opacity: 0;
    }
}


/* Coin table */
.coin_table {
    margin: 200px auto 0;
    background-color: #fff;
}
.coin_table_wrap {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

/* Tab */
.tab-wrap ul.tab {
    /* width: 1200px; */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.tab-wrap ul.tab li {
    width: 80px;
    margin: 0 10px;
    text-align: center;
    filter: brightness(0.7);
    position: relative;
    transition: all 0.2s;
}

.tab-wrap ul.tab li a {
    color: #000;
}

.tab-wrap ul.tab li.new::before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(/sp/eto/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: 2;
}

.tab-wrap ul.tab li.active {
    filter: brightness(1);
}
.tab-wrap ul.tab li.active a {
    color: #ddb100;
    text-decoration: underline;
    text-underline-position: under;
}

.tab-wrap ul.tab li:hover {
    filter: brightness(1);
    transition: all 0.2s;
}
.tab-wrap ul.tab li:hover a {
    color: #ddb100;
    transition: all 0.2s;
}


/* Area */
.tab-wrap .area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 160px 0 260px;
    display: none;
    opacity: 0;
}
.tab-wrap .area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-wrap .area ul li {
    width: 30%;
    text-align: center;
    transition: all 0.2s;
}
.tab-wrap .area ul li p.coin-name {
    width: 75%;
    margin: -30px auto 0;
    text-align: left;
}
.tab-wrap .area ul li a img {
    width: 80%;
}
.tab-wrap .area ul li button {
    margin: 16px 0 0;
    padding: 2px 36px 0;
    font-weight: bold;
    color: #fff;
    background-color: #cb9606;
    border: none;
    border-radius: 6px;
    transition: all 0.2s;
}
.tab-wrap .sold-out {
    padding: 260px 0;
}
.tab-wrap .sold-out p {
    text-align: center;
    font-size: 18px;
}

.tab-wrap .area ul li:hover {
    filter: brightness(1.05);
    transition: all 0.2s;
}
.tab-wrap .area ul li:hover p.coin-name {
    text-decoration: underline;
    text-underline-position: under;
    transition: all 0.2s;
}
.tab-wrap .area ul li:hover button {
    background-color: #eaab00;
    transition: all 0.2s;
}


.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* Prev, Next button */
#prevTab, #nextTab {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border: 1.5px solid #b5b5b5;
    border-radius: 50%;
    position: absolute;
    top: 45%;
}
#prevTab {
    left: 5%;
}
#nextTab {
    right: 5%;
}
#prevTab::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/sp/eto/img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%) rotate(180deg);
    opacity: 0.4;
    transition: all 0.3s;
}
#nextTab::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(/sp/eto/img/arrow.svg) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    filter: invert(0);
    opacity: 0.4;
    transition: all 0.3s;
}

#prevTab:hover, #nextTab:hover {
    background-color: #b5b5b5;
    transition: all 0.3s;
}

#prevTab:hover::before, #nextTab:hover::before {
    filter: invert(1);
    opacity: 1;
    transition: all 0.3s;
}


/* MID BANNER */
.mid_banner {
    width: 100%;
    padding: 60px 0;
    background: url(/sp/eto/img/bk.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.mid_banner_wrap {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.zodiac {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fffced;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.zodiac .left {
    width: 40%;
    text-align: center;
}
.zodiac .right {
    width: 50%;
    padding: 20px 0;
    background-color: #fffced;
    position: relative;
}
.zodiac .left p {
    font-size: 16px;
}
.zodiac h1 {
    font-size: 40px;
    margin: 20px auto 40px;
    font-weight: bold;
    font-style: normal;
    color: #2a2a2a;
}
.zodiac h3 {
    font-family: "Potta One", system-ui;
    font-weight: 400;
    font-size: 46px;
    font-style: normal;
    text-align: center;
    color: #2a2a2a;
}

.zodiac .selectors {
    margin-bottom: 20px;
}

.zodiac select {
    margin: 5px;
    padding: 10px;
    font-size: 16px;
}

.zodiac button {
    margin: 0 auto 20px;
    padding: 10px 30px 8px;
    font-size: 16px;
    background-color: #ffcb4d;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.zodiac button:hover {
    background-color: #ffc131;
    color: #fff;
    transition: all 0.3s;
}

.zodiac #lunar-reveal {
    margin-top: 20px;
    font-size: 18px;
}

.zodiac #lunar-panel {
    margin-top: 20px;
}
.zodiac #lunar-panel h3 {
    margin: 40px auto;
}
.zodiac #lunar-panel p {
    text-align: justify;
}

.zodiac #wheel {
    display: none;
    position: relative;
    margin-top: 20px;
    width: 200px;
    height: 200px;
    background: url(/sp/eto/img/mid-banner_wheel-bk.jpg) no-repeat;
    background-size: 130%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    transition: all 2s;
}
.zodiac #wheel img {
    width: 76%;
    margin: 13%;
    float: none;
}

.zodiac #rotate-zodiac {
    width: 520px;
    height: 520px;
    background: url(/sp/eto/img/zodiac_bw.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: -50%;
    left: -5%;
    animation: rotate linear 60s infinite;
}
@keyframes rotate {
    from { 
        transform: rotate(0deg); 
    } 
    to { 
        transform: rotate(360deg); 
    }
}

.mid_banner_wrap::before {
    content: '';
    width: 300px;
    height: 450px;
    background: url(/sp/eto/img/mid_lantern-left.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -146px;
    left: 1%;
    animation: FilterOn linear 6s infinite;
}
.mid_banner_wrap::after {
    content: '';
    width: 300px;
    height: 380px;
    background: url(/sp/eto/img/mid_lantern-right.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -90px;
    right: -5%;
    animation: FilterOn-2 linear 7s infinite;
}
@keyframes FilterOn {
    0%, 100% { 
        filter: brightness(0.85); 
    }
    
    50% { 
        filter: brightness(1.02) drop-shadow(0px 0px 8px #ffdd6197);
    }
}
@keyframes FilterOn-2 {
    0%, 100% { 
        filter: brightness(0.9); 
    }
    
    50% { 
        filter: brightness(1.1) drop-shadow(0px 0px 8px #ffdd6197);
    }
}


/* CONTENT */
.content {
    overflow: hidden;
}
.content_wrap {
    max-width: 1500px;
    margin: 0 auto;
}
.content .cont {
    margin: 200px auto;
}
.content ul {
    position: relative;
    z-index: 1;
}

.content h2 {
    width: 50%;
    color: #000;
    margin: 0 0 50px 0;
}
.cont-1 h2 {
    margin-left: 57.5%;
}
.cont-1 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}
.cont-1 ul li p {
    width: 400px;
}
.cont-1 ul li img {
    width: auto;
    height: 280px;
    margin: 0 50px 0 0;
}
.cont-1 ul li:nth-child(2) img {
    width: auto;
    height: 300px;
    margin: 0 50px 0 266px;
}

.cont-1 ul::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -5.8%;
    right: -73%;
}

.cont-1 ul li:nth-child(2) {
    align-items: center;
    margin-left: 15%;
}
.cont-1 ul li:nth-child(3) {
    margin-left: 8%;
}

.cont-1 ul li:nth-child(1)::before {
    content: '';
    width: 300px;
    height: 140px;
    background: url(/sp/eto/img/content_cloud-1.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -25%;
    left: 6%;
    z-index: -1;
    animation: Left-FadeOut linear 7s infinite;
}
.cont-1 ul li:nth-child(1)::after {
    content: '';
    width: 180px;
    height: 130px;
    background: url(/sp/eto/img/content_cloud-2.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 35%;
    right: 3%;
    z-index: -1;
    animation: Right-FadeOut linear 5s infinite;
}

.cont-1 ul li:nth-child(2)::before {
    content: '';
    width: 250px;
    height: 130px;
    background: url(/sp/eto/img/content_cloud-3.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 7%;
    z-index: -1;
    animation: Left-FadeOut linear 7s infinite;
}
.cont-1 ul li:nth-child(2)::after {
    content: '';
    width: 340px;
    height: 150px;
    background: url(/sp/eto/img/content_cloud-4.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20%;
    right: -7%;
    z-index: -1;
    animation: Right-FadeOut linear 8s infinite;
}

.cont-1 ul li:nth-child(3)::before {
    content: '';
    width: 280px;
    height: 130px;
    background: url(/sp/eto/img/content_cloud-5.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -33%;
    left: -15%;
    z-index: -1;
    animation: Left-FadeOut linear 10s infinite;
}

@keyframes Left-FadeOut {
    0% {
        left: 0%;
        opacity: 0;
    }
    25% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        left: -15%;
        opacity: 0;
    }
}
@keyframes Right-FadeOut {
    0% {
        right: 0%;
        opacity: 0;
    }
    25% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        right: -10%;
        opacity: 0;
    }
}


/* cont-2 */
.cont-2 h2 {
    line-height: 1.5rem;
    margin-left: 37%;
}
.cont-2 h2 span {
    font-size: 17px;
    text-align: left;
}
.cont-2 ul.pc {
    width: 860px;
    margin: 0 auto;
    display: flex !important;
    justify-content: space-between;
}

.cont-2 ul.pc::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -25.6%;
    left: -74%;
}

.cont-2 ul.pc li {
    width: 24.5%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
/* .cont-2 ul.pc li:nth-child(1) {
    width: 24.3%;
} */
.cont-2 ul.pc::before {
    content: '';
    width: 230px;
    height: 150px;
    background: url(/sp/eto/img/content_cloud-6.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20%;
    left: -15%;
    z-index: -1;
}



/* COIN NARABI */
.coin_narabi {
    width: 100%;
    background: url(/sp/eto/img/btm_bg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    padding: 200px 0 300px;
    position: relative;
    z-index: 1;
}
.coin_narabi_wrap {
    width: 70%;
    max-width: 1200px;
    margin: 0 auto;
}

/* coin narabi intro */
.coin_narabi-intro {
    width: 500px;
    margin: 0 0 0 10%;
    padding: 0 0 100px;
    position: relative;
}
.coin_narabi-intro h1 {

    color: #fff;
    font-family: serif;
    font-size: 28px;
    font-weight: bold;
    text-align: start;
}
.coin_narabi-intro p {
    color: #fff;
    line-height: 190%;
}
.coin_narabi-intro::before {
    content: '';
    width: 380px;
    height: 400px;
    background: url(/sp/eto/img/btm_main_2025.webp) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0%;
    left: 120%;
    z-index: 1;
}

/* coin narabi tab */
.coin_tab {
    width: 1200px;
    min-height: 420px;
    background-color: #ffffffcc;
    padding: 30px 40px;
    text-align: center;
}
.coin_tab h3 {
    font-weight: lighter;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.coin_tab ul.coin_list {
    width: 100%;
    padding: 110px 0;
    display: flex;
    position: relative;
}
.coin_tab ul.coin_list li {
    margin: 40px 0 0;
    text-align: center;
    position: absolute;
    bottom: -33%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.coin_tab ul.coin_list li a {
    position: relative;
    z-index: 1;
}
.coin_tab ul.coin_list li p {
    font-size: 11px;
    line-height: 160%;
}

.coin_tab ul.coin_list li:nth-child(4) {
    width: 220px;
    left: 47%;
}
.coin_tab ul.coin_list li:nth-child(5) {
    width: 220px;
    right: 18%;
}
.coin_tab ul.coin_list li:nth-child(6) {
    width: 190px;
    right: 6.5%;
}
.coin_tab ul.coin_list li:nth-child(3) {
    width: 180px;
    left: 33%;
    z-index: 2;
}
.coin_tab ul.coin_list li:nth-child(7) {
    width: 170px;
    right: -4%;
}
.coin_tab ul.coin_list li:nth-child(2) {
    width: 164px;
    left: 21.5%;
    z-index: 3;
}   
.coin_tab ul.coin_list li:nth-child(1) {
    width: 150px;
    left: 11%;
    z-index: 4;
}

.coin_tab ul.coin_list li a::after {
    content: '';
    width: 110%;
    height: 20px;
    background: url(/sp/eto/img/shadow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}

.coin_tab ul.coin_list li:hover {
    filter: brightness(1.05);
    transition: all 0.3s;
}
.coin_tab ul.coin_list li:hover a p {
    text-decoration: underline;
    text-underline-position: under;
    transition: all 0.3s;
}

/* coin bottom */
ul.coin_btm {
    width: 800px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: absolute;
    bottom: -5%;
    left: 50%;
    transform: translateX(-50%);
}
ul.coin_btm li {
    width: 160px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}
ul.coin_btm a {
    position: relative;
    z-index: 1;
}
ul.coin_btm a p {
    color: #fff;
    line-height: 2.2rem;
    text-decoration: underline;
    text-underline-position: under;
    transition: all 0.3s;
}
ul.coin_btm a::after {
    content: '';
    width: 110%;
    height: 20px;
    background: url(/sp/eto/img/shadow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}

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