@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap";
*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;color:#3f434a;background-color:#e4e4e4;font-family:Noto Serif JP,serif;font-weight:300;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ol,ul{list-style:none}a{color:inherit;text-decoration:none}@keyframes charFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.intro{flex-direction:column;justify-content:center;height:100vh;padding:0 5%;display:flex;position:relative}.intro h2{padding-left:1vw;font-size:8vw;font-weight:300}.intro h2 span{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards charFadeIn;display:inline-block}.intro-sub{justify-content:center;align-items:center;min-height:40vh;padding:0 5%;display:flex}.intro-desc{text-align:center;opacity:0;font-size:1.5vw;line-height:1.8;transition:opacity 1.5s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.intro-desc.visible{opacity:1;transform:translateY(0)}.feature{flex-direction:column;justify-content:center;width:90%;max-width:1550px;min-height:100vh;margin:0 auto;padding-top:20vh;padding-bottom:10vh;display:flex}.feature_grid{justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;display:flex}.feature .card{width:30%;max-width:600px}.feature .card h2{margin-bottom:3.5rem;font-size:1.8rem;font-weight:500}.feature .card h2 span{font-size:4rem;font-weight:300}.feature .card h3{margin-bottom:.6rem;font-size:1.8rem;font-weight:300}.feature .card h4{margin-bottom:3rem;font-size:1.1rem;font-weight:300}.feature .card p{font-size:1.1rem;font-weight:300;line-height:2}.about{flex-direction:column;justify-content:center;min-height:100vh;display:flex}.about h2{text-align:right;border-bottom:1px solid #3f434a;width:80%;margin-bottom:3rem;margin-left:auto;margin-right:0;padding-bottom:1rem}.about h2 img{width:60%;display:inline-block}.about h3{text-align:right;margin-bottom:3rem;padding-right:1rem;font-size:1.8rem;font-weight:300}.about p{text-align:right;padding-right:1rem;font-size:1.1rem;font-weight:300;line-height:2}.about-body{justify-content:space-between;align-items:flex-end;width:80%;margin-left:auto;margin-right:0;display:flex}.blog{width:100%;margin:8rem 0 0;padding-bottom:3rem}.blog_header{border-bottom:1px solid #3f434a;justify-content:space-between;align-items:flex-end;width:100%;margin:0 0 3rem;padding:0 5% 1rem;display:flex}.blog_header h2{margin:0;font-size:2rem;font-weight:300}.blog_wrapper{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:90%;max-width:1550px;margin:0 auto;display:grid}.blog_card{border-radius:4px;padding:1.5rem}.blog_card:not(:last-child){border-right:1px solid #3f434a40}.blog_card .date{color:#888;margin-bottom:.5rem;font-size:.85rem}.blog_card h4{margin-bottom:1rem;font-size:1rem;font-weight:500}.read-more{color:#3f434a;cursor:pointer;align-items:center;gap:1rem;font-size:1.1rem;text-decoration:none;transition:gap .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.read-more:hover{gap:.5rem}.read-more>*{align-items:center;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .35s;display:inline-flex}.read-more.is-clicked{pointer-events:none}.read-more.is-clicked>:first-child{opacity:0!important;transform:translate(-30px)!important}.read-more.is-clicked>:last-child{opacity:0!important;transform:translate(30px)!important}.reveal{opacity:0;transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.contact{border-top:1px solid #3f434a;justify-content:center;display:flex}.contact div{text-align:center;box-sizing:border-box;width:50%;padding:3rem 0;font-size:1.8rem}.contact div:first-child{border-right:1px solid #3f434a40}.blog-body{color:#27292b;word-break:break-all;overflow-wrap:break-word}.blog-body h2{border-bottom:1px solid #3f434a1a;margin:3.5rem 0 1.5rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:500}.blog-body h3{margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:500}.blog-body p{margin-bottom:1.8rem;line-height:2.1}.blog-body img{border-radius:4px;max-width:100%;height:auto;margin:2.5rem auto;display:block}.blog-body ul,.blog-body ol{margin:1.8rem 0;padding-left:2rem}.blog-body ul{list-style-type:disc}.blog-body ol{list-style-type:decimal}.blog-body li{margin-bottom:.6rem;line-height:1.8}.blog-body blockquote{color:#666;border-left:4px solid #3f434a40;margin:2rem 0;padding-left:1.5rem;font-style:italic}.btn-primary{color:#fff;text-align:center;fontSize:.95rem;background:#3f434a;border-radius:4px;padding:1rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:block}.btn-primary:hover{opacity:.9}.btn-secondary{color:#3f434a;background:0 0;border:1px solid #3f434a;border-radius:4px;padding:1rem 3rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-secondary:hover{color:#fff;background:#3f434a}.hide-on-mobile{display:block}.show-on-mobile{display:none}@media (max-width:768px){.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}.intro{align-items:center;padding:0}.intro h2{writing-mode:vertical-rl;letter-spacing:.15em;padding-left:0;font-size:1.8rem;line-height:2.2}.intro-sub{display:none!important}.feature_grid{flex-direction:column;gap:4rem}.feature .card{width:100%;max-width:none}.about h2 img{width:80%!important}.about h3{text-align:left!important;padding-right:0!important}.about-body{flex-direction:column-reverse;gap:2rem;align-items:flex-start!important;width:100%!important}.about-body p{width:80%!important;margin:0 auto!important;padding-right:0!important}.about-body p br{display:none}.about .read-more{margin:2rem auto 0!important}.contact div{padding:1.5rem 0!important;font-size:1.3rem!important}.blog_card:not(:last-child){border-bottom:1px solid #3f434a40!important;border-right:none!important}.subpage-container,.subpage-container.detail-page{padding:6rem 5%!important}.subpage-container h2{font-size:1.5rem!important}}.subpage-container{padding:5rem 5%}.subpage-container.detail-page{padding:7rem 5% 9rem}.works-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}@media (max-width:768px){.works-grid{grid-template-columns:1fr;gap:2rem}}.works-detail-container{grid-template-columns:1fr 30%;gap:4rem;display:grid}@media (max-width:1024px){.works-detail-container{grid-template-columns:1fr;gap:3rem}}@media (min-width:1025px){.works-visual-sticky{height:calc(100vh - 14rem);max-height:800px;position:sticky;top:8rem}}.screenshot-scroll-container{scrollbar-width:none;-ms-overflow-style:none}.screenshot-scroll-container::-webkit-scrollbar{display:none}#page-transition-overlay.is-active{pointer-events:auto;opacity:1!important}#page-transition-overlay.is-leaving{opacity:0!important}.works-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.works-card-image-wrapper{background:#f0f0f0;border-radius:4px;width:100%;position:relative;overflow:hidden}.works-card-image{width:100%;height:auto;transition:transform .6s cubic-bezier(.25,1,.5,1),filter .3s;display:block}.works-card-title{margin:0;font-size:1.2rem;font-weight:500;line-height:1.4;transition:transform .3s cubic-bezier(.25,1,.5,1),color .3s}.works-card:hover .works-card-image{filter:brightness(.9);transform:scale(1.04)}.works-card:hover .works-card-title{color:#000;transform:translate(6px)}
