.wp-block-columns {
	gap: 0!important;
}

@media screen and (max-width: 782px) {
	.line_cta,
	.line_cta_wrapper{
		width: 100%;
	}
}

.footer_cta {
	position: fixed;
	bottom: 0;
	max-width: 960px;
    width: 100%;
    padding: 20px;
    z-index: 99;
    display: flex;
    justify-content: end;
	opacity: 1;
    transition: opacity .4s, transform .3s;
}

.footer_cta.hdd {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 20px); /* ちょっと下から出てくる感じ */
}