@charset "UTF-8";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.nXB{width:20px;margin-right:8px}.nXC{margin-left:auto;width:83.08vw;height:46.603vw}@media screen and (min-width:1025px)and (max-width:1367px){.nXC{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.nXC{width:100vw;height:unset}}.nXD{z-index:55!important}@media screen and (min-width:1025px){.nXC 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)}}.xIK{transition:opacity .7s;opacity:1;visibility:visible}.xIL{transition:1s;opacity:0;visibility:hidden}.xIM{display:none!important}@keyframes xIN{0%{opacity:0}to{opacity:1}}.xIN{animation:xIN .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";.tlx{display:block!important}.tly{display:none!important}.tlz{margin-bottom:0!important}.tlA{text-align:center!important}.tlB{text-align:left!important}.tlC{display:none!important}.tlD{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.tly{display:block!important}.tlx{display:none!important}}.tlE{max-width:2000px;padding-right:40px;margin-left:auto}.tlE,.tlF{padding-left:40px;margin-right:auto}.tlF{max-width:1960px}.tlG{max-width:760px}.tlG,.tlH{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.tlH{width:100%;max-width:1024px}@media screen and (min-width:1025px){.tlI{display:block;padding-left:64px}.tlJ{padding-bottom:80px;min-height:calc(100vh - 80px)}.tlJ.tlK{min-height:calc(100vh - 116px)}.tlJ.tlL{min-height:calc(100vh - 161px)}.tlJ.tlM{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.tlJ{padding-bottom:80px;min-height:calc(100vh - 66px)}.tlJ.tlK{min-height:calc(100vh - 181px)}.tlJ.tlL{min-height:calc(100vh - 226px)}.tlJ.tlM{min-height:calc(100vh - 924px)}.tlE{padding-right:16px}.tlE,.tlF,.tlG{padding-left:16px}.tlG{padding-right:16px}}@media screen and (min-width:1365px){.tlF{max-width:1960px}}@media screen and (min-width:2065px){.tlF{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.tlN{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.tlN .tlO{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.tlN .tlO.tlP{overflow-y:hidden}.tlN .tlO.tlP:hover{overflow-y:auto}.tlN .tlQ{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}.tlN .tlQ span{display:none}.tlN .tlQ span.tlR{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}.tlN .tlQ span.tlR:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.tlN .tlQ span.tlS{font-size:12px;line-height:12px}.tlN .tlQ span.tlT{display:block}.tlN nav{position:relative;z-index:2;margin-left:8px;height:100%}.tlN .tlU{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}.tlN .tlV{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.tlN nav .tlW{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}.tlN nav>ul{position:absolute;left:5px;z-index:2}.tlN nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.tlN nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.tlN nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.tlN 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}.tlN nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.tlN nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.tlN nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.tlN nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.tlN nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.tlN nav>ul>li .tlX{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.tlN nav>ul>li .tlX: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}.tlN nav>ul>li .tlX.tlY:after{width:48px;left:0;padding:0 8px}.tlN nav>ul>li .tlX.tlZ:after{width:85px;left:70px;padding:0 8px}.tlN nav>ul>li .tlX li{position:relative;z-index:5;text-align:center}.tlN nav>ul>li .tlX li a{height:28px;line-height:28px}.tlN nav>ul>li .tlX li:first-child{margin-right:16px}.tlN nav>ul>li .tlX li:first-child a{padding:0 8px}.tlN nav>ul>li .tlX li a{display:block;font-size:12px}.tlN nav>ul>li .tlX li a:before{display:none}.tlN nav>ul>li.tlT a{position:relative;height:100%;font-weight:600}.tlN nav>ul>li.tlT a:before{top:17px}.tlN nav>ul>li.tlT:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.tlN nav>ul>li.tlT:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.tlN nav>ul>li.tlT:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.tlN nav>ul>li.tlT:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.tlN nav>ul>li.tlT:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.tlN.tl0{width:254px}.tlN.tl0 a span{opacity:1;margin-left:0}.tlN.tl0 .tlQ{opacity:1;margin-left:20px}.tlN.tl0 .tlX{opacity:1;margin-left:50px}.tlN #tl1{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.tlN #tl1 .tl2{background:transparent}.tlN #tl1 .tl2:after,.tlN #tl1 .tl2:before{margin-top:0}.tlN #tl1 .tl2:before{transform:rotate(-45deg)}.tlN #tl1 .tl2:after{transform:rotate(-135deg)}.tlN #tl3,.tlN #tl3:after,.tlN #tl3: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%}.tlN #tl3:after,.tlN #tl3:before{content:"";left:0}.tlN #tl3:before{margin-top:-9px}.tlN #tl3:after{margin-top:7px}}@media screen and (max-width:1024px){.tlN{display:none!important}}@media screen and (max-width:375px){.tlE,.tlG{padding-right:4.267vw}.tlE,.tlF,.tlG{padding-left:4.267vw}.tlJ{padding-bottom:21.333vw}}.tl4{font-size:24px;font-weight:600;line-height:1.7083333333}.tl5{font-size:18px;line-height:1.444}.tl5,.tl6{font-weight:600;text-align:center}.tl6{font-size:24px;line-height:1.7083333333}.tl7{text-align:center}.tl7,.tl8{font-size:32px;font-weight:600}.tl8{line-height:1.857142}h2.tl9{font-weight:600;font-size:24px}.tl9,.tma{font-size:16px}.tl9,.tma,.tmb{font-weight:600}.tmb{font-size:24px;line-height:1.333}.tmc{font-size:20px;line-height:1.35}.tmc,.tmd{font-weight:600}.tmd{font-size:14px;line-height:1.3571428571}.tme{font-weight:600;font-size:16px;line-height:1.3125}.tmf,.tmg{font-size:20px;line-height:1.7}.tmf,.tmg,.tmh{font-weight:600}.tmh{font-size:14px;line-height:1.3571428571}.tmi{font-size:12px;line-height:1.3333333333}.tmi,.tmj{font-weight:600}.tmj{font-size:16px;line-height:1.625}.tmk{font-size:14px;line-height:1.2857142857}.tmk,.tml{font-weight:600}.tml{font-size:12px;line-height:1.5}.tmm,.tmn{font-size:16px;line-height:1.625}.tmo{font-size:14px;line-height:1.5714285714}.tmp,.tmq{font-size:16px;line-height:1.625;text-align:center}.tmq{margin-bottom:20px}.tmr{font-size:14px;line-height:1.5714285714}.tms{font-size:12px;line-height:1.5}.tmt{font-size:16px;line-height:1.125}.tmu{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.tmv{font-size:14px;line-height:1.5714285714}.tmw{font-weight:300;font-size:10px;line-height:2.2}.tmx{padding-left:1.5em;text-indent:-1.68em}.tmx>li:not(:last-of-type){margin-bottom:16px}.tmy{font-size:14px;line-height:1.5714285714}.tmy:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.tmz{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.tmz li{text-align:-webkit-match-parent}.tmz>li:not(:last-of-type){margin-bottom:16px}.tmA{font-size:14px;line-height:1.5714285714}.tmB{border-top:1px solid hsla(0,0%,100%,.3)}.tmB li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tmC{font-weight:600;white-space:nowrap;margin-right:1em}.tmD{text-align:right;word-break:keep-all}.tmD span{margin-left:24px}.tmE{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.tmE .tmF{font-size:14px;line-height:1.5714285714}.tmG{color:#bababa}.tmG,.tmH{font-size:12px}.tmH,.tmI{font-weight:600}.tmI{font-size:20px;line-height:1}.tmJ{display:grid;grid-row-gap:16px;row-gap:16px}.tmK{font-weight:600;font-size:24px;line-height:1.333}.tmL{font-size:16px;line-height:1.625}.tmM{font-weight:600;font-size:40px;line-height:1.4}.tmN{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.tl4{text-align:center}.tl5{font-size:24px;line-height:1.7083}.tl7{font-size:20px}.tl8{font-size:14px}.tl9,h2.tl9{font-size:16px}.tmb{font-size:20px;line-height:1.3}.tmc,.tmd,.tme{font-size:16px;line-height:1.625}.tmf{font-size:20px;line-height:1.3}.tmg,.tmh,.tmi,.tmj{font-size:14px;line-height:1.5714285714}.tmk,.tml{font-size:12px;line-height:1.5}.tmn,.tmo,.tmp,.tmq{font-size:14px;line-height:1.5714285714}.tmr,.tms,.tmt{font-size:12px;line-height:1.5}.tmu,.tmv{font-size:10px;line-height:1.5}.tmv,.tmw{margin-left:1em;text-indent:-1em}.tmw{font-size:10px;line-height:1.5}.tmx>li:not(:last-of-type){margin-bottom:16px}.tmy{font-size:14px;line-height:1.5714285714}.tmz{-webkit-padding-start:16px;padding-inline-start:16px}.tmI{line-height:1.125}.tmI,.tmM{font-size:16px}.tmM{line-height:1.625}.tmN{margin-top:5px;font-size:10px;width:240px;padding-left:0}.tmO{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.tmJ{row-gap:8px}.tmK{font-size:14px;line-height:1.5714285714}.tmL{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.tmJ{row-gap:12px}.tmK{font-size:16px;line-height:1.625}.tmL{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.tl4,.tl5,.tl6{font-size:6.4vw}.tl7{font-size:5.333vw}.tl8{font-size:3.733vw}.tl9,h2.tl9{font-size:4.267vw}.tmb{font-size:5.334vw}.tmc,.tmd,.tme{font-size:4.267vw}.tmf{font-size:5.334vw}.tmg{font-size:3.733vw}.tmh,.tmi{font-size:3.734vw}.tmj{font-size:3.733vw}.tmk,.tml{font-size:3.2vw}.tmm{font-size:4.267vw}.tmn,.tmo,.tmp,.tmq{font-size:3.733vw}.tmr,.tms,.tmt{font-size:3.2vw}.tmu,.tmv,.tmw{font-size:2.667vw}.tmy,.tmy:before{font-size:3.733vw}.tmy:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.tmx>li:not(:last-of-type){margin-bottom:4.267vw}.tmA{font-size:3.733vw}.tmz{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.tmz>li:not(:last-of-type){margin-bottom:4.267vw}.tmB li{font-size:3.733vw;padding:4.267vw 0}.tmD span{margin-left:6.4vw}.tmE .tmF{font-size:3.733vw}.tmG,.tmH{font-size:3.2vw}.tmI{font-size:4.267vw}.tmJ{row-gap:2.133vw}.tmK{font-size:3.734vw}.tmL{font-size:3.2vw}.tmM{font-size:4.267vw}.tmN{font-size:2.667vw}}.tmP{position:relative}.tmQ{display:flex;gap:24px}.tmR,.tmS,.tmT,.tmU{font-size:10px;line-height:1;padding:2px 3px}.tmR{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:transparent linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.tmR.tmV{background:transparent linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.tmW{display:flex;gap:4px}.tmS{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.tmS.tmX{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.tmY{display:flex;gap:4px}.tmT{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.tmZ{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.tmU,.tmZ{display:flex}.tmU{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.tmU span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.tmU small{font-family:SF Pro Text Regular,sans-serif}.tm0,.tm1,.tm2{display:flex;gap:4px}.tm3{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}.tm4{display:flex;gap:4px}.tm5{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.tm6{margin-top:4px;margin-left:36px}.tm7{display:flex;align-items:center}.tm8{margin-right:4px}.tm8,.tm8.tm9{display:flex;justify-content:center;align-items:center}.tm8.tm9{margin:0 8px}.tna{display:flex;gap:4px}.tnb{margin-bottom:2px}.tnc{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.tnc.tnd{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.tnc.tne{color:#ff0576;background:#fff}.tnc.tnf{width:14px;height:14px}.tnc.tng{color:#fff;background:hsla(0,0%,88%,.3)}.tnc.tnh{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.tni{display:flex;gap:4px}.tnj{width:38px;height:38px}.tnk{display:flex;gap:4px}.tnl{width:14px;height:14px}.tnm{padding:5px 4px 3px 5px}.tnm,.tnn{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tnn{padding:4px}.tno{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.tnp{opacity:0}.tnq{padding:3px 3.5px 2.25px 4px}.tnr{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}.tns{display:flex;gap:12px}.tnt{padding:3px 4px;font-size:10px;font-weight:300;background:transparent;border:1px solid #fff;border-radius:4px}.tnt,.tnu{display:inline-flex;align-items:center;color:#fff}.tnu{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.tnu:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.tmZ{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.tmU span{border-radius:1.1538461538vw}.tm3,.tm5{border-radius:.5769230769vw}.tm6{margin-left:10vw}.tnb{margin-bottom:2px}.tnv{margin-left:8px}.tnr,.tnt{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.tmR,.tmS,.tmT,.tmU{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.tm6{margin-left:40px}.tnv{margin-left:0}}@media screen and (max-width:375px){.tmQ{gap:6.4vw}.tnw{width:5.867vw;height:6.4vw}.tmW,.tmY{gap:1.067vw}.tnh{font-size:2.333vw}.tmZ{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.tmU span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.tm0{gap:1.067vw}.tnx{width:10.133vw;height:10.133vw}.tm1{gap:1.067vw}.tny{height:4.533vw}.tm2{gap:1.067vw}.tm3{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tm4{gap:1.067vw}.tm5{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.tna{gap:1.067vw}.tnc{padding:.533vw .8vw;font-size:2.133vw}.tnf{width:3.733vw;height:3.733vw}.tni{gap:1.067vw}.tnj{width:10.133vw;height:10.133vw}.tnk{gap:1.067vw}.tnl{width:3.733vw;height:3.733vw}.tnm{padding:1.333vw 1.067vw .8vw 1.333vw}.tnm,.tnn{font-size:2.667vw;border-radius:1.067vw}.tnn{padding:1.067vw}.tnr{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.tns{gap:3.2vw}.tnt{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.tnA,.tnz{text-align:center}.tnA{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}.tnA:hover{opacity:.6}.tnA.tnB,.tnC.tnB{font-size:14px;width:unset;min-width:160px;height:36px}.tnC.tnB .tnD{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.tnE{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.tnE,.tnF{width:20px;height:20px;margin-right:8px;transition:all .2s}.tnF{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.tnG{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.tnE.tnH{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tnI{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.tnI,.tnJ{width:20px;height:20px;margin-right:8px;transition:all .2s}.tnJ{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.tnA:disabled{background:#bababa;pointer-events:none}.tnK{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){.tnK:hover{opacity:.6}}@media screen and (max-width:1024px){.tnK:active{opacity:.6}}.tnL{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tnL.tnM{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tnK:disabled{background:#bababa;pointer-events:none}.tnz li:not(:last-child){margin-bottom:16px}.tnC{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}.tnC:hover{opacity:.6}.tnC img{margin-left:8px}.tnC img,.tnN{filter:invert(1)}.tnN{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.tnN.tnO{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tnC:disabled{color:#fff;background:#bababa;pointer-events:none}.tnC:disabled .tnN{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tnP{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){.tnP:hover{opacity:.6}}@media screen and (max-width:1024px){.tnP:active{opacity:.6}}.tnQ{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}.tnQ.tnR{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.tnP:disabled{color:#fff;background:#bababa;pointer-events:none}.tnP:disabled .tnQ{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.tnS{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:transparent;display:inline-flex;justify-content:center;align-items:center}.tnS:hover{opacity:.6}.tnS img{width:20px;margin-right:8px}.tnS:disabled{pointer-events:none}.tnS:disabled *{opacity:.3}.tnT{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:transparent;display:inline-flex;justify-content:center;align-items:center}.tnT:hover{opacity:.6}.tnT img{width:20px;margin-right:8px}.tnU{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;display:inline-block}.tnU:disabled,.tnU:hover{color:hsla(0,0%,100%,.3)}.tnT:disabled,.tnU:disabled{pointer-events:none}.tnT:disabled *{opacity:.3}.tnV{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tnV:hover{opacity:.6}.tnV img{width:20px;margin-right:8px}.tnW{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:transparent;background:transparent;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tnW:hover{opacity:.6}.tnW img{width:20px;margin-right:8px}.tnX{font-weight:300}.tnY{padding:0;margin-bottom:24px}.tnY,.tnZ{text-align:left;position:relative}.tnZ{font-weight:300;font-size:14px;color:#fff;background:transparent;display:inline-flex;justify-content:center;align-items:center;line-height:0}.tnZ:not(:first-child){margin-left:24px}.tnZ:hover{opacity:.6}.tn0{width:24px}.tn1{font-size:14px;margin-left:8px}.tn2{margin-bottom:16px}.tn3{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.tn3:hover{background-color:hsla(0,0%,100%,.1)}.tn4{font-weight:600;font-size:14px;text-align:left;color:#fff}.tn5{width:16px;transition:all .3s}.tn5.tn6{transform:rotate(180deg)}.tn7{display:none;padding-top:8px}.tn7.tn6{display:block}.tn8{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.tn8,.tn9{text-align:left}.tn9{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.toa{display:inline-block;max-width:320px;width:100%}.tob{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.tob:hover{border:1px solid #fff}.toc{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.tod{width:16px;transition:.3s ease-out}.tod.toe{transform:rotate(-180deg)}.tof{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.tog{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tof::-webkit-scrollbar{width:20px}.tof.tlP::-webkit-scrollbar{width:24px}.tof::-webkit-scrollbar-track{border:8px solid transparent;border-radius:50vh;background-clip:padding-box;margin:8px 0}.tof::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:padding-box}.tof span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.tof .toh{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.toi{display:none}.toi.toj{display:block}.tok{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.tok,.tol{-webkit-background-clip:padding-box;background-clip:padding-box}.tol{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.tom{width:calc(100% - 72px)}.tom,.ton{text-align:left}.ton{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.ton.too{margin-bottom:5px}.top{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.toq{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.toq input{opacity:0;width:0;height:0}.tor{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.tor,.tor:before{position:absolute;transition:.4s}.tor:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.toq input:checked+.tor{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.toq input:checked+.tor:before{transform:translateX(24px)}.tol.tos .tom{opacity:.4}.tol.tos .toq{opacity:.4;pointer-events:none}.tot{text-align:center}.tou{display:inline-flex;font-size:16px;justify-content:center;position:relative}.tou>li:not(:last-child){margin-right:32px}.tov{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.tow{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.tov.tox{color:#fff;pointer-events:none}.tov.tox:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.toy{overflow-x:auto}.toy::-webkit-scrollbar{display:none}.toz{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.toz>li:not(:last-child){margin-right:24px}.toA{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.toB{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.toA.toC{color:#fff;font-weight:600;pointer-events:none}.toA.toC:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.toD{width:auto;padding:0;display:flex;justify-content:space-around}.toE{position:relative;display:inline-block;width:132px;height:28px}.toE input{opacity:0;width:0;height:0}.toF{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:transparent;backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.toG{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.toG:last-of-type{font-weight:300;padding-right:2px}.toF: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}.toE input:checked+.toF:before{transform:translateX(66px);left:0}.toE input:checked+.toF .toG:last-child,.toE input:not(:checked)+.toF .toG:first-child{opacity:1}.toH{gap:32px}.toH,.toI{display:flex;justify-content:center}.toI{opacity:.6;position:relative}.toI.toJ{opacity:1;pointer-events:none}.toI.toJ: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%}.toK{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.toL{display:none;width:32px;margin-bottom:9px}.toM{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.toN{flex-wrap:wrap;gap:8px}.toN,.toO{display:flex;margin:0}.toO{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.toO,.toP{transition:all .2s}.toP{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.toQ:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.toR{width:114px;height:32px;padding:0;border-radius:16px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.toS{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}.toT:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.toO.toU{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.toO.toU .toP{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.toO.toU .toQ:before{content:"フォロー中";color:#fff}.toV{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}.toV,.toW{transition:all .2s}.toW{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.toX:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.toV.toY{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.toV.toY .toW{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.toV.toY .toX:before{content:"ブロック中";color:#fff}.toZ{flex-wrap:wrap;gap:8px}.to0,.toZ{display:flex;margin:0}.to0{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.to0,.to1{transition:all .2s}.to1{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.to2:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.to0.to3{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.to0.to3 .to1{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}.to0.to3 .to2:before{content:"ミュート中";color:#fff}.to4{text-align:left;margin:0}.to5{width:130px;height:40px;border-radius:20px;background:#fff}.to5:hover{opacity:.6}.to6{font-weight:600;font-size:14px;text-align:center;color:#151515}.to7{text-align:left;margin:0}.to8{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}.to9{font-weight:600;font-size:12px;color:#fff}.tpa{width:20px;margin-left:8px}.tpb{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}.tpc{text-align:left;margin:0}.tpd{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.tpd:hover{opacity:.6}.tpe{font-weight:600;font-size:16px;text-align:left}.tpe,.tpf{color:#000}.tpf{font-weight:300;font-size:14px;text-align:right}.tpg{text-align:left;margin:0}.tph{width:100%;height:48px;border-radius:24px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.tph:hover{opacity:.6}.tpi{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}.tpi,.tpj{font-weight:600;color:#fff}.tpj{font-size:14px;text-align:right;flex:1 1}.tpk{padding:0}.tpl{max-width:480px}.tpm{font-weight:300;font-size:14px;text-align:left;color:#fff}.tpn{display:flex;align-items:center;cursor:pointer}.tpn:last-child{margin-right:0}.tpo{position:absolute;opacity:0;width:0;height:0}.tpp{width:24px;height:24px;margin-right:8px;border:2px solid hsla(0,0%,89%,.5);border-radius:50vh}.tpo:checked+.tpp:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.tpq{margin-left:auto;transition:.2s ease-out}.tpq.tpr{transform:rotate(-180deg)}.tpo:checked+.tpp{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid transparent}.tps{display:none;margin-left:32px}.tps.tpr{display:block}.tpt{margin-top:16px;cursor:pointer}.tpt,.tpu{display:flex;justify-content:space-between;align-items:center}.tpu{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.tpv{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.tpv span{display:block}.tpw{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}.tpx{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.tpy{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}.tpy::-webkit-inner-spin-button,.tpy::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.tpz{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.tpA{padding:0;text-align:left}.tpB{width:auto;height:32px;padding:0 16px;border-radius:16px;background:transparent;background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.tpB:hover{opacity:.6}.tpC{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.tpD{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.tpE{padding:0;text-align:left}.tpF{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.tpF:hover{opacity:.6}.tpG{font-weight:600;font-size:12px;text-align:center;color:#fff}.tpH{padding:0}.tpI{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.tpJ{font-weight:600;font-size:12px;text-align:center;color:#fff}.tpK{padding:0;text-align:left}.tpL{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.tpL:hover{opacity:.6}.tpM{font-weight:600;font-size:12px;text-align:center;color:#151515}.tpN{padding:0;text-align:left}.tpO{width:114px;height:32px;border-radius:16px;background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.tpO:hover{opacity:.6}.tpP{font-weight:600;font-size:12px;text-align:center;color:#fff}.tpQ{width:14px;margin-right:5.23px}.tpR{padding:0;text-align:left}.tpS{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.tpS img{width:100%}.tpT{padding:0;text-align:left}.tpU{width:32px;height:32px;position:relative;cursor:pointer}.tpU,.tpV{display:block}.tpV{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tpW{background-color:hsla(0,0%,59%,.6)}.tpX{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tpX,.tpY .tpW{opacity:0}.tpY .tpX{opacity:1}@keyframes tCf{0%{width:0}to{width:7px}}@keyframes tCg{0%{width:7px}to{width:0}}@keyframes tCh{0%{width:0}to{width:11px}}@keyframes tCi{0%{width:11px}to{width:0}}@keyframes tCj{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tCk{0%{opacity:0}to{opacity:1}}@keyframes tCl{0%{opacity:1}to{opacity:0}}.tpZ{padding:0;text-align:left}.tp0{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tp0:hover{opacity:.6}.tp1{font-weight:600;font-size:14px;text-align:center;color:#151515}.tp2{padding:0;text-align:left}.tp3{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.tp3:hover{opacity:.6}.tp4{font-weight:600;font-size:14px;text-align:center;color:#151515}.tp5{width:20px;margin-left:8px}.tp6{padding:0;text-align:left}.tp7{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.tp7:hover{opacity:.6}.tp8{font-weight:600;font-size:14px;color:#151515}.tp8,.tp9{text-align:center}.tp9{display:block;padding:0}.tqa{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.tqb{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.tqb>li:not(:last-child){margin-right:16px}.tqc{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.tqc.tqd:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.tqe{color:#fff;font-weight:600;pointer-events:none}.tqe:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.tqf{display:flex;width:auto;justify-content:flex-end}.tqf button:not(:last-child){margin-right:8px}.tqg{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.tqg.tqh{background:#fff;padding:0 14px}.tqg:hover{opacity:.6}.tqi{font-weight:600;font-size:12px;text-align:center;color:#fff}.tqg.tqh .tqi{color:#151515}.tqj{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}.tqk{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){.tnA,.tnC,.tnK,.tnP,.tnS,.tnT,.tnV,.tnW{width:100%}.toa{max-width:unset}.toz>li:not(:last-child){margin-right:16px}.toH{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))}.toL{display:block}.toM{font-size:12px}.tpl{max-width:none}.tpx{gap:0;flex-direction:column;align-items:flex-start}.tpn:last-child{margin-right:0;margin-left:32px;margin-top:13px}.tp0{min-width:unset;height:22px;border-radius:16px}.tp1{font-size:10px}.tp3{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.tp4{font-size:12px}.tp5{margin-left:4px}.tp7{min-width:unset;height:22px;border-radius:16px}.tp8{font-size:10px}.tqa{font-size:16px;padding-bottom:16px}.tql{overflow:auto}.tql::-webkit-scrollbar{display:none}.tqb{justify-content:center;width:calc(518px + 100% - 2em)}.tqb>li:not(:last-child){margin-right:16px}.tqc{font-size:16px;padding:12px 0}.tqc.tqd:before{height:5px;width:5px}.tqe:after{height:4px}.tqj{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.tpO{width:64px}}@media screen and (max-width:375px){.tnz li:not(:last-child){margin-bottom:4.267vw}.tnA,.tnC,.tnS{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.tnE,.tnL,.tnN,.tnQ{width:5.333vw;height:5.333vw;margin-right:2.133vw}.tnK,.tnP,.tnT,.tnW{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.tnC img{margin-left:2.133vw}.tnS img,.tnT img,.tnV img,.tnW img{width:5.333vw;margin-right:2.133vw}.tnU{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.tnV{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.tnY{margin-bottom:6.4vw}.tnZ{font-size:3.733vw}.tnZ:not(:first-child){margin-left:6.4vw}.tn0{width:6.4vw}.tn1{font-size:3.733vw;margin-left:2.133vw}.tn2{margin-bottom:4.267vw}.tn3{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tn4{font-size:3.733vw}.tn5{width:4.267vw}.tn7{padding-top:2.133vw}.tn8{font-size:3.733vw;padding:2.133vw}.tn9{gap:4.267vw}.tob{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tob:hover{border:.267vw solid #fff}.toc{font-size:3.733vw;line-height:4.8vw}.tod{width:4.267vw}.tof{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}.tof::-webkit-scrollbar{width:5.333vw}.tof.tlP::-webkit-scrollbar{width:24px}.tof::-webkit-scrollbar-track{margin:2.133vw 0}.tof::-webkit-scrollbar-thumb,.tof::-webkit-scrollbar-track{border:2.133vw solid transparent}.tof span{font-size:3.733vw;padding-left:6.4vw}.tof .toh{background-size:4.267vw}.tok{border-top:.267vw solid hsla(0,0%,100%,.3)}.tol{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tom{width:calc(100% - 18.462vw)}.ton{font-size:3.733vw}.ton.too{margin-bottom:1.333vw}.top{font-size:3.2vw}.toq{width:14.933vw;height:8.533vw}.tor{border-radius:4.8vw}.tor:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.toq input:checked+.tor:before{transform:translateX(6.154vw)}.tou{font-size:4.267vw}.tou>li:not(:last-child){margin-right:8.533vw}.tov{padding-bottom:3.2vw}.tov.tox:after{height:1.067vw}.toz{font-size:4.267vw}.toz>li:not(:last-child){margin-right:4.267vw}.toA{padding-bottom:3.2vw}.toA.toC:after{height:1.067vw}.toE{width:33.846vw;height:7.179vw}.toF{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.toG{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.toG:last-of-type{padding-right:.533vw}.toF:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.toE input:checked+.toF:before{transform:translateX(17.6vw)}.toH{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.toL{width:8.533vw;margin-bottom:2.4vw}.toM{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.toI.toJ:after{height:1.067vw}.toN{gap:2.133vw}.toO{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.toP{margin-right:1.067vw}.toQ:before{font-size:3.2vw}.toR{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.toS{margin-right:1.067vw}.toT:before{font-size:3.2vw;line-height:4.8vw}.toO.toU{border:.267vw solid hsla(0,0%,100%,.3)}.toV{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.toW{margin-right:1.067vw}.toX:before{font-size:3.2vw}.toV.toY{border:.267vw solid hsla(0,0%,100%,.3)}.toZ{gap:2.133vw}.to0{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.to1{margin-right:2.133vw}.to2:before{font-size:3.2vw}.to0.to3{border:.267vw solid hsla(0,0%,100%,.3)}.to0.to3 .to1{width:4.267vw;height:4.267vw;margin-right:2.133vw}.to5{width:34.667vw;height:10.667vw;border-radius:5.333vw}.to6{font-size:3.733vw}.to8{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.to9{font-size:3.2vw}.tpa{width:5.333vw;margin-left:2.133vw}.tpb{font-size:4.267vw;letter-spacing:.069vw}.tpb,.tpd{height:12.8vw;border-radius:6.4vw}.tpd{padding:0 4.267vw}.tpe{font-size:4.267vw}.tpf{font-size:3.733vw}.tph{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.tpi{font-size:3.2vw}.tpj,.tpm{font-size:3.733vw}.tpp{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid hsla(0,0%,89%,.5)}.tpo:checked+.tpp:before{width:3.2vw;height:3.2vw}.tpo:checked+.tpp{border-radius:6.4vw;width:6.4vw;height:6.4vw}.tpn:last-child,.tps{margin-left:8.533vw}.tpn:last-child{margin-top:3.333vw}.tpt{margin-top:4.267vw}.tpu{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.tpv{width:calc(100% - 11.733vw);font-size:3.2vw}.tpw{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.tpy{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.tpz{font-size:3.2vw}.tpB{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.tpC{font-size:3.2vw;line-height:4.8vw}.tpD{width:4.267vw;margin-left:1.6vw}.tpF{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tpG{font-size:3.2vw}.tpI{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tpJ{font-size:3.2vw}.tpL{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.tpM{font-size:3.2vw}.tpO{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.tpP{font-size:3.2vw}.tpQ{width:3.733vw;margin-right:1.395vw}.tp0{height:5.867vw;border-radius:4.267vw}.tp1{font-size:2.667vw}.tp3{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.tp4{font-size:3.2vw}.tp5{width:5.333vw;margin-left:2.133vw}.tp7{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.tp8{font-size:2.677vw}.tqa{font-size:4.267vw;padding-bottom:4.267vw}.tqb{width:calc(138.133vw + 100% - 2em)}.tqb>li:not(:last-child){margin-right:4.267vw}.tqc{font-size:4.267vw;padding:3.2vw 0}.tqc.tqd:before{height:1.333vw;width:1.333vw}.tqe:after{height:1.067vw}.tqf{width:78.933w}.tqf button:not(:last-child){margin-right:2.133vw}.tqg{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.tqg.tqh{padding:0 3.733vw}.tqi{font-size:3.2vw}.tqj{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.tqm,.tqn{flex:1 1;display:flex;flex-direction:column}.tqm .tqo,.tqn .tqp{padding:12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-family:Hiragino Sans;background-color:rgba(0,0,0,.3);color:#fff;font-size:14px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.tqn .tqp{line-height:1.5714285714}.tqm .tqo{max-width:100%}.tqm .tqo::placeholder,.tqn .tqp::placeholder{color:#fff;opacity:.6}.tqm .tqo.tqq{border:none;background-color:unset}.tqm .tqo.tqr{font-size:14px}.tqm .tqo.tqs,.tqn.tqt .tqp{border:1px solid #ff624f}.tqm .tqu,.tqn .tqu{-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}.tqn .tqv{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.tqn.tqt .tqv{color:#ff624f}.tqw{width:480px}.tqw.tqn .tqp{height:170px;outline:none}.tqx input[type=text]{padding:0}.tqx{width:720px}.tqx,.tqx .tqy{display:flex;align-items:center}.tqx .tqy{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)}.tqx .tqy .tqo{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.tqx .tqy .tqo:focus-visible{outline:none}.tqx .tqy .tqz{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.tqx .tqy .tqA{display:none;position:absolute;right:10px;cursor:pointer}.tqx .tqy.tqB .tqA{display:block}.tqx .tqy .tqC{padding-left:26px}.tqx .tqD{display:none}.tqx.tqE .tqD{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.tqF{display:flex;justify-content:center;gap:15px}.tqG{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}.tqG:focus,.tqG: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)}.tqH.tqm{flex:1 1;display:flex;flex-direction:row;width:720px}.tqH.tqm .tqI{flex:1 1}.tqH.tqm .tqJ{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.tqH.tqm .tqJ .tqK{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.tqL.tqM{display:flex;flex-wrap:wrap;gap:16px}.tqL.tqM .tqN{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.tqL.tqM .tqN:last-child{margin-right:0}.tqL.tqM .tqN .tqO{position:absolute;opacity:0;width:0;height:0}.tqL.tqM .tqN .tqP{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.tqL.tqM .tqN .tqO:checked+.tqP{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}.tqL.tqM .tqN .tqQ{font-size:14px;line-height:1.5714285714}.tqR.tqS{display:flex;flex-direction:column;gap:16px}.tqR.tqS .tqT{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.tqR.tqS .tqT .tqU{position:absolute;opacity:0;width:0;height:0}.tqR.tqS .tqT .tqV{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.tqR.tqS .tqT .tqU:checked+.tqV{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.tqR.tqS .tqT .tqV:hover{cursor:pointer}.tqW{list-style:none;padding:0;margin:0}.tqW,.tqX{-webkit-background-clip:padding-box;background-clip:padding-box}.tqX{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tqY{position:relative;display:inline-block;width:56px;height:32px}.tqY input{opacity:0;width:0;height:0}.tqZ{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.tqZ,.tqZ:before{position:absolute;transition:.4s}.tqZ:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.tqY input:checked+.tqZ{background:linear-gradient(90deg,#fe8b29,#ff0576)}.tqY input:checked+.tqZ:before{transform:translateX(24px)}.tqX.tq0{opacity:.4;pointer-events:none}.tq1 .tqY{position:relative;display:inline-block;width:40px;height:24px}.tq1 .tqZ:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.tq1 .tqY input:checked+.tqZ:before{transform:translateX(16px)}.tq2{display:flex;flex-wrap:wrap;max-width:478px}.tq2 .tq3{display:flex;align-items:center;margin:0 8px 16px 0}.tq2.tqM .tq4:last-child{margin-right:0}.tq2 .tq3 .tq5{position:absolute;opacity:0;width:0;height:0}.tq2 .tq3 .tq6{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}.tq7 .tq2 .tq3 .tq6{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.tq2 .tq3 .tq5:checked+.tq6{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.tq8 .tq9:hover{cursor:pointer;opacity:.6}.tq8 .tnT{pointer-events:none;margin-bottom:0;width:240px}.tq8 .tra,.tq8 .trb{display:flex;align-items:center}.tq8 .trb{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.tq8 .tq9 .trc{position:absolute;opacity:0;width:0;height:0}.tq8 .tq9 .tnT{padding:11px 28px}.tq8 .tra .trd{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}.tq8 .tra .tre{font-weight:300;font-size:14px;color:hsla(0,11%,95%,.5)}.trf{overflow:auto}.trf.trg{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}.trf::-webkit-scrollbar{display:none}.trf .trh{position:relative;width:96px;height:96px}.trf .trh .tri{width:-moz-fit-content;width:fit-content}.trf .trh .trj{position:absolute;opacity:0;width:0;height:0}.trf .trh .trk{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.trf .trh .trl{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.trf .trm .trj:checked+.tri .trl{display:block}.trf .trm .trj:checked+.tri .trk{background-color:rgba(0,0,0,.4);pointer-events:none}.trn{display:flex;flex-direction:column;gap:12px}.tro .trp{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}.tro .trq{background-color:#fff}.tro .trp:focus-visible{background-color:#fff;color:#333}.trr{flex-direction:column}.trr,.trs{display:flex}.trs{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.trr li{position:relative;flex:1 1;margin-bottom:24px}.trr .trt{position:absolute;opacity:0;width:0;height:0}.trr li .tru{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}.trr li .trt:checked+.tru{border:1px solid #fff}.trr li .trv{margin-bottom:24px}.trr li .trw{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.trr li .trx{margin-bottom:8px}.trr li .trx,.trr li .try{font-size:14px;font-weight:300;color:#fff}.trz{display:flex;flex-direction:column;width:100%}.trr li .trA .tnU{width:64px}.trA{display:flex;column-gap:16px;margin-top:40px}.trB{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.trB.trC{border:1px solid #fff}.trB .trD{cursor:pointer;display:flex;align-items:center;padding:42px}.trB .trD:hover{opacity:.6}.trB .trD img{margin-right:10px;width:20px;height:20px}.trB .trD .trE{font-size:20px;font-weight:600}.trB .trF{transition:opacity .5s}.trB .trF.trG{opacity:0}.trB .trH{margin:0 auto 40px;width:calc(100% - 84px)}.trB .trF .trI{margin:0 auto;padding:0 181px 40px}.trB .trF .trJ{gap:16px}.trB .trF .trJ .trp{max-width:100%;width:100%}.trB .trK{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.trB .trK .trL{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.trB .trK .trM{font-size:12px;font-weight:600;line-height:1.5714285714}.trB .trF .trI button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.trN{max-width:100%;display:flex;flex-wrap:wrap}.trN .trO{margin-right:16px;margin-bottom:16px}.trN .trO:last-child{margin-right:0}.trN .trO .tqn{width:416px}.trO .tqn .tqp{font-size:16px;line-height:1.625;padding:6px 12px}.trO .tqn .tqp:focus{outline:none}.trP{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.tqt .trP{color:#ff624f}.trQ.tqm{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.trR{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.trS{width:36px;height:36px}.trQ.tqm .trT{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.trQ.tqm .trU{display:flex;align-items:center;justify-content:center;background:transparent;height:36px;margin-left:12px;opacity:.6;pointer-events:none}.trQ.tqm .trU .trV{text-align:center;color:#fff;font-weight:600;font-size:14px}.trQ.tqm .trW{opacity:1;pointer-events:auto}.trX.trQ.tqm .trU .trV{color:#fff}.trX.trQ.tqm .trU{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.tqw{width:100%}.tqw.tqn .tqp{min-height:192px;height:unset}.tqx input[type=text]{padding:0}.tqx{width:100%}.tqx .tqy .tqo{font-size:14px}.tqH.tqm{width:100%}.tq8 .tnT{width:176px}.tq8 .tq9 .tnT{padding:11px 12px}.trs{width:100%}.trr li .tru{padding:15px 16px}.trr li .trv{margin-bottom:12px}.trr li .trw{font-size:16px;margin-bottom:10px}.trr li .trx{margin-bottom:8px}.trr li .trx,.trr li .try{font-size:12px}.trr li .trA{display:flex;flex-direction:column;margin-top:0}.trr li .trA button:last-child{margin-top:8px}.trB{width:100%}.trB .trD{padding:16px}.trB .trD img{margin-right:8px;width:16px;height:16px}.trB .trD .trE{font-size:14px}.trB .trH{margin:0 auto 16px;width:calc(100% - 32px)}.trB .trF{margin-bottom:16px}.trB .trF .trI{width:100%;padding:0 16px 16px}.trB .trK{margin-bottom:16px}.trB .trK .trL{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.trB .trF .trJ{gap:8px}.trB .trF .trJ .trp{width:100%}.trB .trF .trI button{margin-top:24px}.trN .trO{margin-right:0}.trN .trO,.trN .trO .tqn{width:100%}.trO .tqn .tqp{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.trP{font-size:12px}.trQ.tqm{display:flex;flex-direction:column;width:100%}.trR{padding:8px 16px 8px 12px}.trQ.tqm .trT{margin-left:8px;height:44px}}@media screen and (max-width:375px){.tqm .tqo,.tqn .tqp{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.tqm .tqo.tqr{font-size:4.266667vw}.tqm .tqu,.tqn .tqu{font-size:2.66667vw}.tqm .tqu,.tqn .tqu,.tqn .tqv{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.tqn .tqv{font-size:3.2vw}.tqw.tqn .tqp{height:45.33333vw;min-height:51.2vw}.tqx .tqy .tqo{font-size:4.2667vw}.tqx .tqy{padding:4vw 3.2vw}.tqx .tqy .tqz{left:3.2vw;width:5.3334vw;height:5.3334vw}.tqx .tqy .tqA{right:2.6667vw;width:4.267vw}.tqx .tqy .tqC{padding-left:6.933vw}.tqx.tqE .tqD{margin-left:4.26667vw;font-size:3.2vw}.tqF{gap:4vw}.tqG{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.tqH.tqm .tqJ{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.tqH.tqm .tqJ .tqK{font-size:3.733333vw}.tqL.tqM{gap:4.2666vw}.tqL.tqM .tqN .tqP{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tqL.tqM .tqN .tqO:checked+.tqP{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.tqL.tqM .tqN .tqQ{font-size:3.733333vw}.tqR.tqS{gap:4.2666vw}.tqR.tqS .tqT .tqV{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.tqR.tqS .tqT .tqU:checked+.tqV{width:6.4vw;height:6.4vw;background-size:cover}.tqX{padding:2.13333vw 0}.tqY{width:14.9333vw;height:8.53333vw}.tqZ{border-radius:4.8vw}.tqZ:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tqY input:checked+.tqZ:before{transform:translateX(6.4vw)}.tq1 .tqY{width:10.6666vw;height:6.4vw}.tq1 .tqZ:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.tq1 .tqY input:checked+.tqZ:before{transform:translateX(4.26666vw)}.tq2 .tq3{margin:0 2.133vw 4.267vw 0}.tq2 .tq3 .tq6{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.tq8 .trb{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.tq8 .tnT{width:46.933vw}.tq8 .tq9 .tnT{padding:2.93333vw 3.2vw;font-size:3.73333vw}.trf.trg{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.trf .trh .trl{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.trf .trh{width:25.6vw;height:25.6vw}.trn{gap:3.2vw}.tro .trp{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.trr li .tru{padding:4vw 4.266666vw}.trr li .trv{margin-bottom:3.467vw}.trr li .trw{font-size:4.266666vw;margin-bottom:2.667vw}.trr li .trx{margin-bottom:2.133333vw}.trr li .trx,.trr li .try{font-size:3.2vw}.trr li .trA .tnU{width:17.06666vw}.trr li .trA button:last-child{margin-top:2.133333vw}.trB .trD{padding:4.26666vw}.trB .trD img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.trB .trD .trE{font-size:3.73333vw}.trB .trH{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.trB .trF{margin-bottom:4.26666vw}.trB .trF .trI{padding:0 4.26666vw 4.26666vw}.trB .trK{margin-bottom:4.26666vw}.trB .trK .trL{font-size:3.2vw;margin-bottom:3.2vw}.trB .trF .trJ{gap:2.13333vw}.trB .trF .trI button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.trO .tqn .tqp{font-size:3.733vw;padding:1.734vw 3.2vw}.trP{font-size:3.2vw}.trS{height:9.6vw;width:9.6vw}.trR{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.trQ.tqm .trT{margin-left:2.133333vw;height:11.733333vw}.trQ.tqm .trU .trV{font-size:3.733vw}}.trY{display:flex;flex-wrap:wrap;gap:10px}.trZ{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tr0{display:flex;flex-wrap:wrap;gap:8px}.tr1{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tr2{display:flex;flex-wrap:wrap;gap:16px}.tr3{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tr4{display:flex;flex-wrap:wrap;gap:8px 16px}.tr5{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tr6{flex-wrap:wrap;gap:16px 12px}.tr6,.tr7{display:flex}.tr7{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)}.tr7:active,.tr8{background:hsla(0,0%,100%,.1)}.tr8{display:inline-flex;column-gap:8px;border-radius:8px}.tr9{display:flex;flex-wrap:wrap;gap:8px}.tsa{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tsb.tsc{width:auto;height:32px}.tsd{width:32px;height:32px;position:relative}.tsd,.tse{display:block}.tse{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.tsf{background-color:hsla(0,0%,59%,.3)}.tsg{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.tsg,.tsh .tsf{opacity:0}.tsh .tsg{opacity:1}@keyframes tCm{0%{width:0}to{width:7px}}@keyframes tCn{0%{width:7px}to{width:0}}@keyframes tCo{0%{width:0}to{width:11px}}@keyframes tCp{0%{width:11px}to{width:0}}@keyframes tCq{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tCr{0%{opacity:0}to{opacity:1}}@keyframes tCs{0%{opacity:1}to{opacity:0}}.tsi{display:flex;flex-wrap:wrap;gap:8px}.tsj{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tsk{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tsk .tsl{cursor:pointer;position:absolute;transition:all .2s linear}.tsm{gap:18px}.tsm,.tsn{display:flex;flex-wrap:wrap}.tsn{gap:16px}.tso,.tsp{display:flex;flex-wrap:wrap}.tsp{gap:16px}.tsq{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.tsr{width:4.266vw}.tss{width:5.333vw}.tst{width:6.4vw}.tsu{width:8.533vw}.tsv{width:5.333vw}.tr7{width:10.666vw;height:10.666vw}.tsb{width:8.533vw}.tsb.tsc{width:auto}.tsb.tsc,.tsd{height:8.533vw}.tsd{width:8.533vw;position:relative;display:block}.tsf{background:hsla(0,0%,100%,.15)}.tsh .tsf{opacity:0}@keyframes tCm{0%{width:0}to{width:1.65vw}}@keyframes tCo{0%{width:0}to{width:2.93vw}}@keyframes tCp{0%{width:2.93vw}to{width:0}}@keyframes tCn{0%{width:1.65vw}to{width:0}}@keyframes tCq{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tCr{0%{opacity:0}to{opacity:1}}@keyframes tCs{0%{opacity:1}to{opacity:0}}.tsl,.tsw,.tsx{width:10.666vw}.tsy{width:17.066vw}.tsz{width:12.8vw}}.tsA{margin-bottom:34px;position:relative}.tsA,.tsB{width:100%}.tsB{transition:all .3s ease-out}.tsC{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}.tsC,.tsD{width:400px}.tsD{display:flex;align-items:center;height:180px}.tsE .tl7{line-height:1.4;text-align:left}.tsE .tmM{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tsD img{max-width:400px;max-height:180px}.tsF{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}.tsG{display:flex}.tsG li{margin-right:7px;width:170px}.tsG li.tsH{width:auto}.tsB li .tsI{display:block;border-radius:24px;opacity:1}.tsG li .tpU{width:36px;height:36px}.tsJ,.tsK{position:absolute;transition:all .3s ease-out;z-index:2}.tsJ{bottom:7px;right:60px;width:200px}.tsK{bottom:0;right:24px;width:24px;height:24px}.tsL{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tsM{width:100%}.tsM,.tsN{position:relative}.tsN{overflow:hidden;background:transparent;background-color:#151515;width:13.93vw;height:19.428vw}.tsN,.tsO{border-radius:6px}.tsO{width:100%;height:100%;object-fit:contain}.tsM .tnx{width:38px;display:block}.tsM .tny{width:16px;display:block}.tsP{bottom:4px;right:0;transform:translateY(4px)}.tsP,.tsQ{position:absolute}.tsQ{top:0;left:0;width:22px}.tsQ img{max-width:none;width:100%;height:auto}.tsR[data-is-first=true]{width:4vw;flex:0 0 4vw}.tsR{position:relative;width:5vw;flex:0 0 5vw}.tsR[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tsS{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}.tsS[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tsT{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tsT,.tsU{position:absolute}.tsU{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tsV,.tsW{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tsV img{display:inline;width:100%;background-color:hsla(0,0%,59%,.7);border-radius:50%}.tsX span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tsY{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.tsZ{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.ts0{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.ts0 span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.ts0 img{width:24px;display:block;margin:0 auto}.ts1{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}.ts1 img{width:16px}.ts1 span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.ts1 span,.ts2{text-align:center}.ts2{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}.ts3{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.ts4{aspect-ratio:294/165;position:relative}.ts5{position:absolute;top:0;left:0;width:22px}.ts5 img{max-width:none;width:100%;height:auto}.ts6{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.ts6,.ts7{position:absolute}.ts7{bottom:4px;right:0;transform:translateY(4px)}.ts7 .tny{display:block;width:16px}.ts7 .tnx{display:block;width:38px}.ts8{border-radius:6px;width:100%;height:100%;object-fit:cover}.ts9{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ts9 img{display:inline;width:100%;border-radius:50%}.tta img{background-color:hsla(0,0%,59%,.7)}@media screen and (max-width:375px){.tta img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:hsla(0,0%,59%,.7)}}.ttb{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.ttb,.ttc{border-radius:1.5px}.ttc{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.ttd{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}.tte{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tte span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tte img{width:24px;display:block;margin:0 auto;opacity:.6}.ttf{width:248px;aspect-ratio:248/140;position:relative}.ttg{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tth{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.tti{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tti .ts4{width:294px;height:165px}.ttj{display:inline-flex;flex-wrap:wrap;gap:9px}.ttk{display:inline-block;width:72px;height:72px;padding:6px;position:relative;background:transparent;filter:drop-shadow(0 4px 16px rgba(0,0,0,.2));will-change:filter}.ttk:before{z-index:1}.ttk:after,.ttk:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.ttk:after{z-index:-1}.ttl{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.ttm:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.ttm:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.ttn:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.ttn:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tto:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tto:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.ttp:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.ttp:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.ttq:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.ttq:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.ttr:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.ttr:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tts{width:48px;height:48px;padding:0}.ttt{width:100%;height:100%;object-fit:cover;border-radius:50%}.ttu{display:flex;gap:12px}.ttv{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.ttw{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.ttx{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tty{padding:0}.ttz{width:64px;height:36px}.ttA,.ttz{object-fit:cover;border-radius:4px}.ttA{width:32px;height:48px}.ttB{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}.ttB img{width:100%;height:100%;object-fit:cover}.ttB img,.ttC{position:absolute;top:0;left:0}.ttC{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.ttD{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.ttD,.ttE{text-align:center;position:relative}.ttE{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.ttE.ttF{height:64px}.ttE img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ttG{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.ttG,.ttH{position:relative}.ttH{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.ttH img{width:100%;height:100%;object-fit:cover}.ttH img,.ttI{position:absolute;top:0;left:0}.ttI{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.ttJ{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.ttJ,.ttK{display:inline-block}.ttK{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.ttK img{width:100%;height:100%;object-fit:cover}.ttL{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.tsC{height:500px;z-index:1;position:absolute;left:0}.ttM{display:flex;align-items:center}.ttM,.ttM video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.ttM{display:flex;align-items:center}.ttM,.ttM video{width:auto;height:46.603vw;margin-left:auto}}@media screen and (max-width:1024px){.ttM video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.tsC{display:none}.tsE{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.tsE,.tsJ{position:absolute}.tsJ{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tsK{top:16px;right:16px}.tsE .tmM{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tsL{grid-template-columns:repeat(3,1fr)}.tsN{width:29.231vw;height:40.769vw}.ts1 span{padding:5px 15px}.tsR[data-is-first=true]{width:54px;flex:0 0 54px}.tsR{width:88px;flex:0 0 88px}.tsR[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tsS{font-size:12vw;bottom:-1.5vw}.ts2{font-size:10px}.tsY{height:.534vw;margin-top:.712vw;border-radius:.4vw}.ts3{gap:8px}.ttN{max-width:150px;aspect-ratio:150/84}.ts3{grid-template-columns:repeat(2,1fr)}.ttd{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.ttb{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tti{gap:2.051vw}.ttO,.ttP{position:relative}.ttP{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.ttQ{width:100%;height:100%;object-fit:cover}.ttR{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.ttR,.ttS{position:absolute}.ttS{right:0;bottom:4px;transform:translateY(4px)}.ttS .tnx{width:38px}.ttS .tny{width:16px}.ttT{position:absolute;top:0;left:0;width:22px}.ttT img{max-width:none;width:100%;height:auto}.ttU{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.ttU,.ttV{position:absolute}.ttV{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.ttV,.ttW span{display:inline-block}.ttW span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.ttX{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.ttX,.ttY{border-radius:1.5px}.ttY{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tts{width:32px;height:32px}.ttu{display:block}.ttZ{text-align:center}.ttv{height:12.8204678363vw;width:87.692vw}.ttx{font-size:14px;line-height:1.571}.ttB{min-width:84px;aspect-ratio:84/56}.ttB img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ttD{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.ttE{min-width:111px;aspect-ratio:111/84}.ttH{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.ttJ{font-size:12px;line-height:1.5}.ttL{margin-top:32px}.tsM{width:100%}.tsX span{font-size:3.076vw}.ttN{width:38.461vw;max-width:none}.ttv{border-radius:1.154vw}.ttz{width:16.41vw;height:9.23vw}.ttB{min-width:21.538vw}.ttE{min-width:28.4615vw;min-height:21.025vw}.ttF{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.ts1,.tsN,.tsO{border-radius:1.1515vw}.tsM .tny{width:3.071vw}.tsM .tnx{width:7.294vw}.tsQ{width:4.223vw}.tsT{top:.96vw;left:5.182vw;gap:.576vw}.ts8{border-radius:1.1515vw}.ts7 .tny{width:3.071vw}.ts7 .tnx{width:7.294vw}.ts5{width:4.223vw}.ts6{top:.96vw;left:5.182vw;gap:.576vw}.ttP{border-radius:1.1515vw}.ttS .tny{width:3.071vw}.ttS .tnx{width:7.294vw}.ttT{width:4.223vw}.ttR{top:.96vw;left:5.182vw;gap:.576vw}.ttA,.ttz{border-radius:.768vw}.ttB,.ttE{border-radius:2.303vw}}@media screen and (max-width:420px){.tsR[data-is-first=true]{width:37px;flex:0 0 37px}.tsR{width:56px;flex:0 0 56px}.tsR[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tsS{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.tsA{margin-bottom:9.067vw}.tsE{padding:4.267vw}.tsJ{bottom:-3.733vw}.tsK{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.ts1,.tsN,.tsO{border-radius:1.6vw}.tsL{padding:0;gap:2.1333vw}.tsM{border-radius:3.2vw}.tsV,.tsW{width:8.5333vw}.tsV img{background-color:hsla(0,0%,59%,.7)}.tsX span{font-size:3.2vw}.tsY{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tsZ{border-radius:.533vw}.ts0 span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.ts0 img{width:6.4vw}.ts1 img{width:4.2667vw}.ts1 span{padding:1.3335vw 4vw}.tsM .tny{width:4.267vw}.tsM .tnx{width:10.133vw}.tsQ{width:5.867vw}.tsT{top:1.333vw;left:7.2vw;gap:.8vw}.ts2{font-size:2.667vw;gap:1.6vw}.ts2 img{width:4.267vw;height:4.267vw}.ts3{gap:2.1333vw}.ts8{border-radius:1.6vw}.ts9{width:8.5333vw}.ts9 img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.ttb{height:.534vw;margin-top:.712vw}.ttb,.ttc{border-radius:.4vw}.ttd{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tte{border-radius:3.2vw}.tte span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tte img{width:6.4vw}.ts7 .tny{width:4.267vw}.ts7 .tnx{width:10.133vw}.ts5{width:5.867vw}.ts6{top:1.333vw;left:7.2vw;gap:.8vw}.ttf{width:66.1333vw}.ttg{width:8.5333vw}.tth{border-radius:3.2vw}.ttP{border-radius:1.6vw}.tti{gap:2.1333vw}.ttO{border-radius:3.2vw}.ttV{width:8.5333vw}.ttX{height:.534vw;margin-top:.712vw;border-radius:.4vw}.ttS .tny{width:4.267vw}.ttS .tnx{width:10.133vw}.ttT{width:5.867vw}.ttR{top:1.333vw;left:7.2vw;gap:.8vw}.ttj{gap:2.4vw}.ttk{width:19.2vw;height:19.2vw;padding:1.6vw}.tts{width:8.5333vw;height:8.5333vw}.ttv{border-radius:1.6vw}.ttx{font-size:3.7334vw;margin:2.1333vw}.ttz{width:17.0666vw;height:9.6vw}.ttA,.ttz{border-radius:1.0667vw}.ttA{width:8.5333vw;height:12.8vw}.ttB{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.ttD{font-size:14px;font-size:3.7334vw}.ttE{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.ttG{font-size:14px;font-size:3.7334vw}.ttH{padding:4.2667vw;min-width:25.6vw}.ttJ{font-size:12px;font-size:3.2vw}.ttK{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.tt0,.tt1{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.tt1{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.tt1 div{width:48px}.tt2{pointer-events:none}.tt3{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tt4{font-size:20px;font-weight:600}.tt5{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tt6{font-size:16px}.tt6,.tt7{font-weight:600}.tt7{margin-right:8px;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;white-space:nowrap}.tt8,.tt9{width:100%;display:flex;flex-direction:column}.tua{display:flex;gap:16px;flex-wrap:nowrap}.tub{position:relative;flex:0 0 auto}.tub[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tub[data-is-ranking=true] .tsR{grid-column:1;grid-row:1;align-self:stretch}.tub[data-is-ranking=true] .tsM{grid-column:2;grid-row:1}.tub[data-is-ranking=true] .tuc{grid-column:2;grid-row:2}.tub:hover{z-index:6}.tt8 .tud,.tt9 .tud{position:relative}.tub .tue{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tuf;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tub:hover .tue{display:block;animation-name:tug;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}.tub .tue.tuh{left:0}.tub:hover .tue.tuh{animation-name:tui}.tub .tue.tuj{right:0}.tub:hover .tue.tuj{animation-name:tuk}@keyframes tug{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 tui{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 tuk{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 tuf{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)}}.tt8 .tpS,.tt9 .tpS{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tt8 .tpS.tul,.tt9 .tpS.tul{left:0}.tt8 .tpS.tum,.tt9 .tpS.tum{right:0}.tud:hover .tpS{display:block}.tub .ts4{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tub .ts4,.tub .tun{background:transparent;background-color:#151515;border-radius:6px}.tub .tun{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.tt8 .ts4 .ts8,.tt9 .ts4 .ts8{display:block;width:100%}.tuo{width:100%;flex-direction:column}.tuo,.tup{display:flex}.tup{flex-wrap:nowrap;gap:16px}.tuq{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tuq .tsR{grid-column:1;grid-row:1;align-self:stretch}.tuq .tsM{grid-column:2;grid-row:1}.tuq .tuc{grid-column:2;grid-row:2}.tuq .tsN{max-width:287.5152px;max-height:400.99392px}.tuo .tur{position:relative}.tuo .tpS{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tuo .tpS.tul{left:0}.tuo .tpS.tum{right:0}.tuo .tur:hover .tpS{display:block}.tuq:hover{z-index:6}.tuq .tue{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:tuf;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tuq:hover .tue{display:block;animation-name:tug;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tuq .tue.tuh{left:0}.tuq:hover .tue.tuh{animation-name:tui}.tuq .tue.tuj{right:0}.tuq:hover .tue.tuj{animation-name:tuk}.tuq .ttd{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tus .tup{display:flex;flex-wrap:nowrap;gap:16px}.tus .tuq .ts4{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tut{width:100%;flex-direction:column}.tut,.tuu{display:flex}.tuu{gap:16px}.tut .tuv{position:relative}.tut .tsM{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}.tut .tsM .tsO{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tut .tpS{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tut .tpS.tul{left:0}.tut .tpS.tum{right:0}.tut .tuv:hover .tpS{display:block}.tut .tuu>a:hover{z-index:6}.tuw{margin-top:16px;font-weight:600}.tux{margin-top:8px}.tuy{display:flex;flex-direction:column}.tuy li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tuy li:not(:last-child){margin-bottom:16px}.tuz{height:100%}.tuA,.tuz{display:flex;align-items:center}.tuA{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}.tuB{font-family:Jost,sans-serif;font-weight:600}.tuC{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tuD{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tuD,.tuE{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tuE{line-height:1.625;margin-bottom:5px}.tuE,.tuF{font-size:16px}.tuy li.tuG:after{content:"";background:url(/assets/img/parts/j_list/j_4_coupon_used_pc.png) no-repeat;border:transparent;border-radius:12px;position:absolute;top:0;right:0;bottom:0;left:0}.tuH{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tuI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tuJ{position:relative;display:flex;align-items:center}.tuJ.tuK{justify-content:left}.tuL{position:relative;display:block;width:100%}.tuM{display:flex;align-items:center;justify-content:space-between}.tuM .ts8{border-radius:6px}.tuM .ttf{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tuN{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tuN .tma{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){.tuN .tma{max-width:40vw}}.tuN .tmr{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tuO{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tuO .tuP{font-weight:600;font-size:12px;width:39px}.tuO .tuQ>div{width:16px;height:16px}.tuM .tuR{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}.tuS{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%)}.tuS .tsb{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tuJ.tuT .tuS .tst{width:24px;height:24px;transform:rotate(180deg)}.tuJ.tuU .tmr{color:#ff624f}.tuJ.tuT .tuS{pointer-events:none}.tuM .tuV{color:#fc348e}.tuJ.tuU .tuW{color:#d3d3d3}.tuJ.tuX .tuN{padding-right:0!important}.tuY{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tuJ.tu3 .tuN .tms{margin-bottom:12px}.tuJ.tu3 .tu4{font-size:12px;font-weight:600;margin-bottom:4px}.tuJ.tu3 .tu5{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tuJ.tu3 .tu5 span:first-child{margin-right:16px}.tuJ.tu3 .tu6{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tu7 .tu8{display:flex;align-items:center}.tu7 .tu8 .ttf{height:auto}.tu7 .tu8>div:first-child{position:relative;margin-right:16px}.tu7 .tu9{display:flex;flex-direction:column;justify-content:center;width:648px}.tu7 .tu9 .tva{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}.tu7 .tu9 .tvb{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tu7 .tu9 .tvc .tvd{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tve{position:absolute;bottom:0;right:0}.ts8.tvf{width:100%}.tu7 .tvg{height:24px}.tu7 .tvg .tvh{width:248px}.tvi{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tvi,.tvj{position:absolute}.tvj{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tvk{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tu7 .tu9 .tvl{display:flex;justify-content:space-between;align-items:center}.tvl>.tnU{flex-shrink:0}.tvm{position:relative;display:block;width:100%}.tvn{display:flex;align-items:center}.tvn .ttf{margin-right:16px}.tvo,.tvp{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tvq a:hover,.tvr a:hover,.tvs a:hover{opacity:1}.tvo>a>div:first-child,.tvp>a>div:first-child{margin-right:16px}.tvo .tvt{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tvo img.tvu{margin-right:16px}.tvo .tvt .tvv{display:flex;align-items:center}.tvo .tvt .tvv p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tvo .tvt .tvv p,.tvo .tvt p.tvw{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tvo .tvt p.tvw{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tvo .tvt .tvx{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tvo .tvt .tvy{display:flex}.tvo .tvt span.tvw{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%}.tvo .tvt span.tvA,.tvo .tvt span.tvz{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tvo .tvt span.tvB,.tvo .tvt span.tvz{padding-right:12px}.tvB,.tvC{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.tvB span,.tvC span{font-weight:300;margin-left:3px}.tvD,.tvo .tvt .tvD{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}.tvA b{font-weight:600}.tvE,.tvr .tvo .tvt .tvx{display:flex}.tvE{flex-wrap:wrap}.tvF{width:210px}.tvG{display:flex;align-items:center}.tvG>a{height:48px;width:48px}.tvG>div{margin-right:8px}.tvG .tvH{flex:1 1;display:flex;flex-direction:column;justify-content:center}.tvI{height:48px;width:48px}.tvJ{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}.tvK{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tvK,.tvK>button{position:relative}.tvK>button{top:-19px}.tvL{font-size:12px;color:#eee}.tvM .tvN{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.tvM .tvN img{object-fit:cover;height:100%;width:100%}.tvM .tvN span{position:absolute;right:8px;bottom:8px}.tvM .tvN>div{position:absolute;top:6px;left:6px}.tvM .tvO{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.tvM .tvO,.tvM .tvP{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tvM .tvP{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tvQ{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tvQ:hover{background-color:hsla(0,0%,100%,.1)}.tvR a:hover{opacity:1}.tvQ .tvS,.tvQ>a>div:first-child{margin-right:16px}.tvQ .tvT{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tvQ .tvT .tvU{display:flex;align-items:center}.tvQ .tvT .tvU>img:last-child{margin-left:2px}.tvQ .tvT .tvU p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tvQ .tvT .tvU p,.tvQ .tvT p.tvV{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tvQ .tvT p.tvV{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.tvW .tvX{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tvQ .tvY{display:flex}.tvQ .tvY button:first-child{margin-right:8px}.tvZ{display:flex;align-items:center;max-width:720px}.tvZ:hover{background-color:hsla(0,0%,100%,.1)}.tvZ .tv0{margin-right:16px}.tv1 a:hover{opacity:1}.tvZ>a>div:first-child{margin-right:16px}.tvZ .tv2{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tvZ .tv2 .tv3{display:flex;align-items:center}.tvZ .tv2 .tv3 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}.tvZ .tv2 .tv3>img{margin-left:2px}.tvZ .tv2 p.tv4{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}.tv5{display:flex;flex-wrap:wrap;gap:4.103vw}.tv6,.tv7,.tv8{width:16.496vw}.tv7,.tv8{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.tv7 .tv9,.tv8 .tv9{object-fit:cover;height:100%;width:100%;border-radius:6px}.tv7 .twa,.tv8 .twa{position:absolute;right:8px;top:8px;cursor:pointer}.twb .twc{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.twb .twc,.twb .twd{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.twb .twd{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.twb .twd,.twb .twe{line-height:1.5714285714}.twb .twe{margin-bottom:8px;overflow:hidden;height:6.284em}.twf{justify-content:space-between;margin-bottom:8px}.twf,.twf .twg{display:flex;align-items:center}.twf .twg{gap:6px}.twh{display:flex;justify-content:space-between;align-items:center}.twh .twi{font-size:12px;color:#eee}.twj{display:flex;flex-wrap:wrap}.twj>li{width:100%}.twj>li:not(:last-child){margin-bottom:24px}.twk,.twl{display:flex;align-items:center}.twl{gap:16px;width:calc(100% - 48px)}.twl .ttN{width:248px;height:140px}.twm{flex:1 1}.twn{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}.two{display:flex;align-items:center;margin-bottom:14px}.two>p{font-weight:600;margin-right:16px}.twp{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.twm>:last-child{margin-bottom:0}.twq{margin-left:24px}.twr{display:flex;flex-wrap:wrap;gap:56px 16px}.tws{width:13.93vw;position:relative}.tws .tsO{border-radius:6px}.twr .twa{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.twr .tsN.twt span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.twr .tsN.twt span,.twu{position:absolute;left:50%;transform:translate(-50%)}.twu{top:38.9%}.twv.tww{margin-top:16px}.twx{font-weight:600;-webkit-line-clamp:2;height:3.25em}.twx,.twy{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.twy{height:4.875em;-webkit-line-clamp:3}.twz{font-size:12px;margin-top:11px;display:flex}.twz span:not(:last-child){margin-right:4px}.twr .twA{margin-top:16px}.twB{display:flex;align-items:center}.twC img{width:120px;height:120px}.twB .twD{margin-left:16px;width:71%}.twB li:not(:last-child){margin-bottom:6px}.twB .twD p{font-size:12px;font-weight:300}.twE{max-width:43.255vw}.twE .twF{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.twE .twF,.twE .twG,.twE .twH{margin-bottom:16px}.twE .twH{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}.twE .twI,.twE .twJ{display:flex;align-items:center}.twE .twI .twK{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.twE .twL{display:flex;align-items:center;justify-content:right;gap:16px}.twE .twI img.twM,.twE .twJ img.twN{margin-right:4px}.twE .twI .twO,.twE .twJ .twP{font-size:12px;font-weight:600;line-height:1.5}.twE .twJ .twP{font-weight:300;margin-left:4px}.twE .twQ{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.twE .twQ a{display:flex;padding-right:16px}.twE .twQ .twR{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.twE .twQ .twS{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.twE .twQ .twS .twT{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.twE .twQ .twS .twU{flex-shrink:0}.twE .twQ .twV{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.twE .twQ .twW{position:relative;display:flex;justify-content:center;width:56px;height:80px}.twE .twQ .twW .twX{width:100%;height:100%;object-fit:cover;border-radius:4px}.twE .twQ .twY{position:absolute;bottom:-16px}.twE .twY .twZ{width:32px;height:32px;background:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);border-radius:50%}.twE .twY .tsb{margin:0}.tw0{margin-left:auto;position:relative}.tw0,.tw1{max-width:355.60656px;width:17.229vw}.tw1{height:24.047vw;max-height:496.33008px}.tw1 img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tw2{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%)}.tw0 .tw3{margin-top:16px}.tw3 .tw4{display:flex;justify-content:space-between;align-items:center}.tw3 .tw4 .tw5{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)}.tw6{position:absolute;top:calc(24.047vw + 20px);right:0}.tw3 .tw7{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tw3 .tw8{margin-top:8px;gap:12px}.tw3 .tw8,.tw3 .tw8 .tw9{display:flex;align-items:center}.tw3 .tw8 .tw9{gap:4px}.tw3 .txa{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tw0 .txb{margin-top:16px;display:flex;align-items:center;gap:12px}.tw0 .txc{width:48px;height:48px;min-width:48px;min-height:48px}.txb .txd{position:relative}.txd .txe{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.txd .txf{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.txd .txg{flex-shrink:0}.txb .txd .txh{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.txb .txd .txi{position:absolute;bottom:2px;right:0;z-index:5}.txj{max-width:43.255vw}.txj .txk{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.txj .txk,.txj .txl{margin-bottom:16px}.txj .txm{margin-bottom:24px}.txj .txn{width:170px}.txj .txo{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.txj .txo,.txp{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.txp{-webkit-line-clamp:1;word-break:break-all}.txj .txq{justify-content:right;gap:16px}.txj .txq,.txj .txr,.txj .txs{display:flex;align-items:center}.txj .txs img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.txj .txt{font-size:12px}.txj .txu,.txj .txv{font-size:12px;line-height:1.5}.txj .txr .txu{margin-left:4px}.txj .txw{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%)}.txj .txw a{display:flex;padding-right:16px}.txj .txw .txx{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.txj .txw .txy{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.txj .txz{flex-shrink:0}.txj .txw .txy .txA{-webkit-line-clamp:1;word-break:break-all}.txj .txw .txB,.txj .txw .txy .txA{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.txj .txw .txB{line-height:1.571;-webkit-line-clamp:2}.txj .txw .txC{position:relative;display:flex;justify-content:center;width:56px;height:80px}.txw .txC .txD{width:100%;height:100%;object-fit:cover;border-radius:4px}.txj .txw .txE{position:absolute;bottom:-16px}.txj .txE .twZ{width:32px;height:32px;background:transparent;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));background-color:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:50%}.txj .txE .tsb{margin:0}.txF,.txG{width:21vw;max-width:433.44px}.txG{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.txG .txH{width:100%;height:100%;object-fit:cover;border-radius:12px}.txG .txI.txJ,.txG .txK.txL{position:absolute;top:12px;left:12px}.txG .txM{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.txG span{position:absolute;right:8px;bottom:8px}.txN{display:flex;align-items:center}.txN .txO{margin-right:36px}.txN .txO,.txN .txP{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.txN .txP{margin-right:20px}.txN .txQ .txR{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.txN .txQ .txR,.txN .txQ .txS{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.txN .txQ .txS{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.txN .txQ .txT{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}.txU{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.txU .txt{font-size:12px}.txU .txV{gap:8px}.txU .txV,.txW{display:flex;align-items:center}.txW{gap:12px}.txX{width:48px;height:48px;min-width:48px;min-height:48px}.txW .txY{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.txW .txZ{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.txW .tx0,.txW .txZ{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.txW .tx0{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tx1{max-width:45.455vw}.tx1 .tx2{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}.tx1 .tx3{display:flex;align-items:center}.tx1 .tx4{width:100%;height:100%;object-fit:cover;border-radius:12px}.tx1 .tx5{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.tx5 .tx6{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tx1 .tx7{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tx1 .tx8{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tx1 .tx9{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tx1 .tya{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}.tyb{max-width:39.736vw}.tyb a{display:flex;align-items:center;justify-content:space-between}.tyb .ttf{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.tyb .ts8{border-radius:6px}.tyc{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tyb .tyc .tyd{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}.tyb .tye{display:flex;align-items:center}.tyb .tye .tyf{margin-right:8px}.tyb .tye .tyg{font-size:12px;color:#d3d3d3}.tyh{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.tyh .ttB{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.tyh .ttD{font-size:min(1.026vw,21.17664px)}.tyi{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.tyi .tyj{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tyi .tyj:hover{background-color:hsla(0,0%,100%,.1)}.tyi .tyk{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.tyi .tyk:active{cursor:grabbing;cursor:-webkit-grabbing}.tyi .tyl{width:24px;height:32px;border-radius:6px;margin-right:28px}.tyi .tyl img{width:100%;height:100%;object-fit:cover}.tyi .tym{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.tyi .tym:before{content:counter(title)}.tyi .tyn{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}.tyo{width:24px;height:24px}.tyi .typ{width:100%;height:100%;object-fit:cover;cursor:pointer}.tyq{display:flex;gap:64px}.tyr{max-width:24.926vw}.tyr,.tyr a{display:flex;justify-content:space-between;align-items:center}.tyr a{max-width:21.407vw;width:calc(100% - 32px)}.tys{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.tyt{border-radius:12px;object-fit:cover;height:100%;width:100%}.tyu{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)}.tyv{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tyw{width:32px;height:32px}.tyx{width:374px}.tyx,.tyy{overflow:hidden}.tyy{width:100%;height:100%;display:flex;flex-direction:column}.tyz{padding-bottom:28px}.tyy .tt3{justify-content:space-between;padding-right:16px}.tyA{display:flex;flex-wrap:nowrap;gap:8px}.tyA .tsN{width:114px;height:159px}.tyB{position:relative;flex:0 0 auto}.tyB[data-is-ranking=true] .tyC{display:grid;grid-template-rows:auto auto}.tyB[data-is-ranking=true] .tsR{grid-column:1;grid-row:1;align-self:stretch}.tyB[data-is-ranking=true] .tsM{grid-column:2;grid-row:1}.tyB[data-is-ranking=true] .tyD{grid-column:2;grid-row:2}.tyy .tyE{position:relative}.tyy .tpS{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.tyy .tpS.tul{left:8px}.tyy .tpS.tum{right:8px}.tyy .tyE:hover .tpS{display:block}.tyy .tsS{font-size:64px;bottom:-8px}.tyy .tsR[data-is-first=true]{width:46px;flex:0 0 46px}.tyy .tsR{position:relative;width:56px;flex:0 0 56px}.tyy .tsR[data-is-double-digit=true]{width:64px;flex:0 0 64px}.tyF.tl0{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.twA{display:flex;align-items:center}.twA .tyG{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.twA .tst.tyH:hover{opacity:.6}.twA .tst.tyH.tl0:hover{opacity:1}@media screen and (min-width:2064px){.tw6{top:514px}}@media screen and (max-width:1024px){.tuM .ts8{border-color:violet;border-radius:6px}.tu7 .tu8 .tyI .tyJ,.tvj{border-radius:1.1515vw}.tve img{width:100%;height:auto}.tv5{display:grid;grid-template-columns:repeat(2,1fr)}.tv7 .tv9,.tv8 .tv9{border-radius:6px}.tyK{flex-direction:column;gap:48px}.tvZ,.tyK{display:flex}.tvZ{align-items:center}.tvZ .tv0{margin-right:16px}.tvZ .tv2{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tvZ .tv2 .tv3{display:flex;align-items:center}.tvZ .tv2 .tv3 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}.tvZ .tv2 p.tv4{font-size:12px;font-weight:300;margin-top:4px}.tv6{width:43.846vw}.tv7,.tv8{margin-bottom:8px}.tv8 .tyL{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.twb .twc{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.twb .twd{font-weight:300;margin-bottom:2px;height:1.5em}.twb .twd,.twb .twe{font-size:12px;line-height:1.5}.twb .twe,.twf{margin-bottom:8px}.twh .twi{font-size:10px}.twl{width:calc(100% - 14px)}.twj li:not(:last-child){margin-bottom:16px}.twl .ttN{width:38.462vw;height:21.538vw}.twq{margin-left:0}.twn{font-size:14px;margin-right:11px}.twn,.two{margin-bottom:8px}.two>p{font-size:12px;margin-right:8px}.two .tnn,.two>p{white-space:nowrap}.twp{margin-right:11px}.twr{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.tws{width:29.231vw}.twr .twa{right:8px}.twu{top:27%}.twr .tsN.twt span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.twv.tyM{margin-top:12px}.twx{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.twy{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.twz{font-size:10px}.twr .twA,.twz{margin-top:10px}.twC img{width:80px;height:80px}.twB li:not(:last-child){margin-bottom:5px}.twB .twD p{font-size:10px}.twE{max-width:91.795vw}.twE .twF{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.twE .tyN{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.twE .tyO{margin-left:16px}.twE .twH{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.twE .twL{justify-content:left}.twE .twQ{background-color:transparent;padding:0;position:relative}.twE .twQ .twR{max-width:100%}.twE .twQ a{padding-right:0}.twE .twQ .twS{font-size:12px;padding-left:0;margin-bottom:8px}.twE .twQ .twS:after{font-size:12px}.twE .twQ .twV{font-size:12px;line-height:1.5;overflow:hidden}.twE .twQ .tyP{position:absolute;bottom:2px;right:0;z-index:5}.tw0{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tw0 .tyQ{justify-content:space-between}.tw0 .tyQ,.tw0 .tyQ a{display:flex;align-items:center}.tw0 .tyQ a{gap:16px}.tw1{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tw2{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)}.tw2.tyR,.tw2.tyS{right:unset;left:-1.282vw}.tw0 .tw3{max-width:28.205vw;margin-top:16px}.tw3 .tw4{display:flex;justify-content:space-between;align-items:center}.tw3 .tw4 .tw5{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tw6{position:unset;top:unset;right:unset}.tw3 .tw7{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tw3 .tw8{display:flex;align-items:center;margin-top:8px;gap:12px}.tw3 .tw8 .tw9{display:block;position:absolute;top:12px;left:78px;gap:4px}.tw3 .txa{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tw0 .txb{margin-top:16px;position:relative;gap:unset}.txb a{display:flex;align-items:center;gap:16px}.txj{max-width:91.795vw}.txj .txk{font-size:72px;line-height:1.1944444444}.txj .txk,.txj .txl{margin-bottom:8px}.txj .txm{margin-bottom:12px}.txj .txm .txo{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.txj .txm .txp{font-size:12px;color:#d3d3d3}.txj .tyT{margin-left:16px}.txj .txo{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.txj .txq{justify-content:space-between}.txj .txq,.txj .txq .tyU{display:flex;align-items:center}.txj .txq .tyU{gap:8px}.txj .tyV{display:flex;align-items:center}.txj .tyV .tyW{width:40px;height:40px}.txj .txw{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.txj .txw .txx{max-width:100%}.txj .txw a{padding-right:0}.txj .txw .txy{font-size:12px;padding-left:0;margin-bottom:8px}.txj .txw .txy:after{font-size:12px}.txj .txw .txB{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.txF{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.txG{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.txG .txI.txJ,.txG .txK.txL{top:8px;left:8px}.txN{display:unset;align-items:unset;gap:0}.tyX{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.txN .txQ .txR{margin-bottom:2px}.txN .txQ .txR,.txN .txQ .txS{font-size:14px;line-height:1.571}.txN .txQ .txS{margin-bottom:4px}.txN .txQ .txT{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.txU{padding-left:0}.txX{width:40px;height:40px;min-width:40px;min-height:40px}.tx1{max-width:49.231vw}.tx1 .tyY{position:relative;margin-bottom:16px}.tx1 .tyZ{width:100%}.tyY .ty0{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tyY .tny{position:absolute;bottom:0;right:0}.tx1 .tx2{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tx1 .ty1{display:flex;align-items:center;margin-bottom:8px}.tx1 .ty2{font-size:12px;margin-right:16px;color:#d3d3d3}.tx1 .ty3{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}.tyb{max-width:91.795vw}.tyb a{display:flex;align-items:center}.tyc{width:calc(100% - 16px - 38.462vw);min-width:none}.tyb .tyc .tyd{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.tyb .tye{display:flex;align-items:center}.tyb .tye .tyg{font-size:12px;color:#d3d3d3}.tyh{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tyh .ttB{width:unset;height:unset;min-width:21.538vw}.tyh .ttD{font-size:14px}.tyh::-webkit-scrollbar{display:none}.tyi{max-width:91.795vw}.tyi .tyj{padding:12px 0}.tyi .tyk{display:none}.tyi .tyl{width:36px;height:49px;border-radius:6px;margin-right:16px}.tyi .tym{text-align:left;width:28px}.tyi .tyn{width:calc(100% - 120px)}.tyq{flex-direction:column;gap:16px}.tyq,.tyr{display:flex}.tyr{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tyr a{max-width:unset}.tyu{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}.tyv{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tyx{width:100%}.tyA .tsN{width:29.231vw;height:40.769vw}.twA .txt{font-size:12px}}@media screen and (max-width:375px){.tud>.tua:after,.tup>.tuq:after,.tur>.tup:after,.tyh:after{content:"";display:block;flex:0 0 4.267vw}.tuM .ts8{border-color:green;border-radius:1.6vw}.tuN{padding-right:11.733vw;margin-left:4.267vw}.tuN .tma{font-size:3.733vw}.tuN .tma,.tuN .tmr{margin-bottom:2.133vw}.tuN .tmr{font-size:3.2vw}.tuO{gap:2.133vw}.tuJ .tuN .tuQ>div{width:4.267vw;height:4.267vw}.tuN .tuP{font-size:2.667vw}.tuN .ty4 .ty5{width:3.733vw;height:3.733vw}.tuS{min-width:8.53333vw;margin-left:2.133vw}.tuS .tsb{width:8.53333vw;height:8.53333vw}.tuS .tst{width:4.267vw;height:4.267vw}.tuO .tuP{width:11.8vw}.tuJ .tuY{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tuJ.ty6 .ty7{font-size:3.733vw;margin-top:4.267vw}.tuJ.ty8 .tuM .ts8{border-radius:1.6vw}.tuJ.ty8 .tuN .tmr{margin-bottom:4.267vw}.tuJ.ty8.tuJ .tuR{font-size:3.2vw}.tuJ.ty8.tuJ .tuO{margin-top:4.267vw}.tuJ.tu3 .tuN .tmr{margin-bottom:3.2vw}.tuJ.tu3 .tu4{font-size:3.2vw;margin-bottom:1.067vw}.tuJ.tu3 .tu5{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tuJ.tu3 .tu5 span:first-child{margin-right:4.267vw}.tuJ.tu3 .tu6{font-size:2.667vw;margin-bottom:3.2vw}.tuJ.tu3 .ty7{margin-top:4.267vw}.tuJ.tu3.tuJ .tuR{font-size:3.2vw}.tuJ.tu3 .ty9{width:4.267vw;height:4.267vw}.tu7 .tu8 .tyI{margin-right:4.267vw}.tu7 .tu8 .tyI .tyJ{border-radius:1.6vw}.tu7 .tu8 .tyI .tza{width:10.256vw}.tu7 .tu8 .tu9{margin-right:6.154vw}.tu7 .tu8 .tu9.tzb{margin-right:2.133vw}.tu7 .tu8 .tu9 .tva{font-size:3.77vw;margin-bottom:1.067vw}.tu7 .tu9 .tvb,.tu7 .tvc .tvd{font-size:3.2vw}.tu7 .tu8 .tu9.tzc{margin-right:2.133vw}.tu7 .tu8 .tnU.tzd{font-size:3.2vw;padding:0 1.795vw}.tvk,.tze{font-size:3.77vw}.ttb.tzf{margin-bottom:1.6vw}.tu7 .tvc .tzg,.tu7 .tvc .tzh{font-size:3.2vw}.tvq>div:not(:last-child),.tvr>div:not(:last-child){margin-bottom:4.267vw}.tvo>a>div:first-child,.tvp>a>div:first-child{margin-right:4.267vw}.tvp{margin-bottom:3.267vw}.tvo .tvt,.tvp .tvt{margin-right:4.267vw}.tvo .tvt .tvx{margin-bottom:0}.tvB span,.tvC span{margin-left:.8vw}.tvo img.tvu{margin-right:4.267vw}.tvo .tvt .tvv p,.tvp .tvt .tvv p{font-size:3.733vw;margin-right:.533vw}.tvB,.tvC,.tvo .tvt p.tvA,.tvo .tvt p.tvw,.tvp .tvt p.tvw{font-size:3.2vw;margin-top:2.133vw}.tvD{font-size:3.733vw}.tvE{display:flex;flex-wrap:wrap}.tvE li:nth-of-type(2n){margin-right:0}.tvF{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tvG>a{height:8.533vw;width:8.533vw}.tvG>div{margin-right:2.133vw}.tvH{width:60%}.tvJ{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.tvL{font-size:2.667vw}.twa{width:6.154vw}.tvM .tvN{margin-bottom:2.133vw;border-radius:1.6vw}.tvM .tvN img{width:100%}.tvM .tvN span{right:2.133vw;bottom:2.947vw}.tvM .tvO{font-size:3.733vw}.tvM .tvO,.tvM .tvP{margin-bottom:2.133vw}.tvM .tvP{font-size:3.2vw}.tvQ .tvS,.tvQ>a>div:first-child{margin-right:4.267vw}.tvQ .tvT{margin-right:1.067vw}.tvQ .tvT .tvU>img:last-child{margin-left:.533vw}.tvQ .tvT .tvU p{font-size:3.733vw}.tvQ .tvT p.tvV{font-size:3.2vw;margin-top:1.067vw}.tvQ .tvY button:first-child{margin-right:2.133vw}.tyK{gap:12.8vw}.tvZ .tv0,.tvZ>a>div:first-child{margin-right:4.267vw}.tvZ .tv2{margin-right:1.067vw}.tvZ .tv2 .tv3 p{font-size:3.733vw}.tvZ .tv2 .tv3>img{margin-left:.533vw}.tvZ .tv2 p.tv4{font-size:3.2vw;margin-top:1.067vw}.tv5{gap:4.267vw}.tv7,.tv8{margin-bottom:2.133vw}.tv7 .tv9,.tv8 .tv9{border-radius:1.6vw}.tv7 .twa,.tv8 .twa{right:2.133vw;top:2.133vw}.tv7 span{right:2.133vw;bottom:2.133vw}.tv8 span{font-size:3.77vw}.tv8 .tyL{width:4.267vw}.twb .twc{font-size:3.77vw;margin-bottom:.256vw}.twb .twd{font-size:3.2vw;margin-bottom:.533vw}.twb .twe{font-size:3.2vw}.twb .twe,.twf{margin-bottom:2.133vw}.twf .twg{gap:1.6vw}.twh .twi{font-size:2.667vw}.twr{gap:7.2vw 2.133vw}.tws{width:31.785%}.twr .twa{top:2.133vw;right:2.133vw}.twu{width:4.267vw}.twr .tsN.twt span{font-size:3.2vw}.twv.tww{margin-top:3.2vw}.twx{font-size:3.733vw;margin-top:2.033vw}.twy{font-size:3.2vw;margin-top:1.233vw}.twz{font-size:2.667vw;margin-top:2.667vw}.twz span:not(:last-child){margin-right:0}.twr .twA{margin-top:2.667vw}.twC img{width:21.333vw;height:21.333vw}.twB .twD{margin-left:4.267vw}.twB li:not(:last-child){margin-bottom:1.333vw}.twB .twD p{font-size:2.667vw}.twE .twF{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.twE .tyN{margin-bottom:4.267vw}.twE .tyO{margin-left:4.267vw}.twE .twH{font-size:3.733vw;margin-bottom:3.2vw}.twE .twQ .twR{margin-left:3.733vw}.twE .twQ .twS{margin-bottom:2.133vw}.twE .twQ .twS,.twE .twQ .twS:after,.twE .twQ .twV{font-size:3.2vw}.tw0{padding-left:17.067vw}.tw0 .tyQ a{gap:4.267vw}.tw1{border-radius:3.2vw}.tw2{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}.tw2.tyR,.tw2.tyS{right:unset;left:-1.282vw}.tw0 .tw3{margin-top:4.267vw}.tw3 .tw4 .tw5{font-size:3.733vw}.tw3 .tw7{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tw3 .tw8{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tw3 .tw8 .tw9{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tw3 .txa{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tw0 .txb{margin-top:4.267vw}.txb a{gap:4.267vw}.txb .tzi{min-width:19.2vw;min-height:19.2vw}.txd .txe{margin-bottom:1.333vw;align-items:center}.txb .txd .txh,.txd .txe{font-size:3.2vw}.txj .txk{font-size:19.2vw;line-height:1.1944444444}.txj .txk,.txj .txl{margin-bottom:2.133vw}.txj .txm{margin-bottom:3.2vw}.txj .txm .txo{font-size:3.733vw;margin-bottom:2.133vw}.txj .txm .txp{font-size:2.133vw}.txj .tyT{margin-left:4.267vw}.txj .txo{font-size:3.733vw;margin-bottom:3.2vw}.txj .txq .tyU{gap:2.133vw}.txj .tyV .tyW{width:10.667vw;height:10.667vw}.txj .txw .txy{margin-bottom:2.133vw}.txj .txw .txB,.txj .txw .txy,.txj .txw .txy:after{font-size:3.2vw}.txj .txs img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.txF{width:100%;padding-left:16.41vw}.txG{margin-bottom:3.2vw}.txG .txH{width:100%;border-radius:3.2vw}.txG .txI.txJ,.txG .txK.txL{top:2.133vw;left:2.133vw}.txG .txM{width:10.256vw}.txG span{right:2.133vw;bottom:2.133vw}.tyX{letter-spacing:-2.4vw;font-size:18.462vw}.txN .txQ .txR{font-size:3.77vw;margin-bottom:.533vw}.txN .txQ .txS{font-size:3.77vw;margin-bottom:1.067vw}.txN .txQ .txT{font-size:3.2vw;margin-bottom:2.667vw}.txU{margin-bottom:3.2vw}.txU .txt{font-size:3.2vw}.txU .txV{gap:2.133vw}.txW{gap:3.2vw}.txX{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.txW .txY{font-size:3.2vw;margin-bottom:1.282vw}.txW .txY:after{font-size:3.2vw;margin-left:1.539vw}.txW .tx0{font-size:3.2vw}.tx1{max-width:51.2vw}.tx1 .tyY{margin-bottom:4.267vw}.tx1 .tx4{border-radius:3.2vw}.tx1 .tx2{font-size:3.733vw;margin-bottom:6.4vw}.tx1 .tx8{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tx1 .tx9{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tx1 .tx9,.tx1 .tzj>span{font-size:3.2vw}.tx1 .ty3{font-size:3.733vw}.tx1 .ty2{font-size:3.2vw;margin-right:4vw}.tyb .tyc .tyd{font-size:3.733vw;margin-bottom:2.133vw}.tyb .tye .tyf{margin-right:2.133vw}.tyb .tye .tyg{font-size:3.2vw}.tyh{gap:2.133vw}.tyh .tzk,.tyh .tzl{border-radius:4.267vw}.tyh .ttD{font-size:3.733vw}.tyi .tyj{padding:3.2vw 0}.tyi .tyk,.tyi .tyl{margin-right:4.267vw}.tyi .tyl{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tyi .tym{width:7.468vw;font-size:3.733vw}.tyi .tyn{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tyo{width:6.4vw;height:6.4vw}.tyq{display:flex;flex-direction:column;gap:4.267vw}.tyr a{width:calc(100% - 8.533vw)}.tyu{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tyv{font-size:3.733vw}.tyw{width:8.533vw;height:8.533vw}.twA .tyG{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.twA .txt{font-size:3.2vw}}@media screen and (max-width:1024px){.tud>.tua:after,.tup>.tuq:after,.tur>.tup:after,.tyh:after{content:"";display:block;flex:0 0 16px}.tub{width:29.23vw}.tub[data-is-ranking=true]{width:auto;margin-right:0}.tt8 .tud,.tt9 .tud{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.tt8 .tud::-webkit-scrollbar,.tt9 .tud::-webkit-scrollbar{display:none}.tua{display:flex;flex-wrap:nowrap;gap:8px}.tua .tun{margin-right:8px}.tua .tun,.tua .tzm{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tua .tzm{margin-right:10px}.tt8 .ttO .ttQ,.tt9 .ttO .ttQ{display:block;width:100%}.tt3{justify-content:space-between;padding-right:16px}.tt4{font-size:16px}.tt5{justify-content:space-between}.tt6{font-size:14px}.tt7{margin-right:8px;font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:transparent;white-space:nowrap}.tuo .tur{padding-bottom:4.05vw}.tup{gap:8px}.tzn{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tus .tup{gap:8px}.tus .tuq .ts4{width:38.462vw;height:21.538vw}.tuo.tus .ttd{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tuu{gap:2.133vw}.tut .tsM{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tuy li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tuA{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}.tuB{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tuC{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}.tuD{font-size:14px;margin-bottom:4px}.tuE{margin-bottom:5px}.tuE,.tuF{font-size:12px}.tuy li.tuG:after{content:none}.tuy li.tuG .tuz{opacity:.4}.tuH{font-size:12px}.tuI{flex-wrap:wrap;flex-direction:column;gap:16px}.tuI,.tuJ{display:flex}.tuJ{align-items:center;justify-content:space-between;width:100%}.tuM .ttf{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tuN{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tuN .tma{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tuO{gap:8px;margin-bottom:unset}.tuS{margin-left:12px}.tuJ .tuY{margin-right:8px}.tuK.tuJ .ttf{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tuJ .tuR,.tuJ.tzo .ts9{display:none}.tuJ.ty6 .ty7{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}.tuJ.ty6 .tuS{top:50%}.tuJ.ty8 .tuM .ttf{width:29.231vw;height:40vw}.tuJ.ty8 .tuM .ts8{border-radius:6px}.tuJ.ty8.tuJ .tuN{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tuJ.ty8 .tuN .tmr{margin-bottom:16px}.tuJ.ty8.tuJ .tuR{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tuJ.ty8.tuJ .tuO{margin-top:16px;order:4}.tuJ.tu3 .tuM .ttf{position:relative;width:29.231vw;height:40vw}.tuJ.tu3 .tuM .ts8{border-radius:6px}.tuJ.tu3 .tuM .ttf .tny{position:absolute;bottom:0;right:0}.tuJ.tu3 .tuM .tuN{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tuJ.tu3 .tuN .tmr{margin-bottom:12px}.tuJ.tu3 .tu4{font-size:12px;font-weight:600}.tuJ.tu3 .tu5{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tuJ.tu3 .tu5,.tuJ.tu3 .tu6{font-weight:300;line-height:1.5}.tuJ.tu3 .tu6{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tuJ.tu3 .ty7{position:relative;display:block;margin-top:16px}.tuJ.tu3 .ty7 button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tuJ.tu3 .tuR{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}.tuJ.tu3 .tuS{top:30%;transform:translateY(-30%)}.tu7{flex-direction:column;align-items:normal}.tu7 .tu8:not(.tzp){margin-bottom:13px}.tu7 .tu8 .tyI{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tu7 .tu8 .tyI .tyJ{width:100%;height:100%;object-fit:cover}.tu7 .tu8 .tyI .tza{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tu7>div:first-child{position:unset;margin-right:0}.tu7 .tu8 .tu9{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tu7 .tu8 .tu9 .tva{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tu7 .tu8 .tu9 .tvb{margin-bottom:0}.tu7 .tvc{position:relative}.tu7 .tvc .tvd{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tu7 .tvg{height:13px}.tu7 .tvg .tvh{width:38.462vw}.tu7 .tu8 .tu9.tzb{width:32.56%;margin-right:8px;flex:1 1}.tvk,.tze{transform:translate(-50%,-50%);font-size:14px}.tze{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.ttb.tzf{margin-bottom:6px}.ttc.tzq{width:45.2%}.tu7 .tvc .tzg,.tu7 .tvc .tzh{font-size:12px;line-height:1.5}.tu7 .tvc .tzh{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tvq>div:not(:last-child),.tvr>div:not(:last-child){margin-bottom:16px}.tzr:hover,.tzs:hover,.tzt:hover{background-color:hsla(0,0%,100%,.1)}.tvp{margin-bottom:12.25px}.tvo .tvt,.tvp .tvt{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tvo .tvt .tvx,.tvp .tvt .tvx{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tvo img.tvu,.tvp img.tvu{margin-right:16px}.tvo .tvt .tvv,.tvp .tvt .tvv{display:flex;align-items:center}.tvo .tvt .tvv p,.tvp .tvt .tvv p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tvo .tvt .tvv p,.tvo .tvt p.tvw,.tvp .tvt .tvv p,.tvp .tvt p.tvw{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tvo .tvt p.tvw,.tvp .tvt p.tvw{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.tzu{display:flex;flex-direction:column}.tvo .tvt p.tvA,.tvp .tvt p.tvA{font-size:12px;font-weight:300;margin-top:8px}.tvB,.tvC{font-weight:300}.tvD{font-size:14px;max-width:720px}.tvF{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.tvM .tvN{border-radius:6px;height:24.615vw;width:43.846vw}.tvG>a{height:32px;width:32px}.tvE{gap:0 4.103vw}.tvG .tvH{width:60%}.tvI{height:32px;width:32px}.tvK>button{top:-14px}.tvJ{margin-bottom:16px;max-width:100%}.tvK{margin-left:40px}.tvG{height:38px}.tvL{font-size:10px}.tvM .tvN img{width:100%}.tvQ{display:flex;align-items:center}.tvQ .tvS{margin-right:16px}.tvQ .tvT{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tvQ .tvT .tvU{display:flex;align-items:center}.tvQ .tvT .tvU p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tvQ .tvT p.tvV{margin-top:8px;margin-bottom:0}.tvQ .tvY{display:flex}.tvW .tvX{font-size:14px;line-height:1.5714285714}.tyK{flex-direction:column;gap:48px}.tvZ,.tyK{display:flex}.tvZ{align-items:center}.tvZ .tv0{margin-right:16px}.tvZ .tv2{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tvZ .tv2 .tv3{display:flex;align-items:center}.tvZ .tv2 .tv3 p{height:1em;overflow:hidden;line-height:unset}.tvZ .tv2 p.tv4{font-size:12px;font-weight:300;margin-top:4px}.tv6,.tv7,.tv8{width:43.846vw}.tv7,.tv8{margin-bottom:8px;height:24.615vw}.tv8 .tyL{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.twb .twc{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.twb .twd{font-weight:300;margin-bottom:2px;height:1.5em}.twb .twd,.twb .twe{font-size:12px;line-height:1.5}.twb .twe,.twf{margin-bottom:8px}.twh .twi{font-size:10px}.twr{gap:27px 2.051vw}.tws{width:29.231vw}.tws .tsO{border-radius:6px}.twr .twa{right:8px}.twu{top:27%}.twr .tsN.twt span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.twv.tyM{margin-top:12px}.twx{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.twy{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.twz{font-size:10px}.twr .twA,.twz{margin-top:10px}.twC img{width:80px;height:80px}.twB li:not(:last-child){margin-bottom:5px}.twB .twD p{font-size:10px}.twE{max-width:100%}.twE .twF{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.twE .tyN{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.twE .tyO{margin-left:16px}.twE .twH{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.twE .twL{justify-content:left}.twE .twQ{background-color:transparent;padding:0;position:relative}.twE .twQ .twR{max-width:100%}.twE .twQ a{padding-right:0}.twE .twQ .twS{font-size:12px;padding-left:0;margin-bottom:8px}.twE .twQ .twS:after{font-size:12px}.twE .twQ .twV{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.twE .twQ .tyP{position:absolute;bottom:2px;right:0;z-index:5}.tw0{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}.tw0 .tyQ{justify-content:space-between}.tw0 .tyQ,.tw0 .tyQ a{display:flex;align-items:center}.tw0 .tyQ a{gap:16px}.tw1{width:30.769vw;height:42.307vw}.tw2{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}.tw2.tyR,.tw2.tyS{right:unset;left:-1.282vw}.tw0 .tw3{max-width:28.205vw;margin-top:16px}.tw3 .tw4{display:flex;justify-content:space-between;align-items:center}.tw3 .tw4 .tw5{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tw6{position:unset;top:unset;right:unset}.tw3 .tw7{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tw3 .tw8{display:flex;align-items:center;margin-top:8px;gap:12px}.tw3 .tw8 .tw9{display:block;position:absolute;top:36px;left:78px;gap:4px}.tw3 .txa{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tw0 .txb{margin-top:16px;position:relative;gap:unset}.txb a{display:flex;align-items:center;gap:16px}.txb .tzi{min-width:72px;min-height:72px}.txj{max-width:100%}.txj .txk{font-size:72px;line-height:1.1944444444}.txj .txk,.txj .txl{margin-bottom:8px}.txj .txm{margin-bottom:12px}.txj .txm .txo{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.txj .txm .txp{font-size:12px;color:#d3d3d3}.txj .tyT{margin-left:16px}.txj .txo{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.txj .txq{justify-content:space-between}.txj .txq,.txj .txq .tyU{display:flex;align-items:center}.txj .txq .tyU{gap:8px}.txj .tyV{display:flex;align-items:center}.txj .tyV .tyW{width:40px;height:40px}.txj .txw{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.txj .txw .txx{max-width:100%}.txj .txw a{padding-right:0}.txj .txw .txy{font-size:12px;padding-left:0;margin-bottom:8px}.txj .txw .txy:after{font-size:12px}.txj .txw .txB{font-size:12px;line-height:1.567}.txF{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.txG{margin-bottom:12px;width:75.128vw;height:42.308vw}.txG .txI.txJ,.txG .txK.txL{top:8px;left:8px}.txN{display:unset;align-items:unset;gap:0}.tyX{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.txN .txQ .txR{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.txN .txQ .txR,.txN .txQ .txS{font-size:14px;line-height:1.571}.txN .txQ .txS{margin-bottom:4px}.txN .txQ .txT{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.txU{padding-left:0}.tx1{max-width:49.231vw}.tx1 .tyY{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tx1 .tyZ{border-radius:12px;width:100%;height:100%;object-fit:cover}.tyY .ty0{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tyY .tny{position:absolute;bottom:0;right:0}.tx1 .tx2{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tx1 .ty1{display:flex;align-items:center;margin-bottom:8px}.tx1 .ty2{font-size:12px;margin-right:16px;color:#d3d3d3}.tx1 .ty3{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.tyb{max-width:91.795vw}.tyb a{display:flex;align-items:center}.tyb .ttf{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.tyb .ts8{border-radius:6px}.tyb .tyc .tyd{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.tyb .tye{display:flex;align-items:center}.tyb .tye .tyg{font-size:12px;color:#d3d3d3}.tyh{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tyh .ttB{width:unset;height:unset;min-width:21.538vw}.tyh .ttD{font-size:14px}.tyh::-webkit-scrollbar{display:none}.tyi{max-width:91.795vw}.tyi .tyj{padding:12px 0}.tyi .tyk{display:none}.tyi .tyl{width:36px;height:49px;border-radius:6px;margin-right:16px}.tyi .tym{width:28px}.tyi .tyn{width:calc(100% - 120px)}.tyq{flex-direction:column;gap:16px}.tyq,.tyr{display:flex}.tyr{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tyr a{max-width:unset}.tys{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.tyt{border-radius:12px}.tyu{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.tyv{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tyy .tsS{font-size:10vw}.tyy .tsR[data-is-first=true]{width:54px;flex:0 0 54px}.tyy .tsR{position:relative;width:80px;flex:0 0 80px}.tyy .tsR[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.twz span{transform:scaleX(.9);white-space:nowrap}.tyy .tsS{font-size:16.4vw;bottom:-1.5vw}.tyy .tsR[data-is-first=true]{width:40px;flex:0 0 40px}.tyy .tsR{width:48px;flex:0 0 48px}.tyy .tsR[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tuJ.tu3 .tuM .ts8,.tuJ.ty8 .tuM .ts8,.tuM .ts8{border-radius:1.1515vw}.tuJ.tu3 .tuM .ttf .tny,.tuM .ttf .tny{width:3.071vw}.tv7 .tv9,.tv8 .tv9,.tvM .tvN,.tws .tsO,.tyb .ts8{border-radius:1.1515vw}.tx1 .tyZ{border-radius:2.303vw}.tyY .tny{width:3.071vw}.tyt{border-radius:2.303vw}}@media screen and (max-width:375px){.tt3{margin-bottom:4.267vw;padding-right:4.267vw}.tt4{font-size:4.267vw}.tt5{margin-bottom:3.75vw}.tt6{font-size:3.75vw}.tua{gap:2.133vw}.tua .tun{top:1907px;left:16px;width:72vw;height:40.266vw}.tua .tun :not(:first-child){margin-left:8px}.tup,.tus .tup,.tuu{gap:2.133vw}.tut .tsM{border-radius:3.2vw}.tuy li{border-radius:2.133vw}.tuy li:not(:last-child){margin-bottom:4.267vw}.tuA{font-size:5.333vw}.tuC{padding-left:4.267vw;padding-right:4.267vw}.tuD{font-size:3.733vw;margin-bottom:1.067vw}.tuE{margin-bottom:1.333vw}.tuE,.tuF,.tuH{font-size:3.2vw}.tuH{right:4.267vw;bottom:4.267vw}.tuI{gap:4.267vw}.tuM .ts8{border-radius:1.6vw}.tuN{padding-right:11.733vw;margin-left:4.267vw}.tuN .tma{margin-bottom:1.067vw;font-size:3.733vw}.tuN .tmr{margin-bottom:2.133vw;font-size:3.2vw}.tuO{gap:2.133vw}.tuJ .tuN .tuQ>div{width:4.267vw;height:4.267vw}.tuN .tuP{font-size:2.667vw}.tuN .ty4 .ty5{width:3.733vw;height:3.733vw}.tuS{min-width:8.53333vw;margin-left:2.133vw}.tuS .tsb{width:8.53333vw;height:8.53333vw}.tuS .tst{height:4.267vw}.tuM .ttf .tny,.tuS .tst{width:4.267vw}.tuJ .tuY{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tuJ.ty6 .ty7{font-size:3.733vw;margin-top:4.267vw}.tuJ.ty8 .tuM .ts8{border-radius:1.6vw}.tuJ.ty8 .tuN .tmr{margin-bottom:4.267vw}.tuJ.ty8.tuJ .tuR{font-size:3.2vw}.tuJ.ty8.tuJ .tuO{margin-top:4.267vw}.tuJ.tu3 .tuM .ttf .tny{width:4.267vw}.tuJ.tu3 .tuN .tms{margin-bottom:3.2vw}.tuJ.tu3 .tu4{font-size:3.2vw;margin-bottom:1.067vw}.tuJ.tu3 .tu5{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tuJ.tu3 .tu5 span:first-child{margin-right:4.267vw}.tuJ.tu3 .tu6{font-size:2.667vw;margin-bottom:3.2vw}.tuJ.tu3 .ty7{margin-top:4.267vw}.tuJ.tu3.tuJ .tuR{font-size:3.2vw}.tuJ.tu3 .ty9{width:4.267vw;height:4.267vw}.tu7 .tu8 .tyI{margin-right:4.267vw}.tu7 .tu8 .tyI .tyJ{border-radius:1.6vw}.tu7 .tu8 .tyI .tza{width:10.256vw}.tu7 .tu8 .tu9{margin-right:6.154vw}.tu7 .tu8 .tu9.tzb{margin-right:2.133vw}.tu7 .tu8 .tu9 .tva{font-size:3.77vw;margin-bottom:1.067vw}.tu7 .tu9 .tvb,.tu7 .tvc .tvd{font-size:3.2vw}.tu7 .tvg{height:3.333vw}.tu7 .tu8 .tu9.tzc{margin-right:2.133vw}.tu7 .tu8 .tnU.tzd{font-size:3.2vw;padding:0 1.795vw}.tvk,.tze{font-size:3.77vw}.ttb.tzf{margin-bottom:1.6vw}.tu7 .tvc .tzg,.tu7 .tvc .tzh{font-size:3.2vw}.tvo .tvt,.tvo>a>div:first-child,.tvp .tvt,.tvp>a>div:first-child{margin-right:4.267vw}.tvo .tvt .tvx{margin-bottom:0}.tvB span,.tvC span{margin-left:.8vw}.tvo img.tvu{margin-right:4.267vw}.tvo .tvt .tvv p,.tvp .tvt .tvv p{font-size:3.733vw;margin-right:.533vw}.tvB,.tvC,.tvo .tvt p.tvA,.tvo .tvt p.tvw,.tvp .tvt p.tvw{font-size:3.2vw;margin-top:2.133vw}.tvD{font-size:3.733vw}.tvE{display:flex;flex-wrap:wrap}.tvE li:nth-of-type(2n){margin-right:0}.tvF{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.tvG>a>img,.tvG>div{margin-right:2.133vw}.tvG .tvH{width:60%}.tvI{height:8.533vw;width:8.533vw}.tvK>button{top:-3.733vw}.tvG .tvH .tvJ{max-width:100%;font-size:3.733vw}.tvK{margin-left:10.667vw}.tvG .tvH .tvL{font-size:2.667vw}.tvM .tvN{margin-bottom:2.133vw;border-radius:1.6vw}.tvM .tvN img{width:100%}.tvM .tvN span{right:2.133vw;bottom:2.947vw}.tvM .tvO{font-size:3.733vw}.tvM .tvO,.tvM .tvP{margin-bottom:2.133vw}.tvM .tvP{font-size:3.2vw}.tvQ{margin-bottom:4.267vw}.tvQ .tvS,.tvQ>a>div:first-child{margin-right:4.267vw}.tvQ .tvT{margin-right:1.067vw}.tvQ .tvT .tvU>img:last-child{margin-left:.533vw}.tvQ .tvT .tvU p{font-size:3.733vw}.tvQ .tvT p.tvV{font-size:3.2vw;margin-top:2.133vw}.tvW .tvX{font-size:3.734vw}.tvQ .tvY button:first-child{margin-right:2.133vw}.tyK{gap:12.8vw}.tvZ .tv0,.tvZ>a>div:first-child{margin-right:4.267vw}.tvZ .tv2{margin-right:1.067vw}.tvZ .tv2 .tv3 p{font-size:3.733vw}.tvZ .tv2 .tv3>img{margin-left:.533vw}.tvZ .tv2 p.tv4{font-size:3.2vw;margin-top:1.067vw}.tv5{gap:4.267vw}.tv7,.tv8{margin-bottom:2.133vw}.tv7 .tv9,.tv8 .tv9{border-radius:1.6vw}.tv7 .twa,.tv8 .twa{right:2.133vw;top:2.133vw}.tv7 span{right:2.133vw;bottom:2.133vw}.tv8 span{font-size:3.77vw}.tv8 .tyL{width:4.267vw}.twb .twc{font-size:3.77vw;margin-bottom:.256vw}.twb .twd{font-size:3.2vw;margin-bottom:.533vw}.twb .twe{font-size:3.2vw}.twb .twe,.twf{margin-bottom:2.133vw}.twf .twg{gap:1.6vw}.twh .twi{font-size:2.667vw}.twl{gap:4.267vw;width:calc(100% - 3.733vw)}.twj li:not(:last-child){margin-bottom:4.267vw}.twn{font-size:3.733vw;margin-right:2.933vw}.twn,.two{margin-bottom:2.133vw}.two>p{margin-right:2.133vw}.two>p,.twp{font-size:3.2vw}.twp{margin-right:2.933vw}.twr{gap:7.2vw 2.133vw}.tws{width:31.785%}.tws .tsO{border-radius:1.6vw}.twr .twa{top:2.133vw;right:2.133vw}.twu{width:4.267vw}.twr .tsN.twt span{font-size:3.2vw}.twv.tww{margin-top:3.2vw}.twx{font-size:3.733vw;margin-top:2.033vw}.twy{font-size:3.2vw;margin-top:1.233vw}.twz{font-size:2.667vw;margin-top:2.667vw}.twz span:not(:last-child){margin-right:0}.twr .twA{margin-top:2.667vw}.twC img{width:21.333vw;height:21.333vw}.twB .twD{margin-left:4.267vw}.twB li:not(:last-child){margin-bottom:1.333vw}.twB .twD p{font-size:2.667vw}.twE .twF{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.twE .tyN{margin-bottom:4.267vw}.twE .tyO{margin-left:4.267vw}.twE .twH{font-size:3.733vw;margin-bottom:3.2vw}.twE .twQ .twR{margin-left:3.733vw}.twE .twQ .twS{margin-bottom:2.133vw}.twE .twQ .twS,.twE .twQ .twS:after,.twE .twQ .twV{font-size:3.2vw}.tw0{padding-left:17.067vw;padding-top:6.4vw}.tw0 .tyQ a{gap:4.267vw}.tw1{border-radius:1.6vw}.tw2{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}.tw2.tyR,.tw2.tyS{right:unset;left:-1.282vw}.tw0 .tw3{margin-top:4.267vw}.tw3 .tw4 .tw5{font-size:3.733vw}.tw3 .tw7{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tw3 .tw8{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tw3 .tw8 .tw9{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tw3 .txa{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tw0 .txb{margin-top:4.267vw}.txb a{gap:4.267vw}.txb .tzi{min-width:19.2vw;min-height:19.2vw}.txd .txe{margin-bottom:1.333vw;align-items:center}.txb .txd .txh,.txd .txe{font-size:3.2vw}.txj .txk{font-size:19.2vw;line-height:1.1944444444}.txj .txk,.txj .txl{margin-bottom:2.133vw}.txj .txm{margin-bottom:3.2vw}.txj .txm .txo{font-size:3.733vw;margin-bottom:2.133vw}.txj .txm .txp{font-size:2.133vw}.txj .tyT{margin-left:4.267vw}.txj .txo{font-size:3.733vw;margin-bottom:3.2vw}.txj .txq .tyU{gap:2.133vw}.txj .tyV .tyW{width:10.667vw;height:10.667vw}.txj .txw .txy{margin-bottom:2.133vw}.txj .txw .txB,.txj .txw .txy{font-size:3.2vw}.txj .txs img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.txj .txt{font-size:3.2vw}.txF{width:100%;padding-left:16.41vw;padding-top:6.4vw}.txG{margin-bottom:3.2vw}.txG .txH{width:100%;border-radius:3.2vw}.txG .txI.txJ,.txG .txK.txL{top:2.133vw;left:2.133vw}.txG .txM{width:10.256vw}.txG span{right:2.133vw;bottom:2.133vw}.tyX{letter-spacing:-2.4vw;font-size:18.462vw}.txN .txQ .txR{font-size:3.77vw;margin-bottom:.533vw}.txN .txQ .txS{font-size:3.77vw;margin-bottom:1.067vw}.txN .txQ .txT{font-size:3.2vw;margin-bottom:2.667vw}.txU{margin-bottom:3.2vw}.txU .txt{font-size:3.2vw}.txU .txV{gap:2.133vw}.txW{gap:3.2vw}.txX{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.txW .txY{font-size:3.2vw;margin-bottom:1.282vw}.txW .txY:after{font-size:3.2vw;margin-left:1.539vw}.txW .tx0{font-size:3.2vw}.tx1{max-width:51.2vw}.tx1 .tyY{margin-bottom:4.267vw}.tx1 .tx4{border-radius:3.2vw}.tx1 .tx2{font-size:3.733vw;margin-bottom:6.4vw}.tx1 .tx8{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tx1 .tx9{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tx1 .tx9,.tx1 .tzj>span{font-size:3.2vw}.tx1 .ty3{font-size:3.733vw}.tx1 .ty2{font-size:3.2vw;margin-right:4vw}.tyY .tny{width:4.267vw}.tyb .ttf{margin-right:4.267vw}.tyb .ts8{border-radius:1.6vw}.tyb .tyc .tyd{font-size:3.733vw;margin-bottom:2.133vw}.tyb .tye .tyf{margin-right:2.133vw}.tyb .tye .tyg{font-size:3.2vw}.tyh{gap:2.133vw}.tyh .tzk,.tyh .tzl{border-radius:4.267vw}.tyh .ttD{font-size:3.733vw}.tyi .tyj{padding:3.2vw 0}.tyi .tyk,.tyi .tyl{margin-right:4.267vw}.tyi .tyl{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tyi .tym{width:7.468vw;font-size:3.733vw}.tyi .tyn{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tyo{width:6.4vw;height:6.4vw}.tyq{display:flex;flex-direction:column;gap:4.267vw}.tyr a{width:calc(100% - 8.533vw)}.tyu{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tyv{font-size:3.733vw}.tyw{width:8.533vw;height:8.533vw}.tyt{border-radius:3.2vw}.tyz{padding-bottom:7.179vw}.tyy .tt3{padding-right:4.267vw}.tyA{gap:2.051vw}.tyy .tpS{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.tzv .tuS{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.tzv .tuS{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.tzv .tuS{top:30.7675%!important}}@media screen and (max-width:376px){.tzv .tuS{top:30%!important}}.tzw{display:inline-flex;gap:16px}.tzx{animation:tzx .8s linear infinite}.tzy>img{width:100%;height:100%;display:block}@keyframes tzx{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tzz{height:4px}.tzA,.tzz{width:100%}.tzA{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.tzB{width:90px;background-color:hsla(0,0%,100%,.6)}.tzB,.tzC{height:4px;border-radius:4px}.tzC{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.twv{display:inline-block}.ty4{gap:2px}.ty4,.tzD{display:flex;align-items:flex-end}.tzD{max-height:-moz-fit-content;max-height:fit-content}.tzj>span{display:block;font-size:12px;font-weight:600;color:#fff}.tzE{display:inline-block;cursor:pointer}.tzE input{display:none}.tzE input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:hsla(0,0%,81%,.5)}.tzE input:checked~span{width:80px}.tzE input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tzG{width:58.2%}.tzH{cursor:pointer}.tzI{height:2px}.tzI.tzJ .tzH{width:24px;height:24px}.tzI.tzK .tzH{display:none}.tzL{display:inline-block;margin-right:16px;cursor:pointer}.tzL:last-child{margin-right:0}.tzL input{display:none}.tzL 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)}.tzL input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.tzF{border-radius:2px}.tzG{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tzG,.tzH{position:relative}.tzH{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.tzM.tzF{height:4px}.tzM .tzH{width:26px;height:26px}.tzN .tzH{display:none}.tzO{display:flex;align-items:center;margin:0 8px;position:relative}.tzP{margin-left:12px}.tzP,.tzQ{font-size:12px;font-weight:300}.tzQ{top:-16px}.tzQ,.tzR{position:absolute}.tzR{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tzR:before{content:"●";color:#ff0576;font-size:16px}.tzR span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tzS{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tzT{margin-bottom:16px}.tzF{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tzU{height:4px}.tzV{margin-bottom:12px;font-size:12px;font-weight:300}.tzU .tzG{width:31.3%}.tzU .tzH{width:26px;height:26px}.tzW .tzH{display:none}.tzX{margin-right:56px}.tzY{position:relative;width:100%;height:100%}.tzY,.tzZ{display:flex;align-items:center;justify-content:center}.tzZ{width:calc(100% - 12px);height:2px}.tzZ .tz0{flex:1 1;height:100%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tz1{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tz1 .tz2{width:12px;height:12px;border-radius:50%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tz3[data-current-index="1"] .tz1>.tz2:first-child,.tz3[data-current-index="2"] .tz1>.tz2:not(.tz2:nth-child(3)),.tz3[data-current-index="2"] .tzZ>.tz0:first-child,.tz3[data-current-index="3"] .tz1>.tz2,.tz3[data-current-index="3"] .tzZ>.tz0{background-color:#ff0576}.tz4{width:528px;height:12px}.tz5{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tz5>img{display:block;width:36px;height:36px}.tz6{width:528px;height:12px}.tz7[data-current-index="1"] .tz1>.tz2:first-child,.tz7[data-current-index="2"] .tz1>.tz2:first-child,.tz7[data-current-index="2"] .tz1>.tz2:nth-child(2),.tz7[data-current-index="2"] .tzZ>.tz0:first-child,.tz7[data-current-index="3"] .tz1>.tz2:not(.tz2:last-child),.tz7[data-current-index="3"] .tzZ>.tz0:not(.tz0:last-child),.tz7[data-current-index="4"] .tz1>.tz2,.tz7[data-current-index="4"] .tzZ>.tz0{background-color:#ff0576}@media screen and (max-width:1024px){.tzE input~span{height:4px;width:8px}.tzE input:checked~span{width:48px}.tzE input:checked~span>span{width:50%}.tz4,.tz6{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.tzy>img{width:8.533vw;height:8.533vw}.tzz{height:1.067vw}.tzA{border-radius:.533vw}.tzB{width:24vw;background-color:hsla(0,0%,100%,.6)}.tzB,.tzC{height:1.067vw;border-radius:.533vw}.tzC{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.ty4{gap:.533vw}.tzj>span{font-size:3.2vw}.tzE input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.tzE input:checked~span{width:12.8vw}.tzE input:checked~span>small{border-radius:.8vw}.tzI{height:.533vw}.tzI.tzJ .tzH{width:6.4vw;height:6.4vw}.tzL{margin-right:4.267vw}.tzL input~span{height:3.2vw;width:3.2vw}.tzF{height:.533vw;border-radius:.533vw}.tzH{width:3.2vw;height:3.2vw}.tzM.tzF{height:1.067vw}.tzM .tzH{width:6.933vw;height:6.933vw}.tzO{margin:0 2.133vw}.tzP{margin-left:3.2vw}.tzP,.tzQ{font-size:3.2vw}.tzQ{top:-4.267vw}.tzR{bottom:-8.533vw}.tzR,.tzR span,.tzR:before{font-size:3.2vw}.tzS{width:42.667vw;bottom:10.4vw;left:10.933vw}.tzT{margin-bottom:4.267vw}.tzF{border-radius:1.067vw}.tzU{height:1.067vw}.tzV{margin-bottom:3.2vw;font-size:3.2vw}.tzU .tzH{width:6.933vw;height:6.933vw}.tzX{margin-right:14.933vw}.tzZ{width:calc(100% - 3.2vw);height:.533vw}.tz1 .tz2{width:3.2vw;height:3.2vw}.tz4{width:calc(100% - 10.933vw);height:3.2vw}.tz5{width:10.667vw;height:10.667vw}.tz5>img{width:9.6vw;height:9.6vw}.tz6{width:calc(100% - 10.933vw);height:3.2vw}}.tz8{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}.tz8:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tz8::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tz8.tz9:before{vertical-align:text-top;height:unset}.tAa{display:none}.tAb{width:560px;border-radius:16px;background:transparent;background-color:#313131;box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tAc{margin:40px}.tAd{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tAd:hover{opacity:.6}.tq7{width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:64px 0}.tAe{margin:40px}.tAf{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tAf:hover{opacity:.6}.tAg{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tAg:hover{opacity:.6}.tAh{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}.tAh,.tAi{position:relative;width:560px}.tAi{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tAi img{width:100%;height:100%;object-fit:cover}.tAj{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tAk{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tAk,.tAl{margin-bottom:24px}.tAl{width:100%}.tAm{text-align:center}.tAn{padding:40px 120px;width:560px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;display:inline-block;vertical-align:middle;margin:116px 0}.tAo{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tAp{display:block;text-align:center;color:#fff;margin-bottom:40px}.tAn .tqL.tqM .tqN,.tAq .tqL.tqM .tqN{width:100%}.tAr{max-width:280px;padding:22px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25)}.tAs{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)}.tAs:last-child{margin:0}.tAs input{opacity:0;cursor:pointer;height:0;width:0}.tAs input,.tAt{position:absolute}.tAt{top:0;left:0;height:16px;width:16px}.tAt:after{content:"";position:absolute;display:none}.tAs input:checked~.tAt:after{display:block}.tAs .tAt:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tAu{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.tAv{width:280px;height:auto;padding:32px 0 24px;border-radius:12px;background:transparent;background-color:rgba(60,60,60,.9);box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.302)!important}.tAw{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.tAx{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}.tAx:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tAq .tqL.tqM{display:block}.tAq .tqL.tqM .tqN{padding:8px 24px}.tAq .tqL.tqM .tqN:hover{background-color:hsla(0,0%,100%,.1)}.tAy{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.tAz{position:absolute;top:0;right:0;cursor:pointer}.tAz:hover{opacity:.6}.tAA{display:inline-flex}.tAA .trH{width:1px;height:auto;margin:24px 0}.tAB{width:216px;padding:24px 0;text-align:center;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:rgba(0,0,0,.2)}.tAC{position:relative}.tAC input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.tAC .tnV{font-weight:300;cursor:pointer}.tAC .tnV:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tAC .tnV img{display:none}.tAC input:checked~.tnV img{display:block}.tAD{padding:20px;width:720px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:hsla(0,0%,100%,.15);box-shadow:-1px -1px 0 0 hsla(0,0%,100%,.3)!important;position:relative;transition:all .3s;display:inline-block;vertical-align:middle;margin:64px 0}.tAE{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tAF{width:100%;max-width:600px;height:85.5%;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none;margin:0 24px;position:relative;overflow:auto}.tAF::-webkit-scrollbar{width:28px}.tAF::-webkit-scrollbar-track{border:12px solid transparent;border-radius:50vh;background-clip:padding-box;margin:12px 0}.tAF::-webkit-scrollbar-thumb{border:12px solid transparent;background-clip:padding-box}.tAG{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tAH label{position:relative}.tAH input{opacity:0;cursor:pointer;height:0;width:0}.tAH input,.tAI{position:absolute}.tAI{top:3px;left:0;height:16px;width:16px}.tAI:after{content:"";position:absolute;display:none}.tAH input:checked~.tAI:after{display:block}.tAH .tAI:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tAJ{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tAK{position:absolute;top:16px;right:16px;cursor:pointer}.tAK:hover{opacity:.6}.tAL{width:284px;height:auto;padding:24px;border-radius:12px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tAM{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tAN{width:24px;height:24px;cursor:pointer}.tAN:hover{opacity:.6}.tAO{font-weight:600;font-size:18px;cursor:pointer}.tAP{margin-bottom:16px}.tAQ{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tAQ li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tAR{color:#1fb1ff}.tAS{color:#ec28bf}.tAT{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tAT li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tAT li,.tAT li span{display:flex;justify-content:center;align-items:center}.tAT li span{width:100%;height:100%;cursor:pointer}.tAT li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tAT span.tuG{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tAU{display:flex;align-items:center;justify-content:space-between}.tAU .tnV{width:31.5%;height:36px;padding:0}.tAU .tnP{width:65.5%}.tAV{width:976px;border-radius:16px;background:transparent;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);overflow:hidden;display:inline-block;vertical-align:middle;margin:24px 0}.tAW{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tAW:hover{opacity:.6}.tAX{display:none}.tAY{position:absolute;top:16px;left:unset;right:16px}.tAY:hover{opacity:.6}.tAZ{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tAb{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tAc{margin:40px 16px}.tAd{top:16px;left:unset;right:16px}.tq7{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tAe{margin:40px 16px}.tAf{top:16px;right:16px;left:unset}.tAh{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tAg{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tAi{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}.tAi img{width:100%;height:100%;object-fit:cover}.tAj{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tAj,.tAk{text-align:center}.tAk{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tAo{position:absolute;top:64px;left:unset;right:16px}.tAo:hover{opacity:.6}.tAn{width:90%;max-width:600px;padding:24px 16px;border-radius:16px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tA0{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tAp{margin-bottom:22px}.tAp .tmg{font-size:16px;line-height:1.625}.tAD{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.tA1,.tAD{height:100%}.tAE{position:absolute;top:16px;right:16px;cursor:pointer}.tA2:before{display:none}.tAL{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tz8 .tAL{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tAM{margin-bottom:32px}.tAN{width:16px;height:16px}.tAO{font-size:20px}.tAP{margin-bottom:24px}.tAQ li{font-size:14px;line-height:1.5714285714}.tAT{row-gap:8px}.tAT li{font-size:14px;line-height:1.5714285714}.tAU .tnV{width:27.78%;height:48px}.tAU .tnP{width:71.528%;height:48px}.tA3{position:absolute;top:16px;right:16px;cursor:pointer}.tA3:hover{opacity:.6}.tz9:before{display:none}.tAV{border-radius:unset;width:100%;margin:0}.tAW{top:4px;right:4px}.tA4{display:none}.tAX{display:flex;background-color:transparent}}@media screen and (max-width:375px){.tAb{border-radius:4.267vw}.tAc{margin:10.667vw 4.267vw}.tAd{top:4.267vw;right:4.267vw}.tq7{border-radius:4.267vw}.tAf{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tAh{border-radius:4.267vw}.tAg{top:17.067vw;right:4.267vw}.tAi{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tAj{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tAk{font-size:4.267vw;padding:0 0 5.333vw}.tAo{top:17.067vw;right:4.267vw}.tAn{padding:6.4vw 4.267vw}.tAn,.tAn:before{border-radius:4.267vw}.tAn:before{padding:.267vw}.tAp{font-size:4.267vw}.tA5{margin-top:4.267vw}.tAr{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tAs{margin-bottom:4.267vw}.tAs .tAt:after,.tAt{height:4.267vw;width:4.267vw}.tAu{margin-left:6.4vw}.tAu,.tAy{font-size:3.733vw}.tAy{line-height:6.4vw;margin-left:2.133vw}.tAq .tqL.tqM .tqN,.tAx{padding:2.133vw 6.4vw}.tAw{font-size:4.267vw;padding:0 6.4vw 4.267vw}.tAE{top:4.267vw;right:4.267vw}.tAF{border-radius:4.267vw;margin:0 6.4vw}.tAF::-webkit-scrollbar{width:7.468vw}.tAF::-webkit-scrollbar-track{margin:3.2vw 0}.tAF::-webkit-scrollbar-thumb,.tAF::-webkit-scrollbar-track{border:3.2vw solid transparent}.tAG{row-gap:6.4vw;padding:6.4vw 3.2vw}.tAI{top:.8vw}.tAH .tAI:after,.tAI{height:4.267vw;width:4.267vw}.tAJ{font-size:3.734vw;margin:0 6.4vw}.tAK{top:4.267vw;right:4.267vw}.tAL{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tAM{margin-bottom:8.533vw}.tAN{width:4.267vw;height:4.267vw}.tAO{font-size:5.334vw;line-height:1}.tAP{margin-bottom:6.4vw}.tAQ{margin-bottom:3.2vw}.tAQ li{width:8.533vw;font-size:3.734vw}.tAT{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tAT li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tAU .tnP,.tAU .tnV{height:12.8vw}.tA3{top:4.267vw;right:4.267vw}.tAW{top:1.067vw;right:1.067vw}.tAY{top:4.267vw;right:4.267vw}.tAZ{text-align:left;width:32vw;margin:0 auto}}.tA6 .tA7{font-size:20px}.tA6 .tA8{font-size:40px}.tA6 .tA9{font-size:16px}@media screen and (max-width:520px){.tA6 .tBa .tA7{font-size:4.5vw}.tA6 .tBa .tA8{font-size:9vw}.tA6 .tBa .tA9{font-size:3.5vw}}.tBb{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tBb{display:none}}.tBb.tBc{right:0}.tBb.tBc,.tBb.tBd{top:0;height:100%;width:calc((100% - 976px)/2)}.tBb.tBd{left:0}.tBb.tBe{top:0}.tBb.tBe,.tBb.tBf{height:24px;width:100%}.tBb.tBf{bottom:0}.tlJ.tBg{background:#333}.tBh{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)}.tBh,.tBh:before{border-radius:12px}.tBh:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tBi{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tBj{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}.tBj,.tBj:before{border-radius:12px}.tBj:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tBk{width:400px;padding-right:40px}.tBl{width:90px;height:50px;margin-right:16px}.tBm{border-radius:6px;object-fit:cover}.tBn{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tBo{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tBp{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tBj .tBq{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tBr{color:#fff;background-color:hsla(0,0%,8%,.5);font-size:12px;font-weight:700}.tBr,.tBs{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tBs{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tBs,.tBs:before{border-radius:8px}.tBs:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tBt{color:#fff;font-size:12px;font-weight:600}.tBu{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}.tBu,.tBu:before{border-radius:12px}.tBu:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,hsla(0,0%,100%,.251),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.tBv{color:#fff;font-weight:600}.tBu>img{width:22px;height:22px;margin-right:8px}.tBw{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}.tBw: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%)}.tBx{color:#fff}.tBy{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)}.tBz{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tBj{width:100%;padding-right:16px}.tBu{width:auto;height:auto;padding:8px 16px}.tBu,.tBu:before{border-radius:8px}.tBu>img{width:16px;height:16px}.tBv{font-size:12px}.tBw{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tBj{max-width:91.795vw}.tBn{max-width:41.026vw}.tBh{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tBh,.tBh:before{border-radius:3.2vw}.tBi{font-size:3.733vw}.tBj{min-height:21.867vw;padding:4.267vw}.tBj,.tBj:before{border-radius:3.2vw}.tBj:before{padding:.267vw}.tBl{width:24vw;height:13.333vw;margin-right:4.267vw}.tBm{border-radius:1.6vw}.tBn{width:calc(100% - 40vw)}.tBp{font-size:3.733vw;margin-left:4.267vw}.tBk{width:106.667vw;padding-right:10.667vw}.tBj .tBq{width:10.667vw;height:10.667vw}.tBn{font-size:3.2vw}.tBr{font-size:3.2vw}.tBr,.tBs{width:32vw;height:8.533vw}.tBs,.tBs:before{border-radius:2.133vw}.tBs:before{padding:.267vw}.tBt{font-size:3.2vw}.tBu{padding:2.133vw 4.267vw}.tBu,.tBu:before{border-radius:2.133vw}.tBu>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tBv{font-size:3.2vw}.tBy{width:11.733vw;height:5.867vw}.tBz{font-size:3.733vw}}.tlI{position:relative;z-index:1}.trH{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.trH.tBA{opacity:.3}.tBB{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.ty5{position:relative;display:inline-block;width:14px;height:14px}.tBC{position:absolute;top:0;left:0}.tBC,.tBD{width:100%;height:100%}.tBD{display:block}.tBE{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tBE>input{display:none}.tBF{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tBF,.tBG,.tBH{width:100%;height:100%}.tBG,.tBH{display:block}.tBI{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}.tBE input:checked~.tBI{opacity:1;transform:scale(1)}.tuY{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)}.tuY>input{display:none}.tuZ{z-index:2}.tu0,.tuZ{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tu0{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tu1,.tu2{width:100%;height:100%}.tuY input:checked~.tu0{opacity:1;transform:scale(1)}.tBJ{display:flex;flex-wrap:wrap;gap:16px}.tBK{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tBK.tBL{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tBM{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}.tBN{width:100%;height:100%;object-fit:cover}.tBO{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tBP{width:100%;height:336px}@media screen and (max-width:375px){.tBB{gap:4.267vw}.ty5{width:3.733vw;height:3.733vw}.tBE,.tuY{height:6.4vw;width:6.4vw}.tBJ{gap:4.267vw}.tBK{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tBQ,.tBR,.tBS,.tBT,.tBU,.tBV,.tBW,.tBX,.tBY,.txI{background-color:transparent;width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tB0,.tBZ{display:inline-flex;gap:8px}.tB0{flex-direction:column}.tB1{display:inline-flex;gap:8px}.tuQ{display:flex;align-items:center;gap:2px}.tuP{font-size:10px;font-weight:300;color:#bababa}.tB2{display:flex;align-items:flex-end;gap:10px}.tB3,.txK{display:flex;flex-direction:column}.tB3{align-items:center;gap:1px}.tB4{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tB4: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){.tBQ,.tBR,.tBS,.tBT,.tBU,.tBV,.tBW,.tBX,.tBY,.txI{width:6.4vw;height:6.4vw}.tB0,.tB1,.tBZ{gap:2.133vw}.tuQ{gap:.533vw}.tuP{font-size:2.667vw}.tB2{gap:2.667vw}.tB3{gap:.267vw}.tB4{font-size:2.667vw}.tB4:before{height:2.667vw;width:6.4vw}}.tB5{z-index:auto!important}.tB6 .tlJ{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tB6 .tB7,.tB6 .tlJ{position:relative}.tB6 .tB8,.tB6 .tsC{width:590px}.tB6 .tB8{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}.tB6 .tnT{width:170px}.tB6 .tl7{text-align:left;padding-top:64px;padding-bottom:56px}.tB6 .tyD{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tB6 .tB9{position:absolute;right:0;bottom:0}.tB6 .tB9 .tny{width:100%;height:100%}.tB6 .tCa{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tB6 .tAq .tme{margin:0 24px 16px}.tB6 .tCb{position:fixed;bottom:48px;z-index:10}.tB6 .tAv{position:absolute;top:40px;z-index:5}.tB6 .tme{margin:0 24px 16px}.tB6 .tmc{margin-bottom:32px}.tB6 .tmj{margin-bottom:24px}.tB6 .tq7{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tB6 .tAe{height:100%;margin:unset}@media screen and (min-height:680px){.tB6 .tCc{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){.tB6 .tCc{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tB6 .tCc{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tB6 .tq2{margin-bottom:32px;max-width:100%}.tB6 .tq7 .tnz{width:100%;max-width:720px;bottom:0;left:0;position:absolute;display:flex;justify-content:center;padding:16px;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5));border-radius:0 0 16px 16px}.tB6 .tq7 .tnz :root .tB6 .tq7 .tnz,.tB6 .tq7 .tnz _::-webkit-full-page-media,.tB6 .tq7 .tnz _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tB6 .tq7 .tnz .tB6 .tq7 .tnz,.tB6 .tq7 .tnz ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.tnz .tnV{width:100px;padding:unset}}@media screen and (max-width:1024px){.tnz .tnV{width:53%}.tB6 .tlJ{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tB6 .tB7{position:-webkit-sticky;position:sticky}.tB6 .tl7{text-align:center;padding-top:16px;padding-bottom:24px}.tB6 .tB9{width:4.103vw;height:4.103vw}.tB6 .tCd{position:absolute;left:34px;top:4px}.tB6 .tnz{margin-top:32px}.tB6 .tCa{grid-template-columns:repeat(1,1fr);gap:16px}.tB6 .tCb{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tB6 .tme{margin-bottom:24px}.tB6 .tAn .tnz{margin-top:32px}.tB6 .tmc{margin-bottom:24px}.tB6 .tmj{margin-bottom:16px}.tB6 .tq2{margin-bottom:24px}.tB6 .tCe{margin-bottom:72px}.tB6 .tq7{padding:16px 16px 0}}@media screen and (max-width:1024px){.tB6 .tq7 .tnz :root .tB6 .tq7 .tnz,.tB6 .tq7 .tnz _::-webkit-full-page-media,.tB6 .tq7 .tnz _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tB6 .tq7 .tnz .tB6 .tq7 .tnz,.tB6 .tq7 .tnz ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tB6 .tCc{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){.tB6 .tCc{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tB6 .tCc{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tB6 .tCc{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tB6 .tCc::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tB6 .tl7{padding-top:4.267vw;padding-bottom:6.4vw}.tB6 .tyD{gap:1.333vw}.tB6 .tCd{left:8.533vw;top:1.067vw}.tB6 .tnz{margin-top:8.533vw}.tB6 .tCa{gap:4.267vw}.tB6 .tCb{padding:0 4.267vw}.tB6 .tme{margin-bottom:6.4vw}.tB6 .tAn .tnz{margin-top:8.533vw}.tB6 .tmc{margin-bottom:6.4vw}.tB6 .tmj{margin-bottom:4.267vw}.tB6 .tq2{margin-bottom:6.4vw}.tB6 .tq7 .tnz{padding:4.267vw}.tB6 .tCc{padding-right:4.267vw}.tB6 .tCe{margin-bottom:19.2vw}.tB6 .tq7{padding:4.267vw 6.933vw 0 4.267vw}}