:root{--stc-bg: #F6F2EA;--stc-surface: #FFFFFF;--stc-text: #3B352E;--stc-text-soft: #6E655A;--stc-line: #E1D9CB;--stc-accent: #a83e36;--stc-accent-soft: #F1DECD;--stc-font-display: "Noto Sans JP", sans-serif;--stc-font-body: "Noto Sans JP", sans-serif;--stc-font-hand: "Noto Sans JP", serif;--stc-font-number: "Viga", sans-serif}.stc-page{background:var(--stc-bg);color:var(--stc-text);font-family:var(--stc-font-body);line-height:1.9;overflow-x:hidden}.stc-page h1,.stc-page h2,.stc-page h3{font-family:var(--stc-font-display);font-weight:900;margin:0;color:var(--stc-text)}.stc-page p{margin:0}.stc-page a{color:inherit;text-decoration:none}.stc-page img{max-width:100%;display:block}.u-sp-only{display:none}.stc-bracket{display:inline-block}.stc-bracket:before,.stc-bracket:after{color:var(--stc-accent);font-weight:500}.stc-bracket:before{content:"\300c";margin-right:.05em}.stc-bracket:after{content:"\300d";margin-left:.05em}.top-img{margin:auto;max-width:1000px!important;padding-bottom:0}.stc-hero{padding:clamp(40px,12vw,80px) 20px clamp(56px,8vw,96px);text-align:center;background-color:#d8b278}.stc-hero__inner{max-width:640px;margin:0 auto}.stc-hero__title{font-size:clamp(28px,5.2vw,44px);line-height:1.5;letter-spacing:.02em;padding-bottom:20px}.stc-hero__lead{margin-top:20px;font-size:clamp(13px,2vw,20px);color:var(--stc-text-soft);line-height:2;color:#fbf4e4;font-weight:500;letter-spacing:1px}.stc-hero__scroll{display:inline-flex;align-items:center;gap:8px;margin-top:40px;padding-bottom:4px;font-size:14px;border-bottom:1px solid var(--stc-text);transition:opacity .2s ease}.stc-hero__scroll:hover{opacity:.6}.stc-intro{padding:0 24px clamp(64px,9vw,96px);text-align:center}.stc-intro__text{max-width:34em;margin:0 auto;font-size:clamp(14px,2vw,16px);color:var(--stc-text-soft)}.stc-toc{padding:clamp(48px,8vw,80px) 20px;border-top:1px solid var(--stc-line);text-align:center}@media all and (max-width:768px){.stc-toc{background-color:var(--stc-surface)}}.navi-bg{max-width:800px;margin:auto;padding:60px 20px 40px;background-color:var(--stc-surface)}@media all and (max-width:768px){.navi-bg{width:100%;padding:0}}.stc-toc__title{font-size:clamp(18px,3vw,26px);margin-bottom:clamp(32px,5vw,48px);letter-spacing:1px}.stc-toc__list{list-style:none;margin:0 auto;padding:10px 0 0 20px;max-width:540px}.stc-toc__item+.stc-toc__item{border-top:1px solid var(--stc-line)}.stc-toc__item a{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 16px;padding:18px 6px}.stc-toc__checkbox{flex:0 0 auto;align-self:center;width:18px;height:18px;border:1.5px solid var(--stc-text);border-radius:5px;position:relative;transition:border-color .15s ease}.stc-toc__checkbox:after{content:"";position:absolute;left:3px;top:5px;width:9px;height:5px;border-left:2px solid var(--stc-accent);border-bottom:2px solid var(--stc-accent);transform:rotate(-45deg) scale(0);transform-origin:center;transition:transform .18s ease}.stc-toc__item a:hover .stc-toc__checkbox,.stc-toc__item a:focus-visible .stc-toc__checkbox{border-color:var(--stc-accent)}.stc-toc__item a:hover .stc-toc__checkbox:after,.stc-toc__item a:focus-visible .stc-toc__checkbox:after{transform:rotate(-45deg) scale(1)}.stc-toc__word{flex:0 0 auto;font-family:var(--stc-font-display);font-weight:700;font-size:clamp(16px,2.2vw,18px)}.stc-toc__desc{flex:1 1 240px;font-size:16px;color:var(--stc-text-soft);text-align:left}.stc-technique{padding:clamp(56px,8vw,96px) 24px;max-width:800px;margin:auto}.stc-technique:nth-of-type(2n){background:var(--stc-surface)}.stc-technique__head{max-width:1080px;margin:0 auto clamp(32px,5vw,48px);display:flex;align-items:center;gap:14px}.stc-technique__check{flex:0 0 auto;width:22px;height:22px}.stc-technique__check-box{fill:var(--stc-accent)}.stc-technique__check-mark{fill:none;stroke:var(--stc-surface);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stc-technique:nth-of-type(odd) .stc-technique__check-mark{stroke:var(--stc-bg)}.stc-technique__label{flex:0 0 auto;font-size:clamp(18px,2.6vw,22px)}.stc-technique__rule{flex:1 1 auto;height:1px;background:var(--stc-line)}.stc-technique__number{flex:0 0 auto;font-family:var(--stc-font-number);font-size:clamp(24px,3.4vw,32px);color:var(--stc-text)}.stc-technique__visual{max-width:1080px;margin:0 auto;display:flex;align-items:stretch;gap:clamp(16px,3vw,32px)}.stc-technique--reverse .stc-technique__visual{flex-direction:row-reverse}.stc-technique__vertical{flex:0 0 auto;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:14px;padding:8px 2px}.stc-technique__vertical-sub{font-size:15px;letter-spacing:.08em;color:var(--stc-text-soft);position:relative;padding-bottom:30px}.stc-technique__vertical-sub:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:1px;height:30px;background:var(--stc-accent)}.stc-technique__vertical-main{font-family:var(--stc-font-display);font-weight:900;font-size:clamp(20px,2.6vw,26px);letter-spacing:.05em;font-size:40px;font-family:Homemade Apple,cursive;color:var(--stc-accent);margin-right:10px}.stc-technique__image{flex:1 1 auto;width:80%;aspect-ratio:1080 / 1500;object-fit:cover}.stc-technique__body{max-width:720px;margin:clamp(32px,5vw,48px) auto 0}.stc-technique__copy{font-size:clamp(14px,2vw,16px);line-height:2}.stc-technique__staff{position:relative;margin:28px 0 32px;padding:18px 20px 18px 24px;background:var(--stc-bg);border-left:3px solid var(--stc-accent);font-family:var(--stc-font-hand);font-size:15px;line-height:1.8;color:var(--stc-text)}@media all and (max-width:768px){.stc-technique__staff{font-size:14px}}.stc-technique:nth-of-type(2n) .stc-technique__staff{background:var(--stc-surface)}.stc-technique__staff-mark{display:block;font-family:var(--stc-font-number);font-size:16px;letter-spacing:.1em;color:var(--stc-accent);margin-bottom:3px}.stc-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stc-item{display:flex;flex-direction:column}.stc-item__photo{width:100%;aspect-ratio:3 / 4;object-fit:cover}.stc-item__name{margin-top:8px;font-size:11px;color:var(--stc-text-soft);line-height:1.5}.stc-item__cta{display:inline-flex;align-items:center;justify-content:center;margin:15px 0;padding:6px 10px;background:#1c1c1c;color:#fff!important;font-size:11px;border-radius:999px;transition:opacity .2s ease;letter-spacing:1px}.stc-item__cta:hover{opacity:.75;color:#fff}.stc-technique__more{margin-top:28px;text-align:center}.stc-technique__more-link{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;border:1px solid var(--stc-accent);color:var(--stc-accent);font-size:13px;border-radius:999px;transition:background .2s ease,color .2s ease}.stc-technique__more-link:hover{background:var(--stc-accent);color:#fff}.stc-closing{padding:clamp(72px,10vw,120px) 24px;text-align:center}.stc-closing__title{font-size:clamp(22px,3.4vw,30px);padding-bottom:20px}.stc-closing__text{margin-top:20px;color:var(--stc-text-soft);font-size:clamp(13px,1.8vw,15px)}.stc-closing__link{display:inline-block;margin-top:32px;padding:14px 32px;border:1px solid var(--stc-text);border-radius:999px;font-size:14px;transition:background .2s ease,color .2s ease}.stc-closing__link:hover{background:var(--stc-text);color:var(--stc-bg)}@media(max-width:900px){.stc-technique__vertical-sub{font-size:12px}.stc-technique__vertical-sub:after{height:20px;background:var(--stc-accent)}.stc-technique__vertical-main{font-size:35px}.stc-items{grid-template-columns:repeat(3,1fr);gap:10px}}@media(max-width:560px){.u-sp-only{display:inline}.stc-technique__head{gap:10px}.stc-technique__number{font-size:22px}.stc-technique__visual,.stc-technique__vertical{gap:10px}.stc-technique__vertical-sub{font-size:11px;padding-bottom:20px}.stc-technique__vertical-main{font-size:25px}.stc-items{grid-template-columns:repeat(2,1fr);gap:10px}.stc-item__name{font-size:10px}.stc-toc__desc{flex-basis:100%;margin-left:34px;font-size:13px}.stc-toc__list{padding:10px 0 0 10px}.stc-toc__item a{gap:0px 5px;padding:15px 6px}}#main-header{background-color:var(--stc-bg)}.header-logo{display:block;max-width:280px!important;margin:0 auto;padding:.5rem 0}@media all and (max-width:768px){.header-logo{width:50%}}#page-top{position:fixed;bottom:30px;right:40px;z-index:999}@media all and (max-width:768px){#page-top{bottom:40px;right:10px}}#page-top i{font-size:2rem}@media all and (max-width:768px){#page-top i{font-size:1.5rem}}#page-top a{background:#fff;color:var(--stc-accent);box-shadow:0 2px 10px -6px #00000080,0 3px 10px -4px #0003;width:70px;height:70px;padding:20px 0;text-align:center;text-decoration:none;border-radius:100%}@media all and (max-width:768px){#page-top a{width:50px;height:50px;padding:13px 0}}#page-top a:hover{background:#fff;color:#f6e2de;text-decoration:none;opacity:1}.section-footer{background:#000;padding:30px 0}@media all and (max-width:768px){.section-footer{padding:20px 0 70px}}.c-copyright img{max-width:200px;margin:auto}@media all and (max-width:768px){.c-copyright img{max-width:150px}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/lp-ajihen.css.map */
