@charset "utf-8";

/**
FOOTER
**/

footer {
	border-top:10px solid var(--color_main);
	.footer {
		padding:  min(8vw,60px) 0;
		width: 96%;
		margin:0 auto;
		dl {
			font-size:min(3.8vw,1.8rem);
			margin-bottom: 2em;
			dt,dd {
				line-height: 1.5;
				img {
					display: block;
					width: 66%;
					margin-bottom: .33em;
				}
			}
			dt {
				font-weight: 500;
				margin:.0 0 .33em;
			}
		}
		.sns {
			display: flex;
			justify-content: center;
			margin-bottom: min(8vw,60px);
			li {
				width: 50px;
			}
		}
		.link {
			display: flex;
			justify-content: center;
			align-items: center;
			font-size:min(3.8vw,1.8rem);
			margin-bottom: min(8vw,60px);
			li {
				&:first-child {
					&::after {
						content:'|';
						margin:0 .5em;
					}
				}
			}
		}
		.copyright {
			font-size:min(3.6vw,1.6rem);
			text-align: center;
		}
	}
}


@media (hover:hover) {
}

@media screen and (max-width:1200px) {
}

@media screen and (max-width:1024px) {
}

@media screen and (max-width:768px) {
}