@charset "UTF-8";
#game-score {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#game-score h3.date {
  background: #0b91dc;
  text-align: center;
  color: #FFF;
  padding: 15px;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#game-score h4.group {
  background: #000000;
  text-align: center;
  color: #FFF;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
#game-score .score-unit {
  padding-bottom: 30px;
}
#game-score .score-unit .game-info {
  background: #cef0ff;
  color: #1A1A1C;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#game-score .score-unit .game-info span {
  font-size: 36px;
  display: inline-block;
  padding: 0 2px;
}
#game-score .score-unit .score-wp {
  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;
  max-width: 600px;
  margin: 20px auto;
}
#game-score .score-unit .score-wp .team {
  width: 210px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
#game-score .score-unit .score-wp .team span {
  display: block;
  background: #0b91dc;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 5px auto;
  padding: 5px 10px;
  width: 110px;
}
#game-score .score-unit .score-wp .team span[data-stt-ignore] {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  background: none;
  color: #1A1A1C;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline;
}
#game-score .score-unit .score-wp .score {
  margin: 0 30px;
  font-size: 60px;
  color: #1A1A1C;
  font-weight: 600;
  white-space: nowrap;
}
#game-score .score-unit .inning-score {
  margin: 0 auto 10px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#game-score .score-unit .inning-score table {
  width: auto;
  min-width: 700px;
}
#game-score .score-unit .inning-score table th,
#game-score .score-unit .inning-score table td {
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  border: 2px solid #eef5f8;
  vertical-align: middle;
}
#game-score .score-unit .inning-score table thead th,
#game-score .score-unit .inning-score table thead td {
  background: #1A1A1C;
  color: #FFFFFF;
  text-align: center;
}
#game-score .score-unit .inning-score table tbody th,
#game-score .score-unit .inning-score table tbody td {
  background: #FFFFFF;
  color: #000000;
}
#game-score .score-unit .inning-score table tbody td {
  min-width: 45px;
  height: 45px;
  text-align: center;
}
#game-score .score-unit .inning-score table tbody th {
  white-space: nowrap;
  text-align: left;
  min-width: 150px;
}
#game-score .score-unit p {
  font-size: 16px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #game-score {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  #game-score h3.date {
    font-size: 18px;
    padding: 8px;
  }
  #game-score h4.group {
    font-size: 16px;
    padding: 8px;
    margin: 20px 0 0 0;
  }
  #game-score .score-unit {
    padding-bottom: 10px;
  }
  #game-score .score-unit .game-info {
    font-size: 14px;
    padding: 5px;
  }
  #game-score .score-unit .game-info span {
    font-size: 18px;
  }
  #game-score .score-unit .score-wp {
    margin: 10px auto;
  }
  #game-score .score-unit .score-wp .team {
    width: 30%;
    font-size: 14px;
    line-height: 1.3;
  }
  #game-score .score-unit .score-wp .team span {
    font-size: 12px;
    padding: 2px 4px;
    width: 86%;
    white-space: nowrap;
  }
  #game-score .score-unit .score-wp .team span[data-stt-ignore] {
    font-size: 14px;
    line-height: 1.3;
    width: 30%;
    margin: 0;
    padding: 0;
    display: inline;
  }
  #game-score .score-unit .score-wp .score {
    margin: 0;
    font-size: 40px;
    min-width: 33%;
  }
  #game-score .score-unit .inning-score {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: block;
    overflow-x: scroll;
  }
  #game-score .score-unit .inning-score table {
    width: 100%;
    min-width: 100%;
  }
  #game-score .score-unit .inning-score table th,
  #game-score .score-unit .inning-score table td {
    padding: 5px;
    font-size: 13px;
    border: 1px solid #eef5f8;
  }
  #game-score .score-unit .inning-score table tbody td {
    width: auto;
    height: auto;
    min-width: auto;
  }
  #game-score .score-unit .inning-score table tbody th {
    min-width: auto;
  }
  #game-score .score-unit p {
    font-size: 12px;
  }
}
#game-score-women {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#game-score-women h3.date {
  background: #eb79c4;
  text-align: center;
  color: #FFF;
  padding: 15px;
  line-height: 1;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#game-score-women h4.group {
  background: #000000;
  text-align: center;
  color: #FFF;
  padding: 10px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
