@charset "utf-8";

/*--------------------------------------------
■［フッター］
--------------------------------------------*/
p#footer-ticket {
	position: fixed;
	bottom: 120px;
	margin: auto;
	left: 0;
	padding: 0;
	z-index: 7;
	width: 48px;
	height: 194px;
}
p#footer-ticket a {
	display: block;
	margin-left: auto;
}
p#topofpage {
	position: fixed;
	bottom: calc(6vw + 26px);
	right: 3vw;
	height: 1px;
	padding: 0;
	text-align: right;
	z-index: 8;
}
p#topofpage a img {
	width: 100%;
	height: 100%;
}
p#topofpage button {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: var(--color-gray1);
	color: var(--color-purple1);
	padding: 0;
	line-height: 46px;
	text-align: center;
	display: block;
}
footer {
	padding: 3vw 50px;
	position: relative;
	font-size: 0.86em;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer h4 {
	font-weight: bold;
}
footer h4 a:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	content: "open_in_new";
	font-size: 0.68em;
	vertical-align: super;
	line-height: 1;
	margin: 0 0.2em;
	color: var(--color-purple1);
	text-decoration: none !important;
}
footer ul#footer-sns {
	display: flex;
	gap: 5px;
	margin-left: 1.5em;
}
footer ul#footer-sns img {
	height: 2.6em;
	width: auto;
}
footer p#footer-copyright {
	margin-left: auto;
	color: var(--color-mute);
	font-size: 0.86em;
}

/*--------------------------------------------
■［レスポンシブ］
--------------------------------------------*/

@media screen and (max-width: 767px) {
	p#footer-ticket {
		width: 36px;
		bottom: 20px;
	}
	p#topofpage {
		bottom: calc(14vw + 26px);
	}
	footer {
		padding: 3vw;
		flex-direction: column;
		align-items: center;
	}
	footer ul#footer-sns {
		margin: 1em 0 0 0;
	}
	footer ul#footer-sns img {
		height: 2em;
	}
	footer p#footer-copyright {
		margin: 1em 0 0 0;
	}
}

