@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}.oqq{width:20px;margin-right:8px}.oqr{margin-left:auto;width:83.08vw;height:46.603vw}@media screen and (min-width:1025px)and (max-width:1367px){.oqr{margin-left:auto;width:889px;height:500px}}@media screen and (max-width:1024px){.oqr{width:100vw;height:unset}}.oqs{z-index:55!important}@media screen and (min-width:1025px){.oqr 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)}}.yov{transition:opacity .7s;opacity:1;visibility:visible}.yow{transition:1s;opacity:0;visibility:hidden}.yox{display:none!important}@keyframes yoy{0%{opacity:0}to{opacity:1}}.yoy{animation:yoy .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";.s32{display:block!important}.s33{display:none!important}.s34{margin-bottom:0!important}.s35{text-align:center!important}.s36{text-align:left!important}.s37{display:none!important}.s38{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.s33{display:block!important}.s32{display:none!important}}.s39{max-width:2000px;padding-right:40px;margin-left:auto}.s39,.s4a{padding-left:40px;margin-right:auto}.s4a{max-width:1960px}.s4b{max-width:760px}.s4b,.s4c{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.s4c{width:100%;max-width:1024px}@media screen and (min-width:1025px){.s4d{display:block;padding-left:64px}.s4e{padding-bottom:80px;min-height:calc(100vh - 80px)}.s4e.s4f{min-height:calc(100vh - 116px)}.s4e.s4g{min-height:calc(100vh - 161px)}.s4e.s4h{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.s4e{padding-bottom:80px;min-height:calc(100vh - 66px)}.s4e.s4f{min-height:calc(100vh - 181px)}.s4e.s4g{min-height:calc(100vh - 226px)}.s4e.s4h{min-height:calc(100vh - 924px)}.s39{padding-right:16px}.s39,.s4a,.s4b{padding-left:16px}.s4b{padding-right:16px}}@media screen and (min-width:1365px){.s4a{max-width:1960px}}@media screen and (min-width:2065px){.s4a{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.s4i{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.s4i .s4j{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.s4i .s4j.s4k{overflow-y:hidden}.s4i .s4j.s4k:hover{overflow-y:auto}.s4i .s4l{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}.s4i .s4l span{display:none}.s4i .s4l span.s4m{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}.s4i .s4l span.s4m:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.s4i .s4l span.s4n{font-size:12px;line-height:12px}.s4i .s4l span.s4o{display:block}.s4i nav{position:relative;z-index:2;margin-left:8px;height:100%}.s4i .s4p{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}.s4i .s4q{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.s4i nav .s4r{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}.s4i nav>ul{position:absolute;left:5px;z-index:2}.s4i nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.s4i nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.s4i nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.s4i 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}.s4i nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.s4i nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.s4i nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.s4i nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.s4i nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.s4i nav>ul>li .s4s{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.s4i nav>ul>li .s4s: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}.s4i nav>ul>li .s4s.s4t:after{width:48px;left:0;padding:0 8px}.s4i nav>ul>li .s4s.s4u:after{width:85px;left:70px;padding:0 8px}.s4i nav>ul>li .s4s li{position:relative;z-index:5;text-align:center}.s4i nav>ul>li .s4s li a{height:28px;line-height:28px}.s4i nav>ul>li .s4s li:first-child{margin-right:16px}.s4i nav>ul>li .s4s li:first-child a{padding:0 8px}.s4i nav>ul>li .s4s li a{display:block;font-size:12px}.s4i nav>ul>li .s4s li a:before{display:none}.s4i nav>ul>li.s4o a{position:relative;height:100%;font-weight:600}.s4i nav>ul>li.s4o a:before{top:17px}.s4i nav>ul>li.s4o:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.s4i nav>ul>li.s4o:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.s4i nav>ul>li.s4o:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.s4i nav>ul>li.s4o:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.s4i nav>ul>li.s4o:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.s4i.s4v{width:254px}.s4i.s4v a span{opacity:1;margin-left:0}.s4i.s4v .s4l{opacity:1;margin-left:20px}.s4i.s4v .s4s{opacity:1;margin-left:50px}.s4i #s4w{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.s4i #s4w .s4x{background:transparent}.s4i #s4w .s4x:after,.s4i #s4w .s4x:before{margin-top:0}.s4i #s4w .s4x:before{transform:rotate(-45deg)}.s4i #s4w .s4x:after{transform:rotate(-135deg)}.s4i #s4y,.s4i #s4y:after,.s4i #s4y: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%}.s4i #s4y:after,.s4i #s4y:before{content:"";left:0}.s4i #s4y:before{margin-top:-9px}.s4i #s4y:after{margin-top:7px}}@media screen and (max-width:1024px){.s4i{display:none!important}}@media screen and (max-width:375px){.s39,.s4b{padding-right:4.267vw}.s39,.s4a,.s4b{padding-left:4.267vw}.s4e{padding-bottom:21.333vw}}.s4z{font-size:24px;font-weight:600;line-height:1.7083333333}.s4A{font-size:18px;line-height:1.444}.s4A,.s4B{font-weight:600;text-align:center}.s4B{font-size:24px;line-height:1.7083333333}.s4C{text-align:center}.s4C,.s4D{font-size:32px;font-weight:600}.s4D{line-height:1.857142}h2.s4E{font-weight:600;font-size:24px}.s4E,.s4F{font-size:16px}.s4E,.s4F,.s4G{font-weight:600}.s4G{font-size:24px;line-height:1.333}.s4H{font-size:20px;line-height:1.35}.s4H,.s4I{font-weight:600}.s4I{font-size:14px;line-height:1.3571428571}.s4J{font-weight:600;font-size:16px;line-height:1.3125}.s4K,.s4L{font-size:20px;line-height:1.7}.s4K,.s4L,.s4M{font-weight:600}.s4M{font-size:14px;line-height:1.3571428571}.s4N{font-size:12px;line-height:1.3333333333}.s4N,.s4O{font-weight:600}.s4O{font-size:16px;line-height:1.625}.s4P{font-size:14px;line-height:1.2857142857}.s4P,.s4Q{font-weight:600}.s4Q{font-size:12px;line-height:1.5}.s4R,.s4S{font-size:16px;line-height:1.625}.s4T{font-size:14px;line-height:1.5714285714}.s4U,.s4V{font-size:16px;line-height:1.625;text-align:center}.s4V{margin-bottom:20px}.s4W{font-size:14px;line-height:1.5714285714}.s4X{font-size:12px;line-height:1.5}.s4Y{font-size:16px;line-height:1.125}.s4Z{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.s40{font-size:14px;line-height:1.5714285714}.s41{font-weight:300;font-size:10px;line-height:2.2}.s42{padding-left:1.5em;text-indent:-1.68em}.s42>li:not(:last-of-type){margin-bottom:16px}.s43{font-size:14px;line-height:1.5714285714}.s43:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.s44{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.s44 li{text-align:-webkit-match-parent}.s44>li:not(:last-of-type){margin-bottom:16px}.s45{font-size:14px;line-height:1.5714285714}.s46{border-top:1px solid hsla(0,0%,100%,.3)}.s46 li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.s47{font-weight:600;white-space:nowrap;margin-right:1em}.s48{text-align:right;word-break:keep-all}.s48 span{margin-left:24px}.s49{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.s49 .s5a{font-size:14px;line-height:1.5714285714}.s5b{color:#bababa}.s5b,.s5c{font-size:12px}.s5c,.s5d{font-weight:600}.s5d{font-size:20px;line-height:1}.s5e{display:grid;grid-row-gap:16px;row-gap:16px}.s5f{font-weight:600;font-size:24px;line-height:1.333}.s5g{font-size:16px;line-height:1.625}.s5h{font-weight:600;font-size:40px;line-height:1.4}.s5i{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.s4z{text-align:center}.s4A{font-size:24px;line-height:1.7083}.s4C{font-size:20px}.s4D{font-size:14px}.s4E,h2.s4E{font-size:16px}.s4G{font-size:20px;line-height:1.3}.s4H,.s4I,.s4J{font-size:16px;line-height:1.625}.s4K{font-size:20px;line-height:1.3}.s4L,.s4M,.s4N,.s4O{font-size:14px;line-height:1.5714285714}.s4P,.s4Q{font-size:12px;line-height:1.5}.s4S,.s4T,.s4U,.s4V{font-size:14px;line-height:1.5714285714}.s4W,.s4X,.s4Y{font-size:12px;line-height:1.5}.s40,.s4Z{font-size:10px;line-height:1.5}.s40,.s41{margin-left:1em;text-indent:-1em}.s41{font-size:10px;line-height:1.5}.s42>li:not(:last-of-type){margin-bottom:16px}.s43{font-size:14px;line-height:1.5714285714}.s44{-webkit-padding-start:16px;padding-inline-start:16px}.s5d{line-height:1.125}.s5d,.s5h{font-size:16px}.s5h{line-height:1.625}.s5i{margin-top:5px;font-size:10px;width:240px;padding-left:0}.s5j{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.s5e{row-gap:8px}.s5f{font-size:14px;line-height:1.5714285714}.s5g{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.s5e{row-gap:12px}.s5f{font-size:16px;line-height:1.625}.s5g{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.s4A,.s4B,.s4z{font-size:6.4vw}.s4C{font-size:5.333vw}.s4D{font-size:3.733vw}.s4E,h2.s4E{font-size:4.267vw}.s4G{font-size:5.334vw}.s4H,.s4I,.s4J{font-size:4.267vw}.s4K{font-size:5.334vw}.s4L{font-size:3.733vw}.s4M,.s4N{font-size:3.734vw}.s4O{font-size:3.733vw}.s4P,.s4Q{font-size:3.2vw}.s4R{font-size:4.267vw}.s4S,.s4T,.s4U,.s4V{font-size:3.733vw}.s4W,.s4X,.s4Y{font-size:3.2vw}.s40,.s41,.s4Z{font-size:2.667vw}.s43,.s43:before{font-size:3.733vw}.s43:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.s42>li:not(:last-of-type){margin-bottom:4.267vw}.s45{font-size:3.733vw}.s44{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.s44>li:not(:last-of-type){margin-bottom:4.267vw}.s46 li{font-size:3.733vw;padding:4.267vw 0}.s48 span{margin-left:6.4vw}.s49 .s5a{font-size:3.733vw}.s5b,.s5c{font-size:3.2vw}.s5d{font-size:4.267vw}.s5e{row-gap:2.133vw}.s5f{font-size:3.734vw}.s5g{font-size:3.2vw}.s5h{font-size:4.267vw}.s5i{font-size:2.667vw}}.s5k{position:relative}.s5l{display:flex;gap:24px}.s5m,.s5n,.s5o,.s5p{font-size:10px;line-height:1;padding:2px 3px}.s5m{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:transparent linear-gradient(90deg,#ff903c,#ff0576) 0 0 no-repeat padding-box}.s5m.s5q{background:transparent linear-gradient(90deg,#ff903c,#ff8441) 0 0 no-repeat padding-box}.s5r{display:flex;gap:4px}.s5n{display:inline-flex;align-items:center;border-radius:100vh;color:#fff;background:#ff0576}.s5n.s5s{font-weight:600;font-family:SF Pro Text Regular,sans-serif}.s5t{display:flex;gap:4px}.s5o{display:inline-flex;align-items:center;font-weight:600;border-radius:100vh;color:#ff0576;background:#fff}.s5u{gap:4px;position:absolute;top:4px;left:4px;z-index:1}.s5p,.s5u{display:flex}.s5p{align-items:center;font-weight:300;border-radius:100vh;color:#151515;background:#fff}.s5p span{display:inline-block;background-color:#ff0576;width:8px;height:8px;margin-right:2px;border-radius:6px}.s5p small{font-family:SF Pro Text Regular,sans-serif}.s5v,.s5w,.s5x{display:flex;gap:4px}.s5y{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}.s5z{display:flex;gap:4px}.s5A{display:inline-flex;align-items:center;padding:4px;font-size:10px;border-radius:3px;color:#fff;background:#515151}.s5B{margin-top:4px;margin-left:36px}.s5C{display:flex;align-items:center}.s5D{margin-right:4px}.s5D,.s5D.s5E{display:flex;justify-content:center;align-items:center}.s5D.s5E{margin:0 8px}.s5F{display:flex;gap:4px}.s5G{margin-bottom:2px}.s5H{display:inline-flex;align-items:center;padding:2px 3px;font-size:8px;border-radius:100vh}.s5H.s5I{font-family:SF Pro Text Regular,sans-serif;font-weight:600;color:#fff;background:#ff0576}.s5H.s5J{color:#ff0576;background:#fff}.s5H.s5K{width:14px;height:14px}.s5H.s5L{color:#fff;background:hsla(0,0%,88%,.3)}.s5H.s5M{font-family:Hiragino Sans;font-size:9px;color:#151515;background:#fff;padding:2px 5px 1px}.s5N{display:flex;gap:4px}.s5O{width:38px;height:38px}.s5P{display:flex;gap:4px}.s5Q{width:14px;height:14px}.s5R{padding:5px 4px 3px 5px}.s5R,.s5S{display:inline-flex;align-items:center;font-size:10px;border-radius:4px;color:#151515;background:#fff}.s5S{padding:4px}.s5T{display:inline-flex;align-items:center;padding:2px 4px 1.25px 5px;font-size:10px;border-radius:4px;color:#151515;background:#fff}.s5U{opacity:0}.s5V{padding:3px 3.5px 2.25px 4px}.s5W{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}.s5X{display:flex;gap:12px}.s5Y{padding:3px 4px;font-size:10px;font-weight:300;background:transparent;border:1px solid #fff;border-radius:4px}.s5Y,.s5Z{display:inline-flex;align-items:center;color:#fff}.s5Z{padding:3.5px 5px;background-color:#c03;border-radius:7px;text-transform:uppercase;font-weight:600;font-size:6px;line-height:1}.s5Z:before{content:"•";font-weight:700;margin-right:2.5px}@media screen and (max-width:1024px){.s5u{top:.768vw;left:.768vw;gap:.768vw;transform:scale(.8);transform-origin:left top}.s5p span{border-radius:1.1538461538vw}.s5A,.s5y{border-radius:.5769230769vw}.s5B{margin-left:10vw}.s5G{margin-bottom:2px}.s50{margin-left:8px}.s5W,.s5Y{border-radius:.7692307692vw}}@media screen and (min-width:521px)and (max-width:1024px){.s5m,.s5n,.s5o,.s5p{font-size:1.919vw;padding:.384vw .576vw}}@media screen and (max-width:500px){.s5B{margin-left:40px}.s50{margin-left:0}}@media screen and (max-width:375px){.s5l{gap:6.4vw}.s51{width:5.867vw;height:6.4vw}.s5r,.s5t{gap:1.067vw}.s5M{font-size:2.333vw}.s5u{gap:1.067vw;top:1.067vw;left:1.067vw;transform:scale(.8);transform-origin:left top}.s5p span{width:2.133vw;height:2.133vw;margin-right:.533vw;border-radius:1.6vw}.s5v{gap:1.067vw}.s52{width:10.133vw;height:10.133vw}.s5w{gap:1.067vw}.s53{height:4.533vw}.s5x{gap:1.067vw}.s5y{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.s5z{gap:1.067vw}.s5A{padding:1.067vw;font-size:2.667vw;border-radius:.8vw}.s5F{gap:1.067vw}.s5H{padding:.533vw .8vw;font-size:2.133vw}.s5K{width:3.733vw;height:3.733vw}.s5N{gap:1.067vw}.s5O{width:10.133vw;height:10.133vw}.s5P{gap:1.067vw}.s5Q{width:3.733vw;height:3.733vw}.s5R{padding:1.333vw 1.067vw .8vw 1.333vw}.s5R,.s5S{font-size:2.667vw;border-radius:1.067vw}.s5S{padding:1.067vw}.s5W{padding:1.6vw 1.333vw 1.067vw;font-size:3.733vw;border-radius:1.067vw}.s5X{gap:3.2vw}.s5Y{padding:.8vw 1.067vw;font-size:2.667vw;border-radius:1.067vw}}.s54,.s55{text-align:center}.s55{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}.s55:hover{opacity:.6}.s55.s56,.s57.s56{font-size:14px;width:unset;min-width:160px;height:36px}.s57.s56 .s58{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.s59{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.s59,.s6a{width:20px;height:20px;margin-right:8px;transition:all .2s}.s6a{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.s6b{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.s59.s6c{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s6d{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.s6d,.s6e{width:20px;height:20px;margin-right:8px;transition:all .2s}.s6e{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.s55:disabled{background:#bababa;pointer-events:none}.s6f{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){.s6f:hover{opacity:.6}}@media screen and (max-width:1024px){.s6f:active{opacity:.6}}.s6g{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.s6g.s6h{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s6f:disabled{background:#bababa;pointer-events:none}.s54 li:not(:last-child){margin-bottom:16px}.s57{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}.s57:hover{opacity:.6}.s57 img{margin-left:8px}.s57 img,.s6i{filter:invert(1)}.s6i{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.s6i.s6j{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s57:disabled{color:#fff;background:#bababa;pointer-events:none}.s57:disabled .s6i{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.s6k{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){.s6k:hover{opacity:.6}}@media screen and (max-width:1024px){.s6k:active{opacity:.6}}.s6l{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}.s6l.s6m{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.s6k:disabled{color:#fff;background:#bababa;pointer-events:none}.s6k:disabled .s6l{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.s6n{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}.s6n:hover{opacity:.6}.s6n img{width:20px;margin-right:8px}.s6n:disabled{pointer-events:none}.s6n:disabled *{opacity:.3}.s6o{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}.s6o:hover{opacity:.6}.s6o img{width:20px;margin-right:8px}.s6p{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}.s6p:disabled,.s6p:hover{color:hsla(0,0%,100%,.3)}.s6o:disabled,.s6p:disabled{pointer-events:none}.s6o:disabled *{opacity:.3}.s6q{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}.s6q:hover{opacity:.6}.s6q img{width:20px;margin-right:8px}.s6r{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}.s6r:hover{opacity:.6}.s6r img{width:20px;margin-right:8px}.s6s{font-weight:300}.s6t{padding:0;margin-bottom:24px}.s6t,.s6u{text-align:left;position:relative}.s6u{font-weight:300;font-size:14px;color:#fff;background:transparent;display:inline-flex;justify-content:center;align-items:center;line-height:0}.s6u:not(:first-child){margin-left:24px}.s6u:hover{opacity:.6}.s6v{width:24px}.s6w{font-size:14px;margin-left:8px}.s6x{margin-bottom:16px}.s6y{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}.s6y:hover{background-color:hsla(0,0%,100%,.1)}.s6z{font-weight:600;font-size:14px;text-align:left;color:#fff}.s6A{width:16px;transition:all .3s}.s6A.s6B{transform:rotate(180deg)}.s6C{display:none;padding-top:8px}.s6C.s6B{display:block}.s6D{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.s6D,.s6E{text-align:left}.s6E{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.s6F{display:inline-block;max-width:320px;width:100%}.s6G{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}.s6G:hover{border:1px solid #fff}.s6H{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.s6I{width:16px;transition:.3s ease-out}.s6I.s6J{transform:rotate(-180deg)}.s6K{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}.s6L{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.s6K::-webkit-scrollbar{width:20px}.s6K.s4k::-webkit-scrollbar{width:24px}.s6K::-webkit-scrollbar-track{border:8px solid transparent;border-radius:50vh;background-clip:padding-box;margin:8px 0}.s6K::-webkit-scrollbar-thumb{border:8px solid transparent;background-clip:padding-box}.s6K span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.s6K .s6M{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.s6N{display:none}.s6N.s6O{display:block}.s6P{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.s6P,.s6Q{-webkit-background-clip:padding-box;background-clip:padding-box}.s6Q{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.s6R{width:calc(100% - 72px)}.s6R,.s6S{text-align:left}.s6S{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.s6S.s6T{margin-bottom:5px}.s6U{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.s6V{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.s6V input{opacity:0;width:0;height:0}.s6W{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.s6W,.s6W:before{position:absolute;transition:.4s}.s6W:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.s6V input:checked+.s6W{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.s6V input:checked+.s6W:before{transform:translateX(24px)}.s6Q.s6X .s6R{opacity:.4}.s6Q.s6X .s6V{opacity:.4;pointer-events:none}.s6Y{text-align:center}.s6Z{display:inline-flex;font-size:16px;justify-content:center;position:relative}.s6Z>li:not(:last-child){margin-right:32px}.s60{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.s61{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.s60.s62{color:#fff;pointer-events:none}.s60.s62:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s63{overflow-x:auto}.s63::-webkit-scrollbar{display:none}.s64{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.s64>li:not(:last-child){margin-right:24px}.s65{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.s66{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.s65.s67{color:#fff;font-weight:600;pointer-events:none}.s65.s67:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s68{width:auto;padding:0;display:flex;justify-content:space-around}.s69{position:relative;display:inline-block;width:132px;height:28px}.s69 input{opacity:0;width:0;height:0}.s7a{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)}.s7b{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.s7b:last-of-type{font-weight:300;padding-right:2px}.s7a: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}.s69 input:checked+.s7a:before{transform:translateX(66px);left:0}.s69 input:checked+.s7a .s7b:last-child,.s69 input:not(:checked)+.s7a .s7b:first-child{opacity:1}.s7c{gap:32px}.s7c,.s7d{display:flex;justify-content:center}.s7d{opacity:.6;position:relative}.s7d.s7e{opacity:1;pointer-events:none}.s7d.s7e: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%}.s7f{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.s7g{display:none;width:32px;margin-bottom:9px}.s7h{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.s7i{flex-wrap:wrap;gap:8px}.s7i,.s7j{display:flex;margin:0}.s7j{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.s7j,.s7k{transition:all .2s}.s7k{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.s7l:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s7m{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}.s7n{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}.s7o:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.s7j.s7p{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s7j.s7p .s7k{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.s7j.s7p .s7l:before{content:"フォロー中";color:#fff}.s7q{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}.s7q,.s7r{transition:all .2s}.s7r{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.s7s:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s7q.s7t{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s7q.s7t .s7r{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.s7q.s7t .s7s:before{content:"ブロック中";color:#fff}.s7u{flex-wrap:wrap;gap:8px}.s7u,.s7v{display:flex;margin:0}.s7v{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.s7v,.s7w{transition:all .2s}.s7w{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.s7x:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.s7v.s7y{background:transparent;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.s7v.s7y .s7w{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}.s7v.s7y .s7x:before{content:"ミュート中";color:#fff}.s7z{text-align:left;margin:0}.s7A{width:130px;height:40px;border-radius:20px;background:#fff}.s7A:hover{opacity:.6}.s7B{font-weight:600;font-size:14px;text-align:center;color:#151515}.s7C{text-align:left;margin:0}.s7D{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}.s7E{font-weight:600;font-size:12px;color:#fff}.s7F{width:20px;margin-left:8px}.s7G{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}.s7H{text-align:left;margin:0}.s7I{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.s7I:hover{opacity:.6}.s7J{font-weight:600;font-size:16px;text-align:left}.s7J,.s7K{color:#000}.s7K{font-weight:300;font-size:14px;text-align:right}.s7L{text-align:left;margin:0}.s7M{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}.s7M:hover{opacity:.6}.s7N{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}.s7N,.s7O{font-weight:600;color:#fff}.s7O{font-size:14px;text-align:right;flex:1 1}.s7P{padding:0}.s7Q{max-width:480px}.s7R{font-weight:300;font-size:14px;text-align:left;color:#fff}.s7S{display:flex;align-items:center;cursor:pointer}.s7S:last-child{margin-right:0}.s7T{position:absolute;opacity:0;width:0;height:0}.s7U{width:24px;height:24px;margin-right:8px;border:2px solid hsla(0,0%,89%,.5);border-radius:50vh}.s7T:checked+.s7U:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.s7V{margin-left:auto;transition:.2s ease-out}.s7V.s7W{transform:rotate(-180deg)}.s7T:checked+.s7U{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid transparent}.s7X{display:none;margin-left:32px}.s7X.s7W{display:block}.s7Y{margin-top:16px;cursor:pointer}.s7Y,.s7Z{display:flex;justify-content:space-between;align-items:center}.s7Z{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}.s70{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.s70 span{display:block}.s71{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}.s72{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.s73{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}.s73::-webkit-inner-spin-button,.s73::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.s74{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.s75{padding:0;text-align:left}.s76{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}.s76:hover{opacity:.6}.s77{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.s78{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.s79{padding:0;text-align:left}.s8a{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.s8a:hover{opacity:.6}.s8b{font-weight:600;font-size:12px;text-align:center;color:#fff}.s8c{padding:0}.s8d{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.s8e{font-weight:600;font-size:12px;text-align:center;color:#fff}.s8f{padding:0;text-align:left}.s8g{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.s8g:hover{opacity:.6}.s8h{font-weight:600;font-size:12px;text-align:center;color:#151515}.s8i{padding:0;text-align:left}.s8j{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}.s8j:hover{opacity:.6}.s8k{font-weight:600;font-size:12px;text-align:center;color:#fff}.s8l{width:14px;margin-right:5.23px}.s8m{padding:0;text-align:left}.s8n{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.s8n img{width:100%}.s8o{padding:0;text-align:left}.s8p{width:32px;height:32px;position:relative;cursor:pointer}.s8p,.s8q{display:block}.s8q{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.s8r{background-color:hsla(0,0%,59%,.6)}.s8s{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.s8s,.s8t .s8r{opacity:0}.s8t .s8s{opacity:1}@keyframes tkK{0%{width:0}to{width:7px}}@keyframes tkL{0%{width:7px}to{width:0}}@keyframes tkM{0%{width:0}to{width:11px}}@keyframes tkN{0%{width:11px}to{width:0}}@keyframes tkO{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tkP{0%{opacity:0}to{opacity:1}}@keyframes tkQ{0%{opacity:1}to{opacity:0}}.s8u{padding:0;text-align:left}.s8v{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.s8v:hover{opacity:.6}.s8w{font-weight:600;font-size:14px;text-align:center;color:#151515}.s8x{padding:0;text-align:left}.s8y{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.s8y:hover{opacity:.6}.s8z{font-weight:600;font-size:14px;text-align:center;color:#151515}.s8A{width:20px;margin-left:8px}.s8B{padding:0;text-align:left}.s8C{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.s8C:hover{opacity:.6}.s8D{font-weight:600;font-size:14px;color:#151515}.s8D,.s8E{text-align:center}.s8E{display:block;padding:0}.s8F{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.s8G{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.s8G>li:not(:last-child){margin-right:16px}.s8H{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.s8H.s8I:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.s8J{color:#fff;font-weight:600;pointer-events:none}.s8J:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.s8K{display:flex;width:auto;justify-content:flex-end}.s8K button:not(:last-child){margin-right:8px}.s8L{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.s8L.s8M{background:#fff;padding:0 14px}.s8L:hover{opacity:.6}.s8N{font-weight:600;font-size:12px;text-align:center;color:#fff}.s8L.s8M .s8N{color:#151515}.s8O{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}.s8P{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){.s55,.s57,.s6f,.s6k,.s6n,.s6o,.s6q,.s6r{width:100%}.s6F{max-width:unset}.s64>li:not(:last-child){margin-right:16px}.s7c{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))}.s7g{display:block}.s7h{font-size:12px}.s7Q{max-width:none}.s72{gap:0;flex-direction:column;align-items:flex-start}.s7S:last-child{margin-right:0;margin-left:32px;margin-top:13px}.s8v{min-width:unset;height:22px;border-radius:16px}.s8w{font-size:10px}.s8y{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.s8z{font-size:12px}.s8A{margin-left:4px}.s8C{min-width:unset;height:22px;border-radius:16px}.s8D{font-size:10px}.s8F{font-size:16px;padding-bottom:16px}.s8Q{overflow:auto}.s8Q::-webkit-scrollbar{display:none}.s8G{justify-content:center;width:calc(518px + 100% - 2em)}.s8G>li:not(:last-child){margin-right:16px}.s8H{font-size:16px;padding:12px 0}.s8H.s8I:before{height:5px;width:5px}.s8J:after{height:4px}.s8O{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.s8j{width:64px}}@media screen and (max-width:375px){.s54 li:not(:last-child){margin-bottom:4.267vw}.s55,.s57,.s6n{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.s59,.s6g,.s6i,.s6l{width:5.333vw;height:5.333vw;margin-right:2.133vw}.s6f,.s6k,.s6o,.s6r{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.s57 img{margin-left:2.133vw}.s6n img,.s6o img,.s6q img,.s6r img{width:5.333vw;margin-right:2.133vw}.s6p{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.s6q{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.s6t{margin-bottom:6.4vw}.s6u{font-size:3.733vw}.s6u:not(:first-child){margin-left:6.4vw}.s6v{width:6.4vw}.s6w{font-size:3.733vw;margin-left:2.133vw}.s6x{margin-bottom:4.267vw}.s6y{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s6z{font-size:3.733vw}.s6A{width:4.267vw}.s6C{padding-top:2.133vw}.s6D{font-size:3.733vw;padding:2.133vw}.s6E{gap:4.267vw}.s6G{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s6G:hover{border:.267vw solid #fff}.s6H{font-size:3.733vw;line-height:4.8vw}.s6I{width:4.267vw}.s6K{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}.s6K::-webkit-scrollbar{width:5.333vw}.s6K.s4k::-webkit-scrollbar{width:24px}.s6K::-webkit-scrollbar-track{margin:2.133vw 0}.s6K::-webkit-scrollbar-thumb,.s6K::-webkit-scrollbar-track{border:2.133vw solid transparent}.s6K span{font-size:3.733vw;padding-left:6.4vw}.s6K .s6M{background-size:4.267vw}.s6P{border-top:.267vw solid hsla(0,0%,100%,.3)}.s6Q{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.s6R{width:calc(100% - 18.462vw)}.s6S{font-size:3.733vw}.s6S.s6T{margin-bottom:1.333vw}.s6U{font-size:3.2vw}.s6V{width:14.933vw;height:8.533vw}.s6W{border-radius:4.8vw}.s6W:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.s6V input:checked+.s6W:before{transform:translateX(6.154vw)}.s6Z{font-size:4.267vw}.s6Z>li:not(:last-child){margin-right:8.533vw}.s60{padding-bottom:3.2vw}.s60.s62:after{height:1.067vw}.s64{font-size:4.267vw}.s64>li:not(:last-child){margin-right:4.267vw}.s65{padding-bottom:3.2vw}.s65.s67:after{height:1.067vw}.s69{width:33.846vw;height:7.179vw}.s7a{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.s7b{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.s7b:last-of-type{padding-right:.533vw}.s7a:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.s69 input:checked+.s7a:before{transform:translateX(17.6vw)}.s7c{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.s7g{width:8.533vw;margin-bottom:2.4vw}.s7h{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.s7d.s7e:after{height:1.067vw}.s7i{gap:2.133vw}.s7j{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s7k{margin-right:1.067vw}.s7l:before{font-size:3.2vw}.s7m{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.s7n{margin-right:1.067vw}.s7o:before{font-size:3.2vw;line-height:4.8vw}.s7j.s7p{border:.267vw solid hsla(0,0%,100%,.3)}.s7q{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s7r{margin-right:1.067vw}.s7s:before{font-size:3.2vw}.s7q.s7t{border:.267vw solid hsla(0,0%,100%,.3)}.s7u{gap:2.133vw}.s7v{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.s7w{margin-right:2.133vw}.s7x:before{font-size:3.2vw}.s7v.s7y{border:.267vw solid hsla(0,0%,100%,.3)}.s7v.s7y .s7w{width:4.267vw;height:4.267vw;margin-right:2.133vw}.s7A{width:34.667vw;height:10.667vw;border-radius:5.333vw}.s7B{font-size:3.733vw}.s7D{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.s7E{font-size:3.2vw}.s7F{width:5.333vw;margin-left:2.133vw}.s7G{font-size:4.267vw;letter-spacing:.069vw}.s7G,.s7I{height:12.8vw;border-radius:6.4vw}.s7I{padding:0 4.267vw}.s7J{font-size:4.267vw}.s7K{font-size:3.733vw}.s7M{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.s7N{font-size:3.2vw}.s7O,.s7R{font-size:3.733vw}.s7U{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid hsla(0,0%,89%,.5)}.s7T:checked+.s7U:before{width:3.2vw;height:3.2vw}.s7T:checked+.s7U{border-radius:6.4vw;width:6.4vw;height:6.4vw}.s7S:last-child,.s7X{margin-left:8.533vw}.s7S:last-child{margin-top:3.333vw}.s7Y{margin-top:4.267vw}.s7Z{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.s70{width:calc(100% - 11.733vw);font-size:3.2vw}.s71{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.s73{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.s74{font-size:3.2vw}.s76{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.s77{font-size:3.2vw;line-height:4.8vw}.s78{width:4.267vw;margin-left:1.6vw}.s8a{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s8b{font-size:3.2vw}.s8d{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s8e{font-size:3.2vw}.s8g{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.s8h{font-size:3.2vw}.s8j{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.s8k{font-size:3.2vw}.s8l{width:3.733vw;margin-right:1.395vw}.s8v{height:5.867vw;border-radius:4.267vw}.s8w{font-size:2.667vw}.s8y{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.s8z{font-size:3.2vw}.s8A{width:5.333vw;margin-left:2.133vw}.s8C{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.s8D{font-size:2.677vw}.s8F{font-size:4.267vw;padding-bottom:4.267vw}.s8G{width:calc(138.133vw + 100% - 2em)}.s8G>li:not(:last-child){margin-right:4.267vw}.s8H{font-size:4.267vw;padding:3.2vw 0}.s8H.s8I:before{height:1.333vw;width:1.333vw}.s8J:after{height:1.067vw}.s8K{width:78.933w}.s8K button:not(:last-child){margin-right:2.133vw}.s8L{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.s8L.s8M{padding:0 3.733vw}.s8N{font-size:3.2vw}.s8O{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.s8R,.s8S{flex:1 1;display:flex;flex-direction:column}.s8R .s8T,.s8S .s8U{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}.s8S .s8U{line-height:1.5714285714}.s8R .s8T{max-width:100%}.s8R .s8T::placeholder,.s8S .s8U::placeholder{color:#fff;opacity:.6}.s8R .s8T.s8V{border:none;background-color:unset}.s8R .s8T.s8W{font-size:14px}.s8R .s8T.s8X,.s8S.s8Y .s8U{border:1px solid #ff624f}.s8R .s8Z,.s8S .s8Z{-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}.s8S .s80{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.s8S.s8Y .s80{color:#ff624f}.s81{width:480px}.s81.s8S .s8U{height:170px;outline:none}.s82 input[type=text]{padding:0}.s82{width:720px}.s82,.s82 .s83{display:flex;align-items:center}.s82 .s83{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)}.s82 .s83 .s8T{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.s82 .s83 .s8T:focus-visible{outline:none}.s82 .s83 .s84{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.s82 .s83 .s85{display:none;position:absolute;right:10px;cursor:pointer}.s82 .s83.s86 .s85{display:block}.s82 .s83 .s87{padding-left:26px}.s82 .s88{display:none}.s82.s89 .s88{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.s9a{display:flex;justify-content:center;gap:15px}.s9b{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}.s9b:focus,.s9b: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)}.s9c.s8R{flex:1 1;display:flex;flex-direction:row;width:720px}.s9c.s8R .s9d{flex:1 1}.s9c.s8R .s9e{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.s9c.s8R .s9e .s9f{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.s9g.s9h{display:flex;flex-wrap:wrap;gap:16px}.s9g.s9h .s9i{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.s9g.s9h .s9i:last-child{margin-right:0}.s9g.s9h .s9i .s9j{position:absolute;opacity:0;width:0;height:0}.s9g.s9h .s9i .s9k{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.s9g.s9h .s9i .s9j:checked+.s9k{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}.s9g.s9h .s9i .s9l{font-size:14px;line-height:1.5714285714}.s9m.s9n{display:flex;flex-direction:column;gap:16px}.s9m.s9n .s9o{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.s9m.s9n .s9o .s9p{position:absolute;opacity:0;width:0;height:0}.s9m.s9n .s9o .s9q{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.s9m.s9n .s9o .s9p:checked+.s9q{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.s9m.s9n .s9o .s9q:hover{cursor:pointer}.s9r{list-style:none;padding:0;margin:0}.s9r,.s9s{-webkit-background-clip:padding-box;background-clip:padding-box}.s9s{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.s9t{position:relative;display:inline-block;width:56px;height:32px}.s9t input{opacity:0;width:0;height:0}.s9u{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.s9u,.s9u:before{position:absolute;transition:.4s}.s9u:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.s9t input:checked+.s9u{background:linear-gradient(90deg,#fe8b29,#ff0576)}.s9t input:checked+.s9u:before{transform:translateX(24px)}.s9s.s9v{opacity:.4;pointer-events:none}.s9w .s9t{position:relative;display:inline-block;width:40px;height:24px}.s9w .s9u:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.s9w .s9t input:checked+.s9u:before{transform:translateX(16px)}.s9x{display:flex;flex-wrap:wrap;max-width:478px}.s9x .s9y{display:flex;align-items:center;margin:0 8px 16px 0}.s9x.s9h .s9z:last-child{margin-right:0}.s9x .s9y .s9A{position:absolute;opacity:0;width:0;height:0}.s9x .s9y .s9B{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}.s9C .s9x .s9y .s9B{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.s9x .s9y .s9A:checked+.s9B{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.s9D .s9E:hover{cursor:pointer;opacity:.6}.s9D .s6o{pointer-events:none;margin-bottom:0;width:240px}.s9D .s9F,.s9D .s9G{display:flex;align-items:center}.s9D .s9G{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.s9D .s9E .s9H{position:absolute;opacity:0;width:0;height:0}.s9D .s9E .s6o{padding:11px 28px}.s9D .s9F .s9I{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}.s9D .s9F .s9J{font-weight:300;font-size:14px;color:hsla(0,11%,95%,.5)}.s9K{overflow:auto}.s9K.s9L{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}.s9K::-webkit-scrollbar{display:none}.s9K .s9M{position:relative;width:96px;height:96px}.s9K .s9M .s9N{width:-moz-fit-content;width:fit-content}.s9K .s9M .s9O{position:absolute;opacity:0;width:0;height:0}.s9K .s9M .s9P{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.s9K .s9M .s9Q{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.s9K .s9R .s9O:checked+.s9N .s9Q{display:block}.s9K .s9R .s9O:checked+.s9N .s9P{background-color:rgba(0,0,0,.4);pointer-events:none}.s9S{display:flex;flex-direction:column;gap:12px}.s9T .s9U{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}.s9T .s9V{background-color:#fff}.s9T .s9U:focus-visible{background-color:#fff;color:#333}.s9W{flex-direction:column}.s9W,.s9X{display:flex}.s9X{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.s9W li{position:relative;flex:1 1;margin-bottom:24px}.s9W .s9Y{position:absolute;opacity:0;width:0;height:0}.s9W li .s9Z{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}.s9W li .s9Y:checked+.s9Z{border:1px solid #fff}.s9W li .s90{margin-bottom:24px}.s9W li .s91{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.s9W li .s92{margin-bottom:8px}.s9W li .s92,.s9W li .s93{font-size:14px;font-weight:300;color:#fff}.s94{display:flex;flex-direction:column;width:100%}.s9W li .s95 .s6p{width:64px}.s95{display:flex;column-gap:16px;margin-top:40px}.s96{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.s96.s97{border:1px solid #fff}.s96 .s98{cursor:pointer;display:flex;align-items:center;padding:42px}.s96 .s98:hover{opacity:.6}.s96 .s98 img{margin-right:10px;width:20px;height:20px}.s96 .s98 .s99{font-size:20px;font-weight:600}.s96 .taa{transition:opacity .5s}.s96 .taa.tab{opacity:0}.s96 .tac{margin:0 auto 40px;width:calc(100% - 84px)}.s96 .taa .tad{margin:0 auto;padding:0 181px 40px}.s96 .taa .tae{gap:16px}.s96 .taa .tae .s9U{max-width:100%;width:100%}.s96 .taf{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.s96 .taf .tag{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.s96 .taf .tah{font-size:12px;font-weight:600;line-height:1.5714285714}.s96 .taa .tad button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.tai{max-width:100%;display:flex;flex-wrap:wrap}.tai .taj{margin-right:16px;margin-bottom:16px}.tai .taj:last-child{margin-right:0}.tai .taj .s8S{width:416px}.taj .s8S .s8U{font-size:16px;line-height:1.625;padding:6px 12px}.taj .s8S .s8U:focus{outline:none}.tak{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.s8Y .tak{color:#ff624f}.tal.s8R{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.tam{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.tan{width:36px;height:36px}.tal.s8R .tao{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.tal.s8R .tap{display:flex;align-items:center;justify-content:center;background:transparent;height:36px;margin-left:12px;opacity:.6;pointer-events:none}.tal.s8R .tap .taq{text-align:center;color:#fff;font-weight:600;font-size:14px}.tal.s8R .tar{opacity:1;pointer-events:auto}.tas.tal.s8R .tap .taq{color:#fff}.tas.tal.s8R .tap{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.s81{width:100%}.s81.s8S .s8U{min-height:192px;height:unset}.s82 input[type=text]{padding:0}.s82{width:100%}.s82 .s83 .s8T{font-size:14px}.s9c.s8R{width:100%}.s9D .s6o{width:176px}.s9D .s9E .s6o{padding:11px 12px}.s9X{width:100%}.s9W li .s9Z{padding:15px 16px}.s9W li .s90{margin-bottom:12px}.s9W li .s91{font-size:16px;margin-bottom:10px}.s9W li .s92{margin-bottom:8px}.s9W li .s92,.s9W li .s93{font-size:12px}.s9W li .s95{display:flex;flex-direction:column;margin-top:0}.s9W li .s95 button:last-child{margin-top:8px}.s96{width:100%}.s96 .s98{padding:16px}.s96 .s98 img{margin-right:8px;width:16px;height:16px}.s96 .s98 .s99{font-size:14px}.s96 .tac{margin:0 auto 16px;width:calc(100% - 32px)}.s96 .taa{margin-bottom:16px}.s96 .taa .tad{width:100%;padding:0 16px 16px}.s96 .taf{margin-bottom:16px}.s96 .taf .tag{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.s96 .taa .tae{gap:8px}.s96 .taa .tae .s9U{width:100%}.s96 .taa .tad button{margin-top:24px}.tai .taj{margin-right:0}.tai .taj,.tai .taj .s8S{width:100%}.taj .s8S .s8U{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.tak{font-size:12px}.tal.s8R{display:flex;flex-direction:column;width:100%}.tam{padding:8px 16px 8px 12px}.tal.s8R .tao{margin-left:8px;height:44px}}@media screen and (max-width:375px){.s8R .s8T,.s8S .s8U{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.s8R .s8T.s8W{font-size:4.266667vw}.s8R .s8Z,.s8S .s8Z{font-size:2.66667vw}.s8R .s8Z,.s8S .s80,.s8S .s8Z{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.s8S .s80{font-size:3.2vw}.s81.s8S .s8U{height:45.33333vw;min-height:51.2vw}.s82 .s83 .s8T{font-size:4.2667vw}.s82 .s83{padding:4vw 3.2vw}.s82 .s83 .s84{left:3.2vw;width:5.3334vw;height:5.3334vw}.s82 .s83 .s85{right:2.6667vw;width:4.267vw}.s82 .s83 .s87{padding-left:6.933vw}.s82.s89 .s88{margin-left:4.26667vw;font-size:3.2vw}.s9a{gap:4vw}.s9b{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.s9c.s8R .s9e{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.s9c.s8R .s9e .s9f{font-size:3.733333vw}.s9g.s9h{gap:4.2666vw}.s9g.s9h .s9i .s9k{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.s9g.s9h .s9i .s9j:checked+.s9k{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.s9g.s9h .s9i .s9l{font-size:3.733333vw}.s9m.s9n{gap:4.2666vw}.s9m.s9n .s9o .s9q{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.s9m.s9n .s9o .s9p:checked+.s9q{width:6.4vw;height:6.4vw;background-size:cover}.s9s{padding:2.13333vw 0}.s9t{width:14.9333vw;height:8.53333vw}.s9u{border-radius:4.8vw}.s9u:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.s9t input:checked+.s9u:before{transform:translateX(6.4vw)}.s9w .s9t{width:10.6666vw;height:6.4vw}.s9w .s9u:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.s9w .s9t input:checked+.s9u:before{transform:translateX(4.26666vw)}.s9x .s9y{margin:0 2.133vw 4.267vw 0}.s9x .s9y .s9B{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.s9D .s9G{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.s9D .s6o{width:46.933vw}.s9D .s9E .s6o{padding:2.93333vw 3.2vw;font-size:3.73333vw}.s9K.s9L{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.s9K .s9M .s9Q{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.s9K .s9M{width:25.6vw;height:25.6vw}.s9S{gap:3.2vw}.s9T .s9U{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.s9W li .s9Z{padding:4vw 4.266666vw}.s9W li .s90{margin-bottom:3.467vw}.s9W li .s91{font-size:4.266666vw;margin-bottom:2.667vw}.s9W li .s92{margin-bottom:2.133333vw}.s9W li .s92,.s9W li .s93{font-size:3.2vw}.s9W li .s95 .s6p{width:17.06666vw}.s9W li .s95 button:last-child{margin-top:2.133333vw}.s96 .s98{padding:4.26666vw}.s96 .s98 img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.s96 .s98 .s99{font-size:3.73333vw}.s96 .tac{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.s96 .taa{margin-bottom:4.26666vw}.s96 .taa .tad{padding:0 4.26666vw 4.26666vw}.s96 .taf{margin-bottom:4.26666vw}.s96 .taf .tag{font-size:3.2vw;margin-bottom:3.2vw}.s96 .taa .tae{gap:2.13333vw}.s96 .taa .tad button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.taj .s8S .s8U{font-size:3.733vw;padding:1.734vw 3.2vw}.tak{font-size:3.2vw}.tan{height:9.6vw;width:9.6vw}.tam{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.tal.s8R .tao{margin-left:2.133333vw;height:11.733333vw}.tal.s8R .tap .taq{font-size:3.733vw}}.tat{display:flex;flex-wrap:wrap;gap:10px}.tau{display:inline-flex;column-gap:4px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tav{display:flex;flex-wrap:wrap;gap:8px}.taw{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.tax{display:flex;flex-wrap:wrap;gap:16px}.tay{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.taz{display:flex;flex-wrap:wrap;gap:8px 16px}.taA{display:inline-flex;column-gap:16px;border-radius:8px;background:hsla(0,0%,100%,.1)}.taB{flex-wrap:wrap;gap:16px 12px}.taB,.taC{display:flex}.taC{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)}.taC:active,.taD{background:hsla(0,0%,100%,.1)}.taD{display:inline-flex;column-gap:8px;border-radius:8px}.taE{display:flex;flex-wrap:wrap;gap:8px}.taF{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.taG.taH{width:auto;height:32px}.taI{width:32px;height:32px;position:relative}.taI,.taJ{display:block}.taJ{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.taK{background-color:hsla(0,0%,59%,.3)}.taL{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.taL,.taM .taK{opacity:0}.taM .taL{opacity:1}@keyframes tkR{0%{width:0}to{width:7px}}@keyframes tkS{0%{width:7px}to{width:0}}@keyframes tkT{0%{width:0}to{width:11px}}@keyframes tkU{0%{width:11px}to{width:0}}@keyframes tkV{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tkW{0%{opacity:0}to{opacity:1}}@keyframes tkX{0%{opacity:1}to{opacity:0}}.taN{display:flex;flex-wrap:wrap;gap:8px}.taO{display:inline-flex;column-gap:8px;border-radius:8px;background:hsla(0,0%,100%,.1)}.taP{position:relative;width:48px;height:48px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.taP .taQ{cursor:pointer;position:absolute;transition:all .2s linear}.taR{gap:18px}.taR,.taS{display:flex;flex-wrap:wrap}.taS{gap:16px}.taT,.taU{display:flex;flex-wrap:wrap}.taU{gap:16px}.taV{display:flex;flex-direction:column;row-gap:8px;padding:0 8px;text-align:center}@media screen and (max-width:375px){.taW{width:4.266vw}.taX{width:5.333vw}.taY{width:6.4vw}.taZ{width:8.533vw}.ta0{width:5.333vw}.taC{width:10.666vw;height:10.666vw}.taG{width:8.533vw}.taG.taH{width:auto}.taG.taH,.taI{height:8.533vw}.taI{width:8.533vw;position:relative;display:block}.taK{background:hsla(0,0%,100%,.15)}.taM .taK{opacity:0}@keyframes tkR{0%{width:0}to{width:1.65vw}}@keyframes tkT{0%{width:0}to{width:2.93vw}}@keyframes tkU{0%{width:2.93vw}to{width:0}}@keyframes tkS{0%{width:1.65vw}to{width:0}}@keyframes tkV{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes tkW{0%{opacity:0}to{opacity:1}}@keyframes tkX{0%{opacity:1}to{opacity:0}}.ta1,.ta2,.taQ{width:10.666vw}.ta3{width:17.066vw}.ta4{width:12.8vw}}.ta5{margin-bottom:34px;position:relative}.ta5,.ta6{width:100%}.ta6{transition:all .3s ease-out}.ta7{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}.ta7,.ta8{width:400px}.ta8{display:flex;align-items:center;height:180px}.ta9 .s4C{line-height:1.4;text-align:left}.ta9 .s5h{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ta8 img{max-width:400px;max-height:180px}.tba{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}.tbb{display:flex}.tbb li{margin-right:7px;width:170px}.tbb li.tbc{width:auto}.ta6 li .tbd{display:block;border-radius:24px;opacity:1}.tbb li .s8p{width:36px;height:36px}.tbe,.tbf{position:absolute;transition:all .3s ease-out;z-index:2}.tbe{bottom:7px;right:60px;width:200px}.tbf{bottom:0;right:24px;width:24px;height:24px}.tbg{padding:0;display:grid;grid-template-columns:repeat(6,1fr);flex-wrap:wrap;grid-gap:8px;gap:8px}.tbh{width:100%}.tbh,.tbi{position:relative}.tbi{overflow:hidden;background:transparent;background-color:#151515;width:13.93vw;height:19.428vw}.tbi,.tbj{border-radius:6px}.tbj{width:100%;height:100%;object-fit:contain}.tbh .s52{width:38px;display:block}.tbh .s53{width:16px;display:block}.tbk{bottom:4px;right:0;transform:translateY(4px)}.tbk,.tbl{position:absolute}.tbl{top:0;left:0;width:22px}.tbl img{max-width:none;width:100%;height:auto}.tbm[data-is-first=true]{width:4vw;flex:0 0 4vw}.tbm{position:relative;width:5vw;flex:0 0 5vw}.tbm[data-is-double-digit=true]{width:6vw;flex:0 0 6vw}.tbn{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}.tbn[data-is-double-digit=true]{right:-16px;letter-spacing:-.1em}.tbo{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tbo,.tbp{position:absolute}.tbp{top:0;bottom:0;right:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.tbq,.tbr{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.tbq img{display:inline;width:100%;background-color:hsla(0,0%,59%,.7);border-radius:50%}.tbs span{font-weight:600;font-size:12px;line-height:1.5;text-align:left;color:#fff;display:inline-block}.tbt{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;border-radius:1.5px;background-color:hsla(0,0%,100%,.6)}.tbu{width:63.3%;height:100%;border-radius:2px;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tbv{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:grid;text-align:center;opacity:.6}.tbv span{font-weight:300;font-size:14px;color:#fff;padding-bottom:6px}.tbv img{width:24px;display:block;margin:0 auto}.tbw{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}.tbw img{width:16px}.tbw span{font-weight:600;font-size:14px;letter-spacing:.08em;line-height:1.5714285714;color:#fff;padding:5px 32px}.tbw span,.tbx{text-align:center}.tbx{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}.tby{padding:0;display:grid;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;grid-gap:16px;gap:16px}.tbz{aspect-ratio:294/165;position:relative}.tbA{position:absolute;top:0;left:0;width:22px}.tbA img{max-width:none;width:100%;height:auto}.tbB{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tbB,.tbC{position:absolute}.tbC{bottom:4px;right:0;transform:translateY(4px)}.tbC .s53{display:block;width:16px}.tbC .s52{display:block;width:38px}.tbD{border-radius:6px;width:100%;height:100%;object-fit:cover}.tbE{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tbE img{display:inline;width:100%;border-radius:50%}.tbF img{background-color:hsla(0,0%,59%,.7)}@media screen and (max-width:375px){.tbF img{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:hsla(0,0%,59%,.7)}}.tbG{display:inline-flex;vertical-align:top;width:100%;height:3px;margin-top:4px;background-color:hsla(0,0%,100%,.6)}.tbG,.tbH{border-radius:1.5px}.tbH{width:21.2%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tbI{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}.tbJ{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;border-radius:12px;background-color:#151515;text-align:center}.tbJ span{font-weight:300;font-size:14px;color:#fff;opacity:.6;padding-bottom:6px}.tbJ img{width:24px;display:block;margin:0 auto;opacity:.6}.tbK{width:248px;aspect-ratio:248/140;position:relative}.tbL{display:inline-block;width:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.tbM{height:100%;background-color:rgba(0,0,0,.6);border-radius:6px}.tbN{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px 16px;gap:24px 16px;justify-content:center}.tbN .tbz{width:294px;height:165px}.tbO{display:inline-flex;flex-wrap:wrap;gap:9px}.tbP{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}.tbP:before{z-index:1}.tbP:after,.tbP:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-position:50%;background-size:cover}.tbP:after{z-index:-1}.tbQ{display:inline;width:100%;height:100%;border-radius:50%;object-fit:cover}.tbR:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1a.svg)}.tbR:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_1b.svg)}.tbS:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2a.svg)}.tbS:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_2b.svg)}.tbT:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3a.svg)}.tbT:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_3b.svg)}.tbU:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4a.svg)}.tbU:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_4b.svg)}.tbV:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5a.svg)}.tbV:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_5b.svg)}.tbW:before{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6a.svg)}.tbW:after{background-image:url(/assets/img/parts/h_image/h_5_profile_icon_style_6b.svg)}.tbX{width:48px;height:48px;padding:0}.tbY{width:100%;height:100%;object-fit:cover;border-radius:50%}.tbZ{display:flex;gap:12px}.tb0{border-radius:6px;display:inline-block;overflow:hidden;position:relative;width:720px;height:105.2631578947px}.tb1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill!important}.tb2{color:#fff;font-weight:300;font-size:16px;line-height:1.625;margin:8px;text-align:center}.tb3{padding:0}.tb4{width:64px;height:36px}.tb4,.tb5{object-fit:cover;border-radius:4px}.tb5{width:32px;height:48px}.tb6{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}.tb6 img{width:100%;height:100%;object-fit:cover}.tb6 img,.tb7{position:absolute;top:0;left:0}.tb7{right:0;bottom:0;background-color:rgba(0,0,0,.3);border-radius:12px}.tb8{font-weight:600;font-size:14px;line-height:1.5714285714;color:#fff;z-index:1}.tb8,.tb9{text-align:center;position:relative}.tb9{display:inline-flex;align-items:center;justify-content:center;width:113px;height:56px;padding:11px;border-radius:12px;overflow:hidden}.tb9.tca{height:64px}.tb9 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tcb{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;z-index:1;white-space:nowrap}.tcb,.tcc{position:relative}.tcc{display:inline-flex;align-items:center;justify-content:center;width:110px;height:110px;padding:16px;border-radius:50%;overflow:hidden}.tcc img{width:100%;height:100%;object-fit:cover}.tcc img,.tcd{position:absolute;top:0;left:0}.tcd{right:0;bottom:0;background-color:rgba(0,0,0,.5)}.tce{width:100%;font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tce,.tcf{display:inline-block}.tcf{width:48px;height:48px;border-radius:50%;overflow:hidden;min-width:48px;min-height:48px}.tcf img{width:100%;height:100%;object-fit:cover}.tcg{margin-top:40px}@media screen and (min-width:1025px)and (max-width:1367px){.ta7{height:500px;z-index:1;position:absolute;left:0}.tch{display:flex;align-items:center}.tch,.tch video{width:889px;height:500px;margin-left:auto}}@media screen and (min-width:1367px){.tch{display:flex;align-items:center}.tch,.tch video{width:auto;height:46.603vw;margin-left:auto}}@media screen and (max-width:1024px){.tch video{-webkit-mask-image:none;width:100%;height:100%;vertical-align:top}.ta7{display:none}.ta9{bottom:0;padding:16px;-webkit-line-clamp:1;word-break:break-all}.ta9,.tbe{position:absolute}.tbe{bottom:-14px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);right:auto;width:auto}.tbf{top:16px;right:16px}.ta9 .s5h{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tbg{grid-template-columns:repeat(3,1fr)}.tbi{width:29.231vw;height:40.769vw}.tbw span{padding:5px 15px}.tbm[data-is-first=true]{width:54px;flex:0 0 54px}.tbm{width:88px;flex:0 0 88px}.tbm[data-is-double-digit=true]{width:96px;flex:0 0 96px}.tbn{font-size:12vw;bottom:-1.5vw}.tbx{font-size:10px}.tbt{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tby{gap:8px}.tci{max-width:150px;aspect-ratio:150/84}.tby{grid-template-columns:repeat(2,1fr)}.tbI{font-size:16.41vw;left:-16px;bottom:-6.15vw;z-index:1}.tbG{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tbN{gap:2.051vw}.tcj,.tck{position:relative}.tck{border-radius:6px;width:29.231vw;height:41.026vw;aspect-ratio:114/160;background-color:#151515;overflow:hidden}.tcl{width:100%;height:100%;object-fit:cover}.tcm{top:5px;left:27px;display:flex;align-items:center;justify-content:flex-start;gap:3px}.tcm,.tcn{position:absolute}.tcn{right:0;bottom:4px;transform:translateY(4px)}.tcn .s52{width:38px}.tcn .s53{width:16px}.tco{position:absolute;top:0;left:0;width:22px}.tco img{max-width:none;width:100%;height:auto}.tcp{z-index:5;font-weight:700;font-family:Jost,sans-serif;line-height:1;font-size:16.41vw;left:-16px;bottom:-6.15vw}.tcp,.tcq{position:absolute}.tcq{width:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tcq,.tcr span{display:inline-block}.tcr span{font-weight:600;font-size:3.076vw;line-height:1.5;text-align:left;color:#fff}.tcs{display:inline-flex;vertical-align:top;width:100%;height:.534vw;margin-top:.712vw;background-color:hsla(0,0%,100%,.6)}.tcs,.tct{border-radius:1.5px}.tct{width:63.3%;height:100%;background-image:linear-gradient(90deg,#ffeb00 0,#ff624f)}.tbX{width:32px;height:32px}.tbZ{display:block}.tcu{text-align:center}.tb0{height:12.8204678363vw;width:87.692vw}.tb2{font-size:14px;line-height:1.571}.tb6{min-width:84px;aspect-ratio:84/56}.tb6 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.tb8{font-weight:600;font-size:14px;line-height:1.5714285714;text-align:center;color:#fff;position:relative;z-index:1}.tb9{min-width:111px;aspect-ratio:111/84}.tcc{min-width:96px;width:auto;height:auto;aspect-ratio:1/1}.tce{font-size:12px;line-height:1.5}.tcg{margin-top:32px}.tbh{width:100%}.tbs span{font-size:3.076vw}.tci{width:38.461vw;max-width:none}.tb0{border-radius:1.154vw}.tb4{width:16.41vw;height:9.23vw}.tb6{min-width:21.538vw}.tb9{min-width:28.4615vw;min-height:21.025vw}.tca{min-height:unset}}@media screen and (min-width:521px)and (max-width:1024px){.tbi,.tbj,.tbw{border-radius:1.1515vw}.tbh .s53{width:3.071vw}.tbh .s52{width:7.294vw}.tbl{width:4.223vw}.tbo{top:.96vw;left:5.182vw;gap:.576vw}.tbD{border-radius:1.1515vw}.tbC .s53{width:3.071vw}.tbC .s52{width:7.294vw}.tbA{width:4.223vw}.tbB{top:.96vw;left:5.182vw;gap:.576vw}.tck{border-radius:1.1515vw}.tcn .s53{width:3.071vw}.tcn .s52{width:7.294vw}.tco{width:4.223vw}.tcm{top:.96vw;left:5.182vw;gap:.576vw}.tb4,.tb5{border-radius:.768vw}.tb6,.tb9{border-radius:2.303vw}}@media screen and (max-width:420px){.tbm[data-is-first=true]{width:37px;flex:0 0 37px}.tbm{width:56px;flex:0 0 56px}.tbm[data-is-double-digit=true]{width:72px;flex:0 0 72px}.tbn{font-size:16.41vw;bottom:-1.5vw}}@media screen and (max-width:375px){.ta5{margin-bottom:9.067vw}.ta9{padding:4.267vw}.tbe{bottom:-3.733vw}.tbf{top:4.267vw;right:4.267vw;width:6.4vw;height:6.4vw}.tbi,.tbj,.tbw{border-radius:1.6vw}.tbg{padding:0;gap:2.1333vw}.tbh{border-radius:3.2vw}.tbq,.tbr{width:8.5333vw}.tbq img{background-color:hsla(0,0%,59%,.7)}.tbs span{font-size:3.2vw}.tbt{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tbu{border-radius:.533vw}.tbv span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tbv img{width:6.4vw}.tbw img{width:4.2667vw}.tbw span{padding:1.3335vw 4vw}.tbh .s53{width:4.267vw}.tbh .s52{width:10.133vw}.tbl{width:5.867vw}.tbo{top:1.333vw;left:7.2vw;gap:.8vw}.tbx{font-size:2.667vw;gap:1.6vw}.tbx img{width:4.267vw;height:4.267vw}.tby{gap:2.1333vw}.tbD{border-radius:1.6vw}.tbE{width:8.5333vw}.tbE img{backdrop-filter:blur(8vw);-webkit-backdrop-filter:blur(8vw)}.tbG{height:.534vw;margin-top:.712vw}.tbG,.tbH{border-radius:.4vw}.tbI{font-size:64px;font-size:17.0666vw;bottom:-6.4vw;left:-2.1333vw}.tbJ{border-radius:3.2vw}.tbJ span{font-size:14px;font-size:3.7334vw;padding-bottom:1.6vw}.tbJ img{width:6.4vw}.tbC .s53{width:4.267vw}.tbC .s52{width:10.133vw}.tbA{width:5.867vw}.tbB{top:1.333vw;left:7.2vw;gap:.8vw}.tbK{width:66.1333vw}.tbL{width:8.5333vw}.tbM{border-radius:3.2vw}.tck{border-radius:1.6vw}.tbN{gap:2.1333vw}.tcj{border-radius:3.2vw}.tcq{width:8.5333vw}.tcs{height:.534vw;margin-top:.712vw;border-radius:.4vw}.tcn .s53{width:4.267vw}.tcn .s52{width:10.133vw}.tco{width:5.867vw}.tcm{top:1.333vw;left:7.2vw;gap:.8vw}.tbO{gap:2.4vw}.tbP{width:19.2vw;height:19.2vw;padding:1.6vw}.tbX{width:8.5333vw;height:8.5333vw}.tb0{border-radius:1.6vw}.tb2{font-size:3.7334vw;margin:2.1333vw}.tb4{width:17.0666vw;height:9.6vw}.tb4,.tb5{border-radius:1.0667vw}.tb5{width:8.5333vw;height:12.8vw}.tb6{min-width:22.4002vw;padding:4.2667vw;border-radius:3.2vw}.tb8{font-size:14px;font-size:3.7334vw}.tb9{min-width:29.5998vw;padding:2.2667vw;border-radius:3.2vw}.tcb{font-size:14px;font-size:3.7334vw}.tcc{padding:4.2667vw;min-width:25.6vw}.tce{font-size:12px;font-size:3.2vw}.tcf{width:12.8vw;height:12.8vw;min-width:12.8vw;min-height:12.8vw}}.tcv,.tcw{position:absolute;top:0;height:100%;width:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6))}.tcw{font-size:16px;font-weight:600;padding-top:23.5%;padding-left:40%}.tcw div{width:48px}.tcx{pointer-events:none}.tcy{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tcz{font-size:20px;font-weight:600}.tcA{display:flex;align-items:center;margin-bottom:16px;gap:8px}.tcB{font-size:16px}.tcB,.tcC{font-weight:600}.tcC{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}.tcD,.tcE{width:100%;display:flex;flex-direction:column}.tcF{display:flex;gap:16px;flex-wrap:nowrap}.tcG{position:relative;flex:0 0 auto}.tcG[data-is-ranking=true]{display:grid;grid-template-rows:auto auto}.tcG[data-is-ranking=true] .tbm{grid-column:1;grid-row:1;align-self:stretch}.tcG[data-is-ranking=true] .tbh{grid-column:2;grid-row:1}.tcG[data-is-ranking=true] .tcH{grid-column:2;grid-row:2}.tcG:hover{z-index:6}.tcD .tcI,.tcE .tcI{position:relative}.tcG .tcJ{position:absolute;bottom:50%;right:50%;width:136%;opacity:0;overflow:hidden;z-index:6;min-width:29.2825768668vw;animation-name:tcK;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:cubic-bezier(1,0,0,1);animation-fill-mode:forwards;display:none}.tcG:hover .tcJ{display:block;animation-name:tcL;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}.tcG .tcJ.tcM{left:0}.tcG:hover .tcJ.tcM{animation-name:tcN}.tcG .tcJ.tcO{right:0}.tcG:hover .tcJ.tcO{animation-name:tcP}@keyframes tcL{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 tcN{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 tcP{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 tcK{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)}}.tcD .s8n,.tcE .s8n{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tcD .s8n.tcQ,.tcE .s8n.tcQ{left:0}.tcD .s8n.tcR,.tcE .s8n.tcR{right:0}.tcI:hover .s8n{display:block}.tcG .tbz{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tcG .tbz,.tcG .tcS{background:transparent;background-color:#151515;border-radius:6px}.tcG .tcS{width:38.6363vw;height:21.77vw;max-width:797.453232px;max-height:449.3328px}.tcD .tbz .tbD,.tcE .tbz .tbD{display:block;width:100%}.tcT{width:100%;flex-direction:column}.tcT,.tcU{display:flex}.tcU{flex-wrap:nowrap;gap:16px}.tcV{position:relative;flex:0 0 auto;display:grid;grid-template-rows:auto auto}.tcV .tbm{grid-column:1;grid-row:1;align-self:stretch}.tcV .tbh{grid-column:2;grid-row:1}.tcV .tcH{grid-column:2;grid-row:2}.tcV .tbi{max-width:287.5152px;max-height:400.99392px}.tcT .tcW{position:relative}.tcT .s8n{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.tcT .s8n.tcQ{left:0}.tcT .s8n.tcR{right:0}.tcT .tcW:hover .s8n{display:block}.tcV:hover{z-index:6}.tcV .tcJ{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:tcK;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:both}.tcV:hover .tcJ{display:block;animation-name:tcL;animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease;animation-fill-mode:forwards;height:auto;animation-delay:.4s}.tcV .tcJ.tcM{left:0}.tcV:hover .tcJ.tcM{animation-name:tcN}.tcV .tcJ.tcO{right:0}.tcV:hover .tcJ.tcO{animation-name:tcP}.tcV .tbI{font-size:min(4.692vw,96.84288px);left:max(-.586vw,-12.09504px);bottom:max(-1.759vw,-36.30576px)}.tcX .tcU{display:flex;flex-wrap:nowrap;gap:16px}.tcX .tcV .tbz{width:21.481vw;height:12.097vw;max-width:443.36784px;max-height:249.68208px}.tcY{width:100%;flex-direction:column}.tcY,.tcZ{display:flex}.tcZ{gap:16px}.tcY .tc0{position:relative}.tcY .tbh{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}.tcY .tbh .tbj{width:100%;height:100%;object-fit:contain;display:table-cell;vertical-align:middle}.tcY .s8n{display:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.tcY .s8n.tcQ{left:0}.tcY .s8n.tcR{right:0}.tcY .tc0:hover .s8n{display:block}.tcY .tcZ>a:hover{z-index:6}.tc1{margin-top:16px;font-weight:600}.tc2{margin-top:8px}.tc3{display:flex;flex-direction:column}.tc3 li{background:url(/assets/img/parts/j_list/j_4_coupon_pc.png) no-repeat;width:720px;height:160px;border-radius:12px;position:relative}.tc3 li:not(:last-child){margin-bottom:16px}.tc4{height:100%}.tc4,.tc5{display:flex;align-items:center}.tc5{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}.tc6{font-family:Jost,sans-serif;font-weight:600}.tc7{width:454px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding-left:40px;padding-right:20px}.tc8{font-size:18px;font-weight:600;line-height:1.4444444444;margin-bottom:12px}.tc8,.tc9{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all;overflow:hidden}.tc9{line-height:1.625;margin-bottom:5px}.tc9,.tda{font-size:16px}.tc3 li.tdb: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}.tdc{font-size:18px;font-weight:600;right:16px;bottom:16px;position:absolute;z-index:1}.tdd{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tde{position:relative;display:flex;align-items:center}.tde.tdf{justify-content:left}.tdg{position:relative;display:block;width:100%}.tdh{display:flex;align-items:center;justify-content:space-between}.tdh .tbD{border-radius:6px}.tdh .tbK{height:10.264vw;width:18.182vw;max-width:375.27648px;max-height:211.84896px}.tdi{padding-right:48px;margin-left:16px;width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tdi .s4F{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){.tdi .s4F{max-width:40vw}}.tdi .s4W{color:#d3d3d3;font-size:12px;margin-bottom:8px;line-height:1}.tdj{margin-bottom:16px;display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.tdj .tdk{font-weight:600;font-size:12px;width:39px}.tdj .tdl>div{width:16px;height:16px}.tdh .tdm{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}.tdn{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%)}.tdn .taG{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;transition:all .2s;width:32px;height:32px}.tde.tdo .tdn .taY{width:24px;height:24px;transform:rotate(180deg)}.tde.tdp .s4W{color:#ff624f}.tde.tdo .tdn{pointer-events:none}.tdh .tdq{color:#fc348e}.tde.tdp .tdr{color:#d3d3d3}.tde.tds .tdi{padding-right:0!important}.tdt{max-height:24px;min-height:24px;min-width:24px;margin-right:16px}.tde.tdy .tdi .s4X{margin-bottom:12px}.tde.tdy .tdz{font-size:12px;font-weight:600;margin-bottom:4px}.tde.tdy .tdA{font-size:10px;font-weight:300;line-height:1.5;color:#e4e4e4;margin-bottom:4px}.tde.tdy .tdA span:first-child{margin-right:16px}.tde.tdy .tdB{font-size:10px;font-weight:300;line-height:1.5;color:#bababa;margin-bottom:12px}.tdC .tdD{display:flex;align-items:center}.tdC .tdD .tbK{height:auto}.tdC .tdD>div:first-child{position:relative;margin-right:16px}.tdC .tdE{display:flex;flex-direction:column;justify-content:center;width:648px}.tdC .tdE .tdF{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}.tdC .tdE .tdG{font-size:12px;color:#d3d3d3;margin-bottom:12px}.tdC .tdE .tdH .tdI{line-height:1.5714285714;height:4.713em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tdJ{position:absolute;bottom:0;right:0}.tbD.tdK{width:100%}.tdC .tdL{height:24px}.tdC .tdL .tdM{width:248px}.tdN{width:32px;height:32px;top:50%;left:50%;transform:translate(-50%,-50%)}.tdN,.tdO{position:absolute}.tdO{top:0;bottom:0;left:0;right:0;border-radius:12px;width:100%;height:100%}.tdP{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:16px;font-weight:600;z-index:5}.tdC .tdE .tdQ{display:flex;justify-content:space-between;align-items:center}.tdQ>.s6p{flex-shrink:0}.tdR{position:relative;display:block;width:100%}.tdS{display:flex;align-items:center}.tdS .tbK{margin-right:16px}.tdT,.tdU{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tdV a:hover,.tdW a:hover,.tdX a:hover{opacity:1}.tdT>a>div:first-child,.tdU>a>div:first-child{margin-right:16px}.tdT .tdY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tdT img.tdZ{margin-right:16px}.tdT .tdY .td0{display:flex;align-items:center}.tdT .tdY .td0 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tdT .tdY .td0 p,.tdT .tdY p.td1{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tdT .tdY p.td1{font-size:12px;font-weight:300;margin-top:8px;padding-right:16px}.tdT .tdY .td2{display:flex;align-items:flex-end;margin-bottom:12px;line-height:1.1}.tdT .tdY .td3{display:flex}.tdT .tdY span.td1{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%}.tdT .tdY span.td4,.tdT .tdY span.td5{font-size:12px;font-weight:300;margin-top:8px;display:inline-block}.tdT .tdY span.td4,.tdT .tdY span.td6{padding-right:12px}.td6,.td7{font-size:12px;font-weight:600;margin-top:8px;display:inline-block}.td6 span,.td7 span{font-weight:300;margin-left:3px}.td8,.tdT .tdY .td8{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}.td5 b{font-weight:600}.td9,.tdW .tdT .tdY .td2{display:flex}.td9{flex-wrap:wrap}.tea{width:210px}.teb{display:flex;align-items:center}.teb>a{height:48px;width:48px}.teb>div{margin-right:8px}.teb .tec{flex:1 1;display:flex;flex-direction:column;justify-content:center}.ted{height:48px;width:48px}.tee{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}.tef{width:calc(100% - 56px);margin-left:56px;top:-17px;display:flex;height:12px;justify-content:space-between}.tef,.tef>button{position:relative}.tef>button{top:-19px}.teg{font-size:12px;color:#eee}.teh .tei{overflow:hidden;position:relative;margin-bottom:8px;border-radius:6px;cursor:pointer;height:118.55px;width:210px}.teh .tei img{object-fit:cover;height:100%;width:100%}.teh .tei span{position:absolute;right:8px;bottom:8px}.teh .tei>div{position:absolute;top:6px;left:6px}.teh .tej{font-size:14px;font-weight:600;-webkit-line-clamp:1;word-break:break-all;line-height:1.5714285714;max-height:1.571em}.teh .tej,.teh .tek{margin-bottom:8px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.teh .tek{font-size:12px;line-height:1.5;height:4.5em;cursor:pointer;-webkit-line-clamp:3}.tel{display:flex;align-items:center;max-width:720px;margin-bottom:16px}.tel:hover{background-color:hsla(0,0%,100%,.1)}.tem a:hover{opacity:1}.tel .ten,.tel>a>div:first-child{margin-right:16px}.tel .teo{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.tel .teo .tep{display:flex;align-items:center}.tel .teo .tep>img:last-child{margin-left:2px}.tel .teo .tep p{font-size:14px;font-weight:600;height:1em;line-height:1.1}.tel .teo .tep p,.tel .teo p.teq{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tel .teo p.teq{font-size:12px;font-weight:300;margin-top:8px;margin-bottom:11px;line-height:1.3}.ter .tes{font-size:16px;font-weight:300;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tel .tet{display:flex}.tel .tet button:first-child{margin-right:8px}.teu{display:flex;align-items:center;max-width:720px}.teu:hover{background-color:hsla(0,0%,100%,.1)}.teu .tev{margin-right:16px}.tew a:hover{opacity:1}.teu>a>div:first-child{margin-right:16px}.teu .tex{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:24px}.teu .tex .tey{display:flex;align-items:center}.teu .tex .tey 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}.teu .tex .tey>img{margin-left:2px}.teu .tex p.tez{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}.teA{display:flex;flex-wrap:wrap;gap:4.103vw}.teB,.teC,.teD{width:16.496vw}.teC,.teD{position:relative;margin-bottom:7px;cursor:pointer;height:9.238vw}.teC .teE,.teD .teE{object-fit:cover;height:100%;width:100%;border-radius:6px}.teC .teF,.teD .teF{position:absolute;right:8px;top:8px;cursor:pointer}.teG .teH{font-size:16px;margin-bottom:-1px;-webkit-line-clamp:2;line-height:1.625;max-height:3.25em;height:3.25em}.teG .teH,.teG .teI{font-weight:600;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.teG .teI{margin-bottom:4px;word-break:break-all;-webkit-line-clamp:1;max-height:1.571em;height:1.571em}.teG .teI,.teG .teJ{line-height:1.5714285714}.teG .teJ{margin-bottom:8px;overflow:hidden;height:6.284em}.teK{justify-content:space-between;margin-bottom:8px}.teK,.teK .teL{display:flex;align-items:center}.teK .teL{gap:6px}.teM{display:flex;justify-content:space-between;align-items:center}.teM .teN{font-size:12px;color:#eee}.teO{display:flex;flex-wrap:wrap}.teO>li{width:100%}.teO>li:not(:last-child){margin-bottom:24px}.teP,.teQ{display:flex;align-items:center}.teQ{gap:16px;width:calc(100% - 48px)}.teQ .tci{width:248px;height:140px}.teR{flex:1 1}.teS{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}.teT{display:flex;align-items:center;margin-bottom:14px}.teT>p{font-weight:600;margin-right:16px}.teU{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.teR>:last-child{margin-bottom:0}.teV{margin-left:24px}.teW{display:flex;flex-wrap:wrap;gap:56px 16px}.teX{width:13.93vw;position:relative}.teX .tbj{border-radius:6px}.teW .teF{position:absolute;cursor:pointer;top:8px;right:4px;z-index:1}.teW .tbi.teY span{top:47.9%;font-weight:600;z-index:5;text-align:center;line-height:1.5714285714;width:81%;letter-spacing:1.12px}.teW .tbi.teY span,.teZ{position:absolute;left:50%;transform:translate(-50%)}.teZ{top:38.9%}.te0.te1{margin-top:16px}.te2{font-weight:600;-webkit-line-clamp:2;height:3.25em}.te2,.te3{font-size:16px;line-height:1.625;margin-top:11px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.te3{height:4.875em;-webkit-line-clamp:3}.te4{font-size:12px;margin-top:11px;display:flex}.te4 span:not(:last-child){margin-right:4px}.teW .te5{margin-top:16px}.te6{display:flex;align-items:center}.te7 img{width:120px;height:120px}.te6 .te8{margin-left:16px;width:71%}.te6 li:not(:last-child){margin-bottom:6px}.te6 .te8 p{font-size:12px;font-weight:300}.te9{max-width:43.255vw}.te9 .tfa{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.te9 .tfa,.te9 .tfb,.te9 .tfc{margin-bottom:16px}.te9 .tfc{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}.te9 .tfd,.te9 .tfe{display:flex;align-items:center}.te9 .tfd .tff{font-size:12px;font-weight:300;color:#d3d3d3;margin-right:8px}.te9 .tfg{display:flex;align-items:center;justify-content:right;gap:16px}.te9 .tfd img.tfh,.te9 .tfe img.tfi{margin-right:4px}.te9 .tfd .tfj,.te9 .tfe .tfk{font-size:12px;font-weight:600;line-height:1.5}.te9 .tfe .tfk{font-weight:300;margin-left:4px}.te9 .tfl{display:flex;justify-content:space-between;padding:12px 8px 12px 16px;border-radius:12px;background-color:hsla(0,0%,100%,.3)}.te9 .tfl a{display:flex;padding-right:16px}.te9 .tfl .tfm{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.te9 .tfl .tfn{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;overflow:hidden;display:inline-flex}.te9 .tfl .tfn .tfo{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.te9 .tfl .tfn .tfp{flex-shrink:0}.te9 .tfl .tfq{line-height:1.571;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.te9 .tfl .tfr{position:relative;display:flex;justify-content:center;width:56px;height:80px}.te9 .tfl .tfr .tfs{width:100%;height:100%;object-fit:cover;border-radius:4px}.te9 .tfl .tft{position:absolute;bottom:-16px}.te9 .tft .tfu{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%}.te9 .tft .taG{margin:0}.tfv{margin-left:auto;position:relative}.tfv,.tfw{max-width:355.60656px;width:17.229vw}.tfw{height:24.047vw;max-height:496.33008px}.tfw img{width:100%;height:100%;object-fit:cover;border-radius:6px}.tfx{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%)}.tfv .tfy{margin-top:16px}.tfy .tfz{display:flex;justify-content:space-between;align-items:center}.tfy .tfz .tfA{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)}.tfB{position:absolute;top:calc(24.047vw + 20px);right:0}.tfy .tfC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tfy .tfD{margin-top:8px;gap:12px}.tfy .tfD,.tfy .tfD .tfE{display:flex;align-items:center}.tfy .tfD .tfE{gap:4px}.tfy .tfF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tfv .tfG{margin-top:16px;display:flex;align-items:center;gap:12px}.tfv .tfH{width:48px;height:48px;min-width:48px;min-height:48px}.tfG .tfI{position:relative}.tfI .tfJ{font-size:12px;font-weight:600;line-height:1.5;margin-bottom:5px;display:inline-flex;align-items:center}.tfI .tfK{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tfI .tfL{flex-shrink:0}.tfG .tfI .tfM{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tfG .tfI .tfN{position:absolute;bottom:2px;right:0;z-index:5}.tfO{max-width:43.255vw}.tfO .tfP{font-family:Jost,sans-serif;font-size:110px;font-weight:600;line-height:1.2}.tfO .tfP,.tfO .tfQ{margin-bottom:16px}.tfO .tfR{margin-bottom:24px}.tfO .tfS{width:170px}.tfO .tfT{font-size:40px;line-height:1.4;font-weight:600;margin-bottom:16px;max-height:2.8em;-webkit-line-clamp:2}.tfO .tfT,.tfU{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tfU{-webkit-line-clamp:1;word-break:break-all}.tfO .tfV{justify-content:right;gap:16px}.tfO .tfV,.tfO .tfW,.tfO .tfX{display:flex;align-items:center}.tfO .tfX img{width:16px;height:16px;position:relative;bottom:1px;margin-right:4px;cursor:pointer}.tfO .tfY{font-size:12px}.tfO .tf0,.tfO .tfZ{font-size:12px;line-height:1.5}.tfO .tfW .tfZ{margin-left:4px}.tfO .tf1{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%)}.tfO .tf1 a{display:flex;padding-right:16px}.tfO .tf1 .tf2{display:flex;flex-direction:column;justify-content:center;flex:1 1;margin-left:16px;max-width:29.619vw}.tfO .tf1 .tf3{font-size:14px;font-weight:600;line-height:1.571;margin-bottom:8px;display:inline-flex}.tfO .tf4{flex-shrink:0}.tfO .tf1 .tf3 .tf5{-webkit-line-clamp:1;word-break:break-all}.tfO .tf1 .tf3 .tf5,.tfO .tf1 .tf6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tfO .tf1 .tf6{line-height:1.571;-webkit-line-clamp:2}.tfO .tf1 .tf7{position:relative;display:flex;justify-content:center;width:56px;height:80px}.tf1 .tf7 .tf8{width:100%;height:100%;object-fit:cover;border-radius:4px}.tfO .tf1 .tf9{position:absolute;bottom:-16px}.tfO .tf9 .tfu{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%}.tfO .tf9 .taG{margin:0}.tga,.tgb{width:21vw;max-width:433.44px}.tgb{position:relative;margin-bottom:11px;height:12.097vw;max-height:249.68208px}.tgb .tgc{width:100%;height:100%;object-fit:cover;border-radius:12px}.tgb .tgd.tge,.tgb .tgf.tgg{position:absolute;top:12px;left:12px}.tgb .tgh{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tgb span{position:absolute;right:8px;bottom:8px}.tgi{display:flex;align-items:center}.tgi .tgj{margin-right:36px}.tgi .tgj,.tgi .tgk{font-family:Jost,sans-serif;letter-spacing:-5.72px;font-weight:600;font-size:44px}.tgi .tgk{margin-right:20px}.tgi .tgl .tgm{max-height:1.625em;-webkit-line-clamp:1;word-break:break-all;margin-bottom:3px}.tgi .tgl .tgm,.tgi .tgl .tgn{font-size:16px;font-weight:600;line-height:1.625;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tgi .tgl .tgn{-webkit-line-clamp:2;margin-bottom:1px;max-height:3.25em}.tgi .tgl .tgo{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}.tgp{display:flex;align-items:center;justify-content:space-between;padding-left:60px;margin-bottom:12px}.tgp .tfY{font-size:12px}.tgp .tgq{gap:8px}.tgp .tgq,.tgr{display:flex;align-items:center}.tgr{gap:12px}.tgs{width:48px;height:48px;min-width:48px;min-height:48px}.tgr .tgt{font-size:12px;font-weight:600;line-height:1.1;margin-bottom:5px;display:inline-flex}.tgr .tgu{-webkit-line-clamp:1;word-break:break-all;max-width:80%}.tgr .tgu,.tgr .tgv{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.tgr .tgv{font-size:12px;line-height:1.5;max-height:4.5em;-webkit-line-clamp:3}.tgw{max-width:45.455vw}.tgw .tgx{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}.tgw .tgy{display:flex;align-items:center}.tgw .tgz{width:100%;height:100%;object-fit:cover;border-radius:12px}.tgw .tgA{position:relative;width:18.18vw;height:10.264vw;margin-right:16px;cursor:pointer}.tgA .tgB{width:2.346vw;height:2.346vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tgw .tgC{flex:1 1;width:calc(100% - 18.18vw - 16px)}.tgw .tgD{display:flex;align-items:center;font-size:12px;margin-bottom:16px}.tgw .tgE{font-family:SF Pro,sans-serif;font-size:12px;margin-right:16px;color:#d3d3d3}.tgw .tgF{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}.tgG{max-width:39.736vw}.tgG a{display:flex;align-items:center;justify-content:space-between}.tgG .tbK{height:10.264vw;width:18.182vw;margin-right:16px;max-height:211.84896px;max-width:375.27648px}.tgG .tbD{border-radius:6px}.tgH{width:calc(100% - 16px - 18.182vw);min-width:calc(100% - 16px - 375.27648px)}.tgG .tgH .tgI{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}.tgG .tgJ{display:flex;align-items:center}.tgG .tgJ .tgK{margin-right:8px}.tgG .tgJ .tgL{font-size:12px;color:#d3d3d3}.tgM{display:flex;flex-wrap:nowrap;gap:calc((100% - 77.418vw)/11);justify-items:center}.tgM .tb6{padding:0;width:7.038vw;height:7.038vw;min-width:unset;max-width:145.26432px;max-height:145.26432px}.tgM .tb8{font-size:min(1.026vw,21.17664px)}.tgN{counter-increment:title;max-width:32.551vw;border-bottom:1px solid hsla(0,0%,100%,.3)}.tgN .tgO{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.tgN .tgO:hover{background-color:hsla(0,0%,100%,.1)}.tgN .tgP{width:24px;height:24px;cursor:move;cursor:grab;cursor:-webkit-grab}.tgN .tgP:active{cursor:grabbing;cursor:-webkit-grabbing}.tgN .tgQ{width:24px;height:32px;border-radius:6px;margin-right:28px}.tgN .tgQ img{width:100%;height:100%;object-fit:cover}.tgN .tgR{display:inline-block;width:42px;text-align:center;font-size:14px;font-weight:600;line-height:1.5714285714;color:#fff}.tgN .tgR:before{content:counter(title)}.tgN .tgS{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}.tgT{width:24px;height:24px}.tgN .tgU{width:100%;height:100%;object-fit:cover;cursor:pointer}.tgV{display:flex;gap:64px}.tgW{max-width:24.926vw}.tgW,.tgW a{display:flex;justify-content:space-between;align-items:center}.tgW a{max-width:21.407vw;width:calc(100% - 32px)}.tgX{width:7.038vw;height:9.604vw;max-width:145.26432px;max-height:198.22656px}.tgY{border-radius:12px;object-fit:cover;height:100%;width:100%}.tgZ{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)}.tg0{font-size:16px;line-height:1.625;max-height:3.25em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tg1{width:32px;height:32px}.tg2{width:374px}.tg2,.tg3{overflow:hidden}.tg3{width:100%;height:100%;display:flex;flex-direction:column}.tg4{padding-bottom:28px}.tg3 .tcy{justify-content:space-between;padding-right:16px}.tg5{display:flex;flex-wrap:nowrap;gap:8px}.tg5 .tbi{width:114px;height:159px}.tg6{position:relative;flex:0 0 auto}.tg6[data-is-ranking=true] .tg7{display:grid;grid-template-rows:auto auto}.tg6[data-is-ranking=true] .tbm{grid-column:1;grid-row:1;align-self:stretch}.tg6[data-is-ranking=true] .tbh{grid-column:2;grid-row:1}.tg6[data-is-ranking=true] .tg8{grid-column:2;grid-row:2}.tg3 .tg9{position:relative}.tg3 .s8n{display:none;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.tg3 .s8n.tcQ{left:8px}.tg3 .s8n.tcR{right:8px}.tg3 .tg9:hover .s8n{display:block}.tg3 .tbn{font-size:64px;bottom:-8px}.tg3 .tbm[data-is-first=true]{width:46px;flex:0 0 46px}.tg3 .tbm{position:relative;width:56px;flex:0 0 56px}.tg3 .tbm[data-is-double-digit=true]{width:64px;flex:0 0 64px}.tha.s4v{background:url(/assets/img/parts/j_list/xs_heart.svg) no-repeat 50%}.te5{display:flex;align-items:center}.te5 .thb{display:inline-block;width:16px;height:16px;bottom:1px;position:relative;margin-right:4px;cursor:pointer}.te5 .taY.thc:hover{opacity:.6}.te5 .taY.thc.s4v:hover{opacity:1}@media screen and (min-width:2064px){.tfB{top:514px}}@media screen and (max-width:1024px){.tdh .tbD{border-color:violet;border-radius:6px}.tdC .tdD .thd .the,.tdO{border-radius:1.1515vw}.tdJ img{width:100%;height:auto}.teA{display:grid;grid-template-columns:repeat(2,1fr)}.teC .teE,.teD .teE{border-radius:6px}.thf{flex-direction:column;gap:48px}.teu,.thf{display:flex}.teu{align-items:center}.teu .tev{margin-right:16px}.teu .tex{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.teu .tex .tey{display:flex;align-items:center}.teu .tex .tey 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}.teu .tex p.tez{font-size:12px;font-weight:300;margin-top:4px}.teB{width:43.846vw}.teC,.teD{margin-bottom:8px}.teD .thg{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.teG .teH{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.teG .teI{font-weight:300;margin-bottom:2px;height:1.5em}.teG .teI,.teG .teJ{font-size:12px;line-height:1.5}.teG .teJ,.teK{margin-bottom:8px}.teM .teN{font-size:10px}.teQ{width:calc(100% - 14px)}.teO li:not(:last-child){margin-bottom:16px}.teQ .tci{width:38.462vw;height:21.538vw}.teV{margin-left:0}.teS{font-size:14px;margin-right:11px}.teS,.teT{margin-bottom:8px}.teT>p{font-size:12px;margin-right:8px}.teT .s5S,.teT>p{white-space:nowrap}.teU{margin-right:11px}.teW{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px 2.051vw;gap:27px 2.051vw}.teX{width:29.231vw}.teW .teF{right:8px}.teZ{top:27%}.teW .tbi.teY span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.te0.thh{margin-top:12px}.te2{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.te3{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.te4{font-size:10px}.te4,.teW .te5{margin-top:10px}.te7 img{width:80px;height:80px}.te6 li:not(:last-child){margin-bottom:5px}.te6 .te8 p{font-size:10px}.te9{max-width:91.795vw}.te9 .tfa{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.te9 .thi{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.te9 .thj{margin-left:16px}.te9 .tfc{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.te9 .tfg{justify-content:left}.te9 .tfl{background-color:transparent;padding:0;position:relative}.te9 .tfl .tfm{max-width:100%}.te9 .tfl a{padding-right:0}.te9 .tfl .tfn{font-size:12px;padding-left:0;margin-bottom:8px}.te9 .tfl .tfn:after{font-size:12px}.te9 .tfl .tfq{font-size:12px;line-height:1.5;overflow:hidden}.te9 .tfl .thk{position:absolute;bottom:2px;right:0;z-index:5}.tfv{width:unset;position:relative;max-width:91.795vw;margin-left:0;padding-left:64px;z-index:1;width:auto}.tfv .thl{justify-content:space-between}.tfv .thl,.tfv .thl a{display:flex;align-items:center}.tfv .thl a{gap:16px}.tfw{width:30.769vw;height:42.307vw;max-width:none;max-height:none}.tfx{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)}.tfx.thm,.tfx.thn{right:unset;left:-1.282vw}.tfv .tfy{max-width:28.205vw;margin-top:16px}.tfy .tfz{display:flex;justify-content:space-between;align-items:center}.tfy .tfz .tfA{font-size:14px;line-height:1.5714285714;height:4.713em;width:100%}.tfB{position:unset;top:unset;right:unset}.tfy .tfC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tfy .tfD{display:flex;align-items:center;margin-top:8px;gap:12px}.tfy .tfD .tfE{display:block;position:absolute;top:12px;left:78px;gap:4px}.tfy .tfF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tfv .tfG{margin-top:16px;position:relative;gap:unset}.tfG a{display:flex;align-items:center;gap:16px}.tfO{max-width:91.795vw}.tfO .tfP{font-size:72px;line-height:1.1944444444}.tfO .tfP,.tfO .tfQ{margin-bottom:8px}.tfO .tfR{margin-bottom:12px}.tfO .tfR .tfT{font-size:14px;margin-bottom:8px;font-weight:600;-webkit-line-clamp:1;word-break:break-all}.tfO .tfR .tfU{font-size:12px;color:#d3d3d3}.tfO .tho{margin-left:16px}.tfO .tfT{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tfO .tfV{justify-content:space-between}.tfO .tfV,.tfO .tfV .thp{display:flex;align-items:center}.tfO .tfV .thp{gap:8px}.tfO .thq{display:flex;align-items:center}.tfO .thq .thr{width:40px;height:40px}.tfO .tf1{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tfO .tf1 .tf2{max-width:100%}.tfO .tf1 a{padding-right:0}.tfO .tf1 .tf3{font-size:12px;padding-left:0;margin-bottom:8px}.tfO .tf1 .tf3:after{font-size:12px}.tfO .tf1 .tf6{font-size:12px;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tga{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset}.tgb{margin-bottom:12px;width:75.128vw;height:42.308vw;max-width:none;max-height:none}.tgb .tgd.tge,.tgb .tgf.tgg{top:8px;left:8px}.tgi{display:unset;align-items:unset;gap:0}.ths{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tgi .tgl .tgm{margin-bottom:2px}.tgi .tgl .tgm,.tgi .tgl .tgn{font-size:14px;line-height:1.571}.tgi .tgl .tgn{margin-bottom:4px}.tgi .tgl .tgo{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tgp{padding-left:0}.tgs{width:40px;height:40px;min-width:40px;min-height:40px}.tgw{max-width:49.231vw}.tgw .tht{position:relative;margin-bottom:16px}.tgw .thu{width:100%}.tht .thv{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tht .s53{position:absolute;bottom:0;right:0}.tgw .tgx{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tgw .thw{display:flex;align-items:center;margin-bottom:8px}.tgw .thx{font-size:12px;margin-right:16px;color:#d3d3d3}.tgw .thy{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}.tgG{max-width:91.795vw}.tgG a{display:flex;align-items:center}.tgH{width:calc(100% - 16px - 38.462vw);min-width:none}.tgG .tgH .tgI{font-size:14px;font-weight:600;margin-bottom:8px;-webkit-line-clamp:2;max-height:3em}.tgG .tgJ{display:flex;align-items:center}.tgG .tgJ .tgL{font-size:12px;color:#d3d3d3}.tgM{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tgM .tb6{width:unset;height:unset;min-width:21.538vw}.tgM .tb8{font-size:14px}.tgM::-webkit-scrollbar{display:none}.tgN{max-width:91.795vw}.tgN .tgO{padding:12px 0}.tgN .tgP{display:none}.tgN .tgQ{width:36px;height:49px;border-radius:6px;margin-right:16px}.tgN .tgR{text-align:left;width:28px}.tgN .tgS{width:calc(100% - 120px)}.tgV{flex-direction:column;gap:16px}.tgV,.tgW{display:flex}.tgW{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tgW a{max-width:unset}.tgZ{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}.tg0{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tg2{width:100%}.tg5 .tbi{width:29.231vw;height:40.769vw}.te5 .tfY{font-size:12px}}@media screen and (max-width:375px){.tcI>.tcF:after,.tcU>.tcV:after,.tcW>.tcU:after,.tgM:after{content:"";display:block;flex:0 0 4.267vw}.tdh .tbD{border-color:green;border-radius:1.6vw}.tdi{padding-right:11.733vw;margin-left:4.267vw}.tdi .s4F{font-size:3.733vw}.tdi .s4F,.tdi .s4W{margin-bottom:2.133vw}.tdi .s4W{font-size:3.2vw}.tdj{gap:2.133vw}.tde .tdi .tdl>div{width:4.267vw;height:4.267vw}.tdi .tdk{font-size:2.667vw}.tdi .thz .thA{width:3.733vw;height:3.733vw}.tdn{min-width:8.53333vw;margin-left:2.133vw}.tdn .taG{width:8.53333vw;height:8.53333vw}.tdn .taY{width:4.267vw;height:4.267vw}.tdj .tdk{width:11.8vw}.tde .tdt{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tde.thB .thC{font-size:3.733vw;margin-top:4.267vw}.tde.thD .tdh .tbD{border-radius:1.6vw}.tde.thD .tdi .s4W{margin-bottom:4.267vw}.tde.thD.tde .tdm{font-size:3.2vw}.tde.thD.tde .tdj{margin-top:4.267vw}.tde.tdy .tdi .s4W{margin-bottom:3.2vw}.tde.tdy .tdz{font-size:3.2vw;margin-bottom:1.067vw}.tde.tdy .tdA{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tde.tdy .tdA span:first-child{margin-right:4.267vw}.tde.tdy .tdB{font-size:2.667vw;margin-bottom:3.2vw}.tde.tdy .thC{margin-top:4.267vw}.tde.tdy.tde .tdm{font-size:3.2vw}.tde.tdy .thE{width:4.267vw;height:4.267vw}.tdC .tdD .thd{margin-right:4.267vw}.tdC .tdD .thd .the{border-radius:1.6vw}.tdC .tdD .thd .thF{width:10.256vw}.tdC .tdD .tdE{margin-right:6.154vw}.tdC .tdD .tdE.thG{margin-right:2.133vw}.tdC .tdD .tdE .tdF{font-size:3.77vw;margin-bottom:1.067vw}.tdC .tdE .tdG,.tdC .tdH .tdI{font-size:3.2vw}.tdC .tdD .tdE.thH{margin-right:2.133vw}.tdC .tdD .s6p.thI{font-size:3.2vw;padding:0 1.795vw}.tdP,.thJ{font-size:3.77vw}.tbG.thK{margin-bottom:1.6vw}.tdC .tdH .thL,.tdC .tdH .thM{font-size:3.2vw}.tdV>div:not(:last-child),.tdW>div:not(:last-child){margin-bottom:4.267vw}.tdT>a>div:first-child,.tdU>a>div:first-child{margin-right:4.267vw}.tdU{margin-bottom:3.267vw}.tdT .tdY,.tdU .tdY{margin-right:4.267vw}.tdT .tdY .td2{margin-bottom:0}.td6 span,.td7 span{margin-left:.8vw}.tdT img.tdZ{margin-right:4.267vw}.tdT .tdY .td0 p,.tdU .tdY .td0 p{font-size:3.733vw;margin-right:.533vw}.td6,.td7,.tdT .tdY p.td1,.tdT .tdY p.td5,.tdU .tdY p.td1{font-size:3.2vw;margin-top:2.133vw}.td8{font-size:3.733vw}.td9{display:flex;flex-wrap:wrap}.td9 li:nth-of-type(2n){margin-right:0}.tea{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.teb>a{height:8.533vw;width:8.533vw}.teb>div{margin-right:2.133vw}.tec{width:60%}.tee{max-width:100%;margin-bottom:4.267vw;font-size:3.733vw}.teg{font-size:2.667vw}.teF{width:6.154vw}.teh .tei{margin-bottom:2.133vw;border-radius:1.6vw}.teh .tei img{width:100%}.teh .tei span{right:2.133vw;bottom:2.947vw}.teh .tej{font-size:3.733vw}.teh .tej,.teh .tek{margin-bottom:2.133vw}.teh .tek{font-size:3.2vw}.tel .ten,.tel>a>div:first-child{margin-right:4.267vw}.tel .teo{margin-right:1.067vw}.tel .teo .tep>img:last-child{margin-left:.533vw}.tel .teo .tep p{font-size:3.733vw}.tel .teo p.teq{font-size:3.2vw;margin-top:1.067vw}.tel .tet button:first-child{margin-right:2.133vw}.thf{gap:12.8vw}.teu .tev,.teu>a>div:first-child{margin-right:4.267vw}.teu .tex{margin-right:1.067vw}.teu .tex .tey p{font-size:3.733vw}.teu .tex .tey>img{margin-left:.533vw}.teu .tex p.tez{font-size:3.2vw;margin-top:1.067vw}.teA{gap:4.267vw}.teC,.teD{margin-bottom:2.133vw}.teC .teE,.teD .teE{border-radius:1.6vw}.teC .teF,.teD .teF{right:2.133vw;top:2.133vw}.teC span{right:2.133vw;bottom:2.133vw}.teD span{font-size:3.77vw}.teD .thg{width:4.267vw}.teG .teH{font-size:3.77vw;margin-bottom:.256vw}.teG .teI{font-size:3.2vw;margin-bottom:.533vw}.teG .teJ{font-size:3.2vw}.teG .teJ,.teK{margin-bottom:2.133vw}.teK .teL{gap:1.6vw}.teM .teN{font-size:2.667vw}.teW{gap:7.2vw 2.133vw}.teX{width:31.785%}.teW .teF{top:2.133vw;right:2.133vw}.teZ{width:4.267vw}.teW .tbi.teY span{font-size:3.2vw}.te0.te1{margin-top:3.2vw}.te2{font-size:3.733vw;margin-top:2.033vw}.te3{font-size:3.2vw;margin-top:1.233vw}.te4{font-size:2.667vw;margin-top:2.667vw}.te4 span:not(:last-child){margin-right:0}.teW .te5{margin-top:2.667vw}.te7 img{width:21.333vw;height:21.333vw}.te6 .te8{margin-left:4.267vw}.te6 li:not(:last-child){margin-bottom:1.333vw}.te6 .te8 p{font-size:2.667vw}.te9 .tfa{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.te9 .thi{margin-bottom:4.267vw}.te9 .thj{margin-left:4.267vw}.te9 .tfc{font-size:3.733vw;margin-bottom:3.2vw}.te9 .tfl .tfm{margin-left:3.733vw}.te9 .tfl .tfn{margin-bottom:2.133vw}.te9 .tfl .tfn,.te9 .tfl .tfn:after,.te9 .tfl .tfq{font-size:3.2vw}.tfv{padding-left:17.067vw}.tfv .thl a{gap:4.267vw}.tfw{border-radius:3.2vw}.tfx{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}.tfx.thm,.tfx.thn{right:unset;left:-1.282vw}.tfv .tfy{margin-top:4.267vw}.tfy .tfz .tfA{font-size:3.733vw}.tfy .tfC{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tfy .tfD{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tfy .tfD .tfE{display:block;position:absolute;top:3.2vw;left:20.8vw;gap:1.067vw}.tfy .tfF{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tfv .tfG{margin-top:4.267vw}.tfG a{gap:4.267vw}.tfG .thN{min-width:19.2vw;min-height:19.2vw}.tfI .tfJ{margin-bottom:1.333vw;align-items:center}.tfG .tfI .tfM,.tfI .tfJ{font-size:3.2vw}.tfO .tfP{font-size:19.2vw;line-height:1.1944444444}.tfO .tfP,.tfO .tfQ{margin-bottom:2.133vw}.tfO .tfR{margin-bottom:3.2vw}.tfO .tfR .tfT{font-size:3.733vw;margin-bottom:2.133vw}.tfO .tfR .tfU{font-size:2.133vw}.tfO .tho{margin-left:4.267vw}.tfO .tfT{font-size:3.733vw;margin-bottom:3.2vw}.tfO .tfV .thp{gap:2.133vw}.tfO .thq .thr{width:10.667vw;height:10.667vw}.tfO .tf1 .tf3{margin-bottom:2.133vw}.tfO .tf1 .tf3,.tfO .tf1 .tf3:after,.tfO .tf1 .tf6{font-size:3.2vw}.tfO .tfX img{bottom:.533vw;margin-right:1.067vw;width:4.267vw}.tga{width:100%;padding-left:16.41vw}.tgb{margin-bottom:3.2vw}.tgb .tgc{width:100%;border-radius:3.2vw}.tgb .tgd.tge,.tgb .tgf.tgg{top:2.133vw;left:2.133vw}.tgb .tgh{width:10.256vw}.tgb span{right:2.133vw;bottom:2.133vw}.ths{letter-spacing:-2.4vw;font-size:18.462vw}.tgi .tgl .tgm{font-size:3.77vw;margin-bottom:.533vw}.tgi .tgl .tgn{font-size:3.77vw;margin-bottom:1.067vw}.tgi .tgl .tgo{font-size:3.2vw;margin-bottom:2.667vw}.tgp{margin-bottom:3.2vw}.tgp .tfY{font-size:3.2vw}.tgp .tgq{gap:2.133vw}.tgr{gap:3.2vw}.tgs{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tgr .tgt{font-size:3.2vw;margin-bottom:1.282vw}.tgr .tgt:after{font-size:3.2vw;margin-left:1.539vw}.tgr .tgv{font-size:3.2vw}.tgw{max-width:51.2vw}.tgw .tht{margin-bottom:4.267vw}.tgw .tgz{border-radius:3.2vw}.tgw .tgx{font-size:3.733vw;margin-bottom:6.4vw}.tgw .tgD{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tgw .tgE{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tgw .tgE,.tgw .thO>span{font-size:3.2vw}.tgw .thy{font-size:3.733vw}.tgw .thx{font-size:3.2vw;margin-right:4vw}.tgG .tgH .tgI{font-size:3.733vw;margin-bottom:2.133vw}.tgG .tgJ .tgK{margin-right:2.133vw}.tgG .tgJ .tgL{font-size:3.2vw}.tgM{gap:2.133vw}.tgM .thP,.tgM .thQ{border-radius:4.267vw}.tgM .tb8{font-size:3.733vw}.tgN .tgO{padding:3.2vw 0}.tgN .tgP,.tgN .tgQ{margin-right:4.267vw}.tgN .tgQ{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tgN .tgR{width:7.468vw;font-size:3.733vw}.tgN .tgS{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tgT{width:6.4vw;height:6.4vw}.tgV{display:flex;flex-direction:column;gap:4.267vw}.tgW a{width:calc(100% - 8.533vw)}.tgZ{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tg0{font-size:3.733vw}.tg1{width:8.533vw;height:8.533vw}.te5 .thb{width:4.267vw;height:4.267vw;bottom:.267vw;margin-right:1.067vw}.te5 .tfY{font-size:3.2vw}}@media screen and (max-width:1024px){.tcI>.tcF:after,.tcU>.tcV:after,.tcW>.tcU:after,.tgM:after{content:"";display:block;flex:0 0 16px}.tcG{width:29.23vw}.tcG[data-is-ranking=true]{width:auto;margin-right:0}.tcD .tcI,.tcE .tcI{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.tcD .tcI::-webkit-scrollbar,.tcE .tcI::-webkit-scrollbar{display:none}.tcF{display:flex;flex-wrap:nowrap;gap:8px}.tcF .tcS{margin-right:8px}.tcF .tcS,.tcF .thR{top:1907px;left:16px;width:72vw;height:40.266vw;max-width:527px;max-height:297px}.tcF .thR{margin-right:10px}.tcD .tcj .tcl,.tcE .tcj .tcl{display:block;width:100%}.tcy{justify-content:space-between;padding-right:16px}.tcz{font-size:16px}.tcA{justify-content:space-between}.tcB{font-size:14px}.tcC{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}.tcT .tcW{padding-bottom:4.05vw}.tcU{gap:8px}.thS{position:absolute;left:-2.051vw;bottom:-8.205vw;font-size:16.41vw;font-weight:700;font-family:Jost,sans-serif}.tcX .tcU{gap:8px}.tcX .tcV .tbz{width:38.462vw;height:21.538vw}.tcT.tcX .tbI{position:absolute;left:-2.051vw;bottom:-6.15vw;font-size:14.359vw}.tcZ{gap:2.133vw}.tcY .tbh{width:29.231vw;height:40.76923vw;border-radius:3.07vw}.tc3 li{width:100%;height:104px;border-radius:8px;overflow:hidden;background-image:none}.tc5{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}.tc6{width:100%;height:70px;border-right:1px solid hsla(0,0%,100%,.3);display:flex;flex-direction:column;align-items:center;justify-content:center}.tc7{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}.tc8{font-size:14px;margin-bottom:4px}.tc9{margin-bottom:5px}.tc9,.tda{font-size:12px}.tc3 li.tdb:after{content:none}.tc3 li.tdb .tc4{opacity:.4}.tdc{font-size:12px}.tdd{flex-wrap:wrap;flex-direction:column;gap:16px}.tdd,.tde{display:flex}.tde{align-items:center;justify-content:space-between;width:100%}.tdh .tbK{width:38.462vw;height:21.538vw;max-width:none;max-height:none}.tdi{padding-right:44px;width:calc(100% - 16px - 38.462vw);max-width:none}.tdi .s4F{font-size:14px;line-height:1.5714285714;max-height:3.142em;overflow:hidden;-webkit-line-clamp:2;margin-bottom:4px}.tdj{gap:8px;margin-bottom:unset}.tdn{margin-left:12px}.tde .tdt{margin-right:8px}.tdf.tde .tbK{width:38.462vw;height:21.538vw;aspect-ratio:150/84}.tde .tdm,.tde.thT .tbE{display:none}.tde.thB .thC{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}.tde.thB .tdn{top:50%}.tde.thD .tdh .tbK{width:29.231vw;height:40vw}.tde.thD .tdh .tbD{border-radius:6px}.tde.thD.tde .tdi{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tde.thD .tdi .s4W{margin-bottom:16px}.tde.thD.tde .tdm{font-size:12px;overflow:hidden;line-height:1.5;max-height:3em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tde.thD.tde .tdj{margin-top:16px;order:4}.tde.tdy .tdh .tbK{position:relative;width:29.231vw;height:40vw}.tde.tdy .tdh .tbD{border-radius:6px}.tde.tdy .tdh .tbK .s53{position:absolute;bottom:0;right:0}.tde.tdy .tdh .tdi{display:flex;flex-direction:column;width:calc(100% - 16px - 29.231vw)}.tde.tdy .tdi .s4W{margin-bottom:12px}.tde.tdy .tdz{font-size:12px;font-weight:600}.tde.tdy .tdA{font-size:12px;letter-spacing:-.1em;color:#e4e4e4}.tde.tdy .tdA,.tde.tdy .tdB{font-weight:300;line-height:1.5}.tde.tdy .tdB{font-size:10px;color:#bababa;margin-top:8px;margin-bottom:0}.tde.tdy .thC{position:relative;display:block;margin-top:16px}.tde.tdy .thC button{position:absolute;bottom:0;right:0;z-index:5;width:16px;height:16px}.tde.tdy .tdm{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}.tde.tdy .tdn{top:30%;transform:translateY(-30%)}.tdC{flex-direction:column;align-items:normal}.tdC .tdD:not(.thU){margin-bottom:13px}.tdC .tdD .thd{width:38.462vw;height:21.538vw;position:relative;margin-right:16px}.tdC .tdD .thd .the{width:100%;height:100%;object-fit:cover}.tdC .tdD .thd .thF{display:inline-block;width:40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tdC>div:first-child{position:unset;margin-right:0}.tdC .tdD .tdE{display:flex;flex-direction:column;justify-content:center;width:40.2%;margin-right:24px;flex:1 1}.tdC .tdD .tdE .tdF{font-size:14px;line-height:1.5714285714;margin-bottom:8px;-webkit-line-clamp:2;max-height:unset}.tdC .tdD .tdE .tdG{margin-bottom:0}.tdC .tdH{position:relative}.tdC .tdH .tdI{font-size:12px;line-height:1.5;height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tdC .tdL{height:13px}.tdC .tdL .tdM{width:38.462vw}.tdC .tdD .tdE.thG{width:32.56%;margin-right:8px;flex:1 1}.tdP,.thJ{transform:translate(-50%,-50%);font-size:14px}.thJ{position:absolute;top:50%;left:50%;font-weight:600;z-index:5}.tbG.thK{margin-bottom:6px}.tbH.thV{width:45.2%}.tdC .tdH .thL,.tdC .tdH .thM{font-size:12px;line-height:1.5}.tdC .tdH .thM{max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tdV>div:not(:last-child),.tdW>div:not(:last-child){margin-bottom:16px}.thW:hover,.thX:hover,.thY:hover{background-color:hsla(0,0%,100%,.1)}.tdU{margin-bottom:12.25px}.tdT .tdY,.tdU .tdY{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:16px}.tdT .tdY .td2,.tdU .tdY .td2{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:0}.tdT img.tdZ,.tdU img.tdZ{margin-right:16px}.tdT .tdY .td0,.tdU .tdY .td0{display:flex;align-items:center}.tdT .tdY .td0 p,.tdU .tdY .td0 p{font-size:14px;font-weight:600;margin-right:2px;height:1.2em}.tdT .tdY .td0 p,.tdT .tdY p.td1,.tdU .tdY .td0 p,.tdU .tdY p.td1{line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;word-break:break-all}.tdT .tdY p.td1,.tdU .tdY p.td1{font-size:12px;font-weight:300;margin-top:4px;max-width:unset;padding:0}.thZ{display:flex;flex-direction:column}.tdT .tdY p.td5,.tdU .tdY p.td5{font-size:12px;font-weight:300;margin-top:8px}.td6,.td7{font-weight:300}.td8{font-size:14px;max-width:720px}.tea{width:43.846vw;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.3)}.teh .tei{border-radius:6px;height:24.615vw;width:43.846vw}.teb>a{height:32px;width:32px}.td9{gap:0 4.103vw}.teb .tec{width:60%}.ted{height:32px;width:32px}.tef>button{top:-14px}.tee{margin-bottom:16px;max-width:100%}.tef{margin-left:40px}.teb{height:38px}.teg{font-size:10px}.teh .tei img{width:100%}.tel{display:flex;align-items:center}.tel .ten{margin-right:16px}.tel .teo{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.tel .teo .tep{display:flex;align-items:center}.tel .teo .tep p{font-size:14px;font-weight:600;height:1em;overflow:hidden}.tel .teo p.teq{margin-top:8px;margin-bottom:0}.tel .tet{display:flex}.ter .tes{font-size:14px;line-height:1.5714285714}.thf{flex-direction:column;gap:48px}.teu,.thf{display:flex}.teu{align-items:center}.teu .tev{margin-right:16px}.teu .tex{display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:4px}.teu .tex .tey{display:flex;align-items:center}.teu .tex .tey p{height:1em;overflow:hidden;line-height:unset}.teu .tex p.tez{font-size:12px;font-weight:300;margin-top:4px}.teB,.teC,.teD{width:43.846vw}.teC,.teD{margin-bottom:8px;height:24.615vw}.teD .thg{top:18.8%;width:4.103vw;height:4.103vw;max-width:84.68592px;max-height:84.68592px}.teG .teH{font-size:14px;margin-bottom:1px;line-height:1.5714285714;height:3.142em}.teG .teI{font-weight:300;margin-bottom:2px;height:1.5em}.teG .teI,.teG .teJ{font-size:12px;line-height:1.5}.teG .teJ,.teK{margin-bottom:8px}.teM .teN{font-size:10px}.teW{gap:27px 2.051vw}.teX{width:29.231vw}.teX .tbj{border-radius:6px}.teW .teF{right:8px}.teZ{top:27%}.teW .tbi.teY span{top:42.8%;left:50%;font-size:12px;line-height:1.8333333333;letter-spacing:.96px;width:85%;padding:0}.te0.thh{margin-top:12px}.te2{font-size:14px;margin-top:7.625px;line-height:1.571;height:1.571em;-webkit-line-clamp:1;word-break:break-all}.te3{font-size:12px;line-height:1.5;margin-top:4.625px;height:4.5em}.te4{font-size:10px}.te4,.teW .te5{margin-top:10px}.te7 img{width:80px;height:80px}.te6 li:not(:last-child){margin-bottom:5px}.te6 .te8 p{font-size:10px}.te9{max-width:100%}.te9 .tfa{font-size:72px;line-height:1.1944444444;margin-bottom:8px}.te9 .thi{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.te9 .thj{margin-left:16px}.te9 .tfc{font-size:14px;line-height:1.5714285714;height:auto;margin-bottom:12px}.te9 .tfg{justify-content:left}.te9 .tfl{background-color:transparent;padding:0;position:relative}.te9 .tfl .tfm{max-width:100%}.te9 .tfl a{padding-right:0}.te9 .tfl .tfn{font-size:12px;padding-left:0;margin-bottom:8px}.te9 .tfl .tfn:after{font-size:12px}.te9 .tfl .tfq{font-size:12px;line-height:1.5;max-height:4.5em;overflow:hidden}.te9 .tfl .thk{position:absolute;bottom:2px;right:0;z-index:5}.tfv{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}.tfv .thl{justify-content:space-between}.tfv .thl,.tfv .thl a{display:flex;align-items:center}.tfv .thl a{gap:16px}.tfw{width:30.769vw;height:42.307vw}.tfx{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}.tfx.thm,.tfx.thn{right:unset;left:-1.282vw}.tfv .tfy{max-width:28.205vw;margin-top:16px}.tfy .tfz{display:flex;justify-content:space-between;align-items:center}.tfy .tfz .tfA{font-size:14px;line-height:1.5714285714;height:auto;max-height:4.713em;width:100%;-webkit-line-clamp:3}.tfB{position:unset;top:unset;right:unset}.tfy .tfC{font-size:12px;font-weight:400;line-height:1.5;padding-top:6px;color:#d3d3d3}.tfy .tfD{display:flex;align-items:center;margin-top:8px;gap:12px}.tfy .tfD .tfE{display:block;position:absolute;top:36px;left:78px;gap:4px}.tfy .tfF{display:inline-block;font-size:12px;font-weight:600;line-height:1.5}.tfv .tfG{margin-top:16px;position:relative;gap:unset}.tfG a{display:flex;align-items:center;gap:16px}.tfG .thN{min-width:72px;min-height:72px}.tfO{max-width:100%}.tfO .tfP{font-size:72px;line-height:1.1944444444}.tfO .tfP,.tfO .tfQ{margin-bottom:8px}.tfO .tfR{margin-bottom:12px}.tfO .tfR .tfT{font-size:14px;margin-bottom:8px;font-weight:600;height:auto;-webkit-line-clamp:1;word-break:break-all}.tfO .tfR .tfU{font-size:12px;color:#d3d3d3}.tfO .tho{margin-left:16px}.tfO .tfT{font-size:14px;line-height:1.5714285714;height:3.142em;margin-bottom:12px}.tfO .tfV{justify-content:space-between}.tfO .tfV,.tfO .tfV .thp{display:flex;align-items:center}.tfO .tfV .thp{gap:8px}.tfO .thq{display:flex;align-items:center}.tfO .thq .thr{width:40px;height:40px}.tfO .tf1{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}.tfO .tf1 .tf2{max-width:100%}.tfO .tf1 a{padding-right:0}.tfO .tf1 .tf3{font-size:12px;padding-left:0;margin-bottom:8px}.tfO .tf1 .tf3:after{font-size:12px}.tfO .tf1 .tf6{font-size:12px;line-height:1.567}.tga{width:91.538vw;position:relative;padding-left:16.41vw;max-width:unset;border-top:1px solid hsla(0,0%,100%,.3);padding-top:24px}.tgb{margin-bottom:12px;width:75.128vw;height:42.308vw}.tgb .tgd.tge,.tgb .tgf.tgg{top:8px;left:8px}.tgi{display:unset;align-items:unset;gap:0}.ths{letter-spacing:-9.36px;font-size:18.462vw;position:absolute;left:-1.282vw;top:0;font-family:Jost,sans-serif;font-weight:600}.tgi .tgl .tgm{max-height:3.25em;margin-bottom:2px;-webkit-line-clamp:2}.tgi .tgl .tgm,.tgi .tgl .tgn{font-size:14px;line-height:1.571}.tgi .tgl .tgn{margin-bottom:4px}.tgi .tgl .tgo{font-family:SF Pro,Regular,sans-serif;color:#d3d3d3;margin-bottom:10px}.tgp{padding-left:0}.tgw{max-width:49.231vw}.tgw .tht{position:relative;margin-bottom:16px;height:27.692vw;width:49.231vw}.tgw .thu{border-radius:12px;width:100%;height:100%;object-fit:cover}.tht .thv{position:absolute;display:flex;gap:2px;top:4px;left:4px}.tht .s53{position:absolute;bottom:0;right:0}.tgw .tgx{font-size:14px;font-weight:600;line-height:1.571;height:3.142em;margin-bottom:24px;-webkit-line-clamp:2}.tgw .thw{display:flex;align-items:center;margin-bottom:8px}.tgw .thx{font-size:12px;margin-right:16px;color:#d3d3d3}.tgw .thy{cursor:pointer;font-size:12px;line-height:1.5;max-height:6em;overflow:hidden}.tgG{max-width:91.795vw}.tgG a{display:flex;align-items:center}.tgG .tbK{height:21.538vw;width:38.462vw;max-height:none;max-width:none}.tgG .tbD{border-radius:6px}.tgG .tgH .tgI{font-size:14px;font-weight:600;margin-bottom:8px;max-height:3em;-webkit-line-clamp:2}.tgG .tgJ{display:flex;align-items:center}.tgG .tgJ .tgL{font-size:12px;color:#d3d3d3}.tgM{display:flex;flex-wrap:nowrap;gap:8px;overflow:auto;justify-items:unset}.tgM .tb6{width:unset;height:unset;min-width:21.538vw}.tgM .tb8{font-size:14px}.tgM::-webkit-scrollbar{display:none}.tgN{max-width:91.795vw}.tgN .tgO{padding:12px 0}.tgN .tgP{display:none}.tgN .tgQ{width:36px;height:49px;border-radius:6px;margin-right:16px}.tgN .tgR{width:28px}.tgN .tgS{width:calc(100% - 120px)}.tgV{flex-direction:column;gap:16px}.tgV,.tgW{display:flex}.tgW{width:100%;justify-content:space-between;align-items:center;max-width:91.794vw}.tgW a{max-width:unset}.tgX{width:14.359vw;height:19.487vw;max-width:none;max-height:none}.tgY{border-radius:12px}.tgZ{display:flex;flex-direction:column;gap:8px;flex-grow:1;margin-left:16px;margin-right:28px;width:calc(100% - 14.359vw - 44px)}.tg0{font-size:14px;font-weight:600;line-height:1.5714285714;-webkit-line-clamp:2}.tg3 .tbn{font-size:10vw}.tg3 .tbm[data-is-first=true]{width:54px;flex:0 0 54px}.tg3 .tbm{position:relative;width:80px;flex:0 0 80px}.tg3 .tbm[data-is-double-digit=true]{width:88px;flex:0 0 88px}}@media screen and (max-width:420px){.te4 span{transform:scaleX(.9);white-space:nowrap}.tg3 .tbn{font-size:16.4vw;bottom:-1.5vw}.tg3 .tbm[data-is-first=true]{width:40px;flex:0 0 40px}.tg3 .tbm{width:48px;flex:0 0 48px}.tg3 .tbm[data-is-double-digit=true]{width:56px;flex:0 0 56px}}@media screen and (min-width:521px)and (max-width:1024px){.tde.tdy .tdh .tbD,.tde.thD .tdh .tbD,.tdh .tbD{border-radius:1.1515vw}.tde.tdy .tdh .tbK .s53,.tdh .tbK .s53{width:3.071vw}.teC .teE,.teD .teE,.teX .tbj,.teh .tei,.tgG .tbD{border-radius:1.1515vw}.tgw .thu{border-radius:2.303vw}.tht .s53{width:3.071vw}.tgY{border-radius:2.303vw}}@media screen and (max-width:375px){.tcy{margin-bottom:4.267vw;padding-right:4.267vw}.tcz{font-size:4.267vw}.tcA{margin-bottom:3.75vw}.tcB{font-size:3.75vw}.tcF{gap:2.133vw}.tcF .tcS{top:1907px;left:16px;width:72vw;height:40.266vw}.tcF .tcS :not(:first-child){margin-left:8px}.tcU,.tcX .tcU,.tcZ{gap:2.133vw}.tcY .tbh{border-radius:3.2vw}.tc3 li{border-radius:2.133vw}.tc3 li:not(:last-child){margin-bottom:4.267vw}.tc5{font-size:5.333vw}.tc7{padding-left:4.267vw;padding-right:4.267vw}.tc8{font-size:3.733vw;margin-bottom:1.067vw}.tc9{margin-bottom:1.333vw}.tc9,.tda,.tdc{font-size:3.2vw}.tdc{right:4.267vw;bottom:4.267vw}.tdd{gap:4.267vw}.tdh .tbD{border-radius:1.6vw}.tdi{padding-right:11.733vw;margin-left:4.267vw}.tdi .s4F{margin-bottom:1.067vw;font-size:3.733vw}.tdi .s4W{margin-bottom:2.133vw;font-size:3.2vw}.tdj{gap:2.133vw}.tde .tdi .tdl>div{width:4.267vw;height:4.267vw}.tdi .tdk{font-size:2.667vw}.tdi .thz .thA{width:3.733vw;height:3.733vw}.tdn{min-width:8.53333vw;margin-left:2.133vw}.tdn .taG{width:8.53333vw;height:8.53333vw}.tdn .taY{height:4.267vw}.tdh .tbK .s53,.tdn .taY{width:4.267vw}.tde .tdt{height:6.4vw;width:6.4vw;border-radius:33.33%;margin-right:2.133vw}.tde.thB .thC{font-size:3.733vw;margin-top:4.267vw}.tde.thD .tdh .tbD{border-radius:1.6vw}.tde.thD .tdi .s4W{margin-bottom:4.267vw}.tde.thD.tde .tdm{font-size:3.2vw}.tde.thD.tde .tdj{margin-top:4.267vw}.tde.tdy .tdh .tbK .s53{width:4.267vw}.tde.tdy .tdi .s4X{margin-bottom:3.2vw}.tde.tdy .tdz{font-size:3.2vw;margin-bottom:1.067vw}.tde.tdy .tdA{font-size:2.667vw;letter-spacing:normal;margin-bottom:1.067vw}.tde.tdy .tdA span:first-child{margin-right:4.267vw}.tde.tdy .tdB{font-size:2.667vw;margin-bottom:3.2vw}.tde.tdy .thC{margin-top:4.267vw}.tde.tdy.tde .tdm{font-size:3.2vw}.tde.tdy .thE{width:4.267vw;height:4.267vw}.tdC .tdD .thd{margin-right:4.267vw}.tdC .tdD .thd .the{border-radius:1.6vw}.tdC .tdD .thd .thF{width:10.256vw}.tdC .tdD .tdE{margin-right:6.154vw}.tdC .tdD .tdE.thG{margin-right:2.133vw}.tdC .tdD .tdE .tdF{font-size:3.77vw;margin-bottom:1.067vw}.tdC .tdE .tdG,.tdC .tdH .tdI{font-size:3.2vw}.tdC .tdL{height:3.333vw}.tdC .tdD .tdE.thH{margin-right:2.133vw}.tdC .tdD .s6p.thI{font-size:3.2vw;padding:0 1.795vw}.tdP,.thJ{font-size:3.77vw}.tbG.thK{margin-bottom:1.6vw}.tdC .tdH .thL,.tdC .tdH .thM{font-size:3.2vw}.tdT .tdY,.tdT>a>div:first-child,.tdU .tdY,.tdU>a>div:first-child{margin-right:4.267vw}.tdT .tdY .td2{margin-bottom:0}.td6 span,.td7 span{margin-left:.8vw}.tdT img.tdZ{margin-right:4.267vw}.tdT .tdY .td0 p,.tdU .tdY .td0 p{font-size:3.733vw;margin-right:.533vw}.td6,.td7,.tdT .tdY p.td1,.tdT .tdY p.td5,.tdU .tdY p.td1{font-size:3.2vw;margin-top:2.133vw}.td8{font-size:3.733vw}.td9{display:flex;flex-wrap:wrap}.td9 li:nth-of-type(2n){margin-right:0}.tea{padding-bottom:4.267vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.teb>a>img,.teb>div{margin-right:2.133vw}.teb .tec{width:60%}.ted{height:8.533vw;width:8.533vw}.tef>button{top:-3.733vw}.teb .tec .tee{max-width:100%;font-size:3.733vw}.tef{margin-left:10.667vw}.teb .tec .teg{font-size:2.667vw}.teh .tei{margin-bottom:2.133vw;border-radius:1.6vw}.teh .tei img{width:100%}.teh .tei span{right:2.133vw;bottom:2.947vw}.teh .tej{font-size:3.733vw}.teh .tej,.teh .tek{margin-bottom:2.133vw}.teh .tek{font-size:3.2vw}.tel{margin-bottom:4.267vw}.tel .ten,.tel>a>div:first-child{margin-right:4.267vw}.tel .teo{margin-right:1.067vw}.tel .teo .tep>img:last-child{margin-left:.533vw}.tel .teo .tep p{font-size:3.733vw}.tel .teo p.teq{font-size:3.2vw;margin-top:2.133vw}.ter .tes{font-size:3.734vw}.tel .tet button:first-child{margin-right:2.133vw}.thf{gap:12.8vw}.teu .tev,.teu>a>div:first-child{margin-right:4.267vw}.teu .tex{margin-right:1.067vw}.teu .tex .tey p{font-size:3.733vw}.teu .tex .tey>img{margin-left:.533vw}.teu .tex p.tez{font-size:3.2vw;margin-top:1.067vw}.teA{gap:4.267vw}.teC,.teD{margin-bottom:2.133vw}.teC .teE,.teD .teE{border-radius:1.6vw}.teC .teF,.teD .teF{right:2.133vw;top:2.133vw}.teC span{right:2.133vw;bottom:2.133vw}.teD span{font-size:3.77vw}.teD .thg{width:4.267vw}.teG .teH{font-size:3.77vw;margin-bottom:.256vw}.teG .teI{font-size:3.2vw;margin-bottom:.533vw}.teG .teJ{font-size:3.2vw}.teG .teJ,.teK{margin-bottom:2.133vw}.teK .teL{gap:1.6vw}.teM .teN{font-size:2.667vw}.teQ{gap:4.267vw;width:calc(100% - 3.733vw)}.teO li:not(:last-child){margin-bottom:4.267vw}.teS{font-size:3.733vw;margin-right:2.933vw}.teS,.teT{margin-bottom:2.133vw}.teT>p{margin-right:2.133vw}.teT>p,.teU{font-size:3.2vw}.teU{margin-right:2.933vw}.teW{gap:7.2vw 2.133vw}.teX{width:31.785%}.teX .tbj{border-radius:1.6vw}.teW .teF{top:2.133vw;right:2.133vw}.teZ{width:4.267vw}.teW .tbi.teY span{font-size:3.2vw}.te0.te1{margin-top:3.2vw}.te2{font-size:3.733vw;margin-top:2.033vw}.te3{font-size:3.2vw;margin-top:1.233vw}.te4{font-size:2.667vw;margin-top:2.667vw}.te4 span:not(:last-child){margin-right:0}.teW .te5{margin-top:2.667vw}.te7 img{width:21.333vw;height:21.333vw}.te6 .te8{margin-left:4.267vw}.te6 li:not(:last-child){margin-bottom:1.333vw}.te6 .te8 p{font-size:2.667vw}.te9 .tfa{font-size:19.2vw;line-height:1.1944444444;margin-bottom:2.133vw}.te9 .thi{margin-bottom:4.267vw}.te9 .thj{margin-left:4.267vw}.te9 .tfc{font-size:3.733vw;margin-bottom:3.2vw}.te9 .tfl .tfm{margin-left:3.733vw}.te9 .tfl .tfn{margin-bottom:2.133vw}.te9 .tfl .tfn,.te9 .tfl .tfn:after,.te9 .tfl .tfq{font-size:3.2vw}.tfv{padding-left:17.067vw;padding-top:6.4vw}.tfv .thl a{gap:4.267vw}.tfw{border-radius:1.6vw}.tfx{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}.tfx.thm,.tfx.thn{right:unset;left:-1.282vw}.tfv .tfy{margin-top:4.267vw}.tfy .tfz .tfA{font-size:3.733vw}.tfy .tfC{font-size:3.2vw;font-weight:400;line-height:1.5;padding-top:1.6vw;color:#d3d3d3}.tfy .tfD{display:flex;align-items:center;margin-top:3.133vw;gap:3.2vw}.tfy .tfD .tfE{display:block;position:absolute;top:9.6vw;left:20.8vw;gap:1.067vw}.tfy .tfF{display:inline-block;font-size:3.2vw;font-weight:600;line-height:1.5}.tfv .tfG{margin-top:4.267vw}.tfG a{gap:4.267vw}.tfG .thN{min-width:19.2vw;min-height:19.2vw}.tfI .tfJ{margin-bottom:1.333vw;align-items:center}.tfG .tfI .tfM,.tfI .tfJ{font-size:3.2vw}.tfO .tfP{font-size:19.2vw;line-height:1.1944444444}.tfO .tfP,.tfO .tfQ{margin-bottom:2.133vw}.tfO .tfR{margin-bottom:3.2vw}.tfO .tfR .tfT{font-size:3.733vw;margin-bottom:2.133vw}.tfO .tfR .tfU{font-size:2.133vw}.tfO .tho{margin-left:4.267vw}.tfO .tfT{font-size:3.733vw;margin-bottom:3.2vw}.tfO .tfV .thp{gap:2.133vw}.tfO .thq .thr{width:10.667vw;height:10.667vw}.tfO .tf1 .tf3{margin-bottom:2.133vw}.tfO .tf1 .tf3,.tfO .tf1 .tf6{font-size:3.2vw}.tfO .tfX img{bottom:.267vw;margin-right:1.067vw;width:4.267vw;height:4.267vw}.tfO .tfY{font-size:3.2vw}.tga{width:100%;padding-left:16.41vw;padding-top:6.4vw}.tgb{margin-bottom:3.2vw}.tgb .tgc{width:100%;border-radius:3.2vw}.tgb .tgd.tge,.tgb .tgf.tgg{top:2.133vw;left:2.133vw}.tgb .tgh{width:10.256vw}.tgb span{right:2.133vw;bottom:2.133vw}.ths{letter-spacing:-2.4vw;font-size:18.462vw}.tgi .tgl .tgm{font-size:3.77vw;margin-bottom:.533vw}.tgi .tgl .tgn{font-size:3.77vw;margin-bottom:1.067vw}.tgi .tgl .tgo{font-size:3.2vw;margin-bottom:2.667vw}.tgp{margin-bottom:3.2vw}.tgp .tfY{font-size:3.2vw}.tgp .tgq{gap:2.133vw}.tgr{gap:3.2vw}.tgs{width:10.256vw;height:10.256vw;min-width:10.256vw;min-height:10.256vw}.tgr .tgt{font-size:3.2vw;margin-bottom:1.282vw}.tgr .tgt:after{font-size:3.2vw;margin-left:1.539vw}.tgr .tgv{font-size:3.2vw}.tgw{max-width:51.2vw}.tgw .tht{margin-bottom:4.267vw}.tgw .tgz{border-radius:3.2vw}.tgw .tgx{font-size:3.733vw;margin-bottom:6.4vw}.tgw .tgD{display:flex;align-items:center;font-size:3.2vw;margin-bottom:4.267vw}.tgw .tgE{font-family:SF Pro,sans-serif;margin-right:4.267vw;color:#d3d3d3}.tgw .tgE,.tgw .thO>span{font-size:3.2vw}.tgw .thy{font-size:3.733vw}.tgw .thx{font-size:3.2vw;margin-right:4vw}.tht .s53{width:4.267vw}.tgG .tbK{margin-right:4.267vw}.tgG .tbD{border-radius:1.6vw}.tgG .tgH .tgI{font-size:3.733vw;margin-bottom:2.133vw}.tgG .tgJ .tgK{margin-right:2.133vw}.tgG .tgJ .tgL{font-size:3.2vw}.tgM{gap:2.133vw}.tgM .thP,.tgM .thQ{border-radius:4.267vw}.tgM .tb8{font-size:3.733vw}.tgN .tgO{padding:3.2vw 0}.tgN .tgP,.tgN .tgQ{margin-right:4.267vw}.tgN .tgQ{width:9.6vw;height:13.067vw;border-radius:1.6vw}.tgN .tgR{width:7.468vw;font-size:3.733vw}.tgN .tgS{width:calc(100% - 32.002vw);font-size:3.733vw;margin-right:4.267vw}.tgT{width:6.4vw;height:6.4vw}.tgV{display:flex;flex-direction:column;gap:4.267vw}.tgW a{width:calc(100% - 8.533vw)}.tgZ{gap:2.133vw;margin-left:4.267vw;margin-right:7.467vw;width:calc(100% - 26.093vw)}.tg0{font-size:3.733vw}.tg1{width:8.533vw;height:8.533vw}.tgY{border-radius:3.2vw}.tg4{padding-bottom:7.179vw}.tg3 .tcy{padding-right:4.267vw}.tg5{gap:2.051vw}.tg3 .s8n{display:none}}@media screen and (min-width:700px)and (max-width:1024px){.th0 .tdn{top:40%!important}}@media screen and (min-width:500px)and (max-width:699px){.th0 .tdn{top:35%!important}}@media screen and (min-width:376px)and (max-width:499px){.th0 .tdn{top:30.7675%!important}}@media screen and (max-width:376px){.th0 .tdn{top:30%!important}}.th1{display:inline-flex;gap:16px}.th2{animation:th2 .8s linear infinite}.th3>img{width:100%;height:100%;display:block}@keyframes th2{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.th4{height:4px}.th4,.th5{width:100%}.th5{height:100%;background-image:linear-gradient(90deg,#ff903c,#ff0576);border-radius:2px}.th6{width:90px;background-color:hsla(0,0%,100%,.6)}.th6,.th7{height:4px;border-radius:4px}.th7{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.te0{display:inline-block}.thz{gap:2px}.th8,.thz{display:flex;align-items:flex-end}.th8{max-height:-moz-fit-content;max-height:fit-content}.thO>span{display:block;font-size:12px;font-weight:600;color:#fff}.th9{display:inline-block;cursor:pointer}.th9 input{display:none}.th9 input~span{display:block;height:6px;width:24px;border-radius:3px;margin-right:6px;background-color:hsla(0,0%,81%,.5)}.th9 input:checked~span{width:80px}.th9 input:checked~span>span{display:block;width:56.3%;height:100%;border-radius:3px;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tib{width:58.2%}.tic{cursor:pointer}.tid{height:2px}.tid.tie .tic{width:24px;height:24px}.tid.tif .tic{display:none}.tig{display:inline-block;margin-right:16px;cursor:pointer}.tig:last-child{margin-right:0}.tig input{display:none}.tig 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)}.tig input:checked~span{display:block;background-image:linear-gradient(270deg,#ff0576,#ff903c)}.tia{border-radius:2px}.tib{z-index:1;width:15.9%;height:100%;border-radius:inherit;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.tib,.tic{position:relative}.tic{width:12px;height:12px;border-radius:50%;background-image:linear-gradient(270deg,#ff903c,#ff0576);z-index:2}.tih.tia{height:4px}.tih .tic{width:26px;height:26px}.tii .tic{display:none}.tij{display:flex;align-items:center;margin:0 8px;position:relative}.tik{margin-left:12px}.tik,.til{font-size:12px;font-weight:300}.til{top:-16px}.til,.tim{position:absolute}.tim{font-size:12px;font-family:SF Pro,sans-serif;font-weight:700;bottom:-32px;left:0;display:flex;align-items:center}.tim:before{content:"●";color:#ff0576;font-size:16px}.tim span{font-family:Hiragino Sans,sans-serif;font-weight:600}.tin{width:160px;position:absolute;display:flex;flex-direction:column;align-items:center;bottom:39px;left:41px}.tio{margin-bottom:16px}.tia{width:100%;height:2px;border-radius:4px;background-color:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:flex-start}.tip{height:4px}.tiq{margin-bottom:12px;font-size:12px;font-weight:300}.tip .tib{width:31.3%}.tip .tic{width:26px;height:26px}.tir .tic{display:none}.tis{margin-right:56px}.tit{position:relative;width:100%;height:100%}.tit,.tiu{display:flex;align-items:center;justify-content:center}.tiu{width:calc(100% - 12px);height:2px}.tiu .tiv{flex:1 1;height:100%;background:transparent;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.tiw{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.tiw .tix{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)}.tiy[data-current-index="1"] .tiw>.tix:first-child,.tiy[data-current-index="2"] .tiu>.tiv:first-child,.tiy[data-current-index="2"] .tiw>.tix:not(.tix:nth-child(3)),.tiy[data-current-index="3"] .tiu>.tiv,.tiy[data-current-index="3"] .tiw>.tix{background-color:#ff0576}.tiz{width:528px;height:12px}.tiA{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:conic-gradient(#ff0576 135deg,#000 135deg);border-radius:50%}.tiA>img{display:block;width:36px;height:36px}.tiB{width:528px;height:12px}.tiC[data-current-index="1"] .tiw>.tix:first-child,.tiC[data-current-index="2"] .tiu>.tiv:first-child,.tiC[data-current-index="2"] .tiw>.tix:first-child,.tiC[data-current-index="2"] .tiw>.tix:nth-child(2),.tiC[data-current-index="3"] .tiu>.tiv:not(.tiv:last-child),.tiC[data-current-index="3"] .tiw>.tix:not(.tix:last-child),.tiC[data-current-index="4"] .tiu>.tiv,.tiC[data-current-index="4"] .tiw>.tix{background-color:#ff0576}@media screen and (max-width:1024px){.th9 input~span{height:4px;width:8px}.th9 input:checked~span{width:48px}.th9 input:checked~span>span{width:50%}.tiB,.tiz{width:calc(100% - 41px);height:12px;margin:auto}}@media screen and (max-width:375px){.th3>img{width:8.533vw;height:8.533vw}.th4{height:1.067vw}.th5{border-radius:.533vw}.th6{width:24vw;background-color:hsla(0,0%,100%,.6)}.th6,.th7{height:1.067vw;border-radius:.533vw}.th7{width:63.3%;background-image:linear-gradient(90deg,#ffeb00,#ff624f)}.thz{gap:.533vw}.thO>span{font-size:3.2vw}.th9 input~span{height:1.067vw;width:2.133vw;border-radius:.8vw;margin-right:1.6vw}.th9 input:checked~span{width:12.8vw}.th9 input:checked~span>small{border-radius:.8vw}.tid{height:.533vw}.tid.tie .tic{width:6.4vw;height:6.4vw}.tig{margin-right:4.267vw}.tig input~span{height:3.2vw;width:3.2vw}.tia{height:.533vw;border-radius:.533vw}.tic{width:3.2vw;height:3.2vw}.tih.tia{height:1.067vw}.tih .tic{width:6.933vw;height:6.933vw}.tij{margin:0 2.133vw}.tik{margin-left:3.2vw}.tik,.til{font-size:3.2vw}.til{top:-4.267vw}.tim{bottom:-8.533vw}.tim,.tim span,.tim:before{font-size:3.2vw}.tin{width:42.667vw;bottom:10.4vw;left:10.933vw}.tio{margin-bottom:4.267vw}.tia{border-radius:1.067vw}.tip{height:1.067vw}.tiq{margin-bottom:3.2vw;font-size:3.2vw}.tip .tic{width:6.933vw;height:6.933vw}.tis{margin-right:14.933vw}.tiu{width:calc(100% - 3.2vw);height:.533vw}.tiw .tix{width:3.2vw;height:3.2vw}.tiz{width:calc(100% - 10.933vw);height:3.2vw}.tiA{width:10.667vw;height:10.667vw}.tiA>img{width:9.6vw;height:9.6vw}.tiB{width:calc(100% - 10.933vw);height:3.2vw}}.tiD{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}.tiD:before{content:"";display:inline-block;height:100%;vertical-align:middle}.tiD::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-height)}.tiD.tiE:before{vertical-align:text-top;height:unset}.tiF{display:none}.tiG{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}.tiH{margin:40px}.tiI{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tiI:hover{opacity:.6}.s9C{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}.tiJ{margin:40px}.tiK{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tiK:hover{opacity:.6}.tiL{position:absolute;top:-40px;left:100%;width:40px;height:40px;z-index:9000;cursor:pointer}.tiL:hover{opacity:.6}.tiM{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}.tiM,.tiN{position:relative;width:560px}.tiN{height:315px;background-color:#fff;font-weight:300;font-size:12px;text-align:left;color:#000;border-radius:16px 16px 0 0;overflow:hidden}.tiN img{width:100%;height:100%;object-fit:cover}.tiO{background-color:#333;padding:32px 0;text-align:center;border-radius:0 0 16px 16px;display:grid}.tiP{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff;padding:0 120px}.tiP,.tiQ{margin-bottom:24px}.tiQ{width:100%}.tiR{text-align:center}.tiS{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}.tiT{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tiU{display:block;text-align:center;color:#fff;margin-bottom:40px}.tiS .s9g.s9h .s9i,.tiV .s9g.s9h .s9i{width:100%}.tiW{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)}.tiX{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)}.tiX:last-child{margin:0}.tiX input{opacity:0;cursor:pointer;height:0;width:0}.tiX input,.tiY{position:absolute}.tiY{top:0;left:0;height:16px;width:16px}.tiY:after{content:"";position:absolute;display:none}.tiX input:checked~.tiY:after{display:block}.tiX .tiY:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tiZ{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;margin-left:24px}.ti0{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}.ti1{font-weight:600;font-size:16px;line-height:1.625;padding:0 24px 16px}.ti2{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}.ti2:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.tiV .s9g.s9h{display:block}.tiV .s9g.s9h .s9i{padding:8px 24px}.tiV .s9g.s9h .s9i:hover{background-color:hsla(0,0%,100%,.1)}.ti3{font-weight:300;font-size:14px;text-align:left;line-height:24px;color:#fff;margin-left:8px}.ti4{position:absolute;top:0;right:0;cursor:pointer}.ti4:hover{opacity:.6}.ti5{display:inline-flex}.ti5 .tac{width:1px;height:auto;margin:24px 0}.ti6{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)}.ti7{position:relative}.ti7 input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.ti7 .s6q{font-weight:300;cursor:pointer}.ti7 .s6q:hover{background-color:hsla(0,0%,100%,.1);opacity:1}.ti7 .s6q img{display:none}.ti7 input:checked~.s6q img{display:block}.ti8{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}.ti9{position:absolute;top:-40px;left:100%;width:40px;height:40px;cursor:pointer}.tja{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}.tja::-webkit-scrollbar{width:28px}.tja::-webkit-scrollbar-track{border:12px solid transparent;border-radius:50vh;background-clip:padding-box;margin:12px 0}.tja::-webkit-scrollbar-thumb{border:12px solid transparent;background-clip:padding-box}.tjb{display:grid;grid-row-gap:24px;row-gap:24px;padding:24px 12px;text-align:center}.tjc label{position:relative}.tjc input{opacity:0;cursor:pointer;height:0;width:0}.tjc input,.tjd{position:absolute}.tjd{top:3px;left:0;height:16px;width:16px}.tjd:after{content:"";position:absolute;display:none}.tjc input:checked~.tjd:after{display:block}.tjc .tjd:after{left:0;top:0;width:16px;height:16px;background:url(/assets/img/parts/g_icon/s_check.svg) no-repeat 50%}.tje{font-weight:300;font-size:14px;line-height:1.5714285714;margin:0 24px}.tjf{position:absolute;top:16px;right:16px;cursor:pointer}.tjf:hover{opacity:.6}.tjg{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)}.tjh{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tji{width:24px;height:24px;cursor:pointer}.tji:hover{opacity:.6}.tjj{font-weight:600;font-size:18px;cursor:pointer}.tjk{margin-bottom:16px}.tjl{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tjl li{width:32px;font-weight:600;font-size:12px;line-height:1.333;text-align:center}.tjm{color:#1fb1ff}.tjn{color:#ec28bf}.tjo{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:calc((100% - 224px)/6);row-gap:4px}.tjo li{width:32px;height:32px;font-size:14px;line-height:1.357;text-align:center;position:relative}.tjo li,.tjo li span{display:flex;justify-content:center;align-items:center}.tjo li span{width:100%;height:100%;cursor:pointer}.tjo li span:hover{background:hsla(0,0%,100%,.1);border-radius:4px}.tjo span.tdb{background:linear-gradient(90deg,#ff903c 0,#ff0576)!important;border-radius:50%!important}.tjp{display:flex;align-items:center;justify-content:space-between}.tjp .s6q{width:31.5%;height:36px;padding:0}.tjp .s6k{width:65.5%}.tjq{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}.tjr{position:absolute;background-color:#151515;border-radius:50vh;top:16px;right:16px;z-index:500;cursor:pointer}.tjr:hover{opacity:.6}.tjs{display:none}.tjt{position:absolute;top:16px;left:unset;right:16px}.tjt:hover{opacity:.6}.tju{text-align:left;width:120px;margin:0 auto}@media screen and (max-width:1024px){.tiG{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tiH{margin:40px 16px}.tiI{top:16px;left:unset;right:16px}.s9C{width:90%;max-width:600px;border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important}.tiJ{margin:40px 16px}.tiK{top:16px;right:16px;left:unset}.tiM{border:1px solid hsla(0,0%,100%,.25);box-shadow:none!important;position:unset;width:87.692vw;max-width:600px;box-sizing:content-box}.tiL{position:absolute;top:16px;right:16px;left:unset;bottom:unset}.tiN{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}.tiN img{width:100%;height:100%;object-fit:cover}.tiO{background-color:#333;padding:16px 16px 24px;border-radius:0 0 16px 16px}.tiO,.tiP{text-align:center}.tiP{font-size:16px;line-height:1.625;padding:0 0 20px;margin:0}.tiT{position:absolute;top:64px;left:unset;right:16px}.tiT:hover{opacity:.6}.tiS{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}.tjv{backdrop-filter:none;-webkit-backdrop-filter:none;background-color:rgba(60,60,60,.9)}.tiU{margin-bottom:22px}.tiU .s4L{font-size:16px;line-height:1.625}.ti8{width:100%;border-radius:unset;box-shadow:unset;transition:all .3s;margin:0}.ti8,.tjw{height:100%}.ti9{position:absolute;top:16px;right:16px;cursor:pointer}.tjx:before{display:none}.tjg{width:calc(100% - 48px);max-width:600px;padding:24px 26px}.tiD .tjg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tjh{margin-bottom:32px}.tji{width:16px;height:16px}.tjj{font-size:20px}.tjk{margin-bottom:24px}.tjl li{font-size:14px;line-height:1.5714285714}.tjo{row-gap:8px}.tjo li{font-size:14px;line-height:1.5714285714}.tjp .s6q{width:27.78%;height:48px}.tjp .s6k{width:71.528%;height:48px}.tjy{position:absolute;top:16px;right:16px;cursor:pointer}.tjy:hover{opacity:.6}.tiE:before{display:none}.tjq{border-radius:unset;width:100%;margin:0}.tjr{top:4px;right:4px}.tjz{display:none}.tjs{display:flex;background-color:transparent}}@media screen and (max-width:375px){.tiG{border-radius:4.267vw}.tiH{margin:10.667vw 4.267vw}.tiI{top:4.267vw;right:4.267vw}.s9C{border-radius:4.267vw}.tiK{top:4.267vw;right:4.267vw;width:10.256vw;height:10.256vw}.tiM{border-radius:4.267vw}.tiL{top:17.067vw;right:4.267vw}.tiN{font-size:5.067vw;border-radius:4.267vw 4.267vw 0 0}.tiO{padding:4.103vw 4.103vw 6.154vw;border-radius:0 0 4.267vw 4.267vw}.tiP{font-size:4.267vw;padding:0 0 5.333vw}.tiT{top:17.067vw;right:4.267vw}.tiS{padding:6.4vw 4.267vw}.tiS,.tiS:before{border-radius:4.267vw}.tiS:before{padding:.267vw}.tiU{font-size:4.267vw}.tjA{margin-top:4.267vw}.tiW{max-width:74.667vw;padding:5.867vw 4.267vw;border-radius:4.267vw}.tiX{margin-bottom:4.267vw}.tiX .tiY:after,.tiY{height:4.267vw;width:4.267vw}.tiZ{margin-left:6.4vw}.ti3,.tiZ{font-size:3.733vw}.ti3{line-height:6.4vw;margin-left:2.133vw}.ti2,.tiV .s9g.s9h .s9i{padding:2.133vw 6.4vw}.ti1{font-size:4.267vw;padding:0 6.4vw 4.267vw}.ti9{top:4.267vw;right:4.267vw}.tja{border-radius:4.267vw;margin:0 6.4vw}.tja::-webkit-scrollbar{width:7.468vw}.tja::-webkit-scrollbar-track{margin:3.2vw 0}.tja::-webkit-scrollbar-thumb,.tja::-webkit-scrollbar-track{border:3.2vw solid transparent}.tjb{row-gap:6.4vw;padding:6.4vw 3.2vw}.tjd{top:.8vw}.tjc .tjd:after,.tjd{height:4.267vw;width:4.267vw}.tje{font-size:3.734vw;margin:0 6.4vw}.tjf{top:4.267vw;right:4.267vw}.tjg{padding:6.4vw 6.933vw;margin:0 6.4vw;border-radius:3.2vw}.tjh{margin-bottom:8.533vw}.tji{width:4.267vw;height:4.267vw}.tjj{font-size:5.334vw;line-height:1}.tjk{margin-bottom:6.4vw}.tjl{margin-bottom:3.2vw}.tjl li{width:8.533vw;font-size:3.734vw}.tjo{column-gap:calc((100% - 59.734vw)/6);row-gap:2.133vw}.tjo li{width:8.533vw;height:8.533vw;font-size:3.734vw}.tjp .s6k,.tjp .s6q{height:12.8vw}.tjy{top:4.267vw;right:4.267vw}.tjr{top:1.067vw;right:1.067vw}.tjt{top:4.267vw;right:4.267vw}.tju{text-align:left;width:32vw;margin:0 auto}}.tjB .tjC{font-size:20px}.tjB .tjD{font-size:40px}.tjB .tjE{font-size:16px}@media screen and (max-width:520px){.tjB .tjF .tjC{font-size:4.5vw}.tjB .tjF .tjD{font-size:9vw}.tjB .tjF .tjE{font-size:3.5vw}}.tjG{position:absolute;z-index:-10}@media screen and (max-width:1024px){.tjG{display:none}}.tjG.tjH{right:0}.tjG.tjH,.tjG.tjI{top:0;height:100%;width:calc((100% - 976px)/2)}.tjG.tjI{left:0}.tjG.tjJ{top:0}.tjG.tjJ,.tjG.tjK{height:24px;width:100%}.tjG.tjK{bottom:0}.s4e.tjL{background:#333}.tjM{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)}.tjM,.tjM:before{border-radius:12px}.tjM: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}.tjN{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}.tjO{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}.tjO,.tjO:before{border-radius:12px}.tjO: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}.tjP{width:400px;padding-right:40px}.tjQ{width:90px;height:50px;margin-right:16px}.tjR{border-radius:6px;object-fit:cover}.tjS{width:calc(100% - 150px);color:#fff;font-size:12px;font-weight:300;line-height:1.5}.tjT{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.tjU{display:block;width:28px;color:#fc348e;font-size:14px;font-weight:600;text-decoration:none;margin-left:16px}.tjO .tjV{display:flex;align-items:baseline;width:40px;height:40px;position:absolute;top:0;right:0;cursor:pointer}.tjW{color:#fff;background-color:hsla(0,0%,8%,.5);font-size:12px;font-weight:700}.tjW,.tjX{display:inline-flex;align-items:center;justify-content:center;width:120px;height:32px}.tjX{backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);position:relative}.tjX,.tjX:before{border-radius:8px}.tjX: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}.tjY{color:#fff;font-size:12px;font-weight:600}.tjZ{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}.tjZ,.tjZ:before{border-radius:12px}.tjZ: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}.tj0{color:#fff;font-weight:600}.tjZ>img{width:22px;height:22px;margin-right:8px}.tj1{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}.tj1: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%)}.tj2{color:#fff}.tj3{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)}.tj4{display:block;color:#fff;font-size:14px;font-weight:300}@media screen and (max-width:1024px){.tjO{width:100%;padding-right:16px}.tjZ{width:auto;height:auto;padding:8px 16px}.tjZ,.tjZ:before{border-radius:8px}.tjZ>img{width:16px;height:16px}.tj0{font-size:12px}.tj1{width:auto;height:auto;padding:10px 12px}}@media screen and (max-width:375px){.tjO{max-width:91.795vw}.tjS{max-width:41.026vw}.tjM{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.tjM,.tjM:before{border-radius:3.2vw}.tjN{font-size:3.733vw}.tjO{min-height:21.867vw;padding:4.267vw}.tjO,.tjO:before{border-radius:3.2vw}.tjO:before{padding:.267vw}.tjQ{width:24vw;height:13.333vw;margin-right:4.267vw}.tjR{border-radius:1.6vw}.tjS{width:calc(100% - 40vw)}.tjU{font-size:3.733vw;margin-left:4.267vw}.tjP{width:106.667vw;padding-right:10.667vw}.tjO .tjV{width:10.667vw;height:10.667vw}.tjS{font-size:3.2vw}.tjW{font-size:3.2vw}.tjW,.tjX{width:32vw;height:8.533vw}.tjX,.tjX:before{border-radius:2.133vw}.tjX:before{padding:.267vw}.tjY{font-size:3.2vw}.tjZ{padding:2.133vw 4.267vw}.tjZ,.tjZ:before{border-radius:2.133vw}.tjZ>img{width:4.267vw;height:4.267vw;margin-right:2.133vw}.tj0{font-size:3.2vw}.tj3{width:11.733vw;height:5.867vw}.tj4{font-size:3.733vw}}.s4d{position:relative;z-index:1}.tac{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.tac.tj5{opacity:.3}.tj6{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.thA{position:relative;display:inline-block;width:14px;height:14px}.tj7{position:absolute;top:0;left:0}.tj7,.tj8{width:100%;height:100%}.tj8{display:block}.tj9{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.tj9>input{display:none}.tka{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.tka,.tkb,.tkc{width:100%;height:100%}.tkb,.tkc{display:block}.tkd{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}.tj9 input:checked~.tkd{opacity:1;transform:scale(1)}.tdt{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)}.tdt>input{display:none}.tdu{z-index:2}.tdu,.tdv{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.tdv{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.tdw,.tdx{width:100%;height:100%}.tdt input:checked~.tdv{opacity:1;transform:scale(1)}.tke{display:flex;flex-wrap:wrap;gap:16px}.tkf{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)}.tkf.tkg{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.tkh{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}.tki{width:100%;height:100%;object-fit:cover}.tkj{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.tkk{width:100%;height:336px}@media screen and (max-width:375px){.tj6{gap:4.267vw}.thA{width:3.733vw;height:3.733vw}.tdt,.tj9{height:6.4vw;width:6.4vw}.tke{gap:4.267vw}.tkf{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.tgd,.tkl,.tkm,.tkn,.tko,.tkp,.tkq,.tkr,.tks,.tkt{background-color:transparent;width:24px;height:24px;display:block;overflow:hidden;text-align:center;opacity:1}.tku,.tkv{display:inline-flex;gap:8px}.tkv{flex-direction:column}.tkw{display:inline-flex;gap:8px}.tdl{display:flex;align-items:center;gap:2px}.tdk{font-size:10px;font-weight:300;color:#bababa}.tkx{display:flex;align-items:flex-end;gap:10px}.tgf,.tky{display:flex;flex-direction:column}.tky{align-items:center;gap:1px}.tkz{font-size:10px;font-weight:300;color:#fff;position:relative;z-index:1}.tkz: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){.tgd,.tkl,.tkm,.tkn,.tko,.tkp,.tkq,.tkr,.tks,.tkt{width:6.4vw;height:6.4vw}.tku,.tkv,.tkw{gap:2.133vw}.tdl{gap:.533vw}.tdk{font-size:2.667vw}.tkx{gap:2.667vw}.tky{gap:.267vw}.tkz{font-size:2.667vw}.tkz:before{height:2.667vw;width:6.4vw}}.tkA{z-index:auto!important}.tkB .s4e{margin-top:-80px;overflow-x:hidden;min-height:calc(100vh - 81px)}.tkB .s4e,.tkB .tkC{position:relative}.tkB .ta7,.tkB .tkD{width:590px}.tkB .tkD{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}.tkB .s6o{width:170px}.tkB .s4C{text-align:left;padding-top:64px;padding-bottom:56px}.tkB .tg8{position:absolute;width:100%;display:flex;gap:5px;left:0;top:0}.tkB .tkE{position:absolute;right:0;bottom:0}.tkB .tkE .s53{width:100%;height:100%}.tkB .tkF{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px 40px;gap:24px 40px}.tkB .tiV .s4J{margin:0 24px 16px}.tkB .tkG{position:fixed;bottom:48px;z-index:10}.tkB .ti0{position:absolute;top:40px;z-index:5}.tkB .s4J{margin:0 24px 16px}.tkB .s4H{margin-bottom:32px}.tkB .s4O{margin-bottom:24px}.tkB .s9C{padding:32px 24px 0 40px;height:80%;margin-bottom:0}.tkB .tiJ{height:100%;margin:unset}@media screen and (min-height:680px){.tkB .tkH{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){.tkB .tkH{position:relative;overflow-y:auto;height:83%;padding-right:16px;padding-bottom:50px}}@media screen and (max-height:489px){.tkB .tkH{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}.tkB .s9x{margin-bottom:32px;max-width:100%}.tkB .s9C .s54{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}.tkB .s9C .s54 :root .tkB .s9C .s54,.tkB .s9C .s54 _::-webkit-full-page-media,.tkB .s9C .s54 _:future{left:50%;transform:translateX(-50%);bottom:4%}@media screen and (-webkit-min-device-pixel-ratio:0){.tkB .s9C .s54 .tkB .s9C .s54,.tkB .s9C .s54 ::i-block-chrome{left:50%;transform:translateX(-50%);bottom:4%}}@media screen and (min-width:1025px){.s54 .s6q{width:100px;padding:unset}}@media screen and (max-width:1024px){.s54 .s6q{width:53%}.tkB .s4e{margin-top:0;position:unset;overflow-x:unset;min-height:calc(100vh - 226px)}.tkB .tkC{position:-webkit-sticky;position:sticky}.tkB .s4C{text-align:center;padding-top:16px;padding-bottom:24px}.tkB .tkE{width:4.103vw;height:4.103vw}.tkB .tkI{position:absolute;left:34px;top:4px}.tkB .s54{margin-top:32px}.tkB .tkF{grid-template-columns:repeat(1,1fr);gap:16px}.tkB .tkG{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);position:fixed;top:48px;bottom:unset;width:100%;padding:0 16px}.tkB .s4J{margin-bottom:24px}.tkB .tiS .s54{margin-top:32px}.tkB .s4H{margin-bottom:24px}.tkB .s4O{margin-bottom:16px}.tkB .s9x{margin-bottom:24px}.tkB .tkJ{margin-bottom:72px}.tkB .s9C{padding:16px 16px 0}}@media screen and (max-width:1024px){.tkB .s9C .s54 :root .tkB .s9C .s54,.tkB .s9C .s54 _::-webkit-full-page-media,.tkB .s9C .s54 _:future{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (-webkit-min-device-pixel-ratio:0){.tkB .s9C .s54 .tkB .s9C .s54,.tkB .s9C .s54 ::i-block-chrome{width:90%;max-width:600px}}@media screen and (max-width:1024px)and (min-height:590px){.tkB .tkH{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){.tkB .tkH{position:relative;overflow-y:auto;height:80%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px)and (max-height:449px){.tkB .tkH{position:relative;overflow-y:auto;height:72%;padding-right:16px;padding-bottom:50px}}@media screen and (max-width:1024px){.tkB .tkH{overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;padding-right:0}.tkB .tkH::-webkit-scrollbar{display:none}}@media screen and (max-width:375px){.tkB .s4C{padding-top:4.267vw;padding-bottom:6.4vw}.tkB .tg8{gap:1.333vw}.tkB .tkI{left:8.533vw;top:1.067vw}.tkB .s54{margin-top:8.533vw}.tkB .tkF{gap:4.267vw}.tkB .tkG{padding:0 4.267vw}.tkB .s4J{margin-bottom:6.4vw}.tkB .tiS .s54{margin-top:8.533vw}.tkB .s4H{margin-bottom:6.4vw}.tkB .s4O{margin-bottom:4.267vw}.tkB .s9x{margin-bottom:6.4vw}.tkB .s9C .s54{padding:4.267vw}.tkB .tkH{padding-right:4.267vw}.tkB .tkJ{margin-bottom:19.2vw}.tkB .s9C{padding:4.267vw 6.933vw 0 4.267vw}}