body {

}

#wrapper {
    width: 100%;
}

#top_img {
    width: 100%;
}

#bottom_img {
    width: 100%;
}

#warning {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1a202c;
    opacity: 0.95;
    padding: 10%;
}

#warning div {
    word-break: keep-all;
    margin-bottom: 10px;
}

#warning_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}

#xr {
    position: relative;
}



#xr_buttons {
    display: grid;
}

#xr_buttons button {
    margin-top: 1.5rem;
}

#xr_waring {
    margin-top: 1.5rem;
    padding: 1rem;
    word-break: keep-all;
}

.hidden {
    display: none;
}

.disable {
  opacity: 20%;
}

#ar_close_button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

#ar_guide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#controller  {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (min-width: 769px) {
    body {
        background-image: url("../media/images/pc_top_background.png");
        background-repeat: repeat-x;
        background-position: top;
    }

    #wrapper {
        width: 1080px;
        margin-left: auto;
        margin-right: auto;
    }

    #xr {
        background-color: #1a202c;
        width: 1080px;
        height: 608px;
    }

    #xr_buttons {
        display: table;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    #xr_waring {
        font-size: small;
        width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
    }
}

