/* ==============================================
	lp-header
============================================== */
.l-header {
	position: relative;
	min-width: 970px;
	height: 84px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.l-header {
		min-width: 0;
		height: 51px;
	}
}

.l-header::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #e2e2e2;
}

.l-header__logo {
	position: absolute;
	left: 30px;
	top: 30px;
}

@media (max-width: 767px) {
	.l-header__logo {
		left: 10px;
		top: 14px;
	}
}

.l-header__logo>a,
.l-header__logo>span {
	display: block;
	width: 350px;
	height: 27.5px;
	background: url(/images/hd_logo.png) no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {

	.l-header__logo>a,
	.l-header__logo>span {
		width: 290.5px;
		height: 22.825px;
	}
}

/* ==============================================
	lp-footer
============================================== */

.l-footer {
  position: relative;
  min-width: 970px;
  /* padding: 5.35714rem 0; */
	padding: 75px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .l-footer {
    min-width: 0;
    padding: 2.85714rem 0 2.85714rem;
		padding: 40px 0 40px;
  }
}

.l-footer__logo {
  line-height: 1.1;
  text-align: center;
}

.l-footer__logo > a {
  display: inline-block;
  /* width: 18.43rem;
  height: 3.57rem; */
	width: 258px;
	height: 50px;
  background: url(/common/images/logo_gp_footer03.png) no-repeat;
  background-size: contain;
}

.l-footer__nav {
  /* margin-top: 3.57143rem; */
	margin-top: 50px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer__nav {
    /* margin-top: 1.78571rem; */
		margin-top: 25px;
  }
}

.l-footer__nav__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  /* margin-left: 0.71429rem; */
	margin-left: 10px;
  background: #000;
  vertical-align: 10%;
}

@media (max-width: 767px) {
  .l-footer__nav__window {
    /* width: 0.71429rem;
    height: 0.5rem;
    margin-left: 0.5rem; */
		width: 10px;
		height: 7px;
		margin-left: 7px;
  }
}

.l-footer__nav__window::before, .l-footer__nav__window::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.l-footer__nav__window::before {
  left: -2px;
  top: 1px;
  width: 1px;
  height: 9px;
}

@media (max-width: 767px) {
  .l-footer__nav__window::before {
    /* height: 0.57143rem; */
		height: 8px;
  }
}

.l-footer__nav__window::after {
  left: -2px;
  top: 9px;
  width: 9px;
  height: 1px;
}

@media (max-width: 767px) {
  .l-footer__nav__window::after {
    top: 8px;
    /* width: 0.71429rem; */
		width: 10px;
  }
}

.l-footer__nav > li {
  display: inline-block;
  /* margin-left: 3.57143rem; */
	margin-left: 50px;
}

@media (max-width: 767px) {
  .l-footer__nav > li {
    display: block;
    /* margin: 0.85714rem auto 0; */
		margin: 12px auto 0;
  }
}

.l-footer__nav > li > a {
  -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  color: #000;
  /* font-size: 1.07143rem; */
	font-size: 15px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .l-footer__nav > li > a {
    /* font-size: 0.85714rem; */
		font-size: 12px;
  }
}

html.pc .l-footer__nav > li > a:hover,
html.pc .l-footer__nav > li > a:active {
  opacity: .5;
}

.l-footer__nav > li:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .l-footer__nav > li:first-child {
    margin: 0 auto;
  }
}

.l-footer__copyright {
  /* margin-top: 3.57143rem; */
	margin-top: 50px;
  color: #000;
  /* font-size: 1rem; */
	font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 767px) {
  .l-footer__copyright {
    /* margin-top: 1.78571rem; */
    /* font-size: 0.85714rem; */
		margin-top: 25px;
		font-size: 12px;
  }
}