: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}.w-fixed-overlay-target{visibility:hidden;background-color:transparent;padding:0;transition:all .2s ease-out;display:block}.w-fixed-overlay-target>._overlay-inner{color:#fff;text-align:center;cursor:pointer;background:rgba(0,0,0,.6);border-radius:0 0 5px 5px;padding:10px 0;font-size:13px;font-weight:700;line-height:13px;display:block}.w-fixed-overlay-target>._overlay-inner a{color:#fff;text-align:center;background:rgba(0,0,0,.6);border-radius:0 0 5px 5px;padding:7px 0;font-size:13px;font-weight:700;line-height:13px;display:block}.w-fixed-overlay-target>._overlay-inner .search-icon{vertical-align:middle;background:url(https://gamewith-tool.s3-ap-northeast-1.amazonaws.com/assets/img/icon_search.gif) 0 0/14px no-repeat;width:14px;height:14px;display:inline-block;position:relative;top:7px;transform:translateY(-50%)}@media screen and (min-width:768px){.w-fixed-overlay-target:hover{color:#fff;background-color:#0074e0}}.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-sort-ui{width:100%;display:flex}.w-common-sort-ui>._col{flex:1;justify-content:center;align-items:center;display:flex}.w-common-sort-ui>._col:first-child{justify-content:flex-start}.w-common-sort-ui>._col>._btn{cursor:pointer;font-size:12px;font-weight:700;line-height:1}.w-common-sort-ui>._col>._btn>._vec{margin-right:1px;display:inline-block;position:relative;top:-1px}.w-common-sort-ui>._col>._btn>._txt{display:inline-block}.w-common-sort-ui>._col>._btn:active{color:#ea2a3d}.w-common-form-text{align-items:center;display:flex;position:relative}.w-common-form-text>._search-text{box-sizing:border-box;color:#444;background-color:#f2f2f2;border:1px solid #ddd;border-radius:3px;outline:none;width:100%;padding:6px 30px 5px 8px;font-size:16px;display:block}.w-common-form-text>._search-text::-webkit-input-placeholder{color:#a8a8a8}.w-common-form-text>._search-text::-moz-placeholder{color:#a8a8a8}.w-common-form-text>._search-text::-ms-input-placeholder{color:#a8a8a8}.w-common-form-text>._search-text::placeholder{color:#a8a8a8}.w-common-form-text>._search-text:focus{border-color:#34b792}.w-common-form-text>._clear-btn{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:35px;display:flex;position:absolute;top:1px;right:1px}.w-common-form-text>._clear-btn>img{opacity:.6;width:100%;height:14px;margin:0!important}.w-common-form-text>._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-text._white-bg>._search-text{background-color:#fff}.w-common-form-select{width:100%}.w-common-form-select>select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;color:#444;cursor:pointer;background-position:right 12px;border:1px solid #ddd;border-radius:3px;outline:none;height:36px;padding:0;font-size:15px;line-height:36px}.w-common-form-select>select:focus{border-color:#34b792}.w-common-form-select>select.is-blank{color:#a8a8a8}.w-common-form-select>select._white-bg{background-color:#fff}.w-common-form-select.has-clear-btn{align-items:center;display:flex;position:relative}.w-common-form-select.has-clear-btn>select{background-image:none}.w-common-form-select>._clear-btn{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:34px;display:flex;position:absolute;top:1px;right:1px}.w-common-form-select>._clear-btn>img{opacity:.6;width:100%;height:14px;margin:0!important}.w-common-form-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-select2.has-clear-btn{position:relative}.w-common-form-select2.has-clear-btn>.select2 .select2-selection--multiple,.w-common-form-select2.has-clear-btn>.select2 .select2-selection--single{background-image:none;padding-right:30px}.w-common-form-select2>._clear-btn{z-index: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-select2>._clear-btn>img{opacity:.6;width:100%;height:14px;margin:0!important}.w-common-form-select2>._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-select2>.select2 .select2-selection--single,.w-common-form-select2>.select2 .select2-selection--multiple{vertical-align:middle;box-sizing:border-box;zoom:1;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:inline-block;cursor:pointer!important;background-color:#f2f2f2!important;border:1px solid #ddd!important;border-radius:2px!important}.w-common-form-select2>.select2 .select2-selection--single{padding:2px 5px 0;height:auto!important}.w-common-form-select2>.select2 .select2-selection--single:focus{border:1px solid #4caf50!important}.w-common-form-select2>.select2 .select2-selection--single .select2-selection__rendered{color:inherit;font-size:16px;padding:5px 30px 5px 4px!important;line-height:22px!important}.w-common-form-select2>.select2 .select2-selection--single .select2-selection__arrow{display:none}.w-common-form-select2>.select2 .select2-selection--single .select2-selection__placeholder{color:#a8a8a8;font-size:16px}.w-common-form-select2>.select2 .select2-selection--multiple{padding:2px 5px 4px}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered{vertical-align:top;margin:0!important;padding:0!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered>li{background-image:none!important;margin-bottom:0!important;padding:0!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered>li.select2-selection__choice{background-color:#fff;margin:3px 3px 0 0;font-size:12px;font-weight:700;cursor:pointer!important;border:1px solid #e5e5e5!important;border-radius:3px!important;padding:4px 5px!important;line-height:16px!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered>li.select2-selection__choice .select2-selection__choice__remove{position:relative;color:gray!important;margin-right:3px!important;font-size:16px!important;line-height:14px!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered>li.select2-selection__choice .select2-selection__choice__remove:active{color:#ea2a3d!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field{font-size:16px;position:relative;top:1px;background-color:transparent!important;border:none!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field::-webkit-input-placeholder{color:#a8a8a8}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field::-moz-placeholder{color:#a8a8a8}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field::-ms-input-placeholder{color:#a8a8a8}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field::placeholder{color:#a8a8a8}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field:active{border-color:#34b792!important}.w-common-form-select2>.select2 .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline{position:relative;top:-2px}.w-common-form-select2>.select2 input[type=search]{-webkit-appearance:none;background-color:#ffffdc}.w-common-form-select2>.select2 input[type=search]:focus{outline-offset:-2px}.w-common-form-select2>.select2 input[type=search]::-webkit-search-decoration{display:none}.select2-dropdown{position:relative;top:-1px;border:1px solid #e2e2e2!important;border-top:none!important}.select2-search .select2-search__field{border-radius:2px;outline:none;font-size:16px;background-color:#ffffef!important;border:1px solid #c9c9c9!important}.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{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}}.w-common-form-tabs{flex-wrap:wrap;gap:5px;display:flex;position:relative}.w-common-form-tabs>._tab{flex:0 0 calc(33.3333% - 3.33333px)}.w-common-form-tabs>._tab>input{display:none}.w-common-form-tabs>._tab>input+label{cursor:pointer;opacity:.5;display:block}.w-common-form-tabs>._tab>input+label>img{border:1px solid transparent;border-radius:5px;width:100%;margin:0!important}.w-common-form-tabs>._tab>input+label>._btn{text-align:center;color:#444;background-color:#f2f2f2;border:1px solid #a8a8a8;border-radius:2px;padding:5px 0;font-size:13px;font-weight:700;line-height:1;transition:all .2s ease-out}.w-common-form-tabs>._tab>input:checked+label{opacity:1}.w-common-form-tabs>._tab>input:checked+label>img{border:1px solid #fff;box-shadow:0 0 0 1px #1e1e1e}.w-common-form-tabs>._tab>input:checked+label>._btn{color:#fff;background-color:#444;border:1px solid #444}.w-common-form-tabs.no-check>li>input[type=checkbox]+label{opacity:1}.w-common-form-checkbox-group{flex-wrap:wrap;gap:5px;display:flex;position:relative}.w-common-form-checkbox-group>._item{flex:0 0 calc(25% - 3.75px)}.w-common-form-checkbox-group>._item>input{display:none}.w-common-form-checkbox-group>._item>input+label{cursor:pointer;opacity:.5;display:block}.w-common-form-checkbox-group>._item>input+label>img{border:1px solid transparent;border-radius:5px;width:100%;margin:0!important}.w-common-form-checkbox-group>._item>input+label>._btn{text-align:center;color:#444;background-color:#f2f2f2;border:1px solid #a8a8a8;border-radius:2px;padding:5px 0;font-size:13px;font-weight:700;line-height:1;transition:all .2s ease-out}.w-common-form-checkbox-group>._item>input:checked+label{opacity:1}.w-common-form-checkbox-group>._item>input:checked+label>img{border:1px solid #fff;box-shadow:0 0 0 1px #1e1e1e}.w-common-form-checkbox-group>._item>input:checked+label>._btn{color:#fff;background-color:#444;border:1px solid #444}.w-common-form-checkbox-group.no-check>li>input[type=checkbox]+label{opacity:1}.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{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{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)}.w-common-pager-top{color:#444;margin-bottom:5px;padding:15px 0 10px 3px;font-size:12px;font-weight:700;line-height:1;position:relative}.w-common-pager-top>._total-results-view{display:inline-block}.w-common-pager-top>._total-results-view>._strong{color:#ea2a3d;font-size:15px}.w-common-pager-top>._page-count-view{margin-left:5px;font-size:11px;display:inline-block}.w-common-pager-top>._page-count-view>._strong{color:#ea2a3d;font-size:13px}.w-common-pager-top>._pager-top-ui{position:absolute;top:12px;right:0}.w-common-pager-top>._pager-top-ui>._table{gap:7px;width:100%;display:flex}.w-common-pager-top>._pager-top-ui>._table>li._next,.w-common-pager-top>._pager-top-ui>._table>li._prev{width:50px;margin-left:auto}.w-common-pager-top>._pager-top-ui>._table>li._next>._btn,.w-common-pager-top>._pager-top-ui>._table>li._prev>._btn{color:#fff;text-align:center;cursor:pointer;background-color:#34b792;border-radius:3px;padding:5px 0;font-size:13px;font-weight:700;line-height:1}.w-common-pager-top>._pager-top-ui>._table>li._next>._btn:active,.w-common-pager-top>._pager-top-ui>._table>li._prev>._btn:active{opacity:.5}.w-common-pager-top>._pager-top-ui>._table>li._next>._btn.is-disabled,.w-common-pager-top>._pager-top-ui>._table>li._prev>._btn.is-disabled{cursor:default;background-color:silver}.w-common-pager-top>._pager-top-ui>._table>li._next>._btn.is-disabled:active,.w-common-pager-top>._pager-top-ui>._table>li._prev>._btn.is-disabled:active{opacity:1}.w-common-pager-bottom>._table{gap:7px;width:100%;display:flex}.w-common-pager-bottom>._table>li{width:calc(16.6667% - 22.5px)}.w-common-pager-bottom>._table>li:last-child{padding-right:0}.w-common-pager-bottom>._table>li>._num{text-align:center;color:#0074e0;cursor:pointer;background-color:#fff;border:1px solid #e5e5e5;border-radius:3px;padding:10px 0;font-size:13px;line-height:1}.w-common-pager-bottom>._table>li>._num.is-active{color:#444;cursor:default;font-weight:700}.w-common-pager-bottom>._table>li._next{width:100px;margin-left:auto}.w-common-pager-bottom>._table>li._next>._btn{color:#fff;text-align:center;cursor:pointer;background-color:#34b792;border-radius:3px;padding:10px 0;font-size:13px;font-weight:700;line-height:1}.w-common-pager-bottom>._table>li._next>._btn:active{opacity:.5}.w-common-pager-bottom>._table>li._next>._btn.is-disabled{cursor:default;background-color:silver}.w-common-pager-bottom>._table>li._next>._btn.is-disabled:active{opacity:1}.w-common-pager-bottom.is-2column>._table>li{width:calc(12.5% - 26.125px)}.w-common-pager-bottom.is-2column>._table>li._next{width:120px}.w-pokemon-champions-pokemon-list{background-color:#f2f2f2;margin:0 -12px 15px;padding:12px}.w-batsu-btn{cursor:pointer}.w-batsu-btn>img{opacity:.6;width:100%;margin:0!important}.w-batsu-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-btn{text-align:center;cursor:pointer;background:linear-gradient(#fcfcfc 0%,#f3f3f3 50%,#ececec 51%,#f9f9f9 100%);border:1px solid #e5e5e5;border-radius:3px;padding:12px 0;font-size:14px;font-weight:700;line-height:1}.w-common-form-btn:active{color:#fff;background:#444;border-color:#444}.w-common-pager-top{color:#666;margin-bottom:10px}.w-pokemon-list{margin-bottom:15px;transition:opacity .2s}.w-pokemon-list.is-fade-out{opacity:0}.w-pokemon-list>li{color:#f2f2f2}.w-pokemon-list>.w-pokemon-list-element{background-color:#fff;border:1px solid #dcdcdc;border-bottom:none;position:relative}.w-pokemon-list>.w-pokemon-list-element.is-hide{display:none!important}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]{display:none}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]+label._checker-float{cursor:pointer;z-index:1;background-color:#fff;border:1px solid #e5e5e5;border-top-color:#dcdcdc;border-radius:0 0 20px 20px;width:40px;padding:7px 0 10px;display:block;position:absolute;top:-1px;right:10px}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]+label._checker-float>._monster-ball{cursor:pointer;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/monster_ball_off.png);background-repeat:no-repeat;background-size:contain;width:32px;height:32px;transition:all .2s ease-out;margin:0 auto!important}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]+label._checker-float>._fav{cursor:pointer;background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/fav_star_off.png);background-repeat:no-repeat;background-size:contain;width:25px;height:25px;transition:all .2s ease-out;margin:0 auto!important}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]:checked+label._checker-float{background-color:#ffedf3;border-color:#f9cadb}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]:checked+label._checker-float>._monster-ball{background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/monster_ball_on.png);transition:all .2s ease-out}.w-pokemon-list>.w-pokemon-list-element>input[type=checkbox]:checked+label._checker-float>._fav{background-image:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/fav_star_on2.png);transition:all .2s ease-out}.w-pokemon-list>.w-pokemon-list-element>._inner{opacity:1}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header{background-color:#e1f5fe;border-bottom:1px solid #e5e5e5;padding:4px 5px;position:relative}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._no{color:#444;text-align:center;background-color:#fff;border:1px solid #e5e5e5;border-radius:2px;width:67px;margin-right:7px;padding:3px 0;font-size:11px;font-weight:700;line-height:1;display:inline-block;position:relative;top:-1px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._name{color:#444;font-size:15px;font-weight:700;line-height:1}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._name[href]{color:#0074e0}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._link{opacity:.9;background:linear-gradient(90deg,#1ea5a0 0%,#1b8abe 100%);border-radius:15px;padding:4px 24px 4px 8px;font-size:12px;font-weight:700;line-height:1;display:block;position:absolute;top:5px;right:55px;color:#fff!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._link:before{content:"";background:url(https://gamewith-tool.s3.ap-northeast-1.amazonaws.com/assets/img/icon-link.png) 50%/contain no-repeat;width:12px;height:12px;display:inline-block;position:absolute;top:4px;right:7px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-header ._link:active{opacity:.5}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table{table-layout:fixed;background-color:#fff;width:100%;display:table}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div{width:auto;display:table-cell}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb{vertical-align:middle;border-right:1px solid #e5e5e5;width:72px;padding:5px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._pokemon-icon{vertical-align:top;border-radius:2px;width:100%;display:block;margin:0!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._pokemon-icon.is-clickable{cursor:pointer}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-switch{opacity:.9;table-layout:fixed;border:1px solid #ffb300;border-radius:2px;width:100%;margin-top:2px;display:table;transform:scale(.9)}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-switch>input[type=radio]{display:none}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-switch>input[type=radio]+label{vertical-align:top;color:#444;text-align:center;cursor:pointer;width:auto;padding:5px 0;font-size:10px;font-weight:700;line-height:1;display:table-cell}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-switch>input[type=radio]:checked+label{color:#fff;background-color:#ffb300}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button{text-align:center;color:#fbc02d;cursor:pointer;background-color:#fff;border:1px solid #fbc02d;border-radius:20px;margin-top:7px;padding:3px 0;font-size:11px;font-weight:700;line-height:1}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button>img{vertical-align:top;-webkit-filter:invert(75%)sepia(98%)saturate(1200%)hue-rotate(358deg)brightness(92%)contrast();filter:invert(75%)sepia(98%)saturate(1200%)hue-rotate(358deg)brightness(92%)contrast();width:10px;height:auto;position:relative;margin:0 2px 0 0!important;display:inline-block!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button:active{color:#fff;background-color:#fbc02d}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button:active>img{-webkit-filter:brightness(0)invert();filter:brightness(0)invert()}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button.is-change{color:#fff;background-color:#fbc02d}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb ._image-button.is-change>img{-webkit-filter:brightness(0)invert();filter:brightness(0)invert()}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb-ex{vertical-align:middle;border-right:1px solid #e5e5e5;width:90px;padding:5px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._thumb-ex ._pokemon-icon{vertical-align:top;cursor:pointer;border-radius:2px;width:100%;display:block;margin:0!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body{vertical-align:top;color:#444;padding:5px 5px 1px;position:relative}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>div{border-bottom:1px solid transparent}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>div:last-child{border-bottom:none}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column{letter-spacing:-.4em;padding-bottom:2px;line-height:0}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column>._type-icon{width:75px;height:auto;margin:0 7px 0 0!important;display:inline-block!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column._ex>._type-icon{display:block!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column._ex>._type-icon:first-child{margin-bottom:3px!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._ability-column{white-space:nowrap;gap:3px;padding:5px 0;display:flex;overflow:hidden}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._ability-column>label{color:gray;vertical-align:middle;font-size:10px;font-weight:700;line-height:15px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._ability-column>._ability{color:#444;font-size:13px;font-weight:700;line-height:15px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column{padding:3px 0 5px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>label{color:gray;vertical-align:middle;margin-right:10px;font-size:10px;font-weight:700;line-height:14px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill-modal-open-btn{color:#607d8b;padding:7px 0;font-size:13px;line-height:1;position:relative}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill-modal-open-btn>._icon{opacity:.7;width:25px;position:absolute;top:2px;right:5px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill-modal-open-btn:after{content:"";background-color:silver;width:1px;height:15px;position:absolute;top:6px;right:33px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill-modal-open-btn:active{color:#fff}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill-modal-open-btn:active>._icon{-webkit-filter:invert();filter:invert();opacity:1}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column{min-height:0;margin:3px 0;font-size:12px;line-height:17px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge{text-align:center;background-color:#f2f2f2;border:1px solid #e5e5e5;border-radius:2px;width:calc(25% - 4px);margin-right:4px;padding:4px 0;font-size:12px;font-weight:700;line-height:12px;display:inline-block}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge.is-lv{color:#e91e63;background-color:#fce4ec;border:1px solid #f48fb1}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge.is-machine{color:#2196f3;background-color:#e3f2fd;border:1px solid #90caf9}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge.is-egg{color:#ff8f00;background-color:#fff3e0;border:1px solid #ffb74d}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge.is-inherit{color:#4caf50;background-color:#f1f8e9;border:1px solid #a5d6a7}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column>a{font-weight:700}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._red{color:#ea2a3d;font-weight:700}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column._ex{padding-top:1px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._stats-column{align-items:center;margin-top:-1px;display:flex}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._stats-column>label{color:gray;vertical-align:middle;margin-right:7px;font-size:10px;font-weight:700;line-height:14px;position:relative;top:1px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._stats-column>._base{vertical-align:middle;color:#a8a8a8;gap:2px;width:calc(100% - 120px);padding-top:1px;font-size:12px;font-weight:700;line-height:21px;display:flex}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._stats-column>._base>span{color:#666;font-size:12px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._stats-column>._base>._rv{text-underline-offset:3px;cursor:pointer;-webkit-text-decoration:underline dashed #ea2a3d;text-decoration:underline dashed #ea2a3d;text-decoration-thickness:1px;color:#ea2a3d!important;margin:0 0 0 -2px!important;padding:0!important}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column{flex-wrap:wrap;gap:2px;padding:4px 0;display:flex}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group{border-radius:2px;align-items:center;margin-right:2px;font-size:10px;font-weight:700;line-height:1;display:inline-flex;overflow:hidden}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group ._label{color:#fff;text-align:center;width:30px;padding:3px 0}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group ._types{color:#444;padding:3px 5px}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-x4 ._label{background-color:#e53935}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-x4 ._types{background-color:#ffebee}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-x2 ._label{background-color:#f06292}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-x2 ._types{background-color:#ffecf4}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-half ._label{background-color:#64b5f6}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-half ._types{background-color:#eaf5fd}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-quarter ._label{background-color:#7f8ccf}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-quarter ._types{background-color:#e8eaf6}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-immune ._label{background-color:#666}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body>._matchup-column ._matchup-group.is-immune ._types{background-color:#f5f5f5}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body ._extend-column{background-color:#fffde8;border:1px solid #ebead7;border-radius:2px;margin:7px 5px 5px;padding:7px 10px;font-size:12px;line-height:19px;display:none}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body ._extend-column.is-show{display:block}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._body ._extend-column a{font-weight:700}.w-pokemon-list>.w-pokemon-list-element>._inner>._inner-table>div._check{vertical-align:middle;text-align:center;border-left:1px solid #e5e5e5;width:36px;display:none}.w-pokemon-list>.w-pokemon-list-element:last-child{border-bottom:1px solid #e5e5e5}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-header{padding:4px 5px 3px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-header>._no{width:80px;padding:3px 0}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-header>._name{font-size:14px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._thumb{width:84px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._thumb>._image-button{margin:3px 2px 0;padding:2px 0;font-size:11px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._type-column ._type-icon{width:75px;height:auto}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._ability-column{padding:3px 0 4px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._ability-column>._ability{font-size:12px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._stats-column>label{top:0}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._skill-column{padding-top:2px}.w-pokemon-list.is-pc>.w-pokemon-list-element>._inner>._inner-table>._body>._skill-column>._skill-modal-open-btn{font-size:13px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-header ._no{width:84px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-header ._name{font-size:14px;line-height:19px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._thumb{width:88px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._thumb>a>img{width:calc(100% - 10px);margin:0 5px!important}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._thumb-ex{width:110px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body{padding:5px 5px 4px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column>._type-icon{width:80px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column._ex>._type-icon{display:inline-block!important}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._type-column._ex>._type-icon:first-child{margin-bottom:0!important}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._chara-column{padding:5px 0}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._chara-column>card,.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._chara-column>a{font-size:12px;line-height:12px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column{padding:5px 0}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._skill-column>._skill{margin:0 8px 0 0;font-size:13px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column{min-height:40px;margin:3px 0 2px;font-size:13px;line-height:18px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column ._badge{width:100px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._text-column._ex{min-height:45px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._footer-column{padding-top:2px}.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._footer-column>._base,.w-pokemon-list.is-2column>.w-pokemon-list-element>._inner>._inner-table>div._body>._footer-column>._location-toggle>._toggle-inner{font-size:12px}.w-pokemon-list.sort-h>.w-pokemon-list-element ._base>._h,.w-pokemon-list.sort-a>.w-pokemon-list-element ._base>._a,.w-pokemon-list.sort-b>.w-pokemon-list-element ._base>._b,.w-pokemon-list.sort-c>.w-pokemon-list-element ._base>._c,.w-pokemon-list.sort-d>.w-pokemon-list-element ._base>._d,.w-pokemon-list.sort-s>.w-pokemon-list-element ._base>._s,.w-pokemon-list.sort-total>.w-pokemon-list-element ._base>._total{color:#ea2a3d!important}.w-pokemon-data-list-noitem{text-align:center;background-color:#f9fafb;border:2px dashed #d0d5dd;border-radius:5px;margin:15px 0 5px;padding:40px 20px}.w-pokemon-data-list-noitem>._icon{color:#1e88e5;background-color:#e1f5fe;border:2px solid #90caf9;border-radius:50%;width:50px;height:50px;margin:0 auto 10px;font-size:24px;font-weight:700;line-height:46px}.w-pokemon-data-list-noitem>._main{color:#444;margin-bottom:5px;font-size:14px;font-weight:700;line-height:1.4}.w-pokemon-data-list-noitem>._sub{color:gray;font-size:12px;line-height:1.4}.w-fixed-overlay-target>._overlay-inner{padding:12px 0;font-size:15px;line-height:1}.w-pokemon-filter-form{background-color:#fff;border:1px solid #e5e5e5;border-radius:5px;margin-bottom:10px;box-shadow:0 0 2px 1px rgba(100,100,100,.03)}.w-pokemon-filter-form>div{border-top:none;border-bottom:1px solid #f2f2f2}.w-pokemon-filter-form>div:last-child{border-bottom:none}.w-pokemon-filter-form .w-pokemon-matchup-section{border-color:#e5e5e5;padding:10px 12px}.w-pokemon-filter-form .w-pokemon-matchup-section>.w-common-form-btn{color:#555}.w-pokemon-filter-form .w-pokemon-matchup-section>.w-common-form-btn:active{color:#fff}.w-pokemon-filter-form>.w-pokemon-filter-keyword{padding:10px 12px 6px}.w-pokemon-filter-form>.w-pokemon-filter-select2{padding:6px 12px}.w-pokemon-filter-form>.w-pokemon-regulation-select{padding:7px 12px 10px}.w-pokemon-filter-form>.w-pokemon-flags-checkbox{padding:10px 12px}.w-pokemon-filter-form .w-common-form-switch-column>._clickable-row{padding:8px 12px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-type{gap:3px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-type>._item{flex:0 0 calc(25% - 2.25px)}.w-pokemon-filter-form .w-common-form-checkbox-group.is-type.is-2column>._item{flex:0 0 calc(16.6667% - 2.5px)}.w-pokemon-filter-form .w-common-form-checkbox-group.is-type.no-check>._item>input+label{opacity:1}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag{gap:5px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag>._item{flex:0 0 calc(33.3333% - 3.33333px)}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag>._item>input+label>._btn{padding:7px 0;font-size:13px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag>._item[rel=gx]>input+label>._btn{font-size:12px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag>._item[rel=ub]>input+label>._btn{font-size:12px}.w-pokemon-filter-form .w-common-form-checkbox-group.is-flag.is-2column>._item{flex:0 0 calc(25% - 3.75px)}.w-pokemon-filter-form>.w-pokemon-filter-types{border-bottom:1px solid #e5e5e5;padding:10px 12px;position:relative}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode{text-align:right;padding-bottom:5px;padding-right:14px;font-size:10px;font-weight:700;line-height:13px}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode.is-float{position:absolute;bottom:3px;right:0}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch{vertical-align:middle;margin-left:1px;font-size:17px;line-height:17px;display:inline-block;position:relative;top:-1px}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch>input{display:none}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch>input:checked+label{background-color:#34b792}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch>label{cursor:pointer;background-color:silver;border-radius:1em;width:1.8em;height:1em;display:block;position:relative}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch>label:before{content:"";background-color:#fff;border-radius:.9em;width:.8em;height:.8em;transition:all .5s;position:absolute;top:.11em;left:.12em}.w-pokemon-filter-form>.w-pokemon-filter-types>._logic-mode ._toggle-switch>input:checked+label:before{left:calc(100% - .95em)}.w-pokemon-filter-form .w-pokemon-bulk-image-switch{gap:10px;width:100%;padding:10px 12px;display:flex;border-top:1px solid #e5e5e5!important;margin-top:-1px!important}.w-pokemon-filter-form .w-pokemon-bulk-image-switch>div{width:50%}.w-pokemon-filter-form .w-pokemon-bulk-image-switch>div>.w-common-form-btn{padding:8px 0;font-size:13px}.w-pokemon-filter-form.is-pc .w-common-form-switch-column ._label-column{font-size:13px!important}.w-pokemon-matchup-filter>._caption{color:#fb8c00;margin-bottom:5px;font-size:13px;font-weight:700;line-height:1}.w-pokemon-matchup-filter>._caption-bottom{color:gray;margin:10px 0 -3px;font-size:11px;font-weight:700;line-height:1}.w-pokemon-matchup-filter>._row{align-items:center;gap:5px;padding:5px 0;display:flex}.w-pokemon-matchup-filter>._row:not(:nth-last-child(3)){border-bottom:1px solid #e5e5e5}.w-pokemon-matchup-filter>._row>.w-common-form-select:first-child{width:40%}.w-pokemon-matchup-filter>._row>.w-common-form-select:nth-child(2),.w-pokemon-matchup-filter>._row>.w-common-form-select:nth-child(3){width:30%}.w-pokemon-matchup-filter>._row ._type-select{flex:2;min-width:0}.w-pokemon-matchup-filter>._row ._value-select,.w-pokemon-matchup-filter>._row ._comparison-select{flex:1;min-width:0}.w-pokemon-matchup-filter>._row>._delete-btn{justify-content:center;align-items:center;height:28px;display:flex;width:30px!important}.w-pokemon-matchup-filter>._row>._delete-btn>img{width:14px;height:14px}.w-pokemon-matchup-filter ._add-btn{text-align:center;color:#a8a8a8;cursor:pointer;border:1px dashed silver;border-radius:5px;margin:5px 0 0;padding:8px 0;font-size:20px;font-weight:700;line-height:1;display:block}.w-matchup-modal-overlay{z-index:9999;background:rgba(0,0,0,.8);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.w-matchup-modal{background-color:#fff;border-radius:5px;flex-direction:column;width:90%;max-width:360px;max-height:80vh;display:flex}.w-matchup-modal__header{background-color:#f2f2f2;border-bottom:1px solid #e5e5e5;border-radius:5px 5px 0 0;justify-content:space-between;align-items:center;padding:0;display:flex}.w-matchup-modal__title{text-align:center;width:100%;height:45px;padding-left:47px;font-size:15px;font-weight:700;line-height:44px}.w-matchup-modal__close{box-sizing:border-box;border-left:1px solid #ddd;justify-content:center;align-items:center;width:47px;height:44px;display:flex}.w-matchup-modal__close.w-batsu-btn{padding:11px 13px}.w-matchup-modal__body{-webkit-overflow-scrolling:touch;padding:12px;overflow-y:auto}.w-matchup-modal__footer{border-top:1px solid #e5e5e5;padding:12px}.w-matchup-modal__confirm-btn{color:#fff;text-align:center;cursor:pointer;background-color:#34b792;border-radius:5px;padding:12px 0;font-size:14px;font-weight:700;line-height:1}.w-matchup-modal__confirm-btn:active{opacity:.8}.w-pokemon-matchup-section ._applied-tags{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.w-pokemon-matchup-section ._tag{color:#444;background-color:#f3e5f5;border-radius:3px;padding:4px 8px;font-size:12px;font-weight:700;line-height:1;display:inline-block}.w-pokemon-matchup-section ._clear-btn{justify-content:center;align-items:center;width:20px;height:19px;display:flex;position:relative}.w-pokemon-matchup-section ._clear-btn>img{width:12px;height:12px}.w-common-sort-ui{background-color:#fff;border:1px solid #e5e5e5;border-radius:5px;margin-top:17px;margin-bottom:5px;padding:12px 10px;box-shadow:0 0 2px 1px rgba(100,100,100,.03)}.w-common-sort-ui.sort-h ._btn[rel=h]{color:#ea2a3d}.w-common-sort-ui.sort-a ._btn[rel=a]{color:#ea2a3d}.w-common-sort-ui.sort-b ._btn[rel=b]{color:#ea2a3d}.w-common-sort-ui.sort-c ._btn[rel=c]{color:#ea2a3d}.w-common-sort-ui.sort-d ._btn[rel=d]{color:#ea2a3d}.w-common-sort-ui.sort-s ._btn[rel=s]{color:#ea2a3d}.w-common-sort-ui.sort-total ._btn[rel=total]{color:#ea2a3d}.w-common-sort-ui.is-2column>._val:first-child{width:240px}.w-common-sort-ui.is-2column>._val:last-child{width:60px}.w-common-sort-ui.is-2column>._val ._btn{font-size:12px;line-height:12px}.w-move-modal-overlay{z-index:9999;background:rgba(0,0,0,.8);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.w-move-modal{background-color:#fff;border-radius:5px;flex-direction:column;width:90%;max-width:360px;max-height:80vh;display:flex}.w-move-modal__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:0;display:flex}.w-move-modal__title{text-align:center;width:100%;height:43px;padding-left:55px;font-size:16px;font-weight:700;line-height:45px}.w-move-modal__close{box-sizing:border-box;border-left:1px solid #ddd;justify-content:center;align-items:center;width:52px;height:43px;display:flex}.w-move-modal__close.w-batsu-btn{padding:8px 14px}.w-move-modal__count{color:gray;font-size:13px;font-weight:700}.w-move-modal__filter{background-color:#f2f2f2;border-bottom:1px solid #e5e5e5;padding:12px}.w-move-modal__filter ._clear-btn>img{opacity:.4}.w-move-modal__keyword-wrap{width:100%}.w-move-modal__filter-row{align-items:center;gap:6px;margin-top:7px;display:flex}.w-move-modal__filter-row-half{flex:0 0 calc(50% - 3px)}.w-move-modal__filter-row-half>.w-common-form-switch-column{padding-right:10px}.w-move-modal__filter-row-half>.w-common-form-switch-column>._label-column{text-align:right;padding-right:7px}.w-move-modal__body{-webkit-overflow-scrolling:touch;padding:6px 12px;overflow-y:auto}.w-move-modal__no-results{text-align:center;color:#a8a8a8;padding:20px 0;font-size:13px}.w-move-modal__group+.w-move-modal__group{margin-top:10px}.w-move-modal__group-header{color:#444;background-color:#f2f2f2;border:1px solid #e5e5e5;border-radius:3px;align-items:center;gap:5px;margin-bottom:2px;padding:4px 5px;font-size:12px;font-weight:700;display:flex}.w-move-modal__group-header .w-type-icon{height:15px}.w-move-modal__stab{color:#e65100;vertical-align:middle;margin-left:3px;font-size:10px;font-weight:700;line-height:1;display:inline-block;position:relative;top:-1px}.w-move-modal__list ._row{border-bottom:1px solid #e5e5e5;flex-wrap:wrap;align-items:center;display:flex}.w-move-modal__list ._row:last-child{border-bottom:none}.w-move-modal__list ._name{white-space:nowrap;flex:1;padding-left:5px;font-size:13px;font-weight:700;line-height:1}.w-move-modal__list ._type{white-space:nowrap;align-items:center;gap:3px;display:flex}.w-move-modal__list .w-type-icon,.w-move-modal__list .w-move-class-icon{height:15px;margin-left:1px}.w-move-modal__list ._stat{text-align:center;white-space:nowrap;flex-shrink:0;width:35px;margin-left:3px;padding:4px 2px}.w-move-modal__list ._stat:last-child{margin-left:0}.w-move-modal__list ._stat-label{color:#a8a8a8;margin-bottom:2px;font-size:8px;line-height:1;display:block;position:relative;top:-1px}.w-move-modal__list ._stat-value{font-size:12px;font-weight:700;line-height:15px;display:block}.w-move-modal__list ._effect{color:#444;background-color:#f2f2f2;width:100%;margin-bottom:-1px;padding:3px 6px 5px;font-size:11px;line-height:16px}.w-move-modal.is-pc{max-width:400px}.w-move-modal.is-pc .w-move-modal__list>._row ._name{font-size:14px}.w-move-modal.is-pc .w-move-modal__list>._row .w-type-icon{width:79px;height:17px;margin-left:1px}.w-move-modal.is-pc .w-move-modal__list>._row ._type{margin-right:7px}.w-move-modal.is-pc .w-move-modal__list>._row ._stat{width:40px}.w-move-modal.is-pc .w-move-modal__list>._row ._stat>._stat-value{font-size:13px}.w-type-icon{vertical-align:top;background-repeat:no-repeat;background-size:contain;width:70px;height:16px;margin:0;display:inline-block}.w-type-icon[rel=ノ]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/normal.png)}.w-type-icon[rel=炎]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/fire.png)}.w-type-icon[rel=水]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/water.png)}.w-type-icon[rel=草]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/grass.png)}.w-type-icon[rel=電]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/electric.png)}.w-type-icon[rel=氷]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/ice.png)}.w-type-icon[rel=格]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/fighting.png)}.w-type-icon[rel=毒]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/poison.png)}.w-type-icon[rel=地]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/ground.png)}.w-type-icon[rel=飛]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/flying.png)}.w-type-icon[rel=エ]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/psychic.png)}.w-type-icon[rel=虫]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/bug.png)}.w-type-icon[rel=岩]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/rock.png)}.w-type-icon[rel=ゴ]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/ghost.png)}.w-type-icon[rel=ド]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/dragon.png)}.w-type-icon[rel=悪]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/dark.png)}.w-type-icon[rel=鋼]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/steel.png)}.w-type-icon[rel=妖]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/fairy.png)}.w-move-class-icon{vertical-align:top;background-repeat:no-repeat;background-size:contain;width:25px;height:16px;margin:0;display:inline-block}.w-move-class-icon[rel=物]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/buturi.jpg)}.w-move-class-icon[rel=特]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/tokusyu.jpg)}.w-move-class-icon[rel=変]{background-image:url(https://img.gamewith.jp/article_tools/pokemon-champions/gacha/henka.jpg)}
/*$vite$:1*/