@import "https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;600;900&display=swap";.contentBox{position:relative}.neumo{background:#d1d8ec;border-radius:17px;padding:15px 20px;transition:all 5s;display:inline-block;box-shadow:inset 12px 12px 24px #d1d8ec,inset -12px -12px 24px #f0f8ff}.entered .neumo{background:#d1d8ec;border-radius:17px;box-shadow:12px 12px 24px #d1d8ec,-12px -12px 24px #f0f8ff}@font-face{font-family:MyFont;src:url(/assets/03%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88UI-CHcwI1pE.otf)}*{box-sizing:border-box;text-align:center;color:#2f5597;-webkit-user-select:none;user-select:none;margin:0;padding:0;font-family:Myfont,sans-serif;text-decoration:none;list-style:none}@media screen and (width<=640px){.wrapper{padding-top:50px}}button{cursor:pointer;background-color:#0000;border:none;font-size:18px}select{margin:10px;padding:4px 6px}.buttonA{color:#f0f0f0;background-color:#8faadc;border-bottom:2px solid #2f5597;border-right:1px solid #2f5597;border-radius:5px;margin:5px 10px;padding:13px 15px;font-size:18px;font-weight:500;box-shadow:inset .5px .5px 2px #f0f0f0}.buttonA:hover{background:linear-gradient(90deg,#8faadc 97%,#9dc3e6 100%) 0 0/200% 100%;animation:2s grad-button}@keyframes grad-button{0%{background-position:0 0}to{background-position:200% 0}}.buttonA:active{border:none;margin-top:7px;box-shadow:inset 0 0 2px #2f5597}.toggleButton{gap:0 10px;width:100%;display:flex;position:relative}.toggleButton input[type=checkbox]{cursor:pointer;opacity:0;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.toggleButton input[type=checkbox]:checked+.toggleMark{background-color:#2f5597}.toggleButton input[type=checkbox]:checked+.toggleMark:after{left:inherit;background-color:#ff0;border:2px solid #2f5597;right:0}.toggleButton label{flex-direction:column;justify-content:center;display:flex}.toggleButton .toggleMark{content:"";z-index:1;background-color:#fff;border:4px solid #2f5597;border-radius:50px;width:50px;height:25px;display:block;position:relative}.toggleButton .toggleMark:after{content:"";aspect-ratio:1;box-sizing:border-box;background-color:#2f5597;border:2px solid #f0f0f0;border-radius:50px;height:100%;position:absolute;top:0;left:0}.App{z-index:0;background-color:#9dc3e6;width:100dvw;height:100dvh;position:relative}.webglFallback{text-align:center;box-sizing:border-box;color:#f0f0f0;background-color:#202020;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;min-height:300px;padding:20px;line-height:2;display:flex}.webglFallbackDetail{color:#9aa3b2;word-break:break-all;max-width:640px;font-size:11px;line-height:1.6}.App .switchPages{z-index:100;width:220px;display:none;position:fixed;top:0;left:0}.TopPage{z-index:1;background-color:#f0f0f0;width:100dvw;height:100dvh;position:absolute;top:0;left:0;overflow-x:hidden}.TopPage header{content:"";z-index:2147483647;justify-content:center;width:100%;height:70px;display:none;position:fixed;top:0;left:0}.TopPage header .links{position:absolute;top:0;right:0}.TopPage header h2{margin-top:10px;margin-left:calc(50% - 125px);margin-right:auto;font-size:28px;font-weight:500;transform:translate(-50%)}.TopPage .wrapper{max-width:1500px;margin:0 auto}.TopPage .logoTextArea{flex-direction:column;justify-content:space-between;height:100%;padding:4%;display:flex;position:relative}.TopPage .logoTextArea h1{text-align:left;color:#8faadc;font-size:clamp(4rem,10vw,9rem)}.TopPage .logoTextArea p{text-align:left;font-size:28px}.TopPage .logoTextArea .spinContainer{flex-direction:column;justify-content:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.TopPage .logoTextArea .spinContainer .spinRound{pointer-events:none;width:40%;min-width:min(400px,90vw);margin:0 auto;aspect-ratio:1!important}.TopPage .logoTextArea .spinContainer p{background-color:#2f5597;width:233px;height:200px;margin:0 auto}@keyframes pulse-effect{0%,to{transform:translateY(0);box-shadow:0 4px 8px #8a9aa1a9}50%{transform:translateY(-2px);box-shadow:0 8px 16px #0000004d}}.TopPage .openCarProductWrap{z-index:15;align-items:center;gap:10px;display:flex;position:fixed;bottom:20px;left:0}.TopPage .openCarProduct{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2f5597 0%,#4472c4 55%,#8faadc 100%);border:4px solid #fff;border-radius:0 10px 10px 0;align-items:center;gap:12px;padding:22px 26px 22px 18px;font-size:30px;animation:2s ease-in-out infinite pulse-effect;display:flex}.TopPage .openCarProduct p{color:#fff;height:100%;margin:auto 0;font-weight:700}.TopPage .openCarProduct .openCarProductIcon{font-size:2.2rem}.TopPage .openCarProductToggle{color:#d5dbe6;cursor:pointer;background:#0a142099;border:1px solid #ffffff40;border-radius:50%;flex:none;width:30px;height:30px;padding:0;font-size:1.05rem;line-height:1;transition:border-color .3s,color .3s}.TopPage .openCarProductToggle:hover{color:#5fd9ff;border-color:#5fd9ff99}@media screen and (width>=1500px){.TopPage .openCarProductWrap{margin-left:calc(50dvw - 750px)}}@media screen and (width<=640px){.TopPage .openCarProduct{border-width:3px;gap:8px;padding:13px 14px;font-size:16px}.TopPage .openCarProduct .openCarProductIcon{font-size:1.5rem}}.DemoPage{z-index:2;flex-direction:column;justify-content:space-around;width:100%;max-width:2000px;height:100%;padding:10px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.DemoPage header{text-align:right;white-space:nowrap;background-color:#9dc3e6;flex-grow:0;flex-shrink:0;width:calc(100% - 230px);margin-left:auto;padding:10px 0 25px;font-size:12px;overflow-x:hidden}.DemoPage header p{color:#ff0;white-space:nowrap;display:inline-block}@media screen and (width<=640px){.DemoPage header p{animation:25s linear infinite animate-caution}}@keyframes animate-caution{0%{transform:translate(0)}to{transform:translate(-100%)}}.DemoPage ul{background-color:#9dc3e6;flex-grow:0;flex-shrink:0;justify-content:space-around;display:flex;position:relative}.DemoPage ul li{cursor:pointer;color:#f0f0f0;background-color:#9dc3e6;border-top:1px dotted #f0f0f0;border-right:1px dotted #f0f0f0;border-radius:0 5px 0 0;width:100%;padding:10px;font-size:18px;font-weight:600}.DemoPage ul li.selected{color:#2f5597;background-color:#f0f0f0;border-bottom:2px dotted #9dc3e6;border-right:none;border-radius:5px 5px 0 0;height:100%}.DemoPage .DemoContent{z-index:-3;flex-grow:1;justify-content:space-between;display:flex;position:relative;overflow-y:hidden}.DemoPage .DemoContent .planTips{box-sizing:border-box;z-index:10;background-color:#f0f0f0;border-right:2px dotted #9dc3e6;border-radius:0 0 0 5px;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:10px 0;width:25%;height:100%;transition:transform 1s;display:flex;position:relative;overflow-y:scroll}@media screen and (width<=640px){.DemoPage .DemoContent .planTips{position:absolute}.DemoPage .DemoContent .planTips .toggleSampleMenuButton{display:none}}.DemoPage .DemoContent .planTips.open{animation:1.5s forwards openMobileMenu}.DemoPage .DemoContent .planTips.close{top:100%}.DemoPage .DemoContent .planTips.initial{animation:1.5s forwards closeMobileMenu}.DemoPage .DemoContent .planTips.mobile{width:calc(100% - 50px)}.DemoPage .DemoContent .planTips .toggleSampleMenuButton{z-index:15;justify-content:flex-end;width:100%;display:flex;position:absolute;top:5px;left:0}.DemoPage .DemoContent .planTips .toggleSampleMenuButton p{cursor:pointer;text-align:right;background-color:#fff;border-radius:10px;margin:0 0 0 auto;padding:5px 10px;display:inline-block}.DemoPage .DemoContent .planTips .tipsText{margin-top:50px;padding:15px 20px;font-size:18px}.DemoPage .DemoContent .planTips .explain{text-align:left;background-color:#fff;border-radius:10px;padding:10px}.DemoPage .DemoContent .planTips .option{flex-direction:column;gap:10px 0;padding:15px 20px;display:flex}.DemoPage .DemoContent .planTips .manual{border-top:2px dotted #9dc3e6;padding:15px 20px}.DemoPage .DemoContent .planTips .manual p{text-align:left}.DemoPage .DemoContent .planTips .manual .icon{justify-content:flex-start;gap:0 10px;width:100%;margin-bottom:10px;display:flex}.DemoPage .DemoContent .planTips .manual .icon .iconText{flex-direction:column;justify-content:center;display:flex}.DemoPage .DemoContent .planTips .manual .icon .iconSvg{width:32px;aspect-ratio:32px}.DemoPage .DemoContent .planTips .manual .icon .iconSvg.MouseLeftClick{content:url("data:image/svg+xml,%3csvg%20width='1760'%20height='1760'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20overflow='hidden'%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20x='1353'%20y='254'%20width='1760'%20height='1760'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip0)'%20transform='translate(-1353%20-254)'%3e%3crect%20x='1679'%20y='425'%20width='490'%20height='511'%20fill='%23FFFF00'/%3e%3cpath%20d='M2775.15%20397C2687.07%20308.783%202564.4%20253.966%202429.9%20254L2036.07%20254C1901.56%20253.966%201778.89%20308.783%201690.85%20397%201602.64%20485.038%201547.82%20607.708%201547.85%20742.214L1547.85%201293.59C1547.85%201490.67%201623.31%201670.41%201746.62%201801.04%201869.68%201931.71%202042.45%202014.07%202233%202014%202423.55%202014.07%202596.32%201931.71%202719.35%201801.04%202842.69%201670.41%202918.15%201490.7%202918.15%201293.59L2918.15%20742.211C2918.18%20607.705%202863.33%20485.034%202775.15%20397ZM1736.58%20742.211C1736.61%20659.209%201769.94%20584.911%201824.26%20530.447%201878.77%20476.09%201953.06%20442.76%202036.07%20442.726L2165.6%20442.726%202165.6%20892.182%201736.58%20892.182%201736.58%20742.211ZM2729.42%201293.59C2729.42%201442.26%202672.67%201575.57%202582.12%201671.54%202491.34%201767.46%202368.7%201825.21%202233%201825.28%202097.26%201825.21%201974.66%201767.46%201883.88%201671.54%201793.33%201575.57%201736.58%201442.26%201736.58%201293.59L1736.58%201026.97%202729.42%201026.97%202729.42%201293.59ZM2729.42%20892.182%202300.4%20892.182%202300.4%20442.726%202429.9%20442.726C2512.9%20442.76%202587.2%20476.09%202641.7%20530.447%202696.06%20584.911%202729.39%20659.209%202729.42%20742.211L2729.42%20892.182Z'%20fill='%232F5597'/%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .planTips .manual .icon .iconSvg.MouseRightClick{content:url("data:image/svg+xml,%3csvg%20width='1760'%20height='1760'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20overflow='hidden'%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20x='1353'%20y='254'%20width='1760'%20height='1760'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip0)'%20transform='translate(-1353%20-254)'%3e%3crect%20x='2250'%20y='425'%20width='490'%20height='511'%20fill='%23FFFF00'/%3e%3cpath%20d='M2775.15%20397C2687.07%20308.783%202564.4%20253.966%202429.9%20254L2036.07%20254C1901.56%20253.966%201778.89%20308.783%201690.85%20397%201602.64%20485.038%201547.82%20607.708%201547.85%20742.214L1547.85%201293.59C1547.85%201490.67%201623.31%201670.41%201746.62%201801.04%201869.68%201931.71%202042.45%202014.07%202233%202014%202423.55%202014.07%202596.32%201931.71%202719.35%201801.04%202842.69%201670.41%202918.15%201490.7%202918.15%201293.59L2918.15%20742.211C2918.18%20607.705%202863.33%20485.034%202775.15%20397ZM1736.58%20742.211C1736.61%20659.209%201769.94%20584.911%201824.26%20530.447%201878.77%20476.09%201953.06%20442.76%202036.07%20442.726L2165.6%20442.726%202165.6%20892.182%201736.58%20892.182%201736.58%20742.211ZM2729.42%201293.59C2729.42%201442.26%202672.67%201575.57%202582.12%201671.54%202491.34%201767.46%202368.7%201825.21%202233%201825.28%202097.26%201825.21%201974.66%201767.46%201883.88%201671.54%201793.33%201575.57%201736.58%201442.26%201736.58%201293.59L1736.58%201026.97%202729.42%201026.97%202729.42%201293.59ZM2729.42%20892.182%202300.4%20892.182%202300.4%20442.726%202429.9%20442.726C2512.9%20442.76%202587.2%20476.09%202641.7%20530.447%202696.06%20584.911%202729.39%20659.209%202729.42%20742.211L2729.42%20892.182Z'%20fill='%232F5597'/%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .planTips .manual .icon .iconSvg.MouseWheel{content:url("data:image/svg+xml,%3csvg%20width='1760'%20height='1760'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20overflow='hidden'%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20x='1353'%20y='254'%20width='1760'%20height='1760'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip0)'%20transform='translate(-1353%20-254)'%3e%3cpath%20d='M2775.15%20397C2687.07%20308.783%202564.4%20253.966%202429.9%20254L2036.07%20254C1901.56%20253.966%201778.89%20308.783%201690.85%20397%201602.64%20485.038%201547.82%20607.708%201547.85%20742.214L1547.85%201293.59C1547.85%201490.67%201623.31%201670.41%201746.62%201801.04%201869.68%201931.71%202042.45%202014.07%202233%202014%202423.55%202014.07%202596.32%201931.71%202719.35%201801.04%202842.69%201670.41%202918.15%201490.7%202918.15%201293.59L2918.15%20742.211C2918.18%20607.705%202863.33%20485.034%202775.15%20397ZM1736.58%20742.211C1736.61%20659.209%201769.94%20584.911%201824.26%20530.447%201878.77%20476.09%201953.06%20442.76%202036.07%20442.726L2165.6%20442.726%202165.6%20892.182%201736.58%20892.182%201736.58%20742.211ZM2729.42%201293.59C2729.42%201442.26%202672.67%201575.57%202582.12%201671.54%202491.34%201767.46%202368.7%201825.21%202233%201825.28%202097.26%201825.21%201974.66%201767.46%201883.88%201671.54%201793.33%201575.57%201736.58%201442.26%201736.58%201293.59L1736.58%201026.97%202729.42%201026.97%202729.42%201293.59ZM2729.42%20892.182%202300.4%20892.182%202300.4%20442.726%202429.9%20442.726C2512.9%20442.76%202587.2%20476.09%202641.7%20530.447%202696.06%20584.911%202729.39%20659.209%202729.42%20742.211L2729.42%20892.182Z'%20fill='%232F5597'/%3e%3crect%20x='2161'%20y='443'%20width='142'%20height='449'%20fill='%23FFFF00'/%3e%3c/g%3e%3c/svg%3e")}@keyframes openMobileMenu{0%{border-top:2px dotted #9dc3e6;top:100%}95%{border-top:2px dotted #9dc3e6}to{border-top:none;top:0}}@keyframes closeMobileMenu{0%{border-top:none;top:0}5%{border-top:2px dotted #9dc3e6}to{border-top:2px dotted #9dc3e6;top:100%}}.DemoPage .DemoContent .canvas{cursor:pointer;pointer-events:all;z-index:-1;flex-grow:1;flex-shrink:0;position:relative;height:100%!important}@media screen and (width<=640px){.DemoPage .DemoContent .canvas{width:100%!important}}.DemoPage .DemoContent .canvas .BackGroundBehind{background-color:#f0f0f0;top:50%!important;left:50%!important}.DemoPage .DemoContent .canvas .BackGroundBehind header{color:#9dc3e6;z-index:3;background-color:#f0f0f0;justify-content:space-between;width:75%;padding:15px 20px;display:flex;top:0;right:0;position:absolute!important}.DemoPage .DemoContent .canvas .BackGroundBehind header h2{color:#8faadc;font-size:28px;font-weight:900}.DemoPage .DemoContent .canvas .BackGroundBehind header ul{justify-content:space-around;display:flex;background-color:#f0f0f0!important}.DemoPage .DemoContent .canvas .BackGroundBehind header ul li{white-space:nowrap;color:#2f5597;background-color:#f0f0f0;font-weight:600}.DemoPage .DemoContent .canvas .BackGroundBehind .main{width:100%;height:100%}.DemoPage .DemoContent .canvas .BackGroundBehind .main .triangle1{content:"";z-index:1;border-top:0 solid #0000;border-bottom:40dvw solid #ddf2f9;border-left:80dvw solid #0000;border-right:0 solid #0000;width:0;height:0;position:absolute;bottom:0;right:0}.DemoPage .DemoContent .canvas .BackGroundBehind .main .triangle2{content:"";z-index:2;border-top:0 solid #0000;border-bottom:20dvw solid #8faadc;border-left:40dvw solid #0000;border-right:0 solid #0000;width:0;height:0;position:absolute;bottom:0;right:0}.DemoPage .DemoContent .canvas .BackGroundBehind.mobile header{width:100%;right:auto}.DemoPage .DemoContent .canvas .BackGroundBehind.mobile header h2{font-size:18px}.DemoPage .DemoContent .canvas .BackGroundBehind.mobile header li{font-size:12px}.DemoPage .DemoContent .canvas .BackGroundFront{pointer-events:none;top:50%!important;left:50%!important}.DemoPage .DemoContent .canvas .BackGroundFront button{pointer-events:all;cursor:pointer}.DemoPage .DemoContent .canvas .BackGroundFront .frontText{pointer-events:none;width:100%;height:90%;margin-top:10%;padding:10px 40px 10px calc(25% + 40px)}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .first{flex-direction:column;justify-content:space-between;height:50%;margin-top:10%;display:flex}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .first h1{text-align:left;color:#8faadc;font-size:7rem;font-weight:900}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .first div{text-align:left;font-size:28px;font-weight:900}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .second{flex-direction:column;justify-content:flex-start;margin:0 auto;display:flex}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .second h1{color:#8faadc;font-size:7rem}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .second div{color:#8faadc;font-size:18px}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .third{flex-direction:column;justify-content:space-between;height:80%;margin-top:10%;display:flex}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .third h1{color:#8faadc;font-size:7rem}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .third div{color:#8faadc;font-size:18px}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .third .buttonA{margin-bottom:100px}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .box{width:35%;position:relative}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .box.right{margin-left:auto}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .box:before{content:"";z-index:-1;border-top:100px solid #2f5597;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:250px solid #0000;width:0;height:0;display:inline-block;position:absolute;top:-10px;left:-10px}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .box h1{background-color:#ddf2f9;margin:10% 0 10px;padding:10px 15px;font-size:18px;text-align:left!important}.DemoPage .DemoContent .canvas .BackGroundFront .frontText .box div{background-color:#ddf2f9;padding:10px 15px;text-align:left!important}.DemoPage .DemoContent .canvas .BackGroundFront.mobile .frontText{height:80%;margin-top:20%;padding:10px 40px}.DemoPage .DemoContent .canvas .BackGroundFront.mobile .frontText .box{min-width:min(200px,100%)}.DemoPage .DemoContent .canvas .BackGroundFront.mobile .frontText h1{font-size:28px}.DemoPage .DemoContent .canvas .ChangePages{pointer-events:none;flex-direction:column;justify-content:center;display:flex;top:50%!important;left:50%!important}.DemoPage .DemoContent .canvas .ChangePages .dotList{z-index:100;margin-left:auto;margin-right:20px}.DemoPage .DemoContent .canvas .ChangePages .dotList .dot{pointer-events:all;aspect-ratio:1;cursor:pointer;background-color:#c8c8c8;border:2px solid #f0f0f0;border-radius:50%;width:16px;margin-bottom:10px}.DemoPage .DemoContent .canvas .ChangePages .dotList .dot.selected{background-color:#2f5597;border:2px solid #c8c8c8;outline:4px solid #2f5597}.DemoPage .DemoContent .canvas .ChangePages.mobile .dotList{background-color:#f0f0f0;justify-content:space-between;width:calc(100% - 50px);height:50px;margin:auto 0 0;padding:17px 20px;display:flex}.DemoPage .DemoContent .canvas .ChangePages.mobile .dotList .dot{margin:0}.DemoPage .DemoContent .canvas .carControls{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#d2691e}.DemoPage .DemoContent .canvas .animButton button{background-color:#0000;border:none;border-radius:50%;font-size:0}.DemoPage .DemoContent .canvas .animButton button:hover{box-sizing:content-box;border:.5px solid #9dc3e6}.DemoPage .DemoContent .canvas .animButton button:active{padding:2px}.DemoPage .DemoContent .canvas .configulaterHtml{pointer-events:none;flex-direction:column;justify-content:space-between;display:flex;top:0!important;left:0%!important}.DemoPage .DemoContent .canvas .configulaterHtml h1{color:#8faadc;z-index:10;background-color:#f0f0f0;border-radius:10px;width:200px;margin-top:50px;margin-left:57.5%;padding:10px 40px;font-size:18px;position:relative;transform:translate(-50%)}.DemoPage .DemoContent .canvas .configulaterHtml h1:before{content:"";border-top:70px solid #9dc3e6;border-bottom:0 solid #0000;border-left:0 solid #0000;border-right:250px solid #0000;width:0;height:0;display:inline-block;position:absolute;top:-10px;left:-10px;z-index:-10!important}.DemoPage .DemoContent .canvas .configulaterHtml h1:after{content:"";z-index:-1;background-color:#f0f0f0;border-radius:10px;width:100%;height:100%;position:absolute;top:0;left:0}.DemoPage .DemoContent .canvas .configulaterHtml .navi{z-index:2147483647;justify-content:space-between;display:flex;position:relative}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter{pointer-events:all;background-color:#f0f0f0;border-radius:0 10px 10px 0;flex-direction:column;justify-content:space-around;gap:20px 0;width:70px;margin-left:25%;padding:20px 0;display:flex}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li{color:#2f5597;background-color:#f0f0f0;border:none;position:relative}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg{aspect-ratio:1;width:24px}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.selected{background-color:#ff0;outline:10px solid #ff0}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.carCustom{content:url("data:image/svg+xml,%3c!--?xml%20version='1.0'%20encoding='utf-8'?--%3e%3c!--%20Generator:%20Adobe%20Illustrator%2015.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%20512%20512'%20style='width:%20256px;%20height:%20256px;%20opacity:%201;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234B4B4B;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M104.426,139.813l83.563,83.781c14.344-13.766,26.781-25.703,36.109-34.672l-84.297-84.5l-10.313-45.719%20L54.27,12.985L33.629,33.642L12.988,54.282l45.719,75.219L104.426,139.813z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M358.363,276.298L481.926,399.47c22.781,22.766,22.781,59.688,0,82.469c-22.781,22.766-59.688,22.766-82.469,0%20L275.895,358.767L358.363,276.298z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M459.957,203.407c42.547-38.609,49.656-82.484,40.141-119.484c-0.281-2.938-0.984-5.406-3.547-7.25%20l-8.563-7.016c-1.484-1.391-3.484-2.063-5.484-1.875c-2.016,0.203-3.844,1.234-5.031,2.875l-49.25,64.031%20c-1.375,1.891-3.594,2.969-5.922,2.891l-17.875,1.313c-1.531-0.047-3.016-0.594-4.219-1.563l-34.531-29.266%20c-1.406-1.141-2.328-2.766-2.563-4.563l-2.141-16.188c-0.25-1.781,0.203-3.594,1.266-5.063l46.109-62.641%20c2.094-2.875,1.688-6.859-0.906-9.281l-11.188-8.75c-2.188-2.031-4.672-1.75-8.063-1.094%20c-31.844,6.281-86.219,37.125-100.016,79.75c-12.156,37.516-7.922,63.969-7.922,63.969c0,21.141-6.953,41.516-15.5,50.063%20L24.504,424.923c-0.469,0.422-0.922,0.859-1.375,1.313c-19.844,19.844-19.813,52.047-0.641,71.219s51.859,19.672,71.703-0.172%20c0.922-0.922,1.813-1.875,2.641-2.859l231.672-250.438C357.004,218.61,413.426,245.642,459.957,203.407z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.carHandle{content:url("data:image/svg+xml,%3c!--?xml%20version='1.0'%20encoding='utf-8'?--%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='width:%20512px;%20height:%20512px;%20opacity:%201;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234B4B4B;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M437.023,74.985C390.779,28.695,326.613-0.016,256.011,0C185.402-0.016,121.228,28.695,74.984,74.985%20C28.702,121.22-0.016,185.395,0,255.996c-0.016,70.602,28.702,134.784,74.984,181.019C121.22,483.298,185.402,512.008,256.011,512%20c70.594,0.008,134.768-28.702,181.012-74.985C483.298,390.78,512.015,326.598,512,255.996%20C512.015,185.395,483.298,121.22,437.023,74.985z%20M256.004,300.437c-25.275-0.008-45.755-20.487-45.762-45.762%20c0.007-25.275,20.487-45.754,45.762-45.762c25.274,0.008,45.754,20.487,45.762,45.762%20C301.758,279.95,281.278,300.429,256.004,300.437z%20M397.626,397.618c-31.096,31.066-72.141,51.871-118.042,57.241%20c1.974-110.153,68.2-147.412,89.285-157.602c7.834-3.785,8.503-12.365,8.503-12.365l10.772-73.282%20c0.621-4.206-0.483-8.487-3.063-11.868c-2.58-3.381-5.394-6.249-13.849-7.741c0,0-65.519-12.941-115.229-12.941%20c-49.695,0-115.229,12.941-115.229,12.941c-8.456,1.492-11.269,4.36-13.85,7.741c-2.58,3.381-3.684,7.662-3.062,11.868%20l10.788,73.282c0,0,0.652,8.58,8.487,12.365c21.086,10.19,87.311,47.448,89.286,157.594c-45.91-5.371-86.954-26.176-118.05-57.234%20c-30.917-30.948-51.668-71.782-57.164-117.443c3.008-1.656,7.368-3.412,13.446-4.275c16.415-2.324,43.772-3.816,43.772-3.816%20l-7.29-55.213c0,0-32.433,5.806-48.187,3.366c7.383-40.975,27.14-77.55,55.423-105.864c36.334-36.288,86.239-58.648,141.638-58.664%20c55.384,0.016,105.281,22.376,141.615,58.664c28.282,28.314,48.039,64.889,55.423,105.864c-15.754,2.44-48.164-3.366-48.164-3.366%20l-7.306,55.213c0,0,27.358,1.492,43.772,3.816c6.07,0.863,10.43,2.619,13.438,4.267%20C449.302,325.836,428.543,366.663,397.626,397.618z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M256.004,224.83c-8.262,0-15.677,3.326-21.101,8.743c-5.418,5.425-8.744,12.832-8.744,21.101%20c0,8.262,3.326,15.676,8.744,21.102c5.424,5.416,12.84,8.735,21.101,8.743c8.261-0.008,15.676-3.327,21.101-8.743%20c5.417-5.426,8.736-12.84,8.744-21.102c-0.008-8.27-3.327-15.676-8.744-21.101C271.68,228.157,264.265,224.83,256.004,224.83z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.carInto{content:url("data:image/svg+xml,%3c!--?xml%20version='1.0'%20encoding='utf-8'?--%3e%3c!--%20Generator:%20Adobe%20Illustrator%2015.1.0,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20width='512px'%20height='512px'%20viewBox='0%200%20512%20512'%20style='width:%20512px;%20height:%20512px;%20opacity:%201;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234B4B4B;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M116.984,283.922c-25.516,0-46.203,20.672-46.203,46.203c0,25.5,20.688,46.188,46.203,46.188%20s46.203-20.688,46.203-46.188C163.188,304.594,142.5,283.922,116.984,283.922z%20M116.984,354.938%20c-13.672,0-24.813-11.141-24.813-24.813c0-13.688,11.141-24.813,24.813-24.813s24.797,11.125,24.797,24.813%20C141.781,343.797,130.656,354.938,116.984,354.938z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M369.313,283.922c-25.531,0-46.203,20.672-46.203,46.203c0,25.5,20.672,46.188,46.203,46.188%20c25.5,0,46.188-20.688,46.188-46.188C415.5,304.594,394.813,283.922,369.313,283.922z%20M369.313,354.938%20c-13.688,0-24.813-11.141-24.813-24.813c0-13.688,11.125-24.813,24.813-24.813c13.672,0,24.813,11.125,24.813,24.813%20C394.125,343.797,382.984,354.938,369.313,354.938z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M116.984,323.188c-3.828,0-6.938,3.094-6.938,6.938c0,3.813,3.109,6.938,6.938,6.938s6.922-3.125,6.922-6.938%20C123.906,326.281,120.813,323.188,116.984,323.188z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M369.313,323.188c-3.828,0-6.938,3.094-6.938,6.938c0,3.813,3.109,6.938,6.938,6.938%20c3.813,0,6.938-3.125,6.938-6.938C376.25,326.281,373.125,323.188,369.313,323.188z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3cpath%20class='st0'%20d='M494.422,265.063l-67.984-36.031c0,0-110.156-93.344-213.875-93.344c-103.688,0-159.422,50.563-159.422,50.563%20L9.094,226C3.313,231.219,0,238.656,0,246.453v76.203c0,9.125,7.406,16.531,16.531,16.531H56.25v-17.5H17.5v-75.234%20c0-2.844,1.219-5.563,3.328-7.469l44.047-39.766c0.484-0.422,52.75-46.031,147.688-46.031c96.188,0,201.531,88.281,202.578,89.188%20c0.953,0.813,2,1.516,3.109,2.094l67.969,36.047c5.109,2.703,8.281,7.984,8.281,13.766v27.406h-64.438v17.5h65.406%20c9.125,0,16.531-7.406,16.531-16.531v-28.375C512,282.031,505.234,270.797,494.422,265.063z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3crect%20x='177.781'%20y='321.688'%20class='st0'%20width='130.266'%20height='17.5'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.carLight{content:url("data:image/svg+xml,%3csvg%20width='870'%20height='588'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xml:space='preserve'%20overflow='hidden'%3e%3cdefs%3e%3cclipPath%20id='clip0'%3e%3crect%20x='2329'%20y='1158'%20width='870'%20height='588'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23clip0)'%20transform='translate(-2329%20-1158)'%3e%3cpath%20d='M418.685%200%20372.37%200%20372.37%200.000360965%20209.343%200.000360965C93.7258%200.000360965%200%20125.361%200%20280%200%20434.64%2093.7258%20560%20209.343%20560L418.685%20560C444.264%20560%20465%20434.64%20465%20280%20465%20125.36%20444.264%200%20418.685%200Z'%20stroke='%232F5597'%20stroke-width='27.5'%20stroke-miterlimit='8'%20fill='none'%20fill-rule='evenodd'%20transform='matrix(-1%200%200%201%203185%201172)'/%3e%3cpath%20d='M2343%201188C2343%201179.16%202350.16%201172%202359%201172L2620%201172C2628.84%201172%202636%201179.16%202636%201188L2636%201252C2636%201260.84%202628.84%201268%202620%201268L2359%201268C2350.16%201268%202343%201260.84%202343%201252Z'%20stroke='%232F5597'%20stroke-width='27.5'%20stroke-miterlimit='8'%20fill='none'%20fill-rule='evenodd'/%3e%3cpath%20d='M2343%201419.17C2343%201410.24%202350.24%201403%202359.17%201403L2619.83%201403C2628.76%201403%202636%201410.24%202636%201419.17L2636%201483.83C2636%201492.76%202628.76%201500%202619.83%201500L2359.17%201500C2350.24%201500%202343%201492.76%202343%201483.83Z'%20stroke='%232F5597'%20stroke-width='27.5'%20stroke-miterlimit='8'%20fill='none'%20fill-rule='evenodd'/%3e%3cpath%20d='M2343%201651.17C2343%201642.24%202350.24%201635%202359.17%201635L2619.83%201635C2628.76%201635%202636%201642.24%202636%201651.17L2636%201715.83C2636%201724.76%202628.76%201732%202619.83%201732L2359.17%201732C2350.24%201732%202343%201724.76%202343%201715.83Z'%20stroke='%232F5597'%20stroke-width='27.5'%20stroke-miterlimit='8'%20fill='none'%20fill-rule='evenodd'/%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter li .iconSvg.carColor{content:url("data:image/svg+xml,%3c!--?xml%20version='1.0'%20encoding='utf-8'?--%3e%3c!--%20Generator:%20Adobe%20Illustrator%2018.1.1,%20SVG%20Export%20Plug-In%20.%20SVG%20Version:%206.00%20Build%200)%20--%3e%3csvg%20version='1.1'%20id='_x32_'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%20512%20512'%20style='width:%20256px;%20height:%20256px;%20opacity:%201;'%20xml:space='preserve'%3e%3cstyle%20type='text/css'%3e%20.st0{fill:%234B4B4B;}%20%3c/style%3e%3cg%3e%3cpath%20class='st0'%20d='M410.842,207.265c97.767-8.626,117.891-54.628,89.098-97.749C448.234,32.075,334.016,1.59,218.762,36.607%20C73.721,80.672-22.226,214.687,4.453,335.938C31.13,457.19,170.334,519.762,315.375,475.697%20c62.951-19.13,116.653-55.201,155.091-99.821c15.516-18.01,20.891-73.726-50.998-70.844%20C342.812,308.106,332.197,214.206,410.842,207.265z%20M385.949,102.144c7.068-7.059,16.84-11.111,26.839-11.111%20c9.998,0,19.762,4.052,26.838,11.111c7.067,7.076,11.119,16.848,11.119,26.847s-4.052,19.762-11.119,26.838%20c-7.076,7.067-16.84,11.12-26.838,11.12c-9.999,0-19.771-4.052-26.839-11.12c-7.067-7.076-11.119-16.839-11.119-26.838%20S378.882,109.22,385.949,102.144z%20M65.256,226.724c5.711-17.185,24.26-26.485,41.436-20.782%20c17.185,5.711,26.493,24.261,20.79,41.437c-5.711,17.184-24.269,26.484-41.438,20.789C68.861,262.449,59.553,243.9,65.256,226.724z%20M127.946,377.433c-11.794,12.451-31.455,12.998-43.905,1.214c-12.459-11.793-12.998-31.446-1.204-43.896%20c11.785-12.459,31.437-13.006,43.896-1.213C139.182,345.323,139.73,364.975,127.946,377.433z%20M190.542,171.051%20c-15.466,11.128-37.031,7.606-48.159-7.86c-11.128-15.474-7.606-37.03,7.859-48.159v-0.008%20c15.475-11.119,37.032-7.598,48.159,7.868C209.53,138.358,206.009,159.923,190.542,171.051z%20M250.461,105.589%20c-2.317-19.88,11.919-37.857,31.8-40.165c19.872-2.308,37.857,11.929,40.165,31.8c2.316,19.872-11.928,37.856-31.801,40.164%20C270.746,139.706,252.769,125.461,250.461,105.589z%20M360.897,377.106c0,12.121-4.911,23.948-13.478,32.524%20c-8.567,8.566-20.411,13.478-32.533,13.478c-12.113,0-23.965-4.912-32.524-13.478c-8.566-8.576-13.478-20.403-13.478-32.524%20c0-12.122,4.912-23.974,13.478-32.542c8.559-8.559,20.411-13.47,32.524-13.47c12.122,0,23.966,4.911,32.533,13.47%20C355.986,353.131,360.897,364.983,360.897,377.106z'%20style='fill:%20rgb(47,%2085,%20151);'%3e%3c/path%3e%3c/g%3e%3c/svg%3e")}.DemoPage .DemoContent .canvas .configulaterHtml .navi .parameter input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.DemoPage .DemoContent .canvas .configulaterHtml .navi .action{pointer-events:all;background-color:#f0f0f0;border-radius:10px 0 0 10px;padding:20px 25px}.DemoPage .DemoContent .canvas .configulaterHtml .navi .action h2{margin-bottom:15px}.DemoPage .DemoContent .canvas .configulaterHtml button{white-space:nowrap;pointer-events:all;background-color:#f0f0f0;border:none;border-radius:10px 10px 0 0;width:min(400px,90vw);margin-left:57.5%;padding:10px 40px;transform:translate(-50%)}.DemoPage .DemoContent .canvas .configulaterHtml.mobile h1{margin-left:50%}.DemoPage .DemoContent .canvas .configulaterHtml.mobile .parameter{margin-left:0}.DemoPage .DemoContent .canvas .configulaterHtml.mobile button{color:#ff0;background-color:#2f5597;border-radius:0;width:calc(100% - 50px);height:50px;margin-left:0;transform:none}.DemoPage .closeDemo{color:red;background-color:#fff;border-radius:0 0 10px;padding:15px 12px;font-size:18px;position:fixed;top:0;left:0}.DemoPage .mobileMenu{aspect-ratio:1;z-index:10000;background-color:#f0f0f0;flex-direction:column;justify-content:center;width:50px;margin:0 10px 10px 0;animation:.5s forwards popMobileMenuButton;display:flex;position:fixed;bottom:-100%;right:0;transform:translateZ(100px)}.DemoPage .mobileMenu svg{aspect-ratio:1;width:100%;font-size:2em}@keyframes popMobileMenuButton{0%{bottom:-100%}to{bottom:0}}.DemoPage .ShirtDemo_background{background-color:#a9a9a9;width:100%;height:100%}.DemoPage .ShirtDemo_configurator{z-index:1000;pointer-events:auto;background-color:#fff;width:100%;height:100%;margin:auto 0 0;padding:0 5% 10%;position:absolute;bottom:0;left:0;overflow-y:scroll}.DemoPage .ShirtDemo_configurator.on{height:40%}.DemoPage .ShirtDemo_configurator.off{height:calc(1rem + 8%);overflow-y:hidden}.DemoPage .ShirtDemo_configurator h2{padding:5px 0;position:relative}.DemoPage .ShirtDemo_configurator h2 span{color:#ff0;aspect-ratio:1;background-color:#2f5597;border-radius:50%;flex-direction:column;justify-content:center;height:40px;padding:5px;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.DemoPage .ShirtDemo_configurator .toggleButton{border-right:2px solid #2f5597;width:calc(100% - 18px);margin:0 auto 0 0;padding:3% 6%}.DemoPage .ShirtDemo_configurator .openConfigulater{border-bottom:2px solid #2f5597;margin:4% auto 10%;padding-bottom:5px}.DemoPage .CarDemo{z-index:300;background-color:#fffffff2;border-radius:0;min-width:min(300px,85vw);padding:45px 20px 20px;transition:transform .3s ease-in-out;overflow-y:auto;box-shadow:0 4px 12px #00000026;width:auto!important;position:fixed!important;top:0!important;left:0!important;transform:translate(0%)!important}.DemoPage .CarDemo>div{align-items:center;margin-bottom:12px;display:flex}.DemoPage .CarDemo>div:last-child{margin-bottom:0}.DemoPage .CarDemo label{color:#2f5597;text-align:left;width:100px;margin-right:15px;font-size:12px;font-weight:600}.DemoPage .CarDemo input[type=color]{border:1px solid #8faadc;border-radius:4px;width:120px;height:30px;padding:2px}.DemoPage .CarDemo select{color:#2f5597;background-color:#f0f0f0;border:1px solid #8faadc;border-radius:4px;width:120px;padding:6px 8px;font-size:12px}.DemoPage .CarDemo.minimized{transform:translate(-100%)!important}.DemoPage .annotation{content:"";aspect-ratio:1;background-color:#2f5597;width:10px}.DemoPage .finderContainer{width:100%;height:100%;position:absolute;top:50%;left:50%}.DemoPage .finderContainer .BGMButton{width:75dvw;position:fixed;top:100%;left:50%}.DemoPage .finderContainer .BGMButton p{cursor:pointer;background-color:#fff;border-radius:10px;padding:10px 15px;display:inline-block}.DemoPage .finderContainer .finder{aspect-ratio:1.5;width:75%;max-width:1125px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (width<=640px){.DemoPage .finderContainer .finder{aspect-ratio:1.5;width:100%;max-width:1125px;position:absolute;top:80%;left:50%}.DemoPage .finderContainer .BGMButton{width:100dvw;position:fixed;top:100%;left:50%}.DemoPage .finderContainer .BGMButton p{background-color:#fff;border-radius:10px;padding:10px 15px;display:inline-block}}.DemoPage .vtuber_html{z-index:-10;background-image:linear-gradient(#9dc3e6 63%,#4e3dae9e);flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.DemoPage .vtuber_html .vtuber_menu{cursor:pointer;z-index:100000;position:relative}.DemoPage .vtuber_html .vtuber_menu img{width:100%;padding:50px}@media screen and (width<=640px){.DemoPage .vtuber_html .vtuber_menu img{padding:20px}}.DemoPage .vtuber_html .vtuber_explain h1,.DemoPage .vtuber_html .vtuber_explain p,.DemoPage .vtuber_html .vtuber_explain light{color:#fff}.DemoPage .vtuber_html .vtuber_explain p{text-align:left;width:90%;max-width:600px;margin:30px auto 50px}.DemoPage .mobileExplain{justify-content:flex-start;display:flex}.DemoPage .mobileExplain p{flex-direction:column;justify-content:center;display:flex}.content{text-align:left;color:#fff;background:#202035;border-radius:5px;padding:10px 15px}.minimize-ui-button{z-index:301;color:#f0f0f0;cursor:pointer;background-color:#2f5597;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background-color .2s,transform .2s;display:flex;position:fixed;top:5px;left:5px;box-shadow:0 2px 6px #0003}.minimize-ui-button:hover{background-color:#3b6bbe}.minimize-ui-button:active{transform:scale(.95)}.minimize-ui-button .icon-lines-container{width:18px;height:14px;position:relative}.minimize-ui-button .line{background-color:#f0f0f0;border-radius:1px;width:100%;height:2px;transition:transform .3s ease-in-out,top .3s ease-in-out,opacity .3s ease-in-out;position:absolute;left:0}.minimize-ui-button .line1{top:0}.minimize-ui-button .line2{top:50%;transform:translateY(-50%)}.minimize-ui-button .line3{top:100%;transform:translateY(-100%)}.minimize-ui-button.expanded-state .line1{top:50%;transform:translateY(-50%)rotate(45deg)}.minimize-ui-button.expanded-state .line2{opacity:0}.minimize-ui-button.expanded-state .line3{top:50%;transform:translateY(-50%)rotate(-45deg)}
