@charset "UTF-8";:root{--base00:#fff;--base01:#e7e7e7;--base02:#d2d2d2;--base03:#a6a6a6;--base04:#616161;--base05:#3c3c3c;--base06:#2a2a2a;--base07:#181818;--base08:#ff2600;--base09:#ff8d00;--base0a:#ffbf00;--base0b:#00bf39;--base0c:#009cff;--base0d:#003997;--base0e:#a200a1;--base0f:#b64f00;color-scheme:light dark}:root.dark-theme{--base00:#000;--base01:#181818;--base02:#2d2d2d;--base03:#595959;--base04:#9e9e9e;--base05:#c3c3c3;--base06:#d5d5d5;--base07:#e7e7e7}@media(prefers-color-scheme:dark){:root{--base00:#000;--base01:#181818;--base02:#2d2d2d;--base03:#595959;--base04:#9e9e9e;--base05:#c3c3c3;--base06:#d5d5d5;--base07:#e7e7e7}:root.light-theme{--base00:#fff;--base01:#e7e7e7;--base02:#d2d2d2;--base03:#a6a6a6;--base04:#616161;--base05:#3c3c3c;--base06:#2a2a2a;--base07:#181818}}body{font-family:'mplus 1p',montserrat,hiragino sans,hiragino kaku gothic pro,游ゴシック,游ゴシック体,YuGothic,yu gothic,ＭＳ ゴシック,ms gothic,sans-serif;background:var(--base00);color:var(--base05)}nav,main{margin:auto;max-width:50rem}nav{padding-bottom:1rem}nav a{font-size:1.3rem}.pagination a,nav a{color:var(--base05);text-decoration:none}.pagination li.disabled a{color:var(--base03)}.pagination li:not(.disabled):not(.active) a:hover,nav a:hover{color:var(--base0b);text-decoration:underline var(--base0b)}nav a:not(:first-child){margin-left:.5rem}.nav-current{border-bottom:.1rem solid var(--base0b)}.pagination .active a,.nav-current{font-weight:700;color:var(--base07)}.nav-logo svg{height:2.5rem;vertical-align:middle}.toggle-theme svg{fill:var(--base09)}.toggle-theme svg:hover{cursor:pointer}.align-right{float:right}nav .align-right span:not(:last-child){margin-right:.5rem}article .post-title{color:var(--base06);text-decoration:none}article .post-title:hover{color:var(--base04);text-decoration:underline var(--base04)}.meta .langlistsingle a,footer a,article .post-content a{color:var(--base0f)}.dark-theme .toggle-theme svg:hover{fill:var(--base0a)}.dark-theme .meta .langlistsingle a,.dark-theme footer a,.dark-theme article .post-content a{color:var(--base09)}@media(prefers-color-scheme:dark){.meta .langlistsingle a,footer a,article .post-content a{color:var(--base09)}.light-theme .meta .langlistsingle a,.light-theme footer a,.light-theme article .post-content a{color:var(--base0f)}}article .post-content a:visited{color:var(--base0e)}.toggle-theme svg:hover{fill:var(--base0f)}.meta .langlistsingle a:hover,footer a:hover,article .post-content a:hover{color:var(--base09)}footer a:hover,.meta .langlistsingle a:hover{text-decoration:underline}.dark-theme .meta .langlistsingle a:hover,.dark-theme footer a:hover,.dark-theme article .post-content a:hover{color:var(--base0f)}@media(prefers-color-scheme:dark){.toggle-theme svg:hover{fill:var(--base0a)}.meta .langlistsingle a:hover,footer a:hover,article .post-content a:hover{color:var(--base0f)}.light-theme .toggle-theme svg:hover{fill:var(--base0f)}.light-theme .meta .langlistsingle a:hover,.light-theme footer a:hover,.light-theme article .post-content a:hover{color:var(--base09)}}article img{max-width:100%}article .meta{color:var(--base04)}article .meta a{text-decoration:none;color:var(--base04)}.meta a:hover{text-decoration:underline;text-decoration-color:var(--base04)}.meta .meta-tax:not(:last-child):after{content:' │'}.meta .meta-tax a:not(:last-child):after{content:','}.meta .meta-tax .tags:before{content:'#'}.searchResult ul{list-style-type:none}footer{margin-top:auto}footer a{text-decoration:none}.pagination,footer{width:100%;text-align:center}.pagination,.langlist{list-style-type:none;margin:0;padding:0;display:inline-block}.pagination li,.langlist li{display:inline}.langlistsingle li:not(:last-child):after{content:' │'}.profile-container{display:grid;grid-template-columns:8fr 2fr}.profile-picture{max-width:80%;float:right;padding:1rem;border-radius:100%}