/* ==========================================================================
   New Footer — PC / SP
   ========================================================================== */

footer.new-footer {
	background-color: #2b2b2b;
	color: #fff;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.6;
}

footer.new-footer a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

footer.new-footer a:hover {
	opacity: 0.75;
}

.new-footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 40px 28px;
}

@media screen and (max-width: 767px) {
	.new-footer__inner {
		padding: 36px 20px 24px;
	}
}

.new-footer__nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px 24px;
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.new-footer__nav {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 767px) {
	.new-footer__nav {
		display: flex;
		flex-direction: column;
		margin-bottom: 24px;
		gap: 0;
	}
}

.new-footer__col {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

	.new-footer__col,
	.new-footer__col>ul {
		display: block;
	}

}

.new-footer__col>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

	.new-footer__col>ul>li+li {
		margin-top: 18px;
	}
}

.new-footer__link {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.new-footer__nav .new-footer__link {
		padding-block: 10px;
	}
}

.new-footer__group-head {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	color: inherit;
	font-family: inherit;
	text-align: left;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.new-footer__group-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-block: 10px;
		width: 100%;
		background: none;
		border: 0;
		color: #fff;
		font-family: inherit;
		font-size: 14px;
		font-weight: 700;
		text-align: left;
		cursor: pointer;
	}
}

.new-footer__group-title {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.new-footer__group-head .new-footer__group-title {
		margin: 0;
		pointer-events: none;
	}
}

/* When group title is also a link inside head, keep layout */
@media screen and (max-width: 767px) {
	.new-footer__group-head a.new-footer__group-title {
		pointer-events: auto;
		flex: 1;
	}
}

.new-footer__children {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.new-footer__children li+li {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	.new-footer__children {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.new-footer__children li+li {
		margin-top: 6px;
	}
}

.new-footer__children a {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.88);
}

@media screen and (max-width: 767px) {
	.new-footer__children a {
		display: block;
		padding-block: 6px;
		font-size: 13px;
		font-weight: 400;
		color: #fff;
	}
}

.new-footer__note {
	margin: 0 0 20px;
	padding: 0;
	font-size: 11px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
	text-align: left;
}

@media screen and (max-width: 767px) {
	.new-footer__note {
		margin-top: 28px;
		margin-bottom: 20px;
	}
}

.new-footer__end {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 767px) {
	.new-footer__end {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		padding-top: 28px;
		border-top: 0;
	}
}

.new-footer__privacy {
	font-size: 12px;
	text-decoration: underline !important;
	text-underline-offset: 2px;
}

.new-footer__copy {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 767px) {
	.new-footer__copy {
		font-size: 11px;
	}
}

/* Accordion toggle: hidden on PC */
.new-footer__toggle {
	display: none;
}

@media screen and (max-width: 767px) {
	.new-footer__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		flex-shrink: 0;
		position: relative;
	}
}

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

	.new-footer__toggle::before,
	.new-footer__toggle::after {
		content: "";
		position: absolute;
		background: #fff;
		transition: transform 0.2s, opacity 0.2s;
	}
}

@media screen and (max-width: 767px) {
	.new-footer__toggle::before {
		width: 12px;
		height: 1.5px;
	}
}

@media screen and (max-width: 767px) {
	.new-footer__toggle::after {
		width: 1.5px;
		height: 12px;
	}
}

/* Accordion rows */
@media screen and (max-width: 767px) {
	.new-footer__group {
		position: relative;
	}
}

@media screen and (max-width: 767px) {
	.new-footer__group.is-open .new-footer__toggle::after {
		opacity: 0;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 767px) {
	.new-footer__group.is-open>.new-footer__children {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.u-mt-20 {
		margin-top: 20px;
	}
}