.ar-guide{--guide-font: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;--guide-text: #1a1a1a;--guide-text-muted: #6b6b6b;--guide-bg: #ffffff;--guide-bg-alt: #f7f7f5;--guide-accent: #111111;--guide-accent-light: #e8e8e6;--guide-border: #e5e5e5;--guide-radius: 16px;--guide-radius-sm: 8px;--guide-shadow: 0 4px 24px rgba(0, 0, 0, .06);--guide-shadow-hover: 0 8px 40px rgba(0, 0, 0, .1);--guide-transition: .4s cubic-bezier(.16, 1, .3, 1)}.ar-guide{font-family:var(--guide-font);color:var(--guide-text);padding:60px 0 80px}.ar-guide__container{max-width:1100px;margin:0 auto;padding:0 20px}.ar-guide__intro{text-align:center;max-width:680px;margin:0 auto 56px}.ar-guide__badge{display:inline-flex;align-items:center;gap:6px;background:var(--guide-accent);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:100px;margin-bottom:20px}.ar-guide__badge svg{width:14px;height:14px}.ar-guide__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:0 0 16px;color:var(--guide-text)}.ar-guide__subtitle{font-size:1rem;color:var(--guide-text-muted);line-height:1.7;margin:0}.ar-guide__steps{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:64px}@media(min-width:768px){.ar-guide__steps{grid-template-columns:repeat(3,1fr);gap:28px}}.ar-guide__step{background:var(--guide-bg);border:1px solid var(--guide-border);border-radius:var(--guide-radius);padding:32px 28px;position:relative;transition:transform var(--guide-transition),box-shadow var(--guide-transition),border-color var(--guide-transition);display:flex;flex-direction:column}.ar-guide__step:hover{transform:translateY(-4px);box-shadow:var(--guide-shadow-hover);border-color:transparent}.ar-guide__step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:var(--guide-accent);color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:20px;flex-shrink:0}.ar-guide__step-image{width:100%;aspect-ratio:16 / 10;border-radius:var(--guide-radius-sm);overflow:hidden;margin-bottom:20px;background:var(--guide-bg-alt)}.ar-guide__step-image img{width:100%;height:100%;object-fit:cover;display:block}.ar-guide__step-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--guide-text-muted);opacity:.4}.ar-guide__step-image-placeholder svg{width:48px;height:48px}.ar-guide__step-title{font-size:1.125rem;font-weight:700;margin:0 0 10px;color:var(--guide-text);letter-spacing:-.01em}.ar-guide__step-desc{font-size:.9rem;color:var(--guide-text-muted);line-height:1.65;margin:0;flex-grow:1}.ar-guide__features{background:var(--guide-bg-alt);border-radius:var(--guide-radius);padding:48px 36px;margin-bottom:56px}.ar-guide__features-title{font-size:1.25rem;font-weight:700;text-align:center;margin:0 0 32px;letter-spacing:-.01em}.ar-guide__features-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:600px){.ar-guide__features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.ar-guide__features-grid{grid-template-columns:repeat(3,1fr)}}.ar-guide__feature{display:flex;gap:14px;align-items:flex-start}.ar-guide__feature-icon{width:40px;height:40px;border-radius:10px;background:var(--guide-accent);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ar-guide__feature-icon svg{width:20px;height:20px}.ar-guide__feature-text h4{font-size:.9rem;font-weight:700;margin:0 0 4px}.ar-guide__feature-text p{font-size:.8rem;color:var(--guide-text-muted);line-height:1.5;margin:0}.ar-guide__notes{background:var(--guide-bg);border:1px solid var(--guide-border);border-radius:var(--guide-radius);padding:36px 32px;margin-bottom:56px}.ar-guide__notes-title{font-size:1.1rem;font-weight:700;margin:0 0 16px;display:flex;align-items:center;gap:8px}.ar-guide__notes-title svg{width:20px;height:20px;color:var(--guide-text-muted)}.ar-guide__notes-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.ar-guide__notes-list li{font-size:.9rem;line-height:1.6;color:var(--guide-text-muted);padding-left:24px;position:relative}.ar-guide__notes-list li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:var(--guide-accent-light)}.ar-guide__cta{text-align:center;padding:48px 24px;background:var(--guide-accent);color:#fff!important;border-radius:var(--guide-radius)}.ar-guide__cta-title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;margin:0 0 12px;letter-spacing:-.01em;color:#fff!important}.ar-guide__cta-text{font-size:.95rem;opacity:.8;margin:0 0 28px;line-height:1.6;color:#fff!important}.ar-guide__cta-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--guide-accent);font-family:var(--guide-font);font-size:1rem;font-weight:600;padding:14px 32px;border-radius:100px;border:none;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ar-guide__cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.ar-guide__cta-btn svg{width:18px;height:18px}.ar-guide__animate{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.ar-guide__animate.is-visible{opacity:1;transform:translateY(0)}.ar-guide__step:nth-child(1){transition-delay:0s}.ar-guide__step:nth-child(2){transition-delay:.1s}.ar-guide__step:nth-child(3){transition-delay:.2s}@media(max-width:767px){.ar-guide{padding:40px 0 60px}.ar-guide__intro{margin-bottom:36px}.ar-guide__step{padding:24px 20px}.ar-guide__features{padding:32px 20px}.ar-guide__notes{padding:28px 20px}.ar-guide__cta{padding:36px 20px;border-radius:var(--guide-radius-sm)}}
/*# sourceMappingURL=/cdn/shop/t/120/assets/ar-guide.css.map */
