/* globals.css */
:root {
--font-mplus: "M PLUS 1", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

body {
    font-family: var(--font-mplus);
    /* font-size: 13px; */
    /* M PLUS 1に最適化された設定 */
    line-height: 1.7;
    letter-spacing: 0.03em;

    /* フォントレンダリング最適化 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    max-width: 800px;
    margin: 0 auto;
    height:100%;
}

body::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-3;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background: #f0f0f0 url(/images/common/bg.jpg);
    background-size: cover;
}
@media screen and (max-width: 600px) {
body {
  /* font-size: 0.75rem; */
}
}
main{
    margin: 0 6px;
    padding: 106px 0 40px 0;
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
main{
    padding: 90px 0 20px 0;
}
}

/* ステータス用フォント */
.bs-f {
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

/* 見出し用 */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-mplus);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: 14px;
  border: 0;
}
h1 {
  font-size: 18px;
}
h2, h3, h4, h5, h6 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h1 img,
h2 img,
h3 img {
    vertical-align: -0.1em;
    margin-right: 0.2em;
}
.text-warning {
    color: #ff2b5f !important;
}
p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
}
@media screen and (max-width: 600px) {
p {
    font-size: 12px;
}
}
button{
    cursor: pointer;
    transition: .2s all ease;
}
button:hover{
    opacity: .6;
}

/* 強調テキスト */
.font-bold {
font-weight: 700;
}

.font-medium {
font-weight: 500;
}

.font-light {
font-weight: 300;
}

.font-black {
font-weight: 900;
}

.yellow{
  color: #effd31;
}
.top_bg::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-2;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background: #f0f0f0 url(/images/_smt/top/bg_vr.jpg) 50% 50%;
    background-size: cover;
}
body>.container,
body>.container-fluid {
    padding-top: 0;
    width: 100%;
    height: 100%;
}

i {
    padding: 0 0.1em;
}

a {
    border: 0;
}

[class^="mdi-"],
[class*="mdi-"] {
    font: normal normal normal 24px/1 'Material-Design-Icons';
    vertical-align: -0.2em;
}

select {
    appearance: normal;
    font-size: 18px;
    width: 100%;
}

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

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

.pager {
    margin: 0;
}

.addsub {
    padding-top: 43px !important;
}

.active {
    background: rgba(255, 255, 255, 0.1);
    background: #768493;
}

.tab-content .active {
    background: none;
}

.btn {
    padding: 8px 10px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .12);
    border-radius: 50px;
}

.btn.btn-sm {
    padding: 5px 0;
}

.label {
    vertical-align: 0.1em;
    font-weight: normal;
    border-radius: 2px
}

.modal-content {
    background: #000;
}

.modal-content .modal-body {
    padding: 5px;
}
.modal-content .modal-body button{
    margin: 10px !important;
    width: -webkit-fill-available !important;
}
.text_a_link a{
  border: 0;
  outline: o;
  background: none;
}
/* main navi -----------------------------------------*/

.navbar {
    min-height: 50px;
    position: fixed;
    width: 100%;
    padding: 0;
    z-index: 10;
    top: 0;
}
.navbar-header{
    width: 100%;
}
.navbar.navbar,
.navbar-default.navbar {
    background: #030303;
}

.navbar-toggle {
    padding: 0;
    margin: 0;
    width: 20%;
    cursor: pointer;
    display: block;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.navbar .navbar-nav>li>a {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 11px;
}

.navbar .navbar-nav>li img {
    padding: 0 8px 0 8px;
    width: 30px;
}

nav .mainmenu_wrap {
    margin-top: 0;
}

.mainmenu_wrap {
    color: #fff;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 0 0 0;
    background: #030303 !important;
    height: 39px;
    font-size: 1rem;
    width: 100%;
}

.mainmenu_wrap a {
    color: #fff !important;
    font-size: 18px;
    padding: 5px 0 4px 0;
    text-decoration: none;
}

a.dropdown-toggle {
    display: block;
}

nav .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

nav .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0;
}

.mainmenu_wrap img {
    margin-right: 0.5em;
    vertical-align: -0.3em;
}

.btn_mainmenu_close {
    padding: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
}

.btn_mainmenu_close button {
    margin: 0;
}

.navbar-header a {
    color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-icon img{
    display: block;
    width: 26px;
    height: auto;
    margin: auto;
}

.navbar-header .navbar-icon {
    height: 50px;
    width: inherit;
    float: left;
    line-height: 1;
    font-size: 10px;
    text-align: center;
}

.navbar-header .navbar-icon i {
    padding: 10px 0 0 0;
    font-size: 18px;
}

.navbar-header .navbar-icon small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.navbar-header a.navbar-icon {
    text-decoration: none;
    border-radius: 60px;
    margin: 0 3px;
    position: relative;
}

.navbar-header .logo {
    padding: 10px 0;
}

.avatar {
    margin: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
}

.avatar .image {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.avatar .member {
    width: 12px;
    height: auto;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 10;
}

.mainmenu_badge {
    position: absolute;
    margin: 0 auto;
    top: 20px;
    right: -10px;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 4px;
    text-align: center;
    color: #fff;
    background: #df277d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.mainmenu_inner_badge {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #ff0044;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    float: none;
    position: absolute;
    right: -16px;
    top: 0;
    text-indent: -9999em;
}

.header_regist {
    background: #ffd202;
    color: #fff;
    text-align: center;
}

.header_regist a {
    display: block;
    color: #fff;
    height: 43px;
    line-height: 43px;
}

.btn_regist {
    width: -webkit-fill-available;
    margin: 10px;
    padding: 16px 18px;
    background: #effd31;
    background-image: linear-gradient(0deg, #c6fd31, #effd31);
    border-style: none;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    color: #000000;
    font-weight: bold;
    display: block;
    font-size: 16px;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0);
    outline-offset: -6px;
    outline: 4px #000000 solid !important;
}

.btn_regist_complete {
    width: 96%;
    display: block;
    text-align: center;
    border-radius: 5em;
    padding: 50px 0;
    margin: 5px auto 30px auto;
    font-size: 26px;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    transition: color 0.2s 0.3s, width 0.3s 0s;
    cursor: pointer;
    background: #58a6f0;
    border: 3px #fff solid;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}

.btn_regist_complete span {
    vertical-align: 0.1em
}
.navbar-header .flg_badge{
    right: 11px;
    top: 5px;
}
.navbar-toggle >.flg_badge{
    right: 14px;
    top: 12px;
}
.menu_slide .flg_badge{
    right: 2px;
    top: 6px;
}

.flg_badge.f_game {
    transform: rotate(45deg);
    position: absolute;
    right: 130px;
    top: 0px;
    height: 12px;
    width: 12px;
    z-index: 30;
}
.flg_badge.f_shop {
    transform: rotate(45deg);
    position: absolute;
    right: 146px;
    top: 220px;
    height: 12px;
    width: 12px;
    z-index: 30;
}

.flg_badge.f_useful {
    transform: rotate(45deg);
    position: absolute;
    right: 354px;
    top: 216px;
    height: 12px;
    width: 12px;
    z-index: 30;
}
.flg_badge.f_mission {
    right: 10px;
    top: 10px;
    height: 12px;
    width: 12px;
}
.flg_badge.f_login {
    right: 20px;
    top: 20px;
    height: 12px;
    width: 12px;
}
.grobalmenu .nm {
    color: #ff005e;
    background: #ff005e;
    height: 7px;
    width: 7px;
    border-radius: 3333px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 8px;
    text-indent: -9999rem;
    z-index: 3;
}
@media screen and (max-width: 600px) {
.navbar-header .flg_badge {
        right: -3px;
        top: 0px;
    }
.navbar-toggle >.flg_badge{
    right: -3px;
    top: 7px;
}
.grobalmenu .nm {
    height: 6px;
    width: 6px;
    right: 10px;
    top: 35px;
}
.levelText_wrap .flg_badge{
    zoom: 1.4;
}
}
.main_menu_inner > .top_wrap li .flg_badge{
    right: 9px;
    top: 11px;
}
.main_menu_inner > .bottom_wrap li .flg_badge{
    right: 4px;
    top: 8px;
}
.flg_badge{
    color: #ff005e;
    background: #ff005e;
    height: 7px;
    width: 7px;
    border-radius: 3333px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    text-indent: -9999rem;
    z-index: 3;
}
/* main_menu_game_modal -----------------------------------------*/

.main_game {
    padding: 0 0 5px 0 !important;
    font-size: 12px;
}

.main_game h3 {
    clear: both;
    color: #fff;
    font-size: 24px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(45, 62, 80, 0.96);
}

.main_game div {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    padding: 1px;
    position: relative;
}

.main_game {
    font-size: 17px;
}

.main_cardlist {
    width: 100%;
}

.main_cardlist div {
    display: block;
    width: 23%;
    margin: 1%;
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1);
    height: auto;
    position: relative;
}

.main_cardlist p {
    margin: 0;
    text-align: center;
    height: 2em;
}

.main_cardlist p a {
    margin: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    overflow: hidden;
    /*white-space: nowrap;*/
    word-wrap: break-word;
    display: block;
    text-overflow: ellipsis;
}

.face_logo {
    width: 100%;
    height: auto;
    z-index: 9;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mini_logo {
    position: absolute;
    top: 0;
    right: 0;
    height: 35%;
    /* margin: 0 auto; */
    display: block;
    width: auto;
    z-index: 11;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 0 5px;
    padding: 2px;
}

.modal_game {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    background: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-content {
    height: 100%;
    margin: 0 20px;
    background: #ffffffb8;
    border-radius: 20px 20px 20px 20px;
}

.modal-table-wrap {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.modal-table-cell {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
}

.modal-content-box {
    position: relative;
    margin: 0 auto;
    color: #fff;
    background: rgba(45, 62, 80, 1);
}

.modal-content-inner {
    padding: 0;
}

.modal-btn-close {
    z-index: 11;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0;
    padding: 10px;
}

.modal-btn-close img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .main_game {
        font-size: 14px;
    }
    .main_btn {
    zoom:0.7;
    }
    .main_cardlist div {
        display: block;
        width: 32%;
        margin: 0.5%;
        float: left;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        padding: 5px 3px;
        background: rgba(0, 0, 0, 0.1);
        height: auto;
        position: relative;
    }
    .main_cardlist p a {
        margin: 0;
        font-size: 10px;
        color: #fff;
        width: 100%;
        overflow: hidden;
        /*white-space: nowrap;*/
        word-wrap: break-word;
        display: block;
        text-overflow: ellipsis;
    }
    .modal-wrap {
        padding: 0;
    }
    .modal-content-inner {
        padding: 0;
    }
    .flg_badge{
    height: 6px;
    width: 6px;
}
}


/* status -----------------------------------------*/

.status_panel {
    position: absolute;
    top: 40px;
    margin-top: 10px;
    width: 320px;
    background: rgba(255, 255, 255, 1);
    color: #666;
    padding: 0;
    left: auto;
    right: 0;
}

.status_panel_caret {
    background: rgba(255, 255, 255, 1);
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 80%;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.status {
    padding: 0 5px;
    border-radius: 0 0 4px 4px !important;
    -webkit-border-radius: 0 0 4px 4px !important;
}

.status h3 {
    padding: 0;
    margin: 10px 5px 0 5px;
    font-size: 16px;
    border: none;
    line-height: 50px;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;

}

.status h3 img {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    margin-right: 1em;
    float: left;
}
.status h3 .menu_avatar {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    margin-right: 0;
    float: left;
    padding: 1px;
}
.status h3 span {
    line-height: 1.5;
    display: block;
    padding-top: 0.2em;
}

.status .member {
    width: 16px;
    height: auto;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 10;
}

.status h3 span strong {
    font-size: 13px;
    line-height: 1.5;
    display: block;
    font-weight: normal;
}

.status p {
    padding: 5px;
    margin: 0;
}

.status ul {
    font-size: 20px;
}

.status li {
    color: #fff;
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px;
}

.btn-c {
    display: flex;
    align-items: center;
    background: #030303;
    border-radius: 100px;
    width: -webkit-fill-available;
    white-space: nowrap;
    margin: 10px 1px 0px 1px;
    color: #fff;
    outline-offset: 1px;
    outline: 1px #0303033b solid;
}
.btn-c a.btn-sm{
    flex: 1 !important;
    color: #ffffffe6 !important;
    padding: 6px;
    font-size: 12px;
    letter-spacing: -0.07em;
}
.status li img {
    height: 24px;
    width: 24px;
    margin-bottom: 5px;
    vertical-align: ;
}

.status li span small {
    margin-top: 3px;
}

.pt {
    background: #25aafb;
}

.loto {
    background: #fea656;
}

.ticket {
    background: #fe6377;
}

.exp {
    background: #ff6f70;
}

.monthly_global {
    background-size: 9% !important;
    background: #1a3a55 url(/images/subscribe/bg_pattern.png) center center;
    background-blend-mode: soft-light;
    color: #d0a85c;
}

.monthly_global a {
    color: #d0a85c;
}


/* blog_page navi -----------------------------------------*/

#page_navi_wrap {
    clear: both;
    margin: 0 auto;
    padding: 16px 0;
    text-align: center;
    font-size: 10px;
}

#page_navi_wrap span,
#page_navi_wrap a,
#page_navi_wrap a:hover {
    color: #040404;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    background: #effd31;
}

#page_navi_wrap a {
    color: #fff;
    background: #030303;
}

#page_navi_wrap span:first-child,
#page_navi_wrap a:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#page_navi_wrap span:last-child,
#page_navi_wrap a:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

#page_navi_wrap a:hover {
    color: #fff;
    background: #030303;
}

#page_navi .navi_rew {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    color: #000;
    font-size: 12px;
    padding: 4px 5px 2px 20px;
    background: #f6f9fb url(/images/arrow/rew_001.gif) no-repeat 5px 7px;
    border: 1px #fff solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#page_navi .navi_ff {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    padding: 4px 5px 2px 20px;
    background: #f6f9fb url(/images/arrow/001.gif) no-repeat 5px 7px;
    border: 1px #fff solid;
}


/* footer -----------------------------------------*/

.footer_index {
    background: #000;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: .7rem;
}

.footer_index a {
    color: #fff;
    opacity: .6;
    padding: 6px 0;
    display: block;
}
.footer_index ul {
    margin-top: 16px;
}

.footer_index a:hover, .footer_index a:focus {
    color: #fff;
    text-decoration: none;
    opacity: .4;
}
.footer_index p {
    margin: 1.2rem 0;
    font-size: .8rem;
    opacity: 1;
}
.footer {
    background: #030303;
    color: #fff;
    padding: 20px 0 5px 0;
}

.footer a {
    color: #fff;
}


/*
.list-group .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border-right: 0;
    border-left: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-left: 0;
}
*/

.bar-subheader {
    display: block;
    background: #030303;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.bg_main {
    background: #030303;
    color: #fff;
}

.bg_sub {
    background: #495376;
    color: #fff;
}

.white {
    /* color: #fff !important; */
}

.white a,
.white:hover {
    color: #fff;
    text-decoration: none;
}

.pickup {
    overflow: hidden;
    background: #122240;
    color: #fff;
}

.panel-body {
    padding: 10px
}

.container-wrap {
    padding-top: 1px;
    margin: 0;
    color: #fff;
}

.panel {
    margin: 20px;
}

.wrap {
    margin: 10px 0;
}
.container-wrap>.inner {
    padding: 8px;
    border-radius: 0;
    background: #000 url(/images/common/bg_dot_white.png);
    background-size: 20px 20px;
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: color;
}
.container-wrap .nav-tabs li a{
    padding: 6px 8px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.container-wrap .nav-tabs li a.active {
    background: #effd31 !important;
    color: #000;
}
.container-wrap .nav-tabs li {
    flex: 1;
}
.container-wrap .tab-content #t4{
    background: #ffffff;
}
.container-wrap .tab-content #t4 .blog{
    border-bottom: 1px solid #00000012;
    padding: 8px;
}
.inner {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}
.panel-heading{
    padding: 8px;
}
.btn-default {}

.head_circle {
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding-top: 50px;
    display: table;
    text-align: center;
    margin: 10px auto;
    line-height: 50px;
    width: 200px;
    height: 200px;
    white-space: nowrap;
}

