.l-header__logo {
  visibility: visible;
  opacity: 1;
}

.p-gdpr {
  padding-bottom: 20rem;
  position: relative;
  z-index: 10;
  padding-top: 18rem;
}
@media screen and (max-width: 767.98px) {
  .p-gdpr {
    padding-bottom: 14rem;
  }
}
.p-gdpr_wrapper {
  background-image: url(../img/bg_pc.png);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-gdpr_wrapper {
    background-image: url(../img/bg_sp.png);
    background-size: 100%;
  }
}
.p-gdpr_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767.98px) {
  .p-gdpr {
    padding-top: 10rem;
  }
}
.p-gdpr .l-content__inner {
  width: 100%;
  max-width: 100rem;
  padding: 0 2rem;
  position: relative;
  box-sizing: border-box;
}
.p-gdpr__title {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-gdpr__title {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
.p-gdpr__content .c-txt {
  line-height: 1.8;
}
.p-gdpr__content .c-txt a {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-gdpr__content .c-txt a {
    transition: 0.3s opacity;
  }
  .p-gdpr__content .c-txt a:hover {
    opacity: 0.7;
  }
}
.p-gdpr__content .subttl {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  margin: 1em 0;
}
.p-gdpr__content .list li {
  font-size: 1.4rem;
  line-height: 2;
}

.em {
  display: inline-block;
  width: 1.1em;
}
/*# sourceMappingURL=style.css.map */