: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)}}.ceK{width:100%;height:45px;top:-35px}.ceK,.ceK .ceL{position:absolute;right:0}.ceK .ceL{box-sizing:border-box;display:block;width:auto;height:auto;bottom:0;margin-right:0;border-radius:0!important}.obq{width:20px;margin-right:8px}.obr{margin-left:auto;width:65.7vw;height:37vw}@media screen and (min-width:1025px)and (max-width:1367px){.obr{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.obr{width:100vw;height:unset}}.obs{z-index:55!important}@media screen and (min-width:1025px){.obr img{mask-repeat:repeat-x;mask-position:right bottom;mask-size:auto 100%;mask-image:url(/assets/img/parts/h_image/h_1_big_picture_inner_bg.png);-webkit-mask-repeat:repeat-x;-webkit-mask-position:right bottom;-webkit-mask-size:auto 100%;-webkit-mask-image:url(/assets/img/parts/h_image/h_1_big_picture_inner_bg.png)}}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap";.kiN{display:block!important}.kiO{display:none!important}.kiP{margin-bottom:0!important}.kiQ{text-align:center!important}.kiR{text-align:left!important}.kiS{display:none!important}.kiT{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.kiO{display:block!important}.kiN{display:none!important}}.kiU{max-width:2000px;padding-right:40px;margin-left:auto}.kiU,.kiV{padding-left:40px;margin-right:auto}.kiV{max-width:1960px}.kiW{max-width:760px}.kiW,.kiX{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.kiX{width:100%;max-width:1024px}@media screen and (min-width:1025px){.kiY{display:block;padding-left:64px}.kiZ{padding-bottom:80px;min-height:calc(100vh - 80px)}.kiZ.ki0{min-height:calc(100vh - 116px)}.kiZ.ki1{min-height:calc(100vh - 161px)}.kiZ.ki2{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.kiZ{padding-bottom:80px;min-height:calc(100vh - 66px)}.kiZ.ki0{min-height:calc(100vh - 181px)}.kiZ.ki1{min-height:calc(100vh - 226px)}.kiZ.ki2{min-height:calc(100vh - 924px)}.kiU{padding-right:16px}.kiU,.kiV,.kiW{padding-left:16px}.kiW{padding-right:16px}}@media screen and (min-width:1365px){.kiV{max-width:1960px}}@media screen and (min-width:2065px){.kiV{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.ki3{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.ki3 .ki4{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.ki3 .ki4.ki5{overflow-y:hidden}.ki3 .ki4.ki5:hover{overflow-y:auto}.ki3 .ki6{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}.ki3 .ki6 span{display:none}.ki3 .ki6 span.ki7{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}.ki3 .ki6 span.ki7:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.ki3 .ki6 span.ki8{font-size:12px;line-height:12px}.ki3 .ki6 span.ki9{display:block}.ki3 nav{position:relative;z-index:2;margin-left:8px;height:100%}.ki3 .kja{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}.ki3 .kjb{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.ki3 nav .kjc{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}.ki3 nav>ul{position:absolute;left:5px;z-index:2}.ki3 nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.ki3 nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.ki3 nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.ki3 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}.ki3 nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.ki3 nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.ki3 nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.ki3 nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_genres_sp.svg)}.ki3 nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.ki3 nav>ul>li:nth-child(6) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.ki3 nav>ul>li .kjd{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.ki3 nav>ul>li .kjd: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}.ki3 nav>ul>li .kjd.kje:after{width:48px;left:0;padding:0 8px}.ki3 nav>ul>li .kjd.kjf:after{width:85px;left:70px;padding:0 8px}.ki3 nav>ul>li .kjd li{position:relative;z-index:5;text-align:center}.ki3 nav>ul>li .kjd li a{height:28px;line-height:28px}.ki3 nav>ul>li .kjd li:first-child{margin-right:16px}.ki3 nav>ul>li .kjd li:first-child a{padding:0 8px}.ki3 nav>ul>li .kjd li a{display:block;font-size:12px}.ki3 nav>ul>li .kjd li a:before{display:none}.ki3 nav>ul>li.ki9 a{position:relative;height:100%;font-weight:600}.ki3 nav>ul>li.ki9 a:before{top:17px}.ki3 nav>ul>li.ki9:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.ki3 nav>ul>li.ki9:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.ki3 nav>ul>li.ki9:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.ki3 nav>ul>li.ki9:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_genres_on_sp.svg)}.ki3 nav>ul>li.ki9:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.ki3 nav>ul>li.ki9:nth-child(6) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.ki3.kjg{width:254px}.ki3.kjg a span{opacity:1;margin-left:0}.ki3.kjg .ki6{opacity:1;margin-left:20px}.ki3.kjg .kjd{opacity:1;margin-left:50px}.ki3 #kjh{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.ki3 #kjh .kji{background:rgba(0,0,0,0)}.ki3 #kjh .kji:after,.ki3 #kjh .kji:before{margin-top:0}.ki3 #kjh .kji:before{transform:rotate(-45deg)}.ki3 #kjh .kji:after{transform:rotate(-135deg)}.ki3 #kjj,.ki3 #kjj:after,.ki3 #kjj: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%}.ki3 #kjj:after,.ki3 #kjj:before{content:"";left:0}.ki3 #kjj:before{margin-top:-9px}.ki3 #kjj:after{margin-top:7px}}@media screen and (max-width:1024px){.ki3{display:none!important}}@media screen and (max-width:375px){.kiU,.kiW{padding-right:4.267vw}.kiU,.kiV,.kiW{padding-left:4.267vw}.kiZ{padding-bottom:21.333vw}}.kjk{position:relative}.kjl{display:flex;gap:24px}.kjm,.kjn,.kjo,.kjp{font-size:10px;line-height:1;padding:2px 3px}.kjm{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}.kjm.kjq{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.kjr{display:flex;gap:4px}.kjn{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.kjn.kjs{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.kjt{display:flex;gap:4px}.kjo{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.kju{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.kjp,.kju{display:flex}.kjp{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.kjp span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.kjp small{font-family:SF Pro Text Regular,sans-serif}.kjv,.kjw,.kjx{display:flex;gap:4px}.kjy{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}.kjz{display:flex;gap:4px}.kjA{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.kjB{margin-top:4px;margin-left:36px}.kjC{display:flex;align-items:center}.kjD,.kjD.kjE{display:flex;justify-content:center;align-items:center}.kjD.kjE{margin:0 8px}.kjF{display:flex;gap:4px}.kjG{margin-bottom:2px}.kjH{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.kjH.kjI{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.kjH.kjJ{color:#ff0576;background:#fff}.kjH.kjK{width:14px;height:14px}.kjH.kjL{color:#fff;background:rgba(225,225,225,.3)}.kjH.kjM{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.kjN{display:flex;gap:4px}.kjO{width:38px;height:38px}.kjP{display:flex;gap:4px}.kjQ{width:14px;height:14px}.kjR{padding:5px 4px 3px 5px}.kjR,.kjS{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.kjS{padding:4px}.kjT{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.kjU{opacity:0}.kjV{padding:3px 3.5px 2.25px 4px}.kjW{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}.kjX{display:flex;gap:12px}.kjY{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.kjY,.kjZ{display:inline-flex;align-items:center;color:#fff}.kjZ{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.kjZ:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.kju{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.kjp span{border-radius:1.1538461538vw}.kjA,.kjy{border-radius:.5769230769vw}.kjB{margin-left:10vw}.kjG{margin-bottom:2px}.kj0{margin-left:8px}.kjW,.kjY{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.kjm,.kjn,.kjo,.kjp{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.kjB{margin-left:40px}.kj0{margin-left:0}}@media screen and (max-width:375px){.kjl{gap:6.4vw}.kj1{width:5.867vw;height:6.4vw}.kjr,.kjt{gap:1.067vw}.kjM{font-size:2.333vw}.kju{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.kjp span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.kjv{gap:1.067vw}.kj2{width:10.133vw;height:10.133vw}.kjw{gap:1.067vw}.kj3{height:4.533vw}.kjx{gap:1.067vw}.kjy{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.kjz{gap:1.067vw}.kjA{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.kjF{gap:1.067vw}.kjH{padding:.533vw .8vw;font-size:2.133vw}.kjK{width:3.733vw;height:3.733vw}.kjN{gap:1.067vw}.kjO{width:10.133vw;height:10.133vw}.kjP{gap:1.067vw}.kjQ{width:3.733vw;height:3.733vw}.kjR{padding:1.333vw 1.067vw .8vw 1.333vw}.kjR,.kjS{font-size:2.667vw;border-radius:1.067vw}.kjS{padding:1.067vw}.kjW{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.kjX{gap:3.2vw}.kjY{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.kj4{display:flex;align-items:center;margin-bottom:16px;gap:8px}.kj5{font-size:20px;font-weight:600}.kj6{display:flex;align-items:center;margin-bottom:16px;gap:8px}.kj7{font-size:16px}.kj7,.kj8{font-weight:600}.kj8{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}.kj9,.kka{width:100%;display:flex;flex-direction:column}.kkb{display:flex;gap:16px;flex-wrap:nowrap}.kkc{position:relative;flex:0 0 auto}.kkc[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.kkc[data-is-ranking=true] .kkd{grid-column:1;grid-row:1;align-self:stretch}.kkc[data-is-ranking=true] .kke{grid-column:2;grid-row:1}.kkc[data-is-ranking=true] .kkf{grid-column:2;grid-row:2}.kkc:hover{z-index:6}.kj9 .kkg,.kka .kkg{position:relative}.kkc .kkh{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:kki;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.kkc:hover .kkh{display:block;animation-name:kkj;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}.kkc .kkh.kkk{left:0}.kkc:hover .kkh.kkk{animation-name:kkl}.kkc .kkh.kkm{right:0}.kkc:hover .kkh.kkm{animation-name:kkn}@keyframes kkj{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 kkl{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 kkn{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 kki{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)}}.kj9 .kko,.kka .kko{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.kj9 .kko.kkp,.kka .kko.kkp{left:0}.kj9 .kko.kkq,.kka .kko.kkq{right:0}.kkg:hover .kko{display:block}.kkc .kkr{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.kkc .kkr,.kkc .kks{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.kkc .kks{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.kj9 .kkr .kkt,.kka .kkr .kkt{display:block;width:100%}.kku{width:100%;flex-direction:column}.kku,.kkv{display:flex}.kkv{flex-wrap:nowrap;gap:16px}.kkw{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.kkw .kkd{grid-column:1;grid-row:1;align-self:stretch}.kkw .kke{grid-column:2;grid-row:1}.kkw .kkf{grid-column:2;grid-row:2}.kkw .kkx{max-width:287.5152px;max-height:400.99392px}.kku .kky{position:relative}.kku .kko{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.kku .kko.kkp{left:0}.kku .kko.kkq{right:0}.kku .kky:hover .kko{display:block}.kkw:hover{z-index:6}.kkw .kkh{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:kki;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.kkw:hover .kkh{display:block;animation-name:kkj;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.kkw .kkh.kkk{left:0}.kkw:hover .kkh.kkk{animation-name:kkl}.kkw .kkh.kkm{right:0}.kkw:hover .kkh.kkm{animation-name:kkn}.kkw .kkz{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.kkA .kkv{display:flex;flex-wrap:nowrap;gap:16px}.kkA .kkw .kkr{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.kkB{width:100%;flex-direction:column}.kkB,.kkC{display:flex}.kkC{gap:16px}.kkB .kkD{position:relative}.kkB .kke{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}.kkB .kke .kkE{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.kkB .kko{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.kkB .kko.kkp{left:0}.kkB .kko.kkq{right:0}.kkB .kkD:hover .kko{display:block}.kkB .kkC>a:hover{z-index:6}.kkF{margin-top:16px;font-weight:600}.kkG{margin-top:8px}.kkH{display:flex;flex-direction:column}.kkH li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.kkH li:not(:last-child){margin-bottom:16px}.kkI{height:100%}.kkI,.kkJ{display:flex;align-items:center}.kkJ{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}.kkK{font-family:Jost,sans-serif;font-weight:600}.kkL{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.kkM{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.kkM,.kkN{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.kkN{line-height:1.625;margin-bottom:5px}.kkN,.kkO{font-size:16px}.kkH li.kkP: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}.kkQ{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.kkR{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.kkS{position:relative;display:flex;align-items:center}.kkS.kkT{justify-content:left}.kkU{position:relative;display:block;width:100%}.kkV{display:flex;align-items:center;justify-content:space-between}.kkV .kkt{border-radius:6px}.kkV .kkW{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.kkX{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.kkX .kkY{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){.kkX .kkY{max-width:40vw}}.kkX .kkZ{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.kk0{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.kk0 .kk1{font-weight:600;font-size:12px;width:39px}.kk0 .kk2>div{width:16px;height:16px}.kkV .kk3{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}.kk4{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%)}.kk4 .kk5{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.kkS.kk6 .kk4 .kk7{width:24px;height:24px;transform:rotate(180deg)}.kkS.kk8 .kkZ{color:#ff624f}.kkS.kk6 .kk4{pointer-events:none}.kkV .kk9{color:#fc348e}.kkS.kk8 .kla{color:#d3d3d3}.kkS.klb .kkX{padding-right:0!important}.klc{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.kkS.klh .kkX .kli{margin-bottom:12px}.kkS.klh .klj{font-size:12px;font-weight:600;margin-bottom:4px}.kkS.klh .klk{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.kkS.klh .klk span:first-child{margin-right:16px}.kkS.klh .kll{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.klm .kln{display:flex;align-items:center}.klm .kln .kkW{height:auto}.klm .kln>div:first-child{position:relative;margin-right:16px}.klm .klo{display:flex;flex-direction:column;justify-content:center;width:648px}.klm .klo .klp{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}.klm .klo .klq{font-size:12px;color:#d3d3d3;margin-bottom:12px}.klm .klo .klr .kls{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.klt{position:absolute;bottom:0;right:0}.kkt.klu{width:100%}.klm .klv{height:24px}.klm .klv .klw{width:248px}.kln.klx{align-items:flex-start}.kly{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.kly,.klz{position:absolute}.klz{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.klA{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.klm .klo .klB{display:flex;justify-content:space-between;align-items:center}.klB>.klC{flex-shrink:0}.klD{position:relative;display:block;width:100%}.klE{display:flex;align-items:center}.klE .kkW{margin-right:16px}.klF,.klG{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.klH a:hover,.klI a:hover,.klJ a:hover{opacity:1}.klF>a>div:first-child,.klG>a>div:first-child{margin-right:16px}.klF .klK{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.klF img.klL{margin-right:16px}.klF .klK .klM{display:flex;align-items:center}.klF .klK .klM p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.klF .klK .klM p,.klF .klK p.klN{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.klF .klK p.klN{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.klF .klK .klO{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.klF .klK .klP{display:flex}.klF .klK span.klN{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%}.klF .klK span.klQ,.klF .klK span.klR{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.klF .klK span.klQ,.klF .klK span.klS{padding-right:12px}.klS,.klT{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.klS span,.klT span{font-weight:300;margin-left:3px}.klF .klK .klU,.klU{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}.klR b{font-weight:600}.klI .klF .klK .klO,.klV{display:flex}.klV{flex-wrap:wrap}.klW{width:210px}.klX{display:flex;align-items:center}.klX>a{height:48px;width:48px}.klX>div{margin-right:8px}.klX .klY{flex:1 1;display:flex;flex-direction:column;justify-content:center}.klZ{height:48px;width:48px}.kl0{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}.kl1{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.kl1,.kl1>button{position:relative}.kl1>button{top:-19px}.kl2{font-size:12px;color:#eee}.kl3 .kl4{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.kl3 .kl4 img{object-fit:cover;height:100%;width:100%}.kl3 .kl4 span{position:absolute;right:8px;bottom:8px}.kl3 .kl4>div{position:absolute;top:6px;left:6px}.kl3 .kl5{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.kl3 .kl5,.kl3 .kl6{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.kl3 .kl6{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.kl7{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.kl7:hover{background-color:hsla(0,0%,100%,.1)}.kl8 a:hover{opacity:1}.kl7 .kl9,.kl7>a>div:first-child{margin-right:16px}.kl7 .kma{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.kl7 .kma .kmb{display:flex;align-items:center}.kl7 .kma .kmb>img:last-child{margin-left:2px}.kl7 .kma .kmb p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.kl7 .kma .kmb p,.kl7 .kma p.kmc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.kl7 .kma p.kmc{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.kmd .kme{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kl7 .kmf{display:flex}.kl7 .kmf button:first-child{margin-right:8px}.kmg{display:flex;align-items:center;max-width:720px}.kmg:hover{background-color:hsla(0,0%,100%,.1)}.kmg .kmh{margin-right:16px}.kmi a:hover{opacity:1}.kmg>a>div:first-child{margin-right:16px}.kmg .kmj{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.kmg .kmj .kmk{display:flex;align-items:center}.kmg .kmj .kmk 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}.kmg .kmj .kmk>img{margin-left:2px}.kmg .kmj p.kml{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}.kmm{display:flex;flex-wrap:wrap;gap:4.103vw}.kmn,.kmo,.kmp{width:16.496vw}.kmo,.kmp{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.kmo .kmq,.kmp .kmq{object-fit:cover;height:100%;width:100%;border-radius:6px}.kmo .kmr,.kmp .kmr{position:absolute;right:8px;top:8px;cursor:pointer}.kms .kmt{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.kms .kmt,.kms .kmu{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.kms .kmu{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.kms .kmu,.kms .kmv{line-height:1.5714285714}.kms .kmv{margin-bottom:8px;overflow:hidden;height:6.284em}.kmw{justify-content:space-between;margin-bottom:8px}.kmw,.kmw .kmx{display:flex;align-items:center}.kmw .kmx{gap:6px}.kmy{display:flex;justify-content:space-between;align-items:center}.kmy .kmz{font-size:12px;color:#eee}.kmA{display:flex;flex-wrap:wrap}.kmA>li{width:100%}.kmA>li:not(:last-child){margin-bottom:24px}.kmB,.kmC{display:flex;align-items:center}.kmC{gap:16px;width:calc(100% - 48px)}.kmC .kmD{width:248px;height:140px}.kmE{flex:1 1}.kmF{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}.kmG{display:flex;align-items:center;margin-bottom:14px}.kmG>p{font-weight:600;margin-right:16px}.kmH{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kmE>:last-child{margin-bottom:0}.kmI{margin-left:24px}.kmJ{display:flex;flex-wrap:wrap;gap:56px 16px}.kmK{width:13.93vw;position:relative}.kmK .kkE{border-radius:6px}.kmJ .kmr{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.kmJ .kkx.kmL span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.kmJ .kkx.kmL span,.kmM{position:absolute;left:50%;transform:translate(-50%)}.kmM{top:38.9%}.kmN.kmO{margin-top:16px}.kmP{font-weight:600;-webkit-line-clamp:2;height:3.25em}.kmP,.kmQ{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.kmQ{height:4.875em;-webkit-line-clamp:3}.kmR{font-size:12px;margin-top:11px;display:flex}.kmR span:not(:last-child){margin-right:4px}.kmJ .kmS{margin-top:16px}.kmT{display:flex;align-items:center}.kmU img{width:120px;height:120px}.kmT .kmV{margin-left:16px;width:71%}.kmT li:not(:last-child){margin-bottom:6px}.kmT .kmV p{font-size:12px;font-weight:300}.kmW{max-width:43.255vw}.kmW .kmX{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.kmW .kmX,.kmW .kmY,.kmW .kmZ{margin-bottom:16px}.kmW .kmZ{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}.kmW .km0,.kmW .km1{display:flex;align-items:center}.kmW .km0 .km2{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.kmW .km3{display:flex;align-items:center;justify-content:right;gap:16px}.kmW .km0 img.km4,.kmW .km1 img.km5{margin-right:4px}.kmW .km0 .km6,.kmW .km1 .km7{font-size:12px;font-weight:600;line-height:1.5}.kmW .km1 .km7{font-weight:300;margin-left:4px}.kmW .km8{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.kmW .km8 a{display:flex;padding-right:16px}.kmW .km8 .km9{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.kmW .km8 .kna{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.kmW .km8 .kna .knb{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.kmW .km8 .kna .knc{flex-shrink:0}.kmW .km8 .knd{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kmW .km8 .kne{position:relative;display:flex;justify-content:center;width:56px;height:80px}.kmW .km8 .kne .knf{width:100%;height:100%;object-fit:cover;border-radius:4px}.kmW .km8 .kng{position:absolute;bottom:-16px}.kmW .kng .knh{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%}.kmW .kng .kk5{margin:0}.kni{margin-left:auto;position:relative}.kni,.knj{max-width:355.60656px;width:17.229vw}.knj{height:24.047vw;max-height:496.33008px}.knj img{width:100%;height:100%;object-fit:cover;border-radius:6px}.knk{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%)}.kni .knl{margin-top:16px}.knl .knm{display:flex;justify-content:space-between;align-items:center}.knl .knm .knn{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)}.kno{position:absolute;top:calc(24.047vw + 20px);right:0}.knl .knp{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.knl .knq{margin-top:8px;gap:12px}.knl .knq,.knl .knq .knr{display:flex;align-items:center}.knl .knq .knr{gap:4px}.knl .kns{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.kni .knt{margin-top:16px;display:flex;align-items:center;gap:12px}.kni .knu{width:48px;height:48px;min-width:48px;min-height:48px}.knt .knv{position:relative}.knv .knw{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.knv .knx{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.knv .kny{flex-shrink:0}.knt .knv .knz{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.knt .knv .knA{position:absolute;bottom:2px;right:0;z-index:5}.knB{max-width:43.255vw}.knB .knC{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.knB .knC,.knB .knD{margin-bottom:16px}.knB .knE{margin-bottom:24px}.knB .knF{width:170px}.knB .knG{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.knB .knG,.knH{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.knH{-webkit-line-clamp:1;word-break:break-all}.knB .knI{justify-content:right;gap:16px}.knB .knI,.knB .knJ,.knB .knK{display:flex;align-items:center}.knB .knK img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.knB .knL{font-size:12px}.knB .knM,.knB .knN{font-size:12px;line-height:1.5}.knB .knJ .knM{margin-left:4px}.knB .knO{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%)}.knB .knO a{display:flex;padding-right:16px}.knB .knO .knP{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.knB .knO .knQ{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.knB .knR{flex-shrink:0}.knB .knO .knQ .knS{-webkit-line-clamp:1;word-break:break-all}.knB .knO .knQ .knS,.knB .knO .knT{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.knB .knO .knT{line-height:1.571;-webkit-line-clamp:2}.knB .knO .knU{position:relative;display:flex;justify-content:center;width:56px;height:80px}.knO .knU .knV{width:100%;height:100%;object-fit:cover;border-radius:4px}.knB .knO .knW{position:absolute;bottom:-16px}.knB .knW .knh{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%}.knB .knW .kk5{margin:0}.knX,.knY{width:21vw;max-width:433.44px}.knY{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.knY .knZ{width:100%;height:100%;object-fit:cover;border-radius:12px}.knY .kn0.kn1,.knY .kn2.kn3{position:absolute;top:12px;left:12px}.knY .kn4{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.knY span{position:absolute;right:8px;bottom:8px}.kn5{display:flex;align-items:center}.kn5 .kn6{margin-right:36px}.kn5 .kn6,.kn5 .kn7{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.kn5 .kn7{margin-right:20px}.kn5 .kn8 .kn9{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.kn5 .kn8 .kn9,.kn5 .kn8 .koa{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.kn5 .kn8 .koa{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.kn5 .kn8 .kob{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}.koc{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.koc .knL{font-size:12px}.koc .kod{gap:8px}.koc .kod,.koe{display:flex;align-items:center}.koe{gap:12px}.kof{width:48px;height:48px;min-width:48px;min-height:48px}.koe .kog{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.koe .koh{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.koe .koh,.koe .koi{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.koe .koi{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.koj{max-width:45.455vw}.koj .kok{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}.koj .kol{display:flex;align-items:center}.koj .kom{width:100%;height:100%;object-fit:cover;border-radius:12px}.koj .kon{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.kon .koo{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.koj .kop{flex:1 1;width:calc(100% - 18.18vw - 16px)}.koj .koq{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.koj .kor{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.koj .kos{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}.kot{max-width:39.736vw}.kot a{display:flex;align-items:center;justify-content:space-between}.kot .kkW{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.kot .kkt{border-radius:6px}.kou{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.kot .kou .kov{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}.kot .kow{display:flex;align-items:center}.kot .kow .kox{margin-right:8px}.kot .kow .koy{font-size:12px;color:#d3d3d3}.koz{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.koz .koA{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.koz .koB{font-size:min(1.026vw,21.17664px)}.koC{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.koC .koD{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.koC .koD:hover{background-color:hsla(0,0%,100%,.1)}.koC .koE{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.koC .koE:active{cursor:grabbing;cursor:-webkit-grabbing}.koC .koF{width:24px;height:32px;border-radius:6px;margin-right:28px}.koC .koF img{width:100%;height:100%;object-fit:cover}.koC .koG{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.koC .koG:before{content:counter(title)}.koC .koH{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}.koI{width:24px;height:24px}.koC .koJ{width:100%;height:100%;object-fit:cover;cursor:pointer}.koK{display:flex;gap:64px}.koL{max-width:24.926vw}.koL,.koL a{display:flex;justify-content:space-between;align-items:center}.koL a{max-width:21.407vw;width:calc(100% - 32px)}.koM{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.koN{border-radius:12px;object-fit:cover;height:100%;width:100%}.koO{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)}.koP{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.koQ{width:32px;height:32px}.koR{width:374px}.koR,.koS{overflow:hidden}.koS{width:100%;height:100%;display:flex;flex-direction:column}.koT{padding-bottom:28px}.koS .kj4{justify-content:space-between;padding-right:16px}.koU{display:flex;flex-wrap:nowrap;gap:8px}.koU .kkx{width:114px;height:159px}.koV{position:relative;flex:0 0 auto}.koV[data-is-ranking=true] .koW{display:grid;grid-template-rows:auto auto}.koV[data-is-ranking=true] .kkd{grid-column:1;grid-row:1;align-self:stretch}.koV[data-is-ranking=true] .kke{grid-column:2;grid-row:1}.koV[data-is-ranking=true] .koX{grid-column:2;grid-row:2}.koS .koY{position:relative}.koS .kko{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.koS .kko.kkp{left:8px}.koS .kko.kkq{right:8px}.koS .koY:hover .kko{display:block}.koS .koZ{font-size:64px;bottom:-8px}.koS .kkd[data-is-first=true]{width:46px;flex:0 0 46px}.koS .kkd{position:relative;width:56px;flex:0 0 56px}.koS .kkd[data-is-double-digit=true]{width:64px;flex:0 0 64px}.ko0.kjg{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.kmS{display:flex;align-items:center}.kmS .ko1{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.kmS .kk7.ko2:hover{opacity:.6}.kmS .kk7.ko2.kjg:hover{opacity:1}@media screen and (min-width:2064px){.kno{top:514px}}@media screen and (max-width:1024px){.kkV .kkt{border-color:violet;border-radius:6px}.klm .kln .ko3 .ko4,.klz{border-radius:1.1515vw}.klt img{width:100%;height:auto}.kmm{display:grid;grid-template-columns:repeat(2,1fr)}.kmo .kmq,.kmp .kmq{border-radius:6px}.ko5{flex-direction:column;gap:48px}.kmg,.ko5{display:flex}.kmg{align-items:center}.kmg .kmh{margin-right:16px}.kmg .kmj{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.kmg .kmj .kmk{display:flex;align-items:center}.kmg .kmj .kmk 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}.kmg .kmj p.kml{font-size:12px;font-weight:300;margin-top:4px}.kmn{width:43.846vw}.kmo,.kmp{margin-bottom:8px}.kmp .ko6{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.kms .kmt{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.kms .kmu{font-weight:300;margin-bottom:2px;height:1.5em}.kms .kmu,.kms .kmv{font-size:12px;line-height:1.5}.kms .kmv,.kmw{margin-bottom:8px}.kmy .kmz{font-size:10px}.kmC{width:calc(100% - 14px)}.kmA li:not(:last-child){margin-bottom:16px}.kmC .kmD{width:38.462vw;height:21.538vw}.kmI{margin-left:0}.kmF{font-size:14px;margin-right:11px}.kmF,.kmG{margin-bottom:8px}.kmG>p{font-size:12px;margin-right:8px}.kmG .kjS,.kmG>p{white-space:nowrap}.kmH{margin-right:11px}.kmJ{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.kmK{width:29.231vw}.kmJ .kmr{right:8px}.kmM{top:27%}.kmJ .kkx.kmL span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.kmN.ko7{margin-top:12px}.kmP{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.kmQ{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.kmR{font-size:10px}.kmJ .kmS,.kmR{margin-top:10px}.kmU img{width:80px;height:80px}.kmT li:not(:last-child){margin-bottom:5px}.kmT .kmV p{font-size:10px}.kmW{max-width:91.795vw}.kmW .kmX{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.kmW .ko8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.kmW .ko9{margin-left:16px}.kmW .kmZ{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.kmW .km3{justify-content:left}.kmW .km8{background-color:rgba(0,0,0,0);padding:0;position:relative}.kmW .km8 .km9{max-width:100%}.kmW .km8 a{padding-right:0}.kmW .km8 .kna{font-size:12px;padding-left:0;margin-bottom:8px}.kmW .km8 .kna:after{font-size:12px}.kmW .km8 .knd{font-size:12px;line-height:1.5;overflow:hidden}.kmW .km8 .kpa{position:absolute;bottom:2px;right:0;z-index:5}.kni{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.kni .kpb{justify-content:space-between}.kni .kpb,.kni .kpb a{display:flex;align-items:center}.kni .kpb a{gap:16px}.knj{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.knk{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)}.knk.kpc,.knk.kpd{right:unset;left:-1.282vw}.kni .knl{max-width:28.205vw;margin-top:16px}.knl .knm{display:flex;justify-content:space-between;align-items:center}.knl .knm .knn{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.kno{position:unset;top:unset;right:unset}.knl .knp{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.knl .knq{display:flex;align-items:center;margin-top:8px;gap:12px}.knl .knq .knr{display:block;position:absolute;top:12px;left:78px;gap:4px}.knl .kns{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.kni .knt{margin-top:16px;position:relative;gap:unset}.knt a{display:flex;align-items:center;gap:16px}.knB{max-width:91.795vw}.knB .knC{font-size:72px;line-height:1.1944444444}.knB .knC,.knB .knD{margin-bottom:8px}.knB .knE{margin-bottom:12px}.knB .knE .knG{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.knB .knE .knH{font-size:12px;color:#d3d3d3}.knB .kpe{margin-left:16px}.knB .knG{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.knB .knI{justify-content:space-between}.knB .knI,.knB .knI .kpf{display:flex;align-items:center}.knB .knI .kpf{gap:8px}.knB .kpg{display:flex;align-items:center}.knB .kpg .kph{width:40px;height:40px}.knB .knO{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.knB .knO .knP{max-width:100%}.knB .knO a{padding-right:0}.knB .knO .knQ{font-size:12px;padding-left:0;margin-bottom:8px}.knB .knO .knQ:after{font-size:12px}.knB .knO .knT{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.knX{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.knY{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.knY .kn0.kn1,.knY .kn2.kn3{top:8px;left:8px}.kn5{display:unset;align-items:unset;gap:0}.kpi{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.kn5 .kn8 .kn9{margin-bottom:2px}.kn5 .kn8 .kn9,.kn5 .kn8 .koa{font-size:14px;line-height:1.571}.kn5 .kn8 .koa{margin-bottom:4px}.kn5 .kn8 .kob{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.koc{padding-left:0}.kof{width:40px;height:40px;min-width:40px;min-height:40px}.koj{max-width:49.231vw}.koj .kpj{position:relative;margin-bottom:16px}.koj .kpk{width:100%}.kpj .kpl{position:absolute;display:flex;gap:2px;top:4px;left:4px}.kpj .kj3{position:absolute;bottom:0;right:0}.koj .kok{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.koj .kpm{display:flex;align-items:center;margin-bottom:8px}.koj .kpn{font-size:12px;margin-right:16px;color:#d3d3d3}.koj .kpo{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}.kot{max-width:91.795vw}.kot a{display:flex;align-items:center}.kou{width:calc(100% - 16px - 38.462vw);min-width:none}.kot .kou .kov{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.kot .kow{display:flex;align-items:center}.kot .kow .koy{font-size:12px;color:#d3d3d3}.koz{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.koz .koA{width:unset;height:unset;min-width:21.538vw}.koz .koB{font-size:14px}.koz::-webkit-scrollbar{display:none}.koC{max-width:91.795vw}.koC .koD{padding:12px 0}.koC .koE{display:none}.koC .koF{width:36px;height:49px;border-radius:6px;margin-right:16px}.koC .koG{text-align:left;width:28px}.koC .koH{width:calc(100% - 120px)}.koK{flex-direction:column;gap:16px}.koK,.koL{display:flex}.koL{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.koL a{max-width:unset}.koO{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}.koP{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.koR{width:100%}.koU .kkx{width:29.231vw;height:40.769vw}.kmS .knL{font-size:12px}}@media screen and (max-width:375px){.kkg>.kkb:after,.kkv>.kkw:after,.kky>.kkv:after,.koz:after{content:"";display:block;flex:0 0 4.267vw}.kkV .kkt{border-color:green;border-radius:1.6vw}.kkX{padding-right:11.733vw;margin-left:4.267vw}.kkX .kkY{font-size:3.733vw}.kkX .kkY,.kkX .kkZ{margin-bottom:2.133vw}.kkX .kkZ{font-size:3.2vw}.kk0{gap:2.133vw}.kkS .kkX .kk2>div{width:4.267vw;height:4.267vw}.kkX .kk1{font-size:2.667vw}.kkX .kpp .kpq{width:3.733vw;height:3.733vw}.kk4{min-width:8.53333vw;margin-left:2.133vw}.kk4 .kk5{width:8.53333vw;height:8.53333vw}.kk4 .kk7{width:4.267vw;height:4.267vw}.kk0 .kk1{width:11.8vw}.kkS .klc{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.kkS.kpr .kps{font-size:3.733vw;margin-top:4.267vw}.kkS.kpt .kkV .kkt{border-radius:1.6vw}.kkS.kpt .kkX .kkZ{margin-bottom:4.267vw}.kkS.kpt.kkS .kk3{font-size:3.2vw}.kkS.kpt.kkS .kk0{margin-top:4.267vw}.kkS.klh .kkX .kkZ{margin-bottom:3.2vw}.kkS.klh .klj{font-size:3.2vw;margin-bottom:1.067vw}.kkS.klh .klk{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.kkS.klh .klk span:first-child{margin-right:4.267vw}.kkS.klh .kll{font-size:2.667vw;margin-bottom:3.2vw}.kkS.klh .kps{margin-top:4.267vw}.kkS.klh.kkS .kk3{font-size:3.2vw}.kkS.klh .kpu{width:4.267vw;height:4.267vw}.klm .kln .ko3{margin-right:4.267vw}.klm .kln .ko3 .ko4{border-radius:1.6vw}.klm .kln .ko3 .kpv{width:10.256vw}.klm .kln .klo{margin-right:6.154vw}.klm .kln .klo.kpw{margin-right:2.133vw}.klm .kln .klo .klp{font-size:3.77vw;margin-bottom:1.067vw}.klm .klo .klq,.klm .klr .kls{font-size:3.2vw}.klm .kln .klo.kpx{margin-right:2.133vw}.klm .kln .klC.kpy{font-size:3.2vw;padding:0 1.795vw}.klA,.kpz{font-size:3.77vw}.kpA.kpB{margin-bottom:1.6vw}.klm .klr .kpC,.klm .klr .kpD{font-size:3.2vw}.klH>div:not(:last-child),.klI>div:not(:last-child){margin-bottom:4.267vw}.klF>a>div:first-child,.klG>a>div:first-child{margin-right:4.267vw}.klG{margin-bottom:3.267vw}.klF .klK,.klG .klK{margin-right:4.267vw}.klF .klK .klO{margin-bottom:0}.klS span,.klT span{margin-left:.8vw}.klF img.klL{margin-right:4.267vw}.klF .klK .klM p,.klG .klK .klM p{font-size:3.733vw;margin-right:.533vw}.klF .klK p.klN,.klF .klK p.klR,.klG .klK p.klN,.klS,.klT{font-size:3.2vw;margin-top:2.133vw}.klU{font-size:3.733vw}.klV{display:flex;flex-wrap:wrap}.klV li:nth-of-type(2n){margin-right:0}.klW{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.klX>a{height:8.533vw;width:8.533vw}.klX>div{margin-right:2.133vw}.klY{width:60%}.kl0{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.kl2{font-size:2.667vw}.kmr{width:6.154vw}.kl3 .kl4{margin-bottom:2.133vw;border-radius:1.6vw}.kl3 .kl4 img{width:100%}.kl3 .kl4 span{right:2.133vw;bottom:2.947vw}.kl3 .kl5{font-size:3.733vw}.kl3 .kl5,.kl3 .kl6{margin-bottom:2.133vw}.kl3 .kl6{font-size:3.2vw}.kl7 .kl9,.kl7>a>div:first-child{margin-right:4.267vw}.kl7 .kma{margin-right:1.067vw}.kl7 .kma .kmb>img:last-child{margin-left:.533vw}.kl7 .kma .kmb p{font-size:3.733vw}.kl7 .kma p.kmc{font-size:3.2vw;margin-top:1.067vw}.kl7 .kmf button:first-child{margin-right:2.133vw}.ko5{gap:12.8vw}.kmg .kmh,.kmg>a>div:first-child{margin-right:4.267vw}.kmg .kmj{margin-right:1.067vw}.kmg .kmj .kmk p{font-size:3.733vw}.kmg .kmj .kmk>img{margin-left:.533vw}.kmg .kmj p.kml{font-size:3.2vw;margin-top:1.067vw}.kmm{gap:4.267vw}.kmo,.kmp{margin-bottom:2.133vw}.kmo .kmq,.kmp .kmq{border-radius:1.6vw}.kmo .kmr,.kmp .kmr{right:2.133vw;top:2.133vw}.kmo span{right:2.133vw;bottom:2.133vw}.kmp span{font-size:3.77vw}.kmp .ko6{width:4.267vw}.kms .kmt{font-size:3.77vw;margin-bottom:.256vw}.kms .kmu{font-size:3.2vw;margin-bottom:.533vw}.kms .kmv{font-size:3.2vw}.kms .kmv,.kmw{margin-bottom:2.133vw}.kmw .kmx{gap:1.6vw}.kmy .kmz{font-size:2.667vw}.kmJ{gap:7.2vw 2.133vw}.kmK{width:31.785%}.kmJ .kmr{top:2.133vw;right:2.133vw}.kmM{width:4.267vw}.kmJ .kkx.kmL span{font-size:3.2vw}.kmN.kmO{margin-top:3.2vw}.kmP{font-size:3.733vw;margin-top:2.033vw}.kmQ{font-size:3.2vw;margin-top:1.233vw}.kmR{font-size:2.667vw;margin-top:2.667vw}.kmR span:not(:last-child){margin-right:0}.kmJ .kmS{margin-top:2.667vw}.kmU img{width:21.333vw;height:21.333vw}.kmT .kmV{margin-left:4.267vw}.kmT li:not(:last-child){margin-bottom:1.333vw}.kmT .kmV p{font-size:2.667vw}.kmW .kmX{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.kmW .ko8{margin-bottom:4.267vw}.kmW .ko9{margin-left:4.267vw}.kmW .kmZ{font-size:3.733vw;margin-bottom:3.2vw}.kmW .km8 .km9{margin-left:3.733vw}.kmW .km8 .kna{margin-bottom:2.133vw}.kmW .km8 .kna,.kmW .km8 .kna:after,.kmW .km8 .knd{font-size:3.2vw}.kni{padding-left:17.067vw}.kni .kpb a{gap:4.267vw}.knj{border-radius:3.2vw}.knk{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}.knk.kpc,.knk.kpd{right:unset;left:-1.282vw}.kni .knl{margin-top:4.267vw}.knl .knm .knn{font-size:3.733vw}.knl .knp{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.knl .knq{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.knl .knq .knr{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.knl .kns{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.kni .knt{margin-top:4.267vw}.knt a{gap:4.267vw}.knt .kpE{min-width:19.2vw;min-height:19.2vw}.knv .knw{margin-bottom:1.333vw;align-items:center}.knt .knv .knz,.knv .knw{font-size:3.2vw}.knB .knC{font-size:19.2vw;line-height:1.1944444444}.knB .knC,.knB .knD{margin-bottom:2.133vw}.knB .knE{margin-bottom:3.2vw}.knB .knE .knG{font-size:3.733vw;margin-bottom:2.133vw}.knB .knE .knH{font-size:2.133vw}.knB .kpe{margin-left:4.267vw}.knB .knG{font-size:3.733vw;margin-bottom:3.2vw}.knB .knI .kpf{gap:2.133vw}.knB .kpg .kph{width:10.667vw;height:10.667vw}.knB .knO .knQ{margin-bottom:2.133vw}.knB .knO .knQ,.knB .knO .knQ:after,.knB .knO .knT{font-size:3.2vw}.knB .knK img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.knX{width:100%;padding-left:16.41vw}.knY{margin-bottom:3.2vw}.knY .knZ{width:100%;border-radius:3.2vw}.knY .kn0.kn1,.knY .kn2.kn3{top:2.133vw;left:2.133vw}.knY .kn4{width:10.256vw}.knY span{right:2.133vw;bottom:2.133vw}.kpi{letter-spacing:-2.4vw;font-size:18.462vw}.kn5 .kn8 .kn9{font-size:3.77vw;margin-bottom:.533vw}.kn5 .kn8 .koa{font-size:3.77vw;margin-bottom:1.067vw}.kn5 .kn8 .kob{font-size:3.2vw;margin-bottom:2.667vw}.koc{margin-bottom:3.2vw}.koc .knL{font-size:3.2vw}.koc .kod{gap:2.133vw}.koe{gap:3.2vw}.kof{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.koe .kog{font-size:3.2vw;margin-bottom:1.282vw}.koe .kog:after{font-size:3.2vw;margin-left:1.539vw}.koe .koi{font-size:3.2vw}.koj{max-width:51.2vw}.koj .kpj{margin-bottom:4.267vw}.koj .kom{border-radius:3.2vw}.koj .kok{font-size:3.733vw;margin-bottom:6.4vw}.koj .koq{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.koj .kor{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.koj .kor,.koj .kpF>span{font-size:3.2vw}.koj .kpo{font-size:3.733vw}.koj .kpn{font-size:3.2vw;margin-right:4vw}.kot .kou .kov{font-size:3.733vw;margin-bottom:2.133vw}.kot .kow .kox{margin-right:2.133vw}.kot .kow .koy{font-size:3.2vw}.koz{gap:2.133vw}.koz .kpG,.koz .kpH{border-radius:4.267vw}.koz .koB{font-size:3.733vw}.koC .koD{padding:3.2vw 0}.koC .koE,.koC .koF{margin-right:4.267vw}.koC .koF{width:9.6vw;height:13.067vw;border-radius:1.6vw}.koC .koG{width:7.468vw;font-size:3.733vw}.koC .koH{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.koI{width:6.4vw;height:6.4vw}.koK{display:flex;flex-direction:column;gap:4.267vw}.koL a{width:calc(100% - 8.533vw)}.koO{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.koP{font-size:3.733vw}.koQ{width:8.533vw;height:8.533vw}.kmS .ko1{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.kmS .knL{font-size:3.2vw}}@media screen and (max-width:1024px){.kkg>.kkb:after,.kkv>.kkw:after,.kky>.kkv:after,.koz:after{content:"";display:block;flex:0 0 16px}.kkc{width:29.23vw}.kkc[data-is-ranking=true]{width:auto;margin-right:0}.kj9 .kkg,.kka .kkg{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.kj9 .kkg::-webkit-scrollbar,.kka .kkg::-webkit-scrollbar{display:none}.kkb{display:flex;flex-wrap:nowrap;gap:8px}.kkb .kks{margin-right:8px}.kkb .kks,.kkb .kpI{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.kkb .kpI{margin-right:10px}.kj9 .kpJ .kpK,.kka .kpJ .kpK{display:block;width:100%}.kj4{justify-content:space-between;padding-right:16px}.kj5{font-size:16px}.kj6{justify-content:space-between}.kj7{font-size:14px}.kj8{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}.kku .kky{padding-bottom:4.05vw}.kkv{gap:8px}.kpL{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.kkA .kkv{gap:8px}.kkA .kkw .kkr{width:38.462vw;height:21.538vw}.kku.kkA .kkz{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.kkC{gap:2.133vw}.kkB .kke{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.kkH li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.kkJ{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}.kkK{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.kkL{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}.kkM{font-size:14px;margin-bottom:4px}.kkN{margin-bottom:5px}.kkN,.kkO{font-size:12px}.kkH li.kkP:after{content:none}.kkH li.kkP .kkI{opacity:.4}.kkQ{font-size:12px}.kkR{flex-wrap:wrap;flex-direction:column;gap:16px}.kkR,.kkS{display:flex}.kkS{align-items:center;justify-content:space-between;width:100%}.kkV .kkW{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.kkX{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.kkX .kkY{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.kk0{gap:8px;margin-bottom:unset}.kk4{margin-left:12px}.kkS .klc{margin-right:8px}.kkT.kkS .kkW{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.kkS .kk3,.kkS.kpM .kpN{display:none}.kkS.kpr .kps{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}.kkS.kpr .kk4{top:50%}.kkS.kpt .kkV .kkW{width:29.231vw;height:40vw}.kkS.kpt .kkV .kkt{border-radius:6px}.kkS.kpt.kkS .kkX{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.kkS.kpt .kkX .kkZ{margin-bottom:16px}.kkS.kpt.kkS .kk3{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.kkS.kpt.kkS .kk0{margin-top:16px;order:4}.kkS.klh .kkV .kkW{position:relative;width:29.231vw;height:40vw}.kkS.klh .kkV .kkt{border-radius:6px}.kkS.klh .kkV .kkW .kj3{position:absolute;bottom:0;right:0}.kkS.klh .kkV .kkX{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.kkS.klh .kkX .kkZ{margin-bottom:12px}.kkS.klh .klj{font-size:12px;font-weight:600}.kkS.klh .klk{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.kkS.klh .klk,.kkS.klh .kll{font-weight:300;line-height:1.5}.kkS.klh .kll{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.kkS.klh .kps{position:relative;display:block;margin-top:16px}.kkS.klh .kps button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.kkS.klh .kk3{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}.kkS.klh .kk4{top:30%;transform:translateY(-30%)}.klm{flex-direction:column;align-items:normal}.klm .kln:not(.kpO){margin-bottom:13px}.klm .kln .ko3{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.klm .kln .ko3 .ko4{width:100%;height:100%;object-fit:cover}.klm .kln .ko3 .kpv{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.klm>div:first-child{position:unset;margin-right:0}.klm .kln .klo{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.klm .kln .klo .klp{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.klm .kln .klo .klq{margin-bottom:0}.klm .klr{position:relative}.klm .klr .kls{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.klm .klv{height:13px}.klm .klv .klw{width:38.462vw}.klm .kln .klo.kpw{width:32.56%;margin-right:8px;flex:1 1}.klA,.kpz{transform:translate(-50%,-50%);font-size:14px}.kpz{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.kpA.kpB{margin-bottom:6px}.kpP.kpQ{width:45.2%}.klm .klr .kpC,.klm .klr .kpD{font-size:12px;line-height:1.5}.klm .klr .kpD{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.klH>div:not(:last-child),.klI>div:not(:last-child){margin-bottom:16px}.kpR:hover,.kpS:hover,.kpT:hover{background-color:hsla(0,0%,100%,.1)}.klG{margin-bottom:12.25px}.klF .klK,.klG .klK{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.klF .klK .klO,.klG .klK .klO{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.klF img.klL,.klG img.klL{margin-right:16px}.klF .klK .klM,.klG .klK .klM{display:flex;align-items:center}.klF .klK .klM p,.klG .klK .klM p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.klF .klK .klM p,.klF .klK p.klN,.klG .klK .klM p,.klG .klK p.klN{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.klF .klK p.klN,.klG .klK p.klN{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.kpU{display:flex;flex-direction:column}.klF .klK p.klR,.klG .klK p.klR{font-size:12px;font-weight:300;margin-top:8px}.klS,.klT{font-weight:300}.klU{font-size:14px;max-width:720px}.klW{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.kl3 .kl4{border-radius:6px;height:24.615vw;width:43.846vw}.klX>a{height:32px;width:32px}.klV{gap:0 4.103vw}.klX .klY{width:60%}.klZ{height:32px;width:32px}.kl1>button{top:-14px}.kl0{margin-bottom:16px;max-width:100%}.kl1{margin-left:40px}.klX{height:38px}.kl2{font-size:10px}.kl3 .kl4 img{width:100%}.kl7{display:flex;align-items:center}.kl7 .kl9{margin-right:16px}.kl7 .kma{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.kl7 .kma .kmb{display:flex;align-items:center}.kl7 .kma .kmb p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.kl7 .kma p.kmc{margin-top:8px;margin-bottom:0}.kl7 .kmf{display:flex}.kmd .kme{font-size:14px;line-height:1.5714285714}.ko5{flex-direction:column;gap:48px}.kmg,.ko5{display:flex}.kmg{align-items:center}.kmg .kmh{margin-right:16px}.kmg .kmj{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.kmg .kmj .kmk{display:flex;align-items:center}.kmg .kmj .kmk p{height:1em;overflow:hidden;line-height:unset}.kmg .kmj p.kml{font-size:12px;font-weight:300;margin-top:4px}.kmn,.kmo,.kmp{width:43.846vw}.kmo,.kmp{margin-bottom:8px;height:24.615vw}.kmp .ko6{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.kms .kmt{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.kms .kmu{font-weight:300;margin-bottom:2px;height:1.5em}.kms .kmu,.kms .kmv{font-size:12px;line-height:1.5}.kms .kmv,.kmw{margin-bottom:8px}.kmy .kmz{font-size:10px}.kmJ{gap:27px 2.051vw}.kmK{width:29.231vw}.kmK .kkE{border-radius:6px}.kmJ .kmr{right:8px}.kmM{top:27%}.kmJ .kkx.kmL span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.kmN.ko7{margin-top:12px}.kmP{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.kmQ{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.kmR{font-size:10px}.kmJ .kmS,.kmR{margin-top:10px}.kmU img{width:80px;height:80px}.kmT li:not(:last-child){margin-bottom:5px}.kmT .kmV p{font-size:10px}.kmW{max-width:100%}.kmW .kmX{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.kmW .ko8{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.kmW .ko9{margin-left:16px}.kmW .kmZ{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.kmW .km3{justify-content:left}.kmW .km8{background-color:rgba(0,0,0,0);padding:0;position:relative}.kmW .km8 .km9{max-width:100%}.kmW .km8 a{padding-right:0}.kmW .km8 .kna{font-size:12px;padding-left:0;margin-bottom:8px}.kmW .km8 .kna:after{font-size:12px}.kmW .km8 .knd{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.kmW .km8 .kpa{position:absolute;bottom:2px;right:0;z-index:5}.kni{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}.kni .kpb{justify-content:space-between}.kni .kpb,.kni .kpb a{display:flex;align-items:center}.kni .kpb a{gap:16px}.knj{width:30.769vw;height:42.307vw}.knk{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}.knk.kpc,.knk.kpd{right:unset;left:-1.282vw}.kni .knl{max-width:28.205vw;margin-top:16px}.knl .knm{display:flex;justify-content:space-between;align-items:center}.knl .knm .knn{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.kno{position:unset;top:unset;right:unset}.knl .knp{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.knl .knq{display:flex;align-items:center;margin-top:8px;gap:12px}.knl .knq .knr{display:block;position:absolute;top:36px;left:78px;gap:4px}.knl .kns{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.kni .knt{margin-top:16px;position:relative;gap:unset}.knt a{display:flex;align-items:center;gap:16px}.knt .kpE{min-width:72px;min-height:72px}.knB{max-width:100%}.knB .knC{font-size:72px;line-height:1.1944444444}.knB .knC,.knB .knD{margin-bottom:8px}.knB .knE{margin-bottom:12px}.knB .knE .knG{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.knB .knE .knH{font-size:12px;color:#d3d3d3}.knB .kpe{margin-left:16px}.knB .knG{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.knB .knI{justify-content:space-between}.knB .knI,.knB .knI .kpf{display:flex;align-items:center}.knB .knI .kpf{gap:8px}.knB .kpg{display:flex;align-items:center}.knB .kpg .kph{width:40px;height:40px}.knB .knO{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.knB .knO .knP{max-width:100%}.knB .knO a{padding-right:0}.knB .knO .knQ{font-size:12px;padding-left:0;margin-bottom:8px}.knB .knO .knQ:after{font-size:12px}.knB .knO .knT{font-size:12px;line-height:1.567}.knX{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.knY{margin-bottom:12px;width:75.128vw;height:42.308vw}.knY .kn0.kn1,.knY .kn2.kn3{top:8px;left:8px}.kn5{display:unset;align-items:unset;gap:0}.kpi{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.kn5 .kn8 .kn9{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.kn5 .kn8 .kn9,.kn5 .kn8 .koa{font-size:14px;line-height:1.571}.kn5 .kn8 .koa{margin-bottom:4px}.kn5 .kn8 .kob{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.koc{padding-left:0}.koj{max-width:49.231vw}.koj .kpj{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.koj .kpk{border-radius:12px;width:100%;height:100%;object-fit:cover}.kpj .kpl{position:absolute;display:flex;gap:2px;top:4px;left:4px}.kpj .kj3{position:absolute;bottom:0;right:0}.koj .kok{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.koj .kpm{display:flex;align-items:center;margin-bottom:8px}.koj .kpn{font-size:12px;margin-right:16px;color:#d3d3d3}.koj .kpo{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.kot{max-width:91.795vw}.kot a{display:flex;align-items:center}.kot .kkW{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.kot .kkt{border-radius:6px}.kot .kou .kov{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.kot .kow{display:flex;align-items:center}.kot .kow .koy{font-size:12px;color:#d3d3d3}.koz{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.koz .koA{width:unset;height:unset;min-width:21.538vw}.koz .koB{font-size:14px}.koz::-webkit-scrollbar{display:none}.koC{max-width:91.795vw}.koC .koD{padding:12px 0}.koC .koE{display:none}.koC .koF{width:36px;height:49px;border-radius:6px;margin-right:16px}.koC .koG{width:28px}.koC .koH{width:calc(100% - 120px)}.koK{flex-direction:column;gap:16px}.koK,.koL{display:flex}.koL{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.koL a{max-width:unset}.koM{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.koN{border-radius:12px}.koO{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.koP{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.koS .koZ{font-size:10vw}.koS .kkd[data-is-first=true]{width:54px;flex:0 0 54px}.koS .kkd{position:relative;width:80px;flex:0 0 80px}.koS .kkd[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.kmR span{transform:scaleX(.9);white-space:nowrap}.koS .koZ{font-size:16.4vw;bottom:-1.5vw}.koS .kkd[data-is-first=true]{width:40px;flex:0 0 40px}.koS .kkd{width:48px;flex:0 0 48px}.koS .kkd[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.kkS.klh .kkV .kkt,.kkS.kpt .kkV .kkt,.kkV .kkt{border-radius:1.1515vw}.kkS.klh .kkV .kkW .kj3,.kkV .kkW .kj3{width:3.071vw}.kl3 .kl4,.kmK .kkE,.kmo .kmq,.kmp .kmq,.kot .kkt{border-radius:1.1515vw}.koj .kpk{border-radius:2.303vw}.kpj .kj3{width:3.071vw}.koN{border-radius:2.303vw}}@media screen and (max-width:375px){.kj4{margin-bottom:4.267vw;padding-right:4.267vw}.kj5{font-size:4.267vw}.kj6{margin-bottom:3.75vw}.kj7{font-size:3.75vw}.kkb{gap:2.133vw}.kkb .kks{top:1907px;left:16px;width:72vw;height:40.266vw}.kkb .kks :not(:first-child){margin-left:8px}.kkA .kkv,.kkC,.kkv{gap:2.133vw}.kkB .kke{border-radius:3.2vw}.kkH li{border-radius:2.133vw}.kkH li:not(:last-child){margin-bottom:4.267vw}.kkJ{font-size:5.333vw}.kkL{padding-left:4.267vw;padding-right:4.267vw}.kkM{font-size:3.733vw;margin-bottom:1.067vw}.kkN{margin-bottom:1.333vw}.kkN,.kkO,.kkQ{font-size:3.2vw}.kkQ{right:4.267vw;bottom:4.267vw}.kkR{gap:4.267vw}.kkV .kkt{border-radius:1.6vw}.kkX{padding-right:11.733vw;margin-left:4.267vw}.kkX .kkY{margin-bottom:1.067vw;font-size:3.733vw}.kkX .kkZ{margin-bottom:2.133vw;font-size:3.2vw}.kk0{gap:2.133vw}.kkS .kkX .kk2>div{width:4.267vw;height:4.267vw}.kkX .kk1{font-size:2.667vw}.kkX .kpp .kpq{width:3.733vw;height:3.733vw}.kk4{min-width:8.53333vw;margin-left:2.133vw}.kk4 .kk5{width:8.53333vw;height:8.53333vw}.kk4 .kk7{height:4.267vw}.kk4 .kk7,.kkV .kkW .kj3{width:4.267vw}.kkS .klc{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.kkS.kpr .kps{font-size:3.733vw;margin-top:4.267vw}.kkS.kpt .kkV .kkt{border-radius:1.6vw}.kkS.kpt .kkX .kkZ{margin-bottom:4.267vw}.kkS.kpt.kkS .kk3{font-size:3.2vw}.kkS.kpt.kkS .kk0{margin-top:4.267vw}.kkS.klh .kkV .kkW .kj3{width:4.267vw}.kkS.klh .kkX .kli{margin-bottom:3.2vw}.kkS.klh .klj{font-size:3.2vw;margin-bottom:1.067vw}.kkS.klh .klk{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.kkS.klh .klk span:first-child{margin-right:4.267vw}.kkS.klh .kll{font-size:2.667vw;margin-bottom:3.2vw}.kkS.klh .kps{margin-top:4.267vw}.kkS.klh.kkS .kk3{font-size:3.2vw}.kkS.klh .kpu{width:4.267vw;height:4.267vw}.klm .kln .ko3{margin-right:4.267vw}.klm .kln .ko3 .ko4{border-radius:1.6vw}.klm .kln .ko3 .kpv{width:10.256vw}.klm .kln .klo{margin-right:6.154vw}.klm .kln .klo.kpw{margin-right:2.133vw}.klm .kln .klo .klp{font-size:3.77vw;margin-bottom:1.067vw}.klm .klo .klq,.klm .klr .kls{font-size:3.2vw}.klm .klv{height:3.333vw}.klm .kln .klo.kpx{margin-right:2.133vw}.klm .kln .klC.kpy{font-size:3.2vw;padding:0 1.795vw}.klA,.kpz{font-size:3.77vw}.kpA.kpB{margin-bottom:1.6vw}.klm .klr .kpC,.klm .klr .kpD{font-size:3.2vw}.klF .klK,.klF>a>div:first-child,.klG .klK,.klG>a>div:first-child{margin-right:4.267vw}.klF .klK .klO{margin-bottom:0}.klS span,.klT span{margin-left:.8vw}.klF img.klL{margin-right:4.267vw}.klF .klK .klM p,.klG .klK .klM p{font-size:3.733vw;margin-right:.533vw}.klF .klK p.klN,.klF .klK p.klR,.klG .klK p.klN,.klS,.klT{font-size:3.2vw;margin-top:2.133vw}.klU{font-size:3.733vw}.klV{display:flex;flex-wrap:wrap}.klV li:nth-of-type(2n){margin-right:0}.klW{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.klX>a>img,.klX>div{margin-right:2.133vw}.klX .klY{width:60%}.klZ{height:8.533vw;width:8.533vw}.kl1>button{top:-3.733vw}.klX .klY .kl0{max-width:100%;font-size:3.733vw}.kl1{margin-left:10.667vw}.klX .klY .kl2{font-size:2.667vw}.kl3 .kl4{margin-bottom:2.133vw;border-radius:1.6vw}.kl3 .kl4 img{width:100%}.kl3 .kl4 span{right:2.133vw;bottom:2.947vw}.kl3 .kl5{font-size:3.733vw}.kl3 .kl5,.kl3 .kl6{margin-bottom:2.133vw}.kl3 .kl6{font-size:3.2vw}.kl7{margin-bottom:4.267vw}.kl7 .kl9,.kl7>a>div:first-child{margin-right:4.267vw}.kl7 .kma{margin-right:1.067vw}.kl7 .kma .kmb>img:last-child{margin-left:.533vw}.kl7 .kma .kmb p{font-size:3.733vw}.kl7 .kma p.kmc{font-size:3.2vw;margin-top:2.133vw}.kmd .kme{font-size:3.734vw}.kl7 .kmf button:first-child{margin-right:2.133vw}.ko5{gap:12.8vw}.kmg .kmh,.kmg>a>div:first-child{margin-right:4.267vw}.kmg .kmj{margin-right:1.067vw}.kmg .kmj .kmk p{font-size:3.733vw}.kmg .kmj .kmk>img{margin-left:.533vw}.kmg .kmj p.kml{font-size:3.2vw;margin-top:1.067vw}.kmm{gap:4.267vw}.kmo,.kmp{margin-bottom:2.133vw}.kmo .kmq,.kmp .kmq{border-radius:1.6vw}.kmo .kmr,.kmp .kmr{right:2.133vw;top:2.133vw}.kmo span{right:2.133vw;bottom:2.133vw}.kmp span{font-size:3.77vw}.kmp .ko6{width:4.267vw}.kms .kmt{font-size:3.77vw;margin-bottom:.256vw}.kms .kmu{font-size:3.2vw;margin-bottom:.533vw}.kms .kmv{font-size:3.2vw}.kms .kmv,.kmw{margin-bottom:2.133vw}.kmw .kmx{gap:1.6vw}.kmy .kmz{font-size:2.667vw}.kmC{gap:4.267vw;width:calc(100% - 3.733vw)}.kmA li:not(:last-child){margin-bottom:4.267vw}.kmF{font-size:3.733vw;margin-right:2.933vw}.kmF,.kmG{margin-bottom:2.133vw}.kmG>p{margin-right:2.133vw}.kmG>p,.kmH{font-size:3.2vw}.kmH{margin-right:2.933vw}.kmJ{gap:7.2vw 2.133vw}.kmK{width:31.785%}.kmK .kkE{border-radius:1.6vw}.kmJ .kmr{top:2.133vw;right:2.133vw}.kmM{width:4.267vw}.kmJ .kkx.kmL span{font-size:3.2vw}.kmN.kmO{margin-top:3.2vw}.kmP{font-size:3.733vw;margin-top:2.033vw}.kmQ{font-size:3.2vw;margin-top:1.233vw}.kmR{font-size:2.667vw;margin-top:2.667vw}.kmR span:not(:last-child){margin-right:0}.kmJ .kmS{margin-top:2.667vw}.kmU img{width:21.333vw;height:21.333vw}.kmT .kmV{margin-left:4.267vw}.kmT li:not(:last-child){margin-bottom:1.333vw}.kmT .kmV p{font-size:2.667vw}.kmW .kmX{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.kmW .ko8{margin-bottom:4.267vw}.kmW .ko9{margin-left:4.267vw}.kmW .kmZ{font-size:3.733vw;margin-bottom:3.2vw}.kmW .km8 .km9{margin-left:3.733vw}.kmW .km8 .kna{margin-bottom:2.133vw}.kmW .km8 .kna,.kmW .km8 .kna:after,.kmW .km8 .knd{font-size:3.2vw}.kni{padding-left:17.067vw;padding-top:6.4vw}.kni .kpb a{gap:4.267vw}.knj{border-radius:1.6vw}.knk{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}.knk.kpc,.knk.kpd{right:unset;left:-1.282vw}.kni .knl{margin-top:4.267vw}.knl .knm .knn{font-size:3.733vw}.knl .knp{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.knl .knq{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.knl .knq .knr{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.knl .kns{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.kni .knt{margin-top:4.267vw}.knt a{gap:4.267vw}.knt .kpE{min-width:19.2vw;min-height:19.2vw}.knv .knw{margin-bottom:1.333vw;align-items:center}.knt .knv .knz,.knv .knw{font-size:3.2vw}.knB .knC{font-size:19.2vw;line-height:1.1944444444}.knB .knC,.knB .knD{margin-bottom:2.133vw}.knB .knE{margin-bottom:3.2vw}.knB .knE .knG{font-size:3.733vw;margin-bottom:2.133vw}.knB .knE .knH{font-size:2.133vw}.knB .kpe{margin-left:4.267vw}.knB .knG{font-size:3.733vw;margin-bottom:3.2vw}.knB .knI .kpf{gap:2.133vw}.knB .kpg .kph{width:10.667vw;height:10.667vw}.knB .knO .knQ{margin-bottom:2.133vw}.knB .knO .knQ,.knB .knO .knT{font-size:3.2vw}.knB .knK img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.knB .knL{font-size:3.2vw}.knX{width:100%;padding-left:16.41vw;padding-top:6.4vw}.knY{margin-bottom:3.2vw}.knY .knZ{width:100%;border-radius:3.2vw}.knY .kn0.kn1,.knY .kn2.kn3{top:2.133vw;left:2.133vw}.knY .kn4{width:10.256vw}.knY span{right:2.133vw;bottom:2.133vw}.kpi{letter-spacing:-2.4vw;font-size:18.462vw}.kn5 .kn8 .kn9{font-size:3.77vw;margin-bottom:.533vw}.kn5 .kn8 .koa{font-size:3.77vw;margin-bottom:1.067vw}.kn5 .kn8 .kob{font-size:3.2vw;margin-bottom:2.667vw}.koc{margin-bottom:3.2vw}.koc .knL{font-size:3.2vw}.koc .kod{gap:2.133vw}.koe{gap:3.2vw}.kof{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.koe .kog{font-size:3.2vw;margin-bottom:1.282vw}.koe .kog:after{font-size:3.2vw;margin-left:1.539vw}.koe .koi{font-size:3.2vw}.koj{max-width:51.2vw}.koj .kpj{margin-bottom:4.267vw}.koj .kom{border-radius:3.2vw}.koj .kok{font-size:3.733vw;margin-bottom:6.4vw}.koj .koq{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.koj .kor{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.koj .kor,.koj .kpF>span{font-size:3.2vw}.koj .kpo{font-size:3.733vw}.koj .kpn{font-size:3.2vw;margin-right:4vw}.kpj .kj3{width:4.267vw}.kot .kkW{margin-right:4.267vw}.kot .kkt{border-radius:1.6vw}.kot .kou .kov{font-size:3.733vw;margin-bottom:2.133vw}.kot .kow .kox{margin-right:2.133vw}.kot .kow .koy{font-size:3.2vw}.koz{gap:2.133vw}.koz .kpG,.koz .kpH{border-radius:4.267vw}.koz .koB{font-size:3.733vw}.koC .koD{padding:3.2vw 0}.koC .koE,.koC .koF{margin-right:4.267vw}.koC .koF{width:9.6vw;height:13.067vw;border-radius:1.6vw}.koC .koG{width:7.468vw;font-size:3.733vw}.koC .koH{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.koI{width:6.4vw;height:6.4vw}.koK{display:flex;flex-direction:column;gap:4.267vw}.koL a{width:calc(100% - 8.533vw)}.koO{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.koP{font-size:3.733vw}.koQ{width:8.533vw;height:8.533vw}.koN{border-radius:3.2vw}.koT{padding-bottom:7.179vw}.koS .kj4{padding-right:4.267vw}.koU{gap:2.051vw}.koS .kko{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.kpV .kk4{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.kpV .kk4{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.kpV .kk4{top:30.7675%!important}}@media screen and (max-width:376px){.kpV .kk4{top:30%!important}}body.is-edge .kkc .kkh,body.is-edge .kkw .kkh{animation:none!important}body.is-edge .kkc:hover .kkh,body.is-edge .kkw:hover .kkh{opacity:1!important;transform:translate(50%,50%)!important}body.is-edge .kkc:hover .kkh.kkk,body.is-edge .kkc:hover .kkh.kkm,body.is-edge .kkw:hover .kkh.kkk,body.is-edge .kkw:hover .kkh.kkm{transform:translateY(50%)!important}.kpW{font-size:24px;font-weight:600;line-height:1.7083333333}.kpX{font-size:18px;line-height:1.444}.kpX,.kpY{font-weight:600;text-align:center}.kpY{font-size:24px;line-height:1.7083333333}.kpZ{text-align:center}.kp0,.kpZ{font-size:32px;font-weight:600}.kp0{line-height:1.857142}h2.kp1{font-weight:600;font-size:24px}.kkY,.kp1{font-size:16px}.kkY,.kp1,.kp2{font-weight:600}.kp2{font-size:24px;line-height:1.333}.kp3{font-size:20px;line-height:1.35}.kp3,.kp4{font-weight:600}.kp4{font-size:14px;line-height:1.3571428571}.kp5{font-weight:600;font-size:16px;line-height:1.3125}.kp6,.kp7{font-size:20px;line-height:1.7}.kp6,.kp7,.kp8{font-weight:600}.kp8{font-size:14px;line-height:1.3571428571}.kp9{font-size:12px;line-height:1.3333333333}.kp9,.kqa{font-weight:600}.kqa{font-size:16px;line-height:1.625}.kqb{font-size:14px;line-height:1.2857142857}.kqb,.kqc{font-weight:600}.kqc{font-size:12px;line-height:1.5}.kqd,.kqe{font-size:16px;line-height:1.625}.kqf{margin-top:16px}.kqg{font-size:14px;line-height:1.5714285714}.kqh,.kqi{font-size:16px;line-height:1.625;text-align:center}.kqi{margin-bottom:20px}.kkZ{font-size:14px;line-height:1.5714285714}.kli{font-size:12px;line-height:1.5}.kqj{font-size:16px;line-height:1.125}.kqk{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.kql{font-size:14px;line-height:1.5714285714}.kqm{font-weight:300;font-size:10px;line-height:2.2}.kqn{padding-left:1.5em;text-indent:-1.68em}.kqn>li:not(:last-of-type){margin-bottom:16px}.kqo{font-size:14px;line-height:1.5714285714}.kqo:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.kqp{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.kqp li{text-align:-webkit-match-parent}.kqp>li:not(:last-of-type){margin-bottom:16px}.kqq{font-size:14px;line-height:1.5714285714}.kqr{border-top:1px solid hsla(0,0%,100%,.3)}.kqr li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.kqs{font-weight:600;white-space:nowrap;margin-right:1em}.kqt{text-align:right;word-break:keep-all}.kqt span{margin-left:24px}.kqu{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.kqu .kqv{font-size:14px;line-height:1.5714285714}.kqw{color:#bababa}.kqw,.kqx{font-size:12px}.kqx,.kqy{font-weight:600}.kqy{font-size:20px;line-height:1}.kqz{display:grid;grid-row-gap:16px;row-gap:16px}.kqA{font-weight:600;font-size:24px;line-height:1.333}.kqB{font-size:16px;line-height:1.625}.kqC{font-weight:600;font-size:40px;line-height:1.4}.kqD{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.kpW{text-align:center}.kpX{font-size:24px;line-height:1.7083}.kpZ{font-size:20px}.kp0{font-size:14px}.kp1,h2.kp1{font-size:16px}.kp2{font-size:20px;line-height:1.3}.kp3,.kp4,.kp5{font-size:16px;line-height:1.625}.kp6{font-size:20px;line-height:1.3}.kp7,.kp8,.kp9,.kqa{font-size:14px;line-height:1.5714285714}.kqb,.kqc{font-size:12px;line-height:1.5}.kqe,.kqg,.kqh,.kqi{font-size:14px;line-height:1.5714285714}.kkZ,.kli,.kqj{font-size:12px;line-height:1.5}.kqk,.kql{font-size:10px;line-height:1.5}.kql,.kqm{margin-left:1em;text-indent:-1em}.kqm{font-size:10px;line-height:1.5}.kqn>li:not(:last-of-type){margin-bottom:16px}.kqo{font-size:14px;line-height:1.5714285714}.kqp{-webkit-padding-start:16px;padding-inline-start:16px}.kqy{line-height:1.125}.kqC,.kqy{font-size:16px}.kqC{line-height:1.625}.kqD{margin-top:5px;font-size:10px;width:240px;padding-left:0}.kqE{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.kqz{row-gap:8px}.kqA{font-size:14px;line-height:1.5714285714}.kqB{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.kqz{row-gap:12px}.kqA{font-size:16px;line-height:1.625}.kqB{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.kpW,.kpX,.kpY{font-size:6.4vw}.kpZ{font-size:5.333vw}.kp0{font-size:3.733vw}.kp1,h2.kp1{font-size:4.267vw}.kp2{font-size:5.334vw}.kp3,.kp4,.kp5{font-size:4.267vw}.kp6{font-size:5.334vw}.kp7{font-size:3.733vw}.kp8,.kp9{font-size:3.734vw}.kqa{font-size:3.733vw}.kqb,.kqc{font-size:3.2vw}.kqd{font-size:4.267vw}.kqe,.kqg,.kqh,.kqi{font-size:3.733vw}.kkZ,.kli,.kqj{font-size:3.2vw}.kqk,.kql,.kqm{font-size:2.667vw}.kqo,.kqo:before{font-size:3.733vw}.kqo:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.kqn>li:not(:last-of-type){margin-bottom:4.267vw}.kqq{font-size:3.733vw}.kqp{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.kqp>li:not(:last-of-type){margin-bottom:4.267vw}.kqr li{font-size:3.733vw;padding:4.267vw 0}.kqt span{margin-left:6.4vw}.kqu .kqv{font-size:3.733vw}.kqw,.kqx{font-size:3.2vw}.kqy{font-size:4.267vw}.kqz{row-gap:2.133vw}.kqA{font-size:3.734vw}.kqB{font-size:3.2vw}.kqC{font-size:4.267vw}.kqD{font-size:2.667vw}}.kqF{display:flex;flex-wrap:wrap;gap:10px}.kqG{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kqH{display:flex;flex-wrap:wrap;gap:8px}.kqI{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kqJ{display:flex;flex-wrap:wrap;gap:16px}.kqK{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kqL{display:flex;flex-wrap:wrap;gap:8px 16px}.kqM{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kqN{flex-wrap:wrap;gap:16px 12px}.kqN,.kqO{display:flex}.kqO{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)}.kqO:active,.kqP{background:hsla(0,0%,100%,.1)}.kqP{display:inline-flex;column-gap:8px;border-radius:8px}.kqQ{display:flex;flex-wrap:wrap;gap:8px}.kqR{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kk5.kqS{width:auto;height:32px}.kqT{width:32px;height:32px;position:relative}.kqT,.kqU{display:block}.kqU{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.kqV{background-color:rgba(150,150,150,.3)}.kqW{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.kqW,.kqX .kqV{opacity:0}.kqX .kqW{opacity:1}@keyframes kwM{0%{width:0}to{width:7px}}@keyframes kwN{0%{width:7px}to{width:0}}@keyframes kwO{0%{width:0}to{width:11px}}@keyframes kwP{0%{width:11px}to{width:0}}@keyframes kwQ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes kwR{0%{opacity:0}to{opacity:1}}@keyframes kwS{0%{opacity:1}to{opacity:0}}.kqY{display:flex;flex-wrap:wrap;gap:8px}.kqZ{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.kq0{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.kq0 .kq1{cursor:pointer;position:absolute;transition:all .2s linear}.kq2{gap:18px}.kq2,.kq3{display:flex;flex-wrap:wrap}.kq3{gap:16px}.kq4,.kq5{display:flex;flex-wrap:wrap}.kq5{gap:16px}.kq6{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.kq7{width:4.266vw}.kq8{width:5.333vw}.kk7{width:6.4vw}.kq9{width:8.533vw}.kra{width:5.333vw}.kqO{width:10.666vw;height:10.666vw}.kk5{width:8.533vw}.kk5.kqS{width:auto}.kk5.kqS,.kqT{height:8.533vw}.kqT{width:8.533vw;position:relative;display:block}.kqV{background:hsla(0,0%,100%,.15)}.kqX .kqV{opacity:0}@keyframes kwM{0%{width:0}to{width:1.65vw}}@keyframes kwO{0%{width:0}to{width:2.93vw}}@keyframes kwP{0%{width:2.93vw}to{width:0}}@keyframes kwN{0%{width:1.65vw}to{width:0}}@keyframes kwQ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes kwR{0%{opacity:0}to{opacity:1}}@keyframes kwS{0%{opacity:1}to{opacity:0}}.kq1,.krb,.krc{width:10.666vw}.krd{width:17.066vw}.kre{width:12.8vw}}.kiY{position:relative;z-index:1}.krf{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.krf.krg{opacity:.3}.krh{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.kpq{position:relative;display:inline-block;width:14px;height:14px}.kri{position:absolute;top:0;left:0}.kri,.krj{width:100%;height:100%}.krj{display:block}.krk{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.krk>input{display:none}.krl{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.krl,.krm,.krn{width:100%;height:100%}.krm,.krn{display:block}.kro{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}.krk input:checked~.kro{opacity:1;transform:scale(1)}.klc{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)}.klc>input{display:none}.kld{z-index:2}.kld,.kle{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.kle{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.klf,.klg{width:100%;height:100%}.klc input:checked~.kle{opacity:1;transform:scale(1)}.krp{display:flex;flex-wrap:wrap;gap:16px}.krq{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)}.krq.krr{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.krs{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}.krt{width:100%;height:100%;object-fit:cover}.kru{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.krv{width:100%;height:336px}@media screen and (max-width:375px){.krh{gap:4.267vw}.kpq{width:3.733vw;height:3.733vw}.klc,.krk{height:6.4vw;width:6.4vw}.krp{gap:4.267vw}.krq{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.krw{margin-bottom:34px;position:relative}.krw,.krx{width:100%}.krx{transition:all .3s ease-out}.kry{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}.kry,.krz{width:400px}.krz{display:flex;align-items:center;height:180px}.krA .kpZ{line-height:1.4;text-align:left}.krA .kqC{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.krz img{max-width:400px;max-height:180px}.krB{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}.krC{display:flex}.krC li{margin-right:7px;width:170px}.krC li.krD{width:auto}.krx li .krE{display:block;border-radius:24px;opacity:1}.krC li .krF{width:36px;height:36px}.krG,.krH{position:absolute;transition:all .3s ease-out;z-index:2}.krG{bottom:7px;right:60px;width:200px}.krH{bottom:0;right:24px;width:24px;height:24px}.krI{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.kke{width:100%}.kke,.kkx{position:relative}.kkx{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.kkE,.kkx{border-radius:6px}.kkE{width:100%;height:100%;object-fit:contain}.kke .kj2{width:38px;display:block}.kke .kj3{width:16px;display:block}.krJ{bottom:4px;right:0;transform:translateY(4px)}.krJ,.krK{position:absolute}.krK{top:0;left:0;width:22px}.krK img{max-width:none;width:100%;height:auto}.kkd[data-is-first=true]{width:4vw;flex:0 0 4vw}.kkd{position:relative;width:5vw;flex:0 0 5vw}.kkd[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.koZ{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}.koZ[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.krL{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.krL,.krM{position:absolute}.krM{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.krN,.krO{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.krN img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.krP span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.krQ{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.krR{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.krS{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.krS span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.krS img{width:24px;display:block;margin:0 auto}.krT{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}.krT img{width:16px}.krT span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.krT span,.krU{text-align:center}.krU{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}.krV{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.kkr{aspect-ratio:294/165;position:relative}.krW{position:absolute;top:0;left:0;width:22px}.krW img{max-width:none;width:100%;height:auto}.krX{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.krX,.krY{position:absolute}.krY{bottom:4px;right:0;transform:translateY(4px)}.krY .kj3{display:block;width:16px}.krY .kj2{display:block;width:38px}.kkt{border-radius:6px;width:100%;height:100%;object-fit:cover}.kpN{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.kpN img{display:inline;width:100%;border-radius:50%}.krZ img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.krZ img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.kpA{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.kpA,.kpP{border-radius:1.5px}.kpP{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.kkz{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}.kr0{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.kr0 span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.kr0 img{width:24px;display:block;margin:0 auto;opacity:.6}.kkW{width:248px;aspect-ratio:248/140;position:relative}.kr1{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.kr2{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.kr3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.kr3 .kkr{width:294px;height:165px}.kr4{display:inline-flex;flex-wrap:wrap;gap:9px}.kr5{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}.kr5:before{z-index:1}.kr5:after,.kr5:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.kr5:after{z-index:-1}.kr6{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.kr7:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.kr7:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.kr8:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.kr8:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.kr9:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.kr9:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.ksa:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.ksa:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.ksb:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.ksb:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.ksc:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.ksc:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.ksd{width:48px;height:48px;padding:0}.kse{width:100%;height:100%;object-fit:cover;border-radius:50%}.ksf{display:flex;gap:12px}.ksg{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.ksh{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.ksi{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.ksj{padding:0}.ksk{width:64px;height:36px}.ksk,.ksl{object-fit:cover;border-radius:4px}.ksl{width:32px;height:48px}.koA{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}.koA img{width:100%;height:100%;object-fit:cover}.koA img,.ksm{position:absolute;top:0;left:0}.ksm{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.koB{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.koB,.ksn{text-align:center;position:relative}.ksn{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.ksn.kso{height:64px}.ksn img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ksp{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.ksp,.ksq{position:relative}.ksq{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.ksq img{width:100%;height:100%;object-fit:cover}.ksq img,.ksr{position:absolute;top:0;left:0}.ksr{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.kss{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.kss,.kst{display:inline-block}.kst{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.kst img{width:100%;height:100%;object-fit:cover}.ksu{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.kry{height:500px;z-index:1;position:absolute;left:0}.ksv{display:flex;align-items:center}.ksv,.ksv video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.ksv{display:flex;align-items:center}.ksv,.ksv video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.ksv video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.kry{display:none}.krA{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.krA,.krG{position:absolute}.krG{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.krH{top:16px;right:16px}.krA .kqC{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.krI{grid-template-columns:repeat(3,1fr)}.kkx{width:29.231vw;height:40.769vw}.krT span{padding:5px 15px}.kkd[data-is-first=true]{width:54px;flex:0 0 54px}.kkd{width:88px;flex:0 0 88px}.kkd[data-is-double-digit=true]{width:96px;flex:0 0 96px}.koZ{font-size:12vw;bottom:-1.5vw}.krU{font-size:10px}.krQ{height:.534vw;margin-top:.712vw;border-radius:.4vw}.krV{gap:8px}.kmD{max-width:150px;aspect-ratio:150/84}.krV{grid-template-columns:repeat(2,1fr)}.kkz{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.kpA{height:.534vw;margin-top:.712vw;border-radius:.4vw}.kr3{gap:2.051vw}.kpJ,.ksw{position:relative}.ksw{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.kpK{width:100%;height:100%;object-fit:cover}.ksx{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.ksx,.ksy{position:absolute}.ksy{right:0;bottom:4px;transform:translateY(4px)}.ksy .kj2{width:38px}.ksy .kj3{width:16px}.ksz{position:absolute;top:0;left:0;width:22px}.ksz img{max-width:none;width:100%;height:auto}.ksA{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.ksA,.ksB{position:absolute}.ksB{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.ksB,.ksC span{display:inline-block}.ksC span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.ksD{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.ksD,.ksE{border-radius:1.5px}.ksE{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.ksd{width:32px;height:32px}.ksf{display:block}.ksF{text-align:center}.ksg{height:12.8204678363vw;width:87.692vw}.ksi{font-size:14px;line-height:1.571}.koA{min-width:84px;aspect-ratio:84/56}.koA img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.koB{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.ksn{min-width:111px;aspect-ratio:111/84}.ksq{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.kss{font-size:12px;line-height:1.5}.ksu{margin-top:32px}.kke{width:100%}.krP span{font-size:3.076vw}.kmD{width:38.461vw;max-width:none}.ksg{border-radius:1.154vw}.ksk{width:16.41vw;height:9.23vw}.koA{min-width:21.538vw}.ksn{min-width:28.4615vw;min-height:21.025vw}.kso{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.kkE,.kkx,.krT{border-radius:1.1515vw}.kke .kj3{width:3.071vw}.kke .kj2{width:7.294vw}.krK{width:4.223vw}.krL{top:.96vw;left:5.182vw;gap:.576vw}.kkt{border-radius:1.1515vw}.krY .kj3{width:3.071vw}.krY .kj2{width:7.294vw}.krW{width:4.223vw}.krX{top:.96vw;left:5.182vw;gap:.576vw}.ksw{border-radius:1.1515vw}.ksy .kj3{width:3.071vw}.ksy .kj2{width:7.294vw}.ksz{width:4.223vw}.ksx{top:.96vw;left:5.182vw;gap:.576vw}.ksk,.ksl{border-radius:.768vw}.koA,.ksn{border-radius:2.303vw}}@media screen and (max-width:420px){.kkd[data-is-first=true]{width:37px;flex:0 0 37px}.kkd{width:56px;flex:0 0 56px}.kkd[data-is-double-digit=true]{width:72px;flex:0 0 72px}.koZ{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.krw{margin-bottom:9.067vw}.krA{padding:4.267vw}.krG{bottom:-3.733vw}.krH{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.kkE,.kkx,.krT{border-radius:1.6vw}.krI{padding:0;gap:2.1333vw}.kke{border-radius:3.2vw}.krN,.krO{width:8.5333vw}.krN img{background-color:rgba(150,150,150,.7)}.krP span{font-size:3.2vw}.krQ{height:.534vw;margin-top:.712vw;border-radius:.4vw}.krR{border-radius:.533vw}.krS span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.krS img{width:6.4vw}.krT img{width:4.2667vw}.krT span{padding:1.3335vw 4vw}.kke .kj3{width:4.267vw}.kke .kj2{width:10.133vw}.krK{width:5.867vw}.krL{top:1.333vw;left:7.2vw;gap:.8vw}.krU{font-size:2.667vw;gap:1.6vw}.krU img{width:4.267vw;height:4.267vw}.krV{gap:2.1333vw}.kkt{border-radius:1.6vw}.kpN{width:8.5333vw}.kpN img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.kpA{height:.534vw;margin-top:.712vw}.kpA,.kpP{border-radius:.4vw}.kkz{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.kr0{border-radius:3.2vw}.kr0 span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.kr0 img{width:6.4vw}.krY .kj3{width:4.267vw}.krY .kj2{width:10.133vw}.krW{width:5.867vw}.krX{top:1.333vw;left:7.2vw;gap:.8vw}.kkW{width:66.1333vw}.kr1{width:8.5333vw}.kr2{border-radius:3.2vw}.ksw{border-radius:1.6vw}.kr3{gap:2.1333vw}.kpJ{border-radius:3.2vw}.ksB{width:8.5333vw}.ksD{height:.534vw;margin-top:.712vw;border-radius:.4vw}.ksy .kj3{width:4.267vw}.ksy .kj2{width:10.133vw}.ksz{width:5.867vw}.ksx{top:1.333vw;left:7.2vw;gap:.8vw}.kr4{gap:2.4vw}.kr5{width:19.2vw;height:19.2vw;padding:1.6vw}.ksd{width:8.5333vw;height:8.5333vw}.ksg{border-radius:1.6vw}.ksi{font-size:3.7334vw;margin:2.1333vw}.ksk{width:17.0666vw;height:9.6vw}.ksk,.ksl{border-radius:1.0667vw}.ksl{width:8.5333vw;height:12.8vw}.koA{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.koB{font-size:14px;font-size:3.7334vw}.ksn{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.ksp{font-size:14px;font-size:3.7334vw}.ksq{padding:4.2667vw;min-width:25.6vw}.kss{font-size:12px;font-size:3.2vw}.kst{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.ksG,.ksH{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.ksH{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.ksH div{width:48px}.ksI{pointer-events:none}.kiZ.ksJ{background:#333}.ksK{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)}.ksK,.ksK:before{border-radius:12px}.ksK: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}.ksL{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.ksM{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}.ksM,.ksM:before{border-radius:12px}.ksM: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}.ksN{width:400px;padding-right:40px}.ksO{width:90px;height:50px;margin-right:16px}.ksP{border-radius:6px;object-fit:cover}.ksQ{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.ksR{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.ksS{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.ksM .ksT{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.ksU{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.ksU,.ksV{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.ksV{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.ksV,.ksV:before{border-radius:8px}.ksV: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}.ksW{color:#fff;font-size:12px;font-weight:600}.ksX{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}.ksX,.ksX:before{border-radius:12px}.ksX: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}.ksY{color:#fff;font-weight:600}.ksX>img{width:22px;height:22px;margin-right:8px}.ksZ{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}.ksZ: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%)}.ks0{color:#fff}.ks1{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)}.ks2{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.ksM{width:100%;padding-right:16px}.ksX{width:auto;height:auto;padding:8px 16px}.ksX,.ksX:before{border-radius:8px}.ksX>img{width:16px;height:16px}.ksY{font-size:12px}.ksZ{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.ksM{max-width:91.795vw}.ksQ{max-width:41.026vw}.ksK{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.ksK,.ksK:before{border-radius:3.2vw}.ksL{font-size:3.733vw}.ksM{min-height:21.867vw;padding:4.267vw}.ksM,.ksM:before{border-radius:3.2vw}.ksM:before{padding:.267vw}.ksO{width:24vw;height:13.333vw;margin-right:4.267vw}.ksP{border-radius:1.6vw}.ksQ{width:calc(100% - 40vw)}.ksS{font-size:3.733vw;margin-left:4.267vw}.ksN{width:106.667vw;padding-right:10.667vw}.ksM .ksT{width:10.667vw;height:10.667vw}.ksQ{font-size:3.2vw}.ksU{font-size:3.2vw}.ksU,.ksV{width:32vw;height:8.533vw}.ksV,.ksV:before{border-radius:2.133vw}.ksV:before{padding:.267vw}.ksW{font-size:3.2vw}.ksX{padding:2.133vw 4.267vw}.ksX,.ksX:before{border-radius:2.133vw}.ksX>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.ksY{font-size:3.2vw}.ks1{width:11.733vw;height:5.867vw}.ks2{font-size:3.733vw}}.kn0,.ks3,.ks4,.ks5,.ks6,.ks7,.ks8,.ks9,.kta,.ktb{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.ktc,.ktd{display:inline-flex;gap:8px}.ktd{flex-direction:column}.kte{display:inline-flex;gap:8px}.kk2{display:flex;align-items:center;gap:2px}.kk1{font-size:10px;font-weight:300;color:#bababa}.ktf{display:flex;align-items:flex-end;gap:10px}.kn2,.ktg{display:flex;flex-direction:column}.ktg{align-items:center;gap:1px}.kth{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.kth: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){.kn0,.ks3,.ks4,.ks5,.ks6,.ks7,.ks8,.ks9,.kta,.ktb{width:6.4vw;height:6.4vw}.ktc,.ktd,.kte{gap:2.133vw}.kk2{gap:.533vw}.kk1{font-size:2.667vw}.ktf{gap:2.667vw}.ktg{gap:.267vw}.kth{font-size:2.667vw}.kth:before{height:2.667vw;width:6.4vw}}.kti{display:inline-flex;gap:16px}.ktj{animation:ktj .8s linear infinite}.ktk>img{width:100%;height:100%;display:block}@keyframes ktj{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ktl{height:4px}.ktl,.ktm{width:100%}.ktm{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.ktn{width:90px;background-color:hsla(0,0%,100%,.6)}.ktn,.kto{height:4px;border-radius:4px}.kto{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.kmN{display:inline-block}.kpp{gap:2px}.kpp,.ktp{display:flex;align-items:flex-end}.ktp{max-height:-moz-fit-content;max-height:fit-content}.kpF>span{display:block;font-size:12px;font-weight:600;color:#fff}.ktq{display:inline-block;cursor:pointer}.ktq input{display:none}.ktq input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.ktq input:checked~span{width:80px}.ktq input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.kts{width:58.2%}.ktt{cursor:pointer}.ktu{height:2px}.ktu.ktv .ktt{width:24px;height:24px}.ktu.ktw .ktt{display:none}.ktx{display:inline-block;margin-right:16px;cursor:pointer}.ktx:last-child{margin-right:0}.ktx input{display:none}.ktx 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)}.ktx input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.ktr{border-radius:2px}.kts{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.kts,.ktt{position:relative}.ktt{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.kty.ktr{height:4px}.kty .ktt{width:26px;height:26px}.ktz .ktt{display:none}.ktA{display:flex;align-items:center;margin:0 8px;position:relative}.ktB{margin-left:12px}.ktB,.ktC{font-size:12px;font-weight:300}.ktC{top:-16px}.ktC,.ktD{position:absolute}.ktD{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.ktD:before{content:"●";color:#ff0576;font-size:16px}.ktD span{font-family:Hiragino Sans,sans-serif;font-weight:600}.ktE{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.ktF{margin-bottom:16px}.ktr{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.ktG{height:4px}.ktH{margin-bottom:12px;font-size:12px;font-weight:300}.ktG .kts{width:31.3%}.ktG .ktt{width:26px;height:26px}.ktI .ktt{display:none}.ktJ{margin-right:56px}.ktK{position:relative;width:100%;height:100%}.ktK,.ktL{display:flex;align-items:center;justify-content:center}.ktL{width:calc(100% - 12px);height:2px}.ktL .ktM{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)}.ktN{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.ktN .ktO{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)}.ktP[data-current-index="1"] .ktN>.ktO:first-child,.ktP[data-current-index="2"] .ktL>.ktM:first-child,.ktP[data-current-index="2"] .ktN>.ktO:not(.ktO:nth-child(3)),.ktP[data-current-index="3"] .ktL>.ktM,.ktP[data-current-index="3"] .ktN>.ktO{background-color:#ff0576}.ktQ{width:528px;height:12px}.ktR{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.ktR>img{display:block;width:36px;height:36px}.ktS{width:528px;height:12px}.ktT[data-current-index="1"] .ktN>.ktO:first-child,.ktT[data-current-index="2"] .ktL>.ktM:first-child,.ktT[data-current-index="2"] .ktN>.ktO:first-child,.ktT[data-current-index="2"] .ktN>.ktO:nth-child(2),.ktT[data-current-index="3"] .ktL>.ktM:not(.ktM:last-child),.ktT[data-current-index="3"] .ktN>.ktO:not(.ktO:last-child),.ktT[data-current-index="4"] .ktL>.ktM,.ktT[data-current-index="4"] .ktN>.ktO{background-color:#ff0576}@media screen and (max-width:1024px){.ktq input~span{height:4px;width:8px}.ktq input:checked~span{width:48px}.ktq input:checked~span>span{width:50%}.ktQ,.ktS{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.ktk>img{width:8.533vw;height:8.533vw}.ktl{height:1.067vw}.ktm{border-radius:.533vw}.ktn{width:24vw;background-color:hsla(0,0%,100%,.6)}.ktn,.kto{height:1.067vw;border-radius:.533vw}.kto{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.kpp{gap:.533vw}.kpF>span{font-size:3.2vw}.ktq input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.ktq input:checked~span{width:12.8vw}.ktq input:checked~span>small{border-radius:.8vw}.ktu{height:.533vw}.ktu.ktv .ktt{width:6.4vw;height:6.4vw}.ktx{margin-right:4.267vw}.ktx input~span{height:3.2vw;width:3.2vw}.ktr{height:.533vw;border-radius:.533vw}.ktt{width:3.2vw;height:3.2vw}.kty.ktr{height:1.067vw}.kty .ktt{width:6.933vw;height:6.933vw}.ktA{margin:0 2.133vw}.ktB{margin-left:3.2vw}.ktB,.ktC{font-size:3.2vw}.ktC{top:-4.267vw}.ktD{bottom:-8.533vw}.ktD,.ktD span,.ktD:before{font-size:3.2vw}.ktE{width:42.667vw;bottom:10.4vw;left:10.933vw}.ktF{margin-bottom:4.267vw}.ktr{border-radius:1.067vw}.ktG{height:1.067vw}.ktH{margin-bottom:3.2vw;font-size:3.2vw}.ktG .ktt{width:6.933vw;height:6.933vw}.ktJ{margin-right:14.933vw}.ktL{width:calc(100% - 3.2vw);height:.533vw}.ktN .ktO{width:3.2vw;height:3.2vw}.ktQ{width:calc(100% - 10.933vw);height:3.2vw}.ktR{width:10.667vw;height:10.667vw}.ktR>img{width:9.6vw;height:9.6vw}.ktS{width:calc(100% - 10.933vw);height:3.2vw}}.ktU,.ktV{text-align:center}.ktV{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}.ktV:hover{opacity:.6}.ktV.ktW,.ktX.ktW{font-size:14px;width:unset;min-width:160px;height:36px}.ktX.ktW .ktY{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.ktZ{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.kt0,.ktZ{width:20px;height:20px;margin-right:8px;transition:all .2s}.kt0{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.kt1{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.ktZ.kt2{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.kt3{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.kt3,.kt4{width:20px;height:20px;margin-right:8px;transition:all .2s}.kt4{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.ktV:disabled{background:#bababa;pointer-events:none}.kt5{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){.kt5:hover{opacity:.6}}@media screen and (max-width:1024px){.kt5:active{opacity:.6}}.kt6{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.kt6.kt7{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.kt5:disabled{background:#bababa;pointer-events:none}.ktU li:not(:last-child){margin-bottom:16px}.ktX{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}.ktX:hover{opacity:.6}.ktX img{margin-left:8px}.kt8,.ktX img{filter:invert(1)}.kt8{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.kt8.kt9{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.ktX:disabled{color:#fff;background:#bababa;pointer-events:none}.ktX:disabled .kt8{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.kua{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){.kua:hover{opacity:.6}}@media screen and (max-width:1024px){.kua:active{opacity:.6}}.kub{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}.kub.kuc{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.kua:disabled{color:#fff;background:#bababa;pointer-events:none}.kua:disabled .kub{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.kud{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}.kud:hover{opacity:.6}.kud img{width:20px;margin-right:8px}.kud:disabled{pointer-events:none}.kud:disabled *{opacity:.3}.kue{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}.kue:hover{opacity:.6}.kue img{width:20px;margin-right:8px}.klC{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}.klC:disabled,.klC:hover{color:hsla(0,0%,100%,.3)}.klC:disabled,.kue:disabled{pointer-events:none}.kue:disabled *{opacity:.3}.kuf{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}.kuf:hover{opacity:.6}.kuf img{width:20px;margin-right:8px}.kug{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}.kug:hover{opacity:.6}.kug img{width:20px;margin-right:8px}.kuh{font-weight:300}.kui{padding:0;margin-bottom:24px}.kui,.kuj{text-align:left;position:relative}.kuj{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}.kuj:not(:first-child){margin-left:24px}.kuj:hover{opacity:.6}.kuk{width:24px}.kul{font-size:14px;margin-left:8px}.kum{margin-bottom:16px}.kun{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}.kun:hover{background-color:hsla(0,0%,100%,.1)}.kuo{font-weight:600;font-size:14px;text-align:left;color:#fff}.kup{width:16px;transition:all .3s}.kup.kuq{transform:rotate(180deg)}.kur{display:none;padding-top:8px}.kur.kuq{display:block}.kus{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.kus,.kut{text-align:left}.kut{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.kuu{display:inline-block;max-width:320px;width:100%}.kuv{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}.kuv:hover{border:1px solid #fff}.kuw{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.kux{width:16px;transition:.3s ease-out}.kux.kuy{transform:rotate(-180deg)}.kuz{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}.kuA{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.kuz::-webkit-scrollbar{width:20px}.kuz.ki5::-webkit-scrollbar{width:24px}.kuz::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.kuz::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.kuz span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.kuz .kuB{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.kuC{display:none}.kuC.kuD{display:block}.kuE{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.kuE,.kuF{-webkit-background-clip:padding-box;background-clip:padding-box}.kuF{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.kuG{width:calc(100% - 72px)}.kuG,.kuH{text-align:left}.kuH{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.kuH.kuI{margin-bottom:5px}.kuJ{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.kuK{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.kuK input{opacity:0;width:0;height:0}.kuL{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.kuL,.kuL:before{position:absolute;transition:.4s}.kuL:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.kuK input:checked+.kuL{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.kuK input:checked+.kuL:before{transform:translateX(24px)}.kuF.kuM .kuG{opacity:.4}.kuF.kuM .kuK{opacity:.4;pointer-events:none}.kuN{text-align:center}.kuO{display:inline-flex;font-size:16px;justify-content:center;position:relative}.kuO>li:not(:last-child){margin-right:32px}.kuP{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.kuQ{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.kuP.kuR{color:#fff;pointer-events:none}.kuP.kuR:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.kuS{overflow-x:auto}.kuS::-webkit-scrollbar{display:none}.kuT{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.kuT>li:not(:last-child){margin-right:24px}.kuU{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.kuV{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.kuW{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;color:inherit;cursor:pointer;font-size:inherit;line-height:inherit;padding:0}.kuU.kuX{color:#fff;font-weight:600;pointer-events:none}.kuU.kuX:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.kuY{width:auto;padding:0;display:flex;justify-content:space-around}.kuZ{position:relative;display:inline-block;width:132px;height:28px}.kuZ input{opacity:0;width:0;height:0}.ku0{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)}.ku1{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.ku1:last-of-type{font-weight:300;padding-right:2px}.ku0: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}.kuZ input:checked+.ku0:before{transform:translateX(66px);left:0}.kuZ input:checked+.ku0 .ku1:last-child,.kuZ input:not(:checked)+.ku0 .ku1:first-child{opacity:1}@media screen and (max-width:1024px){.ku2{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.ku2{display:flex;justify-content:center}.ku2>:not(:last-child){margin-right:32px}}.ku3{display:flex;justify-content:center;opacity:.6;position:relative}.ku3.ku4{opacity:1;pointer-events:none}.ku3.ku4: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%}.ku5{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.ku6{display:none;width:32px;margin-bottom:9px}.ku7{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.ku8{flex-wrap:wrap;gap:8px}.ku8,.ku9{display:flex;margin:0}.ku9{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.ku9,.kva{transition:all .2s}.kva{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.kvb:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.kvc{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}.kvd{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}.kve:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.ku9.kvf{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.ku9.kvf .kva{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.ku9.kvf .kvb:before{content:"フォロー中";color:#fff}.kvg{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}.kvg,.kvh{transition:all .2s}.kvh{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.kvi:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.kvg.kvj{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.kvg.kvj .kvh{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.kvg.kvj .kvi:before{content:"ブロック中";color:#fff}.kvk{flex-wrap:wrap;gap:8px}.kvk,.kvl{display:flex;margin:0}.kvl{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.kvl,.kvm{transition:all .2s}.kvm{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.kvn:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.kvl.kvo{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.kvl.kvo .kvm{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}.kvl.kvo .kvn:before{content:"ミュート中";color:#fff}.kvp{text-align:left;margin:0}.kvq{width:130px;height:40px;border-radius:20px;background:#fff}.kvq:hover{opacity:.6}.kvr{font-weight:600;font-size:14px;text-align:center;color:#151515}.kvs{text-align:left;margin:0}.kvt{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}.kvu{font-weight:600;font-size:12px;color:#fff}.kvv{width:20px;margin-left:8px}.kvw{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}.kvx{text-align:left;margin:0}.kvy{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.kvy:hover{opacity:.6}.kvz{font-weight:600;font-size:16px;text-align:left}.kvA,.kvz{color:#000}.kvA{font-weight:300;font-size:14px;text-align:right}.kvB{text-align:left;margin:0}.kvC{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}.kvC:hover{opacity:.6}.kvD{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}.kvD,.kvE{font-weight:600;color:#fff}.kvE{font-size:14px;text-align:right;flex:1 1}.kvF{padding:0}.kvG{max-width:480px}.kvH{font-weight:300;font-size:14px;text-align:left;color:#fff}.kvI{display:flex;align-items:center;cursor:pointer}.kvI:last-child{margin-right:0}.kvJ{position:absolute;opacity:0;width:0;height:0}.kvK{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.kvJ:checked+.kvK:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.kvL{margin-left:auto;transition:.2s ease-out}.kvL.kvM{transform:rotate(-180deg)}.kvJ:checked+.kvK{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)}.kvN{display:none;margin-left:32px}.kvN.kvM{display:block}.kvO{margin-top:16px;cursor:pointer}.kvO,.kvP{display:flex;justify-content:space-between;align-items:center}.kvP{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}.kvQ{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.kvQ span{display:block}.kvR{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}.kvS{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.kvT{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}.kvT::-webkit-inner-spin-button,.kvT::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.kvU{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.kvV{padding:0;text-align:left}.kvW{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}.kvW:hover{opacity:.6}.kvX{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.kvY{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.kvZ{padding:0;text-align:left}.kv0{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.kv0:hover{opacity:.6}.kv1{font-weight:600;font-size:12px;text-align:center;color:#fff}.kv2{padding:0}.kv3{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.kv4{font-weight:600;font-size:12px;text-align:center;color:#fff}.kv5{padding:0;text-align:left}.kv6{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.kv6:hover{opacity:.6}.kv7{font-weight:600;font-size:12px;text-align:center;color:#151515}.kv8{padding:0;text-align:left}.kv9{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}.kv9:hover{opacity:.6}.kwa{font-weight:600;font-size:12px;text-align:center;color:#fff}.kwb{width:14px;margin-right:5.23px}.kwc{padding:0;text-align:left}.kko{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.kko img{width:100%}.kwd{padding:0;text-align:left}.krF{width:32px;height:32px;position:relative;cursor:pointer}.krF,.kwe{display:block}.kwe{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.kwf{background-color:rgba(150,150,150,.6)}.kwg{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.kwg,.kwh .kwf{opacity:0}.kwh .kwg{opacity:1}@keyframes kwT{0%{width:0}to{width:7px}}@keyframes kwU{0%{width:7px}to{width:0}}@keyframes kwV{0%{width:0}to{width:11px}}@keyframes kwW{0%{width:11px}to{width:0}}@keyframes kwX{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes kwY{0%{opacity:0}to{opacity:1}}@keyframes kwZ{0%{opacity:1}to{opacity:0}}.kwi{padding:0;text-align:left}.kwj{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.kwj:hover{opacity:.6}.kwk{font-weight:600;font-size:14px;text-align:center;color:#151515}.kwl{padding:0;text-align:left}.kwm{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.kwm:hover{opacity:.6}.kwn{font-weight:600;font-size:14px;text-align:center;color:#151515}.kwo{width:20px;margin-left:8px}.kwp{padding:0;text-align:left}.kwq{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.kwq:hover{opacity:.6}.kwr{font-weight:600;font-size:14px;color:#151515}.kwr,.kws{text-align:center}.kws{display:block;padding:0}.kwt{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.kwu{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.kwu>li:not(:last-child){margin-right:16px}.kwv{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.kwv.kww:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.kwx{color:#fff;font-weight:600;pointer-events:none}.kwx:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.kwy{display:flex;width:auto;justify-content:flex-end}.kwy button:not(:last-child){margin-right:8px}.kwz{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.kwz.kwA{background:#fff;padding:0 14px}.kwz:hover{opacity:.6}.kwB{font-weight:600;font-size:12px;text-align:center;color:#fff}.kwz.kwA .kwB{color:#151515}.kwC{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}.kwD{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){.kt5,.ktV,.ktX,.kua,.kud,.kue,.kuf,.kug{width:100%}.kuu{max-width:unset}.kuT>li:not(:last-child){margin-right:16px}.ku2{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))}.ku6{display:block}.ku7{font-size:12px}.kvG{max-width:none}.kvS{gap:0;flex-direction:column;align-items:flex-start}.kvI:last-child{margin-right:0;margin-left:32px;margin-top:13px}.kwj{min-width:unset;height:22px;border-radius:16px}.kwk{font-size:10px}.kwm{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.kwn{font-size:12px}.kwo{margin-left:4px}.kwq{min-width:unset;height:22px;border-radius:16px}.kwr{font-size:10px}.kwt{font-size:16px;padding-bottom:16px}.kwE{overflow:auto}.kwE::-webkit-scrollbar{display:none}.kwu{justify-content:center;width:calc(518px + 100% - 2em)}.kwu>li:not(:last-child){margin-right:16px}.kwv{font-size:16px;padding:12px 0}.kwv.kww:before{height:5px;width:5px}.kwx:after{height:4px}.kwC{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.kv9{width:64px}}@media screen and (max-width:375px){.ktU li:not(:last-child){margin-bottom:4.267vw}.ktV,.ktX,.kud{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.kt6,.kt8,.ktZ,.kub{width:5.333vw;height:5.333vw;margin-right:2.133vw}.kt5,.kua,.kue,.kug{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.ktX img{margin-left:2.133vw}.kud img,.kue img,.kuf img,.kug img{width:5.333vw;margin-right:2.133vw}.klC{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.kuf{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.kui{margin-bottom:6.4vw}.kuj{font-size:3.733vw}.kuj:not(:first-child){margin-left:6.4vw}.kuk{width:6.4vw}.kul{font-size:3.733vw;margin-left:2.133vw}.kum{margin-bottom:4.267vw}.kun{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.kuo{font-size:3.733vw}.kup{width:4.267vw}.kur{padding-top:2.133vw}.kus{font-size:3.733vw;padding:2.133vw}.kut{gap:4.267vw}.kuv{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.kuv:hover{border:.267vw solid #fff}.kuw{font-size:3.733vw;line-height:4.8vw}.kux{width:4.267vw}.kuz{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}.kuz::-webkit-scrollbar{width:5.333vw}.kuz.ki5::-webkit-scrollbar{width:24px}.kuz::-webkit-scrollbar-track{margin:2.133vw 0}.kuz::-webkit-scrollbar-thumb,.kuz::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.kuz span{font-size:3.733vw;padding-left:6.4vw}.kuz .kuB{background-size:4.267vw}.kuE{border-top:.267vw solid hsla(0,0%,100%,.3)}.kuF{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.kuG{width:calc(100% - 18.462vw)}.kuH{font-size:3.733vw}.kuH.kuI{margin-bottom:1.333vw}.kuJ{font-size:3.2vw}.kuK{width:14.933vw;height:8.533vw}.kuL{border-radius:4.8vw}.kuL:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.kuK input:checked+.kuL:before{transform:translateX(6.154vw)}.kuO{font-size:4.267vw}.kuO>li:not(:last-child){margin-right:8.533vw}.kuP{padding-bottom:3.2vw}.kuP.kuR:after{height:1.067vw}.kuT{font-size:4.267vw}.kuT>li:not(:last-child){margin-right:4.267vw}.kuU{padding-bottom:3.2vw}.kuU.kuX:after{height:1.067vw}.kuZ{width:33.846vw;height:7.179vw}.ku0{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.ku1{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.ku1:last-of-type{padding-right:.533vw}.ku0:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.kuZ input:checked+.ku0:before{transform:translateX(17.6vw)}.ku2{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.ku6{width:8.533vw;margin-bottom:2.4vw}.ku7{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.ku3.ku4:after{height:1.067vw}.ku8{gap:2.133vw}.ku9{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.kva{margin-right:1.067vw}.kvb:before{font-size:3.2vw}.kvc{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.kvd{margin-right:1.067vw}.kve:before{font-size:3.2vw;line-height:4.8vw}.ku9.kvf{border:.267vw solid hsla(0,0%,100%,.3)}.kvg{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.kvh{margin-right:1.067vw}.kvi:before{font-size:3.2vw}.kvg.kvj{border:.267vw solid hsla(0,0%,100%,.3)}.kvk{gap:2.133vw}.kvl{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.kvm{margin-right:2.133vw}.kvn:before{font-size:3.2vw}.kvl.kvo{border:.267vw solid hsla(0,0%,100%,.3)}.kvl.kvo .kvm{width:4.267vw;height:4.267vw;margin-right:2.133vw}.kvq{width:34.667vw;height:10.667vw;border-radius:5.333vw}.kvr{font-size:3.733vw}.kvt{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.kvu{font-size:3.2vw}.kvv{width:5.333vw;margin-left:2.133vw}.kvw{font-size:4.267vw;letter-spacing:.069vw}.kvw,.kvy{height:12.8vw;border-radius:6.4vw}.kvy{padding:0 4.267vw}.kvz{font-size:4.267vw}.kvA{font-size:3.733vw}.kvC{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.kvD{font-size:3.2vw}.kvE,.kvH{font-size:3.733vw}.kvK{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.kvJ:checked+.kvK:before{width:3.2vw;height:3.2vw}.kvJ:checked+.kvK{border-radius:6.4vw;width:6.4vw;height:6.4vw}.kvI:last-child,.kvN{margin-left:8.533vw}.kvI:last-child{margin-top:3.333vw}.kvO{margin-top:4.267vw}.kvP{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.kvQ{width:calc(100% - 11.733vw);font-size:3.2vw}.kvR{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.kvT{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.kvU{font-size:3.2vw}.kvW{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.kvX{font-size:3.2vw;line-height:4.8vw}.kvY{width:4.267vw;margin-left:1.6vw}.kv0{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.kv1{font-size:3.2vw}.kv3{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.kv4{font-size:3.2vw}.kv6{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.kv7{font-size:3.2vw}.kv9{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.kwa{font-size:3.2vw}.kwb{width:3.733vw;margin-right:1.395vw}.kwj{height:5.867vw;border-radius:4.267vw}.kwk{font-size:2.667vw}.kwm{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.kwn{font-size:3.2vw}.kwo{width:5.333vw;margin-left:2.133vw}.kwq{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.kwr{font-size:2.677vw}.kwt{font-size:4.267vw;padding-bottom:4.267vw}.kwu{width:calc(138.133vw + 100% - 2em)}.kwu>li:not(:last-child){margin-right:4.267vw}.kwv{font-size:4.267vw;padding:3.2vw 0}.kwv.kww:before{height:1.333vw;width:1.333vw}.kwx:after{height:1.067vw}.kwy{width:78.933w}.kwy button:not(:last-child){margin-right:2.133vw}.kwz{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.kwz.kwA{padding:0 3.733vw}.kwB{font-size:3.2vw}.kwC{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.kwF .kiZ{margin-top:-80px;z-index:-1;position:relative;overflow-x:hidden;min-height:calc(100vh - 81px)}.kwF .kiU{padding-left:unset;padding-right:min(2.933vw,60.53712px)}.kwF .kry{width:100%}.kwF .kpZ{text-align:left;margin-top:64px;margin-bottom:56px;padding-left:2.933vw}.kwF .kwG{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:56px 0;gap:56px 0}.kwF .kwH{display:none}.kwF .kwI{position:fixed;bottom:48px;z-index:10}.kwJ:hover{opacity:.6;cursor:pointer}@media screen and (max-width:1024px){.kwF .kni{padding-left:0;padding-bottom:24px}.kwF .kiZ{margin-top:0;z-index:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.kwF .kiU{padding-left:16px;padding-right:16px}.kwF .kry,.kwF .kwH{display:block}.kwF .kry{height:auto;margin-left:0}.kwF .kmW{position:absolute;padding:0 16px;top:unset;bottom:-192px;width:100%}.kwF .ktg{position:absolute;left:16px;top:16px}.kwF .kpZ{text-align:center;margin-top:16px;margin-bottom:24px;padding-left:unset}.kwF .kwG{display:flex;flex-direction:column;justify-content:unset;flex-wrap:unset;margin-top:224px;gap:normal}.kwF .kwG li{border-top:1px solid hsla(0,0%,100%,.3)}.kwF .knk.kpc.kwK,.kwF .kwG li{padding-top:24px}.kwF .kwL{display:none}.kwF .kwI{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:absolute;top:48px;bottom:unset;width:100%;padding:0 16px}.kwF .kpb a{gap:initial!important}}@media screen and (max-width:375px){.kwF .kiU{padding-left:4.267vw;padding-right:4.267vw}.kwF .kmW{padding:0 4.267vw;bottom:-51.2vw}.kwF .ktg{left:4.267vw;top:4.267vw}.kwF .kpZ{margin-top:4.267vw;margin-bottom:6.4vw}.kwF .kwG{margin-top:59.733vw}.kwF .knk.kpc.kwK,.kwF .kwG li{padding-top:6.4vw}.kwF .kwI{padding:0 4.267vw}}.kwF .kmX,.kwF .knk{text-shadow:0 0 6px #000}@media screen and (min-width:1025px){.krC{position:inherit;margin-bottom:16px}.kmW .km3{justify-content:start}.kmW .kmY{margin-bottom:25px}}@media screen and (min-width:1367px){.krC{position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);margin-bottom:0}.kmW .km3{justify-content:end}}@media screen and (max-width:1024px){.kwF .kwG{padding-left:2.933vw}.kwF .kwG .kni .kkd{width:2vw!important;flex:0 0 2vw!important}.kwF .kwG .kni .kkd .koZ{text-align:left;font:normal normal 700 40px/53px Jost;letter-spacing:-5.2px;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.4039215686);opacity:1;bottom:-10px!important}}@media screen and (max-width:1024px)and (max-width:450px){.kwF .kwG .kni .kkd .koZ{bottom:-10.15vw}}@media screen and (max-width:1024px){.kwF .kwG .kni .kkc{height:21.6vw!important}.kwF .kwG .kni .kkc .kkr{width:38.4vw!important;height:21.6vw!important}.kwF .kwG .kni .knl{max-width:38vw;margin-top:0;margin-left:4.267vw}.kwF .kwG .kni .knl .knn,.kwF .kwG .kni .knz{-webkit-line-clamp:2!important}}