body {

}
.show::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(/images/event_site/silverweek/bg.jpg) center center no-repeat;
    background-size: cover;
}
.wrap_contents h3 {
    margin-top: 3%;
}

#event_ranking p {
    text-align: center;
}

.wrap_contents {
    overflow: hidden;
    padding-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}

.menu_sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 10;
    background: #000;
    width: min-content;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
}

.we_inner {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.we_inner ul {
    overflow: hidden;
    width: 1100px;
    margin: auto;
}

.we_inner li {
    float: left;
    text-align: left;
    width: 25%;
}

.we_inner li strong {
    color: #ecbd32;
    font-size: 21px;
    line-height: 0;
    vertical-align: -0.1em;
    display: inline-block;
    width: 0.9em;
    text-align: center;
}

.we_inner li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #000;
    font-size: 16px;
    padding: 5px 10px;
}

.we_inner li a:hover {
    background: #d16500;
}

.img_header {
    clear: both;
    margin-bottom: 10px;
    width: 90%;
    height: auto;
}

#event_ranking .avatar_end {
    display: block;
    text-decoration: none;
    color: #000;
    background: #eee;
    font-size: 20px;
    text-align: center !important;
    line-height: 50px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.inner_panel p.avatar_end_sp {
    display: block;
    text-decoration: none;
    color: #000;
    background: #eee;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.event_start {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #d16500;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 50px;
}

a:hover.event_start {
    background: #ecbd32;
    color: #000;
}

.avatar_end img,
.event_start img {
    width: 300px;
    height: auto;
}

.we_wrap {
    width: 100%;
    overflow: hidden;
    text-align: center;
    max-width: 1200px;
    margin: 30px auto;
}

.we_wrap img {
    width: 100%;
    height: auto;
}

.we_wrap h4 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px auto;
    line-height: 1;
    padding: 7px 0 5px 0;
    border-bottom: 1px #d16500 solid;
}

.we_wrap h5 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 5px auto;
    line-height: 1;
    padding: 7px 0 10px 0;
    border-bottom: 1px #d16500 solid;
}

.inner_panel {
    background: #000;
    background-size: 100px 100px;
    text-align: center;
    width: 92%;
    margin: 2% auto;
    padding: 1.3%;
    padding-top: 0;
    color: #fff;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 12px;
    position: relative;
    max-width: 1000px;
}

.numbering {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    line-height: 1;
    top: 10px;
    left: 0;
    text-align: center;
    color: #ecbd32;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.inner_panel p {
    text-align: left;
    padding: 0;
    margin-bottom: 0.8em;
}

.inner_panel_footer {
    clear: both;
    background: rgba(0, 0, 0, 0.9);
    width: 96%;
    margin-bottom: -5px;
    padding: 2%;
    color: #fff;
    overflow: hidden;
}

.game {
    width: 100%;
}

.game_wrap {
    width: 33.33333%;
    padding: 20px 0;
    float: left;
    background: url(/images/event/newyear_2018/bg_vs.png) 0 0 no-repeat;
    background-size: contain;
}

.game_box {
    width: 300px;
    height: 300px;
}

.inner_game_wrap {
    width: 340px;
    height: 268px;
    padding: 33px 0 0 0;
    margin: 0;
    background: url(/images/event/newyear_2018/bg_vs.png) 40px 0 no-repeat;
    background-size: 300px 268px;
}

.game_wrap img {
    width: 70%;
    height: auto;
    padding-top: 5%;
}

.game_start a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 315px;
    height: 191px;
    background: url(/images/event/newyear_2018/btn_start2.png) center top no-repeat;
}

.game_start a:hover {
    background: url(/images/event/newyear_2018/btn_start2.png) center -189px no-repeat;
}

.game_cap {
    font-size: 20px;
    font-weight: bold;
    clear: both;
    margin-top: 70px;
    text-align: center !important;
}

.game_cap span {
    font-size: 14px;
}

hr {
    display: block;
    margin: 5px 0 10px 0;
    background: rgba(0, 0, 0, 0.3);
    height: 1px;
    border: none;
}

#event_ranking h3 {
    color: #fff;
    background: none;
    font-weight: 900;
    text-align: center;
    font-size: 2.5vw;
    margin-top: 0;
    display: inline-block;
    
}

#event_ranking h3 img {
    width: 30px;
    height: auto;
    vertical-align: baseline;
    margin-right: 0.5em;
    
    margin: 0 10px;
    display: inline-block;
}

.we_inner .notes_list {
    clear: both;
    width: 100%;
    background: #000;
    color: #fff;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    margin-bottom: -5px;
}

