@import url(https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap);.blink-1{-webkit-animation:blink-1 3s infinite both;animation:blink-1 3s infinite both;margin-left:4px}@-webkit-keyframes blink-1{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes blink-1{0%,50%,to{opacity:1}25%,75%{opacity:0}}.rotate-90-cw{-webkit-animation:rotate-90-cw 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse backwards;animation:rotate-90-cw 1s cubic-bezier(.25,.46,.45,.94) infinite alternate-reverse backwards}@-webkit-keyframes rotate-90-cw{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(60deg);transform:rotate(60deg)}}@keyframes rotate-90-cw{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(60deg);transform:rotate(60deg)}}body,html{margin:0;padding:0}.browser{background-color:orange;width:100vw;height:calc(100vh - 3px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.browser .window{position:relative;background-color:#fff;width:360px;height:640px;-webkit-box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}@media (max-width:425px){.browser .window{width:100vw;height:100vh}}.browser .welcome-bg{background-image:url(/assets/img/welcom-bg.png)}.browser .bg{background-image:url(/assets/img/bg.png);background-repeat:no-repeat;background-size:100% 100%}p{font-family:M PLUS\ 1p}.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.container_result-text{margin-top:10vh;background:#fff;border-radius:5px;padding:2em;line-height:3;text-align:center}.container_share{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;bottom:10%;background:rgba(153,172,222,.77);padding:12px 0}.container_share .share-option-container{cursor:pointer;-webkit-transition:all .5s;transition:all .5s}.container_share .share-option-container:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.container_share .next{cursor:pointer}.container_share .next:hover{color:gold}.container-horizontal{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.container-horizontal,.container-horizontal_flex-end{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.container-horizontal_flex-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:90%}.container-black-bg,.container-horizontal_flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.container-black-bg{position:absolute;background-color:rgba(0,0,0,.37);top:0;left:0;z-index:3;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.container-black-bg,.img-container{display:-webkit-box;display:-ms-flexbox;display:flex}.img-container{position:relative;width:auto;height:100%;bottom:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.img-container_advice{width:85%}.img-container_advice,.img-container_img{-webkit-filter:drop-shadow(5px 5px 5px rgba(91,91,91,.8));filter:drop-shadow(5px 5px 5px rgba(91,91,91,.8));-o-object-fit:contain;object-fit:contain}.img-container_img{width:100%}.img-container_loading-img{-webkit-filter:drop-shadow(5px 5px 5px rgba(91,91,91,.8));filter:drop-shadow(5px 5px 5px rgba(91,91,91,.8));-o-object-fit:contain;object-fit:contain;bottom:60%;width:45%;position:relative;left:25%}.dialog{position:absolute;bottom:2%;background-image:url(/assets/img/text-box.png);background-size:100% 100%;padding-bottom:6%;background-repeat:no-repeat;width:90%;font-size:1em}@media (max-width:425px){.dialog{bottom:5%;max-width:90%}}.dialog-blue{background-image:url(/assets/img/blue-dialog.png)!important;bottom:20%!important}.dialog-red{background-image:url(/assets/img/red-dialog.png)!important;background-size:100% 100%;background-repeat:no-repeat;width:90%;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1.4;top:3%;padding:34px 10px;color:#cf4c4f;font-size:1.6em;font-weight:700}.dialog_name{margin:34px 0 0 24px;font-size:20px;font-weight:700}.dialog_text{margin:0 15px 0 15px;font-weight:700;font-size:1.2em;letter-spacing:normal;text-align:left;color:#333}.dialog_next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-right:30px;font-weight:700;margin-bottom:3px;font-size:.7em}.dialog_next:hover{color:gold;cursor:pointer}.img-responsive{width:100%;height:auto}.img-responsive_character{margin-top:30px;width:60%}.margin{margin:1em;cursor:pointer}.center-text-container{-ms-flex-item-align:center;align-self:center;justify-self:center;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:70%;font-size:1.6em;color:#fff;line-height:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-primary{background-color:#cf4c4f;border:5px solid #fdacae;border-radius:44px;color:#fff;width:280px;height:88px;font-size:32px;margin:30px;cursor:pointer}.btn-primary:hover{opacity:.8}.btn-secondaire{background-color:#fff;border:5px solid #fdacae;border-radius:44px;color:#596380;width:280px;height:88px;font-size:32px;margin:30px;cursor:pointer}.btn-secondaire:hover{opacity:.8}.btn-stop{position:absolute;padding-top:10px;bottom:2%;background-color:#fff;border:5px solid #fdacae;border-radius:44px;color:#cf4c4f;width:280px;height:88px;font-size:32px;margin:30px;cursor:pointer;margin:0!important;border:5px solid #cf4c4f!important;border-radius:44px!important}.btn-stop:hover{opacity:.8}.position-absolute_bottom{position:absolute;bottom:10%}.position-absolute_loading-img{top:35%;left:40%;overflow:hidden;height:30%!important}.next{color:#fff}.next-btn{margin-top:10vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around;height:60%}.margin-bottom{margin-bottom:48px}.alert{padding:20px;background-color:#f44336;color:#fff;margin-bottom:15px}.loading-text{font-size:24px!important;font-weight:700}.welcome-img{margin-top:51px}.welcome-img-wrap{overflow:hidden;height:40%}.help-bar{top:22px}*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;font-family:M PLUS\ 1p}h2,h3,p,span{font-family:YuGothic,Kosugi Maru,Hiragino Sans,Hiragino Kaku Gothic Pro,"\6E38\30B4\30B7\30C3\30AF","\6E38\30B4\30B7\30C3\30AF\4F53",Yu Gothic,"\FF2D\FF33   \30B4\30B7\30C3\30AF",MS Gothic,sans-serif}.center-text[data-v-c3c91f58]{text-align:center}span[data-v-ba5dcd14]{font-size:1em;font-weight:700;cursor:pointer}span[data-v-ba5dcd14]:hover{color:#dad32b}.help[data-v-ba5dcd14]{background-color:#000;color:#fff;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%}.white[data-v-ba5dcd14]{color:#fff!important;z-index:3;padding:0 0 0 20px}.backgroudWhite[data-v-ba5dcd14]{background-color:#fff!important;color:#2b86d9!important;z-index:3}span[data-v-03f444e0]{font-size:6rem;color:#fff;margin-bottom:30px}div[data-v-03f444e0]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.count[data-v-188685fc]{color:#fff;font-size:1.3em;margin-left:8px}.short-anim[data-v-188685fc]{-webkit-animation:charging-data-v-188685fc 15s;animation:charging-data-v-188685fc 15s}.long-anim[data-v-188685fc]{-webkit-animation:charging-data-v-188685fc 60s;animation:charging-data-v-188685fc 60s}.progress-container[data-v-188685fc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;width:90%;top:0}.bar-container[data-v-188685fc]{width:80%;height:2vh;border:1px solid #979797;border-radius:10px 10px 10px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;margin-top:10%}@media screen and (max-width:640px){.bar-container[data-v-188685fc]{width:100vw}}.color[data-v-188685fc]{height:100%;width:5%;background:#cf4c4f;border-radius:10px 10px 10px 10px}@-webkit-keyframes charging-data-v-188685fc{0%{width:0}to{width:100%}}@keyframes charging-data-v-188685fc{0%{width:0}to{width:100%}}.el[data-v-15aaef58]{width:10px;height:10px;background-color:red;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-radius:40px}.el[data-v-15aaef58],.test[data-v-15aaef58]{display:-webkit-box;display:-ms-flexbox;display:flex}.test[data-v-15aaef58]{width:15px;height:15px;border-radius:50%;background-color:orange}.cont[data-v-15aaef58]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:90%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.progress-container[data-v-15aaef58]{border:1px solid;width:100%;border-radius:40px}.background-black[data-v-bfbb155e]{background:rgba(0,0,0,.3)}.change-image-advice[data-v-bfbb155e]{height:70%;bottom:0}.dialog-size[data-v-6f5f15b6]{width:324px!important;height:140px!important}