@charset "UTF-8";

body{
    background-image: linear-gradient(180deg, #292950 10%, #292940 90%);
    margin: 0;
    padding: 0;
}

/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/* header ===============================*/

header{
    Background-color: #1F1F20;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}

header h1{
    font-size: 18px;
    padding: 3px 10px;
}

header h1 a{
    color: #d83eff;
}

header h1 :hover{
    color: #d83eff;
    text-shadow: 0px 0px 10px #f010f0;
}

#header_server_join{
    background-color: #1366ff;
    border-radius: 5px;
    margin:0 10px;
    padding: 3px 10px;
    color: #e4e4e4;
    transition: .5s;
    font-family: 'Noto Sans JP', sans-serif;
}

#header_server_join:hover{
    background-color: #327aff;
}

header a{
    color: #e4e4e4;
    text-decoration: none;
    transition: .5s;
}

header ul{
    display: flex;
    justify-content: space-between;
    font-size: 50%;
    list-style: none;
}

.header_purple{
    margin:0 10px;
    padding: 3px 10px;
    color: #e4e4e4;
    filter: var(#e4e4e4);
}

.header_purple :hover {
    color: #dbaaee;
    filter: var(#dbaaee);
}

header i{
    padding-right: 5px;
    padding-top: 1px;
}

/*MAIN =====================================*/

.div_292930_main_background{
    padding: 10px;
    margin: 10px auto;
    width: 97%;

    border-radius: 10px;
    background-color: #292930;

    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
}

/*fooder ===================================*/

footer{
    background-color: #1b1b25;
    color: #e4e4e4;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align:center;
    padding:3px 0;
    border-radius: 20px 20px 0px 0px;
}

/* スクロールバー ===========================*/
::selection {
    background: #1b1b25;
}

::-webkit-scrollbar {
    width: 16px;
    height: 20px;
}

::-webkit-scrollbar-track {
    background-color: #1b1b25;
}

::-webkit-scrollbar-thumb {
    background: #1f1f2e;
    width: 130px;
}

/*選択-色 =================================*/
::selection {
    color: #fff;
    background-color: #bf2eeb;
}

/*ボタン ==================================*/

/*<a href="" class="original-button">ボタン</a>*/
.button_normal_purple {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    width: 200px;
    height: 40px;
    font-weight: bold;
    border: 3px solid #5e227c;
    transition: 0.3s;
    transform: skew(-20deg);
    background-image: linear-gradient(45deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
}
  
.button_normal_purple:hover {
    transform: none;
        color: #fff;
}

.button_normal_purple i{
    padding-left: 5px;
}
/*テキストエフェクト ======================*/

.t_-o-{
    text-align: center;
}

.t_o--{
    text-align: left;
}

.t_--o{
    text-align: right;
}

.ob_-o-{
    margin-left: auto;
    margin-right: auto;
}

/*---------------------*/

.t_size_60{
    font-size: 60px;
}

/*---------------------*/

a{
    color: #2f90ff;
    transition: 0.3s;
    text-decoration:none
}

a:hover{
    color: #67aeff;
}

/*ページ - index.html =====================*/

.index_cisJP_logo_shine_purple{
    color: #d83eff;
    text-shadow: 0px 0px 10px #f010f0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 8px;
    margin-top: 0px;
}

/*header news -------------*/

.index_header_news{
    color: #ffffff;
    width: 100%;
    height: 50px;
    line-height:50px;
    font-size: 20px;
    background-color: #6e286e;
    box-shadow: 0px 0px 10px #5e155e;
    margin: 3px 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

