.footer-module__SDrSrq__footer{grid-gap:16px;background:var(--bg-overlay);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow-default);border-radius:16px;justify-items:center;gap:16px;padding:24px;display:grid}.footer-module__SDrSrq__copyright{font:var(--text-xs);color:var(--fg-default);align-items:center;gap:6px;display:flex}.footer-module__SDrSrq__logoLink{border-radius:4px;align-items:center;display:flex}.footer-module__SDrSrq__logoLink:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.footer-module__SDrSrq__logo{width:80px;height:auto}.footer-module__SDrSrq__links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer-module__SDrSrq__link{font:var(--text-xs-bold);color:var(--fg-default);border-radius:4px}.footer-module__SDrSrq__link:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.footer-module__SDrSrq__sns{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 12px;display:flex}.footer-module__SDrSrq__snsHeading{font:var(--text-2xs-bold);color:var(--fg-subtle)}.footer-module__SDrSrq__snsLink{font:var(--text-2xs);color:var(--fg-muted);border-radius:4px}.footer-module__SDrSrq__snsLink:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}@media (hover:hover){.footer-module__SDrSrq__snsLink:hover{color:var(--fg-default)}}@media (max-width:767px){.footer-module__SDrSrq__links{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:100%}}
.header-module__Ot5--a__header{box-sizing:border-box;justify-content:space-between;align-items:center;gap:16px;height:100%;padding:0 20px 0 12px;display:flex}.header-module__Ot5--a__left{align-items:center;gap:12px;min-width:0;display:flex}.header-module__Ot5--a__menuToggle{width:38px;height:38px;color:var(--fg-subtle);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header-module__Ot5--a__menuToggle:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.header-module__Ot5--a__menuDots{grid-gap:5px;grid-template-columns:repeat(3,5px);gap:5px;display:grid}.header-module__Ot5--a__menuDot{background-color:currentColor;border-radius:999px;width:5px;height:5px;transition:translate .36s cubic-bezier(.34,1.56,.64,1),scale .36s cubic-bezier(.34,1.56,.64,1)}@media (max-width:1150px){.header-module__Ot5--a__menuDots[data-cross] .header-module__Ot5--a__menuDot{scale:1.3}.header-module__Ot5--a__menuDots[data-cross] .header-module__Ot5--a__menuDot:nth-child(2){translate:0 10px}.header-module__Ot5--a__menuDots[data-cross] .header-module__Ot5--a__menuDot:nth-child(4){translate:10px}.header-module__Ot5--a__menuDots[data-cross] .header-module__Ot5--a__menuDot:nth-child(6){translate:-10px}.header-module__Ot5--a__menuDots[data-cross] .header-module__Ot5--a__menuDot:nth-child(8){translate:0 -10px}}.header-module__Ot5--a__logoLink{border-radius:4px;align-items:center;gap:8px;display:flex}.header-module__Ot5--a__logoLink:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.header-module__Ot5--a__logo{width:auto;height:23px}.header-module__Ot5--a__helpLabel{font:var(--text-2xs-bold);color:var(--fg-accent);white-space:nowrap;background:var(--bg-accent-subtle);border-radius:999px;padding:2px 10px}.header-module__Ot5--a__right{align-items:center;gap:12px;display:flex}.header-module__Ot5--a__themeSwitch{flex-shrink:0}.header-module__Ot5--a__actions{align-items:center;gap:8px;display:flex}@media (max-width:1150px){.header-module__Ot5--a__actions{display:none}}@media (prefers-reduced-motion:reduce){.header-module__Ot5--a__menuDot{transition:none}}
.layout-switch-module__mopQdG__wrapper{grid-template-columns:repeat(2, var(--cell-size));width:calc(var(--cell-size) * 2);height:var(--cell-size);color:var(--fg-muted);background:var(--bg);box-shadow:var(--wrapper-shadow,none);border-radius:10px;display:grid;position:relative}.layout-switch-module__mopQdG__s{--cell-size:32px}.layout-switch-module__mopQdG__m{--cell-size:36px}.layout-switch-module__mopQdG__l{--cell-size:42px}.layout-switch-module__mopQdG__secondary{--bg:var(--bg-inset)}.layout-switch-module__mopQdG__surface{--bg:var(--bg-surface);--wrapper-shadow:var(--shadow-default)}.layout-switch-module__mopQdG__indicator{width:var(--cell-size);background:var(--bg-emphasis);border-radius:10px;position:absolute;inset:0 auto 0 0}@keyframes layout-switch-module__mopQdG__rollToSecond{0%{transform:rotate(0)}50%{transform:rotate(90deg)}50.1%{transform:translate(100%)}75%{transform:translate(100%)rotate(8deg)}to{transform:translate(100%)}}@keyframes layout-switch-module__mopQdG__rollToFirst{0%{transform:translate(100%)rotate(0)}50%{transform:translate(100%)rotate(-90deg)}50.1%{transform:translate(0)}75%{transform:translate(0)rotate(-8deg)}to{transform:translate(0)}}.layout-switch-module__mopQdG__wrapper[data-position=second] .layout-switch-module__mopQdG__indicator{transform:translate(100%)}.layout-switch-module__mopQdG__wrapper[data-animation=first] .layout-switch-module__mopQdG__indicator{transform-origin:0 100%;animation:.4s ease-out both layout-switch-module__mopQdG__rollToFirst}.layout-switch-module__mopQdG__wrapper[data-animation=second] .layout-switch-module__mopQdG__indicator{transform-origin:100% 100%;animation:.4s ease-out both layout-switch-module__mopQdG__rollToSecond}.layout-switch-module__mopQdG__button{z-index:1;width:var(--cell-size);height:var(--cell-size);color:inherit;cursor:pointer;border-radius:10px;place-items:center;transition:color .15s ease-out;display:grid;position:relative}.layout-switch-module__mopQdG__button[aria-pressed=true]{color:var(--fg-on-emphasis)}.layout-switch-module__mopQdG__wrapper:has(.layout-switch-module__mopQdG__button:focus-visible){outline:2px solid var(--border-focus-ring);outline-offset:2px}.layout-switch-module__mopQdG__wrapper[data-disabled]{--wrapper-shadow:none;opacity:.5}.layout-switch-module__mopQdG__button:disabled{cursor:not-allowed}@media (prefers-reduced-motion:reduce){.layout-switch-module__mopQdG__indicator{animation-duration:.01ms}}
.shell-module__FSSMoa__shell{--shell-gutter:16px;--shell-header-height:62px;--shell-sidenav-width:300px;box-sizing:border-box;min-height:100dvh;padding:calc(var(--shell-header-height) + var(--shell-gutter) * 2) var(--shell-gutter) var(--shell-gutter);background:var(--bg-canvas)}.shell-module__FSSMoa__header{top:var(--shell-gutter);right:var(--shell-gutter);left:var(--shell-gutter);z-index:20;height:var(--shell-header-height);background:var(--bg-overlay);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:var(--shadow-default);border-radius:16px;position:fixed}.shell-module__FSSMoa__sidenav{box-sizing:border-box;top:calc(var(--shell-header-height) + var(--shell-gutter) * 2);left:var(--shell-gutter);z-index:10;width:var(--shell-sidenav-width);max-height:calc(100vh - var(--shell-header-height) - var(--shell-gutter) * 3);max-height:calc(100dvh - var(--shell-header-height) - var(--shell-gutter) * 3);overscroll-behavior-y:contain;background:var(--bg-overlay);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:var(--shadow-default);visibility:hidden;transform:translateX(calc(-100% - var(--shell-gutter) * 2));border-radius:16px;transition:transform .45s cubic-bezier(.34,1.2,.64,1),visibility .45s;position:fixed;overflow-y:auto}.shell-module__FSSMoa__sidenav>*{padding:var(--shell-gutter)}.shell-module__FSSMoa__sidenav:before,.shell-module__FSSMoa__sidenav:after{content:"";z-index:1;pointer-events:none;opacity:0;height:40px;transition:opacity .2s linear;display:block;position:sticky}.shell-module__FSSMoa__sidenav:before{background:linear-gradient(to bottom, var(--bg-overlay), transparent);margin-bottom:-40px;top:0}.shell-module__FSSMoa__sidenav:after{background:linear-gradient(to top, var(--bg-overlay), transparent);margin-top:-40px;bottom:0}.shell-module__FSSMoa__sidenav[data-scroll-up]:before,.shell-module__FSSMoa__sidenav[data-scroll-down]:after{opacity:1}.shell-module__FSSMoa__main{gap:var(--shell-gutter);min-height:calc(100vh - var(--shell-header-height) - var(--shell-gutter) * 3);min-height:calc(100dvh - var(--shell-header-height) - var(--shell-gutter) * 3);flex-direction:column;display:flex}.shell-module__FSSMoa__content{flex:1;min-width:0}.shell-module__FSSMoa__footer{margin-top:auto}.shell-module__FSSMoa__sidenavClose{display:none}@media (max-width:767px){.shell-module__FSSMoa__sidenavClose{z-index:2;width:50px;height:50px;color:var(--fg-on-emphasis);cursor:pointer;background:var(--bg-emphasis);border-radius:18px 0 16px;justify-content:center;align-items:center;margin-left:auto;padding:0;display:flex;position:sticky;bottom:0}.shell-module__FSSMoa__sidenavClose:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}}.shell-module__FSSMoa__sidenavCloseIcon{scale:-1 1}@media (min-width:767.02px) and (max-width:1150px){.shell-module__FSSMoa__shell[data-drawer-open] .shell-module__FSSMoa__sidenav{visibility:visible;transform:none}}@media (min-width:1150.02px){.shell-module__FSSMoa__shell[data-sidebar-open] .shell-module__FSSMoa__sidenav{visibility:visible;transform:none}.shell-module__FSSMoa__main{transition:padding .45s cubic-bezier(.34,1.2,.64,1)}.shell-module__FSSMoa__shell[data-sidebar-open] .shell-module__FSSMoa__main{padding-left:calc(var(--shell-sidenav-width) + 24px)}}@media (max-width:767px){.shell-module__FSSMoa__shell{--shell-gutter:10px;--shell-sidenav-width:calc(100vw - var(--shell-gutter) * 2);overflow-x:clip}.shell-module__FSSMoa__shell[data-drawer-open] .shell-module__FSSMoa__sidenav{visibility:visible;transform:none}.shell-module__FSSMoa__main{transition:translate .45s cubic-bezier(.34,1.2,.64,1)}.shell-module__FSSMoa__shell[data-drawer-open] .shell-module__FSSMoa__main{translate:calc(var(--shell-sidenav-width) + var(--shell-gutter)) 0}}@media (prefers-reduced-motion:reduce){.shell-module__FSSMoa__sidenav,.shell-module__FSSMoa__main{transition:none}}
.sidenav-module__9SoQ9q__sidenav{grid-gap:16px;align-content:start;gap:16px;display:grid}.sidenav-module__9SoQ9q__group{grid-row-gap:6px;row-gap:6px;display:grid}.sidenav-module__9SoQ9q__groupHeader{justify-content:space-between;align-items:center;gap:8px;padding-right:4px;display:flex}.sidenav-module__9SoQ9q__heading{font:var(--text-s-bold);color:var(--fg-default)}.sidenav-module__9SoQ9q__headingLink{border-radius:4px}.sidenav-module__9SoQ9q__headingLink:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}@media (hover:hover){.sidenav-module__9SoQ9q__headingLink:hover{color:var(--fg-accent)}}.sidenav-module__9SoQ9q__toggle{width:28px;height:28px;color:var(--fg-subtle);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:flex}.sidenav-module__9SoQ9q__toggle:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}@media (hover:hover){.sidenav-module__9SoQ9q__toggle:hover{background-color:var(--bg-inset-hover)}}.sidenav-module__9SoQ9q__toggleIcon{transition:rotate .25s cubic-bezier(.34,1.56,.64,1)}.sidenav-module__9SoQ9q__panel{background-color:var(--bg-canvas);border-radius:16px;padding:12px 10px;display:grid;position:relative}.sidenav-module__9SoQ9q__panel[hidden]{display:none}.sidenav-module__9SoQ9q__item{box-sizing:border-box;grid-column-gap:8px;-moz-column-gap:8px;text-align:left;cursor:pointer;border:3px solid #0000;border-radius:8px;outline:none;grid-template-columns:1fr auto;align-items:center;column-gap:8px;width:100%;padding:8px 8px 8px 12px;transition:background-color .16s linear;display:grid}@media (hover:hover){.sidenav-module__9SoQ9q__item:hover{background-color:var(--bg-inset-hover)}.sidenav-module__9SoQ9q__item:hover .sidenav-module__9SoQ9q__icon{animation:.45s ease-in-out both sidenav-module__9SoQ9q__arrow}}.sidenav-module__9SoQ9q__item:focus-visible{border-color:var(--border-subtle)}.sidenav-module__9SoQ9q__item.sidenav-module__9SoQ9q__current{background-color:var(--bg-surface);box-shadow:var(--shadow-default)}.sidenav-module__9SoQ9q__label{font:var(--text-xs);color:var(--fg-default)}.sidenav-module__9SoQ9q__item.sidenav-module__9SoQ9q__current .sidenav-module__9SoQ9q__label{font:var(--text-xs-bold)}.sidenav-module__9SoQ9q__icon{color:var(--fg-subtle)}@media (prefers-reduced-motion:reduce){.sidenav-module__9SoQ9q__item,.sidenav-module__9SoQ9q__toggleIcon{transition:none}.sidenav-module__9SoQ9q__item:hover .sidenav-module__9SoQ9q__icon{animation:none}}@keyframes sidenav-module__9SoQ9q__arrow{0%,to{transform:none}40%{transform:translate(3px)}70%{transform:translate(-1.5px)}}
:root{--font-noto-sans-jp:"Noto Sans JP", sans-serif;--text-2xl:normal 40px/56px var(--font-noto-sans-jp);--text-xl:normal 32px/48px var(--font-noto-sans-jp);--text-l:normal 20px/28px var(--font-noto-sans-jp);--text-m:normal 16px/24px var(--font-noto-sans-jp);--text-s:normal 14px/22px var(--font-noto-sans-jp);--text-xs:normal 12px/20px var(--font-noto-sans-jp);--text-2xs:normal 10px/18px var(--font-noto-sans-jp);--text-2xl-bold:bold 40px/56px var(--font-noto-sans-jp);--text-xl-bold:bold 32px/48px var(--font-noto-sans-jp);--text-l-bold:bold 20px/28px var(--font-noto-sans-jp);--text-m-bold:bold 16px/24px var(--font-noto-sans-jp);--text-s-bold:bold 14px/22px var(--font-noto-sans-jp);--text-xs-bold:bold 12px/20px var(--font-noto-sans-jp);--text-2xs-bold:bold 10px/18px var(--font-noto-sans-jp);--gray-1:#fff;--gray-2:#f9f9f9;--gray-3:#f5f5f5;--gray-4:#f1f1f1;--gray-5:#eee;--gray-6:#e0e0e0;--gray-7:#d9d9d9;--gray-8:#ccc;--gray-9:#aaa;--gray-10:#999;--gray-11:#666;--gray-12:#333;--dark-1:#111;--dark-2:#1a1a1a;--dark-3:#222;--dark-4:#2c2c2c;--dark-5:#3a3a3a;--dark-6:#484848;--dark-7:#5c5c5c;--dark-8:#6e6e6e;--dark-9:#888;--dark-10:#aaa;--dark-11:#ccc;--dark-12:#eee;--orange-default:#ff8500;--orange-bg:#fff3e5;--orange-dark-bg:#332a00;--red-default:#fb0101;--red-bg:#fff0f0;--red-dark-bg:#3a1414;--blue-default:#1e90ff;--blue-dark-bg:#102840;--green-default:#96bd3e;--green-bg:#e8f5e0;--green-dark-bg:#1a2d10;--pink-default:#fe587a;--brand-gradient:linear-gradient(90deg, #fc615b 0%, #ff8500 100%);--alpha-white-a85:#ffffffd9;--alpha-white-a80:#fffc;--alpha-white-a70:#ffffffb3;--alpha-black-a50:#00000080;--alpha-black-a10:#0000001a;--alpha-black-a06:#0000000f;--alpha-gray9-a60:#aaa9;--alpha-dark3-a85:#222222d9;--fg-default:var(--gray-12);--fg-muted:var(--gray-11);--fg-subtle:var(--gray-10);--fg-disabled:var(--gray-1);--fg-on-emphasis:var(--gray-1);--fg-link:var(--blue-default);--fg-danger:var(--red-default);--fg-accent:var(--orange-default);--fg-success:var(--green-default);--bg-surface:var(--gray-1);--bg-canvas:var(--gray-2);--bg-inset:var(--gray-3);--bg-inset-hover:var(--gray-4);--bg-emphasis:var(--gray-12);--bg-accent-subtle:var(--orange-bg);--bg-danger-subtle:var(--red-bg);--bg-success-subtle:var(--green-bg);--bg-overlay:var(--alpha-white-a85);--bg-scrim:var(--alpha-gray9-a60);--bg-disabled:var(--gray-5);--border-default:var(--gray-6);--border-subtle:var(--gray-5);--border-strong:var(--gray-12);--border-input:var(--gray-7);--border-danger:var(--red-default);--border-accent:var(--orange-default);--border-focus-ring:var(--gray-6);--accent-default:var(--orange-default);--accent-bg:var(--orange-bg);--accent-danger:var(--red-default);--accent-success:var(--green-default);--shadow-default:0 0 6px 0 #2a16161a}[data-theme=dark]{--fg-default:var(--gray-2);--fg-muted:var(--gray-9);--fg-subtle:var(--gray-10);--fg-disabled:var(--dark-1);--fg-on-emphasis:var(--dark-1);--fg-link:var(--blue-default);--fg-danger:var(--red-default);--fg-accent:var(--orange-default);--fg-success:var(--green-default);--bg-surface:var(--dark-2);--bg-canvas:var(--dark-1);--bg-inset:var(--dark-3);--bg-inset-hover:var(--dark-4);--bg-emphasis:var(--gray-2);--bg-accent-subtle:var(--orange-dark-bg);--bg-danger-subtle:var(--red-dark-bg);--bg-success-subtle:var(--green-dark-bg);--bg-overlay:var(--alpha-dark3-a85);--bg-scrim:var(--alpha-gray9-a60);--bg-disabled:var(--dark-5);--border-default:var(--dark-5);--border-subtle:var(--dark-4);--border-strong:var(--gray-9);--border-input:var(--dark-6);--border-danger:var(--red-default);--border-accent:var(--orange-default);--border-focus-ring:var(--dark-6);--accent-default:var(--orange-default);--accent-bg:var(--orange-dark-bg);--accent-danger:var(--red-default);--accent-success:var(--green-default);--shadow-default:0 0 6px 0 #0006}
body{font:var(--text-s);color:var(--fg-default);background:var(--bg-canvas)}
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;line-height:1.15}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;clear:both;height:0;color:inherit;border-top-width:1px;margin:0;overflow:visible}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{color:inherit;background-color:#0000;-webkit-text-decoration:none;text-decoration:none}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{appearance:none;vertical-align:middle;color:inherit;font:inherit;text-align:inherit;text-transform:inherit;background:0 0;border-radius:0;margin:0;padding:0}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;margin:0;padding:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}
