<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap");
@import url("//fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&amp;display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

supercup2024.scss

------------------------------------*/
/*====================　leaguecupfinal2020　から移植↓　============================*/
/* ==========================================================================
   eventArea
========================================================================== */
.eventArea {
  letter-spacing: 0.06em;
}
.eventArea .navArea {
  padding: 90px 5vw;
}
.eventArea .navArea nav {
  width: 100%;
  min-width: 980px;
  max-width: 1220px;
  margin: 60px auto 0;
}
.eventArea .navArea nav li {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 49.5%;
  margin-right: 1%;
  margin-top: 1%;
}
.eventArea .navArea nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px 40px 40px 20px;
}
.eventArea .navArea nav li a:after {
  color: #fff;
  transition: 0.5s all;
}
.eventArea .navArea nav li .num {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
}
.eventArea .navArea nav li .txt {
  font-weight: 900;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3461538462;
  text-align: center;
  flex: 1;
}
.eventArea .navArea nav li:nth-child(even) {
  margin-right: 0;
}
.eventArea .navArea nav li.event__blue {
  background-image: url(/img/supercup/2024/event/bg_blue.jpg);
}
.eventArea .navArea nav li.event__blue .num {
  color: #1E79B8;
}
.eventArea .navArea nav li.event__mascot {
  background-image: url(/img/supercup/2024/event/bg_mascot.jpg);
}
.eventArea .navArea nav li.event__mascot .num {
  color: #D94F90;
}
.eventArea .navArea nav li.event__cheer {
  background-image: url(/img/supercup/2024/event/bg_cheer.jpg);
}
.eventArea .navArea nav li.event__cheer .num {
  color: #9D478F;
}
.eventArea .navArea nav li.event__uniform {
  background-image: url(/img/supercup/2024/event/bg_uniform.jpg);
}
.eventArea .navArea nav li.event__uniform .num {
  color: #A4C756;
}
.eventArea .navArea nav li.event__cheki {
  background-image: url(/img/supercup/2024/event/bg_cheki.jpg);
}
.eventArea .navArea nav li.event__cheki .num {
  color: #EDA700;
}
.eventArea .navArea nav li.event__sastena {
  background-image: url(/img/supercup/2024/event/bg_sastena.jpg);
}
.eventArea .navArea nav li.event__sastena .num {
  color: #DF5535;
}
.eventArea .navArea nav li.event__team {
  background-image: url(/img/supercup/2024/event/bg_team.jpg);
}
.eventArea .navArea nav li.event__team .num {
  color: #494290;
}
.eventArea .navArea nav li.event__app {
  background-image: url(/img/supercup/2024/event/bg_app.jpg);
}
.eventArea .navArea nav li.event__app .num {
  color: #25A15D;
}
.eventArea .navArea nav li.event__sports {
  background-image: url(/img/supercup/2024/event/bg_sports.jpg);
}
.eventArea .navArea nav li.event__sports .num {
  color: #94C9E5;
}
.eventArea .navArea nav li.event__kansen {
  background-image: url(/img/supercup/2024/event/bg_kansen.jpg);
}
.eventArea .navArea nav li.event__kansen .num {
  color: #7B7C81;
}
.eventArea .navArea nav li.event__taikai {
  background-image: url(/img/supercup/2024/event/bg_taikai.jpg);
}
.eventArea .navArea nav li.event__taikai .num {
  color: #003690;
}
.eventArea .navArea nav li.event__energy {
  background-image: url(/img/supercup/2024/event/bg_energy.jpg);
}
.eventArea .navArea nav li.event__energy .num {
  color: #A1915D;
}
.eventArea .contArea .sec__event__blue {
  background: #1E79B8;
}
.eventArea .contArea .sec__event__blue .num {
  color: #1E79B8;
}
.eventArea .contArea .sec__event__mascot {
  background: #D94F90;
}
.eventArea .contArea .sec__event__mascot .num {
  color: #D94F90;
}
.eventArea .contArea .sec__event__cheer {
  background: #9D478F;
}
.eventArea .contArea .sec__event__cheer .num {
  color: #9D478F;
}
.eventArea .contArea .sec__event__uniform {
  background: #A4C756;
}
.eventArea .contArea .sec__event__uniform .num {
  color: #A4C756;
}
.eventArea .contArea .sec__event__cheki {
  background: #EDA700;
}
.eventArea .contArea .sec__event__cheki .num {
  color: #EDA700;
}
.eventArea .contArea .sec__event__sastena {
  background: #DF5535;
}
.eventArea .contArea .sec__event__sastena .num {
  color: #DF5535;
}
.eventArea .contArea .sec__event__team {
  background: #494290;
}
.eventArea .contArea .sec__event__team .num {
  color: #494290;
}
.eventArea .contArea .sec__event__app {
  background: #25A15D;
}
.eventArea .contArea .sec__event__app .num {
  color: #25A15D;
}
.eventArea .contArea .sec__event__sports {
  background: #94C9E5;
}
.eventArea .contArea .sec__event__sports .num {
  color: #94C9E5;
}
.eventArea .contArea .sec__event__kansen {
  background: #7B7C81;
}
.eventArea .contArea .sec__event__kansen .num {
  color: #7B7C81;
}
.eventArea .contArea .sec__event__taikai {
  background: #003690;
}
.eventArea .contArea .sec__event__taikai .num {
  color: #003690;
}
.eventArea .contArea .sec__event__energy {
  background: #A1915D;
}
.eventArea .contArea .sec__event__energy .num {
  color: #A1915D;
}
.eventArea .contArea .sec__event .wrap {
  background: #fff;
  padding: 50px 40px;
  margin-top: 30px;
  border-radius: 50px;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.eventArea .contArea .sec__event .block {
  background: #EDEDED;
  border: 1px solid #CACACA;
  padding: 40px;
  margin-top: 40px;
}
.eventArea .contArea .sec__event .block:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event h4 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.eventArea .contArea .sec__event h4 .num {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  width: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}
.eventArea .contArea .sec__event h5 {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  background: #000;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  padding: 8px 0 10px;
  margin-top: 30px;
}
.eventArea .contArea .sec__event h5:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event p:not(.btn_p) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}
.eventArea .contArea .sec__event p.sub {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
.eventArea .contArea .sec__event p.sub:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event p.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
}
.eventArea .contArea .sec__event .img_block {
  background: #fff;
  line-height: 1;
  margin-top: 30px;
}
.eventArea .contArea .sec__event .img_block img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.eventArea .contArea .sec__event .img_block:first-child {
  margin-top: 0;
}
.eventArea .contArea .sec__event table {
  margin-top: 20px;
}
.eventArea .contArea .sec__event table .small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
}
.eventArea .contArea .sec__event table img {
  max-width: 100%;
  margin: 10px auto 0;
  display: block;
}
.eventArea .contArea .sec__event table th {
  width: 25%;
}
.eventArea .contArea .sec__event table.commonTable_col4 td {
  width: 25%;
}
.eventArea .contArea .sec__event .block th {
  background: #B9B9B9;
}
.eventArea .contArea .sec__event p.table_title,
.eventArea .contArea .sec__event p.img_title {
  font-weight: bold;
  margin-top: 30px;
}
.eventArea .contArea .sec__event p.table_title + table {
  margin-top: 10px;
}
.eventArea .contArea .sec__event .btn + table {
  margin-top: 30px;
}
.eventArea .contArea .sec__event .btn {
  margin: 30px auto 0;
}
.eventArea .mapArea {
  padding: 90px 0;
}
.eventArea .mapArea .wrap {
  background: #F2F2F2;
  padding: 50px 40px;
  margin-top: 30px;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.16);
}
.eventArea .mapArea img.map {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.eventArea .mapArea .timeline {
  margin-top: 50px;
  overflow-y: scroll;
}
.eventArea .mapArea .timeline table {
  min-width: 1660px;
  border: none;
}
.eventArea .mapArea .timeline table th, .eventArea .mapArea .timeline table td {
  border: none;
  padding: 0.75em;
  white-space: normal;
}
.eventArea .mapArea .timeline table th {
  background: #F2F2F2;
}
.eventArea .mapArea .timeline table th:first-child {
  z-index: 2;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}
.eventArea .mapArea .timeline table td {
  width: 70px;
}
.eventArea .mapArea .timeline table thead th.place {
  background: #000;
  color: #fff;
}
.eventArea .mapArea .timeline table thead td {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  background: #F2F2F2;
}
.eventArea .mapArea .timeline table tbody th {
  text-align: left;
  width: 300px;
  outline: 1px solid #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.eventArea .mapArea .timeline table tbody th:first-child a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.eventArea .mapArea .timeline table tbody th.place {
  background: #C6C6C6;
  font-size: 13px;
  font-size: 1.3rem;
}
.eventArea .mapArea .timeline table tbody td {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  border-top: 1px solid #C6C6C6;
}
.eventArea .mapArea .timeline table tbody td span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  z-index: 1;
  background: #000;
}
.eventArea .mapArea .timeline table tbody td span.left {
  left: 10px;
  right: auto;
}
.eventArea .mapArea .timeline table tbody tr:first-child td {
  border-top: none;
}
.eventArea .mapArea .timeline table tbody .num {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 700;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.eventArea .mapArea .timeline table tbody td:nth-child(odd) {
  background: #F0F0F0;
}
.eventArea .mapArea .timeline table tbody td:nth-child(even) {
  background: #fff;
}
.eventArea .mapArea .timeline table tbody .groumet th:first-child, .eventArea .mapArea .timeline table tbody .groumet td.on {
  background: #358E4C;
}
.eventArea .mapArea .timeline table tbody .mascot th:first-child, .eventArea .mapArea .timeline table tbody .mascot td.on {
  background: #D94F90;
}
.eventArea .mapArea .timeline table tbody .mascot .num {
  color: #D94F90;
}
.eventArea .mapArea .timeline table tbody .cheer th:first-child, .eventArea .mapArea .timeline table tbody .cheer td.on {
  background: #9D478F;
}
.eventArea .mapArea .timeline table tbody .cheer .num {
  color: #9D478F;
}
.eventArea .mapArea .timeline table tbody .uniform th:first-child, .eventArea .mapArea .timeline table tbody .uniform td.on {
  background: #A4C756;
}
.eventArea .mapArea .timeline table tbody .uniform .num {
  color: #A4C756;
}
.eventArea .mapArea .timeline table tbody .taikai th:first-child, .eventArea .mapArea .timeline table tbody .taikai td.on {
  background: #003690;
}
.eventArea .mapArea .timeline table tbody .taikai .num {
  color: #003690;
}
.eventArea .mapArea .timeline table tbody .blue th:first-child, .eventArea .mapArea .timeline table tbody .blue td.on {
  background: #1E79B8;
}
.eventArea .mapArea .timeline table tbody .blue .num {
  color: #1E79B8;
}
.eventArea .mapArea .timeline table tbody .cheki th:first-child, .eventArea .mapArea .timeline table tbody .cheki td.on {
  background: #EDA700;
}
.eventArea .mapArea .timeline table tbody .cheki .num {
  color: #EDA700;
}
.eventArea .mapArea .timeline table tbody .sports th:first-child, .eventArea .mapArea .timeline table tbody .sports td.on {
  background: #94C9E5;
}
.eventArea .mapArea .timeline table tbody .sports .num {
  color: #94C9E5;
}
.eventArea .mapArea .timeline table tbody .app th:first-child, .eventArea .mapArea .timeline table tbody .app td.on {
  background: #25A15D;
}
.eventArea .mapArea .timeline table tbody .app .num {
  color: #25A15D;
}
.eventArea .mapArea .timeline table tbody .kansen th:first-child, .eventArea .mapArea .timeline table tbody .kansen td.on {
  background: #7B7C81;
}
.eventArea .mapArea .timeline table tbody .kansen .num {
  color: #7B7C81;
}
.eventArea .mapArea .timeline table tbody .sastena th:first-child, .eventArea .mapArea .timeline table tbody .sastena td.on {
  background: #DF5535;
}
.eventArea .mapArea .timeline table tbody .sastena .num {
  color: #DF5535;
}
.eventArea .mapArea .timeline table tbody .energy th:first-child, .eventArea .mapArea .timeline table tbody .energy td.on {
  background: #A1915D;
}
.eventArea .mapArea .timeline table tbody .energy .num {
  color: #A1915D;
}
.eventArea .mapArea .timeline table tbody .team th:first-child, .eventArea .mapArea .timeline table tbody .team td.on {
  background: #494290;
}
.eventArea .mapArea .timeline table tbody .team .num {
  color: #494290;
}
.eventArea .mapArea .timeline + p {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.eventArea .gourmet_bnr {
  width: 100%;
  max-width: 980px;
  margin: 60px auto 0;
}
.eventArea .gourmet_bnr img {
  max-width: 100%;
  margin: 10px auto 0;
  display: block;
}
</pre></body></html>