.pc {
    display: none !important;
}

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

.lp_wrap h1 {
    font-size: 5.4vw;
    font-family: serif;
    line-height: 2.5rem;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}
.lp_wrap h2 {
    font-size: 4.6vw;
    font-family: serif;
}
.lp_wrap h3 {
    font-size: 14px;
}
.lp_wrap p {
    color: #000;
    text-align: justify;
}

hr {
    margin-top: 0 !important;
    margin-bottom: 100px !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: 100px;
    margin: 0 auto -100px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.nav_menu .nav_menu_wrap {
    width: 70%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    position: relative;
    z-index: 10;
}

.nav_menu .slide {
    width: 31.5%;
    background: linear-gradient(179deg, #0000006d 20%, transparent);
    position: relative;
    z-index: 10;
    filter: brightness(0.7);
}


.nav_menu .slide a {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.nav_menu .slide a img {
    width: 60%;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
}

.nav_menu .slide a p {
    color: #000;
    font-size: 10px;
    line-height: 1.6rem;
    text-align: center;
    margin: 6px 0 0;
}
.nav_menu .slide a p span {
    font-size: 10px;
    text-decoration: underline;
}

.nav_menu .slick-prev, 
.nav_menu .slick-next {
    height: 16px;
    width: 16px;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 42%;
    z-index: 12;
}
.slick-prev {
    left: 3%;
    transform: rotate(-135deg);
}
.slick-next {
    right: 3%;
    transform: rotate(45deg);
}


.nav_menu .on,
.nav_menu .slide:active {
    filter: brightness(1);
    background: linear-gradient(179deg, #cb0300a3 20%, transparent);
}
.nav_menu .on a p {
    color: #ffd900;
}

.slick-list {
    padding: 0 !important;
}


/* BACKGROUND */
.main_bg .main_bg_wrap {
    position: relative;
}
.main_bg {
    width: 100%;
    min-height: 120vw;
    background: url(/sp/eto/img/bk.jpg) no-repeat;
    background-size: cover;
    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: 162vw;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 35%) rotate(90deg);
}
.main_bg .main_bg_wrap .main_lantern {
    width: 85%;
    padding: 0% 0 0;
            filter: drop-shadow(1.2px 1.2px 0px #00000060);
}
.main_bg .main_bg_wrap .main_tit {
    width: 35%;
    padding: 55% 0 0;
    filter: drop-shadow(1.2px 1.2px 0px #00000060);
}
.main_bg .main_bg_wrap .main_zodiac {
    width: 65%;
    padding: 33.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: 45%;
    padding: 25% 0 0;
    left: 15%;
    filter: drop-shadow(1.2px 1.2px 0px #00000060);
}
.main_bg .main_bg_wrap .main_cloud-right {
    width: 35%;
    padding: 28% 0 0;
    left: 90%;
    filter: drop-shadow(1.2px 1.2px 0px #00000060);
}
.main_bg .main_bg_wrap .main_firework {
    width: 100%;
    padding: 80% 0 0;
}
.main_bg .main_bg_wrap .main_wave {
    width: 100%;
    padding: 108% 0 0;
    background: url(/sp/eto/img/top_wave.webp) no-repeat;
    background-size: 200%;
    background-position: bottom center;
    filter: drop-shadow(0px 0px 1px #00000060);
}
.main_bg .main_bg_wrap .main_wave img {
    opacity: 0;
}


/* PRODUCT */
.product {
    padding: 100px 0 0;
    overflow: hidden;
}
.product .intro {
    width: 96%;
    margin: 0 auto;
}
.product .intro h1 {
    position: relative;
    z-index: 1;
}
.product .intro p {
    margin: 0 auto 20px;
}


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

/* Tab */
.tab-wrap ul.tab {
    width: 96%;
    margin: 0 auto;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    top: -30px;
    left: 48%;
    transform: translateX(-50%);
    z-index: 2;
}
.tab-wrap ul.tab li {
    width: calc(100% / 7.5);
    margin: 0 0.45vw 20px;;
    text-align: center;
    filter: brightness(0.7);
    position: relative;
}
.tab-wrap ul.tab li a {
    color: #000;
}

.tab-wrap ul.tab li.new::before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(/sp/eto/img/new_tag.png) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: -15%;
    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);
}
.tab-wrap ul.tab li:hover a {
    color: #ddb100;
}

/* Area */
.tab-wrap .area {
    width: 100%;
    margin: 0 auto;
    /* padding: 200px 0 0; */
    display: none;
    opacity: 0;
}
.tab-wrap .area ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-wrap .area ul li {
    width: 50%;
    padding: 0 2% 20px;
    text-align: center;
}
.tab-wrap .area ul li p {
    font-size: 13px;
    text-align: center;
}
.tab-wrap .area ul li p.coin-name {
    margin: -10px auto -6px;
    text-align: justify;
}
.tab-wrap .area ul li a img {
    width: 90%;
}
.tab-wrap .area ul li button {
    padding: 2px 30px 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #cb9606;
    border: none;
    border-radius: 4px;
}

.tab-wrap .sold-out {
    padding: 100px 0 100px;
    border-top: 1px solid #d8d8d8;
}
.tab-wrap .sold-out p {
    text-align: center;
    font-size: 18px;
}

.tab-wrap .area ul li:hover {
    filter: brightness(1.05);
    text-decoration: underline;
    text-underline-position: under;
}

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

.tab-wrap .area ul {
    border-top: 1px solid #d8d8d8;
}
.tab-wrap .area ul li {
    border-bottom: 1px solid #d8d8d8;
}
.tab-wrap .area ul li:nth-child(2n+1) {
    border-right: 1px solid #d8d8d8;
}

/* Prev, Next button */
#prevTab, #nextTab {
display: none !important;
}


/* 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: 94%;
    margin: 0 auto;
    position: relative;
}

.zodiac {
    width: 100%;
    margin: 0 auto;
    background-color: #fffced;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.zodiac .left {
    text-align: center;
}
.zodiac .right {
    padding: 20px 0 0;
    background-color: #fffced;
    position: relative;
}

.zodiac h1 {
    font-size: 34px;
    margin: 20px auto;
    font-family: "Yuji Boku", serif;
    font-weight: bold;
    font-style: normal;
    color: #2a2a2a;
}
.zodiac .left p {
    text-align: center;
}
.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: 14px;
}

.zodiac button {
    /* margin: 0 auto 40px; */
    padding: 6px 20px;
    font-size: 14px;
    background-color: #ffcb4d;
    color: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.zodiac button:hover {
    background-color: #ffc131;
    color: #fff;
}

.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-color: #ccc; */
    background: url(/sp/eto/img/mid-banner_wheel-bk.jpg) no-repeat;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.zodiac #wheel img {
    width: 70%;
    margin: 15%;
    float: none;
}

/* .zodiac #rotate-zodiac {
    display: none;
} */

.zodiac #rotate-zodiac {
    width: 65vw;
    height: 65vw;
    background: url(/sp/eto/img/zodiac_bw.png) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: -51vw;
    right: -40vw;
    transform: translateX(-50%);
    animation: rotate linear 50s infinite;
}
@keyframes rotate {
    from { 
        transform: rotate(0deg); 
    } 
    to { 
        transform: rotate(360deg); 
    }
}

.mid_banner_wrap::before {
    content: '';
    width: 60vw;
    height: 61vw;
    background: url(/sp/eto/img/mid_lantern-left.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -130px;
    left: -53%;
}


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

.content h2 {
    color: #000;
    margin: 0 0 10px 0;
}
.content p {
    margin: 30px auto;
}
.content .cont-1 img {
    margin: 30px auto 0;
}

.cont-1 ul::after {
    content: '';
    width: 55vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -18px;
    right: -5vw;
}

/* cont-2 */
.cont-2 h2 {
    line-height: 2rem;
    margin-left: 59%;
}
.cont-2 h2 span {
    font-size: 14px;
    text-align: left;
}
.cont-2 ul.sm {
    width: 100%;
    margin: 40px auto 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont-2 ul.sm::after {
    content: '';
    width: 63vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -66px;
    left: -10vw;
}
.cont-2 ul.sm li {
    width: 49%;
    height: 69vw;
    margin: 0 0 7px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}


/* 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: 100px 0 160px;
    position: relative;
    z-index: 1;
}

.coin_narabi_wrap {
    width: 94%;
    margin: 0 auto;
}

.coin_narabi-intro h1 {
    color: #fff;
    font-weight: bold;
    text-align: start;
}
.coin_narabi-intro p {
    color: #fff;
}

.coin_tab {
    min-height: 250px;
    margin: 60px auto 0;
    background-color: #ffffffcc;
    padding: 30px 0 0;
    text-align: center;
}
.coin_tab h3 {
    font-weight: lighter;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.coin_tab ul.coin_list {
    width: 100%;
    padding: 80px 0;
    display: flex;
    position: relative;
}
.coin_tab ul.coin_list li {
    margin: 40px 0 0;
    text-align: center;
    position: absolute;
    bottom: 25%;
    transform: translateX(-50%);
}

.coin_tab ul.coin_list li a {
    position: relative;
    z-index: 1;
}
.coin_tab ul.coin_list li p {
    font-size: 7px;
    line-height: 160%;
    text-align: center;
    margin: 0 auto 4px;
}

.coin_tab ul.coin_list li:nth-child(4) {
    width: 90px;
    left: 45%;
}
.coin_tab ul.coin_list li:nth-child(5) {
    width: 90px;
    right: 15%;
}
.coin_tab ul.coin_list li:nth-child(6) {
    width: 75px;
    right: 3.5%;
}
.coin_tab ul.coin_list li:nth-child(3) {
    width: 70px;
    left: 31%;
    z-index: 2;
}
.coin_tab ul.coin_list li:nth-child(7) {
    width: 65px;
    right: -6.5%;
}
.coin_tab ul.coin_list li:nth-child(2) {
    width: 62px;
    left: 19%;
    z-index: 3;
}   
.coin_tab ul.coin_list li:nth-child(1) {
    width: 55px;
    left: 8%;
    z-index: 4;
}



/* coin bottom */
ul.coin_btm {
    width: 100%;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
}
ul.coin_btm li {
    width: 20%;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
}
ul.coin_btm a {
    position: relative;
    z-index: 1;
}
ul.coin_btm a p {
    color: #fff;
    font-size: 12px;
    line-height: 2rem;
    text-align: center;
    text-decoration: underline;
    text-underline-position: under;
}
ul.coin_btm a::after {
    content: '';
    width: 100%;
    height: 24px;
    background: url(/sp/eto/img/shadow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -51px;
    left: 0;
    transform: translateX(-50%);
    opacity: 0.7;
    z-index: -1;
}

