/*****************************************************************************
CSS only for Ticket schedule page
*****************************************************************************/

/* .Match
-----------------------------------------*/
.Match {
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .Match {
    padding: 40px 0;
  }
}
.Match__memo {
  margin-top: 40px;
}

/* .Detail
-----------------------------------------*/
.Detail:not(:first-child) {
  margin-top: 36px;
}

.Detail__heading {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  padding: 10.5px 9px;
}
.Detail__tag {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background-color: #0666FF;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .Detail__tag {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 3px 5px;
  }
}
.Detail__heading > strong {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 11px;
}

.Detail__body {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  position: relative;
  padding: 0 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .Detail__body {
    display: block;
  }
}
.Detail__wrapper {
  position: relative;
}
.Detail__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51 51 51 / .7);
  color: #fff;
}
/* .Column
-----------------------------------------*/
.Column:nth-of-type(1) {
  width: 24%;
}
@media screen and (max-width: 767px) {
  .Column:nth-of-type(1) {
    width: auto;
  }
}
.Column:nth-child(2) {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .Column:nth-child(2) {
    width: auto;
    padding: 0;
  }
}

.Column--bottom {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .Column--bottom {
    padding-bottom: 0;
  }
}
.Column--center {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .Column--center {
    align-items: baseline;
  }
}

/* .Schedule
-----------------------------------------*/
.Schedule {
  font-weight: bold;
}
.Schedule__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 41px;
  font-size: 4.1rem;
}
.Schedule__week {
  font-size: 16px;
  font-size: 1.6rem;
}
.Schedule__time {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.Schedule .small {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

/* .Place
-----------------------------------------*/
.Place {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.Place > span {
  display: block;
}
.Place > small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
}

/* .Team
-----------------------------------------*/
.Team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 83%;
}
@media screen and (max-width: 767px) {
  .Team {
    position: relative;
    width: 100%;
    margin-top: 8px;
  }
}
.Team__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 70%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Team__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.Team__name > span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #D5D5D5;
  padding-right: .35em;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .Team__name > span {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 2px;
  }
}
.Team__img {
  width: 30%;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .Team__img {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 10px;
  }
}
.Team__img:hover {
  opacity: .8;
}
.Team__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* .BtnArea
-----------------------------------------*/
.BtnArea {
  width: 26%;
  position: absolute;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .BtnArea {
    width: auto;
    position: static;
    margin-top: 34px;
  }
}
.InfoBtn {
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .InfoBtn {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.InfoBtn a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 205px;
  max-width: 100%;
  position: relative;
  display: block;
  background-color:#000;
  line-height: 1;
  padding: 11px 5px 10px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .InfoBtn a {
    width: 100%;
  }
}

.InfoBtn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.InfoBtn a:link    {color:#FFF; text-decoration: none;}
.InfoBtn a:visited {color:#FFF; text-decoration: none;}
.InfoBtn a:hover   {color:#FFF; text-decoration: none; opacity: 0.8;}
.InfoBtn a:focus   {color:#FFF; text-decoration: none; opacity: 0.8;}
.InfoBtn a:active  {color:#FFF; text-decoration: none; opacity: 0.8;}

/* .Status__list
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .Status__list {
    width: 90%;
    margin: 18px auto 0;
  }
}
.Status__item:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .Status__item {
    margin-top: 7px;
  }
}

.InfoBox {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .InfoBox {
    display: block;
  }
}

.InfoBox a {
  display: flex;
  align-items: center;
}
.InfoBox a:link    {color:#000; text-decoration: none;}
.InfoBox a:visited {color:#000; text-decoration: none;}
.InfoBox a:hover   {color:#000; text-decoration: none; opacity: 0.8;}
.InfoBox a:focus   {color:#000; text-decoration: none; opacity: 0.8;}
.InfoBox a:active  {color:#000; text-decoration: none; opacity: 0.8;}

.InfoBox span {
  font-size: 12px;
  font-size: 1.2rem;
  white-space: pre-wrap;
  width: 242px;
  max-width: 100%;
  position: relative;
  border: 1px solid #D6D6D6;
  padding: .6em .5em;
}
.InfoBox strong {
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .InfoBox span {
    width: 100%;
  }
}
.active strong {
  font-weight: bold;
}

.InfoBox.active span {
  background-color: #fdd0009c;
  border: 1px solid #FFAA00;
  font-weight: bold;
}
.InfoBox.active a[target="_blank"] span::after {
  content: '';
  background: url(/assets/img/icon_window-b.png) no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}


.InfoBox.soldout strong {
  color: #d8002e;
  font-weight: bold;
}
.InfoBox.expired strong {
  font-weight: bold;
}
.InfoBox.expired,
.InfoBox.soldout,
.InfoBox.before {
  pointer-events: none;
}
.InfoBox.expired span,
.InfoBox.soldout span,
.InfoBox.before span {
  background-color: #F1F1F1;
}

/* Floating
-----------------------------------------*/
.Floating {
  max-width: 562px;
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 976px) {
  .Floating {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .Floating {
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .Floating__inner {
    margin: 0 10px;
  }
}
.BnrBtn {
  text-align: center;
  position: relative;
  padding: 23px;
}
@media screen and (max-width: 976px) {
  .BnrBtn {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn {
    padding: 13px;
  }
}
.BnrBtn__link {
  display: inline-block;
}
.BnrBtn__close {
  background-color: #000;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 976px) {
  .BnrBtn__close {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn__close {
    width: 30px;
    height: 30px;
  }
}
.BnrBtn__close span {
  font-size: 35px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 976px) {
  .BnrBtn__close span {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn__close span {
    font-size: 18px;
  }
}
.BnrBtn img {
  max-width: 100%;
  height: auto;
}

/* Notice
-----------------------------------------*/
.Notice {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #d8002e;
  width: auto;
  border: 2px solid #d8002e;
  padding: 6px 15px;
  margin: 18px 15px 24px;
}
@media screen and (max-width: 767px) {
  .Notice {
    width: auto;
  }
}

/* Announce
-----------------------------------------*/
.Announce {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  border: none;
}
@media screen and (max-width: 767px) {
  .Announce {
    font-size: 16px;
  }
}