@charset "UTF-8";

html {
    scrollbar-gutter: stable;
}

#p_g_settings {
    background: #1d2125;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

#p_g_settings>div {
    margin: 8px 0;
}

#manualtext{
    width: 340px;
    text-align: center;
}

#p_g_settings [name="select_data"] {
    width: 230px;
    height: 34px;
    font-size: 15px;
    border: 1px solid #444;
    box-sizing: border-box;
}

#p_g_textcome {
    width: 310px;
    height: 80px;
    font-size: 20px;
    line-height: 25px;
    overflow-y: hidden;
    box-sizing: border-box;
    border: none;
    padding: 2px;
}

#list_open_sub_select,
#list_open_main_select,
#p_g_demo_sub_character {
    display: flex;
    width: 330px;
    justify-content: space-around;
}

#p_g_settings button{
    width: 88px;
    height: 34px;
    font-size: 15px;
    padding: 0;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

#p_g_demo_sub_character img {
    display: block;
    width: 88px;
    height: 88px;
    border: 2px solid #ff0000;
    box-sizing: border-box;
}

#p_g_edit_button.edit_on {
    background: #ff5757;
    color: #fff;
}

#p_g_demo_character {
    height: calc(640px / 2);
    width: calc(640px / 2);
    overflow: hidden;
    border: 2px solid #ff0000;
    position: relative;
    touch-action: none;
}

#p_g_demo_character img,
#p_g_main_character_set img {
    width: 100%;
}

.img_drag {
    position: absolute;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
}

#p_g_demo_character #img_lock_layer {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: none;
}

#p_g_demo_character.lock #img_lock_layer {
    display: block;
}

#p_g_content {
    display: none;
    position: relative;
    width: 1280px;
    height: 720px;
    margin: 8px auto;
}

#p_g_main_character_set {
    position: absolute;
    height: 640px;
    width: 640px;
    overflow: hidden;
    top: 40px;
    left: 40px;
}

#p_g_img_box {
    position: absolute;
}

#p_g_name,
#p_g_server {
    right: -152px;
    width: 360px;
    overflow: hidden;
    height: 56px;
}

#p_g_content .p_g_float {
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    font-family: '游ゴシック';
    transform: translate(-50%, -50%);
    color: #fff;
}

#p_g_name {
    top: 68px;
}

#p_g_server {
    top: 138px;
}

#p_g_comment {
    bottom: -42px;
    right: -245px;
    width: 550px;
    height: 160px;
    line-height: 52px;
    overflow: hidden;
}

#p_g_nation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: 20px;
    left: 20px;
}

#p_g_nation_img {
    width: 94%;
}

#p_g_kansen_box {
    display: flex;
    width: 578px;
    height: 200px;
    position: absolute;
    justify-content: space-evenly;
    top: 346px;
    right: -268px;
    transform: translate(-50%, -50%);
    align-items: center;
}

#p_g_kansen_box img {
    width: 172px;
    height: 172px;
    background: white;
    border: 4px solid #ff0000;
    box-sizing: border-box;
}

#p_g_save_button_box{
    display: flex;
    width: 340px;
    justify-content: space-evenly;
    align-items: center;
}
