@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.nha{width:20px;margin-right:8px}.nhb{margin-left:auto;width:83.08vw;height:46.603vw}@media screen and (min-width:1025px)and (max-width:1367px){.nhb{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.nhb{width:100vw;height:unset}}.nhc{z-index:55!important}@media screen and (min-width:1025px){.nhb 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)}}.ycj{transition:opacity .7s;opacity:1;visibility:visible}.yck{transition:1s;opacity:0;visibility:hidden}.ycl{display:none!important}@keyframes ycm{0%{opacity:0}to{opacity:1}}.ycm{animation:ycm .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";.twW{display:block!important}.twX{display:none!important}.twY{margin-bottom:0!important}.twZ{text-align:center!important}.tw0{text-align:left!important}.tw1{display:none!important}.tw2{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.twX{display:block!important}.twW{display:none!important}}.tw3{max-width:2000px;padding-right:40px;margin-left:auto}.tw3,.tw4{padding-left:40px;margin-right:auto}.tw4{max-width:1960px}.tw5{max-width:760px}.tw5,.tw6{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.tw6{width:100%;max-width:1024px}@media screen and (min-width:1025px){.tw7{display:block;padding-left:64px}.tw8{padding-bottom:80px;min-height:calc(100vh - 80px)}.tw8.tw9{min-height:calc(100vh - 116px)}.tw8.txa{min-height:calc(100vh - 161px)}.tw8.txb{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.tw8{padding-bottom:80px;min-height:calc(100vh - 66px)}.tw8.tw9{min-height:calc(100vh - 181px)}.tw8.txa{min-height:calc(100vh - 226px)}.tw8.txb{min-height:calc(100vh - 924px)}.tw3{padding-right:16px}.tw3,.tw4,.tw5{padding-left:16px}.tw5{padding-right:16px}}@media screen and (min-width:1365px){.tw4{max-width:1960px}}@media screen and (min-width:2065px){.tw4{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.txc{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.txc .txd{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.txc .txd.txe{overflow-y:hidden}.txc .txd.txe:hover{overflow-y:auto}.txc .txf{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}.txc .txf span{display:none}.txc .txf span.txg{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}.txc .txf span.txg:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.txc .txf span.txh{font-size:12px;line-height:12px}.txc .txf span.txi{display:block}.txc nav{position:relative;z-index:2;margin-left:8px;height:100%}.txc .txj{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}.txc .txk{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.txc nav .txl{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}.txc nav>ul{position:absolute;left:5px;z-index:2}.txc nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.txc nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.txc nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.txc 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}.txc nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.txc nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.txc nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.txc nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.txc nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.txc nav>ul>li .txm{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.txc nav>ul>li .txm: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}.txc nav>ul>li .txm.txn:after{width:48px;left:0;padding:0 8px}.txc nav>ul>li .txm.txo:after{width:85px;left:70px;padding:0 8px}.txc nav>ul>li .txm li{position:relative;z-index:5;text-align:center}.txc nav>ul>li .txm li a{height:28px;line-height:28px}.txc nav>ul>li .txm li:first-child{margin-right:16px}.txc nav>ul>li .txm li:first-child a{padding:0 8px}.txc nav>ul>li .txm li a{display:block;font-size:12px}.txc nav>ul>li .txm li a:before{display:none}.txc nav>ul>li.txi a{position:relative;height:100%;font-weight:600}.txc nav>ul>li.txi a:before{top:17px}.txc nav>ul>li.txi:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.txc nav>ul>li.txi:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.txc nav>ul>li.txi:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.txc nav>ul>li.txi:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.txc nav>ul>li.txi:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.txc.txp{width:254px}.txc.txp a span{opacity:1;margin-left:0}.txc.txp .txf{opacity:1;margin-left:20px}.txc.txp .txm{opacity:1;margin-left:50px}.txc #txq{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.txc #txq .txr{background:transparent}.txc #txq .txr:after,.txc #txq .txr:before{margin-top:0}.txc #txq .txr:before{transform:rotate(-45deg)}.txc #txq .txr:after{transform:rotate(-135deg)}.txc #txs,.txc #txs:after,.txc #txs: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%}.txc #txs:after,.txc #txs:before{content:"";left:0}.txc #txs:before{margin-top:-9px}.txc #txs:after{margin-top:7px}}@media screen and (max-width:1024px){.txc{display:none!important}}@media screen and (max-width:375px){.tw3,.tw5{padding-right:4.267vw}.tw3,.tw4,.tw5{padding-left:4.267vw}.tw8{padding-bottom:21.333vw}}.txt{font-size:24px;font-weight:600;line-height:1.7083333333}.txu{font-size:18px;line-height:1.444}.txu,.txv{font-weight:600;text-align:center}.txv{font-size:24px;line-height:1.7083333333}.txw{text-align:center}.txw,.txx{font-size:32px;font-weight:600}.txx{line-height:1.857142}h2.txy{font-weight:600;font-size:24px}.txy,.txz{font-size:16px}.txA,.txy,.txz{font-weight:600}.txA{font-size:24px;line-height:1.333}.txB{font-size:20px;line-height:1.35}.txB,.txC{font-weight:600}.txC{font-size:14px;line-height:1.3571428571}.txD{font-weight:600;font-size:16px;line-height:1.3125}.txE,.txF{font-size:20px;line-height:1.7}.txE,.txF,.txG{font-weight:600}.txG{font-size:14px;line-height:1.3571428571}.txH{font-size:12px;line-height:1.3333333333}.txH,.txI{font-weight:600}.txI{font-size:16px;line-height:1.625}.txJ{font-size:14px;line-height:1.2857142857}.txJ,.txK{font-weight:600}.txK{font-size:12px;line-height:1.5}.txL,.txM{font-size:16px;line-height:1.625}.txN{font-size:14px;line-height:1.5714285714}.txO,.txP{font-size:16px;line-height:1.625;text-align:center}.txP{margin-bottom:20px}.txQ{font-size:14px;line-height:1.5714285714}.txR{font-size:12px;line-height:1.5}.txS{font-size:16px;line-height:1.125}.txT{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.txU{font-size:14px;line-height:1.5714285714}.txV{font-weight:300;font-size:10px;line-height:2.2}.txW{padding-left:1.5em;text-indent:-1.68em}.txW>li:not(:last-of-type){margin-bottom:16px}.txX{font-size:14px;line-height:1.5714285714}.txX:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.txY{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.txY li{text-align:-webkit-match-parent}.txY>li:not(:last-of-type){margin-bottom:16px}.txZ{font-size:14px;line-height:1.5714285714}.tx0{border-top:1px solid hsla(0,0%,100%,.3)}.tx0 li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tx1{font-weight:600;white-space:nowrap;margin-right:1em}.tx2{text-align:right;word-break:keep-all}.tx2 span{margin-left:24px}.tx3{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.tx3 .tx4{font-size:14px;line-height:1.5714285714}.tx5{color:#bababa}.tx5,.tx6{font-size:12px}.tx6,.tx7{font-weight:600}.tx7{font-size:20px;line-height:1}.tx8{display:grid;grid-row-gap:16px;row-gap:16px}.tx9{font-weight:600;font-size:24px;line-height:1.333}.tya{font-size:16px;line-height:1.625}.tyb{font-weight:600;font-size:40px;line-height:1.4}.tyc{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.txt{text-align:center}.txu{font-size:24px;line-height:1.7083}.txw{font-size:20px}.txx{font-size:14px}.txy,h2.txy{font-size:16px}.txA{font-size:20px;line-height:1.3}.txB,.txC,.txD{font-size:16px;line-height:1.625}.txE{font-size:20px;line-height:1.3}.txF,.txG,.txH,.txI{font-size:14px;line-height:1.5714285714}.txJ,.txK{font-size:12px;line-height:1.5}.txM,.txN,.txO,.txP{font-size:14px;line-height:1.5714285714}.txQ,.txR,.txS{font-size:12px;line-height:1.5}.txT,.txU{font-size:10px;line-height:1.5}.txU,.txV{margin-left:1em;text-indent:-1em}.txV{font-size:10px;line-height:1.5}.txW>li:not(:last-of-type){margin-bottom:16px}.txX{font-size:14px;line-height:1.5714285714}.txY{-webkit-padding-start:16px;padding-inline-start:16px}.tx7{line-height:1.125}.tx7,.tyb{font-size:16px}.tyb{line-height:1.625}.tyc{margin-top:5px;font-size:10px;width:240px;padding-left:0}.tyd{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.tx8{row-gap:8px}.tx9{font-size:14px;line-height:1.5714285714}.tya{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.tx8{row-gap:12px}.tx9{font-size:16px;line-height:1.625}.tya{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.txt,.txu,.txv{font-size:6.4vw}.txw{font-size:5.333vw}.txx{font-size:3.733vw}.txy,h2.txy{font-size:4.267vw}.txA{font-size:5.334vw}.txB,.txC,.txD{font-size:4.267vw}.txE{font-size:5.334vw}.txF{font-size:3.733vw}.txG,.txH{font-size:3.734vw}.txI{font-size:3.733vw}.txJ,.txK{font-size:3.2vw}.txL{font-size:4.267vw}.txM,.txN,.txO,.txP{font-size:3.733vw}.txQ,.txR,.txS{font-size:3.2vw}.txT,.txU,.txV{font-size:2.667vw}.txX,.txX:before{font-size:3.733vw}.txX:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.txW>li:not(:last-of-type){margin-bottom:4.267vw}.txZ{font-size:3.733vw}.txY{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.txY>li:not(:last-of-type){margin-bottom:4.267vw}.tx0 li{font-size:3.733vw;padding:4.267vw 0}.tx2 span{margin-left:6.4vw}.tx3 .tx4{font-size:3.733vw}.tx5,.tx6{font-size:3.2vw}.tx7{font-size:4.267vw}.tx8{row-gap:2.133vw}.tx9{font-size:3.734vw}.tya{font-size:3.2vw}.tyb{font-size:4.267vw}.tyc{font-size:2.667vw}}.tye{position:relative}.tyf{display:flex;gap:24px}.tyg,.tyh,.tyi,.tyj{font-size:10px;line-height:1;padding:2px 3px}.tyg{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:transparent linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.tyg.tyk{background:transparent linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.tyl{display:flex;gap:4px}.tyh{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.tyh.tym{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.tyn{display:flex;gap:4px}.tyi{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.tyo{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.tyj,.tyo{display:flex}.tyj{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.tyj span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.tyj small{font-family:SF Pro Text Regular,sans-serif}.typ,.tyq,.tyr{display:flex;gap:4px}.tys{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}.tyt{display:flex;gap:4px}.tyu{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.tyv{margin-top:4px;margin-left:36px}.tyw{display:flex;align-items:center}.tyx{margin-right:4px}.tyx,.tyx.tyy{display:flex;justify-content:center;align-items:center}.tyx.tyy{margin:0 8px}.tyz{display:flex;gap:4px}.tyA{margin-bottom:2px}.tyB{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.tyB.tyC{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.tyB.tyD{color:#ff0576;background:#fff}.tyB.tyE{width:14px;height:14px}.tyB.tyF{color:#fff;background:hsla(0,0%,88%,.3)}.tyB.tyG{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.tyH{display:flex;gap:4px}.tyI{width:38px;height:38px}.tyJ{display:flex;gap:4px}.tyK{width:14px;height:14px}.tyL{padding:5px 4px 3px 5px}.tyL,.tyM{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tyM{padding:4px}.tyN{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tyO{opacity:0}.tyP{padding:3px 3.5px 2.25px 4px}.tyQ{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}.tyR{display:flex;gap:12px}.tyS{padding:3px 4px;font-size:10px;font-weight:300;background:transparent;border:1px solid #fff;border-radius:4px}.tyS,.tyT{display:inline-flex;align-items:center;color:#fff}.tyT{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.tyT:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.tyo{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.tyj span{border-radius:1.1538461538vw}.tys,.tyu{border-radius:.5769230769vw}.tyv{margin-left:10vw}.tyA{margin-bottom:2px}.tyU{margin-left:8px}.tyQ,.tyS{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.tyg,.tyh,.tyi,.tyj{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.tyv{margin-left:40px}.tyU{margin-left:0}}@media screen and (max-width:375px){.tyf{gap:6.4vw}.tyV{width:5.867vw;height:6.4vw}.tyl,.tyn{gap:1.067vw}.tyG{font-size:2.333vw}.tyo{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.tyj span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.typ{gap:1.067vw}.tyW{width:10.133vw;height:10.133vw}.tyq{gap:1.067vw}.tyX{height:4.533vw}.tyr{gap:1.067vw}.tys{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tyt{gap:1.067vw}.tyu{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tyz{gap:1.067vw}.tyB{padding:.533vw .8vw;font-size:2.133vw}.tyE{width:3.733vw;height:3.733vw}.tyH{gap:1.067vw}.tyI{width:10.133vw;height:10.133vw}.tyJ{gap:1.067vw}.tyK{width:3.733vw;height:3.733vw}.tyL{padding:1.333vw 1.067vw .8vw 1.333vw}.tyL,.tyM{font-size:2.667vw;border-radius:1.067vw}.tyM{padding:1.067vw}.tyQ{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.tyR{gap:3.2vw}.tyS{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.tyY,.tyZ{text-align:center}.tyZ{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}.tyZ:hover{opacity:.6}.ty1.ty0,.tyZ.ty0{font-size:14px;width:unset;min-width:160px;height:36px}.ty1.ty0 .ty2{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.ty3{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.ty3,.ty4{width:20px;height:20px;margin-right:8px;transition:all .2s}.ty4{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.ty5{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.ty3.ty6{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.ty7{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.ty7,.ty8{width:20px;height:20px;margin-right:8px;transition:all .2s}.ty8{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.tyZ:disabled{background:#bababa;pointer-events:none}.ty9{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){.ty9:hover{opacity:.6}}@media screen and (max-width:1024px){.ty9:active{opacity:.6}}.tza{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tza.tzb{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.ty9:disabled{background:#bababa;pointer-events:none}.tyY li:not(:last-child){margin-bottom:16px}.ty1{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}.ty1:hover{opacity:.6}.ty1 img{margin-left:8px}.ty1 img,.tzc{filter:invert(1)}.tzc{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tzc.tzd{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.ty1:disabled{color:#fff;background:#bababa;pointer-events:none}.ty1:disabled .tzc{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tze{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){.tze:hover{opacity:.6}}@media screen and (max-width:1024px){.tze:active{opacity:.6}}.tzf{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}.tzf.tzg{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tze:disabled{color:#fff;background:#bababa;pointer-events:none}.tze:disabled .tzf{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tzh{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:transparent;display:inline-flex;justify-content:center;align-items:center}.tzh:hover{opacity:.6}.tzh img{width:20px;margin-right:8px}.tzh:disabled{pointer-events:none}.tzh:disabled *{opacity:.3}.tzi{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:transparent;display:inline-flex;justify-content:center;align-items:center}.tzi:hover{opacity:.6}.tzi img{width:20px;margin-right:8px}.tzj{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;display:inline-block}.tzj:disabled,.tzj:hover{color:hsla(0,0%,100%,.3)}.tzi:disabled,.tzj:disabled{pointer-events:none}.tzi:disabled *{opacity:.3}.tzk{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tzk:hover{opacity:.6}.tzk img{width:20px;margin-right:8px}.tzl{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tzl:hover{opacity:.6}.tzl img{width:20px;margin-right:8px}.tzm{font-weight:300}.tzn{padding:0;margin-bottom:24px}.tzn,.tzo{text-align:left;position:relative}.tzo{font-weight:300;font-size:14px;color:#fff;background:transparent;display:inline-flex;justify-content:center;align-items:center;line-height:0}.tzo:not(:first-child){margin-left:24px}.tzo:hover{opacity:.6}.tzp{width:24px}.tzq{font-size:14px;margin-left:8px}.tzr{margin-bottom:16px}.tzs{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.tzs:hover{background-color:hsla(0,0%,100%,.1)}.tzt{font-weight:600;font-size:14px;text-align:left;color:#fff}.tzu{width:16px;transition:all .3s}.tzu.tzv{transform:rotate(180deg)}.tzw{display:none;padding-top:8px}.tzw.tzv{display:block}.tzx{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.tzx,.tzy{text-align:left}.tzy{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.tzz{display:inline-block;max-width:320px;width:100%}.tzA{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.tzA:hover{border:1px solid #fff}.tzB{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.tzC{width:16px;transition:.3s ease-out}.tzC.tzD{transform:rotate(-180deg)}.tzE{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.tzF{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tzE::-webkit-scrollbar{width:20px}.tzE.txe::-webkit-scrollbar{width:24px}.tzE::-webkit-scrollbar-track{border:8px solid transparent;border-radius:50vh;background-clip:padding-box;margin:8px 0}.tzE::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:padding-box}.tzE span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.tzE .tzG{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.tzH{display:none}.tzH.tzI{display:block}.tzJ{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.tzJ,.tzK{-webkit-background-clip:padding-box;background-clip:padding-box}.tzK{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tzL{width:calc(100% - 72px)}.tzL,.tzM{text-align:left}.tzM{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.tzM.tzN{margin-bottom:5px}.tzO{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tzP{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tzP input{opacity:0;width:0;height:0}.tzQ{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.tzQ,.tzQ:before{position:absolute;transition:.4s}.tzQ:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tzP input:checked+.tzQ{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tzP input:checked+.tzQ:before{transform:translateX(24px)}.tzK.tzR .tzL{opacity:.4}.tzK.tzR .tzP{opacity:.4;pointer-events:none}.tzS{text-align:center}.tzT{display:inline-flex;font-size:16px;justify-content:center;position:relative}.tzT>li:not(:last-child){margin-right:32px}.tzU{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.tzV{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.tzU.tzW{color:#fff;pointer-events:none}.tzU.tzW:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tzX{overflow-x:auto}.tzX::-webkit-scrollbar{display:none}.tzY{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.tzY>li:not(:last-child){margin-right:24px}.tzZ{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.tz0{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.tzZ.tz1{color:#fff;font-weight:600;pointer-events:none}.tzZ.tz1:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tz2{width:auto;padding:0;display:flex;justify-content:space-around}.tz3{position:relative;display:inline-block;width:132px;height:28px}.tz3 input{opacity:0;width:0;height:0}.tz4{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:transparent;backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tz5{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.tz5:last-of-type{font-weight:300;padding-right:2px}.tz4: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}.tz3 input:checked+.tz4:before{transform:translateX(66px);left:0}.tz3 input:checked+.tz4 .tz5:last-child,.tz3 input:not(:checked)+.tz4 .tz5:first-child{opacity:1}.tz6{gap:32px}.tz6,.tz7{display:flex;justify-content:center}.tz7{opacity:.6;position:relative}.tz7.tz8{opacity:1;pointer-events:none}.tz7.tz8: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%}.tz9{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.tAa{display:none;width:32px;margin-bottom:9px}.tAb{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.tAc{flex-wrap:wrap;gap:8px}.tAc,.tAd{display:flex;margin:0}.tAd{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tAd,.tAe{transition:all .2s}.tAe{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.tAf:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tAg{width:114px;height:32px;padding:0;border-radius:16px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.tAh{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}.tAi:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.tAd.tAj{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tAd.tAj .tAe{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.tAd.tAj .tAf:before{content:"フォロー中";color:#fff}.tAk{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}.tAk,.tAl{transition:all .2s}.tAl{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.tAm:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tAk.tAn{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tAk.tAn .tAl{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.tAk.tAn .tAm:before{content:"ブロック中";color:#fff}.tAo{flex-wrap:wrap;gap:8px}.tAo,.tAp{display:flex;margin:0}.tAp{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tAp,.tAq{transition:all .2s}.tAq{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.tAr:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tAp.tAs{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tAp.tAs .tAq{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}.tAp.tAs .tAr:before{content:"ミュート中";color:#fff}.tAt{text-align:left;margin:0}.tAu{width:130px;height:40px;border-radius:20px;background:#fff}.tAu:hover{opacity:.6}.tAv{font-weight:600;font-size:14px;text-align:center;color:#151515}.tAw{text-align:left;margin:0}.tAx{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}.tAy{font-weight:600;font-size:12px;color:#fff}.tAz{width:20px;margin-left:8px}.tAA{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}.tAB{text-align:left;margin:0}.tAC{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.tAC:hover{opacity:.6}.tAD{font-weight:600;font-size:16px;text-align:left}.tAD,.tAE{color:#000}.tAE{font-weight:300;font-size:14px;text-align:right}.tAF{text-align:left;margin:0}.tAG{width:100%;height:48px;border-radius:24px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.tAG:hover{opacity:.6}.tAH{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}.tAH,.tAI{font-weight:600;color:#fff}.tAI{font-size:14px;text-align:right;flex:1 1}.tAJ{padding:0}.tAK{max-width:480px}.tAL{font-weight:300;font-size:14px;text-align:left;color:#fff}.tAM{display:flex;align-items:center;cursor:pointer}.tAM:last-child{margin-right:0}.tAN{position:absolute;opacity:0;width:0;height:0}.tAO{width:24px;height:24px;margin-right:8px;border:2px solid hsla(0,0%,89%,.5);border-radius:50vh}.tAN:checked+.tAO:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.tAP{margin-left:auto;transition:.2s ease-out}.tAP.tAQ{transform:rotate(-180deg)}.tAN:checked+.tAO{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid transparent}.tAR{display:none;margin-left:32px}.tAR.tAQ{display:block}.tAS{margin-top:16px;cursor:pointer}.tAS,.tAT{display:flex;justify-content:space-between;align-items:center}.tAT{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tAU{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tAU span{display:block}.tAV{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}.tAW{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.tAX{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}.tAX::-webkit-inner-spin-button,.tAX::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.tAY{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.tAZ{padding:0;text-align:left}.tA0{width:auto;height:32px;padding:0 16px;border-radius:16px;background:transparent;background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.tA0:hover{opacity:.6}.tA1{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.tA2{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.tA3{padding:0;text-align:left}.tA4{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.tA4:hover{opacity:.6}.tA5{font-weight:600;font-size:12px;text-align:center;color:#fff}.tA6{padding:0}.tA7{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.tA8{font-weight:600;font-size:12px;text-align:center;color:#fff}.tA9{padding:0;text-align:left}.tBa{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.tBa:hover{opacity:.6}.tBb{font-weight:600;font-size:12px;text-align:center;color:#151515}.tBc{padding:0;text-align:left}.tBd{width:114px;height:32px;border-radius:16px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tBd:hover{opacity:.6}.tBe{font-weight:600;font-size:12px;text-align:center;color:#fff}.tBf{width:14px;margin-right:5.23px}.tBg{padding:0;text-align:left}.tBh{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.tBh img{width:100%}.tBi{padding:0;text-align:left}.tBj{width:32px;height:32px;position:relative;cursor:pointer}.tBj,.tBk{display:block}.tBk{width:16px;height:16px;transform:translate(50%,50%);bottom:50%;right:50%;position:absolute;z-index:3}.tBk img{width:100%;height:auto;max-width:none}.tBl{animation:tBm .3s both;animation-delay:.1s}.tBn{display:block;width:13px;height:9px;position:absolute;bottom:48%;right:46%;transform:translate(50%,50%)}.tBo{left:0;bottom:70%;transform:translateY(50%) rotate(45deg);transform-origin:left;animation:tBp .1s both;animation-delay:.17s;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tBo,.tBq{position:absolute;display:block;height:2px;background-color:#fff;border-radius:0}.tBq{left:4.2426406871px;right:-3px;bottom:0;transform:rotate(-45deg);transform-origin:left;animation:tBr .2s both;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tBs{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%;transition:all .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));display:block;will-change:filter}.tBt{background-color:hsla(0,0%,59%,.6);z-index:2}.tBu{background:linear-gradient(#ff903c,#ff0576);border-radius:100%;z-index:1}.tBu,.tBv .tBt{opacity:0}.tBv .tBu{opacity:1}.tBv .tBl{animation:tBw 0s both}.tBv .tBo{animation:tBx .1s both;animation-timing-function:ease-out}.tBv .tBq{animation:tBy .2s both;animation-delay:.07s;animation-timing-function:ease-out}@keyframes tBx{0%{width:0}to{width:7px}}@keyframes tBp{0%{width:7px}to{width:0}}@keyframes tBy{0%{width:0}to{width:11px}}@keyframes tBr{0%{width:11px}to{width:0}}@keyframes tNZ{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tBm{0%{opacity:0}to{opacity:1}}@keyframes tBw{0%{opacity:1}to{opacity:0}}.tBz{padding:0;text-align:left}.tBA{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tBA:hover{opacity:.6}.tBB{font-weight:600;font-size:14px;text-align:center;color:#151515}.tBC{padding:0;text-align:left}.tBD{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.tBD:hover{opacity:.6}.tBE{font-weight:600;font-size:14px;text-align:center;color:#151515}.tBF{width:20px;margin-left:8px}.tBG{padding:0;text-align:left}.tBH{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tBH:hover{opacity:.6}.tBI{font-weight:600;font-size:14px;color:#151515}.tBI,.tBJ{text-align:center}.tBJ{display:block;padding:0}.tBK{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.tBL{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.tBL>li:not(:last-child){margin-right:16px}.tBM{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.tBM.tBN:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.tBO{color:#fff;font-weight:600;pointer-events:none}.tBO:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tBP{display:flex;width:auto;justify-content:flex-end}.tBP button:not(:last-child){margin-right:8px}.tBQ{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.tBQ.tBR{background:#fff;padding:0 14px}.tBQ:hover{opacity:.6}.tBS{font-weight:600;font-size:12px;text-align:center;color:#fff}.tBQ.tBR .tBS{color:#151515}.tBT{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}.tBU{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){.ty1,.ty9,.tyZ,.tze,.tzh,.tzi,.tzk,.tzl{width:100%}.tzz{max-width:unset}.tzY>li:not(:last-child){margin-right:16px}.tz6{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))}.tAa{display:block}.tAb{font-size:12px}.tAK{max-width:none}.tAW{gap:0;flex-direction:column;align-items:flex-start}.tAM:last-child{margin-right:0;margin-left:32px;margin-top:13px}.tBA{min-width:unset;height:22px;border-radius:16px}.tBB{font-size:10px}.tBD{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.tBE{font-size:12px}.tBF{margin-left:4px}.tBH{min-width:unset;height:22px;border-radius:16px}.tBI{font-size:10px}.tBK{font-size:16px;padding-bottom:16px}.tBV{overflow:auto}.tBV::-webkit-scrollbar{display:none}.tBL{justify-content:center;width:calc(518px + 100% - 2em)}.tBL>li:not(:last-child){margin-right:16px}.tBM{font-size:16px;padding:12px 0}.tBM.tBN:before{height:5px;width:5px}.tBO:after{height:4px}.tBT{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.tBd{width:64px}}@media screen and (max-width:375px){.tyY li:not(:last-child){margin-bottom:4.267vw}.ty1,.tyZ,.tzh{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.ty3,.tza,.tzc,.tzf{width:5.333vw;height:5.333vw;margin-right:2.133vw}.ty9,.tze,.tzi,.tzl{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.ty1 img{margin-left:2.133vw}.tzh img,.tzi img,.tzk img,.tzl img{width:5.333vw;margin-right:2.133vw}.tzj{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.tzk{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.tzn{margin-bottom:6.4vw}.tzo{font-size:3.733vw}.tzo:not(:first-child){margin-left:6.4vw}.tzp{width:6.4vw}.tzq{font-size:3.733vw;margin-left:2.133vw}.tzr{margin-bottom:4.267vw}.tzs{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tzt{font-size:3.733vw}.tzu{width:4.267vw}.tzw{padding-top:2.133vw}.tzx{font-size:3.733vw;padding:2.133vw}.tzy{gap:4.267vw}.tzA{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tzA:hover{border:.267vw solid #fff}.tzB{font-size:3.733vw;line-height:4.8vw}.tzC{width:4.267vw}.tzE{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}.tzE::-webkit-scrollbar{width:5.333vw}.tzE.txe::-webkit-scrollbar{width:24px}.tzE::-webkit-scrollbar-track{margin:2.133vw 0}.tzE::-webkit-scrollbar-thumb,.tzE::-webkit-scrollbar-track{border:2.133vw solid transparent}.tzE span{font-size:3.733vw;padding-left:6.4vw}.tzE .tzG{background-size:4.267vw}.tzJ{border-top:.267vw solid hsla(0,0%,100%,.3)}.tzK{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tzL{width:calc(100% - 18.462vw)}.tzM{font-size:3.733vw}.tzM.tzN{margin-bottom:1.333vw}.tzO{font-size:3.2vw}.tzP{width:14.933vw;height:8.533vw}.tzQ{border-radius:4.8vw}.tzQ:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.tzP input:checked+.tzQ:before{transform:translateX(6.154vw)}.tzT{font-size:4.267vw}.tzT>li:not(:last-child){margin-right:8.533vw}.tzU{padding-bottom:3.2vw}.tzU.tzW:after{height:1.067vw}.tzY{font-size:4.267vw}.tzY>li:not(:last-child){margin-right:4.267vw}.tzZ{padding-bottom:3.2vw}.tzZ.tz1:after{height:1.067vw}.tz3{width:33.846vw;height:7.179vw}.tz4{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.tz5{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.tz5:last-of-type{padding-right:.533vw}.tz4:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.tz3 input:checked+.tz4:before{transform:translateX(17.6vw)}.tz6{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tAa{width:8.533vw;margin-bottom:2.4vw}.tAb{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.tz7.tz8:after{height:1.067vw}.tAc{gap:2.133vw}.tAd{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tAe{margin-right:1.067vw}.tAf:before{font-size:3.2vw}.tAg{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tAh{margin-right:1.067vw}.tAi:before{font-size:3.2vw;line-height:4.8vw}.tAd.tAj{border:.267vw solid hsla(0,0%,100%,.3)}.tAk{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tAl{margin-right:1.067vw}.tAm:before{font-size:3.2vw}.tAk.tAn{border:.267vw solid hsla(0,0%,100%,.3)}.tAo{gap:2.133vw}.tAp{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tAq{margin-right:2.133vw}.tAr:before{font-size:3.2vw}.tAp.tAs{border:.267vw solid hsla(0,0%,100%,.3)}.tAp.tAs .tAq{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tAu{width:34.667vw;height:10.667vw;border-radius:5.333vw}.tAv{font-size:3.733vw}.tAx{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.tAy{font-size:3.2vw}.tAz{width:5.333vw;margin-left:2.133vw}.tAA{font-size:4.267vw;letter-spacing:.069vw}.tAA,.tAC{height:12.8vw;border-radius:6.4vw}.tAC{padding:0 4.267vw}.tAD{font-size:4.267vw}.tAE{font-size:3.733vw}.tAG{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.tAH{font-size:3.2vw}.tAI,.tAL{font-size:3.733vw}.tAO{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid hsla(0,0%,89%,.5)}.tAN:checked+.tAO:before{width:3.2vw;height:3.2vw}.tAN:checked+.tAO{border-radius:6.4vw;width:6.4vw;height:6.4vw}.tAM:last-child,.tAR{margin-left:8.533vw}.tAM:last-child{margin-top:3.333vw}.tAS{margin-top:4.267vw}.tAT{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tAU{width:calc(100% - 11.733vw);font-size:3.2vw}.tAV{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.tAX{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.tAY{font-size:3.2vw}.tA0{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.tA1{font-size:3.2vw;line-height:4.8vw}.tA2{width:4.267vw;margin-left:1.6vw}.tA4{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tA5{font-size:3.2vw}.tA7{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tA8{font-size:3.2vw}.tBa{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tBb{font-size:3.2vw}.tBd{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tBe{font-size:3.2vw}.tBf{width:3.733vw;margin-right:1.395vw}.tBA{height:5.867vw;border-radius:4.267vw}.tBB{font-size:2.667vw}.tBD{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.tBE{font-size:3.2vw}.tBF{width:5.333vw;margin-left:2.133vw}.tBH{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.tBI{font-size:2.677vw}.tBK{font-size:4.267vw;padding-bottom:4.267vw}.tBL{width:calc(138.133vw + 100% - 2em)}.tBL>li:not(:last-child){margin-right:4.267vw}.tBM{font-size:4.267vw;padding:3.2vw 0}.tBM.tBN:before{height:1.333vw;width:1.333vw}.tBO:after{height:1.067vw}.tBP{width:78.933w}.tBP button:not(:last-child){margin-right:2.133vw}.tBQ{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.tBQ.tBR{padding:0 3.733vw}.tBS{font-size:3.2vw}.tBT{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.tBW,.tBX{flex:1 1;display:flex;flex-direction:column}.tBW .tBY,.tBX .tBZ{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:14px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.tBX .tBZ{line-height:1.5714285714}.tBW .tBY{max-width:100%}.tBW .tBY::placeholder,.tBX .tBZ::placeholder{color:#fff;opacity:.6}.tBW .tBY.tB0{border:none;background-color:unset}.tBW .tBY.tB1{font-size:14px}.tBW .tBY.tB2,.tBX.tB3 .tBZ{border:1px solid #ff624f}.tBW .tB4,.tBX .tB4{-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}.tBX .tB5{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.tBX.tB3 .tB5{color:#ff624f}.tB6{width:480px}.tB6.tBX .tBZ{height:170px;outline:none}.tB7 input[type=text]{padding:0}.tB7{width:720px}.tB7,.tB7 .tB8{display:flex;align-items:center}.tB7 .tB8{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)}.tB7 .tB8 .tBY{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.tB7 .tB8 .tBY:focus-visible{outline:none}.tB7 .tB8 .tB9{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.tB7 .tB8 .tCa{display:none;position:absolute;right:10px;cursor:pointer}.tB7 .tB8.tCb .tCa{display:block}.tB7 .tB8 .tCc{padding-left:26px}.tB7 .tCd{display:none}.tB7.tCe .tCd{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.tCf{display:flex;justify-content:center;gap:15px}.tCg{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}.tCg:focus,.tCg: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)}.tCh.tBW{flex:1 1;display:flex;flex-direction:row;width:720px}.tCh.tBW .tCi{flex:1 1}.tCh.tBW .tCj{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.tCh.tBW .tCj .tCk{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.tCl.tCm{display:flex;flex-wrap:wrap;gap:16px}.tCl.tCm .tCn{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.tCl.tCm .tCn:last-child{margin-right:0}.tCl.tCm .tCn .tCo{position:absolute;opacity:0;width:0;height:0}.tCl.tCm .tCn .tCp{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.tCl.tCm .tCn .tCo:checked+.tCp{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}.tCl.tCm .tCn .tCq{font-size:14px;line-height:1.5714285714}.tCr.tCs{display:flex;flex-direction:column;gap:16px}.tCr.tCs .tCt{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tCr.tCs .tCt .tCu{position:absolute;opacity:0;width:0;height:0}.tCr.tCs .tCt .tCv{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tCr.tCs .tCt .tCu:checked+.tCv{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tCr.tCs .tCt .tCv:hover{cursor:pointer}.tCw{list-style:none;padding:0;margin:0}.tCw,.tCx{-webkit-background-clip:padding-box;background-clip:padding-box}.tCx{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tCy{position:relative;display:inline-block;width:56px;height:32px}.tCy input{opacity:0;width:0;height:0}.tCz{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tCz,.tCz:before{position:absolute;transition:.4s}.tCz:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tCy input:checked+.tCz{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tCy input:checked+.tCz:before{transform:translateX(24px)}.tCx.tCA{opacity:.4;pointer-events:none}.tCB .tCy{position:relative;display:inline-block;width:40px;height:24px}.tCB .tCz:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tCB .tCy input:checked+.tCz:before{transform:translateX(16px)}.tCC{display:flex;flex-wrap:wrap;max-width:478px}.tCC .tCD{display:flex;align-items:center;margin:0 8px 16px 0}.tCC.tCm .tCE:last-child{margin-right:0}.tCC .tCD .tCF{position:absolute;opacity:0;width:0;height:0}.tCC .tCD .tCG{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}.tCH .tCC .tCD .tCG{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tCC .tCD .tCF:checked+.tCG{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tCI .tCJ:hover{cursor:pointer;opacity:.6}.tCI .tzi{pointer-events:none;margin-bottom:0;width:240px}.tCI .tCK,.tCI .tCL{display:flex;align-items:center}.tCI .tCL{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tCI .tCJ .tCM{position:absolute;opacity:0;width:0;height:0}.tCI .tCJ .tzi{padding:11px 28px}.tCI .tCK .tCN{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}.tCI .tCK .tCO{font-weight:300;font-size:14px;color:hsla(0,11%,95%,.5)}.tCP{overflow:auto}.tCP.tCQ{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}.tCP::-webkit-scrollbar{display:none}.tCP .tCR{position:relative;width:96px;height:96px}.tCP .tCR .tCS{width:-moz-fit-content;width:fit-content}.tCP .tCR .tCT{position:absolute;opacity:0;width:0;height:0}.tCP .tCR .tCU{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.tCP .tCR .tCV{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.tCP .tCW .tCT:checked+.tCS .tCV{display:block}.tCP .tCW .tCT:checked+.tCS .tCU{background-color:rgba(0,0,0,.4);pointer-events:none}.tCX{display:flex;flex-direction:column;gap:12px}.tCY .tCZ{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}.tCY .tC0{background-color:#fff}.tCY .tCZ:focus-visible{background-color:#fff;color:#333}.tC1{flex-direction:column}.tC1,.tC2{display:flex}.tC2{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.tC1 li{position:relative;flex:1 1;margin-bottom:24px}.tC1 .tC3{position:absolute;opacity:0;width:0;height:0}.tC1 li .tC4{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}.tC1 li .tC3:checked+.tC4{border:1px solid #fff}.tC1 li .tC5{margin-bottom:24px}.tC1 li .tC6{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.tC1 li .tC7{margin-bottom:8px}.tC1 li .tC7,.tC1 li .tC8{font-size:14px;font-weight:300;color:#fff}.tC9{display:flex;flex-direction:column;width:100%}.tC1 li .tDa .tzj{width:64px}.tDa{display:flex;column-gap:16px;margin-top:40px}.tDb{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.tDb.tDc{border:1px solid #fff}.tDb .tDd{cursor:pointer;display:flex;align-items:center;padding:42px}.tDb .tDd:hover{opacity:.6}.tDb .tDd img{margin-right:10px;width:20px;height:20px}.tDb .tDd .tDe{font-size:20px;font-weight:600}.tDb .tDf{transition:opacity .5s}.tDb .tDf.tDg{opacity:0}.tDb .tDh{margin:0 auto 40px;width:calc(100% - 84px)}.tDb .tDf .tDi{margin:0 auto;padding:0 181px 40px}.tDb .tDf .tDj{gap:16px}.tDb .tDf .tDj .tCZ{max-width:100%;width:100%}.tDb .tDk{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.tDb .tDk .tDl{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.tDb .tDk .tDm{font-size:12px;font-weight:600;line-height:1.5714285714}.tDb .tDf .tDi button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tDn{max-width:100%;display:flex;flex-wrap:wrap}.tDn .tDo{margin-right:16px;margin-bottom:16px}.tDn .tDo:last-child{margin-right:0}.tDn .tDo .tBX{width:416px}.tDo .tBX .tBZ{font-size:16px;line-height:1.625;padding:6px 12px}.tDo .tBX .tBZ:focus{outline:none}.tDp{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.tB3 .tDp{color:#ff624f}.tDq.tBW{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tDr{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tDs{width:36px;height:36px}.tDq.tBW .tDt{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tDq.tBW .tDu{display:flex;align-items:center;justify-content:center;background:transparent;height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tDq.tBW .tDu .tDv{text-align:center;color:#fff;font-weight:600;font-size:14px}.tDq.tBW .tDw{opacity:1;pointer-events:auto}.tDx.tDq.tBW .tDu .tDv{color:#fff}.tDx.tDq.tBW .tDu{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.tB6{width:100%}.tB6.tBX .tBZ{min-height:192px;height:unset}.tB7 input[type=text]{padding:0}.tB7{width:100%}.tB7 .tB8 .tBY{font-size:14px}.tCh.tBW{width:100%}.tCI .tzi{width:176px}.tCI .tCJ .tzi{padding:11px 12px}.tC2{width:100%}.tC1 li .tC4{padding:15px 16px}.tC1 li .tC5{margin-bottom:12px}.tC1 li .tC6{font-size:16px;margin-bottom:10px}.tC1 li .tC7{margin-bottom:8px}.tC1 li .tC7,.tC1 li .tC8{font-size:12px}.tC1 li .tDa{display:flex;flex-direction:column;margin-top:0}.tC1 li .tDa button:last-child{margin-top:8px}.tDb{width:100%}.tDb .tDd{padding:16px}.tDb .tDd img{margin-right:8px;width:16px;height:16px}.tDb .tDd .tDe{font-size:14px}.tDb .tDh{margin:0 auto 16px;width:calc(100% - 32px)}.tDb .tDf{margin-bottom:16px}.tDb .tDf .tDi{width:100%;padding:0 16px 16px}.tDb .tDk{margin-bottom:16px}.tDb .tDk .tDl{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.tDb .tDf .tDj{gap:8px}.tDb .tDf .tDj .tCZ{width:100%}.tDb .tDf .tDi button{margin-top:24px}.tDn .tDo{margin-right:0}.tDn .tDo,.tDn .tDo .tBX{width:100%}.tDo .tBX .tBZ{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tDp{font-size:12px}.tDq.tBW{display:flex;flex-direction:column;width:100%}.tDr{padding:8px 16px 8px 12px}.tDq.tBW .tDt{margin-left:8px;height:44px}}@media screen and (max-width:375px){.tBW .tBY,.tBX .tBZ{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.tBW .tBY.tB1{font-size:4.266667vw}.tBW .tB4,.tBX .tB4{font-size:2.66667vw}.tBW .tB4,.tBX .tB4,.tBX .tB5{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.tBX .tB5{font-size:3.2vw}.tB6.tBX .tBZ{height:45.33333vw;min-height:51.2vw}.tB7 .tB8 .tBY{font-size:4.2667vw}.tB7 .tB8{padding:4vw 3.2vw}.tB7 .tB8 .tB9{left:3.2vw;width:5.3334vw;height:5.3334vw}.tB7 .tB8 .tCa{right:2.6667vw;width:4.267vw}.tB7 .tB8 .tCc{padding-left:6.933vw}.tB7.tCe .tCd{margin-left:4.26667vw;font-size:3.2vw}.tCf{gap:4vw}.tCg{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.tCh.tBW .tCj{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.tCh.tBW .tCj .tCk{font-size:3.733333vw}.tCl.tCm{gap:4.2666vw}.tCl.tCm .tCn .tCp{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tCl.tCm .tCn .tCo:checked+.tCp{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.tCl.tCm .tCn .tCq{font-size:3.733333vw}.tCr.tCs{gap:4.2666vw}.tCr.tCs .tCt .tCv{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tCr.tCs .tCt .tCu:checked+.tCv{width:6.4vw;height:6.4vw;background-size:cover}.tCx{padding:2.13333vw 0}.tCy{width:14.9333vw;height:8.53333vw}.tCz{border-radius:4.8vw}.tCz:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tCy input:checked+.tCz:before{transform:translateX(6.4vw)}.tCB .tCy{width:10.6666vw;height:6.4vw}.tCB .tCz:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tCB .tCy input:checked+.tCz:before{transform:translateX(4.26666vw)}.tCC .tCD{margin:0 2.133vw 4.267vw 0}.tCC .tCD .tCG{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tCI .tCL{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tCI .tzi{width:46.933vw}.tCI .tCJ .tzi{padding:2.93333vw 3.2vw;font-size:3.73333vw}.tCP.tCQ{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.tCP .tCR .tCV{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.tCP .tCR{width:25.6vw;height:25.6vw}.tCX{gap:3.2vw}.tCY .tCZ{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.tC1 li .tC4{padding:4vw 4.266666vw}.tC1 li .tC5{margin-bottom:3.467vw}.tC1 li .tC6{font-size:4.266666vw;margin-bottom:2.667vw}.tC1 li .tC7{margin-bottom:2.133333vw}.tC1 li .tC7,.tC1 li .tC8{font-size:3.2vw}.tC1 li .tDa .tzj{width:17.06666vw}.tC1 li .tDa button:last-child{margin-top:2.133333vw}.tDb .tDd{padding:4.26666vw}.tDb .tDd img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.tDb .tDd .tDe{font-size:3.73333vw}.tDb .tDh{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.tDb .tDf{margin-bottom:4.26666vw}.tDb .tDf .tDi{padding:0 4.26666vw 4.26666vw}.tDb .tDk{margin-bottom:4.26666vw}.tDb .tDk .tDl{font-size:3.2vw;margin-bottom:3.2vw}.tDb .tDf .tDj{gap:2.13333vw}.tDb .tDf .tDi button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.tDo .tBX .tBZ{font-size:3.733vw;padding:1.734vw 3.2vw}.tDp{font-size:3.2vw}.tDs{height:9.6vw;width:9.6vw}.tDr{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tDq.tBW .tDt{margin-left:2.133333vw;height:11.733333vw}.tDq.tBW .tDu .tDv{font-size:3.733vw}}.tDy{display:flex;flex-wrap:wrap;gap:10px}.tDz{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tDA{display:flex;flex-wrap:wrap;gap:8px}.tDB{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tDC{display:flex;flex-wrap:wrap;gap:16px}.tDD{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tDE{display:flex;flex-wrap:wrap;gap:8px 16px}.tDF{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tDG{flex-wrap:wrap;gap:16px 12px}.tDG,.tDH{display:flex}.tDH{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)}.tDH:active,.tDI{background:hsla(0,0%,100%,.1)}.tDI{display:inline-flex;column-gap:8px;border-radius:8px}.tDJ{display:flex;flex-wrap:wrap;gap:8px}.tDK{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tDL.tDM{width:auto;height:32px}.tDN{width:32px;height:32px;position:relative}.tDN,.tDO{display:block}.tDO{width:16px;height:16px;transform:translate(50%,50%);bottom:50%;right:50%;position:absolute;z-index:3}.tDO img{width:100%;height:auto;max-width:none}.tDP{animation:tDQ .3s both;animation-delay:.1s}.tDR{display:block;width:13px;height:9px;position:absolute;bottom:48%;right:46%;transform:translate(50%,50%)}.tDS{left:0;bottom:70%;transform:translateY(50%) rotate(45deg);transform-origin:left;animation:tDT .1s both;animation-delay:.17s;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tDS,.tDU{position:absolute;display:block;height:2px;background-color:#fff;border-radius:0}.tDU{left:4.2426406871px;right:-3px;bottom:0;transform:rotate(-45deg);transform-origin:left;animation:tDV .2s both;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tDW{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%;transition:all .3s ease;transition-delay:.05s;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));display:block;will-change:filter}.tDX{background-color:hsla(0,0%,59%,.3);z-index:2}.tDY{background:linear-gradient(#ff903c,#ff0576);border-radius:100%;z-index:1}.tDY,.tDZ .tDX{opacity:0}.tDZ .tDY{opacity:1}.tDZ .tDP{animation:tD0 0s both}.tDZ .tDS{animation:tD1 .1s both;animation-timing-function:ease-out}.tDZ .tDU{animation:tD2 .2s both;animation-delay:.07s;animation-timing-function:ease-out}@keyframes tD1{0%{width:0}to{width:7px}}@keyframes tDT{0%{width:7px}to{width:0}}@keyframes tD2{0%{width:0}to{width:11px}}@keyframes tDV{0%{width:11px}to{width:0}}@keyframes tN0{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tDQ{0%{opacity:0}to{opacity:1}}@keyframes tD0{0%{opacity:1}to{opacity:0}}.tD3{display:flex;flex-wrap:wrap;gap:8px}.tD4{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tD5{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tD5 .tD6{cursor:pointer;position:absolute;transition:all .2s linear}.tD7{gap:18px}.tD7,.tD8{display:flex;flex-wrap:wrap}.tD8{gap:16px}.tD9,.tEa{display:flex;flex-wrap:wrap}.tEa{gap:16px}.tEb{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.tEc{width:4.266vw}.tEd{width:5.333vw}.tEe{width:6.4vw}.tEf{width:8.533vw}.tEg{width:5.333vw}.tDH{width:10.666vw;height:10.666vw}.tDL{width:8.533vw}.tDL.tDM{width:auto}.tDL.tDM,.tDN{height:8.533vw}.tDN{width:8.533vw;position:relative}.tDN,.tDO{display:block}.tDO{width:4.27vw;height:4.27vw;transform:translate(50%,50%);bottom:50%;right:50%;position:absolute;z-index:3}.tDO img{width:100%;height:auto;max-width:none}.tDP{animation:tDQ .3s both;animation-delay:.1s}.tDR{display:block;width:3.47vw;height:2.4vw;position:absolute;bottom:46%;right:46%;transform:translate(50%,50%)}.tDS{left:0;bottom:70%;transform:translateY(50%) rotate(45deg);transform-origin:left;width:1.6vw;animation:tDT .1s both;animation-delay:.17s;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tDS,.tDU{position:absolute;display:block;height:.4vw;background-color:#fff;border-radius:0}.tDU{left:1.13vw;right:-.8vw;bottom:0;transform:rotate(-45deg);transform-origin:left;animation:tDV .2s both;animation-timing-function:cubic-bezier(.86,0,.07,1)}.tDW{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%;transition:all .3s ease;transition-delay:.05s;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));display:block;will-change:filter}.tDX{background:hsla(0,0%,100%,.15);z-index:2}.tDY{background:linear-gradient(#ff903c,#ff0576);border-radius:100%;z-index:1}.tDY,.tDZ .tDX{opacity:0}.tDZ .tDY{opacity:1}.tDZ .tDP{animation:tD0 0s both}.tDZ .tDS{animation:tD1 .1s both;animation-timing-function:ease-out}.tDZ .tDU{animation:tD2 .2s both;animation-delay:.07s;animation-timing-function:ease-out}@keyframes tD1{0%{width:0}to{width:1.65vw}}@keyframes tD2{0%{width:0}to{width:2.93vw}}@keyframes tDV{0%{width:2.93vw}to{width:0}}@keyframes tDT{0%{width:1.65vw}to{width:0}}@keyframes tN0{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tDQ{0%{opacity:0}to{opacity:1}}@keyframes tD0{0%{opacity:1}to{opacity:0}}.tD6,.tEh,.tEi{width:10.666vw}.tEj{width:17.066vw}.tEk{width:12.8vw}}.tEl{margin-bottom:34px;position:relative}.tEl,.tEm{width:100%}.tEm{transition:all .3s ease-out}.tEn{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}.tEn,.tEo{width:400px}.tEo{display:flex;align-items:center;height:180px}.tEp .txw{line-height:1.4;text-align:left}.tEp .tyb{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tEo img{max-width:400px;max-height:180px}.tEq{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}.tEr{display:flex}.tEr li{margin-right:7px;width:170px}.tEr li.tEs{width:auto}.tEm li .tEt{display:block;border-radius:24px;opacity:1}.tEr li .tBj{width:36px;height:36px}.tEu,.tEv{position:absolute;transition:all .3s ease-out;z-index:2}.tEu{bottom:7px;right:60px;width:200px}.tEv{bottom:0;right:24px;width:24px;height:24px}.tEw{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tEx{width:100%}.tEx,.tEy{position:relative}.tEy{overflow:hidden;background:transparent;background-color:#151515;width:13.93vw;height:19.428vw}.tEy,.tEz{border-radius:12px}.tEz{width:100%;height:100%;object-fit:contain}.tEx .tyW{width:38px;display:block}.tEx .tyX{width:16px;display:block}.tEA{bottom:4px;right:0;transform:translateY(4px)}.tEA,.tEB{position:absolute}.tEB{top:0;left:0;width:22px}.tEB img{max-width:none;width:100%;height:auto}.tEC[data-is-first=true]{width:4vw;flex:0 0 4vw}.tEC{position:relative;width:5vw;flex:0 0 5vw}.tEC[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tED{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}.tED[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tEE{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tEE,.tEF{position:absolute}.tEF{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tEG,.tEH{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tEG img{display:inline;width:100%;background-color:hsla(0,0%,59%,.7);border-radius:50%}.tEI{top:50%;background:linear-gradient(transparent,rgba(0,0,0,.4));text-align:center;z-index:3}.tEI,.tEJ{position:absolute;bottom:0;left:0;right:0}.tEJ{padding:0 12px}.tEI span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tEK{display:inline-flex;width:100%;height:4px;background-color:hsla(0,0%,100%,.6);margin-bottom:12px}.tEK,.tEL{border-radius:2px}.tEL{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tEM{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.tEM span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.tEM img{width:24px;display:block;margin:0 auto}.tEN{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:12px;overflow:hidden;aspect-ratio:190/265}.tEN img{width:16px}.tEN span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.tEN span,.tEO{text-align:center}.tEO{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}.tEP{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.tEQ{aspect-ratio:294/165;position:relative}.tER{position:absolute;top:0;left:0;width:22px}.tER img{max-width:none;width:100%;height:auto}.tES{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tES,.tET{position:absolute}.tET{bottom:4px;right:0;transform:translateY(4px)}.tET .tyX{display:block;width:16px}.tET .tyW{display:block;width:38px}.tEU{border-radius:12px;width:100%;height:100%;object-fit:cover}.tEV{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tEV img{display:inline;width:100%;border-radius:50%}.tEW img{background-color:hsla(0,0%,59%,.7)}@media screen and (max-width:375px){.tEW img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:hsla(0,0%,59%,.7)}}.tEX{height:40px;background:linear-gradient(transparent,rgba(0,0,0,.4));border-radius:0 0 12px 12px;text-align:center}.tEX,.tEY{position:absolute;bottom:0;left:0;right:0}.tEY{padding:0 12px}.tEZ{display:inline-flex;width:100%;height:4px;background-color:hsla(0,0%,100%,.6);margin-bottom:12px}.tE0,.tEZ{border-radius:2px}.tE0{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tE1{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}.tE2{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tE2 span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tE2 img{width:24px;display:block;margin:0 auto;opacity:.6}.tE3{width:248px;aspect-ratio:248/140;position:relative}.tE4{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tEX.tE5{height:100%;background-color:rgba(0,0,0,.6);border-radius:12px}.tE6{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tE6 .tEQ{width:294px;height:165px}.tE7{display:inline-flex;flex-wrap:wrap;gap:9px}.tE8{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:transparent;filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.tE8:before{z-index:1}.tE8:after,.tE8:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tE8:after{z-index:-1}.tE9{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.tFa:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.tFa:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.tFb:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.tFb:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tFc:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tFc:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.tFd:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.tFd:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tFe:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tFe:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tFf:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tFf:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tFg{width:48px;height:48px;padding:0}.tFh{width:100%;height:100%;object-fit:cover;border-radius:50%}.tFi{display:flex;gap:12px}.tFj{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tFk{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.tFl{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tFm{padding:0}.tFn{width:64px;height:36px}.tFn,.tFo{object-fit:cover;border-radius:4px}.tFo{width:32px;height:48px}.tFp{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}.tFp img{width:100%;height:100%;object-fit:cover}.tFp img,.tFq{position:absolute;top:0;left:0}.tFq{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.tFr{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.tFr,.tFs{text-align:center;position:relative}.tFs{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.tFs.tFt{height:64px}.tFs img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tFu{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.tFu,.tFv{position:relative}.tFv{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.tFv img{width:100%;height:100%;object-fit:cover}.tFv img,.tFw{position:absolute;top:0;left:0}.tFw{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.tFx{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tFx,.tFy{display:inline-block}.tFy{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.tFy img{width:100%;height:100%;object-fit:cover}.tFz{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.tEn{height:500px;z-index:1;position:absolute;left:0}.tFA{display:flex;align-items:center}.tFA,.tFA video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.tFA{display:flex;align-items:center}.tFA,.tFA video{width:auto;height:46.603vw;margin-left:auto}}@media screen and (max-width:1024px){.tFA video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.tEn{display:none}.tEp{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.tEp,.tEu{position:absolute}.tEu{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tEv{top:16px;right:16px}.tEp .tyb{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tEw{grid-template-columns:repeat(3,1fr)}.tEy{width:29.231vw;height:40.769vw}.tEN span{padding:5px 15px}.tEC[data-is-first=true]{width:54px;flex:0 0 54px}.tEC{width:88px;flex:0 0 88px}.tEC[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tED{font-size:12vw;bottom:-1.5vw}.tEO{font-size:10px}.tEP{gap:8px}.tFB{max-width:150px;aspect-ratio:150/84}.tEP{grid-template-columns:repeat(2,1fr)}.tE1{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.tE6{gap:2.051vw}.tFC,.tFD{position:relative}.tFD{border-radius:12px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.tFE{width:100%;height:100%;object-fit:cover}.tFF{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tFF,.tFG{position:absolute}.tFG{right:0;bottom:4px;transform:translateY(4px)}.tFG .tyW{width:38px}.tFG .tyX{width:16px}.tFH{position:absolute;top:0;left:0;width:22px}.tFH img{max-width:none;width:100%;height:auto}.tFI{position:absolute;z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.tFJ{display:inline-block;width:32px;left:50%;transform:translate(-50%,-50%)}.tFJ,.tFK{position:absolute;top:50%}.tFK{background:linear-gradient(transparent,rgba(0,0,0,.4));text-align:center}.tFK,.tFL{bottom:0;left:0;right:0}.tFL{position:absolute;padding:0 12px}.tFK span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tFM{display:inline-flex;width:100%;height:4px;background-color:hsla(0,0%,100%,.6);margin-bottom:12px}.tFM,.tFN{border-radius:2px}.tFN{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tFg{width:32px;height:32px}.tFi{display:block}.tFO{text-align:center}.tFj{height:12.8204678363vw;width:87.692vw}.tFl{font-size:14px;line-height:1.571}.tFp{min-width:84px;aspect-ratio:84/56}.tFp img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tFr{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tFs{min-width:111px;aspect-ratio:111/84}.tFv{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.tFx{font-size:12px;line-height:1.5}.tFz{margin-top:32px}.tEx{width:100%}.tEI span{font-size:3.076vw}.tFB{width:38.461vw;max-width:none}.tFj{border-radius:1.154vw}.tFn{width:16.41vw;height:9.23vw}.tFp{min-width:21.538vw}.tFs{min-width:28.4615vw;min-height:21.025vw}.tFt{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.tEN,.tEy,.tEz{border-radius:2.303vw}.tEx .tyX{width:3.071vw}.tEx .tyW{width:7.294vw}.tEB{width:4.223vw}.tEE{top:.96vw;left:5.182vw;gap:.576vw}.tEU{border-radius:2.303vw}.tET .tyX{width:3.071vw}.tET .tyW{width:7.294vw}.tER{width:4.223vw}.tES{top:.96vw;left:5.182vw;gap:.576vw}.tFD{border-radius:2.303vw}.tFG .tyX{width:3.071vw}.tFG .tyW{width:7.294vw}.tFH{width:4.223vw}.tFF{top:.96vw;left:5.182vw;gap:.576vw}.tFn,.tFo{border-radius:.768vw}.tFp,.tFs{border-radius:2.303vw}}@media screen and (max-width:420px){.tEC[data-is-first=true]{width:37px;flex:0 0 37px}.tEC{width:56px;flex:0 0 56px}.tEC[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tED{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.tEl{margin-bottom:9.067vw}.tEp{padding:4.267vw}.tEu{bottom:-3.733vw}.tEv{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.tEN,.tEy,.tEz{border-radius:3.2vw}.tEw{padding:0;gap:2.1333vw}.tEx{border-radius:3.2vw}.tEG,.tEH{width:8.5333vw}.tEG img{background-color:hsla(0,0%,59%,.7)}.tEJ{padding:0 3.2vw}.tEI span{font-size:3.2vw}.tEK{height:1.067vw;margin-bottom:3.2vw}.tEK,.tEL{border-radius:.533vw}.tEM span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tEM img{width:6.4vw}.tEN img{width:4.2667vw}.tEN span{padding:1.3335vw 4vw}.tEx .tyX{width:4.267vw}.tEx .tyW{width:10.133vw}.tEB{width:5.867vw}.tEE{top:1.333vw;left:7.2vw;gap:.8vw}.tEO{font-size:2.667vw;gap:1.6vw}.tEO img{width:4.267vw;height:4.267vw}.tEP{gap:2.1333vw}.tEU{border-radius:3.2vw}.tEV{width:8.5333vw}.tEV img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.tEX{border-radius:0 0 3.2vw 3.2vw}.tEY{padding:0 3.2vw}.tEZ{height:1.0667vw;margin-bottom:3.2vw}.tE0,.tEZ{border-radius:.5333vw}.tE1{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tE2{border-radius:3.2vw}.tE2 span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tE2 img{width:6.4vw}.tET .tyX{width:4.267vw}.tET .tyW{width:10.133vw}.tER{width:5.867vw}.tES{top:1.333vw;left:7.2vw;gap:.8vw}.tE3{width:66.1333vw}.tE4{width:8.5333vw}.tEX.tE5,.tFD{border-radius:3.2vw}.tE6{gap:2.1333vw}.tFC{border-radius:3.2vw}.tFJ{width:8.5333vw}.tFL{padding:0 3.2vw}.tFM{height:1.067vw;border-radius:.533vw;margin-bottom:3.2vw}.tFG .tyX{width:4.267vw}.tFG .tyW{width:10.133vw}.tFH{width:5.867vw}.tFF{top:1.333vw;left:7.2vw;gap:.8vw}.tE7{gap:2.4vw}.tE8{width:19.2vw;height:19.2vw;padding:1.6vw}.tFg{width:8.5333vw;height:8.5333vw}.tFj{border-radius:1.6vw}.tFl{font-size:3.7334vw;margin:2.1333vw}.tFn{width:17.0666vw;height:9.6vw}.tFn,.tFo{border-radius:1.0667vw}.tFo{width:8.5333vw;height:12.8vw}.tFp{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.tFr{font-size:14px;font-size:3.7334vw}.tFs{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.tFu{font-size:14px;font-size:3.7334vw}.tFv{padding:4.2667vw;min-width:25.6vw}.tFx{font-size:12px;font-size:3.2vw}.tFy{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.tFP,.tFQ{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.tFQ{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.tFQ div{width:48px}.tFR{pointer-events:none}.tFS{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tFT{font-size:20px;font-weight:600}.tFU{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tFV{font-size:16px}.tFV,.tFW{font-weight:600}.tFW{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;white-space:nowrap}.tFX,.tFY{width:100%;display:flex;flex-direction:column}.tFZ{display:flex;gap:16px;flex-wrap:nowrap}.tF0{position:relative;flex:0 0 auto}.tF0[data-is-ranking=true]{display:flex}.tF0:hover{z-index:6}.tFX .tF1,.tFY .tF1{position:relative}.tF0 .tF2{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tF3;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tF0:hover .tF2{display:block;animation-name:tF4;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}.tF0 .tF2.tF5{left:0}.tF0:hover .tF2.tF5{animation-name:tF6}.tF0 .tF2.tF7{right:0}.tF0:hover .tF2.tF7{animation-name:tF8}@keyframes tF4{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 tF6{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 tF8{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 tF3{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)}}.tFX .tBh,.tFY .tBh{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tFX .tBh.tF9,.tFY .tBh.tF9{left:0}.tFX .tBh.tGa,.tFY .tBh.tGa{right:0}.tF1:hover .tBh{display:block}.tF0 .tEQ{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tF0 .tEQ,.tF0 .tGb{background:transparent;background-color:#151515;border-radius:12px}.tF0 .tGb{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.tFX .tEQ .tEU,.tFY .tEQ .tEU{display:block;width:100%}.tGc{width:100%;flex-direction:column}.tGc,.tGd{display:flex}.tGd{flex-wrap:nowrap;gap:16px}.tGe{position:relative;flex:0 0 auto;display:flex}.tGe .tEy{max-width:287.5152px;max-height:400.99392px}.tGc .tGf{position:relative}.tGc .tBh{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tGc .tBh.tF9{left:0}.tGc .tBh.tGa{right:0}.tGc .tGf:hover .tBh{display:block}.tGe:hover{z-index:6}.tGe .tF2{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:tF3;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tGe:hover .tF2{display:block;animation-name:tF4;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tGe .tF2.tF5{left:0}.tGe:hover .tF2.tF5{animation-name:tF6}.tGe .tF2.tF7{right:0}.tGe:hover .tF2.tF7{animation-name:tF8}.tGe .tE1{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tGg .tGd{display:flex;flex-wrap:nowrap;gap:16px}.tGg .tGe .tEQ{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tGh{width:100%;flex-direction:column}.tGh,.tGi{display:flex}.tGi{gap:16px}.tGh .tGj{position:relative}.tGh .tEx{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}.tGh .tEx .tEz{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tGh .tBh{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tGh .tBh.tF9{left:0}.tGh .tBh.tGa{right:0}.tGh .tGj:hover .tBh{display:block}.tGh .tGi>a:hover{z-index:6}.tGk{margin-top:16px;font-weight:600}.tGl{margin-top:8px}.tGm{display:flex;flex-direction:column}.tGm li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tGm li:not(:last-child){margin-bottom:16px}.tGn{height:100%}.tGn,.tGo{display:flex;align-items:center}.tGo{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}.tGp{font-family:Jost,sans-serif;font-weight:600}.tGq{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tGr{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tGr,.tGs{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tGs{line-height:1.625;margin-bottom:5px}.tGs,.tGt{font-size:16px}.tGm li.tGu:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:transparent;border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.tGv{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tGw{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tGx{position:relative;display:flex;align-items:center}.tGx.tGy{justify-content:left}.tGz{position:relative;display:block;width:100%}.tGA{display:flex;align-items:center;justify-content:space-between}.tGA .tEU{border-radius:12px}.tGA .tE3{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tGB{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tGB .txz{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){.tGB .txz{max-width:40vw}}.tGB .txQ{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tGC{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tGC .tGD{font-weight:600;font-size:12px;width:39px}.tGC .tGE>div{width:16px;height:16px}.tGA .tGF{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}.tGG{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%)}.tGG .tDL{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tGx.tGH .tGG .tEe{width:24px;height:24px;transform:rotate(180deg)}.tGx.tGI .txQ{color:#ff624f}.tGx.tGH .tGG{pointer-events:none}.tGA .tGJ{color:#fc348e}.tGx.tGI .tGK{color:#d3d3d3}.tGx.tGL .tGB{padding-right:0!important}.tGM{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tGx.tGR .tGB .txR{margin-bottom:12px}.tGx.tGR .tGS{font-size:12px;font-weight:600;margin-bottom:4px}.tGx.tGR .tGT{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tGx.tGR .tGT span:first-child{margin-right:16px}.tGx.tGR .tGU{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tGV{display:flex;align-items:center}.tGV .tE3{height:auto}.tGV>div:first-child{position:relative;margin-right:16px}.tGV .tGW{display:flex;flex-direction:column;justify-content:center;width:648px}.tGV .tGW .tGX{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}.tGV .tGW .tGY{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tGV .tGW .tGZ .tG0{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tG1{position:absolute;bottom:0;right:0}.tEU.tG2{width:100%}.tG3{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tG3,.tG4{position:absolute}.tG4{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tG5{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tGV .tGW .tG6{display:flex;justify-content:space-between;align-items:center}.tG6>.tzj{flex-shrink:0}.tG7{position:relative;display:block;width:100%}.tG8{display:flex;align-items:center}.tG8 .tE3{margin-right:16px}.tG9,.tHa{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tHb a:hover,.tHc a:hover,.tHd a:hover{opacity:1}.tG9>a>div:first-child,.tHa>a>div:first-child{margin-right:16px}.tG9 .tHe{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tG9 img.tHf{margin-right:16px}.tG9 .tHe .tHg{display:flex;align-items:center}.tG9 .tHe .tHg p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tG9 .tHe .tHg p,.tG9 .tHe p.tHh{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tG9 .tHe p.tHh{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tG9 .tHe .tHi{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tG9 .tHe .tHj{display:flex}.tG9 .tHe span.tHh{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%}.tG9 .tHe span.tHk,.tG9 .tHe span.tHl{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tG9 .tHe span.tHk,.tG9 .tHe span.tHm{padding-right:12px}.tHm,.tHn{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.tHm span,.tHn span{font-weight:300;margin-left:3px}.tG9 .tHe .tHo,.tHo{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}.tHl b{font-weight:600}.tHc .tG9 .tHe .tHi,.tHp{display:flex}.tHp{flex-wrap:wrap}.tHq{width:210px}.tHr{display:flex;align-items:center}.tHr>a{height:48px;width:48px}.tHr>div{margin-right:8px}.tHr .tHs{flex:1 1;display:flex;flex-direction:column;justify-content:center}.tHt{height:48px;width:48px}.tHu{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}.tHv{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tHv,.tHv>button{position:relative}.tHv>button{top:-19px}.tHw{font-size:12px;color:#eee}.tHx .tHy{overflow:hidden;position:relative;margin-bottom:8px;border-radius:12px;cursor:pointer;height:118.55px;width:210px}.tHx .tHy img{object-fit:cover;height:100%;width:100%}.tHx .tHy span{position:absolute;right:8px;bottom:8px}.tHx .tHy>div{position:absolute;top:6px;left:6px}.tHx .tHz{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.tHx .tHA,.tHx .tHz{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tHx .tHA{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tHB{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tHB:hover{background-color:hsla(0,0%,100%,.1)}.tHC a:hover{opacity:1}.tHB .tHD,.tHB>a>div:first-child{margin-right:16px}.tHB .tHE{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tHB .tHE .tHF{display:flex;align-items:center}.tHB .tHE .tHF>img:last-child{margin-left:2px}.tHB .tHE .tHF p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tHB .tHE .tHF p,.tHB .tHE p.tHG{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tHB .tHE p.tHG{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tHH .tHI{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tHB .tHJ{display:flex}.tHB .tHJ button:first-child{margin-right:8px}.tHK{display:flex;align-items:center;max-width:720px}.tHK:hover{background-color:hsla(0,0%,100%,.1)}.tHK .tHL{margin-right:16px}.tHM a:hover{opacity:1}.tHK>a>div:first-child{margin-right:16px}.tHK .tHN{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tHK .tHN .tHO{display:flex;align-items:center}.tHK .tHN .tHO 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}.tHK .tHN .tHO>img{margin-left:2px}.tHK .tHN p.tHP{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}.tHQ{display:flex;flex-wrap:wrap;gap:4.103vw}.tHR,.tHS,.tHT{width:16.496vw}.tHS,.tHT{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tHS .tHU,.tHT .tHU{object-fit:cover;height:100%;width:100%;border-radius:12px}.tHS .tHV,.tHT .tHV{position:absolute;right:8px;top:8px;cursor:pointer}.tHW .tHX{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.tHW .tHX,.tHW .tHY{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tHW .tHY{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.tHW .tHY,.tHW .tHZ{line-height:1.5714285714}.tHW .tHZ{margin-bottom:8px;overflow:hidden;height:6.284em}.tH0{justify-content:space-between;margin-bottom:8px}.tH0,.tH0 .tH1{display:flex;align-items:center}.tH0 .tH1{gap:6px}.tH2{display:flex;justify-content:space-between;align-items:center}.tH2 .tH3{font-size:12px;color:#eee}.tH4{display:flex;flex-wrap:wrap}.tH4>li{width:100%}.tH4>li:not(:last-child){margin-bottom:24px}.tH5,.tH6{display:flex;align-items:center}.tH6{gap:16px;width:calc(100% - 48px)}.tH6 .tFB{width:248px;height:140px}.tH7{flex:1 1}.tH8{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}.tH9{display:flex;align-items:center;margin-bottom:14px}.tH9>p{font-weight:600;margin-right:16px}.tIa{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tH7>:last-child{margin-bottom:0}.tIb{margin-left:24px}.tIc{display:flex;flex-wrap:wrap;gap:56px 16px}.tId{width:13.93vw;position:relative}.tId .tEz{border-radius:12px}.tIc .tHV{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.tIc .tEy.tIe span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.tIc .tEy.tIe span,.tIf{position:absolute;left:50%;transform:translate(-50%)}.tIf{top:38.9%}.tIg.tIh{margin-top:16px}.tIi{font-weight:600;-webkit-line-clamp:2;height:3.25em}.tIi,.tIj{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tIj{height:4.875em;-webkit-line-clamp:3}.tIk{font-size:12px;margin-top:11px;display:flex}.tIk span:not(:last-child){margin-right:4px}.tIc .tIl{margin-top:16px}.tIm{display:flex;align-items:center}.tIn img{width:120px;height:120px}.tIm .tIo{margin-left:16px;width:71%}.tIm li:not(:last-child){margin-bottom:6px}.tIm .tIo p{font-size:12px;font-weight:300}.tIp{max-width:43.255vw}.tIp .tIq{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tIp .tIq,.tIp .tIr,.tIp .tIs{margin-bottom:16px}.tIp .tIs{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}.tIp .tIt,.tIp .tIu{display:flex;align-items:center}.tIp .tIt .tIv{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.tIp .tIw{display:flex;align-items:center;justify-content:right;gap:16px}.tIp .tIt img.tIx,.tIp .tIu img.tIy{margin-right:4px}.tIp .tIt .tIz,.tIp .tIu .tIA{font-size:12px;font-weight:600;line-height:1.5}.tIp .tIu .tIA{font-weight:300;margin-left:4px}.tIp .tIB{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.tIp .tIB a{display:flex;padding-right:16px}.tIp .tIB .tIC{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tIp .tIB .tID{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.tIp .tIB .tID .tIE{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tIp .tIB .tID .tIF{flex-shrink:0}.tIp .tIB .tIG{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tIp .tIB .tIH{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tIp .tIB .tIH .tII{width:100%;height:100%;object-fit:cover;border-radius:4px}.tIp .tIB .tIJ{position:absolute;bottom:-16px}.tIp .tIJ .tIK{width:32px;height:32px;background:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.tIp .tIJ .tDL{margin:0}.tIL{margin-left:auto;position:relative}.tIL,.tIM{max-width:355.60656px;width:17.229vw}.tIM{height:24.047vw;max-height:496.33008px}.tIM img{width:100%;height:100%;object-fit:cover;border-radius:12px}.tIN{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%)}.tIL .tIO{margin-top:16px}.tIO .tIP{display:flex;justify-content:space-between;align-items:center}.tIO .tIP .tIQ{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)}.tIR{position:absolute;top:calc(24.047vw + 20px);right:0}.tIO .tIS{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tIO .tIT{margin-top:8px;gap:12px}.tIO .tIT,.tIO .tIT .tIU{display:flex;align-items:center}.tIO .tIT .tIU{gap:4px}.tIO .tIV{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tIL .tIW{margin-top:16px;display:flex;align-items:center;gap:12px}.tIL .tIX{width:48px;height:48px;min-width:48px;min-height:48px}.tIW .tIY{position:relative}.tIY .tIZ{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tIY .tI0{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tIY .tI1{flex-shrink:0}.tIW .tIY .tI2{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tIW .tIY .tI3{position:absolute;bottom:2px;right:0;z-index:5}.tI4{max-width:43.255vw}.tI4 .tI5{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tI4 .tI5,.tI4 .tI6{margin-bottom:16px}.tI4 .tI7{margin-bottom:24px}.tI4 .tI8{width:170px}.tI4 .tI9{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tI4 .tI9,.tJa{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tJa{-webkit-line-clamp:1;word-break:break-all}.tI4 .tJb{justify-content:right;gap:16px}.tI4 .tJb,.tI4 .tJc,.tI4 .tJd{display:flex;align-items:center}.tI4 .tJd img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tI4 .tJe{font-size:12px}.tI4 .tJf,.tI4 .tJg{font-size:12px;line-height:1.5}.tI4 .tJc .tJf{margin-left:4px}.tI4 .tJh{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%)}.tI4 .tJh a{display:flex;padding-right:16px}.tI4 .tJh .tJi{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tI4 .tJh .tJj{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tI4 .tJk{flex-shrink:0}.tI4 .tJh .tJj .tJl{-webkit-line-clamp:1;word-break:break-all}.tI4 .tJh .tJj .tJl,.tI4 .tJh .tJm{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tI4 .tJh .tJm{line-height:1.571;-webkit-line-clamp:2}.tI4 .tJh .tJn{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tJh .tJn .tJo{width:100%;height:100%;object-fit:cover;border-radius:4px}.tI4 .tJh .tJp{position:absolute;bottom:-16px}.tI4 .tJp .tIK{width:32px;height:32px;background:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.tI4 .tJp .tDL{margin:0}.tJq,.tJr{width:21vw;max-width:433.44px}.tJr{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tJr .tJs{width:100%;height:100%;object-fit:cover;border-radius:12px}.tJr .tJt.tJu,.tJr .tJv.tJw{position:absolute;top:12px;left:12px}.tJr .tJx{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tJr span{position:absolute;right:8px;bottom:8px}.tJy{display:flex;align-items:center}.tJy .tJz{margin-right:36px}.tJy .tJA,.tJy .tJz{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tJy .tJA{margin-right:20px}.tJy .tJB .tJC{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tJy .tJB .tJC,.tJy .tJB .tJD{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tJy .tJB .tJD{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tJy .tJB .tJE{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}.tJF{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.tJF .tJe{font-size:12px}.tJF .tJG{gap:8px}.tJF .tJG,.tJH{display:flex;align-items:center}.tJH{gap:12px}.tJI{width:48px;height:48px;min-width:48px;min-height:48px}.tJH .tJJ{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.tJH .tJK{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.tJH .tJK,.tJH .tJL{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tJH .tJL{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tJM{max-width:45.455vw}.tJM .tJN{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}.tJM .tJO{display:flex;align-items:center}.tJM .tJP{width:100%;height:100%;object-fit:cover;border-radius:12px}.tJM .tJQ{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.tJQ .tJR{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tJM .tJS{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tJM .tJT{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tJM .tJU{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tJM .tJV{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}.tJW{max-width:39.736vw}.tJW a{display:flex;align-items:center;justify-content:space-between}.tJW .tE3{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.tJW .tEU{border-radius:12px}.tJX{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tJW .tJX .tJY{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}.tJW .tJZ{display:flex;align-items:center}.tJW .tJZ .tJ0{margin-right:8px}.tJW .tJZ .tJ1{font-size:12px;color:#d3d3d3}.tJ2{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.tJ2 .tFp{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.tJ2 .tFr{font-size:min(1.026vw,21.17664px)}.tJ3{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.tJ3 .tJ4{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tJ3 .tJ4:hover{background-color:hsla(0,0%,100%,.1)}.tJ3 .tJ5{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.tJ3 .tJ5:active{cursor:grabbing;cursor:-webkit-grabbing}.tJ3 .tJ6{width:24px;height:32px;border-radius:6px;margin-right:28px}.tJ3 .tJ6 img{width:100%;height:100%;object-fit:cover}.tJ3 .tJ7{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.tJ3 .tJ7:before{content:counter(title)}.tJ3 .tJ8{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}.tJ9{width:24px;height:24px}.tJ3 .tKa{width:100%;height:100%;object-fit:cover;cursor:pointer}.tKb{display:flex;gap:64px}.tKc{max-width:24.926vw}.tKc,.tKc a{display:flex;justify-content:space-between;align-items:center}.tKc a{max-width:21.407vw;width:calc(100% - 32px)}.tKd{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.tKe{border-radius:12px;object-fit:cover;height:100%;width:100%}.tKf{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)}.tKg{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tKh{width:32px;height:32px}.tKi{width:374px}.tKi,.tKj{overflow:hidden}.tKj{width:100%;height:100%;display:flex;flex-direction:column}.tKk{padding-bottom:28px}.tKj .tFS{justify-content:space-between;padding-right:16px}.tKl{display:flex;flex-wrap:nowrap;gap:8px}.tKl .tEy{width:114px;height:159px}.tKm{position:relative;flex:0 0 auto}.tKm[data-is-ranking=true]{display:flex}.tKj .tKn{position:relative}.tKj .tBh{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.tKj .tBh.tF9{left:8px}.tKj .tBh.tGa{right:8px}.tKj .tKn:hover .tBh{display:block}.tKj .tED{font-size:64px;bottom:-8px}.tKj .tEC[data-is-first=true]{width:46px;flex:0 0 46px}.tKj .tEC{position:relative;width:56px;flex:0 0 56px}.tKj .tEC[data-is-double-digit=true]{width:64px;flex:0 0 64px}.tKo.txp{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.tIl{display:flex;align-items:center}.tIl .tKp{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.tIl .tEe.tKq:hover{opacity:.6}.tIl .tEe.tKq.txp:hover{opacity:1}@media screen and (min-width:2064px){.tIR{top:514px}}@media screen and (max-width:1024px){.tGA .tEU{border-color:violet;border-radius:12px}.tG4,.tGV .tKr .tKs .tKt{border-radius:3.077vw}.tG1 img{width:100%;height:auto}.tHQ{display:grid;grid-template-columns:repeat(2,1fr)}.tHS .tHU,.tHT .tHU{border-radius:12px}.tKu{flex-direction:column;gap:48px}.tHK,.tKu{display:flex}.tHK{align-items:center}.tHK .tHL{margin-right:16px}.tHK .tHN{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tHK .tHN .tHO{display:flex;align-items:center}.tHK .tHN .tHO 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}.tHK .tHN p.tHP{font-size:12px;font-weight:300;margin-top:4px}.tHR{width:43.846vw}.tHS,.tHT{margin-bottom:8px}.tHT .tKv{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tHW .tHX{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tHW .tHY{font-weight:300;margin-bottom:2px;height:1.5em}.tHW .tHY,.tHW .tHZ{font-size:12px;line-height:1.5}.tH0,.tHW .tHZ{margin-bottom:8px}.tH2 .tH3{font-size:10px}.tH6{width:calc(100% - 14px)}.tH4 li:not(:last-child){margin-bottom:16px}.tH6 .tFB{width:38.462vw;height:21.538vw}.tIb{margin-left:0}.tH8{font-size:14px;margin-right:11px}.tH8,.tH9{margin-bottom:8px}.tH9>p{font-size:12px;margin-right:8px}.tH9 .tyM,.tH9>p{white-space:nowrap}.tIa{margin-right:11px}.tIc{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tId{width:29.231vw}.tIc .tHV{right:8px}.tIf{top:27%}.tIc .tEy.tIe span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tIg.tKw{margin-top:12px}.tIi{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tIj{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tIk{font-size:10px}.tIc .tIl,.tIk{margin-top:10px}.tIn img{width:80px;height:80px}.tIm li:not(:last-child){margin-bottom:5px}.tIm .tIo p{font-size:10px}.tIp{max-width:91.795vw}.tIp .tIq{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tIp .tKx{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tIp .tKy{margin-left:16px}.tIp .tIs{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tIp .tIw{justify-content:left}.tIp .tIB{background-color:transparent;padding:0;position:relative}.tIp .tIB .tIC{max-width:100%}.tIp .tIB a{padding-right:0}.tIp .tIB .tID{font-size:12px;padding-left:0;margin-bottom:8px}.tIp .tIB .tID:after{font-size:12px}.tIp .tIB .tIG{font-size:12px;line-height:1.5;overflow:hidden}.tIp .tIB .tKz{position:absolute;bottom:2px;right:0;z-index:5}.tIL{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tIL .tKA{justify-content:space-between}.tIL .tKA,.tIL .tKA a{display:flex;align-items:center}.tIL .tKA a{gap:16px}.tIM{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tIN{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)}.tIN.tKB,.tIN.tKC{right:unset;left:-1.282vw}.tIL .tIO{max-width:28.205vw;margin-top:16px}.tIO .tIP{display:flex;justify-content:space-between;align-items:center}.tIO .tIP .tIQ{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tIR{position:unset;top:unset;right:unset}.tIO .tIS{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tIO .tIT{display:flex;align-items:center;margin-top:8px;gap:12px}.tIO .tIT .tIU{display:block;position:absolute;top:12px;left:78px;gap:4px}.tIO .tIV{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tIL .tIW{margin-top:16px;position:relative;gap:unset}.tIW a{display:flex;align-items:center;gap:16px}.tI4{max-width:91.795vw}.tI4 .tI5{font-size:72px;line-height:1.1944444444}.tI4 .tI5,.tI4 .tI6{margin-bottom:8px}.tI4 .tI7{margin-bottom:12px}.tI4 .tI7 .tI9{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tI4 .tI7 .tJa{font-size:12px;color:#d3d3d3}.tI4 .tKD{margin-left:16px}.tI4 .tI9{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tI4 .tJb{justify-content:space-between}.tI4 .tJb,.tI4 .tJb .tKE{display:flex;align-items:center}.tI4 .tJb .tKE{gap:8px}.tI4 .tKF{display:flex;align-items:center}.tI4 .tKF .tKG{width:40px;height:40px}.tI4 .tJh{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tI4 .tJh .tJi{max-width:100%}.tI4 .tJh a{padding-right:0}.tI4 .tJh .tJj{font-size:12px;padding-left:0;margin-bottom:8px}.tI4 .tJh .tJj:after{font-size:12px}.tI4 .tJh .tJm{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tJq{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tJr{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tJr .tJt.tJu,.tJr .tJv.tJw{top:8px;left:8px}.tJy{display:unset;align-items:unset;gap:0}.tKH{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tJy .tJB .tJC{margin-bottom:2px}.tJy .tJB .tJC,.tJy .tJB .tJD{font-size:14px;line-height:1.571}.tJy .tJB .tJD{margin-bottom:4px}.tJy .tJB .tJE{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tJF{padding-left:0}.tJI{width:40px;height:40px;min-width:40px;min-height:40px}.tJM{max-width:49.231vw}.tJM .tKI{position:relative;margin-bottom:16px}.tJM .tKJ{width:100%}.tKI .tKK{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tKI .tyX{position:absolute;bottom:0;right:0}.tJM .tJN{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tJM .tKL{display:flex;align-items:center;margin-bottom:8px}.tJM .tKM{font-size:12px;margin-right:16px;color:#d3d3d3}.tJM .tKN{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}.tJW{max-width:91.795vw}.tJW a{display:flex;align-items:center}.tJX{width:calc(100% - 16px - 38.462vw);min-width:none}.tJW .tJX .tJY{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.tJW .tJZ{display:flex;align-items:center}.tJW .tJZ .tJ1{font-size:12px;color:#d3d3d3}.tJ2{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tJ2 .tFp{width:unset;height:unset;min-width:21.538vw}.tJ2 .tFr{font-size:14px}.tJ2::-webkit-scrollbar{display:none}.tJ3{max-width:91.795vw}.tJ3 .tJ4{padding:12px 0}.tJ3 .tJ5{display:none}.tJ3 .tJ6{width:36px;height:49px;border-radius:6px;margin-right:16px}.tJ3 .tJ7{text-align:left;width:28px}.tJ3 .tJ8{width:calc(100% - 120px)}.tKb{flex-direction:column;gap:16px}.tKb,.tKc{display:flex}.tKc{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tKc a{max-width:unset}.tKf{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}.tKg{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tKi{width:100%}.tKl .tEy{width:29.231vw;height:40.769vw}.tIl .tJe{font-size:12px}}@media screen and (max-width:375px){.tF1>.tFZ:after,.tGd>.tGe:after,.tGf>.tGd:after,.tJ2:after{content:"";display:block;flex:0 0 4.267vw}.tGA .tEU{border-color:green;border-radius:3.2vw}.tGB{padding-right:11.733vw;margin-left:4.267vw}.tGB .txz{font-size:3.733vw}.tGB .txQ,.tGB .txz{margin-bottom:2.133vw}.tGB .txQ{font-size:3.2vw}.tGC{gap:2.133vw}.tGx .tGB .tGE>div{width:4.267vw;height:4.267vw}.tGB .tGD{font-size:2.667vw}.tGB .tKO .tKP{width:3.733vw;height:3.733vw}.tGG{min-width:8.53333vw;margin-left:2.133vw}.tGG .tDL{width:8.53333vw;height:8.53333vw}.tGG .tEe{width:4.267vw;height:4.267vw}.tGC .tGD{width:11.8vw}.tGx .tGM{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tGx.tKQ .tKR{font-size:3.733vw;margin-top:4.267vw}.tGx.tKS .tGA .tEU{border-radius:3.2vw}.tGx.tKS .tGB .txQ{margin-bottom:4.267vw}.tGx.tKS.tGx .tGF{font-size:3.2vw}.tGx.tKS.tGx .tGC{margin-top:4.267vw}.tGx.tGR .tGB .txQ{margin-bottom:3.2vw}.tGx.tGR .tGS{font-size:3.2vw;margin-bottom:1.067vw}.tGx.tGR .tGT{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tGx.tGR .tGT span:first-child{margin-right:4.267vw}.tGx.tGR .tGU{font-size:2.667vw;margin-bottom:3.2vw}.tGx.tGR .tKR{margin-top:4.267vw}.tGx.tGR.tGx .tGF{font-size:3.2vw}.tGx.tGR .tKT{width:4.267vw;height:4.267vw}.tGV .tKr{margin-bottom:3.333vw}.tGV .tKr .tKs{margin-right:4.267vw}.tGV .tKr .tKs .tKt{border-radius:3.2vw}.tGV .tKr .tKs .tKU{width:10.256vw}.tGV .tKr .tGW{margin-right:6.154vw}.tGV .tKr .tGW.tKV{margin-right:2.133vw}.tGV .tKr .tGW .tGX{font-size:3.77vw;margin-bottom:1.067vw}.tGV .tGW .tGY,.tGV .tGZ .tG0{font-size:3.2vw}.tGV .tKr .tGW.tKW{margin-right:2.133vw}.tGV .tKr .tzj.tKX{font-size:3.2vw;padding:0 1.795vw}.tG5,.tKY{font-size:3.77vw}.tEZ.tKZ{margin-bottom:1.6vw}.tGV .tGZ .tK0,.tGV .tGZ .tK1{font-size:3.2vw}.tHb>div:not(:last-child),.tHc>div:not(:last-child){margin-bottom:4.267vw}.tG9>a>div:first-child,.tHa>a>div:first-child{margin-right:4.267vw}.tHa{margin-bottom:3.267vw}.tG9 .tHe,.tHa .tHe{margin-right:4.267vw}.tG9 .tHe .tHi{margin-bottom:0}.tHm span,.tHn span{margin-left:.8vw}.tG9 img.tHf{margin-right:4.267vw}.tG9 .tHe .tHg p,.tHa .tHe .tHg p{font-size:3.733vw;margin-right:.533vw}.tG9 .tHe p.tHh,.tG9 .tHe p.tHl,.tHa .tHe p.tHh,.tHm,.tHn{font-size:3.2vw;margin-top:2.133vw}.tHo{font-size:3.733vw}.tHp{display:flex;flex-wrap:wrap}.tHp li:nth-of-type(2n){margin-right:0}.tHq{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tHr>a{height:8.533vw;width:8.533vw}.tHr>div{margin-right:2.133vw}.tHs{width:60%}.tHu{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.tHw{font-size:2.667vw}.tHV{width:6.154vw}.tHx .tHy{margin-bottom:2.133vw;border-radius:3.2vw}.tHx .tHy img{width:100%}.tHx .tHy span{right:2.133vw;bottom:2.947vw}.tHx .tHz{font-size:3.733vw}.tHx .tHA,.tHx .tHz{margin-bottom:2.133vw}.tHx .tHA{font-size:3.2vw}.tHB .tHD,.tHB>a>div:first-child{margin-right:4.267vw}.tHB .tHE{margin-right:1.067vw}.tHB .tHE .tHF>img:last-child{margin-left:.533vw}.tHB .tHE .tHF p{font-size:3.733vw}.tHB .tHE p.tHG{font-size:3.2vw;margin-top:1.067vw}.tHB .tHJ button:first-child{margin-right:2.133vw}.tKu{gap:12.8vw}.tHK .tHL,.tHK>a>div:first-child{margin-right:4.267vw}.tHK .tHN{margin-right:1.067vw}.tHK .tHN .tHO p{font-size:3.733vw}.tHK .tHN .tHO>img{margin-left:.533vw}.tHK .tHN p.tHP{font-size:3.2vw;margin-top:1.067vw}.tHQ{gap:4.267vw}.tHS,.tHT{margin-bottom:2.133vw}.tHS .tHU,.tHT .tHU{border-radius:3.2vw}.tHS .tHV,.tHT .tHV{right:2.133vw;top:2.133vw}.tHS span{right:2.133vw;bottom:2.133vw}.tHT span{font-size:3.77vw}.tHT .tKv{width:4.267vw}.tHW .tHX{font-size:3.77vw;margin-bottom:.256vw}.tHW .tHY{font-size:3.2vw;margin-bottom:.533vw}.tHW .tHZ{font-size:3.2vw}.tH0,.tHW .tHZ{margin-bottom:2.133vw}.tH0 .tH1{gap:1.6vw}.tH2 .tH3{font-size:2.667vw}.tIc{gap:7.2vw 2.133vw}.tId{width:31.785%}.tIc .tHV{top:2.133vw;right:2.133vw}.tIf{width:4.267vw}.tIc .tEy.tIe span{font-size:3.2vw}.tIg.tIh{margin-top:3.2vw}.tIi{font-size:3.733vw;margin-top:2.033vw}.tIj{font-size:3.2vw;margin-top:1.233vw}.tIk{font-size:2.667vw;margin-top:2.667vw}.tIk span:not(:last-child){margin-right:0}.tIc .tIl{margin-top:2.667vw}.tIn img{width:21.333vw;height:21.333vw}.tIm .tIo{margin-left:4.267vw}.tIm li:not(:last-child){margin-bottom:1.333vw}.tIm .tIo p{font-size:2.667vw}.tIp .tIq{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tIp .tKx{margin-bottom:4.267vw}.tIp .tKy{margin-left:4.267vw}.tIp .tIs{font-size:3.733vw;margin-bottom:3.2vw}.tIp .tIB .tIC{margin-left:3.733vw}.tIp .tIB .tID{margin-bottom:2.133vw}.tIp .tIB .tID,.tIp .tIB .tID:after,.tIp .tIB .tIG{font-size:3.2vw}.tIL{padding-left:17.067vw}.tIL .tKA a{gap:4.267vw}.tIM{border-radius:3.2vw}.tIN{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}.tIN.tKB,.tIN.tKC{right:unset;left:-1.282vw}.tIL .tIO{margin-top:4.267vw}.tIO .tIP .tIQ{font-size:3.733vw}.tIO .tIS{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tIO .tIT{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tIO .tIT .tIU{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tIO .tIV{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tIL .tIW{margin-top:4.267vw}.tIW a{gap:4.267vw}.tIW .tK2{min-width:19.2vw;min-height:19.2vw}.tIY .tIZ{margin-bottom:1.333vw;align-items:center}.tIW .tIY .tI2,.tIY .tIZ{font-size:3.2vw}.tI4 .tI5{font-size:19.2vw;line-height:1.1944444444}.tI4 .tI5,.tI4 .tI6{margin-bottom:2.133vw}.tI4 .tI7{margin-bottom:3.2vw}.tI4 .tI7 .tI9{font-size:3.733vw;margin-bottom:2.133vw}.tI4 .tI7 .tJa{font-size:2.133vw}.tI4 .tKD{margin-left:4.267vw}.tI4 .tI9{font-size:3.733vw;margin-bottom:3.2vw}.tI4 .tJb .tKE{gap:2.133vw}.tI4 .tKF .tKG{width:10.667vw;height:10.667vw}.tI4 .tJh .tJj{margin-bottom:2.133vw}.tI4 .tJh .tJj,.tI4 .tJh .tJj:after,.tI4 .tJh .tJm{font-size:3.2vw}.tI4 .tJd img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tJq{width:100%;padding-left:16.41vw}.tJr{margin-bottom:3.2vw}.tJr .tJs{width:100%;border-radius:3.2vw}.tJr .tJt.tJu,.tJr .tJv.tJw{top:2.133vw;left:2.133vw}.tJr .tJx{width:10.256vw}.tJr span{right:2.133vw;bottom:2.133vw}.tKH{letter-spacing:-2.4vw;font-size:18.462vw}.tJy .tJB .tJC{font-size:3.77vw;margin-bottom:.533vw}.tJy .tJB .tJD{font-size:3.77vw;margin-bottom:1.067vw}.tJy .tJB .tJE{font-size:3.2vw;margin-bottom:2.667vw}.tJF{margin-bottom:3.2vw}.tJF .tJe{font-size:3.2vw}.tJF .tJG{gap:2.133vw}.tJH{gap:3.2vw}.tJI{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tJH .tJJ{font-size:3.2vw;margin-bottom:1.282vw}.tJH .tJJ:after{font-size:3.2vw;margin-left:1.539vw}.tJH .tJL{font-size:3.2vw}.tJM{max-width:51.2vw}.tJM .tKI{margin-bottom:4.267vw}.tJM .tJP{border-radius:3.2vw}.tJM .tJN{font-size:3.733vw;margin-bottom:6.4vw}.tJM .tJT{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tJM .tJU{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tJM .tJU,.tJM .tK3>span{font-size:3.2vw}.tJM .tKN{font-size:3.733vw}.tJM .tKM{font-size:3.2vw;margin-right:4vw}.tJW .tJX .tJY{font-size:3.733vw;margin-bottom:2.133vw}.tJW .tJZ .tJ0{margin-right:2.133vw}.tJW .tJZ .tJ1{font-size:3.2vw}.tJ2{gap:2.133vw}.tJ2 .tK4,.tJ2 .tK5{border-radius:4.267vw}.tJ2 .tFr{font-size:3.733vw}.tJ3 .tJ4{padding:3.2vw 0}.tJ3 .tJ5,.tJ3 .tJ6{margin-right:4.267vw}.tJ3 .tJ6{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tJ3 .tJ7{width:7.468vw;font-size:3.733vw}.tJ3 .tJ8{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tJ9{width:6.4vw;height:6.4vw}.tKb{display:flex;flex-direction:column;gap:4.267vw}.tKc a{width:calc(100% - 8.533vw)}.tKf{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tKg{font-size:3.733vw}.tKh{width:8.533vw;height:8.533vw}.tIl .tKp{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.tIl .tJe{font-size:3.2vw}}@media screen and (max-width:1024px){.tF1>.tFZ:after,.tGd>.tGe:after,.tGf>.tGd:after,.tJ2:after{content:"";display:block;flex:0 0 16px}.tF0{width:29.23vw}.tF0[data-is-ranking=true]{width:auto;margin-right:0}.tFX .tF1,.tFY .tF1{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.tFX .tF1::-webkit-scrollbar,.tFY .tF1::-webkit-scrollbar{display:none}.tFZ{display:flex;flex-wrap:nowrap;gap:8px}.tFZ .tGb{margin-right:8px}.tFZ .tGb,.tFZ .tK6{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tFZ .tK6{margin-right:10px}.tFX .tFC .tFE,.tFY .tFC .tFE{display:block;width:100%}.tFS{justify-content:space-between;padding-right:16px}.tFT{font-size:16px}.tFU{justify-content:space-between}.tFV{font-size:14px}.tFW{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;white-space:nowrap}.tGc .tGf{padding-bottom:4.05vw}.tGd{gap:8px}.tK7{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tGg .tGd{gap:8px}.tGg .tGe .tEQ{width:38.462vw;height:21.538vw}.tGc.tGg .tE1{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tGi{gap:2.133vw}.tGh .tEx{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tGm li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tGo{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}.tGp{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tGq{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}.tGr{font-size:14px;margin-bottom:4px}.tGs{margin-bottom:5px}.tGs,.tGt{font-size:12px}.tGm li.tGu:after{content:none}.tGm li.tGu .tGn{opacity:.4}.tGv{font-size:12px}.tGw{flex-wrap:wrap;flex-direction:column;gap:16px}.tGw,.tGx{display:flex}.tGx{align-items:center;justify-content:space-between;width:100%}.tGA .tE3{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tGB{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tGB .txz{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tGC{gap:8px;margin-bottom:unset}.tGG{margin-left:12px}.tGx .tGM{margin-right:8px}.tGy.tGx .tE3{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tGx .tGF,.tGx.tK8 .tEV{display:none}.tGx.tKQ .tKR{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}.tGx.tKQ .tGG{top:50%}.tGx.tKS .tGA .tE3{width:29.231vw;height:40vw}.tGx.tKS .tGA .tEU{border-radius:12px}.tGx.tKS.tGx .tGB{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tGx.tKS .tGB .txQ{margin-bottom:16px}.tGx.tKS.tGx .tGF{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tGx.tKS.tGx .tGC{margin-top:16px;order:4}.tGx.tGR .tGA .tE3{position:relative;width:29.231vw;height:40vw}.tGx.tGR .tGA .tEU{border-radius:12px}.tGx.tGR .tGA .tE3 .tyX{position:absolute;bottom:0;right:0}.tGx.tGR .tGA .tGB{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tGx.tGR .tGB .txQ{margin-bottom:12px}.tGx.tGR .tGS{font-size:12px;font-weight:600}.tGx.tGR .tGT{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tGx.tGR .tGT,.tGx.tGR .tGU{font-weight:300;line-height:1.5}.tGx.tGR .tGU{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tGx.tGR .tKR{position:relative;display:block;margin-top:16px}.tGx.tGR .tKR button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tGx.tGR .tGF{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}.tGx.tGR .tGG{top:30%;transform:translateY(-30%)}.tGV{flex-direction:column;align-items:normal}.tGV .tKr{display:flex;align-items:center;margin-bottom:13px}.tGV .tKr .tKs{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tGV .tKr .tKs .tKt{width:100%;height:100%;object-fit:cover}.tGV .tKr .tKs .tKU{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tGV>div:first-child{position:unset;margin-right:0}.tGV .tKr .tGW{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tGV .tKr .tGW .tGX{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tGV .tKr .tGW .tGY{margin-bottom:0}.tGV .tGZ{position:relative}.tGV .tGZ .tG0{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tGV .tKr .tGW.tKV{width:32.56%;margin-right:8px;flex:1 1}.tG5,.tKY{transform:translate(-50%,-50%);font-size:14px}.tKY{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.tEZ.tKZ{margin-bottom:6px}.tE0.tK9{width:45.2%}.tGV .tGZ .tK0,.tGV .tGZ .tK1{font-size:12px;line-height:1.5}.tGV .tGZ .tK1{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tHb>div:not(:last-child),.tHc>div:not(:last-child){margin-bottom:16px}.tLa:hover,.tLb:hover,.tLc:hover{background-color:hsla(0,0%,100%,.1)}.tHa{margin-bottom:12.25px}.tG9 .tHe,.tHa .tHe{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tG9 .tHe .tHi,.tHa .tHe .tHi{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tG9 img.tHf,.tHa img.tHf{margin-right:16px}.tG9 .tHe .tHg,.tHa .tHe .tHg{display:flex;align-items:center}.tG9 .tHe .tHg p,.tHa .tHe .tHg p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tG9 .tHe .tHg p,.tG9 .tHe p.tHh,.tHa .tHe .tHg p,.tHa .tHe p.tHh{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tG9 .tHe p.tHh,.tHa .tHe p.tHh{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tLd{display:flex;flex-direction:column}.tG9 .tHe p.tHl,.tHa .tHe p.tHl{font-size:12px;font-weight:300;margin-top:8px}.tHm,.tHn{font-weight:300}.tHo{font-size:14px;max-width:720px}.tHq{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.tHx .tHy{border-radius:12px;height:24.615vw;width:43.846vw}.tHr>a{height:32px;width:32px}.tHp{gap:0 4.103vw}.tHr .tHs{width:60%}.tHt{height:32px;width:32px}.tHv>button{top:-14px}.tHu{margin-bottom:16px;max-width:100%}.tHv{margin-left:40px}.tHr{height:38px}.tHw{font-size:10px}.tHx .tHy img{width:100%}.tHB{display:flex;align-items:center}.tHB .tHD{margin-right:16px}.tHB .tHE{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tHB .tHE .tHF{display:flex;align-items:center}.tHB .tHE .tHF p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tHB .tHE p.tHG{margin-top:8px;margin-bottom:0}.tHB .tHJ{display:flex}.tHH .tHI{font-size:14px;line-height:1.5714285714}.tKu{flex-direction:column;gap:48px}.tHK,.tKu{display:flex}.tHK{align-items:center}.tHK .tHL{margin-right:16px}.tHK .tHN{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tHK .tHN .tHO{display:flex;align-items:center}.tHK .tHN .tHO p{height:1em;overflow:hidden;line-height:unset}.tHK .tHN p.tHP{font-size:12px;font-weight:300;margin-top:4px}.tHR,.tHS,.tHT{width:43.846vw}.tHS,.tHT{margin-bottom:8px;height:24.615vw}.tHT .tKv{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tHW .tHX{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tHW .tHY{font-weight:300;margin-bottom:2px;height:1.5em}.tHW .tHY,.tHW .tHZ{font-size:12px;line-height:1.5}.tH0,.tHW .tHZ{margin-bottom:8px}.tH2 .tH3{font-size:10px}.tIc{gap:27px 2.051vw}.tId{width:29.231vw}.tId .tEz{border-radius:12px}.tIc .tHV{right:8px}.tIf{top:27%}.tIc .tEy.tIe span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tIg.tKw{margin-top:12px}.tIi{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tIj{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tIk{font-size:10px}.tIc .tIl,.tIk{margin-top:10px}.tIn img{width:80px;height:80px}.tIm li:not(:last-child){margin-bottom:5px}.tIm .tIo p{font-size:10px}.tIp{max-width:100%}.tIp .tIq{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tIp .tKx{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tIp .tKy{margin-left:16px}.tIp .tIs{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.tIp .tIw{justify-content:left}.tIp .tIB{background-color:transparent;padding:0;position:relative}.tIp .tIB .tIC{max-width:100%}.tIp .tIB a{padding-right:0}.tIp .tIB .tID{font-size:12px;padding-left:0;margin-bottom:8px}.tIp .tIB .tID:after{font-size:12px}.tIp .tIB .tIG{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.tIp .tIB .tKz{position:absolute;bottom:2px;right:0;z-index:5}.tIL{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}.tIL .tKA{justify-content:space-between}.tIL .tKA,.tIL .tKA a{display:flex;align-items:center}.tIL .tKA a{gap:16px}.tIM{width:30.769vw;height:42.307vw}.tIN{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}.tIN.tKB,.tIN.tKC{right:unset;left:-1.282vw}.tIL .tIO{max-width:28.205vw;margin-top:16px}.tIO .tIP{display:flex;justify-content:space-between;align-items:center}.tIO .tIP .tIQ{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tIR{position:unset;top:unset;right:unset}.tIO .tIS{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tIO .tIT{display:flex;align-items:center;margin-top:8px;gap:12px}.tIO .tIT .tIU{display:block;position:absolute;top:36px;left:78px;gap:4px}.tIO .tIV{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tIL .tIW{margin-top:16px;position:relative;gap:unset}.tIW a{display:flex;align-items:center;gap:16px}.tIW .tK2{min-width:72px;min-height:72px}.tI4{max-width:100%}.tI4 .tI5{font-size:72px;line-height:1.1944444444}.tI4 .tI5,.tI4 .tI6{margin-bottom:8px}.tI4 .tI7{margin-bottom:12px}.tI4 .tI7 .tI9{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tI4 .tI7 .tJa{font-size:12px;color:#d3d3d3}.tI4 .tKD{margin-left:16px}.tI4 .tI9{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tI4 .tJb{justify-content:space-between}.tI4 .tJb,.tI4 .tJb .tKE{display:flex;align-items:center}.tI4 .tJb .tKE{gap:8px}.tI4 .tKF{display:flex;align-items:center}.tI4 .tKF .tKG{width:40px;height:40px}.tI4 .tJh{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tI4 .tJh .tJi{max-width:100%}.tI4 .tJh a{padding-right:0}.tI4 .tJh .tJj{font-size:12px;padding-left:0;margin-bottom:8px}.tI4 .tJh .tJj:after{font-size:12px}.tI4 .tJh .tJm{font-size:12px;line-height:1.567}.tJq{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tJr{margin-bottom:12px;width:75.128vw;height:42.308vw}.tJr .tJt.tJu,.tJr .tJv.tJw{top:8px;left:8px}.tJy{display:unset;align-items:unset;gap:0}.tKH{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tJy .tJB .tJC{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tJy .tJB .tJC,.tJy .tJB .tJD{font-size:14px;line-height:1.571}.tJy .tJB .tJD{margin-bottom:4px}.tJy .tJB .tJE{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tJF{padding-left:0}.tJM{max-width:49.231vw}.tJM .tKI{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tJM .tKJ{border-radius:12px;width:100%;height:100%;object-fit:cover}.tKI .tKK{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tKI .tyX{position:absolute;bottom:0;right:0}.tJM .tJN{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tJM .tKL{display:flex;align-items:center;margin-bottom:8px}.tJM .tKM{font-size:12px;margin-right:16px;color:#d3d3d3}.tJM .tKN{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.tJW{max-width:91.795vw}.tJW a{display:flex;align-items:center}.tJW .tE3{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.tJW .tEU{border-radius:12px}.tJW .tJX .tJY{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.tJW .tJZ{display:flex;align-items:center}.tJW .tJZ .tJ1{font-size:12px;color:#d3d3d3}.tJ2{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tJ2 .tFp{width:unset;height:unset;min-width:21.538vw}.tJ2 .tFr{font-size:14px}.tJ2::-webkit-scrollbar{display:none}.tJ3{max-width:91.795vw}.tJ3 .tJ4{padding:12px 0}.tJ3 .tJ5{display:none}.tJ3 .tJ6{width:36px;height:49px;border-radius:6px;margin-right:16px}.tJ3 .tJ7{width:28px}.tJ3 .tJ8{width:calc(100% - 120px)}.tKb{flex-direction:column;gap:16px}.tKb,.tKc{display:flex}.tKc{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tKc a{max-width:unset}.tKd{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.tKe{border-radius:12px}.tKf{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.tKg{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tKj .tED{font-size:10vw}.tKj .tEC[data-is-first=true]{width:54px;flex:0 0 54px}.tKj .tEC{position:relative;width:80px;flex:0 0 80px}.tKj .tEC[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.tIk span{transform:scaleX(.9);white-space:nowrap}.tKj .tED{font-size:16.4vw;bottom:-1.5vw}.tKj .tEC[data-is-first=true]{width:40px;flex:0 0 40px}.tKj .tEC{width:48px;flex:0 0 48px}.tKj .tEC[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tGA .tEU,.tGx.tGR .tGA .tEU,.tGx.tKS .tGA .tEU{border-radius:2.303vw}.tGA .tE3 .tyX,.tGx.tGR .tGA .tE3 .tyX{width:3.071vw}.tHS .tHU,.tHT .tHU,.tHx .tHy,.tId .tEz,.tJM .tKJ,.tJW .tEU{border-radius:2.303vw}.tKI .tyX{width:3.071vw}.tKe{border-radius:2.303vw}}@media screen and (max-width:375px){.tFS{margin-bottom:4.267vw;padding-right:4.267vw}.tFT{font-size:4.267vw}.tFU{margin-bottom:3.75vw}.tFV{font-size:3.75vw}.tFZ{gap:2.133vw}.tFZ .tGb{top:1907px;left:16px;width:72vw;height:40.266vw}.tFZ .tGb :not(:first-child){margin-left:8px}.tGd,.tGg .tGd,.tGi{gap:2.133vw}.tGh .tEx{border-radius:3.2vw}.tGm li{border-radius:2.133vw}.tGm li:not(:last-child){margin-bottom:4.267vw}.tGo{font-size:5.333vw}.tGq{padding-left:4.267vw;padding-right:4.267vw}.tGr{font-size:3.733vw;margin-bottom:1.067vw}.tGs{margin-bottom:1.333vw}.tGs,.tGt,.tGv{font-size:3.2vw}.tGv{right:4.267vw;bottom:4.267vw}.tGw{gap:4.267vw}.tGA .tEU{border-radius:3.2vw}.tGB{padding-right:11.733vw;margin-left:4.267vw}.tGB .txz{margin-bottom:1.067vw;font-size:3.733vw}.tGB .txQ{margin-bottom:2.133vw;font-size:3.2vw}.tGC{gap:2.133vw}.tGx .tGB .tGE>div{width:4.267vw;height:4.267vw}.tGB .tGD{font-size:2.667vw}.tGB .tKO .tKP{width:3.733vw;height:3.733vw}.tGG{min-width:8.53333vw;margin-left:2.133vw}.tGG .tDL{width:8.53333vw;height:8.53333vw}.tGG .tEe{height:4.267vw}.tGA .tE3 .tyX,.tGG .tEe{width:4.267vw}.tGx .tGM{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tGx.tKQ .tKR{font-size:3.733vw;margin-top:4.267vw}.tGx.tKS .tGA .tEU{border-radius:3.2vw}.tGx.tKS .tGB .txQ{margin-bottom:4.267vw}.tGx.tKS.tGx .tGF{font-size:3.2vw}.tGx.tKS.tGx .tGC{margin-top:4.267vw}.tGx.tGR .tGA .tE3 .tyX{width:4.267vw}.tGx.tGR .tGB .txR{margin-bottom:3.2vw}.tGx.tGR .tGS{font-size:3.2vw;margin-bottom:1.067vw}.tGx.tGR .tGT{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tGx.tGR .tGT span:first-child{margin-right:4.267vw}.tGx.tGR .tGU{font-size:2.667vw;margin-bottom:3.2vw}.tGx.tGR .tKR{margin-top:4.267vw}.tGx.tGR.tGx .tGF{font-size:3.2vw}.tGx.tGR .tKT{width:4.267vw;height:4.267vw}.tGV .tKr{margin-bottom:3.333vw}.tGV .tKr .tKs{margin-right:4.267vw}.tGV .tKr .tKs .tKt{border-radius:3.2vw}.tGV .tKr .tKs .tKU{width:10.256vw}.tGV .tKr .tGW{margin-right:6.154vw}.tGV .tKr .tGW.tKV{margin-right:2.133vw}.tGV .tKr .tGW .tGX{font-size:3.77vw;margin-bottom:1.067vw}.tGV .tGW .tGY,.tGV .tGZ .tG0{font-size:3.2vw}.tGV .tKr .tGW.tKW{margin-right:2.133vw}.tGV .tKr .tzj.tKX{font-size:3.2vw;padding:0 1.795vw}.tG5,.tKY{font-size:3.77vw}.tEZ.tKZ{margin-bottom:1.6vw}.tGV .tGZ .tK0,.tGV .tGZ .tK1{font-size:3.2vw}.tG9 .tHe,.tG9>a>div:first-child,.tHa .tHe,.tHa>a>div:first-child{margin-right:4.267vw}.tG9 .tHe .tHi{margin-bottom:0}.tHm span,.tHn span{margin-left:.8vw}.tG9 img.tHf{margin-right:4.267vw}.tG9 .tHe .tHg p,.tHa .tHe .tHg p{font-size:3.733vw;margin-right:.533vw}.tG9 .tHe p.tHh,.tG9 .tHe p.tHl,.tHa .tHe p.tHh,.tHm,.tHn{font-size:3.2vw;margin-top:2.133vw}.tHo{font-size:3.733vw}.tHp{display:flex;flex-wrap:wrap}.tHp li:nth-of-type(2n){margin-right:0}.tHq{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tHr>a>img,.tHr>div{margin-right:2.133vw}.tHr .tHs{width:60%}.tHt{height:8.533vw;width:8.533vw}.tHv>button{top:-3.733vw}.tHr .tHs .tHu{max-width:100%;font-size:3.733vw}.tHv{margin-left:10.667vw}.tHr .tHs .tHw{font-size:2.667vw}.tHx .tHy{margin-bottom:2.133vw;border-radius:3.2vw}.tHx .tHy img{width:100%}.tHx .tHy span{right:2.133vw;bottom:2.947vw}.tHx .tHz{font-size:3.733vw}.tHx .tHA,.tHx .tHz{margin-bottom:2.133vw}.tHx .tHA{font-size:3.2vw}.tHB{margin-bottom:4.267vw}.tHB .tHD,.tHB>a>div:first-child{margin-right:4.267vw}.tHB .tHE{margin-right:1.067vw}.tHB .tHE .tHF>img:last-child{margin-left:.533vw}.tHB .tHE .tHF p{font-size:3.733vw}.tHB .tHE p.tHG{font-size:3.2vw;margin-top:2.133vw}.tHH .tHI{font-size:3.734vw}.tHB .tHJ button:first-child{margin-right:2.133vw}.tKu{gap:12.8vw}.tHK .tHL,.tHK>a>div:first-child{margin-right:4.267vw}.tHK .tHN{margin-right:1.067vw}.tHK .tHN .tHO p{font-size:3.733vw}.tHK .tHN .tHO>img{margin-left:.533vw}.tHK .tHN p.tHP{font-size:3.2vw;margin-top:1.067vw}.tHQ{gap:4.267vw}.tHS,.tHT{margin-bottom:2.133vw}.tHS .tHU,.tHT .tHU{border-radius:3.2vw}.tHS .tHV,.tHT .tHV{right:2.133vw;top:2.133vw}.tHS span{right:2.133vw;bottom:2.133vw}.tHT span{font-size:3.77vw}.tHT .tKv{width:4.267vw}.tHW .tHX{font-size:3.77vw;margin-bottom:.256vw}.tHW .tHY{font-size:3.2vw;margin-bottom:.533vw}.tHW .tHZ{font-size:3.2vw}.tH0,.tHW .tHZ{margin-bottom:2.133vw}.tH0 .tH1{gap:1.6vw}.tH2 .tH3{font-size:2.667vw}.tH6{gap:4.267vw;width:calc(100% - 3.733vw)}.tH4 li:not(:last-child){margin-bottom:4.267vw}.tH8{font-size:3.733vw;margin-right:2.933vw}.tH8,.tH9{margin-bottom:2.133vw}.tH9>p{margin-right:2.133vw}.tH9>p,.tIa{font-size:3.2vw}.tIa{margin-right:2.933vw}.tIc{gap:7.2vw 2.133vw}.tId{width:31.785%}.tId .tEz{border-radius:3.2vw}.tIc .tHV{top:2.133vw;right:2.133vw}.tIf{width:4.267vw}.tIc .tEy.tIe span{font-size:3.2vw}.tIg.tIh{margin-top:3.2vw}.tIi{font-size:3.733vw;margin-top:2.033vw}.tIj{font-size:3.2vw;margin-top:1.233vw}.tIk{font-size:2.667vw;margin-top:2.667vw}.tIk span:not(:last-child){margin-right:0}.tIc .tIl{margin-top:2.667vw}.tIn img{width:21.333vw;height:21.333vw}.tIm .tIo{margin-left:4.267vw}.tIm li:not(:last-child){margin-bottom:1.333vw}.tIm .tIo p{font-size:2.667vw}.tIp .tIq{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tIp .tKx{margin-bottom:4.267vw}.tIp .tKy{margin-left:4.267vw}.tIp .tIs{font-size:3.733vw;margin-bottom:3.2vw}.tIp .tIB .tIC{margin-left:3.733vw}.tIp .tIB .tID{margin-bottom:2.133vw}.tIp .tIB .tID,.tIp .tIB .tID:after,.tIp .tIB .tIG{font-size:3.2vw}.tIL{padding-left:17.067vw;padding-top:6.4vw}.tIL .tKA a{gap:4.267vw}.tIM{border-radius:3.2vw}.tIN{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}.tIN.tKB,.tIN.tKC{right:unset;left:-1.282vw}.tIL .tIO{margin-top:4.267vw}.tIO .tIP .tIQ{font-size:3.733vw}.tIO .tIS{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tIO .tIT{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tIO .tIT .tIU{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tIO .tIV{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tIL .tIW{margin-top:4.267vw}.tIW a{gap:4.267vw}.tIW .tK2{min-width:19.2vw;min-height:19.2vw}.tIY .tIZ{margin-bottom:1.333vw;align-items:center}.tIW .tIY .tI2,.tIY .tIZ{font-size:3.2vw}.tI4 .tI5{font-size:19.2vw;line-height:1.1944444444}.tI4 .tI5,.tI4 .tI6{margin-bottom:2.133vw}.tI4 .tI7{margin-bottom:3.2vw}.tI4 .tI7 .tI9{font-size:3.733vw;margin-bottom:2.133vw}.tI4 .tI7 .tJa{font-size:2.133vw}.tI4 .tKD{margin-left:4.267vw}.tI4 .tI9{font-size:3.733vw;margin-bottom:3.2vw}.tI4 .tJb .tKE{gap:2.133vw}.tI4 .tKF .tKG{width:10.667vw;height:10.667vw}.tI4 .tJh .tJj{margin-bottom:2.133vw}.tI4 .tJh .tJj,.tI4 .tJh .tJm{font-size:3.2vw}.tI4 .tJd img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tI4 .tJe{font-size:3.2vw}.tJq{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tJr{margin-bottom:3.2vw}.tJr .tJs{width:100%;border-radius:3.2vw}.tJr .tJt.tJu,.tJr .tJv.tJw{top:2.133vw;left:2.133vw}.tJr .tJx{width:10.256vw}.tJr span{right:2.133vw;bottom:2.133vw}.tKH{letter-spacing:-2.4vw;font-size:18.462vw}.tJy .tJB .tJC{font-size:3.77vw;margin-bottom:.533vw}.tJy .tJB .tJD{font-size:3.77vw;margin-bottom:1.067vw}.tJy .tJB .tJE{font-size:3.2vw;margin-bottom:2.667vw}.tJF{margin-bottom:3.2vw}.tJF .tJe{font-size:3.2vw}.tJF .tJG{gap:2.133vw}.tJH{gap:3.2vw}.tJI{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tJH .tJJ{font-size:3.2vw;margin-bottom:1.282vw}.tJH .tJJ:after{font-size:3.2vw;margin-left:1.539vw}.tJH .tJL{font-size:3.2vw}.tJM{max-width:51.2vw}.tJM .tKI{margin-bottom:4.267vw}.tJM .tJP{border-radius:3.2vw}.tJM .tJN{font-size:3.733vw;margin-bottom:6.4vw}.tJM .tJT{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tJM .tJU{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tJM .tJU,.tJM .tK3>span{font-size:3.2vw}.tJM .tKN{font-size:3.733vw}.tJM .tKM{font-size:3.2vw;margin-right:4vw}.tKI .tyX{width:4.267vw}.tJW .tE3{margin-right:4.267vw}.tJW .tEU{border-radius:3.2vw}.tJW .tJX .tJY{font-size:3.733vw;margin-bottom:2.133vw}.tJW .tJZ .tJ0{margin-right:2.133vw}.tJW .tJZ .tJ1{font-size:3.2vw}.tJ2{gap:2.133vw}.tJ2 .tK4,.tJ2 .tK5{border-radius:4.267vw}.tJ2 .tFr{font-size:3.733vw}.tJ3 .tJ4{padding:3.2vw 0}.tJ3 .tJ5,.tJ3 .tJ6{margin-right:4.267vw}.tJ3 .tJ6{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tJ3 .tJ7{width:7.468vw;font-size:3.733vw}.tJ3 .tJ8{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tJ9{width:6.4vw;height:6.4vw}.tKb{display:flex;flex-direction:column;gap:4.267vw}.tKc a{width:calc(100% - 8.533vw)}.tKf{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tKg{font-size:3.733vw}.tKh{width:8.533vw;height:8.533vw}.tKe{border-radius:3.2vw}.tKk{padding-bottom:7.179vw}.tKj .tFS{padding-right:4.267vw}.tKl{gap:2.051vw}.tKj .tBh{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tLe .tGG{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tLe .tGG{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tLe .tGG{top:30.7675%!important}}@media screen and (max-width:376px){.tLe .tGG{top:30%!important}}.tLf{display:inline-flex;gap:16px}.tLg{animation:tLg .8s linear infinite}.tLh>img{width:100%;height:100%;display:block}@keyframes tLg{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tLi{height:4px}.tLi,.tLj{width:100%}.tLj{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.tLk{width:90px;background-color:hsla(0,0%,100%,.6)}.tLk,.tLl{height:4px;border-radius:4px}.tLl{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tIg{display:inline-block}.tKO{gap:2px}.tKO,.tLm{display:flex;align-items:flex-end}.tLm{max-height:-moz-fit-content;max-height:fit-content}.tK3>span{display:block;font-size:12px;font-weight:600;color:#fff}.tLn{display:inline-block;cursor:pointer}.tLn input{display:none}.tLn input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:hsla(0,0%,81%,.5)}.tLn input:checked~span{width:80px}.tLn input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tLp{width:58.2%}.tLq{cursor:pointer}.tLr{height:2px}.tLr.tLs .tLq{width:24px;height:24px}.tLr.tLt .tLq{display:none}.tLu{display:inline-block;margin-right:16px;cursor:pointer}.tLu:last-child{margin-right:0}.tLu input{display:none}.tLu 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)}.tLu input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.tLo{border-radius:2px}.tLp{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tLp,.tLq{position:relative}.tLq{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.tLv.tLo{height:4px}.tLv .tLq{width:26px;height:26px}.tLw .tLq{display:none}.tLx{display:flex;align-items:center;margin:0 8px;position:relative}.tLy{margin-left:12px}.tLy,.tLz{font-size:12px;font-weight:300}.tLz{top:-16px}.tLA,.tLz{position:absolute}.tLA{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tLA:before{content:"●";color:#ff0576;font-size:16px}.tLA span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tLB{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tLC{margin-bottom:16px}.tLo{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tLD{height:4px}.tLE{margin-bottom:12px;font-size:12px;font-weight:300}.tLD .tLp{width:31.3%}.tLD .tLq{width:26px;height:26px}.tLF .tLq{display:none}.tLG{margin-right:56px}.tLH{position:relative;width:100%;height:100%}.tLH,.tLI{display:flex;align-items:center;justify-content:center}.tLI{width:calc(100% - 12px);height:2px}.tLI .tLJ{flex:1 1;height:100%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tLK{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tLK .tLL{width:12px;height:12px;border-radius:50%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tLM[data-current-index="1"] .tLK>.tLL:first-child,.tLM[data-current-index="2"] .tLI>.tLJ:first-child,.tLM[data-current-index="2"] .tLK>.tLL:not(.tLL:nth-child(3)),.tLM[data-current-index="3"] .tLI>.tLJ,.tLM[data-current-index="3"] .tLK>.tLL{background-color:#ff0576}.tLN{width:528px;height:12px}.tLO{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tLO>img{display:block;width:36px;height:36px}.tLP{width:528px;height:12px}.tLQ[data-current-index="1"] .tLK>.tLL:first-child,.tLQ[data-current-index="2"] .tLI>.tLJ:first-child,.tLQ[data-current-index="2"] .tLK>.tLL:first-child,.tLQ[data-current-index="2"] .tLK>.tLL:nth-child(2),.tLQ[data-current-index="3"] .tLI>.tLJ:not(.tLJ:last-child),.tLQ[data-current-index="3"] .tLK>.tLL:not(.tLL:last-child),.tLQ[data-current-index="4"] .tLI>.tLJ,.tLQ[data-current-index="4"] .tLK>.tLL{background-color:#ff0576}@media screen and (max-width:1024px){.tLn input~span{height:4px;width:8px}.tLn input:checked~span{width:48px}.tLn input:checked~span>span{width:50%}.tLN,.tLP{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tLh>img{width:8.533vw;height:8.533vw}.tLi{height:1.067vw}.tLj{border-radius:.533vw}.tLk{width:24vw;background-color:hsla(0,0%,100%,.6)}.tLk,.tLl{height:1.067vw;border-radius:.533vw}.tLl{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tKO{gap:.533vw}.tK3>span{font-size:3.2vw}.tLn input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.tLn input:checked~span{width:12.8vw}.tLn input:checked~span>small{border-radius:.8vw}.tLr{height:.533vw}.tLr.tLs .tLq{width:6.4vw;height:6.4vw}.tLu{margin-right:4.267vw}.tLu input~span{height:3.2vw;width:3.2vw}.tLo{height:.533vw;border-radius:.533vw}.tLq{width:3.2vw;height:3.2vw}.tLv.tLo{height:1.067vw}.tLv .tLq{width:6.933vw;height:6.933vw}.tLx{margin:0 2.133vw}.tLy{margin-left:3.2vw}.tLy,.tLz{font-size:3.2vw}.tLz{top:-4.267vw}.tLA{bottom:-8.533vw}.tLA,.tLA span,.tLA:before{font-size:3.2vw}.tLB{width:42.667vw;bottom:10.4vw;left:10.933vw}.tLC{margin-bottom:4.267vw}.tLo{border-radius:1.067vw}.tLD{height:1.067vw}.tLE{margin-bottom:3.2vw;font-size:3.2vw}.tLD .tLq{width:6.933vw;height:6.933vw}.tLG{margin-right:14.933vw}.tLI{width:calc(100% - 3.2vw);height:.533vw}.tLK .tLL{width:3.2vw;height:3.2vw}.tLN{width:calc(100% - 10.933vw);height:3.2vw}.tLO{width:10.667vw;height:10.667vw}.tLO>img{width:9.6vw;height:9.6vw}.tLP{width:calc(100% - 10.933vw);height:3.2vw}}.tLR{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}.tLR:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tLR::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tLR.tLS:before{vertical-align:text-top;height:unset}.tLT{display:none}.tLU{width:560px;border-radius:16px;background:transparent;background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tLV{margin:40px}.tLW{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tLW:hover{opacity:.6}.tCH{width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tLX{margin:40px}.tLY{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tLY:hover{opacity:.6}.tLZ{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tLZ:hover{opacity:.6}.tL0{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}.tL0,.tL1{position:relative;width:560px}.tL1{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tL1 img{width:100%;height:100%;object-fit:cover}.tL2{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tL3{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tL3,.tL4{margin-bottom:24px}.tL4{width:100%}.tL5{text-align:center}.tL6{padding:40px 120px;width:560px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.tL7{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tL8{display:block;text-align:center;color:#fff;margin-bottom:40px}.tL6 .tCl.tCm .tCn,.tL9 .tCl.tCm .tCn{width:100%}.tMa{max-width:280px;padding:22px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.tMb{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)}.tMb:last-child{margin:0}.tMb input{opacity:0;cursor:pointer;height:0;width:0}.tMb input,.tMc{position:absolute}.tMc{top:0;left:0;height:16px;width:16px}.tMc:after{content:"";position:absolute;display:none}.tMb input:checked~.tMc:after{display:block}.tMb .tMc:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tMd{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tMe{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:transparent;background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.302)!important}.tMf{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tMg{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}.tMg:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tL9 .tCl.tCm{display:block}.tL9 .tCl.tCm .tCn{padding:8px 24px}.tL9 .tCl.tCm .tCn:hover{background-color:hsla(0,0%,100%,.1)}.tMh{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tMi{position:absolute;top:0;right:0;cursor:pointer}.tMi:hover{opacity:.6}.tMj{display:inline-flex}.tMj .tDh{width:1px;height:auto;margin:24px 0}.tMk{width:216px;padding:24px 0;text-align:center;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.tMl{position:relative}.tMl input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tMl .tzk{font-weight:300;cursor:pointer}.tMl .tzk:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tMl .tzk img{display:none}.tMl input:checked~.tzk img{display:block}.tMm{padding:20px;width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.tMn{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tMo{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.tMo::-webkit-scrollbar{width:28px}.tMo::-webkit-scrollbar-track{border:12px solid transparent;border-radius:50vh;background-clip:padding-box;margin:12px 0}.tMo::-webkit-scrollbar-thumb{border:12px solid transparent;background-clip:padding-box}.tMp{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tMq label{position:relative}.tMq input{opacity:0;cursor:pointer;height:0;width:0}.tMq input,.tMr{position:absolute}.tMr{top:3px;left:0;height:16px;width:16px}.tMr:after{content:"";position:absolute;display:none}.tMq input:checked~.tMr:after{display:block}.tMq .tMr:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tMs{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tMt{position:absolute;top:16px;right:16px;cursor:pointer}.tMt:hover{opacity:.6}.tMu{width:284px;height:auto;padding:24px;border-radius:12px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tMv{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tMw{width:24px;height:24px;cursor:pointer}.tMw:hover{opacity:.6}.tMx{font-weight:600;font-size:18px;cursor:pointer}.tMy{margin-bottom:16px}.tMz{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tMz li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tMA{color:#1fb1ff}.tMB{color:#ec28bf}.tMC{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tMC li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tMC li,.tMC li span{display:flex;justify-content:center;align-items:center}.tMC li span{width:100%;height:100%;cursor:pointer}.tMC li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tMC span.tGu{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tMD{display:flex;align-items:center;justify-content:space-between}.tMD .tzk{width:31.5%;height:36px;padding:0}.tMD .tze{width:65.5%}.tME{width:976px;border-radius:16px;background:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.tMF{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tMF:hover{opacity:.6}.tMG{display:none}.tMH{position:absolute;top:16px;left:unset;right:16px}.tMH:hover{opacity:.6}.tMI{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tLU{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tLV{margin:40px 16px}.tLW{top:16px;left:unset;right:16px}.tCH{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tLX{margin:40px 16px}.tLY{top:16px;right:16px;left:unset}.tL0{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tLZ{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tL1{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}.tL1 img{width:100%;height:100%;object-fit:cover}.tL2{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tL2,.tL3{text-align:center}.tL3{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tL7{position:absolute;top:64px;left:unset;right:16px}.tL7:hover{opacity:.6}.tL6{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tMJ{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tL8{margin-bottom:22px}.tL8 .txF{font-size:16px;line-height:1.625}.tMm{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tMK,.tMm{height:100%}.tMn{position:absolute;top:16px;right:16px;cursor:pointer}.tML:before{display:none}.tMu{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tLR .tMu{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tMv{margin-bottom:32px}.tMw{width:16px;height:16px}.tMx{font-size:20px}.tMy{margin-bottom:24px}.tMz li{font-size:14px;line-height:1.5714285714}.tMC{row-gap:8px}.tMC li{font-size:14px;line-height:1.5714285714}.tMD .tzk{width:27.78%;height:48px}.tMD .tze{width:71.528%;height:48px}.tMM{position:absolute;top:16px;right:16px;cursor:pointer}.tMM:hover{opacity:.6}.tLS:before{display:none}.tME{border-radius:unset;width:100%;margin:0}.tMF{top:4px;right:4px}.tMN{display:none}.tMG{display:flex;background-color:transparent}}@media screen and (max-width:375px){.tLU{border-radius:4.267vw}.tLV{margin:10.667vw 4.267vw}.tLW{top:4.267vw;right:4.267vw}.tCH{border-radius:4.267vw}.tLY{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tL0{border-radius:4.267vw}.tLZ{top:17.067vw;right:4.267vw}.tL1{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tL2{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tL3{font-size:4.267vw;padding:0 0 5.333vw}.tL7{top:17.067vw;right:4.267vw}.tL6{padding:6.4vw 4.267vw}.tL6,.tL6:before{border-radius:4.267vw}.tL6:before{padding:.267vw}.tL8{font-size:4.267vw}.tMO{margin-top:4.267vw}.tMa{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tMb{margin-bottom:4.267vw}.tMb .tMc:after,.tMc{height:4.267vw;width:4.267vw}.tMd{margin-left:6.4vw}.tMd,.tMh{font-size:3.733vw}.tMh{line-height:6.4vw;margin-left:2.133vw}.tL9 .tCl.tCm .tCn,.tMg{padding:2.133vw 6.4vw}.tMf{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tMn{top:4.267vw;right:4.267vw}.tMo{border-radius:4.267vw;margin:0 6.4vw}.tMo::-webkit-scrollbar{width:7.468vw}.tMo::-webkit-scrollbar-track{margin:3.2vw 0}.tMo::-webkit-scrollbar-thumb,.tMo::-webkit-scrollbar-track{border:3.2vw solid transparent}.tMp{row-gap:6.4vw;padding:6.4vw 3.2vw}.tMr{top:.8vw}.tMq .tMr:after,.tMr{height:4.267vw;width:4.267vw}.tMs{font-size:3.734vw;margin:0 6.4vw}.tMt{top:4.267vw;right:4.267vw}.tMu{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tMv{margin-bottom:8.533vw}.tMw{width:4.267vw;height:4.267vw}.tMx{font-size:5.334vw;line-height:1}.tMy{margin-bottom:6.4vw}.tMz{margin-bottom:3.2vw}.tMz li{width:8.533vw;font-size:3.734vw}.tMC{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tMC li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tMD .tze,.tMD .tzk{height:12.8vw}.tMM{top:4.267vw;right:4.267vw}.tMF{top:1.067vw;right:1.067vw}.tMH{top:4.267vw;right:4.267vw}.tMI{text-align:left;width:32vw;margin:0 auto}}.tMP .tMQ{font-size:20px}.tMP .tMR{font-size:40px}.tMP .tMS{font-size:16px}@media screen and (max-width:520px){.tMP .tMT .tMQ{font-size:4.5vw}.tMP .tMT .tMR{font-size:9vw}.tMP .tMT .tMS{font-size:3.5vw}}.tMU{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tMU{display:none}}.tMU.tMV{right:0}.tMU.tMV,.tMU.tMW{top:0;height:100%;width:calc((100% - 976px)/2)}.tMU.tMW{left:0}.tMU.tMX{top:0}.tMU.tMX,.tMU.tMY{height:24px;width:100%}.tMU.tMY{bottom:0}.tw8.tMZ{background:#333}.tM0{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)}.tM0,.tM0:before{border-radius:12px}.tM0:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.tM1{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tM2{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}.tM2,.tM2:before{border-radius:12px}.tM2:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.tM3{width:400px;padding-right:40px}.tM4{width:90px;height:50px;margin-right:16px}.tM5{border-radius:6px;object-fit:cover}.tM6{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tM7{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tM8{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tM2 .tM9{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tNa{color:#fff;background-color:hsla(0,0%,8%,.5);font-size:12px;font-weight:700}.tNa,.tNb{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tNb{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tNb,.tNb:before{border-radius:8px}.tNb:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.tNc{color:#fff;font-size:12px;font-weight:600}.tNd{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}.tNd,.tNd:before{border-radius:12px}.tNd:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),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}.tNe{color:#fff;font-weight:600}.tNd>img{width:22px;height:22px;margin-right:8px}.tNf{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}.tNf: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%)}.tNg{color:#fff}.tNh{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)}.tNi{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tM2{width:100%;padding-right:16px}.tNd{width:auto;height:auto;padding:8px 16px}.tNd,.tNd:before{border-radius:8px}.tNd>img{width:16px;height:16px}.tNe{font-size:12px}.tNf{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tM2{max-width:91.795vw}.tM6{max-width:41.026vw}.tM0{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tM0,.tM0:before{border-radius:3.2vw}.tM1{font-size:3.733vw}.tM2{min-height:21.867vw;padding:4.267vw}.tM2,.tM2:before{border-radius:3.2vw}.tM2:before{padding:.267vw}.tM4{width:24vw;height:13.333vw;margin-right:4.267vw}.tM5{border-radius:1.6vw}.tM6{width:calc(100% - 40vw)}.tM8{font-size:3.733vw;margin-left:4.267vw}.tM3{width:106.667vw;padding-right:10.667vw}.tM2 .tM9{width:10.667vw;height:10.667vw}.tM6{font-size:3.2vw}.tNa{font-size:3.2vw}.tNa,.tNb{width:32vw;height:8.533vw}.tNb,.tNb:before{border-radius:2.133vw}.tNb:before{padding:.267vw}.tNc{font-size:3.2vw}.tNd{padding:2.133vw 4.267vw}.tNd,.tNd:before{border-radius:2.133vw}.tNd>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tNe{font-size:3.2vw}.tNh{width:11.733vw;height:5.867vw}.tNi{font-size:3.733vw}}.tw7{position:relative;z-index:1}.tDh{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.tDh.tNj{opacity:.3}.tNk{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.tKP{position:relative;display:inline-block;width:14px;height:14px}.tNl{position:absolute;top:0;left:0}.tNl,.tNm{width:100%;height:100%}.tNm{display:block}.tNn{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tNn>input{display:none}.tNo{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tNo,.tNp,.tNq{width:100%;height:100%}.tNp,.tNq{display:block}.tNr{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}.tNn input:checked~.tNr{opacity:1;transform:scale(1)}.tGM{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)}.tGM>input{display:none}.tGN{z-index:2}.tGN,.tGO{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tGO{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tGP,.tGQ{width:100%;height:100%}.tGM input:checked~.tGO{opacity:1;transform:scale(1)}.tNs{display:flex;flex-wrap:wrap;gap:16px}.tNt{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tNt.tNu{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tNv{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}.tNw{width:100%;height:100%;object-fit:cover}.tNx{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tNy{width:100%;height:336px}@media screen and (max-width:375px){.tNk{gap:4.267vw}.tKP{width:3.733vw;height:3.733vw}.tGM,.tNn{height:6.4vw;width:6.4vw}.tNs{gap:4.267vw}.tNt{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tJt,.tNA,.tNB,.tNC,.tND,.tNE,.tNF,.tNG,.tNH,.tNz{background-color:transparent;width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tNI,.tNJ{display:inline-flex;gap:8px}.tNJ{flex-direction:column}.tNK{display:inline-flex;gap:8px}.tGE{display:flex;align-items:center;gap:2px}.tGD{font-size:10px;font-weight:300;color:#bababa}.tNL{display:flex;align-items:flex-end;gap:10px}.tJv,.tNM{display:flex;flex-direction:column}.tNM{align-items:center;gap:1px}.tNN{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tNN: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){.tJt,.tNA,.tNB,.tNC,.tND,.tNE,.tNF,.tNG,.tNH,.tNz{width:6.4vw;height:6.4vw}.tNI,.tNJ,.tNK{gap:2.133vw}.tGE{gap:.533vw}.tGD{font-size:2.667vw}.tNL{gap:2.667vw}.tNM{gap:.267vw}.tNN{font-size:2.667vw}.tNN:before{height:2.667vw;width:6.4vw}}.tNO{z-index:auto!important}.tNP .tw8{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tNP .tNQ,.tNP .tw8{position:relative}.tNP .tEn,.tNP .tNR{width:590px}.tNP .tNR{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}.tNP .tzi{width:170px}.tNP .txw{text-align:left;padding-top:64px;padding-bottom:56px}.tNP .tNS{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tNP .tNT{position:absolute;right:0;bottom:0}.tNP .tNT .tyX{width:100%;height:100%}.tNP .tNU{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tNP .tL9 .txD{margin:0 24px 16px}.tNP .tNV{position:fixed;bottom:48px;z-index:10}.tNP .tMe{position:absolute;top:40px;z-index:5}.tNP .txD{margin:0 24px 16px}.tNP .txB{margin-bottom:32px}.tNP .txI{margin-bottom:24px}.tNP .tCH{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tNP .tLX{height:100%;margin:unset}@media screen and (min-height:680px){.tNP .tNW{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){.tNP .tNW{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tNP .tNW{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tNP .tCC{margin-bottom:32px;max-width:100%}.tNP .tCH .tyY{width:100%;max-width:720px;bottom:0;left:0;position:absolute;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.tNP .tCH .tyY :root .tNP .tCH .tyY,.tNP .tCH .tyY _::-webkit-full-page-media,.tNP .tCH .tyY _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tNP .tCH .tyY .tNP .tCH .tyY,.tNP .tCH .tyY ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.tyY .tzk{width:100px;padding:unset}}@media screen and (max-width:1024px){.tyY .tzk{width:53%}.tNP .tw8{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tNP .tNQ{position:-webkit-sticky;position:sticky}.tNP .txw{text-align:center;padding-top:16px;padding-bottom:24px}.tNP .tNT{width:4.103vw;height:4.103vw}.tNP .tNX{position:absolute;left:34px;top:4px}.tNP .tyY{margin-top:32px}.tNP .tNU{grid-template-columns:repeat(1,1fr);gap:16px}.tNP .tNV{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tNP .txD{margin-bottom:24px}.tNP .tL6 .tyY{margin-top:32px}.tNP .txB{margin-bottom:24px}.tNP .txI{margin-bottom:16px}.tNP .tCC{margin-bottom:24px}.tNP .tNY{margin-bottom:72px}.tNP .tCH{padding:16px 16px 0}}@media screen and (max-width:1024px){.tNP .tCH .tyY :root .tNP .tCH .tyY,.tNP .tCH .tyY _::-webkit-full-page-media,.tNP .tCH .tyY _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tNP .tCH .tyY .tNP .tCH .tyY,.tNP .tCH .tyY ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tNP .tNW{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){.tNP .tNW{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tNP .tNW{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tNP .tNW{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tNP .tNW::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tNP .txw{padding-top:4.267vw;padding-bottom:6.4vw}.tNP .tNS{gap:1.333vw}.tNP .tNX{left:8.533vw;top:1.067vw}.tNP .tyY{margin-top:8.533vw}.tNP .tNU{gap:4.267vw}.tNP .tNV{padding:0 4.267vw}.tNP .txD{margin-bottom:6.4vw}.tNP .tL6 .tyY{margin-top:8.533vw}.tNP .txB{margin-bottom:6.4vw}.tNP .txI{margin-bottom:4.267vw}.tNP .tCC{margin-bottom:6.4vw}.tNP .tCH .tyY{padding:4.267vw}.tNP .tNW{padding-right:4.267vw}.tNP .tNY{margin-bottom:19.2vw}.tNP .tCH{padding:4.267vw 6.933vw 0 4.267vw}}