@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    opening
======================================================== */
.opening .popup_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 768px) {
  .opening .popup_inner {
    margin: auto;
    padding: 6rem 0;
  }
}
.opening_img {
  position: relative;
  width: 100%;
}
.opening_btn {
  position: relative;
  margin: 6rem auto 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .opening_btn {
    margin: -3.6rem auto 0 auto;
  }
}
.opening_btn > a::before {
  width: 3rem;
  aspect-ratio: 29/29;
  -webkit-mask-image: url(../assets/images/common/icon_close.svg);
          mask-image: url(../assets/images/common/icon_close.svg);
}
@media screen and (min-width: 768px) {
  .opening_btn > a::before {
    width: 2rem;
  }
}

/* ========================================================
    lead
======================================================== */
.lead {
  position: relative;
  width: 100%;
  padding: 10rem 0 0 0;
}
.lead .inner {
  max-width: 100%;
  padding: 0;
}
.lead_column {
  position: relative;
  width: 100%;
}
.lead_wrap {
  position: relative;
  width: 100%;
}
.lead_list {
  position: relative;
  width: 100%;
  opacity: 0;
}
.lead_list.slick-initialized.slick-slider {
  padding-bottom: 3.6rem;
  opacity: 1;
}
.lead_list.slick-initialized.slick-slider * {
  line-height: 1;
}
.lead_list.slick-initialized.slick-slider .slick-list {
  padding: 0 !important;
}
.lead_list.slick-initialized.slick-slider .slick-slide {
  position: relative;
  width: 69rem;
  margin: 0 3.5rem 1rem 3.5rem;
}
@media screen and (min-width: 1260px) {
  .lead_list.slick-initialized.slick-slider .slick-slide {
    width: 88rem;
  }
}
.lead_list.slick-initialized.slick-slider .slick-slide li {
  position: relative;
}
.lead_list.slick-initialized.slick-slider .slick-slide li::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3.2rem;
  background: linear-gradient(160deg, rgba(79, 145, 255, 0.4) 0%, rgba(187, 213, 255, 0.4) 50%, rgba(255, 194, 165, 0.4) 100%);
  z-index: -1;
}
.lead_list.slick-initialized.slick-slider .slick-slide li a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lead_list.slick-initialized.slick-slider .slick-slide li a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .lead_list.slick-initialized.slick-slider .slick-slide li a:hover figure img {
    transform: scale(1.05);
  }
}
.lead_list.slick-initialized.slick-slider .slick-slide li a.yt_popup figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 11.5942028986%;
  max-width: 96px;
  aspect-ratio: 77/54;
  background-image: url(../assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.lead_list.slick-initialized.slick-slider .slick-slide li figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.lead_list.slick-initialized.slick-slider .slick-slide li figure img {
  transition: 0.3s ease;
}
.lead_list.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  transform: translateX(-50%);
}
.lead_list.slick-initialized.slick-slider .slick-dots li {
  width: 1.2rem;
  aspect-ratio: 1/1;
  margin: 0 0.6rem;
}
.lead_list.slick-initialized.slick-slider .slick-dots li.slick-active button {
  background-color: #005fcc;
}
.lead_list.slick-initialized.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 50%;
  background-color: #a9c6f0;
}
.lead_list.slick-initialized.slick-slider .prev {
  position: absolute;
  right: calc(50% + 29.3rem);
  top: calc(50% - 2.3rem);
  display: block;
  width: 7.2rem;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 1260px) {
  .lead_list.slick-initialized.slick-slider .prev {
    right: calc(50% + 39.6rem);
    width: 8.8rem;
  }
}
@media screen and (min-width: 768px) {
  .lead_list.slick-initialized.slick-slider .prev:hover {
    background-image: url(../assets/images/common/arrow_btn_h.png);
  }
}
.lead_list.slick-initialized.slick-slider .next {
  position: absolute;
  left: calc(50% + 29.3rem);
  top: calc(50% - 2.3rem);
  display: block;
  width: 7.2rem;
  aspect-ratio: 1/1;
  background-image: url(../assets/images/common/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 1260px) {
  .lead_list.slick-initialized.slick-slider .next {
    left: calc(50% + 39.6rem);
    width: 8.8rem;
  }
}
@media screen and (min-width: 768px) {
  .lead_list.slick-initialized.slick-slider .next:hover {
    background-image: url(../assets/images/common/arrow_btn_h.png);
  }
}
.lead_text {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 6rem auto 0 auto;
  padding: 0 3rem;
}
@media screen and (min-width: 768px) {
  .lead_text {
    margin: 4.5rem auto 0 auto;
  }
}
.lead_text > p {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .lead_text > p {
    margin-top: 3rem;
  }
}
.lead_text > p:first-child {
  margin-top: 0;
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 20rem 0 19.2rem 0;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 20rem 0 13.2rem 0;
  }
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5.6rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/1216;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .news::before {
    bottom: 3.6rem;
    aspect-ratio: 1920/387;
  }
}
.news_column {
  position: relative;
  width: 100%;
}
.news_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.news_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news_ttl > span {
    font-size: 5.2rem;
  }
}
.news_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 36/36;
  -webkit-mask-image: url(../assets/images/common/icon_news.svg);
          mask-image: url(../assets/images/common/icon_news.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .news_ttl > span::before {
    height: 3.2rem;
  }
}
.news_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14rem;
  display: block;
  width: 40.8rem;
  aspect-ratio: 408/186;
  background-image: url(../assets/images/common/ttl_news.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.news_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    margin-top: 6rem;
  }
}
.news_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    margin-top: -4.5rem;
  }
}
.news_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.news_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover .news_item > figure > img {
    transform: scale(1.05);
  }
}
.news_list > li > a.yt_popup .news_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 11.5942028986%;
  max-width: 96px;
  aspect-ratio: 77/54;
  background-image: url(../assets/images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.news_item {
  position: relative;
  width: 100%;
}
.news_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.news_item > figure > img {
  transition: 0.3s ease;
  height: auto; /* add 2025.08.28 */
}
.news_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.news_item > dl > dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.news_item > dl > dt > span {
  display: block;
  width: 22rem;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt > span {
    width: 14rem;
    font-size: 1.8rem;
  }
}
.news_item > dl > dt > em {
  display: block;
  width: calc(100% - 22rem);
  padding: 0.1rem 0 0.4rem 0;
  line-height: 1;
  text-align: center;
  border-radius: 0.8rem;
  background-color: #005fcc;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt > em {
    width: calc(100% - 14rem);
    min-width: 200px;
  }
}
.news_item > dl > dt > em.tag_club > span {
  padding-left: 1.8em;
}
.news_item > dl > dt > em.tag_club > span::before {
  aspect-ratio: 47/39;
  -webkit-mask-image: url(../assets/images/common/icon_club.svg);
          mask-image: url(../assets/images/common/icon_club.svg);
}
.news_item > dl > dt > em.tag_movie > span {
  padding-left: 1.8em;
}
.news_item > dl > dt > em.tag_movie > span::before {
  height: 0.8em;
  aspect-ratio: 52/34;
  -webkit-mask-image: url(../assets/images/common/icon_movie.svg);
          mask-image: url(../assets/images/common/icon_movie.svg);
}
.news_item > dl > dt > em.tag_onepoint > span {
  padding-left: 1.1em;
}
.news_item > dl > dt > em.tag_onepoint > span::before {
  aspect-ratio: 29/42;
  -webkit-mask-image: url(../assets/images/common/icon_onepoint.svg);
          mask-image: url(../assets/images/common/icon_onepoint.svg);
}
.news_item > dl > dt > em.tag_column > span {
  padding-left: 1.1em;
}
.news_item > dl > dt > em.tag_column > span::before {
  aspect-ratio: 30/45;
  -webkit-mask-image: url(../assets/images/common/icon_column.svg);
          mask-image: url(../assets/images/common/icon_column.svg);
}
.news_item > dl > dt > em > span {
  position: relative;
  display: inline-block;
  padding-left: 0;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt > em > span {
    font-size: 1.6rem;
  }
}
.news_item > dl > dt > em > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 1em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.news_item > dl > dd {
  width: 100%;
}
.news_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.news_btn {
  position: relative;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .news_btn {
    margin: 6rem auto 0 auto;
  }
}

