﻿*{-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;font-family:"M PLUS 1p";font-weight:700;}html,body{background-color:#ebeff4;}.game-box-wrapper{position:relative;}.game-box-lite-outer{position:absolute;height:698px;width:100%;}.border-outer{position:relative;left:0;width:1144px;height:648px;margin:21px auto 0 auto;border-radius:6px;}.game_box{position:relative;text-align:center;background-image:url(../images/game_frame.webp);min-height:900px;background-position:center top;background-repeat:no-repeat;margin:0 auto 40px auto;}#unity-canvas{margin:60px auto;width:1280px;height:720px;background-color:#3c4346;}#unity-logo{width:100%;display:flex;justify-content:center;position:relative;}#unity-logo .inner-img{position:absolute;background-image:url("../images/img_loading.webp");width:87px;height:88px;top:18px;}#unity-loading-bar{position:absolute;left:50%;top:348px;transform:translate(-50%,0%);display:none;}#unity-progress-bar-empty{width:780px;height:12px;background-color:#a0a9c9;border-radius:25px;overflow:hidden;margin-top:128px;}#unity-progress-bar-full{width:0%;height:12px;background-color:#3498db;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.spinner-img{background-image:url("../images/img_loading_txt.webp");width:124px;height:124px;animation:spin 2.5s linear infinite;}#unity-mobile-warning{position:absolute;left:50%;top:5%;transform:translate(-50%);background:#fff;padding:10px;display:none;}.ime-input{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);}.ime-input .modal{position:absolute;width:711px;left:50%;top:120px;transform:translate(-50%,0);text-align:center;}.ime-input .modal .body{background:url("../images/ime_input_body.png") no-repeat center;width:711px;height:516px;}.ime-input .modal .body .body-content{margin-right:17px;}.ime-input .modal .title{font-size:22px;font-style:normal;font-variant:normal;font-weight:700;line-height:25.4px;color:#3b2d23;padding-top:36px;margin:0;}.ime-input .modal .description{font-size:16px;font-style:normal;font-variant:normal;font-weight:700;line-height:22px;color:#3b2d23;padding-top:38px;margin:0;}.ime-input .modal .text-container{margin-top:45px;padding-top:0;}.ime-input .modal .text{font-size:28px;font-style:normal;font-variant:normal;font-weight:700;line-height:37px;color:#3b2d23;text-align:center;width:480px;height:150px;border:0;background:none;resize:none;overflow:hidden;margin:0;padding:0;}.ime-input .modal .text:focus{outline:0;}.ime-input .modal .buttons{margin-top:118px;}.ime-input .modal .cancel{background:url("../images/ime_input_cancel.png") no-repeat center;width:181px;height:49px;border:0;position:absolute;right:50%;transform:translateX(-21px);}.ime-input .modal .cancel:focus{outline:0;}.ime-input .modal .accept{background:url("../images/ime_input_ok.png") no-repeat center;width:181px;height:49px;border:0;position:absolute;left:50%;transform:translateX(3px);}.ime-input .modal .accept:focus{outline:0;}.fade-in{animation:fadeIn linear 100ms;-webkit-animation:fadeIn linear 100ms;-moz-animation:fadeIn linear 100ms;-o-animation:fadeIn linear 100ms;-ms-animation:fadeIn linear 100ms;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-ms-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}