: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)}}.azb{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)}.azb,.azb:before{border-radius:12px}.azb: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}.azc{color:#fff;font-size:14px;font-weight:600;line-height:1.5714285714}@media screen and (max-width:375px){.azb{min-width:57.067vw;min-height:16.533vw;padding:6.4vw 4.267vw}.azb,.azb:before{border-radius:3.2vw}.azc{font-size:3.733vw}}@import"https://fonts.googleapis.com/css2?family=Jost:wght@800&display=swap";.vYJ{display:block!important}.vYK{display:none!important}.vYL{margin-bottom:0!important}.vYM{text-align:center!important}.vYN{text-align:left!important}.vYO{display:none!important}.vYP{border:1px solid #ff624f!important}@media screen and (max-width:1024px){.vYK{display:block!important}.vYJ{display:none!important}}.vYQ{max-width:2000px;padding-right:40px;margin-left:auto}.vYQ,.vYR{padding-left:40px;margin-right:auto}.vYR{max-width:1960px}.vYS{max-width:760px}.vYS,.vYT{padding-left:20px;padding-right:20px;margin-right:auto;margin-left:auto}.vYT{width:100%;max-width:1024px}@media screen and (min-width:1025px){.vYU{display:block;padding-left:64px}.vYV{padding-bottom:80px;min-height:calc(100vh - 80px)}.vYV.vYW{min-height:calc(100vh - 116px)}.vYV.vYX{min-height:calc(100vh - 161px)}.vYV.vYY{min-height:calc(100vh - 461px)}}@media screen and (max-width:1024px){.vYV{padding-bottom:80px;min-height:calc(100vh - 66px)}.vYV.vYW{min-height:calc(100vh - 181px)}.vYV.vYX{min-height:calc(100vh - 226px)}.vYV.vYY{min-height:calc(100vh - 924px)}.vYQ{padding-right:16px}.vYQ,.vYR,.vYS{padding-left:16px}.vYS{padding-right:16px}}@media screen and (min-width:1365px){.vYR{max-width:1960px}}@media screen and (min-width:2065px){.vYR{max-width:1920px;padding-left:0;margin-left:auto}}@media screen and (min-width:1025px){.vYZ{background-color:rgba(0,0,0,.9);overflow:hidden;position:fixed;transition:all .3s;left:0;width:64px;height:100%;z-index:6}.vYZ .vY0{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;top:0}.vYZ .vY0.vY1{overflow-y:hidden}.vYZ .vY0.vY1:hover{overflow-y:auto}.vYZ .vY2{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}.vYZ .vY2 span{display:none}.vYZ .vY2 span.vY3{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}.vYZ .vY2 span.vY3:after{display:inline-block;content:"P";padding-left:2px;transform:scale(.8);opacity:.5}.vYZ .vY2 span.vY4{font-size:12px;line-height:12px}.vYZ .vY2 span.vY5{display:block}.vYZ nav{position:relative;z-index:2;margin-left:8px;height:100%}.vYZ .vY6{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}.vYZ .vY7{top:160px;transform:none;-webkit-transform:none;-ms-transform:none}.vYZ nav .vY8{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}.vYZ nav>ul{position:absolute;left:5px;z-index:2}.vYZ nav>ul>li{position:relative;margin-bottom:30px;display:flex;flex-wrap:wrap;height:48px}.vYZ nav>ul>li a{position:relative;display:flex;align-items:center;height:100%;width:100%;font-size:14px;white-space:nowrap}.vYZ nav>ul>li a span{opacity:0;transition:all .4s ease-out;margin-left:-5px}.vYZ 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}.vYZ nav>ul>li:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_sp.svg)}.vYZ nav>ul>li:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_sp.svg)}.vYZ nav>ul>li:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_sp.svg)}.vYZ nav>ul>li:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_sp.svg)}.vYZ nav>ul>li:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_sp.svg)}.vYZ nav>ul>li .vY9{display:flex;align-items:center;justify-content:center;margin-left:40px;position:relative;opacity:0;transition:all .3s ease-out}.vYZ nav>ul>li .vY9: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}.vYZ nav>ul>li .vY9.vZa:after{width:48px;left:0;padding:0 8px}.vYZ nav>ul>li .vY9.vZb:after{width:85px;left:70px;padding:0 8px}.vYZ nav>ul>li .vY9 li{position:relative;z-index:5;text-align:center}.vYZ nav>ul>li .vY9 li a{height:28px;line-height:28px}.vYZ nav>ul>li .vY9 li:first-child{margin-right:16px}.vYZ nav>ul>li .vY9 li:first-child a{padding:0 8px}.vYZ nav>ul>li .vY9 li a{display:block;font-size:12px}.vYZ nav>ul>li .vY9 li a:before{display:none}.vYZ nav>ul>li.vY5 a{position:relative;height:100%;font-weight:600}.vYZ nav>ul>li.vY5 a:before{top:17px}.vYZ nav>ul>li.vY5:first-child a:before{background-image:url(/assets/img/parts/a_common/ico_home_on_sp.svg)}.vYZ nav>ul>li.vY5:nth-child(2) a:before{background-image:url(/assets/img/parts/a_common/ico_search_on_sp.svg)}.vYZ nav>ul>li.vY5:nth-child(3) a:before{background-image:url(/assets/img/parts/a_common/ico_mylist_on_sp.svg)}.vYZ nav>ul>li.vY5:nth-child(4) a:before{background-image:url(/assets/img/parts/a_common/ico_profile_on_sp.svg)}.vYZ nav>ul>li.vY5:nth-child(5) a:before{background-image:url(/assets/img/parts/a_common/ico_setting_gy_on_sp.svg)}.vYZ.vZc{width:254px}.vYZ.vZc a span{opacity:1;margin-left:0}.vYZ.vZc .vY2{opacity:1;margin-left:20px}.vYZ.vZc .vY9{opacity:1;margin-left:50px}.vYZ #vZd{display:inline-block;position:absolute;height:24px;width:24px;z-index:10;top:25px;left:20px}.vYZ #vZd .vZe{background:rgba(0,0,0,0)}.vYZ #vZd .vZe:after,.vYZ #vZd .vZe:before{margin-top:0}.vYZ #vZd .vZe:before{transform:rotate(-45deg)}.vYZ #vZd .vZe:after{transform:rotate(-135deg)}.vYZ #vZf,.vYZ #vZf:after,.vYZ #vZf: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%}.vYZ #vZf:after,.vYZ #vZf:before{content:"";left:0}.vYZ #vZf:before{margin-top:-9px}.vYZ #vZf:after{margin-top:7px}}@media screen and (max-width:1024px){.vYZ{display:none!important}}@media screen and (max-width:375px){.vYQ,.vYS{padding-right:4.267vw}.vYQ,.vYR,.vYS{padding-left:4.267vw}.vYV{padding-bottom:21.333vw}}.vZg{font-size:24px;font-weight:600;line-height:1.7083333333}.vZh{font-size:18px;line-height:1.444}.vZh,.vZi{font-weight:600;text-align:center}.vZi{font-size:24px;line-height:1.7083333333}.vZj{text-align:center}.vZj,.vZk{font-size:32px;font-weight:600}.vZk{line-height:1.857142}h2.vZl{font-weight:600;font-size:24px}.vZl,.vZm{font-size:16px}.vZl,.vZm,.vZn{font-weight:600}.vZn{font-size:24px;line-height:1.333}.vZo{font-size:20px;line-height:1.35}.vZo,.vZp{font-weight:600}.vZp{font-size:14px;line-height:1.3571428571}.vZq{font-weight:600;font-size:16px;line-height:1.3125}.vZr,.vZs{font-size:20px;line-height:1.7}.vZr,.vZs,.vZt{font-weight:600}.vZt{font-size:14px;line-height:1.3571428571}.vZu{font-size:12px;line-height:1.3333333333}.vZu,.vZv{font-weight:600}.vZv{font-size:16px;line-height:1.625}.vZw{font-size:14px;line-height:1.2857142857}.vZw,.vZx{font-weight:600}.vZx{font-size:12px;line-height:1.5}.vZy,.vZz{font-size:16px;line-height:1.625}.vZA{margin-top:16px}.vZB{font-size:14px;line-height:1.5714285714}.vZC,.vZD{font-size:16px;line-height:1.625;text-align:center}.vZD{margin-bottom:20px}.vZE{font-size:14px;line-height:1.5714285714}.vZF{font-size:12px;line-height:1.5}.vZG{font-size:16px;line-height:1.125}.vZH{font-size:12px;line-height:1.5;margin-left:1em;text-indent:-1em}.vZI{font-size:14px;line-height:1.5714285714}.vZJ{font-weight:300;font-size:10px;line-height:2.2}.vZK{padding-left:1.5em;text-indent:-1.68em}.vZK>li:not(:last-of-type){margin-bottom:16px}.vZL{font-size:14px;line-height:1.5714285714}.vZL:before{content:"・";color:#fff;width:14px;height:14px;font-size:14px;margin-right:5px}.vZM{-webkit-padding-start:23px;padding-inline-start:23px;list-style-type:decimal;text-indent:0}.vZM li{text-align:-webkit-match-parent}.vZM>li:not(:last-of-type){margin-bottom:16px}.vZN{font-size:14px;line-height:1.5714285714}.vZO{border-top:1px solid hsla(0,0%,100%,.3)}.vZO li{display:flex;justify-content:space-between;line-height:1.625;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.vZP{font-weight:600;white-space:nowrap;margin-right:1em}.vZQ{text-align:right;word-break:keep-all}.vZQ span{margin-left:24px}.vZR{padding:16px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px}.vZR .vZS{font-size:14px;line-height:1.5714285714}.vZT{color:#bababa}.vZT,.vZU{font-size:12px}.vZU,.vZV{font-weight:600}.vZV{font-size:20px;line-height:1}.vZW{display:grid;grid-row-gap:16px;row-gap:16px}.vZX{font-weight:600;font-size:24px;line-height:1.333}.vZY{font-size:16px;line-height:1.625}.vZZ{font-weight:600;font-size:40px;line-height:1.4}.vZ0{white-space:normal;text-indent:-1em;width:180px;margin-top:12px}@media screen and (max-width:1024px){.vZg{text-align:center}.vZh{font-size:24px;line-height:1.7083}.vZj{font-size:20px}.vZk{font-size:14px}.vZl,h2.vZl{font-size:16px}.vZn{font-size:20px;line-height:1.3}.vZo,.vZp,.vZq{font-size:16px;line-height:1.625}.vZr{font-size:20px;line-height:1.3}.vZs,.vZt,.vZu,.vZv{font-size:14px;line-height:1.5714285714}.vZw,.vZx{font-size:12px;line-height:1.5}.vZB,.vZC,.vZD,.vZz{font-size:14px;line-height:1.5714285714}.vZE,.vZF,.vZG{font-size:12px;line-height:1.5}.vZH,.vZI{font-size:10px;line-height:1.5}.vZI,.vZJ{margin-left:1em;text-indent:-1em}.vZJ{font-size:10px;line-height:1.5}.vZK>li:not(:last-of-type){margin-bottom:16px}.vZL{font-size:14px;line-height:1.5714285714}.vZM{-webkit-padding-start:16px;padding-inline-start:16px}.vZV{line-height:1.125}.vZV,.vZZ{font-size:16px}.vZZ{line-height:1.625}.vZ0{margin-top:5px;font-size:10px;width:240px;padding-left:0}.vZ1{margin-bottom:4px}}@media screen and (orientation:portrait)and (max-width:1024px){.vZW{row-gap:8px}.vZX{font-size:14px;line-height:1.5714285714}.vZY{font-size:12px;line-height:1.5}}@media screen and (orientation:landscape)and (max-width:1024px){.vZW{row-gap:12px}.vZX{font-size:16px;line-height:1.625}.vZY{font-size:14px;line-height:1.5714285714}}@media screen and (max-width:375px){.vZg,.vZh,.vZi{font-size:6.4vw}.vZj{font-size:5.333vw}.vZk{font-size:3.733vw}.vZl,h2.vZl{font-size:4.267vw}.vZn{font-size:5.334vw}.vZo,.vZp,.vZq{font-size:4.267vw}.vZr{font-size:5.334vw}.vZs{font-size:3.733vw}.vZt,.vZu{font-size:3.734vw}.vZv{font-size:3.733vw}.vZw,.vZx{font-size:3.2vw}.vZy{font-size:4.267vw}.vZB,.vZC,.vZD,.vZz{font-size:3.733vw}.vZE,.vZF,.vZG{font-size:3.2vw}.vZH,.vZI,.vZJ{font-size:2.667vw}.vZL,.vZL:before{font-size:3.733vw}.vZL:before{width:3.733vw;height:3.733vw;margin-right:1.333vw}.vZK>li:not(:last-of-type){margin-bottom:4.267vw}.vZN{font-size:3.733vw}.vZM{-webkit-padding-start:4.267vw;padding-inline-start:4.267vw}.vZM>li:not(:last-of-type){margin-bottom:4.267vw}.vZO li{font-size:3.733vw;padding:4.267vw 0}.vZQ span{margin-left:6.4vw}.vZR .vZS{font-size:3.733vw}.vZT,.vZU{font-size:3.2vw}.vZV{font-size:4.267vw}.vZW{row-gap:2.133vw}.vZX{font-size:3.734vw}.vZY{font-size:3.2vw}.vZZ{font-size:4.267vw}.vZ0{font-size:2.667vw}}.vZ2,.vZ3{flex:1 1;display:flex;flex-direction:column}.vZ2 .vZ4,.vZ3 .vZ5{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}.vZ3 .vZ5{line-height:1.5714285714}.vZ2 .vZ4{max-width:100%}.vZ2 .vZ4::placeholder,.vZ3 .vZ5::placeholder{color:#fff;opacity:.6}.vZ2 .vZ4.vZ6{border:none;background-color:unset}.vZ2 .vZ4.vZ7{font-size:14px}.vZ2 .vZ4.vZ8,.vZ3.vZ9 .vZ5{border:1px solid #ff624f}.vZ2 .v0a,.vZ3 .v0a{-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}.vZ3 .v0b{text-align:right;color:#fff;font-size:12px;-webkit-margin-before:8px;margin-block-start:8px}.vZ3.vZ9 .v0b{color:#ff624f}.v0c{width:480px}.v0c.vZ3 .vZ5{height:170px;outline:none}.v0d input[type=text]{padding:0}.v0d{width:720px}.v0d,.v0d .v0e{display:flex;align-items:center}.v0d .v0e{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)}.v0d .v0e .vZ4{flex:1 1;background-color:unset;border:none;color:#fff;font-size:16px;font-weight:600}.v0d .v0e .vZ4:focus-visible{outline:none}.v0d .v0e .v0f{position:absolute;left:12px;width:20px;height:20px;color:#fff;opacity:.6}.v0d .v0e .v0g{display:none;position:absolute;right:10px;cursor:pointer}.v0d .v0e.v0h .v0g{display:block}.v0d .v0e .v0i{padding-left:26px}.v0d .v0j{display:none}.v0d.v0k .v0j{display:block;white-space:nowrap;margin-left:16px;font-size:14px;font-weight:300;cursor:pointer}.v0l{display:flex;justify-content:center;gap:15px}.v0m{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}.v0m:focus,.v0m: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)}.v0n.vZ2{flex:1 1;display:flex;flex-direction:row;width:720px}.v0n.vZ2 .v0o{flex:1 1}.v0n.vZ2 .v0p{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;width:56px;height:44px;margin-left:16px}.v0n.vZ2 .v0p .v0q{text-align:center;color:#151515;font-size:14px;line-height:1;letter-spacing:1.4px}.v0r.v0s{display:flex;flex-wrap:wrap;gap:16px}.v0r.v0s .v0t{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer}.v0r.v0s .v0t:last-child{margin-right:0}.v0r.v0s .v0t .v0u{position:absolute;opacity:0;width:0;height:0}.v0r.v0s .v0t .v0v{border-radius:24px;width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_3_radio.svg)}.v0r.v0s .v0t .v0u:checked+.v0v{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}.v0r.v0s .v0t .v0w{font-size:14px;line-height:1.5714285714}.v0x.v0y{display:flex;flex-direction:column;gap:16px}.v0x.v0y .v0z{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;cursor:pointer}.v0x.v0y .v0z .v0A{position:absolute;opacity:0;width:0;height:0}.v0x.v0y .v0z .v0B{width:24px;height:24px;margin-right:8px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox.svg);background-repeat:no-repeat}.v0x.v0y .v0z .v0A:checked+.v0B{width:24px;height:24px;background-image:url(/assets/img/parts/f_input_form/o_4_checkbox_active.svg);background-size:cover}.v0x.v0y .v0z .v0B:hover{cursor:pointer}.v0C{list-style:none;padding:0;margin:0}.v0C,.v0D{-webkit-background-clip:padding-box;background-clip:padding-box}.v0D{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.v0E{position:relative;display:inline-block;width:56px;height:32px}.v0E input{opacity:0;width:0;height:0}.v0F{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bababa;border-radius:18px}.v0F,.v0F:before{position:absolute;transition:.4s}.v0F:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.v0E input:checked+.v0F{background:linear-gradient(90deg,#fe8b29,#ff0576)}.v0E input:checked+.v0F:before{transform:translateX(24px)}.v0D.v0G{opacity:.4;pointer-events:none}.v0H .v0E{position:relative;display:inline-block;width:40px;height:24px}.v0H .v0F:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}.v0H .v0E input:checked+.v0F:before{transform:translateX(16px)}.v0I{display:flex;flex-wrap:wrap;max-width:478px}.v0I .v0J{display:flex;align-items:center;margin:0 8px 16px 0}.v0I.v0s .v0K:last-child{margin-right:0}.v0I .v0J .v0L{position:absolute;opacity:0;width:0;height:0}.v0I .v0J .v0M{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}.v0N .v0I .v0J .v0M{background-color:hsla(0,0%,100%,.28);backdrop-filter:none;-webkit-backdrop-filter:none}.v0I .v0J .v0L:checked+.v0M{font-weight:600;background:linear-gradient(90deg,#fe8b29,#ff0576)}.v0O .v0P:hover{cursor:pointer;opacity:.6}.v0O .v0Q{pointer-events:none;margin-bottom:0;width:240px}.v0O .v0R,.v0O .v0S{display:flex;align-items:center}.v0O .v0S{justify-content:center;background-color:hsla(0,0%,100%,.3);height:96px;width:96px;border-radius:8px;margin-right:24px}.v0O .v0P .v0T{position:absolute;opacity:0;width:0;height:0}.v0O .v0P .v0Q{padding:11px 28px}.v0O .v0R .v0U{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}.v0O .v0R .v0V{font-weight:300;font-size:14px;color:rgba(243,240,240,.5)}.v0W{overflow:auto}.v0W.v0X{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}.v0W::-webkit-scrollbar{display:none}.v0W .v0Y{position:relative;width:96px;height:96px}.v0W .v0Y .v0Z{width:-moz-fit-content;width:fit-content}.v0W .v0Y .v00{position:absolute;opacity:0;width:0;height:0}.v0W .v0Y .v01{position:absolute;top:0;left:0;right:0;width:100%;height:100%;z-index:5;cursor:pointer}.v0W .v0Y .v02{position:absolute;display:none;top:-8px;right:-8px;z-index:10}.v0W .v03 .v00:checked+.v0Z .v02{display:block}.v0W .v03 .v00:checked+.v0Z .v01{background-color:rgba(0,0,0,.4);pointer-events:none}.v04{display:flex;flex-direction:column;gap:12px}.v05 .v06{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}.v05 .v07{background-color:#fff}.v05 .v06:focus-visible{background-color:#fff;color:#333}.v08{flex-direction:column}.v08,.v09{display:flex}.v09{justify-content:space-between;align-items:center;cursor:pointer;width:720px}.v08 li{position:relative;flex:1 1;margin-bottom:24px}.v08 .v1a{position:absolute;opacity:0;width:0;height:0}.v08 li .v1b{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}.v08 li .v1a:checked+.v1b{border:1px solid #fff}.v08 li .v1c{margin-bottom:24px}.v08 li .v1d{font-size:20px;font-weight:600;color:#fff;margin-bottom:16px}.v08 li .v1e{margin-bottom:8px}.v08 li .v1e,.v08 li .v1f{font-size:14px;font-weight:300;color:#fff}.v1g{display:flex;flex-direction:column;width:100%}.v08 li .v1h .v1i{width:64px}.v1h{display:flex;column-gap:16px;margin-top:40px}.v1j{width:720px;border:1px solid hsla(0,0%,100%,.3);border-radius:8px;margin-bottom:24px}.v1j.v1k{border:1px solid #fff}.v1j .v1l{cursor:pointer;display:flex;align-items:center;padding:42px}.v1j .v1l:hover{opacity:.6}.v1j .v1l img{margin-right:10px;width:20px;height:20px}.v1j .v1l .v1m{font-size:20px;font-weight:600}.v1j .v1n{transition:opacity .5s}.v1j .v1n.v1o{opacity:0}.v1j .v1p{margin:0 auto 40px;width:calc(100% - 84px)}.v1j .v1n .v1q{margin:0 auto;padding:0 181px 40px}.v1j .v1n .v1r{gap:16px}.v1j .v1n .v1r .v06{max-width:100%;width:100%}.v1j .v1s{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:28px}.v1j .v1s .v1t{font-size:14px;font-weight:300;line-height:1.5714285714;color:#fff;margin-bottom:16px}.v1j .v1s .v1u{font-size:12px;font-weight:600;line-height:1.5714285714}.v1j .v1n .v1q button{display:flex;width:100%;max-width:326px;margin:24px auto 0;height:48px}.v1v{max-width:100%;display:flex;flex-wrap:wrap}.v1v .v1w{margin-right:16px;margin-bottom:16px}.v1v .v1w:last-child{margin-right:0}.v1v .v1w .vZ3{width:416px}.v1w .vZ3 .vZ5{font-size:16px;line-height:1.625;padding:6px 12px}.v1w .vZ3 .vZ5:focus{outline:none}.v1x{text-align:right;color:#fff;font-size:16px;-webkit-margin-before:8px;margin-block-start:8px}.vZ9 .v1x{color:#ff624f}.v1y.vZ2{background-color:#3b3b3b;display:flex;flex-direction:column;width:352px}.v1z{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 12px 12px 10px}.v1A{width:36px;height:36px}.v1y.vZ2 .v1B{flex:1 1;margin-left:10px;height:36px;color:#fff;overflow:hidden;resize:none;outline:none}.v1y.vZ2 .v1C{display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);height:36px;margin-left:12px;opacity:.6;pointer-events:none}.v1y.vZ2 .v1C .v1D{text-align:center;color:#fff;font-weight:600;font-size:14px}.v1y.vZ2 .v1E{opacity:1;pointer-events:auto}.v1F.v1y.vZ2 .v1C .v1D{color:#fff}.v1F.v1y.vZ2 .v1C{cursor:unset;opacity:.6}@media screen and (max-width:1024px){.v0c{width:100%}.v0c.vZ3 .vZ5{min-height:192px;height:unset}.v0d input[type=text]{padding:0}.v0d{width:100%}.v0d .v0e .vZ4{font-size:14px}.v0n.vZ2{width:100%}.v0O .v0Q{width:176px}.v0O .v0P .v0Q{padding:11px 12px}.v09{width:100%}.v08 li .v1b{padding:15px 16px}.v08 li .v1c{margin-bottom:12px}.v08 li .v1d{font-size:16px;margin-bottom:10px}.v08 li .v1e{margin-bottom:8px}.v08 li .v1e,.v08 li .v1f{font-size:12px}.v08 li .v1h{display:flex;flex-direction:column;margin-top:0}.v08 li .v1h button:last-child{margin-top:8px}.v1j{width:100%}.v1j .v1l{padding:16px}.v1j .v1l img{margin-right:8px;width:16px;height:16px}.v1j .v1l .v1m{font-size:14px}.v1j .v1p{margin:0 auto 16px;width:calc(100% - 32px)}.v1j .v1n{margin-bottom:16px}.v1j .v1n .v1q{width:100%;padding:0 16px 16px}.v1j .v1s{margin-bottom:16px}.v1j .v1s .v1t{color:#fff;font-size:12px;font-weight:300;line-height:1.5;margin-bottom:12px}.v1j .v1n .v1r{gap:8px}.v1j .v1n .v1r .v06{width:100%}.v1j .v1n .v1q button{margin-top:24px}.v1v .v1w{margin-right:0}.v1v .v1w,.v1v .v1w .vZ3{width:100%}.v1w .vZ3 .vZ5{font-size:14px;line-height:1.5714285714;padding:6.5px 12px}.v1x{font-size:12px}.v1y.vZ2{display:flex;flex-direction:column;width:100%}.v1z{padding:8px 16px 8px 12px}.v1y.vZ2 .v1B{margin-left:8px;height:44px}}@media screen and (max-width:375px){.vZ2 .vZ4,.vZ3 .vZ5{padding:3.2vw;border-radius:2.133333vw;font-size:3.73334vw}.vZ2 .vZ4.vZ7{font-size:4.266667vw}.vZ2 .v0a,.vZ3 .v0a{font-size:2.66667vw}.vZ2 .v0a,.vZ3 .v0a,.vZ3 .v0b{-webkit-margin-before:2.1333334vw;margin-block-start:2.1333334vw}.vZ3 .v0b{font-size:3.2vw}.v0c.vZ3 .vZ5{height:45.33333vw;min-height:51.2vw}.v0d .v0e .vZ4{font-size:4.2667vw}.v0d .v0e{padding:4vw 3.2vw}.v0d .v0e .v0f{left:3.2vw;width:5.3334vw;height:5.3334vw}.v0d .v0e .v0g{right:2.6667vw;width:4.267vw}.v0d .v0e .v0i{padding-left:6.933vw}.v0d.v0k .v0j{margin-left:4.26667vw;font-size:3.2vw}.v0l{gap:4vw}.v0m{width:16.533333vw;height:16.533333vw;font-size:6.4vw}.v0n.vZ2 .v0p{border-radius:2.133333vw;width:14.933333vw;height:11.7333333vw;margin-left:4.2666667vw}.v0n.vZ2 .v0p .v0q{font-size:3.733333vw}.v0r.v0s{gap:4.2666vw}.v0r.v0s .v0t .v0v{border-radius:6.4vw;width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.v0r.v0s .v0t .v0u:checked+.v0v{border-radius:6.4vw;width:6.4vw;height:6.4vw;background-size:cover}.v0r.v0s .v0t .v0w{font-size:3.733333vw}.v0x.v0y{gap:4.2666vw}.v0x.v0y .v0z .v0B{width:6.4vw;height:6.4vw;margin-right:2.13333vw;background-size:6.4vw}.v0x.v0y .v0z .v0A:checked+.v0B{width:6.4vw;height:6.4vw;background-size:cover}.v0D{padding:2.13333vw 0}.v0E{width:14.9333vw;height:8.53333vw}.v0F{border-radius:4.8vw}.v0F:before{position:absolute;content:"";height:7.46666vw;width:7.46666vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.v0E input:checked+.v0F:before{transform:translateX(6.4vw)}.v0H .v0E{width:10.6666vw;height:6.4vw}.v0H .v0F:before{position:absolute;content:"";height:5.3333vw;width:5.3333vw;left:.5333vw;bottom:.5333vw;border-radius:50%}.v0H .v0E input:checked+.v0F:before{transform:translateX(4.26666vw)}.v0I .v0J{margin:0 2.133vw 4.267vw 0}.v0I .v0J .v0M{font-size:3.73333vw;padding:2.66667vw 3.68vw;border-radius:4.53333vw}.v0O .v0S{height:25.6vw;width:25.6vw;border-radius:2.13333vw;margin-right:6.4vw}.v0O .v0Q{width:46.933vw}.v0O .v0P .v0Q{padding:2.93333vw 3.2vw;font-size:3.73333vw}.v0W.v0X{gap:4.26666667vw;padding-top:2.133vw;padding-right:2.133vw}.v0W .v0Y .v02{width:6.4vw;height:6.4vw;top:-2.133333vw;right:-2.133333vw}.v0W .v0Y{width:25.6vw;height:25.6vw}.v04{gap:3.2vw}.v05 .v06{padding:2.1333333vw 3.2vw;border-radius:2.1333333vw;font-size:3.733333vw}.v08 li .v1b{padding:4vw 4.266666vw}.v08 li .v1c{margin-bottom:3.467vw}.v08 li .v1d{font-size:4.266666vw;margin-bottom:2.667vw}.v08 li .v1e{margin-bottom:2.133333vw}.v08 li .v1e,.v08 li .v1f{font-size:3.2vw}.v08 li .v1h .v1i{width:17.06666vw}.v08 li .v1h button:last-child{margin-top:2.133333vw}.v1j .v1l{padding:4.26666vw}.v1j .v1l img{margin-right:2.13333vw;width:4.26666vw;height:4.26666vw}.v1j .v1l .v1m{font-size:3.73333vw}.v1j .v1p{margin:0 auto 4.26666vw;width:calc(100% - 8.53332vw)}.v1j .v1n{margin-bottom:4.26666vw}.v1j .v1n .v1q{padding:0 4.26666vw 4.26666vw}.v1j .v1s{margin-bottom:4.26666vw}.v1j .v1s .v1t{font-size:3.2vw;margin-bottom:3.2vw}.v1j .v1n .v1r{gap:2.13333vw}.v1j .v1n .v1q button{margin-top:6.4vw;height:12.8vw;font-size:4.2666666vw}.v1w .vZ3 .vZ5{font-size:3.733vw;padding:1.734vw 3.2vw}.v1x{font-size:3.2vw}.v1A{height:9.6vw;width:9.6vw}.v1z{padding:2.133333vw 4.266666vw 2.133333vw 3.2vw}.v1y.vZ2 .v1B{margin-left:2.133333vw;height:11.733333vw}.v1y.vZ2 .v1C .v1D{font-size:3.733vw}}.v1G,.v1H{text-align:center}.v1H{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}.v1H:hover{opacity:.6}.v1H.v1I,.v1J.v1I{font-size:14px;width:unset;min-width:160px;height:36px}.v1J.v1I .v1K{background:url(/assets/img/ico_startover.svg) 50% no-repeat;filter:unset}.v1L{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat}.v1L,.v1M{width:20px;height:20px;margin-right:8px;transition:all .2s}.v1M{background:url(/assets/img/parts/g_icon/S_Startover.svg) 50% no-repeat}.v1N{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/S_Realtime.svg) 50% no-repeat;transition:all .2s}.v1L.v1O{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.v1P{background:url(/assets/img/ico_rerun.svg) 50% no-repeat}.v1P,.v1Q{width:20px;height:20px;margin-right:8px;transition:all .2s}.v1Q{background:url(/assets/img/ico_highlight.svg) 50% no-repeat;filter:brightness(0)}.v1H:disabled{background:#bababa;pointer-events:none}.v1R{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){.v1R:hover{opacity:.6}}@media screen and (max-width:1024px){.v1R:active{opacity:.6}}.v1S{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.v1S.v1T{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.v1R:disabled{background:#bababa;pointer-events:none}.v1G li:not(:last-child){margin-bottom:16px}.v1J{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}.v1J:hover{opacity:.6}.v1J img{margin-left:8px}.v1J img,.v1U{filter:invert(1)}.v1U{width:20px;height:20px;margin-right:8px;background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;transition:all .2s}.v1U.v1V{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.v1J:disabled{color:#fff;background:#bababa;pointer-events:none}.v1J:disabled .v1U{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.v1W{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){.v1W:hover{opacity:.6}}@media screen and (max-width:1024px){.v1W:active{opacity:.6}}.v1X{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}.v1X.v1Y{background:url(/assets/img/parts/g_icon/s_play.svg) 50% no-repeat}.v1W:disabled{color:#fff;background:#bababa;pointer-events:none}.v1W:disabled .v1X{background:url(/assets/img/parts/g_icon/s_play_on.svg) 50% no-repeat;filter:none}.v1Z{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}.v1Z:hover{opacity:.6}.v1Z img{width:20px;margin-right:8px}.v1Z:disabled{pointer-events:none}.v1Z:disabled *{opacity:.3}.v0Q{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}.v0Q:hover{opacity:.6}.v0Q img{width:20px;margin-right:8px}.v1i{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}.v1i:disabled,.v1i:hover{color:hsla(0,0%,100%,.3)}.v0Q:disabled,.v1i:disabled{pointer-events:none}.v0Q:disabled *{opacity:.3}.v10{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}.v10:hover{opacity:.6}.v10 img{width:20px;margin-right:8px}.v11{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}.v11:hover{opacity:.6}.v11 img{width:20px;margin-right:8px}.v12{font-weight:300}.v13{padding:0;margin-bottom:24px}.v13,.v14{text-align:left;position:relative}.v14{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}.v14:not(:first-child){margin-left:24px}.v14:hover{opacity:.6}.v15{width:24px}.v16{font-size:14px;margin-left:8px}.v17{margin-bottom:16px}.v18{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}.v18:hover{background-color:hsla(0,0%,100%,.1)}.v19{font-weight:600;font-size:14px;text-align:left;color:#fff}.v2a{width:16px;transition:all .3s}.v2a.v2b{transform:rotate(180deg)}.v2c{display:none;padding-top:8px}.v2c.v2b{display:block}.v2d{font-weight:300;font-size:14px;line-height:1.571;color:#fff;padding:8px}.v2d,.v2e{text-align:left}.v2e{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:16px}.v2f{display:inline-block;max-width:320px;width:100%}.v2g{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}.v2g:hover{border:1px solid #fff}.v2h{font-weight:600;font-size:14px;line-height:18px;text-align:left;color:#fff}.v2i{width:16px;transition:.3s ease-out}.v2i.v2j{transform:rotate(-180deg)}.v2k{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}.v2l{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:rgba(60,60,60,.9);grid-template-columns:repeat(1,minmax(0,1fr))}.v2k::-webkit-scrollbar{width:20px}.v2k.vY1::-webkit-scrollbar{width:24px}.v2k::-webkit-scrollbar-track{border:8px solid rgba(0,0,0,0);border-radius:50vh;background-clip:padding-box;margin:8px 0}.v2k::-webkit-scrollbar-thumb{border:8px solid rgba(0,0,0,0);background-clip:padding-box}.v2k span{font-weight:300;font-size:14px;line-height:1.5714285714;text-align:left;color:#fff;padding-left:24px;cursor:pointer}.v2k .v2m{background-image:url(/assets/img/parts/g_icon/xs_mylist_on.svg);background-repeat:no-repeat;background-size:16px;background-position:0}.v2n{display:none}.v2n.v2o{display:block}.v2p{list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3);margin:0}.v2p,.v2q{-webkit-background-clip:padding-box;background-clip:padding-box}.v2q{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}.v2r{width:calc(100% - 72px)}.v2r,.v2s{text-align:left}.v2s{display:block;font-weight:600;font-size:14px;line-height:1.571;color:#fff}.v2s.v2t{margin-bottom:5px}.v2u{font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.v2v{position:relative;display:inline-block;width:56px;height:32px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v2v input{opacity:0;width:0;height:0}.v2w{cursor:pointer;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(#bababa,#bababa);border-radius:18px}.v2w,.v2w:before{position:absolute;transition:.4s}.v2w:before{content:"";height:28px;width:28px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.v2v input:checked+.v2w{background-image:linear-gradient(90deg,#ff903c,#ff0576)}.v2v input:checked+.v2w:before{transform:translateX(24px)}.v2q.v2x .v2r{opacity:.4}.v2q.v2x .v2v{opacity:.4;pointer-events:none}.v2y{text-align:center}.v2z{display:inline-flex;font-size:16px;justify-content:center;position:relative}.v2z>li:not(:last-child){margin-right:32px}.v2A{color:hsla(0,0%,100%,.6);text-align:center;padding-bottom:12px;position:relative}.v2B{font-family:Hiragino Kaku Gothic ProN,sans-serif;font-weight:600;transition:all .2s}.v2A.v2C{color:#fff;pointer-events:none}.v2A.v2C:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v2D{overflow-x:auto}.v2D::-webkit-scrollbar{display:none}.v2E{display:flex;font-size:16px;position:relative;white-space:nowrap;justify-content:center}.v2E>li:not(:last-child){margin-right:24px}.v2F{color:hsla(0,0%,100%,.6);padding-bottom:12px;position:relative;text-align:center;line-height:1.5}.v2G{font-family:Hiragino Kaku Gothic ProN,sans-serif;text-decoration:none;transition:all .2s}.v2F.v2H{color:#fff;font-weight:600;pointer-events:none}.v2F.v2H:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v2I{width:auto;padding:0;display:flex;justify-content:space-around}.v2J{position:relative;display:inline-block;width:132px;height:28px}.v2J input{opacity:0;width:0;height:0}.v2K{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)}.v2L{position:relative;z-index:1;font-size:12px;text-align:center;opacity:.6;padding-left:2px}.v2L:last-of-type{font-weight:300;padding-right:2px}.v2K: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}.v2J input:checked+.v2K:before{transform:translateX(66px);left:0}.v2J input:checked+.v2K .v2L:last-child,.v2J input:not(:checked)+.v2K .v2L:first-child{opacity:1}@media screen and (max-width:1024px){.v2M{display:flex;gap:32px;justify-content:center}}@media screen and (min-width:1024px){.v2M{display:flex;justify-content:center}.v2M>:not(:last-child){margin-right:32px}}.v2N{display:flex;justify-content:center;opacity:.6;position:relative}.v2N.v2O{opacity:1;pointer-events:none}.v2N.v2O: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%}.v2P{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:opacity .2s}.v2Q{display:none;width:32px;margin-bottom:9px}.v2R{font-weight:600;font-size:16px;color:#fff;line-height:1;text-align:center;margin-bottom:10px}.v2S{flex-wrap:wrap;gap:8px}.v2S,.v2T{display:flex;margin:0}.v2T{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.v2T,.v2U{transition:all .2s}.v2U{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_follow.svg) 50% no-repeat;filter:invert(1)}.v2V:before{content:"フォロー";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v2W{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}.v2X{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}.v2Y:before{content:"リクエスト中";font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff;opacity:.6}.v2T.v2Z{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v2T.v2Z .v2U{background:url(/assets/img/parts/g_icon/xs_follow_on.svg) 50% no-repeat;filter:none}.v2T.v2Z .v2V:before{content:"フォロー中";color:#fff}.v20{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}.v20,.v21{transition:all .2s}.v21{width:16px;height:16px;margin-right:4px;background:url(/assets/img/parts/g_icon/xs_block.svg) 50% no-repeat;filter:invert(1)}.v22:before{content:"ブロック";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v20.v23{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v20.v23 .v21{background:url(/assets/img/parts/g_icon/xs_block_color.svg) 50% no-repeat;filter:none}.v20.v23 .v22:before{content:"ブロック中";color:#fff}.v24{flex-wrap:wrap;gap:8px}.v24,.v25{display:flex;margin:0}.v25{width:114px;height:32px;padding:0;border-radius:16px;background:#fff;border:1px solid #fff;justify-content:center;align-items:center;line-height:0}.v25,.v26{transition:all .2s}.v26{width:16px;height:16px;margin-right:8px;background:url(/assets/img/parts/g_icon/xs_mute.svg) 50% no-repeat;filter:invert(1)}.v27:before{content:"ミュート";font-weight:600;font-size:12px;text-align:center;color:#151515;transition:all .2s}.v25.v28{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v25.v28 .v26{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}.v25.v28 .v27:before{content:"ミュート中";color:#fff}.v29{text-align:left;margin:0}.v3a{width:130px;height:40px;border-radius:20px;background:#fff}.v3a:hover{opacity:.6}.v3b{font-weight:600;font-size:14px;text-align:center;color:#151515}.v3c{text-align:left;margin:0}.v3d{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}.v3e{font-weight:600;font-size:12px;color:#fff}.v3f{width:20px;margin-left:8px}.v3g{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}.v3h{text-align:left;margin:0}.v3i{width:100%;height:48px;border-radius:24px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 16px}.v3i:hover{opacity:.6}.v3j{font-weight:600;font-size:16px;text-align:left}.v3j,.v3k{color:#000}.v3k{font-weight:300;font-size:14px;text-align:right}.v3l{text-align:left;margin:0}.v3m{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}.v3m:hover{opacity:.6}.v3n{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}.v3n,.v3o{font-weight:600;color:#fff}.v3o{font-size:14px;text-align:right;flex:1 1}.v3p{padding:0}.v3q{max-width:480px}.v3r{font-weight:300;font-size:14px;text-align:left;color:#fff}.v3s{display:flex;align-items:center;cursor:pointer}.v3s:last-child{margin-right:0}.v3t{position:absolute;opacity:0;width:0;height:0}.v3u{width:24px;height:24px;margin-right:8px;border:2px solid rgba(228,228,228,.5);border-radius:50vh}.v3t:checked+.v3u:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;background-color:#fff;border-radius:50vh;transform:translate(-50%,-50%)}.v3v{margin-left:auto;transition:.2s ease-out}.v3v.v3w{transform:rotate(-180deg)}.v3t:checked+.v3u{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)}.v3x{display:none;margin-left:32px}.v3x.v3w{display:block}.v3y{margin-top:16px;cursor:pointer}.v3y,.v3z{display:flex;justify-content:space-between;align-items:center}.v3z{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}.v3A{width:calc(100% - 44px);font-weight:300;font-size:12px;line-height:1.5;text-align:left;color:#fff}.v3A span{display:block}.v3B{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}.v3C{display:flex;flex-wrap:wrap;align-items:center;gap:32px}.v3D{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}.v3D::-webkit-inner-spin-button,.v3D::-webkit-outer-spin-button{appearance:none;-webkit-appearance:none;margin:0}.v3E{font-weight:600;font-size:12px;line-height:1.5;color:#fff}.v3F{padding:0;text-align:left}.v3G{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}.v3G:hover{opacity:.6}.v3H{font-weight:600;font-size:12px;line-height:18px;text-align:center;color:#fff}.v3I{width:16px;margin-left:6px;transform:scaleY(-1);transition:all .2s}.v3J{padding:0;text-align:left}.v3K{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:linear-gradient(90deg,#ff903c,#ff0576)}.v3K:hover{opacity:.6}.v3L{font-weight:600;font-size:12px;text-align:center;color:#fff}.v3M{padding:0}.v3N{display:block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#bababa;cursor:auto}.v3O{font-weight:600;font-size:12px;text-align:center;color:#fff}.v3P{padding:0;text-align:left}.v3Q{display:inline-block;width:auto;height:32px;padding:0 9px;border:none;border-radius:16px;background:#fff}.v3Q:hover{opacity:.6}.v3R{font-weight:600;font-size:12px;text-align:center;color:#151515}.v3S{padding:0;text-align:left}.v3T{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}.v3T:hover{opacity:.6}.v3U{font-weight:600;font-size:12px;text-align:center;color:#fff}.v3V{width:14px;margin-right:5.23px}.v3W{padding:0;text-align:left}.v3X{width:40px;height:40px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.2039215686));border-radius:50px;will-change:filter}.v3X img{width:100%}.v3Y{padding:0;text-align:left}.v3Z{width:32px;height:32px;position:relative;cursor:pointer}.v30,.v3Z{display:block}.v30{position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;width:100%;height:100%}.v31{background-color:rgba(150,150,150,.6)}.v32{background:linear-gradient(90deg,#ff903c,#ff0576);border-radius:100%}.v32,.v33 .v31{opacity:0}.v33 .v32{opacity:1}@keyframes v5d{0%{width:0}to{width:7px}}@keyframes v5e{0%{width:7px}to{width:0}}@keyframes v5f{0%{width:0}to{width:11px}}@keyframes v5g{0%{width:11px}to{width:0}}@keyframes v5h{0%{stroke-dashoffset:0}to{stroke-dashoffset:40px}}@keyframes v5i{0%{opacity:0}to{opacity:1}}@keyframes v5j{0%{opacity:1}to{opacity:0}}.v34{padding:0;text-align:left}.v35{width:auto;min-width:240px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.v35:hover{opacity:.6}.v36{font-weight:600;font-size:14px;text-align:center;color:#151515}.v37{padding:0;text-align:left}.v38{width:auto;height:36px;padding:0 16px;border-radius:18px;background:#fff;display:flex;justify-content:space-between;align-items:center}.v38:hover{opacity:.6}.v39{font-weight:600;font-size:14px;text-align:center;color:#151515}.v4a{width:20px;margin-left:8px}.v4b{padding:0;text-align:left}.v4c{width:auto;min-width:174px;height:36px;border-radius:18px;background:#fff;padding:0 12px}.v4c:hover{opacity:.6}.v4d{font-weight:600;font-size:14px;color:#151515}.v4d,.v4e{text-align:center}.v4e{display:block;padding:0}.v4f{font-weight:600;font-size:16px;line-height:1.625;color:#fff;padding-bottom:24px}.v4g{display:flex;flex-wrap:wrap;justify-content:center;position:relative}.v4g>li:not(:last-child){margin-right:16px}.v4h{font-weight:300;font-size:16px;color:hsla(0,0%,100%,.6);padding:12px 0;position:relative}.v4h.v4i:before{content:"";background-color:#ff0576;border-radius:50%;display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);height:5px;width:5px}.v4j{color:#fff;font-weight:600;pointer-events:none}.v4j:after{background:#ff0576;border:none;border-radius:50vh;bottom:0;content:"";display:block;height:4px;left:0;margin:0;position:absolute;width:100%}.v4k{display:flex;width:auto;justify-content:flex-end}.v4k button:not(:last-child){margin-right:8px}.v4l{width:auto;height:36px;border-radius:22px;background:linear-gradient(90deg,#ff903c,#ff0576);padding:0 18px;display:flex;align-items:center}.v4l.v4m{background:#fff;padding:0 14px}.v4l:hover{opacity:.6}.v4n{font-weight:600;font-size:12px;text-align:center;color:#fff}.v4l.v4m .v4n{color:#151515}.v4o{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}.v4p{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){.v0Q,.v10,.v11,.v1H,.v1J,.v1R,.v1W,.v1Z{width:100%}.v2f{max-width:unset}.v2E>li:not(:last-child){margin-right:16px}.v2M{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))}.v2Q{display:block}.v2R{font-size:12px}.v3q{max-width:none}.v3C{gap:0;flex-direction:column;align-items:flex-start}.v3s:last-child{margin-right:0;margin-left:32px;margin-top:13px}.v35{min-width:unset;height:22px;border-radius:16px}.v36{font-size:10px}.v38{min-width:unset;height:28px;padding:0 12px;border-radius:16px;justify-content:space-around}.v39{font-size:12px}.v4a{margin-left:4px}.v4c{min-width:unset;height:22px;border-radius:16px}.v4d{font-size:10px}.v4f{font-size:16px;padding-bottom:16px}.v4q{overflow:auto}.v4q::-webkit-scrollbar{display:none}.v4g{justify-content:center;width:calc(518px + 100% - 2em)}.v4g>li:not(:last-child){margin-right:16px}.v4h{font-size:16px;padding:12px 0}.v4h.v4i:before{height:5px;width:5px}.v4j:after{height:4px}.v4o{font-size:16px;letter-spacing:.02em;width:100%;height:48px}}@media screen and (max-width:440px){.v3T{width:64px}}@media screen and (max-width:375px){.v1G li:not(:last-child){margin-bottom:4.267vw}.v1H,.v1J,.v1Z{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}.v1L,.v1S,.v1U,.v1X{width:5.333vw;height:5.333vw;margin-right:2.133vw}.v0Q,.v11,.v1R,.v1W{font-size:4.267vw;height:9.6vw;padding:0 6.933vw;border-radius:6.4vw}.v1J img{margin-left:2.133vw}.v0Q img,.v10 img,.v11 img,.v1Z img{width:5.333vw;margin-right:2.133vw}.v1i{font-size:3.2vw;line-height:8.533vw;height:8.533vw;padding:0 1.795vw}.v10{font-size:4.267vw;letter-spacing:.069vw;height:12.8vw;padding:0 6.933vw}.v13{margin-bottom:6.4vw}.v14{font-size:3.733vw}.v14:not(:first-child){margin-left:6.4vw}.v15{width:6.4vw}.v16{font-size:3.733vw;margin-left:2.133vw}.v17{margin-bottom:4.267vw}.v18{padding:4vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v19{font-size:3.733vw}.v2a{width:4.267vw}.v2c{padding-top:2.133vw}.v2d{font-size:3.733vw;padding:2.133vw}.v2e{gap:4.267vw}.v2g{padding:2.667vw 3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v2g:hover{border:.267vw solid #fff}.v2h{font-size:3.733vw;line-height:4.8vw}.v2i{width:4.267vw}.v2k{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}.v2k::-webkit-scrollbar{width:5.333vw}.v2k.vY1::-webkit-scrollbar{width:24px}.v2k::-webkit-scrollbar-track{margin:2.133vw 0}.v2k::-webkit-scrollbar-thumb,.v2k::-webkit-scrollbar-track{border:2.133vw solid rgba(0,0,0,0)}.v2k span{font-size:3.733vw;padding-left:6.4vw}.v2k .v2m{background-size:4.267vw}.v2p{border-top:.267vw solid hsla(0,0%,100%,.3)}.v2q{padding:2.133vw 0;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.v2r{width:calc(100% - 18.462vw)}.v2s{font-size:3.733vw}.v2s.v2t{margin-bottom:1.333vw}.v2u{font-size:3.2vw}.v2v{width:14.933vw;height:8.533vw}.v2w{border-radius:4.8vw}.v2w:before{height:7.179vw;width:7.179vw;left:.533vw;bottom:.533vw}.v2v input:checked+.v2w:before{transform:translateX(6.154vw)}.v2z{font-size:4.267vw}.v2z>li:not(:last-child){margin-right:8.533vw}.v2A{padding-bottom:3.2vw}.v2A.v2C:after{height:1.067vw}.v2E{font-size:4.267vw}.v2E>li:not(:last-child){margin-right:4.267vw}.v2F{padding-bottom:3.2vw}.v2F.v2H:after{height:1.067vw}.v2J{width:33.846vw;height:7.179vw}.v2K{backdrop-filter:blur(7.692vw) brightness(250%);-webkit-backdrop-filter:blur(7.692vw) brightness(250%);border-radius:3.333vw}.v2L{font-size:3.2vw;line-height:4.8vw;padding-left:.533vw}.v2L:last-of-type{padding-right:.533vw}.v2K:before{height:6.4vw;width:17.067vw;left:.533vw;bottom:.533vw;border-radius:3.2vw}.v2J input:checked+.v2K:before{transform:translateX(17.6vw)}.v2M{padding:0 7.2vw;border-bottom:.267vw solid hsla(0,0%,100%,.3)}.v2Q{width:8.533vw;margin-bottom:2.4vw}.v2R{font-size:3.2vw;line-height:4.8vw;margin-bottom:2.667vw}.v2N.v2O:after{height:1.067vw}.v2S{gap:2.133vw}.v2T{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v2U{margin-right:1.067vw}.v2V:before{font-size:3.2vw}.v2W{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.v2X{margin-right:1.067vw}.v2Y:before{font-size:3.2vw;line-height:4.8vw}.v2T.v2Z{border:.267vw solid hsla(0,0%,100%,.3)}.v20{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v21{margin-right:1.067vw}.v22:before{font-size:3.2vw}.v20.v23{border:.267vw solid hsla(0,0%,100%,.3)}.v24{gap:2.133vw}.v25{width:29.23vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid #fff}.v26{margin-right:2.133vw}.v27:before{font-size:3.2vw}.v25.v28{border:.267vw solid hsla(0,0%,100%,.3)}.v25.v28 .v26{width:4.267vw;height:4.267vw;margin-right:2.133vw}.v3a{width:34.667vw;height:10.667vw;border-radius:5.333vw}.v3b{font-size:3.733vw}.v3d{width:34.667vw;height:6.933vw;border:.267vw solid hsla(0,0%,100%,.3)}.v3e{font-size:3.2vw}.v3f{width:5.333vw;margin-left:2.133vw}.v3g{font-size:4.267vw;letter-spacing:.069vw}.v3g,.v3i{height:12.8vw;border-radius:6.4vw}.v3i{padding:0 4.267vw}.v3j{font-size:4.267vw}.v3k{font-size:3.733vw}.v3m{height:12.8vw;border-radius:6.4vw;border:.267vw solid hsla(0,0%,100%,.3);padding:0 4.267vw}.v3n{font-size:3.2vw}.v3o,.v3r{font-size:3.733vw}.v3u{width:6.4vw;height:6.4vw;margin-right:2.133vw;border:.533vw solid rgba(228,228,228,.5)}.v3t:checked+.v3u:before{width:3.2vw;height:3.2vw}.v3t:checked+.v3u{border-radius:6.4vw;width:6.4vw;height:6.4vw}.v3s:last-child,.v3x{margin-left:8.533vw}.v3s:last-child{margin-top:3.333vw}.v3y{margin-top:4.267vw}.v3z{width:calc(100% - 10.667vw);padding:3.867vw 4.267vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3)}.v3A{width:calc(100% - 11.733vw);font-size:3.2vw}.v3B{width:7.179vw;height:4.8vw;border-radius:1.067vw;font-size:2.667vw;line-height:4.8vw;margin-left:4.267vw}.v3D{width:40.533vw;padding:3.2vw;border-radius:2.133vw;border:.267vw solid hsla(0,0%,100%,.3);margin-right:2.133vw}.v3E{font-size:3.2vw}.v3G{height:8.533vw;padding:0 4.267vw;border-radius:4.267vw;backdrop-filter:blur(7.692vw);-webkit-backdrop-filter:blur(7.692vw)}.v3H{font-size:3.2vw;line-height:4.8vw}.v3I{width:4.267vw;margin-left:1.6vw}.v3K{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v3L{font-size:3.2vw}.v3N{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v3O{font-size:3.2vw}.v3Q{height:8.533vw;padding:0 2.4vw;border-radius:4.267vw}.v3R{font-size:3.2vw}.v3T{width:18.4vw;height:8.533vw;border-radius:4.267vw;border:.267vw solid hsla(0,0%,100%,.3)}.v3U{font-size:3.2vw}.v3V{width:3.733vw;margin-right:1.395vw}.v35{height:5.867vw;border-radius:4.267vw}.v36{font-size:2.667vw}.v38{height:7.179vw;padding:0 3.2vw;border-radius:4.267vw}.v39{font-size:3.2vw}.v4a{width:5.333vw;margin-left:2.133vw}.v4c{height:5.867vw;border-radius:4.267vw;padding:0 3.2vw}.v4d{font-size:2.677vw}.v4f{font-size:4.267vw;padding-bottom:4.267vw}.v4g{width:calc(138.133vw + 100% - 2em)}.v4g>li:not(:last-child){margin-right:4.267vw}.v4h{font-size:4.267vw;padding:3.2vw 0}.v4h.v4i:before{height:1.333vw;width:1.333vw}.v4j:after{height:1.067vw}.v4k{width:78.933w}.v4k button:not(:last-child){margin-right:2.133vw}.v4l{height:9.6vw;border-radius:5.867vw;padding:0 4.8vw}.v4l.v4m{padding:0 3.733vw}.v4n{font-size:3.2vw}.v4o{font-size:4.267vw;height:12.8vw;padding:0 6.933vw;border-radius:6.4vw}}.v4r{display:inline-flex;flex-direction:column}.v4r>a:not(:last-of-type){margin-bottom:16px}.v4s{display:inline-block;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.v4s:hover{opacity:1;text-decoration:underline}.v4t{display:inline-flex;flex-direction:column}.v4t>a:not(:last-of-type){margin-bottom:10px}.v4u{display:inline-flex;align-items:flex-end;font-weight:600;color:#fc348e;width:-moz-fit-content;width:fit-content}.v4u: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}.v4u:hover{opacity:1;text-decoration:underline}.v4v{width:auto;list-style:none;padding:0;border-top:1px solid hsla(0,0%,100%,.3)}.v4v,.v4v li{-webkit-background-clip:padding-box;background-clip:padding-box}.v4v li{position:relative;border-bottom:1px solid hsla(0,0%,100%,.3)}.v4w{display:block;padding:16px 0}.v4x,.v4x.v4y{text-align:left}.v4x.v4y{font-weight:600}.v4z{justify-content:space-between}.v4A,.v4z{display:flex;align-items:center}.v4A span{margin-right:8px;margin-left:8px}@media(hover:hover){.v4w:hover{background-color:hsla(0,0%,100%,.1);opacity:1}}.v4B li{border-bottom:1px solid hsla(0,0%,100%,.3);-webkit-background-clip:padding-box;background-clip:padding-box}.v4C,.v4D{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.v4D{opacity:.6}.v4E,.v4F{padding-top:16px;padding-bottom:13px;display:flex;justify-content:space-between;align-items:center}.v4F{opacity:.6}.v4C * :last-of-type,.v4D * :last-of-type{margin-bottom:0}.v4C:hover{opacity:.6}.v4G.v4H{margin-left:0}.v4I{margin-right:8px}.v4J{display:flex;align-items:center;margin-bottom:7px}.v4G{font-size:12px;margin-left:8px}.v4G,.v4K{font-weight:600}.v4K{font-size:16px;line-height:1.625;margin-bottom:4px}.v4L{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){.v4r>a:not(:last-of-type){margin-bottom:4.2666666667vw}.v4t>a:not(:last-of-type){margin-bottom:2.667vw}.v4u:after{width:4.267vw;height:4.267vw;margin-left:1.067vw}.v4w{padding:4.2666666667vw 0}.v4A span{margin-right:2.1333333333vw;margin-left:2.1333333333vw}.v4C,.v4D,.v4E,.v4F{padding-top:4.266666667vw;padding-bottom:3.466666663vw}.v4J{margin-bottom:3.2vw}.v4I{margin-right:2.133vw}.v4G{font-size:3.2vw}.v4K{font-size:4.266666667vw;margin-bottom:3.2vw}.v4L{font-size:3.2vw}}.vYU{position:relative;z-index:1}.v1p{width:100%;background-color:#fff;opacity:.15;border:none;margin:0}.v1p.v4M{opacity:.3}.v4N{display:flex;flex-wrap:wrap;flex-direction:unset;gap:16px}.v4O{position:relative;display:inline-block;width:14px;height:14px}.v4P{position:absolute;top:0;left:0}.v4P,.v4Q{width:100%;height:100%}.v4Q{display:block}.v4R{position:relative;display:inline-block;cursor:pointer;height:24px;width:24px;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.v4R>input{display:none}.v4S{position:absolute;top:0;left:0;z-index:2;cursor:pointer}.v4S,.v4T,.v4U{width:100%;height:100%}.v4T,.v4U{display:block}.v4V{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}.v4R input:checked~.v4V{opacity:1;transform:scale(1)}.v4W{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)}.v4W>input{display:none}.v4X{z-index:2}.v4X,.v4Y{position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.v4Y{z-index:3;transform:scale(.95);opacity:0;transition:all .2s ease-in}.v40,.v4Z{width:100%;height:100%}.v4W input:checked~.v4Y{opacity:1;transform:scale(1)}.v41{display:flex;flex-wrap:wrap;gap:16px}.v42{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)}.v42.v43{background-color:unset;background-image:linear-gradient(90deg,#ff903c,#ff0576)}.v44{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}.v45{width:100%;height:100%;object-fit:cover}.v46{width:5px;height:168px;background-color:#333;border-radius:2px;overflow:auto}.v47{width:100%;height:336px}@media screen and (max-width:375px){.v4N{gap:4.267vw}.v4O{width:3.733vw;height:3.733vw}.v4R,.v4W{height:6.4vw;width:6.4vw}.v41{gap:4.267vw}.v42{padding:2.667vw 3.733vw;font-size:3.733vw;border-radius:4.533vw}}.v48 .vZj{margin-bottom:56px;text-align:center;display:block}.v48 .vZq{margin-bottom:11px}.v48 .vZq.v49{text-align:center;font-weight:300;margin-top:0;margin-bottom:35px}.v48 .v5a{text-align:center;margin-bottom:11px}.v48 .v4s{text-align:center;margin:40px auto 59px;display:block}.v48 .v0n{max-width:360px;margin-left:auto;margin-right:auto}.v48 .v5b{display:flex}.v48 .vZ2 .v0a{-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}.v2a{width:16px!important}.v48 .v0n{display:block}@media screen and (max-width:1024px){.v48 .vYV{padding-top:32px}.v48 .vZj{margin-bottom:32px;text-align:center;display:block}.v48 .vZq{display:block;margin-bottom:11px}.v48 .vZq.v49{text-align:left;margin-bottom:35px}.v48 .vZq.v5a{text-align:left;margin-bottom:11px}.v48 .v0n{max-width:none}.v48 .v4s{text-align:center;margin-bottom:35px}.v0n.vZ2 .v0o{max-width:calc(100% - 72px)}}@media screen and (max-width:375px){.v48 .vYV{padding-top:8.533vw}.v48 .vZj{margin-bottom:8.533vw}.v48 .vZq{margin-bottom:2.933vw;margin-top:10vw}.v48 .vZq.v49{margin-bottom:9.333vw}.v48 .vZq.v5a{margin-bottom:2.933vw}.v48 .v4s{text-align:center;margin-bottom:9.333vw;margin-top:9.867vw}.v0n.vZ2 .v0o{max-width:calc(100% - 19.1999997vw)}}.v48 .v5c{background-color:hsla(0,0%,100%,0)}