.we_inner .notes_list ul {
    margin: 15px auto;
    max-width: 1150px;
    padding: 5px;
}

.notes_list ul li {
    list-style: disc;
    font-size: 13px;
    margin-left: 1.5em;
    padding-bottom: 5px;
    width: auto;
    float: none;
    font-weight: normal;
    padding: 5px 0;
}

.we_inner .notes_list a {
    background: none;
    color: #d16500;
    margin: 0;
    padding: 0;
}

h4 {
    font-weight: bold;
    margin-top: 20px;
}

.ticket {
    color: #ff2b70;
}

.pt {
    color: #ff0054;
    font-weight: bold;
    background: none;
}

.star {
    color: #ecbd32;
}

.ok a {
    margin: 10px auto 50px auto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 300px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2eb658;
}

.ok a:hover {
    background: #33c963;
}

.timetable {
    overflow: hidden;
    margin: 30px auto;
    font-size: 11px;
}

table {
    color: #fff;
    font-weight: bold;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: normal;
}

table span {
    background: #000;
    color: #ff2b70;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

table tr {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    text-align: center;
}

table td strong {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px;
}

th {
    padding: 5px 15px;
}

td {
    padding: 0;
}

center {
    margin: 30px 0;
}

.text {
    padding-top: 100px;
}

.caution {
    padding: 50px 0;
    padding-left: 100px;
}

.rank_topic7 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    width: 900px;
    text-align: center;
    padding: 0 10px 20px 10px;
    margin: 0 auto;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
    font-family: 'Oswald', sans-serif;
}

.rank_topic7 a {
    color: #fff;
    text-decoration: underline;
}

.rank_topic7 h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.rank_topic7 p {
    font-size: 16px;
}

timetable .we_footer {
    text-align: center;
    width: 100%;
    background: url(/images/event/newyear_2018/bg_2.png) 0 top repeat-x;
    padding-top: 375px;
    margin-bottom: -5px;
}

.we_footer_inner {
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    width: 100%;
}

.avatar_inner {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    width: 900px;
    text-align: center;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.avatar_inner h4 {
    font-size: 24px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.avatar_inner a img {
    vertical-align: middle;
    padding: 0 0 0 2em;
}

.avatar_inner .close {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    margin: 20px;
    padding: 19px 5px 19px 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.avatar_inner a {
    display: block;
    color: #fff;
    background: rgba(36, 175, 170, 0.95);
    font-size: 14px;
    margin: 20px;
    padding: 10px 5px 7px 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.avatar_inner a:hover {
    color: #fff;
    background: rgba(36, 175, 170, 0.8);
}

.avatar_inner div {
    width: 33.33333%;
    float: left;
    padding-bottom: 10px;
}

.avatar_inner div span {
    color: #fff;
    background: rgba(208, 155, 12, 1);
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.acMenu dt {
    clear: both;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #d16500;
}

.acMenu dd {
    padding: 10px 0;
    display: none;
    text-align: left;
}

.acMenu dt a:hover {
    color: #000;
    background: #ecbd32;
}

.acMenu dt.active {
    color: #000;
    background: #ecbd32;
}

.lp_slide01 {
    width: 100%;
    height: 150px;
    background-image: url(/images/event/newyear_2018/slide_001.jpg);
    background-size: cover;
    -webkit-animation: bgscroll01 80s linear infinite;
    animation: bgscroll01 80s linear infinite;
}

@-webkit-keyframes bgscroll01 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2318.5px 0;
    }
}

@keyframes bgscroll01 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2318.5px 0;
    }
}

.lp_slide02 {
    width: 100%;
    height: 150px;
    background-image: url(/images/event/newyear_2018/slide_002.jpg);
    background-size: cover;
    -webkit-animation: bgscroll02 80s linear infinite;
    animation: bgscroll02 80s linear infinite;
}

@-webkit-keyframes bgscroll02 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2291.5px 0;
    }
}

@keyframes bgscroll02 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2291.5px 0;
    }
}

.lp_slide03 {
    width: 100%;
    height: 200px;
    background-image: url(/images/event/newyear_2018/slide_003.jpg);
    background-size: cover;
    -webkit-animation: bgscroll03 80s linear infinite;
    animation: bgscroll03 80s linear infinite;
}

@-webkit-keyframes bgscroll03 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3115px 0;
    }
}

@keyframes bgscroll03 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -3115px 0;
    }
}
@media screen and (max-width: 600px) {
.numbering {
    position: absolute;
    display: block;
    width: 60px;
    height: 100px;
    line-height: 1;
    top: 6px;
    left: 0;
    text-align: center;
    color: #ecbd32;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
}