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