:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.oPB{width:20px;margin-right:8px}.oPC{margin-left:auto;width:65.7vw;height:37vw}@media screen and (min-width:1025px)and (max-width:1367px){.oPC{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.oPC{width:100vw;height:unset}}.oPD{z-index:55!important}@media screen and (min-width:1025px){.oPC img{mask-repeat:repeat-x;mask-position:right bottom;mask-size:auto 100%;mask-image:url(/assets/img/parts/h_image/h_1_big_picture_inner_bg.png);-webkit-mask-repeat:repeat-x;-webkit-mask-position:right bottom;-webkit-mask-size:auto 100%;-webkit-mask-image:url(/assets/img/parts/h_image/h_1_big_picture_inner_bg.png)}}.zai{transition:opacity .7s;opacity:1;visibility:visible}.zaj{transition:1s;opacity:0;visibility:hidden}.zak{display:none!important}@keyframes zal{0%{opacity:0}to{opacity:1}}.zal{animation:zal .7s linear 0s both}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost:wght@600&display=swap";.s4U{display:block!important}.s4V{display:none!important}.s4W{margin-bottom:0!important}.s4X{text-align:center!important}.s4Y{text-align:left!important}.s4Z{display:none!important}.s40{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.s4V{display:block!important}.s4U{display:none!important}}.s41{max-width:2000px;padding-right:40px;margin-left:auto}.s41,.s42{padding-left:40px;margin-right:auto}.s42{max-width:1960px}.s43{max-width:760px}.s43,.s44{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.s44{width:100%;max-width:1024px}@media screen and (min-width:1025px){.s45{display:block;padding-left:64px}.s46{padding-bottom:80px;min-height:calc(100vh - 80px)}.s46.s47{min-height:calc(100vh - 116px)}.s46.s48{min-height:calc(100vh - 161px)}.s46.s49{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.s46{padding-bottom:80px;min-height:calc(100vh - 66px)}.s46.s47{min-height:calc(100vh - 181px)}.s46.s48{min-height:calc(100vh - 226px)}.s46.s49{min-height:calc(100vh - 924px)}.s41{padding-right:16px}.s41,.s42,.s43{padding-left:16px}.s43{padding-right:16px}}@media screen and (min-width:1365px){.s42{max-width:1960px}}@media screen and (min-width:2065px){.s42{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.s5a{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.s5a .s5b{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.s5a .s5b.s5c{overflow-y:hidden}.s5a .s5b.s5c:hover{overflow-y:auto}.s5a .s5d{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}.s5a .s5d span{display:none}.s5a .s5d span.s5e{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}.s5a .s5d span.s5e:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.s5a .s5d span.s5f{font-size:12px;line-height:12px}.s5a .s5d span.s5g{display:block}.s5a nav{position:relative;z-index:2;margin-left:8px;height:100%}.s5a .s5h{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}.s5a .s5i{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.s5a nav .s5j{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}.s5a nav>ul{position:absolute;left:5px;z-index:2}.s5a nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.s5a nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.s5a nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.s5a 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}.s5a nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.s5a nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.s5a nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.s5a nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.s5a nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.s5a nav>ul>li .s5k{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.s5a nav>ul>li .s5k: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}.s5a nav>ul>li .s5k.s5l:after{width:48px;left:0;padding:0 8px}.s5a nav>ul>li .s5k.s5m:after{width:85px;left:70px;padding:0 8px}.s5a nav>ul>li .s5k li{position:relative;z-index:5;text-align:center}.s5a nav>ul>li .s5k li a{height:28px;line-height:28px}.s5a nav>ul>li .s5k li:first-child{margin-right:16px}.s5a nav>ul>li .s5k li:first-child a{padding:0 8px}.s5a nav>ul>li .s5k li a{display:block;font-size:12px}.s5a nav>ul>li .s5k li a:before{display:none}.s5a nav>ul>li.s5g a{position:relative;height:100%;font-weight:600}.s5a nav>ul>li.s5g a:before{top:17px}.s5a nav>ul>li.s5g:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.s5a nav>ul>li.s5g:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.s5a nav>ul>li.s5g:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.s5a nav>ul>li.s5g:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.s5a nav>ul>li.s5g:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.s5a.s5n{width:254px}.s5a.s5n a span{opacity:1;margin-left:0}.s5a.s5n .s5d{opacity:1;margin-left:20px}.s5a.s5n .s5k{opacity:1;margin-left:50px}.s5a #s5o{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.s5a #s5o .s5p{background:rgba(0,0,0,0)}.s5a #s5o .s5p:after,.s5a #s5o .s5p:before{margin-top:0}.s5a #s5o .s5p:before{transform:rotate(-45deg)}.s5a #s5o .s5p:after{transform:rotate(-135deg)}.s5a #s5q,.s5a #s5q:after,.s5a #s5q: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%}.s5a #s5q:after,.s5a #s5q:before{content:"";left:0}.s5a #s5q:before{margin-top:-9px}.s5a #s5q:after{margin-top:7px}}@media screen and (max-width:1024px){.s5a{display:none!important}}@media screen and (max-width:375px){.s41,.s43{padding-right:4.267vw}.s41,.s42,.s43{padding-left:4.267vw}.s46{padding-bottom:21.333vw}}.s5r{font-size:24px;font-weight:600;line-height:1.7083333333}.s5s{font-size:18px;line-height:1.444}.s5s,.s5t{font-weight:600;text-align:center}.s5t{font-size:24px;line-height:1.7083333333}.s5u{text-align:center}.s5u,.s5v{font-size:32px;font-weight:600}.s5v{line-height:1.857142}h2.s5w{font-weight:600;font-size:24px}.s5w,.s5x{font-size:16px}.s5w,.s5x,.s5y{font-weight:600}.s5y{font-size:24px;line-height:1.333}.s5z{font-size:20px;line-height:1.35}.s5A,.s5z{font-weight:600}.s5A{font-size:14px;line-height:1.3571428571}.s5B{font-weight:600;font-size:16px;line-height:1.3125}.s5C,.s5D{font-size:20px;line-height:1.7}.s5C,.s5D,.s5E{font-weight:600}.s5E{font-size:14px;line-height:1.3571428571}.s5F{font-size:12px;line-height:1.3333333333}.s5F,.s5G{font-weight:600}.s5G{font-size:16px;line-height:1.625}.s5H{font-size:14px;line-height:1.2857142857}.s5H,.s5I{font-weight:600}.s5I{font-size:12px;line-height:1.5}.s5J,.s5K{font-size:16px;line-height:1.625}.s5L{font-size:14px;line-height:1.5714285714}.s5M,.s5N{font-size:16px;line-height:1.625;text-align:center}.s5N{margin-bottom:20px}.s5O{font-size:14px;line-height:1.5714285714}.s5P{font-size:12px;line-height:1.5}.s5Q{font-size:16px;line-height:1.125}.s5R{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.s5S{font-size:14px;line-height:1.5714285714}.s5T{font-weight:300;font-size:10px;line-height:2.2}.s5U{padding-left:1.5em;text-indent:-1.68em}.s5U>li:not(:last-of-type){margin-bottom:16px}.s5V{font-size:14px;line-height:1.5714285714}.s5V:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.s5W{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.s5W li{text-align:-webkit-match-parent}.s5W>li:not(:last-of-type){margin-bottom:16px}.s5X{font-size:14px;line-height:1.5714285714}.s5Y{border-top:1px solid hsla(0,0%,100%,.3)}.s5Y li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.s5Z{font-weight:600;white-space:nowrap;margin-right:1em}.s50{text-align:right;word-break:keep-all}.s50 span{margin-left:24px}.s51{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.s51 .s52{font-size:14px;line-height:1.5714285714}.s53{color:#bababa}.s53,.s54{font-size:12px}.s54,.s55{font-weight:600}.s55{font-size:20px;line-height:1}.s56{display:grid;grid-row-gap:16px;row-gap:16px}.s57{font-weight:600;font-size:24px;line-height:1.333}.s58{font-size:16px;line-height:1.625}.s59{font-weight:600;font-size:40px;line-height:1.4}.s6a{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.s5r{text-align:center}.s5s{font-size:24px;line-height:1.7083}.s5u{font-size:20px}.s5v{font-size:14px}.s5w,h2.s5w{font-size:16px}.s5y{font-size:20px;line-height:1.3}.s5A,.s5B,.s5z{font-size:16px;line-height:1.625}.s5C{font-size:20px;line-height:1.3}.s5D,.s5E,.s5F,.s5G{font-size:14px;line-height:1.5714285714}.s5H,.s5I{font-size:12px;line-height:1.5}.s5K,.s5L,.s5M,.s5N{font-size:14px;line-height:1.5714285714}.s5O,.s5P,.s5Q{font-size:12px;line-height:1.5}.s5R,.s5S{font-size:10px;line-height:1.5}.s5S,.s5T{margin-left:1em;text-indent:-1em}.s5T{font-size:10px;line-height:1.5}.s5U>li:not(:last-of-type){margin-bottom:16px}.s5V{font-size:14px;line-height:1.5714285714}.s5W{-webkit-padding-start:16px;padding-inline-start:16px}.s55{line-height:1.125}.s55,.s59{font-size:16px}.s59{line-height:1.625}.s6a{margin-top:5px;font-size:10px;width:240px;padding-left:0}.s6b{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.s56{row-gap:8px}.s57{font-size:14px;line-height:1.5714285714}.s58{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.s56{row-gap:12px}.s57{font-size:16px;line-height:1.625}.s58{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.s5r,.s5s,.s5t{font-size:6.4vw}.s5u{font-size:5.333vw}.s5v{font-size:3.733vw}.s5w,h2.s5w{font-size:4.267vw}.s5y{font-size:5.334vw}.s5A,.s5B,.s5z{font-size:4.267vw}.s5C{font-size:5.334vw}.s5D{font-size:3.733vw}.s5E,.s5F{font-size:3.734vw}.s5G{font-size:3.733vw}.s5H,.s5I{font-size:3.2vw}.s5J{font-size:4.267vw}.s5K,.s5L,.s5M,.s5N{font-size:3.733vw}.s5O,.s5P,.s5Q{font-size:3.2vw}.s5R,.s5S,.s5T{font-size:2.667vw}.s5V,.s5V:before{font-size:3.733vw}.s5V:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.s5U>li:not(:last-of-type){margin-bottom:4.267vw}.s5X{font-size:3.733vw}.s5W{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.s5W>li:not(:last-of-type){margin-bottom:4.267vw}.s5Y li{font-size:3.733vw;padding:4.267vw 0}.s50 span{margin-left:6.4vw}.s51 .s52{font-size:3.733vw}.s53,.s54{font-size:3.2vw}.s55{font-size:4.267vw}.s56{row-gap:2.133vw}.s57{font-size:3.734vw}.s58{font-size:3.2vw}.s59{font-size:4.267vw}.s6a{font-size:2.667vw}}.s6c{position:relative}.s6d{display:flex;gap:24px}.s6e,.s6f,.s6g,.s6h{font-size:10px;line-height:1;padding:2px 3px}.s6e{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.s6e.s6i{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.s6j{display:flex;gap:4px}.s6f{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.s6f.s6k{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.s6l{display:flex;gap:4px}.s6g{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.s6m{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.s6h,.s6m{display:flex}.s6h{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.s6h span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.s6h small{font-family:SF Pro Text Regular,sans-serif}.s6n,.s6o,.s6p{display:flex;gap:4px}.s6q{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}.s6r{display:flex;gap:4px}.s6s{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.s6t{margin-top:4px;margin-left:36px}.s6u{display:flex;align-items:center}.s6v{margin-right:4px}.s6v,.s6v.s6w{display:flex;justify-content:center;align-items:center}.s6v.s6w{margin:0 8px}.s6x{display:flex;gap:4px}.s6y{margin-bottom:2px}.s6z{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.s6z.s6A{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.s6z.s6B{color:#ff0576;background:#fff}.s6z.s6C{width:14px;height:14px}.s6z.s6D{color:#fff;background:rgba(225,225,225,.3)}.s6z.s6E{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.s6F{display:flex;gap:4px}.s6G{width:38px;height:38px}.s6H{display:flex;gap:4px}.s6I{width:14px;height:14px}.s6J{padding:5px 4px 3px 5px}.s6J,.s6K{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.s6K{padding:4px}.s6L{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.s6M{opacity:0}.s6N{padding:3px 3.5px 2.25px 4px}.s6O{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}.s6P{display:flex;gap:12px}.s6Q{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.s6Q,.s6R{display:inline-flex;align-items:center;color:#fff}.s6R{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.s6R:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.s6m{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.s6h span{border-radius:1.1538461538vw}.s6q,.s6s{border-radius:.5769230769vw}.s6t{margin-left:10vw}.s6y{margin-bottom:2px}.s6S{margin-left:8px}.s6O,.s6Q{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.s6e,.s6f,.s6g,.s6h{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.s6t{margin-left:40px}.s6S{margin-left:0}}@media screen and (max-width:375px){.s6d{gap:6.4vw}.s6T{width:5.867vw;height:6.4vw}.s6j,.s6l{gap:1.067vw}.s6E{font-size:2.333vw}.s6m{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.s6h span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.s6n{gap:1.067vw}.s6U{width:10.133vw;height:10.133vw}.s6o{gap:1.067vw}.s6V{height:4.533vw}.s6p{gap:1.067vw}.s6q{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.s6r{gap:1.067vw}.s6s{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.s6x{gap:1.067vw}.s6z{padding:.533vw .8vw;font-size:2.133vw}.s6C{width:3.733vw;height:3.733vw}.s6F{gap:1.067vw}.s6G{width:10.133vw;height:10.133vw}.s6H{gap:1.067vw}.s6I{width:3.733vw;height:3.733vw}.s6J{padding:1.333vw 1.067vw .8vw 1.333vw}.s6J,.s6K{font-size:2.667vw;border-radius:1.067vw}.s6K{padding:1.067vw}.s6O{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.s6P{gap:3.2vw}.s6Q{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.s6W,.s6X{text-align:center}.s6X{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}.s6X:hover{opacity:.6}.s6X.s6Y,.s6Z.s6Y{font-size:14px;width:unset;min-width:160px;height:36px}.s6Z.s6Y .s60{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.s61{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.s61,.s62{width:20px;height:20px;margin-right:8px;transition:all .2s}.s62{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.s63{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.s61.s64{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s65{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.s65,.s66{width:20px;height:20px;margin-right:8px;transition:all .2s}.s66{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.s6X:disabled{background:#bababa;pointer-events:none}.s67{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){.s67:hover{opacity:.6}}@media screen and (max-width:1024px){.s67:active{opacity:.6}}.s68{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.s68.s69{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s67:disabled{background:#bababa;pointer-events:none}.s6W li:not(:last-child){margin-bottom:16px}.s6Z{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}.s6Z:hover{opacity:.6}.s6Z img{margin-left:8px}.s6Z img,.s7a{filter:invert(1)}.s7a{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.s7a.s7b{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s6Z:disabled{color:#fff;background:#bababa;pointer-events:none}.s6Z:disabled .s7a{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.s7c{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){.s7c:hover{opacity:.6}}@media screen and (max-width:1024px){.s7c:active{opacity:.6}}.s7d{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}.s7d.s7e{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s7c:disabled{color:#fff;background:#bababa;pointer-events:none}.s7c:disabled .s7d{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.s7f{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.s7f:hover{opacity:.6}.s7f img{width:20px;margin-right:8px}.s7f:disabled{pointer-events:none}.s7f:disabled *{opacity:.3}.s7g{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.s7g:hover{opacity:.6}.s7g img{width:20px;margin-right:8px}.s7h{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);display:inline-block}.s7h:disabled,.s7h:hover{color:hsla(0,0%,100%,.3)}.s7g:disabled,.s7h:disabled{pointer-events:none}.s7g:disabled *{opacity:.3}.s7i{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.s7i:hover{opacity:.6}.s7i img{width:20px;margin-right:8px}.s7j{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.s7j:hover{opacity:.6}.s7j img{width:20px;margin-right:8px}.s7k{font-weight:300}.s7l{padding:0;margin-bottom:24px}.s7l,.s7m{text-align:left;position:relative}.s7m{font-weight:300;font-size:14px;color:#fff;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center;line-height:0}.s7m:not(:first-child){margin-left:24px}.s7m:hover{opacity:.6}.s7n{width:24px}.s7o{font-size:14px;margin-left:8px}.s7p{margin-bottom:16px}.s7q{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.s7q:hover{background-color:hsla(0,0%,100%,.1)}.s7r{font-weight:600;font-size:14px;text-align:left;color:#fff}.s7s{width:16px;transition:all .3s}.s7s.s7t{transform:rotate(180deg)}.s7u{display:none;padding-top:8px}.s7u.s7t{display:block}.s7v{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.s7v,.s7w{text-align:left}.s7w{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.s7x{display:inline-block;max-width:320px;width:100%}.s7y{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.s7y:hover{border:1px solid #fff}.s7z{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.s7A{width:16px;transition:.3s ease-out}.s7A.s7B{transform:rotate(-180deg)}.s7C{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.s7D{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.s7C::-webkit-scrollbar{width:20px}.s7C.s5c::-webkit-scrollbar{width:24px}.s7C::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.s7C::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.s7C span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.s7C .s7E{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.s7F{display:none}.s7F.s7G{display:block}.s7H{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.s7H,.s7I{-webkit-background-clip:padding-box;background-clip:padding-box}.s7I{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.s7J{width:calc(100% - 72px)}.s7J,.s7K{text-align:left}.s7K{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.s7K.s7L{margin-bottom:5px}.s7M{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.s7N{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.s7N input{opacity:0;width:0;height:0}.s7O{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.s7O,.s7O:before{position:absolute;transition:.4s}.s7O:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.s7N input:checked+.s7O{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.s7N input:checked+.s7O:before{transform:translateX(24px)}.s7I.s7P .s7J{opacity:.4}.s7I.s7P .s7N{opacity:.4;pointer-events:none}.s7Q{text-align:center}.s7R{display:inline-flex;font-size:16px;justify-content:center;position:relative}.s7R>li:not(:last-child){margin-right:32px}.s7S{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.s7T{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.s7S.s7U{color:#fff;pointer-events:none}.s7S.s7U:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s7V{overflow-x:auto}.s7V::-webkit-scrollbar{display:none}.s7W{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.s7W>li:not(:last-child){margin-right:24px}.s7X{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.s7Y{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.s7X.s7Z{color:#fff;font-weight:600;pointer-events:none}.s7X.s7Z:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s70{width:auto;padding:0;display:flex;justify-content:space-around}.s71{position:relative;display:inline-block;width:132px;height:28px}.s71 input{opacity:0;width:0;height:0}.s72{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.s73{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.s73:last-of-type{font-weight:300;padding-right:2px}.s72: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}.s71 input:checked+.s72:before{transform:translateX(66px);left:0}.s71 input:checked+.s72 .s73:last-child,.s71 input:not(:checked)+.s72 .s73:first-child{opacity:1}@media screen and (max-width:1024px){.s74{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.s74{display:flex;justify-content:center}.s74>:not(:last-child){margin-right:32px}}.s75{display:flex;justify-content:center;opacity:.6;position:relative}.s75.s76{opacity:1;pointer-events:none}.s75.s76: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%}.s77{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.s78{display:none;width:32px;margin-bottom:9px}.s79{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.s8a{flex-wrap:wrap;gap:8px}.s8a,.s8b{display:flex;margin:0}.s8b{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.s8b,.s8c{transition:all .2s}.s8c{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.s8d:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s8e{width:114px;height:32px;padding:0;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.s8f{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}.s8g:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.s8b.s8h{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s8b.s8h .s8c{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.s8b.s8h .s8d:before{content:"フォロー中";color:#fff}.s8i{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}.s8i,.s8j{transition:all .2s}.s8j{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.s8k:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s8i.s8l{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s8i.s8l .s8j{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.s8i.s8l .s8k:before{content:"ブロック中";color:#fff}.s8m{flex-wrap:wrap;gap:8px}.s8m,.s8n{display:flex;margin:0}.s8n{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.s8n,.s8o{transition:all .2s}.s8o{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.s8p:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s8n.s8q{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s8n.s8q .s8o{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}.s8n.s8q .s8p:before{content:"ミュート中";color:#fff}.s8r{text-align:left;margin:0}.s8s{width:130px;height:40px;border-radius:20px;background:#fff}.s8s:hover{opacity:.6}.s8t{font-weight:600;font-size:14px;text-align:center;color:#151515}.s8u{text-align:left;margin:0}.s8v{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}.s8w{font-weight:600;font-size:12px;color:#fff}.s8x{width:20px;margin-left:8px}.s8y{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}.s8z{text-align:left;margin:0}.s8A{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.s8A:hover{opacity:.6}.s8B{font-weight:600;font-size:16px;text-align:left}.s8B,.s8C{color:#000}.s8C{font-weight:300;font-size:14px;text-align:right}.s8D{text-align:left;margin:0}.s8E{width:100%;height:48px;border-radius:24px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.s8E:hover{opacity:.6}.s8F{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}.s8F,.s8G{font-weight:600;color:#fff}.s8G{font-size:14px;text-align:right;flex:1 1}.s8H{padding:0}.s8I{max-width:480px}.s8J{font-weight:300;font-size:14px;text-align:left;color:#fff}.s8K{display:flex;align-items:center;cursor:pointer}.s8K:last-child{margin-right:0}.s8L{position:absolute;opacity:0;width:0;height:0}.s8M{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.s8L:checked+.s8M:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.s8N{margin-left:auto;transition:.2s ease-out}.s8N.s8O{transform:rotate(-180deg)}.s8L:checked+.s8M{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid rgba(0,0,0,0)}.s8P{display:none;margin-left:32px}.s8P.s8O{display:block}.s8Q{margin-top:16px;cursor:pointer}.s8Q,.s8R{display:flex;justify-content:space-between;align-items:center}.s8R{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s8S{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.s8S span{display:block}.s8T{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}.s8U{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.s8V{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}.s8V::-webkit-inner-spin-button,.s8V::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.s8W{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.s8X{padding:0;text-align:left}.s8Y{width:auto;height:32px;padding:0 16px;border-radius:16px;background:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.s8Y:hover{opacity:.6}.s8Z{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.s80{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.s81{padding:0;text-align:left}.s82{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.s82:hover{opacity:.6}.s83{font-weight:600;font-size:12px;text-align:center;color:#fff}.s84{padding:0}.s85{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.s86{font-weight:600;font-size:12px;text-align:center;color:#fff}.s87{padding:0;text-align:left}.s88{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.s88:hover{opacity:.6}.s89{font-weight:600;font-size:12px;text-align:center;color:#151515}.s9a{padding:0;text-align:left}.s9b{width:114px;height:32px;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.s9b:hover{opacity:.6}.s9c{font-weight:600;font-size:12px;text-align:center;color:#fff}.s9d{width:14px;margin-right:5.23px}.s9e{padding:0;text-align:left}.s9f{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.s9f img{width:100%}.s9g{padding:0;text-align:left}.s9h{width:32px;height:32px;position:relative;cursor:pointer}.s9h,.s9i{display:block}.s9i{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.s9j{background-color:rgba(150,150,150,.6)}.s9k{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.s9k,.s9l .s9j{opacity:0}.s9l .s9k{opacity:1}@keyframes tlC{0%{width:0}to{width:7px}}@keyframes tlD{0%{width:7px}to{width:0}}@keyframes tlE{0%{width:0}to{width:11px}}@keyframes tlF{0%{width:11px}to{width:0}}@keyframes tlG{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tlH{0%{opacity:0}to{opacity:1}}@keyframes tlI{0%{opacity:1}to{opacity:0}}.s9m{padding:0;text-align:left}.s9n{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.s9n:hover{opacity:.6}.s9o{font-weight:600;font-size:14px;text-align:center;color:#151515}.s9p{padding:0;text-align:left}.s9q{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.s9q:hover{opacity:.6}.s9r{font-weight:600;font-size:14px;text-align:center;color:#151515}.s9s{width:20px;margin-left:8px}.s9t{padding:0;text-align:left}.s9u{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.s9u:hover{opacity:.6}.s9v{font-weight:600;font-size:14px;color:#151515}.s9v,.s9w{text-align:center}.s9w{display:block;padding:0}.s9x{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.s9y{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.s9y>li:not(:last-child){margin-right:16px}.s9z{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.s9z.s9A:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.s9B{color:#fff;font-weight:600;pointer-events:none}.s9B:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s9C{display:flex;width:auto;justify-content:flex-end}.s9C button:not(:last-child){margin-right:8px}.s9D{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.s9D.s9E{background:#fff;padding:0 14px}.s9D:hover{opacity:.6}.s9F{font-weight:600;font-size:12px;text-align:center;color:#fff}.s9D.s9E .s9F{color:#151515}.s9G{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}.s9H{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){.s67,.s6X,.s6Z,.s7c,.s7f,.s7g,.s7i,.s7j{width:100%}.s7x{max-width:unset}.s7W>li:not(:last-child){margin-right:16px}.s74{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))}.s78{display:block}.s79{font-size:12px}.s8I{max-width:none}.s8U{gap:0;flex-direction:column;align-items:flex-start}.s8K:last-child{margin-right:0;margin-left:32px;margin-top:13px}.s9n{min-width:unset;height:22px;border-radius:16px}.s9o{font-size:10px}.s9q{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.s9r{font-size:12px}.s9s{margin-left:4px}.s9u{min-width:unset;height:22px;border-radius:16px}.s9v{font-size:10px}.s9x{font-size:16px;padding-bottom:16px}.s9I{overflow:auto}.s9I::-webkit-scrollbar{display:none}.s9y{justify-content:center;width:calc(518px + 100% - 2em)}.s9y>li:not(:last-child){margin-right:16px}.s9z{font-size:16px;padding:12px 0}.s9z.s9A:before{height:5px;width:5px}.s9B:after{height:4px}.s9G{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.s9b{width:64px}}@media screen and (max-width:375px){.s6W li:not(:last-child){margin-bottom:4.267vw}.s6X,.s6Z,.s7f{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.s61,.s68,.s7a,.s7d{width:5.333vw;height:5.333vw;margin-right:2.133vw}.s67,.s7c,.s7g,.s7j{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.s6Z img{margin-left:2.133vw}.s7f img,.s7g img,.s7i img,.s7j img{width:5.333vw;margin-right:2.133vw}.s7h{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.s7i{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.s7l{margin-bottom:6.4vw}.s7m{font-size:3.733vw}.s7m:not(:first-child){margin-left:6.4vw}.s7n{width:6.4vw}.s7o{font-size:3.733vw;margin-left:2.133vw}.s7p{margin-bottom:4.267vw}.s7q{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s7r{font-size:3.733vw}.s7s{width:4.267vw}.s7u{padding-top:2.133vw}.s7v{font-size:3.733vw;padding:2.133vw}.s7w{gap:4.267vw}.s7y{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s7y:hover{border:.267vw solid #fff}.s7z{font-size:3.733vw;line-height:4.8vw}.s7A{width:4.267vw}.s7C{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}.s7C::-webkit-scrollbar{width:5.333vw}.s7C.s5c::-webkit-scrollbar{width:24px}.s7C::-webkit-scrollbar-track{margin:2.133vw 0}.s7C::-webkit-scrollbar-thumb,.s7C::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.s7C span{font-size:3.733vw;padding-left:6.4vw}.s7C .s7E{background-size:4.267vw}.s7H{border-top:.267vw solid hsla(0,0%,100%,.3)}.s7I{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.s7J{width:calc(100% - 18.462vw)}.s7K{font-size:3.733vw}.s7K.s7L{margin-bottom:1.333vw}.s7M{font-size:3.2vw}.s7N{width:14.933vw;height:8.533vw}.s7O{border-radius:4.8vw}.s7O:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.s7N input:checked+.s7O:before{transform:translateX(6.154vw)}.s7R{font-size:4.267vw}.s7R>li:not(:last-child){margin-right:8.533vw}.s7S{padding-bottom:3.2vw}.s7S.s7U:after{height:1.067vw}.s7W{font-size:4.267vw}.s7W>li:not(:last-child){margin-right:4.267vw}.s7X{padding-bottom:3.2vw}.s7X.s7Z:after{height:1.067vw}.s71{width:33.846vw;height:7.179vw}.s72{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.s73{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.s73:last-of-type{padding-right:.533vw}.s72:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.s71 input:checked+.s72:before{transform:translateX(17.6vw)}.s74{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.s78{width:8.533vw;margin-bottom:2.4vw}.s79{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.s75.s76:after{height:1.067vw}.s8a{gap:2.133vw}.s8b{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s8c{margin-right:1.067vw}.s8d:before{font-size:3.2vw}.s8e{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.s8f{margin-right:1.067vw}.s8g:before{font-size:3.2vw;line-height:4.8vw}.s8b.s8h{border:.267vw solid hsla(0,0%,100%,.3)}.s8i{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s8j{margin-right:1.067vw}.s8k:before{font-size:3.2vw}.s8i.s8l{border:.267vw solid hsla(0,0%,100%,.3)}.s8m{gap:2.133vw}.s8n{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s8o{margin-right:2.133vw}.s8p:before{font-size:3.2vw}.s8n.s8q{border:.267vw solid hsla(0,0%,100%,.3)}.s8n.s8q .s8o{width:4.267vw;height:4.267vw;margin-right:2.133vw}.s8s{width:34.667vw;height:10.667vw;border-radius:5.333vw}.s8t{font-size:3.733vw}.s8v{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.s8w{font-size:3.2vw}.s8x{width:5.333vw;margin-left:2.133vw}.s8y{font-size:4.267vw;letter-spacing:.069vw}.s8A,.s8y{height:12.8vw;border-radius:6.4vw}.s8A{padding:0 4.267vw}.s8B{font-size:4.267vw}.s8C{font-size:3.733vw}.s8E{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.s8F{font-size:3.2vw}.s8G,.s8J{font-size:3.733vw}.s8M{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.s8L:checked+.s8M:before{width:3.2vw;height:3.2vw}.s8L:checked+.s8M{border-radius:6.4vw;width:6.4vw;height:6.4vw}.s8K:last-child,.s8P{margin-left:8.533vw}.s8K:last-child{margin-top:3.333vw}.s8Q{margin-top:4.267vw}.s8R{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s8S{width:calc(100% - 11.733vw);font-size:3.2vw}.s8T{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.s8V{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.s8W{font-size:3.2vw}.s8Y{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.s8Z{font-size:3.2vw;line-height:4.8vw}.s80{width:4.267vw;margin-left:1.6vw}.s82{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s83{font-size:3.2vw}.s85{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s86{font-size:3.2vw}.s88{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s89{font-size:3.2vw}.s9b{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.s9c{font-size:3.2vw}.s9d{width:3.733vw;margin-right:1.395vw}.s9n{height:5.867vw;border-radius:4.267vw}.s9o{font-size:2.667vw}.s9q{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.s9r{font-size:3.2vw}.s9s{width:5.333vw;margin-left:2.133vw}.s9u{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.s9v{font-size:2.677vw}.s9x{font-size:4.267vw;padding-bottom:4.267vw}.s9y{width:calc(138.133vw + 100% - 2em)}.s9y>li:not(:last-child){margin-right:4.267vw}.s9z{font-size:4.267vw;padding:3.2vw 0}.s9z.s9A:before{height:1.333vw;width:1.333vw}.s9B:after{height:1.067vw}.s9C{width:78.933w}.s9C button:not(:last-child){margin-right:2.133vw}.s9D{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.s9D.s9E{padding:0 3.733vw}.s9F{font-size:3.2vw}.s9G{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.s9J,.s9K{flex:1 1;display:flex;flex-direction:column}.s9J .s9L,.s9K .s9M{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}.s9K .s9M{line-height:1.5714285714}.s9J .s9L{max-width:100%}.s9J .s9L::placeholder,.s9K .s9M::placeholder{color:#fff;opacity:.6}.s9J .s9L.s9N{border:none;background-color:unset}.s9J .s9L.s9O{font-size:14px}.s9J .s9L.s9P,.s9K.s9Q .s9M{border:1px solid #ff624f}.s9J .s9R,.s9K .s9R{-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}.s9K .s9S{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.s9K.s9Q .s9S{color:#ff624f}.s9T{width:480px}.s9T.s9K .s9M{height:170px;outline:none}.s9U input[type=text]{padding:0}.s9U{width:720px}.s9U,.s9U .s9V{display:flex;align-items:center}.s9U .s9V{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)}.s9U .s9V .s9L{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.s9U .s9V .s9L:focus-visible{outline:none}.s9U .s9V .s9W{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.s9U .s9V .s9X{display:none;position:absolute;right:10px;cursor:pointer}.s9U .s9V.s9Y .s9X{display:block}.s9U .s9V .s9Z{padding-left:26px}.s9U .s90{display:none}.s9U.s91 .s90{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.s92{display:flex;justify-content:center;gap:15px}.s93{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}.s93:focus,.s93: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)}.s94.s9J{flex:1 1;display:flex;flex-direction:row;width:720px}.s94.s9J .s95{flex:1 1}.s94.s9J .s96{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.s94.s9J .s96 .s97{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.s98.s99{display:flex;flex-wrap:wrap;gap:16px}.s98.s99 .taa{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.s98.s99 .taa:last-child{margin-right:0}.s98.s99 .taa .tab{position:absolute;opacity:0;width:0;height:0}.s98.s99 .taa .tac{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.s98.s99 .taa .tab:checked+.tac{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}.s98.s99 .taa .tad{font-size:14px;line-height:1.5714285714}.tae.taf{display:flex;flex-direction:column;gap:16px}.tae.taf .tag{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tae.taf .tag .tah{position:absolute;opacity:0;width:0;height:0}.tae.taf .tag .tai{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tae.taf .tag .tah:checked+.tai{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tae.taf .tag .tai:hover{cursor:pointer}.taj{list-style:none;padding:0;margin:0}.taj,.tak{-webkit-background-clip:padding-box;background-clip:padding-box}.tak{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tal{position:relative;display:inline-block;width:56px;height:32px}.tal input{opacity:0;width:0;height:0}.tam{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tam,.tam:before{position:absolute;transition:.4s}.tam:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tal input:checked+.tam{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tal input:checked+.tam:before{transform:translateX(24px)}.tak.tan{opacity:.4;pointer-events:none}.tao .tal{position:relative;display:inline-block;width:40px;height:24px}.tao .tam:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tao .tal input:checked+.tam:before{transform:translateX(16px)}.tap{display:flex;flex-wrap:wrap;max-width:478px}.tap .taq{display:flex;align-items:center;margin:0 8px 16px 0}.tap.s99 .tar:last-child{margin-right:0}.tap .taq .tas{position:absolute;opacity:0;width:0;height:0}.tap .taq .tat{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}.tau .tap .taq .tat{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tap .taq .tas:checked+.tat{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tav .taw:hover{cursor:pointer;opacity:.6}.tav .s7g{pointer-events:none;margin-bottom:0;width:240px}.tav .tax,.tav .tay{display:flex;align-items:center}.tav .tay{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tav .taw .taz{position:absolute;opacity:0;width:0;height:0}.tav .taw .s7g{padding:11px 28px}.tav .tax .taA{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}.tav .tax .taB{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.taC{overflow:auto}.taC.taD{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}.taC::-webkit-scrollbar{display:none}.taC .taE{position:relative;width:96px;height:96px}.taC .taE .taF{width:-moz-fit-content;width:fit-content}.taC .taE .taG{position:absolute;opacity:0;width:0;height:0}.taC .taE .taH{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.taC .taE .taI{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.taC .taJ .taG:checked+.taF .taI{display:block}.taC .taJ .taG:checked+.taF .taH{background-color:rgba(0,0,0,.4);pointer-events:none}.taK{display:flex;flex-direction:column;gap:12px}.taL .taM{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}.taL .taN{background-color:#fff}.taL .taM:focus-visible{background-color:#fff;color:#333}.taO{flex-direction:column}.taO,.taP{display:flex}.taP{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.taO li{position:relative;flex:1 1;margin-bottom:24px}.taO .taQ{position:absolute;opacity:0;width:0;height:0}.taO li .taR{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}.taO li .taQ:checked+.taR{border:1px solid #fff}.taO li .taS{margin-bottom:24px}.taO li .taT{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.taO li .taU{margin-bottom:8px}.taO li .taU,.taO li .taV{font-size:14px;font-weight:300;color:#fff}.taW{display:flex;flex-direction:column;width:100%}.taO li .taX .s7h{width:64px}.taX{display:flex;column-gap:16px;margin-top:40px}.taY{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.taY.taZ{border:1px solid #fff}.taY .ta0{cursor:pointer;display:flex;align-items:center;padding:42px}.taY .ta0:hover{opacity:.6}.taY .ta0 img{margin-right:10px;width:20px;height:20px}.taY .ta0 .ta1{font-size:20px;font-weight:600}.taY .ta2{transition:opacity .5s}.taY .ta2.ta3{opacity:0}.taY .ta4{margin:0 auto 40px;width:calc(100% - 84px)}.taY .ta2 .ta5{margin:0 auto;padding:0 181px 40px}.taY .ta2 .ta6{gap:16px}.taY .ta2 .ta6 .taM{max-width:100%;width:100%}.taY .ta7{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.taY .ta7 .ta8{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.taY .ta7 .ta9{font-size:12px;font-weight:600;line-height:1.5714285714}.taY .ta2 .ta5 button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tba{max-width:100%;display:flex;flex-wrap:wrap}.tba .tbb{margin-right:16px;margin-bottom:16px}.tba .tbb:last-child{margin-right:0}.tba .tbb .s9K{width:416px}.tbb .s9K .s9M{font-size:16px;line-height:1.625;padding:6px 12px}.tbb .s9K .s9M:focus{outline:none}.tbc{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.s9Q .tbc{color:#ff624f}.tbd.s9J{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tbe{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tbf{width:36px;height:36px}.tbd.s9J .tbg{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tbd.s9J .tbh{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tbd.s9J .tbh .tbi{text-align:center;color:#fff;font-weight:600;font-size:14px}.tbd.s9J .tbj{opacity:1;pointer-events:auto}.tbk.tbd.s9J .tbh .tbi{color:#fff}.tbk.tbd.s9J .tbh{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.s9T{width:100%}.s9T.s9K .s9M{min-height:192px;height:unset}.s9U input[type=text]{padding:0}.s9U{width:100%}.s9U .s9V .s9L{font-size:14px}.s94.s9J{width:100%}.tav .s7g{width:176px}.tav .taw .s7g{padding:11px 12px}.taP{width:100%}.taO li .taR{padding:15px 16px}.taO li .taS{margin-bottom:12px}.taO li .taT{font-size:16px;margin-bottom:10px}.taO li .taU{margin-bottom:8px}.taO li .taU,.taO li .taV{font-size:12px}.taO li .taX{display:flex;flex-direction:column;margin-top:0}.taO li .taX button:last-child{margin-top:8px}.taY{width:100%}.taY .ta0{padding:16px}.taY .ta0 img{margin-right:8px;width:16px;height:16px}.taY .ta0 .ta1{font-size:14px}.taY .ta4{margin:0 auto 16px;width:calc(100% - 32px)}.taY .ta2{margin-bottom:16px}.taY .ta2 .ta5{width:100%;padding:0 16px 16px}.taY .ta7{margin-bottom:16px}.taY .ta7 .ta8{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.taY .ta2 .ta6{gap:8px}.taY .ta2 .ta6 .taM{width:100%}.taY .ta2 .ta5 button{margin-top:24px}.tba .tbb{margin-right:0}.tba .tbb,.tba .tbb .s9K{width:100%}.tbb .s9K .s9M{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tbc{font-size:12px}.tbd.s9J{display:flex;flex-direction:column;width:100%}.tbe{padding:8px 16px 8px 12px}.tbd.s9J .tbg{margin-left:8px;height:44px}}@media screen and (max-width:375px){.s9J .s9L,.s9K .s9M{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.s9J .s9L.s9O{font-size:4.266667vw}.s9J .s9R,.s9K .s9R{font-size:2.66667vw}.s9J .s9R,.s9K .s9R,.s9K .s9S{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.s9K .s9S{font-size:3.2vw}.s9T.s9K .s9M{height:45.33333vw;min-height:51.2vw}.s9U .s9V .s9L{font-size:4.2667vw}.s9U .s9V{padding:4vw 3.2vw}.s9U .s9V .s9W{left:3.2vw;width:5.3334vw;height:5.3334vw}.s9U .s9V .s9X{right:2.6667vw;width:4.267vw}.s9U .s9V .s9Z{padding-left:6.933vw}.s9U.s91 .s90{margin-left:4.26667vw;font-size:3.2vw}.s92{gap:4vw}.s93{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.s94.s9J .s96{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.s94.s9J .s96 .s97{font-size:3.733333vw}.s98.s99{gap:4.2666vw}.s98.s99 .taa .tac{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.s98.s99 .taa .tab:checked+.tac{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.s98.s99 .taa .tad{font-size:3.733333vw}.tae.taf{gap:4.2666vw}.tae.taf .tag .tai{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tae.taf .tag .tah:checked+.tai{width:6.4vw;height:6.4vw;background-size:cover}.tak{padding:2.13333vw 0}.tal{width:14.9333vw;height:8.53333vw}.tam{border-radius:4.8vw}.tam:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tal input:checked+.tam:before{transform:translateX(6.4vw)}.tao .tal{width:10.6666vw;height:6.4vw}.tao .tam:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tao .tal input:checked+.tam:before{transform:translateX(4.26666vw)}.tap .taq{margin:0 2.133vw 4.267vw 0}.tap .taq .tat{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tav .tay{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tav .s7g{width:46.933vw}.tav .taw .s7g{padding:2.93333vw 3.2vw;font-size:3.73333vw}.taC.taD{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.taC .taE .taI{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.taC .taE{width:25.6vw;height:25.6vw}.taK{gap:3.2vw}.taL .taM{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.taO li .taR{padding:4vw 4.266666vw}.taO li .taS{margin-bottom:3.467vw}.taO li .taT{font-size:4.266666vw;margin-bottom:2.667vw}.taO li .taU{margin-bottom:2.133333vw}.taO li .taU,.taO li .taV{font-size:3.2vw}.taO li .taX .s7h{width:17.06666vw}.taO li .taX button:last-child{margin-top:2.133333vw}.taY .ta0{padding:4.26666vw}.taY .ta0 img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.taY .ta0 .ta1{font-size:3.73333vw}.taY .ta4{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.taY .ta2{margin-bottom:4.26666vw}.taY .ta2 .ta5{padding:0 4.26666vw 4.26666vw}.taY .ta7{margin-bottom:4.26666vw}.taY .ta7 .ta8{font-size:3.2vw;margin-bottom:3.2vw}.taY .ta2 .ta6{gap:2.13333vw}.taY .ta2 .ta5 button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.tbb .s9K .s9M{font-size:3.733vw;padding:1.734vw 3.2vw}.tbc{font-size:3.2vw}.tbf{height:9.6vw;width:9.6vw}.tbe{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tbd.s9J .tbg{margin-left:2.133333vw;height:11.733333vw}.tbd.s9J .tbh .tbi{font-size:3.733vw}}.tbl{display:flex;flex-wrap:wrap;gap:10px}.tbm{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tbn{display:flex;flex-wrap:wrap;gap:8px}.tbo{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tbp{display:flex;flex-wrap:wrap;gap:16px}.tbq{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tbr{display:flex;flex-wrap:wrap;gap:8px 16px}.tbs{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tbt{flex-wrap:wrap;gap:16px 12px}.tbt,.tbu{display:flex}.tbu{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)}.tbu:active,.tbv{background:hsla(0,0%,100%,.1)}.tbv{display:inline-flex;column-gap:8px;border-radius:8px}.tbw{display:flex;flex-wrap:wrap;gap:8px}.tbx{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tby.tbz{width:auto;height:32px}.tbA{width:32px;height:32px;position:relative}.tbA,.tbB{display:block}.tbB{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tbC{background-color:rgba(150,150,150,.3)}.tbD{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tbD,.tbE .tbC{opacity:0}.tbE .tbD{opacity:1}@keyframes tlJ{0%{width:0}to{width:7px}}@keyframes tlK{0%{width:7px}to{width:0}}@keyframes tlL{0%{width:0}to{width:11px}}@keyframes tlM{0%{width:11px}to{width:0}}@keyframes tlN{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tlO{0%{opacity:0}to{opacity:1}}@keyframes tlP{0%{opacity:1}to{opacity:0}}.tbF{display:flex;flex-wrap:wrap;gap:8px}.tbG{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tbH{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tbH .tbI{cursor:pointer;position:absolute;transition:all .2s linear}.tbJ{gap:18px}.tbJ,.tbK{display:flex;flex-wrap:wrap}.tbK{gap:16px}.tbL,.tbM{display:flex;flex-wrap:wrap}.tbM{gap:16px}.tbN{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.tbO{width:4.266vw}.tbP{width:5.333vw}.tbQ{width:6.4vw}.tbR{width:8.533vw}.tbS{width:5.333vw}.tbu{width:10.666vw;height:10.666vw}.tby{width:8.533vw}.tby.tbz{width:auto}.tbA,.tby.tbz{height:8.533vw}.tbA{width:8.533vw;position:relative;display:block}.tbC{background:hsla(0,0%,100%,.15)}.tbE .tbC{opacity:0}@keyframes tlJ{0%{width:0}to{width:1.65vw}}@keyframes tlL{0%{width:0}to{width:2.93vw}}@keyframes tlM{0%{width:2.93vw}to{width:0}}@keyframes tlK{0%{width:1.65vw}to{width:0}}@keyframes tlN{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tlO{0%{opacity:0}to{opacity:1}}@keyframes tlP{0%{opacity:1}to{opacity:0}}.tbI,.tbT,.tbU{width:10.666vw}.tbV{width:17.066vw}.tbW{width:12.8vw}}.tbX{margin-bottom:34px;position:relative}.tbX,.tbY{width:100%}.tbY{transition:all .3s ease-out}.tbZ{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}.tb0,.tbZ{width:400px}.tb0{display:flex;align-items:center;height:180px}.tb1 .s5u{line-height:1.4;text-align:left}.tb1 .s59{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tb0 img{max-width:400px;max-height:180px}.tb2{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}.tb3{display:flex}.tb3 li{margin-right:7px;width:170px}.tb3 li.tb4{width:auto}.tbY li .tb5{display:block;border-radius:24px;opacity:1}.tb3 li .s9h{width:36px;height:36px}.tb6,.tb7{position:absolute;transition:all .3s ease-out;z-index:2}.tb6{bottom:7px;right:60px;width:200px}.tb7{bottom:0;right:24px;width:24px;height:24px}.tb8{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tb9{width:100%}.tb9,.tca{position:relative}.tca{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.tca,.tcb{border-radius:6px}.tcb{width:100%;height:100%;object-fit:contain}.tb9 .s6U{width:38px;display:block}.tb9 .s6V{width:16px;display:block}.tcc{bottom:4px;right:0;transform:translateY(4px)}.tcc,.tcd{position:absolute}.tcd{top:0;left:0;width:22px}.tcd img{max-width:none;width:100%;height:auto}.tce[data-is-first=true]{width:4vw;flex:0 0 4vw}.tce{position:relative;width:5vw;flex:0 0 5vw}.tce[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tcf{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}.tcf[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tcg{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tcg,.tch{position:absolute}.tch{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tci,.tcj{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tci img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.tck span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tcl{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.tcm{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tcn{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.tcn span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.tcn img{width:24px;display:block;margin:0 auto}.tco{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}.tco img{width:16px}.tco span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.tco span,.tcp{text-align:center}.tcp{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}.tcq{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.tcr{aspect-ratio:294/165;position:relative}.tcs{position:absolute;top:0;left:0;width:22px}.tcs img{max-width:none;width:100%;height:auto}.tct{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tct,.tcu{position:absolute}.tcu{bottom:4px;right:0;transform:translateY(4px)}.tcu .s6V{display:block;width:16px}.tcu .s6U{display:block;width:38px}.tcv{border-radius:6px;width:100%;height:100%;object-fit:cover}.tcw{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tcw img{display:inline;width:100%;border-radius:50%}.tcx img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.tcx img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.tcy{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.tcy,.tcz{border-radius:1.5px}.tcz{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tcA{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}.tcB{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tcB span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tcB img{width:24px;display:block;margin:0 auto;opacity:.6}.tcC{width:248px;aspect-ratio:248/140;position:relative}.tcD{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tcE{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.tcF{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tcF .tcr{width:294px;height:165px}.tcG{display:inline-flex;flex-wrap:wrap;gap:9px}.tcH{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.tcH:before{z-index:1}.tcH:after,.tcH:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tcH:after{z-index:-1}.tcI{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.tcJ:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.tcJ:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.tcK:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.tcK:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tcL:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tcL:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.tcM:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.tcM:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tcN:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tcN:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tcO:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tcO:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tcP{width:48px;height:48px;padding:0}.tcQ{width:100%;height:100%;object-fit:cover;border-radius:50%}.tcR{display:flex;gap:12px}.tcS{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tcT{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.tcU{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tcV{padding:0}.tcW{width:64px;height:36px}.tcW,.tcX{object-fit:cover;border-radius:4px}.tcX{width:32px;height:48px}.tcY{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}.tcY img{width:100%;height:100%;object-fit:cover}.tcY img,.tcZ{position:absolute;top:0;left:0}.tcZ{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.tc0{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.tc0,.tc1{text-align:center;position:relative}.tc1{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.tc1.tc2{height:64px}.tc1 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tc3{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.tc3,.tc4{position:relative}.tc4{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.tc4 img{width:100%;height:100%;object-fit:cover}.tc4 img,.tc5{position:absolute;top:0;left:0}.tc5{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.tc6{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tc6,.tc7{display:inline-block}.tc7{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.tc7 img{width:100%;height:100%;object-fit:cover}.tc8{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.tbZ{height:500px;z-index:1;position:absolute;left:0}.tc9{display:flex;align-items:center}.tc9,.tc9 video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.tc9{display:flex;align-items:center}.tc9,.tc9 video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.tc9 video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.tbZ{display:none}.tb1{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.tb1,.tb6{position:absolute}.tb6{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tb7{top:16px;right:16px}.tb1 .s59{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tb8{grid-template-columns:repeat(3,1fr)}.tca{width:29.231vw;height:40.769vw}.tco span{padding:5px 15px}.tce[data-is-first=true]{width:54px;flex:0 0 54px}.tce{width:88px;flex:0 0 88px}.tce[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tcf{font-size:12vw;bottom:-1.5vw}.tcp{font-size:10px}.tcl{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tcq{gap:8px}.tda{max-width:150px;aspect-ratio:150/84}.tcq{grid-template-columns:repeat(2,1fr)}.tcA{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.tcy{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tcF{gap:2.051vw}.tdb,.tdc{position:relative}.tdc{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.tdd{width:100%;height:100%;object-fit:cover}.tde{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tde,.tdf{position:absolute}.tdf{right:0;bottom:4px;transform:translateY(4px)}.tdf .s6U{width:38px}.tdf .s6V{width:16px}.tdg{position:absolute;top:0;left:0;width:22px}.tdg img{max-width:none;width:100%;height:auto}.tdh{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.tdh,.tdi{position:absolute}.tdi{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tdi,.tdj span{display:inline-block}.tdj span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.tdk{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.tdk,.tdl{border-radius:1.5px}.tdl{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tcP{width:32px;height:32px}.tcR{display:block}.tdm{text-align:center}.tcS{height:12.8204678363vw;width:87.692vw}.tcU{font-size:14px;line-height:1.571}.tcY{min-width:84px;aspect-ratio:84/56}.tcY img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tc0{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tc1{min-width:111px;aspect-ratio:111/84}.tc4{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.tc6{font-size:12px;line-height:1.5}.tc8{margin-top:32px}.tb9{width:100%}.tck span{font-size:3.076vw}.tda{width:38.461vw;max-width:none}.tcS{border-radius:1.154vw}.tcW{width:16.41vw;height:9.23vw}.tcY{min-width:21.538vw}.tc1{min-width:28.4615vw;min-height:21.025vw}.tc2{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.tca,.tcb,.tco{border-radius:1.1515vw}.tb9 .s6V{width:3.071vw}.tb9 .s6U{width:7.294vw}.tcd{width:4.223vw}.tcg{top:.96vw;left:5.182vw;gap:.576vw}.tcv{border-radius:1.1515vw}.tcu .s6V{width:3.071vw}.tcu .s6U{width:7.294vw}.tcs{width:4.223vw}.tct{top:.96vw;left:5.182vw;gap:.576vw}.tdc{border-radius:1.1515vw}.tdf .s6V{width:3.071vw}.tdf .s6U{width:7.294vw}.tdg{width:4.223vw}.tde{top:.96vw;left:5.182vw;gap:.576vw}.tcW,.tcX{border-radius:.768vw}.tc1,.tcY{border-radius:2.303vw}}@media screen and (max-width:420px){.tce[data-is-first=true]{width:37px;flex:0 0 37px}.tce{width:56px;flex:0 0 56px}.tce[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tcf{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.tbX{margin-bottom:9.067vw}.tb1{padding:4.267vw}.tb6{bottom:-3.733vw}.tb7{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.tca,.tcb,.tco{border-radius:1.6vw}.tb8{padding:0;gap:2.1333vw}.tb9{border-radius:3.2vw}.tci,.tcj{width:8.5333vw}.tci img{background-color:rgba(150,150,150,.7)}.tck span{font-size:3.2vw}.tcl{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tcm{border-radius:.533vw}.tcn span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tcn img{width:6.4vw}.tco img{width:4.2667vw}.tco span{padding:1.3335vw 4vw}.tb9 .s6V{width:4.267vw}.tb9 .s6U{width:10.133vw}.tcd{width:5.867vw}.tcg{top:1.333vw;left:7.2vw;gap:.8vw}.tcp{font-size:2.667vw;gap:1.6vw}.tcp img{width:4.267vw;height:4.267vw}.tcq{gap:2.1333vw}.tcv{border-radius:1.6vw}.tcw{width:8.5333vw}.tcw img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.tcy{height:.534vw;margin-top:.712vw}.tcy,.tcz{border-radius:.4vw}.tcA{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tcB{border-radius:3.2vw}.tcB span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tcB img{width:6.4vw}.tcu .s6V{width:4.267vw}.tcu .s6U{width:10.133vw}.tcs{width:5.867vw}.tct{top:1.333vw;left:7.2vw;gap:.8vw}.tcC{width:66.1333vw}.tcD{width:8.5333vw}.tcE{border-radius:3.2vw}.tdc{border-radius:1.6vw}.tcF{gap:2.1333vw}.tdb{border-radius:3.2vw}.tdi{width:8.5333vw}.tdk{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tdf .s6V{width:4.267vw}.tdf .s6U{width:10.133vw}.tdg{width:5.867vw}.tde{top:1.333vw;left:7.2vw;gap:.8vw}.tcG{gap:2.4vw}.tcH{width:19.2vw;height:19.2vw;padding:1.6vw}.tcP{width:8.5333vw;height:8.5333vw}.tcS{border-radius:1.6vw}.tcU{font-size:3.7334vw;margin:2.1333vw}.tcW{width:17.0666vw;height:9.6vw}.tcW,.tcX{border-radius:1.0667vw}.tcX{width:8.5333vw;height:12.8vw}.tcY{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.tc0{font-size:14px;font-size:3.7334vw}.tc1{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.tc3{font-size:14px;font-size:3.7334vw}.tc4{padding:4.2667vw;min-width:25.6vw}.tc6{font-size:12px;font-size:3.2vw}.tc7{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.tdn,.tdo{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.tdo{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.tdo div{width:48px}.tdp{pointer-events:none}.tdq{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tdr{font-size:20px;font-weight:600}.tds{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tdt{font-size:16px}.tdt,.tdu{font-weight:600}.tdu{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.tdv,.tdw{width:100%;display:flex;flex-direction:column}.tdx{display:flex;gap:16px;flex-wrap:nowrap}.tdy{position:relative;flex:0 0 auto}.tdy[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tdy[data-is-ranking=true] .tce{grid-column:1;grid-row:1;align-self:stretch}.tdy[data-is-ranking=true] .tb9{grid-column:2;grid-row:1}.tdy[data-is-ranking=true] .tdz{grid-column:2;grid-row:2}.tdy:hover{z-index:6}.tdv .tdA,.tdw .tdA{position:relative}.tdy .tdB{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tdC;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tdy:hover .tdB{display:block;animation-name:tdD;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}.tdy .tdB.tdE{left:0}.tdy:hover .tdB.tdE{animation-name:tdF}.tdy .tdB.tdG{right:0}.tdy:hover .tdB.tdG{animation-name:tdH}@keyframes tdD{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 tdF{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 tdH{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 tdC{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)}}.tdv .s9f,.tdw .s9f{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tdv .s9f.tdI,.tdw .s9f.tdI{left:0}.tdv .s9f.tdJ,.tdw .s9f.tdJ{right:0}.tdA:hover .s9f{display:block}.tdy .tcr{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tdy .tcr,.tdy .tdK{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.tdy .tdK{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.tdv .tcr .tcv,.tdw .tcr .tcv{display:block;width:100%}.tdL{width:100%;flex-direction:column}.tdL,.tdM{display:flex}.tdM{flex-wrap:nowrap;gap:16px}.tdN{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tdN .tce{grid-column:1;grid-row:1;align-self:stretch}.tdN .tb9{grid-column:2;grid-row:1}.tdN .tdz{grid-column:2;grid-row:2}.tdN .tca{max-width:287.5152px;max-height:400.99392px}.tdL .tdO{position:relative}.tdL .s9f{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tdL .s9f.tdI{left:0}.tdL .s9f.tdJ{right:0}.tdL .tdO:hover .s9f{display:block}.tdN:hover{z-index:6}.tdN .tdB{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:tdC;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tdN:hover .tdB{display:block;animation-name:tdD;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tdN .tdB.tdE{left:0}.tdN:hover .tdB.tdE{animation-name:tdF}.tdN .tdB.tdG{right:0}.tdN:hover .tdB.tdG{animation-name:tdH}.tdN .tcA{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tdP .tdM{display:flex;flex-wrap:nowrap;gap:16px}.tdP .tdN .tcr{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tdQ{width:100%;flex-direction:column}.tdQ,.tdR{display:flex}.tdR{gap:16px}.tdQ .tdS{position:relative}.tdQ .tb9{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}.tdQ .tb9 .tcb{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tdQ .s9f{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tdQ .s9f.tdI{left:0}.tdQ .s9f.tdJ{right:0}.tdQ .tdS:hover .s9f{display:block}.tdQ .tdR>a:hover{z-index:6}.tdT{margin-top:16px;font-weight:600}.tdU{margin-top:8px}.tdV{display:flex;flex-direction:column}.tdV li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tdV li:not(:last-child){margin-bottom:16px}.tdW{height:100%}.tdW,.tdX{display:flex;align-items:center}.tdX{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}.tdY{font-family:Jost,sans-serif;font-weight:600}.tdZ{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.td0{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.td0,.td1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.td1{line-height:1.625;margin-bottom:5px}.td1,.td2{font-size:16px}.tdV li.td3:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:rgba(0,0,0,0);border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.td4{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.td5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.td6{position:relative;display:flex;align-items:center}.td6.td7{justify-content:left}.td8{position:relative;display:block;width:100%}.td9{display:flex;align-items:center;justify-content:space-between}.td9 .tcv{border-radius:6px}.td9 .tcC{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tea{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tea .s5x{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){.tea .s5x{max-width:40vw}}.tea .s5O{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.teb{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.teb .tec{font-weight:600;font-size:12px;width:39px}.teb .ted>div{width:16px;height:16px}.td9 .tee{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}.tef{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%)}.tef .tby{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.td6.teg .tef .tbQ{width:24px;height:24px;transform:rotate(180deg)}.td6.teh .s5O{color:#ff624f}.td6.teg .tef{pointer-events:none}.td9 .tei{color:#fc348e}.td6.teh .tej{color:#d3d3d3}.td6.tek .tea{padding-right:0!important}.tel{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.td6.teq .tea .s5P{margin-bottom:12px}.td6.teq .ter{font-size:12px;font-weight:600;margin-bottom:4px}.td6.teq .tes{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.td6.teq .tes span:first-child{margin-right:16px}.td6.teq .tet{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.teu .tev{display:flex;align-items:center}.teu .tev .tcC{height:auto}.teu .tev>div:first-child{position:relative;margin-right:16px}.teu .tew{display:flex;flex-direction:column;justify-content:center;width:648px}.teu .tew .tex{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}.teu .tew .tey{font-size:12px;color:#d3d3d3;margin-bottom:12px}.teu .tew .tez .teA{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.teB{position:absolute;bottom:0;right:0}.tcv.teC{width:100%}.teu .teD{height:24px}.teu .teD .teE{width:248px}.teF{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.teF,.teG{position:absolute}.teG{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.teH{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.teu .tew .teI{display:flex;justify-content:space-between;align-items:center}.teI>.s7h{flex-shrink:0}.teJ{position:relative;display:block;width:100%}.teK{display:flex;align-items:center}.teK .tcC{margin-right:16px}.teL,.teM{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.teN a:hover,.teO a:hover,.teP a:hover{opacity:1}.teL>a>div:first-child,.teM>a>div:first-child{margin-right:16px}.teL .teQ{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.teL img.teR{margin-right:16px}.teL .teQ .teS{display:flex;align-items:center}.teL .teQ .teS p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.teL .teQ .teS p,.teL .teQ p.teT{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.teL .teQ p.teT{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.teL .teQ .teU{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.teL .teQ .teV{display:flex}.teL .teQ span.teT{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%}.teL .teQ span.teW,.teL .teQ span.teX{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.teL .teQ span.teW,.teL .teQ span.teY{padding-right:12px}.teY,.teZ{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.teY span,.teZ span{font-weight:300;margin-left:3px}.te0,.teL .teQ .te0{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}.teX b{font-weight:600}.te1,.teO .teL .teQ .teU{display:flex}.te1{flex-wrap:wrap}.te2{width:210px}.te3{display:flex;align-items:center}.te3>a{height:48px;width:48px}.te3>div{margin-right:8px}.te3 .te4{flex:1 1;display:flex;flex-direction:column;justify-content:center}.te5{height:48px;width:48px}.te6{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}.te7{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.te7,.te7>button{position:relative}.te7>button{top:-19px}.te8{font-size:12px;color:#eee}.te9 .tfa{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.te9 .tfa img{object-fit:cover;height:100%;width:100%}.te9 .tfa span{position:absolute;right:8px;bottom:8px}.te9 .tfa>div{position:absolute;top:6px;left:6px}.te9 .tfb{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.te9 .tfb,.te9 .tfc{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.te9 .tfc{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tfd{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tfd:hover{background-color:hsla(0,0%,100%,.1)}.tfe a:hover{opacity:1}.tfd .tff,.tfd>a>div:first-child{margin-right:16px}.tfd .tfg{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tfd .tfg .tfh{display:flex;align-items:center}.tfd .tfg .tfh>img:last-child{margin-left:2px}.tfd .tfg .tfh p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tfd .tfg .tfh p,.tfd .tfg p.tfi{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tfd .tfg p.tfi{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tfj .tfk{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tfd .tfl{display:flex}.tfd .tfl button:first-child{margin-right:8px}.tfm{display:flex;align-items:center;max-width:720px}.tfm:hover{background-color:hsla(0,0%,100%,.1)}.tfm .tfn{margin-right:16px}.tfo a:hover{opacity:1}.tfm>a>div:first-child{margin-right:16px}.tfm .tfp{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tfm .tfp .tfq{display:flex;align-items:center}.tfm .tfp .tfq 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}.tfm .tfp .tfq>img{margin-left:2px}.tfm .tfp p.tfr{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}.tfs{display:flex;flex-wrap:wrap;gap:4.103vw}.tft,.tfu,.tfv{width:16.496vw}.tfu,.tfv{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tfu .tfw,.tfv .tfw{object-fit:cover;height:100%;width:100%;border-radius:6px}.tfu .tfx,.tfv .tfx{position:absolute;right:8px;top:8px;cursor:pointer}.tfy .tfz{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.tfy .tfA,.tfy .tfz{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tfy .tfA{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.tfy .tfA,.tfy .tfB{line-height:1.5714285714}.tfy .tfB{margin-bottom:8px;overflow:hidden;height:6.284em}.tfC{justify-content:space-between;margin-bottom:8px}.tfC,.tfC .tfD{display:flex;align-items:center}.tfC .tfD{gap:6px}.tfE{display:flex;justify-content:space-between;align-items:center}.tfE .tfF{font-size:12px;color:#eee}.tfG{display:flex;flex-wrap:wrap}.tfG>li{width:100%}.tfG>li:not(:last-child){margin-bottom:24px}.tfH,.tfI{display:flex;align-items:center}.tfI{gap:16px;width:calc(100% - 48px)}.tfI .tda{width:248px;height:140px}.tfJ{flex:1 1}.tfK{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}.tfL{display:flex;align-items:center;margin-bottom:14px}.tfL>p{font-weight:600;margin-right:16px}.tfM{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tfJ>:last-child{margin-bottom:0}.tfN{margin-left:24px}.tfO{display:flex;flex-wrap:wrap;gap:56px 16px}.tfP{width:13.93vw;position:relative}.tfP .tcb{border-radius:6px}.tfO .tfx{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.tfO .tca.tfQ span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.tfO .tca.tfQ span,.tfR{position:absolute;left:50%;transform:translate(-50%)}.tfR{top:38.9%}.tfS.tfT{margin-top:16px}.tfU{font-weight:600;-webkit-line-clamp:2;height:3.25em}.tfU,.tfV{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tfV{height:4.875em;-webkit-line-clamp:3}.tfW{font-size:12px;margin-top:11px;display:flex}.tfW span:not(:last-child){margin-right:4px}.tfO .tfX{margin-top:16px}.tfY{display:flex;align-items:center}.tfZ img{width:120px;height:120px}.tfY .tf0{margin-left:16px;width:71%}.tfY li:not(:last-child){margin-bottom:6px}.tfY .tf0 p{font-size:12px;font-weight:300}.tf1{max-width:43.255vw}.tf1 .tf2{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tf1 .tf2,.tf1 .tf3,.tf1 .tf4{margin-bottom:16px}.tf1 .tf4{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}.tf1 .tf5,.tf1 .tf6{display:flex;align-items:center}.tf1 .tf5 .tf7{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.tf1 .tf8{display:flex;align-items:center;justify-content:right;gap:16px}.tf1 .tf5 img.tf9,.tf1 .tf6 img.tga{margin-right:4px}.tf1 .tf5 .tgb,.tf1 .tf6 .tgc{font-size:12px;font-weight:600;line-height:1.5}.tf1 .tf6 .tgc{font-weight:300;margin-left:4px}.tf1 .tgd{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.tf1 .tgd a{display:flex;padding-right:16px}.tf1 .tgd .tge{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tf1 .tgd .tgf{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.tf1 .tgd .tgf .tgg{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tf1 .tgd .tgf .tgh{flex-shrink:0}.tf1 .tgd .tgi{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tf1 .tgd .tgj{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tf1 .tgd .tgj .tgk{width:100%;height:100%;object-fit:cover;border-radius:4px}.tf1 .tgd .tgl{position:absolute;bottom:-16px}.tf1 .tgl .tgm{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.tf1 .tgl .tby{margin:0}.tgn{margin-left:auto;position:relative}.tgn,.tgo{max-width:355.60656px;width:17.229vw}.tgo{height:24.047vw;max-height:496.33008px}.tgo img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tgp{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%)}.tgn .tgq{margin-top:16px}.tgq .tgr{display:flex;justify-content:space-between;align-items:center}.tgq .tgr .tgs{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)}.tgt{position:absolute;top:calc(24.047vw + 20px);right:0}.tgq .tgu{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tgq .tgv{margin-top:8px;gap:12px}.tgq .tgv,.tgq .tgv .tgw{display:flex;align-items:center}.tgq .tgv .tgw{gap:4px}.tgq .tgx{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tgn .tgy{margin-top:16px;display:flex;align-items:center;gap:12px}.tgn .tgz{width:48px;height:48px;min-width:48px;min-height:48px}.tgy .tgA{position:relative}.tgA .tgB{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tgA .tgC{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tgA .tgD{flex-shrink:0}.tgy .tgA .tgE{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tgy .tgA .tgF{position:absolute;bottom:2px;right:0;z-index:5}.tgG{max-width:43.255vw}.tgG .tgH{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tgG .tgH,.tgG .tgI{margin-bottom:16px}.tgG .tgJ{margin-bottom:24px}.tgG .tgK{width:170px}.tgG .tgL{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tgG .tgL,.tgM{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tgM{-webkit-line-clamp:1;word-break:break-all}.tgG .tgN{justify-content:right;gap:16px}.tgG .tgN,.tgG .tgO,.tgG .tgP{display:flex;align-items:center}.tgG .tgP img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tgG .tgQ{font-size:12px}.tgG .tgR,.tgG .tgS{font-size:12px;line-height:1.5}.tgG .tgO .tgR{margin-left:4px}.tgG .tgT{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%)}.tgG .tgT a{display:flex;padding-right:16px}.tgG .tgT .tgU{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tgG .tgT .tgV{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tgG .tgW{flex-shrink:0}.tgG .tgT .tgV .tgX{-webkit-line-clamp:1;word-break:break-all}.tgG .tgT .tgV .tgX,.tgG .tgT .tgY{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tgG .tgT .tgY{line-height:1.571;-webkit-line-clamp:2}.tgG .tgT .tgZ{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tgT .tgZ .tg0{width:100%;height:100%;object-fit:cover;border-radius:4px}.tgG .tgT .tg1{position:absolute;bottom:-16px}.tgG .tg1 .tgm{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.tgG .tg1 .tby{margin:0}.tg2,.tg3{width:21vw;max-width:433.44px}.tg3{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tg3 .tg4{width:100%;height:100%;object-fit:cover;border-radius:12px}.tg3 .tg5.tg6,.tg3 .tg7.tg8{position:absolute;top:12px;left:12px}.tg3 .tg9{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tg3 span{position:absolute;right:8px;bottom:8px}.tha{display:flex;align-items:center}.tha .thb{margin-right:36px}.tha .thb,.tha .thc{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tha .thc{margin-right:20px}.tha .thd .the{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tha .thd .the,.tha .thd .thf{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tha .thd .thf{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tha .thd .thg{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}.thh{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.thh .tgQ{font-size:12px}.thh .thi{gap:8px}.thh .thi,.thj{display:flex;align-items:center}.thj{gap:12px}.thk{width:48px;height:48px;min-width:48px;min-height:48px}.thj .thl{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.thj .thm{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.thj .thm,.thj .thn{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.thj .thn{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tho{max-width:45.455vw}.tho .thp{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}.tho .thq{display:flex;align-items:center}.tho .thr{width:100%;height:100%;object-fit:cover;border-radius:12px}.tho .ths{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.ths .tht{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tho .thu{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tho .thv{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tho .thw{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tho .thx{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}.thy{max-width:39.736vw}.thy a{display:flex;align-items:center;justify-content:space-between}.thy .tcC{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.thy .tcv{border-radius:6px}.thz{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.thy .thz .thA{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}.thy .thB{display:flex;align-items:center}.thy .thB .thC{margin-right:8px}.thy .thB .thD{font-size:12px;color:#d3d3d3}.thE{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.thE .tcY{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.thE .tc0{font-size:min(1.026vw,21.17664px)}.thF{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.thF .thG{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.thF .thG:hover{background-color:hsla(0,0%,100%,.1)}.thF .thH{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.thF .thH:active{cursor:grabbing;cursor:-webkit-grabbing}.thF .thI{width:24px;height:32px;border-radius:6px;margin-right:28px}.thF .thI img{width:100%;height:100%;object-fit:cover}.thF .thJ{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.thF .thJ:before{content:counter(title)}.thF .thK{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}.thL{width:24px;height:24px}.thF .thM{width:100%;height:100%;object-fit:cover;cursor:pointer}.thN{display:flex;gap:64px}.thO{max-width:24.926vw}.thO,.thO a{display:flex;justify-content:space-between;align-items:center}.thO a{max-width:21.407vw;width:calc(100% - 32px)}.thP{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.thQ{border-radius:12px;object-fit:cover;height:100%;width:100%}.thR{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)}.thS{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.thT{width:32px;height:32px}.thU{width:374px}.thU,.thV{overflow:hidden}.thV{width:100%;height:100%;display:flex;flex-direction:column}.thW{padding-bottom:28px}.thV .tdq{justify-content:space-between;padding-right:16px}.thX{display:flex;flex-wrap:nowrap;gap:8px}.thX .tca{width:114px;height:159px}.thY{position:relative;flex:0 0 auto}.thY[data-is-ranking=true] .thZ{display:grid;grid-template-rows:auto auto}.thY[data-is-ranking=true] .tce{grid-column:1;grid-row:1;align-self:stretch}.thY[data-is-ranking=true] .tb9{grid-column:2;grid-row:1}.thY[data-is-ranking=true] .th0{grid-column:2;grid-row:2}.thV .th1{position:relative}.thV .s9f{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.thV .s9f.tdI{left:8px}.thV .s9f.tdJ{right:8px}.thV .th1:hover .s9f{display:block}.thV .tcf{font-size:64px;bottom:-8px}.thV .tce[data-is-first=true]{width:46px;flex:0 0 46px}.thV .tce{position:relative;width:56px;flex:0 0 56px}.thV .tce[data-is-double-digit=true]{width:64px;flex:0 0 64px}.th2.s5n{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.tfX{display:flex;align-items:center}.tfX .th3{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.tfX .tbQ.th4:hover{opacity:.6}.tfX .tbQ.th4.s5n:hover{opacity:1}@media screen and (min-width:2064px){.tgt{top:514px}}@media screen and (max-width:1024px){.td9 .tcv{border-color:violet;border-radius:6px}.teG,.teu .tev .th5 .th6{border-radius:1.1515vw}.teB img{width:100%;height:auto}.tfs{display:grid;grid-template-columns:repeat(2,1fr)}.tfu .tfw,.tfv .tfw{border-radius:6px}.th7{flex-direction:column;gap:48px}.tfm,.th7{display:flex}.tfm{align-items:center}.tfm .tfn{margin-right:16px}.tfm .tfp{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tfm .tfp .tfq{display:flex;align-items:center}.tfm .tfp .tfq 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}.tfm .tfp p.tfr{font-size:12px;font-weight:300;margin-top:4px}.tft{width:43.846vw}.tfu,.tfv{margin-bottom:8px}.tfv .th8{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tfy .tfz{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tfy .tfA{font-weight:300;margin-bottom:2px;height:1.5em}.tfy .tfA,.tfy .tfB{font-size:12px;line-height:1.5}.tfC,.tfy .tfB{margin-bottom:8px}.tfE .tfF{font-size:10px}.tfI{width:calc(100% - 14px)}.tfG li:not(:last-child){margin-bottom:16px}.tfI .tda{width:38.462vw;height:21.538vw}.tfN{margin-left:0}.tfK{font-size:14px;margin-right:11px}.tfK,.tfL{margin-bottom:8px}.tfL>p{font-size:12px;margin-right:8px}.tfL .s6K,.tfL>p{white-space:nowrap}.tfM{margin-right:11px}.tfO{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tfP{width:29.231vw}.tfO .tfx{right:8px}.tfR{top:27%}.tfO .tca.tfQ span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tfS.th9{margin-top:12px}.tfU{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tfV{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tfW{font-size:10px}.tfO .tfX,.tfW{margin-top:10px}.tfZ img{width:80px;height:80px}.tfY li:not(:last-child){margin-bottom:5px}.tfY .tf0 p{font-size:10px}.tf1{max-width:91.795vw}.tf1 .tf2{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tf1 .tia{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tf1 .tib{margin-left:16px}.tf1 .tf4{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tf1 .tf8{justify-content:left}.tf1 .tgd{background-color:rgba(0,0,0,0);padding:0;position:relative}.tf1 .tgd .tge{max-width:100%}.tf1 .tgd a{padding-right:0}.tf1 .tgd .tgf{font-size:12px;padding-left:0;margin-bottom:8px}.tf1 .tgd .tgf:after{font-size:12px}.tf1 .tgd .tgi{font-size:12px;line-height:1.5;overflow:hidden}.tf1 .tgd .tic{position:absolute;bottom:2px;right:0;z-index:5}.tgn{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tgn .tid{justify-content:space-between}.tgn .tid,.tgn .tid a{display:flex;align-items:center}.tgn .tid a{gap:16px}.tgo{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tgp{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)}.tgp.tie,.tgp.tif{right:unset;left:-1.282vw}.tgn .tgq{max-width:28.205vw;margin-top:16px}.tgq .tgr{display:flex;justify-content:space-between;align-items:center}.tgq .tgr .tgs{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tgt{position:unset;top:unset;right:unset}.tgq .tgu{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tgq .tgv{display:flex;align-items:center;margin-top:8px;gap:12px}.tgq .tgv .tgw{display:block;position:absolute;top:12px;left:78px;gap:4px}.tgq .tgx{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tgn .tgy{margin-top:16px;position:relative;gap:unset}.tgy a{display:flex;align-items:center;gap:16px}.tgG{max-width:91.795vw}.tgG .tgH{font-size:72px;line-height:1.1944444444}.tgG .tgH,.tgG .tgI{margin-bottom:8px}.tgG .tgJ{margin-bottom:12px}.tgG .tgJ .tgL{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tgG .tgJ .tgM{font-size:12px;color:#d3d3d3}.tgG .tig{margin-left:16px}.tgG .tgL{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tgG .tgN{justify-content:space-between}.tgG .tgN,.tgG .tgN .tih{display:flex;align-items:center}.tgG .tgN .tih{gap:8px}.tgG .tii{display:flex;align-items:center}.tgG .tii .tij{width:40px;height:40px}.tgG .tgT{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tgG .tgT .tgU{max-width:100%}.tgG .tgT a{padding-right:0}.tgG .tgT .tgV{font-size:12px;padding-left:0;margin-bottom:8px}.tgG .tgT .tgV:after{font-size:12px}.tgG .tgT .tgY{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tg2{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tg3{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tg3 .tg5.tg6,.tg3 .tg7.tg8{top:8px;left:8px}.tha{display:unset;align-items:unset;gap:0}.tik{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tha .thd .the{margin-bottom:2px}.tha .thd .the,.tha .thd .thf{font-size:14px;line-height:1.571}.tha .thd .thf{margin-bottom:4px}.tha .thd .thg{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.thh{padding-left:0}.thk{width:40px;height:40px;min-width:40px;min-height:40px}.tho{max-width:49.231vw}.tho .til{position:relative;margin-bottom:16px}.tho .tim{width:100%}.til .tin{position:absolute;display:flex;gap:2px;top:4px;left:4px}.til .s6V{position:absolute;bottom:0;right:0}.tho .thp{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tho .tio{display:flex;align-items:center;margin-bottom:8px}.tho .tip{font-size:12px;margin-right:16px;color:#d3d3d3}.tho .tiq{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}.thy{max-width:91.795vw}.thy a{display:flex;align-items:center}.thz{width:calc(100% - 16px - 38.462vw);min-width:none}.thy .thz .thA{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.thy .thB{display:flex;align-items:center}.thy .thB .thD{font-size:12px;color:#d3d3d3}.thE{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.thE .tcY{width:unset;height:unset;min-width:21.538vw}.thE .tc0{font-size:14px}.thE::-webkit-scrollbar{display:none}.thF{max-width:91.795vw}.thF .thG{padding:12px 0}.thF .thH{display:none}.thF .thI{width:36px;height:49px;border-radius:6px;margin-right:16px}.thF .thJ{text-align:left;width:28px}.thF .thK{width:calc(100% - 120px)}.thN{flex-direction:column;gap:16px}.thN,.thO{display:flex}.thO{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.thO a{max-width:unset}.thR{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}.thS{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.thU{width:100%}.thX .tca{width:29.231vw;height:40.769vw}.tfX .tgQ{font-size:12px}}@media screen and (max-width:375px){.tdA>.tdx:after,.tdM>.tdN:after,.tdO>.tdM:after,.thE:after{content:"";display:block;flex:0 0 4.267vw}.td9 .tcv{border-color:green;border-radius:1.6vw}.tea{padding-right:11.733vw;margin-left:4.267vw}.tea .s5x{font-size:3.733vw}.tea .s5O,.tea .s5x{margin-bottom:2.133vw}.tea .s5O{font-size:3.2vw}.teb{gap:2.133vw}.td6 .tea .ted>div{width:4.267vw;height:4.267vw}.tea .tec{font-size:2.667vw}.tea .tir .tis{width:3.733vw;height:3.733vw}.tef{min-width:8.53333vw;margin-left:2.133vw}.tef .tby{width:8.53333vw;height:8.53333vw}.tef .tbQ{width:4.267vw;height:4.267vw}.teb .tec{width:11.8vw}.td6 .tel{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.td6.tit .tiu{font-size:3.733vw;margin-top:4.267vw}.td6.tiv .td9 .tcv{border-radius:1.6vw}.td6.tiv .tea .s5O{margin-bottom:4.267vw}.td6.tiv.td6 .tee{font-size:3.2vw}.td6.tiv.td6 .teb{margin-top:4.267vw}.td6.teq .tea .s5O{margin-bottom:3.2vw}.td6.teq .ter{font-size:3.2vw;margin-bottom:1.067vw}.td6.teq .tes{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.td6.teq .tes span:first-child{margin-right:4.267vw}.td6.teq .tet{font-size:2.667vw;margin-bottom:3.2vw}.td6.teq .tiu{margin-top:4.267vw}.td6.teq.td6 .tee{font-size:3.2vw}.td6.teq .tiw{width:4.267vw;height:4.267vw}.teu .tev .th5{margin-right:4.267vw}.teu .tev .th5 .th6{border-radius:1.6vw}.teu .tev .th5 .tix{width:10.256vw}.teu .tev .tew{margin-right:6.154vw}.teu .tev .tew.tiy{margin-right:2.133vw}.teu .tev .tew .tex{font-size:3.77vw;margin-bottom:1.067vw}.teu .tew .tey,.teu .tez .teA{font-size:3.2vw}.teu .tev .tew.tiz{margin-right:2.133vw}.teu .tev .s7h.tiA{font-size:3.2vw;padding:0 1.795vw}.teH,.tiB{font-size:3.77vw}.tcy.tiC{margin-bottom:1.6vw}.teu .tez .tiD,.teu .tez .tiE{font-size:3.2vw}.teN>div:not(:last-child),.teO>div:not(:last-child){margin-bottom:4.267vw}.teL>a>div:first-child,.teM>a>div:first-child{margin-right:4.267vw}.teM{margin-bottom:3.267vw}.teL .teQ,.teM .teQ{margin-right:4.267vw}.teL .teQ .teU{margin-bottom:0}.teY span,.teZ span{margin-left:.8vw}.teL img.teR{margin-right:4.267vw}.teL .teQ .teS p,.teM .teQ .teS p{font-size:3.733vw;margin-right:.533vw}.teL .teQ p.teT,.teL .teQ p.teX,.teM .teQ p.teT,.teY,.teZ{font-size:3.2vw;margin-top:2.133vw}.te0{font-size:3.733vw}.te1{display:flex;flex-wrap:wrap}.te1 li:nth-of-type(2n){margin-right:0}.te2{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.te3>a{height:8.533vw;width:8.533vw}.te3>div{margin-right:2.133vw}.te4{width:60%}.te6{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.te8{font-size:2.667vw}.tfx{width:6.154vw}.te9 .tfa{margin-bottom:2.133vw;border-radius:1.6vw}.te9 .tfa img{width:100%}.te9 .tfa span{right:2.133vw;bottom:2.947vw}.te9 .tfb{font-size:3.733vw}.te9 .tfb,.te9 .tfc{margin-bottom:2.133vw}.te9 .tfc{font-size:3.2vw}.tfd .tff,.tfd>a>div:first-child{margin-right:4.267vw}.tfd .tfg{margin-right:1.067vw}.tfd .tfg .tfh>img:last-child{margin-left:.533vw}.tfd .tfg .tfh p{font-size:3.733vw}.tfd .tfg p.tfi{font-size:3.2vw;margin-top:1.067vw}.tfd .tfl button:first-child{margin-right:2.133vw}.th7{gap:12.8vw}.tfm .tfn,.tfm>a>div:first-child{margin-right:4.267vw}.tfm .tfp{margin-right:1.067vw}.tfm .tfp .tfq p{font-size:3.733vw}.tfm .tfp .tfq>img{margin-left:.533vw}.tfm .tfp p.tfr{font-size:3.2vw;margin-top:1.067vw}.tfs{gap:4.267vw}.tfu,.tfv{margin-bottom:2.133vw}.tfu .tfw,.tfv .tfw{border-radius:1.6vw}.tfu .tfx,.tfv .tfx{right:2.133vw;top:2.133vw}.tfu span{right:2.133vw;bottom:2.133vw}.tfv span{font-size:3.77vw}.tfv .th8{width:4.267vw}.tfy .tfz{font-size:3.77vw;margin-bottom:.256vw}.tfy .tfA{font-size:3.2vw;margin-bottom:.533vw}.tfy .tfB{font-size:3.2vw}.tfC,.tfy .tfB{margin-bottom:2.133vw}.tfC .tfD{gap:1.6vw}.tfE .tfF{font-size:2.667vw}.tfO{gap:7.2vw 2.133vw}.tfP{width:31.785%}.tfO .tfx{top:2.133vw;right:2.133vw}.tfR{width:4.267vw}.tfO .tca.tfQ span{font-size:3.2vw}.tfS.tfT{margin-top:3.2vw}.tfU{font-size:3.733vw;margin-top:2.033vw}.tfV{font-size:3.2vw;margin-top:1.233vw}.tfW{font-size:2.667vw;margin-top:2.667vw}.tfW span:not(:last-child){margin-right:0}.tfO .tfX{margin-top:2.667vw}.tfZ img{width:21.333vw;height:21.333vw}.tfY .tf0{margin-left:4.267vw}.tfY li:not(:last-child){margin-bottom:1.333vw}.tfY .tf0 p{font-size:2.667vw}.tf1 .tf2{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tf1 .tia{margin-bottom:4.267vw}.tf1 .tib{margin-left:4.267vw}.tf1 .tf4{font-size:3.733vw;margin-bottom:3.2vw}.tf1 .tgd .tge{margin-left:3.733vw}.tf1 .tgd .tgf{margin-bottom:2.133vw}.tf1 .tgd .tgf,.tf1 .tgd .tgf:after,.tf1 .tgd .tgi{font-size:3.2vw}.tgn{padding-left:17.067vw}.tgn .tid a{gap:4.267vw}.tgo{border-radius:3.2vw}.tgp{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}.tgp.tie,.tgp.tif{right:unset;left:-1.282vw}.tgn .tgq{margin-top:4.267vw}.tgq .tgr .tgs{font-size:3.733vw}.tgq .tgu{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tgq .tgv{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tgq .tgv .tgw{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tgq .tgx{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tgn .tgy{margin-top:4.267vw}.tgy a{gap:4.267vw}.tgy .tiF{min-width:19.2vw;min-height:19.2vw}.tgA .tgB{margin-bottom:1.333vw;align-items:center}.tgA .tgB,.tgy .tgA .tgE{font-size:3.2vw}.tgG .tgH{font-size:19.2vw;line-height:1.1944444444}.tgG .tgH,.tgG .tgI{margin-bottom:2.133vw}.tgG .tgJ{margin-bottom:3.2vw}.tgG .tgJ .tgL{font-size:3.733vw;margin-bottom:2.133vw}.tgG .tgJ .tgM{font-size:2.133vw}.tgG .tig{margin-left:4.267vw}.tgG .tgL{font-size:3.733vw;margin-bottom:3.2vw}.tgG .tgN .tih{gap:2.133vw}.tgG .tii .tij{width:10.667vw;height:10.667vw}.tgG .tgT .tgV{margin-bottom:2.133vw}.tgG .tgT .tgV,.tgG .tgT .tgV:after,.tgG .tgT .tgY{font-size:3.2vw}.tgG .tgP img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tg2{width:100%;padding-left:16.41vw}.tg3{margin-bottom:3.2vw}.tg3 .tg4{width:100%;border-radius:3.2vw}.tg3 .tg5.tg6,.tg3 .tg7.tg8{top:2.133vw;left:2.133vw}.tg3 .tg9{width:10.256vw}.tg3 span{right:2.133vw;bottom:2.133vw}.tik{letter-spacing:-2.4vw;font-size:18.462vw}.tha .thd .the{font-size:3.77vw;margin-bottom:.533vw}.tha .thd .thf{font-size:3.77vw;margin-bottom:1.067vw}.tha .thd .thg{font-size:3.2vw;margin-bottom:2.667vw}.thh{margin-bottom:3.2vw}.thh .tgQ{font-size:3.2vw}.thh .thi{gap:2.133vw}.thj{gap:3.2vw}.thk{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.thj .thl{font-size:3.2vw;margin-bottom:1.282vw}.thj .thl:after{font-size:3.2vw;margin-left:1.539vw}.thj .thn{font-size:3.2vw}.tho{max-width:51.2vw}.tho .til{margin-bottom:4.267vw}.tho .thr{border-radius:3.2vw}.tho .thp{font-size:3.733vw;margin-bottom:6.4vw}.tho .thv{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tho .thw{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tho .thw,.tho .tiG>span{font-size:3.2vw}.tho .tiq{font-size:3.733vw}.tho .tip{font-size:3.2vw;margin-right:4vw}.thy .thz .thA{font-size:3.733vw;margin-bottom:2.133vw}.thy .thB .thC{margin-right:2.133vw}.thy .thB .thD{font-size:3.2vw}.thE{gap:2.133vw}.thE .tiH,.thE .tiI{border-radius:4.267vw}.thE .tc0{font-size:3.733vw}.thF .thG{padding:3.2vw 0}.thF .thH,.thF .thI{margin-right:4.267vw}.thF .thI{width:9.6vw;height:13.067vw;border-radius:1.6vw}.thF .thJ{width:7.468vw;font-size:3.733vw}.thF .thK{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.thL{width:6.4vw;height:6.4vw}.thN{display:flex;flex-direction:column;gap:4.267vw}.thO a{width:calc(100% - 8.533vw)}.thR{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.thS{font-size:3.733vw}.thT{width:8.533vw;height:8.533vw}.tfX .th3{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.tfX .tgQ{font-size:3.2vw}}@media screen and (max-width:1024px){.tdA>.tdx:after,.tdM>.tdN:after,.tdO>.tdM:after,.thE:after{content:"";display:block;flex:0 0 16px}.tdy{width:29.23vw}.tdy[data-is-ranking=true]{width:auto;margin-right:0}.tdv .tdA,.tdw .tdA{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.tdv .tdA::-webkit-scrollbar,.tdw .tdA::-webkit-scrollbar{display:none}.tdx{display:flex;flex-wrap:nowrap;gap:8px}.tdx .tdK{margin-right:8px}.tdx .tdK,.tdx .tiJ{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tdx .tiJ{margin-right:10px}.tdv .tdb .tdd,.tdw .tdb .tdd{display:block;width:100%}.tdq{justify-content:space-between;padding-right:16px}.tdr{font-size:16px}.tds{justify-content:space-between}.tdt{font-size:14px}.tdu{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.tdL .tdO{padding-bottom:4.05vw}.tdM{gap:8px}.tiK{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tdP .tdM{gap:8px}.tdP .tdN .tcr{width:38.462vw;height:21.538vw}.tdL.tdP .tcA{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tdR{gap:2.133vw}.tdQ .tb9{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tdV li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tdX{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}.tdY{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tdZ{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}.td0{font-size:14px;margin-bottom:4px}.td1{margin-bottom:5px}.td1,.td2{font-size:12px}.tdV li.td3:after{content:none}.tdV li.td3 .tdW{opacity:.4}.td4{font-size:12px}.td5{flex-wrap:wrap;flex-direction:column;gap:16px}.td5,.td6{display:flex}.td6{align-items:center;justify-content:space-between;width:100%}.td9 .tcC{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tea{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tea .s5x{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.teb{gap:8px;margin-bottom:unset}.tef{margin-left:12px}.td6 .tel{margin-right:8px}.td7.td6 .tcC{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.td6 .tee,.td6.tiL .tcw{display:none}.td6.tit .tiu{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}.td6.tit .tef{top:50%}.td6.tiv .td9 .tcC{width:29.231vw;height:40vw}.td6.tiv .td9 .tcv{border-radius:6px}.td6.tiv.td6 .tea{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.td6.tiv .tea .s5O{margin-bottom:16px}.td6.tiv.td6 .tee{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.td6.tiv.td6 .teb{margin-top:16px;order:4}.td6.teq .td9 .tcC{position:relative;width:29.231vw;height:40vw}.td6.teq .td9 .tcv{border-radius:6px}.td6.teq .td9 .tcC .s6V{position:absolute;bottom:0;right:0}.td6.teq .td9 .tea{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.td6.teq .tea .s5O{margin-bottom:12px}.td6.teq .ter{font-size:12px;font-weight:600}.td6.teq .tes{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.td6.teq .tes,.td6.teq .tet{font-weight:300;line-height:1.5}.td6.teq .tet{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.td6.teq .tiu{position:relative;display:block;margin-top:16px}.td6.teq .tiu button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.td6.teq .tee{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}.td6.teq .tef{top:30%;transform:translateY(-30%)}.teu{flex-direction:column;align-items:normal}.teu .tev:not(.tiM){margin-bottom:13px}.teu .tev .th5{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.teu .tev .th5 .th6{width:100%;height:100%;object-fit:cover}.teu .tev .th5 .tix{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.teu>div:first-child{position:unset;margin-right:0}.teu .tev .tew{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.teu .tev .tew .tex{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.teu .tev .tew .tey{margin-bottom:0}.teu .tez{position:relative}.teu .tez .teA{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.teu .teD{height:13px}.teu .teD .teE{width:38.462vw}.teu .tev .tew.tiy{width:32.56%;margin-right:8px;flex:1 1}.teH,.tiB{transform:translate(-50%,-50%);font-size:14px}.tiB{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.tcy.tiC{margin-bottom:6px}.tcz.tiN{width:45.2%}.teu .tez .tiD,.teu .tez .tiE{font-size:12px;line-height:1.5}.teu .tez .tiE{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.teN>div:not(:last-child),.teO>div:not(:last-child){margin-bottom:16px}.tiO:hover,.tiP:hover,.tiQ:hover{background-color:hsla(0,0%,100%,.1)}.teM{margin-bottom:12.25px}.teL .teQ,.teM .teQ{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.teL .teQ .teU,.teM .teQ .teU{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.teL img.teR,.teM img.teR{margin-right:16px}.teL .teQ .teS,.teM .teQ .teS{display:flex;align-items:center}.teL .teQ .teS p,.teM .teQ .teS p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.teL .teQ .teS p,.teL .teQ p.teT,.teM .teQ .teS p,.teM .teQ p.teT{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.teL .teQ p.teT,.teM .teQ p.teT{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tiR{display:flex;flex-direction:column}.teL .teQ p.teX,.teM .teQ p.teX{font-size:12px;font-weight:300;margin-top:8px}.teY,.teZ{font-weight:300}.te0{font-size:14px;max-width:720px}.te2{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.te9 .tfa{border-radius:6px;height:24.615vw;width:43.846vw}.te3>a{height:32px;width:32px}.te1{gap:0 4.103vw}.te3 .te4{width:60%}.te5{height:32px;width:32px}.te7>button{top:-14px}.te6{margin-bottom:16px;max-width:100%}.te7{margin-left:40px}.te3{height:38px}.te8{font-size:10px}.te9 .tfa img{width:100%}.tfd{display:flex;align-items:center}.tfd .tff{margin-right:16px}.tfd .tfg{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tfd .tfg .tfh{display:flex;align-items:center}.tfd .tfg .tfh p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tfd .tfg p.tfi{margin-top:8px;margin-bottom:0}.tfd .tfl{display:flex}.tfj .tfk{font-size:14px;line-height:1.5714285714}.th7{flex-direction:column;gap:48px}.tfm,.th7{display:flex}.tfm{align-items:center}.tfm .tfn{margin-right:16px}.tfm .tfp{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tfm .tfp .tfq{display:flex;align-items:center}.tfm .tfp .tfq p{height:1em;overflow:hidden;line-height:unset}.tfm .tfp p.tfr{font-size:12px;font-weight:300;margin-top:4px}.tft,.tfu,.tfv{width:43.846vw}.tfu,.tfv{margin-bottom:8px;height:24.615vw}.tfv .th8{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tfy .tfz{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tfy .tfA{font-weight:300;margin-bottom:2px;height:1.5em}.tfy .tfA,.tfy .tfB{font-size:12px;line-height:1.5}.tfC,.tfy .tfB{margin-bottom:8px}.tfE .tfF{font-size:10px}.tfO{gap:27px 2.051vw}.tfP{width:29.231vw}.tfP .tcb{border-radius:6px}.tfO .tfx{right:8px}.tfR{top:27%}.tfO .tca.tfQ span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tfS.th9{margin-top:12px}.tfU{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tfV{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tfW{font-size:10px}.tfO .tfX,.tfW{margin-top:10px}.tfZ img{width:80px;height:80px}.tfY li:not(:last-child){margin-bottom:5px}.tfY .tf0 p{font-size:10px}.tf1{max-width:100%}.tf1 .tf2{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tf1 .tia{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tf1 .tib{margin-left:16px}.tf1 .tf4{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.tf1 .tf8{justify-content:left}.tf1 .tgd{background-color:rgba(0,0,0,0);padding:0;position:relative}.tf1 .tgd .tge{max-width:100%}.tf1 .tgd a{padding-right:0}.tf1 .tgd .tgf{font-size:12px;padding-left:0;margin-bottom:8px}.tf1 .tgd .tgf:after{font-size:12px}.tf1 .tgd .tgi{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.tf1 .tgd .tic{position:absolute;bottom:2px;right:0;z-index:5}.tgn{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}.tgn .tid{justify-content:space-between}.tgn .tid,.tgn .tid a{display:flex;align-items:center}.tgn .tid a{gap:16px}.tgo{width:30.769vw;height:42.307vw}.tgp{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}.tgp.tie,.tgp.tif{right:unset;left:-1.282vw}.tgn .tgq{max-width:28.205vw;margin-top:16px}.tgq .tgr{display:flex;justify-content:space-between;align-items:center}.tgq .tgr .tgs{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tgt{position:unset;top:unset;right:unset}.tgq .tgu{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tgq .tgv{display:flex;align-items:center;margin-top:8px;gap:12px}.tgq .tgv .tgw{display:block;position:absolute;top:36px;left:78px;gap:4px}.tgq .tgx{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tgn .tgy{margin-top:16px;position:relative;gap:unset}.tgy a{display:flex;align-items:center;gap:16px}.tgy .tiF{min-width:72px;min-height:72px}.tgG{max-width:100%}.tgG .tgH{font-size:72px;line-height:1.1944444444}.tgG .tgH,.tgG .tgI{margin-bottom:8px}.tgG .tgJ{margin-bottom:12px}.tgG .tgJ .tgL{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tgG .tgJ .tgM{font-size:12px;color:#d3d3d3}.tgG .tig{margin-left:16px}.tgG .tgL{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tgG .tgN{justify-content:space-between}.tgG .tgN,.tgG .tgN .tih{display:flex;align-items:center}.tgG .tgN .tih{gap:8px}.tgG .tii{display:flex;align-items:center}.tgG .tii .tij{width:40px;height:40px}.tgG .tgT{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tgG .tgT .tgU{max-width:100%}.tgG .tgT a{padding-right:0}.tgG .tgT .tgV{font-size:12px;padding-left:0;margin-bottom:8px}.tgG .tgT .tgV:after{font-size:12px}.tgG .tgT .tgY{font-size:12px;line-height:1.567}.tg2{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tg3{margin-bottom:12px;width:75.128vw;height:42.308vw}.tg3 .tg5.tg6,.tg3 .tg7.tg8{top:8px;left:8px}.tha{display:unset;align-items:unset;gap:0}.tik{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tha .thd .the{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tha .thd .the,.tha .thd .thf{font-size:14px;line-height:1.571}.tha .thd .thf{margin-bottom:4px}.tha .thd .thg{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.thh{padding-left:0}.tho{max-width:49.231vw}.tho .til{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tho .tim{border-radius:12px;width:100%;height:100%;object-fit:cover}.til .tin{position:absolute;display:flex;gap:2px;top:4px;left:4px}.til .s6V{position:absolute;bottom:0;right:0}.tho .thp{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tho .tio{display:flex;align-items:center;margin-bottom:8px}.tho .tip{font-size:12px;margin-right:16px;color:#d3d3d3}.tho .tiq{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.thy{max-width:91.795vw}.thy a{display:flex;align-items:center}.thy .tcC{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.thy .tcv{border-radius:6px}.thy .thz .thA{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.thy .thB{display:flex;align-items:center}.thy .thB .thD{font-size:12px;color:#d3d3d3}.thE{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.thE .tcY{width:unset;height:unset;min-width:21.538vw}.thE .tc0{font-size:14px}.thE::-webkit-scrollbar{display:none}.thF{max-width:91.795vw}.thF .thG{padding:12px 0}.thF .thH{display:none}.thF .thI{width:36px;height:49px;border-radius:6px;margin-right:16px}.thF .thJ{width:28px}.thF .thK{width:calc(100% - 120px)}.thN{flex-direction:column;gap:16px}.thN,.thO{display:flex}.thO{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.thO a{max-width:unset}.thP{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.thQ{border-radius:12px}.thR{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.thS{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.thV .tcf{font-size:10vw}.thV .tce[data-is-first=true]{width:54px;flex:0 0 54px}.thV .tce{position:relative;width:80px;flex:0 0 80px}.thV .tce[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.tfW span{transform:scaleX(.9);white-space:nowrap}.thV .tcf{font-size:16.4vw;bottom:-1.5vw}.thV .tce[data-is-first=true]{width:40px;flex:0 0 40px}.thV .tce{width:48px;flex:0 0 48px}.thV .tce[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.td6.teq .td9 .tcv,.td6.tiv .td9 .tcv,.td9 .tcv{border-radius:1.1515vw}.td6.teq .td9 .tcC .s6V,.td9 .tcC .s6V{width:3.071vw}.te9 .tfa,.tfP .tcb,.tfu .tfw,.tfv .tfw,.thy .tcv{border-radius:1.1515vw}.tho .tim{border-radius:2.303vw}.til .s6V{width:3.071vw}.thQ{border-radius:2.303vw}}@media screen and (max-width:375px){.tdq{margin-bottom:4.267vw;padding-right:4.267vw}.tdr{font-size:4.267vw}.tds{margin-bottom:3.75vw}.tdt{font-size:3.75vw}.tdx{gap:2.133vw}.tdx .tdK{top:1907px;left:16px;width:72vw;height:40.266vw}.tdx .tdK :not(:first-child){margin-left:8px}.tdM,.tdP .tdM,.tdR{gap:2.133vw}.tdQ .tb9{border-radius:3.2vw}.tdV li{border-radius:2.133vw}.tdV li:not(:last-child){margin-bottom:4.267vw}.tdX{font-size:5.333vw}.tdZ{padding-left:4.267vw;padding-right:4.267vw}.td0{font-size:3.733vw;margin-bottom:1.067vw}.td1{margin-bottom:1.333vw}.td1,.td2,.td4{font-size:3.2vw}.td4{right:4.267vw;bottom:4.267vw}.td5{gap:4.267vw}.td9 .tcv{border-radius:1.6vw}.tea{padding-right:11.733vw;margin-left:4.267vw}.tea .s5x{margin-bottom:1.067vw;font-size:3.733vw}.tea .s5O{margin-bottom:2.133vw;font-size:3.2vw}.teb{gap:2.133vw}.td6 .tea .ted>div{width:4.267vw;height:4.267vw}.tea .tec{font-size:2.667vw}.tea .tir .tis{width:3.733vw;height:3.733vw}.tef{min-width:8.53333vw;margin-left:2.133vw}.tef .tby{width:8.53333vw;height:8.53333vw}.tef .tbQ{height:4.267vw}.td9 .tcC .s6V,.tef .tbQ{width:4.267vw}.td6 .tel{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.td6.tit .tiu{font-size:3.733vw;margin-top:4.267vw}.td6.tiv .td9 .tcv{border-radius:1.6vw}.td6.tiv .tea .s5O{margin-bottom:4.267vw}.td6.tiv.td6 .tee{font-size:3.2vw}.td6.tiv.td6 .teb{margin-top:4.267vw}.td6.teq .td9 .tcC .s6V{width:4.267vw}.td6.teq .tea .s5P{margin-bottom:3.2vw}.td6.teq .ter{font-size:3.2vw;margin-bottom:1.067vw}.td6.teq .tes{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.td6.teq .tes span:first-child{margin-right:4.267vw}.td6.teq .tet{font-size:2.667vw;margin-bottom:3.2vw}.td6.teq .tiu{margin-top:4.267vw}.td6.teq.td6 .tee{font-size:3.2vw}.td6.teq .tiw{width:4.267vw;height:4.267vw}.teu .tev .th5{margin-right:4.267vw}.teu .tev .th5 .th6{border-radius:1.6vw}.teu .tev .th5 .tix{width:10.256vw}.teu .tev .tew{margin-right:6.154vw}.teu .tev .tew.tiy{margin-right:2.133vw}.teu .tev .tew .tex{font-size:3.77vw;margin-bottom:1.067vw}.teu .tew .tey,.teu .tez .teA{font-size:3.2vw}.teu .teD{height:3.333vw}.teu .tev .tew.tiz{margin-right:2.133vw}.teu .tev .s7h.tiA{font-size:3.2vw;padding:0 1.795vw}.teH,.tiB{font-size:3.77vw}.tcy.tiC{margin-bottom:1.6vw}.teu .tez .tiD,.teu .tez .tiE{font-size:3.2vw}.teL .teQ,.teL>a>div:first-child,.teM .teQ,.teM>a>div:first-child{margin-right:4.267vw}.teL .teQ .teU{margin-bottom:0}.teY span,.teZ span{margin-left:.8vw}.teL img.teR{margin-right:4.267vw}.teL .teQ .teS p,.teM .teQ .teS p{font-size:3.733vw;margin-right:.533vw}.teL .teQ p.teT,.teL .teQ p.teX,.teM .teQ p.teT,.teY,.teZ{font-size:3.2vw;margin-top:2.133vw}.te0{font-size:3.733vw}.te1{display:flex;flex-wrap:wrap}.te1 li:nth-of-type(2n){margin-right:0}.te2{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.te3>a>img,.te3>div{margin-right:2.133vw}.te3 .te4{width:60%}.te5{height:8.533vw;width:8.533vw}.te7>button{top:-3.733vw}.te3 .te4 .te6{max-width:100%;font-size:3.733vw}.te7{margin-left:10.667vw}.te3 .te4 .te8{font-size:2.667vw}.te9 .tfa{margin-bottom:2.133vw;border-radius:1.6vw}.te9 .tfa img{width:100%}.te9 .tfa span{right:2.133vw;bottom:2.947vw}.te9 .tfb{font-size:3.733vw}.te9 .tfb,.te9 .tfc{margin-bottom:2.133vw}.te9 .tfc{font-size:3.2vw}.tfd{margin-bottom:4.267vw}.tfd .tff,.tfd>a>div:first-child{margin-right:4.267vw}.tfd .tfg{margin-right:1.067vw}.tfd .tfg .tfh>img:last-child{margin-left:.533vw}.tfd .tfg .tfh p{font-size:3.733vw}.tfd .tfg p.tfi{font-size:3.2vw;margin-top:2.133vw}.tfj .tfk{font-size:3.734vw}.tfd .tfl button:first-child{margin-right:2.133vw}.th7{gap:12.8vw}.tfm .tfn,.tfm>a>div:first-child{margin-right:4.267vw}.tfm .tfp{margin-right:1.067vw}.tfm .tfp .tfq p{font-size:3.733vw}.tfm .tfp .tfq>img{margin-left:.533vw}.tfm .tfp p.tfr{font-size:3.2vw;margin-top:1.067vw}.tfs{gap:4.267vw}.tfu,.tfv{margin-bottom:2.133vw}.tfu .tfw,.tfv .tfw{border-radius:1.6vw}.tfu .tfx,.tfv .tfx{right:2.133vw;top:2.133vw}.tfu span{right:2.133vw;bottom:2.133vw}.tfv span{font-size:3.77vw}.tfv .th8{width:4.267vw}.tfy .tfz{font-size:3.77vw;margin-bottom:.256vw}.tfy .tfA{font-size:3.2vw;margin-bottom:.533vw}.tfy .tfB{font-size:3.2vw}.tfC,.tfy .tfB{margin-bottom:2.133vw}.tfC .tfD{gap:1.6vw}.tfE .tfF{font-size:2.667vw}.tfI{gap:4.267vw;width:calc(100% - 3.733vw)}.tfG li:not(:last-child){margin-bottom:4.267vw}.tfK{font-size:3.733vw;margin-right:2.933vw}.tfK,.tfL{margin-bottom:2.133vw}.tfL>p{margin-right:2.133vw}.tfL>p,.tfM{font-size:3.2vw}.tfM{margin-right:2.933vw}.tfO{gap:7.2vw 2.133vw}.tfP{width:31.785%}.tfP .tcb{border-radius:1.6vw}.tfO .tfx{top:2.133vw;right:2.133vw}.tfR{width:4.267vw}.tfO .tca.tfQ span{font-size:3.2vw}.tfS.tfT{margin-top:3.2vw}.tfU{font-size:3.733vw;margin-top:2.033vw}.tfV{font-size:3.2vw;margin-top:1.233vw}.tfW{font-size:2.667vw;margin-top:2.667vw}.tfW span:not(:last-child){margin-right:0}.tfO .tfX{margin-top:2.667vw}.tfZ img{width:21.333vw;height:21.333vw}.tfY .tf0{margin-left:4.267vw}.tfY li:not(:last-child){margin-bottom:1.333vw}.tfY .tf0 p{font-size:2.667vw}.tf1 .tf2{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tf1 .tia{margin-bottom:4.267vw}.tf1 .tib{margin-left:4.267vw}.tf1 .tf4{font-size:3.733vw;margin-bottom:3.2vw}.tf1 .tgd .tge{margin-left:3.733vw}.tf1 .tgd .tgf{margin-bottom:2.133vw}.tf1 .tgd .tgf,.tf1 .tgd .tgf:after,.tf1 .tgd .tgi{font-size:3.2vw}.tgn{padding-left:17.067vw;padding-top:6.4vw}.tgn .tid a{gap:4.267vw}.tgo{border-radius:1.6vw}.tgp{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}.tgp.tie,.tgp.tif{right:unset;left:-1.282vw}.tgn .tgq{margin-top:4.267vw}.tgq .tgr .tgs{font-size:3.733vw}.tgq .tgu{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tgq .tgv{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tgq .tgv .tgw{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tgq .tgx{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tgn .tgy{margin-top:4.267vw}.tgy a{gap:4.267vw}.tgy .tiF{min-width:19.2vw;min-height:19.2vw}.tgA .tgB{margin-bottom:1.333vw;align-items:center}.tgA .tgB,.tgy .tgA .tgE{font-size:3.2vw}.tgG .tgH{font-size:19.2vw;line-height:1.1944444444}.tgG .tgH,.tgG .tgI{margin-bottom:2.133vw}.tgG .tgJ{margin-bottom:3.2vw}.tgG .tgJ .tgL{font-size:3.733vw;margin-bottom:2.133vw}.tgG .tgJ .tgM{font-size:2.133vw}.tgG .tig{margin-left:4.267vw}.tgG .tgL{font-size:3.733vw;margin-bottom:3.2vw}.tgG .tgN .tih{gap:2.133vw}.tgG .tii .tij{width:10.667vw;height:10.667vw}.tgG .tgT .tgV{margin-bottom:2.133vw}.tgG .tgT .tgV,.tgG .tgT .tgY{font-size:3.2vw}.tgG .tgP img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tgG .tgQ{font-size:3.2vw}.tg2{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tg3{margin-bottom:3.2vw}.tg3 .tg4{width:100%;border-radius:3.2vw}.tg3 .tg5.tg6,.tg3 .tg7.tg8{top:2.133vw;left:2.133vw}.tg3 .tg9{width:10.256vw}.tg3 span{right:2.133vw;bottom:2.133vw}.tik{letter-spacing:-2.4vw;font-size:18.462vw}.tha .thd .the{font-size:3.77vw;margin-bottom:.533vw}.tha .thd .thf{font-size:3.77vw;margin-bottom:1.067vw}.tha .thd .thg{font-size:3.2vw;margin-bottom:2.667vw}.thh{margin-bottom:3.2vw}.thh .tgQ{font-size:3.2vw}.thh .thi{gap:2.133vw}.thj{gap:3.2vw}.thk{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.thj .thl{font-size:3.2vw;margin-bottom:1.282vw}.thj .thl:after{font-size:3.2vw;margin-left:1.539vw}.thj .thn{font-size:3.2vw}.tho{max-width:51.2vw}.tho .til{margin-bottom:4.267vw}.tho .thr{border-radius:3.2vw}.tho .thp{font-size:3.733vw;margin-bottom:6.4vw}.tho .thv{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tho .thw{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tho .thw,.tho .tiG>span{font-size:3.2vw}.tho .tiq{font-size:3.733vw}.tho .tip{font-size:3.2vw;margin-right:4vw}.til .s6V{width:4.267vw}.thy .tcC{margin-right:4.267vw}.thy .tcv{border-radius:1.6vw}.thy .thz .thA{font-size:3.733vw;margin-bottom:2.133vw}.thy .thB .thC{margin-right:2.133vw}.thy .thB .thD{font-size:3.2vw}.thE{gap:2.133vw}.thE .tiH,.thE .tiI{border-radius:4.267vw}.thE .tc0{font-size:3.733vw}.thF .thG{padding:3.2vw 0}.thF .thH,.thF .thI{margin-right:4.267vw}.thF .thI{width:9.6vw;height:13.067vw;border-radius:1.6vw}.thF .thJ{width:7.468vw;font-size:3.733vw}.thF .thK{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.thL{width:6.4vw;height:6.4vw}.thN{display:flex;flex-direction:column;gap:4.267vw}.thO a{width:calc(100% - 8.533vw)}.thR{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.thS{font-size:3.733vw}.thT{width:8.533vw;height:8.533vw}.thQ{border-radius:3.2vw}.thW{padding-bottom:7.179vw}.thV .tdq{padding-right:4.267vw}.thX{gap:2.051vw}.thV .s9f{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tiS .tef{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tiS .tef{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tiS .tef{top:30.7675%!important}}@media screen and (max-width:376px){.tiS .tef{top:30%!important}}.tiT{display:inline-flex;gap:16px}.tiU{animation:tiU .8s linear infinite}.tiV>img{width:100%;height:100%;display:block}@keyframes tiU{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tiW{height:4px}.tiW,.tiX{width:100%}.tiX{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.tiY{width:90px;background-color:hsla(0,0%,100%,.6)}.tiY,.tiZ{height:4px;border-radius:4px}.tiZ{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tfS{display:inline-block}.tir{gap:2px}.ti0,.tir{display:flex;align-items:flex-end}.ti0{max-height:-moz-fit-content;max-height:fit-content}.tiG>span{display:block;font-size:12px;font-weight:600;color:#fff}.ti1{display:inline-block;cursor:pointer}.ti1 input{display:none}.ti1 input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.ti1 input:checked~span{width:80px}.ti1 input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.ti3{width:58.2%}.ti4{cursor:pointer}.ti5{height:2px}.ti5.ti6 .ti4{width:24px;height:24px}.ti5.ti7 .ti4{display:none}.ti8{display:inline-block;margin-right:16px;cursor:pointer}.ti8:last-child{margin-right:0}.ti8 input{display:none}.ti8 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)}.ti8 input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.ti2{border-radius:2px}.ti3{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.ti3,.ti4{position:relative}.ti4{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.ti9.ti2{height:4px}.ti9 .ti4{width:26px;height:26px}.tja .ti4{display:none}.tjb{display:flex;align-items:center;margin:0 8px;position:relative}.tjc{margin-left:12px}.tjc,.tjd{font-size:12px;font-weight:300}.tjd{top:-16px}.tjd,.tje{position:absolute}.tje{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tje:before{content:"●";color:#ff0576;font-size:16px}.tje span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tjf{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tjg{margin-bottom:16px}.ti2{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tjh{height:4px}.tji{margin-bottom:12px;font-size:12px;font-weight:300}.tjh .ti3{width:31.3%}.tjh .ti4{width:26px;height:26px}.tjj .ti4{display:none}.tjk{margin-right:56px}.tjl{position:relative;width:100%;height:100%}.tjl,.tjm{display:flex;align-items:center;justify-content:center}.tjm{width:calc(100% - 12px);height:2px}.tjm .tjn{flex:1 1;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tjo{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tjo .tjp{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tjq[data-current-index="1"] .tjo>.tjp:first-child,.tjq[data-current-index="2"] .tjm>.tjn:first-child,.tjq[data-current-index="2"] .tjo>.tjp:not(.tjp:nth-child(3)),.tjq[data-current-index="3"] .tjm>.tjn,.tjq[data-current-index="3"] .tjo>.tjp{background-color:#ff0576}.tjr{width:528px;height:12px}.tjs{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tjs>img{display:block;width:36px;height:36px}.tjt{width:528px;height:12px}.tju[data-current-index="1"] .tjo>.tjp:first-child,.tju[data-current-index="2"] .tjm>.tjn:first-child,.tju[data-current-index="2"] .tjo>.tjp:first-child,.tju[data-current-index="2"] .tjo>.tjp:nth-child(2),.tju[data-current-index="3"] .tjm>.tjn:not(.tjn:last-child),.tju[data-current-index="3"] .tjo>.tjp:not(.tjp:last-child),.tju[data-current-index="4"] .tjm>.tjn,.tju[data-current-index="4"] .tjo>.tjp{background-color:#ff0576}@media screen and (max-width:1024px){.ti1 input~span{height:4px;width:8px}.ti1 input:checked~span{width:48px}.ti1 input:checked~span>span{width:50%}.tjr,.tjt{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tiV>img{width:8.533vw;height:8.533vw}.tiW{height:1.067vw}.tiX{border-radius:.533vw}.tiY{width:24vw;background-color:hsla(0,0%,100%,.6)}.tiY,.tiZ{height:1.067vw;border-radius:.533vw}.tiZ{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tir{gap:.533vw}.tiG>span{font-size:3.2vw}.ti1 input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.ti1 input:checked~span{width:12.8vw}.ti1 input:checked~span>small{border-radius:.8vw}.ti5{height:.533vw}.ti5.ti6 .ti4{width:6.4vw;height:6.4vw}.ti8{margin-right:4.267vw}.ti8 input~span{height:3.2vw;width:3.2vw}.ti2{height:.533vw;border-radius:.533vw}.ti4{width:3.2vw;height:3.2vw}.ti9.ti2{height:1.067vw}.ti9 .ti4{width:6.933vw;height:6.933vw}.tjb{margin:0 2.133vw}.tjc{margin-left:3.2vw}.tjc,.tjd{font-size:3.2vw}.tjd{top:-4.267vw}.tje{bottom:-8.533vw}.tje,.tje span,.tje:before{font-size:3.2vw}.tjf{width:42.667vw;bottom:10.4vw;left:10.933vw}.tjg{margin-bottom:4.267vw}.ti2{border-radius:1.067vw}.tjh{height:1.067vw}.tji{margin-bottom:3.2vw;font-size:3.2vw}.tjh .ti4{width:6.933vw;height:6.933vw}.tjk{margin-right:14.933vw}.tjm{width:calc(100% - 3.2vw);height:.533vw}.tjo .tjp{width:3.2vw;height:3.2vw}.tjr{width:calc(100% - 10.933vw);height:3.2vw}.tjs{width:10.667vw;height:10.667vw}.tjs>img{width:9.6vw;height:9.6vw}.tjt{width:calc(100% - 10.933vw);height:3.2vw}}.tjv{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}.tjv:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tjv::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tjv.tjw:before{vertical-align:text-top;height:unset}.tjx{display:none}.tjy{width:560px;border-radius:16px;background:rgba(0,0,0,0);background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tjz{margin:40px}.tjA{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tjA:hover{opacity:.6}.tau{width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tjB{margin:40px}.tjC{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tjC:hover{opacity:.6}.tjD{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tjD:hover{opacity:.6}.tjE{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}.tjE,.tjF{position:relative;width:560px}.tjF{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tjF img{width:100%;height:100%;object-fit:cover}.tjG{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tjH{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tjH,.tjI{margin-bottom:24px}.tjI{width:100%}.tjJ{text-align:center}.tjK{padding:40px 120px;width:560px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.tjL{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tjM{display:block;text-align:center;color:#fff;margin-bottom:40px}.tjK .s98.s99 .taa,.tjN .s98.s99 .taa{width:100%}.tjO{max-width:280px;padding:22px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.tjP{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)}.tjP:last-child{margin:0}.tjP input{opacity:0;cursor:pointer;height:0;width:0}.tjP input,.tjQ{position:absolute}.tjQ{top:0;left:0;height:16px;width:16px}.tjQ:after{content:"";position:absolute;display:none}.tjP input:checked~.tjQ:after{display:block}.tjP .tjQ:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tjR{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tjS{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:rgba(0,0,0,0);background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.3019607843)!important}.tjT{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tjU{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}.tjU:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tjN .s98.s99{display:block}.tjN .s98.s99 .taa{padding:8px 24px}.tjN .s98.s99 .taa:hover{background-color:hsla(0,0%,100%,.1)}.tjV{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tjW{position:absolute;top:0;right:0;cursor:pointer}.tjW:hover{opacity:.6}.tjX{display:inline-flex}.tjX .ta4{width:1px;height:auto;margin:24px 0}.tjY{width:216px;padding:24px 0;text-align:center;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.tjZ{position:relative}.tjZ input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tjZ .s7i{font-weight:300;cursor:pointer}.tjZ .s7i:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tjZ .s7i img{display:none}.tjZ input:checked~.s7i img{display:block}.tj0{padding:20px;width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.tj1{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tj2{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.tj2::-webkit-scrollbar{width:28px}.tj2::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.tj2::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.tj3{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tj4 label{position:relative}.tj4 input{opacity:0;cursor:pointer;height:0;width:0}.tj4 input,.tj5{position:absolute}.tj5{top:3px;left:0;height:16px;width:16px}.tj5:after{content:"";position:absolute;display:none}.tj4 input:checked~.tj5:after{display:block}.tj4 .tj5:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tj6{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tj7{position:absolute;top:16px;right:16px;cursor:pointer}.tj7:hover{opacity:.6}.tj8{width:284px;height:auto;padding:24px;border-radius:12px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tj9{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tka{width:24px;height:24px;cursor:pointer}.tka:hover{opacity:.6}.tkb{font-weight:600;font-size:18px;cursor:pointer}.tkc{margin-bottom:16px}.tkd{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tkd li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tke{color:#1fb1ff}.tkf{color:#ec28bf}.tkg{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tkg li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tkg li,.tkg li span{display:flex;justify-content:center;align-items:center}.tkg li span{width:100%;height:100%;cursor:pointer}.tkg li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tkg span.td3{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tkh{display:flex;align-items:center;justify-content:space-between}.tkh .s7i{width:31.5%;height:36px;padding:0}.tkh .s7c{width:65.5%}.tki{width:976px;border-radius:16px;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.tkj{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tkj:hover{opacity:.6}.tkk{display:none}.tkl{position:absolute;top:16px;left:unset;right:16px}.tkl:hover{opacity:.6}.tkm{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tjy{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tjz{margin:40px 16px}.tjA{top:16px;left:unset;right:16px}.tau{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tjB{margin:40px 16px}.tjC{top:16px;right:16px;left:unset}.tjE{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tjD{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tjF{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}.tjF img{width:100%;height:100%;object-fit:cover}.tjG{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tjG,.tjH{text-align:center}.tjH{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tjL{position:absolute;top:64px;left:unset;right:16px}.tjL:hover{opacity:.6}.tjK{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tkn{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tjM{margin-bottom:22px}.tjM .s5D{font-size:16px;line-height:1.625}.tj0{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tj0,.tko{height:100%}.tj1{position:absolute;top:16px;right:16px;cursor:pointer}.tkp:before{display:none}.tj8{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tjv .tj8{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tj9{margin-bottom:32px}.tka{width:16px;height:16px}.tkb{font-size:20px}.tkc{margin-bottom:24px}.tkd li{font-size:14px;line-height:1.5714285714}.tkg{row-gap:8px}.tkg li{font-size:14px;line-height:1.5714285714}.tkh .s7i{width:27.78%;height:48px}.tkh .s7c{width:71.528%;height:48px}.tkq{position:absolute;top:16px;right:16px;cursor:pointer}.tkq:hover{opacity:.6}.tjw:before{display:none}.tki{border-radius:unset;width:100%;margin:0}.tkj{top:4px;right:4px}.tkr{display:none}.tkk{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.tjy{border-radius:4.267vw}.tjz{margin:10.667vw 4.267vw}.tjA{top:4.267vw;right:4.267vw}.tau{border-radius:4.267vw}.tjC{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tjE{border-radius:4.267vw}.tjD{top:17.067vw;right:4.267vw}.tjF{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tjG{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tjH{font-size:4.267vw;padding:0 0 5.333vw}.tjL{top:17.067vw;right:4.267vw}.tjK{padding:6.4vw 4.267vw}.tjK,.tjK:before{border-radius:4.267vw}.tjK:before{padding:.267vw}.tjM{font-size:4.267vw}.tks{margin-top:4.267vw}.tjO{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tjP{margin-bottom:4.267vw}.tjP .tjQ:after,.tjQ{height:4.267vw;width:4.267vw}.tjR{margin-left:6.4vw}.tjR,.tjV{font-size:3.733vw}.tjV{line-height:6.4vw;margin-left:2.133vw}.tjN .s98.s99 .taa,.tjU{padding:2.133vw 6.4vw}.tjT{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tj1{top:4.267vw;right:4.267vw}.tj2{border-radius:4.267vw;margin:0 6.4vw}.tj2::-webkit-scrollbar{width:7.468vw}.tj2::-webkit-scrollbar-track{margin:3.2vw 0}.tj2::-webkit-scrollbar-thumb,.tj2::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.tj3{row-gap:6.4vw;padding:6.4vw 3.2vw}.tj5{top:.8vw}.tj4 .tj5:after,.tj5{height:4.267vw;width:4.267vw}.tj6{font-size:3.734vw;margin:0 6.4vw}.tj7{top:4.267vw;right:4.267vw}.tj8{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tj9{margin-bottom:8.533vw}.tka{width:4.267vw;height:4.267vw}.tkb{font-size:5.334vw;line-height:1}.tkc{margin-bottom:6.4vw}.tkd{margin-bottom:3.2vw}.tkd li{width:8.533vw;font-size:3.734vw}.tkg{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tkg li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tkh .s7c,.tkh .s7i{height:12.8vw}.tkq{top:4.267vw;right:4.267vw}.tkj{top:1.067vw;right:1.067vw}.tkl{top:4.267vw;right:4.267vw}.tkm{text-align:left;width:32vw;margin:0 auto}}.tkt .tku{font-size:20px}.tkt .tkv{font-size:40px}.tkt .tkw{font-size:16px}@media screen and (max-width:520px){.tkt .tkx .tku{font-size:4.5vw}.tkt .tkx .tkv{font-size:9vw}.tkt .tkx .tkw{font-size:3.5vw}}.tky{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tky{display:none}}.tky.tkz{right:0}.tky.tkA,.tky.tkz{top:0;height:100%;width:calc((100% - 976px)/2)}.tky.tkA{left:0}.tky.tkB{top:0}.tky.tkB,.tky.tkC{height:24px;width:100%}.tky.tkC{bottom:0}.s46.tkD{background:#333}.tkE{display:inline-flex;align-items:center;min-width:214px;min-height:62px;padding:24px 16px;position:relative;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tkE,.tkE:before{border-radius:12px}.tkE:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tkF{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tkG{display:flex;justify-content:space-between;align-items:center;width:400px;min-height:82px;background-color:rgba(60,60,60,.9);position:relative;padding:16px 40px 16px 16px}.tkG,.tkG:before{border-radius:12px}.tkG:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tkH{width:400px;padding-right:40px}.tkI{width:90px;height:50px;margin-right:16px}.tkJ{border-radius:6px;object-fit:cover}.tkK{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tkL{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tkM{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tkG .tkN{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tkO{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.tkO,.tkP{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tkP{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tkP,.tkP:before{border-radius:8px}.tkP:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tkQ{color:#fff;font-size:12px;font-weight:600}.tkR{display:inline-flex;justify-content:center;align-items:center;width:314px;height:42px;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tkR,.tkR:before{border-radius:12px}.tkR:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tkS{color:#fff;font-weight:600}.tkR>img{width:22px;height:22px;margin-right:8px}.tkT{width:247px;height:38px;display:inline-flex;justify-content:center;align-items:center;border-radius:8px;background-image:linear-gradient(99deg,#ff903c,#ff0576);position:relative}.tkT:before{content:url(/assets/img/parts/m_notice/m_7_tooltip.svg);position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}.tkU{color:#fff}.tkV{display:inline-flex;align-items:center;justify-content:center;width:44px;height:22px;background-color:#000;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.tkW{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tkG{width:100%;padding-right:16px}.tkR{width:auto;height:auto;padding:8px 16px}.tkR,.tkR:before{border-radius:8px}.tkR>img{width:16px;height:16px}.tkS{font-size:12px}.tkT{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tkG{max-width:91.795vw}.tkK{max-width:41.026vw}.tkE{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tkE,.tkE:before{border-radius:3.2vw}.tkF{font-size:3.733vw}.tkG{min-height:21.867vw;padding:4.267vw}.tkG,.tkG:before{border-radius:3.2vw}.tkG:before{padding:.267vw}.tkI{width:24vw;height:13.333vw;margin-right:4.267vw}.tkJ{border-radius:1.6vw}.tkK{width:calc(100% - 40vw)}.tkM{font-size:3.733vw;margin-left:4.267vw}.tkH{width:106.667vw;padding-right:10.667vw}.tkG .tkN{width:10.667vw;height:10.667vw}.tkK{font-size:3.2vw}.tkO{font-size:3.2vw}.tkO,.tkP{width:32vw;height:8.533vw}.tkP,.tkP:before{border-radius:2.133vw}.tkP:before{padding:.267vw}.tkQ{font-size:3.2vw}.tkR{padding:2.133vw 4.267vw}.tkR,.tkR:before{border-radius:2.133vw}.tkR>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tkS{font-size:3.2vw}.tkV{width:11.733vw;height:5.867vw}.tkW{font-size:3.733vw}}.s45{position:relative;z-index:1}.ta4{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.ta4.tkX{opacity:.3}.tkY{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.tis{position:relative;display:inline-block;width:14px;height:14px}.tkZ{position:absolute;top:0;left:0}.tk0,.tkZ{width:100%;height:100%}.tk0{display:block}.tk1{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tk1>input{display:none}.tk2{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tk2,.tk3,.tk4{width:100%;height:100%}.tk3,.tk4{display:block}.tk5{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}.tk1 input:checked~.tk5{opacity:1;transform:scale(1)}.tel{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)}.tel>input{display:none}.tem{z-index:2}.tem,.ten{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.ten{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.teo,.tep{width:100%;height:100%}.tel input:checked~.ten{opacity:1;transform:scale(1)}.tk6{display:flex;flex-wrap:wrap;gap:16px}.tk7{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tk7.tk8{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tk9{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}.tla{width:100%;height:100%;object-fit:cover}.tlb{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tlc{width:100%;height:336px}@media screen and (max-width:375px){.tkY{gap:4.267vw}.tis{width:3.733vw;height:3.733vw}.tel,.tk1{height:6.4vw;width:6.4vw}.tk6{gap:4.267vw}.tk7{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tg5,.tld,.tle,.tlf,.tlg,.tlh,.tli,.tlj,.tlk,.tll{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tlm,.tln{display:inline-flex;gap:8px}.tln{flex-direction:column}.tlo{display:inline-flex;gap:8px}.ted{display:flex;align-items:center;gap:2px}.tec{font-size:10px;font-weight:300;color:#bababa}.tlp{display:flex;align-items:flex-end;gap:10px}.tg7,.tlq{display:flex;flex-direction:column}.tlq{align-items:center;gap:1px}.tlr{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tlr: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){.tg5,.tld,.tle,.tlf,.tlg,.tlh,.tli,.tlj,.tlk,.tll{width:6.4vw;height:6.4vw}.tlm,.tln,.tlo{gap:2.133vw}.ted{gap:.533vw}.tec{font-size:2.667vw}.tlp{gap:2.667vw}.tlq{gap:.267vw}.tlr{font-size:2.667vw}.tlr:before{height:2.667vw;width:6.4vw}}.tls{z-index:auto!important}.tlt .s46{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tlt .s46,.tlt .tlu{position:relative}.tlt .tbZ,.tlt .tlv{width:590px}.tlt .tlv{font-size:40px;font-weight:600;line-height:1.4;margin-bottom:24px;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tlt .s7g{width:170px}.tlt .s5u{text-align:left;padding-top:64px;padding-bottom:56px}.tlt .th0{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tlt .tlw{position:absolute;right:0;bottom:0}.tlt .tlw .s6V{width:100%;height:100%}.tlt .tlx{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tlt .tjN .s5B{margin:0 24px 16px}.tlt .tly{position:fixed;bottom:48px;z-index:10}.tlt .tjS{position:absolute;top:40px;z-index:5}.tlt .s5B{margin:0 24px 16px}.tlt .s5z{margin-bottom:32px}.tlt .s5G{margin-bottom:24px}.tlt .tau{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tlt .tjB{height:100%;margin:unset}@media screen and (min-height:680px){.tlt .tlz{position:relative;overflow-y:auto;height:calc(100% - 65px);padding-right:16px;padding-bottom:50px}}@media screen and (max-height:679px)and (min-height:490px){.tlt .tlz{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tlt .tlz{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tlt .tap{margin-bottom:32px;max-width:100%}.tlt .tau .s6W{width:100%;max-width:720px;bottom:0;left:0;position:absolute;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.tlt .tau .s6W :root .tlt .tau .s6W,.tlt .tau .s6W _::-webkit-full-page-media,.tlt .tau .s6W _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tlt .tau .s6W .tlt .tau .s6W,.tlt .tau .s6W ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.s6W .s7i{width:100px;padding:unset}}@media screen and (max-width:1024px){.s6W .s7i{width:53%}.tlt .s46{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tlt .tlu{position:-webkit-sticky;position:sticky}.tlt .s5u{text-align:center;padding-top:16px;padding-bottom:24px}.tlt .tlw{width:4.103vw;height:4.103vw}.tlt .tlA{position:absolute;left:34px;top:4px}.tlt .s6W{margin-top:32px}.tlt .tlx{grid-template-columns:repeat(1,1fr);gap:16px}.tlt .tly{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tlt .s5B{margin-bottom:24px}.tlt .tjK .s6W{margin-top:32px}.tlt .s5z{margin-bottom:24px}.tlt .s5G{margin-bottom:16px}.tlt .tap{margin-bottom:24px}.tlt .tlB{margin-bottom:72px}.tlt .tau{padding:16px 16px 0}}@media screen and (max-width:1024px){.tlt .tau .s6W :root .tlt .tau .s6W,.tlt .tau .s6W _::-webkit-full-page-media,.tlt .tau .s6W _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tlt .tau .s6W .tlt .tau .s6W,.tlt .tau .s6W ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tlt .tlz{position:relative;overflow-y:auto;height:calc(100% - 50px);padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:589px)and (min-height:450px){.tlt .tlz{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tlt .tlz{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tlt .tlz{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tlt .tlz::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tlt .s5u{padding-top:4.267vw;padding-bottom:6.4vw}.tlt .th0{gap:1.333vw}.tlt .tlA{left:8.533vw;top:1.067vw}.tlt .s6W{margin-top:8.533vw}.tlt .tlx{gap:4.267vw}.tlt .tly{padding:0 4.267vw}.tlt .s5B{margin-bottom:6.4vw}.tlt .tjK .s6W{margin-top:8.533vw}.tlt .s5z{margin-bottom:6.4vw}.tlt .s5G{margin-bottom:4.267vw}.tlt .tap{margin-bottom:6.4vw}.tlt .tau .s6W{padding:4.267vw}.tlt .tlz{padding-right:4.267vw}.tlt .tlB{margin-bottom:19.2vw}.tlt .tau{padding:4.267vw 6.933vw 0 4.267vw}}