@charset "UTF-8";
.btn3 {
  display: block;
  border: #003087 3px solid;
  background: #003087;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
  font-size: 2rem;
  max-width: 640px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn3 {
    font-size: 1.8rem;
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
.btn3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn3:hover {
  opacity: 0.7;
}

.sup {
  font-size: 14px;
}

.matchTab {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .matchTab {
    width: 100%;
    padding-top: 30px;
  }
}
.matchTab__item {
  width: calc(50% - 3px);
}
.matchTab__item a {
  text-align: center;
  padding: 20px 0 15px;
  font-size: 2.4rem;
  background: #dadada;
  color: #3e3e3e;
  text-decoration: none;
  display: block;
  border-radius: 10px 10px 0 0;
  transition: background 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .matchTab__item a {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
.matchTab__item a.is-active, .matchTab__item a:hover {
  background: #0a3586;
  color: #fff;
}
.matchTab__item a.is-active {
  pointer-events: none;
}

.matchKV img {
  width: 100%;
  height: auto;
}
.matchKV__note {
  padding: 20px 45px;
  font-size: 1.8rem;
  text-align: center;
  color: #3e3e3e;
}
@media only screen and (max-width: 768px) {
  .matchKV__note {
    padding: 20px;
    font-size: 1.6rem;
  }
}

.matchBtn {
  width: 640px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .matchBtn {
    width: 70%;
    margin-top: 25px;
  }
}

.matchMovie {
  width: 800px;
  margin: 75px auto 0;
}
@media only screen and (max-width: 768px) {
  .matchMovie {
    width: 90%;
    margin-top: 35px;
  }
}
.matchMovie iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .matchMovie iframe {
    height: 50.625vw;
  }
}

.matchPickup {
  padding-top: 50px;
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .matchPickup {
    padding-top: 25px;
    width: 90%;
  }
}
.matchPickup__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .matchPickup__list {
    display: block;
  }
}
.matchPickup__item {
  width: 350px;
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .matchPickup__item {
    width: 100%;
    margin-top: 25px;
  }
}
.matchPickup__item:nth-child(3n+2), .matchPickup__item:nth-child(3n+3) {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .matchPickup__item:nth-child(3n+2), .matchPickup__item:nth-child(3n+3) {
    margin-left: 0;
  }
}
.matchPickup__img img {
  width: 100%;
  height: auto;
}
.matchPickup__contents {
  padding: 15px;
  flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  .matchPickup__contents {
    padding: 10px;
  }
}
.matchPickup__name {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .matchPickup__name {
    font-size: 1.8rem;
  }
}
.matchPickup__text {
  padding-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .matchPickup__text {
    font-size: 1.6rem;
  }
}
.matchPickup__note {
  background: #f6f6f6;
  padding: 10px 15px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .matchPickup__note {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.matchNav {
  width: 1080px;
  margin: 90px auto 0;
}
@media only screen and (max-width: 768px) {
  .matchNav {
    width: 90%;
    margin-top: 45px;
  }
}
.matchNav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .matchNav__list {
    display: block;
  }
}
.matchNav__item {
  width: 20%;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .matchNav__item {
    width: 100%;
    margin: 15px 0 0;
  }
}
.matchNav__item a {
  background: #0a3586;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  padding: 40px 10px;
  position: relative;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .matchNav__item a {
    padding: 40px 10px;
    border-radius: 15px;
  }
}
.matchNav__item a:hover {
  opacity: 0.7;
}
.matchNav__item a .matchNavBtn__img img {
  height: 60px;
  width: auto;
}
.matchNav__item a .matchNavBtn__text {
  margin-top: 10px;
}
.matchNav__detail {
  width: 640px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 768px) {
  .matchNav__detail {
    width: 100%;
    margin-top: 25px;
  }
}
.matchNav__detail a {
  font-size: 2.4rem;
  position: relative;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .matchNav__detail a {
    padding: 25px 10px;
  }
}
.matchNav__detail a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.matchNav__detail a:hover {
  opacity: 0.7;
}

.matchGourmet,
.matchGoods {
  padding-top: 50px;
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .matchGourmet,
  .matchGoods {
    padding-top: 25px;
    width: 90%;
  }
}
.matchGourmet__list,
.matchGoods__list {
  margin-top: 50px;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media only screen and (max-width: 768px) {
  .matchGourmet__list,
  .matchGoods__list {
    margin-top: 25px;
  }
}
.matchGourmet__list.slick-initialized,
.matchGoods__list.slick-initialized {
  opacity: 1;
}
.matchGourmet__item,
.matchGoods__item {
  width: 330px;
  margin: 15px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .matchGourmet__item,
  .matchGoods__item {
    margin: 15px 10px;
    width: calc(100% - 20px);
  }
}
.matchGourmet__img,
.matchGoods__img {
  border-bottom: #dadada 1px solid;
}
.matchGourmet__img img,
.matchGoods__img img {
  width: 100%;
  height: auto;
}
.matchGourmet__contents,
.matchGoods__contents {
  padding: 15px;
}
.matchGourmet__name,
.matchGoods__name {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .matchGourmet__name,
  .matchGoods__name {
    font-size: 1.8rem;
  }
}
.matchGourmet__text,
.matchGoods__text {
  padding-top: 15px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .matchGourmet__text,
  .matchGoods__text {
    font-size: 1.6rem;
  }
}
.matchGourmet__shop, .matchGourmet__price,
.matchGoods__shop,
.matchGoods__price {
  padding-top: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .matchGourmet__shop, .matchGourmet__price,
  .matchGoods__shop,
  .matchGoods__price {
    font-size: 1.6rem;
  }
}

.matchGoods {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .matchGoods {
    padding-bottom: 50px;
  }
}

.matchNav2 {
  margin: 70px auto 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .matchNav2 {
    width: 90%;
    margin-top: 35px;
    padding-bottom: 50px;
  }
}
.matchNav2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .matchNav2__list {
    display: block;
  }
}
.matchNav2__item {
  width: 212px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .matchNav2__item {
    width: 100%;
    margin-top: 15px;
  }
}
.matchNav2__item:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .matchNav2__item:not(:first-child) {
    margin-left: 0;
  }
}
.matchNav2__item a {
  display: block;
  background: #0a3586 left 20px center no-repeat;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  transition: opacity 0.2s ease;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .matchNav2__item a {
    font-size: 1.8rem;
    padding: 15px 20px;
    border-radius: 100px;
  }
}
.matchNav2__item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.matchNav2__item a:hover {
  opacity: 0.7;
}

.matchScore {
  background: #13439f url("../img/match/score_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .matchScore {
    padding: 30px 0;
  }
}
.matchScore__top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .matchScore__top {
    flex-wrap: wrap;
  }
}
.matchScore__team {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .matchScore__team {
    width: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  .matchScore__team:first-child {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .matchScore__team:last-child {
    order: 2;
  }
}
.matchScore__team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.8rem;
  padding-bottom: 5px;
}
.matchScore__team__emblem {
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .matchScore__team__emblem {
    height: 80px;
  }
}
.matchScore__team__emblem img {
  height: 100%;
  width: auto;
}
.matchScore__team__name {
  font-size: 1.4rem;
  padding-top: 10px;
}
.matchScore__score {
  margin: 0 60px;
}
@media only screen and (max-width: 768px) {
  .matchScore__score {
    margin: 0 5px;
    order: 3;
    width: 100vw;
  }
}
@media only screen and (max-width: 768px) {
  .matchScore__score > p {
    width: 100vw;
    padding: 0px !important;
    line-height: 1em !important;
    margin: -3.7em 0;
  }
}
.matchScore__score__top {
  padding: 30px 20px;
  border-bottom: #fff 1px solid;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__top {
    padding: 15px 0;
  }
}
.matchScore__score__num {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 13rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__num {
    font-size: 8rem;
  }
}
.matchScore__score__table {
  widows: 100%;
  margin: 0 60px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__table {
    margin: 0 20px;
  }
}
.matchScore__score__table td {
  padding: 2px 5px;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__table td {
    padding: 2px;
    font-size: 1.8rem;
  }
}
.matchScore__score__table td.period {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__table td.period {
    font-size: 1.4rem;
  }
}
.matchScore__score__table td.runningtime {
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__table td.runningtime {
    font-size: 1.2rem;
  }
}
.matchScore__score__bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .matchScore__score__bottom {
    padding-top: 15px;
  }
}
.matchScore__scorer {
  width: 50%;
  padding: 0 25px;
}
@media only screen and (max-width: 768px) {
  .matchScore__scorer {
    padding: 0 10px;
  }
}
.matchScore__scorer__name {
  padding-top: 3px;
  font-size: 1.4rem;
  text-align: left;
}

