@charset "UTF-8";

.section2 {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
}
#foot_bnr ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1.5em;
}

#foot_bnr ul li {
	width: calc((100% - 3em) / 2);
}

#foot_bnr .instagram {
    border: 4px solid;
    border-image: linear-gradient(55.01deg, #ff7a00 12.35%, #ff0169 56.52%, #d300c5) 1;
}
#foot_bnr a::after{

}

#foot_bnr .sp {
    display: none;
}

@media screen and (max-width: 1120px) {
    .section {
	width: 94%;
    }    
}

@media screen and (max-width: 768px) {
	#foot_bnr ul {
		gap: 1.5em 1em;
	}    
	#foot_bnr ul li {
		position: relative;
		width: calc((100% - 1em) / 2);
	}
	#foot_bnr ul li:last-child {
	    width: calc((100% - 1em) / 2);
	}

	#foot_bnr .instagram::after{
	}

    #foot_bnr .sp {
    display: block;
    }

}