.a-enter-vr {
    display: none; /* VRモードボタンを非表示 */
}

body {
    margin: 0; 
    overflow: hidden;
}

button.back-button{
    bottom: 50px; /*仮の位置*/
    height: 40px;  /*仮のサイズ*/
    left: 10px;    /*仮の位置*/
    position: absolute;
    width: 100px;
    z-index: 5;
}

img.ar-footer{
    bottom: 0%;
    height: auto;
    left: 0%;
    position: absolute; 
    width: 100%;
    z-index: 0;
}

img.ar-header{
    height: auto;
    left: 0%;
    position: absolute; 
    top: 0%;
    width: 100%;
    z-index: 0;
}

img.ar-target{
    height: auto;
    left: 50%;
    position: absolute; 
    top: 45%;
    transform: translate(-50%, -50%);
    width: 50vw; /* viewport width(画面の横幅)で調整。パソコンだとスタイルが崩れる*/
}

img.chibanosuke{
    bottom: 15px; /*仮の位置*/
    height: auto; /*仮のサイズ*/
    position: absolute;
    right: 0px;    /*仮の位置*/
    width: 50vw;
    z-index: 5; /*フッターで隠れてしまうので前に出す。値はゼロより大きければ何でもいい*/
}