/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */*{box-sizing:border-box}::before,::after{box-sizing:inherit}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border:0;border-top:1px solid;margin:0;clear:both;color:inherit}pre{font-family:monospace, monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;vertical-align:bottom}embed,object,iframe{border:0;vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;border:0;background:transparent;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}[type="checkbox"]{-webkit-appearance:checkbox;appearance:checkbox}[type="radio"]{-webkit-appearance:radio;appearance:radio}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer;-webkit-appearance:none;appearance:none}button[disabled],[type="button"][disabled],[type="reset"][disabled],[type="submit"][disabled]{cursor:default}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}option{padding:0}fieldset{margin:0;padding:0;border:0;min-width:0}legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}details{display:block}summary{display:list-item}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:bold}template{display:none}[hidden]{display:none}em{font-style:normal;font-weight:bold}html{height:100%;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:62.5%}body{min-width:1280px;height:100%;color:#000;font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dk-connect-demo{background-color:#000}.dk-connect-nosupport__message{padding:10px;font-size:14px}.loader--full-screen{display:flex;position:fixed;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5);z-index:10000;transition:.2s all ease;opacity:1}.loader--full-screen--hidden{opacity:0;pointer-events:none}.loader__view-box{display:flex;width:80px;height:20px;justify-content:space-between}.loader__dot{width:20px;height:20px;border-radius:50%;background-color:#0097e0;animation:1.6s ease-in-out infinite dot_animation;transform:scale(0)}.loader__dot:nth-of-type(2){animation-delay:.2s}.loader__dot:nth-of-type(3){animation-delay:.4s}@keyframes dot_animation{0%, 100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}#dk-wrapper{display:flex;position:absolute;top:0;left:0;right:0;border:0;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;min-width:1280px;min-height:800px;z-index:5000}#dk-stage{box-sizing:content-box;width:1280px;height:800px;margin-top:0;padding-top:100px}#dk-page-container{display:block;position:absolute;top:0;left:0;right:0;border:0;width:100vw;height:100vh;min-width:1280px;min-height:800px;visibility:hidden;z-index:-1;pointer-events:none;user-select:none;overflow:hidden}.dk-page{position:relative;width:1280px;height:800px;background:no-repeat center/1280px 800px}.dk-page__link{display:block;position:absolute;background:no-repeat}.dk-page__link__a{display:block;width:100%;height:100%;cursor:pointer}.debug .dk-page__link,.howto .dk-page__link{box-sizing:border-box;background-color:#ff0004;transition:.3s all ease;animation:2.4s ease-in-out infinite debug_link;box-shadow:0 0 20px rgba(84,200,255,0.6);border-radius:4px;border:4px solid rgba(84,200,255,0.8);background-color:rgba(255,255,255,0)}.debug .dk-page__link:hover,.howto .dk-page__link:hover{background-color:rgba(255,255,255,0.3)}@keyframes debug_link{0%, 100%{box-shadow:0 0 10px rgba(84,200,255,0.2)}50%{box-shadow:0 0 15px rgba(84,200,255,0.8)}}.dk-notice{display:none;justify-content:center;align-items:center;position:absolute;width:auto;padding:10px 15px;background:#4096da;border-radius:4px;color:#fff;text-align:center;font-size:15px;font-weight:bold;box-shadow:0 8px 20px rgba(22,49,70,0.5);pointer-events:none;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:0;animation:notice 0.5s ease 0.3s 1 normal both}.dk-notice::after{display:block;content:'';position:absolute;width:0;height:0;border:solid transparent;border-color:rgba(0,153,255,0);pointer-events:none;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.dk-notice--top{bottom:calc(100% + 10px);left:50%}.dk-notice--top::after{top:100%;left:50%;border-top-width:10px;border-bottom-width:10px;border-left-width:5px;border-right-width:5px;margin-left:-5px;border-top-color:#4096da}.dk-notice--bottom{top:calc(100% + 10px);left:50%}.dk-notice--bottom::after{bottom:100%;left:50%;border-top-width:10px;border-bottom-width:10px;border-left-width:5px;border-right-width:5px;margin-left:-5px;border-bottom-color:#4096da}.dk-notice--left{top:1px;right:calc(100% + 10px)}.dk-notice--left::after{top:50%;left:100%;border-top-width:5px;border-bottom-width:5px;border-left-width:10px;border-right-width:10px;margin-top:-5px;border-left-color:#4096da}.dk-notice--right{top:0;left:calc(100% + 10px)}.dk-notice--right::after{top:50%;right:100%;border-top-width:5px;border-bottom-width:5px;border-left-width:10px;border-right-width:10px;margin-top:-5px;border-right-color:#4096da}.howto .dk-notice{display:inline-flex}@keyframes notice{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.dk-caption{display:none;position:absolute;top:-4.5rem;left:0%;width:100%;pointer-events:none;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.dk-caption p{display:block;text-align:left}.dk-caption p span{display:inline-block;position:relative;margin-bottom:1.2em;color:#fff;line-height:1;letter-spacing:0.05em;font-size:28px;font-weight:bold;text-align:left;text-shadow:rgba(0,0,0,0.8) 2px 0px,rgba(0,0,0,0.8) -2px 0px,rgba(0,0,0,0.8) 0px -2px,rgba(0,0,0,0.8) 0px 2px,rgba(0,0,0,0.8) 2px 2px,rgba(0,0,0,0.8) -2px 2px,rgba(0,0,0,0.8) 2px -2px,rgba(0,0,0,0.8) -2px -2px,rgba(0,0,0,0.8) 1px 2px,rgba(0,0,0,0.8) -1px 2px,rgba(0,0,0,0.8) 1px -2px,rgba(0,0,0,0.8) -1px -2px,rgba(0,0,0,0.8) 2px 1px,rgba(0,0,0,0.8) -2px 1px,rgba(0,0,0,0.8) 2px -1px,rgba(0,0,0,0.8) -2px -1px}.dk-caption p span::before{content:"";position:absolute;bottom:-10px;left:-10px;top:-10px;right:-5px;background-color:rgba(0,0,0,0.4);z-index:-1}.howto .dk-caption{display:block}@keyframes caption{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.dk-subtitles{display:none;position:absolute;width:90%;left:5%;right:5%;pointer-events:none;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.dk-subtitles--top{top:calc(3rem)}.dk-subtitles--bottom{bottom:calc(0px)}.dk-subtitles p{display:block;text-align:center}.dk-subtitles p span{display:inline-block;position:relative;margin-left:10px;margin-right:10px;margin-bottom:30px;color:#fff;line-height:1;letter-spacing:0.05em;font-size:20px;font-weight:bold;text-align:center;animation:subtitles 0.8s ease 0.8s 1 normal both;text-shadow:rgba(0,0,0,0.8) 2px 0px,rgba(0,0,0,0.8) -2px 0px,rgba(0,0,0,0.8) 0px -2px,rgba(0,0,0,0.8) 0px 2px,rgba(0,0,0,0.8) 2px 2px,rgba(0,0,0,0.8) -2px 2px,rgba(0,0,0,0.8) 2px -2px,rgba(0,0,0,0.8) -2px -2px,rgba(0,0,0,0.8) 1px 2px,rgba(0,0,0,0.8) -1px 2px,rgba(0,0,0,0.8) 1px -2px,rgba(0,0,0,0.8) -1px -2px,rgba(0,0,0,0.8) 2px 1px,rgba(0,0,0,0.8) -2px 1px,rgba(0,0,0,0.8) 2px -1px,rgba(0,0,0,0.8) -2px -1px}.dk-subtitles p span::before{content:"";position:absolute;bottom:-10px;left:-10px;top:-10px;right:-10px;background-color:rgba(0,0,0,0.6);z-index:-1}.dk-subtitles p span:nth-of-type(1){animation-delay:.5s}.dk-subtitles p span:nth-of-type(2){animation-delay:.8s}.dk-subtitles p span:nth-of-type(3){animation-delay:1.1s}.dk-subtitles p span:nth-of-type(4){animation-delay:1.4s}.dk-subtitles p span:nth-of-type(5){animation-delay:1.7s}.dk-subtitles p span:nth-of-type(6){animation-delay:2s}.dk-subtitles p span:nth-of-type(7){animation-delay:2.3s}.dk-subtitles p span:nth-of-type(8){animation-delay:2.6s}.dk-subtitles p span:nth-of-type(9){animation-delay:2.9s}.dk-subtitles p span:nth-of-type(10){animation-delay:3.2s}.dk-subtitles p span small{font-size:0.75em}.dk-subtitles p.nobg span::before{display:none}.howto .dk-subtitles{display:block}@keyframes subtitles{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}.dk-pagenation{display:none;position:absolute;top:-4.5rem;right:0%;width:100%;pointer-events:none;-ms-user-select:none;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}.dk-pagenation p{display:block;text-align:right}.dk-pagenation p em,.dk-pagenation p span{display:inline-block;position:relative;margin-bottom:1.2em;color:#fff;line-height:1;letter-spacing:0.05em;font-size:28px;font-weight:bold;text-align:left;text-shadow:rgba(0,0,0,0.8) 2px 0px,rgba(0,0,0,0.8) -2px 0px,rgba(0,0,0,0.8) 0px -2px,rgba(0,0,0,0.8) 0px 2px,rgba(0,0,0,0.8) 2px 2px,rgba(0,0,0,0.8) -2px 2px,rgba(0,0,0,0.8) 2px -2px,rgba(0,0,0,0.8) -2px -2px,rgba(0,0,0,0.8) 1px 2px,rgba(0,0,0,0.8) -1px 2px,rgba(0,0,0,0.8) 1px -2px,rgba(0,0,0,0.8) -1px -2px,rgba(0,0,0,0.8) 2px 1px,rgba(0,0,0,0.8) -2px 1px,rgba(0,0,0,0.8) 2px -1px,rgba(0,0,0,0.8) -2px -1px}.dk-pagenation p em::before,.dk-pagenation p span::before{content:"";position:absolute;bottom:-10px;left:-10px;top:-10px;right:-5px;background-color:rgba(0,0,0,0.4);z-index:-1}.dk-pagenation p em{font-size:36px;margin-right:0.3em}.howto .dk-pagenation{display:block}.menu{height:100%;width:100%;background-color:#262a33;position:relative;z-index:100;border-bottom:2px solid #262a33}
/*# sourceMappingURL=style.css.map */