.matchMember {
  padding: 120px 75px 0;
}
@media only screen and (max-width: 768px) {
  .matchMember {
    padding: 40px 10px 0;
  }
}
.matchMember__outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .matchMember__outer {
    margin-top: 15px;
  }
}
.matchMember__item {
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .matchMember__item {
    width: calc(50% - 5px);
  }
}
.matchMember__emblem {
  text-align: center;
  height: 120px;
}
@media only screen and (max-width: 768px) {
  .matchMember__emblem {
    height: 80px;
    padding-top: 20px;
  }
}
.matchMember__emblem img {
  height: 100%;
  width: auto;
}
.matchMember__name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #001532;
  padding: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
  .matchMember__name {
    padding-bottom: 10px;
  }
}
.matchMember__title {
  background: #0a3586;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 15px 25px;
  border-top: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
}
@media only screen and (max-width: 768px) {
  .matchMember__title {
    padding: 10px;
  }
}
.matchMember__table {
  width: 100%;
}
.matchMember__table tr:not(:last-child) {
  border-bottom: #b1b1b1 1px solid;
}
.matchMember__table th, .matchMember__table td {
  padding: 20px;
  font-size: 1.6rem;
  color: #001532;
}
@media only screen and (max-width: 768px) {
  .matchMember__table th, .matchMember__table td {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
.matchMember__table th {
  text-align: center;
  width: 75px;
}
@media only screen and (max-width: 768px) {
  .matchMember__table th {
    width: 15%;
  }
}
.matchMember__table .outArea {
  width: 2em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1;
  padding-left: 5px;
}
.matchMember__table .outArea span {
  font-size: 1.8rem;
  display: block;
}
.matchMember__table .outArea span i {
  line-height: 0;
}
.matchMember__table .outArea span.icon-out {
  color: #e5b0c4;
}
.matchMember__table .outArea span.icon-in {
  color: #b0d5e5;
}

.matchStats {
  padding: 75px 75px 0;
}
@media only screen and (max-width: 768px) {
  .matchStats {
    padding: 30px 10px 0;
  }
}
.matchStats__outer {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .matchStats__outer {
    margin-top: 20px;
    overflow: scroll;
  }
}
.matchStats__table {
  width: 100%;
}
.matchStats__table thead th {
  background: #0a3586;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .matchStats__table thead th {
    padding: 10px 5px;
  }
}
.matchStats__table thead th:first-child {
  border-left: #b1b1b1 1px solid;
}
.matchStats__table tbody th {
  text-align: center;
  color: #3e3e3e;
  font-weight: 700;
  background: #dadada;
  font-size: 1.6rem;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .matchStats__table tbody th {
    padding: 10px 5px;
  }
}
.matchStats__table tbody td {
  width: 7%;
  text-align: center;
  color: #3e3e3e;
  font-size: 1.6rem;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .matchStats__table tbody td {
    padding: 10px 5px;
  }
}
.matchStats__table tbody td:first-child {
  border-left: #b1b1b1 1px solid;
}

.matchCondition {
  padding: 75px 75px 0;
}
@media only screen and (max-width: 768px) {
  .matchCondition {
    padding: 30px 10px 0;
  }
}
.matchCondition__outer {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .matchCondition__outer {
    margin-top: 20px;
  }
}
.matchCondition__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-left: #b1b1b1 1px solid;
}
.matchCondition__item {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .matchCondition__item {
    width: 50%;
  }
}
.matchCondition__column__title {
  background: #0a3586;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border-top: #b1b1b1 1px solid;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .matchCondition__column__title {
    padding: 10px 5px;
  }
}
.matchCondition__column__item {
  text-align: center;
  color: #3e3e3e;
  font-size: 1.6rem;
  border-bottom: #b1b1b1 1px solid;
  border-right: #b1b1b1 1px solid;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .matchCondition__column__item {
    padding: 10px 5px;
  }
}

