.readmore-btn {
  display: inline-block;
  margin-top: 4rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 1.5rem 5.4rem;
  color: #00A4F9;
  font-size: 2rem;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .readmore-btn {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 0.8rem 1.6rem;
    margin-top: 1.6rem;
  }
}
.readmore-btn .fa {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .readmore-btn .fa {
    position: relative;
    top: unset;
    right: unset;
    font-size: 1.6rem;
  }
}
.readmore-btn:hover {
  cursor: pointer;
}
.readmore-btn.hidden {
  display: none;
}

.heading-note {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}

.bg-primary {
  background: #00A0E9;
}

.ko-match-highlight .interview-box {
  border: 1px solid #fff;
  padding: 4rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box {
    padding: 1rem 1rem 2.4rem;
  }
}
.ko-match-highlight .interview-box__banner {
  position: relative;
}
.ko-match-highlight .interview-box__banner img {
  width: 100%;
  height: auto;
}
.ko-match-highlight .interview-box__banner-text {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.7rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__banner-text {
    font-size: 1.2rem;
    line-height: 3.2rem;
    margin-top: 2rem;
    right: 1.5rem;
  }
}
.ko-match-highlight .interview-box__player-name {
  font-size: 7.4rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__player-name {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.ko-match-highlight .interview-box__player-no {
  position: absolute;
  top: 1rem;
  right: 4rem;
  color: #fff;
  font-family: "Barlow Condensed", serif;
  font-weight: bold;
  font-size: 10rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__player-no {
    font-size: 3.5rem;
    line-height: 4.2rem;
    top: 0.5rem;
    right: 1.5rem;
  }
}
.ko-match-highlight .interview-box__player-no span {
  font-size: 4rem;
  font-weight: 600;
  margin-right: -1rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__player-no span {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-right: -5px;
  }
}
.ko-match-highlight .interview-box__content {
  margin-top: 4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-height: 32rem;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__content {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    max-height: 14rem;
  }
}
.ko-match-highlight .interview-box__content h2 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .interview-box__content h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
.ko-match-highlight .interview-box__content.opened {
  max-height: 500rem;
}
.ko-match-highlight .interview-box__content.opened ~ .readmore-btn--toggle .fa {
  transform: rotate(180deg);
}
.ko-match-highlight .interview-box + .more-information {
  margin-top: 6.5rem;
}
.ko-match-highlight .more-information {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .ko-match-highlight .more-information {
    flex-direction: column;
  }
}
.ko-match-highlight .more-information__item {
  flex: 0 0 50%;
}
.ko-match-highlight .more-information__box {
  border: 1px solid #fff;
  padding: 4rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.2rem;
  height: calc(100% - 11.2rem);
}
@media (max-width: 768px) {
  .ko-match-highlight .more-information__box {
    font-size: 1.4rem;
    line-height: 2.1rem;
    padding: 1.6rem;
  }
}
.ko-match-highlight .more-information__box img {
  width: 100%;
  height: auto;
}

.ko-match-sponsor {
  background-color: #00A4F9;
}
.ko-match-sponsor__banner img {
  width: 100%;
  height: auto;
}
.ko-match-sponsor__intro {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #000;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .ko-match-sponsor__intro {
    font-size: 1.4rem;
    line-height: 2.1rem;
    margin-top: 2.4rem;
    padding-bottom: 2rem;
  }
}
.ko-match-sponsor__name {
  font-size: 2.3rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ko-match-sponsor__name {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 768px) {
  .ko-match-sponsor hr {
    margin-bottom: 0;
  }
}

.fontweight-300 {
  font-weight: 300;
}

.fancybox-skin {
  padding: 0 !important;
}

.g-report__header {
  background-image: none;
  background-color: #088DDD;
}
.g-report .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.g-report .photo-gallery__item {
  width: calc((100% - 9rem) / 4);
}
@media (max-width: 768px) {
  .g-report .photo-gallery {
    gap: 1rem;
  }
  .g-report .photo-gallery__item {
    width: calc(50% - 1rem);
  }
}

.game-score__time-list:last-child li {
  text-align: right;
}

@media (max-width: 768px) {
  .game-member__group-col {
    width: 100%;
  }
}

.ko-event .ko-event-taxonomy:not(:last-child) {
  margin-bottom: 5rem;
}
.ko-event .ko-event-taxonomy__title {
  background-color: #00a4f9;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4.2rem;
  color: #fff;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 3.2rem;
  padding: 0.8rem 1.2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .ko-event .ko-event-taxonomy__title {
    font-size: 2rem;
  }
}
.ko-event .ko-event-taxonomy__title .sp-sub-title {
  font-size: 1.5rem;
  line-height: 1.7rem;
  font-weight: 300;
}
.ko-event .ko-event-taxonomy--pickup .ko-event-list__item--2022 {
  width: 50%;
}

.g-navigation {
  position: fixed;
  bottom: 0;
  z-index: 900;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.g-navigation__list {
  width: 95%;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .g-navigation__list {
    width: 100%;
    overflow: hidden;
  }
}
.g-navigation__item a {
  padding-bottom: 12px;
}
.g-navigation__item a:before {
  display: none;
}
@media (max-width: 767px) {
  .g-navigation__item {
    width: 25%;
    border: none !important;
    padding: 0 !important;
    position: relative;
  }
  .g-navigation__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    top: 0;
    right: -1px;
  }
  .g-navigation__item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    left: 0;
  }
  .g-navigation__item > a {
    padding: 8px 0 !important;
  }
  .g-navigation__item > a span {
    height: 5vw;
  }
  .g-navigation__item > a img {
    height: 18px !important;
  }
}

.ko-gourmet-intro {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 300;
  color: #000;
}

.ko-caution .tp-link__wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10rem;
}
.ko-caution .tp-link__wrap .tp-link {
  margin: 0 2rem;
}
@media (max-width: 767px) {
  .ko-caution .tp-link__wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
  .ko-caution .tp-link__wrap .tp-link:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}

