.zly{transition:opacity .7s;opacity:1;visibility:visible}.zlz{transition:1s;opacity:0;visibility:hidden}.zlA{display:none!important}@keyframes zlB{0%{opacity:0}to{opacity:1}}.zlB{animation:zlB .7s linear 0s both}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap";.ldc{display:block!important}.ldd{display:none!important}.lde{margin-bottom:0!important}.ldf{text-align:center!important}.ldg{text-align:left!important}.ldh{display:none!important}.ldi{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.ldd{display:block!important}.ldc{display:none!important}}.ldj{max-width:2000px;padding-right:40px;margin-left:auto}.ldj,.ldk{padding-left:40px;margin-right:auto}.ldk{max-width:1960px}.ldl{max-width:760px}.ldl,.ldm{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.ldm{width:100%;max-width:1024px}@media screen and (min-width:1025px){.ldn{display:block;padding-left:64px}.ldo{padding-bottom:80px;min-height:calc(100vh - 80px)}.ldo.ldp{min-height:calc(100vh - 116px)}.ldo.ldq{min-height:calc(100vh - 161px)}.ldo.ldr{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.ldo{padding-bottom:80px;min-height:calc(100vh - 66px)}.ldo.ldp{min-height:calc(100vh - 181px)}.ldo.ldq{min-height:calc(100vh - 226px)}.ldo.ldr{min-height:calc(100vh - 924px)}.ldj{padding-right:16px}.ldj,.ldk,.ldl{padding-left:16px}.ldl{padding-right:16px}}@media screen and (min-width:1365px){.ldk{max-width:1960px}}@media screen and (min-width:2065px){.ldk{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.lds{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.lds .ldt{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.lds .ldt.ldu{overflow-y:hidden}.lds .ldt.ldu:hover{overflow-y:auto}.lds .ldv{transition:all .3s;opacity:0;display:block;position:absolute;font-size:10px;font-weight:600;margin-left:40px;line-height:1.2;width:60px;top:80px;background-image:url(/assets/img/parts/a_common/member_info_arrow.svg);background-position:100%;background-repeat:no-repeat;white-space:nowrap}.lds .ldv span{display:none}.lds .ldv span.ldw{background-image:url(/assets/img/parts/a_common/member_info_logo.svg);background-size:42px auto;background-position:0 0;background-repeat:no-repeat;padding-top:14px;font-weight:300}.lds .ldv span.ldw:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.lds .ldv span.ldx{font-size:12px;line-height:12px}.lds .ldv span.ldy{display:block}.lds nav{position:relative;z-index:2;margin-left:8px;height:100%}.lds .ldz{position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);height:435px;width:100%;transition:all .5s ease-out}.lds .ldA{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.lds nav .ldB{transition:all .3s ease-out;position:absolute;opacity:1;border-radius:50vh;-moz-border-radius:50vh;-webkit-border-radius:50vh;-khtml-border-radius:50vh;background:#5800ff;background:linear-gradient(135deg,#5800ff 0 15%,#6e00c8 40%,#8c01b6 50%,#dc048a 70%,#ff0576 80% 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#5800ff",endColorstr="#ff0576",GradientType=1);width:48px;height:48px;font-size:0;line-height:0;z-index:1;left:0;top:0}.lds nav>ul{position:absolute;left:5px;z-index:2}.lds nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.lds nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.lds nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.lds nav>ul>li a:before{transition:all .2s ease-out;content:"";display:block;width:24px;height:24px;background-repeat:no-repeat;margin-left:8px;padding-right:20px}.lds nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.lds nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.lds nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.lds nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.lds nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.lds nav>ul>li .ldC{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.lds nav>ul>li .ldC:after{content:"";display:block;position:absolute;background-color:#fff;transition:all .3s ease-out;height:28px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;-khtml-border-radius:25px;z-index:4;opacity:.3}.lds nav>ul>li .ldC.ldD:after{width:48px;left:0;padding:0 8px}.lds nav>ul>li .ldC.ldE:after{width:85px;left:70px;padding:0 8px}.lds nav>ul>li .ldC li{position:relative;z-index:5;text-align:center}.lds nav>ul>li .ldC li a{height:28px;line-height:28px}.lds nav>ul>li .ldC li:first-child{margin-right:16px}.lds nav>ul>li .ldC li:first-child a{padding:0 8px}.lds nav>ul>li .ldC li a{display:block;font-size:12px}.lds nav>ul>li .ldC li a:before{display:none}.lds nav>ul>li.ldy a{position:relative;height:100%;font-weight:600}.lds nav>ul>li.ldy a:before{top:17px}.lds nav>ul>li.ldy:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.lds nav>ul>li.ldy:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.lds nav>ul>li.ldy:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.lds nav>ul>li.ldy:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.lds nav>ul>li.ldy:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.lds.ldF{width:254px}.lds.ldF a span{opacity:1;margin-left:0}.lds.ldF .ldv{opacity:1;margin-left:20px}.lds.ldF .ldC{opacity:1;margin-left:50px}.lds #ldG{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.lds #ldG .ldH{background:rgba(0,0,0,0)}.lds #ldG .ldH:after,.lds #ldG .ldH:before{margin-top:0}.lds #ldG .ldH:before{transform:rotate(-45deg)}.lds #ldG .ldH:after{transform:rotate(-135deg)}.lds #ldI,.lds #ldI:after,.lds #ldI:before{background-color:#fff;display:block;position:absolute;transition:all .3s;height:2px;width:24px;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;top:50%}.lds #ldI:after,.lds #ldI:before{content:"";left:0}.lds #ldI:before{margin-top:-9px}.lds #ldI:after{margin-top:7px}}@media screen and (max-width:1024px){.lds{display:none!important}}@media screen and (max-width:375px){.ldj,.ldl{padding-right:4.267vw}.ldj,.ldk,.ldl{padding-left:4.267vw}.ldo{padding-bottom:21.333vw}}.ldJ{display:flex;align-items:center;margin-bottom:16px;gap:8px}.ldK{font-size:20px;font-weight:600}.ldL{display:flex;align-items:center;margin-bottom:16px;gap:8px}.ldM{font-size:16px}.ldM,.ldN{font-weight:600}.ldN{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.ldO,.ldP{width:100%;display:flex;flex-direction:column}.ldQ{display:flex;gap:16px;flex-wrap:nowrap}.ldR{position:relative;flex:0 0 auto}.ldR[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.ldR[data-is-ranking=true] .ldS{grid-column:1;grid-row:1;align-self:stretch}.ldR[data-is-ranking=true] .ldT{grid-column:2;grid-row:1}.ldR[data-is-ranking=true] .ldU{grid-column:2;grid-row:2}.ldR:hover{z-index:6}.ldO .ldV,.ldP .ldV{position:relative}.ldR .ldW{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:ldX;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.ldR:hover .ldW{display:block;animation-name:ldY;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(.23,1,.32,1);animation-fill-mode:forwards;height:auto;animation-delay:.4s}.ldR .ldW.ldZ{left:0}.ldR:hover .ldW.ldZ{animation-name:ld0}.ldR .ldW.ld1{right:0}.ldR:hover .ldW.ld1{animation-name:ld2}@keyframes ldY{0%{opacity:0;transform:translate(50%,50%) scaleY(0);-webkit-transform:translate(15.2vw,15.2vw) scaleY(0)}to{transform:translate(50%,50%) scaleY(1);-webkit-transform:translate(15.2vw,15.2vw) scaleY(1);opacity:1}}@keyframes ld0{0%{opacity:0;transform:translateY(50%) scaleY(0);-webkit-transform:translateY(15.2vw) scaleY(0)}to{transform:translateY(50%) scaleY(1);-webkit-transform:translateY(15.2vw) scaleY(1);opacity:1}}@keyframes ld2{0%{opacity:0;transform:translateY(50%) scaleY(0);-webkit-transform:translateY(15.2vw) scaleY(0)}to{transform:translateY(50%) scaleY(1);-webkit-transform:translateY(15.2vw) scaleY(1);opacity:1}}@keyframes ldX{0%{transform:translate(50%,50%) scaleY(1);-webkit-transform:translate(15.2vw,15.2vw) scaleY(1);opacity:1}to{opacity:0;transform:translate(50%,50%) scaleY(0);-webkit-transform:translate(15.2vw,15.2vw) scaleY(0)}}.ldO .ld3,.ldP .ld3{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.ldO .ld3.ld4,.ldP .ld3.ld4{left:0}.ldO .ld3.ld5,.ldP .ld3.ld5{right:0}.ldV:hover .ld3{display:block}.ldR .ld6{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.ldR .ld6,.ldR .ld7{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.ldR .ld7{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.ldO .ld6 .ld8,.ldP .ld6 .ld8{display:block;width:100%}.ld9{width:100%;flex-direction:column}.ld9,.lea{display:flex}.lea{flex-wrap:nowrap;gap:16px}.leb{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.leb .ldS{grid-column:1;grid-row:1;align-self:stretch}.leb .ldT{grid-column:2;grid-row:1}.leb .ldU{grid-column:2;grid-row:2}.leb .lec{max-width:287.5152px;max-height:400.99392px}.ld9 .led{position:relative}.ld9 .ld3{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.ld9 .ld3.ld4{left:0}.ld9 .ld3.ld5{right:0}.ld9 .led:hover .ld3{display:block}.leb:hover{z-index:6}.leb .ldW{position:absolute;bottom:50%;right:50%;transform:translate(50%,50%) scaleY(0);width:136%;opacity:0;overflow:hidden;z-index:6;height:0;display:none;min-width:29.2825768668vw;animation-name:ldX;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.leb:hover .ldW{display:block;animation-name:ldY;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.leb .ldW.ldZ{left:0}.leb:hover .ldW.ldZ{animation-name:ld0}.leb .ldW.ld1{right:0}.leb:hover .ldW.ld1{animation-name:ld2}.leb .lee{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.lef .lea{display:flex;flex-wrap:nowrap;gap:16px}.lef .leb .ld6{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.leg{width:100%;flex-direction:column}.leg,.leh{display:flex}.leh{gap:16px}.leg .lei{position:relative}.leg .ldT{display:table;background-color:hsla(0,0%,100%,.15);border-radius:.879vw;overflow:hidden;width:13.909vw;height:19.4vw;max-width:287.08176px;max-height:400.416px}.leg .ldT .lej{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.leg .ld3{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.leg .ld3.ld4{left:0}.leg .ld3.ld5{right:0}.leg .lei:hover .ld3{display:block}.leg .leh>a:hover{z-index:6}.lek{margin-top:16px;font-weight:600}.lel{margin-top:8px}.lem{display:flex;flex-direction:column}.lem li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.lem li:not(:last-child){margin-bottom:16px}.len{height:100%}.len,.leo{display:flex;align-items:center}.leo{font-size:44px;font-weight:700;line-height:1.1363636364;text-align:center;width:266px;height:120px;border-right:1px solid hsla(0,0%,100%,.3);padding-left:20px;justify-content:center}.lep{font-family:Jost,sans-serif;font-weight:600}.leq{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.ler{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.ler,.les{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.les{line-height:1.625;margin-bottom:5px}.les,.let{font-size:16px}.lem li.leu:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:rgba(0,0,0,0);border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.lev{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.lew{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.lex{position:relative;display:flex;align-items:center}.lex.ley{justify-content:left}.lez{position:relative;display:block;width:100%}.leA{display:flex;align-items:center;justify-content:space-between}.leA .ld8{border-radius:6px}.leA .leB{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.leC{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.leC .leD{max-width:20vw;font-weight:600;font-size:16px;line-height:1.625;margin-bottom:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}@media screen and (max-width:1024px){.leC .leD{max-width:40vw}}.leC .leE{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.leF{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.leF .leG{font-weight:600;font-size:12px;width:39px}.leF .leH>div{width:16px;height:16px}.leA .leI{font-size:12px;line-height:1.5;font-weight:300;color:#fff;overflow:hidden;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.leJ{display:flex;align-items:center;justify-content:right;min-width:32px;margin-left:16px;position:absolute;z-index:1;right:0;top:50%;transform:translateY(-50%)}.leJ .leK{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.lex.leL .leJ .leM{width:24px;height:24px;transform:rotate(180deg)}.lex.leN .leE{color:#ff624f}.lex.leL .leJ{pointer-events:none}.leA .leO{color:#fc348e}.lex.leN .leP{color:#d3d3d3}.lex.leQ .leC{padding-right:0!important}.leR{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.lex.leW .leC .leX{margin-bottom:12px}.lex.leW .leY{font-size:12px;font-weight:600;margin-bottom:4px}.lex.leW .leZ{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.lex.leW .leZ span:first-child{margin-right:16px}.lex.leW .le0{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.le1 .le2{display:flex;align-items:center}.le1 .le2 .leB{height:auto}.le1 .le2>div:first-child{position:relative;margin-right:16px}.le1 .le3{display:flex;flex-direction:column;justify-content:center;width:648px}.le1 .le3 .le4{font-size:16px;line-height:1.625;max-height:1.625em;font-weight:600;margin-bottom:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.le1 .le3 .le5{font-size:12px;color:#d3d3d3;margin-bottom:12px}.le1 .le3 .le6 .le7{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.le8{position:absolute;bottom:0;right:0}.ld8.le9{width:100%}.le1 .lfa{height:24px}.le1 .lfa .lfb{width:248px}.le2.lfc{align-items:flex-start}.lfd{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.lfd,.lfe{position:absolute}.lfe{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.lff{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.le1 .le3 .lfg{display:flex;justify-content:space-between;align-items:center}.lfg>.lfh{flex-shrink:0}.lfi{position:relative;display:block;width:100%}.lfj{display:flex;align-items:center}.lfj .leB{margin-right:16px}.lfk,.lfl{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.lfm a:hover,.lfn a:hover,.lfo a:hover{opacity:1}.lfk>a>div:first-child,.lfl>a>div:first-child{margin-right:16px}.lfk .lfp{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.lfk img.lfq{margin-right:16px}.lfk .lfp .lfr{display:flex;align-items:center}.lfk .lfp .lfr p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.lfk .lfp .lfr p,.lfk .lfp p.lfs{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lfk .lfp p.lfs{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.lfk .lfp .lft{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.lfk .lfp .lfu{display:flex}.lfk .lfp span.lfs{font-size:12px;font-weight:300;margin-top:8px;padding-right:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:62%}.lfk .lfp span.lfv,.lfk .lfp span.lfw{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.lfk .lfp span.lfv,.lfk .lfp span.lfx{padding-right:12px}.lfx,.lfy{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.lfx span,.lfy span{font-weight:300;margin-left:3px}.lfk .lfp .lfz,.lfz{font-size:16px;font-weight:300;line-height:1.625;max-height:4.875em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lfw b{font-weight:600}.lfA,.lfn .lfk .lfp .lft{display:flex}.lfA{flex-wrap:wrap}.lfB{width:210px}.lfC{display:flex;align-items:center}.lfC>a{height:48px;width:48px}.lfC>div{margin-right:8px}.lfC .lfD{flex:1 1;display:flex;flex-direction:column;justify-content:center}.lfE{height:48px;width:48px}.lfF{width:60%;font-size:14px;font-weight:600;line-height:1.5714285714;max-height:1.571em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;margin-bottom:21px}.lfG{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.lfG,.lfG>button{position:relative}.lfG>button{top:-19px}.lfH{font-size:12px;color:#eee}.lfI .lfJ{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.lfI .lfJ img{object-fit:cover;height:100%;width:100%}.lfI .lfJ span{position:absolute;right:8px;bottom:8px}.lfI .lfJ>div{position:absolute;top:6px;left:6px}.lfI .lfK{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.lfI .lfK,.lfI .lfL{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lfI .lfL{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.lfM{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.lfM:hover{background-color:hsla(0,0%,100%,.1)}.lfN a:hover{opacity:1}.lfM .lfO,.lfM>a>div:first-child{margin-right:16px}.lfM .lfP{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.lfM .lfP .lfQ{display:flex;align-items:center}.lfM .lfP .lfQ>img:last-child{margin-left:2px}.lfM .lfP .lfQ p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.lfM .lfP .lfQ p,.lfM .lfP p.lfR{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lfM .lfP p.lfR{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.lfS .lfT{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lfM .lfU{display:flex}.lfM .lfU button:first-child{margin-right:8px}.lfV{display:flex;align-items:center;max-width:720px}.lfV:hover{background-color:hsla(0,0%,100%,.1)}.lfV .lfW{margin-right:16px}.lfX a:hover{opacity:1}.lfV>a>div:first-child{margin-right:16px}.lfV .lfY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.lfV .lfY .lfZ{display:flex;align-items:center}.lfV .lfY .lfZ p{font-size:14px;font-weight:600;height:1em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lfV .lfY .lfZ>img{margin-left:2px}.lfV .lfY p.lf0{font-size:12px;font-weight:300;margin-top:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;line-height:1.3}.lf1{display:flex;flex-wrap:wrap;gap:4.103vw}.lf2,.lf3,.lf4{width:16.496vw}.lf3,.lf4{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.lf3 .lf5,.lf4 .lf5{object-fit:cover;height:100%;width:100%;border-radius:6px}.lf3 .lf6,.lf4 .lf6{position:absolute;right:8px;top:8px;cursor:pointer}.lf7 .lf8{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.lf7 .lf8,.lf7 .lf9{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lf7 .lf9{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.lf7 .lf9,.lf7 .lga{line-height:1.5714285714}.lf7 .lga{margin-bottom:8px;overflow:hidden;height:6.284em}.lgb{justify-content:space-between;margin-bottom:8px}.lgb,.lgb .lgc{display:flex;align-items:center}.lgb .lgc{gap:6px}.lgd{display:flex;justify-content:space-between;align-items:center}.lgd .lge{font-size:12px;color:#eee}.lgf{display:flex;flex-wrap:wrap}.lgf>li{width:100%}.lgf>li:not(:last-child){margin-bottom:24px}.lgg,.lgh{display:flex;align-items:center}.lgh{gap:16px;width:calc(100% - 48px)}.lgh .lgi{width:248px;height:140px}.lgj{flex:1 1}.lgk{font-size:18px;font-weight:600;margin-bottom:16px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lgl{display:flex;align-items:center;margin-bottom:14px}.lgl>p{font-weight:600;margin-right:16px}.lgm{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lgj>:last-child{margin-bottom:0}.lgn{margin-left:24px}.lgo{display:flex;flex-wrap:wrap;gap:56px 16px}.lgp{width:13.93vw;position:relative}.lgp .lej{border-radius:6px}.lgo .lf6{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.lgo .lec.lgq span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.lgo .lec.lgq span,.lgr{position:absolute;left:50%;transform:translate(-50%)}.lgr{top:38.9%}.lgs.lgt{margin-top:16px}.lgu{font-weight:600;-webkit-line-clamp:2;height:3.25em}.lgu,.lgv{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lgv{height:4.875em;-webkit-line-clamp:3}.lgw{font-size:12px;margin-top:11px;display:flex}.lgw span:not(:last-child){margin-right:4px}.lgo .lgx{margin-top:16px}.lgy{display:flex;align-items:center}.lgz img{width:120px;height:120px}.lgy .lgA{margin-left:16px;width:71%}.lgy li:not(:last-child){margin-bottom:6px}.lgy .lgA p{font-size:12px;font-weight:300}.lgB{max-width:43.255vw}.lgB .lgC{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.lgB .lgC,.lgB .lgD,.lgB .lgE{margin-bottom:16px}.lgB .lgE{font-size:40px;line-height:1.4;font-weight:600;max-height:2.8em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lgB .lgF,.lgB .lgG{display:flex;align-items:center}.lgB .lgF .lgH{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.lgB .lgI{display:flex;align-items:center;justify-content:right;gap:16px}.lgB .lgF img.lgJ,.lgB .lgG img.lgK{margin-right:4px}.lgB .lgF .lgL,.lgB .lgG .lgM{font-size:12px;font-weight:600;line-height:1.5}.lgB .lgG .lgM{font-weight:300;margin-left:4px}.lgB .lgN{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.lgB .lgN a{display:flex;padding-right:16px}.lgB .lgN .lgO{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.lgB .lgN .lgP{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.lgB .lgN .lgP .lgQ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lgB .lgN .lgP .lgR{flex-shrink:0}.lgB .lgN .lgS{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lgB .lgN .lgT{position:relative;display:flex;justify-content:center;width:56px;height:80px}.lgB .lgN .lgT .lgU{width:100%;height:100%;object-fit:cover;border-radius:4px}.lgB .lgN .lgV{position:absolute;bottom:-16px}.lgB .lgV .lgW{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.lgB .lgV .leK{margin:0}.lgX{margin-left:auto;position:relative}.lgX,.lgY{max-width:355.60656px;width:17.229vw}.lgY{height:24.047vw;max-height:496.33008px}.lgY img{width:100%;height:100%;object-fit:cover;border-radius:6px}.lgZ{display:inline-block;font-size:min(6.598vw,136.18272px);letter-spacing:-11.7px;font-weight:600;line-height:1.2;font-family:Jost,sans-serif;position:absolute;top:43px;left:0;z-index:-1;transform:translateX(-100%)}.lgX .lg0{margin-top:16px}.lg0 .lg1{display:flex;justify-content:space-between;align-items:center}.lg0 .lg1 .lg2{font-size:16px;font-weight:600;line-height:1.625;height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width:calc(100% - 48px)}.lg3{position:absolute;top:calc(24.047vw + 20px);right:0}.lg0 .lg4{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.lg0 .lg5{margin-top:8px;gap:12px}.lg0 .lg5,.lg0 .lg5 .lg6{display:flex;align-items:center}.lg0 .lg5 .lg6{gap:4px}.lg0 .lg7{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.lgX .lg8{margin-top:16px;display:flex;align-items:center;gap:12px}.lgX .lg9{width:48px;height:48px;min-width:48px;min-height:48px}.lg8 .lha{position:relative}.lha .lhb{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.lha .lhc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lha .lhd{flex-shrink:0}.lg8 .lha .lhe{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lg8 .lha .lhf{position:absolute;bottom:2px;right:0;z-index:5}.lhg{max-width:43.255vw}.lhg .lhh{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.lhg .lhh,.lhg .lhi{margin-bottom:16px}.lhg .lhj{margin-bottom:24px}.lhg .lhk{width:170px}.lhg .lhl{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.lhg .lhl,.lhm{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lhm{-webkit-line-clamp:1;word-break:break-all}.lhg .lhn{justify-content:right;gap:16px}.lhg .lhn,.lhg .lho,.lhg .lhp{display:flex;align-items:center}.lhg .lhp img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.lhg .lhq{font-size:12px}.lhg .lhr,.lhg .lhs{font-size:12px;line-height:1.5}.lhg .lho .lhr{margin-left:4px}.lhg .lht{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(30px) brightness(115%);backdrop-filter:blur(30px) brightness(115%)}.lhg .lht a{display:flex;padding-right:16px}.lhg .lht .lhu{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.lhg .lht .lhv{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.lhg .lhw{flex-shrink:0}.lhg .lht .lhv .lhx{-webkit-line-clamp:1;word-break:break-all}.lhg .lht .lhv .lhx,.lhg .lht .lhy{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lhg .lht .lhy{line-height:1.571;-webkit-line-clamp:2}.lhg .lht .lhz{position:relative;display:flex;justify-content:center;width:56px;height:80px}.lht .lhz .lhA{width:100%;height:100%;object-fit:cover;border-radius:4px}.lhg .lht .lhB{position:absolute;bottom:-16px}.lhg .lhB .lgW{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.lhg .lhB .leK{margin:0}.lhC,.lhD{width:21vw;max-width:433.44px}.lhD{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.lhD .lhE{width:100%;height:100%;object-fit:cover;border-radius:12px}.lhD .lhF.lhG,.lhD .lhH.lhI{position:absolute;top:12px;left:12px}.lhD .lhJ{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lhD span{position:absolute;right:8px;bottom:8px}.lhK{display:flex;align-items:center}.lhK .lhL{margin-right:36px}.lhK .lhL,.lhK .lhM{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.lhK .lhM{margin-right:20px}.lhK .lhN .lhO{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.lhK .lhN .lhO,.lhK .lhN .lhP{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lhK .lhN .lhP{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.lhK .lhN .lhQ{font-size:12px;font-weight:600;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-height:1.5em;margin-bottom:6px}.lhR{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.lhR .lhq{font-size:12px}.lhR .lhS{gap:8px}.lhR .lhS,.lhT{display:flex;align-items:center}.lhT{gap:12px}.lhU{width:48px;height:48px;min-width:48px;min-height:48px}.lhT .lhV{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.lhT .lhW{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.lhT .lhW,.lhT .lhX{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.lhT .lhX{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.lhY{max-width:45.455vw}.lhY .lhZ{font-size:18px;font-weight:600;margin-bottom:16px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lhY .lh0{display:flex;align-items:center}.lhY .lh1{width:100%;height:100%;object-fit:cover;border-radius:12px}.lhY .lh2{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.lh2 .lh3{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lhY .lh4{flex:1 1;width:calc(100% - 18.18vw - 16px)}.lhY .lh5{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.lhY .lh6{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.lhY .lh7{font-size:14px;line-height:1.5714285714;max-height:6.284em;overflow:hidden;cursor:pointer;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.lh8{max-width:39.736vw}.lh8 a{display:flex;align-items:center;justify-content:space-between}.lh8 .leB{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.lh8 .ld8{border-radius:6px}.lh9{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.lh8 .lh9 .lia{font-size:16px;line-height:1.5;font-weight:600;max-height:4.5em;margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lh8 .lib{display:flex;align-items:center}.lh8 .lib .lic{margin-right:8px}.lh8 .lib .lid{font-size:12px;color:#d3d3d3}.lie{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.lie .lif{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.lie .lig{font-size:min(1.026vw,21.17664px)}.lih{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.lih .lii{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.lih .lii:hover{background-color:hsla(0,0%,100%,.1)}.lih .lij{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.lih .lij:active{cursor:grabbing;cursor:-webkit-grabbing}.lih .lik{width:24px;height:32px;border-radius:6px;margin-right:28px}.lih .lik img{width:100%;height:100%;object-fit:cover}.lih .lil{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.lih .lil:before{content:counter(title)}.lih .lim{width:calc(100% - 156px);font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff;flex-grow:1;max-height:1.571em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;margin-right:16px}.lin{width:24px;height:24px}.lih .lio{width:100%;height:100%;object-fit:cover;cursor:pointer}.lip{display:flex;gap:64px}.liq{max-width:24.926vw}.liq,.liq a{display:flex;justify-content:space-between;align-items:center}.liq a{max-width:21.407vw;width:calc(100% - 32px)}.lir{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.lis{border-radius:12px;object-fit:cover;height:100%;width:100%}.lit{width:calc(100% - 32px - 7.038vw);display:flex;flex-direction:column;gap:16px;flex-grow:1;margin-left:16px;margin-right:16px;min-width:calc(100% - 32px - 145.26432px)}.liu{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.liv{width:32px;height:32px}.liw{width:374px}.liw,.lix{overflow:hidden}.lix{width:100%;height:100%;display:flex;flex-direction:column}.liy{padding-bottom:28px}.lix .ldJ{justify-content:space-between;padding-right:16px}.liz{display:flex;flex-wrap:nowrap;gap:8px}.liz .lec{width:114px;height:159px}.liA{position:relative;flex:0 0 auto}.liA[data-is-ranking=true] .liB{display:grid;grid-template-rows:auto auto}.liA[data-is-ranking=true] .ldS{grid-column:1;grid-row:1;align-self:stretch}.liA[data-is-ranking=true] .ldT{grid-column:2;grid-row:1}.liA[data-is-ranking=true] .liC{grid-column:2;grid-row:2}.lix .liD{position:relative}.lix .ld3{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.lix .ld3.ld4{left:8px}.lix .ld3.ld5{right:8px}.lix .liD:hover .ld3{display:block}.lix .liE{font-size:64px;bottom:-8px}.lix .ldS[data-is-first=true]{width:46px;flex:0 0 46px}.lix .ldS{position:relative;width:56px;flex:0 0 56px}.lix .ldS[data-is-double-digit=true]{width:64px;flex:0 0 64px}.liF.ldF{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.lgx{display:flex;align-items:center}.lgx .liG{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.lgx .leM.liH:hover{opacity:.6}.lgx .leM.liH.ldF:hover{opacity:1}@media screen and (min-width:2064px){.lg3{top:514px}}@media screen and (max-width:1024px){.leA .ld8{border-color:violet;border-radius:6px}.le1 .le2 .liI .liJ,.lfe{border-radius:1.1515vw}.le8 img{width:100%;height:auto}.lf1{display:grid;grid-template-columns:repeat(2,1fr)}.lf3 .lf5,.lf4 .lf5{border-radius:6px}.liK{flex-direction:column;gap:48px}.lfV,.liK{display:flex}.lfV{align-items:center}.lfV .lfW{margin-right:16px}.lfV .lfY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.lfV .lfY .lfZ{display:flex;align-items:center}.lfV .lfY .lfZ p{line-height:1.571;max-height:1.571em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lfV .lfY p.lf0{font-size:12px;font-weight:300;margin-top:4px}.lf2{width:43.846vw}.lf3,.lf4{margin-bottom:8px}.lf4 .liL{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.lf7 .lf8{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.lf7 .lf9{font-weight:300;margin-bottom:2px;height:1.5em}.lf7 .lf9,.lf7 .lga{font-size:12px;line-height:1.5}.lf7 .lga,.lgb{margin-bottom:8px}.lgd .lge{font-size:10px}.lgh{width:calc(100% - 14px)}.lgf li:not(:last-child){margin-bottom:16px}.lgh .lgi{width:38.462vw;height:21.538vw}.lgn{margin-left:0}.lgk{font-size:14px;margin-right:11px}.lgk,.lgl{margin-bottom:8px}.lgl>p{font-size:12px;margin-right:8px}.lgl .liM,.lgl>p{white-space:nowrap}.lgm{margin-right:11px}.lgo{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.lgp{width:29.231vw}.lgo .lf6{right:8px}.lgr{top:27%}.lgo .lec.lgq span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.lgs.liN{margin-top:12px}.lgu{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.lgv{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.lgw{font-size:10px}.lgo .lgx,.lgw{margin-top:10px}.lgz img{width:80px;height:80px}.lgy li:not(:last-child){margin-bottom:5px}.lgy .lgA p{font-size:10px}.lgB{max-width:91.795vw}.lgB .lgC{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.lgB .liO{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.lgB .liP{margin-left:16px}.lgB .lgE{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.lgB .lgI{justify-content:left}.lgB .lgN{background-color:rgba(0,0,0,0);padding:0;position:relative}.lgB .lgN .lgO{max-width:100%}.lgB .lgN a{padding-right:0}.lgB .lgN .lgP{font-size:12px;padding-left:0;margin-bottom:8px}.lgB .lgN .lgP:after{font-size:12px}.lgB .lgN .lgS{font-size:12px;line-height:1.5;overflow:hidden}.lgB .lgN .liQ{position:absolute;bottom:2px;right:0;z-index:5}.lgX{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.lgX .liR{justify-content:space-between}.lgX .liR,.lgX .liR a{display:flex;align-items:center}.lgX .liR a{gap:16px}.lgY{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.lgZ{display:inline-block;font-size:72px;letter-spacing:-9.36px;font-weight:600;line-height:1.1944444444;font-family:Jost,sans-serif;position:absolute;top:0;z-index:-1;transform:translateX(0)}.lgZ.liS,.lgZ.liT{right:unset;left:-1.282vw}.lgX .lg0{max-width:28.205vw;margin-top:16px}.lg0 .lg1{display:flex;justify-content:space-between;align-items:center}.lg0 .lg1 .lg2{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.lg3{position:unset;top:unset;right:unset}.lg0 .lg4{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.lg0 .lg5{display:flex;align-items:center;margin-top:8px;gap:12px}.lg0 .lg5 .lg6{display:block;position:absolute;top:12px;left:78px;gap:4px}.lg0 .lg7{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.lgX .lg8{margin-top:16px;position:relative;gap:unset}.lg8 a{display:flex;align-items:center;gap:16px}.lhg{max-width:91.795vw}.lhg .lhh{font-size:72px;line-height:1.1944444444}.lhg .lhh,.lhg .lhi{margin-bottom:8px}.lhg .lhj{margin-bottom:12px}.lhg .lhj .lhl{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.lhg .lhj .lhm{font-size:12px;color:#d3d3d3}.lhg .liU{margin-left:16px}.lhg .lhl{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.lhg .lhn{justify-content:space-between}.lhg .lhn,.lhg .lhn .liV{display:flex;align-items:center}.lhg .lhn .liV{gap:8px}.lhg .liW{display:flex;align-items:center}.lhg .liW .liX{width:40px;height:40px}.lhg .lht{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.lhg .lht .lhu{max-width:100%}.lhg .lht a{padding-right:0}.lhg .lht .lhv{font-size:12px;padding-left:0;margin-bottom:8px}.lhg .lht .lhv:after{font-size:12px}.lhg .lht .lhy{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lhC{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.lhD{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.lhD .lhF.lhG,.lhD .lhH.lhI{top:8px;left:8px}.lhK{display:unset;align-items:unset;gap:0}.liY{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.lhK .lhN .lhO{margin-bottom:2px}.lhK .lhN .lhO,.lhK .lhN .lhP{font-size:14px;line-height:1.571}.lhK .lhN .lhP{margin-bottom:4px}.lhK .lhN .lhQ{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.lhR{padding-left:0}.lhU{width:40px;height:40px;min-width:40px;min-height:40px}.lhY{max-width:49.231vw}.lhY .liZ{position:relative;margin-bottom:16px}.lhY .li0{width:100%}.liZ .li1{position:absolute;display:flex;gap:2px;top:4px;left:4px}.liZ .li2{position:absolute;bottom:0;right:0}.lhY .lhZ{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.lhY .li3{display:flex;align-items:center;margin-bottom:8px}.lhY .li4{font-size:12px;margin-right:16px;color:#d3d3d3}.lhY .li5{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.lh8{max-width:91.795vw}.lh8 a{display:flex;align-items:center}.lh9{width:calc(100% - 16px - 38.462vw);min-width:none}.lh8 .lh9 .lia{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.lh8 .lib{display:flex;align-items:center}.lh8 .lib .lid{font-size:12px;color:#d3d3d3}.lie{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.lie .lif{width:unset;height:unset;min-width:21.538vw}.lie .lig{font-size:14px}.lie::-webkit-scrollbar{display:none}.lih{max-width:91.795vw}.lih .lii{padding:12px 0}.lih .lij{display:none}.lih .lik{width:36px;height:49px;border-radius:6px;margin-right:16px}.lih .lil{text-align:left;width:28px}.lih .lim{width:calc(100% - 120px)}.lip{flex-direction:column;gap:16px}.lip,.liq{display:flex}.liq{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.liq a{max-width:unset}.lit{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px);min-width:none}.liu{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.liw{width:100%}.liz .lec{width:29.231vw;height:40.769vw}.lgx .lhq{font-size:12px}}@media screen and (max-width:375px){.ldV>.ldQ:after,.lea>.leb:after,.led>.lea:after,.lie:after{content:"";display:block;flex:0 0 4.267vw}.leA .ld8{border-color:green;border-radius:1.6vw}.leC{padding-right:11.733vw;margin-left:4.267vw}.leC .leD{font-size:3.733vw}.leC .leD,.leC .leE{margin-bottom:2.133vw}.leC .leE{font-size:3.2vw}.leF{gap:2.133vw}.lex .leC .leH>div{width:4.267vw;height:4.267vw}.leC .leG{font-size:2.667vw}.leC .li6 .li7{width:3.733vw;height:3.733vw}.leJ{min-width:8.53333vw;margin-left:2.133vw}.leJ .leK{width:8.53333vw;height:8.53333vw}.leJ .leM{width:4.267vw;height:4.267vw}.leF .leG{width:11.8vw}.lex .leR{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.lex.li8 .li9{font-size:3.733vw;margin-top:4.267vw}.lex.lja .leA .ld8{border-radius:1.6vw}.lex.lja .leC .leE{margin-bottom:4.267vw}.lex.lja.lex .leI{font-size:3.2vw}.lex.lja.lex .leF{margin-top:4.267vw}.lex.leW .leC .leE{margin-bottom:3.2vw}.lex.leW .leY{font-size:3.2vw;margin-bottom:1.067vw}.lex.leW .leZ{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.lex.leW .leZ span:first-child{margin-right:4.267vw}.lex.leW .le0{font-size:2.667vw;margin-bottom:3.2vw}.lex.leW .li9{margin-top:4.267vw}.lex.leW.lex .leI{font-size:3.2vw}.lex.leW .ljb{width:4.267vw;height:4.267vw}.le1 .le2 .liI{margin-right:4.267vw}.le1 .le2 .liI .liJ{border-radius:1.6vw}.le1 .le2 .liI .ljc{width:10.256vw}.le1 .le2 .le3{margin-right:6.154vw}.le1 .le2 .le3.ljd{margin-right:2.133vw}.le1 .le2 .le3 .le4{font-size:3.77vw;margin-bottom:1.067vw}.le1 .le3 .le5,.le1 .le6 .le7{font-size:3.2vw}.le1 .le2 .le3.lje{margin-right:2.133vw}.le1 .le2 .lfh.ljf{font-size:3.2vw;padding:0 1.795vw}.lff,.ljg{font-size:3.77vw}.ljh.lji{margin-bottom:1.6vw}.le1 .le6 .ljj,.le1 .le6 .ljk{font-size:3.2vw}.lfm>div:not(:last-child),.lfn>div:not(:last-child){margin-bottom:4.267vw}.lfk>a>div:first-child,.lfl>a>div:first-child{margin-right:4.267vw}.lfl{margin-bottom:3.267vw}.lfk .lfp,.lfl .lfp{margin-right:4.267vw}.lfk .lfp .lft{margin-bottom:0}.lfx span,.lfy span{margin-left:.8vw}.lfk img.lfq{margin-right:4.267vw}.lfk .lfp .lfr p,.lfl .lfp .lfr p{font-size:3.733vw;margin-right:.533vw}.lfk .lfp p.lfs,.lfk .lfp p.lfw,.lfl .lfp p.lfs,.lfx,.lfy{font-size:3.2vw;margin-top:2.133vw}.lfz{font-size:3.733vw}.lfA{display:flex;flex-wrap:wrap}.lfA li:nth-of-type(2n){margin-right:0}.lfB{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.lfC>a{height:8.533vw;width:8.533vw}.lfC>div{margin-right:2.133vw}.lfD{width:60%}.lfF{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.lfH{font-size:2.667vw}.lf6{width:6.154vw}.lfI .lfJ{margin-bottom:2.133vw;border-radius:1.6vw}.lfI .lfJ img{width:100%}.lfI .lfJ span{right:2.133vw;bottom:2.947vw}.lfI .lfK{font-size:3.733vw}.lfI .lfK,.lfI .lfL{margin-bottom:2.133vw}.lfI .lfL{font-size:3.2vw}.lfM .lfO,.lfM>a>div:first-child{margin-right:4.267vw}.lfM .lfP{margin-right:1.067vw}.lfM .lfP .lfQ>img:last-child{margin-left:.533vw}.lfM .lfP .lfQ p{font-size:3.733vw}.lfM .lfP p.lfR{font-size:3.2vw;margin-top:1.067vw}.lfM .lfU button:first-child{margin-right:2.133vw}.liK{gap:12.8vw}.lfV .lfW,.lfV>a>div:first-child{margin-right:4.267vw}.lfV .lfY{margin-right:1.067vw}.lfV .lfY .lfZ p{font-size:3.733vw}.lfV .lfY .lfZ>img{margin-left:.533vw}.lfV .lfY p.lf0{font-size:3.2vw;margin-top:1.067vw}.lf1{gap:4.267vw}.lf3,.lf4{margin-bottom:2.133vw}.lf3 .lf5,.lf4 .lf5{border-radius:1.6vw}.lf3 .lf6,.lf4 .lf6{right:2.133vw;top:2.133vw}.lf3 span{right:2.133vw;bottom:2.133vw}.lf4 span{font-size:3.77vw}.lf4 .liL{width:4.267vw}.lf7 .lf8{font-size:3.77vw;margin-bottom:.256vw}.lf7 .lf9{font-size:3.2vw;margin-bottom:.533vw}.lf7 .lga{font-size:3.2vw}.lf7 .lga,.lgb{margin-bottom:2.133vw}.lgb .lgc{gap:1.6vw}.lgd .lge{font-size:2.667vw}.lgo{gap:7.2vw 2.133vw}.lgp{width:31.785%}.lgo .lf6{top:2.133vw;right:2.133vw}.lgr{width:4.267vw}.lgo .lec.lgq span{font-size:3.2vw}.lgs.lgt{margin-top:3.2vw}.lgu{font-size:3.733vw;margin-top:2.033vw}.lgv{font-size:3.2vw;margin-top:1.233vw}.lgw{font-size:2.667vw;margin-top:2.667vw}.lgw span:not(:last-child){margin-right:0}.lgo .lgx{margin-top:2.667vw}.lgz img{width:21.333vw;height:21.333vw}.lgy .lgA{margin-left:4.267vw}.lgy li:not(:last-child){margin-bottom:1.333vw}.lgy .lgA p{font-size:2.667vw}.lgB .lgC{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.lgB .liO{margin-bottom:4.267vw}.lgB .liP{margin-left:4.267vw}.lgB .lgE{font-size:3.733vw;margin-bottom:3.2vw}.lgB .lgN .lgO{margin-left:3.733vw}.lgB .lgN .lgP{margin-bottom:2.133vw}.lgB .lgN .lgP,.lgB .lgN .lgP:after,.lgB .lgN .lgS{font-size:3.2vw}.lgX{padding-left:17.067vw}.lgX .liR a{gap:4.267vw}.lgY{border-radius:3.2vw}.lgZ{display:inline-block;font-size:19.2vw;letter-spacing:-2.496vw;font-weight:600;line-height:1.1944444444;font-family:Jost,sans-serif;position:absolute;top:0;z-index:-1}.lgZ.liS,.lgZ.liT{right:unset;left:-1.282vw}.lgX .lg0{margin-top:4.267vw}.lg0 .lg1 .lg2{font-size:3.733vw}.lg0 .lg4{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.lg0 .lg5{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.lg0 .lg5 .lg6{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.lg0 .lg7{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.lgX .lg8{margin-top:4.267vw}.lg8 a{gap:4.267vw}.lg8 .ljl{min-width:19.2vw;min-height:19.2vw}.lha .lhb{margin-bottom:1.333vw;align-items:center}.lg8 .lha .lhe,.lha .lhb{font-size:3.2vw}.lhg .lhh{font-size:19.2vw;line-height:1.1944444444}.lhg .lhh,.lhg .lhi{margin-bottom:2.133vw}.lhg .lhj{margin-bottom:3.2vw}.lhg .lhj .lhl{font-size:3.733vw;margin-bottom:2.133vw}.lhg .lhj .lhm{font-size:2.133vw}.lhg .liU{margin-left:4.267vw}.lhg .lhl{font-size:3.733vw;margin-bottom:3.2vw}.lhg .lhn .liV{gap:2.133vw}.lhg .liW .liX{width:10.667vw;height:10.667vw}.lhg .lht .lhv{margin-bottom:2.133vw}.lhg .lht .lhv,.lhg .lht .lhv:after,.lhg .lht .lhy{font-size:3.2vw}.lhg .lhp img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.lhC{width:100%;padding-left:16.41vw}.lhD{margin-bottom:3.2vw}.lhD .lhE{width:100%;border-radius:3.2vw}.lhD .lhF.lhG,.lhD .lhH.lhI{top:2.133vw;left:2.133vw}.lhD .lhJ{width:10.256vw}.lhD span{right:2.133vw;bottom:2.133vw}.liY{letter-spacing:-2.4vw;font-size:18.462vw}.lhK .lhN .lhO{font-size:3.77vw;margin-bottom:.533vw}.lhK .lhN .lhP{font-size:3.77vw;margin-bottom:1.067vw}.lhK .lhN .lhQ{font-size:3.2vw;margin-bottom:2.667vw}.lhR{margin-bottom:3.2vw}.lhR .lhq{font-size:3.2vw}.lhR .lhS{gap:2.133vw}.lhT{gap:3.2vw}.lhU{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.lhT .lhV{font-size:3.2vw;margin-bottom:1.282vw}.lhT .lhV:after{font-size:3.2vw;margin-left:1.539vw}.lhT .lhX{font-size:3.2vw}.lhY{max-width:51.2vw}.lhY .liZ{margin-bottom:4.267vw}.lhY .lh1{border-radius:3.2vw}.lhY .lhZ{font-size:3.733vw;margin-bottom:6.4vw}.lhY .lh5{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.lhY .lh6{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.lhY .lh6,.lhY .ljm>span{font-size:3.2vw}.lhY .li5{font-size:3.733vw}.lhY .li4{font-size:3.2vw;margin-right:4vw}.lh8 .lh9 .lia{font-size:3.733vw;margin-bottom:2.133vw}.lh8 .lib .lic{margin-right:2.133vw}.lh8 .lib .lid{font-size:3.2vw}.lie{gap:2.133vw}.lie .ljn,.lie .ljo{border-radius:4.267vw}.lie .lig{font-size:3.733vw}.lih .lii{padding:3.2vw 0}.lih .lij,.lih .lik{margin-right:4.267vw}.lih .lik{width:9.6vw;height:13.067vw;border-radius:1.6vw}.lih .lil{width:7.468vw;font-size:3.733vw}.lih .lim{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.lin{width:6.4vw;height:6.4vw}.lip{display:flex;flex-direction:column;gap:4.267vw}.liq a{width:calc(100% - 8.533vw)}.lit{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.liu{font-size:3.733vw}.liv{width:8.533vw;height:8.533vw}.lgx .liG{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.lgx .lhq{font-size:3.2vw}}@media screen and (max-width:1024px){.ldV>.ldQ:after,.lea>.leb:after,.led>.lea:after,.lie:after{content:"";display:block;flex:0 0 16px}.ldR{width:29.23vw}.ldR[data-is-ranking=true]{width:auto;margin-right:0}.ldO .ldV,.ldP .ldV{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.ldO .ldV::-webkit-scrollbar,.ldP .ldV::-webkit-scrollbar{display:none}.ldQ{display:flex;flex-wrap:nowrap;gap:8px}.ldQ .ld7{margin-right:8px}.ldQ .ld7,.ldQ .ljp{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.ldQ .ljp{margin-right:10px}.ldO .ljq .ljr,.ldP .ljq .ljr{display:block;width:100%}.ldJ{justify-content:space-between;padding-right:16px}.ldK{font-size:16px}.ldL{justify-content:space-between}.ldM{font-size:14px}.ldN{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.ld9 .led{padding-bottom:4.05vw}.lea{gap:8px}.ljs{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.lef .lea{gap:8px}.lef .leb .ld6{width:38.462vw;height:21.538vw}.ld9.lef .lee{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.leh{gap:2.133vw}.leg .ldT{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.lem li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.leo{font-size:20px;line-height:1.25;width:34%;height:100%;padding-left:0;background-image:url(/assets/img/parts/j_list/j_4_coupon_left_sp.png);background-repeat:no-repeat;background-position:100%;border-right:none}.lep{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.leq{width:66%;height:100%;padding-left:16px;padding-right:16px;background:url(/assets/img/parts/j_list/j_4_coupon_right_sp.png) no-repeat;background-position:0}.ler{font-size:14px;margin-bottom:4px}.les{margin-bottom:5px}.les,.let{font-size:12px}.lem li.leu:after{content:none}.lem li.leu .len{opacity:.4}.lev{font-size:12px}.lew{flex-wrap:wrap;flex-direction:column;gap:16px}.lew,.lex{display:flex}.lex{align-items:center;justify-content:space-between;width:100%}.leA .leB{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.leC{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.leC .leD{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.leF{gap:8px;margin-bottom:unset}.leJ{margin-left:12px}.lex .leR{margin-right:8px}.ley.lex .leB{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.lex .leI,.lex.ljt .lju{display:none}.lex.li8 .li9{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;overflow:hidden;max-height:3.142em;margin-top:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lex.li8 .leJ{top:50%}.lex.lja .leA .leB{width:29.231vw;height:40vw}.lex.lja .leA .ld8{border-radius:6px}.lex.lja.lex .leC{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.lex.lja .leC .leE{margin-bottom:16px}.lex.lja.lex .leI{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.lex.lja.lex .leF{margin-top:16px;order:4}.lex.leW .leA .leB{position:relative;width:29.231vw;height:40vw}.lex.leW .leA .ld8{border-radius:6px}.lex.leW .leA .leB .li2{position:absolute;bottom:0;right:0}.lex.leW .leA .leC{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.lex.leW .leC .leE{margin-bottom:12px}.lex.leW .leY{font-size:12px;font-weight:600}.lex.leW .leZ{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.lex.leW .le0,.lex.leW .leZ{font-weight:300;line-height:1.5}.lex.leW .le0{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.lex.leW .li9{position:relative;display:block;margin-top:16px}.lex.leW .li9 button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.lex.leW .leI{font-size:12px;line-height:1.5;overflow:hidden;max-height:4.5em;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lex.leW .leJ{top:30%;transform:translateY(-30%)}.le1{flex-direction:column;align-items:normal}.le1 .le2:not(.ljv){margin-bottom:13px}.le1 .le2 .liI{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.le1 .le2 .liI .liJ{width:100%;height:100%;object-fit:cover}.le1 .le2 .liI .ljc{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.le1>div:first-child{position:unset;margin-right:0}.le1 .le2 .le3{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.le1 .le2 .le3 .le4{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.le1 .le2 .le3 .le5{margin-bottom:0}.le1 .le6{position:relative}.le1 .le6 .le7{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.le1 .lfa{height:13px}.le1 .lfa .lfb{width:38.462vw}.le1 .le2 .le3.ljd{width:32.56%;margin-right:8px;flex:1 1}.lff,.ljg{transform:translate(-50%,-50%);font-size:14px}.ljg{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.ljh.lji{margin-bottom:6px}.ljw.ljx{width:45.2%}.le1 .le6 .ljj,.le1 .le6 .ljk{font-size:12px;line-height:1.5}.le1 .le6 .ljk{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lfm>div:not(:last-child),.lfn>div:not(:last-child){margin-bottom:16px}.ljA:hover,.ljy:hover,.ljz:hover{background-color:hsla(0,0%,100%,.1)}.lfl{margin-bottom:12.25px}.lfk .lfp,.lfl .lfp{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.lfk .lfp .lft,.lfl .lfp .lft{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.lfk img.lfq,.lfl img.lfq{margin-right:16px}.lfk .lfp .lfr,.lfl .lfp .lfr{display:flex;align-items:center}.lfk .lfp .lfr p,.lfl .lfp .lfr p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.lfk .lfp .lfr p,.lfk .lfp p.lfs,.lfl .lfp .lfr p,.lfl .lfp p.lfs{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lfk .lfp p.lfs,.lfl .lfp p.lfs{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.ljB{display:flex;flex-direction:column}.lfk .lfp p.lfw,.lfl .lfp p.lfw{font-size:12px;font-weight:300;margin-top:8px}.lfx,.lfy{font-weight:300}.lfz{font-size:14px;max-width:720px}.lfB{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.lfI .lfJ{border-radius:6px;height:24.615vw;width:43.846vw}.lfC>a{height:32px;width:32px}.lfA{gap:0 4.103vw}.lfC .lfD{width:60%}.lfE{height:32px;width:32px}.lfG>button{top:-14px}.lfF{margin-bottom:16px;max-width:100%}.lfG{margin-left:40px}.lfC{height:38px}.lfH{font-size:10px}.lfI .lfJ img{width:100%}.lfM{display:flex;align-items:center}.lfM .lfO{margin-right:16px}.lfM .lfP{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.lfM .lfP .lfQ{display:flex;align-items:center}.lfM .lfP .lfQ p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.lfM .lfP p.lfR{margin-top:8px;margin-bottom:0}.lfM .lfU{display:flex}.lfS .lfT{font-size:14px;line-height:1.5714285714}.liK{flex-direction:column;gap:48px}.lfV,.liK{display:flex}.lfV{align-items:center}.lfV .lfW{margin-right:16px}.lfV .lfY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.lfV .lfY .lfZ{display:flex;align-items:center}.lfV .lfY .lfZ p{height:1em;overflow:hidden;line-height:unset}.lfV .lfY p.lf0{font-size:12px;font-weight:300;margin-top:4px}.lf2,.lf3,.lf4{width:43.846vw}.lf3,.lf4{margin-bottom:8px;height:24.615vw}.lf4 .liL{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.lf7 .lf8{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.lf7 .lf9{font-weight:300;margin-bottom:2px;height:1.5em}.lf7 .lf9,.lf7 .lga{font-size:12px;line-height:1.5}.lf7 .lga,.lgb{margin-bottom:8px}.lgd .lge{font-size:10px}.lgo{gap:27px 2.051vw}.lgp{width:29.231vw}.lgp .lej{border-radius:6px}.lgo .lf6{right:8px}.lgr{top:27%}.lgo .lec.lgq span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.lgs.liN{margin-top:12px}.lgu{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.lgv{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.lgw{font-size:10px}.lgo .lgx,.lgw{margin-top:10px}.lgz img{width:80px;height:80px}.lgy li:not(:last-child){margin-bottom:5px}.lgy .lgA p{font-size:10px}.lgB{max-width:100%}.lgB .lgC{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.lgB .liO{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.lgB .liP{margin-left:16px}.lgB .lgE{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.lgB .lgI{justify-content:left}.lgB .lgN{background-color:rgba(0,0,0,0);padding:0;position:relative}.lgB .lgN .lgO{max-width:100%}.lgB .lgN a{padding-right:0}.lgB .lgN .lgP{font-size:12px;padding-left:0;margin-bottom:8px}.lgB .lgN .lgP:after{font-size:12px}.lgB .lgN .lgS{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.lgB .lgN .liQ{position:absolute;bottom:2px;right:0;z-index:5}.lgX{width:unset;position:relative;max-width:100%;padding-left:64px;z-index:1;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.lgX .liR{justify-content:space-between}.lgX .liR,.lgX .liR a{display:flex;align-items:center}.lgX .liR a{gap:16px}.lgY{width:30.769vw;height:42.307vw}.lgZ{display:inline-block;font-size:72px;letter-spacing:-9.36px;font-weight:600;line-height:1.1944444444;font-family:Jost,sans-serif;position:absolute;top:0;z-index:-1}.lgZ.liS,.lgZ.liT{right:unset;left:-1.282vw}.lgX .lg0{max-width:28.205vw;margin-top:16px}.lg0 .lg1{display:flex;justify-content:space-between;align-items:center}.lg0 .lg1 .lg2{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.lg3{position:unset;top:unset;right:unset}.lg0 .lg4{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.lg0 .lg5{display:flex;align-items:center;margin-top:8px;gap:12px}.lg0 .lg5 .lg6{display:block;position:absolute;top:36px;left:78px;gap:4px}.lg0 .lg7{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.lgX .lg8{margin-top:16px;position:relative;gap:unset}.lg8 a{display:flex;align-items:center;gap:16px}.lg8 .ljl{min-width:72px;min-height:72px}.lhg{max-width:100%}.lhg .lhh{font-size:72px;line-height:1.1944444444}.lhg .lhh,.lhg .lhi{margin-bottom:8px}.lhg .lhj{margin-bottom:12px}.lhg .lhj .lhl{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.lhg .lhj .lhm{font-size:12px;color:#d3d3d3}.lhg .liU{margin-left:16px}.lhg .lhl{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.lhg .lhn{justify-content:space-between}.lhg .lhn,.lhg .lhn .liV{display:flex;align-items:center}.lhg .lhn .liV{gap:8px}.lhg .liW{display:flex;align-items:center}.lhg .liW .liX{width:40px;height:40px}.lhg .lht{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.lhg .lht .lhu{max-width:100%}.lhg .lht a{padding-right:0}.lhg .lht .lhv{font-size:12px;padding-left:0;margin-bottom:8px}.lhg .lht .lhv:after{font-size:12px}.lhg .lht .lhy{font-size:12px;line-height:1.567}.lhC{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.lhD{margin-bottom:12px;width:75.128vw;height:42.308vw}.lhD .lhF.lhG,.lhD .lhH.lhI{top:8px;left:8px}.lhK{display:unset;align-items:unset;gap:0}.liY{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.lhK .lhN .lhO{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.lhK .lhN .lhO,.lhK .lhN .lhP{font-size:14px;line-height:1.571}.lhK .lhN .lhP{margin-bottom:4px}.lhK .lhN .lhQ{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.lhR{padding-left:0}.lhY{max-width:49.231vw}.lhY .liZ{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.lhY .li0{border-radius:12px;width:100%;height:100%;object-fit:cover}.liZ .li1{position:absolute;display:flex;gap:2px;top:4px;left:4px}.liZ .li2{position:absolute;bottom:0;right:0}.lhY .lhZ{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.lhY .li3{display:flex;align-items:center;margin-bottom:8px}.lhY .li4{font-size:12px;margin-right:16px;color:#d3d3d3}.lhY .li5{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.lh8{max-width:91.795vw}.lh8 a{display:flex;align-items:center}.lh8 .leB{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.lh8 .ld8{border-radius:6px}.lh8 .lh9 .lia{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.lh8 .lib{display:flex;align-items:center}.lh8 .lib .lid{font-size:12px;color:#d3d3d3}.lie{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.lie .lif{width:unset;height:unset;min-width:21.538vw}.lie .lig{font-size:14px}.lie::-webkit-scrollbar{display:none}.lih{max-width:91.795vw}.lih .lii{padding:12px 0}.lih .lij{display:none}.lih .lik{width:36px;height:49px;border-radius:6px;margin-right:16px}.lih .lil{width:28px}.lih .lim{width:calc(100% - 120px)}.lip{flex-direction:column;gap:16px}.lip,.liq{display:flex}.liq{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.liq a{max-width:unset}.lir{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.lis{border-radius:12px}.lit{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.liu{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.lix .liE{font-size:10vw}.lix .ldS[data-is-first=true]{width:54px;flex:0 0 54px}.lix .ldS{position:relative;width:80px;flex:0 0 80px}.lix .ldS[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.lgw span{transform:scaleX(.9);white-space:nowrap}.lix .liE{font-size:16.4vw;bottom:-1.5vw}.lix .ldS[data-is-first=true]{width:40px;flex:0 0 40px}.lix .ldS{width:48px;flex:0 0 48px}.lix .ldS[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.leA .ld8,.lex.leW .leA .ld8,.lex.lja .leA .ld8{border-radius:1.1515vw}.leA .leB .li2,.lex.leW .leA .leB .li2{width:3.071vw}.lf3 .lf5,.lf4 .lf5,.lfI .lfJ,.lgp .lej,.lh8 .ld8{border-radius:1.1515vw}.lhY .li0{border-radius:2.303vw}.liZ .li2{width:3.071vw}.lis{border-radius:2.303vw}}@media screen and (max-width:375px){.ldJ{margin-bottom:4.267vw;padding-right:4.267vw}.ldK{font-size:4.267vw}.ldL{margin-bottom:3.75vw}.ldM{font-size:3.75vw}.ldQ{gap:2.133vw}.ldQ .ld7{top:1907px;left:16px;width:72vw;height:40.266vw}.ldQ .ld7 :not(:first-child){margin-left:8px}.lea,.lef .lea,.leh{gap:2.133vw}.leg .ldT{border-radius:3.2vw}.lem li{border-radius:2.133vw}.lem li:not(:last-child){margin-bottom:4.267vw}.leo{font-size:5.333vw}.leq{padding-left:4.267vw;padding-right:4.267vw}.ler{font-size:3.733vw;margin-bottom:1.067vw}.les{margin-bottom:1.333vw}.les,.let,.lev{font-size:3.2vw}.lev{right:4.267vw;bottom:4.267vw}.lew{gap:4.267vw}.leA .ld8{border-radius:1.6vw}.leC{padding-right:11.733vw;margin-left:4.267vw}.leC .leD{margin-bottom:1.067vw;font-size:3.733vw}.leC .leE{margin-bottom:2.133vw;font-size:3.2vw}.leF{gap:2.133vw}.lex .leC .leH>div{width:4.267vw;height:4.267vw}.leC .leG{font-size:2.667vw}.leC .li6 .li7{width:3.733vw;height:3.733vw}.leJ{min-width:8.53333vw;margin-left:2.133vw}.leJ .leK{width:8.53333vw;height:8.53333vw}.leJ .leM{height:4.267vw}.leA .leB .li2,.leJ .leM{width:4.267vw}.lex .leR{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.lex.li8 .li9{font-size:3.733vw;margin-top:4.267vw}.lex.lja .leA .ld8{border-radius:1.6vw}.lex.lja .leC .leE{margin-bottom:4.267vw}.lex.lja.lex .leI{font-size:3.2vw}.lex.lja.lex .leF{margin-top:4.267vw}.lex.leW .leA .leB .li2{width:4.267vw}.lex.leW .leC .leX{margin-bottom:3.2vw}.lex.leW .leY{font-size:3.2vw;margin-bottom:1.067vw}.lex.leW .leZ{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.lex.leW .leZ span:first-child{margin-right:4.267vw}.lex.leW .le0{font-size:2.667vw;margin-bottom:3.2vw}.lex.leW .li9{margin-top:4.267vw}.lex.leW.lex .leI{font-size:3.2vw}.lex.leW .ljb{width:4.267vw;height:4.267vw}.le1 .le2 .liI{margin-right:4.267vw}.le1 .le2 .liI .liJ{border-radius:1.6vw}.le1 .le2 .liI .ljc{width:10.256vw}.le1 .le2 .le3{margin-right:6.154vw}.le1 .le2 .le3.ljd{margin-right:2.133vw}.le1 .le2 .le3 .le4{font-size:3.77vw;margin-bottom:1.067vw}.le1 .le3 .le5,.le1 .le6 .le7{font-size:3.2vw}.le1 .lfa{height:3.333vw}.le1 .le2 .le3.lje{margin-right:2.133vw}.le1 .le2 .lfh.ljf{font-size:3.2vw;padding:0 1.795vw}.lff,.ljg{font-size:3.77vw}.ljh.lji{margin-bottom:1.6vw}.le1 .le6 .ljj,.le1 .le6 .ljk{font-size:3.2vw}.lfk .lfp,.lfk>a>div:first-child,.lfl .lfp,.lfl>a>div:first-child{margin-right:4.267vw}.lfk .lfp .lft{margin-bottom:0}.lfx span,.lfy span{margin-left:.8vw}.lfk img.lfq{margin-right:4.267vw}.lfk .lfp .lfr p,.lfl .lfp .lfr p{font-size:3.733vw;margin-right:.533vw}.lfk .lfp p.lfs,.lfk .lfp p.lfw,.lfl .lfp p.lfs,.lfx,.lfy{font-size:3.2vw;margin-top:2.133vw}.lfz{font-size:3.733vw}.lfA{display:flex;flex-wrap:wrap}.lfA li:nth-of-type(2n){margin-right:0}.lfB{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.lfC>a>img,.lfC>div{margin-right:2.133vw}.lfC .lfD{width:60%}.lfE{height:8.533vw;width:8.533vw}.lfG>button{top:-3.733vw}.lfC .lfD .lfF{max-width:100%;font-size:3.733vw}.lfG{margin-left:10.667vw}.lfC .lfD .lfH{font-size:2.667vw}.lfI .lfJ{margin-bottom:2.133vw;border-radius:1.6vw}.lfI .lfJ img{width:100%}.lfI .lfJ span{right:2.133vw;bottom:2.947vw}.lfI .lfK{font-size:3.733vw}.lfI .lfK,.lfI .lfL{margin-bottom:2.133vw}.lfI .lfL{font-size:3.2vw}.lfM{margin-bottom:4.267vw}.lfM .lfO,.lfM>a>div:first-child{margin-right:4.267vw}.lfM .lfP{margin-right:1.067vw}.lfM .lfP .lfQ>img:last-child{margin-left:.533vw}.lfM .lfP .lfQ p{font-size:3.733vw}.lfM .lfP p.lfR{font-size:3.2vw;margin-top:2.133vw}.lfS .lfT{font-size:3.734vw}.lfM .lfU button:first-child{margin-right:2.133vw}.liK{gap:12.8vw}.lfV .lfW,.lfV>a>div:first-child{margin-right:4.267vw}.lfV .lfY{margin-right:1.067vw}.lfV .lfY .lfZ p{font-size:3.733vw}.lfV .lfY .lfZ>img{margin-left:.533vw}.lfV .lfY p.lf0{font-size:3.2vw;margin-top:1.067vw}.lf1{gap:4.267vw}.lf3,.lf4{margin-bottom:2.133vw}.lf3 .lf5,.lf4 .lf5{border-radius:1.6vw}.lf3 .lf6,.lf4 .lf6{right:2.133vw;top:2.133vw}.lf3 span{right:2.133vw;bottom:2.133vw}.lf4 span{font-size:3.77vw}.lf4 .liL{width:4.267vw}.lf7 .lf8{font-size:3.77vw;margin-bottom:.256vw}.lf7 .lf9{font-size:3.2vw;margin-bottom:.533vw}.lf7 .lga{font-size:3.2vw}.lf7 .lga,.lgb{margin-bottom:2.133vw}.lgb .lgc{gap:1.6vw}.lgd .lge{font-size:2.667vw}.lgh{gap:4.267vw;width:calc(100% - 3.733vw)}.lgf li:not(:last-child){margin-bottom:4.267vw}.lgk{font-size:3.733vw;margin-right:2.933vw}.lgk,.lgl{margin-bottom:2.133vw}.lgl>p{margin-right:2.133vw}.lgl>p,.lgm{font-size:3.2vw}.lgm{margin-right:2.933vw}.lgo{gap:7.2vw 2.133vw}.lgp{width:31.785%}.lgp .lej{border-radius:1.6vw}.lgo .lf6{top:2.133vw;right:2.133vw}.lgr{width:4.267vw}.lgo .lec.lgq span{font-size:3.2vw}.lgs.lgt{margin-top:3.2vw}.lgu{font-size:3.733vw;margin-top:2.033vw}.lgv{font-size:3.2vw;margin-top:1.233vw}.lgw{font-size:2.667vw;margin-top:2.667vw}.lgw span:not(:last-child){margin-right:0}.lgo .lgx{margin-top:2.667vw}.lgz img{width:21.333vw;height:21.333vw}.lgy .lgA{margin-left:4.267vw}.lgy li:not(:last-child){margin-bottom:1.333vw}.lgy .lgA p{font-size:2.667vw}.lgB .lgC{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.lgB .liO{margin-bottom:4.267vw}.lgB .liP{margin-left:4.267vw}.lgB .lgE{font-size:3.733vw;margin-bottom:3.2vw}.lgB .lgN .lgO{margin-left:3.733vw}.lgB .lgN .lgP{margin-bottom:2.133vw}.lgB .lgN .lgP,.lgB .lgN .lgP:after,.lgB .lgN .lgS{font-size:3.2vw}.lgX{padding-left:17.067vw;padding-top:6.4vw}.lgX .liR a{gap:4.267vw}.lgY{border-radius:1.6vw}.lgZ{display:inline-block;font-size:19.2vw;letter-spacing:-2.496vw;font-weight:600;line-height:1.1944444444;font-family:Jost,sans-serif;position:absolute;top:0;z-index:-1}.lgZ.liS,.lgZ.liT{right:unset;left:-1.282vw}.lgX .lg0{margin-top:4.267vw}.lg0 .lg1 .lg2{font-size:3.733vw}.lg0 .lg4{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.lg0 .lg5{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.lg0 .lg5 .lg6{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.lg0 .lg7{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.lgX .lg8{margin-top:4.267vw}.lg8 a{gap:4.267vw}.lg8 .ljl{min-width:19.2vw;min-height:19.2vw}.lha .lhb{margin-bottom:1.333vw;align-items:center}.lg8 .lha .lhe,.lha .lhb{font-size:3.2vw}.lhg .lhh{font-size:19.2vw;line-height:1.1944444444}.lhg .lhh,.lhg .lhi{margin-bottom:2.133vw}.lhg .lhj{margin-bottom:3.2vw}.lhg .lhj .lhl{font-size:3.733vw;margin-bottom:2.133vw}.lhg .lhj .lhm{font-size:2.133vw}.lhg .liU{margin-left:4.267vw}.lhg .lhl{font-size:3.733vw;margin-bottom:3.2vw}.lhg .lhn .liV{gap:2.133vw}.lhg .liW .liX{width:10.667vw;height:10.667vw}.lhg .lht .lhv{margin-bottom:2.133vw}.lhg .lht .lhv,.lhg .lht .lhy{font-size:3.2vw}.lhg .lhp img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.lhg .lhq{font-size:3.2vw}.lhC{width:100%;padding-left:16.41vw;padding-top:6.4vw}.lhD{margin-bottom:3.2vw}.lhD .lhE{width:100%;border-radius:3.2vw}.lhD .lhF.lhG,.lhD .lhH.lhI{top:2.133vw;left:2.133vw}.lhD .lhJ{width:10.256vw}.lhD span{right:2.133vw;bottom:2.133vw}.liY{letter-spacing:-2.4vw;font-size:18.462vw}.lhK .lhN .lhO{font-size:3.77vw;margin-bottom:.533vw}.lhK .lhN .lhP{font-size:3.77vw;margin-bottom:1.067vw}.lhK .lhN .lhQ{font-size:3.2vw;margin-bottom:2.667vw}.lhR{margin-bottom:3.2vw}.lhR .lhq{font-size:3.2vw}.lhR .lhS{gap:2.133vw}.lhT{gap:3.2vw}.lhU{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.lhT .lhV{font-size:3.2vw;margin-bottom:1.282vw}.lhT .lhV:after{font-size:3.2vw;margin-left:1.539vw}.lhT .lhX{font-size:3.2vw}.lhY{max-width:51.2vw}.lhY .liZ{margin-bottom:4.267vw}.lhY .lh1{border-radius:3.2vw}.lhY .lhZ{font-size:3.733vw;margin-bottom:6.4vw}.lhY .lh5{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.lhY .lh6{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.lhY .lh6,.lhY .ljm>span{font-size:3.2vw}.lhY .li5{font-size:3.733vw}.lhY .li4{font-size:3.2vw;margin-right:4vw}.liZ .li2{width:4.267vw}.lh8 .leB{margin-right:4.267vw}.lh8 .ld8{border-radius:1.6vw}.lh8 .lh9 .lia{font-size:3.733vw;margin-bottom:2.133vw}.lh8 .lib .lic{margin-right:2.133vw}.lh8 .lib .lid{font-size:3.2vw}.lie{gap:2.133vw}.lie .ljn,.lie .ljo{border-radius:4.267vw}.lie .lig{font-size:3.733vw}.lih .lii{padding:3.2vw 0}.lih .lij,.lih .lik{margin-right:4.267vw}.lih .lik{width:9.6vw;height:13.067vw;border-radius:1.6vw}.lih .lil{width:7.468vw;font-size:3.733vw}.lih .lim{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.lin{width:6.4vw;height:6.4vw}.lip{display:flex;flex-direction:column;gap:4.267vw}.liq a{width:calc(100% - 8.533vw)}.lit{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.liu{font-size:3.733vw}.liv{width:8.533vw;height:8.533vw}.lis{border-radius:3.2vw}.liy{padding-bottom:7.179vw}.lix .ldJ{padding-right:4.267vw}.liz{gap:2.051vw}.lix .ld3{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.ljC .leJ{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.ljC .leJ{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.ljC .leJ{top:30.7675%!important}}@media screen and (max-width:376px){.ljC .leJ{top:30%!important}}body.is-edge .ldR .ldW,body.is-edge .leb .ldW{animation:none!important}body.is-edge .ldR:hover .ldW,body.is-edge .leb:hover .ldW{opacity:1!important;transform:translate(50%,50%)!important}body.is-edge .ldR:hover .ldW.ld1,body.is-edge .ldR:hover .ldW.ldZ,body.is-edge .leb:hover .ldW.ld1,body.is-edge .leb:hover .ldW.ldZ{transform:translateY(50%)!important}.ljD{margin-bottom:34px;position:relative}.ljD,.ljE{width:100%}.ljE{transition:all .3s ease-out}.ljF{display:grid;grid-template-columns:repeat(1,1fr);align-content:center;height:500px;z-index:1;position:absolute;margin-left:40px;grid-gap:32px;gap:32px}.ljF,.ljG{width:400px}.ljG{display:flex;align-items:center;height:180px}.ljH .ljI{line-height:1.4;text-align:left}.ljH .ljJ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ljG img{max-width:400px;max-height:180px}.ljK{font-size:14px;line-height:1.57;overflow-y:hidden;max-height:4.5em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.ljL{display:flex}.ljL li{margin-right:7px;width:170px}.ljL li.ljM{width:auto}.ljE li .ljN{display:block;border-radius:24px;opacity:1}.ljL li .ljO{width:36px;height:36px}.ljP,.ljQ{position:absolute;transition:all .3s ease-out;z-index:2}.ljP{bottom:7px;right:60px;width:200px}.ljQ{bottom:0;right:24px;width:24px;height:24px}.ljR{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.ldT{width:100%}.ldT,.lec{position:relative}.lec{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.lec,.lej{border-radius:6px}.lej{width:100%;height:100%;object-fit:contain}.ldT .ljS{width:38px;display:block}.ldT .li2{width:16px;display:block}.ljT{bottom:4px;right:0;transform:translateY(4px)}.ljT,.ljU{position:absolute}.ljU{top:0;left:0;width:22px}.ljU img{max-width:none;width:100%;height:auto}.ldS[data-is-first=true]{width:4vw;flex:0 0 4vw}.ldS{position:relative;width:5vw;flex:0 0 5vw}.ldS[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.liE{position:absolute;z-index:5;font-size:6.589vw;font-weight:600;font-family:Jost,sans-serif;line-height:1;white-space:nowrap;bottom:-1vw;right:0}.liE[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.ljV{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.ljV,.ljW{position:absolute}.ljW{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.ljX,.ljY{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.ljX img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.ljZ span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.lj0{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.lj1{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.lj2{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.lj2 span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.lj2 img{width:24px;display:block;margin:0 auto}.lj3{background-color:#000;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:6px;overflow:hidden;aspect-ratio:190/265}.lj3 img{width:16px}.lj3 span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.lj3 span,.lj4{text-align:center}.lj4{font-size:12px;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:6px;overflow:hidden}.lj5{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.ld6{aspect-ratio:294/165;position:relative}.lj6{position:absolute;top:0;left:0;width:22px}.lj6 img{max-width:none;width:100%;height:auto}.lj7{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.lj7,.lj8{position:absolute}.lj8{bottom:4px;right:0;transform:translateY(4px)}.lj8 .li2{display:block;width:16px}.lj8 .ljS{display:block;width:38px}.ld8{border-radius:6px;width:100%;height:100%;object-fit:cover}.lju{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lju img{display:inline;width:100%;border-radius:50%}.lj9 img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.lj9 img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.ljh{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.ljh,.ljw{border-radius:1.5px}.ljw{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.lee{font-family:Jost,sans-serif;font-weight:600;font-size:4.692vw;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.4);position:absolute;bottom:-1.759vw;left:-.5865vw}.lka{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.lka span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.lka img{width:24px;display:block;margin:0 auto;opacity:.6}.leB{width:248px;aspect-ratio:248/140;position:relative}.lkb{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.lkc{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.lkd{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.lkd .ld6{width:294px;height:165px}.lke{display:inline-flex;flex-wrap:wrap;gap:9px}.lkf{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.lkf:before{z-index:1}.lkf:after,.lkf:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.lkf:after{z-index:-1}.lkg{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.lkh:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.lkh:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.lki:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.lki:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.lkj:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.lkj:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.lkk:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.lkk:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.lkl:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.lkl:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.lkm:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.lkm:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.lkn{width:48px;height:48px;padding:0}.lko{width:100%;height:100%;object-fit:cover;border-radius:50%}.lkp{display:flex;gap:12px}.lkq{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.lkr{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.lks{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.lkt{padding:0}.lku{width:64px;height:36px}.lku,.lkv{object-fit:cover;border-radius:4px}.lkv{width:32px;height:48px}.lif{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:96px;aspect-ratio:1/1;padding:16px;border-radius:12px;overflow:hidden;text-align:center}.lif img{width:100%;height:100%;object-fit:cover}.lif img,.lkw{position:absolute;top:0;left:0}.lkw{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.lig{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.lig,.lkx{text-align:center;position:relative}.lkx{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.lkx.lky{height:64px}.lkx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.lkz{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.lkA,.lkz{position:relative}.lkA{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.lkA img{width:100%;height:100%;object-fit:cover}.lkA img,.lkB{position:absolute;top:0;left:0}.lkB{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.lkC{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.lkC,.lkD{display:inline-block}.lkD{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.lkD img{width:100%;height:100%;object-fit:cover}.lkE{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.ljF{height:500px;z-index:1;position:absolute;left:0}.lkF{display:flex;align-items:center}.lkF,.lkF video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.lkF{display:flex;align-items:center}.lkF,.lkF video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.lkF video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.ljF{display:none}.ljH{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.ljH,.ljP{position:absolute}.ljP{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.ljQ{top:16px;right:16px}.ljH .ljJ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.ljR{grid-template-columns:repeat(3,1fr)}.lec{width:29.231vw;height:40.769vw}.lj3 span{padding:5px 15px}.ldS[data-is-first=true]{width:54px;flex:0 0 54px}.ldS{width:88px;flex:0 0 88px}.ldS[data-is-double-digit=true]{width:96px;flex:0 0 96px}.liE{font-size:12vw;bottom:-1.5vw}.lj4{font-size:10px}.lj0{height:.534vw;margin-top:.712vw;border-radius:.4vw}.lj5{gap:8px}.lgi{max-width:150px;aspect-ratio:150/84}.lj5{grid-template-columns:repeat(2,1fr)}.lee{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.ljh{height:.534vw;margin-top:.712vw;border-radius:.4vw}.lkd{gap:2.051vw}.ljq,.lkG{position:relative}.lkG{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.ljr{width:100%;height:100%;object-fit:cover}.lkH{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.lkH,.lkI{position:absolute}.lkI{right:0;bottom:4px;transform:translateY(4px)}.lkI .ljS{width:38px}.lkI .li2{width:16px}.lkJ{position:absolute;top:0;left:0;width:22px}.lkJ img{max-width:none;width:100%;height:auto}.lkK{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.lkK,.lkL{position:absolute}.lkL{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.lkL,.lkM span{display:inline-block}.lkM span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.lkN{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.lkN,.lkO{border-radius:1.5px}.lkO{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.lkn{width:32px;height:32px}.lkp{display:block}.lkP{text-align:center}.lkq{height:12.8204678363vw;width:87.692vw}.lks{font-size:14px;line-height:1.571}.lif{min-width:84px;aspect-ratio:84/56}.lif img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.lig{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.lkx{min-width:111px;aspect-ratio:111/84}.lkA{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.lkC{font-size:12px;line-height:1.5}.lkE{margin-top:32px}.ldT{width:100%}.ljZ span{font-size:3.076vw}.lgi{width:38.461vw;max-width:none}.lkq{border-radius:1.154vw}.lku{width:16.41vw;height:9.23vw}.lif{min-width:21.538vw}.lkx{min-width:28.4615vw;min-height:21.025vw}.lky{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.lec,.lej,.lj3{border-radius:1.1515vw}.ldT .li2{width:3.071vw}.ldT .ljS{width:7.294vw}.ljU{width:4.223vw}.ljV{top:.96vw;left:5.182vw;gap:.576vw}.ld8{border-radius:1.1515vw}.lj8 .li2{width:3.071vw}.lj8 .ljS{width:7.294vw}.lj6{width:4.223vw}.lj7{top:.96vw;left:5.182vw;gap:.576vw}.lkG{border-radius:1.1515vw}.lkI .li2{width:3.071vw}.lkI .ljS{width:7.294vw}.lkJ{width:4.223vw}.lkH{top:.96vw;left:5.182vw;gap:.576vw}.lku,.lkv{border-radius:.768vw}.lif,.lkx{border-radius:2.303vw}}@media screen and (max-width:420px){.ldS[data-is-first=true]{width:37px;flex:0 0 37px}.ldS{width:56px;flex:0 0 56px}.ldS[data-is-double-digit=true]{width:72px;flex:0 0 72px}.liE{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.ljD{margin-bottom:9.067vw}.ljH{padding:4.267vw}.ljP{bottom:-3.733vw}.ljQ{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.lec,.lej,.lj3{border-radius:1.6vw}.ljR{padding:0;gap:2.1333vw}.ldT{border-radius:3.2vw}.ljX,.ljY{width:8.5333vw}.ljX img{background-color:rgba(150,150,150,.7)}.ljZ span{font-size:3.2vw}.lj0{height:.534vw;margin-top:.712vw;border-radius:.4vw}.lj1{border-radius:.533vw}.lj2 span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.lj2 img{width:6.4vw}.lj3 img{width:4.2667vw}.lj3 span{padding:1.3335vw 4vw}.ldT .li2{width:4.267vw}.ldT .ljS{width:10.133vw}.ljU{width:5.867vw}.ljV{top:1.333vw;left:7.2vw;gap:.8vw}.lj4{font-size:2.667vw;gap:1.6vw}.lj4 img{width:4.267vw;height:4.267vw}.lj5{gap:2.1333vw}.ld8{border-radius:1.6vw}.lju{width:8.5333vw}.lju img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.ljh{height:.534vw;margin-top:.712vw}.ljh,.ljw{border-radius:.4vw}.lee{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.lka{border-radius:3.2vw}.lka span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.lka img{width:6.4vw}.lj8 .li2{width:4.267vw}.lj8 .ljS{width:10.133vw}.lj6{width:5.867vw}.lj7{top:1.333vw;left:7.2vw;gap:.8vw}.leB{width:66.1333vw}.lkb{width:8.5333vw}.lkc{border-radius:3.2vw}.lkG{border-radius:1.6vw}.lkd{gap:2.1333vw}.ljq{border-radius:3.2vw}.lkL{width:8.5333vw}.lkN{height:.534vw;margin-top:.712vw;border-radius:.4vw}.lkI .li2{width:4.267vw}.lkI .ljS{width:10.133vw}.lkJ{width:5.867vw}.lkH{top:1.333vw;left:7.2vw;gap:.8vw}.lke{gap:2.4vw}.lkf{width:19.2vw;height:19.2vw;padding:1.6vw}.lkn{width:8.5333vw;height:8.5333vw}.lkq{border-radius:1.6vw}.lks{font-size:3.7334vw;margin:2.1333vw}.lku{width:17.0666vw;height:9.6vw}.lku,.lkv{border-radius:1.0667vw}.lkv{width:8.5333vw;height:12.8vw}.lif{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.lig{font-size:14px;font-size:3.7334vw}.lkx{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.lkz{font-size:14px;font-size:3.7334vw}.lkA{padding:4.2667vw;min-width:25.6vw}.lkC{font-size:12px;font-size:3.2vw}.lkD{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.lkQ,.lkR{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.lkR{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.lkR div{width:48px}.lkS{pointer-events:none}.lkT{font-size:24px;font-weight:600;line-height:1.7083333333}.lkU{font-size:18px;line-height:1.444}.lkU,.lkV{font-weight:600;text-align:center}.lkV{font-size:24px;line-height:1.7083333333}.ljI{text-align:center}.ljI,.lkW{font-size:32px;font-weight:600}.lkW{line-height:1.857142}h2.lkX{font-weight:600;font-size:24px}.leD,.lkX{font-size:16px}.leD,.lkX,.lkY{font-weight:600}.lkY{font-size:24px;line-height:1.333}.lkZ{font-size:20px;line-height:1.35}.lk0,.lkZ{font-weight:600}.lk0{font-size:14px;line-height:1.3571428571}.lk1{font-weight:600;font-size:16px;line-height:1.3125}.lk2,.lk3{font-size:20px;line-height:1.7}.lk2,.lk3,.lk4{font-weight:600}.lk4{font-size:14px;line-height:1.3571428571}.lk5{font-size:12px;line-height:1.3333333333}.lk5,.lk6{font-weight:600}.lk6{font-size:16px;line-height:1.625}.lk7{font-size:14px;line-height:1.2857142857}.lk7,.lk8{font-weight:600}.lk8{font-size:12px;line-height:1.5}.lk9,.lla{font-size:16px;line-height:1.625}.llb{margin-top:16px}.llc{font-size:14px;line-height:1.5714285714}.lld,.lle{font-size:16px;line-height:1.625;text-align:center}.lle{margin-bottom:20px}.leE{font-size:14px;line-height:1.5714285714}.leX{font-size:12px;line-height:1.5}.llf{font-size:16px;line-height:1.125}.llg{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.llh{font-size:14px;line-height:1.5714285714}.lli{font-weight:300;font-size:10px;line-height:2.2}.llj{padding-left:1.5em;text-indent:-1.68em}.llj>li:not(:last-of-type){margin-bottom:16px}.llk{font-size:14px;line-height:1.5714285714}.llk:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.lll{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.lll li{text-align:-webkit-match-parent}.lll>li:not(:last-of-type){margin-bottom:16px}.llm{font-size:14px;line-height:1.5714285714}.lln{border-top:1px solid hsla(0,0%,100%,.3)}.lln li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.llo{font-weight:600;white-space:nowrap;margin-right:1em}.llp{text-align:right;word-break:keep-all}.llp span{margin-left:24px}.llq{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.llq .llr{font-size:14px;line-height:1.5714285714}.lls{color:#bababa}.lls,.llt{font-size:12px}.llt,.llu{font-weight:600}.llu{font-size:20px;line-height:1}.llv{display:grid;grid-row-gap:16px;row-gap:16px}.llw{font-weight:600;font-size:24px;line-height:1.333}.llx{font-size:16px;line-height:1.625}.ljJ{font-weight:600;font-size:40px;line-height:1.4}.lly{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.lkT{text-align:center}.lkU{font-size:24px;line-height:1.7083}.ljI{font-size:20px}.lkW{font-size:14px}.lkX,h2.lkX{font-size:16px}.lkY{font-size:20px;line-height:1.3}.lk0,.lk1,.lkZ{font-size:16px;line-height:1.625}.lk2{font-size:20px;line-height:1.3}.lk3,.lk4,.lk5,.lk6{font-size:14px;line-height:1.5714285714}.lk7,.lk8{font-size:12px;line-height:1.5}.lla,.llc,.lld,.lle{font-size:14px;line-height:1.5714285714}.leE,.leX,.llf{font-size:12px;line-height:1.5}.llg,.llh{font-size:10px;line-height:1.5}.llh,.lli{margin-left:1em;text-indent:-1em}.lli{font-size:10px;line-height:1.5}.llj>li:not(:last-of-type){margin-bottom:16px}.llk{font-size:14px;line-height:1.5714285714}.lll{-webkit-padding-start:16px;padding-inline-start:16px}.llu{line-height:1.125}.ljJ,.llu{font-size:16px}.ljJ{line-height:1.625}.lly{margin-top:5px;font-size:10px;width:240px;padding-left:0}.llz{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.llv{row-gap:8px}.llw{font-size:14px;line-height:1.5714285714}.llx{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.llv{row-gap:12px}.llw{font-size:16px;line-height:1.625}.llx{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.lkT,.lkU,.lkV{font-size:6.4vw}.ljI{font-size:5.333vw}.lkW{font-size:3.733vw}.lkX,h2.lkX{font-size:4.267vw}.lkY{font-size:5.334vw}.lk0,.lk1,.lkZ{font-size:4.267vw}.lk2{font-size:5.334vw}.lk3{font-size:3.733vw}.lk4,.lk5{font-size:3.734vw}.lk6{font-size:3.733vw}.lk7,.lk8{font-size:3.2vw}.lk9{font-size:4.267vw}.lla,.llc,.lld,.lle{font-size:3.733vw}.leE,.leX,.llf{font-size:3.2vw}.llg,.llh,.lli{font-size:2.667vw}.llk,.llk:before{font-size:3.733vw}.llk:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.llj>li:not(:last-of-type){margin-bottom:4.267vw}.llm{font-size:3.733vw}.lll{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.lll>li:not(:last-of-type){margin-bottom:4.267vw}.lln li{font-size:3.733vw;padding:4.267vw 0}.llp span{margin-left:6.4vw}.llq .llr{font-size:3.733vw}.lls,.llt{font-size:3.2vw}.llu{font-size:4.267vw}.llv{row-gap:2.133vw}.llw{font-size:3.734vw}.llx{font-size:3.2vw}.ljJ{font-size:4.267vw}.lly{font-size:2.667vw}}.llA{display:inline-flex;gap:16px}.llB{animation:llB .8s linear infinite}.llC>img{width:100%;height:100%;display:block}@keyframes llB{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.llD{height:4px}.llD,.llE{width:100%}.llE{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.llF{width:90px;background-color:hsla(0,0%,100%,.6)}.llF,.llG{height:4px;border-radius:4px}.llG{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.lgs{display:inline-block}.li6{gap:2px}.li6,.llH{display:flex;align-items:flex-end}.llH{max-height:-moz-fit-content;max-height:fit-content}.ljm>span{display:block;font-size:12px;font-weight:600;color:#fff}.llI{display:inline-block;cursor:pointer}.llI input{display:none}.llI input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.llI input:checked~span{width:80px}.llI input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.llK{width:58.2%}.llL{cursor:pointer}.llM{height:2px}.llM.llN .llL{width:24px;height:24px}.llM.llO .llL{display:none}.llP{display:inline-block;margin-right:16px;cursor:pointer}.llP:last-child{margin-right:0}.llP input{display:none}.llP input~span{display:block;height:12px;width:12px;border-radius:50%;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px)}.llP input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.llJ{border-radius:2px}.llK{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.llK,.llL{position:relative}.llL{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.llQ.llJ{height:4px}.llQ .llL{width:26px;height:26px}.llR .llL{display:none}.llS{display:flex;align-items:center;margin:0 8px;position:relative}.llT{margin-left:12px}.llT,.llU{font-size:12px;font-weight:300}.llU{top:-16px}.llU,.llV{position:absolute}.llV{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.llV:before{content:"●";color:#ff0576;font-size:16px}.llV span{font-family:Hiragino Sans,sans-serif;font-weight:600}.llW{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.llX{margin-bottom:16px}.llJ{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.llY{height:4px}.llZ{margin-bottom:12px;font-size:12px;font-weight:300}.llY .llK{width:31.3%}.llY .llL{width:26px;height:26px}.ll0 .llL{display:none}.ll1{margin-right:56px}.ll2{position:relative;width:100%;height:100%}.ll2,.ll3{display:flex;align-items:center;justify-content:center}.ll3{width:calc(100% - 12px);height:2px}.ll3 .ll4{flex:1 1;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.ll5{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.ll5 .ll6{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.ll7[data-current-index="1"] .ll5>.ll6:first-child,.ll7[data-current-index="2"] .ll3>.ll4:first-child,.ll7[data-current-index="2"] .ll5>.ll6:not(.ll6:nth-child(3)),.ll7[data-current-index="3"] .ll3>.ll4,.ll7[data-current-index="3"] .ll5>.ll6{background-color:#ff0576}.ll8{width:528px;height:12px}.ll9{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.ll9>img{display:block;width:36px;height:36px}.lma{width:528px;height:12px}.lmb[data-current-index="1"] .ll5>.ll6:first-child,.lmb[data-current-index="2"] .ll3>.ll4:first-child,.lmb[data-current-index="2"] .ll5>.ll6:first-child,.lmb[data-current-index="2"] .ll5>.ll6:nth-child(2),.lmb[data-current-index="3"] .ll3>.ll4:not(.ll4:last-child),.lmb[data-current-index="3"] .ll5>.ll6:not(.ll6:last-child),.lmb[data-current-index="4"] .ll3>.ll4,.lmb[data-current-index="4"] .ll5>.ll6{background-color:#ff0576}@media screen and (max-width:1024px){.llI input~span{height:4px;width:8px}.llI input:checked~span{width:48px}.llI input:checked~span>span{width:50%}.ll8,.lma{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.llC>img{width:8.533vw;height:8.533vw}.llD{height:1.067vw}.llE{border-radius:.533vw}.llF{width:24vw;background-color:hsla(0,0%,100%,.6)}.llF,.llG{height:1.067vw;border-radius:.533vw}.llG{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.li6{gap:.533vw}.ljm>span{font-size:3.2vw}.llI input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.llI input:checked~span{width:12.8vw}.llI input:checked~span>small{border-radius:.8vw}.llM{height:.533vw}.llM.llN .llL{width:6.4vw;height:6.4vw}.llP{margin-right:4.267vw}.llP input~span{height:3.2vw;width:3.2vw}.llJ{height:.533vw;border-radius:.533vw}.llL{width:3.2vw;height:3.2vw}.llQ.llJ{height:1.067vw}.llQ .llL{width:6.933vw;height:6.933vw}.llS{margin:0 2.133vw}.llT{margin-left:3.2vw}.llT,.llU{font-size:3.2vw}.llU{top:-4.267vw}.llV{bottom:-8.533vw}.llV,.llV span,.llV:before{font-size:3.2vw}.llW{width:42.667vw;bottom:10.4vw;left:10.933vw}.llX{margin-bottom:4.267vw}.llJ{border-radius:1.067vw}.llY{height:1.067vw}.llZ{margin-bottom:3.2vw;font-size:3.2vw}.llY .llL{width:6.933vw;height:6.933vw}.ll1{margin-right:14.933vw}.ll3{width:calc(100% - 3.2vw);height:.533vw}.ll5 .ll6{width:3.2vw;height:3.2vw}.ll8{width:calc(100% - 10.933vw);height:3.2vw}.ll9{width:10.667vw;height:10.667vw}.ll9>img{width:9.6vw;height:9.6vw}.lma{width:calc(100% - 10.933vw);height:3.2vw}}.lmc{display:flex;flex-wrap:wrap;gap:10px}.lmd{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.lme{display:flex;flex-wrap:wrap;gap:8px}.lmf{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.lmg{display:flex;flex-wrap:wrap;gap:16px}.lmh{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.lmi{display:flex;flex-wrap:wrap;gap:8px 16px}.lmj{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.lmk{flex-wrap:wrap;gap:16px 12px}.lmk,.lml{display:flex}.lml{justify-content:center;align-items:center;width:40px;height:40px;background:hsla(0,0%,100%,0);border-radius:50%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lml:active,.lmm{background:hsla(0,0%,100%,.1)}.lmm{display:inline-flex;column-gap:8px;border-radius:8px}.lmn{display:flex;flex-wrap:wrap;gap:8px}.lmo{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.leK.lmp{width:auto;height:32px}.lmq{width:32px;height:32px;position:relative}.lmq,.lmr{display:block}.lmr{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.lms{background-color:rgba(150,150,150,.3)}.lmt{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.lmt,.lmu .lms{opacity:0}.lmu .lmt{opacity:1}@keyframes lzd{0%{width:0}to{width:7px}}@keyframes lze{0%{width:7px}to{width:0}}@keyframes lzf{0%{width:0}to{width:11px}}@keyframes lzg{0%{width:11px}to{width:0}}@keyframes lzh{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes lzi{0%{opacity:0}to{opacity:1}}@keyframes lzj{0%{opacity:1}to{opacity:0}}.lmv{display:flex;flex-wrap:wrap;gap:8px}.lmw{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.lmx{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lmx .lmy{cursor:pointer;position:absolute;transition:all .2s linear}.lmz{gap:18px}.lmA,.lmz{display:flex;flex-wrap:wrap}.lmA{gap:16px}.lmB,.lmC{display:flex;flex-wrap:wrap}.lmC{gap:16px}.lmD{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.lmE{width:4.266vw}.lmF{width:5.333vw}.leM{width:6.4vw}.lmG{width:8.533vw}.lmH{width:5.333vw}.lml{width:10.666vw;height:10.666vw}.leK{width:8.533vw}.leK.lmp{width:auto}.leK.lmp,.lmq{height:8.533vw}.lmq{width:8.533vw;position:relative;display:block}.lms{background:hsla(0,0%,100%,.15)}.lmu .lms{opacity:0}@keyframes lzd{0%{width:0}to{width:1.65vw}}@keyframes lzf{0%{width:0}to{width:2.93vw}}@keyframes lzg{0%{width:2.93vw}to{width:0}}@keyframes lze{0%{width:1.65vw}to{width:0}}@keyframes lzh{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes lzi{0%{opacity:0}to{opacity:1}}@keyframes lzj{0%{opacity:1}to{opacity:0}}.lmI,.lmJ,.lmy{width:10.666vw}.lmK{width:17.066vw}.lmL{width:12.8vw}}.ldn{position:relative;z-index:1}.lmM{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.lmM.lmN{opacity:.3}.lmO{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.li7{position:relative;display:inline-block;width:14px;height:14px}.lmP{position:absolute;top:0;left:0}.lmP,.lmQ{width:100%;height:100%}.lmQ{display:block}.lmR{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lmR>input{display:none}.lmS{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.lmS,.lmT,.lmU{width:100%;height:100%}.lmT,.lmU{display:block}.lmV{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;transform:scale(.95);opacity:0;cursor:pointer;transition:all .2s ease-in}.lmR input:checked~.lmV{opacity:1;transform:scale(1)}.leR{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;border-radius:33.33%;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.leR>input{display:none}.leS{z-index:2}.leS,.leT{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.leT{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.leU,.leV{width:100%;height:100%}.leR input:checked~.leT{opacity:1;transform:scale(1)}.lmW{display:flex;flex-wrap:wrap;gap:16px}.lmX{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lmX.lmY{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.lmZ{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1;opacity:0;transition:opacity 2s cubic-bezier(.075,.82,.165,1);pointer-events:none}.lm0{width:100%;height:100%;object-fit:cover}.lm1{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.lm2{width:100%;height:336px}@media screen and (max-width:375px){.lmO{gap:4.267vw}.li7{width:3.733vw;height:3.733vw}.leR,.lmR{height:6.4vw;width:6.4vw}.lmW{gap:4.267vw}.lmX{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.lhF,.lm3,.lm4,.lm5,.lm6,.lm7,.lm8,.lm9,.lna,.lnb{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.lnc,.lnd{display:inline-flex;gap:8px}.lnd{flex-direction:column}.lne{display:inline-flex;gap:8px}.leH{display:flex;align-items:center;gap:2px}.leG{font-size:10px;font-weight:300;color:#bababa}.lnf{display:flex;align-items:flex-end;gap:10px}.lhH,.lng{display:flex;flex-direction:column}.lng{align-items:center;gap:1px}.lnh{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.lnh:before{background-color:rgba(0,0,0,.7);filter:blur(6px);content:"";display:block;height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;z-index:-1}@media screen and (max-width:375px){.lhF,.lm3,.lm4,.lm5,.lm6,.lm7,.lm8,.lm9,.lna,.lnb{width:6.4vw;height:6.4vw}.lnc,.lnd,.lne{gap:2.133vw}.leH{gap:.533vw}.leG{font-size:2.667vw}.lnf{gap:2.667vw}.lng{gap:.267vw}.lnh{font-size:2.667vw}.lnh:before{height:2.667vw;width:6.4vw}}.ldo.lni{background:#333}.lnj{display:inline-flex;align-items:center;min-width:214px;min-height:62px;padding:24px 16px;position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.lnj,.lnj:before{border-radius:12px}.lnj:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.lnk{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.lnl{display:flex;justify-content:space-between;align-items:center;width:400px;min-height:82px;background-color:rgba(60,60,60,.9);position:relative;padding:16px 40px 16px 16px}.lnl,.lnl:before{border-radius:12px}.lnl:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.lnm{width:400px;padding-right:40px}.lnn{width:90px;height:50px;margin-right:16px}.lno{border-radius:6px;object-fit:cover}.lnp{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.lnq{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.lnr{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.lnl .lns{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.lnt{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.lnt,.lnu{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.lnu{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.lnu,.lnu:before{border-radius:8px}.lnu:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.lnv{color:#fff;font-size:12px;font-weight:600}.lnw{display:inline-flex;justify-content:center;align-items:center;width:314px;height:42px;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.lnw,.lnw:before{border-radius:12px}.lnw:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.lnx{color:#fff;font-weight:600}.lnw>img{width:22px;height:22px;margin-right:8px}.lny{width:247px;height:38px;display:inline-flex;justify-content:center;align-items:center;border-radius:8px;background-image:linear-gradient(99deg,#ff903c,#ff0576);position:relative}.lny:before{content:url(/assets/img/parts/m_notice/m_7_tooltip.svg);position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.lnz{color:#fff}.lnA{display:inline-flex;align-items:center;justify-content:center;width:44px;height:22px;background-color:#000;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.lnB{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.lnl{width:100%;padding-right:16px}.lnw{width:auto;height:auto;padding:8px 16px}.lnw,.lnw:before{border-radius:8px}.lnw>img{width:16px;height:16px}.lnx{font-size:12px}.lny{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.lnl{max-width:91.795vw}.lnp{max-width:41.026vw}.lnj{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.lnj,.lnj:before{border-radius:3.2vw}.lnk{font-size:3.733vw}.lnl{min-height:21.867vw;padding:4.267vw}.lnl,.lnl:before{border-radius:3.2vw}.lnl:before{padding:.267vw}.lnn{width:24vw;height:13.333vw;margin-right:4.267vw}.lno{border-radius:1.6vw}.lnp{width:calc(100% - 40vw)}.lnr{font-size:3.733vw;margin-left:4.267vw}.lnm{width:106.667vw;padding-right:10.667vw}.lnl .lns{width:10.667vw;height:10.667vw}.lnp{font-size:3.2vw}.lnt{font-size:3.2vw}.lnt,.lnu{width:32vw;height:8.533vw}.lnu,.lnu:before{border-radius:2.133vw}.lnu:before{padding:.267vw}.lnv{font-size:3.2vw}.lnw{padding:2.133vw 4.267vw}.lnw,.lnw:before{border-radius:2.133vw}.lnw>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.lnx{font-size:3.2vw}.lnA{width:11.733vw;height:5.867vw}.lnB{font-size:3.733vw}}.lnC,.lnD{text-align:center}.lnD{font-weight:600;font-size:16px;letter-spacing:.26px;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border-radius:24px;background:linear-gradient(90deg,#ff903c,#ff0576);display:inline-flex;justify-content:center;align-items:center}.lnD:hover{opacity:.6}.lnD.lnE,.lnF.lnE{font-size:14px;width:unset;min-width:160px;height:36px}.lnF.lnE .lnG{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.lnH{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.lnH,.lnI{width:20px;height:20px;margin-right:8px;transition:all .2s}.lnI{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.lnJ{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.lnH.lnK{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.lnL{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.lnL,.lnM{width:20px;height:20px;margin-right:8px;transition:all .2s}.lnM{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.lnD:disabled{background:#bababa;pointer-events:none}.lnN{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border-radius:24px;background:linear-gradient(90deg,#ff903c,#ff0576);display:inline-flex;justify-content:center;align-items:center}@media screen and (min-width:1025px){.lnN:hover{opacity:.6}}@media screen and (max-width:1024px){.lnN:active{opacity:.6}}.lnO{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.lnO.lnP{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.lnN:disabled{background:#bababa;pointer-events:none}.lnC li:not(:last-child){margin-bottom:16px}.lnF{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#151515;max-width:100%;width:320px;height:48px;padding:0 26px;border-radius:24px;background:#fff;display:inline-flex;justify-content:center;align-items:center}.lnF:hover{opacity:.6}.lnF img{margin-left:8px}.lnF img,.lnQ{filter:invert(1)}.lnQ{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.lnQ.lnR{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.lnF:disabled{color:#fff;background:#bababa;pointer-events:none}.lnF:disabled .lnQ{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.lnS{font-weight:600;font-size:14px;text-align:center;color:#151515;max-width:100%;width:320px;height:36px;padding:0 26px;border-radius:24px;background:#fff;display:inline-flex;justify-content:center;align-items:center}@media screen and (min-width:1025px){.lnS:hover{opacity:.6}}@media screen and (max-width:1024px){.lnS:active{opacity:.6}}.lnT{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:invert(1);transition:all .2s}.lnT.lnU{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.lnS:disabled{color:#fff;background:#bababa;pointer-events:none}.lnS:disabled .lnT{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.lnV{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.lnV:hover{opacity:.6}.lnV img{width:20px;margin-right:8px}.lnV:disabled{pointer-events:none}.lnV:disabled *{opacity:.3}.lnW{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.lnW:hover{opacity:.6}.lnW img{width:20px;margin-right:8px}.lfh{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);display:inline-block}.lfh:disabled,.lfh:hover{color:hsla(0,0%,100%,.3)}.lfh:disabled,.lnW:disabled{pointer-events:none}.lnW:disabled *{opacity:.3}.lnX{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.lnX:hover{opacity:.6}.lnX img{width:20px;margin-right:8px}.lnY{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.lnY:hover{opacity:.6}.lnY img{width:20px;margin-right:8px}.lnZ{font-weight:300}.ln0{padding:0;margin-bottom:24px}.ln0,.ln1{text-align:left;position:relative}.ln1{font-weight:300;font-size:14px;color:#fff;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center;line-height:0}.ln1:not(:first-child){margin-left:24px}.ln1:hover{opacity:.6}.ln2{width:24px}.ln3{font-size:14px;margin-left:8px}.ln4{margin-bottom:16px}.ln5{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.ln5:hover{background-color:hsla(0,0%,100%,.1)}.ln6{font-weight:600;font-size:14px;text-align:left;color:#fff}.ln7{width:16px;transition:all .3s}.ln7.ln8{transform:rotate(180deg)}.ln9{display:none;padding-top:8px}.ln9.ln8{display:block}.loa{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.loa,.lob{text-align:left}.lob{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.loc{display:inline-block;max-width:320px;width:100%}.lod{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.lod:hover{border:1px solid #fff}.loe{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.lof{width:16px;transition:.3s ease-out}.lof.log{transform:rotate(-180deg)}.loh{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.loi{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.loh::-webkit-scrollbar{width:20px}.loh.ldu::-webkit-scrollbar{width:24px}.loh::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.loh::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.loh span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.loh .loj{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.lok{display:none}.lok.lol{display:block}.lom{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.lom,.lon{-webkit-background-clip:padding-box;background-clip:padding-box}.lon{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.loo{width:calc(100% - 72px)}.loo,.lop{text-align:left}.lop{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.lop.loq{margin-bottom:5px}.lor{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.los{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.los input{opacity:0;width:0;height:0}.lot{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.lot,.lot:before{position:absolute;transition:.4s}.lot:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.los input:checked+.lot{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.los input:checked+.lot:before{transform:translateX(24px)}.lon.lou .loo{opacity:.4}.lon.lou .los{opacity:.4;pointer-events:none}.lov{text-align:center}.low{display:inline-flex;font-size:16px;justify-content:center;position:relative}.low>li:not(:last-child){margin-right:32px}.lox{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.loy{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.lox.loz{color:#fff;pointer-events:none}.lox.loz:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.loA{overflow-x:auto}.loA::-webkit-scrollbar{display:none}.loB{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.loB>li:not(:last-child){margin-right:24px}.loC{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.loD{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.loC.loE{color:#fff;font-weight:600;pointer-events:none}.loC.loE:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.loF{width:auto;padding:0;display:flex;justify-content:space-around}.loG{position:relative;display:inline-block;width:132px;height:28px}.loG input{opacity:0;width:0;height:0}.loH{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.loI{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.loI:last-of-type{font-weight:300;padding-right:2px}.loH:before{position:absolute;z-index:0;content:"";height:24px;width:64px;left:2px;bottom:2px;background:linear-gradient(90deg,#ff903c,#ff0576);transition:.2s;border-radius:12px}.loG input:checked+.loH:before{transform:translateX(66px);left:0}.loG input:checked+.loH .loI:last-child,.loG input:not(:checked)+.loH .loI:first-child{opacity:1}@media screen and (max-width:1024px){.loJ{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.loJ{display:flex;justify-content:center}.loJ>:not(:last-child){margin-right:32px}}.loK{display:flex;justify-content:center;opacity:.6;position:relative}.loK.loL{opacity:1;pointer-events:none}.loK.loL:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;transform:translateY(50%);width:100%}.loM{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.loN{display:none;width:32px;margin-bottom:9px}.loO{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.loP{flex-wrap:wrap;gap:8px}.loP,.loQ{display:flex;margin:0}.loQ{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.loQ,.loR{transition:all .2s}.loR{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.loS:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.loT{width:114px;height:32px;padding:0;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.loU{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;transition:all .2s;opacity:.6}.loV:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.loQ.loW{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.loQ.loW .loR{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.loQ.loW .loS:before{content:"フォロー中";color:#fff}.loX{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.loX,.loY{transition:all .2s}.loY{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.loZ:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.loX.lo0{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.loX.lo0 .loY{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.loX.lo0 .loZ:before{content:"ブロック中";color:#fff}.lo1{flex-wrap:wrap;gap:8px}.lo1,.lo2{display:flex;margin:0}.lo2{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.lo2,.lo3{transition:all .2s}.lo3{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.lo4:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.lo2.lo5{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.lo2.lo5 .lo3{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute_color.svg) 50% no-repeat;filter:none;transition:all .2s}.lo2.lo5 .lo4:before{content:"ミュート中";color:#fff}.lo6{text-align:left;margin:0}.lo7{width:130px;height:40px;border-radius:20px;background:#fff}.lo7:hover{opacity:.6}.lo8{font-weight:600;font-size:14px;text-align:center;color:#151515}.lo9{text-align:left;margin:0}.lpa{width:130px;height:28px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:#151515;display:flex;justify-content:center;align-items:center}.lpb{font-weight:600;font-size:12px;color:#fff}.lpc{width:20px;margin-left:8px}.lpd{max-width:100%;width:100%;height:48px;border-radius:24px;border:none;background:#bababa;font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff}.lpe{text-align:left;margin:0}.lpf{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.lpf:hover{opacity:.6}.lpg{font-weight:600;font-size:16px;text-align:left}.lpg,.lph{color:#000}.lph{font-weight:300;font-size:14px;text-align:right}.lpi{text-align:left;margin:0}.lpj{width:100%;height:48px;border-radius:24px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.lpj:hover{opacity:.6}.lpk{font-size:12px;letter-spacing:.02em;text-align:left;flex:2 1;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;line-height:1.6666666667}.lpk,.lpl{font-weight:600;color:#fff}.lpl{font-size:14px;text-align:right;flex:1 1}.lpm{padding:0}.lpn{max-width:480px}.lpo{font-weight:300;font-size:14px;text-align:left;color:#fff}.lpp{display:flex;align-items:center;cursor:pointer}.lpp:last-child{margin-right:0}.lpq{position:absolute;opacity:0;width:0;height:0}.lpr{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.lpq:checked+.lpr:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.lps{margin-left:auto;transition:.2s ease-out}.lps.lpt{transform:rotate(-180deg)}.lpq:checked+.lpr{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid rgba(0,0,0,0)}.lpu{display:none;margin-left:32px}.lpu.lpt{display:block}.lpv{margin-top:16px;cursor:pointer}.lpv,.lpw{display:flex;justify-content:space-between;align-items:center}.lpw{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.lpx{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.lpx span{display:block}.lpy{width:28px;height:18px;border-radius:4px;background:#fff;font-weight:300;font-size:10px;line-height:18px;text-align:center;color:#151515;margin-left:16px}.lpz{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.lpA{width:152px;background-color:#000;padding:12px;border-radius:8px;border:1px solid hsla(0,0%,100%,.3);margin-right:8px;color:#fff;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.lpA::-webkit-inner-spin-button,.lpA::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.lpB{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.lpC{padding:0;text-align:left}.lpD{width:auto;height:32px;padding:0 16px;border-radius:16px;background:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.lpD:hover{opacity:.6}.lpE{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.lpF{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.lpG{padding:0;text-align:left}.lpH{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.lpH:hover{opacity:.6}.lpI{font-weight:600;font-size:12px;text-align:center;color:#fff}.lpJ{padding:0}.lpK{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.lpL{font-weight:600;font-size:12px;text-align:center;color:#fff}.lpM{padding:0;text-align:left}.lpN{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.lpN:hover{opacity:.6}.lpO{font-weight:600;font-size:12px;text-align:center;color:#151515}.lpP{padding:0;text-align:left}.lpQ{width:114px;height:32px;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.lpQ:hover{opacity:.6}.lpR{font-weight:600;font-size:12px;text-align:center;color:#fff}.lpS{width:14px;margin-right:5.23px}.lpT{padding:0;text-align:left}.ld3{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.ld3 img{width:100%}.lpU{padding:0;text-align:left}.ljO{width:32px;height:32px;position:relative;cursor:pointer}.ljO,.lpV{display:block}.lpV{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.lpW{background-color:rgba(150,150,150,.6)}.lpX{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.lpX,.lpY .lpW{opacity:0}.lpY .lpX{opacity:1}@keyframes lzk{0%{width:0}to{width:7px}}@keyframes lzl{0%{width:7px}to{width:0}}@keyframes lzm{0%{width:0}to{width:11px}}@keyframes lzn{0%{width:11px}to{width:0}}@keyframes lzo{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes lzp{0%{opacity:0}to{opacity:1}}@keyframes lzq{0%{opacity:1}to{opacity:0}}.lpZ{padding:0;text-align:left}.lp0{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.lp0:hover{opacity:.6}.lp1{font-weight:600;font-size:14px;text-align:center;color:#151515}.lp2{padding:0;text-align:left}.lp3{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.lp3:hover{opacity:.6}.lp4{font-weight:600;font-size:14px;text-align:center;color:#151515}.lp5{width:20px;margin-left:8px}.lp6{padding:0;text-align:left}.lp7{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.lp7:hover{opacity:.6}.lp8{font-weight:600;font-size:14px;color:#151515}.lp8,.lp9{text-align:center}.lp9{display:block;padding:0}.lqa{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.lqb{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.lqb>li:not(:last-child){margin-right:16px}.lqc{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.lqc.lqd:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.lqe{color:#fff;font-weight:600;pointer-events:none}.lqe:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.lqf{display:flex;width:auto;justify-content:flex-end}.lqf button:not(:last-child){margin-right:8px}.lqg{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.lqg.lqh{background:#fff;padding:0 14px}.lqg:hover{opacity:.6}.lqi{font-weight:600;font-size:12px;text-align:center;color:#fff}.lqg.lqh .lqi{color:#151515}.lqj{font-weight:600;text-align:center;color:#fff;max-width:100%;width:160px;height:36px;padding:0 26px;border-radius:50vh;background:linear-gradient(90deg,#ff903c,#ff0576);display:inline-flex;justify-content:center;align-items:center}.lqk{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}@media screen and (max-width:1024px){.lnD,.lnF,.lnN,.lnS,.lnV,.lnW,.lnX,.lnY{width:100%}.loc{max-width:unset}.loB>li:not(:last-child){margin-right:16px}.loJ{margin:0 auto;padding:0 27px;border-bottom:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.loN{display:block}.loO{font-size:12px}.lpn{max-width:none}.lpz{gap:0;flex-direction:column;align-items:flex-start}.lpp:last-child{margin-right:0;margin-left:32px;margin-top:13px}.lp0{min-width:unset;height:22px;border-radius:16px}.lp1{font-size:10px}.lp3{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.lp4{font-size:12px}.lp5{margin-left:4px}.lp7{min-width:unset;height:22px;border-radius:16px}.lp8{font-size:10px}.lqa{font-size:16px;padding-bottom:16px}.lql{overflow:auto}.lql::-webkit-scrollbar{display:none}.lqb{justify-content:center;width:calc(518px + 100% - 2em)}.lqb>li:not(:last-child){margin-right:16px}.lqc{font-size:16px;padding:12px 0}.lqc.lqd:before{height:5px;width:5px}.lqe:after{height:4px}.lqj{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.lpQ{width:64px}}@media screen and (max-width:375px){.lnC li:not(:last-child){margin-bottom:4.267vw}.lnD,.lnF,.lnV{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.lnH,.lnO,.lnQ,.lnT{width:5.333vw;height:5.333vw;margin-right:2.133vw}.lnN,.lnS,.lnW,.lnY{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.lnF img{margin-left:2.133vw}.lnV img,.lnW img,.lnX img,.lnY img{width:5.333vw;margin-right:2.133vw}.lfh{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.lnX{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.ln0{margin-bottom:6.4vw}.ln1{font-size:3.733vw}.ln1:not(:first-child){margin-left:6.4vw}.ln2{width:6.4vw}.ln3{font-size:3.733vw;margin-left:2.133vw}.ln4{margin-bottom:4.267vw}.ln5{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.ln6{font-size:3.733vw}.ln7{width:4.267vw}.ln9{padding-top:2.133vw}.loa{font-size:3.733vw;padding:2.133vw}.lob{gap:4.267vw}.lod{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.lod:hover{border:.267vw solid #fff}.loe{font-size:3.733vw;line-height:4.8vw}.lof{width:4.267vw}.loh{max-height:85.333vw;row-gap:3.2vw;padding:6.4vw 4.267vw;border:.267vw solid hsla(0,0%,100%,.25);border-radius:2.133vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw);margin-top:3.2vw}.loh::-webkit-scrollbar{width:5.333vw}.loh.ldu::-webkit-scrollbar{width:24px}.loh::-webkit-scrollbar-track{margin:2.133vw 0}.loh::-webkit-scrollbar-thumb,.loh::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.loh span{font-size:3.733vw;padding-left:6.4vw}.loh .loj{background-size:4.267vw}.lom{border-top:.267vw solid hsla(0,0%,100%,.3)}.lon{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.loo{width:calc(100% - 18.462vw)}.lop{font-size:3.733vw}.lop.loq{margin-bottom:1.333vw}.lor{font-size:3.2vw}.los{width:14.933vw;height:8.533vw}.lot{border-radius:4.8vw}.lot:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.los input:checked+.lot:before{transform:translateX(6.154vw)}.low{font-size:4.267vw}.low>li:not(:last-child){margin-right:8.533vw}.lox{padding-bottom:3.2vw}.lox.loz:after{height:1.067vw}.loB{font-size:4.267vw}.loB>li:not(:last-child){margin-right:4.267vw}.loC{padding-bottom:3.2vw}.loC.loE:after{height:1.067vw}.loG{width:33.846vw;height:7.179vw}.loH{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.loI{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.loI:last-of-type{padding-right:.533vw}.loH:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.loG input:checked+.loH:before{transform:translateX(17.6vw)}.loJ{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.loN{width:8.533vw;margin-bottom:2.4vw}.loO{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.loK.loL:after{height:1.067vw}.loP{gap:2.133vw}.loQ{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.loR{margin-right:1.067vw}.loS:before{font-size:3.2vw}.loT{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.loU{margin-right:1.067vw}.loV:before{font-size:3.2vw;line-height:4.8vw}.loQ.loW{border:.267vw solid hsla(0,0%,100%,.3)}.loX{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.loY{margin-right:1.067vw}.loZ:before{font-size:3.2vw}.loX.lo0{border:.267vw solid hsla(0,0%,100%,.3)}.lo1{gap:2.133vw}.lo2{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.lo3{margin-right:2.133vw}.lo4:before{font-size:3.2vw}.lo2.lo5{border:.267vw solid hsla(0,0%,100%,.3)}.lo2.lo5 .lo3{width:4.267vw;height:4.267vw;margin-right:2.133vw}.lo7{width:34.667vw;height:10.667vw;border-radius:5.333vw}.lo8{font-size:3.733vw}.lpa{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.lpb{font-size:3.2vw}.lpc{width:5.333vw;margin-left:2.133vw}.lpd{font-size:4.267vw;letter-spacing:.069vw}.lpd,.lpf{height:12.8vw;border-radius:6.4vw}.lpf{padding:0 4.267vw}.lpg{font-size:4.267vw}.lph{font-size:3.733vw}.lpj{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.lpk{font-size:3.2vw}.lpl,.lpo{font-size:3.733vw}.lpr{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.lpq:checked+.lpr:before{width:3.2vw;height:3.2vw}.lpq:checked+.lpr{border-radius:6.4vw;width:6.4vw;height:6.4vw}.lpp:last-child,.lpu{margin-left:8.533vw}.lpp:last-child{margin-top:3.333vw}.lpv{margin-top:4.267vw}.lpw{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.lpx{width:calc(100% - 11.733vw);font-size:3.2vw}.lpy{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.lpA{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.lpB{font-size:3.2vw}.lpD{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.lpE{font-size:3.2vw;line-height:4.8vw}.lpF{width:4.267vw;margin-left:1.6vw}.lpH{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.lpI{font-size:3.2vw}.lpK{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.lpL{font-size:3.2vw}.lpN{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.lpO{font-size:3.2vw}.lpQ{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.lpR{font-size:3.2vw}.lpS{width:3.733vw;margin-right:1.395vw}.lp0{height:5.867vw;border-radius:4.267vw}.lp1{font-size:2.667vw}.lp3{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.lp4{font-size:3.2vw}.lp5{width:5.333vw;margin-left:2.133vw}.lp7{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.lp8{font-size:2.677vw}.lqa{font-size:4.267vw;padding-bottom:4.267vw}.lqb{width:calc(138.133vw + 100% - 2em)}.lqb>li:not(:last-child){margin-right:4.267vw}.lqc{font-size:4.267vw;padding:3.2vw 0}.lqc.lqd:before{height:1.333vw;width:1.333vw}.lqe:after{height:1.067vw}.lqf{width:78.933w}.lqf button:not(:last-child){margin-right:2.133vw}.lqg{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.lqg.lqh{padding:0 3.733vw}.lqi{font-size:3.2vw}.lqj{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.lqm{position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.75);padding:0;z-index:9000;text-align:center;overflow:auto}.lqm:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lqm::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.lqm.lqn:before{vertical-align:text-top;height:unset}.lqo{display:none}.lqp{width:560px;border-radius:16px;background:rgba(0,0,0,0);background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.lqq{margin:40px}.lqr{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.lqr:hover{opacity:.6}.lqs{width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.lqt{margin:40px}.lqu{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.lqu:hover{opacity:.6}.lqv{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.lqv:hover{opacity:.6}.lqw{padding:0;border-radius:16px;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;display:inline-block;vertical-align:middle;margin:64px 0}.lqw,.lqx{position:relative;width:560px}.lqx{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.lqx img{width:100%;height:100%;object-fit:cover}.lqy{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.lqz{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.lqA,.lqz{margin-bottom:24px}.lqA{width:100%}.lqB{text-align:center}.lqC{padding:40px 120px;width:560px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.lqD{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.lqE{display:block;text-align:center;color:#fff;margin-bottom:40px}.lqC .lqF.lqG .lqH,.lqI .lqF.lqG .lqH{width:100%}.lqJ{max-width:280px;padding:22px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.lqK{display:block;width:100%;margin-bottom:16px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lqK:last-child{margin:0}.lqK input{opacity:0;cursor:pointer;height:0;width:0}.lqK input,.lqL{position:absolute}.lqL{top:0;left:0;height:16px;width:16px}.lqL:after{content:"";position:absolute;display:none}.lqK input:checked~.lqL:after{display:block}.lqK .lqL:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.lqM{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.lqN{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:rgba(0,0,0,0);background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.3019607843)!important}.lqO{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.lqP{display:flex;justify-content:left;width:100%;padding:8px 24px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lqP:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.lqI .lqF.lqG{display:block}.lqI .lqF.lqG .lqH{padding:8px 24px}.lqI .lqF.lqG .lqH:hover{background-color:hsla(0,0%,100%,.1)}.lqQ{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.lqR{position:absolute;top:0;right:0;cursor:pointer}.lqR:hover{opacity:.6}.lqS{display:inline-flex}.lqS .lmM{width:1px;height:auto;margin:24px 0}.lqT{width:216px;padding:24px 0;text-align:center;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.lqU{position:relative}.lqU input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.lqU .lnX{font-weight:300;cursor:pointer}.lqU .lnX:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.lqU .lnX img{display:none}.lqU input:checked~.lnX img{display:block}.lqV{padding:20px;width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.lqW{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.lqX{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.lqX::-webkit-scrollbar{width:28px}.lqX::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.lqX::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.lqY{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.lqZ label{position:relative}.lqZ input{opacity:0;cursor:pointer;height:0;width:0}.lq0,.lqZ input{position:absolute}.lq0{top:3px;left:0;height:16px;width:16px}.lq0:after{content:"";position:absolute;display:none}.lqZ input:checked~.lq0:after{display:block}.lqZ .lq0:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.lq1{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.lq2{position:absolute;top:16px;right:16px;cursor:pointer}.lq2:hover{opacity:.6}.lq3{width:284px;height:auto;padding:24px;border-radius:12px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.lq4{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.lq5{width:24px;height:24px;cursor:pointer}.lq5:hover{opacity:.6}.lq6{font-weight:600;font-size:18px;cursor:pointer}.lq7{margin-bottom:16px}.lq8{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.lq8 li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.lq9{color:#1fb1ff}.lra{color:#ec28bf}.lrb{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.lrb li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.lrb li,.lrb li span{display:flex;justify-content:center;align-items:center}.lrb li span{width:100%;height:100%;cursor:pointer}.lrb li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.lrb span.leu{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.lrc{display:flex;align-items:center;justify-content:space-between}.lrc .lnX{width:31.5%;height:36px;padding:0}.lrc .lnS{width:65.5%}.lrd{width:976px;border-radius:16px;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.lre{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.lre:hover{opacity:.6}.lrf{display:none}.lrg{position:absolute;top:16px;left:unset;right:16px}.lrg:hover{opacity:.6}.lrh{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.lqp{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.lqq{margin:40px 16px}.lqr{top:16px;left:unset;right:16px}.lqs{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.lqt{margin:40px 16px}.lqu{top:16px;right:16px;left:unset}.lqw{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.lqv{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.lqx{width:87.692vw;max-width:600px;height:49.231vw;background-color:#fff;font-weight:300;font-size:19px;text-align:left;color:#000;position:relative;border-radius:16px 16px 0 0;overflow:hidden}.lqx img{width:100%;height:100%;object-fit:cover}.lqy{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.lqy,.lqz{text-align:center}.lqz{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.lqD{position:absolute;top:64px;left:unset;right:16px}.lqD:hover{opacity:.6}.lqC{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.lri{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.lqE{margin-bottom:22px}.lqE .lk3{font-size:16px;line-height:1.625}.lqV{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.lqV,.lrj{height:100%}.lqW{position:absolute;top:16px;right:16px;cursor:pointer}.lrk:before{display:none}.lq3{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.lqm .lq3{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.lq4{margin-bottom:32px}.lq5{width:16px;height:16px}.lq6{font-size:20px}.lq7{margin-bottom:24px}.lq8 li{font-size:14px;line-height:1.5714285714}.lrb{row-gap:8px}.lrb li{font-size:14px;line-height:1.5714285714}.lrc .lnX{width:27.78%;height:48px}.lrc .lnS{width:71.528%;height:48px}.lrl{position:absolute;top:16px;right:16px;cursor:pointer}.lrl:hover{opacity:.6}.lqn:before{display:none}.lrd{border-radius:unset;width:100%;margin:0}.lre{top:4px;right:4px}.lrm{display:none}.lrf{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.lqp{border-radius:4.267vw}.lqq{margin:10.667vw 4.267vw}.lqr{top:4.267vw;right:4.267vw}.lqs{border-radius:4.267vw}.lqu{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.lqw{border-radius:4.267vw}.lqv{top:17.067vw;right:4.267vw}.lqx{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.lqy{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.lqz{font-size:4.267vw;padding:0 0 5.333vw}.lqD{top:17.067vw;right:4.267vw}.lqC{padding:6.4vw 4.267vw}.lqC,.lqC:before{border-radius:4.267vw}.lqC:before{padding:.267vw}.lqE{font-size:4.267vw}.lrn{margin-top:4.267vw}.lqJ{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.lqK{margin-bottom:4.267vw}.lqK .lqL:after,.lqL{height:4.267vw;width:4.267vw}.lqM{margin-left:6.4vw}.lqM,.lqQ{font-size:3.733vw}.lqQ{line-height:6.4vw;margin-left:2.133vw}.lqI .lqF.lqG .lqH,.lqP{padding:2.133vw 6.4vw}.lqO{font-size:4.267vw;padding:0 6.4vw 4.267vw}.lqW{top:4.267vw;right:4.267vw}.lqX{border-radius:4.267vw;margin:0 6.4vw}.lqX::-webkit-scrollbar{width:7.468vw}.lqX::-webkit-scrollbar-track{margin:3.2vw 0}.lqX::-webkit-scrollbar-thumb,.lqX::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.lqY{row-gap:6.4vw;padding:6.4vw 3.2vw}.lq0{top:.8vw}.lq0,.lqZ .lq0:after{height:4.267vw;width:4.267vw}.lq1{font-size:3.734vw;margin:0 6.4vw}.lq2{top:4.267vw;right:4.267vw}.lq3{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.lq4{margin-bottom:8.533vw}.lq5{width:4.267vw;height:4.267vw}.lq6{font-size:5.334vw;line-height:1}.lq7{margin-bottom:6.4vw}.lq8{margin-bottom:3.2vw}.lq8 li{width:8.533vw;font-size:3.734vw}.lrb{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.lrb li{width:8.533vw;height:8.533vw;font-size:3.734vw}.lrc .lnS,.lrc .lnX{height:12.8vw}.lrl{top:4.267vw;right:4.267vw}.lre{top:1.067vw;right:1.067vw}.lrg{top:4.267vw;right:4.267vw}.lrh{text-align:left;width:32vw;margin:0 auto}}.lro .lrp{font-size:20px}.lro .lrq{font-size:40px}.lro .lrr{font-size:16px}@media screen and (max-width:520px){.lro .lrs .lrp{font-size:4.5vw}.lro .lrs .lrq{font-size:9vw}.lro .lrs .lrr{font-size:3.5vw}}.lrt{position:absolute;z-index:-10}@media screen and (max-width:1024px){.lrt{display:none}}.lrt.lru{right:0}.lrt.lru,.lrt.lrv{top:0;height:100%;width:calc((100% - 976px)/2)}.lrt.lrv{left:0}.lrt.lrw{top:0}.lrt.lrw,.lrt.lrx{height:24px;width:100%}.lrt.lrx{bottom:0}.lry,.lrz{flex:1 1;display:flex;flex-direction:column}.lry .lrA,.lrz .lrB{padding:12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-family:Hiragino Sans;background-color:rgba(0,0,0,.3);color:#fff;font-size:16px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.lrz .lrB{line-height:1.5714285714}.lry .lrA{max-width:100%}.lry .lrA::placeholder,.lrz .lrB::placeholder{color:#fff;opacity:.6}.lry .lrA.lrC{border:none;background-color:unset}.lry .lrA.lrD{font-size:14px}.lry .lrA.lrE,.lrz.lrF .lrB{border:1px solid #ff624f}.lry .lrG,.lrz .lrG{-webkit-margin-before:8px;margin-block-start:8px;-webkit-margin-after:0;margin-block-end:0;color:#ff624f;font-size:10px;font-weight:300;line-height:1.5}.lrz .lrH{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.lrz.lrF .lrH{color:#ff624f}.lrI{width:480px}.lrI.lrz .lrB{height:170px;outline:none}.lrJ input[type=text]{padding:0}.lrJ{width:720px}.lrJ,.lrJ .lrK{display:flex;align-items:center}.lrJ .lrK{flex:1 1;position:relative;width:100%;padding:15px 12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background-color:rgba(0,0,0,.3);caret-color:hsla(0,0%,100%,.6)}.lrJ .lrK .lrA{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.lrJ .lrK .lrA:focus-visible{outline:none}.lrJ .lrK .lrL{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.lrJ .lrK .lrM{display:none;position:absolute;right:10px;cursor:pointer}.lrJ .lrK.lrN .lrM{display:block}.lrJ .lrK .lrO{padding-left:26px}.lrJ .lrP{display:none}.lrJ.lrQ .lrP{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.lrR{display:flex;justify-content:center;gap:15px}.lrS{background-color:rgba(0,0,0,.3);width:62px;height:62px;text-align:center;outline:none;font-size:24px;border:1px solid hsla(0,0%,100%,.3);border-radius:.5rem;color:#fff}.lrS:focus,.lrS:valid{box-shadow:0 0 .5rem rgba(89,89,206,.5),inset 0 0 .5rem rgba(89,89,206,.5);border-color:rgba(89,89,206,.5)}.lrT.lry{flex:1 1;display:flex;flex-direction:row;width:720px}.lrT.lry .lrU{flex:1 1}.lrT.lry .lrV{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.lrT.lry .lrV .lrW{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.lqF.lqG{display:flex;flex-wrap:wrap;gap:16px}.lqF.lqG .lqH{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.lqF.lqG .lqH:last-child{margin-right:0}.lqF.lqG .lqH .lrX{position:absolute;opacity:0;width:0;height:0}.lqF.lqG .lqH .lrY{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.lqF.lqG .lqH .lrX:checked+.lrY{border-radius:24px;width:24px;height:24px;background:#fff;background-image:url(/assets/img/parts/f_input_form/o_3_radio_active.svg);background-size:cover}.lqF.lqG .lqH .lrZ{font-size:14px;line-height:1.5714285714}.lr0.lr1{display:flex;flex-direction:column;gap:16px}.lr0.lr1 .lr2{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.lr0.lr1 .lr2 .lr3{position:absolute;opacity:0;width:0;height:0}.lr0.lr1 .lr2 .lr4{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.lr0.lr1 .lr2 .lr3:checked+.lr4{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.lr0.lr1 .lr2 .lr4:hover{cursor:pointer}.lr5{list-style:none;padding:0;margin:0}.lr5,.lr6{-webkit-background-clip:padding-box;background-clip:padding-box}.lr6{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.lr7{position:relative;display:inline-block;width:56px;height:32px}.lr7 input{opacity:0;width:0;height:0}.lr8{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.lr8,.lr8:before{position:absolute;transition:.4s}.lr8:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.lr7 input:checked+.lr8{background:linear-gradient(90deg,#fe8b29,#ff0576)}.lr7 input:checked+.lr8:before{transform:translateX(24px)}.lr6.lr9{opacity:.4;pointer-events:none}.lsa .lr7{position:relative;display:inline-block;width:40px;height:24px}.lsa .lr8:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.lsa .lr7 input:checked+.lr8:before{transform:translateX(16px)}.lsb{display:flex;flex-wrap:wrap;max-width:478px}.lsb .lsc{display:flex;align-items:center;margin:0 8px 16px 0}.lsb.lqG .lsd:last-child{margin-right:0}.lsb .lsc .lse{position:absolute;opacity:0;width:0;height:0}.lsb .lsc .lsf{color:#fff;font-weight:300;font-size:14px;padding:10px 13.8px;border-radius:17px;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);cursor:pointer}.lqs .lsb .lsc .lsf{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.lsb .lsc .lse:checked+.lsf{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.lsg .lsh:hover{cursor:pointer;opacity:.6}.lsg .lnW{pointer-events:none;margin-bottom:0;width:240px}.lsg .lsi,.lsg .lsj{display:flex;align-items:center}.lsg .lsj{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.lsg .lsh .lsk{position:absolute;opacity:0;width:0;height:0}.lsg .lsh .lnW{padding:11px 28px}.lsg .lsi .lsl{width:536px;height:96px;background:rgba(0,0,0,.5);border-radius:8px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:14px}.lsg .lsi .lsm{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.lsn{overflow:auto}.lsn.lso{padding-top:8px;padding-right:8px;display:grid;width:-moz-fit-content;width:fit-content;grid-gap:16px;gap:16px;grid-template-columns:auto auto auto auto}.lsn::-webkit-scrollbar{display:none}.lsn .lsp{position:relative;width:96px;height:96px}.lsn .lsp .lsq{width:-moz-fit-content;width:fit-content}.lsn .lsp .lsr{position:absolute;opacity:0;width:0;height:0}.lsn .lsp .lss{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.lsn .lsp .lst{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.lsn .lsu .lsr:checked+.lsq .lst{display:block}.lsn .lsu .lsr:checked+.lsq .lss{background-color:rgba(0,0,0,.4);pointer-events:none}.lsv{display:flex;flex-direction:column;gap:12px}.lsw .lsx{position:relative;color:#707070;width:240px;padding:8px 12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background-color:rgba(0,0,0,.3);font-size:14px;font-weight:300;line-height:1.2857142857}.lsw .lsy{background-color:#fff}.lsw .lsx:focus-visible{background-color:#fff;color:#333}.lsz{flex-direction:column}.lsA,.lsz{display:flex}.lsA{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.lsz li{position:relative;flex:1 1;margin-bottom:24px}.lsz .lsB{position:absolute;opacity:0;width:0;height:0}.lsz li .lsC{flex:1 1;display:flex;justify-content:space-between;align-items:center;padding:39px 40px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.lsz li .lsB:checked+.lsC{border:1px solid #fff}.lsz li .lsD{margin-bottom:24px}.lsz li .lsE{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.lsz li .lsF{margin-bottom:8px}.lsz li .lsF,.lsz li .lsG{font-size:14px;font-weight:300;color:#fff}.lsH{display:flex;flex-direction:column;width:100%}.lsz li .lsI .lfh{width:64px}.lsI{display:flex;column-gap:16px;margin-top:40px}.lsJ{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.lsJ.lsK{border:1px solid #fff}.lsJ .lsL{cursor:pointer;display:flex;align-items:center;padding:42px}.lsJ .lsL:hover{opacity:.6}.lsJ .lsL img{margin-right:10px;width:20px;height:20px}.lsJ .lsL .lsM{font-size:20px;font-weight:600}.lsJ .lsN{transition:opacity .5s}.lsJ .lsN.lsO{opacity:0}.lsJ .lmM{margin:0 auto 40px;width:calc(100% - 84px)}.lsJ .lsN .lsP{margin:0 auto;padding:0 181px 40px}.lsJ .lsN .lsQ{gap:16px}.lsJ .lsN .lsQ .lsx{max-width:100%;width:100%}.lsJ .lsR{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.lsJ .lsR .lsS{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.lsJ .lsR .lsT{font-size:12px;font-weight:600;line-height:1.5714285714}.lsJ .lsN .lsP button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.lsU{max-width:100%;display:flex;flex-wrap:wrap}.lsU .lsV{margin-right:16px;margin-bottom:16px}.lsU .lsV:last-child{margin-right:0}.lsU .lsV .lrz{width:416px}.lsV .lrz .lrB{font-size:16px;line-height:1.625;padding:6px 12px}.lsV .lrz .lrB:focus{outline:none}.lsW{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.lrF .lsW{color:#ff624f}.lsX.lry{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.lsY{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.lsZ{width:36px;height:36px}.lsX.lry .ls0{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.lsX.lry .ls1{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.lsX.lry .ls1 .ls2{text-align:center;color:#fff;font-weight:600;font-size:14px}.lsX.lry .ls3{opacity:1;pointer-events:auto}.ls4.lsX.lry .ls1 .ls2{color:#fff}.ls4.lsX.lry .ls1{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.lrI{width:100%}.lrI.lrz .lrB{min-height:192px;height:unset}.lrJ input[type=text]{padding:0}.lrJ{width:100%}.lrJ .lrK .lrA{font-size:14px}.lrT.lry{width:100%}.lsg .lnW{width:176px}.lsg .lsh .lnW{padding:11px 12px}.lsA{width:100%}.lsz li .lsC{padding:15px 16px}.lsz li .lsD{margin-bottom:12px}.lsz li .lsE{font-size:16px;margin-bottom:10px}.lsz li .lsF{margin-bottom:8px}.lsz li .lsF,.lsz li .lsG{font-size:12px}.lsz li .lsI{display:flex;flex-direction:column;margin-top:0}.lsz li .lsI button:last-child{margin-top:8px}.lsJ{width:100%}.lsJ .lsL{padding:16px}.lsJ .lsL img{margin-right:8px;width:16px;height:16px}.lsJ .lsL .lsM{font-size:14px}.lsJ .lmM{margin:0 auto 16px;width:calc(100% - 32px)}.lsJ .lsN{margin-bottom:16px}.lsJ .lsN .lsP{width:100%;padding:0 16px 16px}.lsJ .lsR{margin-bottom:16px}.lsJ .lsR .lsS{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.lsJ .lsN .lsQ{gap:8px}.lsJ .lsN .lsQ .lsx{width:100%}.lsJ .lsN .lsP button{margin-top:24px}.lsU .lsV{margin-right:0}.lsU .lsV,.lsU .lsV .lrz{width:100%}.lsV .lrz .lrB{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.lsW{font-size:12px}.lsX.lry{display:flex;flex-direction:column;width:100%}.lsY{padding:8px 16px 8px 12px}.lsX.lry .ls0{margin-left:8px;height:44px}}@media screen and (max-width:375px){.lry .lrA,.lrz .lrB{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.lry .lrA.lrD{font-size:4.266667vw}.lry .lrG,.lrz .lrG{font-size:2.66667vw}.lry .lrG,.lrz .lrG,.lrz .lrH{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.lrz .lrH{font-size:3.2vw}.lrI.lrz .lrB{height:45.33333vw;min-height:51.2vw}.lrJ .lrK .lrA{font-size:4.2667vw}.lrJ .lrK{padding:4vw 3.2vw}.lrJ .lrK .lrL{left:3.2vw;width:5.3334vw;height:5.3334vw}.lrJ .lrK .lrM{right:2.6667vw;width:4.267vw}.lrJ .lrK .lrO{padding-left:6.933vw}.lrJ.lrQ .lrP{margin-left:4.26667vw;font-size:3.2vw}.lrR{gap:4vw}.lrS{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.lrT.lry .lrV{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.lrT.lry .lrV .lrW{font-size:3.733333vw}.lqF.lqG{gap:4.2666vw}.lqF.lqG .lqH .lrY{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.lqF.lqG .lqH .lrX:checked+.lrY{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.lqF.lqG .lqH .lrZ{font-size:3.733333vw}.lr0.lr1{gap:4.2666vw}.lr0.lr1 .lr2 .lr4{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.lr0.lr1 .lr2 .lr3:checked+.lr4{width:6.4vw;height:6.4vw;background-size:cover}.lr6{padding:2.13333vw 0}.lr7{width:14.9333vw;height:8.53333vw}.lr8{border-radius:4.8vw}.lr8:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.lr7 input:checked+.lr8:before{transform:translateX(6.4vw)}.lsa .lr7{width:10.6666vw;height:6.4vw}.lsa .lr8:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.lsa .lr7 input:checked+.lr8:before{transform:translateX(4.26666vw)}.lsb .lsc{margin:0 2.133vw 4.267vw 0}.lsb .lsc .lsf{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.lsg .lsj{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.lsg .lnW{width:46.933vw}.lsg .lsh .lnW{padding:2.93333vw 3.2vw;font-size:3.73333vw}.lsn.lso{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.lsn .lsp .lst{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.lsn .lsp{width:25.6vw;height:25.6vw}.lsv{gap:3.2vw}.lsw .lsx{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.lsz li .lsC{padding:4vw 4.266666vw}.lsz li .lsD{margin-bottom:3.467vw}.lsz li .lsE{font-size:4.266666vw;margin-bottom:2.667vw}.lsz li .lsF{margin-bottom:2.133333vw}.lsz li .lsF,.lsz li .lsG{font-size:3.2vw}.lsz li .lsI .lfh{width:17.06666vw}.lsz li .lsI button:last-child{margin-top:2.133333vw}.lsJ .lsL{padding:4.26666vw}.lsJ .lsL img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.lsJ .lsL .lsM{font-size:3.73333vw}.lsJ .lmM{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.lsJ .lsN{margin-bottom:4.26666vw}.lsJ .lsN .lsP{padding:0 4.26666vw 4.26666vw}.lsJ .lsR{margin-bottom:4.26666vw}.lsJ .lsR .lsS{font-size:3.2vw;margin-bottom:3.2vw}.lsJ .lsN .lsQ{gap:2.13333vw}.lsJ .lsN .lsP button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.lsV .lrz .lrB{font-size:3.733vw;padding:1.734vw 3.2vw}.lsW{font-size:3.2vw}.lsZ{height:9.6vw;width:9.6vw}.lsY{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.lsX.lry .ls0{margin-left:2.133333vw;height:11.733333vw}.lsX.lry .ls1 .ls2{font-size:3.733vw}}.ls5{margin-left:auto;margin-right:auto}.ls5,.ls6{position:relative}.ls6{width:100%;border-radius:12px 12px 0 0}@media screen and (max-width:1024px){.ls6{overflow:visible}}.ls6:before{content:"";display:block;border-radius:12px 12px 0 0;background:linear-gradient(black,rgba(0,0,0,0));opacity:.4;height:104px;z-index:2}.ls6:before,.ls7{position:absolute;top:0;left:0;right:0}.ls7{display:none;bottom:0;background:rgba(0,0,0,.3);z-index:1}.ls8{width:100%;position:relative}.ls9{font-size:16px;font-weight:700;position:absolute;z-index:5;left:32px;top:24px;display:grid;grid-row-gap:8px;row-gap:8px}.ls9 p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;width:660px}.lta{display:none}.ltb{padding-bottom:0}.ltb,.ltb:before{position:absolute;bottom:0;left:0;right:0}.ltb:before{content:none;display:block;height:160px;background:linear-gradient(rgba(0,0,0,0),#000000);opacity:.5}.ltc,.ltd{display:none}.ltd{position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);z-index:1}.lte,.ltf{position:relative;z-index:1;width:calc(100% - 64px);margin-left:auto;margin-right:auto}.ltf{margin-top:16px;justify-content:space-between}.ltf,.ltg{display:flex}.ltg{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.lth{width:40px}.lti{display:block;width:100%;height:auto}.lti .lmy{width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.ltj{margin-left:15px;font-size:14px}.ltk{color:hsla(0,0%,100%,.7)}.ltl{font-weight:700}.ltm{display:flex;align-items:flex-start;justify-content:flex-start;margin-right:-8px;gap:8px}.ltn img{object-fit:scale-down;height:40px;width:40px}.ltn img,.lto img,.ltp img{cursor:pointer}.ltn img:hover,.lto img:hover,.ltp img:hover{opacity:.6}.ltq{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2;border-radius:12px 12px 0 0}.ltr{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:24px;text-align:center}.lts{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:4}.ltt{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:24px;font-weight:600;font-size:24px;line-height:1.3;text-align:center}.ltu .llK{width:100%}.ltu .llV{position:static;font-size:14px}.ltv{border-radius:12px 0 0 0;overflow:hidden;width:624px}.ltv .ls5{background-color:rgba(0,0,0,.4);height:549px}.ltv .ls6{border-radius:0;position:absolute;top:83px}.ltw .ltx{opacity:.7}.lty.ltz{padding-bottom:0}.lty.ltz .ltA{width:100%;margin:0;padding:0}.lty.ltz .ltx{opacity:1;margin-left:0;margin-bottom:24px}.ltB{display:none;position:absolute;bottom:0;width:100%;z-index:1}.ltB .llZ{padding:0 12px}.ltB .llY{height:2px}.ltC{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2}.ltD{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:14px;text-align:center}.ltE{width:100%}.ltF{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;gap:6px;border-radius:12px;overflow:hidden}.ltF img{width:32px;height:32px}.ltF span{line-height:1.5714285714}.ltF span,.ltG{text-align:center;color:#fff}.ltG{display:inline-flex;align-items:flex-start;justify-content:flex-start}.ltG button{color:#fff;text-align:center}@media(hover:hover){.ltG button:hover{opacity:.6}}.ltH{width:72px}@media screen and (min-width:1025px){.ltH{text-align:right}}.ltI{opacity:.2}.ltJ{margin-top:8px;font-weight:300;font-size:10px;line-height:1.5;text-align:center;color:#fff;opacity:.8;display:block}.ltK{display:flex;gap:32px;flex-wrap:wrap}.ltL{max-width:554px;width:100%}.ltL button:hover{opacity:.6}.ltM{display:flex;align-items:flex-start;justify-content:space-between;min-height:52px}.ltN{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.ltO{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.ltO,.ltP{position:absolute}.ltP{left:0;right:0;top:0;bottom:0;z-index:5}.ltP>img{width:100%;height:100%;max-width:none}.ltQ{z-index:1}.ltQ,.ltQ:after{position:absolute;left:0;right:0;top:0;bottom:0}.ltQ:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.ltQ:after,.ltQ>img{width:100%;height:100%}.ltQ>img{max-width:none}.ltQ>img,.ltR{position:relative;z-index:1}.ltS{font-size:14px;margin-left:82px;padding-top:9px}.ltR .lkf{position:absolute;top:0;left:-8px}.ltT{display:flex;align-items:center;justify-content:flex-start;margin-left:72px;margin-top:8px}.ltU{font-weight:700;line-height:1.2;margin-right:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.ltV{margin-top:20px}.ltW{margin-right:3px}.ltX{margin-right:2px}.ltX,.ltY{flex-shrink:0}.ltY{font-weight:400}.ltZ{display:flex;align-items:center;justify-content:flex-start;margin-top:6px;margin-left:72px}.ltZ img{vertical-align:middle}.lt0{width:16px;display:block;margin-right:2px}.lt1{margin-top:1px}.lt2{font-weight:400}.lt3{display:flex;align-items:center;gap:4px;flex-shrink:0}.lt4{padding-top:6px}.lt5{text-align:center}.lt6{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.lt7{border-radius:10px;margin-top:8px}.lt8{position:relative;aspect-ratio:16/9;border-radius:12px 12px 0 0;overflow:hidden}.lt9{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.lua{top:10px;right:10px}.lua,.lub{position:absolute;z-index:2;width:24px}.lub{left:6px;bottom:30px}.luc{left:6px;bottom:12px;z-index:2;position:absolute}.lud{background-color:hsla(0,0%,100%,.16);padding:10px 10px 6px 16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-radius:0 0 12px 12px}.lue{width:100%;margin-bottom:12px;margin-top:6px}.luf{font-size:14px;line-height:1.625}.luf,.lug{font-weight:700;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lug{font-size:16px;letter-spacing:0;line-height:1.1;margin-top:12px;height:1em}.luh{width:456px}.lui{font-weight:700;font-size:16px;line-height:1.625;height:1.625em;overflow:hidden;width:100%;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lui.luj,.luk{line-height:1.571;height:3.142em}.luk{font-size:14px;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.luk.lul{margin-top:0}.lum{margin-bottom:16px}.lun{display:none}.luo{position:relative}.lup{border-radius:4px;overflow:hidden;height:80px;width:56px}.lup img{height:100%;width:100%;object-fit:cover}.luq{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.luq button{border-radius:50%}.lur{margin-top:8px}.lus{font-size:10px}.ltL.lut .ltS{padding-top:20px}.ltL.lut .ltU{margin:0}.ltL.lut .ltX{margin-left:12px;margin-right:0}.ltL.lut .lt4{padding-top:18px}.ltL.lut .lud{align-items:flex-start}.luu{display:block;font-weight:300;font-size:14px;line-height:1.5714285714;color:#d3d3d3;margin-bottom:12px}.luh .lgx{margin-top:8px}.luh .lgx .lhq{font-size:12px}.luv{margin-bottom:8px}.luv,.luw{display:flex}.luw{align-items:flex-end}.lux{margin-right:4px}.luy{font-size:14px;font-weight:600;line-height:1;vertical-align:bottom}.lub.luz{bottom:8px}.luA{align-items:flex-end;display:flex}.luB{font-size:8px}.luC,.luD{position:relative}.luD{background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(30px) brightness(115%);backdrop-filter:blur(30px) brightness(115%);border-radius:12px;margin-top:8px}.luE{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.luD::-webkit-scrollbar{display:none;height:0!important}.luF{display:flex;align-items:flex-start;padding:24px 16px;overflow-x:auto;gap:8px}.luF::-webkit-scrollbar{display:none;height:0!important}.luG{touch-action:pan-x}.luF .ldT{flex:0 0 auto;width:114px;height:159px}.luH{display:block}.luI{font-size:14px;line-height:1;margin-top:8px}.luJ{position:relative}.luK{font-size:14px;line-height:1.5;height:4.5em;overflow:hidden;padding-right:16px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.luL{bottom:.25em;position:absolute;right:0}.luM{max-width:720px;width:91.795vw}.luM button:hover{opacity:.6}.luN{display:flex;align-items:flex-start;justify-content:space-between}.luO{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.luP{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.luP,.luQ{position:absolute}.luQ{left:0;right:0;top:0;bottom:0;z-index:5}.luQ>img{width:100%;height:100%;max-width:none}.luR{z-index:1}.luR,.luR:after{position:absolute;left:0;right:0;top:0;bottom:0}.luR:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.luR:after,.luR>img{width:100%;height:100%}.luR>img{max-width:none}.luR>img,.luS{position:relative;z-index:1}.luS{align-items:flex-start;justify-content:flex-start;text-align:left;align-items:baseline}.luS,.luT{display:flex}.luT{left:72px;top:10px;width:500px;font-size:14px;line-height:1.4;align-items:center}.luS .lkf,.luT{position:absolute}.luS .lkf{top:0;left:-8px}.luU{display:flex;align-items:center;justify-content:flex-start}.luV{font-weight:700;margin-right:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.luW{flex-shrink:0}.luX{margin-right:3px}.luY{font-weight:400}.luZ{font-size:12px;line-height:1;position:absolute;left:72px;top:36px;width:500px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lu0{display:flex;align-items:center;gap:4px}.lu1{padding-top:6px}.lu2{text-align:center}.lu3{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.lu4{display:flex;border-radius:10px;margin-top:8px}.lu5{position:relative;border-radius:12px 0 0 12px;overflow:hidden;height:180px;width:320px}.lu6{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:contain;z-index:0}.lu7{top:10px;right:10px}.lu7,.lu8{position:absolute;z-index:2;width:24px}.lu8{left:6px;bottom:22px}.lu9{left:6px;bottom:12px;z-index:2;position:absolute}.lva{background-color:hsla(0,0%,100%,.3);padding:24px 24px 0;display:flex;justify-content:space-between;flex-wrap:wrap;border-radius:0 12px 12px 0;width:calc(100% - 320px)}.lvb{display:none;width:100%;margin-bottom:12px;margin-top:6px}.lvc{font-size:12px;line-height:1}.lvc,.lvd{font-weight:700;height:1em;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lvd{font-size:14px;letter-spacing:0;line-height:1.1;margin-top:12px}.lve{width:calc(100% - 80px - 24px)}.lvf{font-weight:700;font-size:14px;line-height:1.571;height:3.142em;-webkit-line-clamp:2}.lvf,.lvg{overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical}.lvg{font-size:12px;height:88px;margin-top:12px;line-height:1.5;-webkit-line-clamp:5}.lvg.lvh{font-size:14px;height:78px;line-height:1.571;margin-top:0;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lvi{margin-bottom:14px;margin-top:12px}.lvj{display:none}.lvk{max-height:120px;max-width:80px;position:relative}.lvl{border-radius:4px;height:120px;width:80px;overflow:hidden}.lvl img{height:100%;width:100%;object-fit:cover}.lvm{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.lvn{margin-top:8px}.lvo{font-size:10px}.lvp{position:relative}.lvq{background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(30px) brightness(115%);backdrop-filter:blur(30px) brightness(115%);border-radius:12px;margin-top:8px}.lvq::-webkit-scrollbar{display:none;height:0!important}.lvr{display:flex;align-items:flex-start;padding:12px 16px;overflow-x:auto;gap:12px}.lvr::-webkit-scrollbar{display:none;height:0!important}.lvs{touch-action:pan-x}.lvr .ldT{flex:0 0 auto;height:156px;width:112px}.ldW{max-width:400px;background:#151515;box-shadow:0 16px 24px rgba(0,0,0,.4);border-radius:12px;overflow:hidden}.ldW,.lvt{position:relative}.lvt:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(rgba(21,21,21,0),#151515)}.lvu{aspect-ratio:16/9;width:100%;height:auto}.lvv{z-index:5;right:8px}.lvv,.lvw{position:absolute;top:8px}.lvw{left:8px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.ldW .lhH{position:absolute;top:16px;left:16px}.lvx{padding-left:16px;padding-right:16px;padding-bottom:15px;margin-top:-14px;position:relative;z-index:10}.lvy{display:flex;align-items:center;justify-content:flex-start;gap:8px}.lvz{cursor:pointer}.lvA,.lvz{position:relative}.lvA{margin:0;display:block;width:32px;height:32px}.lvB{margin-left:auto}.lvB,.lvC{position:relative}.lvD{top:-3em;right:0}.lvD,.lvE{font-size:10px;position:absolute}.lvE{right:50%;bottom:-1.5em;transform:translateX(50%)}.lvF{position:absolute;left:0;top:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border-radius:16px;padding:8px 10px;display:grid;grid-template-columns:repeat(4,32px);grid-gap:8px;gap:8px}.lvG{width:32px;height:32px}.lvH{width:100%;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border-radius:50%}.lvI{font-weight:700;font-size:16px;line-height:1.625;margin-top:11px}.lvI,.lvJ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lvJ{font-size:12px;line-height:1.5;margin-top:3px}.lvK{display:flex;gap:12px;margin-top:11px}.lvL{font-size:12px;line-height:1.75;color:#bababa;white-space:nowrap}.lvM{display:flex;flex-direction:row;flex-wrap:wrap}.lvM>span{margin-right:4px;margin-bottom:4px}.lvN{margin-top:12px}.lvN p{font-size:12px;line-height:1.5;overflow:hidden;height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lvO{margin-top:11px;gap:16px}.lvO,.lvP{display:flex;align-items:center;justify-content:flex-start}.lvP{gap:8px}.lvQ{display:flex;align-items:center;justify-content:flex-start;gap:2px}.lvR{font-size:10px;color:#bababa}.lvR small{font-size:80%}.lvS{margin-top:11px}.lvS>.llF{width:100%}.lvS>.llF>.llG{background:linear-gradient(90deg,#ffed14,#ff5b05)}.lvT{margin-top:16px;display:flex;align-items:flex-start;justify-content:space-between}.lvU{width:48px}.lvV{width:calc(100% - 48px - 12px)}.lvW{font-size:12px;font-weight:700;display:inline-flex;align-items:center}.lvW .lvX{max-width:90%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lvW .lvX,.lvY{overflow:hidden}.lvY{font-size:12px;line-height:1.5;margin-top:8px}.lvZ{height:4.5em;-webkit-line-clamp:3}.lv0,.lvZ{display:-webkit-box;-webkit-box-orient:vertical}.lv0{height:3em;-webkit-line-clamp:2}.ltz{position:relative;padding-bottom:16px}.ltz .llK{background:linear-gradient(90deg,#ffeb00,#ff624f)}.ltz .llL{background:linear-gradient(270deg,#ff903c,#ff0576);filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));cursor:pointer;will-change:filter}.lv1{max-width:976px}.ltz:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(rgba(0,0,0,0),#000000);opacity:.5}.ltA{position:relative;z-index:1;width:calc(100% - 64px);padding-bottom:20px;margin-left:auto;margin-right:auto}.lv2{max-width:160px;border:1px solid hsla(0,0%,100%,.3);border-radius:12px;overflow:hidden;position:absolute;bottom:54px;left:15.9%;transform:translateX(-50%);transform:translateX(calc(-50% + 13px))}.lv1 .lv2{left:31.3%}.lv3{text-align:center;font-size:13px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);padding-top:4px;padding-bottom:5px}.lv4{position:relative;z-index:1;justify-content:space-between;width:calc(100% - 64px);height:40px;margin-left:auto;margin-right:auto}.lv4,.lv5{display:flex}.lv5{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.lv6{width:40px}.lv6 img,.lv7 img{cursor:pointer;object-fit:scale-down;height:40px;width:40px}.lv6 img:hover,.lv7 img:hover,.lv8:hover{opacity:.6}.lv9{position:relative;display:block;width:100%;height:auto;cursor:pointer}.lv9 .lmy{padding:8px;width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.ltx{margin-left:8px;font-size:14px}.lwa{color:hsla(0,0%,100%,.7)}.lwb,.lwc{font-weight:700}.lwc{margin-left:8px}.lwc,.lwd{font-size:14px}.lwd{color:#ff0576;padding-right:4px}.lwe{align-items:flex-start;margin-right:-8px;gap:8px}.lwe,.lwf{display:flex;justify-content:flex-start}.lwf{align-items:center;margin-right:12px;font-size:14px;position:relative;align-self:center}.lwg{margin-right:8px}.lwg button{display:flex;align-items:center;gap:8px}.lwh{color:#fff;font-size:14px;line-height:20px}.lwi{position:absolute;width:620px;top:0;right:0;display:none}.lwj{display:inline-block;border-radius:12px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);height:680px;overflow:hidden;width:45.388vw}.lwk{padding:16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:16px;color:#fff}.lwk .loe,.lwk .lwl{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lwm{height:calc(100% - 48px);position:relative}.lwm:before{background-color:hsla(0,0%,100%,.3);border-radius:50vh;content:"";display:block;height:calc(100% - 32px);position:absolute;right:8px;top:16px;width:4px;z-index:1}.lwn{overflow-y:overlay;font-size:18px;height:100%}.lwn::-webkit-scrollbar{width:20px}.lwn::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);margin:8px 0}.lwn::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.lwo{padding:20.004px 24px;width:100%}.lwo.leu{background-color:hsla(0,0%,100%,.1)}.lwo:not(.leu){cursor:pointer}.lwo:hover{background-color:hsla(0,0%,100%,.1)}.lwo .leB{width:auto}.lwo .lhY{max-width:none}.lwo .lhY .lhZ{font-size:18px;line-height:1.4444;margin-bottom:0}.lwo.leu .lhY .lhZ{margin-bottom:8px}.lwp{width:352px;border-radius:0 12px 0 0;background:#3b3b3b}.lwq{display:flex;align-items:center;justify-content:space-between;padding:16px}.lwr{height:100%}.lws::-webkit-scrollbar{display:none}.lws{height:444px;padding:0 16px;overflow:auto}.lwt{display:flex;gap:4px;align-items:center}.lwu:first-of-type{padding-top:12px}.lwu,.lwu:first-of-type{padding-bottom:16px}.lwv{width:36px;height:36px}.lww{width:calc(100% - 40px);margin-left:40px;position:relative;top:-12px}.lwx{display:flex;align-items:center;column-gap:10px;font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;margin-bottom:18px}.lwx span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lwy{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff}.lwA,.lwz{font-size:16px;line-height:1;text-align:center;width:auto;position:relative}.lwA,.lwB,.lwC,.lwz{margin-left:auto;margin-right:auto}.lwB,.lwC{max-width:720px;display:grid}.lwB{width:100%;grid-template-columns:1fr 45% 1fr}.lwC{width:688px;grid-template-columns:repeat(4,minmax(0,1fr))}.lwA .lma,.lwz .ll8{margin-left:auto;margin-right:auto;margin-top:16px}.lwD{font-weight:400;text-align:center}.lwE,.lwF{font-weight:700}.lwG{position:relative;padding-left:88px;text-align:left;max-width:912px}.lwH{width:72px;height:72px;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;align-content:center;flex-direction:column}.lwI{width:80%;line-height:1.2}.lwJ{display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:700}.lwJ .lwK{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:80%}.lwL{margin-left:2px}.lwM{margin-right:10px}.lwM,.lwN{font-size:12px}.lwN{color:hsla(0,0%,100%,.6)}.lwO{display:flex;align-items:center;justify-content:flex-start;margin-left:16px}.lwP{margin-right:4px}.lwQ{margin-top:4px}.lwQ,.lwR{display:flex;align-items:center}.lwR{margin-top:16px;justify-content:flex-start}.lwR .lgs{margin-right:16px}.lwS{position:relative;margin-top:16px}.lwT{font-weight:700}.lwT,.lwU{font-size:16px;line-height:1.625}.lwU{padding-right:16px;overflow:hidden;position:relative;text-overflow:ellipsis;margin-top:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.lwV{position:absolute;bottom:0;right:0;z-index:5}.lwW p{display:inline}.lwG .lf6{width:24px;height:24px;position:absolute;right:0;top:0}.lwX{height:auto;padding-top:50.972%;background-image:url(/assets/img/parts/n_template/n_15_bg.jpg);background-repeat:no-repeat;background-size:100% 100%;border-radius:24px;position:relative}.lwX,.lwY{width:100%}.lwY{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:16px;column-gap:24px}.lwY.lwZ{width:46.389%;column-gap:7.185%}.lwY.lw0{width:62.916%;column-gap:5.298%}.lwY.lw1{width:79.44%;column-gap:4.196%}.lw2{display:inline-block;position:relative;width:160px;height:218px;margin-bottom:1.11%}.lw3{width:100%;height:100%;object-fit:cover;border-radius:8px}.lw4{font-family:Jost,sans-serif;font-weight:600;font-size:82px;text-align:left;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.4);position:absolute;left:0;bottom:-30px}.lw2.lw5{height:184px;width:136px}.lw2.lw5 .lw4{font-size:72px;bottom:-24px}.lw2.lw6{height:127px;width:95px}.lw2.lw6 .lw4{font-size:55px;bottom:-22px}.lwY.lw0 .lw2.lw6,.lwY.lw1 .lw2.lw6{height:127px;width:95px}.lw7{width:680px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:24px 32px}.lw8{font-weight:400;font-size:16px;margin-bottom:30px}.lw9{padding:0}.lw9,.lxa{position:relative}.lxa{width:100%}.lxb{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.lxc{position:static}.lxd:after,.lxd:before{content:"";display:block;position:absolute;font-size:14px}.lxd:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.lxd:after,.lxd:before{background-color:#ff0576}.lxd:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px);cursor:pointer}.lxe{display:flex;justify-content:space-between;margin-top:16px;margin-left:-1em;margin-right:-1em}.lxe,.lxf{font-size:14px}.lxf{text-align:center;line-height:1.5714285714;cursor:pointer}.lxg{font-weight:700}.lxh{display:block;font-size:10px;line-height:1.5;margin-top:2px}.lxi{display:none}.lxj,.lxk{position:-webkit-sticky;position:sticky;width:100%;text-align:center;z-index:9;bottom:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);height:120px;flex-direction:column;align-content:center}.lxj,.lxk,.lxl{display:flex;align-items:center;justify-content:center}.lxl{font-size:14px;margin-bottom:16px}.lxm{display:flex;align-items:flex-end;font-weight:700;color:#fc348e}.lxm:after{filter:brightness(0) saturate(100%) invert(50%) sepia(72%) saturate(6657%) hue-rotate(315deg) brightness(104%) contrast(98%);display:inline-block;width:16px;height:16px;content:url(/assets/img/parts/g_icon/xs_window.svg);margin-left:4px;margin-right:2px}.lxn{gap:40px}.lxn,.lxo{display:flex;align-items:center;justify-content:center}.lxo{gap:8px}.lxp{font-size:14px;font-weight:700}.lxq{position:relative;margin-left:24px}.lxr{max-width:358px}.lxs{align-items:center;margin-bottom:16px}.lxs,.lxt,.lxu{display:flex}.lxu{margin-left:8px;align-items:center;width:148px}.lxv{font-size:14px;font-weight:600;line-height:1;height:1em;margin-right:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.lxw{margin-left:auto}.lxx,.lxy{display:flex;justify-content:center}.lxy{align-items:center}.lxz{color:#fff;font-size:14px;font-weight:600;line-height:1;margin-left:16px}.lxA{border-bottom:1px solid hsla(0,0%,100%,.15);max-width:554px;padding:12px 0}.lxA,.lxB{align-items:center;display:flex}.lxC img{height:32px;width:32px}.lxD{align-items:center;display:flex;font-size:12px;margin-left:8px}.lxE{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:150px}.lxF{display:inline-flex}.lxG{margin:0 2px}.lxH .lhF,.lxH .lm3,.lxH .lm4,.lxH .lm5,.lxH .lm6,.lxH .lm7,.lxH .lm8,.lxH .lm9,.lxH .lna,.lxH .lnb{width:70px!important;height:70px!important;margin-left:auto;margin-right:auto}.lxI{margin-bottom:48px;overflow:hidden;width:100%;font-size:0;line-height:0}.lxH{display:flex;overflow-x:scroll;scrollbar-width:thin}.lxJ{-ms-overflow-style:none;scrollbar-width:none}.lxJ::-webkit-scrollbar{display:none}.lxH::-webkit-scrollbar{width:10px}.lxH::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.lxH::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0,0,0,.9)}.lxH li{display:inline-block;text-align:center;opacity:.5;position:relative;padding-bottom:20px;min-width:5.8565153734vw;margin-right:4.8%;transition:all .3s ease-out}.lxH li:last-child{margin-right:0!important}.lxH li img{width:80%}.lxH li .lxK{padding-top:10px;display:block;font-size:12px;text-align:center;white-space:nowrap}.lxH li.ldF{opacity:1}.lxH li.ldF:before{content:"";width:100%;height:4px;background-color:#ff0576;border-radius:.5vw;position:absolute;bottom:0;left:0;transition:all .3s ease-out}.lxH li:hover{opacity:1}@media screen and (max-width:1024px){.ls6{border-radius:0}.ls6:before{content:none}.ls7{display:block}.ls9{display:none}.lta{display:block;position:absolute;top:4px;right:46px;z-index:500}.lta img{height:40px;width:40px;object-fit:scale-down}.ltd{display:flex;align-items:center;gap:40px}.lxL{width:40px;height:40px}.lv8{cursor:pointer}.ltb,.lv8 .lxM{display:none}.ltc{display:block}.lte,.ltf{width:100%}.ltf{position:absolute;bottom:4px;padding:0 12px}.ltg{align-items:flex-end;margin-bottom:8px}.ltj{margin:0;font-size:12px}.ltB{display:block}.ltq{margin-bottom:-7px;border-radius:0}.ltr{row-gap:16px}.lxN{font-weight:600;text-align:center;color:#fff;margin-bottom:0}.ltt,.lxN{font-size:14px;line-height:1.5714285714}.ltg .lwc{margin-left:0}.ltu .llJ{height:2px}.ltu .llV{font-size:12px}.ltv{border-radius:0}.lxO{position:absolute;width:41%;top:0;right:0;z-index:2}.lxO,.lxP{height:100%}.lxP{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 100% 50%);clip-path:circle(80% at 100% 50%)}.ltp{top:50%;transform:translateY(-50%);left:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.ltp,.lxQ{position:absolute}.lxQ{width:41%;top:0;left:0;z-index:2}.lxQ,.lxR{height:100%}.lxR{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 0 50%);clip-path:circle(80% at 0 50%)}.lto{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.ltL{max-width:none}.ltS{margin-left:72px}.lub{left:8px;bottom:18px;width:24px}.luc{left:8px;bottom:8px}.luc .llF{width:64px}.lud{padding:8px 8px 6px 16px}.lue{margin-bottom:0;margin-top:8px;padding-right:8px}.luf{font-size:12px}.lug{font-size:14px;margin-top:16px;line-height:1.1}.lxS{display:none}.luh{width:calc(100% - 52px - 16px)}.lui{font-size:14px;letter-spacing:-.05em;font-kerning:normal;font-feature-settings:"palt" 1,"kern"}.luk{font-size:12px;line-height:1.5;max-height:3em}.luk.lul{font-size:14px;max-height:4.5em;padding-right:10px}.lxT{height:4.71em;line-height:1.57}.lum{display:none}.lun{display:flex;margin-top:12px}.lup{height:74px;width:52px}.lxU{align-self:flex-end;padding-top:16px}.lup img{vertical-align:bottom}.lur{margin-bottom:6px}.ltL.lut .ltX{margin-left:14px}.ltL.lut .lt4{padding-top:15px}.luh .lgx{margin-top:12px}.luD{margin-top:5px}.luE{display:none}.luF{padding:16px}.luF .ldT{width:29.231vw;height:40.769vw}.luK{font-size:14px;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.luS{flex-direction:column}.luM{max-width:none}.luT{display:flex;width:48vw}.lu4{display:block}.lu5{border-radius:12px 12px 0 0;height:51.538vw;width:91.795vw}.lu8{left:8px;bottom:18px;width:24px}.lu9{left:8px;bottom:8px}.lu9 .llF{width:64px}.lva{align-items:center;border-radius:0 0 10px 10px;padding:8px 8px 6px 16px;width:100%}.lvb{display:block;margin-bottom:0;margin-top:8px;padding-right:8px}.luZ{width:48vw}.lvd{margin-top:16px;line-height:1.1}.lxV{display:none}.lve{width:calc(100% - 52px - 16px)}.lxW{display:none}.lvf{line-height:1.2;letter-spacing:-.05em;font-kerning:normal;font-feature-settings:"palt" 1,"kern";max-height:1em;overflow:hidden;-webkit-line-clamp:1;word-break:break-all}.lvf,.lvg{display:-webkit-box;-webkit-box-orient:vertical}.lvg{font-size:12px;line-height:1.5;max-height:3em;-webkit-line-clamp:2}.lvg.lvh{font-size:14px;max-height:4.5em;padding-right:10px;height:63px}.lxX{height:4.71em;line-height:1.57}.lvi{display:none}.lvj{display:flex;margin-top:12px}.lvl{height:74px;width:52px}.lxY{align-self:flex-end;padding-top:16px}.lvl img{vertical-align:bottom}.lvr .ldT{height:159px;width:114px}.lvr .lej{border-radius:6px}.lvq{margin-top:5px}.lvr{gap:8px;padding:16px}.lwj{height:auto;max-width:unset;border-radius:0;padding:14px 0 62px;width:100%}.lwk{padding:0;margin-right:16px;margin-bottom:16px;margin-left:72px;justify-content:space-between;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lxZ{width:150px}.lwn{height:auto;overflow:auto;display:flex;gap:24px;padding:0 16px 0 72px}.lwn::-webkit-scrollbar{display:none;height:0!important}.lwo{width:192px;padding:0;flex:0 0 auto}.lwo .lhY .lhZ.lx0{font-size:14px;line-height:1.5714285714;height:auto;padding-right:40px;margin-bottom:8px;-webkit-line-clamp:2}.lwo .lx1{position:relative}.lwo .lx1 button{position:absolute;top:0;right:0}.lwo .lju{width:40px}.lwn .liZ{height:108px;width:192px}.lwn .lhY .li0,.lwn .liZ .ld8,.lwn .liZ .lfe{border-radius:6px}.lwn .liZ .li2{width:auto}.lwp{width:320px;padding-bottom:45px}.lws{height:294px}.lwv{width:32px;height:32px}.lwu:first-of-type{padding-bottom:6px;padding-top:12px}.lwu{padding-bottom:12px}.lwA,.lwz{width:100%;font-size:14px;overflow:hidden}.lwB,.lwC{position:absolute;left:50%;transform:translateX(-50%);max-width:unset;top:3%}.lwB{width:calc((100% - 84px)*1.5);grid-template-columns:repeat(3,minmax(0,1fr))}.lwC{width:calc((100% - 84px)*4/3)}.lwA .lma,.lwz .ll8{width:calc(100% - 72px);margin-top:24px}.lwG{padding:0;max-width:unset;width:100%}.lwI{margin-left:22.67px}.lwH{width:72px;height:72px;position:relative;margin-right:-8px;top:0}.lx2{display:flex;align-items:center;justify-content:flex-start}.lwL{margin-left:2px}.lwM{margin-right:8px}.lwO,.lwR .lgx .lhq{font-size:14px}.lwO{margin-left:auto}.lwS:after{left:8.5%}.lwP{margin-right:8px;opacity:.8}.lwP,.lx3{font-size:14px;line-height:1.5714285714}.lwQ{margin-top:8px}.lwS{margin-top:24px}.lwU{font-size:14px;line-height:1.5714}.lwG .lf6{width:24px;height:24px;position:absolute;right:8px;top:12px}.lwX{background:url(/assets/img/parts/n_template/n_15_bg_sp.jpg) 50%/cover no-repeat;border-radius:0;height:112.8205128205vw;padding-top:0}.lwY{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:4.1025641026vw;column-gap:6.1538461538vw;width:100%}.lwY.lx4{width:61.5384615385vw;gap:normal}.lwY.lx4,.lwY.lx5{justify-content:space-between}.lwY.lx5{width:68.2051282051vw;column-gap:normal;row-gap:2.0512820513vw}.lwY.lw0{width:62.0512820513vw}.lw2{height:56.41vw;width:42.051vw;margin-bottom:4.1025641026vw}.lw4{font-size:96px;font-size:24.6153846154vw;bottom:-10.7692307692vw}.lw2.lx6{height:37.179vw;width:27.692vw;margin-bottom:6.1538461538vw}.lw2.lx6 .lw4{font-size:64px;font-size:16.4102564103vw;bottom:-6.1538461538vw}.lw2.lx7{height:26.923vw;width:20vw}.lw2.lx7 .lw4{font-size:48px;font-size:12.3076923077vw;bottom:-5.641025641vw}.lw2.lx8{height:24.103vw;width:17.949vw}.lw2.lx8 .lw4{font-size:40px;font-size:10.2564102564vw;bottom:-4.1025641026vw}.lw2.lx9{height:20vw;width:14.872vw}.lw2.lx9 .lw4{font-size:32px;font-size:8.2051282051vw;bottom:-4.1025641026vw}.lw7{width:100%;position:relative}.lw8{margin-bottom:22px}.lw8,.lw9{max-width:588px;margin-left:auto;margin-right:auto}.lw9{padding:0}.lw9,.lxa{position:relative}.lxa{width:100%}.lxb{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.lxc{position:static}.lxd:after,.lxd:before{content:"";display:block;position:absolute;font-size:14px}.lxd:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.lxd:after,.lxd:before{background-color:#ff0576}.lxd:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px)}.lxe{display:flex;justify-content:space-between;font-size:14px;margin-top:12px;margin-left:-1em;margin-right:-1em}.lxf{text-align:center}.lxg{font-weight:700}.lxh{font-size:10px;margin-top:2px}.lxh,.lxi{display:block}.lxi{position:absolute;bottom:50%;transform:translateY(50%);right:24px}.lya{width:16px;height:16px}.lyb{width:100%}.lxj{height:114px}.lxj,.lxk{padding:0 16px}.lxk{height:144px}.lxn{justify-content:space-between;flex-wrap:wrap;padding-top:16px;padding-bottom:24px;gap:16px}.lxn,.lxq{width:100%}.lxq{margin-left:unset}.lxr{max-width:none;overflow-x:auto}.lxr::-webkit-scrollbar{display:none}.lyc{display:flex;margin-left:16px}.lyc:after{content:"";display:block;flex:0 0 16px}.lxt{align-items:center}.lxs,.lxt{flex-direction:column}.lxs{margin-bottom:0;width:114px}.lxs:nth-of-type(n+2){margin-left:8px}.lyd{margin-left:0;width:100%}.lxu,.lyd{margin-top:8px}.lxu{display:flex;width:105px;text-align:center;justify-content:center}.lxw{margin-left:0;margin-top:16px;width:100%}.lxx{display:none}.lxD{display:block}.lxF{margin-top:8px}.lxH .lhF,.lxH .lm3,.lxH .lm4,.lxH .lm5,.lxH .lm6,.lxH .lm7,.lxH .lm8,.lxH .lm9,.lxH .lna,.lxH .lnb{width:50px!important;height:50px!important;margin-left:auto;margin-right:auto}.lxH li{padding-bottom:15px;opacity:1}.lxH li .lxK{line-height:13px}}@media screen and (min-width:521px)and (max-width:1024px){.lt8{border-radius:2.303vw 2.303vw 0 0}.lud{border-radius:0 0 2.303vw 2.303vw}.lup{border-radius:.390625vw}.lu5{border-radius:2.303vw 2.303vw 0 0}.lva{border-radius:0 0 2.303vw 2.303vw}.lwp{border-radius:0 1.171875vw 0 0}.lw3{border-radius:1.536vw}.lye{position:relative;padding:0}.lxH li{min-width:12%;margin-right:6.5%}.lxH li.ldF:before{position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);width:70%}}@media screen and (orientation:landscape)and (max-width:1024px){.lyf{overflow-x:scroll;padding-left:72px;display:flex;margin-top:14px;gap:24px}.lyf::-webkit-scrollbar{display:none;height:0!important}.lyg{flex:0 0 auto;width:22.7488151659vw;padding:0}.lyh .lyi:after{display:block}}@media screen and (min-width:376px)and (max-width:520px){.lxH .lhF,.lxH .lm3,.lxH .lm4,.lxH .lm5,.lxH .lm6,.lxH .lm7,.lxH .lm8,.lxH .lm9,.lxH .lna,.lxH .lnb{width:50px!important;height:50px!important}.lxH li{min-width:12.821%;margin-right:6.5%}}@media screen and (max-width:390px){.ltI{opacity:.3}}@media screen and (max-width:375px){.ls5{width:100%}.ltb{padding-bottom:1.0256410256vw}.lta{top:1.067vw;right:12.267vw}.lta img{height:10.667vw;width:10.667vw}.lyj{gap:.5128205128vw;top:1.0256410256vw;right:1.0256410256vw;z-index:1}.lyk{width:10.2564102564vw;padding:2.0512820513vw}.ltd{gap:10.6666666667vw}.lxL{width:10.6666666667vw;height:10.6666666667vw}.ltB .llY{height:.5128205128vw}.ltB .llZ,.ltf{padding:0 3.2vw}.ltf{margin-top:4.1025641026vw;bottom:1.0666666667vw}.ltg{margin-left:-1.0256410256vw;margin-bottom:2.1333333333vw}.ltj{font-size:12px;font-size:3.0769230769vw}.ltm{margin-right:-2.0512820513vw;gap:2.1333333333vw}.ltn{width:auto}.ltr{row-gap:4.2666666667vw}.ltt,.lxN{font-size:14px;font-size:3.7333333333vw}.ltu .llV{font-size:12px;font-size:3.2vw}.lto{right:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.lto img{width:14.5709333333vw;height:14.5709333333vw}.ltp{left:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.ltp img{width:14.5709333333vw;height:14.5709333333vw}.ltn img{width:10.667vw;height:10.667vw}.ltD{row-gap:3.733vw}.ltF{gap:1.6vw}.ltF img{width:8.533vw;height:8.533vw}.ltH{width:18.4615384615vw}.ltJ{font-size:10px;font-size:2.5641025641vw;margin-top:2.0512820513vw}.ltN{width:19.2vw;height:19.2vw}.ltO{width:16vw;height:16vw}.ltQ:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.ltS{font-size:3.733vw;margin-left:19.2vw;padding-top:2.4vw}.ltR .lkf{width:19.2vw;height:19.2vw}.ltT{margin-top:2.133vw;margin-left:18vw}.ltU{margin-right:.8vw}.ltV{margin-top:5.33vw}.ltW{margin-right:.8vw}.ltX{margin-right:.533vw}.ltX img{width:3.733vw}.ltZ{margin-top:1.6vw;margin-left:18vw}.lt0{width:4.267vw;margin-right:.533vw}.lt1{margin-top:.267vw}.lt2{font-size:3.59vw}.lt3{gap:1.067vw}.lt4{padding-top:1.6vw}.lt5{text-align:center}.lt6{font-size:2.4vw;margin-top:1.067vw}.lt7{border-radius:2.667vw;margin-top:2.133vw}.lt8{border-radius:3.2vw 3.2vw 0 0}.lua{top:2.667vw;right:2.667vw}.lua,.lub{width:6.4vw}.lub{bottom:4.8vw}.lub,.luc{left:2.133vw}.luc{bottom:2.133vw}.luc .llF{width:17.067vw}.lud{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.lue{margin-top:2.133vw;padding-right:2.133vw}.luf{font-size:3.2vw}.lug{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.lxS{display:none}.luh{width:calc(100% - 13.333vw - 4.267vw)}.lui{font-size:3.733vw;margin-bottom:2.133vw}.luk{font-size:3.2vw}.luk.lul{font-size:3.733vw;padding-right:2.667vw}.lxT{height:4.71em;line-height:1.57}.lun{margin-top:3.2vw}.lup{height:19.733vw;width:13.867vw}.lxU{align-self:flex-end;padding-top:4.267vw}.luq{width:8.533vw;bottom:-4.267vw}.lur{margin-top:1.6vw}.lus{font-size:2.667vw}.ltL.lut .ltS{padding-top:5.334vw}.ltL.lut .lt4{padding-top:4vw}.luu{font-size:3.734vw;margin-bottom:3.2vw}.luh .lgx{margin-top:3.2vw}.luh .lgx .lhq{font-size:3.2vw}.luv{margin-bottom:2.133vw}.luy{font-size:3.733vw}.lux{height:7.467vw;margin-right:1.067vw;width:5.333vw}.lub.luz{bottom:2.133vw}.luA{align-items:flex-end;display:flex}.luB{font-size:2.133vw}.luD{border-radius:3.2vw;margin-top:1.333vw}.luF{padding:4.267vw;gap:2.133vw}.luF .ldT{width:30.4vw}.luI{margin-top:2.133vw}.luI,.luK{font-size:3.733vw}.luK{padding-right:4.267vw}.luO{width:19.2vw;height:19.2vw}.luP{width:16vw;height:16vw}.luR:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.luT{top:2.667vw;left:19.2vw;width:48vw}.luS .lkf{width:19.2vw;height:19.2vw}.luV,.luX{margin-right:.8vw}.luZ{top:9.6vw;left:19.2vw}.lyl img{width:3.733vw}.lu0{gap:1.067vw}.lu1{padding-top:1.6vw}.lu2{text-align:center}.lu3{font-size:2.4vw;margin-top:1.067vw}.lu4{border-radius:2.667vw;margin-top:2.133vw}.lu5{border-radius:3.2vw 3.2vw 0 0}.lu7{top:2.667vw;right:2.667vw}.lu7,.lu8{width:6.4vw}.lu8{bottom:4.8vw}.lu8,.lu9{left:2.133vw}.lu9{bottom:2.133vw}.lu9 .llF{width:17.067vw}.lva{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.lvb{margin-top:2.133vw;padding-right:2.133vw}.lvc{font-size:3.2vw}.lvd{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.lxV{display:none}.lve{width:calc(100% - 13.333vw - 4.267vw)}.lvf{font-size:3.733vw}.lvg{font-size:3.2vw;margin-top:3.2vw}.lvg.lvh{font-size:3.733vw;padding-right:2.667vw}.lxX{height:4.71em;line-height:1.57}.lvj{margin-top:3.2vw}.lvl{height:19.733vw;width:13.867vw}.lxY{align-self:flex-end;padding-top:4.267vw}.lvm{width:8.533vw;bottom:-4.267vw}.lvn{margin-top:2.133vw}.lvo{font-size:2.667vw}.lvq{border-radius:3.2vw;margin-top:1.333vw}.lvr{gap:2.133vw;padding:4.267vw}.lvr .ldT{height:42.4vw;width:30.4vw}.lv6 img,.lv7 img{width:10.667vw;height:10.667vw}.lwj{padding:3.7433vw 0 16.5775vw}.lwk{margin-right:4.278vw;margin-bottom:4.278vw;margin-left:19.2513vw}.lxZ{width:40.107vw}.lwn{gap:6.4171vw;padding:0 4.278vw 0 19.2513vw}.lwo{width:49.2307692308vw}.lwo .lhY .lhZ.lx0{padding-right:10.6952vw;margin-bottom:2.139vw}.lwo .lju{width:10.6952vw}.lwp{width:100%;border-radius:0 3.20856vw 0 0}.lwq{padding:4.2781vw}.lws{padding:0 4.2781vw}.lwu,.lwu:first-of-type{padding-bottom:4.267vw}.lwu:first-of-type{padding-top:3.2vw}.lwt{display:flex;gap:1.067vw;align-items:center}.lwv{width:8.5561vw;height:8.5561vw}.lww{width:calc(100% - 10.6952vw);margin-left:10.66vw;top:-3.2vw}.lwx{column-gap:2.6738vw;font-size:12px;font-size:3.20856vw;margin-bottom:4.8vw}.lwy{font-size:14px;font-size:3.7433vw}.lwB{width:calc((100% - 22.402vw)*1.5)}.lwC{width:calc((100% - 22.402vw)*4/3)}.lwA,.lwz{font-size:3.733vw}.lwA .lma,.lwz .ll8{width:calc(100% - 19.2vw);margin-top:6.4vw}.lwH{width:18.4615384615vw;height:18.4615384615vw;left:-2.0512820513vw;margin-right:-2.0512820513vw;top:0}.lwI{margin-left:5.8128205128vw}.lwJ{font-size:14px;font-size:3.5897435897vw}.lwL{margin-left:.5128205128vw}.lwM{margin-right:2.0512820513vw}.lwM,.lwN{font-size:12px;font-size:3.0769230769vw}.lwN{color:hsla(0,0%,100%,.6)}.lwR .lgx .lhq{font-size:3.733vw}.lwO{font-size:14px;font-size:3.5897435897vw;margin-left:auto}.lwP{margin-right:1.0256410256vw}.lwP,.lx3{font-size:14px;font-size:3.7333333333vw}.lwQ{margin-top:2.0512820513vw}.lwR{margin-top:4.1025641026vw}.lwS{margin-top:6.1538461538vw}.lwT{font-size:16px;font-size:4.1025641026vw}.lwU{font-size:14px;font-size:3.5897435897vw;padding-right:4.267vw;line-height:1.5714;margin-top:4.1025641026vw}.lwG .lf6{width:6.4vw;height:6.4vw;top:3.2vw;right:2.1333vw}.lw3{border-radius:2.1333333333vw}.lw7{width:100%;padding:6.15384615vw 8.2051282vw}.lw8{font-weight:700;font-size:14px;font-size:3.5897435897vw;line-height:1.5;margin-bottom:5.866666vw}.lw8,.lw9{margin-left:auto;margin-right:auto}.lw9{padding:0;width:calc(100% - 12vw)}.lw9,.lxa{position:relative}.lxa{width:100%}.lxb{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:1.0256410256vw;border-radius:2.0512820513vw;position:relative}.lxc{position:static}.lxd:after,.lxd:before{content:"";display:block;position:absolute;font-size:14px;font-size:3.5897435897vw}.lxd:before{height:100%;width:40%;transform:translateX(-100%);border-radius:2.0512820513vw}.lxd:after,.lxd:before{background-color:#ff0576}.lxd:after{width:4.1025641026vw;height:4.1025641026vw;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 2.133vw)}.lxe{display:flex;justify-content:space-between;font-size:14px;margin-top:3.0769230769vw;margin-left:-1em;margin-right:-1em}.lxe,.lxf{font-size:3.5897435897vw}.lxf{text-align:center}.lxg{font-weight:700}.lxh{font-size:2.5641025641vw;margin-top:.5128205vw}.lxh,.lxi{display:block}.lxi{position:absolute;bottom:50%;transform:translateY(50%);right:6.1538461538vw}.lya{width:4.1025641026vw;height:4.1025641026vw}.lyb{width:100%}.lxj,.lxk{padding:0 4.267vw;height:30.4vw}.lxl{font-size:3.733vw;margin-bottom:4.267vw}.lxm:after{width:4.267vw;height:4.267vw;margin-left:1.067vw;margin-right:.533vw}.lym .lnD{font-size:4.267vw}.lxj{height:30.4vw}.lxj,.lxk{padding:0 4.267vw}.lxk{height:38.4vw}.lxn{padding-top:4.267vw;padding-bottom:6.4vw;gap:4.267vw}.lxo{gap:2.133vw}.lxp{font-size:3.733vw}.lxr{margin-left:4.267vw}.lyc:after{content:"";display:block;flex:0 0 4.267vw}.lxs{width:30.4vw}.lxs:nth-of-type(n+2){margin-left:2.133vw}.lxu{margin-top:2.133vw;width:28vw}.lxv{font-size:3.733vw;margin-right:.533vw}.lxw{margin-top:4.267vw}.lxA{padding:3.2vw 0}.lxD{font-size:3.2vw;margin-left:2.133vw}.lxG{margin:0 .533vw}.lxF{margin-top:2.133vw}.lxH .lhF,.lxH .lm3,.lxH .lm4,.lxH .lm5,.lxH .lm6,.lxH .lm7,.lxH .lm8,.lxH .lm9,.lxH .lna,.lxH .lnb{width:80%!important;height:80%!important}.lxH li{min-width:60px;margin-right:10%}.lxH li .lxK{font-size:3.2vw}}.lyn{position:relative}.lyo{display:flex;gap:24px}.lyp,.lyq,.lyr,.lys{font-size:10px;line-height:1;padding:2px 3px}.lyp{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.lyp.lyt{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.lyu{display:flex;gap:4px}.lyq{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.lyq.lyv{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.lyw{display:flex;gap:4px}.lyr{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.lyx{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.lys,.lyx{display:flex}.lys{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.lys span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.lys small{font-family:SF Pro Text Regular,sans-serif}.lyA,.lyy,.lyz{display:flex;gap:4px}.lyB{display:inline-flex;align-items:center;padding:4px;font-size:10px;line-height:1;font-family:SF Pro Text Regular,sans-serif;border-radius:3px;color:#fff;background:#515151}.lyC{display:flex;gap:4px}.lyD{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.lyE{margin-top:4px;margin-left:36px}.lyF{display:flex;align-items:center}.lyG,.lyG.lyH{display:flex;justify-content:center;align-items:center}.lyG.lyH{margin:0 8px}.lyI{display:flex;gap:4px}.lyJ{margin-bottom:2px}.lyK{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.lyK.lyL{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.lyK.lyM{color:#ff0576;background:#fff}.lyK.lyN{width:14px;height:14px}.lyK.lyO{color:#fff;background:rgba(225,225,225,.3)}.lyK.lyP{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.lyQ{display:flex;gap:4px}.lyR{width:38px;height:38px}.lyS{display:flex;gap:4px}.lyT{width:14px;height:14px}.lyU{padding:5px 4px 3px 5px}.liM,.lyU{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.liM{padding:4px}.lyV{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.lyW{opacity:0}.lyX{padding:3px 3.5px 2.25px 4px}.lyY{display:inline-flex;align-items:center;padding:6px 5px 4px;font-size:14px;font-family:SF Pro Text Regular,sans-serif;border-radius:4px;color:#151515;background:#fff}.lyZ{display:flex;gap:12px}.ly0{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.ly0,.ly1{display:inline-flex;align-items:center;color:#fff}.ly1{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.ly1:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.lyx{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.lys span{border-radius:1.1538461538vw}.lyB,.lyD{border-radius:.5769230769vw}.lyE{margin-left:10vw}.lyJ{margin-bottom:2px}.ly2{margin-left:8px}.ly0,.lyY{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.lyp,.lyq,.lyr,.lys{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.lyE{margin-left:40px}.ly2{margin-left:0}}@media screen and (max-width:375px){.lyo{gap:6.4vw}.ly3{width:5.867vw;height:6.4vw}.lyu,.lyw{gap:1.067vw}.lyP{font-size:2.333vw}.lyx{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.lys span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.lyy{gap:1.067vw}.ljS{width:10.133vw;height:10.133vw}.lyz{gap:1.067vw}.li2{height:4.533vw}.lyA{gap:1.067vw}.lyB{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.lyC{gap:1.067vw}.lyD{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.lyI{gap:1.067vw}.lyK{padding:.533vw .8vw;font-size:2.133vw}.lyN{width:3.733vw;height:3.733vw}.lyQ{gap:1.067vw}.lyR{width:10.133vw;height:10.133vw}.lyS{gap:1.067vw}.lyT{width:3.733vw;height:3.733vw}.lyU{padding:1.333vw 1.067vw .8vw 1.333vw}.liM,.lyU{font-size:2.667vw;border-radius:1.067vw}.liM{padding:1.067vw}.lyY{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.lyZ{gap:3.2vw}.ly0{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.ly4 .ly5{position:-webkit-sticky;position:sticky;z-index:7;margin-left:64px}.ly4 .ldo{padding-top:32px}.ly4 .ljI{margin-bottom:56px;text-align:left}.ly4 .lk3{margin-bottom:24px}.ly4 .ly6{max-width:2000px;padding-left:40px;padding-right:40px;margin-right:auto;margin-left:auto}.ly4 .lxI{position:relative;overflow:unset}.ly4 .ld3{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.ly4 .ld3.ld4{left:40px}.ly4 .ld3.ld5{right:0}.ly4 .lxI:hover .ld3{display:block;filter:invert(1);background-color:#000}.ly4 .lxH{justify-content:space-between}.ly4 .lxH li{min-width:6.2vw;margin-right:0}.ly4 .lxH li,.ly4 .lxH li a:hover,.ly4 .lxH li a:hover div,.ly4 .lxH li:hover{opacity:1}.ly4 .lxH:hover li:not(:hover){opacity:.6}@media screen and (max-width:1024px){.ldF{opacity:1!important}.ly7{opacity:.6!important}}.ly4 .lqN{position:absolute;top:40px;z-index:5}.ly4 .lk1{margin:0 24px 16px}.ly4 .lkZ{margin-bottom:32px}.ly4 .lk6{margin-bottom:24px}.ly4 .lqs{padding:32px 24px 24px 40px;height:80%;margin-bottom:0}.ly4 .lqt{height:100%;margin:unset}@media screen and (min-height:680px){.ly4 .ly8{position:relative;overflow-y:auto;height:calc(100% - 40px);padding-right:16px;padding-bottom:50px}}@media screen and (max-height:679px)and (min-height:450px){.ly4 .ly8{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:449px){.ly4 .ly8{position:relative;overflow-y:auto;height:97%;padding-right:16px;padding-bottom:50px}}.ly4 .lsb{margin-bottom:32px;max-width:100%}.ly4 .lqs .lnC{width:100%;max-width:720px;position:absolute;bottom:0;left:0;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.ly4 .lqs .lnC :root .ly4 .lqs .lnC,.ly4 .lqs .lnC _::-webkit-full-page-media,.ly4 .lqs .lnC _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.ly4 .lqs .lnC .ly4 .lqs .lnC,.ly4 .lqs .lnC ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}.ly4 .ly9{margin-bottom:101px}.ly4 .ldO{margin-bottom:32px}.ly4 .lza{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.ly4 .lzb{position:fixed;bottom:48px;z-index:10}.ly4 .lnF{white-space:nowrap}.lnC .lnX{width:100px;padding:unset}.ly4 .lzc{position:absolute;right:0;bottom:0}.ly4 .lzc .li2{width:100%;height:100%}.ly4 .liC{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}@media screen and (min-width:3200px){.ly4 .lxH li{width:200px;min-width:unset}}@media screen and (max-width:1024px){.ly4 .ly5{position:-webkit-sticky;position:sticky;z-index:7;margin-left:0}.ly4 .ljI{text-align:center;margin-bottom:32px}.ly4 .ly6{padding-left:0;padding-right:0;margin-right:auto;margin-left:auto}.ly4 .lxH li:first-child{margin-left:16px}.ly4 .lxI{margin-bottom:30px;height:92px}.ly4 .lxH li.ldF:before{width:100%!important}.ly4 .ld3.ld4{left:36px}.ly4 .lxH{justify-content:unset}.ly4 .lxH li{min-width:75px;max-width:10%}.ly4 .lk1{margin-bottom:24px}.ly4 .lqC .lnC{margin-top:32px}.ly4 .lkZ{margin-bottom:24px}.ly4 .lk6{margin-bottom:16px}.ly4 .lsb{margin-bottom:24px}.ly4 .ly9{margin-bottom:72px}.ly4 .lqs{padding:16px 16px 0}.ly4 .lqs .lnC :root .ly4 .lqs .lnC,.ly4 .lqs .lnC _::-webkit-full-page-media,.ly4 .lqs .lnC _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.ly4 .lqs .lnC .ly4 .lqs .lnC,.ly4 .lqs .lnC ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px){.ly4 .lza{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:24px;gap:24px}.lxH li .lxK{font-size:10px}.ly4 .leC{padding-right:24px}.ly4 .lzb{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}}@media screen and (max-width:1024px)and (min-height:680px){.ly4 .ly8{position:relative;overflow-y:auto;height:calc(100% - 50px);padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:679px)and (min-height:450px){.ly4 .ly8{position:relative;overflow-y:auto;height:calc(100% - 50px);padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.ly4 .ly8{position:relative;overflow-y:auto;height:70%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:325px){.ly4 .ly8{position:relative;overflow-y:auto;height:60%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:245px){.ly4 .ly8{position:relative;overflow-y:auto;height:40%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.ly4 .ly8{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.ly4 .ly8::-webkit-scrollbar{display:none}.lnC .lnX{width:53%}}@media screen and (max-width:375px){.ly4 .ldo{padding-top:8.533vw}.ly4 .ljI{margin-bottom:8.533vw}.ly4 .lxH li:first-child{margin-left:4.267vw}.ly4 .lxI{margin-bottom:8.533vw;height:82px}.ly4 .lxH li{min-width:50px;max-width:10%}.ly4 .lk1{margin-bottom:6.4vw}.ly4 .lqC .lnC{margin-top:8.533vw;border-radius:4.267vw}.ly4 .lkZ{margin-bottom:6.4vw}.ly4 .lk6{margin-bottom:4.267vw}.ly4 .lsb{margin-bottom:6.4vw}.ly4 .lqs .lnC{padding:4.267vw}.ly4 .ly8{padding-right:4.267vw}.ly4 .ly9{margin-bottom:19.2vw}.ly4 .lqs{padding:4.267vw 4.267vw 0}.ly4 .lza{gap:6.4vw}.ly4 .lex.li8 .leC{width:calc(100% - 38vw);padding-right:8vw;margin-left:3.267vw}.ly4 .lex.li8 .leF{gap:0}.ly4 .lzb{padding:0 4.267vw}.ly4 .lzc{width:4.103vw;height:4.103vw}}