.matchComment {
  border: #b1b1b1 1px solid;
  margin: 75px 75px 0;
}
@media only screen and (max-width: 768px) {
  .matchComment {
    margin: 30px 10px 0;
  }
}
.matchComment__title {
  background: #0a3586;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
}
.matchComment__contents {
  padding: 25px 25px 75px;
  overflow: hidden;
  position: relative;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .matchComment__contents {
    padding: 15px 15px 65px;
  }
}
.matchComment__contents.is-active {
  overflow: visible;
  height: auto !important;
}
.matchComment__img {
  float: left;
  margin: 0 30px 10px 0;
  width: 420px;
}
@media only screen and (max-width: 768px) {
  .matchComment__img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}
.matchComment__img img {
  width: 100%;
  height: auto;
}
.matchComment__name {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: #0a3586 6px solid;
  width: 548px;
  display: inline-block;
  color: #333;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .matchComment__name {
    width: 100%;
  }
}
.matchComment__name::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.matchComment__text {
  font-size: 1.4rem;
  line-height: 1.75;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
@media only screen and (max-width: 768px) {
  .matchComment__text {
    font-size: 1.6rem;
  }
}
.matchComment__toggle {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #dadada;
  cursor: pointer;
}
.matchComment__toggle::before {
  font-family: "Font Awesome 5 Free";
  font-size: 180%;
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.matchComment__toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.matchComment__toggle.is-active::after {
  content: "\f068";
}

.critic {
  margin-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .critic {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.critic .matchComment {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .critic .matchComment {
    margin-top: 20px;
  }
}

.schedule.wrapper {
  padding: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .schedule.wrapper {
    padding: 20px 10px;
  }
}
.schedule.wrapper .headBtn {
  position: absolute;
  right: 60px;
  top: 93px;
}
@media only screen and (max-width: 768px) {
  .schedule.wrapper .headBtn {
    position: static;
  }
}
.schedule .areaSelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.schedule .areaSelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2.6rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .schedule .areaSelect__item {
    font-size: 2rem;
  }
}
.schedule .areaSelect__item:hover {
  opacity: 0.9;
}
.schedule .areaSelect__item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .schedule .areaSelect__item:not(:first-child) {
    margin-left: 10px;
  }
}
.schedule .areaSelect__item::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c8";
  padding-right: 10px;
  color: #e7e7e7;
}
@media only screen and (max-width: 768px) {
  .schedule .areaSelect__item::before {
    padding-right: 5px;
  }
}
.schedule .areaSelect__item.is-active::before {
  content: "\f14a";
  color: #003cb8;
}
.schedule .leagueSelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: 1px;
  border-bottom: #0a3586 2px solid;
}
@media only screen and (max-width: 768px) {
  .schedule .leagueSelect {
    margin-top: 20px;
    align-items: stretch;
  }
}
.schedule .leagueSelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  text-align: center;
  padding: 15px 50px;
}
@media only screen and (max-width: 768px) {
  .schedule .leagueSelect__item {
    width: 33%;
    padding: 10px 3px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.schedule .leagueSelect__item:hover {
  opacity: 0.9;
}
.schedule .leagueSelect__item:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .schedule .leagueSelect__item:not(:first-child) {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .schedule .leagueSelect__item img {
    margin: 0 auto;
  }
}
.schedule .leagueSelect__item.is-active {
  background: #0a3586;
  color: #fff;
}
.schedule__table {
  width: 100%;
}
.schedule__th {
  text-align: center;
  background: #001d58;
  color: #fff;
  padding: 20px 5px;
  border-left: #fff 1px solid;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .schedule__th {
    padding: 10px 5px;
  }
}
.schedule__th.sec {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .schedule__th.sec {
    width: 1em;
  }
}
.schedule__th.date {
  width: 25%;
}
.schedule__th.match {
  width: 45%;
}
.schedule__th.broadcast {
  width: 20%;
}
.schedule__tr {
  border-bottom: #dadada 1px solid;
  background: #fff;
  transition: background 0.2s ease;
}
.schedule__tr[data-url] {
  cursor: pointer;
}
.schedule__tr[data-url]:hover {
  background: rgba(10, 53, 134, 0.2);
}
.schedule__td {
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .schedule__td {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}
.schedule__td.sec {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .schedule__td.sec {
    font-size: 1.4rem;
  }
}
.schedule__td.date {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .schedule__td.date {
    font-size: 1.8rem;
  }
}
.schedule__td.match {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .schedule__td.match {
    font-size: 1.8rem;
  }
}
.schedule__td.broadcast {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .schedule__td.broadcast {
    font-size: 1.4rem;
  }
}
.schedule__td .icon-stadium {
  font-size: 1.4rem;
  margin-top: 2px;
}
.schedule__td .homeIcon,
.schedule__td .awayIcon {
  display: inline-block;
  background: #0a3586;
  color: #fff;
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.3rem;
  padding: 3px 15px;
  border-radius: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .schedule__td .homeIcon,
  .schedule__td .awayIcon {
    display: block;
    margin: 0 auto 2px;
    width: 80%;
  }
}
.schedule__td .homeIcon {
  background: #0a3586;
}
.schedule__td .awayIcon {
  background: #a7a7a7;
}
.schedule__td__btn {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .schedule__td__btn {
    width: 100%;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .schedule__sec {
    width: 1em;
    margin: 0 auto;
  }
}
.schedule__score {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .schedule__score {
    padding: 0;
  }
}
.schedule__score .scoreEmblem {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .schedule__score .scoreEmblem {
    height: 30px;
  }
}
.schedule__score .scoreEmblem__home, .schedule__score .scoreEmblem__away {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .schedule__score .scoreEmblem__home, .schedule__score .scoreEmblem__away {
    justify-content: center;
    display: block;
    text-align: center;
    width: auto;
  }
}
.schedule__score .scoreEmblem__away {
  flex-direction: row-reverse;
}
.schedule__score .scoreEmblem img {
  height: 100%;
  width: auto;
}
.schedule__score .scoreName {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .schedule__score .scoreName {
    font-size: 1.6rem;
  }
}
.schedule__score .scoreNum {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .schedule__score .scoreNum {
    padding: 0 5px;
    font-size: 2.4rem;
  }
}
.schedule__score .scoreVs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  padding: 0 3px;
}
@media only screen and (max-width: 768px) {
  .schedule__score .scoreVs {
    font-size: 2rem;
    padding: 0 2px;
  }
}
.schedule__btn {
  background: #ac9933;
  color: #fff;
  border-radius: 5px;
  display: block;
  padding: 2px;
  font-size: 1.4rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .schedule__btn {
    padding: 4px;
    font-size: 1.1rem;
  }
}
.schedule__btn:hover {
  opacity: 0.7;
}

.ranking.wrapper {
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .ranking.wrapper {
    padding: 20px 10px;
  }
}
.ranking__table {
  width: 100%;
  border-collapse: collapse;
}
.ranking__table thead th {
  background: #001d58;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px 5px;
  width: 8.3333333333%;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .ranking__table thead th {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}
.ranking__table thead th:not(:first-child) {
  border-left: #fff 1px solid;
}
.ranking__table thead th:nth-child(2) {
  width: 25%;
}
.ranking__table tbody tr {
  border-bottom: #dadada 1px solid;
}
.ranking__table tbody tr.yamagata {
  background: #9dbfff;
}
.ranking__table tbody td {
  color: #3e3e3e;
  text-align: center;
  font-size: 1.5rem;
  padding: 12px 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .ranking__table tbody td {
    padding: 3px;
  }
}
.ranking__table tbody td:nth-child(2) {
  text-align: left;
}
.ranking__team {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .ranking__team {
    display: block;
  }
}
.ranking__emblem {
  height: 35px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .ranking__emblem {
    height: 20px;
    padding-right: 0;
    text-align: center;
  }
}
.ranking__emblem img {
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .ranking__name {
    font-size: 1rem;
    text-align: center;
  }
}
.ranking__date {
  text-align: right;
  color: #3e3e3e;
  font-size: 1.4rem;
  margin-top: 5px;
}
.ranking__btn {
  margin: 50px auto;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .ranking__btn {
    width: 90%;
  }
}
.ranking__btn a {
  font-size: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ranking__btn a {
    padding: 25px 10px;
  }
}
.ranking__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.nextmatch {
  width: 1200px;
  margin: 40px auto 0;
  background: url("../img/home/game_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 0 0 50px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .nextmatch {
    width: 100%;
    margin-top: 20px;
    padding: 10px 0;
  }
}
.nextmatch__title {
  text-align: center;
  color: #fff;
  line-height: 1;
  border-bottom: #fff 1px solid;
  width: 450px;
  padding-bottom: 30px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__title {
    width: 80%;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.nextmatch__title__eng {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .nextmatch__title__eng {
    font-size: 4rem;
  }
}
.nextmatch__title__jp {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__title__jp {
    font-size: 1.4rem;
    margin-top: 7px;
  }
}
.nextmatch__outer {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .nextmatch__outer {
    padding: 25px 0;
  }
}
.nextmatch__top {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}
.nextmatch__date {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .nextmatch__date {
    font-size: 2.4rem;
  }
}
.nextmatch__date .day {
  font-size: 6.5rem;
  letter-spacing: -0.1em;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__date .day {
    font-size: 4rem;
    padding-right: 5px;
  }
}
.nextmatch__sec {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__sec {
    font-size: 1.6rem;
  }
}
.nextmatch__mid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__mid {
    margin-top: 25px;
  }
}
.nextmatch__mid .team {
  text-align: center;
}
.nextmatch__mid .team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .nextmatch__mid .team__area {
    font-size: 1.4rem;
  }
}
.nextmatch__mid .team__emblem {
  height: 160px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__mid .team__emblem {
    height: 70px;
    margin: 5px 0 10px;
  }
}
.nextmatch__mid .team__emblem img {
  height: 100%;
  width: auto;
}
.nextmatch__mid .team__name {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .nextmatch__mid .team__name {
    font-size: 1.4rem;
  }
}
.nextmatch__mid .team__vs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 10rem;
  font-weight: 200;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__mid .team__vs {
    font-size: 6rem;
    padding: 0 10px;
  }
}
.nextmatch__bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__bottom {
    display: block;
    margin-top: 25px;
  }
}
.nextmatch__bottom .btn, .nextmatch__bottom .btn2 {
  padding: 20px 10px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .nextmatch__bottom .btn, .nextmatch__bottom .btn2 {
    padding: 15px 10px;
    font-size: 1.8rem;
  }
}
.nextmatch__bottom__game {
  width: 360px;
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__bottom__game {
    width: 80%;
    margin: 20px auto 0;
  }
}
.nextmatch__bottom__ticket {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .nextmatch__bottom__ticket {
    width: 80%;
    margin: 0 auto;
  }
}

.rankingFoot.wrapper {
  padding-top: 40px;
}
.rankingFoot .nextmatch__bottom__game {
  margin-left: 0;
}

.pageTitle2 {
  background: url("../img/match/event/pageTitle2__bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.eventHeader {
  background: url("../img/match/event/eventHeader__bg.png") center top no-repeat;
  background-size: cover;
}
.eventHeader__outer {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .eventHeader__outer {
    width: 100%;
  }
}
.eventHeader__outer a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .eventHeader__outer a {
    display: block;
  }
}
.eventHeader__outer a:hover .eventHeader__img img {
  opacity: 0.7;
}
.eventHeader__outer a:hover .eventHeader__name {
  text-decoration: underline;
}
.eventHeader__img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .eventHeader__img {
    width: 100%;
  }
}
.eventHeader__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease;
}
.eventHeader__contents {
  width: 50%;
  padding: 20px 40px 40px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .eventHeader__contents {
    width: 100%;
    padding: 20px;
  }
}
.eventHeader__pickup {
  padding-bottom: 10px;
}
.eventHeader__date {
  font-size: 1.6rem;
}
.eventHeader__name {
  font-size: 2.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .eventHeader__name {
    font-size: 2rem;
  }
}
.eventHeader__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-top: 5px;
}
.eventHeader__data__place {
  font-size: 1.6rem;
  padding-left: 2px;
}
.eventHeader__data__place::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  padding-right: 12px;
}
.eventHeader__data__time {
  font-size: 1.6rem;
}
.eventHeader__data__time::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  padding-right: 10px;
}
.eventHeader__data__text {
  font-size: 1.6rem;
  padding-left: 10px;
}
.eventHeader__text {
  font-size: 1.6rem;
  margin-top: 20px;
}