.head_gradient-border {
    --borderWidth: 1px;
    /* background: #1D1F20; */
    position: relative;
    border-radius: var(--borderWidth);
}
.head_gradient-border:after {
    content: '';
    position: absolute;
    top: calc(0 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    animation: animatedgradient 10s ease alternate infinite;
    background-size: 300% 300%;
        border-radius: 8px;
}

@keyframes animatedgradient {/*アニメーション設定*/
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.alert_beginner {
    /* background: #030303; */
    border: none;
    text-align: left;
    font-size: 12px;
    padding: 1px;
    margin: 0;
}
.alert_beginner p {
    /* background: #ff3434; */
    padding: 10px 5px;
    border-radius: 3px;
    margin: 0;
    font-size: 12px;
    /* background: rgb(0 0 0 / 90%); */
    position: relative;
    z-index: 1;
}

.alert_beginner i {
    margin-right: 5px;
    font-size: 28px;
    color: yellow;
}
.alert_beginner p a{
    color: #fff;
    display: flex;
    align-items: center;
}
.alert {
    margin: 10px;
    margin-bottom: 0;
    padding: 10px;
    /* border-bottom: 1px rgba(255, 255, 255, 0.2) solid; */
    border-radius: 3px;
}
.alert:last-child {}

.alert-info {
    background: #028bc9;
}
/* typo -----------------------------------------*/

.fonts {

}


/*
.btn-group-justified{
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}

.btn{
    border-radius: 0;
}
.btn-default{
    border-radius: 0;
}
*/


/* contents color -----------------------------------------*/

.bgd {

}

.index_wrap {
    background: #f2444d;
}

.pt_area {
    background: #58a6f0;
}

.tk_area {
    /* background: #ff6d7f; */
    color: #030303;
}

.prize_area {
    background: #26beba;
}

.medal_area {
    background: #df277d;
    color: #fff;
}

.pt_t {
    color: #58a6f0;
}

.tk_t {
    color: #ff6d7f;
}

.prize_t {
    color: #26beba;
}

.medal_t {
    color: #df277d;
}


/* flipsnap -----------------------------------------*/

.fbox {
    text-align: center;
}

.fbox img {
    height: auto;
}

.fbox p {
    text-align: center;
    white-space: nowrap;
}

.top_rank {
    background: ##ff6f70;
}

.prize_rank {
    background: ##27ceca;
}

.flip {
    margin: 0;
    padding: 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.wrap h2,
.panel h2,
.flip h2 {
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    /*background: #030303;color: #fff;*/
    padding: 10px;
    padding-right: 0;
    margin: 5px;
    margin-bottom: 20px;
    color: inherit;
}

.flip .slide_item {
    width: 25%;
    padding: 0 5px;
}

.flip .slide_item p {
    clear: both;
    font-size: 10px;
}

.flip .slide_item span {
    font-size: 14px;
}

.flip .slide_item .inner {
    width: 80px;
    height: 80px;
    margin: 0;
    padding: 0;
    position: relative;
}

.flip .slide_item .inner img {
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}

.viewport {
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: translateZ(0);
}

.slide_item {
    margin: 0;
    padding: 0;
}

.inner_bottom {
    margin-left: 0.5em;
}

.rank_info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(59, 80, 103, 1);
    width: 20px;
    height: 20px;
    z-index: 5000;
    line-height: 21px;
    text-align: center;
    border-radius: 25px;
}

.rank1 {
    background: #e3c044;
    font-size: 20px !important;
    color: #2C3E50;
}

.rank2 {
    background: #d9ccc5;
    color: #2C3E50;
    font-size: 20px !important;
}

.rank3 {
    background: #cc5800;
    font-size: 20px !important;
    color: #2C3E50;
}

.event_ticker {
    padding: 3px 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #df277d;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
}


/* rush_rank */

.rush_rank {
    list-style: none;
    margin: 9px;
}

.rush_rank li {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 1px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.rush_rank li.all {
    background-color: rgba(0, 230, 130, 0.8);
    border-radius: 3px;
    margin-bottom: 3px;
    padding: 2px 7px;
    color: #fff;
}


/* login -----------------------------------------*/

.login_panel {
    margin-top: 0;
    padding: 20px 5px 0 5px;
    width: 320px;
    border-radius: 0 0 5px 5px !important;
    -webkit-border-radius: 0 0 5px 5px !important;
    background: rgba(255, 255, 255, 0..97);
    color: #666;
}
.index_panel {
    margin-top: 0;
    padding: 20px;
    width: 300px;
    border-radius: 0 0 5px 5px !important;
    -webkit-border-radius: 8px !important;
    background: rgba(255, 255, 255, 0..97);
    color: #666;
    backdrop-filter: contrast(300%) blur(30px);
    background: #fffffffa;
    bottom: 50px;
    top: auto;
    font-size: .7rem;
}
.index_panel .form-control{
    font-size: .9rem;
}
.index_panel p{
    margin: 0;
}
.index_panel .text-muted{
    margin-left: 5px;
}
.login_panel a {
    color: #666;
}
.login_panel label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 8px;
}
#login-box {
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
}

#login-box .account a {
    float: left;
    display: block;
    background: #fda829 url(/images/smt/login_btn.png) center center no-repeat;
    -webkit-background-size: 105px 44px;
    -moz-background-size: 105px 44px;
    margin: 0;
}

#login-box .fb a {
    text-indent: -1000em;
    float: right;
    display: block;
    background: #355398 url(/images/smt/login_fb.png) center center no-repeat;
    -webkit-background-size: 105px 44px;
    -moz-background-size: 105px 44px;
    margin: 0;
}

#login-box a {
    margin: 10px 0;
}

#login-box li a {
    margin-bottom: 10px;
    display: block;
    height: 44px;
    width: 49%;
    text-indent: -9999em;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}


/* index main -----------------------------------------*/

.ratio-1_2:before {
    content: "";
    background: #f2444d url(/images/_smt/index_main.png) top center no-repeat;
    background-size: 100.5%, cover;
    display: block;
    padding-top: 240%;
    /* 1:2 */
}

.ratio_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.ratio_inner p {
    color: #fff;
    font-size: 15px;
}

.ratio_table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ratio_table>* {
    display: table-cell;
    vertical-align: middle;
}

.pd10 {
    padding: 104% 7%;
}

/* top banner -----------------------------------------*/
.bn_wrap {
    margin: 10px;
    border-radius: 4px;
    overflow: hidden;
}
/* mail -----------------------------------------*/

.mail .subheader {
    color: #fff;
    background: #768493;
    margin: 0;
    padding: 5px 0;
}

.mail h3 {
    margin-bottom: 0;
}

.mail .list-group {
    margin-bottom: 0;
}

.mail .list-group-item {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mail .new_mail {
    background-color: #d9edf7;
}

.mail .new_mail p {
    font-weight: bolder;
}

.mail .tabbable li a {
    padding: 10px 0;
}

.mail .list-group a.subject {
    background-color: #d9edf7;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    border-radius: 5%;
    font-size: 12px;
}

.mail .list-group .subject i {
    margin-top: -0.1em;
}


/* event topics archives-----------------------------------------*/

.cp_banner {
    /* background: url(/images/event/weekend/bg.jpg); */
    background-size: cover;
    padding: 0;
}
.cp_banner, .bn_wrap_top{
    margin: 1px auto;
    padding: 0;
    text-align: center;
}
.cp_banner img, .bn_wrap_top img{
    border-radius: 8px;
    width: 100%;
    /* filter: drop-shadow(0px 0px 3px #20202061); */
}
/* @media only screen and (max-width: 600px) {
.cp_banner img, .bn_wrap_top img{
    border-radius: 8px;
    width: 80%;
}
} */

.topics_inner{
    background: #fff;
}
.topics_inner li{
    padding: 8px;
    font-size: .9rem;
    border-bottom: 1px dotted #000000b8;
}
.topics_inner .arrow_right{
    background: #030303;
    border-radius: 4px; 
    color: #effd31;
    margin-right: .4em;
}

.topics_inner a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.event-inner {

}

.event-inner h2 {
    padding: 5px;
}

.event-inner li {
    margin-bottom: 0;
}

.event-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.event-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.topics-inner li a {
    color: #2c3e50;
    background: #e1e5e6 url(/images/smt/arrow4.png) no-repeat 98% 50%;
}

.topics-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow4.png) no-repeat 98% 50%;
}

.event-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
    margin: 0;
}

.topics_days {
    text-align: center;
    padding: 10px;
    background: #58d5ff;
    display: block;
    white-space: nowrap;
}

.event_days {
    text-align: center;
    padding: 10px;
    background: #fab0c0;
    display: block;
    white-space: nowrap;
}

.days_detail,
.days_detail2 {
    background: #58d5ff;
    padding: 5px 8px;
    margin-top: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.archive_wrap{
    outline-offset: -4px;
    outline: 2px #555555 solid;
    border: 2px #000000 solid;
    border-radius: 8px;
    padding: 8px;
    padding-bottom: 8px;
    background: #000 url(/images/common/bg_dot_white.png);
    background-size: 20px 20px;
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: color;
    font-size: 12px;
    backdrop-filter: contrast(300%) blur(30px);
    font-size: 13px;
}
.archive_wrap div{
    padding: 8px;
}
.archive_wrap i{

}
.archive_wrap h2{
    background: #030303;
    color: #effd31;
    padding: 8px;
    font-size: 1rem;
    margin: 0;
}
.archive_wrap p{
    margin-bottom: 0;
    padding: 0 4px;
}
#header_rewind{
    background: #030303;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
#header_rewind a{
    background: #fff;
    border-radius: 4px;
}
.archives_header {
    background: #ffffff;
    padding: 6px;
    font-size: 1rem;
    border-bottom: 3px #424242 dotted;
}
.archive_wrap .news{
    color: #ffffff;
}
.archives_inner {
    background: #fff;
    color: #666;
    padding: 10px;
}

.archives_inner a {
	font-size: inherit;
	background: none;
	color: #e91e63;
	padding: 0;
	display:block;
}

.event_days_header,
.topics_days_header {
    text-align: right;
    font-size: 14px;
}

.event_days_header {
    color: #fab0c0;
}

.topics_days_header {
    color: #58d5ff;
}

.wrap h2,
.panel h2,
.flip h2 {
    font-size: 1.5em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    /*background: #030303;color: #fff;*/
    padding: 10px;
    padding-right: 0;
    margin: 5px;
    margin-bottom: 20px;
    color: inherit;
}

.flip h2 {
    margin-bottom: 10px;
}

.event-inner li a p span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #BDC3C7;
    font-weight: normal;
}

.event-inner p.more a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #95a5a6;
    -webkit-background-size: 31px 20px;
    -moz-background-size: 31px 20px;
    -o-background-size: 31px 20px;
    margin-bottom: 5px;
}


/* premium -----------------------------------------*/
.prize_list_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}
.prize_list {
    margin: 16px 8px;
    width: 31%;
}

@media screen and (max-width: 600px) {
    .prize_list {
        width: 45.2%;
    }
}

.prize_list:nth-child(odd) {

}

.prize_list p {
    font-size: 11px;
    padding: 8px;
    margin: 0;
}

