.bt-btn{display:flex;margin-bottom:var(--bt-btn-space-bottom-pc,0);width:100%}.bt-btn--align-left{justify-content:flex-start}.bt-btn--align-center{justify-content:center}.bt-btn--align-right{justify-content:flex-end}.bt-btn__link,.bt-btn__link:active,.bt-btn__link:focus,.bt-btn__link:hover,.bt-btn__link:visited{outline:none;outline-offset:0;text-decoration:none}.bt-btn__link{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;text-align:center;white-space:nowrap}.bt-btn__link--other{background:var(--bt-btn-other-bg);color:var(--bt-btn-other-color)}.bt-btn__link--other:active,.bt-btn__link--other:focus,.bt-btn__link--other:hover{background:var(--bt-btn-other-hover-bg);border-color:var(--bt-btn-other-hover-border-color);box-shadow:0 8px 20px rgba(0,0,0,.12);color:var(--bt-btn-other-hover-color);transform:translateY(-1px)}@media (max-width:767px){.bt-btn{margin-bottom:var(--bt-btn-space-bottom-sp,var(--bt-btn-space-bottom-pc,0))}.bt-btn,.bt-btn__link{justify-content:center;text-align:center;width:100%}.bt-btn__link{box-sizing:border-box;display:flex}}