.eventSlider {
  background: #e5e5e5;
  padding: 40px 0;
}
.eventSlider__list {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .eventSlider__list {
    width: 85%;
  }
}
.eventSlider__item {
  width: 260px;
  margin: 0 5px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .eventSlider__item {
    width: 100%;
  }
}
.eventSlider__item a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.eventSlider__item a:hover .eventSlider__img img {
  opacity: 0.7;
}
.eventSlider__item a:hover .eventSlider__text {
  text-decoration: underline;
}
.eventSlider__img {
  overflow: hidden;
}
.eventSlider__img img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.eventSlider__contents {
  padding: 15px;
  background: #fff;
}
.eventSlider__date {
  color: #000;
  font-size: 1.4rem;
}
.eventSlider__text {
  color: #003087;
  font-size: 1.6rem;
  margin-top: 10px;
}
.eventSlider__btn {
  margin: 40px auto 0;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .eventSlider__btn {
    margin-top: 20px;
    width: 90%;
  }
}
.eventSlider__btn a {
  font-size: 2.4rem;
  position: relative;
}
.eventSlider__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  padding-top: 50px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
.slick-arrow.slick-prev {
  left: -20px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slick-arrow.slick-prev::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #003087 transparent transparent;
  transition: opacity 0.2s ease;
}
.slick-arrow.slick-prev:hover::before {
  opacity: 0.7;
}
.slick-arrow.slick-next {
  right: -20px;
}
@media only screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: -15px;
  }
}
.slick-arrow.slick-next::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 14px;
  border-color: transparent transparent transparent #003087;
  transition: opacity 0.2s ease;
}
.slick-arrow.slick-next:hover::before {
  opacity: 0.7;
}

