.l-header,
.l-fixHeader {
  display: flex;
  align-items: center;
  height: 60px;
}
/* 下層ページのヘッダー幅をトップに合わせる */
.l-header .l-container {
  max-width: 100% !important;
}
.l-header__inner {
  align-self: flex-end !important;
}
.l-header__logo {
  padding: 0 !important;
}
.l-header__logo--left {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  align-self: flex-end;
  padding-left: 7px;
  position: absolute;
  bottom: 0;
}
.headerLogo__chara {
  display: grid;
  grid-area: 1 / 1 / 3 / 2;
  justify-content: flex-start;
}
.headerLogo__sub {
  justify-self: center;
}


@media screen and (min-width: 768px) {
  .l-header,
  .l-fixHeader {
    height: 80px;
  }
  .l-header {
    position: fixed!important;
  }
  .l-header__logo--left {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .headerLogo__chara {
    width: 70px;
    height: 74px;
    margin-right: 14px;
  }
  .headerLogo__chara img {
    width: 70px !important;
    height: 74px;
  }
  .headerLogo__main {
    width: 177px;
    height: 45px;
    align-self: center;
  }
  .headerLogo__sub {
    align-self: center;
    margin-top: 32px;
    margin-left: 7px;
  }
  .headerLogo__sub img {
    width: 136px !important;
  }
  .p-breadcrumb {
    margin-top: calc(var(--logo_size_pc) + 32px);
  }
}


/*バーガーメニュー*/
/* ヘッダーメニューを非表示 */
nav#gnav {
  display: none;
}
.l-header__menuBtn.sp_ {
  /* ハンバーガーボタンを表示 */
  /*display: block!important;*/
  /* ハンバーガーボタンを非表示 */
  display: none!important;
  visibility: hidden!important;
}
.-series .l-header__inner {
  align-items: center;  /* ハンバーガーボタンの上下位置調整 */
}
.p-spMenu {
  display: block; /* 開閉メニューを有効 */
}
.p-spMenu__overlay {
  opacity: 0.5 !important;
  transition: opacity 0,visibility 0 !important;
}
.p-spMenu__closeBtn {
  top: 50% !important;
  transform: translate(0, -50%);
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  color: white;
  font-size: 30px;
}
.-right .p-spMenu__closeBtn {
  right: 5px;
}
.p-menu__head {
  display: flex;
  align-items: center;
  height: 60px;
  background: #7DD1E0;
  position: relative;
  padding-left: 20px;
}
.p-spMenu__inner {
  /*transition: transform .3s,-webkit-transform .3s;*/
  padding-top: 0 !important;
}
.p-spMenu__body {
  padding: 0 !important;
}
.c-widget__title.-spmenu {
  color: #555555;
  background: #F8F8F8;
  padding: 12px 0 16px 20px;
}
.p-spMenu .c-widget__title {
  margin-bottom: 0 !important;
}
.p-spMenu__nav {
  padding: 0 !important;
  margin-top: 0 !important;
}
.c-listMenu a {
  color: #505050;
  padding: 15px 20px !important;
}
.c-listMenu a:before {
  left: auto !important;
  right: 20px;
  color: #D1D1D1;
}
@media screen and (min-width: 768px) {
  .p-spMenu__inner {
    max-width: 390px;
  }
  .p-menu__head {
    height: 104px;
    padding-left: 22px;
  }
  .p-menu__logo {
    width: 130px;
    height: 33px;
  }
  .-right .p-spMenu__closeBtn {
    right: 20px;
  }
}