.NotFoundError_link__BNMhe{text-decoration:none;color:#fff}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g)*1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:rgba(0,0,0,0);outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{height:100%;text-size-adjust:100%}*{box-sizing:border-box}body:has(dialog[open]){overflow:hidden;overscroll-behavior:none}:root{--toastify-toast-width:360px;--toastify-toast-bd-radius:4px;--toastify-font-family:"Noto Sans JP",sans-serif;--toastify-toast-min-height:52px;--toastify-toast-offset:16px;--toastify-icon-color-success:#66bb6a;--toastify-icon-color-error:#e86362}.Toastify__toast{font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em;padding:14px 16px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:#333;background:#fff;border:1px solid #e5e7eb}.Toastify__toast--success{background:#f0faf1}.Toastify__toast--error{background:#fef2f2}.Toastify__toast-body{margin:0;padding:0}.Toastify__close-button{align-self:center;color:#666;opacity:.6}.Toastify__close-button:hover{opacity:1}.Toastify__progress-bar--success{background:rgba(102,187,106,.4)}.Toastify__progress-bar--error{background:rgba(232,99,98,.4)}@media only screen and (max-width:767px){.Toastify__toast-container--top-center{top:12px;left:16px;right:16px;width:auto;transform:none;padding:0}.Toastify__toast{font-size:13px;padding:12px 14px;width:100%;border-radius:4px}}.Unauthorized_link__6V_cI{text-decoration:none;color:#fff}.ResetPasswordPage_reset-password__NPIY_{width:100%;padding:40px 60px 60px;background-color:#f4f4f4;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.ResetPasswordPage_reset-password__NPIY_{padding:0;gap:28px;background-color:#fff}}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8{display:flex;flex-direction:column;align-items:center}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h{display:flex;flex-direction:column;align-items:center;width:-moz-fit-content;width:fit-content;gap:40px}@media only screen and (max-width:767px){.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h{gap:28px}}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_email__zAVsi{max-width:400px;width:100%}@media only screen and (max-width:767px){.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_email__zAVsi{max-width:none}}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_description__QjloM{display:flex;flex-direction:column;gap:16px}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_description__QjloM>p{color:#333;text-align:center;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}@media only screen and (max-width:767px){.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_description__QjloM>p{text-align:left;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_wrapper__H2lab{width:335px;height:44px}@media only screen and (max-width:767px){.ResetPasswordPage_reset-password__NPIY_>.ResetPasswordPage_contents__QrkU8>.ResetPasswordPage_form__kpV0h>.ResetPasswordPage_wrapper__H2lab{width:100%}}.SignUpPage_sign-up-page__YLThg{display:flex;flex-direction:column;width:100%;gap:40px}@media only screen and (max-width:767px){.SignUpPage_sign-up-page__YLThg{gap:28px}}.SignUpPage_sign-up-page__YLThg>.SignUpPage_inner__GLrPK{display:flex;flex-direction:column;gap:80px;background-color:#f4f4f4;padding:40px 60px 60px}@media only screen and (max-width:767px){.SignUpPage_sign-up-page__YLThg>.SignUpPage_inner__GLrPK{background-color:rgba(0,0,0,0);gap:40px;padding:0}}.InviteCodeSection_invite-code-section__mROeX{display:flex;flex-direction:column;align-items:flex-start;gap:28px;padding:28px 40px;background-color:#e6f0ff}@media only screen and (max-width:767px){.InviteCodeSection_invite-code-section__mROeX{padding:10px 20px 20px;gap:16px}}.InviteCodeSection_invite-code-section__mROeX>.InviteCodeSection_text__uORku{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;flex:1 1;margin:0;color:#333}@media only screen and (max-width:767px){.InviteCodeSection_invite-code-section__mROeX>.InviteCodeSection_text__uORku{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.InviteCodeSection_invite-code-section__mROeX>.InviteCodeSection_text__uORku>.InviteCodeSection_gradient__sRBbs{background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.ResetPasswordVerifyPage_password-verify__veBss{width:100%;padding:40px 60px 60px;background-color:#f4f4f4;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss{padding:0;background-color:#fff;gap:20px}}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N{display:flex;flex-direction:column;align-items:center;gap:40px}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N{gap:28px}}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3{display:flex;flex-direction:column;align-items:center;gap:28px}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3{gap:20px;max-width:none}}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_description__a8sH6{display:flex;flex-direction:column;gap:16px;width:400px}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_description__a8sH6{width:100%}}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_description__a8sH6>p{color:#333;text-align:center;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_description__a8sH6>p{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;text-align:left}}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_description__a8sH6>p:last-child{color:#666}.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_button__RSQUY{display:flex;justify-content:center;width:335px;height:44px;margin:12px 0}@media only screen and (max-width:767px){.ResetPasswordVerifyPage_password-verify__veBss>.ResetPasswordVerifyPage_contents__5743N>.ResetPasswordVerifyPage_form__FD9O3>.ResetPasswordVerifyPage_button__RSQUY{margin:8px 0;width:100%}}.SignUpVerifyPage_sign-up-verify-page__W6SOA{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%;background-color:#f4f4f4;padding:60px 290px}@media only screen and (max-width:767px){.SignUpVerifyPage_sign-up-verify-page__W6SOA{background-color:rgba(0,0,0,0);padding:0}}.Footer_footer-container__SfXZR{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:617px}@media only screen and (max-width:767px){.Footer_footer-container__SfXZR{height:1028px;z-index:0}}.Footer_footer-container__SfXZR>.Footer_background__FXxtr{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.Footer_footer-container__SfXZR>.Footer_background__FXxtr>picture{display:block;width:100%;height:100%}.Footer_footer-container__SfXZR>.Footer_background__FXxtr>picture>.Footer_image__uLaER{width:100%;height:100%;display:block;object-fit:cover}@media only screen and (min-width:768px){.Footer_footer-container__SfXZR>.Footer_background__FXxtr>picture>.Footer_image__uLaER{object-position:center 29%}}@media only screen and (max-width:767px){.Footer_footer-container__SfXZR>.Footer_background__FXxtr>picture>.Footer_image__uLaER{object-position:center}}.Footer_footer-container__SfXZR>.Footer_main__5snJz{position:relative;z-index:1;align-self:stretch;background-color:rgba(75,47,37,.8);border-bottom:1px solid hsla(0,0%,100%,.5)}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_pc__Y_aJV{display:flex;flex-direction:row;align-items:flex-start;height:522px;gap:137px;padding:80px}@media only screen and (max-width:767px){.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_pc__Y_aJV{display:none}}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_pc__Y_aJV>.Footer_left__77KH_{display:flex;flex-direction:column;gap:207px}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_pc__Y_aJV>.Footer_left__77KH_>.Footer_logo__4CDhp>.Footer_image__uLaER{display:block;width:222px;filter:drop-shadow(0 0 25px rgba(255,255,255,.3))}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_pc__Y_aJV>.Footer_left__77KH_>.Footer_character__nOS8d>.Footer_image__uLaER{display:block;filter:drop-shadow(0 0 100px rgba(255,255,255,.4))}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF{display:flex;flex-direction:column}@media only screen and (min-width:768px){.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF{display:none}}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF>.Footer_logo__4CDhp{position:relative;z-index:1;padding:36px 94px;border-bottom:1px solid hsla(0,0%,100%,.5)}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF>.Footer_logo__4CDhp>.Footer_image__uLaER{display:block;margin-inline:auto;width:187px;height:48px;filter:drop-shadow(0 0 25px rgba(255,255,255,.3))}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF>.Footer_character__nOS8d{position:absolute;right:20px;bottom:0}.Footer_footer-container__SfXZR>.Footer_main__5snJz>.Footer_sp__HH_AF>.Footer_character__nOS8d>.Footer_image__uLaER{display:block;filter:drop-shadow(0 0 100px rgba(255,255,255,.4))}.Footer_footer-container__SfXZR>.Footer_copyright__G0lga{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;background-color:rgba(75,47,37,.8);height:95px;color:#fff;text-align:center;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.05em}@media only screen and (max-width:767px){.Footer_footer-container__SfXZR>.Footer_copyright__G0lga{padding:20px 0;height:100%;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.ComingSoon_link___TdaX{text-decoration:none;color:#fff}.Button_button-base__3slT0{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px;border:none;border-radius:4px;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.2;background-color:#4471a7;color:#fff;transition:all .2s ease}@media only screen and (min-width:768px){.Button_button-base__3slT0{width:240px;height:48px}}@media only screen and (max-width:767px){.Button_button-base__3slT0{width:225px;height:44px}}.Button_button-base__3slT0:hover:not(.Button_disabled__tYeTS){opacity:.9}.Button_button-base__3slT0:active:not(.Button_disabled__tYeTS){opacity:.8}.Button_button-base__3slT0.Button_secondary__EspwY{background-color:#fff;color:#666;border:1px solid #666}.PageLayout_page-layout__1oHt9{display:flex;align-items:center;justify-content:center;min-height:100%;background-color:#fff;padding:20px}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr{display:flex;flex-direction:column;align-items:center;gap:60px;width:100%;max-width:428px}@media only screen and (min-width:768px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr{max-width:600px}}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_icon__1uztr{display:flex;align-items:center;justify-content:center}@media only screen and (min-width:768px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_icon__1uztr>.PageLayout_pc___60qR{display:block}}@media only screen and (max-width:767px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_icon__1uztr>.PageLayout_pc___60qR{display:none}}@media only screen and (min-width:768px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_icon__1uztr>.PageLayout_sp__EUZNG{display:none}}@media only screen and (max-width:767px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_icon__1uztr>.PageLayout_sp__EUZNG{display:block}}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_heading__B5q8P{font-family:Noto Sans JP,sans-serif;font-size:24px;font-weight:500;line-height:1.2;color:#000;text-align:center;margin:0;width:100%}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_upper__wvgGz>.PageLayout_message__fCgk4{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.2;color:#333;text-align:center;margin:0;width:100%;white-space:pre-wrap}.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_button__nNOqH{display:flex;justify-content:center;gap:28px;width:100%}@media only screen and (max-width:767px){.PageLayout_page-layout__1oHt9>.PageLayout_content__zkAyr>.PageLayout_button__nNOqH{flex-direction:column;align-items:center}}.CardGridSectionSkeleton_pc__D_6tS{display:block;width:100%;height:auto}@media only screen and (max-width:767px){.CardGridSectionSkeleton_pc__D_6tS{display:none}}.CardGridSectionSkeleton_sp__jKjAg{display:none;width:100%;height:auto}@media only screen and (max-width:767px){.CardGridSectionSkeleton_sp__jKjAg{display:block}}.ShopsPage_shops-page__eSPdz{width:100%;display:flex;flex-direction:column;position:relative}.ShopsPage_shops-page__eSPdz>.ShopsPage_search__FYAAl{width:100%;padding:20px 120px}@media only screen and (max-width:767px){.ShopsPage_shops-page__eSPdz>.ShopsPage_search__FYAAl{display:none}}.ShopsPage_shops-page__eSPdz>.ShopsPage_research__0QEXH{display:none}@media only screen and (max-width:767px){.ShopsPage_shops-page__eSPdz>.ShopsPage_research__0QEXH{display:block}.ShopsPage_station-distance__pB_bM{padding:10px 20px}}.page_mypage-page__Bar35{display:flex;flex-direction:column;width:100%;max-width:1200px;height:100%;overflow-x:hidden;margin:0 auto}.LikedReviewsListSection_liked-reviews-section__u87qq{display:flex;flex-direction:column;gap:28px;padding:40px 80px}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_search__sPBsA{max-width:400px}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_toolbar__GyFpk{display:flex;align-items:center;justify-content:flex-end}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_toolbar__GyFpk>.LikedReviewsListSection_count__ISD_w{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666;align-self:flex-end}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_empty__3dZ_e{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_list__mos9c{display:flex;flex-direction:column;gap:20px;list-style:none}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_pagination___hc7_{display:flex;justify-content:center}@media only screen and (max-width:767px){.LikedReviewsListSection_liked-reviews-section__u87qq{gap:20px;padding:20px}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_search__sPBsA{max-width:none}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_toolbar__GyFpk{justify-content:flex-end}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_toolbar__GyFpk>.LikedReviewsListSection_count__ISD_w{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}.LikedReviewsListSection_liked-reviews-section__u87qq>.LikedReviewsListSection_list__mos9c{gap:16px}}.ReviewsListSection_reviews-list-section__If0XV{display:flex;flex-direction:column;gap:28px;padding:40px 80px}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_search__8Bemd{max-width:400px}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_toolbar__WpYRM{display:flex;align-items:center;justify-content:flex-end;gap:16px}@media only screen and (max-width:767px){.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_toolbar__WpYRM{justify-content:space-between;gap:0}}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_toolbar__WpYRM>.ReviewsListSection_count__JpcPG{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666;align-self:flex-end}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_empty__wd80u{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_list__POEhe{display:flex;flex-direction:column;gap:20px;list-style:none}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_list__POEhe>.ReviewsListSection_item__SAZB3{display:contents}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_pagination__0CNo3{display:flex;justify-content:center}@media only screen and (max-width:767px){.ReviewsListSection_reviews-list-section__If0XV{gap:20px;padding:20px}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_search__8Bemd{max-width:none}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_toolbar__WpYRM>.ReviewsListSection_count__JpcPG{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}.ReviewsListSection_reviews-list-section__If0XV>.ReviewsListSection_list__POEhe{gap:16px}}.MyShopSection_my-shop-section__FyND0{display:flex;flex-direction:column;align-self:stretch;gap:28px;padding:40px 80px 0;width:100%}@media only screen and (max-width:767px){.MyShopSection_my-shop-section__FyND0{gap:16px;padding:20px 20px 0}}.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS{display:flex;flex-direction:column;align-self:stretch;gap:20px}.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_count__zQJry{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#666;text-align:right;padding:0 20px}@media only screen and (max-width:767px){.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_count__zQJry{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_cards__JdwJ6{display:grid;grid-template-columns:repeat(auto-fill,360px);grid-gap:28px 20px;gap:28px 20px;justify-content:center}@media only screen and (max-width:767px){.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_cards__JdwJ6{display:flex;flex-direction:column;align-items:center;gap:28px}}.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_pagination__DdAGY{width:100%;display:flex;justify-content:center;margin:20px 0 40px}@media only screen and (max-width:767px){.MyShopSection_my-shop-section__FyND0>.MyShopSection_content__W23jS>.MyShopSection_pagination__DdAGY{margin:0 0 20px}}.MyShopSection_my-shop-section__FyND0>.MyShopSection_empty__AK2Qo{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.AddressGroup_address-group__pfcmx{display:flex;flex-direction:column;gap:16px}.AddressGroup_address-group__pfcmx>.AddressGroup_head___gM_J{display:flex;flex-direction:column;gap:4px}.AddressGroup_address-group__pfcmx>.AddressGroup_head___gM_J>.AddressGroup_title__E_nd0{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.AddressGroup_address-group__pfcmx>.AddressGroup_head___gM_J>.AddressGroup_title__E_nd0{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.AddressGroup_address-group__pfcmx>.AddressGroup_head___gM_J>.AddressGroup_line__fOMvw{height:0;margin:0;border:none;border-top:1px solid #ddd}.AddressGroup_address-group__pfcmx>.AddressGroup_list__VOWiN{display:flex;flex-direction:column;gap:28px}.AddressGroup_address-group__pfcmx>.AddressGroup_list__VOWiN>.AddressGroup_empty__HHxJa{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}.AddressGroup_address-group__pfcmx>.AddressGroup_count__SVYGv{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#666;padding:0 20px}.AddressPart_address-part__PGKzB{display:flex;flex-direction:column;background-color:#fff;border-radius:16px;padding:28px 40px}@media only screen and (max-width:767px){.AddressPart_address-part__PGKzB{padding:20px 28px}}.AddressPart_address-part__PGKzB>.AddressPart_header__Ud2Qw{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}.AddressPart_address-part__PGKzB>.AddressPart_header__Ud2Qw>.AddressPart_title__DYoEf{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.AddressPart_address-part__PGKzB>.AddressPart_header__Ud2Qw>.AddressPart_title__DYoEf{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em}}.AddressPart_address-part__PGKzB>.AddressPart_header__Ud2Qw>.AddressPart_actions__tPH72{display:flex;align-items:center;align-self:flex-start;gap:16px;flex-shrink:0}.AddressPart_address-part__PGKzB>.AddressPart_address-info__NJJly{display:flex;gap:10px;margin-bottom:4px;color:#666;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.AddressPart_address-part__PGKzB>.AddressPart_address-info__NJJly{flex-direction:column;gap:4px}}.AddressPart_address-part__PGKzB>.AddressPart_address-info__NJJly>.AddressPart_postalCode__O92HB{flex-shrink:0;white-space:nowrap}.AddressPart_address-part__PGKzB>.AddressPart_address-info__NJJly>.AddressPart_address__sZleX{min-width:0}.AddressPart_address-part__PGKzB>.AddressPart_items__kYqWa{display:flex;align-items:center;justify-content:space-between}.AddressPart_address-part__PGKzB>.AddressPart_items__kYqWa>.AddressPart_userName__zUogl{color:#666;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.AddressPart_address-part__PGKzB>.AddressPart_items__kYqWa{flex-direction:column;align-items:stretch;gap:20px}}.SettingsEmailSection_settings-email-section__kF_QZ{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsEmailSection_settings-email-section__kF_QZ{padding:20px}}.SettingsEmailSection_settings-email-section__kF_QZ>.SettingsEmailSection_form__AOhky{display:flex;flex-direction:column;width:335px;gap:40px}@media only screen and (max-width:767px){.SettingsEmailSection_settings-email-section__kF_QZ>.SettingsEmailSection_form__AOhky{width:100%;gap:28px}}.SettingsEmailSection_settings-email-section__kF_QZ>.SettingsEmailSection_form__AOhky>.SettingsEmailSection_wrapper__svtu9{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsEmailSection_settings-email-section__kF_QZ>.SettingsEmailSection_form__AOhky>.SettingsEmailSection_wrapper__svtu9{width:100%}}.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y{padding:20px}}.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr{display:flex;flex-direction:column;align-items:center;width:335px;gap:40px}@media only screen and (max-width:767px){.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr{width:100%;gap:28px}}.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr>.SettingsEmailVerifySection_form__0WqPk{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr>.SettingsEmailVerifySection_form__0WqPk{width:100%;gap:28px}}.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr>.SettingsEmailVerifySection_form__0WqPk>.SettingsEmailVerifySection_wrapper__fBOMp{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsEmailVerifySection_settings-email-verify-section__jZ48Y>.SettingsEmailVerifySection_content__lyKyr>.SettingsEmailVerifySection_form__0WqPk>.SettingsEmailVerifySection_wrapper__fBOMp{width:100%}}.SettingsNicknameSection_settings-nickname-section___g4PE{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsNicknameSection_settings-nickname-section___g4PE{padding:20px}}.SettingsNicknameSection_settings-nickname-section___g4PE>.SettingsNicknameSection_form__SVoov{display:flex;flex-direction:column;width:335px;gap:40px}@media only screen and (max-width:767px){.SettingsNicknameSection_settings-nickname-section___g4PE>.SettingsNicknameSection_form__SVoov{width:100%;gap:28px}}.SettingsNicknameSection_settings-nickname-section___g4PE>.SettingsNicknameSection_form__SVoov>.SettingsNicknameSection_wrapper__2gN86{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsNicknameSection_settings-nickname-section___g4PE>.SettingsNicknameSection_form__SVoov>.SettingsNicknameSection_wrapper__2gN86{width:100%}}.SettingsPasswordSection_settings-password-section__r3wUd{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsPasswordSection_settings-password-section__r3wUd{padding:20px}}.SettingsPasswordSection_settings-password-section__r3wUd>.SettingsPasswordSection_form__83ecW{display:flex;flex-direction:column;width:335px;gap:40px}@media only screen and (max-width:767px){.SettingsPasswordSection_settings-password-section__r3wUd>.SettingsPasswordSection_form__83ecW{width:100%;gap:28px}}.SettingsPasswordSection_settings-password-section__r3wUd>.SettingsPasswordSection_form__83ecW>.SettingsPasswordSection_wrapper__4_d4i{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsPasswordSection_settings-password-section__r3wUd>.SettingsPasswordSection_form__83ecW>.SettingsPasswordSection_wrapper__4_d4i{width:100%}}.SettingsPhoneSection_settings-phone-section__qBmrb{display:flex;flex-direction:column;gap:40px;padding:40px 80px}@media only screen and (max-width:767px){.SettingsPhoneSection_settings-phone-section__qBmrb{gap:20px;padding:20px}}.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_content__oTy8y{display:flex;flex-direction:column;gap:28px;border-bottom:2px solid #ddd;padding-bottom:40px}@media only screen and (max-width:767px){.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_content__oTy8y{gap:20px;padding-bottom:20px}}.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv{display:flex;flex-direction:column;gap:40px;width:335px}@media only screen and (max-width:767px){.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv{gap:28px;width:100%}}.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv>.SettingsPhoneSection_input__G3CUQ{width:335px}@media only screen and (max-width:767px){.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv>.SettingsPhoneSection_input__G3CUQ{width:100%}}.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv>.SettingsPhoneSection_button__YRtHP{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsPhoneSection_settings-phone-section__qBmrb>.SettingsPhoneSection_form___UVyv>.SettingsPhoneSection_button__YRtHP{width:100%}}.VerifyPhoneSection_verify-phone-section__wVuTs{display:flex;flex-direction:column;gap:40px;padding:40px 80px}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs{gap:20px;padding:20px}}.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_content__ECcis{display:flex;flex-direction:column;gap:28px;border-bottom:2px solid #ddd;padding-bottom:40px}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_content__ECcis{gap:20px;padding-bottom:20px}}.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4{display:flex;flex-direction:column;gap:40px;width:335px}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4{gap:28px;width:100%}}.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4>.VerifyPhoneSection_input__bchyv{width:335px}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4>.VerifyPhoneSection_input__bchyv{width:100%}}.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4>.VerifyPhoneSection_button__p5pdr{width:335px;height:44px}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_form__UQIW4>.VerifyPhoneSection_button__p5pdr{width:100%}}.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_resend__q_d8N{width:335px;align-self:center}@media only screen and (max-width:767px){.VerifyPhoneSection_verify-phone-section__wVuTs>.VerifyPhoneSection_resend__q_d8N{width:100%}}.ProfileImageArea_profile-image-area__Ji1Is{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.ProfileImageArea_profile-image-area__Ji1Is{flex-direction:row;align-items:center;gap:28px;width:100%}}.ProfileImageArea_profile-image-area__Ji1Is>.ProfileImageArea_avatar__MGsGC{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;padding:24px;border-radius:16px;width:148px;height:148px}.ProfileImageArea_profile-image-area__Ji1Is>.ProfileImageArea_avatar__MGsGC>.ProfileImageArea_image__bcS5I{border-radius:50%;object-fit:contain}.ProfileImageArea_profile-image-area__Ji1Is>.ProfileImageArea_buttons__Vp8vL{display:flex;align-items:center;gap:50px}@media only screen and (max-width:767px){.ProfileImageArea_profile-image-area__Ji1Is>.ProfileImageArea_buttons__Vp8vL{flex-direction:column;align-items:flex-start;gap:28px}}.SettingsXSection_settings-x-page__g7P_f{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsXSection_settings-x-page__g7P_f{padding:20px}}.SettingsXSection_settings-x-page__g7P_f>.SettingsXSection_form__W7Qv0{display:flex;flex-direction:column;width:335px;gap:40px}@media only screen and (max-width:767px){.SettingsXSection_settings-x-page__g7P_f>.SettingsXSection_form__W7Qv0{width:100%;gap:28px}}.SettingsXSection_settings-x-page__g7P_f>.SettingsXSection_form__W7Qv0>.SettingsXSection_wrapper__Biqr3{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsXSection_settings-x-page__g7P_f>.SettingsXSection_form__W7Qv0>.SettingsXSection_wrapper__Biqr3{width:100%}}.VisitedShopsSection_visited-shops-section__30fZT{display:flex;flex-direction:column;align-self:stretch;gap:28px;padding:40px 80px 0;width:100%}@media only screen and (max-width:767px){.VisitedShopsSection_visited-shops-section__30fZT{gap:16px;padding:20px 20px 0}}.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7{display:flex;flex-direction:column;align-self:stretch;gap:20px}.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_count__Ftwnt{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#666;text-align:right;padding:0 20px}@media only screen and (max-width:767px){.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_count__Ftwnt{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_cards__p9Gdg{display:grid;grid-template-columns:repeat(auto-fill,360px);grid-gap:28px 20px;gap:28px 20px;justify-content:center}@media only screen and (max-width:767px){.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_cards__p9Gdg{display:flex;flex-direction:column;align-items:center;gap:28px}}.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_pagination__CxL7c{width:100%;display:flex;justify-content:center;margin:20px 0 40px}@media only screen and (max-width:767px){.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_content__hHW_7>.VisitedShopsSection_pagination__CxL7c{margin:0 0 20px}}.VisitedShopsSection_visited-shops-section__30fZT>.VisitedShopsSection_empty__97yMg{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.page_top-page__GU2TL{display:flex;flex-direction:column;width:100%;height:100%;overflow-x:hidden}.page_top-page__GU2TL>.page_wrapper__SFA_P{position:relative;width:100%}.Button_button__xzJyZ{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.2;height:50px;min-width:170px;padding:10px 30px;border-radius:8px;border:0;cursor:pointer;text-align:center;box-shadow:0 4px 4px rgba(0,0,0,.25);display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,box-shadow .2s ease}.Button_button__xzJyZ:focus-visible{outline:none}.Button_button__xzJyZ:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media only screen and (max-width:767px){.Button_button__xzJyZ{width:100%;height:45px;max-width:335px;box-shadow:none;border-radius:4px;padding:8px 30px}}@media only screen and (min-width:768px){.Button_button--small__CyAZX{height:40px}}.Button_button--primary__SfLwC{background:#35bcff;color:#fff;border:1.6px solid rgba(0,0,0,0)}.Button_button--primary__SfLwC:hover:not(:disabled){background-color:#fff;border-color:#35bcff;color:#35bcff}.Button_button--secondary__pGY1y{background:#fff;color:#828282;border:1px solid #aaa}.Button_button--secondary__pGY1y:hover:not(:disabled){color:#fff;background-color:#e7e7e7;border-color:#e7e7e7}@media only screen and (min-width:768px){.Button_button--secondary__pGY1y:active:not(:disabled),.Button_button--secondary__pGY1y:hover:not(:disabled){color:#35bcff;border-color:#35bcff;background-color:#fff}}.Checkbox_checkbox-container__r4pnf{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;width:-moz-fit-content;width:fit-content}@media only screen and (min-width:768px){.Checkbox_checkbox-container__r4pnf{min-width:79px;gap:5px}}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf{flex-direction:column;width:52px;height:50px;gap:5px}.Checkbox_checkbox-container__r4pnf.Checkbox_right__8Lurp{flex-direction:row;width:auto;height:30px;gap:8px}}.Checkbox_checkbox-container__r4pnf>.Checkbox_input__ptYte{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu{display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;background-color:#d7efff;border-radius:2px}@media only screen and (min-width:768px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu{width:20px;height:20px;border:none}}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu{width:30px;height:30px;border:1px solid #e7e7e7}}.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu.Checkbox_error__Jmg3V,.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu.Checkbox_error__Jmg3V:focus{border-color:red;background-color:#f2cccb;outline:none}.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu>.Checkbox_checkmark__CQrz4{display:none;pointer-events:none;position:absolute}@media only screen and (min-width:768px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu>.Checkbox_checkmark-pc__D86DQ{width:12px;height:10px}}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu>.Checkbox_checkmark-pc__D86DQ{display:none}}@media only screen and (min-width:768px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu>.Checkbox_checkmark-sp__TBboH{display:none}}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf>.Checkbox_custom__AtbBu>.Checkbox_checkmark-sp__TBboH{width:19px;height:16px}}.Checkbox_checkbox-container__r4pnf>.Checkbox_label__edrSP{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2;color:#000}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf>.Checkbox_label__edrSP{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.2;color:#828282}}@media only screen and (min-width:768px){.Checkbox_checkbox-container__r4pnf>.Checkbox_input__ptYte:checked+.Checkbox_custom__AtbBu>.Checkbox_checkmark-pc__D86DQ{display:block}}@media only screen and (max-width:767px){.Checkbox_checkbox-container__r4pnf>.Checkbox_input__ptYte:checked+.Checkbox_custom__AtbBu>.Checkbox_checkmark-sp__TBboH{display:block}}.Checkbox_checkbox-container__r4pnf.Checkbox_disabled__a70iB{opacity:.7;cursor:not-allowed}.Checkbox_checkbox-container__r4pnf.Checkbox_disabled__a70iB>.Checkbox_custom__AtbBu,.Checkbox_checkbox-container__r4pnf.Checkbox_disabled__a70iB>.Checkbox_label__edrSP{opacity:.5}.Checkbox_checkbox-container__r4pnf:hover:not(.Checkbox_disabled__a70iB)>.Checkbox_custom__AtbBu{opacity:.8}.TextInput_text-input__D_Cyz{width:100%;max-width:788px;height:40px;border:2px solid #e7e7e7;border-radius:8px;transition:border-color .2s ease;padding:10px 20px;background-color:#fff;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.TextInput_text-input__D_Cyz::placeholder{color:#a0a0a0;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.TextInput_text-input__D_Cyz.TextInput_error__WoIbc,.TextInput_text-input__D_Cyz.TextInput_error__WoIbc:focus{border-color:red;background-color:#f2cccb;outline:none}.TextInput_text-input__D_Cyz.TextInput_disabled__Shg6N{color:#828282;cursor:not-allowed}.TextInput_text-input__D_Cyz.TextInput_disabled__Shg6N:focus{outline:none;border-color:#aaa}.TextInput_text-input__D_Cyz.TextInput_disabled__Shg6N:hover:not(.TextInput_disabled__Shg6N){border-color:#aaa}.TextInput_text-input__D_Cyz:focus:not(.TextInput_error__WoIbc,.TextInput_disabled__Shg6N){border-color:#75d1ff;outline:none}@media only screen and (max-width:767px){.TextInput_text-input__D_Cyz{width:100%;height:35px;padding:5px 10px;border-radius:3px;border:1px solid #e7e7e7}}.ErrorMessage_error-message__mhpaf{width:100%;color:red;white-space:pre-wrap;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.2}.LabeledInput_labeled-input-container__QBXlP{display:flex;width:100%;height:100%;gap:10px}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY{display:flex;flex-direction:column;justify-content:center;height:auto;padding-left:20px;background-color:#fff;color:#000;white-space:pre-line}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY.LabeledInput_small__bxRVA{min-width:170px}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY.LabeledInput_medium__8dCFM{min-width:215px}@media only screen and (min-width:768px){.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY.LabeledInput_top__BhMxU{padding-top:20px;justify-content:flex-start}}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy{display:flex}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy>.LabeledInput_text__vs7Qu{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy>.LabeledInput_badge__5EA4F{display:flex;align-items:center;justify-content:center;height:18px;padding:0 6px;margin-left:8px;border-radius:2px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.2}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy>.LabeledInput_badge__5EA4F.LabeledInput_required__OSB6d{background-color:red;color:#fff}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy>.LabeledInput_badge__5EA4F.LabeledInput_optional__6FND9{background-color:#828282;color:#fff}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_description__isLyo{color:red;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.2}@media only screen and (min-width:768px){.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_description__isLyo{margin-top:1px}}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_input-container__Sveyj{display:flex;flex-direction:column;width:100%}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_input-container__Sveyj>.LabeledInput_input__Q4JaY{padding:5px 0}@media only screen and (max-width:767px){.LabeledInput_labeled-input-container__QBXlP{flex-direction:column;gap:5px;width:100%;height:auto}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY{width:100%;padding-left:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px;white-space:nowrap}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy{color:#828282;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.2}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_wrapper__rRkMy>.LabeledInput_badge__5EA4F{height:16px;padding:0 6px;margin-left:8px;border-radius:2px;background-color:#f2cccb;color:red;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:400;line-height:1.2;line-height:1}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_label__CMbUY>.LabeledInput_description__isLyo{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:400;line-height:1.2}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_input-container__Sveyj{gap:5px}.LabeledInput_labeled-input-container__QBXlP>.LabeledInput_input-container__Sveyj>.LabeledInput_input__Q4JaY{padding:0}}.SectionTitle_section-title-container__Uj5V3{display:flex;align-items:center;gap:20px;width:100%;height:45px;background-color:#e7e7e7;padding:0 20px;margin-bottom:30px}@media only screen and (max-width:767px){.SectionTitle_section-title-container__Uj5V3{display:flex;align-items:center;width:100%;height:22px;background-color:#fff;padding:0;gap:0;margin-bottom:20px}.SectionTitle_section-title-container__Uj5V3.SectionTitle_not-display__LTA5s{display:none}}.SectionTitle_section-title-container__Uj5V3>.SectionTitle_label__Igh1C{width:6px;height:26px;background-color:#35bcff}@media only screen and (max-width:767px){.SectionTitle_section-title-container__Uj5V3>.SectionTitle_label__Igh1C{display:none}}.SectionTitle_section-title-container__Uj5V3>.SectionTitle_title__7YYl2{color:#000;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.2}@media only screen and (max-width:767px){.SectionTitle_section-title-container__Uj5V3>.SectionTitle_title__7YYl2{color:#828282;font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:1.2}}.ShopApplyConfirmSection_confirm-section__tbXDP{display:flex;flex-direction:column;gap:10px}.ShopApplyConfirmSection_confirm-section__tbXDP>.ShopApplyConfirmSection_list__BZ_wg{display:flex;flex-direction:column}.ShopApplyConfirmSection_confirm-section__tbXDP>.ShopApplyConfirmSection_actions__rSKQj{display:flex;justify-content:center;align-items:center;gap:16px;padding:30px 0}.ShopApplyConfirmSection_modal-content__Ql2Tw{display:flex;flex-direction:column;align-items:center;gap:20px}.ShopApplyConfirmSection_modal-content__Ql2Tw>.ShopApplyConfirmSection_title__rqD4j{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#000}.ShopApplyConfirmSection_modal-content__Ql2Tw>.ShopApplyConfirmSection_message__EBAZf{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.ShopApplyConfirmSection_confirm-section__tbXDP{margin-bottom:0;gap:0}.ShopApplyConfirmSection_confirm-section__tbXDP>.ShopApplyConfirmSection_actions__rSKQj{flex-direction:column;width:100%;padding:0}.ShopApplyConfirmSection_modal-content__Ql2Tw{gap:10px}}.ShopApplySection_section-container__tTofu{display:flex;flex-direction:column;gap:10px}.ShopApplySection_section-container__tTofu>.ShopApplySection_input-container__A7fTm{width:100%}.ShopApplySection_section-container__tTofu>.ShopApplySection_button-container__aAqlf{width:100%;display:flex;justify-content:center;align-items:center;padding:30px 0}.ShopApplySection_agreedToTerms-container__fGqBA{display:flex;flex-direction:column;gap:10px}.ShopApplySection_agreedToTerms-container__fGqBA>.ShopApplySection_agreedToTerms__HLoUk{display:flex;align-items:center;gap:20px}.ShopApplySection_agreedToTerms-container__fGqBA>.ShopApplySection_agreedToTerms__HLoUk>.ShopApplySection_link__HEslN{color:#02bdf9;text-decoration:none;white-space:nowrap;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopApplySection_agreedToTerms-container__fGqBA>.ShopApplySection_agreedToTerms__HLoUk>.ShopApplySection_link__HEslN{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ShopApplySection_agreedToTerms-container__fGqBA>.ShopApplySection_agreedToTerms__HLoUk>.ShopApplySection_link__HEslN:hover{text-decoration:underline}@media only screen and (max-width:767px){.ShopApplySection_section-container__tTofu{gap:30px}.ShopApplySection_section-container__tTofu>.ShopApplySection_button-container__aAqlf{padding:0}.ShopApplySection_agreedToTerms-container__fGqBA{gap:8px}.ShopApplySection_agreedToTerms-container__fGqBA>.ShopApplySection_link__HEslN{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ShopApplyCompleteSection_complete-section__iMAuM{display:flex;flex-direction:column;align-items:center}.ShopApplyCompleteSection_complete-section__iMAuM>.ShopApplyCompleteSection_message__zGNRv{display:flex;flex-direction:column;align-items:center;gap:30px;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}.ShopApplyCompleteSection_complete-section__iMAuM>.ShopApplyCompleteSection_message__zGNRv>.ShopApplyCompleteSection_title__I65bt{color:#000;text-align:center}.ShopApplyCompleteSection_complete-section__iMAuM>.ShopApplyCompleteSection_message__zGNRv>.ShopApplyCompleteSection_description__zrauK{color:#000;text-align:center;margin-bottom:30px}@media only screen and (max-width:767px){.ShopApplyCompleteSection_complete-section__iMAuM>.ShopApplyCompleteSection_message__zGNRv{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewEditConfirmPage_review-edit-confirm-page__PDSvm{padding:40px 80px;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.ReviewEditConfirmPage_review-edit-confirm-page__PDSvm{padding:20px}}.ReviewEditPage_review-edit-page__NgWCE{padding:40px 80px;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.ReviewEditPage_review-edit-page__NgWCE{padding:20px}}.ShopDetailTabSkeleton_pc__NkM_x{display:block}@media only screen and (max-width:767px){.ShopDetailTabSkeleton_pc__NkM_x{display:none}.ShopDetailTabSkeleton_sp__iVUNV{display:block}}@media only screen and (min-width:768px){.ShopDetailTabSkeleton_sp__iVUNV{display:none}}.ShopEventPage_shop-event-page__L7n1R{display:flex;flex-direction:column;gap:40px;width:100%;max-width:768px}@media only screen and (max-width:767px){.ShopEventPage_shop-event-page__L7n1R{gap:0}}.ShopInventorySection_shop-inventory-section__QPQny{display:flex;flex-direction:column;width:100%;max-width:768px}@media only screen and (min-width:768px){.ShopInventorySection_shop-inventory-section__QPQny{gap:28px}}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny{max-width:none;padding-bottom:20px}}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_coming-soon__p1Gvn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:60px 20px}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_coming-soon__p1Gvn{padding:40px 20px;gap:20px}}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_coming-soon__p1Gvn>.ShopInventorySection_image__ah5mF{width:133px;height:178px;object-fit:contain}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_coming-soon__p1Gvn>.ShopInventorySection_message__VxLid{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#000;text-align:center;line-height:1.8}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_coming-soon__p1Gvn>.ShopInventorySection_message__VxLid{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH{display:flex;flex-direction:column}@media only screen and (min-width:768px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH{gap:28px}}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH{gap:16px;padding:20px 20px 40px}}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH>.ShopInventorySection_cards__F770F{display:grid;grid-template-columns:repeat(5,136px);grid-gap:28px 22px;gap:28px 22px;justify-content:center}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH>.ShopInventorySection_cards__F770F{grid-template-columns:repeat(auto-fit,105px);gap:20px 10px;justify-content:center}}.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH>.ShopInventorySection_empty__ozOko{color:#333;padding:8px 0;text-align:center;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopInventorySection_shop-inventory-section__QPQny>.ShopInventorySection_group__7oZAH>.ShopInventorySection_empty__ozOko{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopBasicInfoSection_shop-basic-info-section__1Z_4K{display:flex;flex-direction:column;max-width:768px;width:100%}@media only screen and (min-width:768px){.ShopBasicInfoSection_shop-basic-info-section__1Z_4K{gap:28px}}.ShopBasicInfoSection_shop-info-list__vo23Y{display:flex;flex-direction:column;gap:0}.ShopBasicInfoSection_business-hours__VtMNP{display:flex;flex-direction:column;gap:0;width:100%}.ShopBasicInfoSection_business-hours-row__Tb7vR{display:flex;align-items:center;padding:8px 0}.ShopBasicInfoSection_business-hours-row__Tb7vR.ShopBasicInfoSection_with-border-top__dBoeY{border-top:1px solid #ddd}.ShopBasicInfoSection_business-hours-row__Tb7vR>.ShopBasicInfoSection_day__LBGJb{width:80px;color:#666;flex-shrink:0;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.ShopBasicInfoSection_business-hours-row__Tb7vR>.ShopBasicInfoSection_time__bPtRc{flex:1 1;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.ShopBasicInfoSection_sns-accounts__asNYr{display:flex;align-items:center;gap:12px}.ShopBasicInfoSection_sns-link__i1K1k{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background-color:#fff;text-decoration:none;transition:background-color .2s;overflow:hidden}.ShopBasicInfoSection_sns-link__i1K1k:hover{cursor:pointer}.ShopBasicInfoSection_sns-link__i1K1k>svg{display:block;max-width:100%;max-height:100%}.ShopBasicInfoSection_sns-link__i1K1k>.ShopBasicInfoSection_sns-icon__4Ovld{color:#666;font-size:12px;font-weight:600}.ShopBasicInfoSection_contact-info__zYsh2{display:flex;flex-direction:column;gap:8px}.ShopBasicInfoSection_contact-link__94wY9{display:flex;align-items:center;gap:8px;color:#666;text-decoration:none;border:none;background-color:#fff;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.ShopBasicInfoSection_contact-link__94wY9>.ShopBasicInfoSection_email-icon__yk_t2{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px;font-weight:600}.ShopBasicInfoSection_external-link__ii4Sm{color:#0268ed;text-decoration:underline;word-break:break-all;overflow-wrap:break-word;max-width:100%;display:inline-block;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.ShopBasicInfoSection_text-with-link__g_ItZ{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ShopReviewPage_shop-review-page__DRgw_{display:flex;flex-direction:column;width:100%}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N{flex-direction:column;align-items:center}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_post__fZsiw{display:flex;flex-direction:column;align-items:center;gap:7px;padding:20px;width:100%}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_post__fZsiw>.ShopReviewPage_lead__DqXCL{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#0268ed;text-align:center;width:100%}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_post__fZsiw>.ShopReviewPage_lead__DqXCL{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_post__fZsiw>.ShopReviewPage_link__SPc5c{max-width:335px}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_filter__MmNFM{display:flex;align-items:flex-end;justify-content:flex-end;gap:16px;padding:0 20px 20px;width:100%}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_filter__MmNFM{justify-content:space-between;gap:0}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_filter__MmNFM>.ShopReviewPage_selects__xJhln{display:flex;gap:10px;align-items:flex-end}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_filter__MmNFM>.ShopReviewPage_total__qJ_yO{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;text-align:right}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_top__Iz2_N>.ShopReviewPage_filter__MmNFM>.ShopReviewPage_total__qJ_yO{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_empty__NwOKP{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333;padding:50px;text-align:center}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_empty__NwOKP{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_list__4xqPA{display:flex;flex-direction:column;gap:24px;align-items:center}@media only screen and (max-width:767px){.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_list__4xqPA{gap:28px;padding:0 20px}}.ShopReviewPage_shop-review-page__DRgw_>.ShopReviewPage_pagination__T7YnE{display:flex;justify-content:center;padding:40px 20px 20px}.ReviewPostStep3Page_review-post-step3__WskE_{display:flex;flex-direction:column;width:100%}.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp{display:flex;flex-direction:column}@media only screen and (max-width:767px){.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp{padding:10px 20px 24px}}.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp>.ReviewPostStep3Page_complete__S9tlF{display:flex;flex-direction:column;align-items:center;gap:60px;padding:40px}@media only screen and (max-width:767px){.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp>.ReviewPostStep3Page_complete__S9tlF{gap:40px;padding:20px}}.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp>.ReviewPostStep3Page_complete__S9tlF>.ReviewPostStep3Page_image__I_sax{object-fit:contain}.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp>.ReviewPostStep3Page_complete__S9tlF>.ReviewPostStep3Page_button__bVtrW{width:335px;height:44px}@media only screen and (max-width:767px){.ReviewPostStep3Page_review-post-step3__WskE_>.ReviewPostStep3Page_inner__QIkUp>.ReviewPostStep3Page_complete__S9tlF>.ReviewPostStep3Page_button__bVtrW{width:100%}}.ShopTitlePage_shop-title-page__dlQGO{display:flex;flex-direction:column;gap:40px;width:100%;max-width:768px}@media only screen and (max-width:767px){.ShopTitlePage_shop-title-page__dlQGO{gap:0}}.ReviewPostStep1Page_review-post-step1__ypfTB{display:flex;flex-direction:column;width:100%}.ReviewPostStep1Page_review-post-step1__ypfTB>.ReviewPostStep1Page_inner__91Tfq{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.ReviewPostStep1Page_review-post-step1__ypfTB>.ReviewPostStep1Page_inner__91Tfq{gap:16px;padding:10px 20px 24px}}.ReviewPostStep2Page_review-post-step2__P_brA{display:flex;flex-direction:column;width:100%}.ReviewPostStep2Page_review-post-step2__P_brA>.ReviewPostStep2Page_inner__3v2oi{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.ReviewPostStep2Page_review-post-step2__P_brA>.ReviewPostStep2Page_inner__3v2oi{gap:16px;padding:10px 20px 24px}}.ReviewConfirmForm_confirm-form__Gc5gX{display:flex;flex-direction:column;gap:28px;padding:40px;background-color:#fff}@media only screen and (max-width:767px){.ReviewConfirmForm_confirm-form__Gc5gX{gap:20px;padding:20px}}.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:12px}.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J>.ReviewConfirmForm_submit__P0yQs{width:335px;height:44px}@media only screen and (max-width:767px){.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J>.ReviewConfirmForm_submit__P0yQs{width:100%}}.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J>.ReviewConfirmForm_back__HdZJZ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;text-decoration:none;cursor:pointer;display:flex;align-items:center;gap:5px}.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J>.ReviewConfirmForm_back__HdZJZ>.ReviewConfirmForm_icon__GhPqS{flex-shrink:0}@media only screen and (max-width:767px){.ReviewConfirmForm_confirm-form__Gc5gX>.ReviewConfirmForm_actions__4SW0J>.ReviewConfirmForm_back__HdZJZ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewConfirmForm_preview__DtUPM{display:flex;flex-wrap:wrap;gap:12px}.ReviewConfirmForm_preview__DtUPM>.ReviewConfirmForm_photo__Jv9Uz{position:relative;width:162px;height:120px;overflow:hidden;border-radius:2px}@media only screen and (max-width:767px){.ReviewConfirmForm_preview__DtUPM>.ReviewConfirmForm_photo__Jv9Uz{width:140px;height:103px}}.ReviewConfirmForm_preview__DtUPM>.ReviewConfirmForm_photo__Jv9Uz>.ReviewConfirmForm_image__G3tW5{object-fit:contain;background-color:#fff}.SideMenu_side-menu-container__Y2IIu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none;opacity:0;transition:opacity .6s ease-out}.SideMenu_side-menu-container__Y2IIu.SideMenu_open__QPJ_G{opacity:1;pointer-events:auto}@media only screen and (min-width:768px){.SideMenu_side-menu-container__Y2IIu.SideMenu_other__HqjNJ>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_other__HqjNJ>.SideMenu_content__bNVWu{width:min(520px,100%)}.SideMenu_side-menu-container__Y2IIu.SideMenu_no-user-menu__p_ewb>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_no-user-menu__p_ewb>.SideMenu_content__bNVWu{width:min(1000px,100%)}}.SideMenu_side-menu-container__Y2IIu.SideMenu_right__vUHaD>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_right__vUHaD>.SideMenu_content__bNVWu{right:0;left:auto;transform:translateX(100%)}.SideMenu_side-menu-container__Y2IIu.SideMenu_right__vUHaD.SideMenu_open__QPJ_G>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_right__vUHaD.SideMenu_open__QPJ_G>.SideMenu_content__bNVWu{transform:translateX(0)}.SideMenu_side-menu-container__Y2IIu.SideMenu_left__cfdGX>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_left__cfdGX>.SideMenu_content__bNVWu{left:0;right:auto;transform:translateX(-100%)}.SideMenu_side-menu-container__Y2IIu.SideMenu_left__cfdGX.SideMenu_open__QPJ_G>.SideMenu_background__T4AYd,.SideMenu_side-menu-container__Y2IIu.SideMenu_left__cfdGX.SideMenu_open__QPJ_G>.SideMenu_content__bNVWu{transform:translateX(0)}.SideMenu_side-menu-container__Y2IIu>.SideMenu_overlay__uBs6q{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(51,51,51,.5);z-index:998}@media only screen and (max-width:767px){.SideMenu_side-menu-container__Y2IIu>.SideMenu_overlay__uBs6q{display:none}}.SideMenu_side-menu-container__Y2IIu>.SideMenu_background__T4AYd{position:absolute;inset:0;width:min(1174px,100%);height:100%;z-index:999;pointer-events:none;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.SideMenu_side-menu-container__Y2IIu>.SideMenu_background__T4AYd>.SideMenu_image__MMk3V{position:absolute;inset:0;object-fit:cover;object-position:center;z-index:0}.SideMenu_side-menu-container__Y2IIu>.SideMenu_background__T4AYd:after{content:"";position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.15);pointer-events:none}.SideMenu_side-menu-container__Y2IIu>.SideMenu_content__bNVWu{position:absolute;top:0;width:min(1174px,100%);height:100%;z-index:1000;transition:transform .6s cubic-bezier(.25,.46,.45,.94);padding:60px;display:flex;flex-direction:column;gap:28px}.SideMenu_side-menu-container__Y2IIu>.SideMenu_content__bNVWu.SideMenu_areaSearch___uYBo{padding:60px 72px}@media only screen and (max-width:767px){.SideMenu_side-menu-container__Y2IIu>.SideMenu_content__bNVWu.SideMenu_areaSearch___uYBo{padding:0}.SideMenu_side-menu-container__Y2IIu>.SideMenu_content__bNVWu{width:100%;padding:10px 20px;gap:30px}}.AreaSearchMenu_area-search-menu-container__yKrB7{display:flex;flex-direction:column;justify-content:space-between;gap:28px}@media only screen and (max-width:767px){.AreaSearchMenu_area-search-menu-container__yKrB7>.AreaSearchMenu_header__T9D23{display:none}}.AreaSearchMenu_area-search-menu-container__yKrB7>.AreaSearchMenu_content__9dsxB{width:100%;height:594px}@media only screen and (max-width:767px){.AreaSearchMenu_area-search-menu-container__yKrB7>.AreaSearchMenu_content__9dsxB{height:auto}}.AreaSearchMenu_area-search-menu-container__yKrB7>.AreaSearchMenu_back__TRV5a{margin-top:16px}@media only screen and (max-width:767px){.AreaSearchMenu_area-search-menu-container__yKrB7>.AreaSearchMenu_back__TRV5a{display:none}}.BackToMenuButton_back-to-menu-button__TEjNE{display:flex;column-gap:4px;align-items:center;justify-content:flex-start;padding:0;cursor:pointer;outline:none;background-color:rgba(0,0,0,0);border:none}.BackToMenuButton_back-to-menu-button__TEjNE>.BackToMenuButton_label__ckgyT{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#fff}.BackToMenuButton_back-to-menu-button__TEjNE:hover{opacity:.7}@media only screen and (max-width:767px){.BackToMenuButton_back-to-menu-button__TEjNE{display:none}}.SideMenuHeader_side-menu-header__UFh7z{display:flex;align-items:center;justify-content:space-between}.SideMenuHeader_side-menu-header__UFh7z>.SideMenuHeader_logo__z_nZr{display:flex;align-items:center;cursor:pointer}@media only screen and (min-width:768px){.SideMenuHeader_side-menu-header__UFh7z>.SideMenuHeader_logo__z_nZr>picture>.SideMenuHeader_image__XIUBa{width:242px;height:92px}}.DeleteConfirmModal_delete-confirm-modal__30Gun{display:flex;flex-direction:column;gap:24px;min-width:300px}.DeleteConfirmModal_delete-confirm-modal__30Gun>.DeleteConfirmModal_message__QkqWB{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#333;text-align:center}.DeleteConfirmModal_delete-confirm-modal__30Gun>.DeleteConfirmModal_actions__OcoQ0{display:flex;gap:12px;justify-content:center}@media only screen and (max-width:767px){.DeleteConfirmModal_delete-confirm-modal__30Gun{min-width:unset;gap:20px}}.Header_header-container__Nh8fz{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:8px 0}@media only screen and (max-width:767px){.Header_header-container__Nh8fz{height:71px;padding:6.5px 0}}.Header_header-container__Nh8fz>.Header_background__Qi9lz{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.Header_header-container__Nh8fz>.Header_background__Qi9lz>picture{display:block;width:100%;height:100%}.Header_header-container__Nh8fz>.Header_background__Qi9lz>picture>.Header_image__iRJm8{width:100%;height:100%;display:block;object-fit:cover}@media only screen and (min-width:768px){.Header_header-container__Nh8fz>.Header_background__Qi9lz>picture>.Header_image__iRJm8{object-position:center 29%}}@media only screen and (max-width:767px){.Header_header-container__Nh8fz>.Header_background__Qi9lz>picture>.Header_image__iRJm8{object-position:center}}.Header_header-container__Nh8fz>.Header_logo__vKLr8{position:relative;z-index:1;display:block;cursor:pointer;margin-left:-39px}@media only screen and (max-width:767px){.Header_header-container__Nh8fz>.Header_logo__vKLr8{margin-left:-49px}}.Header_header-container__Nh8fz>.Header_logo__vKLr8>.Header_wrapper__tLKvn{position:relative;display:flex;align-items:center;justify-content:center;width:254px;height:64px;padding:3px 33px 3px 69px;background:linear-gradient(180deg,#0c0701,#72420a 45.192%,#0c0701 98.558%);border:1px solid #ad958d;border-radius:50px}@media only screen and (max-width:767px){.Header_header-container__Nh8fz>.Header_logo__vKLr8>.Header_wrapper__tLKvn{width:213px;height:58px;padding:5px 20px 3px 63px;border-radius:50px}}.HeaderClient_header-menus__6oUkQ{position:relative;z-index:2;display:flex;gap:16px;align-items:center;height:64px;padding:5px 10px 2px 16px;background:linear-gradient(180deg,#0c0701,#72420a 45.1923%,#0c0701 98.5577%);border:1px solid #ad958d;border-radius:9999px 0 0 9999px}@media only screen and (max-width:767px){.HeaderClient_header-menus__6oUkQ{gap:7px;height:58px;padding:3px 10px 1px 16px}}.HeaderClient_header-menus__6oUkQ.HeaderClient_-open__ZJuUG{gap:0;justify-content:flex-end;background:rgba(0,0,0,0);border:none}.ReviewPostStep1Form_review-post-step1-form___FqBB{display:flex;flex-direction:column;gap:28px;padding:40px;background-color:#fff}@media only screen and (max-width:767px){.ReviewPostStep1Form_review-post-step1-form___FqBB{gap:20px;padding:20px}}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_shop__GoEFD{display:flex;flex-direction:column;gap:8px}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_shop__GoEFD>.ReviewPostStep1Form_label__u_lBL{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_shop__GoEFD>.ReviewPostStep1Form_label__u_lBL{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_shop__GoEFD>.ReviewPostStep1Form_name__loQWV{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_shop__GoEFD>.ReviewPostStep1Form_name__loQWV{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_textarea__xVYNB>textarea{height:160px;min-height:160px;resize:none}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_submit__xmC54{width:335px;height:44px;margin:0 auto}@media only screen and (max-width:767px){.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_submit__xmC54{width:100%}}.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_delete___zP_r{width:335px;height:44px;margin:0 auto}@media only screen and (max-width:767px){.ReviewPostStep1Form_review-post-step1-form___FqBB>.ReviewPostStep1Form_delete___zP_r{width:100%}}.IconTextButton_icon-text-button__SH9D2{display:flex;flex-direction:row;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;padding:0;border:none;border-bottom:1px solid #0268ed;background:rgba(0,0,0,0);cursor:pointer;text-decoration:none}@media only screen and (min-width:768px){.IconTextButton_icon-text-button__SH9D2:hover{opacity:.8}}.IconTextButton_icon-text-button__SH9D2:disabled{cursor:not-allowed;opacity:.5}.IconTextButton_icon-text-button__SH9D2>.IconTextButton_icon__XHtSS{display:flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0}.IconTextButton_icon-text-button__SH9D2>.IconTextButton_icon__XHtSS svg{width:14px;height:14px}.IconTextButton_icon-text-button__SH9D2>.IconTextButton_text__Ht5Y5{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;color:#0268ed;letter-spacing:.05em}@media only screen and (max-width:767px){.IconTextButton_icon-text-button__SH9D2>.IconTextButton_text__Ht5Y5{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ResendCodeButton_resend-code-button__TP9Qy{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%}.ResendCodeButton_resend-code-button__TP9Qy>.ResendCodeButton_button__gY74h{display:flex;align-items:center;gap:5px;background:none;border:none;padding:0;cursor:pointer;color:#0268ed;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}.ResendCodeButton_resend-code-button__TP9Qy>.ResendCodeButton_button__gY74h:disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width:767px){.ResendCodeButton_resend-code-button__TP9Qy>.ResendCodeButton_button__gY74h{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ResendCodeButton_resend-code-button__TP9Qy>.ResendCodeButton_message__8pp1e{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#333;text-align:center;margin:0}@media only screen and (max-width:767px){.ResendCodeButton_resend-code-button__TP9Qy>.ResendCodeButton_message__8pp1e{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.VerifyFormSection_verify-form-section__sVwUG{display:flex;flex-direction:column;align-items:center;gap:28px;width:400px}@media only screen and (max-width:767px){.VerifyFormSection_verify-form-section__sVwUG{width:100%}}.VerifyFormSection_verify-form-section__sVwUG>.VerifyFormSection_texts__3c6j3{display:flex;flex-direction:column;gap:16px}.VerifyFormSection_verify-form-section__sVwUG>.VerifyFormSection_texts__3c6j3>.VerifyFormSection_description__g7uK8{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#333;margin:0;text-align:center}@media only screen and (max-width:767px){.VerifyFormSection_verify-form-section__sVwUG>.VerifyFormSection_texts__3c6j3>.VerifyFormSection_description__g7uK8{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;text-align:left}}.VerifyFormSection_verify-form-section__sVwUG>.VerifyFormSection_wrapper__d2AKc{width:335px;height:44px;align-self:center}@media only screen and (max-width:767px){.VerifyFormSection_verify-form-section__sVwUG>.VerifyFormSection_wrapper__d2AKc{width:100%;align-self:stretch}}.LabeledSelect_labeled-select__CnFfc{display:flex;flex-direction:column;gap:4px}.LabeledSelect_labeled-select__CnFfc>.LabeledSelect_label__0A9Up{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}.LabeledSelect_labeled-select__CnFfc>.LabeledSelect_wrapper__0cbEE{position:relative;display:flex;align-items:center}.LabeledSelect_labeled-select__CnFfc>.LabeledSelect_wrapper__0cbEE>.LabeledSelect_select__NFQmn{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #666;border-radius:18px;height:30px;padding:0 32px 0 12px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;cursor:pointer}.LabeledSelect_labeled-select__CnFfc>.LabeledSelect_wrapper__0cbEE>.LabeledSelect_select__NFQmn:focus{outline:none}.LabeledSelect_labeled-select__CnFfc>.LabeledSelect_wrapper__0cbEE>.LabeledSelect_arrow__ySCRA{position:absolute;right:12px;pointer-events:none;display:flex;align-items:center}.LabeledTextInput_labeled-text-input__8LAMU{display:flex;flex-direction:column;gap:8px;width:100%}.LabeledTextInput_labeled-text-input__8LAMU>.LabeledTextInput_label__njtQU{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.LabeledTextInput_labeled-text-input__8LAMU>.LabeledTextInput_label__njtQU{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.PageBackground_page-background__tbyQ3{position:absolute;top:0;left:0;z-index:-5;width:100%;height:100%}.PageBackground_page-background__tbyQ3>.PageBackground_image__jcrWm{object-fit:cover;object-position:left top;opacity:.5}@media only screen and (min-width:768px){.AboutUsSp_about-us-sp__iXLZC{display:none}}@media only screen and (max-width:767px){.AboutUsSp_about-us-sp__iXLZC{width:100%}}.MainSidebarLayout_main-sidebar-layout__oGlEG{position:relative;padding:24px max(120px,(100vw - 1200px)/2)}@media only screen and (max-width:767px){.MainSidebarLayout_main-sidebar-layout__oGlEG{padding:0}}.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub{width:100%;display:flex;gap:112px;align-items:flex-start}@media only screen and (max-width:767px){.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub{padding:0;flex-direction:column;gap:0}}.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub>.MainSidebarLayout_main__ah_s6{flex:1 1;min-width:0;max-width:768px;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub>.MainSidebarLayout_main__ah_s6{width:100%;gap:0}}.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub>.MainSidebarLayout_sidebar__J6rSC{width:320px;position:relative;z-index:1}@media only screen and (max-width:767px){.MainSidebarLayout_main-sidebar-layout__oGlEG>.MainSidebarLayout_wrapper__TO_ub>.MainSidebarLayout_sidebar__J6rSC{display:none}}.AboutUs_about-us-container__9asN0{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.AboutUs_about-us-container__9asN0{padding:36px 10px}}.AboutUs_about-us-container__9asN0>.AboutUs_background__ZDhPT{position:absolute;inset:0;pointer-events:none;overflow:hidden}@media only screen and (min-width:768px){.AboutUs_about-us-container__9asN0>.AboutUs_background__ZDhPT{display:none}}.AboutUs_about-us-container__9asN0>.AboutUs_background__ZDhPT>.AboutUs_gradient__xSap_{position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,189,249,.3) 15.909%,rgba(2,104,237,.3) 109.09%)}.AboutUs_about-us-container__9asN0>.AboutUs_background__ZDhPT>.AboutUs_map__udUdr{position:absolute;inset:0;opacity:.2;overflow:hidden}.AboutUs_about-us-container__9asN0>.AboutUs_background__ZDhPT>.AboutUs_map__udUdr>.AboutUs_img____v3f{object-fit:cover;object-position:center;width:100%}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_{position:relative;z-index:1;text-decoration:none;display:block;cursor:pointer}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN{position:relative;width:272px;height:60px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:767px){.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN{width:270px;height:74px}}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_bg__91r8K{position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_bg__91r8K>.AboutUs_img____v3f{object-fit:contain}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_title__Ix_y0{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;margin-left:8px}@media only screen and (max-width:767px){.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_title__Ix_y0{margin-left:0}}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_title__Ix_y0>.AboutUs_img____v3f{object-fit:contain}.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_title__Ix_y0>.AboutUs_text__hbCSn{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.AboutUs_about-us-container__9asN0>.AboutUs_link__vnEi_>.AboutUs_wrapper__o5XnN>.AboutUs_title__Ix_y0>.AboutUs_text__hbCSn{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;letter-spacing:.9px}}.BannerInfoSp_banner-info-sp-container__P5QMs{position:relative;width:100%;padding:20px 37px 30px;background:linear-gradient(0deg,rgba(2,189,249,.1) 15.909%,rgba(2,104,237,.1) 109.09%),linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9));display:flex;flex-direction:column;align-items:center;gap:8px}@media only screen and (min-width:768px){.BannerInfoSp_banner-info-sp-container__P5QMs{display:none}}.BannerInfoSp_banner-info-sp-container__P5QMs>.BannerInfoSp_compass__SCfEY{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden}.BannerInfoSp_banner-info-sp-container__P5QMs>.BannerInfoSp_title__Yh4lI{position:relative;z-index:1;width:100%;display:flex;justify-content:center;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.25));color:#253b58;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:.05em}.BannerInfoSp_banner-info-sp-container__P5QMs>.BannerInfoSp_items__FbIhU{position:relative;z-index:1;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;list-style:none;padding:0;margin:0}.BannerInfoSp_banner-info-sp-container__P5QMs>.BannerInfoSp_items__FbIhU>li>.BannerInfoSp_link__zU5wT{display:block}.BannerInfoSp_banner-info-sp-container__P5QMs>.BannerInfoSp_items__FbIhU>li>.BannerInfoSp_link__zU5wT>.BannerInfoSp_image__LnwA3>.BannerInfoSp_img__ko1bo{display:block;width:100%;height:auto}.Navigation_navigation__1z80R{display:flex;flex-direction:row}@media only screen and (min-width:768px){.Navigation_navigation__1z80R{justify-content:space-between}}@media only screen and (max-width:767px){.Navigation_navigation__1z80R{flex-direction:column;width:100%}}.Navigation_navigation__1z80R.Navigation_menu__oCf20{gap:40px;flex:1 1}.Navigation_navigation__1z80R.Navigation_menu__oCf20>.Navigation_column__Dvxub{width:-moz-fit-content;width:fit-content;max-width:300px}@media only screen and (max-width:767px){.Navigation_navigation__1z80R.Navigation_menu__oCf20>.Navigation_column__Dvxub{width:100%;max-width:none}}.Navigation_navigation__1z80R.Navigation_menu__oCf20>.Navigation_column__Dvxub>.Navigation_list__8ONRE>li>.Navigation_link__zlZOU{color:#000}.Navigation_navigation__1z80R.Navigation_footer__j7rYa{justify-content:flex-end;gap:80px}@media only screen and (max-width:767px){.Navigation_navigation__1z80R.Navigation_footer__j7rYa{gap:40px;padding:28px 20px}}.Navigation_navigation__1z80R.Navigation_footer__j7rYa>.Navigation_column__Dvxub{width:-moz-fit-content;width:fit-content;max-width:300px}@media only screen and (max-width:767px){.Navigation_navigation__1z80R.Navigation_footer__j7rYa>.Navigation_column__Dvxub{width:100%;max-width:none}}.Navigation_navigation__1z80R.Navigation_footer__j7rYa>.Navigation_column__Dvxub>.Navigation_list__8ONRE>li>.Navigation_link__zlZOU{color:#fff}.Navigation_navigation__1z80R>.Navigation_column__Dvxub{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.Navigation_navigation__1z80R>.Navigation_column__Dvxub{gap:12px;width:100%}}@media only screen and (min-width:768px){.Navigation_navigation__1z80R>.Navigation_column__Dvxub:first-child{width:auto}}.Navigation_navigation__1z80R>.Navigation_column__Dvxub>.Navigation_list__8ONRE{display:flex;flex-direction:column;list-style:none;margin:0;padding:0;gap:20px;white-space:nowrap}@media only screen and (max-width:767px){.Navigation_navigation__1z80R>.Navigation_column__Dvxub>.Navigation_list__8ONRE{gap:12px}}.Navigation_navigation__1z80R>.Navigation_column__Dvxub>.Navigation_list__8ONRE>li>.Navigation_link__zlZOU{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;position:relative;text-decoration:none;transition:opacity .2s ease;border:none;background:none;padding:0;cursor:pointer}@media only screen and (max-width:767px){.Navigation_navigation__1z80R>.Navigation_column__Dvxub>.Navigation_list__8ONRE>li>.Navigation_link__zlZOU{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.Navigation_navigation__1z80R>.Navigation_column__Dvxub>.Navigation_list__8ONRE>li>.Navigation_link__zlZOU:hover{opacity:.8}.LoadingIndicator_loading-indicator__5NF0E{position:fixed;top:0;left:0;right:0;height:4px;z-index:9999;background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);transform-origin:left;opacity:0;animation:LoadingIndicator_fade-in__ZbO_A .5s .1s forwards,LoadingIndicator_progress__zyg5P 5s cubic-bezier(.4,0,.2,1) forwards}@keyframes LoadingIndicator_fade-in__ZbO_A{0%{opacity:0}to{opacity:1}}@keyframes LoadingIndicator_progress__zyg5P{0%{transform:scaleX(0)}90%{transform:scaleX(.9)}to{transform:scaleX(.9)}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.AuthCompleteWrapper_auth-complete-wrapper__Mg87b{width:100%;padding:80px}@media only screen and (max-width:767px){.AuthCompleteWrapper_auth-complete-wrapper__Mg87b{padding:80px 20px}}.LoginPage_login-page__pIsKe{display:flex;flex-direction:column;gap:80px;width:100%;padding:40px 60px 60px;background-color:#f4f4f4}@media only screen and (max-width:767px){.LoginPage_login-page__pIsKe{gap:40px;background-color:#fff;padding:0}}.NotificationsSection_notifications-section__Buuh5{display:flex;flex-direction:column;gap:28px;padding:40px 80px}@media only screen and (max-width:767px){.NotificationsSection_notifications-section__Buuh5{padding:20px}}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2{display:flex;flex-direction:column;padding:28px 40px}@media only screen and (max-width:767px){.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2{padding:20px}}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2{border-radius:20px;background-color:#fff;list-style:none}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1{display:flex;flex-direction:row;gap:20px;padding:20px 0;border-bottom:1px solid #cce1fb}@media only screen and (max-width:767px){.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1{flex-direction:column;gap:4px}}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1:first-child{padding-top:0}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1:last-child{padding-bottom:0;border-bottom:none}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1>.NotificationsSection_date__U8xM2{font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1>.NotificationsSection_date__U8xM2{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1>.NotificationsSection_title__xQ2ZJ{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#000}@media only screen and (max-width:767px){.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_list__9pLx2>.NotificationsSection_item__BvqY1>.NotificationsSection_title__xQ2ZJ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;display:block;overflow:visible;-webkit-line-clamp:unset}}.NotificationsSection_notifications-section__Buuh5>.NotificationsSection_link__I6Jnm{margin-top:12px}.ReferralCode_referral-code__h2RDR{display:flex;flex-direction:row;align-items:center;gap:24px;padding:24px;background-color:#e6f0ff;border-radius:16px}@media only screen and (max-width:767px){.ReferralCode_referral-code__h2RDR{flex-direction:column;gap:12px;padding:16px 20px;align-items:flex-start}}.ReferralCode_referral-code__h2RDR>.ReferralCode_label__777K4{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;color:#0268ed;letter-spacing:.05em;line-height:1.2;flex-shrink:0}@media only screen and (max-width:767px){.ReferralCode_referral-code__h2RDR>.ReferralCode_label__777K4{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;height:50px;padding:0 28px;background-color:#fff;border:1px solid #ddd;border-radius:8px}@media only screen and (max-width:767px){.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B{height:44px;padding:0 16px}}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_code__6MawI{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;color:#253b58;letter-spacing:.05em;line-height:1.4}@media only screen and (max-width:767px){.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_code__6MawI{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_button__PPtIC{padding:0;background:none;border:none;cursor:pointer;flex-shrink:0}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_button__PPtIC>.ReferralCode_copy__SxMsq{display:flex;align-items:center;justify-content:center;position:relative}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_button__PPtIC>.ReferralCode_copy__SxMsq>.ReferralCode_tooltip__whAkD{position:absolute;top:-150%;left:50%;transform:translate(-50%);padding:6px 8px;border-radius:4px;background:rgba(0,0,0,.8);color:#fff;font-size:12px;white-space:nowrap;z-index:1}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_button__PPtIC>.ReferralCode_copy__SxMsq>.ReferralCode_tooltip__whAkD:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top-color:rgba(0,0,0,.8)}.ReferralCode_referral-code__h2RDR>.ReferralCode_field__2KE4B>.ReferralCode_button__PPtIC>.ReferralCode_copy__SxMsq>.ReferralCode_icon___GVIb path{stroke:#0268ed}.MyShopCardSectionClient_my-shop-card-section__RdTRX{display:flex;flex-direction:column;align-items:stretch;gap:28px;padding:40px 80px}@media only screen and (max-width:767px){.MyShopCardSectionClient_my-shop-card-section__RdTRX{padding:20px}}.MyShopCardSectionClient_my-shop-card-section__RdTRX>.MyShopCardSectionClient_cards__cdyvY{display:flex;flex-direction:row;gap:20px;overflow-x:auto;padding:0 12px 14px 0}.MyShopCardSectionClient_my-shop-card-section__RdTRX>.MyShopCardSectionClient_cards__cdyvY>.MyShopCardSectionClient_card__pLj1r{flex:1 1;min-width:280px;max-width:360px;width:auto}@media only screen and (max-width:767px){.MyShopCardSectionClient_my-shop-card-section__RdTRX>.MyShopCardSectionClient_cards__cdyvY>.MyShopCardSectionClient_card__pLj1r{flex:none;min-width:unset;max-width:unset;width:280px}}.MyShopCardSectionClient_my-shop-card-section__RdTRX>.MyShopCardSectionClient_button__I7LtE{align-self:center}.RectangleSectionSkeleton_pc__OfNrb{display:block;width:100%;height:auto}@media only screen and (max-width:767px){.RectangleSectionSkeleton_pc__OfNrb{display:none}}.RectangleSectionSkeleton_sp__7SrEC{display:none;width:100%;height:auto}@media only screen and (max-width:767px){.RectangleSectionSkeleton_sp__7SrEC{display:block}}.TopSectionSkeleton_pc__udIAZ{display:block}@media only screen and (max-width:767px){.TopSectionSkeleton_pc__udIAZ{display:none}.TopSectionSkeleton_sp___T25h{display:block}}@media only screen and (min-width:768px){.TopSectionSkeleton_sp___T25h{display:none}}.RadioButton_item__8wkCv{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}.RadioButton_item__8wkCv .RadioButton_radio__S5Juy{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid #35bcff;border-radius:50%;background-color:#d7efff;cursor:pointer;position:relative;margin:0}.RadioButton_item__8wkCv .RadioButton_radio__S5Juy:checked{border-color:#35bcff;background-color:#fff}.RadioButton_item__8wkCv .RadioButton_radio__S5Juy:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#35bcff}.RadioButton_item__8wkCv .RadioButton_radio__S5Juy.RadioButton_error___Y6nF,.RadioButton_item__8wkCv .RadioButton_radio__S5Juy.RadioButton_error___Y6nF:focus{border-color:red;background-color:#f2cccb;outline:none}.RadioButton_item__8wkCv .RadioButton_label__dXZ59{color:#000;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2}@media only screen and (max-width:767px){.RadioButton_radio__S5Juy{width:20px;height:20px;background-color:#fff;border:1px solid #aaa}.RadioButton_radio__S5Juy:checked:after{width:10px;height:10px}.RadioButton_label__dXZ59{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2}}.AntiquePermit_antiquePermit-container__u03um{display:flex;flex-direction:column;gap:10px}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A{display:flex;align-items:center;gap:20px}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A>:first-child{flex:0 0 174px;width:174px}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A>.AntiquePermit_input__wdBFq{flex:1 1 auto;width:100%;max-width:498px}@media only screen and (max-width:767px){.AntiquePermit_antiquePermit-container__u03um{gap:30px}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A{flex-direction:column;align-items:stretch;gap:12px}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A>:first-child{flex:none;width:100%}.AntiquePermit_antiquePermit-container__u03um>.AntiquePermit_row__A810A>.AntiquePermit_input__wdBFq{flex:none;width:100%;max-width:none}}.CorporationFlag_corporation-container__WmzPX{display:flex;gap:20px;flex-wrap:wrap}@media only screen and (max-width:767px){.CorporationFlag_corporation-container__WmzPX{gap:30px}}.CompletePart_complete-part__q9_Pg{display:flex;flex-direction:column;align-items:flex-start;gap:80px}@media only screen and (max-width:767px){.CompletePart_complete-part__q9_Pg{align-items:center}}.CompletePart_complete-part__q9_Pg>.CompletePart_message__AfBNa{display:flex;align-items:center;gap:10px}@media only screen and (max-width:767px){.CompletePart_complete-part__q9_Pg>.CompletePart_message__AfBNa{flex-direction:column}}.CompletePart_complete-part__q9_Pg>.CompletePart_message__AfBNa>.CompletePart_title__DCi_h{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.CompletePart_complete-part__q9_Pg>.CompletePart_message__AfBNa>.CompletePart_title__DCi_h{text-align:center;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}@media only screen and (min-width:768px){.CompletePart_complete-part__q9_Pg>.CompletePart_link___UxJv{max-width:335px}}.PageLayout_layout-container__ll6_K{width:100%;background-color:#fff}@media only screen and (min-width:768px){.PageLayout_layout-container__ll6_K{padding:30px 20px 100px}}@media only screen and (max-width:767px){.PageLayout_layout-container__ll6_K{padding:30px 20px}}.SectionLayout_section-container__F6OHR{width:100%;height:100%;margin-bottom:30px}.SectionLayout_section-container__F6OHR:last-child{margin-bottom:0}.NavigationSection_navigation-section__nmYXG{display:flex;flex-direction:column;gap:4px}.NavigationSection_navigation-section__nmYXG>.NavigationSection_header__Kv_z0{display:flex;flex-direction:row;align-items:center;gap:4px}.NavigationSection_navigation-section__nmYXG>.NavigationSection_header__Kv_z0>.NavigationSection_icon__9araU{flex-shrink:0;width:20px;height:20px}.NavigationSection_navigation-section__nmYXG>.NavigationSection_header__Kv_z0>.NavigationSection_title__Jt12u{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;white-space:nowrap}.NavigationSection_navigation-section__nmYXG>.NavigationSection_divider__aMMsg{width:100%;height:1px}.NavigationSection_navigation-section__nmYXG.NavigationSection_menu__oT0Hj>.NavigationSection_header__Kv_z0>.NavigationSection_icon__9araU path{fill:#0268ed}.NavigationSection_navigation-section__nmYXG.NavigationSection_menu__oT0Hj>.NavigationSection_header__Kv_z0>.NavigationSection_title__Jt12u{color:#000}.NavigationSection_navigation-section__nmYXG.NavigationSection_menu__oT0Hj>.NavigationSection_divider__aMMsg{background-color:#ddd}.NavigationSection_navigation-section__nmYXG.NavigationSection_footer__mxMzT>.NavigationSection_header__Kv_z0>.NavigationSection_icon__9araU path{fill:#fff}.NavigationSection_navigation-section__nmYXG.NavigationSection_footer__mxMzT>.NavigationSection_header__Kv_z0>.NavigationSection_title__Jt12u{color:#fff}.NavigationSection_navigation-section__nmYXG.NavigationSection_footer__mxMzT>.NavigationSection_divider__aMMsg{background-color:hsla(0,0%,100%,.5)}.ShopTab_shop-title__clRRi{width:100%;display:flex;background:#ddd;height:46px}.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V{padding:0 10px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;position:relative;transition:color .2s ease;display:flex;justify-content:center;align-items:center;gap:10px;flex:1 0;align-self:stretch;border:none;border-bottom:1px solid #ddd;background:#f4f4f4}@media only screen and (max-width:767px){.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;white-space:pre-line;padding:0}}@media only screen and (min-width:768px){.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V{cursor:pointer}.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V:hover{opacity:.7}}.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V>.ShopTab_pc__i4izu{display:inline}.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V>.ShopTab_sp__o_oAN{display:none}@media only screen and (max-width:767px){.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V>.ShopTab_pc__i4izu{display:none}.ShopTab_shop-title__clRRi>.ShopTab_tab__PWc_V>.ShopTab_sp__o_oAN{display:inline}}.ShopTab_shop-title__clRRi>.ShopTab_active__x8S8M{background:#fff;color:#ed9537;border-bottom:3px solid #ed9537;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (min-width:768px){.ShopTab_shop-title__clRRi>.ShopTab_active__x8S8M:hover{opacity:1}}@media only screen and (max-width:767px){.ShopTab_shop-title__clRRi>.ShopTab_active__x8S8M{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ShopInfo_shop-info__C_WMF{display:flex;gap:0;min-height:54px;background:#fff;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.ShopInfo_shop-info__C_WMF{min-height:42px}}.ShopInfo_shop-info__C_WMF>.ShopInfo_label__gmKry{width:180px;display:flex;align-items:center;justify-content:center;background-color:rgba(2,104,237,.1);color:#253b58;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopInfo_shop-info__C_WMF>.ShopInfo_label__gmKry{width:130px}}.ShopInfo_shop-info__C_WMF>.ShopInfo_info__JTnyu{color:#666;width:588px;padding:16px 20px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopInfo_shop-info__C_WMF>.ShopInfo_info__JTnyu{width:245px;padding:10px}}.SPTitleTableWrapper_table-wrapper__Bq_jr{width:100%}@media only screen and (max-width:767px){.SPTitleTableWrapper_table-wrapper__Bq_jr{width:100%;overflow-x:auto;padding:20px 0 20px 20px}.SPTitleTableWrapper_table-wrapper__Bq_jr::-webkit-scrollbar{display:none}}.TitleTable_title-table__edzG6{border-collapse:collapse;table-layout:fixed}.TitleTable_title-table__edzG6 td,.TitleTable_title-table__edzG6 th{border-right:1px solid #fff;border-bottom:1px solid #fff;text-align:center;vertical-align:middle}.TitleTable_title-table__edzG6 td:last-child,.TitleTable_title-table__edzG6 th:last-child{border-right:none}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6{width:100%}}.TitleTable_title-table__edzG6 thead th{background-color:#0268ed;color:#fff;height:52px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:0}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th{height:44px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0}}.TitleTable_title-table__edzG6 thead th.TitleTable_title__0CYpk{width:180px;position:-webkit-sticky;position:sticky;left:0;z-index:2}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_title__0CYpk{width:100px}}.TitleTable_title-table__edzG6 thead th.TitleTable_new__m9UuG{width:116px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_new__m9UuG{width:56px}}.TitleTable_title-table__edzG6 thead th.TitleTable_single__gmXvl{width:116px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_single__gmXvl{width:56px}}.TitleTable_title-table__edzG6 thead th.TitleTable_graded__WGSYJ{width:116px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_graded__WGSYJ{width:56px}}.TitleTable_title-table__edzG6 thead th.TitleTable_oripa__ts1GP{width:116px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_oripa__ts1GP{width:56px}}.TitleTable_title-table__edzG6 thead th.TitleTable_purchase__ElZMt{width:116px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 thead th.TitleTable_purchase__ElZMt{width:56px}}.TitleTable_title-table__edzG6 tbody tr.TitleTable_colored__8luL5 td{background-color:hsla(0,0%,100%,.7)}.TitleTable_title-table__edzG6 tbody tr:last-child td{border-bottom:none}.TitleTable_title-table__edzG6 tbody th{background-color:#cce1fb;color:#666;height:50px;padding:16px 8px;position:-webkit-sticky;position:sticky;left:0;z-index:1;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.3;letter-spacing:0}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 tbody th{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0;padding:6px 8px;height:44px}}.TitleTable_title-table__edzG6 tbody td{background-color:#fff;height:50px}@media only screen and (max-width:767px){.TitleTable_title-table__edzG6 tbody td{height:44px}}.StatusCell_circle__k4AKF{display:inline-block;width:16px;height:16px;border:2px solid #ed9537;border-radius:50%}.StatusCell_cross__Rk5vE{position:relative;display:inline-block;width:16px;height:16px}.StatusCell_cross__Rk5vE:after,.StatusCell_cross__Rk5vE:before{position:absolute;content:"";width:100%;height:2px;background-color:#ddd;top:50%;left:0;margin-top:-1px}.StatusCell_cross__Rk5vE:before{transform:rotate(45deg)}.StatusCell_cross__Rk5vE:after{transform:rotate(-45deg)}.StatusCell_dash__AcvJg{color:#ddd;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}.BasicModal_basic-modal__DgHNq{border:none;padding:0;margin:0;max-width:none;max-height:none;background:rgba(0,0,0,0);overflow:visible;width:100%;height:100%}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI{padding:28px 40px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:15px}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl{display:flex;height:28px;justify-content:space-between;align-items:center}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl>.BasicModal_label__tITt_{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl>.BasicModal_close__fbpwO{z-index:11;background:#fff;border-radius:50%}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl+.BasicModal_content__RkPol{margin-top:20px}.BasicModal_basic-modal__DgHNq::-webkit-backdrop{background:rgba(51,51,51,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.BasicModal_basic-modal__DgHNq::backdrop{background:rgba(51,51,51,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media only screen and (max-width:767px){.BasicModal_basic-modal__DgHNq{width:100%;height:100%;max-width:100%;max-height:100%}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI{padding:0;width:100%;height:100%;position:static;left:auto;top:auto;transform:none;border-radius:0;display:flex;flex-direction:column}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl{height:auto;padding:20px;background:#f4f4f4;margin:0}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl>.BasicModal_label__tITt_{color:#253b58}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_header___fEIl>.BasicModal_close__fbpwO{background:rgba(0,0,0,0)}.BasicModal_basic-modal__DgHNq>.BasicModal_modal__yCqUI>.BasicModal_content__RkPol{margin-top:0;padding:20px;flex:1 1;overflow-y:auto}}@media only screen and (max-width:767px)and (min-width:768px){.BasicModal_basic-modal__DgHNq::-webkit-backdrop{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.BasicModal_basic-modal__DgHNq::backdrop{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}}@media only screen and (max-width:767px){.BasicModal_basic-modal__DgHNq.BasicModal_-centered__5S2jP>.BasicModal_modal__yCqUI{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);height:auto;max-height:80vh;border-radius:15px;overflow-y:auto}.BasicModal_basic-modal__DgHNq.BasicModal_-centered__5S2jP>.BasicModal_modal__yCqUI>.BasicModal_content__RkPol{padding:24px 20px}}.ShopCard_shop-card__NgVb5{position:relative;width:360px;background:hsla(0,0%,100%,.85);border-radius:16px;padding:16px 20px 20px;box-shadow:2px 4px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5{width:100%;gap:8px;padding:16px 10px;border-radius:8px}}@media only screen and (min-width:768px){.ShopCard_shop-card__NgVb5:hover{opacity:.7}}.ShopCard_shop-card__NgVb5>.ShopCard_overlay__P1r33{position:absolute;inset:0;z-index:0;border-radius:inherit}.ShopCard_shop-card__NgVb5>.ShopCard_title__5djrV{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.07em;color:#333;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_title__5djrV{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.ShopCard_shop-card__NgVb5>.ShopCard_tags__Ai4Wi{min-height:20px;display:flex;gap:10px 12px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.ShopCard_shop-card__NgVb5>.ShopCard_tags__Ai4Wi::-webkit-scrollbar{display:none}.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc{position:relative;z-index:1;height:90px;display:flex;gap:4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc{gap:2px}}.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc>.ShopCard_img__W53Uk{color:#333;object-fit:contain}.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc>.ShopCard_no-image__EM8QF{position:relative}.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc>.ShopCard_no-image__EM8QF>.ShopCard_name__naGdZ{display:inline-block;max-width:45px;text-align:center;position:absolute;top:54%;left:50%;transform:translateX(-50%);color:#007fff;font-family:Noto Sans JP,sans-serif;font-size:4px;font-weight:400;line-height:1;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-break:strict;word-break:normal;overflow-wrap:break-word}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_images__pxjmc>.ShopCard_no-image__EM8QF>.ShopCard_name__naGdZ{top:55%}}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW{display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW{gap:4px}}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr{display:flex;align-items:center;gap:4px}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_icon__AyT4n{flex-shrink:0}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_icon__AyT4n{width:18px;height:18px}}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_text__ExNYa{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.03em;color:#666}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_text__ExNYa>.ShopCard_count__VOxi5{font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_text__ExNYa>.ShopCard_count__VOxi5{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}.ShopCard_shop-card__NgVb5>.ShopCard_info__FgQVW>.ShopCard_row__NyjVr>.ShopCard_text__ExNYa{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.02em}}.ShopCard_shop-card__NgVb5>.ShopCard_divider__ol61Q{width:100%;height:1px;background:#ddd}.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-end}.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB>.ShopCard_buttons__7HhuQ{display:flex;gap:20px}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB>.ShopCard_buttons__7HhuQ{gap:12px}}.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB>.ShopCard_link__CzVBL{color:#0268ed;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB>.ShopCard_link__CzVBL{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:600;line-height:normal;letter-spacing:.05em}}.ShopCard_shop-card__NgVb5>.ShopCard_footer__cK7KB>.ShopCard_link__CzVBL>.ShopCard_arrow__fcAh_{margin-left:5px}.MyShopButton_my-shop-button__J4rKo{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0;background:none;border:none;cursor:pointer}@media only screen and (min-width:768px){.MyShopButton_my-shop-button__J4rKo:hover>.MyShopButton_circle__4qH5L{border-color:#4caf50}.MyShopButton_my-shop-button__J4rKo:hover>.MyShopButton_circle__4qH5L>.MyShopButton_icon__K2lPH{color:#4caf50}}.MyShopButton_my-shop-button__J4rKo>.MyShopButton_circle__4qH5L{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f4f4f4;border:1px solid rgba(0,0,0,0);border-radius:50%;transition:all .2s}.MyShopButton_my-shop-button__J4rKo>.MyShopButton_circle__4qH5L>.MyShopButton_icon__K2lPH{width:14px;height:18px;flex-shrink:0;color:#ddd;transition:color .2s}.MyShopButton_my-shop-button__J4rKo>.MyShopButton_label__FkO9F{font-family:Noto Sans JP,sans-serif;font-size:8px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666;text-align:center;white-space:pre-wrap;word-break:keep-all}.MyShopButton_my-shop-button__J4rKo.MyShopButton_registered__H85FR>.MyShopButton_circle__4qH5L{background:#eef7ee;border-color:#4caf50}.MyShopButton_my-shop-button__J4rKo.MyShopButton_registered__H85FR>.MyShopButton_circle__4qH5L>.MyShopButton_icon__K2lPH{color:#4caf50}.MyShopButton_my-shop-button__J4rKo:disabled{cursor:not-allowed}.MyShopButton_my-shop-button__J4rKo:disabled>.MyShopButton_circle__4qH5L{opacity:.6}.LoginPromptModal_login-prompt-modal__asAkI{width:400px}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI{width:100%}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_close__LgGNk{display:flex;justify-content:flex-end;margin-bottom:12px}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_title__ki8aQ{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58;text-align:center;margin-bottom:16px}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_title__ki8aQ{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_subtitle__XdhEc{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#ed9537;text-align:center;margin-bottom:20px}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_subtitle__XdhEc{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y{display:flex;flex-direction:column;gap:16px;padding:0;list-style:none;margin-bottom:24px}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot{display:flex;align-items:flex-start;gap:12px}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_badge__K9EWm{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#fff;background-color:#0268ed;width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_badge__K9EWm{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_text__8SL0p{flex:1 1}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_text__8SL0p>.LoginPromptModal_name___nv8y{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58;margin-bottom:4px}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_text__8SL0p>.LoginPromptModal_name___nv8y{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_text__8SL0p>.LoginPromptModal_description__QrnIL{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_benefits__aZh5Y>.LoginPromptModal_item__GsNot>.LoginPromptModal_text__8SL0p>.LoginPromptModal_description__QrnIL{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_actions__WdgnO{display:flex;flex-direction:column;align-items:center;gap:16px}.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_actions__WdgnO>.LoginPromptModal_link__bgzV3{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#0268ed;display:flex;align-items:center;gap:4px;text-decoration:none}@media only screen and (max-width:767px){.LoginPromptModal_login-prompt-modal__asAkI>.LoginPromptModal_actions__WdgnO>.LoginPromptModal_link__bgzV3{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.Breadcrumb_breadcrumb__TE4IY{display:flex;align-items:center;gap:4px;padding:24px 50px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}@media only screen and (max-width:767px){.Breadcrumb_breadcrumb__TE4IY{padding:16px 10px}}.Breadcrumb_breadcrumb__TE4IY.Breadcrumb_no-padding__Tvk2a{padding:0}.Breadcrumb_breadcrumb__TE4IY>.Breadcrumb_item__P5JNI{display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap}.Breadcrumb_breadcrumb__TE4IY>.Breadcrumb_item__P5JNI>.Breadcrumb_link__BnIWR{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#666;text-decoration:none;cursor:pointer}.Breadcrumb_breadcrumb__TE4IY>.Breadcrumb_item__P5JNI>.Breadcrumb_link__BnIWR:hover{text-decoration:underline}.Breadcrumb_breadcrumb__TE4IY>.Breadcrumb_item__P5JNI>.Breadcrumb_current__cGvdJ{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#666}.ContactPage_contact-page__Ed3b5,.SchedulePage_schedule-page__S4ZB_{position:relative;display:flex;flex-direction:column}.ContactPage_contact-page__Ed3b5{width:100%}.ContactForm_contact-form__BdyDP{display:flex;flex-direction:column;gap:26px;background-color:#fff;border:1px solid #ddd;padding:54px 100px}@media only screen and (max-width:767px){.ContactForm_contact-form__BdyDP{padding:20px}}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF{gap:10px}}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_label__t8InO{width:-moz-fit-content;width:fit-content;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_label__t8InO>.ContactForm_required__APB_Y{display:inline-block;color:#ed9537;margin-left:4px}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radio__EdqYu{display:flex;gap:30px}@media only screen and (max-width:767px){.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radio__EdqYu{flex-direction:column;gap:10px}}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radios__OcCim{display:flex;flex-direction:column;gap:5px}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radios__OcCim>.ContactForm_values__Je3Rk{display:flex;gap:30px}@media only screen and (max-width:767px){.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radios__OcCim>.ContactForm_values__Je3Rk{flex-direction:column;gap:10px}}.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radios__OcCim>.ContactForm_error__zdVA6{color:#e53935;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ContactForm_contact-form__BdyDP>.ContactForm_wrapper__RglzF>.ContactForm_radios__OcCim>.ContactForm_error__zdVA6{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ContactForm_contact-form__BdyDP>.ContactForm_actions__urwY0{display:flex;justify-content:center;align-items:center}.ContactCompletePage_contact-complete-page__7dE9h{width:100%;flex:1 1;position:relative;display:flex;flex-direction:column}.ContactCompletePage_contact-complete-page__7dE9h>.ContactCompletePage_complete__Yn3yc{width:100%;padding:80px}@media only screen and (max-width:767px){.ContactCompletePage_contact-complete-page__7dE9h>.ContactCompletePage_complete__Yn3yc{padding:80px 20px}}.RulesPage_rules-page__W7nr0{position:relative;display:flex;flex-direction:column}.RulesSection_rules-section__4lUo0{display:flex;flex-direction:column;gap:32px;padding:45px 270px}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0{gap:24px;padding:20px}}.RulesSection_rules-section__4lUo0>.RulesSection_title__4QGft{font-family:Noto Sans JP,sans-serif;font-size:32px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0>.RulesSection_title__4QGft{font-family:Noto Sans JP,sans-serif;font-size:26px;font-weight:500;line-height:normal;letter-spacing:.05em}}.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0{gap:10px}}.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_subtitle__U9rru{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_subtitle__U9rru{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_text__uAzPM{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_text__uAzPM{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em}}.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_list__chAGE{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#000;padding-left:1.2em;display:flex;flex-direction:column;gap:6px}@media only screen and (max-width:767px){.RulesSection_rules-section__4lUo0>.RulesSection_article___pom0>.RulesSection_list__chAGE{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em}}.PrivacyPolicyPage_privacy-policy-page__54fMK{position:relative;display:flex;flex-direction:column}.PrivacyPolicySection_privacy-policy-section__FFjeL{display:flex;flex-direction:column;gap:32px;padding:45px 270px}@media only screen and (max-width:767px){.PrivacyPolicySection_privacy-policy-section__FFjeL{gap:24px;padding:20px}}.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_title__FLLk9{font-family:Noto Sans JP,sans-serif;font-size:32px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_title__FLLk9{font-family:Noto Sans JP,sans-serif;font-size:26px;font-weight:500;line-height:normal;letter-spacing:.05em}}.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width:767px){.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk{gap:10px}}.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk>.PrivacyPolicySection_subtitle___tAML{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk>.PrivacyPolicySection_subtitle___tAML{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk>.PrivacyPolicySection_text__YXT8d{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.PrivacyPolicySection_privacy-policy-section__FFjeL>.PrivacyPolicySection_article__P_kVk>.PrivacyPolicySection_text__YXT8d{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em}}.NewsListPage_news-list-page__WhdXl,.NewsPage_news-page__ZhYsc{position:relative;display:flex;flex-direction:column}@media only screen and (max-width:767px){.NewsListPage_divider__SA1xT{display:none}}.SimpleButton_simple-button__6epr_{display:flex;justify-content:center;align-items:center;text-decoration:none;width:100%;background:#253b58;height:44px;border-radius:2px;border:none;color:#fff;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em}@media only screen and (min-width:768px){.SimpleButton_simple-button__6epr_{max-width:335px}}.SimpleButton_simple-button__6epr_.SimpleButton_small__npoWT{max-width:129px;padding:8px;height:28px;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1;letter-spacing:.05em;letter-spacing:0}.SimpleButton_simple-button__6epr_.SimpleButton_secondary__5sp7h{background:#fff;color:#253b58;border:1px solid #253b58}.SimpleButton_simple-button__6epr_.SimpleButton_adaptive__Bbe92{width:100%;height:100%;max-width:none}.SimpleButton_simple-button__6epr_:disabled{background:#ddd;color:#fff;border-color:#ddd;cursor:not-allowed}.RadioButton_radio-button__xQ8fL{display:inline-flex;align-items:center;gap:11px;cursor:pointer;position:relative}.RadioButton_radio-button__xQ8fL:has(>.RadioButton_input__kw63V:disabled){cursor:not-allowed;opacity:.5}.RadioButton_radio-button__xQ8fL>.RadioButton_input__kw63V{position:absolute;opacity:0;width:0;height:0;margin:0}.RadioButton_radio-button__xQ8fL>.RadioButton_input__kw63V:checked+.RadioButton_custom__2dQlE:after{opacity:1}.RadioButton_radio-button__xQ8fL>.RadioButton_input__kw63V:disabled+.RadioButton_custom__2dQlE{background-color:#f4f4f4}.RadioButton_radio-button__xQ8fL>.RadioButton_input__kw63V:disabled~.RadioButton_text__eXiii{color:#666}.RadioButton_radio-button__xQ8fL>.RadioButton_custom__2dQlE{display:inline-block;width:16px;height:16px;border:1px solid #666;border-radius:50%;background-color:#fff;position:relative;flex-shrink:0}.RadioButton_radio-button__xQ8fL>.RadioButton_custom__2dQlE:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:#000;opacity:0;transition:opacity .2s ease}.RadioButton_radio-button__xQ8fL>.RadioButton_text__eXiii{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:normal;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.RadioButton_radio-button__xQ8fL>.RadioButton_text__eXiii{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewConfirmField_confirm-field__fTtzl{display:flex;flex-direction:column;gap:8px;width:100%}.ReviewConfirmField_confirm-field__fTtzl>.ReviewConfirmField_label__pQXG8{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewConfirmField_confirm-field__fTtzl>.ReviewConfirmField_label__pQXG8{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewConfirmField_confirm-field__fTtzl>.ReviewConfirmField_value__XyZqF{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#333;white-space:pre-wrap;overflow-wrap:break-word}@media only screen and (max-width:767px){.ReviewConfirmField_confirm-field__fTtzl>.ReviewConfirmField_value__XyZqF{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewAuthor_review-author__Mwgf2{display:flex;align-items:center;gap:8px;padding:16px 40px;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.ReviewAuthor_review-author__Mwgf2{padding:16px 20px}}.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_avatar__x4cNA{flex-shrink:0;width:50px;height:50px;border-radius:50%;overflow:hidden}@media only screen and (max-width:767px){.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_avatar__x4cNA{width:36px;height:36px}}.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_avatar__x4cNA>.ReviewAuthor_img__xRr6M{width:100%;height:100%;object-fit:contain}.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_info__I0e2o{display:flex;flex-direction:column;gap:4px;min-width:0}.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_info__I0e2o>.ReviewAuthor_nickname__Gv6x7{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_info__I0e2o>.ReviewAuthor_nickname__Gv6x7{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_info__I0e2o>.ReviewAuthor_count__1OXpl{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewAuthor_review-author__Mwgf2>.ReviewAuthor_info__I0e2o>.ReviewAuthor_count__1OXpl{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewBody_review-body__vBmz8{display:flex;flex-direction:column;gap:16px;padding:16px 40px 40px}@media only screen and (max-width:767px){.ReviewBody_review-body__vBmz8{padding:16px 20px}}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk{display:flex;flex-direction:column;gap:8px}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_title__Y283u{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_title__Y283u{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_meta__nljKT{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px}@media only screen and (max-width:767px){.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_meta__nljKT{flex-direction:column;align-items:flex-start}}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_meta__nljKT>.ReviewBody_row__AgjVH{display:flex;align-items:flex-end;gap:4px}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_meta__nljKT>.ReviewBody_row__AgjVH>.ReviewBody_date__6MnIu{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_meta__nljKT>.ReviewBody_row__AgjVH>.ReviewBody_edited__Eh9sO{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_text___c3yg{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;word-break:break-all}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_text___c3yg.ReviewBody_clamped__QWA4m{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.ReviewBody_review-body__vBmz8>.ReviewBody_body__4F1Wk>.ReviewBody_expand__uqhfH{align-self:flex-end}.ReviewBody_review-body__vBmz8>.ReviewBody_images__UbO_L{display:flex;flex-wrap:wrap;gap:10px}@media only screen and (max-width:767px){.ReviewBody_review-body__vBmz8>.ReviewBody_images__UbO_L{flex-wrap:nowrap;gap:8px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.ReviewBody_review-body__vBmz8>.ReviewBody_images__UbO_L::-webkit-scrollbar{display:none}}.ReviewBody_review-body__vBmz8>.ReviewBody_images__UbO_L>.ReviewBody_img__PsRTG{width:162px;height:120px;object-fit:contain;flex-shrink:0}.ExpandButton_expand-button__ewagn{display:flex;align-items:center;gap:4px;background:none;border:none;padding:0;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#0268ed;cursor:pointer}@media only screen and (max-width:767px){.ExpandButton_expand-button__ewagn{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}@media only screen and (min-width:768px){.ExpandButton_expand-button__ewagn:hover{opacity:.7}}.LabeledSelectInput_labeled-select-input__SmPH3{display:flex;flex-direction:column;gap:8px;width:100%}.LabeledSelectInput_labeled-select-input__SmPH3>.LabeledSelectInput_label__da18_{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.LabeledSelectInput_labeled-select-input__SmPH3>.LabeledSelectInput_label__da18_{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.SelectInput_select-input-container__MuGl3{display:inline-flex;width:100%}.SelectInput_select-input-container__MuGl3.SelectInput_-has-error__PwJ_Q{display:flex;flex-direction:column;gap:5px}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0{position:relative;display:inline-flex;align-items:center;width:100%}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;width:100%;height:42px;padding:0 36px 0 10px;color:#666;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background-color:hsla(0,0%,100%,.9);border:1px solid #666;border-radius:2px;transition:box-shadow .3s ease-in-out}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye.SelectInput_-placeholder__3eTOK{color:#ddd}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye.SelectInput_-error__lhhBi{border-color:#e53935}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye.SelectInput_-disabled__CNOnz{cursor:not-allowed;opacity:.5;background-color:#f4f4f4}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye:focus:not(.SelectInput_-error__lhhBi){border-color:#0268ed}@media only screen and (min-width:768px){.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye:hover:not(.SelectInput_-disabled__CNOnz,.SelectInput_-error__lhhBi){box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}@media only screen and (max-width:767px){.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_select__41tye{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.SelectInput_select-input-container__MuGl3>.SelectInput_wrapper__5Epl0>.SelectInput_arrow__BoGiQ{position:absolute;right:10px;display:flex;align-items:center;pointer-events:none}.SelectInput_select-input-container__MuGl3>.SelectInput_error__h_E7H{color:#e53935;white-space:pre-line;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.SelectInput_select-input-container__MuGl3>.SelectInput_error__h_E7H{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ReviewPostSteps_review-post-steps__gJAwh{display:flex;flex-direction:column;gap:28px}@media only screen and (min-width:768px){.ReviewPostSteps_review-post-steps__gJAwh{padding-top:28px}}@media only screen and (max-width:767px){.ReviewPostSteps_review-post-steps__gJAwh{gap:16px}}.ReviewNotice_review-notice__uVjNW{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){.ReviewNotice_review-notice__uVjNW{gap:8px}}.ReviewNotice_review-notice__uVjNW>.ReviewNotice_warning__xyRNV{display:flex;align-items:center;gap:8px}.ReviewNotice_review-notice__uVjNW>.ReviewNotice_warning__xyRNV>.ReviewNotice_icon__9TtGB{display:flex;flex-shrink:0;align-items:center}.ReviewNotice_review-notice__uVjNW>.ReviewNotice_warning__xyRNV>.ReviewNotice_text___hdOI{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewNotice_review-notice__uVjNW>.ReviewNotice_warning__xyRNV>.ReviewNotice_text___hdOI{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewNotice_review-notice__uVjNW>.ReviewNotice_link__JjgOn{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;align-self:flex-end;gap:4px;color:#0268ed;text-decoration:none}@media only screen and (max-width:767px){.ReviewNotice_review-notice__uVjNW>.ReviewNotice_link__JjgOn{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewStepIndicator_review-step-indicator__ZlsFo{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.ReviewStepIndicator_review-step-indicator__ZlsFo{gap:16px}}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_title__LpT3j{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#0268ed;text-align:center}@media only screen and (max-width:767px){.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_title__LpT3j{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;text-align:center}}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB{display:flex;align-items:center;gap:16px;width:100%}@media only screen and (max-width:767px){.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB{gap:8px}}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_arrow__RaerE{flex-shrink:0}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx{display:flex;flex:1 1;flex-direction:column;align-items:center;gap:4px}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx>.ReviewStepIndicator_badge__yDT9Y{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;width:100%;padding:10px;color:#666;background-color:#fff;border:1px solid #ddd;border-radius:2px}@media only screen and (max-width:767px){.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx>.ReviewStepIndicator_badge__yDT9Y{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em;height:30px;padding:3px 10px 4px}}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx>.ReviewStepIndicator_label__b8dZr{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:0;color:#666}@media only screen and (max-width:767px){.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx>.ReviewStepIndicator_label__b8dZr{font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx.ReviewStepIndicator_-active__P_r5h>.ReviewStepIndicator_badge__yDT9Y{color:#fff;background-color:#0268ed;border:none}.ReviewStepIndicator_review-step-indicator__ZlsFo>.ReviewStepIndicator_steps__V9iUB>.ReviewStepIndicator_step__bX8xx.ReviewStepIndicator_-active__P_r5h>.ReviewStepIndicator_label__b8dZr{color:#0268ed}.Required_required__BlSbp{display:inline-block;color:#ed9537;margin-left:4px}.CloseButton_close-button__FN2Ku{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;border:none;padding:0;background:rgba(0,0,0,0);transition:opacity .3s ease-in-out}@media only screen and (min-width:768px){.CloseButton_close-button__FN2Ku:hover{opacity:.8}}.CloseButton_close-button__FN2Ku:focus{outline:none}.CloseButton_close-button__FN2Ku>.CloseButton_icon__I4VHL{display:block}.CloseButton_close-button__FN2Ku>.CloseButton_label__YnmAM{font-family:Noto Sans JP,sans-serif;font-size:8px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666;white-space:nowrap}.AddressFormModal_modal-form__HieQk{display:flex;flex-direction:column;gap:20px;width:580px;max-height:80vh;overflow-y:auto;scrollbar-width:none}.AddressFormModal_modal-form__HieQk::-webkit-scrollbar{display:none}@media only screen and (max-width:767px){.AddressFormModal_modal-form__HieQk{width:100%}}.AddressFormModal_modal-form__HieQk>.AddressFormModal_description__32g0w{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.AddressFormModal_modal-form__HieQk>.AddressFormModal_description__32g0w{display:none}}.AddressFormModal_modal-form__HieQk>.AddressFormModal_divider__fshZz{margin:0;width:100%;border:none;border-top:1px solid #ddd}@media only screen and (max-width:767px){.AddressFormModal_modal-form__HieQk>.AddressFormModal_divider__fshZz.AddressFormModal_-top__PULQe{display:none}}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh{display:flex;flex-direction:column;gap:20px}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_postalCode__HZa_C{display:flex;flex-direction:column;gap:10px}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_postalCode__HZa_C>.AddressFormModal_input__JeaVT{width:50%}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_prefectureCity__jT87D{display:flex;gap:20px}@media only screen and (max-width:767px){.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_prefectureCity__jT87D{gap:5px}}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_prefectureCity__jT87D>*{flex:1 1;min-width:0}.AddressFormModal_modal-form__HieQk>.AddressFormModal_fields__JGTJh>.AddressFormModal_checkbox__jNo0Y{padding:10px 0}.AddressFormModal_modal-form__HieQk>.AddressFormModal_submit__UZPZz{display:flex;justify-content:center;align-self:center;width:300px}@media only screen and (max-width:767px){.AddressFormModal_modal-form__HieQk>.AddressFormModal_submit__UZPZz{width:100%}}.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px}@media only screen and (max-width:767px){.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP{padding:20px}}.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF{gap:28px}}.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF>.SettingsProfilePhotoSection_form__AWm4C{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF>.SettingsProfilePhotoSection_form__AWm4C{gap:28px}}.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF>.SettingsProfilePhotoSection_form__AWm4C>.SettingsProfilePhotoSection_input__Lj08I{display:none}.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF>.SettingsProfilePhotoSection_form__AWm4C>.SettingsProfilePhotoSection_footer__qmDka{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsProfilePhotoSection_settings-profile-photo-section__H7hGP>.SettingsProfilePhotoSection_inner__SmqTF>.SettingsProfilePhotoSection_form__AWm4C>.SettingsProfilePhotoSection_footer__qmDka{width:100%}}.ConfirmItem_confirm-item__5chlP{display:flex;gap:10px;padding:16px 0}.ConfirmItem_confirm-item__5chlP>.ConfirmItem_label__lIKpY{min-width:250px;padding-left:20px;color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}.ConfirmItem_confirm-item__5chlP>.ConfirmItem_value__JRbSR{flex:1 1;color:#333;overflow-wrap:break-word;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ConfirmItem_confirm-item__5chlP{flex-direction:column;gap:5px;padding:0 0 30px}.ConfirmItem_confirm-item__5chlP>.ConfirmItem_label__lIKpY{min-width:auto;padding-left:0;color:#333;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}.ConfirmItem_confirm-item__5chlP>.ConfirmItem_value__JRbSR{color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.BlueButton_blue-button__Gbq78{text-decoration:none;position:relative;width:400px;height:50px;background:linear-gradient(180deg,#0268ed -15.91%,#02bdf9 109.09%);border-radius:999px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px}.BlueButton_blue-button__Gbq78.BlueButton_adaptive__oLwS_{width:100%;height:100%}@media only screen and (max-width:767px){.BlueButton_blue-button__Gbq78{width:327px;height:38px}}.BlueButton_blue-button__Gbq78:disabled{background:#ddd;cursor:not-allowed;opacity:.5}.BlueButton_blue-button__Gbq78:disabled:before{background:#ddd;box-shadow:none;border:none}.BlueButton_blue-button__Gbq78:before{content:"";position:absolute;inset:-3px;border-radius:999px;background:linear-gradient(0deg,#0268ed -15.91%,#02bdf9 109.09%);z-index:-1;box-shadow:2px 2px 4px 0 rgba(0,0,0,.2)}.BlueButton_blue-button__Gbq78>.BlueButton_inner__yYe8W{position:absolute;inset:0;border-radius:999px;overflow:hidden;pointer-events:none}.BlueButton_blue-button__Gbq78>.BlueButton_inner__yYe8W:after{content:"";position:absolute;top:0;left:-60%;width:50%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.3));transform:skewX(-25deg);transition:.5s}.BlueButton_blue-button__Gbq78.BlueButton_adaptive__oLwS_>.BlueButton_inner__yYe8W:after{width:40%;left:-60%}@media only screen and (min-width:768px){.BlueButton_blue-button__Gbq78:not(:disabled):hover>.BlueButton_inner__yYe8W:after{animation:BlueButton_flash__OSzR3 .75s}.BlueButton_blue-button__Gbq78.BlueButton_adaptive__oLwS_:not(:disabled):hover>.BlueButton_inner__yYe8W:after{animation:BlueButton_flash-adaptive__VPhmE .75s}}.BlueButton_blue-button__Gbq78.BlueButton_secondary__MB4gD:not(:disabled){background:linear-gradient(0deg,#a0d3e8 -15.91%,#589ac7 109.09%)}.BlueButton_blue-button__Gbq78.BlueButton_secondary__MB4gD:not(:disabled):before{background:linear-gradient(180deg,#a0d3e8 -15.91%,#589ac7 109.09%)}.BlueButton_blue-button__Gbq78>.BlueButton_label__wLGKd{position:relative;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:800;line-height:1;letter-spacing:.05em;color:#fff;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#253b58;paint-order:stroke fill;filter:drop-shadow(1px 1px 0 rgba(0,0,0,.25))}@media only screen and (max-width:767px){.BlueButton_blue-button__Gbq78>.BlueButton_label__wLGKd{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:800;line-height:1;letter-spacing:.05em}}.BlueButton_blue-button__Gbq78>.BlueButton_icon__3P7_V{display:flex;align-items:center;justify-content:center}@keyframes BlueButton_flash__OSzR3{to{left:120%}}@keyframes BlueButton_flash-adaptive__VPhmE{to{left:100%}}.PurchasePriceSearch_purchase-price-search__sKTLx{display:flex;flex-direction:column;row-gap:20px;align-items:center;width:100%;padding:12px;background-color:#fff;border-radius:8px;box-shadow:2px 4px 4px rgba(0,0,0,.1)}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx{row-gap:28px;width:768px;padding:28px 40px;box-shadow:2px 4px 10px rgba(0,0,0,.1)}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr{display:grid;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(2,1fr);grid-gap:10px 5px;gap:10px 5px;width:100%}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(6,1fr);gap:20px}}@media only screen and (max-width:767px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr.PurchasePriceSearch_-pc__7J4sd{display:none}}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr.PurchasePriceSearch_-sp___ZUPX{display:none}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_text__rvarj{grid-column:1/span 2;order:1}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_text__rvarj{grid-column:1/span 3}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_title___Dc7y{grid-column:1/span 1;order:2}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_title___Dc7y{grid-column:4/span 3}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_price__McA3o{grid-column:2/span 1;order:3}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_price__McA3o{grid-column:1/span 2}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_area__vJQe_{grid-column:2/span 1;order:5}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_area__vJQe_{grid-column:3/span 2;order:4}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_condition__CdVyO{grid-column:1/span 1;order:4}@media only screen and (min-width:768px){.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_inputs__00IDr>.PurchasePriceSearch_condition__CdVyO{grid-column:5/span 2;order:5}}.PurchasePriceSearch_purchase-price-search__sKTLx>.PurchasePriceSearch_link__Quk4H{width:-moz-fit-content;width:fit-content;isolation:isolate;text-decoration:none;position:relative;z-index:1003}.AuthTitle_auth-title__o_Rt6{display:flex;flex-direction:column;gap:4px;background-color:rgba(0,0,0,0)}.AuthTitle_auth-title__o_Rt6>.AuthTitle_heading__3ThXj{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#253b58;margin:0}@media only screen and (max-width:767px){.AuthTitle_auth-title__o_Rt6>.AuthTitle_heading__3ThXj{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.AuthTitle_auth-title__o_Rt6>.AuthTitle_line__P2aBr{width:100%;height:0;border:none;border-top:1px solid #ddd}.LoginFormSection_login-form-section__xNS6w{display:flex;flex-direction:column;gap:40px;width:100%}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w{gap:28px}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg{display:flex;flex-direction:row;justify-content:space-between;gap:28px}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg{flex-direction:column}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao{display:flex;flex-direction:column;gap:28px;flex:1 1;order:1}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao{order:2;width:100%}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_inputs__wX9zn{display:flex;flex-direction:column;gap:20px;width:100%}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_inputs__wX9zn>.LoginFormSection_password__pWbMi{display:flex;flex-direction:column;gap:12px}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_wrapper__1R_ha{width:335px;height:44px;align-self:center;isolation:isolate}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_wrapper__1R_ha{width:100%}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_links__p68nV{display:flex;flex-direction:column;align-items:center;gap:20px}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_links__p68nV{align-items:start}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_links__p68nV>.LoginFormSection_link__F_yRt{display:flex;align-items:center;gap:5px;text-decoration:none;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#0268ed}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_form__Np6ao>.LoginFormSection_links__p68nV>.LoginFormSection_link__F_yRt{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_google__EK30j{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:28px;width:400px;order:2}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_google__EK30j{order:1;width:100%;justify-content:center;flex-direction:column-reverse}}.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_google__EK30j>.LoginFormSection_separator___5VSU{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.LoginFormSection_login-form-section__xNS6w>.LoginFormSection_content__rjfYg>.LoginFormSection_google__EK30j>.LoginFormSection_separator___5VSU{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}@keyframes VisitedButton_icon-bounce__j5Y9Q{0%{transform:scale(1)}30%{transform:scale(1.35)}60%{transform:scale(.9)}to{transform:scale(1)}}@keyframes VisitedButton_particle-fly__lWup0{0%{opacity:1;transform:rotate(var(--angle)) translateY(0) scale(1)}to{opacity:0;transform:rotate(var(--angle)) translateY(-28px) scale(.3)}}.VisitedButton_visited-button__0KseG{display:flex;flex-direction:column;align-items:center;gap:2px;padding:0;background:none;border:none;cursor:pointer}@media only screen and (min-width:768px){.VisitedButton_visited-button__0KseG:hover>.VisitedButton_circle__1l_SZ:before{border-color:#ed9537}.VisitedButton_visited-button__0KseG:hover>.VisitedButton_circle__1l_SZ>.VisitedButton_icon__F1CP2{color:#ed9537}}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ:before{content:"";position:absolute;inset:0;background:#f4f4f4;border:1px solid rgba(0,0,0,0);border-radius:50%;transition:background-color .2s,border-color .2s}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ>.VisitedButton_icon__F1CP2{position:relative;z-index:1;width:16px;height:20px;flex-shrink:0;overflow:visible;color:#ddd;transition:color .2s}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ>.VisitedButton_icon__F1CP2.VisitedButton_animating__ejqfV{animation:VisitedButton_icon-bounce__j5Y9Q .4s ease forwards}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ>.VisitedButton_particle__Z4RoK{position:absolute;top:50%;left:50%;z-index:1;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:#ed9537;animation:VisitedButton_particle-fly__lWup0 .5s ease-out forwards;pointer-events:none}.VisitedButton_visited-button__0KseG>.VisitedButton_circle__1l_SZ>.VisitedButton_particle__Z4RoK:nth-child(2n){width:3px;height:3px;margin:-1.5px 0 0 -1.5px;background:#fef5eb}.VisitedButton_visited-button__0KseG>.VisitedButton_label__4VHKY{font-family:Noto Sans JP,sans-serif;font-size:8px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#666;text-align:center;white-space:pre-wrap}.VisitedButton_visited-button__0KseG.VisitedButton_visited__GjpDf>.VisitedButton_circle__1l_SZ:before{background:#fef5eb;border-color:#ed9537}.VisitedButton_visited-button__0KseG.VisitedButton_visited__GjpDf>.VisitedButton_circle__1l_SZ>.VisitedButton_icon__F1CP2{color:#ed9537}.VisitedButton_visited-button__0KseG:disabled{cursor:not-allowed}.VisitedButton_visited-button__0KseG:disabled>.VisitedButton_circle__1l_SZ{opacity:.6}.AreaSelectOption_selectoption-container__yE_TQ{position:relative;display:inline-flex;align-items:center;width:100%}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_icon__jP7om{position:absolute;left:5px;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:1}.AreaSelectOption_selectoption-container__yE_TQ.AreaSelectOption_-large__dBv2g>.AreaSelectOption_icon__jP7om{left:10px}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t{width:100%;height:42px;box-sizing:border-box;border:1px solid #666;padding:5px 5px 5px 27px;border-radius:2px;outline:none;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out;text-align:left}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t.AreaSelectOption_-disabled__R7V_2{cursor:not-allowed;background-color:#f4f4f4}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t.AreaSelectOption_-large__dBv2g{height:50px;padding:0 10px 0 32px}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t.AreaSelectOption_border-radius-none__YBjRy{border-radius:0}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}@media only screen and (min-width:768px){.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t:hover{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t:focus{border-color:#0268ed}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t>.AreaSelectOption_placeholder__t7YAt{display:flex;width:100%;justify-content:space-between;align-items:center;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_select__LMS_t>.AreaSelectOption_value__3gjSw{display:flex;width:100%;justify-content:space-between;align-items:center;color:#666}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_dropdown__f3h3_{border-radius:12px;position:absolute;top:100%;width:-moz-fit-content;width:fit-content;max-height:594px;min-height:0;height:auto;background-color:#fff;list-style:none;box-shadow:2px 4px 10px 0 rgba(0,0,0,.2);isolation:isolate;z-index:1000;scrollbar-width:none}.AreaSelectOption_selectoption-container__yE_TQ>.AreaSelectOption_dropdown__f3h3_::-webkit-scrollbar{display:none}.AreaRecursiveSearch_area-recursive__HC_59{display:flex;flex-direction:column;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);width:375px;border-radius:10px;max-height:594px}.AreaRecursiveSearch_area-recursive__HC_59.AreaRecursiveSearch_-modal__jWWzD{max-height:40vh}@media only screen and (max-width:767px){.AreaRecursiveSearch_area-recursive__HC_59.AreaRecursiveSearch_-modal__jWWzD{height:100%;max-height:none}.AreaRecursiveSearch_area-recursive__HC_59{width:100%;height:100%;max-height:none;border-radius:0;position:fixed;inset:0;z-index:1000}}.AreaRecursiveSearch_area-recursive__HC_59>.AreaRecursiveSearch_scroll__sf21f{flex:1 1;overflow-y:scroll;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.UpperPart_upperpart-container__X5ZkB{gap:16px;padding:20px 24px;display:flex;flex-direction:column;background:#f4f4f4;position:-webkit-sticky;position:sticky;z-index:1;border-top-left-radius:10px;border-top-right-radius:10px}@media only screen and (max-width:767px){.UpperPart_upperpart-container__X5ZkB{border-top-left-radius:0;border-top-right-radius:0;width:100%}}.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6{width:100%;display:flex;justify-content:space-between;align-items:center}.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6>.UpperPart_title___IcXa{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#253b58}.UpperPart_upperpart-container__X5ZkB>.UpperPart_area__lNXEx{width:100%;display:flex;gap:20px;align-items:center}.UpperPart_upperpart-container__X5ZkB>.UpperPart_area__lNXEx>.UpperPart_label__pHXMt{color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:.05em}.UpperPart_upperpart-container__X5ZkB>.UpperPart_area__lNXEx>.UpperPart_option__r8UYi{width:161px}.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6>.UpperPart_pc__JQ7YR{display:block}@media only screen and (max-width:767px){.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6>.UpperPart_pc__JQ7YR{display:none}}.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6>.UpperPart_sp__Ssfk8{display:none}@media only screen and (max-width:767px){.UpperPart_upperpart-container__X5ZkB>.UpperPart_control__kZJE6>.UpperPart_sp__Ssfk8{display:block}}.SelectOption_select-option-container__HE_fb{position:relative;display:inline-flex;align-items:center;width:100%}.SelectOption_select-option-container__HE_fb>.SelectOption_icon__J_oio{position:absolute;left:5px;z-index:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.SelectOption_select-option-container__HE_fb.SelectOption_-large__dBvVK>.SelectOption_icon__J_oio{left:10px}.SelectOption_select-option-container__HE_fb>.SelectOption_select__ozH_a{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;height:42px;padding:0 5px 0 27px;text-align:left;cursor:pointer;outline:none;background-color:#fff;border:1px solid #666;border-radius:2px;transition:box-shadow .3s ease-in-out;color:#666}.SelectOption_select-option-container__HE_fb>.SelectOption_select__ozH_a:disabled{cursor:not-allowed;background-color:#f4f4f4;-webkit-text-fill-color:#666;opacity:1}.SelectOption_select-option-container__HE_fb.SelectOption_-placeholder__S9oPU>.SelectOption_select__ozH_a{color:#666}.SelectOption_select-option-container__HE_fb.SelectOption_-large__dBvVK>.SelectOption_select__ozH_a{height:50px;padding:0 10px 0 32px}@media only screen and (min-width:768px){.SelectOption_select-option-container__HE_fb>.SelectOption_select__ozH_a:hover{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.SelectOption_select-option-container__HE_fb>.SelectOption_select__ozH_a:focus{border-color:#0268ed}.SelectOption_select-option-container__HE_fb>.SelectOption_select__ozH_a.SelectOption_-border-radius-none__Xl6JE{border-radius:0}.SelectOption_select-option-container__HE_fb>.SelectOption_select-arrow__6VYo8{position:absolute;right:5px;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.SelectOption_select-option-container__HE_fb.SelectOption_-large__dBvVK>.SelectOption_select-arrow__6VYo8{right:10px}.SelectOption_select-option-container__HE_fb>.SelectOption_select-arrow__6VYo8>.SelectOption_arrow-icon__DkSwh{display:block}.RecursiveItem_item__XcRvu{width:100%}.RecursiveItem_item__XcRvu>.RecursiveItem_header__HYD9Y{height:46px;display:flex;align-items:center;justify-content:space-between;padding:14.5px 24px;cursor:pointer;transition:background-color .3s ease-in-out;box-sizing:border-box;background:#fff;border-bottom:1px solid #ddd}.RecursiveItem_item__XcRvu>.RecursiveItem_header__HYD9Y:hover{background-color:#f4f4f4}.RecursiveItem_item__XcRvu>.RecursiveItem_header__HYD9Y>.RecursiveItem_label__WAIQ_{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em;display:flex;align-items:center;gap:8px;color:#666}.RecursiveItem_item__XcRvu>.RecursiveItem_header__HYD9Y>.RecursiveItem_plus__Bh4oL{width:14px;height:14px}.RecursiveItem_item__XcRvu>.RecursiveItem_children__vRFAb{display:flex;flex-direction:column;width:100%}.NonRecursiveItem_nonrecursive-item__x1Bng{width:100%}.NonRecursiveItem_nonrecursive-item__x1Bng>.NonRecursiveItem_header__hC0y8{display:flex;align-items:center;padding:14.5px 24px;cursor:pointer;transition:background-color .2s ease-in-out;min-height:40px;box-sizing:border-box;background:#fff;border-bottom:1px solid #ddd;height:46px}.NonRecursiveItem_nonrecursive-item__x1Bng>.NonRecursiveItem_header__hC0y8:hover{background-color:#f4f4f4}.NonRecursiveItem_nonrecursive-item__x1Bng>.NonRecursiveItem_header__hC0y8>.NonRecursiveItem_label__J3KOz{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em;display:flex;align-items:center;width:100%;justify-content:space-between;color:#666}.NonRecursiveItem_nonrecursive-item__x1Bng>.NonRecursiveItem_header__hC0y8>.NonRecursiveItem_arrow__tryMC{width:14px;height:14px}.RecursiveSelectOption_recursive-select__DkNY_{width:100%}.ComingSoonPopup_coming-soon-popup__utaws{position:absolute;z-index:1002;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:10px 15px;min-width:190px;max-width:320px}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_arrow__T39Rv{position:absolute;width:0;height:0;border-style:solid}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_content__a8GAt{position:relative;display:flex;align-items:center;height:20px}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_content__a8GAt>.ComingSoonPopup_message__HIikB{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em;color:#333;flex:1 1;margin:0}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_content__a8GAt>.ComingSoonPopup_close-button__FvBrY{background:none;border:none;cursor:pointer;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#666;font-size:18px;flex-shrink:0;transition:color .2s ease-in-out}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_content__a8GAt>.ComingSoonPopup_close-button__FvBrY:hover{color:#333}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_content__a8GAt>.ComingSoonPopup_close-button__FvBrY:focus{outline:2px solid #253b58;outline-offset:2px;border-radius:2px}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_top__5hMdA{bottom:100%;left:50%;transform:translateX(-50%);animation:ComingSoonPopup_fade-in-top__V3lyd .2s ease-in-out}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_top__5hMdA>.ComingSoonPopup_arrow__T39Rv{bottom:-7px;left:50%;transform:translateX(-50%);border-width:8px 8px 0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);filter:drop-shadow(0 2px 2px rgba(0,0,0,.1))}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_bottom__bNrrp{top:calc(100% - 5px);left:50%;transform:translateX(-50%);animation:ComingSoonPopup_fade-in-bottom__fMtdL .2s ease-in-out}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_bottom__bNrrp>.ComingSoonPopup_arrow__T39Rv{top:-7px;left:50%;transform:translateX(-50%);border-width:0 8px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.1))}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_left__Ve8Wv{right:calc(100% - 5px);top:calc(50% - 5px);transform:translateY(-50%);animation:ComingSoonPopup_fade-in-left__gc3bK .2s ease-in-out}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_left__Ve8Wv>.ComingSoonPopup_arrow__T39Rv{right:-7px;top:50%;transform:translateY(-50%);border-width:8px 0 8px 8px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;filter:drop-shadow(2px 0 2px rgba(0,0,0,.1))}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_right__y_Qy1{left:calc(100% - 5px);top:calc(50% - 5px);transform:translateY(-50%);animation:ComingSoonPopup_fade-in-right__3baWX .2s ease-in-out}.ComingSoonPopup_coming-soon-popup__utaws.ComingSoonPopup_right__y_Qy1>.ComingSoonPopup_arrow__T39Rv{left:-7px;top:50%;transform:translateY(-50%);border-width:8px 8px 8px 0;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);filter:drop-shadow(-2px 0 2px rgba(0,0,0,.1))}@media only screen and (max-width:767px){.ComingSoonPopup_coming-soon-popup__utaws{max-width:calc(100vw - 40px)}.ComingSoonPopup_coming-soon-popup__utaws>.ComingSoonPopup_message__HIikB{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em;line-height:1.7}}@keyframes ComingSoonPopup_fade-in-top__V3lyd{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes ComingSoonPopup_fade-in-bottom__fMtdL{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes ComingSoonPopup_fade-in-left__gc3bK{0%{opacity:0;transform:translateY(-50%) translateX(4px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}@keyframes ComingSoonPopup_fade-in-right__3baWX{0%{opacity:0;transform:translateY(-50%) translateX(-4px)}to{opacity:1;transform:translateY(-50%) translateX(0)}}.Checkbox_checkbox-container__f3m73{display:inline-flex;align-items:center;gap:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.Checkbox_checkbox-container__f3m73>.Checkbox_checkbox-input___VqAg{position:absolute;opacity:0;width:18px;height:18px;cursor:pointer}.Checkbox_checkbox-container__f3m73>.Checkbox_checkbox__Xhq81{width:18px;height:18px;border:1px solid #666;border-radius:4px;background-color:#fff}@media only screen and (max-width:767px){.Checkbox_checkbox-container__f3m73>.Checkbox_checkbox__Xhq81{min-width:18px;min-height:18px}}.Checkbox_checkbox-container__f3m73>.Checkbox_checked__VqFNc{width:18px;height:18px}.Checkbox_checkbox-container__f3m73>.Checkbox_label__r_EHb{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.3;letter-spacing:.05em;color:#666;cursor:pointer}.TextInput_text-input-container__n20Ps{display:inline-flex;width:100%}.TextInput_text-input-container__n20Ps.TextInput_-has-error__yyzlj{display:flex;flex-direction:column;gap:5px}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt{position:relative;display:inline-flex;align-items:center;width:100%}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_icon__hArJ1{position:absolute;left:5px;display:flex;align-items:center;justify-content:center;pointer-events:none}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt.TextInput_-large__fp0k4>.TextInput_icon__hArJ1{left:10px}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;width:100%;height:42px;padding:0 5px 0 27px;color:#666;cursor:text;outline:none;background-color:#fff;border:1px solid #666;border-radius:2px;transition:box-shadow .3s ease-in-out}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt.TextInput_-large__fp0k4>.TextInput_input__fgRd9{height:50px;padding:0 10px 0 32px}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9.TextInput_-border-radius-none__bMmk3{border-radius:0}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9.TextInput_-border-color-light-gray__iceta{border-color:#ddd}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9.TextInput_no-icon__UvCE1{padding-left:10px}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9.TextInput_error__Uv8DS{border-color:#e53935}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9::placeholder{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0;color:#ddd}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9:disabled{cursor:not-allowed;background-color:#f4f4f4;-webkit-text-fill-color:#666;opacity:1}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9:focus:not(.TextInput_error__Uv8DS){border-color:#0268ed}@media only screen and (min-width:768px){.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_input__fgRd9:hover:not(.TextInput_error__Uv8DS){box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt>.TextInput_right__LeJ4W{position:absolute;right:5px;display:flex;align-items:center;justify-content:center}.TextInput_text-input-container__n20Ps>.TextInput_wrapper__iwyvt.TextInput_-large__fp0k4>.TextInput_right__LeJ4W{right:10px}.TextInput_text-input-container__n20Ps>.TextInput_error__Uv8DS{color:#e53935;white-space:pre-line;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.TextInput_text-input-container__n20Ps>.TextInput_error__Uv8DS{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.LoginLinkSection_login-link-section__yVIi9{display:flex;flex-direction:column;gap:40px;width:100%}@media only screen and (max-width:767px){.LoginLinkSection_login-link-section__yVIi9{gap:20px}}.LoginLinkSection_login-link-section__yVIi9>.LoginLinkSection_wrapper___B2oc{width:335px;height:44px;isolation:isolate;text-decoration:none;align-self:center}@media only screen and (max-width:767px){.LoginLinkSection_login-link-section__yVIi9>.LoginLinkSection_wrapper___B2oc{width:100%;height:38px}}.SignUpFormSection_sign-up-form-section__815qP{display:flex;flex-direction:column;gap:40px;width:100%}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP{gap:28px}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1{display:flex;flex-direction:column;gap:20px}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1>.SignUpFormSection_text___rjuQ{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666;margin:0}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1>.SignUpFormSection_text___rjuQ{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1>.SignUpFormSection_text___rjuQ>.SignUpFormSection_link__CzkzI{color:#0268ed;text-decoration:none}@media only screen and (min-width:768px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1>.SignUpFormSection_text___rjuQ>.SignUpFormSection_link__CzkzI:hover{text-decoration:underline}}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_terms__UU_t1>.SignUpFormSection_check__JdkZZ{background-color:#f4f4f4;padding:16px}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_separator__ThZHQ{width:100%;height:0;border:none;border-top:1px solid #ddd}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7{display:flex;flex-direction:row;justify-content:space-between;gap:28px}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7{flex-direction:column}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj{display:flex;flex-direction:column;gap:20px;width:400px;order:1}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj{order:2;width:100%}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj>.SignUpFormSection_inputs__XJUY6{display:flex;flex-direction:column;gap:20px}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj>.SignUpFormSection_inputs__XJUY6>.SignUpFormSection_password__SdSOz{display:flex;flex-direction:column;gap:12px}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj>.SignUpFormSection_wrapper__4iKQK{align-self:center;width:335px;height:44px}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_form__w8YNj>.SignUpFormSection_wrapper__4iKQK{width:100%}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_google__0KAn1{display:flex;flex-direction:column;align-items:center;gap:28px;width:400px;order:2}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_google__0KAn1{order:1;width:100%;flex-direction:column-reverse}}.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_google__0KAn1>.SignUpFormSection_text___rjuQ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.SignUpFormSection_sign-up-form-section__815qP>.SignUpFormSection_content__wZtk7>.SignUpFormSection_google__0KAn1>.SignUpFormSection_text___rjuQ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.LabeledTextarea_labeled-textarea__k32m7{display:flex;flex-direction:column;gap:8px;width:100%}.LabeledTextarea_labeled-textarea__k32m7>.LabeledTextarea_label__FzMvR{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.LabeledTextarea_labeled-textarea__k32m7>.LabeledTextarea_label__FzMvR{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.Textarea_textarea-container__jnJ0z{position:relative;display:flex;width:100%}.Textarea_textarea-container__jnJ0z.Textarea_-has-error__AMJda{display:flex;flex-direction:column;gap:5px}.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;width:100%;min-height:120px;padding:10px;color:#666;letter-spacing:.05em;cursor:text;resize:vertical;outline:none;background-color:hsla(0,0%,100%,.9);border:1px solid #ddd;border-radius:2px;transition:box-shadow .3s ease-in-out}.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH::placeholder{color:#ddd}.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH:focus:not(.Textarea_-error___WZQl){border-color:#0268ed}@media only screen and (min-width:768px){.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH:hover:not(:disabled,.Textarea_-error___WZQl){box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH:disabled:not(.Textarea_-error___WZQl){cursor:not-allowed;opacity:.5;background-color:#f4f4f4}.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH.Textarea_-error___WZQl{border-color:#e53935}@media only screen and (max-width:767px){.Textarea_textarea-container__jnJ0z>.Textarea_input__OyCNH{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;min-height:100px;padding:8px}}.Textarea_textarea-container__jnJ0z>.Textarea_error___EJp4{color:#e53935;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.Textarea_textarea-container__jnJ0z>.Textarea_error___EJp4{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.FormErrorMessage_form-error-message__eqM3k{width:100%;padding:10px;border:1px solid #e53935;color:#e53935;display:flex;align-items:center;gap:10px;background-color:#fff}@media only screen and (max-width:767px){.FormErrorMessage_form-error-message__eqM3k{padding:8px}}.FormErrorMessage_form-error-message__eqM3k>.FormErrorMessage_icon__CCMT_{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:16px;height:16px;border:1.5px solid;border-radius:50%;font-size:10px;font-weight:700;line-height:1}.FormErrorMessage_form-error-message__eqM3k>.FormErrorMessage_text__osil0{white-space:pre-line;word-break:break-all;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.FormErrorMessage_form-error-message__eqM3k>.FormErrorMessage_text__osil0{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em}}.GoogleAuthButton_google-auth-button__A037_{display:flex;align-items:center;justify-content:center;height:44px;gap:4px;background-color:#fff;border:1px solid #747775;border-radius:25px;padding:12px 10px;cursor:pointer;transition:background-color .2s}@media only screen and (min-width:768px){.GoogleAuthButton_google-auth-button__A037_:hover:not(:disabled){background-color:#f4f4f4}}.GoogleAuthButton_google-auth-button__A037_>.GoogleAuthButton_icon__cu1js{flex-shrink:0}.GoogleAuthButton_google-auth-button__A037_>.GoogleAuthButton_label__Rr7j5{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:0;color:#1f1f1f;white-space:nowrap}.GoogleAuthButton_google-auth-button__A037_:disabled{opacity:.5;cursor:not-allowed}.SignUpSection_sign-up-section__SDsZs{display:flex;flex-direction:column;gap:40px;width:100%}@media only screen and (max-width:767px){.SignUpSection_sign-up-section__SDsZs{gap:20px}}.SignUpSection_sign-up-section__SDsZs>.SignUpSection_description__oAR_8{text-align:center;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#333;margin:0}@media only screen and (max-width:767px){.SignUpSection_sign-up-section__SDsZs>.SignUpSection_description__oAR_8{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;text-align:start}}.SignUpSection_sign-up-section__SDsZs>.SignUpSection_wrapper__IN2aq{width:335px;height:44px;align-self:center;isolation:isolate;text-decoration:none}@media only screen and (max-width:767px){.SignUpSection_sign-up-section__SDsZs>.SignUpSection_wrapper__IN2aq{width:100%}}.SettingsAddressSection_settings-address-section__Oc__r{padding:40px 80px}@media only screen and (max-width:767px){.SettingsAddressSection_settings-address-section__Oc__r{padding:20px}}.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy{gap:20px}}.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy>.SettingsAddressSection_upper__sRvL3{display:flex;align-items:center;justify-content:space-between;gap:28px}@media only screen and (max-width:767px){.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy>.SettingsAddressSection_upper__sRvL3{flex-direction:column;align-items:stretch}}.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy>.SettingsAddressSection_upper__sRvL3>.SettingsAddressSection_description__VhZZ4{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy>.SettingsAddressSection_upper__sRvL3>.SettingsAddressSection_wrapper__ndNJq{width:335px;height:44px}@media only screen and (max-width:767px){.SettingsAddressSection_settings-address-section__Oc__r>.SettingsAddressSection_inner__zeuhy>.SettingsAddressSection_upper__sRvL3>.SettingsAddressSection_wrapper__ndNJq{width:100%}}.ContactSection_contact-section___Zhnv{display:flex;flex-direction:column;gap:50px;padding:45px 270px}@media only screen and (max-width:767px){.ContactSection_contact-section___Zhnv{gap:30px;padding:20px}}.ContactSection_contact-section___Zhnv>.ContactSection_title__FWLL3{font-family:Noto Sans JP,sans-serif;font-size:32px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.ContactSection_contact-section___Zhnv>.ContactSection_title__FWLL3{font-family:Noto Sans JP,sans-serif;font-size:26px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ContactSection_contact-section___Zhnv>.ContactSection_description__8CNbB{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.05em;color:#000;white-space:pre-line}@media only screen and (max-width:767px){.ContactSection_contact-section___Zhnv>.ContactSection_description__8CNbB{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.05em}}.ContactSection_contact-section___Zhnv>.ContactSection_questions__8IATC{display:flex;flex-direction:column;gap:20px}.QuestionBanner_question-banner__W__YK{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:86px;padding:22px 34px 18px 50px;background-color:#eef3ff;border:1px solid #d6e2ff}@media only screen and (max-width:767px){.QuestionBanner_question-banner__W__YK{min-height:60px;padding:20px}}.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil{width:100%;display:flex;flex-direction:column;gap:8px}.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil>.QuestionBanner_label__EMBRb{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:20px;padding:2px 8px;color:#fff;background-color:#3b5bcc}.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil>.QuestionBanner_description__7Mj2Z{width:100%;display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:767px){.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil>.QuestionBanner_description__7Mj2Z{flex-direction:column;align-items:flex-start;gap:8px}}.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil>.QuestionBanner_description__7Mj2Z>.QuestionBanner_text__YYo57{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.05em;color:#555}.QuestionBanner_question-banner__W__YK>.QuestionBanner_body__7Ggil>.QuestionBanner_description__7Mj2Z>.QuestionBanner_link__z9qbA{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:400;line-height:1.2;letter-spacing:.05em;color:#3b5bcc;text-decoration:underline;white-space:nowrap}.QuestionBanner_question-banner__W__YK.QuestionBanner_-stock__NrqZl{background-color:#f0faf6;border:1px solid #d3eee3}.QuestionBanner_question-banner__W__YK.QuestionBanner_-stock__NrqZl>.QuestionBanner_body__7Ggil>.QuestionBanner_label__EMBRb{background-color:#1f8f6b}.QuestionBanner_question-banner__W__YK.QuestionBanner_-stock__NrqZl>.QuestionBanner_body__7Ggil>.QuestionBanner_description__7Mj2Z>.QuestionBanner_link__z9qbA{color:#1f8f6b}.ReviewPhotoField_review-photo-field__kx6cL{display:flex;flex-direction:column;gap:8px}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_label__6Gc6r{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_label__6Gc6r{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_placeholder__fGUxy{display:flex;align-items:center;gap:8px;width:100%;height:42px;padding:0 12px;cursor:pointer;background-color:#fff;border:1px solid #ddd;border-radius:2px}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_placeholder__fGUxy:disabled{cursor:not-allowed;opacity:.5}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_placeholder__fGUxy>svg>path{fill:#ddd}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_placeholder__fGUxy>.ReviewPhotoField_text__iF8n3{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#ddd}@media only screen and (max-width:767px){.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_placeholder__fGUxy>.ReviewPhotoField_text__iF8n3{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_note__NG_sa{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_note__NG_sa{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_slots___Najp{display:flex;flex-wrap:wrap;gap:12px}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_slots___Najp>.ReviewPhotoField_slot__bHHBn{position:relative;width:162px;height:120px;overflow:hidden;background-color:#f4f4f4;border-radius:2px}@media only screen and (max-width:767px){.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_slots___Najp>.ReviewPhotoField_slot__bHHBn{width:140px;height:103px}}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_slots___Najp>.ReviewPhotoField_slot__bHHBn>.ReviewPhotoField_preview__gAulF{object-fit:contain;background-color:#fff}.ReviewPhotoField_review-photo-field__kx6cL>.ReviewPhotoField_slots___Najp>.ReviewPhotoField_slot__bHHBn>.ReviewPhotoField_remove__7fgtX{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;background:none;border:none}.TitleSelectOption_title-select-container__YRojk{position:relative;display:inline-flex;align-items:center;width:100%}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_icon__sehc5{position:absolute;left:5px;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:1}.TitleSelectOption_title-select-container__YRojk.TitleSelectOption_-large___6iP_>.TitleSelectOption_icon__sehc5{left:10px}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc{width:100%;height:42px;box-sizing:border-box;border:1px solid #666;padding:5px 5px 5px 27px;border-radius:2px;outline:none;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out;text-align:left}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc.TitleSelectOption_-disabled__ZZrxU{cursor:not-allowed;background-color:#f4f4f4}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc.TitleSelectOption_-large___6iP_{height:50px;padding:0 10px 0 32px}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc.TitleSelectOption_border-radius-none__AYEqa{border-radius:0}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}@media only screen and (min-width:768px){.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc:hover{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc:focus{border-color:#0268ed}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc>.TitleSelectOption_placeholder__RgSda{display:flex;width:100%;justify-content:space-between;align-items:center;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_select__hqnZc>.TitleSelectOption_value___PSdB{display:flex;width:100%;justify-content:space-between;align-items:center;color:#666}.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_dropdown__0V7Kx{position:absolute;top:100%;left:0;width:100%;isolation:isolate;z-index:1000}@media only screen and (max-width:767px){.TitleSelectOption_title-select-container__YRojk>.TitleSelectOption_dropdown__0V7Kx{width:100%;position:fixed;inset:0}}.CardTitleSearch_card-title-search__K_umw{width:375px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;display:flex;flex-direction:column}@media only screen and (max-width:767px){.CardTitleSearch_card-title-search__K_umw{width:100%;height:100%;border-radius:0;position:fixed;inset:0;z-index:1000}}.HeaderPart_header-part__I5RT5{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background-color:#f4f4f4;border-bottom:1px solid #ddd}.HeaderPart_header-part__I5RT5>.HeaderPart_title__Pa2ZK{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#253b58}.HeaderPart_header-part__I5RT5>.HeaderPart_pc__hPUWq{display:block}@media only screen and (max-width:767px){.HeaderPart_header-part__I5RT5>.HeaderPart_pc__hPUWq{display:none}}.HeaderPart_header-part__I5RT5>.HeaderPart_sp__65CEb{display:none}@media only screen and (max-width:767px){.HeaderPart_header-part__I5RT5>.HeaderPart_sp__65CEb{display:block}}.SelectableOption_list__sk_br{list-style:none;padding:0;margin:0;max-height:400px;overflow-y:auto}@media only screen and (max-width:767px){.SelectableOption_list__sk_br{max-height:none}}.SelectableOption_list__sk_br>.SelectableOption_item___u_A5{display:flex;justify-content:space-between;align-items:center;height:46px;box-sizing:border-box;padding:0 24px;border-bottom:1px solid #ddd;cursor:pointer;transition:background-color .2s;background-color:#fff}.SelectableOption_list__sk_br>.SelectableOption_item___u_A5:last-child{border-bottom:none}.SelectableOption_list__sk_br>.SelectableOption_item___u_A5:hover{background-color:#f4f4f4}.SelectableOption_list__sk_br>.SelectableOption_item___u_A5>.SelectableOption_label___NQwi{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em;color:#666}.SelectableOption_list__sk_br>.SelectableOption_item___u_A5>.SelectableOption_arrow__c4sVZ{color:#333}.TorecaNews_toreca-news__xMVPQ{width:100%;display:flex;flex-direction:column;align-items:center}.TorecaNews_toreca-news__xMVPQ>.TorecaNews_tabs__1awBF{padding:0 14px;width:100%}@media only screen and (max-width:767px){.TorecaNews_toreca-news__xMVPQ>.TorecaNews_tabs__1awBF{width:100%;max-width:327px;height:30px}}.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;width:280px;min-height:376px;padding:33px 12px;background:#fff;border-radius:8px}@media only screen and (max-width:767px){.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn{width:351px;min-height:338px;padding:12px}}.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn>.TorecaNews_text__i9B_i{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;display:flex;flex-grow:1;align-items:center;justify-content:center}@media only screen and (min-width:768px){.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn.TorecaNews_-large__9Zz5L{width:100%;padding:28px 40px}}.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn>.TorecaNews_link__jAlxP{height:44px;text-decoration:none;margin-top:auto;isolation:isolate}@media only screen and (min-width:768px){.TorecaNews_toreca-news__xMVPQ>.TorecaNews_news__CmVjn.TorecaNews_-large__9Zz5L>.TorecaNews_link__jAlxP{width:400px;height:50px;margin:auto auto 0;text-decoration:none}}.TabMenu_tab-menu__8cf_2{scrollbar-width:none}.TabMenu_tab-menu__8cf_2::-webkit-scrollbar{display:none}.TabMenu_tab-menu__8cf_2{display:flex;width:auto;overflow-x:auto;cursor:pointer}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4{position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;height:30px;padding:5px 16px 5px 14px;text-align:center;cursor:pointer;background:#e6f0ff;border:1px solid #0268ed;border-radius:4px 4px 0 0}@media only screen and (min-width:768px){.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4{height:36px;padding:5px 16px 5px 20px}}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4.TabMenu_-small__XJrTs{padding:6.5px 10px}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4.TabMenu_-active__O0vqM{background:linear-gradient(0deg,#0268ed -15.91%,#02bdf9 109.09%);opacity:1}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4.TabMenu_-active__O0vqM>.TabMenu_label__RRkia{width:max-content;color:#fff}@media only screen and (min-width:768px){.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4:hover{opacity:.7}}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4>.TabMenu_label__RRkia{color:#0268ed;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (min-width:768px){.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4>.TabMenu_label__RRkia{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4>.TabMenu_label__RRkia.TabMenu_-small__XJrTs{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4>.TabMenu_compass__kq930{position:absolute;right:4px;mix-blend-mode:color-burn;opacity:.2;width:28px;height:26px}@media only screen and (min-width:768px){.TabMenu_tab-menu__8cf_2>.TabMenu_tab__wxFX4>.TabMenu_compass__kq930{right:6px}}.NewsPart_news-part__2wS_g{display:flex;gap:11px;align-items:center;width:100%;height:70px;text-decoration:none;transition:opacity .3s ease-in-out}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g:hover{opacity:.7}.NewsPart_news-part__2wS_g:hover>.NewsPart_frame__hw8WE>.NewsPart_image__xqM_c{scale:1.05}}@media only screen and (max-width:767px){.NewsPart_news-part__2wS_g{gap:11px;width:327px}}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7{gap:20px;height:90px}}.NewsPart_news-part__2wS_g>.NewsPart_frame__hw8WE{flex-shrink:0;width:100px;height:70px;overflow:hidden;border-radius:4px}.NewsPart_news-part__2wS_g>.NewsPart_frame__hw8WE>.NewsPart_image__xqM_c{object-fit:cover;transition:scale .3s ease-in-out}@media only screen and (max-width:767px){.NewsPart_news-part__2wS_g>.NewsPart_frame__hw8WE>.NewsPart_image__xqM_c{width:100px;height:56px;margin-bottom:auto}}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_frame__hw8WE{width:160px;height:90px}.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_frame__hw8WE>.NewsPart_image__xqM_c{width:100%;height:100%}}.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4{display:flex;flex-direction:column;gap:5px;height:100%}@media only screen and (max-width:767px){.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4{gap:5px;width:216px;height:auto}}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_content__C65n4{gap:8px;justify-content:center}}.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4>.NewsPart_title__Sg1p3{color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4>.NewsPart_title__Sg1p3{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_content__C65n4>.NewsPart_title__Sg1p3{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em}}.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn{display:flex;align-items:center;justify-content:space-between}.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn{gap:7px;justify-content:flex-start}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn{gap:20px}}.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn>.NewsPart_date__tL4ca{color:#333;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.05em}@media only screen and (min-width:768px){.NewsPart_news-part__2wS_g>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn>.NewsPart_date__tL4ca{display:none}}.NewsPart_news-part__2wS_g.NewsPart_-large__OGoQ7>.NewsPart_content__C65n4>.NewsPart_meta__cFDNn>.NewsPart_date__tL4ca{display:block}.CompassTitle_compass-title__h_qn4{display:flex;align-items:center;position:relative}.CompassTitle_compass-title__h_qn4>.CompassTitle_icon__Dt3T8>.CompassTitle_pc__9FJ_D{display:block}.CompassTitle_compass-title__h_qn4>.CompassTitle_icon__Dt3T8>.CompassTitle_sp__ShPx4{display:none}.CompassTitle_compass-title__h_qn4>.CompassTitle_text__Za2Oj{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58;position:absolute;left:33px;top:50%;transform:translateY(-50%);white-space:nowrap}@media only screen and (max-width:767px){.CompassTitle_icon__Dt3T8>.CompassTitle_pc__9FJ_D{display:none}.CompassTitle_icon__Dt3T8>.CompassTitle_sp__ShPx4{display:block}.CompassTitle_text__Za2Oj{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;left:29px}}.PhoneVerificationBenefits_phone-verification-benefits__yusNK{padding:28px 40px;border-radius:16px;background-color:#fff;display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.PhoneVerificationBenefits_phone-verification-benefits__yusNK{padding:20px 28px}}.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_title__OQe05{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_title__OQe05{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em}}.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_list__C5v7a{display:flex;flex-direction:row;gap:40px;padding:0;list-style:none}@media only screen and (max-width:767px){.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_list__C5v7a{flex-direction:column;gap:20px}}.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_list__C5v7a>.PhoneVerificationBenefits_item__ubX_8{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;display:flex;flex-direction:row;align-items:center;gap:8px}@media only screen and (max-width:767px){.PhoneVerificationBenefits_phone-verification-benefits__yusNK>.PhoneVerificationBenefits_list__C5v7a>.PhoneVerificationBenefits_item__ubX_8{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}}.BrownButton_brown-button__cZnBM{display:flex;flex-direction:column;align-items:center;background-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;padding:0;text-decoration:none;cursor:pointer}.BrownButton_brown-button__cZnBM>.BrownButton_icon__BzP_v{width:40px;height:40px;flex-shrink:0}.BrownButton_brown-button__cZnBM>.BrownButton_label__sXbe2{font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#fff;text-align:center;-webkit-text-stroke-width:.6px;-webkit-text-stroke-color:#745748;line-height:150%;letter-spacing:.4px;position:relative;display:inline-block}.BrownButton_brown-button__cZnBM>.BrownButton_label__sXbe2:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:currentcolor;transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}@media only screen and (min-width:768px){.BrownButton_brown-button__cZnBM:hover>.BrownButton_icon__BzP_v{opacity:.7}.BrownButton_brown-button__cZnBM:hover>.BrownButton_label__sXbe2:after{transform:scaleX(1)}}.PageLayout_page-layout-container__ZIild{width:100%;min-width:-moz-fit-content;min-width:fit-content;min-height:100vh;display:flex;flex-direction:column}@media only screen and (max-width:767px){.PageLayout_page-layout-container__ZIild{width:100%;min-width:0}}.PageLayout_page-layout-container__ZIild>.PageLayout_main__x5_1W{flex:1 1;display:flex;flex-direction:column;min-height:100vh}.PageLayout_page-layout-container__ZIild>.PageLayout_main__x5_1W>*{flex:1 1;min-height:0}.AuthLayout_auth-layout__Qd1Pu{width:100%;display:flex;flex-direction:column}.AuthLayout_auth-layout__Qd1Pu>.AuthLayout_container__SXQSQ{display:flex;flex-direction:column;align-items:center;width:100%;max-width:980px;margin:40px auto 100px}@media only screen and (max-width:767px){.AuthLayout_auth-layout__Qd1Pu>.AuthLayout_container__SXQSQ{max-width:none;margin:0;padding:20px 20px 40px}}.MyPageLayout_mypage-layout__IFD7N{display:flex;width:100%;flex:1 1;min-height:0}@media only screen and (max-width:767px){.MyPageLayout_mypage-layout__IFD7N{flex-direction:column}}.MyPageLayout_mypage-layout__IFD7N>.MyPageLayout_sidebar___txQ2{flex-shrink:0;width:240px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}@media only screen and (max-width:767px){.MyPageLayout_mypage-layout__IFD7N>.MyPageLayout_sidebar___txQ2{display:none}}.MyPageLayout_mypage-layout__IFD7N>.MyPageLayout_content__0s2yN{flex:1 1;min-width:0;min-height:950px;display:flex;flex-direction:column;position:relative}@media only screen and (max-width:767px){.MyPageLayout_mypage-layout__IFD7N>.MyPageLayout_content__0s2yN{height:100vh;min-height:0}}.MyPageSideMenu_my-page-side-menu__vOzBj{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;background-color:#fff;overflow-y:auto;scrollbar-width:none}.MyPageSideMenu_my-page-side-menu__vOzBj::-webkit-scrollbar{display:none}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_avatar___GDRO{border-radius:50%;overflow:hidden}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_avatar___GDRO>.MyPageSideMenu_image__Tig5P{object-fit:contain}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_username__PUpOZ{display:flex;align-items:center;gap:4px}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_username__PUpOZ>.MyPageSideMenu_name__jH7pU{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_username__PUpOZ>.MyPageSideMenu_honorific__Vx62m{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#333;flex-shrink:0}@media only screen and (min-width:768px){.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_profile__vXc0h>.MyPageSideMenu_username__PUpOZ>.MyPageSideMenu_honorific__Vx62m{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u{display:flex;flex-direction:column;align-self:stretch}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe{display:flex;align-items:center;gap:12px;padding:12px 20px;height:60px;text-decoration:none;background-color:#fff;border-bottom:1px solid #ddd;transition:background-color .15s ease}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe>.MyPageSideMenu_indicator__WUlHo{flex-shrink:0;width:20px;height:3px;border-radius:5px;background-color:#cce1fb}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe>.MyPageSideMenu_label__Nq3Bw{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe.MyPageSideMenu_active__J5PQp{background-color:#0268ed}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe.MyPageSideMenu_active__J5PQp>.MyPageSideMenu_indicator__WUlHo{background-color:#cce1fb}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe.MyPageSideMenu_active__J5PQp>.MyPageSideMenu_label__Nq3Bw{color:#fff}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_menu__NqB4u>.MyPageSideMenu_item__cLfNe:hover:not(.MyPageSideMenu_active__J5PQp){background-color:#e6f0ff}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_logout__qrqUw{display:flex;justify-content:center;align-items:center;align-self:stretch;padding:40px 0}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_logout__qrqUw>.MyPageSideMenu_button__K27EL{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;transition:opacity .15s ease}.MyPageSideMenu_my-page-side-menu__vOzBj>.MyPageSideMenu_logout__qrqUw>.MyPageSideMenu_button__K27EL:hover{opacity:.7}.CardTitleSearchMenu_card-title-search-menu-container__vGPZw{display:flex;flex-direction:column;justify-content:space-between;gap:28px}@media only screen and (max-width:767px){.CardTitleSearchMenu_card-title-search-menu-container__vGPZw>.CardTitleSearchMenu_header__JLeuV{display:none}}.CardTitleSearchMenu_card-title-search-menu-container__vGPZw>.CardTitleSearchMenu_content__LwSpr{width:100%}.CardTitleSearchMenu_card-title-search-menu-container__vGPZw>.CardTitleSearchMenu_back__8ybpA{margin-top:16px}@media only screen and (max-width:767px){.CardTitleSearchMenu_card-title-search-menu-container__vGPZw>.CardTitleSearchMenu_back__8ybpA{display:none}}.MainMenu_main-menu-container__BOWAs{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.MainMenu_main-menu-container__BOWAs{gap:10px;height:100%}}@media only screen and (min-width:768px){.MainMenu_main-menu-container__BOWAs.MainMenu_stock__DyCwm{display:none}}.MainMenu_main-menu-container__BOWAs>.MainMenu_content__N_IF2{display:flex;flex-direction:column;gap:40px;width:100%;height:540px;box-shadow:2px 4px 4px 0 rgba(0,0,0,.25);background:#fff;border-radius:10px;padding:60px}@media only screen and (max-width:767px){.MainMenu_main-menu-container__BOWAs>.MainMenu_content__N_IF2{height:100%;padding:28px 20px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}}.UpperPart_upper-part__Yv1u5{display:flex;align-items:center;gap:50px}@media only screen and (max-width:767px){.UpperPart_upper-part__Yv1u5{flex-direction:column;align-items:flex-start;gap:12px}}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6{display:flex;align-items:center;gap:12px}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6>.UpperPart_icon__nXpRj{display:flex;align-items:center;justify-content:center}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6>.UpperPart_icon__nXpRj>.UpperPart_image__rb4hK{border-radius:50%;object-fit:contain}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6>.UpperPart_info__bOCn5{display:flex;flex-direction:column}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6>.UpperPart_info__bOCn5>.UpperPart_comment__sP2wR{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#000}.UpperPart_upper-part__Yv1u5>.UpperPart_user__iThc6>.UpperPart_info__bOCn5>.UpperPart_name__c6Aah{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#000}.UpperPart_upper-part__Yv1u5>.UpperPart_link__IevFd{flex-shrink:0;width:270px;height:50px;isolation:isolate;text-decoration:none;cursor:pointer}@media only screen and (max-width:767px){.UpperPart_upper-part__Yv1u5>.UpperPart_link__IevFd{width:100%;height:44px}}.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx{display:flex;flex-direction:column;justify-content:space-between;gap:90px}@media only screen and (max-width:767px){.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx{display:none}}.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx>.StockSearchMenuPc_form__WJMFK{display:flex;flex-direction:column;gap:40px}.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx>.StockSearchMenuPc_form__WJMFK>.StockSearchMenuPc_input__u7h_H{display:flex;flex-direction:column;gap:8px}.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx>.StockSearchMenuPc_form__WJMFK>.StockSearchMenuPc_input__u7h_H>.StockSearchMenuPc_label__9CvTs{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#fff}@media only screen and (min-width:768px){.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx>.StockSearchMenuPc_form__WJMFK>.StockSearchMenuPc_input__u7h_H>.StockSearchMenuPc_label__9CvTs{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.StockSearchMenuPc_stock-search-menu-pc-container__kdjXx>.StockSearchMenuPc_back__YHvuU{margin-top:322px}.StockSearchMenuSp_overlay__U9Xtg{position:fixed;inset:0;background:rgba(51,51,51,.8);z-index:999;pointer-events:none}@media only screen and (min-width:768px){.StockSearchMenuSp_overlay__U9Xtg{display:none}}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ{position:absolute;inset:0;display:flex;flex-direction:column;gap:188px;padding:10px 20px;z-index:1000}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ>.StockSearchMenuSp_close__IG_if{display:flex;justify-content:flex-end}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ>.StockSearchMenuSp_form__bqEsT{display:flex;flex-direction:column;gap:40px}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ>.StockSearchMenuSp_form__bqEsT>.StockSearchMenuSp_input__ATBNM{display:flex;flex-direction:column;gap:8px}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ>.StockSearchMenuSp_form__bqEsT>.StockSearchMenuSp_input__ATBNM>.StockSearchMenuSp_label__Hgy22{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#fff}.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ>.StockSearchMenuSp_form__bqEsT>.StockSearchMenuSp_button__Pnzeg{width:100%;height:44px}@media only screen and (min-width:768px){.StockSearchMenuSp_stock-search-menu-overlay-sp-container__dr3iQ{display:none}}.Pagination_pagination-container__wUMR9{display:flex;align-items:center;gap:12px;justify-content:center}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp{display:flex;align-items:center;gap:4px}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp>.Pagination_button__rbgl3{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:rgba(0,0,0,0);cursor:pointer;transition:opacity .2s ease;padding:0}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp>.Pagination_button__rbgl3:hover:not(:disabled){opacity:.85}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp>.Pagination_button__rbgl3:disabled{cursor:not-allowed;opacity:.3}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp>.Pagination_arrow-icon__AfvYv{color:#666}.Pagination_pagination-container__wUMR9>.Pagination_arrows__P7dfp>.Pagination_arrow-icon__AfvYv path{fill:currentcolor}.Pagination_pagination-container__wUMR9>.Pagination_numbers__Ik_t8{display:flex;align-items:center;gap:12px}.Pagination_pagination-container__wUMR9>.Pagination_numbers__Ik_t8>.Pagination_button__rbgl3{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid #253b58;background-color:#fff;color:#253b58;padding:9px 12px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.05em;cursor:pointer;transition:all .2s ease}.Pagination_pagination-container__wUMR9>.Pagination_numbers__Ik_t8>.Pagination_button__rbgl3:hover:not(:disabled){opacity:.85}.Pagination_pagination-container__wUMR9>.Pagination_numbers__Ik_t8>.Pagination_button__rbgl3.Pagination_active__izKyM{background-color:#253b58;color:#fff;border-color:#253b58}.MyPageReviewCard_my-page-review-card__fWobb{background:#fff;border-radius:20px;box-shadow:2px 4px 10px rgba(0,0,0,.25);padding:28px 40px;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb{border-radius:16px;padding:16px 20px}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu{flex-direction:column-reverse;align-items:flex-start;gap:8px}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu>.MyPageReviewCard_name__P66sm{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu>.MyPageReviewCard_name__P66sm{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu>.MyPageReviewCard_actions__2j4hP{display:flex;align-items:center;gap:28px}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_header__WJ6Nu>.MyPageReviewCard_actions__2j4hP{width:100%;justify-content:space-between}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_{display:flex;gap:16px}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_{flex-direction:column}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk{flex:1 1;display:flex;flex-direction:column;gap:8px}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_meta__smfLr{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_meta__smfLr>.MyPageReviewCard_row__npTb6{display:flex;align-items:flex-end;gap:4px}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_meta__smfLr>.MyPageReviewCard_row__npTb6>.MyPageReviewCard_date__ck5jj{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_meta__smfLr>.MyPageReviewCard_row__npTb6>.MyPageReviewCard_edited__5Vg1U{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_title__3GKkZ{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_title__3GKkZ{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_text__zmNme{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_text__zmNme.MyPageReviewCard_clamped__4D_YZ{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_review__N7puk>.MyPageReviewCard_expand__s8P_y{display:flex;justify-content:flex-end}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_images__LwJAY{width:335px;display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start}@media only screen and (max-width:767px){.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_images__LwJAY{width:100%;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_images__LwJAY::-webkit-scrollbar{display:none}}.MyPageReviewCard_my-page-review-card__fWobb>.MyPageReviewCard_body__xy7r_>.MyPageReviewCard_images__LwJAY>.MyPageReviewCard_img__nJjND{width:162px;height:120px;object-fit:contain;border-radius:4px;flex-shrink:0}.MyPageReviewCardReply_review-card-reply___v3TV{display:flex;flex-direction:column;gap:4px;padding-top:16px;border-top:1px solid #ddd}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_head__J8HmI{display:flex;align-items:flex-start;justify-content:space-between}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_head__J8HmI>.MyPageReviewCardReply_label__rzd0r{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_head__J8HmI>.MyPageReviewCardReply_row__P2vsZ{display:flex;align-items:flex-end;gap:4px}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_head__J8HmI>.MyPageReviewCardReply_row__P2vsZ>.MyPageReviewCardReply_date__hbDMw{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_head__J8HmI>.MyPageReviewCardReply_row__P2vsZ>.MyPageReviewCardReply_edited__0_J67{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_text__xdHKE{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81;word-break:break-all}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_text__xdHKE.MyPageReviewCardReply_clamped__z7fiw{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.MyPageReviewCardReply_review-card-reply___v3TV>.MyPageReviewCardReply_expand__nRxgB{display:flex;justify-content:flex-end}.CompetitionTable_competition-table__1fDXZ{border-collapse:collapse;table-layout:fixed}.CompetitionTable_competition-table__1fDXZ td,.CompetitionTable_competition-table__1fDXZ th{border-right:1px solid #fff;border-bottom:1px solid #fff;text-align:center;vertical-align:middle}.CompetitionTable_competition-table__1fDXZ td:last-child,.CompetitionTable_competition-table__1fDXZ th:last-child{border-right:none}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ{width:538px;padding-bottom:20px}}.CompetitionTable_competition-table__1fDXZ thead th{background-color:#0268ed;color:#fff;height:56px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:0}.CompetitionTable_competition-table__1fDXZ thead th:first-child{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:0}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th{max-height:68px;padding:10px 8px;width:72px;height:44px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:0}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_event__CWwn1{width:180px;position:-webkit-sticky;position:sticky;left:0;z-index:2}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_event__CWwn1{width:100px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:0}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_date__YWgxS{width:97px}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_date__YWgxS{width:72px}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_certificate__fe9fF{width:97px;padding:11px 27px}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_certificate__fe9fF{width:72px;padding:8px 14px}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_title__ihUmQ{width:97px;padding:11px 19px}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_title__ihUmQ{width:72px;padding:8px 10px}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_capacity__on0OR{width:97px}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_capacity__on0OR{width:72px}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_entryFee__pfaef{width:97px}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_entryFee__pfaef{width:72px}}.CompetitionTable_competition-table__1fDXZ thead th.CompetitionTable_detail__1Q_sx{width:97px}.CompetitionTable_competition-table__1fDXZ tbody tr.CompetitionTable_colored__8gMn5 td{background-color:hsla(0,0%,100%,.7)}.CompetitionTable_competition-table__1fDXZ tbody tr.CompetitionTable_colored__8gMn5 th{background-color:#cce1fb}.CompetitionTable_competition-table__1fDXZ tbody tr:last-child td{border-bottom:none}.CompetitionTable_competition-table__1fDXZ tbody th{background-color:#cce1fb;position:-webkit-sticky;position:sticky;left:0;z-index:1;height:56px;padding:16px 8px}.CompetitionTable_competition-table__1fDXZ tbody th:first-child{color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.3;letter-spacing:0}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ tbody th:first-child{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:0}.CompetitionTable_competition-table__1fDXZ tbody th{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:0;padding:6px 8px;max-height:68px;box-sizing:border-box}}.CompetitionTable_competition-table__1fDXZ tbody td{color:#797d81;height:56px;background-color:#fff;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:0}@media only screen and (max-width:767px){.CompetitionTable_competition-table__1fDXZ tbody td{max-height:68px;box-sizing:border-box}}.CompetitionTable_competition-table__1fDXZ tbody td>.CompetitionTable_detail__1Q_sx{background:#253b58;padding:8px;border-radius:2px;color:#fff;text-decoration:none;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1;letter-spacing:0}.SPTitleTableWrapper_table-wrapper__c_euq{width:100%}@media only screen and (max-width:767px){.SPTitleTableWrapper_table-wrapper__c_euq{width:calc(100% - 20px);overflow-x:auto;padding:20px 0;margin-left:20px}.SPTitleTableWrapper_table-wrapper__c_euq::-webkit-scrollbar{display:none}}@keyframes LikeButton_heart-bounce__8L0cU{0%{transform:scale(1)}30%{transform:scale(1.4)}60%{transform:scale(.9)}to{transform:scale(1)}}@keyframes LikeButton_particle-fly__pPKeR{0%{opacity:1;transform:rotate(var(--angle)) translateY(0) scale(1)}to{opacity:0;transform:rotate(var(--angle)) translateY(-14px) scale(.3)}}.LikeButton_like-button__opZ7s{display:flex;align-items:center;justify-content:center;height:30px;padding:8px 12px;background:#fff;border:1px solid #666;border-radius:18px;cursor:pointer;transition:all .2s}@media only screen and (min-width:768px){.LikeButton_like-button__opZ7s:hover{border-color:#ed9537}.LikeButton_like-button__opZ7s:hover>.LikeButton_icon-wrap__cUXf_>.LikeButton_icon__6QqHO{color:#ed9537}}.LikeButton_like-button__opZ7s>.LikeButton_icon-wrap__cUXf_{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}.LikeButton_like-button__opZ7s>.LikeButton_icon-wrap__cUXf_>.LikeButton_icon__6QqHO{width:18px;height:18px;color:#ddd;transition:color .2s}.LikeButton_like-button__opZ7s>.LikeButton_icon-wrap__cUXf_>.LikeButton_icon__6QqHO.LikeButton_animating__sLCXz{animation:LikeButton_heart-bounce__8L0cU .4s ease forwards}.LikeButton_like-button__opZ7s>.LikeButton_icon-wrap__cUXf_>.LikeButton_particle__l686B{position:absolute;top:50%;left:50%;width:5px;height:5px;margin:-2.5px 0 0 -2.5px;border-radius:50%;background:#ed9537;animation:LikeButton_particle-fly__pPKeR .5s ease-out forwards;pointer-events:none}.LikeButton_like-button__opZ7s>.LikeButton_icon-wrap__cUXf_>.LikeButton_particle__l686B:nth-child(2n){width:3px;height:3px;margin:-1.5px 0 0 -1.5px;background:#fef5eb}.LikeButton_like-button__opZ7s>.LikeButton_label__fF5lA{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;white-space:nowrap}.LikeButton_like-button__opZ7s.LikeButton_liked__1tcS3{background:#fef5eb;border-color:#ed9537}.LikeButton_like-button__opZ7s.LikeButton_liked__1tcS3>.LikeButton_icon-wrap__cUXf_>.LikeButton_icon__6QqHO{color:#ed9537}.Tag_tag__WuY_v{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#0268ed;padding:2px 8px;border:1px solid #0268ed;border-radius:18px;width:-moz-fit-content;width:fit-content;max-width:100%;white-space:nowrap}@media only screen and (max-width:767px){.Tag_tag__WuY_v{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:0}}.Tag_tag__WuY_v.Tag_small__UqTra{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:0}.Tag_tag__WuY_v.Tag_selectable__1jJHY{padding:8px 12px;border:1px solid #666;background:#fff;color:#666;cursor:pointer;transition:all .2s ease;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.Tag_tag__WuY_v.Tag_selectable__1jJHY:hover{border-color:#0268ed;color:#0268ed;background:#fff}.Tag_tag__WuY_v.Tag_selectable__1jJHY.Tag_selected__DY8XB{background:#e6f0ff;border-color:#0268ed;color:#0268ed}.AvatarPart_avatar-part__Eoi7g{display:flex;flex-direction:column;align-items:center;gap:24px;padding:24px;border-radius:16px;background-color:#fff;flex-shrink:0}@media only screen and (max-width:767px){.AvatarPart_avatar-part__Eoi7g{flex-direction:row;align-self:stretch;padding:20px 24px}}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_upper__NkoVT{display:flex;flex-direction:column;align-items:center;gap:8px}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_upper__NkoVT>.AvatarPart_wrapper__3PxRp{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_upper__NkoVT>.AvatarPart_wrapper__3PxRp>.AvatarPart_image__1BwbW{object-fit:contain}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_upper__NkoVT>.AvatarPart_link__GI2Dn{display:flex;flex-direction:row;align-items:center;gap:5px;color:#0268ed;text-decoration:none;border-bottom:1px solid #0268ed;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_bottom__hdmEW{display:flex;flex-direction:row;align-items:center;gap:4px}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_bottom__hdmEW>.AvatarPart_icon__9iuwl{flex-shrink:0}.AvatarPart_avatar-part__Eoi7g>.AvatarPart_bottom__hdmEW>.AvatarPart_text__7CDP3{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}.ProfileSection_profile-section__nblMH{display:flex;flex-direction:column;align-items:stretch;gap:40px;padding:40px 80px 0}@media only screen and (max-width:767px){.ProfileSection_profile-section__nblMH{gap:20px;padding:20px}}.ProfileSection_profile-section__nblMH>.ProfileSection_content__uJjfr{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.ProfileSection_profile-section__nblMH>.ProfileSection_content__uJjfr{gap:20px}}.ProfileSection_profile-section__nblMH>.ProfileSection_content__uJjfr>.ProfileSection_body__MfcJF{display:flex;flex-direction:row;align-items:flex-start;gap:40px}@media only screen and (max-width:767px){.ProfileSection_profile-section__nblMH>.ProfileSection_content__uJjfr>.ProfileSection_body__MfcJF{flex-direction:column;gap:20px}}.ProfileSection_profile-section__nblMH>.ProfileSection_divider__cSyQZ{border:none;border-top:2px solid #ddd;margin:0}.ProfileTable_profile-table__532jI{display:flex;flex-direction:column;flex:1 1;overflow:hidden}@media only screen and (max-width:767px){.ProfileTable_profile-table__532jI{align-self:stretch}}.ProfilePart_profile-part__sbsPV{display:flex;align-items:stretch;max-width:767px;width:100%;min-height:69px;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV{flex-direction:column;align-items:flex-start;max-width:none;min-height:144px}}.ProfilePart_profile-part__sbsPV>.ProfilePart_title__Bgu3q{display:flex;width:240px;min-height:69px;color:#253b58;justify-content:center;align-items:center;background-color:#e6f0ff;overflow-wrap:break-word;min-width:0;padding:20px 40px;font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV>.ProfilePart_title__Bgu3q{width:100%;text-align:left;padding:16px 20px}}.ProfilePart_profile-part__sbsPV>.ProfilePart_title__Bgu3q>.ProfilePart_inner__QPqdr{display:block;width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word;text-align:center}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV>.ProfilePart_title__Bgu3q>.ProfilePart_inner__QPqdr{text-align:left}}.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_{display:flex;gap:10px;max-width:527px;width:100%;min-height:69px;align-items:center;justify-content:space-between;padding:20px 40px;background-color:#fff}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_{flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:16px 20px;width:100%;max-width:none;min-height:90px}}.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_>.ProfilePart_value__q9_mg{color:#666;overflow-wrap:break-word;width:0;flex:1 1;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_>.ProfilePart_value__q9_mg{width:100%}}.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_>.ProfilePart_edit__Yb3G5{display:inline-flex;align-items:center;gap:5px;color:#0268ed;text-decoration:none;border-bottom:1px solid #0268ed;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}@media only screen and (max-width:767px){.ProfilePart_profile-part__sbsPV>.ProfilePart_content__3Gen_>.ProfilePart_edit__Yb3G5{margin-top:auto;align-self:flex-end}}.ReviewCountSection_review-count-section__lPyUI{display:flex;flex-direction:column;align-items:stretch;gap:24px;padding:24px 80px 0}@media only screen and (max-width:767px){.ReviewCountSection_review-count-section__lPyUI{gap:20px;padding:20px 20px 0}}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn{display:flex;flex-direction:row;background-color:#fff;border-radius:16px;padding:28px 40px;gap:60px}@media only screen and (max-width:767px){.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn{flex-direction:column;padding:20px 28px;gap:20px}}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn>.ReviewCountSection_content__NKrUf{display:flex;flex-direction:row;align-items:center;gap:16px}@media only screen and (max-width:767px){.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn>.ReviewCountSection_content__NKrUf{flex-direction:column;align-items:center;gap:4px}}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn>.ReviewCountSection_content__NKrUf>.ReviewCountSection_count__J9IAe{display:flex;flex-direction:row;align-items:center;gap:4px}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn>.ReviewCountSection_content__NKrUf>.ReviewCountSection_count__J9IAe>.ReviewCountSection_number__1b_EX{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#0268ed}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_card___Dxqn>.ReviewCountSection_content__NKrUf>.ReviewCountSection_count__J9IAe>.ReviewCountSection_unit__br4MX{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#253b58}.ReviewCountSection_review-count-section__lPyUI>.ReviewCountSection_divider__yaj7A{border:none;border-top:2px solid #ddd;margin:0}.NavyTag_navy-tag__hjpSn{display:inline-flex;align-items:center;justify-content:center;background-color:#253b58;color:#fff;border-radius:999px;padding:4px 16px;width:-moz-fit-content;width:fit-content;white-space:nowrap;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em}@media only screen and (max-width:767px){.NavyTag_navy-tag__hjpSn{min-width:190px;padding:4px 10px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.ReferralSection_referral-section__ki_OQ{display:flex;flex-direction:column;padding:40px 80px;gap:28px}@media only screen and (max-width:767px){.ReferralSection_referral-section__ki_OQ{padding:20px;gap:20px}}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi{display:flex;flex-direction:column;gap:24px;padding:40px 80px;background-color:#fff;border-radius:16px}@media only screen and (max-width:767px){.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi{padding:20px 16px}}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_description__zvCE3{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;text-align:left}@media only screen and (max-width:767px){.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_description__zvCE3{text-align:center}}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_description__zvCE3>.ReferralSection_emphasis__yjPmV{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#ed9537}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx{display:flex;flex-direction:row;gap:60px;justify-content:left}@media only screen and (max-width:767px){.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx{flex-direction:column;gap:20px;align-items:center}}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx>.ReferralSection_group__PBVrL{display:flex;flex-direction:row;align-items:center;gap:16px}@media only screen and (max-width:767px){.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx>.ReferralSection_group__PBVrL{flex-direction:column;gap:4px}}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx>.ReferralSection_group__PBVrL>.ReferralSection_value__e3hA6{display:flex;flex-direction:row;align-items:center;gap:4px}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx>.ReferralSection_group__PBVrL>.ReferralSection_value__e3hA6>.ReferralSection_number___sh6a{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#0268ed}.ReferralSection_referral-section__ki_OQ .ReferralSection_contents__vDowi>.ReferralSection_stats__h0KIx>.ReferralSection_group__PBVrL>.ReferralSection_value__e3hA6>.ReferralSection_unit__Cet2l{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#253b58}.ReviewsShopSearchForm_reviews-shop-search-form__DKUIZ{display:flex;align-items:center;width:100%}.ReviewsShopSearchForm_reviews-shop-search-form__DKUIZ>.ReviewsShopSearchForm_button__YBI_9{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;padding:0;background:#0268ed;border:none;border-radius:2px;cursor:pointer}.ReviewsShopSearchForm_reviews-shop-search-form__DKUIZ>.ReviewsShopSearchForm_button__YBI_9:hover{opacity:.85}.CardShopOwnerSection_card-shop-owner-section__doddm{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:60px max(120px,(100vw - 1200px)/2);width:100%;isolation:isolate}@media only screen and (max-width:767px){.CardShopOwnerSection_card-shop-owner-section__doddm{justify-content:center;padding:36px 20px}}.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_inner__HLe3V{display:flex;flex-direction:column;width:768px;border-radius:8px;box-shadow:2px 4px 4px 0 rgba(0,0,0,.1)}@media only screen and (max-width:767px){.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_inner__HLe3V{width:335px}}.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_inner__HLe3V>.CardShopOwnerSection_content__gWvGl{background:linear-gradient(180deg,rgba(88,154,199,0) 0,rgba(88,154,199,.16)),linear-gradient(90deg,rgba(255,255,255,.9) 0,rgba(255,255,255,.9));border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:40px 60px;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_inner__HLe3V>.CardShopOwnerSection_content__gWvGl{gap:28px;padding:20px 28px 28px}}.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_background__BSvCt{position:absolute;top:-98px;left:-241px;z-index:-1;opacity:.8}@media only screen and (max-width:767px){.CardShopOwnerSection_card-shop-owner-section__doddm>.CardShopOwnerSection_background__BSvCt{display:none}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:80px;gap:16px;padding:10px;border-top-left-radius:8px;border-top-right-radius:8px}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3{height:60px;gap:8px}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX{position:absolute;inset:0;pointer-events:none;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX>.CardShopOwnerTitle_gradient__kqP6q{position:absolute;inset:0;background:linear-gradient(180.25deg,#02bdf9 7.656%,#0268ed 97.886%);border-top-left-radius:8px;border-top-right-radius:8px}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX>.CardShopOwnerTitle_pattern__Yr6iM{position:absolute;inset:0;opacity:.2;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX>.CardShopOwnerTitle_pattern__Yr6iM>.CardShopOwnerTitle_wrapper__2QJ_X{position:absolute;left:0;top:-234px;width:100%;height:auto}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX>.CardShopOwnerTitle_pattern__Yr6iM>.CardShopOwnerTitle_wrapper__2QJ_X{left:-6.9%;top:-100px;width:117%}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_background__kvbcX>.CardShopOwnerTitle_pattern__Yr6iM>.CardShopOwnerTitle_wrapper__2QJ_X>.CardShopOwnerTitle_image__JHKHd{width:100%;height:auto;display:block}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_character__wJf1P{position:absolute;top:-24px;left:45px;width:75px;height:104px;z-index:1}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_character__wJf1P{top:-26px;right:16px;left:auto;width:64px;height:87px}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_character__wJf1P>.CardShopOwnerTitle_image__JHKHd{width:75px;height:104px;object-fit:cover}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_character__wJf1P>.CardShopOwnerTitle_image__JHKHd{width:64px;height:87px}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY{display:flex;align-items:center;gap:16px;position:relative;z-index:2}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY{gap:8px}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk{flex-shrink:0;width:32px;height:32px;color:#fff}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk{width:24px;height:24px}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk.CardShopOwnerTitle_-pc__mVg3A{display:block}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk.CardShopOwnerTitle_-sp__7Xwuq{display:none}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk.CardShopOwnerTitle_-pc__mVg3A{display:none}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_icon__0qlYk.CardShopOwnerTitle_-sp__7Xwuq{display:block}}.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_text__X_bmq{font-family:Noto Sans JP,sans-serif;font-size:28px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#fff;text-shadow:1px 1px 0 #253b58;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#253b58;white-space:nowrap;margin:0}@media only screen and (max-width:767px){.CardShopOwnerTitle_card-shop-owner-title__Cv3X3>.CardShopOwnerTitle_title__IQfdY>.CardShopOwnerTitle_text__X_bmq{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em}}.CollaborationPart_description__Qv37t{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#000;width:100%;margin:0}@media only screen and (max-width:767px){.CollaborationPart_description__Qv37t{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.05em}}.CollaborationPart_description__Qv37t>.CollaborationPart_highlight__Y2MBt{position:relative;isolation:isolate}.CollaborationPart_description__Qv37t>.CollaborationPart_highlight__Y2MBt:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:#f8ee6e;z-index:-1}.CollaborationPart_buttons__fvUCs{display:flex;align-items:center;gap:40px;width:648px}@media only screen and (max-width:767px){.CollaborationPart_buttons__fvUCs{flex-direction:column;gap:12px;width:100%}}.CollaborationPart_buttons__fvUCs>.CollaborationPart_button__3Xcjh{width:304px;height:50px;isolation:isolate}@media only screen and (max-width:767px){.CollaborationPart_buttons__fvUCs>.CollaborationPart_button__3Xcjh{width:100%;height:44px}}.CardShopOwnerPart_card-shop-owner-part__Eb33g{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;position:relative}@media only screen and (max-width:767px){.CardShopOwnerPart_card-shop-owner-part__Eb33g{gap:8px}}.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_header__wEP0L{display:flex;align-items:center;gap:16px;width:100%;position:relative}@media only screen and (max-width:767px){.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_header__wEP0L{gap:8px}}.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_header__wEP0L>.CardShopOwnerPart_icon__PRY_6{flex-shrink:0;width:24px;height:24px;color:#0268ed}.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_header__wEP0L>.CardShopOwnerPart_title__LbTv9{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:1.5;letter-spacing:.05em;color:#fff;text-shadow:1.5px 0 0 #253b58,1.47px .29px 0 #253b58,1.39px .57px 0 #253b58,1.25px .83px 0 #253b58,1.06px 1.06px 0 #253b58,.83px 1.25px 0 #253b58,.57px 1.39px 0 #253b58,.29px 1.47px 0 #253b58,0 1.5px 0 #253b58,-.29px 1.47px 0 #253b58,-.57px 1.39px 0 #253b58,-.83px 1.25px 0 #253b58,-1.06px 1.06px 0 #253b58,-1.25px .83px 0 #253b58,-1.39px .57px 0 #253b58,-1.47px .29px 0 #253b58,-1.5px 0 0 #253b58,-1.47px -.29px 0 #253b58,-1.39px -.57px 0 #253b58,-1.25px -.83px 0 #253b58,-1.06px -1.06px 0 #253b58,-.83px -1.25px 0 #253b58,-.57px -1.39px 0 #253b58,-.29px -1.47px 0 #253b58,0 -1.5px 0 #253b58,.29px -1.47px 0 #253b58,.57px -1.39px 0 #253b58,.83px -1.25px 0 #253b58,1.06px -1.06px 0 #253b58,1.25px -.83px 0 #253b58,1.39px -.57px 0 #253b58,1.47px -.29px 0 #253b58,1.8px 1.8px 0 #7d7dcd;flex:1 1;margin:0}@media only screen and (max-width:767px){.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_header__wEP0L>.CardShopOwnerPart_title__LbTv9{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_divider__MgDLL{width:100%;height:0;border:none;border-top:1px solid #0268ed;margin:0}.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_content__xWOAd{display:flex;flex-direction:column;align-items:center;width:100%;gap:20px}@media only screen and (max-width:767px){.CardShopOwnerPart_card-shop-owner-part__Eb33g>.CardShopOwnerPart_content__xWOAd{gap:8px}}.MemberLoginPart_description__5fmVg{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#000;width:100%}@media only screen and (max-width:767px){.MemberLoginPart_description__5fmVg{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.05em}}.MemberLoginPart_description__5fmVg>.MemberLoginPart_link__svOrP{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#0268ed;text-decoration:underline;text-underline-position:from-font}@media only screen and (max-width:767px){.MemberLoginPart_description__5fmVg>.MemberLoginPart_link__svOrP{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.MemberLoginPart_description__5fmVg>.MemberLoginPart_link__svOrP:hover{opacity:.8}.MemberLoginPart_button__bXNxM{width:400px;height:50px;isolation:isolate}@media only screen and (max-width:767px){.MemberLoginPart_button__bXNxM{width:100%;height:44px}}.ShopOperatorPart_description__yzKjp{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#000;width:100%;margin:0}@media only screen and (max-width:767px){.ShopOperatorPart_description__yzKjp{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.05em}}.ShopOperatorPart_description__yzKjp>.ShopOperatorPart_highlight__ETM7r{position:relative;display:inline-block;isolation:isolate}.ShopOperatorPart_description__yzKjp>.ShopOperatorPart_highlight__ETM7r:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:rgba(248,238,110,.8);z-index:-1}.ShopOperatorPart_description__yzKjp>.ShopOperatorPart_link__b8z2Y{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#0268ed;text-decoration:underline;text-underline-position:from-font}@media only screen and (max-width:767px){.ShopOperatorPart_description__yzKjp>.ShopOperatorPart_link__b8z2Y{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.ShopOperatorPart_description__yzKjp>.ShopOperatorPart_link__b8z2Y:hover{opacity:.8}.ShopSupportPart_description__jUjCe{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#000;width:100%;margin:0}@media only screen and (max-width:767px){.ShopSupportPart_description__jUjCe{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.05em}}.ShopSupportPart_description__jUjCe>.ShopSupportPart_highlight__WY31f{position:relative;display:inline-block;isolation:isolate}.ShopSupportPart_description__jUjCe>.ShopSupportPart_highlight__WY31f:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:8px;background:rgba(248,238,110,.8);z-index:-1}.ShopSupportPart_description__jUjCe>.ShopSupportPart_link__yMVZS{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#0268ed;text-decoration:underline;text-underline-position:from-font}@media only screen and (max-width:767px){.ShopSupportPart_description__jUjCe>.ShopSupportPart_link__yMVZS{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.ShopSupportPart_description__jUjCe>.ShopSupportPart_link__yMVZS:hover{opacity:.8}.FirstViewImages_map-images__MHnZ_{position:relative;width:100%;padding:40px 28px 40px 0}@media only screen and (max-width:767px){.FirstViewImages_map-images__MHnZ_{width:100%;margin:0 auto;padding:0;overflow:hidden}}@media only screen and (min-width:768px){.FirstViewImages_map-images__MHnZ_>.FirstViewImages_pc__0b47y{width:100%;height:auto;border-radius:15px;box-shadow:2px 4px 10px rgba(0,0,0,.1);display:block;object-fit:cover;object-position:center}}@media only screen and (max-width:767px){.FirstViewImages_map-images__MHnZ_>.FirstViewImages_pc__0b47y{display:none}}@media only screen and (min-width:768px){.FirstViewImages_map-images__MHnZ_>.FirstViewImages_sp__yp0dA{display:none}}@media only screen and (max-width:767px){.FirstViewImages_map-images__MHnZ_>.FirstViewImages_sp__yp0dA{width:100%;height:auto;display:block;object-fit:cover;object-position:center}}.SectionTitle_section-title__ALvO3{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:466px;height:126px;padding:30px 65px}@media only screen and (max-width:767px){.SectionTitle_section-title__ALvO3{width:345px;height:109px;padding:28px 36px}}.SectionTitle_section-title__ALvO3>.SectionTitle_background__QkxrP{position:absolute;inset:0}@media only screen and (min-width:768px){.SectionTitle_section-title__ALvO3>.SectionTitle_background__QkxrP.SectionTitle_-pc__jxRxY{display:block}}@media only screen and (max-width:767px){.SectionTitle_section-title__ALvO3>.SectionTitle_background__QkxrP.SectionTitle_-pc__jxRxY{display:none}.SectionTitle_section-title__ALvO3>.SectionTitle_background__QkxrP.SectionTitle_-sp__4C_Zb{display:block}}@media only screen and (min-width:768px){.SectionTitle_section-title__ALvO3>.SectionTitle_background__QkxrP.SectionTitle_-sp__4C_Zb{display:none}}.SectionTitle_section-title__ALvO3>.SectionTitle_buildings___9Hyi{position:absolute}@media only screen and (min-width:768px){.SectionTitle_section-title__ALvO3>.SectionTitle_buildings___9Hyi{display:none}}.SectionTitle_section-title__ALvO3>.SectionTitle_japanese__hv4Rk{position:relative;text-align:center;font-family:Noto Sans JP,sans-serif;font-size:40px;font-weight:700;line-height:1.5;letter-spacing:.05em;background:linear-gradient(180deg,#aae5fd 14.52%,#02bdf9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);filter:drop-shadow(1px 2px 0 #7d7dcd)}@media only screen and (max-width:767px){.SectionTitle_section-title__ALvO3>.SectionTitle_japanese__hv4Rk{font-family:Noto Sans JP,sans-serif;font-size:26px;font-weight:500;line-height:1.5;letter-spacing:.05em;z-index:1}}@media only screen and (min-width:768px){.SectionTitle_section-title__ALvO3>.SectionTitle_japanese__hv4Rk.SectionTitle_-medium__QxmhH{font-family:Noto Sans JP,sans-serif;font-size:32px;font-weight:500;line-height:1.5;letter-spacing:.05em}}.SectionTitle_section-title__ALvO3>.SectionTitle_japanese__hv4Rk:before{position:absolute;top:0;left:0;z-index:-1;text-shadow:2.5px 0 0 #253b58,2.45px .49px 0 #253b58,2.31px .96px 0 #253b58,2.08px 1.39px 0 #253b58,1.77px 1.77px 0 #253b58,1.39px 2.08px 0 #253b58,.96px 2.31px 0 #253b58,.49px 2.45px 0 #253b58,0 2.5px 0 #253b58,-.49px 2.45px 0 #253b58,-.96px 2.31px 0 #253b58,-1.39px 2.08px 0 #253b58,-1.77px 1.77px 0 #253b58,-2.08px 1.39px 0 #253b58,-2.31px .96px 0 #253b58,-2.45px .49px 0 #253b58,-2.5px 0 0 #253b58,-2.45px -.49px 0 #253b58,-2.31px -.96px 0 #253b58,-2.08px -1.39px 0 #253b58,-1.77px -1.77px 0 #253b58,-1.39px -2.08px 0 #253b58,-.96px -2.31px 0 #253b58,-.49px -2.45px 0 #253b58,0 -2.5px 0 #253b58,.49px -2.45px 0 #253b58,.96px -2.31px 0 #253b58,1.39px -2.08px 0 #253b58,1.77px -1.77px 0 #253b58,2.08px -1.39px 0 #253b58,2.31px -.96px 0 #253b58,2.45px -.49px 0 #253b58;content:attr(data-text)}.SectionTitle_section-title__ALvO3>.SectionTitle_japanese__hv4Rk:after{position:absolute;top:0;left:0;content:attr(data-text);background:linear-gradient(180deg,#aae5fd 14.52%,#02bdf9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.SectionTitle_section-title__ALvO3>.SectionTitle_english__twHw8{position:relative;color:navy;text-align:center;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.SectionTitle_section-title__ALvO3>.SectionTitle_english__twHw8{font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewCard_review-card___rKB0{background:#fff;display:flex;flex-direction:column;width:100%}@media only screen and (max-width:767px){.ReviewCard_review-card___rKB0{border-radius:16px;border-bottom:none;box-shadow:2px 4px 10px rgba(0,0,0,.25);overflow:hidden}}.ReviewCard_review-card___rKB0>.ReviewCard_pickup__6emzs{display:flex;align-items:center;gap:4px;padding:20px 40px;background:linear-gradient(0deg,#0268ed 15.909%,#02bdf9 109.09%);border-top:1px solid #ddd;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.ReviewCard_review-card___rKB0>.ReviewCard_pickup__6emzs{padding:12px 20px}}.ReviewCard_review-card___rKB0>.ReviewCard_pickup__6emzs>.ReviewCard_label__4lG27{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#fff}@media only screen and (max-width:767px){.ReviewCard_review-card___rKB0>.ReviewCard_pickup__6emzs>.ReviewCard_label__4lG27{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewCard_review-card___rKB0>.ReviewCard_footer__OQjkz{display:flex;flex-direction:column}.ReviewCard_review-card___rKB0>.ReviewCard_footer__OQjkz>.ReviewCard_actions__jcFe4{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;border-top:1px solid #ddd}@media only screen and (max-width:767px){.ReviewCard_review-card___rKB0>.ReviewCard_footer__OQjkz>.ReviewCard_actions__jcFe4{padding:12px 20px}}.ReviewReply_review-reply___B3_0{display:flex;flex-direction:column;gap:4px;padding:16px 40px;border-top:1px solid #ddd}@media only screen and (max-width:767px){.ReviewReply_review-reply___B3_0{padding:12px 20px}}.ReviewReply_review-reply___B3_0>.ReviewReply_header__IlvWt{display:flex;align-items:flex-start;justify-content:space-between}.ReviewReply_review-reply___B3_0>.ReviewReply_header__IlvWt>.ReviewReply_label__gJnA_{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}@media only screen and (max-width:767px){.ReviewReply_review-reply___B3_0>.ReviewReply_header__IlvWt>.ReviewReply_label__gJnA_{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReviewReply_review-reply___B3_0>.ReviewReply_header__IlvWt>.ReviewReply_date__pdEIA,.ReviewReply_review-reply___B3_0>.ReviewReply_text__qJgN4{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#797d81}.ReviewReply_review-reply___B3_0>.ReviewReply_text__qJgN4{word-break:break-all}.ReviewReply_review-reply___B3_0>.ReviewReply_text__qJgN4.ReviewReply_clamped__hXLR4{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.ReviewReply_review-reply___B3_0>.ReviewReply_expand__RKFv_{align-self:flex-end}.SmallTitle_small-title__hW_fE{position:relative;align-items:center;justify-content:center;display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:none}.SmallTitle_small-title__hW_fE.SmallTitle_clickable__r7Ehm{cursor:pointer;transition:opacity .2s ease}.SmallTitle_small-title__hW_fE>.SmallTitle_flag-wrapper__g6VWt{position:absolute;inset:0;width:100%;height:100%}.SmallTitle_small-title__hW_fE>.SmallTitle_title__v7Q6X{text-align:center;position:relative;z-index:1;color:#333}@media only screen and (max-width:767px){.SmallTitle_small-title__hW_fE.SmallTitle_sp-small__tffn3{width:clamp(100px,34.4vw,150px);aspect-ratio:129/26}.SmallTitle_small-title__hW_fE.SmallTitle_sp-medium__LArtD{width:clamp(150px,45vw,220px);aspect-ratio:200/40}.SmallTitle_small-title__hW_fE>.SmallTitle_title__v7Q6X{font-size:clamp(8px,2.67vw,12px);font-weight:700;line-height:1}.SmallTitle_small-title__hW_fE>.SmallTitle_title__v7Q6X.SmallTitle_sp-medium__LArtD{font-size:clamp(12px,4.27vw,14px)}.SmallTitle_small-title__hW_fE.SmallTitle_clickable__r7Ehm:active{opacity:.8}}@media only screen and (min-width:768px){.SmallTitle_small-title__hW_fE{height:47px}.SmallTitle_small-title__hW_fE.SmallTitle_pc-large__ZKqHv{width:230px}.SmallTitle_small-title__hW_fE.SmallTitle_pc-medium__BZmC1{width:210px}.SmallTitle_small-title__hW_fE.SmallTitle_pc-small__m7FFM{width:180px}.SmallTitle_small-title__hW_fE>.SmallTitle_title__v7Q6X{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1;letter-spacing:.05em}.SmallTitle_small-title__hW_fE.SmallTitle_clickable__r7Ehm:hover{opacity:.8}}.ShopInterviewPc_shop-interview-pc__9qB7l{position:relative;width:320px;border-radius:16px;padding:40px 24px;background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:767px){.ShopInterviewPc_shop-interview-pc__9qB7l{display:none}}.ShopInterviewPc_shop-interview-pc__9qB7l:before{content:"";position:absolute;inset:5px;border-radius:11px;background:linear-gradient(0deg,rgba(2,189,249,.1) 15.909%,rgba(2,104,237,.1) 109.09%),linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9));pointer-events:none}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed,.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_title__CxIxR{position:relative;z-index:1}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_title__CxIxR{width:100%;display:flex;justify-content:center;margin-bottom:28px}@media only screen and (max-width:767px){.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_title__CxIxR{margin-bottom:16px}}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed{width:100%;display:flex;flex-direction:column;gap:40px;list-style:none;padding:0;margin:0}@media only screen and (max-width:767px){.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed{gap:16px}}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed>li>.ShopInterviewPc_link__nV04p{width:100%;text-decoration:none;display:block;cursor:pointer}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed>li>.ShopInterviewPc_link__nV04p>.ShopInterviewPc_image__tLjOk{width:100%}.ShopInterviewPc_shop-interview-pc__9qB7l>.ShopInterviewPc_items__izJed>li>.ShopInterviewPc_link__nV04p>.ShopInterviewPc_image__tLjOk>.ShopInterviewPc_img__0p9sM{display:block;width:100%;height:auto}.SideBannerPc_pc-banner-container__WLLen{display:flex;flex-direction:column;align-items:center;gap:40px;z-index:1}@media only screen and (max-width:767px){.SideBannerPc_pc-banner-container__WLLen{display:none}}.InfoLabel_infolabel-container__Fcdth{width:100%;opacity:1;display:flex;gap:4px;align-items:center}.InfoLabel_infolabel-container__Fcdth.InfoLabel_text__YdN4j{height:-moz-fit-content;height:fit-content;align-items:flex-start}.InfoLabel_infolabel-container__Fcdth>.InfoLabel_label__AdsU5{font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:700;line-height:1.6;letter-spacing:.05em;width:34px;min-height:14px;border-radius:2px;background:#0268ed;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:0}.InfoLabel_infolabel-container__Fcdth>.InfoLabel_info__EBgn2{height:100%;margin-top:-2px;color:#333;display:flex;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.InfoLabel_infolabel-container__Fcdth>.InfoLabel_info__EBgn2>.InfoLabel_value__Hg8VQ,.InfoLabel_infolabel-container__Fcdth>.InfoLabel_info__EBgn2>.InfoLabel_value__Hg8VQ.InfoLabel_text__YdN4j{font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.InfoLabel_infolabel-container__Fcdth>.InfoLabel_info__EBgn2>.InfoLabel_value__Hg8VQ.InfoLabel_text__YdN4j{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.ArticleFeaturePart_article-feature__J1we_{display:flex;flex-direction:column;gap:12px;width:100%;cursor:pointer;background-color:#fff;border:1px solid #253b58;border-radius:8px;box-shadow:2px 2px 0 0 #253b58;transition:opacity .3s ease-in-out;text-decoration:none}@media only screen and (min-width:768px){.ArticleFeaturePart_article-feature__J1we_:hover{opacity:.7}}@media only screen and (max-width:767px){.ArticleFeaturePart_article-feature__J1we_{flex-shrink:0;gap:11px;width:190px}}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_image__VfVVo{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ{display:flex;flex-direction:column;gap:8px;padding:0 16px 16px}@media only screen and (max-width:767px){.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ{gap:5px;padding:0 10px 10px}}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ>.ArticleFeaturePart_title___Rm_0{color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ>.ArticleFeaturePart_border__Bbuux{border-top:1px solid #ddd}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ>.ArticleFeaturePart_link__kMnLL{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.05em;display:flex;gap:10px;align-items:flex-end;justify-content:flex-end;width:100%;padding:10px 5px 0;color:#0268ed}@media only screen and (max-width:767px){.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ>.ArticleFeaturePart_link__kMnLL{gap:5px;padding:5px 5px 0}.ArticleFeaturePart_article-feature__J1we_>.ArticleFeaturePart_info__Cl5tJ>.ArticleFeaturePart_link__kMnLL>.ArticleFeaturePart_arrow__xiIvW{width:10px;height:10px}}.FirstViewInteractive_menu-wrapper__3lLRC{position:relative;z-index:2;height:100%}@media only screen and (max-width:767px){.FirstViewInteractive_menu-wrapper__3lLRC{width:100%;height:auto;order:2}}.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8{position:relative;height:100%;display:flex;flex-direction:column;gap:10px;align-items:center;padding:28px 20px}@media only screen and (max-width:767px){.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8{position:relative;width:100%;height:auto;padding:12px;justify-content:center}}@media only screen and (min-width:768px){.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_background__h48Qk{display:none}}.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_background__h48Qk{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_background__h48Qk:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_background__h48Qk>.FirstViewInteractive_image__R69zi{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_search__W_fOw{width:280px;height:440px;display:flex;flex-direction:column;margin-top:10px}@media only screen and (max-width:767px){.FirstViewInteractive_menu-wrapper__3lLRC>.FirstViewInteractive_menu__6EU_8>.FirstViewInteractive_search__W_fOw{width:100%;margin-top:0}}.CardShopSearchMenu_card-shop-search-menu__WiDqF{display:flex;flex-direction:column;gap:20px;padding:12px;width:280px;height:412px;background-color:#fff;border-radius:8px}@media only screen and (max-width:767px){.CardShopSearchMenu_card-shop-search-menu__WiDqF{width:351px;height:368px}}.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj{display:flex;flex-direction:column;gap:10px}.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_pc__TneLz{display:grid;grid-template-rows:repeat(4,auto);grid-auto-flow:column;grid-gap:16px;gap:16px;cursor:pointer}@media only screen and (max-width:767px){.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_pc__TneLz{display:none}}.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_sp__V7LX0{display:grid;grid-auto-flow:column;grid-template-columns:repeat(3,auto);grid-template-rows:repeat(3,1fr);grid-column-gap:12px;column-gap:12px;grid-row-gap:16px;row-gap:16px;margin-top:10px}@media only screen and (min-width:768px){.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_sp__V7LX0{display:none}}.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_wrapper__Yrn56{gap:10px;display:flex;flex-direction:column}@media only screen and (max-width:767px){.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_inputs__17NXj>.CardShopSearchMenu_wrapper__Yrn56{display:flex;flex-direction:row;width:100%;gap:5px}}.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_button__GNlSz{height:44px;isolation:isolate}@media only screen and (max-width:767px){.CardShopSearchMenu_card-shop-search-menu__WiDqF>.CardShopSearchMenu_button__GNlSz{margin-top:4px}}.NewReleaseScheduleParts_release-schedule__o9WZl{display:flex;gap:11px;width:256px;text-decoration:none;color:#333;transition:opacity .3s ease-in-out}@media only screen and (min-width:768px){.NewReleaseScheduleParts_release-schedule__o9WZl:hover{opacity:.7}}@media only screen and (max-width:767px){.NewReleaseScheduleParts_release-schedule__o9WZl{width:100%}}.NewReleaseScheduleParts_release-schedule__o9WZl>.NewReleaseScheduleParts_wrapper__Z9ndk{width:100px;height:70px;border-radius:4px;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;flex-shrink:0}.NewReleaseScheduleParts_release-schedule__o9WZl>.NewReleaseScheduleParts_wrapper__Z9ndk>.NewReleaseScheduleParts_image__43bmn{object-fit:contain}.NewReleaseScheduleParts_release-schedule__o9WZl>.NewReleaseScheduleParts_info__Lkz3o{display:flex;gap:8px;justify-content:center;align-items:center}.NewReleaseScheduleParts_release-schedule__o9WZl>.NewReleaseScheduleParts_info__Lkz3o>.NewReleaseScheduleParts_arrow__zOLav{width:14px;height:14px}.NewReleaseScheduleParts_release-schedule__o9WZl.NewReleaseScheduleParts_schedule__yX0NW{width:383px;padding:20px;gap:10px;color:#333;background:#fff}@media only screen and (max-width:767px){.NewReleaseScheduleParts_release-schedule__o9WZl.NewReleaseScheduleParts_schedule__yX0NW{width:100%}}.NewReleaseScheduleParts_release-schedule__o9WZl.NewReleaseScheduleParts_schedule__yX0NW>.NewReleaseScheduleParts_wrapper__Z9ndk{width:84px;height:105px}.NewReleaseScheduleParts_release-schedule__o9WZl.NewReleaseScheduleParts_schedule__yX0NW>.NewReleaseScheduleParts_info__Lkz3o{justify-content:space-between;width:100%}.NewReleaseScheduleParts_release-schedule__o9WZl.NewReleaseScheduleParts_schedule__yX0NW>.NewReleaseScheduleParts_info__Lkz3o>.NewReleaseScheduleParts_arrow__zOLav{width:11px;height:11px}.ProductInfo_product-info__Rjuom{display:flex;gap:4px;flex-direction:column;height:100%}.ProductInfo_product-info__Rjuom>.ProductInfo_name__5iR_a{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr{display:flex;flex-direction:column;gap:4px}@media only screen and (min-width:768px){.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr{display:none}.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr.ProductInfo_show-on-pc__cihbs{display:flex}}.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr>.ProductInfo_row__2YVgm{display:flex;align-items:center;gap:4px}.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr>.ProductInfo_row__2YVgm>.ProductInfo_label__wqsKu{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:1;letter-spacing:.05em;margin:0}.ProductInfo_product-info__Rjuom>.ProductInfo_price-info__AF3Gr>.ProductInfo_row__2YVgm>.ProductInfo_price__j94Ki{font-family:Roboto,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em}.NewReleaseScheduleSearch_release-schedule-search__twqjo{width:100%;display:flex;flex-direction:column;align-items:center}.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_tabs__PEb_4{padding:0 14px;width:100%}@media only screen and (max-width:767px){.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_tabs__PEb_4{width:100%;max-width:327px;height:30px}}.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_content__70FIU{width:100%;display:flex;flex-direction:column;gap:20px;justify-content:space-between;height:376px;padding:34px 12px;background:#fff;border-radius:8px}@media only screen and (max-width:767px){.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_content__70FIU{width:351px;height:338px;padding:12px 11px}}.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_content__70FIU>.NewReleaseScheduleSearch_schedules__bGrwg{display:flex;flex-direction:column;gap:20px}.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_content__70FIU>.NewReleaseScheduleSearch_text__PaNdq{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;display:flex;flex-grow:1;align-items:center;justify-content:center}.NewReleaseScheduleSearch_release-schedule-search__twqjo>.NewReleaseScheduleSearch_content__70FIU>.NewReleaseScheduleSearch_link__EbWJY{height:44px;text-decoration:none;margin-top:auto;isolation:isolate}.TabControl_tabcontrol-container__eFM3f{width:290px;justify-content:space-between;display:flex;align-items:center}@media only screen and (max-width:767px){.TabControl_tabcontrol-container__eFM3f{margin-inline:auto}}.TabControl_tabcontrol-container__eFM3f>.TabControl_left__YTViH,.TabControl_tabcontrol-container__eFM3f>.TabControl_right__hd_bX{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;transition:transform .2s ease-in-out}@media only screen and (min-width:768px){.TabControl_tabcontrol-container__eFM3f>.TabControl_left__YTViH:focus,.TabControl_tabcontrol-container__eFM3f>.TabControl_left__YTViH:hover,.TabControl_tabcontrol-container__eFM3f>.TabControl_right__hd_bX:focus,.TabControl_tabcontrol-container__eFM3f>.TabControl_right__hd_bX:hover{transform:scale(1.3)}}.TabControl_tabcontrol-container__eFM3f>.TabControl_left__YTViH:active,.TabControl_tabcontrol-container__eFM3f>.TabControl_right__hd_bX:active{transform:scale(.95)}@media only screen and (max-width:767px){.TabControl_tabcontrol-container__eFM3f>.TabControl_left__YTViH,.TabControl_tabcontrol-container__eFM3f>.TabControl_right__hd_bX{height:20px}}.TorecaCompetitionInfo_toreca-competition-info__Z8Z_e{display:flex;flex-direction:column;gap:40px;padding:39px 12px;width:280px;height:412px;background-color:#fff;border-radius:8px}@media only screen and (max-width:767px){.TorecaCompetitionInfo_toreca-competition-info__Z8Z_e{padding:26px 12px;gap:20px;width:351px;height:368px}}.TorecaCompetitionInfo_toreca-competition-info__Z8Z_e>.TorecaCompetitionInfo_inputs__5YNIn{display:flex;flex-direction:column;gap:10px}.TorecaCompetitionInfo_toreca-competition-info__Z8Z_e>.TorecaCompetitionInfo_link__58q6v{height:44px;text-decoration:none;isolation:isolate}.CalendarInput_calendarinput-container__6nZ2c{display:flex;align-items:center;justify-content:space-between;height:42px;border-radius:2px;background-color:#fff;color:#666;gap:5px}.CalendarInput_calendarinput-container__6nZ2c>.CalendarInput_label__UJP_g{white-space:nowrap;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.05em}.CalendarInput_calendarinput-container__6nZ2c>.CalendarInput_calendars__QXJgd{display:flex;align-items:center;gap:5px}.BasicCalendar_basic-calendar__3a7Xg{width:97px;height:42px;position:relative;cursor:pointer}@media only screen and (max-width:767px){.BasicCalendar_basic-calendar__3a7Xg{width:132.5px}}.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_date-input__NKUp5{width:100%;height:100%;border-radius:2px;border:1px solid #666;background-color:#fff;cursor:pointer;opacity:0;position:absolute;top:0;left:0;z-index:2;transition:box-shadow .3s ease-in-out}@media only screen and (min-width:768px){.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_date-input__NKUp5:hover+.BasicCalendar_overlay__jMDrq{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_date-input__NKUp5:focus+.BasicCalendar_overlay__jMDrq{border-color:#0268ed}.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_overlay__jMDrq{width:100%;height:100%;border-radius:2px;padding:5px 8px;display:flex;align-items:center;justify-content:space-between;border:1px solid #666;background-color:#fff;pointer-events:none;transition:border-color .3s ease-in-out}.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_overlay__jMDrq>.BasicCalendar_date__Ufeh9{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0;color:#666}.BasicCalendar_basic-calendar__3a7Xg>.BasicCalendar_overlay__jMDrq>.BasicCalendar_icon__vxTeF{width:18px;height:18px}.TorecaTopEasySearch_top-search__tBlLU{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}@media only screen and (max-width:767px){.TorecaTopEasySearch_top-search__tBlLU{gap:10px;z-index:3}}.FirstViewMenuButtons_menu-buttons__00v4l{display:flex;flex-direction:column;gap:10px;align-items:center}@media only screen and (max-width:767px){.FirstViewMenuButtons_menu-buttons__00v4l{display:none}}.FirstViewMenuButtons_menu-buttons__00v4l>.FirstViewMenuButtons_logo__NWlen{width:194px}.FirstViewMenuButtons_menu-buttons__00v4l>.FirstViewMenuButtons_buttons__NVn5_{display:flex;align-items:center;gap:28px;box-shadow:2px 4px 4px rgba(0,0,0,.25);padding:0}.FirstViewLabels_map-labels__yKnBG{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14{pointer-events:auto;position:absolute;cursor:pointer;transition:transform .2s ease,opacity .2s ease}@media only screen and (min-width:768px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14:hover{transform:translateY(-8px);opacity:.9}}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=card-shop]{top:294px;left:3px}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=card-shop]:before{content:"";position:absolute;pointer-events:auto;top:40px;left:30px;width:150px;height:150px}@media only screen and (max-width:767px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=card-shop]{top:5.54%;left:2.93%}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=card-shop]:before{top:5.33vw;left:1.33vw;width:21.33vw;height:21.33vw}}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=news]{top:231px;left:310px}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=news]:before{content:"";position:absolute;pointer-events:auto;top:-180px;left:30px;width:120px;height:200px}@media only screen and (max-width:767px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=news]{top:41.61%;left:15.5%}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=news]:before{top:-30vw;left:11vw;width:10.13vw;height:30.4vw}}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=buying-price]{top:455px;left:250px}@media only screen and (max-width:767px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=buying-price]{top:64.09%;left:3.47%}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=buying-price]:before{top:-20vw;left:4vw;width:21.33vw;height:20.53vw}}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=schedule]{bottom:73px;left:421px}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=schedule]:before{content:"";position:absolute;pointer-events:auto;top:-100px;left:40px;width:130px;height:130px}@media only screen and (max-width:767px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=schedule]{bottom:14.77%;left:30%}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=schedule]:before{top:-18.33vw;left:8.33vw;width:18.53vw;height:18.53vw}}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=tournament]{bottom:179px;left:590px}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=tournament]:before{content:"";position:absolute;pointer-events:auto;top:-110px;left:25px;width:130px;height:120px}@media only screen and (max-width:767px){.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=tournament]{top:66.95%;right:10.5%;left:auto}.FirstViewLabels_map-labels__yKnBG>.FirstViewLabels_label__kDC14[data-label=tournament]:before{top:-18.67vw;left:6.5vw;width:20.53vw;height:20.13vw}}.FirstViewSection_first-view-section__9wmc0{position:relative;width:100%;height:708px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.FirstViewSection_first-view-section__9wmc0{flex-direction:column;height:auto}.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_background__2aZhk{display:none}}.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_background__2aZhk{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_background__2aZhk:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2);z-index:1}.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_background__2aZhk>.FirstViewSection_image__u8PcZ{object-fit:cover;object-position:center}.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_fv__y81pl{position:relative;width:1077px;flex-shrink:0;z-index:1}@media only screen and (max-width:767px){.FirstViewSection_first-view-section__9wmc0>.FirstViewSection_fv__y81pl{order:1;width:100%;height:auto}}.NewsSection_news-section__9_89_{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:24px 12px 39px}@media only screen and (min-width:768px){.NewsSection_news-section__9_89_{justify-content:flex-start;padding:60px max(120px,(100vw - 1200px)/2)}}.NewsSection_news-section__9_89_>.NewsSection_inner__4NcEw{display:flex;flex-direction:column;row-gap:12px;align-items:center}@media only screen and (min-width:768px){.NewsSection_news-section__9_89_>.NewsSection_inner__4NcEw{row-gap:50px}}.NewsSection_news-section__9_89_>.NewsSection_inner__4NcEw>.NewsSection_news__YPHgW.NewsSection_-pc__cubuS{width:768px}@media only screen and (max-width:767px){.NewsSection_news-section__9_89_>.NewsSection_inner__4NcEw>.NewsSection_news__YPHgW.NewsSection_-pc__cubuS{display:none}}@media only screen and (min-width:768px){.NewsSection_news-section__9_89_>.NewsSection_inner__4NcEw>.NewsSection_news__YPHgW.NewsSection_-sp__pbGmr{display:none}}.NewsSection_news-section__9_89_>.NewsSection_buildings__49h0G{position:absolute;top:-137px;left:554px;z-index:-3;opacity:.8}@media only screen and (max-width:767px){.NewsSection_news-section__9_89_>.NewsSection_buildings__49h0G{display:none}}.NewsSection_news-section__9_89_>.NewsSection_background__Ir9LV{width:100%;height:auto!important}.NewsSection_news-section__9_89_>.NewsSection_background__Ir9LV.NewsSection_-pc__cubuS{top:min(-8.125vw,-117px)!important;left:0;z-index:-4}@media only screen and (max-width:767px){.NewsSection_news-section__9_89_>.NewsSection_background__Ir9LV.NewsSection_-pc__cubuS{display:none}}.NewsSection_news-section__9_89_>.NewsSection_background__Ir9LV.NewsSection_-sp__pbGmr{z-index:-1}@media only screen and (min-width:768px){.NewsSection_news-section__9_89_>.NewsSection_background__Ir9LV.NewsSection_-sp__pbGmr{display:none}}.NewsSection_building-image-wrapper__hwpmb{top:-27px;right:-46px}@media only screen and (min-width:768px){.NewsSection_building-image-wrapper__hwpmb{display:none}}.NewsSection_building-image-wrapper__hwpmb>.NewsSection_image__vSacc{opacity:.7}.PurchasePriceSection_purchase-price-section__OVxeE{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:25px 12px 36px}@media only screen and (min-width:768px){.PurchasePriceSection_purchase-price-section__OVxeE{justify-content:flex-start;padding:60px max(120px,(100vw - 1200px)/2)}}.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_inner__wU6L_{display:flex;flex-direction:column;row-gap:12px;align-items:center}@media only screen and (min-width:768px){.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_inner__wU6L_{row-gap:50px}}.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_buildings__TTl0S{position:absolute;top:-25px;left:-138px;z-index:-1;opacity:.8;transform:scaleX(-1)}@media only screen and (max-width:767px){.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_buildings__TTl0S{display:none}}.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_background__mA_gr{width:100%;height:auto!important}.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_background__mA_gr.PurchasePriceSection_-pc__wuXi6{top:min(-17.5694444444vw,-253px)!important;left:0!important;z-index:-2}@media only screen and (max-width:767px){.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_background__mA_gr.PurchasePriceSection_-pc__wuXi6{display:none}}.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_background__mA_gr.PurchasePriceSection_-sp__xoglF{z-index:-1}@media only screen and (min-width:768px){.PurchasePriceSection_purchase-price-section__OVxeE>.PurchasePriceSection_background__mA_gr.PurchasePriceSection_-sp__xoglF{display:none}}.PurchasePriceSection_building-image-wrapper__WcFdR{top:-28px;left:-5px}@media only screen and (min-width:768px){.PurchasePriceSection_building-image-wrapper__WcFdR{display:none}}.PurchasePriceSection_building-image-wrapper__WcFdR>.PurchasePriceSection_image__HFCK9{opacity:.7;transform:scaleX(-1)}.ScheduleSection_schedule-section__zTNSb{position:relative;width:100%;height:677px;padding:90px max(120px,(100vw - 1200px)/2) 60px}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb{height:auto;padding:34px 17px}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_board__EFKsA{position:absolute;top:36px;right:120px;z-index:-1;opacity:.8}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_board__EFKsA{display:none}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_curve__cyESc{position:absolute;top:min(-4.2361111111vw,-61px)!important;z-index:-2;width:100%;height:auto!important}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_curve__cyESc{display:none}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq{display:flex;gap:112px;width:100%}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9{display:flex;flex-direction:column;gap:50px;align-items:center;width:768px}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9{gap:12px;width:100%}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_cards__U__iV{display:flex;gap:24px;align-items:center;width:100%;padding:0 2px 2px 0}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_cards__U__iV{gap:16px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_empty__sG070{width:100%;height:233px;background-color:#fff;border-radius:8px;border:1px solid #fff;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_empty__sG070{max-width:351px;height:199px}}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_empty__sG070>.ScheduleSection_text__lopm9{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#333}.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_link__mykwH{height:50px;isolation:isolate}@media only screen and (max-width:767px){.ScheduleSection_schedule-section__zTNSb>.ScheduleSection_content__n_VRq>.ScheduleSection_inner__E7PR9>.ScheduleSection_link__mykwH{height:44px;margin-top:10px}}.ScheduleSection_building-image-wrapper__8_nkk{position:absolute;top:-30px;right:-10px}@media only screen and (min-width:768px){.ScheduleSection_building-image-wrapper__8_nkk{display:none}}.ScheduleSection_building-image-wrapper__8_nkk>.ScheduleSection_image___WMC7{opacity:.7}.AboutUsPc_about-us-pc__qqUTY{position:relative;width:320px;border-radius:16px;padding:36px 24px;background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);box-shadow:2px 4px 0 0 rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;justify-content:center}@media only screen and (max-width:767px){.AboutUsPc_about-us-pc__qqUTY{display:none}}.AboutUsPc_about-us-pc__qqUTY:before{content:"";position:absolute;inset:5px;border-radius:11px;background:linear-gradient(0deg,rgba(2,189,249,.1) 15.909%,rgba(2,104,237,.1) 109.09%),linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9));pointer-events:none}.ReSearchButton_research-button__Doyoy{width:768px;padding:28px 40px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-top:2px solid #ddd;border-bottom:2px solid #ddd;isolation:isolate}@media only screen and (max-width:767px){.ReSearchButton_research-button__Doyoy{width:100%;padding:10px 20px;gap:20px;position:fixed;bottom:0;left:0;right:0;z-index:10}}.ReSearchButton_research-button__Doyoy>.ReSearchButton_icons__AnzVm{display:flex;gap:20px;position:relative}@media only screen and (max-width:767px){.ReSearchButton_research-button__Doyoy>.ReSearchButton_icons__AnzVm{gap:12px}}.ReSearchButton_research-button__Doyoy>.ReSearchButton_button__rXpTh{height:44px;width:280px}@media only screen and (max-width:767px){.ReSearchButton_research-button__Doyoy>.ReSearchButton_button__rXpTh{width:100%}}.CardShopSearchMenu_cardshop-search__4EdYm{width:520px}.CardShopSearchMenu_cardshop-search__4EdYm,.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_inputs__gS9Mr{display:flex;flex-direction:column;gap:10px}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_inputs__gS9Mr>.CardShopSearchMenu_options__U3nZD{display:flex;width:100%;gap:10px}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_checkboxes__KztQK{display:grid;grid-template-columns:repeat(4,auto);grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-gap:16px;gap:16px;cursor:pointer}@media only screen and (max-width:767px){.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_checkboxes__KztQK{display:none}}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_button__OBfks{width:280px;height:40px;margin-inline:auto;margin-top:13px}@media only screen and (max-width:767px){.CardShopSearchMenu_cardshop-search__4EdYm{width:100%;gap:20px}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_inputs__gS9Mr>.CardShopSearchMenu_options__U3nZD{gap:5px}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_checkboxes__KztQK{grid-template-columns:repeat(3,auto);grid-template-rows:repeat(3,auto);display:grid}.CardShopSearchMenu_cardshop-search__4EdYm>.CardShopSearchMenu_button__OBfks{width:100%;height:44px;margin-top:0;isolation:isolate}}.ShopSearchSection_shop-search___dO_M{width:100%;display:flex;justify-content:center;align-items:center;gap:0;height:42px}@media only screen and (max-width:767px){.ShopSearchSection_shop-search___dO_M{display:none}}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_aria__jUpUQ{width:220px;border-radius:0}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_title__BFine{width:221px;margin-left:-1px;border-radius:0}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_card__4Rrqa{width:291px;border-radius:0;margin-left:-1px}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_shop__ksMka{width:291px;margin-left:-1px}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_condition__zDERD{width:141px;margin-left:-1px}.ShopSearchSection_shop-search___dO_M>.ShopSearchSection_search__KoUgG{width:42px;height:42px;display:flex;justify-content:center;align-items:center;background-color:#0268ed;border:none;position:relative;cursor:pointer}.ConditionSelectOption_selectoption-container__WpsRp{position:relative;display:inline-flex;align-items:center;width:100%}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_icon__fvUt5{position:absolute;left:5px;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:1}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti{width:100%;height:42px;box-sizing:border-box;border:1px solid #666;padding:5px 5px 5px 27px;border-radius:2px;outline:none;background-color:#fff;cursor:pointer;transition:box-shadow .3s ease-in-out;text-align:left}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti.ConditionSelectOption_border-radius-none__zN6ya{border-radius:0}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}@media only screen and (min-width:768px){.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti:hover{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti:focus{border-color:#0268ed}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti>.ConditionSelectOption_value__kdWTl{display:flex;width:100%;justify-content:space-between;align-items:center;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti>.ConditionSelectOption_value__kdWTl>.ConditionSelectOption_placeholder__yeL_D{display:flex;width:100%;align-items:center;color:#666;gap:4px}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_select__2nkti>.ConditionSelectOption_value__kdWTl>.ConditionSelectOption_placeholder__yeL_D>.ConditionSelectOption_badge___DK7S{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0 6px;background-color:#0268ed;border-radius:10px;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:500;line-height:1;letter-spacing:.05em}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_dropdown__GMHXE{border-radius:12px;position:absolute;top:100%;right:0;width:-moz-fit-content;width:fit-content;max-height:598px;overflow-y:auto;background-color:#fff;list-style:none;z-index:100;box-shadow:2px 4px 10px 0 rgba(0,0,0,.2);scrollbar-width:none;-ms-overflow-style:none}.ConditionSelectOption_selectoption-container__WpsRp>.ConditionSelectOption_dropdown__GMHXE::-webkit-scrollbar{display:none}.SearchConditionDetailPanel_search-condition-detail-panel__WKMC_{width:290px;height:180px;border-radius:8px;padding:10px 20px 20px;gap:4px;display:flex;flex-direction:column;box-shadow:0 0 20px 0 rgba(51,51,51,.2)}.SearchConditionDetailPanel_search-condition-detail-panel__WKMC_>.SearchConditionDetailPanel_top__qqSMj{margin-left:auto}.SearchConditionDetailPanel_search-condition-detail-panel__WKMC_>.SearchConditionDetailPanel_checkboxes__1mVce{display:grid;grid-template-rows:repeat(4,auto);grid-auto-flow:column;grid-gap:16px;gap:16px;cursor:pointer}.ShopDetailLayout_shop-detail-layout__YXZei{width:100%;position:relative;display:flex;flex-direction:column}@media only screen and (max-width:767px){.ShopDetailLayout_shop-detail-layout__YXZei{padding-bottom:20px}}.ShopDetailLayout_shop-content-section__0pSXp{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.ShopDetailLayout_shop-content-section__0pSXp{flex-direction:column-reverse;gap:0}.ShopDetailLayout_divider__b_2x6{display:none}}.PrInfo_pr-info__7x28L{position:relative;width:320px;border-radius:16px;padding:40px 24px;background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center}@media only screen and (max-width:767px){.PrInfo_pr-info__7x28L{display:none}}.PrInfo_pr-info__7x28L:before{content:"";position:absolute;inset:5px;border-radius:11px;background:linear-gradient(0deg,rgba(2,189,249,.1) 15.909%,rgba(2,104,237,.1) 109.09%),linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9));pointer-events:none}.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ,.PrInfo_pr-info__7x28L>.PrInfo_title__LaUjR{position:relative;z-index:1}.PrInfo_pr-info__7x28L>.PrInfo_title__LaUjR{width:100%;display:flex;justify-content:center;margin-bottom:28px}@media only screen and (max-width:767px){.PrInfo_pr-info__7x28L>.PrInfo_title__LaUjR{margin-bottom:16px}}.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ{width:100%;display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ{gap:16px}}.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ>.PrInfo_link__dnQaH{width:100%;text-decoration:none;display:block;cursor:pointer}.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ>.PrInfo_link__dnQaH>.PrInfo_image__jwUBG{text-align:center}.PrInfo_pr-info__7x28L>.PrInfo_items__cdFSZ>.PrInfo_link__dnQaH>.PrInfo_image__jwUBG>.PrInfo_img__GdQb8{object-fit:cover}.NewReleaseScheduleSection_new-release__u5sQ6{width:100%;display:flex;justify-content:center}.NewReleaseScheduleSection_new-release__u5sQ6>.NewReleaseScheduleSection_inner__pTAvO{width:100%;max-width:768px;display:flex;flex-direction:column}.NewReleaseScheduleSection_new-release__u5sQ6>.NewReleaseScheduleSection_inner__pTAvO>.NewReleaseScheduleSection_days__zWoGn{width:100%;display:flex;flex-direction:column}.NewReleaseScheduleSection_new-release__u5sQ6>.NewReleaseScheduleSection_inner__pTAvO>.NewReleaseScheduleSection_days__zWoGn>.NewReleaseScheduleSection_empty__B4loe{color:#333;padding:20px;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.NewReleaseScheduleSection_new-release__u5sQ6>.NewReleaseScheduleSection_inner__pTAvO>.NewReleaseScheduleSection_days__zWoGn>.NewReleaseScheduleSection_empty__B4loe{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopsResultSection_shop-result-section__rzxO6{display:flex;flex-direction:column;gap:20px;width:100%}@media only screen and (max-width:767px){.ShopsResultSection_shop-result-section__rzxO6{padding:20px}}.ShopsResultSection_shop-result-section__rzxO6>.ShopsResultSection_count__L1_PW{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.3;letter-spacing:.05em;color:#253b58}.ShopsResultSection_shop-result-section__rzxO6>.ShopsResultSection_cards__DkPU0{display:grid;grid-template-columns:repeat(2,360px);grid-gap:28px;gap:28px}@media only screen and (max-width:767px){.ShopsResultSection_shop-result-section__rzxO6>.ShopsResultSection_cards__DkPU0{display:flex;flex-direction:column;align-items:center;gap:28px}}.ShopsResultSection_shop-result-section__rzxO6>.ShopsResultSection_pagination__M1hFF{width:100%;display:flex;justify-content:center}@media only screen and (max-width:767px){.ShopsResultSection_shop-result-section__rzxO6>.ShopsResultSection_pagination__M1hFF{margin:20px 0}}.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B{width:100%;display:flex;flex-wrap:wrap;align-items:center}@media only screen and (max-width:767px){.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B{flex-direction:column;flex-wrap:nowrap;align-items:stretch}}.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_title__puFyo{width:100%}.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW{display:flex;gap:40px;padding:24px 50px;width:100%}@media only screen and (max-width:767px){.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW{gap:0;padding:0;flex-direction:column}}.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW>.ShopsResultUpperPartSection_breadcrumb__jnjvE{display:flex;align-items:center}@media only screen and (max-width:767px){.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW>.ShopsResultUpperPartSection_breadcrumb__jnjvE{padding:10px 16px}}.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW>.ShopsResultUpperPartSection_tags__cvxUi{display:flex;gap:10px;align-items:center;flex-wrap:wrap}@media only screen and (max-width:767px){.ShopsResultUpperPartSection_shops-result-upper-part-section__ORT2B>.ShopsResultUpperPartSection_wrapper__yn1UW>.ShopsResultUpperPartSection_tags__cvxUi{padding:10px 16px;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}}.ReleaseScheduleCard_release-card___z0Ig{box-shadow:2px 2px 0 0 #253b58;border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:8px;width:240px;background:#fff;border:1px solid #253b58;transition:opacity .3s ease-in-out;text-decoration:none}@media only screen and (min-width:768px){.ReleaseScheduleCard_release-card___z0Ig:hover{opacity:.7}}@media only screen and (max-width:767px){.ReleaseScheduleCard_release-card___z0Ig{width:-moz-fit-content;width:fit-content}}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_header__0pl7i{width:100%;height:auto;gap:5px;display:flex;flex-direction:column}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_header__0pl7i>.ReleaseScheduleCard_title__DZme7{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#253b58;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_header__0pl7i>.ReleaseScheduleCard_title__DZme7{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_info__SE_RQ{display:flex;gap:6px}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_info__SE_RQ>.ReleaseScheduleCard_wrapper__cFD_q{width:80px;height:100px;border-radius:4px;border:1px solid #ddd;display:flex;justify-content:center;align-items:center;flex-shrink:0}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_info__SE_RQ>.ReleaseScheduleCard_wrapper__cFD_q>.ReleaseScheduleCard_image__EfMus{object-fit:contain}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_info__SE_RQ>.ReleaseScheduleCard_details__0v92n{flex:1 0;align-self:stretch;min-width:0;display:flex;flex-direction:column;gap:8px}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.05em;width:100%;height:27px;display:flex;justify-content:flex-end;align-items:flex-end;padding:10px 5px 0}@media only screen and (max-width:767px){.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT{height:19px;padding:5px 5px 0}}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT>.ReleaseScheduleCard_link__JkqyW{display:flex;align-items:center;gap:10px;color:#0268ed;text-decoration:none;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT>.ReleaseScheduleCard_link__JkqyW{gap:5px;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:600;line-height:1;letter-spacing:.05em}}.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT>.ReleaseScheduleCard_link__JkqyW>.ReleaseScheduleCard_arrow__cpVWN{margin-top:6px}@media only screen and (max-width:767px){.ReleaseScheduleCard_release-card___z0Ig>.ReleaseScheduleCard_official__HTShT>.ReleaseScheduleCard_link__JkqyW>.ReleaseScheduleCard_arrow__cpVWN{width:10px;height:10px;margin-top:3px}}.SpotlightSection_spotlight-section__r20A6{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:24px 20px 36px}@media only screen and (min-width:768px){.SpotlightSection_spotlight-section__r20A6{justify-content:flex-start;padding:60px max(120px,(100vw - 1200px)/2)}}.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7{display:flex;flex-direction:column;align-items:center;width:100%}@media only screen and (min-width:768px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7{width:768px}}.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7>.SpotlightSection_articles__pXPo9{display:flex;gap:16px;align-items:center;width:100%;padding:0 2px 2px 0}@media only screen and (max-width:767px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7>.SpotlightSection_articles__pXPo9{margin-top:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}}@media only screen and (min-width:768px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7>.SpotlightSection_articles__pXPo9{gap:24px;margin-top:50px}}.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7>.SpotlightSection_link__15uHd{display:block;margin:36px auto 0;text-decoration:none}@media only screen and (min-width:768px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_inner__sl9J7>.SpotlightSection_link__15uHd{margin-top:50px}}.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_globe__egaIE{position:absolute;top:-114.5px;left:482px;z-index:-1;opacity:.8;transform:scaleX(-1)}@media only screen and (max-width:767px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_globe__egaIE{display:none}}.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_background__a71bP{top:min(-12.0833333333vw,-174px)!important;left:0;z-index:-2;width:100%;height:auto!important}@media only screen and (max-width:767px){.SpotlightSection_spotlight-section__r20A6>.SpotlightSection_background__a71bP{display:none}}.SpotlightSection_globe-image-wrapper__GQgNS{top:-36px;left:-29px}@media only screen and (min-width:768px){.SpotlightSection_globe-image-wrapper__GQgNS{display:none}}.SpotlightSection_globe-image-wrapper__GQgNS>.SpotlightSection_image__QtPOt{opacity:.7;transform:scaleX(-1)}.TournamentSection_tournament-section__Fikwz{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:24px 16px 36px}@media only screen and (min-width:768px){.TournamentSection_tournament-section__Fikwz{justify-content:flex-start;padding:60px max(120px,(100vw - 1200px)/2)}}.TournamentSection_tournament-section__Fikwz>.TournamentSection_inner__AO1hR{display:flex;flex-direction:column;row-gap:12px;align-items:center}@media only screen and (min-width:768px){.TournamentSection_tournament-section__Fikwz>.TournamentSection_inner__AO1hR{row-gap:50px;width:768px}}.TournamentSection_tournament-section__Fikwz>.TournamentSection_inner__AO1hR>.TournamentSection_banners__dCg73{display:flex;flex-direction:column;row-gap:16px}@media only screen and (min-width:768px){.TournamentSection_tournament-section__Fikwz>.TournamentSection_inner__AO1hR>.TournamentSection_banners__dCg73{row-gap:40px}}.TournamentSection_tournament-section__Fikwz>.TournamentSection_buildings__kJGWt{position:absolute;top:6px;left:-130px;z-index:-1;opacity:.8}@media only screen and (max-width:767px){.TournamentSection_tournament-section__Fikwz>.TournamentSection_buildings__kJGWt{display:none}}.TournamentSection_tournament-section__Fikwz>.TournamentSection_background__tog7Y{width:100%;height:auto!important}.TournamentSection_tournament-section__Fikwz>.TournamentSection_background__tog7Y.TournamentSection_-pc__U53ib{top:min(-6.4583333333vw,-93px)!important;left:0;z-index:-2}@media only screen and (max-width:767px){.TournamentSection_tournament-section__Fikwz>.TournamentSection_background__tog7Y.TournamentSection_-pc__U53ib{display:none}}.TournamentSection_tournament-section__Fikwz>.TournamentSection_background__tog7Y.TournamentSection_-sp__AX61u{z-index:-1}@media only screen and (min-width:768px){.TournamentSection_tournament-section__Fikwz>.TournamentSection_background__tog7Y.TournamentSection_-sp__AX61u{display:none}}.TournamentSection_building-image-wrapper__eFUG3{top:-23px;right:-39px}@media only screen and (min-width:768px){.TournamentSection_building-image-wrapper__eFUG3{display:none}}.TournamentSection_building-image-wrapper__eFUG3>.TournamentSection_image__wpqVX{opacity:.7}.TournamentInfoBanner_tournament-info-banner-container__KdYxL{position:relative;width:600px;height:105px;border:3px solid #fff;border-radius:20px;box-shadow:4.776px 4.776px 9.552px rgba(0,0,0,.25);overflow:hidden;display:block;cursor:pointer}@media only screen and (max-width:767px){.TournamentInfoBanner_tournament-info-banner-container__KdYxL{width:335px;height:59px;border-width:2px;border-radius:8px;box-shadow:2px 2px 4px rgba(0,0,0,.25)}}.TournamentInfoBanner_tournament-info-banner-container__KdYxL>.TournamentInfoBanner_image__FqTGT{object-fit:cover}@media only screen and (max-width:767px){.TournamentInfoBanner_tournament-info-banner-container__KdYxL>.TournamentInfoBanner_image__FqTGT{width:335px;height:59px}}.TournamentInfoBanner_tournament-info-banner-container__KdYxL>.TournamentInfoBanner_date-text__RikOn{position:absolute;left:172px;bottom:8px;color:#fff;z-index:10;font-family:Noto Sans JP,sans-serif;font-size:23px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.TournamentInfoBanner_tournament-info-banner-container__KdYxL>.TournamentInfoBanner_date-text__RikOn{left:95px;bottom:4px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.Divider_divider__2wrxH{width:100%;height:2px;background-color:#ddd}.NewsCardSection_news-card-section__SVnsJ{display:flex;flex-direction:column;gap:40px}@media only screen and (max-width:767px){.NewsCardSection_news-card-section__SVnsJ{gap:20px;padding:20px}}.NewsCardSection_news-card-section__SVnsJ>.NewsCardSection_empty__fRGkY{text-align:center}.NewsCardSection_news-card-section__SVnsJ>.NewsCardSection_cards__R7LC_{display:flex;gap:16px;flex-wrap:wrap;padding:0 2px 2px 0}@media only screen and (max-width:767px){.NewsCardSection_news-card-section__SVnsJ>.NewsCardSection_cards__R7LC_{gap:16px;flex-wrap:nowrap;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.NewsCardSection_news-card-section__SVnsJ>.NewsCardSection_cards__R7LC_>*{flex-shrink:0}}.PopularNewsParts_news-part__qASJG{gap:11px;width:244px;height:259px;text-decoration:none;align-items:center;transition:opacity .3s ease-in-out;display:flex;flex-direction:column;box-shadow:2px 2px 0 0 #253b58;border:1px solid #253b58;border-radius:16px;overflow:hidden;background:#fff}@media only screen and (min-width:768px){.PopularNewsParts_news-part__qASJG:hover{opacity:.7}.PopularNewsParts_news-part__qASJG:hover>.PopularNewsParts_frame__jPVrP>.PopularNewsParts_image__mxhr5{scale:1.05}}@media only screen and (max-width:767px){.PopularNewsParts_news-part__qASJG{width:237px;gap:11px;height:233px;border-radius:8px}}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_frame__jPVrP{width:100%;height:137px;flex-shrink:0;overflow:hidden;position:relative}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_frame__jPVrP>.PopularNewsParts_image__mxhr5{object-fit:cover;transition:scale .3s ease-in-out}@media only screen and (max-width:767px){.PopularNewsParts_news-part__qASJG>.PopularNewsParts_frame__jPVrP>.PopularNewsParts_image__mxhr5{width:100%;height:100%;margin-bottom:auto}}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_frame__jPVrP>.PopularNewsParts_ranking__jGNfx{position:absolute;top:0;left:16px;width:28px;height:28px;background:linear-gradient(0deg,#02bdf9 -15.91%,#0268ed 109.09%);color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:1;letter-spacing:0}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX{display:flex;flex-direction:column;gap:5px;height:100%;width:100%;padding:0 20px 20px;box-sizing:border-box}@media only screen and (max-width:767px){.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX{gap:5px;padding:0 10px 10px}}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX>.PopularNewsParts_meta__Px_4B{display:flex;justify-content:space-between;align-items:center;width:100%}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX>.PopularNewsParts_meta__Px_4B>.PopularNewsParts_date__h_alp{color:#333;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.05em}.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX>.PopularNewsParts_title__92GYi{color:#333;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.PopularNewsParts_news-part__qASJG>.PopularNewsParts_content__jmdXX>.PopularNewsParts_title__92GYi{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.NewsListSection_news-list-section__JU0he{display:flex;flex-direction:column;gap:40px;width:768px}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he{gap:0;width:100%}}.NewsListSection_news-list-section__JU0he>.NewsListSection_empty__h_lAQ{text-align:center}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he>.NewsListSection_empty__h_lAQ{margin-bottom:20px}.NewsListSection_news-list-section__JU0he>.NewsListSection_empty__h_lAQ.NewsListSection_-no-title__617bt{margin-bottom:0;margin-top:20px}.NewsListSection_news-list-section__JU0he>.NewsListSection_title__flY6C{padding:20px}}.NewsListSection_news-list-section__JU0he>.NewsListSection_list__pWJAm{display:flex;flex-direction:column;align-items:center;gap:20px;background:#fff;border-radius:8px;box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);padding:28px 40px}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he>.NewsListSection_list__pWJAm{padding:0;gap:20px;border-radius:0;box-shadow:none;border-bottom:1px solid #ddd}}.NewsListSection_news-list-section__JU0he>.NewsListSection_list__pWJAm>.NewsListSection_news__8KSin{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he>.NewsListSection_list__pWJAm>.NewsListSection_news__8KSin{gap:0;width:100%}}.NewsListSection_news-list-section__JU0he>.NewsListSection_bottom__zt_bY{display:flex;justify-content:center;align-items:center}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he>.NewsListSection_bottom__zt_bY{padding:20px 24px}}.NewsListSection_news-list-section__JU0he>.NewsListSection_bottom__zt_bY>.NewsListSection_link__8Cb_z{height:50px}@media only screen and (max-width:767px){.NewsListSection_news-list-section__JU0he>.NewsListSection_bottom__zt_bY>.NewsListSection_link__8Cb_z{height:44px}}.NewsPart_news-part__YLu_y{display:flex;gap:20px;width:688px;height:auto;text-decoration:none;align-items:center;transition:opacity .3s ease-in-out}@media only screen and (min-width:768px){.NewsPart_news-part__YLu_y:hover{opacity:.7}.NewsPart_news-part__YLu_y:hover>.NewsPart_frame___R6xI>.NewsPart_image__GBS9y{scale:1.05}}@media only screen and (max-width:767px){.NewsPart_news-part__YLu_y{width:100%;gap:11px;padding:20px;border-bottom:1px solid #ddd;background:#fff}}.NewsPart_news-part__YLu_y>.NewsPart_frame___R6xI{width:160px;height:90px;flex-shrink:0;overflow:hidden;border-radius:4px}@media only screen and (max-width:767px){.NewsPart_news-part__YLu_y>.NewsPart_frame___R6xI{width:100px;height:56px}}.NewsPart_news-part__YLu_y>.NewsPart_frame___R6xI>.NewsPart_image__GBS9y{transition:scale .3s ease-in-out}@media only screen and (max-width:767px){.NewsPart_news-part__YLu_y>.NewsPart_frame___R6xI>.NewsPart_image__GBS9y{width:100px;height:56px;margin-bottom:auto}}.NewsPart_news-part__YLu_y>.NewsPart_content__sOxCo{display:flex;flex-direction:column;gap:8px;height:100%;flex:1 1;min-width:0}@media only screen and (max-width:767px){.NewsPart_news-part__YLu_y>.NewsPart_content__sOxCo{gap:5px}}.NewsPart_news-part__YLu_y>.NewsPart_content__sOxCo>.NewsPart_title__EK4_r{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#333;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.NewsPart_news-part__YLu_y>.NewsPart_content__sOxCo>.NewsPart_title__EK4_r{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.6;letter-spacing:.05em}}.NewsPartInfo_news-part-info__jkRw2{display:flex;align-items:center;gap:20px}@media only screen and (max-width:767px){.NewsPartInfo_news-part-info__jkRw2{gap:5px;justify-content:space-between;width:100%}}.NewsPartInfo_news-part-info__jkRw2>.NewsPartInfo_published-at__Cc5aM{color:#333;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.05em}.NewsSearchConditionSection_news-search-condition-section__8Mjxs{width:100%}.NewsListFilter_news-list-filter-container__zcAFU{width:600px;height:-moz-fit-content;height:fit-content;padding:28px 40px;border-radius:16px;background:#fff;box-shadow:0 0 20px 0 rgba(51,51,51,.2);display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.NewsListFilter_news-list-filter-container__zcAFU{width:100%;height:100%;overflow-y:auto;padding:0;border-radius:0}}.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_wrapper__zAOwU{display:flex;flex-direction:column;gap:20px}@media only screen and (max-width:767px){.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_wrapper__zAOwU{flex:1 1;padding:0 20px;gap:20px;overflow-y:auto}}.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_buttons__HEsLP{display:flex;width:100%;gap:20px;height:44px}@media only screen and (max-width:767px){.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_buttons__HEsLP{background:#ddd;width:100%;padding:20px;gap:16px;justify-content:center;align-items:center;height:84px}}.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_buttons__HEsLP>.NewsListFilter_reset__i23Ac{border:1px solid #253b58;color:#253b58;background:#fff;width:200px;height:44px;border-radius:2px;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em}.NewsListFilter_news-list-filter-container__zcAFU>.NewsListFilter_buttons__HEsLP>.NewsListFilter_search__gJjeK{background:#253b58;color:#fff;width:300px;height:44px;border-radius:2px;cursor:pointer;border:1px solid #253b58;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em}.UpperPart_upperpart-container__5FhPR{gap:16px;display:flex;flex-direction:column}@media only screen and (max-width:767px){.UpperPart_upperpart-container__5FhPR{gap:20px}}.UpperPart_upperpart-container__5FhPR>.UpperPart_control__LtACV{width:100%;display:flex;justify-content:space-between}@media only screen and (max-width:767px){.UpperPart_upperpart-container__5FhPR>.UpperPart_control__LtACV{width:100%;padding:20px;background:#ddd}}.UpperPart_upperpart-container__5FhPR>.UpperPart_control__LtACV>.UpperPart_title__muwXd{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em}.UpperPart_upperpart-container__5FhPR>.UpperPart_search__CHMtD{width:100%;display:flex;gap:20px;align-items:center}@media only screen and (max-width:767px){.UpperPart_upperpart-container__5FhPR>.UpperPart_search__CHMtD{width:calc(100% - 40px);margin-inline:20px}}.Filters_filters-container__PD2uq{display:flex;gap:10px;flex-wrap:wrap}.MultiSelectableTag_multi-selectable-tag__FTiBm{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0;display:inline-flex;align-items:center;justify-content:center;min-width:max-content;border-radius:18px;border:1px solid #666;color:#666;background-color:#fff;padding:8px 12px;cursor:pointer;transition:all .2s ease-in-out}.MultiSelectableTag_multi-selectable-tag__FTiBm.MultiSelectableTag_active__qvA55{background-color:rgba(2,104,237,.1);color:#0268ed;border-color:#0268ed}.FiltersWithTitle_filters-title__uiseV{width:100%;display:flex;flex-direction:column;gap:10px}.FiltersWithTitle_filters-title__uiseV>.FiltersWithTitle_title___qppX{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em}.FiltersWithTitle_filters-title__uiseV>.FiltersWithTitle_border__jo6IH{margin-top:10px;border-bottom:1px solid #ddd}.FiltersWithTitle_filters-title__uiseV>.FiltersWithTitle_border__jo6IH.FiltersWithTitle_borderNone__XWWmn{border:none;margin-top:0}.SearchConditionPanel_search-condition-panel__aAobX{border-radius:8px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #ddd;box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);padding:28px 40px;background-color:#fff;width:100%}@media only screen and (max-width:767px){.SearchConditionPanel_search-condition-panel__aAobX{padding:20px;box-shadow:none;border-radius:0}}.SearchConditionPanel_search-condition-panel__aAobX>.SearchConditionPanel_header__tv7jw{display:flex;justify-content:space-between;align-items:center}.SearchConditionPanel_search-condition-panel__aAobX>.SearchConditionPanel_header__tv7jw>.SearchConditionPanel_title__4DBU9{color:#253b58;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em}@media only screen and (max-width:767px){.SearchConditionPanel_search-condition-panel__aAobX>.SearchConditionPanel_header__tv7jw>.SearchConditionPanel_title__4DBU9{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.SearchConditionPanel_search-condition-panel__aAobX>.SearchConditionPanel_tags__hsnCA{display:flex;flex-wrap:wrap;align-items:center;padding:20px;gap:10px;border-radius:2px;background:#f4f4f4}@media only screen and (max-width:767px){.SearchConditionPanel_search-condition-panel__aAobX>.SearchConditionPanel_tags__hsnCA{padding:10px}}.SearchConditionPanel_submit__s5GoW{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background-color:#0268ed;border-radius:2px;cursor:pointer;border:none;padding:0}.SearchConditionPanel_submit__s5GoW>.SearchConditionPanel_icon__N3rCL{width:100%;height:100%}.FilterPart_filter-part__tRAka{position:relative}.FilterPart_filter-part__tRAka>.FilterPart_button__OiGMt{position:relative;border-radius:18px;border:1px solid #666;background:#fff;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:4px}.FilterPart_filter-part__tRAka>.FilterPart_button__OiGMt:hover{border:1px solid #ed9537}@media only screen and (max-width:767px){.FilterPart_filter-part__tRAka>.FilterPart_button__OiGMt{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.FilterPart_filter-part__tRAka>.FilterPart_button__OiGMt>.FilterPart_icon__Fhdvz{width:12px;height:12px}.FilterPart_filter-part__tRAka>.FilterPart_button__OiGMt>.FilterPart_badge__PQo5j{position:absolute;top:-7px;right:-1px;background:#ed9537;color:#fff;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif;font-size:10px;font-weight:500;line-height:normal;letter-spacing:.05em}.FilterPart_filter-part__tRAka>.FilterPart_panel__Bdv38{position:absolute;top:calc(100% + 8px);right:0;z-index:99;animation:FilterPart_slide-down__MzUrK .2s ease-out}@keyframes FilterPart_slide-down__MzUrK{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:767px){.FilterPart_filter-part__tRAka>.FilterPart_panel__Bdv38{position:fixed;inset:0;top:0;left:0;right:0;bottom:0;z-index:99;animation:FilterPart_slide-up__0z0my .3s ease-out}@keyframes FilterPart_slide-up__0z0my{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}.RemovableTag_removable-tag__ym37p{position:relative;display:inline-flex;align-items:center}.RemovableTag_removable-tag__ym37p>.RemovableTag_close___tHQV{position:absolute;top:-5px;right:-3px;width:14px;height:14px;border-radius:50%;background:#0268ed;color:#fff;font-size:13px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer}.RemovableTag_removable-tag__ym37p>.RemovableTag_close___tHQV:hover{opacity:.9}.CardRowSkeleton_pc__Kit6j{display:block}@media only screen and (max-width:767px){.CardRowSkeleton_pc__Kit6j{display:none}.CardRowSkeleton_sp__zeEGP{display:block}}@media only screen and (min-width:768px){.CardRowSkeleton_sp__zeEGP{display:none}}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg{display:flex;flex-direction:column;gap:28px;align-items:flex-start;width:100%}@media only screen and (max-width:767px){.BuybackPriceSearchSection_buyback-price-search-section__AEyhg{gap:24px;padding:20px}}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t{display:flex;flex-direction:column;gap:40px;align-items:center;width:100%}@media only screen and (max-width:767px){.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t{gap:20px}}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_inputs__Mu5qu{display:flex;gap:20px;align-items:flex-start;width:100%}@media only screen and (max-width:767px){.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_inputs__Mu5qu{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px 5px;gap:10px 5px}}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_inputs__Mu5qu>.BuybackPriceSearchSection_text__Opd8I{flex:1 1;min-width:0}@media only screen and (max-width:767px){.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_inputs__Mu5qu>.BuybackPriceSearchSection_text__Opd8I{grid-column:1/-1}}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_inputs__Mu5qu>.BuybackPriceSearchSection_select__9uQW7{flex:1 1;min-width:0}.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_button__I6qZD{width:400px;flex-shrink:0;display:flex;justify-content:center;text-decoration:none;position:relative}@media only screen and (max-width:767px){.BuybackPriceSearchSection_buyback-price-search-section__AEyhg>.BuybackPriceSearchSection_content__s7o0t>.BuybackPriceSearchSection_button__I6qZD{width:100%}}.MapSection_map-section__qD0_t{display:flex;flex-direction:column;gap:28px;align-items:flex-start;width:100%}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t{gap:16px;padding:20px}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY{display:flex;flex-direction:column;gap:10px;width:100%}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04{display:flex;gap:10px;align-items:center;width:100%}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04{display:contents}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_address__NaAY5{display:flex;gap:2px;align-items:center;flex:1 1;min-width:0}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_address__NaAY5{order:1;width:100%}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_address__NaAY5>.MapSection_icon__SrZW4{flex-shrink:0;width:18px;height:18px}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_address__NaAY5>.MapSection_text__IshLr{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666;line-height:1.4;letter-spacing:.42px}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_address__NaAY5>.MapSection_text__IshLr{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;letter-spacing:.36px}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_wrapper___e4kf{flex-shrink:0;width:240px;align-self:center}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_wrapper___e4kf{width:100%;order:3}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_wrapper___e4kf>.MapSection_link__Q03mK{flex-shrink:0;text-decoration:none;display:block}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_row__TOX04>.MapSection_wrapper___e4kf>.MapSection_link__Q03mK{display:flex;justify-content:center;align-items:center;margin-top:6px}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_map__P0TU7{width:100%;height:320px;border:0;border-radius:2px}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_map__P0TU7{height:200px;order:2}}.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_error__JM9Ii{display:flex;align-items:center;justify-content:center;width:100%;height:320px;background:#797d81;border-radius:2px;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.MapSection_map-section__qD0_t>.MapSection_content__WXPSY>.MapSection_error__JM9Ii{height:200px;order:2;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.OripaCarousel_oripa-carousel___VZH6{display:flex;flex-direction:column;gap:10px;width:100%}@media only screen and (max-width:767px){.OripaCarousel_oripa-carousel___VZH6{gap:0;position:relative}}.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe{overflow:hidden;padding:0 2px 2px 0}@media only screen and (max-width:767px){.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe{overflow-x:auto;overflow-y:hidden}}.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe>.OripaCarousel_container__KDjiW{display:flex;gap:16px}@media only screen and (max-width:767px){.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe>.OripaCarousel_container__KDjiW{gap:12px}}.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe>.OripaCarousel_container__KDjiW>.OripaCarousel_slide__xGs2p{flex:0 0 244px;min-width:0}@media only screen and (max-width:767px){.OripaCarousel_oripa-carousel___VZH6>.OripaCarousel_embla__aakTe>.OripaCarousel_container__KDjiW>.OripaCarousel_slide__xGs2p{flex:0 0 220px}}.OripaCard_oripa-card___VJaN{width:244px;background:#fff;border-radius:16px;border:1px solid #253b58;padding:20px;display:flex;flex-direction:column;gap:8px;box-shadow:2px 2px 0 0 #000}@media only screen and (max-width:767px){.OripaCard_oripa-card___VJaN{width:220px;padding:10px;flex-shrink:0;border-radius:8px;gap:4px}}.OripaCard_oripa-card___VJaN>.OripaCard_title___AwKw{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#000}.OripaCard_oripa-card___VJaN>.OripaCard_img__xVzCN{border-radius:8px;object-fit:contain}.OripaCard_oripa-card___VJaN>.OripaCard_row__veR_Q{display:flex;gap:8px}@media only screen and (max-width:767px){.OripaCard_oripa-card___VJaN>.OripaCard_row__veR_Q{gap:4px}}.OripaCard_info__lpyMg{background:#f4f4f4;padding:0;display:flex;flex-direction:column;overflow:hidden;flex:1 1}.OripaCard_info__lpyMg.OripaCard_blue__4v0vm>.OripaCard_label__RUN8m{background:#0268ed}.OripaCard_info__lpyMg.OripaCard_green__p_IsB>.OripaCard_label__RUN8m{background:#4caf50}.OripaCard_info__lpyMg.OripaCard_orange__FDp_Q>.OripaCard_label__RUN8m{background:#ed9537}.OripaCard_info__lpyMg>.OripaCard_label__RUN8m{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#fff;padding:0 5px;border-radius:2px 2px 0 0}@media only screen and (max-width:767px){.OripaCard_info__lpyMg>.OripaCard_label__RUN8m{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:500;line-height:1.6;letter-spacing:.05em;text-align:center;padding:0 4px}}.OripaCard_info__lpyMg>.OripaCard_text___zEO9{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em;color:#000;background:#f4f4f4;padding:3px 5px;border-radius:0 0 2px 2px;min-height:25px}@media only screen and (max-width:767px){.OripaCard_info__lpyMg>.OripaCard_text___zEO9{font-family:Roboto,sans-serif;font-size:10px;font-weight:700;line-height:1.6;letter-spacing:.05em;padding:2px 5px;min-height:20px}}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU{display:flex;justify-content:flex-end;gap:16px;height:40px;padding:0 10px}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d:disabled{opacity:.4;cursor:not-allowed}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d>.CarouselDesktopArrows_icon__g_93K{cursor:pointer;transition:transform .2s ease-in-out}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d>.CarouselDesktopArrows_icon__g_93K path{fill:#ed9537}@media only screen and (min-width:768px){.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d>.CarouselDesktopArrows_icon__g_93K:focus,.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d>.CarouselDesktopArrows_icon__g_93K:hover{transform:scale(1.3)}}.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU>.CarouselDesktopArrows_button__cC_2d>.CarouselDesktopArrows_icon__g_93K:active{transform:scale(.95)}@media only screen and (max-width:767px){.CarouselDesktopArrows_carousel-desktop-arrows__BRwTU{display:none}}.OripaSection_oripa-section__263eM{display:flex;flex-direction:column;gap:28px;align-items:flex-start;width:100%}@media only screen and (max-width:767px){.OripaSection_oripa-section__263eM{gap:16px;padding:20px}}.ShopDetailSearchSection_search-area-section__DLsAb{width:100%;padding:20px 120px}@media only screen and (max-width:767px){.ShopDetailSearchSection_search-area-section__DLsAb{padding:0}}.ShopFeatureSection_section-container__2etF8{display:flex;flex-direction:column;width:100%;gap:28px}@media only screen and (max-width:767px){.ShopFeatureSection_section-container__2etF8{gap:16px;padding:20px}}.ShopFeature_shop-feature__EvpUr{width:100%;max-width:768px;display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr{max-width:none;gap:16px}}.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y{display:flex;gap:10px}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y{overflow-x:auto;scrollbar-width:none}}.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB{gap:4px}}.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB>.ShopFeature_img__9QrAN{object-fit:contain}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB>.ShopFeature_img__9QrAN{width:150px;height:150px}}.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB>.ShopFeature_caption__EI_o0{width:244px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:6;-webkit-box-orient:vertical}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr>.ShopFeature_images__92v7Y>.ShopFeature_image__O7RRB>.ShopFeature_caption__EI_o0{width:150px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ShopFeature_shop-feature__EvpUr>.ShopFeature_description__omTkR{background:#fff;padding:28px 40px;border-radius:8px;font-family:Noto Sans JP,sans-serif;font-size:13px;font-weight:500;line-height:1.6;letter-spacing:.05em;color:#666;white-space:pre-line}@media only screen and (max-width:767px){.ShopFeature_shop-feature__EvpUr>.ShopFeature_description__omTkR{padding:10px 20px}}.TitleShareSection_title-share-section__h8rRl{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}@media only screen and (max-width:767px){.TitleShareSection_title-share-section__h8rRl{padding:20px}}.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey{display:flex;gap:10px}@media only screen and (max-width:767px){.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey{flex-direction:column;align-self:center;gap:8px}}.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey>.TitleShareSection_line__ZuwF7{display:none}@media only screen and (max-width:767px){.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey>.TitleShareSection_line__ZuwF7{display:block;text-decoration:none}}.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey>.TitleShareSection_copy__z_78y{position:relative;display:inline-flex;align-items:center}.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey>.TitleShareSection_copy__z_78y>.TitleShareSection_tooltip__Lgm4J{position:absolute;top:-50%;left:50%;transform:translate(-50%);padding:6px 8px;border-radius:4px;background:rgba(0,0,0,.8);color:#fff;font-size:12px;white-space:nowrap;z-index:1}.TitleShareSection_title-share-section__h8rRl>.TitleShareSection_buttons__7p0Ey>.TitleShareSection_copy__z_78y>.TitleShareSection_tooltip__Lgm4J:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid rgba(0,0,0,0);border-top-color:rgba(0,0,0,.8)}.ShareButton_share-button__oAgf_{width:335px;height:44px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:2px;padding:5px 10px;display:flex;justify-content:space-between;align-items:center;border:1px solid #253b58;background-color:#fff}@media only screen and (min-width:768px){.ShareButton_share-button__oAgf_{cursor:pointer}}.ShareButton_share-button__oAgf_>.ShareButton_label__MWHGb{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1;letter-spacing:.05em;color:#253b58}.CarouselImage_carousel-image__yaNBd{display:flex;flex-direction:column;align-items:center;margin-inline:auto;width:760px;gap:8px}@media only screen and (max-width:767px){.CarouselImage_carousel-image__yaNBd{width:100%;gap:0}}.CarouselImage_carousel-image__yaNBd>.CarouselImage_images__pVwZx{height:70px;display:flex;gap:7px;width:100%;max-width:100%;overflow:hidden}@media only screen and (max-width:767px){.CarouselImage_carousel-image__yaNBd>.CarouselImage_images__pVwZx{display:none}}.CarouselImage_carousel-image__yaNBd>.CarouselImage_images__pVwZx>.CarouselImage_image__rGfYD{width:70px;height:70px;position:relative}.BlueTitle_blue-title__zkP4z{width:100%;background:linear-gradient(0deg,#0268ed -15.91%,#02bdf9 109.09%);padding:20px 40px;position:relative;overflow:hidden;display:flex;align-items:center}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z{min-height:48px;padding:10px 60px 10px 20px}}.BlueTitle_blue-title__zkP4z>.BlueTitle_text__xyPeJ{max-width:600px;color:#fff;text-shadow:1px 0 0 #253b58,-1px 0 0 #253b58,0 1px 0 #253b58,0 -1px 0 #253b58,1px 1px 0 #7d7dcd;white-space:pre-line;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.5;letter-spacing:.05em}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z>.BlueTitle_text__xyPeJ{max-width:350px;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.5;letter-spacing:.05em}}.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF{display:block;position:absolute;right:40px;top:10px;width:84px;height:92px}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF{top:5px;right:3px;width:60px;height:65px}}.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_image__1wny9{width:100%;height:100%;object-fit:contain}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_image__1wny9{width:60px;height:65px}}.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_pc___kZ3c{display:block}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_pc___kZ3c{display:none}}.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_sp__gH_iC{display:none}@media only screen and (max-width:767px){.BlueTitle_blue-title__zkP4z>.BlueTitle_boy__MsCYF>.BlueTitle_sp__gH_iC{display:block}}.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM{width:100%;display:flex;flex-direction:column}.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_date__n__yt{width:100%;padding:20px;gap:16px;background:#f4f4f4;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_date__n__yt>.ReleaseScheduleDayGroup_text__cIuRa{color:#253b58;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_date__n__yt>.ReleaseScheduleDayGroup_text__cIuRa{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_list__fQEqS{width:100%;display:flex;flex-wrap:wrap;gap:2px;background:rgba(0,0,0,0)}.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_list__fQEqS>.ReleaseScheduleDayGroup_item__qcfoG{background:#fff;width:383px}@media only screen and (max-width:767px){.ReleaseScheduleDayGroup_release-schedule-day-group__KzCAM>.ReleaseScheduleDayGroup_list__fQEqS>.ReleaseScheduleDayGroup_item__qcfoG{width:100%}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO{display:flex;flex-direction:column;align-items:center}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ{display:flex;flex-direction:column;align-items:flex-start;gap:40px;width:100%;max-width:768px}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ{gap:0;max-width:100%}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_search__Si9u5{width:100%;display:flex;flex-direction:column}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_search__Si9u5>:first-child{margin-bottom:40px}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_search__Si9u5>:first-child{margin-bottom:0}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_search__Si9u5>.PopularNewReleaseScheduleSection_divider__2euqH{width:100%;height:2px;background:#ddd}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_search__Si9u5>.PopularNewReleaseScheduleSection_divider__2euqH{display:none}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:40px}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj{gap:10px;padding:20px}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_cards__FsppG{display:flex;flex-direction:row;gap:18px;width:100%;padding:0 2px 2px 0}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_cards__FsppG{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:12px;-webkit-overflow-scrolling:touch;width:100%}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_cards__FsppG>*{flex:0 0 auto}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_cards__FsppG>.PopularNewReleaseScheduleSection_empty__uKm1x{color:#333;padding:8px 0;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_cards__FsppG>.PopularNewReleaseScheduleSection_empty__uKm1x{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}}.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_divider__2euqH{width:100%;height:2px;background:#ddd}@media only screen and (max-width:767px){.PopularNewReleaseScheduleSection_popular-new-release__oY6BO>.PopularNewReleaseScheduleSection_content__4uhjJ>.PopularNewReleaseScheduleSection_popular__sf0lj>.PopularNewReleaseScheduleSection_divider__2euqH{display:none}}.MonthSelector_month-selector__TIZEj{display:flex;align-items:center;gap:14px;padding:40px 20px;border-bottom:1px solid #ddd}@media only screen and (max-width:767px){.MonthSelector_month-selector__TIZEj{justify-content:center;padding:20px}}.MonthSelector_month-selector__TIZEj>.MonthSelector_nav__1_Wnz{display:flex;justify-content:center;align-items:center;gap:10px;padding:4px;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:opacity .2s ease;color:#666;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em}.MonthSelector_month-selector__TIZEj>.MonthSelector_nav__1_Wnz:hover{opacity:.8}.MonthSelector_month-selector__TIZEj>.MonthSelector_nav__1_Wnz.MonthSelector_previous__tjKG5{flex-direction:row}.MonthSelector_month-selector__TIZEj>.MonthSelector_nav__1_Wnz.MonthSelector_next__nSLUE{flex-direction:row-reverse}.MonthSelector_month-selector__TIZEj>.MonthSelector_nav__1_Wnz>.MonthSelector_text__RNrx4{display:inline}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu{position:relative;width:100%;max-width:191px;height:42px;cursor:pointer}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_month-input__5GkPW{width:100%;height:100%;border-radius:2px;border:1px solid #666;background-color:#fff;cursor:pointer;opacity:0;position:absolute;top:0;left:0;z-index:2;transition:box-shadow .3s ease-in-out}@media only screen and (min-width:768px){.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_month-input__5GkPW:hover+.MonthSelector_overlay__GdQQS{box-shadow:0 0 4px 0 hsla(0,0%,40%,.3)}}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_month-input__5GkPW:focus+.MonthSelector_overlay__GdQQS{border-color:#0268ed}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_overlay__GdQQS{width:100%;height:100%;border-radius:2px;padding:5px 10px;display:flex;justify-content:space-between;align-items:center;border:1px solid #666;background-color:hsla(0,0%,100%,.9);pointer-events:none;transition:border-color .3s ease-in-out}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_overlay__GdQQS>.MonthSelector_content__ObsHB{display:flex;align-items:center;gap:4px}.MonthSelector_month-selector__TIZEj>.MonthSelector_select__8FYpu>.MonthSelector_overlay__GdQQS>.MonthSelector_content__ObsHB>.MonthSelector_month__oVLUQ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1;letter-spacing:0;color:#666}.CardTitleTagSelector_card-title-selector__Ne97f{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:28px 40px;border-radius:8px;background:#fff;border-bottom:1px solid #ddd;box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);width:100%}@media only screen and (max-width:767px){.CardTitleTagSelector_card-title-selector__Ne97f{padding:20px;border-radius:0;box-shadow:none;gap:12px}}.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_heading__ap0Pa{width:100%;display:flex;align-items:center;color:#253b58;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_heading__ap0Pa{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}}.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_tags__TmaDA{display:flex;flex-wrap:wrap;align-items:center;gap:16px;width:100%}@media only screen and (max-width:767px){.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_tags__TmaDA{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:10px;width:100%;scrollbar-width:none}.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_tags__TmaDA::-webkit-scrollbar{display:none}.CardTitleTagSelector_card-title-selector__Ne97f>.CardTitleTagSelector_tags__TmaDA>*{flex:0 0 auto}}.NewReleaseInfo_release-info__vry7n{display:flex;align-items:center}.NewReleaseInfo_release-info__vry7n>.NewReleaseInfo_label__deOVh{white-space:nowrap;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1;letter-spacing:.05em}.NewReleaseInfo_release-info__vry7n>.NewReleaseInfo_value__gZhGs{font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.05em}.NewReleasePackCard_new-release-pack__9oH23{width:244px;border-radius:16px;padding:20px;border:1px solid #253b58;box-shadow:2px 2px 0 0 #253b58;background:#fff;justify-content:center;display:flex;flex-direction:column;align-items:center;transition:opacity .3s ease-in-out;cursor:pointer;text-decoration:none}@media only screen and (min-width:768px){.NewReleasePackCard_new-release-pack__9oH23:hover{opacity:.7}}@media only screen and (max-width:767px){.NewReleasePackCard_new-release-pack__9oH23{width:180px;padding:10px;border-radius:8px}}.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_img__uk7oz{margin-bottom:8px;object-fit:contain}@media only screen and (max-width:767px){.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_img__uk7oz{width:81px;height:108px}}.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_title__26puY{color:#253b58;margin-bottom:12px;text-align:center;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.6;letter-spacing:.05em}@media only screen and (max-width:767px){.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_title__26puY{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.6;letter-spacing:.05em}}.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_detail___BGba{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;width:100%;color:#333}@media only screen and (max-width:767px){.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_detail___BGba{margin-bottom:16px}}.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_link__vlhNd{height:22px;align-items:center;display:flex;padding:5px 5px 0;text-decoration:none;color:#0268ed;gap:5px;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:600;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.NewReleasePackCard_new-release-pack__9oH23>.NewReleasePackCard_link__vlhNd{height:19px;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:600;line-height:1;letter-spacing:.05em}}.CardShopTitle_card-shop-title__WrvjV{position:relative;height:240px;isolation:isolate}@media only screen and (max-width:767px){.CardShopTitle_card-shop-title__WrvjV{height:82px;background-image:none}}.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_background__Ftg4Y{position:relative!important;width:100%;height:240px}@media only screen and (max-width:767px){.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_background__Ftg4Y{display:block;width:100%;height:82px;object-fit:cover;z-index:1}}.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_text__dHn2_{position:absolute;top:50%;left:80px;right:80px;transform:translateY(-50%);white-space:pre-line;font-family:Noto Sans JP,sans-serif;font-size:40px;font-weight:700;line-height:1.5;letter-spacing:.05em;color:#fff;text-shadow:1px 0 0 #253b58,-1px 0 0 #253b58,0 1px 0 #253b58,0 -1px 0 #253b58,1px 1px 0 #253b58,-1px 1px 0 #253b58,1px -1px 0 #253b58,-1px -1px 0 #253b58,2px 2px 0 #7d7dcd;z-index:4}@media only screen and (max-width:767px){.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_text__dHn2_{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.5;letter-spacing:.05em;left:20px;right:auto}}.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_building__Yv2_c{position:absolute;top:-15px;right:80px;z-index:4;opacity:.8}@media only screen and (max-width:767px){.CardShopTitle_card-shop-title__WrvjV>.CardShopTitle_building__Yv2_c{z-index:1;top:-8px;right:0;width:98px;height:98px}}.CardShopTitleText_break__m_xv8{display:block}.CardShopTitleText_break-sp__4Hj1I{display:none}@media only screen and (max-width:767px){.CardShopTitleText_break-sp__4Hj1I{display:block}.CardShopTitleText_break-sp-no__uvJxJ{display:none}}.ShopsStationDistanceSection_section-container__YLS89{background-color:#fff;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89{padding:10px}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf{display:flex;align-items:center;justify-content:space-between;width:100%}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_label__Np0a4{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_label__Np0a4{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC{display:flex;align-items:center;justify-content:center;gap:6px}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC>.ShopsStationDistanceSection_text__jlhHM{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC>.ShopsStationDistanceSection_text__jlhHM{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC>.ShopsStationDistanceSection_badge__oghkZ{border:1px solid #0268ed;border-radius:999px;padding:2px 10px;display:flex;align-items:center;justify-content:center}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC>.ShopsStationDistanceSection_badge__oghkZ>.ShopsStationDistanceSection_text__jlhHM{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.3;letter-spacing:0;color:#0268ed}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_header__P79Xf>.ShopsStationDistanceSection_right__AlGzC>.ShopsStationDistanceSection_badge__oghkZ>.ShopsStationDistanceSection_text__jlhHM{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.3;letter-spacing:.05em}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx{display:flex;flex-direction:column;gap:4px;width:100%}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf{position:relative;width:100%;height:24px;display:flex;align-items:center}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 24px);height:8px}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck{width:calc(100% - 18px);height:6px;transform:translate(-50%,calc(-50% - 1px))}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_gray__9kihb{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#ddd;border-radius:999px}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_blue__c5QmM{position:absolute;left:0;top:0;height:100%;background-color:#0268ed;border-radius:999px;transition:width .3s ease}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_thumb__Nxiqg{position:absolute;top:50%;transform:translate(-50%,-50%);transition:left .3s ease;pointer-events:none}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_thumb__Nxiqg>.ShopsStationDistanceSection_outer__gOZy7{width:24px;height:24px;background-color:#0268ed;border-radius:12px;position:relative}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_thumb__Nxiqg>.ShopsStationDistanceSection_outer__gOZy7{width:18px;height:18px;border-radius:9px}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_thumb__Nxiqg>.ShopsStationDistanceSection_inner__J__Kn{width:10px;height:10px;background-color:#fff;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_track__i1Cck>.ShopsStationDistanceSection_thumb__Nxiqg>.ShopsStationDistanceSection_inner__J__Kn{width:8px;height:8px;border-radius:4px}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_container__aLegf>.ShopsStationDistanceSection_input__aBBG_{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:24px;opacity:0;cursor:pointer;z-index:1}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q{display:flex;align-items:flex-start;justify-content:space-between;width:100%;line-height:1.4}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#666}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm.ShopsStationDistanceSection_active__oM2XJ>.ShopsStationDistanceSection_count__roEUJ{color:#0268ed}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_distance__fDclp{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em;font-variation-settings:"wdth" 100}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_distance__fDclp{font-family:Roboto,sans-serif;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_count__roEUJ{display:flex;align-items:center;justify-content:center}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_count__roEUJ>.ShopsStationDistanceSection_number__l4P_X{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:normal;letter-spacing:.05em;font-variation-settings:"wdth" 100}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_count__roEUJ>.ShopsStationDistanceSection_number__l4P_X{font-family:Roboto,sans-serif;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.05em}}.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_count__roEUJ>.ShopsStationDistanceSection_unit__R5jig{font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:400;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopsStationDistanceSection_section-container__YLS89>.ShopsStationDistanceSection_slider__zuQXx>.ShopsStationDistanceSection_labels__1pc5Q>.ShopsStationDistanceSection_item__xrLAm>.ShopsStationDistanceSection_count__roEUJ>.ShopsStationDistanceSection_unit__R5jig{font-family:Noto Sans JP,sans-serif;font-size:8px;font-weight:400;line-height:normal;letter-spacing:.05em}}.TorecamapPointHistorySectionClient_point-history-section__IIw7u{display:flex;flex-direction:column;margin-top:12px;gap:40px}@media only screen and (max-width:767px){.TorecamapPointHistorySectionClient_point-history-section__IIw7u{margin-top:8px;gap:20px}}.TorecamapPointHistoryPart_point-history-part__HRKa_{display:flex;flex-direction:column;width:100%}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_header__d1nmC{width:209px;height:35px;display:flex;align-items:center;justify-content:center;background-color:#0268ed;color:#fff;border-radius:10px 10px 0 0;padding:8px 16px}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_header__d1nmC>.TorecamapPointHistoryPart_header-title__rB8He{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC{display:flex;flex-direction:column;background-color:#fff;list-style:none;margin:0;padding:0}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa{display:flex;align-items:center;justify-content:space-between;padding:20px 80px;border-bottom:1px solid #ddd}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa:last-child{border-bottom:none}@media only screen and (max-width:767px){.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa{padding:20px}}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_title__xPCrc{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58;flex:1 1;margin-right:16px}@media only screen and (max-width:767px){.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_title__xPCrc{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C{display:flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:1.4;letter-spacing:.05em}@media only screen and (max-width:767px){.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_point__6E4tl{color:#253b58;font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:1.4;letter-spacing:.05em}@media only screen and (max-width:767px){.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_point__6E4tl{font-family:Roboto,sans-serif;font-size:20px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_point__6E4tl.TorecamapPointHistoryPart_-plus__YXYfa{color:#0268ed}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_point__6E4tl.TorecamapPointHistoryPart_-minus__9wBxg{color:#ed9537}.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_unit___h5rA{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:1.4;letter-spacing:.05em}@media only screen and (max-width:767px){.TorecamapPointHistoryPart_point-history-part__HRKa_>.TorecamapPointHistoryPart_list__gi1nC>.TorecamapPointHistoryPart_item__DKIxa>.TorecamapPointHistoryPart_value__jVE8C>.TorecamapPointHistoryPart_unit___h5rA{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.05em}}.TorecamapPointMissionSection_point-mission-section__MRWtl{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px;gap:28px}.TorecamapPointMissionSection_point-mission-section__MRWtl .TorecamapPointMissionSection_point-parts__8q2c8{display:flex;flex-direction:column;gap:28px}@media only screen and (max-width:767px){.TorecamapPointMissionSection_point-mission-section__MRWtl{padding:20px;gap:20px}.TorecamapPointMissionSection_point-mission-section__MRWtl .TorecamapPointMissionSection_point-parts__8q2c8{display:flex;flex-direction:column;gap:28px}}.PointEarnPart_point-earn-part__BBDMJ{background-color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:space-between;padding:24px 80px}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ{flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:20px 28px}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ{display:flex;align-items:center;gap:28px}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ{flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_icon__4HFyJ{flex-shrink:0;width:80px;height:80px}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_{display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_{align-items:center;gap:12px;text-align:center;width:100%}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_title__1J2nC{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#0268ed}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_title__1J2nC{white-space:pre-line}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_description__SphWR{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#666}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_description__SphWR{width:259px;white-space:pre-line}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj{display:flex;flex-direction:column;line-height:1.4}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj{gap:12px}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj>.PointEarnPart_row__WHtvb{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;display:flex;gap:8px;align-items:flex-start;color:#666}@media only screen and (max-width:767px){.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj>.PointEarnPart_row__WHtvb{flex-direction:column;align-items:center;gap:0}}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj>.PointEarnPart_row__WHtvb>.PointEarnPart_link__pzD2g{color:#0268ed;text-decoration:underline;text-underline-offset:2px}.PointEarnPart_point-earn-part__BBDMJ>.PointEarnPart_info__oNRhQ>.PointEarnPart_text__BM_6_>.PointEarnPart_xdesc__n7rFj>.PointEarnPart_note__y1wKA{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em;color:#666}.PointEarnStatusLabel_status-label__5f3Bi{font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1.4;display:flex;align-items:center;justify-content:center;width:180px;height:50px;border-radius:999px;border:none;cursor:default;letter-spacing:.05em}.PointEarnStatusLabel_status-label__5f3Bi.PointEarnStatusLabel_-not-achieved__A6pCq{background-color:#ddd;color:#fff}.PointEarnStatusLabel_status-label__5f3Bi.PointEarnStatusLabel_-completed__ZWUiF{background-color:#e6f0ff;color:#0268ed}.PointEarnStatusLabel_status-label__5f3Bi.PointEarnStatusLabel_-apply__E9z5o{background-color:#0268ed;color:#fff;cursor:pointer}.PointEarnStatusLabel_status-label__5f3Bi.PointEarnStatusLabel_-apply__E9z5o:hover{opacity:.85}.TorecamapPointWrapperSection_torecamap-point-section__CyCl9{display:flex;flex-direction:column;align-items:stretch;padding:40px 80px;gap:28px}@media only screen and (max-width:767px){.TorecamapPointWrapperSection_torecamap-point-section__CyCl9{padding:20px;gap:20px}}.PointRow_point-row__1pa1q{display:flex;align-items:center;gap:16px}@media only screen and (max-width:767px){.PointRow_point-row__1pa1q{flex-direction:column;justify-content:center;gap:4px}}.PointRow_point-row__1pa1q>.PointRow_value__Yb2eJ{display:flex;align-items:baseline;gap:4px}.PointRow_point-row__1pa1q>.PointRow_value__Yb2eJ>.PointRow_number__eLMpo{font-family:Roboto,sans-serif;font-size:24px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#0268ed}.PointRow_point-row__1pa1q>.PointRow_value__Yb2eJ>.PointRow_unit__iZYCV{font-family:Noto Sans JP,sans-serif;font-size:18px;font-weight:500;line-height:1.4;letter-spacing:.05em;color:#253b58}.TorecamapPointPartSection_torecamap-point-section__D0tnr{display:flex;flex-direction:column;width:100%}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_header__2CN8M{display:flex;align-items:center;justify-content:center;background-color:#0268ed;color:#fff;border-radius:8px 8px 0 0;padding:8px 16px;width:-moz-fit-content;width:fit-content}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_header__2CN8M>.TorecamapPointPartSection_title__Zi9D4{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_header__2CN8M>.TorecamapPointPartSection_title__Zi9D4{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx{display:flex;align-items:center;gap:80px;background-color:#fff;border-radius:0 8px 8px;padding:28px 40px}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx{flex-direction:column;align-items:stretch;gap:20px;padding:20px 28px}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi{display:flex;flex-direction:column;align-items:center;align-self:center;gap:10px;flex-shrink:0}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi{flex-direction:row;gap:4px}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_icon__R5v_A{order:2;flex-shrink:0}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_icon__R5v_A{order:0}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw{display:contents}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1 1;order:1}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw>.TorecamapPointPartSection_subtitle__qrpjf{order:1;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:normal;letter-spacing:.05em;color:#253b58}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw>.TorecamapPointPartSection_subtitle__qrpjf{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;order:1}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw>.TorecamapPointPartSection_badge__REejJ{order:3;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;background-color:#e6f0ff;border-radius:999px;padding:4px 40px}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw>.TorecamapPointPartSection_badge__REejJ>.TorecamapPointPartSection_text__cNnlw{background:linear-gradient(0deg,#02bdf9,#0268ed);-webkit-text-fill-color:rgba(0,0,0,0);-webkit-background-clip:text;background-clip:text}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_rank__dctpi>.TorecamapPointPartSection_text__cNnlw>.TorecamapPointPartSection_badge__REejJ{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;padding:6px 40px}}.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_points__M1xwx{display:flex;flex-direction:column;gap:20px;flex:1 1}@media only screen and (max-width:767px){.TorecamapPointPartSection_torecamap-point-section__D0tnr>.TorecamapPointPartSection_body__UjFpx>.TorecamapPointPartSection_points__M1xwx{width:100%;gap:20px}}.SwiperImage_embla__ynUbZ{width:100%;position:relative}.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM{overflow:hidden;width:100%;height:400px;position:relative}@media only screen and (max-width:767px){.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM{height:200px}}.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM>.SwiperImage_container__HGGTC{display:flex;position:relative;top:0;left:0;width:100%;height:100%}.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM>.SwiperImage_container__HGGTC>.SwiperImage_slide__te3vY{top:0;left:0;width:100%;height:100%;flex:0 0 100%;position:relative}.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM>.SwiperImage_container__HGGTC>.SwiperImage_slide__te3vY>.SwiperImage_name__iE3bj{display:inline-block;text-align:center;max-width:200px;position:absolute;top:54%;left:50%;transform:translateX(-50%);color:#007fff;font-family:Noto Sans JP,sans-serif;font-size:20px;font-weight:700;line-height:1;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-break:strict;word-break:normal;overflow-wrap:break-word}@media only screen and (max-width:767px){.SwiperImage_embla__ynUbZ>.SwiperImage_viewport__Bz8aM>.SwiperImage_container__HGGTC>.SwiperImage_slide__te3vY>.SwiperImage_name__iE3bj{top:53.8%;font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1;letter-spacing:.05em;max-width:120px}}.SwiperImage_embla__ynUbZ>.SwiperImage_controls__sw8GT{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:space-between;align-items:center}.SwiperImage_embla__ynUbZ>.SwiperImage_controls__sw8GT>.SwiperImage_button__2BRYS{background:none;border:none;cursor:pointer}.SwiperImage_embla__ynUbZ>.SwiperImage_controls__sw8GT>.SwiperImage_button__2BRYS:focus{outline:none}.SwiperImage_embla__ynUbZ>.SwiperImage_indicator__CzjVo{position:absolute;top:13.5px;right:18px;color:#fff;text-shadow:1px 1px 1px rgba(51,51,51,.25);font-family:Roboto,sans-serif;font-size:18px;font-weight:700;line-height:1;letter-spacing:.05em}@media only screen and (max-width:767px){.SwiperImage_embla__ynUbZ>.SwiperImage_indicator__CzjVo{font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em}}.Info_info__I7tdA{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.Info_info__I7tdA>.Info_row__3WNS5{display:flex;align-items:center;gap:8px;align-self:stretch}.Info_info__I7tdA>.Info_row__3WNS5:not(:last-child){border-bottom:1px solid #ddd;padding-bottom:4px}.Info_info__I7tdA>.Info_row__3WNS5>.Info_icon__PC2r9{flex-shrink:0}@media only screen and (max-width:767px){.Info_info__I7tdA>.Info_row__3WNS5>.Info_icon__PC2r9{width:18px;height:18px}}.Info_info__I7tdA>.Info_row__3WNS5>.Info_text__75mbx{color:#666;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;display:flex}@media only screen and (max-width:767px){.Info_info__I7tdA>.Info_row__3WNS5>.Info_text__75mbx{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.04em}}.Info_info__I7tdA>.Info_row__3WNS5>.Info_text__75mbx>.Info_number__qxwHO{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em;display:flex}@media only screen and (max-width:767px){.Info_info__I7tdA>.Info_row__3WNS5>.Info_text__75mbx>.Info_number__qxwHO{font-family:Roboto,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.04em}}.ShopSingle_shop-single__piqd1{max-width:768px;width:100%;background:#fff;padding:28px 40px;border-radius:8px;border-bottom:1px solid #ddd;box-shadow:2px 4px 10px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1{padding:12px 16px 12px 20px;width:100%;border-radius:0}}.ShopSingle_shop-single__piqd1>.ShopSingle_header__OWBUa{display:flex;align-items:center;gap:8px}.ShopSingle_shop-single__piqd1>.ShopSingle_header__OWBUa>.ShopSingle_badge__A0iGl{background:#000;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#fff;padding:4px 8px;border-radius:4px}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_header__OWBUa>.ShopSingle_badge__A0iGl{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.05em;padding:2px 6px;gap:10px}}.ShopSingle_shop-single__piqd1>.ShopSingle_header__OWBUa>.ShopSingle_title__Qpmrv{font-family:Noto Sans JP,sans-serif;font-size:28px;font-weight:700;line-height:1.4;letter-spacing:.05em;color:#000}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_header__OWBUa>.ShopSingle_title__Qpmrv{font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:.05em}}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo{display:flex;justify-content:space-between;align-items:flex-start}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF{display:flex;gap:16px;align-items:center;flex-direction:column}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF{align-items:flex-start;gap:8px}}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae{display:flex;gap:16px;align-items:center}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae{gap:8px}}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae>.ShopSingle_logo__sINJm{position:relative;text-align:center}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae>.ShopSingle_logo__sINJm>.ShopSingle_image__qh_CT{object-fit:contain}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae>.ShopSingle_logo__sINJm>.ShopSingle_name__2YD8U{display:block;max-width:65px;position:absolute;top:53.5%;left:50%;transform:translateX(-50%);color:#007fff;font-family:Noto Sans JP,sans-serif;font-size:6px;font-weight:400;line-height:1;letter-spacing:.05em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-break:strict;word-break:normal;overflow-wrap:break-word}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_shop__3J2jF>.ShopSingle_details__glJae>.ShopSingle_logo__sINJm>.ShopSingle_name__2YD8U{top:53.3%}}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr{display:flex;flex-direction:column;align-self:center;gap:16px}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_xslot__omiYV{min-height:40px}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_xslot__omiYV.ShopSingle_notVisible__N2llV{display:none}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG{display:flex;gap:20px}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG>.ShopSingle_item__3E57J{border:none;background:none;padding:0;position:relative;flex-direction:column;align-items:center;text-align:center;gap:4px;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1.1;letter-spacing:.05em}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG>.ShopSingle_item__3E57J.ShopSingle_pc__qEeB6{display:flex}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG>.ShopSingle_item__3E57J.ShopSingle_sp__YKb2P{display:none}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG>.ShopSingle_item__3E57J.ShopSingle_pc__qEeB6{display:none}.ShopSingle_shop-single__piqd1>.ShopSingle_section__EsNZo>.ShopSingle_actions__M4jfr>.ShopSingle_menu__iJLGG>.ShopSingle_item__3E57J.ShopSingle_sp__YKb2P{display:flex}}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q{display:flex;padding:4px 8px;align-items:center;gap:8px;border-radius:4px;background:#f4f4f4;width:-moz-fit-content;width:fit-content;max-width:100%}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q.ShopSingle_pc__qEeB6{display:flex}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q.ShopSingle_sp__YKb2P{display:none}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q.ShopSingle_pc__qEeB6{display:none}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q.ShopSingle_sp__YKb2P{display:flex}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q{padding:2px 4px}}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q>.ShopSingle_icon__19hHK{flex-shrink:0}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q>.ShopSingle_icon__19hHK{width:18px;height:18px}}.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q>.ShopSingle_address__SWNae{color:#666;font-family:Noto Sans JP,sans-serif;font-size:16px;font-weight:500;line-height:normal;letter-spacing:.05em}@media only screen and (max-width:767px){.ShopSingle_shop-single__piqd1 .ShopSingle_access___5E4Q>.ShopSingle_address__SWNae{font-family:Noto Sans JP,sans-serif;font-size:12px;font-weight:500;line-height:normal;letter-spacing:.05em}}.GoogleMapButton_google-icon___DWid{border:none;background:none;padding:0;flex-direction:column;align-items:center;text-align:center;cursor:pointer;font-family:Noto Sans JP,sans-serif;font-size:10px;font-weight:700;line-height:1.1;letter-spacing:.05em;display:flex;gap:0;color:#0268ed;text-decoration:underline}@media only screen and (max-width:767px){.GoogleMapButton_google-icon___DWid{font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:500;line-height:normal;letter-spacing:0}}.GoogleMapButton_google-icon___DWid>.GoogleMapButton_icon__SOCqH{flex-shrink:0}.XButton_x__X0UJt{padding:6px 12px;justify-content:center;align-items:center;gap:8px;align-self:stretch;border-radius:4px;border:1px solid #000;background:#fff;text-decoration:none;color:#000;font-family:Noto Sans JP,sans-serif;font-size:14px;font-weight:700;line-height:normal;letter-spacing:.05em;cursor:pointer;display:flex}.XButton_x__X0UJt .XButton_text__haoTt.XButton_pc__fwy80{display:inline}.XButton_x__X0UJt .XButton_text__haoTt.XButton_sp__XURiQ{display:none}@media only screen and (max-width:767px){.XButton_x__X0UJt{flex-direction:column;border:none;padding:0;font-family:Noto Sans JP,sans-serif;font-size:9px;font-weight:500;line-height:normal;letter-spacing:0;color:#0268ed;gap:4px}.XButton_x__X0UJt .XButton_text__haoTt.XButton_pc__fwy80{display:none}.XButton_x__X0UJt .XButton_text__haoTt.XButton_sp__XURiQ{display:inline}}