: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)}}.nNc{width:20px;margin-right:8px}.nNd{margin-left:auto;width:65.7vw;height:37vw}@media screen and (min-width:1025px)and (max-width:1367px){.nNd{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.nNd{width:100vw;height:unset}}.nNe{z-index:55!important}@media screen and (min-width:1025px){.nNd 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)}}.zae{transition:opacity .7s;opacity:1;visibility:visible}.zaf{transition:1s;opacity:0;visibility:hidden}.zag{display:none!important}@keyframes zah{0%{opacity:0}to{opacity:1}}.zah{animation:zah .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}.tG0{text-align:center!important}.tG1{text-align:left!important}.tG2{display:none!important}.tG3{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.tGY{display:block!important}.tGX{display:none!important}}.tG4{max-width:2000px;padding-right:40px;margin-left:auto}.tG4,.tG5{padding-left:40px;margin-right:auto}.tG5{max-width:1960px}.tG6{max-width:760px}.tG6,.tG7{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.tG7{width:100%;max-width:1024px}@media screen and (min-width:1025px){.tG8{display:block;padding-left:64px}.tG9{padding-bottom:80px;min-height:calc(100vh - 80px)}.tG9.tHa{min-height:calc(100vh - 116px)}.tG9.tHb{min-height:calc(100vh - 161px)}.tG9.tHc{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.tG9{padding-bottom:80px;min-height:calc(100vh - 66px)}.tG9.tHa{min-height:calc(100vh - 181px)}.tG9.tHb{min-height:calc(100vh - 226px)}.tG9.tHc{min-height:calc(100vh - 924px)}.tG4{padding-right:16px}.tG4,.tG5,.tG6{padding-left:16px}.tG6{padding-right:16px}}@media screen and (min-width:1365px){.tG5{max-width:1960px}}@media screen and (min-width:2065px){.tG5{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.tHd{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.tHd .tHe{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.tHd .tHe.tHf{overflow-y:hidden}.tHd .tHe.tHf:hover{overflow-y:auto}.tHd .tHg{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}.tHd .tHg span{display:none}.tHd .tHg span.tHh{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}.tHd .tHg span.tHh:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.tHd .tHg span.tHi{font-size:12px;line-height:12px}.tHd .tHg span.tHj{display:block}.tHd nav{position:relative;z-index:2;margin-left:8px;height:100%}.tHd .tHk{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}.tHd .tHl{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.tHd nav .tHm{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}.tHd nav>ul{position:absolute;left:5px;z-index:2}.tHd nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.tHd nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.tHd nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.tHd 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}.tHd nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.tHd nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.tHd nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.tHd nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.tHd nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.tHd nav>ul>li .tHn{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.tHd nav>ul>li .tHn: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}.tHd nav>ul>li .tHn.tHo:after{width:48px;left:0;padding:0 8px}.tHd nav>ul>li .tHn.tHp:after{width:85px;left:70px;padding:0 8px}.tHd nav>ul>li .tHn li{position:relative;z-index:5;text-align:center}.tHd nav>ul>li .tHn li a{height:28px;line-height:28px}.tHd nav>ul>li .tHn li:first-child{margin-right:16px}.tHd nav>ul>li .tHn li:first-child a{padding:0 8px}.tHd nav>ul>li .tHn li a{display:block;font-size:12px}.tHd nav>ul>li .tHn li a:before{display:none}.tHd nav>ul>li.tHj a{position:relative;height:100%;font-weight:600}.tHd nav>ul>li.tHj a:before{top:17px}.tHd nav>ul>li.tHj:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.tHd nav>ul>li.tHj:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.tHd nav>ul>li.tHj:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.tHd nav>ul>li.tHj:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.tHd nav>ul>li.tHj:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.tHd.tHq{width:254px}.tHd.tHq a span{opacity:1;margin-left:0}.tHd.tHq .tHg{opacity:1;margin-left:20px}.tHd.tHq .tHn{opacity:1;margin-left:50px}.tHd #tHr{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.tHd #tHr .tHs{background:rgba(0,0,0,0)}.tHd #tHr .tHs:after,.tHd #tHr .tHs:before{margin-top:0}.tHd #tHr .tHs:before{transform:rotate(-45deg)}.tHd #tHr .tHs:after{transform:rotate(-135deg)}.tHd #tHt,.tHd #tHt:after,.tHd #tHt: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%}.tHd #tHt:after,.tHd #tHt:before{content:"";left:0}.tHd #tHt:before{margin-top:-9px}.tHd #tHt:after{margin-top:7px}}@media screen and (max-width:1024px){.tHd{display:none!important}}@media screen and (max-width:375px){.tG4,.tG6{padding-right:4.267vw}.tG4,.tG5,.tG6{padding-left:4.267vw}.tG9{padding-bottom:21.333vw}}.tHu{font-size:24px;font-weight:600;line-height:1.7083333333}.tHv{font-size:18px;line-height:1.444}.tHv,.tHw{font-weight:600;text-align:center}.tHw{font-size:24px;line-height:1.7083333333}.tHx{text-align:center}.tHx,.tHy{font-size:32px;font-weight:600}.tHy{line-height:1.857142}h2.tHz{font-weight:600;font-size:24px}.tHA,.tHz{font-size:16px}.tHA,.tHB,.tHz{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{font-size:14px;line-height:1.5714285714}.tHP,.tHQ{font-size:16px;line-height:1.625;text-align:center}.tHQ{margin-bottom:20px}.tHR{font-size:14px;line-height:1.5714285714}.tHS{font-size:12px;line-height:1.5}.tHT{font-size:16px;line-height:1.125}.tHU{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.tHV{font-size:14px;line-height:1.5714285714}.tHW{font-weight:300;font-size:10px;line-height:2.2}.tHX{padding-left:1.5em;text-indent:-1.68em}.tHX>li:not(:last-of-type){margin-bottom:16px}.tHY{font-size:14px;line-height:1.5714285714}.tHY:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.tHZ{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.tHZ li{text-align:-webkit-match-parent}.tHZ>li:not(:last-of-type){margin-bottom:16px}.tH0{font-size:14px;line-height:1.5714285714}.tH1{border-top:1px solid hsla(0,0%,100%,.3)}.tH1 li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tH2{font-weight:600;white-space:nowrap;margin-right:1em}.tH3{text-align:right;word-break:keep-all}.tH3 span{margin-left:24px}.tH4{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.tH4 .tH5{font-size:14px;line-height:1.5714285714}.tH6{color:#bababa}.tH6,.tH7{font-size:12px}.tH7,.tH8{font-weight:600}.tH8{font-size:20px;line-height:1}.tH9{display:grid;grid-row-gap:16px;row-gap:16px}.tIa{font-weight:600;font-size:24px;line-height:1.333}.tIb{font-size:16px;line-height:1.625}.tIc{font-weight:600;font-size:40px;line-height:1.4}.tId{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.tHu{text-align:center}.tHv{font-size:24px;line-height:1.7083}.tHx{font-size:20px}.tHy{font-size:14px}.tHz,h2.tHz{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,.tHO,.tHP,.tHQ{font-size:14px;line-height:1.5714285714}.tHR,.tHS,.tHT{font-size:12px;line-height:1.5}.tHU,.tHV{font-size:10px;line-height:1.5}.tHV,.tHW{margin-left:1em;text-indent:-1em}.tHW{font-size:10px;line-height:1.5}.tHX>li:not(:last-of-type){margin-bottom:16px}.tHY{font-size:14px;line-height:1.5714285714}.tHZ{-webkit-padding-start:16px;padding-inline-start:16px}.tH8{line-height:1.125}.tH8,.tIc{font-size:16px}.tIc{line-height:1.625}.tId{margin-top:5px;font-size:10px;width:240px;padding-left:0}.tIe{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.tH9{row-gap:8px}.tIa{font-size:14px;line-height:1.5714285714}.tIb{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.tH9{row-gap:12px}.tIa{font-size:16px;line-height:1.625}.tIb{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.tHu,.tHv,.tHw{font-size:6.4vw}.tHx{font-size:5.333vw}.tHy{font-size:3.733vw}.tHz,h2.tHz{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,.tHO,.tHP,.tHQ{font-size:3.733vw}.tHR,.tHS,.tHT{font-size:3.2vw}.tHU,.tHV,.tHW{font-size:2.667vw}.tHY,.tHY:before{font-size:3.733vw}.tHY:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.tHX>li:not(:last-of-type){margin-bottom:4.267vw}.tH0{font-size:3.733vw}.tHZ{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.tHZ>li:not(:last-of-type){margin-bottom:4.267vw}.tH1 li{font-size:3.733vw;padding:4.267vw 0}.tH3 span{margin-left:6.4vw}.tH4 .tH5{font-size:3.733vw}.tH6,.tH7{font-size:3.2vw}.tH8{font-size:4.267vw}.tH9{row-gap:2.133vw}.tIa{font-size:3.734vw}.tIb{font-size:3.2vw}.tIc{font-size:4.267vw}.tId{font-size:2.667vw}}.tIf{position:relative}.tIg{display:flex;gap:24px}.tIh,.tIi,.tIj,.tIk{font-size:10px;line-height:1;padding:2px 3px}.tIh{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}.tIh.tIl{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.tIm{display:flex;gap:4px}.tIi{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.tIi.tIn{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.tIo{display:flex;gap:4px}.tIj{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.tIp{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.tIk,.tIp{display:flex}.tIk{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.tIk span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.tIk small{font-family:SF Pro Text Regular,sans-serif}.tIq,.tIr,.tIs{display:flex;gap:4px}.tIt{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}.tIu{display:flex;gap:4px}.tIv{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.tIw{margin-top:4px;margin-left:36px}.tIx{display:flex;align-items:center}.tIy{margin-right:4px}.tIy,.tIy.tIz{display:flex;justify-content:center;align-items:center}.tIy.tIz{margin:0 8px}.tIA{display:flex;gap:4px}.tIB{margin-bottom:2px}.tIC{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.tIC.tID{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.tIC.tIE{color:#ff0576;background:#fff}.tIC.tIF{width:14px;height:14px}.tIC.tIG{color:#fff;background:rgba(225,225,225,.3)}.tIC.tIH{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.tII{display:flex;gap:4px}.tIJ{width:38px;height:38px}.tIK{display:flex;gap:4px}.tIL{width:14px;height:14px}.tIM{padding:5px 4px 3px 5px}.tIM,.tIN{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tIN{padding:4px}.tIO{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tIP{opacity:0}.tIQ{padding:3px 3.5px 2.25px 4px}.tIR{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}.tIS{display:flex;gap:12px}.tIT{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.tIT,.tIU{display:inline-flex;align-items:center;color:#fff}.tIU{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.tIU:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.tIp{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.tIk span{border-radius:1.1538461538vw}.tIt,.tIv{border-radius:.5769230769vw}.tIw{margin-left:10vw}.tIB{margin-bottom:2px}.tIV{margin-left:8px}.tIR,.tIT{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.tIh,.tIi,.tIj,.tIk{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.tIw{margin-left:40px}.tIV{margin-left:0}}@media screen and (max-width:375px){.tIg{gap:6.4vw}.tIW{width:5.867vw;height:6.4vw}.tIm,.tIo{gap:1.067vw}.tIH{font-size:2.333vw}.tIp{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.tIk span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.tIq{gap:1.067vw}.tIX{width:10.133vw;height:10.133vw}.tIr{gap:1.067vw}.tIY{height:4.533vw}.tIs{gap:1.067vw}.tIt{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tIu{gap:1.067vw}.tIv{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tIA{gap:1.067vw}.tIC{padding:.533vw .8vw;font-size:2.133vw}.tIF{width:3.733vw;height:3.733vw}.tII{gap:1.067vw}.tIJ{width:10.133vw;height:10.133vw}.tIK{gap:1.067vw}.tIL{width:3.733vw;height:3.733vw}.tIM{padding:1.333vw 1.067vw .8vw 1.333vw}.tIM,.tIN{font-size:2.667vw;border-radius:1.067vw}.tIN{padding:1.067vw}.tIR{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.tIS{gap:3.2vw}.tIT{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.tI0,.tIZ{text-align:center}.tI0{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}.tI0:hover{opacity:.6}.tI0.tI1,.tI2.tI1{font-size:14px;width:unset;min-width:160px;height:36px}.tI2.tI1 .tI3{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.tI4{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.tI4,.tI5{width:20px;height:20px;margin-right:8px;transition:all .2s}.tI5{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.tI6{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.tI4.tI7{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tI8{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.tI8,.tI9{width:20px;height:20px;margin-right:8px;transition:all .2s}.tI9{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.tI0:disabled{background:#bababa;pointer-events:none}.tJa{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){.tJa:hover{opacity:.6}}@media screen and (max-width:1024px){.tJa:active{opacity:.6}}.tJb{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tJb.tJc{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tJa:disabled{background:#bababa;pointer-events:none}.tIZ li:not(:last-child){margin-bottom:16px}.tI2{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}.tI2:hover{opacity:.6}.tI2 img{margin-left:8px}.tI2 img,.tJd{filter:invert(1)}.tJd{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tJd.tJe{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tI2:disabled{color:#fff;background:#bababa;pointer-events:none}.tI2:disabled .tJd{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tJf{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){.tJf:hover{opacity:.6}}@media screen and (max-width:1024px){.tJf:active{opacity:.6}}.tJg{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}.tJg.tJh{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tJf:disabled{color:#fff;background:#bababa;pointer-events:none}.tJf:disabled .tJg{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tJi{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}.tJi:hover{opacity:.6}.tJi img{width:20px;margin-right:8px}.tJi:disabled{pointer-events:none}.tJi:disabled *{opacity:.3}.tJj{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}.tJj:hover{opacity:.6}.tJj img{width:20px;margin-right:8px}.tJk{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}.tJk:disabled,.tJk:hover{color:hsla(0,0%,100%,.3)}.tJj:disabled,.tJk:disabled{pointer-events:none}.tJj:disabled *{opacity:.3}.tJl{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}.tJl:hover{opacity:.6}.tJl img{width:20px;margin-right:8px}.tJm{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}.tJm:hover{opacity:.6}.tJm img{width:20px;margin-right:8px}.tJn{font-weight:300}.tJo{padding:0;margin-bottom:24px}.tJo,.tJp{text-align:left;position:relative}.tJp{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}.tJp:not(:first-child){margin-left:24px}.tJp:hover{opacity:.6}.tJq{width:24px}.tJr{font-size:14px;margin-left:8px}.tJs{margin-bottom:16px}.tJt{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}.tJt:hover{background-color:hsla(0,0%,100%,.1)}.tJu{font-weight:600;font-size:14px;text-align:left;color:#fff}.tJv{width:16px;transition:all .3s}.tJv.tJw{transform:rotate(180deg)}.tJx{display:none;padding-top:8px}.tJx.tJw{display:block}.tJy{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.tJy,.tJz{text-align:left}.tJz{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.tJA{display:inline-block;max-width:320px;width:100%}.tJB{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}.tJB:hover{border:1px solid #fff}.tJC{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.tJD{width:16px;transition:.3s ease-out}.tJD.tJE{transform:rotate(-180deg)}.tJF{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}.tJG{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tJF::-webkit-scrollbar{width:20px}.tJF.tHf::-webkit-scrollbar{width:24px}.tJF::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.tJF::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.tJF span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.tJF .tJH{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.tJI{display:none}.tJI.tJJ{display:block}.tJK{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.tJK,.tJL{-webkit-background-clip:padding-box;background-clip:padding-box}.tJL{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tJM{width:calc(100% - 72px)}.tJM,.tJN{text-align:left}.tJN{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.tJN.tJO{margin-bottom:5px}.tJP{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tJQ{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tJQ input{opacity:0;width:0;height:0}.tJR{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.tJR,.tJR:before{position:absolute;transition:.4s}.tJR:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tJQ input:checked+.tJR{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tJQ input:checked+.tJR:before{transform:translateX(24px)}.tJL.tJS .tJM{opacity:.4}.tJL.tJS .tJQ{opacity:.4;pointer-events:none}.tJT{text-align:center}.tJU{display:inline-flex;font-size:16px;justify-content:center;position:relative}.tJU>li:not(:last-child){margin-right:32px}.tJV{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.tJW{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.tJV.tJX{color:#fff;pointer-events:none}.tJV.tJX:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tJY{overflow-x:auto}.tJY::-webkit-scrollbar{display:none}.tJZ{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.tJZ>li:not(:last-child){margin-right:24px}.tJ0{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.tJ1{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.tJ0.tJ2{color:#fff;font-weight:600;pointer-events:none}.tJ0.tJ2:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tJ3{width:auto;padding:0;display:flex;justify-content:space-around}.tJ4{position:relative;display:inline-block;width:132px;height:28px}.tJ4 input{opacity:0;width:0;height:0}.tJ5{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)}.tJ6{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.tJ6:last-of-type{font-weight:300;padding-right:2px}.tJ5: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}.tJ4 input:checked+.tJ5:before{transform:translateX(66px);left:0}.tJ4 input:checked+.tJ5 .tJ6:last-child,.tJ4 input:not(:checked)+.tJ5 .tJ6:first-child{opacity:1}@media screen and (max-width:1024px){.tJ7{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.tJ7{display:flex;justify-content:center}.tJ7>:not(:last-child){margin-right:32px}}.tJ8{display:flex;justify-content:center;opacity:.6;position:relative}.tJ8.tJ9{opacity:1;pointer-events:none}.tJ8.tJ9: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%}.tKa{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.tKb{display:none;width:32px;margin-bottom:9px}.tKc{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.tKd{flex-wrap:wrap;gap:8px}.tKd,.tKe{display:flex;margin:0}.tKe{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tKe,.tKf{transition:all .2s}.tKf{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.tKg:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tKh{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}.tKi{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}.tKj:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.tKe.tKk{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tKe.tKk .tKf{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.tKe.tKk .tKg:before{content:"フォロー中";color:#fff}.tKl{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}.tKl,.tKm{transition:all .2s}.tKm{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.tKn:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tKl.tKo{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tKl.tKo .tKm{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.tKl.tKo .tKn:before{content:"ブロック中";color:#fff}.tKp{flex-wrap:wrap;gap:8px}.tKp,.tKq{display:flex;margin:0}.tKq{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tKq,.tKr{transition:all .2s}.tKr{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.tKs:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tKq.tKt{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tKq.tKt .tKr{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}.tKq.tKt .tKs:before{content:"ミュート中";color:#fff}.tKu{text-align:left;margin:0}.tKv{width:130px;height:40px;border-radius:20px;background:#fff}.tKv:hover{opacity:.6}.tKw{font-weight:600;font-size:14px;text-align:center;color:#151515}.tKx{text-align:left;margin:0}.tKy{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}.tKz{font-weight:600;font-size:12px;color:#fff}.tKA{width:20px;margin-left:8px}.tKB{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}.tKC{text-align:left;margin:0}.tKD{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.tKD:hover{opacity:.6}.tKE{font-weight:600;font-size:16px;text-align:left}.tKE,.tKF{color:#000}.tKF{font-weight:300;font-size:14px;text-align:right}.tKG{text-align:left;margin:0}.tKH{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}.tKH:hover{opacity:.6}.tKI{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}.tKI,.tKJ{font-weight:600;color:#fff}.tKJ{font-size:14px;text-align:right;flex:1 1}.tKK{padding:0}.tKL{max-width:480px}.tKM{font-weight:300;font-size:14px;text-align:left;color:#fff}.tKN{display:flex;align-items:center;cursor:pointer}.tKN:last-child{margin-right:0}.tKO{position:absolute;opacity:0;width:0;height:0}.tKP{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.tKO:checked+.tKP:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.tKQ{margin-left:auto;transition:.2s ease-out}.tKQ.tKR{transform:rotate(-180deg)}.tKO:checked+.tKP{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)}.tKS{display:none;margin-left:32px}.tKS.tKR{display:block}.tKT{margin-top:16px;cursor:pointer}.tKT,.tKU{display:flex;justify-content:space-between;align-items:center}.tKU{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}.tKV{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tKV span{display:block}.tKW{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}.tKX{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.tKY{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}.tKY::-webkit-inner-spin-button,.tKY::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.tKZ{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.tK0{padding:0;text-align:left}.tK1{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}.tK1:hover{opacity:.6}.tK2{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.tK3{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.tK4{padding:0;text-align:left}.tK5{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.tK5:hover{opacity:.6}.tK6{font-weight:600;font-size:12px;text-align:center;color:#fff}.tK7{padding:0}.tK8{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.tK9{font-weight:600;font-size:12px;text-align:center;color:#fff}.tLa{padding:0;text-align:left}.tLb{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.tLb:hover{opacity:.6}.tLc{font-weight:600;font-size:12px;text-align:center;color:#151515}.tLd{padding:0;text-align:left}.tLe{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}.tLe:hover{opacity:.6}.tLf{font-weight:600;font-size:12px;text-align:center;color:#fff}.tLg{width:14px;margin-right:5.23px}.tLh{padding:0;text-align:left}.tLi{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.tLi img{width:100%}.tLj{padding:0;text-align:left}.tLk{width:32px;height:32px;position:relative;cursor:pointer}.tLk,.tLl{display:block}.tLl{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tLm{background-color:rgba(150,150,150,.6)}.tLn{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tLn,.tLo .tLm{opacity:0}.tLo .tLn{opacity:1}@keyframes tXF{0%{width:0}to{width:7px}}@keyframes tXG{0%{width:7px}to{width:0}}@keyframes tXH{0%{width:0}to{width:11px}}@keyframes tXI{0%{width:11px}to{width:0}}@keyframes tXJ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tXK{0%{opacity:0}to{opacity:1}}@keyframes tXL{0%{opacity:1}to{opacity:0}}.tLp{padding:0;text-align:left}.tLq{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tLq:hover{opacity:.6}.tLr{font-weight:600;font-size:14px;text-align:center;color:#151515}.tLs{padding:0;text-align:left}.tLt{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.tLt:hover{opacity:.6}.tLu{font-weight:600;font-size:14px;text-align:center;color:#151515}.tLv{width:20px;margin-left:8px}.tLw{padding:0;text-align:left}.tLx{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tLx:hover{opacity:.6}.tLy{font-weight:600;font-size:14px;color:#151515}.tLy,.tLz{text-align:center}.tLz{display:block;padding:0}.tLA{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.tLB{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.tLB>li:not(:last-child){margin-right:16px}.tLC{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.tLC.tLD:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.tLE{color:#fff;font-weight:600;pointer-events:none}.tLE:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tLF{display:flex;width:auto;justify-content:flex-end}.tLF button:not(:last-child){margin-right:8px}.tLG{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.tLG.tLH{background:#fff;padding:0 14px}.tLG:hover{opacity:.6}.tLI{font-weight:600;font-size:12px;text-align:center;color:#fff}.tLG.tLH .tLI{color:#151515}.tLJ{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}.tLK{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){.tI0,.tI2,.tJa,.tJf,.tJi,.tJj,.tJl,.tJm{width:100%}.tJA{max-width:unset}.tJZ>li:not(:last-child){margin-right:16px}.tJ7{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))}.tKb{display:block}.tKc{font-size:12px}.tKL{max-width:none}.tKX{gap:0;flex-direction:column;align-items:flex-start}.tKN:last-child{margin-right:0;margin-left:32px;margin-top:13px}.tLq{min-width:unset;height:22px;border-radius:16px}.tLr{font-size:10px}.tLt{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.tLu{font-size:12px}.tLv{margin-left:4px}.tLx{min-width:unset;height:22px;border-radius:16px}.tLy{font-size:10px}.tLA{font-size:16px;padding-bottom:16px}.tLL{overflow:auto}.tLL::-webkit-scrollbar{display:none}.tLB{justify-content:center;width:calc(518px + 100% - 2em)}.tLB>li:not(:last-child){margin-right:16px}.tLC{font-size:16px;padding:12px 0}.tLC.tLD:before{height:5px;width:5px}.tLE:after{height:4px}.tLJ{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.tLe{width:64px}}@media screen and (max-width:375px){.tIZ li:not(:last-child){margin-bottom:4.267vw}.tI0,.tI2,.tJi{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.tI4,.tJb,.tJd,.tJg{width:5.333vw;height:5.333vw;margin-right:2.133vw}.tJa,.tJf,.tJj,.tJm{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.tI2 img{margin-left:2.133vw}.tJi img,.tJj img,.tJl img,.tJm img{width:5.333vw;margin-right:2.133vw}.tJk{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.tJl{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.tJo{margin-bottom:6.4vw}.tJp{font-size:3.733vw}.tJp:not(:first-child){margin-left:6.4vw}.tJq{width:6.4vw}.tJr{font-size:3.733vw;margin-left:2.133vw}.tJs{margin-bottom:4.267vw}.tJt{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tJu{font-size:3.733vw}.tJv{width:4.267vw}.tJx{padding-top:2.133vw}.tJy{font-size:3.733vw;padding:2.133vw}.tJz{gap:4.267vw}.tJB{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tJB:hover{border:.267vw solid #fff}.tJC{font-size:3.733vw;line-height:4.8vw}.tJD{width:4.267vw}.tJF{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}.tJF::-webkit-scrollbar{width:5.333vw}.tJF.tHf::-webkit-scrollbar{width:24px}.tJF::-webkit-scrollbar-track{margin:2.133vw 0}.tJF::-webkit-scrollbar-thumb,.tJF::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.tJF span{font-size:3.733vw;padding-left:6.4vw}.tJF .tJH{background-size:4.267vw}.tJK{border-top:.267vw solid hsla(0,0%,100%,.3)}.tJL{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tJM{width:calc(100% - 18.462vw)}.tJN{font-size:3.733vw}.tJN.tJO{margin-bottom:1.333vw}.tJP{font-size:3.2vw}.tJQ{width:14.933vw;height:8.533vw}.tJR{border-radius:4.8vw}.tJR:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.tJQ input:checked+.tJR:before{transform:translateX(6.154vw)}.tJU{font-size:4.267vw}.tJU>li:not(:last-child){margin-right:8.533vw}.tJV{padding-bottom:3.2vw}.tJV.tJX:after{height:1.067vw}.tJZ{font-size:4.267vw}.tJZ>li:not(:last-child){margin-right:4.267vw}.tJ0{padding-bottom:3.2vw}.tJ0.tJ2:after{height:1.067vw}.tJ4{width:33.846vw;height:7.179vw}.tJ5{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.tJ6{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.tJ6:last-of-type{padding-right:.533vw}.tJ5:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.tJ4 input:checked+.tJ5:before{transform:translateX(17.6vw)}.tJ7{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tKb{width:8.533vw;margin-bottom:2.4vw}.tKc{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.tJ8.tJ9:after{height:1.067vw}.tKd{gap:2.133vw}.tKe{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tKf{margin-right:1.067vw}.tKg:before{font-size:3.2vw}.tKh{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tKi{margin-right:1.067vw}.tKj:before{font-size:3.2vw;line-height:4.8vw}.tKe.tKk{border:.267vw solid hsla(0,0%,100%,.3)}.tKl{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tKm{margin-right:1.067vw}.tKn:before{font-size:3.2vw}.tKl.tKo{border:.267vw solid hsla(0,0%,100%,.3)}.tKp{gap:2.133vw}.tKq{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tKr{margin-right:2.133vw}.tKs:before{font-size:3.2vw}.tKq.tKt{border:.267vw solid hsla(0,0%,100%,.3)}.tKq.tKt .tKr{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tKv{width:34.667vw;height:10.667vw;border-radius:5.333vw}.tKw{font-size:3.733vw}.tKy{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.tKz{font-size:3.2vw}.tKA{width:5.333vw;margin-left:2.133vw}.tKB{font-size:4.267vw;letter-spacing:.069vw}.tKB,.tKD{height:12.8vw;border-radius:6.4vw}.tKD{padding:0 4.267vw}.tKE{font-size:4.267vw}.tKF{font-size:3.733vw}.tKH{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.tKI{font-size:3.2vw}.tKJ,.tKM{font-size:3.733vw}.tKP{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.tKO:checked+.tKP:before{width:3.2vw;height:3.2vw}.tKO:checked+.tKP{border-radius:6.4vw;width:6.4vw;height:6.4vw}.tKN:last-child,.tKS{margin-left:8.533vw}.tKN:last-child{margin-top:3.333vw}.tKT{margin-top:4.267vw}.tKU{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tKV{width:calc(100% - 11.733vw);font-size:3.2vw}.tKW{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.tKY{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.tKZ{font-size:3.2vw}.tK1{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.tK2{font-size:3.2vw;line-height:4.8vw}.tK3{width:4.267vw;margin-left:1.6vw}.tK5{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tK6{font-size:3.2vw}.tK8{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tK9{font-size:3.2vw}.tLb{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tLc{font-size:3.2vw}.tLe{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tLf{font-size:3.2vw}.tLg{width:3.733vw;margin-right:1.395vw}.tLq{height:5.867vw;border-radius:4.267vw}.tLr{font-size:2.667vw}.tLt{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.tLu{font-size:3.2vw}.tLv{width:5.333vw;margin-left:2.133vw}.tLx{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.tLy{font-size:2.677vw}.tLA{font-size:4.267vw;padding-bottom:4.267vw}.tLB{width:calc(138.133vw + 100% - 2em)}.tLB>li:not(:last-child){margin-right:4.267vw}.tLC{font-size:4.267vw;padding:3.2vw 0}.tLC.tLD:before{height:1.333vw;width:1.333vw}.tLE:after{height:1.067vw}.tLF{width:78.933w}.tLF button:not(:last-child){margin-right:2.133vw}.tLG{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.tLG.tLH{padding:0 3.733vw}.tLI{font-size:3.2vw}.tLJ{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.tLM,.tLN{flex:1 1;display:flex;flex-direction:column}.tLM .tLO,.tLN .tLP{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}.tLN .tLP{line-height:1.5714285714}.tLM .tLO{max-width:100%}.tLM .tLO::placeholder,.tLN .tLP::placeholder{color:#fff;opacity:.6}.tLM .tLO.tLQ{border:none;background-color:unset}.tLM .tLO.tLR{font-size:14px}.tLM .tLO.tLS,.tLN.tLT .tLP{border:1px solid #ff624f}.tLM .tLU,.tLN .tLU{-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}.tLN .tLV{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.tLN.tLT .tLV{color:#ff624f}.tLW{width:480px}.tLW.tLN .tLP{height:170px;outline:none}.tLX input[type=text]{padding:0}.tLX{width:720px}.tLX,.tLX .tLY{display:flex;align-items:center}.tLX .tLY{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)}.tLX .tLY .tLO{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.tLX .tLY .tLO:focus-visible{outline:none}.tLX .tLY .tLZ{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.tLX .tLY .tL0{display:none;position:absolute;right:10px;cursor:pointer}.tLX .tLY.tL1 .tL0{display:block}.tLX .tLY .tL2{padding-left:26px}.tLX .tL3{display:none}.tLX.tL4 .tL3{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.tL5{display:flex;justify-content:center;gap:15px}.tL6{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}.tL6:focus,.tL6: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)}.tL7.tLM{flex:1 1;display:flex;flex-direction:row;width:720px}.tL7.tLM .tL8{flex:1 1}.tL7.tLM .tL9{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.tL7.tLM .tL9 .tMa{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.tMb.tMc{display:flex;flex-wrap:wrap;gap:16px}.tMb.tMc .tMd{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.tMb.tMc .tMd:last-child{margin-right:0}.tMb.tMc .tMd .tMe{position:absolute;opacity:0;width:0;height:0}.tMb.tMc .tMd .tMf{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.tMb.tMc .tMd .tMe:checked+.tMf{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}.tMb.tMc .tMd .tMg{font-size:14px;line-height:1.5714285714}.tMh.tMi{display:flex;flex-direction:column;gap:16px}.tMh.tMi .tMj{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tMh.tMi .tMj .tMk{position:absolute;opacity:0;width:0;height:0}.tMh.tMi .tMj .tMl{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tMh.tMi .tMj .tMk:checked+.tMl{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tMh.tMi .tMj .tMl:hover{cursor:pointer}.tMm{list-style:none;padding:0;margin:0}.tMm,.tMn{-webkit-background-clip:padding-box;background-clip:padding-box}.tMn{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tMo{position:relative;display:inline-block;width:56px;height:32px}.tMo input{opacity:0;width:0;height:0}.tMp{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tMp,.tMp:before{position:absolute;transition:.4s}.tMp:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tMo input:checked+.tMp{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tMo input:checked+.tMp:before{transform:translateX(24px)}.tMn.tMq{opacity:.4;pointer-events:none}.tMr .tMo{position:relative;display:inline-block;width:40px;height:24px}.tMr .tMp:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tMr .tMo input:checked+.tMp:before{transform:translateX(16px)}.tMs{display:flex;flex-wrap:wrap;max-width:478px}.tMs .tMt{display:flex;align-items:center;margin:0 8px 16px 0}.tMs.tMc .tMu:last-child{margin-right:0}.tMs .tMt .tMv{position:absolute;opacity:0;width:0;height:0}.tMs .tMt .tMw{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}.tMx .tMs .tMt .tMw{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tMs .tMt .tMv:checked+.tMw{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tMy .tMz:hover{cursor:pointer;opacity:.6}.tMy .tJj{pointer-events:none;margin-bottom:0;width:240px}.tMy .tMA,.tMy .tMB{display:flex;align-items:center}.tMy .tMB{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tMy .tMz .tMC{position:absolute;opacity:0;width:0;height:0}.tMy .tMz .tJj{padding:11px 28px}.tMy .tMA .tMD{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}.tMy .tMA .tME{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.tMF{overflow:auto}.tMF.tMG{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}.tMF::-webkit-scrollbar{display:none}.tMF .tMH{position:relative;width:96px;height:96px}.tMF .tMH .tMI{width:-moz-fit-content;width:fit-content}.tMF .tMH .tMJ{position:absolute;opacity:0;width:0;height:0}.tMF .tMH .tMK{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.tMF .tMH .tML{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.tMF .tMM .tMJ:checked+.tMI .tML{display:block}.tMF .tMM .tMJ:checked+.tMI .tMK{background-color:rgba(0,0,0,.4);pointer-events:none}.tMN{display:flex;flex-direction:column;gap:12px}.tMO .tMP{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}.tMO .tMQ{background-color:#fff}.tMO .tMP:focus-visible{background-color:#fff;color:#333}.tMR{flex-direction:column}.tMR,.tMS{display:flex}.tMS{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.tMR li{position:relative;flex:1 1;margin-bottom:24px}.tMR .tMT{position:absolute;opacity:0;width:0;height:0}.tMR li .tMU{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}.tMR li .tMT:checked+.tMU{border:1px solid #fff}.tMR li .tMV{margin-bottom:24px}.tMR li .tMW{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.tMR li .tMX{margin-bottom:8px}.tMR li .tMX,.tMR li .tMY{font-size:14px;font-weight:300;color:#fff}.tMZ{display:flex;flex-direction:column;width:100%}.tMR li .tM0 .tJk{width:64px}.tM0{display:flex;column-gap:16px;margin-top:40px}.tM1{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.tM1.tM2{border:1px solid #fff}.tM1 .tM3{cursor:pointer;display:flex;align-items:center;padding:42px}.tM1 .tM3:hover{opacity:.6}.tM1 .tM3 img{margin-right:10px;width:20px;height:20px}.tM1 .tM3 .tM4{font-size:20px;font-weight:600}.tM1 .tM5{transition:opacity .5s}.tM1 .tM5.tM6{opacity:0}.tM1 .tM7{margin:0 auto 40px;width:calc(100% - 84px)}.tM1 .tM5 .tM8{margin:0 auto;padding:0 181px 40px}.tM1 .tM5 .tM9{gap:16px}.tM1 .tM5 .tM9 .tMP{max-width:100%;width:100%}.tM1 .tNa{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.tM1 .tNa .tNb{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.tM1 .tNa .tNc{font-size:12px;font-weight:600;line-height:1.5714285714}.tM1 .tM5 .tM8 button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tNd{max-width:100%;display:flex;flex-wrap:wrap}.tNd .tNe{margin-right:16px;margin-bottom:16px}.tNd .tNe:last-child{margin-right:0}.tNd .tNe .tLN{width:416px}.tNe .tLN .tLP{font-size:16px;line-height:1.625;padding:6px 12px}.tNe .tLN .tLP:focus{outline:none}.tNf{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.tLT .tNf{color:#ff624f}.tNg.tLM{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tNh{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tNi{width:36px;height:36px}.tNg.tLM .tNj{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tNg.tLM .tNk{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tNg.tLM .tNk .tNl{text-align:center;color:#fff;font-weight:600;font-size:14px}.tNg.tLM .tNm{opacity:1;pointer-events:auto}.tNn.tNg.tLM .tNk .tNl{color:#fff}.tNn.tNg.tLM .tNk{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.tLW{width:100%}.tLW.tLN .tLP{min-height:192px;height:unset}.tLX input[type=text]{padding:0}.tLX{width:100%}.tLX .tLY .tLO{font-size:14px}.tL7.tLM{width:100%}.tMy .tJj{width:176px}.tMy .tMz .tJj{padding:11px 12px}.tMS{width:100%}.tMR li .tMU{padding:15px 16px}.tMR li .tMV{margin-bottom:12px}.tMR li .tMW{font-size:16px;margin-bottom:10px}.tMR li .tMX{margin-bottom:8px}.tMR li .tMX,.tMR li .tMY{font-size:12px}.tMR li .tM0{display:flex;flex-direction:column;margin-top:0}.tMR li .tM0 button:last-child{margin-top:8px}.tM1{width:100%}.tM1 .tM3{padding:16px}.tM1 .tM3 img{margin-right:8px;width:16px;height:16px}.tM1 .tM3 .tM4{font-size:14px}.tM1 .tM7{margin:0 auto 16px;width:calc(100% - 32px)}.tM1 .tM5{margin-bottom:16px}.tM1 .tM5 .tM8{width:100%;padding:0 16px 16px}.tM1 .tNa{margin-bottom:16px}.tM1 .tNa .tNb{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.tM1 .tM5 .tM9{gap:8px}.tM1 .tM5 .tM9 .tMP{width:100%}.tM1 .tM5 .tM8 button{margin-top:24px}.tNd .tNe{margin-right:0}.tNd .tNe,.tNd .tNe .tLN{width:100%}.tNe .tLN .tLP{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tNf{font-size:12px}.tNg.tLM{display:flex;flex-direction:column;width:100%}.tNh{padding:8px 16px 8px 12px}.tNg.tLM .tNj{margin-left:8px;height:44px}}@media screen and (max-width:375px){.tLM .tLO,.tLN .tLP{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.tLM .tLO.tLR{font-size:4.266667vw}.tLM .tLU,.tLN .tLU{font-size:2.66667vw}.tLM .tLU,.tLN .tLU,.tLN .tLV{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.tLN .tLV{font-size:3.2vw}.tLW.tLN .tLP{height:45.33333vw;min-height:51.2vw}.tLX .tLY .tLO{font-size:4.2667vw}.tLX .tLY{padding:4vw 3.2vw}.tLX .tLY .tLZ{left:3.2vw;width:5.3334vw;height:5.3334vw}.tLX .tLY .tL0{right:2.6667vw;width:4.267vw}.tLX .tLY .tL2{padding-left:6.933vw}.tLX.tL4 .tL3{margin-left:4.26667vw;font-size:3.2vw}.tL5{gap:4vw}.tL6{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.tL7.tLM .tL9{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.tL7.tLM .tL9 .tMa{font-size:3.733333vw}.tMb.tMc{gap:4.2666vw}.tMb.tMc .tMd .tMf{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tMb.tMc .tMd .tMe:checked+.tMf{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.tMb.tMc .tMd .tMg{font-size:3.733333vw}.tMh.tMi{gap:4.2666vw}.tMh.tMi .tMj .tMl{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tMh.tMi .tMj .tMk:checked+.tMl{width:6.4vw;height:6.4vw;background-size:cover}.tMn{padding:2.13333vw 0}.tMo{width:14.9333vw;height:8.53333vw}.tMp{border-radius:4.8vw}.tMp:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tMo input:checked+.tMp:before{transform:translateX(6.4vw)}.tMr .tMo{width:10.6666vw;height:6.4vw}.tMr .tMp:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tMr .tMo input:checked+.tMp:before{transform:translateX(4.26666vw)}.tMs .tMt{margin:0 2.133vw 4.267vw 0}.tMs .tMt .tMw{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tMy .tMB{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tMy .tJj{width:46.933vw}.tMy .tMz .tJj{padding:2.93333vw 3.2vw;font-size:3.73333vw}.tMF.tMG{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.tMF .tMH .tML{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.tMF .tMH{width:25.6vw;height:25.6vw}.tMN{gap:3.2vw}.tMO .tMP{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.tMR li .tMU{padding:4vw 4.266666vw}.tMR li .tMV{margin-bottom:3.467vw}.tMR li .tMW{font-size:4.266666vw;margin-bottom:2.667vw}.tMR li .tMX{margin-bottom:2.133333vw}.tMR li .tMX,.tMR li .tMY{font-size:3.2vw}.tMR li .tM0 .tJk{width:17.06666vw}.tMR li .tM0 button:last-child{margin-top:2.133333vw}.tM1 .tM3{padding:4.26666vw}.tM1 .tM3 img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.tM1 .tM3 .tM4{font-size:3.73333vw}.tM1 .tM7{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.tM1 .tM5{margin-bottom:4.26666vw}.tM1 .tM5 .tM8{padding:0 4.26666vw 4.26666vw}.tM1 .tNa{margin-bottom:4.26666vw}.tM1 .tNa .tNb{font-size:3.2vw;margin-bottom:3.2vw}.tM1 .tM5 .tM9{gap:2.13333vw}.tM1 .tM5 .tM8 button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.tNe .tLN .tLP{font-size:3.733vw;padding:1.734vw 3.2vw}.tNf{font-size:3.2vw}.tNi{height:9.6vw;width:9.6vw}.tNh{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tNg.tLM .tNj{margin-left:2.133333vw;height:11.733333vw}.tNg.tLM .tNk .tNl{font-size:3.733vw}}.tNo{display:flex;flex-wrap:wrap;gap:10px}.tNp{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNq{display:flex;flex-wrap:wrap;gap:8px}.tNr{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNs{display:flex;flex-wrap:wrap;gap:16px}.tNt{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNu{display:flex;flex-wrap:wrap;gap:8px 16px}.tNv{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNw{flex-wrap:wrap;gap:16px 12px}.tNw,.tNx{display:flex}.tNx{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)}.tNx:active,.tNy{background:hsla(0,0%,100%,.1)}.tNy{display:inline-flex;column-gap:8px;border-radius:8px}.tNz{display:flex;flex-wrap:wrap;gap:8px}.tNA{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNB.tNC{width:auto;height:32px}.tND{width:32px;height:32px;position:relative}.tND,.tNE{display:block}.tNE{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tNF{background-color:rgba(150,150,150,.3)}.tNG{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tNG,.tNH .tNF{opacity:0}.tNH .tNG{opacity:1}@keyframes tXM{0%{width:0}to{width:7px}}@keyframes tXN{0%{width:7px}to{width:0}}@keyframes tXO{0%{width:0}to{width:11px}}@keyframes tXP{0%{width:11px}to{width:0}}@keyframes tXQ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tXR{0%{opacity:0}to{opacity:1}}@keyframes tXS{0%{opacity:1}to{opacity:0}}.tNI{display:flex;flex-wrap:wrap;gap:8px}.tNJ{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tNK{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tNK .tNL{cursor:pointer;position:absolute;transition:all .2s linear}.tNM{gap:18px}.tNM,.tNN{display:flex;flex-wrap:wrap}.tNN{gap:16px}.tNO,.tNP{display:flex;flex-wrap:wrap}.tNP{gap:16px}.tNQ{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.tNR{width:4.266vw}.tNS{width:5.333vw}.tNT{width:6.4vw}.tNU{width:8.533vw}.tNV{width:5.333vw}.tNx{width:10.666vw;height:10.666vw}.tNB{width:8.533vw}.tNB.tNC{width:auto}.tNB.tNC,.tND{height:8.533vw}.tND{width:8.533vw;position:relative;display:block}.tNF{background:hsla(0,0%,100%,.15)}.tNH .tNF{opacity:0}@keyframes tXM{0%{width:0}to{width:1.65vw}}@keyframes tXO{0%{width:0}to{width:2.93vw}}@keyframes tXP{0%{width:2.93vw}to{width:0}}@keyframes tXN{0%{width:1.65vw}to{width:0}}@keyframes tXQ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tXR{0%{opacity:0}to{opacity:1}}@keyframes tXS{0%{opacity:1}to{opacity:0}}.tNL,.tNW,.tNX{width:10.666vw}.tNY{width:17.066vw}.tNZ{width:12.8vw}}.tN0{margin-bottom:34px;position:relative}.tN0,.tN1{width:100%}.tN1{transition:all .3s ease-out}.tN2{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}.tN2,.tN3{width:400px}.tN3{display:flex;align-items:center;height:180px}.tN4 .tHx{line-height:1.4;text-align:left}.tN4 .tIc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tN3 img{max-width:400px;max-height:180px}.tN5{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}.tN6{display:flex}.tN6 li{margin-right:7px;width:170px}.tN6 li.tN7{width:auto}.tN1 li .tN8{display:block;border-radius:24px;opacity:1}.tN6 li .tLk{width:36px;height:36px}.tN9,.tOa{position:absolute;transition:all .3s ease-out;z-index:2}.tN9{bottom:7px;right:60px;width:200px}.tOa{bottom:0;right:24px;width:24px;height:24px}.tOb{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tOc{width:100%}.tOc,.tOd{position:relative}.tOd{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.tOd,.tOe{border-radius:6px}.tOe{width:100%;height:100%;object-fit:contain}.tOc .tIX{width:38px;display:block}.tOc .tIY{width:16px;display:block}.tOf{bottom:4px;right:0;transform:translateY(4px)}.tOf,.tOg{position:absolute}.tOg{top:0;left:0;width:22px}.tOg img{max-width:none;width:100%;height:auto}.tOh[data-is-first=true]{width:4vw;flex:0 0 4vw}.tOh{position:relative;width:5vw;flex:0 0 5vw}.tOh[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tOi{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}.tOi[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tOj{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tOj,.tOk{position:absolute}.tOk{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tOl,.tOm{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tOl img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.tOn span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tOo{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.tOp{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tOq{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.tOq span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.tOq img{width:24px;display:block;margin:0 auto}.tOr{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}.tOr img{width:16px}.tOr span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.tOr span,.tOs{text-align:center}.tOs{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}.tOt{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.tOu{aspect-ratio:294/165;position:relative}.tOv{position:absolute;top:0;left:0;width:22px}.tOv img{max-width:none;width:100%;height:auto}.tOw{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tOw,.tOx{position:absolute}.tOx{bottom:4px;right:0;transform:translateY(4px)}.tOx .tIY{display:block;width:16px}.tOx .tIX{display:block;width:38px}.tOy{border-radius:6px;width:100%;height:100%;object-fit:cover}.tOz{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tOz img{display:inline;width:100%;border-radius:50%}.tOA img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.tOA img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.tOB{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.tOB,.tOC{border-radius:1.5px}.tOC{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tOD{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}.tOE{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tOE span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tOE img{width:24px;display:block;margin:0 auto;opacity:.6}.tOF{width:248px;aspect-ratio:248/140;position:relative}.tOG{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tOH{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.tOI{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tOI .tOu{width:294px;height:165px}.tOJ{display:inline-flex;flex-wrap:wrap;gap:9px}.tOK{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}.tOK:before{z-index:1}.tOK:after,.tOK:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tOK:after{z-index:-1}.tOL{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.tOM:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.tOM:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.tON:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.tON:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tOO:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tOO:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.tOP:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.tOP:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tOQ:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tOQ:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tOR:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tOR:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tOS{width:48px;height:48px;padding:0}.tOT{width:100%;height:100%;object-fit:cover;border-radius:50%}.tOU{display:flex;gap:12px}.tOV{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tOW{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.tOX{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tOY{padding:0}.tOZ{width:64px;height:36px}.tO0,.tOZ{object-fit:cover;border-radius:4px}.tO0{width:32px;height:48px}.tO1{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}.tO1 img{width:100%;height:100%;object-fit:cover}.tO1 img,.tO2{position:absolute;top:0;left:0}.tO2{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.tO3{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.tO3,.tO4{text-align:center;position:relative}.tO4{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.tO4.tO5{height:64px}.tO4 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tO6{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.tO6,.tO7{position:relative}.tO7{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.tO7 img{width:100%;height:100%;object-fit:cover}.tO7 img,.tO8{position:absolute;top:0;left:0}.tO8{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.tO9{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tO9,.tPa{display:inline-block}.tPa{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.tPa img{width:100%;height:100%;object-fit:cover}.tPb{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.tN2{height:500px;z-index:1;position:absolute;left:0}.tPc{display:flex;align-items:center}.tPc,.tPc video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.tPc{display:flex;align-items:center}.tPc,.tPc video{width:auto;height:37vw;margin-left:auto}}@media screen and (max-width:1024px){.tPc video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.tN2{display:none}.tN4{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.tN4,.tN9{position:absolute}.tN9{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tOa{top:16px;right:16px}.tN4 .tIc{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tOb{grid-template-columns:repeat(3,1fr)}.tOd{width:29.231vw;height:40.769vw}.tOr span{padding:5px 15px}.tOh[data-is-first=true]{width:54px;flex:0 0 54px}.tOh{width:88px;flex:0 0 88px}.tOh[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tOi{font-size:12vw;bottom:-1.5vw}.tOs{font-size:10px}.tOo{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tOt{gap:8px}.tPd{max-width:150px;aspect-ratio:150/84}.tOt{grid-template-columns:repeat(2,1fr)}.tOD{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.tOB{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tOI{gap:2.051vw}.tPe,.tPf{position:relative}.tPf{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.tPg{width:100%;height:100%;object-fit:cover}.tPh{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tPh,.tPi{position:absolute}.tPi{right:0;bottom:4px;transform:translateY(4px)}.tPi .tIX{width:38px}.tPi .tIY{width:16px}.tPj{position:absolute;top:0;left:0;width:22px}.tPj img{max-width:none;width:100%;height:auto}.tPk{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.tPk,.tPl{position:absolute}.tPl{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tPl,.tPm span{display:inline-block}.tPm span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.tPn{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.tPn,.tPo{border-radius:1.5px}.tPo{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tOS{width:32px;height:32px}.tOU{display:block}.tPp{text-align:center}.tOV{height:12.8204678363vw;width:87.692vw}.tOX{font-size:14px;line-height:1.571}.tO1{min-width:84px;aspect-ratio:84/56}.tO1 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tO3{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tO4{min-width:111px;aspect-ratio:111/84}.tO7{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.tO9{font-size:12px;line-height:1.5}.tPb{margin-top:32px}.tOc{width:100%}.tOn span{font-size:3.076vw}.tPd{width:38.461vw;max-width:none}.tOV{border-radius:1.154vw}.tOZ{width:16.41vw;height:9.23vw}.tO1{min-width:21.538vw}.tO4{min-width:28.4615vw;min-height:21.025vw}.tO5{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.tOd,.tOe,.tOr{border-radius:1.1515vw}.tOc .tIY{width:3.071vw}.tOc .tIX{width:7.294vw}.tOg{width:4.223vw}.tOj{top:.96vw;left:5.182vw;gap:.576vw}.tOy{border-radius:1.1515vw}.tOx .tIY{width:3.071vw}.tOx .tIX{width:7.294vw}.tOv{width:4.223vw}.tOw{top:.96vw;left:5.182vw;gap:.576vw}.tPf{border-radius:1.1515vw}.tPi .tIY{width:3.071vw}.tPi .tIX{width:7.294vw}.tPj{width:4.223vw}.tPh{top:.96vw;left:5.182vw;gap:.576vw}.tO0,.tOZ{border-radius:.768vw}.tO1,.tO4{border-radius:2.303vw}}@media screen and (max-width:420px){.tOh[data-is-first=true]{width:37px;flex:0 0 37px}.tOh{width:56px;flex:0 0 56px}.tOh[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tOi{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.tN0{margin-bottom:9.067vw}.tN4{padding:4.267vw}.tN9{bottom:-3.733vw}.tOa{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.tOd,.tOe,.tOr{border-radius:1.6vw}.tOb{padding:0;gap:2.1333vw}.tOc{border-radius:3.2vw}.tOl,.tOm{width:8.5333vw}.tOl img{background-color:rgba(150,150,150,.7)}.tOn span{font-size:3.2vw}.tOo{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tOp{border-radius:.533vw}.tOq span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tOq img{width:6.4vw}.tOr img{width:4.2667vw}.tOr span{padding:1.3335vw 4vw}.tOc .tIY{width:4.267vw}.tOc .tIX{width:10.133vw}.tOg{width:5.867vw}.tOj{top:1.333vw;left:7.2vw;gap:.8vw}.tOs{font-size:2.667vw;gap:1.6vw}.tOs img{width:4.267vw;height:4.267vw}.tOt{gap:2.1333vw}.tOy{border-radius:1.6vw}.tOz{width:8.5333vw}.tOz img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.tOB{height:.534vw;margin-top:.712vw}.tOB,.tOC{border-radius:.4vw}.tOD{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tOE{border-radius:3.2vw}.tOE span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tOE img{width:6.4vw}.tOx .tIY{width:4.267vw}.tOx .tIX{width:10.133vw}.tOv{width:5.867vw}.tOw{top:1.333vw;left:7.2vw;gap:.8vw}.tOF{width:66.1333vw}.tOG{width:8.5333vw}.tOH{border-radius:3.2vw}.tPf{border-radius:1.6vw}.tOI{gap:2.1333vw}.tPe{border-radius:3.2vw}.tPl{width:8.5333vw}.tPn{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tPi .tIY{width:4.267vw}.tPi .tIX{width:10.133vw}.tPj{width:5.867vw}.tPh{top:1.333vw;left:7.2vw;gap:.8vw}.tOJ{gap:2.4vw}.tOK{width:19.2vw;height:19.2vw;padding:1.6vw}.tOS{width:8.5333vw;height:8.5333vw}.tOV{border-radius:1.6vw}.tOX{font-size:3.7334vw;margin:2.1333vw}.tOZ{width:17.0666vw;height:9.6vw}.tO0,.tOZ{border-radius:1.0667vw}.tO0{width:8.5333vw;height:12.8vw}.tO1{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.tO3{font-size:14px;font-size:3.7334vw}.tO4{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.tO6{font-size:14px;font-size:3.7334vw}.tO7{padding:4.2667vw;min-width:25.6vw}.tO9{font-size:12px;font-size:3.2vw}.tPa{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.tPq,.tPr{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.tPr{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.tPr div{width:48px}.tPs{pointer-events:none}.tPt{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tPu{font-size:20px;font-weight:600}.tPv{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tPw{font-size:16px}.tPw,.tPx{font-weight:600}.tPx{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}.tPy,.tPz{width:100%;display:flex;flex-direction:column}.tPA{display:flex;gap:16px;flex-wrap:nowrap}.tPB{position:relative;flex:0 0 auto}.tPB[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tPB[data-is-ranking=true] .tOh{grid-column:1;grid-row:1;align-self:stretch}.tPB[data-is-ranking=true] .tOc{grid-column:2;grid-row:1}.tPB[data-is-ranking=true] .tPC{grid-column:2;grid-row:2}.tPB:hover{z-index:6}.tPy .tPD,.tPz .tPD{position:relative}.tPB .tPE{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tPF;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tPB:hover .tPE{display:block;animation-name:tPG;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}.tPB .tPE.tPH{left:0}.tPB:hover .tPE.tPH{animation-name:tPI}.tPB .tPE.tPJ{right:0}.tPB:hover .tPE.tPJ{animation-name:tPK}@keyframes tPG{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 tPI{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 tPK{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 tPF{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)}}.tPy .tLi,.tPz .tLi{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tPy .tLi.tPL,.tPz .tLi.tPL{left:0}.tPy .tLi.tPM,.tPz .tLi.tPM{right:0}.tPD:hover .tLi{display:block}.tPB .tOu{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tPB .tOu,.tPB .tPN{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.tPB .tPN{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.tPy .tOu .tOy,.tPz .tOu .tOy{display:block;width:100%}.tPO{width:100%;flex-direction:column}.tPO,.tPP{display:flex}.tPP{flex-wrap:nowrap;gap:16px}.tPQ{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tPQ .tOh{grid-column:1;grid-row:1;align-self:stretch}.tPQ .tOc{grid-column:2;grid-row:1}.tPQ .tPC{grid-column:2;grid-row:2}.tPQ .tOd{max-width:287.5152px;max-height:400.99392px}.tPO .tPR{position:relative}.tPO .tLi{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tPO .tLi.tPL{left:0}.tPO .tLi.tPM{right:0}.tPO .tPR:hover .tLi{display:block}.tPQ:hover{z-index:6}.tPQ .tPE{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:tPF;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tPQ:hover .tPE{display:block;animation-name:tPG;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tPQ .tPE.tPH{left:0}.tPQ:hover .tPE.tPH{animation-name:tPI}.tPQ .tPE.tPJ{right:0}.tPQ:hover .tPE.tPJ{animation-name:tPK}.tPQ .tOD{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tPS .tPP{display:flex;flex-wrap:nowrap;gap:16px}.tPS .tPQ .tOu{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tPT{width:100%;flex-direction:column}.tPT,.tPU{display:flex}.tPU{gap:16px}.tPT .tPV{position:relative}.tPT .tOc{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}.tPT .tOc .tOe{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tPT .tLi{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tPT .tLi.tPL{left:0}.tPT .tLi.tPM{right:0}.tPT .tPV:hover .tLi{display:block}.tPT .tPU>a:hover{z-index:6}.tPW{margin-top:16px;font-weight:600}.tPX{margin-top:8px}.tPY{display:flex;flex-direction:column}.tPY li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tPY li:not(:last-child){margin-bottom:16px}.tPZ{height:100%}.tP0,.tPZ{display:flex;align-items:center}.tP0{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}.tP1{font-family:Jost,sans-serif;font-weight:600}.tP2{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tP3{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tP3,.tP4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tP4{line-height:1.625;margin-bottom:5px}.tP4,.tP5{font-size:16px}.tPY li.tP6: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}.tP7{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tP8{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tP9{position:relative;display:flex;align-items:center}.tP9.tQa{justify-content:left}.tQb{position:relative;display:block;width:100%}.tQc{display:flex;align-items:center;justify-content:space-between}.tQc .tOy{border-radius:6px}.tQc .tOF{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tQd{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tQd .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){.tQd .tHA{max-width:40vw}}.tQd .tHR{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tQe{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tQe .tQf{font-weight:600;font-size:12px;width:39px}.tQe .tQg>div{width:16px;height:16px}.tQc .tQh{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}.tQi{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%)}.tQi .tNB{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tP9.tQj .tQi .tNT{width:24px;height:24px;transform:rotate(180deg)}.tP9.tQk .tHR{color:#ff624f}.tP9.tQj .tQi{pointer-events:none}.tQc .tQl{color:#fc348e}.tP9.tQk .tQm{color:#d3d3d3}.tP9.tQn .tQd{padding-right:0!important}.tQo{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tP9.tQt .tQd .tHS{margin-bottom:12px}.tP9.tQt .tQu{font-size:12px;font-weight:600;margin-bottom:4px}.tP9.tQt .tQv{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tP9.tQt .tQv span:first-child{margin-right:16px}.tP9.tQt .tQw{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tQx .tQy{display:flex;align-items:center}.tQx .tQy .tOF{height:auto}.tQx .tQy>div:first-child{position:relative;margin-right:16px}.tQx .tQz{display:flex;flex-direction:column;justify-content:center;width:648px}.tQx .tQz .tQA{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}.tQx .tQz .tQB{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tQx .tQz .tQC .tQD{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tQE{position:absolute;bottom:0;right:0}.tOy.tQF{width:100%}.tQx .tQG{height:24px}.tQx .tQG .tQH{width:248px}.tQI{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tQI,.tQJ{position:absolute}.tQJ{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tQK{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tQx .tQz .tQL{display:flex;justify-content:space-between;align-items:center}.tQL>.tJk{flex-shrink:0}.tQM{position:relative;display:block;width:100%}.tQN{display:flex;align-items:center}.tQN .tOF{margin-right:16px}.tQO,.tQP{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tQQ a:hover,.tQR a:hover,.tQS a:hover{opacity:1}.tQO>a>div:first-child,.tQP>a>div:first-child{margin-right:16px}.tQO .tQT{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tQO img.tQU{margin-right:16px}.tQO .tQT .tQV{display:flex;align-items:center}.tQO .tQT .tQV p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tQO .tQT .tQV p,.tQO .tQT p.tQW{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tQO .tQT p.tQW{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tQO .tQT .tQX{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tQO .tQT .tQY{display:flex}.tQO .tQT span.tQW{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%}.tQO .tQT span.tQ0,.tQO .tQT span.tQZ{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tQO .tQT span.tQ1,.tQO .tQT span.tQZ{padding-right:12px}.tQ1,.tQ2{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.tQ1 span,.tQ2 span{font-weight:300;margin-left:3px}.tQ3,.tQO .tQT .tQ3{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}.tQ0 b{font-weight:600}.tQ4,.tQR .tQO .tQT .tQX{display:flex}.tQ4{flex-wrap:wrap}.tQ5{width:210px}.tQ6{display:flex;align-items:center}.tQ6>a{height:48px;width:48px}.tQ6>div{margin-right:8px}.tQ6 .tQ7{flex:1 1;display:flex;flex-direction:column;justify-content:center}.tQ8{height:48px;width:48px}.tQ9{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}.tRa{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tRa,.tRa>button{position:relative}.tRa>button{top:-19px}.tRb{font-size:12px;color:#eee}.tRc .tRd{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.tRc .tRd img{object-fit:cover;height:100%;width:100%}.tRc .tRd span{position:absolute;right:8px;bottom:8px}.tRc .tRd>div{position:absolute;top:6px;left:6px}.tRc .tRe{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.tRc .tRe,.tRc .tRf{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tRc .tRf{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tRg{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tRg:hover{background-color:hsla(0,0%,100%,.1)}.tRh a:hover{opacity:1}.tRg .tRi,.tRg>a>div:first-child{margin-right:16px}.tRg .tRj{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tRg .tRj .tRk{display:flex;align-items:center}.tRg .tRj .tRk>img:last-child{margin-left:2px}.tRg .tRj .tRk p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tRg .tRj .tRk p,.tRg .tRj p.tRl{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tRg .tRj p.tRl{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tRm .tRn{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tRg .tRo{display:flex}.tRg .tRo button:first-child{margin-right:8px}.tRp{display:flex;align-items:center;max-width:720px}.tRp:hover{background-color:hsla(0,0%,100%,.1)}.tRp .tRq{margin-right:16px}.tRr a:hover{opacity:1}.tRp>a>div:first-child{margin-right:16px}.tRp .tRs{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tRp .tRs .tRt{display:flex;align-items:center}.tRp .tRs .tRt 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}.tRp .tRs .tRt>img{margin-left:2px}.tRp .tRs p.tRu{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}.tRv{display:flex;flex-wrap:wrap;gap:4.103vw}.tRw,.tRx,.tRy{width:16.496vw}.tRx,.tRy{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tRx .tRz,.tRy .tRz{object-fit:cover;height:100%;width:100%;border-radius:6px}.tRx .tRA,.tRy .tRA{position:absolute;right:8px;top:8px;cursor:pointer}.tRB .tRC{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.tRB .tRC,.tRB .tRD{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tRB .tRD{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.tRB .tRD,.tRB .tRE{line-height:1.5714285714}.tRB .tRE{margin-bottom:8px;overflow:hidden;height:6.284em}.tRF{justify-content:space-between;margin-bottom:8px}.tRF,.tRF .tRG{display:flex;align-items:center}.tRF .tRG{gap:6px}.tRH{display:flex;justify-content:space-between;align-items:center}.tRH .tRI{font-size:12px;color:#eee}.tRJ{display:flex;flex-wrap:wrap}.tRJ>li{width:100%}.tRJ>li:not(:last-child){margin-bottom:24px}.tRK,.tRL{display:flex;align-items:center}.tRL{gap:16px;width:calc(100% - 48px)}.tRL .tPd{width:248px;height:140px}.tRM{flex:1 1}.tRN{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}.tRO{display:flex;align-items:center;margin-bottom:14px}.tRO>p{font-weight:600;margin-right:16px}.tRP{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tRM>:last-child{margin-bottom:0}.tRQ{margin-left:24px}.tRR{display:flex;flex-wrap:wrap;gap:56px 16px}.tRS{width:13.93vw;position:relative}.tRS .tOe{border-radius:6px}.tRR .tRA{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.tRR .tOd.tRT span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.tRR .tOd.tRT span,.tRU{position:absolute;left:50%;transform:translate(-50%)}.tRU{top:38.9%}.tRV.tRW{margin-top:16px}.tRX{font-weight:600;-webkit-line-clamp:2;height:3.25em}.tRX,.tRY{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tRY{height:4.875em;-webkit-line-clamp:3}.tRZ{font-size:12px;margin-top:11px;display:flex}.tRZ span:not(:last-child){margin-right:4px}.tRR .tR0{margin-top:16px}.tR1{display:flex;align-items:center}.tR2 img{width:120px;height:120px}.tR1 .tR3{margin-left:16px;width:71%}.tR1 li:not(:last-child){margin-bottom:6px}.tR1 .tR3 p{font-size:12px;font-weight:300}.tR4{max-width:43.255vw}.tR4 .tR5{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tR4 .tR5,.tR4 .tR6,.tR4 .tR7{margin-bottom:16px}.tR4 .tR7{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}.tR4 .tR8,.tR4 .tR9{display:flex;align-items:center}.tR4 .tR8 .tSa{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.tR4 .tSb{display:flex;align-items:center;justify-content:right;gap:16px}.tR4 .tR8 img.tSc,.tR4 .tR9 img.tSd{margin-right:4px}.tR4 .tR8 .tSe,.tR4 .tR9 .tSf{font-size:12px;font-weight:600;line-height:1.5}.tR4 .tR9 .tSf{font-weight:300;margin-left:4px}.tR4 .tSg{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.tR4 .tSg a{display:flex;padding-right:16px}.tR4 .tSg .tSh{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tR4 .tSg .tSi{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.tR4 .tSg .tSi .tSj{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tR4 .tSg .tSi .tSk{flex-shrink:0}.tR4 .tSg .tSl{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tR4 .tSg .tSm{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tR4 .tSg .tSm .tSn{width:100%;height:100%;object-fit:cover;border-radius:4px}.tR4 .tSg .tSo{position:absolute;bottom:-16px}.tR4 .tSo .tSp{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%}.tR4 .tSo .tNB{margin:0}.tSq{margin-left:auto;position:relative}.tSq,.tSr{max-width:355.60656px;width:17.229vw}.tSr{height:24.047vw;max-height:496.33008px}.tSr img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tSs{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%)}.tSq .tSt{margin-top:16px}.tSt .tSu{display:flex;justify-content:space-between;align-items:center}.tSt .tSu .tSv{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)}.tSw{position:absolute;top:calc(24.047vw + 20px);right:0}.tSt .tSx{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tSt .tSy{margin-top:8px;gap:12px}.tSt .tSy,.tSt .tSy .tSz{display:flex;align-items:center}.tSt .tSy .tSz{gap:4px}.tSt .tSA{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tSq .tSB{margin-top:16px;display:flex;align-items:center;gap:12px}.tSq .tSC{width:48px;height:48px;min-width:48px;min-height:48px}.tSB .tSD{position:relative}.tSD .tSE{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tSD .tSF{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tSD .tSG{flex-shrink:0}.tSB .tSD .tSH{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tSB .tSD .tSI{position:absolute;bottom:2px;right:0;z-index:5}.tSJ{max-width:43.255vw}.tSJ .tSK{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tSJ .tSK,.tSJ .tSL{margin-bottom:16px}.tSJ .tSM{margin-bottom:24px}.tSJ .tSN{width:170px}.tSJ .tSO{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tSJ .tSO,.tSP{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tSP{-webkit-line-clamp:1;word-break:break-all}.tSJ .tSQ{justify-content:right;gap:16px}.tSJ .tSQ,.tSJ .tSR,.tSJ .tSS{display:flex;align-items:center}.tSJ .tSS img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tSJ .tST{font-size:12px}.tSJ .tSU,.tSJ .tSV{font-size:12px;line-height:1.5}.tSJ .tSR .tSU{margin-left:4px}.tSJ .tSW{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%)}.tSJ .tSW a{display:flex;padding-right:16px}.tSJ .tSW .tSX{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tSJ .tSW .tSY{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tSJ .tSZ{flex-shrink:0}.tSJ .tSW .tSY .tS0{-webkit-line-clamp:1;word-break:break-all}.tSJ .tSW .tS1,.tSJ .tSW .tSY .tS0{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tSJ .tSW .tS1{line-height:1.571;-webkit-line-clamp:2}.tSJ .tSW .tS2{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tSW .tS2 .tS3{width:100%;height:100%;object-fit:cover;border-radius:4px}.tSJ .tSW .tS4{position:absolute;bottom:-16px}.tSJ .tS4 .tSp{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%}.tSJ .tS4 .tNB{margin:0}.tS5,.tS6{width:21vw;max-width:433.44px}.tS6{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tS6 .tS7{width:100%;height:100%;object-fit:cover;border-radius:12px}.tS6 .tS8.tS9,.tS6 .tTa.tTb{position:absolute;top:12px;left:12px}.tS6 .tTc{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tS6 span{position:absolute;right:8px;bottom:8px}.tTd{display:flex;align-items:center}.tTd .tTe{margin-right:36px}.tTd .tTe,.tTd .tTf{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tTd .tTf{margin-right:20px}.tTd .tTg .tTh{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tTd .tTg .tTh,.tTd .tTg .tTi{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tTd .tTg .tTi{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tTd .tTg .tTj{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}.tTk{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.tTk .tST{font-size:12px}.tTk .tTl{gap:8px}.tTk .tTl,.tTm{display:flex;align-items:center}.tTm{gap:12px}.tTn{width:48px;height:48px;min-width:48px;min-height:48px}.tTm .tTo{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.tTm .tTp{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.tTm .tTp,.tTm .tTq{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tTm .tTq{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tTr{max-width:45.455vw}.tTr .tTs{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}.tTr .tTt{display:flex;align-items:center}.tTr .tTu{width:100%;height:100%;object-fit:cover;border-radius:12px}.tTr .tTv{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.tTv .tTw{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tTr .tTx{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tTr .tTy{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tTr .tTz{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tTr .tTA{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}.tTB{max-width:39.736vw}.tTB a{display:flex;align-items:center;justify-content:space-between}.tTB .tOF{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.tTB .tOy{border-radius:6px}.tTC{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tTB .tTC .tTD{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}.tTB .tTE{display:flex;align-items:center}.tTB .tTE .tTF{margin-right:8px}.tTB .tTE .tTG{font-size:12px;color:#d3d3d3}.tTH{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.tTH .tO1{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.tTH .tO3{font-size:min(1.026vw,21.17664px)}.tTI{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.tTI .tTJ{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tTI .tTJ:hover{background-color:hsla(0,0%,100%,.1)}.tTI .tTK{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.tTI .tTK:active{cursor:grabbing;cursor:-webkit-grabbing}.tTI .tTL{width:24px;height:32px;border-radius:6px;margin-right:28px}.tTI .tTL img{width:100%;height:100%;object-fit:cover}.tTI .tTM{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.tTI .tTM:before{content:counter(title)}.tTI .tTN{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}.tTO{width:24px;height:24px}.tTI .tTP{width:100%;height:100%;object-fit:cover;cursor:pointer}.tTQ{display:flex;gap:64px}.tTR{max-width:24.926vw}.tTR,.tTR a{display:flex;justify-content:space-between;align-items:center}.tTR a{max-width:21.407vw;width:calc(100% - 32px)}.tTS{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.tTT{border-radius:12px;object-fit:cover;height:100%;width:100%}.tTU{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)}.tTV{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tTW{width:32px;height:32px}.tTX{width:374px}.tTX,.tTY{overflow:hidden}.tTY{width:100%;height:100%;display:flex;flex-direction:column}.tTZ{padding-bottom:28px}.tTY .tPt{justify-content:space-between;padding-right:16px}.tT0{display:flex;flex-wrap:nowrap;gap:8px}.tT0 .tOd{width:114px;height:159px}.tT1{position:relative;flex:0 0 auto}.tT1[data-is-ranking=true] .tT2{display:grid;grid-template-rows:auto auto}.tT1[data-is-ranking=true] .tOh{grid-column:1;grid-row:1;align-self:stretch}.tT1[data-is-ranking=true] .tOc{grid-column:2;grid-row:1}.tT1[data-is-ranking=true] .tT3{grid-column:2;grid-row:2}.tTY .tT4{position:relative}.tTY .tLi{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.tTY .tLi.tPL{left:8px}.tTY .tLi.tPM{right:8px}.tTY .tT4:hover .tLi{display:block}.tTY .tOi{font-size:64px;bottom:-8px}.tTY .tOh[data-is-first=true]{width:46px;flex:0 0 46px}.tTY .tOh{position:relative;width:56px;flex:0 0 56px}.tTY .tOh[data-is-double-digit=true]{width:64px;flex:0 0 64px}.tT5.tHq{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.tR0{display:flex;align-items:center}.tR0 .tT6{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.tR0 .tNT.tT7:hover{opacity:.6}.tR0 .tNT.tT7.tHq:hover{opacity:1}@media screen and (min-width:2064px){.tSw{top:514px}}@media screen and (max-width:1024px){.tQc .tOy{border-color:violet;border-radius:6px}.tQJ,.tQx .tQy .tT8 .tT9{border-radius:1.1515vw}.tQE img{width:100%;height:auto}.tRv{display:grid;grid-template-columns:repeat(2,1fr)}.tRx .tRz,.tRy .tRz{border-radius:6px}.tUa{flex-direction:column;gap:48px}.tRp,.tUa{display:flex}.tRp{align-items:center}.tRp .tRq{margin-right:16px}.tRp .tRs{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tRp .tRs .tRt{display:flex;align-items:center}.tRp .tRs .tRt 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}.tRp .tRs p.tRu{font-size:12px;font-weight:300;margin-top:4px}.tRw{width:43.846vw}.tRx,.tRy{margin-bottom:8px}.tRy .tUb{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tRB .tRC{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tRB .tRD{font-weight:300;margin-bottom:2px;height:1.5em}.tRB .tRD,.tRB .tRE{font-size:12px;line-height:1.5}.tRB .tRE,.tRF{margin-bottom:8px}.tRH .tRI{font-size:10px}.tRL{width:calc(100% - 14px)}.tRJ li:not(:last-child){margin-bottom:16px}.tRL .tPd{width:38.462vw;height:21.538vw}.tRQ{margin-left:0}.tRN{font-size:14px;margin-right:11px}.tRN,.tRO{margin-bottom:8px}.tRO>p{font-size:12px;margin-right:8px}.tRO .tIN,.tRO>p{white-space:nowrap}.tRP{margin-right:11px}.tRR{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tRS{width:29.231vw}.tRR .tRA{right:8px}.tRU{top:27%}.tRR .tOd.tRT span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tRV.tUc{margin-top:12px}.tRX{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tRY{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tRZ{font-size:10px}.tRR .tR0,.tRZ{margin-top:10px}.tR2 img{width:80px;height:80px}.tR1 li:not(:last-child){margin-bottom:5px}.tR1 .tR3 p{font-size:10px}.tR4{max-width:91.795vw}.tR4 .tR5{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tR4 .tUd{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tR4 .tUe{margin-left:16px}.tR4 .tR7{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tR4 .tSb{justify-content:left}.tR4 .tSg{background-color:rgba(0,0,0,0);padding:0;position:relative}.tR4 .tSg .tSh{max-width:100%}.tR4 .tSg a{padding-right:0}.tR4 .tSg .tSi{font-size:12px;padding-left:0;margin-bottom:8px}.tR4 .tSg .tSi:after{font-size:12px}.tR4 .tSg .tSl{font-size:12px;line-height:1.5;overflow:hidden}.tR4 .tSg .tUf{position:absolute;bottom:2px;right:0;z-index:5}.tSq{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tSq .tUg{justify-content:space-between}.tSq .tUg,.tSq .tUg a{display:flex;align-items:center}.tSq .tUg a{gap:16px}.tSr{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tSs{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)}.tSs.tUh,.tSs.tUi{right:unset;left:-1.282vw}.tSq .tSt{max-width:28.205vw;margin-top:16px}.tSt .tSu{display:flex;justify-content:space-between;align-items:center}.tSt .tSu .tSv{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tSw{position:unset;top:unset;right:unset}.tSt .tSx{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tSt .tSy{display:flex;align-items:center;margin-top:8px;gap:12px}.tSt .tSy .tSz{display:block;position:absolute;top:12px;left:78px;gap:4px}.tSt .tSA{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tSq .tSB{margin-top:16px;position:relative;gap:unset}.tSB a{display:flex;align-items:center;gap:16px}.tSJ{max-width:91.795vw}.tSJ .tSK{font-size:72px;line-height:1.1944444444}.tSJ .tSK,.tSJ .tSL{margin-bottom:8px}.tSJ .tSM{margin-bottom:12px}.tSJ .tSM .tSO{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tSJ .tSM .tSP{font-size:12px;color:#d3d3d3}.tSJ .tUj{margin-left:16px}.tSJ .tSO{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tSJ .tSQ{justify-content:space-between}.tSJ .tSQ,.tSJ .tSQ .tUk{display:flex;align-items:center}.tSJ .tSQ .tUk{gap:8px}.tSJ .tUl{display:flex;align-items:center}.tSJ .tUl .tUm{width:40px;height:40px}.tSJ .tSW{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tSJ .tSW .tSX{max-width:100%}.tSJ .tSW a{padding-right:0}.tSJ .tSW .tSY{font-size:12px;padding-left:0;margin-bottom:8px}.tSJ .tSW .tSY:after{font-size:12px}.tSJ .tSW .tS1{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tS5{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tS6{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tS6 .tS8.tS9,.tS6 .tTa.tTb{top:8px;left:8px}.tTd{display:unset;align-items:unset;gap:0}.tUn{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tTd .tTg .tTh{margin-bottom:2px}.tTd .tTg .tTh,.tTd .tTg .tTi{font-size:14px;line-height:1.571}.tTd .tTg .tTi{margin-bottom:4px}.tTd .tTg .tTj{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tTk{padding-left:0}.tTn{width:40px;height:40px;min-width:40px;min-height:40px}.tTr{max-width:49.231vw}.tTr .tUo{position:relative;margin-bottom:16px}.tTr .tUp{width:100%}.tUo .tUq{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tUo .tIY{position:absolute;bottom:0;right:0}.tTr .tTs{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tTr .tUr{display:flex;align-items:center;margin-bottom:8px}.tTr .tUs{font-size:12px;margin-right:16px;color:#d3d3d3}.tTr .tUt{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}.tTB{max-width:91.795vw}.tTB a{display:flex;align-items:center}.tTC{width:calc(100% - 16px - 38.462vw);min-width:none}.tTB .tTC .tTD{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.tTB .tTE{display:flex;align-items:center}.tTB .tTE .tTG{font-size:12px;color:#d3d3d3}.tTH{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tTH .tO1{width:unset;height:unset;min-width:21.538vw}.tTH .tO3{font-size:14px}.tTH::-webkit-scrollbar{display:none}.tTI{max-width:91.795vw}.tTI .tTJ{padding:12px 0}.tTI .tTK{display:none}.tTI .tTL{width:36px;height:49px;border-radius:6px;margin-right:16px}.tTI .tTM{text-align:left;width:28px}.tTI .tTN{width:calc(100% - 120px)}.tTQ{flex-direction:column;gap:16px}.tTQ,.tTR{display:flex}.tTR{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tTR a{max-width:unset}.tTU{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}.tTV{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tTX{width:100%}.tT0 .tOd{width:29.231vw;height:40.769vw}.tR0 .tST{font-size:12px}}@media screen and (max-width:375px){.tPD>.tPA:after,.tPP>.tPQ:after,.tPR>.tPP:after,.tTH:after{content:"";display:block;flex:0 0 4.267vw}.tQc .tOy{border-color:green;border-radius:1.6vw}.tQd{padding-right:11.733vw;margin-left:4.267vw}.tQd .tHA{font-size:3.733vw}.tQd .tHA,.tQd .tHR{margin-bottom:2.133vw}.tQd .tHR{font-size:3.2vw}.tQe{gap:2.133vw}.tP9 .tQd .tQg>div{width:4.267vw;height:4.267vw}.tQd .tQf{font-size:2.667vw}.tQd .tUu .tUv{width:3.733vw;height:3.733vw}.tQi{min-width:8.53333vw;margin-left:2.133vw}.tQi .tNB{width:8.53333vw;height:8.53333vw}.tQi .tNT{width:4.267vw;height:4.267vw}.tQe .tQf{width:11.8vw}.tP9 .tQo{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tP9.tUw .tUx{font-size:3.733vw;margin-top:4.267vw}.tP9.tUy .tQc .tOy{border-radius:1.6vw}.tP9.tUy .tQd .tHR{margin-bottom:4.267vw}.tP9.tUy.tP9 .tQh{font-size:3.2vw}.tP9.tUy.tP9 .tQe{margin-top:4.267vw}.tP9.tQt .tQd .tHR{margin-bottom:3.2vw}.tP9.tQt .tQu{font-size:3.2vw;margin-bottom:1.067vw}.tP9.tQt .tQv{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tP9.tQt .tQv span:first-child{margin-right:4.267vw}.tP9.tQt .tQw{font-size:2.667vw;margin-bottom:3.2vw}.tP9.tQt .tUx{margin-top:4.267vw}.tP9.tQt.tP9 .tQh{font-size:3.2vw}.tP9.tQt .tUz{width:4.267vw;height:4.267vw}.tQx .tQy .tT8{margin-right:4.267vw}.tQx .tQy .tT8 .tT9{border-radius:1.6vw}.tQx .tQy .tT8 .tUA{width:10.256vw}.tQx .tQy .tQz{margin-right:6.154vw}.tQx .tQy .tQz.tUB{margin-right:2.133vw}.tQx .tQy .tQz .tQA{font-size:3.77vw;margin-bottom:1.067vw}.tQx .tQC .tQD,.tQx .tQz .tQB{font-size:3.2vw}.tQx .tQy .tQz.tUC{margin-right:2.133vw}.tQx .tQy .tJk.tUD{font-size:3.2vw;padding:0 1.795vw}.tQK,.tUE{font-size:3.77vw}.tOB.tUF{margin-bottom:1.6vw}.tQx .tQC .tUG,.tQx .tQC .tUH{font-size:3.2vw}.tQQ>div:not(:last-child),.tQR>div:not(:last-child){margin-bottom:4.267vw}.tQO>a>div:first-child,.tQP>a>div:first-child{margin-right:4.267vw}.tQP{margin-bottom:3.267vw}.tQO .tQT,.tQP .tQT{margin-right:4.267vw}.tQO .tQT .tQX{margin-bottom:0}.tQ1 span,.tQ2 span{margin-left:.8vw}.tQO img.tQU{margin-right:4.267vw}.tQO .tQT .tQV p,.tQP .tQT .tQV p{font-size:3.733vw;margin-right:.533vw}.tQ1,.tQ2,.tQO .tQT p.tQ0,.tQO .tQT p.tQW,.tQP .tQT p.tQW{font-size:3.2vw;margin-top:2.133vw}.tQ3{font-size:3.733vw}.tQ4{display:flex;flex-wrap:wrap}.tQ4 li:nth-of-type(2n){margin-right:0}.tQ5{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tQ6>a{height:8.533vw;width:8.533vw}.tQ6>div{margin-right:2.133vw}.tQ7{width:60%}.tQ9{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.tRb{font-size:2.667vw}.tRA{width:6.154vw}.tRc .tRd{margin-bottom:2.133vw;border-radius:1.6vw}.tRc .tRd img{width:100%}.tRc .tRd span{right:2.133vw;bottom:2.947vw}.tRc .tRe{font-size:3.733vw}.tRc .tRe,.tRc .tRf{margin-bottom:2.133vw}.tRc .tRf{font-size:3.2vw}.tRg .tRi,.tRg>a>div:first-child{margin-right:4.267vw}.tRg .tRj{margin-right:1.067vw}.tRg .tRj .tRk>img:last-child{margin-left:.533vw}.tRg .tRj .tRk p{font-size:3.733vw}.tRg .tRj p.tRl{font-size:3.2vw;margin-top:1.067vw}.tRg .tRo button:first-child{margin-right:2.133vw}.tUa{gap:12.8vw}.tRp .tRq,.tRp>a>div:first-child{margin-right:4.267vw}.tRp .tRs{margin-right:1.067vw}.tRp .tRs .tRt p{font-size:3.733vw}.tRp .tRs .tRt>img{margin-left:.533vw}.tRp .tRs p.tRu{font-size:3.2vw;margin-top:1.067vw}.tRv{gap:4.267vw}.tRx,.tRy{margin-bottom:2.133vw}.tRx .tRz,.tRy .tRz{border-radius:1.6vw}.tRx .tRA,.tRy .tRA{right:2.133vw;top:2.133vw}.tRx span{right:2.133vw;bottom:2.133vw}.tRy span{font-size:3.77vw}.tRy .tUb{width:4.267vw}.tRB .tRC{font-size:3.77vw;margin-bottom:.256vw}.tRB .tRD{font-size:3.2vw;margin-bottom:.533vw}.tRB .tRE{font-size:3.2vw}.tRB .tRE,.tRF{margin-bottom:2.133vw}.tRF .tRG{gap:1.6vw}.tRH .tRI{font-size:2.667vw}.tRR{gap:7.2vw 2.133vw}.tRS{width:31.785%}.tRR .tRA{top:2.133vw;right:2.133vw}.tRU{width:4.267vw}.tRR .tOd.tRT span{font-size:3.2vw}.tRV.tRW{margin-top:3.2vw}.tRX{font-size:3.733vw;margin-top:2.033vw}.tRY{font-size:3.2vw;margin-top:1.233vw}.tRZ{font-size:2.667vw;margin-top:2.667vw}.tRZ span:not(:last-child){margin-right:0}.tRR .tR0{margin-top:2.667vw}.tR2 img{width:21.333vw;height:21.333vw}.tR1 .tR3{margin-left:4.267vw}.tR1 li:not(:last-child){margin-bottom:1.333vw}.tR1 .tR3 p{font-size:2.667vw}.tR4 .tR5{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tR4 .tUd{margin-bottom:4.267vw}.tR4 .tUe{margin-left:4.267vw}.tR4 .tR7{font-size:3.733vw;margin-bottom:3.2vw}.tR4 .tSg .tSh{margin-left:3.733vw}.tR4 .tSg .tSi{margin-bottom:2.133vw}.tR4 .tSg .tSi,.tR4 .tSg .tSi:after,.tR4 .tSg .tSl{font-size:3.2vw}.tSq{padding-left:17.067vw}.tSq .tUg a{gap:4.267vw}.tSr{border-radius:3.2vw}.tSs{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}.tSs.tUh,.tSs.tUi{right:unset;left:-1.282vw}.tSq .tSt{margin-top:4.267vw}.tSt .tSu .tSv{font-size:3.733vw}.tSt .tSx{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tSt .tSy{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tSt .tSy .tSz{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tSt .tSA{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tSq .tSB{margin-top:4.267vw}.tSB a{gap:4.267vw}.tSB .tUI{min-width:19.2vw;min-height:19.2vw}.tSD .tSE{margin-bottom:1.333vw;align-items:center}.tSB .tSD .tSH,.tSD .tSE{font-size:3.2vw}.tSJ .tSK{font-size:19.2vw;line-height:1.1944444444}.tSJ .tSK,.tSJ .tSL{margin-bottom:2.133vw}.tSJ .tSM{margin-bottom:3.2vw}.tSJ .tSM .tSO{font-size:3.733vw;margin-bottom:2.133vw}.tSJ .tSM .tSP{font-size:2.133vw}.tSJ .tUj{margin-left:4.267vw}.tSJ .tSO{font-size:3.733vw;margin-bottom:3.2vw}.tSJ .tSQ .tUk{gap:2.133vw}.tSJ .tUl .tUm{width:10.667vw;height:10.667vw}.tSJ .tSW .tSY{margin-bottom:2.133vw}.tSJ .tSW .tS1,.tSJ .tSW .tSY,.tSJ .tSW .tSY:after{font-size:3.2vw}.tSJ .tSS img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tS5{width:100%;padding-left:16.41vw}.tS6{margin-bottom:3.2vw}.tS6 .tS7{width:100%;border-radius:3.2vw}.tS6 .tS8.tS9,.tS6 .tTa.tTb{top:2.133vw;left:2.133vw}.tS6 .tTc{width:10.256vw}.tS6 span{right:2.133vw;bottom:2.133vw}.tUn{letter-spacing:-2.4vw;font-size:18.462vw}.tTd .tTg .tTh{font-size:3.77vw;margin-bottom:.533vw}.tTd .tTg .tTi{font-size:3.77vw;margin-bottom:1.067vw}.tTd .tTg .tTj{font-size:3.2vw;margin-bottom:2.667vw}.tTk{margin-bottom:3.2vw}.tTk .tST{font-size:3.2vw}.tTk .tTl{gap:2.133vw}.tTm{gap:3.2vw}.tTn{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tTm .tTo{font-size:3.2vw;margin-bottom:1.282vw}.tTm .tTo:after{font-size:3.2vw;margin-left:1.539vw}.tTm .tTq{font-size:3.2vw}.tTr{max-width:51.2vw}.tTr .tUo{margin-bottom:4.267vw}.tTr .tTu{border-radius:3.2vw}.tTr .tTs{font-size:3.733vw;margin-bottom:6.4vw}.tTr .tTy{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tTr .tTz{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tTr .tTz,.tTr .tUJ>span{font-size:3.2vw}.tTr .tUt{font-size:3.733vw}.tTr .tUs{font-size:3.2vw;margin-right:4vw}.tTB .tTC .tTD{font-size:3.733vw;margin-bottom:2.133vw}.tTB .tTE .tTF{margin-right:2.133vw}.tTB .tTE .tTG{font-size:3.2vw}.tTH{gap:2.133vw}.tTH .tUK,.tTH .tUL{border-radius:4.267vw}.tTH .tO3{font-size:3.733vw}.tTI .tTJ{padding:3.2vw 0}.tTI .tTK,.tTI .tTL{margin-right:4.267vw}.tTI .tTL{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tTI .tTM{width:7.468vw;font-size:3.733vw}.tTI .tTN{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tTO{width:6.4vw;height:6.4vw}.tTQ{display:flex;flex-direction:column;gap:4.267vw}.tTR a{width:calc(100% - 8.533vw)}.tTU{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tTV{font-size:3.733vw}.tTW{width:8.533vw;height:8.533vw}.tR0 .tT6{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.tR0 .tST{font-size:3.2vw}}@media screen and (max-width:1024px){.tPD>.tPA:after,.tPP>.tPQ:after,.tPR>.tPP:after,.tTH:after{content:"";display:block;flex:0 0 16px}.tPB{width:29.23vw}.tPB[data-is-ranking=true]{width:auto;margin-right:0}.tPy .tPD,.tPz .tPD{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.tPy .tPD::-webkit-scrollbar,.tPz .tPD::-webkit-scrollbar{display:none}.tPA{display:flex;flex-wrap:nowrap;gap:8px}.tPA .tPN{margin-right:8px}.tPA .tPN,.tPA .tUM{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tPA .tUM{margin-right:10px}.tPy .tPe .tPg,.tPz .tPe .tPg{display:block;width:100%}.tPt{justify-content:space-between;padding-right:16px}.tPu{font-size:16px}.tPv{justify-content:space-between}.tPw{font-size:14px}.tPx{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}.tPO .tPR{padding-bottom:4.05vw}.tPP{gap:8px}.tUN{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tPS .tPP{gap:8px}.tPS .tPQ .tOu{width:38.462vw;height:21.538vw}.tPO.tPS .tOD{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tPU{gap:2.133vw}.tPT .tOc{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tPY li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tP0{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}.tP1{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tP2{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}.tP3{font-size:14px;margin-bottom:4px}.tP4{margin-bottom:5px}.tP4,.tP5{font-size:12px}.tPY li.tP6:after{content:none}.tPY li.tP6 .tPZ{opacity:.4}.tP7{font-size:12px}.tP8{flex-wrap:wrap;flex-direction:column;gap:16px}.tP8,.tP9{display:flex}.tP9{align-items:center;justify-content:space-between;width:100%}.tQc .tOF{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tQd{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tQd .tHA{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tQe{gap:8px;margin-bottom:unset}.tQi{margin-left:12px}.tP9 .tQo{margin-right:8px}.tQa.tP9 .tOF{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tP9 .tQh,.tP9.tUO .tOz{display:none}.tP9.tUw .tUx{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}.tP9.tUw .tQi{top:50%}.tP9.tUy .tQc .tOF{width:29.231vw;height:40vw}.tP9.tUy .tQc .tOy{border-radius:6px}.tP9.tUy.tP9 .tQd{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tP9.tUy .tQd .tHR{margin-bottom:16px}.tP9.tUy.tP9 .tQh{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tP9.tUy.tP9 .tQe{margin-top:16px;order:4}.tP9.tQt .tQc .tOF{position:relative;width:29.231vw;height:40vw}.tP9.tQt .tQc .tOy{border-radius:6px}.tP9.tQt .tQc .tOF .tIY{position:absolute;bottom:0;right:0}.tP9.tQt .tQc .tQd{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tP9.tQt .tQd .tHR{margin-bottom:12px}.tP9.tQt .tQu{font-size:12px;font-weight:600}.tP9.tQt .tQv{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tP9.tQt .tQv,.tP9.tQt .tQw{font-weight:300;line-height:1.5}.tP9.tQt .tQw{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tP9.tQt .tUx{position:relative;display:block;margin-top:16px}.tP9.tQt .tUx button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tP9.tQt .tQh{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}.tP9.tQt .tQi{top:30%;transform:translateY(-30%)}.tQx{flex-direction:column;align-items:normal}.tQx .tQy:not(.tUP){margin-bottom:13px}.tQx .tQy .tT8{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tQx .tQy .tT8 .tT9{width:100%;height:100%;object-fit:cover}.tQx .tQy .tT8 .tUA{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tQx>div:first-child{position:unset;margin-right:0}.tQx .tQy .tQz{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tQx .tQy .tQz .tQA{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tQx .tQy .tQz .tQB{margin-bottom:0}.tQx .tQC{position:relative}.tQx .tQC .tQD{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tQx .tQG{height:13px}.tQx .tQG .tQH{width:38.462vw}.tQx .tQy .tQz.tUB{width:32.56%;margin-right:8px;flex:1 1}.tQK,.tUE{transform:translate(-50%,-50%);font-size:14px}.tUE{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.tOB.tUF{margin-bottom:6px}.tOC.tUQ{width:45.2%}.tQx .tQC .tUG,.tQx .tQC .tUH{font-size:12px;line-height:1.5}.tQx .tQC .tUH{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tQQ>div:not(:last-child),.tQR>div:not(:last-child){margin-bottom:16px}.tUR:hover,.tUS:hover,.tUT:hover{background-color:hsla(0,0%,100%,.1)}.tQP{margin-bottom:12.25px}.tQO .tQT,.tQP .tQT{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tQO .tQT .tQX,.tQP .tQT .tQX{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tQO img.tQU,.tQP img.tQU{margin-right:16px}.tQO .tQT .tQV,.tQP .tQT .tQV{display:flex;align-items:center}.tQO .tQT .tQV p,.tQP .tQT .tQV p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tQO .tQT .tQV p,.tQO .tQT p.tQW,.tQP .tQT .tQV p,.tQP .tQT p.tQW{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tQO .tQT p.tQW,.tQP .tQT p.tQW{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tUU{display:flex;flex-direction:column}.tQO .tQT p.tQ0,.tQP .tQT p.tQ0{font-size:12px;font-weight:300;margin-top:8px}.tQ1,.tQ2{font-weight:300}.tQ3{font-size:14px;max-width:720px}.tQ5{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.tRc .tRd{border-radius:6px;height:24.615vw;width:43.846vw}.tQ6>a{height:32px;width:32px}.tQ4{gap:0 4.103vw}.tQ6 .tQ7{width:60%}.tQ8{height:32px;width:32px}.tRa>button{top:-14px}.tQ9{margin-bottom:16px;max-width:100%}.tRa{margin-left:40px}.tQ6{height:38px}.tRb{font-size:10px}.tRc .tRd img{width:100%}.tRg{display:flex;align-items:center}.tRg .tRi{margin-right:16px}.tRg .tRj{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tRg .tRj .tRk{display:flex;align-items:center}.tRg .tRj .tRk p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tRg .tRj p.tRl{margin-top:8px;margin-bottom:0}.tRg .tRo{display:flex}.tRm .tRn{font-size:14px;line-height:1.5714285714}.tUa{flex-direction:column;gap:48px}.tRp,.tUa{display:flex}.tRp{align-items:center}.tRp .tRq{margin-right:16px}.tRp .tRs{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tRp .tRs .tRt{display:flex;align-items:center}.tRp .tRs .tRt p{height:1em;overflow:hidden;line-height:unset}.tRp .tRs p.tRu{font-size:12px;font-weight:300;margin-top:4px}.tRw,.tRx,.tRy{width:43.846vw}.tRx,.tRy{margin-bottom:8px;height:24.615vw}.tRy .tUb{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tRB .tRC{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tRB .tRD{font-weight:300;margin-bottom:2px;height:1.5em}.tRB .tRD,.tRB .tRE{font-size:12px;line-height:1.5}.tRB .tRE,.tRF{margin-bottom:8px}.tRH .tRI{font-size:10px}.tRR{gap:27px 2.051vw}.tRS{width:29.231vw}.tRS .tOe{border-radius:6px}.tRR .tRA{right:8px}.tRU{top:27%}.tRR .tOd.tRT span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tRV.tUc{margin-top:12px}.tRX{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tRY{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tRZ{font-size:10px}.tRR .tR0,.tRZ{margin-top:10px}.tR2 img{width:80px;height:80px}.tR1 li:not(:last-child){margin-bottom:5px}.tR1 .tR3 p{font-size:10px}.tR4{max-width:100%}.tR4 .tR5{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tR4 .tUd{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tR4 .tUe{margin-left:16px}.tR4 .tR7{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.tR4 .tSb{justify-content:left}.tR4 .tSg{background-color:rgba(0,0,0,0);padding:0;position:relative}.tR4 .tSg .tSh{max-width:100%}.tR4 .tSg a{padding-right:0}.tR4 .tSg .tSi{font-size:12px;padding-left:0;margin-bottom:8px}.tR4 .tSg .tSi:after{font-size:12px}.tR4 .tSg .tSl{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.tR4 .tSg .tUf{position:absolute;bottom:2px;right:0;z-index:5}.tSq{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}.tSq .tUg{justify-content:space-between}.tSq .tUg,.tSq .tUg a{display:flex;align-items:center}.tSq .tUg a{gap:16px}.tSr{width:30.769vw;height:42.307vw}.tSs{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}.tSs.tUh,.tSs.tUi{right:unset;left:-1.282vw}.tSq .tSt{max-width:28.205vw;margin-top:16px}.tSt .tSu{display:flex;justify-content:space-between;align-items:center}.tSt .tSu .tSv{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tSw{position:unset;top:unset;right:unset}.tSt .tSx{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tSt .tSy{display:flex;align-items:center;margin-top:8px;gap:12px}.tSt .tSy .tSz{display:block;position:absolute;top:36px;left:78px;gap:4px}.tSt .tSA{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tSq .tSB{margin-top:16px;position:relative;gap:unset}.tSB a{display:flex;align-items:center;gap:16px}.tSB .tUI{min-width:72px;min-height:72px}.tSJ{max-width:100%}.tSJ .tSK{font-size:72px;line-height:1.1944444444}.tSJ .tSK,.tSJ .tSL{margin-bottom:8px}.tSJ .tSM{margin-bottom:12px}.tSJ .tSM .tSO{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tSJ .tSM .tSP{font-size:12px;color:#d3d3d3}.tSJ .tUj{margin-left:16px}.tSJ .tSO{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tSJ .tSQ{justify-content:space-between}.tSJ .tSQ,.tSJ .tSQ .tUk{display:flex;align-items:center}.tSJ .tSQ .tUk{gap:8px}.tSJ .tUl{display:flex;align-items:center}.tSJ .tUl .tUm{width:40px;height:40px}.tSJ .tSW{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tSJ .tSW .tSX{max-width:100%}.tSJ .tSW a{padding-right:0}.tSJ .tSW .tSY{font-size:12px;padding-left:0;margin-bottom:8px}.tSJ .tSW .tSY:after{font-size:12px}.tSJ .tSW .tS1{font-size:12px;line-height:1.567}.tS5{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tS6{margin-bottom:12px;width:75.128vw;height:42.308vw}.tS6 .tS8.tS9,.tS6 .tTa.tTb{top:8px;left:8px}.tTd{display:unset;align-items:unset;gap:0}.tUn{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tTd .tTg .tTh{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tTd .tTg .tTh,.tTd .tTg .tTi{font-size:14px;line-height:1.571}.tTd .tTg .tTi{margin-bottom:4px}.tTd .tTg .tTj{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tTk{padding-left:0}.tTr{max-width:49.231vw}.tTr .tUo{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tTr .tUp{border-radius:12px;width:100%;height:100%;object-fit:cover}.tUo .tUq{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tUo .tIY{position:absolute;bottom:0;right:0}.tTr .tTs{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tTr .tUr{display:flex;align-items:center;margin-bottom:8px}.tTr .tUs{font-size:12px;margin-right:16px;color:#d3d3d3}.tTr .tUt{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.tTB{max-width:91.795vw}.tTB a{display:flex;align-items:center}.tTB .tOF{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.tTB .tOy{border-radius:6px}.tTB .tTC .tTD{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.tTB .tTE{display:flex;align-items:center}.tTB .tTE .tTG{font-size:12px;color:#d3d3d3}.tTH{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tTH .tO1{width:unset;height:unset;min-width:21.538vw}.tTH .tO3{font-size:14px}.tTH::-webkit-scrollbar{display:none}.tTI{max-width:91.795vw}.tTI .tTJ{padding:12px 0}.tTI .tTK{display:none}.tTI .tTL{width:36px;height:49px;border-radius:6px;margin-right:16px}.tTI .tTM{width:28px}.tTI .tTN{width:calc(100% - 120px)}.tTQ{flex-direction:column;gap:16px}.tTQ,.tTR{display:flex}.tTR{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tTR a{max-width:unset}.tTS{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.tTT{border-radius:12px}.tTU{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.tTV{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tTY .tOi{font-size:10vw}.tTY .tOh[data-is-first=true]{width:54px;flex:0 0 54px}.tTY .tOh{position:relative;width:80px;flex:0 0 80px}.tTY .tOh[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.tRZ span{transform:scaleX(.9);white-space:nowrap}.tTY .tOi{font-size:16.4vw;bottom:-1.5vw}.tTY .tOh[data-is-first=true]{width:40px;flex:0 0 40px}.tTY .tOh{width:48px;flex:0 0 48px}.tTY .tOh[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tP9.tQt .tQc .tOy,.tP9.tUy .tQc .tOy,.tQc .tOy{border-radius:1.1515vw}.tP9.tQt .tQc .tOF .tIY,.tQc .tOF .tIY{width:3.071vw}.tRS .tOe,.tRc .tRd,.tRx .tRz,.tRy .tRz,.tTB .tOy{border-radius:1.1515vw}.tTr .tUp{border-radius:2.303vw}.tUo .tIY{width:3.071vw}.tTT{border-radius:2.303vw}}@media screen and (max-width:375px){.tPt{margin-bottom:4.267vw;padding-right:4.267vw}.tPu{font-size:4.267vw}.tPv{margin-bottom:3.75vw}.tPw{font-size:3.75vw}.tPA{gap:2.133vw}.tPA .tPN{top:1907px;left:16px;width:72vw;height:40.266vw}.tPA .tPN :not(:first-child){margin-left:8px}.tPP,.tPS .tPP,.tPU{gap:2.133vw}.tPT .tOc{border-radius:3.2vw}.tPY li{border-radius:2.133vw}.tPY li:not(:last-child){margin-bottom:4.267vw}.tP0{font-size:5.333vw}.tP2{padding-left:4.267vw;padding-right:4.267vw}.tP3{font-size:3.733vw;margin-bottom:1.067vw}.tP4{margin-bottom:1.333vw}.tP4,.tP5,.tP7{font-size:3.2vw}.tP7{right:4.267vw;bottom:4.267vw}.tP8{gap:4.267vw}.tQc .tOy{border-radius:1.6vw}.tQd{padding-right:11.733vw;margin-left:4.267vw}.tQd .tHA{margin-bottom:1.067vw;font-size:3.733vw}.tQd .tHR{margin-bottom:2.133vw;font-size:3.2vw}.tQe{gap:2.133vw}.tP9 .tQd .tQg>div{width:4.267vw;height:4.267vw}.tQd .tQf{font-size:2.667vw}.tQd .tUu .tUv{width:3.733vw;height:3.733vw}.tQi{min-width:8.53333vw;margin-left:2.133vw}.tQi .tNB{width:8.53333vw;height:8.53333vw}.tQi .tNT{height:4.267vw}.tQc .tOF .tIY,.tQi .tNT{width:4.267vw}.tP9 .tQo{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tP9.tUw .tUx{font-size:3.733vw;margin-top:4.267vw}.tP9.tUy .tQc .tOy{border-radius:1.6vw}.tP9.tUy .tQd .tHR{margin-bottom:4.267vw}.tP9.tUy.tP9 .tQh{font-size:3.2vw}.tP9.tUy.tP9 .tQe{margin-top:4.267vw}.tP9.tQt .tQc .tOF .tIY{width:4.267vw}.tP9.tQt .tQd .tHS{margin-bottom:3.2vw}.tP9.tQt .tQu{font-size:3.2vw;margin-bottom:1.067vw}.tP9.tQt .tQv{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tP9.tQt .tQv span:first-child{margin-right:4.267vw}.tP9.tQt .tQw{font-size:2.667vw;margin-bottom:3.2vw}.tP9.tQt .tUx{margin-top:4.267vw}.tP9.tQt.tP9 .tQh{font-size:3.2vw}.tP9.tQt .tUz{width:4.267vw;height:4.267vw}.tQx .tQy .tT8{margin-right:4.267vw}.tQx .tQy .tT8 .tT9{border-radius:1.6vw}.tQx .tQy .tT8 .tUA{width:10.256vw}.tQx .tQy .tQz{margin-right:6.154vw}.tQx .tQy .tQz.tUB{margin-right:2.133vw}.tQx .tQy .tQz .tQA{font-size:3.77vw;margin-bottom:1.067vw}.tQx .tQC .tQD,.tQx .tQz .tQB{font-size:3.2vw}.tQx .tQG{height:3.333vw}.tQx .tQy .tQz.tUC{margin-right:2.133vw}.tQx .tQy .tJk.tUD{font-size:3.2vw;padding:0 1.795vw}.tQK,.tUE{font-size:3.77vw}.tOB.tUF{margin-bottom:1.6vw}.tQx .tQC .tUG,.tQx .tQC .tUH{font-size:3.2vw}.tQO .tQT,.tQO>a>div:first-child,.tQP .tQT,.tQP>a>div:first-child{margin-right:4.267vw}.tQO .tQT .tQX{margin-bottom:0}.tQ1 span,.tQ2 span{margin-left:.8vw}.tQO img.tQU{margin-right:4.267vw}.tQO .tQT .tQV p,.tQP .tQT .tQV p{font-size:3.733vw;margin-right:.533vw}.tQ1,.tQ2,.tQO .tQT p.tQ0,.tQO .tQT p.tQW,.tQP .tQT p.tQW{font-size:3.2vw;margin-top:2.133vw}.tQ3{font-size:3.733vw}.tQ4{display:flex;flex-wrap:wrap}.tQ4 li:nth-of-type(2n){margin-right:0}.tQ5{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tQ6>a>img,.tQ6>div{margin-right:2.133vw}.tQ6 .tQ7{width:60%}.tQ8{height:8.533vw;width:8.533vw}.tRa>button{top:-3.733vw}.tQ6 .tQ7 .tQ9{max-width:100%;font-size:3.733vw}.tRa{margin-left:10.667vw}.tQ6 .tQ7 .tRb{font-size:2.667vw}.tRc .tRd{margin-bottom:2.133vw;border-radius:1.6vw}.tRc .tRd img{width:100%}.tRc .tRd span{right:2.133vw;bottom:2.947vw}.tRc .tRe{font-size:3.733vw}.tRc .tRe,.tRc .tRf{margin-bottom:2.133vw}.tRc .tRf{font-size:3.2vw}.tRg{margin-bottom:4.267vw}.tRg .tRi,.tRg>a>div:first-child{margin-right:4.267vw}.tRg .tRj{margin-right:1.067vw}.tRg .tRj .tRk>img:last-child{margin-left:.533vw}.tRg .tRj .tRk p{font-size:3.733vw}.tRg .tRj p.tRl{font-size:3.2vw;margin-top:2.133vw}.tRm .tRn{font-size:3.734vw}.tRg .tRo button:first-child{margin-right:2.133vw}.tUa{gap:12.8vw}.tRp .tRq,.tRp>a>div:first-child{margin-right:4.267vw}.tRp .tRs{margin-right:1.067vw}.tRp .tRs .tRt p{font-size:3.733vw}.tRp .tRs .tRt>img{margin-left:.533vw}.tRp .tRs p.tRu{font-size:3.2vw;margin-top:1.067vw}.tRv{gap:4.267vw}.tRx,.tRy{margin-bottom:2.133vw}.tRx .tRz,.tRy .tRz{border-radius:1.6vw}.tRx .tRA,.tRy .tRA{right:2.133vw;top:2.133vw}.tRx span{right:2.133vw;bottom:2.133vw}.tRy span{font-size:3.77vw}.tRy .tUb{width:4.267vw}.tRB .tRC{font-size:3.77vw;margin-bottom:.256vw}.tRB .tRD{font-size:3.2vw;margin-bottom:.533vw}.tRB .tRE{font-size:3.2vw}.tRB .tRE,.tRF{margin-bottom:2.133vw}.tRF .tRG{gap:1.6vw}.tRH .tRI{font-size:2.667vw}.tRL{gap:4.267vw;width:calc(100% - 3.733vw)}.tRJ li:not(:last-child){margin-bottom:4.267vw}.tRN{font-size:3.733vw;margin-right:2.933vw}.tRN,.tRO{margin-bottom:2.133vw}.tRO>p{margin-right:2.133vw}.tRO>p,.tRP{font-size:3.2vw}.tRP{margin-right:2.933vw}.tRR{gap:7.2vw 2.133vw}.tRS{width:31.785%}.tRS .tOe{border-radius:1.6vw}.tRR .tRA{top:2.133vw;right:2.133vw}.tRU{width:4.267vw}.tRR .tOd.tRT span{font-size:3.2vw}.tRV.tRW{margin-top:3.2vw}.tRX{font-size:3.733vw;margin-top:2.033vw}.tRY{font-size:3.2vw;margin-top:1.233vw}.tRZ{font-size:2.667vw;margin-top:2.667vw}.tRZ span:not(:last-child){margin-right:0}.tRR .tR0{margin-top:2.667vw}.tR2 img{width:21.333vw;height:21.333vw}.tR1 .tR3{margin-left:4.267vw}.tR1 li:not(:last-child){margin-bottom:1.333vw}.tR1 .tR3 p{font-size:2.667vw}.tR4 .tR5{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tR4 .tUd{margin-bottom:4.267vw}.tR4 .tUe{margin-left:4.267vw}.tR4 .tR7{font-size:3.733vw;margin-bottom:3.2vw}.tR4 .tSg .tSh{margin-left:3.733vw}.tR4 .tSg .tSi{margin-bottom:2.133vw}.tR4 .tSg .tSi,.tR4 .tSg .tSi:after,.tR4 .tSg .tSl{font-size:3.2vw}.tSq{padding-left:17.067vw;padding-top:6.4vw}.tSq .tUg a{gap:4.267vw}.tSr{border-radius:1.6vw}.tSs{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}.tSs.tUh,.tSs.tUi{right:unset;left:-1.282vw}.tSq .tSt{margin-top:4.267vw}.tSt .tSu .tSv{font-size:3.733vw}.tSt .tSx{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tSt .tSy{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tSt .tSy .tSz{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tSt .tSA{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tSq .tSB{margin-top:4.267vw}.tSB a{gap:4.267vw}.tSB .tUI{min-width:19.2vw;min-height:19.2vw}.tSD .tSE{margin-bottom:1.333vw;align-items:center}.tSB .tSD .tSH,.tSD .tSE{font-size:3.2vw}.tSJ .tSK{font-size:19.2vw;line-height:1.1944444444}.tSJ .tSK,.tSJ .tSL{margin-bottom:2.133vw}.tSJ .tSM{margin-bottom:3.2vw}.tSJ .tSM .tSO{font-size:3.733vw;margin-bottom:2.133vw}.tSJ .tSM .tSP{font-size:2.133vw}.tSJ .tUj{margin-left:4.267vw}.tSJ .tSO{font-size:3.733vw;margin-bottom:3.2vw}.tSJ .tSQ .tUk{gap:2.133vw}.tSJ .tUl .tUm{width:10.667vw;height:10.667vw}.tSJ .tSW .tSY{margin-bottom:2.133vw}.tSJ .tSW .tS1,.tSJ .tSW .tSY{font-size:3.2vw}.tSJ .tSS img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tSJ .tST{font-size:3.2vw}.tS5{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tS6{margin-bottom:3.2vw}.tS6 .tS7{width:100%;border-radius:3.2vw}.tS6 .tS8.tS9,.tS6 .tTa.tTb{top:2.133vw;left:2.133vw}.tS6 .tTc{width:10.256vw}.tS6 span{right:2.133vw;bottom:2.133vw}.tUn{letter-spacing:-2.4vw;font-size:18.462vw}.tTd .tTg .tTh{font-size:3.77vw;margin-bottom:.533vw}.tTd .tTg .tTi{font-size:3.77vw;margin-bottom:1.067vw}.tTd .tTg .tTj{font-size:3.2vw;margin-bottom:2.667vw}.tTk{margin-bottom:3.2vw}.tTk .tST{font-size:3.2vw}.tTk .tTl{gap:2.133vw}.tTm{gap:3.2vw}.tTn{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tTm .tTo{font-size:3.2vw;margin-bottom:1.282vw}.tTm .tTo:after{font-size:3.2vw;margin-left:1.539vw}.tTm .tTq{font-size:3.2vw}.tTr{max-width:51.2vw}.tTr .tUo{margin-bottom:4.267vw}.tTr .tTu{border-radius:3.2vw}.tTr .tTs{font-size:3.733vw;margin-bottom:6.4vw}.tTr .tTy{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tTr .tTz{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tTr .tTz,.tTr .tUJ>span{font-size:3.2vw}.tTr .tUt{font-size:3.733vw}.tTr .tUs{font-size:3.2vw;margin-right:4vw}.tUo .tIY{width:4.267vw}.tTB .tOF{margin-right:4.267vw}.tTB .tOy{border-radius:1.6vw}.tTB .tTC .tTD{font-size:3.733vw;margin-bottom:2.133vw}.tTB .tTE .tTF{margin-right:2.133vw}.tTB .tTE .tTG{font-size:3.2vw}.tTH{gap:2.133vw}.tTH .tUK,.tTH .tUL{border-radius:4.267vw}.tTH .tO3{font-size:3.733vw}.tTI .tTJ{padding:3.2vw 0}.tTI .tTK,.tTI .tTL{margin-right:4.267vw}.tTI .tTL{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tTI .tTM{width:7.468vw;font-size:3.733vw}.tTI .tTN{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tTO{width:6.4vw;height:6.4vw}.tTQ{display:flex;flex-direction:column;gap:4.267vw}.tTR a{width:calc(100% - 8.533vw)}.tTU{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tTV{font-size:3.733vw}.tTW{width:8.533vw;height:8.533vw}.tTT{border-radius:3.2vw}.tTZ{padding-bottom:7.179vw}.tTY .tPt{padding-right:4.267vw}.tT0{gap:2.051vw}.tTY .tLi{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tUV .tQi{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tUV .tQi{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tUV .tQi{top:30.7675%!important}}@media screen and (max-width:376px){.tUV .tQi{top:30%!important}}.tUW{display:inline-flex;gap:16px}.tUX{animation:tUX .8s linear infinite}.tUY>img{width:100%;height:100%;display:block}@keyframes tUX{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tUZ{height:4px}.tU0,.tUZ{width:100%}.tU0{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.tU1{width:90px;background-color:hsla(0,0%,100%,.6)}.tU1,.tU2{height:4px;border-radius:4px}.tU2{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tRV{display:inline-block}.tUu{gap:2px}.tU3,.tUu{display:flex;align-items:flex-end}.tU3{max-height:-moz-fit-content;max-height:fit-content}.tUJ>span{display:block;font-size:12px;font-weight:600;color:#fff}.tU4{display:inline-block;cursor:pointer}.tU4 input{display:none}.tU4 input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.tU4 input:checked~span{width:80px}.tU4 input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tU6{width:58.2%}.tU7{cursor:pointer}.tU8{height:2px}.tU8.tU9 .tU7{width:24px;height:24px}.tU8.tVa .tU7{display:none}.tVb{display:inline-block;margin-right:16px;cursor:pointer}.tVb:last-child{margin-right:0}.tVb input{display:none}.tVb 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)}.tVb input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.tU5{border-radius:2px}.tU6{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tU6,.tU7{position:relative}.tU7{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.tVc.tU5{height:4px}.tVc .tU7{width:26px;height:26px}.tVd .tU7{display:none}.tVe{display:flex;align-items:center;margin:0 8px;position:relative}.tVf{margin-left:12px}.tVf,.tVg{font-size:12px;font-weight:300}.tVg{top:-16px}.tVg,.tVh{position:absolute}.tVh{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tVh:before{content:"●";color:#ff0576;font-size:16px}.tVh span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tVi{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tVj{margin-bottom:16px}.tU5{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tVk{height:4px}.tVl{margin-bottom:12px;font-size:12px;font-weight:300}.tVk .tU6{width:31.3%}.tVk .tU7{width:26px;height:26px}.tVm .tU7{display:none}.tVn{margin-right:56px}.tVo{position:relative;width:100%;height:100%}.tVo,.tVp{display:flex;align-items:center;justify-content:center}.tVp{width:calc(100% - 12px);height:2px}.tVp .tVq{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)}.tVr{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tVr .tVs{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)}.tVt[data-current-index="1"] .tVr>.tVs:first-child,.tVt[data-current-index="2"] .tVp>.tVq:first-child,.tVt[data-current-index="2"] .tVr>.tVs:not(.tVs:nth-child(3)),.tVt[data-current-index="3"] .tVp>.tVq,.tVt[data-current-index="3"] .tVr>.tVs{background-color:#ff0576}.tVu{width:528px;height:12px}.tVv{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tVv>img{display:block;width:36px;height:36px}.tVw{width:528px;height:12px}.tVx[data-current-index="1"] .tVr>.tVs:first-child,.tVx[data-current-index="2"] .tVp>.tVq:first-child,.tVx[data-current-index="2"] .tVr>.tVs:first-child,.tVx[data-current-index="2"] .tVr>.tVs:nth-child(2),.tVx[data-current-index="3"] .tVp>.tVq:not(.tVq:last-child),.tVx[data-current-index="3"] .tVr>.tVs:not(.tVs:last-child),.tVx[data-current-index="4"] .tVp>.tVq,.tVx[data-current-index="4"] .tVr>.tVs{background-color:#ff0576}@media screen and (max-width:1024px){.tU4 input~span{height:4px;width:8px}.tU4 input:checked~span{width:48px}.tU4 input:checked~span>span{width:50%}.tVu,.tVw{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tUY>img{width:8.533vw;height:8.533vw}.tUZ{height:1.067vw}.tU0{border-radius:.533vw}.tU1{width:24vw;background-color:hsla(0,0%,100%,.6)}.tU1,.tU2{height:1.067vw;border-radius:.533vw}.tU2{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tUu{gap:.533vw}.tUJ>span{font-size:3.2vw}.tU4 input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.tU4 input:checked~span{width:12.8vw}.tU4 input:checked~span>small{border-radius:.8vw}.tU8{height:.533vw}.tU8.tU9 .tU7{width:6.4vw;height:6.4vw}.tVb{margin-right:4.267vw}.tVb input~span{height:3.2vw;width:3.2vw}.tU5{height:.533vw;border-radius:.533vw}.tU7{width:3.2vw;height:3.2vw}.tVc.tU5{height:1.067vw}.tVc .tU7{width:6.933vw;height:6.933vw}.tVe{margin:0 2.133vw}.tVf{margin-left:3.2vw}.tVf,.tVg{font-size:3.2vw}.tVg{top:-4.267vw}.tVh{bottom:-8.533vw}.tVh,.tVh span,.tVh:before{font-size:3.2vw}.tVi{width:42.667vw;bottom:10.4vw;left:10.933vw}.tVj{margin-bottom:4.267vw}.tU5{border-radius:1.067vw}.tVk{height:1.067vw}.tVl{margin-bottom:3.2vw;font-size:3.2vw}.tVk .tU7{width:6.933vw;height:6.933vw}.tVn{margin-right:14.933vw}.tVp{width:calc(100% - 3.2vw);height:.533vw}.tVr .tVs{width:3.2vw;height:3.2vw}.tVu{width:calc(100% - 10.933vw);height:3.2vw}.tVv{width:10.667vw;height:10.667vw}.tVv>img{width:9.6vw;height:9.6vw}.tVw{width:calc(100% - 10.933vw);height:3.2vw}}.tVy{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}.tVy:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tVy::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tVy.tVz:before{vertical-align:text-top;height:unset}.tVA{display:none}.tVB{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}.tVC{margin:40px}.tVD{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tVD:hover{opacity:.6}.tMx{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}.tVE{margin:40px}.tVF{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tVF:hover{opacity:.6}.tVG{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tVG:hover{opacity:.6}.tVH{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}.tVH,.tVI{position:relative;width:560px}.tVI{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tVI img{width:100%;height:100%;object-fit:cover}.tVJ{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tVK{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tVK,.tVL{margin-bottom:24px}.tVL{width:100%}.tVM{text-align:center}.tVN{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}.tVO{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tVP{display:block;text-align:center;color:#fff;margin-bottom:40px}.tVN .tMb.tMc .tMd,.tVQ .tMb.tMc .tMd{width:100%}.tVR{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)}.tVS{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)}.tVS:last-child{margin:0}.tVS input{opacity:0;cursor:pointer;height:0;width:0}.tVS input,.tVT{position:absolute}.tVT{top:0;left:0;height:16px;width:16px}.tVT:after{content:"";position:absolute;display:none}.tVS input:checked~.tVT:after{display:block}.tVS .tVT:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tVU{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tVV{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}.tVW{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tVX{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}.tVX:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tVQ .tMb.tMc{display:block}.tVQ .tMb.tMc .tMd{padding:8px 24px}.tVQ .tMb.tMc .tMd:hover{background-color:hsla(0,0%,100%,.1)}.tVY{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tVZ{position:absolute;top:0;right:0;cursor:pointer}.tVZ:hover{opacity:.6}.tV0{display:inline-flex}.tV0 .tM7{width:1px;height:auto;margin:24px 0}.tV1{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)}.tV2{position:relative}.tV2 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tV2 .tJl{font-weight:300;cursor:pointer}.tV2 .tJl:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tV2 .tJl img{display:none}.tV2 input:checked~.tJl img{display:block}.tV3{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}.tV4{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tV5{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}.tV5::-webkit-scrollbar{width:28px}.tV5::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.tV5::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.tV6{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tV7 label{position:relative}.tV7 input{opacity:0;cursor:pointer;height:0;width:0}.tV7 input,.tV8{position:absolute}.tV8{top:3px;left:0;height:16px;width:16px}.tV8:after{content:"";position:absolute;display:none}.tV7 input:checked~.tV8:after{display:block}.tV7 .tV8:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tV9{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tWa{position:absolute;top:16px;right:16px;cursor:pointer}.tWa:hover{opacity:.6}.tWb{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)}.tWc{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tWd{width:24px;height:24px;cursor:pointer}.tWd:hover{opacity:.6}.tWe{font-weight:600;font-size:18px;cursor:pointer}.tWf{margin-bottom:16px}.tWg{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tWg li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tWh{color:#1fb1ff}.tWi{color:#ec28bf}.tWj{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tWj li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tWj li,.tWj li span{display:flex;justify-content:center;align-items:center}.tWj li span{width:100%;height:100%;cursor:pointer}.tWj li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tWj span.tP6{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tWk{display:flex;align-items:center;justify-content:space-between}.tWk .tJl{width:31.5%;height:36px;padding:0}.tWk .tJf{width:65.5%}.tWl{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}.tWm{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tWm:hover{opacity:.6}.tWn{display:none}.tWo{position:absolute;top:16px;left:unset;right:16px}.tWo:hover{opacity:.6}.tWp{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tVB{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tVC{margin:40px 16px}.tVD{top:16px;left:unset;right:16px}.tMx{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tVE{margin:40px 16px}.tVF{top:16px;right:16px;left:unset}.tVH{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tVG{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tVI{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}.tVI img{width:100%;height:100%;object-fit:cover}.tVJ{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tVJ,.tVK{text-align:center}.tVK{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tVO{position:absolute;top:64px;left:unset;right:16px}.tVO:hover{opacity:.6}.tVN{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}.tWq{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tVP{margin-bottom:22px}.tVP .tHG{font-size:16px;line-height:1.625}.tV3{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tV3,.tWr{height:100%}.tV4{position:absolute;top:16px;right:16px;cursor:pointer}.tWs:before{display:none}.tWb{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tVy .tWb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tWc{margin-bottom:32px}.tWd{width:16px;height:16px}.tWe{font-size:20px}.tWf{margin-bottom:24px}.tWg li{font-size:14px;line-height:1.5714285714}.tWj{row-gap:8px}.tWj li{font-size:14px;line-height:1.5714285714}.tWk .tJl{width:27.78%;height:48px}.tWk .tJf{width:71.528%;height:48px}.tWt{position:absolute;top:16px;right:16px;cursor:pointer}.tWt:hover{opacity:.6}.tVz:before{display:none}.tWl{border-radius:unset;width:100%;margin:0}.tWm{top:4px;right:4px}.tWu{display:none}.tWn{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.tVB{border-radius:4.267vw}.tVC{margin:10.667vw 4.267vw}.tVD{top:4.267vw;right:4.267vw}.tMx{border-radius:4.267vw}.tVF{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tVH{border-radius:4.267vw}.tVG{top:17.067vw;right:4.267vw}.tVI{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tVJ{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tVK{font-size:4.267vw;padding:0 0 5.333vw}.tVO{top:17.067vw;right:4.267vw}.tVN{padding:6.4vw 4.267vw}.tVN,.tVN:before{border-radius:4.267vw}.tVN:before{padding:.267vw}.tVP{font-size:4.267vw}.tWv{margin-top:4.267vw}.tVR{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tVS{margin-bottom:4.267vw}.tVS .tVT:after,.tVT{height:4.267vw;width:4.267vw}.tVU{margin-left:6.4vw}.tVU,.tVY{font-size:3.733vw}.tVY{line-height:6.4vw;margin-left:2.133vw}.tVQ .tMb.tMc .tMd,.tVX{padding:2.133vw 6.4vw}.tVW{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tV4{top:4.267vw;right:4.267vw}.tV5{border-radius:4.267vw;margin:0 6.4vw}.tV5::-webkit-scrollbar{width:7.468vw}.tV5::-webkit-scrollbar-track{margin:3.2vw 0}.tV5::-webkit-scrollbar-thumb,.tV5::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.tV6{row-gap:6.4vw;padding:6.4vw 3.2vw}.tV8{top:.8vw}.tV7 .tV8:after,.tV8{height:4.267vw;width:4.267vw}.tV9{font-size:3.734vw;margin:0 6.4vw}.tWa{top:4.267vw;right:4.267vw}.tWb{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tWc{margin-bottom:8.533vw}.tWd{width:4.267vw;height:4.267vw}.tWe{font-size:5.334vw;line-height:1}.tWf{margin-bottom:6.4vw}.tWg{margin-bottom:3.2vw}.tWg li{width:8.533vw;font-size:3.734vw}.tWj{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tWj li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tWk .tJf,.tWk .tJl{height:12.8vw}.tWt{top:4.267vw;right:4.267vw}.tWm{top:1.067vw;right:1.067vw}.tWo{top:4.267vw;right:4.267vw}.tWp{text-align:left;width:32vw;margin:0 auto}}.tWw .tWx{font-size:20px}.tWw .tWy{font-size:40px}.tWw .tWz{font-size:16px}@media screen and (max-width:520px){.tWw .tWA .tWx{font-size:4.5vw}.tWw .tWA .tWy{font-size:9vw}.tWw .tWA .tWz{font-size:3.5vw}}.tWB{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tWB{display:none}}.tWB.tWC{right:0}.tWB.tWC,.tWB.tWD{top:0;height:100%;width:calc((100% - 976px)/2)}.tWB.tWD{left:0}.tWB.tWE{top:0}.tWB.tWE,.tWB.tWF{height:24px;width:100%}.tWB.tWF{bottom:0}.tG9.tWG{background:#333}.tWH{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)}.tWH,.tWH:before{border-radius:12px}.tWH: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}.tWI{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tWJ{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}.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{width:400px;padding-right:40px}.tWL{width:90px;height:50px;margin-right:16px}.tWM{border-radius:6px;object-fit:cover}.tWN{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tWO{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tWP{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tWJ .tWQ{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tWR{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.tWR,.tWS{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tWS{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tWS,.tWS:before{border-radius:8px}.tWS: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}.tWT{color:#fff;font-size:12px;font-weight:600}.tWU{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}.tWU,.tWU:before{border-radius:12px}.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-weight:600}.tWU>img{width:22px;height:22px;margin-right:8px}.tWW{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}.tWW: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%)}.tWX{color:#fff}.tWY{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)}.tWZ{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tWJ{width:100%;padding-right:16px}.tWU{width:auto;height:auto;padding:8px 16px}.tWU,.tWU:before{border-radius:8px}.tWU>img{width:16px;height:16px}.tWV{font-size:12px}.tWW{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tWJ{max-width:91.795vw}.tWN{max-width:41.026vw}.tWH{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tWH,.tWH:before{border-radius:3.2vw}.tWI{font-size:3.733vw}.tWJ{min-height:21.867vw;padding:4.267vw}.tWJ,.tWJ:before{border-radius:3.2vw}.tWJ:before{padding:.267vw}.tWL{width:24vw;height:13.333vw;margin-right:4.267vw}.tWM{border-radius:1.6vw}.tWN{width:calc(100% - 40vw)}.tWP{font-size:3.733vw;margin-left:4.267vw}.tWK{width:106.667vw;padding-right:10.667vw}.tWJ .tWQ{width:10.667vw;height:10.667vw}.tWN{font-size:3.2vw}.tWR{font-size:3.2vw}.tWR,.tWS{width:32vw;height:8.533vw}.tWS,.tWS:before{border-radius:2.133vw}.tWS:before{padding:.267vw}.tWT{font-size:3.2vw}.tWU{padding:2.133vw 4.267vw}.tWU,.tWU:before{border-radius:2.133vw}.tWU>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tWV{font-size:3.2vw}.tWY{width:11.733vw;height:5.867vw}.tWZ{font-size:3.733vw}}.tG8{position:relative;z-index:1}.tM7{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.tM7.tW0{opacity:.3}.tW1{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.tUv{position:relative;display:inline-block;width:14px;height:14px}.tW2{position:absolute;top:0;left:0}.tW2,.tW3{width:100%;height:100%}.tW3{display:block}.tW4{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tW4>input{display:none}.tW5{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tW5,.tW6,.tW7{width:100%;height:100%}.tW6,.tW7{display:block}.tW8{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}.tW4 input:checked~.tW8{opacity:1;transform:scale(1)}.tQo{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)}.tQo>input{display:none}.tQp{z-index:2}.tQp,.tQq{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tQq{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tQr,.tQs{width:100%;height:100%}.tQo input:checked~.tQq{opacity:1;transform:scale(1)}.tW9{display:flex;flex-wrap:wrap;gap:16px}.tXa{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)}.tXa.tXb{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tXc{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}.tXd{width:100%;height:100%;object-fit:cover}.tXe{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tXf{width:100%;height:336px}@media screen and (max-width:375px){.tW1{gap:4.267vw}.tUv{width:3.733vw;height:3.733vw}.tQo,.tW4{height:6.4vw;width:6.4vw}.tW9{gap:4.267vw}.tXa{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tS8,.tXg,.tXh,.tXi,.tXj,.tXk,.tXl,.tXm,.tXn,.tXo{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tXp,.tXq{display:inline-flex;gap:8px}.tXq{flex-direction:column}.tXr{display:inline-flex;gap:8px}.tQg{display:flex;align-items:center;gap:2px}.tQf{font-size:10px;font-weight:300;color:#bababa}.tXs{display:flex;align-items:flex-end;gap:10px}.tTa,.tXt{display:flex;flex-direction:column}.tXt{align-items:center;gap:1px}.tXu{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tXu: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){.tS8,.tXg,.tXh,.tXi,.tXj,.tXk,.tXl,.tXm,.tXn,.tXo{width:6.4vw;height:6.4vw}.tXp,.tXq,.tXr{gap:2.133vw}.tQg{gap:.533vw}.tQf{font-size:2.667vw}.tXs{gap:2.667vw}.tXt{gap:.267vw}.tXu{font-size:2.667vw}.tXu:before{height:2.667vw;width:6.4vw}}.tXv{z-index:auto!important}.tXw .tG9{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tXw .tG9,.tXw .tXx{position:relative}.tXw .tN2,.tXw .tXy{width:590px}.tXw .tXy{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}.tXw .tJj{width:170px}.tXw .tHx{text-align:left;padding-top:64px;padding-bottom:56px}.tXw .tT3{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tXw .tXz{position:absolute;right:0;bottom:0}.tXw .tXz .tIY{width:100%;height:100%}.tXw .tXA{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tXw .tVQ .tHE{margin:0 24px 16px}.tXw .tXB{position:fixed;bottom:48px;z-index:10}.tXw .tVV{position:absolute;top:40px;z-index:5}.tXw .tHE{margin:0 24px 16px}.tXw .tHC{margin-bottom:32px}.tXw .tHJ{margin-bottom:24px}.tXw .tMx{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tXw .tVE{height:100%;margin:unset}@media screen and (min-height:680px){.tXw .tXC{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){.tXw .tXC{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tXw .tXC{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tXw .tMs{margin-bottom:32px;max-width:100%}.tXw .tMx .tIZ{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}.tXw .tMx .tIZ :root .tXw .tMx .tIZ,.tXw .tMx .tIZ _::-webkit-full-page-media,.tXw .tMx .tIZ _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tXw .tMx .tIZ .tXw .tMx .tIZ,.tXw .tMx .tIZ ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.tIZ .tJl{width:100px;padding:unset}}@media screen and (max-width:1024px){.tIZ .tJl{width:53%}.tXw .tG9{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tXw .tXx{position:-webkit-sticky;position:sticky}.tXw .tHx{text-align:center;padding-top:16px;padding-bottom:24px}.tXw .tXz{width:4.103vw;height:4.103vw}.tXw .tXD{position:absolute;left:34px;top:4px}.tXw .tIZ{margin-top:32px}.tXw .tXA{grid-template-columns:repeat(1,1fr);gap:16px}.tXw .tXB{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tXw .tHE{margin-bottom:24px}.tXw .tVN .tIZ{margin-top:32px}.tXw .tHC{margin-bottom:24px}.tXw .tHJ{margin-bottom:16px}.tXw .tMs{margin-bottom:24px}.tXw .tXE{margin-bottom:72px}.tXw .tMx{padding:16px 16px 0}}@media screen and (max-width:1024px){.tXw .tMx .tIZ :root .tXw .tMx .tIZ,.tXw .tMx .tIZ _::-webkit-full-page-media,.tXw .tMx .tIZ _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tXw .tMx .tIZ .tXw .tMx .tIZ,.tXw .tMx .tIZ ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tXw .tXC{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){.tXw .tXC{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tXw .tXC{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tXw .tXC{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tXw .tXC::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tXw .tHx{padding-top:4.267vw;padding-bottom:6.4vw}.tXw .tT3{gap:1.333vw}.tXw .tXD{left:8.533vw;top:1.067vw}.tXw .tIZ{margin-top:8.533vw}.tXw .tXA{gap:4.267vw}.tXw .tXB{padding:0 4.267vw}.tXw .tHE{margin-bottom:6.4vw}.tXw .tVN .tIZ{margin-top:8.533vw}.tXw .tHC{margin-bottom:6.4vw}.tXw .tHJ{margin-bottom:4.267vw}.tXw .tMs{margin-bottom:6.4vw}.tXw .tMx .tIZ{padding:4.267vw}.tXw .tXC{padding-right:4.267vw}.tXw .tXE{margin-bottom:19.2vw}.tXw .tMx{padding:4.267vw 6.933vw 0 4.267vw}}