:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.nnO{width:20px;margin-right:8px}.nnP{margin-left:auto;width:83.08vw;height:46.603vw}@media screen and (min-width:1025px)and (max-width:1367px){.nnP{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.nnP{width:100vw;height:unset}}.nnQ{z-index:55!important}@media screen and (min-width:1025px){.nnP 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)}}.yjI{transition:opacity .7s;opacity:1;visibility:visible}.yjJ{transition:1s;opacity:0;visibility:hidden}.yjK{display:none!important}@keyframes yjL{0%{opacity:0}to{opacity:1}}.yjL{animation:yjL .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";.taw{display:block!important}.tax{display:none!important}.tay{margin-bottom:0!important}.taz{text-align:center!important}.taA{text-align:left!important}.taB{display:none!important}.taC{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.tax{display:block!important}.taw{display:none!important}}.taD{max-width:2000px;padding-right:40px;margin-left:auto}.taD,.taE{padding-left:40px;margin-right:auto}.taE{max-width:1960px}.taF{max-width:760px}.taF,.taG{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.taG{width:100%;max-width:1024px}@media screen and (min-width:1025px){.taH{display:block;padding-left:64px}.taI{padding-bottom:80px;min-height:calc(100vh - 80px)}.taI.taJ{min-height:calc(100vh - 116px)}.taI.taK{min-height:calc(100vh - 161px)}.taI.taL{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.taI{padding-bottom:80px;min-height:calc(100vh - 66px)}.taI.taJ{min-height:calc(100vh - 181px)}.taI.taK{min-height:calc(100vh - 226px)}.taI.taL{min-height:calc(100vh - 924px)}.taD{padding-right:16px}.taD,.taE,.taF{padding-left:16px}.taF{padding-right:16px}}@media screen and (min-width:1365px){.taE{max-width:1960px}}@media screen and (min-width:2065px){.taE{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.taM{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.taM .taN{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.taM .taN.taO{overflow-y:hidden}.taM .taN.taO:hover{overflow-y:auto}.taM .taP{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}.taM .taP span{display:none}.taM .taP span.taQ{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}.taM .taP span.taQ:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.taM .taP span.taR{font-size:12px;line-height:12px}.taM .taP span.taS{display:block}.taM nav{position:relative;z-index:2;margin-left:8px;height:100%}.taM .taT{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}.taM .taU{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.taM nav .taV{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}.taM nav>ul{position:absolute;left:5px;z-index:2}.taM nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.taM nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.taM nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.taM 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}.taM nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.taM nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.taM nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.taM nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.taM nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.taM nav>ul>li .taW{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.taM nav>ul>li .taW: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}.taM nav>ul>li .taW.taX:after{width:48px;left:0;padding:0 8px}.taM nav>ul>li .taW.taY:after{width:85px;left:70px;padding:0 8px}.taM nav>ul>li .taW li{position:relative;z-index:5;text-align:center}.taM nav>ul>li .taW li a{height:28px;line-height:28px}.taM nav>ul>li .taW li:first-child{margin-right:16px}.taM nav>ul>li .taW li:first-child a{padding:0 8px}.taM nav>ul>li .taW li a{display:block;font-size:12px}.taM nav>ul>li .taW li a:before{display:none}.taM nav>ul>li.taS a{position:relative;height:100%;font-weight:600}.taM nav>ul>li.taS a:before{top:17px}.taM nav>ul>li.taS:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.taM nav>ul>li.taS:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.taM nav>ul>li.taS:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.taM nav>ul>li.taS:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.taM nav>ul>li.taS:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.taM.taZ{width:254px}.taM.taZ a span{opacity:1;margin-left:0}.taM.taZ .taP{opacity:1;margin-left:20px}.taM.taZ .taW{opacity:1;margin-left:50px}.taM #ta0{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.taM #ta0 .ta1{background:rgba(0,0,0,0)}.taM #ta0 .ta1:after,.taM #ta0 .ta1:before{margin-top:0}.taM #ta0 .ta1:before{transform:rotate(-45deg)}.taM #ta0 .ta1:after{transform:rotate(-135deg)}.taM #ta2,.taM #ta2:after,.taM #ta2: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%}.taM #ta2:after,.taM #ta2:before{content:"";left:0}.taM #ta2:before{margin-top:-9px}.taM #ta2:after{margin-top:7px}}@media screen and (max-width:1024px){.taM{display:none!important}}@media screen and (max-width:375px){.taD,.taF{padding-right:4.267vw}.taD,.taE,.taF{padding-left:4.267vw}.taI{padding-bottom:21.333vw}}.ta3{font-size:24px;font-weight:600;line-height:1.7083333333}.ta4{font-size:18px;line-height:1.444}.ta4,.ta5{font-weight:600;text-align:center}.ta5{font-size:24px;line-height:1.7083333333}.ta6{text-align:center}.ta6,.ta7{font-size:32px;font-weight:600}.ta7{line-height:1.857142}h2.ta8{font-weight:600;font-size:24px}.ta8,.ta9{font-size:16px}.ta8,.ta9,.tba{font-weight:600}.tba{font-size:24px;line-height:1.333}.tbb{font-size:20px;line-height:1.35}.tbb,.tbc{font-weight:600}.tbc{font-size:14px;line-height:1.3571428571}.tbd{font-weight:600;font-size:16px;line-height:1.3125}.tbe,.tbf{font-size:20px;line-height:1.7}.tbe,.tbf,.tbg{font-weight:600}.tbg{font-size:14px;line-height:1.3571428571}.tbh{font-size:12px;line-height:1.3333333333}.tbh,.tbi{font-weight:600}.tbi{font-size:16px;line-height:1.625}.tbj{font-size:14px;line-height:1.2857142857}.tbj,.tbk{font-weight:600}.tbk{font-size:12px;line-height:1.5}.tbl,.tbm{font-size:16px;line-height:1.625}.tbn{font-size:14px;line-height:1.5714285714}.tbo,.tbp{font-size:16px;line-height:1.625;text-align:center}.tbp{margin-bottom:20px}.tbq{font-size:14px;line-height:1.5714285714}.tbr{font-size:12px;line-height:1.5}.tbs{font-size:16px;line-height:1.125}.tbt{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.tbu{font-size:14px;line-height:1.5714285714}.tbv{font-weight:300;font-size:10px;line-height:2.2}.tbw{padding-left:1.5em;text-indent:-1.68em}.tbw>li:not(:last-of-type){margin-bottom:16px}.tbx{font-size:14px;line-height:1.5714285714}.tbx:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.tby{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.tby li{text-align:-webkit-match-parent}.tby>li:not(:last-of-type){margin-bottom:16px}.tbz{font-size:14px;line-height:1.5714285714}.tbA{border-top:1px solid hsla(0,0%,100%,.3)}.tbA li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tbB{font-weight:600;white-space:nowrap;margin-right:1em}.tbC{text-align:right;word-break:keep-all}.tbC span{margin-left:24px}.tbD{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.tbD .tbE{font-size:14px;line-height:1.5714285714}.tbF{color:#bababa}.tbF,.tbG{font-size:12px}.tbG,.tbH{font-weight:600}.tbH{font-size:20px;line-height:1}.tbI{display:grid;grid-row-gap:16px;row-gap:16px}.tbJ{font-weight:600;font-size:24px;line-height:1.333}.tbK{font-size:16px;line-height:1.625}.tbL{font-weight:600;font-size:40px;line-height:1.4}.tbM{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.ta3{text-align:center}.ta4{font-size:24px;line-height:1.7083}.ta6{font-size:20px}.ta7{font-size:14px}.ta8,h2.ta8{font-size:16px}.tba{font-size:20px;line-height:1.3}.tbb,.tbc,.tbd{font-size:16px;line-height:1.625}.tbe{font-size:20px;line-height:1.3}.tbf,.tbg,.tbh,.tbi{font-size:14px;line-height:1.5714285714}.tbj,.tbk{font-size:12px;line-height:1.5}.tbm,.tbn,.tbo,.tbp{font-size:14px;line-height:1.5714285714}.tbq,.tbr,.tbs{font-size:12px;line-height:1.5}.tbt,.tbu{font-size:10px;line-height:1.5}.tbu,.tbv{margin-left:1em;text-indent:-1em}.tbv{font-size:10px;line-height:1.5}.tbw>li:not(:last-of-type){margin-bottom:16px}.tbx{font-size:14px;line-height:1.5714285714}.tby{-webkit-padding-start:16px;padding-inline-start:16px}.tbH{line-height:1.125}.tbH,.tbL{font-size:16px}.tbL{line-height:1.625}.tbM{margin-top:5px;font-size:10px;width:240px;padding-left:0}.tbN{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.tbI{row-gap:8px}.tbJ{font-size:14px;line-height:1.5714285714}.tbK{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.tbI{row-gap:12px}.tbJ{font-size:16px;line-height:1.625}.tbK{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.ta3,.ta4,.ta5{font-size:6.4vw}.ta6{font-size:5.333vw}.ta7{font-size:3.733vw}.ta8,h2.ta8{font-size:4.267vw}.tba{font-size:5.334vw}.tbb,.tbc,.tbd{font-size:4.267vw}.tbe{font-size:5.334vw}.tbf{font-size:3.733vw}.tbg,.tbh{font-size:3.734vw}.tbi{font-size:3.733vw}.tbj,.tbk{font-size:3.2vw}.tbl{font-size:4.267vw}.tbm,.tbn,.tbo,.tbp{font-size:3.733vw}.tbq,.tbr,.tbs{font-size:3.2vw}.tbt,.tbu,.tbv{font-size:2.667vw}.tbx,.tbx:before{font-size:3.733vw}.tbx:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.tbw>li:not(:last-of-type){margin-bottom:4.267vw}.tbz{font-size:3.733vw}.tby{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.tby>li:not(:last-of-type){margin-bottom:4.267vw}.tbA li{font-size:3.733vw;padding:4.267vw 0}.tbC span{margin-left:6.4vw}.tbD .tbE{font-size:3.733vw}.tbF,.tbG{font-size:3.2vw}.tbH{font-size:4.267vw}.tbI{row-gap:2.133vw}.tbJ{font-size:3.734vw}.tbK{font-size:3.2vw}.tbL{font-size:4.267vw}.tbM{font-size:2.667vw}}.tbO{position:relative}.tbP{display:flex;gap:24px}.tbQ,.tbR,.tbS,.tbT{font-size:10px;line-height:1;padding:2px 3px}.tbQ{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.tbQ.tbU{background:rgba(0,0,0,0) linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.tbV{display:flex;gap:4px}.tbR{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.tbR.tbW{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.tbX{display:flex;gap:4px}.tbS{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.tbY{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.tbT,.tbY{display:flex}.tbT{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.tbT span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.tbT small{font-family:SF Pro Text Regular,sans-serif}.tb0,.tb1,.tbZ{display:flex;gap:4px}.tb2{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}.tb3{display:flex;gap:4px}.tb4{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.tb5{margin-top:4px;margin-left:36px}.tb6{display:flex;align-items:center}.tb7{margin-right:4px}.tb7,.tb7.tb8{display:flex;justify-content:center;align-items:center}.tb7.tb8{margin:0 8px}.tb9{display:flex;gap:4px}.tca{margin-bottom:2px}.tcb{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.tcb.tcc{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.tcb.tcd{color:#ff0576;background:#fff}.tcb.tce{width:14px;height:14px}.tcb.tcf{color:#fff;background:rgba(225,225,225,.3)}.tcb.tcg{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.tch{display:flex;gap:4px}.tci{width:38px;height:38px}.tcj{display:flex;gap:4px}.tck{width:14px;height:14px}.tcl{padding:5px 4px 3px 5px}.tcl,.tcm{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tcm{padding:4px}.tcn{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tco{opacity:0}.tcp{padding:3px 3.5px 2.25px 4px}.tcq{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}.tcr{display:flex;gap:12px}.tcs{padding:3px 4px;font-size:10px;font-weight:300;background:rgba(0,0,0,0);border:1px solid #fff;border-radius:4px}.tcs,.tct{display:inline-flex;align-items:center;color:#fff}.tct{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.tct:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.tbY{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.tbT span{border-radius:1.1538461538vw}.tb2,.tb4{border-radius:.5769230769vw}.tb5{margin-left:10vw}.tca{margin-bottom:2px}.tcu{margin-left:8px}.tcq,.tcs{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.tbQ,.tbR,.tbS,.tbT{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.tb5{margin-left:40px}.tcu{margin-left:0}}@media screen and (max-width:375px){.tbP{gap:6.4vw}.tcv{width:5.867vw;height:6.4vw}.tbV,.tbX{gap:1.067vw}.tcg{font-size:2.333vw}.tbY{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.tbT span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.tbZ{gap:1.067vw}.tcw{width:10.133vw;height:10.133vw}.tb0{gap:1.067vw}.tcx{height:4.533vw}.tb1{gap:1.067vw}.tb2{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tb3{gap:1.067vw}.tb4{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tb9{gap:1.067vw}.tcb{padding:.533vw .8vw;font-size:2.133vw}.tce{width:3.733vw;height:3.733vw}.tch{gap:1.067vw}.tci{width:10.133vw;height:10.133vw}.tcj{gap:1.067vw}.tck{width:3.733vw;height:3.733vw}.tcl{padding:1.333vw 1.067vw .8vw 1.333vw}.tcl,.tcm{font-size:2.667vw;border-radius:1.067vw}.tcm{padding:1.067vw}.tcq{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.tcr{gap:3.2vw}.tcs{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.tcy,.tcz{text-align:center}.tcz{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}.tcz:hover{opacity:.6}.tcB.tcA,.tcz.tcA{font-size:14px;width:unset;min-width:160px;height:36px}.tcB.tcA .tcC{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.tcD{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.tcD,.tcE{width:20px;height:20px;margin-right:8px;transition:all .2s}.tcE{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.tcF{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.tcD.tcG{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tcH{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.tcH,.tcI{width:20px;height:20px;margin-right:8px;transition:all .2s}.tcI{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.tcz:disabled{background:#bababa;pointer-events:none}.tcJ{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){.tcJ:hover{opacity:.6}}@media screen and (max-width:1024px){.tcJ:active{opacity:.6}}.tcK{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tcK.tcL{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tcJ:disabled{background:#bababa;pointer-events:none}.tcy li:not(:last-child){margin-bottom:16px}.tcB{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}.tcB:hover{opacity:.6}.tcB img{margin-left:8px}.tcB img,.tcM{filter:invert(1)}.tcM{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tcM.tcN{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tcB:disabled{color:#fff;background:#bababa;pointer-events:none}.tcB:disabled .tcM{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tcO{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){.tcO:hover{opacity:.6}}@media screen and (max-width:1024px){.tcO:active{opacity:.6}}.tcP{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}.tcP.tcQ{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tcO:disabled{color:#fff;background:#bababa;pointer-events:none}.tcO:disabled .tcP{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tcR{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.tcR:hover{opacity:.6}.tcR img{width:20px;margin-right:8px}.tcR:disabled{pointer-events:none}.tcR:disabled *{opacity:.3}.tcS{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.tcS:hover{opacity:.6}.tcS img{width:20px;margin-right:8px}.tcT{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);display:inline-block}.tcT:disabled,.tcT:hover{color:hsla(0,0%,100%,.3)}.tcS:disabled,.tcT:disabled{pointer-events:none}.tcS:disabled *{opacity:.3}.tcU{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tcU:hover{opacity:.6}.tcU img{width:20px;margin-right:8px}.tcV{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tcV:hover{opacity:.6}.tcV img{width:20px;margin-right:8px}.tcW{font-weight:300}.tcX{padding:0;margin-bottom:24px}.tcX,.tcY{text-align:left;position:relative}.tcY{font-weight:300;font-size:14px;color:#fff;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center;line-height:0}.tcY:not(:first-child){margin-left:24px}.tcY:hover{opacity:.6}.tcZ{width:24px}.tc0{font-size:14px;margin-left:8px}.tc1{margin-bottom:16px}.tc2{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.tc2:hover{background-color:hsla(0,0%,100%,.1)}.tc3{font-weight:600;font-size:14px;text-align:left;color:#fff}.tc4{width:16px;transition:all .3s}.tc4.tc5{transform:rotate(180deg)}.tc6{display:none;padding-top:8px}.tc6.tc5{display:block}.tc7{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.tc7,.tc8{text-align:left}.tc8{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.tc9{display:inline-block;max-width:320px;width:100%}.tda{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.tda:hover{border:1px solid #fff}.tdb{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.tdc{width:16px;transition:.3s ease-out}.tdc.tdd{transform:rotate(-180deg)}.tde{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.tdf{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tde::-webkit-scrollbar{width:20px}.tde.taO::-webkit-scrollbar{width:24px}.tde::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.tde::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.tde span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.tde .tdg{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.tdh{display:none}.tdh.tdi{display:block}.tdj{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.tdj,.tdk{-webkit-background-clip:padding-box;background-clip:padding-box}.tdk{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tdl{width:calc(100% - 72px)}.tdl,.tdm{text-align:left}.tdm{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.tdm.tdn{margin-bottom:5px}.tdo{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tdp{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tdp input{opacity:0;width:0;height:0}.tdq{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.tdq,.tdq:before{position:absolute;transition:.4s}.tdq:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tdp input:checked+.tdq{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tdp input:checked+.tdq:before{transform:translateX(24px)}.tdk.tdr .tdl{opacity:.4}.tdk.tdr .tdp{opacity:.4;pointer-events:none}.tds{text-align:center}.tdt{display:inline-flex;font-size:16px;justify-content:center;position:relative}.tdt>li:not(:last-child){margin-right:32px}.tdu{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.tdv{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.tdu.tdw{color:#fff;pointer-events:none}.tdu.tdw:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tdx{overflow-x:auto}.tdx::-webkit-scrollbar{display:none}.tdy{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.tdy>li:not(:last-child){margin-right:24px}.tdz{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.tdA{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.tdz.tdB{color:#fff;font-weight:600;pointer-events:none}.tdz.tdB:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tdC{width:auto;padding:0;display:flex;justify-content:space-around}.tdD{position:relative;display:inline-block;width:132px;height:28px}.tdD input{opacity:0;width:0;height:0}.tdE{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tdF{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.tdF:last-of-type{font-weight:300;padding-right:2px}.tdE: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}.tdD input:checked+.tdE:before{transform:translateX(66px);left:0}.tdD input:checked+.tdE .tdF:last-child,.tdD input:not(:checked)+.tdE .tdF:first-child{opacity:1}@media screen and (max-width:1024px){.tdG{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.tdG{display:flex;justify-content:center}.tdG>:not(:last-child){margin-right:32px}}.tdH{display:flex;justify-content:center;opacity:.6;position:relative}.tdH.tdI{opacity:1;pointer-events:none}.tdH.tdI: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%}.tdJ{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.tdK{display:none;width:32px;margin-bottom:9px}.tdL{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.tdM{flex-wrap:wrap;gap:8px}.tdM,.tdN{display:flex;margin:0}.tdN{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.tdN,.tdO{transition:all .2s}.tdO{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.tdP:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tdQ{width:114px;height:32px;padding:0;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.tdR{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}.tdS:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.tdN.tdT{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tdN.tdT .tdO{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.tdN.tdT .tdP:before{content:"フォロー中";color:#fff}.tdU{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}.tdU,.tdV{transition:all .2s}.tdV{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.tdW:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tdU.tdX{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tdU.tdX .tdV{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.tdU.tdX .tdW:before{content:"ブロック中";color:#fff}.tdY{flex-wrap:wrap;gap:8px}.tdY,.tdZ{display:flex;margin:0}.tdZ{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.td0,.tdZ{transition:all .2s}.td0{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.td1:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.tdZ.td2{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tdZ.td2 .td0{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}.tdZ.td2 .td1:before{content:"ミュート中";color:#fff}.td3{text-align:left;margin:0}.td4{width:130px;height:40px;border-radius:20px;background:#fff}.td4:hover{opacity:.6}.td5{font-weight:600;font-size:14px;text-align:center;color:#151515}.td6{text-align:left;margin:0}.td7{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}.td8{font-weight:600;font-size:12px;color:#fff}.td9{width:20px;margin-left:8px}.tea{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}.teb{text-align:left;margin:0}.tec{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.tec:hover{opacity:.6}.ted{font-weight:600;font-size:16px;text-align:left}.ted,.tee{color:#000}.tee{font-weight:300;font-size:14px;text-align:right}.tef{text-align:left;margin:0}.teg{width:100%;height:48px;border-radius:24px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.teg:hover{opacity:.6}.teh{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}.teh,.tei{font-weight:600;color:#fff}.tei{font-size:14px;text-align:right;flex:1 1}.tej{padding:0}.tek{max-width:480px}.tel{font-weight:300;font-size:14px;text-align:left;color:#fff}.tem{display:flex;align-items:center;cursor:pointer}.tem:last-child{margin-right:0}.ten{position:absolute;opacity:0;width:0;height:0}.teo{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.ten:checked+.teo:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.tep{margin-left:auto;transition:.2s ease-out}.tep.teq{transform:rotate(-180deg)}.ten:checked+.teo{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid rgba(0,0,0,0)}.ter{display:none;margin-left:32px}.ter.teq{display:block}.tes{margin-top:16px;cursor:pointer}.tes,.tet{display:flex;justify-content:space-between;align-items:center}.tet{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.teu{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.teu span{display:block}.tev{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}.tew{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.tex{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}.tex::-webkit-inner-spin-button,.tex::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.tey{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.tez{padding:0;text-align:left}.teA{width:auto;height:32px;padding:0 16px;border-radius:16px;background:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.teA:hover{opacity:.6}.teB{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.teC{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.teD{padding:0;text-align:left}.teE{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.teE:hover{opacity:.6}.teF{font-weight:600;font-size:12px;text-align:center;color:#fff}.teG{padding:0}.teH{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.teI{font-weight:600;font-size:12px;text-align:center;color:#fff}.teJ{padding:0;text-align:left}.teK{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.teK:hover{opacity:.6}.teL{font-weight:600;font-size:12px;text-align:center;color:#151515}.teM{padding:0;text-align:left}.teN{width:114px;height:32px;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.teN:hover{opacity:.6}.teO{font-weight:600;font-size:12px;text-align:center;color:#fff}.teP{width:14px;margin-right:5.23px}.teQ{padding:0;text-align:left}.teR{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.teR img{width:100%}.teS{padding:0;text-align:left}.teT{width:32px;height:32px;position:relative;cursor:pointer}.teT,.teU{display:block}.teU{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.teV{background-color:rgba(150,150,150,.6)}.teW{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.teW,.teX .teV{opacity:0}.teX .teW{opacity:1}@keyframes tre{0%{width:0}to{width:7px}}@keyframes trf{0%{width:7px}to{width:0}}@keyframes trg{0%{width:0}to{width:11px}}@keyframes trh{0%{width:11px}to{width:0}}@keyframes tri{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes trj{0%{opacity:0}to{opacity:1}}@keyframes trk{0%{opacity:1}to{opacity:0}}.teY{padding:0;text-align:left}.teZ{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.teZ:hover{opacity:.6}.te0{font-weight:600;font-size:14px;text-align:center;color:#151515}.te1{padding:0;text-align:left}.te2{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.te2:hover{opacity:.6}.te3{font-weight:600;font-size:14px;text-align:center;color:#151515}.te4{width:20px;margin-left:8px}.te5{padding:0;text-align:left}.te6{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.te6:hover{opacity:.6}.te7{font-weight:600;font-size:14px;color:#151515}.te7,.te8{text-align:center}.te8{display:block;padding:0}.te9{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.tfa{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.tfa>li:not(:last-child){margin-right:16px}.tfb{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.tfb.tfc:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.tfd{color:#fff;font-weight:600;pointer-events:none}.tfd:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tfe{display:flex;width:auto;justify-content:flex-end}.tfe button:not(:last-child){margin-right:8px}.tff{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.tff.tfg{background:#fff;padding:0 14px}.tff:hover{opacity:.6}.tfh{font-weight:600;font-size:12px;text-align:center;color:#fff}.tff.tfg .tfh{color:#151515}.tfi{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}.tfj{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){.tcB,.tcJ,.tcO,.tcR,.tcS,.tcU,.tcV,.tcz{width:100%}.tc9{max-width:unset}.tdy>li:not(:last-child){margin-right:16px}.tdG{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))}.tdK{display:block}.tdL{font-size:12px}.tek{max-width:none}.tew{gap:0;flex-direction:column;align-items:flex-start}.tem:last-child{margin-right:0;margin-left:32px;margin-top:13px}.teZ{min-width:unset;height:22px;border-radius:16px}.te0{font-size:10px}.te2{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.te3{font-size:12px}.te4{margin-left:4px}.te6{min-width:unset;height:22px;border-radius:16px}.te7{font-size:10px}.te9{font-size:16px;padding-bottom:16px}.tfk{overflow:auto}.tfk::-webkit-scrollbar{display:none}.tfa{justify-content:center;width:calc(518px + 100% - 2em)}.tfa>li:not(:last-child){margin-right:16px}.tfb{font-size:16px;padding:12px 0}.tfb.tfc:before{height:5px;width:5px}.tfd:after{height:4px}.tfi{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.teN{width:64px}}@media screen and (max-width:375px){.tcy li:not(:last-child){margin-bottom:4.267vw}.tcB,.tcR,.tcz{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.tcD,.tcK,.tcM,.tcP{width:5.333vw;height:5.333vw;margin-right:2.133vw}.tcJ,.tcO,.tcS,.tcV{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.tcB img{margin-left:2.133vw}.tcR img,.tcS img,.tcU img,.tcV img{width:5.333vw;margin-right:2.133vw}.tcT{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.tcU{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.tcX{margin-bottom:6.4vw}.tcY{font-size:3.733vw}.tcY:not(:first-child){margin-left:6.4vw}.tcZ{width:6.4vw}.tc0{font-size:3.733vw;margin-left:2.133vw}.tc1{margin-bottom:4.267vw}.tc2{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tc3{font-size:3.733vw}.tc4{width:4.267vw}.tc6{padding-top:2.133vw}.tc7{font-size:3.733vw;padding:2.133vw}.tc8{gap:4.267vw}.tda{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tda:hover{border:.267vw solid #fff}.tdb{font-size:3.733vw;line-height:4.8vw}.tdc{width:4.267vw}.tde{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}.tde::-webkit-scrollbar{width:5.333vw}.tde.taO::-webkit-scrollbar{width:24px}.tde::-webkit-scrollbar-track{margin:2.133vw 0}.tde::-webkit-scrollbar-thumb,.tde::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.tde span{font-size:3.733vw;padding-left:6.4vw}.tde .tdg{background-size:4.267vw}.tdj{border-top:.267vw solid hsla(0,0%,100%,.3)}.tdk{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tdl{width:calc(100% - 18.462vw)}.tdm{font-size:3.733vw}.tdm.tdn{margin-bottom:1.333vw}.tdo{font-size:3.2vw}.tdp{width:14.933vw;height:8.533vw}.tdq{border-radius:4.8vw}.tdq:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.tdp input:checked+.tdq:before{transform:translateX(6.154vw)}.tdt{font-size:4.267vw}.tdt>li:not(:last-child){margin-right:8.533vw}.tdu{padding-bottom:3.2vw}.tdu.tdw:after{height:1.067vw}.tdy{font-size:4.267vw}.tdy>li:not(:last-child){margin-right:4.267vw}.tdz{padding-bottom:3.2vw}.tdz.tdB:after{height:1.067vw}.tdD{width:33.846vw;height:7.179vw}.tdE{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.tdF{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.tdF:last-of-type{padding-right:.533vw}.tdE:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.tdD input:checked+.tdE:before{transform:translateX(17.6vw)}.tdG{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tdK{width:8.533vw;margin-bottom:2.4vw}.tdL{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.tdH.tdI:after{height:1.067vw}.tdM{gap:2.133vw}.tdN{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tdO{margin-right:1.067vw}.tdP:before{font-size:3.2vw}.tdQ{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tdR{margin-right:1.067vw}.tdS:before{font-size:3.2vw;line-height:4.8vw}.tdN.tdT{border:.267vw solid hsla(0,0%,100%,.3)}.tdU{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.tdV{margin-right:1.067vw}.tdW:before{font-size:3.2vw}.tdU.tdX{border:.267vw solid hsla(0,0%,100%,.3)}.tdY{gap:2.133vw}.tdZ{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.td0{margin-right:2.133vw}.td1:before{font-size:3.2vw}.tdZ.td2{border:.267vw solid hsla(0,0%,100%,.3)}.tdZ.td2 .td0{width:4.267vw;height:4.267vw;margin-right:2.133vw}.td4{width:34.667vw;height:10.667vw;border-radius:5.333vw}.td5{font-size:3.733vw}.td7{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.td8{font-size:3.2vw}.td9{width:5.333vw;margin-left:2.133vw}.tea{font-size:4.267vw;letter-spacing:.069vw}.tea,.tec{height:12.8vw;border-radius:6.4vw}.tec{padding:0 4.267vw}.ted{font-size:4.267vw}.tee{font-size:3.733vw}.teg{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.teh{font-size:3.2vw}.tei,.tel{font-size:3.733vw}.teo{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.ten:checked+.teo:before{width:3.2vw;height:3.2vw}.ten:checked+.teo{border-radius:6.4vw;width:6.4vw;height:6.4vw}.tem:last-child,.ter{margin-left:8.533vw}.tem:last-child{margin-top:3.333vw}.tes{margin-top:4.267vw}.tet{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.teu{width:calc(100% - 11.733vw);font-size:3.2vw}.tev{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.tex{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.tey{font-size:3.2vw}.teA{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.teB{font-size:3.2vw;line-height:4.8vw}.teC{width:4.267vw;margin-left:1.6vw}.teE{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.teF{font-size:3.2vw}.teH{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.teI{font-size:3.2vw}.teK{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.teL{font-size:3.2vw}.teN{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.teO{font-size:3.2vw}.teP{width:3.733vw;margin-right:1.395vw}.teZ{height:5.867vw;border-radius:4.267vw}.te0{font-size:2.667vw}.te2{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.te3{font-size:3.2vw}.te4{width:5.333vw;margin-left:2.133vw}.te6{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.te7{font-size:2.677vw}.te9{font-size:4.267vw;padding-bottom:4.267vw}.tfa{width:calc(138.133vw + 100% - 2em)}.tfa>li:not(:last-child){margin-right:4.267vw}.tfb{font-size:4.267vw;padding:3.2vw 0}.tfb.tfc:before{height:1.333vw;width:1.333vw}.tfd:after{height:1.067vw}.tfe{width:78.933w}.tfe button:not(:last-child){margin-right:2.133vw}.tff{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.tff.tfg{padding:0 3.733vw}.tfh{font-size:3.2vw}.tfi{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.tfl,.tfm{flex:1 1;display:flex;flex-direction:column}.tfl .tfn,.tfm .tfo{padding:12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-family:Hiragino Sans;background-color:rgba(0,0,0,.3);color:#fff;font-size:16px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.tfm .tfo{line-height:1.5714285714}.tfl .tfn{max-width:100%}.tfl .tfn::placeholder,.tfm .tfo::placeholder{color:#fff;opacity:.6}.tfl .tfn.tfp{border:none;background-color:unset}.tfl .tfn.tfq{font-size:14px}.tfl .tfn.tfr,.tfm.tfs .tfo{border:1px solid #ff624f}.tfl .tft,.tfm .tft{-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}.tfm .tfu{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.tfm.tfs .tfu{color:#ff624f}.tfv{width:480px}.tfv.tfm .tfo{height:170px;outline:none}.tfw input[type=text]{padding:0}.tfw{width:720px}.tfw,.tfw .tfx{display:flex;align-items:center}.tfw .tfx{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)}.tfw .tfx .tfn{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.tfw .tfx .tfn:focus-visible{outline:none}.tfw .tfx .tfy{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.tfw .tfx .tfz{display:none;position:absolute;right:10px;cursor:pointer}.tfw .tfx.tfA .tfz{display:block}.tfw .tfx .tfB{padding-left:26px}.tfw .tfC{display:none}.tfw.tfD .tfC{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.tfE{display:flex;justify-content:center;gap:15px}.tfF{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}.tfF:focus,.tfF: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)}.tfG.tfl{flex:1 1;display:flex;flex-direction:row;width:720px}.tfG.tfl .tfH{flex:1 1}.tfG.tfl .tfI{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.tfG.tfl .tfI .tfJ{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.tfK.tfL{display:flex;flex-wrap:wrap;gap:16px}.tfK.tfL .tfM{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.tfK.tfL .tfM:last-child{margin-right:0}.tfK.tfL .tfM .tfN{position:absolute;opacity:0;width:0;height:0}.tfK.tfL .tfM .tfO{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.tfK.tfL .tfM .tfN:checked+.tfO{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}.tfK.tfL .tfM .tfP{font-size:14px;line-height:1.5714285714}.tfQ.tfR{display:flex;flex-direction:column;gap:16px}.tfQ.tfR .tfS{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tfQ.tfR .tfS .tfT{position:absolute;opacity:0;width:0;height:0}.tfQ.tfR .tfS .tfU{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tfQ.tfR .tfS .tfT:checked+.tfU{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tfQ.tfR .tfS .tfU:hover{cursor:pointer}.tfV{list-style:none;padding:0;margin:0}.tfV,.tfW{-webkit-background-clip:padding-box;background-clip:padding-box}.tfW{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tfX{position:relative;display:inline-block;width:56px;height:32px}.tfX input{opacity:0;width:0;height:0}.tfY{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tfY,.tfY:before{position:absolute;transition:.4s}.tfY:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tfX input:checked+.tfY{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tfX input:checked+.tfY:before{transform:translateX(24px)}.tfW.tfZ{opacity:.4;pointer-events:none}.tf0 .tfX{position:relative;display:inline-block;width:40px;height:24px}.tf0 .tfY:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tf0 .tfX input:checked+.tfY:before{transform:translateX(16px)}.tf1{display:flex;flex-wrap:wrap;max-width:478px}.tf1 .tf2{display:flex;align-items:center;margin:0 8px 16px 0}.tf1.tfL .tf3:last-child{margin-right:0}.tf1 .tf2 .tf4{position:absolute;opacity:0;width:0;height:0}.tf1 .tf2 .tf5{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}.tf6 .tf1 .tf2 .tf5{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tf1 .tf2 .tf4:checked+.tf5{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tf7 .tf8:hover{cursor:pointer;opacity:.6}.tf7 .tcS{pointer-events:none;margin-bottom:0;width:240px}.tf7 .tf9,.tf7 .tga{display:flex;align-items:center}.tf7 .tga{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tf7 .tf8 .tgb{position:absolute;opacity:0;width:0;height:0}.tf7 .tf8 .tcS{padding:11px 28px}.tf7 .tf9 .tgc{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}.tf7 .tf9 .tgd{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.tge{overflow:auto}.tge.tgf{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}.tge::-webkit-scrollbar{display:none}.tge .tgg{position:relative;width:96px;height:96px}.tge .tgg .tgh{width:-moz-fit-content;width:fit-content}.tge .tgg .tgi{position:absolute;opacity:0;width:0;height:0}.tge .tgg .tgj{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.tge .tgg .tgk{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.tge .tgl .tgi:checked+.tgh .tgk{display:block}.tge .tgl .tgi:checked+.tgh .tgj{background-color:rgba(0,0,0,.4);pointer-events:none}.tgm{display:flex;flex-direction:column;gap:12px}.tgn .tgo{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}.tgn .tgp{background-color:#fff}.tgn .tgo:focus-visible{background-color:#fff;color:#333}.tgq{flex-direction:column}.tgq,.tgr{display:flex}.tgr{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.tgq li{position:relative;flex:1 1;margin-bottom:24px}.tgq .tgs{position:absolute;opacity:0;width:0;height:0}.tgq li .tgt{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}.tgq li .tgs:checked+.tgt{border:1px solid #fff}.tgq li .tgu{margin-bottom:24px}.tgq li .tgv{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.tgq li .tgw{margin-bottom:8px}.tgq li .tgw,.tgq li .tgx{font-size:14px;font-weight:300;color:#fff}.tgy{display:flex;flex-direction:column;width:100%}.tgq li .tgz .tcT{width:64px}.tgz{display:flex;column-gap:16px;margin-top:40px}.tgA{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.tgA.tgB{border:1px solid #fff}.tgA .tgC{cursor:pointer;display:flex;align-items:center;padding:42px}.tgA .tgC:hover{opacity:.6}.tgA .tgC img{margin-right:10px;width:20px;height:20px}.tgA .tgC .tgD{font-size:20px;font-weight:600}.tgA .tgE{transition:opacity .5s}.tgA .tgE.tgF{opacity:0}.tgA .tgG{margin:0 auto 40px;width:calc(100% - 84px)}.tgA .tgE .tgH{margin:0 auto;padding:0 181px 40px}.tgA .tgE .tgI{gap:16px}.tgA .tgE .tgI .tgo{max-width:100%;width:100%}.tgA .tgJ{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.tgA .tgJ .tgK{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.tgA .tgJ .tgL{font-size:12px;font-weight:600;line-height:1.5714285714}.tgA .tgE .tgH button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tgM{max-width:100%;display:flex;flex-wrap:wrap}.tgM .tgN{margin-right:16px;margin-bottom:16px}.tgM .tgN:last-child{margin-right:0}.tgM .tgN .tfm{width:416px}.tgN .tfm .tfo{font-size:16px;line-height:1.625;padding:6px 12px}.tgN .tfm .tfo:focus{outline:none}.tgO{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.tfs .tgO{color:#ff624f}.tgP.tfl{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tgQ{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tgR{width:36px;height:36px}.tgP.tfl .tgS{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tgP.tfl .tgT{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tgP.tfl .tgT .tgU{text-align:center;color:#fff;font-weight:600;font-size:14px}.tgP.tfl .tgV{opacity:1;pointer-events:auto}.tgW.tgP.tfl .tgT .tgU{color:#fff}.tgW.tgP.tfl .tgT{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.tfv{width:100%}.tfv.tfm .tfo{min-height:192px;height:unset}.tfw input[type=text]{padding:0}.tfw{width:100%}.tfw .tfx .tfn{font-size:14px}.tfG.tfl{width:100%}.tf7 .tcS{width:176px}.tf7 .tf8 .tcS{padding:11px 12px}.tgr{width:100%}.tgq li .tgt{padding:15px 16px}.tgq li .tgu{margin-bottom:12px}.tgq li .tgv{font-size:16px;margin-bottom:10px}.tgq li .tgw{margin-bottom:8px}.tgq li .tgw,.tgq li .tgx{font-size:12px}.tgq li .tgz{display:flex;flex-direction:column;margin-top:0}.tgq li .tgz button:last-child{margin-top:8px}.tgA{width:100%}.tgA .tgC{padding:16px}.tgA .tgC img{margin-right:8px;width:16px;height:16px}.tgA .tgC .tgD{font-size:14px}.tgA .tgG{margin:0 auto 16px;width:calc(100% - 32px)}.tgA .tgE{margin-bottom:16px}.tgA .tgE .tgH{width:100%;padding:0 16px 16px}.tgA .tgJ{margin-bottom:16px}.tgA .tgJ .tgK{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.tgA .tgE .tgI{gap:8px}.tgA .tgE .tgI .tgo{width:100%}.tgA .tgE .tgH button{margin-top:24px}.tgM .tgN{margin-right:0}.tgM .tgN,.tgM .tgN .tfm{width:100%}.tgN .tfm .tfo{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tgO{font-size:12px}.tgP.tfl{display:flex;flex-direction:column;width:100%}.tgQ{padding:8px 16px 8px 12px}.tgP.tfl .tgS{margin-left:8px;height:44px}}@media screen and (max-width:375px){.tfl .tfn,.tfm .tfo{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.tfl .tfn.tfq{font-size:4.266667vw}.tfl .tft,.tfm .tft{font-size:2.66667vw}.tfl .tft,.tfm .tft,.tfm .tfu{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.tfm .tfu{font-size:3.2vw}.tfv.tfm .tfo{height:45.33333vw;min-height:51.2vw}.tfw .tfx .tfn{font-size:4.2667vw}.tfw .tfx{padding:4vw 3.2vw}.tfw .tfx .tfy{left:3.2vw;width:5.3334vw;height:5.3334vw}.tfw .tfx .tfz{right:2.6667vw;width:4.267vw}.tfw .tfx .tfB{padding-left:6.933vw}.tfw.tfD .tfC{margin-left:4.26667vw;font-size:3.2vw}.tfE{gap:4vw}.tfF{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.tfG.tfl .tfI{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.tfG.tfl .tfI .tfJ{font-size:3.733333vw}.tfK.tfL{gap:4.2666vw}.tfK.tfL .tfM .tfO{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tfK.tfL .tfM .tfN:checked+.tfO{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.tfK.tfL .tfM .tfP{font-size:3.733333vw}.tfQ.tfR{gap:4.2666vw}.tfQ.tfR .tfS .tfU{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tfQ.tfR .tfS .tfT:checked+.tfU{width:6.4vw;height:6.4vw;background-size:cover}.tfW{padding:2.13333vw 0}.tfX{width:14.9333vw;height:8.53333vw}.tfY{border-radius:4.8vw}.tfY:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tfX input:checked+.tfY:before{transform:translateX(6.4vw)}.tf0 .tfX{width:10.6666vw;height:6.4vw}.tf0 .tfY:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tf0 .tfX input:checked+.tfY:before{transform:translateX(4.26666vw)}.tf1 .tf2{margin:0 2.133vw 4.267vw 0}.tf1 .tf2 .tf5{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tf7 .tga{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tf7 .tcS{width:46.933vw}.tf7 .tf8 .tcS{padding:2.93333vw 3.2vw;font-size:3.73333vw}.tge.tgf{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.tge .tgg .tgk{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.tge .tgg{width:25.6vw;height:25.6vw}.tgm{gap:3.2vw}.tgn .tgo{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.tgq li .tgt{padding:4vw 4.266666vw}.tgq li .tgu{margin-bottom:3.467vw}.tgq li .tgv{font-size:4.266666vw;margin-bottom:2.667vw}.tgq li .tgw{margin-bottom:2.133333vw}.tgq li .tgw,.tgq li .tgx{font-size:3.2vw}.tgq li .tgz .tcT{width:17.06666vw}.tgq li .tgz button:last-child{margin-top:2.133333vw}.tgA .tgC{padding:4.26666vw}.tgA .tgC img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.tgA .tgC .tgD{font-size:3.73333vw}.tgA .tgG{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.tgA .tgE{margin-bottom:4.26666vw}.tgA .tgE .tgH{padding:0 4.26666vw 4.26666vw}.tgA .tgJ{margin-bottom:4.26666vw}.tgA .tgJ .tgK{font-size:3.2vw;margin-bottom:3.2vw}.tgA .tgE .tgI{gap:2.13333vw}.tgA .tgE .tgH button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.tgN .tfm .tfo{font-size:3.733vw;padding:1.734vw 3.2vw}.tgO{font-size:3.2vw}.tgR{height:9.6vw;width:9.6vw}.tgQ{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tgP.tfl .tgS{margin-left:2.133333vw;height:11.733333vw}.tgP.tfl .tgT .tgU{font-size:3.733vw}}.tgX{display:flex;flex-wrap:wrap;gap:10px}.tgY{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tgZ{display:flex;flex-wrap:wrap;gap:8px}.tg0{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tg1{display:flex;flex-wrap:wrap;gap:16px}.tg2{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tg3{display:flex;flex-wrap:wrap;gap:8px 16px}.tg4{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tg5{flex-wrap:wrap;gap:16px 12px}.tg5,.tg6{display:flex}.tg6{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)}.tg6:active,.tg7{background:hsla(0,0%,100%,.1)}.tg7{display:inline-flex;column-gap:8px;border-radius:8px}.tg8{display:flex;flex-wrap:wrap;gap:8px}.tg9{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tha.thb{width:auto;height:32px}.thc{width:32px;height:32px;position:relative}.thc,.thd{display:block}.thd{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.the{background-color:rgba(150,150,150,.3)}.thf{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.thf,.thg .the{opacity:0}.thg .thf{opacity:1}@keyframes trl{0%{width:0}to{width:7px}}@keyframes trm{0%{width:7px}to{width:0}}@keyframes trn{0%{width:0}to{width:11px}}@keyframes tro{0%{width:11px}to{width:0}}@keyframes trp{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes trq{0%{opacity:0}to{opacity:1}}@keyframes trr{0%{opacity:1}to{opacity:0}}.thh{display:flex;flex-wrap:wrap;gap:8px}.thi{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.thj{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.thj .thk{cursor:pointer;position:absolute;transition:all .2s linear}.thl{gap:18px}.thl,.thm{display:flex;flex-wrap:wrap}.thm{gap:16px}.thn,.tho{display:flex;flex-wrap:wrap}.tho{gap:16px}.thp{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.thq{width:4.266vw}.thr{width:5.333vw}.ths{width:6.4vw}.tht{width:8.533vw}.thu{width:5.333vw}.tg6{width:10.666vw;height:10.666vw}.tha{width:8.533vw}.tha.thb{width:auto}.tha.thb,.thc{height:8.533vw}.thc{width:8.533vw;position:relative;display:block}.the{background:hsla(0,0%,100%,.15)}.thg .the{opacity:0}@keyframes trl{0%{width:0}to{width:1.65vw}}@keyframes trn{0%{width:0}to{width:2.93vw}}@keyframes tro{0%{width:2.93vw}to{width:0}}@keyframes trm{0%{width:1.65vw}to{width:0}}@keyframes trp{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes trq{0%{opacity:0}to{opacity:1}}@keyframes trr{0%{opacity:1}to{opacity:0}}.thk,.thv,.thw{width:10.666vw}.thx{width:17.066vw}.thy{width:12.8vw}}.thz{margin-bottom:34px;position:relative}.thA,.thz{width:100%}.thA{transition:all .3s ease-out}.thB{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}.thB,.thC{width:400px}.thC{display:flex;align-items:center;height:180px}.thD .ta6{line-height:1.4;text-align:left}.thD .tbL{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.thC img{max-width:400px;max-height:180px}.thE{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}.thF{display:flex}.thF li{margin-right:7px;width:170px}.thF li.thG{width:auto}.thA li .thH{display:block;border-radius:24px;opacity:1}.thF li .teT{width:36px;height:36px}.thI,.thJ{position:absolute;transition:all .3s ease-out;z-index:2}.thI{bottom:7px;right:60px;width:200px}.thJ{bottom:0;right:24px;width:24px;height:24px}.thK{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.thL{width:100%}.thL,.thM{position:relative}.thM{overflow:hidden;background:rgba(0,0,0,0);background-color:#151515;width:13.93vw;height:19.428vw}.thM,.thN{border-radius:6px}.thN{width:100%;height:100%;object-fit:contain}.thL .tcw{width:38px;display:block}.thL .tcx{width:16px;display:block}.thO{bottom:4px;right:0;transform:translateY(4px)}.thO,.thP{position:absolute}.thP{top:0;left:0;width:22px}.thP img{max-width:none;width:100%;height:auto}.thQ[data-is-first=true]{width:4vw;flex:0 0 4vw}.thQ{position:relative;width:5vw;flex:0 0 5vw}.thQ[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.thR{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}.thR[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.thS{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.thS,.thT{position:absolute}.thT{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.thU,.thV{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.thU img{display:inline;width:100%;background-color:rgba(150,150,150,.7);border-radius:50%}.thW span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.thX{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.thY{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.thZ{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.thZ span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.thZ img{width:24px;display:block;margin:0 auto}.th0{background-color:#000;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:6px;overflow:hidden;aspect-ratio:190/265}.th0 img{width:16px}.th0 span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.th0 span,.th1{text-align:center}.th1{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}.th2{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.th3{aspect-ratio:294/165;position:relative}.th4{position:absolute;top:0;left:0;width:22px}.th4 img{max-width:none;width:100%;height:auto}.th5{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.th5,.th6{position:absolute}.th6{bottom:4px;right:0;transform:translateY(4px)}.th6 .tcx{display:block;width:16px}.th6 .tcw{display:block;width:38px}.th7{border-radius:6px;width:100%;height:100%;object-fit:cover}.th8{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.th8 img{display:inline;width:100%;border-radius:50%}.th9 img{background-color:rgba(150,150,150,.7)}@media screen and (max-width:375px){.th9 img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:rgba(150,150,150,.7)}}.tia{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.tia,.tib{border-radius:1.5px}.tib{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tic{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}.tid{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tid span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tid img{width:24px;display:block;margin:0 auto;opacity:.6}.tie{width:248px;aspect-ratio:248/140;position:relative}.tif{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tig{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.tih{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tih .th3{width:294px;height:165px}.tii{display:inline-flex;flex-wrap:wrap;gap:9px}.tij{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.tij:before{z-index:1}.tij:after,.tij:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tij:after{z-index:-1}.tik{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.til:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.til:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.tim:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.tim:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tin:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tin:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.tio:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.tio:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tip:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tip:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tiq:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tiq:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tir{width:48px;height:48px;padding:0}.tis{width:100%;height:100%;object-fit:cover;border-radius:50%}.tit{display:flex;gap:12px}.tiu{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tiv{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.tiw{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tix{padding:0}.tiy{width:64px;height:36px}.tiy,.tiz{object-fit:cover;border-radius:4px}.tiz{width:32px;height:48px}.tiA{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}.tiA img{width:100%;height:100%;object-fit:cover}.tiA img,.tiB{position:absolute;top:0;left:0}.tiB{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.tiC{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.tiC,.tiD{text-align:center;position:relative}.tiD{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.tiD.tiE{height:64px}.tiD img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tiF{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.tiF,.tiG{position:relative}.tiG{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.tiG img{width:100%;height:100%;object-fit:cover}.tiG img,.tiH{position:absolute;top:0;left:0}.tiH{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.tiI{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tiI,.tiJ{display:inline-block}.tiJ{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.tiJ img{width:100%;height:100%;object-fit:cover}.tiK{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.thB{height:500px;z-index:1;position:absolute;left:0}.tiL{display:flex;align-items:center}.tiL,.tiL video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.tiL{display:flex;align-items:center}.tiL,.tiL video{width:auto;height:46.603vw;margin-left:auto}}@media screen and (max-width:1024px){.tiL video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.thB{display:none}.thD{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.thD,.thI{position:absolute}.thI{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.thJ{top:16px;right:16px}.thD .tbL{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.thK{grid-template-columns:repeat(3,1fr)}.thM{width:29.231vw;height:40.769vw}.th0 span{padding:5px 15px}.thQ[data-is-first=true]{width:54px;flex:0 0 54px}.thQ{width:88px;flex:0 0 88px}.thQ[data-is-double-digit=true]{width:96px;flex:0 0 96px}.thR{font-size:12vw;bottom:-1.5vw}.th1{font-size:10px}.thX{height:.534vw;margin-top:.712vw;border-radius:.4vw}.th2{gap:8px}.tiM{max-width:150px;aspect-ratio:150/84}.th2{grid-template-columns:repeat(2,1fr)}.tic{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.tia{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tih{gap:2.051vw}.tiN,.tiO{position:relative}.tiO{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.tiP{width:100%;height:100%;object-fit:cover}.tiQ{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tiQ,.tiR{position:absolute}.tiR{right:0;bottom:4px;transform:translateY(4px)}.tiR .tcw{width:38px}.tiR .tcx{width:16px}.tiS{position:absolute;top:0;left:0;width:22px}.tiS img{max-width:none;width:100%;height:auto}.tiT{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.tiT,.tiU{position:absolute}.tiU{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tiU,.tiV span{display:inline-block}.tiV span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.tiW{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.tiW,.tiX{border-radius:1.5px}.tiX{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tir{width:32px;height:32px}.tit{display:block}.tiY{text-align:center}.tiu{height:12.8204678363vw;width:87.692vw}.tiw{font-size:14px;line-height:1.571}.tiA{min-width:84px;aspect-ratio:84/56}.tiA img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tiC{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tiD{min-width:111px;aspect-ratio:111/84}.tiG{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.tiI{font-size:12px;line-height:1.5}.tiK{margin-top:32px}.thL{width:100%}.thW span{font-size:3.076vw}.tiM{width:38.461vw;max-width:none}.tiu{border-radius:1.154vw}.tiy{width:16.41vw;height:9.23vw}.tiA{min-width:21.538vw}.tiD{min-width:28.4615vw;min-height:21.025vw}.tiE{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.th0,.thM,.thN{border-radius:1.1515vw}.thL .tcx{width:3.071vw}.thL .tcw{width:7.294vw}.thP{width:4.223vw}.thS{top:.96vw;left:5.182vw;gap:.576vw}.th7{border-radius:1.1515vw}.th6 .tcx{width:3.071vw}.th6 .tcw{width:7.294vw}.th4{width:4.223vw}.th5{top:.96vw;left:5.182vw;gap:.576vw}.tiO{border-radius:1.1515vw}.tiR .tcx{width:3.071vw}.tiR .tcw{width:7.294vw}.tiS{width:4.223vw}.tiQ{top:.96vw;left:5.182vw;gap:.576vw}.tiy,.tiz{border-radius:.768vw}.tiA,.tiD{border-radius:2.303vw}}@media screen and (max-width:420px){.thQ[data-is-first=true]{width:37px;flex:0 0 37px}.thQ{width:56px;flex:0 0 56px}.thQ[data-is-double-digit=true]{width:72px;flex:0 0 72px}.thR{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.thz{margin-bottom:9.067vw}.thD{padding:4.267vw}.thI{bottom:-3.733vw}.thJ{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.th0,.thM,.thN{border-radius:1.6vw}.thK{padding:0;gap:2.1333vw}.thL{border-radius:3.2vw}.thU,.thV{width:8.5333vw}.thU img{background-color:rgba(150,150,150,.7)}.thW span{font-size:3.2vw}.thX{height:.534vw;margin-top:.712vw;border-radius:.4vw}.thY{border-radius:.533vw}.thZ span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.thZ img{width:6.4vw}.th0 img{width:4.2667vw}.th0 span{padding:1.3335vw 4vw}.thL .tcx{width:4.267vw}.thL .tcw{width:10.133vw}.thP{width:5.867vw}.thS{top:1.333vw;left:7.2vw;gap:.8vw}.th1{font-size:2.667vw;gap:1.6vw}.th1 img{width:4.267vw;height:4.267vw}.th2{gap:2.1333vw}.th7{border-radius:1.6vw}.th8{width:8.5333vw}.th8 img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.tia{height:.534vw;margin-top:.712vw}.tia,.tib{border-radius:.4vw}.tic{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tid{border-radius:3.2vw}.tid span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tid img{width:6.4vw}.th6 .tcx{width:4.267vw}.th6 .tcw{width:10.133vw}.th4{width:5.867vw}.th5{top:1.333vw;left:7.2vw;gap:.8vw}.tie{width:66.1333vw}.tif{width:8.5333vw}.tig{border-radius:3.2vw}.tiO{border-radius:1.6vw}.tih{gap:2.1333vw}.tiN{border-radius:3.2vw}.tiU{width:8.5333vw}.tiW{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tiR .tcx{width:4.267vw}.tiR .tcw{width:10.133vw}.tiS{width:5.867vw}.tiQ{top:1.333vw;left:7.2vw;gap:.8vw}.tii{gap:2.4vw}.tij{width:19.2vw;height:19.2vw;padding:1.6vw}.tir{width:8.5333vw;height:8.5333vw}.tiu{border-radius:1.6vw}.tiw{font-size:3.7334vw;margin:2.1333vw}.tiy{width:17.0666vw;height:9.6vw}.tiy,.tiz{border-radius:1.0667vw}.tiz{width:8.5333vw;height:12.8vw}.tiA{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.tiC{font-size:14px;font-size:3.7334vw}.tiD{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.tiF{font-size:14px;font-size:3.7334vw}.tiG{padding:4.2667vw;min-width:25.6vw}.tiI{font-size:12px;font-size:3.2vw}.tiJ{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.ti0,.tiZ{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.ti0{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.ti0 div{width:48px}.ti1{pointer-events:none}.ti2{display:flex;align-items:center;margin-bottom:16px;gap:8px}.ti3{font-size:20px;font-weight:600}.ti4{display:flex;align-items:center;margin-bottom:16px;gap:8px}.ti5{font-size:16px}.ti5,.ti6{font-weight:600}.ti6{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.ti7,.ti8{width:100%;display:flex;flex-direction:column}.ti9{display:flex;gap:16px;flex-wrap:nowrap}.tja{position:relative;flex:0 0 auto}.tja[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tja[data-is-ranking=true] .thQ{grid-column:1;grid-row:1;align-self:stretch}.tja[data-is-ranking=true] .thL{grid-column:2;grid-row:1}.tja[data-is-ranking=true] .tjb{grid-column:2;grid-row:2}.tja:hover{z-index:6}.ti7 .tjc,.ti8 .tjc{position:relative}.tja .tjd{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tje;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tja:hover .tjd{display:block;animation-name:tjf;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}.tja .tjd.tjg{left:0}.tja:hover .tjd.tjg{animation-name:tjh}.tja .tjd.tji{right:0}.tja:hover .tjd.tji{animation-name:tjj}@keyframes tjf{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 tjh{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 tjj{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 tje{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)}}.ti7 .teR,.ti8 .teR{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.ti7 .teR.tjk,.ti8 .teR.tjk{left:0}.ti7 .teR.tjl,.ti8 .teR.tjl{right:0}.tjc:hover .teR{display:block}.tja .th3{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tja .th3,.tja .tjm{background:rgba(0,0,0,0);background-color:#151515;border-radius:6px}.tja .tjm{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.ti7 .th3 .th7,.ti8 .th3 .th7{display:block;width:100%}.tjn{width:100%;flex-direction:column}.tjn,.tjo{display:flex}.tjo{flex-wrap:nowrap;gap:16px}.tjp{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tjp .thQ{grid-column:1;grid-row:1;align-self:stretch}.tjp .thL{grid-column:2;grid-row:1}.tjp .tjb{grid-column:2;grid-row:2}.tjp .thM{max-width:287.5152px;max-height:400.99392px}.tjn .tjq{position:relative}.tjn .teR{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tjn .teR.tjk{left:0}.tjn .teR.tjl{right:0}.tjn .tjq:hover .teR{display:block}.tjp:hover{z-index:6}.tjp .tjd{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:tje;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tjp:hover .tjd{display:block;animation-name:tjf;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tjp .tjd.tjg{left:0}.tjp:hover .tjd.tjg{animation-name:tjh}.tjp .tjd.tji{right:0}.tjp:hover .tjd.tji{animation-name:tjj}.tjp .tic{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tjr .tjo{display:flex;flex-wrap:nowrap;gap:16px}.tjr .tjp .th3{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tjs{width:100%;flex-direction:column}.tjs,.tjt{display:flex}.tjt{gap:16px}.tjs .tju{position:relative}.tjs .thL{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}.tjs .thL .thN{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tjs .teR{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tjs .teR.tjk{left:0}.tjs .teR.tjl{right:0}.tjs .tju:hover .teR{display:block}.tjs .tjt>a:hover{z-index:6}.tjv{margin-top:16px;font-weight:600}.tjw{margin-top:8px}.tjx{display:flex;flex-direction:column}.tjx li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tjx li:not(:last-child){margin-bottom:16px}.tjy{height:100%}.tjy,.tjz{display:flex;align-items:center}.tjz{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}.tjA{font-family:Jost,sans-serif;font-weight:600}.tjB{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tjC{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tjC,.tjD{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tjD{line-height:1.625;margin-bottom:5px}.tjD,.tjE{font-size:16px}.tjx li.tjF:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:rgba(0,0,0,0);border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.tjG{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tjH{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tjI{position:relative;display:flex;align-items:center}.tjI.tjJ{justify-content:left}.tjK{position:relative;display:block;width:100%}.tjL{display:flex;align-items:center;justify-content:space-between}.tjL .th7{border-radius:6px}.tjL .tie{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tjM{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tjM .ta9{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){.tjM .ta9{max-width:40vw}}.tjM .tbq{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tjN{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tjN .tjO{font-weight:600;font-size:12px;width:39px}.tjN .tjP>div{width:16px;height:16px}.tjL .tjQ{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}.tjR{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%)}.tjR .tha{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tjI.tjS .tjR .ths{width:24px;height:24px;transform:rotate(180deg)}.tjI.tjT .tbq{color:#ff624f}.tjI.tjS .tjR{pointer-events:none}.tjL .tjU{color:#fc348e}.tjI.tjT .tjV{color:#d3d3d3}.tjI.tjW .tjM{padding-right:0!important}.tjX{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tjI.tj2 .tjM .tbr{margin-bottom:12px}.tjI.tj2 .tj3{font-size:12px;font-weight:600;margin-bottom:4px}.tjI.tj2 .tj4{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tjI.tj2 .tj4 span:first-child{margin-right:16px}.tjI.tj2 .tj5{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tj6 .tj7{display:flex;align-items:center}.tj6 .tj7 .tie{height:auto}.tj6 .tj7>div:first-child{position:relative;margin-right:16px}.tj6 .tj8{display:flex;flex-direction:column;justify-content:center;width:648px}.tj6 .tj8 .tj9{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}.tj6 .tj8 .tka{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tj6 .tj8 .tkb .tkc{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tkd{position:absolute;bottom:0;right:0}.th7.tke{width:100%}.tj6 .tkf{height:24px}.tj6 .tkf .tkg{width:248px}.tkh{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tkh,.tki{position:absolute}.tki{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tkj{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tj6 .tj8 .tkk{display:flex;justify-content:space-between;align-items:center}.tkk>.tcT{flex-shrink:0}.tkl{position:relative;display:block;width:100%}.tkm{display:flex;align-items:center}.tkm .tie{margin-right:16px}.tkn,.tko{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tkp a:hover,.tkq a:hover,.tkr a:hover{opacity:1}.tkn>a>div:first-child,.tko>a>div:first-child{margin-right:16px}.tkn .tks{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tkn img.tkt{margin-right:16px}.tkn .tks .tku{display:flex;align-items:center}.tkn .tks .tku p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tkn .tks .tku p,.tkn .tks p.tkv{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tkn .tks p.tkv{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tkn .tks .tkw{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tkn .tks .tkx{display:flex}.tkn .tks span.tkv{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%}.tkn .tks span.tky,.tkn .tks span.tkz{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tkn .tks span.tkA,.tkn .tks span.tky{padding-right:12px}.tkA,.tkB{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.tkA span,.tkB span{font-weight:300;margin-left:3px}.tkC,.tkn .tks .tkC{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}.tkz b{font-weight:600}.tkD,.tkq .tkn .tks .tkw{display:flex}.tkD{flex-wrap:wrap}.tkE{width:210px}.tkF{display:flex;align-items:center}.tkF>a{height:48px;width:48px}.tkF>div{margin-right:8px}.tkF .tkG{flex:1 1;display:flex;flex-direction:column;justify-content:center}.tkH{height:48px;width:48px}.tkI{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}.tkJ{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tkJ,.tkJ>button{position:relative}.tkJ>button{top:-19px}.tkK{font-size:12px;color:#eee}.tkL .tkM{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.tkL .tkM img{object-fit:cover;height:100%;width:100%}.tkL .tkM span{position:absolute;right:8px;bottom:8px}.tkL .tkM>div{position:absolute;top:6px;left:6px}.tkL .tkN{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.tkL .tkN,.tkL .tkO{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tkL .tkO{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tkP{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tkP:hover{background-color:hsla(0,0%,100%,.1)}.tkQ a:hover{opacity:1}.tkP .tkR,.tkP>a>div:first-child{margin-right:16px}.tkP .tkS{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tkP .tkS .tkT{display:flex;align-items:center}.tkP .tkS .tkT>img:last-child{margin-left:2px}.tkP .tkS .tkT p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tkP .tkS .tkT p,.tkP .tkS p.tkU{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tkP .tkS p.tkU{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tkV .tkW{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tkP .tkX{display:flex}.tkP .tkX button:first-child{margin-right:8px}.tkY{display:flex;align-items:center;max-width:720px}.tkY:hover{background-color:hsla(0,0%,100%,.1)}.tkY .tkZ{margin-right:16px}.tk0 a:hover{opacity:1}.tkY>a>div:first-child{margin-right:16px}.tkY .tk1{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tkY .tk1 .tk2{display:flex;align-items:center}.tkY .tk1 .tk2 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}.tkY .tk1 .tk2>img{margin-left:2px}.tkY .tk1 p.tk3{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}.tk4{display:flex;flex-wrap:wrap;gap:4.103vw}.tk5,.tk6,.tk7{width:16.496vw}.tk6,.tk7{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tk6 .tk8,.tk7 .tk8{object-fit:cover;height:100%;width:100%;border-radius:6px}.tk6 .tk9,.tk7 .tk9{position:absolute;right:8px;top:8px;cursor:pointer}.tla .tlb{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.tla .tlb,.tla .tlc{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tla .tlc{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.tla .tlc,.tla .tld{line-height:1.5714285714}.tla .tld{margin-bottom:8px;overflow:hidden;height:6.284em}.tle{justify-content:space-between;margin-bottom:8px}.tle,.tle .tlf{display:flex;align-items:center}.tle .tlf{gap:6px}.tlg{display:flex;justify-content:space-between;align-items:center}.tlg .tlh{font-size:12px;color:#eee}.tli{display:flex;flex-wrap:wrap}.tli>li{width:100%}.tli>li:not(:last-child){margin-bottom:24px}.tlj,.tlk{display:flex;align-items:center}.tlk{gap:16px;width:calc(100% - 48px)}.tlk .tiM{width:248px;height:140px}.tll{flex:1 1}.tlm{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}.tln{display:flex;align-items:center;margin-bottom:14px}.tln>p{font-weight:600;margin-right:16px}.tlo{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tll>:last-child{margin-bottom:0}.tlp{margin-left:24px}.tlq{display:flex;flex-wrap:wrap;gap:56px 16px}.tlr{width:13.93vw;position:relative}.tlr .thN{border-radius:6px}.tlq .tk9{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.tlq .thM.tls span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.tlq .thM.tls span,.tlt{position:absolute;left:50%;transform:translate(-50%)}.tlt{top:38.9%}.tlu.tlv{margin-top:16px}.tlw{font-weight:600;-webkit-line-clamp:2;height:3.25em}.tlw,.tlx{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tlx{height:4.875em;-webkit-line-clamp:3}.tly{font-size:12px;margin-top:11px;display:flex}.tly span:not(:last-child){margin-right:4px}.tlq .tlz{margin-top:16px}.tlA{display:flex;align-items:center}.tlB img{width:120px;height:120px}.tlA .tlC{margin-left:16px;width:71%}.tlA li:not(:last-child){margin-bottom:6px}.tlA .tlC p{font-size:12px;font-weight:300}.tlD{max-width:43.255vw}.tlD .tlE{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tlD .tlE,.tlD .tlF,.tlD .tlG{margin-bottom:16px}.tlD .tlG{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}.tlD .tlH,.tlD .tlI{display:flex;align-items:center}.tlD .tlH .tlJ{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.tlD .tlK{display:flex;align-items:center;justify-content:right;gap:16px}.tlD .tlH img.tlL,.tlD .tlI img.tlM{margin-right:4px}.tlD .tlH .tlN,.tlD .tlI .tlO{font-size:12px;font-weight:600;line-height:1.5}.tlD .tlI .tlO{font-weight:300;margin-left:4px}.tlD .tlP{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.tlD .tlP a{display:flex;padding-right:16px}.tlD .tlP .tlQ{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tlD .tlP .tlR{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.tlD .tlP .tlR .tlS{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tlD .tlP .tlR .tlT{flex-shrink:0}.tlD .tlP .tlU{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tlD .tlP .tlV{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tlD .tlP .tlV .tlW{width:100%;height:100%;object-fit:cover;border-radius:4px}.tlD .tlP .tlX{position:absolute;bottom:-16px}.tlD .tlX .tlY{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.tlD .tlX .tha{margin:0}.tlZ{margin-left:auto;position:relative}.tl0,.tlZ{max-width:355.60656px;width:17.229vw}.tl0{height:24.047vw;max-height:496.33008px}.tl0 img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tl1{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%)}.tlZ .tl2{margin-top:16px}.tl2 .tl3{display:flex;justify-content:space-between;align-items:center}.tl2 .tl3 .tl4{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)}.tl5{position:absolute;top:calc(24.047vw + 20px);right:0}.tl2 .tl6{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tl2 .tl7{margin-top:8px;gap:12px}.tl2 .tl7,.tl2 .tl7 .tl8{display:flex;align-items:center}.tl2 .tl7 .tl8{gap:4px}.tl2 .tl9{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tlZ .tma{margin-top:16px;display:flex;align-items:center;gap:12px}.tlZ .tmb{width:48px;height:48px;min-width:48px;min-height:48px}.tma .tmc{position:relative}.tmc .tmd{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tmc .tme{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tmc .tmf{flex-shrink:0}.tma .tmc .tmg{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tma .tmc .tmh{position:absolute;bottom:2px;right:0;z-index:5}.tmi{max-width:43.255vw}.tmi .tmj{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tmi .tmj,.tmi .tmk{margin-bottom:16px}.tmi .tml{margin-bottom:24px}.tmi .tmm{width:170px}.tmi .tmn{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tmi .tmn,.tmo{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tmo{-webkit-line-clamp:1;word-break:break-all}.tmi .tmp{justify-content:right;gap:16px}.tmi .tmp,.tmi .tmq,.tmi .tmr{display:flex;align-items:center}.tmi .tmr img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tmi .tms{font-size:12px}.tmi .tmt,.tmi .tmu{font-size:12px;line-height:1.5}.tmi .tmq .tmt{margin-left:4px}.tmi .tmv{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%)}.tmi .tmv a{display:flex;padding-right:16px}.tmi .tmv .tmw{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tmi .tmv .tmx{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tmi .tmy{flex-shrink:0}.tmi .tmv .tmx .tmz{-webkit-line-clamp:1;word-break:break-all}.tmi .tmv .tmA,.tmi .tmv .tmx .tmz{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tmi .tmv .tmA{line-height:1.571;-webkit-line-clamp:2}.tmi .tmv .tmB{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tmv .tmB .tmC{width:100%;height:100%;object-fit:cover;border-radius:4px}.tmi .tmv .tmD{position:absolute;bottom:-16px}.tmi .tmD .tlY{width:32px;height:32px;background:rgba(0,0,0,0);filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.tmi .tmD .tha{margin:0}.tmE,.tmF{width:21vw;max-width:433.44px}.tmF{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tmF .tmG{width:100%;height:100%;object-fit:cover;border-radius:12px}.tmF .tmH.tmI,.tmF .tmJ.tmK{position:absolute;top:12px;left:12px}.tmF .tmL{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tmF span{position:absolute;right:8px;bottom:8px}.tmM{display:flex;align-items:center}.tmM .tmN{margin-right:36px}.tmM .tmN,.tmM .tmO{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tmM .tmO{margin-right:20px}.tmM .tmP .tmQ{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tmM .tmP .tmQ,.tmM .tmP .tmR{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tmM .tmP .tmR{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tmM .tmP .tmS{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}.tmT{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.tmT .tms{font-size:12px}.tmT .tmU{gap:8px}.tmT .tmU,.tmV{display:flex;align-items:center}.tmV{gap:12px}.tmW{width:48px;height:48px;min-width:48px;min-height:48px}.tmV .tmX{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.tmV .tmY{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.tmV .tmY,.tmV .tmZ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tmV .tmZ{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tm0{max-width:45.455vw}.tm0 .tm1{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}.tm0 .tm2{display:flex;align-items:center}.tm0 .tm3{width:100%;height:100%;object-fit:cover;border-radius:12px}.tm0 .tm4{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.tm4 .tm5{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tm0 .tm6{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tm0 .tm7{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tm0 .tm8{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tm0 .tm9{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}.tna{max-width:39.736vw}.tna a{display:flex;align-items:center;justify-content:space-between}.tna .tie{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.tna .th7{border-radius:6px}.tnb{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tna .tnb .tnc{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}.tna .tnd{display:flex;align-items:center}.tna .tnd .tne{margin-right:8px}.tna .tnd .tnf{font-size:12px;color:#d3d3d3}.tng{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.tng .tiA{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.tng .tiC{font-size:min(1.026vw,21.17664px)}.tnh{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.tnh .tni{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tnh .tni:hover{background-color:hsla(0,0%,100%,.1)}.tnh .tnj{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.tnh .tnj:active{cursor:grabbing;cursor:-webkit-grabbing}.tnh .tnk{width:24px;height:32px;border-radius:6px;margin-right:28px}.tnh .tnk img{width:100%;height:100%;object-fit:cover}.tnh .tnl{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.tnh .tnl:before{content:counter(title)}.tnh .tnm{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}.tnn{width:24px;height:24px}.tnh .tno{width:100%;height:100%;object-fit:cover;cursor:pointer}.tnp{display:flex;gap:64px}.tnq{max-width:24.926vw}.tnq,.tnq a{display:flex;justify-content:space-between;align-items:center}.tnq a{max-width:21.407vw;width:calc(100% - 32px)}.tnr{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.tns{border-radius:12px;object-fit:cover;height:100%;width:100%}.tnt{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)}.tnu{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tnv{width:32px;height:32px}.tnw{width:374px}.tnw,.tnx{overflow:hidden}.tnx{width:100%;height:100%;display:flex;flex-direction:column}.tny{padding-bottom:28px}.tnx .ti2{justify-content:space-between;padding-right:16px}.tnz{display:flex;flex-wrap:nowrap;gap:8px}.tnz .thM{width:114px;height:159px}.tnA{position:relative;flex:0 0 auto}.tnA[data-is-ranking=true] .tnB{display:grid;grid-template-rows:auto auto}.tnA[data-is-ranking=true] .thQ{grid-column:1;grid-row:1;align-self:stretch}.tnA[data-is-ranking=true] .thL{grid-column:2;grid-row:1}.tnA[data-is-ranking=true] .tnC{grid-column:2;grid-row:2}.tnx .tnD{position:relative}.tnx .teR{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.tnx .teR.tjk{left:8px}.tnx .teR.tjl{right:8px}.tnx .tnD:hover .teR{display:block}.tnx .thR{font-size:64px;bottom:-8px}.tnx .thQ[data-is-first=true]{width:46px;flex:0 0 46px}.tnx .thQ{position:relative;width:56px;flex:0 0 56px}.tnx .thQ[data-is-double-digit=true]{width:64px;flex:0 0 64px}.tnE.taZ{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.tlz{display:flex;align-items:center}.tlz .tnF{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.tlz .ths.tnG:hover{opacity:.6}.tlz .ths.tnG.taZ:hover{opacity:1}@media screen and (min-width:2064px){.tl5{top:514px}}@media screen and (max-width:1024px){.tjL .th7{border-color:violet;border-radius:6px}.tj6 .tj7 .tnH .tnI,.tki{border-radius:1.1515vw}.tkd img{width:100%;height:auto}.tk4{display:grid;grid-template-columns:repeat(2,1fr)}.tk6 .tk8,.tk7 .tk8{border-radius:6px}.tnJ{flex-direction:column;gap:48px}.tkY,.tnJ{display:flex}.tkY{align-items:center}.tkY .tkZ{margin-right:16px}.tkY .tk1{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tkY .tk1 .tk2{display:flex;align-items:center}.tkY .tk1 .tk2 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}.tkY .tk1 p.tk3{font-size:12px;font-weight:300;margin-top:4px}.tk5{width:43.846vw}.tk6,.tk7{margin-bottom:8px}.tk7 .tnK{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tla .tlb{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tla .tlc{font-weight:300;margin-bottom:2px;height:1.5em}.tla .tlc,.tla .tld{font-size:12px;line-height:1.5}.tla .tld,.tle{margin-bottom:8px}.tlg .tlh{font-size:10px}.tlk{width:calc(100% - 14px)}.tli li:not(:last-child){margin-bottom:16px}.tlk .tiM{width:38.462vw;height:21.538vw}.tlp{margin-left:0}.tlm{font-size:14px;margin-right:11px}.tlm,.tln{margin-bottom:8px}.tln>p{font-size:12px;margin-right:8px}.tln .tcm,.tln>p{white-space:nowrap}.tlo{margin-right:11px}.tlq{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tlr{width:29.231vw}.tlq .tk9{right:8px}.tlt{top:27%}.tlq .thM.tls span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tlu.tnL{margin-top:12px}.tlw{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tlx{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tly{font-size:10px}.tlq .tlz,.tly{margin-top:10px}.tlB img{width:80px;height:80px}.tlA li:not(:last-child){margin-bottom:5px}.tlA .tlC p{font-size:10px}.tlD{max-width:91.795vw}.tlD .tlE{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tlD .tnM{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tlD .tnN{margin-left:16px}.tlD .tlG{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tlD .tlK{justify-content:left}.tlD .tlP{background-color:rgba(0,0,0,0);padding:0;position:relative}.tlD .tlP .tlQ{max-width:100%}.tlD .tlP a{padding-right:0}.tlD .tlP .tlR{font-size:12px;padding-left:0;margin-bottom:8px}.tlD .tlP .tlR:after{font-size:12px}.tlD .tlP .tlU{font-size:12px;line-height:1.5;overflow:hidden}.tlD .tlP .tnO{position:absolute;bottom:2px;right:0;z-index:5}.tlZ{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tlZ .tnP{justify-content:space-between}.tlZ .tnP,.tlZ .tnP a{display:flex;align-items:center}.tlZ .tnP a{gap:16px}.tl0{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tl1{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)}.tl1.tnQ,.tl1.tnR{right:unset;left:-1.282vw}.tlZ .tl2{max-width:28.205vw;margin-top:16px}.tl2 .tl3{display:flex;justify-content:space-between;align-items:center}.tl2 .tl3 .tl4{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tl5{position:unset;top:unset;right:unset}.tl2 .tl6{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tl2 .tl7{display:flex;align-items:center;margin-top:8px;gap:12px}.tl2 .tl7 .tl8{display:block;position:absolute;top:12px;left:78px;gap:4px}.tl2 .tl9{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tlZ .tma{margin-top:16px;position:relative;gap:unset}.tma a{display:flex;align-items:center;gap:16px}.tmi{max-width:91.795vw}.tmi .tmj{font-size:72px;line-height:1.1944444444}.tmi .tmj,.tmi .tmk{margin-bottom:8px}.tmi .tml{margin-bottom:12px}.tmi .tml .tmn{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tmi .tml .tmo{font-size:12px;color:#d3d3d3}.tmi .tnS{margin-left:16px}.tmi .tmn{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tmi .tmp{justify-content:space-between}.tmi .tmp,.tmi .tmp .tnT{display:flex;align-items:center}.tmi .tmp .tnT{gap:8px}.tmi .tnU{display:flex;align-items:center}.tmi .tnU .tnV{width:40px;height:40px}.tmi .tmv{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tmi .tmv .tmw{max-width:100%}.tmi .tmv a{padding-right:0}.tmi .tmv .tmx{font-size:12px;padding-left:0;margin-bottom:8px}.tmi .tmv .tmx:after{font-size:12px}.tmi .tmv .tmA{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tmE{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tmF{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tmF .tmH.tmI,.tmF .tmJ.tmK{top:8px;left:8px}.tmM{display:unset;align-items:unset;gap:0}.tnW{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tmM .tmP .tmQ{margin-bottom:2px}.tmM .tmP .tmQ,.tmM .tmP .tmR{font-size:14px;line-height:1.571}.tmM .tmP .tmR{margin-bottom:4px}.tmM .tmP .tmS{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tmT{padding-left:0}.tmW{width:40px;height:40px;min-width:40px;min-height:40px}.tm0{max-width:49.231vw}.tm0 .tnX{position:relative;margin-bottom:16px}.tm0 .tnY{width:100%}.tnX .tnZ{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tnX .tcx{position:absolute;bottom:0;right:0}.tm0 .tm1{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tm0 .tn0{display:flex;align-items:center;margin-bottom:8px}.tm0 .tn1{font-size:12px;margin-right:16px;color:#d3d3d3}.tm0 .tn2{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}.tna{max-width:91.795vw}.tna a{display:flex;align-items:center}.tnb{width:calc(100% - 16px - 38.462vw);min-width:none}.tna .tnb .tnc{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.tna .tnd{display:flex;align-items:center}.tna .tnd .tnf{font-size:12px;color:#d3d3d3}.tng{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tng .tiA{width:unset;height:unset;min-width:21.538vw}.tng .tiC{font-size:14px}.tng::-webkit-scrollbar{display:none}.tnh{max-width:91.795vw}.tnh .tni{padding:12px 0}.tnh .tnj{display:none}.tnh .tnk{width:36px;height:49px;border-radius:6px;margin-right:16px}.tnh .tnl{text-align:left;width:28px}.tnh .tnm{width:calc(100% - 120px)}.tnp{flex-direction:column;gap:16px}.tnp,.tnq{display:flex}.tnq{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tnq a{max-width:unset}.tnt{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}.tnu{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tnw{width:100%}.tnz .thM{width:29.231vw;height:40.769vw}.tlz .tms{font-size:12px}}@media screen and (max-width:375px){.tjc>.ti9:after,.tjo>.tjp:after,.tjq>.tjo:after,.tng:after{content:"";display:block;flex:0 0 4.267vw}.tjL .th7{border-color:green;border-radius:1.6vw}.tjM{padding-right:11.733vw;margin-left:4.267vw}.tjM .ta9{font-size:3.733vw}.tjM .ta9,.tjM .tbq{margin-bottom:2.133vw}.tjM .tbq{font-size:3.2vw}.tjN{gap:2.133vw}.tjI .tjM .tjP>div{width:4.267vw;height:4.267vw}.tjM .tjO{font-size:2.667vw}.tjM .tn3 .tn4{width:3.733vw;height:3.733vw}.tjR{min-width:8.53333vw;margin-left:2.133vw}.tjR .tha{width:8.53333vw;height:8.53333vw}.tjR .ths{width:4.267vw;height:4.267vw}.tjN .tjO{width:11.8vw}.tjI .tjX{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tjI.tn5 .tn6{font-size:3.733vw;margin-top:4.267vw}.tjI.tn7 .tjL .th7{border-radius:1.6vw}.tjI.tn7 .tjM .tbq{margin-bottom:4.267vw}.tjI.tn7.tjI .tjQ{font-size:3.2vw}.tjI.tn7.tjI .tjN{margin-top:4.267vw}.tjI.tj2 .tjM .tbq{margin-bottom:3.2vw}.tjI.tj2 .tj3{font-size:3.2vw;margin-bottom:1.067vw}.tjI.tj2 .tj4{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tjI.tj2 .tj4 span:first-child{margin-right:4.267vw}.tjI.tj2 .tj5{font-size:2.667vw;margin-bottom:3.2vw}.tjI.tj2 .tn6{margin-top:4.267vw}.tjI.tj2.tjI .tjQ{font-size:3.2vw}.tjI.tj2 .tn8{width:4.267vw;height:4.267vw}.tj6 .tj7 .tnH{margin-right:4.267vw}.tj6 .tj7 .tnH .tnI{border-radius:1.6vw}.tj6 .tj7 .tnH .tn9{width:10.256vw}.tj6 .tj7 .tj8{margin-right:6.154vw}.tj6 .tj7 .tj8.toa{margin-right:2.133vw}.tj6 .tj7 .tj8 .tj9{font-size:3.77vw;margin-bottom:1.067vw}.tj6 .tj8 .tka,.tj6 .tkb .tkc{font-size:3.2vw}.tj6 .tj7 .tj8.tob{margin-right:2.133vw}.tj6 .tj7 .tcT.toc{font-size:3.2vw;padding:0 1.795vw}.tkj,.tod{font-size:3.77vw}.tia.toe{margin-bottom:1.6vw}.tj6 .tkb .tof,.tj6 .tkb .tog{font-size:3.2vw}.tkp>div:not(:last-child),.tkq>div:not(:last-child){margin-bottom:4.267vw}.tkn>a>div:first-child,.tko>a>div:first-child{margin-right:4.267vw}.tko{margin-bottom:3.267vw}.tkn .tks,.tko .tks{margin-right:4.267vw}.tkn .tks .tkw{margin-bottom:0}.tkA span,.tkB span{margin-left:.8vw}.tkn img.tkt{margin-right:4.267vw}.tkn .tks .tku p,.tko .tks .tku p{font-size:3.733vw;margin-right:.533vw}.tkA,.tkB,.tkn .tks p.tkv,.tkn .tks p.tkz,.tko .tks p.tkv{font-size:3.2vw;margin-top:2.133vw}.tkC{font-size:3.733vw}.tkD{display:flex;flex-wrap:wrap}.tkD li:nth-of-type(2n){margin-right:0}.tkE{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tkF>a{height:8.533vw;width:8.533vw}.tkF>div{margin-right:2.133vw}.tkG{width:60%}.tkI{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.tkK{font-size:2.667vw}.tk9{width:6.154vw}.tkL .tkM{margin-bottom:2.133vw;border-radius:1.6vw}.tkL .tkM img{width:100%}.tkL .tkM span{right:2.133vw;bottom:2.947vw}.tkL .tkN{font-size:3.733vw}.tkL .tkN,.tkL .tkO{margin-bottom:2.133vw}.tkL .tkO{font-size:3.2vw}.tkP .tkR,.tkP>a>div:first-child{margin-right:4.267vw}.tkP .tkS{margin-right:1.067vw}.tkP .tkS .tkT>img:last-child{margin-left:.533vw}.tkP .tkS .tkT p{font-size:3.733vw}.tkP .tkS p.tkU{font-size:3.2vw;margin-top:1.067vw}.tkP .tkX button:first-child{margin-right:2.133vw}.tnJ{gap:12.8vw}.tkY .tkZ,.tkY>a>div:first-child{margin-right:4.267vw}.tkY .tk1{margin-right:1.067vw}.tkY .tk1 .tk2 p{font-size:3.733vw}.tkY .tk1 .tk2>img{margin-left:.533vw}.tkY .tk1 p.tk3{font-size:3.2vw;margin-top:1.067vw}.tk4{gap:4.267vw}.tk6,.tk7{margin-bottom:2.133vw}.tk6 .tk8,.tk7 .tk8{border-radius:1.6vw}.tk6 .tk9,.tk7 .tk9{right:2.133vw;top:2.133vw}.tk6 span{right:2.133vw;bottom:2.133vw}.tk7 span{font-size:3.77vw}.tk7 .tnK{width:4.267vw}.tla .tlb{font-size:3.77vw;margin-bottom:.256vw}.tla .tlc{font-size:3.2vw;margin-bottom:.533vw}.tla .tld{font-size:3.2vw}.tla .tld,.tle{margin-bottom:2.133vw}.tle .tlf{gap:1.6vw}.tlg .tlh{font-size:2.667vw}.tlq{gap:7.2vw 2.133vw}.tlr{width:31.785%}.tlq .tk9{top:2.133vw;right:2.133vw}.tlt{width:4.267vw}.tlq .thM.tls span{font-size:3.2vw}.tlu.tlv{margin-top:3.2vw}.tlw{font-size:3.733vw;margin-top:2.033vw}.tlx{font-size:3.2vw;margin-top:1.233vw}.tly{font-size:2.667vw;margin-top:2.667vw}.tly span:not(:last-child){margin-right:0}.tlq .tlz{margin-top:2.667vw}.tlB img{width:21.333vw;height:21.333vw}.tlA .tlC{margin-left:4.267vw}.tlA li:not(:last-child){margin-bottom:1.333vw}.tlA .tlC p{font-size:2.667vw}.tlD .tlE{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tlD .tnM{margin-bottom:4.267vw}.tlD .tnN{margin-left:4.267vw}.tlD .tlG{font-size:3.733vw;margin-bottom:3.2vw}.tlD .tlP .tlQ{margin-left:3.733vw}.tlD .tlP .tlR{margin-bottom:2.133vw}.tlD .tlP .tlR,.tlD .tlP .tlR:after,.tlD .tlP .tlU{font-size:3.2vw}.tlZ{padding-left:17.067vw}.tlZ .tnP a{gap:4.267vw}.tl0{border-radius:3.2vw}.tl1{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}.tl1.tnQ,.tl1.tnR{right:unset;left:-1.282vw}.tlZ .tl2{margin-top:4.267vw}.tl2 .tl3 .tl4{font-size:3.733vw}.tl2 .tl6{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tl2 .tl7{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tl2 .tl7 .tl8{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tl2 .tl9{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tlZ .tma{margin-top:4.267vw}.tma a{gap:4.267vw}.tma .toh{min-width:19.2vw;min-height:19.2vw}.tmc .tmd{margin-bottom:1.333vw;align-items:center}.tma .tmc .tmg,.tmc .tmd{font-size:3.2vw}.tmi .tmj{font-size:19.2vw;line-height:1.1944444444}.tmi .tmj,.tmi .tmk{margin-bottom:2.133vw}.tmi .tml{margin-bottom:3.2vw}.tmi .tml .tmn{font-size:3.733vw;margin-bottom:2.133vw}.tmi .tml .tmo{font-size:2.133vw}.tmi .tnS{margin-left:4.267vw}.tmi .tmn{font-size:3.733vw;margin-bottom:3.2vw}.tmi .tmp .tnT{gap:2.133vw}.tmi .tnU .tnV{width:10.667vw;height:10.667vw}.tmi .tmv .tmx{margin-bottom:2.133vw}.tmi .tmv .tmA,.tmi .tmv .tmx,.tmi .tmv .tmx:after{font-size:3.2vw}.tmi .tmr img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tmE{width:100%;padding-left:16.41vw}.tmF{margin-bottom:3.2vw}.tmF .tmG{width:100%;border-radius:3.2vw}.tmF .tmH.tmI,.tmF .tmJ.tmK{top:2.133vw;left:2.133vw}.tmF .tmL{width:10.256vw}.tmF span{right:2.133vw;bottom:2.133vw}.tnW{letter-spacing:-2.4vw;font-size:18.462vw}.tmM .tmP .tmQ{font-size:3.77vw;margin-bottom:.533vw}.tmM .tmP .tmR{font-size:3.77vw;margin-bottom:1.067vw}.tmM .tmP .tmS{font-size:3.2vw;margin-bottom:2.667vw}.tmT{margin-bottom:3.2vw}.tmT .tms{font-size:3.2vw}.tmT .tmU{gap:2.133vw}.tmV{gap:3.2vw}.tmW{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tmV .tmX{font-size:3.2vw;margin-bottom:1.282vw}.tmV .tmX:after{font-size:3.2vw;margin-left:1.539vw}.tmV .tmZ{font-size:3.2vw}.tm0{max-width:51.2vw}.tm0 .tnX{margin-bottom:4.267vw}.tm0 .tm3{border-radius:3.2vw}.tm0 .tm1{font-size:3.733vw;margin-bottom:6.4vw}.tm0 .tm7{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tm0 .tm8{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tm0 .tm8,.tm0 .toi>span{font-size:3.2vw}.tm0 .tn2{font-size:3.733vw}.tm0 .tn1{font-size:3.2vw;margin-right:4vw}.tna .tnb .tnc{font-size:3.733vw;margin-bottom:2.133vw}.tna .tnd .tne{margin-right:2.133vw}.tna .tnd .tnf{font-size:3.2vw}.tng{gap:2.133vw}.tng .toj,.tng .tok{border-radius:4.267vw}.tng .tiC{font-size:3.733vw}.tnh .tni{padding:3.2vw 0}.tnh .tnj,.tnh .tnk{margin-right:4.267vw}.tnh .tnk{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tnh .tnl{width:7.468vw;font-size:3.733vw}.tnh .tnm{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tnn{width:6.4vw;height:6.4vw}.tnp{display:flex;flex-direction:column;gap:4.267vw}.tnq a{width:calc(100% - 8.533vw)}.tnt{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tnu{font-size:3.733vw}.tnv{width:8.533vw;height:8.533vw}.tlz .tnF{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.tlz .tms{font-size:3.2vw}}@media screen and (max-width:1024px){.tjc>.ti9:after,.tjo>.tjp:after,.tjq>.tjo:after,.tng:after{content:"";display:block;flex:0 0 16px}.tja{width:29.23vw}.tja[data-is-ranking=true]{width:auto;margin-right:0}.ti7 .tjc,.ti8 .tjc{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.ti7 .tjc::-webkit-scrollbar,.ti8 .tjc::-webkit-scrollbar{display:none}.ti9{display:flex;flex-wrap:nowrap;gap:8px}.ti9 .tjm{margin-right:8px}.ti9 .tjm,.ti9 .tol{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.ti9 .tol{margin-right:10px}.ti7 .tiN .tiP,.ti8 .tiN .tiP{display:block;width:100%}.ti2{justify-content:space-between;padding-right:16px}.ti3{font-size:16px}.ti4{justify-content:space-between}.ti5{font-size:14px}.ti6{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);white-space:nowrap}.tjn .tjq{padding-bottom:4.05vw}.tjo{gap:8px}.tom{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tjr .tjo{gap:8px}.tjr .tjp .th3{width:38.462vw;height:21.538vw}.tjn.tjr .tic{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tjt{gap:2.133vw}.tjs .thL{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tjx li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tjz{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}.tjA{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tjB{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}.tjC{font-size:14px;margin-bottom:4px}.tjD{margin-bottom:5px}.tjD,.tjE{font-size:12px}.tjx li.tjF:after{content:none}.tjx li.tjF .tjy{opacity:.4}.tjG{font-size:12px}.tjH{flex-wrap:wrap;flex-direction:column;gap:16px}.tjH,.tjI{display:flex}.tjI{align-items:center;justify-content:space-between;width:100%}.tjL .tie{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tjM{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tjM .ta9{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tjN{gap:8px;margin-bottom:unset}.tjR{margin-left:12px}.tjI .tjX{margin-right:8px}.tjJ.tjI .tie{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tjI .tjQ,.tjI.ton .th8{display:none}.tjI.tn5 .tn6{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}.tjI.tn5 .tjR{top:50%}.tjI.tn7 .tjL .tie{width:29.231vw;height:40vw}.tjI.tn7 .tjL .th7{border-radius:6px}.tjI.tn7.tjI .tjM{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tjI.tn7 .tjM .tbq{margin-bottom:16px}.tjI.tn7.tjI .tjQ{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tjI.tn7.tjI .tjN{margin-top:16px;order:4}.tjI.tj2 .tjL .tie{position:relative;width:29.231vw;height:40vw}.tjI.tj2 .tjL .th7{border-radius:6px}.tjI.tj2 .tjL .tie .tcx{position:absolute;bottom:0;right:0}.tjI.tj2 .tjL .tjM{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tjI.tj2 .tjM .tbq{margin-bottom:12px}.tjI.tj2 .tj3{font-size:12px;font-weight:600}.tjI.tj2 .tj4{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tjI.tj2 .tj4,.tjI.tj2 .tj5{font-weight:300;line-height:1.5}.tjI.tj2 .tj5{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tjI.tj2 .tn6{position:relative;display:block;margin-top:16px}.tjI.tj2 .tn6 button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tjI.tj2 .tjQ{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}.tjI.tj2 .tjR{top:30%;transform:translateY(-30%)}.tj6{flex-direction:column;align-items:normal}.tj6 .tj7:not(.too){margin-bottom:13px}.tj6 .tj7 .tnH{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tj6 .tj7 .tnH .tnI{width:100%;height:100%;object-fit:cover}.tj6 .tj7 .tnH .tn9{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tj6>div:first-child{position:unset;margin-right:0}.tj6 .tj7 .tj8{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tj6 .tj7 .tj8 .tj9{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tj6 .tj7 .tj8 .tka{margin-bottom:0}.tj6 .tkb{position:relative}.tj6 .tkb .tkc{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tj6 .tkf{height:13px}.tj6 .tkf .tkg{width:38.462vw}.tj6 .tj7 .tj8.toa{width:32.56%;margin-right:8px;flex:1 1}.tkj,.tod{transform:translate(-50%,-50%);font-size:14px}.tod{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.tia.toe{margin-bottom:6px}.tib.top{width:45.2%}.tj6 .tkb .tof,.tj6 .tkb .tog{font-size:12px;line-height:1.5}.tj6 .tkb .tog{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tkp>div:not(:last-child),.tkq>div:not(:last-child){margin-bottom:16px}.toq:hover,.tor:hover,.tos:hover{background-color:hsla(0,0%,100%,.1)}.tko{margin-bottom:12.25px}.tkn .tks,.tko .tks{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tkn .tks .tkw,.tko .tks .tkw{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tkn img.tkt,.tko img.tkt{margin-right:16px}.tkn .tks .tku,.tko .tks .tku{display:flex;align-items:center}.tkn .tks .tku p,.tko .tks .tku p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tkn .tks .tku p,.tkn .tks p.tkv,.tko .tks .tku p,.tko .tks p.tkv{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tkn .tks p.tkv,.tko .tks p.tkv{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tot{display:flex;flex-direction:column}.tkn .tks p.tkz,.tko .tks p.tkz{font-size:12px;font-weight:300;margin-top:8px}.tkA,.tkB{font-weight:300}.tkC{font-size:14px;max-width:720px}.tkE{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.tkL .tkM{border-radius:6px;height:24.615vw;width:43.846vw}.tkF>a{height:32px;width:32px}.tkD{gap:0 4.103vw}.tkF .tkG{width:60%}.tkH{height:32px;width:32px}.tkJ>button{top:-14px}.tkI{margin-bottom:16px;max-width:100%}.tkJ{margin-left:40px}.tkF{height:38px}.tkK{font-size:10px}.tkL .tkM img{width:100%}.tkP{display:flex;align-items:center}.tkP .tkR{margin-right:16px}.tkP .tkS{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tkP .tkS .tkT{display:flex;align-items:center}.tkP .tkS .tkT p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tkP .tkS p.tkU{margin-top:8px;margin-bottom:0}.tkP .tkX{display:flex}.tkV .tkW{font-size:14px;line-height:1.5714285714}.tnJ{flex-direction:column;gap:48px}.tkY,.tnJ{display:flex}.tkY{align-items:center}.tkY .tkZ{margin-right:16px}.tkY .tk1{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tkY .tk1 .tk2{display:flex;align-items:center}.tkY .tk1 .tk2 p{height:1em;overflow:hidden;line-height:unset}.tkY .tk1 p.tk3{font-size:12px;font-weight:300;margin-top:4px}.tk5,.tk6,.tk7{width:43.846vw}.tk6,.tk7{margin-bottom:8px;height:24.615vw}.tk7 .tnK{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.tla .tlb{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.tla .tlc{font-weight:300;margin-bottom:2px;height:1.5em}.tla .tlc,.tla .tld{font-size:12px;line-height:1.5}.tla .tld,.tle{margin-bottom:8px}.tlg .tlh{font-size:10px}.tlq{gap:27px 2.051vw}.tlr{width:29.231vw}.tlr .thN{border-radius:6px}.tlq .tk9{right:8px}.tlt{top:27%}.tlq .thM.tls span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.tlu.tnL{margin-top:12px}.tlw{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.tlx{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.tly{font-size:10px}.tlq .tlz,.tly{margin-top:10px}.tlB img{width:80px;height:80px}.tlA li:not(:last-child){margin-bottom:5px}.tlA .tlC p{font-size:10px}.tlD{max-width:100%}.tlD .tlE{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.tlD .tnM{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tlD .tnN{margin-left:16px}.tlD .tlG{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.tlD .tlK{justify-content:left}.tlD .tlP{background-color:rgba(0,0,0,0);padding:0;position:relative}.tlD .tlP .tlQ{max-width:100%}.tlD .tlP a{padding-right:0}.tlD .tlP .tlR{font-size:12px;padding-left:0;margin-bottom:8px}.tlD .tlP .tlR:after{font-size:12px}.tlD .tlP .tlU{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.tlD .tlP .tnO{position:absolute;bottom:2px;right:0;z-index:5}.tlZ{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}.tlZ .tnP{justify-content:space-between}.tlZ .tnP,.tlZ .tnP a{display:flex;align-items:center}.tlZ .tnP a{gap:16px}.tl0{width:30.769vw;height:42.307vw}.tl1{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}.tl1.tnQ,.tl1.tnR{right:unset;left:-1.282vw}.tlZ .tl2{max-width:28.205vw;margin-top:16px}.tl2 .tl3{display:flex;justify-content:space-between;align-items:center}.tl2 .tl3 .tl4{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tl5{position:unset;top:unset;right:unset}.tl2 .tl6{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tl2 .tl7{display:flex;align-items:center;margin-top:8px;gap:12px}.tl2 .tl7 .tl8{display:block;position:absolute;top:36px;left:78px;gap:4px}.tl2 .tl9{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tlZ .tma{margin-top:16px;position:relative;gap:unset}.tma a{display:flex;align-items:center;gap:16px}.tma .toh{min-width:72px;min-height:72px}.tmi{max-width:100%}.tmi .tmj{font-size:72px;line-height:1.1944444444}.tmi .tmj,.tmi .tmk{margin-bottom:8px}.tmi .tml{margin-bottom:12px}.tmi .tml .tmn{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tmi .tml .tmo{font-size:12px;color:#d3d3d3}.tmi .tnS{margin-left:16px}.tmi .tmn{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tmi .tmp{justify-content:space-between}.tmi .tmp,.tmi .tmp .tnT{display:flex;align-items:center}.tmi .tmp .tnT{gap:8px}.tmi .tnU{display:flex;align-items:center}.tmi .tnU .tnV{width:40px;height:40px}.tmi .tmv{background-color:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tmi .tmv .tmw{max-width:100%}.tmi .tmv a{padding-right:0}.tmi .tmv .tmx{font-size:12px;padding-left:0;margin-bottom:8px}.tmi .tmv .tmx:after{font-size:12px}.tmi .tmv .tmA{font-size:12px;line-height:1.567}.tmE{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tmF{margin-bottom:12px;width:75.128vw;height:42.308vw}.tmF .tmH.tmI,.tmF .tmJ.tmK{top:8px;left:8px}.tmM{display:unset;align-items:unset;gap:0}.tnW{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tmM .tmP .tmQ{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tmM .tmP .tmQ,.tmM .tmP .tmR{font-size:14px;line-height:1.571}.tmM .tmP .tmR{margin-bottom:4px}.tmM .tmP .tmS{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tmT{padding-left:0}.tm0{max-width:49.231vw}.tm0 .tnX{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tm0 .tnY{border-radius:12px;width:100%;height:100%;object-fit:cover}.tnX .tnZ{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tnX .tcx{position:absolute;bottom:0;right:0}.tm0 .tm1{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tm0 .tn0{display:flex;align-items:center;margin-bottom:8px}.tm0 .tn1{font-size:12px;margin-right:16px;color:#d3d3d3}.tm0 .tn2{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.tna{max-width:91.795vw}.tna a{display:flex;align-items:center}.tna .tie{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.tna .th7{border-radius:6px}.tna .tnb .tnc{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.tna .tnd{display:flex;align-items:center}.tna .tnd .tnf{font-size:12px;color:#d3d3d3}.tng{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tng .tiA{width:unset;height:unset;min-width:21.538vw}.tng .tiC{font-size:14px}.tng::-webkit-scrollbar{display:none}.tnh{max-width:91.795vw}.tnh .tni{padding:12px 0}.tnh .tnj{display:none}.tnh .tnk{width:36px;height:49px;border-radius:6px;margin-right:16px}.tnh .tnl{width:28px}.tnh .tnm{width:calc(100% - 120px)}.tnp{flex-direction:column;gap:16px}.tnp,.tnq{display:flex}.tnq{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tnq a{max-width:unset}.tnr{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.tns{border-radius:12px}.tnt{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.tnu{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tnx .thR{font-size:10vw}.tnx .thQ[data-is-first=true]{width:54px;flex:0 0 54px}.tnx .thQ{position:relative;width:80px;flex:0 0 80px}.tnx .thQ[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.tly span{transform:scaleX(.9);white-space:nowrap}.tnx .thR{font-size:16.4vw;bottom:-1.5vw}.tnx .thQ[data-is-first=true]{width:40px;flex:0 0 40px}.tnx .thQ{width:48px;flex:0 0 48px}.tnx .thQ[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tjI.tj2 .tjL .th7,.tjI.tn7 .tjL .th7,.tjL .th7{border-radius:1.1515vw}.tjI.tj2 .tjL .tie .tcx,.tjL .tie .tcx{width:3.071vw}.tk6 .tk8,.tk7 .tk8,.tkL .tkM,.tlr .thN,.tna .th7{border-radius:1.1515vw}.tm0 .tnY{border-radius:2.303vw}.tnX .tcx{width:3.071vw}.tns{border-radius:2.303vw}}@media screen and (max-width:375px){.ti2{margin-bottom:4.267vw;padding-right:4.267vw}.ti3{font-size:4.267vw}.ti4{margin-bottom:3.75vw}.ti5{font-size:3.75vw}.ti9{gap:2.133vw}.ti9 .tjm{top:1907px;left:16px;width:72vw;height:40.266vw}.ti9 .tjm :not(:first-child){margin-left:8px}.tjo,.tjr .tjo,.tjt{gap:2.133vw}.tjs .thL{border-radius:3.2vw}.tjx li{border-radius:2.133vw}.tjx li:not(:last-child){margin-bottom:4.267vw}.tjz{font-size:5.333vw}.tjB{padding-left:4.267vw;padding-right:4.267vw}.tjC{font-size:3.733vw;margin-bottom:1.067vw}.tjD{margin-bottom:1.333vw}.tjD,.tjE,.tjG{font-size:3.2vw}.tjG{right:4.267vw;bottom:4.267vw}.tjH{gap:4.267vw}.tjL .th7{border-radius:1.6vw}.tjM{padding-right:11.733vw;margin-left:4.267vw}.tjM .ta9{margin-bottom:1.067vw;font-size:3.733vw}.tjM .tbq{margin-bottom:2.133vw;font-size:3.2vw}.tjN{gap:2.133vw}.tjI .tjM .tjP>div{width:4.267vw;height:4.267vw}.tjM .tjO{font-size:2.667vw}.tjM .tn3 .tn4{width:3.733vw;height:3.733vw}.tjR{min-width:8.53333vw;margin-left:2.133vw}.tjR .tha{width:8.53333vw;height:8.53333vw}.tjR .ths{height:4.267vw}.tjL .tie .tcx,.tjR .ths{width:4.267vw}.tjI .tjX{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tjI.tn5 .tn6{font-size:3.733vw;margin-top:4.267vw}.tjI.tn7 .tjL .th7{border-radius:1.6vw}.tjI.tn7 .tjM .tbq{margin-bottom:4.267vw}.tjI.tn7.tjI .tjQ{font-size:3.2vw}.tjI.tn7.tjI .tjN{margin-top:4.267vw}.tjI.tj2 .tjL .tie .tcx{width:4.267vw}.tjI.tj2 .tjM .tbr{margin-bottom:3.2vw}.tjI.tj2 .tj3{font-size:3.2vw;margin-bottom:1.067vw}.tjI.tj2 .tj4{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tjI.tj2 .tj4 span:first-child{margin-right:4.267vw}.tjI.tj2 .tj5{font-size:2.667vw;margin-bottom:3.2vw}.tjI.tj2 .tn6{margin-top:4.267vw}.tjI.tj2.tjI .tjQ{font-size:3.2vw}.tjI.tj2 .tn8{width:4.267vw;height:4.267vw}.tj6 .tj7 .tnH{margin-right:4.267vw}.tj6 .tj7 .tnH .tnI{border-radius:1.6vw}.tj6 .tj7 .tnH .tn9{width:10.256vw}.tj6 .tj7 .tj8{margin-right:6.154vw}.tj6 .tj7 .tj8.toa{margin-right:2.133vw}.tj6 .tj7 .tj8 .tj9{font-size:3.77vw;margin-bottom:1.067vw}.tj6 .tj8 .tka,.tj6 .tkb .tkc{font-size:3.2vw}.tj6 .tkf{height:3.333vw}.tj6 .tj7 .tj8.tob{margin-right:2.133vw}.tj6 .tj7 .tcT.toc{font-size:3.2vw;padding:0 1.795vw}.tkj,.tod{font-size:3.77vw}.tia.toe{margin-bottom:1.6vw}.tj6 .tkb .tof,.tj6 .tkb .tog{font-size:3.2vw}.tkn .tks,.tkn>a>div:first-child,.tko .tks,.tko>a>div:first-child{margin-right:4.267vw}.tkn .tks .tkw{margin-bottom:0}.tkA span,.tkB span{margin-left:.8vw}.tkn img.tkt{margin-right:4.267vw}.tkn .tks .tku p,.tko .tks .tku p{font-size:3.733vw;margin-right:.533vw}.tkA,.tkB,.tkn .tks p.tkv,.tkn .tks p.tkz,.tko .tks p.tkv{font-size:3.2vw;margin-top:2.133vw}.tkC{font-size:3.733vw}.tkD{display:flex;flex-wrap:wrap}.tkD li:nth-of-type(2n){margin-right:0}.tkE{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tkF>a>img,.tkF>div{margin-right:2.133vw}.tkF .tkG{width:60%}.tkH{height:8.533vw;width:8.533vw}.tkJ>button{top:-3.733vw}.tkF .tkG .tkI{max-width:100%;font-size:3.733vw}.tkJ{margin-left:10.667vw}.tkF .tkG .tkK{font-size:2.667vw}.tkL .tkM{margin-bottom:2.133vw;border-radius:1.6vw}.tkL .tkM img{width:100%}.tkL .tkM span{right:2.133vw;bottom:2.947vw}.tkL .tkN{font-size:3.733vw}.tkL .tkN,.tkL .tkO{margin-bottom:2.133vw}.tkL .tkO{font-size:3.2vw}.tkP{margin-bottom:4.267vw}.tkP .tkR,.tkP>a>div:first-child{margin-right:4.267vw}.tkP .tkS{margin-right:1.067vw}.tkP .tkS .tkT>img:last-child{margin-left:.533vw}.tkP .tkS .tkT p{font-size:3.733vw}.tkP .tkS p.tkU{font-size:3.2vw;margin-top:2.133vw}.tkV .tkW{font-size:3.734vw}.tkP .tkX button:first-child{margin-right:2.133vw}.tnJ{gap:12.8vw}.tkY .tkZ,.tkY>a>div:first-child{margin-right:4.267vw}.tkY .tk1{margin-right:1.067vw}.tkY .tk1 .tk2 p{font-size:3.733vw}.tkY .tk1 .tk2>img{margin-left:.533vw}.tkY .tk1 p.tk3{font-size:3.2vw;margin-top:1.067vw}.tk4{gap:4.267vw}.tk6,.tk7{margin-bottom:2.133vw}.tk6 .tk8,.tk7 .tk8{border-radius:1.6vw}.tk6 .tk9,.tk7 .tk9{right:2.133vw;top:2.133vw}.tk6 span{right:2.133vw;bottom:2.133vw}.tk7 span{font-size:3.77vw}.tk7 .tnK{width:4.267vw}.tla .tlb{font-size:3.77vw;margin-bottom:.256vw}.tla .tlc{font-size:3.2vw;margin-bottom:.533vw}.tla .tld{font-size:3.2vw}.tla .tld,.tle{margin-bottom:2.133vw}.tle .tlf{gap:1.6vw}.tlg .tlh{font-size:2.667vw}.tlk{gap:4.267vw;width:calc(100% - 3.733vw)}.tli li:not(:last-child){margin-bottom:4.267vw}.tlm{font-size:3.733vw;margin-right:2.933vw}.tlm,.tln{margin-bottom:2.133vw}.tln>p{margin-right:2.133vw}.tln>p,.tlo{font-size:3.2vw}.tlo{margin-right:2.933vw}.tlq{gap:7.2vw 2.133vw}.tlr{width:31.785%}.tlr .thN{border-radius:1.6vw}.tlq .tk9{top:2.133vw;right:2.133vw}.tlt{width:4.267vw}.tlq .thM.tls span{font-size:3.2vw}.tlu.tlv{margin-top:3.2vw}.tlw{font-size:3.733vw;margin-top:2.033vw}.tlx{font-size:3.2vw;margin-top:1.233vw}.tly{font-size:2.667vw;margin-top:2.667vw}.tly span:not(:last-child){margin-right:0}.tlq .tlz{margin-top:2.667vw}.tlB img{width:21.333vw;height:21.333vw}.tlA .tlC{margin-left:4.267vw}.tlA li:not(:last-child){margin-bottom:1.333vw}.tlA .tlC p{font-size:2.667vw}.tlD .tlE{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.tlD .tnM{margin-bottom:4.267vw}.tlD .tnN{margin-left:4.267vw}.tlD .tlG{font-size:3.733vw;margin-bottom:3.2vw}.tlD .tlP .tlQ{margin-left:3.733vw}.tlD .tlP .tlR{margin-bottom:2.133vw}.tlD .tlP .tlR,.tlD .tlP .tlR:after,.tlD .tlP .tlU{font-size:3.2vw}.tlZ{padding-left:17.067vw;padding-top:6.4vw}.tlZ .tnP a{gap:4.267vw}.tl0{border-radius:1.6vw}.tl1{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}.tl1.tnQ,.tl1.tnR{right:unset;left:-1.282vw}.tlZ .tl2{margin-top:4.267vw}.tl2 .tl3 .tl4{font-size:3.733vw}.tl2 .tl6{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tl2 .tl7{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tl2 .tl7 .tl8{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tl2 .tl9{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tlZ .tma{margin-top:4.267vw}.tma a{gap:4.267vw}.tma .toh{min-width:19.2vw;min-height:19.2vw}.tmc .tmd{margin-bottom:1.333vw;align-items:center}.tma .tmc .tmg,.tmc .tmd{font-size:3.2vw}.tmi .tmj{font-size:19.2vw;line-height:1.1944444444}.tmi .tmj,.tmi .tmk{margin-bottom:2.133vw}.tmi .tml{margin-bottom:3.2vw}.tmi .tml .tmn{font-size:3.733vw;margin-bottom:2.133vw}.tmi .tml .tmo{font-size:2.133vw}.tmi .tnS{margin-left:4.267vw}.tmi .tmn{font-size:3.733vw;margin-bottom:3.2vw}.tmi .tmp .tnT{gap:2.133vw}.tmi .tnU .tnV{width:10.667vw;height:10.667vw}.tmi .tmv .tmx{margin-bottom:2.133vw}.tmi .tmv .tmA,.tmi .tmv .tmx{font-size:3.2vw}.tmi .tmr img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tmi .tms{font-size:3.2vw}.tmE{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tmF{margin-bottom:3.2vw}.tmF .tmG{width:100%;border-radius:3.2vw}.tmF .tmH.tmI,.tmF .tmJ.tmK{top:2.133vw;left:2.133vw}.tmF .tmL{width:10.256vw}.tmF span{right:2.133vw;bottom:2.133vw}.tnW{letter-spacing:-2.4vw;font-size:18.462vw}.tmM .tmP .tmQ{font-size:3.77vw;margin-bottom:.533vw}.tmM .tmP .tmR{font-size:3.77vw;margin-bottom:1.067vw}.tmM .tmP .tmS{font-size:3.2vw;margin-bottom:2.667vw}.tmT{margin-bottom:3.2vw}.tmT .tms{font-size:3.2vw}.tmT .tmU{gap:2.133vw}.tmV{gap:3.2vw}.tmW{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tmV .tmX{font-size:3.2vw;margin-bottom:1.282vw}.tmV .tmX:after{font-size:3.2vw;margin-left:1.539vw}.tmV .tmZ{font-size:3.2vw}.tm0{max-width:51.2vw}.tm0 .tnX{margin-bottom:4.267vw}.tm0 .tm3{border-radius:3.2vw}.tm0 .tm1{font-size:3.733vw;margin-bottom:6.4vw}.tm0 .tm7{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tm0 .tm8{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tm0 .tm8,.tm0 .toi>span{font-size:3.2vw}.tm0 .tn2{font-size:3.733vw}.tm0 .tn1{font-size:3.2vw;margin-right:4vw}.tnX .tcx{width:4.267vw}.tna .tie{margin-right:4.267vw}.tna .th7{border-radius:1.6vw}.tna .tnb .tnc{font-size:3.733vw;margin-bottom:2.133vw}.tna .tnd .tne{margin-right:2.133vw}.tna .tnd .tnf{font-size:3.2vw}.tng{gap:2.133vw}.tng .toj,.tng .tok{border-radius:4.267vw}.tng .tiC{font-size:3.733vw}.tnh .tni{padding:3.2vw 0}.tnh .tnj,.tnh .tnk{margin-right:4.267vw}.tnh .tnk{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tnh .tnl{width:7.468vw;font-size:3.733vw}.tnh .tnm{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tnn{width:6.4vw;height:6.4vw}.tnp{display:flex;flex-direction:column;gap:4.267vw}.tnq a{width:calc(100% - 8.533vw)}.tnt{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tnu{font-size:3.733vw}.tnv{width:8.533vw;height:8.533vw}.tns{border-radius:3.2vw}.tny{padding-bottom:7.179vw}.tnx .ti2{padding-right:4.267vw}.tnz{gap:2.051vw}.tnx .teR{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tou .tjR{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tou .tjR{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tou .tjR{top:30.7675%!important}}@media screen and (max-width:376px){.tou .tjR{top:30%!important}}.tov{display:inline-flex;gap:16px}.tow{animation:tow .8s linear infinite}.tox>img{width:100%;height:100%;display:block}@keyframes tow{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.toy{height:4px}.toy,.toz{width:100%}.toz{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.toA{width:90px;background-color:hsla(0,0%,100%,.6)}.toA,.toB{height:4px;border-radius:4px}.toB{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tlu{display:inline-block}.tn3{gap:2px}.tn3,.toC{display:flex;align-items:flex-end}.toC{max-height:-moz-fit-content;max-height:fit-content}.toi>span{display:block;font-size:12px;font-weight:600;color:#fff}.toD{display:inline-block;cursor:pointer}.toD input{display:none}.toD input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:rgba(207,207,207,.5)}.toD input:checked~span{width:80px}.toD input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.toF{width:58.2%}.toG{cursor:pointer}.toH{height:2px}.toH.toI .toG{width:24px;height:24px}.toH.toJ .toG{display:none}.toK{display:inline-block;margin-right:16px;cursor:pointer}.toK:last-child{margin-right:0}.toK input{display:none}.toK 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)}.toK input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.toE{border-radius:2px}.toF{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.toF,.toG{position:relative}.toG{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.toL.toE{height:4px}.toL .toG{width:26px;height:26px}.toM .toG{display:none}.toN{display:flex;align-items:center;margin:0 8px;position:relative}.toO{margin-left:12px}.toO,.toP{font-size:12px;font-weight:300}.toP{top:-16px}.toP,.toQ{position:absolute}.toQ{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.toQ:before{content:"●";color:#ff0576;font-size:16px}.toQ span{font-family:Hiragino Sans,sans-serif;font-weight:600}.toR{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.toS{margin-bottom:16px}.toE{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.toT{height:4px}.toU{margin-bottom:12px;font-size:12px;font-weight:300}.toT .toF{width:31.3%}.toT .toG{width:26px;height:26px}.toV .toG{display:none}.toW{margin-right:56px}.toX{position:relative;width:100%;height:100%}.toX,.toY{display:flex;align-items:center;justify-content:center}.toY{width:calc(100% - 12px);height:2px}.toY .toZ{flex:1 1;height:100%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.to0{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.to0 .to1{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.to2[data-current-index="1"] .to0>.to1:first-child,.to2[data-current-index="2"] .to0>.to1:not(.to1:nth-child(3)),.to2[data-current-index="2"] .toY>.toZ:first-child,.to2[data-current-index="3"] .to0>.to1,.to2[data-current-index="3"] .toY>.toZ{background-color:#ff0576}.to3{width:528px;height:12px}.to4{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.to4>img{display:block;width:36px;height:36px}.to5{width:528px;height:12px}.to6[data-current-index="1"] .to0>.to1:first-child,.to6[data-current-index="2"] .to0>.to1:first-child,.to6[data-current-index="2"] .to0>.to1:nth-child(2),.to6[data-current-index="2"] .toY>.toZ:first-child,.to6[data-current-index="3"] .to0>.to1:not(.to1:last-child),.to6[data-current-index="3"] .toY>.toZ:not(.toZ:last-child),.to6[data-current-index="4"] .to0>.to1,.to6[data-current-index="4"] .toY>.toZ{background-color:#ff0576}@media screen and (max-width:1024px){.toD input~span{height:4px;width:8px}.toD input:checked~span{width:48px}.toD input:checked~span>span{width:50%}.to3,.to5{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tox>img{width:8.533vw;height:8.533vw}.toy{height:1.067vw}.toz{border-radius:.533vw}.toA{width:24vw;background-color:hsla(0,0%,100%,.6)}.toA,.toB{height:1.067vw;border-radius:.533vw}.toB{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tn3{gap:.533vw}.toi>span{font-size:3.2vw}.toD input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.toD input:checked~span{width:12.8vw}.toD input:checked~span>small{border-radius:.8vw}.toH{height:.533vw}.toH.toI .toG{width:6.4vw;height:6.4vw}.toK{margin-right:4.267vw}.toK input~span{height:3.2vw;width:3.2vw}.toE{height:.533vw;border-radius:.533vw}.toG{width:3.2vw;height:3.2vw}.toL.toE{height:1.067vw}.toL .toG{width:6.933vw;height:6.933vw}.toN{margin:0 2.133vw}.toO{margin-left:3.2vw}.toO,.toP{font-size:3.2vw}.toP{top:-4.267vw}.toQ{bottom:-8.533vw}.toQ,.toQ span,.toQ:before{font-size:3.2vw}.toR{width:42.667vw;bottom:10.4vw;left:10.933vw}.toS{margin-bottom:4.267vw}.toE{border-radius:1.067vw}.toT{height:1.067vw}.toU{margin-bottom:3.2vw;font-size:3.2vw}.toT .toG{width:6.933vw;height:6.933vw}.toW{margin-right:14.933vw}.toY{width:calc(100% - 3.2vw);height:.533vw}.to0 .to1{width:3.2vw;height:3.2vw}.to3{width:calc(100% - 10.933vw);height:3.2vw}.to4{width:10.667vw;height:10.667vw}.to4>img{width:9.6vw;height:9.6vw}.to5{width:calc(100% - 10.933vw);height:3.2vw}}.to7{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}.to7:before{content:"";display:inline-block;height:100%;vertical-align:middle}.to7::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.to7.to8:before{vertical-align:text-top;height:unset}.to9{display:none}.tpa{width:560px;border-radius:16px;background:rgba(0,0,0,0);background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tpb{margin:40px}.tpc{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tpc:hover{opacity:.6}.tf6{width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tpd{margin:40px}.tpe{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tpe:hover{opacity:.6}.tpf{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tpf:hover{opacity:.6}.tpg{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}.tpg,.tph{position:relative;width:560px}.tph{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tph img{width:100%;height:100%;object-fit:cover}.tpi{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tpj{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tpj,.tpk{margin-bottom:24px}.tpk{width:100%}.tpl{text-align:center}.tpm{padding:40px 120px;width:560px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.tpn{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tpo{display:block;text-align:center;color:#fff;margin-bottom:40px}.tpm .tfK.tfL .tfM,.tpp .tfK.tfL .tfM{width:100%}.tpq{max-width:280px;padding:22px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.tpr{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)}.tpr:last-child{margin:0}.tpr input{opacity:0;cursor:pointer;height:0;width:0}.tpr input,.tps{position:absolute}.tps{top:0;left:0;height:16px;width:16px}.tps:after{content:"";position:absolute;display:none}.tpr input:checked~.tps:after{display:block}.tpr .tps:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tpt{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tpu{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:rgba(0,0,0,0);background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.3019607843)!important}.tpv{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tpw{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}.tpw:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tpp .tfK.tfL{display:block}.tpp .tfK.tfL .tfM{padding:8px 24px}.tpp .tfK.tfL .tfM:hover{background-color:hsla(0,0%,100%,.1)}.tpx{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tpy{position:absolute;top:0;right:0;cursor:pointer}.tpy:hover{opacity:.6}.tpz{display:inline-flex}.tpz .tgG{width:1px;height:auto;margin:24px 0}.tpA{width:216px;padding:24px 0;text-align:center;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.tpB{position:relative}.tpB input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tpB .tcU{font-weight:300;cursor:pointer}.tpB .tcU:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tpB .tcU img{display:none}.tpB input:checked~.tcU img{display:block}.tpC{padding:20px;width:720px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.tpD{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tpE{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.tpE::-webkit-scrollbar{width:28px}.tpE::-webkit-scrollbar-track{border:12px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:12px 0}.tpE::-webkit-scrollbar-thumb{border:12px solid rgba(0,0,0,0);background-clip:padding-box}.tpF{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tpG label{position:relative}.tpG input{opacity:0;cursor:pointer;height:0;width:0}.tpG input,.tpH{position:absolute}.tpH{top:3px;left:0;height:16px;width:16px}.tpH:after{content:"";position:absolute;display:none}.tpG input:checked~.tpH:after{display:block}.tpG .tpH:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tpI{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tpJ{position:absolute;top:16px;right:16px;cursor:pointer}.tpJ:hover{opacity:.6}.tpK{width:284px;height:auto;padding:24px;border-radius:12px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tpL{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tpM{width:24px;height:24px;cursor:pointer}.tpM:hover{opacity:.6}.tpN{font-weight:600;font-size:18px;cursor:pointer}.tpO{margin-bottom:16px}.tpP{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tpP li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tpQ{color:#1fb1ff}.tpR{color:#ec28bf}.tpS{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tpS li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tpS li,.tpS li span{display:flex;justify-content:center;align-items:center}.tpS li span{width:100%;height:100%;cursor:pointer}.tpS li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tpS span.tjF{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tpT{display:flex;align-items:center;justify-content:space-between}.tpT .tcU{width:31.5%;height:36px;padding:0}.tpT .tcO{width:65.5%}.tpU{width:976px;border-radius:16px;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.tpV{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tpV:hover{opacity:.6}.tpW{display:none}.tpX{position:absolute;top:16px;left:unset;right:16px}.tpX:hover{opacity:.6}.tpY{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tpa{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tpb{margin:40px 16px}.tpc{top:16px;left:unset;right:16px}.tf6{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tpd{margin:40px 16px}.tpe{top:16px;right:16px;left:unset}.tpg{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tpf{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tph{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}.tph img{width:100%;height:100%;object-fit:cover}.tpi{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tpi,.tpj{text-align:center}.tpj{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tpn{position:absolute;top:64px;left:unset;right:16px}.tpn:hover{opacity:.6}.tpm{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tpZ{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tpo{margin-bottom:22px}.tpo .tbf{font-size:16px;line-height:1.625}.tpC{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tp0,.tpC{height:100%}.tpD{position:absolute;top:16px;right:16px;cursor:pointer}.tp1:before{display:none}.tpK{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.to7 .tpK{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tpL{margin-bottom:32px}.tpM{width:16px;height:16px}.tpN{font-size:20px}.tpO{margin-bottom:24px}.tpP li{font-size:14px;line-height:1.5714285714}.tpS{row-gap:8px}.tpS li{font-size:14px;line-height:1.5714285714}.tpT .tcU{width:27.78%;height:48px}.tpT .tcO{width:71.528%;height:48px}.tp2{position:absolute;top:16px;right:16px;cursor:pointer}.tp2:hover{opacity:.6}.to8:before{display:none}.tpU{border-radius:unset;width:100%;margin:0}.tpV{top:4px;right:4px}.tp3{display:none}.tpW{display:flex;background-color:rgba(0,0,0,0)}}@media screen and (max-width:375px){.tpa{border-radius:4.267vw}.tpb{margin:10.667vw 4.267vw}.tpc{top:4.267vw;right:4.267vw}.tf6{border-radius:4.267vw}.tpe{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tpg{border-radius:4.267vw}.tpf{top:17.067vw;right:4.267vw}.tph{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tpi{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tpj{font-size:4.267vw;padding:0 0 5.333vw}.tpn{top:17.067vw;right:4.267vw}.tpm{padding:6.4vw 4.267vw}.tpm,.tpm:before{border-radius:4.267vw}.tpm:before{padding:.267vw}.tpo{font-size:4.267vw}.tp4{margin-top:4.267vw}.tpq{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tpr{margin-bottom:4.267vw}.tpr .tps:after,.tps{height:4.267vw;width:4.267vw}.tpt{margin-left:6.4vw}.tpt,.tpx{font-size:3.733vw}.tpx{line-height:6.4vw;margin-left:2.133vw}.tpp .tfK.tfL .tfM,.tpw{padding:2.133vw 6.4vw}.tpv{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tpD{top:4.267vw;right:4.267vw}.tpE{border-radius:4.267vw;margin:0 6.4vw}.tpE::-webkit-scrollbar{width:7.468vw}.tpE::-webkit-scrollbar-track{margin:3.2vw 0}.tpE::-webkit-scrollbar-thumb,.tpE::-webkit-scrollbar-track{border:3.2vw solid rgba(0,0,0,0)}.tpF{row-gap:6.4vw;padding:6.4vw 3.2vw}.tpH{top:.8vw}.tpG .tpH:after,.tpH{height:4.267vw;width:4.267vw}.tpI{font-size:3.734vw;margin:0 6.4vw}.tpJ{top:4.267vw;right:4.267vw}.tpK{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tpL{margin-bottom:8.533vw}.tpM{width:4.267vw;height:4.267vw}.tpN{font-size:5.334vw;line-height:1}.tpO{margin-bottom:6.4vw}.tpP{margin-bottom:3.2vw}.tpP li{width:8.533vw;font-size:3.734vw}.tpS{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tpS li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tpT .tcO,.tpT .tcU{height:12.8vw}.tp2{top:4.267vw;right:4.267vw}.tpV{top:1.067vw;right:1.067vw}.tpX{top:4.267vw;right:4.267vw}.tpY{text-align:left;width:32vw;margin:0 auto}}.tp5 .tp6{font-size:20px}.tp5 .tp7{font-size:40px}.tp5 .tp8{font-size:16px}@media screen and (max-width:520px){.tp5 .tp9 .tp6{font-size:4.5vw}.tp5 .tp9 .tp7{font-size:9vw}.tp5 .tp9 .tp8{font-size:3.5vw}}.tqa{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tqa{display:none}}.tqa.tqb{right:0}.tqa.tqb,.tqa.tqc{top:0;height:100%;width:calc((100% - 976px)/2)}.tqa.tqc{left:0}.tqa.tqd{top:0}.tqa.tqd,.tqa.tqe{height:24px;width:100%}.tqa.tqe{bottom:0}.taI.tqf{background:#333}.tqg{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)}.tqg,.tqg:before{border-radius:12px}.tqg:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tqh{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tqi{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}.tqi,.tqi:before{border-radius:12px}.tqi:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tqj{width:400px;padding-right:40px}.tqk{width:90px;height:50px;margin-right:16px}.tql{border-radius:6px;object-fit:cover}.tqm{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tqn{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tqo{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tqi .tqp{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tqq{color:#fff;background-color:rgba(21,21,21,.5);font-size:12px;font-weight:700}.tqq,.tqr{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tqr{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tqr,.tqr:before{border-radius:8px}.tqr:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tqs{color:#fff;font-size:12px;font-weight:600}.tqt{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}.tqt,.tqt:before{border-radius:12px}.tqt:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tqu{color:#fff;font-weight:600}.tqt>img{width:22px;height:22px;margin-right:8px}.tqv{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}.tqv: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%)}.tqw{color:#fff}.tqx{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)}.tqy{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tqi{width:100%;padding-right:16px}.tqt{width:auto;height:auto;padding:8px 16px}.tqt,.tqt:before{border-radius:8px}.tqt>img{width:16px;height:16px}.tqu{font-size:12px}.tqv{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tqi{max-width:91.795vw}.tqm{max-width:41.026vw}.tqg{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tqg,.tqg:before{border-radius:3.2vw}.tqh{font-size:3.733vw}.tqi{min-height:21.867vw;padding:4.267vw}.tqi,.tqi:before{border-radius:3.2vw}.tqi:before{padding:.267vw}.tqk{width:24vw;height:13.333vw;margin-right:4.267vw}.tql{border-radius:1.6vw}.tqm{width:calc(100% - 40vw)}.tqo{font-size:3.733vw;margin-left:4.267vw}.tqj{width:106.667vw;padding-right:10.667vw}.tqi .tqp{width:10.667vw;height:10.667vw}.tqm{font-size:3.2vw}.tqq{font-size:3.2vw}.tqq,.tqr{width:32vw;height:8.533vw}.tqr,.tqr:before{border-radius:2.133vw}.tqr:before{padding:.267vw}.tqs{font-size:3.2vw}.tqt{padding:2.133vw 4.267vw}.tqt,.tqt:before{border-radius:2.133vw}.tqt>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tqu{font-size:3.2vw}.tqx{width:11.733vw;height:5.867vw}.tqy{font-size:3.733vw}}.taH{position:relative;z-index:1}.tgG{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.tgG.tqz{opacity:.3}.tqA{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.tn4{position:relative;display:inline-block;width:14px;height:14px}.tqB{position:absolute;top:0;left:0}.tqB,.tqC{width:100%;height:100%}.tqC{display:block}.tqD{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tqD>input{display:none}.tqE{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tqE,.tqF,.tqG{width:100%;height:100%}.tqF,.tqG{display:block}.tqH{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}.tqD input:checked~.tqH{opacity:1;transform:scale(1)}.tjX{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)}.tjX>input{display:none}.tjY{z-index:2}.tjY,.tjZ{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tjZ{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tj0,.tj1{width:100%;height:100%}.tjX input:checked~.tjZ{opacity:1;transform:scale(1)}.tqI{display:flex;flex-wrap:wrap;gap:16px}.tqJ{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tqJ.tqK{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tqL{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}.tqM{width:100%;height:100%;object-fit:cover}.tqN{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tqO{width:100%;height:336px}@media screen and (max-width:375px){.tqA{gap:4.267vw}.tn4{width:3.733vw;height:3.733vw}.tjX,.tqD{height:6.4vw;width:6.4vw}.tqI{gap:4.267vw}.tqJ{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tmH,.tqP,.tqQ,.tqR,.tqS,.tqT,.tqU,.tqV,.tqW,.tqX{background-color:rgba(0,0,0,0);width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tqY,.tqZ{display:inline-flex;gap:8px}.tqZ{flex-direction:column}.tq0{display:inline-flex;gap:8px}.tjP{display:flex;align-items:center;gap:2px}.tjO{font-size:10px;font-weight:300;color:#bababa}.tq1{display:flex;align-items:flex-end;gap:10px}.tmJ,.tq2{display:flex;flex-direction:column}.tq2{align-items:center;gap:1px}.tq3{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tq3: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){.tmH,.tqP,.tqQ,.tqR,.tqS,.tqT,.tqU,.tqV,.tqW,.tqX{width:6.4vw;height:6.4vw}.tq0,.tqY,.tqZ{gap:2.133vw}.tjP{gap:.533vw}.tjO{font-size:2.667vw}.tq1{gap:2.667vw}.tq2{gap:.267vw}.tq3{font-size:2.667vw}.tq3:before{height:2.667vw;width:6.4vw}}.tq4{z-index:auto!important}.tq5 .taI{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tq5 .taI,.tq5 .tq6{position:relative}.tq5 .thB,.tq5 .tq7{width:590px}.tq5 .tq7{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}.tq5 .tcS{width:170px}.tq5 .ta6{text-align:left;padding-top:64px;padding-bottom:56px}.tq5 .tnC{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tq5 .tq8{position:absolute;right:0;bottom:0}.tq5 .tq8 .tcx{width:100%;height:100%}.tq5 .tq9{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tq5 .tpp .tbd{margin:0 24px 16px}.tq5 .tra{position:fixed;bottom:48px;z-index:10}.tq5 .tpu{position:absolute;top:40px;z-index:5}.tq5 .tbd{margin:0 24px 16px}.tq5 .tbb{margin-bottom:32px}.tq5 .tbi{margin-bottom:24px}.tq5 .tf6{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tq5 .tpd{height:100%;margin:unset}@media screen and (min-height:680px){.tq5 .trb{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){.tq5 .trb{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tq5 .trb{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tq5 .tf1{margin-bottom:32px;max-width:100%}.tq5 .tf6 .tcy{width:100%;max-width:720px;bottom:0;left:0;position:absolute;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.tq5 .tf6 .tcy :root .tq5 .tf6 .tcy,.tq5 .tf6 .tcy _::-webkit-full-page-media,.tq5 .tf6 .tcy _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tq5 .tf6 .tcy .tq5 .tf6 .tcy,.tq5 .tf6 .tcy ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.tcy .tcU{width:100px;padding:unset}}@media screen and (max-width:1024px){.tcy .tcU{width:53%}.tq5 .taI{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tq5 .tq6{position:-webkit-sticky;position:sticky}.tq5 .ta6{text-align:center;padding-top:16px;padding-bottom:24px}.tq5 .tq8{width:4.103vw;height:4.103vw}.tq5 .trc{position:absolute;left:34px;top:4px}.tq5 .tcy{margin-top:32px}.tq5 .tq9{grid-template-columns:repeat(1,1fr);gap:16px}.tq5 .tra{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tq5 .tbd{margin-bottom:24px}.tq5 .tpm .tcy{margin-top:32px}.tq5 .tbb{margin-bottom:24px}.tq5 .tbi{margin-bottom:16px}.tq5 .tf1{margin-bottom:24px}.tq5 .trd{margin-bottom:72px}.tq5 .tf6{padding:16px 16px 0}}@media screen and (max-width:1024px){.tq5 .tf6 .tcy :root .tq5 .tf6 .tcy,.tq5 .tf6 .tcy _::-webkit-full-page-media,.tq5 .tf6 .tcy _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tq5 .tf6 .tcy .tq5 .tf6 .tcy,.tq5 .tf6 .tcy ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tq5 .trb{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){.tq5 .trb{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tq5 .trb{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tq5 .trb{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tq5 .trb::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tq5 .ta6{padding-top:4.267vw;padding-bottom:6.4vw}.tq5 .tnC{gap:1.333vw}.tq5 .trc{left:8.533vw;top:1.067vw}.tq5 .tcy{margin-top:8.533vw}.tq5 .tq9{gap:4.267vw}.tq5 .tra{padding:0 4.267vw}.tq5 .tbd{margin-bottom:6.4vw}.tq5 .tpm .tcy{margin-top:8.533vw}.tq5 .tbb{margin-bottom:6.4vw}.tq5 .tbi{margin-bottom:4.267vw}.tq5 .tf1{margin-bottom:6.4vw}.tq5 .tf6 .tcy{padding:4.267vw}.tq5 .trb{padding-right:4.267vw}.tq5 .trd{margin-bottom:19.2vw}.tq5 .tf6{padding:4.267vw 6.933vw 0 4.267vw}}