:root {
    scroll-behavior: auto !important;
    --toolsHeight: 55px;
}

:root { /* カナエキモノハーツ 指定色 */
    --kh-ff9d00: #ff9d00; /* toolsbar         */
    --kh-fe9c00: #fe9c00; /* button           */
    --kh-856239: #856239; /* grid             */
    --kh-765a37: #765a37; /* grid             */
    --kh-cdc0b0: #cdc0b0; /* lable textbox    */
    --kh-f5f2ee: #f5f2ee; /* plane background */
    --kh-666666: #666666; /* text             */
    --kh-938072: #938072; /* text             */
}

:root {
    --font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    --font-size: 16px;
    --font-weight: 600;
}

/* input[type="number"]のスピンボタンを隠す */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* ダブルタップの拡大のみを防ぐ */
html {
    touch-action: manipulation;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    font-feature-settings: "palt";
    caret-color: var(--kh-666666);
    background: none !important;
    margin: 0 !important;
}

.logo-header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9d00;
}

    .logo-header > img {
        height: 50%;
    }

.iframe-style {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 999999;
}