/* ========================================================
    club
======================================================== */
.club {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.club::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5.6rem;
  display: block;
  width: 100%;
  aspect-ratio: 750/1216;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -4;
}
@media screen and (min-width: 768px) {
  .club::before {
    bottom: 3.6rem;
    aspect-ratio: 1920/387;
  }
}
.club_column {
  position: relative;
  width: 100%;
}
.club_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.club_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .club_ttl > span {
    font-size: 5.2rem;
  }
}
.club_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 47/39;
  -webkit-mask-image: url(../assets/images/common/icon_club.svg);
          mask-image: url(../assets/images/common/icon_club.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .club_ttl > span::before {
    height: 3.2rem;
  }
}
.club_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12rem;
  display: block;
  width: 69rem;
  aspect-ratio: 801/203;
  background-image: url(../assets/images/common/ttl_club.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .club_ttl > span::after {
    top: -15rem;
    width: 80.1rem;
  }
}
.club_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .club_wrap {
    margin-top: 6rem;
  }
}
.club_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6rem;
}
@media screen and (min-width: 768px) {
  .club_list {
    margin-top: -4.5rem;
  }
}
.club_list > li {
  width: 100%;
  margin: 6rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .club_list > li {
    width: 30.4761904762%;
    margin: 4.5rem 0 0 4.2857142857% !important;
  }
}
@media screen and (min-width: 768px) {
  .club_list > li:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
.club_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .club_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .club_list > li > a:hover .club_item > figure > img {
    transform: scale(1.05);
  }
}
.club_item {
  position: relative;
  width: 100%;
}
.club_item > figure {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
}
.club_item > figure > img {
  transition: 0.3s ease;
  height: auto; /* add 2025.08.28 */
}
.club_item > dl {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .club_item > dl {
    margin-top: 1.5rem;
    padding: 0 3.90625%;
  }
}
.club_item > dl > dt {
  width: 100%;
}
.club_item > dl > dt > span {
  display: block;
  color: #005fcc;
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .club_item > dl > dt > span {
    font-size: 1.8rem;
  }
}
.club_item > dl > dd {
  width: 100%;
}
.club_item > dl > dd > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.club_btn {
  position: relative;
  margin: 8rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .club_btn {
    margin: 6rem auto 0 auto;
  }
}

