@charset "UTF-8";
header .logo {
  display: none;
}

.wrap {
  position: relative;
  min-height: 100vh;
  background-image: url("/static/fcopen/fanplakit/artist/xHL_s9DuihC8/image/bg.jpg");
  background-repeat: repeat;
  background-size: 160px;
}

.section--hero-img .block--hero-img {
  top: 0 !important;
}

.footer {
  position: absolute;
  left: 50%;
  bottom: 47%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  border: none;
}
.footer::before, .footer::after {
  display: none;
}
.footer .bg,
.footer .site-link {
  display: none;
}
.footer .footer__inner {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
}
.footer .nav__list--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer .nav__list--sns li {
  margin: 0;
  padding: 0;
}
.footer .nav__list--sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.footer .copyright {
  position: static;
  width: auto;
  margin: 0;
  padding: 0;
  transform: none;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.footer .copyright a,
.footer .copyright em {
  display: none;
}
.footer .copyright small {
  font-size: 0;
}
.footer .copyright small::before {
  content: "© xHL";
  font-size: 12px;
  color: #fff;
}

/* 企業ロゴ
------------------------------ */
.section--company {
  padding: 40px 20px;
  width: 100%;
  margin-bottom: 8vw;
}
.section--company .company-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.section--company .company-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section--company .company-list__item {
  margin: 0;
  padding: 0;
}
.section--company .company-list__link {
  display: block;
  text-decoration: none;
}
.section--company .company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 70px;
}
.section--company .company-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 961px) {
  .header .inner .drawer .g-nav--item {
    display: none;
  }
  .section--company .company-list__link {
    display: block;
    text-decoration: none;
  }
  .section--company .company-list__link:hover .company-logo img {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  h1.logo {
    display: none !important;
  }
  .header .drawer .nav li {
    width: 100%;
  }
  .footer {
    position: absolute !important;
    top: calc(50vh + 40px);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    gap: 0;
    padding: 0 !important;
    align-items: center;
    text-align: center;
    transform: none;
    z-index: 10;
  }
  .footer .footer__inner {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer .nav__list--sns {
    justify-content: center;
    gap: 18px;
  }
  .footer .nav__list--sns a {
    font-size: 20px;
  }
  .footer .copyright {
    width: 100%;
    text-align: center;
  }
  .footer .copyright small {
    display: block;
  }
  .footer .copyright small::before {
    font-size: 10px;
  }
  .page--home.top-contents-none.no-banner-area .section--hero-img {
    height: 100vh !important;
  }
  .section--company {
    padding: 30px 15px;
  }
  .section--company .company-list {
    gap: 20px 30px;
  }
  .section--company .company-logo {
    width: 120px;
    height: 50px;
  }
}/*# sourceMappingURL=service_s9DuihC8.css.map */