:root {
  --hdH: 90px;
}

@media screen and (max-width:767px) {
  :root {
    --hdH: 65px;
  }
}

.l-headerLp {
  /* position: fixed; */
  width: 100%;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  /* backdrop-filter: blur(12px); */
}

.l-headerLp a {
  display: inline-block;
}

.l-headerLp__in {
  max-width: 1366px;
  height: var(--hdH);
  margin: 0 auto;
  padding: 1em 2em;
  display: flex;
  align-items: center;
}

/* @media screen and (max-width: 767px) {
  .l-headerLp__in {
    height: 65px;
  }
} */

.l-headerLp__lg {
  width: 286.5px;
  height: 42.5px;
}

@media screen and (max-width: 767px) {
  .l-headerLp__lg {
    width: 169px;
    height: 25.5px;
  }
}

.l-headerLp__lg>img {
  width: 100%;
  height: auto;
}

.l-footer {
  padding: 60px 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: transparent;
}

.l-footer__logo {
  display: block;
  width: 257px;
  height: 50px;
  margin: 0 auto;
  background: url("../../../../common/images/logo_gs_footer03.png") no-repeat center center;
  background-size: contain;
}

.l-footer__nav {
  margin-top: 50px;
  line-height: 1.1;
  text-align: center;
}

.l-footer__nav>li {
  display: inline-block;
  margin-left: 30px;
  font-size: 15px;
}

.l-footer__nav>li:first-child {
  margin-left: 0;
}

.l-footer__nav>li>a {
  display: inline-block;
  position: relative;
  padding-right: 19px;
  color: #101010;
  text-decoration: none;
  transition: opacity 150ms ease-out;
}

.l-footer__nav>li>a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 9px;
  background: url("../../../common/images/icon_window01.svg") no-repeat center center;
  background-size: contain;
}

.l-footer__copyright {
  margin-top: 50px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
}

.l-footer__copyright>small {
  font-size: 100%;
}

@media (max-width: 767px) {

  .l-footer {
    padding: 17.33333% 6.66667%;
  }

  .l-footer__nav {
    margin-top: 10.76923%;
  }

  .l-footer__nav>li {
    display: block;
    margin: 3.07692% 0 0;
    font-size: 3.46667vw;
  }

  .l-footer__nav>li:first-child {
    margin-top: 0;
  }

  .l-footer__nav>li>a {
    padding-right: 4.76923%;
  }

  .l-footer__nav>li>a::before {
    top: 0;
    width: 3.2vw;
    height: auto;
    margin-top: 0.66667vw;
    padding-top: 2.4vw;
  }

  .l-footer__copyright {
    margin-top: 10.76923%;
    font-size: 3.2vw;
  }
}
