.social-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;max-width:430px}
.social-button{display:flex;align-items:center;gap:10px;flex:1 1 190px;min-width:0;max-width:280px;min-height:68px;padding:11px 12px;border:1px solid var(--line);background:#fff;transition:border-color .18s,background .18s}
.instagram-button:hover{border-color:#c13584;background:#fff8fc}
.line-button:hover{border-color:#06c755;background:#f0fff6}
.social-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:10px}
.instagram-icon{background:radial-gradient(circle at 25% 110%,#ffdc80 0%,#f77737 28%,#e1306c 54%,#833ab4 82%)}
.line-icon{background:#06c755}
.social-icon img{filter:brightness(0) invert(1);flex-shrink:0}
.social-label{display:flex;flex-direction:column;gap:3px}
.social-label strong{font-size:.9375rem;line-height:1.3;white-space:nowrap}
.social-label>span{font-size:.8125rem;line-height:1.4;color:var(--muted);white-space:nowrap}
.social-arrow{margin-left:auto;font-size:1.25rem;color:var(--muted)}
.footer-social{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.social-footer{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-size:.875rem;font-weight:600;white-space:nowrap}
.social-footer img{flex-shrink:0}
.social-footer:hover{color:#c13584}.line-footer:hover{color:#087d39}
@media(max-width:1100px){.footer{flex-wrap:wrap}.footer>p{display:none}}
@media(max-width:600px){.social-buttons{margin-top:20px;gap:9px}.social-button{flex-basis:155px;padding:10px;gap:8px}.social-icon{width:34px;height:34px;border-radius:9px}.social-icon img{width:23px;height:23px}.social-label strong{font-size:.875rem}.social-label>span{font-size:.75rem}.social-arrow{display:none}.footer{gap:20px}.footer-social{gap:20px}.footer>small{width:100%}}