.prize_cart {
    background: #fff;
    padding: 20px 5px 0 5px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.prize_list span,
.prize_cart span {
    color: #aa784c;
    font-size: 14px;
}

.prize_list img,
.prize_cart img {
    height: 70%;
    width: 100%;
    object-fit: scale-down;
    max-height: 100px;
}

.prize_wrap {
    padding: 20px;
    max-width: 100%;
    max-height: 300px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
}

.prize_wrap img {
    width: 100%;
    object-fit: scale-down;
}
.premium_wrap{
    background: #fff;
}

/* loto -----------------------------------------*/

.loto_wrap {
    background: url(/images/lot/bg.jpg) center no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.loto_inner {
    background: rgba(255, 125, 62, 0.81);
    -webkit-border-radius: 20px;
    border-radius: 6px;
    margin: 0 10px;
    padding: 10px;
}

.loto_inner02 {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
}

.loto_wrap h3 {
    margin: 0;
    text-align: center;
    border: none;
}

.col-xs-15 {
    width: 20%;
}

.nav-tabs {
    border-bottom: none;
}

.loto h3 {
    border: none;
}

.loto_header {
    background: #ff7d3e url(/images/_common/icon/lot.png) 95% center no-repeat;
    background-size: 20% auto;
    width: 100%;
    padding: 1em 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    line-height: 2.5em;
    text-align: center;
    margin: 10px auto;
}

.loto past {
    color: #ff7d3e;
}

.loto_header h3,
.loto_header h4 {
    margin: 0;
    padding: 0;
}

.loto ul {
    width: 100%;
}

.loto ul li {
    overflow: hidden;
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-right: -3px;
}

.loto ul li:last-child {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.loto_past {
    background: #fff url(/images/_common/icon/lot.png) 95% center no-repeat;
    background-size: 20% auto;
    color: #333;
}

.loto_header_past {
    background: #ff7d3e;
    -webkit-border-radius: 20px;
    border-radius: 12px;
    display: table;
    padding: 1.5em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.loto_header_past h4 {
    font-size: 60px;
    margin: 0em 0 0.1em 0;
    line-height: 1;
}

.loto_header_past h3 {
    margin: 0;
}

.single_number {
    width: 100%;
}

.number_view {
    background: #ff7d3e;
    padding: 10px 0;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.3em;
    border-radius: 3px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.number_view span {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
}

.loto_select {}

.loto_select input {
    display: none;
}

.loto_select label {
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    margin: 0 3px;
    padding: 10px 0;
    background: #c1d5d3;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}

.loto_select label:first-of-type {
    border-radius: 3px 3px 0 0;
}

.loto_select label:last-of-type {
    border-radius: 0 0 3px 3px;
}

.loto_select input[type="radio"]:checked+label {
    background: #ff7d3e;
    color: #fff;
}

.lot-box .label {
    width: 19% !important;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: #ff7d3e;
    border-radius: 0.25em;
    display: inline-table;
    padding: 0;
    margin: 0;
}

.lot_win {
    padding: 0;
    padding: 0;
    /* background: url(/images/lot/bg.jpg) center no-repeat; */
    background-size: cover;
    text-align: center;
}

.lot_win .outer-container {
    margin: 0 auto;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lot_win .result {
    color: #fff;
    margin: auto;
    margin-top: 5px;
    text-align: center;
    /* padding: 10px; */
    font-size: 38px;
    background: url(/images/lot/r_bg.png) no-repeat;
    background-size: 100% auto;
    height: 120px;
    width: 300px;
    line-height: 1.5;
    padding: 20px 0;
    padding-top: 0px;
    display: block;
    letter-spacing: -0.05em;
}

.lot_win .result span {
    font-size: 15px;
    letter-spacing: .5em;
}

.neon {
    color: #FB4264;
    text-shadow: 0 0 3vw #F40A35;
}

.neon {
    animation: neon 3s ease infinite;
    -webkit-animation: neon 3s ease infinite;
}

@keyframes neon {
    0%,
    100% {
        text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
        color: #FED128;
    }
    50% {
        text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
        color: #806914;
    }
}

.btn_lot_result {
    font-size: 26px;
    text-align: center;
    display: block;
    color: #fff;
    margin: 0 10px;
    transition: .4s;
}

.btn_lot_result a {
    padding: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .4s;
    background: #900;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 5px 0px #3C385C;
}

.btn_lot_result a:hover {
    text-decoration: none;
    color: #fff;
    background: #710404;
    box-shadow: 0 0 20px 0px #fff;
}

.lot_win .caution {
    margin: 10px;
    display: inline-block;
    text-align: center;
    color: #a0161b;
    padding: .1em 1em;
    background: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
}

.lot_win .container {
    width: 96%;
    margin: 10px 2%;
    height: 200px;
    border-radius: 10px;
    position: relative;
    top: 0;
    z-index: 1;
    box-shadow: 0 5px 10px 0px rgba(60, 56, 92, 0.5);
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .container1 {
    background: #5967C3;
    background: -webkit-linear-gradient(left top, #5967C3, #83cedc);
    background: linear-gradient(to bottom right, #5967C3, #83cedc);
}

.lot_win .container2 {
    background: #a79756;
    background: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    background: -webkit-linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
    z-index: 2;
}

.lot_win .container3 {
    background: #CA619C;
    background: -webkit-linear-gradient(left top, #CA619C, #DBC084);
    background: linear-gradient(to bottom right, #CA619C, #DBC084);
}

.lot_win .container4 {
    background: #2B645B;
    background: -webkit-linear-gradient(to top left, #101F1C, #143F38, #2B645B, #5D9F95, #1F514E);
    background: linear-gradient(to top left, #101F1C, #143F38, #2B645B, #5D9F95, #1F514E);
    border-radius: 10px;
    clear: both;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 7px;
}

.container4>div {}

.item1 {
    flex-grow: 2;
    padding: 10px;
}

.item2 {
    flex-grow: 3;
    padding: 10px;
}

.item3 {
    flex-grow: 3;
    padding: 10px;
}

.item4 {
    display: none;
}

.item4:last-child {
    display: block;
    padding: 10px;
    flex-grow: 4;
    background: #ff5959;
}

.lot_win .active {
    z-index: 3;
    top: -25px;
    height: 300px;
}

.lot_win .title {
    color: #FFF;
    font-size: 2rem;
    text-align: center;
    margin-top: 15px;
}

.lot_win .title::after {
    content: '';
    display: block;
    height: 3px;
    width: 20px;
    background-color: #FFF;
    border-radius: 15px;
    margin: 0 auto;
}

.lot_win .main_number {
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    text-align: center;
    font-size: 22rem;
    color: #FFFFFF;
    opacity: 0.4;
    font-weight: 800;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .main_number::before {
    content: url(/images/_common/icon/lot.png);
    font-size: 2rem;
    position: absolute;
    top: -20px;
    left: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.2);
}

.lot_win .active .main_number {
    top: 51%;
}

.lot_win .container a {
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    font-size: 1.4rem;
    background-color: #ff5959;
    padding-top: 4px;
    width: 170px;
    line-height: 40px;
    display: block;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .container a span {
    font-style: italic;
    opacity: 0.6;
}

.lot_win .active a {
    bottom: 10px;
}

.lot_win .active a span {
    opacity: 1;
}

.lot_win .container small {
    font-size: 50%
}

.lot_win .container_text {
    position: absolute;
    top: 46%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lot_win .active .container_text {
    top: 65%;
}

.lot_win .container_text span {
    display: block;
}

.lot_win .container_text1 {
    font-size: 1.5rem;
}

.lot_win .container_text2 {
    font-size: 4.5rem;
    color: #a20000;
    line-height: 1;
}

.container1 span:nth-child(1),
.container1 span:nth-child(3),
.container1 span:nth-child(4),
.container2 span:nth-child(2),
.container2 span:nth-child(3),
.container2 span:nth-child(4),
.container3 span:nth-child(1),
.container3 span:nth-child(2),
.container3 span:nth-child(4),
.container4 span:nth-child(1),
.container4 span:nth-child(2),
.container4 span:nth-child(3) {
    display: none;
}


/* common list -----------------------------------------*/

.rank_cowntdown {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    background: #ff5b5c;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.rank_cowntdown iframe {
    padding: 10px;
    width: 100%;
}

.rank_cowntdown iframe #counter {

}

.exp-inner li {
    position: relative;
}

.exp-inner li .rank {
    background: #ff5b5c;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}

.exp-inner li .name {
    width: 48%;
    display: block;
    line-height: 50px;
    padding-left: 0.8em;
}

.exp-inner li .thisweek_exp {
    width: 10%;
    display: block;
    line-height: 50px;
    padding-right: 0.5em;
    text-align: right;
}

.exp-inner li .lastweek_exp {
    width: 10%;
    display: block;
    line-height: 20px;
    padding-right: 0.5em;
    padding-top: 0.5em;
}

.exp-inner li .lastweek_exp strong {
    color: #58a6f0;
}

.exp-inner li .lastweek_exp img {
    float: left;
}

.exp-inner li .gift_pt {
    position: absolute;
    right: 30px;
    top: 0;
    display: block;
    line-height: 50px;
    padding-right: 0.5em;
    text-align: right;
}

.exp-inner li:nth-child(2n+1) .rank {
    background: #ff6f70;
}

.exp-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6;
}

.exp-inner li:nth-child(2n+1) a {
    background: #ecf0f1;
}

.exp-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
}


/* blog archives-----------------------------------------*/

.blog {

}
.blog .row{
    display: flex;
    flex-direction: column;
    background: #fff;
}
.blog h2 {
    font-size: 20px;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 0.3em;
    line-height: 3.4em;
}

.blog h2 small {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 3.4em;
}

.blog h3 {
    padding: 15px 0;
    margin: 0;
    color: #2980B9;
    font-size: 18px;
    border: none;
}

.blog .lead {
    font-size: 16px;
    padding-left: 0.1em;
}

.blog h3 a,
.blog .lead a,
.blog .comme a {
    color: #2980B9;
}

.blog .rank {
    margin: 5px;
    display: block;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
    font-size: 20px;
    float: left;
    /*color: #fff;
    background: #df277d;*/
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

. input,
select,
textarea {
    margin-bottom: 10px;
}

.blog .face {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    background: #f3f4f5;
    display: flex    ;
    justify-content: space-between;
    padding: 10px;
}

.blog_header {
    padding: 8px;
    display: flex;
    justify-content: space-between;
}

.profile_data i {
    color: #030303;
    font-size: 14px;
    vertical-align: -0.05em;
}

.profile_data {
    font-size: 14px;
}

.profile_data_comment {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 18px;
}

.blog_photo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog_photo img {
    width: 100%;
}

.blog .media {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 10px;
    position: relative;
}
.blog .media >a{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.blog .media:last-child {
    border-bottom: none;
}

.blog .title {
    padding-right: 10px;
    color: #2980B9;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0;
    margin: 0 0 0 5px;
}

.blog .title .pull-right {
    margin-top: 2px;
    color: #95a5a6;
    font-size: 11px;
}
.blog .text-muted .pull-right {
    position: absolute;
    right: 8px;
    top: 8px;
}
.blog .text {
    padding: 0;
    line-height: 1.4em;
    padding-right: 10px;
    margin: 0;
    text-align: left;
    margin-left: 5px;
    font-size: 13px;
    color: #2c3e50;
}

.blog_icon_list {
    margin: 0 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog_icon {
    margin: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.blog_icon img{
    height: auto;
}
.blog_icon_xs {
    margin: 5px 0 10px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog .comme {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 10px;
    background: #fbfdfd;
}

.blog .panel {
    margin-bottom: 10px;
    border: none;
}


/*list --------------------------------------------------*/

.list {
    position: relative;
    padding-top: 1px;
    /*padding-bottom: 1px;*/
    padding-left: 0;
    /*margin-bottom: 20px;*/
}

.list:last-child {
    margin-bottom: 0px;
}

.list:last-child.card {
    margin-bottom: 40px;
}

.user_name {
    font-size: 14px;
    font-weight: bold;
}

.comments-list .media {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}


/* addition -----------------------------------------*/

.addition {}

.addition_menu {
    color: #fff;
    padding: 3px 5px;
    background: #ff982e;
}

.pricing-table {
    margin: 5px;
}

.pricing-table .plan {
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}

.plan {
    padding: 0;
    padding-bottom: 5px;
    color: #fff;
    background-color: #5e5f59;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 5px;
}

.plan:hover {
    background-color: #fbfafc;
}

.plan-name h2 {
    font-size: 30px;
    margin: 5px 0 !important;
}

.plan-name span {
    font-size: 14px;
}

.plan .badge {
    vertical-align: 0.3em;
    padding-top: 5px;
    font-size: 14px !important;
}

.plan .label {
    vertical-align: 0.2em;
    padding-top: 5px;
}

.plan-name {
    padding: 5px 0;
    color: #fff;
    background-color: #FFD700;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.plan-name.one {
    color: #fff;
    background-color: #c386fe;
}

.plan-name.two {
    background-color: #f23e5c;
}

.plan-name.three {
    background-color: #ffc253;
}

.plan-name.four {
    background-color: #78d49c;
}

.plan-name.five {
    background-color: #9faafd;
}

.plan-name.six {
    background-color: #76dafe;
}

.pricing-table .plan ul {
    list-style: none;
    margin: 0;
    border-radius: 0 0 5px 5px;
}

.pricing-table .plan ul li.plan-feature {
    padding: 10px 0 2px 0;
    border-top: 1px solid #c5c8c0;
    font-size: 20px;
}

.pricing-table .plan ul li.plan-feature:first-child {
    border-top: none;
}

.pricing-table .plan ul li.plan-feature img {
    vertical-align: -0.6em;
    width: 40px;
    height: 40px;
}

.pricing-three-column {
    margin: 0 auto;
    width: 80%;
}

.plan-mouseover .plan-name {
    background-color: #4e9a06 !important;
}

.btn-plan-select {
    padding: 10px 25px 6px 25px;
    font-size: 16px;
}

.addition_list li {
    float: left;
    width: 33.333333333%;
    text-align: center;
    font-size: 13px !important;
}

.addition_list .btn_add {
    padding: 0;
    background: #fff!important;
    width: 95%;
    margin: 0;
    margin-bottom: 5px;
    font-size: 12px !important;
}


/* ticker -----------------------------------------*/

.ticker {
    margin: 0 auto 4px auto;
    text-align: left;
    position: relative;
    width: 100%;
}

.ticker ul {
    width: 100%;
    position: relative;
}

.ticker ul li {
    width: 100%;
    white-space: nowrap;
    display: block;
    background: #fff;
    padding: 7px 0;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
}

.ticker ul li:last-child {
    border-bottom: none;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.ticker ul li a {}

.ticker .days {
    margin-right: 10px;
    padding: 10px;
    background: #fab0c0;
    white-space: nowrap;
}

.ticker .topic {
    margin-right: 10px;
    padding: 10px;
    background: #58d5ff;
    white-space: nowrap;
}

.ticker .text {
    font-size: 11px;
}

.error {
    color: #fb5c5b;
    font-size: 12px;
}

#composition_list .error {
    color: #fb5c5b;
    font-size: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #ff3636;
    padding: 10px;
    margin-bottom: -2px;
}
/* dailychance -----------------------------------------*/

.daily {
    background: url(/images/dailychance/bg_new_daily.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border-radius: 50%; */
    /* width: 160px; */
    /* height: 160px; */
    padding: 8px 8px 0 8px;
    border-radius: 160px;
    margin: 8px auto 4px auto;
    /* color: #ffffff; */
    /* text-shadow: 0 1px 2px #000000; */
    outline-offset: -5px;
    outline: 1px #ffffff solid;
    border: 2px #ffffff solid;
    font-size: 13px;
    box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 47%);
    max-width: 260px;
}

@-webkit-keyframes 'pulse__' {
    0% {
        -webkit-box-shadow: 0px 0px 0px rgba(255, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 255, 255, 0.0);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px rgba(255, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 255, 255, 0.8);
    }
}

.fade_flash {
    /* -webkit-animation-name: pulse__; */
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.topics li.after_daily {
    padding: 0;
    padding-bottom: 10px;
}

.after_daily {
    padding: 5px 0;
    background: #faf9fb url(/images/_smt/daily.jpg) no-repeat 50% 50%;
    text-align: center;
}

.after_daily p {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 30px;
    font-weight: bold;
}

.daily_regist {
    padding: 10px;
    background: url(/images/dailychance/bg_daily.jpg);
    text-align: center;
}

.daily_regist h4 {
    padding-bottom: 20px;
}

.daily_regist p {
    font-size: 20px;
    text-shadow: 0px 0px 20px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}

.daily_regist span {
    letter-spacing: 0.1em;
    font-size: 50px;
    text-shadow: 0px 0px 20px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=0);
}


/* topics -----------------------------------------*/

.topics {
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    margin: 5px;
}

.topics li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-bottom: 1px #dddddd solid;
}

.topics li:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #5bc0de;
    border: none;
    color: #fff;
    font-weight: bolder;
}

.topics li:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}


/* Banner -----------------------------------------*/

.Banner {
    clear: both;
    padding: 0;
}

.Banner li {
    text-align: center;
}

.Banner li img {
    margin: 0 auto;
}


/* common list -----------------------------------------*/

.wrap-inner {
    background: #fff;
}

.wrap-inner h2 {
    padding: 10px 5px 5px 5px;
}

.wrap-inner h2 span {
    text-align: right;
    color: #fff;
    font-size: 12px;
    padding: 10px 5px 5px 5px;
}

.wrap-inner li a {
    display: -webkit-box;
    color: #2c3e50;
    text-decoration: none;
    background: #e1e5e6 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.wrap-inner li:nth-child(2n+1) a {
    background: #ECF0F1 url(/images/smt/arrow3.png) no-repeat 98% 50%;
}

.wrap-inner li p {
    padding: 10px;
    -webkit-box-flex: 1;
    line-height: 1.4em;
    padding-right: 25px;
}

.wrap-inner .days {
    margin: 5px;
    margin-right: 0;
    text-align: center;
    padding: 5px 10px;
    background: #fab0c0;
    display: block;
    white-space: nowrap;
}

.wrap-inner .topics_days {
    text-align: center;
    padding: 5px 10px;
    background: #fab0c0;
    display: block;
    white-space: nowrap;
}

.wrap-inner li a p span {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #BDC3C7;
    font-weight: normal;
}

.wrap-inner p.more a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #95a5a6;
    -webkit-background-size: 31px 20px;
    -moz-background-size: 31px 20px;
    -o-background-size: 31px 20px;
    margin-bottom: 5px;
}


/* game-----------------------------------------*/

h4 span {
    background: rgba(255, 255, 255, 1);
    color: #ff2b70;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0.3em;
    margin-left: 0;
    line-height: 2.2;
}

.ab-light {
    color: #fff!important;
}

.ab-dark {
    color: #000!important;
}

.game_label {
    vertical-align: 0.1em;
    padding: 5px;
    background: #000000;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 33px;
}

.game_list {
    font-size: 12px;
}

.game_list_inner {
    margin-bottom: 5px;
    background-position: 50% 50%;
    background-size: cover;
}

.game_list_wrap {
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}

.game_list .media {
    padding: 0;
}

.game_list a {
    color: rgba(255, 255, 255, 1);
}

.game_list h4 {
    color: rgba(0, 0, 0, 1)!important;
    font-size: 17px;
}

.game_list p {
    color: rgba(0, 0, 0, 1)!important;
}

.game_list .media-left {
    width: 40%;
}

.g_list {
    width: 100%;
    height: auto;
    margin-right: 2px;
}

.game_list .media-body {}

.game_list hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0 5px 0;
}

.game_panel,
.mode_panel {
    width: 100%;
    background-size: 100%;
    padding: 10px;
    display: inline-table;
}

.game_panel>img,
.mode_panel>img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.cd-section_s {
    padding: 0 5px;
    text-align: center;
}

.game_btn_s {
    width: 100%;
    border-radius: 1.5em;
    color: #fff;
    line-height: 4em;
    white-space: nowrap;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    height: 4em;
    background: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    margin: 0 0 0.5em 0;
}

a.game_btn_s {
    color: #fff;
}

.game_btn_s_inner img {
    width: 80%;
    height: auto;
    text-align: right;
    float: right;
}

.game_btn_s img {
    text-align: center;
    width: 90%;
    height: auto;
}

.mode_panel {}

.mode_panel:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.game {
    text-align: center;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.game a {
    color: #fff;
}

.game ul li:first-child {
    margin-top: -45px;
    padding-top: 60px;
}

.game ul li a img {
    width: 240px;
}

.game ul li {
    padding: 15px 5px 0 5px;
    overflow: hidden;
}

.game_wrap {
    margin-top: -30px;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
}

.cd-modal-content a {
    margin: 0;
}


/*12 Point Burst*/
.burst_wrap {
    display: flex;
    justify-content: space-around;
    width: 240px;
    margin: auto;
}
.burst {
    flex: 1;
}
.burst div {
    text-align: center;
    background: url(/images/_common/game/bg_game_info.png) no-repeat 50% 50%;
    background-size: contain;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burst img {
    margin-right: 0.3em;
    vertical-align: -0.6em;
}

.burst div p {
    font-weight: bold;
    color: #000;
    /* z-index: 1; */
    white-space: nowrap;
    font-size: 13px;
    background-clip: text;
    /* background: #000; */
    /* height: 10px; */
    margin: 0;
}

.burst p {
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}


/*game modal window*/

.flex-box {
    display: -webkit-box;
    display: box;
    display: flexbox;
    flex-align: center;
    flex-pack: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: cetner;
}

.flex-box div {
    -webkit-box-flex: 1;
    box-flex: 1;
    line-height: 30px;
    display: block;
}

.flex-box img {
    vertical-align: -0.4em;
    margin-right: 0.3em;
    width: 20px;
}

.flex-box small {
    font-size: 12px;
    line-height: 12px;
}


/* sitemap -----------------------------------------*/

.sitemap {
    margin-bottom: 10px;
}

.sitemap a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px;
    margin: 0 10px 0 10px;
}

.sitemap a:hover {
    background: #fafafa;
}

.sitemap h3 {
    margin-top: 5px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 1;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sitemap ul {
    margin: 1px;
    line-height: 1.5;
    list-style: none;
}

.sitemap ul li {
    margin: 2px 0 0 1.5em;
    border-left: 1px dotted #999;
    zoom: 1;
}

.sitemap ul li:before {
    margin-right: 0.5em;
    border-bottom: 1px dotted #999;
    float: left;
    width: 9px;
    height: 1.5em;
    overflow: hidden;
    content: "";
}

.sitemap ul li:last-child {
    border: none;
}

.sitemap ul li:last-child:before {
    border-left: 1px dotted #999;
}

.sitemap ul li ul {
    margin-left: 1.5em;
}


/* caution -----------------------------------------*/

.caution ul {
    margin-top: 10px;
}

.caution li {
    margin-left: 2em;
    list-style: disc;
    line-height: 1.8;
}


/* clearfix -----------------------------------------*/

.clear {
    clear: both;
}


/*



------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ver2.0---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lifetime {
    background: url(/images/event/lifetime/bg2.jpg);
    color: #fff;
    padding: 10px 5px 5px 5px;
}

.lifetime .well {
    padding: 8px;
    margin-bottom: 0;
    background: #fff;
}

.well p {
    line-height: 1.5;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    color: #414241;
}

.lifetime h4 {
    text-align: center;
    font-size: 16px;
}

.lifetime h5 {
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #fff solid;
    padding: 10px 0;
}

.lifetime hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}


/****** battle6 *********************************************************/

div.e_panel {
    padding: 0;
    margin: 0 auto;
}

#bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#battle6 .tab {
    cursor: pointer;
}

#battle6 .tab a {
    cursor: pointer;
}

#battle6 {
    margin: 0 auto;
    width: 100%;
}

#battle6 h3 {
    text-align: center;
    background: #fff;
}

#battle6 h4 {
    font-size: 16px;
    padding: 7px 0 5px 0;
}

#battle6 p {
    text-align: center;
}

#battle6_wrap {
    margin: 0 auto;
    width: 100%;
}

#battle6_inner {
    margin: 0 auto;
    width: 100%;
}

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

#battle6_inner h4 span {
    background: #fff;
    color: #ff2b70;
    padding: 5px 8px;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0.5em;
}

#battle6_inner .start a {
    margin: 50px auto 50px auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/battle6/btn_start.png) center top no-repeat;
}

#battle6_inner .start a:hover {
    background: url(/images/event/battle6/btn_start.png) center -189px no-repeat;
}

#battle6_inner .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 280px;
    height: 100px;
    background: url(/images/event/battle6/btn_start2.png) center top no-repeat;
    background-size: 250px;
}

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

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

#battle6_inner .timetable {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 30px 0;
}

#battle6_inner table {
    background: #fff;
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    width: 500px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

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

#battle6_inner table tr {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle6_inner th {
    padding: 10px 15px;
}

#battle6_inner td {
    padding: 10px 15px;
    border-left: 1px #eee solid;
}

#battle6_inner center {
    margin: 30px 0;
}

#battle6_inner .text {
    padding-top: 100px;
}

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


/****** battle56 *********************************************************/

div.e_panel {
    padding: 0;
    margin: 0 auto;
}

#bg {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

#battle56 .tab {
    cursor: pointer;
}

#battle56 .tab a {
    cursor: pointer;
}

#battle56 {
    margin: 0 auto;
    width: 100%;
}

#battle56 h3 {
    text-align: center;
    background: #fff;
}

#battle56 h4 {
    font-size: 16px;
    padding: 7px 0 5px 0;
}

#battle56 p {
    text-align: center;
}

#battle56_wrap {
    margin: 0 auto;
    width: 100%;
}

#battle56_inner {
    margin: 0 auto;
    width: 100%;
}

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

#battle56_inner h4 span {
    background: #fff;
    color: #ff2b70;
    padding: 5px 8px;
    font-size: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0.5em;
}

#battle56_inner .start a {
    margin: 50px auto 50px auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/battle56/btn_start.png) center top no-repeat;
}

#battle56_inner .start a:hover {
    background: url(/images/event/battle56/btn_start.png) center -189px no-repeat;
}

#battle56_inner .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 280px;
    height: 100px;
    background: url(/images/event/battle56/btn_start2.png) center top no-repeat;
    background-size: 250px;
}

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

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

#battle56_inner .timetable {
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 30px 0;
}

#battle56_inner table {
    background: #fff;
    color: #151515;
    font-size: 16px;
    font-weight: bold;
    width: 500px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

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

#battle56_inner table tr {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}

#battle56_inner th {
    padding: 10px 15px;
}

#battle56_inner td {
    padding: 10px 15px;
    border-left: 1px #eee solid;
}

#battle56_inner center {
    margin: 30px 0;
}

#battle56_inner .text {
    padding-top: 100px;
}

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

