.l-header {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
}
.p-header {
  position: relative;
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width:1540px) {
  .p-header {
      -webkit-box-pack: start;
        justify-content: flex-start;
  }
}
.p-header.is-black {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-logo {
  margin: 0 0.5% 0 1.5%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  min-width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 1540px) {
    .p-header-logo {
        display: -webkit-box;
        display: flex;
        height: 70px;
        margin: 0;
        padding: 0 15px;
        -webkit-box-align: center;
        align-items: center;
    }
}
.p-header-logo-link {
  display: inline-block;
}
.p-header-logo-img {
  max-height: 54px;
  vertical-align: middle;
  height: auto;
  width: auto;
  min-width: auto;
  max-width: 280px;
  max-height: 80px;
}
.p-header-content.-back {
  position: absolute;
  top:0;
  right: 0;
  width: 160px;
  height: 102px;
  background: #000000;
}
@media screen and (max-width: 1540px) {
  .p-header-content.-back {
    width: 70px;
    height: 70px;
  }
}
.p-header-content-link {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 160px;
  height: 102px;
  padding: 6.25%;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 1540px) {
  .p-header-content-link {
    max-width: 70px;
    height: 70px;
    padding: 0;
  }
}
.p-header-content-img{
  width: auto;
  height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 1540px) {
  .p-header-content-img {
    width: auto;
    height: 22px;
  }
}
.p-header-content-txt 
 {
  padding: 5px 0 0;
  font-weight: 500;
  font-family: 'Noto Serif JP', "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #fff;
  letter-spacing: .1em;
  white-space: nowrap;
  font-size: 15px;
}
@media screen and (max-width: 1540px) {
  .p-header-content-txt {
    display: inline-block;
    margin: 0;
    padding-top: 2px;
    font-size: 10px;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
  }
}

