@charset "utf-8";
/*■■■■フッター■■■*/

footer {
	--footer-title-padding-x: 30px;
	--footer-p-padding-x: 20px;
}

.footer-section {
	padding-top: var(--section-paddingTop);
	padding-bottom: 80px;
	background: rgb(249, 249, 249);
	background: -moz-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(238, 238, 238, 1) 33%);
	background: -webkit-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(238, 238, 238, 1) 33%);
	background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(238, 238, 238, 1) 33%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#eeeeee", GradientType=1);
	overflow-x: hidden;
}

.footer-in {
	--container-width: 978px;
	padding-top: var(--div-padding);
	margin: 0 auto;
}

.footer_menu {
	display: block;
	margin-bottom: 90px;
}

.bar {
	display: none;
}

.footer_menu-section {
	display: flex;
	gap: 30px;
	border: none;
	width: auto;
	padding-bottom: var(--footer-title-padding-x);
	margin-bottom: var(--footer-title-padding-x);
	border-bottom: 2px solid var(--clr-gray-light1CCC);
}

.footer_menu-title {
	font-weight: 800;
	flex: .4;
	line-height: 1;
}

.footer_menu-ul {
	flex: .7;
}

.footer_menu-li {
	padding-bottom: var(--footer-p-padding-x);
	line-height: 1;
}

.footer_menu-li:last-of-type {
	padding-bottom: 0;
}

.footer_menu-last {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	gap: 30px;
}

.footer_menu-last li {
	flex: 0 1 100%;
}

.footer_menu-li-shinsotsu a,
.footer_menu-li-x a {
	justify-content: start;
	gap: 4px;
}

.footer_menu-bottom {
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin: 0 auto;
	padding-top: 0;
}

.footer_menu-privacysns {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-bottom: 0;
}

.li-pmark {
	padding-top: 10px;
}

.footer_pmark {
	width: 70px;
}

/* .footer_twitter-sp {
	justify-content: end;
} */

/* .footer_twitter-btn {
	transition: all .3s ease-in-out;
	display: flex;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: var(--gray_super_light, #EEE);

	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.10), -1px -1px 2px 0px rgba(0, 0, 0, 0.10) inset, 1px 1px 3px 0px #FFF inset, -1px -1px 2px 0px #FFF;
	backdrop-filter: blur(5px);
	margin: 0 auto;
}

.footer_twitter-btn:hover {
	opacity: 1;
	transition: all .3s ease-in-out;
	background-color: var(--clr-white);
}

.footer_twitter-btn-logo {
	display: block;
} */

.footer_menu-english {
	font-weight: 600;
}

.footer_a3-btn {
	margin-right: unset;
}

.footer_a3-btn img {
	width: 106px;
	padding-bottom: 30px;
}

.footer_a3-copy {
	font-size: 13px;
}

@media screen and (min-width: 769px) {
	.footer_menu {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 80px;
		gap: clamp(34px, 3.2vw, 46px);
	}

	.bar {
		display: block;
		width: 1px;
		height: 272px;
		background-color: var(--clr-gray-light1CCC);
	}


	.footer_menu-section {
		display: block;
		width: fit-content;
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.footer_menu-title {
		font-weight: 700;
		padding-bottom: 30px;
		display: block;
		line-height: 1;
	}

	.footer_menu-last {
		flex-direction: column;
		gap: var(--p-padding20);
		line-height: 1;
	}

	.footer_menu-news {
		justify-content: start;
	}

	.li-pmark.li-pmark {
		border-bottom: 2px solid var(--clr-gray-light1CCC);
		padding-bottom: var(--p-padding20);
		margin-bottom: var(--p-padding30);
	}

	.footer_pmark {
		margin: 0 auto;
	}

	.footer_menu-bottom {
		width: 50%;
	}

	/* .footer_twitter-div {
		height: 125px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.footer_twitter-sp {
		display: none;
	} */


	.li-pmark {
		padding-top: 0;
	}

	.footer_a3-btn {
		margin: auto;
	}
}