.ko-banner {
  text-align: center;
  padding: 8rem 0;
}
.ko-banner img {
  max-height: 34.9rem;
}
@media (max-width: 767px) {
  .ko-banner {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  .game-gallery {
    display: none;
  }
}

.ko-floating__nav li a.is-dazn {
  background-image: url("../img/2023/logos/DAZN_BoxedLogo_01_RGB.png");
  background-position-x: 7px;
  background-size: 50px auto;
}

.game-enviroment .carbon-offset-amount {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 5rem;
}

.single-g.admin-bar .l-wrap .header {
  top: 0;
}
.single-g .sp-only {
  display: none;
}
@media (max-width: 480px) {
  .single-g .sp-only {
    display: block !important;
  }
}
.single-g .l-wrap {
  overflow: inherit;
  padding-top: 0;
}
.single-g .l-wrap .header {
  position: relative;
}
.single-g .l-wrap .g-tab__wrap {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu {
  position: absolute;
  top: 50%;
  right: 62px;
  width: 28px;
  height: 20px;
  display: flex;
  gap: 7px;
  flex-direction: column;
  margin-top: -10px;
  z-index: 2;
  cursor: pointer;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu.is-show > span:first-child, .single-g .l-wrap .g-tab__wrap #hamburger-menu.is-show > span:last-child {
  opacity: 0.3;
}
@media (max-width: 480px) {
  .single-g .l-wrap .g-tab__wrap #hamburger-menu {
    right: 15px;
    width: 25px;
    margin-top: -3px;
  }
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  width: 320px;
  background: rgba(0, 160, 233, 0.9);
  right: 0;
  top: 0;
  height: 100vh;
  flex-direction: column;
  z-index: 1;
  justify-content: start;
  padding-top: 115px;
}
@media (max-width: 480px) {
  .single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu {
    width: 100%;
    padding-top: 80px;
  }
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li {
  width: 100%;
  border: none !important;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li > a {
    font-size: 16px;
    padding: 0.5em 0;
  }
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li > a span {
  margin: 0 0 0 40px;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li:last-child {
  padding: 30px 40px 0;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu > li:last-child > a.readmore-btn {
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: #00A0E9;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.single-g .l-wrap .g-tab__wrap #hamburger-menu + ul.event-menu.is-show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 480px) {
  .single-g .l-wrap .g-tab__list {
    gap: 12px;
    margin-top: -12px;
    padding-right: 0;
  }
  .single-g .l-wrap .g-tab__list .g-tab__item {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.single-g .ko-conversion__caution {
  max-width: 1100px;
  margin: 57px auto 0;
  border: 1px solid #fff;
  padding: 40px;
}
.single-g .ko-conversion__caution--small br {
  display: block;
}
.single-g .ko-conversion__caution .ko-caution-packing {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 18px;
  background-color: #00A0E9;
}
.single-g .ko-conversion__caution .ko-caution-packing span {
  color: #F00;
}
@media (max-width: 480px) {
  .single-g .ko-conversion__caution {
    padding: 12px 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
  }
  .single-g .ko-conversion__caution--small br {
    content: "";
    display: block;
    font-size: 100%;
    height: 0.75em;
  }
}
.single-g .cash-banner-wrapper {
  margin: 72px auto 50px;
  max-width: 800px;
}
.single-g .cash-banner-wrapper img {
  width: 100%;
  height: auto;
}
.single-g .cash-banner-wrapper img:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 480px) {
  .single-g .cash-banner-wrapper {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .single-g .cash-banner-wrapper img {
    display: none;
  }
}
.single-g .ko-gourmet-intro {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.single-g .ko-gourmet-intro b {
  color: #000;
  font-weight: bold;
}
.single-g .ko-gourmet-intro img {
  margin: 30px auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .single-g .ko-gourmet-intro {
    padding: 15px 10px;
  }
  .single-g .ko-gourmet-intro img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.single-g .ko-stadium__name {
  font-weight: 300;
}
.single-g .ko-stadium__address {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2em;
}
.single-g .ko-stadium__access {
  font-size: 14px;
  font-weight: 300;
}
.single-g .ko-stadium .tp-link__wrap {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 480px) {
  .single-g .ko-stadium__name {
    font-weight: 600;
  }
  .single-g .ko-stadium__address {
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 20px;
  }
  .single-g .ko-stadium__access {
    font-size: 11px;
  }
  .single-g .ko-stadium .tp-link__wrap {
    margin-top: 21px;
  }
}
.single-g .footer__logo {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 480px) {
  .single-g .footer__logo {
    margin-top: 40px;
  }
  .single-g .footer__logo img {
    width: 100px;
    margin-bottom: 20px;
  }
}
.single-g .ko-banner-img {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-g .ko-banner-img img {
  max-width: 100%;
  height: auto;
}
.single-g .ko-banner-img br {
  display: none;
}
@media (max-width: 480px) {
  .single-g .ko-banner-img {
    margin-bottom: 10px;
  }
  .single-g .ko-banner-img img {
    display: none;
  }
  .single-g .ko-banner-img img.sp-only {
    display: block;
  }
}
.single-g .ko-caution-packing {
  margin: 36px 0 28px;
}
.single-g .ko-conversion__caution p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .single-g .ko-caution-packing {
    margin: 10px 0;
  }
  .single-g .ko-conversion__caution p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.ko-featured-banners {
  margin-top: 60px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ko-featured-banners--single {
  justify-content: center;
}
.ko-featured-banners__item {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
@media (max-width: 480px) {
  .ko-featured-banners {
    margin-top: 20px;
    margin-bottom: -30px;
    padding: 0 10px;
    flex-direction: column;
    gap: 15px;
  }
  .ko-featured-banners__item {
    width: 100%;
    flex: 0 0 100%;
  }
}

a.go-top-btn {
  position: fixed;
  bottom: 56px;
  right: 94px;
  z-index: 1000;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #006DBD;
  border-radius: 50%;
  font-size: 14px;
}

@media (max-width: 480px) {
  .mfp-close-btn-in .mfp-close {
    margin-left: calc(50% - 32px);
    width: 25px;
    height: 25px;
  }
  a.go-top-btn {
    transform: scale(0.5);
    bottom: 100px;
    right: -10px;
    font-size: 16px;
  }
}/*# sourceMappingURL=single-g.css.map */