.l-header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  font-family: yu-gothic-pr6n;
  background-color: #cc3044;
  padding: 20px 40px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
@media screen and (max-width: 760px) {
  .l-header-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.6875rem;
    padding: 1rem 1.5rem;
  }
}
.l-header-banner__message {
  color: #fff;
}
.l-header-banner__message__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .l-header-banner__message__title {
    font-size: 0.75rem;
  }
}
.l-header-banner__message__subtitle {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 0.8rem;
}
@media screen and (max-width: 760px) {
  .l-header-banner__message__subtitle {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.l-header-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  background-color: #fff;
  padding: 0.82rem 1.25rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 760px) {
  .l-header-banner__link {
    padding: 0.41rem 0.875rem;
  }
}
.l-header-banner__link__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 760px) {
  .l-header-banner__link__text {
    font-size: 0.75rem;
  }
}
.l-header-banner__link__icon {
  width: 1rem;
}

.ts-mypage-banner {
  margin-top: 56px;
}
/* @media screen and (max-width: 760px) {
  .ts-mypage-banner {
    margin-top: 32px;
  }
} */

.l-header {
  border-bottom: none;
}