.rank_topic,
.rank_topic2,
.rank_topic3,
.rank_topic4 {
    margin: 0 auto;
    padding: 20px;
    padding-top: 17px;
    color: #fff;
    overflow: hidden;
    margin: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.8);
}

.rank_topic4 {}

.rank_topic2 {}

.rank_topic3 {
    background: #666;
    background: rgba(0, 0, 0, 0.8);
}

.rank_topic5 {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    padding: 30px;
    margin: 10px auto;
}

.rank_topic p,
.rank_topic2 p,
.rank_topic3 p {
    text-align: left !important;
}

.rank_topic a,
.rank_topic2 a,
.rank_topic3 a {
    color: #fff;
    text-decoration: underline;
}

.rank_topic a:hover,
.rank_topic2 a:hover,
.rank_topic3 a:hover {
    color: #fff;
    text-decoration: none;
}


/****** event_ranking_wrap tabs *********************************************************/

ul.battle {
    text-align: center;
    color: #fff;
    overflow: hidden;
}

ul.battle li {
    width: 50%;
    padding: 20px 0;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.c_b {
    background: #2094fc;
    color: #3f3f3f;
}

.c_t {
    background: #ff344c;
    color: #3f3f3f;
}

ul.battle li.active {
    color: #fff;
}

ul.treasure {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #ff344c;
    margin: 5px;
    margin-bottom: 0;
}

ul.treasure li {
    float: left;
    width: 20%;
    background: #666;
    padding: 5px 0;
    color: #fff;
}

ul.treasure li.active {
    background: #ffde00;
    color: #000;
}

.e_panel {
    display: none;
}

.show_tab {
    display: block;
}

section.e_panel {}


/****** event_ranking *********************************************************/

.game_open {
    margin: 5px auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    position: relative;
}

.game_open div {
    z-index: 2;
    position: relative;
    padding: 10px;
    padding-top: 110px;
    margin: 5px;
    margin-top: -120px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.rank_topic_open {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    padding: 30px;
    margin: 10px auto;
    z-index: 3;
    position: relative;
}

.total_ranking {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 20px 10px 20px;
    color: #fff;
    background: url(/images/event/event_ranking/bg_rank.png) right top no-repeat;
    overflow: hidden;
}

.total_ranking p {
    text-align: left !important;
    font-size: 12px;
}

.total_ranking ul {
    float: left;
    width: 100%;
}

.total_ranking li {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100% !important;
    height: 42px;
    display: table;
}

.total_ranking li .t_rank {
    text-align: center;
    width: 10%;
    vertical-align: middle;
    color: #ff344c;
    margin: 0 1.5em 0 1em;
    font-weight: 700;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.total_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 35%;
}

.total_ranking li strong {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
}

.total_ranking li img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    margin-left: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.total_ranking hr {
    margin: 10px 0;
    clear: both;
    display: block;
}

.my_ranking {
    margin: 1px;
    padding: 10px;
    color: #303030;
    background: #fede2f url(/images/event/event_ranking/bg_white.png);
    overflow: hidden;
    clear: both;
}

.my_ranking ul {
    margin: 0 auto;
    width: 100%;
}

.my_ranking li {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100% !important;
    float: left;
    display: table;
}

.my_ranking li img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1em;
    padding: 10px;
}

.my_ranking .face {
    padding: 0;
    float: left;
}

.my_ranking .face p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.my_ranking .face p span {
    padding-left: 30px;
}

.my_ranking .face img {
    width: 70px;
    height: 70px;
    background: #eee;
    margin-bottom: 5px;
}

.game_ranking {
    margin: 1px;
    margin-top: -75px;
    padding: 5px;
    padding-top: 40px;
    color: #fff;
    background: #000 url(/images/event/event_ranking/bg_white2.png);
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}

.game_ranking ul {
    margin: 0 auto;
    width: 100%;
}

.game_ranking li {
    font-size: 14px;
    margin-bottom: 5px;
    width: 100% !important;
    display: table;
    padding-left: 5px;
}

.game_ranking li img {
    width: 32px;
    height: 32px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    margin-left: 1em;
}

.game_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 50%;
}

.game_ranking li .t_rank {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    width: 30%;
}

.game_ranking .game_icon {
    width: 100%;
}

.game_ranking p {
    text-align: center;
    font-size: 12px;
}

.game_ranking p span {
    padding-left: 2em;
}

.e_panel .game_icon img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    background: #000 url(/images/event/event_ranking/bg_white2.png);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
}

.e_panel .game_icon p {
    text-align: center;
}

.PR_banner_2clm_2014 {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.PR_banner_2clm_2014 img {
    width: 50%;
    float: left;
}


/****** mission *********************************************************/

.mission_status {
    background: transparent;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.mission_status div {
    float: left;
    width: 50%;
    background: transparent;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
}

.mission_status div p strong {
    font-size: 20px;
}

.mission_status .comp {
    overflow: hidden;
    height: 150px;
    background: url(/images/game/slot27/bg_comp.png) top center no-repeat;
}

.mission_status .hat {
    height: 150px;
    background: url(/images/game/slot27/bg_hat.png) top center no-repeat;
}

.mission_status .status_circle {
    height: 150px;
    background: url(/images/game/mission/status_circle.png) top center no-repeat;
    margin-bottom: 10px;
}

.mission_list {
    padding: 5px;
    margin-bottom: 1px;
    color: #fff;
    background: rgba(0, 0, 0, 0.0);
    line-height: 1.8;
}

.mission_list .green {
    margin-top: 5px;
    color: #000;
    background: #fff;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.mission_list .green p {
    margin: 0;
    padding: 0;
}

.mission_list .green p span {
    padding: 20px 13px;
}

.mission_list .ranking {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 10px;
}

.mission_list .ranking strong {
    width: 2em;
    text-align: center;
    font-size: 16px;
    margin-right: 1em;
    padding: 10px 0;
}

.mission_list .ranking li {
    position: relative;
    margin: 10px 0;
}

.mission_list .ranking a {
    color: #fff;
}

.mission_list .ranking span {
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fede2f;
    color: #000;
}

.mission_list div ul li strong {
    font-size: 20px;
    padding-left: 0.2em;
}

.PR_banner_2clm {
    overflow: hidden;
    width: 100%;
    display: box;
    display: -moz-box;
    display: -webkit-box;
}

.PR_banner_2clm div {
    width: 50%;
}

.PR_banner_2clm_t {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center;
    background: #ff0137;
}

.PR_banner_2clm_t div {
    float: left;
    width: 50%;
}

.PR_banner_2clm_t p {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
}

.PR_banner_2clm_t p a {
    color: #fff;
}

.PR_banner_2clm_t p strong {
    text-align: center;
    color: #ffd71e;
    margin: 0 0.2em 0 0.2em;
    font-weight: 700;
    font-size: 25px;
}

.video-container {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 15px auto;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/****** 7th *********************************************************/

ul.special {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    background: #ff344c;
}

ul.special li {
    float: left;
    width: 14.28%;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background: #ff344c;
}

ul.special li.active {
    background: #ffde00;
    color: #000;
}

.spe_panel {
    display: none;
}

.show_tab {
    display: block;
}

div.spe_panel {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background: #fede2f;
}

.tab {
    cursor: pointer;
}

.tab a {
    cursor: pointer;
}

.spe_panel h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    padding-bottom: 0;
}

.spe_panel .start a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 449px;
    height: 191px;
    background: url(/images/event/7th/btn_start.png) center top no-repeat;
}

.spe_panel .start a:hover {
    background: url(/images/event/7th/btn_start.png) center -189px no-repeat;
}

.spe_panel .start2 a {
    margin: 0 auto;
    text-indent: -1000em;
    display: block;
    width: 450px;
    height: 140px;
    background: url(/images/event/7th/btn_start2.png) center -25px no-repeat;
}

.spe_panel .start2 a:hover {
    background: url(/images/event/7th/btn_start2.png) center -215px no-repeat;
}

.spe_ranking h3 {
    text-align: center;
    color: #3a3137;
    font-size: 24px;
}

.spe_game_open {
    display: table;
    margin: 0 auto;
}

.spe_game_open div {
    display: table-cell;
}

.spe_game_open .rank_topic5 {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    text-align: center;
    margin: 10px auto;
    border: 10px #000 solid;
}

.spe_game_open .rank_topic5 img {
    width: 170px;
    height: 170px;
}

.spe_ranking {
    margin: 0 auto;
    width: 100∞;
    padding: 5px;
    color: #fff;
    background: url(/images/event/7th/bg_rank.png) center top no-repeat;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rank_7th {
    background: url(/images/event/7th/logo.png) center top no-repeat;
    padding-top: 280px;
}

.spe_ranking p {
    text-align: left !important;
    font-size: 12px;
}

.spe_ranking ul {
    float: left;
}

.spe_ranking li {
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
    height: 42px;
    display: table;
    padding: 5px;
    padding-bottom: 0;
    color: #3a3137;
}

.spe_ranking li .t_rank {
    text-align: center;
    width: 10%;
    vertical-align: middle;
    color: #ff344c;
    margin: 0 1.5em 0 1em;
    font-weight: 700;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.spe_ranking li .t_name {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    width: 40%;
}

.spe_ranking li strong {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 40%;
}

.spe_ranking li img {
    width: 42px;
    height: 42px;
    vertical-align: middle;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 1em;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.spe_ranking hr {
    margin: 10px 0;
    clear: both;
    display: block;
}

.spe_myranking {
    background: #01a8ae;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding-bottom: 4px !important;
    overflow: hidden;
}

.spe_avatar {
    width: 100%;
    background: #302d3d;
    vertical-align: middle;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    font-size: 20px;
}

.spe_avatar .seven {
    color: #ffda00;
    font-weight: bold;
    font-size: 30px;
    vertical-align: -0.2em;
    margin-left: 0.5em;
}

.spe_avatar p {
    text-align: center;
}

.spe_avatar img {
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 20px;
    border: 5px #000 solid;
}

.spe_avatar .get_avatar a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 20px;
    background: #ff344c;
    padding: 10px;
    text-decoration: none;
    color: #fff;
}

.spe_avatar .get_avatar a:hover {
    color: #fff;
    background: #ff5a7a;
}

.t_info {
    margin: 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #ff344c;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.t_info a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding-top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.t_info a:hover {
    background: #f1becf;
}

.ava_ex {
    margin-bottom: 2px;
    background: #666884;
    padding: 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
}

.ava_ex:last-child {
    margin-bottom: 0;
}

.ava_ex_l {
    padding: 0;
    margin: 0;
}

.ava_ex_r {
    padding: 30px 0;
    margin: 0;
}

.spe_panel h5 {
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ex_bg {
    background: #cb65bf url(/images/event/7th/ex_bg.png);
}


/****** zeny *********************************************************/

.zeny {
    padding: 2%;
    font-size: 16px;
    margin: 0;
}

.zeny label {
    padding: 8px;
    border-bottom: 1px #fff solid;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}

.zeny h3 {
    background: #fff;
    text-align: center;
    padding: 2%;
    margin: 0;
    font-size: 20px;
}

.zeny label {
    background: #01c1d7;
}

.zeny .zenylist {
    background: #d7ae56;
}

.zeny .fromZ {
    display: inline-block;
    width: 40%;
}

.zeny .toZ {
    color: #cfd2d0;
    font-size: 15px;
    vertical-align: 0.2em;
    margin: 0 0.5em;
}

.zeny input {
    vertical-align: 0.1em;
    margin-right: 0.4em;
}

.zeny label {
    vertical-align: 0.1em;
}

.zeny_footer {
    background: #fff;
    text-align: center;
    padding: 20px;
    padding-bottom: 25px;
}


/* tutorial ================================================================================ */

#menu_tutorial ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #ffde00;
    overflow: hidden;
}

#menu_tutorial li {
    display: inline;
    padding: 0;
    margin: 0;
}

#menu_tutorial a {
    display: block;
    font-size: 13px;
    padding: 10px 10px 10px 27px;
    text-decoration: none;
    color: #333;
    margin: 0px;
    text-align: left;
    background: url(/images/arrow/006.png) 5px 11px no-repeat;
}

#menu_tutorial a:hover {
    background-color: #ffa200;
}

#menu_tutorial #end_t a {
    display: block;
    font-size: x-small;
    padding: 3px 10px;
    text-decoration: none;
    color: #333;
    margin: 0px;
    text-align: left;
}

#menu_tutorial #end_t a:hover {
    background-color: #9EB7DD;
}

#bg_t {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    margin-bottom: 6px;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px #fff solid;
}

#bg_t h3 {
    margin: 0;
    color: #ff7300;
    overflow: hidden;
}

#bg_t p {
    overflow: hidden;
}

#bg_t .manual {
    padding: 1em 1em 2em 1em;
    font-size: 15px;
    overflow: hidden;
}

#bg_t .top {
    margin: 0.5em 0.5em 1em 0.5em;
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
}

#bg .top span {
    color: #ff2732;
}

.big_icon {
    margin: 0 auto;
}

.big_icon_right {
    margin: 0 auto;
}

#bg_t .inner_img {
    padding: 10px 0 20px 0;
}

#bg_t .used_where {
    padding: 5px 5px;
    color: #ff2954;
}

#bg_t .used_where a {
    font-weight: bolder;
    color: #ff2954;
    text-decoration: underline;
}

#bg_t .used_where a:hover {
    color: #ff2954;
    text-decoration: none;
}

#bg_t ul {
    font-weight: bolder;
}

#bg_t li {
    font-weight: bolder;
}

#bg_inner {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fbfafc;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 10px;
}

#bg_inner .imgt {
    padding: 0 0 20px 0;
}

#bg_inner h4 {
    font-size: 16px;
    line-height: 1;
}

.cap {
    color: #ff0047;
    font-size: 16px;
    text-align: center;
    background: #fcffe9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cap strong {
    background: none !important;
}


/****** invite *********************************************************/

.super_shake {
    position: absolute;
    top: 0.1%;
    left: 50%;
    margin-left: -7.5%;
    width: 12%;
}

.invite {
    font-size: 16px;
    position: relative;
}

.invite a {
    color: #fff;
}

.invite hr {
    padding-bottom: 30px;
}

.invite a:hover {
    color: #fff;
    text-decoration: none;
}

.invite h3 {
    display: inline;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    background: #41aaca;
    padding: 10px;
    line-height: 4;
    font-weight: normal;
}

.invite .no {
    margin: 20px 0;
    display: inline;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    background: #fffc00;
    line-height: 1;
    overflow: hidden;
    font-weight: bold;
}

.invite h4 {
    font-size: 20px;
    text-align: center;
}

.invite p {
    padding: 10px;
}

.invite span {
    background: #fffc00;
    padding: 5px 10px;
    font-size: 25px;
}

.invite strong a {
    color: #000;
    padding: 5px 10px;
}

.invite strong a:hover {
    color: #000;
    padding: 5px 10px;
}

.invite strong {
    background: #fffc00;
    padding: 5px 0;
}

.invite .inner {
    padding: 10px;
    margin: 0;
    margin-top: 50px;
    background: #eee;
    text-align: center;
    border: #ff3271 5px solid;
}

.invite .inner2 {
    margin: 0;
    padding: 5px;
    background: #eee;
}

.invite .inner3 {
    font-size: 18px;
    margin-top: 0;
    padding: 10px;
    padding-bottom: 0;
    background: #ff5555;
}

.invite .inner3 a {
    display: block;
    font-size: 20px;
    margin: 10px 50px;
    padding: 10px;
    border: 3px #fff solid;
    background-color: rgba(255, 255, 255, 0.2);
}

.invite .inner3 a:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 3px #fff solid;
}

.invite .err {
    color: #fff;
    background: #ff5555;
}

.invite .inner2 p {
    font-weight: bold;
}

.invite .inner2 ul {
    padding: 10px;
    padding-left: 2em;
}

.invite .inner2 li {
    list-style: disc;
}

.btn04 {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 0;
    display: block;
    width: 150px;
    height: 150px;
}

.btn04::before {
    content: '';
    background-color: #55acee;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: -10;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #55acee;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.btn04:hover::before {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #55acee;
}

.btn_line::before {
    background-color: #2cbf13;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #2cbf13;
    transition: all .2s ease;
}

.btn_line:hover::before {
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #2cbf13;
}

.btn_fb::before {
    background-color: #3b589e;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #2cbf13;
    transition: all .2s ease;
}

.btn_fb:hover::before {
    box-shadow: 0 0 0 25px #fff, 0 0 0 27px #3b589e;
}

.a_two {
    margin: 0 0 20px 0;
    background: #3bb3e0;
    padding: 10px 20px;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    box-shadow: inset 0px 1px 0px #7fd2f1, 0px 6px 0px #156785;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.a_two::before {
    background: #072239;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    left: -2px;
    top: 5px;
    z-index: -1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;
}

.a_two:active {
    color: #156785;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(44, 160, 202);
    -webkit-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    -moz-box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    box-shadow: inset 0px 1px 0px #7fd2f1, inset 0px -1px 0px #156785;
    top: 7px;
}

.a_two:active::before {
    top: -2px;
}

.gold_rank {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
}

.gold_rank_small {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 23px;
    font-size: 16px;
}

.gold_rank_xsmall {
    float: left;
    width: 36px;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
}

.invite_sns {
    width: 100%;
}

.invite_sns div {
    width: 33.33333333333%;
    text-align: center;
    padding: 1%;
}

.invite_sns img {
    opacity: 1;
}

.invite_sns a:hover img {
    opacity: 0.7;
}

