/*統合用CSS*/

/* --------------------------------------------------
    footer
-------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");

.l-footer {
	font-family: "Noto Sans JP", sans-serif;
}

.l-footer ul, .l-footer li, .l-footer h2 {
	margin: 0;
	padding: 0;
	
}

.l-footer * {
	box-sizing: border-box;
}

.l-footer img {
	width: 100%;
}

.l-footer .c-inner {
	width: 1100px;
	margin: 0 auto;
}

.l-footer li {
	list-style: none;
}

.l-footer-body-column .bnrlist li {
	line-height: 1;
}

.l-footer-copyright {
		line-height: 2;
}

@media screen and (max-width: 767px) {
	.l-footer .c-inner {
		width: 100%;
		padding: 0 6%;
	}
}

.l-footer .c-ullink {
	position: relative;
	text-decoration: none;
}
.l-footer .c-ullink:after {
	content: "";
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
	.l-footer .c-ullink:hover {
		color: #fff!important;
	}
	.l-footer .c-ullink:hover:after {
		width: 100%;
	}
	.l-footer .c-over {
		transition: 0.3s;
	}
	.l-footer .c-over:hover {
		opacity: 0.7;
	}
}

.l-footer h2 {
	border-left: none;
}

@media screen and (min-width: 768px) {
	.l-footer {
	padding-bottom: 40px;
	}
	.l-footer-pagetop a {
	right: 42px;
	bottom: 30px;
	}
	.l-footer-pagetop a .c-btn-arrow {
	width: 42px;
	height: 42px;
	}
	.l-footer-pagetop a.is-foot {
	top: -85px;
	}
	.l-footer-head {
	padding: 47px 0;
	}
	.l-footer-head-headline {
	font-size: 16px;
	}
	.l-footer-head-nav {
	margin-left: 40px;
	}
	.l-footer-head-nav ul {
	gap: 50px;
	}
	.l-footer-head-nav ul li {
	font-size: 13px;
	padding-left: 30px;
	}
	.l-footer-head-nav ul li.m-mail::before {
	width: 23px;
	height: 23px;
	}
	.l-footer-head-nav ul li.m-x::before {
	width: 25px;
	height: 25px;
	}
	.l-footer-head-nav ul li.m-instagram::before {
	width: 25px;
	height: 25px;
	}
	.l-footer-body {
	padding: 60px 0 50px;
	}
	.l-footer-body .c-inner {
	gap: 84px;
	}
	.l-footer-body-column .ttl {
	font-size: 16px;
	}
	.l-footer-body-column .bnrlist {
	margin-top: 27px;
	-ms-grid-columns: 1fr 20px 1fr;
	gap: 20px 20px;
	}
	.l-footer-body-column .bnrlist li {
	width: 190px;
	}
	.l-footer-body-column .txtlist {
	margin-top: 22px;
	}
	.l-footer-body-column .txtlist li {
	color: #fff;
	font-size: 13px;
	line-height: 2.3076923077;
	}
	.l-footer-body-column-sub {
	gap: 84px;
	}
	.l-footer-copyright {
	font-size: 12px;
	}
  }


  /*brand only*/
@media screen and (max-width: 767px) {
  #brand .l-footer{
	width: 1010px;
	padding: 50px 0;
  }
  #brand .l-footer-head-headline {
	font-size: 36px;
	margin-bottom: 40px;
  }
  #brand .l-footer-head-nav ul li {
	font-size: 28px;
  }
  #brand .l-footer-body-column .ttl {
	font-size: 36px;
	margin: 40px 0;
  }
  #brand .l-footer-body-column .txtlist li {
	font-size: 28px;
  }
  #brand .l-footer-body-column .txtlist li + li {
	margin-top: 20px;
  }
  #brand .l-footer-copyright {
	font-size: 22px;
  }
}