@charset "UTF-8";

@-ms-viewport {
    width: auto;
    initial-scale: 1;
    user-zoom: fixed;
}
@viewport {
    width: device-width;
    initial-scale: 1;
    user-zoom: fixed;
}

html {
    touch-action: none;
    -ms-touch-action: none;
}
body {
    font-family: "遊ゴシック", "YuGothic", "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    width: 100%;
    height: 100%;
}
.refuseusel {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -ms-content-zooming: none;
    -ms-overflow-style: none;
    /* */
    -ms-touch-action: none;
    touch-action: none;
}
/*
 * コンテンツ背景サイズは 1028×642 (SVGA)
 */
#stage_0 {
    width: 1028px;
    height: 642px;
    margin: 0 auto;
    /*	overflow: hidden; */
    /* border: 4px solid black; */

}

#stage_1 {
    width: 1028px; /* 1028 - 1 × 2 */
    height: 642px; /* 642 - 1 × 2 */
    /* border: 1px solid black;
    background-color: white; */
}

.contbase {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
}

.stagebase {
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    left: 0;
    right: 0;
}
#Canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.Mycanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2144480000;
    /* pointer-events: none; */
}

img {
    width: 90%;
    height: auto;
    border: 5px #ffffff solid;
    line-height: 1em;
    margin: 0% 5%;
    user-select: none;
    pointer-events: none;
}




.input-cal {
    width: 53px;
    height: 54px;
    padding: 20px;
    text-align: center;
    font-size: 70px;
    font-family: "rounded-mplus-1p-regular";

}


input {
    outline: none;
    border: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
 
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
    /* color: black;  */
    opacity: 1; 

}