.invite_wrap {
    padding: 5%;
    margin: 20px 0;
    background: #dee8ee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* event ticker------------------------------------------------------------------------- */

.TickerNews {
    width: 100%;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

.ti_news a {
    display: block;
    margin-right: 10px;
    color: black;
    text-decoration: none;
}

.TickerNews.default_theme {
    color: #fff
}

.TickerNews.theme .ti_news a {
    display: block;
    margin-right: 10px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.TickerNews.theme .ti_news span {
    color: red;
}

.TickerNews.theme {
    background: #ff1554;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.event_fade a {
    background: #000;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.fade_flash {
    /* -webkit-animation-name: pulse__; */
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.event_fade {
    text-align: left;
}

@-webkit-keyframes 'pulse' {
    0% {
        -webkit-box-shadow: 0px 0px 0px rgba(200, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 0, 0, 0.0);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px rgba(200, 000, 000, 0.5), inset 0px 40px 0px rgba(255, 0, 0, 0.8);
    }
}


/* guerrilla banner------------------------------------------------------------------------- */

.guerrilla_b {
    background: #a1ff33;
    position: relative;
    -webkit-background-size: 100% 250px;
    width: 100%;
    overflow: hidden;
}

.guerrilla_b p {
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: 90px;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}

@media only screen and (max-width: 768px) {
    .guerrilla_b p {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 95%;
        height: 90px;
        font-size: 17px;
        line-height: 1.1;
        text-align: center;
        -moz-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
    }
}

.guerrilla_b p span {
    color: #ff0;
    -webkit-text-text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    padding: 6px;
    font-weight: bold;
}

.guerrilla_b span a:hover {
    color: #ff0;
    background: #000;
}

.fade_flash_b,
.fade_flash_event {
    background: url(/images/_common/icon/event.gif) !important;
}


/*
.fade_flash_b{
-webkit-animation-name: pulsee;
-webkit-animation-duration: 1.0s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}

@-webkit-keyframes 'pulsee' {
0%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,0.0),
        inset 0px 250px 0px rgba(51,224,255,0.1);
}
    100%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,1),
        inset 0px 250px 0px rgba(243,71,71,1);
        }
}
.fade_flash_b, .fade_flash_event{
    background: url(/images/_common/icon/event.gif) !important;
}
.fade_flash_event{
    -webkit-animation-name: pulse_event;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes 'pulse_event' {
0%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,0.0),
        inset 0px 600px 0px rgba(51,224,255,0.1);
}
    100%{
        -webkit-box-shadow:
        0px 0px 0px rgba(255,000,000,1),
        inset 0px 600px 0px rgba(243,71,71,1);
        }
}
*/


/*sticky menu*/

#change {
    position: fixed;
    top: 43px;
    left: 0px;
    display: none;
    z-index: 3;
    height: 1px;
}


/*sticky menu*/

#change_rewind {
    position: fixed;
    top: 58px;
    left: 5px;
    display: none;
    z-index: 3;
    height: 1px;
}


/* addition ================================================================================ */

#c_wrap {
    background: #f7f7f7;
}

#addition_wrap {
    overflow: hidden;
    border: 1px solid #ccc;
    background: #edefef;
    padding: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 5px;
}

#addition_select_wrap {
    font-size: 14px;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #ffde00;
    padding: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 5px;
}

#addition_wrap p {
    padding: 5px 0 5px 3px;
}

#addition_list {
    margin: 0;
    padding: 0;
}

.tab_1pt h3 {
    color: #000;
    overflow: hidden;
    font-size: 16px;
    padding: 5px;
    margin: 0;
    background: #fff;
    border: none;
}

.tab_1pt h3 img {
    margin: 0 5px;
    margin-bottom: 5px;
    width: 46px;
    height: auto;
    vertical-align: middle;
}

#addition_list_2 {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 30px;
    width: 385px;
    float: left;
    height: 110px;
    margin: 0 auto;
}

#addition_list_ninsho {
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    padding-top: 0;
}

#addition_pt_list {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    background: url(/images/addition/icon.jpg) 0px 0px no-repeat;
}

#addition_pt_list li {
    float: left;
    height: 100px;
}

#addition_pt_list li a {
    display: block;
    overflow: hidden;
    outline: none;
    height: 100px;
}

#add01,
#add02,
#add03,
#add04,
#add05,
#add06 {
    width: 95px;
    text-indent: -1000em;
}

#add01 {
    background: url(/images/addition/icon.jpg) 0px 0px no-repeat;
}

#add02 {
    background: url(/images/addition/icon.jpg) -95px 0px no-repeat;
}

#add03 {
    background: url(/images/addition/icon.jpg) -190px 0px no-repeat;
}

#add04 {
    background: url(/images/addition/icon.jpg) -285px 0px no-repeat;
}

#add05 {
    background: url(/images/addition/icon.jpg) -380px 0px no-repeat;
}

#add06 {
    background: url(/images/addition/icon.jpg) -477px 0px no-repeat;
}

#add01 a:hover {
    background: url(/images/addition/icon.jpg) 0px -100px no-repeat;
}

#add02 a:hover {
    background: url(/images/addition/icon.jpg) -95px -100px no-repeat;
}

#add03 a:hover {
    background: url(/images/addition/icon.jpg) -190px -100px no-repeat;
}

#add04 a:hover {
    background: url(/images/addition/icon.jpg) -285px -100px no-repeat;
}

#add05 a:hover {
    background: url(/images/addition/icon.jpg) -380px -100px no-repeat;
}

#add06 a:hover {
    background: url(/images/addition/icon.jpg) -477px -100px no-repeat;
}

#addition_list h4 {
    position: relative;
    padding: 20px 0 3px 2px;
    margin: 5px 0;
    height: 100%;
    border-bottom: 2px #ffde00 solid;
}

#pt_list ul {}

#pt_list ul li {
    text-align: right;
    background: #fff;
    margin-top: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#pt_list ul li:first-child {
    margin-top: 0;
}

#pt_list img {
    vertical-align: middle;
    padding-left: 9px;
}

#addition_wrap input[type="submit"] {
    padding: 5px 3px;
}

input[type="radio"] {}


/****** pt tabs *********************************************************/

#tabwrap_point_inner_small {
    height: 100%;
}

.activation {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

#tabwrap_point {
    position: relative;
    height: 100%;
}

#tabwrap_point .nav {
    overflow: hidden;
    width: 100%;
    padding: 5px;
}

#tabwrap_point .nav li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    font-size: 10px;
    white-space: nowrap;
}

#tabwrap_point .nav li a {
    padding: 0;
    padding-bottom: 5px;
    margin: 2px;
    height: 90px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .12)
}

#tabwrap_point .nav li img {
    margin-bottom: 10px;
}

#tabwrap_point .nav li img {
    width: 60px;
    height: auto;
}

#tabwrap_point li a.current,
#tabwrap_point li a.current:hover {
    background: #fff !important;
    border: 3px #337ab7 solid;
    color: #000;
}

.hide_tabs {
    position: absolute;
    top: -1000em;
    left: -1000em;
}

.tab_1pt {
    overflow: hidden;
    background: #fff;
}

.tab_1pt .pickup {
    padding: 10px 10px 10px 5px;
}

.tab_1pt .pickup h4 {
    margin: 10px 0 5px 0;
}

.tab_1pt .pickup p {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 5px 0;
}

.tab_1pt li {
    padding: 0;
    margin: 0;
    color: #383838;
    font-weight: normal;
    height: 100%;
}

.tab_1pt li:last-child {
    margin-bottom: 0;
}

#pt_list2 {
    margin: 0 auto 10px auto;
}

#pt_list2 ul {
    margin: 0 auto;
    padding: 0 6px;
    max-width: 740px;
    overflow: hidden;
}

#pt_list2 ul li {
    height: 42px;
    margin: 0;
    border-bottom: 1px #ccc dotted;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

#pt_list2 ul li a {
    height: 42px;
    text-decoration: none;
    color: #fff;
}

#pt_list2 ul li:last-child {
    border: none;
}

#pt_list2 label {
    color: #fff;
    display: block;
    cursor: pointer;
}

.list_priceboost {
    font-size: 14px;
    font-weight: bolder;
    width: 8.0em;
    margin-top: 0px;
    display: inline-block;
    height: 42px;
    line-height: 2.8em;
    text-align: right;
    padding: 0;
}

.list_priceboost strong {
    margin-right: 0.1em;
    font-size: 20px;
    font-weight: bolder;
}

.list_exp {
    font-size: 12px;
    font-weight: bolder;
    letter-spacing: 0;
    display: inline-block;
    width: 6.0em;
    text-align: right;
    color: #ffed37;
}

.list_exp strong {
    font-size: 16px;
    margin-right: 0.1em;
    font-weight: bolder;
}

.list_price {
    font-size: 18px;
    font-weight: bolder;
    position: absolute;
    right: 10px;
    top: 9px;
}

.list_new {
    background: #fff;
    color: #ff2b70;
    position: absolute;
    top: -70px;
    left: -110px;
    padding-top: 100px;
    text-align: center;
    width: 200px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cp_box {
    overflow: hidden;
    color: #2b2b2b;
    font-weight: bold;
    background: repeating-linear-gradient(#fece48, #fece48 15px, #8be4fc 0, #8be4fc 35px);
    animation: move-stripe1 .6s infinite linear;
}

@keyframes move-stripe1 {
    0% {
        background-position-y: 0;
    }
    100% {
        background-position-y: -40px;
    }
}

.has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

.has-js .label_radio {
    color: #fff !important;
    background: url(/images/addition/radio-off.gif) -10px center no-repeat;
}

.has-js label.r_on {
    color: #000 !important;
    background: url(/images/addition/radio-on.gif) -10px center no-repeat !important;
}

.has-js .no_item {
    background: url(/images/addition/radio-no.gif) -10px center no-repeat !important;
}

.has-js .boost {
    background: url(/images/addition/radio-off_ca.gif) -10px center no-repeat !important;
}

.has-js label.r_on.boost {
    background: url(/images/addition/radio-on_ca.gif) -10px center no-repeat !important;
}

@-webkit-keyframes boost_txt {}

to {
    -webkit-transform: rotate(11deg)translateX(-6px);
}

.help {
    font-size: 14px;
    background: #fff;
    margin: 8px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
}

.help .panel {
    margin: 8px 0;
    box-shadow: none;
    border: 1px #eee solid;
    border-radius: 8px;
}
.help .panel .category li{
    padding: 8px;
    width:50%;
}

.help h3 {
    font-size: 16px;
    padding: 10px;
    background: #eee;
}

.help td {
    padding: 5px;
    margin: 20px 0;
}

.help .question {
    padding-left: 30px;
    text-indent: -30px;
    margin-left: 5px;
}

.help .answer {
    padding-bottom: 10px;
    margin-left: 5px;
    line-height: 1.8;
}

.help_img {
    width: 26px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

.help_small_img {
    width: 22px;
    height: auto;
    margin-right: 10px;
}

.question {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

li.question_small {
    font-size: 14px;
    border-bottom: 1px #eee solid;
    width: 100%;
}
.question_small a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.question_list {
    font-size: 14px;
    background: #fff;
    border: 5px #eee solid;
    border-top: 0;
}

.question_list li:nth-child(2n) {
    background: #f5f5f5;
}

.to_inquiry {
    text-align: center;
    padding: 18px 0 8px 0;
    font-size: 14px;
}

.to_inquiry a {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #7fbbff;
    padding: 10px 20px;
    margin: 10px 0;
}

.to_inquiry a:hover {
    text-decoration: none;
    display: inline-block;
    background: #7191be;
}

.help .answer a {
    position: relative;
    display: block;
    padding-left: 0;
    text-indent: 0;
    color: #337ab7;
}

.help .answer a.btn {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
}


/* .cardwrap---------------------------------------------------------------------------------------------------------- */

#composition_list {
    list-style: none;
    background: url(/images/item/bg_composition.gif);
    overflow: hidden;
    height: 100%;
}

#composition_list h4 {
    font-size: 18px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    margin: 0 10px;
}

#composition_list #cardsort_wrap {
    margin: 10px;
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    display: block;
    clear: both;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#caution_wrap {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
    display: block;
    background: #433d3d;
    color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.cardwrap {
    width: 94%;
    margin: 3%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
    position: relative;
}

.itemwrap {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.itemwrap h3 {
    padding: 5px 0;
    margin-bottom: 0.5em;
    font-size: 16px;
}

.cardwrap ul {
    padding: 10px;
}

.cardwrap li {
    color: #fff;
    font-size: 3vw;
}

.c_left {
    padding: 10px;
    width: 100%;
    text-align: center;
    border-bottom: 1px #444141 solid;
    margin-bottom: 10px;
}

.c_left img {
    height: auto;
    width: 20%;
}

.c_left span {
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    text-align: center;
    color: #fff;
}

.c_right {
    float: right;
    padding: 0 10px;
    text-align: left;
    width: 60%;
}

.c_right .use {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
}

.cardwrap .game_icon {
    text-align: center;
    width: 40%;
    font-size: 3vw;
    color: #fff;
    padding-bottom: 20px;
}

.cardwrap .game_icon img {
    width: 100%;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.get_item {
    padding: 20px 0;
    text-align: center;
}

.get_item a:hover {
    background: none;
}

.get_item img {
    width: 200px;
    height: auto;
}

.c_right span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 4px;
    margin: 0.2em;
    margin-left: 0;
    margin-top: 0;
    background: #433d3d;
    background: rgba(0, 0, 0, 0.4);
    width: 6em;
    display: inline-block;
    color: #e6e6e6;
    text-align: center;
    white-space: nowrap;
}

.c_glade {
    clear: both;
    margin: 0;
}

.c_glade a {
    text-shadow: none;
    padding: 10px;
    text-align: center;
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    background: #fdf165;
    text-align: center;
    color: #282828;
    clear: both;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}

.c_glade a:hover {
    background: #fff;
}

.c_glade2 {
    clear: both;
    overflow: hidden;
}

.c_glade2 ul {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.c_glade2 li {
    float: left;
    width: 50%;
    text-shadow: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: url(/images/item/bg_composition.gif);
}

.c_glade2 li a {
    display: block;
    color: #282828;
    background: #fdf165;
    text-decoration: none;
}

.c_glade2 a:hover {
    background: #fdfb92;
}

.c_glade2 li .wait {
    background: #555554;
    text-shadow: none;
    padding: 15px 0;
    text-align: center;
    display: block;
    text-align: center;
    color: #282828;
    clear: both;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.cardwrap p {}

.notes {
    clear: both;
    overflow: hidden;
    padding: 6px 14px;
    padding-top: 0;
    background: #0000008f;
}

.notes ul {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 14px;
}

.notes li {
    margin-left: 1em;
    list-style: disc;
    text-align: left;
    float: left;
    width: 98%;
    padding-right: 1em;
    font-size: 13px;
    padding: 0 0  0.5em 0;
}
a.mypage{
    font-size: 10px;
    display: inline-block;
    line-height: 1.2;
    background: #030303;
    padding: 4px 7px;
    border-radius: 10px;
    color: #fff;
}
a.mypage img{
    margin-right: 5px;
    width: 12px !important;
    display: block;
    border: none !important;
}


.btn_common {
    font-weight: bold;
    background: rgb(239, 253, 49);
    color: #000 !important;
    font-size: 14px;
    width: auto;
    padding: 6px 12px;
    border-radius: 30px;
    border: 4px solid #000;
    outline-offset: -7px;
    outline: rgb(99, 99, 99) outset 2px !important;
    width: fit-content;
    display: inline-block;
    min-width: 120px;
    text-align: center;
}

.btn_common.back{
    background: #000;
    color: #d3d3d3 !important;
    outline: #d3d3d3bf solid 1px !important;
    outline-offset: -7px;
    border: 4px solid #000;
}
.btn_common.back i{
    margin-left: -0.5rem !important;
}
.btn_common.delete {
    background: #000;
    color: #f44336 !important;
    outline: #f44336 solid 1px !important;
    outline-offset: -7px;
    border: 4px solid #000;
}
.common_item_detail_list .btn_disabled {
    padding: 8px 0;
    margin: 10px auto;
    border-radius: 30px;
    color: #515151;
    display: block;
    width: -webkit-fill-available;
    font-size: 14px;
    transition: all .3s;
    border: 0;
    font-weight: bold;
    background: #171717 !important;
    outline-offset: -3px;
    outline: #343434 solid 2px !important;
    max-width: 240px;
}
#colorbox{
    width: 100% !important;
}
#cboxWrapper{
    width: 100% !important;
}
#cboxLoadedContent {
    width: 100% !important;
}
.bg-transparent .container {
    /* max-width: 540px; */
    width: 100% !important;
}
#cboxContent{
    width: 100% !important;
}



/*gemy*/

/**header**/
.navbar.navbar, .navbar-default.navbar {
    border-radius: 30px;
}

.navbar-header {
    /* width: 100%; */
    width: -webkit-fill-available;
    margin: 15px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.navbar.navbar, .navbar-default.navbar {
    background: none;
}
a, a:hover, a:focus {
    color: #202020;
    text-decoration: none;
    transition:.2s all ease;
}
a:hover, a:focus {
    color: #202020;
    text-decoration: none;
    opacity: .8;
}
.navbar-header .navbar-icon small {
    color: #202020;
}
.navbar-header .navbar-icon i {
    color: #202020;
}
.navbar {
    min-height: 50px;
    position: fixed;
    width: 100%;
    padding: 0;
    bottom: 0;
    top: unset;
    max-width: 800px;
}
.status_panel {
    position: absolute;
    bottom: 53px;
    top: unset;
    margin-top: 10px;
    width: 320px;
    background: rgba(255, 255, 255, 1);
    color: #666;
    padding: 0;
    left: auto;
    right: 0;
}
.status_panel {
    position: absolute;
    bottom: 53px;
    top: unset;
    margin-top: 10px;
    width: 320px;
    color: #666;
    padding: 0;
    left: auto;
    right: 0;
}
.dropdown-menu{
    border: 0;
    border-radius: 30px;
}
.dropdown-menu.show {
    opacity: 1;
    display: unset;
    visibility: visible;
}
.dropdown-toggle::after {
    display: none;
}
.mini-b {
    color: #202020 !important;
}

.navbar-header,.status_panel{
    backdrop-filter: contrast(300%) blur(30px);
    background: #ffffffb8;
}
/* .status_common{
    color: #f9f9f9;
    position: fixed;
    right: 10px;
    top: 10px;
    font-size: 14px;
    display: flex;
} */
.status_common{
    color: #f9f9f9;
    position: fixed;
    top: 10px;
    font-size: 13px;
    font-style: italic;
    display: flex;
    width: -webkit-fill-available;
    padding: 0;
    justify-content: flex-end;
    padding-right: 8px;
    z-index: 3;
}
.status_common div{
    display: flex;
    background: #000000a8;
    border-radius: 30px;
    padding: 2px 10px 1px 10px;
    /* flex: 1; */
    backdrop-filter: contrast(300%) blur(30px);
    margin-left: 5px;
    align-items: center;
}
.status_common div a{
    display: flex    ;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.status_common img{
    width:18px;
    margin-right: 5px;
}

.main_menu{
    bottom: 70px;
    position: fixed;
    width: 100%;
    max-width: 800px;
    z-index: 200;
    display: block;
}
.status_inner {
    line-height: 1.5;
    display: block;
    padding-top: 0.2em;
}
.level{
    display: inline-block;
    padding: 1px 12px 1px 5px;
    background: #030303;
    color: #fff;
    text-align: center;
    border-radius: 2px 2px 10px 2px;
    font-size: 10px;
}
.main_menu_inner{
        backdrop-filter: contrast(300%) blur(30px);
    background: #ffffffb8;
    border-radius: 10px;
    color: #212529;
    font-weight: 400;
    font-size: 14px;
    margin: 0 15px;
    overflow: hidden;
}
.main_menu_inner div{

}
.main_menu_inner ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 13px;
}
.main_menu_inner > .top_wrap{
    margin: 5px 4px;
}
.main_menu_inner > .top_wrap li{
    width: 33.333333%;
    position: relative;
}
.main_menu_inner> .top_wrap li a{
    padding: 8px 0;
    display: block;
    background: #fffffff5 url(/images/common/svg/_star.svg) 10px center no-repeat;
    background-size: 10px;
    padding-left: 25px;
    margin: 2px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    outline-offset: -3px;
    outline: 1px #b89d7630 solid;
}
.main_menu_inner > .bottom_wrap{
    margin: 5px 7px 7px 7px;
    border-radius: 8px;
    overflow: hidden;
}
.main_menu_inner > .bottom_wrap li{
    width: 25%;
    position: relative;
}
.main_menu_inner > .bottom_wrap li a{
    padding: 8px 0;
    display: block;
    font-size: .7em;
    background: #fffffff5;
}

.navbar-header a,
.navbar-header .navbar-icon small,
.navbar .navbar-nav>li>a,
.footer, .footer a{
    color:#030303;
}

.header_bn_wrap{
    overflow: hidden;
    display: flex;
    margin-left: -214px;
}
.header_bn_inner{

}
.header_bn_inner a{
display: block;
}
.header_bn_wrap{
    overflow: hidden;
    display: flex;
    margin-left: -214px;
}
.header_bn_inner{
}
.header_bn_inner a{
    display: block;
}

/**header**/

.i_svg {
    width: 46px;
    height: 46px;
    stroke-width: 1.25;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%) drop-shadow(0px 0px 2px #00000075);
}
.btn-c .i_svg {
    display: inherit;
    width: 9px;
    height: 9px;
    stroke-width: 1.25;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%);
}
.navbar-header .i_svg {
    display: inherit;
    width: 9px;
    height: 9px;
    stroke-width: 1.25;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%);
}
.status_common .i_svg {
    display: inherit;
    margin-right: -6px;
    margin-left: 5px;
    width: 21px;
    height: 21px;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%);
}
.guerrilla_b img{
    width: 100%;
}
.slick-list {
    padding: 0 14px;
}
.main_btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4px;
    transform: rotate(45deg);
    width: 440px;
    margin: 60px auto;
    position: relative;
}
.main_btn img{
    width: 100%;
    height: auto;
}
.main_btn div{
    text-align: center;
    margin: 2px;
    color: #fff;
    /* -webkit-text-stroke: 3px #5b5b5b; */
    paint-order: stroke;
    text-shadow: 0 1px 2px #000000;
    transform: rotate(-45deg);
}
.main_btn a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 100%;
    height: 200px;
    width: 200px;
    align-items: center;
    /* background-image: linear-gradient(134deg, rgba(184, 156, 117, 1), rgb(228 198 158) 50%, rgba(184, 156, 117, 1) 50%); */
    /* outline-offset: -7px; */
    /* outline: 3px #b89d76 solid; */
    /* border: 8px #fff solid; */
    /* box-shadow: 1px 2px 3px 0px rgb(0 0 0 / 47%); */
    flex-direction: column;
    color: #fff;
}
a.red{
    background-image: linear-gradient(134deg, rgb(223 48 48), rgb(255 165 165) 50%, rgb(197 53 53) 50%);
    outline-offset: -7px;
    outline: 3px #cc1919 solid;
    border: 8px #ffffff solid;
}
a.purple {
    background-image: linear-gradient(134deg, rgb(199 79 188), rgb(179 165 255) 50%, rgb(127 78 135) 50%);
    outline-offset: -7px;
    outline: 3px #9455aa solid;
    border: 8px #ffffff solid;
}
a.green {
    background-image: linear-gradient(134deg, rgb(52 213 174), rgb(134 233 205) 50%, rgb(84 189 178) 50%);
    outline-offset: -7px;
    outline: 3px #19cc99 solid;
    border: 8px #ffffff solid;
}
a.orange {
    background-image: linear-gradient(134deg, rgb(231 144 54), rgb(255 176 62) 50%, rgb(209 139 41) 50%);
    outline-offset: -7px;
    outline: 3px #ff9700 solid;
    border: 8px #fff solid;
}
.fixed-fade-button {
    position: fixed;
    bottom: 0;
    height: auto;
    z-index: 999;
    width: 100%;
    background: rgba(45, 62, 80, 0.8);
}

