@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, .175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance, 150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, .2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, .2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, .1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, .5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__container::backdrop{background-color:#0000}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:#0000;min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:#18181b80}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, .25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, .35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, .15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, .35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:#18181be6;color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:#0000}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translateZ(0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:#0000;outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * .5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@tailwind components;.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}[class*=__slide-tab] .tab__pagination .pagination__item:before,[class*=__slide-tab] .tab__pagination .pagination__item:after,.page__anime,.page__item--video .video-inner .video,.page__item-cont>div:before,.page__bg:after,.page__bg:before,.page__bg,#loading,#cover,#loader,.popup__bg,.popup,.menu:before{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.section13__item-cont .map-detail span,.section11__dungeon .dungeon__item .item span,.section11__dungeon .dungeon__title span,.section11__title span,.section10__title span,.swiper,.page__item-cont>div,.page__item-title>span,.page__item-text>span,.page__bg .bg__video,.fp-overflow{height:100%;width:100%}.section13__item-cont .map-detail,.section11__dungeon .dungeon__title,.section11__title,.section10__title,.section6__slide-tab:before,.section5__slide-video .video__img:before,.section5__slide-video .video__img,.main__play a:before,[class*=__slide-tab] .tab__pagination .pagination__item:before,[class*=__slide-tab] .tab__pagination .pagination__item:after,.page__item-frame:before,.page__item-cont .cont__item .item__btn,.page__item--btn:before,.page__item,#loading i,#loader .logo,.popup__main{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main__scroll:before{position:absolute;bottom:0;left:50%;transform:translate(-50%)}[class*=__slide-tab] .tab__arrow,.menu__item .menu__link:before,.menu__item .menu__link:after,.menu__item.--disabled:after,.menu__item.--new:after,.menu__item:before{position:absolute;top:50%;transform:translateY(-50%)}@keyframes slideUp{0%{transform:translateY(calc(var(--vh, 1vh) * 3.3333333333));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(calc(var(--vh, 1vh) * -3.3333333333));opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideRight{0%{transform:translate(calc(var(--vh, 1vh) * 3.3333333333));opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideLeft{0%{transform:translate(calc(var(--vh, 1vh) * -3.3333333333));opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes vertical{0%{transform:translateY(0)}to{transform:translateY(-5px)}}@keyframes btn-eff{50%,to{left:125%}}body .ncsoftGnbWrapper{position:absolute!important;left:0;top:0;width:100%}.menu{z-index:99;height:100vh;width:100%;position:absolute;top:0;left:0;pointer-events:none}@media screen and (min-width:640px){.menu{top:50%;transform:translateY(-50%);height:auto;width:auto}}.menu:before{content:"";background:#00000080;opacity:0}@media screen and (min-width:640px){.menu:before{right:auto;bottom:auto;height:200vh;width:264px;margin-top:-50vh;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu_bg.webp) 0 0/contain repeat-y;opacity:1}}.menu__ui{pointer-events:auto;position:absolute;top:0;right:0;z-index:2;height:100%;width:250px;background:#141414 url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu_bg_sp.webp) no-repeat 50% 35px;padding-top:80px;padding-left:1.5em;transform:translate(100%);transition:transform .5s cubic-bezier(.22,.61,.36,1)}@media screen and (min-width:640px){.menu__ui{position:relative;height:auto;margin-left:30px;padding-top:0;padding-left:0;transform:translate(0);background:transparent}}.menu__ui>li+li{margin-top:1em}@media screen and (min-width:640px){.menu__ui>li+li{margin-top:0}}.menu__item{position:relative;height:calc(var(--vh, 1vh) * 3.7777777778);width:calc(var(--vh, 1vh) * 22.2222222222)}.menu__item:before{content:"";left:-30px;height:calc(var(--vh, 1vh) * 6.5555555556);width:100%;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu_active.webp) 0 0/contain no-repeat;pointer-events:none;transform:translate(-300px,-50%);transition:.4s;display:none}@media screen and (min-width:640px){.menu__item:before{display:block}}.menu__item.--disabled:after,.menu__item.--new:after{content:"";height:calc(var(--vh, 1vh) * 2.2222222222);width:100%}.menu__item.--disabled.menu__item--4:after{margin-left:calc(var(--vh, 1vh) * 13.8888888889);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu_icon.webp) 0 calc(var(--vh, 1vh) * -3.3333333333)/calc(var(--vh, 1vh) * 13.8888888889) no-repeat}.menu__item.--new:after{margin-left:calc(var(--vh, 1vh) * 13.8888888889);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu_icon.webp) 0 0/calc(var(--vh, 1vh) * 13.8888888889) no-repeat}.menu__item.--new.menu__item--6:after{margin-left:calc(var(--vh, 1vh) * 6.6666666667)}.menu__item .menu__link{display:block;text-indent:-999em;height:100%}.menu__item .menu__link:before,.menu__item .menu__link:after{content:"";left:0;height:calc(var(--vh, 1vh) * 1.6666666667);width:100%;pointer-events:none;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/menu.webp) 0 0/calc(var(--vh, 1vh) * 44.4444444444) no-repeat}.menu__item .menu__link:after{opacity:0}.menu__item--1 .menu__link:before{background-position:0 0}.menu__item--1 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) 0}.menu__item--2 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 1)}.menu__item--2 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 1)}.menu__item--3 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 2)}.menu__item--3 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 2)}.menu__item--4 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 3)}.menu__item--4 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 3)}.menu__item--5 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 4)}.menu__item--5 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 4)}.menu__item--6 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 5)}.menu__item--6 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 5)}.menu__item--7 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 6)}.menu__item--7 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 6)}.menu__item--8 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 7)}.menu__item--8 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 7)}.menu__item--9 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 8)}.menu__item--9 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 8)}.menu__item--10 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 9)}.menu__item--10 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 9)}.menu__item--11 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 10)}.menu__item--11 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 10)}.menu__item--12 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 11)}.menu__item--12 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 11)}.menu__item--13 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 12)}.menu__item--13 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 12)}.menu__item--14 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 13)}.menu__item--14 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 13)}.menu__item--15 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 14)}.menu__item--15 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 14)}.menu__item--16 .menu__link:before{background-position:0 calc(var(--vh, 1vh) * -3.3333333333 * 15)}.menu__item--16 .menu__link:after{background-position:calc(var(--vh, 1vh) * -22.2222222222) calc(var(--vh, 1vh) * -3.3333333333 * 15)}.menu__item.active:not([class*=current]):before{transform:translateY(-50%)}.menu__item.active .menu__link:before{opacity:0}.menu__item.active .menu__link:after{opacity:1}.menu__btn{display:inline-block;z-index:9999;position:absolute;top:45px;right:15px;height:30px;width:30px;transition:all .3s ease;pointer-events:auto}.menu__btn i{height:2px;width:25px;position:absolute;top:50%;left:50%;transition:all .3s ease;background:#fff;margin-left:-12.5px}.menu__btn i:nth-child(1){margin-top:-9px}.menu__btn i:nth-child(2){margin-top:-1px}.menu__btn i:nth-child(3){margin-top:7px}.menu__btn--active i{display:inline-block}.menu__btn--active i:nth-child(1){transform:translateY(13px) rotate(-45deg);margin-top:-15px}.menu__btn--active i:nth-child(2){opacity:0}.menu__btn--active i:nth-child(3){transform:translateY(-12px) rotate(45deg);margin-top:10px}@media screen and (min-width:640px){.menu__btn{display:none}}.menu--active .menu__ui{transform:translate(0)}.menu--active:before{animation:fadeIn .25s ease-in-out both}.popup{z-index:99999;opacity:0}.popup.popup--active{animation:fadeIn .25s ease-in-out both}.popup__bg{z-index:0;background:#000c;transition:opacity .15s ease}.popup__main{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1;height:auto;width:90.6666666667vw;min-height:56vw;padding:4vw 6vw;color:#9bb0ba;-o-border-image:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/popup_border.webp) 33.333%/10px;border-image:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/popup_border.webp) 33.333%/10px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/popup_bg.webp) center top/cover no-repeat}@media screen and (min-width:640px){.popup__main{height:auto;width:calc(var(--vh, 1vh) * 67.2222222222);min-height:calc(var(--vh, 1vh) * 33.3333333333);padding:calc(var(--vh, 1vh) * 3.3333333333) calc(var(--vh, 1vh) * 5)}}.popup__main--error{color:#b0f5ff;font-size:1.25em;text-align:center}.popup__main-cont{width:100%}.popup__main--text{font-size:1.25em;color:#b0f5ff}@media screen and (min-width:640px){.popup__main--text{font-size:1.5em}}.popup__main--code{display:flex;justify-content:space-between;align-items:center;font-size:1.05em;margin-top:2vw}@media screen and (min-width:640px){.popup__main--code{font-size:1.75em;margin-top:calc(var(--vh, 1vh) * 1.6666666667)}}.popup__main--code>[class*=code__]{padding:.6666666667vw 1.3333333333vw}@media screen and (min-width:640px){.popup__main--code>[class*=code__]{padding:calc(var(--vh, 1vh) * .5555555556) calc(var(--vh, 1vh) * 1.1111111111)}}.popup__main--code .code__box{width:calc(100% - 7em);border:2px solid #5887a4;background:#000f1f}.popup__main--code .code__box:focus{outline:none}.popup__main--code .code__btn{width:6.5em;color:#fff;text-align:center;background:#009de6;border-radius:calc(var(--vh, 1vh) * .5555555556);transition:all .3s ease}.popup__main--code .code__btn:hover{background:#00b7ed}.popup__main--att{font-size:.75em;margin-top:3.3333333333vw}@media screen and (min-width:640px){.popup__main--att{margin-top:calc(var(--vh, 1vh) * 2.7777777778)}}.popup__main--att li{position:relative;text-indent:-1em;padding-left:1em}.popup__main--att li:before{content:"※";display:inline-block;text-indent:0}.popup__main--att li+li{margin-top:.25em}.popup__main--att .att__btn--text{text-decoration:underline}.popup__main--att .att__btn--text:hover{text-decoration:none}.popup--close{position:absolute;top:-38px;right:0;height:25px;width:26px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/popup_close.webp) center/contain no-repeat}.popup--close svg{visibility:hidden}.fancybox__container .fancybox__backdrop{background:#000c}.fancybox__container .f-button.is-close-btn{top:-38px!important;right:-5px;height:25px;width:26px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/popup_close.webp) center/contain no-repeat}.fancybox__container .f-button.is-close-btn svg{visibility:hidden}#loader{z-index:99999;transition:opacity .25s ease-in-out;background:#000}#loader .logo{height:125px;width:300px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_title.webp) center/contain no-repeat}#loader.loader--fade{opacity:0}#cover,#loading{z-index:99999}#loading i{height:calc(var(--vh, 1vh) * 5.5555555556);width:calc(var(--vh, 1vh) * 5.5555555556);margin-top:calc(var(--vh, 1vh) * -2.7777777778);margin-left:calc(var(--vh, 1vh) * -2.7777777778);text-indent:-999em;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_loading.webp) left center/contain no-repeat;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fp-watermark{display:none}html,body,#fullpage{max-height:calc(var(--vh, 1vh) * 100)}.page__bg{z-index:0;pointer-events:none}.page__bg:after,.page__bg:before{content:""}.page__bg:before{z-index:2;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/bg_cover.webp) center bottom repeat-x}.page__bg--section1:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_bg.webp) center top/cover no-repeat}}.page__bg--section2:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_bg.webp) center top/cover no-repeat}}.page__bg--section3:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section3_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section3:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section3_bg.webp) center top/cover no-repeat}}.page__bg--section7:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section7_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section7:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section7_bg.webp) center top/cover no-repeat}}.page__bg--section8:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section8_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section8:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section8_bg.webp) center top/cover no-repeat}}.page__bg--section9:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section9_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section9:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section9_bg.webp) center top/cover no-repeat}}.page__bg--section12:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section12:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_bg.webp) center top/cover no-repeat}}.page__bg--section13:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.page__bg--section13:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_bg.webp) center top/cover no-repeat}}.page__bg .bg__video{display:none;position:relative;z-index:1;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 0;object-position:50% 0}@media screen and (min-width:640px){.page__bg .bg__video{display:block}}.page__item{z-index:1;text-indent:-999em}.page__item--btn{height:11.3333333333vw;width:59.4666666667vw;max-width:370px;max-height:70px}@media screen and (min-width:640px){.page__item--btn{height:calc(var(--vh, 1vh) * 7.7777777778);width:calc(var(--vh, 1vh) * 41.1111111111);max-width:370px;max-height:70px}}.page__item--btn>*{position:relative;height:100%;width:100%;display:block;overflow:hidden}.page__item--btn>*:before{content:"";position:absolute;top:0;left:-75%;height:100%;width:50%;background:#fff;mix-blend-mode:overlay;transform:skew(-25deg);animation:btn-eff 3s infinite}.page__item--btn:before{content:"";height:44.2666666667vw;width:84.5333333333vw;max-width:528px;max-height:276px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_btn.webp) center/84.5333333333vw no-repeat;background-position:0 0;pointer-events:none}@media screen and (min-width:640px){.page__item--btn:before{height:calc(var(--vh, 1vh) * 30.6666666667);width:calc(var(--vh, 1vh) * 58.6666666667);background-size:calc(var(--vh, 1vh) * 58.6666666667)}}.page__item--btn.--done:before{background-position:0 -44.9333333333vw}@media screen and (min-width:640px){.page__item--btn.--done:before{background-position:0 calc(var(--vh, 1vh) * -31.1111111111)}}.page__item--btn.--disabled:before{background-position:0 -89.8666666667vw}@media screen and (min-width:640px){.page__item--btn.--disabled:before{background-position:0 calc(var(--vh, 1vh) * -62.2222222222)}}.page__item--btn.--disabled>*:before{display:none}.page__item-title,.page__item-text{text-indent:0}.page__item-title>span,.page__item-text>span{text-indent:-999em;display:inline-block}.page__item-cont>div{position:relative;padding-top:6vw}@media screen and (min-width:576px){.page__item-cont>div{padding-top:calc(var(--vh, 1vh) * 3.8888888889)}}.page__item-cont>div:before{content:"";animation:fadeIn 2s ease both infinite alternate}.page__item-cont [class*=cont__]{z-index:2;position:relative}.page__item-cont .cont__title{height:3.7333333333vw;width:100%;max-height:26px}@media screen and (min-width:576px){.page__item-cont .cont__title{height:calc(var(--vh, 1vh) * 2.8888888889)}}.page__item-cont .cont__item .item__btn{z-index:2;height:10.6666666667vw;width:10.6666666667vw;max-height:55px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_cont_btn.webp) center/contain no-repeat}@media screen and (min-width:640px){.page__item-cont .cont__item .item__btn{height:calc(var(--vh, 1vh) * 6.1111111111);width:calc(var(--vh, 1vh) * 6.1111111111)}}.page__item-cont .cont__item .item__btn--plus{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_cont_btn_plus.webp) center/contain no-repeat}.page__item-frame{display:block;position:relative;width:100%;max-width:89.3333333333vw}@media screen and (min-width:640px){.page__item-frame{max-width:calc(var(--vh, 1vh) * 74.4444444444)}}.page__item-frame:before{content:"";z-index:2;height:77.3333333333vw;width:162.1333333333vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_video_bg.webp) center/contain no-repeat;pointer-events:none}@media screen and (min-width:640px){.page__item-frame:before{height:calc(var(--vh, 1vh) * 64.4444444444);width:calc(var(--vh, 1vh) * 135.1111111111)}}.page__item--link{border:1px solid #000}.page__item--link .link__thumb{overflow:hidden}.page__item--link .link__thumb img{transition:transform .15s cubic-bezier(.4,0,.2,1)}.page__item--link:hover img{transform:scale(1.025)}.page__item--video .video-inner{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.page__anime{pointer-events:none;text-indent:-999em;overflow:hidden}.active .page__item-title>*{animation:slideUp .5s ease-out .5s both}.active .page__item-text>*{animation:slideDown .5s ease-out .5s both}[class*=__slide-tab]{left:0;transform:translateY(-50%);width:100vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_tab_line.webp) left center/contain no-repeat}[class*=__slide-tab] .tab__arrow{z-index:1;cursor:pointer;height:10.8vw;width:16.5333333333vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_tab_arrow.webp) center/contain no-repeat}[class*=__slide-tab] .tab__arrow--next{right:0;transform:translateY(-50%) rotate(180deg)}@media screen and (min-width:640px){[class*=__slide-tab] .tab__arrow{z-index:0}}[class*=__slide-tab] .tab__pagination{position:relative;top:auto;bottom:auto;display:flex;justify-content:center}@media screen and (min-width:640px){[class*=__slide-tab] .tab__pagination{z-index:1;justify-content:space-between}}[class*=__slide-tab] .tab__pagination .pagination__item{position:relative;display:inline-block;background:none;opacity:1;height:6.6666666667vw;width:5.3333333333vw}@media screen and (min-width:640px){[class*=__slide-tab] .tab__pagination .pagination__item{background:transparent}}[class*=__slide-tab] .tab__pagination .pagination__item:before,[class*=__slide-tab] .tab__pagination .pagination__item:after{content:"";transition:opacity .5s;pointer-events:none;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/common_tab.webp) left center/cover no-repeat}[class*=__slide-tab] .tab__pagination .pagination__item:after{opacity:0;background-position:-5.3333333333vw center}[class*=__slide-tab] .tab__pagination .pagination__item.swiper-pagination-bullet-active:after{opacity:1}.active [class*=__slide-tab]{animation:fadeIn 1s ease-out 1.5s both}.active .swiper-slide-active [class*=__slide-title],.active .swiper-slide-active [class*=__slide-text],.active .swiper-slide-active [class*=__slide-video]{animation:slideRight .5s ease-out .5s both}.active .swiper-slide-active [class*=__slide-text],.active .swiper-slide-active [class*=__slide-video]{animation-delay:.75s}.main .page__item{text-indent:-999em}.main__text{height:6vw;width:100%;max-height:32px;margin-top:-40vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_text.webp) center/contain no-repeat}@media screen and (min-width:640px){.main__text{height:calc(var(--vh, 1vh) * 3.5555555556);margin-top:calc(var(--vh, 1vh) * -32.2222222222)}}.main__text.--comingsoon{height:18.1333333333vw;max-height:111px;margin-top:28vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_comingsoon.webp) center/contain no-repeat}@media screen and (min-width:640px){.main__text.--comingsoon{height:calc(var(--vh, 1vh) * 12.3333333333);margin-top:calc(var(--vh, 1vh) * 18.8888888889)}}.main__title{height:38vw;width:100%;max-height:313px;margin-top:-14.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_title.webp) center/contain no-repeat}@media screen and (min-width:640px){.main__title{height:calc(var(--vh, 1vh) * 34.7777777778);margin-top:calc(var(--vh, 1vh) * -14.4444444444)}}.main__title.--comingsoon{margin-top:-6.6666666667vw}@media screen and (min-width:640px){.main__title.--comingsoon{margin-top:calc(var(--vh, 1vh) * -7.7777777778)}}.main__play a{position:relative;display:block;height:26.6666666667vw;width:26.6666666667vw;margin-top:40vw}@media screen and (min-width:640px){.main__play a{height:calc(var(--vh, 1vh) * 18.8888888889);width:calc(var(--vh, 1vh) * 18.8888888889);margin-top:calc(var(--vh, 1vh) * 22.2222222222)}}.main__play a:before{content:"";height:62.6666666667vw;width:63.3333333333vw;max-height:392px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_play.webp) center/contain no-repeat;pointer-events:none;animation:kirakira 1s infinite alternate}@media screen and (min-width:640px){.main__play a:before{height:calc(var(--vh, 1vh) * 43.5555555556);width:calc(var(--vh, 1vh) * 44)}}.main__date{height:13.3333333333vw;width:100%;max-height:75px;margin-top:38.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_date.webp) center/contain no-repeat}@media screen and (min-width:640px){.main__date{height:calc(var(--vh, 1vh) * 8.3333333333);margin-top:calc(var(--vh, 1vh) * 23.3333333333)}}.main__btn{z-index:2;margin-top:53.3333333333vw}@media screen and (min-width:640px){.main__btn{margin-top:calc(var(--vh, 1vh) * 33.3333333333)}}.main__scroll{position:absolute;top:auto;bottom:0;transform:translate(-50%);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_scroll_bg.webp) center/contain no-repeat;height:27.4666666667vw;width:44.2666666667vw}@media screen and (min-width:640px){.main__scroll{height:calc(var(--vh, 1vh) * 22.8888888889);width:calc(var(--vh, 1vh) * 36.8888888889)}}.main__scroll:before{content:"";pointer-events:none;animation:vertical 1.5s ease-in-out infinite alternate;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_scroll_arrow.webp) center/contain no-repeat;margin-left:-4vw;height:6.1333333333vw;width:8vw}@media screen and (min-width:640px){.main__scroll:before{margin-left:calc(var(--vh, 1vh) * -2.2222222222);height:calc(var(--vh, 1vh) * 3.4444444444);width:calc(var(--vh, 1vh) * 4.4444444444)}}.main__sns{z-index:2;position:absolute;top:46px;left:0}@media screen and (min-width:640px){.main__sns{position:absolute;top:auto;right:0;bottom:30px;left:auto}}.main__sns .sns__btn{display:block;height:12.4vw;width:34.6666666667vw;max-width:260px;max-height:93px;text-indent:-999em;transition:all .25s ease;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_sns.webp) 0 center/58.6666666667vw no-repeat}@media screen and (min-width:640px){.main__sns .sns__btn{height:calc(var(--vh, 1vh) * 19.1111111111);width:calc(var(--vh, 1vh) * 18.4444444444);max-width:166px;max-height:172px;background-size:calc(var(--vh, 1vh) * 48.8888888889)}}.main__sns .sns__btn:hover{filter:brightness(130%)}.main__sns .sns__btn--1{background-position:-24vw 0}@media screen and (min-width:640px){.main__sns .sns__btn--1{background-position:0 0}}.main__sns .sns__btn--2{background-position:-24vw -13.3333333333vw}@media screen and (min-width:640px){.main__sns .sns__btn--2{background-position:0 calc(var(--vh, 1vh) * -20)}}.main .page__bg:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/main_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.main .page__bg:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/main_poster_loop.webp) center/cover no-repeat}}.main.active .page__item{animation:fadeIn 2s ease 2s both}.main.active .page__item.main__title{animation-delay:1s}.main.active .main__sns .sns__btn{animation:slideLeft .5s ease-out 2.75s both}@media screen and (min-width:640px){.main.active .main__sns .sns__btn{animation:slideRight .5s ease-out 2.75s both}}.main.active .main__sns .sns__btn--2{animation-delay:3s}@keyframes kirakira{0%{filter:brightness(100%)}to{filter:brightness(150%)}}.section1__item-title{height:24.6666666667vw;width:100%;margin-top:-40vw;max-height:185px}@media screen and (min-width:640px){.section1__item-title{height:calc(var(--vh, 1vh) * 20.5555555556);width:100%;margin-top:calc(var(--vh, 1vh) * -31.1111111111)}}.section1__item-title span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_title.webp) center/contain no-repeat}.section1__item-text{height:89.3333333333vw;width:100%;margin-top:calc(var(--vh, 1vh) * 10);max-height:460px}@media screen and (min-width:640px){.section1__item-text{height:calc(var(--vh, 1vh) * 51.1111111111);width:100%;margin-top:calc(var(--vh, 1vh) * 8.8888888889)}}.section1__item-text span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_text.webp) center/cover no-repeat}@media screen and (min-width:1024px){.section1__item-text span{background-size:contain}}.section1 .anime__item{position:absolute;top:50%;left:50%;opacity:0;display:none}@media screen and (min-width:640px){.section1 .anime__item{display:block}}.section1 .anime__item--1{z-index:1;height:calc(var(--vh, 1vh) * 82.4444444444);width:calc(var(--vh, 1vh) * 33.3333333333);margin-top:calc(var(--vh, 1vh) * -33.3333333333);margin-left:calc(var(--vh, 1vh) * -75.5555555556);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_1.webp) center/contain no-repeat}.section1 .anime__item--2{z-index:2;height:calc(var(--vh, 1vh) * 8.7777777778);width:calc(var(--vh, 1vh) * 24.3333333333);margin-top:calc(var(--vh, 1vh) * 14.4444444444);margin-left:calc(var(--vh, 1vh) * -70);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_2.webp) center/contain no-repeat}.section1 .anime__item--3{z-index:3;height:calc(var(--vh, 1vh) * 93.8888888889);width:calc(var(--vh, 1vh) * 78.5555555556);margin-top:calc(var(--vh, 1vh) * -38.8888888889);margin-left:calc(var(--vh, 1vh) * 14.4444444444);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_3.webp) center/contain no-repeat}.section1 .anime__item--4{z-index:4;height:calc(var(--vh, 1vh) * 8.7777777778);width:calc(var(--vh, 1vh) * 24.3333333333);margin-top:calc(var(--vh, 1vh) * 19.4444444444);margin-left:calc(var(--vh, 1vh) * 32.2222222222);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_4.webp) center/contain no-repeat}.section1 .anime__item--5{z-index:5;height:calc(var(--vh, 1vh) * 53.2222222222);width:calc(var(--vh, 1vh) * 25.5555555556);margin-top:calc(var(--vh, 1vh) * 1.1111111111);margin-left:calc(var(--vh, 1vh) * -48.8888888889);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_5.webp) center/contain no-repeat}.section1 .anime__item--6{z-index:6;height:calc(var(--vh, 1vh) * 8.7777777778);width:calc(var(--vh, 1vh) * 24.3333333333);margin-top:calc(var(--vh, 1vh) * 33.3333333333);margin-left:calc(var(--vh, 1vh) * -56.6666666667);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section1_anime_6.webp) center/contain no-repeat}.section1.active .anime__item--1,.section1.active .anime__item--5{animation:slideLeft .5s ease-in-out 1.75s both}.section1.active .anime__item--5{animation-delay:1.25s}.section1.active .anime__item--3{animation:slideRight .5s ease-in-out 1.5s both}.section1.active .anime__item--2,.section1.active .anime__item--4,.section1.active .anime__item--6{animation:slideUp .5s ease-in-out 2s both}.section2__item-title{height:33.3333333333vw;width:100%;margin-top:-45.3333333333vw;max-height:253px}@media screen and (min-width:640px){.section2__item-title{height:calc(var(--vh, 1vh) * 28.1111111111);margin-top:calc(var(--vh, 1vh) * -31.1111111111)}}.section2__item-title span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_title.webp) center/contain no-repeat}.section2__item-text{height:18.1333333333vw;width:100%;max-height:136px;margin-top:-21.3333333333vw}@media screen and (min-width:640px){.section2__item-text{height:calc(var(--vh, 1vh) * 11.8888888889);max-height:107px;margin-top:calc(var(--vh, 1vh) * -14.4444444444)}}.section2__item-text span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_text.webp) center/contain no-repeat}.section2__item-cont{height:60.2666666667vw;width:100%;max-height:452px;margin-top:21.3333333333vw}@media screen and (min-width:576px){.section2__item-cont{height:calc(var(--vh, 1vh) * 41.7777777778);max-height:376px;margin-top:calc(var(--vh, 1vh) * 12.2222222222)}}.section2__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_cont_bg_sp.webp) center/contain no-repeat}@media screen and (min-width:576px){.section2__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_cont_bg.webp) center/contain no-repeat}}.section2__item-cont .cont__title{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_cont_title.webp) center/contain no-repeat}.section2__item-cont .cont__item{height:39.6vw;width:100%;max-height:297px;margin-top:4vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_cont_item.webp) center/contain no-repeat}@media screen and (min-width:576px){.section2__item-cont .cont__item{height:calc(var(--vh, 1vh) * 26.5555555556);max-height:239px;margin-top:calc(var(--vh, 1vh) * 3.8888888889)}}.section2__item-cont .cont__item .item__btn{margin-top:0;margin-left:21.3333333333vw}@media screen and (min-width:640px){.section2__item-cont .cont__item .item__btn{margin-top:calc(var(--vh, 1vh) * 1.1111111111);margin-left:calc(var(--vh, 1vh) * 13.3333333333)}}.section2__item--btn{margin-top:62.6666666667vw}@media screen and (min-width:576px){.section2__item--btn{margin-top:calc(var(--vh, 1vh) * 38.8888888889)}}.section2__item--signup{height:3.7333333333vw;width:14.6666666667vw;max-height:19px;margin-top:74.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section2_signup.webp) center/contain no-repeat}@media screen and (min-width:576px){.section2__item--signup{height:calc(var(--vh, 1vh) * 2.1111111111);width:calc(var(--vh, 1vh) * 8.1111111111);margin-top:calc(var(--vh, 1vh) * 45.5555555556)}}.section2.active .section2__item-cont,.section2.active .section2__item--btn,.section2.active .section2__item--signup{animation:fadeIn 1s ease 1s both}.section4__cont{width:100vw;padding-left:2.6666666667vw;margin-top:22.6666666667vw}@media screen and (min-width:640px){.section4__cont{padding-left:6.6666666667vw;margin-top:0}}@media screen and (min-width:1024px){.section4__cont{width:calc(var(--vh, 1vh) * 103.3333333333);padding-left:0}}.section4__slide-title{height:15.7333333333vw;width:100%;max-height:118px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_title.webp) 0 center/39.2vw no-repeat}@media screen and (min-width:640px){.section4__slide-title{height:calc(var(--vh, 1vh) * 13.1111111111);background-size:calc(var(--vh, 1vh) * 32.6666666667)}}.section4__slide-title--1{background-position:0 0}.section4__slide-title--2{background-position:0 -17.3333333333vw}@media screen and (min-width:640px){.section4__slide-title--2{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 1)}}.section4__slide-title--3{background-position:0 -34.6666666667vw}@media screen and (min-width:640px){.section4__slide-title--3{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 2)}}.section4__slide-title--4{background-position:0 -52vw}@media screen and (min-width:640px){.section4__slide-title--4{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 3)}}.section4__slide-text{height:28vw;width:100%;max-height:146px;margin-top:calc(var(--vh, 1vh) * -1.1111111111);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_text.webp) 0 center/101.6vw no-repeat}@media screen and (min-width:640px){.section4__slide-text{height:calc(var(--vh, 1vh) * 16.2222222222);margin-top:0;background-size:calc(var(--vh, 1vh) * 58.8888888889)}}.section4__slide-text--1{background-position:0 0}.section4__slide-text--2{background-position:0 -28vw}@media screen and (min-width:640px){.section4__slide-text--2{background-position:0 calc(var(--vh, 1vh) * -16.2222222222 * 1)}}.section4__slide-text--3{background-position:0 -56vw}@media screen and (min-width:640px){.section4__slide-text--3{background-position:0 calc(var(--vh, 1vh) * -16.2222222222 * 2)}}.section4__slide-text--4{background-position:0 -84vw}@media screen and (min-width:640px){.section4__slide-text--4{background-position:0 calc(var(--vh, 1vh) * -16.2222222222 * 3)}}.section4__slide-tab{margin-top:53.3333333333vw;margin-left:0}@media screen and (min-width:640px){.section4__slide-tab{width:calc(var(--vh, 1vh) * 52.7777777778);margin-top:calc(var(--vh, 1vh) * 27.2222222222);margin-left:13.3333333333vw}}@media screen and (min-width:1024px){.section4__slide-tab{left:50%;transform:translate(-50%,-50%);margin-left:calc(var(--vh, 1vh) * -24.4444444444)}}@media screen and (min-width:640px){.section4__slide-tab .tab__arrow{height:calc(var(--vh, 1vh) * 24.6666666667);width:calc(var(--vh, 1vh) * 47.5555555556);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_tab_arrow.webp) center/contain no-repeat}.section4__slide-tab .tab__arrow--prev{margin-left:calc(var(--vh, 1vh) * -23.3333333333)}.section4__slide-tab .tab__arrow--next{margin-right:calc(var(--vh, 1vh) * -23.3333333333)}.section4__slide-tab .tab__pagination .pagination__item{height:calc(var(--vh, 1vh) * 11.1111111111);width:calc(var(--vh, 1vh) * 11.1111111111)}.section4__slide-tab .tab__pagination .pagination__item:before,.section4__slide-tab .tab__pagination .pagination__item:after{height:calc(var(--vh, 1vh) * 34.8888888889);width:calc(var(--vh, 1vh) * 35.1111111111);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_tab.webp) 0 0/calc(var(--vh, 1vh) * 71.1111111111) no-repeat}.section4__slide-tab .tab__pagination .pagination__item--1:before{background-position:0 0}.section4__slide-tab .tab__pagination .pagination__item--1:after{background-position:calc(var(--vh, 1vh) * -35.5555555556) 0}.section4__slide-tab .tab__pagination .pagination__item--2:before{background-position:0 calc(var(--vh, 1vh) * -35 * 1)}.section4__slide-tab .tab__pagination .pagination__item--2:after{background-position:calc(var(--vh, 1vh) * -35.5555555556) calc(var(--vh, 1vh) * -35 * 1)}.section4__slide-tab .tab__pagination .pagination__item--3:before{background-position:0 calc(var(--vh, 1vh) * -35 * 2)}.section4__slide-tab .tab__pagination .pagination__item--3:after{background-position:calc(var(--vh, 1vh) * -35.5555555556) calc(var(--vh, 1vh) * -35 * 2)}.section4__slide-tab .tab__pagination .pagination__item--4:before{background-position:0 calc(var(--vh, 1vh) * -35 * 3)}.section4__slide-tab .tab__pagination .pagination__item--4:after{background-position:calc(var(--vh, 1vh) * -35.5555555556) calc(var(--vh, 1vh) * -35 * 3)}}.section4 .page__bg--section4-1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_bg_1_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section4 .page__bg--section4-1:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section4_poster_1.webp) center/cover no-repeat}}.section4 .page__bg--section4-2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_bg_2_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section4 .page__bg--section4-2:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section4_poster_2.webp) center/cover no-repeat}}.section4 .page__bg--section4-3:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_bg_3_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section4 .page__bg--section4-3:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section4_poster_3.webp) center/cover no-repeat}}.section4 .page__bg--section4-4:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section4_bg_4_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section4 .page__bg--section4-4:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section4_poster_4.webp) center/cover no-repeat}}.section5__cont{left:auto;right:0;transform:translateY(-50%);width:100vw;margin-top:13.3333333333vw}@media screen and (min-width:640px){.section5__cont{margin-top:calc(var(--vh, 1vh) * 3.3333333333);width:calc(var(--vh, 1vh) * 83.3333333333)}}@media screen and (min-width:1024px){.section5__cont{left:50%;right:auto;transform:translate(-50%,-50%);margin-left:calc(var(--vh, 1vh) * 22.2222222222)}}.section5__slide-title{height:16.6666666667vw;width:100%;max-height:125px;margin-left:2.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_title.webp) 0 center/63.3333333333vw no-repeat}@media screen and (min-width:640px){.section5__slide-title{height:calc(var(--vh, 1vh) * 13.8888888889);margin-left:calc(var(--vh, 1vh) * 4.4444444444);background-size:calc(var(--vh, 1vh) * 52.7777777778)}}.section5__slide-title--1{background-position:0 0}.section5__slide-title--2{background-position:0 -17.3333333333vw}@media screen and (min-width:640px){.section5__slide-title--2{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 1)}}.section5__slide-title--3{background-position:0 -34.6666666667vw}@media screen and (min-width:640px){.section5__slide-title--3{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 2)}}.section5__slide-title--4{background-position:0 -52vw}@media screen and (min-width:640px){.section5__slide-title--4{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 3)}}.section5__slide-title--5{background-position:0 -69.3333333333vw}@media screen and (min-width:640px){.section5__slide-title--5{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 4)}}.section5__slide-title--6{background-position:0 -86.6666666667vw}@media screen and (min-width:640px){.section5__slide-title--6{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 5)}}.section5__slide-title--7{background-position:0 -104vw}@media screen and (min-width:640px){.section5__slide-title--7{background-position:0 calc(var(--vh, 1vh) * -14.4444444444 * 6)}}.section5__slide-text{height:27.2vw;width:100%;max-height:143px;margin-top:-2.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_text.webp) 0 center/189.3333333333vw no-repeat}@media screen and (min-width:640px){.section5__slide-text{width:calc(var(--vh, 1vh) * 75.5555555556);height:calc(var(--vh, 1vh) * 15.8888888889);margin-top:calc(var(--vh, 1vh) * -2.2222222222);background-size:calc(var(--vh, 1vh) * 157.7777777778)}}.section5__slide-text--1{background-position:-89.3333333333vw 0}@media screen and (min-width:640px){.section5__slide-text--1{background-position:0 0}}.section5__slide-text--2{background-position:-89.3333333333vw -28vw}@media screen and (min-width:640px){.section5__slide-text--2{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 1)}}.section5__slide-text--3{background-position:-89.3333333333vw -56vw}@media screen and (min-width:640px){.section5__slide-text--3{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 2)}}.section5__slide-text--4{background-position:-89.3333333333vw -84vw}@media screen and (min-width:640px){.section5__slide-text--4{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 3)}}.section5__slide-text--5{background-position:-89.3333333333vw -112vw}@media screen and (min-width:640px){.section5__slide-text--5{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 4)}}.section5__slide-text--6{background-position:-89.3333333333vw -140vw}@media screen and (min-width:640px){.section5__slide-text--6{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 5)}}.section5__slide-text--7{background-position:-89.3333333333vw -168vw}@media screen and (min-width:640px){.section5__slide-text--7{background-position:0 calc(var(--vh, 1vh) * -16.6666666667 * 6)}}.section5__slide-video{position:relative;height:64.9333333333vw;width:106.9333333333vw;max-width:626px;max-height:380px;margin-top:-3.3333333333vw;margin-left:-4vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_video_bg.webp) center/contain no-repeat}@media screen and (min-width:640px){.section5__slide-video{height:calc(var(--vh, 1vh) * 42.2222222222);width:calc(var(--vh, 1vh) * 69.5555555556);margin-top:calc(var(--vh, 1vh) * -2.7777777778);margin-left:0}}.section5__slide-video .video__img{height:47.8666666667vw;width:85.0666666667vw;max-width:498px;max-height:280px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_video.webp) 0 center/85.0666666667vw no-repeat}@media screen and (min-width:640px){.section5__slide-video .video__img{height:calc(var(--vh, 1vh) * 31.1111111111);width:calc(var(--vh, 1vh) * 55.3333333333);background-size:calc(var(--vh, 1vh) * 55.3333333333)}}.section5__slide-video .video__img:before{content:"";height:22.6666666667vw;width:22.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_video_btn.webp) center/contain no-repeat}@media screen and (min-width:640px){.section5__slide-video .video__img:before{height:calc(var(--vh, 1vh) * 15);width:calc(var(--vh, 1vh) * 15)}}.section5__slide-video--1 .video__img{background-position:0 0}.section5__slide-video--2 .video__img{background-position:0 -47.8666666667vw}@media screen and (min-width:640px){.section5__slide-video--2 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 1)}}.section5__slide-video--3 .video__img{background-position:0 -95.7333333333vw}@media screen and (min-width:640px){.section5__slide-video--3 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 2)}}.section5__slide-video--4 .video__img{background-position:0 -143.6vw}@media screen and (min-width:640px){.section5__slide-video--4 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 3)}}.section5__slide-video--5 .video__img{background-position:0 -191.4666666667vw}@media screen and (min-width:640px){.section5__slide-video--5 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 4)}}.section5__slide-video--6 .video__img{background-position:0 -239.3333333333vw}@media screen and (min-width:640px){.section5__slide-video--6 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 5)}}.section5__slide-video--7 .video__img{background-position:0 -287.2vw}@media screen and (min-width:640px){.section5__slide-video--7 .video__img{background-position:0 calc(var(--vh, 1vh) * -31.1111111111 * 6)}}.section5__slide-tab{left:auto;right:0;margin-top:66.6666666667vw}@media screen and (min-width:576px){.section5__slide-tab{margin-top:60.6666666667vw}}@media screen and (min-width:640px){.section5__slide-tab{width:auto;margin-top:5.3333333333vw;margin-right:1.3333333333vw}}@media screen and (min-width:1024px){.section5__slide-tab{left:50%;right:auto;transform:translate(-50%,-50%);margin-top:calc(var(--vh, 1vh) * 4.4444444444);margin-left:calc(var(--vh, 1vh) * 58.8888888889)}}@media screen and (min-width:640px){.section5__slide-tab .tab__arrow{top:0;transform:translate(-50%);height:calc(var(--vh, 1vh) * 26.4444444444);width:calc(var(--vh, 1vh) * 13.8888888889);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_tab_arrow.webp) center/contain no-repeat}.section5__slide-tab .tab__arrow--prev{top:0;left:50%;margin-top:calc(var(--vh, 1vh) * -24.4444444444);transform:translate(-50%)}.section5__slide-tab .tab__arrow--next{top:auto;bottom:0;left:50%;margin-bottom:calc(var(--vh, 1vh) * -24.4444444444);transform:translate(-50%) rotate(180deg)}.section5__slide-tab .tab__pagination{flex-direction:column}.section5__slide-tab .tab__pagination .pagination__item{height:calc(var(--vh, 1vh) * 10);width:calc(var(--vh, 1vh) * 10)}.section5__slide-tab .tab__pagination .pagination__item:before,.section5__slide-tab .tab__pagination .pagination__item:after{height:calc(var(--vh, 1vh) * 27.1111111111);width:calc(var(--vh, 1vh) * 27.3333333333);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_tab.webp) 0 0/calc(var(--vh, 1vh) * 55.5555555556) no-repeat}.section5__slide-tab .tab__pagination .pagination__item--1:before{background-position:0 0}.section5__slide-tab .tab__pagination .pagination__item--1:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) 0}.section5__slide-tab .tab__pagination .pagination__item--2:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 1)}.section5__slide-tab .tab__pagination .pagination__item--2:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 1)}.section5__slide-tab .tab__pagination .pagination__item--3:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 2)}.section5__slide-tab .tab__pagination .pagination__item--3:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 2)}.section5__slide-tab .tab__pagination .pagination__item--4:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 3)}.section5__slide-tab .tab__pagination .pagination__item--4:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 3)}.section5__slide-tab .tab__pagination .pagination__item--5:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 4)}.section5__slide-tab .tab__pagination .pagination__item--5:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 4)}.section5__slide-tab .tab__pagination .pagination__item--6:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 5)}.section5__slide-tab .tab__pagination .pagination__item--6:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 5)}.section5__slide-tab .tab__pagination .pagination__item--7:before{background-position:0 calc(var(--vh, 1vh) * -27.7777777778 * 6)}.section5__slide-tab .tab__pagination .pagination__item--7:after{background-position:calc(var(--vh, 1vh) * -27.7777777778) calc(var(--vh, 1vh) * -27.7777777778 * 6)}}.section5 .page__bg--section5-1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_1_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-1:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_1.webp) center/cover no-repeat}}.section5 .page__bg--section5-2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_2_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-2:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_2.webp) center/cover no-repeat}}.section5 .page__bg--section5-3:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_3_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-3:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_3.webp) center/cover no-repeat}}.section5 .page__bg--section5-4:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_4_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-4:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_4.webp) center/cover no-repeat}}.section5 .page__bg--section5-5:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_5_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-5:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_5.webp) center/cover no-repeat}}.section5 .page__bg--section5-6:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_6_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-6:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_6.webp) center/cover no-repeat}}.section5 .page__bg--section5-7:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section5_bg_7_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section5 .page__bg--section5-7:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section5_poster_7.webp) center/cover no-repeat}}.section6__cont{left:0;transform:translateY(-50%);width:100vw;margin-left:0;margin-top:33.3333333333vw}@media screen and (min-width:640px){.section6__cont{margin-top:calc(var(--vh, 1vh) * 35.5555555556)}}@media screen and (min-width:1024px){.section6__cont{left:50%;transform:translate(-50%,-50%);width:calc(var(--vh, 1vh) * 88.8888888889);margin-left:calc(var(--vh, 1vh) * -11.1111111111)}}.section6__slide-text{height:40vw;width:100%;max-height:150px;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section6_text.webp) 0 center/190.6666666667vw no-repeat}@media screen and (min-width:1024px){.section6__slide-text{max-height:118px;height:calc(var(--vh, 1vh) * 13.1111111111);background-size:calc(var(--vh, 1vh) * 158.8888888889)}}.section6__slide-text--1{background-position:-105.3333333333vw 0}@media screen and (min-width:1024px){.section6__slide-text--1{background-position:0 0}}.section6__slide-text--2{background-position:-105.3333333333vw -40vw}@media screen and (min-width:640px){.section6__slide-text--2{background-position:0 calc(var(--vh, 1vh) * -13.3333333333 * 1)}}.section6__slide-tab{margin-top:60vw}@media screen and (min-width:640px){.section6__slide-tab{left:auto;right:0;width:auto;margin-top:calc(var(--vh, 1vh) * 35.5555555556);margin-left:0;margin-right:13.3333333333vw}}@media screen and (min-width:1024px){.section6__slide-tab{left:50%;right:auto;margin-left:calc(var(--vh, 1vh) * 46.6666666667)}}.section6__slide-tab:before{content:"";height:calc(var(--vh, 1vh) * 12.4444444444);width:calc(var(--vh, 1vh) * 4.4444444444);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section6_tab_bg.webp) center/contain no-repeat;pointer-events:none;display:none}@media screen and (min-width:640px){.section6__slide-tab:before{display:block}.section6__slide-tab .tab__arrow{height:calc(var(--vh, 1vh) * 7.4444444444);width:calc(var(--vh, 1vh) * 10.2222222222);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section6_tab_arrow.webp) center/contain no-repeat;cursor:pointer}.section6__slide-tab .tab__arrow--prev{margin-left:calc(var(--vh, 1vh) * -10)}.section6__slide-tab .tab__arrow--next{right:auto;left:50%;margin-left:calc(var(--vh, 1vh) * 5);transform:translate(-50%,-50%) rotate(180deg)}.section6__slide-tab .tab__pagination{display:none}}.section6 .page__bg--section6-1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section6_bg_1_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section6 .page__bg--section6-1:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section6_poster_1.webp) center/cover no-repeat}}.section6 .page__bg--section6-2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section6_bg_2_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section6 .page__bg--section6-2:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section6_poster_2.webp) center/cover no-repeat}}.section6.active .swiper-slide-active [class*=__slide-text]{animation:slideUp .5s ease-out .5s both}.section10__title{pointer-events:none;z-index:9;height:68.8vw;width:100%;max-height:516px;text-indent:-999em}@media screen and (min-width:640px){.section10__title{margin-top:calc(var(--vh, 1vh) * -5.5555555556);height:calc(var(--vh, 1vh) * 39.7777777778);max-height:358px}}.section10__title span{display:block;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_text.webp) 0 center/136.5333333333vw no-repeat;background-position:center -48vw}@media screen and (min-width:640px){.section10__title span{background-size:calc(var(--vh, 1vh) * 113.7777777778);background-position:center 0}}.section10__slide-tab{margin-top:60vw}@media screen and (min-width:640px){.section10__slide-tab{margin-top:calc(var(--vh, 1vh) * 26.1111111111)}}.section10__slide-tab .tab__pagination{justify-content:center}.section10__slide-tab .tab__pagination .pagination__item{height:21.6vw;width:31.0666666667vw;max-width:233px;max-height:162px;margin-left:-.6666666667vw;margin-right:-.6666666667vw}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item{height:calc(var(--vh, 1vh) * 20.6666666667);width:calc(var(--vh, 1vh) * 36.3333333333);max-width:327px;max-height:186px;margin-left:calc(var(--vh, 1vh) * .5555555556);margin-right:calc(var(--vh, 1vh) * .5555555556)}}.section10__slide-tab .tab__pagination .pagination__item:before,.section10__slide-tab .tab__pagination .pagination__item:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_tab_sp.webp) left center/64vw no-repeat}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item:before,.section10__slide-tab .tab__pagination .pagination__item:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_tab.webp) left center/calc(var(--vh, 1vh) * 73.3333333333) no-repeat}}.section10__slide-tab .tab__pagination .pagination__item--1:before{background-position:0 0}.section10__slide-tab .tab__pagination .pagination__item--1:after{background-position:-32vw 0}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item--1:after{background-position:calc(var(--vh, 1vh) * -36.6666666667) 0}}.section10__slide-tab .tab__pagination .pagination__item--2:before{background-position:0 -22.6666666667vw}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item--2:before{background-position:0 calc(var(--vh, 1vh) * -22.2222222222 * 1)}}.section10__slide-tab .tab__pagination .pagination__item--2:after{background-position:-32vw -22.6666666667vw}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item--2:after{background-position:calc(var(--vh, 1vh) * -36.6666666667) calc(var(--vh, 1vh) * -22.2222222222 * 1)}}.section10__slide-tab .tab__pagination .pagination__item--3:before{background-position:0 -45.3333333333vw}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item--3:before{background-position:0 calc(var(--vh, 1vh) * -22.2222222222 * 2)}}.section10__slide-tab .tab__pagination .pagination__item--3:after{background-position:-32vw -45.3333333333vw}@media screen and (min-width:640px){.section10__slide-tab .tab__pagination .pagination__item--3:after{background-position:calc(var(--vh, 1vh) * -36.6666666667) calc(var(--vh, 1vh) * -22.2222222222 * 2)}}.section10 .page__bg--section10-1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_1_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section10 .page__bg--section10-1:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section10_poster_1.webp) center/cover no-repeat}}.section10 .page__bg--section10-2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_2_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section10 .page__bg--section10-2:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section10_poster_2.webp) center/cover no-repeat}}.section10 .page__bg--section10-3:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section10_3_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section10 .page__bg--section10-3:after{background:url(https://st.ncjapan.co.jp/ncjapan/ncsoft/bnsneo/official/teaser/poster/section10_poster_3.webp) center/cover no-repeat}}.section10.active .section10__title span{animation:slideUp .5s ease-out .5s both}.section10.active .section10__slide-tab{animation-delay:1s}.section11__title{pointer-events:none;z-index:9;margin-top:-50.6666666667vw;height:24.1333333333vw;width:100%;max-height:181px;text-indent:-999em}@media screen and (min-width:640px){.section11__title{margin-top:calc(var(--vh, 1vh) * -34.4444444444);height:calc(var(--vh, 1vh) * 20.1111111111)}}.section11__title span{display:block;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_title.webp) center/contain no-repeat}.section11__slide-tab{margin-top:-34.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_tab_bg_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__slide-tab{margin-top:calc(var(--vh, 1vh) * -22.2222222222);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_tab_bg.webp) center/cover no-repeat}}@media screen and (min-width:1024px){.section11__slide-tab{background-size:contain}}.section11__slide-tab .tab__pagination{justify-content:center}.section11__slide-tab .tab__pagination .pagination__item{height:10.8vw;width:26.9333333333vw;max-width:202px;max-height:81px;margin-right:2.6666666667vw;margin-left:2.6666666667vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item{height:calc(var(--vh, 1vh) * 6.3333333333);width:calc(var(--vh, 1vh) * 21.1111111111);max-width:210px;max-height:63px;margin-right:calc(var(--vh, 1vh) * 2.2222222222);margin-left:calc(var(--vh, 1vh) * 2.2222222222)}}@media screen and (min-width:768px){.section11__slide-tab .tab__pagination .pagination__item{height:calc(var(--vh, 1vh) * 7);width:calc(var(--vh, 1vh) * 23.3333333333)}}.section11__slide-tab .tab__pagination .pagination__item:before,.section11__slide-tab .tab__pagination .pagination__item:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_tab.webp) left center/84vw no-repeat}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item:before,.section11__slide-tab .tab__pagination .pagination__item:after{background-size:calc(var(--vh, 1vh) * 70)}}.section11__slide-tab .tab__pagination .pagination__item--1:before{background-position:0 -20vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--1:before{background-position:0 0}}.section11__slide-tab .tab__pagination .pagination__item--1:after{background-position:0 -32vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--1:after{background-position:0 calc(var(--vh, 1vh) * -7.7777777778)}}.section11__slide-tab .tab__pagination .pagination__item--2:before{background-position:-28vw -20vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--2:before{background-position:calc(var(--vh, 1vh) * -23.3333333333 * 1) 0}}.section11__slide-tab .tab__pagination .pagination__item--2:after{background-position:-28vw -32vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--2:after{background-position:calc(var(--vh, 1vh) * -23.3333333333 * 1) calc(var(--vh, 1vh) * -7.7777777778)}}.section11__slide-tab .tab__pagination .pagination__item--3:before{background-position:-56vw -20vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--3:before{background-position:calc(var(--vh, 1vh) * -23.3333333333 * 2) 0}}.section11__slide-tab .tab__pagination .pagination__item--3:after{background-position:-56vw -32vw}@media screen and (min-width:640px){.section11__slide-tab .tab__pagination .pagination__item--3:after{background-position:calc(var(--vh, 1vh) * -23.3333333333 * 2) calc(var(--vh, 1vh) * -7.7777777778)}}.section11__dungeon{pointer-events:none}.section11__dungeon .dungeon__title{z-index:9;margin-top:-18.6666666667vw;height:11.8666666667vw;width:100%;max-height:89px;text-indent:-999em}@media screen and (min-width:640px){.section11__dungeon .dungeon__title{margin-top:calc(var(--vh, 1vh) * -7.7777777778);height:calc(var(--vh, 1vh) * 9.8888888889)}}.section11__dungeon .dungeon__title span{display:block;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_title.webp) center/67.8666666667vw no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__title span{background-size:calc(var(--vh, 1vh) * 56.5555555556)}}.section11__dungeon .dungeon__title--1 span{background-position:center 0}.section11__dungeon .dungeon__title--2 span{background-position:center -13.3333333333vw}@media screen and (min-width:640px){.section11__dungeon .dungeon__title--2 span{background-position:center calc(var(--vh, 1vh) * -11.1111111111 * 1)}}.section11__dungeon .dungeon__title--3 span{background-position:center -26.6666666667vw}@media screen and (min-width:640px){.section11__dungeon .dungeon__title--3 span{background-position:center calc(var(--vh, 1vh) * -11.1111111111 * 2)}}.section11__dungeon .dungeon__item .item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-indent:-999em}@media screen and (min-width:640px){.section11__dungeon .dungeon__item .item{top:auto;bottom:0;transform:translate(-50%)}}.section11__dungeon .dungeon__item .item span{display:block}.section11__dungeon .dungeon__item--1 .item--1 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_1_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--1 .item--1 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_1.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--1 .item--2 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_2_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--1 .item--2 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_2.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--1 .item--3 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_3_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--1 .item--3 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_1_3.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--2 .item--1 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_1_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--2 .item--1 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_1.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--2 .item--2 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_2_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--2 .item--2 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_2.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--2 .item--3 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_3_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--2 .item--3 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_2_3.webp) center/contain no-repeat}}.section11__dungeon .dungeon__item--3 .item--1 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_3.webp) 0 center/106.9333333333vw no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--1 span{background-size:calc(var(--vh, 1vh) * 89.1111111111)}}.section11__dungeon .dungeon__item--3 .item--1 span{background-position:0 0}.section11__dungeon .dungeon__item--3 .item--2 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_3.webp) 0 center/106.9333333333vw no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--2 span{background-size:calc(var(--vh, 1vh) * 89.1111111111)}}.section11__dungeon .dungeon__item--3 .item--2 span{background-position:-36vw 0}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--2 span{background-position:calc(var(--vh, 1vh) * -30 * 1) 0}}.section11__dungeon .dungeon__item--3 .item--3 span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_cont_item_3.webp) 0 center/106.9333333333vw no-repeat}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--3 span{background-size:calc(var(--vh, 1vh) * 89.1111111111)}}.section11__dungeon .dungeon__item--3 .item--3 span{background-position:-72vw 0}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--3 span{background-position:calc(var(--vh, 1vh) * -30 * 2) 0}}.section11__dungeon .dungeon__item--1 .item--1{margin-top:26.6666666667vw;margin-left:0vw;width:100vw;height:78.5333333333vw;max-width:750px;max-height:589px}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--1 .item--1{margin-top:0;margin-bottom:calc(var(--vh, 1vh) * -6.1111111111);margin-left:calc(var(--vh, 1vh) * -12.2222222222);width:calc(var(--vh, 1vh) * 117.5555555556);height:calc(var(--vh, 1vh) * 65.7777777778);max-width:1058px;max-height:592px}}.section11__dungeon .dungeon__item--1 .item--2{margin-top:26.4vw;margin-left:20vw;width:54.5333333333vw;height:94.4vw;max-width:469px;max-height:682px}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--1 .item--2{margin-top:0;margin-bottom:calc(var(--vh, 1vh) * -7.2222222222);margin-left:calc(var(--vh, 1vh) * 32.2222222222);width:calc(var(--vh, 1vh) * 52.1111111111);height:calc(var(--vh, 1vh) * 75.7777777778);max-width:469px;max-height:682px}}.section11__dungeon .dungeon__item--2 .item--1{z-index:2;margin-top:28vw;margin-left:-20vw;width:49.8666666667vw;height:90.5333333333vw;max-width:374px;max-height:679px}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--2 .item--1{margin-top:0;margin-bottom:calc(var(--vh, 1vh) * -7.2222222222);margin-left:calc(var(--vh, 1vh) * -33.3333333333);width:calc(var(--vh, 1vh) * 52.7777777778);height:calc(var(--vh, 1vh) * 74.7777777778);max-width:475px;max-height:673px}}.section11__dungeon .dungeon__item--2 .item--2{margin-top:27.3333333333vw;margin-left:8.6666666667vw;width:83.2vw;height:92.1333333333vw;max-width:624px;max-height:691px}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--2 .item--2{margin-top:0;margin-bottom:calc(var(--vh, 1vh) * -7.2222222222);margin-left:calc(var(--vh, 1vh) * 28.3333333333);width:calc(var(--vh, 1vh) * 97.5555555556);height:calc(var(--vh, 1vh) * 70.5555555556);max-width:878px;max-height:635px}}.section11__dungeon .dungeon__item--3 .item{margin-top:14.6666666667vw;width:34.9333333333vw;height:51.8666666667vw;max-width:262px;max-height:389px}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item{margin-top:0;margin-bottom:calc(var(--vh, 1vh) * 12.2222222222);width:calc(var(--vh, 1vh) * 29.1111111111);height:calc(var(--vh, 1vh) * 43.2222222222)}}.section11__dungeon .dungeon__item--3 .item--1{margin-left:-33.3333333333vw}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--1{margin-left:calc(var(--vh, 1vh) * -33.3333333333)}}.section11__dungeon .dungeon__item--3 .item--3{margin-left:33.3333333333vw}@media screen and (min-width:640px){.section11__dungeon .dungeon__item--3 .item--3{margin-left:calc(var(--vh, 1vh) * 33.3333333333)}}.section11 .page__bg--section11-1:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_1_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section11 .page__bg--section11-1:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_1_bg.webp) center top/cover no-repeat}}.section11 .page__bg--section11-2:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_2_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section11 .page__bg--section11-2:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_2_bg.webp) center top/cover no-repeat}}.section11 .page__bg--section11-3:after{z-index:0;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_3_bg_sp.webp) center/cover no-repeat}@media screen and (min-width:640px){.section11 .page__bg--section11-3:after{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section11_3_bg.webp) center top/cover no-repeat}}.section11.active .section11__title span,.section11.active .dungeon__title span,.section11.active .dungeon__item .item span{animation:slideUp .5s ease-out .5s both}.section11.active .section11__slide-tab{animation-delay:1s}.section11.active .dungeon__title span{animation-delay:1.5s}.section11.active .dungeon__item .item--1 span{animation-delay:1.6s}.section11.active .dungeon__item .item--2 span{animation-delay:1.7s}.section11.active .dungeon__item .item--3 span{animation-delay:1.8s}.section12__item-title{height:24.1333333333vw;width:100%;margin-top:-36vw;max-height:181px}@media screen and (min-width:640px){.section12__item-title{height:calc(var(--vh, 1vh) * 20.1111111111);margin-top:calc(var(--vh, 1vh) * -23.3333333333)}}.section12__item-title span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_title.webp) center/contain no-repeat}.section12__item-text{height:11.7333333333vw;width:100%;max-height:88px;margin-top:-17.3333333333vw}@media screen and (min-width:640px){.section12__item-text{height:calc(var(--vh, 1vh) * 9.7777777778);max-height:88px;margin-top:calc(var(--vh, 1vh) * -8.8888888889)}}.section12__item-text span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_text.webp) center/contain no-repeat}.section12__item-cont{height:59.4666666667vw;width:100%;max-height:446px;margin-top:24vw}@media screen and (min-width:640px){.section12__item-cont{height:calc(var(--vh, 1vh) * 38.8888888889);max-height:350px;margin-top:calc(var(--vh, 1vh) * 20)}}.section12__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_cont_bg_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section12__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_cont_bg.webp) center/cover no-repeat}}@media screen and (min-width:1024px){.section12__item-cont>div{background-size:contain}}.section12__item-cont .cont__title{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_cont_title.webp) center/contain no-repeat}.section12__item-cont .cont__item{height:49.6vw;width:100%;max-height:372px;margin-top:-2.6666666667vw;background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_cont_item_sp.webp) center/contain no-repeat}@media screen and (min-width:640px){.section12__item-cont .cont__item{height:calc(var(--vh, 1vh) * 35);max-height:315px;margin-top:calc(var(--vh, 1vh) * -5.5555555556);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section12_cont_item.webp) center/cover no-repeat}}@media screen and (min-width:1024px){.section12__item-cont .cont__item{background-size:contain}}.section12.active .section12__item-cont{animation:fadeIn 1s ease 1s both}.section13__item-title{height:36.5333333333vw;width:100%;margin-top:-45.3333333333vw;max-height:274px}@media screen and (min-width:640px){.section13__item-title{height:calc(var(--vh, 1vh) * 30.4444444444);margin-top:calc(var(--vh, 1vh) * -31.1111111111)}}.section13__item-title span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_title.webp) center/contain no-repeat}.section13__item-text{height:14.4vw;width:100%;max-height:108px;margin-top:-20vw}@media screen and (min-width:640px){.section13__item-text{height:calc(var(--vh, 1vh) * 5);max-height:45px;margin-top:calc(var(--vh, 1vh) * -15.5555555556)}}.section13__item-text span{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_text.webp) center/90.1333333333vw no-repeat;background-position:center -6.6666666667vw}@media screen and (min-width:640px){.section13__item-text span{background-size:calc(var(--vh, 1vh) * 75.1111111111);background-position:center 0}}.section13__item-cont{height:60.2666666667vw;width:100%;margin-top:25.3333333333vw;max-height:452px}@media screen and (min-width:640px){.section13__item-cont{height:calc(var(--vh, 1vh) * 50.2222222222);max-height:452px;margin-top:calc(var(--vh, 1vh) * 16.6666666667)}}.section13__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_map.webp) center/contain no-repeat}@media screen and (min-width:640px){.section13__item-cont>div{background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_map.webp) center/contain no-repeat}}.section13__item-cont .map-detail{margin-top:15.3333333333vw;margin-left:7.3333333333vw;height:22.2666666667vw;width:22.2666666667vw}@media screen and (min-width:640px){.section13__item-cont .map-detail{margin-top:calc(var(--vh, 1vh) * 12.7777777778);margin-left:calc(var(--vh, 1vh) * 6.1111111111);height:calc(var(--vh, 1vh) * 18.5555555556);width:calc(var(--vh, 1vh) * 18.5555555556)}}.section13__item-cont .map-detail span{display:block;transition:all cubic-bezier(.175,.885,.32,1.275) .5s;transform:scale(0);background:url(https://static.ncsoft.jp/front/event/b25/02bnsneo_teaser/section13_map_detail.webp) center/contain no-repeat}.section13.active .section13__item-cont{animation:fadeIn 1s ease 1s both}.section13.active .section13__item-cont .map-detail span{transform:scale(1);transition-delay:1.5s}