/* ========================================================
    sponsorship
======================================================== */
.sponsorship {
  position: relative;
  width: 100%;
  padding: 20rem 0 0 0;
}
.sponsorship_column {
  position: relative;
  width: 100%;
}
.sponsorship_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.sponsorship_ttl > span {
  position: relative;
  display: inline-block;
  color: #005fcc;
  font-size: 6.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sponsorship_ttl > span {
    font-size: 5.2rem;
  }
}
.sponsorship_ttl > span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 1rem);
  display: block;
  height: 3.6rem;
  aspect-ratio: 36/36;
  -webkit-mask-image: url(../assets/images/common/icon_sponsorship.svg);
          mask-image: url(../assets/images/common/icon_sponsorship.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #005fcc;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sponsorship_ttl > span::before {
    height: 3.2rem;
  }
}
.sponsorship_ttl > span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14rem;
  display: block;
  width: 67.9rem;
  aspect-ratio: 679/263;
  background-image: url(../assets/images/common/ttl_sponsorship.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.sponsorship_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .sponsorship_wrap {
    margin-top: 6rem;
  }
}
.sponsorship_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -4rem;
}
.sponsorship_list img{
 border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .sponsorship_list {
    margin-top: -3rem;
  }
}
.sponsorship_list > li {
  width: 47.8260869565%;
  margin: 4rem 0 0 4.347826087%;
}
@media screen and (min-width: 768px) {
  .sponsorship_list > li {
    width: 23.2142857143%;
    margin: 3rem 0 0 2.380952381% !important;
  }
}
.sponsorship_list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .sponsorship_list > li:nth-child(4n+1) {
    margin-left: 0 !important;
  }
}/*# sourceMappingURL=top.css.map */