.fixed-fade-button li {
    float: left;
    width: 46%;
    padding: 3% 0;
    text-align: center;
    margin: 3% 2%;
    background: #ff961f;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.fixed-fade-button a {
    color: #fff;
    font-weight: 600;
    display: block;
}

.fixed-fade-button img {
    margin: 0 10px 0 10px;
    vertical-align: text-bottom;
}

.footer {
    padding-bottom: 60px;
}
.user_ticket{
    margin: 0;
    border-bottom: 1px rgb(0 0 0 / 36%) solid;
    border-bottom: 0;
    padding: 3px;
    padding-left: 6px;
    background: url(/images/item/bg_composition.gif);
    background: #e5e5e5;
    /* color: #fff; */
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: center;
    font-size: 12px;
    border-radius: 6px;
}
.user_ticket a{
    background: #984242;
    padding: 5px;
    font-size: 13px;
    border-radius: 6px;
    display: block;
    width: 70px;
    text-align: center;
    color: #fff;
}
.user_ticket a:hover{
    background: #dc7e7e;
    text-decoration: none;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1000;
    background: none;
    z-index: 10;
    left: 0;
}
.slick-next {
    right: 0;
    left: auto;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li.slick-active button:before {
    background: #3d89ac;
    color: transparent;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .4);
    border: 3px #fff solid;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.flip .beginner-view  .slide_item .inner img {
    position: unset;
    bottom: 0;
    width: 100%;
    height: auto;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.3));
}
.flip .beginner-view .slide_item .inner {
    width: 98%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.modal-open .modal {
    backdrop-filter: blur(8px);
}

.cd-modal-action {
    position: relative;
    margin: 0 20px;
}
.cd-modal-action .game_btn {
    line-height: unset !important;
    padding: 5px;
    /* border: 0 !important; */
}

.list-group-item {
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 8px;
    border-radius: 60px;
    font-size: 13px;
}
.list-group-item:first-child {
    border-radius: 60px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-radius: 60px;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

.mail .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}
.mail .list-group {
    background: #fff;
}

.mail .list-group .pull-right{
    position: absolute;
    right: 5px;
}

.mail .list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
}
.mail .list-group-item p{
    margin-bottom: 0;
}
.mail .list-group-item p label{
    margin-bottom: 0;
    margin-right: 16px;
}

.add_wrap {
    background: #fff;
    border-radius: 30px 6px 12px 12px;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .3);
    margin: 5px;
}

.premium .victory {
    border-radius: 60px;
    background: #ff9f9f;
    color: #a61818;
    padding: 10px 40px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0;
}
.premium .defeat {
    border-radius: 60px;
    background: #6c6c6c;
    color: #d1d1d1;
    padding: 10px 40px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0;
}
.howto_wrap{
    background: #f6f6f6;
    border-radius: 16px;
}
.howto{
    padding: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 22px;
}
.howto_inner{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 2px 8px;
    background: #030303;
    color: #fff;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.howto_inner div{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 22px;
    background: #030303;
    color: #fff;
    margin: 8px auto;
    font-size: 12px;
    font-weight: 400;
    max-width: 460px;
    outline-offset: -6px;
    outline: 3px #ffffff45 outset;
    border: 4px #000 solid;
    background: #000000d1;
    backdrop-filter: contrast(300%) blur(30px);
    border-radius: 20px;
}

.howto div a{
    color: #fff;
    text-decoration: underline;
}
.howto >h5{
    font-family: "M PLUS 1", sans-serif;
    color: #030303;
    background: #d5b890;
    border-radius: 0;
    padding: 8px 16px;
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.howto div h5{
    font-family: "M PLUS 1", sans-serif;
    color: #030303;
    background: #d5b890;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 14px;
    display: block;
    font-weight: 500;
}
.howto div h5 strong{

}
.howto div p {
    margin-top: 0;
    margin-bottom: 0;
}
.howto div li{
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
}



/***LEVEL**/

#levelText{
    display: none;
}
#levelText2{
    display: none;
}
.conic-progress {
    --size: 70px;
    --thickness: 8px;
    --progress: 0;
    --color: #d5b890;
    --bg-color: #030303;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(var(--color) calc(var(--progress) * 1%), var(--bg-color) calc(var(--progress) * 1%));
    transition: transform 0.2s ease;
    box-shadow: 0px 0px 3px 0px #00000063 inset;
    -webkit-box-shadow: 0px 0px 3px 0px #00000063 inset;
    outline-offset: 1px;
    outline: 1px #0303033b solid;
}

.conic-progress::before {
    content: "";
    position: absolute;
    width: calc(var(--size) - var(--thickness) * 2);
    height: calc(var(--size) - var(--thickness) * 2);
    border-radius: 50%;
}

.progress-text {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 12px;
    color: #374151;
    line-height: 1.2;
    display: none !important;
}
.levelText_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

@keyframes progressRotate {
    0% {
        background: conic-gradient(var(--color) 0%, var(--bg-color) 0%);
    }
    100% {
        background: conic-gradient(var(--color) calc(var(--progress) * 1%), var(--bg-color) calc(var(--progress) * 1%));
    }
}

/* パルスアニメーション */
.pulsing-progress {
    --size: 120px;
    --thickness: 8px;
    --progress: 0;
    --color: #8b5cf6;
    --bg-color: #e5e7eb;

    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: conic-gradient(var(--color) calc(var(--progress) * 1%), var(--bg-color) calc(var(--progress) * 1%));
    animation: pulse 2s infinite;
}

.pulsing-progress::before {
    content: "";
    position: absolute;
    width: calc(var(--size) - var(--thickness) * 2);
    height: calc(var(--size) - var(--thickness) * 2);
    border-radius: 50%;
    background: white;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(139, 92, 246, 0);
    }
}

/* サイズバリエーション */
.small {
    --size: 80px;
    --thickness: 6px;
}

.small .progress-text {
    font-size: 12px;
}

.medium {
    --size: 140px;
    --thickness: 10px;
}

.medium .progress-text {
    font-size: 16px;
}

.large {
    --size: 180px;
    --thickness: 12px;
}

.large .progress-text {
    font-size: 20px;
    font-weight: 700;
}

