@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
/* 2024-25SEASON 共通フッター(自由HTMLを含む) */
.footer-common {
  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;
  width: 100%;
  background: #000;
  font: 300 16px/1.75 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 1.5em 1.5em 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-common img {
  margin: initial;
}

.footer-common .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3em;
  width: 100%;
  max-width: 1200px;
  text-transform: uppercase;
}

@media screen and (min-width: 840px) {
  .footer-common .footer {
    row-gap: 5em;
  }
}

.footer-common .footer:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-common .footer .ttl {
  font: 600 0.875em/0.8 alternate-gothic-atf, sans-serif;
  color: #fff;
  text-align: left;
}

.footer-common .footer .txt-link {
  opacity: .6;
  font-size: .75em;
  text-decoration: initial;
  color: #fff;
  text-align: justify;
}

.footer-common .footer .txt-link:hover {
  opacity: initial;
}

.footer-common .footer_prtnrs-wrppr .tp-exctv, .footer-common .footer_prtnrs-wrppr .royal {
  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;
}

.footer-common .footer_prtnrs-wrppr .prtnrs {
  width: calc(100% / 4);
  opacity: .6;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-common .footer_prtnrs-wrppr .prtnrs:hover {
  opacity: initial;
  -webkit-filter: initial;
          filter: initial;
}

.footer-common .footer_nav-link-wrppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3em;
  width: 100%;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_nav-link-wrppr {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    row-gap: initial;
  }
}

.footer-common .footer_nav-link-wrppr .nav-txt-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  gap: 3em 1em;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_nav-link-wrppr .nav-txt-cntnr {
    width: 80%;
    row-gap: 5em;
    -webkit-column-gap: initial;
            column-gap: initial;
  }
}

.footer-common .footer_nav-link-wrppr .nav-txt-cntnr .nav-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 1em) / 2);
  gap: 1em;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_nav-link-wrppr .nav-txt-cntnr .nav-txt {
    width: calc(100% / 4);
  }
}

.footer-common .footer_nav-link-wrppr .nav-txt-cntnr .nav-txt .link-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5em;
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 8em;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_nav-link-wrppr .nav-icon-cntnr {
    width: 20%;
  }
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.75em;
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc((100% / 3) - 1.5%);
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-img {
  width: 29px;
  opacity: .6;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-img:hover {
  opacity: initial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: initial;
          filter: initial;
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .oldeng {
  display: none;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_nav-link-wrppr .nav-icon-cntnr .oldeng {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .oldeng_img {
  width: calc(100% / 3 * 2);
  opacity: .6;
}

.footer-common .footer_nav-link-wrppr .nav-icon-cntnr .oldeng_img:hover {
  opacity: initial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-common .footer_bttm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5em;
}

@media screen and (min-width: 840px) {
  .footer-common .footer_bttm-link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: initial;
  }
}

.footer-common-min {
  margin: 0 auto;
  max-width: 620px;
  width: 100%;
  padding: 48px 24px;
  background: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-common-min .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3em;
  width: 100%;
  max-width: 1200px;
  text-transform: uppercase;
}

@media screen and (min-width: 840px) {
  .footer-common-min .footer {
    row-gap: 5em;
  }
}

.footer-common-min .footer:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-common-min .footer .ttl {
  font: 600 0.875em/0.8 alternate-gothic-atf, sans-serif;
  color: #fff;
}

.footer-common-min .footer .txt-link {
  opacity: .6;
  font-size: .75em;
  text-decoration: initial;
  color: #fff;
  text-align: justify;
}

.footer-common-min .footer .txt-link:hover {
  opacity: initial;
}

.footer-common-min .footer_prtnrs-wrppr .tp-exctv, .footer-common-min .footer_prtnrs-wrppr .royal {
  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;
}

.footer-common-min .footer_prtnrs-wrppr .prtnrs {
  width: calc(100% / 4) !important;
  opacity: .6;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.footer-common-min .footer_prtnrs-wrppr .prtnrs:hover {
  opacity: initial;
  -webkit-filter: initial;
          filter: initial;
}

.footer-common-min .footer_nav-link-wrppr {
  display: block;
  width: 100%;
}

.footer-common-min .footer_nav-link-wrppr .nav-txt-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  row-gap: 3em;
}

.footer-common-min .footer_nav-link-wrppr .nav-txt-cntnr .nav-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 2);
  gap: 1em;
}

.footer-common-min .footer_nav-link-wrppr .nav-txt-cntnr .nav-txt .link-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: .5em;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  row-gap: 8em;
  margin-top: 32px;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.75em;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 20px !important;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: .6;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  margin: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-img img {
  width: 30px;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .nav-icon .link-cntnr .sns-img:hover {
  opacity: initial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: initial;
          filter: initial;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .oldeng {
  display: none;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .oldeng_img {
  width: calc(100% / 3 * 2);
  opacity: .6;
}

.footer-common-min .footer_nav-link-wrppr .nav-icon-cntnr .oldeng_img:hover {
  opacity: initial;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-common-min .footer_bttm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5em;
  -webkit-box-pack: normal !important;
      -ms-flex-pack: normal !important;
          justify-content: normal !important;
  gap: 8px !important;
}

/* 2024-25SEASON パートナーフッター(自由HTMLを含む) */
.footer-prtnrs {
  background-color: #000;
  padding: 32px 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-prtnrs .footer_copy {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.75em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  max-width: 1200px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .footer_copy {
    font-size: 24px;
  }
}

.footer-prtnrs .logo__wrapper {
  max-width: 1200px;
  margin: 0 auto 56px;
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .logo__wrapper {
    margin: 0 auto 72px;
  }
}

.footer-prtnrs .logo__wrapper img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.7;
  margin: 0;
}

.footer-prtnrs .logo__wrapper img:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-prtnrs .logo__wrapper .top-exctv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-prtnrs .logo__wrapper .top-exctv a {
  width: calc(100% / 3);
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .logo__wrapper .top-exctv a {
    width: calc(100% / 5);
  }
}

.footer-prtnrs .logo__wrapper .royal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-prtnrs .logo__wrapper .royal a {
  width: calc(100% / 4);
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .logo__wrapper .royal a {
    width: calc(100% / 6);
  }
}

.footer-prtnrs .list-icon__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .list-icon__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-prtnrs .list-icon__wrapper .hrzntl-logo {
  display: block;
  width: 216px;
  margin-bottom: 32px;
}

.footer-prtnrs .list-icon__wrapper .footer_links {
  text-align: initial;
  list-style: none;
  font-size: 14px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer-prtnrs .list-icon__wrapper .footer_links li {
  width: calc((100% / 2) - 12px);
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .list-icon__wrapper .footer_links li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.footer-prtnrs .list-icon__wrapper .footer_links li a {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.038em;
  text-decoration: none;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  text-align: justify;
}

.footer-prtnrs .list-icon__wrapper .footer_links li a:hover {
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-prtnrs .list-icon__wrapper .sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-prtnrs .list-icon__wrapper .sns-icons img {
  width: 100%;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.7;
  margin: 0;
}

.footer-prtnrs .list-icon__wrapper .sns-icons img:hover {
  -webkit-filter: initial;
          filter: initial;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-prtnrs .list-icon__wrapper .sp-none {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .list-icon__wrapper .sp-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.footer-prtnrs .list-icon__wrapper .pc-none {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 1200px) {
  .footer-prtnrs .list-icon__wrapper .pc-none {
    display: none !important;
  }
}
/*# sourceMappingURL=altiri-footer.css.map */