.eventMid {
  width: 1080px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .eventMid {
    margin-top: 30px;
    width: 100%;
    display: block;
  }
}
.eventMid__item {
  width: 520px;
  background: center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .eventMid__item {
    width: 90%;
    padding: 40px 0;
    margin: 10px auto 0;
  }
}
.eventMid__item.gourmet {
  background-image: url("../img/match/event/gourmet_bg.png");
}
.eventMid__item.goods {
  background-image: url("../img/match/event/goods_bg.png");
}
.eventMid__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.eventMid__title {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 5rem;
  color: #fff;
  position: relative;
  z-index: 5;
}
.eventMid__btn {
  margin: 10px auto 0;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .eventMid__btn {
    width: 70%;
  }
}

.eventBottom__bnr {
  text-align: center;
  margin: 40px 0;
  padding: 0 calc(50% - 600px);
  background-color: #003087;
}
@media only screen and (max-width: 768px) {
  .eventBottom__bnr {
    margin-top: 20px;
    width: 100%;
  }
}
.eventBottom__bnr a {
  transition: opacity 0.2s ease;
  width: 100%;
  display: block;
}
.eventBottom__bnr a:hover {
  opacity: 0.7;
}
.eventBottom__bnr a img {
  width: 100%;
  height: auto;
}

