body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #808080 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { position: absolute; width: 141px; height: 18px; left: 50%; top: 80%; transform: translate(-50%, -50%); background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 0px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#mobile-hint-landscape {display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;background-color: #ffffff; }
#Section { width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center; }
#button_cluster_landscape img {width: 20%;height: auto;display: block;object-fit: cover;margin: auto;}
#button_cluster_landscape {border: 0;background-color: rgba(56, 56, 56, 0);}

#mobile-hint-portrait {display: none;width: 100%;height: 100%;position: fixed;top: 0;left: 0;flex-direction: column;justify-content: center;align-items: center;background-color: white;}
#button_cluster_portrait{border: 0;background-color: rgba(56, 56, 56, 0);overflow: hidden;}
#button_cluster_portrait img{width: 35%;height: auto;display: block;object-fit: cover;margin: auto;}

#text-pc-only-landscape
{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #393f43;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.00938em;
    margin-block-start: 0;
    margin-block-end: 0;
}

#text-pc-only-portrait
{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Roboto, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #393f43;
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.00938em;
    margin-block-start: 0;
    margin-block-end: 0;
}

#cookieDialog {
    bottom: 1%;
    width: 50%;
    height: 80px;
    overflow-y: auto;
    background-color: rgba(255, 255, 255, 0.95);
    border: 4px solid #a8a8a8;
    border-radius: 30px;
}
.cookieDialog-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     color: #29374d;
     font-size: 24px;
 }
.overlay-text {
     position: absolute;
     top: 40%;
     left: 50%;
     transform: translate(-50%, -50%);
     width: 85%;
 }
.cookieDialog-buttonContainer {
    display: flex;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cookieDialog-agreeBtn {
    padding: 2px 3px;
    background-color: #ffffff;
    color: #29374d;
    border: 2px solid #a8a8a8;
    border-radius: 5px;
    margin-right: 10px;
}
#cookieDialog-agreeBtn:hover {
    background-color: #e3e3e3;
}

#cookieDialog-disagreeBtn {
    padding: 2px 3px;
    background-color: #ffffff;
    color: #29374d;
    border: 2px solid #a8a8a8;
    border-radius: 5px;
}
#cookieDialog-disagreeBtn:hover {
    background-color: #e3e3e3;
}

#browserDialog {
    background-color: #ffffff;
    border: 4px solid #a8a8a8;
    border-radius: 30px;
    top: 1%;
}

#closeDialogButton {
    position: absolute;
    left: 95%;
    top: 5%;
    padding: 2px 5px;
    background-color: #ffffff;
    color: #29374d;
    border: 2px solid #a8a8a8;
    border-radius: 15px;
}

#closeDialogButton:hover {
    background-color: #e3e3e3;
}

#unity-container {
    overflow: hidden;
    min-width: 90%;
    height: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#unity-canvas {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
#unity-footer {
    position: relative;
    width: 100%;
}
#unity-loading-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
}

p {
    font-family: Arial, sans-serif;
}