/* ホバーエフェクト */
.conic-progress:hover,
.animated-progress:hover,
.pulsing-progress:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.color-red { --color: #ef4444; }
.color-green { --color: #10b981; }
.color-blue { --color: #3b82f6; }
.color-purple { --color: #8b5cf6; }
.color-orange { --color: #f59e0b; }
.color-pink { --color: #ec4899; }

.interactive-demo {
    background: white;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.controls {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.control-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.control-group label {
    min-width: 100px;
    font-weight: 500;
    color: #374151;
}

.control-group input[type="range"] {
    flex: 1;
    height: 6px;
    border-radius: 3px;
    background: #e5e7eb;
    outline: none;
    -webkit-appearance: none;
}

.control-group input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
}

.control-group input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    border: none;
}

.control-group select {
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: white;
    color: #374151;
}

.level-progress {
    display: flex;
    justify-content: center;
    margin-right: 8px;
}
#progressValue,
#progressDisplay,
#progressValue2,
#progressDisplay2{
    display: none;
}


/****header menu*****/
.menu_slide {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    backdrop-filter: contrast(120%) blur(10px);
    background: #ffffff9c;
    color: #333;
    /* background: #0000009c;
    color: #ffffff; */
    transition: left 0.3s ease;
    padding: 16px;
    box-sizing: border-box;
    z-index: 300;
    overflow-y: auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.menu_slide.opens {
    left: 0;
}
.grobalmenu {
    position: fixed;
    top: 6px;
    left: 8px;
    width: 40px;
    cursor: pointer;
    z-index: 20;
    background: #000000a8;
    backdrop-filter: contrast(300%) blur(30px);
    border-radius: 10%;
    padding: 2px 6px;
    overflow: hidden;
    outline-offset: 0;
    outline: 0px #000000a8 solid;
}

.grobalmenu span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    margin: 5px 0;
    transition: 0.4s;
    transform-origin: center center;
}

.grobalmenu.actives span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background: #000000a8;
}

.grobalmenu.actives span:nth-child(2) {
    opacity: 0;
}

.grobalmenu.actives span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background: #000000a8;
}
.grobalmenu.actives{
    background: none;
    backdrop-filter: none;
    outline-offset: 0;
    outline: 0;
}
.menu_slide ul {
    list-style-type: none;
    padding: 8px;
    padding-top: 8px;
    font-size: 14px;
}

.menu_slide li {

}

.menu_slide li a {
    color: #333;
    /* color: #fff; */
    text-decoration: none;
    display: block;
    padding: 4px 0;
    display: block;
    background: url(/images/common/svg/_star.svg) 0 center no-repeat;
    background-size: 10px;
    padding-left: 15px;
    margin: 2px;
}
.menu_slide li a:hover {
    opacity: .5;
    padding-left: 20px;
}
.navbar{
    display: none;
}
.main_menu{
    display: none;
}

.menu_slide .status {
    margin-top: 36px;
    padding: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.menu_slide .dropdown-menu {
    background: none;
    position: unset;
    padding: 8px;
    padding-bottom: 16px;
    backdrop-filter: none;
    margin: 28px 0 0 0;
    width: -webkit-fill-available;
    box-shadow: none;
    display: block;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.menu_slide .dropdown-menu .form-control {
    height: auto;
    padding: 4px 0.75rem;
}
.menu_slide .dropdown-menu .btn {
    padding: 4px 10px;
}
.ava_circle{
    border-radius: 50%;
    outline-offset: -1px;
    outline: 3px #474747 solid;
    border: 3px #212020 solid;
}
.reflesh{
    margin: 0 !important;
    position: absolute;
    bottom: 5px;
    left: 41px;
    width: 26px !important;
}
@media screen and (max-width: 600px) {
.menu_slide  {
    display: none;
}
.grobalmenu {
    display: none;
}
.navbar{
    display: inline-flex;
}
.main_menu{
    display: block;
}
}

.dev_check {
    text-align: center;
    width: 100%;
    height: 120px;
    font-weight: bold;
    color: #ffff00;
    background-color: #000000;
    padding: 10px;
    font-size: 150%;
    position: fixed;
    bottom:  0;
    left: 0;
    opacity: 0.8;
}




/** top modal ***/
a.information{
    display: block;
    margin: auto;
    background: #000;
    color: #fff;
    padding: 6px 40px;
    font-size: 15px;
    border-radius: 30px;
    position: relative;
    outline-offset: -5px;
    outline: 1px #ffffff solid;
    border: 2px #ffffff solid;
    max-width: 260px;
}
a.information span{
    color: #ff005e;
    position: absolute;
    right: 28px;
    top: 6px;
    font-size: 8px;
}
a.modal-inline{

}
.modal_info {
    height: 34px;
    width: 34px;
    border: 4px #6e6e6e solid;
    outline-offset: -4px;
    outline: 2px #effd315e solid;
    background: #404040 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    border-radius: 50%;
    padding: 4px;
    margin-left: 16px;
}
.draw_menu .modal_info {
    margin-left: 0;
    position: absolute;
    top: 3px;
    right: 3px;
}
.info_wrap {
    padding: 8px;
    background: #fff;
    outline-offset: -4px;
    outline: 1px #555555b3 solid;
    border: 2px #000000 solid;
    border-radius: 16px 0 16px 16px;
    /* background: #030303 url(/images/common/bg_dot_white.png); */
    background: #030303;
}
.main_middle{
    position: relative;
    overflow: hidden;
}
.modal-mission,
.modal-event,
.modal-info,
.modal-gift
{
    display: block;
    position: absolute;
    text-align: center;
    font-size:10px;
}
.modal-mission{
    left: 0;
    top: 0;
}
.modal-event{
    right: 0;
    top: 0;
}
.modal-info{
    left: 0;
    bottom: 0;
}
.modal-gift{
    right: 0;
    bottom: 0;
}
.modal-mission img,
.modal-event img,
.modal-info img,
.modal-gift img{
    width: 140px;
}


@media screen and (max-width: 600px) {
.modal-mission img,
.modal-event img,
.modal-info img,
.modal-gift img{
    width: 100px;
}

.modal-mission,
.modal-event,
.modal-info,
.modal-gift
{
    display: block;
    position: absolute;
    text-align: center;
    font-size:10px;
}
.modal-mission{
    left: 0;
    top: 0;
}
.modal-event{
    right: 0;
    top: 0;
}
.modal-info{
    left: 0;
    bottom: -10px;
}
.modal-gift{
    right: 0;
    bottom: -10px;
}

}
.scroll-container {
    content: "";
    /* overflow: hidden; */
    white-space: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: saturation;
    z-index: -1;
    background-size: cover;
}


.scroll-content {
    animation: scroll 4s linear infinite;
    height: 50vh;
    width: 100%;
    text-align: center;
    background: #fffde2;
}

.item {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fffde2;
}

@keyframes scroll {
    0% {
        transform: translateY(200%);
    }
    70% {
        transform: translateY(200%);
    }
    100% {
        transform: translateY(-100%);
    }
}


.parent {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin: auto;
    padding: 0 0 0 0;
    overflow: hidden;
    width: 500px;
}
@media screen and (max-width: 600px) {
.parent {
    padding: 0 5px 0 5px;
    width: 100%;
}
}
/* .main_top { grid-area: 1 / 1 / 2 / 2; }
.main_middle { grid-area: 2 / 1 / 3 / 2; }
.main_bottom { grid-area: 3 / 1 / 4 / 2; } */
.main_bottom{
    position: relative;
    width: 250px;
    margin: auto;
}
.main_bottom .flg_badge {
    right: 4px;
    top: 10px;
    height: 12px;
    width: 12px;
}
.popup {
    background: rgb(0 0 0 / 80%);
    z-index: 10000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
    margin: auto;
}
.popup.show{
    display: block ;
}
.content {
    background: #1f94fc;
    border-radius: 10px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    max-width: 360px;
    position: relative;
    text-align: left;
    margin: 20px;
}
.content.ticket_area {
    background: #fa5266;
}
.content_wrap {
    padding: 10px;
    background: #fff;
    color: #466eff;
    border-radius: 6px;
    margin-bottom: 5px;
}
.content a{
    background: #393939;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    display: block;
    margin: 0;
    margin-top: 5px;
    border-radius: 6px;
    text-align: center
}
.content a:hover{
    text-decoration: none;
    background: #666666;
}
.content #close{
    background: #fff;
    color: #333;
    padding: 7px;
    font-size: 12px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -10px;
}
.content h4 span {
    padding: 5px 10px;
    border-radius: 6px;
    background: #466efc;
    margin-right: 10px;
    color: #fff;
}
.content_inner{
    display: flex;
    justify-content: center;
}
.content_inner img{
    width:100px;
    padding:10px;
    margin-bottom: 10px;
}
#cboxContent{
    width: 360px !important;
    margin: 20px auto;
}
#cboxWrapper{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}



/* mission count */

.mission_count {
    position: absolute;
    right: 5px;
    top: 4px;
    background: #ff005e;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    height: 22px;
    width: 22px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-weight: bold;
}



/* dynamic text */


.dynamic_text_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

/* .dynamic_text_wrap::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
} */
.lp_slide01, .lp_slide02, .lp_slide03, .lp_slide04, .lp_slide04, .lp_slide05, .lp_slide06,.lp_slide07,.lp_slide08{
    width: 140vw;
    position: fixed;
    left: -20vw;
    top: 48%;
    mix-blend-mode: normal;
    opacity: .2;
    margin: 0;
    z-index: -2;
}

.lp_slide01 {
	width: 100%;
	height: 30px;
	background-image: url(/images/event/challenge2025/slide_001.png);
	background-size: auto 30px;
	-webkit-animation: bgscroll01 80s linear infinite;
	animation: bgscroll01 80s linear infinite;
}
@-webkit-keyframes bgscroll01 {
0% {background-position: 0 0;
}
100% {
	background-position: -1428px 0;
}
}
@keyframes bgscroll01 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1428px 0;
}
}
.lp_slide02 {
	transform: rotate(-30deg);
    height: 60px;
    background: url(/images/event/challenge2025/slide_002.png);
    background-size: auto 60px;
    -webkit-animation: bgscroll02 180s linear infinite;
    animation: bgscroll02 180s linear infinite;
}
@-webkit-keyframes bgscroll02 {
0% {background-position: 0 0;
}
100% {
	background-position: 1672px 0;
}
}
@keyframes bgscroll02 {
0% {background-position: 0 0;
}
100% {
	background-position: 1672px 0;
}
}
.lp_slide03 {
    transform: rotate(4deg);
	height: 12px;
	background-image: url(/images/event/challenge2025/slide_002.png);
	background-size: auto 12px;
	-webkit-animation: bgscroll03 120s linear infinite;
	animation: bgscroll03 120s linear infinite;
    z-index: -1;
}
@-webkit-keyframes bgscroll03 {
	0% {background-position: 0 0;
}
100% {
	background-position: 1569px 0;
}
}
@keyframes bgscroll03 {
	0% {background-position: 0 0;
}
100% {
	background-position: 1569px 0;
}
}
.lp_slide04 {
	height: 100px;
	background-image: url(/images/event/challenge2025/slide_004.png);
	background-size: auto 100px;
	-webkit-animation: bgscroll04 80s linear infinite;
	animation: bgscroll04 80s linear infinite;
}
@-webkit-keyframes bgscroll04 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1655px 0;
}
}
@keyframes bgscroll04 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1655px 0;
}
}
.lp_slide05 {
    transform: rotate(-15deg);
	height: 30px;
	background-image: url(/images/event/challenge2025/slide_002.png);
	background-size: auto 30px;
	-webkit-animation: bgscroll05 280s linear infinite;
	animation: bgscroll05 280s linear infinite;
}
@-webkit-keyframes bgscroll05 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1476px 0;
}
}
@keyframes bgscroll05 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1476px 0;
}
}
.lp_slide06 {
	height: 360px;
	background: url(/images/common/svg/_goodluck.svg) repeat-x;
	background-size: auto 360px;
	-webkit-animation: bgscroll06 80s linear infinite;
	animation: bgscroll06 80s linear infinite;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 360px;
  line-height: 1;
  color: #fff;
}
@-webkit-keyframes bgscroll06 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1343px 0;
}
}
@keyframes bgscroll06 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1343px 0;
}
}
.lp_slide07 {
	height: 50vh;
	background-image: url(/images/common/svg/_goodluck.svg);
	background-size: cover;
	-webkit-animation: bgscroll07 80s linear infinite;
	animation: bgscroll07 80s linear infinite;
  top: 50vh;
  left: 0;
}
@-webkit-keyframes bgscroll07 {
	0% {background-position: 0 0;
}
100% {
	background-position: 1343px 0;
}
}
@keyframes bgscroll07 {
	0% {background-position: 0 0;
}
100% {
	background-position: 1343px 0;
}
}
.lp_slide08 {
	height: 360px;
	background-image: url(/images/common/svg/_result.svg);
  background-size: auto 360px;
  -webkit-animation: bgscroll08 80s linear infinite;
  animation: bgscroll08 80s linear infinite;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 360px;
  line-height: 1;
  color: #fff;
}
@-webkit-keyframes bgscroll08 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1343px 0;
}
}
@keyframes bgscroll08 {
	0% {background-position: 0 0;
}
100% {
	background-position: -1343px 0;
}
}
.dynamic_background_result::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100vw;
    height: 100vh;
    background: #c3c3c3 url(/images/common/bg_dot_black.png);
    mix-blend-mode: soft-light;
    background-size: 20px 20px;
    opacity: .4;
}
.dynamic_background::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100vw;
    height: 100vh;
    background: #c3c3c3 url(/images/common/bg_dot_black.png);
    mix-blend-mode: color-burn;
    background-size: 20px 20px;
    opacity: .4;
}
.lp_slide_bottom {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(0deg, rgb(255 181 181), rgb(209 66 66));
    background-size: 100% 100%;
}
.lp_slide_bottom_result {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(180deg, rgb(11 11 11), rgb(66 66 66));
    background-size: 100% 100%;
}
/*beta_tooltips*/
.beta_tooltips {
    position: relative;
    display: block;
    background: #242424;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    margin: 8px auto;
    cursor: pointer;
}
.beta_tooltips:hover .beta_tips {
    display: inline-block;
    top: 23px;
}
.beta_question {
    color: #fff;
}
.beta_tips {
    display: none;
    position: absolute;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6em;
    color: #c3c3c3;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
    border-radius: 8px 0 8px 8px;
    background: #242424;
    width: 240px;
    top: 31px;
    right: 0;
    z-index: 200;
}
.beta_tips a{
    color: #effd31;
}
.beta_tips:before {
    content: "";
    border-right: 15px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 15px solid transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.4));
    display: none;
}
.beta_tips:after {
    content: "";
    width: 40px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    display: none;
}
.beta_tipstitle {
    color: #0082cc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.beta_tipsdesc {
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
}

/** common layout ***/
.common_wrap {
    border-radius: 20px;
    color: #fff;
    outline-offset: -4px;
    outline: 1px #7b7b7b59 outset;
    backdrop-filter: contrast(300%) blur(30px);
    border: 3px #000 solid;
    background: #272727b8;
    overflow: hidden;
    background: #151515 url(/images/common/bg_dot_black.png);
    background-size: 18px 18px;
}

.common_wrap p{
    padding: 6px 8px;
}
.common_inner{
    padding: 12px 16px;
    font-size: 1rem;
    color: #fff;
    background: #ffffff0d;
}
.common_wrap h2 {
    background: #030303;
    color: #effd31;
    padding: 12px 16px;
    margin: 0;
}
.common_wrap h3 {
    margin: 0;
    margin-bottom: .5rem;
    padding: 6px 8px;
    background: #030303;
    color: #effd31;
    border-radius: 10px 10px 0 10px;
}
.common_wrap a{
    color: #effd31;
    display: inline-block;
}
.common_wrap_navi {
    border-radius: 28px;
    color: rgba(0, 0, 0, .84);
    outline-offset: -4px;
    outline: 1px #7b7b7b59 outset;
    backdrop-filter: contrast(300%) blur(30px);
    border: 3px #000 solid;
    background: #272727b8;
    overflow: hidden;
    background: #151515 url(/images/common/bg_dot_black.png);
    background-size: 18px 18px;
}
@media screen and (max-width: 600px) {
  .common_inner{
      padding: 8px 12px;
      font-size: .9rem;
  }
}

.f_yellow{
  color: #effd31;
}

