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