@keyframes dot-fade{
    0%{
        border: solid 1px #888;
        background-color: #333;
        box-shadow: 0px 0px 2px 2px rgba(255, 230, 120, 0.0);
    }
    100%{
        border: solid 1px rgb(230, 200, 160);
        background-color: rgb(200, 177, 100);
        box-shadow: 0px 0px 2px 2px rgba(255, 230, 120, 0.2);
    }
}
@keyframes dot-fade-gokui{
    0%{
        border: solid 1px #888;
        background-color: rgb(69, 45, 97);
        box-shadow: 0px 0px 2px 2px rgba(211, 184, 255, 0.0);
    }
    100%{
        border: solid 1px rgb(211, 191, 236);
        background-color: rgb(172, 154, 211);
        box-shadow: 0px 0px 2px 2px rgba(211, 184, 255, 0.2);
    }
}
@keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
h1{
    font-size: 30px;
}
.mhw-equip{
    font-size: 16px;
    font-family: system-ui;
    color: #fff;
}
.mhw-equip input{
    font-size: 14px;
}
.mhw-equip button{
    font-size: 14px;
}
.equip-frame{
    box-shadow: 0px 0px 12px 4px #00000080;
}
.box{
    background-color: #202020;
    border: solid 1px #808080;
}
.skill_result_text{
    align-items: center;
    height: 28px;
    margin-left: -50px;
    padding-left: 50px;
    background: linear-gradient(90deg, transparent, #404040 2%, #404040 98%, transparent);
}
.info-column{
    overflow: hidden;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    margin: 0px 1%;
}
.info-box{
    text-align: center;
    white-space: nowrap;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
}
.jewel{
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}
.jewel img{
    object-position: left;
    margin-right: 4px;
}
.dot{
    content: "";
    height: 12px;
    width: 12px;
    margin: 0px 2px;
    background-color: #333;
    border: solid 1px #888;
    visibility: hidden;
}
.dot.on{
    background-color: rgb(200, 177, 100);
    border: solid 1px rgb(230, 200, 160);
    box-shadow: 0px 0px 2px 2px rgba(255, 230, 120, 0.2);
    animation: dot-fade 0.3s ease;
}
.gokui{
    background-color: rgb(69, 45, 97);
    border: solid 1px #888;
}
.gokui.on{
    background-color: rgb(172, 154, 211);
    border: solid 1px rgb(211, 191, 236);
    box-shadow: 0px 0px 2px 2px rgba(211, 184, 255, 0.2);
    animation: dot-fade-gokui 0.3s ease;
}
.set-num{
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: 2px 0px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #AAA;
    background-color: #666;
    border: solid 1px #888;
    border-radius: 2px;
}
.set-num.on{
    color: #FD4;
}
.set-tri{
    width: 0px;
    height: 0px;
    border: solid 5px transparent;
    border-left: solid 5px #666666;
    margin: 0px 3px;
}
.skill_result_num.max{
    color: rgb(255, 168, 97);
}
.skill_result_num.over{
    color: rgb(255, 96, 96);
}
.equip-modal{
    visibility: hidden;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    z-index: 5;
    background-color: #000000c0;
}
.equip-modal-content{
    flex-direction: column;
    margin: 0.5% 1%;
    overflow: auto;
}
.equip-tag{
    font-weight: normal;
    font-family: system-ui;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2px;
    color: #fff;
    background-color: #404040;
    border: 1px solid #808080;
}
.equip-tag-box{
    overflow: hidden;
    white-space: nowrap;
}
.modal{
    visibility: hidden;
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 50%;
    margin-left: -50%;
    z-index: 5;
    background-color: #000000c0;
}
.modal-box{
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 90%;
    max-width: 800px;
    margin: 0px 2%;
    padding: 2px;
    background-color: #202020;
    border: 1px solid #808080;
}
.jewel-type-menu{
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}
.jewel-tag-menu{
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    overflow: auto;
    width: 100%;
    padding: 1% 2%;
    flex-grow: 2;
}
.jewel-type{
    font-family: system-ui;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 24px;
    margin: 1% 1%;
    color: #fff;
    background-color: #404040;
    border: 1px solid #808080;
}
.jewel-tag{
    font-weight: bold;
    text-shadow: -1px  1px 0px #000, 0px  1px 0px #000, 1px  1px 0px #000,
                 -1px  0px 0px #000,                      1px  0px 0px #000,
                 -1px -1px 0px #000, 0px -1px 0px #000, 1px -1px 0px #000;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 24px;
    margin: 2px;
    color: #fff;
    background-color: #444;
    border: 0px solid #000;
    border-radius: 12px;
}
.close-button{
    font-size: 18px !important;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 32px;
    margin: 1%;
    color: #fff;
    background-color: #ca3e47;
    border: 0px;
    border-radius: 16px;
}
.equip-button{
    overflow: hidden;
    height: 24px;
    margin: 1px;
    color: #FFF;
    background-color: #404040;
    border: 1px solid #808080;
}
.jewel-button{
    overflow: hidden;
    height: 24px;
    margin: 1px;
    color: #FFF;
    background-color: #404040;
    border: 1px solid #808080;
}
.option-button{
    width: 120px;
    height: 32px;
    margin: 4px;
    color: #FFF;
    background-color: #ca3e47;
    border: 0px;
    border-radius: 16px;
}
.title-font{
    font-size: 20px;
    font-weight: bold;
    color: #AAEEFF;
}
.disableScroll{
    overflow-y:hidden;
    overflow-x:hidden;
}
body::-webkit-scrollbar{
    width: 0px;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background-color: #404040;
    border: 1px solid #808080;
}
::-webkit-scrollbar-thumb{
    background-color: #666;
    border: 1px solid #888;
}
.mobile-toggle2{
    width: 65%;
}
.mobile-toggle3{
    width: 35%;
}
.mobile-toggle4{
    flex-direction: row;
    width: 100%;
    min-height: 40px;
}
.pc-image{
    display: flex;
}
.mobile-image{
    display: none;
}
@media screen and (max-width: 780px){
    h1{
        font-size: 22px;
    }
    .mhw-equip{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
        font-family: LogoTypeGothic;
    }
    .mhw-equip input{
        font-size: 12px;
        font-family: LogoTypeGothic;
    }
    .mhw-equip button{
        font-size: 12px;
        font-family: LogoTypeGothic;
    }
    .equip-button{
        height: 28px;
    }
    .jewel-button{
        height: 28px;
    }
    .option-button{
        width: 100px;
    }
    .jewel-type{
        width: 120px;
    }
    .jewel-tag{
        width: 120px;
        text-shadow:          0px  1px 0px #000,
        -1px  0px 0px #000,                      1px  0px 0px #000,
                              0px -1px 0px #000;
    }
    .box{
        margin: 0px;
        border: 0px;
        border-top: solid 1px #808080;
    }
    .skill_result_text{
        font-size: 16px;
    }
    .mobile-toggle-title{
        justify-content: center;
    }
    .mobile-toggle{
        flex-direction: column;
    }
    .mobile-toggle2{
        width: 100%;
    }
    .mobile-toggle3{
        width: 100%;
    }
    .mobile-toggle4{
        flex-direction: column;
        justify-content: space-around;
        min-height: 50px;
    }
    .pc-image{
        display: none;
    }
    .mobile-image{
        display: flex;
    }
}