.event {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .event {
    width: 90%;
    margin: 0 auto;
  }
}
.event__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .event__list {
    display: block;
  }
}
.event__item {
  width: 530px;
  background: #fff;
  filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .event__item {
    width: 100%;
    margin-top: 30px;
  }
}
.event__item:nth-child(even) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .event__item:nth-child(even) {
    margin-left: 0;
  }
}
.event__item:nth-child(n+3) {
  margin-top: 30px;
}
.event__item a {
  text-decoration: none;
  color: #000;
  flex-grow: 1;
}
.event__item a:hover .event__img img {
  opacity: 0.7;
}
.event__item a:hover .event__name {
  text-decoration: underline;
}
.event__img {
  overflow: hidden;
}
.event__img img {
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}
.event__contents {
  padding: 30px 30px 0;
}
@media only screen and (max-width: 768px) {
  .event__contents {
    padding: 15px 15px 0;
  }
}
.event__date {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.event__name {
  color: #003087;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.event__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  margin-top: 5px;
}
.event__data__place {
  font-size: 1.6rem;
  padding-left: 2px;
}
.event__data__place::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  padding-right: 12px;
}
.event__data__time {
  font-size: 1.6rem;
}
.event__data__time::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f017";
  padding-right: 10px;
}
.event__data__text {
  font-size: 1.6rem;
  padding-left: 10px;
}
.event__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 20px;
}
.event__btn {
  margin: 0 auto;
  padding: 30px 0;
  width: 380px;
}
@media only screen and (max-width: 768px) {
  .event__btn {
    width: 70%;
    padding: 15px 0;
  }
}
.event__btn a {
  color: #fff;
}
.event__bnr {
  width: 640px;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .event__bnr {
    width: 90%;
    margin-bottom: 20px;
  }
}
.event__bnr a {
  font-size: 2.4rem;
  position: relative;
}
.event__bnr a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.btnMonthly {
  margin: 70px auto;
  width: 600px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btnMonthly {
    width: 90%;
    margin: 35px auto;
  }
}
.btnMonthly a {
  display: block;
  background: #ac9933;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btnMonthly a {
    font-size: 2rem;
  }
}
.btnMonthly a:hover {
  opacity: 0.7;
}
.btnMonthly a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: 10px;
  font-size: 4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .btnMonthly a::before {
    margin-right: 5px;
    font-size: 2rem;
  }
}
.btnMonthly a .btn__arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 60px;
  height: 1px;
  border-bottom: #fff 2px solid;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .btnMonthly a .btn__arrow {
    right: 15px;
    width: 20px;
  }
}
.btnMonthly a .btn__arrow::before {
  content: "";
  width: 15px;
  height: 1px;
  border-bottom: #fff 2px solid;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform-origin: right bottom;
  transform: translateY(2px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .btnMonthly a .btn__arrow::before {
    width: 10px;
  }
}

.hero {
  width: 100%;
}
.hero img {
  width: 100%;
  height: auto;
}

.leadtext {
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .leadtext {
    margin-top: 20px;
    text-align: left;
  }
}

.food.wrapper {
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .food.wrapper {
    padding: 30px;
  }
}

.food__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .food__list {
    margin-top: 30px;
    display: block;
  }
}
.food__item {
  width: 520px;
}
@media only screen and (max-width: 768px) {
  .food__item {
    width: 100%;
    margin-top: 40px;
  }
}
.food__item:nth-child(even) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .food__item:nth-child(even) {
    margin-left: 0;
  }
}
.food__item:nth-child(n+3) {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .food__item:nth-child(n+3) {
    margin-top: 40px;
  }
}
.food__img img {
  width: 100%;
  height: auto;
}
.food__name {
  color: #003087;
  font-size: 2.4rem;
  margin: 20px 0;
  border-bottom: #003087 2px solid;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .food__name {
    font-size: 2rem;
    margin: 10px 0;
  }
}
.food__text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .food__text {
    font-size: 1.6rem;
  }
}
.food__menu {
  font-size: 1.6rem;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .food__menu {
    font-size: 1.8rem;
  }
}
.food__menu__outer {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .food__menu__outer {
    padding: 10px;
  }
}
.food__menu__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.food__menu__name {
  font-size: 1.5rem;
  width: 70%;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .food__menu__name {
    font-size: 1.4rem;
    width: 60%;
  }
}
.food__menu__name::before {
  content: "・";
}
.food__menu__price {
  font-size: 1.5rem;
  text-align: right;
  width: 30%;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .food__menu__price {
    font-size: 1.4rem;
    width: 40%;
  }
}
.food__bnr {
  width: 640px;
  margin: 40px auto;
}
@media only screen and (max-width: 768px) {
  .food__bnr {
    width: 90%;
    margin-bottom: 20px;
  }
}
.food__bnr a {
  font-size: 2.4rem;
  position: relative;
}
.food__bnr a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.visitor {
  width: 860px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .visitor {
    width: 90%;
  }
}
.visitor section {
  padding: 110px 0 240px;
}
@media only screen and (max-width: 768px) {
  .visitor section {
    padding: 50px 0 60px;
  }
}
.visitor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 86px;
}
@media only screen and (max-width: 768px) {
  .visitor__list {
    justify-content: center;
    margin-top: 10px;
  }
}
.visitor__item {
  width: 400px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .visitor__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.visitor__item a {
  text-decoration: none;
}
.visitor__itemHead {
  background-color: #003087;
  color: #fff100;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 122px;
}
@media only screen and (max-width: 768px) {
  .visitor__itemHead {
    height: auto;
    padding: 24px;
  }
}
.visitor__itemContent {
  border: 5px solid #003087;
  border-top: none;
  padding: 27px;
}
.visitor__itemContent__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .visitor__itemContent__inner {
    height: auto;
  }
}
.visitor__itemContent__inner p {
  font-size: 16px;
  color: #000000;
  margin-left: 20px;
}

.wifi {
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 130px;
}
@media only screen and (max-width: 768px) {
  .wifi {
    width: 90%;
    padding: 30px 0 50px;
  }
}
.wifi section + section {
  padding: 110px 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wifi section + section {
    padding: 50px 0 0;
  }
}
.wifi section img {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .wifi section img {
    width: 100%;
  }
}
.wifi__ssidText {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wifi__ssidText {
    font-size: 20px;
  }
}

