body,html{margin:0;padding:0;width:100%;height:100%;font-family:Inter,"Noto Serif JP",serif;background-color:#fcfbf9;color:#3b3530;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}a{color:inherit;text-decoration:none}.loading-screen{position:fixed;inset:0;background-color:#fff;z-index:9999;display:flex;justify-content:center;align-items:center;animation:screenFadeOut .2s ease-in-out 2.4s forwards}@keyframes screenFadeOut{to{opacity:0;visibility:hidden}}.center-logo-wrapper{position:relative;width:300px;opacity:1;animation:centerLogoMoveDown .2s ease-in-out 2.2s forwards}.center-logo-wrapper img{transform:translateZ(0);backface-visibility:hidden;will-change:transform,opacity}@keyframes centerLogoMoveDown{to{transform:translateY(30px);opacity:0}}.logo-gradient{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;z-index:2;animation:fadeInColor .6s ease-in-out .8s forwards}@keyframes fadeInColor{to{opacity:1}}.logo-black{position:relative;display:block;width:100%;height:auto;z-index:1}.header-logo-anim{opacity:0;transform:translateY(20px);animation:headerLogoEnter .6s ease-out 2s forwards}@keyframes headerLogoEnter{to{opacity:1;transform:translateY(0)}}.site-header{position:fixed;top:0;left:0;right:0;z-index:10001;display:flex;align-items:center;justify-content:space-between;padding:20px 40px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #00000014;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1);transform:translateY(0);opacity:1}.site-header.header-hidden,.site-header.header-intro{transform:translateY(-100%);opacity:0}.site-header.header-intro{transition:none}.header-left{display:flex;align-items:center}.header-logo{width:100px;height:auto;display:block}.header-right{display:flex;align-items:center;gap:20px}.header-link{background:none;border:none;cursor:pointer;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.12em;color:#333;text-decoration:none;padding:4px 0;transition:opacity .2s ease}.header-link:hover{opacity:.5}.header-icon{display:flex;align-items:center}.icon-instagram{width:20px;height:20px;color:#333}.about-overlay{position:fixed;inset:0;z-index:20000;background:#0a0a0ad9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;cursor:pointer;animation:aboutFadeIn .3s ease}@keyframes aboutFadeIn{0%{opacity:0}to{opacity:1}}.about-content{cursor:default;text-align:center;color:#fff;max-width:400px;padding:40px;position:relative}.about-logo{width:140px;height:auto;margin-bottom:32px}.about-text{font-size:14px;line-height:2;color:#fffc;margin-bottom:24px;letter-spacing:.05em}.about-instagram{display:inline-block;color:#fff;font-size:22px;font-weight:600;text-decoration:underline;letter-spacing:.05em;transition:color .2s}.about-instagram:hover{color:#fff}.main-content{opacity:0;transform:translateY(16px);transition:opacity .4s ease-out,transform .4s ease-out}.main-content.is-visible{opacity:1;transform:none}@media(max-width:480px){.site-header{top:auto;bottom:0;border-bottom:none;border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 10px #00000014;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px))}.site-header.header-hidden,.site-header.header-intro{transform:translateY(100%);opacity:0}.site-header.header-intro{transition:none}.header-logo{width:80px}}
