/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */
    html {
        scrollbar-width: none; 
        -ms-overflow-style: none; 
    }
    html::-webkit-scrollbar {
        display: none;
    }
    body {
        background-color: black;
        color: rgb(255, 255, 255);
    }
    .development_support {
        display: flex;
    }
    .container_left {
        width: 20px;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }
    .sns_links {
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .x_link,
    .youtube_link {
        width: 20px;
        height: 20px;
        margin-bottom: 5px;
    }
    .x_link svg {
        filter: invert(1);
    }
    .youtube_link a {
        color: rgb(255, 255, 255);
    }
    .container_right {
        flex-grow: 1;
    }
    .development_support_comment {
        flex-grow: 1;
        height: 50px;
    }
    .comment {
        margin-top: 1px;
        font-size: 16px;
        margin-bottom: 1px;
        display: flex;
        justify-content: center;
    }
    .button_common {
        flex-grow: 1;
        margin-top: 1px;
        padding: 10px;
        font-size: 12px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        display: flex;
        gap: 10px;
        margin-bottom: 1px;
        display: flex;
        justify-content: center;
    }
    button {
        border-radius: 5px;
        border: none;
        padding: 5px 20px;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        height: 70px;
    }
    .doneru_button {
        background-color: crimson;
        color: rgb(16, 16, 16);
        font-weight: bold;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .doneru_button:hover {
        background-color: #ed8888;
    }
    .doneru_text_1 {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .doneru_text_2 {
        font-size: 9px;
    }
    .amazon_button {
        background-color: darkorange;
        color: rgb(18, 18, 18);
        font-weight: bold;
    }
    .amazon_button:hover {
        background-color: #ffe096;
    }
    
/* 
/* © 2025 airkeiba.com All Rights Reserved. 本コードの無断使用を禁じます。 */
 */