.zrJ{transition:opacity .7s;opacity:1;visibility:visible}.zrK{transition:1s;opacity:0;visibility:hidden}.zrL{display:none!important}@keyframes zrM{0%{opacity:0}to{opacity:1}}.zrM{animation:zrM .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";.pyM{display:block!important}.pyN{display:none!important}.pyO{margin-bottom:0!important}.pyP{text-align:center!important}.pyQ{text-align:left!important}.pyR{display:none!important}.pyS{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.pyN{display:block!important}.pyM{display:none!important}}.pyT{max-width:2000px;padding-right:40px;margin-left:auto}.pyT,.pyU{padding-left:40px;margin-right:auto}.pyU{max-width:1960px}.pyV{max-width:760px}.pyV,.pyW{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.pyW{width:100%;max-width:1024px}@media screen and (min-width:1025px){.pyX{display:block;padding-left:64px}.pyY{padding-bottom:80px;min-height:calc(100vh - 80px)}.pyY.pyZ{min-height:calc(100vh - 116px)}.pyY.py0{min-height:calc(100vh - 161px)}.pyY.py1{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.pyY{padding-bottom:80px;min-height:calc(100vh - 66px)}.pyY.pyZ{min-height:calc(100vh - 181px)}.pyY.py0{min-height:calc(100vh - 226px)}.pyY.py1{min-height:calc(100vh - 924px)}.pyT{padding-right:16px}.pyT,.pyU,.pyV{padding-left:16px}.pyV{padding-right:16px}}@media screen and (min-width:1365px){.pyU{max-width:1960px}}@media screen and (min-width:2065px){.pyU{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.py2{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.py2 .py3{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.py2 .py3.py4{overflow-y:hidden}.py2 .py3.py4:hover{overflow-y:auto}.py2 .py5{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}.py2 .py5 span{display:none}.py2 .py5 span.py6{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}.py2 .py5 span.py6:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.py2 .py5 span.py7{font-size:12px;line-height:12px}.py2 .py5 span.py8{display:block}.py2 nav{position:relative;z-index:2;margin-left:8px;height:100%}.py2 .py9{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}.py2 .pza{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.py2 nav .pzb{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}.py2 nav>ul{position:absolute;left:5px;z-index:2}.py2 nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.py2 nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.py2 nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.py2 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}.py2 nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.py2 nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.py2 nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.py2 nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.py2 nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.py2 nav>ul>li .pzc{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.py2 nav>ul>li .pzc: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}.py2 nav>ul>li .pzc.pzd:after{width:48px;left:0;padding:0 8px}.py2 nav>ul>li .pzc.pze:after{width:85px;left:70px;padding:0 8px}.py2 nav>ul>li .pzc li{position:relative;z-index:5;text-align:center}.py2 nav>ul>li .pzc li a{height:28px;line-height:28px}.py2 nav>ul>li .pzc li:first-child{margin-right:16px}.py2 nav>ul>li .pzc li:first-child a{padding:0 8px}.py2 nav>ul>li .pzc li a{display:block;font-size:12px}.py2 nav>ul>li .pzc li a:before{display:none}.py2 nav>ul>li.py8 a{position:relative;height:100%;font-weight:600}.py2 nav>ul>li.py8 a:before{top:17px}.py2 nav>ul>li.py8:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.py2 nav>ul>li.py8:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.py2 nav>ul>li.py8:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.py2 nav>ul>li.py8:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.py2 nav>ul>li.py8:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.py2.pzf{width:254px}.py2.pzf a span{opacity:1;margin-left:0}.py2.pzf .py5{opacity:1;margin-left:20px}.py2.pzf .pzc{opacity:1;margin-left:50px}.py2 #pzg{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.py2 #pzg .pzh{background:rgba(0,0,0,0)}.py2 #pzg .pzh:after,.py2 #pzg .pzh:before{margin-top:0}.py2 #pzg .pzh:before{transform:rotate(-45deg)}.py2 #pzg .pzh:after{transform:rotate(-135deg)}.py2 #pzi,.py2 #pzi:after,.py2 #pzi: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%}.py2 #pzi:after,.py2 #pzi:before{content:"";left:0}.py2 #pzi:before{margin-top:-9px}.py2 #pzi:after{margin-top:7px}}@media screen and (max-width:1024px){.py2{display:none!important}}@media screen and (max-width:375px){.pyT,.pyV{padding-right:4.267vw}.pyT,.pyU,.pyV{padding-left:4.267vw}.pyY{padding-bottom:21.333vw}}.pzj,.pzk{text-align:center}.pzk{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}.pzk:hover{opacity:.6}.pzk.pzl,.pzm.pzl{font-size:14px;width:unset;min-width:160px;height:36px}.pzm.pzl .pzn{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.pzo{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.pzo,.pzp{width:20px;height:20px;margin-right:8px;transition:all .2s}.pzp{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.pzq{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.pzo.pzr{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pzs{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.pzs,.pzt{width:20px;height:20px;margin-right:8px;transition:all .2s}.pzt{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.pzk:disabled{background:#bababa;pointer-events:none}.pzu{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){.pzu:hover{opacity:.6}}@media screen and (max-width:1024px){.pzu:active{opacity:.6}}.pzv{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.pzv.pzw{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pzu:disabled{background:#bababa;pointer-events:none}.pzj li:not(:last-child){margin-bottom:16px}.pzm{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}.pzm:hover{opacity:.6}.pzm img{margin-left:8px}.pzm img,.pzx{filter:invert(1)}.pzx{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.pzx.pzy{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pzm:disabled{color:#fff;background:#bababa;pointer-events:none}.pzm:disabled .pzx{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.pzz{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){.pzz:hover{opacity:.6}}@media screen and (max-width:1024px){.pzz:active{opacity:.6}}.pzA{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}.pzA.pzB{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.pzz:disabled{color:#fff;background:#bababa;pointer-events:none}.pzz:disabled .pzA{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.pzC{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}.pzC:hover{opacity:.6}.pzC img{width:20px;margin-right:8px}.pzC:disabled{pointer-events:none}.pzC:disabled *{opacity:.3}.pzD{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}.pzD:hover{opacity:.6}.pzD img{width:20px;margin-right:8px}.pzE{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}.pzE:disabled,.pzE:hover{color:hsla(0,0%,100%,.3)}.pzD:disabled,.pzE:disabled{pointer-events:none}.pzD:disabled *{opacity:.3}.pzF{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}.pzF:hover{opacity:.6}.pzF img{width:20px;margin-right:8px}.pzG{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}.pzG:hover{opacity:.6}.pzG img{width:20px;margin-right:8px}.pzH{font-weight:300}.pzI{padding:0;margin-bottom:24px}.pzI,.pzJ{text-align:left;position:relative}.pzJ{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}.pzJ:not(:first-child){margin-left:24px}.pzJ:hover{opacity:.6}.pzK{width:24px}.pzL{font-size:14px;margin-left:8px}.pzM{margin-bottom:16px}.pzN{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}.pzN:hover{background-color:hsla(0,0%,100%,.1)}.pzO{font-weight:600;font-size:14px;text-align:left;color:#fff}.pzP{width:16px;transition:all .3s}.pzP.pzQ{transform:rotate(180deg)}.pzR{display:none;padding-top:8px}.pzR.pzQ{display:block}.pzS{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.pzS,.pzT{text-align:left}.pzT{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.pzU{display:inline-block;max-width:320px;width:100%}.pzV{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}.pzV:hover{border:1px solid #fff}.pzW{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.pzX{width:16px;transition:.3s ease-out}.pzX.pzY{transform:rotate(-180deg)}.pzZ{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}.pz0{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.pzZ::-webkit-scrollbar{width:20px}.pzZ.py4::-webkit-scrollbar{width:24px}.pzZ::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.pzZ::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.pzZ span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.pzZ .pz1{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.pz2{display:none}.pz2.pz3{display:block}.pz4{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.pz4,.pz5{-webkit-background-clip:padding-box;background-clip:padding-box}.pz5{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.pz6{width:calc(100% - 72px)}.pz6,.pz7{text-align:left}.pz7{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.pz7.pz8{margin-bottom:5px}.pz9{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.pAa{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pAa input{opacity:0;width:0;height:0}.pAb{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.pAb,.pAb:before{position:absolute;transition:.4s}.pAb:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.pAa input:checked+.pAb{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.pAa input:checked+.pAb:before{transform:translateX(24px)}.pz5.pAc .pz6{opacity:.4}.pz5.pAc .pAa{opacity:.4;pointer-events:none}.pAd{text-align:center}.pAe{display:inline-flex;font-size:16px;justify-content:center;position:relative}.pAe>li:not(:last-child){margin-right:32px}.pAf{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.pAg{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.pAf.pAh{color:#fff;pointer-events:none}.pAf.pAh:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pAi{overflow-x:auto}.pAi::-webkit-scrollbar{display:none}.pAj{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.pAj>li:not(:last-child){margin-right:24px}.pAk{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.pAl{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.pAk.pAm{color:#fff;font-weight:600;pointer-events:none}.pAk.pAm:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pAn{width:auto;padding:0;display:flex;justify-content:space-around}.pAo{position:relative;display:inline-block;width:132px;height:28px}.pAo input{opacity:0;width:0;height:0}.pAp{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)}.pAq{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.pAq:last-of-type{font-weight:300;padding-right:2px}.pAp: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}.pAo input:checked+.pAp:before{transform:translateX(66px);left:0}.pAo input:checked+.pAp .pAq:last-child,.pAo input:not(:checked)+.pAp .pAq:first-child{opacity:1}@media screen and (max-width:1024px){.pAr{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.pAr{display:flex;justify-content:center}.pAr>:not(:last-child){margin-right:32px}}.pAs{display:flex;justify-content:center;opacity:.6;position:relative}.pAs.pAt{opacity:1;pointer-events:none}.pAs.pAt: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%}.pAu{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.pAv{display:none;width:32px;margin-bottom:9px}.pAw{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.pAx{flex-wrap:wrap;gap:8px}.pAx,.pAy{display:flex;margin:0}.pAy{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.pAy,.pAz{transition:all .2s}.pAz{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.pAA:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pAB{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}.pAC{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}.pAD:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.pAy.pAE{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pAy.pAE .pAz{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.pAy.pAE .pAA:before{content:"フォロー中";color:#fff}.pAF{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}.pAF,.pAG{transition:all .2s}.pAG{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.pAH:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pAF.pAI{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pAF.pAI .pAG{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.pAF.pAI .pAH:before{content:"ブロック中";color:#fff}.pAJ{flex-wrap:wrap;gap:8px}.pAJ,.pAK{display:flex;margin:0}.pAK{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.pAK,.pAL{transition:all .2s}.pAL{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.pAM:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.pAK.pAN{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pAK.pAN .pAL{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}.pAK.pAN .pAM:before{content:"ミュート中";color:#fff}.pAO{text-align:left;margin:0}.pAP{width:130px;height:40px;border-radius:20px;background:#fff}.pAP:hover{opacity:.6}.pAQ{font-weight:600;font-size:14px;text-align:center;color:#151515}.pAR{text-align:left;margin:0}.pAS{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}.pAT{font-weight:600;font-size:12px;color:#fff}.pAU{width:20px;margin-left:8px}.pAV{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}.pAW{text-align:left;margin:0}.pAX{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.pAX:hover{opacity:.6}.pAY{font-weight:600;font-size:16px;text-align:left}.pAY,.pAZ{color:#000}.pAZ{font-weight:300;font-size:14px;text-align:right}.pA0{text-align:left;margin:0}.pA1{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}.pA1:hover{opacity:.6}.pA2{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}.pA2,.pA3{font-weight:600;color:#fff}.pA3{font-size:14px;text-align:right;flex:1 1}.pA4{padding:0}.pA5{max-width:480px}.pA6{font-weight:300;font-size:14px;text-align:left;color:#fff}.pA7{display:flex;align-items:center;cursor:pointer}.pA7:last-child{margin-right:0}.pA8{position:absolute;opacity:0;width:0;height:0}.pA9{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.pA8:checked+.pA9:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.pBa{margin-left:auto;transition:.2s ease-out}.pBa.pBb{transform:rotate(-180deg)}.pA8:checked+.pA9{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)}.pBc{display:none;margin-left:32px}.pBc.pBb{display:block}.pBd{margin-top:16px;cursor:pointer}.pBd,.pBe{display:flex;justify-content:space-between;align-items:center}.pBe{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}.pBf{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.pBf span{display:block}.pBg{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}.pBh{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.pBi{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}.pBi::-webkit-inner-spin-button,.pBi::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.pBj{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.pBk{padding:0;text-align:left}.pBl{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}.pBl:hover{opacity:.6}.pBm{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.pBn{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.pBo{padding:0;text-align:left}.pBp{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.pBp:hover{opacity:.6}.pBq{font-weight:600;font-size:12px;text-align:center;color:#fff}.pBr{padding:0}.pBs{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.pBt{font-weight:600;font-size:12px;text-align:center;color:#fff}.pBu{padding:0;text-align:left}.pBv{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.pBv:hover{opacity:.6}.pBw{font-weight:600;font-size:12px;text-align:center;color:#151515}.pBx{padding:0;text-align:left}.pBy{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}.pBy:hover{opacity:.6}.pBz{font-weight:600;font-size:12px;text-align:center;color:#fff}.pBA{width:14px;margin-right:5.23px}.pBB{padding:0;text-align:left}.pBC{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.pBC img{width:100%}.pBD{padding:0;text-align:left}.pBE{width:32px;height:32px;position:relative;cursor:pointer}.pBE,.pBF{display:block}.pBF{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.pBG{background-color:rgba(150,150,150,.6)}.pBH{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.pBH,.pBI .pBG{opacity:0}.pBI .pBH{opacity:1}@keyframes pVo{0%{width:0}to{width:7px}}@keyframes pVp{0%{width:7px}to{width:0}}@keyframes pVq{0%{width:0}to{width:11px}}@keyframes pVr{0%{width:11px}to{width:0}}@keyframes pVs{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes pVt{0%{opacity:0}to{opacity:1}}@keyframes pVu{0%{opacity:1}to{opacity:0}}.pBJ{padding:0;text-align:left}.pBK{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.pBK:hover{opacity:.6}.pBL{font-weight:600;font-size:14px;text-align:center;color:#151515}.pBM{padding:0;text-align:left}.pBN{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.pBN:hover{opacity:.6}.pBO{font-weight:600;font-size:14px;text-align:center;color:#151515}.pBP{width:20px;margin-left:8px}.pBQ{padding:0;text-align:left}.pBR{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.pBR:hover{opacity:.6}.pBS{font-weight:600;font-size:14px;color:#151515}.pBS,.pBT{text-align:center}.pBT{display:block;padding:0}.pBU{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.pBV{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.pBV>li:not(:last-child){margin-right:16px}.pBW{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.pBW.pBX:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.pBY{color:#fff;font-weight:600;pointer-events:none}.pBY:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.pBZ{display:flex;width:auto;justify-content:flex-end}.pBZ button:not(:last-child){margin-right:8px}.pB0{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.pB0.pB1{background:#fff;padding:0 14px}.pB0:hover{opacity:.6}.pB2{font-weight:600;font-size:12px;text-align:center;color:#fff}.pB0.pB1 .pB2{color:#151515}.pB3{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}.pB4{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){.pzC,.pzD,.pzF,.pzG,.pzk,.pzm,.pzu,.pzz{width:100%}.pzU{max-width:unset}.pAj>li:not(:last-child){margin-right:16px}.pAr{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))}.pAv{display:block}.pAw{font-size:12px}.pA5{max-width:none}.pBh{gap:0;flex-direction:column;align-items:flex-start}.pA7:last-child{margin-right:0;margin-left:32px;margin-top:13px}.pBK{min-width:unset;height:22px;border-radius:16px}.pBL{font-size:10px}.pBN{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.pBO{font-size:12px}.pBP{margin-left:4px}.pBR{min-width:unset;height:22px;border-radius:16px}.pBS{font-size:10px}.pBU{font-size:16px;padding-bottom:16px}.pB5{overflow:auto}.pB5::-webkit-scrollbar{display:none}.pBV{justify-content:center;width:calc(518px + 100% - 2em)}.pBV>li:not(:last-child){margin-right:16px}.pBW{font-size:16px;padding:12px 0}.pBW.pBX:before{height:5px;width:5px}.pBY:after{height:4px}.pB3{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.pBy{width:64px}}@media screen and (max-width:375px){.pzj li:not(:last-child){margin-bottom:4.267vw}.pzC,.pzk,.pzm{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.pzA,.pzo,.pzv,.pzx{width:5.333vw;height:5.333vw;margin-right:2.133vw}.pzD,.pzG,.pzu,.pzz{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.pzm img{margin-left:2.133vw}.pzC img,.pzD img,.pzF img,.pzG img{width:5.333vw;margin-right:2.133vw}.pzE{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.pzF{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.pzI{margin-bottom:6.4vw}.pzJ{font-size:3.733vw}.pzJ:not(:first-child){margin-left:6.4vw}.pzK{width:6.4vw}.pzL{font-size:3.733vw;margin-left:2.133vw}.pzM{margin-bottom:4.267vw}.pzN{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pzO{font-size:3.733vw}.pzP{width:4.267vw}.pzR{padding-top:2.133vw}.pzS{font-size:3.733vw;padding:2.133vw}.pzT{gap:4.267vw}.pzV{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pzV:hover{border:.267vw solid #fff}.pzW{font-size:3.733vw;line-height:4.8vw}.pzX{width:4.267vw}.pzZ{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}.pzZ::-webkit-scrollbar{width:5.333vw}.pzZ.py4::-webkit-scrollbar{width:24px}.pzZ::-webkit-scrollbar-track{margin:2.133vw 0}.pzZ::-webkit-scrollbar-thumb,.pzZ::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.pzZ span{font-size:3.733vw;padding-left:6.4vw}.pzZ .pz1{background-size:4.267vw}.pz4{border-top:.267vw solid hsla(0,0%,100%,.3)}.pz5{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pz6{width:calc(100% - 18.462vw)}.pz7{font-size:3.733vw}.pz7.pz8{margin-bottom:1.333vw}.pz9{font-size:3.2vw}.pAa{width:14.933vw;height:8.533vw}.pAb{border-radius:4.8vw}.pAb:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.pAa input:checked+.pAb:before{transform:translateX(6.154vw)}.pAe{font-size:4.267vw}.pAe>li:not(:last-child){margin-right:8.533vw}.pAf{padding-bottom:3.2vw}.pAf.pAh:after{height:1.067vw}.pAj{font-size:4.267vw}.pAj>li:not(:last-child){margin-right:4.267vw}.pAk{padding-bottom:3.2vw}.pAk.pAm:after{height:1.067vw}.pAo{width:33.846vw;height:7.179vw}.pAp{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.pAq{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.pAq:last-of-type{padding-right:.533vw}.pAp:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.pAo input:checked+.pAp:before{transform:translateX(17.6vw)}.pAr{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pAv{width:8.533vw;margin-bottom:2.4vw}.pAw{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.pAs.pAt:after{height:1.067vw}.pAx{gap:2.133vw}.pAy{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pAz{margin-right:1.067vw}.pAA:before{font-size:3.2vw}.pAB{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.pAC{margin-right:1.067vw}.pAD:before{font-size:3.2vw;line-height:4.8vw}.pAy.pAE{border:.267vw solid hsla(0,0%,100%,.3)}.pAF{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pAG{margin-right:1.067vw}.pAH:before{font-size:3.2vw}.pAF.pAI{border:.267vw solid hsla(0,0%,100%,.3)}.pAJ{gap:2.133vw}.pAK{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.pAL{margin-right:2.133vw}.pAM:before{font-size:3.2vw}.pAK.pAN{border:.267vw solid hsla(0,0%,100%,.3)}.pAK.pAN .pAL{width:4.267vw;height:4.267vw;margin-right:2.133vw}.pAP{width:34.667vw;height:10.667vw;border-radius:5.333vw}.pAQ{font-size:3.733vw}.pAS{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.pAT{font-size:3.2vw}.pAU{width:5.333vw;margin-left:2.133vw}.pAV{font-size:4.267vw;letter-spacing:.069vw}.pAV,.pAX{height:12.8vw;border-radius:6.4vw}.pAX{padding:0 4.267vw}.pAY{font-size:4.267vw}.pAZ{font-size:3.733vw}.pA1{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.pA2{font-size:3.2vw}.pA3,.pA6{font-size:3.733vw}.pA9{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.pA8:checked+.pA9:before{width:3.2vw;height:3.2vw}.pA8:checked+.pA9{border-radius:6.4vw;width:6.4vw;height:6.4vw}.pA7:last-child,.pBc{margin-left:8.533vw}.pA7:last-child{margin-top:3.333vw}.pBd{margin-top:4.267vw}.pBe{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.pBf{width:calc(100% - 11.733vw);font-size:3.2vw}.pBg{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.pBi{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.pBj{font-size:3.2vw}.pBl{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.pBm{font-size:3.2vw;line-height:4.8vw}.pBn{width:4.267vw;margin-left:1.6vw}.pBp{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pBq{font-size:3.2vw}.pBs{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pBt{font-size:3.2vw}.pBv{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.pBw{font-size:3.2vw}.pBy{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.pBz{font-size:3.2vw}.pBA{width:3.733vw;margin-right:1.395vw}.pBK{height:5.867vw;border-radius:4.267vw}.pBL{font-size:2.667vw}.pBN{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.pBO{font-size:3.2vw}.pBP{width:5.333vw;margin-left:2.133vw}.pBR{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.pBS{font-size:2.677vw}.pBU{font-size:4.267vw;padding-bottom:4.267vw}.pBV{width:calc(138.133vw + 100% - 2em)}.pBV>li:not(:last-child){margin-right:4.267vw}.pBW{font-size:4.267vw;padding:3.2vw 0}.pBW.pBX:before{height:1.333vw;width:1.333vw}.pBY:after{height:1.067vw}.pBZ{width:78.933w}.pBZ button:not(:last-child){margin-right:2.133vw}.pB0{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.pB0.pB1{padding:0 3.733vw}.pB2{font-size:3.2vw}.pB3{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.pB6{font-size:24px;font-weight:600;line-height:1.7083333333}.pB7{font-size:18px;line-height:1.444}.pB7,.pB8{font-weight:600;text-align:center}.pB8{font-size:24px;line-height:1.7083333333}.pB9{text-align:center}.pB9,.pCa{font-size:32px;font-weight:600}.pCa{line-height:1.857142}h2.pCb{font-weight:600;font-size:24px}.pCb,.pCc{font-size:16px}.pCb,.pCc,.pCd{font-weight:600}.pCd{font-size:24px;line-height:1.333}.pCe{font-size:20px;line-height:1.35}.pCe,.pCf{font-weight:600}.pCf{font-size:14px;line-height:1.3571428571}.pCg{font-weight:600;font-size:16px;line-height:1.3125}.pCh,.pCi{font-size:20px;line-height:1.7}.pCh,.pCi,.pCj{font-weight:600}.pCj{font-size:14px;line-height:1.3571428571}.pCk{font-size:12px;line-height:1.3333333333}.pCk,.pCl{font-weight:600}.pCl{font-size:16px;line-height:1.625}.pCm{font-size:14px;line-height:1.2857142857}.pCm,.pCn{font-weight:600}.pCn{font-size:12px;line-height:1.5}.pCo,.pCp{font-size:16px;line-height:1.625}.pCq{margin-top:16px}.pCr{font-size:14px;line-height:1.5714285714}.pCs,.pCt{font-size:16px;line-height:1.625;text-align:center}.pCt{margin-bottom:20px}.pCu{font-size:14px;line-height:1.5714285714}.pCv{font-size:12px;line-height:1.5}.pCw{font-size:16px;line-height:1.125}.pCx{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.pCy{font-size:14px;line-height:1.5714285714}.pCz{font-weight:300;font-size:10px;line-height:2.2}.pCA{padding-left:1.5em;text-indent:-1.68em}.pCA>li:not(:last-of-type){margin-bottom:16px}.pCB{font-size:14px;line-height:1.5714285714}.pCB:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.pCC{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.pCC li{text-align:-webkit-match-parent}.pCC>li:not(:last-of-type){margin-bottom:16px}.pCD{font-size:14px;line-height:1.5714285714}.pCE{border-top:1px solid hsla(0,0%,100%,.3)}.pCE li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.pCF{font-weight:600;white-space:nowrap;margin-right:1em}.pCG{text-align:right;word-break:keep-all}.pCG span{margin-left:24px}.pCH{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.pCH .pCI{font-size:14px;line-height:1.5714285714}.pCJ{color:#bababa}.pCJ,.pCK{font-size:12px}.pCK,.pCL{font-weight:600}.pCL{font-size:20px;line-height:1}.pCM{display:grid;grid-row-gap:16px;row-gap:16px}.pCN{font-weight:600;font-size:24px;line-height:1.333}.pCO{font-size:16px;line-height:1.625}.pCP{font-weight:600;font-size:40px;line-height:1.4}.pCQ{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.pB6{text-align:center}.pB7{font-size:24px;line-height:1.7083}.pB9{font-size:20px}.pCa{font-size:14px}.pCb,h2.pCb{font-size:16px}.pCd{font-size:20px;line-height:1.3}.pCe,.pCf,.pCg{font-size:16px;line-height:1.625}.pCh{font-size:20px;line-height:1.3}.pCi,.pCj,.pCk,.pCl{font-size:14px;line-height:1.5714285714}.pCm,.pCn{font-size:12px;line-height:1.5}.pCp,.pCr,.pCs,.pCt{font-size:14px;line-height:1.5714285714}.pCu,.pCv,.pCw{font-size:12px;line-height:1.5}.pCx,.pCy{font-size:10px;line-height:1.5}.pCy,.pCz{margin-left:1em;text-indent:-1em}.pCz{font-size:10px;line-height:1.5}.pCA>li:not(:last-of-type){margin-bottom:16px}.pCB{font-size:14px;line-height:1.5714285714}.pCC{-webkit-padding-start:16px;padding-inline-start:16px}.pCL{line-height:1.125}.pCL,.pCP{font-size:16px}.pCP{line-height:1.625}.pCQ{margin-top:5px;font-size:10px;width:240px;padding-left:0}.pCR{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.pCM{row-gap:8px}.pCN{font-size:14px;line-height:1.5714285714}.pCO{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.pCM{row-gap:12px}.pCN{font-size:16px;line-height:1.625}.pCO{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.pB6,.pB7,.pB8{font-size:6.4vw}.pB9{font-size:5.333vw}.pCa{font-size:3.733vw}.pCb,h2.pCb{font-size:4.267vw}.pCd{font-size:5.334vw}.pCe,.pCf,.pCg{font-size:4.267vw}.pCh{font-size:5.334vw}.pCi{font-size:3.733vw}.pCj,.pCk{font-size:3.734vw}.pCl{font-size:3.733vw}.pCm,.pCn{font-size:3.2vw}.pCo{font-size:4.267vw}.pCp,.pCr,.pCs,.pCt{font-size:3.733vw}.pCu,.pCv,.pCw{font-size:3.2vw}.pCx,.pCy,.pCz{font-size:2.667vw}.pCB,.pCB:before{font-size:3.733vw}.pCB:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.pCA>li:not(:last-of-type){margin-bottom:4.267vw}.pCD{font-size:3.733vw}.pCC{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.pCC>li:not(:last-of-type){margin-bottom:4.267vw}.pCE li{font-size:3.733vw;padding:4.267vw 0}.pCG span{margin-left:6.4vw}.pCH .pCI{font-size:3.733vw}.pCJ,.pCK{font-size:3.2vw}.pCL{font-size:4.267vw}.pCM{row-gap:2.133vw}.pCN{font-size:3.734vw}.pCO{font-size:3.2vw}.pCP{font-size:4.267vw}.pCQ{font-size:2.667vw}}.pCS{display:flex;flex-wrap:wrap;gap:10px}.pCT{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pCU{display:flex;flex-wrap:wrap;gap:8px}.pCV{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pCW{display:flex;flex-wrap:wrap;gap:16px}.pCX{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pCY{display:flex;flex-wrap:wrap;gap:8px 16px}.pCZ{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pC0{flex-wrap:wrap;gap:16px 12px}.pC0,.pC1{display:flex}.pC1{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)}.pC1:active,.pC2{background:hsla(0,0%,100%,.1)}.pC2{display:inline-flex;column-gap:8px;border-radius:8px}.pC3{display:flex;flex-wrap:wrap;gap:8px}.pC4{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pC5.pC6{width:auto;height:32px}.pC7{width:32px;height:32px;position:relative}.pC7,.pC8{display:block}.pC8{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.pC9{background-color:rgba(150,150,150,.3)}.pDa{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.pDa,.pDb .pC9{opacity:0}.pDb .pDa{opacity:1}@keyframes pVv{0%{width:0}to{width:7px}}@keyframes pVw{0%{width:7px}to{width:0}}@keyframes pVx{0%{width:0}to{width:11px}}@keyframes pVy{0%{width:11px}to{width:0}}@keyframes pVz{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes pVA{0%{opacity:0}to{opacity:1}}@keyframes pVB{0%{opacity:1}to{opacity:0}}.pDc{display:flex;flex-wrap:wrap;gap:8px}.pDd{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.pDe{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pDe .pDf{cursor:pointer;position:absolute;transition:all .2s linear}.pDg{gap:18px}.pDg,.pDh{display:flex;flex-wrap:wrap}.pDh{gap:16px}.pDi,.pDj{display:flex;flex-wrap:wrap}.pDj{gap:16px}.pDk{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.pDl{width:4.266vw}.pDm{width:5.333vw}.pDn{width:6.4vw}.pDo{width:8.533vw}.pDp{width:5.333vw}.pC1{width:10.666vw;height:10.666vw}.pC5{width:8.533vw}.pC5.pC6{width:auto}.pC5.pC6,.pC7{height:8.533vw}.pC7{width:8.533vw;position:relative;display:block}.pC9{background:hsla(0,0%,100%,.15)}.pDb .pC9{opacity:0}@keyframes pVv{0%{width:0}to{width:1.65vw}}@keyframes pVx{0%{width:0}to{width:2.93vw}}@keyframes pVy{0%{width:2.93vw}to{width:0}}@keyframes pVw{0%{width:1.65vw}to{width:0}}@keyframes pVz{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes pVA{0%{opacity:0}to{opacity:1}}@keyframes pVB{0%{opacity:1}to{opacity:0}}.pDf,.pDq,.pDr{width:10.666vw}.pDs{width:17.066vw}.pDt{width:12.8vw}}.pDu{margin-bottom:34px;position:relative}.pDu,.pDv{width:100%}.pDv{transition:all .3s ease-out}.pDw{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}.pDw,.pDx{width:400px}.pDx{display:flex;align-items:center;height:180px}.pDy .pB9{line-height:1.4;text-align:left}.pDy .pCP{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pDx img{max-width:400px;max-height:180px}.pDz{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}.pDA{display:flex}.pDA li{margin-right:7px;width:170px}.pDA li.pDB{width:auto}.pDv li .pDC{display:block;border-radius:24px;opacity:1}.pDA li .pBE{width:36px;height:36px}.pDD,.pDE{position:absolute;transition:all .3s ease-out;z-index:2}.pDD{bottom:7px;right:60px;width:200px}.pDE{bottom:0;right:24px;width:24px;height:24px}.pDF{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.pDG{width:100%}.pDG,.pDH{position:relative}.pDH{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.pDH,.pDI{border-radius:6px}.pDI{width:100%;height:100%;object-fit:contain}.pDG .pDJ{width:38px;display:block}.pDG .pDK{width:16px;display:block}.pDL{bottom:4px;right:0;transform:translateY(4px)}.pDL,.pDM{position:absolute}.pDM{top:0;left:0;width:22px}.pDM img{max-width:none;width:100%;height:auto}.pDN[data-is-first=true]{width:4vw;flex:0 0 4vw}.pDN{position:relative;width:5vw;flex:0 0 5vw}.pDN[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.pDO{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}.pDO[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.pDP{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pDP,.pDQ{position:absolute}.pDQ{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.pDR,.pDS{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.pDR img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.pDT span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.pDU{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.pDV{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pDW{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.pDW span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.pDW img{width:24px;display:block;margin:0 auto}.pDX{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}.pDX img{width:16px}.pDX span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.pDX span,.pDY{text-align:center}.pDY{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}.pDZ{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.pD0{aspect-ratio:294/165;position:relative}.pD1{position:absolute;top:0;left:0;width:22px}.pD1 img{max-width:none;width:100%;height:auto}.pD2{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pD2,.pD3{position:absolute}.pD3{bottom:4px;right:0;transform:translateY(4px)}.pD3 .pDK{display:block;width:16px}.pD3 .pDJ{display:block;width:38px}.pD4{border-radius:6px;width:100%;height:100%;object-fit:cover}.pD5{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pD5 img{display:inline;width:100%;border-radius:50%}.pD6 img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.pD6 img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.pD7{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.pD7,.pD8{border-radius:1.5px}.pD8{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pD9{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}.pEa{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.pEa span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.pEa img{width:24px;display:block;margin:0 auto;opacity:.6}.pEb{width:248px;aspect-ratio:248/140;position:relative}.pEc{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.pEd{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.pEe{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.pEe .pD0{width:294px;height:165px}.pEf{display:inline-flex;flex-wrap:wrap;gap:9px}.pEg{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}.pEg:before{z-index:1}.pEg:after,.pEg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.pEg:after{z-index:-1}.pEh{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.pEi:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.pEi:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.pEj:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.pEj:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.pEk:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.pEk:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.pEl:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.pEl:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.pEm:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.pEm:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.pEn:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.pEn:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.pEo{width:48px;height:48px;padding:0}.pEp{width:100%;height:100%;object-fit:cover;border-radius:50%}.pEq{display:flex;gap:12px}.pEr{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.pEs{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.pEt{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.pEu{padding:0}.pEv{width:64px;height:36px}.pEv,.pEw{object-fit:cover;border-radius:4px}.pEw{width:32px;height:48px}.pEx{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}.pEx img{width:100%;height:100%;object-fit:cover}.pEx img,.pEy{position:absolute;top:0;left:0}.pEy{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.pEz{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.pEA,.pEz{text-align:center;position:relative}.pEA{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.pEA.pEB{height:64px}.pEA img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pEC{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.pEC,.pED{position:relative}.pED{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.pED img{width:100%;height:100%;object-fit:cover}.pED img,.pEE{position:absolute;top:0;left:0}.pEE{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.pEF{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.pEF,.pEG{display:inline-block}.pEG{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.pEG img{width:100%;height:100%;object-fit:cover}.pEH{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.pDw{height:500px;z-index:1;position:absolute;left:0}.pEI{display:flex;align-items:center}.pEI,.pEI video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.pEI{display:flex;align-items:center}.pEI,.pEI video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.pEI video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.pDw{display:none}.pDy{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.pDD,.pDy{position:absolute}.pDD{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.pDE{top:16px;right:16px}.pDy .pCP{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pDF{grid-template-columns:repeat(3,1fr)}.pDH{width:29.231vw;height:40.769vw}.pDX span{padding:5px 15px}.pDN[data-is-first=true]{width:54px;flex:0 0 54px}.pDN{width:88px;flex:0 0 88px}.pDN[data-is-double-digit=true]{width:96px;flex:0 0 96px}.pDO{font-size:12vw;bottom:-1.5vw}.pDY{font-size:10px}.pDU{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pDZ{gap:8px}.pEJ{max-width:150px;aspect-ratio:150/84}.pDZ{grid-template-columns:repeat(2,1fr)}.pD9{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.pD7{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pEe{gap:2.051vw}.pEK,.pEL{position:relative}.pEL{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.pEM{width:100%;height:100%;object-fit:cover}.pEN{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pEN,.pEO{position:absolute}.pEO{right:0;bottom:4px;transform:translateY(4px)}.pEO .pDJ{width:38px}.pEO .pDK{width:16px}.pEP{position:absolute;top:0;left:0;width:22px}.pEP img{max-width:none;width:100%;height:auto}.pEQ{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.pEQ,.pER{position:absolute}.pER{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.pER,.pES span{display:inline-block}.pES span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.pET{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.pET,.pEU{border-radius:1.5px}.pEU{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.pEo{width:32px;height:32px}.pEq{display:block}.pEV{text-align:center}.pEr{height:12.8204678363vw;width:87.692vw}.pEt{font-size:14px;line-height:1.571}.pEx{min-width:84px;aspect-ratio:84/56}.pEx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.pEz{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.pEA{min-width:111px;aspect-ratio:111/84}.pED{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.pEF{font-size:12px;line-height:1.5}.pEH{margin-top:32px}.pDG{width:100%}.pDT span{font-size:3.076vw}.pEJ{width:38.461vw;max-width:none}.pEr{border-radius:1.154vw}.pEv{width:16.41vw;height:9.23vw}.pEx{min-width:21.538vw}.pEA{min-width:28.4615vw;min-height:21.025vw}.pEB{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.pDH,.pDI,.pDX{border-radius:1.1515vw}.pDG .pDK{width:3.071vw}.pDG .pDJ{width:7.294vw}.pDM{width:4.223vw}.pDP{top:.96vw;left:5.182vw;gap:.576vw}.pD4{border-radius:1.1515vw}.pD3 .pDK{width:3.071vw}.pD3 .pDJ{width:7.294vw}.pD1{width:4.223vw}.pD2{top:.96vw;left:5.182vw;gap:.576vw}.pEL{border-radius:1.1515vw}.pEO .pDK{width:3.071vw}.pEO .pDJ{width:7.294vw}.pEP{width:4.223vw}.pEN{top:.96vw;left:5.182vw;gap:.576vw}.pEv,.pEw{border-radius:.768vw}.pEA,.pEx{border-radius:2.303vw}}@media screen and (max-width:420px){.pDN[data-is-first=true]{width:37px;flex:0 0 37px}.pDN{width:56px;flex:0 0 56px}.pDN[data-is-double-digit=true]{width:72px;flex:0 0 72px}.pDO{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.pDu{margin-bottom:9.067vw}.pDy{padding:4.267vw}.pDD{bottom:-3.733vw}.pDE{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.pDH,.pDI,.pDX{border-radius:1.6vw}.pDF{padding:0;gap:2.1333vw}.pDG{border-radius:3.2vw}.pDR,.pDS{width:8.5333vw}.pDR img{background-color:rgba(150,150,150,.7)}.pDT span{font-size:3.2vw}.pDU{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pDV{border-radius:.533vw}.pDW span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.pDW img{width:6.4vw}.pDX img{width:4.2667vw}.pDX span{padding:1.3335vw 4vw}.pDG .pDK{width:4.267vw}.pDG .pDJ{width:10.133vw}.pDM{width:5.867vw}.pDP{top:1.333vw;left:7.2vw;gap:.8vw}.pDY{font-size:2.667vw;gap:1.6vw}.pDY img{width:4.267vw;height:4.267vw}.pDZ{gap:2.1333vw}.pD4{border-radius:1.6vw}.pD5{width:8.5333vw}.pD5 img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.pD7{height:.534vw;margin-top:.712vw}.pD7,.pD8{border-radius:.4vw}.pD9{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.pEa{border-radius:3.2vw}.pEa span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.pEa img{width:6.4vw}.pD3 .pDK{width:4.267vw}.pD3 .pDJ{width:10.133vw}.pD1{width:5.867vw}.pD2{top:1.333vw;left:7.2vw;gap:.8vw}.pEb{width:66.1333vw}.pEc{width:8.5333vw}.pEd{border-radius:3.2vw}.pEL{border-radius:1.6vw}.pEe{gap:2.1333vw}.pEK{border-radius:3.2vw}.pER{width:8.5333vw}.pET{height:.534vw;margin-top:.712vw;border-radius:.4vw}.pEO .pDK{width:4.267vw}.pEO .pDJ{width:10.133vw}.pEP{width:5.867vw}.pEN{top:1.333vw;left:7.2vw;gap:.8vw}.pEf{gap:2.4vw}.pEg{width:19.2vw;height:19.2vw;padding:1.6vw}.pEo{width:8.5333vw;height:8.5333vw}.pEr{border-radius:1.6vw}.pEt{font-size:3.7334vw;margin:2.1333vw}.pEv{width:17.0666vw;height:9.6vw}.pEv,.pEw{border-radius:1.0667vw}.pEw{width:8.5333vw;height:12.8vw}.pEx{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.pEz{font-size:14px;font-size:3.7334vw}.pEA{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.pEC{font-size:14px;font-size:3.7334vw}.pED{padding:4.2667vw;min-width:25.6vw}.pEF{font-size:12px;font-size:3.2vw}.pEG{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.pEW,.pEX{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.pEX{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.pEX div{width:48px}.pEY{pointer-events:none}.pEZ{display:inline-flex;gap:16px}.pE0{animation:pE0 .8s linear infinite}.pE1>img{width:100%;height:100%;display:block}@keyframes pE0{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.pE2{height:4px}.pE2,.pE3{width:100%}.pE3{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.pE4{width:90px;background-color:hsla(0,0%,100%,.6)}.pE4,.pE5{height:4px;border-radius:4px}.pE5{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pE6{display:inline-block}.pE7{gap:2px}.pE7,.pE8{display:flex;align-items:flex-end}.pE8{max-height:-moz-fit-content;max-height:fit-content}.pE9>span{display:block;font-size:12px;font-weight:600;color:#fff}.pFa{display:inline-block;cursor:pointer}.pFa input{display:none}.pFa input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.pFa input:checked~span{width:80px}.pFa input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pFc{width:58.2%}.pFd{cursor:pointer}.pFe{height:2px}.pFe.pFf .pFd{width:24px;height:24px}.pFe.pFg .pFd{display:none}.pFh{display:inline-block;margin-right:16px;cursor:pointer}.pFh:last-child{margin-right:0}.pFh input{display:none}.pFh 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)}.pFh input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.pFb{border-radius:2px}.pFc{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pFc,.pFd{position:relative}.pFd{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.pFi.pFb{height:4px}.pFi .pFd{width:26px;height:26px}.pFj .pFd{display:none}.pFk{display:flex;align-items:center;margin:0 8px;position:relative}.pFl{margin-left:12px}.pFl,.pFm{font-size:12px;font-weight:300}.pFm{top:-16px}.pFm,.pFn{position:absolute}.pFn{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.pFn:before{content:"●";color:#ff0576;font-size:16px}.pFn span{font-family:Hiragino Sans,sans-serif;font-weight:600}.pFo{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.pFp{margin-bottom:16px}.pFb{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.pFq{height:4px}.pFr{margin-bottom:12px;font-size:12px;font-weight:300}.pFq .pFc{width:31.3%}.pFq .pFd{width:26px;height:26px}.pFs .pFd{display:none}.pFt{margin-right:56px}.pFu{position:relative;width:100%;height:100%}.pFu,.pFv{display:flex;align-items:center;justify-content:center}.pFv{width:calc(100% - 12px);height:2px}.pFv .pFw{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)}.pFx{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.pFx .pFy{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)}.pFz[data-current-index="1"] .pFx>.pFy:first-child,.pFz[data-current-index="2"] .pFv>.pFw:first-child,.pFz[data-current-index="2"] .pFx>.pFy:not(.pFy:nth-child(3)),.pFz[data-current-index="3"] .pFv>.pFw,.pFz[data-current-index="3"] .pFx>.pFy{background-color:#ff0576}.pFA{width:528px;height:12px}.pFB{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.pFB>img{display:block;width:36px;height:36px}.pFC{width:528px;height:12px}.pFD[data-current-index="1"] .pFx>.pFy:first-child,.pFD[data-current-index="2"] .pFv>.pFw:first-child,.pFD[data-current-index="2"] .pFx>.pFy:first-child,.pFD[data-current-index="2"] .pFx>.pFy:nth-child(2),.pFD[data-current-index="3"] .pFv>.pFw:not(.pFw:last-child),.pFD[data-current-index="3"] .pFx>.pFy:not(.pFy:last-child),.pFD[data-current-index="4"] .pFv>.pFw,.pFD[data-current-index="4"] .pFx>.pFy{background-color:#ff0576}@media screen and (max-width:1024px){.pFa input~span{height:4px;width:8px}.pFa input:checked~span{width:48px}.pFa input:checked~span>span{width:50%}.pFA,.pFC{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.pE1>img{width:8.533vw;height:8.533vw}.pE2{height:1.067vw}.pE3{border-radius:.533vw}.pE4{width:24vw;background-color:hsla(0,0%,100%,.6)}.pE4,.pE5{height:1.067vw;border-radius:.533vw}.pE5{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.pE7{gap:.533vw}.pE9>span{font-size:3.2vw}.pFa input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.pFa input:checked~span{width:12.8vw}.pFa input:checked~span>small{border-radius:.8vw}.pFe{height:.533vw}.pFe.pFf .pFd{width:6.4vw;height:6.4vw}.pFh{margin-right:4.267vw}.pFh input~span{height:3.2vw;width:3.2vw}.pFb{height:.533vw;border-radius:.533vw}.pFd{width:3.2vw;height:3.2vw}.pFi.pFb{height:1.067vw}.pFi .pFd{width:6.933vw;height:6.933vw}.pFk{margin:0 2.133vw}.pFl{margin-left:3.2vw}.pFl,.pFm{font-size:3.2vw}.pFm{top:-4.267vw}.pFn{bottom:-8.533vw}.pFn,.pFn span,.pFn:before{font-size:3.2vw}.pFo{width:42.667vw;bottom:10.4vw;left:10.933vw}.pFp{margin-bottom:4.267vw}.pFb{border-radius:1.067vw}.pFq{height:1.067vw}.pFr{margin-bottom:3.2vw;font-size:3.2vw}.pFq .pFd{width:6.933vw;height:6.933vw}.pFt{margin-right:14.933vw}.pFv{width:calc(100% - 3.2vw);height:.533vw}.pFx .pFy{width:3.2vw;height:3.2vw}.pFA{width:calc(100% - 10.933vw);height:3.2vw}.pFB{width:10.667vw;height:10.667vw}.pFB>img{width:9.6vw;height:9.6vw}.pFC{width:calc(100% - 10.933vw);height:3.2vw}}.pFE{display:flex;align-items:center;margin-bottom:16px;gap:8px}.pFF{font-size:20px;font-weight:600}.pFG{display:flex;align-items:center;margin-bottom:16px;gap:8px}.pFH{font-size:16px}.pFH,.pFI{font-weight:600}.pFI{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}.pFJ,.pFK{width:100%;display:flex;flex-direction:column}.pFL{display:flex;gap:16px;flex-wrap:nowrap}.pFM{position:relative;flex:0 0 auto}.pFM[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.pFM[data-is-ranking=true] .pDN{grid-column:1;grid-row:1;align-self:stretch}.pFM[data-is-ranking=true] .pDG{grid-column:2;grid-row:1}.pFM[data-is-ranking=true] .pFN{grid-column:2;grid-row:2}.pFM:hover{z-index:6}.pFJ .pFO,.pFK .pFO{position:relative}.pFM .pFP{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:pFQ;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.pFM:hover .pFP{display:block;animation-name:pFR;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}.pFM .pFP.pFS{left:0}.pFM:hover .pFP.pFS{animation-name:pFT}.pFM .pFP.pFU{right:0}.pFM:hover .pFP.pFU{animation-name:pFV}@keyframes pFR{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 pFT{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 pFV{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 pFQ{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)}}.pFJ .pBC,.pFK .pBC{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.pFJ .pBC.pFW,.pFK .pBC.pFW{left:0}.pFJ .pBC.pFX,.pFK .pBC.pFX{right:0}.pFO:hover .pBC{display:block}.pFM .pD0{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.pFM .pD0,.pFM .pFY{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.pFM .pFY{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.pFJ .pD0 .pD4,.pFK .pD0 .pD4{display:block;width:100%}.pFZ{width:100%;flex-direction:column}.pF0,.pFZ{display:flex}.pF0{flex-wrap:nowrap;gap:16px}.pF1{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.pF1 .pDN{grid-column:1;grid-row:1;align-self:stretch}.pF1 .pDG{grid-column:2;grid-row:1}.pF1 .pFN{grid-column:2;grid-row:2}.pF1 .pDH{max-width:287.5152px;max-height:400.99392px}.pFZ .pF2{position:relative}.pFZ .pBC{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.pFZ .pBC.pFW{left:0}.pFZ .pBC.pFX{right:0}.pFZ .pF2:hover .pBC{display:block}.pF1:hover{z-index:6}.pF1 .pFP{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:pFQ;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.pF1:hover .pFP{display:block;animation-name:pFR;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.pF1 .pFP.pFS{left:0}.pF1:hover .pFP.pFS{animation-name:pFT}.pF1 .pFP.pFU{right:0}.pF1:hover .pFP.pFU{animation-name:pFV}.pF1 .pD9{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.pF3 .pF0{display:flex;flex-wrap:nowrap;gap:16px}.pF3 .pF1 .pD0{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.pF4{width:100%;flex-direction:column}.pF4,.pF5{display:flex}.pF5{gap:16px}.pF4 .pF6{position:relative}.pF4 .pDG{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}.pF4 .pDG .pDI{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.pF4 .pBC{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.pF4 .pBC.pFW{left:0}.pF4 .pBC.pFX{right:0}.pF4 .pF6:hover .pBC{display:block}.pF4 .pF5>a:hover{z-index:6}.pF7{margin-top:16px;font-weight:600}.pF8{margin-top:8px}.pF9{display:flex;flex-direction:column}.pF9 li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.pF9 li:not(:last-child){margin-bottom:16px}.pGa{height:100%}.pGa,.pGb{display:flex;align-items:center}.pGb{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}.pGc{font-family:Jost,sans-serif;font-weight:600}.pGd{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.pGe{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.pGe,.pGf{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.pGf{line-height:1.625;margin-bottom:5px}.pGf,.pGg{font-size:16px}.pF9 li.pGh: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}.pGi{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.pGj{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.pGk{position:relative;display:flex;align-items:center}.pGk.pGl{justify-content:left}.pGm{position:relative;display:block;width:100%}.pGn{display:flex;align-items:center;justify-content:space-between}.pGn .pD4{border-radius:6px}.pGn .pEb{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.pGo{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.pGo .pCc{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){.pGo .pCc{max-width:40vw}}.pGo .pCu{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.pGp{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.pGp .pGq{font-weight:600;font-size:12px;width:39px}.pGp .pGr>div{width:16px;height:16px}.pGn .pGs{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}.pGt{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%)}.pGt .pC5{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.pGk.pGu .pGt .pDn{width:24px;height:24px;transform:rotate(180deg)}.pGk.pGv .pCu{color:#ff624f}.pGk.pGu .pGt{pointer-events:none}.pGn .pGw{color:#fc348e}.pGk.pGv .pGx{color:#d3d3d3}.pGk.pGy .pGo{padding-right:0!important}.pGz{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.pGk.pGE .pGo .pCv{margin-bottom:12px}.pGk.pGE .pGF{font-size:12px;font-weight:600;margin-bottom:4px}.pGk.pGE .pGG{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.pGk.pGE .pGG span:first-child{margin-right:16px}.pGk.pGE .pGH{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.pGI .pGJ{display:flex;align-items:center}.pGI .pGJ .pEb{height:auto}.pGI .pGJ>div:first-child{position:relative;margin-right:16px}.pGI .pGK{display:flex;flex-direction:column;justify-content:center;width:648px}.pGI .pGK .pGL{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}.pGI .pGK .pGM{font-size:12px;color:#d3d3d3;margin-bottom:12px}.pGI .pGK .pGN .pGO{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pGP{position:absolute;bottom:0;right:0}.pD4.pGQ{width:100%}.pGI .pGR{height:24px}.pGI .pGR .pGS{width:248px}.pGJ.pGT{align-items:flex-start}.pGU{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.pGU,.pGV{position:absolute}.pGV{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.pGW{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.pGI .pGK .pGX{display:flex;justify-content:space-between;align-items:center}.pGX>.pzE{flex-shrink:0}.pGY{position:relative;display:block;width:100%}.pGZ{display:flex;align-items:center}.pGZ .pEb{margin-right:16px}.pG0,.pG1{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.pG2 a:hover,.pG3 a:hover,.pG4 a:hover{opacity:1}.pG0>a>div:first-child,.pG1>a>div:first-child{margin-right:16px}.pG0 .pG5{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pG0 img.pG6{margin-right:16px}.pG0 .pG5 .pG7{display:flex;align-items:center}.pG0 .pG5 .pG7 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.pG0 .pG5 .pG7 p,.pG0 .pG5 p.pG8{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pG0 .pG5 p.pG8{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.pG0 .pG5 .pG9{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.pG0 .pG5 .pHa{display:flex}.pG0 .pG5 span.pG8{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%}.pG0 .pG5 span.pHb,.pG0 .pG5 span.pHc{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.pG0 .pG5 span.pHb,.pG0 .pG5 span.pHd{padding-right:12px}.pHd,.pHe{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.pHd span,.pHe span{font-weight:300;margin-left:3px}.pG0 .pG5 .pHf,.pHf{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}.pHc b{font-weight:600}.pG3 .pG0 .pG5 .pG9,.pHg{display:flex}.pHg{flex-wrap:wrap}.pHh{width:210px}.pHi{display:flex;align-items:center}.pHi>a{height:48px;width:48px}.pHi>div{margin-right:8px}.pHi .pHj{flex:1 1;display:flex;flex-direction:column;justify-content:center}.pHk{height:48px;width:48px}.pHl{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}.pHm{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.pHm,.pHm>button{position:relative}.pHm>button{top:-19px}.pHn{font-size:12px;color:#eee}.pHo .pHp{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.pHo .pHp img{object-fit:cover;height:100%;width:100%}.pHo .pHp span{position:absolute;right:8px;bottom:8px}.pHo .pHp>div{position:absolute;top:6px;left:6px}.pHo .pHq{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.pHo .pHq,.pHo .pHr{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pHo .pHr{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.pHs{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.pHs:hover{background-color:hsla(0,0%,100%,.1)}.pHt a:hover{opacity:1}.pHs .pHu,.pHs>a>div:first-child{margin-right:16px}.pHs .pHv{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pHs .pHv .pHw{display:flex;align-items:center}.pHs .pHv .pHw>img:last-child{margin-left:2px}.pHs .pHv .pHw p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.pHs .pHv .pHw p,.pHs .pHv p.pHx{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pHs .pHv p.pHx{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.pHy .pHz{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pHs .pHA{display:flex}.pHs .pHA button:first-child{margin-right:8px}.pHB{display:flex;align-items:center;max-width:720px}.pHB:hover{background-color:hsla(0,0%,100%,.1)}.pHB .pHC{margin-right:16px}.pHD a:hover{opacity:1}.pHB>a>div:first-child{margin-right:16px}.pHB .pHE{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.pHB .pHE .pHF{display:flex;align-items:center}.pHB .pHE .pHF 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}.pHB .pHE .pHF>img{margin-left:2px}.pHB .pHE p.pHG{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}.pHH{display:flex;flex-wrap:wrap;gap:4.103vw}.pHI,.pHJ,.pHK{width:16.496vw}.pHJ,.pHK{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.pHJ .pHL,.pHK .pHL{object-fit:cover;height:100%;width:100%;border-radius:6px}.pHJ .pHM,.pHK .pHM{position:absolute;right:8px;top:8px;cursor:pointer}.pHN .pHO{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.pHN .pHO,.pHN .pHP{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pHN .pHP{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.pHN .pHP,.pHN .pHQ{line-height:1.5714285714}.pHN .pHQ{margin-bottom:8px;overflow:hidden;height:6.284em}.pHR{justify-content:space-between;margin-bottom:8px}.pHR,.pHR .pHS{display:flex;align-items:center}.pHR .pHS{gap:6px}.pHT{display:flex;justify-content:space-between;align-items:center}.pHT .pHU{font-size:12px;color:#eee}.pHV{display:flex;flex-wrap:wrap}.pHV>li{width:100%}.pHV>li:not(:last-child){margin-bottom:24px}.pHW,.pHX{display:flex;align-items:center}.pHX{gap:16px;width:calc(100% - 48px)}.pHX .pEJ{width:248px;height:140px}.pHY{flex:1 1}.pHZ{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}.pH0{display:flex;align-items:center;margin-bottom:14px}.pH0>p{font-weight:600;margin-right:16px}.pH1{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pHY>:last-child{margin-bottom:0}.pH2{margin-left:24px}.pH3{display:flex;flex-wrap:wrap;gap:56px 16px}.pH4{width:13.93vw;position:relative}.pH4 .pDI{border-radius:6px}.pH3 .pHM{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.pH3 .pDH.pH5 span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.pH3 .pDH.pH5 span,.pH6{position:absolute;left:50%;transform:translate(-50%)}.pH6{top:38.9%}.pE6.pH7{margin-top:16px}.pH8{font-weight:600;-webkit-line-clamp:2;height:3.25em}.pH8,.pH9{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pH9{height:4.875em;-webkit-line-clamp:3}.pIa{font-size:12px;margin-top:11px;display:flex}.pIa span:not(:last-child){margin-right:4px}.pH3 .pIb{margin-top:16px}.pIc{display:flex;align-items:center}.pId img{width:120px;height:120px}.pIc .pIe{margin-left:16px;width:71%}.pIc li:not(:last-child){margin-bottom:6px}.pIc .pIe p{font-size:12px;font-weight:300}.pIf{max-width:43.255vw}.pIf .pIg{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.pIf .pIg,.pIf .pIh,.pIf .pIi{margin-bottom:16px}.pIf .pIi{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}.pIf .pIj,.pIf .pIk{display:flex;align-items:center}.pIf .pIj .pIl{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.pIf .pIm{display:flex;align-items:center;justify-content:right;gap:16px}.pIf .pIj img.pIn,.pIf .pIk img.pIo{margin-right:4px}.pIf .pIj .pIp,.pIf .pIk .pIq{font-size:12px;font-weight:600;line-height:1.5}.pIf .pIk .pIq{font-weight:300;margin-left:4px}.pIf .pIr{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.pIf .pIr a{display:flex;padding-right:16px}.pIf .pIr .pIs{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.pIf .pIr .pIt{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.pIf .pIr .pIt .pIu{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pIf .pIr .pIt .pIv{flex-shrink:0}.pIf .pIr .pIw{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pIf .pIr .pIx{position:relative;display:flex;justify-content:center;width:56px;height:80px}.pIf .pIr .pIx .pIy{width:100%;height:100%;object-fit:cover;border-radius:4px}.pIf .pIr .pIz{position:absolute;bottom:-16px}.pIf .pIz .pIA{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%}.pIf .pIz .pC5{margin:0}.pIB{margin-left:auto;position:relative}.pIB,.pIC{max-width:355.60656px;width:17.229vw}.pIC{height:24.047vw;max-height:496.33008px}.pIC img{width:100%;height:100%;object-fit:cover;border-radius:6px}.pID{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%)}.pIB .pIE{margin-top:16px}.pIE .pIF{display:flex;justify-content:space-between;align-items:center}.pIE .pIF .pIG{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)}.pIH{position:absolute;top:calc(24.047vw + 20px);right:0}.pIE .pII{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.pIE .pIJ{margin-top:8px;gap:12px}.pIE .pIJ,.pIE .pIJ .pIK{display:flex;align-items:center}.pIE .pIJ .pIK{gap:4px}.pIE .pIL{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.pIB .pIM{margin-top:16px;display:flex;align-items:center;gap:12px}.pIB .pIN{width:48px;height:48px;min-width:48px;min-height:48px}.pIM .pIO{position:relative}.pIO .pIP{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.pIO .pIQ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pIO .pIR{flex-shrink:0}.pIM .pIO .pIS{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pIM .pIO .pIT{position:absolute;bottom:2px;right:0;z-index:5}.pIU{max-width:43.255vw}.pIU .pIV{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.pIU .pIV,.pIU .pIW{margin-bottom:16px}.pIU .pIX{margin-bottom:24px}.pIU .pIY{width:170px}.pIU .pIZ{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.pI0,.pIU .pIZ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pI0{-webkit-line-clamp:1;word-break:break-all}.pIU .pI1{justify-content:right;gap:16px}.pIU .pI1,.pIU .pI2,.pIU .pI3{display:flex;align-items:center}.pIU .pI3 img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.pIU .pI4{font-size:12px}.pIU .pI5,.pIU .pI6{font-size:12px;line-height:1.5}.pIU .pI2 .pI5{margin-left:4px}.pIU .pI7{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%)}.pIU .pI7 a{display:flex;padding-right:16px}.pIU .pI7 .pI8{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.pIU .pI7 .pI9{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.pIU .pJa{flex-shrink:0}.pIU .pI7 .pI9 .pJb{-webkit-line-clamp:1;word-break:break-all}.pIU .pI7 .pI9 .pJb,.pIU .pI7 .pJc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pIU .pI7 .pJc{line-height:1.571;-webkit-line-clamp:2}.pIU .pI7 .pJd{position:relative;display:flex;justify-content:center;width:56px;height:80px}.pI7 .pJd .pJe{width:100%;height:100%;object-fit:cover;border-radius:4px}.pIU .pI7 .pJf{position:absolute;bottom:-16px}.pIU .pJf .pIA{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%}.pIU .pJf .pC5{margin:0}.pJg,.pJh{width:21vw;max-width:433.44px}.pJh{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.pJh .pJi{width:100%;height:100%;object-fit:cover;border-radius:12px}.pJh .pJj.pJk,.pJh .pJl.pJm{position:absolute;top:12px;left:12px}.pJh .pJn{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pJh span{position:absolute;right:8px;bottom:8px}.pJo{display:flex;align-items:center}.pJo .pJp{margin-right:36px}.pJo .pJp,.pJo .pJq{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.pJo .pJq{margin-right:20px}.pJo .pJr .pJs{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.pJo .pJr .pJs,.pJo .pJr .pJt{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pJo .pJr .pJt{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.pJo .pJr .pJu{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}.pJv{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.pJv .pI4{font-size:12px}.pJv .pJw{gap:8px}.pJv .pJw,.pJx{display:flex;align-items:center}.pJx{gap:12px}.pJy{width:48px;height:48px;min-width:48px;min-height:48px}.pJx .pJz{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.pJx .pJA{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.pJx .pJA,.pJx .pJB{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.pJx .pJB{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.pJC{max-width:45.455vw}.pJC .pJD{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}.pJC .pJE{display:flex;align-items:center}.pJC .pJF{width:100%;height:100%;object-fit:cover;border-radius:12px}.pJC .pJG{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.pJG .pJH{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pJC .pJI{flex:1 1;width:calc(100% - 18.18vw - 16px)}.pJC .pJJ{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.pJC .pJK{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.pJC .pJL{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}.pJM{max-width:39.736vw}.pJM a{display:flex;align-items:center;justify-content:space-between}.pJM .pEb{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.pJM .pD4{border-radius:6px}.pJN{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.pJM .pJN .pJO{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}.pJM .pJP{display:flex;align-items:center}.pJM .pJP .pJQ{margin-right:8px}.pJM .pJP .pJR{font-size:12px;color:#d3d3d3}.pJS{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.pJS .pEx{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.pJS .pEz{font-size:min(1.026vw,21.17664px)}.pJT{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.pJT .pJU{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.pJT .pJU:hover{background-color:hsla(0,0%,100%,.1)}.pJT .pJV{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.pJT .pJV:active{cursor:grabbing;cursor:-webkit-grabbing}.pJT .pJW{width:24px;height:32px;border-radius:6px;margin-right:28px}.pJT .pJW img{width:100%;height:100%;object-fit:cover}.pJT .pJX{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.pJT .pJX:before{content:counter(title)}.pJT .pJY{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}.pJZ{width:24px;height:24px}.pJT .pJ0{width:100%;height:100%;object-fit:cover;cursor:pointer}.pJ1{display:flex;gap:64px}.pJ2{max-width:24.926vw}.pJ2,.pJ2 a{display:flex;justify-content:space-between;align-items:center}.pJ2 a{max-width:21.407vw;width:calc(100% - 32px)}.pJ3{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.pJ4{border-radius:12px;object-fit:cover;height:100%;width:100%}.pJ5{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)}.pJ6{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pJ7{width:32px;height:32px}.pJ8{width:374px}.pJ8,.pJ9{overflow:hidden}.pJ9{width:100%;height:100%;display:flex;flex-direction:column}.pKa{padding-bottom:28px}.pJ9 .pFE{justify-content:space-between;padding-right:16px}.pKb{display:flex;flex-wrap:nowrap;gap:8px}.pKb .pDH{width:114px;height:159px}.pKc{position:relative;flex:0 0 auto}.pKc[data-is-ranking=true] .pKd{display:grid;grid-template-rows:auto auto}.pKc[data-is-ranking=true] .pDN{grid-column:1;grid-row:1;align-self:stretch}.pKc[data-is-ranking=true] .pDG{grid-column:2;grid-row:1}.pKc[data-is-ranking=true] .pKe{grid-column:2;grid-row:2}.pJ9 .pKf{position:relative}.pJ9 .pBC{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.pJ9 .pBC.pFW{left:8px}.pJ9 .pBC.pFX{right:8px}.pJ9 .pKf:hover .pBC{display:block}.pJ9 .pDO{font-size:64px;bottom:-8px}.pJ9 .pDN[data-is-first=true]{width:46px;flex:0 0 46px}.pJ9 .pDN{position:relative;width:56px;flex:0 0 56px}.pJ9 .pDN[data-is-double-digit=true]{width:64px;flex:0 0 64px}.pKg.pzf{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.pIb{display:flex;align-items:center}.pIb .pKh{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.pIb .pDn.pKi:hover{opacity:.6}.pIb .pDn.pKi.pzf:hover{opacity:1}@media screen and (min-width:2064px){.pIH{top:514px}}@media screen and (max-width:1024px){.pGn .pD4{border-color:violet;border-radius:6px}.pGI .pGJ .pKj .pKk,.pGV{border-radius:1.1515vw}.pGP img{width:100%;height:auto}.pHH{display:grid;grid-template-columns:repeat(2,1fr)}.pHJ .pHL,.pHK .pHL{border-radius:6px}.pKl{flex-direction:column;gap:48px}.pHB,.pKl{display:flex}.pHB{align-items:center}.pHB .pHC{margin-right:16px}.pHB .pHE{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pHB .pHE .pHF{display:flex;align-items:center}.pHB .pHE .pHF 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}.pHB .pHE p.pHG{font-size:12px;font-weight:300;margin-top:4px}.pHI{width:43.846vw}.pHJ,.pHK{margin-bottom:8px}.pHK .pKm{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.pHN .pHO{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.pHN .pHP{font-weight:300;margin-bottom:2px;height:1.5em}.pHN .pHP,.pHN .pHQ{font-size:12px;line-height:1.5}.pHN .pHQ,.pHR{margin-bottom:8px}.pHT .pHU{font-size:10px}.pHX{width:calc(100% - 14px)}.pHV li:not(:last-child){margin-bottom:16px}.pHX .pEJ{width:38.462vw;height:21.538vw}.pH2{margin-left:0}.pHZ{font-size:14px;margin-right:11px}.pH0,.pHZ{margin-bottom:8px}.pH0>p{font-size:12px;margin-right:8px}.pH0 .pKn,.pH0>p{white-space:nowrap}.pH1{margin-right:11px}.pH3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.pH4{width:29.231vw}.pH3 .pHM{right:8px}.pH6{top:27%}.pH3 .pDH.pH5 span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.pE6.pKo{margin-top:12px}.pH8{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.pH9{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.pIa{font-size:10px}.pH3 .pIb,.pIa{margin-top:10px}.pId img{width:80px;height:80px}.pIc li:not(:last-child){margin-bottom:5px}.pIc .pIe p{font-size:10px}.pIf{max-width:91.795vw}.pIf .pIg{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.pIf .pKp{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pIf .pKq{margin-left:16px}.pIf .pIi{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.pIf .pIm{justify-content:left}.pIf .pIr{background-color:rgba(0,0,0,0);padding:0;position:relative}.pIf .pIr .pIs{max-width:100%}.pIf .pIr a{padding-right:0}.pIf .pIr .pIt{font-size:12px;padding-left:0;margin-bottom:8px}.pIf .pIr .pIt:after{font-size:12px}.pIf .pIr .pIw{font-size:12px;line-height:1.5;overflow:hidden}.pIf .pIr .pKr{position:absolute;bottom:2px;right:0;z-index:5}.pIB{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.pIB .pKs{justify-content:space-between}.pIB .pKs,.pIB .pKs a{display:flex;align-items:center}.pIB .pKs a{gap:16px}.pIC{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.pID{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)}.pID.pKt,.pID.pKu{right:unset;left:-1.282vw}.pIB .pIE{max-width:28.205vw;margin-top:16px}.pIE .pIF{display:flex;justify-content:space-between;align-items:center}.pIE .pIF .pIG{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.pIH{position:unset;top:unset;right:unset}.pIE .pII{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.pIE .pIJ{display:flex;align-items:center;margin-top:8px;gap:12px}.pIE .pIJ .pIK{display:block;position:absolute;top:12px;left:78px;gap:4px}.pIE .pIL{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.pIB .pIM{margin-top:16px;position:relative;gap:unset}.pIM a{display:flex;align-items:center;gap:16px}.pIU{max-width:91.795vw}.pIU .pIV{font-size:72px;line-height:1.1944444444}.pIU .pIV,.pIU .pIW{margin-bottom:8px}.pIU .pIX{margin-bottom:12px}.pIU .pIX .pIZ{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.pIU .pIX .pI0{font-size:12px;color:#d3d3d3}.pIU .pKv{margin-left:16px}.pIU .pIZ{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.pIU .pI1{justify-content:space-between}.pIU .pI1,.pIU .pI1 .pKw{display:flex;align-items:center}.pIU .pI1 .pKw{gap:8px}.pIU .pKx{display:flex;align-items:center}.pIU .pKx .pKy{width:40px;height:40px}.pIU .pI7{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.pIU .pI7 .pI8{max-width:100%}.pIU .pI7 a{padding-right:0}.pIU .pI7 .pI9{font-size:12px;padding-left:0;margin-bottom:8px}.pIU .pI7 .pI9:after{font-size:12px}.pIU .pI7 .pJc{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pJg{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.pJh{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.pJh .pJj.pJk,.pJh .pJl.pJm{top:8px;left:8px}.pJo{display:unset;align-items:unset;gap:0}.pKz{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.pJo .pJr .pJs{margin-bottom:2px}.pJo .pJr .pJs,.pJo .pJr .pJt{font-size:14px;line-height:1.571}.pJo .pJr .pJt{margin-bottom:4px}.pJo .pJr .pJu{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.pJv{padding-left:0}.pJy{width:40px;height:40px;min-width:40px;min-height:40px}.pJC{max-width:49.231vw}.pJC .pKA{position:relative;margin-bottom:16px}.pJC .pKB{width:100%}.pKA .pKC{position:absolute;display:flex;gap:2px;top:4px;left:4px}.pKA .pDK{position:absolute;bottom:0;right:0}.pJC .pJD{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.pJC .pKD{display:flex;align-items:center;margin-bottom:8px}.pJC .pKE{font-size:12px;margin-right:16px;color:#d3d3d3}.pJC .pKF{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}.pJM{max-width:91.795vw}.pJM a{display:flex;align-items:center}.pJN{width:calc(100% - 16px - 38.462vw);min-width:none}.pJM .pJN .pJO{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.pJM .pJP{display:flex;align-items:center}.pJM .pJP .pJR{font-size:12px;color:#d3d3d3}.pJS{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.pJS .pEx{width:unset;height:unset;min-width:21.538vw}.pJS .pEz{font-size:14px}.pJS::-webkit-scrollbar{display:none}.pJT{max-width:91.795vw}.pJT .pJU{padding:12px 0}.pJT .pJV{display:none}.pJT .pJW{width:36px;height:49px;border-radius:6px;margin-right:16px}.pJT .pJX{text-align:left;width:28px}.pJT .pJY{width:calc(100% - 120px)}.pJ1{flex-direction:column;gap:16px}.pJ1,.pJ2{display:flex}.pJ2{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.pJ2 a{max-width:unset}.pJ5{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}.pJ6{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.pJ8{width:100%}.pKb .pDH{width:29.231vw;height:40.769vw}.pIb .pI4{font-size:12px}}@media screen and (max-width:375px){.pF0>.pF1:after,.pF2>.pF0:after,.pFO>.pFL:after,.pJS:after{content:"";display:block;flex:0 0 4.267vw}.pGn .pD4{border-color:green;border-radius:1.6vw}.pGo{padding-right:11.733vw;margin-left:4.267vw}.pGo .pCc{font-size:3.733vw}.pGo .pCc,.pGo .pCu{margin-bottom:2.133vw}.pGo .pCu{font-size:3.2vw}.pGp{gap:2.133vw}.pGk .pGo .pGr>div{width:4.267vw;height:4.267vw}.pGo .pGq{font-size:2.667vw}.pGo .pE7 .pKG{width:3.733vw;height:3.733vw}.pGt{min-width:8.53333vw;margin-left:2.133vw}.pGt .pC5{width:8.53333vw;height:8.53333vw}.pGt .pDn{width:4.267vw;height:4.267vw}.pGp .pGq{width:11.8vw}.pGk .pGz{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.pGk.pKH .pKI{font-size:3.733vw;margin-top:4.267vw}.pGk.pKJ .pGn .pD4{border-radius:1.6vw}.pGk.pKJ .pGo .pCu{margin-bottom:4.267vw}.pGk.pKJ.pGk .pGs{font-size:3.2vw}.pGk.pKJ.pGk .pGp{margin-top:4.267vw}.pGk.pGE .pGo .pCu{margin-bottom:3.2vw}.pGk.pGE .pGF{font-size:3.2vw;margin-bottom:1.067vw}.pGk.pGE .pGG{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.pGk.pGE .pGG span:first-child{margin-right:4.267vw}.pGk.pGE .pGH{font-size:2.667vw;margin-bottom:3.2vw}.pGk.pGE .pKI{margin-top:4.267vw}.pGk.pGE.pGk .pGs{font-size:3.2vw}.pGk.pGE .pKK{width:4.267vw;height:4.267vw}.pGI .pGJ .pKj{margin-right:4.267vw}.pGI .pGJ .pKj .pKk{border-radius:1.6vw}.pGI .pGJ .pKj .pKL{width:10.256vw}.pGI .pGJ .pGK{margin-right:6.154vw}.pGI .pGJ .pGK.pKM{margin-right:2.133vw}.pGI .pGJ .pGK .pGL{font-size:3.77vw;margin-bottom:1.067vw}.pGI .pGK .pGM,.pGI .pGN .pGO{font-size:3.2vw}.pGI .pGJ .pGK.pKN{margin-right:2.133vw}.pGI .pGJ .pzE.pKO{font-size:3.2vw;padding:0 1.795vw}.pGW,.pKP{font-size:3.77vw}.pD7.pKQ{margin-bottom:1.6vw}.pGI .pGN .pKR,.pGI .pGN .pKS{font-size:3.2vw}.pG2>div:not(:last-child),.pG3>div:not(:last-child){margin-bottom:4.267vw}.pG0>a>div:first-child,.pG1>a>div:first-child{margin-right:4.267vw}.pG1{margin-bottom:3.267vw}.pG0 .pG5,.pG1 .pG5{margin-right:4.267vw}.pG0 .pG5 .pG9{margin-bottom:0}.pHd span,.pHe span{margin-left:.8vw}.pG0 img.pG6{margin-right:4.267vw}.pG0 .pG5 .pG7 p,.pG1 .pG5 .pG7 p{font-size:3.733vw;margin-right:.533vw}.pG0 .pG5 p.pG8,.pG0 .pG5 p.pHc,.pG1 .pG5 p.pG8,.pHd,.pHe{font-size:3.2vw;margin-top:2.133vw}.pHf{font-size:3.733vw}.pHg{display:flex;flex-wrap:wrap}.pHg li:nth-of-type(2n){margin-right:0}.pHh{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pHi>a{height:8.533vw;width:8.533vw}.pHi>div{margin-right:2.133vw}.pHj{width:60%}.pHl{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.pHn{font-size:2.667vw}.pHM{width:6.154vw}.pHo .pHp{margin-bottom:2.133vw;border-radius:1.6vw}.pHo .pHp img{width:100%}.pHo .pHp span{right:2.133vw;bottom:2.947vw}.pHo .pHq{font-size:3.733vw}.pHo .pHq,.pHo .pHr{margin-bottom:2.133vw}.pHo .pHr{font-size:3.2vw}.pHs .pHu,.pHs>a>div:first-child{margin-right:4.267vw}.pHs .pHv{margin-right:1.067vw}.pHs .pHv .pHw>img:last-child{margin-left:.533vw}.pHs .pHv .pHw p{font-size:3.733vw}.pHs .pHv p.pHx{font-size:3.2vw;margin-top:1.067vw}.pHs .pHA button:first-child{margin-right:2.133vw}.pKl{gap:12.8vw}.pHB .pHC,.pHB>a>div:first-child{margin-right:4.267vw}.pHB .pHE{margin-right:1.067vw}.pHB .pHE .pHF p{font-size:3.733vw}.pHB .pHE .pHF>img{margin-left:.533vw}.pHB .pHE p.pHG{font-size:3.2vw;margin-top:1.067vw}.pHH{gap:4.267vw}.pHJ,.pHK{margin-bottom:2.133vw}.pHJ .pHL,.pHK .pHL{border-radius:1.6vw}.pHJ .pHM,.pHK .pHM{right:2.133vw;top:2.133vw}.pHJ span{right:2.133vw;bottom:2.133vw}.pHK span{font-size:3.77vw}.pHK .pKm{width:4.267vw}.pHN .pHO{font-size:3.77vw;margin-bottom:.256vw}.pHN .pHP{font-size:3.2vw;margin-bottom:.533vw}.pHN .pHQ{font-size:3.2vw}.pHN .pHQ,.pHR{margin-bottom:2.133vw}.pHR .pHS{gap:1.6vw}.pHT .pHU{font-size:2.667vw}.pH3{gap:7.2vw 2.133vw}.pH4{width:31.785%}.pH3 .pHM{top:2.133vw;right:2.133vw}.pH6{width:4.267vw}.pH3 .pDH.pH5 span{font-size:3.2vw}.pE6.pH7{margin-top:3.2vw}.pH8{font-size:3.733vw;margin-top:2.033vw}.pH9{font-size:3.2vw;margin-top:1.233vw}.pIa{font-size:2.667vw;margin-top:2.667vw}.pIa span:not(:last-child){margin-right:0}.pH3 .pIb{margin-top:2.667vw}.pId img{width:21.333vw;height:21.333vw}.pIc .pIe{margin-left:4.267vw}.pIc li:not(:last-child){margin-bottom:1.333vw}.pIc .pIe p{font-size:2.667vw}.pIf .pIg{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.pIf .pKp{margin-bottom:4.267vw}.pIf .pKq{margin-left:4.267vw}.pIf .pIi{font-size:3.733vw;margin-bottom:3.2vw}.pIf .pIr .pIs{margin-left:3.733vw}.pIf .pIr .pIt{margin-bottom:2.133vw}.pIf .pIr .pIt,.pIf .pIr .pIt:after,.pIf .pIr .pIw{font-size:3.2vw}.pIB{padding-left:17.067vw}.pIB .pKs a{gap:4.267vw}.pIC{border-radius:3.2vw}.pID{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}.pID.pKt,.pID.pKu{right:unset;left:-1.282vw}.pIB .pIE{margin-top:4.267vw}.pIE .pIF .pIG{font-size:3.733vw}.pIE .pII{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.pIE .pIJ{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.pIE .pIJ .pIK{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.pIE .pIL{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.pIB .pIM{margin-top:4.267vw}.pIM a{gap:4.267vw}.pIM .pKT{min-width:19.2vw;min-height:19.2vw}.pIO .pIP{margin-bottom:1.333vw;align-items:center}.pIM .pIO .pIS,.pIO .pIP{font-size:3.2vw}.pIU .pIV{font-size:19.2vw;line-height:1.1944444444}.pIU .pIV,.pIU .pIW{margin-bottom:2.133vw}.pIU .pIX{margin-bottom:3.2vw}.pIU .pIX .pIZ{font-size:3.733vw;margin-bottom:2.133vw}.pIU .pIX .pI0{font-size:2.133vw}.pIU .pKv{margin-left:4.267vw}.pIU .pIZ{font-size:3.733vw;margin-bottom:3.2vw}.pIU .pI1 .pKw{gap:2.133vw}.pIU .pKx .pKy{width:10.667vw;height:10.667vw}.pIU .pI7 .pI9{margin-bottom:2.133vw}.pIU .pI7 .pI9,.pIU .pI7 .pI9:after,.pIU .pI7 .pJc{font-size:3.2vw}.pIU .pI3 img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.pJg{width:100%;padding-left:16.41vw}.pJh{margin-bottom:3.2vw}.pJh .pJi{width:100%;border-radius:3.2vw}.pJh .pJj.pJk,.pJh .pJl.pJm{top:2.133vw;left:2.133vw}.pJh .pJn{width:10.256vw}.pJh span{right:2.133vw;bottom:2.133vw}.pKz{letter-spacing:-2.4vw;font-size:18.462vw}.pJo .pJr .pJs{font-size:3.77vw;margin-bottom:.533vw}.pJo .pJr .pJt{font-size:3.77vw;margin-bottom:1.067vw}.pJo .pJr .pJu{font-size:3.2vw;margin-bottom:2.667vw}.pJv{margin-bottom:3.2vw}.pJv .pI4{font-size:3.2vw}.pJv .pJw{gap:2.133vw}.pJx{gap:3.2vw}.pJy{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.pJx .pJz{font-size:3.2vw;margin-bottom:1.282vw}.pJx .pJz:after{font-size:3.2vw;margin-left:1.539vw}.pJx .pJB{font-size:3.2vw}.pJC{max-width:51.2vw}.pJC .pKA{margin-bottom:4.267vw}.pJC .pJF{border-radius:3.2vw}.pJC .pJD{font-size:3.733vw;margin-bottom:6.4vw}.pJC .pJJ{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.pJC .pJK{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.pJC .pE9>span,.pJC .pJK{font-size:3.2vw}.pJC .pKF{font-size:3.733vw}.pJC .pKE{font-size:3.2vw;margin-right:4vw}.pJM .pJN .pJO{font-size:3.733vw;margin-bottom:2.133vw}.pJM .pJP .pJQ{margin-right:2.133vw}.pJM .pJP .pJR{font-size:3.2vw}.pJS{gap:2.133vw}.pJS .pKU,.pJS .pKV{border-radius:4.267vw}.pJS .pEz{font-size:3.733vw}.pJT .pJU{padding:3.2vw 0}.pJT .pJV,.pJT .pJW{margin-right:4.267vw}.pJT .pJW{width:9.6vw;height:13.067vw;border-radius:1.6vw}.pJT .pJX{width:7.468vw;font-size:3.733vw}.pJT .pJY{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.pJZ{width:6.4vw;height:6.4vw}.pJ1{display:flex;flex-direction:column;gap:4.267vw}.pJ2 a{width:calc(100% - 8.533vw)}.pJ5{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.pJ6{font-size:3.733vw}.pJ7{width:8.533vw;height:8.533vw}.pIb .pKh{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.pIb .pI4{font-size:3.2vw}}@media screen and (max-width:1024px){.pF0>.pF1:after,.pF2>.pF0:after,.pFO>.pFL:after,.pJS:after{content:"";display:block;flex:0 0 16px}.pFM{width:29.23vw}.pFM[data-is-ranking=true]{width:auto;margin-right:0}.pFJ .pFO,.pFK .pFO{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.pFJ .pFO::-webkit-scrollbar,.pFK .pFO::-webkit-scrollbar{display:none}.pFL{display:flex;flex-wrap:nowrap;gap:8px}.pFL .pFY{margin-right:8px}.pFL .pFY,.pFL .pKW{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.pFL .pKW{margin-right:10px}.pFJ .pEK .pEM,.pFK .pEK .pEM{display:block;width:100%}.pFE{justify-content:space-between;padding-right:16px}.pFF{font-size:16px}.pFG{justify-content:space-between}.pFH{font-size:14px}.pFI{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}.pFZ .pF2{padding-bottom:4.05vw}.pF0{gap:8px}.pKX{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.pF3 .pF0{gap:8px}.pF3 .pF1 .pD0{width:38.462vw;height:21.538vw}.pFZ.pF3 .pD9{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.pF5{gap:2.133vw}.pF4 .pDG{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.pF9 li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.pGb{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}.pGc{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.pGd{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}.pGe{font-size:14px;margin-bottom:4px}.pGf{margin-bottom:5px}.pGf,.pGg{font-size:12px}.pF9 li.pGh:after{content:none}.pF9 li.pGh .pGa{opacity:.4}.pGi{font-size:12px}.pGj{flex-wrap:wrap;flex-direction:column;gap:16px}.pGj,.pGk{display:flex}.pGk{align-items:center;justify-content:space-between;width:100%}.pGn .pEb{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.pGo{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.pGo .pCc{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.pGp{gap:8px;margin-bottom:unset}.pGt{margin-left:12px}.pGk .pGz{margin-right:8px}.pGl.pGk .pEb{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.pGk .pGs,.pGk.pKY .pD5{display:none}.pGk.pKH .pKI{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}.pGk.pKH .pGt{top:50%}.pGk.pKJ .pGn .pEb{width:29.231vw;height:40vw}.pGk.pKJ .pGn .pD4{border-radius:6px}.pGk.pKJ.pGk .pGo{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.pGk.pKJ .pGo .pCu{margin-bottom:16px}.pGk.pKJ.pGk .pGs{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pGk.pKJ.pGk .pGp{margin-top:16px;order:4}.pGk.pGE .pGn .pEb{position:relative;width:29.231vw;height:40vw}.pGk.pGE .pGn .pD4{border-radius:6px}.pGk.pGE .pGn .pEb .pDK{position:absolute;bottom:0;right:0}.pGk.pGE .pGn .pGo{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.pGk.pGE .pGo .pCu{margin-bottom:12px}.pGk.pGE .pGF{font-size:12px;font-weight:600}.pGk.pGE .pGG{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.pGk.pGE .pGG,.pGk.pGE .pGH{font-weight:300;line-height:1.5}.pGk.pGE .pGH{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.pGk.pGE .pKI{position:relative;display:block;margin-top:16px}.pGk.pGE .pKI button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.pGk.pGE .pGs{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}.pGk.pGE .pGt{top:30%;transform:translateY(-30%)}.pGI{flex-direction:column;align-items:normal}.pGI .pGJ:not(.pKZ){margin-bottom:13px}.pGI .pGJ .pKj{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.pGI .pGJ .pKj .pKk{width:100%;height:100%;object-fit:cover}.pGI .pGJ .pKj .pKL{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pGI>div:first-child{position:unset;margin-right:0}.pGI .pGJ .pGK{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.pGI .pGJ .pGK .pGL{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.pGI .pGJ .pGK .pGM{margin-bottom:0}.pGI .pGN{position:relative}.pGI .pGN .pGO{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pGI .pGR{height:13px}.pGI .pGR .pGS{width:38.462vw}.pGI .pGJ .pGK.pKM{width:32.56%;margin-right:8px;flex:1 1}.pGW,.pKP{transform:translate(-50%,-50%);font-size:14px}.pKP{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.pD7.pKQ{margin-bottom:6px}.pD8.pK0{width:45.2%}.pGI .pGN .pKR,.pGI .pGN .pKS{font-size:12px;line-height:1.5}.pGI .pGN .pKS{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pG2>div:not(:last-child),.pG3>div:not(:last-child){margin-bottom:16px}.pK1:hover,.pK2:hover,.pK3:hover{background-color:hsla(0,0%,100%,.1)}.pG1{margin-bottom:12.25px}.pG0 .pG5,.pG1 .pG5{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.pG0 .pG5 .pG9,.pG1 .pG5 .pG9{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.pG0 img.pG6,.pG1 img.pG6{margin-right:16px}.pG0 .pG5 .pG7,.pG1 .pG5 .pG7{display:flex;align-items:center}.pG0 .pG5 .pG7 p,.pG1 .pG5 .pG7 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.pG0 .pG5 .pG7 p,.pG0 .pG5 p.pG8,.pG1 .pG5 .pG7 p,.pG1 .pG5 p.pG8{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pG0 .pG5 p.pG8,.pG1 .pG5 p.pG8{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.pK4{display:flex;flex-direction:column}.pG0 .pG5 p.pHc,.pG1 .pG5 p.pHc{font-size:12px;font-weight:300;margin-top:8px}.pHd,.pHe{font-weight:300}.pHf{font-size:14px;max-width:720px}.pHh{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.pHo .pHp{border-radius:6px;height:24.615vw;width:43.846vw}.pHi>a{height:32px;width:32px}.pHg{gap:0 4.103vw}.pHi .pHj{width:60%}.pHk{height:32px;width:32px}.pHm>button{top:-14px}.pHl{margin-bottom:16px;max-width:100%}.pHm{margin-left:40px}.pHi{height:38px}.pHn{font-size:10px}.pHo .pHp img{width:100%}.pHs{display:flex;align-items:center}.pHs .pHu{margin-right:16px}.pHs .pHv{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pHs .pHv .pHw{display:flex;align-items:center}.pHs .pHv .pHw p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.pHs .pHv p.pHx{margin-top:8px;margin-bottom:0}.pHs .pHA{display:flex}.pHy .pHz{font-size:14px;line-height:1.5714285714}.pKl{flex-direction:column;gap:48px}.pHB,.pKl{display:flex}.pHB{align-items:center}.pHB .pHC{margin-right:16px}.pHB .pHE{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.pHB .pHE .pHF{display:flex;align-items:center}.pHB .pHE .pHF p{height:1em;overflow:hidden;line-height:unset}.pHB .pHE p.pHG{font-size:12px;font-weight:300;margin-top:4px}.pHI,.pHJ,.pHK{width:43.846vw}.pHJ,.pHK{margin-bottom:8px;height:24.615vw}.pHK .pKm{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.pHN .pHO{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.pHN .pHP{font-weight:300;margin-bottom:2px;height:1.5em}.pHN .pHP,.pHN .pHQ{font-size:12px;line-height:1.5}.pHN .pHQ,.pHR{margin-bottom:8px}.pHT .pHU{font-size:10px}.pH3{gap:27px 2.051vw}.pH4{width:29.231vw}.pH4 .pDI{border-radius:6px}.pH3 .pHM{right:8px}.pH6{top:27%}.pH3 .pDH.pH5 span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.pE6.pKo{margin-top:12px}.pH8{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.pH9{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.pIa{font-size:10px}.pH3 .pIb,.pIa{margin-top:10px}.pId img{width:80px;height:80px}.pIc li:not(:last-child){margin-bottom:5px}.pIc .pIe p{font-size:10px}.pIf{max-width:100%}.pIf .pIg{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.pIf .pKp{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pIf .pKq{margin-left:16px}.pIf .pIi{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.pIf .pIm{justify-content:left}.pIf .pIr{background-color:rgba(0,0,0,0);padding:0;position:relative}.pIf .pIr .pIs{max-width:100%}.pIf .pIr a{padding-right:0}.pIf .pIr .pIt{font-size:12px;padding-left:0;margin-bottom:8px}.pIf .pIr .pIt:after{font-size:12px}.pIf .pIr .pIw{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.pIf .pIr .pKr{position:absolute;bottom:2px;right:0;z-index:5}.pIB{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}.pIB .pKs{justify-content:space-between}.pIB .pKs,.pIB .pKs a{display:flex;align-items:center}.pIB .pKs a{gap:16px}.pIC{width:30.769vw;height:42.307vw}.pID{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}.pID.pKt,.pID.pKu{right:unset;left:-1.282vw}.pIB .pIE{max-width:28.205vw;margin-top:16px}.pIE .pIF{display:flex;justify-content:space-between;align-items:center}.pIE .pIF .pIG{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.pIH{position:unset;top:unset;right:unset}.pIE .pII{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.pIE .pIJ{display:flex;align-items:center;margin-top:8px;gap:12px}.pIE .pIJ .pIK{display:block;position:absolute;top:36px;left:78px;gap:4px}.pIE .pIL{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.pIB .pIM{margin-top:16px;position:relative;gap:unset}.pIM a{display:flex;align-items:center;gap:16px}.pIM .pKT{min-width:72px;min-height:72px}.pIU{max-width:100%}.pIU .pIV{font-size:72px;line-height:1.1944444444}.pIU .pIV,.pIU .pIW{margin-bottom:8px}.pIU .pIX{margin-bottom:12px}.pIU .pIX .pIZ{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.pIU .pIX .pI0{font-size:12px;color:#d3d3d3}.pIU .pKv{margin-left:16px}.pIU .pIZ{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.pIU .pI1{justify-content:space-between}.pIU .pI1,.pIU .pI1 .pKw{display:flex;align-items:center}.pIU .pI1 .pKw{gap:8px}.pIU .pKx{display:flex;align-items:center}.pIU .pKx .pKy{width:40px;height:40px}.pIU .pI7{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.pIU .pI7 .pI8{max-width:100%}.pIU .pI7 a{padding-right:0}.pIU .pI7 .pI9{font-size:12px;padding-left:0;margin-bottom:8px}.pIU .pI7 .pI9:after{font-size:12px}.pIU .pI7 .pJc{font-size:12px;line-height:1.567}.pJg{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.pJh{margin-bottom:12px;width:75.128vw;height:42.308vw}.pJh .pJj.pJk,.pJh .pJl.pJm{top:8px;left:8px}.pJo{display:unset;align-items:unset;gap:0}.pKz{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.pJo .pJr .pJs{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.pJo .pJr .pJs,.pJo .pJr .pJt{font-size:14px;line-height:1.571}.pJo .pJr .pJt{margin-bottom:4px}.pJo .pJr .pJu{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.pJv{padding-left:0}.pJC{max-width:49.231vw}.pJC .pKA{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.pJC .pKB{border-radius:12px;width:100%;height:100%;object-fit:cover}.pKA .pKC{position:absolute;display:flex;gap:2px;top:4px;left:4px}.pKA .pDK{position:absolute;bottom:0;right:0}.pJC .pJD{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.pJC .pKD{display:flex;align-items:center;margin-bottom:8px}.pJC .pKE{font-size:12px;margin-right:16px;color:#d3d3d3}.pJC .pKF{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.pJM{max-width:91.795vw}.pJM a{display:flex;align-items:center}.pJM .pEb{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.pJM .pD4{border-radius:6px}.pJM .pJN .pJO{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.pJM .pJP{display:flex;align-items:center}.pJM .pJP .pJR{font-size:12px;color:#d3d3d3}.pJS{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.pJS .pEx{width:unset;height:unset;min-width:21.538vw}.pJS .pEz{font-size:14px}.pJS::-webkit-scrollbar{display:none}.pJT{max-width:91.795vw}.pJT .pJU{padding:12px 0}.pJT .pJV{display:none}.pJT .pJW{width:36px;height:49px;border-radius:6px;margin-right:16px}.pJT .pJX{width:28px}.pJT .pJY{width:calc(100% - 120px)}.pJ1{flex-direction:column;gap:16px}.pJ1,.pJ2{display:flex}.pJ2{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.pJ2 a{max-width:unset}.pJ3{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.pJ4{border-radius:12px}.pJ5{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.pJ6{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.pJ9 .pDO{font-size:10vw}.pJ9 .pDN[data-is-first=true]{width:54px;flex:0 0 54px}.pJ9 .pDN{position:relative;width:80px;flex:0 0 80px}.pJ9 .pDN[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.pIa span{transform:scaleX(.9);white-space:nowrap}.pJ9 .pDO{font-size:16.4vw;bottom:-1.5vw}.pJ9 .pDN[data-is-first=true]{width:40px;flex:0 0 40px}.pJ9 .pDN{width:48px;flex:0 0 48px}.pJ9 .pDN[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.pGk.pGE .pGn .pD4,.pGk.pKJ .pGn .pD4,.pGn .pD4{border-radius:1.1515vw}.pGk.pGE .pGn .pEb .pDK,.pGn .pEb .pDK{width:3.071vw}.pH4 .pDI,.pHJ .pHL,.pHK .pHL,.pHo .pHp,.pJM .pD4{border-radius:1.1515vw}.pJC .pKB{border-radius:2.303vw}.pKA .pDK{width:3.071vw}.pJ4{border-radius:2.303vw}}@media screen and (max-width:375px){.pFE{margin-bottom:4.267vw;padding-right:4.267vw}.pFF{font-size:4.267vw}.pFG{margin-bottom:3.75vw}.pFH{font-size:3.75vw}.pFL{gap:2.133vw}.pFL .pFY{top:1907px;left:16px;width:72vw;height:40.266vw}.pFL .pFY :not(:first-child){margin-left:8px}.pF0,.pF3 .pF0,.pF5{gap:2.133vw}.pF4 .pDG{border-radius:3.2vw}.pF9 li{border-radius:2.133vw}.pF9 li:not(:last-child){margin-bottom:4.267vw}.pGb{font-size:5.333vw}.pGd{padding-left:4.267vw;padding-right:4.267vw}.pGe{font-size:3.733vw;margin-bottom:1.067vw}.pGf{margin-bottom:1.333vw}.pGf,.pGg,.pGi{font-size:3.2vw}.pGi{right:4.267vw;bottom:4.267vw}.pGj{gap:4.267vw}.pGn .pD4{border-radius:1.6vw}.pGo{padding-right:11.733vw;margin-left:4.267vw}.pGo .pCc{margin-bottom:1.067vw;font-size:3.733vw}.pGo .pCu{margin-bottom:2.133vw;font-size:3.2vw}.pGp{gap:2.133vw}.pGk .pGo .pGr>div{width:4.267vw;height:4.267vw}.pGo .pGq{font-size:2.667vw}.pGo .pE7 .pKG{width:3.733vw;height:3.733vw}.pGt{min-width:8.53333vw;margin-left:2.133vw}.pGt .pC5{width:8.53333vw;height:8.53333vw}.pGt .pDn{height:4.267vw}.pGn .pEb .pDK,.pGt .pDn{width:4.267vw}.pGk .pGz{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.pGk.pKH .pKI{font-size:3.733vw;margin-top:4.267vw}.pGk.pKJ .pGn .pD4{border-radius:1.6vw}.pGk.pKJ .pGo .pCu{margin-bottom:4.267vw}.pGk.pKJ.pGk .pGs{font-size:3.2vw}.pGk.pKJ.pGk .pGp{margin-top:4.267vw}.pGk.pGE .pGn .pEb .pDK{width:4.267vw}.pGk.pGE .pGo .pCv{margin-bottom:3.2vw}.pGk.pGE .pGF{font-size:3.2vw;margin-bottom:1.067vw}.pGk.pGE .pGG{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.pGk.pGE .pGG span:first-child{margin-right:4.267vw}.pGk.pGE .pGH{font-size:2.667vw;margin-bottom:3.2vw}.pGk.pGE .pKI{margin-top:4.267vw}.pGk.pGE.pGk .pGs{font-size:3.2vw}.pGk.pGE .pKK{width:4.267vw;height:4.267vw}.pGI .pGJ .pKj{margin-right:4.267vw}.pGI .pGJ .pKj .pKk{border-radius:1.6vw}.pGI .pGJ .pKj .pKL{width:10.256vw}.pGI .pGJ .pGK{margin-right:6.154vw}.pGI .pGJ .pGK.pKM{margin-right:2.133vw}.pGI .pGJ .pGK .pGL{font-size:3.77vw;margin-bottom:1.067vw}.pGI .pGK .pGM,.pGI .pGN .pGO{font-size:3.2vw}.pGI .pGR{height:3.333vw}.pGI .pGJ .pGK.pKN{margin-right:2.133vw}.pGI .pGJ .pzE.pKO{font-size:3.2vw;padding:0 1.795vw}.pGW,.pKP{font-size:3.77vw}.pD7.pKQ{margin-bottom:1.6vw}.pGI .pGN .pKR,.pGI .pGN .pKS{font-size:3.2vw}.pG0 .pG5,.pG0>a>div:first-child,.pG1 .pG5,.pG1>a>div:first-child{margin-right:4.267vw}.pG0 .pG5 .pG9{margin-bottom:0}.pHd span,.pHe span{margin-left:.8vw}.pG0 img.pG6{margin-right:4.267vw}.pG0 .pG5 .pG7 p,.pG1 .pG5 .pG7 p{font-size:3.733vw;margin-right:.533vw}.pG0 .pG5 p.pG8,.pG0 .pG5 p.pHc,.pG1 .pG5 p.pG8,.pHd,.pHe{font-size:3.2vw;margin-top:2.133vw}.pHf{font-size:3.733vw}.pHg{display:flex;flex-wrap:wrap}.pHg li:nth-of-type(2n){margin-right:0}.pHh{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.pHi>a>img,.pHi>div{margin-right:2.133vw}.pHi .pHj{width:60%}.pHk{height:8.533vw;width:8.533vw}.pHm>button{top:-3.733vw}.pHi .pHj .pHl{max-width:100%;font-size:3.733vw}.pHm{margin-left:10.667vw}.pHi .pHj .pHn{font-size:2.667vw}.pHo .pHp{margin-bottom:2.133vw;border-radius:1.6vw}.pHo .pHp img{width:100%}.pHo .pHp span{right:2.133vw;bottom:2.947vw}.pHo .pHq{font-size:3.733vw}.pHo .pHq,.pHo .pHr{margin-bottom:2.133vw}.pHo .pHr{font-size:3.2vw}.pHs{margin-bottom:4.267vw}.pHs .pHu,.pHs>a>div:first-child{margin-right:4.267vw}.pHs .pHv{margin-right:1.067vw}.pHs .pHv .pHw>img:last-child{margin-left:.533vw}.pHs .pHv .pHw p{font-size:3.733vw}.pHs .pHv p.pHx{font-size:3.2vw;margin-top:2.133vw}.pHy .pHz{font-size:3.734vw}.pHs .pHA button:first-child{margin-right:2.133vw}.pKl{gap:12.8vw}.pHB .pHC,.pHB>a>div:first-child{margin-right:4.267vw}.pHB .pHE{margin-right:1.067vw}.pHB .pHE .pHF p{font-size:3.733vw}.pHB .pHE .pHF>img{margin-left:.533vw}.pHB .pHE p.pHG{font-size:3.2vw;margin-top:1.067vw}.pHH{gap:4.267vw}.pHJ,.pHK{margin-bottom:2.133vw}.pHJ .pHL,.pHK .pHL{border-radius:1.6vw}.pHJ .pHM,.pHK .pHM{right:2.133vw;top:2.133vw}.pHJ span{right:2.133vw;bottom:2.133vw}.pHK span{font-size:3.77vw}.pHK .pKm{width:4.267vw}.pHN .pHO{font-size:3.77vw;margin-bottom:.256vw}.pHN .pHP{font-size:3.2vw;margin-bottom:.533vw}.pHN .pHQ{font-size:3.2vw}.pHN .pHQ,.pHR{margin-bottom:2.133vw}.pHR .pHS{gap:1.6vw}.pHT .pHU{font-size:2.667vw}.pHX{gap:4.267vw;width:calc(100% - 3.733vw)}.pHV li:not(:last-child){margin-bottom:4.267vw}.pHZ{font-size:3.733vw;margin-right:2.933vw}.pH0,.pHZ{margin-bottom:2.133vw}.pH0>p{margin-right:2.133vw}.pH0>p,.pH1{font-size:3.2vw}.pH1{margin-right:2.933vw}.pH3{gap:7.2vw 2.133vw}.pH4{width:31.785%}.pH4 .pDI{border-radius:1.6vw}.pH3 .pHM{top:2.133vw;right:2.133vw}.pH6{width:4.267vw}.pH3 .pDH.pH5 span{font-size:3.2vw}.pE6.pH7{margin-top:3.2vw}.pH8{font-size:3.733vw;margin-top:2.033vw}.pH9{font-size:3.2vw;margin-top:1.233vw}.pIa{font-size:2.667vw;margin-top:2.667vw}.pIa span:not(:last-child){margin-right:0}.pH3 .pIb{margin-top:2.667vw}.pId img{width:21.333vw;height:21.333vw}.pIc .pIe{margin-left:4.267vw}.pIc li:not(:last-child){margin-bottom:1.333vw}.pIc .pIe p{font-size:2.667vw}.pIf .pIg{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.pIf .pKp{margin-bottom:4.267vw}.pIf .pKq{margin-left:4.267vw}.pIf .pIi{font-size:3.733vw;margin-bottom:3.2vw}.pIf .pIr .pIs{margin-left:3.733vw}.pIf .pIr .pIt{margin-bottom:2.133vw}.pIf .pIr .pIt,.pIf .pIr .pIt:after,.pIf .pIr .pIw{font-size:3.2vw}.pIB{padding-left:17.067vw;padding-top:6.4vw}.pIB .pKs a{gap:4.267vw}.pIC{border-radius:1.6vw}.pID{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}.pID.pKt,.pID.pKu{right:unset;left:-1.282vw}.pIB .pIE{margin-top:4.267vw}.pIE .pIF .pIG{font-size:3.733vw}.pIE .pII{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.pIE .pIJ{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.pIE .pIJ .pIK{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.pIE .pIL{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.pIB .pIM{margin-top:4.267vw}.pIM a{gap:4.267vw}.pIM .pKT{min-width:19.2vw;min-height:19.2vw}.pIO .pIP{margin-bottom:1.333vw;align-items:center}.pIM .pIO .pIS,.pIO .pIP{font-size:3.2vw}.pIU .pIV{font-size:19.2vw;line-height:1.1944444444}.pIU .pIV,.pIU .pIW{margin-bottom:2.133vw}.pIU .pIX{margin-bottom:3.2vw}.pIU .pIX .pIZ{font-size:3.733vw;margin-bottom:2.133vw}.pIU .pIX .pI0{font-size:2.133vw}.pIU .pKv{margin-left:4.267vw}.pIU .pIZ{font-size:3.733vw;margin-bottom:3.2vw}.pIU .pI1 .pKw{gap:2.133vw}.pIU .pKx .pKy{width:10.667vw;height:10.667vw}.pIU .pI7 .pI9{margin-bottom:2.133vw}.pIU .pI7 .pI9,.pIU .pI7 .pJc{font-size:3.2vw}.pIU .pI3 img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.pIU .pI4{font-size:3.2vw}.pJg{width:100%;padding-left:16.41vw;padding-top:6.4vw}.pJh{margin-bottom:3.2vw}.pJh .pJi{width:100%;border-radius:3.2vw}.pJh .pJj.pJk,.pJh .pJl.pJm{top:2.133vw;left:2.133vw}.pJh .pJn{width:10.256vw}.pJh span{right:2.133vw;bottom:2.133vw}.pKz{letter-spacing:-2.4vw;font-size:18.462vw}.pJo .pJr .pJs{font-size:3.77vw;margin-bottom:.533vw}.pJo .pJr .pJt{font-size:3.77vw;margin-bottom:1.067vw}.pJo .pJr .pJu{font-size:3.2vw;margin-bottom:2.667vw}.pJv{margin-bottom:3.2vw}.pJv .pI4{font-size:3.2vw}.pJv .pJw{gap:2.133vw}.pJx{gap:3.2vw}.pJy{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.pJx .pJz{font-size:3.2vw;margin-bottom:1.282vw}.pJx .pJz:after{font-size:3.2vw;margin-left:1.539vw}.pJx .pJB{font-size:3.2vw}.pJC{max-width:51.2vw}.pJC .pKA{margin-bottom:4.267vw}.pJC .pJF{border-radius:3.2vw}.pJC .pJD{font-size:3.733vw;margin-bottom:6.4vw}.pJC .pJJ{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.pJC .pJK{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.pJC .pE9>span,.pJC .pJK{font-size:3.2vw}.pJC .pKF{font-size:3.733vw}.pJC .pKE{font-size:3.2vw;margin-right:4vw}.pKA .pDK{width:4.267vw}.pJM .pEb{margin-right:4.267vw}.pJM .pD4{border-radius:1.6vw}.pJM .pJN .pJO{font-size:3.733vw;margin-bottom:2.133vw}.pJM .pJP .pJQ{margin-right:2.133vw}.pJM .pJP .pJR{font-size:3.2vw}.pJS{gap:2.133vw}.pJS .pKU,.pJS .pKV{border-radius:4.267vw}.pJS .pEz{font-size:3.733vw}.pJT .pJU{padding:3.2vw 0}.pJT .pJV,.pJT .pJW{margin-right:4.267vw}.pJT .pJW{width:9.6vw;height:13.067vw;border-radius:1.6vw}.pJT .pJX{width:7.468vw;font-size:3.733vw}.pJT .pJY{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.pJZ{width:6.4vw;height:6.4vw}.pJ1{display:flex;flex-direction:column;gap:4.267vw}.pJ2 a{width:calc(100% - 8.533vw)}.pJ5{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.pJ6{font-size:3.733vw}.pJ7{width:8.533vw;height:8.533vw}.pJ4{border-radius:3.2vw}.pKa{padding-bottom:7.179vw}.pJ9 .pFE{padding-right:4.267vw}.pKb{gap:2.051vw}.pJ9 .pBC{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.pK5 .pGt{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.pK5 .pGt{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.pK5 .pGt{top:30.7675%!important}}@media screen and (max-width:376px){.pK5 .pGt{top:30%!important}}body.is-edge .pF1 .pFP,body.is-edge .pFM .pFP{animation:none!important}body.is-edge .pF1:hover .pFP,body.is-edge .pFM:hover .pFP{opacity:1!important;transform:translate(50%,50%)!important}body.is-edge .pF1:hover .pFP.pFS,body.is-edge .pF1:hover .pFP.pFU,body.is-edge .pFM:hover .pFP.pFS,body.is-edge .pFM:hover .pFP.pFU{transform:translateY(50%)!important}.pJj,.pK6,.pK7,.pK8,.pK9,.pLa,.pLb,.pLc,.pLd,.pLe{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.pLf,.pLg{display:inline-flex;gap:8px}.pLg{flex-direction:column}.pLh{display:inline-flex;gap:8px}.pGr{display:flex;align-items:center;gap:2px}.pGq{font-size:10px;font-weight:300;color:#bababa}.pLi{display:flex;align-items:flex-end;gap:10px}.pJl,.pLj{display:flex;flex-direction:column}.pLj{align-items:center;gap:1px}.pLk{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.pLk: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){.pJj,.pK6,.pK7,.pK8,.pK9,.pLa,.pLb,.pLc,.pLd,.pLe{width:6.4vw;height:6.4vw}.pLf,.pLg,.pLh{gap:2.133vw}.pGr{gap:.533vw}.pGq{font-size:2.667vw}.pLi{gap:2.667vw}.pLj{gap:.267vw}.pLk{font-size:2.667vw}.pLk:before{height:2.667vw;width:6.4vw}}.pLl{position:relative}.pLm{display:flex;gap:24px}.pLn,.pLo,.pLp,.pLq{font-size:10px;line-height:1;padding:2px 3px}.pLn{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}.pLn.pLr{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.pLs{display:flex;gap:4px}.pLo{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.pLo.pLt{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.pLu{display:flex;gap:4px}.pLp{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.pLv{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.pLq,.pLv{display:flex}.pLq{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.pLq span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.pLq small{font-family:SF Pro Text Regular,sans-serif}.pLw,.pLx,.pLy{display:flex;gap:4px}.pLz{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}.pLA{display:flex;gap:4px}.pLB{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.pLC{margin-top:4px;margin-left:36px}.pLD{display:flex;align-items:center}.pLE,.pLE.pLF{display:flex;justify-content:center;align-items:center}.pLE.pLF{margin:0 8px}.pLG{display:flex;gap:4px}.pLH{margin-bottom:2px}.pLI{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.pLI.pLJ{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.pLI.pLK{color:#ff0576;background:#fff}.pLI.pLL{width:14px;height:14px}.pLI.pLM{color:#fff;background:rgba(225,225,225,.3)}.pLI.pLN{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.pLO{display:flex;gap:4px}.pLP{width:38px;height:38px}.pLQ{display:flex;gap:4px}.pLR{width:14px;height:14px}.pLS{padding:5px 4px 3px 5px}.pKn,.pLS{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.pKn{padding:4px}.pLT{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.pLU{opacity:0}.pLV{padding:3px 3.5px 2.25px 4px}.pLW{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}.pLX{display:flex;gap:12px}.pLY{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.pLY,.pLZ{display:inline-flex;align-items:center;color:#fff}.pLZ{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.pLZ:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.pLv{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.pLq span{border-radius:1.1538461538vw}.pLB,.pLz{border-radius:.5769230769vw}.pLC{margin-left:10vw}.pLH{margin-bottom:2px}.pL0{margin-left:8px}.pLW,.pLY{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.pLn,.pLo,.pLp,.pLq{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.pLC{margin-left:40px}.pL0{margin-left:0}}@media screen and (max-width:375px){.pLm{gap:6.4vw}.pL1{width:5.867vw;height:6.4vw}.pLs,.pLu{gap:1.067vw}.pLN{font-size:2.333vw}.pLv{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.pLq span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.pLw{gap:1.067vw}.pDJ{width:10.133vw;height:10.133vw}.pLx{gap:1.067vw}.pDK{height:4.533vw}.pLy{gap:1.067vw}.pLz{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.pLA{gap:1.067vw}.pLB{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.pLG{gap:1.067vw}.pLI{padding:.533vw .8vw;font-size:2.133vw}.pLL{width:3.733vw;height:3.733vw}.pLO{gap:1.067vw}.pLP{width:10.133vw;height:10.133vw}.pLQ{gap:1.067vw}.pLR{width:3.733vw;height:3.733vw}.pLS{padding:1.333vw 1.067vw .8vw 1.333vw}.pKn,.pLS{font-size:2.667vw;border-radius:1.067vw}.pKn{padding:1.067vw}.pLW{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.pLX{gap:3.2vw}.pLY{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.pyX{position:relative;z-index:1}.pL2{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.pL2.pL3{opacity:.3}.pL4{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.pKG{position:relative;display:inline-block;width:14px;height:14px}.pL5{position:absolute;top:0;left:0}.pL5,.pL6{width:100%;height:100%}.pL6{display:block}.pL7{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pL7>input{display:none}.pL8{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.pL8,.pL9,.pMa{width:100%;height:100%}.pL9,.pMa{display:block}.pMb{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}.pL7 input:checked~.pMb{opacity:1;transform:scale(1)}.pGz{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)}.pGz>input{display:none}.pGA{z-index:2}.pGA,.pGB{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.pGB{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.pGC,.pGD{width:100%;height:100%}.pGz input:checked~.pGB{opacity:1;transform:scale(1)}.pMc{display:flex;flex-wrap:wrap;gap:16px}.pMd{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)}.pMd.pMe{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.pMf{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}.pMg{width:100%;height:100%;object-fit:cover}.pMh{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.pMi{width:100%;height:336px}@media screen and (max-width:375px){.pL4{gap:4.267vw}.pKG{width:3.733vw;height:3.733vw}.pGz,.pL7{height:6.4vw;width:6.4vw}.pMc{gap:4.267vw}.pMd{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.pMj{display:inline-flex;flex-direction:column}.pMj>a:not(:last-of-type){margin-bottom:16px}.pMk{display:inline-block;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.pMk:hover{opacity:1;text-decoration:underline}.pMl{display:inline-flex;flex-direction:column}.pMl>a:not(:last-of-type){margin-bottom:10px}.pMm{display:inline-flex;align-items:flex-end;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.pMm: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}.pMm:hover{opacity:1;text-decoration:underline}.pMn{width:auto;list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3)}.pMn,.pMn li{-webkit-background-clip:padding-box;background-clip:padding-box}.pMn li{position:relative;border-bottom:1px solid hsla(0,0%,100%,.3)}.pMo{display:block;padding:16px 0}.pMp,.pMp.pMq{text-align:left}.pMp.pMq{font-weight:600}.pMr{justify-content:space-between}.pMr,.pMs{display:flex;align-items:center}.pMs span{margin-right:8px;margin-left:8px}@media(hover:hover){.pMo:hover{background-color:hsla(0,0%,100%,.1);opacity:1}}.pMt li{border-bottom:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.pMu,.pMv{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.pMv{opacity:.6}.pMw,.pMx{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.pMx{opacity:.6}.pMu * :last-of-type,.pMv * :last-of-type{margin-bottom:0}.pMu:hover{opacity:.6}.pMy.pMz{margin-left:0}.pMA{margin-right:8px}.pMB{display:flex;align-items:center;margin-bottom:7px}.pMy{font-size:12px;margin-left:8px}.pMC,.pMy{font-weight:600}.pMC{font-size:16px;line-height:1.625;margin-bottom:4px}.pMD{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){.pMj>a:not(:last-of-type){margin-bottom:4.2666666667vw}.pMl>a:not(:last-of-type){margin-bottom:2.667vw}.pMm:after{width:4.267vw;height:4.267vw;margin-left:1.067vw}.pMo{padding:4.2666666667vw 0}.pMs span{margin-right:2.1333333333vw;margin-left:2.1333333333vw}.pMu,.pMv,.pMw,.pMx{padding-top:4.266666667vw;padding-bottom:3.466666663vw}.pMB{margin-bottom:3.2vw}.pMA{margin-right:2.133vw}.pMy{font-size:3.2vw}.pMC{font-size:4.266666667vw;margin-bottom:3.2vw}.pMD{font-size:3.2vw}}.pME{position:fixed;left:81px;top:25px;z-index:7}.pME img{width:84px;transition:all .3s}.pME.pzf img{width:65px}.pMF{flex-direction:column;justify-content:center;height:80px;position:unset;top:0;z-index:6}.pMF,.pMG{display:flex}.pMG{align-items:center;justify-content:space-between;padding-right:24px;padding-left:24px}.pMH{width:100%}.pMH .pMI{position:absolute;left:200px;top:30px;width:200px;display:flex;white-space:nowrap}.pMH .pMI div:first-child{margin-right:10px}.pMH .pMI div .pzu,.pMH .pMI div .pzz{height:24px;font-size:12px;width:100%;padding:0 10px}.pMH .pMJ{position:absolute;right:15px;top:16px;width:240px}.pMK{border-top:1px solid hsla(0,0%,100%,.3);padding-top:16px;padding-bottom:16px;overflow:scroll;scrollbar-width:none;min-height:45px}.pMK::-webkit-scrollbar{display:none}.pML{margin-right:auto;margin-left:auto;padding-left:16px;padding-right:16px}.pMM>ol{display:flex;align-items:center;font-size:12px}.pMK li:not(:last-child){flex-shrink:0}.pMK li:after{content:">";margin-right:6px;margin-left:4px;opacity:.6}.pMK li:last-child:after{content:""}.pMN,.pMO{font-size:12px;padding:12px 0;background-color:hsla(0,0%,100%,.15)}.pMP,.pMQ{margin-right:auto;margin-left:auto;padding-left:16px;padding-right:16px}.pMR{padding:48px 0;border-top:1px solid hsla(0,0%,100%,.3)}.pMS{margin-right:auto;margin-left:auto;padding-left:40px;padding-right:40px}.pMT{display:flex;justify-content:space-between;margin-bottom:48px}.pMU{display:grid;width:75%;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.pMV{font-size:12px;font-weight:600;display:flex;flex-direction:column;flex-wrap:wrap}.pMV>li{margin-bottom:16px}.pMV>li:last-of-type{margin-bottom:0}.pMW{display:flex}.pMX:not(:last-child){margin-right:24px}.pMY{display:flex;font-size:10px;gap:24px;margin-bottom:24px}.pMY>.pMZ:last-child{margin-right:0}.pMZ{display:flex;align-items:center}.pM0{width:32px}.pM0 img{width:100%;height:auto}.pM1{width:400px;font-size:10px;line-height:1.5;margin-left:16px}.pM2{display:flex;gap:8px}.pM2>li>a{display:block}.pM2 img{width:100%;height:auto}@media screen and (max-width:1024px){.pME{position:relative;margin-top:5px;left:0;top:0}.pME h1{width:64px}.pMF{height:48px;position:-webkit-sticky;position:sticky;z-index:1}.pMG{padding-right:16px;padding-left:16px}.pM3{display:block;position:relative;margin-right:auto;margin-left:auto}.pM3,.pM3 .pM4{width:100%;height:100%}.pM3 .pM4{display:flex;justify-content:flex-end;align-items:center}.pM3 .pM5 .pM6{display:none}.pM3 .pM5 .py8,.pM3 .py5{display:block}.pM3 .py5{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}.pM3 .py5 span{display:none}.pM3 .py5 span.py6{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}.pM3 .py5 span.py6:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.pM3 .py5 span.py7{font-size:12px;line-height:12px}.pM3 .py5 span.py8{display:block}.pM7{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}.pM7,.pM7 .pzb{transition:all .2s ease-out}.pM7 .pzb{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}.pM7 ul{display:flex;height:100%;max-width:520px;min-width:320px;width:100%;margin:0 auto}.pM7 ul li{max-width:104px;min-width:64px}.pM7 ul li,.pM7 ul li a{position:relative;height:100%;width:100%}.pM7 ul li a{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:block}.pM7 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}.pM7 ul li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.pM7 ul li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.pM7 ul li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.pM7 ul li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.pM7 ul li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.pM7 ul li.py8 a{position:relative;display:block;height:100%}.pM7 ul li.py8 a:before{top:17px}.pM7 ul li.py8:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.pM7 ul li.py8:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.pM7 ul li.py8:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.pM7 ul li.py8:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.pM7 ul li.py8:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.pM7 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}.pM7 ul li:first-child:after{content:"ホーム"}.pM7 ul li:nth-child(2):after{content:"検索"}.pM7 ul li:nth-child(3):after{content:"マイリスト"}.pM7 ul li:nth-child(4):after{content:"プロフィール"}.pM7 ul li:nth-child(5):after{content:"設定"}.pMN,.pMO{padding-top:12px;padding-bottom:109px}.pMR{padding:32px 0}.pMS{padding-left:16px;padding-right:16px}.pMT,.pMU{flex-direction:column;margin-bottom:32px}.pMU{display:flex;gap:initial}.pMV{font-size:14px;font-weight:600}.pMV:not(:last-child),.pMV>li{margin-bottom:24px}.pMX:not(:last-child){margin-right:24px}.pMY{flex-direction:column;gap:16px;margin-bottom:32px}.pM0{width:40px;min-width:40px}.pM2{flex-wrap:wrap}.pM2>li{margin-bottom:8px}.pM2 img{width:65px}.pM1{width:80vw}}@media screen and (max-width:375px){.pM7 ul,.pM7 ul li{min-width:unset}.pM7 ul li{width:20vw}.pML{padding-left:4.267vw;padding-right:4.267vw}.pMM>ol{font-size:3.2vw}.pMK li:after{margin-right:1.6vw;margin-left:1.067vw}.pMP,.pMQ{padding-left:4.267vw;padding-right:4.267vw}.pMR{padding:8.533vw 0}.pMS{padding-left:4.267vw;padding-right:4.267vw}.pMT,.pMU{margin-bottom:8.533vw}.pMV{font-size:3.733vw;font-weight:600}.pMV:not(:last-child),.pMV>li{margin-bottom:6.4vw}.pMX:not(:last-child){margin-right:6.4vw}.pMY{gap:4.267vw;margin-bottom:8.533vw}.pM0{width:10.667vw;min-width:10.667vw}.pM1{font-size:2.667vw;margin-left:4.267vw}.pM2>li{margin-bottom:2.133vw}.pM2{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:2.133vw;gap:2.133vw}}.pM8,.pM9{flex:1 1;display:flex;flex-direction:column}.pM8 .pNa,.pM9 .pNb{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}.pM9 .pNb{line-height:1.5714285714}.pM8 .pNa{max-width:100%}.pM8 .pNa::placeholder,.pM9 .pNb::placeholder{color:#fff;opacity:.6}.pM8 .pNa.pNc{border:none;background-color:unset}.pM8 .pNa.pNd{font-size:14px}.pM8 .pNa.pNe,.pM9.pNf .pNb{border:1px solid #ff624f}.pM8 .pNg,.pM9 .pNg{-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}.pM9 .pNh{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.pM9.pNf .pNh{color:#ff624f}.pNi{width:480px}.pNi.pM9 .pNb{height:170px;outline:none}.pNj input[type=text]{padding:0}.pNj{width:720px}.pNj,.pNj .pNk{display:flex;align-items:center}.pNj .pNk{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)}.pNj .pNk .pNa{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.pNj .pNk .pNa:focus-visible{outline:none}.pNj .pNk .pNl{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.pNj .pNk .pNm{display:none;position:absolute;right:10px;cursor:pointer}.pNj .pNk.pNn .pNm{display:block}.pNj .pNk .pNo{padding-left:26px}.pNj .pNp{display:none}.pNj.pNq .pNp{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.pNr{display:flex;justify-content:center;gap:15px}.pNs{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}.pNs:focus,.pNs: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)}.pNt.pM8{flex:1 1;display:flex;flex-direction:row;width:720px}.pNt.pM8 .pNu{flex:1 1}.pNt.pM8 .pNv{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.pNt.pM8 .pNv .pNw{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.pNx.pNy{display:flex;flex-wrap:wrap;gap:16px}.pNx.pNy .pNz{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.pNx.pNy .pNz:last-child{margin-right:0}.pNx.pNy .pNz .pNA{position:absolute;opacity:0;width:0;height:0}.pNx.pNy .pNz .pNB{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.pNx.pNy .pNz .pNA:checked+.pNB{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}.pNx.pNy .pNz .pNC{font-size:14px;line-height:1.5714285714}.pND.pNE{display:flex;flex-direction:column;gap:16px}.pND.pNE .pNF{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.pND.pNE .pNF .pNG{position:absolute;opacity:0;width:0;height:0}.pND.pNE .pNF .pNH{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.pND.pNE .pNF .pNG:checked+.pNH{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.pND.pNE .pNF .pNH:hover{cursor:pointer}.pNI{list-style:none;padding:0;margin:0}.pNI,.pNJ{-webkit-background-clip:padding-box;background-clip:padding-box}.pNJ{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.pNK{position:relative;display:inline-block;width:56px;height:32px}.pNK input{opacity:0;width:0;height:0}.pNL{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.pNL,.pNL:before{position:absolute;transition:.4s}.pNL:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.pNK input:checked+.pNL{background:linear-gradient(90deg,#fe8b29,#ff0576)}.pNK input:checked+.pNL:before{transform:translateX(24px)}.pNJ.pNM{opacity:.4;pointer-events:none}.pNN .pNK{position:relative;display:inline-block;width:40px;height:24px}.pNN .pNL:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.pNN .pNK input:checked+.pNL:before{transform:translateX(16px)}.pNO{display:flex;flex-wrap:wrap;max-width:478px}.pNO .pNP{display:flex;align-items:center;margin:0 8px 16px 0}.pNO.pNy .pNQ:last-child{margin-right:0}.pNO .pNP .pNR{position:absolute;opacity:0;width:0;height:0}.pNO .pNP .pNS{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}.pNT .pNO .pNP .pNS{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.pNO .pNP .pNR:checked+.pNS{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.pNU .pNV:hover{cursor:pointer;opacity:.6}.pNU .pzD{pointer-events:none;margin-bottom:0;width:240px}.pNU .pNW,.pNU .pNX{display:flex;align-items:center}.pNU .pNX{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.pNU .pNV .pNY{position:absolute;opacity:0;width:0;height:0}.pNU .pNV .pzD{padding:11px 28px}.pNU .pNW .pNZ{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}.pNU .pNW .pN0{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.pN1{overflow:auto}.pN1.pN2{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}.pN1::-webkit-scrollbar{display:none}.pN1 .pN3{position:relative;width:96px;height:96px}.pN1 .pN3 .pN4{width:-moz-fit-content;width:fit-content}.pN1 .pN3 .pN5{position:absolute;opacity:0;width:0;height:0}.pN1 .pN3 .pN6{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.pN1 .pN3 .pN7{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.pN1 .pN8 .pN5:checked+.pN4 .pN7{display:block}.pN1 .pN8 .pN5:checked+.pN4 .pN6{background-color:rgba(0,0,0,.4);pointer-events:none}.pN9{display:flex;flex-direction:column;gap:12px}.pOa .pOb{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}.pOa .pOc{background-color:#fff}.pOa .pOb:focus-visible{background-color:#fff;color:#333}.pOd{flex-direction:column}.pOd,.pOe{display:flex}.pOe{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.pOd li{position:relative;flex:1 1;margin-bottom:24px}.pOd .pOf{position:absolute;opacity:0;width:0;height:0}.pOd li .pOg{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}.pOd li .pOf:checked+.pOg{border:1px solid #fff}.pOd li .pOh{margin-bottom:24px}.pOd li .pOi{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.pOd li .pOj{margin-bottom:8px}.pOd li .pOj,.pOd li .pOk{font-size:14px;font-weight:300;color:#fff}.pOl{display:flex;flex-direction:column;width:100%}.pOd li .pOm .pzE{width:64px}.pOm{display:flex;column-gap:16px;margin-top:40px}.pOn{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.pOn.pOo{border:1px solid #fff}.pOn .pOp{cursor:pointer;display:flex;align-items:center;padding:42px}.pOn .pOp:hover{opacity:.6}.pOn .pOp img{margin-right:10px;width:20px;height:20px}.pOn .pOp .pOq{font-size:20px;font-weight:600}.pOn .pOr{transition:opacity .5s}.pOn .pOr.pOs{opacity:0}.pOn .pL2{margin:0 auto 40px;width:calc(100% - 84px)}.pOn .pOr .pOt{margin:0 auto;padding:0 181px 40px}.pOn .pOr .pOu{gap:16px}.pOn .pOr .pOu .pOb{max-width:100%;width:100%}.pOn .pOv{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.pOn .pOv .pOw{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.pOn .pOv .pOx{font-size:12px;font-weight:600;line-height:1.5714285714}.pOn .pOr .pOt button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.pOy{max-width:100%;display:flex;flex-wrap:wrap}.pOy .pOz{margin-right:16px;margin-bottom:16px}.pOy .pOz:last-child{margin-right:0}.pOy .pOz .pM9{width:416px}.pOz .pM9 .pNb{font-size:16px;line-height:1.625;padding:6px 12px}.pOz .pM9 .pNb:focus{outline:none}.pOA{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.pNf .pOA{color:#ff624f}.pOB.pM8{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.pOC{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.pOD{width:36px;height:36px}.pOB.pM8 .pOE{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.pOB.pM8 .pOF{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.pOB.pM8 .pOF .pOG{text-align:center;color:#fff;font-weight:600;font-size:14px}.pOB.pM8 .pOH{opacity:1;pointer-events:auto}.pOI.pOB.pM8 .pOF .pOG{color:#fff}.pOI.pOB.pM8 .pOF{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.pNi{width:100%}.pNi.pM9 .pNb{min-height:192px;height:unset}.pNj input[type=text]{padding:0}.pNj{width:100%}.pNj .pNk .pNa{font-size:14px}.pNt.pM8{width:100%}.pNU .pzD{width:176px}.pNU .pNV .pzD{padding:11px 12px}.pOe{width:100%}.pOd li .pOg{padding:15px 16px}.pOd li .pOh{margin-bottom:12px}.pOd li .pOi{font-size:16px;margin-bottom:10px}.pOd li .pOj{margin-bottom:8px}.pOd li .pOj,.pOd li .pOk{font-size:12px}.pOd li .pOm{display:flex;flex-direction:column;margin-top:0}.pOd li .pOm button:last-child{margin-top:8px}.pOn{width:100%}.pOn .pOp{padding:16px}.pOn .pOp img{margin-right:8px;width:16px;height:16px}.pOn .pOp .pOq{font-size:14px}.pOn .pL2{margin:0 auto 16px;width:calc(100% - 32px)}.pOn .pOr{margin-bottom:16px}.pOn .pOr .pOt{width:100%;padding:0 16px 16px}.pOn .pOv{margin-bottom:16px}.pOn .pOv .pOw{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.pOn .pOr .pOu{gap:8px}.pOn .pOr .pOu .pOb{width:100%}.pOn .pOr .pOt button{margin-top:24px}.pOy .pOz{margin-right:0}.pOy .pOz,.pOy .pOz .pM9{width:100%}.pOz .pM9 .pNb{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.pOA{font-size:12px}.pOB.pM8{display:flex;flex-direction:column;width:100%}.pOC{padding:8px 16px 8px 12px}.pOB.pM8 .pOE{margin-left:8px;height:44px}}@media screen and (max-width:375px){.pM8 .pNa,.pM9 .pNb{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.pM8 .pNa.pNd{font-size:4.266667vw}.pM8 .pNg,.pM9 .pNg{font-size:2.66667vw}.pM8 .pNg,.pM9 .pNg,.pM9 .pNh{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.pM9 .pNh{font-size:3.2vw}.pNi.pM9 .pNb{height:45.33333vw;min-height:51.2vw}.pNj .pNk .pNa{font-size:4.2667vw}.pNj .pNk{padding:4vw 3.2vw}.pNj .pNk .pNl{left:3.2vw;width:5.3334vw;height:5.3334vw}.pNj .pNk .pNm{right:2.6667vw;width:4.267vw}.pNj .pNk .pNo{padding-left:6.933vw}.pNj.pNq .pNp{margin-left:4.26667vw;font-size:3.2vw}.pNr{gap:4vw}.pNs{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.pNt.pM8 .pNv{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.pNt.pM8 .pNv .pNw{font-size:3.733333vw}.pNx.pNy{gap:4.2666vw}.pNx.pNy .pNz .pNB{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.pNx.pNy .pNz .pNA:checked+.pNB{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.pNx.pNy .pNz .pNC{font-size:3.733333vw}.pND.pNE{gap:4.2666vw}.pND.pNE .pNF .pNH{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.pND.pNE .pNF .pNG:checked+.pNH{width:6.4vw;height:6.4vw;background-size:cover}.pNJ{padding:2.13333vw 0}.pNK{width:14.9333vw;height:8.53333vw}.pNL{border-radius:4.8vw}.pNL:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.pNK input:checked+.pNL:before{transform:translateX(6.4vw)}.pNN .pNK{width:10.6666vw;height:6.4vw}.pNN .pNL:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.pNN .pNK input:checked+.pNL:before{transform:translateX(4.26666vw)}.pNO .pNP{margin:0 2.133vw 4.267vw 0}.pNO .pNP .pNS{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.pNU .pNX{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.pNU .pzD{width:46.933vw}.pNU .pNV .pzD{padding:2.93333vw 3.2vw;font-size:3.73333vw}.pN1.pN2{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.pN1 .pN3 .pN7{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.pN1 .pN3{width:25.6vw;height:25.6vw}.pN9{gap:3.2vw}.pOa .pOb{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.pOd li .pOg{padding:4vw 4.266666vw}.pOd li .pOh{margin-bottom:3.467vw}.pOd li .pOi{font-size:4.266666vw;margin-bottom:2.667vw}.pOd li .pOj{margin-bottom:2.133333vw}.pOd li .pOj,.pOd li .pOk{font-size:3.2vw}.pOd li .pOm .pzE{width:17.06666vw}.pOd li .pOm button:last-child{margin-top:2.133333vw}.pOn .pOp{padding:4.26666vw}.pOn .pOp img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.pOn .pOp .pOq{font-size:3.73333vw}.pOn .pL2{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.pOn .pOr{margin-bottom:4.26666vw}.pOn .pOr .pOt{padding:0 4.26666vw 4.26666vw}.pOn .pOv{margin-bottom:4.26666vw}.pOn .pOv .pOw{font-size:3.2vw;margin-bottom:3.2vw}.pOn .pOr .pOu{gap:2.13333vw}.pOn .pOr .pOt button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.pOz .pM9 .pNb{font-size:3.733vw;padding:1.734vw 3.2vw}.pOA{font-size:3.2vw}.pOD{height:9.6vw;width:9.6vw}.pOC{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.pOB.pM8 .pOE{margin-left:2.133333vw;height:11.733333vw}.pOB.pM8 .pOF .pOG{font-size:3.733vw}}.pOJ{margin-left:auto;margin-right:auto}.pOJ,.pOK{position:relative}.pOK{width:100%;border-radius:12px 12px 0 0}@media screen and (max-width:1024px){.pOK{overflow:visible}}.pOK: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}.pOK:before,.pOL{position:absolute;top:0;left:0;right:0}.pOL{display:none;bottom:0;background:rgba(0,0,0,.3);z-index:1}.pOM{width:100%;position:relative}.pON{font-size:16px;font-weight:700;position:absolute;z-index:5;left:32px;top:24px;display:grid;grid-row-gap:8px;row-gap:8px}.pON p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;width:660px}.pOO{display:none}.pOP{padding-bottom:0}.pOP,.pOP:before{position:absolute;bottom:0;left:0;right:0}.pOP:before{content:none;display:block;height:160px;background:linear-gradient(rgba(0,0,0,0),#000000);opacity:.5}.pOQ,.pOR{display:none}.pOR{position:absolute;right:50%;bottom:50%;transform:translate(50%,50%);z-index:1}.pOS,.pOT{position:relative;z-index:1;width:calc(100% - 64px);margin-left:auto;margin-right:auto}.pOT{margin-top:16px;justify-content:space-between}.pOT,.pOU{display:flex}.pOU{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.pOV{width:40px}.pOW{display:block;width:100%;height:auto}.pOW .pDf{width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.pOX{margin-left:15px;font-size:14px}.pOY{color:hsla(0,0%,100%,.7)}.pOZ{font-weight:700}.pO0{display:flex;align-items:flex-start;justify-content:flex-start;margin-right:-8px;gap:8px}.pO1 img{object-fit:scale-down;height:40px;width:40px}.pO1 img,.pO2 img,.pO3 img{cursor:pointer}.pO1 img:hover,.pO2 img:hover,.pO3 img:hover{opacity:.6}.pO4{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2;border-radius:12px 12px 0 0}.pO5{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:24px;text-align:center}.pO6{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);z-index:4}.pO7{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}.pO8 .pFc{width:100%}.pO8 .pFn{position:static;font-size:14px}.pO9{border-radius:12px 0 0 0;overflow:hidden;width:624px}.pO9 .pOJ{background-color:rgba(0,0,0,.4);height:549px}.pO9 .pOK{border-radius:0;position:absolute;top:83px}.pPa .pPb{opacity:.7}.pPc.pPd{padding-bottom:0}.pPc.pPd .pPe{width:100%;margin:0;padding:0}.pPc.pPd .pPb{opacity:1;margin-left:0;margin-bottom:24px}.pPf{display:none;position:absolute;bottom:0;width:100%;z-index:1}.pPf .pFr{padding:0 12px}.pPf .pFq{height:2px}.pPg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;z-index:2}.pPh{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;row-gap:14px;text-align:center}.pPi{width:100%}.pPj{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}.pPj img{width:32px;height:32px}.pPj span{line-height:1.5714285714}.pPj span,.pPk{text-align:center;color:#fff}.pPk{display:inline-flex;align-items:flex-start;justify-content:flex-start}.pPk button{color:#fff;text-align:center}@media(hover:hover){.pPk button:hover{opacity:.6}}.pPl{width:72px}@media screen and (min-width:1025px){.pPl{text-align:right}}.pPm{opacity:.2}.pPn{margin-top:8px;font-weight:300;font-size:10px;line-height:1.5;text-align:center;color:#fff;opacity:.8;display:block}.pPo{display:flex;gap:32px;flex-wrap:wrap}.pPp{max-width:554px;width:100%}.pPp button:hover{opacity:.6}.pPq{display:flex;align-items:flex-start;justify-content:space-between;min-height:52px}.pPr{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.pPs{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.pPs,.pPt{position:absolute}.pPt{left:0;right:0;top:0;bottom:0;z-index:5}.pPt>img{width:100%;height:100%;max-width:none}.pPu{z-index:1}.pPu,.pPu:after{position:absolute;left:0;right:0;top:0;bottom:0}.pPu:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.pPu:after,.pPu>img{width:100%;height:100%}.pPu>img{max-width:none}.pPu>img,.pPv{position:relative;z-index:1}.pPw{font-size:14px;margin-left:82px;padding-top:9px}.pPv .pEg{position:absolute;top:0;left:-8px}.pPx{display:flex;align-items:center;justify-content:flex-start;margin-left:72px;margin-top:8px}.pPy{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}.pPz{margin-top:20px}.pPA{margin-right:3px}.pPB{margin-right:2px}.pPB,.pPC{flex-shrink:0}.pPC{font-weight:400}.pPD{display:flex;align-items:center;justify-content:flex-start;margin-top:6px;margin-left:72px}.pPD img{vertical-align:middle}.pPE{width:16px;display:block;margin-right:2px}.pPF{margin-top:1px}.pPG{font-weight:400}.pPH{display:flex;align-items:center;gap:4px;flex-shrink:0}.pPI{padding-top:6px}.pPJ{text-align:center}.pPK{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.pPL{border-radius:10px;margin-top:8px}.pPM{position:relative;aspect-ratio:16/9;border-radius:12px 12px 0 0;overflow:hidden}.pPN{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.pPO{top:10px;right:10px}.pPO,.pPP{position:absolute;z-index:2;width:24px}.pPP{left:6px;bottom:30px}.pPQ{left:6px;bottom:12px;z-index:2;position:absolute}.pPR{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}.pPS{width:100%;margin-bottom:12px;margin-top:6px}.pPT{font-size:14px;line-height:1.625}.pPT,.pPU{font-weight:700;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pPU{font-size:16px;letter-spacing:0;line-height:1.1;margin-top:12px;height:1em}.pPV{width:456px}.pPW{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}.pPW.pPX,.pPY{line-height:1.571;height:3.142em}.pPY{font-size:14px;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pPY.pPZ{margin-top:0}.pP0{margin-bottom:16px}.pP1{display:none}.pP2{position:relative}.pP3{border-radius:4px;overflow:hidden;height:80px;width:56px}.pP3 img{height:100%;width:100%;object-fit:cover}.pP4{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.pP4 button{border-radius:50%}.pP5{margin-top:8px}.pP6{font-size:10px}.pPp.pP7 .pPw{padding-top:20px}.pPp.pP7 .pPy{margin:0}.pPp.pP7 .pPB{margin-left:12px;margin-right:0}.pPp.pP7 .pPI{padding-top:18px}.pPp.pP7 .pPR{align-items:flex-start}.pP8{display:block;font-weight:300;font-size:14px;line-height:1.5714285714;color:#d3d3d3;margin-bottom:12px}.pPV .pIb{margin-top:8px}.pPV .pIb .pI4{font-size:12px}.pP9{margin-bottom:8px}.pP9,.pQa{display:flex}.pQa{align-items:flex-end}.pQb{margin-right:4px}.pQc{font-size:14px;font-weight:600;line-height:1;vertical-align:bottom}.pPP.pQd{bottom:8px}.pQe{align-items:flex-end;display:flex}.pQf{font-size:8px}.pQg,.pQh{position:relative}.pQh{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}.pQi{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}.pQh::-webkit-scrollbar{display:none;height:0!important}.pQj{display:flex;align-items:flex-start;padding:24px 16px;overflow-x:auto;gap:8px}.pQj::-webkit-scrollbar{display:none;height:0!important}.pQk{touch-action:pan-x}.pQj .pDG{flex:0 0 auto;width:114px;height:159px}.pQl{display:block}.pQm{font-size:14px;line-height:1;margin-top:8px}.pQn{position:relative}.pQo{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}.pQp{bottom:.25em;position:absolute;right:0}.pQq{max-width:720px;width:91.795vw}.pQq button:hover{opacity:.6}.pQr{display:flex;align-items:flex-start;justify-content:space-between}.pQs{width:72px;height:72px;position:relative;align-items:center;justify-content:center;align-content:center;flex-direction:column}.pQt{z-index:2;width:60px;height:60px;margin-left:auto;margin-right:auto;border-radius:100%;bottom:50%;right:50%;transform:translate(50%,50%)}.pQt,.pQu{position:absolute}.pQu{left:0;right:0;top:0;bottom:0;z-index:5}.pQu>img{width:100%;height:100%;max-width:none}.pQv{z-index:1}.pQv,.pQv:after{position:absolute;left:0;right:0;top:0;bottom:0}.pQv:after{content:" ";display:block;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.pQv:after,.pQv>img{width:100%;height:100%}.pQv>img{max-width:none}.pQv>img,.pQw{position:relative;z-index:1}.pQw{align-items:flex-start;justify-content:flex-start;text-align:left;align-items:baseline}.pQw,.pQx{display:flex}.pQx{left:72px;top:10px;width:500px;font-size:14px;line-height:1.4;align-items:center}.pQw .pEg,.pQx{position:absolute}.pQw .pEg{top:0;left:-8px}.pQy{display:flex;align-items:center;justify-content:flex-start}.pQz{font-weight:700;margin-right:3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pQA{flex-shrink:0}.pQB{margin-right:3px}.pQC{font-weight:400}.pQD{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}.pQE{display:flex;align-items:center;gap:4px}.pQF{padding-top:6px}.pQG{text-align:center}.pQH{font-size:9px;line-height:1;margin-top:4px;opacity:.8}.pQI{display:flex;border-radius:10px;margin-top:8px}.pQJ{position:relative;border-radius:12px 0 0 12px;overflow:hidden;height:180px;width:320px}.pQK{cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:contain;z-index:0}.pQL{top:10px;right:10px}.pQL,.pQM{position:absolute;z-index:2;width:24px}.pQM{left:6px;bottom:22px}.pQN{left:6px;bottom:12px;z-index:2;position:absolute}.pQO{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)}.pQP{display:none;width:100%;margin-bottom:12px;margin-top:6px}.pQQ{font-size:12px;line-height:1}.pQQ,.pQR{font-weight:700;height:1em;overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pQR{font-size:14px;letter-spacing:0;line-height:1.1;margin-top:12px}.pQS{width:calc(100% - 80px - 24px)}.pQT{font-weight:700;font-size:14px;line-height:1.571;height:3.142em;-webkit-line-clamp:2}.pQT,.pQU{overflow:hidden;width:100%;display:-webkit-box;-webkit-box-orient:vertical}.pQU{font-size:12px;height:88px;margin-top:12px;line-height:1.5;-webkit-line-clamp:5}.pQU.pQV{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}.pQW{margin-bottom:14px;margin-top:12px}.pQX{display:none}.pQY{max-height:120px;max-width:80px;position:relative}.pQZ{border-radius:4px;height:120px;width:80px;overflow:hidden}.pQZ img{height:100%;width:100%;object-fit:cover}.pQ0{position:absolute;bottom:0;right:50%;transform:translateX(50%);width:32px;bottom:-16px}.pQ1{margin-top:8px}.pQ2{font-size:10px}.pQ3{position:relative}.pQ4{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}.pQ4::-webkit-scrollbar{display:none;height:0!important}.pQ5{display:flex;align-items:flex-start;padding:12px 16px;overflow-x:auto;gap:12px}.pQ5::-webkit-scrollbar{display:none;height:0!important}.pQ6{touch-action:pan-x}.pQ5 .pDG{flex:0 0 auto;height:156px;width:112px}.pFP{max-width:400px;background:#151515;box-shadow:0 16px 24px rgba(0,0,0,.4);border-radius:12px;overflow:hidden}.pFP,.pQ7{position:relative}.pQ7:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:56px;background:linear-gradient(rgba(21,21,21,0),#151515)}.pQ8{aspect-ratio:16/9;width:100%;height:auto}.pQ9{z-index:5;right:8px}.pQ9,.pRa{position:absolute;top:8px}.pRa{left:8px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.pFP .pJl{position:absolute;top:16px;left:16px}.pRb{padding-left:16px;padding-right:16px;padding-bottom:15px;margin-top:-14px;position:relative;z-index:10}.pRc{display:flex;align-items:center;justify-content:flex-start;gap:8px}.pRd{cursor:pointer}.pRd,.pRe{position:relative}.pRe{margin:0;display:block;width:32px;height:32px}.pRf{margin-left:auto}.pRf,.pRg{position:relative}.pRh{top:-3em;right:0}.pRh,.pRi{font-size:10px;position:absolute}.pRi{right:50%;bottom:-1.5em;transform:translateX(50%)}.pRj{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}.pRk{width:32px;height:32px}.pRl{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%}.pRm{font-weight:700;font-size:16px;line-height:1.625;margin-top:11px}.pRm,.pRn{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pRn{font-size:12px;line-height:1.5;margin-top:3px}.pRo{display:flex;gap:12px;margin-top:11px}.pRp{font-size:12px;line-height:1.75;color:#bababa;white-space:nowrap}.pRq{display:flex;flex-direction:row;flex-wrap:wrap}.pRq>span{margin-right:4px;margin-bottom:4px}.pRr{margin-top:12px}.pRr p{font-size:12px;line-height:1.5;overflow:hidden;height:3em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pRs{margin-top:11px;gap:16px}.pRs,.pRt{display:flex;align-items:center;justify-content:flex-start}.pRt{gap:8px}.pRu{display:flex;align-items:center;justify-content:flex-start;gap:2px}.pRv{font-size:10px;color:#bababa}.pRv small{font-size:80%}.pRw{margin-top:11px}.pRw>.pE4{width:100%}.pRw>.pE4>.pE5{background:linear-gradient(90deg,#ffed14,#ff5b05)}.pRx{margin-top:16px;display:flex;align-items:flex-start;justify-content:space-between}.pRy{width:48px}.pRz{width:calc(100% - 48px - 12px)}.pRA{font-size:12px;font-weight:700;display:inline-flex;align-items:center}.pRA .pRB{max-width:90%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pRA .pRB,.pRC{overflow:hidden}.pRC{font-size:12px;line-height:1.5;margin-top:8px}.pRD{height:4.5em;-webkit-line-clamp:3}.pRD,.pRE{display:-webkit-box;-webkit-box-orient:vertical}.pRE{height:3em;-webkit-line-clamp:2}.pPd{position:relative;padding-bottom:16px}.pPd .pFc{background:linear-gradient(90deg,#ffeb00,#ff624f)}.pPd .pFd{background:linear-gradient(270deg,#ff903c,#ff0576);filter:drop-shadow(0 10px 30px rgba(0,0,0,.5));cursor:pointer;will-change:filter}.pRF{max-width:976px}.pPd: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}.pPe{position:relative;z-index:1;width:calc(100% - 64px);padding-bottom:20px;margin-left:auto;margin-right:auto}.pRG{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))}.pRF .pRG{left:31.3%}.pRH{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}.pRI{position:relative;z-index:1;justify-content:space-between;width:calc(100% - 64px);height:40px;margin-left:auto;margin-right:auto}.pRI,.pRJ{display:flex}.pRJ{align-items:center;justify-content:flex-start;text-align:center;margin-left:-4px;gap:8px}.pRK{width:40px}.pRK img,.pRL img{cursor:pointer;object-fit:scale-down;height:40px;width:40px}.pRK img:hover,.pRL img:hover,.pRM:hover{opacity:.6}.pRN{position:relative;display:block;width:100%;height:auto;cursor:pointer}.pRN .pDf{padding:8px;width:100%;position:absolute;bottom:50%;right:50%;transform:translate(50%,50%)}.pPb{margin-left:8px;font-size:14px}.pRO{color:hsla(0,0%,100%,.7)}.pRP,.pRQ{font-weight:700}.pRQ{margin-left:8px}.pRQ,.pRR{font-size:14px}.pRR{color:#ff0576;padding-right:4px}.pRS{align-items:flex-start;margin-right:-8px;gap:8px}.pRS,.pRT{display:flex;justify-content:flex-start}.pRT{align-items:center;margin-right:12px;font-size:14px;position:relative;align-self:center}.pRU{margin-right:8px}.pRU button{display:flex;align-items:center;gap:8px}.pRV{color:#fff;font-size:14px;line-height:20px}.pRW{position:absolute;width:620px;top:0;right:0;display:none}.pRX{display:inline-block;border-radius:12px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);height:680px;overflow:hidden;width:45.388vw}.pRY{padding:16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;font-size:16px;color:#fff}.pRY .pRZ,.pRY .pzW{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pR0{height:calc(100% - 48px);position:relative}.pR0: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}.pR1{overflow-y:overlay;font-size:18px;height:100%}.pR1::-webkit-scrollbar{width:20px}.pR1::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);margin:8px 0}.pR1::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.pR2{padding:20.004px 24px;width:100%}.pR2.pGh{background-color:hsla(0,0%,100%,.1)}.pR2:not(.pGh){cursor:pointer}.pR2:hover{background-color:hsla(0,0%,100%,.1)}.pR2 .pEb{width:auto}.pR2 .pJC{max-width:none}.pR2 .pJC .pJD{font-size:18px;line-height:1.4444;margin-bottom:0}.pR2.pGh .pJC .pJD{margin-bottom:8px}.pR3{width:352px;border-radius:0 12px 0 0;background:#3b3b3b}.pR4{display:flex;align-items:center;justify-content:space-between;padding:16px}.pR5{height:100%}.pR6::-webkit-scrollbar{display:none}.pR6{height:444px;padding:0 16px;overflow:auto}.pR7{display:flex;gap:4px;align-items:center}.pR8:first-of-type{padding-top:12px}.pR8,.pR8:first-of-type{padding-bottom:16px}.pR9{width:36px;height:36px}.pSa{width:calc(100% - 40px);margin-left:40px;position:relative;top:-12px}.pSb{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}.pSb span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.pSc{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff}.pSd,.pSe{font-size:16px;line-height:1;text-align:center;width:auto;position:relative}.pSd,.pSe,.pSf,.pSg{margin-left:auto;margin-right:auto}.pSf,.pSg{max-width:720px;display:grid}.pSf{width:100%;grid-template-columns:1fr 45% 1fr}.pSg{width:688px;grid-template-columns:repeat(4,minmax(0,1fr))}.pSd .pFA,.pSe .pFC{margin-left:auto;margin-right:auto;margin-top:16px}.pSh{font-weight:400;text-align:center}.pSi,.pSj{font-weight:700}.pSk{position:relative;padding-left:88px;text-align:left;max-width:912px}.pSl{width:72px;height:72px;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;align-content:center;flex-direction:column}.pSm{width:80%;line-height:1.2}.pSn{display:flex;align-items:center;justify-content:flex-start;font-size:14px;font-weight:700}.pSn .pSo{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:80%}.pSp{margin-left:2px}.pSq{margin-right:10px}.pSq,.pSr{font-size:12px}.pSr{color:hsla(0,0%,100%,.6)}.pSs{display:flex;align-items:center;justify-content:flex-start;margin-left:16px}.pSt{margin-right:4px}.pSu{margin-top:4px}.pSu,.pSv{display:flex;align-items:center}.pSv{margin-top:16px;justify-content:flex-start}.pSv .pE6{margin-right:16px}.pSw{position:relative;margin-top:16px}.pSx{font-weight:700}.pSx,.pSy{font-size:16px;line-height:1.625}.pSy{padding-right:16px;overflow:hidden;position:relative;text-overflow:ellipsis;margin-top:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.pSz{position:absolute;bottom:0;right:0;z-index:5}.pSA p{display:inline}.pSk .pHM{width:24px;height:24px;position:absolute;right:0;top:0}.pSB{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}.pSB,.pSC{width:100%}.pSC{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}.pSC.pSD{width:46.389%;column-gap:7.185%}.pSC.pSE{width:62.916%;column-gap:5.298%}.pSC.pSF{width:79.44%;column-gap:4.196%}.pSG{display:inline-block;position:relative;width:160px;height:218px;margin-bottom:1.11%}.pSH{width:100%;height:100%;object-fit:cover;border-radius:8px}.pSI{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}.pSG.pSJ{height:184px;width:136px}.pSG.pSJ .pSI{font-size:72px;bottom:-24px}.pSG.pSK{height:127px;width:95px}.pSG.pSK .pSI{font-size:55px;bottom:-22px}.pSC.pSE .pSG.pSK,.pSC.pSF .pSG.pSK{height:127px;width:95px}.pSL{width:680px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:24px 32px}.pSM{font-weight:400;font-size:16px;margin-bottom:30px}.pSN{padding:0}.pSN,.pSO{position:relative}.pSO{width:100%}.pSP{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.pSQ{position:static}.pSR:after,.pSR:before{content:"";display:block;position:absolute;font-size:14px}.pSR:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.pSR:after,.pSR:before{background-color:#ff0576}.pSR:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px);cursor:pointer}.pSS{display:flex;justify-content:space-between;margin-top:16px;margin-left:-1em;margin-right:-1em}.pSS,.pST{font-size:14px}.pST{text-align:center;line-height:1.5714285714;cursor:pointer}.pSU{font-weight:700}.pSV{display:block;font-size:10px;line-height:1.5;margin-top:2px}.pSW{display:none}.pSX,.pSY{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}.pSX,.pSY,.pSZ{display:flex;align-items:center;justify-content:center}.pSZ{font-size:14px;margin-bottom:16px}.pS0{display:flex;align-items:flex-end;font-weight:700;color:#fc348e}.pS0: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}.pS1{gap:40px}.pS1,.pS2{display:flex;align-items:center;justify-content:center}.pS2{gap:8px}.pS3{font-size:14px;font-weight:700}.pS4{position:relative;margin-left:24px}.pS5{max-width:358px}.pS6{align-items:center;margin-bottom:16px}.pS6,.pS7,.pS8{display:flex}.pS8{margin-left:8px;align-items:center;width:148px}.pS9{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}.pTa{margin-left:auto}.pTb,.pTc{display:flex;justify-content:center}.pTc{align-items:center}.pTd{color:#fff;font-size:14px;font-weight:600;line-height:1;margin-left:16px}.pTe{border-bottom:1px solid hsla(0,0%,100%,.15);max-width:554px;padding:12px 0}.pTe,.pTf{align-items:center;display:flex}.pTg img{height:32px;width:32px}.pTh{align-items:center;display:flex;font-size:12px;margin-left:8px}.pTi{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;max-width:150px}.pTj{display:inline-flex}.pTk{margin:0 2px}.pTl .pJj,.pTl .pK6,.pTl .pK7,.pTl .pK8,.pTl .pK9,.pTl .pLa,.pTl .pLb,.pTl .pLc,.pTl .pLd,.pTl .pLe{width:70px!important;height:70px!important;margin-left:auto;margin-right:auto}.pTm{margin-bottom:48px;overflow:hidden;width:100%;font-size:0;line-height:0}.pTl{display:flex;overflow-x:scroll;scrollbar-width:thin}.pTn{-ms-overflow-style:none;scrollbar-width:none}.pTn::-webkit-scrollbar{display:none}.pTl::-webkit-scrollbar{width:10px}.pTl::-webkit-scrollbar-track{background-color:rgba(0,0,0,0)}.pTl::-webkit-scrollbar-thumb{box-shadow:inset 0 0 6px rgba(0,0,0,.9)}.pTl 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}.pTl li:last-child{margin-right:0!important}.pTl li img{width:80%}.pTl li .pTo{padding-top:10px;display:block;font-size:12px;text-align:center;white-space:nowrap}.pTl li.pzf{opacity:1}.pTl li.pzf:before{content:"";width:100%;height:4px;background-color:#ff0576;border-radius:.5vw;position:absolute;bottom:0;left:0;transition:all .3s ease-out}.pTl li:hover{opacity:1}@media screen and (max-width:1024px){.pOK{border-radius:0}.pOK:before{content:none}.pOL{display:block}.pON{display:none}.pOO{display:block;position:absolute;top:4px;right:46px;z-index:500}.pOO img{height:40px;width:40px;object-fit:scale-down}.pOR{display:flex;align-items:center;gap:40px}.pTp{width:40px;height:40px}.pRM{cursor:pointer}.pOP,.pRM .pTq{display:none}.pOQ{display:block}.pOS,.pOT{width:100%}.pOT{position:absolute;bottom:4px;padding:0 12px}.pOU{align-items:flex-end;margin-bottom:8px}.pOX{margin:0;font-size:12px}.pPf{display:block}.pO4{margin-bottom:-7px;border-radius:0}.pO5{row-gap:16px}.pTr{font-weight:600;text-align:center;color:#fff;margin-bottom:0}.pO7,.pTr{font-size:14px;line-height:1.5714285714}.pOU .pRQ{margin-left:0}.pO8 .pFb{height:2px}.pO8 .pFn{font-size:12px}.pO9{border-radius:0}.pTs{position:absolute;width:41%;top:0;right:0;z-index:2}.pTs,.pTt{height:100%}.pTt{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 100% 50%);clip-path:circle(80% at 100% 50%)}.pO3{top:50%;transform:translateY(-50%);left:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.pO3,.pTu{position:absolute}.pTu{width:41%;top:0;left:0;z-index:2}.pTu,.pTv{height:100%}.pTv{width:100%;background-color:hsla(0,0%,100%,.1);-webkit-clip-path:circle(80% at 0 50%);clip-path:circle(80% at 0 50%)}.pO2{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;align-items:center;column-gap:16px;font-size:14px}.pPp{max-width:none}.pPw{margin-left:72px}.pPP{left:8px;bottom:18px;width:24px}.pPQ{left:8px;bottom:8px}.pPQ .pE4{width:64px}.pPR{padding:8px 8px 6px 16px}.pPS{margin-bottom:0;margin-top:8px;padding-right:8px}.pPT{font-size:12px}.pPU{font-size:14px;margin-top:16px;line-height:1.1}.pTw{display:none}.pPV{width:calc(100% - 52px - 16px)}.pPW{font-size:14px;letter-spacing:-.05em;font-kerning:normal;font-feature-settings:"palt" 1,"kern"}.pPY{font-size:12px;line-height:1.5;max-height:3em}.pPY.pPZ{font-size:14px;max-height:4.5em;padding-right:10px}.pTx{height:4.71em;line-height:1.57}.pP0{display:none}.pP1{display:flex;margin-top:12px}.pP3{height:74px;width:52px}.pTy{align-self:flex-end;padding-top:16px}.pP3 img{vertical-align:bottom}.pP5{margin-bottom:6px}.pPp.pP7 .pPB{margin-left:14px}.pPp.pP7 .pPI{padding-top:15px}.pPV .pIb{margin-top:12px}.pQh{margin-top:5px}.pQi{display:none}.pQj{padding:16px}.pQj .pDG{width:29.231vw;height:40.769vw}.pQo{font-size:14px;height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pQw{flex-direction:column}.pQq{max-width:none}.pQx{display:flex;width:48vw}.pQI{display:block}.pQJ{border-radius:12px 12px 0 0;height:51.538vw;width:91.795vw}.pQM{left:8px;bottom:18px;width:24px}.pQN{left:8px;bottom:8px}.pQN .pE4{width:64px}.pQO{align-items:center;border-radius:0 0 10px 10px;padding:8px 8px 6px 16px;width:100%}.pQP{display:block;margin-bottom:0;margin-top:8px;padding-right:8px}.pQD{width:48vw}.pQR{margin-top:16px;line-height:1.1}.pTz{display:none}.pQS{width:calc(100% - 52px - 16px)}.pTA{display:none}.pQT{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}.pQT,.pQU{display:-webkit-box;-webkit-box-orient:vertical}.pQU{font-size:12px;line-height:1.5;max-height:3em;-webkit-line-clamp:2}.pQU.pQV{font-size:14px;max-height:4.5em;padding-right:10px;height:63px}.pTB{height:4.71em;line-height:1.57}.pQW{display:none}.pQX{display:flex;margin-top:12px}.pQZ{height:74px;width:52px}.pTC{align-self:flex-end;padding-top:16px}.pQZ img{vertical-align:bottom}.pQ5 .pDG{height:159px;width:114px}.pQ5 .pDI{border-radius:6px}.pQ4{margin-top:5px}.pQ5{gap:8px;padding:16px}.pRX{height:auto;max-width:unset;border-radius:0;padding:14px 0 62px;width:100%}.pRY{padding:0;margin-right:16px;margin-bottom:16px;margin-left:72px;justify-content:space-between;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pTD{width:150px}.pR1{height:auto;overflow:auto;display:flex;gap:24px;padding:0 16px 0 72px}.pR1::-webkit-scrollbar{display:none;height:0!important}.pR2{width:192px;padding:0;flex:0 0 auto}.pR2 .pJC .pJD.pTE{font-size:14px;line-height:1.5714285714;height:auto;padding-right:40px;margin-bottom:8px;-webkit-line-clamp:2}.pR2 .pTF{position:relative}.pR2 .pTF button{position:absolute;top:0;right:0}.pR2 .pD5{width:40px}.pR1 .pKA{height:108px;width:192px}.pR1 .pJC .pKB,.pR1 .pKA .pD4,.pR1 .pKA .pGV{border-radius:6px}.pR1 .pKA .pDK{width:auto}.pR3{width:320px;padding-bottom:45px}.pR6{height:294px}.pR9{width:32px;height:32px}.pR8:first-of-type{padding-bottom:6px;padding-top:12px}.pR8{padding-bottom:12px}.pSd,.pSe{width:100%;font-size:14px;overflow:hidden}.pSf,.pSg{position:absolute;left:50%;transform:translateX(-50%);max-width:unset;top:3%}.pSf{width:calc((100% - 84px)*1.5);grid-template-columns:repeat(3,minmax(0,1fr))}.pSg{width:calc((100% - 84px)*4/3)}.pSd .pFA,.pSe .pFC{width:calc(100% - 72px);margin-top:24px}.pSk{padding:0;max-width:unset;width:100%}.pSm{margin-left:22.67px}.pSl{width:72px;height:72px;position:relative;margin-right:-8px;top:0}.pTG{display:flex;align-items:center;justify-content:flex-start}.pSp{margin-left:2px}.pSq{margin-right:8px}.pSs,.pSv .pIb .pI4{font-size:14px}.pSs{margin-left:auto}.pSw:after{left:8.5%}.pSt{margin-right:8px;opacity:.8}.pSt,.pTH{font-size:14px;line-height:1.5714285714}.pSu{margin-top:8px}.pSw{margin-top:24px}.pSy{font-size:14px;line-height:1.5714}.pSk .pHM{width:24px;height:24px;position:absolute;right:8px;top:12px}.pSB{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}.pSC{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%}.pSC.pTI{width:61.5384615385vw;gap:normal}.pSC.pTI,.pSC.pTJ{justify-content:space-between}.pSC.pTJ{width:68.2051282051vw;column-gap:normal;row-gap:2.0512820513vw}.pSC.pSE{width:62.0512820513vw}.pSG{height:56.41vw;width:42.051vw;margin-bottom:4.1025641026vw}.pSI{font-size:96px;font-size:24.6153846154vw;bottom:-10.7692307692vw}.pSG.pTK{height:37.179vw;width:27.692vw;margin-bottom:6.1538461538vw}.pSG.pTK .pSI{font-size:64px;font-size:16.4102564103vw;bottom:-6.1538461538vw}.pSG.pTL{height:26.923vw;width:20vw}.pSG.pTL .pSI{font-size:48px;font-size:12.3076923077vw;bottom:-5.641025641vw}.pSG.pTM{height:24.103vw;width:17.949vw}.pSG.pTM .pSI{font-size:40px;font-size:10.2564102564vw;bottom:-4.1025641026vw}.pSG.pTN{height:20vw;width:14.872vw}.pSG.pTN .pSI{font-size:32px;font-size:8.2051282051vw;bottom:-4.1025641026vw}.pSL{width:100%;position:relative}.pSM{margin-bottom:22px}.pSM,.pSN{max-width:588px;margin-left:auto;margin-right:auto}.pSN{padding:0}.pSN,.pSO{position:relative}.pSO{width:100%}.pSP{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:4px;border-radius:8px;position:relative}.pSQ{position:static}.pSR:after,.pSR:before{content:"";display:block;position:absolute;font-size:14px}.pSR:before{height:100%;width:40%;transform:translateX(-100%);border-radius:8px}.pSR:after,.pSR:before{background-color:#ff0576}.pSR:after{width:16px;height:16px;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 8px)}.pSS{display:flex;justify-content:space-between;font-size:14px;margin-top:12px;margin-left:-1em;margin-right:-1em}.pST{text-align:center}.pSU{font-weight:700}.pSV{font-size:10px;margin-top:2px}.pSV,.pSW{display:block}.pSW{position:absolute;bottom:50%;transform:translateY(50%);right:24px}.pTO{width:16px;height:16px}.pTP{width:100%}.pSX{height:114px}.pSX,.pSY{padding:0 16px}.pSY{height:144px}.pS1{justify-content:space-between;flex-wrap:wrap;padding-top:16px;padding-bottom:24px;gap:16px}.pS1,.pS4{width:100%}.pS4{margin-left:unset}.pS5{max-width:none;overflow-x:auto}.pS5::-webkit-scrollbar{display:none}.pTQ{display:flex;margin-left:16px}.pTQ:after{content:"";display:block;flex:0 0 16px}.pS7{align-items:center}.pS6,.pS7{flex-direction:column}.pS6{margin-bottom:0;width:114px}.pS6:nth-of-type(n+2){margin-left:8px}.pTR{margin-left:0;width:100%}.pS8,.pTR{margin-top:8px}.pS8{display:flex;width:105px;text-align:center;justify-content:center}.pTa{margin-left:0;margin-top:16px;width:100%}.pTb{display:none}.pTh{display:block}.pTj{margin-top:8px}.pTl .pJj,.pTl .pK6,.pTl .pK7,.pTl .pK8,.pTl .pK9,.pTl .pLa,.pTl .pLb,.pTl .pLc,.pTl .pLd,.pTl .pLe{width:50px!important;height:50px!important;margin-left:auto;margin-right:auto}.pTl li{padding-bottom:15px;opacity:1}.pTl li .pTo{line-height:13px}}@media screen and (min-width:521px)and (max-width:1024px){.pPM{border-radius:2.303vw 2.303vw 0 0}.pPR{border-radius:0 0 2.303vw 2.303vw}.pP3{border-radius:.390625vw}.pQJ{border-radius:2.303vw 2.303vw 0 0}.pQO{border-radius:0 0 2.303vw 2.303vw}.pR3{border-radius:0 1.171875vw 0 0}.pSH{border-radius:1.536vw}.pTS{position:relative;padding:0}.pTl li{min-width:12%;margin-right:6.5%}.pTl li.pzf: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){.pTT{overflow-x:scroll;padding-left:72px;display:flex;margin-top:14px;gap:24px}.pTT::-webkit-scrollbar{display:none;height:0!important}.pTU{flex:0 0 auto;width:22.7488151659vw;padding:0}.pTV .pTW:after{display:block}}@media screen and (min-width:376px)and (max-width:520px){.pTl .pJj,.pTl .pK6,.pTl .pK7,.pTl .pK8,.pTl .pK9,.pTl .pLa,.pTl .pLb,.pTl .pLc,.pTl .pLd,.pTl .pLe{width:50px!important;height:50px!important}.pTl li{min-width:12.821%;margin-right:6.5%}}@media screen and (max-width:390px){.pPm{opacity:.3}}@media screen and (max-width:375px){.pOJ{width:100%}.pOP{padding-bottom:1.0256410256vw}.pOO{top:1.067vw;right:12.267vw}.pOO img{height:10.667vw;width:10.667vw}.pTX{gap:.5128205128vw;top:1.0256410256vw;right:1.0256410256vw;z-index:1}.pTY{width:10.2564102564vw;padding:2.0512820513vw}.pOR{gap:10.6666666667vw}.pTp{width:10.6666666667vw;height:10.6666666667vw}.pPf .pFq{height:.5128205128vw}.pOT,.pPf .pFr{padding:0 3.2vw}.pOT{margin-top:4.1025641026vw;bottom:1.0666666667vw}.pOU{margin-left:-1.0256410256vw;margin-bottom:2.1333333333vw}.pOX{font-size:12px;font-size:3.0769230769vw}.pO0{margin-right:-2.0512820513vw;gap:2.1333333333vw}.pO1{width:auto}.pO5{row-gap:4.2666666667vw}.pO7,.pTr{font-size:14px;font-size:3.7333333333vw}.pO8 .pFn{font-size:12px;font-size:3.2vw}.pO2{right:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.pO2 img{width:14.5709333333vw;height:14.5709333333vw}.pO3{left:4.2666666667vw;column-gap:4.2666666667vw;font-size:14px;font-size:3.7333333333vw}.pO3 img{width:14.5709333333vw;height:14.5709333333vw}.pO1 img{width:10.667vw;height:10.667vw}.pPh{row-gap:3.733vw}.pPj{gap:1.6vw}.pPj img{width:8.533vw;height:8.533vw}.pPl{width:18.4615384615vw}.pPn{font-size:10px;font-size:2.5641025641vw;margin-top:2.0512820513vw}.pPr{width:19.2vw;height:19.2vw}.pPs{width:16vw;height:16vw}.pPu:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.pPw{font-size:3.733vw;margin-left:19.2vw;padding-top:2.4vw}.pPv .pEg{width:19.2vw;height:19.2vw}.pPx{margin-top:2.133vw;margin-left:18vw}.pPy{margin-right:.8vw}.pPz{margin-top:5.33vw}.pPA{margin-right:.8vw}.pPB{margin-right:.533vw}.pPB img{width:3.733vw}.pPD{margin-top:1.6vw;margin-left:18vw}.pPE{width:4.267vw;margin-right:.533vw}.pPF{margin-top:.267vw}.pPG{font-size:3.59vw}.pPH{gap:1.067vw}.pPI{padding-top:1.6vw}.pPJ{text-align:center}.pPK{font-size:2.4vw;margin-top:1.067vw}.pPL{border-radius:2.667vw;margin-top:2.133vw}.pPM{border-radius:3.2vw 3.2vw 0 0}.pPO{top:2.667vw;right:2.667vw}.pPO,.pPP{width:6.4vw}.pPP{bottom:4.8vw}.pPP,.pPQ{left:2.133vw}.pPQ{bottom:2.133vw}.pPQ .pE4{width:17.067vw}.pPR{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.pPS{margin-top:2.133vw;padding-right:2.133vw}.pPT{font-size:3.2vw}.pPU{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.pTw{display:none}.pPV{width:calc(100% - 13.333vw - 4.267vw)}.pPW{font-size:3.733vw;margin-bottom:2.133vw}.pPY{font-size:3.2vw}.pPY.pPZ{font-size:3.733vw;padding-right:2.667vw}.pTx{height:4.71em;line-height:1.57}.pP1{margin-top:3.2vw}.pP3{height:19.733vw;width:13.867vw}.pTy{align-self:flex-end;padding-top:4.267vw}.pP4{width:8.533vw;bottom:-4.267vw}.pP5{margin-top:1.6vw}.pP6{font-size:2.667vw}.pPp.pP7 .pPw{padding-top:5.334vw}.pPp.pP7 .pPI{padding-top:4vw}.pP8{font-size:3.734vw;margin-bottom:3.2vw}.pPV .pIb{margin-top:3.2vw}.pPV .pIb .pI4{font-size:3.2vw}.pP9{margin-bottom:2.133vw}.pQc{font-size:3.733vw}.pQb{height:7.467vw;margin-right:1.067vw;width:5.333vw}.pPP.pQd{bottom:2.133vw}.pQe{align-items:flex-end;display:flex}.pQf{font-size:2.133vw}.pQh{border-radius:3.2vw;margin-top:1.333vw}.pQj{padding:4.267vw;gap:2.133vw}.pQj .pDG{width:30.4vw}.pQm{margin-top:2.133vw}.pQm,.pQo{font-size:3.733vw}.pQo{padding-right:4.267vw}.pQs{width:19.2vw;height:19.2vw}.pQt{width:16vw;height:16vw}.pQv:after{filter:drop-shadow(0 1.067vw 4.267vw rgba(0,0,0,.2));will-change:filter}.pQx{top:2.667vw;left:19.2vw;width:48vw}.pQw .pEg{width:19.2vw;height:19.2vw}.pQB,.pQz{margin-right:.8vw}.pQD{top:9.6vw;left:19.2vw}.pTZ img{width:3.733vw}.pQE{gap:1.067vw}.pQF{padding-top:1.6vw}.pQG{text-align:center}.pQH{font-size:2.4vw;margin-top:1.067vw}.pQI{border-radius:2.667vw;margin-top:2.133vw}.pQJ{border-radius:3.2vw 3.2vw 0 0}.pQL{top:2.667vw;right:2.667vw}.pQL,.pQM{width:6.4vw}.pQM{bottom:4.8vw}.pQM,.pQN{left:2.133vw}.pQN{bottom:2.133vw}.pQN .pE4{width:17.067vw}.pQO{padding:2.133vw 2.133vw 2.133vw 4.267vw;border-radius:0 0 3.2vw 3.2vw}.pQP{margin-top:2.133vw;padding-right:2.133vw}.pQQ{font-size:3.2vw}.pQR{font-size:3.733vw;margin-top:4.267vw;line-height:1.1}.pTz{display:none}.pQS{width:calc(100% - 13.333vw - 4.267vw)}.pQT{font-size:3.733vw}.pQU{font-size:3.2vw;margin-top:3.2vw}.pQU.pQV{font-size:3.733vw;padding-right:2.667vw}.pTB{height:4.71em;line-height:1.57}.pQX{margin-top:3.2vw}.pQZ{height:19.733vw;width:13.867vw}.pTC{align-self:flex-end;padding-top:4.267vw}.pQ0{width:8.533vw;bottom:-4.267vw}.pQ1{margin-top:2.133vw}.pQ2{font-size:2.667vw}.pQ4{border-radius:3.2vw;margin-top:1.333vw}.pQ5{gap:2.133vw;padding:4.267vw}.pQ5 .pDG{height:42.4vw;width:30.4vw}.pRK img,.pRL img{width:10.667vw;height:10.667vw}.pRX{padding:3.7433vw 0 16.5775vw}.pRY{margin-right:4.278vw;margin-bottom:4.278vw;margin-left:19.2513vw}.pTD{width:40.107vw}.pR1{gap:6.4171vw;padding:0 4.278vw 0 19.2513vw}.pR2{width:49.2307692308vw}.pR2 .pJC .pJD.pTE{padding-right:10.6952vw;margin-bottom:2.139vw}.pR2 .pD5{width:10.6952vw}.pR3{width:100%;border-radius:0 3.20856vw 0 0}.pR4{padding:4.2781vw}.pR6{padding:0 4.2781vw}.pR8,.pR8:first-of-type{padding-bottom:4.267vw}.pR8:first-of-type{padding-top:3.2vw}.pR7{display:flex;gap:1.067vw;align-items:center}.pR9{width:8.5561vw;height:8.5561vw}.pSa{width:calc(100% - 10.6952vw);margin-left:10.66vw;top:-3.2vw}.pSb{column-gap:2.6738vw;font-size:12px;font-size:3.20856vw;margin-bottom:4.8vw}.pSc{font-size:14px;font-size:3.7433vw}.pSf{width:calc((100% - 22.402vw)*1.5)}.pSg{width:calc((100% - 22.402vw)*4/3)}.pSd,.pSe{font-size:3.733vw}.pSd .pFA,.pSe .pFC{width:calc(100% - 19.2vw);margin-top:6.4vw}.pSl{width:18.4615384615vw;height:18.4615384615vw;left:-2.0512820513vw;margin-right:-2.0512820513vw;top:0}.pSm{margin-left:5.8128205128vw}.pSn{font-size:14px;font-size:3.5897435897vw}.pSp{margin-left:.5128205128vw}.pSq{margin-right:2.0512820513vw}.pSq,.pSr{font-size:12px;font-size:3.0769230769vw}.pSr{color:hsla(0,0%,100%,.6)}.pSv .pIb .pI4{font-size:3.733vw}.pSs{font-size:14px;font-size:3.5897435897vw;margin-left:auto}.pSt{margin-right:1.0256410256vw}.pSt,.pTH{font-size:14px;font-size:3.7333333333vw}.pSu{margin-top:2.0512820513vw}.pSv{margin-top:4.1025641026vw}.pSw{margin-top:6.1538461538vw}.pSx{font-size:16px;font-size:4.1025641026vw}.pSy{font-size:14px;font-size:3.5897435897vw;padding-right:4.267vw;line-height:1.5714;margin-top:4.1025641026vw}.pSk .pHM{width:6.4vw;height:6.4vw;top:3.2vw;right:2.1333vw}.pSH{border-radius:2.1333333333vw}.pSL{width:100%;padding:6.15384615vw 8.2051282vw}.pSM{font-weight:700;font-size:14px;font-size:3.5897435897vw;line-height:1.5;margin-bottom:5.866666vw}.pSM,.pSN{margin-left:auto;margin-right:auto}.pSN{padding:0;width:calc(100% - 12vw)}.pSN,.pSO{position:relative}.pSO{width:100%}.pSP{background-color:hsla(0,0%,100%,.6);display:grid;grid-template-columns:repeat(5,1fr);height:1.0256410256vw;border-radius:2.0512820513vw;position:relative}.pSQ{position:static}.pSR:after,.pSR:before{content:"";display:block;position:absolute;font-size:14px;font-size:3.5897435897vw}.pSR:before{height:100%;width:40%;transform:translateX(-100%);border-radius:2.0512820513vw}.pSR:after,.pSR:before{background-color:#ff0576}.pSR:after{width:4.1025641026vw;height:4.1025641026vw;bottom:50%;transform:translateY(50%);border-radius:100%;left:calc(40% - 2.133vw)}.pSS{display:flex;justify-content:space-between;font-size:14px;margin-top:3.0769230769vw;margin-left:-1em;margin-right:-1em}.pSS,.pST{font-size:3.5897435897vw}.pST{text-align:center}.pSU{font-weight:700}.pSV{font-size:2.5641025641vw;margin-top:.5128205vw}.pSV,.pSW{display:block}.pSW{position:absolute;bottom:50%;transform:translateY(50%);right:6.1538461538vw}.pTO{width:4.1025641026vw;height:4.1025641026vw}.pTP{width:100%}.pSX,.pSY{padding:0 4.267vw;height:30.4vw}.pSZ{font-size:3.733vw;margin-bottom:4.267vw}.pS0:after{width:4.267vw;height:4.267vw;margin-left:1.067vw;margin-right:.533vw}.pT0 .pzk{font-size:4.267vw}.pSX{height:30.4vw}.pSX,.pSY{padding:0 4.267vw}.pSY{height:38.4vw}.pS1{padding-top:4.267vw;padding-bottom:6.4vw;gap:4.267vw}.pS2{gap:2.133vw}.pS3{font-size:3.733vw}.pS5{margin-left:4.267vw}.pTQ:after{content:"";display:block;flex:0 0 4.267vw}.pS6{width:30.4vw}.pS6:nth-of-type(n+2){margin-left:2.133vw}.pS8{margin-top:2.133vw;width:28vw}.pS9{font-size:3.733vw;margin-right:.533vw}.pTa{margin-top:4.267vw}.pTe{padding:3.2vw 0}.pTh{font-size:3.2vw;margin-left:2.133vw}.pTk{margin:0 .533vw}.pTj{margin-top:2.133vw}.pTl .pJj,.pTl .pK6,.pTl .pK7,.pTl .pK8,.pTl .pK9,.pTl .pLa,.pTl .pLb,.pTl .pLc,.pTl .pLd,.pTl .pLe{width:80%!important;height:80%!important}.pTl li{min-width:60px;margin-right:10%}.pTl li .pTo{font-size:3.2vw}}.pT1{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}.pT1:before{content:"";display:inline-block;height:100%;vertical-align:middle}.pT1::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.pT1.pT2:before{vertical-align:text-top;height:unset}.pT3{display:none}.pT4{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}.pT5{margin:40px}.pT6{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.pT6:hover{opacity:.6}.pNT{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}.pT7{margin:40px}.pT8{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.pT8:hover{opacity:.6}.pT9{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.pT9:hover{opacity:.6}.pUa{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}.pUa,.pUb{position:relative;width:560px}.pUb{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.pUb img{width:100%;height:100%;object-fit:cover}.pUc{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.pUd{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.pUd,.pUe{margin-bottom:24px}.pUe{width:100%}.pUf{text-align:center}.pUg{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}.pUh{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.pUi{display:block;text-align:center;color:#fff;margin-bottom:40px}.pUg .pNx.pNy .pNz,.pUj .pNx.pNy .pNz{width:100%}.pUk{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)}.pUl{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)}.pUl:last-child{margin:0}.pUl input{opacity:0;cursor:pointer;height:0;width:0}.pUl input,.pUm{position:absolute}.pUm{top:0;left:0;height:16px;width:16px}.pUm:after{content:"";position:absolute;display:none}.pUl input:checked~.pUm:after{display:block}.pUl .pUm:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.pUn{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.pUo{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}.pUp{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.pUq{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}.pUq:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.pUj .pNx.pNy{display:block}.pUj .pNx.pNy .pNz{padding:8px 24px}.pUj .pNx.pNy .pNz:hover{background-color:hsla(0,0%,100%,.1)}.pUr{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.pUs{position:absolute;top:0;right:0;cursor:pointer}.pUs:hover{opacity:.6}.pUt{display:inline-flex}.pUt .pL2{width:1px;height:auto;margin:24px 0}.pUu{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)}.pUv{position:relative}.pUv input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.pUv .pzF{font-weight:300;cursor:pointer}.pUv .pzF:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.pUv .pzF img{display:none}.pUv input:checked~.pzF img{display:block}.pUw{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}.pUx{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.pUy{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}.pUy::-webkit-scrollbar{width:28px}.pUy::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.pUy::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.pUz{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.pUA label{position:relative}.pUA input{opacity:0;cursor:pointer;height:0;width:0}.pUA input,.pUB{position:absolute}.pUB{top:3px;left:0;height:16px;width:16px}.pUB:after{content:"";position:absolute;display:none}.pUA input:checked~.pUB:after{display:block}.pUA .pUB:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.pUC{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.pUD{position:absolute;top:16px;right:16px;cursor:pointer}.pUD:hover{opacity:.6}.pUE{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)}.pUF{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pUG{width:24px;height:24px;cursor:pointer}.pUG:hover{opacity:.6}.pUH{font-weight:600;font-size:18px;cursor:pointer}.pUI{margin-bottom:16px}.pUJ{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pUJ li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.pUK{color:#1fb1ff}.pUL{color:#ec28bf}.pUM{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.pUM li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.pUM li,.pUM li span{display:flex;justify-content:center;align-items:center}.pUM li span{width:100%;height:100%;cursor:pointer}.pUM li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.pUM span.pGh{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.pUN{display:flex;align-items:center;justify-content:space-between}.pUN .pzF{width:31.5%;height:36px;padding:0}.pUN .pzz{width:65.5%}.pUO{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}.pUP{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.pUP:hover{opacity:.6}.pUQ{display:none}.pUR{position:absolute;top:16px;left:unset;right:16px}.pUR:hover{opacity:.6}.pUS{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.pT4{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.pT5{margin:40px 16px}.pT6{top:16px;left:unset;right:16px}.pNT{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.pT7{margin:40px 16px}.pT8{top:16px;right:16px;left:unset}.pUa{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.pT9{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.pUb{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}.pUb img{width:100%;height:100%;object-fit:cover}.pUc{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.pUc,.pUd{text-align:center}.pUd{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.pUh{position:absolute;top:64px;left:unset;right:16px}.pUh:hover{opacity:.6}.pUg{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}.pUT{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.pUi{margin-bottom:22px}.pUi .pCi{font-size:16px;line-height:1.625}.pUw{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.pUU,.pUw{height:100%}.pUx{position:absolute;top:16px;right:16px;cursor:pointer}.pUV:before{display:none}.pUE{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.pT1 .pUE{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pUF{margin-bottom:32px}.pUG{width:16px;height:16px}.pUH{font-size:20px}.pUI{margin-bottom:24px}.pUJ li{font-size:14px;line-height:1.5714285714}.pUM{row-gap:8px}.pUM li{font-size:14px;line-height:1.5714285714}.pUN .pzF{width:27.78%;height:48px}.pUN .pzz{width:71.528%;height:48px}.pUW{position:absolute;top:16px;right:16px;cursor:pointer}.pUW:hover{opacity:.6}.pT2:before{display:none}.pUO{border-radius:unset;width:100%;margin:0}.pUP{top:4px;right:4px}.pUX{display:none}.pUQ{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.pT4{border-radius:4.267vw}.pT5{margin:10.667vw 4.267vw}.pT6{top:4.267vw;right:4.267vw}.pNT{border-radius:4.267vw}.pT8{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.pUa{border-radius:4.267vw}.pT9{top:17.067vw;right:4.267vw}.pUb{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.pUc{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.pUd{font-size:4.267vw;padding:0 0 5.333vw}.pUh{top:17.067vw;right:4.267vw}.pUg{padding:6.4vw 4.267vw}.pUg,.pUg:before{border-radius:4.267vw}.pUg:before{padding:.267vw}.pUi{font-size:4.267vw}.pUY{margin-top:4.267vw}.pUk{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.pUl{margin-bottom:4.267vw}.pUl .pUm:after,.pUm{height:4.267vw;width:4.267vw}.pUn{margin-left:6.4vw}.pUn,.pUr{font-size:3.733vw}.pUr{line-height:6.4vw;margin-left:2.133vw}.pUj .pNx.pNy .pNz,.pUq{padding:2.133vw 6.4vw}.pUp{font-size:4.267vw;padding:0 6.4vw 4.267vw}.pUx{top:4.267vw;right:4.267vw}.pUy{border-radius:4.267vw;margin:0 6.4vw}.pUy::-webkit-scrollbar{width:7.468vw}.pUy::-webkit-scrollbar-track{margin:3.2vw 0}.pUy::-webkit-scrollbar-thumb,.pUy::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.pUz{row-gap:6.4vw;padding:6.4vw 3.2vw}.pUB{top:.8vw}.pUA .pUB:after,.pUB{height:4.267vw;width:4.267vw}.pUC{font-size:3.734vw;margin:0 6.4vw}.pUD{top:4.267vw;right:4.267vw}.pUE{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.pUF{margin-bottom:8.533vw}.pUG{width:4.267vw;height:4.267vw}.pUH{font-size:5.334vw;line-height:1}.pUI{margin-bottom:6.4vw}.pUJ{margin-bottom:3.2vw}.pUJ li{width:8.533vw;font-size:3.734vw}.pUM{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.pUM li{width:8.533vw;height:8.533vw;font-size:3.734vw}.pUN .pzF,.pUN .pzz{height:12.8vw}.pUW{top:4.267vw;right:4.267vw}.pUP{top:1.067vw;right:1.067vw}.pUR{top:4.267vw;right:4.267vw}.pUS{text-align:left;width:32vw;margin:0 auto}}.pUZ .pU0{font-size:20px}.pUZ .pU1{font-size:40px}.pUZ .pU2{font-size:16px}@media screen and (max-width:520px){.pUZ .pU3 .pU0{font-size:4.5vw}.pUZ .pU3 .pU1{font-size:9vw}.pUZ .pU3 .pU2{font-size:3.5vw}}.pU4{position:absolute;z-index:-10}@media screen and (max-width:1024px){.pU4{display:none}}.pU4.pU5{right:0}.pU4.pU5,.pU4.pU6{top:0;height:100%;width:calc((100% - 976px)/2)}.pU4.pU6{left:0}.pU4.pU7{top:0}.pU4.pU7,.pU4.pU8{height:24px;width:100%}.pU4.pU8{bottom:0}.pU9 .pVa{position:absolute;right:0;bottom:0}.pU9 .pVa .pDK{width:100%;height:100%}.pU9 .pyY{padding-bottom:48px}.pU9 .pB9{text-align:left;margin:16px 0 56px}.pU9 .pVb .pzG{height:auto;padding:0;width:auto}.pU9 .pDK{bottom:0;position:absolute;right:0}.pU9 .pCe{text-align:center;margin-top:170px}.pU9 .pD5.pVc{display:inline-block;width:16px;position:absolute;top:22%;left:50%;transform:translate(-50%,-50%)}.pU9 .pVd{justify-content:space-between;padding:24px 0}.pU9 .pVb,.pU9 .pVd{align-items:center;display:flex}.pU9 .pVb{flex-grow:1;justify-content:flex-end}.pU9 .pVe{gap:32px}.pU9 .pVf{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.pzI{margin-bottom:0}.pUo{position:absolute;top:40px;z-index:5}.pCg{margin:0 24px 16px}.pzj{margin-top:32px}.pVg{z-index:auto!important}.pU9 .pVh{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:32px;padding-top:80px}.pU9 .pVh .pVi{width:100%}.pU9 .pVj{width:160px}@media screen and (max-width:1024px){.pU9 .pyY{padding-bottom:32px}.pU9 .pB9{text-align:center;margin-top:24px;margin-bottom:24px}.pU9 .pCb{margin-bottom:0}.pU9 .pCe{text-align:center;margin-top:107px}button.pVk:hover{opacity:1!important}.pVl{white-space:nowrap;position:relative;right:.9vh}.pVm{height:32px}.pCg{margin-bottom:24px}.pU9 .pVf{grid-template-columns:repeat(1,1fr);gap:16px}.pU9 .pVh{gap:16px;padding-top:32px}}@media screen and (max-width:375px){.pU9 .pyY{padding-bottom:8.533vw}.pVl{white-space:nowrap;position:relative;right:3vh}.pVm{height:8.533vw}.pU9 .pU9 .pB9{margin-top:6.4vw;margin-bottom:6.4vw}.pU9 .pVd{padding:6.4vw 0}.pU9 .pVe{gap:8.533vw}.pU9 .pVf{gap:4.267vw}.pU9 .pCe{text-align:center;margin-top:28.533vw}.pU9 .pVh{gap:4.267vw;padding-top:8.533vw}}.pVn{display:flex;gap:16px}@media screen and (max-width:1024px){.pzJ:not(:first-child){margin-left:3vw}}