/* header & footer -- over 2025.06.25 RN */
/* header */
.l-header {
  width: 100%;
  border-bottom: 1px solid #f00000;
  padding: 19px 48px;
}
.l-header__inner {
  max-width: 1920px;
  margin: auto;
}
.l-headerLogo {
  line-height: 1;
}
.l-headerLogo__link {
  display: inline-block;
}
.l-headerLogo__image {
  max-height: 53px;
  width: 174px;
}
@media screen and (max-width:786px) {
  .l-header {
    padding: 4px 16px 5px;
  }
  .l-headerLogo__image {
    max-height: none;
    width: 120px;
  }
}
/* footer */
.l-footer {
  font-family: "Roboto","Noto Sans JP",sans-serif;
  text-rendering: optimizeSpeed;
}
[lang^=en] .l-footer {
  font-family: "Roboto",sans-serif;
}
.l-footer,
.l-footerUtility {
  width: 100%;
}
.l-footerLink3 {
  background-color: #e6001e;
  padding: 0 48px;
}
.l-footerLink3__inner,
.l-footerUtility__inner {
  max-width: 1536px;
  margin: auto;
}
.l-footerLink3__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-footerLink3__item {
  flex: 0 1 auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 24px;
  margin: 12px 0;
}
.l-footerLink3__item:not(:last-child) {
  border-right: 1px solid #e6001e;
}
.l-footerLink3__link {
  color: #fff;
  display: inline-block;
  padding-left: 16px;
  position: relative;
  text-decoration: none !important;
}
.l-footerUtility {
  padding: 0 48px;
}
.l-footerUtility__inner {
  display: grid;
  gap: 10px;
  grid-template-columns: max-content 1fr;
  padding-bottom: 24px;
  text-align: left;
  grid-column: 2 / 3;
  padding-bottom: 40px;
  padding-top: 24px;
  text-align: left;
}
.l-footerLogo {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}
.l-footerCopyright {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #222;
}
.l-footerCopyright small {
  font-size: 100%;
}
.l-footerStop {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  line-height: 1;
}
.l-footerStop__image {
  max-width: 411px;
}
.l-footerStop__text {
  font-size: 11px;
  line-height: 1.5;
  color: #222;
}
@media only screen and (any-hover: hover) {
  .l-footerLink3__text {
    background-image: linear-gradient(to right, #fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    position: relative;
    transition: background-size 0.3s ease-out;
  }
  .l-footerLink3__link:focus-visible .l-footerLink3__text,
  .l-footerLink3__link:hover .l-footerLink3__text {
    background-size: 100% 1px;
  }
}
@media screen and (max-width:786px) {
  .l-footerLink3__list {
    justify-content: flex-start;
  }
  .l-footerLink3 {
    padding: 12px 16px;
  }
  .l-footerUtility {
    padding: 0 16px;
  }
  .l-footerUtility__inner {
    display: block;
  }
  .l-footerLogo {
    text-align: center;
    justify-content: center;
  }
  .l-footerCopyright {
    justify-content: center;
    margin-top: 12px;
  }
  .l-footerStop {
    justify-content: center;
    margin-top: 24px;
  }
  .l-footerStop__image {
    flex: 0 0 auto;
    max-width: 336px;
  }
  .l-footerStop__text {
    font-size: 10px;
    text-align: center;
    margin: 0 auto;
  }
}