.blog_list{
    display: flex;
    flex-direction: column;
    margin: 4px 8px;
    background: #00000096;
    border-radius: 12px;
    font-size: .8rem;
    overflow: hidden;
    outline-offset: -4px;
    outline: 1px #7b7b7b59 outset;
    border: 3px #000 solid;
}
.blog_list p{
    margin: 0;
    padding: 0;
}
.blog_list img{
    width: 60px;
}
.blog_list .header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 4px 6px;
    /* background: #181818; */
    color: #8e8e8e;
    font-size: .7rem;
}
.table_layout {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    font-size: 13px;
}
.table_layout th, .table_layout td {
    padding: 4px 10px;
}
.table_layout th {
    border-right: 1px solid #8f971a;
    font-weight: bold;
    text-align: left;
    width: 24%;
    min-width: 4em;
}
.profile_wrap_layout{
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 600px) {
.table_layout {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    font-size: 12px;
}
.profile_wrap_layout{
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
}
/*
.blog_list .header span{
    outline-offset: 0px;
    outline: 1px #555555 inset;
    border: 1px #000000 solid;
    border-radius: 60px;
    background: #272727 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
    font-size: 10px;
    padding: 0 8px;
    margin: 0;
}
*/
.blog_list .header a {
    color: #8e8e8e;
}
.blog_list .header img{
  width: 32px;
  border-radius: 50%;
}
.blog_list .main{
    display: flex;
    align-items: center;
    align-items: flex-start;
    color: #eeeeee;
}
.blog_list .main .title{
    font-size: .9rem;
}
.blog_list .main>div {
    padding: 6px;
}
.blog_list .main img{
    padding: .5em;
    background: #161616d9;
    border-radius: 50%;
    margin: 8px;
    outline-offset: 0px;
    outline: 3px #000000 solid;
    border: 1px #ffffff26 solid;
}

/** level ***/

.level_list_wrap{
  display: flex;
  justify-content: space-evenly;
  background: #030303;
  color: #e7e7e7;
  border-radius: 8px;
  font-size: .8rem;
  margin-bottom: 1rem;
}
.level_list_wrap td{
  text-align: center;
  padding: 2px 0;
}
.level_list_wrap div{
  width: 100%;
}
.level_list_wrap table{
  width: 100%;
}
@media screen and (max-width: 600px) {
  .level_list_wrap {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
}


/************ header *****/
.menu_fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 300;
    height: 68px;
    outline-offset: -4px;
    border-bottom: 2px #000000 solid;
    background: #030303eb url(/images/common/bg_dot_black.png);
    background-size: 24px 24px;
    /* background-color: #030303e6;
    background-blend-mode: color; */
    /* backdrop-filter: contrast(300%) blur(30px); */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.menu_fixed .menu_fixed_inner_main_left,
.menu_fixed .menu_fixed_inner_main_right{
  padding: 8px;
  position: relative;
  min-width: 100px;
}
.menu_fixed_inner_main_right .status_common{
    position: unset;
    padding: 0;
}

.menu_fixed_inner{
    width: 800px;
    position: relative;
}
.menu_fixed_inner_main_left .exp_wrap {
    border-radius: 0 3px 12px 0;
    color: #cfb38c;
    background: #000000a8;
    padding: 2px 10px;
    padding-left: 40px;
    backdrop-filter: contrast(300%) blur(30px);
    outline-offset: 1px;
    outline: 1px #20202066 solid;
    border: 2px #4b4b4b solid;
    position: absolute;
    white-space: nowrap;
    left: 55px;
    bottom: 29px;
    font-size: 11px;
    line-height: 1.1;
    font-style: italic;
    font-weight: bold;
}
.menu_fixed_inner_main_left .exp_wrap span {
    color: #ffffff66;
}
.menu_fixed_inner_main_left .status{
    /* position: absolute; */
    top: 12px;
    left: 12px;
    z-index: 4;
    padding: 0;
    margin: 0;
}
.menu_fixed_inner_main_left .status h3{
  margin: 0;
  zoom: 1.26;
}
.menu_fixed_inner_main_left .level-progress {
    margin: 0;
}
.menu_fixed_inner_main_left .conic-progress {
    outline-offset: 0px;
    outline: 2px #555555 solid;
    border: 3px #000 solid;
}
.menu_fixed_inner_main_left .level-text-header{
    display: block !important;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0;
}

.menu_fixed_inner_main_left .level-text-header strong{
    font-size: 10px;
    font-weight: bold;
    color: #ffffff66;
}
@media screen and (max-width: 600px) {
.menu_fixed_inner_main_left .level-text-header{
    font-size: 20px;
}
.menu_fixed_inner_main_left .level-text-header strong{
    font-size: 10px;
    zoom:.7;
}
}


.menu_fixed_inner_main_left .conic-progress::before {
    background: #404040;
}

.menu_fixed_inner .status_common div {
    outline-offset: 1px;
    outline: 2px #8f8f8f1c solid;
    border: 2px #030303 solid;
    background: #474747;
}
.menu_fixed_inner_main_right .status_common .grobalmenu{
    margin: 0;
}
.status h3 {
    padding: 0;
    margin: 0;
}
.status_inner {
    line-height: 1.5;
    display: block;
    padding-top: 0;
    margin-left: 1em;
}
.menu_fixed_inner .grobal_menu_wrap{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline-offset: -4px;
    outline: 2px #555555 solid;
    border: 2px #000000 solid;
    border-radius: 60px;
    /* background: #030303 url(/images/common/bg_dot_white.png); */
    background: #030303 ;
    /* background-size: 20px 20px;
    background-color: rgb(0 0 0 / 80%); */
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);

}
.menu_fixed_inner .grobal_menu_inner{
    padding: 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}
.menu_fixed_inner ul{
    user-select: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    white-space: nowrap;
    overflow-x: auto;
    cursor: pointer;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.menu_fixed_inner ul li {
    position: relative;
    margin: 0 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.menu_fixed_inner ul li a{
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px;
  font-size: .8rem;
}
.menu_fixed_inner .status_common {
    position: unset;
    padding: 6px;
    padding-right: 8px;
    z-index: 3;
    align-items: center;
}
.grobal_menu_inner .i_svg {
    display: inherit;
    width: 9px;
    height: 9px;
    stroke-width: 1.25;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%);
}
.status_common img.header_{
  height: auto;
  width: 120px;
  display: none;
  margin-right: auto;
  position: relative;
  z-index: -1;
}
.menu_fixed_bg {
    display: none;
}

.main_menu {
    top: 80px;
    bottom: auto;
    position: fixed;
    width: 100%;
    max-width: 600px;
    z-index: 297;
    display: block;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
.navbar-header .navbar-icon {
    height: 50px;
    width: inherit;
    float: left;
    line-height: 1;
    font-size: 13px;
    text-align: center;
}
.main_menu .main_menu_inner{
    outline-offset: -4px;
    outline: 2px #555555 solid;
    border: 2px #000000 solid;
    background: #030303eb url(/images/common/bg_dot_black.png);
    background-size: 24px 24px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
    padding: 16px;
    border-radius: 0 0 20px 20px;
    margin: 0;
}
.login_flg.main_menu {
    top: 64px;
}
.navbar-header {
    margin: 0;
    background: none;
    backdrop-filter: none;
}
.navbar-header a, .navbar-header .navbar-icon small, .navbar .navbar-nav>li>a, .footer, .footer a {
    color: #fff;
}
.navbar-header a{
    padding: 3px 6px;
    white-space: nowrap;
}
.navbar-header a span{
    color: #fff;
}

.navbar-icon img {
    display: block;
    width: 26px;
    height: auto;
    margin: auto;
    filter: brightness(100%) saturate(100%) invert(100%) sepia(25%) saturate(9%) hue-rotate(40deg) brightness(100%) contrast(100%);
}
.navbar-header .navbar-icon {
    height: auto;
    padding: 8px;
}
.main_menu_inner> .top_wrap li a {
    padding: 8px 0;
    display: block;
    background: #030303 url(/images/common/svg/_star.svg) 16px center no-repeat;
    background-size: 10px;
    padding-left: 34px;
    margin: 2px;
    border-radius: 30px 0 30px 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    outline-offset: -3px;
    outline: 2px #555555 solid;
    color: #fff;
}
.main_menu_inner > .bottom_wrap {
    margin: 5px 7px 7px 7px;
    border-radius: 30px;
    overflow: hidden;
    outline-offset: -3px;
    outline: 2px #555555 solid;
    background: #030303;
    padding: 0 4px;
}
.main_menu_inner > .bottom_wrap li a {
    padding: 4px 0;
    display: block;
    font-size: .9em;
    text-align: center;
    color: #fff;
    background: #eeeeee14;
    margin: 5px 1px;
}
.login_flg.menu_fixed {
    align-items: center;
}
.login_flg .status_common .grobalmenu {
    position: unset;
    padding: 0px;
    background-image: linear-gradient(0deg, #c6fd31, #effd31);
    color: #000;
    backdrop-filter: none;
    width: 60px;
    height: 60px;
    outline-offset: -5px;
    outline: 3px #000000 solid;
    border: 3px #4b4b4b solid;
    white-space: nowrap;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}
@media screen and (max-width: 880px) {
.main_menu {
    width: 100%;
    max-width: 400px;
}
}
@media screen and (max-width: 600px) {
.menu_fixed {
    height: auto;
    align-items: center;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); */
    background: none;
    border: 0;
}
.menu_fixed .menu_fixed_inner_main_left,
.menu_fixed .menu_fixed_inner_main_right {
    padding: 4px;
    padding-top: 32px;
    min-width: auto;
}

.login_flg .menu_fixed_inner_main_left,
.login_flg .menu_fixed_inner_main_right {
    padding: 6px;
    padding-top: auto;
    min-width: auto;
}
.login_flg .menu_fixed_inner .grobal_menu_wrap {
    margin: 2px 0;
}
.menu_fixed_inner_main_left .status h3 {
    zoom: .7;
}
.menu_fixed_inner_main_left .exp_wrap {
    border-radius: 12px 3px 12px 0;
    left: 6px;
    bottom: 63px;
    font-size: 10px;
    outline-offset: 1px;
    padding: 1px 10px;
    outline: 2px #8f8f8f1c solid;
    border: 2px #030303 solid;
    background: #474747;
    zoom: .9;
}
.menu_fixed_inner ul li {
    margin-left: 4px;
}
.menu_fixed_inner ul li a {
    padding: 6px;
    font-size: .7rem;
}
.menu_slide.opens {
    left: auto;
    right: -2px;
    top: 72px;
    padding: 6px;
    max-width: 240px;
}
.menu_slide ul {
    font-size: 11px;
}
.menu_slide {
    display: block;
    z-index: 299;
}
.menu_fixed_inner .grobal_menu_wrap {
    margin: 2px 0;
    margin-top: 14px;
}
.menu_slide .status {
    padding: 0;
}
.menu_fixed_inner .status_common {
    position: unset;
    padding: 6px;
    padding-bottom: 0;
    zoom: .8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.status_common img.header_{
  height: auto;
  width: 169px;
  display: none;
  margin-right: auto;
}
.menu_slide .btn-c a.btn-sm {
    font-size: 11px;
}
.menu_fixed_bg {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 298;
    height: 72px;
    outline-offset: -4px;
    border-bottom: 2px #000000 solid;
    background: #030303eb url(/images/common/bg_dot_black.png);
    background-size: 24px 24px;
    /* backdrop-filter: contrast(300%) blur(30px);*/
    display: block;
}
.login_flg .menu_fixed_bg {
    height: 62px;
    z-index: -1;
}
.main_menu {
    top: 68px;
}
.login_flg.main_menu {
    top: 58px;
}
.navbar {
    display: none;
}
.navbar-header .navbar-icon {
    font-size: 11px;
    padding: 2px;
}
.main_menu .main_menu_inner{
    padding: 8px;
    padding-top: 12px;
}
.main_menu_inner > .bottom_wrap li a {
    font-size: .8em;
}
.main_menu_inner> .top_wrap li a {
    padding: 6px 0;
    padding-left: 34px;
    font-size: .74rem;
}
.login_flg.menu_slide.opens {
    left: auto;
    right: -2px;
    top: 62px;
    padding: 6px;
    max-width: 240px;
}
}

.status_common .grobalmenu{
    position: unset;
    padding: 0;
    background: none;
    backdrop-filter: none;
    width: 50px;
    height: 50px;
    outline-offset: 1px;
    outline: 1px #20202066 solid;
    border: 2px #4b4b4b solid;
}
.status_common .grobalmenu img{
  width: 46px;
}
.menu_slide {
    font-size: 12px;
    position: fixed;
    top: 61px;
    left: auto;
    right: -100%;
    height: auto;
    border-radius: 20px 0 20px 20px;
    margin-right: 6px;
    color: #fff;
    padding-bottom: 4px;
    outline-offset: -4px;
    outline: 2px #555555 solid;
    border: 2px #000000 solid;
    background: #000 url(/images/common/bg_dot_white.png);
    background-size: 20px 20px;
    background-color: rgb(0 0 0 / 80%);
    background-blend-mode: color;
    backdrop-filter: contrast(300%) blur(30px);
}
.menu_slide .status {
    margin-top: 0;
}
.menu_slide li a{
    color: #fff;
}
.menu_slide.opens {
    left: auto;
    right: -6px;
}
body>.status_common {
    align-items: center;
    right: 16px;
    padding: 0;
    padding-right: 0;
    justify-content: space-between;
}

/*common draw shop tab*/


.draw_menu_wrap{
    display: flex;
    margin: 8px 0;
    /* background: #000; */
    padding: 0px 12px;
    width: fit-content;
    margin: 8px auto 8px auto;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
}
.draw_menu_wrap img{
    border-radius: 50%;
    margin-right: 0.2em;
    width: 22px;
}
.draw_menu_wrap a {
    display: flex;
    align-items: center;
    margin: 3px 8px 0 0;
    color: #fff;
    padding: 4px 18px 3px 8px;
    line-height: 1;
    flex: 1;
    min-width: 100px;
    justify-content: space-between;
    outline-offset: 0px;
    outline: 1px #555555 inset;
    border-radius: 60px;
    background: #272727 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
}
.draw_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    outline-offset: 0px;
    outline: 1px #555555 inset;
    /* border: 2px #000000 solid; */
    border-radius: 60px;
    background: #272727 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
    font-size: 0.8rem;
    padding: 6px 8px;
    margin: 0 8px 8px 8px;
    position: relative;
}
.draw_menu_sub{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 60px;
    outline-offset: 0px;
    outline: 1px #555555 inset;
    background: #272727 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
    font-size: 0.8rem;
    padding: 0;
    border: 0;
    width: fit-content;
    margin: auto;
}
.draw_menu_sub.item_sort_ul {
    font-size: 12px;
    padding-left: 16px;
    overflow: hidden;
}
.draw_menu_sub.item_sort_ul li{
    margin: 0;
}
.draw_menu_sub.item_sort_ul li a{
    color: #fff;
}
.draw_menu_sub .cart_check a{
    font-weight: bold;
    background: rgb(239, 253, 49);
    color: rgb(0, 0, 0);
    font-size: 14px;
    width: auto;
    padding: 2px 16px;
    margin-left: 8px;
    border-radius: 6px;
    display: block;
        transform: skewX(-15deg);
}
.draw_menu_sub .cart_check a i{
    font-size: 22px;
    padding: 0;
    color: #000;
        transform: skewX(15deg);
}
.draw_menu_sub li{
    margin: 0 -2px;
}
.draw_menu li span,
.draw_menu_sub li span{
    transform: skewX(15deg);
    display: block;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #effd31;
    border-radius: 6px;
    padding: 0.2rem .6rem;
    opacity: 1;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: #ffffffe3;
    padding: 0.2rem .6rem;
    transform: skewX(-15deg);
    display: block;
}
.draw_sub_menu .nav-link {
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin: 0 4px;
    font-size: 14px;
}
.draw_sub_menu .nav-link.active {
    color: #fff;
    background-color: #666;
}


/*common item list*/


.common_item_wrap h3{
    font-size: 16px;
    color: #fff;
    padding: 8px;
    margin: 9px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-offset: -6px;
    outline: 3px #ffffff45 outset;
    border: 4px #000 solid;
    background: #000000d1;
    backdrop-filter: contrast(300%) blur(30px);
    border-radius: 60px;
}
.common_nav_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 0;
}
.common_nav_item .active {
    background: #feb24f !important;
	color: #1a1a1a;
}
.common_nav_item a {
	text-decoration: none;
    background: #00f9bc;
    display: block;
    flex: 1;
    text-align: center;
    font-size: 0.9rem;
    padding: 6px 0;
    border: 3px #000 solid;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    font-weight: bold;
    border-radius: 16px 0 0 0;
    /* outline: 3px #ffffff45 outset; */
    border: 0 #050502 solid;
    background: #feb24f78;
    backdrop-filter: contrast(300%) blur(30px);
    /* border-radius: 60px; */
    margin: 0;
}
p.common_item_detail {
	margin: 0;
	font-size: 11px;
}
.common_nav_item h3{
	text-align: center;
}
.common_item_detail_sort{
	display: flex;
	justify-content: flex-end;
}
.common_item_detail{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px;
}
.shop_tab_wrap{

}
.main_top{

}
.common_item_detail_list {
    margin: 1px;
    color: #373737;
    font-size: 12px;
    text-align: center;
    float: none;
    width: 33%;
    height: auto;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding: 0;
    outline-offset: -3px;
    outline: 2px #ffffff24 outset;
    border: 4px #000 solid;
    background: #151515;
    overflow: hidden;
    position: relative;
}
.common_item_detail_list .outofstock {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    height: 100px;
}
.common_item_detail_menu{
    border-radius: 20px;
    color: rgba(0, 0, 0, .84);
    outline-offset: -4px;
    outline: 1px #7b7b7b59 outset;
    backdrop-filter: contrast(300%) blur(30px);
    border: 3px #000 solid;
    background: #272727b8;
    overflow: hidden;
    background: #151515 url(/images/common/bg_dot_black.png);
    background-size: 18px 18px;
}
.common_item_detail_list_inner {
    color: #fff;
    height: 100%;
}
.common_item_detail_list_inner div {
    /*flex: 1;
    padding: 5px;
    width: 100%;
    height: -webkit-fill-available; */
}
.common_item_detail_list_inner_img{
	display: flex;
	padding: 6px 0;
	width: 100%;
}
.common_item_detail_list_inner_img >div{
	flex: 1;
}
.common_item_detail_list_inner_detail{
    background: #323232;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 254px;
}
.common_item_detail_list_inner_detail.avatar_wrap{
    min-height: auto;
}
.item_explain span {
    background: #323232;
    color: #fff;
    padding: 2px 4px;
    margin: 0.1em 0;
    margin-right: 0.5em;
    border-radius: 3px;
    display: inline-block;
    width: 5em;
    font-size: 10px;
    text-align: center;
}
.common_item_detail_list_inner div img {
	height: 100px;
	width: auto;
  border-radius: 6px;
}
.common_item_detail ul{
	margin: 20px 10px;
	padding: 10px;
	border-top: 3px #ffffff solid;
}
.common_item_detail_list a{

}

.common_item_detail_name{
    font-size: 14px;
    margin-bottom: 0.1em;
    border-radius: 60px;
    padding: 6px;
    margin: 2px;
    /* outline-offset: 0px;
    outline: 1px #555555 inset;
    border-radius: 60px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4); */
}
.common_item_detail_list a,
.common_item_detail_list button{
    padding: 8px 0;
    margin: 14px auto;
    border-radius: 30px;
    color: #000;
    background: #effd31;
    display: block;
    width: -webkit-fill-available;
    font-size: 14px;
    transition: all .3s;
    font-weight: bold;
    max-width: 200px;
    border: 4px solid #000;
    outline: #000000b8 solid 2px !important;
    outline-offset: -8px;
}
.common_item_detail_list .no_gold{
	padding: 4px 10px;
	margin: 5px;
	border-radius: 30px;
	color: #888888;
	background: #151515;
	display: block;
	width: -webkit-fill-available;
	font-size: 12px;
	transition:all .3s;
	border: 0;
	font-weight: bold;
}
.common_item_detail_list button:hover {
	color: #000;
	background: #fff;
}
.common_item_detail_list form {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #4a4a4a;
    margin-top: 4px;
}
.item_explain{
	font-size: 10px;
	margin: 0;
}
.item_explain2_wrap{
    display: flex;
    font-size: 11px;
    text-align: left;
    min-height: 2em;
    font-size: 12px;
    height: 100%;
    min-height: 136px;
    margin: 4px 8px;
    outline-offset: 0px;
    outline: 1px #555555 inset;
    border-radius: 6px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.item_explain2_wrap.draw{
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.2);
    background: #151515;
}
.item_explain_wrap.draw {
    background: none;
    box-shadow: none;
}
.draw .item_explain span {
    background: #323232;
    color: #fff;
    padding: 2px 4px;
    margin: 0.1em 0;
    margin-right: 0.5em;
    border-radius: 3px;
    display: inline-block;
    width: 5em;
    font-size: 12px;
    text-align: center;
}
.draw .item_explain {
    font-size: 12px;
    margin: 0;
}
.item_explain2{
  padding: 4px 8px;
}
.item_explain_wrap{
    line-height: 1.2;
    text-align: left;
    background: #151515;
    border-radius: 0;
    margin: 0px;
    padding: 5px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.2);
}
.gold_typo {
	color: #effd31;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	padding: 0 0.2em;
}
.gold {
    color: #effd31;
    font-size: 20px;
    line-height: 1.2;
    background: #000;
    height: 36px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gold img{
	width: 22px !important;
  height: auto !important;
  margin-right: .3em;
}
.gold span {
    display: flex;
    /* line-height: 1; */
    align-items: center;
    margin: 0 10px;
}
#page_navi_wrap {
	padding: 0;
}
.item_list{
	margin: 0;
}
.item_list a{
    padding: 10px 0;
    margin: 5px auto 0 auto;
    border-radius: 30px;
    color: #000;
    background: #feb24f;
    display: block;
    font-size: 12px;
    transition: all .3s;
    text-align: center;
    border: 0;
    width: -webkit-fill-available;
}
.item_list a:hover {
    color: #000;
    background: #fff;
    text-decoration: none;
    border: 0;
    padding: 10px 0;
    border-radius: 30px;
    margin: 5px auto 0 auto;
}
.item_list span{
    font-size: 10px;
}
.modaal-container {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
}
.plan_modal {
    font-size: 11px;
    padding: 6px 16px;
    position: absolute;
    z-index: 1;
    right: 8px;
    bottom: 4px;
}
@media screen and (max-width: 600px) {
.common_item_detail_list {
    width: 100%;
    margin: 4px 8px;
}
.common_item_detail_list .no_gold {
    padding: 4px 0;
    margin: 6px 0;
    margin-bottom: 0;
}
.common_item_detail_list button {
    padding: 4px 0;
    margin: 6px 0;
    margin-bottom: 0;
}
.common_item_detail_list_inner div img {
    height: 80px;
    width: auto;
}
.gold {
    zoom: .8;
}
.common_item_detail_list_inner_detail{
    min-height: auto;
}
.common_item_detail_list_inner_detail form{
    margin: 6px;
}
.item_explain2_wrap {
    font-size: 12px;
    min-height: 48px;
}
}


/* profile */

.mail_count{
  background: red;
  padding: 1px 3px;
  border-radius: 6px;
}
.mypage_inner{
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.mypage_menu{
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mypage_menu p{
  margin-bottom: 1px;
}
.bg_none{
  background: none !important;
  box-shadow: none !important;
}
a.add_pt{
  background: #ff6f6f !important;
}

.mypage-tab{
  font-size: 13px;
}
.mypage-tab li{
  flex: 1;
}
.mypage_wrap .name {
    margin: 6px auto;
    background: #242424;
    color: #fff;
    font-size: 13px;
    border-radius: 20px 3px 20px 20px;
    width: fit-content;
    padding: 0px 12px;
    border: 3px #000000 solid;
    min-width: 130px;
    text-align: center;
    white-space: nowrap;
}
.mypage-tab .nav>li>a{
  text-align: center;
  white-space: nowrap;
  display: block;
  height: 28px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mypage-tab .nav-tabs{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  outline-offset: 0px;
  outline: 1px #555555 inset;
  border: 2px #000000 solid;
  border-radius: 60px;
  background: #272727 url(/images/common/bg_dot_black.png);
  background-size: 20px 20px;
  box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
  font-size: 0.8rem;
  padding: 2px 4px;
  margin: 8px 8px 0px 8px;
  position: relative;
}
.mypage-tab .nav>li>a.active{
  background: #effd31;
  color: #000;
  border-radius: 60px;
}

.mypage-tab .tab-pane{
  border-radius: 0 0 3px 3px;
  color:#fff;
  padding: 3px;
  /* min-height: 320px; */
}
.mypage-tab .tab-pane .tab-inner{
  display: flex;
  flex-wrap: wrap;
}
.tab-inner .draw_menu_wrap div{
    display: flex;
    align-items: center;
    margin: 2px 0;
    color: #fff;
    padding: 4px 18px 3px 10px;
    line-height: 1;
    min-width: 100px;
    justify-content: space-between;
    outline-offset: 0px;
    outline: 1px #555555 inset;
    border-radius: 60px;
    background: #272727 url(/images/common/bg_dot_black.png);
    background-size: 20px 20px;
    box-shadow: inset 0px 0px 25px 7px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.tab-inner .draw_menu_wrap img {
    border-radius: 0;
    margin-right: 0.2em;
    width: 28px;
}
.mypage-tab .tab-pane .tab-inner > div{
    padding: 5px;
    margin: 2px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 6px 6px 6px -6px rgba(0, 0, 0, 0.6) inset;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
.mypage-tab .tab-pane .tab-inner > div p{
    margin: 0;
    padding: 0;
}
.event_icon {
    position: absolute;
    width: 50px !important;
    top: 0;
    left: 0;
    z-index: 1;
}
.fav_wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.fav_wrap img{
  width: 120px;
}
.fav_wrap .svg {
    background: yellow;
    border-radius: 50%;
    width: 30px;
}
@media screen and (max-width: 600px) {
.fav_wrap img{
  width: 70px;
}
}