.manner.wrapper {
  padding: 60px 60px 160px;
}
@media only screen and (max-width: 768px) {
  .manner.wrapper {
    padding: 20px 10px;
  }
}
.manner .leagueSelect {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: 1px;
  border-bottom: #0a3586 2px solid;
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect {
    margin-top: 20px;
    align-items: stretch;
  }
}
.manner .leagueSelect__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  transition: opacity 0.2s ease;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  text-align: center;
  width: 20%;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect__item {
    width: 33%;
    height: 40px;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.manner .leagueSelect__item:hover {
  opacity: 0.9;
}
.manner .leagueSelect__item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  white-space: nowrap;
  color: #3e3e3e;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect__item a {
    line-height: 40px;
  }
}
.manner .leagueSelect__item:not(:first-child) {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect__item:not(:first-child) {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect__item img {
    margin: 0 auto;
  }
}
.manner .leagueSelect__item.is-active {
  background: #0a3586;
  line-height: 60px;
  white-space: nowrap;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .manner .leagueSelect__item.is-active {
    line-height: 40px;
  }
}
.manner .leagueSelect__item.is-active:hover {
  opacity: 1;
}
.manner__section {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .manner__section {
    padding-top: 40px;
  }
}
.manner .contentsTitle3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border: none;
}
.manner__text {
  margin: auto;
  padding-top: 40px;
  max-width: 920px;
}
@media only screen and (max-width: 768px) {
  .manner__text {
    padding-top: 20px;
  }
}
.manner__text__bar {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .manner__text__bar {
    padding-top: 10px;
  }
}
.manner__text.center {
  text-align: center;
}
.manner__data {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .manner__data {
    width: 100%;
  }
}
.manner__btn {
  margin: auto;
  width: 580px;
}
@media only screen and (max-width: 768px) {
  .manner__btn {
    width: 100%;
  }
}
.manner__btn a {
  font-size: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .manner__btn a {
    font-size: 1.6rem;
  }
}
.manner__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.manner__img {
  text-align: center;
}
.manner__img img {
  max-width: 920px;
}
@media only screen and (max-width: 768px) {
  .manner__img img {
    width: 100%;
  }
}
.manner__column {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -1px;
  border: #b1b1b1 1px solid;
}
.manner__column__title {
  background: #003087;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px;
  width: 33.333%;
}
@media only screen and (max-width: 768px) {
  .manner__column__title {
    font-size: 1.4rem;
    padding: 10px 5px;
    width: 18%;
  }
}
.manner__column__item {
  color: #3e3e3e;
  font-size: 1.6rem;
  border-left: #b1b1b1 1px solid;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .manner__column__item {
    font-size: 1.4rem;
    padding: 10px 5px;
    width: 80%;
  }
}
.manner__otherList {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0.5em 0 1.5em 1.5em;
}
.manner__otherList li {
  padding: 3px 0;
}
.manner__numberList {
  counter-reset: item;
  margin-top: 25px;
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .manner__numberList {
    margin-left: 0;
  }
}
.manner__numberList li {
  position: relative;
  margin-top: 0.4em;
  padding-left: 2em;
}
@media only screen and (max-width: 768px) {
  .manner__numberList li {
    padding-left: 1.8em;
  }
}
.manner__numberList li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  width: 1.6em;
  height: 1.6em;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
  background-color: #003087;
  color: white;
  text-align: center;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .manner__numberList li:before {
    font-size: 1.3rem;
    top: 0.15em;
  }
}
.manner__numberList__column {
  counter-reset: item2;
  margin-top: 0.4em;
}
.manner__numberList__column li {
  position: relative;
  margin-top: 0.4em;
  padding-left: 1.9em;
}
@media only screen and (max-width: 768px) {
  .manner__numberList__column li {
    padding-left: 1.7em;
  }
}
.manner__numberList__column li:before {
  counter-increment: item2;
  content: counter(item2);
  display: block;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  left: 0;
  top: 0.1em;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #003087;
  color: #003087;
  text-align: center;
  line-height: 1.35;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .manner__numberList__column li:before {
    font-size: 1.3rem;
    top: 0.2em;
  }
}
.manner__photoList li {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .manner table td, .manner table th {
    width: 100%;
    display: block;
  }
}
.manner table th {
  border: 1px solid #ccc;
  padding: 20px;
  background: #f2f2f2;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .manner table th {
    display: none;
  }
}
.manner table td {
  border: 1px solid #ccc;
  padding: 20px 20px 0;
}
.manner table td.item {
  width: 25%;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .manner table td.item {
    background: #f2f2f2;
    padding: 15px;
    border-bottom: none;
    width: 100%;
    display: block;
  }
}
.manner table td.list {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .manner table td.list {
    margin-bottom: 15px;
    width: 100%;
    display: block;
  }
}
.manner table td.list p {
  color: #133086;
  font-weight: 700;
}
.manner table td.list p i {
  padding-right: 6px;
}
.manner table td.list .manner__otherList li {
  padding: 3px 0;
}
@media only screen and (max-width: 768px) {
  .manner table.manner__data th {
    display: table-cell;
    width: 30%;
  }
}
.manner table.manner__data td {
  padding: 20px !important;
  display: table-cell;
}

