: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)}}.otq{width:20px;margin-right:8px}.otr{margin-left:auto;width:65.7vw;height:37vw}@media screen and (min-width:1025px)and (max-width:1367px){.otr{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.otr{width:100vw;height:unset}}.ots{z-index:55!important}@media screen and (min-width:1025px){.otr 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)}}.y5h{transition:opacity .7s;opacity:1;visibility:visible}.y5i{transition:1s;opacity:0;visibility:hidden}.y5j{display:none!important}@keyframes y5k{0%{opacity:0}to{opacity:1}}.y5k{animation:y5k .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";.tgx{display:block!important}.tgy{display:none!important}.tgz{margin-bottom:0!important}.tgA{text-align:center!important}.tgB{text-align:left!important}.tgC{display:none!important}.tgD{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.tgy{display:block!important}.tgx{display:none!important}}.tgE{max-width:2000px;padding-right:40px;margin-left:auto}.tgE,.tgF{padding-left:40px;margin-right:auto}.tgF{max-width:1960px}.tgG{max-width:760px}.tgG,.tgH{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.tgH{width:100%;max-width:1024px}@media screen and (min-width:1025px){.tgI{display:block;padding-left:64px}.tgJ{padding-bottom:80px;min-height:calc(100vh - 80px)}.tgJ.tgK{min-height:calc(100vh - 116px)}.tgJ.tgL{min-height:calc(100vh - 161px)}.tgJ.tgM{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.tgJ{padding-bottom:80px;min-height:calc(100vh - 66px)}.tgJ.tgK{min-height:calc(100vh - 181px)}.tgJ.tgL{min-height:calc(100vh - 226px)}.tgJ.tgM{min-height:calc(100vh - 924px)}.tgE{padding-right:16px}.tgE,.tgF,.tgG{padding-left:16px}.tgG{padding-right:16px}}@media screen and (min-width:1365px){.tgF{max-width:1960px}}@media screen and (min-width:2065px){.tgF{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.tgN{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.tgN .tgO{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.tgN .tgO.tgP{overflow-y:hidden}.tgN .tgO.tgP:hover{overflow-y:auto}.tgN .tgQ{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}.tgN .tgQ span{display:none}.tgN .tgQ span.tgR{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}.tgN .tgQ span.tgR:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.tgN .tgQ span.tgS{font-size:12px;line-height:12px}.tgN .tgQ span.tgT{display:block}.tgN nav{position:relative;z-index:2;margin-left:8px;height:100%}.tgN .tgU{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}.tgN .tgV{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.tgN nav .tgW{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}.tgN nav>ul{position:absolute;left:5px;z-index:2}.tgN nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.tgN nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.tgN nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.tgN 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}.tgN nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.tgN nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.tgN nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.tgN nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.tgN nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.tgN nav>ul>li .tgX{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.tgN nav>ul>li .tgX: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}.tgN nav>ul>li .tgX.tgY:after{width:48px;left:0;padding:0 8px}.tgN nav>ul>li .tgX.tgZ:after{width:85px;left:70px;padding:0 8px}.tgN nav>ul>li .tgX li{position:relative;z-index:5;text-align:center}.tgN nav>ul>li .tgX li a{height:28px;line-height:28px}.tgN nav>ul>li .tgX li:first-child{margin-right:16px}.tgN nav>ul>li .tgX li:first-child a{padding:0 8px}.tgN nav>ul>li .tgX li a{display:block;font-size:12px}.tgN nav>ul>li .tgX li a:before{display:none}.tgN nav>ul>li.tgT a{position:relative;height:100%;font-weight:600}.tgN nav>ul>li.tgT a:before{top:17px}.tgN nav>ul>li.tgT:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.tgN nav>ul>li.tgT:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.tgN nav>ul>li.tgT:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.tgN nav>ul>li.tgT:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.tgN nav>ul>li.tgT:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.tgN.tg0{width:254px}.tgN.tg0 a span{opacity:1;margin-left:0}.tgN.tg0 .tgQ{opacity:1;margin-left:20px}.tgN.tg0 .tgX{opacity:1;margin-left:50px}.tgN #tg1{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.tgN #tg1 .tg2{background:rgba(0,0,0,0)}.tgN #tg1 .tg2:after,.tgN #tg1 .tg2:before{margin-top:0}.tgN #tg1 .tg2:before{transform:rotate(-45deg)}.tgN #tg1 .tg2:after{transform:rotate(-135deg)}.tgN #tg3,.tgN #tg3:after,.tgN #tg3: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%}.tgN #tg3:after,.tgN #tg3:before{content:"";left:0}.tgN #tg3:before{margin-top:-9px}.tgN #tg3:after{margin-top:7px}}@media screen and (max-width:1024px){.tgN{display:none!important}}@media screen and (max-width:375px){.tgE,.tgG{padding-right:4.267vw}.tgE,.tgF,.tgG{padding-left:4.267vw}.tgJ{padding-bottom:21.333vw}}.tg4{font-size:24px;font-weight:600;line-height:1.7083333333}.tg5{font-size:18px;line-height:1.444}.tg5,.tg6{font-weight:600;text-align:center}.tg6{font-size:24px;line-height:1.7083333333}.tg7{text-align:center}.tg7,.tg8{font-size:32px;font-weight:600}.tg8{line-height:1.857142}h2.tg9{font-weight:600;font-size:24px}.tg9,.tha{font-size:16px}.tg9,.tha,.thb{font-weight:600}.thb{font-size:24px;line-height:1.333}.thc{font-size:20px;line-height:1.35}.thc,.thd{font-weight:600}.thd{font-size:14px;line-height:1.3571428571}.the{font-weight:600;font-size:16px;line-height:1.3125}.thf,.thg{font-size:20px;line-height:1.7}.thf,.thg,.thh{font-weight:600}.thh{font-size:14px;line-height:1.3571428571}.thi{font-size:12px;line-height:1.3333333333}.thi,.thj{font-weight:600}.thj{font-size:16px;line-height:1.625}.thk{font-size:14px;line-height:1.2857142857}.thk,.thl{font-weight:600}.thl{font-size:12px;line-height:1.5}.thm,.thn{font-size:16px;line-height:1.625}.tho{margin-top:16px}.thp{font-size:14px;line-height:1.5714285714}.thq,.thr{font-size:16px;line-height:1.625;text-align:center}.thr{margin-bottom:20px}.ths{font-size:14px;line-height:1.5714285714}.tht{font-size:12px;line-height:1.5}.thu{font-size:16px;line-height:1.125}.thv{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.thw{font-size:14px;line-height:1.5714285714}.thx{font-weight:300;font-size:10px;line-height:2.2}.thy{padding-left:1.5em;text-indent:-1.68em}.thy>li:not(:last-of-type){margin-bottom:16px}.thz{font-size:14px;line-height:1.5714285714}.thz:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.thA{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.thA li{text-align:-webkit-match-parent}.thA>li:not(:last-of-type){margin-bottom:16px}.thB{font-size:14px;line-height:1.5714285714}.thC{border-top:1px solid hsla(0,0%,100%,.3)}.thC li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.thD{font-weight:600;white-space:nowrap;margin-right:1em}.thE{text-align:right;word-break:keep-all}.thE span{margin-left:24px}.thF{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.thF .thG{font-size:14px;line-height:1.5714285714}.thH{color:#bababa}.thH,.thI{font-size:12px}.thI,.thJ{font-weight:600}.thJ{font-size:20px;line-height:1}.thK{display:grid;grid-row-gap:16px;row-gap:16px}.thL{font-weight:600;font-size:24px;line-height:1.333}.thM{font-size:16px;line-height:1.625}.thN{font-weight:600;font-size:40px;line-height:1.4}.thO{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.tg4{text-align:center}.tg5{font-size:24px;line-height:1.7083}.tg7{font-size:20px}.tg8{font-size:14px}.tg9,h2.tg9{font-size:16px}.thb{font-size:20px;line-height:1.3}.thc,.thd,.the{font-size:16px;line-height:1.625}.thf{font-size:20px;line-height:1.3}.thg,.thh,.thi,.thj{font-size:14px;line-height:1.5714285714}.thk,.thl{font-size:12px;line-height:1.5}.thn,.thp,.thq,.thr{font-size:14px;line-height:1.5714285714}.ths,.tht,.thu{font-size:12px;line-height:1.5}.thv,.thw{font-size:10px;line-height:1.5}.thw,.thx{margin-left:1em;text-indent:-1em}.thx{font-size:10px;line-height:1.5}.thy>li:not(:last-of-type){margin-bottom:16px}.thz{font-size:14px;line-height:1.5714285714}.thA{-webkit-padding-start:16px;padding-inline-start:16px}.thJ{line-height:1.125}.thJ,.thN{font-size:16px}.thN{line-height:1.625}.thO{margin-top:5px;font-size:10px;width:240px;padding-left:0}.thP{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.thK{row-gap:8px}.thL{font-size:14px;line-height:1.5714285714}.thM{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.thK{row-gap:12px}.thL{font-size:16px;line-height:1.625}.thM{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.tg4,.tg5,.tg6{font-size:6.4vw}.tg7{font-size:5.333vw}.tg8{font-size:3.733vw}.tg9,h2.tg9{font-size:4.267vw}.thb{font-size:5.334vw}.thc,.thd,.the{font-size:4.267vw}.thf{font-size:5.334vw}.thg{font-size:3.733vw}.thh,.thi{font-size:3.734vw}.thj{font-size:3.733vw}.thk,.thl{font-size:3.2vw}.thm{font-size:4.267vw}.thn,.thp,.thq,.thr{font-size:3.733vw}.ths,.tht,.thu{font-size:3.2vw}.thv,.thw,.thx{font-size:2.667vw}.thz,.thz:before{font-size:3.733vw}.thz:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.thy>li:not(:last-of-type){margin-bottom:4.267vw}.thB{font-size:3.733vw}.thA{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.thA>li:not(:last-of-type){margin-bottom:4.267vw}.thC li{font-size:3.733vw;padding:4.267vw 0}.thE span{margin-left:6.4vw}.thF .thG{font-size:3.733vw}.thH,.thI{font-size:3.2vw}.thJ{font-size:4.267vw}.thK{row-gap:2.133vw}.thL{font-size:3.734vw}.thM{font-size:3.2vw}.thN{font-size:4.267vw}.thO{font-size:2.667vw}}.thQ{position:relative}.thR{display:flex;gap:24px}.thS,.thT,.thU,.thV{font-size:10px;line-height:1;padding:2px 3px}.thS{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}.thS.thW{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.thX{display:flex;gap:4px}.thT{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.thT.thY{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.thZ{display:flex;gap:4px}.thU{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.th0{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.th0,.thV{display:flex}.thV{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.thV span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.thV small{font-family:SF Pro Text Regular,sans-serif}.th1,.th2,.th3{display:flex;gap:4px}.th4{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}.th5{display:flex;gap:4px}.th6{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.th7{margin-top:4px;margin-left:36px}.th8{display:flex;align-items:center}.th9,.th9.tia{display:flex;justify-content:center;align-items:center}.th9.tia{margin:0 8px}.tib{display:flex;gap:4px}.tic{margin-bottom:2px}.tid{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.tid.tie{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.tid.tif{color:#ff0576;background:#fff}.tid.tig{width:14px;height:14px}.tid.tih{color:#fff;background:rgba(225,225,225,.3)}.tid.tii{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.tij{display:flex;gap:4px}.tik{width:38px;height:38px}.til{display:flex;gap:4px}.tim{width:14px;height:14px}.tin{padding:5px 4px 3px 5px}.tin,.tio{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tio{padding:4px}.tip{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tiq{opacity:0}.tir{padding:3px 3.5px 2.25px 4px}.tis{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}.tit{display:flex;gap:12px}.tiu{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.tiu,.tiv{display:inline-flex;align-items:center;color:#fff}.tiv{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.tiv:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.th0{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.thV span{border-radius:1.1538461538vw}.th4,.th6{border-radius:.5769230769vw}.th7{margin-left:10vw}.tic{margin-bottom:2px}.tiw{margin-left:8px}.tis,.tiu{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.thS,.thT,.thU,.thV{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.th7{margin-left:40px}.tiw{margin-left:0}}@media screen and (max-width:375px){.thR{gap:6.4vw}.tix{width:5.867vw;height:6.4vw}.thX,.thZ{gap:1.067vw}.tii{font-size:2.333vw}.th0{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.thV span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.th1{gap:1.067vw}.tiy{width:10.133vw;height:10.133vw}.th2{gap:1.067vw}.tiz{height:4.533vw}.th3{gap:1.067vw}.th4{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.th5{gap:1.067vw}.th6{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tib{gap:1.067vw}.tid{padding:.533vw .8vw;font-size:2.133vw}.tig{width:3.733vw;height:3.733vw}.tij{gap:1.067vw}.tik{width:10.133vw;height:10.133vw}.til{gap:1.067vw}.tim{width:3.733vw;height:3.733vw}.tin{padding:1.333vw 1.067vw .8vw 1.333vw}.tin,.tio{font-size:2.667vw;border-radius:1.067vw}.tio{padding:1.067vw}.tis{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.tit{gap:3.2vw}.tiu{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.tiA,.tiB{text-align:center}.tiB{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}.tiB:hover{opacity:.6}.tiB.tiC,.tiD.tiC{font-size:14px;width:unset;min-width:160px;height:36px}.tiD.tiC .tiE{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.tiF{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.tiF,.tiG{width:20px;height:20px;margin-right:8px;transition:all .2s}.tiG{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.tiH{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.tiF.tiI{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tiJ{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.tiJ,.tiK{width:20px;height:20px;margin-right:8px;transition:all .2s}.tiK{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.tiB:disabled{background:#bababa;pointer-events:none}.tiL{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){.tiL:hover{opacity:.6}}@media screen and (max-width:1024px){.tiL:active{opacity:.6}}.tiM{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tiM.tiN{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tiL:disabled{background:#bababa;pointer-events:none}.tiA li:not(:last-child){margin-bottom:16px}.tiD{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}.tiD:hover{opacity:.6}.tiD img{margin-left:8px}.tiD img,.tiO{filter:invert(1)}.tiO{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tiO.tiP{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tiD:disabled{color:#fff;background:#bababa;pointer-events:none}.tiD:disabled .tiO{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tiQ{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){.tiQ:hover{opacity:.6}}@media screen and (max-width:1024px){.tiQ:active{opacity:.6}}.tiR{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}.tiR.tiS{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tiQ:disabled{color:#fff;background:#bababa;pointer-events:none}.tiQ:disabled .tiR{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tiT{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}.tiT:hover{opacity:.6}.tiT img{width:20px;margin-right:8px}.tiT:disabled{pointer-events:none}.tiT:disabled *{opacity:.3}.tiU{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}.tiU:hover{opacity:.6}.tiU img{width:20px;margin-right:8px}.tiV{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}.tiV:disabled,.tiV:hover{color:hsla(0,0%,100%,.3)}.tiU:disabled,.tiV:disabled{pointer-events:none}.tiU:disabled *{opacity:.3}.tiW{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}.tiW:hover{opacity:.6}.tiW img{width:20px;margin-right:8px}.tiX{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}.tiX:hover{opacity:.6}.tiX img{width:20px;margin-right:8px}.tiY{font-weight:300}.tiZ{padding:0;margin-bottom:24px}.ti0,.tiZ{text-align:left;position:relative}.ti0{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}.ti0:not(:first-child){margin-left:24px}.ti0:hover{opacity:.6}.ti1{width:24px}.ti2{font-size:14px;margin-left:8px}.ti3{margin-bottom:16px}.ti4{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}.ti4:hover{background-color:hsla(0,0%,100%,.1)}.ti5{font-weight:600;font-size:14px;text-align:left;color:#fff}.ti6{width:16px;transition:all .3s}.ti6.ti7{transform:rotate(180deg)}.ti8{display:none;padding-top:8px}.ti8.ti7{display:block}.ti9{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.ti9,.tja{text-align:left}.tja{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.tjb{display:inline-block;max-width:320px;width:100%}.tjc{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}.tjc:hover{border:1px solid #fff}.tjd{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.tje{width:16px;transition:.3s ease-out}.tje.tjf{transform:rotate(-180deg)}.tjg{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}.tjh{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.tjg::-webkit-scrollbar{width:20px}.tjg.tgP::-webkit-scrollbar{width:24px}.tjg::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.tjg::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.tjg span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.tjg .tji{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.tjj{display:none}.tjj.tjk{display:block}.tjl{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.tjl,.tjm{-webkit-background-clip:padding-box;background-clip:padding-box}.tjm{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tjn{width:calc(100% - 72px)}.tjn,.tjo{text-align:left}.tjo{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.tjo.tjp{margin-bottom:5px}.tjq{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tjr{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tjr input{opacity:0;width:0;height:0}.tjs{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.tjs,.tjs:before{position:absolute;transition:.4s}.tjs:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tjr input:checked+.tjs{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tjr input:checked+.tjs:before{transform:translateX(24px)}.tjm.tjt .tjn{opacity:.4}.tjm.tjt .tjr{opacity:.4;pointer-events:none}.tju{text-align:center}.tjv{display:inline-flex;font-size:16px;justify-content:center;position:relative}.tjv>li:not(:last-child){margin-right:32px}.tjw{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.tjx{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.tjw.tjy{color:#fff;pointer-events:none}.tjw.tjy:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tjz{overflow-x:auto}.tjz::-webkit-scrollbar{display:none}.tjA{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.tjA>li:not(:last-child){margin-right:24px}.tjB{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.tjC{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.tjB.tjD{color:#fff;font-weight:600;pointer-events:none}.tjB.tjD:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tjE{width:auto;padding:0;display:flex;justify-content:space-around}.tjF{position:relative;display:inline-block;width:132px;height:28px}.tjF input{opacity:0;width:0;height:0}.tjG{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)}.tjH{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.tjH:last-of-type{font-weight:300;padding-right:2px}.tjG: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}.tjF input:checked+.tjG:before{transform:translateX(66px);left:0}.tjF input:checked+.tjG .tjH:last-child,.tjF input:not(:checked)+.tjG .tjH:first-child{opacity:1}@media screen and (max-width:1024px){.tjI{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.tjI{display:flex;justify-content:center}.tjI>:not(:last-child){margin-right:32px}}.tjJ{display:flex;justify-content:center;opacity:.6;position:relative}.tjJ.tjK{opacity:1;pointer-events:none}.tjJ.tjK: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%}.tjL{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.tjM{display:none;width:32px;margin-bottom:9px}.tjN{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.tjO{flex-wrap:wrap;gap:8px}.tjO,.tjP{display:flex;margin:0}.tjP{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tjP,.tjQ{transition:all .2s}.tjQ{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.tjR:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tjS{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}.tjT{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}.tjU:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.tjP.tjV{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tjP.tjV .tjQ{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.tjP.tjV .tjR:before{content:"フォロー中";color:#fff}.tjW{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}.tjW,.tjX{transition:all .2s}.tjX{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.tjY:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tjW.tjZ{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tjW.tjZ .tjX{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.tjW.tjZ .tjY:before{content:"ブロック中";color:#fff}.tj0{flex-wrap:wrap;gap:8px}.tj0,.tj1{display:flex;margin:0}.tj1{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tj1,.tj2{transition:all .2s}.tj2{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.tj3:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tj1.tj4{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tj1.tj4 .tj2{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}.tj1.tj4 .tj3:before{content:"ミュート中";color:#fff}.tj5{text-align:left;margin:0}.tj6{width:130px;height:40px;border-radius:20px;background:#fff}.tj6:hover{opacity:.6}.tj7{font-weight:600;font-size:14px;text-align:center;color:#151515}.tj8{text-align:left;margin:0}.tj9{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}.tka{font-weight:600;font-size:12px;color:#fff}.tkb{width:20px;margin-left:8px}.tkc{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}.tkd{text-align:left;margin:0}.tke{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.tke:hover{opacity:.6}.tkf{font-weight:600;font-size:16px;text-align:left}.tkf,.tkg{color:#000}.tkg{font-weight:300;font-size:14px;text-align:right}.tkh{text-align:left;margin:0}.tki{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}.tki:hover{opacity:.6}.tkj{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}.tkj,.tkk{font-weight:600;color:#fff}.tkk{font-size:14px;text-align:right;flex:1 1}.tkl{padding:0}.tkm{max-width:480px}.tkn{font-weight:300;font-size:14px;text-align:left;color:#fff}.tko{display:flex;align-items:center;cursor:pointer}.tko:last-child{margin-right:0}.tkp{position:absolute;opacity:0;width:0;height:0}.tkq{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.tkp:checked+.tkq:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.tkr{margin-left:auto;transition:.2s ease-out}.tkr.tks{transform:rotate(-180deg)}.tkp:checked+.tkq{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)}.tkt{display:none;margin-left:32px}.tkt.tks{display:block}.tku{margin-top:16px;cursor:pointer}.tku,.tkv{display:flex;justify-content:space-between;align-items:center}.tkv{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}.tkw{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tkw span{display:block}.tkx{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}.tky{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.tkz{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}.tkz::-webkit-inner-spin-button,.tkz::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.tkA{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.tkB{padding:0;text-align:left}.tkC{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}.tkC:hover{opacity:.6}.tkD{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.tkE{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.tkF{padding:0;text-align:left}.tkG{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.tkG:hover{opacity:.6}.tkH{font-weight:600;font-size:12px;text-align:center;color:#fff}.tkI{padding:0}.tkJ{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.tkK{font-weight:600;font-size:12px;text-align:center;color:#fff}.tkL{padding:0;text-align:left}.tkM{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.tkM:hover{opacity:.6}.tkN{font-weight:600;font-size:12px;text-align:center;color:#151515}.tkO{padding:0;text-align:left}.tkP{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}.tkP:hover{opacity:.6}.tkQ{font-weight:600;font-size:12px;text-align:center;color:#fff}.tkR{width:14px;margin-right:5.23px}.tkS{padding:0;text-align:left}.tkT{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.tkT img{width:100%}.tkU{padding:0;text-align:left}.tkV{width:32px;height:32px;position:relative;cursor:pointer}.tkV,.tkW{display:block}.tkW{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tkX{background-color:rgba(150,150,150,.6)}.tkY{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tkY,.tkZ .tkX{opacity:0}.tkZ .tkY{opacity:1}@keyframes txh{0%{width:0}to{width:7px}}@keyframes txi{0%{width:7px}to{width:0}}@keyframes txj{0%{width:0}to{width:11px}}@keyframes txk{0%{width:11px}to{width:0}}@keyframes txl{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes txm{0%{opacity:0}to{opacity:1}}@keyframes txn{0%{opacity:1}to{opacity:0}}.tk0{padding:0;text-align:left}.tk1{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tk1:hover{opacity:.6}.tk2{font-weight:600;font-size:14px;text-align:center;color:#151515}.tk3{padding:0;text-align:left}.tk4{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.tk4:hover{opacity:.6}.tk5{font-weight:600;font-size:14px;text-align:center;color:#151515}.tk6{width:20px;margin-left:8px}.tk7{padding:0;text-align:left}.tk8{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tk8:hover{opacity:.6}.tk9{font-weight:600;font-size:14px;color:#151515}.tk9,.tla{text-align:center}.tla{display:block;padding:0}.tlb{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.tlc{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.tlc>li:not(:last-child){margin-right:16px}.tld{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.tld.tle:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.tlf{color:#fff;font-weight:600;pointer-events:none}.tlf:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tlg{display:flex;width:auto;justify-content:flex-end}.tlg button:not(:last-child){margin-right:8px}.tlh{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.tlh.tli{background:#fff;padding:0 14px}.tlh:hover{opacity:.6}.tlj{font-weight:600;font-size:12px;text-align:center;color:#fff}.tlh.tli .tlj{color:#151515}.tlk{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}.tll{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){.tiB,.tiD,.tiL,.tiQ,.tiT,.tiU,.tiW,.tiX{width:100%}.tjb{max-width:unset}.tjA>li:not(:last-child){margin-right:16px}.tjI{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))}.tjM{display:block}.tjN{font-size:12px}.tkm{max-width:none}.tky{gap:0;flex-direction:column;align-items:flex-start}.tko:last-child{margin-right:0;margin-left:32px;margin-top:13px}.tk1{min-width:unset;height:22px;border-radius:16px}.tk2{font-size:10px}.tk4{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.tk5{font-size:12px}.tk6{margin-left:4px}.tk8{min-width:unset;height:22px;border-radius:16px}.tk9{font-size:10px}.tlb{font-size:16px;padding-bottom:16px}.tlm{overflow:auto}.tlm::-webkit-scrollbar{display:none}.tlc{justify-content:center;width:calc(518px + 100% - 2em)}.tlc>li:not(:last-child){margin-right:16px}.tld{font-size:16px;padding:12px 0}.tld.tle:before{height:5px;width:5px}.tlf:after{height:4px}.tlk{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.tkP{width:64px}}@media screen and (max-width:375px){.tiA li:not(:last-child){margin-bottom:4.267vw}.tiB,.tiD,.tiT{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.tiF,.tiM,.tiO,.tiR{width:5.333vw;height:5.333vw;margin-right:2.133vw}.tiL,.tiQ,.tiU,.tiX{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.tiD img{margin-left:2.133vw}.tiT img,.tiU img,.tiW img,.tiX img{width:5.333vw;margin-right:2.133vw}.tiV{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.tiW{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.tiZ{margin-bottom:6.4vw}.ti0{font-size:3.733vw}.ti0:not(:first-child){margin-left:6.4vw}.ti1{width:6.4vw}.ti2{font-size:3.733vw;margin-left:2.133vw}.ti3{margin-bottom:4.267vw}.ti4{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.ti5{font-size:3.733vw}.ti6{width:4.267vw}.ti8{padding-top:2.133vw}.ti9{font-size:3.733vw;padding:2.133vw}.tja{gap:4.267vw}.tjc{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tjc:hover{border:.267vw solid #fff}.tjd{font-size:3.733vw;line-height:4.8vw}.tje{width:4.267vw}.tjg{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}.tjg::-webkit-scrollbar{width:5.333vw}.tjg.tgP::-webkit-scrollbar{width:24px}.tjg::-webkit-scrollbar-track{margin:2.133vw 0}.tjg::-webkit-scrollbar-thumb,.tjg::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.tjg span{font-size:3.733vw;padding-left:6.4vw}.tjg .tji{background-size:4.267vw}.tjl{border-top:.267vw solid hsla(0,0%,100%,.3)}.tjm{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tjn{width:calc(100% - 18.462vw)}.tjo{font-size:3.733vw}.tjo.tjp{margin-bottom:1.333vw}.tjq{font-size:3.2vw}.tjr{width:14.933vw;height:8.533vw}.tjs{border-radius:4.8vw}.tjs:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.tjr input:checked+.tjs:before{transform:translateX(6.154vw)}.tjv{font-size:4.267vw}.tjv>li:not(:last-child){margin-right:8.533vw}.tjw{padding-bottom:3.2vw}.tjw.tjy:after{height:1.067vw}.tjA{font-size:4.267vw}.tjA>li:not(:last-child){margin-right:4.267vw}.tjB{padding-bottom:3.2vw}.tjB.tjD:after{height:1.067vw}.tjF{width:33.846vw;height:7.179vw}.tjG{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.tjH{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.tjH:last-of-type{padding-right:.533vw}.tjG:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.tjF input:checked+.tjG:before{transform:translateX(17.6vw)}.tjI{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tjM{width:8.533vw;margin-bottom:2.4vw}.tjN{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.tjJ.tjK:after{height:1.067vw}.tjO{gap:2.133vw}.tjP{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tjQ{margin-right:1.067vw}.tjR:before{font-size:3.2vw}.tjS{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tjT{margin-right:1.067vw}.tjU:before{font-size:3.2vw;line-height:4.8vw}.tjP.tjV{border:.267vw solid hsla(0,0%,100%,.3)}.tjW{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tjX{margin-right:1.067vw}.tjY:before{font-size:3.2vw}.tjW.tjZ{border:.267vw solid hsla(0,0%,100%,.3)}.tj0{gap:2.133vw}.tj1{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tj2{margin-right:2.133vw}.tj3:before{font-size:3.2vw}.tj1.tj4{border:.267vw solid hsla(0,0%,100%,.3)}.tj1.tj4 .tj2{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tj6{width:34.667vw;height:10.667vw;border-radius:5.333vw}.tj7{font-size:3.733vw}.tj9{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.tka{font-size:3.2vw}.tkb{width:5.333vw;margin-left:2.133vw}.tkc{font-size:4.267vw;letter-spacing:.069vw}.tkc,.tke{height:12.8vw;border-radius:6.4vw}.tke{padding:0 4.267vw}.tkf{font-size:4.267vw}.tkg{font-size:3.733vw}.tki{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.tkj{font-size:3.2vw}.tkk,.tkn{font-size:3.733vw}.tkq{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.tkp:checked+.tkq:before{width:3.2vw;height:3.2vw}.tkp:checked+.tkq{border-radius:6.4vw;width:6.4vw;height:6.4vw}.tko:last-child,.tkt{margin-left:8.533vw}.tko:last-child{margin-top:3.333vw}.tku{margin-top:4.267vw}.tkv{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tkw{width:calc(100% - 11.733vw);font-size:3.2vw}.tkx{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.tkz{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.tkA{font-size:3.2vw}.tkC{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.tkD{font-size:3.2vw;line-height:4.8vw}.tkE{width:4.267vw;margin-left:1.6vw}.tkG{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tkH{font-size:3.2vw}.tkJ{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tkK{font-size:3.2vw}.tkM{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tkN{font-size:3.2vw}.tkP{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tkQ{font-size:3.2vw}.tkR{width:3.733vw;margin-right:1.395vw}.tk1{height:5.867vw;border-radius:4.267vw}.tk2{font-size:2.667vw}.tk4{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.tk5{font-size:3.2vw}.tk6{width:5.333vw;margin-left:2.133vw}.tk8{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.tk9{font-size:2.677vw}.tlb{font-size:4.267vw;padding-bottom:4.267vw}.tlc{width:calc(138.133vw + 100% - 2em)}.tlc>li:not(:last-child){margin-right:4.267vw}.tld{font-size:4.267vw;padding:3.2vw 0}.tld.tle:before{height:1.333vw;width:1.333vw}.tlf:after{height:1.067vw}.tlg{width:78.933w}.tlg button:not(:last-child){margin-right:2.133vw}.tlh{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.tlh.tli{padding:0 3.733vw}.tlj{font-size:3.2vw}.tlk{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.tln,.tlo{flex:1 1;display:flex;flex-direction:column}.tln .tlp,.tlo .tlq{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}.tlo .tlq{line-height:1.5714285714}.tln .tlp{max-width:100%}.tln .tlp::placeholder,.tlo .tlq::placeholder{color:#fff;opacity:.6}.tln .tlp.tlr{border:none;background-color:unset}.tln .tlp.tls{font-size:14px}.tln .tlp.tlt,.tlo.tlu .tlq{border:1px solid #ff624f}.tln .tlv,.tlo .tlv{-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}.tlo .tlw{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.tlo.tlu .tlw{color:#ff624f}.tlx{width:480px}.tlx.tlo .tlq{height:170px;outline:none}.tly input[type=text]{padding:0}.tly{width:720px}.tly,.tly .tlz{display:flex;align-items:center}.tly .tlz{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)}.tly .tlz .tlp{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.tly .tlz .tlp:focus-visible{outline:none}.tly .tlz .tlA{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.tly .tlz .tlB{display:none;position:absolute;right:10px;cursor:pointer}.tly .tlz.tlC .tlB{display:block}.tly .tlz .tlD{padding-left:26px}.tly .tlE{display:none}.tly.tlF .tlE{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.tlG{display:flex;justify-content:center;gap:15px}.tlH{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}.tlH:focus,.tlH: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)}.tlI.tln{flex:1 1;display:flex;flex-direction:row;width:720px}.tlI.tln .tlJ{flex:1 1}.tlI.tln .tlK{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.tlI.tln .tlK .tlL{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.tlM.tlN{display:flex;flex-wrap:wrap;gap:16px}.tlM.tlN .tlO{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.tlM.tlN .tlO:last-child{margin-right:0}.tlM.tlN .tlO .tlP{position:absolute;opacity:0;width:0;height:0}.tlM.tlN .tlO .tlQ{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.tlM.tlN .tlO .tlP:checked+.tlQ{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}.tlM.tlN .tlO .tlR{font-size:14px;line-height:1.5714285714}.tlS.tlT{display:flex;flex-direction:column;gap:16px}.tlS.tlT .tlU{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tlS.tlT .tlU .tlV{position:absolute;opacity:0;width:0;height:0}.tlS.tlT .tlU .tlW{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tlS.tlT .tlU .tlV:checked+.tlW{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tlS.tlT .tlU .tlW:hover{cursor:pointer}.tlX{list-style:none;padding:0;margin:0}.tlX,.tlY{-webkit-background-clip:padding-box;background-clip:padding-box}.tlY{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tlZ{position:relative;display:inline-block;width:56px;height:32px}.tlZ input{opacity:0;width:0;height:0}.tl0{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tl0,.tl0:before{position:absolute;transition:.4s}.tl0:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tlZ input:checked+.tl0{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tlZ input:checked+.tl0:before{transform:translateX(24px)}.tlY.tl1{opacity:.4;pointer-events:none}.tl2 .tlZ{position:relative;display:inline-block;width:40px;height:24px}.tl2 .tl0:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tl2 .tlZ input:checked+.tl0:before{transform:translateX(16px)}.tl3{display:flex;flex-wrap:wrap;max-width:478px}.tl3 .tl4{display:flex;align-items:center;margin:0 8px 16px 0}.tl3.tlN .tl5:last-child{margin-right:0}.tl3 .tl4 .tl6{position:absolute;opacity:0;width:0;height:0}.tl3 .tl4 .tl7{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}.tl8 .tl3 .tl4 .tl7{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tl3 .tl4 .tl6:checked+.tl7{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tl9 .tma:hover{cursor:pointer;opacity:.6}.tl9 .tiU{pointer-events:none;margin-bottom:0;width:240px}.tl9 .tmb,.tl9 .tmc{display:flex;align-items:center}.tl9 .tmc{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tl9 .tma .tmd{position:absolute;opacity:0;width:0;height:0}.tl9 .tma .tiU{padding:11px 28px}.tl9 .tmb .tme{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}.tl9 .tmb .tmf{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.tmg{overflow:auto}.tmg.tmh{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}.tmg::-webkit-scrollbar{display:none}.tmg .tmi{position:relative;width:96px;height:96px}.tmg .tmi .tmj{width:-moz-fit-content;width:fit-content}.tmg .tmi .tmk{position:absolute;opacity:0;width:0;height:0}.tmg .tmi .tml{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.tmg .tmi .tmm{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.tmg .tmn .tmk:checked+.tmj .tmm{display:block}.tmg .tmn .tmk:checked+.tmj .tml{background-color:rgba(0,0,0,.4);pointer-events:none}.tmo{display:flex;flex-direction:column;gap:12px}.tmp .tmq{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}.tmp .tmr{background-color:#fff}.tmp .tmq:focus-visible{background-color:#fff;color:#333}.tms{flex-direction:column}.tms,.tmt{display:flex}.tmt{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.tms li{position:relative;flex:1 1;margin-bottom:24px}.tms .tmu{position:absolute;opacity:0;width:0;height:0}.tms li .tmv{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}.tms li .tmu:checked+.tmv{border:1px solid #fff}.tms li .tmw{margin-bottom:24px}.tms li .tmx{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.tms li .tmy{margin-bottom:8px}.tms li .tmy,.tms li .tmz{font-size:14px;font-weight:300;color:#fff}.tmA{display:flex;flex-direction:column;width:100%}.tms li .tmB .tiV{width:64px}.tmB{display:flex;column-gap:16px;margin-top:40px}.tmC{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.tmC.tmD{border:1px solid #fff}.tmC .tmE{cursor:pointer;display:flex;align-items:center;padding:42px}.tmC .tmE:hover{opacity:.6}.tmC .tmE img{margin-right:10px;width:20px;height:20px}.tmC .tmE .tmF{font-size:20px;font-weight:600}.tmC .tmG{transition:opacity .5s}.tmC .tmG.tmH{opacity:0}.tmC .tmI{margin:0 auto 40px;width:calc(100% - 84px)}.tmC .tmG .tmJ{margin:0 auto;padding:0 181px 40px}.tmC .tmG .tmK{gap:16px}.tmC .tmG .tmK .tmq{max-width:100%;width:100%}.tmC .tmL{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.tmC .tmL .tmM{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.tmC .tmL .tmN{font-size:12px;font-weight:600;line-height:1.5714285714}.tmC .tmG .tmJ button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tmO{max-width:100%;display:flex;flex-wrap:wrap}.tmO .tmP{margin-right:16px;margin-bottom:16px}.tmO .tmP:last-child{margin-right:0}.tmO .tmP .tlo{width:416px}.tmP .tlo .tlq{font-size:16px;line-height:1.625;padding:6px 12px}.tmP .tlo .tlq:focus{outline:none}.tmQ{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.tlu .tmQ{color:#ff624f}.tmR.tln{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tmS{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tmT{width:36px;height:36px}.tmR.tln .tmU{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tmR.tln .tmV{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tmR.tln .tmV .tmW{text-align:center;color:#fff;font-weight:600;font-size:14px}.tmR.tln .tmX{opacity:1;pointer-events:auto}.tmY.tmR.tln .tmV .tmW{color:#fff}.tmY.tmR.tln .tmV{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.tlx{width:100%}.tlx.tlo .tlq{min-height:192px;height:unset}.tly input[type=text]{padding:0}.tly{width:100%}.tly .tlz .tlp{font-size:14px}.tlI.tln{width:100%}.tl9 .tiU{width:176px}.tl9 .tma .tiU{padding:11px 12px}.tmt{width:100%}.tms li .tmv{padding:15px 16px}.tms li .tmw{margin-bottom:12px}.tms li .tmx{font-size:16px;margin-bottom:10px}.tms li .tmy{margin-bottom:8px}.tms li .tmy,.tms li .tmz{font-size:12px}.tms li .tmB{display:flex;flex-direction:column;margin-top:0}.tms li .tmB button:last-child{margin-top:8px}.tmC{width:100%}.tmC .tmE{padding:16px}.tmC .tmE img{margin-right:8px;width:16px;height:16px}.tmC .tmE .tmF{font-size:14px}.tmC .tmI{margin:0 auto 16px;width:calc(100% - 32px)}.tmC .tmG{margin-bottom:16px}.tmC .tmG .tmJ{width:100%;padding:0 16px 16px}.tmC .tmL{margin-bottom:16px}.tmC .tmL .tmM{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.tmC .tmG .tmK{gap:8px}.tmC .tmG .tmK .tmq{width:100%}.tmC .tmG .tmJ button{margin-top:24px}.tmO .tmP{margin-right:0}.tmO .tmP,.tmO .tmP .tlo{width:100%}.tmP .tlo .tlq{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tmQ{font-size:12px}.tmR.tln{display:flex;flex-direction:column;width:100%}.tmS{padding:8px 16px 8px 12px}.tmR.tln .tmU{margin-left:8px;height:44px}}@media screen and (max-width:375px){.tln .tlp,.tlo .tlq{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.tln .tlp.tls{font-size:4.266667vw}.tln .tlv,.tlo .tlv{font-size:2.66667vw}.tln .tlv,.tlo .tlv,.tlo .tlw{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.tlo .tlw{font-size:3.2vw}.tlx.tlo .tlq{height:45.33333vw;min-height:51.2vw}.tly .tlz .tlp{font-size:4.2667vw}.tly .tlz{padding:4vw 3.2vw}.tly .tlz .tlA{left:3.2vw;width:5.3334vw;height:5.3334vw}.tly .tlz .tlB{right:2.6667vw;width:4.267vw}.tly .tlz .tlD{padding-left:6.933vw}.tly.tlF .tlE{margin-left:4.26667vw;font-size:3.2vw}.tlG{gap:4vw}.tlH{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.tlI.tln .tlK{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.tlI.tln .tlK .tlL{font-size:3.733333vw}.tlM.tlN{gap:4.2666vw}.tlM.tlN .tlO .tlQ{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tlM.tlN .tlO .tlP:checked+.tlQ{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.tlM.tlN .tlO .tlR{font-size:3.733333vw}.tlS.tlT{gap:4.2666vw}.tlS.tlT .tlU .tlW{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tlS.tlT .tlU .tlV:checked+.tlW{width:6.4vw;height:6.4vw;background-size:cover}.tlY{padding:2.13333vw 0}.tlZ{width:14.9333vw;height:8.53333vw}.tl0{border-radius:4.8vw}.tl0:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tlZ input:checked+.tl0:before{transform:translateX(6.4vw)}.tl2 .tlZ{width:10.6666vw;height:6.4vw}.tl2 .tl0:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tl2 .tlZ input:checked+.tl0:before{transform:translateX(4.26666vw)}.tl3 .tl4{margin:0 2.133vw 4.267vw 0}.tl3 .tl4 .tl7{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tl9 .tmc{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tl9 .tiU{width:46.933vw}.tl9 .tma .tiU{padding:2.93333vw 3.2vw;font-size:3.73333vw}.tmg.tmh{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.tmg .tmi .tmm{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.tmg .tmi{width:25.6vw;height:25.6vw}.tmo{gap:3.2vw}.tmp .tmq{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.tms li .tmv{padding:4vw 4.266666vw}.tms li .tmw{margin-bottom:3.467vw}.tms li .tmx{font-size:4.266666vw;margin-bottom:2.667vw}.tms li .tmy{margin-bottom:2.133333vw}.tms li .tmy,.tms li .tmz{font-size:3.2vw}.tms li .tmB .tiV{width:17.06666vw}.tms li .tmB button:last-child{margin-top:2.133333vw}.tmC .tmE{padding:4.26666vw}.tmC .tmE img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.tmC .tmE .tmF{font-size:3.73333vw}.tmC .tmI{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.tmC .tmG{margin-bottom:4.26666vw}.tmC .tmG .tmJ{padding:0 4.26666vw 4.26666vw}.tmC .tmL{margin-bottom:4.26666vw}.tmC .tmL .tmM{font-size:3.2vw;margin-bottom:3.2vw}.tmC .tmG .tmK{gap:2.13333vw}.tmC .tmG .tmJ button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.tmP .tlo .tlq{font-size:3.733vw;padding:1.734vw 3.2vw}.tmQ{font-size:3.2vw}.tmT{height:9.6vw;width:9.6vw}.tmS{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tmR.tln .tmU{margin-left:2.133333vw;height:11.733333vw}.tmR.tln .tmV .tmW{font-size:3.733vw}}.tmZ{display:flex;flex-wrap:wrap;gap:10px}.tm0{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tm1{display:flex;flex-wrap:wrap;gap:8px}.tm2{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tm3{display:flex;flex-wrap:wrap;gap:16px}.tm4{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tm5{display:flex;flex-wrap:wrap;gap:8px 16px}.tm6{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tm7{flex-wrap:wrap;gap:16px 12px}.tm7,.tm8{display:flex}.tm8{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)}.tm8:active,.tm9{background:hsla(0,0%,100%,.1)}.tm9{display:inline-flex;column-gap:8px;border-radius:8px}.tna{display:flex;flex-wrap:wrap;gap:8px}.tnb{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tnc.tnd{width:auto;height:32px}.tne{width:32px;height:32px;position:relative}.tne,.tnf{display:block}.tnf{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tng{background-color:rgba(150,150,150,.3)}.tnh{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tnh,.tni .tng{opacity:0}.tni .tnh{opacity:1}@keyframes txo{0%{width:0}to{width:7px}}@keyframes txp{0%{width:7px}to{width:0}}@keyframes txq{0%{width:0}to{width:11px}}@keyframes txr{0%{width:11px}to{width:0}}@keyframes txs{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes txt{0%{opacity:0}to{opacity:1}}@keyframes txu{0%{opacity:1}to{opacity:0}}.tnj{display:flex;flex-wrap:wrap;gap:8px}.tnk{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tnl{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tnl .tnm{cursor:pointer;position:absolute;transition:all .2s linear}.tnn{gap:18px}.tnn,.tno{display:flex;flex-wrap:wrap}.tno{gap:16px}.tnp,.tnq{display:flex;flex-wrap:wrap}.tnq{gap:16px}.tnr{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.tns{width:4.266vw}.tnt{width:5.333vw}.tnu{width:6.4vw}.tnv{width:8.533vw}.tnw{width:5.333vw}.tm8{width:10.666vw;height:10.666vw}.tnc{width:8.533vw}.tnc.tnd{width:auto}.tnc.tnd,.tne{height:8.533vw}.tne{width:8.533vw;position:relative;display:block}.tng{background:hsla(0,0%,100%,.15)}.tni .tng{opacity:0}@keyframes txo{0%{width:0}to{width:1.65vw}}@keyframes txq{0%{width:0}to{width:2.93vw}}@keyframes txr{0%{width:2.93vw}to{width:0}}@keyframes txp{0%{width:1.65vw}to{width:0}}@keyframes txs{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes txt{0%{opacity:0}to{opacity:1}}@keyframes txu{0%{opacity:1}to{opacity:0}}.tnm,.tnx,.tny{width:10.666vw}.tnz{width:17.066vw}.tnA{width:12.8vw}}.tnB{margin-bottom:34px;position:relative}.tnB,.tnC{width:100%}.tnC{transition:all .3s ease-out}.tnD{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}.tnD,.tnE{width:400px}.tnE{display:flex;align-items:center;height:180px}.tnF .tg7{line-height:1.4;text-align:left}.tnF .thN{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tnE img{max-width:400px;max-height:180px}.tnG{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}.tnH{display:flex}.tnH li{margin-right:7px;width:170px}.tnH li.tnI{width:auto}.tnC li .tnJ{display:block;border-radius:24px;opacity:1}.tnH li .tkV{width:36px;height:36px}.tnK,.tnL{position:absolute;transition:all .3s ease-out;z-index:2}.tnK{bottom:7px;right:60px;width:200px}.tnL{bottom:0;right:24px;width:24px;height:24px}.tnM{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tnN{width:100%}.tnN,.tnO{position:relative}.tnO{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.tnO,.tnP{border-radius:6px}.tnP{width:100%;height:100%;object-fit:contain}.tnN .tiy{width:38px;display:block}.tnN .tiz{width:16px;display:block}.tnQ{bottom:4px;right:0;transform:translateY(4px)}.tnQ,.tnR{position:absolute}.tnR{top:0;left:0;width:22px}.tnR img{max-width:none;width:100%;height:auto}.tnS[data-is-first=true]{width:4vw;flex:0 0 4vw}.tnS{position:relative;width:5vw;flex:0 0 5vw}.tnS[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tnT{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}.tnT[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tnU{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tnU,.tnV{position:absolute}.tnV{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tnW,.tnX{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tnW img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.tnY span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tnZ{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.tn0{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tn1{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.tn1 span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.tn1 img{width:24px;display:block;margin:0 auto}.tn2{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}.tn2 img{width:16px}.tn2 span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.tn2 span,.tn3{text-align:center}.tn3{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}.tn4{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.tn5{aspect-ratio:294/165;position:relative}.tn6{position:absolute;top:0;left:0;width:22px}.tn6 img{max-width:none;width:100%;height:auto}.tn7{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tn7,.tn8{position:absolute}.tn8{bottom:4px;right:0;transform:translateY(4px)}.tn8 .tiz{display:block;width:16px}.tn8 .tiy{display:block;width:38px}.tn9{border-radius:6px;width:100%;height:100%;object-fit:cover}.toa{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toa img{display:inline;width:100%;border-radius:50%}.tob img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.tob img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.toc{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.toc,.tod{border-radius:1.5px}.tod{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.toe{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}.tof{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tof span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tof img{width:24px;display:block;margin:0 auto;opacity:.6}.tog{width:248px;aspect-ratio:248/140;position:relative}.toh{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.toi{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.toj{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.toj .tn5{width:294px;height:165px}.tok{display:inline-flex;flex-wrap:wrap;gap:9px}.tol{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}.tol:before{z-index:1}.tol:after,.tol:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tol:after{z-index:-1}.tom{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.ton:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.ton:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.too:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.too:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.top:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.top:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.toq:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.toq:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tor:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tor:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tos:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tos:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tot{width:48px;height:48px;padding:0}.tou{width:100%;height:100%;object-fit:cover;border-radius:50%}.tov{display:flex;gap:12px}.tow{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tox{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.toy{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.toz{padding:0}.toA{width:64px;height:36px}.toA,.toB{object-fit:cover;border-radius:4px}.toB{width:32px;height:48px}.toC{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}.toC img{width:100%;height:100%;object-fit:cover}.toC img,.toD{position:absolute;top:0;left:0}.toD{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.toE{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.toE,.toF{text-align:center;position:relative}.toF{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.toF.toG{height:64px}.toF img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.toH{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.toH,.toI{position:relative}.toI{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.toI img{width:100%;height:100%;object-fit:cover}.toI img,.toJ{position:absolute;top:0;left:0}.toJ{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.toK{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.toK,.toL{display:inline-block}.toL{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.toL img{width:100%;height:100%;object-fit:cover}.toM{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.tnD{height:500px;z-index:1;position:absolute;left:0}.toN{display:flex;align-items:center}.toN,.toN video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.toN{display:flex;align-items:center}.toN,.toN video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.toN video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.tnD{display:none}.tnF{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.tnF,.tnK{position:absolute}.tnK{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tnL{top:16px;right:16px}.tnF .thN{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tnM{grid-template-columns:repeat(3,1fr)}.tnO{width:29.231vw;height:40.769vw}.tn2 span{padding:5px 15px}.tnS[data-is-first=true]{width:54px;flex:0 0 54px}.tnS{width:88px;flex:0 0 88px}.tnS[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tnT{font-size:12vw;bottom:-1.5vw}.tn3{font-size:10px}.tnZ{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tn4{gap:8px}.toO{max-width:150px;aspect-ratio:150/84}.tn4{grid-template-columns:repeat(2,1fr)}.toe{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.toc{height:.534vw;margin-top:.712vw;border-radius:.4vw}.toj{gap:2.051vw}.toP,.toQ{position:relative}.toQ{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.toR{width:100%;height:100%;object-fit:cover}.toS{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.toS,.toT{position:absolute}.toT{right:0;bottom:4px;transform:translateY(4px)}.toT .tiy{width:38px}.toT .tiz{width:16px}.toU{position:absolute;top:0;left:0;width:22px}.toU img{max-width:none;width:100%;height:auto}.toV{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.toV,.toW{position:absolute}.toW{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.toW,.toX span{display:inline-block}.toX span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.toY{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.toY,.toZ{border-radius:1.5px}.toZ{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tot{width:32px;height:32px}.tov{display:block}.to0{text-align:center}.tow{height:12.8204678363vw;width:87.692vw}.toy{font-size:14px;line-height:1.571}.toC{min-width:84px;aspect-ratio:84/56}.toC img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.toE{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.toF{min-width:111px;aspect-ratio:111/84}.toI{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.toK{font-size:12px;line-height:1.5}.toM{margin-top:32px}.tnN{width:100%}.tnY span{font-size:3.076vw}.toO{width:38.461vw;max-width:none}.tow{border-radius:1.154vw}.toA{width:16.41vw;height:9.23vw}.toC{min-width:21.538vw}.toF{min-width:28.4615vw;min-height:21.025vw}.toG{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.tn2,.tnO,.tnP{border-radius:1.1515vw}.tnN .tiz{width:3.071vw}.tnN .tiy{width:7.294vw}.tnR{width:4.223vw}.tnU{top:.96vw;left:5.182vw;gap:.576vw}.tn9{border-radius:1.1515vw}.tn8 .tiz{width:3.071vw}.tn8 .tiy{width:7.294vw}.tn6{width:4.223vw}.tn7{top:.96vw;left:5.182vw;gap:.576vw}.toQ{border-radius:1.1515vw}.toT .tiz{width:3.071vw}.toT .tiy{width:7.294vw}.toU{width:4.223vw}.toS{top:.96vw;left:5.182vw;gap:.576vw}.toA,.toB{border-radius:.768vw}.toC,.toF{border-radius:2.303vw}}@media screen and (max-width:420px){.tnS[data-is-first=true]{width:37px;flex:0 0 37px}.tnS{width:56px;flex:0 0 56px}.tnS[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tnT{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.tnB{margin-bottom:9.067vw}.tnF{padding:4.267vw}.tnK{bottom:-3.733vw}.tnL{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.tn2,.tnO,.tnP{border-radius:1.6vw}.tnM{padding:0;gap:2.1333vw}.tnN{border-radius:3.2vw}.tnW,.tnX{width:8.5333vw}.tnW img{background-color:rgba(150,150,150,.7)}.tnY span{font-size:3.2vw}.tnZ{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tn0{border-radius:.533vw}.tn1 span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tn1 img{width:6.4vw}.tn2 img{width:4.2667vw}.tn2 span{padding:1.3335vw 4vw}.tnN .tiz{width:4.267vw}.tnN .tiy{width:10.133vw}.tnR{width:5.867vw}.tnU{top:1.333vw;left:7.2vw;gap:.8vw}.tn3{font-size:2.667vw;gap:1.6vw}.tn3 img{width:4.267vw;height:4.267vw}.tn4{gap:2.1333vw}.tn9{border-radius:1.6vw}.toa{width:8.5333vw}.toa img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.toc{height:.534vw;margin-top:.712vw}.toc,.tod{border-radius:.4vw}.toe{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tof{border-radius:3.2vw}.tof span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tof img{width:6.4vw}.tn8 .tiz{width:4.267vw}.tn8 .tiy{width:10.133vw}.tn6{width:5.867vw}.tn7{top:1.333vw;left:7.2vw;gap:.8vw}.tog{width:66.1333vw}.toh{width:8.5333vw}.toi{border-radius:3.2vw}.toQ{border-radius:1.6vw}.toj{gap:2.1333vw}.toP{border-radius:3.2vw}.toW{width:8.5333vw}.toY{height:.534vw;margin-top:.712vw;border-radius:.4vw}.toT .tiz{width:4.267vw}.toT .tiy{width:10.133vw}.toU{width:5.867vw}.toS{top:1.333vw;left:7.2vw;gap:.8vw}.tok{gap:2.4vw}.tol{width:19.2vw;height:19.2vw;padding:1.6vw}.tot{width:8.5333vw;height:8.5333vw}.tow{border-radius:1.6vw}.toy{font-size:3.7334vw;margin:2.1333vw}.toA{width:17.0666vw;height:9.6vw}.toA,.toB{border-radius:1.0667vw}.toB{width:8.5333vw;height:12.8vw}.toC{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.toE{font-size:14px;font-size:3.7334vw}.toF{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.toH{font-size:14px;font-size:3.7334vw}.toI{padding:4.2667vw;min-width:25.6vw}.toK{font-size:12px;font-size:3.2vw}.toL{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.to1,.to2{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.to2{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.to2 div{width:48px}.to3{pointer-events:none}.to4{display:flex;align-items:center;margin-bottom:16px;gap:8px}.to5{font-size:20px;font-weight:600}.to6{display:flex;align-items:center;margin-bottom:16px;gap:8px}.to7{font-size:16px}.to7,.to8{font-weight:600}.to8{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}.to9,.tpa{width:100%;display:flex;flex-direction:column}.tpb{display:flex;gap:16px;flex-wrap:nowrap}.tpc{position:relative;flex:0 0 auto}.tpc[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tpc[data-is-ranking=true] .tnS{grid-column:1;grid-row:1;align-self:stretch}.tpc[data-is-ranking=true] .tnN{grid-column:2;grid-row:1}.tpc[data-is-ranking=true] .tpd{grid-column:2;grid-row:2}.tpc:hover{z-index:6}.to9 .tpe,.tpa .tpe{position:relative}.tpc .tpf{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tpg;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tpc:hover .tpf{display:block;animation-name:tph;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}.tpc .tpf.tpi{left:0}.tpc:hover .tpf.tpi{animation-name:tpj}.tpc .tpf.tpk{right:0}.tpc:hover .tpf.tpk{animation-name:tpl}@keyframes tph{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 tpj{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 tpl{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 tpg{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)}}.to9 .tkT,.tpa .tkT{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.to9 .tkT.tpm,.tpa .tkT.tpm{left:0}.to9 .tkT.tpn,.tpa .tkT.tpn{right:0}.tpe:hover .tkT{display:block}.tpc .tn5{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tpc .tn5,.tpc .tpo{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.tpc .tpo{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.to9 .tn5 .tn9,.tpa .tn5 .tn9{display:block;width:100%}.tpp{width:100%;flex-direction:column}.tpp,.tpq{display:flex}.tpq{flex-wrap:nowrap;gap:16px}.tpr{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tpr .tnS{grid-column:1;grid-row:1;align-self:stretch}.tpr .tnN{grid-column:2;grid-row:1}.tpr .tpd{grid-column:2;grid-row:2}.tpr .tnO{max-width:287.5152px;max-height:400.99392px}.tpp .tps{position:relative}.tpp .tkT{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tpp .tkT.tpm{left:0}.tpp .tkT.tpn{right:0}.tpp .tps:hover .tkT{display:block}.tpr:hover{z-index:6}.tpr .tpf{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:tpg;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tpr:hover .tpf{display:block;animation-name:tph;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tpr .tpf.tpi{left:0}.tpr:hover .tpf.tpi{animation-name:tpj}.tpr .tpf.tpk{right:0}.tpr:hover .tpf.tpk{animation-name:tpl}.tpr .toe{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tpt .tpq{display:flex;flex-wrap:nowrap;gap:16px}.tpt .tpr .tn5{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tpu{width:100%;flex-direction:column}.tpu,.tpv{display:flex}.tpv{gap:16px}.tpu .tpw{position:relative}.tpu .tnN{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}.tpu .tnN .tnP{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tpu .tkT{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tpu .tkT.tpm{left:0}.tpu .tkT.tpn{right:0}.tpu .tpw:hover .tkT{display:block}.tpu .tpv>a:hover{z-index:6}.tpx{margin-top:16px;font-weight:600}.tpy{margin-top:8px}.tpz{display:flex;flex-direction:column}.tpz li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tpz li:not(:last-child){margin-bottom:16px}.tpA{height:100%}.tpA,.tpB{display:flex;align-items:center}.tpB{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}.tpC{font-family:Jost,sans-serif;font-weight:600}.tpD{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tpE{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tpE,.tpF{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tpF{line-height:1.625;margin-bottom:5px}.tpF,.tpG{font-size:16px}.tpz li.tpH: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}.tpI{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tpJ{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tpK{position:relative;display:flex;align-items:center}.tpK.tpL{justify-content:left}.tpM{position:relative;display:block;width:100%}.tpN{display:flex;align-items:center;justify-content:space-between}.tpN .tn9{border-radius:6px}.tpN .tog{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tpO{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tpO .tha{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){.tpO .tha{max-width:40vw}}.tpO .ths{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tpP{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tpP .tpQ{font-weight:600;font-size:12px;width:39px}.tpP .tpR>div{width:16px;height:16px}.tpN .tpS{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}.tpT{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%)}.tpT .tnc{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tpK.tpU .tpT .tnu{width:24px;height:24px;transform:rotate(180deg)}.tpK.tpV .ths{color:#ff624f}.tpK.tpU .tpT{pointer-events:none}.tpN .tpW{color:#fc348e}.tpK.tpV .tpX{color:#d3d3d3}.tpK.tpY .tpO{padding-right:0!important}.tpZ{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tpK.tp4 .tpO .tht{margin-bottom:12px}.tpK.tp4 .tp5{font-size:12px;font-weight:600;margin-bottom:4px}.tpK.tp4 .tp6{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tpK.tp4 .tp6 span:first-child{margin-right:16px}.tpK.tp4 .tp7{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tp8 .tp9{display:flex;align-items:center}.tp8 .tp9 .tog{height:auto}.tp8 .tp9>div:first-child{position:relative;margin-right:16px}.tp8 .tqa{display:flex;flex-direction:column;justify-content:center;width:648px}.tp8 .tqa .tqb{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}.tp8 .tqa .tqc{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tp8 .tqa .tqd .tqe{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tqf{position:absolute;bottom:0;right:0}.tn9.tqg{width:100%}.tp8 .tqh{height:24px}.tp8 .tqh .tqi{width:248px}.tp9.tqj{align-items:flex-start}.tqk{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tqk,.tql{position:absolute}.tql{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tqm{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tp8 .tqa .tqn{display:flex;justify-content:space-between;align-items:center}.tqn>.tiV{flex-shrink:0}.tqo{position:relative;display:block;width:100%}.tqp{display:flex;align-items:center}.tqp .tog{margin-right:16px}.tqq,.tqr{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tqs a:hover,.tqt a:hover,.tqu a:hover{opacity:1}.tqq>a>div:first-child,.tqr>a>div:first-child{margin-right:16px}.tqq .tqv{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tqq img.tqw{margin-right:16px}.tqq .tqv .tqx{display:flex;align-items:center}.tqq .tqv .tqx p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tqq .tqv .tqx p,.tqq .tqv p.tqy{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tqq .tqv p.tqy{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tqq .tqv .tqz{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tqq .tqv .tqA{display:flex}.tqq .tqv span.tqy{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%}.tqq .tqv span.tqB,.tqq .tqv span.tqC{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tqq .tqv span.tqB,.tqq .tqv span.tqD{padding-right:12px}.tqD,.tqE{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.tqD span,.tqE span{font-weight:300;margin-left:3px}.tqF,.tqq .tqv .tqF{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}.tqC b{font-weight:600}.tqG,.tqt .tqq .tqv .tqz{display:flex}.tqG{flex-wrap:wrap}.tqH{width:210px}.tqI{display:flex;align-items:center}.tqI>a{height:48px;width:48px}.tqI>div{margin-right:8px}.tqI .tqJ{flex:1 1;display:flex;flex-direction:column;justify-content:center}.tqK{height:48px;width:48px}.tqL{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}.tqM{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tqM,.tqM>button{position:relative}.tqM>button{top:-19px}.tqN{font-size:12px;color:#eee}.tqO .tqP{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.tqO .tqP img{object-fit:cover;height:100%;width:100%}.tqO .tqP span{position:absolute;right:8px;bottom:8px}.tqO .tqP>div{position:absolute;top:6px;left:6px}.tqO .tqQ{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.tqO .tqQ,.tqO .tqR{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tqO .tqR{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tqS{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tqS:hover{background-color:hsla(0,0%,100%,.1)}.tqT a:hover{opacity:1}.tqS .tqU,.tqS>a>div:first-child{margin-right:16px}.tqS .tqV{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tqS .tqV .tqW{display:flex;align-items:center}.tqS .tqV .tqW>img:last-child{margin-left:2px}.tqS .tqV .tqW p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tqS .tqV .tqW p,.tqS .tqV p.tqX{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tqS .tqV p.tqX{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tqY .tqZ{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tqS .tq0{display:flex}.tqS .tq0 button:first-child{margin-right:8px}.tq1{display:flex;align-items:center;max-width:720px}.tq1:hover{background-color:hsla(0,0%,100%,.1)}.tq1 .tq2{margin-right:16px}.tq3 a:hover{opacity:1}.tq1>a>div:first-child{margin-right:16px}.tq1 .tq4{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tq1 .tq4 .tq5{display:flex;align-items:center}.tq1 .tq4 .tq5 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}.tq1 .tq4 .tq5>img{margin-left:2px}.tq1 .tq4 p.tq6{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}.tq7{display:flex;flex-wrap:wrap;gap:4.103vw}.tq8,.tq9,.tra{width:16.496vw}.tq9,.tra{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tq9 .trb,.tra .trb{object-fit:cover;height:100%;width:100%;border-radius:6px}.tq9 .trc,.tra .trc{position:absolute;right:8px;top:8px;cursor:pointer}.trd .tre{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.trd .tre,.trd .trf{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.trd .trf{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.trd .trf,.trd .trg{line-height:1.5714285714}.trd .trg{margin-bottom:8px;overflow:hidden;height:6.284em}.trh{justify-content:space-between;margin-bottom:8px}.trh,.trh .tri{display:flex;align-items:center}.trh .tri{gap:6px}.trj{display:flex;justify-content:space-between;align-items:center}.trj .trk{font-size:12px;color:#eee}.trl{display:flex;flex-wrap:wrap}.trl>li{width:100%}.trl>li:not(:last-child){margin-bottom:24px}.trm,.trn{display:flex;align-items:center}.trn{gap:16px;width:calc(100% - 48px)}.trn .toO{width:248px;height:140px}.tro{flex:1 1}.trp{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}.trq{display:flex;align-items:center;margin-bottom:14px}.trq>p{font-weight:600;margin-right:16px}.trr{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tro>:last-child{margin-bottom:0}.trs{margin-left:24px}.trt{display:flex;flex-wrap:wrap;gap:56px 16px}.tru{width:13.93vw;position:relative}.tru .tnP{border-radius:6px}.trt .trc{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.trt .tnO.trv span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.trt .tnO.trv span,.trw{position:absolute;left:50%;transform:translate(-50%)}.trw{top:38.9%}.trx.try{margin-top:16px}.trz{font-weight:600;-webkit-line-clamp:2;height:3.25em}.trA,.trz{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.trA{height:4.875em;-webkit-line-clamp:3}.trB{font-size:12px;margin-top:11px;display:flex}.trB span:not(:last-child){margin-right:4px}.trt .trC{margin-top:16px}.trD{display:flex;align-items:center}.trE img{width:120px;height:120px}.trD .trF{margin-left:16px;width:71%}.trD li:not(:last-child){margin-bottom:6px}.trD .trF p{font-size:12px;font-weight:300}.trG{max-width:43.255vw}.trG .trH{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.trG .trH,.trG .trI,.trG .trJ{margin-bottom:16px}.trG .trJ{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}.trG .trK,.trG .trL{display:flex;align-items:center}.trG .trK .trM{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.trG .trN{display:flex;align-items:center;justify-content:right;gap:16px}.trG .trK img.trO,.trG .trL img.trP{margin-right:4px}.trG .trK .trQ,.trG .trL .trR{font-size:12px;font-weight:600;line-height:1.5}.trG .trL .trR{font-weight:300;margin-left:4px}.trG .trS{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.trG .trS a{display:flex;padding-right:16px}.trG .trS .trT{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.trG .trS .trU{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.trG .trS .trU .trV{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.trG .trS .trU .trW{flex-shrink:0}.trG .trS .trX{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.trG .trS .trY{position:relative;display:flex;justify-content:center;width:56px;height:80px}.trG .trS .trY .trZ{width:100%;height:100%;object-fit:cover;border-radius:4px}.trG .trS .tr0{position:absolute;bottom:-16px}.trG .tr0 .tr1{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%}.trG .tr0 .tnc{margin:0}.tr2{margin-left:auto;position:relative}.tr2,.tr3{max-width:355.60656px;width:17.229vw}.tr3{height:24.047vw;max-height:496.33008px}.tr3 img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tr4{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%)}.tr2 .tr5{margin-top:16px}.tr5 .tr6{display:flex;justify-content:space-between;align-items:center}.tr5 .tr6 .tr7{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)}.tr8{position:absolute;top:calc(24.047vw + 20px);right:0}.tr5 .tr9{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tr5 .tsa{margin-top:8px;gap:12px}.tr5 .tsa,.tr5 .tsa .tsb{display:flex;align-items:center}.tr5 .tsa .tsb{gap:4px}.tr5 .tsc{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tr2 .tsd{margin-top:16px;display:flex;align-items:center;gap:12px}.tr2 .tse{width:48px;height:48px;min-width:48px;min-height:48px}.tsd .tsf{position:relative}.tsf .tsg{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tsf .tsh{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tsf .tsi{flex-shrink:0}.tsd .tsf .tsj{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tsd .tsf .tsk{position:absolute;bottom:2px;right:0;z-index:5}.tsl{max-width:43.255vw}.tsl .tsm{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tsl .tsm,.tsl .tsn{margin-bottom:16px}.tsl .tso{margin-bottom:24px}.tsl .tsp{width:170px}.tsl .tsq{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tsl .tsq,.tsr{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tsr{-webkit-line-clamp:1;word-break:break-all}.tsl .tss{justify-content:right;gap:16px}.tsl .tss,.tsl .tst,.tsl .tsu{display:flex;align-items:center}.tsl .tsu img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tsl .tsv{font-size:12px}.tsl .tsw,.tsl .tsx{font-size:12px;line-height:1.5}.tsl .tst .tsw{margin-left:4px}.tsl .tsy{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%)}.tsl .tsy a{display:flex;padding-right:16px}.tsl .tsy .tsz{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tsl .tsy .tsA{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tsl .tsB{flex-shrink:0}.tsl .tsy .tsA .tsC{-webkit-line-clamp:1;word-break:break-all}.tsl .tsy .tsA .tsC,.tsl .tsy .tsD{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tsl .tsy .tsD{line-height:1.571;-webkit-line-clamp:2}.tsl .tsy .tsE{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tsy .tsE .tsF{width:100%;height:100%;object-fit:cover;border-radius:4px}.tsl .tsy .tsG{position:absolute;bottom:-16px}.tsl .tsG .tr1{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%}.tsl .tsG .tnc{margin:0}.tsH,.tsI{width:21vw;max-width:433.44px}.tsI{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tsI .tsJ{width:100%;height:100%;object-fit:cover;border-radius:12px}.tsI .tsK.tsL,.tsI .tsM.tsN{position:absolute;top:12px;left:12px}.tsI .tsO{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tsI span{position:absolute;right:8px;bottom:8px}.tsP{display:flex;align-items:center}.tsP .tsQ{margin-right:36px}.tsP .tsQ,.tsP .tsR{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tsP .tsR{margin-right:20px}.tsP .tsS .tsT{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tsP .tsS .tsT,.tsP .tsS .tsU{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tsP .tsS .tsU{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tsP .tsS .tsV{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}.tsW{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.tsW .tsv{font-size:12px}.tsW .tsX{gap:8px}.tsW .tsX,.tsY{display:flex;align-items:center}.tsY{gap:12px}.tsZ{width:48px;height:48px;min-width:48px;min-height:48px}.tsY .ts0{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.tsY .ts1{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.tsY .ts1,.tsY .ts2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tsY .ts2{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.ts3{max-width:45.455vw}.ts3 .ts4{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}.ts3 .ts5{display:flex;align-items:center}.ts3 .ts6{width:100%;height:100%;object-fit:cover;border-radius:12px}.ts3 .ts7{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.ts7 .ts8{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ts3 .ts9{flex:1 1;width:calc(100% - 18.18vw - 16px)}.ts3 .tta{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.ts3 .ttb{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.ts3 .ttc{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}.ttd{max-width:39.736vw}.ttd a{display:flex;align-items:center;justify-content:space-between}.ttd .tog{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.ttd .tn9{border-radius:6px}.tte{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.ttd .tte .ttf{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}.ttd .ttg{display:flex;align-items:center}.ttd .ttg .tth{margin-right:8px}.ttd .ttg .tti{font-size:12px;color:#d3d3d3}.ttj{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.ttj .toC{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.ttj .toE{font-size:min(1.026vw,21.17664px)}.ttk{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.ttk .ttl{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.ttk .ttl:hover{background-color:hsla(0,0%,100%,.1)}.ttk .ttm{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.ttk .ttm:active{cursor:grabbing;cursor:-webkit-grabbing}.ttk .ttn{width:24px;height:32px;border-radius:6px;margin-right:28px}.ttk .ttn img{width:100%;height:100%;object-fit:cover}.ttk .tto{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.ttk .tto:before{content:counter(title)}.ttk .ttp{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}.ttq{width:24px;height:24px}.ttk .ttr{width:100%;height:100%;object-fit:cover;cursor:pointer}.tts{display:flex;gap:64px}.ttt{max-width:24.926vw}.ttt,.ttt a{display:flex;justify-content:space-between;align-items:center}.ttt a{max-width:21.407vw;width:calc(100% - 32px)}.ttu{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.ttv{border-radius:12px;object-fit:cover;height:100%;width:100%}.ttw{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)}.ttx{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tty{width:32px;height:32px}.ttz{width:374px}.ttA,.ttz{overflow:hidden}.ttA{width:100%;height:100%;display:flex;flex-direction:column}.ttB{padding-bottom:28px}.ttA .to4{justify-content:space-between;padding-right:16px}.ttC{display:flex;flex-wrap:nowrap;gap:8px}.ttC .tnO{width:114px;height:159px}.ttD{position:relative;flex:0 0 auto}.ttD[data-is-ranking=true] .ttE{display:grid;grid-template-rows:auto auto}.ttD[data-is-ranking=true] .tnS{grid-column:1;grid-row:1;align-self:stretch}.ttD[data-is-ranking=true] .tnN{grid-column:2;grid-row:1}.ttD[data-is-ranking=true] .ttF{grid-column:2;grid-row:2}.ttA .ttG{position:relative}.ttA .tkT{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.ttA .tkT.tpm{left:8px}.ttA .tkT.tpn{right:8px}.ttA .ttG:hover .tkT{display:block}.ttA .tnT{font-size:64px;bottom:-8px}.ttA .tnS[data-is-first=true]{width:46px;flex:0 0 46px}.ttA .tnS{position:relative;width:56px;flex:0 0 56px}.ttA .tnS[data-is-double-digit=true]{width:64px;flex:0 0 64px}.ttH.tg0{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.trC{display:flex;align-items:center}.trC .ttI{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.trC .tnu.ttJ:hover{opacity:.6}.trC .tnu.ttJ.tg0:hover{opacity:1}@media screen and (min-width:2064px){.tr8{top:514px}}@media screen and (max-width:1024px){.tpN .tn9{border-color:violet;border-radius:6px}.tp8 .tp9 .ttK .ttL,.tql{border-radius:1.1515vw}.tqf img{width:100%;height:auto}.tq7{display:grid;grid-template-columns:repeat(2,1fr)}.tq9 .trb,.tra .trb{border-radius:6px}.ttM{flex-direction:column;gap:48px}.tq1,.ttM{display:flex}.tq1{align-items:center}.tq1 .tq2{margin-right:16px}.tq1 .tq4{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tq1 .tq4 .tq5{display:flex;align-items:center}.tq1 .tq4 .tq5 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}.tq1 .tq4 p.tq6{font-size:12px;font-weight:300;margin-top:4px}.tq8{width:43.846vw}.tq9,.tra{margin-bottom:8px}.tra .ttN{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.trd .tre{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.trd .trf{font-weight:300;margin-bottom:2px;height:1.5em}.trd .trf,.trd .trg{font-size:12px;line-height:1.5}.trd .trg,.trh{margin-bottom:8px}.trj .trk{font-size:10px}.trn{width:calc(100% - 14px)}.trl li:not(:last-child){margin-bottom:16px}.trn .toO{width:38.462vw;height:21.538vw}.trs{margin-left:0}.trp{font-size:14px;margin-right:11px}.trp,.trq{margin-bottom:8px}.trq>p{font-size:12px;margin-right:8px}.trq .tio,.trq>p{white-space:nowrap}.trr{margin-right:11px}.trt{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tru{width:29.231vw}.trt .trc{right:8px}.trw{top:27%}.trt .tnO.trv span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.trx.ttO{margin-top:12px}.trz{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.trA{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.trB{font-size:10px}.trB,.trt .trC{margin-top:10px}.trE img{width:80px;height:80px}.trD li:not(:last-child){margin-bottom:5px}.trD .trF p{font-size:10px}.trG{max-width:91.795vw}.trG .trH{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.trG .ttP{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.trG .ttQ{margin-left:16px}.trG .trJ{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.trG .trN{justify-content:left}.trG .trS{background-color:rgba(0,0,0,0);padding:0;position:relative}.trG .trS .trT{max-width:100%}.trG .trS a{padding-right:0}.trG .trS .trU{font-size:12px;padding-left:0;margin-bottom:8px}.trG .trS .trU:after{font-size:12px}.trG .trS .trX{font-size:12px;line-height:1.5;overflow:hidden}.trG .trS .ttR{position:absolute;bottom:2px;right:0;z-index:5}.tr2{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tr2 .ttS{justify-content:space-between}.tr2 .ttS,.tr2 .ttS a{display:flex;align-items:center}.tr2 .ttS a{gap:16px}.tr3{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tr4{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)}.tr4.ttT,.tr4.ttU{right:unset;left:-1.282vw}.tr2 .tr5{max-width:28.205vw;margin-top:16px}.tr5 .tr6{display:flex;justify-content:space-between;align-items:center}.tr5 .tr6 .tr7{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tr8{position:unset;top:unset;right:unset}.tr5 .tr9{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tr5 .tsa{display:flex;align-items:center;margin-top:8px;gap:12px}.tr5 .tsa .tsb{display:block;position:absolute;top:12px;left:78px;gap:4px}.tr5 .tsc{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tr2 .tsd{margin-top:16px;position:relative;gap:unset}.tsd a{display:flex;align-items:center;gap:16px}.tsl{max-width:91.795vw}.tsl .tsm{font-size:72px;line-height:1.1944444444}.tsl .tsm,.tsl .tsn{margin-bottom:8px}.tsl .tso{margin-bottom:12px}.tsl .tso .tsq{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tsl .tso .tsr{font-size:12px;color:#d3d3d3}.tsl .ttV{margin-left:16px}.tsl .tsq{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tsl .tss{justify-content:space-between}.tsl .tss,.tsl .tss .ttW{display:flex;align-items:center}.tsl .tss .ttW{gap:8px}.tsl .ttX{display:flex;align-items:center}.tsl .ttX .ttY{width:40px;height:40px}.tsl .tsy{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tsl .tsy .tsz{max-width:100%}.tsl .tsy a{padding-right:0}.tsl .tsy .tsA{font-size:12px;padding-left:0;margin-bottom:8px}.tsl .tsy .tsA:after{font-size:12px}.tsl .tsy .tsD{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tsH{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tsI{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tsI .tsK.tsL,.tsI .tsM.tsN{top:8px;left:8px}.tsP{display:unset;align-items:unset;gap:0}.ttZ{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tsP .tsS .tsT{margin-bottom:2px}.tsP .tsS .tsT,.tsP .tsS .tsU{font-size:14px;line-height:1.571}.tsP .tsS .tsU{margin-bottom:4px}.tsP .tsS .tsV{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tsW{padding-left:0}.tsZ{width:40px;height:40px;min-width:40px;min-height:40px}.ts3{max-width:49.231vw}.ts3 .tt0{position:relative;margin-bottom:16px}.ts3 .tt1{width:100%}.tt0 .tt2{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tt0 .tiz{position:absolute;bottom:0;right:0}.ts3 .ts4{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.ts3 .tt3{display:flex;align-items:center;margin-bottom:8px}.ts3 .tt4{font-size:12px;margin-right:16px;color:#d3d3d3}.ts3 .tt5{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}.ttd{max-width:91.795vw}.ttd a{display:flex;align-items:center}.tte{width:calc(100% - 16px - 38.462vw);min-width:none}.ttd .tte .ttf{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.ttd .ttg{display:flex;align-items:center}.ttd .ttg .tti{font-size:12px;color:#d3d3d3}.ttj{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.ttj .toC{width:unset;height:unset;min-width:21.538vw}.ttj .toE{font-size:14px}.ttj::-webkit-scrollbar{display:none}.ttk{max-width:91.795vw}.ttk .ttl{padding:12px 0}.ttk .ttm{display:none}.ttk .ttn{width:36px;height:49px;border-radius:6px;margin-right:16px}.ttk .tto{text-align:left;width:28px}.ttk .ttp{width:calc(100% - 120px)}.tts{flex-direction:column;gap:16px}.tts,.ttt{display:flex}.ttt{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.ttt a{max-width:unset}.ttw{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}.ttx{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.ttz{width:100%}.ttC .tnO{width:29.231vw;height:40.769vw}.trC .tsv{font-size:12px}}@media screen and (max-width:375px){.tpe>.tpb:after,.tpq>.tpr:after,.tps>.tpq:after,.ttj:after{content:"";display:block;flex:0 0 4.267vw}.tpN .tn9{border-color:green;border-radius:1.6vw}.tpO{padding-right:11.733vw;margin-left:4.267vw}.tpO .tha{font-size:3.733vw}.tpO .tha,.tpO .ths{margin-bottom:2.133vw}.tpO .ths{font-size:3.2vw}.tpP{gap:2.133vw}.tpK .tpO .tpR>div{width:4.267vw;height:4.267vw}.tpO .tpQ{font-size:2.667vw}.tpO .tt6 .tt7{width:3.733vw;height:3.733vw}.tpT{min-width:8.53333vw;margin-left:2.133vw}.tpT .tnc{width:8.53333vw;height:8.53333vw}.tpT .tnu{width:4.267vw;height:4.267vw}.tpP .tpQ{width:11.8vw}.tpK .tpZ{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tpK.tt8 .tt9{font-size:3.733vw;margin-top:4.267vw}.tpK.tua .tpN .tn9{border-radius:1.6vw}.tpK.tua .tpO .ths{margin-bottom:4.267vw}.tpK.tua.tpK .tpS{font-size:3.2vw}.tpK.tua.tpK .tpP{margin-top:4.267vw}.tpK.tp4 .tpO .ths{margin-bottom:3.2vw}.tpK.tp4 .tp5{font-size:3.2vw;margin-bottom:1.067vw}.tpK.tp4 .tp6{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tpK.tp4 .tp6 span:first-child{margin-right:4.267vw}.tpK.tp4 .tp7{font-size:2.667vw;margin-bottom:3.2vw}.tpK.tp4 .tt9{margin-top:4.267vw}.tpK.tp4.tpK .tpS{font-size:3.2vw}.tpK.tp4 .tub{width:4.267vw;height:4.267vw}.tp8 .tp9 .ttK{margin-right:4.267vw}.tp8 .tp9 .ttK .ttL{border-radius:1.6vw}.tp8 .tp9 .ttK .tuc{width:10.256vw}.tp8 .tp9 .tqa{margin-right:6.154vw}.tp8 .tp9 .tqa.tud{margin-right:2.133vw}.tp8 .tp9 .tqa .tqb{font-size:3.77vw;margin-bottom:1.067vw}.tp8 .tqa .tqc,.tp8 .tqd .tqe{font-size:3.2vw}.tp8 .tp9 .tqa.tue{margin-right:2.133vw}.tp8 .tp9 .tiV.tuf{font-size:3.2vw;padding:0 1.795vw}.tqm,.tug{font-size:3.77vw}.toc.tuh{margin-bottom:1.6vw}.tp8 .tqd .tui,.tp8 .tqd .tuj{font-size:3.2vw}.tqs>div:not(:last-child),.tqt>div:not(:last-child){margin-bottom:4.267vw}.tqq>a>div:first-child,.tqr>a>div:first-child{margin-right:4.267vw}.tqr{margin-bottom:3.267vw}.tqq .tqv,.tqr .tqv{margin-right:4.267vw}.tqq .tqv .tqz{margin-bottom:0}.tqD span,.tqE span{margin-left:.8vw}.tqq img.tqw{margin-right:4.267vw}.tqq .tqv .tqx p,.tqr .tqv .tqx p{font-size:3.733vw;margin-right:.533vw}.tqD,.tqE,.tqq .tqv p.tqC,.tqq .tqv p.tqy,.tqr .tqv p.tqy{font-size:3.2vw;margin-top:2.133vw}.tqF{font-size:3.733vw}.tqG{display:flex;flex-wrap:wrap}.tqG li:nth-of-type(2n){margin-right:0}.tqH{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tqI>a{height:8.533vw;width:8.533vw}.tqI>div{margin-right:2.133vw}.tqJ{width:60%}.tqL{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.tqN{font-size:2.667vw}.trc{width:6.154vw}.tqO .tqP{margin-bottom:2.133vw;border-radius:1.6vw}.tqO .tqP img{width:100%}.tqO .tqP span{right:2.133vw;bottom:2.947vw}.tqO .tqQ{font-size:3.733vw}.tqO .tqQ,.tqO .tqR{margin-bottom:2.133vw}.tqO .tqR{font-size:3.2vw}.tqS .tqU,.tqS>a>div:first-child{margin-right:4.267vw}.tqS .tqV{margin-right:1.067vw}.tqS .tqV .tqW>img:last-child{margin-left:.533vw}.tqS .tqV .tqW p{font-size:3.733vw}.tqS .tqV p.tqX{font-size:3.2vw;margin-top:1.067vw}.tqS .tq0 button:first-child{margin-right:2.133vw}.ttM{gap:12.8vw}.tq1 .tq2,.tq1>a>div:first-child{margin-right:4.267vw}.tq1 .tq4{margin-right:1.067vw}.tq1 .tq4 .tq5 p{font-size:3.733vw}.tq1 .tq4 .tq5>img{margin-left:.533vw}.tq1 .tq4 p.tq6{font-size:3.2vw;margin-top:1.067vw}.tq7{gap:4.267vw}.tq9,.tra{margin-bottom:2.133vw}.tq9 .trb,.tra .trb{border-radius:1.6vw}.tq9 .trc,.tra .trc{right:2.133vw;top:2.133vw}.tq9 span{right:2.133vw;bottom:2.133vw}.tra span{font-size:3.77vw}.tra .ttN{width:4.267vw}.trd .tre{font-size:3.77vw;margin-bottom:.256vw}.trd .trf{font-size:3.2vw;margin-bottom:.533vw}.trd .trg{font-size:3.2vw}.trd .trg,.trh{margin-bottom:2.133vw}.trh .tri{gap:1.6vw}.trj .trk{font-size:2.667vw}.trt{gap:7.2vw 2.133vw}.tru{width:31.785%}.trt .trc{top:2.133vw;right:2.133vw}.trw{width:4.267vw}.trt .tnO.trv span{font-size:3.2vw}.trx.try{margin-top:3.2vw}.trz{font-size:3.733vw;margin-top:2.033vw}.trA{font-size:3.2vw;margin-top:1.233vw}.trB{font-size:2.667vw;margin-top:2.667vw}.trB span:not(:last-child){margin-right:0}.trt .trC{margin-top:2.667vw}.trE img{width:21.333vw;height:21.333vw}.trD .trF{margin-left:4.267vw}.trD li:not(:last-child){margin-bottom:1.333vw}.trD .trF p{font-size:2.667vw}.trG .trH{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.trG .ttP{margin-bottom:4.267vw}.trG .ttQ{margin-left:4.267vw}.trG .trJ{font-size:3.733vw;margin-bottom:3.2vw}.trG .trS .trT{margin-left:3.733vw}.trG .trS .trU{margin-bottom:2.133vw}.trG .trS .trU,.trG .trS .trU:after,.trG .trS .trX{font-size:3.2vw}.tr2{padding-left:17.067vw}.tr2 .ttS a{gap:4.267vw}.tr3{border-radius:3.2vw}.tr4{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}.tr4.ttT,.tr4.ttU{right:unset;left:-1.282vw}.tr2 .tr5{margin-top:4.267vw}.tr5 .tr6 .tr7{font-size:3.733vw}.tr5 .tr9{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tr5 .tsa{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tr5 .tsa .tsb{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tr5 .tsc{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tr2 .tsd{margin-top:4.267vw}.tsd a{gap:4.267vw}.tsd .tuk{min-width:19.2vw;min-height:19.2vw}.tsf .tsg{margin-bottom:1.333vw;align-items:center}.tsd .tsf .tsj,.tsf .tsg{font-size:3.2vw}.tsl .tsm{font-size:19.2vw;line-height:1.1944444444}.tsl .tsm,.tsl .tsn{margin-bottom:2.133vw}.tsl .tso{margin-bottom:3.2vw}.tsl .tso .tsq{font-size:3.733vw;margin-bottom:2.133vw}.tsl .tso .tsr{font-size:2.133vw}.tsl .ttV{margin-left:4.267vw}.tsl .tsq{font-size:3.733vw;margin-bottom:3.2vw}.tsl .tss .ttW{gap:2.133vw}.tsl .ttX .ttY{width:10.667vw;height:10.667vw}.tsl .tsy .tsA{margin-bottom:2.133vw}.tsl .tsy .tsA,.tsl .tsy .tsA:after,.tsl .tsy .tsD{font-size:3.2vw}.tsl .tsu img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tsH{width:100%;padding-left:16.41vw}.tsI{margin-bottom:3.2vw}.tsI .tsJ{width:100%;border-radius:3.2vw}.tsI .tsK.tsL,.tsI .tsM.tsN{top:2.133vw;left:2.133vw}.tsI .tsO{width:10.256vw}.tsI span{right:2.133vw;bottom:2.133vw}.ttZ{letter-spacing:-2.4vw;font-size:18.462vw}.tsP .tsS .tsT{font-size:3.77vw;margin-bottom:.533vw}.tsP .tsS .tsU{font-size:3.77vw;margin-bottom:1.067vw}.tsP .tsS .tsV{font-size:3.2vw;margin-bottom:2.667vw}.tsW{margin-bottom:3.2vw}.tsW .tsv{font-size:3.2vw}.tsW .tsX{gap:2.133vw}.tsY{gap:3.2vw}.tsZ{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tsY .ts0{font-size:3.2vw;margin-bottom:1.282vw}.tsY .ts0:after{font-size:3.2vw;margin-left:1.539vw}.tsY .ts2{font-size:3.2vw}.ts3{max-width:51.2vw}.ts3 .tt0{margin-bottom:4.267vw}.ts3 .ts6{border-radius:3.2vw}.ts3 .ts4{font-size:3.733vw;margin-bottom:6.4vw}.ts3 .tta{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.ts3 .ttb{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.ts3 .ttb,.ts3 .tul>span{font-size:3.2vw}.ts3 .tt5{font-size:3.733vw}.ts3 .tt4{font-size:3.2vw;margin-right:4vw}.ttd .tte .ttf{font-size:3.733vw;margin-bottom:2.133vw}.ttd .ttg .tth{margin-right:2.133vw}.ttd .ttg .tti{font-size:3.2vw}.ttj{gap:2.133vw}.ttj .tum,.ttj .tun{border-radius:4.267vw}.ttj .toE{font-size:3.733vw}.ttk .ttl{padding:3.2vw 0}.ttk .ttm,.ttk .ttn{margin-right:4.267vw}.ttk .ttn{width:9.6vw;height:13.067vw;border-radius:1.6vw}.ttk .tto{width:7.468vw;font-size:3.733vw}.ttk .ttp{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.ttq{width:6.4vw;height:6.4vw}.tts{display:flex;flex-direction:column;gap:4.267vw}.ttt a{width:calc(100% - 8.533vw)}.ttw{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.ttx{font-size:3.733vw}.tty{width:8.533vw;height:8.533vw}.trC .ttI{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.trC .tsv{font-size:3.2vw}}@media screen and (max-width:1024px){.tpe>.tpb:after,.tpq>.tpr:after,.tps>.tpq:after,.ttj:after{content:"";display:block;flex:0 0 16px}.tpc{width:29.23vw}.tpc[data-is-ranking=true]{width:auto;margin-right:0}.to9 .tpe,.tpa .tpe{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.to9 .tpe::-webkit-scrollbar,.tpa .tpe::-webkit-scrollbar{display:none}.tpb{display:flex;flex-wrap:nowrap;gap:8px}.tpb .tpo{margin-right:8px}.tpb .tpo,.tpb .tuo{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tpb .tuo{margin-right:10px}.to9 .toP .toR,.tpa .toP .toR{display:block;width:100%}.to4{justify-content:space-between;padding-right:16px}.to5{font-size:16px}.to6{justify-content:space-between}.to7{font-size:14px}.to8{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}.tpp .tps{padding-bottom:4.05vw}.tpq{gap:8px}.tup{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tpt .tpq{gap:8px}.tpt .tpr .tn5{width:38.462vw;height:21.538vw}.tpp.tpt .toe{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tpv{gap:2.133vw}.tpu .tnN{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tpz li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tpB{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}.tpC{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tpD{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}.tpE{font-size:14px;margin-bottom:4px}.tpF{margin-bottom:5px}.tpF,.tpG{font-size:12px}.tpz li.tpH:after{content:none}.tpz li.tpH .tpA{opacity:.4}.tpI{font-size:12px}.tpJ{flex-wrap:wrap;flex-direction:column;gap:16px}.tpJ,.tpK{display:flex}.tpK{align-items:center;justify-content:space-between;width:100%}.tpN .tog{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tpO{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tpO .tha{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tpP{gap:8px;margin-bottom:unset}.tpT{margin-left:12px}.tpK .tpZ{margin-right:8px}.tpL.tpK .tog{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tpK .tpS,.tpK.tuq .toa{display:none}.tpK.tt8 .tt9{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}.tpK.tt8 .tpT{top:50%}.tpK.tua .tpN .tog{width:29.231vw;height:40vw}.tpK.tua .tpN .tn9{border-radius:6px}.tpK.tua.tpK .tpO{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tpK.tua .tpO .ths{margin-bottom:16px}.tpK.tua.tpK .tpS{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tpK.tua.tpK .tpP{margin-top:16px;order:4}.tpK.tp4 .tpN .tog{position:relative;width:29.231vw;height:40vw}.tpK.tp4 .tpN .tn9{border-radius:6px}.tpK.tp4 .tpN .tog .tiz{position:absolute;bottom:0;right:0}.tpK.tp4 .tpN .tpO{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tpK.tp4 .tpO .ths{margin-bottom:12px}.tpK.tp4 .tp5{font-size:12px;font-weight:600}.tpK.tp4 .tp6{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tpK.tp4 .tp6,.tpK.tp4 .tp7{font-weight:300;line-height:1.5}.tpK.tp4 .tp7{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tpK.tp4 .tt9{position:relative;display:block;margin-top:16px}.tpK.tp4 .tt9 button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tpK.tp4 .tpS{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}.tpK.tp4 .tpT{top:30%;transform:translateY(-30%)}.tp8{flex-direction:column;align-items:normal}.tp8 .tp9:not(.tur){margin-bottom:13px}.tp8 .tp9 .ttK{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tp8 .tp9 .ttK .ttL{width:100%;height:100%;object-fit:cover}.tp8 .tp9 .ttK .tuc{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tp8>div:first-child{position:unset;margin-right:0}.tp8 .tp9 .tqa{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tp8 .tp9 .tqa .tqb{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tp8 .tp9 .tqa .tqc{margin-bottom:0}.tp8 .tqd{position:relative}.tp8 .tqd .tqe{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tp8 .tqh{height:13px}.tp8 .tqh .tqi{width:38.462vw}.tp8 .tp9 .tqa.tud{width:32.56%;margin-right:8px;flex:1 1}.tqm,.tug{transform:translate(-50%,-50%);font-size:14px}.tug{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.toc.tuh{margin-bottom:6px}.tod.tus{width:45.2%}.tp8 .tqd .tui,.tp8 .tqd .tuj{font-size:12px;line-height:1.5}.tp8 .tqd .tuj{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tqs>div:not(:last-child),.tqt>div:not(:last-child){margin-bottom:16px}.tut:hover,.tuu:hover,.tuv:hover{background-color:hsla(0,0%,100%,.1)}.tqr{margin-bottom:12.25px}.tqq .tqv,.tqr .tqv{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tqq .tqv .tqz,.tqr .tqv .tqz{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tqq img.tqw,.tqr img.tqw{margin-right:16px}.tqq .tqv .tqx,.tqr .tqv .tqx{display:flex;align-items:center}.tqq .tqv .tqx p,.tqr .tqv .tqx p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tqq .tqv .tqx p,.tqq .tqv p.tqy,.tqr .tqv .tqx p,.tqr .tqv p.tqy{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tqq .tqv p.tqy,.tqr .tqv p.tqy{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tuw{display:flex;flex-direction:column}.tqq .tqv p.tqC,.tqr .tqv p.tqC{font-size:12px;font-weight:300;margin-top:8px}.tqD,.tqE{font-weight:300}.tqF{font-size:14px;max-width:720px}.tqH{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.tqO .tqP{border-radius:6px;height:24.615vw;width:43.846vw}.tqI>a{height:32px;width:32px}.tqG{gap:0 4.103vw}.tqI .tqJ{width:60%}.tqK{height:32px;width:32px}.tqM>button{top:-14px}.tqL{margin-bottom:16px;max-width:100%}.tqM{margin-left:40px}.tqI{height:38px}.tqN{font-size:10px}.tqO .tqP img{width:100%}.tqS{display:flex;align-items:center}.tqS .tqU{margin-right:16px}.tqS .tqV{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tqS .tqV .tqW{display:flex;align-items:center}.tqS .tqV .tqW p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tqS .tqV p.tqX{margin-top:8px;margin-bottom:0}.tqS .tq0{display:flex}.tqY .tqZ{font-size:14px;line-height:1.5714285714}.ttM{flex-direction:column;gap:48px}.tq1,.ttM{display:flex}.tq1{align-items:center}.tq1 .tq2{margin-right:16px}.tq1 .tq4{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tq1 .tq4 .tq5{display:flex;align-items:center}.tq1 .tq4 .tq5 p{height:1em;overflow:hidden;line-height:unset}.tq1 .tq4 p.tq6{font-size:12px;font-weight:300;margin-top:4px}.tq8,.tq9,.tra{width:43.846vw}.tq9,.tra{margin-bottom:8px;height:24.615vw}.tra .ttN{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.trd .tre{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.trd .trf{font-weight:300;margin-bottom:2px;height:1.5em}.trd .trf,.trd .trg{font-size:12px;line-height:1.5}.trd .trg,.trh{margin-bottom:8px}.trj .trk{font-size:10px}.trt{gap:27px 2.051vw}.tru{width:29.231vw}.tru .tnP{border-radius:6px}.trt .trc{right:8px}.trw{top:27%}.trt .tnO.trv span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.trx.ttO{margin-top:12px}.trz{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.trA{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.trB{font-size:10px}.trB,.trt .trC{margin-top:10px}.trE img{width:80px;height:80px}.trD li:not(:last-child){margin-bottom:5px}.trD .trF p{font-size:10px}.trG{max-width:100%}.trG .trH{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.trG .ttP{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.trG .ttQ{margin-left:16px}.trG .trJ{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.trG .trN{justify-content:left}.trG .trS{background-color:rgba(0,0,0,0);padding:0;position:relative}.trG .trS .trT{max-width:100%}.trG .trS a{padding-right:0}.trG .trS .trU{font-size:12px;padding-left:0;margin-bottom:8px}.trG .trS .trU:after{font-size:12px}.trG .trS .trX{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.trG .trS .ttR{position:absolute;bottom:2px;right:0;z-index:5}.tr2{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}.tr2 .ttS{justify-content:space-between}.tr2 .ttS,.tr2 .ttS a{display:flex;align-items:center}.tr2 .ttS a{gap:16px}.tr3{width:30.769vw;height:42.307vw}.tr4{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}.tr4.ttT,.tr4.ttU{right:unset;left:-1.282vw}.tr2 .tr5{max-width:28.205vw;margin-top:16px}.tr5 .tr6{display:flex;justify-content:space-between;align-items:center}.tr5 .tr6 .tr7{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tr8{position:unset;top:unset;right:unset}.tr5 .tr9{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tr5 .tsa{display:flex;align-items:center;margin-top:8px;gap:12px}.tr5 .tsa .tsb{display:block;position:absolute;top:36px;left:78px;gap:4px}.tr5 .tsc{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tr2 .tsd{margin-top:16px;position:relative;gap:unset}.tsd a{display:flex;align-items:center;gap:16px}.tsd .tuk{min-width:72px;min-height:72px}.tsl{max-width:100%}.tsl .tsm{font-size:72px;line-height:1.1944444444}.tsl .tsm,.tsl .tsn{margin-bottom:8px}.tsl .tso{margin-bottom:12px}.tsl .tso .tsq{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tsl .tso .tsr{font-size:12px;color:#d3d3d3}.tsl .ttV{margin-left:16px}.tsl .tsq{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tsl .tss{justify-content:space-between}.tsl .tss,.tsl .tss .ttW{display:flex;align-items:center}.tsl .tss .ttW{gap:8px}.tsl .ttX{display:flex;align-items:center}.tsl .ttX .ttY{width:40px;height:40px}.tsl .tsy{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tsl .tsy .tsz{max-width:100%}.tsl .tsy a{padding-right:0}.tsl .tsy .tsA{font-size:12px;padding-left:0;margin-bottom:8px}.tsl .tsy .tsA:after{font-size:12px}.tsl .tsy .tsD{font-size:12px;line-height:1.567}.tsH{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tsI{margin-bottom:12px;width:75.128vw;height:42.308vw}.tsI .tsK.tsL,.tsI .tsM.tsN{top:8px;left:8px}.tsP{display:unset;align-items:unset;gap:0}.ttZ{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tsP .tsS .tsT{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tsP .tsS .tsT,.tsP .tsS .tsU{font-size:14px;line-height:1.571}.tsP .tsS .tsU{margin-bottom:4px}.tsP .tsS .tsV{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tsW{padding-left:0}.ts3{max-width:49.231vw}.ts3 .tt0{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.ts3 .tt1{border-radius:12px;width:100%;height:100%;object-fit:cover}.tt0 .tt2{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tt0 .tiz{position:absolute;bottom:0;right:0}.ts3 .ts4{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.ts3 .tt3{display:flex;align-items:center;margin-bottom:8px}.ts3 .tt4{font-size:12px;margin-right:16px;color:#d3d3d3}.ts3 .tt5{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.ttd{max-width:91.795vw}.ttd a{display:flex;align-items:center}.ttd .tog{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.ttd .tn9{border-radius:6px}.ttd .tte .ttf{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.ttd .ttg{display:flex;align-items:center}.ttd .ttg .tti{font-size:12px;color:#d3d3d3}.ttj{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.ttj .toC{width:unset;height:unset;min-width:21.538vw}.ttj .toE{font-size:14px}.ttj::-webkit-scrollbar{display:none}.ttk{max-width:91.795vw}.ttk .ttl{padding:12px 0}.ttk .ttm{display:none}.ttk .ttn{width:36px;height:49px;border-radius:6px;margin-right:16px}.ttk .tto{width:28px}.ttk .ttp{width:calc(100% - 120px)}.tts{flex-direction:column;gap:16px}.tts,.ttt{display:flex}.ttt{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.ttt a{max-width:unset}.ttu{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.ttv{border-radius:12px}.ttw{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.ttx{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.ttA .tnT{font-size:10vw}.ttA .tnS[data-is-first=true]{width:54px;flex:0 0 54px}.ttA .tnS{position:relative;width:80px;flex:0 0 80px}.ttA .tnS[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.trB span{transform:scaleX(.9);white-space:nowrap}.ttA .tnT{font-size:16.4vw;bottom:-1.5vw}.ttA .tnS[data-is-first=true]{width:40px;flex:0 0 40px}.ttA .tnS{width:48px;flex:0 0 48px}.ttA .tnS[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tpK.tp4 .tpN .tn9,.tpK.tua .tpN .tn9,.tpN .tn9{border-radius:1.1515vw}.tpK.tp4 .tpN .tog .tiz,.tpN .tog .tiz{width:3.071vw}.tq9 .trb,.tqO .tqP,.tra .trb,.tru .tnP,.ttd .tn9{border-radius:1.1515vw}.ts3 .tt1{border-radius:2.303vw}.tt0 .tiz{width:3.071vw}.ttv{border-radius:2.303vw}}@media screen and (max-width:375px){.to4{margin-bottom:4.267vw;padding-right:4.267vw}.to5{font-size:4.267vw}.to6{margin-bottom:3.75vw}.to7{font-size:3.75vw}.tpb{gap:2.133vw}.tpb .tpo{top:1907px;left:16px;width:72vw;height:40.266vw}.tpb .tpo :not(:first-child){margin-left:8px}.tpq,.tpt .tpq,.tpv{gap:2.133vw}.tpu .tnN{border-radius:3.2vw}.tpz li{border-radius:2.133vw}.tpz li:not(:last-child){margin-bottom:4.267vw}.tpB{font-size:5.333vw}.tpD{padding-left:4.267vw;padding-right:4.267vw}.tpE{font-size:3.733vw;margin-bottom:1.067vw}.tpF{margin-bottom:1.333vw}.tpF,.tpG,.tpI{font-size:3.2vw}.tpI{right:4.267vw;bottom:4.267vw}.tpJ{gap:4.267vw}.tpN .tn9{border-radius:1.6vw}.tpO{padding-right:11.733vw;margin-left:4.267vw}.tpO .tha{margin-bottom:1.067vw;font-size:3.733vw}.tpO .ths{margin-bottom:2.133vw;font-size:3.2vw}.tpP{gap:2.133vw}.tpK .tpO .tpR>div{width:4.267vw;height:4.267vw}.tpO .tpQ{font-size:2.667vw}.tpO .tt6 .tt7{width:3.733vw;height:3.733vw}.tpT{min-width:8.53333vw;margin-left:2.133vw}.tpT .tnc{width:8.53333vw;height:8.53333vw}.tpT .tnu{height:4.267vw}.tpN .tog .tiz,.tpT .tnu{width:4.267vw}.tpK .tpZ{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tpK.tt8 .tt9{font-size:3.733vw;margin-top:4.267vw}.tpK.tua .tpN .tn9{border-radius:1.6vw}.tpK.tua .tpO .ths{margin-bottom:4.267vw}.tpK.tua.tpK .tpS{font-size:3.2vw}.tpK.tua.tpK .tpP{margin-top:4.267vw}.tpK.tp4 .tpN .tog .tiz{width:4.267vw}.tpK.tp4 .tpO .tht{margin-bottom:3.2vw}.tpK.tp4 .tp5{font-size:3.2vw;margin-bottom:1.067vw}.tpK.tp4 .tp6{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tpK.tp4 .tp6 span:first-child{margin-right:4.267vw}.tpK.tp4 .tp7{font-size:2.667vw;margin-bottom:3.2vw}.tpK.tp4 .tt9{margin-top:4.267vw}.tpK.tp4.tpK .tpS{font-size:3.2vw}.tpK.tp4 .tub{width:4.267vw;height:4.267vw}.tp8 .tp9 .ttK{margin-right:4.267vw}.tp8 .tp9 .ttK .ttL{border-radius:1.6vw}.tp8 .tp9 .ttK .tuc{width:10.256vw}.tp8 .tp9 .tqa{margin-right:6.154vw}.tp8 .tp9 .tqa.tud{margin-right:2.133vw}.tp8 .tp9 .tqa .tqb{font-size:3.77vw;margin-bottom:1.067vw}.tp8 .tqa .tqc,.tp8 .tqd .tqe{font-size:3.2vw}.tp8 .tqh{height:3.333vw}.tp8 .tp9 .tqa.tue{margin-right:2.133vw}.tp8 .tp9 .tiV.tuf{font-size:3.2vw;padding:0 1.795vw}.tqm,.tug{font-size:3.77vw}.toc.tuh{margin-bottom:1.6vw}.tp8 .tqd .tui,.tp8 .tqd .tuj{font-size:3.2vw}.tqq .tqv,.tqq>a>div:first-child,.tqr .tqv,.tqr>a>div:first-child{margin-right:4.267vw}.tqq .tqv .tqz{margin-bottom:0}.tqD span,.tqE span{margin-left:.8vw}.tqq img.tqw{margin-right:4.267vw}.tqq .tqv .tqx p,.tqr .tqv .tqx p{font-size:3.733vw;margin-right:.533vw}.tqD,.tqE,.tqq .tqv p.tqC,.tqq .tqv p.tqy,.tqr .tqv p.tqy{font-size:3.2vw;margin-top:2.133vw}.tqF{font-size:3.733vw}.tqG{display:flex;flex-wrap:wrap}.tqG li:nth-of-type(2n){margin-right:0}.tqH{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tqI>a>img,.tqI>div{margin-right:2.133vw}.tqI .tqJ{width:60%}.tqK{height:8.533vw;width:8.533vw}.tqM>button{top:-3.733vw}.tqI .tqJ .tqL{max-width:100%;font-size:3.733vw}.tqM{margin-left:10.667vw}.tqI .tqJ .tqN{font-size:2.667vw}.tqO .tqP{margin-bottom:2.133vw;border-radius:1.6vw}.tqO .tqP img{width:100%}.tqO .tqP span{right:2.133vw;bottom:2.947vw}.tqO .tqQ{font-size:3.733vw}.tqO .tqQ,.tqO .tqR{margin-bottom:2.133vw}.tqO .tqR{font-size:3.2vw}.tqS{margin-bottom:4.267vw}.tqS .tqU,.tqS>a>div:first-child{margin-right:4.267vw}.tqS .tqV{margin-right:1.067vw}.tqS .tqV .tqW>img:last-child{margin-left:.533vw}.tqS .tqV .tqW p{font-size:3.733vw}.tqS .tqV p.tqX{font-size:3.2vw;margin-top:2.133vw}.tqY .tqZ{font-size:3.734vw}.tqS .tq0 button:first-child{margin-right:2.133vw}.ttM{gap:12.8vw}.tq1 .tq2,.tq1>a>div:first-child{margin-right:4.267vw}.tq1 .tq4{margin-right:1.067vw}.tq1 .tq4 .tq5 p{font-size:3.733vw}.tq1 .tq4 .tq5>img{margin-left:.533vw}.tq1 .tq4 p.tq6{font-size:3.2vw;margin-top:1.067vw}.tq7{gap:4.267vw}.tq9,.tra{margin-bottom:2.133vw}.tq9 .trb,.tra .trb{border-radius:1.6vw}.tq9 .trc,.tra .trc{right:2.133vw;top:2.133vw}.tq9 span{right:2.133vw;bottom:2.133vw}.tra span{font-size:3.77vw}.tra .ttN{width:4.267vw}.trd .tre{font-size:3.77vw;margin-bottom:.256vw}.trd .trf{font-size:3.2vw;margin-bottom:.533vw}.trd .trg{font-size:3.2vw}.trd .trg,.trh{margin-bottom:2.133vw}.trh .tri{gap:1.6vw}.trj .trk{font-size:2.667vw}.trn{gap:4.267vw;width:calc(100% - 3.733vw)}.trl li:not(:last-child){margin-bottom:4.267vw}.trp{font-size:3.733vw;margin-right:2.933vw}.trp,.trq{margin-bottom:2.133vw}.trq>p{margin-right:2.133vw}.trq>p,.trr{font-size:3.2vw}.trr{margin-right:2.933vw}.trt{gap:7.2vw 2.133vw}.tru{width:31.785%}.tru .tnP{border-radius:1.6vw}.trt .trc{top:2.133vw;right:2.133vw}.trw{width:4.267vw}.trt .tnO.trv span{font-size:3.2vw}.trx.try{margin-top:3.2vw}.trz{font-size:3.733vw;margin-top:2.033vw}.trA{font-size:3.2vw;margin-top:1.233vw}.trB{font-size:2.667vw;margin-top:2.667vw}.trB span:not(:last-child){margin-right:0}.trt .trC{margin-top:2.667vw}.trE img{width:21.333vw;height:21.333vw}.trD .trF{margin-left:4.267vw}.trD li:not(:last-child){margin-bottom:1.333vw}.trD .trF p{font-size:2.667vw}.trG .trH{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.trG .ttP{margin-bottom:4.267vw}.trG .ttQ{margin-left:4.267vw}.trG .trJ{font-size:3.733vw;margin-bottom:3.2vw}.trG .trS .trT{margin-left:3.733vw}.trG .trS .trU{margin-bottom:2.133vw}.trG .trS .trU,.trG .trS .trU:after,.trG .trS .trX{font-size:3.2vw}.tr2{padding-left:17.067vw;padding-top:6.4vw}.tr2 .ttS a{gap:4.267vw}.tr3{border-radius:1.6vw}.tr4{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}.tr4.ttT,.tr4.ttU{right:unset;left:-1.282vw}.tr2 .tr5{margin-top:4.267vw}.tr5 .tr6 .tr7{font-size:3.733vw}.tr5 .tr9{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tr5 .tsa{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tr5 .tsa .tsb{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tr5 .tsc{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tr2 .tsd{margin-top:4.267vw}.tsd a{gap:4.267vw}.tsd .tuk{min-width:19.2vw;min-height:19.2vw}.tsf .tsg{margin-bottom:1.333vw;align-items:center}.tsd .tsf .tsj,.tsf .tsg{font-size:3.2vw}.tsl .tsm{font-size:19.2vw;line-height:1.1944444444}.tsl .tsm,.tsl .tsn{margin-bottom:2.133vw}.tsl .tso{margin-bottom:3.2vw}.tsl .tso .tsq{font-size:3.733vw;margin-bottom:2.133vw}.tsl .tso .tsr{font-size:2.133vw}.tsl .ttV{margin-left:4.267vw}.tsl .tsq{font-size:3.733vw;margin-bottom:3.2vw}.tsl .tss .ttW{gap:2.133vw}.tsl .ttX .ttY{width:10.667vw;height:10.667vw}.tsl .tsy .tsA{margin-bottom:2.133vw}.tsl .tsy .tsA,.tsl .tsy .tsD{font-size:3.2vw}.tsl .tsu img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tsl .tsv{font-size:3.2vw}.tsH{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tsI{margin-bottom:3.2vw}.tsI .tsJ{width:100%;border-radius:3.2vw}.tsI .tsK.tsL,.tsI .tsM.tsN{top:2.133vw;left:2.133vw}.tsI .tsO{width:10.256vw}.tsI span{right:2.133vw;bottom:2.133vw}.ttZ{letter-spacing:-2.4vw;font-size:18.462vw}.tsP .tsS .tsT{font-size:3.77vw;margin-bottom:.533vw}.tsP .tsS .tsU{font-size:3.77vw;margin-bottom:1.067vw}.tsP .tsS .tsV{font-size:3.2vw;margin-bottom:2.667vw}.tsW{margin-bottom:3.2vw}.tsW .tsv{font-size:3.2vw}.tsW .tsX{gap:2.133vw}.tsY{gap:3.2vw}.tsZ{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tsY .ts0{font-size:3.2vw;margin-bottom:1.282vw}.tsY .ts0:after{font-size:3.2vw;margin-left:1.539vw}.tsY .ts2{font-size:3.2vw}.ts3{max-width:51.2vw}.ts3 .tt0{margin-bottom:4.267vw}.ts3 .ts6{border-radius:3.2vw}.ts3 .ts4{font-size:3.733vw;margin-bottom:6.4vw}.ts3 .tta{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.ts3 .ttb{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.ts3 .ttb,.ts3 .tul>span{font-size:3.2vw}.ts3 .tt5{font-size:3.733vw}.ts3 .tt4{font-size:3.2vw;margin-right:4vw}.tt0 .tiz{width:4.267vw}.ttd .tog{margin-right:4.267vw}.ttd .tn9{border-radius:1.6vw}.ttd .tte .ttf{font-size:3.733vw;margin-bottom:2.133vw}.ttd .ttg .tth{margin-right:2.133vw}.ttd .ttg .tti{font-size:3.2vw}.ttj{gap:2.133vw}.ttj .tum,.ttj .tun{border-radius:4.267vw}.ttj .toE{font-size:3.733vw}.ttk .ttl{padding:3.2vw 0}.ttk .ttm,.ttk .ttn{margin-right:4.267vw}.ttk .ttn{width:9.6vw;height:13.067vw;border-radius:1.6vw}.ttk .tto{width:7.468vw;font-size:3.733vw}.ttk .ttp{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.ttq{width:6.4vw;height:6.4vw}.tts{display:flex;flex-direction:column;gap:4.267vw}.ttt a{width:calc(100% - 8.533vw)}.ttw{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.ttx{font-size:3.733vw}.tty{width:8.533vw;height:8.533vw}.ttv{border-radius:3.2vw}.ttB{padding-bottom:7.179vw}.ttA .to4{padding-right:4.267vw}.ttC{gap:2.051vw}.ttA .tkT{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tux .tpT{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tux .tpT{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tux .tpT{top:30.7675%!important}}@media screen and (max-width:376px){.tux .tpT{top:30%!important}}body.is-edge .tpc .tpf,body.is-edge .tpr .tpf{animation:none!important}body.is-edge .tpc:hover .tpf,body.is-edge .tpr:hover .tpf{opacity:1!important;transform:translate(50%,50%)!important}body.is-edge .tpc:hover .tpf.tpi,body.is-edge .tpc:hover .tpf.tpk,body.is-edge .tpr:hover .tpf.tpi,body.is-edge .tpr:hover .tpf.tpk{transform:translateY(50%)!important}.tuy{display:inline-flex;gap:16px}.tuz{animation:tuz .8s linear infinite}.tuA>img{width:100%;height:100%;display:block}@keyframes tuz{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tuB{height:4px}.tuB,.tuC{width:100%}.tuC{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.tuD{width:90px;background-color:hsla(0,0%,100%,.6)}.tuD,.tuE{height:4px;border-radius:4px}.tuE{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.trx{display:inline-block}.tt6{gap:2px}.tt6,.tuF{display:flex;align-items:flex-end}.tuF{max-height:-moz-fit-content;max-height:fit-content}.tul>span{display:block;font-size:12px;font-weight:600;color:#fff}.tuG{display:inline-block;cursor:pointer}.tuG input{display:none}.tuG input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.tuG input:checked~span{width:80px}.tuG input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tuI{width:58.2%}.tuJ{cursor:pointer}.tuK{height:2px}.tuK.tuL .tuJ{width:24px;height:24px}.tuK.tuM .tuJ{display:none}.tuN{display:inline-block;margin-right:16px;cursor:pointer}.tuN:last-child{margin-right:0}.tuN input{display:none}.tuN 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)}.tuN input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.tuH{border-radius:2px}.tuI{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tuI,.tuJ{position:relative}.tuJ{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.tuO.tuH{height:4px}.tuO .tuJ{width:26px;height:26px}.tuP .tuJ{display:none}.tuQ{display:flex;align-items:center;margin:0 8px;position:relative}.tuR{margin-left:12px}.tuR,.tuS{font-size:12px;font-weight:300}.tuS{top:-16px}.tuS,.tuT{position:absolute}.tuT{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tuT:before{content:"●";color:#ff0576;font-size:16px}.tuT span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tuU{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tuV{margin-bottom:16px}.tuH{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tuW{height:4px}.tuX{margin-bottom:12px;font-size:12px;font-weight:300}.tuW .tuI{width:31.3%}.tuW .tuJ{width:26px;height:26px}.tuY .tuJ{display:none}.tuZ{margin-right:56px}.tu0{position:relative;width:100%;height:100%}.tu0,.tu1{display:flex;align-items:center;justify-content:center}.tu1{width:calc(100% - 12px);height:2px}.tu1 .tu2{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)}.tu3{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tu3 .tu4{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)}.tu5[data-current-index="1"] .tu3>.tu4:first-child,.tu5[data-current-index="2"] .tu1>.tu2:first-child,.tu5[data-current-index="2"] .tu3>.tu4:not(.tu4:nth-child(3)),.tu5[data-current-index="3"] .tu1>.tu2,.tu5[data-current-index="3"] .tu3>.tu4{background-color:#ff0576}.tu6{width:528px;height:12px}.tu7{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tu7>img{display:block;width:36px;height:36px}.tu8{width:528px;height:12px}.tu9[data-current-index="1"] .tu3>.tu4:first-child,.tu9[data-current-index="2"] .tu1>.tu2:first-child,.tu9[data-current-index="2"] .tu3>.tu4:first-child,.tu9[data-current-index="2"] .tu3>.tu4:nth-child(2),.tu9[data-current-index="3"] .tu1>.tu2:not(.tu2:last-child),.tu9[data-current-index="3"] .tu3>.tu4:not(.tu4:last-child),.tu9[data-current-index="4"] .tu1>.tu2,.tu9[data-current-index="4"] .tu3>.tu4{background-color:#ff0576}@media screen and (max-width:1024px){.tuG input~span{height:4px;width:8px}.tuG input:checked~span{width:48px}.tuG input:checked~span>span{width:50%}.tu6,.tu8{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tuA>img{width:8.533vw;height:8.533vw}.tuB{height:1.067vw}.tuC{border-radius:.533vw}.tuD{width:24vw;background-color:hsla(0,0%,100%,.6)}.tuD,.tuE{height:1.067vw;border-radius:.533vw}.tuE{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tt6{gap:.533vw}.tul>span{font-size:3.2vw}.tuG input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.tuG input:checked~span{width:12.8vw}.tuG input:checked~span>small{border-radius:.8vw}.tuK{height:.533vw}.tuK.tuL .tuJ{width:6.4vw;height:6.4vw}.tuN{margin-right:4.267vw}.tuN input~span{height:3.2vw;width:3.2vw}.tuH{height:.533vw;border-radius:.533vw}.tuJ{width:3.2vw;height:3.2vw}.tuO.tuH{height:1.067vw}.tuO .tuJ{width:6.933vw;height:6.933vw}.tuQ{margin:0 2.133vw}.tuR{margin-left:3.2vw}.tuR,.tuS{font-size:3.2vw}.tuS{top:-4.267vw}.tuT{bottom:-8.533vw}.tuT,.tuT span,.tuT:before{font-size:3.2vw}.tuU{width:42.667vw;bottom:10.4vw;left:10.933vw}.tuV{margin-bottom:4.267vw}.tuH{border-radius:1.067vw}.tuW{height:1.067vw}.tuX{margin-bottom:3.2vw;font-size:3.2vw}.tuW .tuJ{width:6.933vw;height:6.933vw}.tuZ{margin-right:14.933vw}.tu1{width:calc(100% - 3.2vw);height:.533vw}.tu3 .tu4{width:3.2vw;height:3.2vw}.tu6{width:calc(100% - 10.933vw);height:3.2vw}.tu7{width:10.667vw;height:10.667vw}.tu7>img{width:9.6vw;height:9.6vw}.tu8{width:calc(100% - 10.933vw);height:3.2vw}}.tva{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}.tva:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tva::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tva.tvb:before{vertical-align:text-top;height:unset}.tvc{display:none}.tvd{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}.tve{margin:40px}.tvf{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tvf:hover{opacity:.6}.tl8{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}.tvg{margin:40px}.tvh{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tvh:hover{opacity:.6}.tvi{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tvi:hover{opacity:.6}.tvj{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}.tvj,.tvk{position:relative;width:560px}.tvk{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tvk img{width:100%;height:100%;object-fit:cover}.tvl{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tvm{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tvm,.tvn{margin-bottom:24px}.tvn{width:100%}.tvo{text-align:center}.tvp{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}.tvq{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tvr{display:block;text-align:center;color:#fff;margin-bottom:40px}.tvp .tlM.tlN .tlO,.tvs .tlM.tlN .tlO{width:100%}.tvt{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)}.tvu{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)}.tvu:last-child{margin:0}.tvu input{opacity:0;cursor:pointer;height:0;width:0}.tvu input,.tvv{position:absolute}.tvv{top:0;left:0;height:16px;width:16px}.tvv:after{content:"";position:absolute;display:none}.tvu input:checked~.tvv:after{display:block}.tvu .tvv:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tvw{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tvx{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}.tvy{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tvz{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}.tvz:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tvs .tlM.tlN{display:block}.tvs .tlM.tlN .tlO{padding:8px 24px}.tvs .tlM.tlN .tlO:hover{background-color:hsla(0,0%,100%,.1)}.tvA{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tvB{position:absolute;top:0;right:0;cursor:pointer}.tvB:hover{opacity:.6}.tvC{display:inline-flex}.tvC .tmI{width:1px;height:auto;margin:24px 0}.tvD{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)}.tvE{position:relative}.tvE input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tvE .tiW{font-weight:300;cursor:pointer}.tvE .tiW:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tvE .tiW img{display:none}.tvE input:checked~.tiW img{display:block}.tvF{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}.tvG{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tvH{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}.tvH::-webkit-scrollbar{width:28px}.tvH::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.tvH::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.tvI{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tvJ label{position:relative}.tvJ input{opacity:0;cursor:pointer;height:0;width:0}.tvJ input,.tvK{position:absolute}.tvK{top:3px;left:0;height:16px;width:16px}.tvK:after{content:"";position:absolute;display:none}.tvJ input:checked~.tvK:after{display:block}.tvJ .tvK:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tvL{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tvM{position:absolute;top:16px;right:16px;cursor:pointer}.tvM:hover{opacity:.6}.tvN{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)}.tvO{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tvP{width:24px;height:24px;cursor:pointer}.tvP:hover{opacity:.6}.tvQ{font-weight:600;font-size:18px;cursor:pointer}.tvR{margin-bottom:16px}.tvS{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tvS li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tvT{color:#1fb1ff}.tvU{color:#ec28bf}.tvV{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tvV li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tvV li,.tvV li span{display:flex;justify-content:center;align-items:center}.tvV li span{width:100%;height:100%;cursor:pointer}.tvV li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tvV span.tpH{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tvW{display:flex;align-items:center;justify-content:space-between}.tvW .tiW{width:31.5%;height:36px;padding:0}.tvW .tiQ{width:65.5%}.tvX{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}.tvY{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tvY:hover{opacity:.6}.tvZ{display:none}.tv0{position:absolute;top:16px;left:unset;right:16px}.tv0:hover{opacity:.6}.tv1{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tvd{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tve{margin:40px 16px}.tvf{top:16px;left:unset;right:16px}.tl8{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tvg{margin:40px 16px}.tvh{top:16px;right:16px;left:unset}.tvj{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tvi{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tvk{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}.tvk img{width:100%;height:100%;object-fit:cover}.tvl{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tvl,.tvm{text-align:center}.tvm{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tvq{position:absolute;top:64px;left:unset;right:16px}.tvq:hover{opacity:.6}.tvp{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}.tv2{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tvr{margin-bottom:22px}.tvr .thg{font-size:16px;line-height:1.625}.tvF{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tv3,.tvF{height:100%}.tvG{position:absolute;top:16px;right:16px;cursor:pointer}.tv4:before{display:none}.tvN{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tva .tvN{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tvO{margin-bottom:32px}.tvP{width:16px;height:16px}.tvQ{font-size:20px}.tvR{margin-bottom:24px}.tvS li{font-size:14px;line-height:1.5714285714}.tvV{row-gap:8px}.tvV li{font-size:14px;line-height:1.5714285714}.tvW .tiW{width:27.78%;height:48px}.tvW .tiQ{width:71.528%;height:48px}.tv5{position:absolute;top:16px;right:16px;cursor:pointer}.tv5:hover{opacity:.6}.tvb:before{display:none}.tvX{border-radius:unset;width:100%;margin:0}.tvY{top:4px;right:4px}.tv6{display:none}.tvZ{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.tvd{border-radius:4.267vw}.tve{margin:10.667vw 4.267vw}.tvf{top:4.267vw;right:4.267vw}.tl8{border-radius:4.267vw}.tvh{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tvj{border-radius:4.267vw}.tvi{top:17.067vw;right:4.267vw}.tvk{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tvl{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tvm{font-size:4.267vw;padding:0 0 5.333vw}.tvq{top:17.067vw;right:4.267vw}.tvp{padding:6.4vw 4.267vw}.tvp,.tvp:before{border-radius:4.267vw}.tvp:before{padding:.267vw}.tvr{font-size:4.267vw}.tv7{margin-top:4.267vw}.tvt{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tvu{margin-bottom:4.267vw}.tvu .tvv:after,.tvv{height:4.267vw;width:4.267vw}.tvw{margin-left:6.4vw}.tvA,.tvw{font-size:3.733vw}.tvA{line-height:6.4vw;margin-left:2.133vw}.tvs .tlM.tlN .tlO,.tvz{padding:2.133vw 6.4vw}.tvy{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tvG{top:4.267vw;right:4.267vw}.tvH{border-radius:4.267vw;margin:0 6.4vw}.tvH::-webkit-scrollbar{width:7.468vw}.tvH::-webkit-scrollbar-track{margin:3.2vw 0}.tvH::-webkit-scrollbar-thumb,.tvH::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.tvI{row-gap:6.4vw;padding:6.4vw 3.2vw}.tvK{top:.8vw}.tvJ .tvK:after,.tvK{height:4.267vw;width:4.267vw}.tvL{font-size:3.734vw;margin:0 6.4vw}.tvM{top:4.267vw;right:4.267vw}.tvN{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tvO{margin-bottom:8.533vw}.tvP{width:4.267vw;height:4.267vw}.tvQ{font-size:5.334vw;line-height:1}.tvR{margin-bottom:6.4vw}.tvS{margin-bottom:3.2vw}.tvS li{width:8.533vw;font-size:3.734vw}.tvV{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tvV li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tvW .tiQ,.tvW .tiW{height:12.8vw}.tv5{top:4.267vw;right:4.267vw}.tvY{top:1.067vw;right:1.067vw}.tv0{top:4.267vw;right:4.267vw}.tv1{text-align:left;width:32vw;margin:0 auto}}.tv8 .tv9{font-size:20px}.tv8 .twa{font-size:40px}.tv8 .twb{font-size:16px}@media screen and (max-width:520px){.tv8 .twc .tv9{font-size:4.5vw}.tv8 .twc .twa{font-size:9vw}.tv8 .twc .twb{font-size:3.5vw}}.twd{position:absolute;z-index:-10}@media screen and (max-width:1024px){.twd{display:none}}.twd.twe{right:0}.twd.twe,.twd.twf{top:0;height:100%;width:calc((100% - 976px)/2)}.twd.twf{left:0}.twd.twg{top:0}.twd.twg,.twd.twh{height:24px;width:100%}.twd.twh{bottom:0}.tgJ.twi{background:#333}.twj{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)}.twj,.twj:before{border-radius:12px}.twj: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}.twk{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.twl{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}.twl,.twl:before{border-radius:12px}.twl: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}.twm{width:400px;padding-right:40px}.twn{width:90px;height:50px;margin-right:16px}.two{border-radius:6px;object-fit:cover}.twp{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.twq{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.twr{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.twl .tws{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.twt{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.twt,.twu{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.twu{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.twu,.twu:before{border-radius:8px}.twu: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}.twv{color:#fff;font-size:12px;font-weight:600}.tww{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}.tww,.tww:before{border-radius:12px}.tww: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}.twx{color:#fff;font-weight:600}.tww>img{width:22px;height:22px;margin-right:8px}.twy{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}.twy: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%)}.twz{color:#fff}.twA{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)}.twB{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.twl{width:100%;padding-right:16px}.tww{width:auto;height:auto;padding:8px 16px}.tww,.tww:before{border-radius:8px}.tww>img{width:16px;height:16px}.twx{font-size:12px}.twy{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.twl{max-width:91.795vw}.twp{max-width:41.026vw}.twj{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.twj,.twj:before{border-radius:3.2vw}.twk{font-size:3.733vw}.twl{min-height:21.867vw;padding:4.267vw}.twl,.twl:before{border-radius:3.2vw}.twl:before{padding:.267vw}.twn{width:24vw;height:13.333vw;margin-right:4.267vw}.two{border-radius:1.6vw}.twp{width:calc(100% - 40vw)}.twr{font-size:3.733vw;margin-left:4.267vw}.twm{width:106.667vw;padding-right:10.667vw}.twl .tws{width:10.667vw;height:10.667vw}.twp{font-size:3.2vw}.twt{font-size:3.2vw}.twt,.twu{width:32vw;height:8.533vw}.twu,.twu:before{border-radius:2.133vw}.twu:before{padding:.267vw}.twv{font-size:3.2vw}.tww{padding:2.133vw 4.267vw}.tww,.tww:before{border-radius:2.133vw}.tww>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.twx{font-size:3.2vw}.twA{width:11.733vw;height:5.867vw}.twB{font-size:3.733vw}}.tgI{position:relative;z-index:1}.tmI{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.tmI.twC{opacity:.3}.twD{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.tt7{position:relative;display:inline-block;width:14px;height:14px}.twE{position:absolute;top:0;left:0}.twE,.twF{width:100%;height:100%}.twF{display:block}.twG{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.twG>input{display:none}.twH{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.twH,.twI,.twJ{width:100%;height:100%}.twI,.twJ{display:block}.twK{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}.twG input:checked~.twK{opacity:1;transform:scale(1)}.tpZ{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)}.tpZ>input{display:none}.tp0{z-index:2}.tp0,.tp1{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tp1{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tp2,.tp3{width:100%;height:100%}.tpZ input:checked~.tp1{opacity:1;transform:scale(1)}.twL{display:flex;flex-wrap:wrap;gap:16px}.twM{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)}.twM.twN{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.twO{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}.twP{width:100%;height:100%;object-fit:cover}.twQ{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.twR{width:100%;height:336px}@media screen and (max-width:375px){.twD{gap:4.267vw}.tt7{width:3.733vw;height:3.733vw}.tpZ,.twG{height:6.4vw;width:6.4vw}.twL{gap:4.267vw}.twM{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tsK,.tw0,.twS,.twT,.twU,.twV,.twW,.twX,.twY,.twZ{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tw1,.tw2{display:inline-flex;gap:8px}.tw2{flex-direction:column}.tw3{display:inline-flex;gap:8px}.tpR{display:flex;align-items:center;gap:2px}.tpQ{font-size:10px;font-weight:300;color:#bababa}.tw4{display:flex;align-items:flex-end;gap:10px}.tsM,.tw5{display:flex;flex-direction:column}.tw5{align-items:center;gap:1px}.tw6{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tw6: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){.tsK,.tw0,.twS,.twT,.twU,.twV,.twW,.twX,.twY,.twZ{width:6.4vw;height:6.4vw}.tw1,.tw2,.tw3{gap:2.133vw}.tpR{gap:.533vw}.tpQ{font-size:2.667vw}.tw4{gap:2.667vw}.tw5{gap:.267vw}.tw6{font-size:2.667vw}.tw6:before{height:2.667vw;width:6.4vw}}.tw7{z-index:auto!important}.tw8 .tgJ{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tw8 .tgJ,.tw8 .tw9{position:relative}.tw8 .tnD,.tw8 .txa{width:590px}.tw8 .txa{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}.tw8 .tiU{width:170px}.tw8 .tg7{text-align:left;padding-top:64px;padding-bottom:56px}.tw8 .ttF{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tw8 .txb{position:absolute;right:0;bottom:0}.tw8 .txb .tiz{width:100%;height:100%}.tw8 .txc{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tw8 .tvs .the{margin:0 24px 16px}.tw8 .txd{position:fixed;bottom:48px;z-index:10}.tw8 .tvx{position:absolute;top:40px;z-index:5}.tw8 .the{margin:0 24px 16px}.tw8 .thc{margin-bottom:32px}.tw8 .thj{margin-bottom:24px}.tw8 .tl8{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tw8 .tvg{height:100%;margin:unset}@media screen and (min-height:680px){.tw8 .txe{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){.tw8 .txe{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tw8 .txe{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tw8 .tl3{margin-bottom:32px;max-width:100%}.tw8 .tl8 .tiA{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}.tw8 .tl8 .tiA :root .tw8 .tl8 .tiA,.tw8 .tl8 .tiA _::-webkit-full-page-media,.tw8 .tl8 .tiA _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tw8 .tl8 .tiA .tw8 .tl8 .tiA,.tw8 .tl8 .tiA ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.tiA .tiW{width:100px;padding:unset}}@media screen and (max-width:1024px){.tiA .tiW{width:53%}.tw8 .tgJ{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tw8 .tw9{position:-webkit-sticky;position:sticky}.tw8 .tg7{text-align:center;padding-top:16px;padding-bottom:24px}.tw8 .txb{width:4.103vw;height:4.103vw}.tw8 .txf{position:absolute;left:34px;top:4px}.tw8 .tiA{margin-top:32px}.tw8 .txc{grid-template-columns:repeat(1,1fr);gap:16px}.tw8 .txd{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tw8 .the{margin-bottom:24px}.tw8 .tvp .tiA{margin-top:32px}.tw8 .thc{margin-bottom:24px}.tw8 .thj{margin-bottom:16px}.tw8 .tl3{margin-bottom:24px}.tw8 .txg{margin-bottom:72px}.tw8 .tl8{padding:16px 16px 0}}@media screen and (max-width:1024px){.tw8 .tl8 .tiA :root .tw8 .tl8 .tiA,.tw8 .tl8 .tiA _::-webkit-full-page-media,.tw8 .tl8 .tiA _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tw8 .tl8 .tiA .tw8 .tl8 .tiA,.tw8 .tl8 .tiA ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tw8 .txe{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){.tw8 .txe{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tw8 .txe{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tw8 .txe{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tw8 .txe::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tw8 .tg7{padding-top:4.267vw;padding-bottom:6.4vw}.tw8 .ttF{gap:1.333vw}.tw8 .txf{left:8.533vw;top:1.067vw}.tw8 .tiA{margin-top:8.533vw}.tw8 .txc{gap:4.267vw}.tw8 .txd{padding:0 4.267vw}.tw8 .the{margin-bottom:6.4vw}.tw8 .tvp .tiA{margin-top:8.533vw}.tw8 .thc{margin-bottom:6.4vw}.tw8 .thj{margin-bottom:4.267vw}.tw8 .tl3{margin-bottom:6.4vw}.tw8 .tl8 .tiA{padding:4.267vw}.tw8 .txe{padding-right:4.267vw}.tw8 .txg{margin-bottom:19.2vw}.tw8 .tl8{padding:4.267vw 6.933vw 0 4.267vw}}