/* エイプリルフール用 */
/*
.header,
.open-menu,
.g-nav__list.-sp-nav {
  background: #95de54 !important;
}
.header__menu-btn {
  background: #6acb37 !important;
}
*/

.player-box__text-num.-nan {
  font-family: unset;
  font-size: 1.8rem;
}
.player-name__top-pos-num.-nan {
  font-family: unset;
}

/* miner renewal */
.g-mb80 {
  margin-bottom: 80px;
}
/* navi */
.open-menu__nav-list:last-child {
  width: unset;
}
.open-menu__login-text {
  font-size: 1.6rem;
}
.g-nav__list-item.-game {
  padding-left: 20px;
  padding-right: 28px;
}
@media screen and (max-width: 1500px) {
    .g-nav__list-item.-game {
        padding-right: 14px;
    }
    .g-nav__list-item.-ticket {
        padding-right: 28px;
    }
}
@media screen and (max-width: 1500px) {
    .g-nav__list-item.-ticket {
        padding-right: 6px;
    }
}

/* game */
.game-month-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin-bottom: 24px;
}
.game-month-list {
  display: flex;
  max-width: calc((100% - 16px) / 3);
  width: 120px;
  min-height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 0px 10px 1px;
  cursor: pointer;
  transition: .2s;
  color: #222;
}
.game-month-list:hover {
  background: #dbdbdb;
}
.game-month-list.active {
  background: #ee759e;
  border-color: #ee759e;
  color: #FFF;
}
.game-schedule-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #ee759e;
  border-radius: 20px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.game-schedule-item:not(.active) {
  display: none;
}
.game-schedule-item:last-child {
    margin-bottom: 50px;
}
.game-schedule-item__gameinfo-wrap {
  display: flex;
  align-items: center;
  width: 50%;
}
.game-schedule-item__gameinfo {
  width: 68%;
  font-size: 1.8rem;
}
.game-schedule-item__gameinfo-sponsor {
  max-width: 590px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.game-schedule-item__gameinfo-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
  line-height: 1.5;
}
.game-schedule-item__gameinfo-home,
.game-schedule-item__gameinfo-away {
  flex: 0 0 80px;
  width: 80px;
  padding: 4px 2px;
  margin-right: 10px;
  font-size: 1.6rem;
  text-align: center;
  color:#FFF;
}
.game-schedule-item__gameinfo-home {
  background: #ee759e;
}
.game-schedule-item__gameinfo-away {
  background: #C2BFBF;
}
.game-schedule-item__gameinfo-date {
  margin-bottom: 2px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ee759e;
}
.game-schedule-item__gameinfo-br {
  display: none;
}
.game-schedule-item__gameinfo-place {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ee759e;
}
.game-schedule-table__cell-logo {
  width: 100px;
  height: 100px;
}
.game-schedule-item__score,
.game-schedule-item__detail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}
.game-schedule-item__score-result {
  font-size: 36px;
  font-weight: bold;
}
.game-schedule-item__score-mark {
  font-weight: normal;
}
.game-schedule-item__button {
  max-width: 200px;
  width: 100%;
  border-radius: 3px;
  padding: 6px 10px;
  text-align: center;
}
.game-schedule-item__button:hover {
  opacity: .7;
}
.game-schedule-item__button.-ticket {
  background: #ee759e;
  color:#FFF;
}
.game-schedule-item__button.-link {
  background: #f7e149;
}
@media screen and (max-width: 1180px) {
  .game-schedule-item {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    padding: 15px 15px;
  }
  .game-schedule-item__gameinfo-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .game-schedule-item__gameinfo {
    max-width: 480px;
    width: 100%;
  }
  .game-schedule-table__cell-logo {
    position: unset;
    align-self: flex-start;
  }
  .game-schedule-item__score,
  .game-schedule-item__detail {
    width: 200px;
  }
}
@media screen and (max-width: 680px) {
  .game-schedule-item__gameinfo-wrap {
    margin-bottom: 10px;
  }
  .game-schedule-item {
    flex-direction: column;
    gap: 15px;
  }
  .game-schedule-item__button {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .game-schedule-item {
    padding: 20px;
  }
  .game-schedule-item__gameinfo-away,
  .game-schedule-item__gameinfo-home {
    flex: auto;
    margin-bottom: 4px;
  }
  .game-schedule-item__gameinfo-title {
    flex-direction: column;
  }
  .game-schedule-item__gameinfo-date {
    margin-bottom: 4px;
    line-height: 1.3;
  }
  .game-schedule-item__gameinfo-place {
    font-size: 1.4rem;
  }
  .game-schedule-table__cell-logo {
    flex: 0 0 120px;
    align-self: center;
    width: 120px;
    height: 120px;
    margin: 0 0 0 10px;
  }
  .game-schedule-item__gameinfo-br {
    display: block;
  }
}
/* game-detail */
.gameMainSlide__result-logo {
  height: 220px;
}
.gameMainSlide__result-hyphen {
  margin-top: 95px;
}
.gameMainSlide__content-section {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .01em;
  text-align: center;
  color: #eb608f;
}
.gameMainSlide__content-sponsor {
  margin-bottom: 5px;
  font-size: 3.0rem;
  font-weight: bold;
  letter-spacing: .01em;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  .gameMainSlide__result-logo {
    height: 180px;
  }
  .gameMainSlide__result-hyphen {
    margin-top: 85px;
  }
}
@media screen and (max-width: 680px) {
  .gameMainSlide__result-logo {
    height: 140px;
  }
  .gameMainSlide__result-hyphen {
    margin-top: 70px;
  }
  .gameMainSlide__content-section {
    font-size: 2.4rem;
  }
  .gameMainSlide__content-sponsor {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .gameMainSlide__result-logo {
    height: 120px;
  }
  .gameMainSlide__result-hyphen {
    margin-top: 63px;
  }
  .gameMainSlide__content-section {
    font-size: 2.0rem;
  }
  .gameMainSlide__content-sponsor {
    font-size: 2.0rem;
  }
}
.gamePick-match__sponsor-head {
  background: #ee759e;
  padding: 2px 4px 1px;
  margin: 20px -10px 0;
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}
.gamePick-match__sponsor-logo {
  text-align: center;
  margin-top: 15px;
}
.gamePick-match__sponsor-logo img {
  max-width: 240px;
}
.gamePick-match__button-link {
  background: #000;
}

/* academy */
.academy-slider .dreams-slider__tab-item {
  width: 33.3%;
}
@media screen and (max-width: 680px) {
    .academy-slider .dreams-slider__tab-button {
        font-size: 1.5rem;
    }
}
.academy_coach .academy_coach-img {
  flex: 0 0 40%;
}
.academy_coach .academy_coach-text {
  flex: 0 0 60%;
}
.academy__sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 3px solid #F68329;
  padding: 16px calc(48 * 100% / 1070);
  font-size: 24px;
  font-weight: bold;
  color: #F68329;
}
.academy__sns-title {
  position: relative;
  padding-right: 80px;
}
.academy__sns-title::before {
  content: '▶';
  position: absolute;
  right: 8px;
}
.academy__sns-title::after {
  content: '▶';
  position: absolute;
  right: 40px;
}
.academy__sns-list {
  display: flex;
  gap: 0 40px;
}
.academy__sns-list__item {
  width: 100px;
}
.academy__sns-list__link {
    display: block;
    /*background: #FFF;*/
    /*border-radius: 5px;*/
    /*padding: 8px;*/
}
.academy__sns-list__link img {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
}
@media screen and (max-width: 1320px) {
  .academy__sns {
    font-size: 20px;
  }
  .academy__sns-list {
    gap: 0 24px;
  }
}
@media screen and (max-width: 1200px) {
  .academy__sns {
    padding: 12px 14px;
    font-size: 18px;
    gap: 16px;
  }
  .academy__sns-title {
    padding-right: 70px;
  }
  .academy__sns-list {
    gap: 0 16px;
  }
  .academy__sns-list__item {
    width: 88px;
  }
}
@media screen and (max-width: 960px) {
  .academy-business__list .temp-3column__item {
    width: 33.3333333333%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .academy-business__list .temp-3column__item {
    width: 100%;
  }
  .academy_coach .academy_coach-img,
  .academy_coach .academy_coach-text {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 480px) {
  .academy__sns {
    justify-content: center;
    padding: 12px 14px;
    font-size: 16px;
  }
  .academy__sns-title {
    padding-right: 0;
  }
  .academy__sns-title::before,
  .academy__sns-title::after {
    content: unset;
  }
}
/* /miner renewal */

/* reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
  top: 345px !important;
  bottom: auto !important;
  z-index: 98;
}
@media screen and (max-width: 680px) {
  .grecaptcha-badge {
    top: 290px !important;
  }
}

/* radio */
.info-movie.vic-media .info-movie__image {
  padding-top: calc((226 / 336) * 100%);
}
.info-movie__box-label {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #eb608f;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #FFF;
}
.template .mt20 {
  margin-top: 20px;
}

/* ticket banner */
.ticket-info__banner__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -10px 40px;
}
.ticket-info__banner__box-item {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 680px) {
  .ticket-info__banner__box {
    margin: -10px -10px 10px;
  }
  .ticket-info__banner__box-item {
    width: 100%;
    max-width: 640px;
  }
}

/* game */
.game-ranking__table-logo {
  flex: 0 0 60px;
}
.game-ranking__table-team p {
  text-align: left;
}

/* dream fix */
.dreams-tov .dreams-archive {
  height: 100%;
}

/* contact-morinaga  */
.contact-info.-morinaga {
  padding: 40px 15px;
}
.contact-info.-morinaga .contact-info__telinfo-item-num {
  flex: 1;
}
@media screen and (max-width: 680px) {
  .contact-info.-morinaga {
    width: 100%;
    margin: auto;
  }
  .contact-info.-morinaga .contact-info__telinfo-item-text {
    margin-right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .contact-info.-morinaga {
    padding: 32px 12px;
  }
  .contact-info.-morinaga .contact-info__telinfo-item-num {
    font-size: 2.2rem;
  }
}
