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

section.e_panel {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap {
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 0 50px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 50%);
    margin: 30px 0 120px 0;
    padding: 0;
    border-radius: 20px;
}
.we_bg {
    /* background: url(/images/event/timeticket_present/bg.gif); */
    background-size: 200px auto;
}

small {
    font-size: 12px;
}

#event_ranking {
    font-family: 'M PLUS 1p', sans-serif;
    background: url(/images/event/timeticket_present/bg.gif);
    /* background-size: 100px; */
}

#event_ranking p {
    padding: 40px 0;
}

#footer {
    margin-top: 0;
    padding-bottom: 0;
}
#footer_naviwrap {
    bottom: 0;
    position: fixed;
}
h2 {
    position: relative;
    margin: auto;
    height: auto;
    padding: .5rem 0 calc(.5rem + 10px);
    padding-top: 0;
    border: 2px solid #ead7aa;
    background: #001f23;
    font-size: 30px;
    color: #fff;
    margin-bottom: -40px;
    width: 600px;
}

h2 strong {
    background: url(/images/event/timeticket_present/bg_left.png) no-repeat;
    padding: 0 0 10px 0;
    font-size: 30px;
    background-size: contain;
    background-position: center;
    display: block;
    color: #9c0000;
    line-height: 1;
}

h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #ead7aa;
    background-image: -webkit-repeating-linear-gradient(135deg, #ead7aa, #ead7aa 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #ead7aa, #ead7aa 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h2 img {
    clear: both;
    width: 30px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px;
}

.wrap_contents {
    overflow: hidden;
    padding-bottom: 0;
}

.menu_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    background: #9c0000;
    border-top: double 4px #a78930;
    border-bottom: double 4px #a78930;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.we_inner {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    text-align: center;
}

.we_inner ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

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

.we_inner li strong {
    color: #cabba0;
    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: #ceb058;
    font-size: 14px;
    padding: 5px 10px;
}

.we_inner li a:hover {
    background: rgba(255, 255, 255, 0.3);
}

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

.avatar_end {
    display: block;
    text-decoration: none;
    color: #a78930;
    background: #000;
    font-size: 30px;
    padding: 10px;
    letter-spacing: -0.05em;
}

.game_wrap a.event_start {
    margin: 20px;
    font-size: 20px;
    border: 4px double #a78930;
}

a.event_start {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #9c0000;
    font-size: 30px;
    padding: 10px 20px;
    letter-spacing: -0.05em;
    display: inline-block;
}

a:hover.event_start {
    background: #c30000;
}

.avatar_end img,
.event_start img {
    width: 300px;
    height: auto;
}
.we_wrap {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.we_wrap img {
    width: 900px;
    height: auto;
    margin: 10px auto 0 auto;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
}

.we_wrap h4 {
    color: #c19d49;
    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 rgba(0, 0, 0, 0.7) solid;
}

.we_wrap h5 {
    color: #c19d49;
    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 rgba(0, 0, 0, 0.7) solid;
}

.wrap_panel {
    width: 100%;
    position: relative;
    /* box-shadow: inset 0 7px 4px 0 rgba(0, 0, 0, .3); */
}

.bg_1 {
    background: url(/images/event/timeticket_present/bg_2.jpg);
    background-size: 130px auto;
}

.bg_2 {
    background: url(/images/event/timeticket_present/bg_1.jpg);
    background-size: 130px auto;
}

.bg_3 {
    /* background: url(/images/event/timeticket_present/bg.gif); */
    background-size: 200px auto;
}

.bg_4 {
    background-color: #9c0000;
}

.bg_4 a {
    color: #ceb058;
    font-weight: 700;
}

.inner_panel {
    text-align: center;
    background: rgb(255 255 255 / 76%);
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    color: #131313;
    max-width: 900px;
    font-size: 16px;
}

.notes {
    clear: both;
    width: 100%;
    max-width: 900px;
    color: #fff;
    font-size: 85%;
    margin: auto;
}

.notes ul {
    margin: 1em;
    font-size: 20px;
    padding: 0;
    text-align: left;
}

.notes li {
    margin-left: 1.5em;
    margin-bottom: 0.8em;
    list-style: disc;
    font-size: 14px;
    text-align: left;
}

.btn_regist {
    text-align: center;
}

.btn_regist a {
    padding: 20px 40px;
    font-size: 20px;
    background: #000;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.btn_regist a:hover {
    text-decoration: none;
    background: #470000;
}

.game {
    width: 100%;
    display: flex;
    justify-content: center;
}

.game_inner {
    padding: 10px;
    width: 100%;
}

.game_inner img {
    width: 80%;
    height: auto;
}

.game_wrap {
    width: 33.33333%;
    padding: 2px 1px 10px 1px;
    margin-bottom: 30px;
    float: left;
    background: url(/images/event/timeticket_present/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/timeticket_present/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/timeticket_present/btn_start2.png) center top no-repeat;
}

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

.game_cap {
    font-size: 16px;
    font-weight: bold;
    text-align: center !important;
    white-space: nowrap;
}

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

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

.ticket {
    color: #ff2b70;
}

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

.star {
    color: #9c0000;
}

.ok a {
    margin: 10px auto 50px auto;
    font-size: 18px;
    font-weight: 500;
    color: #c19d49;
    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: #c19d49;
    font-weight: bold;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

table span {
    color: #ff2b70;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

th {
    text-align: center;
}

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: #c19d49;
}

table td {
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    color: #c19d49;
    font-size: 13px;
    width: 33.3333%;
}

th {
    padding: 5px 15px;
}

td {
    padding: 0;
}

.inner_panel table img {
    width: 100px;
    height: auto;
}

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: #c19d49;
    width: 900px;
    text-align: center;
    padding: 0 10px 20px 10px;
    margin: 0 auto;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
}

.rank_topic7 a {
    color: #c19d49;
    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/timeticket_present/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: #c19d49;
    width: 900px;
    text-align: center;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.6);
    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: #c19d49;
    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: #c19d49;
    background: #9c0000;
    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: #c19d49;
    background: #88122c;
}

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

.avatar_inner div span {
    color: #a78930;
    background: #9c0000;
    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%;
}

dl.acMenu {}

:hover.acMenu dt {
    background: #c30000;
}

.acMenu dt {
    clear: both;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #a78930;
    background: #9c0000;
    font-size: 30px;
    padding: 10px;
    letter-spacing: -0.05em;
}

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

.acMenu dt.active {
    color: #fff;
    background: #c30000;
}
.date{
    background: rgb(105 1 0 / 90%);
    color: #fff;
    font-size: 16px;
    padding: 10px 0 !important;
    display: block;
}
