:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ay7{display:inline-flex;align-items:center;min-width:214px;min-height:62px;padding:24px 16px;position:relative;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);--webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15)}.ay7,.ay7:before{border-radius:12px}.ay7:before{content:"";position:absolute;z-index:-1;inset:0;padding:1px;background:linear-gradient(90deg,rgba(255,255,255,.2509803922),rgba(46,44,44,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.ay8{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}@media screen and (max-width:375px){.ay7{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.ay7,.ay7:before{border-radius:3.2vw}.ay8{font-size:3.733vw}}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";.vWW{display:block!important}.vWX{display:none!important}.vWY{margin-bottom:0!important}.vWZ{text-align:center!important}.vW0{text-align:left!important}.vW1{display:none!important}.vW2{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.vWX{display:block!important}.vWW{display:none!important}}.vW3{max-width:2000px;padding-right:40px;margin-left:auto}.vW3,.vW4{padding-left:40px;margin-right:auto}.vW4{max-width:1960px}.vW5{max-width:760px}.vW5,.vW6{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.vW6{width:100%;max-width:1024px}@media screen and (min-width:1025px){.vW7{display:block;padding-left:64px}.vW8{padding-bottom:80px;min-height:calc(100vh - 80px)}.vW8.vW9{min-height:calc(100vh - 116px)}.vW8.vXa{min-height:calc(100vh - 161px)}.vW8.vXb{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.vW8{padding-bottom:80px;min-height:calc(100vh - 66px)}.vW8.vW9{min-height:calc(100vh - 181px)}.vW8.vXa{min-height:calc(100vh - 226px)}.vW8.vXb{min-height:calc(100vh - 924px)}.vW3{padding-right:16px}.vW3,.vW4,.vW5{padding-left:16px}.vW5{padding-right:16px}}@media screen and (min-width:1365px){.vW4{max-width:1960px}}@media screen and (min-width:2065px){.vW4{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.vXc{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.vXc .vXd{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.vXc .vXd.vXe{overflow-y:hidden}.vXc .vXd.vXe:hover{overflow-y:auto}.vXc .vXf{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}.vXc .vXf span{display:none}.vXc .vXf span.vXg{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}.vXc .vXf span.vXg:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.vXc .vXf span.vXh{font-size:12px;line-height:12px}.vXc .vXf span.vXi{display:block}.vXc nav{position:relative;z-index:2;margin-left:8px;height:100%}.vXc .vXj{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}.vXc .vXk{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.vXc nav .vXl{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}.vXc nav>ul{position:absolute;left:5px;z-index:2}.vXc nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.vXc nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.vXc nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.vXc 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}.vXc nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.vXc nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.vXc nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.vXc nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.vXc nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.vXc nav>ul>li .vXm{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.vXc nav>ul>li .vXm: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}.vXc nav>ul>li .vXm.vXn:after{width:48px;left:0;padding:0 8px}.vXc nav>ul>li .vXm.vXo:after{width:85px;left:70px;padding:0 8px}.vXc nav>ul>li .vXm li{position:relative;z-index:5;text-align:center}.vXc nav>ul>li .vXm li a{height:28px;line-height:28px}.vXc nav>ul>li .vXm li:first-child{margin-right:16px}.vXc nav>ul>li .vXm li:first-child a{padding:0 8px}.vXc nav>ul>li .vXm li a{display:block;font-size:12px}.vXc nav>ul>li .vXm li a:before{display:none}.vXc nav>ul>li.vXi a{position:relative;height:100%;font-weight:600}.vXc nav>ul>li.vXi a:before{top:17px}.vXc nav>ul>li.vXi:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.vXc nav>ul>li.vXi:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.vXc nav>ul>li.vXi:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.vXc nav>ul>li.vXi:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.vXc nav>ul>li.vXi:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.vXc.vXp{width:254px}.vXc.vXp a span{opacity:1;margin-left:0}.vXc.vXp .vXf{opacity:1;margin-left:20px}.vXc.vXp .vXm{opacity:1;margin-left:50px}.vXc #vXq{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.vXc #vXq .vXr{background:rgba(0,0,0,0)}.vXc #vXq .vXr:after,.vXc #vXq .vXr:before{margin-top:0}.vXc #vXq .vXr:before{transform:rotate(-45deg)}.vXc #vXq .vXr:after{transform:rotate(-135deg)}.vXc #vXs,.vXc #vXs:after,.vXc #vXs: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%}.vXc #vXs:after,.vXc #vXs:before{content:"";left:0}.vXc #vXs:before{margin-top:-9px}.vXc #vXs:after{margin-top:7px}}@media screen and (max-width:1024px){.vXc{display:none!important}}@media screen and (max-width:375px){.vW3,.vW5{padding-right:4.267vw}.vW3,.vW4,.vW5{padding-left:4.267vw}.vW8{padding-bottom:21.333vw}}.vXt{font-size:24px;font-weight:600;line-height:1.7083333333}.vXu{font-size:18px;line-height:1.444}.vXu,.vXv{font-weight:600;text-align:center}.vXv{font-size:24px;line-height:1.7083333333}.vXw{text-align:center}.vXw,.vXx{font-size:32px;font-weight:600}.vXx{line-height:1.857142}h2.vXy{font-weight:600;font-size:24px}.vXy,.vXz{font-size:16px}.vXA,.vXy,.vXz{font-weight:600}.vXA{font-size:24px;line-height:1.333}.vXB{font-size:20px;line-height:1.35}.vXB,.vXC{font-weight:600}.vXC{font-size:14px;line-height:1.3571428571}.vXD{font-weight:600;font-size:16px;line-height:1.3125}.vXE,.vXF{font-size:20px;line-height:1.7}.vXE,.vXF,.vXG{font-weight:600}.vXG{font-size:14px;line-height:1.3571428571}.vXH{font-size:12px;line-height:1.3333333333}.vXH,.vXI{font-weight:600}.vXI{font-size:16px;line-height:1.625}.vXJ{font-size:14px;line-height:1.2857142857}.vXJ,.vXK{font-weight:600}.vXK{font-size:12px;line-height:1.5}.vXL,.vXM{font-size:16px;line-height:1.625}.vXN{font-size:14px;line-height:1.5714285714}.vXO,.vXP{font-size:16px;line-height:1.625;text-align:center}.vXP{margin-bottom:20px}.vXQ{font-size:14px;line-height:1.5714285714}.vXR{font-size:12px;line-height:1.5}.vXS{font-size:16px;line-height:1.125}.vXT{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.vXU{font-size:14px;line-height:1.5714285714}.vXV{font-weight:300;font-size:10px;line-height:2.2}.vXW{padding-left:1.5em;text-indent:-1.68em}.vXW>li:not(:last-of-type){margin-bottom:16px}.vXX{font-size:14px;line-height:1.5714285714}.vXX:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.vXY{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.vXY li{text-align:-webkit-match-parent}.vXY>li:not(:last-of-type){margin-bottom:16px}.vXZ{font-size:14px;line-height:1.5714285714}.vX0{border-top:1px solid hsla(0,0%,100%,.3)}.vX0 li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.vX1{font-weight:600;white-space:nowrap;margin-right:1em}.vX2{text-align:right;word-break:keep-all}.vX2 span{margin-left:24px}.vX3{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.vX3 .vX4{font-size:14px;line-height:1.5714285714}.vX5{color:#bababa}.vX5,.vX6{font-size:12px}.vX6,.vX7{font-weight:600}.vX7{font-size:20px;line-height:1}.vX8{display:grid;grid-row-gap:16px;row-gap:16px}.vX9{font-weight:600;font-size:24px;line-height:1.333}.vYa{font-size:16px;line-height:1.625}.vYb{font-weight:600;font-size:40px;line-height:1.4}.vYc{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.vXt{text-align:center}.vXu{font-size:24px;line-height:1.7083}.vXw{font-size:20px}.vXx{font-size:14px}.vXy,h2.vXy{font-size:16px}.vXA{font-size:20px;line-height:1.3}.vXB,.vXC,.vXD{font-size:16px;line-height:1.625}.vXE{font-size:20px;line-height:1.3}.vXF,.vXG,.vXH,.vXI{font-size:14px;line-height:1.5714285714}.vXJ,.vXK{font-size:12px;line-height:1.5}.vXM,.vXN,.vXO,.vXP{font-size:14px;line-height:1.5714285714}.vXQ,.vXR,.vXS{font-size:12px;line-height:1.5}.vXT,.vXU{font-size:10px;line-height:1.5}.vXU,.vXV{margin-left:1em;text-indent:-1em}.vXV{font-size:10px;line-height:1.5}.vXW>li:not(:last-of-type){margin-bottom:16px}.vXX{font-size:14px;line-height:1.5714285714}.vXY{-webkit-padding-start:16px;padding-inline-start:16px}.vX7{line-height:1.125}.vX7,.vYb{font-size:16px}.vYb{line-height:1.625}.vYc{margin-top:5px;font-size:10px;width:240px;padding-left:0}.vYd{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.vX8{row-gap:8px}.vX9{font-size:14px;line-height:1.5714285714}.vYa{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.vX8{row-gap:12px}.vX9{font-size:16px;line-height:1.625}.vYa{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.vXt,.vXu,.vXv{font-size:6.4vw}.vXw{font-size:5.333vw}.vXx{font-size:3.733vw}.vXy,h2.vXy{font-size:4.267vw}.vXA{font-size:5.334vw}.vXB,.vXC,.vXD{font-size:4.267vw}.vXE{font-size:5.334vw}.vXF{font-size:3.733vw}.vXG,.vXH{font-size:3.734vw}.vXI{font-size:3.733vw}.vXJ,.vXK{font-size:3.2vw}.vXL{font-size:4.267vw}.vXM,.vXN,.vXO,.vXP{font-size:3.733vw}.vXQ,.vXR,.vXS{font-size:3.2vw}.vXT,.vXU,.vXV{font-size:2.667vw}.vXX,.vXX:before{font-size:3.733vw}.vXX:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.vXW>li:not(:last-of-type){margin-bottom:4.267vw}.vXZ{font-size:3.733vw}.vXY{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.vXY>li:not(:last-of-type){margin-bottom:4.267vw}.vX0 li{font-size:3.733vw;padding:4.267vw 0}.vX2 span{margin-left:6.4vw}.vX3 .vX4{font-size:3.733vw}.vX5,.vX6{font-size:3.2vw}.vX7{font-size:4.267vw}.vX8{row-gap:2.133vw}.vX9{font-size:3.734vw}.vYa{font-size:3.2vw}.vYb{font-size:4.267vw}.vYc{font-size:2.667vw}}.vYe,.vYf{flex:1 1;display:flex;flex-direction:column}.vYe .vYg,.vYf .vYh{padding:12px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;font-family:Hiragino Sans;background-color:rgba(0,0,0,.3);color:#fff;font-size:16px;font-weight:600;line-height:1.2857142857;caret-color:hsla(0,0%,100%,.6);resize:none}.vYf .vYh{line-height:1.5714285714}.vYe .vYg{max-width:100%}.vYe .vYg::placeholder,.vYf .vYh::placeholder{color:#fff;opacity:.6}.vYe .vYg.vYi{border:none;background-color:unset}.vYe .vYg.vYj{font-size:14px}.vYe .vYg.vYk,.vYf.vYl .vYh{border:1px solid #ff624f}.vYe .vYm,.vYf .vYm{-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}.vYf .vYn{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.vYf.vYl .vYn{color:#ff624f}.vYo{width:480px}.vYo.vYf .vYh{height:170px;outline:none}.vYp input[type=text]{padding:0}.vYp{width:720px}.vYp,.vYp .vYq{display:flex;align-items:center}.vYp .vYq{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)}.vYp .vYq .vYg{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.vYp .vYq .vYg:focus-visible{outline:none}.vYp .vYq .vYr{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.vYp .vYq .vYs{display:none;position:absolute;right:10px;cursor:pointer}.vYp .vYq.vYt .vYs{display:block}.vYp .vYq .vYu{padding-left:26px}.vYp .vYv{display:none}.vYp.vYw .vYv{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.vYx{display:flex;justify-content:center;gap:15px}.vYy{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}.vYy:focus,.vYy: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)}.vYz.vYe{flex:1 1;display:flex;flex-direction:row;width:720px}.vYz.vYe .vYA{flex:1 1}.vYz.vYe .vYB{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.vYz.vYe .vYB .vYC{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.vYD.vYE{display:flex;flex-wrap:wrap;gap:16px}.vYD.vYE .vYF{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.vYD.vYE .vYF:last-child{margin-right:0}.vYD.vYE .vYF .vYG{position:absolute;opacity:0;width:0;height:0}.vYD.vYE .vYF .vYH{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.vYD.vYE .vYF .vYG:checked+.vYH{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}.vYD.vYE .vYF .vYI{font-size:14px;line-height:1.5714285714}.vYJ.vYK{display:flex;flex-direction:column;gap:16px}.vYJ.vYK .vYL{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.vYJ.vYK .vYL .vYM{position:absolute;opacity:0;width:0;height:0}.vYJ.vYK .vYL .vYN{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.vYJ.vYK .vYL .vYM:checked+.vYN{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.vYJ.vYK .vYL .vYN:hover{cursor:pointer}.vYO{list-style:none;padding:0;margin:0}.vYO,.vYP{-webkit-background-clip:padding-box;background-clip:padding-box}.vYP{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.vYQ{position:relative;display:inline-block;width:56px;height:32px}.vYQ input{opacity:0;width:0;height:0}.vYR{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.vYR,.vYR:before{position:absolute;transition:.4s}.vYR:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.vYQ input:checked+.vYR{background:linear-gradient(90deg,#fe8b29,#ff0576)}.vYQ input:checked+.vYR:before{transform:translateX(24px)}.vYP.vYS{opacity:.4;pointer-events:none}.vYT .vYQ{position:relative;display:inline-block;width:40px;height:24px}.vYT .vYR:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.vYT .vYQ input:checked+.vYR:before{transform:translateX(16px)}.vYU{display:flex;flex-wrap:wrap;max-width:478px}.vYU .vYV{display:flex;align-items:center;margin:0 8px 16px 0}.vYU.vYE .vYW:last-child{margin-right:0}.vYU .vYV .vYX{position:absolute;opacity:0;width:0;height:0}.vYU .vYV .vYY{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}.vYZ .vYU .vYV .vYY{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.vYU .vYV .vYX:checked+.vYY{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.vY0 .vY1:hover{cursor:pointer;opacity:.6}.vY0 .vY2{pointer-events:none;margin-bottom:0;width:240px}.vY0 .vY3,.vY0 .vY4{display:flex;align-items:center}.vY0 .vY4{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.vY0 .vY1 .vY5{position:absolute;opacity:0;width:0;height:0}.vY0 .vY1 .vY2{padding:11px 28px}.vY0 .vY3 .vY6{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}.vY0 .vY3 .vY7{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.vY8{overflow:auto}.vY8.vY9{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}.vY8::-webkit-scrollbar{display:none}.vY8 .vZa{position:relative;width:96px;height:96px}.vY8 .vZa .vZb{width:-moz-fit-content;width:fit-content}.vY8 .vZa .vZc{position:absolute;opacity:0;width:0;height:0}.vY8 .vZa .vZd{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.vY8 .vZa .vZe{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.vY8 .vZf .vZc:checked+.vZb .vZe{display:block}.vY8 .vZf .vZc:checked+.vZb .vZd{background-color:rgba(0,0,0,.4);pointer-events:none}.vZg{display:flex;flex-direction:column;gap:12px}.vZh .vZi{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}.vZh .vZj{background-color:#fff}.vZh .vZi:focus-visible{background-color:#fff;color:#333}.vZk{flex-direction:column}.vZk,.vZl{display:flex}.vZl{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.vZk li{position:relative;flex:1 1;margin-bottom:24px}.vZk .vZm{position:absolute;opacity:0;width:0;height:0}.vZk li .vZn{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}.vZk li .vZm:checked+.vZn{border:1px solid #fff}.vZk li .vZo{margin-bottom:24px}.vZk li .vZp{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.vZk li .vZq{margin-bottom:8px}.vZk li .vZq,.vZk li .vZr{font-size:14px;font-weight:300;color:#fff}.vZs{display:flex;flex-direction:column;width:100%}.vZk li .vZt .vZu{width:64px}.vZt{display:flex;column-gap:16px;margin-top:40px}.vZv{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.vZv.vZw{border:1px solid #fff}.vZv .vZx{cursor:pointer;display:flex;align-items:center;padding:42px}.vZv .vZx:hover{opacity:.6}.vZv .vZx img{margin-right:10px;width:20px;height:20px}.vZv .vZx .vZy{font-size:20px;font-weight:600}.vZv .vZz{transition:opacity .5s}.vZv .vZz.vZA{opacity:0}.vZv .vZB{margin:0 auto 40px;width:calc(100% - 84px)}.vZv .vZz .vZC{margin:0 auto;padding:0 181px 40px}.vZv .vZz .vZD{gap:16px}.vZv .vZz .vZD .vZi{max-width:100%;width:100%}.vZv .vZE{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.vZv .vZE .vZF{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.vZv .vZE .vZG{font-size:12px;font-weight:600;line-height:1.5714285714}.vZv .vZz .vZC button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.vZH{max-width:100%;display:flex;flex-wrap:wrap}.vZH .vZI{margin-right:16px;margin-bottom:16px}.vZH .vZI:last-child{margin-right:0}.vZH .vZI .vYf{width:416px}.vZI .vYf .vYh{font-size:16px;line-height:1.625;padding:6px 12px}.vZI .vYf .vYh:focus{outline:none}.vZJ{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.vYl .vZJ{color:#ff624f}.vZK.vYe{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.vZL{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.vZM{width:36px;height:36px}.vZK.vYe .vZN{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.vZK.vYe .vZO{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.vZK.vYe .vZO .vZP{text-align:center;color:#fff;font-weight:600;font-size:14px}.vZK.vYe .vZQ{opacity:1;pointer-events:auto}.vZR.vZK.vYe .vZO .vZP{color:#fff}.vZR.vZK.vYe .vZO{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.vYo{width:100%}.vYo.vYf .vYh{min-height:192px;height:unset}.vYp input[type=text]{padding:0}.vYp{width:100%}.vYp .vYq .vYg{font-size:14px}.vYz.vYe{width:100%}.vY0 .vY2{width:176px}.vY0 .vY1 .vY2{padding:11px 12px}.vZl{width:100%}.vZk li .vZn{padding:15px 16px}.vZk li .vZo{margin-bottom:12px}.vZk li .vZp{font-size:16px;margin-bottom:10px}.vZk li .vZq{margin-bottom:8px}.vZk li .vZq,.vZk li .vZr{font-size:12px}.vZk li .vZt{display:flex;flex-direction:column;margin-top:0}.vZk li .vZt button:last-child{margin-top:8px}.vZv{width:100%}.vZv .vZx{padding:16px}.vZv .vZx img{margin-right:8px;width:16px;height:16px}.vZv .vZx .vZy{font-size:14px}.vZv .vZB{margin:0 auto 16px;width:calc(100% - 32px)}.vZv .vZz{margin-bottom:16px}.vZv .vZz .vZC{width:100%;padding:0 16px 16px}.vZv .vZE{margin-bottom:16px}.vZv .vZE .vZF{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.vZv .vZz .vZD{gap:8px}.vZv .vZz .vZD .vZi{width:100%}.vZv .vZz .vZC button{margin-top:24px}.vZH .vZI{margin-right:0}.vZH .vZI,.vZH .vZI .vYf{width:100%}.vZI .vYf .vYh{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.vZJ{font-size:12px}.vZK.vYe{display:flex;flex-direction:column;width:100%}.vZL{padding:8px 16px 8px 12px}.vZK.vYe .vZN{margin-left:8px;height:44px}}@media screen and (max-width:375px){.vYe .vYg,.vYf .vYh{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.vYe .vYg.vYj{font-size:4.266667vw}.vYe .vYm,.vYf .vYm{font-size:2.66667vw}.vYe .vYm,.vYf .vYm,.vYf .vYn{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.vYf .vYn{font-size:3.2vw}.vYo.vYf .vYh{height:45.33333vw;min-height:51.2vw}.vYp .vYq .vYg{font-size:4.2667vw}.vYp .vYq{padding:4vw 3.2vw}.vYp .vYq .vYr{left:3.2vw;width:5.3334vw;height:5.3334vw}.vYp .vYq .vYs{right:2.6667vw;width:4.267vw}.vYp .vYq .vYu{padding-left:6.933vw}.vYp.vYw .vYv{margin-left:4.26667vw;font-size:3.2vw}.vYx{gap:4vw}.vYy{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.vYz.vYe .vYB{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.vYz.vYe .vYB .vYC{font-size:3.733333vw}.vYD.vYE{gap:4.2666vw}.vYD.vYE .vYF .vYH{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.vYD.vYE .vYF .vYG:checked+.vYH{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.vYD.vYE .vYF .vYI{font-size:3.733333vw}.vYJ.vYK{gap:4.2666vw}.vYJ.vYK .vYL .vYN{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.vYJ.vYK .vYL .vYM:checked+.vYN{width:6.4vw;height:6.4vw;background-size:cover}.vYP{padding:2.13333vw 0}.vYQ{width:14.9333vw;height:8.53333vw}.vYR{border-radius:4.8vw}.vYR:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.vYQ input:checked+.vYR:before{transform:translateX(6.4vw)}.vYT .vYQ{width:10.6666vw;height:6.4vw}.vYT .vYR:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.vYT .vYQ input:checked+.vYR:before{transform:translateX(4.26666vw)}.vYU .vYV{margin:0 2.133vw 4.267vw 0}.vYU .vYV .vYY{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.vY0 .vY4{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.vY0 .vY2{width:46.933vw}.vY0 .vY1 .vY2{padding:2.93333vw 3.2vw;font-size:3.73333vw}.vY8.vY9{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.vY8 .vZa .vZe{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.vY8 .vZa{width:25.6vw;height:25.6vw}.vZg{gap:3.2vw}.vZh .vZi{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.vZk li .vZn{padding:4vw 4.266666vw}.vZk li .vZo{margin-bottom:3.467vw}.vZk li .vZp{font-size:4.266666vw;margin-bottom:2.667vw}.vZk li .vZq{margin-bottom:2.133333vw}.vZk li .vZq,.vZk li .vZr{font-size:3.2vw}.vZk li .vZt .vZu{width:17.06666vw}.vZk li .vZt button:last-child{margin-top:2.133333vw}.vZv .vZx{padding:4.26666vw}.vZv .vZx img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.vZv .vZx .vZy{font-size:3.73333vw}.vZv .vZB{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.vZv .vZz{margin-bottom:4.26666vw}.vZv .vZz .vZC{padding:0 4.26666vw 4.26666vw}.vZv .vZE{margin-bottom:4.26666vw}.vZv .vZE .vZF{font-size:3.2vw;margin-bottom:3.2vw}.vZv .vZz .vZD{gap:2.13333vw}.vZv .vZz .vZC button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.vZI .vYf .vYh{font-size:3.733vw;padding:1.734vw 3.2vw}.vZJ{font-size:3.2vw}.vZM{height:9.6vw;width:9.6vw}.vZL{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.vZK.vYe .vZN{margin-left:2.133333vw;height:11.733333vw}.vZK.vYe .vZO .vZP{font-size:3.733vw}}.vZS,.vZT{text-align:center}.vZT{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}.vZT:hover{opacity:.6}.vZT.vZU,.vZV.vZU{font-size:14px;width:unset;min-width:160px;height:36px}.vZV.vZU .vZW{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.vZX{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.vZX,.vZY{width:20px;height:20px;margin-right:8px;transition:all .2s}.vZY{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.vZZ{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.vZX.vZ0{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.vZ1{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.vZ1,.vZ2{width:20px;height:20px;margin-right:8px;transition:all .2s}.vZ2{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.vZT:disabled{background:#bababa;pointer-events:none}.vZ3{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){.vZ3:hover{opacity:.6}}@media screen and (max-width:1024px){.vZ3:active{opacity:.6}}.vZ4{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.vZ4.vZ5{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.vZ3:disabled{background:#bababa;pointer-events:none}.vZS li:not(:last-child){margin-bottom:16px}.vZV{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}.vZV:hover{opacity:.6}.vZV img{margin-left:8px}.vZ6,.vZV img{filter:invert(1)}.vZ6{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.vZ6.vZ7{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.vZV:disabled{color:#fff;background:#bababa;pointer-events:none}.vZV:disabled .vZ6{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.vZ8{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){.vZ8:hover{opacity:.6}}@media screen and (max-width:1024px){.vZ8:active{opacity:.6}}.vZ9{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}.vZ9.v0a{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.vZ8:disabled{color:#fff;background:#bababa;pointer-events:none}.vZ8:disabled .vZ9{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.v0b{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.v0b:hover{opacity:.6}.v0b img{width:20px;margin-right:8px}.v0b:disabled{pointer-events:none}.v0b:disabled *{opacity:.3}.vY2{font-weight:600;font-size:14px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:24px;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center}.vY2:hover{opacity:.6}.vY2 img{width:20px;margin-right:8px}.vZu{font-weight:600;font-size:12px;text-align:center;color:#fff;width:auto;line-height:32px;height:32px;border-radius:16px;padding:0 7px;border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;background:rgba(0,0,0,0);display:inline-block}.vZu:disabled,.vZu:hover{color:hsla(0,0%,100%,.3)}.vY2:disabled,.vZu:disabled{pointer-events:none}.vY2:disabled *{opacity:.3}.v0c{font-weight:600;font-size:16px;letter-spacing:.26px;text-align:center;color:#fff;max-width:100%;width:320px;height:48px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.v0c:hover{opacity:.6}.v0c img{width:20px;margin-right:8px}.v0d{font-weight:600;font-size:14px;line-height:18px;text-align:center;color:#fff;max-width:100%;width:320px;height:36px;padding:0 26px;border:rgba(0,0,0,0);background:rgba(0,0,0,0);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.v0d:hover{opacity:.6}.v0d img{width:20px;margin-right:8px}.v0e{font-weight:300}.v0f{padding:0;margin-bottom:24px}.v0f,.v0g{text-align:left;position:relative}.v0g{font-weight:300;font-size:14px;color:#fff;background:rgba(0,0,0,0);display:inline-flex;justify-content:center;align-items:center;line-height:0}.v0g:not(:first-child){margin-left:24px}.v0g:hover{opacity:.6}.v0h{width:24px}.v0i{font-size:14px;margin-left:8px}.v0j{margin-bottom:16px}.v0k{display:flex;justify-content:space-between;align-items:center;padding:15px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;cursor:pointer}.v0k:hover{background-color:hsla(0,0%,100%,.1)}.v0l{font-weight:600;font-size:14px;text-align:left;color:#fff}.v0m{width:16px;transition:all .3s}.v0m.v0n{transform:rotate(180deg)}.v0o{display:none;padding-top:8px}.v0o.v0n{display:block}.v0p{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.v0p,.v0q{text-align:left}.v0q{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.v0r{display:inline-block;max-width:320px;width:100%}.v0s{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;transition:.3s ease-out;cursor:pointer}.v0s:hover{border:1px solid #fff}.v0t{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.v0u{width:16px;transition:.3s ease-out}.v0u.v0v{transform:rotate(-180deg)}.v0w{width:100%;max-height:320px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-row-gap:12px;row-gap:12px;padding:24px 16px;border:1px solid hsla(0,0%,100%,.25);border-radius:8px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);margin-top:12px;overflow:auto;position:relative}.v0x{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9)}.v0w::-webkit-scrollbar{width:20px}.v0w.vXe::-webkit-scrollbar{width:24px}.v0w::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.v0w::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.v0w span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.v0w .v0y{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.v0z{display:none}.v0z.v0A{display:block}.v0B{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.v0B,.v0C{-webkit-background-clip:padding-box;background-clip:padding-box}.v0C{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.v0D{width:calc(100% - 72px)}.v0D,.v0E{text-align:left}.v0E{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.v0E.v0F{margin-bottom:5px}.v0G{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.v0H{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v0H input{opacity:0;width:0;height:0}.v0I{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.v0I,.v0I:before{position:absolute;transition:.4s}.v0I:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.v0H input:checked+.v0I{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.v0H input:checked+.v0I:before{transform:translateX(24px)}.v0C.v0J .v0D{opacity:.4}.v0C.v0J .v0H{opacity:.4;pointer-events:none}.v0K{text-align:center}.v0L{display:inline-flex;font-size:16px;justify-content:center;position:relative}.v0L>li:not(:last-child){margin-right:32px}.v0M{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.v0N{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.v0M.v0O{color:#fff;pointer-events:none}.v0M.v0O:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v0P{overflow-x:auto}.v0P::-webkit-scrollbar{display:none}.v0Q{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.v0Q>li:not(:last-child){margin-right:24px}.v0R{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.v0S{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.v0R.v0T{color:#fff;font-weight:600;pointer-events:none}.v0R.v0T:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v0U{width:auto;padding:0;display:flex;justify-content:space-around}.v0V{position:relative;display:inline-block;width:132px;height:28px}.v0V input{opacity:0;width:0;height:0}.v0W{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0);backdrop-filter:blur(30px) brightness(250%);-webkit-backdrop-filter:blur(30px) brightness(250%);transition:.4s;border-radius:13px;display:flex;justify-content:space-around;align-items:center;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v0X{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.v0X:last-of-type{font-weight:300;padding-right:2px}.v0W: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}.v0V input:checked+.v0W:before{transform:translateX(66px);left:0}.v0V input:checked+.v0W .v0X:last-child,.v0V input:not(:checked)+.v0W .v0X:first-child{opacity:1}@media screen and (max-width:1024px){.v0Y{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.v0Y{display:flex;justify-content:center}.v0Y>:not(:last-child){margin-right:32px}}.v0Z{display:flex;justify-content:center;opacity:.6;position:relative}.v0Z.v00{opacity:1;pointer-events:none}.v0Z.v00: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%}.v01{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.v02{display:none;width:32px;margin-bottom:9px}.v03{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.v04{flex-wrap:wrap;gap:8px}.v04,.v05{display:flex;margin:0}.v05{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.v05,.v06{transition:all .2s}.v06{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.v07:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v08{width:114px;height:32px;padding:0;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;margin:0;display:flex;justify-content:center;align-items:center;line-height:0}.v09{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}.v1a:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.v05.v1b{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v05.v1b .v06{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.v05.v1b .v07:before{content:"フォロー中";color:#fff}.v1c{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}.v1c,.v1d{transition:all .2s}.v1d{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.v1e:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v1c.v1f{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v1c.v1f .v1d{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.v1c.v1f .v1e:before{content:"ブロック中";color:#fff}.v1g{flex-wrap:wrap;gap:8px}.v1g,.v1h{display:flex;margin:0}.v1h{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.v1h,.v1i{transition:all .2s}.v1i{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.v1j:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v1h.v1k{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v1h.v1k .v1i{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}.v1h.v1k .v1j:before{content:"ミュート中";color:#fff}.v1l{text-align:left;margin:0}.v1m{width:130px;height:40px;border-radius:20px;background:#fff}.v1m:hover{opacity:.6}.v1n{font-weight:600;font-size:14px;text-align:center;color:#151515}.v1o{text-align:left;margin:0}.v1p{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}.v1q{font-weight:600;font-size:12px;color:#fff}.v1r{width:20px;margin-left:8px}.v1s{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}.v1t{text-align:left;margin:0}.v1u{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.v1u:hover{opacity:.6}.v1v{font-weight:600;font-size:16px;text-align:left}.v1v,.v1w{color:#000}.v1w{font-weight:300;font-size:14px;text-align:right}.v1x{text-align:left;margin:0}.v1y{width:100%;height:48px;border-radius:24px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:space-between;align-items:center;padding:0 16px}.v1y:hover{opacity:.6}.v1z{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}.v1A,.v1z{font-weight:600;color:#fff}.v1A{font-size:14px;text-align:right;flex:1 1}.v1B{padding:0}.v1C{max-width:480px}.v1D{font-weight:300;font-size:14px;text-align:left;color:#fff}.v1E{display:flex;align-items:center;cursor:pointer}.v1E:last-child{margin-right:0}.v1F{position:absolute;opacity:0;width:0;height:0}.v1G{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.v1F:checked+.v1G:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.v1H{margin-left:auto;transition:.2s ease-out}.v1H.v1I{transform:rotate(-180deg)}.v1F:checked+.v1G{border-radius:24px;width:24px;height:24px;background:#fff;background:linear-gradient(134deg,#ff903c,#ff0576);background-size:cover;position:relative;border:0 solid rgba(0,0,0,0)}.v1J{display:none;margin-left:32px}.v1J.v1I{display:block}.v1K{margin-top:16px;cursor:pointer}.v1K,.v1L{display:flex;justify-content:space-between;align-items:center}.v1L{width:calc(100% - 40px);padding:14.5px 16px;border-radius:8px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v1M{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.v1M span{display:block}.v1N{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}.v1O{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.v1P{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}.v1P::-webkit-inner-spin-button,.v1P::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.v1Q{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.v1R{padding:0;text-align:left}.v1S{width:auto;height:32px;padding:0 16px;border-radius:16px;background:rgba(0,0,0,0);background-color:hsla(0,0%,100%,.15);display:inline-flex;justify-content:center;align-items:center}.v1S:hover{opacity:.6}.v1T{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.v1U{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.v1V{padding:0;text-align:left}.v1W{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.v1W:hover{opacity:.6}.v1X{font-weight:600;font-size:12px;text-align:center;color:#fff}.v1Y{padding:0}.v1Z{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.v10{font-weight:600;font-size:12px;text-align:center;color:#fff}.v11{padding:0;text-align:left}.v12{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.v12:hover{opacity:.6}.v13{font-weight:600;font-size:12px;text-align:center;color:#151515}.v14{padding:0;text-align:left}.v15{width:114px;height:32px;border-radius:16px;background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-flex;justify-content:center;align-items:center}.v15:hover{opacity:.6}.v16{font-weight:600;font-size:12px;text-align:center;color:#fff}.v17{width:14px;margin-right:5.23px}.v18{padding:0;text-align:left}.v19{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.v19 img{width:100%}.v2a{padding:0;text-align:left}.v2b{width:32px;height:32px;position:relative;cursor:pointer}.v2b,.v2c{display:block}.v2c{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.v2d{background-color:rgba(150,150,150,.6)}.v2e{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.v2e,.v2f .v2d{opacity:0}.v2f .v2e{opacity:1}@keyframes v3p{0%{width:0}to{width:7px}}@keyframes v3q{0%{width:7px}to{width:0}}@keyframes v3r{0%{width:0}to{width:11px}}@keyframes v3s{0%{width:11px}to{width:0}}@keyframes v3t{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes v3u{0%{opacity:0}to{opacity:1}}@keyframes v3v{0%{opacity:1}to{opacity:0}}.v2g{padding:0;text-align:left}.v2h{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.v2h:hover{opacity:.6}.v2i{font-weight:600;font-size:14px;text-align:center;color:#151515}.v2j{padding:0;text-align:left}.v2k{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.v2k:hover{opacity:.6}.v2l{font-weight:600;font-size:14px;text-align:center;color:#151515}.v2m{width:20px;margin-left:8px}.v2n{padding:0;text-align:left}.v2o{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.v2o:hover{opacity:.6}.v2p{font-weight:600;font-size:14px;color:#151515}.v2p,.v2q{text-align:center}.v2q{display:block;padding:0}.v2r{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.v2s{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.v2s>li:not(:last-child){margin-right:16px}.v2t{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.v2t.v2u:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.v2v{color:#fff;font-weight:600;pointer-events:none}.v2v:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v2w{display:flex;width:auto;justify-content:flex-end}.v2w button:not(:last-child){margin-right:8px}.v2x{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.v2x.v2y{background:#fff;padding:0 14px}.v2x:hover{opacity:.6}.v2z{font-weight:600;font-size:12px;text-align:center;color:#fff}.v2x.v2y .v2z{color:#151515}.v2A{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}.v2B{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){.v0b,.v0c,.v0d,.vY2,.vZ3,.vZ8,.vZT,.vZV{width:100%}.v0r{max-width:unset}.v0Q>li:not(:last-child){margin-right:16px}.v0Y{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))}.v02{display:block}.v03{font-size:12px}.v1C{max-width:none}.v1O{gap:0;flex-direction:column;align-items:flex-start}.v1E:last-child{margin-right:0;margin-left:32px;margin-top:13px}.v2h{min-width:unset;height:22px;border-radius:16px}.v2i{font-size:10px}.v2k{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.v2l{font-size:12px}.v2m{margin-left:4px}.v2o{min-width:unset;height:22px;border-radius:16px}.v2p{font-size:10px}.v2r{font-size:16px;padding-bottom:16px}.v2C{overflow:auto}.v2C::-webkit-scrollbar{display:none}.v2s{justify-content:center;width:calc(518px + 100% - 2em)}.v2s>li:not(:last-child){margin-right:16px}.v2t{font-size:16px;padding:12px 0}.v2t.v2u:before{height:5px;width:5px}.v2v:after{height:4px}.v2A{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.v15{width:64px}}@media screen and (max-width:375px){.vZS li:not(:last-child){margin-bottom:4.267vw}.v0b,.vZT,.vZV{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.vZ4,.vZ6,.vZ9,.vZX{width:5.333vw;height:5.333vw;margin-right:2.133vw}.v0d,.vY2,.vZ3,.vZ8{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.vZV img{margin-left:2.133vw}.v0b img,.v0c img,.v0d img,.vY2 img{width:5.333vw;margin-right:2.133vw}.vZu{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.v0c{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.v0f{margin-bottom:6.4vw}.v0g{font-size:3.733vw}.v0g:not(:first-child){margin-left:6.4vw}.v0h{width:6.4vw}.v0i{font-size:3.733vw;margin-left:2.133vw}.v0j{margin-bottom:4.267vw}.v0k{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v0l{font-size:3.733vw}.v0m{width:4.267vw}.v0o{padding-top:2.133vw}.v0p{font-size:3.733vw;padding:2.133vw}.v0q{gap:4.267vw}.v0s{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v0s:hover{border:.267vw solid #fff}.v0t{font-size:3.733vw;line-height:4.8vw}.v0u{width:4.267vw}.v0w{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}.v0w::-webkit-scrollbar{width:5.333vw}.v0w.vXe::-webkit-scrollbar{width:24px}.v0w::-webkit-scrollbar-track{margin:2.133vw 0}.v0w::-webkit-scrollbar-thumb,.v0w::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.v0w span{font-size:3.733vw;padding-left:6.4vw}.v0w .v0y{background-size:4.267vw}.v0B{border-top:.267vw solid hsla(0,0%,100%,.3)}.v0C{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.v0D{width:calc(100% - 18.462vw)}.v0E{font-size:3.733vw}.v0E.v0F{margin-bottom:1.333vw}.v0G{font-size:3.2vw}.v0H{width:14.933vw;height:8.533vw}.v0I{border-radius:4.8vw}.v0I:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.v0H input:checked+.v0I:before{transform:translateX(6.154vw)}.v0L{font-size:4.267vw}.v0L>li:not(:last-child){margin-right:8.533vw}.v0M{padding-bottom:3.2vw}.v0M.v0O:after{height:1.067vw}.v0Q{font-size:4.267vw}.v0Q>li:not(:last-child){margin-right:4.267vw}.v0R{padding-bottom:3.2vw}.v0R.v0T:after{height:1.067vw}.v0V{width:33.846vw;height:7.179vw}.v0W{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.v0X{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.v0X:last-of-type{padding-right:.533vw}.v0W:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.v0V input:checked+.v0W:before{transform:translateX(17.6vw)}.v0Y{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.v02{width:8.533vw;margin-bottom:2.4vw}.v03{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.v0Z.v00:after{height:1.067vw}.v04{gap:2.133vw}.v05{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v06{margin-right:1.067vw}.v07:before{font-size:3.2vw}.v08{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.v09{margin-right:1.067vw}.v1a:before{font-size:3.2vw;line-height:4.8vw}.v05.v1b{border:.267vw solid hsla(0,0%,100%,.3)}.v1c{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v1d{margin-right:1.067vw}.v1e:before{font-size:3.2vw}.v1c.v1f{border:.267vw solid hsla(0,0%,100%,.3)}.v1g{gap:2.133vw}.v1h{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v1i{margin-right:2.133vw}.v1j:before{font-size:3.2vw}.v1h.v1k{border:.267vw solid hsla(0,0%,100%,.3)}.v1h.v1k .v1i{width:4.267vw;height:4.267vw;margin-right:2.133vw}.v1m{width:34.667vw;height:10.667vw;border-radius:5.333vw}.v1n{font-size:3.733vw}.v1p{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.v1q{font-size:3.2vw}.v1r{width:5.333vw;margin-left:2.133vw}.v1s{font-size:4.267vw;letter-spacing:.069vw}.v1s,.v1u{height:12.8vw;border-radius:6.4vw}.v1u{padding:0 4.267vw}.v1v{font-size:4.267vw}.v1w{font-size:3.733vw}.v1y{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.v1z{font-size:3.2vw}.v1A,.v1D{font-size:3.733vw}.v1G{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.v1F:checked+.v1G:before{width:3.2vw;height:3.2vw}.v1F:checked+.v1G{border-radius:6.4vw;width:6.4vw;height:6.4vw}.v1E:last-child,.v1J{margin-left:8.533vw}.v1E:last-child{margin-top:3.333vw}.v1K{margin-top:4.267vw}.v1L{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v1M{width:calc(100% - 11.733vw);font-size:3.2vw}.v1N{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.v1P{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.v1Q{font-size:3.2vw}.v1S{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.v1T{font-size:3.2vw;line-height:4.8vw}.v1U{width:4.267vw;margin-left:1.6vw}.v1W{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v1X{font-size:3.2vw}.v1Z{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v10{font-size:3.2vw}.v12{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v13{font-size:3.2vw}.v15{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.v16{font-size:3.2vw}.v17{width:3.733vw;margin-right:1.395vw}.v2h{height:5.867vw;border-radius:4.267vw}.v2i{font-size:2.667vw}.v2k{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.v2l{font-size:3.2vw}.v2m{width:5.333vw;margin-left:2.133vw}.v2o{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.v2p{font-size:2.677vw}.v2r{font-size:4.267vw;padding-bottom:4.267vw}.v2s{width:calc(138.133vw + 100% - 2em)}.v2s>li:not(:last-child){margin-right:4.267vw}.v2t{font-size:4.267vw;padding:3.2vw 0}.v2t.v2u:before{height:1.333vw;width:1.333vw}.v2v:after{height:1.067vw}.v2w{width:78.933w}.v2w button:not(:last-child){margin-right:2.133vw}.v2x{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.v2x.v2y{padding:0 3.733vw}.v2z{font-size:3.2vw}.v2A{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.v2D{display:inline-flex;flex-direction:column}.v2D>a:not(:last-of-type){margin-bottom:16px}.v2E{display:inline-block;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.v2E:hover{opacity:1;text-decoration:underline}.v2F{display:inline-flex;flex-direction:column}.v2F>a:not(:last-of-type){margin-bottom:10px}.v2G{display:inline-flex;align-items:flex-end;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.v2G:after{filter:brightness(0) saturate(100%) invert(50%) sepia(72%) saturate(6657%) hue-rotate(315deg) brightness(104%) contrast(98%);display:inline-block;width:16px;height:16px;content:url(/assets/img/parts/g_icon/xs_window.svg);margin-left:4px}.v2G:hover{opacity:1;text-decoration:underline}.v2H{width:auto;list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3)}.v2H,.v2H li{-webkit-background-clip:padding-box;background-clip:padding-box}.v2H li{position:relative;border-bottom:1px solid hsla(0,0%,100%,.3)}.v2I{display:block;padding:16px 0}.v2J,.v2J.v2K{text-align:left}.v2J.v2K{font-weight:600}.v2L{justify-content:space-between}.v2L,.v2M{display:flex;align-items:center}.v2M span{margin-right:8px;margin-left:8px}@media(hover:hover){.v2I:hover{background-color:hsla(0,0%,100%,.1);opacity:1}}.v2N li{border-bottom:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v2O,.v2P{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.v2P{opacity:.6}.v2Q,.v2R{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.v2R{opacity:.6}.v2O * :last-of-type,.v2P * :last-of-type{margin-bottom:0}.v2O:hover{opacity:.6}.v2S.v2T{margin-left:0}.v2U{margin-right:8px}.v2V{display:flex;align-items:center;margin-bottom:7px}.v2S{font-size:12px;margin-left:8px}.v2S,.v2W{font-weight:600}.v2W{font-size:16px;line-height:1.625;margin-bottom:4px}.v2X{font-size:12px;line-height:1.5;max-height:4.8em;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media screen and (max-width:375px){.v2D>a:not(:last-of-type){margin-bottom:4.2666666667vw}.v2F>a:not(:last-of-type){margin-bottom:2.667vw}.v2G:after{width:4.267vw;height:4.267vw;margin-left:1.067vw}.v2I{padding:4.2666666667vw 0}.v2M span{margin-right:2.1333333333vw;margin-left:2.1333333333vw}.v2O,.v2P,.v2Q,.v2R{padding-top:4.266666667vw;padding-bottom:3.466666663vw}.v2V{margin-bottom:3.2vw}.v2U{margin-right:2.133vw}.v2S{font-size:3.2vw}.v2W{font-size:4.266666667vw;margin-bottom:3.2vw}.v2X{font-size:3.2vw}}.vW7{position:relative;z-index:1}.vZB{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.vZB.v2Y{opacity:.3}.v2Z{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.v20{position:relative;display:inline-block;width:14px;height:14px}.v21{position:absolute;top:0;left:0}.v21,.v22{width:100%;height:100%}.v22{display:block}.v23{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v23>input{display:none}.v24{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.v24,.v25,.v26{width:100%;height:100%}.v25,.v26{display:block}.v27{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}.v23 input:checked~.v27{opacity:1;transform:scale(1)}.v28{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)}.v28>input{display:none}.v29{z-index:2}.v29,.v3a{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.v3a{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.v3b,.v3c{width:100%;height:100%}.v28 input:checked~.v3a{opacity:1;transform:scale(1)}.v3d{display:flex;flex-wrap:wrap;gap:16px}.v3e{position:relative;padding:10px 14px;color:#fff;font-size:14px;border:0;box-shadow:none;outline:0;border-radius:17px;background:rgba(0,0,0,0);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background-color:hsla(0,0%,100%,.15);transition:all .1s ease-in-out;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v3e.v3f{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.v3g{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}.v3h{width:100%;height:100%;object-fit:cover}.v3i{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.v3j{width:100%;height:336px}@media screen and (max-width:375px){.v2Z{gap:4.267vw}.v20{width:3.733vw;height:3.733vw}.v23,.v28{height:6.4vw;width:6.4vw}.v3d{gap:4.267vw}.v3e{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.v3k .vXw{margin-bottom:56px;text-align:center;display:block}.v3k .vXD{margin-bottom:11px}.v3k .vXD.v3l{text-align:center;font-weight:300;margin-top:0;margin-bottom:35px}.v3k .v3m{text-align:center;margin-bottom:11px}.v3k .v2E{text-align:center;margin:40px auto 59px;display:block}.v3k .vYz{max-width:360px;margin-left:auto;margin-right:auto}.v3k .v3n{display:flex}.v3k .vYe .vYm{-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}.v0m{width:16px!important}.v3k .vYz{display:block}@media screen and (max-width:1024px){.v3k .vW8{padding-top:32px}.v3k .vXw{margin-bottom:32px;text-align:center;display:block}.v3k .vXD{display:block;margin-bottom:11px}.v3k .vXD.v3l{text-align:left;margin-bottom:35px}.v3k .vXD.v3m{text-align:left;margin-bottom:11px}.v3k .vYz{max-width:none}.v3k .v2E{text-align:center;margin-bottom:35px}.vYz.vYe .vYA{max-width:calc(100% - 72px)}}@media screen and (max-width:375px){.v3k .vW8{padding-top:8.533vw}.v3k .vXw{margin-bottom:8.533vw}.v3k .vXD{margin-bottom:2.933vw;margin-top:10vw}.v3k .vXD.v3l{margin-bottom:9.333vw}.v3k .vXD.v3m{margin-bottom:2.933vw}.v3k .v2E{text-align:center;margin-bottom:9.333vw;margin-top:9.867vw}.vYz.vYe .vYA{max-width:calc(100% - 19.1999997vw)}}.v3k .v3o{background-color:hsla(0,0%,100%,0)}