:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1, -.115, .975, .855);--vs-transition-duration:.15s}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1, .5, .8, 1);--vs-transition-duration:.15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal;background:0 0;padding:0 0 4px;display:flex}.vs__selected-options{flex-wrap:wrap;flex-grow:1;flex-basis:100%;padding:0 2px;display:flex;position:relative}.vs__actions{padding:var(--vs-actions-padding);align-items:center;display:flex}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);cursor:pointer;background-color:transparent;border:0;margin-right:8px;padding:0}.vs__dropdown-menu{box-sizing:border-box;top:calc(100% - var(--vs-border-width));z-index:var(--vs-dropdown-z-index);width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color);border-top-style:none;margin:0;padding:5px 0;list-style:none;display:block;position:absolute;left:0;overflow-y:auto}.vs__no-options{text-align:center}.vs__dropdown-option{padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer;line-height:1.42857;display:block}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);z-index:0;align-items:center;margin:4px 2px 0;padding:0 .25em;display:flex}.vs__deselect{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow);background:0 0;border:0;margin-left:4px;padding:0;display:inline-flex}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration{display:none}.vs__search::-webkit-search-results-button{display:none}.vs__search::-webkit-search-results-decoration{display:none}.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);box-shadow:none;z-index:1;background:0 0;border:1px solid transparent;border-left:none;outline:none;flex-grow:1;width:0;max-width:100%;margin:4px 0 0;padding:0 7px}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{opacity:0;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));border:.9em solid rgba(100,100,100,.1);border-left-color:rgba(60,60,60,.45);align-self:center;font-size:5px;transition:opacity .1s;animation:1.1s linear infinite vSelectSpinner;overflow:hidden}.vs__spinner,.vs__spinner:after{width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));border-radius:50%}.vs--loading .vs__spinner{opacity:1}body.bodyfixed{width:100%;overflow-y:none;position:fixed}.w-modal-window{box-sizing:border-box;width:100%;padding:10px;display:none;position:fixed;top:0;left:0}.w-modal-window.use-scroll{height:100%}.w-modal-window .w-modal-content{width:100%;max-width:400px;height:auto;overflow-y:none;box-sizing:border-box;-webkit-overflow-scrolling:touch;background-color:#fff;border-radius:2px;margin:0 auto;padding:15px;position:relative;box-shadow:0 0 5px 5px rgba(255,255,255,.1)}.w-modal-window .w-modal-content .modal-heading{color:#444;background-color:#f3f3f3;margin-top:0;margin-bottom:15px;padding:10px 0;font-size:17px;font-weight:700}.w-modal-window .w-modal-content .w-modal-close-button{background:0 0;transition:color .2s;display:block;position:absolute;top:0;right:0}.w-modal-window .w-modal-content .w-modal-close-button:before{color:#95979c;content:"×";text-align:center;width:35px;height:35px;font-size:29px;line-height:35px;display:block;position:absolute;top:0;right:0;font-family:Arial,Helvetica CY,Nimbus Sans L,sans-serif!important}.w-modal-window .w-modal-content .modal-prev-page-button{color:#34b792;border:1px solid #34b792;border-radius:3px;width:100%;margin:15px auto 0;padding:8px 0;display:block}@media screen and (min-width:768px){.w-modal-window .w-modal-content .modal-prev-page-button:hover{color:#fff;background-color:#34b792}}.w-modal-window.use-scroll .w-modal-content{height:100%;overflow-y:scroll}.w-modal-window{z-index:789}.w-overlay-background-black{opacity:1;z-index:788;background-color:rgba(0,0,0,.7);width:100%;height:100%;display:none;position:fixed;top:0;left:0}.w-tooltip-section{opacity:1;color:#444;min-width:250px;max-width:300px;padding:12px;font-size:13px;line-height:1.4;display:block;position:relative}.w-tooltip-section>div._name,.w-tooltip-section>div._title,.w-tooltip-section a._name,.w-tooltip-section a._title{margin-bottom:8px;font-size:15px;font-weight:700}.w-tooltip-section>div._txt,.w-tooltip-section>div._text,.w-tooltip-section a._txt,.w-tooltip-section a._text{margin-bottom:12px}.w-tooltip-section>div._txt>._item-detail>._row,.w-tooltip-section>div._text>._item-detail>._row,.w-tooltip-section a._txt>._item-detail>._row,.w-tooltip-section a._text>._item-detail>._row{margin-bottom:7px}.w-tooltip-section>div._txt>._item-detail>._row:last-child,.w-tooltip-section>div._text>._item-detail>._row:last-child,.w-tooltip-section a._txt>._item-detail>._row:last-child,.w-tooltip-section a._text>._item-detail>._row:last-child{margin-bottom:0}.w-tooltip-section>div._txt>._item-detail>._row>label,.w-tooltip-section>div._text>._item-detail>._row>label,.w-tooltip-section a._txt>._item-detail>._row>label,.w-tooltip-section a._text>._item-detail>._row>label{color:#fff;text-align:center;opacity:.8;background-color:#e2e2e2;border-radius:2px;width:50px;margin-right:5px;padding:3px 0;font-size:11px;font-weight:700;line-height:11px;display:inline-block;position:relative;top:-1px}.w-tooltip-section>div._txt>._item-detail>._row>._txt,.w-tooltip-section>div._text>._item-detail>._row>._txt,.w-tooltip-section a._txt>._item-detail>._row>._txt,.w-tooltip-section a._text>._item-detail>._row>._txt{font-size:12px;display:inline}.w-tooltip-section>div._txt>._item-detail>._row>._txt>a,.w-tooltip-section>div._text>._item-detail>._row>._txt>a,.w-tooltip-section a._txt>._item-detail>._row>._txt>a,.w-tooltip-section a._text>._item-detail>._row>._txt>a{font-weight:700}.w-tooltip-section>div._txt>._item-detail>._row._get>label,.w-tooltip-section>div._text>._item-detail>._row._get>label,.w-tooltip-section a._txt>._item-detail>._row._get>label,.w-tooltip-section a._text>._item-detail>._row._get>label{background-image:linear-gradient(#42a5f5 0%,#42a5f5 50%,#1e88e5 51%,#42a5f5 100%)}.w-tooltip-section>div._txt>._item-detail>._row._recipe>label,.w-tooltip-section>div._text>._item-detail>._row._recipe>label,.w-tooltip-section a._txt>._item-detail>._row._recipe>label,.w-tooltip-section a._text>._item-detail>._row._recipe>label{background-image:linear-gradient(#26a69a 0%,#26a69a 50%,#00897b 51%,#26a69a 100%)}.w-tooltip-section>div._txt>._item-detail>._row._materials>label,.w-tooltip-section>div._text>._item-detail>._row._materials>label,.w-tooltip-section a._txt>._item-detail>._row._materials>label,.w-tooltip-section a._text>._item-detail>._row._materials>label{background-image:linear-gradient(#fb8c00 0%,#fb8c00 50%,#ef6c00 51%,#fb8c00 100%)}.w-tooltip-section>div._txt>._item-detail>._row._materials>a,.w-tooltip-section>div._text>._item-detail>._row._materials>a,.w-tooltip-section a._txt>._item-detail>._row._materials>a,.w-tooltip-section a._text>._item-detail>._row._materials>a{font-size:12px;font-weight:700}.w-tooltip-section>div._txt>._item-detail>._row._materials>a:not([href]),.w-tooltip-section>div._text>._item-detail>._row._materials>a:not([href]),.w-tooltip-section a._txt>._item-detail>._row._materials>a:not([href]),.w-tooltip-section a._text>._item-detail>._row._materials>a:not([href]){color:#444!important}.w-tooltip-section>div._txt>._item-detail>._row._materials>a>span,.w-tooltip-section>div._text>._item-detail>._row._materials>a>span,.w-tooltip-section a._txt>._item-detail>._row._materials>a>span,.w-tooltip-section a._text>._item-detail>._row._materials>a>span{color:#ea2a3d;font-size:11px}.w-tooltip-section>div._detail,.w-tooltip-section>div._info,.w-tooltip-section a._detail,.w-tooltip-section a._info{background-color:#fcfcfc;border:1px solid #e5e5e5;border-radius:2px;margin:6px 0 12px;padding:8px}.w-tooltip-section>div._link-btn,.w-tooltip-section a._link-btn{color:#34b792;text-align:center;background-color:#fff;border:1px solid #34b792;border-radius:2px;margin-bottom:8px;padding:6px 0;font-size:12px;font-weight:700;line-height:1;display:block}.w-tooltip-section>div._link-btn:active,.w-tooltip-section a._link-btn:active{color:#fff;background-color:#34b792}.w-tooltip-section>div:last-child,.w-tooltip-section a:last-child{margin-bottom:0}.main-wrap-2-column .w-tooltip-section>._link-btn:hover{color:#fff;background-color:#34b792}[data-tippy-root]{pointer-events:auto;position:fixed}[data-tippy-root] .tippy-content{background-color:#fff;border:1px solid #e5e5e5;border-radius:5px;box-shadow:0 5px 10px 5px rgba(0,0,0,.15);padding:0!important}[data-tippy-root] .tippy-arrow{color:#444;bottom:6px;left:0}[data-tippy-root] .tippy-arrow:before{content:"";background-color:#fff;width:12px;height:12px;display:block;position:absolute;top:-1px;left:-6px;transform:rotate(45deg)}[data-tippy-root] .tippy-box[data-placement^=bottom]>.tippy-arrow{top:-6px}.w-tooltip-word{cursor:pointer;text-underline-offset:3px;margin:0 1px;padding:0 2px;font-weight:700;-webkit-text-decoration:underline dashed #0074e0;text-decoration:underline dashed #0074e0;text-decoration-thickness:1px;display:inline;position:relative;color:#0074e0!important}.w-common-form-switch-column{width:100%}.w-common-form-switch-column>._clickable-row{cursor:pointer;align-items:center;width:100%;display:flex}.w-common-form-switch-column>._clickable-row:active{background-color:#f2f2f2}.w-common-form-switch-column ._label-column{color:#444;width:100%;padding-left:5px;font-size:13px;font-weight:700;line-height:1}.w-common-form-switch-column ._label-column>._fav-icon{vertical-align:top;width:15px;position:relative;top:-1px;margin:0 3px -1px 0!important;display:inline-block!important}.w-common-form-switch-column ._switch-column{text-align:right}.w-common-form-switch-column ._switch-column>._toggle-switch{font-size:20px;display:table}.w-common-form-switch-column ._switch-column>._toggle-switch>input{display:none}.w-common-form-switch-column ._switch-column>._toggle-switch>input:checked+span{background-color:#34b792}.w-common-form-switch-column ._switch-column>._toggle-switch.is-force>input:checked+span{background-color:#e91e63}.w-common-form-switch-column ._switch-column>._toggle-switch>span,.w-common-form-switch-column ._switch-column>._toggle-switch>label{cursor:pointer;background-color:silver;border-radius:1em;width:1.8em;height:1em;display:block;position:relative}.w-common-form-switch-column ._switch-column>._toggle-switch>span:before,.w-common-form-switch-column ._switch-column>._toggle-switch>label:before{content:"";background-color:#fff;border-radius:.9em;width:.8em;height:.8em;transition:all .5s;position:absolute;top:.1em;left:.1em}.w-common-form-switch-column ._switch-column>._toggle-switch>input:checked+span:before{left:calc(100% - .95em)}@keyframes z-move-shine{0%{background-position:200%}to{background-position:-200%}}.w-pokemon-calc-wrap{background-color:#e5e5e5;background-image:repeating-linear-gradient(-45deg,#ececec,#ececec 5px,transparent 0,transparent 10px);margin:0 -12px 15px;padding:12px 12px 1px;-webkit-text-size-adjust:100%!important}.w-pokemon-calc-wrap>div{margin-bottom:15px}.w-pokemon-calc-wrap .w-pokemon-section{position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._header{background-color:#444;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/icon_monsterball_white.png);background-position:10px;background-repeat:no-repeat;background-size:21px;border-radius:5px 5px 0 0;padding:12px 12px 12px 40px;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._header>div{color:#fff;font-size:17px;font-weight:700;line-height:17px;display:block}.w-pokemon-calc-wrap .w-pokemon-section>._header>div>._arrow{cursor:pointer;margin-left:8px}.w-pokemon-calc-wrap .w-pokemon-section>._header>div>._arrow:active{opacity:.7}.w-pokemon-calc-wrap .w-pokemon-section>._header>._float-right{letter-spacing:-.4em;position:absolute;top:9px;right:6px}.w-pokemon-calc-wrap .w-pokemon-section>._header>._secret{cursor:pointer;opacity:0;position:absolute;top:10px;left:0}.w-pokemon-calc-wrap .w-pokemon-section>._sub-header{color:gray;text-align:center;cursor:pointer;background-color:#f2f2f2;padding:7px 10px;font-size:12px;line-height:1;position:relative;box-shadow:0 0 2px 1px rgba(200,200,200,.5)}.w-pokemon-calc-wrap .w-pokemon-section>._body{background-color:#fff;border-radius:0 0 5px 5px;padding:10px;box-shadow:0 0 2px 1px rgba(200,200,200,.5)}.w-pokemon-calc-wrap .w-pokemon-section>._body>div{border-bottom:1px solid #f2f2f2;margin-bottom:12px;padding-bottom:12px}.w-pokemon-calc-wrap .w-pokemon-section>._body>div._slim-bottom{margin-bottom:6px;padding-bottom:6px}.w-pokemon-calc-wrap .w-pokemon-section>._body>div:last-child{border-bottom:0!important;margin-bottom:0!important;padding-bottom:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body>div._weather-column{margin-bottom:3px;border-bottom:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body>div._field-column{margin-bottom:0;border-bottom:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-header{white-space:nowrap;margin-bottom:5px;font-size:12px;font-weight:700;line-height:12px;position:relative;overflow:hidden}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-header>._dymax-label{color:#cf286b;margin-left:3px;font-weight:700}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column{table-layout:fixed;width:100%;display:table;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._main{width:auto;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._main>.w-common-form-vue-select .vs__selected{font-size:15px;font-weight:700!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._main ._spikes-column{width:28%}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._option{text-align:center;width:70px;padding-left:5px;display:none}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._z-move{width:42px;padding-top:1px;padding-left:8px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._z-move .w-pokemon-z-move>input{display:none}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._z-move .w-pokemon-z-move>input+label{cursor:pointer;background:linear-gradient(135deg,#c8c8c8 0%,#d5d5d5 25%,#ddd 50%,#d5d5d5 75%,#c8c8c8 100%);border-radius:3px;padding:8px;display:block}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._z-move .w-pokemon-z-move>input+label>img{width:100%;margin:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column>div._z-move .w-pokemon-z-move>input:checked+label{background:linear-gradient(135deg,#1565c0 0%,#1565c0 36%,#42a5f5 46%,#bbdefb 50%,#42a5f5 54%,#1565c0 64%,#1565c0 100%) 0 0/400% 400%;animation:4s linear infinite z-move-shine}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column ._inner-header{background-color:#fff;margin:0;padding-right:8px;font-size:11px;line-height:1;position:absolute;top:-18px;left:2px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column ._detail-tooltip{margin:0;padding:10px;font-size:10px;line-height:1;display:block;position:absolute;top:-28px;right:-5px;color:#a8a8a8!important;-webkit-text-decoration-color:#a8a8a8!important;text-decoration-color:#a8a8a8!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column ._detail-tooltip:active{color:#444!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-move-select2 .vs__dropdown-toggle{background-image:none!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column ._inner-header-left-float{color:#ea2a3d;background-color:#fff;margin:0;padding-left:8px;font-size:11px;font-weight:700;line-height:11px;position:absolute;top:-18px;right:2px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp{align-items:center;gap:10px;margin:-3px 0;display:flex;position:relative;top:-1px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-label{color:#d81b60;flex-shrink:0;padding-left:2px;font-size:14px;font-weight:700;line-height:1}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap{flex:1;min-width:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap ._hp-range{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:linear-gradient(to right, var(--hp-color,#34b792) 0%, var(--hp-color,#34b792) var(--hp-pct,100%), #e5e5e5 var(--hp-pct,100%), #e5e5e5 100%);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px;position:relative;top:-2px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap ._hp-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background:var(--hp-color,#34b792);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap ._hp-range::-moz-range-thumb{background:var(--hp-color,#34b792);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 3px rgba(0,0,0,.2)}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap ._hp-range::-moz-range-track{background:0 0;border-radius:3px;height:6px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-slider-wrap ._hp-range:focus-visible{outline:2px solid var(--hp-color,#34b792);outline-offset:2px;border-radius:3px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-pct-wrap{position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-pct-wrap>input[type=number]{-moz-appearance:textfield;text-indent:3px;width:58px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-pct-wrap>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-pct-wrap>input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-pct-wrap>._hp-pct-unit{opacity:.7;font-size:11px;font-weight:700;position:absolute;top:7px;right:6px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-real{text-align:center;background-color:#e0f2f1;border:1px solid #80cbc4;border-radius:2px;width:45px;padding:7px 0 5px;font-size:15px;line-height:1;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-real>label{text-align:center;color:#00897b;width:100%;font-size:8px;font-weight:700;display:block;position:absolute;top:-5px;left:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-real>b{color:#00897b}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap{flex-shrink:0;align-items:center;gap:3px;display:flex}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap ._hp-number{text-align:center;color:#444;-moz-appearance:textfield;border:1px solid #ddd;border-radius:2px;outline:none;width:65px;height:30px;padding:0 2px;font-size:16px;line-height:30px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap ._hp-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap ._hp-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap ._hp-number:focus{border-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column .w-pokemon-remain-hp ._hp-number-wrap ._hp-max{color:silver;white-space:nowrap;font-size:11px;font-weight:700;line-height:11px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column.show-option-column>._option{display:table-cell}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-header{margin:0 0 3px;font-size:11px;font-weight:700;line-height:1;position:relative;top:-1px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table{table-layout:fixed;width:100%;display:table}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._status-column{width:17%}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._status-hp-column{width:20%}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column{width:auto;padding-left:5px;padding-right:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._inner-header{padding-left:2px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column ._ev-table>._n.is-max input{color:#e91e63}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column{width:26%;padding-left:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column ._wall-switch-wrap input[type=checkbox]+label{text-align:center;border:1px solid #e5e5e5;padding:3px 5px;font-size:13px;line-height:18px;position:relative;top:5px;right:-6px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column ._wall-switch-wrap input[type=checkbox]:checked+label{border-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._inner-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._option-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._inner-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._option-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._inner-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._option-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._inner-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._option-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._inner-header,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._option-header{margin-bottom:7px;font-size:12px;position:relative;top:2px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._inner-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._inner-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._option-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._ev-column>._option-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._inner-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._inner-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._option-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._nature-column>._option-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._inner-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._inner-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._option-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column>._option-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._inner-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._inner-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._option-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._option-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._inner-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._inner-header.is-up,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._option-header.is-max,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element>._option-header.is-up{color:#e91e63;font-weight:700}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column{width:56px;padding-left:5px;display:none}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._iv-column>._inner-body select{height:30px!important;line-height:30px!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._option-ui-element{width:85px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column{width:54%;padding-right:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column select.is-zero{color:#a8a8a8}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._boost-column select.is-boosted{color:#ea2a3d}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._spikes-column{width:38%}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._spikes-column select{background-image:none;height:28px;font-size:13px;line-height:28px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._spikes-column select.is-zero{color:#a8a8a8}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._spikes-column select.is-boosted{color:#ea2a3d}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid{grid-template-rows:auto auto;grid-template-columns:57px 1fr;gap:7px;width:100%;display:grid}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid:has(>._forme-column){grid-template-columns:57px 1fr 60px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid:has(>._type-change-column){grid-template-columns:57px 1fr 65px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid:has(>._forme-column):has(>._type-change-column){grid-template-columns:57px 1fr 60px 65px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column{cursor:pointer;grid-area:1/1/3;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column ._pokemon-img{background-color:#fff;border:1px solid #e5e5e5;border-radius:2px;width:100%;padding:5px;box-shadow:0 0 2px 1px rgba(200,200,200,.2);margin:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column ._pokemon-img.is-mega{background-color:#f7ecf9;border-color:#ba9deb}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column ._pokemon-img.is-dymax{background-color:#fce4ec;border-color:#f8a0c3}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column>._rv-s{color:#fbc02d;background-color:rgba(50,50,50,.8);border:none;border-radius:2px;padding:2px;font-size:12px;font-weight:700;line-height:1;display:inline-block;position:absolute;bottom:1px;right:-1px;transform:scale(.8)}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column>._rv-s>span{color:#fff}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column>._rv-forme-icon{position:absolute;top:-2px;left:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column>._rv-forme-icon>.w-icon-dymax,.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._thumn-column>._rv-forme-icon>.w-icon-mega{opacity:.8;border-radius:2px 0;width:14px;height:14px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column{letter-spacing:-.4em;grid-area:1/2;height:14px;line-height:0;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column ._type-img{vertical-align:top;width:60px;margin:0 5px 0 0!important;display:inline-block!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column ._type-img:last-child{margin-right:0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column ._no-pokemon-selected{letter-spacing:normal;color:#e53935;font-size:12px;font-weight:700;line-height:12px;animation:1s ease-in-out infinite pokemon-alert;position:relative;top:1px}@keyframes pokemon-alert{0%,to{opacity:1}50%{opacity:.7}}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column>._float-right{position:absolute;top:-1px;right:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-column.is-teraTyped{opacity:.3}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._name-column{grid-area:2/2;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._name-column>._inner-plate{cursor:pointer;background-color:transparent;width:100%;height:35px;position:absolute;top:0;left:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._name-column>select{color:#000!important;-webkit-appearance:noen!important;-moz-appearance:noen!important;-ms-appearance:noen!important;appearance:noen!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._forme-column{grid-area:2/3;width:60px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid>._type-change-column{grid-area:1/-2/3/-1}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid:has(>._forme-column)>._type-column{grid-column:2/4}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-grid:has(>._type-change-column):not(:has(>._forme-column))>._type-column{grid-column:2}.w-pokemon-calc-wrap .w-pokemon-section>._body ._stellar-switch{margin-bottom:0;padding-bottom:0;position:relative;border:none!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._stellar-switch>._option-ui-element{z-index:1;width:75px;position:absolute;top:-23px;right:-10px;transform:scale(.7)}.w-pokemon-calc-wrap .w-pokemon-section>._body ._stellar-switch>._option-ui-element>.w-pokemon-radio-toggle-ui>div>input[type=radio]+label{padding:3px 0!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._stellar-switch.is-2column{justify-content:flex-end;display:flex;margin-bottom:-17px!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._stellar-switch.is-2column>._option-ui-element{right:-5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-ui-element{cursor:pointer;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-ui-element ._option-header.is-gigx{color:#cf286b}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-ui-element>._option-ui-element-label{background-color:#fff;margin:0;padding:0 5px;font-size:10px;font-weight:700;line-height:1;position:absolute;top:-18px;left:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-ui-element>._option-ui-element-label.is-enegry-boost{text-align:right;white-space:nowrap;color:gray;padding-right:0;left:auto;right:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._option-ui-element>._option-ui-element-tooltip{background-color:#fff;padding-left:5px;font-size:10px;line-height:1;display:inline-block;position:absolute;top:-18px;right:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column{background-color:#f1f8e9;border:1px solid #dcedc8;border-radius:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column>._inner-header{text-align:center;margin-bottom:3px;padding-top:4px;font-size:12px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column>._status-value{text-align:center;width:100%;height:28px;font-size:15px;font-weight:700;line-height:28px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column>._status-value.is-dymax{color:#cf286b}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column.is-bold{color:#ea2a3d;border-color:#ea2a3d!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column.is-bold>._inner-header{color:#ea2a3d!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._status-column input[type=number]{opacity:.9;width:92%;margin:0 auto;padding:0 3px;display:block}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table{table-layout:fixed;width:100%;display:table}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div._n{width:auto;padding-right:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div._n input[type=number]::-webkit-outer-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div._n input[type=number]::-webkit-inner-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div._b{letter-spacing:-.4em;width:132px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._ev-table>div._b>._btn-mini:last-child{margin-right:0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table{table-layout:fixed;width:100%;display:table}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table>div{vertical-align:middle;width:auto;display:table-cell}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table>div._n{padding-right:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table>div._n select{background-image:none;height:30px;line-height:30px;font-size:14px!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table>div._b{letter-spacing:-.4em;width:65px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._boost-table>div._b>._btn-mini:last-child{margin-right:0}.w-pokemon-calc-wrap .w-pokemon-section.is-attacker>._header{background-color:#1e88e5}.w-pokemon-calc-wrap .w-pokemon-section.is-attacker>._body ._status-column{background-color:#e3f2fd;border:1px solid #bbdefb}.w-pokemon-calc-wrap .w-pokemon-section.is-attacker>._body ._status-column>._inner-header{color:#1e88e5}.w-pokemon-calc-wrap .w-pokemon-section.is-attacker>._body ._name-column>select{border:1px solid #64b5f6}.w-pokemon-calc-wrap .w-pokemon-section.is-defender>._header{background-color:#de3c37}.w-pokemon-calc-wrap .w-pokemon-section.is-defender>._body ._status-column{background-color:#ffebee;border:1px solid #ffcdd2}.w-pokemon-calc-wrap .w-pokemon-section.is-defender>._body ._status-column>._inner-header{color:#de3c37}.w-pokemon-calc-wrap .w-pokemon-section.is-defender>._body ._name-column>select{border:1px solid #f48fb1}.w-pokemon-calc-wrap .w-pokemon-section.is-other{width:100%}.w-pokemon-calc-wrap .w-pokemon-section.is-other>._header{background-color:#009688}.w-pokemon-calc-wrap .w-pokemon-section.is-result{background-color:#444}.w-pokemon-calc-wrap.is-pc .w-pokemon-section>._body>div{border-bottom:1px solid #f2f2f2}.w-pokemon-calc-wrap.is-2column{border-top:10px solid #dadada;border-bottom:10px solid #dadada;flex-wrap:wrap;margin:0 -24px 15px;padding:13px 12px 12px;display:flex}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section{order:1;margin-bottom:12px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section.is-pokemon{width:calc(50% - 6px)}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section.is-pokemon.is-attacker{margin-right:6px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section.is-pokemon.is-defender{margin-left:6px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section.other{width:100%}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body>._inner-grid>._type-column>._float-right>.w-pokemon-type-change-btn>._t{display:none}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body>._inner-grid>._type-column ._no-pokemon-selected{font-size:11px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-column{width:60px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-column>._inner-header{font-size:13px;position:relative;top:2px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-column input[type=number]::-webkit-outer-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-column input[type=number]::-webkit-inner-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-hp-column{width:53px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._status-hp-column>._inner-header{font-size:11px;position:relative;top:1px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._nature-column>._inner-header,.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column>._inner-header{font-size:11px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._ev-column{padding-right:0!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._ev-column ._ev-table>._b{width:140px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._ev-column ._ev-table>._b ._btn-mini{white-space:nowrap;overflow:hidden;width:32px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._ev-column ._ev-table>._b ._btn-mini._arrow{font-size:17px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._ev-column ._ev-table>._b ._btn-mini._num{font-size:13px!important;line-height:30px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column{padding-left:15px;padding-right:0!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column ._boost-table>._n select{text-indent:8px;padding:0!important;font-size:12px!important;line-height:12px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column ._boost-table>._b{width:69px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column ._boost-table>._b ._btn-mini{width:32px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._boost-column ._boost-table>._b ._btn-mini._arrow{font-size:17px!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._nature-column{width:33%!important;padding-left:0!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body .w-pokemon-radio-toggle-ui>div>label{padding:7px 0!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._option-ui-element{position:relative}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._option-ui-element>._option-header{font-size:9px}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other{order:2}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:nth-child(-n+5){width:10%}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:nth-child(n+6):nth-child(-n+8){width:16.6667%}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:first-child>label{border-radius:3px 0 0 3px}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:nth-child(5)>label,.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:nth-child(6)>label{border-radius:0}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector.weather-column>li:last-child>label{border-radius:0 3px 3px 0}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other>._body .w-pokemon-field-radio-selector>li>input+label{font-size:14px!important}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-result{background-color:transparent;order:3;width:100%}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs{order:5}.w-vue-root>._loading{width:60px!important;margin:120px auto!important}.vs__dropdown-menu>.vs__dropdown-option{color:#555;font-weight:700}.w-update-log>._header{color:#fff;background:linear-gradient(90deg,#1ea5a0 0%,#1b8abe 100%);border-radius:2px 2px 0 0;padding:6px 10px;font-size:13px;font-weight:700;line-height:14px}.w-update-log>._body{border:1px solid #e5e5e5;border-radius:0 0 3px 3px;width:100%;height:50px;margin-bottom:15px;padding:6px 8px;font-size:11px;line-height:18px;overflow-y:auto;box-shadow:inset 0 0 2px rgba(150,150,150,.2)}.w-pokemon-item-wrapper{position:relative}.w-pokemon-item-wrapper.is-z-locked>._inner-single-column{opacity:1;pointer-events:none}.w-pokemon-item-wrapper.is-z-locked>._inner-single-column>._main>select,.w-pokemon-item-wrapper.is-z-locked>._inner-single-column>._option{opacity:.1}.w-pokemon-item-wrapper>._z-locked-overlay{color:#a8a8a8;z-index:1;background-color:rgba(100,200,200,.3);border-radius:3px;justify-content:center;align-items:center;margin-bottom:11px;font-size:13px;font-weight:700;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.w-pokemon-ability-wrapper{position:relative}.w-pokemon-ability-wrapper .w-ability-select .is-placeholder{color:#a8a8a8;font-weight:400}.w-pokemon-ability-wrapper .w-ability-select .is-skip{color:#444;-webkit-text-decoration:line-through rgba(100,100,100,.4);text-decoration:line-through rgba(100,100,100,.4)}.w-pokemon-ability-wrapper .w-ability-select ._rate{color:#a8a8a8;margin-left:auto;margin-right:5px;padding-left:8px;font-size:11px}.w-pokemon-ability-wrapper.is-neutralized>._inner-single-column{border-radius:3px;background-color:#e4d9f7!important}.w-pokemon-ability-wrapper.is-neutralized>._inner-single-column>._main{opacity:.2}.w-pokemon-ability-wrapper.is-neutralized>._inner-single-column>._main select{background-image:none}.w-pokemon-ability-wrapper.is-neutralized>._inner-single-column>._option{opacity:.2}.w-pokemon-ability-wrapper>._neutralized-label{color:#cb7bd9;pointer-events:none;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;top:8px;left:0;right:0}.w-ability-select-option{align-items:center;display:flex}.w-ability-select-option>._name{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:15px;font-weight:700;overflow:hidden}.w-ability-select-option>._name.is-skip{color:#444;-webkit-text-decoration:line-through rgba(100,100,100,.4);text-decoration:line-through rgba(100,100,100,.4)}.w-ability-select-option>._rate{color:#a8a8a8;flex:none;padding-left:8px;font-size:11px}.w-pokemon-article-link{text-align:center;white-space:nowrap;background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(131deg,#1ea5a0 0%,#1b92b8 100%) border-box;border:1px solid transparent;border-radius:999px;outline:0;margin-top:10px;padding:10px 0;font-weight:700;line-height:100%;text-decoration:none;display:block;position:relative}.w-pokemon-article-link>span{background:linear-gradient(131deg,#1ea5a0 0%,#1b92b8 100%);color:transparent;-webkit-text-fill-color:transparent;-webkit-background-clip:text;-ms-background-clip:text;background-clip:text;padding:0;font-size:13px;line-height:1}.w-pokemon-article-link:not(.is-disabled):active{background:linear-gradient(90deg,#1ea5a0 0%,#1b92b8 100%)}.w-pokemon-article-link:not(.is-disabled):active>span{background:0 0;-webkit-background-clip:initial;background-clip:initial;color:#fff;-webkit-text-fill-color:#fff}.w-pokemon-article-link.is-disabled{cursor:default;opacity:.3;text-decoration:line-through}.w-pokemon-article-link:after{content:"";background:url(https://img.gamewith.jp/img/d25dec0389d32c9dd5835e18ce00dc5c.png) 0 0/20px 16px no-repeat;width:20px;height:16px;font-size:14px;font-weight:700;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)scaleX(.7)}.w-common-form-vue-select.has-clear-btn{position:relative}.w-common-form-vue-select.has-clear-btn>.v-select .vs__dropdown-toggle{background-image:none;padding-right:30px}.w-common-form-vue-select.has-clear-btn>.v-select.vs--multiple>.vs__dropdown-toggle{padding-right:33px!important}.w-common-form-vue-select>._clear-btn{z-index:1;opacity:1;cursor:pointer;background-color:#fff;border-left:1px solid #ddd;border-radius:0 3px 3px 0;justify-content:center;align-items:center;width:36px;height:calc(100% - 2px);display:flex;position:absolute;top:1px;right:1px}.w-common-form-vue-select>._clear-btn>img{opacity:.6;width:100%;height:14px;margin:0!important}.w-common-form-vue-select>._clear-btn:active>img{opacity:1;-webkit-filter:invert(60%)sepia()saturate(7468%)hue-rotate(358deg)brightness()contrast(80%);filter:invert(60%)sepia()saturate(7468%)hue-rotate(358deg)brightness()contrast(80%)}.w-common-form-vue-select>.v-select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;text-indent:0;background:0 0;border:none;outline:none;height:auto;line-height:normal}.w-common-form-vue-select>.v-select .vs__dropdown-toggle{box-sizing:border-box;white-space:normal;background-image:url(https://assets.gamewith.jp/img/chevron-down@2x.png);background-position:right 12px;background-repeat:no-repeat;background-size:22px 11px;outline:none;width:100%;display:flex;cursor:pointer!important;background-color:#f2f2f2!important;border-color:#ddd!important;border-radius:2px!important;padding:5px 0 5px 5px!important}.w-common-form-vue-select>.v-select .vs__selected-options{flex-wrap:nowrap;flex-grow:1;flex-basis:100%;display:flex;position:relative;overflow:hidden;padding:0!important}.w-common-form-vue-select>.v-select .vs__selected{width:100%;color:inherit;white-space:nowrap;text-overflow:ellipsis;z-index:0;border-radius:0;align-items:center;font-size:16px;display:flex;overflow:hidden;background-color:transparent!important;border:none!important;margin:0!important;line-height:24px!important}.w-common-form-vue-select>.v-select.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.w-common-form-vue-select>.v-select.vs--single.vs--searching .vs__selected{display:none}.w-common-form-vue-select>.v-select .vs__search,.w-common-form-vue-select>.v-select .vs__search:focus{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;z-index:1;text-indent:3px;outline:none;flex-grow:1;width:0;max-width:100%;font-size:16px;box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important;line-height:24px!important}.w-common-form-vue-select>.v-select .vs__search::-webkit-input-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search::-moz-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search::-ms-input-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search::placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search:focus::-webkit-input-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search:focus::-moz-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search:focus::-ms-input-placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search:focus::placeholder{color:#a8a8a8;font-size:16px}.w-common-form-vue-select>.v-select .vs__search::-webkit-search-decoration{display:none}.w-common-form-vue-select>.v-select .vs__search::-webkit-search-cancel-button{display:none}.w-common-form-vue-select>.v-select .vs__search:focus::-webkit-search-decoration{display:none}.w-common-form-vue-select>.v-select .vs__search:focus::-webkit-search-cancel-button{display:none}.w-common-form-vue-select>.v-select .vs__actions{padding:0!important;display:none!important}.w-common-form-vue-select>.v-select.vs--multiple .vs__dropdown-toggle{padding:4px 0 4px 5px!important}.w-common-form-vue-select>.v-select.vs--multiple .vs__selected-options{flex-wrap:wrap;gap:4px}.w-common-form-vue-select>.v-select.vs--multiple .vs__selected{white-space:nowrap;text-overflow:clip;z-index:auto;align-items:center;font-size:12px;font-weight:700;display:inline-flex;overflow:visible;cursor:pointer!important;background-color:#fff!important;border:1px solid #e5e5e5!important;border-radius:3px!important;margin:0!important;padding:4px 5px!important;line-height:16px!important}.w-common-form-vue-select>.v-select.vs--multiple .vs__deselect{color:gray;cursor:pointer;background:0 0;border:none;align-items:center;margin-left:4px;padding:0;font-size:16px;line-height:14px;display:inline-flex}.w-common-form-vue-select>.v-select.vs--multiple .vs__deselect svg{fill:currentColor}.w-common-form-vue-select>.v-select.vs--multiple .vs__deselect:active{color:#ea2a3d}.w-common-form-vue-select>.v-select.vs--multiple .vs__search,.w-common-form-vue-select>.v-select.vs--multiple .vs__search:focus{flex-grow:1;min-width:60px;padding:0!important;line-height:26px!important}.vs__dropdown-menu{box-shadow:none;border:1px solid #ddd;border-radius:0 0 5px 5px;margin-top:-1px;list-style:none;margin-bottom:0!important;padding:0!important}.vs__dropdown-menu .vs__dropdown-option,.vs__dropdown-menu .vs__no-options{white-space:nowrap;text-overflow:ellipsis;font-size:14px;line-height:20px;overflow:hidden;background-image:none!important;margin-bottom:0!important;padding:8px!important}.vs__dropdown-menu .vs__dropdown-option--highlight{color:#444;background-color:transparent}.vs__dropdown-menu .vs__dropdown-option:active{color:#fff;background-color:#5897fb}.vs__dropdown-menu .vs__dropdown-option--selected{color:inherit;background-color:#dde4e7}.vs__dropdown-menu .vs__no-options{color:#a8a8a8;padding:8px 10px;font-size:14px}@media (hover:hover){.vs__dropdown-menu .vs__dropdown-option--highlight{color:#fff;background-color:#5897fb}}.vue-pokemon-modal-container{z-index:9999;background:rgba(0,0,0,.8);outline:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.vue-pokemon-modal-container>.vfm__container{justify-content:center;align-items:center;display:flex}.vue-pokemon-modal-container .vue-pokemon-modal-content{background:#f2f2f2;border:1px solid #e2e8f0;border-radius:5px;outline:none;flex-direction:column;margin:0 1rem;padding:9px;display:flex;position:relative;left:0!important}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-pokemon-modal{width:350px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-type-modal{width:220px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-forme-modal{width:280px;position:relative;top:-40px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal{width:350px}.vue-pokemon-modal-container .vue-pokemon-modal-content>._modal-close-btn{vertical-align:top;text-align:center;cursor:pointer;background-color:rgba(50,50,50,.7);border-radius:30px;width:28px;padding:0;display:block;position:absolute;top:-13px;right:-13px}.vue-pokemon-modal-container .vue-pokemon-modal-content>._modal-close-btn>span{color:#fff;font-size:25px;font-weight:700;line-height:25px;position:relative;top:-1px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._model-inner-content-scroll{flex-grow:1;height:440px;overflow-y:auto}.vue-pokemon-modal-container .vue-pokemon-modal-content ._model-inner-content-scroll.search-off{height:492px}@media screen and (min-width:600px){.vue-pokemon-modal-container .vue-pokemon-modal-content ._model-inner-content-scroll{height:600px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._model-inner-content-scroll.search-off{height:652px}}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap{width:100%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode{overflow-x:hidden;transform:translate(0,0)}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:1320px;transition:all .2s ease-out;display:flex;position:relative;left:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner>._modal-inner-page{visibility:hidden;width:330px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-1{left:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-1>._modal-inner-page{visibility:visible!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-2{left:-100%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-2>._modal-inner-page{visibility:visible!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-3{left:-200%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-3>._modal-inner-page{visibility:visible!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-4{left:-300%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.slider-mode>._modal-inner-page-wrap-inner.is-page-4>._modal-inner-page{visibility:visible!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.standard-mode>._modal-inner-page-wrap-inner>._modal-inner-page{opacity:0;display:none}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.standard-mode>._modal-inner-page-wrap-inner.is-page-1>._modal-inner-page:first-child,.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.standard-mode>._modal-inner-page-wrap-inner.is-page-2>._modal-inner-page:nth-child(2),.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.standard-mode>._modal-inner-page-wrap-inner.is-page-3>._modal-inner-page:nth-child(3),.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-page-wrap.standard-mode>._modal-inner-page-wrap-inner.is-page-4>._modal-inner-page:nth-child(4){animation:.3s linear forwards fadein;display:block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-keyword-search{margin-bottom:10px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-rate-note{color:#a8a8a8;text-align:right;padding:5px 3px 0;font-size:10px;line-height:1}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header{text-align:center;margin-bottom:5px;padding:3px 0 6px;font-size:15px;font-weight:700;line-height:1;position:relative}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-left{display:flex;position:absolute;top:0;left:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-left ._switch-label{vertical-align:middle;color:gray;margin-left:5px;font-size:12px;line-height:21px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-left ._switch-label>._clear-history{cursor:pointer;color:#34b792}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right-top{cursor:pointer;align-items:center;display:flex;position:absolute;top:0;right:3px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right-top ._switch-label{vertical-align:middle;color:gray;margin-right:5px;font-size:12px;line-height:21px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right{align-items:center;display:flex;position:absolute;top:29px;right:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right ._label{color:#cf286b;cursor:pointer;margin-left:0;padding:10px 12px 10px 5px;font-size:13px;line-height:20px;display:flex;position:relative;top:1px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right .w-pokemon-toggle-switch{vertical-align:top;display:block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right .w-pokemon-toggle-switch>label{margin-left:7px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right ._switch-icon{vertical-align:top;margin-left:7px;display:block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list-header>._float-right ._switch-icon .w-icon-dymax{border-radius:2px;width:20px;height:20px;display:block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list{border-top:1px solid #e5e5e5;width:100%;height:100%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li{background-color:#fff;border:1px solid #e5e5e5;border-top:none}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li:nth-child(odd){background-color:#fff9ec}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table{table-layout:fixed;width:100%;height:40px;display:table}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div{vertical-align:middle;width:auto;display:table-cell}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._thumb{cursor:pointer;border-right:1px solid #f2f2f2;width:40px;padding:3px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._thumb>img{width:100%;margin:0!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._name{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;width:auto;padding-left:8px;font-size:14px;font-weight:700;line-height:14px;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._name>span{margin-left:3px;font-size:10px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._name:first-child{padding-left:12px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._dymax-mark{text-align:left;width:25px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._dymax-mark .w-icon-dymax-mark{opacity:.8;width:18px;height:18px;display:block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._right{letter-spacing:-.4em;vertical-align:middle;width:125px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._right ._btn{letter-spacing:normal;text-align:center;color:#444;white-space:nowrap;cursor:pointer;vertical-align:middle;background-image:linear-gradient(#ffeb3b 0%,#ffeb3b 50%,#fdd835 51%,#ffeb3b 100%);border:1px solid #fdd835;border-radius:2px;width:36px;margin-right:5px;padding:7px 0;font-size:12px;font-weight:700;line-height:12px;display:none;position:relative;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._right ._btn.is-red{color:#ea2a3d}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li>._inner-table>div._right ._btn:active{background-image:linear-gradient(#fdd835 0%,#fdd835 50%,#fbc02d 51%,#fdd835 100%);transform:scale(1.2)}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li.is-attack>._inner-table>._right ._btn._atk,.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li.is-defence>._inner-table>._right ._btn._def{display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list{border-top:1px solid #e5e5e5;width:100%;max-height:100%}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li{background-color:#fff;border:1px solid #e5e5e5;border-top:none}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li:nth-child(odd){background-color:#fff9ec}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table{table-layout:fixed;width:100%;height:40px;display:table}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div{vertical-align:middle;width:auto;display:table-cell}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._name{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;width:auto;padding-left:10px;font-size:14px;font-weight:700;line-height:14px;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._name.is-zmove{color:#1976d2}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._name.is-skip{color:#444;-webkit-text-decoration:line-through rgba(100,100,100,.4);text-decoration:line-through rgba(100,100,100,.4)}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._name>span{margin-left:3px;font-size:10px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._name .w-not-implemented{color:#a0a0a0;margin-right:5px;font-size:11px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._rate{color:gray;text-align:right;vertical-align:middle;cursor:pointer;width:48px;font-size:10px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._rate:last-child{padding-right:15px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info{text-align:right;vertical-align:middle;cursor:pointer;width:150px;padding-top:3px;padding-right:10px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type{color:#fff;text-align:center;opacity:.6;white-space:nowrap;vertical-align:top;background-color:silver;border-radius:2px;width:60px;margin:0 0 0 auto;padding:3px 0 4px;font-size:11px;font-weight:700;line-height:1;display:inline-block;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Normal{background-color:#a1abb3}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Fighting{background-color:#de7400}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Rock{background-color:#a8a37b}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Ground{background-color:#804a1f}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Bug{background-color:#8a9918}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Ghost{background-color:#6e346e}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Steel{background-color:#62a2b9}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Fire{background-color:#c73637}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Water{background-color:#2975d6}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Grass{background-color:#37a320}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Poison{background-color:#8f4ac4}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Electric{background-color:#edbd05}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Flying{background-color:#78a9db}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Psychic{background-color:#d64777}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Ice{background-color:#33bfcf}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Dragon{background-color:#4959d1}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Dark{background-color:#4a3733}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Fairy{background-color:#e667e6}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._type.is-Stellar{background-color:#202020}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._cat{color:#a8a8a8;text-align:center;vertical-align:top;width:28px;margin-left:0;font-size:12px;font-weight:700;line-height:18px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._bp{color:gray;text-align:center;vertical-align:top;width:28px;margin-left:5px;font-size:12px;font-weight:700;line-height:18px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._bp.is-dymax{color:#e91e90}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._bp.is-zmove{color:#1976d2}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._item-img{width:30px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li>._inner-table>div._info>._item-img>img{width:100%;margin:0!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select{flex-grow:1;width:100%;overflow-y:auto}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li{cursor:pointer;background-color:#fff;border-radius:3px;margin-bottom:3px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li:last-child{margin-bottom:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element{table-layout:fixed;opacity:1;background-color:#fff;border-radius:3px;width:100%;height:26px;display:table;position:relative}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div{box-sizing:border-box;width:auto;display:table-cell}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type{vertical-align:top;cursor:pointer;background-color:#f2f2f2;border-radius:3px 0 0 3px;width:36px;height:26px;padding:2px 7px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type>img{width:100%;vertical-align:top!important;margin:0!important;display:block!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Normal{background-color:#a1abb3}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Fighting{background-color:#de7400}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Rock{background-color:#a8a37b}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Ground{background-color:#804a1f}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Bug{background-color:#8a9918}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Ghost{background-color:#6e346e}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Steel{background-color:#62a2b9}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Fire{background-color:#c73637}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Water{background-color:#2975d6}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Grass{background-color:#37a320}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Poison{background-color:#8f4ac4}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Electric{background-color:#edbd05}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Flying{background-color:#78a9db}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Psychic{background-color:#d64777}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Ice{background-color:#33bfcf}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Dragon{background-color:#4959d1}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Dark{background-color:#4a3733}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Fairy{background-color:#e667e6}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Stellar{background-color:#202020}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._type.is-Blank{background-color:#e5e5e5}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li ._type-element>div._body{text-align:center;vertical-align:middle;border-radius:0 3px 3px 0;font-size:13px;font-weight:700;line-height:13px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li.is-choiced{background-color:#444;position:relative}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li.is-choiced>._type-element{opacity:.5}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select.contain-blank>li ._type-element{height:24.2px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select.contain-blank>li ._type-element>div._type{width:34.2px;height:24.2px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-header{color:#fff;text-align:center;background-color:#222;border-radius:5px 5px 0 0;margin:-10px -10px 10px;padding:10px 0;font-size:13px;font-weight:700;line-height:1}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select{flex-grow:1;width:100%;overflow-y:auto}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li{cursor:pointer;background-color:#fff;border-radius:3px;margin-bottom:3px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li:last-child{margin-bottom:0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element{table-layout:fixed;opacity:1;background-color:#fff;border-radius:5px;width:100%;height:30px;display:table;position:relative}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div{box-sizing:border-box;width:auto;display:table-cell}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._icon{vertical-align:middle;width:40px;height:30px;padding:2px}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._icon>img{width:100%;vertical-align:top!important;margin:0!important;display:block!important}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._body{text-align:center;vertical-align:middle;border-radius:0 5px 5px 0;font-size:15px;font-weight:700;line-height:1}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._body>span{margin-left:3px;font-size:11px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._body.is-mega{color:#4527a0}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li ._forme-element>div._body.is-dymax{color:#cf286b;font-weight:700}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li.is-choiced{background-color:#444;position:relative}.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li.is-choiced>._forme-element{opacity:.5}.vue-pokemon-modal-container.is-pc{justify-content:left}.vue-pokemon-modal-container.is-pc ._modal-inner-type-select>li{margin-bottom:4px}.vue-pokemon-modal-container.is-pc ._modal-inner-type-select>li:last-child{margin-bottom:0}.vue-pokemon-modal-container.is-pc ._modal-inner-type-select>li ._type-element{height:28px}.vue-pokemon-modal-container.is-pc ._modal-inner-type-select>li ._type-element>div._type{width:38px;height:28px}.vue-pokemon-modal-container.is-pc ._modal-inner-forme-select>li{margin-bottom:4px}.vue-pokemon-modal-container.is-pc ._modal-inner-forme-select>li:last-child{margin-bottom:0}.vue-pokemon-modal-container.is-pc ._modal-inner-forme-select>li ._forme-element{height:28px}@media screen and (min-width:500px){.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-pokemon-list>li:active,.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-standard-list>li:active,.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-type-select>li:active>._type-element,.vue-pokemon-modal-container .vue-pokemon-modal-content ._modal-inner-forme-select>li:active>._forme-element{background-color:#ffeb3b!important}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.w-pokemon-calc-wrap .w-pokemon-header-btn{color:#fff;letter-spacing:normal;cursor:pointer;background-color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.6);border-radius:2px;margin-left:7px;padding:4px 6px;font-size:13px;font-weight:700;line-height:13px;display:inline-block}.w-pokemon-calc-wrap .w-pokemon-header-btn:active{color:#444;background-color:#fff;border:1px solid #fff}.w-pokemon-calc-wrap .w-pokemon-header-btn._preset-btn{background-color:rgba(50,50,50,.7);border:1px solid rgba(50,50,50,.9)}.w-pokemon-calc-wrap .w-pokemon-header-btn._preset-btn:active{color:#fff;background-color:#444;border:1px solid #444}.w-pokemon-calc-wrap .w-pokemon-header-toggle>input[type=radio]{display:none}.w-pokemon-calc-wrap .w-pokemon-header-toggle>input[type=radio]+label{color:#fff;letter-spacing:normal;cursor:pointer;background-color:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.6);border-radius:2px;margin-left:5px;padding:3px 5px;font-size:13px;font-weight:700;line-height:13px;display:inline-block}.w-pokemon-calc-wrap .w-pokemon-header-toggle>input[type=radio]:checked+label{color:#009688;background-color:#fff}.w-pokemon-calc-wrap .w-pokemon-teratype-btn{cursor:pointer;background-color:#fff;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/teratype_vector_green.png);background-position:50% 1px;background-repeat:no-repeat;background-size:auto 38px;border:1px double #34b792;border-radius:5px;width:100%;height:57px;padding:0;display:block;position:relative}.w-pokemon-calc-wrap .w-pokemon-teratype-btn>._text{color:#34b792;text-align:center;white-space:nowrap;width:100%;font-size:10px;font-weight:700;line-height:10px;display:block;position:absolute;bottom:3px;left:0;overflow:hidden}.w-pokemon-calc-wrap .w-pokemon-teratype-btn>._text>span{white-space:nowrap;width:100%;font-weight:700;display:block;overflow:hidden;transform:scale(.8)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-teraTyped,.w-pokemon-calc-wrap .w-pokemon-teratype-btn:active{background-color:#34b792;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/teratype_vector_white.png);border:1px solid #fff}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-teraTyped>._text,.w-pokemon-calc-wrap .w-pokemon-teratype-btn:active>._text{color:#fff}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-normal{background-color:#a1abb3;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_normal_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-fighting{background-color:#de7400;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_fighting_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-rock{background-color:#a8a37b;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_rock_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-ground{background-color:#804a1f;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_ground_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-bug{background-color:#8a9918;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_bug_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-ghost{background-color:#6e346e;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_ghost_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-steel{background-color:#62a2b9;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_steel_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-fire{background-color:#c73637;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_fire_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-water{background-color:#2975d6;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_water_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-grass{background-color:#37a320;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_grass_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-poison{background-color:#8f4ac4;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_poison_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-electric{background-color:#edbd05;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_electric_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-flying{background-color:#78a9db;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_flying_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-psychic{background-color:#d64777;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_psychic_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-ice{background-color:#33bfcf;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_ice_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-dragon{background-color:#4959d1;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_dragon_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-dark{background-color:#4a3733;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_dark_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-fairy{background-color:#e667e6;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_fairy_white.png)}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-stellar{background-color:transparent;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_stellar_white.png),conic-gradient(#ff80ab,#ffff8d,#ccff90,#84ffff,#8c9eff,#ea80fc,#ff8a80);background-position:50% 1px,50% 0;background-repeat:no-repeat,no-repeat,no-repeat;background-size:auto 38px,auto 57px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.w-pokemon-calc-wrap .w-pokemon-teratype-btn.is-stellar-used{background-color:#a0a0a0;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/vector_stellar_white.png)}.w-pokemon-calc-wrap .w-pokemon-type-change-btn{color:#34b792;letter-spacing:normal;cursor:pointer;background-color:#fff;border:1px solid #34b792;border-radius:3px;padding:2px 4px;font-size:10px;font-weight:700;line-height:10px;display:inline-block}.w-pokemon-calc-wrap .w-pokemon-type-change-btn:active,.w-pokemon-calc-wrap .w-pokemon-type-change-btn.is-override-typed{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-forme-change-btn{color:#34b792;letter-spacing:normal;cursor:pointer;text-align:center;background-color:#fff;border:1px solid #34b792;border-radius:3px;justify-content:center;align-items:center;width:100%;height:35px;padding:0;font-size:9px;font-weight:700;line-height:1.1;display:flex;position:relative}.w-pokemon-calc-wrap .w-pokemon-forme-change-btn:active{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-forme-change-btn.is-2Column{height:auto;margin-top:-12px;padding:9px 0;font-size:13px;line-height:1;top:-3px}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector{border:1px solid #fff;border-radius:3px;flex-wrap:wrap;width:100%;display:flex;position:relative;top:1px;box-shadow:0 0 0 1px #dedede}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector>li>input[type=radio]{display:none}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector>li>input[type=radio]+label{cursor:pointer;color:#a8a8a8;text-align:center;background-color:#f2f2f2;padding:7px 0;font-size:13px;font-weight:700;line-height:1;transition:all .2s ease-out;display:block}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector>li>input[type=radio]:checked+label{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.field-column>li{width:20%}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.field-column>li:first-child>input[type=radio]+label{border-radius:3px 0 0 3px}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.field-column>li:last-child>input[type=radio]+label{border-radius:0 3px 3px 0}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:nth-child(-n+5){width:20%}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:nth-child(n+6):nth-child(-n+8){width:33.3%}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:first-child>label{border-radius:3px 0 0}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:nth-child(5)>label{border-radius:0 3px 0 0}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:nth-child(6)>label{border-radius:0 0 0 3px}.w-pokemon-calc-wrap .w-pokemon-field-radio-selector.weather-column>li:last-child>label{border-radius:0 0 3px}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui{table-layout:fixed;border:1px solid #fff;border-radius:3px;width:100%;display:table;position:relative;top:1px;box-shadow:0 0 0 1px #dedede}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div>input[type=radio]{display:none}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div>input[type=radio]+label{cursor:pointer;color:#a8a8a8;text-align:center;background-color:#f2f2f2;padding:8px 0;font-size:12px;font-weight:700;line-height:12px;transition:all .2s ease-out;display:block}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div>input[type=radio]:checked+label{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div>input[type=radio]:disabled+label{opacity:.3;cursor:default;color:#a8a8a8;background-color:#f2f2f2}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div:first-child>input[type=radio]+label{border-radius:3px 0 0 3px}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui>div:last-child>input[type=radio]+label{border-radius:0 3px 3px 0}.w-pokemon-calc-wrap .w-pokemon-radio-toggle-ui.is-option>div>input[type=radio]+label{padding:10px 0;font-size:12px;line-height:12px}.w-pokemon-calc-wrap ._btn-mini{color:#34b792;text-align:center;cursor:pointer;letter-spacing:normal;vertical-align:top;background-color:#fff;border:1px solid #34b792;border-radius:3px;width:30px;height:30px;margin-right:4px;padding:0;font-size:15px;font-weight:700;line-height:30px;display:inline-block}.w-pokemon-calc-wrap ._btn-mini._num{white-space:nowrap;width:30px;font-size:12px;line-height:28px;overflow:hidden}.w-pokemon-calc-wrap ._btn-mini:active{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-option-button{width:auto;height:36px;font-size:14px;line-height:36px;display:block}.w-pokemon-calc-wrap .w-type-label{color:#fff;text-align:center;letter-spacing:normal;vertical-align:top;white-space:nowrap;width:44px;height:14px;text-overflow:"";background-color:#e5e5e5;border-radius:2px;margin-right:4px;font-size:10px;font-weight:700;line-height:14px;display:inline-block;overflow:hidden}.w-pokemon-calc-wrap .w-type-label.is-Normal{background-color:#a1abb3}.w-pokemon-calc-wrap .w-type-label.is-Fighting{background-color:#de7400}.w-pokemon-calc-wrap .w-type-label.is-Rock{background-color:#a8a37b}.w-pokemon-calc-wrap .w-type-label.is-Ground{background-color:#804a1f}.w-pokemon-calc-wrap .w-type-label.is-Bug{background-color:#8a9918}.w-pokemon-calc-wrap .w-type-label.is-Ghost{background-color:#6e346e}.w-pokemon-calc-wrap .w-type-label.is-Steel{background-color:#62a2b9}.w-pokemon-calc-wrap .w-type-label.is-Fire{background-color:#c73637}.w-pokemon-calc-wrap .w-type-label.is-Water{background-color:#2975d6}.w-pokemon-calc-wrap .w-type-label.is-Grass{background-color:#37a320}.w-pokemon-calc-wrap .w-type-label.is-Poison{background-color:#8f4ac4}.w-pokemon-calc-wrap .w-type-label.is-Electric{background-color:#edbd05}.w-pokemon-calc-wrap .w-type-label.is-Flying{background-color:#78a9db}.w-pokemon-calc-wrap .w-type-label.is-Psychic{background-color:#d64777}.w-pokemon-calc-wrap .w-type-label.is-Ice{background-color:#33bfcf}.w-pokemon-calc-wrap .w-type-label.is-Dragon{background-color:#4959d1}.w-pokemon-calc-wrap .w-type-label.is-Dark{background-color:#4a3733}.w-pokemon-calc-wrap .w-type-label.is-Fairy{background-color:#e667e6}.w-pokemon-calc-wrap .w-type-label.is-Stellar{background-color:#202020}.w-pokemon-calc-wrap .w-type-label.is-Typeless{background-color:#999;width:auto;padding:0 4px}.w-pokemon-calc-wrap input[type=text]{background-color:#f2f2f2;padding:2px 4px}.w-pokemon-calc-wrap input[type=number]{background-color:#f2f2f2;padding:2px 4px}.w-pokemon-calc-wrap select{color:#444;height:36px;font-weight:700;line-height:36px;-webkit-appearance:none!important;-moz-appearance:none!important;-ms-appearance:none!important;appearance:none!important;background-color:#f2f2f2!important;outline:none!important}.w-pokemon-calc-wrap select:focus{border:1px solid #34b792}.w-pokemon-calc-wrap select:disabled{color:silver!important}.w-move-select2-option{table-layout:fixed;width:100%;display:table}.w-move-select2-option>div{vertical-align:middle;width:auto;display:table-cell}.w-move-select2-option>div._caption{text-align:right;width:110px;font-size:11px;line-height:11px}.w-move-select2-option>div._caption>._type{color:#fff;opacity:.8;background-color:silver;border-radius:2px;padding:2px 5px;font-size:10px;display:inline-block}.w-move-select2-option>div._caption>._type.is-Normal{background-color:#a1abb3}.w-move-select2-option>div._caption>._type.is-Fighting{background-color:#de7400}.w-move-select2-option>div._caption>._type.is-Rock{background-color:#a8a37b}.w-move-select2-option>div._caption>._type.is-Ground{background-color:#804a1f}.w-move-select2-option>div._caption>._type.is-Bug{background-color:#8a9918}.w-move-select2-option>div._caption>._type.is-Ghost{background-color:#6e346e}.w-move-select2-option>div._caption>._type.is-Steel{background-color:#62a2b9}.w-move-select2-option>div._caption>._type.is-Fire{background-color:#c73637}.w-move-select2-option>div._caption>._type.is-Water{background-color:#2975d6}.w-move-select2-option>div._caption>._type.is-Grass{background-color:#37a320}.w-move-select2-option>div._caption>._type.is-Poison{background-color:#8f4ac4}.w-move-select2-option>div._caption>._type.is-Electric{background-color:#edbd05}.w-move-select2-option>div._caption>._type.is-Flying{background-color:#78a9db}.w-move-select2-option>div._caption>._type.is-Psychic{background-color:#d64777}.w-move-select2-option>div._caption>._type.is-Ice{background-color:#33bfcf}.w-move-select2-option>div._caption>._type.is-Dragon{background-color:#4959d1}.w-move-select2-option>div._caption>._type.is-Dark{background-color:#4a3733}.w-move-select2-option>div._caption>._type.is-Fairy{background-color:#e667e6}.w-move-select2-option>div._caption>._type.is-Stellar{background-color:#202020}.w-move-select2-option>div._caption>._cat{color:#666;opacity:.8;border-radius:2px;margin-left:3px;padding:2px 3px;display:inline-block}.w-move-select2-option>div._caption>._bp{text-align:center;width:40px;display:inline-block}.w-move-select2-option.is-selected{align-items:center;width:100%;display:flex}.w-move-select2-option.is-selected>div._name{text-overflow:ellipsis;white-space:nowrap;width:100%;padding-right:10px;display:block;overflow:hidden}.w-move-select2-option.is-selected>div._name>._dymx{color:#cf286b}.w-move-select2-option.is-selected>div._name>._zmove{color:#1976d2}.w-move-select2-option.is-selected>div._name>._sub{font-size:10px;line-height:1}.w-move-select2-option.is-selected>div._caption{text-align:right;align-items:center;padding-right:10px;font-size:12px;line-height:1;display:flex;width:100px!important}.w-move-select2-option.is-selected>div._caption>._type{padding:2px 3px}.w-move-select2-option.is-selected>div._caption>._cat{margin-left:3px}.w-move-select2-option.is-selected>div._caption>._bp{width:28px;padding-right:0}.w-pokemon-toggle-switch{vertical-align:top;margin:0 auto 0 0;font-size:20px;display:inline-block}.w-pokemon-toggle-switch>input{display:none}.w-pokemon-toggle-switch>input:checked+label{background-color:#34b792}.w-pokemon-toggle-switch>label{cursor:pointer;background-color:silver;border-radius:1em;width:1.8em;height:1em;display:block;position:relative}.w-pokemon-toggle-switch>label:before{content:"";background-color:#fff;border-radius:.9em;width:.8em;height:.8em;transition:all .3s ease-out;position:absolute;top:.1em;left:.15em}.w-pokemon-toggle-switch>input:checked+label:before{left:calc(100% - 1em)}.w-pokemon-toggle-switch.is-mini{margin-left:2px;position:relative;top:1px}.w-pokemon-toggle-switch.is-mini>label{cursor:pointer;background-color:silver;border-radius:.5em;width:.9em;height:.5em;display:block;position:relative}.w-pokemon-toggle-switch.is-mini>label:before{content:"";background-color:#fff;border-radius:.5em;width:.3em;height:.3em;transition:all .3s ease-out;position:absolute;top:.1em;left:.1em}.w-pokemon-toggle-switch.is-mini>input:checked+label:before{left:calc(100% - .5em)}.w-pokemon-toggle-switch.is-pink>input:checked+label{background-color:#e91e90}.w-pokemon-multihit-radio-selector-header{color:#fff;font-size:10px;font-weight:700;line-height:10px;position:relative;top:-3px;left:-28px;transform:scale(.8)}.w-pokemon-multihit-radio-selector{table-layout:fixed;width:100%;display:table}.w-pokemon-multihit-radio-selector>li{vertical-align:top;width:auto;display:table-cell}.w-pokemon-multihit-radio-selector>li>input[type=radio]{display:none}.w-pokemon-multihit-radio-selector>li>input[type=radio]+label{cursor:pointer;color:#fff;text-align:center;padding:3px 0;font-size:12px;font-weight:700;line-height:12px;transition:all .2s ease-out;display:block}.w-pokemon-multihit-radio-selector>li>input[type=radio]:checked+label{color:#fff;background-color:#34b792;border-radius:3px}.w-pokemon-calc-wrap .w-pokemon-checkbox-element{display:inline-block}.w-pokemon-calc-wrap .w-pokemon-checkbox-element:first-child{margin-left:0}.w-pokemon-calc-wrap .w-pokemon-checkbox-element>input[type=checkbox]{display:none}.w-pokemon-calc-wrap .w-pokemon-checkbox-element>input[type=checkbox]+label{color:silver;cursor:pointer;opacity:.8;background-color:#f2f2f2;border-radius:2px;padding:3px 6px;font-size:14px;font-weight:700;line-height:14px;display:block}.w-pokemon-calc-wrap .w-pokemon-checkbox-element>input[type=checkbox]:checked+label{color:#fff;opacity:1;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-checkbox-element>input[type=checkbox]:disabled+label{opacity:.5;text-decoration:line-through}.w-pokemon-calc-wrap .w-pokemon-checkbox-element.is-field-option:first-child{margin-left:0}.w-pokemon-calc-wrap .w-pokemon-checkbox-element.is-field-option>input[type=checkbox]+label{padding:6px 8px;font-size:13px;line-height:13px}.w-pokemon-calc-wrap .w-pokemon-checkbox-element.is-field-option._neutralizing-gas{text-align:center;width:100%!important}.w-pokemon-calc-wrap .w-pokemon-checkbox-element.is-field-option._neutralizing-gas>input[type=checkbox]+label{padding:10px 0}.w-pokemon-calc-wrap .w-pokemon-checkbox-element.is-field-option._neutralizing-gas>input[type=checkbox]:checked+label{background-color:#ab47bc}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._checkbox-column{text-align:right;width:auto;padding-left:0;vertical-align:middle!important}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._checkbox-column>._checkbox-column-inner{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._checkbox-column>._checkbox-column-inner>.w-pokemon-checkbox-element>label{padding:6px 4px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._checkbox-column>._checkbox-column-inner ._tox-turn-select{text-indent:7px;color:#a8a8a8;background-image:none;border-radius:3px;width:56px;height:25px;font-size:12px;line-height:1}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-table>div._checkbox-column>._checkbox-column-inner ._tox-turn-select.is-tox{color:#9c27b0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._double-options{margin-bottom:5px;padding-bottom:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._double-options>._main{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._gxfield-options{margin-bottom:5px;padding-bottom:5px}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._gxfield-options>._main{flex-wrap:wrap;justify-content:space-between;gap:5px;display:flex;position:relative}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._gxfield-options>._main>.w-pokemon-checkbox-element{flex:1}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._gxfield-options>._main>.w-pokemon-checkbox-element>label{text-align:center;padding:5px 0}.w-pokemon-calc-wrap .w-pokemon-section>._body ._inner-single-column._gxfield-options>._main>._label{color:silver;background-color:#fff;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-block;position:absolute;top:-16px;left:7px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._checkbox-column ._checkbox-column-inner._def-checkboxs{gap:0}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._checkbox-column ._checkbox-column-inner._def-checkboxs>.w-pokemon-checkbox-element{white-space:nowrap;flex:1}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._checkbox-column ._checkbox-column-inner._def-checkboxs>.w-pokemon-checkbox-element>label{text-align:center;border-radius:0;padding:6px 4px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._checkbox-column ._checkbox-column-inner._def-checkboxs>.w-pokemon-checkbox-element:first-child>input+label{border-radius:3px 0 0 3px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._checkbox-column ._checkbox-column-inner._def-checkboxs>.w-pokemon-checkbox-element:last-child>input+label{border-radius:0 3px 3px 0}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._inner-single-column._gxfield-options>._main{justify-content:flex-start;gap:0}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._inner-single-column._gxfield-options>._main>._label{display:none!important}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._inner-single-column._gxfield-options>._main .w-pokemon-checkbox-element.is-gxfield-option>input+label{border-radius:0;padding:6px 2px;font-size:14px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._inner-single-column._gxfield-options>._main .w-pokemon-checkbox-element.is-gxfield-option:nth-child(2)>input+label{border-radius:3px 0 0 3px}.w-pokemon-calc-wrap.is-2column>.w-pokemon-section>._body ._inner-single-column._gxfield-options>._main .w-pokemon-checkbox-element.is-gxfield-option:last-child>input+label{border-radius:0 3px 3px 0}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other ._inner-single-column._double-options>._main{gap:7px 8px}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other ._inner-single-column._double-options>._main .w-pokemon-checkbox-element.is-field-option{width:23.9%;margin:0;display:block}.w-pokemon-calc-wrap.is-2column .w-pokemon-section.is-other ._inner-single-column._double-options>._main .w-pokemon-checkbox-element.is-field-option>input[type=checkbox]+label{text-align:center;padding:8px;font-size:14px;display:block}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-double-option{margin-left:2px}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-double-option:first-child{margin-left:0}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-double-option>input[type=checkbox]+label{padding:3px;font-size:12px;line-height:12px}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-field-option{margin-bottom:0}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-field-option:first-child{margin-left:0}.w-move-select2-option.is-2column .w-pokemon-checkbox-element.is-field-option>input[type=checkbox]+label{padding:3px 4px;font-size:13px;line-height:1}.w-pokemon-result-overlay{width:100%;padding-bottom:clamp(0px, env(safe-area-inset-bottom) - 10px, 34px);z-index:999;background-color:rgba(30,30,30,.9);transition:all .3s;display:none;position:fixed;bottom:0;left:0;transform:translateY(100%);box-shadow:0 1px 3px 1px rgba(100,100,100,.5)}.w-pokemon-result-overlay.is-init{display:block}.w-pokemon-result-overlay.is-active{transform:translate(0)}.w-pokemon-result-overlay.is-pc{bottom:90px;transform:translateY(250%)}.w-pokemon-result-overlay.is-pc.is-active{transform:translate(0)}.w-pokemon-result-overlay>._inner-body{color:#fff;border-bottom:1px solid #444;justify-content:center;align-items:center;width:100%;height:130px;margin:0 auto;font-size:15px;font-weight:700}.w-pokemon-result-overlay.is-2column>._inner-body{width:622px;height:110px}.w-pokemon-result{width:100%}.w-pokemon-result .w-pokemon-calc-menu{text-align:right;letter-spacing:-.4em;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;height:30px;padding:0 5px;display:flex;position:relative}.w-pokemon-result .w-pokemon-calc-menu>._item{cursor:pointer;letter-spacing:normal;color:#f2f2f2;opacity:.9;white-space:nowrap;word-break:keep-all;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/icon_monsterball_white.png);background-position:0;background-repeat:no-repeat;background-size:12px;flex-shrink:0;padding-left:15px;font-size:14px;font-weight:700;line-height:30px;display:block}.w-pokemon-result .w-pokemon-calc-menu>._item:active{opacity:1;transition:all .1s ease-out;transform:scale(1.1)}.w-pokemon-result .w-pokemon-calc-menu>._item-left{letter-spacing:normal;white-space:nowrap;flex-shrink:0;margin-right:auto;position:relative}.w-pokemon-result .w-pokemon-result-table{table-layout:fixed;border-top:1px solid #606060;width:100%;height:100px;display:table}.w-pokemon-result .w-pokemon-result-table>div{width:auto;display:table-cell}.w-pokemon-result .w-pokemon-result-table>div._left{cursor:pointer;text-align:center;vertical-align:middle;border-right:1px solid #606060;width:55px;padding:0 1px}.w-pokemon-result .w-pokemon-result-table>div._left:active{opacity:.8}.w-pokemon-result .w-pokemon-result-table>div._right{cursor:pointer;text-align:center;vertical-align:middle;border-left:1px solid #606060;width:55px;padding:0 1px}.w-pokemon-result .w-pokemon-result-table>div._right:active{opacity:.8}.w-pokemon-result .w-pokemon-result-table>div._center{vertical-align:middle}.w-pokemon-result .w-pokemon-result-table>div._center>._result-section{border-bottom:1px solid #606060;padding:6px 7px}.w-pokemon-result .w-pokemon-result-table>div._center>._result-section:last-child{border-bottom:none}.w-pokemon-result .w-pokemon-result-table>div ._pokemon-img{width:100%;margin:0 auto!important}.w-pokemon-result .w-pokemon-result-table>div ._blank-img{width:60%;margin:0 auto!important}.w-pokemon-result ._result-caption{letter-spacing:0;color:#e5e5e5;margin:3px -3px 0;font-size:10px;font-weight:700;line-height:12px;transform:scale(.8)}.w-pokemon-result .w-damage-caption{color:#fff;letter-spacing:-.4em;margin-bottom:7px;line-height:11px;position:relative}.w-pokemon-result .w-damage-caption>._damage-per{letter-spacing:normal;vertical-align:top;font-size:12px;font-weight:700;display:inline-block}.w-pokemon-result .w-damage-caption>._damage-real{letter-spacing:normal;vertical-align:top;margin-left:3px;font-size:10px;font-weight:700;display:inline-block;position:relative;top:1px}.w-pokemon-result .w-damage-caption>._damage-none{text-align:center;letter-spacing:5px;color:#a8a8a8;font-weight:400;display:block}.w-pokemon-result .w-damage-caption>._res{letter-spacing:-.4em;font-weight:700;display:block;position:absolute;top:0;right:0}.w-pokemon-result .w-damage-caption>._res>div{vertical-align:top;letter-spacing:normal;margin-left:3px;display:inline-block;position:relative}.w-pokemon-result .w-damage-caption>._res>div>._n{font-size:13px;line-height:13px}.w-pokemon-result .w-damage-caption>._res>div._fixed{color:#76ff03;font-size:11px;line-height:1}.w-pokemon-result .w-damage-caption>._res>div._random{color:#ff0;font-size:11px;line-height:1}.w-pokemon-result .w-damage-caption>._res>div._random-per{color:#ff0;font-size:10px;position:relative;top:2px}.w-pokemon-result .w-damage-caption>._res>div._fixed-hit{color:#76ff03;margin-left:0;font-size:11px;line-height:1;top:2px}.w-pokemon-result .w-damage-caption>._res>div._random-hit{color:#ff0;margin-left:0;font-size:11px;line-height:1;top:2px}.w-pokemon-result .w-damage-caption>._res>div:first-child{margin-left:0}.w-pokemon-result .w-damage-bar-wrap{display:flex}.w-pokemon-result .w-damage-bar-wrap>.w-damage-label{color:#e5e5e5;white-space:nowrap;width:22px;margin-right:3px;font-size:10px;font-weight:700;line-height:10px;display:block;position:relative;top:-1px;left:-1px;overflow:hidden;transform:scale(.8)}.w-pokemon-result .w-damage-bar-wrap>.w-damage-label.is-crit{color:#ffee58}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar{background-color:gray;border-radius:2px;width:100%;height:8px;position:relative}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar{border-radius:2px;height:8px;transition:all .3s ease-out;position:absolute;top:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar._bar-const{background-color:#455a64;border-radius:0 2px 2px 0;right:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar._bar-default{background-color:#333;border-radius:0;right:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar._bar-fixed{background-color:#ffd54f;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar._bar-random{background-color:#ef6c00;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._bar._bar-heal{background-color:#43a047;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar.is-crit>._bar._bar-const{background-color:#455a64;border-radius:0 2px 2px 0;right:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar.is-crit>._bar._bar-default{background-color:#333;border-radius:0;right:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar.is-crit>._bar._bar-fixed{background-color:#f48fb1;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar.is-crit>._bar._bar-random{background-color:#e91e63;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar.is-crit>._bar._bar-heal{background-color:#43a047;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._num{color:#fff;font-size:10px;font-weight:700;position:absolute;top:-4px;transform:scale(.7)}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._num._num-heal{color:#e8f5e9;left:0}.w-pokemon-result .w-damage-bar-wrap>.w-damage-bar>._num._num-const{color:#cfd8dc;right:1px}.w-pokemon-result ._no-damage-message{text-align:center;letter-spacing:2px;color:#fff;font-size:13px;font-weight:700;display:block}.w-pokemon-result ._default-message{text-align:center;letter-spacing:2px;color:#a8a8a8;font-weight:400;display:block}.w-pokemon-result ._default-message>span{font-size:14px;font-weight:700}.w-pokemon-result .w-pokemon-result-mode-selector input[type=radio]{display:none}.w-pokemon-result .w-pokemon-result-mode-selector input[type=radio]+label{color:#fff;cursor:pointer;border-radius:2px;padding:3px 6px;font-size:13px;font-weight:700;line-height:1;display:inline-block;position:relative;top:-1px}.w-pokemon-result .w-pokemon-result-mode-selector input[type=radio]:checked+label{color:#444;background-color:#fff}.w-pokemon-result .w-pokemon-result-mode-selector>._spread-ui{letter-spacing:normal;white-space:nowrap;z-index:1;background-color:rgba(30,30,30,.9);border-radius:3px 3px 0 0;width:90px;padding:5px 5px 2px;display:flex;position:absolute;top:-29px;left:0}.w-pokemon-result .w-pokemon-result-mode-selector>._spread-ui>label{text-align:center;flex:1}.w-pokemon-section.is-result>.w-pokemon-result.is-follow{z-index:998;position:fixed;bottom:90px;box-shadow:0 -2px 8px rgba(0,0,0,.3)}.w-pokemon-section.is-result>.w-pokemon-result{background-color:#444}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-calc-menu{height:33px;padding-right:15px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-calc-menu>._item{background-position:0 9px;background-size:13px;margin-left:10px;padding-left:18px;font-size:14px;line-height:34px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-calc-menu>._item:active{transform:scale(1)}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-calc-menu>._item-left{position:static;top:4px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-mode-selector>._spread-ui{z-index:auto;background-color:transparent;border-radius:0;width:auto;margin-left:7px;display:inline-block;position:static}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-mode-selector>._spread-ui>label{text-align:inherit;flex:none}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-table>div._left,.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-table>div._right{width:90px;padding:10px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-table>div._center>._result-section{border-bottom:1px solid #606060;padding:7px 10px 10px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-table>div._center>._result-section:last-child{border-bottom:none}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption{margin:5px 0 10px;line-height:13px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._damage-per{font-size:14px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._damage-real{font-size:12px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._damage-none{letter-spacing:5px;font-size:14px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res{line-height:15px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div>._n{font-size:15px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div{margin-left:5px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div._fixed,.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div._random{letter-spacing:1px;font-size:12px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div._random-per{font-size:12px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div:first-child{margin-left:0}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div._random-hit,.w-pokemon-section.is-result>.w-pokemon-result .w-damage-caption>._res>div._fixed-hit{margin-left:1px;font-size:12px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap>.w-damage-label{top:-1px;transform:scale(.9)}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap .w-damage-bar,.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap .w-damage-bar>._bar{height:10px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap .w-damage-bar>._num{opacity:.9;font-size:10px;top:-3px;transform:scale(.8)}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap .w-damage-bar>._num._num-heal{color:#e8f5e9;left:1px}.w-pokemon-section.is-result>.w-pokemon-result .w-damage-bar-wrap .w-damage-bar>._num._num-const{color:#cfd8dc;right:1px}.w-pokemon-section.is-result>.w-pokemon-result .w-pokemon-result-mode-selector>label{padding:4px 8px;font-size:14px;line-height:1}.w-pokemon-section.is-result .w-pokemon-multihit-radio-selector-header{color:#fff;margin-top:3px;margin-bottom:7px;font-size:10px;font-weight:700;line-height:10px;position:relative;top:0;left:0;transform:scale(1)}.w-pokemon-calc-wrap.is-2column .w-pokemon-result-table{min-height:112px!important}.w-pokemon-damage-logs{background-color:#fff;border-radius:5px;width:100%;margin-bottom:12px;position:relative;box-shadow:0 0 2px 1px rgba(200,200,200,.5)}.w-pokemon-damage-logs>._header{background-color:#444;background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/icon_monsterball_white.png);background-position:10px;background-repeat:no-repeat;background-size:21px;border-radius:5px 5px 0 0;padding:12px 12px 12px 40px;position:relative}.w-pokemon-damage-logs>._header>span{color:#fff;font-size:17px;font-weight:700;line-height:17px;display:block}.w-pokemon-damage-logs>._header>._float-right{letter-spacing:-.4em;position:absolute;top:9px;right:6px}.w-pokemon-damage-logs>._header.is-off{border-radius:5px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li{cursor:pointer;border-bottom:3px double #e5e5e5}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li:last-child{border-bottom:0}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table{table-layout:fixed;width:100%;display:table}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>label._head{text-align:center;vertical-align:middle;color:gray;cursor:pointer;border-right:1px solid #e5e5e5;width:27px;font-size:13px;font-weight:700;line-height:13px;display:table-cell}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>label._head>input[type=checkbox]{cursor:pointer}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._left,.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._right{vertical-align:middle;width:45px;padding:0}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._left>._pokemon-img,.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._right>._pokemon-img{width:100%;margin:0!important}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._left{padding-left:7px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._right{padding-right:7px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._center{padding:5px 7px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._delete{text-align:center;vertical-align:middle;border-left:1px solid #e5e5e5;width:35px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._delete>span{color:#a8a8a8;font-size:30px;line-height:40px;display:block;position:relative;top:-2px}.w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>div._delete:active>span{color:#ea2a3d}.w-pokemon-damage-logs .w-pokemon-damage-total{border-bottom:1px solid #e5e5e5;padding:12px 13px 17px;display:flex}.w-pokemon-damage-logs .w-pokemon-damage-total>._body{width:100%}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header{margin:5px 0 7px;display:flex;position:relative}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._percent{font-size:13px;font-weight:700;line-height:13px}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._real-v{color:#ea2a3d;margin-left:15px;font-size:13px;font-weight:700;line-height:13px}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>div>span{font-size:10px}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._float-right{width:45px;position:absolute;top:-4px;right:1px}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._float-right>._label{color:#fff;text-align:center;background-color:silver;border-radius:2px;padding:3px 0 4px;font-size:11px;font-weight:700;line-height:11px}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._float-right>._label._random-label{background-color:#fdd835}.w-pokemon-damage-logs .w-pokemon-damage-total>._body>._damage-total-header>._float-right>._label._fixed-label{background-color:#4caf50}.w-pokemon-damage-logs .w-pokemon-damage-total>._thumb{flex:0 0 45px;padding-left:5px}.w-pokemon-damage-logs .w-pokemon-damage-total>._thumb>img{width:100%;margin:0!important}.w-pokemon-damage-logs ._damage-detail{margin-top:5px;font-weight:700;line-height:12px;display:flex}.w-pokemon-damage-logs ._damage-detail>._percent-v{text-align:left;flex-grow:2;font-size:12px}.w-pokemon-damage-logs ._damage-detail>._real-v{text-align:right;color:#ea2a3d;flex-grow:1;font-size:12px}.w-pokemon-damage-logs ._damage-detail>._percent-v>span,.w-pokemon-damage-logs ._damage-detail>._real-v>span{font-size:10px}.w-pokemon-damage-logs ._move-detail{text-align:center;position:relative;top:2px}.w-pokemon-damage-logs ._move-detail>._move-label{color:#fff;vertical-align:top;background-color:silver;border-radius:2px;padding:2px 5px 3px;font-size:10px;font-weight:700;line-height:10px;display:inline-block;position:relative}.w-pokemon-damage-logs ._move-detail>._move-label.is-Normal{background-color:#a1abb3}.w-pokemon-damage-logs ._move-detail>._move-label.is-Fighting{background-color:#de7400}.w-pokemon-damage-logs ._move-detail>._move-label.is-Rock{background-color:#a8a37b}.w-pokemon-damage-logs ._move-detail>._move-label.is-Ground{background-color:#804a1f}.w-pokemon-damage-logs ._move-detail>._move-label.is-Bug{background-color:#8a9918}.w-pokemon-damage-logs ._move-detail>._move-label.is-Ghost{background-color:#6e346e}.w-pokemon-damage-logs ._move-detail>._move-label.is-Steel{background-color:#62a2b9}.w-pokemon-damage-logs ._move-detail>._move-label.is-Fire{background-color:#c73637}.w-pokemon-damage-logs ._move-detail>._move-label.is-Water{background-color:#2975d6}.w-pokemon-damage-logs ._move-detail>._move-label.is-Grass{background-color:#37a320}.w-pokemon-damage-logs ._move-detail>._move-label.is-Poison{background-color:#8f4ac4}.w-pokemon-damage-logs ._move-detail>._move-label.is-Electric{background-color:#edbd05}.w-pokemon-damage-logs ._move-detail>._move-label.is-Flying{background-color:#78a9db}.w-pokemon-damage-logs ._move-detail>._move-label.is-Psychic{background-color:#d64777}.w-pokemon-damage-logs ._move-detail>._move-label.is-Ice{background-color:#33bfcf}.w-pokemon-damage-logs ._move-detail>._move-label.is-Dragon{background-color:#4959d1}.w-pokemon-damage-logs ._move-detail>._move-label.is-Dark{background-color:#4a3733}.w-pokemon-damage-logs ._move-detail>._move-label.is-Fairy{background-color:#e667e6}.w-pokemon-damage-logs .w-damage-bar-wrap{background-color:#222;border:1px solid #a8a8a8;display:flex}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar{background-color:gray;width:100%;height:8px;position:relative}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar{height:8px;transition:all .3s ease-out;position:absolute;top:0}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar._bar-fixed{background-color:#ffd54f;left:0}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar._bar-random{background-color:#ef6c00;left:0}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar._bar-const{background-color:#455a64;right:0}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar._bar-default{background-color:#333;right:0}.w-pokemon-damage-logs .w-damage-bar-wrap>.w-damage-bar>._bar._bar-heal{background-color:#43a047;left:0}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>label._head{width:36px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>._center{padding:12px 15px 8px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>._delete{width:45px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>._left,.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-logs-list>li>._inner-table>._right{width:52px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs ._damage-detail{margin-top:10px;line-height:14px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs ._damage-detail>._percent-v,.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs ._damage-detail>._real-v{width:30%;font-size:14px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs ._move-detail{top:-2px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs ._move-detail>._move-label{padding:3px 8px 2px;font-size:13px;font-weight:700;line-height:13px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total{padding:12px 20px 17px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total>._damage-total-header{margin:5px 0 10px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total>._damage-total-header>._percent,.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total>._damage-total-header>._real-v{font-size:15px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total>._damage-total-header>._float-right{width:60px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total>._damage-total-header>._float-right>._label{padding:3px 0 4px;font-size:12px;line-height:12px}.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total .w-damage-bar-wrap>.w-damage-bar,.w-pokemon-calc-wrap.is-2column .w-pokemon-damage-logs .w-pokemon-damage-total .w-damage-bar-wrap>.w-damage-bar>._bar{height:10px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal{background-color:rgba(30,30,30,.9);border:1px solid #606060;box-shadow:0 1px 3px 1px rgba(100,100,100,.5)}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-header{color:#fff;text-align:center;background-color:#101010;border-bottom:1px solid #444;border-radius:3px 3px 0 0;margin:-9px -9px 9px;padding:6px 0;font-size:12px;font-weight:700;line-height:12px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._name{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:15px;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._status,.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._ability,.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._item{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;line-height:12px;overflow:hidden}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._types{line-height:15px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._types>._type-icon{vertical-align:middle;display:inline-block;position:relative;top:-1px;width:65px!important;margin:0 4px!important}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._types>._typeless-label{color:#fff;vertical-align:middle;background-color:#999;border-radius:2px;padding:0 4px;font-size:10px;font-weight:700;line-height:14px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._types>._teratype-icon{vertical-align:top;margin-right:3px;display:inline-block;position:relative;top:1px;transform:scale(1.4);height:13px!important}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table{table-layout:fixed;width:100%}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr:first-child>td:first-child,.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr:first-child>td:last-child{background-color:#101010;border-top:1px solid #444}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr>td{text-align:center;padding:7px 5px!important}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr>td:first-child{border-bottom:1px solid #444;border-left:1px solid #444;border-right:1px solid #444;width:47%}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr>td:nth-child(2){width:6%}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table tr>td:last-child{border-bottom:1px solid #444;border-left:1px solid #444;border-right:1px solid #444;width:47%}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap>._inner-log-table ._arrow{color:#444;text-align:center;font-size:13px;line-height:13px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-move-info{text-align:center;background-color:#101010;border:1px solid #444;border-bottom:none;padding:8px 0}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-move-info>._move-name{color:#fff;font-size:13px;font-weight:700;line-height:15px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-result{border:1px solid #444;margin-bottom:10px;padding:5px 0 0}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-result .w-pokemon-result>.w-pokemon-result-table{border-top:none}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-result .w-pokemon-result>.w-pokemon-result-table>div._center>._result-section:first-child{border-color:#444;margin-bottom:4px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-other-info{letter-spacing:-.4em;border-top:1px solid #444;margin-top:10px;padding-top:3px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._modal-inner-log-wrap ._inner-log-other-info>label{letter-spacing:normal;color:#fff;background-color:#303030;border:1px solid #404040;border-radius:2px;margin:5px 8px 0 0;padding:3px 5px;font-size:12px;font-weight:700;line-height:12px;display:inline-block}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._footer-btn{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(#444 0%,#444 50%,#303030 51%,#444 100%);border:1px solid #505050;border-radius:3px;margin-top:8px;padding:8px 0;font-size:14px;font-weight:700;line-height:14px}.vue-pokemon-modal-container .vue-pokemon-modal-content.is-log-modal ._footer-btn:active{color:#444;background:#fff}.w-speed-compare-modal-container{z-index:999;background:rgba(0,0,0,.8);outline:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.w-speed-compare-modal-container>.vfm__container{justify-content:center;align-items:center;display:flex}.w-speed-compare-modal-container .w-speed-compare-modal-content{color:#fff;background-color:#1a1a1a;border:1px solid #444;border-radius:5px;outline:none;width:90%;max-width:350px;height:auto;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 1px 3px 1px rgba(100,100,100,.1);left:0!important}.w-speed-compare-modal{padding:12px 12px 10px;position:relative}.w-speed-compare-modal ._close{text-align:center;color:#fff;cursor:pointer;border-radius:3px;width:40px;height:40px;font-size:30px;font-weight:700;line-height:35px;position:absolute;top:1px;right:1px}.w-speed-compare-modal ._title{text-align:center;color:#fff;margin-bottom:10px;font-size:14px;font-weight:700}.w-speed-compare-modal ._columns{gap:0;display:flex}.w-speed-compare-modal ._columns ._col{background-color:#101010;border:1px solid #404040;border-radius:3px;flex:50%;min-width:0;padding:10px 10px 3px}.w-speed-compare-modal ._columns ._col:first-child{border-radius:3px 0 0 3px;margin-right:-1px}.w-speed-compare-modal ._columns ._col:last-child{border-radius:0 3px 3px 0}.w-speed-compare-modal ._columns ._col ._side-label{color:#a0a0a0;margin-bottom:5px;font-size:12px;font-weight:700}.w-speed-compare-modal ._columns ._col ._poke-select{margin-bottom:10px}.w-speed-compare-modal ._columns ._col ._poke-select .vs__selected,.w-speed-compare-modal ._columns ._col ._poke-select .vs__search,.w-speed-compare-modal ._columns ._col ._poke-select .vs__search:focus{color:#000}.w-speed-compare-modal ._columns ._col ._head{background-color:#000;border-radius:3px;align-items:center;gap:10px;margin-bottom:10px;padding:5px;display:flex}.w-speed-compare-modal ._columns ._col ._head ._thumb{object-fit:contain;flex-shrink:0;width:40px;height:40px;margin:0!important}.w-speed-compare-modal ._columns ._col ._head ._base-spe{text-align:center;color:#fff;flex:1;padding:5px 0}.w-speed-compare-modal ._columns ._col ._head ._base-spe ._label{color:#666;font-size:11px;font-weight:700;position:relative;top:-5px}.w-speed-compare-modal ._columns ._col ._head ._base-spe ._value{font-size:30px;font-weight:700;line-height:1}.w-speed-compare-modal ._columns ._col ._double-switch{margin-bottom:8px}.w-speed-compare-modal ._columns ._col ._double-switch .w-common-form-switch-column{padding:3px 0}.w-speed-compare-modal ._columns ._col ._double-switch .w-common-form-switch-column ._label-column{color:#a8a8a8;font-size:11px}.w-speed-compare-modal ._columns ._col ._double-switch .w-common-form-switch-column ._clickable-row:active{background-color:#222}.w-speed-compare-modal ._columns ._col ._double-switch .w-common-form-switch-column ._toggle-switch{transform:scale(.9)}.w-speed-compare-modal ._columns ._col ._double-switch .w-common-form-switch-column:has(input:checked) ._label-column{color:#34b792}.w-speed-compare-modal ._columns ._col ._boost-label{color:#a0a0a0;text-align:center;background-color:#1a1a1a;border-radius:20px;margin-bottom:8px;padding:2px 0;font-size:10px;font-weight:700;line-height:1}.w-speed-compare-modal ._columns ._col ._boost-ui{justify-content:center;align-items:center;gap:5px;margin-bottom:10px;display:flex}.w-speed-compare-modal ._columns ._col ._boost-ui ._btn{text-align:center;color:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#303030;border:1px solid #606060;border-radius:2px;width:30px;height:30px;font-size:14px;font-weight:700;line-height:30px;transition:background-color .1s,border-color .1s}.w-speed-compare-modal ._columns ._col ._boost-ui ._btn:active:not(.is-disabled){color:#fff;background-color:#606060;border-color:#909090}.w-speed-compare-modal ._columns ._col ._boost-ui ._btn.is-disabled{opacity:.3;cursor:default}.w-speed-compare-modal ._columns ._col ._boost-ui select.select{color:#a8a8a8;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;text-indent:15px;background-color:#202020;background-image:none;border:1px solid #606060;border-radius:2px;outline:none;width:65px;height:30px;padding:0 5px;font-size:16px;font-weight:700}.w-speed-compare-modal ._columns ._col ._boost-ui select.select:focus{border-color:#34b792}.w-speed-compare-modal ._columns ._col ._boost-ui select.select.is-boost-up{color:#ffeb3b;background-color:#0a2010;border-color:#ffeb3b}.w-speed-compare-modal ._columns ._col ._boost-ui select.select.is-boost-down{color:#ea2a3d;background-color:#200a0a;border-color:#ea2a3d}.w-speed-compare-modal ._columns ._col ._table{border-collapse:collapse;width:100%;font-size:13px}.w-speed-compare-modal ._columns ._col ._table ._row{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-top:1px solid #222;align-items:center;display:flex}.w-speed-compare-modal ._columns ._col ._table ._row:first-child{border-top:none}.w-speed-compare-modal ._columns ._col ._table ._row ._label{color:silver;flex:1;padding:8px 5px;font-size:12px;font-weight:700}.w-speed-compare-modal ._columns ._col ._table ._row ._value{text-align:right;color:#fff;width:45px;padding:4px 3px 4px 0;font-size:15px;font-weight:700}.w-speed-compare-modal ._columns ._col ._table ._row.is-selected{background-color:#540;box-shadow:inset 0 0 0 1px #fc0}.w-speed-compare-modal ._columns ._col ._table ._row.is-selected ._label{color:#fff}.w-speed-compare-modal ._caption{color:silver;margin-top:7px;padding:0;font-size:10px;line-height:1.5}.w-load-section{justify-content:center;align-items:center;margin-bottom:10px;display:flex;position:relative;top:-1px}.w-load-section>ol{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.w-load-section>ol>li{cursor:pointer;background-color:#fff;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/blank_slot.png);background-position:1px 1px;background-repeat:no-repeat;background-size:26px;border-radius:2px;width:28px;height:28px;padding:2px;display:block;box-shadow:0 0 2px 1px rgba(200,200,200,.2)}.w-load-section>ol>li>img{width:100%;margin:0!important}.w-load-section>ol>li:active{opacity:.7;cursor:pointer}.w-load-section>ol.is-anime>li:first-child{animation:.3s both add-item}.w-load-section>._float-right{position:absolute;top:0;right:0}.w-load-section>._float-right>input[type=checkbox]{display:none}.w-load-section>._float-right>input[type=checkbox]+label{margin-bottom:3px}.w-load-section>._float-right>input[type=checkbox]:checked+label{color:#fff;background-color:#444}.w-load-section>._float-right>._auto-save-label,.w-load-section>._float-right>._clear-label{text-align:center;color:gray;cursor:pointer;background-color:rgba(255,255,255,.4);border-radius:2px;width:40px;padding:1px 0;font-size:10px;font-weight:700;line-height:11px;display:block;transform:scale(.9)}.w-load-section>._float-right>._clear-label:active{color:#fff;background-color:#444}.w-pokemon-calc-wrap.is-2column .w-load-section>ol{justify-content:flex-start;gap:7px}@keyframes add-item{0%{transform:scale(1)}70%{transform:scale(1.3)}to{transform:scale(1)}}.w-tooltip-section{min-width:150px;padding:10px}.vue-pokemon-modal-content.is-preset-modal{width:320px;max-height:80vh}.w-pokemon-preset-header{color:#fff;text-align:center;background-color:#222;border-radius:5px 5px 0 0;margin:-10px -10px 0;padding:12px 0;font-size:13px;font-weight:700;line-height:1}.w-pokemon-preset-storage{margin:0 -10px;padding:10px 10px 0}.w-pokemon-preset-storage>._inner{background-color:#e1f5fe;border:1px solid #b3e5fc;border-radius:3px;padding:7px 0;line-height:1}.w-pokemon-preset-storage>._inner>._text{text-align:center;margin-bottom:6px;font-size:11px}.w-pokemon-preset-storage>._inner>._text>span{color:#444;font-size:13px;font-weight:700}.w-pokemon-preset-storage>._inner>._text.is-cloud-true>span{color:#34b792}.w-pokemon-preset-storage>._inner>._lead-login{text-align:center;font-size:11px}.w-pokemon-preset-storage>._inner>._lead-login>a{font-weight:700}.w-pokemon-preset-list{width:calc(100% + 20px);margin:0 -10px -10px;overflow-y:auto}.w-pokemon-preset-list>li{cursor:pointer;border-bottom:1px solid #e5e5e5}.w-pokemon-preset-list>li:last-child{border-bottom:none}.w-pokemon-preset-list>li.is-occupied>.w-pokemon-preset-slot-row>._slot-body{opacity:.5}.w-pokemon-preset-list>li.is-empty{cursor:default}@media screen and (min-width:500px){.w-pokemon-preset-list>li:not(.is-empty):active{background-color:#ffeb3b}}.w-pokemon-preset-slot-row{align-items:center;min-height:44px;padding:5px;display:flex}.w-pokemon-preset-slot-row>._slot-number{text-align:center;color:gray;flex-shrink:0;width:24px;font-size:13px;font-weight:700}.w-pokemon-preset-slot-row>._slot-body{flex:1;align-items:center;gap:5px;min-width:0;display:flex}.w-pokemon-preset-slot-row>._slot-body>._icon{flex-shrink:0;width:40px;margin-right:5px}.w-pokemon-preset-slot-row>._slot-body>._icon>img{width:100%;margin:0!important}.w-pokemon-preset-slot-row>._slot-body>._info{flex:1;min-width:0;overflow:hidden}.w-pokemon-preset-slot-row>._slot-body ._name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.w-pokemon-preset-slot-row>._slot-body ._detail{color:gray;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.w-pokemon-preset-slot-row>._slot-body ._stats{color:gray;white-space:nowrap;font-size:10px}.w-pokemon-preset-slot-row>._slot-body ._stats>._stat{margin-right:3px}.w-pokemon-preset-slot-row>._slot-empty{color:silver;flex:1;padding-left:15px;font-size:14px}.w-pokemon-preset-detail{padding:10px 0 0}.w-pokemon-preset-detail input[type=number]{background-color:#fff;padding:2px 4px;font-size:16px}.w-pokemon-preset-detail ._btn-mini{color:#34b792;text-align:center;cursor:pointer;letter-spacing:normal;vertical-align:top;background-color:#fff;border:1px solid #34b792;border-radius:3px;width:28px;height:30px;margin-right:4px;padding:0;font-size:15px;font-weight:700;line-height:30px;display:inline-block}.w-pokemon-preset-detail ._btn-mini._num{white-space:nowrap;width:30px;font-size:12px;line-height:28px;overflow:hidden}.w-pokemon-preset-detail ._btn-mini:active{color:#fff;background-color:#34b792}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui{table-layout:fixed;border:1px solid #fff;border-radius:3px;width:100%;display:table;position:relative;top:1px;box-shadow:0 0 0 1px #dedede}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div{vertical-align:top;width:auto;display:table-cell}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div>input[type=radio]{display:none}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div>input[type=radio]+label{cursor:pointer;color:#a8a8a8;text-align:center;background-color:#f2f2f2;padding:8px 0;font-size:12px;font-weight:700;line-height:12px;transition:all .2s ease-out;display:block}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div>input[type=radio]:checked+label{color:#fff;background-color:#34b792}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div:first-child>input[type=radio]+label{border-radius:3px 0 0 3px}.w-pokemon-preset-detail .w-pokemon-radio-toggle-ui>div:last-child>input[type=radio]+label{border-radius:0 3px 3px 0}.w-pokemon-preset-nick-row{border-bottom:1px solid #e5e5e5;align-items:center;margin-bottom:15px;padding-bottom:10px;display:flex}.w-pokemon-preset-nick-row>._label{text-align:center;flex-shrink:0;width:36px;font-size:12px;font-weight:700}.w-pokemon-preset-nick-row>._field{flex:1;min-width:0;position:relative}.w-pokemon-preset-nick-row>._field>._input{box-sizing:border-box;border:1px solid #e5e5e5;border-radius:3px;outline:none;width:100%;padding:5px 8px;font-size:16px}.w-pokemon-preset-nick-row>._field>._input:focus{border-color:#34b792}.w-pokemon-preset-nick-row>._field>._counter{text-align:right;color:#a8a8a8;margin-top:2px;font-size:11px;position:absolute;top:8px;right:7px}.w-pokemon-preset-nick-row>._field>._counter.is-max{color:#e53935}.w-pokemon-preset-stat-row{align-items:center;margin-bottom:10px;display:flex}.w-pokemon-preset-stat-row>._stat-label{text-align:center;flex-shrink:0;width:36px;font-size:12px;font-weight:700}.w-pokemon-preset-stat-row>._ev-column{flex:1;padding:0}.w-pokemon-preset-stat-row>._ev-column ._ev-table{table-layout:fixed;width:100%;display:table}.w-pokemon-preset-stat-row>._ev-column ._ev-table>._n{vertical-align:top;width:auto;padding-right:5px;display:table-cell}.w-pokemon-preset-stat-row>._ev-column ._ev-table>._n input[type=number]::-webkit-outer-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-preset-stat-row>._ev-column ._ev-table>._n input[type=number]::-webkit-inner-spin-button{-moz-appearance:textfield;-webkit-appearance:none!important}.w-pokemon-preset-stat-row>._ev-column ._ev-table>._b{vertical-align:top;letter-spacing:-.4em;width:132px;display:table-cell}.w-pokemon-preset-stat-row>._nature-column{flex-shrink:0;width:75px;padding-left:5px}.w-pokemon-preset-stat-row>._nature-column>._guide{text-align:center;font-size:12px;font-weight:700;position:relative;top:8px}.w-pokemon-preset-save-btn{text-align:center;color:#fff;cursor:pointer;background-color:#34b792;border-radius:3px;margin-top:15px;padding:10px 0;font-size:14px;font-weight:700}.w-pokemon-preset-save-btn:active{opacity:.7}.w-icon-dymax{aspect-ratio:1;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/icon_dyma2.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:50px;height:50px;display:inline-block}.w-icon-mega{aspect-ratio:1;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/icon_mega2.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:50px;height:50px;display:inline-block}.w-icon-dymax-mark{aspect-ratio:1;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/icon_dymax.png);background-position:50%;background-repeat:no-repeat;background-size:contain;width:50px;height:auto;display:inline-block}.w-pokemon-global-settings{background-color:#f2f2f2;border:1px solid #e5e5e5;border-radius:5px;justify-content:center;gap:15px;margin:-3px 0 10px;padding:0;display:flex}.w-pokemon-global-settings>._item{cursor:pointer;align-items:center;gap:5px;padding:8px 0;display:flex}.w-pokemon-global-settings>._item>._label{color:#444;font-size:13px;font-weight:700}.w-pokemon-global-settings>._item>.w-pokemon-toggle-switch{transform:scale(.9)}.w-pokemon-calc-wrap .w-pokemon-add-type-btn-wrap{display:inline-block}.w-pokemon-calc-wrap .w-pokemon-add-type-btn{color:silver;cursor:pointer;opacity:.8;background-color:#f2f2f2;border-radius:2px;padding:6px 4px;font-size:14px;font-weight:700;line-height:14px;display:inline-block;position:relative}.w-pokemon-calc-wrap .w-pokemon-add-type-btn._padding0{padding:6px 0}.w-pokemon-calc-wrap .w-pokemon-add-type-btn.is-active,.w-pokemon-calc-wrap .w-pokemon-add-type-btn:not(.is-disabled):active{color:#fff;opacity:1;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-add-type-btn.is-disabled{opacity:.5;cursor:default;text-decoration:line-through}.w-pokemon-calc-wrap .w-pokemon-add-type-btn>._band-icon{color:#f0c419;pointer-events:none;font-size:8px;line-height:1;position:absolute;top:1px;right:1px}.vue-pokemon-modal-content.is-heal-move-modal{width:310px!important}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list{margin:0;padding:0;list-style:none}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li{cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;margin-bottom:5px}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li:last-child{margin-bottom:0}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li:active{background-color:#34b792}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li:active ._title,.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li:active ._moves{color:#fff}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item{padding:7px 10px}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item>._title{color:#444;border-bottom:1px dashed #e5e5e5;margin-bottom:5px;padding-bottom:7px;font-size:14px;font-weight:700;line-height:1}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item>._title>span{color:#ea2a3d;font-size:15px}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item>._moves{color:gray;font-size:10px;line-height:1.3}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item>._moves>._move-line{margin-bottom:2px}.vue-pokemon-modal-content.is-heal-move-modal>._add-type-list._heal-move-list>li>._heal-move-item>._moves>._move-line:last-child{margin-bottom:0}.vue-pokemon-modal-content.is-add-type-modal{width:270px}.vue-pokemon-modal-content.is-add-type-modal>._modal-title{color:#444;text-align:center;margin-bottom:8px;font-size:14px;font-weight:700}.vue-pokemon-modal-content.is-add-type-modal>._modal-title>span{color:#ea2a3d;margin-right:5px;font-size:15px;line-height:1;display:inline-block}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list{margin:0;padding:0;list-style:none}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li{cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;margin-bottom:5px}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li:last-child{margin-bottom:0}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li:active{background-color:#34b792}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li:active ._body{color:#fff}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item{align-items:center;display:flex}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div{color:#444;text-align:center;flex:none;padding:10px 0;font-weight:700;display:block}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div._icon{border-radius:2px 0 0 2px;width:30px;padding:5px}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div._icon>img{width:100%!important;margin-bottom:0!important}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div._body{width:140px;font-size:14px;line-height:1}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div._body>span{color:gray;font-size:11px}.vue-pokemon-modal-content.is-add-type-modal>._add-type-list>li>._add-type-item>div._text{margin-left:auto;padding-right:10px;font-size:11px;line-height:14px}.vue-pokemon-modal-content.is-bind-modal{width:270px}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn{color:#444;cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;align-items:center;margin-bottom:6px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1;display:flex}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn:last-child{margin-bottom:0}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn>._label{flex:auto}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn>._hp-label{color:#ea2a3d;margin-left:auto;font-size:12px;font-weight:700}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn.is-active{color:#fff;background-color:#34b792;border-color:#34b792}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn.is-active>._hp-label{color:#fff}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn:not(.is-active):active{background-color:#f2f2f2}.vue-pokemon-modal-content.is-bind-modal>.w-pokemon-bind-modal>._choice-btn._clear-btn{justify-content:center}.w-pokemon-keybinding-guide{-webkit-backdrop-filter:blur(1px);color:#555;box-sizing:border-box;opacity:.8;background:0 0;border:1px solid rgba(255,255,255,.5);border-radius:5px;flex-wrap:wrap;align-items:center;gap:5px 15px;width:calc(100% - 10px);margin:0 10px 10px;padding:8px 10px;font-size:12px;display:flex;box-shadow:0 1px 2px rgba(0,0,0,.04),inset 0 1px rgba(255,255,255,.35)}.w-pokemon-keybinding-guide>._label{color:#888;letter-spacing:.1em;flex-shrink:0;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.w-pokemon-keybinding-guide>._list{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px 15px;margin:0;padding:0;list-style:none;display:flex}.w-pokemon-keybinding-guide>._list>._item{align-items:center;gap:5px;list-style:none;display:inline-flex}.w-pokemon-keybinding-guide>._list>._item>._key{color:#333;box-sizing:border-box;background:#fff;border:1px solid #b8c0ce;border-bottom-width:2px;border-radius:3px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 5px;font-family:Courier New,monospace;font-size:15px;font-weight:700;line-height:1;display:inline-flex}.w-pokemon-keybinding-guide>._list>._item>._desc{color:#666;align-items:center;margin-left:5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.w-pokemon-calc-wrap .w-pokemon-weather-switch,.w-pokemon-calc-wrap .w-pokemon-field-switch,.w-pokemon-calc-wrap .w-pokemon-bind-switch{color:#34b792;cursor:pointer;background-color:#fff;border:1px solid #34b792;border-radius:3px;margin-left:5px;margin-right:2px;padding:9px 0;font-size:14px;font-weight:700;line-height:1;display:block;position:relative;top:1px}.w-pokemon-calc-wrap .w-pokemon-weather-switch.is-active,.w-pokemon-calc-wrap .w-pokemon-field-switch.is-active,.w-pokemon-calc-wrap .w-pokemon-bind-switch.is-active{color:#fff;background-color:#34b792}.w-pokemon-calc-wrap .w-pokemon-bind-switch{font-size:13px}.w-pokemon-calc-wrap .w-pokemon-bind-switch>._band-icon{color:#f0c419;pointer-events:none;font-size:8px;line-height:1;position:absolute;top:1px;right:2px}
/*$vite$:1*/