html { box-sizing: border-box; }

*, *::after, *::before { box-sizing: border-box; }

* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

body { margin: 0; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; background: #000; color: #fff; letter-spacing: -0.6px; }

ul, li, ol { list-style: none; padding: 0; margin: 0; }

a { color: #ff9c00; text-decoration: none; }

.container { width: 1170px; margin: 0 auto; position: relative; }

.page-1 { height: 1050px; background: url(../images/bg-page-1.jpg) no-repeat center top; }
.page-1 .nav { position: absolute; top: 0; right: 0; padding-top: 15px; }
.page-1 .nav a { margin: 0 10px; color: #fff; font-size: 15px; }
.page-1 .nav a:hover { text-decoration: underline; }
.page-1 .nav a .icon-home { display: inline-block; width: 16px; height: 13px; background: url(../images/icon-home.png) no-repeat; }
.page-1 .nav a .icon-download { display: inline-block; width: 16px; height: 15px; background: url(../images/icon-download.png) no-repeat; }
.page-1 .nav a .icon-download + span { color: #ffea00; }
.page-1 .logo-18plus { width: 55px; height: 68px; background: url(../images/logo-18plus.png) no-repeat; position: absolute; top: 20px; left: 20px; }
.page-1 .icon-sound { width: 61px; height: 57px; background: url(../images/icon-sound-on.png) no-repeat; position: absolute; top: 100px; left: 20px; cursor: pointer; }
.page-1 .icon-sound.off { background-image: url(../images/icon-sound-off.png); }
.page-1 .btn-youtube { width: 94px; height: 94px; background: url(../images/button-play.png) no-repeat; position: absolute; top: 315px; left: 650px; }
.page-1 .btn-youtube:hover { background-image: url(../images/button-play-hover.png); }
.page-1 .btn-facebook { width: 54px; height: 33px; background: url(../images/button-facebook.png) no-repeat; position: absolute; top: 323px; left: 760px; }
.page-1 .btn-facebook:hover { background-image: url(../images/button-facebook-hover.png); }
.page-1 .btn-group { width: 54px; height: 33px; background: url(../images/button-group.png) no-repeat; position: absolute; top: 365px; left: 760px; }
.page-1 .btn-group:hover { background-image: url(../images/button-group-hover.png); }
.page-1 .icon-mouse { width: 44px; height: 65px; background: url(../images/icon-mouse.png) no-repeat; position: absolute; top: 660px; left: 570px; }
.page-1 .icon-mouse i { position: absolute; left: 15px; width: 15px; height: 8px; background: url(../images/icon-down.png) no-repeat; opacity: 0; -webkit-animation: down 0.9s 0s infinite ease-in-out; -moz-animation: down 0.9s 0s infinite ease-in-out; animation: down 0.9s 0s infinite ease-in-out; }
.page-1 .icon-mouse i:nth-child(1) { top: 70px; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; animation-delay: 0s; }
.page-1 .icon-mouse i:nth-child(2) { top: 80px; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.page-1 .icon-mouse i:nth-child(3) { top: 90px; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; }

.page-2 { background-position: center top; background-repeat: no-repeat; padding-bottom: 100px; }
.page-2.bg-tab-1 { background-image: url(../images/bg-page-2-tab-1.jpg); }
.page-2.bg-tab-2 { background-image: url(../images/bg-page-2-tab-2.jpg); }
.page-2.bg-tab-3 { background-image: url(../images/bg-page-2-tab-3.jpg); }
.page-2.bg-tab-4 { background-image: url(../images/bg-page-2-tab-4.jpg); }
.page-2.bg-tab-5 { background-image: url(../images/bg-page-2-tab-5.jpg); }
.page-2 .event-text-1 { font-size: 55px; color: #ffba00; padding-left: 180px; padding-top: 50px; font-style: italic; font-weight: 700; letter-spacing: -2px; line-height: 0.3; }
.page-2 .event-text-2 { font-size: 78px; color: #fff; padding-left: 180px; padding-top: 50px; font-style: italic; font-weight: 700; letter-spacing: -2px; line-height: 0.3; }
.page-2 .buttons { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 120px; margin-bottom: 70px; }
.page-2 .buttons .btn-tab { width: 200px; height: 75px; background: url(../images/button-tab-2.png) no-repeat; text-align: center; align-self: center; font-size: 20px; font-weight: 500; color: #818181; padding-top: 20px; }
.page-2 .buttons .btn-tab:hover, .page-2 .buttons .btn-tab.active { background-image: url(../images/button-tab-1.png); color: #ffba00; }
.page-2 .event-tab { display: none; }
.page-2 .event-tab.active { display: block; }
.page-2 .event-tab > .time { width: 871px; height: 64px; background: url(../images/bg-time.png) no-repeat center; margin: 0 auto; text-align: center; margin-bottom: 40px; font-size: 22px; padding-top: 15px; font-weight: 500; }
.page-2 .event-tab > .time strong { color: #ffba00; font-weight: 500; }
.page-2 .event-tab > .notice { font-size: 22px; font-weight: 700; font-style: italic; color: #e97900; padding-left: 40px; margin-bottom: 30px; background: url(../images/button-notice.png) no-repeat 3px 5px; }
.page-2 .event-tab .list-notice { padding-left: 50px; margin-bottom: 60px; }
.page-2 .event-tab .list-notice li { font-size: 18px; font-weight: 500; color: #776c5f; position: relative; padding-left: 15px; margin-bottom: 5px; }
.page-2 .event-tab .list-notice li:before { content: ' '; width: 5px; height: 5px; background: #776c5f; border-radius: 100%; position: absolute; top: 10px; left: 0; }
.page-2 .event-tab .set-items { display: flex; flex-wrap: wrap; justify-content: center; }
.page-2 .event-tab .set-items .set-item { width: 290px; height: 345px; background: url(../images/dock-1.png) no-repeat center bottom; position: relative; cursor: pointer; }
.page-2 .event-tab .set-items .set-item:hover { background-image: url(../images/dock-2.png); }
.page-2 .event-tab .set-items .set-item:hover img { bottom: 80px; }
.page-2 .event-tab .set-items .set-item:hover .tooltip { opacity: 1; top: 220px; }
.page-2 .event-tab .set-items .set-item img { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); bottom: 60px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.page-2 .event-tab .set-items .set-item .tooltip { width: 230px; border: 2px solid #b55900; background: rgba(35, 27, 22, 0.9); position: absolute; top: 160px; left: 30px; padding: 15px 30px; opacity: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.page-2 .event-tab .set-items .set-item .tooltip:before { content: ' '; height: 0; width: 0; border-bottom: 8px solid #b55900; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left: calc(50% - 4px); }
.page-2 .event-tab .set-items .set-item .tooltip .char { text-align: center; font-weight: 500; font-style: italic; margin-bottom: 10px; font-size: 20px; }
.page-2 .event-tab .set-items .set-item .tooltip .info { color: #78ff00; font-size: 15px; margin-bottom: 10px; }
.page-2 .event-tab .set-items .set-item .tooltip .foot { font-size: 14px; color: #ffc000; font-style: italic; }
.page-2 .top { display: flex; flex-wrap: wrap; justify-content: center; }
.page-2 .top .top-1 { width: 358px; height: 420px; background: url(../images/bg-top-1.png) no-repeat; }
.page-2 .top .top-1:hover { background-image: url(../images/bg-top-1-hover.png); }
.page-2 .top .top-1 .icon-wing { background-image: url(../images/wing-top-1.png); }
.page-2 .top .top-1 .reward { background-image: url(../images/ribbon-top-1.png); color: #ff9600; }
.page-2 .top .top-1 .foot { background-image: url(../images/notice-top-1.png); color: #ffd08e; }
.page-2 .top .top-2 { width: 358px; height: 420px; background: url(../images/bg-top-2.png) no-repeat; }
.page-2 .top .top-2:hover { background-image: url(../images/bg-top-2-hover.png); }
.page-2 .top .top-2 .icon-wing { background-image: url(../images/wing-top-2.png); }
.page-2 .top .top-2 .reward { background-image: url(../images/ribbon-top-2.png); color: #8aa1ac; }
.page-2 .top .top-2 .foot { background-image: url(../images/notice-top-2.png); color: #ecf8fc; }
.page-2 .top .top-3 { width: 358px; height: 420px; background: url(../images/bg-top-3.png) no-repeat; }
.page-2 .top .top-3:hover { background-image: url(../images/bg-top-3-hover.png); }
.page-2 .top .top-3 .icon-wing { background-image: url(../images/wing-top-3.png); }
.page-2 .top .top-3 .reward { background-image: url(../images/ribbon-top-3.png); color: #6a5e55; }
.page-2 .top .top-3 .foot { background-image: url(../images/notice-top-3.png); color: #ad9f93; }
.page-2 .top .head { font-size: 30px; font-weight: 800; font-style: italic; padding-left: 160px; padding-top: 25px; margin-bottom: 10px; }
.page-2 .top .icon-wing { background-repeat: no-repeat; width: 198px; height: 136px; margin-left: 90px; display: block; }
.page-2 .top .reward { font-size: 20px; font-weight: 500; font-style: italic; text-align: center; width: 240px; height: 54px; background-repeat: no-repeat; margin-left: 52px; padding-top: 4px; }
.page-2 .top .info { font-size: 20px; color: #fff; margin-left: 70px; margin-top: 14px; height: 90px; }
.page-2 .top .foot { font-weight: 500; font-size: 17px; font-style: italic; padding-left: 30px; margin-left: 60px; background-repeat: no-repeat; background-position: 0 0; }
.page-2 .top .icon-kundun-5 { width: 236px; height: 151px; background-image: url(../images/kundun-5.png); background-repeat: no-repeat; margin-left: 76px; display: block; }
.page-2 .top .icon-kundun-5 ~ .info { margin-top: 30px; margin-bottom: 10px; }
.page-2 .top .icon-kundun-5 ~ .foot { padding-right: 50px; margin-left: 30px; }
.page-2 .top .icon-kundun-4 { width: 236px; height: 151px; background-image: url(../images/kundun-4.png); background-repeat: no-repeat; margin-left: 76px; display: block; }
.page-2 .top .icon-kundun-4 ~ .info { margin-top: 30px; margin-bottom: 10px; }
.page-2 .top .icon-kundun-4 ~ .foot { padding-right: 50px; margin-left: 30px; }
.page-2 .top .icon-kundun-3 { width: 236px; height: 151px; background-image: url(../images/kundun-3.png); background-repeat: no-repeat; margin-left: 76px; display: block; }
.page-2 .top .icon-kundun-3 ~ .info { margin-top: 30px; margin-bottom: 10px; }
.page-2 .top .icon-kundun-3 ~ .foot { padding-right: 50px; margin-left: 30px; }
.page-2 .table { padding: 0 100px; }
.page-2 .table table { border-collapse: collapse; border: 1px solid #313131; width: 100%; }
.page-2 .table table th, .page-2 .table table td { border-collapse: collapse; border: 1px solid #313131; padding: 10px 30px; text-align: center; font-size: 18px; line-height: 2; }
.page-2 .table table thead tr { background: #000000; }
.page-2 .table table thead tr th { color: #ffcc00; font-style: italic; }
.page-2 .table table tbody tr { background: #252525; }
.page-2 .table table tbody tr:nth-child(2n+1) { background: #1f1f1f; }
.page-2 .table table tbody tr td { font-size: 16px; }
.page-2 .head-table { margin-bottom: 20px; margin-top: 50px; }

.footer { text-align: center; margin-top: 100px; margin-bottom: 60px; }
.footer a { margin: 0 20px; }
.footer .copyright { margin: 10px 0; }

@-webkit-keyframes down { 50% { opacity: 1; } }
@-moz-keyframes down { 50% { opacity: 1; } }
@keyframes down { 50% { opacity: 1; } }

/*# sourceMappingURL=style.css.map */

