@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Noto+Sans+JP:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap";:root{--font-family-en: "Noto Sans", "google sans flex", "sans-serif";--main-color-white: #f5f5f5;--main-color-black: #212121;--theme-color: #E86B79;--theme-color-dark: #ff8a98;--font-weight-normal: 400;--font-weight-semibold: 600;--header-height: 4.3rem}html{background-color:#f5f5f5;font-family:Noto Sans JP,sans-serif}body{margin:0 auto;width:100%;line-height:1.5}*{box-sizing:border-box}body.no-scroll{overflow:hidden}main{margin-bottom:5vh}h1{margin:1rem 0;color:#e86b79;font-size:2.5rem;font-weight:500}h2,h3,h4,h5,h6,y{color:#212121}p{color:#212121;font-weight:400}a{color:#e86b79;text-decoration:solid underline}html.dark a{color:var(--theme-color-dark)}@media screen and (max-width: 636px){p{font-size:.8rem}h1{font-size:1.5rem}h2{font-size:1.2rem}}.w-wrap{padding:0 5rem;width:100%}@media screen and (max-width: 636px){.w-wrap{padding:0 2rem}}.chapter-title{font-family:var(--font-family-en);color:#e86b79;font-weight:600}.title-rubi{color:#e86b79;font-weight:400}.under-chapter-title-line{border-top:solid #212121 1px}.expanded{display:unset}.chapter-box{display:flex;flex-direction:column;align-items:center;margin-bottom:4vh}.chapter-content{display:flex;justify-content:space-between;width:100%;margin:clamp(40px,1em,50px) 0}.chapter-content.news-content{margin:0 0 clamp(40px,1em,50px) 0}.blog-list{display:grid;grid-template-rows:repeat(1,minmax(clamp(80px,8vh,100px),1fr));grid-template-columns:1fr;list-style-type:none;gap:1.5rem;padding:0;margin:0;width:100%}.news-list{flex-direction:column;padding:0;width:100%;list-style-type:none;margin:0}.work-list{display:grid;grid-template-columns:1fr;align-items:center;gap:2rem;list-style:none;padding:0;width:100%}.link-list{display:grid;grid-template-rows:repeat(auto-fill,minmax(clamp(80px,8vh,100px),1fr));grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:center;gap:2rem;list-style:none;padding:0;margin:0;width:100%}@media screen and (min-width: 636px) and (max-width: 1024px){.work-list{grid-template-columns:repeat(2,calc((100% - 2rem)/2))}}@media screen and (min-width: 1024px){.work-list{grid-template-columns:repeat(4,calc((100% - 6rem)/4))}}html.dark{background-color:#212121;color:#fff}.dark .nav-links a{color:#fff}html.dark header{background-color:#212121}html.dark .under-chapter-title-line{border-color:#f5f5f5}.toc{padding:1rem;border-radius:8px}.toc h2{font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.toc ul{list-style:none;padding:0;margin:0;position:relative}.toc-item{position:relative}.toc-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:8px;height:8px;background-color:#e2e8f0;border-radius:50%;transition:background-color .2s ease-in-out}.toc-item.active:before{background-color:#e86b79}.toc-item.active a{color:#e86b79}.toc-item a{text-decoration:none;color:#707070;display:block;font-weight:500;transition:color .2s ease-in-out;padding:.3rem 0 .3rem 1.5rem}.toc-item a:hover,.toc-item a:focus{color:#e86b79}.toc-depth-3{padding-left:1rem}@media (min-width: 1024px){.post-layout{display:grid;grid-template-columns:1fr 240px;gap:2rem;align-items:start}.post-layout aside{position:sticky;top:6rem}}@media (max-width: 1023px){.post-layout{display:block}.post-layout aside{display:none}}.chapter-frame{padding:clamp(20px,5vh,60px) 0}.about-container{background-color:#d9d9d9;display:block;justify-items:center;padding:4rem 0;border-radius:8px}html.dark .about-container{background-color:#616161}.dev-name{box-sizing:border-box;font-size:1.8rem;color:#212121;font-weight:600;margin:0;border:0;padding:0;font-family:var(--font-family-en);margin-inline-start:0;margin-inline-end:0}.tags{display:flex;flex-wrap:wrap}.tag{margin:0 1rem 1rem 0;border:solid #212121 1px;border-radius:100px;padding:.3rem .7rem;font-size:1rem;font-weight:400;font-family:var(--font-family-en);background-color:#f5f5f5;color:#212121;cursor:pointer;transition:all .3s ease;min-width:3.5rem}html.dark .tag{border:solid #f5f5f5 1px;background-color:#212121;color:#f5f5f5}.tag:hover,.tag.active,html.dark .tag:hover,html.dark .tag.active{background-color:#e86b79;color:#fff;border-style:solid;border-color:#e86b79}.site-title a{text-decoration:none}.site-title p{font-family:var(--font-family-en);font-weight:700}@media screen and (min-width: 1024px){.hamburger[data-astro-cid-3weo6hls]{display:none}}.hamburger[data-astro-cid-3weo6hls]{cursor:pointer;padding:0;position:relative;z-index:201;display:flex;flex-direction:column;justify-content:center}.hamburger[data-astro-cid-3weo6hls] .line[data-astro-cid-3weo6hls]{display:block;width:28px;height:3px;margin-bottom:6px;background-color:#212121;transform-origin:center;transition:transform .3s ease-in-out,opacity .3s ease-in-out,background-color .3s ease}.hamburger[data-astro-cid-3weo6hls] .line[data-astro-cid-3weo6hls].last-line{margin-bottom:0}.hamburger[data-astro-cid-3weo6hls].active .line[data-astro-cid-3weo6hls]:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger[data-astro-cid-3weo6hls].active .line[data-astro-cid-3weo6hls]:nth-child(2){opacity:0}.hamburger[data-astro-cid-3weo6hls].active .line[data-astro-cid-3weo6hls]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}html.dark .hamburger[data-astro-cid-3weo6hls] .line[data-astro-cid-3weo6hls]{background-color:#fff}.nav-container[data-astro-cid-pux6a34n]{display:flex;align-items:center;font-family:var(--font-family-en)}.nav-items[data-astro-cid-pux6a34n]{display:flex;align-items:center}.nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{text-decoration:none;font-weight:580;color:#212122;transition:color .25s ease}.nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#e86b79}.theme-button[data-astro-cid-pux6a34n]{background:transparent;border:none;cursor:pointer;padding:.4rem;border-radius:50%;color:#212121;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease,transform .15s ease}.theme-button[data-astro-cid-pux6a34n]:hover{color:#e86b79;background-color:#0000000d}.theme-button[data-astro-cid-pux6a34n]:active{transform:scale(.92)}.theme-button[data-astro-cid-pux6a34n] svg[data-astro-cid-pux6a34n]{display:block;width:1.6rem;height:1.6rem}.theme-button[data-astro-cid-pux6a34n] .sun-icon[data-astro-cid-pux6a34n]{display:block}.theme-button[data-astro-cid-pux6a34n] .moon-icon[data-astro-cid-pux6a34n]{display:none}html.dark .nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#fff}html.dark .nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#ff8a98}html.dark .theme-button[data-astro-cid-pux6a34n]{color:#fff}html.dark .theme-button[data-astro-cid-pux6a34n]:hover{color:#ff8a98;background-color:#ffffff1f}html.dark .theme-button[data-astro-cid-pux6a34n] .sun-icon[data-astro-cid-pux6a34n]{display:none}html.dark .theme-button[data-astro-cid-pux6a34n] .moon-icon[data-astro-cid-pux6a34n]{display:block}@media screen and (max-width: 1023px){.nav-container[data-astro-cid-pux6a34n]{flex-direction:column;width:100%;padding:.5rem 0 1.2rem;gap:.3rem}.nav-items[data-astro-cid-pux6a34n]{flex-direction:column;width:100%;align-items:flex-end}.nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:block;text-align:center;padding:.75rem 0;font-size:1.2rem;border-bottom:1px solid rgba(0,0,0,.05)}html.dark .nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{border-bottom:1px solid rgba(255,255,255,.06)}.theme-button[data-astro-cid-pux6a34n]{margin-top:.8rem;padding:.5rem;align-self:flex-end}}@media screen and (min-width: 1024px){.nav-container[data-astro-cid-pux6a34n]{flex-direction:row;gap:1.2rem}.nav-items[data-astro-cid-pux6a34n]{flex-direction:row;gap:.2rem}.nav-items[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{display:inline-block;padding:10px 16px;font-size:1.15rem}}.header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:201;background-color:#f5f5f5;transition:background-color .3s ease}.title-text[data-astro-cid-3ef6ksr2]{font-size:1.7rem;font-weight:700;color:#212121;transition:color .3s ease;margin:0}@media screen and (max-width: 1023px){.header[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;width:100%}.header-bar[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;height:4.3rem;width:100%}.header-actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.nav-band[data-astro-cid-3ef6ksr2]{width:100%;display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1),border-color .3s ease,box-shadow .3s ease;background-color:#f5f5f5;border-bottom:1px solid transparent}.nav-band[data-astro-cid-3ef6ksr2].open{grid-template-rows:1fr;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 8px 16px #0000000d}.nav-band-inner[data-astro-cid-3ef6ksr2]{overflow:hidden;width:100%}}@media screen and (min-width: 1024px){.header[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:4.3rem;padding:0 2rem;width:100%}.header-bar[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;padding:0;width:auto}.header-actions[data-astro-cid-3ef6ksr2]{display:none}.nav-band[data-astro-cid-3ef6ksr2]{display:block!important;width:auto;grid-template-rows:unset;background:transparent;border:none;box-shadow:none}.nav-band-inner[data-astro-cid-3ef6ksr2]{padding:0;width:auto;overflow:visible}}html.dark .header[data-astro-cid-3ef6ksr2]{background-color:#212121}html.dark .title-text[data-astro-cid-3ef6ksr2]{color:#fff}@media screen and (max-width: 1023px){html.dark .nav-band[data-astro-cid-3ef6ksr2]{background-color:#212121}html.dark .nav-band[data-astro-cid-3ef6ksr2].open{border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 16px #00000040}}footer[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;color:#212121}.footer-top[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer-element[data-astro-cid-sz7xmlte]{margin:4vh 0;color:#212121;font-weight:400;font-family:var(--font-family-en)}html.dark .footer-element[data-astro-cid-sz7xmlte],.footer-nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#f5f5f5}.social-media-links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:row}.title-text[data-astro-cid-sz7xmlte].footer-title{font-size:1.7rem;color:#f5f5f5}
