.gridlines{position:fixed;top:0;left:1rem;right:1rem;bottom:0;display:grid;grid-template-columns:var(--grid);z-index:-99;max-width:var(--body-max-width);margin:0 auto}.gridlines .line{border-right:var(--border-grid);height:100%}.gridlines .line:first-of-type{border-left:var(--border-grid)}@media screen and (max-width:700px){.gridlines .line{border:none}.gridlines .line:last-of-type{border-right:var(--border-grid)}}.back-button{position:fixed;top:var(--sp-xs);left:var(--sp-s);height:3rem;display:flex;align-items:center;width:2rem;z-index:9999;margin-left:5px}.back-button:hover svg{animation:load .8s steps(4) infinite}@keyframes load{to{transform:rotate(180deg)}}.back-button svg{max-height:100%;max-width:100%;transform:translate(0)}@media screen and (max-width:700px){.back-button{height:1.7rem;width:1.7rem;margin-top:.75rem;margin-left:.25rem}}.post .iframe-wrapper iframe{opacity:.1;height:50vw}.post .header{height:var(--header-height);display:flex;align-items:center;flex-direction:column;justify-content:center;position:absolute;top:0;left:0;width:100%;pointer-events:none}.post .header .title{line-height:100%;font-family:var(--f-display);width:83.333333%;padding-top:1rem;padding-bottom:1rem;text-align:center;font-size:2.25rem;line-height:2.5rem;font-weight:400;letter-spacing:.05em}@media (min-width:768px){.post .header .title{width:66.666667%;padding-bottom:.5rem;font-size:4.5rem;line-height:1}}.post .header .meta{width:100%;justify-content:center;gap:4rem;padding-top:3rem}@media (min-width:768px){.post .header .meta{display:flex}}.post .header .meta-item{display:flex;flex-direction:column;justify-content:center;padding-bottom:.75rem}@media (min-width:768px){.post .header .meta-item{padding-bottom:0}}.post .header .meta-item .left{font-family:var(--f-sans);font-weight:400;margin-top:-.25rem;padding-left:.5rem;padding-top:.375rem;padding-bottom:.375rem;text-align:center;font-size:.75rem;line-height:1rem}@media (min-width:768px){.post .header .meta-item .left{font-size:.875rem;line-height:1.25rem}}.post .header .meta-item .right{font-family:var(--f-sans);font-weight:400;margin-top:-.25rem;padding-left:.5rem;text-align:center;font-size:1rem;line-height:1.5rem}@media (min-width:768px){.post .header .meta-item .right{font-size:1.25rem;line-height:1.75rem}}.post .content{grid-column-start:2;grid-column-end:6;margin-left:auto;margin-right:auto;width:100%;padding-bottom:5rem;padding-top:1rem}@media (min-width:768px){.post .content{padding-top:3rem}}@media (min-width:1024px){.post .content{width:600px}}.post .textstyle.content hr{border-bottom:1px solid var(--c-brown)}.textstyle.content ol,.textstyle.content ul{font-family:var(--f-serif)}.post .container.more{margin-left:1rem;margin-right:1rem;margin-bottom:-1px;padding-bottom:0}@media (min-width:768px){.post .container.more{margin-left:auto;margin-right:auto;margin-bottom:0;padding-bottom:2rem}}.post .more .more-content{display:contents}.post .more .more-content h2{text-align:center;grid-column:span 6;padding-bottom:20px}@media screen and (max-width:700px){.post .header,.post .iframe-wrapper iframe{height:80vh}.post .header .meta-item .right{font-weight:500}.post .content{grid-column:span 6;padding-left:1rem;padding-right:1rem}.post .content p{letter-spacing:-.003em;line-height:28px;font-size:18px;padding-bottom:3rem}.textstyle.content ol,.textstyle.content ul{letter-spacing:-.003em;line-height:28px;font-size:18px;-webkit-font-smoothing:auto;margin-bottom:.25rem;padding-left:1rem}@media (min-width:640px){.textstyle.content ol,.textstyle.content ul{padding-left:2rem}}.post .content img{max-width:calc(100% - var(--sp-m))}}.post-list{display:contents;cursor:pointer;font-family:var(--f-mono);font-size:.75rem;line-height:1rem;text-transform:uppercase}.post-list .post-list-column{opacity:1}.post-list:hover .post-list-column{opacity:.2}.post-list li,.post-list li a,.post-list-inner{display:contents}.post-list-item:hover .post-list-column{opacity:1}.post-list-column:first-child{grid-column:span 1}.post-list-column:nth-child(2){grid-column:span 3}.post-list-column{grid-column:span 2;border-top:3px solid transparent;border-bottom:3px solid transparent}.post-list-column.date{display:flex;justify-content:space-between}@media screen and (max-width:700px){.post-list-item:first-of-type .post-list-column{border-top:var(--border-grid)}.post-list-column{border-bottom:var(--border-grid);padding:.375rem .5rem .5rem}.post-list-column:first-child{grid-column:span 2}.post-list-column:nth-child(2){grid-column:span 4}.post-list-column.list-title{text-align:end;grid-column:span 3}.post-list-column.list-author{grid-column:span 3}}.iframe-wrapper{grid-column:span 6}.iframe-wrapper .iframe-border{margin-top:-5px}.iframe-wrapper iframe{border:none;overflow-y:none;overflow-x:none;height:var(--header-height);mix-blend-mode:var(--iframe-blend-mode);opacity:var(--iframe-opacity)}@media screen and (max-width:700px){.iframe-wrapper iframe{height:var(--header-height-mobile)}.iframe-wrapper{margin-top:0}}