.tomosu-top{--tomosu-ink: rgb(var(--color-foreground));--tomosu-muted: rgba(var(--color-foreground), .58);--tomosu-border: rgba(var(--color-foreground), .08);--tomosu-surface: rgba(var(--color-foreground), .03);--tomosu-accent: #a76752;--tomosu-yellow: #b88a3a;--tomosu-yellow-hover: #9c7330;--tomosu-section-gap: clamp(8rem, 13vw, 13rem);--tomosu-card-bg: #faf9f7;--tomosu-card-shadow: none;--tomosu-card-shadow-hover: 0 10px 30px rgba(34, 28, 24, .08);--tm-radius: 4px;color:var(--tomosu-ink);font-feature-settings:"palt"}.tomosu-top *{box-sizing:border-box}.tomosu-hero{position:relative;display:grid;align-items:end;min-height:min(90svh,840px);overflow:hidden;isolation:isolate}@media screen and (min-width:990px){.tomosu-hero{min-height:min(80svh,640px)}.tomosu-hero__content{padding-bottom:clamp(6rem,7vw,10rem)}}.tomosu-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#ede4db;overflow:hidden}.tomosu-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(178deg,#2b211c42,#2b211c00 24%),linear-gradient(6deg,#2b211cd1,#2b211c70 36%,#2b211c00 64%),linear-gradient(96deg,#2b211c85,#2b211c00 56%);pointer-events:none}.tomosu-hero__image,.tomosu-feature__image,.tomosu-card-image{display:block;width:100%;height:100%;object-fit:cover}.tomosu-hero__content{position:relative;z-index:1;width:100%;padding-top:clamp(8rem,16vw,15rem);padding-bottom:clamp(5rem,6.5vw,8rem)}.tomosu-hero__copy{max-width:60rem;color:#fdf9f4;text-shadow:0 1px 26px rgba(28,20,16,.42),0 1px 2px rgba(28,20,16,.28)}.tomosu-hero__copy:before{content:"";display:block;width:4rem;height:2px;background:var(--tomosu-yellow);opacity:.95;margin-bottom:2.4rem}.tomosu-hero .tomosu-kicker{font-family:Cormorant Garamond,"Noto Serif JP",serif;font-size:clamp(1.5rem,2.4vw,1.9rem);letter-spacing:.28em;text-transform:lowercase;line-height:1.4;opacity:.96;margin-bottom:1.4rem}.tomosu-hero h1,.tomosu-section h2,.tomosu-line-cta h2{margin:0;letter-spacing:.01em;line-height:1.45}.tomosu-hero h1{font-size:clamp(2.8rem,4.2vw,4.2rem);font-weight:400}.tomosu-section h2,.tomosu-line-cta h2{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:400}.tomosu-kicker{display:block;margin:0 0 1.6rem;font-size:1.05rem;line-height:1.5;letter-spacing:.2em;text-transform:uppercase;color:var(--tomosu-accent)}.tomosu-hero .tomosu-kicker{color:#fdf9f4f0}.tomosu-rte{max-width:64rem;color:var(--tomosu-muted);font-size:1.5rem;line-height:2}.tomosu-hero .tomosu-rte{margin-top:2rem;color:#fdf9f4e0}.tomosu-rte p{margin:0}.tomosu-rte p+p{margin-top:1em}.tomosu-top .button--primary{background-color:#9e6042;color:#fff;border-color:#9e6042;border-radius:var(--tm-radius);font-size:1.45rem;letter-spacing:.05em;padding:1.25rem 3.2rem;transition:background-color .25s ease,box-shadow .25s ease,transform .2s ease}.tomosu-top .button--primary:hover,.tomosu-top .button--primary:focus-visible{background-color:#8f5a3d;border-color:#8f5a3d;box-shadow:0 6px 24px #9e604266;transform:translateY(-1px)}.tomosu-top .button--primary:after{display:none}.tomosu-top .button--secondary{border-radius:var(--tm-radius);font-size:1.45rem;letter-spacing:.05em;padding:1.2rem 3.2rem;border-color:#fff9;color:#fff;background:transparent;transition:background .25s ease,border-color .25s ease}.tomosu-top .button--secondary:hover,.tomosu-top .button--secondary:focus-visible{background:#ffffff1f;border-color:#ffffffe6}.tomosu-top .button--secondary:after{display:none}.tomosu-hero .button--secondary{border-color:#fdf9f4b3;color:#fdf9f4;background:#ffffff14;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.tomosu-hero .button--secondary:hover,.tomosu-hero .button--secondary:focus-visible{background:#ffffff2e;border-color:#fdf9f4;color:#fff}.tomosu-actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3.2rem}.tomosu-section{padding-top:var(--tomosu-section-gap);padding-bottom:var(--tomosu-section-gap)}.tomosu-section--intro{padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(5rem,8vw,8rem)}.tomosu-section__heading{text-align:center;max-width:72rem;margin:0 auto clamp(4.8rem,7vw,7rem)}.tomosu-section__heading h2{margin-top:0}.tomosu-section__heading h2:after{content:"";display:block;width:2.8rem;height:1.5px;background:var(--tomosu-accent);margin:2rem auto 0;opacity:.7}.tomosu-section__heading .tomosu-rte{margin:2rem auto 0;text-align:center}.tomosu-card-grid--products{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(22rem,100%),26rem));justify-content:center;gap:2.4rem}.tomosu-product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--tm-radius);overflow:hidden;background:var(--tomosu-card-bg);border:1px solid var(--tomosu-border);box-shadow:var(--tomosu-card-shadow);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.tomosu-product-card:hover{transform:translateY(-4px);border-color:#9e604240;box-shadow:var(--tomosu-card-shadow-hover)}.tomosu-product-card__media{aspect-ratio:1 / 1;overflow:hidden;background:#f3efea}.tomosu-card-image{transition:transform .45s ease}.tomosu-product-card:hover .tomosu-card-image{transform:scale(1.07)}.tomosu-product-card__body{padding:2.2rem 2.2rem 2.6rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.tomosu-product-card__body>span:first-child{font-size:1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--tomosu-accent)}.tomosu-product-card__body h3{margin:.6rem 0 0;font-size:1.75rem;font-weight:500;line-height:1.45;letter-spacing:-.01em}.tomosu-product-card__body>p{margin:.6rem 0 0;font-size:1.4rem;color:var(--tomosu-muted);line-height:1.8;flex:1}.tomosu-product-card__price{display:block;margin-top:1.6rem;padding-top:1.4rem;border-top:1px solid var(--tomosu-border);font-size:1.75rem;font-weight:500;color:var(--tomosu-ink);letter-spacing:-.02em}.tomosu-product-card__badge{display:inline-block;margin-top:.8rem;padding:.4rem 1.1rem;background:#9e604214;color:#9e6042;border:1px solid rgba(158,96,66,.35);font-family:Cormorant Garamond,"Noto Serif JP",serif;font-size:1.15rem;font-weight:600;border-radius:999px;letter-spacing:.14em;align-self:flex-start}.tomosu-section__cta{display:flex;justify-content:center;margin-top:clamp(3rem,4vw,4rem)}.tomosu-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f3efea;color:var(--tomosu-muted);font-size:1.3rem;letter-spacing:.1em;text-transform:uppercase;min-height:24rem}.tomosu-feature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4rem,6vw,8rem);align-items:center}.tomosu-feature--reverse{direction:rtl}.tomosu-feature--reverse>*{direction:ltr}.tomosu-feature__media{border-radius:2rem;overflow:hidden;aspect-ratio:4 / 5;background:#f3efea;box-shadow:0 8px 40px #221c181a}.tomosu-feature__placeholder{min-height:36rem}.tomosu-feature__content{display:flex;flex-direction:column;gap:2.4rem}.tomosu-feature__content h2{margin-top:.4rem;line-height:1.35}.tomosu-feature__content .button{align-self:flex-start;margin-top:1.2rem}.tomosu-section--soft{background:var(--tomosu-surface)}.tomosu-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(4rem,6vw,8rem);align-items:start}.tomosu-split .tomosu-rte{margin-bottom:2.8rem}.tomosu-members-feature__media{aspect-ratio:5 / 4}.tomosu-reasons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.tomosu-reason{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1rem 1.6rem;border-radius:0;background:transparent;box-shadow:none;transition:transform .3s ease}.tomosu-reason:hover{transform:translateY(-2px)}.tomosu-reason__icon{display:flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(135deg,#b88a3a24,#9e604214);color:var(--tomosu-accent);margin-bottom:.8rem}.tomosu-reason__icon svg{width:2.8rem;height:2.8rem}.tomosu-reason h3{margin:0;font-size:1.65rem;font-weight:500;line-height:1.5;letter-spacing:-.01em}.tomosu-reason p{margin:0;font-size:1.35rem;color:var(--tomosu-muted);line-height:1.9}.tomosu-future{position:relative;border-radius:1.6rem;overflow:hidden;min-height:36rem;display:flex;align-items:stretch}.tomosu-future__media{position:absolute;top:0;right:0;bottom:0;left:0;background:#f3efea}.tomosu-future__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1e16101f,#1e1610ad)}.tomosu-future__image{display:block;width:100%;height:100%;object-fit:cover}.tomosu-future__content{position:relative;z-index:1;color:#fff;padding:clamp(3.2rem,5vw,5.6rem);display:flex;flex-direction:column;justify-content:flex-end;gap:1.6rem;max-width:64rem}.tomosu-future__content .tomosu-kicker{color:#ffffffc7}.tomosu-future__content h2{color:#fff;margin:0}.tomosu-future__content .tomosu-rte{color:#ffffffe0}.tomosu-future__link{display:inline-flex;align-items:center;gap:.6rem;margin-top:.6rem;align-self:flex-start;color:#fff;font-size:1.4rem;letter-spacing:.04em;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.65);padding-bottom:.2rem;transition:border-color .2s ease,transform .2s ease}.tomosu-future__link:hover,.tomosu-future__link:focus-visible{border-color:#fff}.tomosu-future__link:hover span,.tomosu-future__link:focus-visible span{transform:translate(3px)}.tomosu-future__link span{transition:transform .2s ease}.tomosu-future--right .tomosu-future__content{margin-left:auto}.tomosu-philosophy-section{text-align:center;padding-top:clamp(5rem,8vw,8rem);padding-bottom:clamp(2.4rem,3.5vw,3.4rem)}.tomosu-philosophy{max-width:66rem;margin:0 auto}.tomosu-philosophy__statement{font-family:"Noto Serif JP",serif;font-size:clamp(3rem,5vw,4rem);line-height:1.7;letter-spacing:.04em;margin:1.4rem 0 0;color:var(--tomosu-ink)}.tomosu-philosophy__text{margin:2.2rem auto 0;max-width:52rem}.tomosu-recta__inner{background:#f6efe8;border-radius:var(--tm-radius);padding:clamp(3.2rem,6vw,5.6rem);text-align:center;display:flex;flex-direction:column;align-items:center;gap:2rem}.tomosu-recta__heading{margin:0;font-size:clamp(2rem,3.6vw,3rem);line-height:1.5}.tomosu-maker{display:grid;grid-template-columns:minmax(22rem,34rem) 1fr;gap:clamp(3.2rem,5vw,6rem);align-items:center;background:#f6efe8;border-radius:var(--tm-radius);padding:clamp(2.8rem,5vw,5rem)}.tomosu-maker__portrait{width:100%;aspect-ratio:4 / 5;border-radius:var(--tm-radius);overflow:hidden;background:#f3efea;box-shadow:0 10px 30px #221c181a}.tomosu-maker__image{display:block;width:100%;height:100%;object-fit:cover}.tomosu-maker__content{display:flex;flex-direction:column;gap:1.6rem}.tomosu-maker__content h2{margin:0}.tomosu-maker__links{display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem;margin-top:.6rem;align-items:center}.tomosu-maker__link{display:inline-flex;align-items:center;gap:.8rem;font-size:1.4rem;color:var(--tomosu-ink);text-decoration:none;border-bottom:1px solid var(--tomosu-border);padding-bottom:.4rem;transition:border-color .2s ease,color .2s ease}.tomosu-maker__link:hover,.tomosu-maker__link:focus-visible{color:var(--tomosu-accent);border-color:var(--tomosu-accent)}.tomosu-maker__link--text{color:var(--tomosu-accent)}.tomosu-maker__icon{display:inline-flex;width:2rem;height:2rem}.tomosu-maker__icon svg{width:100%;height:100%}.tomosu-card-grid--consult{display:grid;grid-template-columns:1fr 1fr;gap:2.4rem}.tomosu-consult-card{display:flex;flex-direction:column;gap:1.2rem;padding:3.6rem;border-radius:1.6rem;text-decoration:none;color:inherit;background:var(--tomosu-card-bg);box-shadow:var(--tomosu-card-shadow);transition:box-shadow .3s ease,transform .3s ease}.tomosu-consult-card:hover{transform:translateY(-4px);box-shadow:var(--tomosu-card-shadow-hover)}.tomosu-consult-card__visual{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:20 / 11;margin-bottom:.8rem;border-radius:1.2rem;background:linear-gradient(180deg,#f5cb2714,#a767520f);color:var(--tomosu-accent)}.tomosu-consult-card__visual svg{width:70%;max-width:22rem;height:auto}.tomosu-consult-card:hover .tomosu-consult-card__visual{background:linear-gradient(180deg,#f5cb2729,#a767521a)}.tomosu-consult-card h3{margin:0;font-size:2rem;font-weight:500;line-height:1.4}.tomosu-consult-card p{margin:0;font-size:1.4rem;color:var(--tomosu-muted);line-height:1.8;flex:1}.tomosu-consult-card>span:last-child{display:inline-block;font-size:1.3rem;color:var(--tomosu-accent);letter-spacing:.04em;border-bottom:1px solid currentColor;padding-bottom:.1rem;align-self:flex-end;margin-top:.4rem}.tomosu-line-cta{padding:clamp(5rem,8vw,9rem) 0;background:#271d17;color:#fff}.tomosu-line-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:4rem}.tomosu-line-cta .tomosu-kicker{color:#ffffff8c}.tomosu-line-cta h2{color:#fff;margin-top:.8rem;font-size:clamp(2rem,5vw,3.6rem)}.tomosu-line-cta .tomosu-rte{color:#ffffffad;margin-top:1.2rem}.tomosu-line-cta .button--primary{flex-shrink:0;white-space:nowrap}@media screen and (max-width:989px){.tomosu-feature{grid-template-columns:1fr;gap:3.2rem}.tomosu-feature--reverse{direction:ltr}.tomosu-feature__media{aspect-ratio:3 / 2}.tomosu-split{grid-template-columns:1fr;gap:2.4rem}.tomosu-card-grid--consult{grid-template-columns:1fr}.tomosu-reasons-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem}.tomosu-reason{padding:2rem 1.6rem}.tomosu-future{min-height:28rem}.tomosu-future__content{max-width:100%}.tomosu-maker{grid-template-columns:1fr;gap:2.8rem;text-align:center}.tomosu-maker__portrait{max-width:22rem;margin:0 auto}.tomosu-maker__content{align-items:center}.tomosu-maker__links{justify-content:center}.tomosu-line-cta__inner{flex-direction:column;align-items:flex-start;gap:2.8rem}}@media screen and (max-width:749px){.tomosu-hero{min-height:min(86svh,680px)}.tomosu-hero__content,.tomosu-hero__content.page-width{padding-top:clamp(12rem,46vw,22rem);padding-bottom:4.4rem}.tomosu-hero h1{font-size:clamp(3rem,9vw,4rem)}.tomosu-actions{margin-top:2.4rem;flex-direction:column}.tomosu-actions .button{width:100%;text-align:center;justify-content:center}.tomosu-card-grid--products{grid-template-columns:repeat(2,1fr);gap:1.4rem}.tomosu-product-card__body{padding:1.4rem 1.4rem 1.8rem}.tomosu-product-card__body h3{font-size:1.5rem}.tomosu-product-card__price{font-size:1.4rem}.tomosu-consult-card{padding:2.4rem}.tomosu-consult-card__visual{aspect-ratio:16 / 9}.tomosu-section__heading{margin-bottom:clamp(3.2rem,5vw,4.8rem)}.tomosu-feature__content .button{width:100%;text-align:center;justify-content:center}.tomosu-hero__copy:before{display:none}.tomosu-section__cta .button{width:100%;text-align:center;justify-content:center}}@media(prefers-reduced-motion:no-preference){.tomosu-hero__copy{animation:tomosuHeroFadeIn 1.4s cubic-bezier(.16,1,.3,1) .18s both}@keyframes tomosuHeroFadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1)}[data-animate].is-visible{opacity:1;transform:none}[data-animate][data-delay="1"]{transition-delay:.08s}[data-animate][data-delay="2"]{transition-delay:.18s}[data-animate][data-delay="3"]{transition-delay:.28s}[data-animate][data-delay="4"]{transition-delay:.38s}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-tomosu-top.css.map */