#game-score-women .score-unit {
  padding-bottom: 30px;
}
#game-score-women .score-unit .game-info {
  background: #f4dcea;
  color: #1A1A1C;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#game-score-women .score-unit .game-info span {
  font-size: 36px;
  display: inline-block;
  padding: 0 2px;
}
#game-score-women .score-unit .score-wp {
  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;
  max-width: 600px;
  margin: 20px auto;
}
#game-score-women .score-unit .score-wp .team {
  width: 180px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
#game-score-women .score-unit .score-wp .team span {
  display: block;
  background: #eb79c4;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto 5px auto;
  padding: 5px 10px;
  width: 110px;
}
#game-score-women .score-unit .score-wp .team span[data-stt-ignore] {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  background: none;
  color: #1A1A1C;
  width: auto;
  margin: 0;
  padding: 0;
  display: inline;
}
#game-score-women .score-unit .score-wp .score {
  margin: 0 30px;
  font-size: 60px;
  color: #1A1A1C;
  font-weight: 600;
  white-space: nowrap;
}
#game-score-women .score-unit .inning-score {
  margin: 0 auto 10px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#game-score-women .score-unit .inning-score table {
  width: auto;
  min-width: 700px;
}
#game-score-women .score-unit .inning-score table th,
#game-score-women .score-unit .inning-score table td {
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  border: 2px solid #fbebf5;
  vertical-align: middle;
}
#game-score-women .score-unit .inning-score table thead th,
#game-score-women .score-unit .inning-score table thead td {
  background: #1A1A1C;
  color: #FFFFFF;
  text-align: center;
}
#game-score-women .score-unit .inning-score table tbody th,
#game-score-women .score-unit .inning-score table tbody td {
  background: #FFFFFF;
  color: #000000;
}
#game-score-women .score-unit .inning-score table tbody td {
  min-width: 45px;
  height: 45px;
  text-align: center;
}
#game-score-women .score-unit .inning-score table tbody th {
  white-space: nowrap;
  text-align: left;
  min-width: 150px;
}
#game-score-women .score-unit p {
  font-size: 16px;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  #game-score-women {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  #game-score-women h3.date {
    font-size: 18px;
    padding: 8px;
  }
  #game-score-women h4.group {
    font-size: 16px;
    padding: 8px;
    margin: 20px 0 0 0;
  }
  #game-score-women .score-unit {
    padding-bottom: 10px;
  }
  #game-score-women .score-unit .game-info {
    font-size: 14px;
    padding: 5px;
  }
  #game-score-women .score-unit .game-info span {
    font-size: 18px;
  }
  #game-score-women .score-unit .score-wp {
    margin: 10px auto;
  }
  #game-score-women .score-unit .score-wp .team {
    width: 30%;
    font-size: 14px;
    line-height: 1.3;
  }
  #game-score-women .score-unit .score-wp .team span {
    font-size: 12px;
    padding: 2px 4px;
    width: 86%;
    white-space: nowrap;
  }
  #game-score-women .score-unit .score-wp .team span[data-stt-ignore] {
    font-size: 14px;
    line-height: 1.3;
    width: 30%;
    margin: 0;
    padding: 0;
    display: inline;
  }
  #game-score-women .score-unit .score-wp .score {
    margin: 0;
    font-size: 40px;
    min-width: 33%;
  }
  #game-score-women .score-unit .inning-score {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    display: block;
    overflow-x: scroll;
  }
  #game-score-women .score-unit .inning-score table {
    width: 100%;
    min-width: 100%;
  }
  #game-score-women .score-unit .inning-score table th,
  #game-score-women .score-unit .inning-score table td {
    padding: 5px;
    font-size: 13px;
    border: 1px solid #fbebf5;
  }
  #game-score-women .score-unit .inning-score table tbody td {
    width: auto;
    height: auto;
    min-width: auto;
  }
  #game-score-women .score-unit .inning-score table tbody th {
    min-width: auto;
  }
  #game-score-women .score-unit p {
    font-size: 12px;
  }
}
.vision .inner-wrap {
  position: relative;
  width: 100%;
}
.vision .inner-wrap .info-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  z-index: 99;
}
.vision .inner-wrap .photo-area {
  width: calc(100% - 360px);
  height: 600px;
  position: relative;
  overflow: hidden;
  background: url(/img/top/vision/vision.jpg) no-repeat center center;
  background-size: cover;
}
.vision .inner-wrap .info-area {
  width: 360px;
  height: 100%;
  background: #333333;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
}
.vision .inner-wrap .info-area h3 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.vision .inner-wrap .info-area .today-info {
  background: #FFFFFF;
  padding: 58px 0 10px 0;
  border-radius: 10px;
  min-height: 268px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.vision .inner-wrap .info-area .today-info-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.vision .inner-wrap .info-area .today-info-schedule .date {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: 500;
  padding: 10px;
  text-align: center;
  background: #005251;
  border-radius: 8px 0 0 0;
  width: 160px;
  height: 48px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision .inner-wrap .info-area .today-info-schedule .date span {
  font-size: 16px;
}
.vision .inner-wrap .info-area .today-info-schedule .time {
  background: #eeeeee;
  padding: 6px 10px;
  border-radius: 0 8px 0 0;
  width: 170px;
  height: 48px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision .inner-wrap .info-area .today-info-schedule .time::after {
  content: "";
  display: block;
  position: absolute;
  border-top: 48px solid transparent;
  border-right: 24px solid #eeeeee;
  top: 0;
  left: -24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision .inner-wrap .info-area .today-info-schedule .time dl {
  display: table;
}
.vision .inner-wrap .info-area .today-info-schedule .time dl dt,
.vision .inner-wrap .info-area .today-info-schedule .time dl dd {
  display: table-cell;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.vision .inner-wrap .info-area .today-info-schedule .time dl dt {
  width: 110px;
}
.vision .inner-wrap .info-area .today-info-details p {
  line-height: 1.5;
  text-align: center;
}
.vision .inner-wrap .info-area .today-info-details .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.vision .inner-wrap .info-area .today-info-details .card .home,
.vision .inner-wrap .info-area .today-info-details .card .visitor {
  text-align: center;
}
.vision .inner-wrap .info-area .today-info-details .card .home span,
.vision .inner-wrap .info-area .today-info-details .card .visitor span {
  display: block;
  font-size: 12px;
}
.vision .inner-wrap .info-area .today-info-details .card .home img,
.vision .inner-wrap .info-area .today-info-details .card .visitor img {
  width: 44px;
  height: auto;
}
.vision .inner-wrap .info-area .today-info-details .card .vs {
  font-size: 20px;
  padding: 0 30px;
  margin-top: -15px;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 15px 0;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states p {
  font-size: 12px;
  font-weight: 400;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states .mark {
  display: inline-block;
  margin: 0 20px 0 5px;
  vertical-align: middle;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states .mark img {
  width: 20px;
  height: auto;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states a {
  display: block;
  border: 1px solid #000000;
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
}
.vision .inner-wrap .info-area .today-info-details .ticket-states a::after {
  right: 8px;
  top: 2px;
}
.vision .inner-wrap .info-area .today-info-details .event-info {
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.vision .inner-wrap .info-area .today-info-details .event-info h4 {
  color: #005251;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.vision .inner-wrap .info-area .today-info-details .event-info p {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  text-align: center;
}
.vision .inner-wrap .info-area .today-info-details .event-info p a {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
.vision .inner-wrap .info-area .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 15px 0;
}
.vision .inner-wrap .info-area .btn-block li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.vision .inner-wrap .info-area .btn-block li.btn-schedule {
  width: 175px;
}
.vision .inner-wrap .info-area .btn-block li.btn-schedule a {
  background: #005251;
  color: #FFFFFF;
  padding: 0 5px;
  border-radius: 8px;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
}
.vision .inner-wrap .info-area .btn-block li.btn-schedule a img {
  width: auto;
  height: 20px;
  vertical-align: sub;
  margin-right: 5px;
}
.vision .inner-wrap .info-area .btn-block li.btn-ticket a img {
  width: 140px;
  height: auto;
}
.vision .inner-wrap .info-area .btn-sns a {
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
}
.vision .inner-wrap .info-area .btn-sns a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.vision .inner-wrap .info-area .tel-info {
  text-align: center;
  color: #FFFFFF;
  max-width: 260px;
  margin: 15px auto;
}
.vision .inner-wrap .info-area .tel-info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.vision .inner-wrap .info-area .tel-info dl {
  background: url(/img/common/icon_tel_w.png) no-repeat center left;
  background-size: 36px auto;
  padding-left: 40px;
}
.vision .inner-wrap .info-area .tel-info dl dt {
  font-size: 13px;
  font-weight: normal;
}
.vision .inner-wrap .info-area .tel-info dl dd span {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.vision .inner-wrap .info-area .btn-sponsor a {
  display: block;
}

@media screen and (max-width: 767px) {
  .vision .inner-wrap {
    min-width: 100%;
  }
  .vision .inner-wrap .info-notice {
    width: 100%;
  }
  .vision .inner-wrap .photo-area {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: auto 300px;
  }
  .vision .inner-wrap .info-area {
    width: 100%;
    height: auto;
    position: static;
  }
  .vision .inner-wrap .info-area .today-info {
    min-height: 238px;
  }
  .vision .inner-wrap .info-area .today-info-schedule .date {
    width: 45%;
  }
  .vision .inner-wrap .info-area .today-info-schedule .time {
    width: 55%;
  }
  .vision .inner-wrap .info-area .today-info-details {
    min-height: auto;
  }
  .vision .inner-wrap .info-area .today-info-details .card .home img,
  .vision .inner-wrap .info-area .today-info-details .card .visitor img {
    width: 80px;
    height: auto;
  }
  .vision .inner-wrap .info-area .today-info-details .card .home span,
  .vision .inner-wrap .info-area .today-info-details .card .visitor span {
    font-size: 14px;
    margin-top: 3px;
  }
  .vision .inner-wrap .info-area .today-info-details .ticket-states {
    margin: 10px 0;
  }
  .vision .inner-wrap .info-area .today-info-details .ticket-states p {
    font-size: 12px;
  }
  .vision .inner-wrap .info-area .today-info-details .event-info {
    height: auto;
    margin: 16px 0 4px;
    overflow: visible;
  }
  .vision .inner-wrap .info-area .today-info-details .event-info h4 {
    font-size: 13px;
  }
  .vision .inner-wrap .info-area .btn-block {
    display: none;
  }
  .vision .inner-wrap .info-area .btn-sns {
    margin-top: 15px;
  }
  .vision .inner-wrap .info-area .tel-info {
    display: none;
  }
  .vision .inner-wrap .info-area .btn-sponsor {
    display: none;
  }
}
.navigation {
  margin-top: 60px;
}
.navigation ul.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.navigation ul.nav-icon li {
  margin: 0 35px;
}
.navigation ul.nav-icon li a {
  display: block;
  color: #1A1A1C;
  text-align: center;
  font-weight: 600;
}
.navigation ul.nav-icon li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 38px;
  margin-top: 10px;
}
.navigation ul.nav-icon li a img {
  width: 64px;
  height: auto;
}
.navigation .nav-museum {
  text-align: center;
  margin: 50px auto 20px auto;
}
.navigation .nav-museum span {
  font-size: 16px;
  display: inline-block;
}
.navigation .nav-museum img {
  height: 32px;
  width: auto;
  margin-left: 5px;
}
.navigation .nav-museum img,
.navigation .nav-museum span {
  vertical-align: middle;
}
.navigation .nav-museum a {
  display: inline-block;
  color: #1A1A1C;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
  background-size: 14px auto;
  padding-right: 20px;
}
.navigation .nav-museum a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1A1A1C;
}
.navigation .nav-manner {
  text-align: center;
  margin: 20px auto 50px auto;
}
.navigation .nav-manner span {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
.navigation .nav-manner img {
  height: 32px;
  width: auto;
  margin-left: 5px;
}
.navigation .nav-manner img,
.navigation .nav-manner span {
  vertical-align: middle;
}
.navigation .nav-manner a {
  display: inline-block;
  color: #1A1A1C;
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
}
.navigation .nav-manner a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #1A1A1C;
}

@media screen and (max-width: 767px) {
  .navigation {
    margin: 20px 0;
  }
  .navigation ul.nav-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .navigation ul.nav-icon li {
    margin: 0 1.5% 3% 1.5%;
    width: 48%;
    max-width: 108px;
  }
  .navigation ul.nav-icon li a {
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 10px 5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
  }
  .navigation ul.nav-icon li a span {
    height: 30px;
    margin-top: 2px;
    font-size: 12px;
  }
  .navigation ul.nav-icon li a img {
    width: 56px;
    height: auto;
  }
  .navigation .nav-museum {
    margin: 20px auto 20px auto;
  }
  .navigation .nav-museum span {
    font-size: 13px;
  }
  .navigation .nav-museum img {
    height: 24px;
    width: auto;
  }
  .navigation .nav-museum a {
    background-size: 12px auto;
    background-position: top 7px right;
  }
  .navigation .nav-manner {
    margin: 20px auto 30px auto;
  }
  .navigation .nav-manner span {
    font-size: 13px;
    margin-right: 0;
  }
  .navigation .nav-manner img {
    height: 24px;
    width: auto;
  }
}
.pickup {
  background: #cce8e6;
  padding: 50px 0 60px;
}
.pickup .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pickup ul.flex {
  margin: 40px auto 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pickup ul.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pickup ul.flex.center li {
  margin-right: 30px;
}
.pickup ul.flex li {
  width: 380px;
  margin: 0 0 30px 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.pickup ul.flex li.full {
  width: 100%;
  margin: 0 auto 30px auto;
}
.pickup ul.flex li.no-margin {
  margin-right: 0;
}
.pickup ul.flex li a {
  display: block;
}
.pickup ul.flex li a img {
  width: 100%;
  height: auto;
}
.pickup div.flex {
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .pickup {
    padding: 30px 2% 20px 2%;
  }
  .pickup .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .pickup ul.flex {
    margin: 20px auto 10px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .pickup ul.flex li {
    width: 48%;
    max-width: 240px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    margin: 0 1% 2% 1%;
  }
  .pickup ul.flex li:nth-child(3n) {
    margin-right: 1%;
  }
  .pickup ul.flex li.no-margin {
    margin-right: 1%;
  }
  .pickup ul.flex li.full {
    width: 98%;
    max-width: 100%;
    margin: 0 auto 2% auto;
  }
}
.event-schedule {
  padding: 70px 0 60px 0;
}
.event-schedule table {
  width: 1200px;
  margin: 40px auto 30px auto;
  border-top: 1px solid #cccccc;
}
.event-schedule table tbody th,
.event-schedule table tbody td {
  border-bottom: 1px solid #cccccc;
  vertical-align: middle;
}
.event-schedule table tbody th {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
}
.event-schedule table tbody th span:first-child {
  display: none;
}
.event-schedule table tbody th span.day {
  font-size: 24px;
  display: block;
}
.event-schedule table tbody th span.sat {
  color: #006cb8;
}
.event-schedule table tbody th span.sun {
  color: #cc0000;
}
.event-schedule table tbody td {
  padding: 10px;
}
.event-schedule table tbody td.several p::before {
  display: inline-block;
  content: "・";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
}
.event-schedule table tbody td p {
  position: relative;
  line-height: 1.6;
  padding-left: 20px;
}
.event-schedule table tbody td p + p {
  margin-top: 10px;
}
.event-schedule table tbody td p span.pre {
  background: #cc0000;
  display: inline-block;
  padding: 2px 5px;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 8px;
}
.event-schedule table tbody td p span.ex {
  background: #0c86db;
  display: inline-block;
  padding: 2px 8px;
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 8px;
}
.event-schedule table tbody td p a {
  color: #009694;
  text-decoration: underline;
  background: none;
}
.event-schedule table tbody td p a.link::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(/img/common/link_black.png) no-repeat center bottom;
  background-size: 12px auto;
  margin: 0 0 -2px 6px;
}

@media screen and (max-width: 767px) {
  .event-schedule {
    padding: 24px 0;
    border-top: 4px solid #eeeeee;
  }
  .event-schedule table {
    width: 100%;
    margin: 24px auto;
  }
  .event-schedule table tbody th {
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
  }
  .event-schedule table tbody th span.day {
    font-size: 18px;
  }
  .event-schedule table tbody td {
    padding: 5px 20px 5px 0;
    font-size: 13px;
  }
  .event-schedule table tbody td p {
    padding-left: 16px;
  }
  .event-schedule table tbody td p + p {
    margin-top: 5px;
  }
  .event-schedule table tbody td p span.pre,
  .event-schedule table tbody td p span.ex {
    font-size: 12px;
    margin-right: 5px;
  }
  .event-schedule table tbody td p a.link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
  }
}
.related-link {
  background: #000000 url(/img/top/bg_related.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0 70px 0;
}
.related-link ul {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.related-link ul li {
  text-align: center;
  margin: 0 13px 36px 13px;
}
.related-link ul li img {
  border: 1px solid #cccccc;
  width: 240px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.related-link ul li a {
  display: block;
  color: #FFF;
}
.related-link ul li a span {
  font-size: 14px;
  margin-top: 15px;
  display: block;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .related-link {
    padding: 30px 2%;
  }
  .related-link ul {
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .related-link ul li {
    width: 48%;
    max-width: 196px;
    margin: 0 1% 2% 1%;
  }
  .related-link ul li img {
    width: 100%;
    height: auto;
  }
  .related-link ul li a span {
    font-size: 13px;
    margin-top: 5px;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 40px;
  }
  .related-link .link-block {
    width: 98%;
    margin: 15px auto 0 auto;
  }
}
.vision.highschool {
  background: url(/img/top/vision/highschool.jpg?date=202507) no-repeat center top -230px;
  background-size: cover;
}
.vision.highschool .inner-wrap {
  position: relative;
  height: 52vw;
  min-height: 700px;
}
.vision.highschool .inner-wrap .info-notice {
  width: 100%;
}
.vision.highschool .inner-wrap nav.g-nav-highschool {
  color: #FFFFFF;
  position: absolute;
  margin: auto;
  top: auto;
  bottom: 60px;
  left: 0;
  right: 0;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul {
  text-align: center;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li {
  margin: 0 15px;
  display: inline-block;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide {
  display: block;
  margin: 0 auto 30px auto;
  width: 360px;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide a {
  font-size: 20px;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li span {
  font-weight: 600;
  color: #c9c9c9;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li a {
  padding-right: 15px;
  position: relative;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
}
.vision.highschool .inner-wrap nav.g-nav-highschool ul li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 0;
  left: auto;
}
.vision.highschool .inner-wrap .btn-sns a {
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  background: #000000;
  color: #FFFFFF;
  padding: 10px;
  text-decoration: none;
}
.vision.highschool .inner-wrap .btn-sns a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.vision.highschool.anniversary0801 {
  background: url(/img/top/vision/highschool_20250801.jpg?date=20250718) no-repeat bottom center;
  background-size: cover;
}
.vision.highschool.anniversary0801 .inner-wrap nav.g-nav-highschool {
  padding: 36.5vw 0 60px 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.vision.highschool.anniversary0801 .inner-wrap nav.g-nav-highschool ul li a {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}

.highschool-score {
  background: #fdfdfe;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .vision.highschool {
    background: #161A13 url(/img/top/vision/highschool.jpg) no-repeat center top -50px;
    background-size: cover;
  }
  .vision.highschool .inner-wrap {
    padding-bottom: 1px;
    height: 570px;
    min-height: 570px;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool {
    position: static;
    padding: 290px 0 0;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool h2 {
    font-size: 24px;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #FFFFFF;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li {
    margin: 0;
    display: block;
    width: 50%;
    text-align: left;
    border-top: 1px solid #FFFFFF;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li:nth-child(2n) {
    border-right: 1px solid #FFFFFF;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide, .vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide-sp {
    margin: 0;
    width: 100%;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide a, .vision.highschool .inner-wrap nav.g-nav-highschool ul li.wide-sp a {
    font-size: 13px;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li span {
    display: block;
    padding: 12px 15px;
    font-size: 13px;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li a {
    font-size: 13px;
    padding: 12px 15px;
    display: block;
    text-decoration: none;
  }
  .vision.highschool .inner-wrap nav.g-nav-highschool ul li a::after {
    width: 6px;
    height: 6px;
    top: 3px;
    bottom: 0;
    margin: auto;
    right: 10px;
    left: auto;
  }
  .vision.highschool .inner-wrap .btn-sns {
    margin: 10px 4%;
  }
  .vision.highschool.anniversary0801 {
    background: url(/img/top/vision/highschool_20250801_sp.jpg?date=20250718) no-repeat top center;
    background-size: cover;
  }
  .vision.highschool.anniversary0801 .inner-wrap nav.g-nav-highschool {
    padding: 50% 0 0 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
  .vision.highschool.anniversary0801 .inner-wrap nav.g-nav-highschool ul li a {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  }
  .highschool-score {
    padding: 0 0 10px 0;
  }
  .highschool-score #game-score .score-unit .inning-score {
    margin: 0 auto;
    width: 94%;
  }
}
/*# sourceMappingURL=top.css.map */