: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:hsla(0,0%,100%,.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)}}.ocv{width:20px;margin-right:8px}.ocw{margin-left:auto;width:83.08vw;height:46.603vw}@media screen and (min-width:1025px)and (max-width:1367px){.ocw{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.ocw{width:100vw;height:unset}}.ocx{z-index:55!important}@media screen and (min-width:1025px){.ocw 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)}}.yng{transition:opacity .7s;opacity:1;visibility:visible}.ynh{transition:1s;opacity:0;visibility:hidden}.yni{display:none!important}@keyframes ynj{0%{opacity:0}to{opacity:1}}.ynj{animation:ynj .7s linear 0s both}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap";.sa2{display:block!important}.sa3{display:none!important}.sa4{margin-bottom:0!important}.sa5{text-align:center!important}.sa6{text-align:left!important}.sa7{display:none!important}.sa8{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.sa3{display:block!important}.sa2{display:none!important}}.sa9{max-width:2000px;padding-right:40px;margin-left:auto}.sa9,.sba{padding-left:40px;margin-right:auto}.sba{max-width:1960px}.sbb{max-width:760px}.sbb,.sbc{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.sbc{width:100%;max-width:1024px}@media screen and (min-width:1025px){.sbd{display:block;padding-left:64px}.sbe{padding-bottom:80px;min-height:calc(100vh - 80px)}.sbe.sbf{min-height:calc(100vh - 116px)}.sbe.sbg{min-height:calc(100vh - 161px)}.sbe.sbh{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.sbe{padding-bottom:80px;min-height:calc(100vh - 66px)}.sbe.sbf{min-height:calc(100vh - 181px)}.sbe.sbg{min-height:calc(100vh - 226px)}.sbe.sbh{min-height:calc(100vh - 924px)}.sa9{padding-right:16px}.sa9,.sba,.sbb{padding-left:16px}.sbb{padding-right:16px}}@media screen and (min-width:1365px){.sba{max-width:1960px}}@media screen and (min-width:2065px){.sba{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.sbi{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.sbi .sbj{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.sbi .sbj.sbk{overflow-y:hidden}.sbi .sbj.sbk:hover{overflow-y:auto}.sbi .sbl{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}.sbi .sbl span{display:none}.sbi .sbl span.sbm{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}.sbi .sbl span.sbm:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.sbi .sbl span.sbn{font-size:12px;line-height:12px}.sbi .sbl span.sbo{display:block}.sbi nav{position:relative;z-index:2;margin-left:8px;height:100%}.sbi .sbp{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}.sbi .sbq{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.sbi nav .sbr{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}.sbi nav>ul{position:absolute;left:5px;z-index:2}.sbi nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.sbi nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.sbi nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.sbi 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}.sbi nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.sbi nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.sbi nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.sbi nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.sbi nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.sbi nav>ul>li .sbs{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.sbi nav>ul>li .sbs: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}.sbi nav>ul>li .sbs.sbt:after{width:48px;left:0;padding:0 8px}.sbi nav>ul>li .sbs.sbu:after{width:85px;left:70px;padding:0 8px}.sbi nav>ul>li .sbs li{position:relative;z-index:5;text-align:center}.sbi nav>ul>li .sbs li a{height:28px;line-height:28px}.sbi nav>ul>li .sbs li:first-child{margin-right:16px}.sbi nav>ul>li .sbs li:first-child a{padding:0 8px}.sbi nav>ul>li .sbs li a{display:block;font-size:12px}.sbi nav>ul>li .sbs li a:before{display:none}.sbi nav>ul>li.sbo a{position:relative;height:100%;font-weight:600}.sbi nav>ul>li.sbo a:before{top:17px}.sbi nav>ul>li.sbo:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.sbi nav>ul>li.sbo:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.sbi nav>ul>li.sbo:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.sbi nav>ul>li.sbo:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.sbi nav>ul>li.sbo:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.sbi.sbv{width:254px}.sbi.sbv a span{opacity:1;margin-left:0}.sbi.sbv .sbl{opacity:1;margin-left:20px}.sbi.sbv .sbs{opacity:1;margin-left:50px}.sbi #sbw{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.sbi #sbw .sbx{background:transparent}.sbi #sbw .sbx:after,.sbi #sbw .sbx:before{margin-top:0}.sbi #sbw .sbx:before{transform:rotate(-45deg)}.sbi #sbw .sbx:after{transform:rotate(-135deg)}.sbi #sby,.sbi #sby:after,.sbi #sby: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%}.sbi #sby:after,.sbi #sby:before{content:"";left:0}.sbi #sby:before{margin-top:-9px}.sbi #sby:after{margin-top:7px}}@media screen and (max-width:1024px){.sbi{display:none!important}}@media screen and (max-width:375px){.sa9,.sbb{padding-right:4.267vw}.sa9,.sba,.sbb{padding-left:4.267vw}.sbe{padding-bottom:21.333vw}}.sbz{font-size:24px;font-weight:600;line-height:1.7083333333}.sbA{font-size:18px;line-height:1.444}.sbA,.sbB{font-weight:600;text-align:center}.sbB{font-size:24px;line-height:1.7083333333}.sbC{text-align:center}.sbC,.sbD{font-size:32px;font-weight:600}.sbD{line-height:1.857142}h2.sbE{font-weight:600;font-size:24px}.sbE,.sbF{font-size:16px}.sbE,.sbF,.sbG{font-weight:600}.sbG{font-size:24px;line-height:1.333}.sbH{font-size:20px;line-height:1.35}.sbH,.sbI{font-weight:600}.sbI{font-size:14px;line-height:1.3571428571}.sbJ{font-weight:600;font-size:16px;line-height:1.3125}.sbK,.sbL{font-size:20px;line-height:1.7}.sbK,.sbL,.sbM{font-weight:600}.sbM{font-size:14px;line-height:1.3571428571}.sbN{font-size:12px;line-height:1.3333333333}.sbN,.sbO{font-weight:600}.sbO{font-size:16px;line-height:1.625}.sbP{font-size:14px;line-height:1.2857142857}.sbP,.sbQ{font-weight:600}.sbQ{font-size:12px;line-height:1.5}.sbR,.sbS{font-size:16px;line-height:1.625}.sbT{font-size:14px;line-height:1.5714285714}.sbU,.sbV{font-size:16px;line-height:1.625;text-align:center}.sbV{margin-bottom:20px}.sbW{font-size:14px;line-height:1.5714285714}.sbX{font-size:12px;line-height:1.5}.sbY{font-size:16px;line-height:1.125}.sbZ{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.sb0{font-size:14px;line-height:1.5714285714}.sb1{font-weight:300;font-size:10px;line-height:2.2}.sb2{padding-left:1.5em;text-indent:-1.68em}.sb2>li:not(:last-of-type){margin-bottom:16px}.sb3{font-size:14px;line-height:1.5714285714}.sb3:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.sb4{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.sb4 li{text-align:-webkit-match-parent}.sb4>li:not(:last-of-type){margin-bottom:16px}.sb5{font-size:14px;line-height:1.5714285714}.sb6{border-top:1px solid hsla(0,0%,100%,.3)}.sb6 li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.sb7{font-weight:600;white-space:nowrap;margin-right:1em}.sb8{text-align:right;word-break:keep-all}.sb8 span{margin-left:24px}.sb9{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.sb9 .sca{font-size:14px;line-height:1.5714285714}.scb{color:#bababa}.scb,.scc{font-size:12px}.scc,.scd{font-weight:600}.scd{font-size:20px;line-height:1}.sce{display:grid;grid-row-gap:16px;row-gap:16px}.scf{font-weight:600;font-size:24px;line-height:1.333}.scg{font-size:16px;line-height:1.625}.sch{font-weight:600;font-size:40px;line-height:1.4}.sci{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.sbz{text-align:center}.sbA{font-size:24px;line-height:1.7083}.sbC{font-size:20px}.sbD{font-size:14px}.sbE,h2.sbE{font-size:16px}.sbG{font-size:20px;line-height:1.3}.sbH,.sbI,.sbJ{font-size:16px;line-height:1.625}.sbK{font-size:20px;line-height:1.3}.sbL,.sbM,.sbN,.sbO{font-size:14px;line-height:1.5714285714}.sbP,.sbQ{font-size:12px;line-height:1.5}.sbS,.sbT,.sbU,.sbV{font-size:14px;line-height:1.5714285714}.sbW,.sbX,.sbY{font-size:12px;line-height:1.5}.sb0,.sbZ{font-size:10px;line-height:1.5}.sb0,.sb1{margin-left:1em;text-indent:-1em}.sb1{font-size:10px;line-height:1.5}.sb2>li:not(:last-of-type){margin-bottom:16px}.sb3{font-size:14px;line-height:1.5714285714}.sb4{-webkit-padding-start:16px;padding-inline-start:16px}.scd{line-height:1.125}.scd,.sch{font-size:16px}.sch{line-height:1.625}.sci{margin-top:5px;font-size:10px;width:240px;padding-left:0}.scj{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.sce{row-gap:8px}.scf{font-size:14px;line-height:1.5714285714}.scg{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.sce{row-gap:12px}.scf{font-size:16px;line-height:1.625}.scg{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.sbA,.sbB,.sbz{font-size:6.4vw}.sbC{font-size:5.333vw}.sbD{font-size:3.733vw}.sbE,h2.sbE{font-size:4.267vw}.sbG{font-size:5.334vw}.sbH,.sbI,.sbJ{font-size:4.267vw}.sbK{font-size:5.334vw}.sbL{font-size:3.733vw}.sbM,.sbN{font-size:3.734vw}.sbO{font-size:3.733vw}.sbP,.sbQ{font-size:3.2vw}.sbR{font-size:4.267vw}.sbS,.sbT,.sbU,.sbV{font-size:3.733vw}.sbW,.sbX,.sbY{font-size:3.2vw}.sb0,.sb1,.sbZ{font-size:2.667vw}.sb3,.sb3:before{font-size:3.733vw}.sb3:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.sb2>li:not(:last-of-type){margin-bottom:4.267vw}.sb5{font-size:3.733vw}.sb4{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.sb4>li:not(:last-of-type){margin-bottom:4.267vw}.sb6 li{font-size:3.733vw;padding:4.267vw 0}.sb8 span{margin-left:6.4vw}.sb9 .sca{font-size:3.733vw}.scb,.scc{font-size:3.2vw}.scd{font-size:4.267vw}.sce{row-gap:2.133vw}.scf{font-size:3.734vw}.scg{font-size:3.2vw}.sch{font-size:4.267vw}.sci{font-size:2.667vw}}.sck{position:relative}.scl{display:flex;gap:24px}.scm,.scn,.sco,.scp{font-size:10px;line-height:1;padding:2px 3px}.scm{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:transparent linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.scm.scq{background:transparent linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.scr{display:flex;gap:4px}.scn{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.scn.scs{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.sct{display:flex;gap:4px}.sco{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.scu{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.scp,.scu{display:flex}.scp{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.scp span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.scp small{font-family:SF Pro Text Regular,sans-serif}.scv,.scw,.scx{display:flex;gap:4px}.scy{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}.scz{display:flex;gap:4px}.scA{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.scB{margin-top:4px;margin-left:36px}.scC{display:flex;align-items:center}.scD{margin-right:4px}.scD,.scD.scE{display:flex;justify-content:center;align-items:center}.scD.scE{margin:0 8px}.scF{display:flex;gap:4px}.scG{margin-bottom:2px}.scH{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.scH.scI{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.scH.scJ{color:#ff0576;background:#fff}.scH.scK{width:14px;height:14px}.scH.scL{color:#fff;background:hsla(0,0%,88%,.3)}.scH.scM{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.scN{display:flex;gap:4px}.scO{width:38px;height:38px}.scP{display:flex;gap:4px}.scQ{width:14px;height:14px}.scR{padding:5px 4px 3px 5px}.scR,.scS{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.scS{padding:4px}.scT{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.scU{opacity:0}.scV{padding:3px 3.5px 2.25px 4px}.scW{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}.scX{display:flex;gap:12px}.scY{padding:3px 4px;font-size:10px;font-weight:300;background:transparent;border:1px solid #fff;border-radius:4px}.scY,.scZ{display:inline-flex;align-items:center;color:#fff}.scZ{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.scZ:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.scu{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.scp span{border-radius:1.1538461538vw}.scA,.scy{border-radius:.5769230769vw}.scB{margin-left:10vw}.scG{margin-bottom:2px}.sc0{margin-left:8px}.scW,.scY{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.scm,.scn,.sco,.scp{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.scB{margin-left:40px}.sc0{margin-left:0}}@media screen and (max-width:375px){.scl{gap:6.4vw}.sc1{width:5.867vw;height:6.4vw}.scr,.sct{gap:1.067vw}.scM{font-size:2.333vw}.scu{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.scp span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.scv{gap:1.067vw}.sc2{width:10.133vw;height:10.133vw}.scw{gap:1.067vw}.sc3{height:4.533vw}.scx{gap:1.067vw}.scy{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.scz{gap:1.067vw}.scA{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.scF{gap:1.067vw}.scH{padding:.533vw .8vw;font-size:2.133vw}.scK{width:3.733vw;height:3.733vw}.scN{gap:1.067vw}.scO{width:10.133vw;height:10.133vw}.scP{gap:1.067vw}.scQ{width:3.733vw;height:3.733vw}.scR{padding:1.333vw 1.067vw .8vw 1.333vw}.scR,.scS{font-size:2.667vw;border-radius:1.067vw}.scS{padding:1.067vw}.scW{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.scX{gap:3.2vw}.scY{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.sc4,.sc5{text-align:center}.sc5{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}.sc5:hover{opacity:.6}.sc5.sc6,.sc7.sc6{font-size:14px;width:unset;min-width:160px;height:36px}.sc7.sc6 .sc8{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.sc9{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.sc9,.sda{width:20px;height:20px;margin-right:8px;transition:all .2s}.sda{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.sdb{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.sc9.sdc{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.sdd{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.sdd,.sde{width:20px;height:20px;margin-right:8px;transition:all .2s}.sde{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.sc5:disabled{background:#bababa;pointer-events:none}.sdf{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){.sdf:hover{opacity:.6}}@media screen and (max-width:1024px){.sdf:active{opacity:.6}}.sdg{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.sdg.sdh{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.sdf:disabled{background:#bababa;pointer-events:none}.sc4 li:not(:last-child){margin-bottom:16px}.sc7{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}.sc7:hover{opacity:.6}.sc7 img{margin-left:8px}.sc7 img,.sdi{filter:invert(1)}.sdi{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.sdi.sdj{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.sc7:disabled{color:#fff;background:#bababa;pointer-events:none}.sc7:disabled .sdi{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.sdk{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){.sdk:hover{opacity:.6}}@media screen and (max-width:1024px){.sdk:active{opacity:.6}}.sdl{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}.sdl.sdm{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.sdk:disabled{color:#fff;background:#bababa;pointer-events:none}.sdk:disabled .sdl{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.sdn{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:transparent;display:inline-flex;justify-content:center;align-items:center}.sdn:hover{opacity:.6}.sdn img{width:20px;margin-right:8px}.sdn:disabled{pointer-events:none}.sdn:disabled *{opacity:.3}.sdo{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:transparent;display:inline-flex;justify-content:center;align-items:center}.sdo:hover{opacity:.6}.sdo img{width:20px;margin-right:8px}.sdp{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:transparent;display:inline-block}.sdp:disabled,.sdp:hover{color:hsla(0,0%,100%,.3)}.sdo:disabled,.sdp:disabled{pointer-events:none}.sdo:disabled *{opacity:.3}.sdq{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:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.sdq:hover{opacity:.6}.sdq img{width:20px;margin-right:8px}.sdr{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:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.sdr:hover{opacity:.6}.sdr img{width:20px;margin-right:8px}.sds{font-weight:300}.sdt{padding:0;margin-bottom:24px}.sdt,.sdu{text-align:left;position:relative}.sdu{font-weight:300;font-size:14px;color:#fff;background:transparent;display:inline-flex;justify-content:center;align-items:center;line-height:0}.sdu:not(:first-child){margin-left:24px}.sdu:hover{opacity:.6}.sdv{width:24px}.sdw{font-size:14px;margin-left:8px}.sdx{margin-bottom:16px}.sdy{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.sdy:hover{background-color:hsla(0,0%,100%,.1)}.sdz{font-weight:600;font-size:14px;text-align:left;color:#fff}.sdA{width:16px;transition:all .3s}.sdA.sdB{transform:rotate(180deg)}.sdC{display:none;padding-top:8px}.sdC.sdB{display:block}.sdD{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.sdD,.sdE{text-align:left}.sdE{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.sdF{display:inline-block;max-width:320px;width:100%}.sdG{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.sdG:hover{border:1px solid #fff}.sdH{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.sdI{width:16px;transition:.3s ease-out}.sdI.sdJ{transform:rotate(-180deg)}.sdK{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:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.sdL{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.sdK::-webkit-scrollbar{width:20px}.sdK.sbk::-webkit-scrollbar{width:24px}.sdK::-webkit-scrollbar-track{border:8px solid transparent;border-radius:50vh;background-clip:padding-box;margin:8px 0}.sdK::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:padding-box}.sdK span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.sdK .sdM{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.sdN{display:none}.sdN.sdO{display:block}.sdP{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.sdP,.sdQ{-webkit-background-clip:padding-box;background-clip:padding-box}.sdQ{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.sdR{width:calc(100% - 72px)}.sdR,.sdS{text-align:left}.sdS{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.sdS.sdT{margin-bottom:5px}.sdU{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.sdV{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sdV input{opacity:0;width:0;height:0}.sdW{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.sdW,.sdW:before{position:absolute;transition:.4s}.sdW:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.sdV input:checked+.sdW{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.sdV input:checked+.sdW:before{transform:translateX(24px)}.sdQ.sdX .sdR{opacity:.4}.sdQ.sdX .sdV{opacity:.4;pointer-events:none}.sdY{text-align:center}.sdZ{display:inline-flex;font-size:16px;justify-content:center;position:relative}.sdZ>li:not(:last-child){margin-right:32px}.sd0{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.sd1{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.sd0.sd2{color:#fff;pointer-events:none}.sd0.sd2:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.sd3{overflow-x:auto}.sd3::-webkit-scrollbar{display:none}.sd4{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.sd4>li:not(:last-child){margin-right:24px}.sd5{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.sd6{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.sd5.sd7{color:#fff;font-weight:600;pointer-events:none}.sd5.sd7:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.sd8{width:auto;padding:0;display:flex;justify-content:space-around}.sd9{position:relative;display:inline-block;width:132px;height:28px}.sd9 input{opacity:0;width:0;height:0}.sea{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:transparent;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)}.seb{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.seb:last-of-type{font-weight:300;padding-right:2px}.sea: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}.sd9 input:checked+.sea:before{transform:translateX(66px);left:0}.sd9 input:checked+.sea .seb:last-child,.sd9 input:not(:checked)+.sea .seb:first-child{opacity:1}@media screen and (max-width:1024px){.sec{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.sec{display:flex;justify-content:center}.sec>:not(:last-child){margin-right:32px}}.sed{display:flex;justify-content:center;opacity:.6;position:relative}.sed.see{opacity:1;pointer-events:none}.sed.see: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%}.sef{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.seg{display:none;width:32px;margin-bottom:9px}.seh{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.sei{flex-wrap:wrap;gap:8px}.sei,.sej{display:flex;margin:0}.sej{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.sej,.sek{transition:all .2s}.sek{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.sel:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.sem{width:114px;height:32px;padding:0;border-radius:16px;background:transparent;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}.sen{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}.seo:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.sej.sep{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.sej.sep .sek{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.sej.sep .sel:before{content:"フォロー中";color:#fff}.seq{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}.seq,.ser{transition:all .2s}.ser{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.ses:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.seq.set{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.seq.set .ser{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.seq.set .ses:before{content:"ブロック中";color:#fff}.seu{flex-wrap:wrap;gap:8px}.seu,.sev{display:flex;margin:0}.sev{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.sev,.sew{transition:all .2s}.sew{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.sex:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.sev.sey{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.sev.sey .sew{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}.sev.sey .sex:before{content:"ミュート中";color:#fff}.sez{text-align:left;margin:0}.seA{width:130px;height:40px;border-radius:20px;background:#fff}.seA:hover{opacity:.6}.seB{font-weight:600;font-size:14px;text-align:center;color:#151515}.seC{text-align:left;margin:0}.seD{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}.seE{font-weight:600;font-size:12px;color:#fff}.seF{width:20px;margin-left:8px}.seG{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}.seH{text-align:left;margin:0}.seI{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.seI:hover{opacity:.6}.seJ{font-weight:600;font-size:16px;text-align:left}.seJ,.seK{color:#000}.seK{font-weight:300;font-size:14px;text-align:right}.seL{text-align:left;margin:0}.seM{width:100%;height:48px;border-radius:24px;background:transparent;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}.seM:hover{opacity:.6}.seN{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}.seN,.seO{font-weight:600;color:#fff}.seO{font-size:14px;text-align:right;flex:1 1}.seP{padding:0}.seQ{max-width:480px}.seR{font-weight:300;font-size:14px;text-align:left;color:#fff}.seS{display:flex;align-items:center;cursor:pointer}.seS:last-child{margin-right:0}.seT{position:absolute;opacity:0;width:0;height:0}.seU{width:24px;height:24px;margin-right:8px;border:2px solid hsla(0,0%,89%,.5);border-radius:50vh}.seT:checked+.seU:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.seV{margin-left:auto;transition:.2s ease-out}.seV.seW{transform:rotate(-180deg)}.seT:checked+.seU{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid transparent}.seX{display:none;margin-left:32px}.seX.seW{display:block}.seY{margin-top:16px;cursor:pointer}.seY,.seZ{display:flex;justify-content:space-between;align-items:center}.seZ{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.se0{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.se0 span{display:block}.se1{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}.se2{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.se3{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}.se3::-webkit-inner-spin-button,.se3::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.se4{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.se5{padding:0;text-align:left}.se6{width:auto;height:32px;padding:0 16px;border-radius:16px;background:transparent;background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.se6:hover{opacity:.6}.se7{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.se8{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.se9{padding:0;text-align:left}.sfa{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.sfa:hover{opacity:.6}.sfb{font-weight:600;font-size:12px;text-align:center;color:#fff}.sfc{padding:0}.sfd{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.sfe{font-weight:600;font-size:12px;text-align:center;color:#fff}.sff{padding:0;text-align:left}.sfg{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.sfg:hover{opacity:.6}.sfh{font-weight:600;font-size:12px;text-align:center;color:#151515}.sfi{padding:0;text-align:left}.sfj{width:114px;height:32px;border-radius:16px;background:transparent;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}.sfj:hover{opacity:.6}.sfk{font-weight:600;font-size:12px;text-align:center;color:#fff}.sfl{width:14px;margin-right:5.23px}.sfm{padding:0;text-align:left}.sfn{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.sfn img{width:100%}.sfo{padding:0;text-align:left}.sfp{width:32px;height:32px;position:relative;cursor:pointer}.sfp,.sfq{display:block}.sfq{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.sfr{background-color:hsla(0,0%,59%,.6)}.sfs{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.sfs,.sft .sfr{opacity:0}.sft .sfs{opacity:1}@keyframes srK{0%{width:0}to{width:7px}}@keyframes srL{0%{width:7px}to{width:0}}@keyframes srM{0%{width:0}to{width:11px}}@keyframes srN{0%{width:11px}to{width:0}}@keyframes srO{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes srP{0%{opacity:0}to{opacity:1}}@keyframes srQ{0%{opacity:1}to{opacity:0}}.sfu{padding:0;text-align:left}.sfv{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.sfv:hover{opacity:.6}.sfw{font-weight:600;font-size:14px;text-align:center;color:#151515}.sfx{padding:0;text-align:left}.sfy{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.sfy:hover{opacity:.6}.sfz{font-weight:600;font-size:14px;text-align:center;color:#151515}.sfA{width:20px;margin-left:8px}.sfB{padding:0;text-align:left}.sfC{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.sfC:hover{opacity:.6}.sfD{font-weight:600;font-size:14px;color:#151515}.sfD,.sfE{text-align:center}.sfE{display:block;padding:0}.sfF{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.sfG{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.sfG>li:not(:last-child){margin-right:16px}.sfH{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.sfH.sfI:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.sfJ{color:#fff;font-weight:600;pointer-events:none}.sfJ:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.sfK{display:flex;width:auto;justify-content:flex-end}.sfK button:not(:last-child){margin-right:8px}.sfL{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.sfL.sfM{background:#fff;padding:0 14px}.sfL:hover{opacity:.6}.sfN{font-weight:600;font-size:12px;text-align:center;color:#fff}.sfL.sfM .sfN{color:#151515}.sfO{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}.sfP{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){.sc5,.sc7,.sdf,.sdk,.sdn,.sdo,.sdq,.sdr{width:100%}.sdF{max-width:unset}.sd4>li:not(:last-child){margin-right:16px}.sec{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))}.seg{display:block}.seh{font-size:12px}.seQ{max-width:none}.se2{gap:0;flex-direction:column;align-items:flex-start}.seS:last-child{margin-right:0;margin-left:32px;margin-top:13px}.sfv{min-width:unset;height:22px;border-radius:16px}.sfw{font-size:10px}.sfy{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.sfz{font-size:12px}.sfA{margin-left:4px}.sfC{min-width:unset;height:22px;border-radius:16px}.sfD{font-size:10px}.sfF{font-size:16px;padding-bottom:16px}.sfQ{overflow:auto}.sfQ::-webkit-scrollbar{display:none}.sfG{justify-content:center;width:calc(518px + 100% - 2em)}.sfG>li:not(:last-child){margin-right:16px}.sfH{font-size:16px;padding:12px 0}.sfH.sfI:before{height:5px;width:5px}.sfJ:after{height:4px}.sfO{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.sfj{width:64px}}@media screen and (max-width:375px){.sc4 li:not(:last-child){margin-bottom:4.267vw}.sc5,.sc7,.sdn{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.sc9,.sdg,.sdi,.sdl{width:5.333vw;height:5.333vw;margin-right:2.133vw}.sdf,.sdk,.sdo,.sdr{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.sc7 img{margin-left:2.133vw}.sdn img,.sdo img,.sdq img,.sdr img{width:5.333vw;margin-right:2.133vw}.sdp{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.sdq{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.sdt{margin-bottom:6.4vw}.sdu{font-size:3.733vw}.sdu:not(:first-child){margin-left:6.4vw}.sdv{width:6.4vw}.sdw{font-size:3.733vw;margin-left:2.133vw}.sdx{margin-bottom:4.267vw}.sdy{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.sdz{font-size:3.733vw}.sdA{width:4.267vw}.sdC{padding-top:2.133vw}.sdD{font-size:3.733vw;padding:2.133vw}.sdE{gap:4.267vw}.sdG{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.sdG:hover{border:.267vw solid #fff}.sdH{font-size:3.733vw;line-height:4.8vw}.sdI{width:4.267vw}.sdK{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}.sdK::-webkit-scrollbar{width:5.333vw}.sdK.sbk::-webkit-scrollbar{width:24px}.sdK::-webkit-scrollbar-track{margin:2.133vw 0}.sdK::-webkit-scrollbar-thumb,.sdK::-webkit-scrollbar-track{border:2.133vw solid transparent}.sdK span{font-size:3.733vw;padding-left:6.4vw}.sdK .sdM{background-size:4.267vw}.sdP{border-top:.267vw solid hsla(0,0%,100%,.3)}.sdQ{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.sdR{width:calc(100% - 18.462vw)}.sdS{font-size:3.733vw}.sdS.sdT{margin-bottom:1.333vw}.sdU{font-size:3.2vw}.sdV{width:14.933vw;height:8.533vw}.sdW{border-radius:4.8vw}.sdW:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.sdV input:checked+.sdW:before{transform:translateX(6.154vw)}.sdZ{font-size:4.267vw}.sdZ>li:not(:last-child){margin-right:8.533vw}.sd0{padding-bottom:3.2vw}.sd0.sd2:after{height:1.067vw}.sd4{font-size:4.267vw}.sd4>li:not(:last-child){margin-right:4.267vw}.sd5{padding-bottom:3.2vw}.sd5.sd7:after{height:1.067vw}.sd9{width:33.846vw;height:7.179vw}.sea{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.seb{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.seb:last-of-type{padding-right:.533vw}.sea:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.sd9 input:checked+.sea:before{transform:translateX(17.6vw)}.sec{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.seg{width:8.533vw;margin-bottom:2.4vw}.seh{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.sed.see:after{height:1.067vw}.sei{gap:2.133vw}.sej{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.sek{margin-right:1.067vw}.sel:before{font-size:3.2vw}.sem{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.sen{margin-right:1.067vw}.seo:before{font-size:3.2vw;line-height:4.8vw}.sej.sep{border:.267vw solid hsla(0,0%,100%,.3)}.seq{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.ser{margin-right:1.067vw}.ses:before{font-size:3.2vw}.seq.set{border:.267vw solid hsla(0,0%,100%,.3)}.seu{gap:2.133vw}.sev{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.sew{margin-right:2.133vw}.sex:before{font-size:3.2vw}.sev.sey{border:.267vw solid hsla(0,0%,100%,.3)}.sev.sey .sew{width:4.267vw;height:4.267vw;margin-right:2.133vw}.seA{width:34.667vw;height:10.667vw;border-radius:5.333vw}.seB{font-size:3.733vw}.seD{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.seE{font-size:3.2vw}.seF{width:5.333vw;margin-left:2.133vw}.seG{font-size:4.267vw;letter-spacing:.069vw}.seG,.seI{height:12.8vw;border-radius:6.4vw}.seI{padding:0 4.267vw}.seJ{font-size:4.267vw}.seK{font-size:3.733vw}.seM{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.seN{font-size:3.2vw}.seO,.seR{font-size:3.733vw}.seU{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid hsla(0,0%,89%,.5)}.seT:checked+.seU:before{width:3.2vw;height:3.2vw}.seT:checked+.seU{border-radius:6.4vw;width:6.4vw;height:6.4vw}.seS:last-child,.seX{margin-left:8.533vw}.seS:last-child{margin-top:3.333vw}.seY{margin-top:4.267vw}.seZ{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.se0{width:calc(100% - 11.733vw);font-size:3.2vw}.se1{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.se3{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.se4{font-size:3.2vw}.se6{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.se7{font-size:3.2vw;line-height:4.8vw}.se8{width:4.267vw;margin-left:1.6vw}.sfa{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.sfb{font-size:3.2vw}.sfd{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.sfe{font-size:3.2vw}.sfg{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.sfh{font-size:3.2vw}.sfj{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.sfk{font-size:3.2vw}.sfl{width:3.733vw;margin-right:1.395vw}.sfv{height:5.867vw;border-radius:4.267vw}.sfw{font-size:2.667vw}.sfy{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.sfz{font-size:3.2vw}.sfA{width:5.333vw;margin-left:2.133vw}.sfC{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.sfD{font-size:2.677vw}.sfF{font-size:4.267vw;padding-bottom:4.267vw}.sfG{width:calc(138.133vw + 100% - 2em)}.sfG>li:not(:last-child){margin-right:4.267vw}.sfH{font-size:4.267vw;padding:3.2vw 0}.sfH.sfI:before{height:1.333vw;width:1.333vw}.sfJ:after{height:1.067vw}.sfK{width:78.933w}.sfK button:not(:last-child){margin-right:2.133vw}.sfL{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.sfL.sfM{padding:0 3.733vw}.sfN{font-size:3.2vw}.sfO{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.sfR,.sfS{flex:1 1;display:flex;flex-direction:column}.sfR .sfT,.sfS .sfU{padding:12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-family:Hiragino Sans;background-color:rgba(0,0,0,.3);color:#fff;font-size:16px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.sfS .sfU{line-height:1.5714285714}.sfR .sfT{max-width:100%}.sfR .sfT::placeholder,.sfS .sfU::placeholder{color:#fff;opacity:.6}.sfR .sfT.sfV{border:none;background-color:unset}.sfR .sfT.sfW{font-size:14px}.sfR .sfT.sfX,.sfS.sfY .sfU{border:1px solid #ff624f}.sfR .sfZ,.sfS .sfZ{-webkit-margin-before:8px;margin-block-start:8px;-webkit-margin-after:0;margin-block-end:0;color:#ff624f;font-size:10px;font-weight:300;line-height:1.5}.sfS .sf0{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.sfS.sfY .sf0{color:#ff624f}.sf1{width:480px}.sf1.sfS .sfU{height:170px;outline:none}.sf2 input[type=text]{padding:0}.sf2{width:720px}.sf2,.sf2 .sf3{display:flex;align-items:center}.sf2 .sf3{flex:1 1;position:relative;width:100%;padding:15px 12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background-color:rgba(0,0,0,.3);caret-color:hsla(0,0%,100%,.6)}.sf2 .sf3 .sfT{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.sf2 .sf3 .sfT:focus-visible{outline:none}.sf2 .sf3 .sf4{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.sf2 .sf3 .sf5{display:none;position:absolute;right:10px;cursor:pointer}.sf2 .sf3.sf6 .sf5{display:block}.sf2 .sf3 .sf7{padding-left:26px}.sf2 .sf8{display:none}.sf2.sf9 .sf8{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.sga{display:flex;justify-content:center;gap:15px}.sgb{background-color:rgba(0,0,0,.3);width:62px;height:62px;text-align:center;outline:none;font-size:24px;border:1px solid hsla(0,0%,100%,.3);border-radius:.5rem;color:#fff}.sgb:focus,.sgb:valid{box-shadow:0 0 .5rem rgba(89,89,206,.5),inset 0 0 .5rem rgba(89,89,206,.5);border-color:rgba(89,89,206,.5)}.sgc.sfR{flex:1 1;display:flex;flex-direction:row;width:720px}.sgc.sfR .sgd{flex:1 1}.sgc.sfR .sge{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.sgc.sfR .sge .sgf{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.sgg.sgh{display:flex;flex-wrap:wrap;gap:16px}.sgg.sgh .sgi{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.sgg.sgh .sgi:last-child{margin-right:0}.sgg.sgh .sgi .sgj{position:absolute;opacity:0;width:0;height:0}.sgg.sgh .sgi .sgk{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.sgg.sgh .sgi .sgj:checked+.sgk{border-radius:24px;width:24px;height:24px;background:#fff;background-image:url(/assets/img/parts/f_input_form/o_3_radio_active.svg);background-size:cover}.sgg.sgh .sgi .sgl{font-size:14px;line-height:1.5714285714}.sgm.sgn{display:flex;flex-direction:column;gap:16px}.sgm.sgn .sgo{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.sgm.sgn .sgo .sgp{position:absolute;opacity:0;width:0;height:0}.sgm.sgn .sgo .sgq{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.sgm.sgn .sgo .sgp:checked+.sgq{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.sgm.sgn .sgo .sgq:hover{cursor:pointer}.sgr{list-style:none;padding:0;margin:0}.sgr,.sgs{-webkit-background-clip:padding-box;background-clip:padding-box}.sgs{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.sgt{position:relative;display:inline-block;width:56px;height:32px}.sgt input{opacity:0;width:0;height:0}.sgu{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.sgu,.sgu:before{position:absolute;transition:.4s}.sgu:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.sgt input:checked+.sgu{background:linear-gradient(90deg,#fe8b29,#ff0576)}.sgt input:checked+.sgu:before{transform:translateX(24px)}.sgs.sgv{opacity:.4;pointer-events:none}.sgw .sgt{position:relative;display:inline-block;width:40px;height:24px}.sgw .sgu:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.sgw .sgt input:checked+.sgu:before{transform:translateX(16px)}.sgx{display:flex;flex-wrap:wrap;max-width:478px}.sgx .sgy{display:flex;align-items:center;margin:0 8px 16px 0}.sgx.sgh .sgz:last-child{margin-right:0}.sgx .sgy .sgA{position:absolute;opacity:0;width:0;height:0}.sgx .sgy .sgB{color:#fff;font-weight:300;font-size:14px;padding:10px 13.8px;border-radius:17px;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);cursor:pointer}.sgC .sgx .sgy .sgB{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.sgx .sgy .sgA:checked+.sgB{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.sgD .sgE:hover{cursor:pointer;opacity:.6}.sgD .sdo{pointer-events:none;margin-bottom:0;width:240px}.sgD .sgF,.sgD .sgG{display:flex;align-items:center}.sgD .sgG{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.sgD .sgE .sgH{position:absolute;opacity:0;width:0;height:0}.sgD .sgE .sdo{padding:11px 28px}.sgD .sgF .sgI{width:536px;height:96px;background:rgba(0,0,0,.5);border-radius:8px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:14px}.sgD .sgF .sgJ{font-weight:300;font-size:14px;color:hsla(0,11%,95%,.5)}.sgK{overflow:auto}.sgK.sgL{padding-top:8px;padding-right:8px;display:grid;width:-moz-fit-content;width:fit-content;grid-gap:16px;gap:16px;grid-template-columns:auto auto auto auto}.sgK::-webkit-scrollbar{display:none}.sgK .sgM{position:relative;width:96px;height:96px}.sgK .sgM .sgN{width:-moz-fit-content;width:fit-content}.sgK .sgM .sgO{position:absolute;opacity:0;width:0;height:0}.sgK .sgM .sgP{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.sgK .sgM .sgQ{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.sgK .sgR .sgO:checked+.sgN .sgQ{display:block}.sgK .sgR .sgO:checked+.sgN .sgP{background-color:rgba(0,0,0,.4);pointer-events:none}.sgS{display:flex;flex-direction:column;gap:12px}.sgT .sgU{position:relative;color:#707070;width:240px;padding:8px 12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;background-color:rgba(0,0,0,.3);font-size:14px;font-weight:300;line-height:1.2857142857}.sgT .sgV{background-color:#fff}.sgT .sgU:focus-visible{background-color:#fff;color:#333}.sgW{flex-direction:column}.sgW,.sgX{display:flex}.sgX{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.sgW li{position:relative;flex:1 1;margin-bottom:24px}.sgW .sgY{position:absolute;opacity:0;width:0;height:0}.sgW li .sgZ{flex:1 1;display:flex;justify-content:space-between;align-items:center;padding:39px 40px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.sgW li .sgY:checked+.sgZ{border:1px solid #fff}.sgW li .sg0{margin-bottom:24px}.sgW li .sg1{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.sgW li .sg2{margin-bottom:8px}.sgW li .sg2,.sgW li .sg3{font-size:14px;font-weight:300;color:#fff}.sg4{display:flex;flex-direction:column;width:100%}.sgW li .sg5 .sdp{width:64px}.sg5{display:flex;column-gap:16px;margin-top:40px}.sg6{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.sg6.sg7{border:1px solid #fff}.sg6 .sg8{cursor:pointer;display:flex;align-items:center;padding:42px}.sg6 .sg8:hover{opacity:.6}.sg6 .sg8 img{margin-right:10px;width:20px;height:20px}.sg6 .sg8 .sg9{font-size:20px;font-weight:600}.sg6 .sha{transition:opacity .5s}.sg6 .sha.shb{opacity:0}.sg6 .shc{margin:0 auto 40px;width:calc(100% - 84px)}.sg6 .sha .shd{margin:0 auto;padding:0 181px 40px}.sg6 .sha .she{gap:16px}.sg6 .sha .she .sgU{max-width:100%;width:100%}.sg6 .shf{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.sg6 .shf .shg{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.sg6 .shf .shh{font-size:12px;font-weight:600;line-height:1.5714285714}.sg6 .sha .shd button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.shi{max-width:100%;display:flex;flex-wrap:wrap}.shi .shj{margin-right:16px;margin-bottom:16px}.shi .shj:last-child{margin-right:0}.shi .shj .sfS{width:416px}.shj .sfS .sfU{font-size:16px;line-height:1.625;padding:6px 12px}.shj .sfS .sfU:focus{outline:none}.shk{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.sfY .shk{color:#ff624f}.shl.sfR{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.shm{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.shn{width:36px;height:36px}.shl.sfR .sho{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.shl.sfR .shp{display:flex;align-items:center;justify-content:center;background:transparent;height:36px;margin-left:12px;opacity:.6;pointer-events:none}.shl.sfR .shp .shq{text-align:center;color:#fff;font-weight:600;font-size:14px}.shl.sfR .shr{opacity:1;pointer-events:auto}.shs.shl.sfR .shp .shq{color:#fff}.shs.shl.sfR .shp{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.sf1{width:100%}.sf1.sfS .sfU{min-height:192px;height:unset}.sf2 input[type=text]{padding:0}.sf2{width:100%}.sf2 .sf3 .sfT{font-size:14px}.sgc.sfR{width:100%}.sgD .sdo{width:176px}.sgD .sgE .sdo{padding:11px 12px}.sgX{width:100%}.sgW li .sgZ{padding:15px 16px}.sgW li .sg0{margin-bottom:12px}.sgW li .sg1{font-size:16px;margin-bottom:10px}.sgW li .sg2{margin-bottom:8px}.sgW li .sg2,.sgW li .sg3{font-size:12px}.sgW li .sg5{display:flex;flex-direction:column;margin-top:0}.sgW li .sg5 button:last-child{margin-top:8px}.sg6{width:100%}.sg6 .sg8{padding:16px}.sg6 .sg8 img{margin-right:8px;width:16px;height:16px}.sg6 .sg8 .sg9{font-size:14px}.sg6 .shc{margin:0 auto 16px;width:calc(100% - 32px)}.sg6 .sha{margin-bottom:16px}.sg6 .sha .shd{width:100%;padding:0 16px 16px}.sg6 .shf{margin-bottom:16px}.sg6 .shf .shg{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.sg6 .sha .she{gap:8px}.sg6 .sha .she .sgU{width:100%}.sg6 .sha .shd button{margin-top:24px}.shi .shj{margin-right:0}.shi .shj,.shi .shj .sfS{width:100%}.shj .sfS .sfU{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.shk{font-size:12px}.shl.sfR{display:flex;flex-direction:column;width:100%}.shm{padding:8px 16px 8px 12px}.shl.sfR .sho{margin-left:8px;height:44px}}@media screen and (max-width:375px){.sfR .sfT,.sfS .sfU{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.sfR .sfT.sfW{font-size:4.266667vw}.sfR .sfZ,.sfS .sfZ{font-size:2.66667vw}.sfR .sfZ,.sfS .sf0,.sfS .sfZ{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.sfS .sf0{font-size:3.2vw}.sf1.sfS .sfU{height:45.33333vw;min-height:51.2vw}.sf2 .sf3 .sfT{font-size:4.2667vw}.sf2 .sf3{padding:4vw 3.2vw}.sf2 .sf3 .sf4{left:3.2vw;width:5.3334vw;height:5.3334vw}.sf2 .sf3 .sf5{right:2.6667vw;width:4.267vw}.sf2 .sf3 .sf7{padding-left:6.933vw}.sf2.sf9 .sf8{margin-left:4.26667vw;font-size:3.2vw}.sga{gap:4vw}.sgb{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.sgc.sfR .sge{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.sgc.sfR .sge .sgf{font-size:3.733333vw}.sgg.sgh{gap:4.2666vw}.sgg.sgh .sgi .sgk{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.sgg.sgh .sgi .sgj:checked+.sgk{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.sgg.sgh .sgi .sgl{font-size:3.733333vw}.sgm.sgn{gap:4.2666vw}.sgm.sgn .sgo .sgq{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.sgm.sgn .sgo .sgp:checked+.sgq{width:6.4vw;height:6.4vw;background-size:cover}.sgs{padding:2.13333vw 0}.sgt{width:14.9333vw;height:8.53333vw}.sgu{border-radius:4.8vw}.sgu:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.sgt input:checked+.sgu:before{transform:translateX(6.4vw)}.sgw .sgt{width:10.6666vw;height:6.4vw}.sgw .sgu:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.sgw .sgt input:checked+.sgu:before{transform:translateX(4.26666vw)}.sgx .sgy{margin:0 2.133vw 4.267vw 0}.sgx .sgy .sgB{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.sgD .sgG{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.sgD .sdo{width:46.933vw}.sgD .sgE .sdo{padding:2.93333vw 3.2vw;font-size:3.73333vw}.sgK.sgL{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.sgK .sgM .sgQ{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.sgK .sgM{width:25.6vw;height:25.6vw}.sgS{gap:3.2vw}.sgT .sgU{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.sgW li .sgZ{padding:4vw 4.266666vw}.sgW li .sg0{margin-bottom:3.467vw}.sgW li .sg1{font-size:4.266666vw;margin-bottom:2.667vw}.sgW li .sg2{margin-bottom:2.133333vw}.sgW li .sg2,.sgW li .sg3{font-size:3.2vw}.sgW li .sg5 .sdp{width:17.06666vw}.sgW li .sg5 button:last-child{margin-top:2.133333vw}.sg6 .sg8{padding:4.26666vw}.sg6 .sg8 img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.sg6 .sg8 .sg9{font-size:3.73333vw}.sg6 .shc{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.sg6 .sha{margin-bottom:4.26666vw}.sg6 .sha .shd{padding:0 4.26666vw 4.26666vw}.sg6 .shf{margin-bottom:4.26666vw}.sg6 .shf .shg{font-size:3.2vw;margin-bottom:3.2vw}.sg6 .sha .she{gap:2.13333vw}.sg6 .sha .shd button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.shj .sfS .sfU{font-size:3.733vw;padding:1.734vw 3.2vw}.shk{font-size:3.2vw}.shn{height:9.6vw;width:9.6vw}.shm{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.shl.sfR .sho{margin-left:2.133333vw;height:11.733333vw}.shl.sfR .shp .shq{font-size:3.733vw}}.sht{display:flex;flex-wrap:wrap;gap:10px}.shu{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shv{display:flex;flex-wrap:wrap;gap:8px}.shw{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shx{display:flex;flex-wrap:wrap;gap:16px}.shy{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shz{display:flex;flex-wrap:wrap;gap:8px 16px}.shA{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shB{flex-wrap:wrap;gap:16px 12px}.shB,.shC{display:flex}.shC{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)}.shC:active,.shD{background:hsla(0,0%,100%,.1)}.shD{display:inline-flex;column-gap:8px;border-radius:8px}.shE{display:flex;flex-wrap:wrap;gap:8px}.shF{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shG.shH{width:auto;height:32px}.shI{width:32px;height:32px;position:relative}.shI,.shJ{display:block}.shJ{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.shK{background-color:hsla(0,0%,59%,.3)}.shL{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.shL,.shM .shK{opacity:0}.shM .shL{opacity:1}@keyframes srR{0%{width:0}to{width:7px}}@keyframes srS{0%{width:7px}to{width:0}}@keyframes srT{0%{width:0}to{width:11px}}@keyframes srU{0%{width:11px}to{width:0}}@keyframes srV{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes srW{0%{opacity:0}to{opacity:1}}@keyframes srX{0%{opacity:1}to{opacity:0}}.shN{display:flex;flex-wrap:wrap;gap:8px}.shO{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.shP{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.shP .shQ{cursor:pointer;position:absolute;transition:all .2s linear}.shR{gap:18px}.shR,.shS{display:flex;flex-wrap:wrap}.shS{gap:16px}.shT,.shU{display:flex;flex-wrap:wrap}.shU{gap:16px}.shV{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.shW{width:4.266vw}.shX{width:5.333vw}.shY{width:6.4vw}.shZ{width:8.533vw}.sh0{width:5.333vw}.shC{width:10.666vw;height:10.666vw}.shG{width:8.533vw}.shG.shH{width:auto}.shG.shH,.shI{height:8.533vw}.shI{width:8.533vw;position:relative;display:block}.shK{background:hsla(0,0%,100%,.15)}.shM .shK{opacity:0}@keyframes srR{0%{width:0}to{width:1.65vw}}@keyframes srT{0%{width:0}to{width:2.93vw}}@keyframes srU{0%{width:2.93vw}to{width:0}}@keyframes srS{0%{width:1.65vw}to{width:0}}@keyframes srV{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes srW{0%{opacity:0}to{opacity:1}}@keyframes srX{0%{opacity:1}to{opacity:0}}.sh1,.sh2,.shQ{width:10.666vw}.sh3{width:17.066vw}.sh4{width:12.8vw}}.sh5{margin-bottom:34px;position:relative}.sh5,.sh6{width:100%}.sh6{transition:all .3s ease-out}.sh7{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}.sh7,.sh8{width:400px}.sh8{display:flex;align-items:center;height:180px}.sh9 .sbC{line-height:1.4;text-align:left}.sh9 .sch{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sh8 img{max-width:400px;max-height:180px}.sia{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}.sib{display:flex}.sib li{margin-right:7px;width:170px}.sib li.sic{width:auto}.sh6 li .sid{display:block;border-radius:24px;opacity:1}.sib li .sfp{width:36px;height:36px}.sie,.sif{position:absolute;transition:all .3s ease-out;z-index:2}.sie{bottom:7px;right:60px;width:200px}.sif{bottom:0;right:24px;width:24px;height:24px}.sig{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.sih{width:100%}.sih,.sii{position:relative}.sii{overflow:hidden;background:transparent;background-color:#151515;width:13.93vw;height:19.428vw}.sii,.sij{border-radius:6px}.sij{width:100%;height:100%;object-fit:contain}.sih .sc2{width:38px;display:block}.sih .sc3{width:16px;display:block}.sik{bottom:4px;right:0;transform:translateY(4px)}.sik,.sil{position:absolute}.sil{top:0;left:0;width:22px}.sil img{max-width:none;width:100%;height:auto}.sim[data-is-first=true]{width:4vw;flex:0 0 4vw}.sim{position:relative;width:5vw;flex:0 0 5vw}.sim[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.sin{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}.sin[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.sio{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.sio,.sip{position:absolute}.sip{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.siq,.sir{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.siq img{display:inline;width:100%;background-color:hsla(0,0%,59%,.7);border-radius:50%}.sis span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.sit{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.siu{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.siv{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.siv span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.siv img{width:24px;display:block;margin:0 auto}.siw{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}.siw img{width:16px}.siw span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.siw span,.six{text-align:center}.six{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}.siy{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.siz{aspect-ratio:294/165;position:relative}.siA{position:absolute;top:0;left:0;width:22px}.siA img{max-width:none;width:100%;height:auto}.siB{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.siB,.siC{position:absolute}.siC{bottom:4px;right:0;transform:translateY(4px)}.siC .sc3{display:block;width:16px}.siC .sc2{display:block;width:38px}.siD{border-radius:6px;width:100%;height:100%;object-fit:cover}.siE{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.siE img{display:inline;width:100%;border-radius:50%}.siF img{background-color:hsla(0,0%,59%,.7)}@media screen and (max-width:375px){.siF img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:hsla(0,0%,59%,.7)}}.siG{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.siG,.siH{border-radius:1.5px}.siH{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.siI{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}.siJ{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.siJ span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.siJ img{width:24px;display:block;margin:0 auto;opacity:.6}.siK{width:248px;aspect-ratio:248/140;position:relative}.siL{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.siM{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.siN{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.siN .siz{width:294px;height:165px}.siO{display:inline-flex;flex-wrap:wrap;gap:9px}.siP{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:transparent;filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.siP:before{z-index:1}.siP:after,.siP:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.siP:after{z-index:-1}.siQ{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.siR:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.siR:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.siS:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.siS:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.siT:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.siT:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.siU:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.siU:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.siV:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.siV:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.siW:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.siW:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.siX{width:48px;height:48px;padding:0}.siY{width:100%;height:100%;object-fit:cover;border-radius:50%}.siZ{display:flex;gap:12px}.si0{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.si1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.si2{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.si3{padding:0}.si4{width:64px;height:36px}.si4,.si5{object-fit:cover;border-radius:4px}.si5{width:32px;height:48px}.si6{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}.si6 img{width:100%;height:100%;object-fit:cover}.si6 img,.si7{position:absolute;top:0;left:0}.si7{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.si8{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.si8,.si9{text-align:center;position:relative}.si9{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.si9.sja{height:64px}.si9 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sjb{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.sjb,.sjc{position:relative}.sjc{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.sjc img{width:100%;height:100%;object-fit:cover}.sjc img,.sjd{position:absolute;top:0;left:0}.sjd{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.sje{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.sje,.sjf{display:inline-block}.sjf{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.sjf img{width:100%;height:100%;object-fit:cover}.sjg{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.sh7{height:500px;z-index:1;position:absolute;left:0}.sjh{display:flex;align-items:center}.sjh,.sjh video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.sjh{display:flex;align-items:center}.sjh,.sjh video{width:auto;height:46.603vw;margin-left:auto}}@media screen and (max-width:1024px){.sjh video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.sh7{display:none}.sh9{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.sh9,.sie{position:absolute}.sie{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.sif{top:16px;right:16px}.sh9 .sch{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.sig{grid-template-columns:repeat(3,1fr)}.sii{width:29.231vw;height:40.769vw}.siw span{padding:5px 15px}.sim[data-is-first=true]{width:54px;flex:0 0 54px}.sim{width:88px;flex:0 0 88px}.sim[data-is-double-digit=true]{width:96px;flex:0 0 96px}.sin{font-size:12vw;bottom:-1.5vw}.six{font-size:10px}.sit{height:.534vw;margin-top:.712vw;border-radius:.4vw}.siy{gap:8px}.sji{max-width:150px;aspect-ratio:150/84}.siy{grid-template-columns:repeat(2,1fr)}.siI{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.siG{height:.534vw;margin-top:.712vw;border-radius:.4vw}.siN{gap:2.051vw}.sjj,.sjk{position:relative}.sjk{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.sjl{width:100%;height:100%;object-fit:cover}.sjm{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.sjm,.sjn{position:absolute}.sjn{right:0;bottom:4px;transform:translateY(4px)}.sjn .sc2{width:38px}.sjn .sc3{width:16px}.sjo{position:absolute;top:0;left:0;width:22px}.sjo img{max-width:none;width:100%;height:auto}.sjp{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.sjp,.sjq{position:absolute}.sjq{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.sjq,.sjr span{display:inline-block}.sjr span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.sjs{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.sjs,.sjt{border-radius:1.5px}.sjt{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.siX{width:32px;height:32px}.siZ{display:block}.sju{text-align:center}.si0{height:12.8204678363vw;width:87.692vw}.si2{font-size:14px;line-height:1.571}.si6{min-width:84px;aspect-ratio:84/56}.si6 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.si8{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.si9{min-width:111px;aspect-ratio:111/84}.sjc{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.sje{font-size:12px;line-height:1.5}.sjg{margin-top:32px}.sih{width:100%}.sis span{font-size:3.076vw}.sji{width:38.461vw;max-width:none}.si0{border-radius:1.154vw}.si4{width:16.41vw;height:9.23vw}.si6{min-width:21.538vw}.si9{min-width:28.4615vw;min-height:21.025vw}.sja{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.sii,.sij,.siw{border-radius:1.1515vw}.sih .sc3{width:3.071vw}.sih .sc2{width:7.294vw}.sil{width:4.223vw}.sio{top:.96vw;left:5.182vw;gap:.576vw}.siD{border-radius:1.1515vw}.siC .sc3{width:3.071vw}.siC .sc2{width:7.294vw}.siA{width:4.223vw}.siB{top:.96vw;left:5.182vw;gap:.576vw}.sjk{border-radius:1.1515vw}.sjn .sc3{width:3.071vw}.sjn .sc2{width:7.294vw}.sjo{width:4.223vw}.sjm{top:.96vw;left:5.182vw;gap:.576vw}.si4,.si5{border-radius:.768vw}.si6,.si9{border-radius:2.303vw}}@media screen and (max-width:420px){.sim[data-is-first=true]{width:37px;flex:0 0 37px}.sim{width:56px;flex:0 0 56px}.sim[data-is-double-digit=true]{width:72px;flex:0 0 72px}.sin{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.sh5{margin-bottom:9.067vw}.sh9{padding:4.267vw}.sie{bottom:-3.733vw}.sif{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.sii,.sij,.siw{border-radius:1.6vw}.sig{padding:0;gap:2.1333vw}.sih{border-radius:3.2vw}.siq,.sir{width:8.5333vw}.siq img{background-color:hsla(0,0%,59%,.7)}.sis span{font-size:3.2vw}.sit{height:.534vw;margin-top:.712vw;border-radius:.4vw}.siu{border-radius:.533vw}.siv span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.siv img{width:6.4vw}.siw img{width:4.2667vw}.siw span{padding:1.3335vw 4vw}.sih .sc3{width:4.267vw}.sih .sc2{width:10.133vw}.sil{width:5.867vw}.sio{top:1.333vw;left:7.2vw;gap:.8vw}.six{font-size:2.667vw;gap:1.6vw}.six img{width:4.267vw;height:4.267vw}.siy{gap:2.1333vw}.siD{border-radius:1.6vw}.siE{width:8.5333vw}.siE img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.siG{height:.534vw;margin-top:.712vw}.siG,.siH{border-radius:.4vw}.siI{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.siJ{border-radius:3.2vw}.siJ span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.siJ img{width:6.4vw}.siC .sc3{width:4.267vw}.siC .sc2{width:10.133vw}.siA{width:5.867vw}.siB{top:1.333vw;left:7.2vw;gap:.8vw}.siK{width:66.1333vw}.siL{width:8.5333vw}.siM{border-radius:3.2vw}.sjk{border-radius:1.6vw}.siN{gap:2.1333vw}.sjj{border-radius:3.2vw}.sjq{width:8.5333vw}.sjs{height:.534vw;margin-top:.712vw;border-radius:.4vw}.sjn .sc3{width:4.267vw}.sjn .sc2{width:10.133vw}.sjo{width:5.867vw}.sjm{top:1.333vw;left:7.2vw;gap:.8vw}.siO{gap:2.4vw}.siP{width:19.2vw;height:19.2vw;padding:1.6vw}.siX{width:8.5333vw;height:8.5333vw}.si0{border-radius:1.6vw}.si2{font-size:3.7334vw;margin:2.1333vw}.si4{width:17.0666vw;height:9.6vw}.si4,.si5{border-radius:1.0667vw}.si5{width:8.5333vw;height:12.8vw}.si6{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.si8{font-size:14px;font-size:3.7334vw}.si9{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.sjb{font-size:14px;font-size:3.7334vw}.sjc{padding:4.2667vw;min-width:25.6vw}.sje{font-size:12px;font-size:3.2vw}.sjf{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.sjv,.sjw{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.sjw{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.sjw div{width:48px}.sjx{pointer-events:none}.sjy{display:flex;align-items:center;margin-bottom:16px;gap:8px}.sjz{font-size:20px;font-weight:600}.sjA{display:flex;align-items:center;margin-bottom:16px;gap:8px}.sjB{font-size:16px}.sjB,.sjC{font-weight:600}.sjC{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:transparent;white-space:nowrap}.sjD,.sjE{width:100%;display:flex;flex-direction:column}.sjF{display:flex;gap:16px;flex-wrap:nowrap}.sjG{position:relative;flex:0 0 auto}.sjG[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.sjG[data-is-ranking=true] .sim{grid-column:1;grid-row:1;align-self:stretch}.sjG[data-is-ranking=true] .sih{grid-column:2;grid-row:1}.sjG[data-is-ranking=true] .sjH{grid-column:2;grid-row:2}.sjG:hover{z-index:6}.sjD .sjI,.sjE .sjI{position:relative}.sjG .sjJ{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:sjK;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.sjG:hover .sjJ{display:block;animation-name:sjL;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}.sjG .sjJ.sjM{left:0}.sjG:hover .sjJ.sjM{animation-name:sjN}.sjG .sjJ.sjO{right:0}.sjG:hover .sjJ.sjO{animation-name:sjP}@keyframes sjL{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 sjN{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 sjP{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 sjK{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)}}.sjD .sfn,.sjE .sfn{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.sjD .sfn.sjQ,.sjE .sfn.sjQ{left:0}.sjD .sfn.sjR,.sjE .sfn.sjR{right:0}.sjI:hover .sfn{display:block}.sjG .siz{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.sjG .siz,.sjG .sjS{background:transparent;background-color:#151515;border-radius:6px}.sjG .sjS{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.sjD .siz .siD,.sjE .siz .siD{display:block;width:100%}.sjT{width:100%;flex-direction:column}.sjT,.sjU{display:flex}.sjU{flex-wrap:nowrap;gap:16px}.sjV{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.sjV .sim{grid-column:1;grid-row:1;align-self:stretch}.sjV .sih{grid-column:2;grid-row:1}.sjV .sjH{grid-column:2;grid-row:2}.sjV .sii{max-width:287.5152px;max-height:400.99392px}.sjT .sjW{position:relative}.sjT .sfn{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.sjT .sfn.sjQ{left:0}.sjT .sfn.sjR{right:0}.sjT .sjW:hover .sfn{display:block}.sjV:hover{z-index:6}.sjV .sjJ{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:sjK;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.sjV:hover .sjJ{display:block;animation-name:sjL;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.sjV .sjJ.sjM{left:0}.sjV:hover .sjJ.sjM{animation-name:sjN}.sjV .sjJ.sjO{right:0}.sjV:hover .sjJ.sjO{animation-name:sjP}.sjV .siI{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.sjX .sjU{display:flex;flex-wrap:nowrap;gap:16px}.sjX .sjV .siz{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.sjY{width:100%;flex-direction:column}.sjY,.sjZ{display:flex}.sjZ{gap:16px}.sjY .sj0{position:relative}.sjY .sih{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}.sjY .sih .sij{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.sjY .sfn{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.sjY .sfn.sjQ{left:0}.sjY .sfn.sjR{right:0}.sjY .sj0:hover .sfn{display:block}.sjY .sjZ>a:hover{z-index:6}.sj1{margin-top:16px;font-weight:600}.sj2{margin-top:8px}.sj3{display:flex;flex-direction:column}.sj3 li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.sj3 li:not(:last-child){margin-bottom:16px}.sj4{height:100%}.sj4,.sj5{display:flex;align-items:center}.sj5{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}.sj6{font-family:Jost,sans-serif;font-weight:600}.sj7{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.sj8{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.sj8,.sj9{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.sj9{line-height:1.625;margin-bottom:5px}.sj9,.ska{font-size:16px}.sj3 li.skb:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:transparent;border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.skc{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.skd{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.ske{position:relative;display:flex;align-items:center}.ske.skf{justify-content:left}.skg{position:relative;display:block;width:100%}.skh{display:flex;align-items:center;justify-content:space-between}.skh .siD{border-radius:6px}.skh .siK{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.ski{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.ski .sbF{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){.ski .sbF{max-width:40vw}}.ski .sbW{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.skj{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.skj .skk{font-weight:600;font-size:12px;width:39px}.skj .skl>div{width:16px;height:16px}.skh .skm{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}.skn{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%)}.skn .shG{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.ske.sko .skn .shY{width:24px;height:24px;transform:rotate(180deg)}.ske.skp .sbW{color:#ff624f}.ske.sko .skn{pointer-events:none}.skh .skq{color:#fc348e}.ske.skp .skr{color:#d3d3d3}.ske.sks .ski{padding-right:0!important}.skt{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.ske.sky .ski .sbX{margin-bottom:12px}.ske.sky .skz{font-size:12px;font-weight:600;margin-bottom:4px}.ske.sky .skA{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.ske.sky .skA span:first-child{margin-right:16px}.ske.sky .skB{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.skC .skD{display:flex;align-items:center}.skC .skD .siK{height:auto}.skC .skD>div:first-child{position:relative;margin-right:16px}.skC .skE{display:flex;flex-direction:column;justify-content:center;width:648px}.skC .skE .skF{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}.skC .skE .skG{font-size:12px;color:#d3d3d3;margin-bottom:12px}.skC .skE .skH .skI{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.skJ{position:absolute;bottom:0;right:0}.siD.skK{width:100%}.skC .skL{height:24px}.skC .skL .skM{width:248px}.skN{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.skN,.skO{position:absolute}.skO{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.skP{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.skC .skE .skQ{display:flex;justify-content:space-between;align-items:center}.skQ>.sdp{flex-shrink:0}.skR{position:relative;display:block;width:100%}.skS{display:flex;align-items:center}.skS .siK{margin-right:16px}.skT,.skU{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.skV a:hover,.skW a:hover,.skX a:hover{opacity:1}.skT>a>div:first-child,.skU>a>div:first-child{margin-right:16px}.skT .skY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.skT img.skZ{margin-right:16px}.skT .skY .sk0{display:flex;align-items:center}.skT .skY .sk0 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.skT .skY .sk0 p,.skT .skY p.sk1{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.skT .skY p.sk1{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.skT .skY .sk2{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.skT .skY .sk3{display:flex}.skT .skY span.sk1{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%}.skT .skY span.sk4,.skT .skY span.sk5{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.skT .skY span.sk4,.skT .skY span.sk6{padding-right:12px}.sk6,.sk7{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.sk6 span,.sk7 span{font-weight:300;margin-left:3px}.sk8,.skT .skY .sk8{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}.sk5 b{font-weight:600}.sk9,.skW .skT .skY .sk2{display:flex}.sk9{flex-wrap:wrap}.sla{width:210px}.slb{display:flex;align-items:center}.slb>a{height:48px;width:48px}.slb>div{margin-right:8px}.slb .slc{flex:1 1;display:flex;flex-direction:column;justify-content:center}.sld{height:48px;width:48px}.sle{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}.slf{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.slf,.slf>button{position:relative}.slf>button{top:-19px}.slg{font-size:12px;color:#eee}.slh .sli{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.slh .sli img{object-fit:cover;height:100%;width:100%}.slh .sli span{position:absolute;right:8px;bottom:8px}.slh .sli>div{position:absolute;top:6px;left:6px}.slh .slj{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.slh .slj,.slh .slk{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.slh .slk{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.sll{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.sll:hover{background-color:hsla(0,0%,100%,.1)}.slm a:hover{opacity:1}.sll .sln,.sll>a>div:first-child{margin-right:16px}.sll .slo{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.sll .slo .slp{display:flex;align-items:center}.sll .slo .slp>img:last-child{margin-left:2px}.sll .slo .slp p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.sll .slo .slp p,.sll .slo p.slq{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.sll .slo p.slq{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.slr .sls{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sll .slt{display:flex}.sll .slt button:first-child{margin-right:8px}.slu{display:flex;align-items:center;max-width:720px}.slu:hover{background-color:hsla(0,0%,100%,.1)}.slu .slv{margin-right:16px}.slw a:hover{opacity:1}.slu>a>div:first-child{margin-right:16px}.slu .slx{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.slu .slx .sly{display:flex;align-items:center}.slu .slx .sly 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}.slu .slx .sly>img{margin-left:2px}.slu .slx p.slz{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}.slA{display:flex;flex-wrap:wrap;gap:4.103vw}.slB,.slC,.slD{width:16.496vw}.slC,.slD{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.slC .slE,.slD .slE{object-fit:cover;height:100%;width:100%;border-radius:6px}.slC .slF,.slD .slF{position:absolute;right:8px;top:8px;cursor:pointer}.slG .slH{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.slG .slH,.slG .slI{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.slG .slI{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.slG .slI,.slG .slJ{line-height:1.5714285714}.slG .slJ{margin-bottom:8px;overflow:hidden;height:6.284em}.slK{justify-content:space-between;margin-bottom:8px}.slK,.slK .slL{display:flex;align-items:center}.slK .slL{gap:6px}.slM{display:flex;justify-content:space-between;align-items:center}.slM .slN{font-size:12px;color:#eee}.slO{display:flex;flex-wrap:wrap}.slO>li{width:100%}.slO>li:not(:last-child){margin-bottom:24px}.slP,.slQ{display:flex;align-items:center}.slQ{gap:16px;width:calc(100% - 48px)}.slQ .sji{width:248px;height:140px}.slR{flex:1 1}.slS{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}.slT{display:flex;align-items:center;margin-bottom:14px}.slT>p{font-weight:600;margin-right:16px}.slU{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.slR>:last-child{margin-bottom:0}.slV{margin-left:24px}.slW{display:flex;flex-wrap:wrap;gap:56px 16px}.slX{width:13.93vw;position:relative}.slX .sij{border-radius:6px}.slW .slF{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.slW .sii.slY span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.slW .sii.slY span,.slZ{position:absolute;left:50%;transform:translate(-50%)}.slZ{top:38.9%}.sl0.sl1{margin-top:16px}.sl2{font-weight:600;-webkit-line-clamp:2;height:3.25em}.sl2,.sl3{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.sl3{height:4.875em;-webkit-line-clamp:3}.sl4{font-size:12px;margin-top:11px;display:flex}.sl4 span:not(:last-child){margin-right:4px}.slW .sl5{margin-top:16px}.sl6{display:flex;align-items:center}.sl7 img{width:120px;height:120px}.sl6 .sl8{margin-left:16px;width:71%}.sl6 li:not(:last-child){margin-bottom:6px}.sl6 .sl8 p{font-size:12px;font-weight:300}.sl9{max-width:43.255vw}.sl9 .sma{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.sl9 .sma,.sl9 .smb,.sl9 .smc{margin-bottom:16px}.sl9 .smc{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}.sl9 .smd,.sl9 .sme{display:flex;align-items:center}.sl9 .smd .smf{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.sl9 .smg{display:flex;align-items:center;justify-content:right;gap:16px}.sl9 .smd img.smh,.sl9 .sme img.smi{margin-right:4px}.sl9 .smd .smj,.sl9 .sme .smk{font-size:12px;font-weight:600;line-height:1.5}.sl9 .sme .smk{font-weight:300;margin-left:4px}.sl9 .sml{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.sl9 .sml a{display:flex;padding-right:16px}.sl9 .sml .smm{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.sl9 .sml .smn{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.sl9 .sml .smn .smo{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.sl9 .sml .smn .smp{flex-shrink:0}.sl9 .sml .smq{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sl9 .sml .smr{position:relative;display:flex;justify-content:center;width:56px;height:80px}.sl9 .sml .smr .sms{width:100%;height:100%;object-fit:cover;border-radius:4px}.sl9 .sml .smt{position:absolute;bottom:-16px}.sl9 .smt .smu{width:32px;height:32px;background:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.sl9 .smt .shG{margin:0}.smv{margin-left:auto;position:relative}.smv,.smw{max-width:355.60656px;width:17.229vw}.smw{height:24.047vw;max-height:496.33008px}.smw img{width:100%;height:100%;object-fit:cover;border-radius:6px}.smx{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%)}.smv .smy{margin-top:16px}.smy .smz{display:flex;justify-content:space-between;align-items:center}.smy .smz .smA{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)}.smB{position:absolute;top:calc(24.047vw + 20px);right:0}.smy .smC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.smy .smD{margin-top:8px;gap:12px}.smy .smD,.smy .smD .smE{display:flex;align-items:center}.smy .smD .smE{gap:4px}.smy .smF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.smv .smG{margin-top:16px;display:flex;align-items:center;gap:12px}.smv .smH{width:48px;height:48px;min-width:48px;min-height:48px}.smG .smI{position:relative}.smI .smJ{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.smI .smK{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.smI .smL{flex-shrink:0}.smG .smI .smM{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.smG .smI .smN{position:absolute;bottom:2px;right:0;z-index:5}.smO{max-width:43.255vw}.smO .smP{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.smO .smP,.smO .smQ{margin-bottom:16px}.smO .smR{margin-bottom:24px}.smO .smS{width:170px}.smO .smT{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.smO .smT,.smU{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.smU{-webkit-line-clamp:1;word-break:break-all}.smO .smV{justify-content:right;gap:16px}.smO .smV,.smO .smW,.smO .smX{display:flex;align-items:center}.smO .smX img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.smO .smY{font-size:12px}.smO .sm0,.smO .smZ{font-size:12px;line-height:1.5}.smO .smW .smZ{margin-left:4px}.smO .sm1{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%)}.smO .sm1 a{display:flex;padding-right:16px}.smO .sm1 .sm2{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.smO .sm1 .sm3{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.smO .sm4{flex-shrink:0}.smO .sm1 .sm3 .sm5{-webkit-line-clamp:1;word-break:break-all}.smO .sm1 .sm3 .sm5,.smO .sm1 .sm6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.smO .sm1 .sm6{line-height:1.571;-webkit-line-clamp:2}.smO .sm1 .sm7{position:relative;display:flex;justify-content:center;width:56px;height:80px}.sm1 .sm7 .sm8{width:100%;height:100%;object-fit:cover;border-radius:4px}.smO .sm1 .sm9{position:absolute;bottom:-16px}.smO .sm9 .smu{width:32px;height:32px;background:transparent;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%}.smO .sm9 .shG{margin:0}.sna,.snb{width:21vw;max-width:433.44px}.snb{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.snb .snc{width:100%;height:100%;object-fit:cover;border-radius:12px}.snb .snd.sne,.snb .snf.sng{position:absolute;top:12px;left:12px}.snb .snh{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.snb span{position:absolute;right:8px;bottom:8px}.sni{display:flex;align-items:center}.sni .snj{margin-right:36px}.sni .snj,.sni .snk{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.sni .snk{margin-right:20px}.sni .snl .snm{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.sni .snl .snm,.sni .snl .snn{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.sni .snl .snn{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.sni .snl .sno{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}.snp{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.snp .smY{font-size:12px}.snp .snq{gap:8px}.snp .snq,.snr{display:flex;align-items:center}.snr{gap:12px}.sns{width:48px;height:48px;min-width:48px;min-height:48px}.snr .snt{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.snr .snu{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.snr .snu,.snr .snv{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.snr .snv{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.snw{max-width:45.455vw}.snw .snx{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}.snw .sny{display:flex;align-items:center}.snw .snz{width:100%;height:100%;object-fit:cover;border-radius:12px}.snw .snA{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.snA .snB{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.snw .snC{flex:1 1;width:calc(100% - 18.18vw - 16px)}.snw .snD{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.snw .snE{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.snw .snF{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}.snG{max-width:39.736vw}.snG a{display:flex;align-items:center;justify-content:space-between}.snG .siK{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.snG .siD{border-radius:6px}.snH{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.snG .snH .snI{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}.snG .snJ{display:flex;align-items:center}.snG .snJ .snK{margin-right:8px}.snG .snJ .snL{font-size:12px;color:#d3d3d3}.snM{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.snM .si6{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.snM .si8{font-size:min(1.026vw,21.17664px)}.snN{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.snN .snO{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.snN .snO:hover{background-color:hsla(0,0%,100%,.1)}.snN .snP{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.snN .snP:active{cursor:grabbing;cursor:-webkit-grabbing}.snN .snQ{width:24px;height:32px;border-radius:6px;margin-right:28px}.snN .snQ img{width:100%;height:100%;object-fit:cover}.snN .snR{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.snN .snR:before{content:counter(title)}.snN .snS{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}.snT{width:24px;height:24px}.snN .snU{width:100%;height:100%;object-fit:cover;cursor:pointer}.snV{display:flex;gap:64px}.snW{max-width:24.926vw}.snW,.snW a{display:flex;justify-content:space-between;align-items:center}.snW a{max-width:21.407vw;width:calc(100% - 32px)}.snX{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.snY{border-radius:12px;object-fit:cover;height:100%;width:100%}.snZ{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)}.sn0{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sn1{width:32px;height:32px}.sn2{width:374px}.sn2,.sn3{overflow:hidden}.sn3{width:100%;height:100%;display:flex;flex-direction:column}.sn4{padding-bottom:28px}.sn3 .sjy{justify-content:space-between;padding-right:16px}.sn5{display:flex;flex-wrap:nowrap;gap:8px}.sn5 .sii{width:114px;height:159px}.sn6{position:relative;flex:0 0 auto}.sn6[data-is-ranking=true] .sn7{display:grid;grid-template-rows:auto auto}.sn6[data-is-ranking=true] .sim{grid-column:1;grid-row:1;align-self:stretch}.sn6[data-is-ranking=true] .sih{grid-column:2;grid-row:1}.sn6[data-is-ranking=true] .sn8{grid-column:2;grid-row:2}.sn3 .sn9{position:relative}.sn3 .sfn{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.sn3 .sfn.sjQ{left:8px}.sn3 .sfn.sjR{right:8px}.sn3 .sn9:hover .sfn{display:block}.sn3 .sin{font-size:64px;bottom:-8px}.sn3 .sim[data-is-first=true]{width:46px;flex:0 0 46px}.sn3 .sim{position:relative;width:56px;flex:0 0 56px}.sn3 .sim[data-is-double-digit=true]{width:64px;flex:0 0 64px}.soa.sbv{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.sl5{display:flex;align-items:center}.sl5 .sob{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.sl5 .shY.soc:hover{opacity:.6}.sl5 .shY.soc.sbv:hover{opacity:1}@media screen and (min-width:2064px){.smB{top:514px}}@media screen and (max-width:1024px){.skh .siD{border-color:violet;border-radius:6px}.skC .skD .sod .soe,.skO{border-radius:1.1515vw}.skJ img{width:100%;height:auto}.slA{display:grid;grid-template-columns:repeat(2,1fr)}.slC .slE,.slD .slE{border-radius:6px}.sof{flex-direction:column;gap:48px}.slu,.sof{display:flex}.slu{align-items:center}.slu .slv{margin-right:16px}.slu .slx{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.slu .slx .sly{display:flex;align-items:center}.slu .slx .sly 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}.slu .slx p.slz{font-size:12px;font-weight:300;margin-top:4px}.slB{width:43.846vw}.slC,.slD{margin-bottom:8px}.slD .sog{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.slG .slH{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.slG .slI{font-weight:300;margin-bottom:2px;height:1.5em}.slG .slI,.slG .slJ{font-size:12px;line-height:1.5}.slG .slJ,.slK{margin-bottom:8px}.slM .slN{font-size:10px}.slQ{width:calc(100% - 14px)}.slO li:not(:last-child){margin-bottom:16px}.slQ .sji{width:38.462vw;height:21.538vw}.slV{margin-left:0}.slS{font-size:14px;margin-right:11px}.slS,.slT{margin-bottom:8px}.slT>p{font-size:12px;margin-right:8px}.slT .scS,.slT>p{white-space:nowrap}.slU{margin-right:11px}.slW{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.slX{width:29.231vw}.slW .slF{right:8px}.slZ{top:27%}.slW .sii.slY span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.sl0.soh{margin-top:12px}.sl2{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.sl3{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.sl4{font-size:10px}.sl4,.slW .sl5{margin-top:10px}.sl7 img{width:80px;height:80px}.sl6 li:not(:last-child){margin-bottom:5px}.sl6 .sl8 p{font-size:10px}.sl9{max-width:91.795vw}.sl9 .sma{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.sl9 .soi{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sl9 .soj{margin-left:16px}.sl9 .smc{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.sl9 .smg{justify-content:left}.sl9 .sml{background-color:transparent;padding:0;position:relative}.sl9 .sml .smm{max-width:100%}.sl9 .sml a{padding-right:0}.sl9 .sml .smn{font-size:12px;padding-left:0;margin-bottom:8px}.sl9 .sml .smn:after{font-size:12px}.sl9 .sml .smq{font-size:12px;line-height:1.5;overflow:hidden}.sl9 .sml .sok{position:absolute;bottom:2px;right:0;z-index:5}.smv{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.smv .sol{justify-content:space-between}.smv .sol,.smv .sol a{display:flex;align-items:center}.smv .sol a{gap:16px}.smw{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.smx{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)}.smx.som,.smx.son{right:unset;left:-1.282vw}.smv .smy{max-width:28.205vw;margin-top:16px}.smy .smz{display:flex;justify-content:space-between;align-items:center}.smy .smz .smA{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.smB{position:unset;top:unset;right:unset}.smy .smC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.smy .smD{display:flex;align-items:center;margin-top:8px;gap:12px}.smy .smD .smE{display:block;position:absolute;top:12px;left:78px;gap:4px}.smy .smF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.smv .smG{margin-top:16px;position:relative;gap:unset}.smG a{display:flex;align-items:center;gap:16px}.smO{max-width:91.795vw}.smO .smP{font-size:72px;line-height:1.1944444444}.smO .smP,.smO .smQ{margin-bottom:8px}.smO .smR{margin-bottom:12px}.smO .smR .smT{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.smO .smR .smU{font-size:12px;color:#d3d3d3}.smO .soo{margin-left:16px}.smO .smT{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.smO .smV{justify-content:space-between}.smO .smV,.smO .smV .sop{display:flex;align-items:center}.smO .smV .sop{gap:8px}.smO .soq{display:flex;align-items:center}.smO .soq .sor{width:40px;height:40px}.smO .sm1{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.smO .sm1 .sm2{max-width:100%}.smO .sm1 a{padding-right:0}.smO .sm1 .sm3{font-size:12px;padding-left:0;margin-bottom:8px}.smO .sm1 .sm3:after{font-size:12px}.smO .sm1 .sm6{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sna{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.snb{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.snb .snd.sne,.snb .snf.sng{top:8px;left:8px}.sni{display:unset;align-items:unset;gap:0}.sos{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.sni .snl .snm{margin-bottom:2px}.sni .snl .snm,.sni .snl .snn{font-size:14px;line-height:1.571}.sni .snl .snn{margin-bottom:4px}.sni .snl .sno{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.snp{padding-left:0}.sns{width:40px;height:40px;min-width:40px;min-height:40px}.snw{max-width:49.231vw}.snw .sot{position:relative;margin-bottom:16px}.snw .sou{width:100%}.sot .sov{position:absolute;display:flex;gap:2px;top:4px;left:4px}.sot .sc3{position:absolute;bottom:0;right:0}.snw .snx{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.snw .sow{display:flex;align-items:center;margin-bottom:8px}.snw .sox{font-size:12px;margin-right:16px;color:#d3d3d3}.snw .soy{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}.snG{max-width:91.795vw}.snG a{display:flex;align-items:center}.snH{width:calc(100% - 16px - 38.462vw);min-width:none}.snG .snH .snI{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.snG .snJ{display:flex;align-items:center}.snG .snJ .snL{font-size:12px;color:#d3d3d3}.snM{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.snM .si6{width:unset;height:unset;min-width:21.538vw}.snM .si8{font-size:14px}.snM::-webkit-scrollbar{display:none}.snN{max-width:91.795vw}.snN .snO{padding:12px 0}.snN .snP{display:none}.snN .snQ{width:36px;height:49px;border-radius:6px;margin-right:16px}.snN .snR{text-align:left;width:28px}.snN .snS{width:calc(100% - 120px)}.snV{flex-direction:column;gap:16px}.snV,.snW{display:flex}.snW{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.snW a{max-width:unset}.snZ{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}.sn0{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.sn2{width:100%}.sn5 .sii{width:29.231vw;height:40.769vw}.sl5 .smY{font-size:12px}}@media screen and (max-width:375px){.sjI>.sjF:after,.sjU>.sjV:after,.sjW>.sjU:after,.snM:after{content:"";display:block;flex:0 0 4.267vw}.skh .siD{border-color:green;border-radius:1.6vw}.ski{padding-right:11.733vw;margin-left:4.267vw}.ski .sbF{font-size:3.733vw}.ski .sbF,.ski .sbW{margin-bottom:2.133vw}.ski .sbW{font-size:3.2vw}.skj{gap:2.133vw}.ske .ski .skl>div{width:4.267vw;height:4.267vw}.ski .skk{font-size:2.667vw}.ski .soz .soA{width:3.733vw;height:3.733vw}.skn{min-width:8.53333vw;margin-left:2.133vw}.skn .shG{width:8.53333vw;height:8.53333vw}.skn .shY{width:4.267vw;height:4.267vw}.skj .skk{width:11.8vw}.ske .skt{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.ske.soB .soC{font-size:3.733vw;margin-top:4.267vw}.ske.soD .skh .siD{border-radius:1.6vw}.ske.soD .ski .sbW{margin-bottom:4.267vw}.ske.soD.ske .skm{font-size:3.2vw}.ske.soD.ske .skj{margin-top:4.267vw}.ske.sky .ski .sbW{margin-bottom:3.2vw}.ske.sky .skz{font-size:3.2vw;margin-bottom:1.067vw}.ske.sky .skA{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.ske.sky .skA span:first-child{margin-right:4.267vw}.ske.sky .skB{font-size:2.667vw;margin-bottom:3.2vw}.ske.sky .soC{margin-top:4.267vw}.ske.sky.ske .skm{font-size:3.2vw}.ske.sky .soE{width:4.267vw;height:4.267vw}.skC .skD .sod{margin-right:4.267vw}.skC .skD .sod .soe{border-radius:1.6vw}.skC .skD .sod .soF{width:10.256vw}.skC .skD .skE{margin-right:6.154vw}.skC .skD .skE.soG{margin-right:2.133vw}.skC .skD .skE .skF{font-size:3.77vw;margin-bottom:1.067vw}.skC .skE .skG,.skC .skH .skI{font-size:3.2vw}.skC .skD .skE.soH{margin-right:2.133vw}.skC .skD .sdp.soI{font-size:3.2vw;padding:0 1.795vw}.skP,.soJ{font-size:3.77vw}.siG.soK{margin-bottom:1.6vw}.skC .skH .soL,.skC .skH .soM{font-size:3.2vw}.skV>div:not(:last-child),.skW>div:not(:last-child){margin-bottom:4.267vw}.skT>a>div:first-child,.skU>a>div:first-child{margin-right:4.267vw}.skU{margin-bottom:3.267vw}.skT .skY,.skU .skY{margin-right:4.267vw}.skT .skY .sk2{margin-bottom:0}.sk6 span,.sk7 span{margin-left:.8vw}.skT img.skZ{margin-right:4.267vw}.skT .skY .sk0 p,.skU .skY .sk0 p{font-size:3.733vw;margin-right:.533vw}.sk6,.sk7,.skT .skY p.sk1,.skT .skY p.sk5,.skU .skY p.sk1{font-size:3.2vw;margin-top:2.133vw}.sk8{font-size:3.733vw}.sk9{display:flex;flex-wrap:wrap}.sk9 li:nth-of-type(2n){margin-right:0}.sla{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.slb>a{height:8.533vw;width:8.533vw}.slb>div{margin-right:2.133vw}.slc{width:60%}.sle{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.slg{font-size:2.667vw}.slF{width:6.154vw}.slh .sli{margin-bottom:2.133vw;border-radius:1.6vw}.slh .sli img{width:100%}.slh .sli span{right:2.133vw;bottom:2.947vw}.slh .slj{font-size:3.733vw}.slh .slj,.slh .slk{margin-bottom:2.133vw}.slh .slk{font-size:3.2vw}.sll .sln,.sll>a>div:first-child{margin-right:4.267vw}.sll .slo{margin-right:1.067vw}.sll .slo .slp>img:last-child{margin-left:.533vw}.sll .slo .slp p{font-size:3.733vw}.sll .slo p.slq{font-size:3.2vw;margin-top:1.067vw}.sll .slt button:first-child{margin-right:2.133vw}.sof{gap:12.8vw}.slu .slv,.slu>a>div:first-child{margin-right:4.267vw}.slu .slx{margin-right:1.067vw}.slu .slx .sly p{font-size:3.733vw}.slu .slx .sly>img{margin-left:.533vw}.slu .slx p.slz{font-size:3.2vw;margin-top:1.067vw}.slA{gap:4.267vw}.slC,.slD{margin-bottom:2.133vw}.slC .slE,.slD .slE{border-radius:1.6vw}.slC .slF,.slD .slF{right:2.133vw;top:2.133vw}.slC span{right:2.133vw;bottom:2.133vw}.slD span{font-size:3.77vw}.slD .sog{width:4.267vw}.slG .slH{font-size:3.77vw;margin-bottom:.256vw}.slG .slI{font-size:3.2vw;margin-bottom:.533vw}.slG .slJ{font-size:3.2vw}.slG .slJ,.slK{margin-bottom:2.133vw}.slK .slL{gap:1.6vw}.slM .slN{font-size:2.667vw}.slW{gap:7.2vw 2.133vw}.slX{width:31.785%}.slW .slF{top:2.133vw;right:2.133vw}.slZ{width:4.267vw}.slW .sii.slY span{font-size:3.2vw}.sl0.sl1{margin-top:3.2vw}.sl2{font-size:3.733vw;margin-top:2.033vw}.sl3{font-size:3.2vw;margin-top:1.233vw}.sl4{font-size:2.667vw;margin-top:2.667vw}.sl4 span:not(:last-child){margin-right:0}.slW .sl5{margin-top:2.667vw}.sl7 img{width:21.333vw;height:21.333vw}.sl6 .sl8{margin-left:4.267vw}.sl6 li:not(:last-child){margin-bottom:1.333vw}.sl6 .sl8 p{font-size:2.667vw}.sl9 .sma{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.sl9 .soi{margin-bottom:4.267vw}.sl9 .soj{margin-left:4.267vw}.sl9 .smc{font-size:3.733vw;margin-bottom:3.2vw}.sl9 .sml .smm{margin-left:3.733vw}.sl9 .sml .smn{margin-bottom:2.133vw}.sl9 .sml .smn,.sl9 .sml .smn:after,.sl9 .sml .smq{font-size:3.2vw}.smv{padding-left:17.067vw}.smv .sol a{gap:4.267vw}.smw{border-radius:3.2vw}.smx{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}.smx.som,.smx.son{right:unset;left:-1.282vw}.smv .smy{margin-top:4.267vw}.smy .smz .smA{font-size:3.733vw}.smy .smC{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.smy .smD{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.smy .smD .smE{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.smy .smF{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.smv .smG{margin-top:4.267vw}.smG a{gap:4.267vw}.smG .soN{min-width:19.2vw;min-height:19.2vw}.smI .smJ{margin-bottom:1.333vw;align-items:center}.smG .smI .smM,.smI .smJ{font-size:3.2vw}.smO .smP{font-size:19.2vw;line-height:1.1944444444}.smO .smP,.smO .smQ{margin-bottom:2.133vw}.smO .smR{margin-bottom:3.2vw}.smO .smR .smT{font-size:3.733vw;margin-bottom:2.133vw}.smO .smR .smU{font-size:2.133vw}.smO .soo{margin-left:4.267vw}.smO .smT{font-size:3.733vw;margin-bottom:3.2vw}.smO .smV .sop{gap:2.133vw}.smO .soq .sor{width:10.667vw;height:10.667vw}.smO .sm1 .sm3{margin-bottom:2.133vw}.smO .sm1 .sm3,.smO .sm1 .sm3:after,.smO .sm1 .sm6{font-size:3.2vw}.smO .smX img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.sna{width:100%;padding-left:16.41vw}.snb{margin-bottom:3.2vw}.snb .snc{width:100%;border-radius:3.2vw}.snb .snd.sne,.snb .snf.sng{top:2.133vw;left:2.133vw}.snb .snh{width:10.256vw}.snb span{right:2.133vw;bottom:2.133vw}.sos{letter-spacing:-2.4vw;font-size:18.462vw}.sni .snl .snm{font-size:3.77vw;margin-bottom:.533vw}.sni .snl .snn{font-size:3.77vw;margin-bottom:1.067vw}.sni .snl .sno{font-size:3.2vw;margin-bottom:2.667vw}.snp{margin-bottom:3.2vw}.snp .smY{font-size:3.2vw}.snp .snq{gap:2.133vw}.snr{gap:3.2vw}.sns{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.snr .snt{font-size:3.2vw;margin-bottom:1.282vw}.snr .snt:after{font-size:3.2vw;margin-left:1.539vw}.snr .snv{font-size:3.2vw}.snw{max-width:51.2vw}.snw .sot{margin-bottom:4.267vw}.snw .snz{border-radius:3.2vw}.snw .snx{font-size:3.733vw;margin-bottom:6.4vw}.snw .snD{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.snw .snE{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.snw .snE,.snw .soO>span{font-size:3.2vw}.snw .soy{font-size:3.733vw}.snw .sox{font-size:3.2vw;margin-right:4vw}.snG .snH .snI{font-size:3.733vw;margin-bottom:2.133vw}.snG .snJ .snK{margin-right:2.133vw}.snG .snJ .snL{font-size:3.2vw}.snM{gap:2.133vw}.snM .soP,.snM .soQ{border-radius:4.267vw}.snM .si8{font-size:3.733vw}.snN .snO{padding:3.2vw 0}.snN .snP,.snN .snQ{margin-right:4.267vw}.snN .snQ{width:9.6vw;height:13.067vw;border-radius:1.6vw}.snN .snR{width:7.468vw;font-size:3.733vw}.snN .snS{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.snT{width:6.4vw;height:6.4vw}.snV{display:flex;flex-direction:column;gap:4.267vw}.snW a{width:calc(100% - 8.533vw)}.snZ{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.sn0{font-size:3.733vw}.sn1{width:8.533vw;height:8.533vw}.sl5 .sob{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.sl5 .smY{font-size:3.2vw}}@media screen and (max-width:1024px){.sjI>.sjF:after,.sjU>.sjV:after,.sjW>.sjU:after,.snM:after{content:"";display:block;flex:0 0 16px}.sjG{width:29.23vw}.sjG[data-is-ranking=true]{width:auto;margin-right:0}.sjD .sjI,.sjE .sjI{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.sjD .sjI::-webkit-scrollbar,.sjE .sjI::-webkit-scrollbar{display:none}.sjF{display:flex;flex-wrap:nowrap;gap:8px}.sjF .sjS{margin-right:8px}.sjF .sjS,.sjF .soR{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.sjF .soR{margin-right:10px}.sjD .sjj .sjl,.sjE .sjj .sjl{display:block;width:100%}.sjy{justify-content:space-between;padding-right:16px}.sjz{font-size:16px}.sjA{justify-content:space-between}.sjB{font-size:14px}.sjC{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:transparent;white-space:nowrap}.sjT .sjW{padding-bottom:4.05vw}.sjU{gap:8px}.soS{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.sjX .sjU{gap:8px}.sjX .sjV .siz{width:38.462vw;height:21.538vw}.sjT.sjX .siI{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.sjZ{gap:2.133vw}.sjY .sih{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.sj3 li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.sj5{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}.sj6{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.sj7{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}.sj8{font-size:14px;margin-bottom:4px}.sj9{margin-bottom:5px}.sj9,.ska{font-size:12px}.sj3 li.skb:after{content:none}.sj3 li.skb .sj4{opacity:.4}.skc{font-size:12px}.skd{flex-wrap:wrap;flex-direction:column;gap:16px}.skd,.ske{display:flex}.ske{align-items:center;justify-content:space-between;width:100%}.skh .siK{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.ski{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.ski .sbF{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.skj{gap:8px;margin-bottom:unset}.skn{margin-left:12px}.ske .skt{margin-right:8px}.skf.ske .siK{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.ske .skm,.ske.soT .siE{display:none}.ske.soB .soC{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}.ske.soB .skn{top:50%}.ske.soD .skh .siK{width:29.231vw;height:40vw}.ske.soD .skh .siD{border-radius:6px}.ske.soD.ske .ski{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.ske.soD .ski .sbW{margin-bottom:16px}.ske.soD.ske .skm{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ske.soD.ske .skj{margin-top:16px;order:4}.ske.sky .skh .siK{position:relative;width:29.231vw;height:40vw}.ske.sky .skh .siD{border-radius:6px}.ske.sky .skh .siK .sc3{position:absolute;bottom:0;right:0}.ske.sky .skh .ski{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.ske.sky .ski .sbW{margin-bottom:12px}.ske.sky .skz{font-size:12px;font-weight:600}.ske.sky .skA{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.ske.sky .skA,.ske.sky .skB{font-weight:300;line-height:1.5}.ske.sky .skB{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.ske.sky .soC{position:relative;display:block;margin-top:16px}.ske.sky .soC button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.ske.sky .skm{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}.ske.sky .skn{top:30%;transform:translateY(-30%)}.skC{flex-direction:column;align-items:normal}.skC .skD:not(.soU){margin-bottom:13px}.skC .skD .sod{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.skC .skD .sod .soe{width:100%;height:100%;object-fit:cover}.skC .skD .sod .soF{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.skC>div:first-child{position:unset;margin-right:0}.skC .skD .skE{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.skC .skD .skE .skF{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.skC .skD .skE .skG{margin-bottom:0}.skC .skH{position:relative}.skC .skH .skI{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.skC .skL{height:13px}.skC .skL .skM{width:38.462vw}.skC .skD .skE.soG{width:32.56%;margin-right:8px;flex:1 1}.skP,.soJ{transform:translate(-50%,-50%);font-size:14px}.soJ{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.siG.soK{margin-bottom:6px}.siH.soV{width:45.2%}.skC .skH .soL,.skC .skH .soM{font-size:12px;line-height:1.5}.skC .skH .soM{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.skV>div:not(:last-child),.skW>div:not(:last-child){margin-bottom:16px}.soW:hover,.soX:hover,.soY:hover{background-color:hsla(0,0%,100%,.1)}.skU{margin-bottom:12.25px}.skT .skY,.skU .skY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.skT .skY .sk2,.skU .skY .sk2{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.skT img.skZ,.skU img.skZ{margin-right:16px}.skT .skY .sk0,.skU .skY .sk0{display:flex;align-items:center}.skT .skY .sk0 p,.skU .skY .sk0 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.skT .skY .sk0 p,.skT .skY p.sk1,.skU .skY .sk0 p,.skU .skY p.sk1{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.skT .skY p.sk1,.skU .skY p.sk1{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.soZ{display:flex;flex-direction:column}.skT .skY p.sk5,.skU .skY p.sk5{font-size:12px;font-weight:300;margin-top:8px}.sk6,.sk7{font-weight:300}.sk8{font-size:14px;max-width:720px}.sla{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.slh .sli{border-radius:6px;height:24.615vw;width:43.846vw}.slb>a{height:32px;width:32px}.sk9{gap:0 4.103vw}.slb .slc{width:60%}.sld{height:32px;width:32px}.slf>button{top:-14px}.sle{margin-bottom:16px;max-width:100%}.slf{margin-left:40px}.slb{height:38px}.slg{font-size:10px}.slh .sli img{width:100%}.sll{display:flex;align-items:center}.sll .sln{margin-right:16px}.sll .slo{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.sll .slo .slp{display:flex;align-items:center}.sll .slo .slp p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.sll .slo p.slq{margin-top:8px;margin-bottom:0}.sll .slt{display:flex}.slr .sls{font-size:14px;line-height:1.5714285714}.sof{flex-direction:column;gap:48px}.slu,.sof{display:flex}.slu{align-items:center}.slu .slv{margin-right:16px}.slu .slx{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.slu .slx .sly{display:flex;align-items:center}.slu .slx .sly p{height:1em;overflow:hidden;line-height:unset}.slu .slx p.slz{font-size:12px;font-weight:300;margin-top:4px}.slB,.slC,.slD{width:43.846vw}.slC,.slD{margin-bottom:8px;height:24.615vw}.slD .sog{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.slG .slH{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.slG .slI{font-weight:300;margin-bottom:2px;height:1.5em}.slG .slI,.slG .slJ{font-size:12px;line-height:1.5}.slG .slJ,.slK{margin-bottom:8px}.slM .slN{font-size:10px}.slW{gap:27px 2.051vw}.slX{width:29.231vw}.slX .sij{border-radius:6px}.slW .slF{right:8px}.slZ{top:27%}.slW .sii.slY span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.sl0.soh{margin-top:12px}.sl2{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.sl3{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.sl4{font-size:10px}.sl4,.slW .sl5{margin-top:10px}.sl7 img{width:80px;height:80px}.sl6 li:not(:last-child){margin-bottom:5px}.sl6 .sl8 p{font-size:10px}.sl9{max-width:100%}.sl9 .sma{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.sl9 .soi{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sl9 .soj{margin-left:16px}.sl9 .smc{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.sl9 .smg{justify-content:left}.sl9 .sml{background-color:transparent;padding:0;position:relative}.sl9 .sml .smm{max-width:100%}.sl9 .sml a{padding-right:0}.sl9 .sml .smn{font-size:12px;padding-left:0;margin-bottom:8px}.sl9 .sml .smn:after{font-size:12px}.sl9 .sml .smq{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.sl9 .sml .sok{position:absolute;bottom:2px;right:0;z-index:5}.smv{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}.smv .sol{justify-content:space-between}.smv .sol,.smv .sol a{display:flex;align-items:center}.smv .sol a{gap:16px}.smw{width:30.769vw;height:42.307vw}.smx{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}.smx.som,.smx.son{right:unset;left:-1.282vw}.smv .smy{max-width:28.205vw;margin-top:16px}.smy .smz{display:flex;justify-content:space-between;align-items:center}.smy .smz .smA{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.smB{position:unset;top:unset;right:unset}.smy .smC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.smy .smD{display:flex;align-items:center;margin-top:8px;gap:12px}.smy .smD .smE{display:block;position:absolute;top:36px;left:78px;gap:4px}.smy .smF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.smv .smG{margin-top:16px;position:relative;gap:unset}.smG a{display:flex;align-items:center;gap:16px}.smG .soN{min-width:72px;min-height:72px}.smO{max-width:100%}.smO .smP{font-size:72px;line-height:1.1944444444}.smO .smP,.smO .smQ{margin-bottom:8px}.smO .smR{margin-bottom:12px}.smO .smR .smT{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.smO .smR .smU{font-size:12px;color:#d3d3d3}.smO .soo{margin-left:16px}.smO .smT{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.smO .smV{justify-content:space-between}.smO .smV,.smO .smV .sop{display:flex;align-items:center}.smO .smV .sop{gap:8px}.smO .soq{display:flex;align-items:center}.smO .soq .sor{width:40px;height:40px}.smO .sm1{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.smO .sm1 .sm2{max-width:100%}.smO .sm1 a{padding-right:0}.smO .sm1 .sm3{font-size:12px;padding-left:0;margin-bottom:8px}.smO .sm1 .sm3:after{font-size:12px}.smO .sm1 .sm6{font-size:12px;line-height:1.567}.sna{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.snb{margin-bottom:12px;width:75.128vw;height:42.308vw}.snb .snd.sne,.snb .snf.sng{top:8px;left:8px}.sni{display:unset;align-items:unset;gap:0}.sos{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.sni .snl .snm{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.sni .snl .snm,.sni .snl .snn{font-size:14px;line-height:1.571}.sni .snl .snn{margin-bottom:4px}.sni .snl .sno{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.snp{padding-left:0}.snw{max-width:49.231vw}.snw .sot{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.snw .sou{border-radius:12px;width:100%;height:100%;object-fit:cover}.sot .sov{position:absolute;display:flex;gap:2px;top:4px;left:4px}.sot .sc3{position:absolute;bottom:0;right:0}.snw .snx{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.snw .sow{display:flex;align-items:center;margin-bottom:8px}.snw .sox{font-size:12px;margin-right:16px;color:#d3d3d3}.snw .soy{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.snG{max-width:91.795vw}.snG a{display:flex;align-items:center}.snG .siK{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.snG .siD{border-radius:6px}.snG .snH .snI{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.snG .snJ{display:flex;align-items:center}.snG .snJ .snL{font-size:12px;color:#d3d3d3}.snM{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.snM .si6{width:unset;height:unset;min-width:21.538vw}.snM .si8{font-size:14px}.snM::-webkit-scrollbar{display:none}.snN{max-width:91.795vw}.snN .snO{padding:12px 0}.snN .snP{display:none}.snN .snQ{width:36px;height:49px;border-radius:6px;margin-right:16px}.snN .snR{width:28px}.snN .snS{width:calc(100% - 120px)}.snV{flex-direction:column;gap:16px}.snV,.snW{display:flex}.snW{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.snW a{max-width:unset}.snX{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.snY{border-radius:12px}.snZ{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.sn0{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.sn3 .sin{font-size:10vw}.sn3 .sim[data-is-first=true]{width:54px;flex:0 0 54px}.sn3 .sim{position:relative;width:80px;flex:0 0 80px}.sn3 .sim[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.sl4 span{transform:scaleX(.9);white-space:nowrap}.sn3 .sin{font-size:16.4vw;bottom:-1.5vw}.sn3 .sim[data-is-first=true]{width:40px;flex:0 0 40px}.sn3 .sim{width:48px;flex:0 0 48px}.sn3 .sim[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.ske.sky .skh .siD,.ske.soD .skh .siD,.skh .siD{border-radius:1.1515vw}.ske.sky .skh .siK .sc3,.skh .siK .sc3{width:3.071vw}.slC .slE,.slD .slE,.slX .sij,.slh .sli,.snG .siD{border-radius:1.1515vw}.snw .sou{border-radius:2.303vw}.sot .sc3{width:3.071vw}.snY{border-radius:2.303vw}}@media screen and (max-width:375px){.sjy{margin-bottom:4.267vw;padding-right:4.267vw}.sjz{font-size:4.267vw}.sjA{margin-bottom:3.75vw}.sjB{font-size:3.75vw}.sjF{gap:2.133vw}.sjF .sjS{top:1907px;left:16px;width:72vw;height:40.266vw}.sjF .sjS :not(:first-child){margin-left:8px}.sjU,.sjX .sjU,.sjZ{gap:2.133vw}.sjY .sih{border-radius:3.2vw}.sj3 li{border-radius:2.133vw}.sj3 li:not(:last-child){margin-bottom:4.267vw}.sj5{font-size:5.333vw}.sj7{padding-left:4.267vw;padding-right:4.267vw}.sj8{font-size:3.733vw;margin-bottom:1.067vw}.sj9{margin-bottom:1.333vw}.sj9,.ska,.skc{font-size:3.2vw}.skc{right:4.267vw;bottom:4.267vw}.skd{gap:4.267vw}.skh .siD{border-radius:1.6vw}.ski{padding-right:11.733vw;margin-left:4.267vw}.ski .sbF{margin-bottom:1.067vw;font-size:3.733vw}.ski .sbW{margin-bottom:2.133vw;font-size:3.2vw}.skj{gap:2.133vw}.ske .ski .skl>div{width:4.267vw;height:4.267vw}.ski .skk{font-size:2.667vw}.ski .soz .soA{width:3.733vw;height:3.733vw}.skn{min-width:8.53333vw;margin-left:2.133vw}.skn .shG{width:8.53333vw;height:8.53333vw}.skn .shY{height:4.267vw}.skh .siK .sc3,.skn .shY{width:4.267vw}.ske .skt{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.ske.soB .soC{font-size:3.733vw;margin-top:4.267vw}.ske.soD .skh .siD{border-radius:1.6vw}.ske.soD .ski .sbW{margin-bottom:4.267vw}.ske.soD.ske .skm{font-size:3.2vw}.ske.soD.ske .skj{margin-top:4.267vw}.ske.sky .skh .siK .sc3{width:4.267vw}.ske.sky .ski .sbX{margin-bottom:3.2vw}.ske.sky .skz{font-size:3.2vw;margin-bottom:1.067vw}.ske.sky .skA{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.ske.sky .skA span:first-child{margin-right:4.267vw}.ske.sky .skB{font-size:2.667vw;margin-bottom:3.2vw}.ske.sky .soC{margin-top:4.267vw}.ske.sky.ske .skm{font-size:3.2vw}.ske.sky .soE{width:4.267vw;height:4.267vw}.skC .skD .sod{margin-right:4.267vw}.skC .skD .sod .soe{border-radius:1.6vw}.skC .skD .sod .soF{width:10.256vw}.skC .skD .skE{margin-right:6.154vw}.skC .skD .skE.soG{margin-right:2.133vw}.skC .skD .skE .skF{font-size:3.77vw;margin-bottom:1.067vw}.skC .skE .skG,.skC .skH .skI{font-size:3.2vw}.skC .skL{height:3.333vw}.skC .skD .skE.soH{margin-right:2.133vw}.skC .skD .sdp.soI{font-size:3.2vw;padding:0 1.795vw}.skP,.soJ{font-size:3.77vw}.siG.soK{margin-bottom:1.6vw}.skC .skH .soL,.skC .skH .soM{font-size:3.2vw}.skT .skY,.skT>a>div:first-child,.skU .skY,.skU>a>div:first-child{margin-right:4.267vw}.skT .skY .sk2{margin-bottom:0}.sk6 span,.sk7 span{margin-left:.8vw}.skT img.skZ{margin-right:4.267vw}.skT .skY .sk0 p,.skU .skY .sk0 p{font-size:3.733vw;margin-right:.533vw}.sk6,.sk7,.skT .skY p.sk1,.skT .skY p.sk5,.skU .skY p.sk1{font-size:3.2vw;margin-top:2.133vw}.sk8{font-size:3.733vw}.sk9{display:flex;flex-wrap:wrap}.sk9 li:nth-of-type(2n){margin-right:0}.sla{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.slb>a>img,.slb>div{margin-right:2.133vw}.slb .slc{width:60%}.sld{height:8.533vw;width:8.533vw}.slf>button{top:-3.733vw}.slb .slc .sle{max-width:100%;font-size:3.733vw}.slf{margin-left:10.667vw}.slb .slc .slg{font-size:2.667vw}.slh .sli{margin-bottom:2.133vw;border-radius:1.6vw}.slh .sli img{width:100%}.slh .sli span{right:2.133vw;bottom:2.947vw}.slh .slj{font-size:3.733vw}.slh .slj,.slh .slk{margin-bottom:2.133vw}.slh .slk{font-size:3.2vw}.sll{margin-bottom:4.267vw}.sll .sln,.sll>a>div:first-child{margin-right:4.267vw}.sll .slo{margin-right:1.067vw}.sll .slo .slp>img:last-child{margin-left:.533vw}.sll .slo .slp p{font-size:3.733vw}.sll .slo p.slq{font-size:3.2vw;margin-top:2.133vw}.slr .sls{font-size:3.734vw}.sll .slt button:first-child{margin-right:2.133vw}.sof{gap:12.8vw}.slu .slv,.slu>a>div:first-child{margin-right:4.267vw}.slu .slx{margin-right:1.067vw}.slu .slx .sly p{font-size:3.733vw}.slu .slx .sly>img{margin-left:.533vw}.slu .slx p.slz{font-size:3.2vw;margin-top:1.067vw}.slA{gap:4.267vw}.slC,.slD{margin-bottom:2.133vw}.slC .slE,.slD .slE{border-radius:1.6vw}.slC .slF,.slD .slF{right:2.133vw;top:2.133vw}.slC span{right:2.133vw;bottom:2.133vw}.slD span{font-size:3.77vw}.slD .sog{width:4.267vw}.slG .slH{font-size:3.77vw;margin-bottom:.256vw}.slG .slI{font-size:3.2vw;margin-bottom:.533vw}.slG .slJ{font-size:3.2vw}.slG .slJ,.slK{margin-bottom:2.133vw}.slK .slL{gap:1.6vw}.slM .slN{font-size:2.667vw}.slQ{gap:4.267vw;width:calc(100% - 3.733vw)}.slO li:not(:last-child){margin-bottom:4.267vw}.slS{font-size:3.733vw;margin-right:2.933vw}.slS,.slT{margin-bottom:2.133vw}.slT>p{margin-right:2.133vw}.slT>p,.slU{font-size:3.2vw}.slU{margin-right:2.933vw}.slW{gap:7.2vw 2.133vw}.slX{width:31.785%}.slX .sij{border-radius:1.6vw}.slW .slF{top:2.133vw;right:2.133vw}.slZ{width:4.267vw}.slW .sii.slY span{font-size:3.2vw}.sl0.sl1{margin-top:3.2vw}.sl2{font-size:3.733vw;margin-top:2.033vw}.sl3{font-size:3.2vw;margin-top:1.233vw}.sl4{font-size:2.667vw;margin-top:2.667vw}.sl4 span:not(:last-child){margin-right:0}.slW .sl5{margin-top:2.667vw}.sl7 img{width:21.333vw;height:21.333vw}.sl6 .sl8{margin-left:4.267vw}.sl6 li:not(:last-child){margin-bottom:1.333vw}.sl6 .sl8 p{font-size:2.667vw}.sl9 .sma{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.sl9 .soi{margin-bottom:4.267vw}.sl9 .soj{margin-left:4.267vw}.sl9 .smc{font-size:3.733vw;margin-bottom:3.2vw}.sl9 .sml .smm{margin-left:3.733vw}.sl9 .sml .smn{margin-bottom:2.133vw}.sl9 .sml .smn,.sl9 .sml .smn:after,.sl9 .sml .smq{font-size:3.2vw}.smv{padding-left:17.067vw;padding-top:6.4vw}.smv .sol a{gap:4.267vw}.smw{border-radius:1.6vw}.smx{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}.smx.som,.smx.son{right:unset;left:-1.282vw}.smv .smy{margin-top:4.267vw}.smy .smz .smA{font-size:3.733vw}.smy .smC{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.smy .smD{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.smy .smD .smE{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.smy .smF{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.smv .smG{margin-top:4.267vw}.smG a{gap:4.267vw}.smG .soN{min-width:19.2vw;min-height:19.2vw}.smI .smJ{margin-bottom:1.333vw;align-items:center}.smG .smI .smM,.smI .smJ{font-size:3.2vw}.smO .smP{font-size:19.2vw;line-height:1.1944444444}.smO .smP,.smO .smQ{margin-bottom:2.133vw}.smO .smR{margin-bottom:3.2vw}.smO .smR .smT{font-size:3.733vw;margin-bottom:2.133vw}.smO .smR .smU{font-size:2.133vw}.smO .soo{margin-left:4.267vw}.smO .smT{font-size:3.733vw;margin-bottom:3.2vw}.smO .smV .sop{gap:2.133vw}.smO .soq .sor{width:10.667vw;height:10.667vw}.smO .sm1 .sm3{margin-bottom:2.133vw}.smO .sm1 .sm3,.smO .sm1 .sm6{font-size:3.2vw}.smO .smX img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.smO .smY{font-size:3.2vw}.sna{width:100%;padding-left:16.41vw;padding-top:6.4vw}.snb{margin-bottom:3.2vw}.snb .snc{width:100%;border-radius:3.2vw}.snb .snd.sne,.snb .snf.sng{top:2.133vw;left:2.133vw}.snb .snh{width:10.256vw}.snb span{right:2.133vw;bottom:2.133vw}.sos{letter-spacing:-2.4vw;font-size:18.462vw}.sni .snl .snm{font-size:3.77vw;margin-bottom:.533vw}.sni .snl .snn{font-size:3.77vw;margin-bottom:1.067vw}.sni .snl .sno{font-size:3.2vw;margin-bottom:2.667vw}.snp{margin-bottom:3.2vw}.snp .smY{font-size:3.2vw}.snp .snq{gap:2.133vw}.snr{gap:3.2vw}.sns{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.snr .snt{font-size:3.2vw;margin-bottom:1.282vw}.snr .snt:after{font-size:3.2vw;margin-left:1.539vw}.snr .snv{font-size:3.2vw}.snw{max-width:51.2vw}.snw .sot{margin-bottom:4.267vw}.snw .snz{border-radius:3.2vw}.snw .snx{font-size:3.733vw;margin-bottom:6.4vw}.snw .snD{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.snw .snE{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.snw .snE,.snw .soO>span{font-size:3.2vw}.snw .soy{font-size:3.733vw}.snw .sox{font-size:3.2vw;margin-right:4vw}.sot .sc3{width:4.267vw}.snG .siK{margin-right:4.267vw}.snG .siD{border-radius:1.6vw}.snG .snH .snI{font-size:3.733vw;margin-bottom:2.133vw}.snG .snJ .snK{margin-right:2.133vw}.snG .snJ .snL{font-size:3.2vw}.snM{gap:2.133vw}.snM .soP,.snM .soQ{border-radius:4.267vw}.snM .si8{font-size:3.733vw}.snN .snO{padding:3.2vw 0}.snN .snP,.snN .snQ{margin-right:4.267vw}.snN .snQ{width:9.6vw;height:13.067vw;border-radius:1.6vw}.snN .snR{width:7.468vw;font-size:3.733vw}.snN .snS{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.snT{width:6.4vw;height:6.4vw}.snV{display:flex;flex-direction:column;gap:4.267vw}.snW a{width:calc(100% - 8.533vw)}.snZ{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.sn0{font-size:3.733vw}.sn1{width:8.533vw;height:8.533vw}.snY{border-radius:3.2vw}.sn4{padding-bottom:7.179vw}.sn3 .sjy{padding-right:4.267vw}.sn5{gap:2.051vw}.sn3 .sfn{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.so0 .skn{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.so0 .skn{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.so0 .skn{top:30.7675%!important}}@media screen and (max-width:376px){.so0 .skn{top:30%!important}}.so1{display:inline-flex;gap:16px}.so2{animation:so2 .8s linear infinite}.so3>img{width:100%;height:100%;display:block}@keyframes so2{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.so4{height:4px}.so4,.so5{width:100%}.so5{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.so6{width:90px;background-color:hsla(0,0%,100%,.6)}.so6,.so7{height:4px;border-radius:4px}.so7{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.sl0{display:inline-block}.soz{gap:2px}.so8,.soz{display:flex;align-items:flex-end}.so8{max-height:-moz-fit-content;max-height:fit-content}.soO>span{display:block;font-size:12px;font-weight:600;color:#fff}.so9{display:inline-block;cursor:pointer}.so9 input{display:none}.so9 input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:hsla(0,0%,81%,.5)}.so9 input:checked~span{width:80px}.so9 input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.spb{width:58.2%}.spc{cursor:pointer}.spd{height:2px}.spd.spe .spc{width:24px;height:24px}.spd.spf .spc{display:none}.spg{display:inline-block;margin-right:16px;cursor:pointer}.spg:last-child{margin-right:0}.spg input{display:none}.spg 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)}.spg input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.spa{border-radius:2px}.spb{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.spb,.spc{position:relative}.spc{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.sph.spa{height:4px}.sph .spc{width:26px;height:26px}.spi .spc{display:none}.spj{display:flex;align-items:center;margin:0 8px;position:relative}.spk{margin-left:12px}.spk,.spl{font-size:12px;font-weight:300}.spl{top:-16px}.spl,.spm{position:absolute}.spm{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.spm:before{content:"●";color:#ff0576;font-size:16px}.spm span{font-family:Hiragino Sans,sans-serif;font-weight:600}.spn{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.spo{margin-bottom:16px}.spa{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.spp{height:4px}.spq{margin-bottom:12px;font-size:12px;font-weight:300}.spp .spb{width:31.3%}.spp .spc{width:26px;height:26px}.spr .spc{display:none}.sps{margin-right:56px}.spt{position:relative;width:100%;height:100%}.spt,.spu{display:flex;align-items:center;justify-content:center}.spu{width:calc(100% - 12px);height:2px}.spu .spv{flex:1 1;height:100%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.spw{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.spw .spx{width:12px;height:12px;border-radius:50%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.spy[data-current-index="1"] .spw>.spx:first-child,.spy[data-current-index="2"] .spu>.spv:first-child,.spy[data-current-index="2"] .spw>.spx:not(.spx:nth-child(3)),.spy[data-current-index="3"] .spu>.spv,.spy[data-current-index="3"] .spw>.spx{background-color:#ff0576}.spz{width:528px;height:12px}.spA{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.spA>img{display:block;width:36px;height:36px}.spB{width:528px;height:12px}.spC[data-current-index="1"] .spw>.spx:first-child,.spC[data-current-index="2"] .spu>.spv:first-child,.spC[data-current-index="2"] .spw>.spx:first-child,.spC[data-current-index="2"] .spw>.spx:nth-child(2),.spC[data-current-index="3"] .spu>.spv:not(.spv:last-child),.spC[data-current-index="3"] .spw>.spx:not(.spx:last-child),.spC[data-current-index="4"] .spu>.spv,.spC[data-current-index="4"] .spw>.spx{background-color:#ff0576}@media screen and (max-width:1024px){.so9 input~span{height:4px;width:8px}.so9 input:checked~span{width:48px}.so9 input:checked~span>span{width:50%}.spB,.spz{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.so3>img{width:8.533vw;height:8.533vw}.so4{height:1.067vw}.so5{border-radius:.533vw}.so6{width:24vw;background-color:hsla(0,0%,100%,.6)}.so6,.so7{height:1.067vw;border-radius:.533vw}.so7{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.soz{gap:.533vw}.soO>span{font-size:3.2vw}.so9 input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.so9 input:checked~span{width:12.8vw}.so9 input:checked~span>small{border-radius:.8vw}.spd{height:.533vw}.spd.spe .spc{width:6.4vw;height:6.4vw}.spg{margin-right:4.267vw}.spg input~span{height:3.2vw;width:3.2vw}.spa{height:.533vw;border-radius:.533vw}.spc{width:3.2vw;height:3.2vw}.sph.spa{height:1.067vw}.sph .spc{width:6.933vw;height:6.933vw}.spj{margin:0 2.133vw}.spk{margin-left:3.2vw}.spk,.spl{font-size:3.2vw}.spl{top:-4.267vw}.spm{bottom:-8.533vw}.spm,.spm span,.spm:before{font-size:3.2vw}.spn{width:42.667vw;bottom:10.4vw;left:10.933vw}.spo{margin-bottom:4.267vw}.spa{border-radius:1.067vw}.spp{height:1.067vw}.spq{margin-bottom:3.2vw;font-size:3.2vw}.spp .spc{width:6.933vw;height:6.933vw}.sps{margin-right:14.933vw}.spu{width:calc(100% - 3.2vw);height:.533vw}.spw .spx{width:3.2vw;height:3.2vw}.spz{width:calc(100% - 10.933vw);height:3.2vw}.spA{width:10.667vw;height:10.667vw}.spA>img{width:9.6vw;height:9.6vw}.spB{width:calc(100% - 10.933vw);height:3.2vw}}.spD{position:fixed;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.75);padding:0;z-index:9000;text-align:center;overflow:auto}.spD:before{content:"";display:inline-block;height:100%;vertical-align:middle}.spD::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.spD.spE:before{vertical-align:text-top;height:unset}.spF{display:none}.spG{width:560px;border-radius:16px;background:transparent;background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.spH{margin:40px}.spI{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.spI:hover{opacity:.6}.sgC{width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.spJ{margin:40px}.spK{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.spK:hover{opacity:.6}.spL{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.spL:hover{opacity:.6}.spM{padding:0;border-radius:16px;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;display:inline-block;vertical-align:middle;margin:64px 0}.spM,.spN{position:relative;width:560px}.spN{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.spN img{width:100%;height:100%;object-fit:cover}.spO{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.spP{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.spP,.spQ{margin-bottom:24px}.spQ{width:100%}.spR{text-align:center}.spS{padding:40px 120px;width:560px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.spT{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.spU{display:block;text-align:center;color:#fff;margin-bottom:40px}.spS .sgg.sgh .sgi,.spV .sgg.sgh .sgi{width:100%}.spW{max-width:280px;padding:22px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.spX{display:block;width:100%;margin-bottom:16px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.spX:last-child{margin:0}.spX input{opacity:0;cursor:pointer;height:0;width:0}.spX input,.spY{position:absolute}.spY{top:0;left:0;height:16px;width:16px}.spY:after{content:"";position:absolute;display:none}.spX input:checked~.spY:after{display:block}.spX .spY:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.spZ{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.sp0{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:transparent;background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.302)!important}.sp1{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.sp2{display:flex;justify-content:left;width:100%;padding:8px 24px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sp2:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.spV .sgg.sgh{display:block}.spV .sgg.sgh .sgi{padding:8px 24px}.spV .sgg.sgh .sgi:hover{background-color:hsla(0,0%,100%,.1)}.sp3{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.sp4{position:absolute;top:0;right:0;cursor:pointer}.sp4:hover{opacity:.6}.sp5{display:inline-flex}.sp5 .shc{width:1px;height:auto;margin:24px 0}.sp6{width:216px;padding:24px 0;text-align:center;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.sp7{position:relative}.sp7 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.sp7 .sdq{font-weight:300;cursor:pointer}.sp7 .sdq:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.sp7 .sdq img{display:none}.sp7 input:checked~.sdq img{display:block}.sp8{padding:20px;width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.sp9{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.sqa{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.sqa::-webkit-scrollbar{width:28px}.sqa::-webkit-scrollbar-track{border:12px solid transparent;border-radius:50vh;background-clip:padding-box;margin:12px 0}.sqa::-webkit-scrollbar-thumb{border:12px solid transparent;background-clip:padding-box}.sqb{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.sqc label{position:relative}.sqc input{opacity:0;cursor:pointer;height:0;width:0}.sqc input,.sqd{position:absolute}.sqd{top:3px;left:0;height:16px;width:16px}.sqd:after{content:"";position:absolute;display:none}.sqc input:checked~.sqd:after{display:block}.sqc .sqd:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.sqe{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.sqf{position:absolute;top:16px;right:16px;cursor:pointer}.sqf:hover{opacity:.6}.sqg{width:284px;height:auto;padding:24px;border-radius:12px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.sqh{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sqi{width:24px;height:24px;cursor:pointer}.sqi:hover{opacity:.6}.sqj{font-weight:600;font-size:18px;cursor:pointer}.sqk{margin-bottom:16px}.sql{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sql li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.sqm{color:#1fb1ff}.sqn{color:#ec28bf}.sqo{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.sqo li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.sqo li,.sqo li span{display:flex;justify-content:center;align-items:center}.sqo li span{width:100%;height:100%;cursor:pointer}.sqo li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.sqo span.skb{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.sqp{display:flex;align-items:center;justify-content:space-between}.sqp .sdq{width:31.5%;height:36px;padding:0}.sqp .sdk{width:65.5%}.sqq{width:976px;border-radius:16px;background:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.sqr{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.sqr:hover{opacity:.6}.sqs{display:none}.sqt{position:absolute;top:16px;left:unset;right:16px}.sqt:hover{opacity:.6}.squ{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.spG{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.spH{margin:40px 16px}.spI{top:16px;left:unset;right:16px}.sgC{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.spJ{margin:40px 16px}.spK{top:16px;right:16px;left:unset}.spM{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.spL{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.spN{width:87.692vw;max-width:600px;height:49.231vw;background-color:#fff;font-weight:300;font-size:19px;text-align:left;color:#000;position:relative;border-radius:16px 16px 0 0;overflow:hidden}.spN img{width:100%;height:100%;object-fit:cover}.spO{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.spO,.spP{text-align:center}.spP{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.spT{position:absolute;top:64px;left:unset;right:16px}.spT:hover{opacity:.6}.spS{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.sqv{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.spU{margin-bottom:22px}.spU .sbL{font-size:16px;line-height:1.625}.sp8{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.sp8,.sqw{height:100%}.sp9{position:absolute;top:16px;right:16px;cursor:pointer}.sqx:before{display:none}.sqg{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.spD .sqg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sqh{margin-bottom:32px}.sqi{width:16px;height:16px}.sqj{font-size:20px}.sqk{margin-bottom:24px}.sql li{font-size:14px;line-height:1.5714285714}.sqo{row-gap:8px}.sqo li{font-size:14px;line-height:1.5714285714}.sqp .sdq{width:27.78%;height:48px}.sqp .sdk{width:71.528%;height:48px}.sqy{position:absolute;top:16px;right:16px;cursor:pointer}.sqy:hover{opacity:.6}.spE:before{display:none}.sqq{border-radius:unset;width:100%;margin:0}.sqr{top:4px;right:4px}.sqz{display:none}.sqs{display:flex;background-color:transparent}}@media screen and (max-width:375px){.spG{border-radius:4.267vw}.spH{margin:10.667vw 4.267vw}.spI{top:4.267vw;right:4.267vw}.sgC{border-radius:4.267vw}.spK{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.spM{border-radius:4.267vw}.spL{top:17.067vw;right:4.267vw}.spN{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.spO{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.spP{font-size:4.267vw;padding:0 0 5.333vw}.spT{top:17.067vw;right:4.267vw}.spS{padding:6.4vw 4.267vw}.spS,.spS:before{border-radius:4.267vw}.spS:before{padding:.267vw}.spU{font-size:4.267vw}.sqA{margin-top:4.267vw}.spW{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.spX{margin-bottom:4.267vw}.spX .spY:after,.spY{height:4.267vw;width:4.267vw}.spZ{margin-left:6.4vw}.sp3,.spZ{font-size:3.733vw}.sp3{line-height:6.4vw;margin-left:2.133vw}.sp2,.spV .sgg.sgh .sgi{padding:2.133vw 6.4vw}.sp1{font-size:4.267vw;padding:0 6.4vw 4.267vw}.sp9{top:4.267vw;right:4.267vw}.sqa{border-radius:4.267vw;margin:0 6.4vw}.sqa::-webkit-scrollbar{width:7.468vw}.sqa::-webkit-scrollbar-track{margin:3.2vw 0}.sqa::-webkit-scrollbar-thumb,.sqa::-webkit-scrollbar-track{border:3.2vw solid transparent}.sqb{row-gap:6.4vw;padding:6.4vw 3.2vw}.sqd{top:.8vw}.sqc .sqd:after,.sqd{height:4.267vw;width:4.267vw}.sqe{font-size:3.734vw;margin:0 6.4vw}.sqf{top:4.267vw;right:4.267vw}.sqg{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.sqh{margin-bottom:8.533vw}.sqi{width:4.267vw;height:4.267vw}.sqj{font-size:5.334vw;line-height:1}.sqk{margin-bottom:6.4vw}.sql{margin-bottom:3.2vw}.sql li{width:8.533vw;font-size:3.734vw}.sqo{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.sqo li{width:8.533vw;height:8.533vw;font-size:3.734vw}.sqp .sdk,.sqp .sdq{height:12.8vw}.sqy{top:4.267vw;right:4.267vw}.sqr{top:1.067vw;right:1.067vw}.sqt{top:4.267vw;right:4.267vw}.squ{text-align:left;width:32vw;margin:0 auto}}.sqB .sqC{font-size:20px}.sqB .sqD{font-size:40px}.sqB .sqE{font-size:16px}@media screen and (max-width:520px){.sqB .sqF .sqC{font-size:4.5vw}.sqB .sqF .sqD{font-size:9vw}.sqB .sqF .sqE{font-size:3.5vw}}.sqG{position:absolute;z-index:-10}@media screen and (max-width:1024px){.sqG{display:none}}.sqG.sqH{right:0}.sqG.sqH,.sqG.sqI{top:0;height:100%;width:calc((100% - 976px)/2)}.sqG.sqI{left:0}.sqG.sqJ{top:0}.sqG.sqJ,.sqG.sqK{height:24px;width:100%}.sqG.sqK{bottom:0}.sbe.sqL{background:#333}.sqM{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)}.sqM,.sqM:before{border-radius:12px}.sqM:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.sqN{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.sqO{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}.sqO,.sqO:before{border-radius:12px}.sqO:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.sqP{width:400px;padding-right:40px}.sqQ{width:90px;height:50px;margin-right:16px}.sqR{border-radius:6px;object-fit:cover}.sqS{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.sqT{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.sqU{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.sqO .sqV{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.sqW{color:#fff;background-color:hsla(0,0%,8%,.5);font-size:12px;font-weight:700}.sqW,.sqX{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.sqX{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.sqX,.sqX:before{border-radius:8px}.sqX:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.sqY{color:#fff;font-size:12px;font-weight:600}.sqZ{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}.sqZ,.sqZ:before{border-radius:12px}.sqZ:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.sq0{color:#fff;font-weight:600}.sqZ>img{width:22px;height:22px;margin-right:8px}.sq1{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}.sq1: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%)}.sq2{color:#fff}.sq3{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)}.sq4{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.sqO{width:100%;padding-right:16px}.sqZ{width:auto;height:auto;padding:8px 16px}.sqZ,.sqZ:before{border-radius:8px}.sqZ>img{width:16px;height:16px}.sq0{font-size:12px}.sq1{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.sqO{max-width:91.795vw}.sqS{max-width:41.026vw}.sqM{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.sqM,.sqM:before{border-radius:3.2vw}.sqN{font-size:3.733vw}.sqO{min-height:21.867vw;padding:4.267vw}.sqO,.sqO:before{border-radius:3.2vw}.sqO:before{padding:.267vw}.sqQ{width:24vw;height:13.333vw;margin-right:4.267vw}.sqR{border-radius:1.6vw}.sqS{width:calc(100% - 40vw)}.sqU{font-size:3.733vw;margin-left:4.267vw}.sqP{width:106.667vw;padding-right:10.667vw}.sqO .sqV{width:10.667vw;height:10.667vw}.sqS{font-size:3.2vw}.sqW{font-size:3.2vw}.sqW,.sqX{width:32vw;height:8.533vw}.sqX,.sqX:before{border-radius:2.133vw}.sqX:before{padding:.267vw}.sqY{font-size:3.2vw}.sqZ{padding:2.133vw 4.267vw}.sqZ,.sqZ:before{border-radius:2.133vw}.sqZ>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.sq0{font-size:3.2vw}.sq3{width:11.733vw;height:5.867vw}.sq4{font-size:3.733vw}}.sbd{position:relative;z-index:1}.shc{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.shc.sq5{opacity:.3}.sq6{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.soA{position:relative;display:inline-block;width:14px;height:14px}.sq7{position:absolute;top:0;left:0}.sq7,.sq8{width:100%;height:100%}.sq8{display:block}.sq9{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.sq9>input{display:none}.sra{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.sra,.srb,.src{width:100%;height:100%}.srb,.src{display:block}.srd{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}.sq9 input:checked~.srd{opacity:1;transform:scale(1)}.skt{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)}.skt>input{display:none}.sku{z-index:2}.sku,.skv{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.skv{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.skw,.skx{width:100%;height:100%}.skt input:checked~.skv{opacity:1;transform:scale(1)}.sre{display:flex;flex-wrap:wrap;gap:16px}.srf{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:transparent;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)}.srf.srg{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.srh{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}.sri{width:100%;height:100%;object-fit:cover}.srj{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.srk{width:100%;height:336px}@media screen and (max-width:375px){.sq6{gap:4.267vw}.soA{width:3.733vw;height:3.733vw}.skt,.sq9{height:6.4vw;width:6.4vw}.sre{gap:4.267vw}.srf{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.snd,.srl,.srm,.srn,.sro,.srp,.srq,.srr,.srs,.srt{background-color:transparent;width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.sru,.srv{display:inline-flex;gap:8px}.srv{flex-direction:column}.srw{display:inline-flex;gap:8px}.skl{display:flex;align-items:center;gap:2px}.skk{font-size:10px;font-weight:300;color:#bababa}.srx{display:flex;align-items:flex-end;gap:10px}.snf,.sry{display:flex;flex-direction:column}.sry{align-items:center;gap:1px}.srz{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.srz: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){.snd,.srl,.srm,.srn,.sro,.srp,.srq,.srr,.srs,.srt{width:6.4vw;height:6.4vw}.sru,.srv,.srw{gap:2.133vw}.skl{gap:.533vw}.skk{font-size:2.667vw}.srx{gap:2.667vw}.sry{gap:.267vw}.srz{font-size:2.667vw}.srz:before{height:2.667vw;width:6.4vw}}.srA{z-index:auto!important}.srB .sbe{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.srB .sbe,.srB .srC{position:relative}.srB .sh7,.srB .srD{width:590px}.srB .srD{font-size:40px;font-weight:600;line-height:1.4;margin-bottom:24px;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.srB .sdo{width:170px}.srB .sbC{text-align:left;padding-top:64px;padding-bottom:56px}.srB .sn8{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.srB .srE{position:absolute;right:0;bottom:0}.srB .srE .sc3{width:100%;height:100%}.srB .srF{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.srB .spV .sbJ{margin:0 24px 16px}.srB .srG{position:fixed;bottom:48px;z-index:10}.srB .sp0{position:absolute;top:40px;z-index:5}.srB .sbJ{margin:0 24px 16px}.srB .sbH{margin-bottom:32px}.srB .sbO{margin-bottom:24px}.srB .sgC{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.srB .spJ{height:100%;margin:unset}@media screen and (min-height:680px){.srB .srH{position:relative;overflow-y:auto;height:calc(100% - 65px);padding-right:16px;padding-bottom:50px}}@media screen and (max-height:679px)and (min-height:490px){.srB .srH{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.srB .srH{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.srB .sgx{margin-bottom:32px;max-width:100%}.srB .sgC .sc4{width:100%;max-width:720px;bottom:0;left:0;position:absolute;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.srB .sgC .sc4 :root .srB .sgC .sc4,.srB .sgC .sc4 _::-webkit-full-page-media,.srB .sgC .sc4 _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.srB .sgC .sc4 .srB .sgC .sc4,.srB .sgC .sc4 ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.sc4 .sdq{width:100px;padding:unset}}@media screen and (max-width:1024px){.sc4 .sdq{width:53%}.srB .sbe{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.srB .srC{position:-webkit-sticky;position:sticky}.srB .sbC{text-align:center;padding-top:16px;padding-bottom:24px}.srB .srE{width:4.103vw;height:4.103vw}.srB .srI{position:absolute;left:34px;top:4px}.srB .sc4{margin-top:32px}.srB .srF{grid-template-columns:repeat(1,1fr);gap:16px}.srB .srG{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.srB .sbJ{margin-bottom:24px}.srB .spS .sc4{margin-top:32px}.srB .sbH{margin-bottom:24px}.srB .sbO{margin-bottom:16px}.srB .sgx{margin-bottom:24px}.srB .srJ{margin-bottom:72px}.srB .sgC{padding:16px 16px 0}}@media screen and (max-width:1024px){.srB .sgC .sc4 :root .srB .sgC .sc4,.srB .sgC .sc4 _::-webkit-full-page-media,.srB .sgC .sc4 _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.srB .sgC .sc4 .srB .sgC .sc4,.srB .sgC .sc4 ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.srB .srH{position:relative;overflow-y:auto;height:calc(100% - 50px);padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:589px)and (min-height:450px){.srB .srH{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.srB .srH{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.srB .srH{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.srB .srH::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.srB .sbC{padding-top:4.267vw;padding-bottom:6.4vw}.srB .sn8{gap:1.333vw}.srB .srI{left:8.533vw;top:1.067vw}.srB .sc4{margin-top:8.533vw}.srB .srF{gap:4.267vw}.srB .srG{padding:0 4.267vw}.srB .sbJ{margin-bottom:6.4vw}.srB .spS .sc4{margin-top:8.533vw}.srB .sbH{margin-bottom:6.4vw}.srB .sbO{margin-bottom:4.267vw}.srB .sgx{margin-bottom:6.4vw}.srB .sgC .sc4{padding:4.267vw}.srB .srH{padding-right:4.267vw}.srB .srJ{margin-bottom:19.2vw}.srB .sgC{padding:4.267vw 6.933vw 0 4.267vw}}