.stadium {
  width: 1080px;
  margin: 0 auto;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .stadium {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.stadium__outer {
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .stadium__outer {
    display: block;
    margin-top: 30px;
  }
}
.stadium__map {
  position: relative;
  width: 780px;
}
@media only screen and (max-width: 768px) {
  .stadium__map {
    width: 100%;
  }
}
.stadium__map img {
  width: 100%;
  height: auto;
}
.stadium__map .areamap {
  position: absolute;
  top: 0;
  left: 0;
}
.stadium__btnArea {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .stadium__btnArea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .stadium__checkBtn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
}
.stadium__checkBtn__item {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.6rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .stadium__checkBtn__item:not(:first-child) {
    margin-left: 15px;
  }
}
.stadium__checkBtn__item:hover {
  opacity: 0.9;
}
.stadium__checkBtn__item::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2.4rem;
  font-weight: 900;
  content: "\f0c8";
  padding-right: 10px;
  color: #e7e7e7;
}
@media only screen and (max-width: 768px) {
  .stadium__checkBtn__item::before {
    padding-right: 5px;
  }
}
.stadium__checkBtn__item.is-active::before {
  content: "\f14a";
  color: #003cb8;
}
@media only screen and (max-width: 768px) {
  .stadium__btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.stadium__btn__item {
  width: 130px;
}
@media only screen and (max-width: 768px) {
  .stadium__btn__item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .stadium__btn__item:first-child {
    margin-top: 35px;
  }
}
.stadium__btn__item:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .stadium__btn__item:not(:first-child) {
    margin-left: 15px;
  }
}
.stadium__btn__item a {
  transition: opacity 0.2s ease;
}
.stadium__btn__item a:hover {
  opacity: 0.7;
}
.stadium__btn__item img {
  width: 100%;
  height: auto;
}
.stadium__btnList {
  margin: 40px auto 0;
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .stadium__btnList {
    display: block;
    width: 90%;
  }
}
.stadium__btnList__item {
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .stadium__btnList__item {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
.stadium__btnList__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .stadium__btnList__item:last-child {
    margin-right: 0;
  }
}
.stadium__btnList__item a {
  display: block;
  background: #0a3586 left 20px center no-repeat;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  transition: opacity 0.2s ease;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .stadium__btnList__item a {
    background-size: contain;
    font-size: 1.8rem;
    padding: 15px 20px;
    border-radius: 100px;
  }
}
.stadium__btnList__item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.stadium__btnList__item a:hover {
  opacity: 0.7;
}

/*
.access{
    width: $base_width;
    margin: 0 auto;
    padding: 60px 129px;
    @include sp(){
        width: 100%;
        padding: 30px 5%;
    }
    &__head{
        width: $contents_width;
        margin:0 auto;

        @include flexbox(nowrap,center,center);
        @include sp(){
            display: block;
            width: 100%;
            margin: 0 auto;
        }
    }
    &__map{
        @include sp(){
            width: 100%;
        }
        img{
            @include sp(){
                width: 100%;
                height: auto;
            }

        }
    }
    &__text{
        width: 367px;
        margin-left: 40px;
        text-align: center;
        @include sp(){
            width: 100%;
            margin-left: 0;
            margin-top: 20px;
        }
    }
    &__name{
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 20px;
    }
    &__data{
        line-height: 1.75;
        a{
            color: #000;
            text-decoration: underline;
            &:hover{
                text-decoration: none;
            }
            &.tel{
                pointer-events: none;
                text-decoration: none;
                @include sp(){
                    pointer-events: auto;
                    text-decoration: underline;
                }
            }
        }
    }
    &__btn{
        margin: 20px auto 0;
        width: 300px;
        @include sp(){
            width: 100%;
            max-width: 300px;
        }
        a{
            position: relative;
            &::after{
                font-family: $fontIconFree;
                font-weight: 900;
                content: "\f0da";
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
            }
        }
    }

    .matchTab{
        width: 100%;
        border-bottom: $monte_blue4 2px solid;
        margin-top: -120px;
        padding-top: 180px;
        @include sp(){
            margin-top: -60px;
            padding-top: 90px;
        }
    }
}
*/
.access {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .access {
    padding: 0 0 30px;
  }
}
.access .anchorLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .access .anchorLink {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .access .anchorLink__item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .access .anchorLink__item img {
    width: 100%;
  }
}
.access .accessSection {
  padding-top: 130px;
  width: 670px;
  margin: -80px auto 0;
}
@media only screen and (max-width: 768px) {
  .access .accessSection {
    width: 90%;
    padding-top: 70px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .access__title {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .access__title img {
    width: 100%;
  }
}
.access__img {
  text-align: center;
  margin-top: 20px;
}
.access__img img {
  max-width: 100%;
}
.access__table {
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
  border-left: #ccc 1px solid;
  border-top: #ccc 1px solid;
}
.access__table th, .access__table td {
  padding: 10px;
  font-size: 1.4rem;
  border-right: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  text-align: center;
  vertical-align: middle;
}
.access__table th {
  background: #09369d;
  color: #fff;
  font-weight: 400;
}
.access__root {
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .access__root {
    margin-left: 1.5em;
  }
}
.access__root strong {
  color: #c00;
}
.access__map {
  margin-top: 20px;
  border: #ccc 1px solid;
  padding: 1px;
  font-size: 0;
}
.access__map iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .access__map iframe {
    height: 50vh;
  }
}
.access__lead {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
}
.access__subTitle {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #09369d;
}
.access p {
  margin-top: 10px;
  font-size: 1.4rem;
}

.traffic {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .traffic {
    padding: 30px 0;
  }
}
.traffic__time__img {
  padding-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .traffic__time__img img {
    width: 100%;
    height: auto;
  }
}
.traffic__time__text {
  margin-top: 30px;
  font-size: 1.6rem;
  text-align: center;
}
.traffic__station {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .traffic__station {
    margin-top: 30px;
  }
}
.traffic__station__item {
  width: calc(50% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .traffic__station__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .traffic__station__item:not(:first-child) {
    margin-top: 40px;
  }
}
.traffic__station__item:not(:first-child) .traffic__station__text {
  padding-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .traffic__station__item:not(:first-child) .traffic__station__text {
    padding-bottom: 0;
  }
}
.traffic__station__text {
  margin-top: 20px;
  font-size: 1.6rem;
}
.traffic__station__btn {
  margin-top: 20px;
}
.traffic__station__btn a {
  position: relative;
}
.traffic__station__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.car {
  display: none;
}
.car__title {
  text-align: center;
  color: #003087;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  display: block;
  border: #003087 1px solid;
  line-height: 60px;
  margin: 60px auto 40px;
  width: 100px;
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .car__title {
    font-size: 2.4rem;
    line-height: 40px;
    margin: 30px auto 20px;
    width: 80px;
    height: 40px;
  }
}
.car__text {
  margin-top: 20px;
}
.car__outer:nth-of-type(n+2) {
  margin-top: 40px;
}
.car__list {
  margin-top: 15px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.car__item {
  margin-top: 5px;
}
.car__contents {
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.car__contents .accordion__contents__list {
  width: 45%;
  float: right;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .car__contents .accordion__contents__list {
    width: calc(100% - 1.5em);
    float: none;
    margin-top: 20px;
  }
}
.car__contents .accordion__contents__item {
  margin-top: 5px;
  text-indent: 0;
  padding-left: 0;
}
.car__map {
  width: 45%;
  float: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .car__map {
    width: 100%;
    float: none;
  }
}
.car__map img {
  width: 100%;
  height: auto;
}

.guide {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 180px 0;
}
@media only screen and (max-width: 768px) {
  .guide {
    width: 100%;
    padding: 30px 5%;
  }
}
.guide__list {
  padding-bottom: 100px;
  margin-top: 60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .guide__list {
    padding-bottom: 50px;
    margin-top: 30px;
    display: block;
  }
}
.guide__item {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .guide__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .guide__item:last-of-type {
    margin-top: 30px;
  }
}
.guide__item img {
  width: 100%;
  height: auto;
}
.guide__item a {
  transition: opacity 0.2s ease;
  display: block;
}
.guide__item a:hover {
  opacity: 0.7;
}
.guide__btn {
  width: 640px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 768px) {
  .guide__btn {
    width: 100%;
  }
}
.guide__btn:first-of-type {
  margin-top: 0;
}
.guide__btn:last-of-type {
  margin-bottom: 60px;
}
.guide__btn a {
  position: relative;
}
.guide__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=match.css.map */
