.stickyNewsList01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
}
.stickyNewsList01 li {
  width: calc(50% - 0.25rem);
}
.stickyNewsList01 li a {
  display: block;
  padding: 2rem;
  text-align: center;
  background-color: transparent;
  border: 2px solid #0DBE94;
  color: #0DBE94;
  transition: 0.3s;
}
.stickyNewsList01 li a:hover {
  background-color: #0DBE94;
  color: #fff;
}

.newsList01 li {
  border-bottom: 1px dashed #ddd;
}
.newsList01 li a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  line-height: 1.5;
  padding: 2rem 0;
}
.newsList01 li a .date {
  width: 10rem;
  background-color: #0DBE94;
  text-align: center;
  padding: 0.25rem 0;
  color: #fff;
  flex-shrink: 0;
}
.newsList01 li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .newsList01 li a .date {
    width: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .newsList01 li a {
    padding: 1.5rem 0;
  }
}

.linkbutton01 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #BE0D62;
  color: #fff;
  width: 360px;
  margin: auto;
  padding: 1rem 2rem;
  border-radius: 10rem;
  gap: 1rem;
  text-decoration: none;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}
.linkbutton01 a:hover {
  transform: translateY(4px);
  box-shadow: none;
}
.linkbutton01 a .icon {
  display: block;
  width: 3rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow01-fff.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.linkbutton01 a[target=_blank] .icon {
  background-image: url("../images/common/icon_new-window01.svg");
}
.linkbutton01 a.reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.linkbutton01 a.reverse .icon {
  transform: rotate(-180deg);
}
.linkbutton01 a.disable {
  pointer-events: none;
  box-shadow: none;
  background-color: #ddd;
}
.linkbutton01 a.disable .icon {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .linkbutton01 a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #lineupTable01 {
    overflow-x: scroll;
  }
  #lineupTable01 table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}

.js-slick-zoomUp {
  animation: zoomUp 10s linear 0s normal both;
}

.heading02-01 .sub {
  font-family: "Jomhuria", "Noto Sans JP", serif;
  font-size: 2rem;
  line-height: 1;
  color: #0DBE94;
}
.heading02-01 .title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.heading02-02 {
  text-align: center;
}
.heading02-02 .sub {
  font-family: "Jomhuria", "Noto Sans JP", serif;
  font-size: 2rem;
  line-height: 1;
  color: #0DBE94;
}
.heading02-02 .title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.heading02-03 .title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.heading02-03 + .date {
  margin-top: 1rem;
  opacity: 0.75;
  font-size: 0.8rem;
}

.sponsorList01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.sponsorList01 li a {
  display: block;
}
.sponsorList01 li a img {
  width: 100%;
  height: auto;
}
.sponsorList01 li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .sponsorList01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sponsorList02 {
  margin-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
.sponsorList02 li {
  background-color: #fff;
  padding: 0.5rem;
  line-height: 1;
}

.supportList01 {
  display: flex;
  gap: 0.5rem;
}
.supportList01 li {
  background-color: #fff;
  padding: 0.5rem;
  line-height: 1;
}

.relatedList01 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: #e6ecea;
  color: #05906F;
  font-weight: 700;
}
.relatedList01 li a::after {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.relatedList01 li a:hover {
  background-color: #fff;
}
.relatedList01 li + li {
  margin-top: 2px;
}
.anchorList01 li {
  font-size: 0.9rem;
}
.anchorList01 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 0.5rem 0 0.5rem 1rem;
  border-bottom: 1px solid #e6ecea;
}
.anchorList01 li a::after {
  content: "";
  width: 1.5rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.anchorList01 li a:hover {
  background-color: #e6ecea;
}
@media screen and (max-width: 1280px) {
  .anchorList01 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .anchorList01 li a {
    height: 100%;
  }
}

.linkbox01 {
  background-color: #e6ecea;
  padding: 1rem;
}
.linkbox01 ul {
  list-style: none;
  margin-left: 0;
}
.linkbox01 ul li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #05906F;
}
.linkbox01 ul li a::before {
  content: "";
  width: 3rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.linkbox01 ul li a:hover {
  text-decoration: underline;
}

.qabox01 {
  border: 1px solid #ddd;
}
.qabox01 > div {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  gap: 1.5rem;
}
.qabox01 > div::before {
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
}
.qabox01__question::before {
  content: "Q";
  color: #BE0D62;
}
.qabox01__question div {
  flex-grow: 1;
}
.qabox01__question::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/common/icon_arrow02.svg");
  transform: rotate(90deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.qabox01__answer {
  border-top: 1px dashed #ddd;
}
.qabox01__answer::before {
  content: "A";
  color: #0DBE94;
}
.qabox01__answer .text {
  opacity: 0.8;
}
.qabox01 + .qabox01 {
  margin-top: -1rem;
}
.qabox01.is-open .qabox01__question::after {
  content: "";
  transform: rotate(-90deg);
}

.snsList01 {
  display: flex;
  gap: 0.5rem;
}
.snsList01 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.snsList01 li a img {
  width: 3rem;
  height: 3rem;
}
.snsList01 li a:hover {
  opacity: 0.5;
}