.zco{transition:opacity .7s;opacity:1;visibility:visible}.zcp{transition:1s;opacity:0;visibility:hidden}.zcq{display:none!important}@keyframes zcr{0%{opacity:0}to{opacity:1}}.zcr{animation:zcr .7s linear 0s both}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap";.pQP{display:block!important}.pQQ{display:none!important}.pQR{margin-bottom:0!important}.pQS{text-align:center!important}.pQT{text-align:left!important}.pQU{display:none!important}.pQV{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.pQQ{display:block!important}.pQP{display:none!important}}.pQW{max-width:2000px;padding-right:40px;margin-left:auto}.pQW,.pQX{padding-left:40px;margin-right:auto}.pQX{max-width:1960px}.pQY{max-width:760px}.pQY,.pQZ{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.pQZ{width:100%;max-width:1024px}@media screen and (min-width:1025px){.pQ0{display:block;padding-left:64px}.pQ1{padding-bottom:80px;min-height:calc(100vh - 80px)}.pQ1.pQ2{min-height:calc(100vh - 116px)}.pQ1.pQ3{min-height:calc(100vh - 161px)}.pQ1.pQ4{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.pQ1{padding-bottom:80px;min-height:calc(100vh - 66px)}.pQ1.pQ2{min-height:calc(100vh - 181px)}.pQ1.pQ3{min-height:calc(100vh - 226px)}.pQ1.pQ4{min-height:calc(100vh - 924px)}.pQW{padding-right:16px}.pQW,.pQX,.pQY{padding-left:16px}.pQY{padding-right:16px}}@media screen and (min-width:1365px){.pQX{max-width:1960px}}@media screen and (min-width:2065px){.pQX{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.pQ5{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.pQ5 .pQ6{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.pQ5 .pQ6.pQ7{overflow-y:hidden}.pQ5 .pQ6.pQ7:hover{overflow-y:auto}.pQ5 .pQ8{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}.pQ5 .pQ8 span{display:none}.pQ5 .pQ8 span.pQ9{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}.pQ5 .pQ8 span.pQ9:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.pQ5 .pQ8 span.pRa{font-size:12px;line-height:12px}.pQ5 .pQ8 span.pRb{display:block}.pQ5 nav{position:relative;z-index:2;margin-left:8px;height:100%}.pQ5 .pRc{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}.pQ5 .pRd{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.pQ5 nav .pRe{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}.pQ5 nav>ul{position:absolute;left:5px;z-index:2}.pQ5 nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.pQ5 nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.pQ5 nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.pQ5 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}.pQ5 nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.pQ5 nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.pQ5 nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.pQ5 nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.pQ5 nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.pQ5 nav>ul>li .pRf{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.pQ5 nav>ul>li .pRf: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}.pQ5 nav>ul>li .pRf.pRg:after{width:48px;left:0;padding:0 8px}.pQ5 nav>ul>li .pRf.pRh:after{width:85px;left:70px;padding:0 8px}.pQ5 nav>ul>li .pRf li{position:relative;z-index:5;text-align:center}.pQ5 nav>ul>li .pRf li a{height:28px;line-height:28px}.pQ5 nav>ul>li .pRf li:first-child{margin-right:16px}.pQ5 nav>ul>li .pRf li:first-child a{padding:0 8px}.pQ5 nav>ul>li .pRf li a{display:block;font-size:12px}.pQ5 nav>ul>li .pRf li a:before{display:none}.pQ5 nav>ul>li.pRb a{position:relative;height:100%;font-weight:600}.pQ5 nav>ul>li.pRb a:before{top:17px}.pQ5 nav>ul>li.pRb:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.pQ5 nav>ul>li.pRb:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.pQ5 nav>ul>li.pRb:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.pQ5 nav>ul>li.pRb:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.pQ5 nav>ul>li.pRb:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.pQ5.pRi{width:254px}.pQ5.pRi a span{opacity:1;margin-left:0}.pQ5.pRi .pQ8{opacity:1;margin-left:20px}.pQ5.pRi .pRf{opacity:1;margin-left:50px}.pQ5 #pRj{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.pQ5 #pRj .pRk{background:rgba(0,0,0,0)}.pQ5 #pRj .pRk:after,.pQ5 #pRj .pRk:before{margin-top:0}.pQ5 #pRj .pRk:before{transform:rotate(-45deg)}.pQ5 #pRj .pRk:after{transform:rotate(-135deg)}.pQ5 #pRl,.pQ5 #pRl:after,.pQ5 #pRl: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%}.pQ5 #pRl:after,.pQ5 #pRl:before{content:"";left:0}.pQ5 #pRl:before{margin-top:-9px}.pQ5 #pRl:after{margin-top:7px}}@media screen and (max-width:1024px){.pQ5{display:none!important}}@media screen and (max-width:375px){.pQW,.pQY{padding-right:4.267vw}.pQW,.pQX,.pQY{padding-left:4.267vw}.pQ1{padding-bottom:21.333vw}}.pRm,.pRn{text-align:center}.pRn{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}.pRn:hover{opacity:.6}.pRn.pRo,.pRp.pRo{font-size:14px;width:unset;min-width:160px;height:36px}.pRp.pRo .pRq{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.pRr{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.pRr,.pRs{width:20px;height:20px;margin-right:8px;transition:all .2s}.pRs{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.pRt{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.pRr.pRu{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pRv{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.pRv,.pRw{width:20px;height:20px;margin-right:8px;transition:all .2s}.pRw{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.pRn:disabled{background:#bababa;pointer-events:none}.pRx{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){.pRx:hover{opacity:.6}}@media screen and (max-width:1024px){.pRx:active{opacity:.6}}.pRy{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.pRy.pRz{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pRx:disabled{background:#bababa;pointer-events:none}.pRm li:not(:last-child){margin-bottom:16px}.pRp{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}.pRp:hover{opacity:.6}.pRp img{margin-left:8px}.pRA,.pRp img{filter:invert(1)}.pRA{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.pRA.pRB{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pRp:disabled{color:#fff;background:#bababa;pointer-events:none}.pRp:disabled .pRA{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.pRC{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){.pRC:hover{opacity:.6}}@media screen and (max-width:1024px){.pRC:active{opacity:.6}}.pRD{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}.pRD.pRE{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pRC:disabled{color:#fff;background:#bababa;pointer-events:none}.pRC:disabled .pRD{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.pRF{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.pRF:hover{opacity:.6}.pRF img{width:20px;margin-right:8px}.pRF:disabled{pointer-events:none}.pRF:disabled *{opacity:.3}.pRG{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.pRG:hover{opacity:.6}.pRG img{width:20px;margin-right:8px}.pRH{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);display:inline-block}.pRH:disabled,.pRH:hover{color:hsla(0,0%,100%,.3)}.pRG:disabled,.pRH:disabled{pointer-events:none}.pRG:disabled *{opacity:.3}.pRI{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.pRI:hover{opacity:.6}.pRI img{width:20px;margin-right:8px}.pRJ{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.pRJ:hover{opacity:.6}.pRJ img{width:20px;margin-right:8px}.pRK{font-weight:300}.pRL{padding:0;margin-bottom:24px}.pRL,.pRM{text-align:left;position:relative}.pRM{font-weight:300;font-size:14px;color:#fff;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center;line-height:0}.pRM:not(:first-child){margin-left:24px}.pRM:hover{opacity:.6}.pRN{width:24px}.pRO{font-size:14px;margin-left:8px}.pRP{margin-bottom:16px}.pRQ{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.pRQ:hover{background-color:hsla(0,0%,100%,.1)}.pRR{font-weight:600;font-size:14px;text-align:left;color:#fff}.pRS{width:16px;transition:all .3s}.pRS.pRT{transform:rotate(180deg)}.pRU{display:none;padding-top:8px}.pRU.pRT{display:block}.pRV{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.pRV,.pRW{text-align:left}.pRW{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.pRX{display:inline-block;max-width:320px;width:100%}.pRY{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.pRY:hover{border:1px solid #fff}.pRZ{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.pR0{width:16px;transition:.3s ease-out}.pR0.pR1{transform:rotate(-180deg)}.pR2{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.pR3{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.pR2::-webkit-scrollbar{width:20px}.pR2.pQ7::-webkit-scrollbar{width:24px}.pR2::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.pR2::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.pR2 span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.pR2 .pR4{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.pR5{display:none}.pR5.pR6{display:block}.pR7{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.pR7,.pR8{-webkit-background-clip:padding-box;background-clip:padding-box}.pR8{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.pR9{width:calc(100% - 72px)}.pR9,.pSa{text-align:left}.pSa{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.pSa.pSb{margin-bottom:5px}.pSc{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.pSd{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pSd input{opacity:0;width:0;height:0}.pSe{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.pSe,.pSe:before{position:absolute;transition:.4s}.pSe:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.pSd input:checked+.pSe{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.pSd input:checked+.pSe:before{transform:translateX(24px)}.pR8.pSf .pR9{opacity:.4}.pR8.pSf .pSd{opacity:.4;pointer-events:none}.pSg{text-align:center}.pSh{display:inline-flex;font-size:16px;justify-content:center;position:relative}.pSh>li:not(:last-child){margin-right:32px}.pSi{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.pSj{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.pSi.pSk{color:#fff;pointer-events:none}.pSi.pSk:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pSl{overflow-x:auto}.pSl::-webkit-scrollbar{display:none}.pSm{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.pSm>li:not(:last-child){margin-right:24px}.pSn{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.pSo{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.pSn.pSp{color:#fff;font-weight:600;pointer-events:none}.pSn.pSp:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pSq{width:auto;padding:0;display:flex;justify-content:space-around}.pSr{position:relative;display:inline-block;width:132px;height:28px}.pSr input{opacity:0;width:0;height:0}.pSs{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pSt{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.pSt:last-of-type{font-weight:300;padding-right:2px}.pSs: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}.pSr input:checked+.pSs:before{transform:translateX(66px);left:0}.pSr input:checked+.pSs .pSt:last-child,.pSr input:not(:checked)+.pSs .pSt:first-child{opacity:1}@media screen and (max-width:1024px){.pSu{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.pSu{display:flex;justify-content:center}.pSu>:not(:last-child){margin-right:32px}}.pSv{display:flex;justify-content:center;opacity:.6;position:relative}.pSv.pSw{opacity:1;pointer-events:none}.pSv.pSw: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%}.pSx{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.pSy{display:none;width:32px;margin-bottom:9px}.pSz{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.pSA{flex-wrap:wrap;gap:8px}.pSA,.pSB{display:flex;margin:0}.pSB{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.pSB,.pSC{transition:all .2s}.pSC{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.pSD:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pSE{width:114px;height:32px;padding:0;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.pSF{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}.pSG:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.pSB.pSH{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pSB.pSH .pSC{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.pSB.pSH .pSD:before{content:"フォロー中";color:#fff}.pSI{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}.pSI,.pSJ{transition:all .2s}.pSJ{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.pSK:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pSI.pSL{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pSI.pSL .pSJ{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.pSI.pSL .pSK:before{content:"ブロック中";color:#fff}.pSM{flex-wrap:wrap;gap:8px}.pSM,.pSN{display:flex;margin:0}.pSN{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.pSN,.pSO{transition:all .2s}.pSO{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.pSP:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pSN.pSQ{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pSN.pSQ .pSO{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}.pSN.pSQ .pSP:before{content:"ミュート中";color:#fff}.pSR{text-align:left;margin:0}.pSS{width:130px;height:40px;border-radius:20px;background:#fff}.pSS:hover{opacity:.6}.pST{font-weight:600;font-size:14px;text-align:center;color:#151515}.pSU{text-align:left;margin:0}.pSV{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}.pSW{font-weight:600;font-size:12px;color:#fff}.pSX{width:20px;margin-left:8px}.pSY{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}.pSZ{text-align:left;margin:0}.pS0{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.pS0:hover{opacity:.6}.pS1{font-weight:600;font-size:16px;text-align:left}.pS1,.pS2{color:#000}.pS2{font-weight:300;font-size:14px;text-align:right}.pS3{text-align:left;margin:0}.pS4{width:100%;height:48px;border-radius:24px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.pS4:hover{opacity:.6}.pS5{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}.pS5,.pS6{font-weight:600;color:#fff}.pS6{font-size:14px;text-align:right;flex:1 1}.pS7{padding:0}.pS8{max-width:480px}.pS9{font-weight:300;font-size:14px;text-align:left;color:#fff}.pTa{display:flex;align-items:center;cursor:pointer}.pTa:last-child{margin-right:0}.pTb{position:absolute;opacity:0;width:0;height:0}.pTc{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.pTb:checked+.pTc:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.pTd{margin-left:auto;transition:.2s ease-out}.pTd.pTe{transform:rotate(-180deg)}.pTb:checked+.pTc{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid rgba(0,0,0,0)}.pTf{display:none;margin-left:32px}.pTf.pTe{display:block}.pTg{margin-top:16px;cursor:pointer}.pTg,.pTh{display:flex;justify-content:space-between;align-items:center}.pTh{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pTi{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.pTi span{display:block}.pTj{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}.pTk{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.pTl{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}.pTl::-webkit-inner-spin-button,.pTl::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.pTm{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.pTn{padding:0;text-align:left}.pTo{width:auto;height:32px;padding:0 16px;border-radius:16px;background:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.pTo:hover{opacity:.6}.pTp{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.pTq{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.pTr{padding:0;text-align:left}.pTs{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.pTs:hover{opacity:.6}.pTt{font-weight:600;font-size:12px;text-align:center;color:#fff}.pTu{padding:0}.pTv{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.pTw{font-weight:600;font-size:12px;text-align:center;color:#fff}.pTx{padding:0;text-align:left}.pTy{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.pTy:hover{opacity:.6}.pTz{font-weight:600;font-size:12px;text-align:center;color:#151515}.pTA{padding:0;text-align:left}.pTB{width:114px;height:32px;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.pTB:hover{opacity:.6}.pTC{font-weight:600;font-size:12px;text-align:center;color:#fff}.pTD{width:14px;margin-right:5.23px}.pTE{padding:0;text-align:left}.pTF{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.pTF img{width:100%}.pTG{padding:0;text-align:left}.pTH{width:32px;height:32px;position:relative;cursor:pointer}.pTH,.pTI{display:block}.pTI{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.pTJ{background-color:rgba(150,150,150,.6)}.pTK{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.pTK,.pTL .pTJ{opacity:0}.pTL .pTK{opacity:1}@keyframes qdr{0%{width:0}to{width:7px}}@keyframes qds{0%{width:7px}to{width:0}}@keyframes qdt{0%{width:0}to{width:11px}}@keyframes qdu{0%{width:11px}to{width:0}}@keyframes qdv{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes qdw{0%{opacity:0}to{opacity:1}}@keyframes qdx{0%{opacity:1}to{opacity:0}}.pTM{padding:0;text-align:left}.pTN{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.pTN:hover{opacity:.6}.pTO{font-weight:600;font-size:14px;text-align:center;color:#151515}.pTP{padding:0;text-align:left}.pTQ{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.pTQ:hover{opacity:.6}.pTR{font-weight:600;font-size:14px;text-align:center;color:#151515}.pTS{width:20px;margin-left:8px}.pTT{padding:0;text-align:left}.pTU{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.pTU:hover{opacity:.6}.pTV{font-weight:600;font-size:14px;color:#151515}.pTV,.pTW{text-align:center}.pTW{display:block;padding:0}.pTX{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.pTY{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.pTY>li:not(:last-child){margin-right:16px}.pTZ{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.pTZ.pT0:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.pT1{color:#fff;font-weight:600;pointer-events:none}.pT1:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pT2{display:flex;width:auto;justify-content:flex-end}.pT2 button:not(:last-child){margin-right:8px}.pT3{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.pT3.pT4{background:#fff;padding:0 14px}.pT3:hover{opacity:.6}.pT5{font-weight:600;font-size:12px;text-align:center;color:#fff}.pT3.pT4 .pT5{color:#151515}.pT6{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}.pT7{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){.pRC,.pRF,.pRG,.pRI,.pRJ,.pRn,.pRp,.pRx{width:100%}.pRX{max-width:unset}.pSm>li:not(:last-child){margin-right:16px}.pSu{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))}.pSy{display:block}.pSz{font-size:12px}.pS8{max-width:none}.pTk{gap:0;flex-direction:column;align-items:flex-start}.pTa:last-child{margin-right:0;margin-left:32px;margin-top:13px}.pTN{min-width:unset;height:22px;border-radius:16px}.pTO{font-size:10px}.pTQ{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.pTR{font-size:12px}.pTS{margin-left:4px}.pTU{min-width:unset;height:22px;border-radius:16px}.pTV{font-size:10px}.pTX{font-size:16px;padding-bottom:16px}.pT8{overflow:auto}.pT8::-webkit-scrollbar{display:none}.pTY{justify-content:center;width:calc(518px + 100% - 2em)}.pTY>li:not(:last-child){margin-right:16px}.pTZ{font-size:16px;padding:12px 0}.pTZ.pT0:before{height:5px;width:5px}.pT1:after{height:4px}.pT6{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.pTB{width:64px}}@media screen and (max-width:375px){.pRm li:not(:last-child){margin-bottom:4.267vw}.pRF,.pRn,.pRp{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.pRA,.pRD,.pRr,.pRy{width:5.333vw;height:5.333vw;margin-right:2.133vw}.pRC,.pRG,.pRJ,.pRx{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.pRp img{margin-left:2.133vw}.pRF img,.pRG img,.pRI img,.pRJ img{width:5.333vw;margin-right:2.133vw}.pRH{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.pRI{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.pRL{margin-bottom:6.4vw}.pRM{font-size:3.733vw}.pRM:not(:first-child){margin-left:6.4vw}.pRN{width:6.4vw}.pRO{font-size:3.733vw;margin-left:2.133vw}.pRP{margin-bottom:4.267vw}.pRQ{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pRR{font-size:3.733vw}.pRS{width:4.267vw}.pRU{padding-top:2.133vw}.pRV{font-size:3.733vw;padding:2.133vw}.pRW{gap:4.267vw}.pRY{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pRY:hover{border:.267vw solid #fff}.pRZ{font-size:3.733vw;line-height:4.8vw}.pR0{width:4.267vw}.pR2{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}.pR2::-webkit-scrollbar{width:5.333vw}.pR2.pQ7::-webkit-scrollbar{width:24px}.pR2::-webkit-scrollbar-track{margin:2.133vw 0}.pR2::-webkit-scrollbar-thumb,.pR2::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.pR2 span{font-size:3.733vw;padding-left:6.4vw}.pR2 .pR4{background-size:4.267vw}.pR7{border-top:.267vw solid hsla(0,0%,100%,.3)}.pR8{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pR9{width:calc(100% - 18.462vw)}.pSa{font-size:3.733vw}.pSa.pSb{margin-bottom:1.333vw}.pSc{font-size:3.2vw}.pSd{width:14.933vw;height:8.533vw}.pSe{border-radius:4.8vw}.pSe:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.pSd input:checked+.pSe:before{transform:translateX(6.154vw)}.pSh{font-size:4.267vw}.pSh>li:not(:last-child){margin-right:8.533vw}.pSi{padding-bottom:3.2vw}.pSi.pSk:after{height:1.067vw}.pSm{font-size:4.267vw}.pSm>li:not(:last-child){margin-right:4.267vw}.pSn{padding-bottom:3.2vw}.pSn.pSp:after{height:1.067vw}.pSr{width:33.846vw;height:7.179vw}.pSs{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.pSt{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.pSt:last-of-type{padding-right:.533vw}.pSs:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.pSr input:checked+.pSs:before{transform:translateX(17.6vw)}.pSu{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pSy{width:8.533vw;margin-bottom:2.4vw}.pSz{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.pSv.pSw:after{height:1.067vw}.pSA{gap:2.133vw}.pSB{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pSC{margin-right:1.067vw}.pSD:before{font-size:3.2vw}.pSE{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.pSF{margin-right:1.067vw}.pSG:before{font-size:3.2vw;line-height:4.8vw}.pSB.pSH{border:.267vw solid hsla(0,0%,100%,.3)}.pSI{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pSJ{margin-right:1.067vw}.pSK:before{font-size:3.2vw}.pSI.pSL{border:.267vw solid hsla(0,0%,100%,.3)}.pSM{gap:2.133vw}.pSN{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pSO{margin-right:2.133vw}.pSP:before{font-size:3.2vw}.pSN.pSQ{border:.267vw solid hsla(0,0%,100%,.3)}.pSN.pSQ .pSO{width:4.267vw;height:4.267vw;margin-right:2.133vw}.pSS{width:34.667vw;height:10.667vw;border-radius:5.333vw}.pST{font-size:3.733vw}.pSV{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.pSW{font-size:3.2vw}.pSX{width:5.333vw;margin-left:2.133vw}.pSY{font-size:4.267vw;letter-spacing:.069vw}.pS0,.pSY{height:12.8vw;border-radius:6.4vw}.pS0{padding:0 4.267vw}.pS1{font-size:4.267vw}.pS2{font-size:3.733vw}.pS4{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.pS5{font-size:3.2vw}.pS6,.pS9{font-size:3.733vw}.pTc{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.pTb:checked+.pTc:before{width:3.2vw;height:3.2vw}.pTb:checked+.pTc{border-radius:6.4vw;width:6.4vw;height:6.4vw}.pTa:last-child,.pTf{margin-left:8.533vw}.pTa:last-child{margin-top:3.333vw}.pTg{margin-top:4.267vw}.pTh{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pTi{width:calc(100% - 11.733vw);font-size:3.2vw}.pTj{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.pTl{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.pTm{font-size:3.2vw}.pTo{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.pTp{font-size:3.2vw;line-height:4.8vw}.pTq{width:4.267vw;margin-left:1.6vw}.pTs{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pTt{font-size:3.2vw}.pTv{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pTw{font-size:3.2vw}.pTy{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pTz{font-size:3.2vw}.pTB{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.pTC{font-size:3.2vw}.pTD{width:3.733vw;margin-right:1.395vw}.pTN{height:5.867vw;border-radius:4.267vw}.pTO{font-size:2.667vw}.pTQ{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.pTR{font-size:3.2vw}.pTS{width:5.333vw;margin-left:2.133vw}.pTU{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.pTV{font-size:2.677vw}.pTX{font-size:4.267vw;padding-bottom:4.267vw}.pTY{width:calc(138.133vw + 100% - 2em)}.pTY>li:not(:last-child){margin-right:4.267vw}.pTZ{font-size:4.267vw;padding:3.2vw 0}.pTZ.pT0:before{height:1.333vw;width:1.333vw}.pT1:after{height:1.067vw}.pT2{width:78.933w}.pT2 button:not(:last-child){margin-right:2.133vw}.pT3{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.pT3.pT4{padding:0 3.733vw}.pT5{font-size:3.2vw}.pT6{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.pT9{font-size:24px;font-weight:600;line-height:1.7083333333}.pUa{font-size:18px;line-height:1.444}.pUa,.pUb{font-weight:600;text-align:center}.pUb{font-size:24px;line-height:1.7083333333}.pUc{text-align:center}.pUc,.pUd{font-size:32px;font-weight:600}.pUd{line-height:1.857142}h2.pUe{font-weight:600;font-size:24px}.pUe,.pUf{font-size:16px}.pUe,.pUf,.pUg{font-weight:600}.pUg{font-size:24px;line-height:1.333}.pUh{font-size:20px;line-height:1.35}.pUh,.pUi{font-weight:600}.pUi{font-size:14px;line-height:1.3571428571}.pUj{font-weight:600;font-size:16px;line-height:1.3125}.pUk,.pUl{font-size:20px;line-height:1.7}.pUk,.pUl,.pUm{font-weight:600}.pUm{font-size:14px;line-height:1.3571428571}.pUn{font-size:12px;line-height:1.3333333333}.pUn,.pUo{font-weight:600}.pUo{font-size:16px;line-height:1.625}.pUp{font-size:14px;line-height:1.2857142857}.pUp,.pUq{font-weight:600}.pUq{font-size:12px;line-height:1.5}.pUr,.pUs{font-size:16px;line-height:1.625}.pUt{margin-top:16px}.pUu{font-size:14px;line-height:1.5714285714}.pUv,.pUw{font-size:16px;line-height:1.625;text-align:center}.pUw{margin-bottom:20px}.pUx{font-size:14px;line-height:1.5714285714}.pUy{font-size:12px;line-height:1.5}.pUz{font-size:16px;line-height:1.125}.pUA{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.pUB{font-size:14px;line-height:1.5714285714}.pUC{font-weight:300;font-size:10px;line-height:2.2}.pUD{padding-left:1.5em;text-indent:-1.68em}.pUD>li:not(:last-of-type){margin-bottom:16px}.pUE{font-size:14px;line-height:1.5714285714}.pUE:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.pUF{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.pUF li{text-align:-webkit-match-parent}.pUF>li:not(:last-of-type){margin-bottom:16px}.pUG{font-size:14px;line-height:1.5714285714}.pUH{border-top:1px solid hsla(0,0%,100%,.3)}.pUH li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.pUI{font-weight:600;white-space:nowrap;margin-right:1em}.pUJ{text-align:right;word-break:keep-all}.pUJ span{margin-left:24px}.pUK{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.pUK .pUL{font-size:14px;line-height:1.5714285714}.pUM{color:#bababa}.pUM,.pUN{font-size:12px}.pUN,.pUO{font-weight:600}.pUO{font-size:20px;line-height:1}.pUP{display:grid;grid-row-gap:16px;row-gap:16px}.pUQ{font-weight:600;font-size:24px;line-height:1.333}.pUR{font-size:16px;line-height:1.625}.pUS{font-weight:600;font-size:40px;line-height:1.4}.pUT{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.pT9{text-align:center}.pUa{font-size:24px;line-height:1.7083}.pUc{font-size:20px}.pUd{font-size:14px}.pUe,h2.pUe{font-size:16px}.pUg{font-size:20px;line-height:1.3}.pUh,.pUi,.pUj{font-size:16px;line-height:1.625}.pUk{font-size:20px;line-height:1.3}.pUl,.pUm,.pUn,.pUo{font-size:14px;line-height:1.5714285714}.pUp,.pUq{font-size:12px;line-height:1.5}.pUs,.pUu,.pUv,.pUw{font-size:14px;line-height:1.5714285714}.pUx,.pUy,.pUz{font-size:12px;line-height:1.5}.pUA,.pUB{font-size:10px;line-height:1.5}.pUB,.pUC{margin-left:1em;text-indent:-1em}.pUC{font-size:10px;line-height:1.5}.pUD>li:not(:last-of-type){margin-bottom:16px}.pUE{font-size:14px;line-height:1.5714285714}.pUF{-webkit-padding-start:16px;padding-inline-start:16px}.pUO{line-height:1.125}.pUO,.pUS{font-size:16px}.pUS{line-height:1.625}.pUT{margin-top:5px;font-size:10px;width:240px;padding-left:0}.pUU{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.pUP{row-gap:8px}.pUQ{font-size:14px;line-height:1.5714285714}.pUR{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.pUP{row-gap:12px}.pUQ{font-size:16px;line-height:1.625}.pUR{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.pT9,.pUa,.pUb{font-size:6.4vw}.pUc{font-size:5.333vw}.pUd{font-size:3.733vw}.pUe,h2.pUe{font-size:4.267vw}.pUg{font-size:5.334vw}.pUh,.pUi,.pUj{font-size:4.267vw}.pUk{font-size:5.334vw}.pUl{font-size:3.733vw}.pUm,.pUn{font-size:3.734vw}.pUo{font-size:3.733vw}.pUp,.pUq{font-size:3.2vw}.pUr{font-size:4.267vw}.pUs,.pUu,.pUv,.pUw{font-size:3.733vw}.pUx,.pUy,.pUz{font-size:3.2vw}.pUA,.pUB,.pUC{font-size:2.667vw}.pUE,.pUE:before{font-size:3.733vw}.pUE:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.pUD>li:not(:last-of-type){margin-bottom:4.267vw}.pUG{font-size:3.733vw}.pUF{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.pUF>li:not(:last-of-type){margin-bottom:4.267vw}.pUH li{font-size:3.733vw;padding:4.267vw 0}.pUJ span{margin-left:6.4vw}.pUK .pUL{font-size:3.733vw}.pUM,.pUN{font-size:3.2vw}.pUO{font-size:4.267vw}.pUP{row-gap:2.133vw}.pUQ{font-size:3.734vw}.pUR{font-size:3.2vw}.pUS{font-size:4.267vw}.pUT{font-size:2.667vw}}.pUV{display:flex;flex-wrap:wrap;gap:10px}.pUW{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pUX{display:flex;flex-wrap:wrap;gap:8px}.pUY{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pUZ{display:flex;flex-wrap:wrap;gap:16px}.pU0{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pU1{display:flex;flex-wrap:wrap;gap:8px 16px}.pU2{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pU3{flex-wrap:wrap;gap:16px 12px}.pU3,.pU4{display:flex}.pU4{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)}.pU4:active,.pU5{background:hsla(0,0%,100%,.1)}.pU5{display:inline-flex;column-gap:8px;border-radius:8px}.pU6{display:flex;flex-wrap:wrap;gap:8px}.pU7{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pU8.pU9{width:auto;height:32px}.pVa{width:32px;height:32px;position:relative}.pVa,.pVb{display:block}.pVb{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.pVc{background-color:rgba(150,150,150,.3)}.pVd{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.pVd,.pVe .pVc{opacity:0}.pVe .pVd{opacity:1}@keyframes qdy{0%{width:0}to{width:7px}}@keyframes qdz{0%{width:7px}to{width:0}}@keyframes qdA{0%{width:0}to{width:11px}}@keyframes qdB{0%{width:11px}to{width:0}}@keyframes qdC{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes qdD{0%{opacity:0}to{opacity:1}}@keyframes qdE{0%{opacity:1}to{opacity:0}}.pVf{display:flex;flex-wrap:wrap;gap:8px}.pVg{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pVh{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pVh .pVi{cursor:pointer;position:absolute;transition:all .2s linear}.pVj{gap:18px}.pVj,.pVk{display:flex;flex-wrap:wrap}.pVk{gap:16px}.pVl,.pVm{display:flex;flex-wrap:wrap}.pVm{gap:16px}.pVn{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.pVo{width:4.266vw}.pVp{width:5.333vw}.pVq{width:6.4vw}.pVr{width:8.533vw}.pVs{width:5.333vw}.pU4{width:10.666vw;height:10.666vw}.pU8{width:8.533vw}.pU8.pU9{width:auto}.pU8.pU9,.pVa{height:8.533vw}.pVa{width:8.533vw;position:relative;display:block}.pVc{background:hsla(0,0%,100%,.15)}.pVe .pVc{opacity:0}@keyframes qdy{0%{width:0}to{width:1.65vw}}@keyframes qdA{0%{width:0}to{width:2.93vw}}@keyframes qdB{0%{width:2.93vw}to{width:0}}@keyframes qdz{0%{width:1.65vw}to{width:0}}@keyframes qdC{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes qdD{0%{opacity:0}to{opacity:1}}@keyframes qdE{0%{opacity:1}to{opacity:0}}.pVi,.pVt,.pVu{width:10.666vw}.pVv{width:17.066vw}.pVw{width:12.8vw}}.pVx{margin-bottom:34px;position:relative}.pVx,.pVy{width:100%}.pVy{transition:all .3s ease-out}.pVz{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}.pVA,.pVz{width:400px}.pVA{display:flex;align-items:center;height:180px}.pVB .pUc{line-height:1.4;text-align:left}.pVB .pUS{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pVA img{max-width:400px;max-height:180px}.pVC{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}.pVD{display:flex}.pVD li{margin-right:7px;width:170px}.pVD li.pVE{width:auto}.pVy li .pVF{display:block;border-radius:24px;opacity:1}.pVD li .pTH{width:36px;height:36px}.pVG,.pVH{position:absolute;transition:all .3s ease-out;z-index:2}.pVG{bottom:7px;right:60px;width:200px}.pVH{bottom:0;right:24px;width:24px;height:24px}.pVI{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.pVJ{width:100%}.pVJ,.pVK{position:relative}.pVK{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.pVK,.pVL{border-radius:6px}.pVL{width:100%;height:100%;object-fit:contain}.pVJ .pVM{width:38px;display:block}.pVJ .pVN{width:16px;display:block}.pVO{bottom:4px;right:0;transform:translateY(4px)}.pVO,.pVP{position:absolute}.pVP{top:0;left:0;width:22px}.pVP img{max-width:none;width:100%;height:auto}.pVQ[data-is-first=true]{width:4vw;flex:0 0 4vw}.pVQ{position:relative;width:5vw;flex:0 0 5vw}.pVQ[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.pVR{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}.pVR[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.pVS{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pVS,.pVT{position:absolute}.pVT{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.pVU,.pVV{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.pVU img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.pVW span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.pVX{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.pVY{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pVZ{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.pVZ span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.pVZ img{width:24px;display:block;margin:0 auto}.pV0{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}.pV0 img{width:16px}.pV0 span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.pV0 span,.pV1{text-align:center}.pV1{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}.pV2{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.pV3{aspect-ratio:294/165;position:relative}.pV4{position:absolute;top:0;left:0;width:22px}.pV4 img{max-width:none;width:100%;height:auto}.pV5{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pV5,.pV6{position:absolute}.pV6{bottom:4px;right:0;transform:translateY(4px)}.pV6 .pVN{display:block;width:16px}.pV6 .pVM{display:block;width:38px}.pV7{border-radius:6px;width:100%;height:100%;object-fit:cover}.pV8{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pV8 img{display:inline;width:100%;border-radius:50%}.pV9 img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.pV9 img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.pWa{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.pWa,.pWb{border-radius:1.5px}.pWb{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pWc{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}.pWd{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.pWd span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.pWd img{width:24px;display:block;margin:0 auto;opacity:.6}.pWe{width:248px;aspect-ratio:248/140;position:relative}.pWf{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.pWg{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.pWh{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.pWh .pV3{width:294px;height:165px}.pWi{display:inline-flex;flex-wrap:wrap;gap:9px}.pWj{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.pWj:before{z-index:1}.pWj:after,.pWj:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.pWj:after{z-index:-1}.pWk{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.pWl:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.pWl:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.pWm:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.pWm:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.pWn:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.pWn:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.pWo:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.pWo:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.pWp:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.pWp:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.pWq:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.pWq:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.pWr{width:48px;height:48px;padding:0}.pWs{width:100%;height:100%;object-fit:cover;border-radius:50%}.pWt{display:flex;gap:12px}.pWu{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.pWv{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.pWw{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.pWx{padding:0}.pWy{width:64px;height:36px}.pWy,.pWz{object-fit:cover;border-radius:4px}.pWz{width:32px;height:48px}.pWA{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}.pWA img{width:100%;height:100%;object-fit:cover}.pWA img,.pWB{position:absolute;top:0;left:0}.pWB{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.pWC{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.pWC,.pWD{text-align:center;position:relative}.pWD{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.pWD.pWE{height:64px}.pWD img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pWF{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.pWF,.pWG{position:relative}.pWG{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.pWG img{width:100%;height:100%;object-fit:cover}.pWG img,.pWH{position:absolute;top:0;left:0}.pWH{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.pWI{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.pWI,.pWJ{display:inline-block}.pWJ{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.pWJ img{width:100%;height:100%;object-fit:cover}.pWK{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.pVz{height:500px;z-index:1;position:absolute;left:0}.pWL{display:flex;align-items:center}.pWL,.pWL video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.pWL{display:flex;align-items:center}.pWL,.pWL video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.pWL video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.pVz{display:none}.pVB{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.pVB,.pVG{position:absolute}.pVG{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.pVH{top:16px;right:16px}.pVB .pUS{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pVI{grid-template-columns:repeat(3,1fr)}.pVK{width:29.231vw;height:40.769vw}.pV0 span{padding:5px 15px}.pVQ[data-is-first=true]{width:54px;flex:0 0 54px}.pVQ{width:88px;flex:0 0 88px}.pVQ[data-is-double-digit=true]{width:96px;flex:0 0 96px}.pVR{font-size:12vw;bottom:-1.5vw}.pV1{font-size:10px}.pVX{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pV2{gap:8px}.pWM{max-width:150px;aspect-ratio:150/84}.pV2{grid-template-columns:repeat(2,1fr)}.pWc{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.pWa{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pWh{gap:2.051vw}.pWN,.pWO{position:relative}.pWO{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.pWP{width:100%;height:100%;object-fit:cover}.pWQ{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pWQ,.pWR{position:absolute}.pWR{right:0;bottom:4px;transform:translateY(4px)}.pWR .pVM{width:38px}.pWR .pVN{width:16px}.pWS{position:absolute;top:0;left:0;width:22px}.pWS img{max-width:none;width:100%;height:auto}.pWT{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.pWT,.pWU{position:absolute}.pWU{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.pWU,.pWV span{display:inline-block}.pWV span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.pWW{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.pWW,.pWX{border-radius:1.5px}.pWX{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pWr{width:32px;height:32px}.pWt{display:block}.pWY{text-align:center}.pWu{height:12.8204678363vw;width:87.692vw}.pWw{font-size:14px;line-height:1.571}.pWA{min-width:84px;aspect-ratio:84/56}.pWA img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pWC{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.pWD{min-width:111px;aspect-ratio:111/84}.pWG{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.pWI{font-size:12px;line-height:1.5}.pWK{margin-top:32px}.pVJ{width:100%}.pVW span{font-size:3.076vw}.pWM{width:38.461vw;max-width:none}.pWu{border-radius:1.154vw}.pWy{width:16.41vw;height:9.23vw}.pWA{min-width:21.538vw}.pWD{min-width:28.4615vw;min-height:21.025vw}.pWE{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.pV0,.pVK,.pVL{border-radius:1.1515vw}.pVJ .pVN{width:3.071vw}.pVJ .pVM{width:7.294vw}.pVP{width:4.223vw}.pVS{top:.96vw;left:5.182vw;gap:.576vw}.pV7{border-radius:1.1515vw}.pV6 .pVN{width:3.071vw}.pV6 .pVM{width:7.294vw}.pV4{width:4.223vw}.pV5{top:.96vw;left:5.182vw;gap:.576vw}.pWO{border-radius:1.1515vw}.pWR .pVN{width:3.071vw}.pWR .pVM{width:7.294vw}.pWS{width:4.223vw}.pWQ{top:.96vw;left:5.182vw;gap:.576vw}.pWy,.pWz{border-radius:.768vw}.pWA,.pWD{border-radius:2.303vw}}@media screen and (max-width:420px){.pVQ[data-is-first=true]{width:37px;flex:0 0 37px}.pVQ{width:56px;flex:0 0 56px}.pVQ[data-is-double-digit=true]{width:72px;flex:0 0 72px}.pVR{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.pVx{margin-bottom:9.067vw}.pVB{padding:4.267vw}.pVG{bottom:-3.733vw}.pVH{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.pV0,.pVK,.pVL{border-radius:1.6vw}.pVI{padding:0;gap:2.1333vw}.pVJ{border-radius:3.2vw}.pVU,.pVV{width:8.5333vw}.pVU img{background-color:rgba(150,150,150,.7)}.pVW span{font-size:3.2vw}.pVX{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pVY{border-radius:.533vw}.pVZ span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.pVZ img{width:6.4vw}.pV0 img{width:4.2667vw}.pV0 span{padding:1.3335vw 4vw}.pVJ .pVN{width:4.267vw}.pVJ .pVM{width:10.133vw}.pVP{width:5.867vw}.pVS{top:1.333vw;left:7.2vw;gap:.8vw}.pV1{font-size:2.667vw;gap:1.6vw}.pV1 img{width:4.267vw;height:4.267vw}.pV2{gap:2.1333vw}.pV7{border-radius:1.6vw}.pV8{width:8.5333vw}.pV8 img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.pWa{height:.534vw;margin-top:.712vw}.pWa,.pWb{border-radius:.4vw}.pWc{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.pWd{border-radius:3.2vw}.pWd span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.pWd img{width:6.4vw}.pV6 .pVN{width:4.267vw}.pV6 .pVM{width:10.133vw}.pV4{width:5.867vw}.pV5{top:1.333vw;left:7.2vw;gap:.8vw}.pWe{width:66.1333vw}.pWf{width:8.5333vw}.pWg{border-radius:3.2vw}.pWO{border-radius:1.6vw}.pWh{gap:2.1333vw}.pWN{border-radius:3.2vw}.pWU{width:8.5333vw}.pWW{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pWR .pVN{width:4.267vw}.pWR .pVM{width:10.133vw}.pWS{width:5.867vw}.pWQ{top:1.333vw;left:7.2vw;gap:.8vw}.pWi{gap:2.4vw}.pWj{width:19.2vw;height:19.2vw;padding:1.6vw}.pWr{width:8.5333vw;height:8.5333vw}.pWu{border-radius:1.6vw}.pWw{font-size:3.7334vw;margin:2.1333vw}.pWy{width:17.0666vw;height:9.6vw}.pWy,.pWz{border-radius:1.0667vw}.pWz{width:8.5333vw;height:12.8vw}.pWA{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.pWC{font-size:14px;font-size:3.7334vw}.pWD{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.pWF{font-size:14px;font-size:3.7334vw}.pWG{padding:4.2667vw;min-width:25.6vw}.pWI{font-size:12px;font-size:3.2vw}.pWJ{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.pW0,.pWZ{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.pW0{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.pW0 div{width:48px}.pW1{pointer-events:none}.pW2{display:inline-flex;gap:16px}.pW3{animation:pW3 .8s linear infinite}.pW4>img{width:100%;height:100%;display:block}@keyframes pW3{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pW5{height:4px}.pW5,.pW6{width:100%}.pW6{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.pW7{width:90px;background-color:hsla(0,0%,100%,.6)}.pW7,.pW8{height:4px;border-radius:4px}.pW8{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pW9{display:inline-block}.pXa{gap:2px}.pXa,.pXb{display:flex;align-items:flex-end}.pXb{max-height:-moz-fit-content;max-height:fit-content}.pXc>span{display:block;font-size:12px;font-weight:600;color:#fff}.pXd{display:inline-block;cursor:pointer}.pXd input{display:none}.pXd input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.pXd input:checked~span{width:80px}.pXd input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pXf{width:58.2%}.pXg{cursor:pointer}.pXh{height:2px}.pXh.pXi .pXg{width:24px;height:24px}.pXh.pXj .pXg{display:none}.pXk{display:inline-block;margin-right:16px;cursor:pointer}.pXk:last-child{margin-right:0}.pXk input{display:none}.pXk 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)}.pXk input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.pXe{border-radius:2px}.pXf{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pXf,.pXg{position:relative}.pXg{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.pXl.pXe{height:4px}.pXl .pXg{width:26px;height:26px}.pXm .pXg{display:none}.pXn{display:flex;align-items:center;margin:0 8px;position:relative}.pXo{margin-left:12px}.pXo,.pXp{font-size:12px;font-weight:300}.pXp{top:-16px}.pXp,.pXq{position:absolute}.pXq{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.pXq:before{content:"●";color:#ff0576;font-size:16px}.pXq span{font-family:Hiragino Sans,sans-serif;font-weight:600}.pXr{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.pXs{margin-bottom:16px}.pXe{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.pXt{height:4px}.pXu{margin-bottom:12px;font-size:12px;font-weight:300}.pXt .pXf{width:31.3%}.pXt .pXg{width:26px;height:26px}.pXv .pXg{display:none}.pXw{margin-right:56px}.pXx{position:relative;width:100%;height:100%}.pXx,.pXy{display:flex;align-items:center;justify-content:center}.pXy{width:calc(100% - 12px);height:2px}.pXy .pXz{flex:1 1;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.pXA{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.pXA .pXB{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.pXC[data-current-index="1"] .pXA>.pXB:first-child,.pXC[data-current-index="2"] .pXA>.pXB:not(.pXB:nth-child(3)),.pXC[data-current-index="2"] .pXy>.pXz:first-child,.pXC[data-current-index="3"] .pXA>.pXB,.pXC[data-current-index="3"] .pXy>.pXz{background-color:#ff0576}.pXD{width:528px;height:12px}.pXE{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.pXE>img{display:block;width:36px;height:36px}.pXF{width:528px;height:12px}.pXG[data-current-index="1"] .pXA>.pXB:first-child,.pXG[data-current-index="2"] .pXA>.pXB:first-child,.pXG[data-current-index="2"] .pXA>.pXB:nth-child(2),.pXG[data-current-index="2"] .pXy>.pXz:first-child,.pXG[data-current-index="3"] .pXA>.pXB:not(.pXB:last-child),.pXG[data-current-index="3"] .pXy>.pXz:not(.pXz:last-child),.pXG[data-current-index="4"] .pXA>.pXB,.pXG[data-current-index="4"] .pXy>.pXz{background-color:#ff0576}@media screen and (max-width:1024px){.pXd input~span{height:4px;width:8px}.pXd input:checked~span{width:48px}.pXd input:checked~span>span{width:50%}.pXD,.pXF{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.pW4>img{width:8.533vw;height:8.533vw}.pW5{height:1.067vw}.pW6{border-radius:.533vw}.pW7{width:24vw;background-color:hsla(0,0%,100%,.6)}.pW7,.pW8{height:1.067vw;border-radius:.533vw}.pW8{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pXa{gap:.533vw}.pXc>span{font-size:3.2vw}.pXd input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.pXd input:checked~span{width:12.8vw}.pXd input:checked~span>small{border-radius:.8vw}.pXh{height:.533vw}.pXh.pXi .pXg{width:6.4vw;height:6.4vw}.pXk{margin-right:4.267vw}.pXk input~span{height:3.2vw;width:3.2vw}.pXe{height:.533vw;border-radius:.533vw}.pXg{width:3.2vw;height:3.2vw}.pXl.pXe{height:1.067vw}.pXl .pXg{width:6.933vw;height:6.933vw}.pXn{margin:0 2.133vw}.pXo{margin-left:3.2vw}.pXo,.pXp{font-size:3.2vw}.pXp{top:-4.267vw}.pXq{bottom:-8.533vw}.pXq,.pXq span,.pXq:before{font-size:3.2vw}.pXr{width:42.667vw;bottom:10.4vw;left:10.933vw}.pXs{margin-bottom:4.267vw}.pXe{border-radius:1.067vw}.pXt{height:1.067vw}.pXu{margin-bottom:3.2vw;font-size:3.2vw}.pXt .pXg{width:6.933vw;height:6.933vw}.pXw{margin-right:14.933vw}.pXy{width:calc(100% - 3.2vw);height:.533vw}.pXA .pXB{width:3.2vw;height:3.2vw}.pXD{width:calc(100% - 10.933vw);height:3.2vw}.pXE{width:10.667vw;height:10.667vw}.pXE>img{width:9.6vw;height:9.6vw}.pXF{width:calc(100% - 10.933vw);height:3.2vw}}.pXH{display:flex;align-items:center;margin-bottom:16px;gap:8px}.pXI{font-size:20px;font-weight:600}.pXJ{display:flex;align-items:center;margin-bottom:16px;gap:8px}.pXK{font-size:16px}.pXK,.pXL{font-weight:600}.pXL{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.pXM,.pXN{width:100%;display:flex;flex-direction:column}.pXO{display:flex;gap:16px;flex-wrap:nowrap}.pXP{position:relative;flex:0 0 auto}.pXP[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.pXP[data-is-ranking=true] .pVQ{grid-column:1;grid-row:1;align-self:stretch}.pXP[data-is-ranking=true] .pVJ{grid-column:2;grid-row:1}.pXP[data-is-ranking=true] .pXQ{grid-column:2;grid-row:2}.pXP:hover{z-index:6}.pXM .pXR,.pXN .pXR{position:relative}.pXP .pXS{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:pXT;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.pXP:hover .pXS{display:block;animation-name:pXU;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}.pXP .pXS.pXV{left:0}.pXP:hover .pXS.pXV{animation-name:pXW}.pXP .pXS.pXX{right:0}.pXP:hover .pXS.pXX{animation-name:pXY}@keyframes pXU{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 pXW{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 pXY{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 pXT{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)}}.pXM .pTF,.pXN .pTF{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.pXM .pTF.pXZ,.pXN .pTF.pXZ{left:0}.pXM .pTF.pX0,.pXN .pTF.pX0{right:0}.pXR:hover .pTF{display:block}.pXP .pV3{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.pXP .pV3,.pXP .pX1{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.pXP .pX1{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.pXM .pV3 .pV7,.pXN .pV3 .pV7{display:block;width:100%}.pX2{width:100%;flex-direction:column}.pX2,.pX3{display:flex}.pX3{flex-wrap:nowrap;gap:16px}.pX4{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.pX4 .pVQ{grid-column:1;grid-row:1;align-self:stretch}.pX4 .pVJ{grid-column:2;grid-row:1}.pX4 .pXQ{grid-column:2;grid-row:2}.pX4 .pVK{max-width:287.5152px;max-height:400.99392px}.pX2 .pX5{position:relative}.pX2 .pTF{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.pX2 .pTF.pXZ{left:0}.pX2 .pTF.pX0{right:0}.pX2 .pX5:hover .pTF{display:block}.pX4:hover{z-index:6}.pX4 .pXS{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:pXT;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.pX4:hover .pXS{display:block;animation-name:pXU;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.pX4 .pXS.pXV{left:0}.pX4:hover .pXS.pXV{animation-name:pXW}.pX4 .pXS.pXX{right:0}.pX4:hover .pXS.pXX{animation-name:pXY}.pX4 .pWc{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.pX6 .pX3{display:flex;flex-wrap:nowrap;gap:16px}.pX6 .pX4 .pV3{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.pX7{width:100%;flex-direction:column}.pX7,.pX8{display:flex}.pX8{gap:16px}.pX7 .pX9{position:relative}.pX7 .pVJ{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}.pX7 .pVJ .pVL{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.pX7 .pTF{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.pX7 .pTF.pXZ{left:0}.pX7 .pTF.pX0{right:0}.pX7 .pX9:hover .pTF{display:block}.pX7 .pX8>a:hover{z-index:6}.pYa{margin-top:16px;font-weight:600}.pYb{margin-top:8px}.pYc{display:flex;flex-direction:column}.pYc li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.pYc li:not(:last-child){margin-bottom:16px}.pYd{height:100%}.pYd,.pYe{display:flex;align-items:center}.pYe{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}.pYf{font-family:Jost,sans-serif;font-weight:600}.pYg{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.pYh{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.pYh,.pYi{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.pYi{line-height:1.625;margin-bottom:5px}.pYi,.pYj{font-size:16px}.pYc li.pYk:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:rgba(0,0,0,0);border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.pYl{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.pYm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.pYn{position:relative;display:flex;align-items:center}.pYn.pYo{justify-content:left}.pYp{position:relative;display:block;width:100%}.pYq{display:flex;align-items:center;justify-content:space-between}.pYq .pV7{border-radius:6px}.pYq .pWe{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.pYr{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.pYr .pUf{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){.pYr .pUf{max-width:40vw}}.pYr .pUx{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.pYs{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.pYs .pYt{font-weight:600;font-size:12px;width:39px}.pYs .pYu>div{width:16px;height:16px}.pYq .pYv{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}.pYw{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%)}.pYw .pU8{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.pYn.pYx .pYw .pVq{width:24px;height:24px;transform:rotate(180deg)}.pYn.pYy .pUx{color:#ff624f}.pYn.pYx .pYw{pointer-events:none}.pYq .pYz{color:#fc348e}.pYn.pYy .pYA{color:#d3d3d3}.pYn.pYB .pYr{padding-right:0!important}.pYC{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.pYn.pYH .pYr .pUy{margin-bottom:12px}.pYn.pYH .pYI{font-size:12px;font-weight:600;margin-bottom:4px}.pYn.pYH .pYJ{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.pYn.pYH .pYJ span:first-child{margin-right:16px}.pYn.pYH .pYK{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.pYL .pYM{display:flex;align-items:center}.pYL .pYM .pWe{height:auto}.pYL .pYM>div:first-child{position:relative;margin-right:16px}.pYL .pYN{display:flex;flex-direction:column;justify-content:center;width:648px}.pYL .pYN .pYO{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}.pYL .pYN .pYP{font-size:12px;color:#d3d3d3;margin-bottom:12px}.pYL .pYN .pYQ .pYR{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pYS{position:absolute;bottom:0;right:0}.pV7.pYT{width:100%}.pYL .pYU{height:24px}.pYL .pYU .pYV{width:248px}.pYM.pYW{align-items:flex-start}.pYX{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.pYX,.pYY{position:absolute}.pYY{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.pYZ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.pYL .pYN .pY0{display:flex;justify-content:space-between;align-items:center}.pY0>.pRH{flex-shrink:0}.pY1{position:relative;display:block;width:100%}.pY2{display:flex;align-items:center}.pY2 .pWe{margin-right:16px}.pY3,.pY4{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.pY5 a:hover,.pY6 a:hover,.pY7 a:hover{opacity:1}.pY3>a>div:first-child,.pY4>a>div:first-child{margin-right:16px}.pY3 .pY8{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pY3 img.pY9{margin-right:16px}.pY3 .pY8 .pZa{display:flex;align-items:center}.pY3 .pY8 .pZa p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.pY3 .pY8 .pZa p,.pY3 .pY8 p.pZb{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pY3 .pY8 p.pZb{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.pY3 .pY8 .pZc{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.pY3 .pY8 .pZd{display:flex}.pY3 .pY8 span.pZb{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%}.pY3 .pY8 span.pZe,.pY3 .pY8 span.pZf{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.pY3 .pY8 span.pZe,.pY3 .pY8 span.pZg{padding-right:12px}.pZg,.pZh{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.pZg span,.pZh span{font-weight:300;margin-left:3px}.pY3 .pY8 .pZi,.pZi{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}.pZf b{font-weight:600}.pY6 .pY3 .pY8 .pZc,.pZj{display:flex}.pZj{flex-wrap:wrap}.pZk{width:210px}.pZl{display:flex;align-items:center}.pZl>a{height:48px;width:48px}.pZl>div{margin-right:8px}.pZl .pZm{flex:1 1;display:flex;flex-direction:column;justify-content:center}.pZn{height:48px;width:48px}.pZo{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}.pZp{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.pZp,.pZp>button{position:relative}.pZp>button{top:-19px}.pZq{font-size:12px;color:#eee}.pZr .pZs{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.pZr .pZs img{object-fit:cover;height:100%;width:100%}.pZr .pZs span{position:absolute;right:8px;bottom:8px}.pZr .pZs>div{position:absolute;top:6px;left:6px}.pZr .pZt{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.pZr .pZt,.pZr .pZu{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pZr .pZu{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.pZv{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.pZv:hover{background-color:hsla(0,0%,100%,.1)}.pZw a:hover{opacity:1}.pZv .pZx,.pZv>a>div:first-child{margin-right:16px}.pZv .pZy{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pZv .pZy .pZz{display:flex;align-items:center}.pZv .pZy .pZz>img:last-child{margin-left:2px}.pZv .pZy .pZz p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.pZv .pZy .pZz p,.pZv .pZy p.pZA{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pZv .pZy p.pZA{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.pZB .pZC{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pZv .pZD{display:flex}.pZv .pZD button:first-child{margin-right:8px}.pZE{display:flex;align-items:center;max-width:720px}.pZE:hover{background-color:hsla(0,0%,100%,.1)}.pZE .pZF{margin-right:16px}.pZG a:hover{opacity:1}.pZE>a>div:first-child{margin-right:16px}.pZE .pZH{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pZE .pZH .pZI{display:flex;align-items:center}.pZE .pZH .pZI 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}.pZE .pZH .pZI>img{margin-left:2px}.pZE .pZH p.pZJ{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}.pZK{display:flex;flex-wrap:wrap;gap:4.103vw}.pZL,.pZM,.pZN{width:16.496vw}.pZM,.pZN{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.pZM .pZO,.pZN .pZO{object-fit:cover;height:100%;width:100%;border-radius:6px}.pZM .pZP,.pZN .pZP{position:absolute;right:8px;top:8px;cursor:pointer}.pZQ .pZR{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.pZQ .pZR,.pZQ .pZS{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pZQ .pZS{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.pZQ .pZS,.pZQ .pZT{line-height:1.5714285714}.pZQ .pZT{margin-bottom:8px;overflow:hidden;height:6.284em}.pZU{justify-content:space-between;margin-bottom:8px}.pZU,.pZU .pZV{display:flex;align-items:center}.pZU .pZV{gap:6px}.pZW{display:flex;justify-content:space-between;align-items:center}.pZW .pZX{font-size:12px;color:#eee}.pZY{display:flex;flex-wrap:wrap}.pZY>li{width:100%}.pZY>li:not(:last-child){margin-bottom:24px}.pZ0,.pZZ{display:flex;align-items:center}.pZ0{gap:16px;width:calc(100% - 48px)}.pZ0 .pWM{width:248px;height:140px}.pZ1{flex:1 1}.pZ2{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}.pZ3{display:flex;align-items:center;margin-bottom:14px}.pZ3>p{font-weight:600;margin-right:16px}.pZ4{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pZ1>:last-child{margin-bottom:0}.pZ5{margin-left:24px}.pZ6{display:flex;flex-wrap:wrap;gap:56px 16px}.pZ7{width:13.93vw;position:relative}.pZ7 .pVL{border-radius:6px}.pZ6 .pZP{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.pZ6 .pVK.pZ8 span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.pZ6 .pVK.pZ8 span,.pZ9{position:absolute;left:50%;transform:translate(-50%)}.pZ9{top:38.9%}.pW9.p0a{margin-top:16px}.p0b{font-weight:600;-webkit-line-clamp:2;height:3.25em}.p0b,.p0c{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.p0c{height:4.875em;-webkit-line-clamp:3}.p0d{font-size:12px;margin-top:11px;display:flex}.p0d span:not(:last-child){margin-right:4px}.pZ6 .p0e{margin-top:16px}.p0f{display:flex;align-items:center}.p0g img{width:120px;height:120px}.p0f .p0h{margin-left:16px;width:71%}.p0f li:not(:last-child){margin-bottom:6px}.p0f .p0h p{font-size:12px;font-weight:300}.p0i{max-width:43.255vw}.p0i .p0j{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.p0i .p0j,.p0i .p0k,.p0i .p0l{margin-bottom:16px}.p0i .p0l{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}.p0i .p0m,.p0i .p0n{display:flex;align-items:center}.p0i .p0m .p0o{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.p0i .p0p{display:flex;align-items:center;justify-content:right;gap:16px}.p0i .p0m img.p0q,.p0i .p0n img.p0r{margin-right:4px}.p0i .p0m .p0s,.p0i .p0n .p0t{font-size:12px;font-weight:600;line-height:1.5}.p0i .p0n .p0t{font-weight:300;margin-left:4px}.p0i .p0u{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.p0i .p0u a{display:flex;padding-right:16px}.p0i .p0u .p0v{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.p0i .p0u .p0w{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.p0i .p0u .p0w .p0x{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p0i .p0u .p0w .p0y{flex-shrink:0}.p0i .p0u .p0z{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p0i .p0u .p0A{position:relative;display:flex;justify-content:center;width:56px;height:80px}.p0i .p0u .p0A .p0B{width:100%;height:100%;object-fit:cover;border-radius:4px}.p0i .p0u .p0C{position:absolute;bottom:-16px}.p0i .p0C .p0D{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.p0i .p0C .pU8{margin:0}.p0E{margin-left:auto;position:relative}.p0E,.p0F{max-width:355.60656px;width:17.229vw}.p0F{height:24.047vw;max-height:496.33008px}.p0F img{width:100%;height:100%;object-fit:cover;border-radius:6px}.p0G{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%)}.p0E .p0H{margin-top:16px}.p0H .p0I{display:flex;justify-content:space-between;align-items:center}.p0H .p0I .p0J{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)}.p0K{position:absolute;top:calc(24.047vw + 20px);right:0}.p0H .p0L{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.p0H .p0M{margin-top:8px;gap:12px}.p0H .p0M,.p0H .p0M .p0N{display:flex;align-items:center}.p0H .p0M .p0N{gap:4px}.p0H .p0O{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.p0E .p0P{margin-top:16px;display:flex;align-items:center;gap:12px}.p0E .p0Q{width:48px;height:48px;min-width:48px;min-height:48px}.p0P .p0R{position:relative}.p0R .p0S{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.p0R .p0T{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p0R .p0U{flex-shrink:0}.p0P .p0R .p0V{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.p0P .p0R .p0W{position:absolute;bottom:2px;right:0;z-index:5}.p0X{max-width:43.255vw}.p0X .p0Y{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.p0X .p0Y,.p0X .p0Z{margin-bottom:16px}.p0X .p00{margin-bottom:24px}.p0X .p01{width:170px}.p0X .p02{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.p03,.p0X .p02{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.p03{-webkit-line-clamp:1;word-break:break-all}.p0X .p04{justify-content:right;gap:16px}.p0X .p04,.p0X .p05,.p0X .p06{display:flex;align-items:center}.p0X .p06 img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.p0X .p07{font-size:12px}.p0X .p08,.p0X .p09{font-size:12px;line-height:1.5}.p0X .p05 .p08{margin-left:4px}.p0X .p1a{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%)}.p0X .p1a a{display:flex;padding-right:16px}.p0X .p1a .p1b{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.p0X .p1a .p1c{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.p0X .p1d{flex-shrink:0}.p0X .p1a .p1c .p1e{-webkit-line-clamp:1;word-break:break-all}.p0X .p1a .p1c .p1e,.p0X .p1a .p1f{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.p0X .p1a .p1f{line-height:1.571;-webkit-line-clamp:2}.p0X .p1a .p1g{position:relative;display:flex;justify-content:center;width:56px;height:80px}.p1a .p1g .p1h{width:100%;height:100%;object-fit:cover;border-radius:4px}.p0X .p1a .p1i{position:absolute;bottom:-16px}.p0X .p1i .p0D{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.p0X .p1i .pU8{margin:0}.p1j,.p1k{width:21vw;max-width:433.44px}.p1k{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.p1k .p1l{width:100%;height:100%;object-fit:cover;border-radius:12px}.p1k .p1m.p1n,.p1k .p1o.p1p{position:absolute;top:12px;left:12px}.p1k .p1q{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p1k span{position:absolute;right:8px;bottom:8px}.p1r{display:flex;align-items:center}.p1r .p1s{margin-right:36px}.p1r .p1s,.p1r .p1t{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.p1r .p1t{margin-right:20px}.p1r .p1u .p1v{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.p1r .p1u .p1v,.p1r .p1u .p1w{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.p1r .p1u .p1w{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.p1r .p1u .p1x{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}.p1y{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.p1y .p07{font-size:12px}.p1y .p1z{gap:8px}.p1A,.p1y .p1z{display:flex;align-items:center}.p1A{gap:12px}.p1B{width:48px;height:48px;min-width:48px;min-height:48px}.p1A .p1C{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.p1A .p1D{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.p1A .p1D,.p1A .p1E{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.p1A .p1E{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.p1F{max-width:45.455vw}.p1F .p1G{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}.p1F .p1H{display:flex;align-items:center}.p1F .p1I{width:100%;height:100%;object-fit:cover;border-radius:12px}.p1F .p1J{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.p1J .p1K{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p1F .p1L{flex:1 1;width:calc(100% - 18.18vw - 16px)}.p1F .p1M{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.p1F .p1N{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.p1F .p1O{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}.p1P{max-width:39.736vw}.p1P a{display:flex;align-items:center;justify-content:space-between}.p1P .pWe{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.p1P .pV7{border-radius:6px}.p1Q{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.p1P .p1Q .p1R{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}.p1P .p1S{display:flex;align-items:center}.p1P .p1S .p1T{margin-right:8px}.p1P .p1S .p1U{font-size:12px;color:#d3d3d3}.p1V{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.p1V .pWA{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.p1V .pWC{font-size:min(1.026vw,21.17664px)}.p1W{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.p1W .p1X{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.p1W .p1X:hover{background-color:hsla(0,0%,100%,.1)}.p1W .p1Y{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.p1W .p1Y:active{cursor:grabbing;cursor:-webkit-grabbing}.p1W .p1Z{width:24px;height:32px;border-radius:6px;margin-right:28px}.p1W .p1Z img{width:100%;height:100%;object-fit:cover}.p1W .p10{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.p1W .p10:before{content:counter(title)}.p1W .p11{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}.p12{width:24px;height:24px}.p1W .p13{width:100%;height:100%;object-fit:cover;cursor:pointer}.p14{display:flex;gap:64px}.p15{max-width:24.926vw}.p15,.p15 a{display:flex;justify-content:space-between;align-items:center}.p15 a{max-width:21.407vw;width:calc(100% - 32px)}.p16{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.p17{border-radius:12px;object-fit:cover;height:100%;width:100%}.p18{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)}.p19{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p2a{width:32px;height:32px}.p2b{width:374px}.p2b,.p2c{overflow:hidden}.p2c{width:100%;height:100%;display:flex;flex-direction:column}.p2d{padding-bottom:28px}.p2c .pXH{justify-content:space-between;padding-right:16px}.p2e{display:flex;flex-wrap:nowrap;gap:8px}.p2e .pVK{width:114px;height:159px}.p2f{position:relative;flex:0 0 auto}.p2f[data-is-ranking=true] .p2g{display:grid;grid-template-rows:auto auto}.p2f[data-is-ranking=true] .pVQ{grid-column:1;grid-row:1;align-self:stretch}.p2f[data-is-ranking=true] .pVJ{grid-column:2;grid-row:1}.p2f[data-is-ranking=true] .p2h{grid-column:2;grid-row:2}.p2c .p2i{position:relative}.p2c .pTF{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.p2c .pTF.pXZ{left:8px}.p2c .pTF.pX0{right:8px}.p2c .p2i:hover .pTF{display:block}.p2c .pVR{font-size:64px;bottom:-8px}.p2c .pVQ[data-is-first=true]{width:46px;flex:0 0 46px}.p2c .pVQ{position:relative;width:56px;flex:0 0 56px}.p2c .pVQ[data-is-double-digit=true]{width:64px;flex:0 0 64px}.p2j.pRi{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.p0e{display:flex;align-items:center}.p0e .p2k{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.p0e .pVq.p2l:hover{opacity:.6}.p0e .pVq.p2l.pRi:hover{opacity:1}@media screen and (min-width:2064px){.p0K{top:514px}}@media screen and (max-width:1024px){.pYq .pV7{border-color:violet;border-radius:6px}.pYL .pYM .p2m .p2n,.pYY{border-radius:1.1515vw}.pYS img{width:100%;height:auto}.pZK{display:grid;grid-template-columns:repeat(2,1fr)}.pZM .pZO,.pZN .pZO{border-radius:6px}.p2o{flex-direction:column;gap:48px}.p2o,.pZE{display:flex}.pZE{align-items:center}.pZE .pZF{margin-right:16px}.pZE .pZH{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pZE .pZH .pZI{display:flex;align-items:center}.pZE .pZH .pZI 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}.pZE .pZH p.pZJ{font-size:12px;font-weight:300;margin-top:4px}.pZL{width:43.846vw}.pZM,.pZN{margin-bottom:8px}.pZN .p2p{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.pZQ .pZR{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.pZQ .pZS{font-weight:300;margin-bottom:2px;height:1.5em}.pZQ .pZS,.pZQ .pZT{font-size:12px;line-height:1.5}.pZQ .pZT,.pZU{margin-bottom:8px}.pZW .pZX{font-size:10px}.pZ0{width:calc(100% - 14px)}.pZY li:not(:last-child){margin-bottom:16px}.pZ0 .pWM{width:38.462vw;height:21.538vw}.pZ5{margin-left:0}.pZ2{font-size:14px;margin-right:11px}.pZ2,.pZ3{margin-bottom:8px}.pZ3>p{font-size:12px;margin-right:8px}.pZ3 .p2q,.pZ3>p{white-space:nowrap}.pZ4{margin-right:11px}.pZ6{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.pZ7{width:29.231vw}.pZ6 .pZP{right:8px}.pZ9{top:27%}.pZ6 .pVK.pZ8 span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.pW9.p2r{margin-top:12px}.p0b{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.p0c{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.p0d{font-size:10px}.p0d,.pZ6 .p0e{margin-top:10px}.p0g img{width:80px;height:80px}.p0f li:not(:last-child){margin-bottom:5px}.p0f .p0h p{font-size:10px}.p0i{max-width:91.795vw}.p0i .p0j{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.p0i .p2s{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.p0i .p2t{margin-left:16px}.p0i .p0l{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.p0i .p0p{justify-content:left}.p0i .p0u{background-color:rgba(0,0,0,0);padding:0;position:relative}.p0i .p0u .p0v{max-width:100%}.p0i .p0u a{padding-right:0}.p0i .p0u .p0w{font-size:12px;padding-left:0;margin-bottom:8px}.p0i .p0u .p0w:after{font-size:12px}.p0i .p0u .p0z{font-size:12px;line-height:1.5;overflow:hidden}.p0i .p0u .p2u{position:absolute;bottom:2px;right:0;z-index:5}.p0E{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.p0E .p2v{justify-content:space-between}.p0E .p2v,.p0E .p2v a{display:flex;align-items:center}.p0E .p2v a{gap:16px}.p0F{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.p0G{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)}.p0G.p2w,.p0G.p2x{right:unset;left:-1.282vw}.p0E .p0H{max-width:28.205vw;margin-top:16px}.p0H .p0I{display:flex;justify-content:space-between;align-items:center}.p0H .p0I .p0J{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.p0K{position:unset;top:unset;right:unset}.p0H .p0L{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.p0H .p0M{display:flex;align-items:center;margin-top:8px;gap:12px}.p0H .p0M .p0N{display:block;position:absolute;top:12px;left:78px;gap:4px}.p0H .p0O{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.p0E .p0P{margin-top:16px;position:relative;gap:unset}.p0P a{display:flex;align-items:center;gap:16px}.p0X{max-width:91.795vw}.p0X .p0Y{font-size:72px;line-height:1.1944444444}.p0X .p0Y,.p0X .p0Z{margin-bottom:8px}.p0X .p00{margin-bottom:12px}.p0X .p00 .p02{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.p0X .p00 .p03{font-size:12px;color:#d3d3d3}.p0X .p2y{margin-left:16px}.p0X .p02{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.p0X .p04{justify-content:space-between}.p0X .p04,.p0X .p04 .p2z{display:flex;align-items:center}.p0X .p04 .p2z{gap:8px}.p0X .p2A{display:flex;align-items:center}.p0X .p2A .p2B{width:40px;height:40px}.p0X .p1a{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.p0X .p1a .p1b{max-width:100%}.p0X .p1a a{padding-right:0}.p0X .p1a .p1c{font-size:12px;padding-left:0;margin-bottom:8px}.p0X .p1a .p1c:after{font-size:12px}.p0X .p1a .p1f{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p1j{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.p1k{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.p1k .p1m.p1n,.p1k .p1o.p1p{top:8px;left:8px}.p1r{display:unset;align-items:unset;gap:0}.p2C{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.p1r .p1u .p1v{margin-bottom:2px}.p1r .p1u .p1v,.p1r .p1u .p1w{font-size:14px;line-height:1.571}.p1r .p1u .p1w{margin-bottom:4px}.p1r .p1u .p1x{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.p1y{padding-left:0}.p1B{width:40px;height:40px;min-width:40px;min-height:40px}.p1F{max-width:49.231vw}.p1F .p2D{position:relative;margin-bottom:16px}.p1F .p2E{width:100%}.p2D .p2F{position:absolute;display:flex;gap:2px;top:4px;left:4px}.p2D .pVN{position:absolute;bottom:0;right:0}.p1F .p1G{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.p1F .p2G{display:flex;align-items:center;margin-bottom:8px}.p1F .p2H{font-size:12px;margin-right:16px;color:#d3d3d3}.p1F .p2I{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}.p1P{max-width:91.795vw}.p1P a{display:flex;align-items:center}.p1Q{width:calc(100% - 16px - 38.462vw);min-width:none}.p1P .p1Q .p1R{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.p1P .p1S{display:flex;align-items:center}.p1P .p1S .p1U{font-size:12px;color:#d3d3d3}.p1V{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.p1V .pWA{width:unset;height:unset;min-width:21.538vw}.p1V .pWC{font-size:14px}.p1V::-webkit-scrollbar{display:none}.p1W{max-width:91.795vw}.p1W .p1X{padding:12px 0}.p1W .p1Y{display:none}.p1W .p1Z{width:36px;height:49px;border-radius:6px;margin-right:16px}.p1W .p10{text-align:left;width:28px}.p1W .p11{width:calc(100% - 120px)}.p14{flex-direction:column;gap:16px}.p14,.p15{display:flex}.p15{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.p15 a{max-width:unset}.p18{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}.p19{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.p2b{width:100%}.p2e .pVK{width:29.231vw;height:40.769vw}.p0e .p07{font-size:12px}}@media screen and (max-width:375px){.p1V:after,.pX3>.pX4:after,.pX5>.pX3:after,.pXR>.pXO:after{content:"";display:block;flex:0 0 4.267vw}.pYq .pV7{border-color:green;border-radius:1.6vw}.pYr{padding-right:11.733vw;margin-left:4.267vw}.pYr .pUf{font-size:3.733vw}.pYr .pUf,.pYr .pUx{margin-bottom:2.133vw}.pYr .pUx{font-size:3.2vw}.pYs{gap:2.133vw}.pYn .pYr .pYu>div{width:4.267vw;height:4.267vw}.pYr .pYt{font-size:2.667vw}.pYr .pXa .p2J{width:3.733vw;height:3.733vw}.pYw{min-width:8.53333vw;margin-left:2.133vw}.pYw .pU8{width:8.53333vw;height:8.53333vw}.pYw .pVq{width:4.267vw;height:4.267vw}.pYs .pYt{width:11.8vw}.pYn .pYC{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.pYn.p2K .p2L{font-size:3.733vw;margin-top:4.267vw}.pYn.p2M .pYq .pV7{border-radius:1.6vw}.pYn.p2M .pYr .pUx{margin-bottom:4.267vw}.pYn.p2M.pYn .pYv{font-size:3.2vw}.pYn.p2M.pYn .pYs{margin-top:4.267vw}.pYn.pYH .pYr .pUx{margin-bottom:3.2vw}.pYn.pYH .pYI{font-size:3.2vw;margin-bottom:1.067vw}.pYn.pYH .pYJ{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.pYn.pYH .pYJ span:first-child{margin-right:4.267vw}.pYn.pYH .pYK{font-size:2.667vw;margin-bottom:3.2vw}.pYn.pYH .p2L{margin-top:4.267vw}.pYn.pYH.pYn .pYv{font-size:3.2vw}.pYn.pYH .p2N{width:4.267vw;height:4.267vw}.pYL .pYM .p2m{margin-right:4.267vw}.pYL .pYM .p2m .p2n{border-radius:1.6vw}.pYL .pYM .p2m .p2O{width:10.256vw}.pYL .pYM .pYN{margin-right:6.154vw}.pYL .pYM .pYN.p2P{margin-right:2.133vw}.pYL .pYM .pYN .pYO{font-size:3.77vw;margin-bottom:1.067vw}.pYL .pYN .pYP,.pYL .pYQ .pYR{font-size:3.2vw}.pYL .pYM .pYN.p2Q{margin-right:2.133vw}.pYL .pYM .pRH.p2R{font-size:3.2vw;padding:0 1.795vw}.p2S,.pYZ{font-size:3.77vw}.pWa.p2T{margin-bottom:1.6vw}.pYL .pYQ .p2U,.pYL .pYQ .p2V{font-size:3.2vw}.pY5>div:not(:last-child),.pY6>div:not(:last-child){margin-bottom:4.267vw}.pY3>a>div:first-child,.pY4>a>div:first-child{margin-right:4.267vw}.pY4{margin-bottom:3.267vw}.pY3 .pY8,.pY4 .pY8{margin-right:4.267vw}.pY3 .pY8 .pZc{margin-bottom:0}.pZg span,.pZh span{margin-left:.8vw}.pY3 img.pY9{margin-right:4.267vw}.pY3 .pY8 .pZa p,.pY4 .pY8 .pZa p{font-size:3.733vw;margin-right:.533vw}.pY3 .pY8 p.pZb,.pY3 .pY8 p.pZf,.pY4 .pY8 p.pZb,.pZg,.pZh{font-size:3.2vw;margin-top:2.133vw}.pZi{font-size:3.733vw}.pZj{display:flex;flex-wrap:wrap}.pZj li:nth-of-type(2n){margin-right:0}.pZk{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pZl>a{height:8.533vw;width:8.533vw}.pZl>div{margin-right:2.133vw}.pZm{width:60%}.pZo{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.pZq{font-size:2.667vw}.pZP{width:6.154vw}.pZr .pZs{margin-bottom:2.133vw;border-radius:1.6vw}.pZr .pZs img{width:100%}.pZr .pZs span{right:2.133vw;bottom:2.947vw}.pZr .pZt{font-size:3.733vw}.pZr .pZt,.pZr .pZu{margin-bottom:2.133vw}.pZr .pZu{font-size:3.2vw}.pZv .pZx,.pZv>a>div:first-child{margin-right:4.267vw}.pZv .pZy{margin-right:1.067vw}.pZv .pZy .pZz>img:last-child{margin-left:.533vw}.pZv .pZy .pZz p{font-size:3.733vw}.pZv .pZy p.pZA{font-size:3.2vw;margin-top:1.067vw}.pZv .pZD button:first-child{margin-right:2.133vw}.p2o{gap:12.8vw}.pZE .pZF,.pZE>a>div:first-child{margin-right:4.267vw}.pZE .pZH{margin-right:1.067vw}.pZE .pZH .pZI p{font-size:3.733vw}.pZE .pZH .pZI>img{margin-left:.533vw}.pZE .pZH p.pZJ{font-size:3.2vw;margin-top:1.067vw}.pZK{gap:4.267vw}.pZM,.pZN{margin-bottom:2.133vw}.pZM .pZO,.pZN .pZO{border-radius:1.6vw}.pZM .pZP,.pZN .pZP{right:2.133vw;top:2.133vw}.pZM span{right:2.133vw;bottom:2.133vw}.pZN span{font-size:3.77vw}.pZN .p2p{width:4.267vw}.pZQ .pZR{font-size:3.77vw;margin-bottom:.256vw}.pZQ .pZS{font-size:3.2vw;margin-bottom:.533vw}.pZQ .pZT{font-size:3.2vw}.pZQ .pZT,.pZU{margin-bottom:2.133vw}.pZU .pZV{gap:1.6vw}.pZW .pZX{font-size:2.667vw}.pZ6{gap:7.2vw 2.133vw}.pZ7{width:31.785%}.pZ6 .pZP{top:2.133vw;right:2.133vw}.pZ9{width:4.267vw}.pZ6 .pVK.pZ8 span{font-size:3.2vw}.pW9.p0a{margin-top:3.2vw}.p0b{font-size:3.733vw;margin-top:2.033vw}.p0c{font-size:3.2vw;margin-top:1.233vw}.p0d{font-size:2.667vw;margin-top:2.667vw}.p0d span:not(:last-child){margin-right:0}.pZ6 .p0e{margin-top:2.667vw}.p0g img{width:21.333vw;height:21.333vw}.p0f .p0h{margin-left:4.267vw}.p0f li:not(:last-child){margin-bottom:1.333vw}.p0f .p0h p{font-size:2.667vw}.p0i .p0j{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.p0i .p2s{margin-bottom:4.267vw}.p0i .p2t{margin-left:4.267vw}.p0i .p0l{font-size:3.733vw;margin-bottom:3.2vw}.p0i .p0u .p0v{margin-left:3.733vw}.p0i .p0u .p0w{margin-bottom:2.133vw}.p0i .p0u .p0w,.p0i .p0u .p0w:after,.p0i .p0u .p0z{font-size:3.2vw}.p0E{padding-left:17.067vw}.p0E .p2v a{gap:4.267vw}.p0F{border-radius:3.2vw}.p0G{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}.p0G.p2w,.p0G.p2x{right:unset;left:-1.282vw}.p0E .p0H{margin-top:4.267vw}.p0H .p0I .p0J{font-size:3.733vw}.p0H .p0L{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.p0H .p0M{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.p0H .p0M .p0N{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.p0H .p0O{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.p0E .p0P{margin-top:4.267vw}.p0P a{gap:4.267vw}.p0P .p2W{min-width:19.2vw;min-height:19.2vw}.p0R .p0S{margin-bottom:1.333vw;align-items:center}.p0P .p0R .p0V,.p0R .p0S{font-size:3.2vw}.p0X .p0Y{font-size:19.2vw;line-height:1.1944444444}.p0X .p0Y,.p0X .p0Z{margin-bottom:2.133vw}.p0X .p00{margin-bottom:3.2vw}.p0X .p00 .p02{font-size:3.733vw;margin-bottom:2.133vw}.p0X .p00 .p03{font-size:2.133vw}.p0X .p2y{margin-left:4.267vw}.p0X .p02{font-size:3.733vw;margin-bottom:3.2vw}.p0X .p04 .p2z{gap:2.133vw}.p0X .p2A .p2B{width:10.667vw;height:10.667vw}.p0X .p1a .p1c{margin-bottom:2.133vw}.p0X .p1a .p1c,.p0X .p1a .p1c:after,.p0X .p1a .p1f{font-size:3.2vw}.p0X .p06 img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.p1j{width:100%;padding-left:16.41vw}.p1k{margin-bottom:3.2vw}.p1k .p1l{width:100%;border-radius:3.2vw}.p1k .p1m.p1n,.p1k .p1o.p1p{top:2.133vw;left:2.133vw}.p1k .p1q{width:10.256vw}.p1k span{right:2.133vw;bottom:2.133vw}.p2C{letter-spacing:-2.4vw;font-size:18.462vw}.p1r .p1u .p1v{font-size:3.77vw;margin-bottom:.533vw}.p1r .p1u .p1w{font-size:3.77vw;margin-bottom:1.067vw}.p1r .p1u .p1x{font-size:3.2vw;margin-bottom:2.667vw}.p1y{margin-bottom:3.2vw}.p1y .p07{font-size:3.2vw}.p1y .p1z{gap:2.133vw}.p1A{gap:3.2vw}.p1B{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.p1A .p1C{font-size:3.2vw;margin-bottom:1.282vw}.p1A .p1C:after{font-size:3.2vw;margin-left:1.539vw}.p1A .p1E{font-size:3.2vw}.p1F{max-width:51.2vw}.p1F .p2D{margin-bottom:4.267vw}.p1F .p1I{border-radius:3.2vw}.p1F .p1G{font-size:3.733vw;margin-bottom:6.4vw}.p1F .p1M{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.p1F .p1N{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.p1F .p1N,.p1F .pXc>span{font-size:3.2vw}.p1F .p2I{font-size:3.733vw}.p1F .p2H{font-size:3.2vw;margin-right:4vw}.p1P .p1Q .p1R{font-size:3.733vw;margin-bottom:2.133vw}.p1P .p1S .p1T{margin-right:2.133vw}.p1P .p1S .p1U{font-size:3.2vw}.p1V{gap:2.133vw}.p1V .p2X,.p1V .p2Y{border-radius:4.267vw}.p1V .pWC{font-size:3.733vw}.p1W .p1X{padding:3.2vw 0}.p1W .p1Y,.p1W .p1Z{margin-right:4.267vw}.p1W .p1Z{width:9.6vw;height:13.067vw;border-radius:1.6vw}.p1W .p10{width:7.468vw;font-size:3.733vw}.p1W .p11{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.p12{width:6.4vw;height:6.4vw}.p14{display:flex;flex-direction:column;gap:4.267vw}.p15 a{width:calc(100% - 8.533vw)}.p18{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.p19{font-size:3.733vw}.p2a{width:8.533vw;height:8.533vw}.p0e .p2k{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.p0e .p07{font-size:3.2vw}}@media screen and (max-width:1024px){.p1V:after,.pX3>.pX4:after,.pX5>.pX3:after,.pXR>.pXO:after{content:"";display:block;flex:0 0 16px}.pXP{width:29.23vw}.pXP[data-is-ranking=true]{width:auto;margin-right:0}.pXM .pXR,.pXN .pXR{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.pXM .pXR::-webkit-scrollbar,.pXN .pXR::-webkit-scrollbar{display:none}.pXO{display:flex;flex-wrap:nowrap;gap:8px}.pXO .pX1{margin-right:8px}.pXO .p2Z,.pXO .pX1{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.pXO .p2Z{margin-right:10px}.pXM .pWN .pWP,.pXN .pWN .pWP{display:block;width:100%}.pXH{justify-content:space-between;padding-right:16px}.pXI{font-size:16px}.pXJ{justify-content:space-between}.pXK{font-size:14px}.pXL{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.pX2 .pX5{padding-bottom:4.05vw}.pX3{gap:8px}.p20{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.pX6 .pX3{gap:8px}.pX6 .pX4 .pV3{width:38.462vw;height:21.538vw}.pX2.pX6 .pWc{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.pX8{gap:2.133vw}.pX7 .pVJ{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.pYc li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.pYe{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}.pYf{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.pYg{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}.pYh{font-size:14px;margin-bottom:4px}.pYi{margin-bottom:5px}.pYi,.pYj{font-size:12px}.pYc li.pYk:after{content:none}.pYc li.pYk .pYd{opacity:.4}.pYl{font-size:12px}.pYm{flex-wrap:wrap;flex-direction:column;gap:16px}.pYm,.pYn{display:flex}.pYn{align-items:center;justify-content:space-between;width:100%}.pYq .pWe{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.pYr{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.pYr .pUf{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.pYs{gap:8px;margin-bottom:unset}.pYw{margin-left:12px}.pYn .pYC{margin-right:8px}.pYo.pYn .pWe{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.pYn .pYv,.pYn.p21 .pV8{display:none}.pYn.p2K .p2L{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}.pYn.p2K .pYw{top:50%}.pYn.p2M .pYq .pWe{width:29.231vw;height:40vw}.pYn.p2M .pYq .pV7{border-radius:6px}.pYn.p2M.pYn .pYr{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.pYn.p2M .pYr .pUx{margin-bottom:16px}.pYn.p2M.pYn .pYv{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pYn.p2M.pYn .pYs{margin-top:16px;order:4}.pYn.pYH .pYq .pWe{position:relative;width:29.231vw;height:40vw}.pYn.pYH .pYq .pV7{border-radius:6px}.pYn.pYH .pYq .pWe .pVN{position:absolute;bottom:0;right:0}.pYn.pYH .pYq .pYr{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.pYn.pYH .pYr .pUx{margin-bottom:12px}.pYn.pYH .pYI{font-size:12px;font-weight:600}.pYn.pYH .pYJ{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.pYn.pYH .pYJ,.pYn.pYH .pYK{font-weight:300;line-height:1.5}.pYn.pYH .pYK{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.pYn.pYH .p2L{position:relative;display:block;margin-top:16px}.pYn.pYH .p2L button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.pYn.pYH .pYv{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}.pYn.pYH .pYw{top:30%;transform:translateY(-30%)}.pYL{flex-direction:column;align-items:normal}.pYL .pYM:not(.p22){margin-bottom:13px}.pYL .pYM .p2m{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.pYL .pYM .p2m .p2n{width:100%;height:100%;object-fit:cover}.pYL .pYM .p2m .p2O{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pYL>div:first-child{position:unset;margin-right:0}.pYL .pYM .pYN{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.pYL .pYM .pYN .pYO{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.pYL .pYM .pYN .pYP{margin-bottom:0}.pYL .pYQ{position:relative}.pYL .pYQ .pYR{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pYL .pYU{height:13px}.pYL .pYU .pYV{width:38.462vw}.pYL .pYM .pYN.p2P{width:32.56%;margin-right:8px;flex:1 1}.p2S,.pYZ{transform:translate(-50%,-50%);font-size:14px}.p2S{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.pWa.p2T{margin-bottom:6px}.pWb.p23{width:45.2%}.pYL .pYQ .p2U,.pYL .pYQ .p2V{font-size:12px;line-height:1.5}.pYL .pYQ .p2V{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pY5>div:not(:last-child),.pY6>div:not(:last-child){margin-bottom:16px}.p24:hover,.p25:hover,.p26:hover{background-color:hsla(0,0%,100%,.1)}.pY4{margin-bottom:12.25px}.pY3 .pY8,.pY4 .pY8{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.pY3 .pY8 .pZc,.pY4 .pY8 .pZc{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.pY3 img.pY9,.pY4 img.pY9{margin-right:16px}.pY3 .pY8 .pZa,.pY4 .pY8 .pZa{display:flex;align-items:center}.pY3 .pY8 .pZa p,.pY4 .pY8 .pZa p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.pY3 .pY8 .pZa p,.pY3 .pY8 p.pZb,.pY4 .pY8 .pZa p,.pY4 .pY8 p.pZb{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pY3 .pY8 p.pZb,.pY4 .pY8 p.pZb{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.p27{display:flex;flex-direction:column}.pY3 .pY8 p.pZf,.pY4 .pY8 p.pZf{font-size:12px;font-weight:300;margin-top:8px}.pZg,.pZh{font-weight:300}.pZi{font-size:14px;max-width:720px}.pZk{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.pZr .pZs{border-radius:6px;height:24.615vw;width:43.846vw}.pZl>a{height:32px;width:32px}.pZj{gap:0 4.103vw}.pZl .pZm{width:60%}.pZn{height:32px;width:32px}.pZp>button{top:-14px}.pZo{margin-bottom:16px;max-width:100%}.pZp{margin-left:40px}.pZl{height:38px}.pZq{font-size:10px}.pZr .pZs img{width:100%}.pZv{display:flex;align-items:center}.pZv .pZx{margin-right:16px}.pZv .pZy{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pZv .pZy .pZz{display:flex;align-items:center}.pZv .pZy .pZz p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.pZv .pZy p.pZA{margin-top:8px;margin-bottom:0}.pZv .pZD{display:flex}.pZB .pZC{font-size:14px;line-height:1.5714285714}.p2o{flex-direction:column;gap:48px}.p2o,.pZE{display:flex}.pZE{align-items:center}.pZE .pZF{margin-right:16px}.pZE .pZH{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pZE .pZH .pZI{display:flex;align-items:center}.pZE .pZH .pZI p{height:1em;overflow:hidden;line-height:unset}.pZE .pZH p.pZJ{font-size:12px;font-weight:300;margin-top:4px}.pZL,.pZM,.pZN{width:43.846vw}.pZM,.pZN{margin-bottom:8px;height:24.615vw}.pZN .p2p{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.pZQ .pZR{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.pZQ .pZS{font-weight:300;margin-bottom:2px;height:1.5em}.pZQ .pZS,.pZQ .pZT{font-size:12px;line-height:1.5}.pZQ .pZT,.pZU{margin-bottom:8px}.pZW .pZX{font-size:10px}.pZ6{gap:27px 2.051vw}.pZ7{width:29.231vw}.pZ7 .pVL{border-radius:6px}.pZ6 .pZP{right:8px}.pZ9{top:27%}.pZ6 .pVK.pZ8 span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.pW9.p2r{margin-top:12px}.p0b{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.p0c{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.p0d{font-size:10px}.p0d,.pZ6 .p0e{margin-top:10px}.p0g img{width:80px;height:80px}.p0f li:not(:last-child){margin-bottom:5px}.p0f .p0h p{font-size:10px}.p0i{max-width:100%}.p0i .p0j{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.p0i .p2s{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.p0i .p2t{margin-left:16px}.p0i .p0l{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.p0i .p0p{justify-content:left}.p0i .p0u{background-color:rgba(0,0,0,0);padding:0;position:relative}.p0i .p0u .p0v{max-width:100%}.p0i .p0u a{padding-right:0}.p0i .p0u .p0w{font-size:12px;padding-left:0;margin-bottom:8px}.p0i .p0u .p0w:after{font-size:12px}.p0i .p0u .p0z{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.p0i .p0u .p2u{position:absolute;bottom:2px;right:0;z-index:5}.p0E{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}.p0E .p2v{justify-content:space-between}.p0E .p2v,.p0E .p2v a{display:flex;align-items:center}.p0E .p2v a{gap:16px}.p0F{width:30.769vw;height:42.307vw}.p0G{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}.p0G.p2w,.p0G.p2x{right:unset;left:-1.282vw}.p0E .p0H{max-width:28.205vw;margin-top:16px}.p0H .p0I{display:flex;justify-content:space-between;align-items:center}.p0H .p0I .p0J{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.p0K{position:unset;top:unset;right:unset}.p0H .p0L{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.p0H .p0M{display:flex;align-items:center;margin-top:8px;gap:12px}.p0H .p0M .p0N{display:block;position:absolute;top:36px;left:78px;gap:4px}.p0H .p0O{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.p0E .p0P{margin-top:16px;position:relative;gap:unset}.p0P a{display:flex;align-items:center;gap:16px}.p0P .p2W{min-width:72px;min-height:72px}.p0X{max-width:100%}.p0X .p0Y{font-size:72px;line-height:1.1944444444}.p0X .p0Y,.p0X .p0Z{margin-bottom:8px}.p0X .p00{margin-bottom:12px}.p0X .p00 .p02{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.p0X .p00 .p03{font-size:12px;color:#d3d3d3}.p0X .p2y{margin-left:16px}.p0X .p02{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.p0X .p04{justify-content:space-between}.p0X .p04,.p0X .p04 .p2z{display:flex;align-items:center}.p0X .p04 .p2z{gap:8px}.p0X .p2A{display:flex;align-items:center}.p0X .p2A .p2B{width:40px;height:40px}.p0X .p1a{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.p0X .p1a .p1b{max-width:100%}.p0X .p1a a{padding-right:0}.p0X .p1a .p1c{font-size:12px;padding-left:0;margin-bottom:8px}.p0X .p1a .p1c:after{font-size:12px}.p0X .p1a .p1f{font-size:12px;line-height:1.567}.p1j{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.p1k{margin-bottom:12px;width:75.128vw;height:42.308vw}.p1k .p1m.p1n,.p1k .p1o.p1p{top:8px;left:8px}.p1r{display:unset;align-items:unset;gap:0}.p2C{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.p1r .p1u .p1v{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.p1r .p1u .p1v,.p1r .p1u .p1w{font-size:14px;line-height:1.571}.p1r .p1u .p1w{margin-bottom:4px}.p1r .p1u .p1x{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.p1y{padding-left:0}.p1F{max-width:49.231vw}.p1F .p2D{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.p1F .p2E{border-radius:12px;width:100%;height:100%;object-fit:cover}.p2D .p2F{position:absolute;display:flex;gap:2px;top:4px;left:4px}.p2D .pVN{position:absolute;bottom:0;right:0}.p1F .p1G{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.p1F .p2G{display:flex;align-items:center;margin-bottom:8px}.p1F .p2H{font-size:12px;margin-right:16px;color:#d3d3d3}.p1F .p2I{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.p1P{max-width:91.795vw}.p1P a{display:flex;align-items:center}.p1P .pWe{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.p1P .pV7{border-radius:6px}.p1P .p1Q .p1R{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.p1P .p1S{display:flex;align-items:center}.p1P .p1S .p1U{font-size:12px;color:#d3d3d3}.p1V{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.p1V .pWA{width:unset;height:unset;min-width:21.538vw}.p1V .pWC{font-size:14px}.p1V::-webkit-scrollbar{display:none}.p1W{max-width:91.795vw}.p1W .p1X{padding:12px 0}.p1W .p1Y{display:none}.p1W .p1Z{width:36px;height:49px;border-radius:6px;margin-right:16px}.p1W .p10{width:28px}.p1W .p11{width:calc(100% - 120px)}.p14{flex-direction:column;gap:16px}.p14,.p15{display:flex}.p15{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.p15 a{max-width:unset}.p16{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.p17{border-radius:12px}.p18{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.p19{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.p2c .pVR{font-size:10vw}.p2c .pVQ[data-is-first=true]{width:54px;flex:0 0 54px}.p2c .pVQ{position:relative;width:80px;flex:0 0 80px}.p2c .pVQ[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.p0d span{transform:scaleX(.9);white-space:nowrap}.p2c .pVR{font-size:16.4vw;bottom:-1.5vw}.p2c .pVQ[data-is-first=true]{width:40px;flex:0 0 40px}.p2c .pVQ{width:48px;flex:0 0 48px}.p2c .pVQ[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.pYn.p2M .pYq .pV7,.pYn.pYH .pYq .pV7,.pYq .pV7{border-radius:1.1515vw}.pYn.pYH .pYq .pWe .pVN,.pYq .pWe .pVN{width:3.071vw}.p1P .pV7,.pZ7 .pVL,.pZM .pZO,.pZN .pZO,.pZr .pZs{border-radius:1.1515vw}.p1F .p2E{border-radius:2.303vw}.p2D .pVN{width:3.071vw}.p17{border-radius:2.303vw}}@media screen and (max-width:375px){.pXH{margin-bottom:4.267vw;padding-right:4.267vw}.pXI{font-size:4.267vw}.pXJ{margin-bottom:3.75vw}.pXK{font-size:3.75vw}.pXO{gap:2.133vw}.pXO .pX1{top:1907px;left:16px;width:72vw;height:40.266vw}.pXO .pX1 :not(:first-child){margin-left:8px}.pX3,.pX6 .pX3,.pX8{gap:2.133vw}.pX7 .pVJ{border-radius:3.2vw}.pYc li{border-radius:2.133vw}.pYc li:not(:last-child){margin-bottom:4.267vw}.pYe{font-size:5.333vw}.pYg{padding-left:4.267vw;padding-right:4.267vw}.pYh{font-size:3.733vw;margin-bottom:1.067vw}.pYi{margin-bottom:1.333vw}.pYi,.pYj,.pYl{font-size:3.2vw}.pYl{right:4.267vw;bottom:4.267vw}.pYm{gap:4.267vw}.pYq .pV7{border-radius:1.6vw}.pYr{padding-right:11.733vw;margin-left:4.267vw}.pYr .pUf{margin-bottom:1.067vw;font-size:3.733vw}.pYr .pUx{margin-bottom:2.133vw;font-size:3.2vw}.pYs{gap:2.133vw}.pYn .pYr .pYu>div{width:4.267vw;height:4.267vw}.pYr .pYt{font-size:2.667vw}.pYr .pXa .p2J{width:3.733vw;height:3.733vw}.pYw{min-width:8.53333vw;margin-left:2.133vw}.pYw .pU8{width:8.53333vw;height:8.53333vw}.pYw .pVq{height:4.267vw}.pYq .pWe .pVN,.pYw .pVq{width:4.267vw}.pYn .pYC{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.pYn.p2K .p2L{font-size:3.733vw;margin-top:4.267vw}.pYn.p2M .pYq .pV7{border-radius:1.6vw}.pYn.p2M .pYr .pUx{margin-bottom:4.267vw}.pYn.p2M.pYn .pYv{font-size:3.2vw}.pYn.p2M.pYn .pYs{margin-top:4.267vw}.pYn.pYH .pYq .pWe .pVN{width:4.267vw}.pYn.pYH .pYr .pUy{margin-bottom:3.2vw}.pYn.pYH .pYI{font-size:3.2vw;margin-bottom:1.067vw}.pYn.pYH .pYJ{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.pYn.pYH .pYJ span:first-child{margin-right:4.267vw}.pYn.pYH .pYK{font-size:2.667vw;margin-bottom:3.2vw}.pYn.pYH .p2L{margin-top:4.267vw}.pYn.pYH.pYn .pYv{font-size:3.2vw}.pYn.pYH .p2N{width:4.267vw;height:4.267vw}.pYL .pYM .p2m{margin-right:4.267vw}.pYL .pYM .p2m .p2n{border-radius:1.6vw}.pYL .pYM .p2m .p2O{width:10.256vw}.pYL .pYM .pYN{margin-right:6.154vw}.pYL .pYM .pYN.p2P{margin-right:2.133vw}.pYL .pYM .pYN .pYO{font-size:3.77vw;margin-bottom:1.067vw}.pYL .pYN .pYP,.pYL .pYQ .pYR{font-size:3.2vw}.pYL .pYU{height:3.333vw}.pYL .pYM .pYN.p2Q{margin-right:2.133vw}.pYL .pYM .pRH.p2R{font-size:3.2vw;padding:0 1.795vw}.p2S,.pYZ{font-size:3.77vw}.pWa.p2T{margin-bottom:1.6vw}.pYL .pYQ .p2U,.pYL .pYQ .p2V{font-size:3.2vw}.pY3 .pY8,.pY3>a>div:first-child,.pY4 .pY8,.pY4>a>div:first-child{margin-right:4.267vw}.pY3 .pY8 .pZc{margin-bottom:0}.pZg span,.pZh span{margin-left:.8vw}.pY3 img.pY9{margin-right:4.267vw}.pY3 .pY8 .pZa p,.pY4 .pY8 .pZa p{font-size:3.733vw;margin-right:.533vw}.pY3 .pY8 p.pZb,.pY3 .pY8 p.pZf,.pY4 .pY8 p.pZb,.pZg,.pZh{font-size:3.2vw;margin-top:2.133vw}.pZi{font-size:3.733vw}.pZj{display:flex;flex-wrap:wrap}.pZj li:nth-of-type(2n){margin-right:0}.pZk{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pZl>a>img,.pZl>div{margin-right:2.133vw}.pZl .pZm{width:60%}.pZn{height:8.533vw;width:8.533vw}.pZp>button{top:-3.733vw}.pZl .pZm .pZo{max-width:100%;font-size:3.733vw}.pZp{margin-left:10.667vw}.pZl .pZm .pZq{font-size:2.667vw}.pZr .pZs{margin-bottom:2.133vw;border-radius:1.6vw}.pZr .pZs img{width:100%}.pZr .pZs span{right:2.133vw;bottom:2.947vw}.pZr .pZt{font-size:3.733vw}.pZr .pZt,.pZr .pZu{margin-bottom:2.133vw}.pZr .pZu{font-size:3.2vw}.pZv{margin-bottom:4.267vw}.pZv .pZx,.pZv>a>div:first-child{margin-right:4.267vw}.pZv .pZy{margin-right:1.067vw}.pZv .pZy .pZz>img:last-child{margin-left:.533vw}.pZv .pZy .pZz p{font-size:3.733vw}.pZv .pZy p.pZA{font-size:3.2vw;margin-top:2.133vw}.pZB .pZC{font-size:3.734vw}.pZv .pZD button:first-child{margin-right:2.133vw}.p2o{gap:12.8vw}.pZE .pZF,.pZE>a>div:first-child{margin-right:4.267vw}.pZE .pZH{margin-right:1.067vw}.pZE .pZH .pZI p{font-size:3.733vw}.pZE .pZH .pZI>img{margin-left:.533vw}.pZE .pZH p.pZJ{font-size:3.2vw;margin-top:1.067vw}.pZK{gap:4.267vw}.pZM,.pZN{margin-bottom:2.133vw}.pZM .pZO,.pZN .pZO{border-radius:1.6vw}.pZM .pZP,.pZN .pZP{right:2.133vw;top:2.133vw}.pZM span{right:2.133vw;bottom:2.133vw}.pZN span{font-size:3.77vw}.pZN .p2p{width:4.267vw}.pZQ .pZR{font-size:3.77vw;margin-bottom:.256vw}.pZQ .pZS{font-size:3.2vw;margin-bottom:.533vw}.pZQ .pZT{font-size:3.2vw}.pZQ .pZT,.pZU{margin-bottom:2.133vw}.pZU .pZV{gap:1.6vw}.pZW .pZX{font-size:2.667vw}.pZ0{gap:4.267vw;width:calc(100% - 3.733vw)}.pZY li:not(:last-child){margin-bottom:4.267vw}.pZ2{font-size:3.733vw;margin-right:2.933vw}.pZ2,.pZ3{margin-bottom:2.133vw}.pZ3>p{margin-right:2.133vw}.pZ3>p,.pZ4{font-size:3.2vw}.pZ4{margin-right:2.933vw}.pZ6{gap:7.2vw 2.133vw}.pZ7{width:31.785%}.pZ7 .pVL{border-radius:1.6vw}.pZ6 .pZP{top:2.133vw;right:2.133vw}.pZ9{width:4.267vw}.pZ6 .pVK.pZ8 span{font-size:3.2vw}.pW9.p0a{margin-top:3.2vw}.p0b{font-size:3.733vw;margin-top:2.033vw}.p0c{font-size:3.2vw;margin-top:1.233vw}.p0d{font-size:2.667vw;margin-top:2.667vw}.p0d span:not(:last-child){margin-right:0}.pZ6 .p0e{margin-top:2.667vw}.p0g img{width:21.333vw;height:21.333vw}.p0f .p0h{margin-left:4.267vw}.p0f li:not(:last-child){margin-bottom:1.333vw}.p0f .p0h p{font-size:2.667vw}.p0i .p0j{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.p0i .p2s{margin-bottom:4.267vw}.p0i .p2t{margin-left:4.267vw}.p0i .p0l{font-size:3.733vw;margin-bottom:3.2vw}.p0i .p0u .p0v{margin-left:3.733vw}.p0i .p0u .p0w{margin-bottom:2.133vw}.p0i .p0u .p0w,.p0i .p0u .p0w:after,.p0i .p0u .p0z{font-size:3.2vw}.p0E{padding-left:17.067vw;padding-top:6.4vw}.p0E .p2v a{gap:4.267vw}.p0F{border-radius:1.6vw}.p0G{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}.p0G.p2w,.p0G.p2x{right:unset;left:-1.282vw}.p0E .p0H{margin-top:4.267vw}.p0H .p0I .p0J{font-size:3.733vw}.p0H .p0L{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.p0H .p0M{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.p0H .p0M .p0N{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.p0H .p0O{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.p0E .p0P{margin-top:4.267vw}.p0P a{gap:4.267vw}.p0P .p2W{min-width:19.2vw;min-height:19.2vw}.p0R .p0S{margin-bottom:1.333vw;align-items:center}.p0P .p0R .p0V,.p0R .p0S{font-size:3.2vw}.p0X .p0Y{font-size:19.2vw;line-height:1.1944444444}.p0X .p0Y,.p0X .p0Z{margin-bottom:2.133vw}.p0X .p00{margin-bottom:3.2vw}.p0X .p00 .p02{font-size:3.733vw;margin-bottom:2.133vw}.p0X .p00 .p03{font-size:2.133vw}.p0X .p2y{margin-left:4.267vw}.p0X .p02{font-size:3.733vw;margin-bottom:3.2vw}.p0X .p04 .p2z{gap:2.133vw}.p0X .p2A .p2B{width:10.667vw;height:10.667vw}.p0X .p1a .p1c{margin-bottom:2.133vw}.p0X .p1a .p1c,.p0X .p1a .p1f{font-size:3.2vw}.p0X .p06 img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.p0X .p07{font-size:3.2vw}.p1j{width:100%;padding-left:16.41vw;padding-top:6.4vw}.p1k{margin-bottom:3.2vw}.p1k .p1l{width:100%;border-radius:3.2vw}.p1k .p1m.p1n,.p1k .p1o.p1p{top:2.133vw;left:2.133vw}.p1k .p1q{width:10.256vw}.p1k span{right:2.133vw;bottom:2.133vw}.p2C{letter-spacing:-2.4vw;font-size:18.462vw}.p1r .p1u .p1v{font-size:3.77vw;margin-bottom:.533vw}.p1r .p1u .p1w{font-size:3.77vw;margin-bottom:1.067vw}.p1r .p1u .p1x{font-size:3.2vw;margin-bottom:2.667vw}.p1y{margin-bottom:3.2vw}.p1y .p07{font-size:3.2vw}.p1y .p1z{gap:2.133vw}.p1A{gap:3.2vw}.p1B{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.p1A .p1C{font-size:3.2vw;margin-bottom:1.282vw}.p1A .p1C:after{font-size:3.2vw;margin-left:1.539vw}.p1A .p1E{font-size:3.2vw}.p1F{max-width:51.2vw}.p1F .p2D{margin-bottom:4.267vw}.p1F .p1I{border-radius:3.2vw}.p1F .p1G{font-size:3.733vw;margin-bottom:6.4vw}.p1F .p1M{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.p1F .p1N{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.p1F .p1N,.p1F .pXc>span{font-size:3.2vw}.p1F .p2I{font-size:3.733vw}.p1F .p2H{font-size:3.2vw;margin-right:4vw}.p2D .pVN{width:4.267vw}.p1P .pWe{margin-right:4.267vw}.p1P .pV7{border-radius:1.6vw}.p1P .p1Q .p1R{font-size:3.733vw;margin-bottom:2.133vw}.p1P .p1S .p1T{margin-right:2.133vw}.p1P .p1S .p1U{font-size:3.2vw}.p1V{gap:2.133vw}.p1V .p2X,.p1V .p2Y{border-radius:4.267vw}.p1V .pWC{font-size:3.733vw}.p1W .p1X{padding:3.2vw 0}.p1W .p1Y,.p1W .p1Z{margin-right:4.267vw}.p1W .p1Z{width:9.6vw;height:13.067vw;border-radius:1.6vw}.p1W .p10{width:7.468vw;font-size:3.733vw}.p1W .p11{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.p12{width:6.4vw;height:6.4vw}.p14{display:flex;flex-direction:column;gap:4.267vw}.p15 a{width:calc(100% - 8.533vw)}.p18{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.p19{font-size:3.733vw}.p2a{width:8.533vw;height:8.533vw}.p17{border-radius:3.2vw}.p2d{padding-bottom:7.179vw}.p2c .pXH{padding-right:4.267vw}.p2e{gap:2.051vw}.p2c .pTF{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.p28 .pYw{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.p28 .pYw{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.p28 .pYw{top:30.7675%!important}}@media screen and (max-width:376px){.p28 .pYw{top:30%!important}}body.is-edge .pX4 .pXS,body.is-edge .pXP .pXS{animation:none!important}body.is-edge .pX4:hover .pXS,body.is-edge .pXP:hover .pXS{opacity:1!important;transform:translate(50%,50%)!important}body.is-edge .pX4:hover .pXS.pXV,body.is-edge .pX4:hover .pXS.pXX,body.is-edge .pXP:hover .pXS.pXV,body.is-edge .pXP:hover .pXS.pXX{transform:translateY(50%)!important}.p1m,.p29,.p3a,.p3b,.p3c,.p3d,.p3e,.p3f,.p3g,.p3h{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.p3i,.p3j{display:inline-flex;gap:8px}.p3j{flex-direction:column}.p3k{display:inline-flex;gap:8px}.pYu{display:flex;align-items:center;gap:2px}.pYt{font-size:10px;font-weight:300;color:#bababa}.p3l{display:flex;align-items:flex-end;gap:10px}.p1o,.p3m{display:flex;flex-direction:column}.p3m{align-items:center;gap:1px}.p3n{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.p3n: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){.p1m,.p29,.p3a,.p3b,.p3c,.p3d,.p3e,.p3f,.p3g,.p3h{width:6.4vw;height:6.4vw}.p3i,.p3j,.p3k{gap:2.133vw}.pYu{gap:.533vw}.pYt{font-size:2.667vw}.p3l{gap:2.667vw}.p3m{gap:.267vw}.p3n{font-size:2.667vw}.p3n:before{height:2.667vw;width:6.4vw}}.p3o{position:relative}.p3p{display:flex;gap:24px}.p3q,.p3r,.p3s,.p3t{font-size:10px;line-height:1;padding:2px 3px}.p3q{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.p3q.p3u{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.p3v{display:flex;gap:4px}.p3r{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.p3r.p3w{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.p3x{display:flex;gap:4px}.p3s{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.p3y{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.p3t,.p3y{display:flex}.p3t{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.p3t span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.p3t small{font-family:SF Pro Text Regular,sans-serif}.p3A,.p3B,.p3z{display:flex;gap:4px}.p3C{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}.p3D{display:flex;gap:4px}.p3E{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.p3F{margin-top:4px;margin-left:36px}.p3G{display:flex;align-items:center}.p3H,.p3H.p3I{display:flex;justify-content:center;align-items:center}.p3H.p3I{margin:0 8px}.p3J{display:flex;gap:4px}.p3K{margin-bottom:2px}.p3L{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.p3L.p3M{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.p3L.p3N{color:#ff0576;background:#fff}.p3L.p3O{width:14px;height:14px}.p3L.p3P{color:#fff;background:rgba(225,225,225,.3)}.p3L.p3Q{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.p3R{display:flex;gap:4px}.p3S{width:38px;height:38px}.p3T{display:flex;gap:4px}.p3U{width:14px;height:14px}.p3V{padding:5px 4px 3px 5px}.p2q,.p3V{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.p2q{padding:4px}.p3W{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.p3X{opacity:0}.p3Y{padding:3px 3.5px 2.25px 4px}.p3Z{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}.p30{display:flex;gap:12px}.p31{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.p31,.p32{display:inline-flex;align-items:center;color:#fff}.p32{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.p32:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.p3y{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.p3t span{border-radius:1.1538461538vw}.p3C,.p3E{border-radius:.5769230769vw}.p3F{margin-left:10vw}.p3K{margin-bottom:2px}.p33{margin-left:8px}.p31,.p3Z{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.p3q,.p3r,.p3s,.p3t{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.p3F{margin-left:40px}.p33{margin-left:0}}@media screen and (max-width:375px){.p3p{gap:6.4vw}.p34{width:5.867vw;height:6.4vw}.p3v,.p3x{gap:1.067vw}.p3Q{font-size:2.333vw}.p3y{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.p3t span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.p3z{gap:1.067vw}.pVM{width:10.133vw;height:10.133vw}.p3A{gap:1.067vw}.pVN{height:4.533vw}.p3B{gap:1.067vw}.p3C{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.p3D{gap:1.067vw}.p3E{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.p3J{gap:1.067vw}.p3L{padding:.533vw .8vw;font-size:2.133vw}.p3O{width:3.733vw;height:3.733vw}.p3R{gap:1.067vw}.p3S{width:10.133vw;height:10.133vw}.p3T{gap:1.067vw}.p3U{width:3.733vw;height:3.733vw}.p3V{padding:1.333vw 1.067vw .8vw 1.333vw}.p2q,.p3V{font-size:2.667vw;border-radius:1.067vw}.p2q{padding:1.067vw}.p3Z{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.p30{gap:3.2vw}.p31{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.pQ0{position:relative;z-index:1}.p35{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.p35.p36{opacity:.3}.p37{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.p2J{position:relative;display:inline-block;width:14px;height:14px}.p38{position:absolute;top:0;left:0}.p38,.p39{width:100%;height:100%}.p39{display:block}.p4a{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p4a>input{display:none}.p4b{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.p4b,.p4c,.p4d{width:100%;height:100%}.p4c,.p4d{display:block}.p4e{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}.p4a input:checked~.p4e{opacity:1;transform:scale(1)}.pYC{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)}.pYC>input{display:none}.pYD{z-index:2}.pYD,.pYE{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.pYE{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.pYF,.pYG{width:100%;height:100%}.pYC input:checked~.pYE{opacity:1;transform:scale(1)}.p4f{display:flex;flex-wrap:wrap;gap:16px}.p4g{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.p4g.p4h{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.p4i{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}.p4j{width:100%;height:100%;object-fit:cover}.p4k{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.p4l{width:100%;height:336px}@media screen and (max-width:375px){.p37{gap:4.267vw}.p2J{width:3.733vw;height:3.733vw}.p4a,.pYC{height:6.4vw;width:6.4vw}.p4f{gap:4.267vw}.p4g{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.p4m{display:inline-flex;flex-direction:column}.p4m>a:not(:last-of-type){margin-bottom:16px}.p4n{display:inline-block;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.p4n:hover{opacity:1;text-decoration:underline}.p4o{display:inline-flex;flex-direction:column}.p4o>a:not(:last-of-type){margin-bottom:10px}.p4p{display:inline-flex;align-items:flex-end;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.p4p:after{filter:brightness(0) saturate(100%) invert(50%) sepia(72%) saturate(6657%) hue-rotate(315deg) brightness(104%) contrast(98%);display:inline-block;width:16px;height:16px;content:url(/assets/img/parts/g_icon/xs_window.svg);margin-left:4px}.p4p:hover{opacity:1;text-decoration:underline}.p4q{width:auto;list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3)}.p4q,.p4q li{-webkit-background-clip:padding-box;background-clip:padding-box}.p4q li{position:relative;border-bottom:1px solid hsla(0,0%,100%,.3)}.p4r{display:block;padding:16px 0}.p4s,.p4s.p4t{text-align:left}.p4s.p4t{font-weight:600}.p4u{justify-content:space-between}.p4u,.p4v{display:flex;align-items:center}.p4v span{margin-right:8px;margin-left:8px}@media(hover:hover){.p4r:hover{background-color:hsla(0,0%,100%,.1);opacity:1}}.p4w li{border-bottom:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.p4x,.p4y{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.p4y{opacity:.6}.p4A,.p4z{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.p4A{opacity:.6}.p4x * :last-of-type,.p4y * :last-of-type{margin-bottom:0}.p4x:hover{opacity:.6}.p4B.p4C{margin-left:0}.p4D{margin-right:8px}.p4E{display:flex;align-items:center;margin-bottom:7px}.p4B{font-size:12px;margin-left:8px}.p4B,.p4F{font-weight:600}.p4F{font-size:16px;line-height:1.625;margin-bottom:4px}.p4G{font-size:12px;line-height:1.5;max-height:4.8em;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (max-width:375px){.p4m>a:not(:last-of-type){margin-bottom:4.2666666667vw}.p4o>a:not(:last-of-type){margin-bottom:2.667vw}.p4p:after{width:4.267vw;height:4.267vw;margin-left:1.067vw}.p4r{padding:4.2666666667vw 0}.p4v span{margin-right:2.1333333333vw;margin-left:2.1333333333vw}.p4A,.p4x,.p4y,.p4z{padding-top:4.266666667vw;padding-bottom:3.466666663vw}.p4E{margin-bottom:3.2vw}.p4D{margin-right:2.133vw}.p4B{font-size:3.2vw}.p4F{font-size:4.266666667vw;margin-bottom:3.2vw}.p4G{font-size:3.2vw}}.p4H{position:fixed;left:81px;top:25px;z-index:7}.p4H img{width:84px;transition:all .3s}.p4H.pRi img{width:65px}.p4I{flex-direction:column;justify-content:center;height:80px;position:unset;top:0;z-index:6}.p4I,.p4J{display:flex}.p4J{align-items:center;justify-content:space-between;padding-right:24px;padding-left:24px}.p4K{width:100%}.p4K .p4L{position:absolute;left:200px;top:30px;width:200px;display:flex;white-space:nowrap}.p4K .p4L div:first-child{margin-right:10px}.p4K .p4L div .pRC,.p4K .p4L div .pRx{height:24px;font-size:12px;width:100%;padding:0 10px}.p4K .p4M{position:absolute;right:15px;top:16px;width:240px}.p4N{border-top:1px solid hsla(0,0%,100%,.3);padding-top:16px;padding-bottom:16px;overflow:scroll;scrollbar-width:none;min-height:45px}.p4N::-webkit-scrollbar{display:none}.p4O{margin-right:auto;margin-left:auto;padding-left:16px;padding-right:16px}.p4P>ol{display:flex;align-items:center;font-size:12px}.p4N li:not(:last-child){flex-shrink:0}.p4N li:after{content:">";margin-right:6px;margin-left:4px;opacity:.6}.p4N li:last-child:after{content:""}.p4Q,.p4R{font-size:12px;padding:12px 0;background-color:hsla(0,0%,100%,.15)}.p4S,.p4T{margin-right:auto;margin-left:auto;padding-left:16px;padding-right:16px}.p4U{padding:48px 0;border-top:1px solid hsla(0,0%,100%,.3)}.p4V{margin-right:auto;margin-left:auto;padding-left:40px;padding-right:40px}.p4W{display:flex;justify-content:space-between;margin-bottom:48px}.p4X{display:grid;width:75%;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.p4Y{font-size:12px;font-weight:600;display:flex;flex-direction:column;flex-wrap:wrap}.p4Y>li{margin-bottom:16px}.p4Y>li:last-of-type{margin-bottom:0}.p4Z{display:flex}.p40:not(:last-child){margin-right:24px}.p41{display:flex;font-size:10px;gap:24px;margin-bottom:24px}.p41>.p42:last-child{margin-right:0}.p42{display:flex;align-items:center}.p43{width:32px}.p43 img{width:100%;height:auto}.p44{width:400px;font-size:10px;line-height:1.5;margin-left:16px}.p45{display:flex;gap:8px}.p45>li>a{display:block}.p45 img{width:100%;height:auto}@media screen and (max-width:1024px){.p4H{position:relative;margin-top:5px;left:0;top:0}.p4H h1{width:64px}.p4I{height:48px;position:-webkit-sticky;position:sticky;z-index:1}.p4J{padding-right:16px;padding-left:16px}.p46{display:block;position:relative;margin-right:auto;margin-left:auto}.p46,.p46 .p47{width:100%;height:100%}.p46 .p47{display:flex;justify-content:flex-end;align-items:center}.p46 .p48 .p49{display:none}.p46 .p48 .pRb,.p46 .pQ8{display:block}.p46 .pQ8{transition:all .3s;opacity:1;font-size:10px;font-weight:600;margin-left:15px;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}.p46 .pQ8 span{display:none}.p46 .pQ8 span.pQ9{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}.p46 .pQ8 span.pQ9:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.p46 .pQ8 span.pRa{font-size:12px;line-height:12px}.p46 .pQ8 span.pRb{display:block}.p5a{position:fixed;bottom:0;width:100%;height:95px;margin:0 auto;mask-repeat:repeat-x;mask-position:left center;mask-size:auto;mask-image:url(/assets/img/parts/a_common/nav_bg_mask.png);-webkit-mask-repeat:repeat-x;-webkit-mask-position:left center;-webkit-mask-size:auto;-webkit-mask-image:url(/assets/img/parts/a_common/nav_bg_mask.png);background-color:rgba(60,60,60,.8)!important;z-index:6}.p5a,.p5a .pRe{transition:all .2s ease-out}.p5a .pRe{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:64px;height:64px;margin-left:22px;font-size:0;line-height:0}.p5a ul{display:flex;height:100%;max-width:520px;min-width:320px;width:100%;margin:0 auto}.p5a ul li{max-width:104px;min-width:64px}.p5a ul li,.p5a ul li a{position:relative;height:100%;width:100%}.p5a ul li a{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block}.p5a ul li a:before{transition:all .2s ease-out;content:"";display:block;width:23px;height:23px;position:absolute;top:40px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);background-repeat:no-repeat}.p5a ul li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.p5a ul li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.p5a ul li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.p5a ul li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.p5a ul li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.p5a ul li.pRb a{position:relative;display:block;height:100%}.p5a ul li.pRb a:before{top:17px}.p5a ul li.pRb:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.p5a ul li.pRb:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.p5a ul li.pRb:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.p5a ul li.pRb:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.p5a ul li.pRb:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.p5a ul li:after{bottom:12px;white-space:nowrap;position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);font-size:10px;font-weight:600}.p5a ul li:first-child:after{content:"ホーム"}.p5a ul li:nth-child(2):after{content:"検索"}.p5a ul li:nth-child(3):after{content:"マイリスト"}.p5a ul li:nth-child(4):after{content:"プロフィール"}.p5a ul li:nth-child(5):after{content:"設定"}.p4Q,.p4R{padding-top:12px;padding-bottom:109px}.p4U{padding:32px 0}.p4V{padding-left:16px;padding-right:16px}.p4W,.p4X{flex-direction:column;margin-bottom:32px}.p4X{display:flex;gap:initial}.p4Y{font-size:14px;font-weight:600}.p4Y:not(:last-child),.p4Y>li{margin-bottom:24px}.p40:not(:last-child){margin-right:24px}.p41{flex-direction:column;gap:16px;margin-bottom:32px}.p43{width:40px;min-width:40px}.p45{flex-wrap:wrap}.p45>li{margin-bottom:8px}.p45 img{width:65px}.p44{width:80vw}}@media screen and (max-width:375px){.p5a ul,.p5a ul li{min-width:unset}.p5a ul li{width:20vw}.p4O{padding-left:4.267vw;padding-right:4.267vw}.p4P>ol{font-size:3.2vw}.p4N li:after{margin-right:1.6vw;margin-left:1.067vw}.p4S,.p4T{padding-left:4.267vw;padding-right:4.267vw}.p4U{padding:8.533vw 0}.p4V{padding-left:4.267vw;padding-right:4.267vw}.p4W,.p4X{margin-bottom:8.533vw}.p4Y{font-size:3.733vw;font-weight:600}.p4Y:not(:last-child),.p4Y>li{margin-bottom:6.4vw}.p40:not(:last-child){margin-right:6.4vw}.p41{gap:4.267vw;margin-bottom:8.533vw}.p43{width:10.667vw;min-width:10.667vw}.p44{font-size:2.667vw;margin-left:4.267vw}.p45>li{margin-bottom:2.133vw}.p45{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2.133vw;gap:2.133vw}}.p5b,.p5c{flex:1 1;display:flex;flex-direction:column}.p5b .p5d,.p5c .p5e{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}.p5c .p5e{line-height:1.5714285714}.p5b .p5d{max-width:100%}.p5b .p5d::placeholder,.p5c .p5e::placeholder{color:#fff;opacity:.6}.p5b .p5d.p5f{border:none;background-color:unset}.p5b .p5d.p5g{font-size:14px}.p5b .p5d.p5h,.p5c.p5i .p5e{border:1px solid #ff624f}.p5b .p5j,.p5c .p5j{-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}.p5c .p5k{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.p5c.p5i .p5k{color:#ff624f}.p5l{width:480px}.p5l.p5c .p5e{height:170px;outline:none}.p5m input[type=text]{padding:0}.p5m{width:720px}.p5m,.p5m .p5n{display:flex;align-items:center}.p5m .p5n{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)}.p5m .p5n .p5d{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.p5m .p5n .p5d:focus-visible{outline:none}.p5m .p5n .p5o{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.p5m .p5n .p5p{display:none;position:absolute;right:10px;cursor:pointer}.p5m .p5n.p5q .p5p{display:block}.p5m .p5n .p5r{padding-left:26px}.p5m .p5s{display:none}.p5m.p5t .p5s{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.p5u{display:flex;justify-content:center;gap:15px}.p5v{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}.p5v:focus,.p5v: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)}.p5w.p5b{flex:1 1;display:flex;flex-direction:row;width:720px}.p5w.p5b .p5x{flex:1 1}.p5w.p5b .p5y{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.p5w.p5b .p5y .p5z{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.p5A.p5B{display:flex;flex-wrap:wrap;gap:16px}.p5A.p5B .p5C{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.p5A.p5B .p5C:last-child{margin-right:0}.p5A.p5B .p5C .p5D{position:absolute;opacity:0;width:0;height:0}.p5A.p5B .p5C .p5E{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.p5A.p5B .p5C .p5D:checked+.p5E{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}.p5A.p5B .p5C .p5F{font-size:14px;line-height:1.5714285714}.p5G.p5H{display:flex;flex-direction:column;gap:16px}.p5G.p5H .p5I{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.p5G.p5H .p5I .p5J{position:absolute;opacity:0;width:0;height:0}.p5G.p5H .p5I .p5K{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.p5G.p5H .p5I .p5J:checked+.p5K{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.p5G.p5H .p5I .p5K:hover{cursor:pointer}.p5L{list-style:none;padding:0;margin:0}.p5L,.p5M{-webkit-background-clip:padding-box;background-clip:padding-box}.p5M{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.p5N{position:relative;display:inline-block;width:56px;height:32px}.p5N input{opacity:0;width:0;height:0}.p5O{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.p5O,.p5O:before{position:absolute;transition:.4s}.p5O:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.p5N input:checked+.p5O{background:linear-gradient(90deg,#fe8b29,#ff0576)}.p5N input:checked+.p5O:before{transform:translateX(24px)}.p5M.p5P{opacity:.4;pointer-events:none}.p5Q .p5N{position:relative;display:inline-block;width:40px;height:24px}.p5Q .p5O:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.p5Q .p5N input:checked+.p5O:before{transform:translateX(16px)}.p5R{display:flex;flex-wrap:wrap;max-width:478px}.p5R .p5S{display:flex;align-items:center;margin:0 8px 16px 0}.p5R.p5B .p5T:last-child{margin-right:0}.p5R .p5S .p5U{position:absolute;opacity:0;width:0;height:0}.p5R .p5S .p5V{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}.p5W .p5R .p5S .p5V{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.p5R .p5S .p5U:checked+.p5V{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.p5X .p5Y:hover{cursor:pointer;opacity:.6}.p5X .pRG{pointer-events:none;margin-bottom:0;width:240px}.p5X .p50,.p5X .p5Z{display:flex;align-items:center}.p5X .p50{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.p5X .p5Y .p51{position:absolute;opacity:0;width:0;height:0}.p5X .p5Y .pRG{padding:11px 28px}.p5X .p5Z .p52{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}.p5X .p5Z .p53{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.p54{overflow:auto}.p54.p55{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}.p54::-webkit-scrollbar{display:none}.p54 .p56{position:relative;width:96px;height:96px}.p54 .p56 .p57{width:-moz-fit-content;width:fit-content}.p54 .p56 .p58{position:absolute;opacity:0;width:0;height:0}.p54 .p56 .p59{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.p54 .p56 .p6a{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.p54 .p6b .p58:checked+.p57 .p6a{display:block}.p54 .p6b .p58:checked+.p57 .p59{background-color:rgba(0,0,0,.4);pointer-events:none}.p6c{display:flex;flex-direction:column;gap:12px}.p6d .p6e{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}.p6d .p6f{background-color:#fff}.p6d .p6e:focus-visible{background-color:#fff;color:#333}.p6g{flex-direction:column}.p6g,.p6h{display:flex}.p6h{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.p6g li{position:relative;flex:1 1;margin-bottom:24px}.p6g .p6i{position:absolute;opacity:0;width:0;height:0}.p6g li .p6j{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}.p6g li .p6i:checked+.p6j{border:1px solid #fff}.p6g li .p6k{margin-bottom:24px}.p6g li .p6l{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.p6g li .p6m{margin-bottom:8px}.p6g li .p6m,.p6g li .p6n{font-size:14px;font-weight:300;color:#fff}.p6o{display:flex;flex-direction:column;width:100%}.p6g li .p6p .pRH{width:64px}.p6p{display:flex;column-gap:16px;margin-top:40px}.p6q{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.p6q.p6r{border:1px solid #fff}.p6q .p6s{cursor:pointer;display:flex;align-items:center;padding:42px}.p6q .p6s:hover{opacity:.6}.p6q .p6s img{margin-right:10px;width:20px;height:20px}.p6q .p6s .p6t{font-size:20px;font-weight:600}.p6q .p6u{transition:opacity .5s}.p6q .p6u.p6v{opacity:0}.p6q .p35{margin:0 auto 40px;width:calc(100% - 84px)}.p6q .p6u .p6w{margin:0 auto;padding:0 181px 40px}.p6q .p6u .p6x{gap:16px}.p6q .p6u .p6x .p6e{max-width:100%;width:100%}.p6q .p6y{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.p6q .p6y .p6z{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.p6q .p6y .p6A{font-size:12px;font-weight:600;line-height:1.5714285714}.p6q .p6u .p6w button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.p6B{max-width:100%;display:flex;flex-wrap:wrap}.p6B .p6C{margin-right:16px;margin-bottom:16px}.p6B .p6C:last-child{margin-right:0}.p6B .p6C .p5c{width:416px}.p6C .p5c .p5e{font-size:16px;line-height:1.625;padding:6px 12px}.p6C .p5c .p5e:focus{outline:none}.p6D{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.p5i .p6D{color:#ff624f}.p6E.p5b{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.p6F{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.p6G{width:36px;height:36px}.p6E.p5b .p6H{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.p6E.p5b .p6I{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.p6E.p5b .p6I .p6J{text-align:center;color:#fff;font-weight:600;font-size:14px}.p6E.p5b .p6K{opacity:1;pointer-events:auto}.p6L.p6E.p5b .p6I .p6J{color:#fff}.p6L.p6E.p5b .p6I{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.p5l{width:100%}.p5l.p5c .p5e{min-height:192px;height:unset}.p5m input[type=text]{padding:0}.p5m{width:100%}.p5m .p5n .p5d{font-size:14px}.p5w.p5b{width:100%}.p5X .pRG{width:176px}.p5X .p5Y .pRG{padding:11px 12px}.p6h{width:100%}.p6g li .p6j{padding:15px 16px}.p6g li .p6k{margin-bottom:12px}.p6g li .p6l{font-size:16px;margin-bottom:10px}.p6g li .p6m{margin-bottom:8px}.p6g li .p6m,.p6g li .p6n{font-size:12px}.p6g li .p6p{display:flex;flex-direction:column;margin-top:0}.p6g li .p6p button:last-child{margin-top:8px}.p6q{width:100%}.p6q .p6s{padding:16px}.p6q .p6s img{margin-right:8px;width:16px;height:16px}.p6q .p6s .p6t{font-size:14px}.p6q .p35{margin:0 auto 16px;width:calc(100% - 32px)}.p6q .p6u{margin-bottom:16px}.p6q .p6u .p6w{width:100%;padding:0 16px 16px}.p6q .p6y{margin-bottom:16px}.p6q .p6y .p6z{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.p6q .p6u .p6x{gap:8px}.p6q .p6u .p6x .p6e{width:100%}.p6q .p6u .p6w button{margin-top:24px}.p6B .p6C{margin-right:0}.p6B .p6C,.p6B .p6C .p5c{width:100%}.p6C .p5c .p5e{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.p6D{font-size:12px}.p6E.p5b{display:flex;flex-direction:column;width:100%}.p6F{padding:8px 16px 8px 12px}.p6E.p5b .p6H{margin-left:8px;height:44px}}@media screen and (max-width:375px){.p5b .p5d,.p5c .p5e{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.p5b .p5d.p5g{font-size:4.266667vw}.p5b .p5j,.p5c .p5j{font-size:2.66667vw}.p5b .p5j,.p5c .p5j,.p5c .p5k{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.p5c .p5k{font-size:3.2vw}.p5l.p5c .p5e{height:45.33333vw;min-height:51.2vw}.p5m .p5n .p5d{font-size:4.2667vw}.p5m .p5n{padding:4vw 3.2vw}.p5m .p5n .p5o{left:3.2vw;width:5.3334vw;height:5.3334vw}.p5m .p5n .p5p{right:2.6667vw;width:4.267vw}.p5m .p5n .p5r{padding-left:6.933vw}.p5m.p5t .p5s{margin-left:4.26667vw;font-size:3.2vw}.p5u{gap:4vw}.p5v{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.p5w.p5b .p5y{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.p5w.p5b .p5y .p5z{font-size:3.733333vw}.p5A.p5B{gap:4.2666vw}.p5A.p5B .p5C .p5E{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.p5A.p5B .p5C .p5D:checked+.p5E{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.p5A.p5B .p5C .p5F{font-size:3.733333vw}.p5G.p5H{gap:4.2666vw}.p5G.p5H .p5I .p5K{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.p5G.p5H .p5I .p5J:checked+.p5K{width:6.4vw;height:6.4vw;background-size:cover}.p5M{padding:2.13333vw 0}.p5N{width:14.9333vw;height:8.53333vw}.p5O{border-radius:4.8vw}.p5O:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.p5N input:checked+.p5O:before{transform:translateX(6.4vw)}.p5Q .p5N{width:10.6666vw;height:6.4vw}.p5Q .p5O:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.p5Q .p5N input:checked+.p5O:before{transform:translateX(4.26666vw)}.p5R .p5S{margin:0 2.133vw 4.267vw 0}.p5R .p5S .p5V{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.p5X .p50{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.p5X .pRG{width:46.933vw}.p5X .p5Y .pRG{padding:2.93333vw 3.2vw;font-size:3.73333vw}.p54.p55{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.p54 .p56 .p6a{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.p54 .p56{width:25.6vw;height:25.6vw}.p6c{gap:3.2vw}.p6d .p6e{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.p6g li .p6j{padding:4vw 4.266666vw}.p6g li .p6k{margin-bottom:3.467vw}.p6g li .p6l{font-size:4.266666vw;margin-bottom:2.667vw}.p6g li .p6m{margin-bottom:2.133333vw}.p6g li .p6m,.p6g li .p6n{font-size:3.2vw}.p6g li .p6p .pRH{width:17.06666vw}.p6g li .p6p button:last-child{margin-top:2.133333vw}.p6q .p6s{padding:4.26666vw}.p6q .p6s img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.p6q .p6s .p6t{font-size:3.73333vw}.p6q .p35{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.p6q .p6u{margin-bottom:4.26666vw}.p6q .p6u .p6w{padding:0 4.26666vw 4.26666vw}.p6q .p6y{margin-bottom:4.26666vw}.p6q .p6y .p6z{font-size:3.2vw;margin-bottom:3.2vw}.p6q .p6u .p6x{gap:2.13333vw}.p6q .p6u .p6w button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.p6C .p5c .p5e{font-size:3.733vw;padding:1.734vw 3.2vw}.p6D{font-size:3.2vw}.p6G{height:9.6vw;width:9.6vw}.p6F{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.p6E.p5b .p6H{margin-left:2.133333vw;height:11.733333vw}.p6E.p5b .p6I .p6J{font-size:3.733vw}}.p6M{margin-left:auto;margin-right:auto}.p6M,.p6N{position:relative}.p6N{width:100%;border-radius:12px 12px 0 0}@media screen and (max-width:1024px){.p6N{overflow:visible}}.p6N:before{content:"";display:block;border-radius:12px 12px 0 0;background:linear-gradient(black,rgba(0,0,0,0));opacity:.4;height:104px;z-index:2}.p6N:before,.p6O{position:absolute;top:0;left:0;right:0}.p6O{display:none;bottom:0;background:rgba(0,0,0,.3);z-index:1}.p6P{width:100%;position:relative}.p6Q{font-size:16px;font-weight:700;position:absolute;z-index:5;left:32px;top:24px;display:grid;grid-row-gap:8px;row-gap:8px}.p6Q p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;width:660px}.p6R{display:none}.p6S{padding-bottom:0}.p6S,.p6S:before{position:absolute;bottom:0;left:0;right:0}.p6S:before{content:none;display:block;height:160px;background:linear-gradient(rgba(0,0,0,0),#000000);opacity:.5}.p6T,.p6U{display:none}.p6U{position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);z-index:1}.p6V,.p6W{position:relative;z-index:1;width:calc(100% - 64px);margin-left:auto;margin-right:auto}.p6W{margin-top:16px;justify-content:space-between}.p6W,.p6X{display:flex}.p6X{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.p6Y{width:40px}.p6Z{display:block;width:100%;height:auto}.p6Z .pVi{width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.p60{margin-left:15px;font-size:14px}.p61{color:hsla(0,0%,100%,.7)}.p62{font-weight:700}.p63{display:flex;align-items:flex-start;justify-content:flex-start;margin-right:-8px;gap:8px}.p64 img{object-fit:scale-down;height:40px;width:40px}.p64 img,.p65 img,.p66 img{cursor:pointer}.p64 img:hover,.p65 img:hover,.p66 img:hover{opacity:.6}.p67{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2;border-radius:12px 12px 0 0}.p68{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:24px;text-align:center}.p69{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:4}.p7a{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:24px;font-weight:600;font-size:24px;line-height:1.3;text-align:center}.p7b .pXf{width:100%}.p7b .pXq{position:static;font-size:14px}.p7c{border-radius:12px 0 0 0;overflow:hidden;width:624px}.p7c .p6M{background-color:rgba(0,0,0,.4);height:549px}.p7c .p6N{border-radius:0;position:absolute;top:83px}.p7d .p7e{opacity:.7}.p7f.p7g{padding-bottom:0}.p7f.p7g .p7h{width:100%;margin:0;padding:0}.p7f.p7g .p7e{opacity:1;margin-left:0;margin-bottom:24px}.p7i{display:none;position:absolute;bottom:0;width:100%;z-index:1}.p7i .pXu{padding:0 12px}.p7i .pXt{height:2px}.p7j{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2}.p7k{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:14px;text-align:center}.p7l{width:100%}.p7m{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;text-align:center;gap:6px;border-radius:12px;overflow:hidden}.p7m img{width:32px;height:32px}.p7m span{line-height:1.5714285714}.p7m span,.p7n{text-align:center;color:#fff}.p7n{display:inline-flex;align-items:flex-start;justify-content:flex-start}.p7n button{color:#fff;text-align:center}@media(hover:hover){.p7n button:hover{opacity:.6}}.p7o{width:72px}@media screen and (min-width:1025px){.p7o{text-align:right}}.p7p{opacity:.2}.p7q{margin-top:8px;font-weight:300;font-size:10px;line-height:1.5;text-align:center;color:#fff;opacity:.8;display:block}.p7r{display:flex;gap:32px;flex-wrap:wrap}.p7s{max-width:554px;width:100%}.p7s button:hover{opacity:.6}.p7t{display:flex;align-items:flex-start;justify-content:space-between;min-height:52px}.p7u{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.p7v{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.p7v,.p7w{position:absolute}.p7w{left:0;right:0;top:0;bottom:0;z-index:5}.p7w>img{width:100%;height:100%;max-width:none}.p7x{z-index:1}.p7x,.p7x:after{position:absolute;left:0;right:0;top:0;bottom:0}.p7x:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.p7x:after,.p7x>img{width:100%;height:100%}.p7x>img{max-width:none}.p7x>img,.p7y{position:relative;z-index:1}.p7z{font-size:14px;margin-left:82px;padding-top:9px}.p7y .pWj{position:absolute;top:0;left:-8px}.p7A{display:flex;align-items:center;justify-content:flex-start;margin-left:72px;margin-top:8px}.p7B{font-weight:700;line-height:1.2;margin-right:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p7C{margin-top:20px}.p7D{margin-right:3px}.p7E{margin-right:2px}.p7E,.p7F{flex-shrink:0}.p7F{font-weight:400}.p7G{display:flex;align-items:center;justify-content:flex-start;margin-top:6px;margin-left:72px}.p7G img{vertical-align:middle}.p7H{width:16px;display:block;margin-right:2px}.p7I{margin-top:1px}.p7J{font-weight:400}.p7K{display:flex;align-items:center;gap:4px;flex-shrink:0}.p7L{padding-top:6px}.p7M{text-align:center}.p7N{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.p7O{border-radius:10px;margin-top:8px}.p7P{position:relative;aspect-ratio:16/9;border-radius:12px 12px 0 0;overflow:hidden}.p7Q{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.p7R{top:10px;right:10px}.p7R,.p7S{position:absolute;z-index:2;width:24px}.p7S{left:6px;bottom:30px}.p7T{left:6px;bottom:12px;z-index:2;position:absolute}.p7U{background-color:hsla(0,0%,100%,.16);padding:10px 10px 6px 16px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-radius:0 0 12px 12px}.p7V{width:100%;margin-bottom:12px;margin-top:6px}.p7W{font-size:14px;line-height:1.625}.p7W,.p7X{font-weight:700;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p7X{font-size:16px;letter-spacing:0;line-height:1.1;margin-top:12px;height:1em}.p7Y{width:456px}.p7Z{font-weight:700;font-size:16px;line-height:1.625;height:1.625em;overflow:hidden;width:100%;margin-bottom:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p71,.p7Z.p70{line-height:1.571;height:3.142em}.p71{font-size:14px;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p71.p72{margin-top:0}.p73{margin-bottom:16px}.p74{display:none}.p75{position:relative}.p76{border-radius:4px;overflow:hidden;height:80px;width:56px}.p76 img{height:100%;width:100%;object-fit:cover}.p77{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.p77 button{border-radius:50%}.p78{margin-top:8px}.p79{font-size:10px}.p7s.p8a .p7z{padding-top:20px}.p7s.p8a .p7B{margin:0}.p7s.p8a .p7E{margin-left:12px;margin-right:0}.p7s.p8a .p7L{padding-top:18px}.p7s.p8a .p7U{align-items:flex-start}.p8b{display:block;font-weight:300;font-size:14px;line-height:1.5714285714;color:#d3d3d3;margin-bottom:12px}.p7Y .p0e{margin-top:8px}.p7Y .p0e .p07{font-size:12px}.p8c{margin-bottom:8px}.p8c,.p8d{display:flex}.p8d{align-items:flex-end}.p8e{margin-right:4px}.p8f{font-size:14px;font-weight:600;line-height:1;vertical-align:bottom}.p7S.p8g{bottom:8px}.p8h{align-items:flex-end;display:flex}.p8i{font-size:8px}.p8j,.p8k{position:relative}.p8k{background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(30px) brightness(115%);backdrop-filter:blur(30px) brightness(115%);border-radius:12px;margin-top:8px}.p8l{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.p8k::-webkit-scrollbar{display:none;height:0!important}.p8m{display:flex;align-items:flex-start;padding:24px 16px;overflow-x:auto;gap:8px}.p8m::-webkit-scrollbar{display:none;height:0!important}.p8n{touch-action:pan-x}.p8m .pVJ{flex:0 0 auto;width:114px;height:159px}.p8o{display:block}.p8p{font-size:14px;line-height:1;margin-top:8px}.p8q{position:relative}.p8r{font-size:14px;line-height:1.5;height:4.5em;overflow:hidden;padding-right:16px;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;white-space:pre-wrap}.p8s{bottom:.25em;position:absolute;right:0}.p8t{max-width:720px;width:91.795vw}.p8t button:hover{opacity:.6}.p8u{display:flex;align-items:flex-start;justify-content:space-between}.p8v{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.p8w{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.p8w,.p8x{position:absolute}.p8x{left:0;right:0;top:0;bottom:0;z-index:5}.p8x>img{width:100%;height:100%;max-width:none}.p8y{z-index:1}.p8y,.p8y:after{position:absolute;left:0;right:0;top:0;bottom:0}.p8y:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.p8y:after,.p8y>img{width:100%;height:100%}.p8y>img{max-width:none}.p8y>img,.p8z{position:relative;z-index:1}.p8z{align-items:flex-start;justify-content:flex-start;text-align:left;align-items:baseline}.p8A,.p8z{display:flex}.p8A{left:72px;top:10px;width:500px;font-size:14px;line-height:1.4;align-items:center}.p8A,.p8z .pWj{position:absolute}.p8z .pWj{top:0;left:-8px}.p8B{display:flex;align-items:center;justify-content:flex-start}.p8C{font-weight:700;margin-right:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p8D{flex-shrink:0}.p8E{margin-right:3px}.p8F{font-weight:400}.p8G{font-size:12px;line-height:1;position:absolute;left:72px;top:36px;width:500px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p8H{display:flex;align-items:center;gap:4px}.p8I{padding-top:6px}.p8J{text-align:center}.p8K{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.p8L{display:flex;border-radius:10px;margin-top:8px}.p8M{position:relative;border-radius:12px 0 0 12px;overflow:hidden;height:180px;width:320px}.p8N{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:contain;z-index:0}.p8O{top:10px;right:10px}.p8O,.p8P{position:absolute;z-index:2;width:24px}.p8P{left:6px;bottom:22px}.p8Q{left:6px;bottom:12px;z-index:2;position:absolute}.p8R{background-color:hsla(0,0%,100%,.3);padding:24px 24px 0;display:flex;justify-content:space-between;flex-wrap:wrap;border-radius:0 12px 12px 0;width:calc(100% - 320px)}.p8S{display:none;width:100%;margin-bottom:12px;margin-top:6px}.p8T{font-size:12px;line-height:1}.p8T,.p8U{font-weight:700;height:1em;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p8U{font-size:14px;letter-spacing:0;line-height:1.1;margin-top:12px}.p8V{width:calc(100% - 80px - 24px)}.p8W{font-weight:700;font-size:14px;line-height:1.571;height:3.142em;-webkit-line-clamp:2}.p8W,.p8X{overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical}.p8X{font-size:12px;height:88px;margin-top:12px;line-height:1.5;-webkit-line-clamp:5}.p8X.p8Y{font-size:14px;height:78px;line-height:1.571;margin-top:0;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.p8Z{margin-bottom:14px;margin-top:12px}.p80{display:none}.p81{max-height:120px;max-width:80px;position:relative}.p82{border-radius:4px;height:120px;width:80px;overflow:hidden}.p82 img{height:100%;width:100%;object-fit:cover}.p83{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.p84{margin-top:8px}.p85{font-size:10px}.p86{position:relative}.p87{background-color:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(30px) brightness(115%);backdrop-filter:blur(30px) brightness(115%);border-radius:12px;margin-top:8px}.p87::-webkit-scrollbar{display:none;height:0!important}.p88{display:flex;align-items:flex-start;padding:12px 16px;overflow-x:auto;gap:12px}.p88::-webkit-scrollbar{display:none;height:0!important}.p89{touch-action:pan-x}.p88 .pVJ{flex:0 0 auto;height:156px;width:112px}.pXS{max-width:400px;background:#151515;box-shadow:0 16px 24px rgba(0,0,0,.4);border-radius:12px;overflow:hidden}.p9a,.pXS{position:relative}.p9a:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(rgba(21,21,21,0),#151515)}.p9b{aspect-ratio:16/9;width:100%;height:auto}.p9c{z-index:5;right:8px}.p9c,.p9d{position:absolute;top:8px}.p9d{left:8px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pXS .p1o{position:absolute;top:16px;left:16px}.p9e{padding-left:16px;padding-right:16px;padding-bottom:15px;margin-top:-14px;position:relative;z-index:10}.p9f{display:flex;align-items:center;justify-content:flex-start;gap:8px}.p9g{cursor:pointer}.p9g,.p9h{position:relative}.p9h{margin:0;display:block;width:32px;height:32px}.p9i{margin-left:auto}.p9i,.p9j{position:relative}.p9k{top:-3em;right:0}.p9k,.p9l{font-size:10px;position:absolute}.p9l{right:50%;bottom:-1.5em;transform:translateX(50%)}.p9m{position:absolute;left:0;top:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border-radius:16px;padding:8px 10px;display:grid;grid-template-columns:repeat(4,32px);grid-gap:8px;gap:8px}.p9n{width:32px;height:32px}.p9o{width:100%;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border-radius:50%}.p9p{font-weight:700;font-size:16px;line-height:1.625;margin-top:11px}.p9p,.p9q{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p9q{font-size:12px;line-height:1.5;margin-top:3px}.p9r{display:flex;gap:12px;margin-top:11px}.p9s{font-size:12px;line-height:1.75;color:#bababa;white-space:nowrap}.p9t{display:flex;flex-direction:row;flex-wrap:wrap}.p9t>span{margin-right:4px;margin-bottom:4px}.p9u{margin-top:12px}.p9u p{font-size:12px;line-height:1.5;overflow:hidden;height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.p9v{margin-top:11px;gap:16px}.p9v,.p9w{display:flex;align-items:center;justify-content:flex-start}.p9w{gap:8px}.p9x{display:flex;align-items:center;justify-content:flex-start;gap:2px}.p9y{font-size:10px;color:#bababa}.p9y small{font-size:80%}.p9z{margin-top:11px}.p9z>.pW7{width:100%}.p9z>.pW7>.pW8{background:linear-gradient(90deg,#ffed14,#ff5b05)}.p9A{margin-top:16px;display:flex;align-items:flex-start;justify-content:space-between}.p9B{width:48px}.p9C{width:calc(100% - 48px - 12px)}.p9D{font-size:12px;font-weight:700;display:inline-flex;align-items:center}.p9D .p9E{max-width:90%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p9D .p9E,.p9F{overflow:hidden}.p9F{font-size:12px;line-height:1.5;margin-top:8px}.p9G{height:4.5em;-webkit-line-clamp:3}.p9G,.p9H{display:-webkit-box;-webkit-box-orient:vertical}.p9H{height:3em;-webkit-line-clamp:2}.p7g{position:relative;padding-bottom:16px}.p7g .pXf{background:linear-gradient(90deg,#ffeb00,#ff624f)}.p7g .pXg{background:linear-gradient(270deg,#ff903c,#ff0576);filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));cursor:pointer;will-change:filter}.p9I{max-width:976px}.p7g:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:160px;background:linear-gradient(rgba(0,0,0,0),#000000);opacity:.5}.p7h{position:relative;z-index:1;width:calc(100% - 64px);padding-bottom:20px;margin-left:auto;margin-right:auto}.p9J{max-width:160px;border:1px solid hsla(0,0%,100%,.3);border-radius:12px;overflow:hidden;position:absolute;bottom:54px;left:15.9%;transform:translateX(-50%);transform:translateX(calc(-50% + 13px))}.p9I .p9J{left:31.3%}.p9K{text-align:center;font-size:13px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);padding-top:4px;padding-bottom:5px}.p9L{position:relative;z-index:1;justify-content:space-between;width:calc(100% - 64px);height:40px;margin-left:auto;margin-right:auto}.p9L,.p9M{display:flex}.p9M{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.p9N{width:40px}.p9N img,.p9O img{cursor:pointer;object-fit:scale-down;height:40px;width:40px}.p9N img:hover,.p9O img:hover,.p9P:hover{opacity:.6}.p9Q{position:relative;display:block;width:100%;height:auto;cursor:pointer}.p9Q .pVi{padding:8px;width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.p7e{margin-left:8px;font-size:14px}.p9R{color:hsla(0,0%,100%,.7)}.p9S,.p9T{font-weight:700}.p9T{margin-left:8px}.p9T,.p9U{font-size:14px}.p9U{color:#ff0576;padding-right:4px}.p9V{align-items:flex-start;margin-right:-8px;gap:8px}.p9V,.p9W{display:flex;justify-content:flex-start}.p9W{align-items:center;margin-right:12px;font-size:14px;position:relative;align-self:center}.p9X{margin-right:8px}.p9X button{display:flex;align-items:center;gap:8px}.p9Y{color:#fff;font-size:14px;line-height:20px}.p9Z{position:absolute;width:620px;top:0;right:0;display:none}.p90{display:inline-block;border-radius:12px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);height:680px;overflow:hidden;width:45.388vw}.p91{padding:16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:16px;color:#fff}.p91 .p92,.p91 .pRZ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.p93{height:calc(100% - 48px);position:relative}.p93:before{background-color:hsla(0,0%,100%,.3);border-radius:50vh;content:"";display:block;height:calc(100% - 32px);position:absolute;right:8px;top:16px;width:4px;z-index:1}.p94{overflow-y:overlay;font-size:18px;height:100%}.p94::-webkit-scrollbar{width:20px}.p94::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);margin:8px 0}.p94::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.p95{padding:20.004px 24px;width:100%}.p95.pYk{background-color:hsla(0,0%,100%,.1)}.p95:not(.pYk){cursor:pointer}.p95:hover{background-color:hsla(0,0%,100%,.1)}.p95 .pWe{width:auto}.p95 .p1F{max-width:none}.p95 .p1F .p1G{font-size:18px;line-height:1.4444;margin-bottom:0}.p95.pYk .p1F .p1G{margin-bottom:8px}.p96{width:352px;border-radius:0 12px 0 0;background:#3b3b3b}.p97{display:flex;align-items:center;justify-content:space-between;padding:16px}.p98{height:100%}.p99::-webkit-scrollbar{display:none}.p99{height:444px;padding:0 16px;overflow:auto}.qaa{display:flex;gap:4px;align-items:center}.qab:first-of-type{padding-top:12px}.qab,.qab:first-of-type{padding-bottom:16px}.qac{width:36px;height:36px}.qad{width:calc(100% - 40px);margin-left:40px;position:relative;top:-12px}.qae{display:flex;align-items:center;column-gap:10px;font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;margin-bottom:18px}.qae span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.qaf{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff}.qag,.qah{font-size:16px;line-height:1;text-align:center;width:auto;position:relative}.qag,.qah,.qai,.qaj{margin-left:auto;margin-right:auto}.qai,.qaj{max-width:720px;display:grid}.qai{width:100%;grid-template-columns:1fr 45% 1fr}.qaj{width:688px;grid-template-columns:repeat(4,minmax(0,1fr))}.qag .pXD,.qah .pXF{margin-left:auto;margin-right:auto;margin-top:16px}.qak{font-weight:400;text-align:center}.qal,.qam{font-weight:700}.qan{position:relative;padding-left:88px;text-align:left;max-width:912px}.qao{width:72px;height:72px;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;align-content:center;flex-direction:column}.qap{width:80%;line-height:1.2}.qaq{display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:700}.qaq .qar{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:80%}.qas{margin-left:2px}.qat{margin-right:10px}.qat,.qau{font-size:12px}.qau{color:hsla(0,0%,100%,.6)}.qav{display:flex;align-items:center;justify-content:flex-start;margin-left:16px}.qaw{margin-right:4px}.qax{margin-top:4px}.qax,.qay{display:flex;align-items:center}.qay{margin-top:16px;justify-content:flex-start}.qay .pW9{margin-right:16px}.qaz{position:relative;margin-top:16px}.qaA{font-weight:700}.qaA,.qaB{font-size:16px;line-height:1.625}.qaB{padding-right:16px;overflow:hidden;position:relative;text-overflow:ellipsis;margin-top:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.qaC{position:absolute;bottom:0;right:0;z-index:5}.qaD p{display:inline}.qan .pZP{width:24px;height:24px;position:absolute;right:0;top:0}.qaE{height:auto;padding-top:50.972%;background-image:url(/assets/img/parts/n_template/n_15_bg.jpg);background-repeat:no-repeat;background-size:100% 100%;border-radius:24px;position:relative}.qaE,.qaF{width:100%}.qaF{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:16px;column-gap:24px}.qaF.qaG{width:46.389%;column-gap:7.185%}.qaF.qaH{width:62.916%;column-gap:5.298%}.qaF.qaI{width:79.44%;column-gap:4.196%}.qaJ{display:inline-block;position:relative;width:160px;height:218px;margin-bottom:1.11%}.qaK{width:100%;height:100%;object-fit:cover;border-radius:8px}.qaL{font-family:Jost,sans-serif;font-weight:600;font-size:82px;text-align:left;color:#fff;text-shadow:0 0 30px rgba(0,0,0,.4);position:absolute;left:0;bottom:-30px}.qaJ.qaM{height:184px;width:136px}.qaJ.qaM .qaL{font-size:72px;bottom:-24px}.qaJ.qaN{height:127px;width:95px}.qaJ.qaN .qaL{font-size:55px;bottom:-22px}.qaF.qaH .qaJ.qaN,.qaF.qaI .qaJ.qaN{height:127px;width:95px}.qaO{width:680px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:24px 32px}.qaP{font-weight:400;font-size:16px;margin-bottom:30px}.qaQ{padding:0}.qaQ,.qaR{position:relative}.qaR{width:100%}.qaS{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.qaT{position:static}.qaU:after,.qaU:before{content:"";display:block;position:absolute;font-size:14px}.qaU:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.qaU:after,.qaU:before{background-color:#ff0576}.qaU:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px);cursor:pointer}.qaV{display:flex;justify-content:space-between;margin-top:16px;margin-left:-1em;margin-right:-1em}.qaV,.qaW{font-size:14px}.qaW{text-align:center;line-height:1.5714285714;cursor:pointer}.qaX{font-weight:700}.qaY{display:block;font-size:10px;line-height:1.5;margin-top:2px}.qaZ{display:none}.qa0,.qa1{position:-webkit-sticky;position:sticky;width:100%;text-align:center;z-index:9;bottom:0;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);height:120px;flex-direction:column;align-content:center}.qa0,.qa1,.qa2{display:flex;align-items:center;justify-content:center}.qa2{font-size:14px;margin-bottom:16px}.qa3{display:flex;align-items:flex-end;font-weight:700;color:#fc348e}.qa3:after{filter:brightness(0) saturate(100%) invert(50%) sepia(72%) saturate(6657%) hue-rotate(315deg) brightness(104%) contrast(98%);display:inline-block;width:16px;height:16px;content:url(/assets/img/parts/g_icon/xs_window.svg);margin-left:4px;margin-right:2px}.qa4{gap:40px}.qa4,.qa5{display:flex;align-items:center;justify-content:center}.qa5{gap:8px}.qa6{font-size:14px;font-weight:700}.qa7{position:relative;margin-left:24px}.qa8{max-width:358px}.qa9{align-items:center;margin-bottom:16px}.qa9,.qba,.qbb{display:flex}.qbb{margin-left:8px;align-items:center;width:148px}.qbc{font-size:14px;font-weight:600;line-height:1;height:1em;margin-right:2px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.qbd{margin-left:auto}.qbe,.qbf{display:flex;justify-content:center}.qbf{align-items:center}.qbg{color:#fff;font-size:14px;font-weight:600;line-height:1;margin-left:16px}.qbh{border-bottom:1px solid hsla(0,0%,100%,.15);max-width:554px;padding:12px 0}.qbh,.qbi{align-items:center;display:flex}.qbj img{height:32px;width:32px}.qbk{align-items:center;display:flex;font-size:12px;margin-left:8px}.qbl{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:150px}.qbm{display:inline-flex}.qbn{margin:0 2px}.qbo .p1m,.qbo .p29,.qbo .p3a,.qbo .p3b,.qbo .p3c,.qbo .p3d,.qbo .p3e,.qbo .p3f,.qbo .p3g,.qbo .p3h{width:70px!important;height:70px!important;margin-left:auto;margin-right:auto}.qbp{margin-bottom:48px;overflow:hidden;width:100%;font-size:0;line-height:0}.qbo{display:flex;overflow-x:scroll;scrollbar-width:thin}.qbq{-ms-overflow-style:none;scrollbar-width:none}.qbq::-webkit-scrollbar{display:none}.qbo::-webkit-scrollbar{width:10px}.qbo::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.qbo::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0,0,0,.9)}.qbo li{display:inline-block;text-align:center;opacity:.5;position:relative;padding-bottom:20px;min-width:5.8565153734vw;margin-right:4.8%;transition:all .3s ease-out}.qbo li:last-child{margin-right:0!important}.qbo li img{width:80%}.qbo li .qbr{padding-top:10px;display:block;font-size:12px;text-align:center;white-space:nowrap}.qbo li.pRi{opacity:1}.qbo li.pRi:before{content:"";width:100%;height:4px;background-color:#ff0576;border-radius:.5vw;position:absolute;bottom:0;left:0;transition:all .3s ease-out}.qbo li:hover{opacity:1}@media screen and (max-width:1024px){.p6N{border-radius:0}.p6N:before{content:none}.p6O{display:block}.p6Q{display:none}.p6R{display:block;position:absolute;top:4px;right:46px;z-index:500}.p6R img{height:40px;width:40px;object-fit:scale-down}.p6U{display:flex;align-items:center;gap:40px}.qbs{width:40px;height:40px}.p9P{cursor:pointer}.p6S,.p9P .qbt{display:none}.p6T{display:block}.p6V,.p6W{width:100%}.p6W{position:absolute;bottom:4px;padding:0 12px}.p6X{align-items:flex-end;margin-bottom:8px}.p60{margin:0;font-size:12px}.p7i{display:block}.p67{margin-bottom:-7px;border-radius:0}.p68{row-gap:16px}.qbu{font-weight:600;text-align:center;color:#fff;margin-bottom:0}.p7a,.qbu{font-size:14px;line-height:1.5714285714}.p6X .p9T{margin-left:0}.p7b .pXe{height:2px}.p7b .pXq{font-size:12px}.p7c{border-radius:0}.qbv{position:absolute;width:41%;top:0;right:0;z-index:2}.qbv,.qbw{height:100%}.qbw{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 100% 50%);clip-path:circle(80% at 100% 50%)}.p66{top:50%;transform:translateY(-50%);left:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.p66,.qbx{position:absolute}.qbx{width:41%;top:0;left:0;z-index:2}.qbx,.qby{height:100%}.qby{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 0 50%);clip-path:circle(80% at 0 50%)}.p65{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.p7s{max-width:none}.p7z{margin-left:72px}.p7S{left:8px;bottom:18px;width:24px}.p7T{left:8px;bottom:8px}.p7T .pW7{width:64px}.p7U{padding:8px 8px 6px 16px}.p7V{margin-bottom:0;margin-top:8px;padding-right:8px}.p7W{font-size:12px}.p7X{font-size:14px;margin-top:16px;line-height:1.1}.qbz{display:none}.p7Y{width:calc(100% - 52px - 16px)}.p7Z{font-size:14px;letter-spacing:-.05em;font-kerning:normal;font-feature-settings:"palt" 1,"kern"}.p71{font-size:12px;line-height:1.5;max-height:3em}.p71.p72{font-size:14px;max-height:4.5em;padding-right:10px}.qbA{height:4.71em;line-height:1.57}.p73{display:none}.p74{display:flex;margin-top:12px}.p76{height:74px;width:52px}.qbB{align-self:flex-end;padding-top:16px}.p76 img{vertical-align:bottom}.p78{margin-bottom:6px}.p7s.p8a .p7E{margin-left:14px}.p7s.p8a .p7L{padding-top:15px}.p7Y .p0e{margin-top:12px}.p8k{margin-top:5px}.p8l{display:none}.p8m{padding:16px}.p8m .pVJ{width:29.231vw;height:40.769vw}.p8r{font-size:14px;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.p8z{flex-direction:column}.p8t{max-width:none}.p8A{display:flex;width:48vw}.p8L{display:block}.p8M{border-radius:12px 12px 0 0;height:51.538vw;width:91.795vw}.p8P{left:8px;bottom:18px;width:24px}.p8Q{left:8px;bottom:8px}.p8Q .pW7{width:64px}.p8R{align-items:center;border-radius:0 0 10px 10px;padding:8px 8px 6px 16px;width:100%}.p8S{display:block;margin-bottom:0;margin-top:8px;padding-right:8px}.p8G{width:48vw}.p8U{margin-top:16px;line-height:1.1}.qbC{display:none}.p8V{width:calc(100% - 52px - 16px)}.qbD{display:none}.p8W{line-height:1.2;letter-spacing:-.05em;font-kerning:normal;font-feature-settings:"palt" 1,"kern";max-height:1em;overflow:hidden;-webkit-line-clamp:1;word-break:break-all}.p8W,.p8X{display:-webkit-box;-webkit-box-orient:vertical}.p8X{font-size:12px;line-height:1.5;max-height:3em;-webkit-line-clamp:2}.p8X.p8Y{font-size:14px;max-height:4.5em;padding-right:10px;height:63px}.qbE{height:4.71em;line-height:1.57}.p8Z{display:none}.p80{display:flex;margin-top:12px}.p82{height:74px;width:52px}.qbF{align-self:flex-end;padding-top:16px}.p82 img{vertical-align:bottom}.p88 .pVJ{height:159px;width:114px}.p88 .pVL{border-radius:6px}.p87{margin-top:5px}.p88{gap:8px;padding:16px}.p90{height:auto;max-width:unset;border-radius:0;padding:14px 0 62px;width:100%}.p91{padding:0;margin-right:16px;margin-bottom:16px;margin-left:72px;justify-content:space-between;-webkit-tap-highlight-color:rgba(0,0,0,0)}.qbG{width:150px}.p94{height:auto;overflow:auto;display:flex;gap:24px;padding:0 16px 0 72px}.p94::-webkit-scrollbar{display:none;height:0!important}.p95{width:192px;padding:0;flex:0 0 auto}.p95 .p1F .p1G.qbH{font-size:14px;line-height:1.5714285714;height:auto;padding-right:40px;margin-bottom:8px;-webkit-line-clamp:2}.p95 .qbI{position:relative}.p95 .qbI button{position:absolute;top:0;right:0}.p95 .pV8{width:40px}.p94 .p2D{height:108px;width:192px}.p94 .p1F .p2E,.p94 .p2D .pV7,.p94 .p2D .pYY{border-radius:6px}.p94 .p2D .pVN{width:auto}.p96{width:320px;padding-bottom:45px}.p99{height:294px}.qac{width:32px;height:32px}.qab:first-of-type{padding-bottom:6px;padding-top:12px}.qab{padding-bottom:12px}.qag,.qah{width:100%;font-size:14px;overflow:hidden}.qai,.qaj{position:absolute;left:50%;transform:translateX(-50%);max-width:unset;top:3%}.qai{width:calc((100% - 84px)*1.5);grid-template-columns:repeat(3,minmax(0,1fr))}.qaj{width:calc((100% - 84px)*4/3)}.qag .pXD,.qah .pXF{width:calc(100% - 72px);margin-top:24px}.qan{padding:0;max-width:unset;width:100%}.qap{margin-left:22.67px}.qao{width:72px;height:72px;position:relative;margin-right:-8px;top:0}.qbJ{display:flex;align-items:center;justify-content:flex-start}.qas{margin-left:2px}.qat{margin-right:8px}.qav,.qay .p0e .p07{font-size:14px}.qav{margin-left:auto}.qaz:after{left:8.5%}.qaw{margin-right:8px;opacity:.8}.qaw,.qbK{font-size:14px;line-height:1.5714285714}.qax{margin-top:8px}.qaz{margin-top:24px}.qaB{font-size:14px;line-height:1.5714}.qan .pZP{width:24px;height:24px;position:absolute;right:8px;top:12px}.qaE{background:url(/assets/img/parts/n_template/n_15_bg_sp.jpg) 50%/cover no-repeat;border-radius:0;height:112.8205128205vw;padding-top:0}.qaF{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:4.1025641026vw;column-gap:6.1538461538vw;width:100%}.qaF.qbL{width:61.5384615385vw;gap:normal}.qaF.qbL,.qaF.qbM{justify-content:space-between}.qaF.qbM{width:68.2051282051vw;column-gap:normal;row-gap:2.0512820513vw}.qaF.qaH{width:62.0512820513vw}.qaJ{height:56.41vw;width:42.051vw;margin-bottom:4.1025641026vw}.qaL{font-size:96px;font-size:24.6153846154vw;bottom:-10.7692307692vw}.qaJ.qbN{height:37.179vw;width:27.692vw;margin-bottom:6.1538461538vw}.qaJ.qbN .qaL{font-size:64px;font-size:16.4102564103vw;bottom:-6.1538461538vw}.qaJ.qbO{height:26.923vw;width:20vw}.qaJ.qbO .qaL{font-size:48px;font-size:12.3076923077vw;bottom:-5.641025641vw}.qaJ.qbP{height:24.103vw;width:17.949vw}.qaJ.qbP .qaL{font-size:40px;font-size:10.2564102564vw;bottom:-4.1025641026vw}.qaJ.qbQ{height:20vw;width:14.872vw}.qaJ.qbQ .qaL{font-size:32px;font-size:8.2051282051vw;bottom:-4.1025641026vw}.qaO{width:100%;position:relative}.qaP{margin-bottom:22px}.qaP,.qaQ{max-width:588px;margin-left:auto;margin-right:auto}.qaQ{padding:0}.qaQ,.qaR{position:relative}.qaR{width:100%}.qaS{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.qaT{position:static}.qaU:after,.qaU:before{content:"";display:block;position:absolute;font-size:14px}.qaU:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.qaU:after,.qaU:before{background-color:#ff0576}.qaU:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px)}.qaV{display:flex;justify-content:space-between;font-size:14px;margin-top:12px;margin-left:-1em;margin-right:-1em}.qaW{text-align:center}.qaX{font-weight:700}.qaY{font-size:10px;margin-top:2px}.qaY,.qaZ{display:block}.qaZ{position:absolute;bottom:50%;transform:translateY(50%);right:24px}.qbR{width:16px;height:16px}.qbS{width:100%}.qa0{height:114px}.qa0,.qa1{padding:0 16px}.qa1{height:144px}.qa4{justify-content:space-between;flex-wrap:wrap;padding-top:16px;padding-bottom:24px;gap:16px}.qa4,.qa7{width:100%}.qa7{margin-left:unset}.qa8{max-width:none;overflow-x:auto}.qa8::-webkit-scrollbar{display:none}.qbT{display:flex;margin-left:16px}.qbT:after{content:"";display:block;flex:0 0 16px}.qba{align-items:center}.qa9,.qba{flex-direction:column}.qa9{margin-bottom:0;width:114px}.qa9:nth-of-type(n+2){margin-left:8px}.qbU{margin-left:0;width:100%}.qbU,.qbb{margin-top:8px}.qbb{display:flex;width:105px;text-align:center;justify-content:center}.qbd{margin-left:0;margin-top:16px;width:100%}.qbe{display:none}.qbk{display:block}.qbm{margin-top:8px}.qbo .p1m,.qbo .p29,.qbo .p3a,.qbo .p3b,.qbo .p3c,.qbo .p3d,.qbo .p3e,.qbo .p3f,.qbo .p3g,.qbo .p3h{width:50px!important;height:50px!important;margin-left:auto;margin-right:auto}.qbo li{padding-bottom:15px;opacity:1}.qbo li .qbr{line-height:13px}}@media screen and (min-width:521px)and (max-width:1024px){.p7P{border-radius:2.303vw 2.303vw 0 0}.p7U{border-radius:0 0 2.303vw 2.303vw}.p76{border-radius:.390625vw}.p8M{border-radius:2.303vw 2.303vw 0 0}.p8R{border-radius:0 0 2.303vw 2.303vw}.p96{border-radius:0 1.171875vw 0 0}.qaK{border-radius:1.536vw}.qbV{position:relative;padding:0}.qbo li{min-width:12%;margin-right:6.5%}.qbo li.pRi:before{position:absolute;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);width:70%}}@media screen and (orientation:landscape)and (max-width:1024px){.qbW{overflow-x:scroll;padding-left:72px;display:flex;margin-top:14px;gap:24px}.qbW::-webkit-scrollbar{display:none;height:0!important}.qbX{flex:0 0 auto;width:22.7488151659vw;padding:0}.qbY .qbZ:after{display:block}}@media screen and (min-width:376px)and (max-width:520px){.qbo .p1m,.qbo .p29,.qbo .p3a,.qbo .p3b,.qbo .p3c,.qbo .p3d,.qbo .p3e,.qbo .p3f,.qbo .p3g,.qbo .p3h{width:50px!important;height:50px!important}.qbo li{min-width:12.821%;margin-right:6.5%}}@media screen and (max-width:390px){.p7p{opacity:.3}}@media screen and (max-width:375px){.p6M{width:100%}.p6S{padding-bottom:1.0256410256vw}.p6R{top:1.067vw;right:12.267vw}.p6R img{height:10.667vw;width:10.667vw}.qb0{gap:.5128205128vw;top:1.0256410256vw;right:1.0256410256vw;z-index:1}.qb1{width:10.2564102564vw;padding:2.0512820513vw}.p6U{gap:10.6666666667vw}.qbs{width:10.6666666667vw;height:10.6666666667vw}.p7i .pXt{height:.5128205128vw}.p6W,.p7i .pXu{padding:0 3.2vw}.p6W{margin-top:4.1025641026vw;bottom:1.0666666667vw}.p6X{margin-left:-1.0256410256vw;margin-bottom:2.1333333333vw}.p60{font-size:12px;font-size:3.0769230769vw}.p63{margin-right:-2.0512820513vw;gap:2.1333333333vw}.p64{width:auto}.p68{row-gap:4.2666666667vw}.p7a,.qbu{font-size:14px;font-size:3.7333333333vw}.p7b .pXq{font-size:12px;font-size:3.2vw}.p65{right:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.p65 img{width:14.5709333333vw;height:14.5709333333vw}.p66{left:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.p66 img{width:14.5709333333vw;height:14.5709333333vw}.p64 img{width:10.667vw;height:10.667vw}.p7k{row-gap:3.733vw}.p7m{gap:1.6vw}.p7m img{width:8.533vw;height:8.533vw}.p7o{width:18.4615384615vw}.p7q{font-size:10px;font-size:2.5641025641vw;margin-top:2.0512820513vw}.p7u{width:19.2vw;height:19.2vw}.p7v{width:16vw;height:16vw}.p7x:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.p7z{font-size:3.733vw;margin-left:19.2vw;padding-top:2.4vw}.p7y .pWj{width:19.2vw;height:19.2vw}.p7A{margin-top:2.133vw;margin-left:18vw}.p7B{margin-right:.8vw}.p7C{margin-top:5.33vw}.p7D{margin-right:.8vw}.p7E{margin-right:.533vw}.p7E img{width:3.733vw}.p7G{margin-top:1.6vw;margin-left:18vw}.p7H{width:4.267vw;margin-right:.533vw}.p7I{margin-top:.267vw}.p7J{font-size:3.59vw}.p7K{gap:1.067vw}.p7L{padding-top:1.6vw}.p7M{text-align:center}.p7N{font-size:2.4vw;margin-top:1.067vw}.p7O{border-radius:2.667vw;margin-top:2.133vw}.p7P{border-radius:3.2vw 3.2vw 0 0}.p7R{top:2.667vw;right:2.667vw}.p7R,.p7S{width:6.4vw}.p7S{bottom:4.8vw}.p7S,.p7T{left:2.133vw}.p7T{bottom:2.133vw}.p7T .pW7{width:17.067vw}.p7U{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.p7V{margin-top:2.133vw;padding-right:2.133vw}.p7W{font-size:3.2vw}.p7X{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.qbz{display:none}.p7Y{width:calc(100% - 13.333vw - 4.267vw)}.p7Z{font-size:3.733vw;margin-bottom:2.133vw}.p71{font-size:3.2vw}.p71.p72{font-size:3.733vw;padding-right:2.667vw}.qbA{height:4.71em;line-height:1.57}.p74{margin-top:3.2vw}.p76{height:19.733vw;width:13.867vw}.qbB{align-self:flex-end;padding-top:4.267vw}.p77{width:8.533vw;bottom:-4.267vw}.p78{margin-top:1.6vw}.p79{font-size:2.667vw}.p7s.p8a .p7z{padding-top:5.334vw}.p7s.p8a .p7L{padding-top:4vw}.p8b{font-size:3.734vw;margin-bottom:3.2vw}.p7Y .p0e{margin-top:3.2vw}.p7Y .p0e .p07{font-size:3.2vw}.p8c{margin-bottom:2.133vw}.p8f{font-size:3.733vw}.p8e{height:7.467vw;margin-right:1.067vw;width:5.333vw}.p7S.p8g{bottom:2.133vw}.p8h{align-items:flex-end;display:flex}.p8i{font-size:2.133vw}.p8k{border-radius:3.2vw;margin-top:1.333vw}.p8m{padding:4.267vw;gap:2.133vw}.p8m .pVJ{width:30.4vw}.p8p{margin-top:2.133vw}.p8p,.p8r{font-size:3.733vw}.p8r{padding-right:4.267vw}.p8v{width:19.2vw;height:19.2vw}.p8w{width:16vw;height:16vw}.p8y:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.p8A{top:2.667vw;left:19.2vw;width:48vw}.p8z .pWj{width:19.2vw;height:19.2vw}.p8C,.p8E{margin-right:.8vw}.p8G{top:9.6vw;left:19.2vw}.qb2 img{width:3.733vw}.p8H{gap:1.067vw}.p8I{padding-top:1.6vw}.p8J{text-align:center}.p8K{font-size:2.4vw;margin-top:1.067vw}.p8L{border-radius:2.667vw;margin-top:2.133vw}.p8M{border-radius:3.2vw 3.2vw 0 0}.p8O{top:2.667vw;right:2.667vw}.p8O,.p8P{width:6.4vw}.p8P{bottom:4.8vw}.p8P,.p8Q{left:2.133vw}.p8Q{bottom:2.133vw}.p8Q .pW7{width:17.067vw}.p8R{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.p8S{margin-top:2.133vw;padding-right:2.133vw}.p8T{font-size:3.2vw}.p8U{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.qbC{display:none}.p8V{width:calc(100% - 13.333vw - 4.267vw)}.p8W{font-size:3.733vw}.p8X{font-size:3.2vw;margin-top:3.2vw}.p8X.p8Y{font-size:3.733vw;padding-right:2.667vw}.qbE{height:4.71em;line-height:1.57}.p80{margin-top:3.2vw}.p82{height:19.733vw;width:13.867vw}.qbF{align-self:flex-end;padding-top:4.267vw}.p83{width:8.533vw;bottom:-4.267vw}.p84{margin-top:2.133vw}.p85{font-size:2.667vw}.p87{border-radius:3.2vw;margin-top:1.333vw}.p88{gap:2.133vw;padding:4.267vw}.p88 .pVJ{height:42.4vw;width:30.4vw}.p9N img,.p9O img{width:10.667vw;height:10.667vw}.p90{padding:3.7433vw 0 16.5775vw}.p91{margin-right:4.278vw;margin-bottom:4.278vw;margin-left:19.2513vw}.qbG{width:40.107vw}.p94{gap:6.4171vw;padding:0 4.278vw 0 19.2513vw}.p95{width:49.2307692308vw}.p95 .p1F .p1G.qbH{padding-right:10.6952vw;margin-bottom:2.139vw}.p95 .pV8{width:10.6952vw}.p96{width:100%;border-radius:0 3.20856vw 0 0}.p97{padding:4.2781vw}.p99{padding:0 4.2781vw}.qab,.qab:first-of-type{padding-bottom:4.267vw}.qab:first-of-type{padding-top:3.2vw}.qaa{display:flex;gap:1.067vw;align-items:center}.qac{width:8.5561vw;height:8.5561vw}.qad{width:calc(100% - 10.6952vw);margin-left:10.66vw;top:-3.2vw}.qae{column-gap:2.6738vw;font-size:12px;font-size:3.20856vw;margin-bottom:4.8vw}.qaf{font-size:14px;font-size:3.7433vw}.qai{width:calc((100% - 22.402vw)*1.5)}.qaj{width:calc((100% - 22.402vw)*4/3)}.qag,.qah{font-size:3.733vw}.qag .pXD,.qah .pXF{width:calc(100% - 19.2vw);margin-top:6.4vw}.qao{width:18.4615384615vw;height:18.4615384615vw;left:-2.0512820513vw;margin-right:-2.0512820513vw;top:0}.qap{margin-left:5.8128205128vw}.qaq{font-size:14px;font-size:3.5897435897vw}.qas{margin-left:.5128205128vw}.qat{margin-right:2.0512820513vw}.qat,.qau{font-size:12px;font-size:3.0769230769vw}.qau{color:hsla(0,0%,100%,.6)}.qay .p0e .p07{font-size:3.733vw}.qav{font-size:14px;font-size:3.5897435897vw;margin-left:auto}.qaw{margin-right:1.0256410256vw}.qaw,.qbK{font-size:14px;font-size:3.7333333333vw}.qax{margin-top:2.0512820513vw}.qay{margin-top:4.1025641026vw}.qaz{margin-top:6.1538461538vw}.qaA{font-size:16px;font-size:4.1025641026vw}.qaB{font-size:14px;font-size:3.5897435897vw;padding-right:4.267vw;line-height:1.5714;margin-top:4.1025641026vw}.qan .pZP{width:6.4vw;height:6.4vw;top:3.2vw;right:2.1333vw}.qaK{border-radius:2.1333333333vw}.qaO{width:100%;padding:6.15384615vw 8.2051282vw}.qaP{font-weight:700;font-size:14px;font-size:3.5897435897vw;line-height:1.5;margin-bottom:5.866666vw}.qaP,.qaQ{margin-left:auto;margin-right:auto}.qaQ{padding:0;width:calc(100% - 12vw)}.qaQ,.qaR{position:relative}.qaR{width:100%}.qaS{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:1.0256410256vw;border-radius:2.0512820513vw;position:relative}.qaT{position:static}.qaU:after,.qaU:before{content:"";display:block;position:absolute;font-size:14px;font-size:3.5897435897vw}.qaU:before{height:100%;width:40%;transform:translateX(-100%);border-radius:2.0512820513vw}.qaU:after,.qaU:before{background-color:#ff0576}.qaU:after{width:4.1025641026vw;height:4.1025641026vw;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 2.133vw)}.qaV{display:flex;justify-content:space-between;font-size:14px;margin-top:3.0769230769vw;margin-left:-1em;margin-right:-1em}.qaV,.qaW{font-size:3.5897435897vw}.qaW{text-align:center}.qaX{font-weight:700}.qaY{font-size:2.5641025641vw;margin-top:.5128205vw}.qaY,.qaZ{display:block}.qaZ{position:absolute;bottom:50%;transform:translateY(50%);right:6.1538461538vw}.qbR{width:4.1025641026vw;height:4.1025641026vw}.qbS{width:100%}.qa0,.qa1{padding:0 4.267vw;height:30.4vw}.qa2{font-size:3.733vw;margin-bottom:4.267vw}.qa3:after{width:4.267vw;height:4.267vw;margin-left:1.067vw;margin-right:.533vw}.qb3 .pRn{font-size:4.267vw}.qa0{height:30.4vw}.qa0,.qa1{padding:0 4.267vw}.qa1{height:38.4vw}.qa4{padding-top:4.267vw;padding-bottom:6.4vw;gap:4.267vw}.qa5{gap:2.133vw}.qa6{font-size:3.733vw}.qa8{margin-left:4.267vw}.qbT:after{content:"";display:block;flex:0 0 4.267vw}.qa9{width:30.4vw}.qa9:nth-of-type(n+2){margin-left:2.133vw}.qbb{margin-top:2.133vw;width:28vw}.qbc{font-size:3.733vw;margin-right:.533vw}.qbd{margin-top:4.267vw}.qbh{padding:3.2vw 0}.qbk{font-size:3.2vw;margin-left:2.133vw}.qbn{margin:0 .533vw}.qbm{margin-top:2.133vw}.qbo .p1m,.qbo .p29,.qbo .p3a,.qbo .p3b,.qbo .p3c,.qbo .p3d,.qbo .p3e,.qbo .p3f,.qbo .p3g,.qbo .p3h{width:80%!important;height:80%!important}.qbo li{min-width:60px;margin-right:10%}.qbo li .qbr{font-size:3.2vw}}.qb4{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}.qb4:before{content:"";display:inline-block;height:100%;vertical-align:middle}.qb4::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.qb4.qb5:before{vertical-align:text-top;height:unset}.qb6{display:none}.qb7{width:560px;border-radius:16px;background:rgba(0,0,0,0);background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.qb8{margin:40px}.qb9{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.qb9:hover{opacity:.6}.p5W{width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.qca{margin:40px}.qcb{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.qcb:hover{opacity:.6}.qcc{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.qcc:hover{opacity:.6}.qcd{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}.qcd,.qce{position:relative;width:560px}.qce{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.qce img{width:100%;height:100%;object-fit:cover}.qcf{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.qcg{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.qcg,.qch{margin-bottom:24px}.qch{width:100%}.qci{text-align:center}.qcj{padding:40px 120px;width:560px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.qck{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.qcl{display:block;text-align:center;color:#fff;margin-bottom:40px}.qcj .p5A.p5B .p5C,.qcm .p5A.p5B .p5C{width:100%}.qcn{max-width:280px;padding:22px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.qco{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)}.qco:last-child{margin:0}.qco input{opacity:0;cursor:pointer;height:0;width:0}.qco input,.qcp{position:absolute}.qcp{top:0;left:0;height:16px;width:16px}.qcp:after{content:"";position:absolute;display:none}.qco input:checked~.qcp:after{display:block}.qco .qcp:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.qcq{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.qcr{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:rgba(0,0,0,0);background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.3019607843)!important}.qcs{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.qct{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}.qct:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.qcm .p5A.p5B{display:block}.qcm .p5A.p5B .p5C{padding:8px 24px}.qcm .p5A.p5B .p5C:hover{background-color:hsla(0,0%,100%,.1)}.qcu{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.qcv{position:absolute;top:0;right:0;cursor:pointer}.qcv:hover{opacity:.6}.qcw{display:inline-flex}.qcw .p35{width:1px;height:auto;margin:24px 0}.qcx{width:216px;padding:24px 0;text-align:center;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.qcy{position:relative}.qcy input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.qcy .pRI{font-weight:300;cursor:pointer}.qcy .pRI:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.qcy .pRI img{display:none}.qcy input:checked~.pRI img{display:block}.qcz{padding:20px;width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.qcA{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.qcB{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.qcB::-webkit-scrollbar{width:28px}.qcB::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.qcB::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.qcC{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.qcD label{position:relative}.qcD input{opacity:0;cursor:pointer;height:0;width:0}.qcD input,.qcE{position:absolute}.qcE{top:3px;left:0;height:16px;width:16px}.qcE:after{content:"";position:absolute;display:none}.qcD input:checked~.qcE:after{display:block}.qcD .qcE:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.qcF{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.qcG{position:absolute;top:16px;right:16px;cursor:pointer}.qcG:hover{opacity:.6}.qcH{width:284px;height:auto;padding:24px;border-radius:12px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.qcI{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.qcJ{width:24px;height:24px;cursor:pointer}.qcJ:hover{opacity:.6}.qcK{font-weight:600;font-size:18px;cursor:pointer}.qcL{margin-bottom:16px}.qcM{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.qcM li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.qcN{color:#1fb1ff}.qcO{color:#ec28bf}.qcP{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.qcP li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.qcP li,.qcP li span{display:flex;justify-content:center;align-items:center}.qcP li span{width:100%;height:100%;cursor:pointer}.qcP li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.qcP span.pYk{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.qcQ{display:flex;align-items:center;justify-content:space-between}.qcQ .pRI{width:31.5%;height:36px;padding:0}.qcQ .pRC{width:65.5%}.qcR{width:976px;border-radius:16px;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.qcS{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.qcS:hover{opacity:.6}.qcT{display:none}.qcU{position:absolute;top:16px;left:unset;right:16px}.qcU:hover{opacity:.6}.qcV{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.qb7{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.qb8{margin:40px 16px}.qb9{top:16px;left:unset;right:16px}.p5W{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.qca{margin:40px 16px}.qcb{top:16px;right:16px;left:unset}.qcd{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.qcc{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.qce{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}.qce img{width:100%;height:100%;object-fit:cover}.qcf{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.qcf,.qcg{text-align:center}.qcg{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.qck{position:absolute;top:64px;left:unset;right:16px}.qck:hover{opacity:.6}.qcj{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.qcW{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.qcl{margin-bottom:22px}.qcl .pUl{font-size:16px;line-height:1.625}.qcz{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.qcX,.qcz{height:100%}.qcA{position:absolute;top:16px;right:16px;cursor:pointer}.qcY:before{display:none}.qcH{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.qb4 .qcH{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.qcI{margin-bottom:32px}.qcJ{width:16px;height:16px}.qcK{font-size:20px}.qcL{margin-bottom:24px}.qcM li{font-size:14px;line-height:1.5714285714}.qcP{row-gap:8px}.qcP li{font-size:14px;line-height:1.5714285714}.qcQ .pRI{width:27.78%;height:48px}.qcQ .pRC{width:71.528%;height:48px}.qcZ{position:absolute;top:16px;right:16px;cursor:pointer}.qcZ:hover{opacity:.6}.qb5:before{display:none}.qcR{border-radius:unset;width:100%;margin:0}.qcS{top:4px;right:4px}.qc0{display:none}.qcT{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.qb7{border-radius:4.267vw}.qb8{margin:10.667vw 4.267vw}.qb9{top:4.267vw;right:4.267vw}.p5W{border-radius:4.267vw}.qcb{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.qcd{border-radius:4.267vw}.qcc{top:17.067vw;right:4.267vw}.qce{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.qcf{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.qcg{font-size:4.267vw;padding:0 0 5.333vw}.qck{top:17.067vw;right:4.267vw}.qcj{padding:6.4vw 4.267vw}.qcj,.qcj:before{border-radius:4.267vw}.qcj:before{padding:.267vw}.qcl{font-size:4.267vw}.qc1{margin-top:4.267vw}.qcn{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.qco{margin-bottom:4.267vw}.qco .qcp:after,.qcp{height:4.267vw;width:4.267vw}.qcq{margin-left:6.4vw}.qcq,.qcu{font-size:3.733vw}.qcu{line-height:6.4vw;margin-left:2.133vw}.qcm .p5A.p5B .p5C,.qct{padding:2.133vw 6.4vw}.qcs{font-size:4.267vw;padding:0 6.4vw 4.267vw}.qcA{top:4.267vw;right:4.267vw}.qcB{border-radius:4.267vw;margin:0 6.4vw}.qcB::-webkit-scrollbar{width:7.468vw}.qcB::-webkit-scrollbar-track{margin:3.2vw 0}.qcB::-webkit-scrollbar-thumb,.qcB::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.qcC{row-gap:6.4vw;padding:6.4vw 3.2vw}.qcE{top:.8vw}.qcD .qcE:after,.qcE{height:4.267vw;width:4.267vw}.qcF{font-size:3.734vw;margin:0 6.4vw}.qcG{top:4.267vw;right:4.267vw}.qcH{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.qcI{margin-bottom:8.533vw}.qcJ{width:4.267vw;height:4.267vw}.qcK{font-size:5.334vw;line-height:1}.qcL{margin-bottom:6.4vw}.qcM{margin-bottom:3.2vw}.qcM li{width:8.533vw;font-size:3.734vw}.qcP{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.qcP li{width:8.533vw;height:8.533vw;font-size:3.734vw}.qcQ .pRC,.qcQ .pRI{height:12.8vw}.qcZ{top:4.267vw;right:4.267vw}.qcS{top:1.067vw;right:1.067vw}.qcU{top:4.267vw;right:4.267vw}.qcV{text-align:left;width:32vw;margin:0 auto}}.qc2 .qc3{font-size:20px}.qc2 .qc4{font-size:40px}.qc2 .qc5{font-size:16px}@media screen and (max-width:520px){.qc2 .qc6 .qc3{font-size:4.5vw}.qc2 .qc6 .qc4{font-size:9vw}.qc2 .qc6 .qc5{font-size:3.5vw}}.qc7{position:absolute;z-index:-10}@media screen and (max-width:1024px){.qc7{display:none}}.qc7.qc8{right:0}.qc7.qc8,.qc7.qc9{top:0;height:100%;width:calc((100% - 976px)/2)}.qc7.qc9{left:0}.qc7.qda{top:0}.qc7.qda,.qc7.qdb{height:24px;width:100%}.qc7.qdb{bottom:0}.qdc .qdd{position:absolute;right:0;bottom:0}.qdc .qdd .pVN{width:100%;height:100%}.qdc .pQ1{padding-bottom:48px}.qdc .pUc{text-align:left;margin:16px 0 56px}.qdc .qde .pRJ{height:auto;padding:0;width:auto}.qdc .pVN{bottom:0;position:absolute;right:0}.qdc .pUh{text-align:center;margin-top:170px}.qdc .pV8.qdf{display:inline-block;width:16px;position:absolute;top:22%;left:50%;transform:translate(-50%,-50%)}.qdc .qdg{justify-content:space-between;padding:24px 0}.qdc .qde,.qdc .qdg{align-items:center;display:flex}.qdc .qde{flex-grow:1;justify-content:flex-end}.qdc .qdh{gap:32px}.qdc .qdi{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.pRL{margin-bottom:0}.qcr{position:absolute;top:40px;z-index:5}.pUj{margin:0 24px 16px}.pRm{margin-top:32px}.qdj{z-index:auto!important}.qdc .qdk{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:32px;padding-top:80px}.qdc .qdk .qdl{width:100%}.qdc .qdm{width:160px}@media screen and (max-width:1024px){.qdc .pQ1{padding-bottom:32px}.qdc .pUc{text-align:center;margin-top:24px;margin-bottom:24px}.qdc .pUe{margin-bottom:0}.qdc .pUh{text-align:center;margin-top:107px}button.qdn:hover{opacity:1!important}.qdo{white-space:nowrap;position:relative;right:.9vh}.qdp{height:32px}.pUj{margin-bottom:24px}.qdc .qdi{grid-template-columns:repeat(1,1fr);gap:16px}.qdc .qdk{gap:16px;padding-top:32px}}@media screen and (max-width:375px){.qdc .pQ1{padding-bottom:8.533vw}.qdo{white-space:nowrap;position:relative;right:3vh}.qdp{height:8.533vw}.qdc .qdc .pUc{margin-top:6.4vw;margin-bottom:6.4vw}.qdc .qdg{padding:6.4vw 0}.qdc .qdh{gap:8.533vw}.qdc .qdi{gap:4.267vw}.qdc .pUh{text-align:center;margin-top:28.533vw}.qdc .qdk{gap:4.267vw;padding-top:8.533vw}}.qdq{display:flex;gap:16px}@media screen and (max-width:1024px){.pRM:not(:first-child){margin-left:3vw}}